/*! EchoHaber | EchoBilisim tarafından geliştirilmiştir | https://echobilisim.com | ECHOBILISIM-ECHOHABER */
:root{--brand:#2563eb;--brand-2:#7c3aed;--danger:#dc2626;--success:#16a34a;--warning:#d97706;--ink:#101828;--text:#344054;--muted:#667085;--line:#e4e7ec;--soft:#f2f4f7;--surface:#fff;--canvas:#f8fafc;--sidebar:#101828;--shadow:0 18px 50px rgba(16,24,40,.08);--radius:20px;--radius-sm:12px;--container:1240px;}*{box-sizing:border-box;}html{scroll-behavior:smooth;}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--canvas);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased;}body[data-theme=dark],body.theme-dark{--ink:#f8fafc;--text:#d0d5dd;--muted:#98a2b3;--line:#263241;--soft:#17202e;--surface:#101828;--canvas:#0b1220;--sidebar:#080d17;--shadow:0 18px 50px rgba(0,0,0,.28);}@media (prefers-color-scheme:dark){body[data-theme=system]{--ink:#f8fafc;--text:#d0d5dd;--muted:#98a2b3;--line:#263241;--soft:#17202e;--surface:#101828;--canvas:#0b1220;--sidebar:#080d17;--shadow:0 18px 50px rgba(0,0,0,.28);}}body.menu-open,body.panel-menu-open{overflow:hidden;}a{color:inherit;text-decoration:none;}img{display:block;max-width:100%;}button,input,textarea,select{font:inherit;}button{cursor:pointer;}.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto;}.skip-link{position:fixed;left:12px;top:-60px;z-index:9999;background:var(--ink);color:var(--surface);padding:10px 16px;border-radius:10px;}.skip-link:focus{top:12px;}.site-header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);}.header-main{height:72px;display:flex;align-items:center;gap:24px;}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:var(--ink);letter-spacing:-.035em;font-size:23px;white-space:nowrap;}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-size:20px;box-shadow:0 10px 24px color-mix(in srgb,var(--brand) 30%,transparent);}.header-search{flex:1;max-width:520px;position:relative;}.header-search input{width:100%;height:44px;border:1px solid var(--line);background:var(--soft);color:var(--ink);border-radius:999px;padding:0 48px 0 18px;outline:0;}.header-search input:focus{border-color:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 12%,transparent);}.header-search button{position:absolute;right:5px;top:5px;width:34px;height:34px;border:0;border-radius:50%;background:var(--surface);color:var(--ink);font-size:22px;}.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;}.icon-btn{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);}.notification-link{position:relative;}.notification-link:after{content:"";position:absolute;right:7px;top:7px;width:7px;height:7px;border-radius:50%;background:var(--danger);border:2px solid var(--surface);}.link{font-weight:700;color:var(--ink);}.category-bar{border-top:1px solid var(--line);}.category-nav{display:flex;align-items:center;gap:24px;overflow:auto;scrollbar-width:none;}.category-nav::-webkit-scrollbar{display:none;}.category-nav a{padding:12px 0;font-size:14px;font-weight:750;color:var(--text);white-space:nowrap;position:relative;}.category-nav a:hover{color:var(--brand);}.menu-toggle{display:none;}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--brand);border-radius:12px;background:var(--brand);color:#fff;font-weight:800;padding:11px 17px;line-height:1.1;box-shadow:0 8px 18px color-mix(in srgb,var(--brand) 18%,transparent);transition:.2s;}.btn:hover{transform:translateY(-1px);filter:brightness(.98);}.btn-sm{padding:9px 13px;font-size:13px;}.btn-xs{padding:7px 10px;font-size:12px;border-radius:9px;}.btn-lg{padding:14px 22px;}.btn-block{width:100%;}.btn-ghost{background:var(--surface);color:var(--ink);border-color:var(--line);box-shadow:none;}.btn-danger{background:#fff1f2;color:#b42318;border-color:#fecdd3;box-shadow:none;}.flash-wrap{position:relative;z-index:20;}.alert{padding:14px 17px;border-radius:13px;margin:16px 0;font-weight:700;border:1px solid;}.alert-success{background:#ecfdf3;border-color:#abefc6;color:#067647;}.alert-error{background:#fef3f2;border-color:#fecdca;color:#b42318;}.breaking{background:#111827;color:#fff;}.eyebrow,.kicker{font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);}.eyebrow.light,.kicker.light{color:#bfdbfe;}.section{padding-block:54px;}.section-soft{background:var(--soft);}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:24px;}.section-head h2,.page-title-row h1,.panel-head h2{margin:3px 0 0;color:var(--ink);letter-spacing:-.035em;}.section-head h2{font-size:32px;}.section-link{font-weight:800;color:var(--brand);}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}.news-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}.news-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.22s;}.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);}.news-card__media{display:block;aspect-ratio:16/9;position:relative;overflow:hidden;background:var(--soft);}.news-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s;}.news-card:hover .news-card__media img{transform:scale(1.03);}.image-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:44px;font-weight:950;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 18%,var(--soft)),var(--soft));color:var(--brand);}.badge{position:absolute;left:12px;top:12px;padding:5px 8px;border-radius:7px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}.badge+.badge{left:auto;right:12px;}.badge.inline{position:static;display:inline-flex;margin-right:6px;}.badge-danger{background:var(--danger);}.badge-premium{background:linear-gradient(135deg,#b7791f,#f59e0b);}.news-card__body{padding:17px;}.news-card h3{font-size:20px;line-height:1.25;letter-spacing:-.03em;color:var(--ink);margin:6px 0 9px;}.news-card p{font-size:14px;color:var(--muted);margin:0 0 15px;}.card-meta{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted);border-top:1px solid var(--line);padding-top:12px;}.home-sidebar{display:flex;flex-direction:column;gap:20px;}.widget,.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 26px rgba(16,24,40,.035);}.widget{padding:22px;}.widget-title h3{margin:2px 0 14px;font-size:23px;color:var(--ink);}.poll h3{font-size:21px;color:var(--ink);line-height:1.3;}.poll-option{display:flex;align-items:center;gap:10px;border:1px solid var(--line);padding:11px;border-radius:11px;margin:8px 0;cursor:pointer;}.poll-option:has(input:checked){border-color:var(--brand);background:color-mix(in srgb,var(--brand) 7%,var(--surface));}.poll-option input{width:auto;}.author-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}.author-card{display:flex;gap:14px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:18px;}.author-card img,.avatar-placeholder{width:54px;height:54px;border-radius:16px;object-fit:cover;flex:0 0 auto;}.avatar-placeholder{display:grid;place-items:center;background:color-mix(in srgb,var(--brand) 12%,var(--soft));color:var(--brand);font-weight:900;font-size:22px;}.author-card h3{margin:0;color:var(--ink);}.author-card p{font-size:13px;margin:4px 0;color:var(--muted);}.author-card small{font-weight:800;color:var(--brand);}.site-footer{background:#0b1220;color:#cbd5e1;margin-top:60px;padding:54px 0 24px;}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr;gap:50px;}.brand-footer{color:#fff;}.footer-grid h3{color:#fff;}.footer-grid p{max-width:450px;}.footer-grid>div>a:not(.brand){display:block;margin:8px 0;color:#cbd5e1;}.newsletter-form{display:flex;gap:9px;}.newsletter-form input{min-width:0;}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #283548;margin-top:40px;padding-top:22px;font-size:13px;}.mobile-bottom{display:none;}.page-hero{padding:62px 0;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 10%,var(--surface)),var(--surface));border-bottom:1px solid var(--line);}.page-hero.compact{padding:42px 0;}.page-hero h1{font-size:clamp(40px,7vw,72px);letter-spacing:-.055em;line-height:1;margin:8px 0;color:var(--ink);}.page-hero p{max-width:680px;font-size:18px;color:var(--muted);}.search-page-form{display:flex;max-width:700px;gap:10px;margin:18px 0;}.search-page-form input{flex:1;}.empty-state{text-align:center;background:var(--surface);border:1px dashed var(--line);border-radius:24px;padding:70px 25px;margin:26px 0;}.empty-state.small{padding:36px;}.empty-state h1,.empty-state h2,.empty-state h3{color:var(--ink);margin:8px 0;}.error-code{font-size:72px;font-weight:950;line-height:1;color:var(--brand);}.empty-actions{display:flex;justify-content:center;gap:10px;}.article-shell{max-width:1120px;padding-top:26px;padding-bottom:40px;}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--muted);margin:0 0 28px;}.breadcrumb a:hover{color:var(--brand);}.article-header{max-width:960px;margin:0 auto 28px;}.article-header h1{font-size:clamp(38px,6.2vw,72px);line-height:1.02;letter-spacing:-.055em;color:var(--ink);margin:12px 0 16px;}.article-summary{font-size:20px;line-height:1.55;color:var(--text);margin:0 0 25px;}.article-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:18px;border-top:1px solid var(--line);}.author-mini{display:flex;align-items:center;gap:11px;}.author-mini img,.author-mini>span{width:44px;height:44px;border-radius:14px;object-fit:cover;}.author-mini>span{display:grid;place-items:center;background:var(--soft);color:var(--brand);font-weight:900;}.author-mini div{display:flex;flex-direction:column;}.author-mini strong{color:var(--ink);}.author-mini small{color:var(--muted);}.article-actions{display:flex;gap:8px;}.article-cover{margin:0 0 32px;}.article-cover img{width:100%;max-height:680px;object-fit:cover;border-radius:26px;}.article-cover figcaption{font-size:12px;color:var(--muted);margin-top:8px;}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 260px;justify-content:center;gap:48px;}.article-content{font-size:19px;line-height:1.82;color:var(--text);}.article-content p{margin:0 0 1.35em;}.article-content h2{font-size:32px;line-height:1.2;letter-spacing:-.035em;color:var(--ink);margin:1.5em 0 .55em;}.article-content h3{font-size:25px;color:var(--ink);}.article-content img{border-radius:18px;margin:24px auto;}.article-content blockquote{border-left:4px solid var(--brand);margin:28px 0;padding:8px 0 8px 22px;font-size:23px;color:var(--ink);font-weight:650;}.article-content a{color:var(--brand);text-decoration:underline;}.article-content table{width:100%;border-collapse:collapse;display:block;overflow:auto;}.article-content td,.article-content th{border:1px solid var(--line);padding:10px;}.article-aside{position:relative;}.sticky-card{position:sticky;top:142px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:19px;}.sticky-card dl{margin:12px 0 0;}.sticky-card dl>div{border-top:1px solid var(--line);padding:10px 0;}.sticky-card dt{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;}.sticky-card dd{margin:3px 0 0;color:var(--ink);font-weight:750;}.content-notice,.source-box{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:13px 15px;font-size:13px;}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0;}.tag-list a{background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:7px 11px;font-size:13px;font-weight:700;}.related-section,.comments{margin-top:64px;padding-top:40px;border-top:1px solid var(--line);}.comments .panel{max-width:800px;}.comment{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:20px 0;border-top:1px solid var(--line);}.comment p{margin:6px 0 0;}.static-page{max-width:900px;}.auth-shell{min-height:calc(100vh - 118px);display:grid;grid-template-columns:1.05fr .95fr;background:var(--surface);}.auth-shell.single{display:grid;place-items:center;padding:50px 20px;background:var(--canvas);}.auth-art{padding:9vw;display:flex;flex-direction:column;justify-content:center;color:#fff;background:linear-gradient(145deg,#111827 0%,#172554 48%,#312e81 100%);position:relative;overflow:hidden;}.auth-art:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:color-mix(in srgb,var(--brand) 30%,transparent);filter:blur(10px);right:-160px;bottom:-180px;}.auth-art h1{font-size:clamp(42px,6vw,74px);line-height:1;letter-spacing:-.055em;margin:10px 0;max-width:690px;position:relative;z-index:1;}.auth-art p{font-size:18px;max-width:560px;color:#cbd5e1;position:relative;z-index:1;}.auth-card{width:min(100% - 40px,520px);margin:auto;padding:50px 0;}.auth-shell.single .auth-card{background:var(--surface);padding:38px;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);}.auth-card h2{font-size:36px;letter-spacing:-.04em;color:var(--ink);margin:5px 0 25px;}.auth-links{display:flex;justify-content:space-between;gap:10px;margin-top:20px;color:var(--muted);}.auth-links a{font-weight:800;color:var(--brand);}.form{display:flex;flex-direction:column;gap:16px;}.form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:750;color:var(--ink);}.form label small,.form small{font-weight:500;color:var(--muted);}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);padding:11px 13px;outline:0;}input:focus,textarea:focus,select:focus{border-color:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 10%,transparent);}textarea{resize:vertical;}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.check,.switch{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:9px!important;font-weight:600!important;color:var(--text)!important;}.check input,.switch input{width:18px;height:18px;flex:0 0 auto;margin-top:1px;}.panel{padding:24px;}.panel-head{margin-bottom:20px;}.panel-head p{margin:5px 0 0;color:var(--muted);}.panel-head.inline{display:flex;justify-content:space-between;align-items:center;}.dashboard-public{padding-block:35px;}.dashboard-public.narrow{max-width:980px;}.profile-hero{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 12%,var(--surface)),var(--surface));border:1px solid var(--line);border-radius:24px;padding:28px;margin-bottom:26px;}.profile-avatar img,.profile-avatar span{width:76px;height:76px;border-radius:22px;}.profile-avatar img{object-fit:cover;}.profile-avatar span{display:grid;place-items:center;background:var(--brand);color:#fff;font-size:32px;font-weight:900;}.profile-hero h1{margin:4px 0 0;color:var(--ink);letter-spacing:-.04em;}.profile-hero p{margin:3px 0;color:var(--muted);}.profile-actions{display:flex;gap:9px;margin-left:auto;}.profile-grid{display:grid;grid-template-columns:230px 1fr;gap:20px;}.profile-nav{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:10px;height:max-content;position:sticky;top:135px;}.profile-nav a{display:block;padding:12px;border-radius:10px;font-weight:700;color:var(--text);}.profile-nav a:hover,.profile-nav a.active{background:var(--soft);color:var(--brand);}.profile-content{display:flex;flex-direction:column;gap:18px;}.mini-list{display:flex;flex-wrap:wrap;gap:12px;}.mini-list>div{display:flex;align-items:center;gap:8px;background:var(--soft);padding:8px 11px;border-radius:12px;}.avatar-small{width:30px;height:30px;border-radius:9px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:900;}.notification-list{display:flex;flex-direction:column;gap:9px;}.notification-item{display:grid;grid-template-columns:12px 1fr;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:17px;}.notification-item.unread{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:color-mix(in srgb,var(--brand) 4%,var(--surface));}.notification-item.unread .notification-dot{background:var(--brand);}.notification-item p{margin:3px 0;color:var(--muted);}.notification-item small{color:var(--muted);}.page-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;}.page-title-row h1{font-size:36px;}.page-title-row p{margin:5px 0 0;color:var(--muted);}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}.two-col.wide-left{grid-template-columns:minmax(0,1.5fr) minmax(280px,.6fr);}.two-col.narrow-right{grid-template-columns:minmax(0,1.5fr) 340px;}.application-body{display:grid;grid-template-columns:1fr 1.4fr;gap:25px;border-block:1px solid var(--line);margin-block:20px;padding-block:20px;}.application-body h3{margin:0 0 8px;color:var(--ink);}.application-body p{margin:0;}.panel-body{background:var(--canvas);}.panel-content{padding:28px;max-width:1700px;margin:0 auto;}.table-panel{padding:0;overflow:hidden;}.table-panel>.panel-head{padding:22px 22px 0;}.table-wrap{overflow:auto;}table{width:100%;border-collapse:collapse;min-width:760px;}th,td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--line);vertical-align:middle;}th{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:var(--soft);white-space:nowrap;}td{font-size:13px;}td strong{color:var(--ink);}td small{display:block;color:var(--muted);margin-top:3px;}.status{display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;border-radius:999px;background:var(--soft);color:var(--text);font-size:11px;font-weight:850;white-space:nowrap;}.status-published,.status-approved,.status-active,.status-valid,.status-paid,.status-success{background:#ecfdf3;color:#067647;}.score.good{color:#067647;}.form-preview{width:100%;border-radius:12px;max-height:170px;object-fit:cover;}.switch{padding:10px;background:var(--soft);border-radius:10px;}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;}.form-grid label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:750;color:var(--ink);}.span-2{grid-column:span 2;}.settings-save .btn{box-shadow:0 12px 28px color-mix(in srgb,var(--brand) 30%,transparent);}.pending-update{border:1px solid #abefc6;background:#ecfdf3;color:#067647;border-radius:14px;padding:17px;margin-top:18px;}.pending-update h3{font-size:25px;margin:6px 0;}.check-item.ok>span{background:#dcfae6;color:#067647;}details pre{max-width:420px;white-space:pre-wrap;background:var(--soft);padding:10px;border-radius:8px;}.muted{color:var(--muted);}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:var(--soft);padding:2px 5px;border-radius:5px;}.mobile-bottom{padding-bottom:env(safe-area-inset-bottom);}@media (max-width:1100px){.home-sidebar{display:grid;grid-template-columns:1fr 1fr;}.author-grid{grid-template-columns:repeat(2,1fr);}.article-layout{grid-template-columns:minmax(0,760px);}.article-aside{display:none;}.two-col.wide-left,.two-col.narrow-right{grid-template-columns:1fr;}}@media (max-width:900px){.header-search{display:none;}.menu-toggle{display:grid;}.category-bar{border:0;}.category-nav{display:none;position:fixed;left:0;right:0;top:72px;bottom:0;background:var(--surface);padding:20px;flex-direction:column;align-items:stretch;gap:0;overflow:auto;}.category-nav.open{display:flex;}.category-nav a{padding:14px;border-bottom:1px solid var(--line);font-size:16px;}.footer-grid{grid-template-columns:1fr 1fr;}.footer-grid>div:first-child{grid-column:1/-1;}.panel-menu-open .panel-sidebar{left:0;}.panel-content{padding:20px;}.profile-grid{grid-template-columns:1fr;}.profile-nav{position:static;display:flex;overflow:auto;}.profile-nav a{white-space:nowrap;}.two-col{grid-template-columns:1fr;}.application-body{grid-template-columns:1fr;}}@media (max-width:680px){.container{width:min(calc(100% - 24px),var(--container));}.header-main{height:64px;gap:10px;}.category-nav{top:64px;}.brand-text{max-width:115px;overflow:hidden;text-overflow:ellipsis;}.header-actions .link,.header-actions .btn{display:none;}.section{padding-block:38px;}.section-head h2{font-size:27px;}.news-grid,.news-grid-3,.news-grid-4{grid-template-columns:1fr;}.home-sidebar{grid-template-columns:1fr;}.author-grid{grid-template-columns:1fr;}.footer-grid{grid-template-columns:1fr;gap:24px;}.footer-grid>div:first-child{grid-column:auto;}.footer-bottom{flex-direction:column;gap:6px;padding-bottom:64px;}.newsletter-form{flex-direction:column;}.mobile-bottom{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;left:0;right:0;bottom:0;z-index:120;background:color-mix(in srgb,var(--surface) 96%,transparent);backdrop-filter:blur(16px);border-top:1px solid var(--line);}.mobile-bottom a{display:flex;flex-direction:column;align-items:center;gap:1px;padding:8px 4px;color:var(--ink);font-size:19px;}.mobile-bottom span{font-size:10px;font-weight:750;}.article-header h1{font-size:39px;}.article-summary{font-size:17px;}.article-meta{align-items:flex-start;flex-direction:column;}.article-cover img{border-radius:18px;}.article-content{font-size:17px;}.article-content h2{font-size:27px;}.related-section,.comments{margin-top:45px;}.auth-shell{grid-template-columns:1fr;}.auth-art{display:none;}.auth-card{padding:45px 0;}.form-row{grid-template-columns:1fr;}.profile-hero{align-items:flex-start;flex-wrap:wrap;}.profile-actions{width:100%;margin-left:0;}.profile-actions .btn{flex:1;}.page-title-row{align-items:flex-start;flex-direction:column;}.page-title-row h1{font-size:31px;}.panel-content{padding:14px;}.top-actions .btn:first-child{display:none;}.panel{padding:18px;}.form-grid{grid-template-columns:1fr;}.span-2{grid-column:auto;}.search-page-form{flex-direction:column;}.empty-state{padding:45px 18px;}.article-actions{width:100%;}.article-actions form,.article-actions button{flex:1;}.article-actions .btn{width:100%;}}.premium-preview{max-height:360px;overflow:hidden;position:relative;}.premium-preview:after{content:"";position:absolute;left:0;right:0;bottom:0;height:170px;background:linear-gradient(transparent,var(--surface));}.paywall{text-align:center;border:1px solid #f5d38a;background:linear-gradient(135deg,#fff9e8,var(--surface));border-radius:20px;padding:32px;margin:18px 0;}.paywall h2{color:var(--ink);font-size:28px;margin:12px 0 6px;}.paywall p{max-width:620px;margin:0 auto 18px;color:var(--muted);}.gallery-public{columns:3 280px;column-gap:18px;}.gallery-public figure{break-inside:avoid;margin:0 0 18px;background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;}.gallery-public figure img{width:100%;}.gallery-public figcaption{padding:14px;}.gallery-public figcaption p{margin:4px 0 0;color:var(--muted);}.media-grid.compact{grid-template-columns:repeat(5,minmax(0,1fr));}@media (max-width:1000px){.media-grid,.media-grid.compact{grid-template-columns:repeat(3,1fr);}}@media (max-width:680px){.gallery-public{columns:1;}.media-grid,.media-grid.compact{grid-template-columns:repeat(2,1fr);}}.brand-logo{display:block;max-width:190px;width:auto;height:42px;object-fit:contain;object-position:left center;}.brand-footer .brand-logo{height:48px;max-width:220px;}.notification-link:after{display:none;}.notification-badge{position:absolute;right:-5px;top:-6px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:#e11d48;color:#fff;border:2px solid var(--surface);font-size:10px;font-weight:950;line-height:1;}.notification-link.has-notification{animation:notification-ring 3.4s ease-in-out infinite;}@keyframes notification-ring{0%,80%,100%{transform:rotate(0);}84%{transform:rotate(8deg);}88%{transform:rotate(-8deg);}92%{transform:rotate(5deg);}96%{transform:rotate(-3deg);}}.nav-item{position:relative;display:flex;align-items:center;}.nav-dropdown{display:none;position:absolute;left:-16px;top:100%;min-width:230px;padding:8px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);z-index:130;}.nav-dropdown a{display:block;padding:10px 12px;border-radius:9px;}.nav-dropdown a:hover{background:var(--soft);}.nav-item.has-dropdown:hover .nav-dropdown,.nav-item.has-dropdown:focus-within .nav-dropdown{display:block;}.home-blocks{display:flex;flex-direction:column;}.home-block{order:var(--block-order,0);}.home-ad{padding-block:10px;}.ad-slot{position:relative;display:grid;place-items:center;max-width:var(--container);margin:12px auto;padding:12px;border:1px dashed var(--line);border-radius:14px;background:var(--surface);overflow:hidden;}.ad-slot img{max-height:220px;width:auto;object-fit:contain;}.ad-slot>small{position:absolute;top:4px;right:7px;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em;}.ad-code{display:block;text-align:center;}.info-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding-block:10px;}.info-card{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon main" "icon change";gap:0 10px;align-items:center;padding:13px 14px;background:var(--surface);border:1px solid var(--line);border-radius:15px;min-width:0;transition:.18s;}.info-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand) 30%,var(--line));box-shadow:0 10px 28px rgba(16,24,40,.07);}.info-icon{grid-area:icon;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--soft);font-weight:900;color:var(--brand);}.info-card>span:nth-child(2){grid-area:main;min-width:0;}.info-card small{display:block;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.info-card strong{display:block;color:var(--ink);font-size:17px;white-space:nowrap;}.info-card em{grid-area:change;color:var(--muted);font-style:normal;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}.gallery-card{position:relative;min-height:280px;border-radius:20px;overflow:hidden;background:#111827;color:#fff;}.gallery-card:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(3,7,18,.9));}.gallery-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}.gallery-card h3{position:absolute;z-index:2;left:20px;right:20px;bottom:16px;margin:0;font-size:22px;line-height:1.2;}.gallery-count{position:absolute;z-index:2;left:15px;top:15px;padding:6px 9px;border-radius:999px;background:rgba(3,7,18,.72);font-size:11px;font-weight:850;backdrop-filter:blur(8px);}.video-section{background:#0c111d;color:#fff;padding-block:58px;}.video-section h2{color:#fff;}.light-kicker{color:#93c5fd;}.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}.video-card{position:relative;min-height:290px;border:1px solid #293548;border-radius:20px;overflow:hidden;background:#17202e;}.video-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.75;}.video-card:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#0c111de6);}.video-card>div{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;}.video-card small{color:#93c5fd;font-weight:850;}.video-card h3{font-size:21px;line-height:1.25;margin:5px 0 0;}.play-badge{position:absolute;z-index:3;left:20px;top:20px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#111827;box-shadow:0 10px 28px #0006;}.sortable-block{display:grid;grid-template-columns:36px minmax(210px,1fr) 145px repeat(3,auto);gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:15px;background:var(--surface);transition:.18s;}.sortable-block.dragging{opacity:.45;border-color:var(--brand);}.sortable-block.drag-over{transform:translateY(3px);box-shadow:0 -3px 0 var(--brand);}.sortable-block label:first-of-type{display:grid;gap:4px;font-size:11px;font-weight:800;}.sortable-block input[type=text],.sortable-block input:not([type]){padding:8px 10px;}.sortable-block code{font-size:11px;}.theme-list,.language-list,.session-list{display:flex;flex-direction:column;gap:9px;}.theme-card,.language-list>div,.session-item{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line);border-radius:14px;padding:13px;}.theme-card.active{border-color:#86efac;background:#f0fdf4;}.theme-card span,.session-item span,.session-item small{display:block;color:var(--muted);font-size:12px;}.verification-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;margin:16px 0;background:#fffaeb;border:1px solid #fedf89;border-radius:15px;color:#93370d;}.verification-banner p{margin:3px 0 0;}.security-state{display:flex;flex-direction:column;gap:4px;padding:15px;margin-bottom:18px;background:var(--soft);border:1px solid var(--line);border-radius:13px;}.security-state.good{background:#ecfdf3;border-color:#abefc6;color:#067647;}.setup-steps{background:var(--soft);border-radius:14px;padding:16px;margin-bottom:15px;}.secret-code{display:block;font-size:18px;letter-spacing:.13em;padding:14px;margin:10px 0;word-break:break-all;}.break-code{display:block;white-space:normal;word-break:break-all;margin-top:9px;}.recovery-box{border-color:#7dd3fc;background:linear-gradient(135deg,#ecfeff,var(--surface));margin-bottom:20px;}.recovery-codes{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}.recovery-codes code{text-align:center;padding:10px;font-size:14px;}.session-item>div{min-width:0;}.session-item>div span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:670px;}.danger-zone{border-color:#fecaca;}.hide-desktop{display:none!important;}@media (max-width:1100px){.info-strip{grid-template-columns:repeat(3,1fr);}.gallery-grid,.video-grid,.comment-cards{grid-template-columns:repeat(2,1fr);}.sortable-block{grid-template-columns:32px 1fr 120px repeat(3,auto);}.sortable-block .switch span{display:none;}}@media (max-width:900px){.nav-item{display:block;}.nav-item>a{display:block;}.nav-dropdown{position:static;display:block!important;box-shadow:none;border:0;border-radius:0;padding:0 0 0 14px;background:transparent;}.nav-dropdown a{font-size:14px!important;}.hide-desktop{display:initial!important;}.hide-mobile{display:none!important;}.brand-logo{height:38px;max-width:160px;}.info-strip{grid-template-columns:repeat(2,1fr);}.sortable-block{grid-template-columns:30px 1fr;align-items:start;}.sortable-block code,.sortable-block .switch{grid-column:2;}.recovery-codes{grid-template-columns:repeat(2,1fr);}}@media (max-width:680px){.brand-logo{height:34px;max-width:min(140px,42vw);}.brand-footer .brand-logo{height:42px;max-width:190px;}.info-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-inline:12px;width:100%;}.info-card{min-width:210px;scroll-snap-align:start;}.gallery-grid,.video-grid,.comment-cards{grid-template-columns:1fr;}.gallery-card,.video-card{min-height:250px;}.verification-banner{align-items:flex-start;flex-direction:column;}.recovery-codes{grid-template-columns:1fr 1fr;}.sortable-block{padding:10px;}.sortable-block label:first-of-type{min-width:0;}.sortable-block input{width:100%;}.session-item{align-items:flex-start;flex-direction:column;}}.article-gallery{margin:32px 0;}.article-gallery .gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.article-gallery figure{margin:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--surface);}.article-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;}.article-gallery figcaption{display:grid;gap:4px;padding:12px 14px;}.article-gallery figcaption span{color:var(--muted);font-size:13px;}.live-timeline{border:1px solid var(--line);border-radius:20px;padding:20px;margin-bottom:28px;background:var(--surface);}.live-timeline.is-live{border-color:#ef4444;}.live-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:13px;margin-bottom:10px;}.live-head>div{display:flex;align-items:center;gap:8px;}.live-pulse{width:10px;height:10px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 0 #ef444466;animation:livePulse 1.6s infinite;}.live-entry{display:grid;grid-template-columns:58px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid var(--line);}.live-entry:last-child{border-bottom:0;}.live-entry time{font-weight:900;color:#ef4444;}.live-entry h3{margin:0 0 6px;}.live-entry p{margin:0;}.live-entry.highlight{background:color-mix(in srgb,var(--brand) 7%,transparent);padding:17px;border-radius:14px;}@keyframes livePulse{70%{box-shadow:0 0 0 10px transparent;}100%{box-shadow:0 0 0 0 transparent;}}@media (max-width:700px){.article-gallery .gallery-grid{grid-template-columns:1fr;}.live-entry{grid-template-columns:48px 1fr;}}.captcha-field{padding:12px;border:1px dashed var(--line);border-radius:12px;background:var(--soft);}.captcha-field span{font-weight:800;color:var(--ink);}.captcha-field input{max-width:180px;background:var(--surface);}.browser-notification-box{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid var(--line);}.browser-notification-box small{color:var(--muted);}.inline-logout{display:inline-flex;margin:0;}.inline-logout button{white-space:nowrap;}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:34px;}.pagination a,.pagination span{padding:10px 14px;border:1px solid var(--line);border-radius:11px;background:var(--surface);font-weight:800;}.pagination a{color:var(--brand);}.author-mini strong a{color:inherit;}.author-mini strong a:hover{color:var(--brand);}.mini-list a{display:flex;align-items:center;gap:10px;color:var(--ink);}@media (max-width:680px){.author-public-action,.author-public-action form,.author-public-action .btn{width:100%;}}.article-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px;}.badge-live{background:#fff1f1;color:#d92d20;border:1px solid #fecaca;}.badge-live i{display:inline-block;width:7px;height:7px;border-radius:99px;background:#ef4444;margin-right:4px;animation:livePulse 1.6s infinite;}.live-reader-card{transition:border-color .2s,background .2s;}.live-reader-card.is-active{border-color:color-mix(in srgb,#16a34a 35%,var(--line));background:color-mix(in srgb,#16a34a 5%,var(--surface));}.live-reader-dot{flex:0 0 10px;width:10px;height:10px;border-radius:50%;background:#98a2b3;box-shadow:0 0 0 5px color-mix(in srgb,#98a2b3 12%,transparent);}.live-reader-card.is-active .live-reader-dot{background:#16a34a;box-shadow:0 0 0 5px color-mix(in srgb,#16a34a 14%,transparent);animation:readerPulse 1.8s infinite;}.live-reader-card strong b{font:inherit;}.note-box{margin-top:18px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));border-radius:14px;background:color-mix(in srgb,var(--brand) 6%,var(--surface));color:var(--text);font-size:13px;line-height:1.65;}.system-update-banner .btn{flex:0 0 auto;}@keyframes readerPulse{70%{box-shadow:0 0 0 10px transparent;}100%{box-shadow:0 0 0 5px transparent;}}@media (max-width:760px){.system-update-banner .btn{width:100%;}}.site-header svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}.header-search button svg{width:19px;height:19px;}.header-actions{gap:8px;}.theme-button{flex:0 0 auto;}.header-register{white-space:nowrap;}.menu-toggle svg{width:22px;height:22px;}.mobile-bottom .mobile-nav-icon{font-size:19px;line-height:1;}.article-header{padding-bottom:24px;}.article-facts-panel{margin:0 0 30px;padding:20px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 5%,var(--surface)),var(--surface) 48%);box-shadow:0 16px 42px rgba(16,24,40,.055);}.article-facts-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:0 2px 17px;border-bottom:1px solid var(--line);}.article-facts-heading h2{margin:4px 0 0;color:var(--ink);font-size:21px;letter-spacing:-.035em;}.article-fact-item.live-reader-card{border-radius:0;border-left:0;border-right:0;border-top:0;background:transparent;}.article-fact-item.live-reader-card.is-active{background:transparent;}.article-fact-item .live-reader-dot{margin-inline:12px;width:10px;height:10px;flex:0 0 10px;}.article-display-settings .panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;}.setting-check{width:37px;height:22px;flex:0 0 37px;border-radius:99px;background:#d0d5dd;position:relative;transition:.2s;}.setting-check:after{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(16,24,40,.2);transition:.2s;}.article-setting-card input:checked+.setting-check{background:var(--brand);}.article-setting-card input:checked+.setting-check:after{transform:translateX(15px);}@media (max-width:1080px){.header-main{gap:14px;}.header-register{padding-inline:11px;}}@media (max-width:680px){.header-main{gap:8px;}.brand{min-width:0;max-width:calc(100% - 150px);}.brand-logo{max-width:min(124px,36vw);}.header-actions{gap:5px;}.header-actions .header-account{display:flex;width:40px;min-width:40px;height:40px;padding:3px;border-radius:12px;}.header-actions .header-register{display:none;}.theme-button{width:40px;height:40px;}.notification-link{width:40px;height:40px;}.mobile-menu-account-actions .btn{display:inline-flex!important;padding:8px 10px;font-size:11px;}.article-header{padding-bottom:18px;}.article-facts-panel{margin-inline:-2px;padding:14px;border-radius:19px;}.article-facts-heading{align-items:flex-start;flex-direction:column;padding-bottom:13px;}.article-display-settings .panel-head{flex-direction:column;}.setting-check{margin-top:2px;}}@media (max-width:410px){.theme-button{display:none;}.brand{max-width:calc(100% - 98px);}.mobile-menu-account-actions .btn{flex:1;}}.ui-icon{width:1.15em;height:1.15em;display:inline-block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.18em;}.btn .ui-icon{width:17px;height:17px;}.icon-btn .ui-icon{width:21px;height:21px;}.panel-sidebar nav a .ui-icon{width:19px;height:19px;opacity:.86;}.panel-sidebar nav a:hover .ui-icon,.panel-sidebar nav a.active .ui-icon{opacity:1;}.panel-head>div:first-child{display:flex;align-items:center;gap:10px;}.panel-head-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line));}.panel-head-icon .ui-icon{width:18px;height:18px;}.alert{display:flex;align-items:flex-start;gap:10px;}.alert>.ui-icon{width:19px;height:19px;margin-top:1px;}.alert-info{background:#eff8ff;border-color:#b2ddff;color:#175cd3;}body[data-theme=dark] .alert-info,body.theme-dark .alert-info{background:#102a43;border-color:#184f78;color:#b9e6fe;}.author-state-icon .ui-icon{width:29px;height:29px;}.author-state-meta .ui-icon{color:var(--brand);}.editor-autosave-state.is-saving{color:var(--warning);border-color:color-mix(in srgb,var(--warning) 32%,var(--line));}.editor-autosave-state.is-saved{color:var(--success);border-color:color-mix(in srgb,var(--success) 32%,var(--line));background:color-mix(in srgb,var(--success) 6%,var(--surface));}.editor-autosave-state .ui-icon{width:14px;height:14px;}.rich-editor-button.is-active{background:color-mix(in srgb,var(--brand) 12%,var(--surface));border-color:color-mix(in srgb,var(--brand) 28%,var(--line));color:var(--brand);}.rich-editor-button .ui-icon{width:17px;height:17px;}.rich-editor.is-ready .rich-editor-surface{display:block;}.rich-editor.is-ready .rich-editor-source{display:none;}.rich-editor.is-source-mode .rich-editor-surface{display:none;}.rich-editor.is-source-mode .rich-editor-source{display:block!important;width:100%;min-height:520px;margin:0;border:0;border-radius:0;background:#0d1117;color:#d6deeb;font:13px/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;padding:24px;resize:vertical;outline:0;}.rich-editor-status .ui-icon{width:13px;height:13px;color:var(--brand);}.editor-help .ui-icon{width:15px;height:15px;color:var(--success);margin-top:1px;}.rich-editor.is-fullscreen{position:fixed;inset:12px;z-index:9999;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.34);display:flex;flex-direction:column;}.rich-editor.is-fullscreen .rich-editor-toolbar{position:relative;}.rich-editor.is-fullscreen .rich-editor-surface,.rich-editor.is-fullscreen .rich-editor-source{max-height:none;min-height:0;flex:1;}.rich-editor-fullscreen{overflow:hidden;}.editor-actions .btn:last-child{grid-column:1/-1;}.editor-actions .btn{min-height:42px;}@media (max-width:920px){.author-state-actions .btn{flex:1;}.rich-editor.is-fullscreen{inset:0;border-radius:0;}}@media (max-width:620px){.editor-actions .btn:last-child{grid-column:auto;}}.mobile-menu-backdrop{display:none;border:0;padding:0;background:rgba(15,23,42,.52);backdrop-filter:none;-webkit-backdrop-filter:none;}.menu-toggle-open,.menu-toggle-close{display:grid;place-items:center;line-height:0;}.menu-toggle-close{display:none;}.menu-toggle.is-active .menu-toggle-open{display:none;}.menu-toggle.is-active .menu-toggle-close{display:grid;}.category-nav>a,.category-nav>.nav-item>a{display:inline-flex;align-items:center;gap:8px;}.category-nav>a>.ui-icon,.category-nav>.nav-item>a>.ui-icon{width:17px;height:17px;color:var(--brand);}.info-icon{display:grid!important;place-items:center;}.info-icon .ui-icon{width:22px;height:22px;}.gallery-count,.play-badge{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;}.gallery-count .ui-icon{width:15px;height:15px;}.play-badge .ui-icon{width:25px;height:25px;}.mobile-bottom .mobile-nav-icon{width:21px;height:21px;stroke-width:2;}@media (max-width:900px){.site-header{overflow:visible;}.header-main{position:relative;z-index:122;}.menu-toggle{display:grid!important;visibility:visible!important;opacity:1!important;position:relative;z-index:124;flex:0 0 42px;width:42px;height:42px;overflow:visible;color:var(--ink);background:var(--surface);border-color:var(--line);box-shadow:0 5px 16px rgba(15,23,42,.08);}.menu-toggle .ui-icon{display:block!important;width:24px!important;height:24px!important;stroke:currentColor!important;opacity:1!important;}.menu-toggle.is-active{color:#fff;background:var(--brand);border-color:var(--brand);}.category-bar{position:relative;z-index:118;}.category-nav{display:flex!important;position:fixed!important;left:0!important;right:auto!important;top:72px;bottom:0;width:min(88vw,380px)!important;max-width:380px;margin:0!important;padding:16px 16px calc(92px + env(safe-area-inset-bottom))!important;flex-direction:column;align-items:stretch;gap:3px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:var(--surface);border-right:1px solid var(--line);box-shadow:24px 0 55px rgba(15,23,42,.18);transform:translate3d(-104%,0,0);opacity:0;visibility:hidden;pointer-events:none;transition:transform .25s ease,opacity .2s ease,visibility 0s linear .25s;z-index:121;}.category-nav.open{transform:translate3d(0,0,0);opacity:1;visibility:visible;pointer-events:auto;transition:transform .25s ease,opacity .2s ease;}.category-nav>a,.category-nav>.nav-item>a{width:100%;min-height:48px;padding:12px 13px!important;border:0!important;border-radius:12px;font-size:14px!important;font-weight:780;white-space:normal;}.category-nav>a:hover,.category-nav>.nav-item>a:hover{background:var(--soft);}.category-nav .nav-item{width:100%;}.category-nav .nav-dropdown{position:static;display:grid;box-shadow:none;border:0;margin:0 0 5px;padding:3px 0 3px 28px;background:transparent;}.category-nav .nav-dropdown a{padding:9px 12px!important;border:0!important;font-size:13px!important;}.mobile-menu-backdrop{display:block;position:fixed;inset:72px 0 0;z-index:119;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility 0s linear .2s;}body.menu-open{overflow:hidden;}body.menu-open .mobile-menu-backdrop{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease;}body.menu-open .site-header{backdrop-filter:none;}}@media (max-width:680px){.header-main{height:64px;gap:7px;}.category-nav{top:64px;}.mobile-menu-backdrop{inset:64px 0 0;}.brand{flex:1 1 auto;min-width:0;max-width:none!important;overflow:hidden;}.brand-logo{display:block;max-width:min(122px,34vw)!important;max-height:40px;object-fit:contain;}.brand-text{max-width:min(105px,29vw);}.header-actions{flex:0 0 auto;gap:4px;}.menu-toggle{flex-basis:40px;width:40px;height:40px;border-radius:12px;}.menu-toggle .ui-icon{width:23px!important;height:23px!important;}.category-nav .mobile-menu-account{display:flex!important;}}@media (max-width:390px){.brand-text{display:none;}.brand-mark{width:36px;height:36px;}.brand-logo{max-width:96px!important;}.menu-toggle{width:38px;height:38px;flex-basis:38px;}}.theme-button{display:grid!important;visibility:visible!important;opacity:1!important;position:relative;flex:0 0 40px;}.theme-icon{display:grid;place-items:center;position:absolute;inset:0;transition:opacity .18s ease,transform .18s ease;}.theme-icon-sun{opacity:0;transform:scale(.72) rotate(-25deg);}.theme-button.is-dark .theme-icon-moon{opacity:0;transform:scale(.72) rotate(25deg);}.theme-button.is-dark .theme-icon-sun{opacity:1;transform:scale(1) rotate(0);}.account-menu{position:relative;flex:0 0 auto;}.account-menu-toggle{position:relative;z-index:3;}.account-menu.is-open .account-menu-toggle{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 10px 24px color-mix(in srgb,var(--brand) 28%,transparent);}.account-dropdown{position:absolute;right:0;top:calc(100% + 12px);width:min(330px,calc(100vw - 24px));padding:10px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 26px 70px rgba(15,23,42,.2);z-index:180;transform-origin:top right;animation:accountMenuIn .18s ease both;}.account-dropdown[hidden]{display:none!important;}@keyframes accountMenuIn{from{opacity:0;transform:translateY(-7px) scale(.97);}to{opacity:1;transform:none;}}.account-dropdown:before{content:"";position:absolute;right:14px;top:-7px;width:13px;height:13px;border-left:1px solid var(--line);border-top:1px solid var(--line);background:var(--surface);transform:rotate(45deg);}.account-dropdown-head{display:flex;align-items:center;gap:11px;padding:10px 10px 13px;border-bottom:1px solid var(--line);}.account-dropdown-avatar{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;flex:0 0 42px;border-radius:13px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 18%,var(--soft)),var(--soft));color:var(--brand);font-weight:950;}.account-dropdown-avatar img{width:100%;height:100%;object-fit:cover;}.account-dropdown-head>span:last-child{display:grid;min-width:0;line-height:1.2;}.account-dropdown-head strong{color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.account-dropdown-head small{color:var(--muted);font-size:11px;margin-top:3px;}.account-wallet-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;margin:9px 0;padding:11px;border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line));border-radius:14px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 8%,var(--surface)),var(--surface));}.account-wallet-row>span:nth-child(2){display:grid;line-height:1.15;}.account-wallet-row small{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:850;}.account-wallet-row strong{font-size:15px;color:var(--ink);}.account-wallet-row em{font-style:normal;font-size:9px;color:var(--warning);font-weight:800;text-align:right;max-width:74px;}.account-menu-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--soft);color:var(--brand);flex:0 0 36px;}.account-menu-icon .ui-icon{width:18px;height:18px;}.account-dropdown-links{display:grid;gap:2px;}.account-dropdown-links>a{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:46px;padding:5px 8px;border-radius:12px;color:var(--text);font-size:13px;font-weight:760;}.account-dropdown-links>a:hover{background:var(--soft);color:var(--ink);}.account-dropdown-links>a>.ui-icon{width:15px;height:15px;color:var(--muted);}.account-dropdown-links b{min-width:22px;padding:3px 5px;border-radius:999px;background:var(--danger);color:#fff;font-size:9px;text-align:center;}.account-dropdown-logout{margin-top:7px;padding-top:8px;border-top:1px solid var(--line);}.account-dropdown-logout button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:0;border-radius:11px;background:color-mix(in srgb,var(--danger) 7%,var(--surface));color:var(--danger);font-weight:800;}.account-dropdown-logout .ui-icon{width:17px;height:17px;}.header-auth-link{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);font-size:13px;font-weight:820;white-space:nowrap;transition:.18s;}.header-auth-link:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--brand) 38%,var(--line));color:var(--brand);}.header-auth-link .ui-icon{width:18px;height:18px;}.header-register{border-color:var(--brand);background:var(--brand);color:#fff;}.header-register:hover{color:#fff;filter:brightness(.97);}.article-facts-compact .article-facts-heading{align-items:center;padding:0 0 12px;}.article-facts-compact .article-facts-heading h2{font-size:17px;margin-top:1px;}.article-info-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding-top:12px;}.article-info-card{min-width:0;display:flex;align-items:center;gap:9px;padding:10px 11px;border:1px solid var(--line);border-radius:13px;background:color-mix(in srgb,var(--soft) 55%,var(--surface));}.article-info-icon .ui-icon{width:16px;height:16px;}.article-info-card>span:last-child{min-width:0;display:grid;line-height:1.18;}.article-info-card small{font-size:8.5px;letter-spacing:.045em;text-transform:uppercase;color:var(--muted);font-weight:850;}.article-info-card strong{margin-top:2px;color:var(--ink);font-size:11.5px;white-space:normal;}.article-info-card time{font:inherit;}.article-info-card.live-reader-card{border:1px solid var(--line);background:color-mix(in srgb,var(--soft) 55%,var(--surface));padding:10px 11px;}.article-info-card.live-reader-card.is-active{border-color:color-mix(in srgb,var(--success) 28%,var(--line));background:color-mix(in srgb,var(--success) 7%,var(--surface));}.article-info-card .live-reader-dot{margin:0 10px;width:9px;height:9px;flex:0 0 9px;}.media-selection-preview.has-image{border-style:solid;background:var(--surface);color:var(--text);}.media-modal-open{overflow:hidden;}.media-picker-body{min-height:0;display:grid;grid-template-columns:300px minmax(0,1fr);overflow:hidden;}.media-picker-upload-icon .ui-icon{width:25px;height:25px;}.media-picker-tools label .ui-icon{width:17px;height:17px;color:var(--muted);}.editor-media-card.is-new{animation:mediaNew .5s ease;}@keyframes mediaNew{from{opacity:0;transform:scale(.9);}to{opacity:1;transform:none;}}.editor-media-copy small .ui-icon{width:11px;height:11px;}.editor-media-copy .btn{margin-top:3px;width:100%;}@media (max-width:1180px){.article-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:900px){.category-nav{background:var(--surface)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;opacity:0;}.category-nav.open{opacity:1!important;}.mobile-menu-backdrop{background:rgba(15,23,42,.52)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;}.media-picker-body{grid-template-columns:1fr;overflow:auto;}}@media (max-width:680px){.header-main{gap:5px;}.header-actions{gap:3px;}.theme-button,.notification-link,.account-menu-toggle,.header-auth-link{width:38px!important;height:38px!important;min-width:38px!important;flex:0 0 38px!important;padding:0!important;border-radius:11px;}.header-auth-link span{display:none;}.header-auth-link .ui-icon{width:18px;height:18px;}.account-dropdown{position:fixed;right:8px;top:70px;width:calc(100vw - 16px);max-height:calc(100vh - 92px);overflow:auto;}.account-dropdown:before{display:none;}.article-facts-compact .article-facts-heading{flex-direction:row;align-items:center;padding-bottom:9px;}.article-facts-compact .article-facts-heading h2{font-size:15px;}.article-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding-top:9px;}.article-info-card{padding:9px;gap:7px;}.article-info-card small{font-size:7.5px;}.article-info-card strong{font-size:10.5px;}.article-info-card.live-reader-card{padding:9px;}}@media (max-width:410px){.theme-button{display:grid!important;}.brand{max-width:calc(100% - 160px)!important;}.header-actions{gap:2px;}.header-auth-link,.theme-button,.notification-link,.account-menu-toggle{width:36px!important;height:36px!important;min-width:36px!important;flex-basis:36px!important;}.menu-toggle{width:36px!important;height:36px!important;flex-basis:36px!important;}.article-info-grid{grid-template-columns:1fr 1fr;}}@media (max-width:680px){.header-actions .header-register{display:inline-flex!important;}}@media (max-width:900px){.site-header,.site-header .category-bar{background:var(--surface)!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;}.site-header{isolation:isolate;}.category-bar{border-top-color:var(--line)!important;}.category-nav{background-color:var(--surface)!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;transform:translateX(-101%)!important;opacity:1!important;transition:transform .22s cubic-bezier(.22,.8,.3,1),visibility 0s linear .22s!important;isolation:isolate;contain:layout paint;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;}.category-nav.open{transform:none!important;opacity:1!important;transition:transform .22s cubic-bezier(.22,.8,.3,1)!important;will-change:auto;}.category-nav,.category-nav *{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;text-shadow:none!important;}.category-nav>a,.category-nav>.nav-item>a{color:var(--ink)!important;background-color:transparent!important;}.category-nav>a:hover,.category-nav>.nav-item>a:hover,.category-nav>a:focus-visible,.category-nav>.nav-item>a:focus-visible{background:var(--soft)!important;color:var(--brand)!important;}.category-nav .nav-dropdown{background:var(--surface)!important;}.mobile-menu-backdrop{background:rgba(15,23,42,.58)!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;}body[data-theme=dark] .site-header,body[data-theme=dark] .site-header .category-bar,body[data-theme=dark] .category-nav,body.theme-dark .site-header,body.theme-dark .site-header .category-bar,body.theme-dark .category-nav{background:#101828!important;}}.related-news-section{margin-top:58px;padding-top:34px;border-top:1px solid var(--line);}.related-news-head{align-items:flex-end;}.related-news-head p{margin:6px 0 0;color:var(--muted);font-size:13px;}.related-news-count{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:8px 12px;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--brand);font-size:11px;font-weight:900;white-space:nowrap;}.related-news-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;}.related-news-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:17px;background:var(--surface);box-shadow:0 8px 24px rgba(16,24,40,.035);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}.related-news-card:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--brand) 30%,var(--line));box-shadow:0 18px 38px rgba(16,24,40,.1);}.related-news-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:var(--soft);}.related-news-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}.related-news-card:hover .related-news-media img{transform:scale(1.045);}.related-news-placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--brand);background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 12%,var(--soft)),var(--soft));}.related-news-placeholder .ui-icon{width:34px;height:34px;}.related-news-copy{display:grid;align-content:start;min-height:142px;padding:13px;}.related-news-copy .eyebrow{font-size:9px;}.related-news-copy h3{margin:7px 0 12px;color:var(--ink);font-size:15px;line-height:1.32;letter-spacing:-.025em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.related-news-meta{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:auto;padding-top:10px;border-top:1px solid var(--line);color:var(--muted);font-size:9.5px;font-weight:700;}.related-news-meta span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;}.related-news-meta .ui-icon{width:12px;height:12px;}.health-summary-icon .ui-icon{width:24px;height:24px;}.module-audit-card.is-ready .module-audit-state{background:color-mix(in srgb,var(--success) 10%,var(--surface));color:var(--success);}.module-audit-state .ui-icon{width:19px;height:19px;}.operational-card.is-ready>span{background:color-mix(in srgb,var(--success) 10%,var(--surface));color:var(--success);}.operational-card.is-warning>span{background:color-mix(in srgb,var(--warning) 10%,var(--surface));color:var(--warning);}.operational-card>span .ui-icon{width:17px;height:17px;}@media (max-width:1180px){.related-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:760px){.related-news-head{align-items:flex-start;}.related-news-grid{display:flex;gap:11px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 10px;margin-inline:-2px;scrollbar-width:none;}.related-news-grid::-webkit-scrollbar{display:none;}.related-news-card{flex:0 0 min(76vw,285px);scroll-snap-align:start;}.related-news-copy{min-height:130px;}.module-audit-card>.status{grid-column:2;justify-self:start;}}.site-header.theme-header-solid{background:var(--surface);backdrop-filter:none;-webkit-backdrop-filter:none;}.site-header.theme-header-glass{background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);}.site-header.is-static{position:relative;top:auto;}.site-header.is-sticky{position:sticky;top:0;}.theme-layout-full .container{width:min(calc(100% - 24px),var(--container));}.theme-layout-boxed .container{width:min(calc(100% - 36px),var(--container));}.mobile-bottom-disabled .footer-bottom{padding-bottom:0;}.security-page{padding-block:30px 60px;min-width:0;}.security-page *{min-width:0;}.security-page-title{margin-bottom:22px;}.security-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.78fr);gap:22px;align-items:start;}.security-main-column,.security-side-column{display:grid;gap:20px;}.security-card{overflow:hidden;}.security-card-head{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:start;justify-content:stretch;gap:13px;}.security-card-head>div:last-child{min-width:0;}.security-card-head h2{font-size:21px;}.security-card-head p{margin:5px 0 0;color:var(--muted);font-size:13px;}.security-card-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);}.security-card-icon .ui-icon{width:22px;height:22px;}.security-card-icon.danger{background:#fff1f2;color:#b42318;}.security-state strong{display:flex;align-items:center;gap:7px;}.security-state .ui-icon{width:17px;height:17px;}.security-inline-form{margin-top:16px;}.security-enable-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;}.security-enable-form label{display:grid;gap:7px;font-weight:750;color:var(--ink);}.security-session-list{gap:10px;}.security-session-item{min-width:0;}.security-session-copy{min-width:0;overflow:hidden;}.security-session-copy span{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;}.security-session-copy small{overflow-wrap:anywhere;}.security-session-item form{flex:0 0 auto;}.security-preference-form{gap:9px;}.security-preference{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start;padding:13px;border:1px solid var(--line);border-radius:13px;background:color-mix(in srgb,var(--soft) 55%,var(--surface));cursor:pointer;}.security-preference input{position:absolute;opacity:0;pointer-events:none;}.security-preference .setting-check{width:21px;height:21px;border:1.5px solid var(--line);border-radius:7px;background:var(--surface);position:relative;}.security-preference input:checked+.setting-check{background:var(--brand);border-color:var(--brand);}.security-preference input:checked+.setting-check:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);}.security-preference strong,.security-preference small{display:block;}.security-preference strong{color:var(--ink);font-size:13px;}.security-preference small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.4;}.browser-notification-box{display:grid;gap:7px;margin-top:12px;}.browser-notification-box small{color:var(--muted);font-size:11px;}.security-recovery-panel{overflow:hidden;}.security-recovery-panel .recovery-codes code{min-width:0;overflow:hidden;text-overflow:ellipsis;}.security-page .secret-code,.security-page .break-code{max-width:100%;overflow-wrap:anywhere;word-break:break-all;white-space:normal;}.security-page details{max-width:100%;overflow:hidden;}.theme-section-icon .ui-icon{width:24px;height:24px;}.theme-upload-card>label:not(.switch){display:grid;gap:7px;font-size:12px;font-weight:800;color:var(--ink);}.theme-save-icon .ui-icon{width:28px;height:28px;}@media (max-width:1100px){.security-layout{grid-template-columns:1fr;}.security-side-column{grid-template-columns:repeat(2,minmax(0,1fr));}.security-side-column .danger-zone{grid-column:1/-1;}}@media (max-width:900px){.site-header,.site-header.theme-header-glass,.site-header.theme-header-solid{background:var(--surface)!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;transform:none!important;perspective:none!important;}.site-header .category-bar{position:static!important;background:transparent!important;border:0!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transform:none!important;}.category-nav[data-mobile-menu]{display:flex!important;position:fixed!important;z-index:1002!important;top:64px!important;bottom:0!important;left:-390px!important;right:auto!important;width:min(88vw,370px)!important;height:calc(100dvh - 64px)!important;margin:0!important;padding:12px 14px calc(24px + env(safe-area-inset-bottom))!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;flex-direction:column!important;align-items:stretch!important;gap:2px!important;visibility:hidden!important;opacity:1!important;transform:none!important;translate:none!important;scale:none!important;rotate:none!important;transition:left .24s cubic-bezier(.22,.8,.3,1),visibility 0s linear .24s!important;contain:none!important;isolation:auto!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;perspective:none!important;will-change:auto!important;mix-blend-mode:normal!important;background:var(--surface)!important;background-image:none!important;box-shadow:20px 0 48px rgba(15,23,42,.22)!important;-webkit-font-smoothing:antialiased!important;text-rendering:optimizeLegibility!important;}.category-nav[data-mobile-menu].open{left:0!important;visibility:visible!important;transition:left .24s cubic-bezier(.22,.8,.3,1)!important;transform:none!important;}.category-nav[data-mobile-menu],.category-nav[data-mobile-menu] *{filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;text-shadow:none!important;transform-style:flat!important;mix-blend-mode:normal!important;}.category-nav[data-mobile-menu]>a,.category-nav[data-mobile-menu]>.nav-item>a{display:flex!important;align-items:center!important;gap:11px!important;min-height:48px!important;padding:11px 10px!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:10px!important;background:var(--surface)!important;color:var(--ink)!important;font-size:15px!important;line-height:1.25!important;font-weight:800!important;letter-spacing:0!important;opacity:1!important;}.category-nav[data-mobile-menu]>a .ui-icon,.category-nav[data-mobile-menu]>.nav-item>a .ui-icon{width:20px!important;height:20px!important;flex:0 0 20px!important;color:var(--brand)!important;}.category-nav[data-mobile-menu] .nav-dropdown{background:var(--soft)!important;border:0!important;border-radius:10px!important;margin:2px 0 7px!important;padding:4px 8px 4px 16px!important;box-shadow:none!important;}.category-nav[data-mobile-menu] .nav-dropdown a{background:transparent!important;color:var(--text)!important;border-bottom:1px solid color-mix(in srgb,var(--line) 70%,transparent)!important;font-size:13px!important;}.mobile-menu-backdrop{display:block!important;position:fixed!important;z-index:1001!important;inset:64px 0 0!important;width:100%!important;height:auto!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;background:rgba(15,23,42,.62)!important;background-image:none!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:opacity .2s ease,visibility 0s linear .2s!important;}body.menu-open .mobile-menu-backdrop{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transition:opacity .2s ease!important;}body.menu-open .category-nav[data-mobile-menu]{left:0!important;visibility:visible!important;}}@media (max-width:680px){.security-page{padding-block:18px 38px;}.security-page-title{gap:12px;}.security-page-title .btn{width:100%;}.security-card{padding:15px;}.security-card-head{grid-template-columns:40px minmax(0,1fr);gap:10px;}.security-card-icon{width:40px;height:40px;border-radius:12px;}.security-card-icon .ui-icon{width:19px;height:19px;}.security-card-head h2{font-size:18px;}.security-card-head p{font-size:11px;line-height:1.45;}.security-enable-form{grid-template-columns:1fr;}.security-enable-form .btn,.security-inline-form .btn{width:100%;}.security-page .form-row{grid-template-columns:1fr;}.security-session-item{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding:12px!important;}.security-session-item form,.security-session-item .btn{width:100%;}.security-session-item .status{justify-self:start;}.security-preference{padding:11px;}.security-side-column{grid-template-columns:1fr;}.security-side-column .danger-zone{grid-column:auto;}.security-recovery-panel{padding:15px;}.security-recovery-panel .recovery-codes{grid-template-columns:1fr 1fr;gap:7px;}.security-recovery-panel .recovery-codes code{padding:8px 5px;font-size:11px;}.security-page .secret-code{font-size:13px;letter-spacing:.06em;}.setup-steps{padding:12px;font-size:12px;}.setup-steps p{overflow-wrap:anywhere;}.theme-page-title .btn{width:100%;}.theme-control-form .panel{padding:15px;}.mobile-bottom-disabled .footer-bottom{padding-bottom:0!important;}}@media (max-width:900px){.category-nav[data-mobile-menu]{top:72px!important;height:calc(100dvh - 72px)!important;}.mobile-menu-backdrop{inset:72px 0 0!important;}}@media (max-width:680px){.category-nav[data-mobile-menu]{top:64px!important;height:calc(100dvh - 64px)!important;}.mobile-menu-backdrop{inset:64px 0 0!important;}}.account-wallet-row{grid-template-columns:36px minmax(0,1fr) auto!important;min-height:54px!important;padding:8px!important;gap:9px!important;}.account-wallet-label{align-self:center;color:var(--text);font-size:13px;font-weight:780;line-height:1.2;}.account-wallet-value{display:grid;justify-items:end;align-content:center;gap:2px;min-width:96px;text-align:right;line-height:1.15;}.account-wallet-value strong{font-size:14px;color:var(--ink);white-space:nowrap;}.account-wallet-value small{font-size:9px;color:var(--warning);font-weight:800;white-space:nowrap;}.account-wallet-row:hover{background:color-mix(in srgb,var(--brand) 11%,var(--surface));border-color:color-mix(in srgb,var(--brand) 34%,var(--line));}.category-form-panel .panel-head>div:first-child,.category-list-panel .panel-head>div:first-child{align-items:center;}.category-form-panel .panel-head h2,.category-list-panel .panel-head h2{margin:0;}.category-form-panel .panel-head p,.category-list-panel .panel-head p{margin:3px 0 0;color:var(--muted);font-size:11px;}.category-form-switches .check{margin:0;padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:var(--soft);}.category-form-actions .btn{min-height:42px;}.is-editing-row td{background:color-mix(in srgb,var(--brand) 6%,var(--surface));}.is-editing-row td:first-child{box-shadow:inset 3px 0 0 var(--brand);}.security-card-head{align-items:center!important;}.security-card-icon{align-self:center!important;line-height:0!important;}.security-card-icon .ui-icon{display:block!important;margin:0!important;vertical-align:0!important;transform:none!important;}.security-card .btn,.security-card .security-state strong{align-items:center!important;}.security-card .btn .ui-icon,.security-card .security-state .ui-icon{display:block!important;align-self:center!important;margin:0!important;vertical-align:0!important;}.security-card-head>div:last-child{align-self:center;}.related-news-section{margin-top:46px;padding-top:28px;}.related-news-head{align-items:center!important;margin-bottom:16px!important;}.related-news-head h2{margin:0;color:var(--ink);font-size:clamp(23px,3vw,30px);letter-spacing:-.035em;}.related-news-count{min-width:0;padding:7px 10px;}.related-news-copy{min-height:132px;}@media (max-width:760px){.account-wallet-row{min-height:50px!important;}.account-wallet-value{min-width:88px;}.account-wallet-value strong{font-size:13px;}.account-wallet-value small{font-size:8px;}.category-form-actions .btn{width:100%;}.table-actions .btn{min-width:88px;}.security-card-head{grid-template-columns:38px minmax(0,1fr)!important;gap:11px!important;}.security-card-icon{width:38px!important;height:38px!important;border-radius:11px!important;}.security-card-icon .ui-icon{width:19px!important;height:19px!important;}.related-news-section{margin-top:38px;padding-top:22px;}.related-news-head{flex-direction:row!important;align-items:center!important;margin-bottom:13px!important;}.related-news-head h2{font-size:23px;}.related-news-count{font-size:10px;padding:6px 9px;}}@media (max-width:440px){.account-wallet-value small{max-width:96px;white-space:normal;}}@media (max-width:680px){.language-sync-form .form-row{grid-template-columns:1fr;}}.nav-item{position:relative;display:flex;align-items:center;min-width:0;}.nav-item>.nav-submenu-toggle{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:var(--muted);padding:0;margin-left:-16px;transition:.18s;}.nav-item>.nav-submenu-toggle .ui-icon{width:15px;height:15px;transition:transform .18s;}.nav-item.submenu-open>.nav-submenu-toggle,.nav-item:focus-within>.nav-submenu-toggle{color:var(--brand);background:var(--soft);}.nav-item.submenu-open>.nav-submenu-toggle .ui-icon{transform:rotate(180deg);}.nav-dropdown{position:absolute;z-index:140;left:0;top:calc(100% - 2px);display:none;min-width:240px;padding:8px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 18px 44px rgba(16,24,40,.16);}.nav-item:hover>.nav-dropdown,.nav-item:focus-within>.nav-dropdown,.nav-item.submenu-open>.nav-dropdown{display:grid;}.nav-dropdown>.nav-item{display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%;}.nav-dropdown>.nav-item>a,.nav-dropdown>a{display:flex!important;align-items:center;gap:9px;width:100%;min-height:42px;padding:9px 10px!important;border-radius:9px!important;color:var(--text)!important;font-size:13px!important;font-weight:750!important;white-space:normal!important;}.nav-dropdown>.nav-item>a:hover,.nav-dropdown>a:hover{background:var(--soft)!important;color:var(--brand)!important;}.nav-dropdown>.nav-item>.nav-submenu-toggle{margin:0;}.nav-dropdown>.nav-item>.nav-dropdown{left:calc(100% + 6px);top:-8px;}.nav-dropdown .ui-icon{width:16px;height:16px;flex:0 0 16px;}.pro-toggle{position:relative;display:grid;grid-template-columns:68px minmax(0,1fr);gap:13px;align-items:center;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--soft) 48%,var(--surface));cursor:pointer;transition:.18s;}.pro-toggle:hover{border-color:color-mix(in srgb,var(--brand) 32%,var(--line));background:color-mix(in srgb,var(--brand) 4%,var(--surface));}.pro-toggle input{position:absolute;opacity:0;pointer-events:none;}.pro-toggle-track{position:relative;width:68px;height:31px;border:1px solid color-mix(in srgb,var(--muted) 45%,var(--line));border-radius:8px;background:var(--muted);box-shadow:inset 0 1px 3px rgba(0,0,0,.12);transition:.2s;}.pro-toggle-track:before{content:"Pasif";position:absolute;right:7px;top:50%;transform:translateY(-50%);font-size:8px;font-weight:950;letter-spacing:.04em;color:#fff;text-transform:uppercase;}.pro-toggle-track i{position:absolute;left:3px;top:3px;width:23px;height:23px;border-radius:6px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.22);transition:.2s;}.pro-toggle input:checked+.pro-toggle-track{border-color:var(--success);background:var(--success);}.pro-toggle input:checked+.pro-toggle-track:before{content:"Aktif";left:7px;right:auto;}.pro-toggle input:checked+.pro-toggle-track i{left:40px;}.pro-toggle input:focus-visible+.pro-toggle-track{outline:3px solid color-mix(in srgb,var(--brand) 25%,transparent);outline-offset:2px;}.pro-toggle>span:last-child strong,.pro-toggle>span:last-child small{display:block;}.pro-toggle>span:last-child strong{color:var(--ink);font-size:13px;}.pro-toggle>span:last-child small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.35;}.pro-toggle.compact{grid-template-columns:58px minmax(0,1fr);padding:9px 10px;}.pro-toggle.compact .pro-toggle-track{width:58px;height:28px;}.pro-toggle.compact .pro-toggle-track i{width:20px;height:20px;}.pro-toggle.compact input:checked+.pro-toggle-track i{left:34px;}.author-preference-box{display:grid;gap:10px;margin:8px 0 18px;padding:17px;border:1px solid var(--line);border-radius:17px;background:var(--surface);}.author-preference-head{display:flex;align-items:center;gap:11px;margin-bottom:3px;}.author-preference-head>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);}.author-preference-head strong,.author-preference-head small{display:block;}.author-preference-head small{color:var(--muted);font-size:11px;}.profile-media-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.profile-upload-card{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);column-gap:11px;align-items:center;padding:14px;border:1px dashed color-mix(in srgb,var(--brand) 35%,var(--line));border-radius:15px;background:color-mix(in srgb,var(--brand) 3%,var(--surface));cursor:pointer;}.profile-upload-card>span{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--soft);color:var(--brand);}.profile-upload-card strong,.profile-upload-card small{display:block;}.profile-upload-card small{color:var(--muted);font-size:11px;}.profile-upload-card input{grid-column:1/-1;margin-top:10px;width:100%;}.author-profile-v2{position:relative;padding-bottom:1px;background:var(--surface);border-bottom:1px solid var(--line);}.author-cover{position:relative;height:clamp(190px,28vw,350px);overflow:hidden;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 45%,#101828),color-mix(in srgb,var(--brand-2) 60%,#101828));}.author-cover>img{width:100%;height:100%;object-fit:cover;}.author-cover>span{position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.24),transparent 38%),linear-gradient(120deg,var(--brand),var(--brand-2));}.author-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(11,18,32,.72));}.author-profile-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px;align-items:end;margin-top:-78px;margin-bottom:26px;padding:24px;border:1px solid color-mix(in srgb,var(--line) 75%,transparent);border-radius:24px;background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 20px 50px rgba(16,24,40,.13);}.author-profile-avatar{position:relative;width:132px;height:132px;border:6px solid var(--surface);border-radius:28px;background:var(--soft);box-shadow:0 12px 30px rgba(16,24,40,.18);}.author-profile-avatar img,.author-profile-avatar>span{width:100%;height:100%;border-radius:22px;object-fit:cover;}.author-profile-avatar>span{display:grid;place-items:center;font-size:46px;font-weight:950;color:var(--brand);}.author-presence-dot{position:absolute;right:-3px;bottom:8px;width:22px;height:22px;border:5px solid var(--surface);border-radius:50%;background:var(--muted);}.author-presence-dot.is-online{background:var(--success);box-shadow:0 0 0 5px color-mix(in srgb,var(--success) 18%,transparent);}.author-profile-main{min-width:0;}.author-profile-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}.author-profile-heading h1{margin:2px 0 2px;color:var(--ink);font-size:clamp(30px,4vw,48px);line-height:1;letter-spacing:-.05em;}.author-biography{max-width:820px;margin:13px 0;color:var(--text);font-size:15px;line-height:1.7;}.author-expertise,.author-contact-meta{display:flex;flex-wrap:wrap;gap:8px;}.author-expertise span,.author-contact-meta a,.author-contact-meta span{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text);font-size:11px;font-weight:750;}.author-expertise .ui-icon,.author-contact-meta .ui-icon{width:14px;height:14px;color:var(--brand);}.author-profile-actions{display:flex;flex-direction:column;gap:9px;align-items:stretch;min-width:190px;}.author-profile-actions form,.author-profile-actions .btn{width:100%;}.author-message-disabled{display:inline-flex;align-items:center;gap:7px;padding:10px;border:1px solid var(--line);border-radius:11px;color:var(--muted);font-size:11px;}.online-state{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:10px;font-weight:850;white-space:nowrap;}.online-state i{width:8px;height:8px;border-radius:50%;background:var(--muted);}.online-state.is-online{border-color:color-mix(in srgb,var(--success) 28%,var(--line));background:color-mix(in srgb,var(--success) 7%,var(--surface));color:var(--success);}.online-state.is-online i{background:var(--success);box-shadow:0 0 0 4px color-mix(in srgb,var(--success) 14%,transparent);}.author-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:26px;}.author-stat-grid>div{display:grid;grid-template-columns:42px 1fr;grid-template-areas:"icon value" "icon label";gap:0 11px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface);}.author-stat-grid>div>span{grid-area:icon;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--soft);color:var(--brand);}.author-stat-grid strong{grid-area:value;color:var(--ink);font-size:20px;line-height:1;}.author-stat-grid small{grid-area:label;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:850;}.author-category-strip{display:flex;align-items:center;gap:8px;overflow:auto;padding-top:14px;}.author-category-strip>span{font-size:10px;font-weight:900;text-transform:uppercase;color:var(--muted);white-space:nowrap;}.author-category-strip a{display:inline-flex;gap:7px;padding:7px 10px;border:1px solid var(--line);border-radius:9px;background:var(--surface);font-size:11px;white-space:nowrap;}.author-category-strip b{color:var(--brand);}.messages-page{padding-block:30px 60px;}.message-inbox-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:20px;align-items:start;}.message-inbox-panel{overflow:hidden;}.conversation-list{display:grid;}.conversation-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 18px;border-top:1px solid var(--line);background:var(--surface);transition:.16s;}.conversation-card:hover{background:var(--soft);}.conversation-card.is-unread{background:color-mix(in srgb,var(--brand) 5%,var(--surface));}.conversation-avatar{width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:color-mix(in srgb,var(--brand) 12%,var(--soft));color:var(--brand);font-size:18px;font-weight:900;flex:0 0 auto;}.conversation-avatar img{width:100%;height:100%;object-fit:cover;}.conversation-copy{min-width:0;}.conversation-copy>span{display:flex;justify-content:space-between;gap:12px;}.conversation-copy strong{color:var(--ink);}.conversation-copy time,.conversation-copy small{color:var(--muted);font-size:10px;}.conversation-copy p{margin:4px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:var(--text);}.message-unread{min-width:25px;height:25px;display:grid;place-items:center;border-radius:999px;background:var(--brand);color:#fff;font-size:10px;}.message-thread-shell{overflow:hidden;}.message-thread-head{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line);}.message-recipient{display:flex;align-items:center;gap:11px;}.message-recipient strong,.message-recipient small{display:block;}.message-recipient small{color:var(--muted);font-size:10px;}.message-thread-actions{display:flex;flex-wrap:wrap;gap:7px;}.message-thread-list{display:flex;flex-direction:column;gap:9px;min-height:320px;max-height:62vh;overflow:auto;padding:18px;background:color-mix(in srgb,var(--soft) 55%,var(--canvas));scroll-behavior:smooth;}.message-bubble{max-width:min(76%,680px);padding:10px 12px;border:1px solid var(--line);border-radius:15px;background:var(--surface);}.message-bubble.is-mine{align-self:flex-end;border-bottom-right-radius:5px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));border-color:color-mix(in srgb,var(--brand) 22%,var(--line));}.message-bubble.is-other{align-self:flex-start;border-bottom-left-radius:5px;}.message-bubble-body{color:var(--ink);font-size:13px;white-space:normal;overflow-wrap:anywhere;}.message-bubble footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:5px;color:var(--muted);font-size:9px;}.message-bubble footer span{display:inline-flex;align-items:center;gap:3px;color:var(--brand);}.message-bubble footer form{display:inline;}.message-bubble footer button{display:grid;place-items:center;width:22px;height:22px;border:0;background:transparent;color:var(--muted);padding:0;}.message-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding:14px 18px;border-top:1px solid var(--line);background:var(--surface);}.message-compose textarea{width:100%;min-height:72px;max-height:180px;resize:vertical;}.message-disabled-notice{display:flex;align-items:center;gap:8px;padding:14px 18px;border-top:1px solid var(--line);background:#fff8eb;color:#b54708;font-size:12px;font-weight:750;}.message-empty-thread{text-align:center;color:var(--muted);padding:60px 20px;}.blocked-user-list{display:grid;gap:7px;margin-top:12px;}.blocked-user-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px;border:1px solid var(--line);border-radius:11px;background:var(--surface);}.info-card.market-info-card{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"icon main change";gap:10px;position:relative;}.market-info-copy{grid-area:main;min-width:0;}.market-info-copy b{display:block;color:var(--muted);font-size:9px;font-weight:750;white-space:nowrap;}.market-info-change{grid-area:change!important;display:inline-flex;align-items:center;gap:4px!important;justify-self:end;padding:5px 7px;border-radius:8px;font-size:10px!important;font-weight:850;}.market-info-change .ui-icon{width:13px;height:13px;}.market-info-card.is-up .market-info-change,.market-change.is-up{color:#067647;background:#ecfdf3;}.market-info-card.is-down .market-info-change,.market-change.is-down{color:#b42318;background:#fef3f2;}.market-info-card.is-flat .market-info-change,.market-change.is-flat{color:var(--muted);background:var(--soft);}@media (max-width:900px){.category-nav[data-mobile-menu] .nav-item{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;width:100%!important;align-items:center!important;}.category-nav[data-mobile-menu] .nav-item>.nav-submenu-toggle{display:grid!important;width:40px!important;height:40px!important;margin:0!important;justify-self:end!important;border:1px solid var(--line)!important;background:var(--surface)!important;}.category-nav[data-mobile-menu] .nav-item>.nav-dropdown{position:static!important;grid-column:1/-1!important;display:none!important;min-width:0!important;width:100%!important;margin:2px 0 6px!important;padding:4px 5px 4px 13px!important;border:0!important;border-left:2px solid color-mix(in srgb,var(--brand) 35%,var(--line))!important;border-radius:0 10px 10px 0!important;box-shadow:none!important;background:color-mix(in srgb,var(--soft) 65%,var(--surface))!important;}.category-nav[data-mobile-menu] .nav-item.submenu-open>.nav-dropdown{display:grid!important;}.category-nav[data-mobile-menu] .nav-dropdown>.nav-item{grid-template-columns:minmax(0,1fr) 38px!important;}.category-nav[data-mobile-menu] .nav-dropdown>.nav-item>a{min-height:40px!important;padding:8px 9px!important;font-size:13px!important;}.category-nav[data-mobile-menu] .nav-dropdown>.nav-item>.nav-submenu-toggle{width:34px!important;height:34px!important;}.category-nav[data-mobile-menu] .nav-dropdown>.nav-item>.nav-dropdown{margin-left:6px!important;}.author-profile-card{grid-template-columns:105px minmax(0,1fr);align-items:start;margin-top:-58px;padding:18px;}.author-profile-avatar{width:105px;height:105px;border-radius:23px;}.author-profile-avatar img,.author-profile-avatar>span{border-radius:18px;}.author-profile-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;}.author-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.message-inbox-layout{grid-template-columns:1fr;}.messages-page .profile-nav{display:flex;overflow:auto;}.messages-page .profile-nav a{white-space:nowrap;}}@media (max-width:680px){.pro-toggle{grid-template-columns:62px minmax(0,1fr);padding:11px;}.pro-toggle-track{width:62px;}.pro-toggle input:checked+.pro-toggle-track i{left:34px;}.profile-media-fields{grid-template-columns:1fr;}.author-cover{height:210px;}.author-profile-card{grid-template-columns:78px minmax(0,1fr);gap:13px;margin-top:-44px;padding:14px;border-radius:18px;}.author-profile-avatar{width:78px;height:78px;border-width:4px;border-radius:19px;}.author-profile-avatar img,.author-profile-avatar>span{border-radius:15px;}.author-profile-avatar>span{font-size:29px;}.author-presence-dot{width:18px;height:18px;border-width:4px;}.author-profile-heading{display:block;}.author-profile-heading h1{font-size:27px;}.author-profile-heading .online-state{margin-top:7px;}.author-biography{font-size:13px;}.author-profile-actions{display:grid;grid-template-columns:1fr;}.author-stat-grid{gap:7px;padding-top:14px;}.author-stat-grid>div{grid-template-columns:34px 1fr;padding:11px;gap:8px;}.author-stat-grid>div>span{width:34px;height:34px;}.author-stat-grid strong{font-size:16px;}.message-thread-head{align-items:flex-start;flex-direction:column;}.message-thread-actions{width:100%;}.message-thread-actions form,.message-thread-actions button{flex:1;}.message-thread-list{max-height:58vh;padding:12px;}.message-bubble{max-width:88%;}.message-compose{grid-template-columns:1fr;}.message-compose .btn{width:100%;}.conversation-card{grid-template-columns:44px minmax(0,1fr) auto;padding:12px;}.conversation-avatar{width:42px;height:42px;}.info-card.market-info-card{min-width:245px;}.market-info-copy b{white-space:normal;}}.blocked-users-panel{margin-top:14px;padding:12px;}.blocked-users-panel .panel-head{padding:0 0 9px;border:0;}.blocked-user-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;}.blocked-user-row .conversation-avatar.mini{width:34px;height:34px;border-radius:10px;font-size:13px;}.blocked-user-row>span:nth-child(2){min-width:0;}.blocked-user-row strong,.blocked-user-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.blocked-user-row strong{font-size:11px;color:var(--ink);}.blocked-user-row small{font-size:9px;color:var(--muted);}.article-setting-card .setting-check{position:relative!important;width:68px!important;height:31px!important;margin:0!important;border:1px solid color-mix(in srgb,var(--muted) 45%,var(--line))!important;border-radius:8px!important;background:var(--muted)!important;box-shadow:inset 0 1px 3px rgba(0,0,0,.12)!important;}.article-setting-card .setting-check:before{content:"Pasif"!important;position:absolute!important;right:7px!important;top:50%!important;transform:translateY(-50%)!important;color:#fff!important;font-size:8px!important;font-weight:950!important;text-transform:uppercase!important;}.article-setting-card .setting-check:after{content:""!important;position:absolute!important;left:3px!important;top:3px!important;width:23px!important;height:23px!important;border:0!important;border-radius:6px!important;background:#fff!important;box-shadow:0 2px 6px rgba(0,0,0,.22)!important;transform:none!important;transition:.2s!important;}.article-setting-card>input:checked+.setting-check{background:var(--success)!important;border-color:var(--success)!important;}.article-setting-card>input:checked+.setting-check:before{content:"Aktif"!important;left:7px!important;right:auto!important;}.article-setting-card>input:checked+.setting-check:after{left:40px!important;}.article-setting-card>input:focus-visible+.setting-check{outline:3px solid color-mix(in srgb,var(--brand) 25%,transparent)!important;outline-offset:2px!important;}.notification-menu{position:relative;}.notification-dropdown{position:absolute;right:0;top:calc(100% + 12px);z-index:180;width:min(390px,calc(100vw - 24px));border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 24px 70px rgba(16,24,40,.22);overflow:hidden;}.notification-dropdown-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 17px;border-bottom:1px solid var(--line);}.notification-dropdown-head strong,.notification-dropdown-head small{display:block;}.notification-dropdown-head strong{color:var(--ink);font-size:16px;}.notification-dropdown-head small{color:var(--muted);font-size:11px;}.notification-dropdown-head>a{font-size:12px;font-weight:850;color:var(--brand);}.notification-dropdown-actions{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);}.notification-dropdown-actions form+form{border-left:1px solid var(--line);}.notification-dropdown-actions button{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border:0;background:var(--soft);color:var(--ink);font-size:11px;font-weight:800;}.notification-dropdown-actions button:disabled{opacity:.45;cursor:not-allowed;}.notification-dropdown-list{max-height:430px;overflow:auto;}.notification-preview-item{position:relative;border-bottom:1px solid var(--line);}.notification-preview-item:last-child{border-bottom:0;}.notification-preview-item>a{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:12px 45px 12px 14px;}.notification-preview-item.unread{background:color-mix(in srgb,var(--brand) 6%,var(--surface));}.notification-preview-icon,.notification-type-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:color-mix(in srgb,var(--brand) 10%,var(--soft));color:var(--brand);}.notification-preview-item strong,.notification-preview-item small,.notification-preview-item time{display:block;}.notification-preview-item strong{color:var(--ink);font-size:12px;line-height:1.35;}.notification-preview-item small{color:var(--text);font-size:10px;line-height:1.4;margin-top:2px;}.notification-preview-item time{color:var(--muted);font-size:9px;margin-top:4px;}.notification-preview-item>form{position:absolute;right:10px;top:50%;transform:translateY(-50%);}.notification-preview-item>form button{display:grid;place-items:center;width:27px;height:27px;padding:0;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--success);}.notification-dropdown-empty{display:grid;justify-items:center;gap:5px;padding:34px 20px;color:var(--muted);text-align:center;}.notification-dropdown-empty .ui-icon{width:28px;height:28px;}.notification-dropdown-empty strong{color:var(--ink);}.notification-link.is-ringing .ui-icon{animation:notificationBell 1.15s ease-in-out 3;transform-origin:50% 10%;}@keyframes notificationBell{0%,100%{transform:rotate(0);}20%{transform:rotate(13deg);}40%{transform:rotate(-11deg);}60%{transform:rotate(8deg);}80%{transform:rotate(-5deg);}}.notification-badge{position:absolute;right:-5px;top:-7px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--danger);color:#fff;border:2px solid var(--surface);font-size:9px;font-weight:900;}.notification-page-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0 0 18px;padding:14px 17px;border:1px solid var(--line);border-radius:15px;background:var(--surface);}.notification-page-toolbar>div:first-child{display:flex;align-items:baseline;gap:7px;}.notification-page-toolbar strong{font-size:22px;color:var(--ink);}.notification-page-toolbar span{color:var(--muted);font-size:12px;}.notification-page-actions{display:flex;gap:8px;}.notification-list-advanced{display:grid;gap:9px;}.notification-list-advanced .notification-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:15px;background:var(--surface);padding:10px;}.notification-list-advanced .notification-item>a{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;}.notification-list-advanced .notification-item.unread{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:color-mix(in srgb,var(--brand) 5%,var(--surface));}.notification-read-state{display:flex;align-items:center;gap:5px;color:var(--success);font-size:11px;font-weight:800;}.article-aside-sticky{position:sticky;top:110px;display:grid;gap:15px;}.article-aside .sticky-card{position:static;}.article-widget{border:1px solid var(--line);border-radius:16px;background:var(--surface);overflow:hidden;}.article-widget-head{padding:13px 14px;border-bottom:1px solid var(--line);}.article-widget-head h3{margin:0;color:var(--ink);font-size:15px;}.article-widget-list{display:grid;}.article-widget-news{display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--line);}.article-widget-news:last-child{border-bottom:0;}.article-widget-news img{width:64px;height:52px;border-radius:9px;object-fit:cover;}.article-widget-news strong,.article-widget-news small{display:block;}.article-widget-news strong{color:var(--ink);font-size:11px;line-height:1.35;}.article-widget-news small{color:var(--muted);font-size:9px;margin-top:4px;}.article-widget-rank{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:var(--soft);color:var(--brand);font-weight:950;}.article-widget-content{padding:12px;}.article-widget-content .ad-slot{margin:0;}.settings-side-nav{position:sticky;top:92px;display:grid;gap:5px;padding:13px;border:1px solid var(--line);border-radius:17px;background:var(--surface);box-shadow:var(--shadow);}.settings-side-nav>strong{padding:8px 9px;color:var(--ink);font-size:12px;}.settings-side-nav a{display:flex;align-items:center;gap:9px;padding:10px;border-radius:10px;color:var(--text);font-size:12px;font-weight:800;}.settings-side-nav a:hover,.settings-side-nav a.is-active{background:color-mix(in srgb,var(--brand) 9%,var(--soft));color:var(--brand);}.settings-side-nav .ui-icon{width:17px;height:17px;}.settings-sections{display:grid;gap:18px;min-width:0;}.settings-section{scroll-margin-top:95px;}.home-category-section{border-top:3px solid var(--category-accent);padding-top:42px;}.home-category-head .kicker{color:var(--category-accent);}.category-featured-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:18px;}.category-featured-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.category-featured-side .news-card h3{font-size:16px;}.category-news-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}.category-news-list>a{display:grid;grid-template-columns:120px minmax(0,1fr) 24px;gap:12px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface);}.category-news-list img{width:120px;height:78px;object-fit:cover;border-radius:10px;}.category-news-list strong,.category-news-list small{display:block;}.category-news-list strong{color:var(--ink);line-height:1.35;}.category-news-list small{color:var(--muted);font-size:10px;margin-top:6px;}.category-compact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:15px;overflow:hidden;}.category-compact-list>a{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;padding:14px;background:var(--surface);}.category-compact-list b{color:var(--category-accent);font-size:18px;}.category-compact-list span{color:var(--ink);font-weight:800;line-height:1.3;}.category-compact-list small{color:var(--muted);}@media (max-width:1100px){.settings-side-nav{position:static;display:flex;overflow:auto;}.settings-side-nav>strong{display:none;}.settings-side-nav a{white-space:nowrap;}.category-featured-layout{grid-template-columns:1fr;}.category-featured-side{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:900px){.notification-dropdown{position:fixed;top:76px;right:12px;left:12px;width:auto;}.article-aside-sticky{position:static;}.article-widget.hide-mobile{display:none!important;}.category-news-list{grid-template-columns:1fr;}.category-featured-side{display:flex;overflow:auto;}.category-featured-side .news-card{min-width:250px;}.category-compact-list{grid-template-columns:1fr;}}@media (max-width:680px){.notification-page-toolbar{align-items:flex-start;flex-direction:column;}.notification-page-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;}.notification-page-actions .btn{width:100%;}.notification-list-advanced .notification-item{grid-template-columns:1fr;}.notification-list-advanced .notification-item>form,.notification-read-state{justify-self:end;}.category-news-list>a{grid-template-columns:92px minmax(0,1fr) 18px;}.category-news-list img{width:92px;height:68px;}.home-category-section{padding-top:34px;}}.following-author-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.following-author-card{display:grid;gap:14px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);}.following-author-main{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;}.following-author-main img,.following-author-main>.avatar-placeholder{width:64px;height:64px;border-radius:18px;object-fit:cover;}.following-author-main small,.following-author-main strong,.following-author-main p{display:block;}.following-author-main small{color:var(--brand);font-size:11px;font-weight:850;}.following-author-main strong{color:var(--ink);font-size:18px;margin:3px 0;}.following-author-main p{margin:0;color:var(--muted);font-size:12px;line-height:1.5;}.following-author-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;}.following-author-stats span{padding:9px;border-radius:11px;background:var(--soft);color:var(--muted);font-size:10px;text-align:center;}.following-author-stats b{display:block;color:var(--ink);font-size:12px;}.following-latest{display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:11px;border:1px solid var(--line);border-radius:12px;}.following-latest>span:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,var(--brand) 10%,var(--soft));color:var(--brand);}.following-latest small,.following-latest strong{display:block;}.following-latest small{font-size:9px;color:var(--muted);}.following-latest strong{font-size:11px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.following-author-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:13px;}.pro-toggle.compact{margin:0;}.pro-toggle.compact>span:last-child strong{font-size:11px;}.pro-toggle.compact>span:last-child small{font-size:9px;}@media (max-width:760px){.following-author-grid{grid-template-columns:1fr;}.following-author-actions{align-items:stretch;flex-direction:column;}.following-author-actions .btn{width:100%;}}.brand{min-width:0;}.brand-text{display:inline-block;overflow:hidden;text-overflow:ellipsis;}.brand-logo{max-height:var(--logo-height);object-fit:contain;}.contact-page{padding-block:38px 64px;}.contact-layout{display:grid;grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);gap:34px;align-items:start;}.contact-intro{position:sticky;top:110px;padding:22px 0;}.contact-intro h1{margin:7px 0 15px;color:var(--ink);font-size:clamp(36px,5vw,62px);line-height:1;letter-spacing:-.05em;}.contact-intro p{max-width:620px;color:var(--muted);font-size:16px;}.contact-trust-list{display:grid;gap:10px;margin-top:24px;}.contact-trust-list span{display:flex;align-items:center;gap:9px;color:var(--ink);font-weight:750;}.contact-trust-list .ui-icon{color:var(--brand);}.contact-form-card{padding:25px;}.contact-consent{display:grid!important;grid-template-columns:22px minmax(0,1fr);align-items:start!important;gap:10px!important;}.contact-consent input{width:18px!important;margin-top:2px;}.editor-media-actions .btn{width:100%;margin:0;}.notification-preference-group{display:grid;gap:8px;padding:13px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--soft) 58%,var(--surface));}.notification-preference-title{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:center;padding:2px 2px 8px;}.notification-preference-title>.ui-icon{width:21px;height:21px;color:var(--brand);justify-self:center;}.notification-preference-title strong,.notification-preference-title small{display:block;}.notification-preference-title strong{color:var(--ink);font-size:14px;}.notification-preference-title small{color:var(--muted);font-size:10px;line-height:1.4;}.security-preference-form{gap:13px;}.security-card-head{grid-template-columns:48px minmax(0,1fr)!important;}.security-card-icon{display:grid!important;place-items:center!important;padding:0!important;}.security-card-icon .ui-icon{width:22px!important;height:22px!important;display:block!important;position:static!important;transform:none!important;}.security-preference{grid-template-columns:22px minmax(0,1fr)!important;align-items:start!important;}.security-preference .setting-check{align-self:start;margin-top:1px;}.messages-page,.message-thread-shell,.message-inbox-panel{min-width:0;}.message-thread-head{min-width:0;}.message-recipient{min-width:0;}.message-recipient>span:last-child{min-width:0;}.message-recipient strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.message-thread-actions form{margin:0;}.message-compose textarea{min-width:0;}.message-bubble{overflow:hidden;}.message-bubble-body{max-width:100%;}@media (max-width:900px){.contact-layout{grid-template-columns:1fr;}.contact-intro{position:static;padding:8px 0;}.contact-form-card{padding:18px;}.contact-admin-card header form,.contact-admin-card header .btn{width:100%;}.contact-reply-actions,.contact-reply-actions .btn{width:100%;}.message-inbox-layout{width:100%;min-width:0;}.message-inbox-sidebar{min-width:0;}.message-inbox-panel{width:100%;}.message-thread-shell{width:100%;border-radius:16px;}.message-thread-head{padding:12px;}.message-thread-actions{display:grid;grid-template-columns:1fr;width:100%;}.message-thread-actions form,.message-thread-actions button{width:100%;}.message-thread-list{width:100%;max-height:55vh;min-height:280px;padding:10px;}.message-bubble{max-width:92%;padding:9px 10px;}.message-compose{padding:10px;grid-template-columns:1fr;}.message-compose .btn{width:100%;}.conversation-card{width:100%;grid-template-columns:42px minmax(0,1fr) auto;gap:9px;padding:11px;}.conversation-copy>span{min-width:0;}.conversation-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.security-layout,.security-main-column,.security-side-column,.security-card{min-width:0;}.security-card{overflow:hidden;}.security-card-head{grid-template-columns:40px minmax(0,1fr)!important;}.security-card-head>div:last-child{min-width:0;}.security-card-head h2,.security-card-head p{overflow-wrap:anywhere;}.security-preference{min-width:0;}.security-preference>span:last-child{min-width:0;}.security-preference strong,.security-preference small{overflow-wrap:anywhere;}.media-picker-body{height:calc(100dvh - 83px);overflow:auto;}.brand:not(:has(.brand-logo)) .brand-text{display:inline-block!important;max-width:min(145px,35vw);}}@media (max-width:430px){.contact-page{padding-block:20px 45px;}.contact-intro h1{font-size:38px;}.contact-form-card{padding:14px;}.editor-media-actions .btn{padding:7px 5px;font-size:10px;}.message-thread-list{max-height:52vh;}.message-bubble{max-width:96%;}.security-card{padding:13px;}.security-card-head{grid-template-columns:38px minmax(0,1fr)!important;}.notification-preference-group{padding:10px;}.security-preference{padding:10px;}.brand:not(:has(.brand-logo)) .brand-text{max-width:92px!important;}}.danger-zone{position:sticky;top:90px;}.danger-zone hr{border:0;border-top:1px solid var(--border);margin:22px 0;}.social-profile-editor{padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb,var(--surface) 92%,var(--primary) 8%);}.social-profile-editor h3{margin:0 0 14px;}.social-profile-editor label svg{width:17px;height:17px;vertical-align:-3px;margin-right:5px;}.category-admin-layout.is-list-only{display:block;}.category-admin-layout.is-list-only .category-list-panel{width:100%;}.public-member-profile{padding-bottom:60px;}.member-cover{height:230px;background:linear-gradient(135deg,var(--primary),var(--secondary));overflow:hidden;}.member-cover img{width:100%;height:100%;object-fit:cover;}.member-profile-card{position:relative;margin-top:-72px;display:flex;align-items:flex-end;gap:22px;padding:24px;border:1px solid var(--border);border-radius:calc(var(--radius) + 8px);background:var(--surface);box-shadow:var(--card-shadow);}.member-avatar{width:116px;height:116px;border:6px solid var(--surface);border-radius:32px;overflow:hidden;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:2.4rem;font-weight:800;}.member-avatar img{width:100%;height:100%;object-fit:cover;}.member-profile-copy h1{margin:4px 0;}.member-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);}.member-meta span{display:flex;align-items:center;gap:5px;}.member-profile-grid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:20px;margin-top:22px;}.member-bio{line-height:1.8;white-space:pre-line;}@media (max-width:900px){.user-edit-layout,.member-profile-grid{grid-template-columns:1fr;}.danger-zone{position:static;}}@media (max-width:600px){.member-cover{height:160px;}.member-profile-card{margin-top:-45px;align-items:center;padding:16px;}.member-avatar{width:82px;height:82px;border-radius:24px;}.member-profile-copy h1{font-size:1.45rem;}.member-meta{font-size:.85rem;}.page-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;}.page-actions .btn{justify-content:center;}}.page-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end;}.media-picker-tabs button.is-active{border-color:color-mix(in srgb,var(--brand) 45%,var(--line));background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);}.media-file-dropzone-icon .ui-icon{width:24px;height:24px;}.editor-media-actions .btn{margin:0!important;}@media (max-width:900px){.media-picker-body{display:block!important;min-height:0;flex:1;overflow:hidden!important;}.media-picker-body>[data-media-panel]{display:none;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;}.media-picker-body>[data-media-panel].is-active{display:block;}.editor-media-actions .btn{min-height:38px;}.media-picker-library .empty-state{margin:18px;}.page-title-row .page-actions{width:auto;}}@media (max-width:480px){.page-title-row{align-items:flex-start;}.page-actions .btn{width:100%;justify-content:center;}}.media-file-dropzone.is-dragging{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,var(--surface));transform:translateY(-1px);}.author-earning-card>span .ui-icon{width:23px;height:23px;}.author-earning-card.is-primary{border-color:color-mix(in srgb,var(--success) 34%,var(--line));background:color-mix(in srgb,var(--success) 6%,var(--surface));}.author-earning-card.is-primary>span{background:color-mix(in srgb,var(--success) 14%,var(--surface));color:var(--success);}.directory-tabs a.is-active{background:var(--brand);color:#fff;}.directory-tabs .ui-icon{width:17px;height:17px;}.mobile-menu-category-heading{display:none;}.author-verified{display:inline-grid;place-items:center;width:24px;height:24px;margin-left:4px;border-radius:50%;vertical-align:middle;background:var(--brand);color:#fff;}.author-verified .ui-icon{width:14px;height:14px;stroke-width:3;}.author-stat-grid-advanced{grid-template-columns:repeat(6,minmax(0,1fr));}.media-file-preview-empty .ui-icon{width:34px;height:34px;color:var(--brand);}.media-file-preview-shell.has-image{min-height:0;}.media-file-preview-shell.has-image .media-file-preview{width:100%;max-height:220px;border:0;border-radius:0;}.media-empty-label .ui-icon{width:18px;height:18px;color:var(--brand);}@media (max-width:1100px){.author-stat-grid-advanced{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:900px){.category-nav[data-mobile-menu].is-guest .mobile-guest-extra{display:none!important;}.category-nav[data-mobile-menu].is-guest .mobile-menu-category-heading{display:flex!important;align-items:center;gap:9px;min-height:44px;padding:8px 10px;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;}.category-nav[data-mobile-menu].is-guest .mobile-menu-category-heading .ui-icon{width:18px;height:18px;color:var(--brand);}}@media (max-width:680px){.author-stat-grid-advanced{grid-template-columns:repeat(2,minmax(0,1fr));}}.panel-notification-menu{position:relative;display:flex;align-items:center;}.panel-notification-menu .notification-dropdown{right:0;left:auto;top:calc(100% + 12px);}.notification-toast.show{opacity:1;transform:none;}.author-mini{align-items:center;}.article-author-avatar{position:relative;display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:18px;overflow:visible;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:800;box-shadow:0 8px 24px color-mix(in srgb,var(--brand) 22%,transparent);}.article-author-avatar img{width:100%;height:100%;object-fit:cover;border-radius:18px;display:block;}.article-author-avatar .author-presence-dot,.article-sidebar-author-avatar .author-presence-dot{position:absolute;right:-2px;bottom:-2px;width:15px;height:15px;border:3px solid var(--surface);border-radius:50%;background:#98a2b3;}.article-author-avatar .author-presence-dot.is-online,.article-sidebar-author-avatar .author-presence-dot.is-online{background:#12b76a;box-shadow:0 0 0 4px rgba(18,183,106,.14);}.article-sidebar-author{padding:18px;}.article-sidebar-author-top{display:flex;gap:13px;align-items:center;}.article-sidebar-author-avatar{position:relative;flex:0 0 64px;width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,var(--brand),var(--brand-2));display:grid;place-items:center;color:#fff;font-size:1.35rem;font-weight:800;}.article-sidebar-author-avatar img{width:100%;height:100%;object-fit:cover;border-radius:18px;}.article-sidebar-author-copy{min-width:0;}.article-sidebar-author-copy small{color:var(--muted);display:block;}.article-sidebar-author-copy strong{display:block;font-size:1rem;margin:2px 0;}.article-sidebar-author-copy p{margin:8px 0 0;color:var(--muted);font-size:.82rem;line-height:1.5;}.article-sidebar-author-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0;}.article-sidebar-author-stats span{padding:9px 5px;border-radius:12px;background:var(--soft);text-align:center;}.article-sidebar-author-stats b,.article-sidebar-author-stats small{display:block;}.article-sidebar-author-stats b{font-size:.92rem;}.article-sidebar-author-stats small{font-size:.68rem;color:var(--muted);margin-top:2px;}.article-sidebar-author-actions{display:grid;grid-template-columns:1fr;gap:8px;}.article-sidebar-author-actions .btn{justify-content:center;width:100%;}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0;}.tag-list a{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;background:var(--soft);border:1px solid var(--line);color:var(--text);font-size:.82rem;font-weight:700;text-decoration:none;}.tag-list a:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-1px);}@media (max-width:900px){.panel-notification-menu .notification-dropdown{position:fixed;top:68px;right:12px;left:12px;width:auto;max-height:calc(100dvh - 84px);}.article-aside{order:2;}.article-sidebar-author{padding:15px;}}@media (max-width:560px){.article-author-avatar{width:50px;height:50px;flex-basis:50px;border-radius:15px;}.article-author-avatar img{border-radius:15px;}.article-sidebar-author-stats{gap:6px;}}.notification-link:after{display:none;}.notification-link.has-notification:after{display:block;}.notification-link.has-notification{animation:none;}@media (max-width:1050px){.article-layout{grid-template-columns:minmax(0,1fr);gap:28px;}.article-aside{display:block!important;min-width:0;width:100%;order:2;}.article-aside-sticky{position:static;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;}.article-sidebar-author,.article-aside-sticky>.sticky-card:last-child{grid-column:1/-1;}}@media (max-width:700px){.article-aside-sticky{grid-template-columns:minmax(0,1fr);gap:12px;}.article-sidebar-author,.article-aside-sticky>.sticky-card:last-child{grid-column:auto;}.article-widget-news{grid-template-columns:72px minmax(0,1fr);padding:11px;}.article-widget-news img{width:72px;height:56px;}.article-sidebar-author-top{align-items:flex-start;}.article-sidebar-author-avatar{width:58px;height:58px;flex-basis:58px;}.article-sidebar-author-stats span{padding:8px 4px;}.tag-list{gap:6px;margin:18px 0;}.tag-list a{padding:7px 10px;font-size:.78rem;}.panel-notification-menu .notification-dropdown{top:64px;max-height:calc(100dvh - 78px);}}@media (max-width:430px){.notification-dropdown-head{padding:13px;}.notification-dropdown-actions button{padding:9px 6px;font-size:10px;}.notification-preview-item>a{grid-template-columns:34px minmax(0,1fr);padding:11px 42px 11px 11px;}.notification-preview-icon{width:33px;height:33px;}.article-sidebar-author-actions .btn{white-space:normal;text-align:center;}}[data-follow-form].is-loading [data-follow-button]{opacity:.65;cursor:wait;pointer-events:none;}.panel-top-action .ui-icon{flex:0 0 auto;}@media (max-width:700px){.admin-body .panel-topbar .top-actions{gap:6px;}.admin-body .panel-top-action{width:40px;height:40px;padding:0;border-radius:12px;display:grid;place-items:center;box-shadow:none;}.admin-body .panel-top-action>span{display:none!important;}.admin-body .panel-top-action .ui-icon{width:19px;height:19px;margin:0;}.admin-body .panel-top-logout{width:40px;height:40px;}.admin-body .panel-topbar>div:first-of-type strong,.admin-body .panel-topbar>div:first-of-type small{max-width:34vw;}}@media (max-width:390px){.admin-body .panel-topbar{gap:7px;padding-inline:8px;}.admin-body .panel-topbar .top-actions{gap:4px;}.admin-body .panel-top-action,.admin-body .panel-top-logout{width:38px;height:38px;}}.stat-card.is-accent{border-color:color-mix(in srgb,var(--brand) 32%,var(--line));background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 7%,var(--surface)),var(--surface));}.stat-card.is-warning{border-color:color-mix(in srgb,#f79009 35%,var(--line));background:linear-gradient(145deg,color-mix(in srgb,#f79009 7%,var(--surface)),var(--surface));}.profile-completion-card .panel-head{grid-area:head;}.account-overview-panel{margin:0 0 22px;padding:20px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 5%,var(--surface)),var(--surface));box-shadow:var(--shadow);}.account-overview-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:15px;}.account-overview-heading h2{margin:2px 0 3px;color:var(--ink);}.account-overview-heading p{margin:0;color:var(--muted);font-size:.82rem;}.account-overview-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;}.account-overview-grid>a,.account-overview-grid>div{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:15px;background:var(--surface);}.account-overview-grid>a>span,.account-overview-grid>div>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--soft);color:var(--brand);}.account-overview-grid strong,.account-overview-grid small{display:block;}.account-overview-grid strong{color:var(--ink);font-size:1.1rem;}.account-overview-grid small{color:var(--muted);font-size:.68rem;}.account-profile-progress i{display:block;height:5px;margin-top:7px;border-radius:99px;background:var(--soft);overflow:hidden;}.account-profile-progress i b{display:block;height:100%;border-radius:99px;background:var(--brand);}.footer-bottom a{color:inherit;font-weight:800;text-decoration:none;}.footer-bottom a:hover{color:var(--brand);}@media (max-width:1250px){.account-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:850px){.account-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:560px){.account-overview-heading{display:grid;}.account-overview-grid{grid-template-columns:1fr;}.author-dashboard-title .page-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;}.author-dashboard-title .page-actions .btn{justify-content:center;}.footer-bottom{gap:8px;text-align:center;justify-content:center;flex-wrap:wrap;}}.newsletter-stats-grid article.is-active>span{background:color-mix(in srgb,#16a34a 15%,var(--surface));color:#16a34a;}.newsletter-tabs{display:flex;gap:8px;overflow:auto;padding:6px;margin:0 0 18px;border:1px solid var(--line);border-radius:16px;background:var(--surface);}.newsletter-tabs a{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:10px 14px;border-radius:11px;color:var(--muted);font-weight:750;}.newsletter-tabs a.is-active{background:var(--brand);color:#fff;}.newsletter-tabs svg{width:18px;height:18px;}.newsletter-submit-row .btn{justify-content:center;width:100%;}.newsletter-auto-grid label.is-disabled{opacity:.5;}.newsletter-source-badge.is-auto{background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand);}@media (max-width:720px){.newsletter-tabs{margin-inline:-4px;}.newsletter-campaign-builder .panel,.newsletter-settings-layout .panel{border-radius:16px;}}.mobile-search-toggle,.mobile-search-close,.mobile-search-heading,.mobile-search-backdrop{display:none;}.header-search-field{position:relative;width:100%;}.header-search-submit{display:grid;place-items:center;}@media (max-width:900px){body.search-open{overflow:hidden;}.mobile-search-toggle{display:grid!important;flex:0 0 40px;}.header-search{position:fixed;z-index:210;left:50%;top:14px;width:min(calc(100% - 28px),620px);max-width:none;padding:14px;display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:10px;align-items:center;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:18px;background:var(--surface);box-shadow:0 24px 70px rgba(15,23,42,.24);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-14px) scale(.985);transition:opacity .2s ease,transform .22s ease,visibility 0s linear .22s;}.header-search.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0) scale(1);transition:opacity .2s ease,transform .22s ease;}.header-search-field{min-width:0;}.header-search input{height:48px;padding:0 50px 0 17px;border-radius:14px;background:var(--soft);font-size:16px;}.header-search-submit{right:6px;top:6px;width:36px;height:36px;background:var(--brand);color:#fff;}.mobile-search-close{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:13px;background:var(--soft);color:var(--ink);}.mobile-search-close .ui-icon{width:21px;height:21px;}.mobile-search-backdrop{display:block;position:fixed;z-index:205;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(15,23,42,.56);background-image:none;filter:none;backdrop-filter:none;-webkit-backdrop-filter:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility 0s linear .2s;}body.search-open .mobile-search-backdrop{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease;}body.search-open .site-header,body.search-open .header-search,body.search-open .header-search *{filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}body.search-open .site-header{overflow:visible;}}@media (max-width:680px){.header-search{top:max(9px,env(safe-area-inset-top));width:calc(100% - 18px);padding:10px;border-radius:16px;grid-template-columns:minmax(0,1fr) 40px;gap:8px;}.header-search input{height:44px;}.header-search-submit{right:5px;top:5px;width:34px;height:34px;}.mobile-search-close{width:40px;height:40px;border-radius:12px;}}@media (max-width:410px){.mobile-search-toggle{width:36px!important;height:36px!important;min-width:36px!important;flex-basis:36px!important;}}.mobile-search-shell{display:none;}.footer-grid.has-social{grid-template-columns:1.15fr .7fr 1fr .85fr;gap:34px;}.footer-social-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px;}.footer-social-link{--social-color:#e2e8f0;display:grid!important;place-items:center;width:42px;height:42px;margin:0!important;padding:0!important;border:1px solid #2a374a;border-radius:13px;background:#111b2d;color:var(--social-color)!important;box-shadow:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;}.footer-social-link:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--social-color) 72%,#2a374a);background:color-mix(in srgb,var(--social-color) 13%,#111b2d);color:var(--social-color)!important;}.footer-social-link:focus-visible{outline:3px solid color-mix(in srgb,var(--social-color) 38%,transparent);outline-offset:3px;}.footer-social-links .social-brand-icon{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}.footer-copyright{margin-right:auto;text-align:left;}.footer-developer{margin-left:auto;text-align:right;}@media (max-width:1100px){.footer-grid.has-social{grid-template-columns:1fr 1fr;}.footer-grid.has-social>div:first-child{grid-column:1/-1;}}@media (max-width:900px){body.search-open{overflow:hidden!important;touch-action:none;}.desktop-header-search{display:none!important;}.mobile-search-shell{display:block;position:fixed;z-index:1000;inset:0;pointer-events:none;visibility:hidden;opacity:0;transition:opacity .18s ease,visibility 0s linear .2s;isolation:isolate;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}.mobile-search-shell.is-open{pointer-events:auto;visibility:visible;opacity:1;transition:opacity .18s ease;}.mobile-search-shell .mobile-search-backdrop{display:block!important;position:absolute!important;z-index:0!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:0!important;background:rgba(2,6,23,.64)!important;background-image:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transform:none!important;}.mobile-search-panel{position:relative;z-index:1;width:min(calc(100% - 24px),620px);margin:max(12px,env(safe-area-inset-top)) auto 0;padding:14px;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));border-radius:20px;background:var(--surface);box-shadow:0 26px 80px rgba(2,6,23,.32);transform:translateY(-12px) scale(.985);opacity:0;transition:transform .22s ease,opacity .18s ease;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}.mobile-search-shell.is-open .mobile-search-panel{transform:translateY(0) scale(1);opacity:1;}.mobile-search-panel-head{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:10px;align-items:center;margin-bottom:12px;}.mobile-search-panel-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand);}.mobile-search-panel-icon svg{width:21px;height:21px;}.mobile-search-panel-head strong,.mobile-search-panel-head small{display:block;}.mobile-search-panel-head strong{color:var(--ink);font-size:1rem;}.mobile-search-panel-head small{color:var(--muted);font-size:.76rem;margin-top:1px;}.mobile-search-panel .mobile-search-close{display:grid!important;position:static!important;place-items:center;width:42px!important;height:42px!important;padding:0!important;border:1px solid var(--line)!important;border-radius:13px!important;background:var(--soft)!important;color:var(--ink)!important;}.mobile-search-field{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;padding:6px;border:1px solid var(--line);border-radius:16px;background:var(--soft);}.mobile-search-field input{width:100%;min-width:0;height:46px;padding:0 12px;border:0!important;border-radius:11px;background:transparent!important;color:var(--ink);font-size:16px;outline:0;box-shadow:none!important;}.mobile-search-field input:focus{box-shadow:none!important;}.mobile-search-submit{position:static!important;display:inline-flex!important;align-items:center;justify-content:center;gap:7px;width:auto!important;height:46px!important;padding:0 16px!important;border:0!important;border-radius:12px!important;background:var(--brand)!important;color:#fff!important;font-size:.88rem!important;font-weight:850;box-shadow:0 8px 18px color-mix(in srgb,var(--brand) 22%,transparent);}.mobile-search-submit svg{width:18px;height:18px;}body.search-open .site-header,body.search-open main,body.search-open .site-footer{filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}}@media (max-width:680px){.mobile-search-panel{width:calc(100% - 16px);margin-top:max(8px,env(safe-area-inset-top));padding:11px;border-radius:17px;}.mobile-search-panel-head{grid-template-columns:38px minmax(0,1fr) 38px;margin-bottom:9px;}.mobile-search-panel-icon,.mobile-search-panel .mobile-search-close{width:38px!important;height:38px!important;border-radius:11px!important;}.mobile-search-field{gap:6px;padding:5px;border-radius:14px;}.mobile-search-field input{height:44px;}.mobile-search-submit{height:44px!important;padding:0 13px!important;}.mobile-search-submit span{display:none;}.footer-grid.has-social{grid-template-columns:1fr;}.footer-grid.has-social>div:first-child{grid-column:auto;}.footer-bottom{display:flex!important;flex-direction:row!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;text-align:initial!important;flex-wrap:nowrap!important;}.footer-copyright,.footer-developer{flex:1 1 50%;font-size:12px;line-height:1.45;}.footer-developer{text-align:right!important;}}.global-breaking-bar{position:relative;z-index:35;background:#0b1220;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden;}.global-breaking-inner{min-height:46px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;}.global-breaking-label{height:30px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border-radius:9px;background:#dc2626;font-size:11px;letter-spacing:.09em;white-space:nowrap;box-shadow:0 8px 20px rgba(220,38,38,.22);}.global-breaking-label i{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.16);animation:breakingPulse 1.5s ease-in-out infinite;}.global-breaking-viewport{min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);}.global-breaking-bar:hover .global-breaking-marquee{animation-play-state:paused;}@keyframes breakingTicker{to{transform:translateX(-50%);}}@keyframes breakingPulse{50%{opacity:.45;transform:scale(.78);}}.home-showcase{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;padding-block:24px;}.home-showcase.has-recommended{grid-template-columns:minmax(0,1.72fr) minmax(315px,.72fr);}.headline-slider{position:relative;min-width:0;min-height:560px;border-radius:26px;overflow:hidden;background:#0b1220;box-shadow:var(--shadow);isolation:isolate;}.headline-slides,.headline-slide,.headline-slide-link{position:absolute;inset:0;}.headline-slide{opacity:0;visibility:hidden;transform:scale(1.015);transition:opacity .55s ease,transform 1s ease,visibility 0s linear .55s;}.headline-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2;transition:opacity .55s ease,transform 6.5s linear;}.headline-slide-link{display:block;color:#fff;}.headline-slide picture,.headline-slide img{width:100%;height:100%;}.headline-slide img{object-fit:cover;}.headline-placeholder{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(135deg,#172554,#111827);color:#93c5fd;}.headline-placeholder svg{width:80px;height:80px;}.headline-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.08) 10%,rgba(2,6,23,.28) 48%,rgba(2,6,23,.96) 100%);}.headline-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:44px 44px 92px;}.headline-badges{display:flex;align-items:center;gap:8px;margin-bottom:10px;}.headline-badges span,.headline-badges b{display:inline-flex;align-items:center;justify-content:center;height:27px;border-radius:8px;font-size:10px;letter-spacing:.1em;}.headline-badges span{padding:0 10px;background:#dc2626;font-weight:900;}.headline-badges b{min-width:32px;padding:0 7px;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);}.headline-copy h2{max-width:980px;margin:8px 0 13px;font-size:clamp(34px,4.15vw,61px);line-height:1.02;letter-spacing:-.05em;}.headline-copy p{max-width:760px;margin:0 0 14px;color:#dbe4f0;font-size:16px;}.headline-meta{display:flex;align-items:center;gap:9px;color:#cbd5e1;font-size:12px;}.headline-meta i{width:4px;height:4px;border-radius:50%;background:#94a3b8;}.headline-controls{position:absolute;z-index:5;left:42px;bottom:28px;display:flex;align-items:center;gap:10px;}.headline-controls>button{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(15,23,42,.66);color:#fff;backdrop-filter:blur(10px);transition:.18s;}.headline-controls>button:hover{background:#fff;color:#0f172a;}.headline-progress{height:40px;min-width:150px;display:grid;grid-template-columns:auto auto minmax(58px,1fr);align-items:center;gap:5px;padding:0 12px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(15,23,42,.64);backdrop-filter:blur(10px);}.headline-progress strong{font-size:15px;}.headline-progress span{font-size:11px;color:#94a3b8;}.headline-progress i{height:3px;border-radius:99px;background:rgba(255,255,255,.2);overflow:hidden;}.headline-progress i b{display:block;width:100%;height:100%;transform-origin:left;background:#fff;animation:headlineProgress 6500ms linear forwards;}@keyframes headlineProgress{from{transform:scaleX(0);}to{transform:scaleX(1);}}.headline-dots{position:absolute;z-index:5;right:28px;bottom:35px;display:flex;align-items:center;gap:6px;max-width:38%;overflow:auto;scrollbar-width:none;}.headline-dots::-webkit-scrollbar{display:none;}.headline-dots button{flex:0 0 auto;width:7px;height:7px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.4);transition:.2s;}.headline-dots button.is-active{width:26px;background:#fff;}.recommended-panel{min-width:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:24px;background:var(--surface);overflow:hidden;box-shadow:var(--shadow);}.recommended-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:22px 22px 16px;border-bottom:1px solid var(--line);}.recommended-head h2{margin:2px 0 0;color:var(--ink);font-size:27px;letter-spacing:-.04em;}.recommended-head>span{padding:5px 9px;border-radius:999px;background:var(--soft);color:var(--muted);font-size:10px;font-weight:800;white-space:nowrap;}.recommended-list{display:flex;flex-direction:column;overflow:auto;max-height:500px;}.recommended-list>a{display:grid;grid-template-columns:27px 72px minmax(0,1fr) 18px;gap:11px;align-items:center;padding:13px 16px;border-top:1px solid var(--line);transition:.18s;}.recommended-list>a:first-child{border-top:0;}.recommended-list>a:hover{background:color-mix(in srgb,var(--brand) 5%,var(--surface));}.recommended-rank{color:var(--brand);font-size:12px;font-weight:900;}.recommended-thumb{width:72px;height:57px;display:grid;place-items:center;border-radius:11px;overflow:hidden;background:var(--soft);color:var(--brand);}.recommended-thumb img{width:100%;height:100%;object-fit:cover;}.recommended-copy{min-width:0;}.recommended-copy small,.recommended-copy strong,.recommended-copy time{display:block;}.recommended-copy small{color:var(--brand);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;}.recommended-copy strong{margin:3px 0;color:var(--ink);font-size:13px;line-height:1.27;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.recommended-copy time{color:var(--muted);font-size:9px;}.recommended-list>a>.ui-icon{width:16px;color:var(--muted);}.profile-grid{grid-template-columns:280px minmax(0,1fr);}.profile-nav a{gap:10px;min-width:0;}.profile-nav a .ui-icon{flex:0 0 auto;}.profile-nav a b{margin-left:auto;}.editorial-flag{align-items:flex-start!important;}.editorial-flag>span{display:grid;gap:2px;}.editorial-flag strong{color:var(--ink);font-size:12px;}.editorial-flag small{color:var(--muted);font-size:10px;line-height:1.35;font-weight:600;}.site-footer .newsletter-form{align-items:stretch;}.site-footer .newsletter-form input{min-width:0;height:46px;}.site-footer .newsletter-form .btn{min-height:46px;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap;line-height:1!important;padding-block:0!important;}.site-footer .newsletter-form .btn .ui-icon{flex:0 0 auto;}@media (max-width:1100px){.home-showcase.has-recommended{grid-template-columns:minmax(0,1.4fr) minmax(290px,.72fr);}.headline-slider{min-height:520px;}.headline-copy{padding:36px 34px 88px;}.recommended-list>a{grid-template-columns:24px 62px minmax(0,1fr) 16px;padding-inline:13px;}.recommended-thumb{width:62px;height:52px;}}@media (max-width:900px){.home-showcase.has-recommended{grid-template-columns:1fr;}.headline-slider{min-height:500px;}.recommended-panel{max-height:none;}.recommended-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;}.recommended-list>a:nth-child(2){border-top:0;}.profile-grid{grid-template-columns:1fr;}.profile-nav{position:static;display:flex;overflow:auto;}.profile-nav a{white-space:nowrap;min-width:max-content;}}@media (max-width:680px){.global-breaking-inner{min-height:42px;gap:11px;}.global-breaking-label{height:27px;padding:0 8px;font-size:9px;}.home-showcase{padding-block:12px;}.headline-slider{min-height:460px;border-radius:20px;}.headline-copy{padding:24px 22px 82px;}.headline-copy h2{font-size:35px;}.headline-copy p{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.headline-controls{left:18px;bottom:20px;}.headline-controls>button{width:38px;height:38px;}.headline-progress{height:38px;min-width:112px;grid-template-columns:auto auto minmax(35px,1fr);padding-inline:9px;}.headline-dots{right:18px;bottom:35px;max-width:25%;}.recommended-head{padding:18px 17px 13px;}.recommended-head h2{font-size:24px;}.recommended-list{grid-template-columns:1fr;}.recommended-list>a:nth-child(2){border-top:1px solid var(--line);}.recommended-list>a{grid-template-columns:25px 70px minmax(0,1fr) 16px;}.recommended-thumb{width:70px;height:54px;}.site-footer .newsletter-form .btn{width:100%;min-height:46px;}}@media (max-width:420px){.headline-slider{min-height:430px;}.headline-copy h2{font-size:31px;}.headline-copy p{display:none;}.headline-dots{display:none;}.headline-progress{min-width:105px;}}@media (prefers-reduced-motion:reduce){.global-breaking-marquee,.global-breaking-label i,.headline-slide,.headline-progress i b{animation:none!important;transition:none!important;}}.home-showcase.has-recommended{align-items:stretch;}.home-showcase.has-recommended .headline-slider,.home-showcase.has-recommended .recommended-panel{height:clamp(520px,46vw,610px);min-height:0;}.headline-slide picture,.headline-slide picture img{display:block;width:100%;height:100%;}.headline-slide picture img{object-fit:cover;}.headline-slider:focus-within{outline:3px solid color-mix(in srgb,var(--brand) 30%,transparent);outline-offset:3px;}.recommended-panel{display:flex;flex-direction:column;min-width:0;overflow:hidden;}.recommended-head{flex:0 0 auto;}.recommended-list{flex:1 1 auto;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;}.recommended-list>a{min-height:86px;}.recommended-list>a:hover .recommended-copy strong{color:var(--brand);}.recommended-copy strong{transition:color .18s ease;}.recommended-thumb img{width:100%;height:100%;object-fit:cover;}.headline-slide.is-active .headline-copy{animation:headlineCopyIn .5s ease both;}@keyframes headlineCopyIn{from{opacity:.35;transform:translateY(10px);}to{opacity:1;transform:none;}}@media (max-width:1280px){.news-status-form .btn{min-height:38px;}}@media (max-width:900px){.home-showcase.has-recommended .headline-slider,.home-showcase.has-recommended .recommended-panel{height:auto;min-height:500px;}.home-showcase.has-recommended .recommended-panel{min-height:0;}.recommended-list{overflow:visible;}}@media (max-width:680px){.news-row-actions .btn,.news-row-actions form{flex:1 1 auto;}.news-row-actions form .btn{width:100%;}.home-showcase.has-recommended .headline-slider{min-height:440px;}.recommended-list>a{min-height:78px;}}.global-breaking-bar{margin-top:10px;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 8px 22px rgba(15,23,42,.09);}.theme-layout-full .container{width:100%;max-width:none;padding-inline:clamp(16px,2.4vw,48px);}.theme-layout-full .article-shell{max-width:none;}.theme-layout-full .article-header{max-width:none;}.theme-layout-full .article-layout{grid-template-columns:minmax(0,1fr) minmax(290px,360px);justify-content:stretch;gap:clamp(28px,3vw,58px);}.theme-layout-full .article-main{min-width:0;}.theme-layout-full .ad-slot{max-width:none;}.recommended-panel-pro{background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 4%,var(--surface)),var(--surface) 32%);}.recommended-title{display:flex;align-items:center;gap:11px;}.recommended-title-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 9px 20px color-mix(in srgb,var(--brand) 24%,transparent);}.recommended-title-icon svg{width:18px;height:18px;}.recommended-lead{position:relative;display:block;min-height:210px;overflow:hidden;background:#0f172a;color:#fff;}.recommended-lead>img,.recommended-lead-placeholder{position:absolute;inset:0;width:100%;height:100%;}.recommended-lead>img{object-fit:cover;transition:transform .45s ease;}.recommended-lead:hover>img{transform:scale(1.035);}.recommended-lead-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#172554,#111827);color:#93c5fd;}.recommended-lead-placeholder svg{width:48px;height:48px;}.recommended-lead-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.08),rgba(2,6,23,.9));}.recommended-lead-badge{position:absolute;left:16px;top:15px;display:inline-flex;align-items:center;gap:6px;min-height:27px;padding:0 9px;border-radius:8px;background:rgba(255,255,255,.94);color:#0f172a;font-size:9px;font-weight:950;letter-spacing:.08em;}.recommended-lead-badge svg{width:13px;height:13px;color:var(--brand);}.recommended-lead-copy{position:absolute;left:17px;right:17px;bottom:16px;}.recommended-lead-copy small,.recommended-lead-copy strong,.recommended-lead-copy time{display:block;}.recommended-lead-copy small{color:#bfdbfe;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;}.recommended-lead-copy strong{margin:5px 0 8px;font-size:19px;line-height:1.18;letter-spacing:-.025em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.recommended-lead-copy time{color:#cbd5e1;font-size:10px;}.recommended-panel-pro .recommended-list>a{grid-template-columns:26px 66px minmax(0,1fr) 17px;padding:11px 15px;min-height:76px;}.recommended-panel-pro .recommended-thumb{width:66px;height:50px;}.recommended-panel-pro .recommended-rank{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:color-mix(in srgb,var(--brand) 9%,var(--surface));}.recommended-panel-pro .recommended-copy strong{font-size:12px;}.widget-type-featured_news .article-widget-head{position:relative;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 11%,var(--surface)),color-mix(in srgb,var(--brand-2) 7%,var(--surface)));}.widget-type-featured_news .article-widget-head:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(var(--brand),var(--brand-2));}.widget-type-featured_news .article-widget-head h3:before{content:"★";margin-right:7px;color:var(--brand);}.widget-type-featured_news .article-widget-news:first-child{padding-top:13px;}.widget-type-featured_news .article-widget-news:hover{background:color-mix(in srgb,var(--brand) 5%,var(--surface));}@media (max-width:1100px){.theme-layout-full .article-layout{grid-template-columns:minmax(0,1fr);}.theme-layout-full .article-aside{display:block;}.theme-layout-full .article-aside-sticky{position:static;}}@media (max-width:900px){.global-breaking-bar{margin-top:7px;}.recommended-lead{min-height:250px;}.recommended-panel-pro .recommended-list{grid-template-columns:repeat(2,minmax(0,1fr));}.recommended-panel-pro .recommended-list>a:nth-child(2){border-top:0;}}@media (max-width:680px){.global-breaking-bar{margin-top:6px;}.theme-layout-full .container{padding-inline:12px;}.recommended-lead{min-height:220px;}.recommended-panel-pro .recommended-list{grid-template-columns:1fr;}.recommended-panel-pro .recommended-list>a:nth-child(2){border-top:1px solid var(--line);}.recommended-lead-copy strong{font-size:18px;}}.global-breaking-bar{margin-top:14px;padding:0;background:transparent;border:0;box-shadow:none;overflow:visible;}.global-breaking-inner{min-height:68px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:stretch;gap:0;padding:7px;border:1px solid color-mix(in srgb,#dc2626 18%,var(--line));border-radius:18px;background:var(--surface);box-shadow:0 12px 32px rgba(15,23,42,.07);overflow:hidden;}.global-breaking-label{height:auto;min-width:158px;display:flex;align-items:center;gap:10px;padding:0 16px;border-radius:13px;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff;box-shadow:none;}.global-breaking-alert{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.16);}.global-breaking-alert svg{width:18px;height:18px;}.global-breaking-label>span:last-child{display:grid;gap:2px;}.global-breaking-label small{font-size:8px;line-height:1;letter-spacing:.18em;font-weight:850;color:rgba(255,255,255,.72);}.global-breaking-label strong{font-size:12px;line-height:1.15;letter-spacing:.06em;}.global-breaking-label i{display:none;}.global-breaking-viewport{position:relative;min-width:0;min-height:54px;overflow:hidden;mask-image:none;}.global-breaking-item{position:absolute;inset:0;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 16px;color:var(--ink);opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease,visibility .35s;}.global-breaking-item.is-active{opacity:1;visibility:visible;transform:translateY(0);}.global-breaking-number{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:color-mix(in srgb,#dc2626 8%,var(--surface));border:1px solid color-mix(in srgb,#dc2626 17%,var(--line));color:#dc2626;font-size:11px;font-weight:900;}.global-breaking-copy{min-width:0;display:grid;gap:4px;}.global-breaking-copy>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;}.global-breaking-copy small{color:var(--muted);font-size:10px;font-weight:680;}.global-breaking-link{display:inline-flex;align-items:center;gap:5px;color:#dc2626;font-size:10px;font-weight:850;white-space:nowrap;}.global-breaking-link svg{width:15px;height:15px;}.global-breaking-controls{display:flex;align-items:center;gap:6px;padding:0 5px 0 10px;border-left:1px solid var(--line);}.global-breaking-controls>span{display:flex;align-items:center;gap:4px;min-width:43px;color:var(--muted);font-size:10px;font-weight:800;}.global-breaking-controls b{color:var(--ink);font-size:12px;}.global-breaking-controls i{font-style:normal;color:var(--line);}.global-breaking-controls button{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);cursor:pointer;transition:.2s ease;}.global-breaking-controls button:hover{border-color:color-mix(in srgb,#dc2626 35%,var(--line));background:color-mix(in srgb,#dc2626 7%,var(--surface));color:#dc2626;}.global-breaking-controls svg{width:16px;height:16px;}.article-reading-progress{--read-progress:0;display:grid;grid-template-columns:38px minmax(0,1fr) minmax(130px,220px);align-items:center;gap:12px;margin:0 0 18px;padding:11px 14px;border:1px solid color-mix(in srgb,var(--brand) 14%,var(--line));border-radius:14px;background:color-mix(in srgb,var(--brand) 4%,var(--surface));}.article-reading-progress-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);}.article-reading-progress-icon svg{width:18px;height:18px;}.article-reading-progress-copy{display:grid;gap:2px;}.article-reading-progress-copy strong{font-size:11px;color:var(--ink);}.article-reading-progress-copy small{font-size:9px;color:var(--muted);}.article-reading-progress-track{height:6px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--brand) 10%,var(--line));}.article-reading-progress-track i{display:block;width:calc(var(--read-progress)*1%);height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),var(--brand-2));transition:width .35s ease;}@media (max-width:900px){.global-breaking-bar{margin-top:10px;}.global-breaking-inner{grid-template-columns:auto minmax(0,1fr);padding:6px;}.global-breaking-label{min-width:126px;padding:0 12px;}.global-breaking-controls{grid-column:1/-1;justify-content:flex-end;min-height:38px;margin-top:6px;padding-top:6px;border-left:0;border-top:1px solid var(--line);}.global-breaking-item{padding-right:8px;}.global-breaking-link{display:none;}.article-reading-progress{grid-template-columns:36px minmax(0,1fr);}.article-reading-progress-track{grid-column:1/-1;}}@media (max-width:600px){.global-breaking-bar{margin-top:8px;}.global-breaking-inner{display:block;border-radius:15px;}.global-breaking-label{min-height:42px;border-radius:11px;}.global-breaking-label>span:last-child{display:flex;align-items:center;gap:7px;}.global-breaking-label small{font-size:7px;}.global-breaking-viewport{min-height:68px;}.global-breaking-item{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:8px 5px;}.global-breaking-number{width:32px;height:32px;}.global-breaking-copy>span{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;}.global-breaking-controls{margin-top:0;}.article-reading-progress{margin-inline:0;}}@media (prefers-reduced-motion:reduce){.global-breaking-item,.article-reading-progress-track i{transition:none!important;}}.publication-mode-note>.ui-icon{flex:0 0 auto;width:19px;height:19px;margin-top:1px;}.publication-mode-note.is-direct{border-color:color-mix(in srgb,#16a34a 28%,var(--line));background:color-mix(in srgb,#16a34a 6%,var(--surface));color:#15803d;}.publication-mode-note.is-review{border-color:color-mix(in srgb,var(--brand) 22%,var(--line));color:var(--brand);}.global-breaking-label strong:after{content:none!important;display:none!important;}@media (max-width:600px){.global-breaking-label{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:9px;padding:6px 10px;}.global-breaking-label>span:last-child{display:grid!important;gap:3px;min-width:0;}.global-breaking-label small,.global-breaking-label strong{display:block;white-space:nowrap;}.global-breaking-label small{font-size:7px;}.global-breaking-label strong{font-size:10px;letter-spacing:.04em;}.global-breaking-alert{width:32px;height:32px;}}.dashboard-latest-panel .table-wrap{overflow-x:auto;}.admin-review-heading .page-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;}.admin-review-meta .ui-icon{width:16px;height:16px;}.review-check.is-ok>span{background:color-mix(in srgb,var(--success) 12%,var(--surface));color:var(--success);}.review-check.is-warning>span{background:color-mix(in srgb,var(--warning) 13%,var(--surface));color:var(--warning);}.notification-preview-item.priority-high,.notification-list-advanced .notification-item.priority-high{border-left:3px solid var(--warning);}.notification-preview-item.priority-urgent,.notification-list-advanced .notification-item.priority-urgent{border-left:4px solid var(--danger);background:linear-gradient(90deg,color-mix(in srgb,var(--danger) 9%,var(--surface)),var(--surface));}.notification-preview-item.priority-urgent .notification-preview-icon,.notification-list-advanced .priority-urgent .notification-type-icon{background:color-mix(in srgb,var(--danger) 13%,var(--surface));color:var(--danger);animation:urgentPulse 1.5s ease-in-out infinite;}.notification-preview-item.priority-urgent strong:before,.notification-list-advanced .priority-urgent strong:before{content:"ACİL";display:inline-flex;margin-right:6px;padding:2px 5px;border-radius:5px;background:var(--danger);color:#fff;font-size:8px;line-height:1.2;letter-spacing:.05em;vertical-align:1px;}@keyframes urgentPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.08);}}@media (max-width:900px){.admin-review-heading .page-actions{width:100%;justify-content:flex-start;}}@media (max-width:680px){.dashboard-news-actions .btn{width:100%;justify-content:center;}.admin-review-heading .page-actions{display:grid;grid-template-columns:1fr 1fr;}.admin-review-heading .page-actions form,.admin-review-heading .page-actions .btn{width:100%;}.admin-review-heading .page-actions form{grid-column:1/-1;}.admin-review-heading .page-actions button{width:100%;}}@media (max-width:430px){.admin-review-heading .page-actions{grid-template-columns:1fr;}.admin-review-heading .page-actions form{grid-column:auto;}}.btn:disabled,.btn[disabled]{cursor:not-allowed;opacity:.55;transform:none!important;filter:none!important;box-shadow:none;}.payout-center{padding-top:28px;}.payout-page-heading{margin-bottom:20px;}.payout-page-heading p{max-width:760px;margin:7px 0 0;color:var(--muted);}.payout-page-heading .page-actions{display:flex;gap:9px;flex-wrap:wrap;}.payout-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:16px;}.payout-overview-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:13px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow);min-width:0;}.payout-overview-card>span{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--soft);color:var(--brand);}.payout-overview-card>span .ui-icon{width:23px;height:23px;}.payout-overview-card div{display:grid;gap:2px;min-width:0;}.payout-overview-card small{font-size:10px;font-weight:850;letter-spacing:.045em;text-transform:uppercase;color:var(--muted);}.payout-overview-card strong{font-size:clamp(20px,2vw,28px);line-height:1.1;color:var(--ink);overflow:hidden;text-overflow:ellipsis;}.payout-overview-card em{font-size:10px;line-height:1.45;font-style:normal;color:var(--muted);}.payout-overview-card.is-primary{border-color:color-mix(in srgb,var(--success) 35%,var(--line));background:linear-gradient(145deg,color-mix(in srgb,var(--success) 7%,var(--surface)),var(--surface));}.payout-overview-card.is-primary>span{background:color-mix(in srgb,var(--success) 14%,var(--surface));color:var(--success);}.payout-readiness-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);grid-template-areas:"copy progress" "chips chips";gap:17px;padding:20px;margin-bottom:18px;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));border-radius:22px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 6%,var(--surface)),var(--surface));box-shadow:var(--shadow);}.payout-readiness-copy{grid-area:copy;display:flex;align-items:center;gap:14px;}.payout-readiness-icon{width:50px;height:50px;display:grid;place-items:center;flex:0 0 auto;border-radius:15px;background:var(--surface);color:var(--brand);border:1px solid var(--line);}.payout-readiness-copy small{font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:var(--brand);}.payout-readiness-copy h2{margin:2px 0 3px;font-size:20px;color:var(--ink);}.payout-readiness-copy p{margin:0;color:var(--muted);font-size:12px;}.payout-progress{grid-area:progress;align-self:center;}.payout-progress>div{height:10px;border-radius:999px;background:var(--soft);overflow:hidden;border:1px solid var(--line);}.payout-progress i{display:block;width:min(100%,var(--payout-progress));height:100%;border-radius:999px;background:linear-gradient(90deg,var(--brand),var(--brand-2));transition:width .35s ease;}.payout-progress>span{display:flex;justify-content:space-between;gap:12px;margin-top:7px;}.payout-progress strong{color:var(--ink);font-size:12px;}.payout-progress small{color:var(--muted);font-size:10px;}.payout-policy-chips{grid-area:chips;display:flex;gap:8px;flex-wrap:wrap;padding-top:13px;border-top:1px solid var(--line);}.payout-policy-chips span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:var(--surface);border:1px solid var(--line);font-size:10px;font-weight:800;color:var(--text);}.payout-policy-chips span.is-warning{color:#b54708;border-color:#fedf89;background:#fffaeb;}.payout-policy-chips .ui-icon{width:14px;height:14px;}.payout-workspace{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:18px;align-items:start;margin-bottom:18px;}.payout-accounts-panel,.payout-request-panel{padding:20px;}.payout-accounts-panel .panel-head,.payout-request-panel .panel-head{margin-bottom:16px;}.payout-account-list{display:grid;gap:10px;}.payout-account-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--soft);}.payout-account-card.is-default{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:color-mix(in srgb,var(--brand) 5%,var(--surface));}.payout-account-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--surface);color:var(--brand);border:1px solid var(--line);}.payout-account-copy{min-width:0;}.payout-account-copy>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}.payout-account-copy strong{color:var(--ink);}.payout-account-copy>span{display:block;font-size:11px;color:var(--muted);margin-top:1px;}.payout-account-copy code{display:inline-block;margin:6px 0 3px;padding:4px 7px;border-radius:7px;font-size:11px;letter-spacing:.04em;color:var(--ink);word-break:break-all;}.payout-account-copy small{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px;}.payout-account-copy small .ui-icon{width:13px;height:13px;}.payout-account-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap;}.payout-account-actions form{margin:0;}.payout-account-add{margin-top:14px;border:1px solid var(--line);border-radius:16px;background:var(--surface);overflow:hidden;}.payout-account-add summary{display:flex;align-items:center;gap:8px;padding:13px 15px;color:var(--ink);font-size:12px;font-weight:850;cursor:pointer;list-style:none;}.payout-account-add summary::-webkit-details-marker{display:none;}.payout-account-add summary>span{margin-left:auto;transition:transform .2s;}.payout-account-add[open] summary>span{transform:rotate(180deg);}.payout-account-form{padding:0 15px 15px;border-top:1px solid var(--line);}.payout-account-form .form-grid{margin-top:15px;}.payout-account-form label small{font-weight:500;color:var(--muted);}.payout-empty-account>span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 8px;border-radius:15px;background:var(--soft);color:var(--brand);}.payout-request-panel{position:sticky;top:88px;}.payout-state-message{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;align-items:start;margin-bottom:14px;padding:12px;border:1px solid #fedf89;border-radius:14px;background:#fffaeb;color:#b54708;}.payout-state-message>svg{width:23px;height:23px;margin:4px auto;}.payout-state-message strong{display:block;}.payout-state-message p{margin:2px 0 0;font-size:10px;color:inherit;}.payout-state-message.is-locked{border-color:#fecdd3;background:#fff1f2;color:#b42318;}.money-input{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden;}.money-input:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 12%,transparent);}.money-input>span{height:100%;display:grid;place-items:center;background:var(--soft);border-right:1px solid var(--line);font-weight:900;color:var(--brand);}.money-input input{border:0!important;border-radius:0!important;box-shadow:none!important;}.payout-quick-amounts{display:flex;gap:6px;flex-wrap:wrap;}.payout-quick-amounts button{border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);padding:7px 9px;font-size:9px;font-weight:800;}.payout-quick-amounts button:hover{border-color:var(--brand);color:var(--brand);}.payout-calculation{display:grid;gap:8px;padding:13px;border-radius:14px;background:var(--soft);border:1px solid var(--line);}.payout-calculation>div{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:11px;color:var(--muted);}.payout-calculation strong{color:var(--ink);}.payout-calculation .is-total{padding-top:9px;border-top:1px solid var(--line);font-weight:850;color:var(--ink);}.payout-calculation .is-total strong{font-size:16px;color:var(--success);}.payout-security-note{display:flex;align-items:flex-start;justify-content:center;gap:6px;text-align:center;color:var(--muted);font-size:9px;}.payout-security-note .ui-icon{width:14px;height:14px;flex:0 0 auto;}.payout-history-panel{margin-bottom:30px;}.payout-history-filter select{min-width:170px;padding:9px 11px;}.payout-history-panel td:last-child{max-width:360px;}.payout-history-panel .empty-state>span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 8px;border-radius:15px;background:var(--soft);color:var(--brand);}@media (max-width:1120px){.payout-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.payout-workspace{grid-template-columns:1fr;}.payout-request-panel{position:static;}.payout-readiness-card{grid-template-columns:1fr 1fr;}}@media (max-width:720px){.panel-body .panel-content{padding:12px;overflow:hidden;}.panel-body .panel-topbar{padding-inline:10px;}.panel-body .panel-topbar>div:first-of-type strong,.panel-body .panel-topbar>div:first-of-type small{max-width:38vw;}.panel-body .panel-topbar small{font-size:9px;}.panel-body .panel-topbar .top-actions{gap:4px;}.author-dashboard-title .page-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;}.author-dashboard-title .page-actions .btn{min-width:0;padding-inline:8px;font-size:11px;}.author-command-grid>a>span .ui-icon{width:18px;height:18px;}.author-performance-grid .panel{padding:14px;}.author-performance-grid .panel-head{margin-bottom:11px;}.completion-copy .btn{padding:8px 9px;font-size:10px;}.author-earning-card>span .ui-icon{width:17px;height:17px;}.author-chart-panel .panel-head.inline{align-items:flex-start;gap:8px;}.author-chart-panel .panel-head .btn{padding:7px 8px;font-size:9px;}.mobile-card-table{overflow:visible;}.mobile-card-table table,.mobile-card-table tbody,.mobile-card-table tr,.mobile-card-table td{display:block;width:100%;min-width:0;}.mobile-card-table thead{display:none;}.mobile-card-table tbody{display:grid;gap:10px;padding:10px;}.mobile-card-table tr{padding:5px 12px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:0 6px 18px rgba(16,24,40,.035);}.mobile-card-table td{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:center;padding:8px 0;border-bottom:1px dashed var(--line);text-align:right;word-break:break-word;}.mobile-card-table td:last-child{border-bottom:0;}.mobile-card-table td:before{content:attr(data-label);color:var(--muted);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.04em;text-align:left;}.mobile-card-table td>*{justify-self:end;}.mobile-card-table td>a,.mobile-card-table td>strong,.mobile-card-table td>span,.mobile-card-table td>div{max-width:100%;}.mobile-card-table td[data-label="Haber"]{display:block;text-align:left;}.mobile-card-table td[data-label="Haber"]:before{display:block;margin-bottom:5px;}.mobile-card-table td[data-label="Haber"]>*{justify-self:auto;}.mobile-card-table td[data-label="İşlem"] .btn{width:100%;}.payout-center{padding-top:16px;}.payout-page-heading{gap:12px;}.payout-page-heading h1{font-size:29px;}.payout-page-heading p{font-size:12px;}.payout-page-heading .page-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;}.payout-page-heading .page-actions .btn{min-width:0;padding-inline:9px;font-size:10px;}.payout-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}.payout-overview-card{grid-template-columns:36px minmax(0,1fr);gap:8px;padding:12px;border-radius:15px;}.payout-overview-card>span{width:36px;height:36px;border-radius:11px;}.payout-overview-card>span .ui-icon{width:18px;height:18px;}.payout-overview-card small{font-size:7px;}.payout-overview-card strong{font-size:16px;}.payout-overview-card em{display:none;}.payout-readiness-card{grid-template-columns:1fr;grid-template-areas:"copy" "progress" "chips";padding:15px;border-radius:18px;}.payout-readiness-copy{align-items:flex-start;}.payout-readiness-icon{width:42px;height:42px;}.payout-readiness-copy h2{font-size:16px;}.payout-readiness-copy p{font-size:10px;}.payout-policy-chips{padding-top:10px;}.payout-policy-chips span{font-size:8px;}.payout-workspace{gap:12px;}.payout-accounts-panel,.payout-request-panel{padding:15px;border-radius:17px;}.payout-account-card{grid-template-columns:38px minmax(0,1fr);gap:9px;padding:11px;}.payout-account-mark{width:38px;height:38px;border-radius:11px;}.payout-account-actions{grid-column:1/-1;justify-content:stretch;padding-top:8px;border-top:1px solid var(--line);}.payout-account-actions form{flex:1;}.payout-account-actions .btn{width:100%;font-size:9px;}.payout-account-copy code{font-size:9px;}.payout-account-form .form-grid{grid-template-columns:1fr;}.payout-account-form .span-2{grid-column:auto;}.payout-quick-amounts{display:grid;grid-template-columns:1fr 1fr;}.payout-quick-amounts button:last-child{grid-column:1/-1;}.payout-history-panel>.panel-head.inline{align-items:stretch;flex-direction:column;}.payout-history-filter select{width:100%;min-width:0;}.payout-history-panel .mobile-card-table td:last-child{max-width:none;}}@media (max-width:380px){.author-earning-overview,.payout-overview-grid{grid-template-columns:1fr!important;}.author-dashboard-title .page-actions,.payout-page-heading .page-actions{grid-template-columns:1fr;}.panel-body .panel-topbar>div:first-of-type strong,.panel-body .panel-topbar>div:first-of-type small{max-width:31vw;}.mobile-card-table td{grid-template-columns:78px minmax(0,1fr);}}.article-reading-progress{transition:border-color .25s ease,background .25s ease,box-shadow .25s ease;}.article-reading-progress.is-complete{border-color:color-mix(in srgb,var(--warning) 38%,var(--line));background:color-mix(in srgb,var(--warning) 7%,var(--surface));box-shadow:0 10px 28px color-mix(in srgb,var(--warning) 9%,transparent);}.article-reading-progress.is-complete .article-reading-progress-icon{background:color-mix(in srgb,var(--warning) 15%,var(--surface));color:var(--warning);}.article-reading-progress.is-verified,.article-reading-progress.is-duplicate{border-color:color-mix(in srgb,var(--success) 38%,var(--line));background:color-mix(in srgb,var(--success) 7%,var(--surface));box-shadow:0 10px 28px color-mix(in srgb,var(--success) 9%,transparent);}.article-reading-progress.is-verified .article-reading-progress-icon,.article-reading-progress.is-duplicate .article-reading-progress-icon{background:color-mix(in srgb,var(--success) 15%,var(--surface));color:var(--success);}.article-reading-progress.is-verified .article-reading-progress-track i,.article-reading-progress.is-duplicate .article-reading-progress-track i{background:var(--success);}.article-reading-progress.is-reviewing{border-color:color-mix(in srgb,var(--warning) 35%,var(--line));background:color-mix(in srgb,var(--warning) 6%,var(--surface));}.article-reading-progress.is-reviewing .article-reading-progress-icon{color:var(--warning);}.article-reading-progress.is-rejected{border-color:color-mix(in srgb,var(--danger) 34%,var(--line));background:color-mix(in srgb,var(--danger) 6%,var(--surface));}.article-reading-progress.is-rejected .article-reading-progress-icon{background:color-mix(in srgb,var(--danger) 13%,var(--surface));color:var(--danger);}.article-reading-progress.is-rejected .article-reading-progress-track i{background:var(--danger);}.article-info-card [data-view-count],.article-info-card [data-qualified-read-count]{font-variant-numeric:tabular-nums;transition:transform .2s ease;}.earnings-command-icon .ui-icon{width:26px;height:26px;}.earnings-change .ui-icon{width:15px;height:15px;}.earnings-change.is-up{background:color-mix(in srgb,var(--success) 13%,var(--surface));color:var(--success);}.earnings-change.is-down{background:color-mix(in srgb,var(--danger) 12%,var(--surface));color:var(--danger);}.earnings-change.is-flat{background:var(--soft);color:var(--muted);}.earning-summary-grid-advanced>div.is-available{border-color:color-mix(in srgb,var(--success) 32%,var(--line));background:color-mix(in srgb,var(--success) 5%,var(--surface));}.earning-summary-grid-advanced>div.is-available>span{color:var(--success);}.earning-summary-grid-advanced>div.is-paid>span{color:var(--brand);}.earning-summary-grid-advanced>div.is-cancelled{opacity:.82;}.earning-summary-grid-advanced>div.is-cancelled>span{color:var(--danger);}.earnings-filter-actions .btn{white-space:nowrap;}.earnings-history-panel .panel-head{align-items:center;}.earning-type-chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:var(--soft);color:var(--ink);font-size:10px;font-weight:800;}@media (max-width:680px){.earnings-page-title .btn{width:100%;justify-content:center;}.earnings-filter-actions .btn{justify-content:center;}}.article-info-card strong.is-counter-updated{animation:counter-pop .65s ease;}@keyframes counter-pop{0%{transform:scale(1);}40%{transform:scale(1.13);color:var(--success);}100%{transform:scale(1);}}@media (prefers-reduced-motion:reduce){.article-info-card strong.is-counter-updated{animation:none;}}.article-reading-progress.is-floating{position:fixed;top:var(--read-floating-top,84px);left:50%;z-index:96;width:min(760px,calc(100% - 28px));margin:0;transform:translate(-50%,0);box-shadow:0 18px 45px rgba(16,24,40,.18);background:color-mix(in srgb,var(--surface) 96%,transparent);backdrop-filter:blur(14px);animation:readingBarIn .22s ease both;}.article-reading-progress.is-floating-hidden{transform:translate(-50%,-145%);opacity:0;pointer-events:none;}.article-reading-progress.is-floating .article-reading-progress-copy strong{font-size:12px;}.article-reading-progress.is-floating .article-reading-progress-copy small{font-size:10px;}@keyframes readingBarIn{from{opacity:0;transform:translate(-50%,-18px);}to{opacity:1;transform:translate(-50%,0);}}.video-file-dropzone{display:grid;justify-items:center;gap:7px;min-height:180px;padding:28px;border:1.5px dashed color-mix(in srgb,var(--brand) 36%,var(--line));border-radius:17px;background:var(--surface);text-align:center;cursor:pointer;}.video-file-dropzone input{position:absolute;width:1px;height:1px;opacity:0;}.video-file-dropzone>span{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);}.video-file-dropzone strong{color:var(--ink);}.video-file-dropzone small,.video-file-dropzone em{color:var(--muted);font-size:11px;font-style:normal;}.current-video-file{display:grid;grid-template-columns:minmax(220px,360px) minmax(0,1fr);gap:16px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--surface);}.current-video-file video{width:100%;max-height:220px;border-radius:12px;background:#000;}.current-video-file>div{display:grid;gap:7px;}.news-video-player{margin:22px 0 28px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#05070b;box-shadow:0 20px 55px rgba(0,0,0,.16);color:#fff;}.news-video-stage{position:relative;aspect-ratio:16/9;background:#000;}.news-video-stage video{width:100%;height:100%;object-fit:contain;background:#000;}.news-video-big-play{position:absolute;left:50%;top:50%;width:76px;height:76px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);color:#fff;transition:.2s;}.news-video-player.is-playing .news-video-big-play{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.8);}.news-video-controls{display:none;grid-template-columns:auto auto minmax(90px,1fr) auto auto minmax(70px,120px) auto auto;align-items:center;gap:10px;padding:11px 13px;background:#10141c;}.news-video-player.is-ready .news-video-controls{display:grid;}.news-video-controls button{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;background:rgba(255,255,255,.08);color:#fff;}.news-video-controls input[type=range]{width:100%;accent-color:#fff;}.news-video-controls select{height:34px;border:1px solid rgba(255,255,255,.16);border-radius:9px;background:#1d2430;color:#fff;padding:0 7px;}.news-video-time{font-size:11px;font-variant-numeric:tabular-nums;color:#d0d5dd;}.news-video-ad{position:absolute;inset:0;z-index:5;display:grid;grid-template-rows:auto 1fr;padding:14px;background:rgba(4,7,12,.94);opacity:0;transform:scale(.98);transition:.2s;}.news-video-ad.is-visible{opacity:1;transform:none;}.news-video-ad-head{display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:11px;}.news-video-ad-head>span{padding:5px 8px;border-radius:7px;background:#fff;color:#111827;font-weight:900;letter-spacing:.08em;}.news-video-ad-body{display:grid;place-items:center;overflow:auto;padding:12px;}.news-video-ad-body .ad-slot{width:min(100%,760px);margin:0;background:#fff;color:#111827;}.article-ad{margin:18px 0;}.article-sidebar-ad{padding:10px;}.article-sidebar-ad .ad-slot{margin:0;}.article-ad .ad-slot,.global-ad .ad-slot,.home-ad .ad-slot{margin-inline:auto;}.global-ad{margin-top:14px;margin-bottom:14px;}.global-ad-footer{margin-top:36px;}.ad-slot{position:relative;display:grid;place-items:center;gap:8px;max-width:100%;min-height:72px;padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--surface);overflow:hidden;text-align:center;}.ad-slot img{max-width:100%;height:auto;border-radius:10px;}.ad-disclosure{position:absolute;right:8px;top:8px;z-index:2;padding:3px 6px;border-radius:6px;background:rgba(17,24,39,.76);color:#fff;font-size:8px;font-weight:850;letter-spacing:.06em;}.ad-code-inner{max-width:100%;overflow:hidden;}.ad-cta{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:9px;background:var(--ink);color:var(--surface);font-size:11px;font-weight:800;}.ad-current-image{display:grid;gap:5px;}.ad-current-image img{max-height:160px;object-fit:contain;border:1px solid var(--line);border-radius:12px;background:var(--soft);}.ad-current-image small{color:var(--muted);}.is-muted-field{opacity:.68;}@media (max-width:900px){.article-reading-progress.is-floating{width:calc(100% - 20px);}.current-video-file{grid-template-columns:1fr;}.news-video-controls{grid-template-columns:auto auto minmax(70px,1fr) auto auto;}.news-video-volume,.news-video-controls select,.news-video-controls [data-video-duration]{display:none;}}@media (max-width:600px){.article-reading-progress.is-floating{padding:9px 10px;grid-template-columns:32px minmax(0,1fr);}.article-reading-progress.is-floating .article-reading-progress-track{grid-column:1/-1;}.video-upload-studio-head>.status{grid-column:1/-1;justify-self:start;}.video-file-dropzone{min-height:150px;padding:20px 12px;}.news-video-player{margin-inline:-2px;border-radius:16px;}.news-video-stage{aspect-ratio:16/10;}.news-video-big-play{width:60px;height:60px;}.news-video-controls{gap:6px;padding:8px;grid-template-columns:auto auto minmax(60px,1fr) auto;}.news-video-controls [data-video-mute],.news-video-controls [data-video-fullscreen]{display:grid;}.ad-slot{border-radius:13px;padding:9px;}.global-ad{width:calc(100% - 20px);}}@media (max-width:390px){.news-video-controls{grid-template-columns:auto minmax(60px,1fr) auto auto;}.news-video-controls [data-video-current]{display:none;}}@media (prefers-reduced-motion:reduce){.article-reading-progress.is-floating,.news-video-big-play,.news-video-ad{animation:none;transition:none;}}.article-reading-progress.is-paused{border-color:var(--line);background:color-mix(in srgb,var(--muted) 5%,var(--surface));box-shadow:none;}.article-reading-progress.is-paused .article-reading-progress-icon{background:color-mix(in srgb,var(--muted) 11%,var(--surface));color:var(--muted);}.article-reading-progress.is-paused .article-reading-progress-track i{background:linear-gradient(90deg,color-mix(in srgb,var(--muted) 72%,var(--brand)),var(--muted));}.article-reading-progress.is-reading{border-color:color-mix(in srgb,var(--brand) 34%,var(--line));background:color-mix(in srgb,var(--brand) 7%,var(--surface));box-shadow:0 10px 30px color-mix(in srgb,var(--brand) 9%,transparent);}.article-reading-progress.is-reading .article-reading-progress-icon{position:relative;background:color-mix(in srgb,var(--brand) 14%,var(--surface));color:var(--brand);}.article-reading-progress.is-reading .article-reading-progress-icon:after{content:"";position:absolute;inset:-3px;border:2px solid color-mix(in srgb,var(--brand) 30%,transparent);border-radius:14px;animation:readActivityPulse 1.6s ease-out infinite;}.article-cover>img{width:100%;height:auto;object-fit:cover;}@keyframes readActivityPulse{0%{opacity:.75;transform:scale(.88);}70%,100%{opacity:0;transform:scale(1.18);}}@media (prefers-reduced-motion:reduce){.article-reading-progress.is-reading .article-reading-progress-icon:after{animation:none;display:none;}}.seo-autofill-preview .panel-head{align-items:flex-start;}@media (max-width:680px){.seo-autofill-preview .panel-head{gap:10px;}}.human-guard{display:contents;}.human-guard-honeypot{position:fixed!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;}.home-page-pro{gap:0;}.home-stage-shell{padding-top:28px;padding-bottom:20px;}.home-stage-intro p,.home-section-head-pro p{max-width:720px;margin:0;color:var(--muted);font-size:13px;}@keyframes homeLivePulse{50%{opacity:.45;transform:scale(.82);}}.home-stage-shell .home-showcase{padding-block:0;}.home-stage-shell .headline-slider{box-shadow:0 24px 70px rgba(15,23,42,.16);}.headline-copy h2{max-width:980px;margin:8px 0 13px;color:#fff;font-size:clamp(34px,4.15vw,61px);line-height:1.02;letter-spacing:-.05em;}.headline-meta span,.headline-meta time{display:inline-flex;align-items:center;}.home-quick-feed{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px;}.home-quick-card{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr) 28px;align-items:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--surface);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}.home-quick-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand) 30%,var(--line));box-shadow:0 14px 30px rgba(15,23,42,.07);}.home-quick-index{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:color-mix(in srgb,var(--brand) 8%,var(--surface));color:var(--brand);font-size:11px;font-weight:950;}.home-quick-copy{min-width:0;display:grid;gap:2px;}.home-quick-copy small{color:var(--brand);font-size:8px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;}.home-quick-copy strong{color:var(--ink);font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.home-quick-copy time{color:var(--muted);font-size:9px;}.home-quick-arrow{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--soft);color:var(--muted);}.home-quick-arrow svg{width:14px;height:14px;}.home-quick-card:hover .home-quick-arrow{background:var(--brand);color:#fff;}.home-market-board{margin-top:8px;margin-bottom:4px;padding:14px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 12px 34px rgba(15,23,42,.045);}.home-market-board .info-card{border-color:transparent;background:var(--soft);}.home-section-head-pro{align-items:flex-end;margin-bottom:26px;}.home-section-head-pro h2{font-size:clamp(28px,3vw,38px);}.home-section-head-pro .section-link{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 13px;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-size:12px;white-space:nowrap;}.home-section-head-pro .section-link:hover{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:color-mix(in srgb,var(--brand) 5%,var(--surface));}.home-section-head-pro .section-link svg{width:15px;height:15px;}.home-newsroom-section{padding-top:62px;}.home-newsroom-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start;}.home-newsroom-main{min-width:0;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr);gap:16px;}.home-newsroom-primary{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 14px 42px rgba(15,23,42,.06);}.home-newsroom-primary-media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:var(--soft);}.home-newsroom-primary-media>img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;}.home-newsroom-primary:hover .home-newsroom-primary-media>img{transform:scale(1.025);}.home-newsroom-primary-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(2,6,23,.44));}.home-newsroom-primary-badge{position:absolute;left:16px;top:16px;display:inline-flex;align-items:center;gap:6px;min-height:29px;padding:0 10px;border-radius:9px;background:rgba(255,255,255,.94);color:#0f172a;font-size:9px;font-weight:950;letter-spacing:.08em;}.home-newsroom-primary-badge svg{width:14px;height:14px;color:var(--danger);}.home-newsroom-primary-copy{padding:22px;}.home-newsroom-primary-copy h3{margin:7px 0 10px;color:var(--ink);font-size:clamp(24px,2.4vw,34px);line-height:1.09;letter-spacing:-.04em;}.home-newsroom-primary-copy p{margin:0 0 16px;color:var(--muted);font-size:13px;}.home-newsroom-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:10px;font-weight:700;}.home-newsroom-meta i{width:4px;height:4px;border-radius:50%;background:var(--line);}.home-newsroom-stack{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--surface);}.home-newsroom-row{min-height:112px;display:grid;grid-template-columns:28px 92px minmax(0,1fr) 18px;align-items:center;gap:11px;padding:13px;border-top:1px solid var(--line);transition:background .18s ease;}.home-newsroom-row:first-child{border-top:0;}.home-newsroom-row:hover{background:color-mix(in srgb,var(--brand) 5%,var(--surface));}.home-newsroom-row-index{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--soft);color:var(--brand);font-size:10px;font-weight:950;}.home-newsroom-row-media{width:92px;height:76px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:var(--soft);color:var(--brand);}.home-newsroom-row-media img{width:100%;height:100%;object-fit:cover;}.home-newsroom-row-copy{min-width:0;display:grid;gap:3px;}.home-newsroom-row-copy small{color:var(--brand);font-size:8px;font-weight:950;letter-spacing:.07em;text-transform:uppercase;}.home-newsroom-row-copy strong{color:var(--ink);font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.home-newsroom-row-copy time{color:var(--muted);font-size:9px;}.home-newsroom-row>.ui-icon{width:15px;color:var(--muted);}.home-sidebar-pro{gap:16px;}.home-sidebar-pro .widget{padding:18px;border-radius:20px;box-shadow:none;}.home-widget-title,.home-poll-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}.home-widget-title h3,.home-poll-head h3{margin:3px 0 0;color:var(--ink);font-size:22px;line-height:1.2;}.home-widget-icon{flex:0 0 auto;display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:color-mix(in srgb,var(--brand) 9%,var(--surface));color:var(--brand);}.home-widget-icon svg{width:19px;height:19px;}.home-trend-list{display:grid;margin-top:10px;}.home-trend-item{min-width:0;display:grid;grid-template-columns:28px 58px minmax(0,1fr);align-items:center;gap:9px;padding:11px 0;border-top:1px solid var(--line);}.home-trend-item:first-child{border-top:0;}.home-trend-rank{color:var(--brand);font-size:11px;font-weight:950;}.home-trend-thumb{width:58px;height:48px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:var(--soft);color:var(--brand);}.home-trend-thumb img{width:100%;height:100%;object-fit:cover;}.home-trend-item>span:last-child{min-width:0;display:grid;gap:3px;}.home-trend-item strong{color:var(--ink);font-size:11px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.home-trend-item small{color:var(--muted);font-size:8px;}.home-poll-widget{background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 5%,var(--surface)),var(--surface));}.home-poll-head{justify-content:flex-start;margin-bottom:14px;}.home-poll-head .home-widget-icon{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;}.home-poll-widget .poll-option{background:var(--surface);font-size:11px;}.home-newsroom-card-grid{margin-top:22px;}.home-newsroom-card-grid .news-card{border-radius:18px;}.home-newsroom-card-grid .news-card h3{font-size:18px;}.home-newsroom-card-grid .news-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.home-editorial-band{position:relative;overflow:hidden;background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 4%,var(--soft)),var(--soft));}.home-editorial-band:before{content:"";position:absolute;width:420px;height:420px;right:-180px;top:-220px;border-radius:50%;background:color-mix(in srgb,var(--brand-2) 8%,transparent);filter:blur(2px);}.home-editorial-layout{position:relative;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);gap:18px;}.home-editorial-lead{position:relative;min-height:480px;overflow:hidden;border-radius:24px;background:#0f172a;color:#fff;box-shadow:0 18px 52px rgba(15,23,42,.17);}.home-editorial-lead>img,.home-editorial-lead>.image-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}.home-editorial-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.04),rgba(2,6,23,.93));}.home-editorial-copy{position:absolute;left:26px;right:26px;bottom:25px;}.home-editorial-copy small,.home-editorial-copy strong,.home-editorial-copy em,.home-editorial-copy time{display:block;}.home-editorial-copy small{color:#bfdbfe;font-size:9px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;}.home-editorial-copy strong{max-width:760px;margin:7px 0 10px;font-size:clamp(28px,3vw,45px);line-height:1.04;letter-spacing:-.045em;}.home-editorial-copy em{max-width:680px;color:#dbe4f0;font-size:13px;font-style:normal;}.home-editorial-copy time{margin-top:14px;color:#cbd5e1;font-size:10px;}.home-editorial-list{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--surface);}.home-editorial-card{min-height:92px;display:grid;grid-template-columns:86px minmax(0,1fr) 30px;align-items:center;gap:12px;padding:12px;border-top:1px solid var(--line);transition:background .18s ease;}.home-editorial-card:first-child{border-top:0;}.home-editorial-card:hover{background:color-mix(in srgb,var(--brand) 5%,var(--surface));}.home-editorial-card-media{width:86px;height:66px;display:grid;place-items:center;overflow:hidden;border-radius:11px;background:var(--soft);color:var(--brand);}.home-editorial-card-media img{width:100%;height:100%;object-fit:cover;}.home-editorial-card>span:nth-child(2){min-width:0;display:grid;gap:3px;}.home-editorial-card small{color:var(--brand);font-size:8px;font-weight:950;text-transform:uppercase;}.home-editorial-card strong{color:var(--ink);font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.home-editorial-card time{color:var(--muted);font-size:9px;}.home-editorial-card>b{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--soft);color:var(--muted);font-size:9px;}.home-media-section{padding-top:62px;}.home-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.home-gallery-grid .gallery-card:first-child{grid-column:span 2;min-height:360px;}.home-gallery-grid .gallery-card{box-shadow:0 12px 34px rgba(15,23,42,.08);}.home-gallery-grid .gallery-card:hover img{transform:scale(1.035);}.home-gallery-grid .gallery-card img{transition:transform .4s ease;}.home-video-hub{background:radial-gradient(circle at 85% 15%,rgba(37,99,235,.18),transparent 30%),#0c111d;}.home-section-head-dark h2{color:#fff;}.home-section-head-dark p{color:#94a3b8;}.home-video-grid .video-card:first-child{grid-column:span 2;min-height:390px;}.home-video-grid .video-card time{display:block;margin-top:9px;color:#94a3b8;font-size:10px;}.home-video-grid .video-card{transition:transform .2s ease,border-color .2s ease;}.home-video-grid .video-card:hover{transform:translateY(-3px);border-color:#475569;}.home-video-grid .video-card:hover>img{transform:scale(1.035);}.home-video-grid .video-card>img{transition:transform .4s ease;}.home-community-section{padding-top:62px;}.home-category-section{position:relative;margin-top:8px;padding:30px;border:1px solid var(--line);border-radius:26px;background:var(--surface);box-shadow:0 12px 36px rgba(15,23,42,.035);}.home-category-section:before{content:"";position:absolute;left:0;top:30px;bottom:30px;width:4px;border-radius:0 8px 8px 0;background:var(--category-accent);}.home-category-section .home-category-head{margin-bottom:22px;}.home-category-section .news-card{box-shadow:none;}.home-category-section .news-card:hover{box-shadow:0 12px 30px rgba(15,23,42,.07);}.home-category-section .category-news-list,.home-category-section .category-compact-list{border:1px solid var(--line);border-radius:18px;overflow:hidden;}.home-category-section .category-news-list>a,.home-category-section .category-compact-list>a{background:var(--surface);}.home-authors-section{padding-top:62px;}.home-author-grid{grid-template-columns:repeat(4,minmax(0,1fr));}.home-author-grid .author-card{position:relative;min-width:0;align-items:center;padding:17px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}.home-author-grid .author-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--brand) 30%,var(--line));box-shadow:0 12px 30px rgba(15,23,42,.06);}.home-author-grid .author-card>div{min-width:0;}.home-author-grid .author-card h3,.home-author-grid .author-card p{overflow:hidden;text-overflow:ellipsis;}.home-author-arrow{flex:0 0 auto;display:grid;place-items:center;width:30px;height:30px;margin-left:auto;border-radius:9px;background:var(--soft);color:var(--muted);}.home-author-arrow svg{width:14px;height:14px;}.home-author-grid .author-card:hover .home-author-arrow{background:var(--brand);color:#fff;}@media (max-width:1180px){.home-quick-feed{grid-template-columns:repeat(2,minmax(0,1fr));}.home-newsroom-layout{grid-template-columns:minmax(0,1fr) 310px;}.home-newsroom-main{grid-template-columns:1fr;}.home-newsroom-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}.home-newsroom-row:nth-child(2){border-top:0;}.home-editorial-layout{grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);}.home-author-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:900px){.home-stage-shell .home-showcase{gap:14px;}.home-newsroom-layout{grid-template-columns:1fr;}.home-sidebar-pro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}.home-editorial-layout{grid-template-columns:1fr;}.home-editorial-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}.home-editorial-card:nth-child(2){border-top:0;}.home-gallery-grid .gallery-card:first-child,.home-video-grid .video-card:first-child{grid-column:auto;}.home-gallery-grid,.home-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.home-category-section{padding:24px;}}@media (max-width:680px){.home-stage-shell{padding-top:18px;}.headline-copy h2{font-size:34px;}.home-quick-feed{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:9px;padding-bottom:3px;scrollbar-width:none;}.home-quick-feed::-webkit-scrollbar{display:none;}.home-quick-card{flex:0 0 min(86vw,330px);scroll-snap-align:start;}.home-market-board{display:flex!important;overflow-x:auto;padding:10px;scroll-snap-type:x mandatory;scrollbar-width:none;}.home-market-board::-webkit-scrollbar{display:none;}.home-market-board .info-card{flex:0 0 min(76vw,260px);scroll-snap-align:start;}.home-section-head-pro{align-items:flex-start;}.home-section-head-pro h2{font-size:29px;}.home-section-head-pro p{font-size:11px;}.home-section-head-pro .section-link{min-height:36px;padding-inline:10px;}.home-newsroom-section{padding-top:44px;}.home-newsroom-primary-copy{padding:17px;}.home-newsroom-primary-copy h3{font-size:25px;}.home-newsroom-primary-copy p{font-size:12px;}.home-newsroom-stack{grid-template-columns:1fr;}.home-newsroom-row:nth-child(2){border-top:1px solid var(--line);}.home-newsroom-row{grid-template-columns:25px 78px minmax(0,1fr) 16px;min-height:98px;padding:11px;}.home-newsroom-row-media{width:78px;height:64px;}.home-sidebar-pro{grid-template-columns:1fr;}.home-newsroom-card-grid{grid-template-columns:1fr;}.home-editorial-lead{min-height:410px;}.home-editorial-copy{left:20px;right:20px;bottom:20px;}.home-editorial-copy strong{font-size:30px;}.home-editorial-copy em{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.home-editorial-list{grid-template-columns:1fr;}.home-editorial-card:nth-child(2){border-top:1px solid var(--line);}.home-gallery-grid,.home-video-grid{grid-template-columns:1fr;}.home-gallery-grid .gallery-card,.home-video-grid .video-card{min-height:270px;}.home-category-section{width:min(calc(100% - 20px),var(--container));padding:19px 15px;border-radius:20px;}.home-category-section:before{top:22px;bottom:22px;}.home-author-grid{grid-template-columns:1fr;}.home-author-grid .author-card{padding:14px;}}@media (max-width:420px){.headline-copy h2{font-size:30px;}.home-newsroom-primary-copy h3{font-size:23px;}.home-newsroom-meta span:last-child,.home-newsroom-meta i:last-of-type{display:none;}.home-editorial-lead{min-height:380px;}.home-editorial-copy strong{font-size:27px;}.home-editorial-card{grid-template-columns:72px minmax(0,1fr) 28px;}.home-editorial-card-media{width:72px;height:58px;}}@media (prefers-reduced-motion:reduce){.home-stage-status i,.home-quick-card,.home-newsroom-primary-media>img,.home-editorial-card,.home-gallery-grid .gallery-card img,.home-video-grid .video-card,.home-video-grid .video-card>img,.home-comment-cards .comment-card,.home-author-grid .author-card{animation:none!important;transition:none!important;}}.home-editorial-band{background:var(--soft);}.home-editorial-band:before{display:none;}.home-editorial-lead{box-shadow:none;}.home-category-title{display:inline-flex;align-items:center;gap:10px;margin:0;color:var(--ink);line-height:1.1;}.home-category-title .ui-icon{flex:0 0 auto;width:28px;height:28px;padding:6px;border-radius:9px;background:color-mix(in srgb,var(--category-accent) 10%,var(--surface));color:var(--category-accent);}.home-category-title span{display:block;min-width:0;}@media (max-width:680px){.home-category-title{gap:8px;}.home-category-title .ui-icon{width:25px;height:25px;padding:5px;}}.home-editorial-band{background:transparent;}.home-editorial-band>.container{padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:26px;box-shadow:none;}.home-editorial-band:before{display:none;}.home-editorial-lead{box-shadow:none;}.editor-draft-notice__icon .ui-icon{width:20px;height:20px;}.editor-draft-notice__actions .btn{white-space:nowrap;box-shadow:none;}@media (max-width:680px){.home-editorial-band>.container{width:min(calc(100% - 20px),var(--container));padding:18px 14px;border-radius:20px;}.editor-draft-notice__actions .btn{width:100%;min-height:40px;}}.home-page-pro{gap:24px;padding-bottom:24px;}.home-page-pro>.home-block{margin-top:0!important;margin-bottom:0!important;}.home-page-pro .home-section-head-pro{margin-bottom:20px;}.home-stage-shell{padding-top:24px;padding-bottom:0;}.home-market-board{margin-top:0;margin-bottom:0;}.home-ad{padding-block:0;}.home-page-pro .home-ad .ad-slot{margin-block:0;}.home-newsroom-section,.home-authors-section{padding:28px;border:1px solid var(--line);border-radius:26px;background:var(--surface);box-shadow:none;}.home-media-section,.home-community-section{padding-block:0;}.home-editorial-band{padding-block:0;}.home-video-hub{padding-block:40px;}.home-category-section{margin-top:0;}.home-newsroom-section .home-newsroom-primary{box-shadow:none;}.home-authors-section .author-card{box-shadow:none;}@media (max-width:900px){.home-page-pro{gap:20px;}.home-newsroom-section,.home-authors-section{padding:22px;}}@media (max-width:680px){.home-page-pro{gap:14px;padding-bottom:14px;}.home-stage-shell{padding-top:14px;}.home-newsroom-section,.home-authors-section{width:min(calc(100% - 20px),var(--container));padding:18px 14px;border-radius:20px;}.home-page-pro .home-section-head-pro{margin-bottom:15px;}.home-video-hub{padding-block:28px;}}.news-author-assignment{display:grid;gap:12px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--surface);}.news-author-assignment__head{display:flex;align-items:flex-start;gap:10px;}.news-author-assignment__head>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--brand);}.news-author-assignment__head svg{width:18px;height:18px;}.news-author-assignment__head strong{display:block;color:var(--ink);font-size:13px;}.news-author-assignment__head small{display:block;margin-top:2px;color:var(--muted);font-size:10px;line-height:1.4;}.news-author-avatar,.review-author-avatar{display:grid;place-items:center;overflow:hidden;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-size:15px;font-weight:900;}.news-author-avatar{width:42px;height:42px;}.news-author-avatar img{width:100%;height:100%;object-fit:cover;},.review-author-email{display:block;margin-top:3px;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.news-author-assignment label{margin:0;}.news-author-assignment select{font-size:11px;}.review-author-origin>.ui-icon{width:18px;height:18px;margin:auto;color:var(--brand);}@media (max-width:680px){.news-author-assignment{padding:12px;}.news-author-avatar{width:38px;height:38px;}}.footer-grid.footer-grid-modern{grid-template-columns:minmax(220px,1.05fr) minmax(150px,.62fr) minmax(260px,1.08fr) minmax(280px,1.05fr);gap:34px;align-items:start;}.footer-grid-modern>div{min-width:0;}.footer-grid-modern h3{margin:0 0 14px;font-size:16px;letter-spacing:-.015em;}.footer-grid-modern .footer-brand-column>p{margin:16px 0 0;color:#94a3b8;font-size:13px;line-height:1.7;}.footer-links-column>a:not(.brand){display:flex!important;align-items:center;gap:8px;margin:7px 0!important;font-size:13px;}.footer-links-column>a .ui-icon{width:15px;height:15px;color:#94a3b8;}.footer-column-heading{display:flex;align-items:center;gap:9px;margin-bottom:12px;}.footer-column-heading>span{display:grid;place-items:center;width:30px;height:30px;border:1px solid #2a374a;border-radius:9px;background:#111b2d;color:#60a5fa;}.footer-column-heading>span .ui-icon{width:15px;height:15px;}.footer-column-heading h3{margin:0;}.footer-popular-list{display:grid;gap:6px;}.footer-popular-item{display:grid!important;grid-template-columns:28px minmax(0,1fr) 15px;align-items:center;gap:9px;margin:0!important;padding:7px 8px;border:1px solid transparent;border-radius:11px;color:#cbd5e1!important;transition:background .18s ease,border-color .18s ease;}.footer-popular-item:hover{background:#111b2d;border-color:#2a374a;}.footer-popular-item>b{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#111b2d;color:#60a5fa;font-size:9px;font-variant-numeric:tabular-nums;}.footer-popular-item>span{min-width:0;}.footer-popular-item strong,.footer-popular-item small{display:block;}.footer-popular-item strong{overflow:hidden;color:#f8fafc;font-size:11px;line-height:1.3;white-space:nowrap;text-overflow:ellipsis;}.footer-popular-item small{margin-top:2px;color:#7f8da3;font-size:8px;}.footer-popular-item>.ui-icon{width:14px;height:14px;color:#64748b;}.footer-popular-empty{padding:12px;border:1px dashed #2a374a;border-radius:11px;color:#7f8da3;font-size:11px;}.footer-engagement-column{display:grid;gap:0;}.footer-newsletter-block>p{margin:-5px 0 12px;color:#94a3b8;font-size:11px;line-height:1.55;}.footer-engagement-column .newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;}.footer-engagement-column .newsletter-form input{height:42px;padding:0 11px;border-color:#2a374a;background:#111b2d;color:#f8fafc;font-size:12px;}.footer-engagement-column .newsletter-form input::placeholder{color:#64748b;}.footer-engagement-column .newsletter-form .btn{min-height:42px;padding:0 12px;border-radius:10px;font-size:11px;box-shadow:none;white-space:nowrap;}.footer-social-block{margin-top:28px;padding-top:22px;border-top:1px solid #283548;}.footer-social-block h3{margin-bottom:13px;}.footer-social-block .footer-social-links{gap:8px;}.footer-social-block .footer-social-link{width:40px;height:40px;border-radius:12px;}@media (max-width:1280px){.footer-grid.footer-grid-modern{grid-template-columns:minmax(210px,.9fr) minmax(145px,.55fr) minmax(240px,1fr) minmax(240px,.95fr);gap:24px;}.footer-engagement-column .newsletter-form{grid-template-columns:1fr;}.footer-engagement-column .newsletter-form .btn{width:100%;}}@media (max-width:1050px){.footer-grid.footer-grid-modern{grid-template-columns:1fr 1fr;gap:30px;}.footer-grid.footer-grid-modern>div:first-child{grid-column:auto;}.footer-popular-column,.footer-engagement-column{padding-top:2px;}}@media (max-width:680px){.footer-grid.footer-grid-modern{grid-template-columns:1fr!important;gap:26px;}.footer-grid.footer-grid-modern>div:first-child{grid-column:auto;}.footer-popular-item{padding:8px 5px;}.footer-popular-item strong{font-size:12px;}.footer-social-block{margin-top:24px;padding-top:20px;}.footer-social-block .footer-social-links{gap:9px;}.footer-social-block .footer-social-link{width:42px;height:42px;}.footer-engagement-column .newsletter-form{grid-template-columns:minmax(0,1fr) auto;}.footer-engagement-column .newsletter-form .btn{width:auto;}.footer-engagement-column .newsletter-form .btn span{display:none;}}@media (max-width:430px){.footer-engagement-column .newsletter-form{grid-template-columns:1fr;}.footer-engagement-column .newsletter-form .btn{width:100%;}}.news-management-panel .table-wrap{overflow-x:hidden;}.news-management-panel .news-status-form .btn{min-height:34px;padding:6px 8px;}.news-management-panel .news-row-actions .btn{min-height:31px;padding:6px 8px;font-size:10px;}@media (max-width:1450px){.news-management-panel .news-status-form .btn{grid-column:3;}}@media (max-width:1240px){.news-management-panel .table-wrap{overflow:visible;}.news-management-panel .news-status-form .btn{grid-column:auto;}}@media (max-width:760px){.news-management-panel .news-status-form .btn{grid-column:auto;width:100%;}.news-management-panel .news-row-actions>a,.news-management-panel .news-row-actions>form,.news-management-panel .news-row-actions form .btn{width:100%;}}.footer-card{padding:18px;border:1px solid #2a374a;border-radius:18px;background:#0f1929;box-shadow:none;}.footer-card .footer-column-heading{margin-bottom:14px;}.footer-card-popular{min-height:100%;}.footer-popular-list{gap:8px;}.footer-popular-item{grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important;padding:7px!important;border-color:#233149!important;background:#111b2d!important;border-radius:13px!important;}.footer-popular-item:hover{background:#152238!important;border-color:#3b4b63!important;transform:translateY(-1px);}.footer-popular-thumb{display:grid;place-items:center;width:54px;height:42px;overflow:hidden;border:1px solid #2a374a;border-radius:10px;background:#0b1423;color:#64748b;}.footer-popular-thumb img{display:block;width:100%;height:100%;object-fit:cover;}.footer-popular-thumb .ui-icon{width:18px;height:18px;}.footer-popular-copy{min-width:0;}.footer-popular-copy strong,.footer-popular-copy small{display:block;}.footer-popular-copy strong{display:-webkit-box;overflow:hidden;color:#f8fafc;font-size:11px;line-height:1.35;white-space:normal;text-overflow:clip;-webkit-box-orient:vertical;-webkit-line-clamp:2;}.footer-popular-copy small{margin-top:3px;color:#7f8da3;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.footer-card-newsletter>h3{margin-bottom:8px!important;}.footer-card-newsletter>p{margin:0 0 14px!important;}.footer-engagement-column{gap:0;}.footer-social-block{margin-top:22px;padding-top:18px;}@media (max-width:1050px){.footer-card-popular{min-height:auto;}}@media (max-width:680px){.footer-card{padding:15px;border-radius:16px;}.footer-popular-item{grid-template-columns:62px minmax(0,1fr)!important;padding:8px!important;}.footer-popular-thumb{width:62px;height:46px;}.footer-popular-copy strong{font-size:12px;}.footer-popular-copy small{font-size:9px;}}.scroll-top-button{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));z-index:180;display:grid;place-items:center;width:48px;min-width:48px;height:48px;padding:0;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));border-radius:15px;background:var(--surface);color:var(--ink);box-shadow:0 8px 20px rgba(16,24,40,.10);font-weight:850;text-decoration:none;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .2s,transform .2s,visibility .2s,border-color .2s;}.scroll-top-button:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-2px);}.scroll-top-button.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}.scroll-top-button .ui-icon{width:22px;height:22px;}.scroll-top-button:active{transform:translateY(1px) scale(.97);}.home-stage-shell{padding-top:18px;}.home-stage-shell>.home-showcase:first-child{margin-top:0;}.live-news-settings .live-news-setting-preview{display:flex;align-items:center;gap:14px;margin-top:18px;padding:15px 17px;border:1px solid color-mix(in srgb,var(--danger) 18%,var(--line));border-radius:15px;background:color-mix(in srgb,var(--danger) 4%,var(--surface));}.live-news-setting-preview p{margin:2px 0 0;color:var(--muted);font-size:13px;}.live-editor-launch{display:flex;align-items:center;gap:13px;margin:14px 0 4px;padding:14px;border:1px solid color-mix(in srgb,var(--danger) 20%,var(--line));border-radius:15px;background:color-mix(in srgb,var(--danger) 4%,var(--surface));}.live-editor-launch>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#fee2e2;color:#dc2626;}.live-editor-launch>div{flex:1;display:grid;}.live-editor-launch small{color:var(--muted);}.btn-live{background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 8px 18px rgba(220,38,38,.17);}.live-editor-title .row-actions{display:flex;flex-wrap:wrap;gap:8px;}.live-editor-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;}.live-editor-overview article{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--line);border-radius:17px;background:var(--surface);}.live-editor-overview article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--soft);color:var(--brand);}.live-editor-overview small,.live-editor-overview strong{display:block;}.live-editor-overview small{color:var(--muted);font-size:11px;}.live-editor-layout{align-items:start;}.live-editor-stream{padding:0;overflow:hidden;}.live-editor-stream>.panel-head{padding:20px 22px;border-bottom:1px solid var(--line);}.live-editor-connection,.live-feed-connection{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:850;color:#15803d;}.live-editor-connection i,.live-feed-connection i{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12);}.live-admin-list{display:grid;}.live-admin-item{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:16px;align-items:start;padding:19px 22px;border-bottom:1px solid var(--line);background:var(--surface);}.live-admin-item:last-child{border-bottom:0;}.live-admin-item.highlight{background:color-mix(in srgb,#f59e0b 7%,var(--surface));border-left:4px solid #f59e0b;}.live-admin-item time{font-weight:900;color:#dc2626;}.live-admin-item time small{display:block;color:var(--muted);font-size:10px;font-weight:650;}.live-admin-item p{margin:5px 0 7px;white-space:pre-wrap;}.live-admin-item>div>small{color:var(--muted);}.live-editor-sidebar{display:grid;gap:16px;position:sticky;top:92px;}.live-update-composer textarea{resize:vertical;min-height:145px;}.live-editor-feedback{min-height:20px;font-size:12px;font-weight:750;}.live-editor-feedback.is-success{color:#15803d;}.live-editor-feedback.is-error{color:#b42318;}.live-public-page{padding-block:24px 52px;}.live-public-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);overflow:hidden;border:1px solid #24334b;border-radius:28px;background:#0b1220;color:#fff;}.live-public-hero-copy{padding:clamp(28px,5vw,58px);}.live-public-status{display:flex;align-items:center;gap:10px;margin-bottom:24px;}.live-public-status strong{font-size:12px;letter-spacing:.12em;}.live-public-status em{font-style:normal;font-size:11px;color:#fecaca;border-left:1px solid #475569;padding-left:10px;}.live-public-hero h1{max-width:900px;margin:10px 0 16px;font-size:clamp(34px,4.6vw,64px);line-height:1.02;letter-spacing:-.05em;}.live-public-hero p{max-width:780px;margin:0;color:#cbd5e1;font-size:17px;}.live-public-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px;color:#cbd5e1;font-size:12px;}.live-public-meta span{display:inline-flex;align-items:center;gap:6px;}.live-public-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;}.live-public-hero .btn-ghost{background:transparent;color:#fff;border-color:#475569;}.live-public-visual{position:relative;min-height:390px;background:#111827;}.live-public-visual>img{width:100%;height:100%;object-fit:cover;opacity:.78;}.live-public-visual>span{display:grid;place-items:center;height:100%;font-size:80px;color:#ef4444;}.live-public-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0b1220 0,transparent 50%);}.live-public-visual-badge{position:absolute;right:20px;bottom:20px;z-index:2;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(15,23,42,.78);backdrop-filter:blur(12px);}.live-public-visual-badge i{width:9px;height:9px;border-radius:50%;background:#22c55e;}.live-public-visual-badge span,.live-public-visual-badge small{display:block;}.live-public-visual-badge small{color:#94a3b8;}.live-public-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px;margin-top:22px;}.live-public-stream{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface);}.live-public-stream-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid var(--line);}.live-public-stream-head h2{margin:2px 0 0;color:var(--ink);}.live-public-list{display:grid;}.live-public-entry{display:grid;grid-template-columns:88px minmax(0,1fr);gap:19px;padding:24px;border-bottom:1px solid var(--line);position:relative;}.live-public-entry:last-child{border-bottom:0;}.live-public-entry.is-highlight{background:color-mix(in srgb,#f59e0b 7%,var(--surface));border-left:4px solid #f59e0b;}.live-public-entry-time strong,.live-public-entry-time small{display:block;}.live-public-entry-time strong{color:#dc2626;font-size:18px;}.live-public-entry-time small{color:var(--muted);font-size:10px;}.live-public-entry-body h3{margin:2px 0 7px;color:var(--ink);font-size:21px;}.live-public-entry-body p{margin:0 0 10px;white-space:pre-wrap;}.live-public-entry-body>small{display:flex;align-items:center;gap:5px;color:var(--muted);}.live-important-label{display:inline-flex;align-items:center;gap:5px;margin-bottom:7px;color:#b45309;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;}.live-public-empty{padding:60px 24px;text-align:center;}.live-public-empty>.ui-icon{width:44px;height:44px;color:#dc2626;}.live-public-empty h3{margin:12px 0 4px;color:var(--ink);}.live-public-empty p{margin:0;color:var(--muted);}.live-public-sidebar{display:grid;align-content:start;gap:14px;}.live-public-info-card,.live-public-news-card{padding:20px;border:1px solid var(--line);border-radius:20px;background:var(--surface);}.live-public-info-card{display:flex;gap:12px;}.live-public-info-card>span{color:var(--brand);}.live-public-info-card p{margin:5px 0 0;color:var(--muted);font-size:13px;}.live-public-news-card{display:grid;gap:8px;}.live-public-news-card small{color:var(--muted);}.live-public-news-card strong{color:var(--ink);}.live-public-news-card a{display:flex;align-items:center;justify-content:space-between;color:var(--brand);font-weight:850;}.live-timeline-pro .live-head-actions{display:flex;align-items:center;gap:10px;}.live-timeline-pro .live-head-actions a{display:inline-flex;align-items:center;gap:4px;color:var(--brand);font-size:11px;font-weight:850;}.live-timeline-pro .live-entry time small{display:block;font-size:9px;color:var(--muted);}@media (max-width:1000px){.live-editor-overview{grid-template-columns:repeat(2,minmax(0,1fr));}.live-public-hero{grid-template-columns:1fr;}.live-public-visual{min-height:280px;}.live-public-visual:after{background:linear-gradient(180deg,#0b1220 0,transparent 45%);}.live-public-layout{grid-template-columns:1fr;}.live-public-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:700px){.scroll-top-button{right:max(10px,env(safe-area-inset-right));bottom:calc(60px + env(safe-area-inset-bottom));width:44px;min-width:44px;height:44px;border-radius:14px;}.scroll-top-button span{display:none;}.live-editor-overview{grid-template-columns:1fr 1fr;}.live-editor-overview article{padding:12px;}.live-admin-item{grid-template-columns:54px minmax(0,1fr);gap:10px;padding:15px;}.live-admin-item>form{grid-column:2;}.live-editor-sidebar{position:static;}.live-public-page{width:min(calc(100% - 18px),var(--container));padding-top:12px;}.live-public-hero{border-radius:20px;}.live-public-hero-copy{padding:24px 19px;}.live-public-hero h1{font-size:34px;}.live-public-hero p{font-size:14px;}.live-public-visual{min-height:230px;}.live-public-visual-badge{left:12px;right:12px;bottom:12px;}.live-public-stream-head{padding:18px;}.live-public-entry{grid-template-columns:58px minmax(0,1fr);gap:12px;padding:18px 15px;}.live-public-entry-body h3{font-size:18px;}.live-public-sidebar{grid-template-columns:1fr;}.live-timeline-pro .live-head{align-items:flex-start;}.live-timeline-pro .live-head-actions{align-items:flex-end;flex-direction:column;}.live-editor-launch{align-items:flex-start;flex-wrap:wrap;}.live-editor-launch .btn{width:100%;}}@media (max-width:420px){.live-editor-overview{grid-template-columns:1fr;}.live-public-actions .btn{width:100%;}}.live-news-list-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;}.live-news-list-summary article{display:flex;align-items:center;gap:12px;padding:17px;border:1px solid var(--line);border-radius:17px;background:var(--surface);}.live-news-list-summary article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--soft);color:var(--brand);}.live-news-list-summary small,.live-news-list-summary strong{display:block;}.live-news-list-summary small{color:var(--muted);}.live-news-list-summary strong{font-size:24px;color:var(--ink);}.live-news-manage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}.live-news-manage-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--surface);}.live-news-manage-card.is-live{border-color:color-mix(in srgb,#dc2626 35%,var(--line));}.live-news-manage-media{display:block;position:relative;aspect-ratio:16/9;background:#111827;}.live-news-manage-media img{width:100%;height:100%;object-fit:cover;}.live-news-manage-media>span{display:grid;place-items:center;height:100%;color:#ef4444;}.live-news-manage-media em{position:absolute;left:12px;top:12px;display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:9px;background:rgba(15,23,42,.82);color:#fff;font-size:10px;font-style:normal;font-weight:900;}.live-news-manage-media em i{width:7px;height:7px;border-radius:50%;background:#ef4444;}.live-news-manage-copy{padding:17px;}.live-news-manage-copy>small{color:var(--brand);font-weight:800;}.live-news-manage-copy h2{margin:6px 0 13px;color:var(--ink);font-size:20px;line-height:1.25;}.live-news-manage-copy>div{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:11px;}.live-news-manage-copy>div span{display:inline-flex;align-items:center;gap:5px;}.live-news-manage-copy footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;padding-top:14px;border-top:1px solid var(--line);}.live-news-empty{grid-column:1/-1;}@media (max-width:1000px){.live-news-manage-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:700px){.live-news-list-summary{grid-template-columns:1fr 1fr;}.live-news-manage-grid{grid-template-columns:1fr;}.live-news-manage-copy footer{align-items:stretch;flex-direction:column;}.live-news-manage-copy footer .btn{width:100%;}}@media (max-width:420px){.live-news-list-summary{grid-template-columns:1fr;}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}.audio-settings-panel .panel-head>.status{flex:0 0 auto;}.audio-recording-studio.is-locked{opacity:.78;}.audio-recording-studio.is-recording .audio-recorder-state i{background:var(--danger);box-shadow:0 0 0 6px color-mix(in srgb,var(--danger) 13%,transparent);animation:audioPulse 1.1s infinite;}.audio-recording-studio.is-paused .audio-recorder-state i{background:var(--warning);}@keyframes audioPulse{50%{transform:scale(.75);opacity:.65;}}.audio-recorder-actions .btn{box-shadow:none;}.audio-recorder-permission{padding:11px 13px;border:1px solid var(--line);border-radius:12px;background:var(--soft);color:var(--muted);font-size:12px;}.audio-recorder-permission.is-success{border-color:color-mix(in srgb,var(--success) 28%,var(--line));background:color-mix(in srgb,var(--success) 7%,var(--surface));color:color-mix(in srgb,var(--success) 75%,var(--ink));}.audio-recorder-permission.is-error{border-color:color-mix(in srgb,var(--danger) 28%,var(--line));background:color-mix(in srgb,var(--danger) 7%,var(--surface));color:var(--danger);}.current-audio-file{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:start;margin-top:13px;padding:14px;border:1px solid var(--line);border-radius:14px;background:var(--soft);}.current-audio-file>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--surface);color:var(--brand);}.current-audio-file audio{width:100%;height:38px;}.current-audio-file>div{grid-column:2;}.current-audio-file strong,.current-audio-file small{display:block;}.current-audio-file small{color:var(--muted);font-size:11px;}.speech-transcription-panel [data-speech-toggle].is-active{background:var(--danger);border-color:var(--danger);color:#fff;}.news-audio-player{display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr);gap:22px;margin:0 0 26px;padding:20px;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:22px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 7%,var(--surface)),var(--surface));overflow:hidden;}.news-audio-art{position:relative;min-height:200px;border-radius:17px;overflow:hidden;background:var(--soft);display:grid;place-items:center;color:var(--brand);}.news-audio-art img{width:100%;height:100%;object-fit:cover;}.news-audio-art>i{position:absolute;right:11px;bottom:11px;display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--surface);color:var(--brand);box-shadow:0 8px 20px rgba(16,24,40,.12);}.news-audio-main{min-width:0;align-self:center;}.news-audio-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;}.news-audio-heading h2{margin:4px 0 3px;color:var(--ink);font-size:clamp(20px,2.4vw,29px);line-height:1.14;letter-spacing:-.025em;}.news-audio-heading p{margin:0;color:var(--muted);font-size:12px;}.news-audio-listens{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:7px 9px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);font-size:11px;}.news-audio-controls{display:grid;grid-template-columns:46px auto minmax(100px,1fr) auto 38px auto;align-items:center;gap:9px;margin-top:19px;}.news-audio-controls button{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);}.news-audio-controls .news-audio-play{width:46px;height:46px;background:var(--brand);border-color:var(--brand);color:#fff;border-radius:14px;}.news-audio-controls input[type=range]{min-width:0;width:100%;accent-color:var(--brand);}.news-audio-controls select{height:38px;padding:0 8px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);}.news-audio-controls>span{font-size:11px;font-weight:800;font-variant-numeric:tabular-nums;}.news-audio-progress{height:4px;margin-top:10px;border-radius:999px;background:var(--line);overflow:hidden;}.news-audio-progress i{display:block;width:0;height:100%;background:var(--brand);}.news-audio-info{display:flex;flex-wrap:wrap;gap:9px 15px;margin-top:11px;color:var(--muted);font-size:10px;}.news-audio-info span{display:inline-flex;align-items:center;gap:5px;}.audio-transcript{margin-top:12px;border-top:1px solid var(--line);padding-top:11px;}.audio-transcript summary{cursor:pointer;color:var(--ink);font-size:12px;font-weight:800;}.audio-transcript>div{margin-top:10px;padding:13px;border-radius:12px;background:var(--soft);color:var(--text);font-size:13px;line-height:1.75;}.audio-directory-page{padding-block:28px 64px;}.audio-directory-hero{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:18px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:22px;background:var(--surface);}.audio-directory-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);}.audio-directory-hero h1{margin:3px 0;color:var(--ink);font-size:clamp(30px,4vw,48px);letter-spacing:-.04em;}.audio-directory-hero p{margin:0;color:var(--muted);}.audio-directory-count{padding:8px 11px;border-radius:10px;background:var(--soft);font-size:12px;font-weight:800;}.audio-directory-grid{display:grid;gap:13px;margin-top:18px;}.audio-directory-card{display:grid;grid-template-columns:128px minmax(0,1fr) auto;align-items:center;gap:16px;padding:13px;border:1px solid var(--line);border-radius:18px;background:var(--surface);}.audio-directory-cover{position:relative;height:104px;border-radius:13px;overflow:hidden;background:var(--soft);display:grid;place-items:center;color:var(--brand);}.audio-directory-cover img{width:100%;height:100%;object-fit:cover;}.audio-directory-cover>i{position:absolute;right:8px;bottom:8px;display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--surface);color:var(--brand);}.audio-directory-copy h2{margin:3px 0;color:var(--ink);font-size:19px;line-height:1.25;}.audio-directory-copy p{margin:4px 0;color:var(--muted);font-size:12px;}.audio-directory-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:7px;color:var(--muted);font-size:10px;}.audio-directory-meta span{display:inline-flex;align-items:center;gap:4px;}.home-live-hub{margin-top:20px;padding:20px;border:1px solid color-mix(in srgb,var(--danger) 20%,var(--line));border-radius:21px;background:var(--surface);}.home-live-hub-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:14px;}.home-live-hub-head h2{margin:5px 0 0;color:var(--ink);font-size:clamp(23px,3vw,34px);letter-spacing:-.035em;}.home-live-pulse{display:inline-flex;align-items:center;gap:7px;color:var(--danger);font-size:10px;font-weight:900;letter-spacing:.1em;}.home-live-pulse i{width:8px;height:8px;border-radius:50%;background:var(--danger);box-shadow:0 0 0 6px color-mix(in srgb,var(--danger) 12%,transparent);animation:audioPulse 1.2s infinite;}.home-live-total{padding:7px 10px;border:1px solid var(--line);border-radius:10px;background:var(--soft);font-size:11px;font-weight:800;}.home-live-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.home-live-card{display:grid;grid-template-columns:126px minmax(0,1fr) auto;align-items:center;gap:13px;padding:11px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--soft) 52%,var(--surface));transition:.2s;}.home-live-card:hover{border-color:color-mix(in srgb,var(--danger) 34%,var(--line));transform:translateY(-1px);}.home-live-media{position:relative;height:92px;border-radius:12px;overflow:hidden;background:var(--soft);display:grid;place-items:center;color:var(--danger);}.home-live-media img{width:100%;height:100%;object-fit:cover;}.home-live-media>b{position:absolute;left:7px;top:7px;display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:8px;background:var(--danger);color:#fff;font-size:9px;letter-spacing:.06em;}.home-live-media>b i{width:6px;height:6px;border-radius:50%;background:#fff;}.home-live-copy{min-width:0;}.home-live-copy>small{display:block;color:var(--muted);font-size:10px;}.home-live-copy>strong{display:-webkit-box;margin:5px 0;color:var(--ink);font-size:15px;line-height:1.3;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.home-live-copy>em{display:flex;flex-wrap:wrap;gap:9px;color:var(--muted);font-size:9px;font-style:normal;}.home-live-copy>em span{display:inline-flex;align-items:center;gap:4px;}.home-live-join{display:inline-flex;align-items:center;gap:5px;color:var(--danger);font-size:10px;font-weight:850;white-space:nowrap;}.message-compose{align-items:center;}.message-compose textarea{height:44px;min-height:44px;max-height:148px;resize:none;overflow-y:hidden;padding-block:10px;line-height:22px;}.message-compose>.btn,.message-compose button[type=submit]{height:44px;align-self:end;white-space:nowrap;}.brand-footer{max-width:100%;white-space:normal;}.brand-footer .brand-text{display:block!important;max-width:none!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere;line-height:1.16;}.brand-footer .brand-logo{display:block;width:auto;max-width:100%;height:auto;max-height:64px;object-fit:contain;object-position:left center;}.live-editor-overview{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));}.live-public-meta [data-live-viewers]{font-variant-numeric:tabular-nums;}@media (max-width:1100px){.home-live-grid{grid-template-columns:1fr;}.home-live-card{grid-template-columns:112px minmax(0,1fr) auto;}}@media (max-width:760px){.audio-recording-head>.status{grid-column:2;justify-self:start;}.speech-transcription-actions .btn{width:100%;}.current-audio-file{grid-template-columns:1fr;}.current-audio-file>span{display:none;}.current-audio-file>div{grid-column:1;}.news-audio-player{grid-template-columns:1fr;padding:14px;border-radius:18px;}.news-audio-art{min-height:190px;}.news-audio-heading{display:grid;}.news-audio-listens{justify-self:start;}.news-audio-controls{grid-template-columns:44px auto minmax(70px,1fr) auto 38px;}.news-audio-controls select{grid-column:1/-1;width:100%;}.audio-directory-hero{grid-template-columns:48px minmax(0,1fr);padding:17px;}.audio-directory-icon{width:48px;height:48px;}.audio-directory-count{grid-column:2;justify-self:start;}.audio-directory-card{grid-template-columns:92px minmax(0,1fr);gap:11px;}.audio-directory-cover{height:88px;}.audio-directory-card>.btn{grid-column:1/-1;width:100%;}.audio-directory-copy p{display:none;}.audio-directory-meta span:first-child{display:none;}.home-live-hub{width:min(calc(100% - 18px),var(--container));padding:14px;margin-top:12px;}.home-live-hub-head{align-items:flex-start;}.home-live-hub-head h2{font-size:24px;}.home-live-card{grid-template-columns:86px minmax(0,1fr);padding:9px;}.home-live-media{height:82px;}.home-live-join{grid-column:1/-1;justify-content:center;padding-top:7px;border-top:1px solid var(--line);}.home-audio-section{width:min(calc(100% - 18px),var(--container));padding:14px!important;}.message-compose{grid-template-columns:minmax(0,1fr) auto!important;gap:7px!important;padding:9px!important;}.message-compose .btn{width:auto!important;min-width:44px;padding-inline:12px;}.footer-brand-column .brand-footer{display:flex;width:100%;max-width:100%;}.brand-footer .brand-logo{max-height:56px;max-width:100%;}.brand-footer .brand-text{font-size:20px!important;}}@media (max-width:420px){.news-audio-controls{grid-template-columns:44px minmax(0,1fr) auto;}.news-audio-controls>span:first-of-type{display:none;}.news-audio-controls>span:nth-of-type(2){display:none;}.news-audio-controls input{grid-column:2;}.news-audio-controls [data-audio-mute]{grid-column:3;}.message-compose .btn .ui-icon{margin:0;}.message-compose .btn{font-size:0;}.message-compose .btn .ui-icon{width:19px;height:19px;}.brand-footer .brand-logo{max-height:50px;}}@media (max-width:760px){.message-compose textarea{height:44px;min-height:44px;}}.author-command-grid .is-live-command{border-color:color-mix(in srgb,#ef4444 30%,var(--border));background:color-mix(in srgb,#ef4444 6%,var(--surface));}.author-command-grid .is-live-command>span{color:#ef4444;}.home-broadcast-panel{min-width:0;border:1px solid var(--border);border-radius:22px;background:var(--surface);padding:14px;box-shadow:none;display:flex;flex-direction:column;gap:13px;overflow:hidden;}.home-broadcast-panel.is-live{border-color:color-mix(in srgb,#ef4444 28%,var(--border));}.home-broadcast-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}.home-broadcast-head>div{display:grid;gap:5px;}.home-broadcast-head h2{margin:0;font-size:clamp(18px,2vw,24px);}.home-broadcast-head>span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:30px;padding:0 10px;border-radius:10px;background:var(--surface-soft);font-weight:800;font-size:12px;}.home-live-pulse{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:900;letter-spacing:.12em;color:#dc2626;}.home-live-pulse i,.live-broadcast-badge i{width:8px;height:8px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 5px rgba(239,68,68,.13);animation:livePulse 1.8s infinite;}.home-broadcast-player{display:grid;gap:12px;}.home-broadcast-video,.live-broadcast-video-shell{position:relative;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#080b12;}.home-broadcast-video video,.live-broadcast-video-shell video{width:100%;height:100%;display:block;object-fit:cover;background:#080b12;}.live-broadcast-badge{position:absolute;left:12px;top:12px;display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:10px;background:rgba(10,10,14,.82);color:#fff;font-size:10px;font-weight:900;letter-spacing:.12em;backdrop-filter:blur(8px);}.live-broadcast-wait{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:22px;color:#fff;background:rgba(8,11,18,.68);}.live-broadcast-wait[hidden]{display:none;}.live-broadcast-wait svg{width:32px;height:32px;}.live-broadcast-wait small{color:rgba(255,255,255,.72);}.live-broadcast-sound,.live-broadcast-fullscreen{position:absolute;bottom:11px;border:0;border-radius:10px;background:rgba(10,10,14,.82);color:#fff;min-height:38px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:800;cursor:pointer;backdrop-filter:blur(8px);}.live-broadcast-sound{left:11px;}.live-broadcast-fullscreen{right:11px;width:40px;padding:0;}.live-broadcast-fullscreen svg,.live-broadcast-sound svg{width:17px;height:17px;}.home-broadcast-copy{display:grid;gap:7px;}.home-broadcast-copy small{display:flex;align-items:center;gap:6px;color:#dc2626;font-weight:800;}.home-broadcast-copy strong{font-size:18px;line-height:1.32;}.home-broadcast-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.55;}.home-broadcast-copy a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:9px;border-top:1px solid var(--border);font-size:13px;font-weight:850;}.home-broadcast-empty,.live-broadcast-empty-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;min-height:300px;padding:28px;border:1px dashed var(--border);border-radius:17px;background:var(--surface-soft);}.home-broadcast-empty>svg,.live-broadcast-empty-card>svg{width:40px;height:40px;color:var(--muted);}.home-broadcast-empty strong,.live-broadcast-empty-card h2{margin:0;font-size:20px;}.home-broadcast-empty p,.live-broadcast-empty-card p{margin:0;max-width:390px;color:var(--muted);line-height:1.6;}.home-broadcast-empty a{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:var(--primary);}.live-broadcast-page{padding-block:28px 54px;}.live-broadcast-player-card{border:1px solid var(--border);border-radius:22px;background:var(--surface);padding:14px;box-shadow:none;}.live-broadcast-video-shell{aspect-ratio:16/8.5;border-radius:17px;}.live-broadcast-info{display:flex;justify-content:space-between;gap:24px;padding:20px 8px 6px;}.live-broadcast-info>div:first-child{max-width:800px;}.live-broadcast-info h2{margin:7px 0;font-size:clamp(24px,4vw,42px);line-height:1.15;}.live-broadcast-info p{margin:0;color:var(--muted);line-height:1.7;}.live-broadcast-reporter{display:flex;align-items:center;gap:7px;color:#dc2626;font-size:12px;font-weight:900;letter-spacing:.04em;}.live-broadcast-stats{display:flex;align-items:flex-end;flex-direction:column;gap:9px;white-space:nowrap;}.live-broadcast-stats span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;}.live-broadcast-stats svg{width:16px;height:16px;}.live-broadcast-empty-card{min-height:360px;border-style:solid;}.live-broadcast-studio{display:grid;gap:18px;}.live-studio-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:18px;}.live-studio-camera-panel,.live-studio-config-panel{box-shadow:none;}.live-studio-preview-shell{position:relative;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#070a10;}.live-studio-preview-shell video{width:100%;height:100%;display:block;object-fit:cover;transform:none;}.live-studio-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:#fff;background:linear-gradient(145deg,#111827,#030712);}.live-studio-placeholder[hidden]{display:none;}.live-studio-placeholder svg{width:42px;height:42px;}.live-studio-placeholder small{color:rgba(255,255,255,.65);}.live-studio-controls{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px;}.live-studio-feedback{min-height:22px;margin-top:10px;padding:10px 12px;border-radius:12px;background:var(--surface-soft);color:var(--muted);font-size:13px;}.live-studio-feedback:empty{display:none;}.live-studio-feedback.is-success{background:rgba(16,185,129,.1);color:#047857;}.live-studio-feedback.is-error{background:rgba(239,68,68,.1);color:#b91c1c;}.live-studio-rule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px;}.live-studio-rule-grid>div{display:grid;gap:4px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft);}.live-studio-rule-grid svg{width:17px;height:17px;color:var(--primary);}.live-studio-rule-grid strong{font-size:17px;}.live-studio-rule-grid small{color:var(--muted);font-size:10px;line-height:1.35;}.live-studio-live-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}.live-studio-live-metrics[hidden]{display:none;}.live-studio-live-metrics article{display:flex;align-items:center;gap:11px;padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:none;}.live-studio-live-metrics article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--surface-soft);color:var(--primary);}.live-studio-live-metrics article>span svg{width:19px;height:19px;}.live-studio-live-metrics strong{font-size:19px;}.live-studio-live-metrics small{display:block;color:var(--muted);font-size:11px;}.live-broadcast-history td:first-child{display:grid;gap:3px;}.live-broadcast-history td small{color:var(--muted);}.live-broadcast-settings .form-grid{align-items:start;}.live-broadcast-settings .note-box{margin-top:14px;}@keyframes livePulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.55;transform:scale(.82);}}@media (max-width:1050px){.live-studio-grid{grid-template-columns:1fr;}.live-studio-live-metrics{grid-template-columns:repeat(2,1fr);}}@media (max-width:720px){.home-broadcast-panel{border-radius:17px;padding:11px;}.home-broadcast-empty{min-height:245px;}.home-broadcast-copy strong{font-size:16px;}.live-broadcast-page{padding-block:16px 40px;}.live-broadcast-player-card{padding:8px;border-radius:17px;}.live-broadcast-video-shell{aspect-ratio:16/10;border-radius:13px;}.live-broadcast-info{display:grid;gap:15px;padding:15px 7px 7px;}.live-broadcast-info h2{font-size:24px;}.live-broadcast-stats{align-items:flex-start;}.live-studio-controls>*{flex:1 1 calc(50% - 8px);}.live-studio-rule-grid{grid-template-columns:1fr;}.live-studio-live-metrics{grid-template-columns:1fr 1fr;}.live-broadcast-sound{font-size:0;width:40px;}.live-broadcast-sound svg{margin:0;}}@media (max-width:430px){.live-studio-live-metrics{grid-template-columns:1fr;}.live-studio-controls>*{flex-basis:100%;}}.reporter-tool-grid>a.is-live{border-color:color-mix(in srgb,#ef4444 28%,var(--border));}.reporter-tool-grid>a.is-live>span{color:#dc2626;background:rgba(239,68,68,.08);}.application-role-switch>a.is-active{border-color:color-mix(in srgb,var(--brand) 40%,var(--line));background:color-mix(in srgb,var(--brand) 6%,var(--surface));}.publisher-role-badge,.publisher-card-role{display:inline-flex;align-items:center;gap:5px;width:max-content;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;}.publisher-role-badge svg,.publisher-card-role svg{width:13px;height:13px;}.publisher-role-badge.is-reporter,.publisher-card.is-reporter .publisher-card-role{color:#b42318;}.publisher-role-badge.is-author,.publisher-card.is-author .publisher-card-role{color:var(--brand);}.live-tool-launcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;}.live-tool-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:var(--ink);text-decoration:none;box-shadow:none;transition:transform .18s,border-color .18s;}.live-tool-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand) 35%,var(--line));}.live-tool-card>span{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:var(--soft);color:var(--brand);}.live-tool-card.is-camera>span{color:#b42318;background:color-mix(in srgb,#ef4444 8%,var(--surface));}.live-tool-card>span svg{width:25px;height:25px;}.live-tool-card>div{display:grid;gap:6px;min-width:0;}.live-tool-card strong{font-size:15px;}.live-tool-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55;}.live-tool-card em{display:flex;align-items:center;gap:5px;color:var(--brand);font-size:11px;font-style:normal;font-weight:850;}.live-tool-card em svg{width:14px;height:14px;}.live-creation-mode-card{display:grid;grid-template-columns:48px minmax(0,1fr) minmax(190px,.45fr);gap:13px;align-items:center;margin-bottom:14px;padding:15px;border:1px solid color-mix(in srgb,#ef4444 22%,var(--line));border-radius:16px;background:color-mix(in srgb,#ef4444 4%,var(--surface));}.live-creation-mode-card>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#fee2e2;color:#b42318;}.live-creation-mode-card>div{display:grid;gap:3px;}.live-creation-mode-card small{color:var(--muted);}.live-creation-mode-card label{margin:0;}.microphone-permission-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:10px;padding:13px 14px;border:1px solid color-mix(in srgb,#f59e0b 35%,var(--line));border-radius:14px;background:color-mix(in srgb,#f59e0b 7%,var(--surface));}.microphone-permission-card[hidden]{display:none;}.microphone-permission-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--surface);color:#b45309;}.microphone-permission-card strong{display:block;}.microphone-permission-card p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.45;}.speech-workbench-status.is-success{background:color-mix(in srgb,#10b981 9%,var(--surface));color:#047857;}.speech-workbench-status.is-error{background:color-mix(in srgb,#ef4444 8%,var(--surface));color:#b42318;}.home-publisher-actions{display:flex;align-items:center;gap:8px;}.publisher-card-role{margin-bottom:4px;}.publisher-card.is-reporter{border-color:color-mix(in srgb,#ef4444 14%,var(--line));}@media (max-width:900px){.live-tool-launcher{grid-template-columns:1fr;}.live-creation-mode-card{grid-template-columns:48px minmax(0,1fr);}.live-creation-mode-card label{grid-column:1/-1;}.microphone-permission-card{grid-template-columns:42px minmax(0,1fr);}.microphone-permission-card .btn{grid-column:1/-1;width:100%;}}@media (max-width:620px){.live-tool-card{grid-template-columns:46px minmax(0,1fr);padding:14px;}.live-tool-card>span{width:46px;height:46px;}.speech-workbench-actions>*{flex:1 1 100%;}.home-publisher-actions{width:100%;}.home-publisher-actions .btn{width:100%;}.microphone-permission-card{padding:12px;}}.live-tool-card.is-disabled{opacity:.64;cursor:not-allowed;}.live-tool-card.is-disabled:hover{transform:none;border-color:var(--line);}.earning-trend-head .kicker{display:inline-flex;margin-bottom:5px;font-size:.68rem;letter-spacing:.11em;}.earning-trend-summary article>span .ui-icon{width:19px;height:19px;}.earning-trend-summary .trend-change.is-up>span{color:var(--success);}.earning-trend-summary .trend-change.is-down>span{color:var(--danger);}.earning-point.is-empty{fill:var(--line);stroke:var(--line);}.earning-chart-empty .ui-icon{width:30px;height:30px;color:var(--muted);}@media (max-width:680px){.earning-trend-head.panel-head.inline{align-items:flex-start;}.earning-trend-head .btn{padding:7px 8px;font-size:9px;}.earning-trend-summary article>span .ui-icon{width:16px;height:16px;}}.home-side-switch{position:relative;min-width:0;height:100%;isolation:isolate;}.home-side-switch>[hidden],.home-broadcast-player[hidden],.home-broadcast-empty[hidden]{display:none!important;}.home-side-switch>.recommended-panel,.home-side-switch>.home-broadcast-panel{height:100%;transition:opacity .22s ease,transform .22s ease;}.home-side-switch.is-switching>.recommended-panel:not([hidden]),.home-side-switch.is-switching>.home-broadcast-panel:not([hidden]){animation:homeSideSwitchIn .26s ease both;}@keyframes homeSideSwitchIn{from{opacity:.25;transform:translateY(7px);}to{opacity:1;transform:none;}}.home-showcase.has-recommended .home-side-switch{height:clamp(520px,46vw,610px);min-height:0;}.home-side-switch .home-broadcast-panel{height:100%;}.home-side-switch .home-broadcast-player{min-height:0;}.home-side-switch .home-broadcast-video{flex:0 0 auto;}.home-side-switch .home-broadcast-copy{min-height:0;}.home-broadcast-panel.is-live [data-home-live-player]{display:grid;}.home-broadcast-panel.is-offline [data-home-live-empty]{display:flex;}.live-media-permission-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:13px;align-items:center;padding:14px 15px;border:1px solid color-mix(in srgb,#f59e0b 36%,var(--line));border-radius:16px;background:color-mix(in srgb,#f59e0b 7%,var(--surface));}.live-media-permission-card[hidden],.live-media-device-grid[hidden]{display:none!important;}.live-media-permission-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--surface);color:#b45309;}.live-media-permission-icon svg{width:22px;height:22px;}.live-media-permission-copy{min-width:0;}.live-media-permission-copy strong{display:block;margin-bottom:3px;color:var(--ink);}.live-media-permission-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.5;}.live-media-permission-copy small{display:block;margin-top:5px;color:color-mix(in srgb,#b45309 75%,var(--muted));font-size:10px;line-height:1.45;}.live-media-device-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px;align-items:end;padding:13px;border:1px solid var(--line);border-radius:15px;background:var(--soft);}.live-media-device-grid label{display:grid;gap:6px;color:var(--muted);font-size:11px;font-weight:800;}.live-media-device-grid select{min-width:0;width:100%;}@media (max-width:900px){.home-showcase.has-recommended .home-side-switch{height:auto;min-height:0;}.home-side-switch>.recommended-panel,.home-side-switch>.home-broadcast-panel{height:auto;}.live-media-permission-card{grid-template-columns:46px minmax(0,1fr);}.live-media-permission-card .btn{grid-column:1/-1;width:100%;}.live-media-device-grid{grid-template-columns:1fr 1fr;}.live-media-device-grid .btn{grid-column:1/-1;width:100%;}}@media (max-width:620px){.live-media-device-grid{grid-template-columns:1fr;}.live-media-device-grid .btn{grid-column:auto;}.live-media-permission-card{padding:12px;}.home-side-switch{width:100%;}}.home-stage-shell>.home-live-hub-below-hero{width:100%;margin:18px 0 0;padding:18px;background:var(--surface);box-shadow:none;}.home-stage-shell>.home-live-hub-below-hero .home-live-hub-head{margin-bottom:12px;}.home-side-switch:not(.is-switching)>.recommended-panel,.home-side-switch:not(.is-switching)>.home-broadcast-panel{animation:none;}.live-studio-controls .btn:disabled,.live-media-device-grid select:disabled{opacity:.58;cursor:wait;transform:none;}.live-studio-camera-panel.is-camera-switching .live-studio-preview-shell:after{content:"Kamera değiştiriliyor";position:absolute;inset:auto 12px 12px;z-index:6;padding:8px 11px;border-radius:10px;background:rgba(3,7,18,.82);color:#fff;font-size:11px;font-weight:850;text-align:center;backdrop-filter:blur(6px);}@media (max-width:760px){.home-stage-shell>.home-live-hub-below-hero{width:100%;margin:14px 0 0;padding:13px;}.home-stage-shell>.home-live-hub-below-hero .home-live-hub-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;}.home-stage-shell>.home-live-hub-below-hero .home-live-hub-head h2{font-size:21px;}.live-studio-controls{display:grid;grid-template-columns:1fr 1fr;}.live-studio-controls [data-live-studio-stop]{grid-column:1/-1;}}.live-studio-preview-shell canvas{display:none;}.live-dual-camera-badge{position:absolute;left:14px;bottom:14px;z-index:7;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:rgba(3,7,18,.78);color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em;backdrop-filter:blur(8px);}.live-dual-camera-badge[hidden]{display:none;}.live-dual-camera-badge svg{width:14px;height:14px;}.live-studio-controls [data-live-studio-dual].is-active{border-color:color-mix(in srgb,#10b981 52%,var(--border));background:color-mix(in srgb,#10b981 10%,var(--surface));color:#047857;}.live-broadcast-studio.is-dual-camera .live-studio-preview-shell{box-shadow:inset 0 0 0 2px rgba(16,185,129,.35);}@media (max-width:640px){.live-studio-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}.live-studio-controls .btn{justify-content:center;min-width:0;padding-inline:10px;}.live-studio-controls [data-live-studio-stop]{grid-column:1/-1;}.live-dual-camera-badge{left:10px;bottom:10px;}}.live-tool-launcher{grid-template-columns:repeat(4,minmax(0,1fr));}.live-tool-card.is-audio>span{color:#7c3aed;background:color-mix(in srgb,#7c3aed 10%,var(--surface));}.live-tool-card.is-audio:hover{border-color:color-mix(in srgb,#7c3aed 42%,var(--line));}.live-broadcast-studio.is-stopping{pointer-events:none;}.live-broadcast-studio.is-stopping [data-live-studio-stop]{pointer-events:auto;opacity:.72;}.live-studio-controls [data-live-studio-stop]{position:relative;z-index:12;}.live-studio-controls [data-live-studio-stop][aria-busy="true"]:after{content:"";width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite;}.live-studio-camera-panel.is-camera-switching .live-studio-controls [data-live-studio-camera]{opacity:.72;}.live-studio-feedback.is-success{border-color:color-mix(in srgb,var(--success) 34%,var(--line));background:color-mix(in srgb,var(--success) 7%,var(--surface));color:var(--success);}.audio-recording-studio .panel-head{margin-bottom:0;}.audio-recording-studio.is-recording .audio-state{border-color:color-mix(in srgb,#ef4444 40%,var(--line));background:color-mix(in srgb,#ef4444 8%,var(--surface));color:#dc2626;}.audio-recorder-actions .btn{min-height:42px;}.audio-upload-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;}.audio-file-drop,.audio-preview-box{min-height:128px;display:grid;align-content:center;justify-items:center;gap:7px;padding:16px;border:1px dashed var(--line);border-radius:15px;background:var(--surface);text-align:center;cursor:pointer;}.audio-file-drop input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;}.audio-file-drop svg{width:24px;height:24px;color:var(--brand);}.audio-file-drop small,.audio-preview-box small{color:var(--muted);font-size:10px;}.audio-preview-box{border-style:solid;cursor:default;}.audio-preview-box audio{width:100%;}.microphone-permission-card[hidden]{display:none!important;}@media (max-width:1120px){.live-tool-launcher{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:860px){.audio-upload-row{grid-template-columns:1fr;}}@media (max-width:640px){.live-tool-launcher{grid-template-columns:1fr;}.audio-recorder-actions .btn{justify-content:center;min-width:0;padding-inline:8px;}.audio-transcript-head .btn{justify-content:center;}.audio-news-page-title .btn{width:100%;}}.settings-section[hidden]{display:none!important;}.settings-side-nav a.is-active{box-shadow:inset 3px 0 0 var(--brand);}.poll-feedback{margin-top:10px;padding:10px 12px;border-radius:10px;font-weight:700;font-size:13px;}.poll-feedback.is-success{background:color-mix(in srgb,#16a34a 12%,var(--surface));color:#15803d;}.poll-feedback.is-error{background:color-mix(in srgb,#dc2626 10%,var(--surface));color:#b91c1c;}.poll-results{display:grid;gap:12px;margin-top:14px;}.poll-result-row{display:grid;gap:7px;}.poll-result-row>div{display:flex;justify-content:space-between;gap:12px;}.poll-result-row span{color:var(--muted);font-size:12px;}.poll-result-row i{height:8px;border-radius:999px;background:var(--soft);overflow:hidden;}.poll-result-row i b{display:block;height:100%;background:var(--brand);border-radius:inherit;}.poll-result-row.is-winner{padding:10px;border:1px solid color-mix(in srgb,var(--brand) 35%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--brand) 5%,var(--surface));}.poll-result-row em{font-size:10px;font-style:normal;font-weight:900;color:var(--brand);text-transform:uppercase;}.header-main>.brand{flex:0 1 auto;min-width:0;overflow:visible;}.header-main>.brand .brand-logo{display:block;width:auto;height:auto;max-height:var(--logo-height);max-width:min(280px,42vw);object-fit:contain;object-position:left center;flex:0 1 auto;}@media (max-width:680px){.header-main{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:8px;height:64px;}.header-main>.menu-toggle{grid-column:1;display:grid;}.header-main>.brand{grid-column:2;justify-self:start;width:100%;max-width:none!important;overflow:hidden;}.header-main>.brand .brand-logo{width:auto!important;height:auto!important;max-height:42px!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important;}.header-main>.desktop-header-search{display:none;}.header-main>.header-actions{grid-column:3;margin-left:0;min-width:0;}}@media (max-width:430px){.header-main{grid-template-columns:40px minmax(72px,1fr) auto;gap:6px;}.header-main>.brand .brand-logo{max-height:40px!important;max-width:100%!important;}.header-actions{gap:4px;}}.live-studio-controls [data-live-studio-stop]:disabled{cursor:not-allowed;opacity:.5;filter:saturate(.65);box-shadow:none;transform:none;}.live-studio-controls [data-live-studio-stop][aria-busy="true"]{cursor:wait;opacity:.72;}.live-media-device-grid{grid-template-columns:repeat(3,minmax(0,1fr)) auto;}@media (max-width:1000px){.live-media-device-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.live-media-device-grid .btn{grid-column:1/-1;}}@media (max-width:620px){.live-media-device-grid{grid-template-columns:1fr;}.live-media-device-grid .btn{grid-column:auto;}}@media (max-width:900px){.site-header .header-main{display:grid!important;grid-template-columns:40px minmax(0,1fr) auto!important;grid-template-rows:56px!important;align-items:center!important;height:64px!important;min-height:64px!important;column-gap:5px!important;padding-block:4px!important;}.header-main>.menu-toggle{grid-column:1!important;grid-row:1!important;justify-self:start!important;width:40px!important;height:40px!important;margin:0!important;}.header-main>.brand{grid-column:2!important;grid-row:1!important;justify-self:stretch!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;min-width:0!important;height:52px!important;margin:0!important;padding:0!important;overflow:hidden!important;white-space:nowrap!important;}.header-main>.brand.has-brand-logo{gap:0!important;}.header-main>.brand.has-brand-logo .brand-logo-frame{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;max-width:100%!important;height:48px!important;overflow:hidden!important;}.header-main>.brand.has-brand-logo .brand-logo{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:46px!important;object-fit:contain!important;object-position:left center!important;}.header-main>.brand.has-brand-logo .brand-text{display:none!important;}.header-main>.brand.has-brand-mark{gap:7px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex:0 0 36px!important;width:36px!important;height:36px!important;border-radius:11px!important;font-size:18px!important;}.header-main>.brand.has-brand-mark .brand-text{display:block!important;flex:1 1 auto!important;min-width:0!important;max-width:100%!important;color:var(--ink)!important;font-size:clamp(12px,3.45vw,17px)!important;font-weight:900!important;line-height:1.05!important;letter-spacing:-.025em!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}.header-main>.desktop-header-search{display:none!important;}.header-main>.header-actions{grid-column:3!important;grid-row:1!important;justify-self:end!important;display:flex!important;align-items:center!important;flex-wrap:nowrap!important;flex-shrink:0!important;margin-left:0!important;min-width:0!important;max-width:none!important;gap:3px!important;white-space:nowrap!important;}.header-main>.header-actions>*{flex-shrink:0!important;}.header-main>.header-actions>.theme-button{display:grid!important;}.header-main>.header-actions .icon-btn,.header-main>.header-actions .mobile-search-toggle{width:38px!important;min-width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:11px!important;}.header-main>.header-actions .header-register{display:none!important;}.category-nav[data-mobile-menu]{top:64px!important;height:calc(100dvh - 64px)!important;}.mobile-menu-backdrop{inset:64px 0 0!important;}}@media (max-width:430px){.site-header .header-main{grid-template-columns:38px minmax(0,1fr) auto!important;column-gap:3px!important;}.header-main>.menu-toggle{width:38px!important;height:38px!important;}.header-main>.brand.has-brand-logo .brand-logo-frame{height:44px!important;}.header-main>.brand.has-brand-logo .brand-logo{max-height:42px!important;}.header-main>.brand.has-brand-mark{gap:5px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex-basis:34px!important;width:34px!important;height:34px!important;font-size:17px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(11px,3.2vw,14px)!important;}.header-main>.header-actions .icon-btn,.header-main>.header-actions .mobile-search-toggle{width:35px!important;min-width:35px!important;height:35px!important;flex-basis:35px!important;}}@media (max-width:350px){.header-main>.brand.has-brand-logo .brand-logo{max-height:40px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex-basis:32px!important;width:32px!important;height:32px!important;font-size:16px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:10.5px!important;}.header-main>.header-actions{gap:2px!important;}.header-main>.header-actions .icon-btn,.header-main>.header-actions .mobile-search-toggle{width:33px!important;min-width:33px!important;height:33px!important;flex-basis:33px!important;}}.header-main>.brand,.header-main>.brand .brand-logo-frame,.header-main>.brand .brand-logo,.header-main>.brand .brand-mark{box-shadow:none!important;filter:none!important;text-shadow:none!important;}.header-main>.brand .brand-logo-frame{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 1 auto!important;width:fit-content!important;min-width:0!important;max-width:100%!important;border:0!important;background:transparent!important;overflow:hidden!important;}.mobile-menu-auth-actions{display:none;}@media (max-width:900px){.header-main>.brand.has-brand-logo{justify-self:start!important;align-self:center!important;width:auto!important;max-width:100%!important;min-width:0!important;height:56px!important;overflow:hidden!important;}.header-main>.brand.has-brand-logo .brand-logo-frame{flex:0 1 auto!important;width:auto!important;max-width:100%!important;height:56px!important;}.header-main>.brand.has-brand-logo .brand-logo{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:56px!important;object-fit:contain!important;object-position:left center!important;}.header-main>.brand.has-brand-mark{gap:8px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex:0 0 38px!important;width:38px!important;height:38px!important;border-radius:11px!important;font-size:19px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(16px,4.1vw,20px)!important;font-weight:950!important;line-height:1!important;letter-spacing:-.035em!important;}.category-nav[data-mobile-menu].is-guest>.mobile-menu-auth-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;margin:0 0 8px!important;padding:0 0 12px!important;border-bottom:1px solid var(--line)!important;}.mobile-menu-auth-actions a{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:0!important;min-height:44px!important;padding:10px 12px!important;border:1px solid var(--line)!important;border-radius:11px!important;background:var(--surface)!important;color:var(--ink)!important;font-size:13px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;}.mobile-menu-auth-actions a .ui-icon{flex:0 0 18px!important;width:18px!important;height:18px!important;}.mobile-menu-auth-actions .mobile-menu-register{border-color:var(--brand)!important;background:var(--brand)!important;color:#fff!important;}.mobile-menu-auth-actions .mobile-menu-login:hover,.mobile-menu-auth-actions .mobile-menu-login:focus-visible{border-color:color-mix(in srgb,var(--brand) 42%,var(--line))!important;color:var(--brand)!important;}.mobile-menu-auth-actions .mobile-menu-register:hover,.mobile-menu-auth-actions .mobile-menu-register:focus-visible{filter:brightness(.97)!important;color:#fff!important;}}@media (max-width:430px){.header-main>.brand.has-brand-logo{height:50px!important;}.header-main>.brand.has-brand-logo .brand-logo-frame{height:50px!important;}.header-main>.brand.has-brand-logo .brand-logo{max-height:50px!important;}.header-main>.brand.has-brand-mark{gap:7px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex-basis:36px!important;width:36px!important;height:36px!important;font-size:18px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(15px,4.15vw,18px)!important;}}@media (max-width:350px){.header-main>.brand.has-brand-logo,.header-main>.brand.has-brand-logo .brand-logo-frame{height:46px!important;}.header-main>.brand.has-brand-logo .brand-logo{max-height:46px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex-basis:34px!important;width:34px!important;height:34px!important;font-size:17px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:14.5px!important;}.mobile-menu-auth-actions a{padding-inline:8px!important;font-size:12px!important;}}.live-broadcast-audience-badge{position:absolute;z-index:9;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:32px;padding:7px 10px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(8,11,18,.82);color:#fff;font-size:12px;font-weight:900;line-height:1;letter-spacing:.01em;box-shadow:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}.live-broadcast-audience-badge[hidden]{display:none!important;}.live-broadcast-audience-badge svg{width:16px;height:16px;stroke-width:2.2;}.live-broadcast-audience-badge b{font:inherit;color:inherit;}.live-studio-audience-badge{top:14px;right:14px;}.home-broadcast-video .live-broadcast-audience-badge{top:10px;right:10px;min-height:29px;padding:6px 9px;font-size:11px;}.reporter-live-overview .panel-head{margin-bottom:0;}.reporter-live-overview.is-live{border-color:color-mix(in srgb,#ef4444 28%,var(--border));}.reporter-live-overview.is-live .reporter-live-current{border-color:color-mix(in srgb,#ef4444 24%,var(--border));background:color-mix(in srgb,#ef4444 5%,var(--surface));}.reporter-live-overview.is-live .reporter-live-current-icon{background:rgba(239,68,68,.1);color:#dc2626;}@media (max-width:760px){.live-broadcast-audience-badge{top:9px;right:9px;min-height:29px;padding:6px 9px;font-size:11px;}.live-studio-audience-badge{top:10px;right:10px;}.reporter-live-overview-foot .btn{width:100%;justify-content:center;}}@media (max-width:420px){.live-broadcast-badge{left:9px;top:9px;}.live-broadcast-audience-badge{max-width:calc(100% - 104px);}}.live-studio-preview-shell video,[data-live-studio-preview]{transform:none!important;scale:1 1!important;filter:none;}.live-studio-preview-shell video[data-camera-facing="user"],.live-studio-preview-shell video[data-camera-facing="environment"],.live-studio-preview-shell video[data-camera-facing="composite"]{transform:none!important;}.live-broadcast-access-card{overflow:hidden;}.live-broadcast-access-lock{min-height:clamp(300px,48vw,560px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:32px;background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 8%,var(--surface)),var(--surface));}.live-broadcast-access-icon{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:color-mix(in srgb,var(--brand) 13%,var(--surface));color:var(--brand);}.live-broadcast-access-icon svg{width:30px;height:30px;}.live-broadcast-access-lock h2{margin:2px 0 0;font-size:clamp(24px,4vw,38px);}.live-broadcast-access-lock p{max-width:620px;margin:0;color:var(--muted);line-height:1.65;}.live-broadcast-access-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;}.home-broadcast-video.is-access-locked video{visibility:hidden;}.home-broadcast-video.is-access-locked .live-broadcast-sound,.home-broadcast-video.is-access-locked .live-broadcast-fullscreen{display:none!important;}.home-live-access-lock{position:absolute;inset:0;z-index:7;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 14%,#111),rgba(8,12,18,.96));color:#fff;}.home-live-access-lock[hidden]{display:none!important;}.home-live-access-lock>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(255,255,255,.12);}.home-live-access-lock>span svg{width:21px;height:21px;}.home-live-access-lock strong{font-size:16px;}.home-live-access-lock small{color:rgba(255,255,255,.72);}.home-live-access-lock>div{display:flex;gap:7px;margin-top:5px;}.home-live-access-lock .btn-ghost{color:#fff;border-color:rgba(255,255,255,.25);}@media (max-width:560px){.live-broadcast-access-lock{min-height:360px;padding:24px 18px;}.live-broadcast-access-actions{width:100%;}.live-broadcast-access-actions .btn{flex:1;justify-content:center;}.home-live-access-lock>div{width:100%;}.home-live-access-lock .btn{flex:1;justify-content:center;}}@media (max-width:900px){.header-main>.brand{justify-self:start!important;align-self:center!important;display:inline-flex!important;flex:0 1 auto!important;width:fit-content!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}.header-main>.brand.has-brand-logo .brand-logo-frame{display:inline-flex!important;flex:0 1 auto!important;width:fit-content!important;max-width:100%!important;height:48px!important;min-width:0!important;padding:0!important;overflow:hidden!important;}.header-main>.brand.has-brand-logo .brand-logo{width:auto!important;height:auto!important;max-width:100%!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important;}.header-main>.brand.has-brand-mark{width:fit-content!important;max-width:100%!important;gap:8px!important;}.header-main>.brand.has-brand-mark .brand-text{flex:0 1 auto!important;width:auto!important;max-width:100%!important;font-size:clamp(17px,4.45vw,21px)!important;font-weight:950!important;line-height:1!important;letter-spacing:-.035em!important;}.header-main>.header-actions .header-register{display:inline-flex!important;align-items:center!important;justify-content:center!important;}}@media (max-width:430px){.header-main>.brand.has-brand-logo .brand-logo-frame{height:45px!important;}.header-main>.brand.has-brand-logo .brand-logo{max-height:45px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(16px,4.35vw,19px)!important;}}@media (max-width:350px){.header-main>.brand.has-brand-logo .brand-logo-frame{height:42px!important;}.header-main>.brand.has-brand-logo .brand-logo{max-height:42px!important;}.header-main>.brand.has-brand-mark{gap:6px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:15.5px!important;}}@media (max-width:900px){.mobile-menu-auth-actions.is-single{grid-template-columns:1fr!important;}}.live-current-cover{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--soft);}.live-current-cover img{width:88px;height:54px;object-fit:cover;border-radius:10px;}.live-current-cover small{color:var(--muted);font-weight:650;}@media (max-width:520px){.live-current-cover img{width:76px;height:48px;}}.panel-body{max-width:100%;overflow-x:hidden;}.panel-body .panel-shell,.panel-body .panel-main,.panel-body .panel-content{min-width:0;max-width:100%;}.panel-body .panel-content{width:100%;}.panel-body .panel-content>*{min-width:0;max-width:100%;}.panel-body .panel-content .panel,.panel-body .panel-content form,.panel-body .panel-content fieldset,.panel-body .panel-content label,.panel-body .panel-content .form-row,.panel-body .panel-content .form-grid,.panel-body .panel-content .two-col{min-width:0;max-width:100%;}.panel-body .panel-content input:not([type=checkbox]):not([type=radio]),.panel-body .panel-content select,.panel-body .panel-content textarea{min-width:0;max-width:100%;width:100%;}.panel-body .panel-content pre,.panel-body .panel-content code,.panel-body .panel-content .note-box,.panel-body .panel-content .system-info dd{max-width:100%;overflow-wrap:anywhere;word-break:break-word;}.panel-body .panel-content .table-wrap{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;}.author-panel-logout.is-icon-only{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;padding:0;border-radius:12px;}.author-panel-logout.is-icon-only .ui-icon{margin:0;}@media (max-width:900px){.panel-body .panel-shell{display:block;width:100%;min-height:100vh;}.panel-body .panel-main{width:100%;overflow-x:hidden;}.panel-body .panel-content{width:100%;padding:14px 12px;overflow-x:hidden;}.panel-body .page-title-row,.panel-body .panel-head,.panel-body .panel-head>div,.panel-body .page-title-row>div{min-width:0;max-width:100%;}.panel-body .page-title-row h1,.panel-body .page-title-row p,.panel-body .panel-head h2,.panel-body .panel-head p{overflow-wrap:anywhere;word-break:break-word;}.admin-body .user-edit-layout,.admin-body .user-edit-layout>section,.admin-body .user-edit-layout>aside{width:100%;min-width:0;max-width:100%;}.admin-body .user-edit-layout .form-row,.admin-body .user-edit-layout .form-grid,.admin-body .user-edit-layout .publication-permission-options,.admin-body .user-edit-layout .switch-grid{grid-template-columns:minmax(0,1fr)!important;}.admin-body .user-edit-layout .span-2{grid-column:auto!important;}.admin-body .user-edit-layout .social-profile-editor{min-width:0;padding:14px;}.admin-body .user-edit-layout .social-profile-editor label{min-width:0;}.admin-body .user-edit-layout .danger-zone{position:static;width:100%;}.admin-body .admin-mini-stats{width:100%;min-width:0;}.admin-body .admin-mini-stats>div{min-width:0;}.panel-body .inline-admin-form{min-width:0!important;width:100%;}.panel-body .filter-bar,.panel-body .page-actions,.panel-body .panel-head.inline{max-width:100%;}}@media (max-width:680px){.panel-body .panel-topbar{gap:7px;padding-inline:9px;}.panel-body .panel-topbar>div:first-of-type{min-width:0;flex:1 1 auto;}.panel-body .panel-topbar .top-actions{flex:0 0 auto;gap:4px;}.panel-body .panel-theme-toggle,.panel-body .notification-menu>.icon-btn,.panel-body .author-panel-logout.is-icon-only{width:38px;height:38px;flex-basis:38px;}.panel-body .panel-content{padding-inline:10px;}.admin-body .admin-mini-stats{grid-template-columns:repeat(2,minmax(0,1fr));}.admin-body .admin-mini-stats>div{padding:11px 10px;}.admin-body .user-edit-layout .panel{padding:15px;}.admin-body .user-edit-layout .publication-permission-card{padding:13px;}.admin-body .user-edit-layout .publication-permission-options label>span{min-height:76px;}}@media (max-width:390px){.panel-body .panel-topbar{padding-inline:7px;}.panel-body .panel-topbar .top-actions{gap:3px;}.panel-body .panel-theme-toggle,.panel-body .notification-menu>.icon-btn,.panel-body .author-panel-logout.is-icon-only{width:36px;height:36px;flex-basis:36px;}.admin-body .admin-mini-stats{grid-template-columns:1fr;}}.admin-body .admin-mini-stats>div{border:1px solid var(--line);box-shadow:var(--shadow);}.admin-body .social-profile-editor{border-color:var(--line);}.admin-body .danger-zone hr{border-color:var(--line);}@media (max-width:680px){.panel-body .author-panel-logout{display:grid;place-items:center;width:38px;height:38px;padding:0;}.panel-body .author-panel-logout>span{display:none;}}.header-main>.brand.has-brand-mark .brand-text{font-size:25px;font-weight:950;line-height:1.02;letter-spacing:-.04em;}@media (max-width:900px){.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(19px,4.85vw,24px)!important;line-height:1.02!important;letter-spacing:-.04em!important;}}@media (max-width:430px){.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(18px,4.75vw,22px)!important;}}@media (max-width:350px){.header-main>.brand.has-brand-mark .brand-text{font-size:17px!important;}}.panel-site-visit .ui-icon{flex:0 0 auto;margin:0;}@media (max-width:680px){.panel-body .panel-site-visit{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;padding:0;border-radius:12px;}.panel-body .panel-site-visit>span{display:none!important;}.panel-body .panel-site-visit .ui-icon{width:18px;height:18px;}}@media (max-width:390px){.panel-body .panel-site-visit{flex-basis:36px;width:36px;height:36px;}}@media (max-width:900px){.panel-body .panel-topbar .top-actions .panel-site-visit.btn{display:grid!important;visibility:visible!important;opacity:1!important;place-items:center;flex:0 0 40px;width:40px;min-width:40px;height:40px;padding:0;overflow:visible;border-radius:12px;font-size:0;}.panel-body .panel-topbar .top-actions .panel-site-visit.btn>span{display:none!important;}.panel-body .panel-topbar .top-actions .panel-site-visit.btn .ui-icon{display:inline-flex!important;visibility:visible!important;opacity:1!important;width:19px;height:19px;margin:0;flex:0 0 19px;}}@media (max-width:680px){.panel-body .panel-topbar .top-actions .panel-site-visit.btn{flex-basis:38px;width:38px;min-width:38px;height:38px;}}@media (max-width:390px){.panel-body .panel-topbar .top-actions .panel-site-visit.btn{flex-basis:36px;width:36px;min-width:36px;height:36px;}}.news-editor-card>.panel-head,.news-publish-card>.panel-head{margin-bottom:14px;}.news-editor-card>.panel-head>div,.news-publish-card>.panel-head>div{align-items:center;}.news-editor-card>.panel-head h2,.news-publish-card>.panel-head h2{font-size:19px;}.news-editor-card>.panel-head p,.news-publish-card>.panel-head p{margin:2px 0 0;color:var(--muted);font-size:11px;line-height:1.4;}.news-publish-card>.panel-head{padding-bottom:12px;border-bottom:1px solid var(--line);}.news-publish-card .switch{padding:9px 10px;border:1px solid transparent;}.news-publish-card .switch:hover{border-color:var(--line);}.news-editor-compact .news-author-assignment{padding:12px;gap:9px;border-radius:14px;}.news-editor-compact .editor-actions .btn{min-height:40px;}.news-editor-compact .rich-editor-surface,
.news-editor-compact .rich-editor-source,
.news-editor-compact .audio-recorder-visual,
.news-editor-compact .audio-recorder-visual canvas,
.news-editor-compact .current-video-file,
.news-editor-compact .current-video-file video,
.news-editor-compact .current-audio-file,
.news-editor-compact audio{max-width:100%;}.editor-tool-disclosure__icon .ui-icon{width:19px;height:19px;}.editor-tool-disclosure__chevron .ui-icon{width:18px;height:18px;}@media (max-width:760px){.panel-body .panel-content>.page-title-row:has(+ form.news-editor-compact),
  .panel-body .panel-content>form.news-editor-compact{width:calc(100% + 8px);max-width:calc(100% + 8px);margin-left:-4px;margin-right:-4px;}.editor-tool-disclosure__summary>.status{grid-column:2;justify-self:start;margin-top:2px;}.video-upload-studio-head>.status{grid-column:2;justify-self:start;}.speech-transcription-actions .btn{width:100%;}}@media (max-width:390px){.panel-body .panel-content>form.news-editor-compact{width:calc(100% + 6px);max-width:calc(100% + 6px);margin-inline:-3px;}}.home-publishers-head{align-items:center;}.home-publishers-title{min-width:0;}.home-publishers-title h2{margin:0;}.home-publisher-panel-link{white-space:nowrap;}.earnings-title-line .kicker{flex:0 0 auto;}.earnings-filter-copy-line .kicker,.earnings-filter-copy-line strong{min-width:0;}.earnings-history-meta .status{flex:0 0 auto;}@media (max-width:680px){.home-authors-section .home-publishers-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px;}.home-authors-section .home-publishers-title{flex:1 1 auto;overflow:hidden;}.home-authors-section .home-publishers-title h2{overflow:hidden;font-size:clamp(18px,5.2vw,24px)!important;line-height:1.12;letter-spacing:-.045em;text-overflow:ellipsis;white-space:nowrap;}.home-authors-section .home-publisher-actions{flex:0 0 auto;width:auto!important;}.home-authors-section .home-publisher-panel-link{display:grid;place-items:center;width:38px!important;height:38px;min-height:38px;padding:0!important;border-radius:11px;}.home-authors-section .home-publisher-panel-link span{display:none;}.home-authors-section .home-publisher-panel-link .ui-icon{width:18px;height:18px;margin:0;}.earnings-title-line .kicker{font-size:9px;letter-spacing:.075em;white-space:nowrap;}.earnings-page-title>.btn{margin-top:0;}.earnings-filter-copy-line .kicker{font-size:9px;letter-spacing:.075em;white-space:nowrap;}.earnings-history-meta .status{padding:4px 7px;font-size:9px;}}@media (max-width:380px){.home-authors-section .home-publishers-title h2{font-size:18px!important;}.home-authors-section .home-publisher-panel-link{width:36px!important;height:36px;min-height:36px;}.earnings-title-line .kicker,.earnings-filter-copy-line .kicker{font-size:8px;}}.author-section-title .kicker{margin:0 0 1px!important;font-size:9px;line-height:1.15;}.author-section-title .panel-head-icon{flex:0 0 36px;width:36px;height:36px;border-radius:11px;}.author-section-title .panel-head-icon .ui-icon{width:18px;height:18px;}.author-section-head-top>.status,.author-section-head-top>.btn{flex:0 0 auto;white-space:nowrap;}.author-section-description>span:first-child .ui-icon{width:15px;height:15px;}.author-news-panel>.table-wrap{border-top:0;}@media (max-width:680px){.author-section-title .panel-head-icon{flex-basis:32px;width:32px;height:32px;border-radius:10px;}.author-section-title .panel-head-icon .ui-icon{width:16px;height:16px;}.author-section-head-top>.status{padding:4px 7px;font-size:8px;letter-spacing:.035em;}.author-section-description>span:first-child .ui-icon{width:14px;height:14px;}.author-section-head-action .author-section-head-top>.btn{min-width:36px;min-height:34px;padding:7px 9px;font-size:9px;}.author-section-head-action .author-section-head-top>.btn .ui-icon{width:15px;height:15px;}.author-news-panel .author-section-head-action .btn span{display:none;}.author-news-panel .author-section-head-action .btn{width:36px;padding:0;display:grid;place-items:center;}.earning-trend-head .author-section-title .kicker{font-size:7px;letter-spacing:.08em;}.author-news-panel .mobile-card-table tbody{padding-top:10px;}}@media (max-width:390px){.author-section-head-top>.status{padding:4px 6px;font-size:7px;}.author-section-title .panel-head-icon{flex-basis:30px;width:30px;height:30px;}.author-section-head-action .author-section-head-top>.btn>span{display:none;}.author-section-head-action .author-section-head-top>.btn{width:34px;padding:0;}}.author-dashboard-heading,.live-news-page-title-copy{min-width:0;flex:1 1 auto;max-width:100%;}.author-dashboard-heading-line,.live-news-title-line{display:flex;align-items:baseline;justify-content:space-between;gap:18px;min-width:0;width:100%;}.author-dashboard-heading-line .kicker,.live-news-title-line .kicker{flex:0 0 auto;margin:0;white-space:nowrap;}.author-dashboard-heading-line h1,.live-news-title-line h1{min-width:0;margin:0;text-align:right;line-height:1.12;}.author-dashboard-heading>p,.live-news-page-title-copy>p{margin-top:7px;max-width:760px;}.live-news-page-title{align-items:flex-start;}.live-news-page-title>.btn{flex:0 0 auto;white-space:nowrap;}@media (max-width:680px){.author-dashboard-title,.live-news-page-title{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;width:100%;max-width:100%;}.author-dashboard-title .page-actions{grid-column:1/-1;width:100%;}.author-dashboard-heading-line,.live-news-title-line{gap:9px;align-items:center;}.author-dashboard-heading-line .kicker,.live-news-title-line .kicker{font-size:9px;letter-spacing:.075em;}.live-news-title-line h1{font-size:clamp(19px,5.5vw,25px);letter-spacing:-.04em;white-space:nowrap;}.author-dashboard-heading>p,.live-news-page-title-copy>p{margin:6px 0 0;font-size:10px;line-height:1.45;overflow-wrap:anywhere;}.live-news-page-title-copy{grid-column:1;min-width:0;}.live-news-page-title>.btn{grid-column:2;display:grid;place-items:center;width:38px;height:38px;min-width:38px;padding:0;border-radius:11px;}.live-news-page-title>.btn>span{display:none;}.live-news-page-title>.btn .ui-icon{width:17px;height:17px;margin:0;}.panel-body .panel-content>.page-title-row{min-width:0;max-width:100%;}}@media (max-width:390px){.author-dashboard-heading-line .kicker,.live-news-title-line .kicker{font-size:8px;}.live-news-title-line h1{font-size:18px;}.live-news-page-title>.btn{width:36px;height:36px;min-width:36px;}}.author-dashboard-sections>*{min-width:0;max-width:100%;margin:0!important;}.author-dashboard-sections>.author-performance-grid>.panel{margin:0!important;}.author-dashboard-sections>.alert{width:100%;}.audio-news-title-copy .kicker{width:max-content;margin:0;padding:4px 8px;border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--brand);font-size:9px;line-height:1.2;letter-spacing:.09em;}.audio-news-content-panel>.panel-head{margin-bottom:0;}.audio-publish-card>.panel-head{margin-bottom:0;}@media (max-width:860px){.audio-news-back .ui-icon{width:18px;height:18px;margin:0;}}@media (max-width:680px){.audio-news-title-copy .kicker{padding:3px 7px;font-size:8px;}.audio-studio-head .panel-head-icon,.audio-content-head .panel-head-icon,.audio-publish-head .panel-head-icon{flex:0 0 32px;width:32px;height:32px;border-radius:10px;}.audio-file-drop,.audio-preview-box{min-height:112px;padding:13px;}}.language-menu{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;}.language-menu-toggle{gap:4px;min-width:42px;padding-inline:8px;}.language-menu-toggle>span{font-size:10px;font-weight:900;letter-spacing:.04em;line-height:1;}.language-dropdown{position:absolute;z-index:140;inset-block-start:calc(100% + 12px);inset-inline-end:0;width:min(300px,calc(100vw - 24px));padding:10px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 22px 55px rgba(15,23,42,.18);}.language-dropdown[hidden]{display:none!important;}.language-dropdown-head{display:flex;align-items:center;gap:11px;padding:7px 8px 12px;border-bottom:1px solid var(--line);}.language-dropdown-head>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand);}.language-dropdown-head>span svg{width:19px;height:19px;}.language-dropdown-head div{display:grid;gap:2px;min-width:0;}.language-dropdown-head strong{font-size:14px;color:var(--ink);}.language-dropdown-head small{font-size:11px;color:var(--muted);}.language-dropdown-list{display:grid;gap:5px;padding-top:8px;max-height:340px;overflow:auto;}.language-dropdown-list form{margin:0;}.language-dropdown-list button{display:grid;grid-template-columns:40px minmax(0,1fr) 20px;align-items:center;gap:10px;width:100%;padding:9px;border:0;border-radius:13px;background:transparent;color:var(--ink);text-align:start;cursor:pointer;}.language-dropdown-list button:hover,.language-dropdown-list button.is-active{background:color-mix(in srgb,var(--brand) 10%,var(--surface));}.language-dropdown-list button>span:nth-child(2){display:grid;gap:1px;min-width:0;}.language-dropdown-list button strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.language-dropdown-list button small{font-size:10px;color:var(--muted);}.language-dropdown-list button>svg{width:17px;height:17px;color:var(--brand);}.language-option-code,.language-code-chip,.language-code-large{display:grid;place-items:center;font-weight:900;letter-spacing:.05em;background:color-mix(in srgb,var(--brand) 12%,var(--surface));color:var(--brand);border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));}.language-option-code{width:40px;height:32px;border-radius:10px;font-size:10px;}.language-settings-panel .panel-head{align-items:center;}.language-admin-list>a:hover,.language-admin-list>a.is-active{background:color-mix(in srgb,var(--brand) 9%,var(--surface));border-color:color-mix(in srgb,var(--brand) 20%,var(--line));}.language-create-card>.form{padding:0 18px 18px;}.language-config-form>label:not(.switch){display:grid;gap:5px;font-size:11px;color:var(--muted);}.language-config-form .switch{min-height:42px;}.translation-row.has-override{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));}.translation-custom-key>.form-row{margin-top:12px;}html[dir=rtl] .language-dropdown{inset-inline-end:0;inset-inline-start:auto;}html[dir=rtl] .language-dropdown-list button,html[dir=rtl] .translation-row-fields{text-align:right;}@media (max-width:1100px){.language-config-form .btn{grid-column:1/-1;}}@media (max-width:760px){.language-menu-toggle{min-width:38px;width:38px;padding:0;}.language-menu-toggle>span{display:none;}.language-dropdown{position:fixed;inset-inline:12px;inset-block-start:72px;width:auto;max-height:calc(100dvh - 92px);}.language-config-form>.switch{min-width:0;}.language-config-form .btn{grid-column:1/-1;}.translation-editor-footer>.btn{width:100%;}}@media (max-width:430px){.header-actions{gap:3px;}.header-actions .icon-btn,.language-menu-toggle{width:36px;min-width:36px;height:36px;}.language-dropdown{inset-block-start:66px;}.language-selected-actions .btn,.language-selected-actions form,.language-selected-actions form .btn{width:100%;}}.audio-label-compact{display:none;}.audio-article-editor .editor-help .ui-icon{flex:0 0 auto;margin-top:1px;}.live-editor-title{padding:19px 20px;border:1px solid var(--line);border-radius:19px;background:var(--surface);box-shadow:none;}.live-editor-title-copy{display:grid;gap:4px;min-width:0;}.live-editor-title-copy h1{max-width:100%;margin:0;font-size:clamp(25px,3vw,38px);line-height:1.12;overflow-wrap:anywhere;}.live-editor-title-copy p{max-width:760px;margin:0;color:var(--muted);font-size:12px;line-height:1.55;}.live-editor-title-actions{justify-content:flex-end;}.live-editor-overview article{min-width:0;box-shadow:none;}.live-editor-overview article>div{min-width:0;}.live-editor-overview strong{overflow-wrap:anywhere;}.live-editor-stream,.live-editor-status-panel,.live-editor-composer-panel{box-shadow:none;}.live-editor-stream-head{align-items:center;}.live-admin-item>div{min-width:0;}.live-admin-item strong,.live-admin-item p,.live-admin-item small{overflow-wrap:anywhere;}.live-editor-sidebar .panel{min-width:0;}.live-update-meta-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,.55fr);gap:11px;}.live-update-content-field{min-width:0;}.live-editor-composer-panel .editorial-flag{padding:12px;border:1px solid var(--line);border-radius:13px;background:var(--soft);}.security-page-title{padding:18px 20px;border:1px solid var(--line);border-radius:19px;background:var(--surface);box-shadow:none;}.security-page-title>div{min-width:0;}.security-page-title h1{overflow-wrap:anywhere;}.security-card{padding:20px;box-shadow:none;}.notification-preference-group{gap:9px;padding:14px;background:var(--surface);}.notification-preference-title{grid-template-columns:38px minmax(0,1fr);padding:0 0 9px;border-bottom:1px solid var(--line);}.notification-preference-title>.ui-icon{display:grid;place-items:center;width:38px;height:38px;padding:9px;border-radius:11px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);}.security-preference{grid-template-columns:minmax(0,1fr) 46px!important;align-items:center!important;gap:12px;padding:12px 13px;background:var(--soft);}.security-preference>span:last-child{grid-column:1;grid-row:1;min-width:0;}.security-preference .setting-check{grid-column:2;grid-row:1;align-self:center!important;width:46px;height:26px;margin:0!important;border:1px solid var(--line);border-radius:999px;background:var(--surface);transition:.2s;}.security-preference .setting-check:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border:0;border-radius:50%;background:var(--muted);box-shadow:0 1px 3px rgba(15,23,42,.22);transform:none;transition:.2s;}.security-preference input:checked+.setting-check{background:var(--brand);border-color:var(--brand);}.security-preference input:checked+.setting-check:after{left:23px;top:3px;width:18px;height:18px;border:0;border-radius:50%;background:#fff;transform:none;}.security-preference:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent);}.dashboard-public,.dashboard-public>*{min-width:0;}.dashboard-public .panel,.dashboard-public form,.dashboard-public label,.dashboard-public input,.dashboard-public textarea,.dashboard-public select{max-width:100%;min-width:0;}.profile-content{min-width:0;}.profile-content .form-row,.profile-content .form-grid{min-width:0;}.profile-nav{min-width:0;}.profile-nav a{flex:0 0 auto;}.notification-item,.following-author-card,.payout-account-card,.session-item{min-width:0;}.notification-item>*{min-width:0;}@media (max-width:760px){.audio-recorder-actions .audio-control-button{min-width:0!important;min-height:36px!important;padding:7px 6px!important;gap:5px!important;border-radius:10px!important;font-size:10px!important;box-shadow:none!important;}.audio-recorder-actions .audio-control-button .ui-icon{width:15px!important;height:15px!important;flex:0 0 auto;}.audio-recorder-actions .audio-control-transcribe{grid-column:2/4;}.audio-label-wide{display:none;}.audio-label-compact{display:inline;}.live-editor-title{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:11px;padding:14px;}.live-editor-title-copy h1{font-size:21px;}.live-editor-title-copy p{font-size:10px;line-height:1.45;}.live-editor-title-actions{display:grid!important;grid-template-columns:repeat(3,38px);gap:6px;width:auto!important;}.live-editor-title-actions .btn{width:38px;height:38px;min-width:38px;padding:0;font-size:0;border-radius:11px;}.live-editor-title-actions .btn span{display:none;}.live-editor-title-actions .btn .ui-icon{width:17px;height:17px;margin:0;}.live-editor-title-actions .btn .ui-icon:last-child:not(:first-child){display:none;}.live-editor-overview{gap:8px;margin-bottom:13px;}.live-editor-overview article{grid-template-columns:34px minmax(0,1fr);gap:8px;padding:10px;border-radius:13px;}.live-editor-overview article>span{width:34px;height:34px;border-radius:10px;}.live-editor-overview article>span .ui-icon{width:17px;height:17px;}.live-editor-overview small{font-size:8px;}.live-editor-overview strong{font-size:11px;}.live-editor-layout{display:grid!important;grid-template-columns:1fr!important;gap:13px!important;}.live-editor-stream>.panel-head{padding:14px;}.live-editor-stream-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:9px;}.live-editor-stream-head h2{font-size:17px;}.live-editor-stream-head p{font-size:9px;line-height:1.4;}.live-editor-connection{font-size:8px;white-space:nowrap;}.live-admin-item{grid-template-columns:46px minmax(0,1fr);gap:9px;padding:13px;}.live-admin-item time{font-size:12px;}.live-admin-item time small{font-size:8px;}.live-admin-item>div>strong{font-size:12px;}.live-admin-item p{font-size:11px;line-height:1.5;}.live-admin-item>form{grid-column:2;justify-self:end;}.live-admin-item>form .btn{font-size:0;width:34px;height:34px;min-width:34px;padding:0;}.live-admin-item>form .btn .ui-icon{width:15px;height:15px;margin:0;}.live-editor-sidebar{gap:13px;}.live-editor-sidebar .panel{padding:14px;}.live-editor-sidebar .panel-head{margin-bottom:12px;}.live-editor-sidebar .panel-head h2{font-size:17px;}.live-editor-sidebar .panel-head p{font-size:9px;line-height:1.4;}.live-update-meta-grid{grid-template-columns:1fr;}.live-update-composer textarea{min-height:125px;}.security-page{width:min(calc(100% - 16px),var(--container));padding-block:14px 42px;}.security-page-title{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px;margin-bottom:14px;padding:14px;}.security-page-title h1{font-size:23px;line-height:1.15;}.security-page-title p{margin-top:4px;font-size:10px;line-height:1.45;}.security-page-title>.btn{width:38px;height:38px;min-width:38px;padding:0;font-size:0;}.security-page-title>.btn .ui-icon{width:17px;height:17px;margin:0;}.security-layout,.security-main-column,.security-side-column{gap:13px;}.security-side-column{display:grid!important;grid-template-columns:1fr!important;}.security-card{padding:14px;border-radius:16px;}.security-card-head{grid-template-columns:38px minmax(0,1fr)!important;gap:10px;}.security-card-icon{width:38px;height:38px;border-radius:11px;}.security-card-icon .ui-icon{width:18px!important;height:18px!important;}.security-card-head h2{font-size:17px;}.security-card-head p{font-size:10px;line-height:1.45;}.security-inline-form .form-row,.security-enable-form{grid-template-columns:1fr;}.security-enable-form .btn,.security-inline-form .btn{width:100%;}.security-session-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:start;}.security-session-item form{align-self:center;}.security-session-item .btn{width:36px;height:36px;min-width:36px;padding:0;font-size:0;}.security-session-item .btn .ui-icon{width:15px;height:15px;margin:0;}.notification-preference-group{padding:10px;border-radius:13px;}.notification-preference-title{grid-template-columns:34px minmax(0,1fr);}.notification-preference-title>.ui-icon{width:34px;height:34px;padding:8px;}.notification-preference-title strong{font-size:12px;}.notification-preference-title small{font-size:9px;}.security-preference{grid-template-columns:minmax(0,1fr) 42px!important;padding:10px;gap:8px;}.security-preference .setting-check{width:42px;height:24px;}.security-preference .setting-check:after{width:16px;height:16px;}.security-preference input:checked+.setting-check:after{left:22px;width:16px;height:16px;}.security-preference strong{font-size:11px;}.security-preference small{font-size:9px;line-height:1.4;}.dashboard-public{width:min(calc(100% - 16px),var(--container));overflow:clip;}.dashboard-public .page-title-row{min-width:0;}.dashboard-public .profile-grid{gap:13px;}.dashboard-public .profile-content{display:grid;gap:13px;}.dashboard-public .profile-content>.panel{padding:14px;}.dashboard-public .form-row,.dashboard-public .form-grid,.profile-media-fields{grid-template-columns:1fr!important;}.profile-nav{gap:6px;padding-bottom:5px;scrollbar-width:none;}.profile-nav::-webkit-scrollbar{display:none;}.profile-nav a{padding:9px 11px;font-size:10px;border-radius:10px;}.profile-hero-modern{min-width:0;}.profile-hero-copy{min-width:0;}.profile-hero-copy h1,.profile-hero-copy p{overflow-wrap:anywhere;}.profile-actions{flex-wrap:wrap;}.account-overview-panel{padding:14px;border-radius:17px;}.account-overview-heading{gap:10px;}.account-overview-heading h2{font-size:19px;}.account-overview-heading p{font-size:10px;}.account-overview-heading .btn{width:38px;height:38px;min-width:38px;padding:0;font-size:0;}.account-overview-heading .btn .ui-icon{margin:0;}.notification-page-toolbar,.notification-page-actions{min-width:0;flex-wrap:wrap;}.notification-item{padding:12px;}.following-author-card{padding:13px;}.payout-center,.messages-page,.notification-page,.following-page{min-width:0;}.payout-workspace,.message-inbox-layout{min-width:0;}}@media (max-width:390px){.audio-recorder-actions .audio-control-button{font-size:9px!important;padding-inline:4px!important;}.audio-recorder-actions .audio-control-transcribe{grid-column:1/-1;}.live-editor-title-actions{grid-template-columns:repeat(3,34px);}.live-editor-title-actions .btn{width:34px;height:34px;min-width:34px;}.live-editor-overview{grid-template-columns:1fr 1fr!important;}.live-editor-overview article:last-child{grid-column:1/-1;}.security-page-title h1{font-size:20px;}.security-preference{padding:9px;}}@media (max-width:760px){.audio-draft-notice .btn{min-width:0;padding-inline:8px;font-size:9px;}}.security-preference{grid-template-columns:minmax(0,1fr) 48px!important;grid-template-areas:"preference-copy preference-toggle";align-items:center!important;column-gap:14px!important;}.security-preference>span:last-child{grid-area:preference-copy;min-width:0;}.security-preference .setting-check{grid-area:preference-toggle;justify-self:end;align-self:center!important;width:48px!important;height:28px!important;margin:0!important;border:1px solid color-mix(in srgb,var(--muted) 38%,var(--line))!important;border-radius:999px!important;background:color-mix(in srgb,var(--muted) 18%,var(--surface))!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--surface) 55%,transparent)!important;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease!important;}.security-preference .setting-check::after{content:""!important;position:absolute!important;top:3px!important;left:3px!important;width:20px!important;height:20px!important;border:0!important;border-radius:50%!important;background:var(--surface)!important;box-shadow:0 2px 6px rgba(15,23,42,.24)!important;transform:none!important;transition:transform .2s ease,background .2s ease!important;}.security-preference input:checked+.setting-check{border-color:var(--brand)!important;background:var(--brand)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)!important;}.security-preference input:checked+.setting-check::after{left:3px!important;top:3px!important;width:20px!important;height:20px!important;border:0!important;transform:translateX(20px)!important;}.security-preference input:focus-visible+.setting-check{outline:3px solid color-mix(in srgb,var(--brand) 28%,transparent)!important;outline-offset:2px;}.security-preference:hover .setting-check{border-color:color-mix(in srgb,var(--brand) 45%,var(--line))!important;}.admin-language-menu .language-dropdown{z-index:170;}@media (max-width:680px){.security-preference{grid-template-columns:minmax(0,1fr) 46px!important;column-gap:10px!important;padding:11px!important;}.security-preference .setting-check{width:46px!important;height:26px!important;}.security-preference .setting-check::after{width:18px!important;height:18px!important;}.security-preference input:checked+.setting-check::after{width:18px!important;height:18px!important;transform:translateX(20px)!important;}.admin-language-menu .language-dropdown{inset-block-start:60px;}}.security-preference{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"preference-copy preference-toggle"!important;align-items:center!important;gap:12px!important;min-height:72px;text-align:start!important;}.security-preference-copy{grid-area:preference-copy;display:block!important;min-width:0;text-align:start!important;align-self:center;}.security-preference-copy strong,
.security-preference-copy small{display:block;max-width:100%;text-align:start!important;overflow-wrap:anywhere;}.security-preference-toggle{grid-area:preference-toggle;display:flex!important;align-items:center!important;justify-content:flex-end!important;justify-self:end!important;align-self:center!important;width:50px;min-width:50px;min-height:44px;margin:0!important;padding:0!important;}.security-preference-toggle .setting-check{position:relative!important;display:block!important;width:48px!important;height:28px!important;margin:0!important;padding:0!important;border:1px solid color-mix(in srgb,var(--muted) 38%,var(--line))!important;border-radius:999px!important;background:color-mix(in srgb,var(--muted) 18%,var(--surface))!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--surface) 55%,transparent)!important;transform:none!important;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease!important;}.security-preference-toggle .setting-check::after{content:""!important;position:absolute!important;top:3px!important;left:3px!important;width:20px!important;height:20px!important;margin:0!important;border:0!important;border-radius:50%!important;background:#fff!important;box-shadow:0 2px 6px rgba(15,23,42,.24)!important;transform:translateX(0)!important;transition:transform .2s ease!important;}.security-preference input:checked + .security-preference-toggle .setting-check{border-color:var(--brand)!important;background:var(--brand)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)!important;}.security-preference input:checked + .security-preference-toggle .setting-check::after{transform:translateX(20px)!important;}.security-preference input:focus-visible + .security-preference-toggle .setting-check{outline:3px solid color-mix(in srgb,var(--brand) 28%,transparent)!important;outline-offset:2px;}.security-preference:hover .security-preference-toggle .setting-check{border-color:color-mix(in srgb,var(--brand) 45%,var(--line))!important;}@media (max-width:680px){.security-preference{grid-template-columns:minmax(0,1fr) 46px!important;gap:10px!important;min-height:68px;padding:11px 12px!important;}.security-preference-toggle{width:46px;min-width:46px;min-height:40px;}.security-preference-toggle .setting-check{width:46px!important;height:26px!important;}.security-preference-toggle .setting-check::after{width:18px!important;height:18px!important;}.security-preference input:checked + .security-preference-toggle .setting-check::after{transform:translateX(20px)!important;}}[data-language-selector-enabled="0"] [data-language-menu]{display:none!important;}html,body{max-width:100%;}body{overflow-x:clip;}main,.container,.content-grid,.news-grid,.author-grid,.footer-grid,.profile-grid,.article-layout,.article-main,.article-aside,.article-aside-sticky{min-width:0;}input,textarea,select,video,audio,iframe,canvas,table{max-width:100%;}pre{max-width:100%;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;}.article-page-pro>*{min-width:0;}.article-page-pro .breadcrumb{max-width:1120px;margin-inline:auto;margin-bottom:24px;}.article-page-pro .article-header{max-width:1120px;margin:0 auto 26px;padding-bottom:0;}.article-page-pro .article-header h1{max-width:1080px;font-size:clamp(40px,4.5vw,64px);line-height:1.06;letter-spacing:-.045em;overflow-wrap:anywhere;text-wrap:balance;}.article-page-pro .article-summary{max-width:980px;overflow-wrap:anywhere;}.article-page-pro .article-summary{font-size:clamp(18px,1.5vw,21px);line-height:1.58;}.article-page-pro .article-meta{align-items:center;flex-wrap:wrap;}.article-page-pro .author-mini{min-width:0;}.article-page-pro .author-mini>div{min-width:0;}.article-page-pro .author-mini strong,.article-page-pro .author-mini small{display:block;overflow-wrap:anywhere;}.article-page-pro .article-actions{flex:0 0 auto;flex-wrap:wrap;}.article-page-pro .article-actions form{margin:0;}.article-page-pro .article-facts-panel{max-width:1120px;margin:0 auto 22px;padding:18px;border-radius:20px;box-shadow:none;}.article-page-pro .article-facts-heading{align-items:center;}.article-page-pro .article-info-grid{grid-template-columns:repeat(auto-fit,minmax(165px,1fr));gap:10px;}.article-page-pro .article-info-card{min-height:60px;padding:11px 12px;}.article-page-pro .article-info-card strong{font-size:12px;overflow-wrap:anywhere;}.article-page-pro .article-reading-progress{max-width:1120px;margin:0 auto 20px;}.article-page-pro .article-cover{max-width:1240px;margin:0 auto 34px;}.article-page-pro .article-cover img{width:100%;height:auto;max-height:min(70vh,760px);aspect-ratio:16/9;object-fit:cover;border-radius:22px;}.article-page-pro .article-layout{grid-template-columns:minmax(0,820px) minmax(280px,320px);justify-content:center;align-items:start;gap:clamp(28px,3vw,48px);max-width:1200px;margin-inline:auto;}.theme-layout-full .article-page-pro .article-layout{grid-template-columns:minmax(0,880px) minmax(290px,340px);justify-content:center;gap:clamp(30px,3vw,54px);}.article-page-pro .article-main{width:100%;max-width:100%;overflow:visible;}.article-page-pro .article-content{width:100%;max-width:100%;font-size:18px;line-height:1.78;overflow-wrap:anywhere;word-break:normal;}.article-page-pro .article-content:after{content:"";display:block;clear:both;}.article-page-pro .article-content>*{max-width:100%;}.article-page-pro .article-content p,.article-page-pro .article-content li,.article-page-pro .article-content h2,.article-page-pro .article-content h3,.article-page-pro .article-content h4{overflow-wrap:anywhere;}.article-page-pro .article-content img,.article-page-pro .article-content video,.article-page-pro .article-content iframe,.article-page-pro .article-content canvas{display:block;width:auto;height:auto;max-width:100%;margin-inline:auto;}.article-page-pro .article-content iframe,.article-page-pro .article-content video{width:100%;aspect-ratio:16/9;}.article-page-pro .article-content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;}.article-page-pro .article-content [style*="position:fixed"],.article-page-pro .article-content [style*="position: fixed"],.article-page-pro .article-content [style*="position:absolute"],.article-page-pro .article-content [style*="position: absolute"]{position:static!important;inset:auto!important;transform:none!important;}.article-page-pro .article-content [style*="width"]{max-width:100%!important;}.article-page-pro .article-aside{width:100%;min-width:0;}.article-page-pro .article-aside-sticky{top:96px;gap:16px;}.article-page-pro .article-aside .sticky-card,.article-page-pro .article-widget{width:100%;min-width:0;overflow:hidden;box-shadow:none;}.article-page-pro .article-sidebar-author-copy strong,.article-page-pro .article-sidebar-author-copy small,.article-page-pro .article-widget-news strong{overflow-wrap:anywhere;}.article-page-pro .related-section,.article-page-pro .comments{max-width:1200px;margin-inline:auto;}.article-page-pro .related-news-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;}.article-page-pro .related-news-card{min-width:0;}.article-page-pro .comments .panel{max-width:820px;}.article-page-pro .comment>div:last-child{min-width:0;}.article-page-pro .comment p{overflow-wrap:anywhere;}@media (max-width:1180px){.article-page-pro .article-layout,.theme-layout-full .article-page-pro .article-layout{grid-template-columns:minmax(0,1fr) 290px;gap:28px;}.article-page-pro .article-info-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));}}@media (max-width:980px){.article-page-pro .article-layout,.theme-layout-full .article-page-pro .article-layout{grid-template-columns:minmax(0,1fr);}.article-page-pro .article-aside-sticky{position:static;grid-template-columns:repeat(2,minmax(0,1fr));}.article-page-pro .article-sidebar-author{grid-column:1/-1;}.article-page-pro .article-cover img{max-height:620px;}}@media (max-width:680px){body{overflow-x:hidden;}.article-page-pro .breadcrumb{margin-bottom:18px;}.article-page-pro .article-header h1{font-size:clamp(32px,10vw,44px);line-height:1.08;}.article-page-pro .article-summary{font-size:16px;}.article-page-pro .article-meta{align-items:flex-start;}.article-page-pro .article-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}.article-page-pro .article-actions form,.article-page-pro .article-actions .btn{width:100%;}.article-page-pro .article-facts-panel{padding:14px;}.article-page-pro .article-facts-heading{align-items:center;flex-direction:row;}.article-page-pro .article-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.article-page-pro .article-info-card{min-height:58px;}.article-page-pro .article-cover{margin-bottom:24px;}.article-page-pro .article-cover img{border-radius:16px;max-height:none;}.article-page-pro .article-content{font-size:16.5px;line-height:1.72;}.article-page-pro .article-content h2{font-size:27px;}.article-page-pro .article-content h3{font-size:22px;}.article-page-pro .article-aside-sticky{grid-template-columns:1fr;}.article-page-pro .related-news-grid{grid-template-columns:1fr;}.article-page-pro .section-head{align-items:center;}.article-page-pro .comment{grid-template-columns:38px minmax(0,1fr);gap:10px;}}@media (max-width:390px){.article-page-pro .article-info-grid{grid-template-columns:1fr;}.article-page-pro .article-facts-heading{align-items:flex-start;flex-direction:column;}.article-page-pro .article-actions{grid-template-columns:1fr;}.article-page-pro .article-author-avatar{width:50px;height:50px;flex-basis:50px;}.article-page-pro .article-header h1{font-size:31px;}}@media (max-width:680px){.article-page-pro .related-news-grid{display:grid;grid-template-columns:1fr;overflow:visible;padding:0;margin-inline:0;scroll-snap-type:none;}.article-page-pro .related-news-card{flex:auto;width:100%;scroll-snap-align:none;}}.home-page-pro,.home-page-pro section,.home-page-pro article,.home-page-pro aside,.category-public-page,.category-public-page section,.category-public-page article{min-width:0;}.home-page-pro{overflow:clip;}.home-page-pro .container{max-width:var(--container);}.home-showcase.has-recommended{align-items:stretch;}.home-side-switch,.recommended-panel-pro{min-height:0;}.recommended-list{overscroll-behavior-y:auto!important;scrollbar-gutter:stable;touch-action:pan-y;outline:0;}.recommended-list:focus-visible{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--brand) 34%,transparent);}.recommended-panel-pro .recommended-head,.recommended-panel-pro .recommended-lead,.recommended-panel-pro .recommended-list{min-width:0;}.recommended-panel-pro .recommended-copy strong,.recommended-panel-pro .recommended-lead-copy strong{overflow-wrap:anywhere;}.category-public-page{overflow:clip;}.category-page-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 10%,var(--surface)),var(--surface) 58%,color-mix(in srgb,var(--brand-2) 8%,var(--surface)));}.category-page-hero:after{content:none;display:none;}.category-page-hero .container{position:relative;z-index:1;padding-block:clamp(38px,6vw,76px);}.category-page-hero h1{max-width:900px;margin:6px 0 10px;color:var(--ink);font-size:clamp(36px,5vw,64px);line-height:1.03;letter-spacing:-.05em;overflow-wrap:anywhere;}.category-page-hero p{max-width:760px;margin:0;color:var(--muted);font-size:clamp(14px,1.4vw,18px);line-height:1.7;}.category-page-content{padding-block:clamp(30px,5vw,60px);}.category-page-grid{align-items:stretch;}.category-page-grid .news-card{height:100%;display:flex;flex-direction:column;box-shadow:none;}.category-page-grid .news-card__body{display:flex;flex:1;flex-direction:column;}.category-page-grid .card-meta{margin-top:auto;}.article-page-pro .article-layout,.article-page-pro .article-main,.article-page-pro .article-aside,.article-page-pro .article-content,.article-page-pro .related-section,.article-page-pro .comments{min-width:0;}.article-page-pro .article-content blockquote,.article-page-pro .article-content pre{max-width:100%;overflow:auto;}.article-page-pro .article-content a{overflow-wrap:anywhere;}.article-page-pro .article-content figure{max-width:100%;margin-inline:0;}.article-page-pro .article-content figure img{width:100%;}.live-broadcast-studio,.live-studio-grid,.live-studio-camera-panel,.live-studio-config-panel,.live-studio-start-form{min-width:0;}.live-studio-camera-panel,.live-studio-config-panel{overflow:hidden;}.live-studio-config-panel .form>label{min-width:0;}.live-studio-config-panel input,.live-studio-config-panel textarea{width:100%;max-width:100%;}.live-studio-start-status{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;align-items:center;padding:10px 11px;border:1px solid var(--line);border-radius:12px;background:var(--soft);color:var(--muted);}.live-studio-start-status>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--surface);color:var(--brand);}.live-studio-start-status>span svg{width:16px;height:16px;}.live-studio-start-status small{font-size:10px;line-height:1.45;}.live-studio-start-status.is-success{border-color:color-mix(in srgb,var(--success) 34%,var(--line));background:color-mix(in srgb,var(--success) 7%,var(--surface));color:var(--success);}.live-studio-start-status.is-error{border-color:color-mix(in srgb,var(--danger) 28%,var(--line));background:color-mix(in srgb,var(--danger) 6%,var(--surface));color:var(--danger);}.live-studio-start-button[aria-busy="true"]{cursor:wait;opacity:.82;}.live-start-spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .72s linear infinite;flex:0 0 auto;}.live-current-cover{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;align-items:center;padding:9px;border:1px solid var(--line);border-radius:12px;background:var(--soft);}.live-current-cover img{width:74px;height:52px;border-radius:9px;object-fit:cover;}.live-current-cover small{color:var(--muted);font-size:10px;line-height:1.4;}@media (min-width:901px){.home-showcase.has-recommended .recommended-panel-pro{max-height:clamp(520px,46vw,610px);}.recommended-panel-pro .recommended-list{min-height:0;}.category-page-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:1100px) and (min-width:901px){.home-showcase.has-recommended{grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr);}.recommended-lead{min-height:190px;}.recommended-panel-pro .recommended-list>a{grid-template-columns:24px 58px minmax(0,1fr) 15px;padding-inline:12px;}.recommended-panel-pro .recommended-thumb{width:58px;height:47px;}.category-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:900px){.home-showcase.has-recommended{gap:14px;}.home-showcase.has-recommended .headline-slider{height:auto;min-height:clamp(420px,68vw,540px);}.recommended-panel-pro{height:auto!important;max-height:none;}.recommended-panel-pro .recommended-list{overflow:visible;}.category-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.live-studio-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;}.live-studio-title>.btn{width:42px;height:42px;padding:0;font-size:0;}.live-studio-title>.btn svg{margin:0;}.live-studio-grid{gap:14px;}.live-studio-config-panel{order:1;}.live-studio-camera-panel{order:2;}.live-studio-live-metrics{order:3;}.live-studio-config-panel,.live-studio-camera-panel{padding:16px;}.live-studio-config-panel .panel-head,.live-studio-camera-panel .panel-head{margin-bottom:13px;}.live-studio-start-button{min-height:48px;}.live-studio-start-status{position:relative;}.live-studio-rule-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.live-studio-config-panel .note-box{font-size:10px;line-height:1.55;}}@media (max-width:680px){.home-page-pro .container,.category-public-page .container{width:min(calc(100% - 20px),var(--container));}.home-showcase.has-recommended .headline-slider{min-height:420px;}.recommended-head{align-items:center;}.recommended-lead{min-height:205px;}.recommended-panel-pro .recommended-list{display:grid;grid-template-columns:1fr;}.category-page-hero .container{padding-block:34px;}.category-page-hero h1{font-size:36px;}.category-page-content{padding-block:26px;}.category-page-grid{grid-template-columns:1fr;gap:14px;}.category-page-grid .news-card{border-radius:17px;}.category-page-grid .news-card__body{padding:15px;}.live-studio-title{grid-template-columns:minmax(0,1fr) 40px;gap:10px;margin-bottom:14px;}.live-studio-title h1{font-size:28px;}.live-studio-title p{font-size:11px;line-height:1.5;}.live-broadcast-studio{gap:13px;}.live-studio-grid{gap:12px;}.live-studio-config-panel,.live-studio-camera-panel{padding:13px;border-radius:17px;}.live-studio-config-panel .panel-head h2,.live-studio-camera-panel .panel-head h2{font-size:18px;}.live-studio-config-panel .panel-head p,.live-studio-camera-panel .panel-head p{font-size:10px;}.live-studio-start-form{gap:11px;}.live-studio-start-form textarea{min-height:92px;}.live-studio-preview-shell{aspect-ratio:4/3;border-radius:14px;}.live-studio-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:9px;}.live-studio-controls .btn{min-height:39px;padding:8px 7px;font-size:10px;gap:5px;}.live-studio-controls .btn svg{width:15px;height:15px;}.live-studio-controls [data-live-studio-stop]{grid-column:1/-1;}.live-media-device-grid{padding:10px;gap:8px;}.live-media-permission-card{grid-template-columns:38px minmax(0,1fr);gap:9px;}.live-media-permission-icon{width:38px;height:38px;}.live-studio-rule-grid{grid-template-columns:1fr 1fr 1fr;gap:6px;}.live-studio-rule-grid>div{padding:9px;border-radius:11px;}.live-studio-rule-grid strong{font-size:14px;}.live-studio-rule-grid small{font-size:8.5px;}.live-studio-live-metrics{gap:7px;}.live-studio-live-metrics article{padding:11px;border-radius:13px;}.live-studio-start-status{grid-template-columns:27px minmax(0,1fr);padding:8px;}.live-studio-start-status>span{width:27px;height:27px;}}@media (max-width:420px){.live-studio-controls{grid-template-columns:1fr 1fr;}.live-studio-controls>*{flex-basis:auto;}.live-studio-rule-grid{grid-template-columns:1fr;}.live-studio-live-metrics{grid-template-columns:1fr 1fr;}.live-current-cover{grid-template-columns:62px minmax(0,1fr);}.live-current-cover img{width:62px;height:46px;}}.article-page-pro>.breadcrumb,
.article-page-pro>.article-header,
.article-page-pro>.article-facts-panel,
.article-page-pro>.article-reading-progress{width:min(100%,1080px)!important;max-width:1080px!important;margin-inline:auto!important;}.article-page-pro>.article-header{display:block!important;margin-bottom:22px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}.article-page-pro .article-badges{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;margin-bottom:14px!important;}.article-page-pro .article-header h1{width:100%!important;max-width:1020px!important;margin:0!important;font-size:clamp(38px,4.25vw,58px)!important;line-height:1.08!important;letter-spacing:-.042em!important;text-wrap:balance;overflow-wrap:anywhere!important;}.article-page-pro .article-summary{max-width:930px!important;margin:16px 0 0!important;font-size:clamp(17px,1.45vw,20px)!important;line-height:1.62!important;color:var(--text)!important;}.article-page-pro .article-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;width:100%!important;margin-top:22px!important;padding-top:18px!important;border-top:1px solid var(--line)!important;}.article-page-pro .author-mini{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;}.article-page-pro .article-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important;}.article-page-pro .article-actions form{display:block!important;margin:0!important;}.article-page-pro .article-facts-panel{display:block!important;margin-top:0!important;margin-bottom:20px!important;padding:16px!important;border:1px solid var(--line)!important;border-radius:20px!important;background:var(--surface)!important;box-shadow:none!important;}.article-page-pro .article-facts-heading{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-bottom:12px!important;}.article-page-pro .article-info-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(155px,1fr))!important;gap:9px!important;}.article-page-pro .article-info-card{display:flex!important;align-items:center!important;min-width:0!important;min-height:62px!important;padding:10px 11px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:var(--soft)!important;box-shadow:none!important;}.article-page-pro>.article-ad,
.article-page-pro>.article-cover,
.article-page-pro>.news-audio-player,
.article-page-pro>.news-video-player{width:min(100%,1160px)!important;max-width:1160px!important;margin-inline:auto!important;}.article-page-pro>.article-cover{margin-top:0!important;margin-bottom:28px!important;overflow:hidden!important;border-radius:22px!important;background:var(--soft)!important;}.article-page-pro>.article-cover img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:690px!important;aspect-ratio:16/9!important;object-fit:cover!important;border-radius:22px!important;}.article-page-pro>.article-cover figcaption{padding:9px 13px!important;color:var(--muted)!important;font-size:11px!important;}.article-page-pro>.news-audio-player,
.article-page-pro>.news-video-player{margin-top:0!important;margin-bottom:28px!important;}.article-page-pro .article-layout{display:grid!important;grid-template-columns:minmax(0,790px) minmax(280px,320px)!important;align-items:start!important;justify-content:center!important;gap:34px!important;width:min(100%,1160px)!important;max-width:1160px!important;margin:0 auto!important;}.article-page-pro .article-main{display:block!important;min-width:0!important;width:100%!important;max-width:790px!important;padding:clamp(20px,2.4vw,34px)!important;border:1px solid var(--line)!important;border-radius:24px!important;background:var(--surface)!important;box-shadow:none!important;overflow:hidden!important;}.article-page-pro .article-main>*:first-child{margin-top:0!important;}.article-page-pro .article-content{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;color:var(--ink)!important;font-size:18px!important;line-height:1.82!important;overflow-wrap:anywhere!important;word-break:normal!important;}.article-page-pro .article-content>p:first-child{margin-top:0!important;}.article-page-pro .article-content p{margin:0 0 1.25em!important;}.article-page-pro .article-content h2{margin:1.55em 0 .55em!important;font-size:clamp(27px,2.4vw,34px)!important;line-height:1.2!important;letter-spacing:-.025em!important;}.article-page-pro .article-content h3{margin:1.4em 0 .5em!important;font-size:clamp(22px,2vw,27px)!important;line-height:1.27!important;}.article-page-pro .article-content h4{margin:1.3em 0 .45em!important;font-size:20px!important;line-height:1.35!important;}.article-page-pro .article-content ul,.article-page-pro .article-content ol{max-width:100%!important;margin:0 0 1.35em!important;padding-inline-start:1.35em!important;}.article-page-pro .article-content img,
.article-page-pro .article-content video,
.article-page-pro .article-content iframe,
.article-page-pro .article-content canvas{float:none!important;display:block!important;width:auto!important;max-width:100%!important;height:auto!important;margin:22px auto!important;border-radius:16px!important;}.article-page-pro .article-content video,.article-page-pro .article-content iframe{width:100%!important;aspect-ratio:16/9!important;}.article-page-pro .article-content figure{display:block!important;width:100%!important;max-width:100%!important;margin:24px 0!important;}.article-page-pro .article-content table{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;white-space:normal!important;}.article-page-pro .article-content blockquote{max-width:100%!important;margin:24px 0!important;padding:18px 20px!important;border-left:4px solid var(--brand)!important;border-radius:0 14px 14px 0!important;background:var(--soft)!important;}.article-page-pro .article-aside{display:block!important;min-width:0!important;width:100%!important;max-width:320px!important;}.article-page-pro .article-aside-sticky{position:sticky!important;top:94px!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important;min-width:0!important;width:100%!important;}.article-page-pro .article-aside-sticky>*{min-width:0!important;width:100%!important;margin:0!important;}.article-page-pro .article-aside .sticky-card,
.article-page-pro .article-widget{padding:17px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:var(--surface)!important;box-shadow:none!important;overflow:hidden!important;}.article-page-pro .tag-list{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:24px!important;}.article-page-pro .source-box{max-width:100%!important;overflow-wrap:anywhere!important;}.article-page-pro .related-section,
.article-page-pro .comments{width:min(100%,1160px)!important;max-width:1160px!important;margin:34px auto 0!important;}.article-page-pro .related-news-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;}.article-page-pro .related-news-card{display:flex!important;min-width:0!important;min-height:348px!important;height:auto!important;flex-direction:column!important;border:1px solid var(--line)!important;border-radius:18px!important;background:var(--surface)!important;box-shadow:none!important;overflow:hidden!important;}.article-page-pro .comments>.panel{width:min(100%,790px)!important;max-width:790px!important;margin-right:auto!important;}.live-studio-config-panel{position:relative!important;isolation:isolate!important;}.live-studio-start-form,.live-studio-start-button{position:relative!important;z-index:3!important;}.live-studio-start-button{pointer-events:auto!important;touch-action:manipulation!important;user-select:none!important;cursor:pointer!important;}.live-studio-start-button:not(:disabled){opacity:1!important;}.live-studio-start-status,.live-studio-feedback{position:relative!important;z-index:2!important;}.live-studio-preview-shell video{background:#060b13!important;}@media (max-width:1020px){.article-page-pro .article-layout{grid-template-columns:minmax(0,1fr)!important;gap:20px!important;}.article-page-pro .article-main{max-width:none!important;}.article-page-pro .article-aside{max-width:none!important;}.article-page-pro .article-aside-sticky{position:static!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}.article-page-pro .article-sidebar-author{grid-column:1/-1!important;}.article-page-pro .related-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}@media (max-width:700px){.article-page-pro>.breadcrumb,.article-page-pro>.article-header,.article-page-pro>.article-facts-panel,.article-page-pro>.article-reading-progress,.article-page-pro>.article-ad,.article-page-pro>.article-cover,.article-page-pro>.news-audio-player,.article-page-pro>.news-video-player,.article-page-pro .article-layout,.article-page-pro .related-section,.article-page-pro .comments{width:100%!important;max-width:100%!important;}.article-page-pro .article-header h1{font-size:clamp(30px,9vw,41px)!important;line-height:1.1!important;}.article-page-pro .article-summary{font-size:16px!important;line-height:1.58!important;}.article-page-pro .article-meta{align-items:flex-start!important;flex-direction:column!important;gap:13px!important;}.article-page-pro .article-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;}.article-page-pro .article-actions form,.article-page-pro .article-actions .btn{width:100%!important;}.article-page-pro .article-facts-panel{padding:13px!important;border-radius:17px!important;}.article-page-pro .article-facts-heading{align-items:flex-start!important;}.article-page-pro .article-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.article-page-pro>.article-cover{border-radius:17px!important;margin-bottom:18px!important;}.article-page-pro>.article-cover img{max-height:none!important;border-radius:17px!important;}.article-page-pro .article-main{padding:17px 15px!important;border-radius:19px!important;overflow:hidden!important;}.article-page-pro .article-content{font-size:16.5px!important;line-height:1.75!important;}.article-page-pro .article-aside-sticky{grid-template-columns:1fr!important;}.article-page-pro .article-sidebar-author{grid-column:auto!important;}.article-page-pro .related-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}.article-page-pro .comments>.panel{max-width:100%!important;}.live-studio-start-button{min-height:50px!important;width:100%!important;}}@media (max-width:520px){.article-page-pro .related-news-grid{grid-template-columns:1fr!important;}.article-page-pro .related-news-card{min-height:0!important;}}@media (max-width:390px){.article-page-pro .article-info-grid{grid-template-columns:1fr!important;}.article-page-pro .article-actions{grid-template-columns:1fr!important;}.article-page-pro .article-main{padding-inline:13px!important;}}.home-live-access-lock .live-register-btn,
.live-broadcast-access-actions .live-register-btn{background:linear-gradient(135deg,var(--brand),var(--brand-2))!important;border-color:transparent!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;}.home-live-access-lock .live-register-btn:hover,
.live-broadcast-access-actions .live-register-btn:hover{color:#fff!important;filter:brightness(.96);}body.theme-layout-full #content,
body.theme-layout-full #content > :where(.home-page-pro,.category-public-page,.search-page,.audio-directory-page,.gallery-public-page,.live-public-page,.page-public,.dashboard-public,.security-page,.payout-center,.messages-page,.notification-page,.following-page){width:100%;max-width:none;}body.theme-layout-full #content > :where(.home-page-pro,.category-public-page,.search-page,.audio-directory-page,.gallery-public-page,.live-public-page,.page-public,.dashboard-public,.security-page,.payout-center,.messages-page,.notification-page,.following-page){padding-inline:clamp(14px,2.2vw,44px);}.theme-listing-setting-card .form-row{margin:0;}@media (max-width:680px){.theme-listing-setting-card .form-row{grid-template-columns:1fr;}}.home-newsroom-layout.is-single{grid-template-columns:minmax(0,1fr);}.home-authors-poll-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,340px);align-items:start;gap:16px;min-width:0;}.home-authors-poll-layout.is-single{grid-template-columns:minmax(0,1fr);}.home-authors-main{min-width:0;}.home-authors-poll-layout .home-publishers-head{margin-bottom:14px;}.home-authors-poll-layout .home-author-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.home-poll-widget-publishers{position:sticky;top:96px;align-self:start;width:100%;min-width:0;margin:0;padding:18px;border:1px solid var(--line);border-radius:20px;box-shadow:none;overflow:hidden;}.home-poll-widget-publishers .home-poll-head{align-items:flex-start;}.home-poll-widget-publishers .home-poll-head>div{min-width:0;}.home-poll-widget-publishers .home-poll-head h3{font-size:clamp(18px,1.5vw,22px);overflow-wrap:anywhere;}.home-poll-widget-publishers form{display:grid;gap:9px;}.home-poll-widget-publishers .poll-option{min-width:0;margin:0;padding:10px 11px;border:1px solid var(--line);border-radius:12px;box-shadow:none;}.home-poll-widget-publishers .poll-option span{min-width:0;overflow-wrap:anywhere;}.home-poll-widget-publishers [data-poll-submit]{min-height:42px;margin-top:2px;box-shadow:none;}body.theme-layout-full .home-page-pro{--home-full-edge:clamp(16px,2.1vw,40px);width:100%!important;max-width:none!important;padding-inline:0!important;overflow:clip;}body.theme-layout-full .home-page-pro>.container{width:calc(100% - var(--home-full-edge) - var(--home-full-edge))!important;max-width:none!important;margin-inline:auto!important;padding-inline:0!important;}body.theme-layout-full .home-page-pro>.section>.container{width:calc(100% - var(--home-full-edge) - var(--home-full-edge))!important;max-width:none!important;margin-inline:auto!important;}body.theme-layout-full .home-page-pro>.home-stage-shell,
body.theme-layout-full .home-page-pro>.home-newsroom-section,
body.theme-layout-full .home-page-pro>.home-authors-section,
body.theme-layout-full .home-page-pro>.home-category-section,
body.theme-layout-full .home-page-pro>.home-media-section,
body.theme-layout-full .home-page-pro>.home-community-section,
body.theme-layout-full .home-page-pro>.home-audio-section,
body.theme-layout-full .home-page-pro>.home-market-board{box-sizing:border-box;}body.theme-layout-full .home-page-pro .home-showcase,
body.theme-layout-full .home-page-pro .home-quick-feed,
body.theme-layout-full .home-page-pro .home-live-hub-below-hero,
body.theme-layout-full .home-page-pro .home-newsroom-layout,
body.theme-layout-full .home-page-pro .home-newsroom-card-grid{width:100%;max-width:none;}body.theme-layout-full .home-page-pro .home-newsroom-section,
body.theme-layout-full .home-page-pro .home-authors-section{padding:clamp(22px,2vw,32px);}body.theme-layout-full .home-page-pro .home-newsroom-layout{grid-template-columns:minmax(0,1fr) minmax(310px,350px);gap:16px;}body.theme-layout-full .home-page-pro .home-newsroom-layout.is-single{grid-template-columns:minmax(0,1fr);}body.theme-layout-full .home-page-pro .home-newsroom-main{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);}body.theme-layout-full .home-page-pro .home-newsroom-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));}body.theme-layout-full .home-page-pro .home-showcase.has-recommended{grid-template-columns:minmax(0,1.75fr) minmax(320px,.62fr);}body.theme-layout-full .home-page-pro .home-stage-shell>.home-live-hub-below-hero{margin-inline:0;}body.theme-layout-full .home-page-pro .home-editorial-band>.container,
body.theme-layout-full .home-page-pro .home-video-hub>.container{box-sizing:border-box;}body.theme-layout-full .home-page-pro .home-video-hub>.container{padding-inline:0!important;}@media (min-width:1500px){body.theme-layout-full .home-authors-poll-layout .home-author-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:1180px){body.theme-layout-full .home-page-pro .home-newsroom-layout{grid-template-columns:minmax(0,1fr) 300px;}body.theme-layout-full .home-page-pro .home-newsroom-main{grid-template-columns:minmax(0,1fr);}.home-authors-poll-layout{grid-template-columns:minmax(0,1fr) minmax(280px,320px);}}@media (max-width:980px){.home-authors-poll-layout{grid-template-columns:minmax(0,1fr);}.home-poll-widget-publishers{position:static;}body.theme-layout-full .home-page-pro .home-newsroom-layout{grid-template-columns:minmax(0,1fr);}}@media (max-width:680px){body.theme-layout-full .home-page-pro{--home-full-edge:10px;}body.theme-layout-full .home-page-pro>.container,
  body.theme-layout-full .home-page-pro>.section>.container{width:calc(100% - 20px)!important;}body.theme-layout-full .home-page-pro .home-video-hub>.container{padding-inline:0!important;}body.theme-layout-full .home-page-pro .home-newsroom-section,
  body.theme-layout-full .home-page-pro .home-authors-section{padding:18px 14px;}.home-authors-poll-layout{gap:14px;}.home-authors-poll-layout .home-author-grid{grid-template-columns:minmax(0,1fr);gap:10px;}.home-poll-widget-publishers{padding:15px;border-radius:17px;}.home-poll-widget-publishers .home-poll-head h3{font-size:18px;}}.security-sessions-head{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;}.security-sessions-heading{min-width:0;}.security-revoke-all-form{margin:0;align-self:center;}.security-revoke-all-form .btn{white-space:nowrap;}.security-session-list{margin-top:4px;}.panel-body.live-broadcast-page-body .panel-content{max-width:1840px;}.live-broadcast-page-workspace{display:grid;gap:20px;min-width:0;}.live-broadcast-page-workspace>.page-title-row,.live-broadcast-page-workspace>.alert,.live-broadcast-page-workspace>.live-broadcast-studio,.live-broadcast-page-workspace>.live-broadcast-history{margin:0;}.live-broadcast-page-workspace .live-broadcast-studio{gap:20px;}.live-broadcast-page-workspace .live-studio-grid{grid-template-columns:minmax(0,1.88fr) minmax(320px,.72fr);gap:20px;align-items:start;}.live-broadcast-page-workspace .live-studio-camera-panel,.live-broadcast-page-workspace .live-studio-config-panel{height:100%;}.live-studio-controls{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px;}.live-studio-controls .btn{width:100%;min-width:0;padding-inline:10px;white-space:nowrap;font-size:12px;}.live-studio-controls .btn:disabled{cursor:not-allowed!important;opacity:.46!important;}.live-studio-controls [data-live-studio-pip][disabled],.live-studio-controls [data-live-studio-dual][disabled]{background:var(--soft);color:var(--muted);border-color:var(--line);}.live-broadcast-history{scroll-margin-top:90px;}.live-broadcast-history-head{display:flex;align-items:center;justify-content:space-between;gap:16px;}.live-broadcast-history-head form,.live-history-delete-form{margin:0;}.live-broadcast-history table{min-width:880px;}.live-broadcast-history td:last-child,.live-broadcast-history th:last-child{text-align:right;}.live-broadcast-history td:last-child .btn{margin-left:auto;}.live-broadcast-history .btn-danger{box-shadow:none;}@media (max-width:1200px){.live-broadcast-page-workspace .live-studio-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.8fr);}.live-studio-controls{grid-template-columns:repeat(5,minmax(0,1fr));}}@media (max-width:1050px){.live-broadcast-page-workspace{gap:16px;}.live-broadcast-page-workspace .live-studio-grid{grid-template-columns:1fr;gap:16px;}.live-studio-controls{grid-template-columns:repeat(5,minmax(0,1fr));}}@media (max-width:760px){.security-sessions-head{grid-template-columns:38px minmax(0,1fr) 38px!important;gap:10px!important;}.security-revoke-all-form .btn{width:38px;height:38px;min-width:38px;padding:0;font-size:0;}.security-revoke-all-form .btn .ui-icon{width:16px;height:16px;margin:0;}.live-broadcast-page-workspace{gap:14px;}.live-studio-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;}.live-studio-controls [data-live-studio-stop]{grid-column:1/-1;}.live-broadcast-history-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;}.live-broadcast-history-head .btn{width:40px;height:40px;min-width:40px;padding:0;font-size:0;}.live-broadcast-history-head .btn .ui-icon{margin:0;}.live-broadcast-history table{min-width:0;}.mobile-card-table .live-history-delete-form .btn{width:100%;font-size:11px;}.mobile-card-table .live-history-delete-form .btn span{display:inline;}}@media (max-width:430px){.live-studio-controls{grid-template-columns:repeat(2,minmax(0,1fr));}.live-studio-controls .btn{font-size:9.5px;padding-inline:6px;}.security-sessions-head{grid-template-columns:36px minmax(0,1fr) 36px!important;}.security-revoke-all-form .btn{width:36px;height:36px;min-width:36px;}}.home-page-pro{--home-surface-pad:clamp(18px,1.8vw,26px);--home-surface-gap:16px;--home-surface-radius:22px;}.home-page-pro>.home-newsroom-section,
.home-page-pro>.home-category-section,
.home-page-pro>.home-media-section,
.home-page-pro>.home-audio-section,
.home-page-pro>.home-community-section{margin-top:20px;padding:var(--home-surface-pad)!important;border:1px solid var(--line);border-radius:var(--home-surface-radius);background:var(--surface);box-shadow:none!important;overflow:hidden;}.home-page-pro>.home-newsroom-section,
.home-page-pro>.home-authors-section{padding-top:var(--home-surface-pad)!important;}.home-page-pro .home-section-head-pro,
.home-page-pro .home-category-section .home-category-head,
.home-page-pro .home-authors-poll-layout .home-publishers-head{margin-top:0!important;margin-bottom:16px!important;min-height:0;}.home-page-pro .home-section-head-pro h2,
.home-page-pro .home-category-head h2,
.home-page-pro .home-publishers-head h2{margin-top:0;margin-bottom:0;}.home-page-pro .home-newsroom-layout,
.home-page-pro .home-newsroom-card-grid,
.home-page-pro .home-category-section>.news-grid,
.home-page-pro .home-category-section>.category-featured-layout,
.home-page-pro .home-category-section>.category-news-list,
.home-page-pro .home-category-section>.category-compact-list{margin-inline:2px;width:calc(100% - 4px);}.home-page-pro .home-newsroom-card-grid{margin-top:16px;}.home-page-pro .home-category-section:before{top:var(--home-surface-pad);bottom:var(--home-surface-pad);}.home-page-pro .home-authors-section{margin-top:20px;padding-bottom:0;}.home-authors-poll-layout{align-items:stretch;gap:var(--home-surface-gap);}.home-authors-card,
.home-poll-widget-publishers{min-width:0;height:100%;padding:var(--home-surface-pad);border:1px solid var(--line);border-radius:var(--home-surface-radius);background:var(--surface);box-shadow:none!important;}.home-authors-card{overflow:hidden;}.home-poll-widget-publishers{position:sticky;top:96px;align-self:start;}.home-authors-card .home-author-grid{margin:0;}.home-authors-card .author-card{box-shadow:none;}.message-thread-list{gap:12px;}.message-row{display:flex;align-items:flex-end;gap:8px;width:100%;min-width:0;}.message-row.is-mine{justify-content:flex-end;}.message-row.is-mine .message-avatar{order:2;}.message-avatar{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);font-size:13px;font-weight:900;box-shadow:none;}.message-avatar img{width:100%;height:100%;object-fit:cover;}.message-avatar span{line-height:1;}.message-row .message-bubble{align-self:auto;min-width:0;max-width:min(72%,680px);}.message-sender-name{display:block;margin-bottom:3px;color:var(--brand);font-size:9px;font-weight:850;line-height:1.2;}.message-row.is-mine .message-sender-name{text-align:right;}.message-compose{grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch!important;gap:9px!important;}.message-compose-field{display:flex;min-width:0;margin:0;}.message-compose textarea{height:46px!important;min-height:46px!important;max-height:150px;padding:11px 13px!important;resize:none!important;line-height:22px!important;border-radius:12px;}.message-compose .message-send-button{height:46px!important;min-height:46px;align-self:stretch!important;white-space:nowrap;box-shadow:none;}@media (max-width:980px){.home-poll-widget-publishers{position:static;}}@media (max-width:760px){.home-page-pro{--home-surface-pad:14px;--home-surface-gap:12px;--home-surface-radius:18px;}.home-page-pro>.home-newsroom-section,
  .home-page-pro>.home-category-section,
  .home-page-pro>.home-media-section,
  .home-page-pro>.home-audio-section,
  .home-page-pro>.home-community-section,
  .home-page-pro>.home-authors-section{margin-top:12px;}.home-page-pro .home-section-head-pro,
  .home-page-pro .home-category-section .home-category-head,
  .home-page-pro .home-authors-poll-layout .home-publishers-head{margin-bottom:12px!important;}.home-page-pro .home-newsroom-layout,
  .home-page-pro .home-newsroom-card-grid,
  .home-page-pro .home-category-section>.news-grid,
  .home-page-pro .home-category-section>.category-featured-layout,
  .home-page-pro .home-category-section>.category-news-list,
  .home-page-pro .home-category-section>.category-compact-list{margin-inline:0;width:100%;}.message-thread-list{gap:10px;}.message-avatar{flex-basis:32px;width:32px;height:32px;border-radius:10px;font-size:11px;}.message-row{gap:6px;}.message-row .message-bubble{max-width:calc(100% - 38px)!important;}.message-compose{grid-template-columns:minmax(0,1fr) auto!important;padding:9px!important;gap:7px!important;}.message-compose .message-send-button{width:auto!important;min-width:46px;padding-inline:12px;}}@media (max-width:420px){.message-compose .message-send-button span{display:none;}.message-compose .message-send-button{width:46px!important;padding:0!important;}}.live-broadcast-page-workspace .live-studio-camera-panel .live-studio-controls{margin:16px 0 0!important;gap:10px!important;align-items:stretch;}.live-broadcast-page-workspace .live-studio-camera-panel .live-studio-controls .btn{min-height:44px;height:auto;margin:0!important;justify-content:center;}.live-broadcast-page-workspace .live-studio-camera-panel .live-media-permission-card,
.live-broadcast-page-workspace .live-studio-camera-panel .live-media-device-grid,
.live-broadcast-page-workspace .live-studio-camera-panel .live-studio-feedback:not(:empty){margin-top:16px!important;}.live-broadcast-page-workspace .live-studio-camera-panel .live-media-device-grid{padding-top:14px;padding-bottom:14px;}.message-thread-shell{min-width:0;}.message-thread-head,.message-thread-list,.message-compose{min-width:0;}.message-thread-list{display:grid;}.message-row .message-bubble-body,.message-row .message-bubble footer{min-width:0;}.message-row .message-bubble-body{overflow-wrap:anywhere;word-break:break-word;}@media (max-width:1050px){.live-broadcast-page-workspace .live-studio-camera-panel .live-studio-controls{margin-top:14px!important;}}@media (max-width:760px){.live-broadcast-page-workspace .live-studio-camera-panel .live-studio-controls{gap:8px!important;margin-top:13px!important;}.live-broadcast-page-workspace .live-studio-camera-panel .live-media-permission-card,
  .live-broadcast-page-workspace .live-studio-camera-panel .live-media-device-grid,
  .live-broadcast-page-workspace .live-studio-camera-panel .live-studio-feedback:not(:empty){margin-top:13px!important;}}.home-page-pro{--home-surface-pad:clamp(16px,1.55vw,24px);--home-content-gap:clamp(12px,1.25vw,18px);--home-card-radius:18px;}.home-page-pro>.home-newsroom-section,
.home-page-pro>.home-category-section,
.home-page-pro>.home-media-section,
.home-page-pro>.home-audio-section,
.home-page-pro>.home-community-section{padding:var(--home-surface-pad)!important;}.home-page-pro .home-section-head-pro,
.home-page-pro .home-category-section .home-category-head,
.home-page-pro .home-authors-poll-layout .home-publishers-head{align-items:center;gap:12px;margin:0 0 14px!important;padding:0;}.home-page-pro .home-section-head-pro h2,
.home-page-pro .home-category-head h2,
.home-page-pro .home-publishers-head h2{font-size:clamp(22px,2.25vw,31px);line-height:1.12;}.home-page-pro .home-section-head-pro .section-link{min-height:36px;padding-inline:11px;border-radius:10px;}.home-page-pro .home-newsroom-layout,
.home-page-pro .home-newsroom-card-grid,
.home-page-pro .home-category-section>.news-grid,
.home-page-pro .home-category-section>.category-featured-layout,
.home-page-pro .home-category-section>.category-news-list,
.home-page-pro .home-category-section>.category-compact-list{width:100%;margin-inline:0;}.home-page-pro .news-grid{gap:var(--home-content-gap);}.home-page-pro .news-card{display:flex;min-width:0;height:100%;flex-direction:column;border-radius:var(--home-card-radius);box-shadow:none!important;}.home-page-pro .news-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand) 28%,var(--line));box-shadow:none!important;}.home-page-pro .news-card__media{flex:0 0 auto;aspect-ratio:16/9;}.home-page-pro .news-card__body{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;padding:15px 16px 14px;}.home-page-pro .news-card h3{margin:5px 0 8px;font-size:clamp(16px,1.35vw,19px);line-height:1.28;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.home-page-pro .news-card p{margin:0 0 13px;font-size:12px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.home-page-pro .news-card .card-meta{margin-top:auto;padding-top:11px;font-size:10px;}.home-newsroom-layout{gap:var(--home-content-gap);}.home-newsroom-main{gap:var(--home-content-gap);}.home-newsroom-primary,.home-newsroom-stack,.home-sidebar-pro .widget{border-radius:var(--home-card-radius);box-shadow:none!important;}.home-newsroom-primary-copy{padding:18px;}.home-newsroom-primary-copy h3{font-size:clamp(22px,2.2vw,31px);}.home-newsroom-row{min-height:104px;padding:11px 12px;gap:10px;}.home-newsroom-row-media{width:86px;height:70px;border-radius:11px;}.home-newsroom-card-grid{margin-top:var(--home-content-gap)!important;}.home-sidebar-pro .widget{padding:15px;}.home-trend-item{padding:10px 0;}.home-editorial-band{padding-block:0!important;background:transparent;}.home-editorial-band>.container{padding:var(--home-surface-pad)!important;border:1px solid var(--line);border-radius:var(--home-surface-radius);background:var(--surface);box-shadow:none!important;}.home-editorial-layout{gap:var(--home-content-gap);}.home-editorial-lead,.home-editorial-list{border-radius:var(--home-card-radius);box-shadow:none!important;}.home-editorial-card{padding:11px;gap:11px;}.home-category-section{overflow:hidden;}.home-category-section:before{width:3px;}.home-category-section .category-news-list>a{min-width:0;padding:11px 12px;gap:12px;}.home-category-section .category-news-list>a>span{min-width:0;}.home-category-section .category-news-list strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.home-category-section .category-compact-list>a{padding:11px 12px;gap:10px;}.home-category-section .category-featured-layout{gap:var(--home-content-gap);}.home-page-pro>.home-authors-section{margin-top:20px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}.home-authors-poll-layout{gap:var(--home-content-gap);}.home-authors-card,.home-poll-widget-publishers{padding:var(--home-surface-pad);border-radius:var(--home-surface-radius);}.home-authors-card .home-author-grid{gap:11px;}.home-authors-card .author-card{min-width:0;padding:14px;border-radius:15px;align-items:flex-start;box-shadow:none!important;}.home-authors-card .author-card>div{min-width:0;}.home-authors-card .author-card h3{font-size:15px;line-height:1.25;}.home-authors-card .author-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:11px;line-height:1.5;}.home-poll-widget-publishers form{gap:10px;}.home-poll-widget-publishers .poll-options{display:grid;gap:8px;}.home-poll-widget-publishers .poll-options[hidden],
.home-poll-widget-publishers [data-poll-submit][hidden],
.home-poll-widget-publishers [data-poll-results-toggle][hidden],
.home-poll-widget-publishers [data-poll-results][hidden],
.home-poll-widget-publishers [data-poll-feedback][hidden]{display:none!important;}.home-poll-widget-publishers .poll-option{transition:border-color .18s ease,background .18s ease;}.home-poll-widget-publishers .poll-option:hover{border-color:color-mix(in srgb,var(--brand) 28%,var(--line));}.home-poll-widget-publishers .poll-actions{display:grid;gap:8px;}.home-poll-widget-publishers .poll-results-toggle{margin:0;}.poll-feedback{margin-top:2px;border:1px solid transparent;}.poll-feedback.is-info{background:color-mix(in srgb,var(--brand) 8%,var(--surface));border-color:color-mix(in srgb,var(--brand) 20%,var(--line));color:color-mix(in srgb,var(--brand) 78%,var(--ink));}.poll-results{gap:9px;margin-top:2px;padding-top:3px;}.poll-result-row{gap:6px;padding:10px 11px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--soft) 55%,var(--surface));}.poll-result-row>div:first-child{align-items:flex-start;}.poll-result-row strong{min-width:0;color:var(--ink);font-size:12px;line-height:1.35;overflow-wrap:anywhere;}.poll-result-row span{flex:0 0 auto;font-size:10px;font-weight:750;white-space:nowrap;}.poll-result-row i{height:7px;background:var(--surface);}.poll-result-row i b{background:linear-gradient(90deg,var(--brand),var(--brand-2));}.poll-result-row.is-selected{border-color:color-mix(in srgb,var(--brand) 40%,var(--line));}.poll-result-row.is-winner{padding:10px 11px;}.poll-result-badges{display:flex!important;justify-content:flex-start!important;flex-wrap:wrap;gap:5px!important;}.poll-result-badges em{display:inline-flex;padding:4px 6px;border-radius:7px;background:color-mix(in srgb,var(--brand) 9%,var(--surface));font-size:8px;}.poll-total{display:block;padding-top:2px;color:var(--muted);font-size:10px;font-weight:800;text-align:right;}.admin-poll-results summary .ui-icon{width:16px;height:16px;}.admin-poll-result.is-winner{border-color:color-mix(in srgb,var(--brand) 32%,var(--line));background:color-mix(in srgb,var(--brand) 5%,var(--surface));}@media (max-width:900px){.home-editorial-band>.container{width:min(calc(100% - 20px),var(--container));padding:18px!important;}.home-page-pro .home-newsroom-layout,.home-page-pro .home-newsroom-main{grid-template-columns:minmax(0,1fr);}.home-page-pro .news-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:680px){.home-page-pro{--home-surface-pad:14px;--home-content-gap:10px;--home-surface-radius:18px;--home-card-radius:15px;}.home-page-pro>.home-newsroom-section,
  .home-page-pro>.home-category-section,
  .home-page-pro>.home-media-section,
  .home-page-pro>.home-audio-section,
  .home-page-pro>.home-community-section{margin-top:12px;padding:14px!important;}.home-page-pro .home-section-head-pro,.home-page-pro .home-category-section .home-category-head,.home-page-pro .home-authors-poll-layout .home-publishers-head{margin-bottom:11px!important;}.home-page-pro .home-section-head-pro h2,.home-page-pro .home-category-head h2,.home-page-pro .home-publishers-head h2{font-size:20px;}.home-page-pro .news-grid-3{grid-template-columns:minmax(0,1fr);}.home-page-pro .news-card__body{padding:13px;}.home-page-pro .news-card h3{font-size:16px;-webkit-line-clamp:2;}.home-newsroom-primary-copy{padding:14px;}.home-newsroom-primary-copy h3{font-size:22px;}.home-newsroom-row{grid-template-columns:24px 78px minmax(0,1fr);min-height:92px;padding:9px;}.home-newsroom-row>.ui-icon{display:none;}.home-newsroom-row-media{width:78px;height:64px;}.home-editorial-band>.container{width:min(calc(100% - 20px),var(--container));padding:14px!important;border-radius:18px;}.home-editorial-lead{min-height:370px;}.home-editorial-copy{left:17px;right:17px;bottom:17px;}.home-editorial-copy strong{font-size:25px;}.home-editorial-card{grid-template-columns:76px minmax(0,1fr);padding:9px;}.home-editorial-card>b{display:none;}.home-editorial-card-media{width:76px;height:60px;}.home-authors-card,.home-poll-widget-publishers{padding:14px;}.home-authors-card .author-card{padding:12px;}.poll-result-row>div:first-child{display:grid;gap:2px;}.poll-result-row span{white-space:normal;}}.home-stage-shell,
.home-stage-shell .home-showcase,
.home-stage-shell .headline-slider,
.home-stage-shell .home-side-switch{min-width:0;}.home-stage-shell .home-showcase>*{min-width:0;max-width:100%;}.home-stage-shell .headline-slider{box-shadow:none;}.headline-slide-link{min-width:0;}.headline-copy h2,
.headline-copy p,
.headline-meta{overflow-wrap:anywhere;}.home-page-pro :is(.news-card,.home-newsroom-primary,.home-newsroom-stack,.home-editorial-lead,.home-editorial-list,.gallery-card,.video-card,.comment-card,.author-card){min-width:0;}.home-page-pro :is(.news-card h3,.home-newsroom-primary h3,.home-newsroom-row strong,.home-editorial-card strong,.gallery-card h3,.video-card h3,.comment-card p,.author-card h3,.author-card p){overflow-wrap:anywhere;}.home-page-pro img{display:block;max-width:100%;}.home-page-pro .section-link,
.headline-controls>button{touch-action:manipulation;}@media (max-width:900px){body.theme-layout-full .home-page-pro .home-showcase.has-recommended,
  .home-page-pro .home-showcase.has-recommended{grid-template-columns:minmax(0,1fr)!important;width:100%!important;gap:14px!important;}body.theme-layout-full .home-page-pro .home-stage-shell,
  .home-page-pro .home-stage-shell{min-width:0;}.home-page-pro .headline-slider,
  .home-page-pro .home-showcase.has-recommended .headline-slider{width:100%!important;height:clamp(450px,72vw,560px)!important;min-height:0!important;}.home-page-pro .home-side-switch,
  .home-page-pro .home-showcase.has-recommended .home-side-switch{width:100%!important;height:auto!important;min-height:0!important;}.home-page-pro .home-side-switch>.recommended-panel,
  .home-page-pro .home-side-switch>.home-broadcast-panel{width:100%;height:auto!important;}.home-page-pro .home-gallery-grid,
  .home-page-pro .home-video-grid,
  .home-page-pro .home-comment-cards{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:680px){body.theme-layout-full .home-page-pro>.home-stage-shell,
  .home-page-pro>.home-stage-shell{width:calc(100% - 20px)!important;max-width:none!important;margin-inline:auto!important;padding:12px 0 10px!important;}.home-page-pro .home-showcase{width:100%;padding-block:0!important;gap:12px!important;}.home-page-pro .headline-slider,
  .home-page-pro .home-showcase.has-recommended .headline-slider{width:100%!important;height:clamp(400px,116vw,500px)!important;min-height:0!important;border-radius:18px!important;}.headline-slide img{object-position:center center;}.headline-gradient{background:linear-gradient(180deg,rgba(2,6,23,.05) 6%,rgba(2,6,23,.25) 46%,rgba(2,6,23,.97) 100%);}.headline-copy{padding:20px 18px 78px!important;}.headline-copy h2{max-width:100%;margin:7px 0 9px!important;font-size:clamp(27px,8.2vw,36px)!important;line-height:1.07!important;letter-spacing:-.04em!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.headline-copy p{margin-bottom:9px!important;font-size:12px!important;line-height:1.45;-webkit-line-clamp:2!important;}.headline-badges{gap:6px;margin-bottom:7px;}.headline-badges span,.headline-badges b{height:24px;border-radius:7px;font-size:9px;}.headline-badges span{padding-inline:8px;}.headline-meta{gap:6px;font-size:10px;line-height:1.35;}.headline-meta i{width:3px;height:3px;}.headline-controls{left:14px!important;right:14px!important;bottom:14px!important;width:auto;gap:7px!important;}.headline-controls>button{flex:0 0 40px;width:40px!important;height:40px!important;border-radius:11px;}.headline-progress{flex:1 1 auto;width:auto;min-width:0!important;max-width:180px;height:40px!important;grid-template-columns:auto auto minmax(28px,1fr)!important;}.headline-dots{display:none!important;}.recommended-panel-pro,.home-broadcast-panel{border-radius:18px!important;}.home-page-pro .home-section-head-pro,
  .home-page-pro .home-category-section .home-category-head,
  .home-page-pro .home-authors-poll-layout .home-publishers-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center!important;gap:9px!important;}.home-page-pro .home-section-head-pro>div,
  .home-page-pro .home-category-head>div,
  .home-page-pro .home-publishers-head>div{min-width:0;}.home-page-pro .section-link{min-height:40px!important;padding-inline:10px!important;font-size:10px!important;}.home-page-pro .home-gallery-grid,
  .home-page-pro .home-video-grid,
  .home-page-pro .home-comment-cards{grid-template-columns:minmax(0,1fr)!important;gap:10px!important;}.home-page-pro .gallery-card,
  .home-page-pro .video-card,
  .home-page-pro .comment-card{border-radius:15px!important;}.home-newsroom-primary-media{aspect-ratio:16/10;}.home-newsroom-meta{gap:6px;}.home-category-section .category-news-list>a{grid-template-columns:82px minmax(0,1fr) 16px;}.home-category-section .category-news-list>a>img{width:82px;height:64px;object-fit:cover;border-radius:10px;}}@media (max-width:420px){.home-page-pro .headline-slider,
  .home-page-pro .home-showcase.has-recommended .headline-slider{height:clamp(370px,120vw,455px)!important;}.headline-copy{padding:18px 16px 74px!important;}.headline-copy h2{font-size:clamp(25px,8vw,31px)!important;-webkit-line-clamp:3;}.headline-copy p{display:none!important;}.headline-meta span:first-child{max-width:48%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.headline-controls{left:12px!important;right:12px!important;bottom:12px!important;}.headline-controls>button{flex-basis:38px;width:38px!important;height:38px!important;}.headline-progress{height:38px!important;max-width:none;}.home-page-pro .home-section-head-pro,
  .home-page-pro .home-category-section .home-category-head,
  .home-page-pro .home-authors-poll-layout .home-publishers-head{grid-template-columns:minmax(0,1fr);}.home-page-pro .section-link{justify-self:start;}}@media (hover:none){.home-page-pro .news-card:hover,
  .home-quick-card:hover{transform:none;}}@media (prefers-reduced-motion:reduce){.headline-slide.is-active .headline-copy{animation:none!important;}}.home-live-hub-head{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;}.home-live-head-side{min-width:0;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:12px;}.home-live-head-side h2{min-width:0;margin:0;color:var(--muted);font-size:13px;line-height:1.35;font-weight:750;letter-spacing:-.01em;text-align:right;}.home-live-head-side .home-live-total{flex:0 0 auto;white-space:nowrap;}.poll-option.is-selected{border-color:color-mix(in srgb,var(--brand) 48%,var(--line));background:color-mix(in srgb,var(--brand) 7%,var(--surface));}.poll-option.is-selected span{font-weight:800;}.poll-option input:disabled{cursor:not-allowed;}@media (max-width:760px){.home-live-hub-head,
  .home-stage-shell>.home-live-hub-below-hero .home-live-hub-head{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;}.home-live-head-side{gap:8px;}.home-live-head-side h2{font-size:11px!important;line-height:1.25;white-space:normal;}.home-live-head-side .home-live-total{padding:6px 8px;font-size:9px;}.home-live-pulse{white-space:nowrap;font-size:9px;}}@media (max-width:390px){.home-live-hub-head,
  .home-stage-shell>.home-live-hub-below-hero .home-live-hub-head{gap:7px;}.home-live-head-side{gap:6px;}.home-live-head-side h2{font-size:10px!important;}.home-live-head-side .home-live-total{padding:5px 6px;font-size:8px;}}.home-page-pro{--home-section-pad-y:clamp(20px,1.9vw,28px);--home-section-pad-x:clamp(20px,2vw,30px);--home-item-pad:clamp(14px,1.15vw,18px);}.home-page-pro>.container.home-newsroom-section,
.home-page-pro>.container.home-category-section{padding:var(--home-section-pad-y) var(--home-section-pad-x)!important;}body.theme-layout-full .home-page-pro>.container.home-newsroom-section,
body.theme-layout-full .home-page-pro>.container.home-category-section{padding:var(--home-section-pad-y) var(--home-section-pad-x)!important;}.home-page-pro>.home-newsroom-section>.home-section-head-pro,
.home-page-pro>.home-category-section>.home-category-head{margin:0 0 clamp(16px,1.4vw,20px)!important;padding:0!important;}.home-page-pro>.home-newsroom-section>.home-newsroom-layout,
.home-page-pro>.home-newsroom-section>.home-newsroom-card-grid,
.home-page-pro>.home-category-section>.news-grid,
.home-page-pro>.home-category-section>.category-featured-layout,
.home-page-pro>.home-category-section>.category-news-list,
.home-page-pro>.home-category-section>.category-compact-list{width:100%!important;min-width:0;margin-inline:0!important;}.home-page-pro>.home-newsroom-section>.home-newsroom-card-grid{margin-top:clamp(16px,1.5vw,22px)!important;}.home-newsroom-primary-copy{padding:clamp(18px,1.55vw,23px)!important;}.home-newsroom-primary-copy h3{margin:7px 0 11px;}.home-newsroom-primary-copy p{margin:0 0 15px;}.home-newsroom-row{min-height:108px;padding:13px 14px!important;gap:12px!important;}.home-newsroom-stack{border-radius:var(--home-card-radius);}.home-sidebar-pro .widget{padding:var(--home-item-pad)!important;}.home-page-pro .home-newsroom-card-grid .news-card__body{padding:16px 17px 15px!important;}.home-category-section>.news-grid,
.home-category-section>.category-featured-layout{box-sizing:border-box;padding:2px;gap:clamp(14px,1.35vw,19px)!important;}.home-category-section .news-card__body{padding:16px 17px 15px!important;}.home-category-section .category-news-list,
.home-category-section .category-compact-list{border-radius:16px;}.home-category-section .category-news-list>a{min-height:96px;padding:14px 15px!important;gap:14px!important;}.home-category-section .category-news-list>a>img{width:112px;height:76px;flex:0 0 auto;object-fit:cover;border-radius:12px;}.home-category-section .category-news-list>a>span{display:grid;align-content:center;gap:5px;}.home-category-section .category-news-list>a:not(:has(>img)){grid-template-columns:minmax(0,1fr) 24px;}.home-category-section .category-compact-list>a{min-height:52px;padding:13px 15px!important;gap:12px!important;}.home-category-section .category-featured-lead,
.home-category-section .category-featured-side,
.home-category-section .category-featured-side>.news-card{min-width:0;}@media (max-width:900px){.home-page-pro{--home-section-pad-y:18px;--home-section-pad-x:18px;}body.theme-layout-full .home-page-pro>.container.home-newsroom-section,
  body.theme-layout-full .home-page-pro>.container.home-category-section,
  .home-page-pro>.container.home-newsroom-section,
  .home-page-pro>.container.home-category-section{padding:18px!important;}.home-newsroom-row{padding:12px!important;}}@media (max-width:680px){.home-page-pro{--home-section-pad-y:14px;--home-section-pad-x:14px;--home-item-pad:13px;}body.theme-layout-full .home-page-pro>.container.home-newsroom-section,
  body.theme-layout-full .home-page-pro>.container.home-category-section,
  .home-page-pro>.container.home-newsroom-section,
  .home-page-pro>.container.home-category-section{width:calc(100% - 20px)!important;padding:14px!important;}.home-page-pro>.home-newsroom-section>.home-section-head-pro,
  .home-page-pro>.home-category-section>.home-category-head{margin-bottom:12px!important;}.home-newsroom-primary-copy{padding:15px!important;}.home-newsroom-row{min-height:90px;grid-template-columns:24px 76px minmax(0,1fr);padding:10px!important;gap:9px!important;}.home-newsroom-row-media{width:76px;height:62px;}.home-page-pro .home-newsroom-card-grid .news-card__body,
  .home-category-section .news-card__body{padding:14px!important;}.home-category-section>.news-grid,
  .home-category-section>.category-featured-layout{padding:1px;gap:11px!important;}.home-category-section .category-news-list>a{min-height:84px;grid-template-columns:82px minmax(0,1fr) 16px!important;padding:10px!important;gap:10px!important;}.home-category-section .category-news-list>a:not(:has(>img)){grid-template-columns:minmax(0,1fr) 16px!important;}.home-category-section .category-news-list>a>img{width:82px!important;height:64px!important;border-radius:10px!important;}.home-category-section .category-compact-list>a{min-height:48px;padding:11px 12px!important;gap:9px!important;}}@media (max-width:420px){body.theme-layout-full .home-page-pro>.container.home-newsroom-section,
  body.theme-layout-full .home-page-pro>.container.home-category-section,
  .home-page-pro>.container.home-newsroom-section,
  .home-page-pro>.container.home-category-section{padding:13px!important;}.home-newsroom-row{grid-template-columns:22px 70px minmax(0,1fr);padding:9px!important;gap:8px!important;}.home-newsroom-row-media{width:70px;height:58px;}.home-page-pro .home-newsroom-card-grid .news-card__body,
  .home-category-section .news-card__body{padding:13px!important;}}.home-poll-widget-publishers .home-poll-head .kicker{display:inline-block;margin:0 0 5px;color:var(--brand);font-size:12px;line-height:1.2;font-weight:900;letter-spacing:.075em;}.home-poll-widget-publishers .home-poll-head h3{margin:0;font-size:clamp(19px,1.65vw,23px);line-height:1.32;font-weight:850;letter-spacing:-.025em;text-wrap:balance;}.home-live-head-side h2{max-width:420px;color:var(--text);font-size:15px;line-height:1.4;font-weight:800;letter-spacing:-.012em;}@media (max-width:760px){.home-poll-widget-publishers .home-poll-head .kicker{margin-bottom:4px;font-size:11px;}.home-poll-widget-publishers .home-poll-head h3{font-size:19px;line-height:1.34;}.home-live-head-side h2{max-width:none;font-size:13px!important;line-height:1.32;font-weight:800;}}@media (max-width:390px){.home-poll-widget-publishers .home-poll-head .kicker{font-size:10.5px;}.home-poll-widget-publishers .home-poll-head h3{font-size:18px;}.home-live-head-side h2{font-size:12px!important;line-height:1.3;}}.home-poll-widget-publishers .home-poll-head{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;justify-items:stretch;gap:10px;width:100%;min-width:0;margin:0 0 16px;}.home-poll-widget-publishers .home-poll-label-row{display:flex;align-items:center;gap:10px;width:100%;min-width:0;}.home-poll-widget-publishers .home-poll-label-row .home-widget-icon{flex:0 0 42px;width:42px;height:42px;border-radius:13px;}.home-poll-widget-publishers .home-poll-label-row .kicker{display:block;min-width:0;margin:0;color:var(--brand);font-size:clamp(14px,1.15vw,16px);line-height:1.2;font-weight:950;letter-spacing:.055em;text-transform:uppercase;}.home-poll-widget-publishers .home-poll-head .home-poll-question{display:block;width:100%;max-width:100%;min-width:0;margin:0;padding:0;color:var(--ink);font-size:clamp(20px,1.72vw,24px);line-height:1.34;font-weight:850;letter-spacing:-.022em;text-align:start;white-space:normal;overflow:visible;overflow-wrap:anywhere;word-break:normal;hyphens:auto;text-wrap:pretty;}@media (max-width:760px){.home-poll-widget-publishers .home-poll-head{gap:9px;margin-bottom:14px;}.home-poll-widget-publishers .home-poll-label-row{gap:9px;}.home-poll-widget-publishers .home-poll-label-row .home-widget-icon{flex-basis:39px;width:39px;height:39px;border-radius:12px;}.home-poll-widget-publishers .home-poll-label-row .kicker{font-size:13px;letter-spacing:.05em;}.home-poll-widget-publishers .home-poll-head .home-poll-question{font-size:19px;line-height:1.38;letter-spacing:-.018em;}}@media (max-width:390px){.home-poll-widget-publishers .home-poll-label-row .kicker{font-size:12.5px;}.home-poll-widget-publishers .home-poll-head .home-poll-question{font-size:18px;line-height:1.4;}}.home-poll-widget-publishers .home-poll-head{grid-template-columns:100%;}.home-poll-widget-publishers .home-poll-head .home-poll-question{grid-column:1 / -1;justify-self:stretch;inline-size:100%;width:100%;max-inline-size:none;max-width:none;box-sizing:border-box;font-size:clamp(18px,1.45vw,21px);line-height:1.36;letter-spacing:-.016em;white-space:normal;text-wrap:wrap;overflow-wrap:break-word;word-break:normal;hyphens:none;}@media (max-width:760px){.home-poll-widget-publishers .home-poll-head .home-poll-question{font-size:18px;line-height:1.38;letter-spacing:-.012em;}}@media (max-width:390px){.home-poll-widget-publishers .home-poll-head .home-poll-question{font-size:17px;line-height:1.4;}}@media (min-width:901px){.site-header .header-main{height:78px;min-height:78px;}.site-header .category-nav{min-height:49px;gap:26px;}.site-header .category-nav>a,
  .site-header .category-nav>.nav-item>a{padding-block:14px;font-size:15px;line-height:1.2;font-weight:800;}.site-header .category-nav>a>.ui-icon,
  .site-header .category-nav>.nav-item>a>.ui-icon{width:18px;height:18px;}.site-header .nav-item>.nav-submenu-toggle{width:32px;height:32px;}}@media (max-width:900px){.site-header .header-main{height:68px!important;min-height:68px!important;grid-template-rows:60px!important;}.category-nav[data-mobile-menu]{top:68px!important;}.category-nav[data-mobile-menu]>a,
  .category-nav[data-mobile-menu]>.nav-item>a{min-height:50px!important;padding:12px 11px!important;font-size:15.5px!important;}}@media (max-width:390px){.site-header .header-main{height:66px!important;min-height:66px!important;grid-template-rows:58px!important;}.category-nav[data-mobile-menu]{top:66px!important;}.category-nav[data-mobile-menu]>a,
  .category-nav[data-mobile-menu]>.nav-item>a{min-height:49px!important;font-size:15px!important;}}.author-profile-avatar,
.article-author-avatar,
.article-sidebar-author-avatar,
.member-avatar{position:relative;overflow:visible!important;}.member-avatar>img,
.member-avatar>span{width:100%;height:100%;display:grid;place-items:center;object-fit:cover;border-radius:26px;}.author-profile-avatar .author-presence-dot,
.article-author-avatar .author-presence-dot,
.article-sidebar-author-avatar .author-presence-dot,
.member-avatar .author-presence-dot{position:absolute!important;z-index:8;top:3px!important;right:3px!important;bottom:auto!important;left:auto!important;display:block;width:20px!important;height:20px!important;min-width:20px;min-height:20px;padding:0;border:4px solid var(--surface)!important;border-radius:999px;background:#667085!important;box-shadow:0 4px 12px rgba(16,24,40,.24),0 0 0 1px color-mix(in srgb,#667085 32%,transparent)!important;box-sizing:border-box;pointer-events:none;}.author-profile-avatar .author-presence-dot.is-online,
.article-author-avatar .author-presence-dot.is-online,
.article-sidebar-author-avatar .author-presence-dot.is-online,
.member-avatar .author-presence-dot.is-online{background:#12b76a!important;box-shadow:0 4px 12px rgba(18,183,106,.28),0 0 0 4px rgba(18,183,106,.14)!important;}.author-profile-avatar .author-presence-dot{top:7px!important;right:7px!important;width:23px!important;height:23px!important;min-width:23px;min-height:23px;border-width:5px!important;}.member-avatar .author-presence-dot{top:6px!important;right:6px!important;width:22px!important;height:22px!important;min-width:22px;min-height:22px;}@media (max-width:680px){.member-avatar>img,.member-avatar>span{border-radius:20px;}.author-profile-avatar .author-presence-dot,
  .member-avatar .author-presence-dot{top:4px!important;right:4px!important;width:19px!important;height:19px!important;min-width:19px;min-height:19px;border-width:4px!important;}.article-author-avatar .author-presence-dot,
  .article-sidebar-author-avatar .author-presence-dot{top:2px!important;right:2px!important;width:18px!important;height:18px!important;min-width:18px;min-height:18px;}}.referral-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:28px;padding:28px;overflow:hidden;position:relative;}.referral-hero:after{content:"";position:absolute;right:-90px;top:-110px;width:260px;height:260px;border-radius:50%;background:color-mix(in srgb,var(--primary) 8%,transparent);pointer-events:none;}.referral-hero-copy{display:flex;align-items:flex-start;gap:18px;position:relative;z-index:1;}.referral-hero-copy h2{margin:5px 0 9px;font-size:clamp(24px,2vw,34px);line-height:1.13;}.referral-hero-copy p{margin:0;color:var(--muted);line-height:1.7;}.referral-hero-icon{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:16px;background:color-mix(in srgb,var(--primary) 13%,var(--surface));color:var(--primary);}.referral-hero-icon svg{width:25px;height:25px;}.referral-link-box{align-self:center;position:relative;z-index:1;border:1px solid var(--border);background:var(--surface);border-radius:18px;padding:18px;box-shadow:var(--shadow-sm);}.referral-link-box>label{display:block;margin-bottom:8px;font-weight:800;font-size:13px;}.referral-link-control{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;}.referral-link-control input{min-width:0;font-size:13px;font-weight:700;background:var(--surface-soft);}.referral-social-share{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px;}.referral-social-share a{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--border);border-radius:10px;background:var(--surface);font-size:12px;font-weight:750;color:var(--text);}.referral-social-share a:hover{border-color:var(--primary);color:var(--primary);}.referral-social-share svg{width:15px;height:15px;}.referral-reward-strip,.referral-stats-grid,.admin-referral-summary{display:grid;gap:12px;margin:18px 0;}.referral-reward-strip{grid-template-columns:repeat(3,minmax(0,1fr));}.referral-stats-grid,.admin-referral-summary{grid-template-columns:repeat(6,minmax(0,1fr));}.referral-reward-strip>div,.referral-stats-grid>div,.admin-referral-summary>div{min-width:0;border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:16px;display:flex;flex-direction:column;gap:6px;box-shadow:var(--shadow-sm);}.referral-reward-strip span,.referral-stats-grid span,.admin-referral-summary span{color:var(--primary);}.referral-reward-strip strong,.referral-stats-grid strong,.admin-referral-summary strong{font-size:clamp(18px,2vw,25px);line-height:1.05;overflow-wrap:anywhere;}.referral-reward-strip small,.referral-stats-grid small,.admin-referral-summary small{color:var(--muted);font-weight:700;}.referral-stats-grid .is-reward,.admin-referral-summary .is-reward{border-color:color-mix(in srgb,var(--primary) 35%,var(--border));background:color-mix(in srgb,var(--primary) 7%,var(--surface));}.referral-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-bottom:18px;}.referral-code-panel,.referral-process-panel{margin:0;}.referral-code-form{gap:16px;}.referral-slug-input{display:flex;align-items:stretch;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface);}.referral-slug-input span{display:flex;align-items:center;padding:0 12px;background:var(--surface-soft);border-right:1px solid var(--border);font-weight:850;color:var(--muted);}.referral-slug-input input{border:0!important;border-radius:0!important;min-width:0;box-shadow:none!important;}.referral-process-list{list-style:none;padding:0;margin:0;display:grid;gap:12px;}.referral-process-list li{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft);}.referral-process-list li>span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:10px;background:var(--primary);color:#fff;font-weight:900;}.referral-process-list strong,.referral-process-list small{display:block;}.referral-process-list small{margin-top:3px;color:var(--muted);line-height:1.45;}.referral-risk{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:850;white-space:nowrap;}.referral-table td small{display:block;margin-top:4px;color:var(--muted);}.referral-register-banner{display:flex;align-items:flex-start;gap:12px;padding:14px;margin:14px 0 18px;border:1px solid color-mix(in srgb,var(--primary) 30%,var(--border));border-radius:15px;background:color-mix(in srgb,var(--primary) 6%,var(--surface));}.referral-register-banner>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:12px;background:var(--primary);color:#fff;}.referral-register-banner small,.referral-register-banner strong,.referral-register-banner p{display:block;}.referral-register-banner small{font-size:10px;font-weight:900;letter-spacing:.08em;color:var(--primary);}.referral-register-banner strong{margin:2px 0 4px;}.referral-register-banner p{margin:0;color:var(--muted);font-size:13px;line-height:1.5;}.copy-feedback{position:fixed;left:50%;bottom:24px;z-index:9999;transform:translate(-50%,18px);opacity:0;pointer-events:none;padding:10px 15px;border-radius:12px;background:#101828;color:#fff;font-size:13px;font-weight:800;box-shadow:0 12px 35px rgba(16,24,40,.25);transition:.2s ease;}.copy-feedback.is-visible{opacity:1;transform:translate(-50%,0);}@media (max-width:1180px){.referral-stats-grid,.admin-referral-summary{grid-template-columns:repeat(3,minmax(0,1fr));}.referral-hero{grid-template-columns:1fr;}.referral-link-box{width:100%;}}@media (max-width:820px){.referral-content-grid{grid-template-columns:1fr;}.referral-reward-strip{grid-template-columns:1fr;}.referral-link-control{grid-template-columns:1fr 1fr;}.referral-link-control input{grid-column:1/-1;}}@media (max-width:620px){.referral-hero{padding:18px;gap:18px;}.referral-hero-copy{gap:12px;}.referral-hero-icon{width:44px;height:44px;flex-basis:44px;border-radius:13px;}.referral-link-box{padding:14px;}.referral-link-control{grid-template-columns:1fr;}.referral-link-control input{grid-column:auto;}.referral-link-control .btn{width:100%;}.referral-social-share{display:grid;grid-template-columns:1fr 1fr;}.referral-social-share a{justify-content:center;}.referral-stats-grid,.admin-referral-summary{grid-template-columns:1fr 1fr;}.referral-reward-strip>div,.referral-stats-grid>div,.admin-referral-summary>div{padding:13px;}.referral-table.mobile-card-table td{align-items:start;}.referral-register-banner{padding:12px;}.referral-page-title .btn{width:100%;}}@media (max-width:390px){.referral-stats-grid,.admin-referral-summary,.referral-social-share{grid-template-columns:1fr;}}.application-referral-context>.btn{flex:0 0 auto;}@media (max-width:620px){.application-referral-context>.btn{width:100%;}}.live-broadcast-fullscreen > span{display:inline-grid;place-items:center;width:100%;height:100%;}.live-broadcast-fullscreen > span[hidden]{display:none!important;}.live-broadcast-fullscreen:disabled{opacity:.72;cursor:wait;}.home-broadcast-video:fullscreen,
.live-broadcast-video-shell:fullscreen,
.home-broadcast-video:-webkit-full-screen,
.live-broadcast-video-shell:-webkit-full-screen{width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;aspect-ratio:auto!important;border-radius:0!important;background:#000!important;}.home-broadcast-video:fullscreen video,
.live-broadcast-video-shell:fullscreen video,
.home-broadcast-video:-webkit-full-screen video,
.live-broadcast-video-shell:-webkit-full-screen video{width:100%!important;height:100%!important;object-fit:contain!important;background:#000!important;}.home-broadcast-video:fullscreen .live-broadcast-fullscreen,
.live-broadcast-video-shell:fullscreen .live-broadcast-fullscreen,
.home-broadcast-video:-webkit-full-screen .live-broadcast-fullscreen,
.live-broadcast-video-shell:-webkit-full-screen .live-broadcast-fullscreen{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:12;}@media (min-width:1251px){.account-overview-grid{grid-template-columns:repeat(6,minmax(0,1fr));}}.account-referral-summary>span{background:color-mix(in srgb,var(--brand) 12%,var(--surface))!important;color:var(--brand)!important;}.referral-account-page{padding-block:28px 10px;}.referral-account-title{margin-bottom:18px;}.referral-account-title .page-actions{display:flex;gap:9px;flex-wrap:wrap;}.referral-account-grid{align-items:start;}.referral-account-content{display:grid;gap:18px;min-width:0;}.referral-account-content>.panel,.referral-account-content>section{min-width:0;}.referral-account-content .referral-hero{margin:0;}.referral-account-content .referral-reward-strip,.referral-account-content .referral-stats-grid{margin:0;}.referral-account-content .referral-content-grid{margin:0;}.referral-account-content .referral-history-panel{margin:0;}@media (max-width:900px){.referral-account-page{padding-top:18px;}.referral-account-title{align-items:flex-start;}.referral-account-title .page-actions{width:100%;}.referral-account-title .page-actions .btn{flex:1 1 190px;}.referral-account-grid{gap:14px;}}@media (max-width:620px){.referral-account-title .page-actions{display:grid;grid-template-columns:1fr;}.referral-account-title .page-actions .btn{width:100%;}.referral-account-content{gap:13px;}}.author-news-actions .btn{width:100%;min-width:0;justify-content:center;white-space:nowrap;}@media (max-width:760px){.mobile-card-table.author-news-table td[data-label="İşlem"] .author-news-actions{justify-self:end;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));width:min(100%,240px);}.mobile-card-table.author-news-table td[data-label="İşlem"] .author-news-actions .btn{min-height:36px;padding-inline:9px;font-size:10.5px;}}@media (max-width:390px){.mobile-card-table.author-news-table td[data-label="İşlem"]{grid-template-columns:78px minmax(0,1fr);gap:8px;}.mobile-card-table.author-news-table td[data-label="İşlem"] .author-news-actions{grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:6px;width:100%;}.mobile-card-table.author-news-table td[data-label="İşlem"] .author-news-actions .btn{min-height:34px;padding-inline:6px;font-size:9.5px;}}.referral-link-control input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.referral-code-form .referral-policy-note{display:flex;align-items:flex-start;gap:9px;margin:0;padding:11px 12px;font-size:12px;line-height:1.55;}.referral-code-form .referral-policy-note>svg{flex:0 0 17px;width:17px;height:17px;margin-top:1px;color:var(--primary);}.referral-code-form .referral-slug-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 13%,transparent);}.referral-code-form .referral-slug-input input:focus{outline:0;}@media (max-width:620px){.referral-hero-copy h2{font-size:clamp(21px,7vw,28px);}.referral-code-form .btn[type="submit"]{width:100%;}}@media (max-width:680px){.home-page-pro .home-category-section .home-category-head{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:10px!important;}.home-page-pro .home-category-section .home-category-head>div{flex:1 1 auto;min-width:0;}.home-page-pro .home-category-section .home-category-title{display:flex;align-items:center;min-width:0;margin:0;}.home-page-pro .home-category-section .home-category-title>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.home-page-pro .home-category-section .home-category-head>.section-link{flex:0 0 auto;align-self:center!important;margin:0 0 0 auto!important;min-height:34px;padding:7px 9px!important;display:inline-flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;font-size:11px;line-height:1;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));}.home-page-pro .home-category-section .home-category-head>.section-link svg{width:15px;height:15px;}}@media (max-width:390px){.home-page-pro .home-category-section .home-category-head{gap:7px!important;}.home-page-pro .home-category-section .home-category-title{font-size:clamp(20px,6vw,24px)!important;}.home-page-pro .home-category-section .home-category-head>.section-link{min-height:32px;padding:6px 7px!important;font-size:10px;}}@media (max-width:680px){.home-page-pro .home-newsroom-section>.home-section-head-pro{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;gap:10px!important;}.home-page-pro .home-newsroom-section>.home-section-head-pro>div{flex:1 1 auto;min-width:0;}.home-page-pro .home-newsroom-section>.home-section-head-pro h2{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.home-page-pro .home-newsroom-section>.home-section-head-pro>.section-link{flex:0 0 auto;align-self:center!important;margin:0 0 0 auto!important;min-height:34px;padding:7px 9px!important;display:inline-flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;font-size:11px!important;line-height:1;}.home-page-pro .home-newsroom-section>.home-section-head-pro>.section-link svg{width:15px;height:15px;}}@media (max-width:390px){.home-page-pro .home-newsroom-section>.home-section-head-pro{gap:7px!important;}.home-page-pro .home-newsroom-section>.home-section-head-pro h2{font-size:clamp(20px,6vw,24px)!important;}.home-page-pro .home-newsroom-section>.home-section-head-pro>.section-link{min-height:32px;padding:6px 7px!important;font-size:10px!important;}}.user-role-badge,
.user-presence-badge{--badge-accent:var(--brand);display:inline-flex;align-items:center;justify-content:center;gap:5px;width:max-content;max-width:100%;height:28px;min-height:28px;padding:0 9px;border:1px solid color-mix(in srgb,var(--badge-accent) 25%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--badge-accent) 7%,var(--surface));color:var(--badge-accent);box-shadow:none;font-size:10px;font-weight:850;letter-spacing:0;line-height:1;text-transform:none;white-space:nowrap;vertical-align:middle;}.user-role-badge .ui-icon{flex:0 0 auto;width:13px;height:13px;stroke-width:2.2;}.user-role-badge>span,.user-presence-badge>span{min-width:0;overflow:hidden;text-overflow:ellipsis;}.user-role-badge.role-member{--badge-accent:#475467;}.user-role-badge.role-author{--badge-accent:#2563eb;}.user-role-badge.role-reporter{--badge-accent:#b42318;}.user-role-badge.role-editor{--badge-accent:#7c3aed;}.user-role-badge.role-category_editor{--badge-accent:#0f766e;}.user-role-badge.role-chief_editor{--badge-accent:#b45309;}.user-role-badge.role-admin{--badge-accent:#344054;}.user-role-badge.role-super_admin{--badge-accent:#be123c;}.user-presence-badge{--badge-accent:#667085;}.user-presence-badge.is-online{--badge-accent:#067647;}.user-presence-badge>i{flex:0 0 7px;width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 12%,transparent);}.account-dropdown-head>span:last-child{display:flex;align-items:flex-start;flex-direction:column;gap:5px;min-width:0;}.account-dropdown-head .account-role-badge{height:24px;min-height:24px;padding-inline:7px;font-size:9px;}.panel-user-meta .panel-role-badge .ui-icon{width:11px;height:11px;}.profile-hero-role-line,.member-role-line,.admin-user-title-meta,.news-author-meta,.review-author-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:0;color:var(--muted);}.profile-hero-role-line>span:first-child,.member-role-line>span:first-child,.admin-user-title-meta>span:first-child,
.news-author-meta>span:first-child,.review-author-meta>span:first-child{min-width:0;overflow-wrap:anywhere;}.member-role-line{margin-top:5px;}.member-role-line .member-role-badge,.member-role-line .member-presence-badge{height:26px;min-height:26px;}.message-role-badge{height:23px;min-height:23px;padding-inline:6px;font-size:8px;border-radius:7px;}.message-role-badge .ui-icon{width:11px;height:11px;}.message-presence-badge{height:23px;min-height:23px;padding-inline:6px;font-size:8px;border-radius:7px;}.message-thread-head .page-title-row p,.messages-page .page-title-row p{display:flex;align-items:center;flex-wrap:wrap;gap:6px;}.conversation-copy>.user-role-badge,.blocked-user-row .user-role-badge{margin-top:3px;}.application-referral-context>div>.user-role-badge{margin-top:5px;}.article-sidebar-author-copy .article-author-role-badge{margin-top:5px;}.publisher-card-role{margin-bottom:5px;}@media (max-width:680px){.user-role-badge,.user-presence-badge{height:26px;min-height:26px;padding-inline:7px;font-size:9px;}.user-role-badge .ui-icon{width:12px;height:12px;}.profile-hero-role-line,.member-role-line{gap:5px;}}.message-user-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:6px;min-width:0;margin-top:5px;}.message-user-badges .user-role-badge,
.message-user-badges .user-presence-badge{min-height:26px;height:26px;padding-inline:8px;border-radius:8px;font-size:9px;line-height:1;box-shadow:none;}.message-user-badges .user-role-badge .ui-icon{width:13px;height:13px;}.message-user-badges .user-presence-badge i{width:7px;height:7px;}.message-recipient-copy{display:block;min-width:0;}.message-recipient-copy>strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.message-thread-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(100%,430px);flex:0 1 430px;}.message-thread-actions form{display:flex;min-width:0;width:100%;margin:0;}.message-thread-actions .btn{width:100%;min-width:0;min-height:42px;height:auto;justify-content:center;gap:7px;padding:9px 11px;white-space:normal;text-align:center;line-height:1.2;box-shadow:none;}.message-thread-actions .btn .ui-icon{flex:0 0 auto;}.message-thread-actions .btn span{min-width:0;}.message-bubble-body{white-space:pre-wrap;}.message-delivery-status{display:inline-flex!important;align-items:center;gap:3px;white-space:nowrap;font-weight:750;}.message-delivery-status b{display:inline-block;min-width:11px;font-size:10px;line-height:1;letter-spacing:-2px;}.message-delivery-status.is-delivered{color:var(--muted)!important;}.message-delivery-status.is-read{color:var(--brand)!important;}.message-compose-feedback{margin:0;padding:9px 18px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--danger) 7%,var(--surface));color:var(--danger);font-size:11px;font-weight:700;}.message-compose-feedback.is-success{background:color-mix(in srgb,var(--success) 7%,var(--surface));color:var(--success);}.message-send-button.is-loading{opacity:.78;cursor:wait;}.conversation-copy>.message-user-badges{margin-top:5px;}.conversation-copy>.message-user-badges+p{margin-top:5px;}@media (max-width:900px){.message-thread-head{gap:13px;}.message-thread-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;max-width:none;flex-basis:auto;}.message-thread-actions form,.message-thread-actions button{width:100%!important;}.message-thread-actions .btn{min-height:44px;font-size:clamp(10px,3vw,12px);padding:8px 7px;}.message-thread-actions .btn .ui-icon{width:17px;height:17px;}}@media (max-width:420px){.message-thread-actions{gap:7px;}.message-thread-actions .btn{font-size:10px;gap:5px;padding-inline:5px;}.message-user-badges{gap:5px;}.message-user-badges .user-role-badge,
  .message-user-badges .user-presence-badge{height:25px;min-height:25px;padding-inline:7px;font-size:8px;}}body.page-private-messages #content{min-height:0;}body.page-private-messages .messages-page{padding-bottom:12px;}body.page-private-messages .message-thread-shell{margin-bottom:0;}body.page-private-messages .site-footer{margin-top:10px;}@media (max-width:900px){body.page-private-messages .messages-page{padding-bottom:8px!important;}body.page-private-messages .message-thread-shell{margin-bottom:0!important;}body.page-private-messages .site-footer{margin-top:8px!important;}}@media (max-width:430px){body.page-private-messages .messages-page{padding-bottom:6px!important;}body.page-private-messages .site-footer{margin-top:6px!important;}}.message-user-badges--inbox{display:inline-flex!important;width:max-content!important;max-width:100%;min-width:0;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;align-self:flex-start;gap:6px!important;margin:5px 0 0!important;}.message-user-badges--inbox>.user-role-badge,
.message-user-badges--inbox>.user-presence-badge{flex:0 1 auto;min-width:0;margin:0!important;}.message-user-badges--inbox>.user-role-badge{max-width:150px;}.message-user-badges--inbox>.user-presence-badge{flex-shrink:0;}.message-user-badges--inbox>.user-role-badge>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}@media (max-width:680px){.message-user-badges--inbox{gap:5px!important;}.message-user-badges--inbox>.user-role-badge{max-width:min(42vw,132px);}}@media (max-width:390px){.message-user-badges--inbox>.user-role-badge{max-width:112px;}.message-user-badges--inbox>.user-role-badge,
  .message-user-badges--inbox>.user-presence-badge{height:24px;min-height:24px;padding-inline:6px;font-size:8px;}}.newsletter-cron-health .ui-icon{width:15px;height:15px;}.newsletter-cron-health.is-healthy,.newsletter-health-inline.is-healthy{border-color:color-mix(in srgb,#16a34a 30%,var(--line));background:color-mix(in srgb,#16a34a 9%,var(--surface));color:#15803d;}.newsletter-cron-health.is-warning,.newsletter-health-inline.is-warning{border-color:color-mix(in srgb,#d97706 30%,var(--line));background:color-mix(in srgb,#d97706 9%,var(--surface));color:#b45309;}.newsletter-cron-health.is-danger,.newsletter-health-inline.is-danger{border-color:color-mix(in srgb,#dc2626 28%,var(--line));background:color-mix(in srgb,#dc2626 8%,var(--surface));color:#b91c1c;}.newsletter-cron-recommendation>.ui-icon{flex:0 0 auto;width:21px;height:21px;margin-top:1px;color:var(--brand);}.newsletter-cron-command-grid article.is-recommended{border-color:color-mix(in srgb,var(--brand) 30%,var(--line));}.newsletter-cron-card-title>span .ui-icon{width:18px;height:18px;}.newsletter-cron-copy-row .btn{align-self:stretch;min-height:38px;}.newsletter-cron-frequency-grid article.is-recommended{border-color:color-mix(in srgb,var(--brand) 32%,var(--line));background:color-mix(in srgb,var(--brand) 4%,var(--surface));}@media (max-width:620px){.newsletter-cron-copy-row .btn{width:100%;}}.news-card__badges{position:absolute;left:12px;top:12px;right:12px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;pointer-events:none;}.news-card__badges .badge{position:static;display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:0 10px;border-radius:999px;font-size:10px;letter-spacing:.06em;box-shadow:none;}.news-card__badges .badge svg{width:13px;height:13px;}.news-card__badges .badge-premium{margin-left:auto;}.badge-live{background:#ecfdf3;border:1px solid #abefc6;color:#067647;}.badge-live svg{color:#dc2626;}.home-newsroom-primary-badge-group{position:absolute;left:16px;top:16px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;z-index:2;}.home-newsroom-primary-badge{position:static;}.home-newsroom-primary-badge-live{background:#ecfdf3;color:#067647;border:1px solid #abefc6;}.home-newsroom-primary-badge-live svg{color:#dc2626;}.news-live-chip{display:inline-flex;align-items:center;gap:6px;min-height:26px;padding:0 10px;margin:0 0 8px;border-radius:999px;background:#ecfdf3;border:1px solid #abefc6;color:#067647;font-size:11px;font-weight:800;line-height:1;white-space:nowrap;}.news-live-chip svg{width:13px;height:13px;color:#dc2626;}.news-live-chip-compact{margin-bottom:7px;}.category-compact-list>a>span{display:block;}.category-compact-list>a>span>span{display:block;}@media (max-width:680px){.news-card__badges{left:10px;top:10px;right:10px;gap:6px;}.news-card__badges .badge{min-height:25px;padding:0 9px;font-size:9px;}.home-newsroom-primary-badge-group{left:14px;top:14px;gap:6px;}.news-live-chip{min-height:24px;padding:0 9px;font-size:10px;}}.news-live-badge[hidden]{display:none!important;}.home-newsroom-row-copy>small{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}.news-live-chip-inline{min-height:21px;margin:0;padding:0 7px;font-size:8px;letter-spacing:.04em;}.news-live-chip-inline svg{width:10px;height:10px;}[data-live-news-card].is-live-news{--live-accent:#16a34a;}@media (max-width:680px){.home-newsroom-row-copy>small{gap:5px;}.news-live-chip-inline{min-height:20px;padding:0 6px;font-size:8px;}}.category-icon-option-visual{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--soft);color:var(--brand);}.category-icon-option:has(input:checked) .category-icon-option-visual{background:var(--brand);color:#fff;}.category-icon-option-visual svg{width:20px;height:20px;}@media (max-width:440px){.category-icon-option-visual{width:38px;height:38px;}}.category-icon-picker.is-expanded .category-icon-toggle-indicator svg{transform:rotate(180deg);}.category-icon-picker.is-expanded .category-icon-toggle-indicator svg{transform:rotate(180deg);}.category-display-style-preview.is-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);}.category-display-style-preview.is-featured{grid-template-columns:1.7fr 1fr;grid-template-rows:repeat(2,1fr);}.category-display-style-preview.is-featured i:first-child{grid-row:1/3;}.category-display-style-preview.is-list{grid-template-columns:22px 1fr;grid-template-rows:repeat(3,1fr);}.category-display-style-preview.is-compact{grid-template-columns:1fr;grid-template-rows:repeat(5,1fr);}.category-display-style-preview.is-mosaic{grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:repeat(2,1fr);}.category-display-style-preview.is-mosaic i:first-child{grid-row:1/3;}.category-display-style-preview.is-magazine{grid-template-columns:repeat(2,1fr);grid-template-rows:1.4fr .6fr;}.category-display-style-preview.is-magazine i:nth-child(n+3){height:6px;}.category-display-style-preview.is-split{grid-template-columns:1.2fr 1fr;grid-template-rows:repeat(3,1fr);}.category-display-style-preview.is-split i:first-child{grid-row:1/4;}.category-display-style-preview.is-horizontal{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;}.category-display-style-preview.is-tiles{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);}.category-display-style-preview.is-tiles i:first-child{grid-column:span 2;}.category-display-style-preview.is-timeline{grid-template-columns:10px 1fr;grid-template-rows:repeat(3,1fr);}.category-display-style-preview.is-timeline i:nth-child(odd){border-radius:50%;}.category-visual-gradient{position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(2,6,23,.86) 100%);}.category-visual-copy{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:18px;color:#fff;}.category-visual-copy small,.category-visual-copy time{font-size:10px;color:#e2e8f0;}.category-visual-copy strong{font-size:20px;line-height:1.15;letter-spacing:-.03em;}.category-visual-copy .news-live-chip{margin:0;}.category-mosaic-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:12px;}.category-mosaic-lead,.category-mosaic-tiles>a,.category-tile{position:relative;display:block;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--soft);min-height:0;}.category-mosaic-lead{aspect-ratio:16/11;}.category-mosaic-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.category-mosaic-tiles>a{aspect-ratio:16/10;}.category-mosaic-lead>img,.category-mosaic-tiles>a>img,.category-tile>img{width:100%;height:100%;object-fit:cover;}.category-mosaic-tiles .category-visual-copy{padding:12px;}.category-mosaic-tiles .category-visual-copy strong{font-size:14px;}.category-layout-more{margin-top:14px;}.category-magazine-layout{display:grid;gap:16px;}.category-magazine-leads{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.category-magazine-lead{display:grid;grid-template-columns:minmax(180px,.85fr) minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface);}.category-magazine-media{position:relative;min-height:220px;overflow:hidden;background:var(--soft);}.category-magazine-media img{width:100%;height:100%;object-fit:cover;}.category-magazine-media .news-live-chip{position:absolute;left:10px;top:10px;margin:0;}.category-magazine-lead>div{padding:18px;}.category-magazine-lead h3{margin:6px 0 9px;color:var(--ink);font-size:20px;line-height:1.2;}.category-magazine-lead p{margin:0 0 12px;color:var(--muted);font-size:12px;}.category-magazine-lead small,.category-magazine-lead time{color:var(--muted);font-size:10px;}.category-magazine-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}.category-magazine-list>a{display:grid;grid-template-columns:72px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--surface);}.category-magazine-thumb{display:grid;place-items:center;width:72px;height:58px;overflow:hidden;border-radius:10px;background:var(--soft);color:var(--brand);}.category-magazine-thumb img{width:100%;height:100%;object-fit:cover;}.category-magazine-list strong,.category-magazine-list small{display:block;}.category-magazine-list strong{color:var(--ink);font-size:12px;line-height:1.3;}.category-magazine-list small{margin-top:4px;color:var(--muted);font-size:9px;}.category-split-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:16px;align-items:start;}.category-split-lead .news-card{height:100%;}.category-split-list{display:grid;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--surface);}.category-split-list>a{display:grid;grid-template-columns:38px minmax(0,1fr) 26px;align-items:center;gap:10px;padding:14px;border-bottom:1px solid var(--line);}.category-split-list>a:last-child{border-bottom:0;}.category-split-list>b,.category-split-list a>b{color:var(--category-accent);font-size:18px;}.category-split-list small,.category-split-list strong,.category-split-list time{display:block;}.category-split-list small{color:var(--muted);font-size:9px;}.category-split-list strong{margin:3px 0;color:var(--ink);font-size:13px;line-height:1.3;}.category-split-list time{color:var(--muted);font-size:9px;}.category-split-arrow{display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--line);border-radius:8px;color:var(--brand);}.category-horizontal-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,1fr);gap:14px;overflow-x:auto;padding:2px 2px 10px;scroll-snap-type:x proximity;scrollbar-width:thin;}.category-horizontal-item{scroll-snap-align:start;}.category-horizontal-item .news-card{height:100%;}.category-tiles-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:230px;gap:12px;}.category-tile.is-lead{grid-column:span 2;grid-row:span 2;}.category-tile .category-visual-copy strong{font-size:17px;}.category-tile.is-lead .category-visual-copy strong{font-size:27px;}.category-tile .image-placeholder{height:100%;}.category-timeline-layout{position:relative;display:grid;gap:0;padding:4px 0;}.category-timeline-layout:before{content:"";position:absolute;left:87px;top:18px;bottom:18px;width:1px;background:var(--line);}.category-timeline-item{position:relative;display:grid;grid-template-columns:70px 14px 92px minmax(0,1fr) 24px;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);}.category-timeline-item:last-child{border-bottom:0;}.category-timeline-time{text-align:right;}.category-timeline-time strong,.category-timeline-time small{display:block;}.category-timeline-time strong{color:var(--ink);font-size:14px;}.category-timeline-time small{color:var(--muted);font-size:9px;}.category-timeline-item>i{position:relative;z-index:2;width:10px;height:10px;border:3px solid var(--surface);border-radius:50%;background:var(--category-accent);box-shadow:0 0 0 1px var(--line);}.category-timeline-media{display:grid;place-items:center;width:92px;height:62px;overflow:hidden;border-radius:11px;background:var(--soft);color:var(--brand);}.category-timeline-media img{width:100%;height:100%;object-fit:cover;}.category-timeline-copy{min-width:0;}.category-timeline-copy small,.category-timeline-copy strong,.category-timeline-copy>span{display:block;}.category-timeline-copy small{color:var(--muted);font-size:9px;}.category-timeline-copy strong{margin:3px 0;color:var(--ink);font-size:14px;line-height:1.3;}.category-timeline-copy>span{color:var(--muted);font-size:10px;}@media (max-width:1100px){.category-magazine-leads{grid-template-columns:1fr;}.category-magazine-list{grid-template-columns:repeat(2,minmax(0,1fr));}.category-tiles-layout{grid-template-columns:repeat(2,minmax(0,1fr));}.category-tile.is-lead{grid-column:span 2;grid-row:span 1;}.category-split-layout{grid-template-columns:1fr;}.category-split-lead .news-card{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1fr);}}@media (max-width:760px){.category-mosaic-layout{grid-template-columns:1fr;}.category-mosaic-lead{aspect-ratio:16/10;}.category-mosaic-tiles{grid-template-columns:repeat(2,minmax(220px,1fr));overflow-x:auto;padding-bottom:7px;}.category-mosaic-tiles>a{min-width:220px;}.category-magazine-lead{grid-template-columns:130px minmax(0,1fr);}.category-magazine-media{min-height:170px;}.category-magazine-list{grid-template-columns:1fr;}.category-split-lead .news-card{display:block;}.category-tiles-layout{grid-template-columns:1fr 1fr;grid-auto-rows:190px;}.category-tile.is-lead{grid-column:1/-1;}.category-timeline-layout:before{left:66px;}.category-timeline-item{grid-template-columns:50px 12px 74px minmax(0,1fr);gap:8px;}.category-timeline-item>svg{display:none;}.category-timeline-media{width:74px;height:56px;}.category-timeline-copy>span{display:none;}}@media (max-width:480px){.category-mosaic-tiles{grid-template-columns:repeat(2,minmax(190px,1fr));}.category-magazine-lead{grid-template-columns:1fr;}.category-magazine-media{min-height:190px;}.category-tiles-layout{grid-template-columns:1fr;grid-auto-rows:210px;}.category-tile.is-lead{grid-column:auto;}.category-timeline-layout:before{left:54px;}.category-timeline-item{grid-template-columns:40px 10px minmax(0,1fr);}.category-timeline-media{display:none;}.category-timeline-time strong{font-size:12px;}.category-visual-copy strong,.category-tile.is-lead .category-visual-copy strong{font-size:18px;}}.category-display-style-picker.is-expanded .category-display-style-toggle-indicator svg{transform:rotate(180deg);}.category-display-style-picker.is-collapsed .category-display-style-toggle{border-radius:15px;}.ad-slot{border-style:solid;box-shadow:none;background:color-mix(in srgb,var(--surface) 98%,var(--soft) 2%);}.ad-slot .ad-media-link{display:grid;place-items:center;width:100%;min-width:0;}.ad-slot .ad-media-link img{display:block;max-width:100%;max-height:250px;object-fit:contain;}.ad-presentation-banner .ad-media-link img{max-height:180px;width:auto;}.ad-presentation-compact .ad-media-link img{max-height:110px;}.ad-presentation-compact .ad-disclosure{top:5px;right:5px;}.ad-presentation-native .ad-media-link{justify-items:start;}.ad-presentation-native .ad-media-link img{width:100%;max-height:240px;object-fit:cover;}.ad-presentation-native .ad-cta{justify-self:start;}.article-ad{clear:both;}.article-ad-before-content{margin:14px 0 20px;}.article-ad-mid{margin:26px 0;}.article-ad-after{margin:24px 0 8px;}.article-ad-section{width:min(100%,var(--container));margin:30px auto;}.article-content>.article-ad-mid{max-width:100%;}.article-content>.article-ad-mid .ad-slot{margin-inline:0;}.listing-ad{width:100%;min-width:0;}.listing-ad-top{margin:0 0 24px;}.listing-ad-grid{grid-column:1/-1;margin:4px 0;}.listing-ad .ad-slot{margin:0;width:100%;}.home-ad-after-latest,.home-ad-before-categories,.home-ad-between-categories,.home-ad-before-authors{padding-block:10px;}@media (max-width:760px){.article-ad-mid{margin:20px 0;}.article-ad-section{margin-block:22px;}.listing-ad-top{margin-bottom:18px;}.ad-slot .ad-media-link img{max-height:180px;}}@media (max-width:480px){.ad-slot{padding:8px;}.ad-disclosure{font-size:7px;}.article-ad-mid{margin-inline:-2px;}}.ad-slot{width:100%;min-height:max(72px,var(--ad-reserve-height,0px));container-type:inline-size;}.ad-type-image .ad-media-link{width:100%;}.ad-type-image img,.ad-type-video video{display:block;width:100%;max-width:100%;margin:auto;background:#05070b;}.ad-ratio-banner .ad-media-link,.ad-ratio-banner .ad-video-frame{aspect-ratio:4/1;}.ad-ratio-16x9 .ad-media-link,.ad-ratio-16x9 .ad-video-frame{aspect-ratio:16/9;}.ad-ratio-4x3 .ad-media-link,.ad-ratio-4x3 .ad-video-frame{aspect-ratio:4/3;}.ad-ratio-1x1 .ad-media-link,.ad-ratio-1x1 .ad-video-frame{aspect-ratio:1/1;max-width:620px;margin-inline:auto;}.ad-video-frame{width:100%;max-width:970px;margin-inline:auto;overflow:hidden;border-radius:12px;background:#05070b;}.ad-type-video video{max-height:520px;object-fit:var(--ad-media-fit,contain);}.ad-type-video .ad-cta{margin-top:2px;}.ad-type-adsense .ad-code-inner{display:block;width:100%;max-width:100%;min-width:0;overflow:visible;}.ad-type-help article>.ui-icon{width:22px;height:22px;margin:7px;color:var(--brand);}.home-ad-after-editor,.home-ad-after-galleries,.home-ad-after-audio,.home-ad-after-videos,.home-ad-after-comments{padding-block:10px;}@media (max-width:700px){.ad-ratio-banner .ad-media-link,.ad-ratio-banner .ad-video-frame{aspect-ratio:16/5;}.ad-type-video video{max-height:360px;}}.listing-ad-bottom{margin:24px 0 4px;}.live-broadcast-human-gate{position:absolute;inset:0;z-index:8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:22px;text-align:center;background:linear-gradient(180deg,rgba(3,7,18,.38),rgba(3,7,18,.78));color:#fff;}.live-broadcast-human-gate[hidden]{display:none!important;}.live-broadcast-human-gate .live-broadcast-start{min-width:150px;min-height:42px;border:1px solid rgba(255,255,255,.34);background:#fff;color:#111827;box-shadow:none;}.live-broadcast-human-gate .live-broadcast-start:hover{transform:none;background:#f8fafc;}.live-broadcast-human-gate .live-broadcast-start.is-loading{opacity:.78;cursor:wait;}.live-broadcast-human-gate .live-broadcast-start .ui-icon{width:18px;height:18px;color:#dc2626;}.live-broadcast-human-gate small{max-width:340px;color:rgba(255,255,255,.88);font-size:12px;line-height:1.45;}.home-broadcast-video .live-broadcast-human-gate{padding:16px;}.home-broadcast-video .live-broadcast-human-gate .live-broadcast-start{min-width:132px;min-height:38px;padding:9px 14px;font-size:12px;}.home-broadcast-video .live-broadcast-human-gate small{max-width:250px;font-size:10px;}.live-broadcast-video-shell,.home-broadcast-video{position:relative;}@media (max-width:680px){.live-broadcast-human-gate{gap:8px;padding:16px;}.live-broadcast-human-gate .live-broadcast-start{min-width:138px;min-height:39px;padding:9px 14px;}.live-broadcast-human-gate small{font-size:10px;max-width:270px;}}.live-cover-manager{display:grid;gap:14px;padding:15px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--surface) 97%,var(--brand) 3%);box-shadow:none;}.live-cover-manager-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}.live-cover-manager-head>div{min-width:0;}.live-cover-manager-head strong,.live-cover-manager-head small{display:block;}.live-cover-manager-head strong{color:var(--ink);font-size:14px;}.live-cover-manager-head small{margin-top:3px;color:var(--muted);font-size:11px;line-height:1.5;}.live-cover-manager-head .status{flex:0 0 auto;}.live-cover-preview{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--soft);aspect-ratio:16/9;}.live-cover-preview img{width:100%;height:100%;object-fit:cover;}.live-cover-preview>span{position:absolute;left:12px;top:12px;display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(15,23,42,.88);color:#fff;font-size:10px;font-weight:900;letter-spacing:.06em;backdrop-filter:blur(8px);}.live-cover-preview>span i{width:7px;height:7px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.14);}.live-cover-source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}.live-cover-source{position:relative;display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;min-height:72px;padding:11px;border:1px solid var(--line);border-radius:13px;background:var(--surface);cursor:pointer;transition:border-color .18s,background .18s;}.live-cover-source:hover,.live-cover-source.is-selected{border-color:color-mix(in srgb,var(--brand) 55%,var(--line));background:color-mix(in srgb,var(--brand) 5%,var(--surface));}.live-cover-source input{position:absolute;opacity:0;pointer-events:none;}.live-cover-source-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:color-mix(in srgb,var(--brand) 9%,var(--surface));color:var(--brand);}.live-cover-source-icon .ui-icon{width:18px;height:18px;}.live-cover-source>span:last-child{min-width:0;}.live-cover-source strong,.live-cover-source small{display:block;}.live-cover-source strong{color:var(--ink);font-size:12px;}.live-cover-source small{margin-top:2px;color:var(--muted);font-size:10px;line-height:1.35;}.live-cover-upload{display:grid;gap:10px;}.live-cover-drop{display:grid;place-items:center;text-align:center;min-height:118px;padding:16px;border:1px dashed color-mix(in srgb,var(--brand) 45%,var(--line));border-radius:14px;background:color-mix(in srgb,var(--brand) 3%,var(--surface));cursor:pointer;}.live-cover-drop input{position:absolute;width:1px;height:1px;opacity:0;}.live-cover-drop>span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:7px;border-radius:12px;background:var(--surface);border:1px solid var(--line);color:var(--brand);}.live-cover-drop>span .ui-icon{width:19px;height:19px;}.live-cover-drop strong{color:var(--ink);font-size:12px;}.live-cover-drop small{margin-top:3px;color:var(--muted);font-size:10px;}.live-cover-upload-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;}.live-cover-upload-actions small{color:var(--muted);font-size:10px;text-align:right;}.live-broadcast-human-gate .live-broadcast-start.is-loading{pointer-events:none;opacity:.86;}.live-broadcast-human-gate .live-broadcast-start.is-loading:before{content:"";width:14px;height:14px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .65s linear infinite;}@media (max-width:680px){.live-cover-manager{padding:12px;border-radius:14px;}.live-cover-manager-head{align-items:center;}.live-cover-manager-head small{font-size:10px;}.live-cover-source-grid{grid-template-columns:1fr;}.live-cover-source{min-height:64px;}.live-cover-upload-actions{align-items:stretch;flex-direction:column;}.live-cover-upload-actions .btn{width:100%;}.live-cover-upload-actions small{text-align:left;}.live-cover-preview>span{left:9px;top:9px;min-height:25px;padding:0 9px;font-size:9px;}}.account-premium-summary{border-color:color-mix(in srgb,#f59e0b 28%,var(--line))!important;background:color-mix(in srgb,#f59e0b 5%,var(--surface))!important;}.account-premium-summary>span{color:#b7791f!important;background:color-mix(in srgb,#f59e0b 12%,var(--surface))!important;}.account-premium-summary.is-active{border-color:#fbbf24!important;background:linear-gradient(135deg,color-mix(in srgb,#f59e0b 10%,var(--surface)),var(--surface))!important;}.premium-account-page{padding-block:34px 60px;}.premium-page-title{align-items:flex-start;}.premium-status-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;margin:22px 0;padding:22px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:none;}.premium-status-card.is-active{border-color:color-mix(in srgb,#f59e0b 40%,var(--line));background:linear-gradient(135deg,color-mix(in srgb,#f59e0b 9%,var(--surface)),var(--surface));}.premium-status-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:color-mix(in srgb,#f59e0b 13%,var(--surface));color:#b7791f;}.premium-status-icon .ui-icon{width:26px;height:26px;}.premium-status-card span{font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:#b7791f;}.premium-status-card h2{margin:3px 0;color:var(--ink);font-size:22px;}.premium-status-card p{margin:0;color:var(--muted);font-size:13px;}.premium-status-date{min-width:180px;padding-left:18px;border-left:1px solid var(--line);text-align:right;}.premium-status-date small,.premium-status-date strong{display:block;}.premium-status-date small{color:var(--muted);font-size:11px;}.premium-status-date strong{margin-top:4px;color:var(--ink);}.premium-pending-banner{display:flex;align-items:center;gap:14px;margin-bottom:22px;padding:16px 18px;border:1px solid #fedf89;border-radius:16px;background:#fffaeb;color:#7a2e0e;}.premium-pending-banner>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fef0c7;}.premium-pending-banner>div{flex:1;}.premium-pending-banner strong{display:block;}.premium-pending-banner p{margin:3px 0 0;font-size:12px;}.premium-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:24px;align-items:start;}.premium-section-head{margin-bottom:18px;}.premium-section-head h2{margin:3px 0;color:var(--ink);font-size:28px;letter-spacing:-.035em;}.premium-section-head p{margin:5px 0 0;color:var(--muted);}.premium-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}.premium-plan-card{position:relative;padding:24px;border:1px solid var(--line);border-radius:22px;background:var(--surface);overflow:hidden;}.premium-plan-card.is-featured{border-color:color-mix(in srgb,#f59e0b 45%,var(--line));background:linear-gradient(160deg,color-mix(in srgb,#f59e0b 7%,var(--surface)),var(--surface) 45%);}.premium-recommended{position:absolute;right:16px;top:16px;padding:6px 9px;border-radius:999px;background:#111827;color:#fff;font-size:10px;font-weight:900;text-transform:uppercase;}.premium-plan-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:16px;border-radius:14px;background:color-mix(in srgb,#f59e0b 12%,var(--surface));color:#b7791f;}.premium-plan-card>span:not(.premium-recommended){font-size:12px;font-weight:900;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;}.premium-plan-card h3{margin:5px 0 0;color:var(--ink);font-size:34px;letter-spacing:-.04em;}.premium-plan-card>small{color:var(--muted);}.premium-plan-card ul{display:grid;gap:10px;padding:18px 0;margin:18px 0;border-block:1px solid var(--line);list-style:none;}.premium-plan-card li{display:flex;align-items:center;gap:8px;color:var(--text);font-size:13px;}.premium-plan-card li .ui-icon{width:16px;height:16px;color:#067647;}.premium-order-panel{margin-top:24px;padding:22px;scroll-margin-top:100px;}.premium-selected-plan{display:grid;grid-template-columns:1fr auto;gap:4px 16px;padding:14px;border:1px solid color-mix(in srgb,#f59e0b 30%,var(--line));border-radius:14px;background:color-mix(in srgb,#f59e0b 6%,var(--surface));}.premium-selected-plan span{grid-column:1/-1;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;}.premium-selected-plan strong{color:var(--ink);}.premium-selected-plan em{color:#b7791f;font-style:normal;font-weight:900;}.premium-confirm{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--soft);}.premium-confirm input{width:auto;margin-top:3px;}.premium-sidebar{display:grid;gap:18px;position:sticky;top:92px;}.premium-payment-card,.premium-benefits{padding:20px;}.premium-payment-card dl{margin:0;}.premium-payment-card dl>div{padding:12px 0;border-top:1px solid var(--line);}.premium-payment-card dt{color:var(--muted);font-size:11px;font-weight:800;}.premium-payment-card dd{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:4px 0 0;color:var(--ink);font-weight:800;word-break:break-word;}.premium-payment-card code{font-size:12px;word-break:break-all;}.premium-payment-card .icon-btn{width:34px;height:34px;flex:0 0 auto;}.premium-payment-note{display:flex;gap:10px;margin-top:12px;padding:12px;border-radius:12px;background:var(--soft);color:var(--muted);}.premium-payment-note .ui-icon{flex:0 0 auto;width:18px;height:18px;color:var(--brand);}.premium-payment-note p{margin:0;font-size:12px;}.premium-benefits h3{margin:0 0 12px;color:var(--ink);}.premium-benefits>div{display:flex;gap:11px;padding:12px 0;border-top:1px solid var(--line);}.premium-benefits>div>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,#f59e0b 10%,var(--surface));color:#b7791f;flex:0 0 auto;}.premium-benefits p{margin:0;}.premium-benefits strong,.premium-benefits small{display:block;}.premium-benefits strong{color:var(--ink);font-size:13px;}.premium-benefits small{margin-top:3px;color:var(--muted);font-size:11px;}.premium-news-section{margin-top:34px;}.premium-order-history{margin-top:26px;padding:0;overflow:hidden;}.premium-order-history>.panel-head{padding:22px 22px 0;}.premium-admin-layout>.panel{padding:22px;}.premium-orders-table .btn{margin-top:6px;}@media (max-width:1100px){.premium-layout{grid-template-columns:1fr;}.premium-sidebar{position:static;grid-template-columns:1fr 1fr;}}@media (max-width:720px){.premium-account-page{padding-top:22px;}.premium-page-title{flex-direction:column;}.premium-status-card{grid-template-columns:auto minmax(0,1fr);padding:17px;}.premium-status-date{grid-column:1/-1;min-width:0;padding:12px 0 0;border-left:0;border-top:1px solid var(--line);text-align:left;}.premium-status-card h2{font-size:18px;}.premium-pending-banner{align-items:flex-start;flex-wrap:wrap;}.premium-pending-banner form{width:100%;}.premium-pending-banner .btn{width:100%;}.premium-plan-grid,.premium-sidebar,.premium-admin-summary{grid-template-columns:1fr;}.premium-plan-card{padding:19px;}.premium-plan-card h3{font-size:29px;}.premium-order-panel{padding:16px;}.premium-selected-plan{grid-template-columns:1fr;}.premium-selected-plan em{margin-top:2px;}.premium-sidebar{display:grid;}.premium-payment-card,.premium-benefits{padding:16px;}.premium-admin-layout>.panel{padding:16px;}}.live-cover-manager.is-collapsed{padding:0;gap:0;background:var(--surface);}.live-cover-summary{width:100%;display:grid;grid-template-columns:58px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px 12px;border:0;border-radius:15px;background:transparent;color:var(--text);text-align:left;box-shadow:none;}.live-cover-summary:hover{background:color-mix(in srgb,var(--brand) 4%,var(--surface));}.live-cover-summary-thumb{width:58px;height:42px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--soft);}.live-cover-summary-thumb img{width:100%;height:100%;object-fit:cover;}.live-cover-summary-copy{min-width:0;}.live-cover-summary-copy strong,.live-cover-summary-copy small{display:block;}.live-cover-summary-copy strong{color:var(--ink);font-size:13px;}.live-cover-summary-copy small{margin-top:2px;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.live-cover-summary-action{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid var(--line);border-radius:10px;color:var(--brand);font-size:11px;font-weight:850;white-space:nowrap;}.live-cover-summary-action svg{width:15px;height:15px;transition:transform .2s;}.live-cover-options{display:grid;gap:14px;padding:0 15px 15px;border-top:1px solid var(--line);}.live-cover-options>.live-cover-manager-head{padding-top:14px;}.live-broadcast-wait strong{max-width:100%;text-align:center;}@media (max-width:620px){.live-cover-summary{grid-template-columns:50px minmax(0,1fr) auto;gap:9px;padding:10px;}.live-cover-summary-thumb{width:50px;height:38px;}.live-cover-summary>.status{display:none;}.live-cover-summary-action span{display:none;}.live-cover-summary-action{width:34px;padding:0;justify-content:center;}.live-cover-options{padding:0 11px 12px;}.live-cover-manager-head{align-items:center;}.live-cover-manager-head small{font-size:10px;}}.push-device-list{display:grid;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line);}.push-device-list-head strong,.push-device-list-head small{display:block;}.push-device-list-head strong{display:flex;align-items:center;gap:7px;color:var(--ink);font-size:12px;}.push-device-list-head strong svg{width:16px;height:16px;color:var(--brand);}.push-device-list-head small{margin-top:2px;color:var(--muted);font-size:10px;}.push-device-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border:1px solid var(--line);border-radius:12px;background:var(--surface);}.push-device-item>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--soft);color:var(--brand);}.push-device-item>span svg{width:17px;height:17px;}.push-device-item strong,.push-device-item small{display:block;}.push-device-item strong{color:var(--ink);font-size:11px;}.push-device-item small{margin-top:2px;color:var(--muted);font-size:9px;line-height:1.4;}.push-device-item em{padding:4px 7px;border-radius:999px;background:#ecfdf3;color:#067647;font-size:9px;font-style:normal;font-weight:850;}.push-device-item:not(.is-active) em{background:var(--soft);color:var(--muted);}.live-cover-options[hidden],.live-cover-upload[hidden]{display:none!important;}.live-cover-manager.is-collapsed>.live-cover-options{display:none!important;}.live-cover-manager.is-collapsed{min-height:0!important;}.live-cover-manager.is-collapsed .live-cover-summary{margin:0;}.live-cover-summary{min-height:58px;}.live-cover-summary-copy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}@media (max-width:620px){.push-device-item{grid-template-columns:32px minmax(0,1fr) auto;}.live-cover-manager.is-collapsed{padding:0!important;}.live-cover-summary{min-height:52px;}}.live-cover-manager.is-collapsed .live-cover-summary{grid-template-columns:38px minmax(0,1fr) auto;min-height:46px;padding:6px 8px;gap:9px;}.live-cover-manager.is-collapsed .live-cover-summary-thumb{width:38px;height:32px;border-radius:8px;}.live-cover-manager.is-collapsed .live-cover-summary>.status{display:none;}.live-cover-manager.is-collapsed .live-cover-summary-action{min-height:30px;padding:0 9px;}@media (max-width:620px){.live-cover-manager.is-collapsed .live-cover-summary{grid-template-columns:34px minmax(0,1fr) 32px;min-height:42px;padding:5px 7px;}.live-cover-manager.is-collapsed .live-cover-summary-thumb{width:34px;height:29px;}.live-cover-manager.is-collapsed .live-cover-summary-copy strong{font-size:11px;}.live-cover-manager.is-collapsed .live-cover-summary-copy small{display:none;}.live-cover-manager.is-collapsed .live-cover-summary-action{width:32px;min-height:30px;}}.notification-push-note>.btn{flex:0 0 auto;margin-left:auto;align-self:center;white-space:nowrap;}@media (max-width:680px){.notification-push-note>.btn{width:100%;margin-left:0;}}[data-live-broadcast-viewer].is-connected [data-live-human-gate],
[data-live-broadcast-viewer].is-connected [data-live-broadcast-wait],
[data-live-broadcast-viewer][data-live-media-ready="1"] [data-live-human-gate],
[data-live-broadcast-viewer][data-live-media-ready="1"] [data-live-broadcast-wait]{display:none!important;}.live-broadcast-video-shell video[data-live-broadcast-video],.home-broadcast-video video[data-live-broadcast-video]{visibility:visible;opacity:1;}@media (min-width:901px){.admin-body .panel-shell{grid-template-columns:296px minmax(0,1fr);}.admin-body .admin-sidebar{padding-left:16px;padding-right:16px;}.admin-body .admin-sidebar .panel-brand{padding-left:10px;padding-right:10px;}.admin-body .admin-sidebar nav a{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;column-gap:12px;min-height:42px;padding:10px 13px;font-size:13.5px;line-height:1.25;}.admin-body .admin-sidebar nav a .ui-icon{width:19px;height:19px;align-self:center;}.admin-body .admin-sidebar nav a>span{min-width:0;overflow-wrap:anywhere;}.admin-body .admin-sidebar .nav-label{padding-left:13px;padding-right:13px;}}@media (max-width:900px){.admin-body .admin-sidebar{width:284px;left:-304px;padding-left:15px;padding-right:15px;}.admin-body.panel-menu-open .admin-sidebar{left:0;}.admin-body .admin-sidebar nav a{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;column-gap:12px;min-height:42px;line-height:1.25;}}.panel-sidebar nav a.active .panel-nav-count{background:#fff;color:var(--brand);}.approval-filter-tabs>a .ui-icon{width:16px;height:16px;}.approval-filter-tabs>a.is-active{background:var(--brand);color:#fff;}.approval-filter-tabs>a.is-active b{background:rgba(255,255,255,.2);color:#fff;}.approval-section .panel-head{margin-bottom:16px;}.approval-card.is-comment header>span{color:#7c3aed;background:color-mix(in srgb,#7c3aed 8%,var(--surface));}.approval-card.is-application header>span{color:#0f766e;background:color-mix(in srgb,#0f766e 8%,var(--surface));}.approval-card.is-premium header>span{color:#b45309;background:color-mix(in srgb,#b45309 9%,var(--surface));}.approval-card.is-payout header>span{color:#15803d;background:color-mix(in srgb,#15803d 8%,var(--surface));}.approval-card.is-security header>span{color:#b91c1c;background:color-mix(in srgb,#b91c1c 8%,var(--surface));}.approval-card footer .btn{min-height:31px;}.approval-empty>.ui-icon{width:30px;height:30px;color:#16a34a;}.admin-body .table-wrap td:last-child{white-space:nowrap;}.admin-body .table-wrap td:last-child>form{display:inline-flex;margin:2px;}@media (max-width:700px){.approval-card footer>a,.approval-card footer>form,.approval-card footer .btn{width:100%;}}.application-delete-form .btn{min-height:38px;}@media (max-width:620px){.application-delete-form,.application-delete-form .btn{width:100%;}}@media (min-width:901px){.admin-body .panel-shell{grid-template-columns:304px minmax(0,1fr);}.admin-body .admin-sidebar{position:relative;top:auto;align-self:stretch;width:auto;height:auto;min-height:100vh;overflow:visible;padding-left:17px;padding-right:17px;}.admin-body .admin-sidebar nav a{grid-template-columns:20px minmax(0,1fr) auto;}.admin-body .admin-sidebar nav a>span{overflow-wrap:normal;word-break:normal;}}.comment-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}.comment-form-feedback{flex:1;min-width:220px;padding:10px 12px;border:1px solid var(--line);border-radius:11px;font-size:12px;font-weight:750;}.comment-form-feedback.is-success{background:#ecfdf3;border-color:#abefc6;color:#067647;}.comment-form-feedback.is-error{background:#fef3f2;border-color:#fecdca;color:#b42318;}.comment-form-feedback.is-info{background:#eff8ff;border-color:#b2ddff;color:#175cd3;}.comment.is-new{opacity:0;transform:translateY(-8px);transition:.25s;}.comment.is-new.is-visible{opacity:1;transform:none;}.admin-comment-card{padding:17px;min-width:0;box-shadow:none;}.admin-comment-card>header{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;}.admin-comment-card header strong,.admin-comment-card header small{display:block;}.admin-comment-card header small{margin-top:3px;color:var(--muted);font-size:10px;}@media (max-width:700px){.comment-form-actions,.comment-form-actions>.btn{width:100%;}.comment-form-feedback{min-width:0;width:100%;}.admin-comment-card{padding:13px;}.admin-comment-card>header{grid-template-columns:38px minmax(0,1fr);}.admin-comment-card>header>a{grid-column:1/-1;width:100%;}.admin-comment-actions>a,.admin-comment-actions>form,.admin-comment-actions .btn{width:100%;}.comment-admin-filter .btn{width:100%;}}.newsletter-admin-page>*{min-width:0;}.newsletter-page-heading .page-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;max-width:100%;}.newsletter-admin-page .panel,.newsletter-admin-page .newsletter-stats-grid article{box-shadow:none;}.newsletter-admin-page .panel-head{min-width:0;align-items:flex-start;gap:12px;}.newsletter-admin-page .panel-head>div{min-width:0;}.newsletter-admin-page .panel-head p{max-width:760px;}.newsletter-tabs{max-width:100%;scrollbar-width:thin;}.newsletter-campaign-table .table-wrap,.newsletter-admin-page .table-wrap{max-width:100%;}.comment-schema-warning .ui-icon{flex:0 0 auto;}.admin-comment-card{min-width:0;}.admin-comment-card header>div:nth-child(2){min-width:0;}@media (max-width:720px){.newsletter-page-heading .page-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;}.newsletter-page-heading .page-actions .btn{width:100%;}}@media (max-width:460px){.newsletter-page-heading .page-actions{grid-template-columns:1fr;}}.newsletter-settings-form>.panel-head,.newsletter-settings-form>.settings-toggle-stack,.newsletter-settings-form>.newsletter-auto-grid,.newsletter-settings-form>.newsletter-cron-guide,.newsletter-settings-form>.form-row{min-width:0;max-width:100%;}.newsletter-settings-side>.panel{min-width:0;overflow:hidden;}.newsletter-campaign-builder.is-editing{grid-template-columns:minmax(0,1fr) minmax(280px,340px);}.newsletter-campaign-builder.is-editing .newsletter-main-form{grid-column:1;grid-row:1;}.newsletter-campaign-builder.is-editing .newsletter-schedule-panel{grid-column:2;grid-row:1;}.newsletter-campaign-builder.is-editing .content-editor{min-height:420px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.6;}.admin-comment-card{min-width:0;overflow:hidden;}.admin-comment-card header>div:nth-child(2){min-width:0;}.admin-comment-card header strong,.admin-comment-news strong,.admin-comment-content{overflow-wrap:anywhere;}@media (max-width:1280px){.newsletter-settings-layout,.newsletter-campaign-builder.is-editing{grid-template-columns:1fr;}.newsletter-campaign-builder.is-editing .newsletter-main-form,.newsletter-campaign-builder.is-editing .newsletter-schedule-panel{grid-column:1;grid-row:auto;}}@media (max-width:760px){.newsletter-settings-form .span-2{grid-column:auto;}.newsletter-campaign-builder.is-editing .content-editor{min-height:330px;}.newsletter-page-heading .page-actions{width:100%;display:grid;grid-template-columns:1fr;}.newsletter-page-heading .page-actions .btn{width:100%;}}.newsletter-campaign-head-actions .btn{white-space:nowrap;}@media (max-width:720px){.newsletter-campaign-head-actions form,.newsletter-campaign-head-actions .btn{width:100%;}}.newsletter-admin-page .btn{gap:7px;}.newsletter-admin-page .btn .ui-icon{flex:0 0 auto;}.newsletter-responsive-table td[data-label]{min-width:0;}.newsletter-responsive-table td[data-label]::before{content:none;}.newsletter-settings-submit .btn{min-width:220px;justify-content:center;}.newsletter-safe-page>.panel{margin-bottom:18px;}@media (max-width:760px){.newsletter-admin-page>.page-title-row,.newsletter-admin-page>.newsletter-schema-alert,.newsletter-admin-page>.newsletter-stats-grid,.newsletter-admin-page>.newsletter-tabs,.newsletter-admin-page>.newsletter-campaign-builder,.newsletter-admin-page>.newsletter-settings-layout,.newsletter-admin-page>.panel{margin:0;}.newsletter-page-heading .kicker{font-size:10px;letter-spacing:.1em;}.newsletter-page-heading .page-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px;width:100%;}.newsletter-page-heading .page-actions .btn{min-width:0;min-height:46px;padding-inline:10px;justify-content:center;font-size:12px;line-height:1.25;text-align:center;white-space:normal;}.newsletter-page-heading .page-actions .btn:only-child{grid-column:1/-1;}.newsletter-stats-grid article>span .ui-icon{width:18px;height:18px;}.newsletter-tabs{position:relative;display:flex!important;gap:6px;overflow-x:auto;overscroll-behavior-inline:contain;padding:5px;margin:0!important;border-radius:14px;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;}.newsletter-tabs::-webkit-scrollbar{display:none;}.newsletter-tabs a{flex:0 0 auto;min-height:42px;padding:9px 12px;border-radius:10px;font-size:11px;scroll-snap-align:start;}.newsletter-tabs a .ui-icon{width:16px;height:16px;}.newsletter-tabs a.is-active{box-shadow:none;}.newsletter-admin-page .panel{padding:14px;border-radius:15px;overflow:hidden;}.newsletter-admin-page .table-panel{padding:0;overflow:visible;}.newsletter-admin-page .table-panel>.panel-head{padding:14px 14px 12px;}.newsletter-admin-page .panel-head{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap;}.newsletter-admin-page .panel-head h2{font-size:1.02rem;line-height:1.25;overflow-wrap:anywhere;}.newsletter-admin-page .panel-head p{margin-top:4px;font-size:11px;line-height:1.5;overflow-wrap:anywhere;}.newsletter-admin-page .panel-head>.status,.newsletter-selection-count{min-height:28px;padding:5px 8px;font-size:9px;}.newsletter-campaign-builder,.newsletter-campaign-builder.is-editing,.newsletter-settings-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;width:100%;}.newsletter-main-form .form-grid,.newsletter-auto-grid{grid-template-columns:minmax(0,1fr)!important;gap:12px!important;}.newsletter-main-form .span-2,.newsletter-settings-form .span-2{grid-column:1!important;}.newsletter-main-form .content-editor,.newsletter-campaign-builder.is-editing .content-editor{min-height:230px!important;font-size:13px!important;line-height:1.55;}.newsletter-mode-cards label>span>.ui-icon{grid-row:1/3;align-self:center;width:22px;height:22px;}.newsletter-submit-row .btn{min-height:47px;font-size:12px;white-space:normal;}.settings-toggle-stack .pro-toggle{align-items:flex-start;gap:10px;padding:11px;border:1px solid var(--line);border-radius:13px;background:var(--soft);}.settings-toggle-stack .pro-toggle>span:last-child{min-width:0;}.settings-toggle-stack .pro-toggle strong{font-size:11px;line-height:1.35;}.settings-toggle-stack .pro-toggle small{margin-top:3px;font-size:9px;line-height:1.4;}.newsletter-settings-submit .btn{width:100%;min-height:48px;min-width:0;justify-content:center;}.newsletter-test-form .btn{width:100%;min-height:46px;justify-content:center;}.newsletter-cron-copy-row .btn{width:100%;min-height:42px;justify-content:center;}.newsletter-mobile-list-hint .ui-icon{width:15px;height:15px;color:var(--brand);flex:0 0 auto;}.newsletter-responsive-table{overflow:visible!important;padding:0 10px 10px;}.newsletter-responsive-table table,.newsletter-responsive-table tbody,.newsletter-responsive-table tr,.newsletter-responsive-table td{display:block;width:100%;min-width:0!important;}.newsletter-responsive-table table{min-width:0!important;border:0;border-spacing:0;}.newsletter-responsive-table thead{display:none;}.newsletter-responsive-table tbody{display:grid;gap:10px;}.newsletter-responsive-table tr{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface);}.newsletter-responsive-table td{display:grid!important;grid-template-columns:minmax(88px,34%) minmax(0,1fr);align-items:start;gap:10px;padding:10px 12px!important;border:0!important;border-bottom:1px solid var(--line)!important;font-size:11px;line-height:1.4;text-align:left!important;overflow-wrap:anywhere;}.newsletter-responsive-table td:last-child{border-bottom:0!important;}.newsletter-responsive-table td[data-label]::before{content:attr(data-label);display:block;color:var(--muted);font-size:9px;font-weight:800;line-height:1.35;text-transform:uppercase;letter-spacing:.035em;}.newsletter-responsive-table td.newsletter-primary-cell{display:block!important;padding:13px 12px!important;background:var(--soft);}.newsletter-responsive-table td.newsletter-primary-cell::before{display:block;margin-bottom:5px;}.newsletter-responsive-table td.newsletter-primary-cell strong{display:block;font-size:12px;line-height:1.4;}.newsletter-responsive-table td.newsletter-primary-cell small{display:block;margin-top:4px!important;font-size:9px;line-height:1.4;}.newsletter-responsive-table td>small{font-size:9px;line-height:1.45;}.newsletter-responsive-table .newsletter-source-badge,.newsletter-responsive-table .status{justify-self:start;}.newsletter-responsive-table .newsletter-actions-cell{display:block!important;padding:11px 12px!important;background:color-mix(in srgb,var(--ink) 2%,var(--surface));}.newsletter-responsive-table .newsletter-actions-cell::before{margin-bottom:8px;}.newsletter-responsive-table .table-actions,.newsletter-responsive-table .newsletter-subscriber-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;min-width:0!important;}.newsletter-responsive-table .table-actions form,.newsletter-responsive-table .newsletter-subscriber-actions form{display:block;width:100%;margin:0;}.newsletter-responsive-table .table-actions .btn,.newsletter-responsive-table .newsletter-subscriber-actions .btn{width:100%;min-width:0;min-height:42px;padding:8px;justify-content:center;font-size:10px;line-height:1.25;white-space:normal;text-align:center;}.newsletter-responsive-table .table-actions>.status{grid-column:1/-1;justify-self:stretch;justify-content:center;min-height:38px;}.newsletter-campaign-head-actions .status{width:100%;min-height:42px;justify-content:center;}.newsletter-campaign-head-actions form,.newsletter-campaign-head-actions .btn{width:100%;min-width:0;}.newsletter-campaign-head-actions .btn{min-height:42px;justify-content:center;font-size:10px;white-space:normal;}.newsletter-safe-page .alert{font-size:10px;line-height:1.5;}}@media (max-width:390px){.newsletter-page-heading .page-actions{grid-template-columns:minmax(0,1fr)!important;}.newsletter-tabs a{padding-inline:10px;}.newsletter-responsive-table td{grid-template-columns:minmax(76px,31%) minmax(0,1fr);padding-inline:10px!important;}.newsletter-responsive-table .table-actions,.newsletter-responsive-table .newsletter-subscriber-actions{grid-template-columns:minmax(0,1fr);}}@media (max-width:760px){.newsletter-mobile-expandable.is-mobile-collapsed>:not(.newsletter-cron-head){display:none!important;}.newsletter-mobile-expandable.is-mobile-collapsed{gap:0!important;}}.panel-sidebar nav a.active{background:color-mix(in srgb,var(--brand) 26%,#1d2939);color:#fff;}.comment-admin-summary>a>span .ui-icon{width:19px;height:19px;}.comment-admin-summary>a.is-active{border-color:color-mix(in srgb,var(--brand) 42%,var(--line));background:color-mix(in srgb,var(--brand) 6%,var(--surface));}.comment-admin-summary>a.is-active>span{background:var(--brand);color:#fff;}.admin-body .panel-content :where(img,video,iframe,canvas,svg:not(.ui-icon)){max-width:100%;}.admin-body .panel-content :where(.table-actions,.form-actions,.page-actions,.inline,.admin-comment-actions){min-width:0;}.admin-body .panel-content :where(.table-actions,.form-actions,.page-actions){flex-wrap:wrap;}.admin-body .panel-content :where(.tabs,.directory-tabs,.approval-filter-tabs){scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;}.admin-body .panel-content :where(.tabs,.directory-tabs,.approval-filter-tabs)::-webkit-scrollbar{display:none;}@media (max-width:900px){html{scroll-padding-top:72px;}body.admin-body{min-width:0;overflow-x:hidden;}body.admin-body.panel-menu-open{overflow:hidden;touch-action:none;}.admin-body .panel-shell{display:block!important;min-height:100dvh;}.admin-body .panel-main{display:block;width:100%;min-width:0;}.admin-body .panel-topbar{position:sticky;top:0;z-index:160;height:auto;min-height:64px;padding:8px 12px;padding-top:max(8px,env(safe-area-inset-top));gap:9px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 97%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);}.admin-body .panel-menu{display:grid!important;flex:0 0 42px;width:42px;height:42px;border-radius:12px;}.admin-body .panel-topbar-title{flex:1;max-width:none;overflow:hidden;}.admin-body .panel-topbar-title>strong{font-size:14px;line-height:1.2;}.admin-body .panel-user-meta--text{display:flex;align-items:center;gap:5px;min-width:0;overflow:hidden;color:var(--muted);font-size:9px;line-height:1.2;}.admin-body .panel-user-meta--text span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.admin-body .panel-role-text::before{content:'·';margin-right:5px;}.admin-body .top-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px;min-width:0;margin-left:auto;}.admin-body .top-actions .panel-top-action,.admin-body .top-actions .icon-btn,.admin-body .top-actions .notification-menu-toggle,.admin-body .top-actions .language-menu-toggle{flex:0 0 38px;width:38px;min-width:38px;height:38px;min-height:38px;padding:0;border-radius:11px;}.admin-body .top-actions .panel-top-action>span,.admin-body .top-actions .language-menu-toggle>span{display:none;}.admin-body .panel-top-logout{display:block;flex:0 0 38px;margin:0;}.admin-body .panel-top-logout button{width:38px!important;}.admin-body .admin-language-menu,.admin-body .notification-menu{position:relative;}.admin-body .language-dropdown,.admin-body .notification-dropdown{position:fixed!important;left:10px!important;right:10px!important;top:calc(max(8px,env(safe-area-inset-top)) + 62px)!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 82px - env(safe-area-inset-bottom));overflow:auto;border-radius:16px;}.admin-body .admin-sidebar{display:block!important;position:fixed!important;z-index:230!important;inset:max(0px,env(safe-area-inset-top)) auto 0 0!important;width:min(88vw,320px)!important;max-width:320px;height:100dvh!important;min-height:0!important;padding:12px 13px max(22px,env(safe-area-inset-bottom))!important;overflow-y:auto!important;overscroll-behavior:contain;transform:translateX(-105%);transition:transform .22s cubic-bezier(.22,.8,.3,1);box-shadow:20px 0 55px rgba(2,6,23,.24);left:0!important;}[dir=rtl] .admin-body .admin-sidebar{inset:max(0px,env(safe-area-inset-top)) 0 0 auto!important;transform:translateX(105%);box-shadow:-20px 0 55px rgba(2,6,23,.24);}.admin-body.panel-menu-open .admin-sidebar{transform:none!important;}.admin-body .panel-sidebar-head{position:sticky;top:-12px;z-index:3;margin:0 -13px 8px;padding:12px 13px 9px;background:var(--sidebar);border-bottom:1px solid rgba(255,255,255,.08);}.admin-body .panel-brand{padding:0!important;}.admin-body .panel-brand>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.admin-body .panel-sidebar-close{display:grid;flex:0 0 38px;width:38px;height:38px;border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#fff;}.admin-body .panel-sidebar nav{padding-bottom:8px;}.admin-body .panel-sidebar nav a{grid-template-columns:21px minmax(0,1fr) auto!important;min-height:45px!important;padding:10px 12px!important;border-radius:11px;font-size:13px!important;}.admin-body .panel-sidebar nav a .ui-icon{width:19px;height:19px;}.admin-body .panel-sidebar .nav-label{padding:17px 12px 6px;}.admin-body .panel-sidebar-backdrop{display:block;position:fixed;z-index:220;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(2,6,23,.58);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility 0s linear .2s;}.admin-body.panel-menu-open .panel-sidebar-backdrop{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s;}.admin-body .panel-content{width:100%!important;min-width:0!important;padding:14px 12px calc(24px + env(safe-area-inset-bottom))!important;overflow-x:hidden;}.admin-body .panel-content>.alert:first-child{margin-top:0;}.admin-body .panel-content :where(.panel,.widget,.table-panel,.settings-section){max-width:100%;border-radius:16px;box-shadow:none;}.admin-body .panel-content :where(.panel:not(.stat-card):not(.admin-comment-card),.settings-section){padding:16px;}.admin-body .page-title-row{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:12px!important;margin-bottom:16px;}.admin-body .page-title-row>div,.admin-body .page-title-row>form,.admin-body .page-title-row>.page-actions{min-width:0;width:100%;}.admin-body .page-title-row h1{margin-top:3px;font-size:clamp(24px,7vw,34px);line-height:1.08;}.admin-body .page-title-row p{margin:7px 0 0;font-size:12px;line-height:1.58;}.admin-body .page-title-row>.btn,.admin-body .page-title-row>.status,.admin-body .page-title-row>.date-chip,.admin-body .page-title-row>.version-chip{justify-self:start;max-width:100%;}.admin-body .page-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;justify-content:stretch!important;}.admin-body .page-actions .btn{width:100%;min-height:42px;white-space:normal;text-align:center;}.admin-body .panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:11px;flex-wrap:wrap;}.admin-body .panel-head>div{flex:1;min-width:180px;}.admin-body .panel-head h2{font-size:19px;line-height:1.2;}.admin-body .panel-head p{font-size:11px;line-height:1.5;}.admin-body .panel-head>.btn,.admin-body .panel-head>form,.admin-body .panel-head>.status{flex:0 1 auto;}.admin-body .filter-bar{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(150px,.45fr) auto!important;align-items:stretch!important;gap:8px!important;max-width:100%;padding:11px;border:1px solid var(--line);border-radius:15px;background:var(--surface);}.admin-body .filter-bar>input:first-child{grid-column:auto!important;}.admin-body .filter-bar input,.admin-body .filter-bar select,.admin-body .filter-bar button,.admin-body .filter-bar .btn{width:100%!important;min-width:0!important;max-width:none!important;min-height:42px;}.admin-body .filter-bar .comment-admin-total{grid-column:1/-1;justify-self:start;padding:3px 2px;color:var(--muted);font-size:10px;font-weight:800;}.admin-body :where(.form-grid,.switch-grid,.two-col,.settings-grid,.settings-switch-grid,.user-edit-layout,.newsletter-settings-layout,.newsletter-campaign-builder,.operational-grid){grid-template-columns:minmax(0,1fr)!important;}.admin-body :where(.form-row,.form-actions,.inline-admin-form){min-width:0;}.admin-body .form-row{grid-template-columns:minmax(0,1fr)!important;gap:11px;}.admin-body .form-grid>.span-2,.admin-body .form-row>.span-2{grid-column:auto!important;}.admin-body .form-actions{display:flex;gap:8px;flex-wrap:wrap;}.admin-body .form-actions .btn{min-height:42px;}.admin-body label{min-width:0;}.admin-body input:not([type=checkbox]):not([type=radio]):not([type=color]),.admin-body select,.admin-body textarea{font-size:16px;min-height:44px;}.admin-body textarea{min-height:120px;resize:vertical;}.admin-body input[type=file]{height:auto;min-height:46px;padding:9px;}.admin-body :where(.switch,.check,.setting-check){min-width:0;overflow-wrap:anywhere;}.admin-body .stats-grid,.admin-body .admin-mini-stats,.admin-body .dashboard-stats-six,.admin-body .dashboard-command-grid,.admin-body .dashboard-command-grid-twelve,.admin-body .approval-dashboard-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}.admin-body .dashboard-command-grid>a,.admin-body .approval-dashboard-strip>a{min-height:92px;padding:12px;align-content:start;}.admin-body .dashboard-command-grid>a strong{font-size:12px;}.admin-body .dashboard-command-grid>a small{font-size:9px;line-height:1.4;}.admin-body .stat-card{min-width:0;padding:14px;}.admin-body .stat-card strong{overflow-wrap:anywhere;font-size:clamp(21px,7vw,30px);}.admin-body .table-wrap{width:100%;max-width:100%;margin:0;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;}.admin-body table{max-width:100%;}.admin-body .table-actions{display:flex;gap:6px;align-items:center;}.admin-body .table-actions .btn{min-height:38px;}.admin-body :where(.modal,.dialog,.media-picker-modal){padding:0!important;}.admin-body :where(.modal-dialog,.dialog-panel,.media-picker-dialog){width:100%!important;max-width:none!important;max-height:100dvh!important;border-radius:0!important;}.admin-body :where(.modal-body,.dialog-body){overflow-y:auto;-webkit-overflow-scrolling:touch;}.admin-body :where(.modal-footer,.dialog-footer){position:sticky;bottom:0;padding-bottom:max(12px,env(safe-area-inset-bottom));background:var(--surface);}.admin-comment-card{padding:14px!important;border-radius:15px;}.admin-comment-card>header{grid-template-columns:40px minmax(0,1fr) auto;align-items:start;}.admin-comment-card>header>a{align-self:center;}.admin-comment-actions>a,.admin-comment-actions>form,.admin-comment-actions .btn{width:100%;min-width:0;}.admin-comment-actions .btn{min-height:40px;padding:8px 6px;white-space:normal;text-align:center;}.admin-comment-edit>div .btn{width:100%;min-height:42px;}}@media (max-width:760px){.admin-body .panel-content .table-wrap.is-mobile-card-table{overflow:visible!important;}.admin-body table.admin-responsive-table{display:block;width:100%;border:0;background:transparent;}.admin-body table.admin-responsive-table thead{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;}.admin-body table.admin-responsive-table tbody{display:grid;width:100%;gap:10px;}.admin-body table.admin-responsive-table tbody tr{display:block;width:100%;min-width:0;margin:0;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:none;}.admin-body table.admin-responsive-table tbody td{display:grid;grid-template-columns:minmax(98px,36%) minmax(0,1fr);align-items:start;gap:10px;width:100%;min-width:0;padding:8px 0!important;border:0!important;border-bottom:1px dashed color-mix(in srgb,var(--line) 80%,transparent)!important;background:transparent!important;text-align:left!important;overflow-wrap:anywhere;white-space:normal!important;}[dir=rtl] .admin-body table.admin-responsive-table tbody td{text-align:right!important;}.admin-body table.admin-responsive-table tbody td:last-child{border-bottom:0!important;padding-bottom:0!important;}.admin-body table.admin-responsive-table tbody td::before{content:attr(data-label);min-width:0;color:var(--muted);font-size:10px;font-weight:850;line-height:1.45;text-transform:uppercase;letter-spacing:.035em;overflow-wrap:anywhere;}.admin-body table.admin-responsive-table tbody td[data-mobile-full="1"],.admin-body table.admin-responsive-table tbody td[colspan]{display:block;padding:4px 0!important;border:0!important;}.admin-body table.admin-responsive-table tbody td[data-mobile-full="1"]::before,.admin-body table.admin-responsive-table tbody td[colspan]::before{display:none;}.admin-body table.admin-responsive-table tbody td>*{min-width:0;max-width:100%;}.admin-body table.admin-responsive-table tbody td :where(.btn,button,select,input:not([type=checkbox]):not([type=radio])){max-width:100%;}.admin-body table.admin-responsive-table .table-actions,.admin-body table.admin-responsive-table .news-row-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:100%;min-width:0!important;}.admin-body table.admin-responsive-table .table-actions>*,.admin-body table.admin-responsive-table .news-row-actions>*{min-width:0;width:100%;}.admin-body table.admin-responsive-table .table-actions .btn,.admin-body table.admin-responsive-table .news-row-actions .btn{width:100%;min-height:40px;white-space:normal;text-align:center;}.admin-body table.admin-responsive-table .news-status-form{display:grid!important;grid-template-columns:1fr!important;width:100%;min-width:0;}.admin-body table.admin-responsive-table .empty-state,.admin-body table.admin-responsive-table .empty-table{padding:18px;}.admin-body .filter-bar{grid-template-columns:1fr 1fr!important;}.admin-body .filter-bar>input,.admin-body .filter-bar>select{grid-column:1/-1!important;}.admin-body .filter-bar>button,.admin-body .filter-bar>.btn{grid-column:auto!important;}.admin-body .panel-head>.btn,.admin-body .panel-head>form{width:100%;}.admin-body .panel-head>.btn,.admin-body .panel-head>form .btn{width:100%;}.admin-comment-card>header{grid-template-columns:38px minmax(0,1fr);}.admin-comment-card>header>a{grid-column:1/-1;width:100%;min-height:40px;}}@media (max-width:520px){.admin-body .panel-topbar{padding-inline:8px;gap:6px;}.admin-body .panel-menu{flex-basis:40px;width:40px;height:40px;}.admin-body .panel-topbar-title>strong{font-size:12px;}.admin-body .panel-user-meta--text{font-size:8px;}.admin-body .top-actions{gap:3px;}.admin-body .top-actions .panel-top-action,.admin-body .top-actions .icon-btn,.admin-body .top-actions .notification-menu-toggle,.admin-body .top-actions .language-menu-toggle,.admin-body .panel-top-logout{flex-basis:36px;width:36px;min-width:36px;height:36px;min-height:36px;}.admin-body .panel-top-logout button{width:36px!important;}.admin-body .panel-site-link{display:none!important;}.admin-body .panel-content{padding-inline:9px!important;}.admin-body .panel-content :where(.panel:not(.stat-card):not(.admin-comment-card),.settings-section){padding:13px;}.admin-body .page-actions{grid-template-columns:1fr;}.admin-body .stats-grid,.admin-body .admin-mini-stats,.admin-body .dashboard-stats-six,.admin-body .dashboard-command-grid,.admin-body .dashboard-command-grid-twelve,.admin-body .approval-dashboard-strip{gap:7px!important;}.admin-body .dashboard-command-grid>a,.admin-body .approval-dashboard-strip>a{min-height:86px;padding:10px;}.admin-body .stat-card{padding:12px;}.admin-body .stat-card small{font-size:9px;}.admin-body .filter-bar{padding:9px;}.admin-body table.admin-responsive-table tbody tr{padding:10px;}.admin-body table.admin-responsive-table tbody td{grid-template-columns:minmax(82px,34%) minmax(0,1fr);gap:8px;}}.site-header,.site-main,.site-footer,main{max-width:100%;}:where(.site-main,main) :where(img,video,iframe,canvas){max-width:100%;height:auto;}:where(.site-main,main) :where(pre,code){max-width:100%;overflow-x:auto;white-space:pre-wrap;overflow-wrap:anywhere;}@media (max-width:900px){body:not(.panel-body){overflow-x:hidden;}body:not(.panel-body) :where(.content-grid,.home-hero,.profile-grid,.member-profile-grid,.article-layout,.search-layout,.contact-layout,.footer-grid){grid-template-columns:minmax(0,1fr)!important;}body:not(.panel-body) :where(.news-grid-3,.news-grid-4,.author-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important;}body:not(.panel-body) :where(.page-title-row,.section-head){min-width:0;}body:not(.panel-body) :where(.page-title-row h1,.section-head h2,.news-card h3,.lead-copy h1){overflow-wrap:anywhere;}body:not(.panel-body) :where(input:not([type=checkbox]):not([type=radio]),select,textarea){max-width:100%;font-size:16px;}body:not(.panel-body) :where(.table-wrap,.responsive-table){max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;}body:not(.panel-body) :where(.modal,.dialog){padding:0!important;}body:not(.panel-body) :where(.modal-dialog,.dialog-panel){width:100%!important;max-width:none!important;max-height:100dvh!important;border-radius:0!important;}body:not(.panel-body) .newsletter-form{display:grid;grid-template-columns:minmax(0,1fr);gap:9px;}body:not(.panel-body) .newsletter-form .btn{width:100%;min-height:44px;}body:not(.panel-body) .section{padding-block:clamp(28px,6vw,46px);}}@media (max-width:680px){body:not(.panel-body) .container{width:min(calc(100% - 20px),var(--container));}body:not(.panel-body) :where(.news-grid,.news-grid-3,.news-grid-4,.author-grid){grid-template-columns:minmax(0,1fr)!important;}body:not(.panel-body) .section-head{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:16px;}body:not(.panel-body) .section-head h2{font-size:clamp(25px,8vw,32px);}body:not(.panel-body) .section-link{display:inline-flex;min-height:40px;align-items:center;}body:not(.panel-body) .news-card{border-radius:16px;}body:not(.panel-body) .news-card__body{padding:14px;}body:not(.panel-body) .news-card h3{font-size:18px;}body:not(.panel-body) .card-meta{align-items:flex-start;flex-wrap:wrap;}body:not(.panel-body) .widget{padding:16px;border-radius:16px;}body:not(.panel-body) .page-title-row{align-items:flex-start;flex-direction:column;}body:not(.panel-body) :where(.form-row,.form-grid,.two-col){grid-template-columns:minmax(0,1fr)!important;}body:not(.panel-body) :where(.form-actions,.page-actions){display:grid!important;grid-template-columns:minmax(0,1fr);width:100%;gap:8px;}body:not(.panel-body) :where(.form-actions,.page-actions) .btn{width:100%;min-height:44px;}body:not(.panel-body) .pagination{max-width:100%;overflow-x:auto;justify-content:flex-start;padding-bottom:4px;}body:not(.panel-body) .site-footer{margin-top:38px;padding-bottom:calc(24px + env(safe-area-inset-bottom));}}@media (prefers-reduced-motion:reduce){.admin-body .admin-sidebar,.admin-body .panel-sidebar-backdrop{transition:none!important;}}@media (max-width:900px){.admin-body .panel-shell,.admin-body .panel-main,.admin-body .panel-content{max-width:100vw!important;}.admin-body .panel-content>*{min-width:0;max-width:100%;}.admin-body .panel-content :where(.two-col,.wide-left,.dashboard-lower-grid){gap:12px!important;}.admin-body .panel-content :where(.panel-head,.page-title-row,.filter-bar,.form-row,.form-grid){max-width:100%;}.admin-body .panel-content :where(.btn,button,a,input,select,textarea){touch-action:manipulation;}.admin-body .panel-content :where(.btn,button){min-height:40px;}.admin-body .dashboard-latest-panel{overflow:hidden;}.admin-body .dashboard-latest-head{margin-bottom:12px;}.admin-body .dashboard-activity-panel .activity-list{min-width:0;}.admin-body .dashboard-activity-panel .activity-item{grid-template-columns:10px minmax(0,1fr);gap:10px;}.admin-body .dashboard-activity-panel .activity-item>div{min-width:0;}.admin-body .dashboard-activity-panel .activity-item :where(strong,p,small){overflow-wrap:anywhere;}}@media (max-width:760px){.admin-body .dashboard-latest-desktop{display:none!important;}.admin-body .dashboard-latest-mobile{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;}.admin-body .dashboard-latest-panel{padding:13px!important;}.admin-body .dashboard-latest-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;}.admin-body .dashboard-latest-head>div{min-width:0;}.admin-body .dashboard-latest-head .dashboard-all-news-btn{width:42px!important;min-width:42px;height:42px;min-height:42px;padding:0!important;border-radius:12px;}.admin-body .dashboard-latest-head .dashboard-all-news-btn span{display:none;}.admin-body .dashboard-latest-head .dashboard-all-news-btn .ui-icon{margin:0;width:18px;height:18px;}.admin-body .dashboard-content-card{position:relative;display:grid;gap:11px;padding:13px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:none;overflow:hidden;}.admin-body .dashboard-content-card.is-pending{border-color:color-mix(in srgb,var(--warning) 38%,var(--line));background:color-mix(in srgb,var(--warning) 3.5%,var(--surface));}.admin-body .dashboard-content-card.is-pending::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--warning);}[dir=rtl] .admin-body .dashboard-content-card.is-pending::before{inset:0 0 0 auto;}.admin-body .dashboard-content-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;}.admin-body .dashboard-content-card-top .status{flex:0 1 auto;max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.admin-body .dashboard-content-card-top time{flex:0 0 auto;color:var(--muted);font-size:10px;font-weight:750;white-space:nowrap;}.admin-body .dashboard-content-card-main{display:grid;gap:6px;min-width:0;}.admin-body .dashboard-content-category{display:block;max-width:100%;color:var(--brand);font-size:9px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.admin-body .dashboard-content-card h3{margin:0;color:var(--ink);font-size:15px;line-height:1.38;letter-spacing:-.018em;overflow-wrap:anywhere;}.admin-body .dashboard-content-card-main p{display:flex;align-items:center;gap:6px;min-width:0;margin:0;color:var(--muted);font-size:10px;font-weight:700;}.admin-body .dashboard-content-card-main p .ui-icon{flex:0 0 auto;width:14px;height:14px;}.admin-body .dashboard-content-card-main p span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.admin-body .dashboard-content-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding-top:10px;border-top:1px solid var(--line);}.admin-body .dashboard-content-card-actions>*,.admin-body .dashboard-content-card-actions form,.admin-body .dashboard-content-card-actions .btn{width:100%;min-width:0;margin:0;}.admin-body .dashboard-content-card-actions .btn{min-height:41px;padding:8px 7px;white-space:normal;text-align:center;font-size:10px;}.admin-body .dashboard-content-card-actions>a:only-child,.admin-body .dashboard-content-card-actions>form:only-child{grid-column:1/-1;}.admin-body .dashboard-command-grid>a,.admin-body .approval-dashboard-strip>a{border-radius:14px!important;}.admin-body .dashboard-command-grid>a span:first-child,.admin-body .approval-dashboard-strip>a>span:first-child{align-self:start;}.admin-body .dashboard-command-grid>a strong,.admin-body .dashboard-command-grid>a small{overflow-wrap:anywhere;}.admin-body .activity-list{gap:8px;}.admin-body .activity-item{padding:11px;border:1px solid var(--line);border-radius:13px;background:var(--soft);}}@media (max-width:520px){.admin-body .panel-topbar-title>small{display:none;}.admin-body .panel-topbar-title>strong{font-size:11px;}.admin-body .top-actions .panel-top-action,.admin-body .top-actions .icon-btn,.admin-body .top-actions .notification-menu-toggle,.admin-body .top-actions .language-menu-toggle,.admin-body .panel-top-logout{flex-basis:34px!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;border-radius:10px;}.admin-body .panel-top-logout button{width:34px!important;min-width:34px!important;height:34px!important;}.admin-body .panel-menu{flex-basis:38px;width:38px;height:38px;}.admin-body .dashboard-content-card{padding:12px;}.admin-body .dashboard-content-card-actions{grid-template-columns:minmax(0,1fr);}.admin-body .dashboard-content-card-actions>a,.admin-body .dashboard-content-card-actions>form{grid-column:auto!important;}.admin-body .dashboard-stats-six .stat-card{min-height:104px;}.admin-body .dashboard-stats-six .stat-card strong{font-size:22px;}}@media (max-width:380px){.admin-body .panel-topbar{gap:4px;padding-inline:6px;}.admin-body .panel-topbar-title>strong{max-width:74px;}.admin-body .top-actions{gap:2px;}.admin-body .panel-content{padding-inline:7px!important;}.admin-body .dashboard-latest-panel{padding:11px!important;}.admin-body .dashboard-content-card-top{align-items:flex-start;flex-direction:column;}.admin-body .dashboard-content-card-top .status{max-width:100%;}.admin-body .dashboard-content-card-top time{white-space:normal;}}.comment-search-input>.ui-icon{color:var(--muted);}.comment-filter-actions .btn{min-height:42px;white-space:nowrap;}.admin-comment-card{position:relative;padding:0!important;overflow:hidden!important;border-radius:17px;box-shadow:none;}.admin-comment-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--line);}.admin-comment-card.is-pending:before{background:#f79009;}.admin-comment-card.is-approved:before{background:#12b76a;}.admin-comment-card.is-rejected:before,.admin-comment-card.is-spam:before{background:#f04438;}.admin-comment-card .admin-comment-actions{display:grid!important;margin:0!important;padding:0!important;border:0!important;gap:8px;}.admin-comment-card .admin-comment-actions form{display:block;width:100%;margin:0;}.admin-comment-card .admin-comment-actions .btn{width:100%;min-width:0;min-height:40px;padding:8px 9px;justify-content:center;border-radius:10px;font-size:10px;line-height:1.2;white-space:normal;text-align:center;}.admin-comment-card .admin-comment-actions button:disabled{opacity:.42;filter:saturate(.6);}.admin-comment-edit-actions .btn{min-height:42px;}.comment-empty-state{grid-column:1/-1;width:100%;margin:0;}.comment-empty-state .btn{margin-top:12px;}.comment-admin-pagination a,.comment-admin-pagination .is-disabled{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:42px;padding:8px 12px;border:1px solid var(--line);border-radius:11px;background:var(--surface);font-size:10px;font-weight:850;}.comment-admin-pagination .is-disabled{opacity:.42;}@media (max-width:760px){.comment-filter-actions .btn{width:100%;min-height:46px;}.comment-filter-actions .btn:only-child{grid-column:1/-1;}.admin-comment-card{border-radius:15px!important;}.admin-comment-card .admin-comment-actions{gap:7px!important;}.admin-comment-card .admin-comment-actions .btn{min-height:44px!important;padding:7px 5px!important;font-size:9px!important;}.admin-comment-card .admin-comment-actions .btn .ui-icon{width:15px;height:15px;}.admin-comment-secondary-actions>a:first-child:nth-last-child(2),.admin-comment-secondary-actions>a:first-child:nth-last-child(2)~*{grid-column:auto;}.admin-comment-edit-actions .btn{width:100%;min-height:46px;}.comment-admin-pagination a,.comment-admin-pagination .is-disabled{width:100%;min-height:44px;padding:7px;font-size:9px;}}@media (max-width:390px){.admin-comment-secondary-actions.has-news-link form:last-child{grid-column:1/-1;}.admin-comment-secondary-actions.has-news-link form:last-child .btn{min-height:42px!important;}}@media (min-width:901px){body.admin-comments-route .admin-sidebar{display:block!important;position:sticky!important;inset:auto!important;top:0!important;width:auto!important;max-width:none!important;height:100vh!important;transform:none!important;visibility:visible!important;opacity:1!important;}body.admin-comments-route .panel-sidebar-backdrop{display:none!important;}}@media (max-width:900px){body.admin-comments-route .panel-menu{display:grid!important;visibility:visible!important;opacity:1!important;}body.admin-comments-route .admin-sidebar{display:block!important;visibility:visible!important;}}@media (max-width:760px){body.admin-comments-route .panel-content{padding-inline:max(12px,env(safe-area-inset-left))!important;}.comment-admin-heading .kicker{font-size:10px;letter-spacing:.09em;}}@media (max-width:390px){body.admin-comments-route .panel-content{padding-inline:max(10px,env(safe-area-inset-left))!important;}}body.admin-body[data-layout="admin"]{min-height:100dvh;background:var(--canvas);overflow-x:hidden;}body.admin-body[data-layout="admin"] :is(.site-header,.breaking,.mobile-bottom,.mobile-bottom-nav,.site-footer,.mobile-menu-backdrop){display:none!important;}body.admin-comments-route .panel-shell{isolation:isolate;}body.admin-comments-route .panel-main{min-width:0;background:var(--canvas);}body.admin-comments-route .panel-content{position:relative;z-index:1;}body.admin-comments-route .comment-admin-page{width:100%;max-width:100%;margin:0;}body.admin-comments-route .comment-admin-heading{background:var(--surface);border:1px solid var(--line);box-shadow:none;}body.admin-comments-route .comment-admin-heading-copy{display:grid;gap:5px;min-width:0;}body.admin-comments-route .comment-admin-heading-actions{min-width:0;}body.admin-comments-route .admin-sidebar nav a[href*="/admin/comments"]{background:color-mix(in srgb,var(--brand) 26%,transparent);color:#fff;}.admin-error-icon .ui-icon{width:26px;height:26px;}@media (max-width:900px){body.admin-comments-route .panel-topbar{display:flex!important;}body.admin-comments-route .panel-menu{display:grid!important;}body.admin-comments-route .admin-sidebar{display:block!important;z-index:240!important;}body.admin-comments-route .panel-sidebar-backdrop{z-index:230!important;}body.admin-comments-route.panel-menu-open .admin-sidebar{transform:translateX(0)!important;left:0!important;visibility:visible!important;opacity:1!important;}body.admin-comments-route.panel-menu-open .panel-sidebar-backdrop{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;}body.admin-comments-route .comment-admin-heading-actions{grid-template-columns:1fr 1fr;}}@media (max-width:620px){body.admin-comments-route .panel-content{padding:12px 10px max(18px,env(safe-area-inset-bottom))!important;}body.admin-comments-route .comment-admin-heading{padding:15px 13px!important;border-radius:15px!important;}body.admin-comments-route .comment-admin-heading-actions{grid-template-columns:1fr;}body.admin-comments-route .comment-pending-link{width:100%;min-height:46px;}.admin-error-actions .btn{width:100%;min-height:46px;}}.comment-bulk-toolbar>.btn{min-height:42px;min-width:110px;}.admin-comment-card{position:relative;padding-top:48px;}.comment-card-selector span .ui-icon{width:14px;height:14px;}.admin-comment-card.is-selected{border-color:color-mix(in srgb,var(--brand) 45%,var(--line));background:color-mix(in srgb,var(--brand) 2.5%,var(--surface));}@media (max-width:760px){.comment-bulk-toolbar>.btn{width:100%;min-height:44px;}.admin-comment-card{padding-top:49px;}}.updates-admin-page>*{min-width:0;margin:0;}.update-primary-card.is-current{border-color:color-mix(in srgb,var(--success) 34%,var(--line));background:linear-gradient(135deg,color-mix(in srgb,var(--success) 7%,var(--surface)),var(--surface) 64%);}.update-primary-icon .ui-icon{width:27px;height:27px;}.update-primary-card.is-current .update-primary-icon{color:var(--success);background:color-mix(in srgb,var(--success) 10%,var(--surface));border-color:color-mix(in srgb,var(--success) 20%,var(--line));}.update-safety-flow .ui-icon{width:18px;height:18px;color:var(--brand);}.update-migration-details summary .ui-icon{width:18px;height:18px;color:var(--brand);}.update-tool-icon .ui-icon{width:21px;height:21px;}body[data-theme=dark] .update-package-meta>span,body.theme-dark .update-package-meta>span{background:color-mix(in srgb,var(--surface) 78%,transparent);}.update-backup-item form .btn{width:auto;min-width:128px;white-space:normal;text-align:center;}.update-empty-state>.ui-icon{width:30px;height:30px;color:var(--muted);}@media (max-width:1100px){.update-primary-action form,.update-primary-action .btn,.update-current-badge,.update-permission-note{width:100%;}}@media (max-width:760px){.update-primary-icon .ui-icon{width:21px;height:21px;}.update-primary-action .btn{min-height:48px;font-size:13px;}.update-safety-flow .ui-icon{width:16px;height:16px;}.update-backup-item form,.update-backup-item form .btn{width:100%;}}.news-author-assignment{position:relative;display:grid;gap:10px;padding:13px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:none;}.news-author-assignment__head{align-items:center;}.news-author-assignment__head>span{background:var(--soft);}.news-owner-picker-field{position:relative;min-width:0;}.news-owner-control{display:flex;align-items:center;gap:7px;min-height:50px;min-width:0;padding:6px;border:1px solid var(--line);border-radius:13px;background:var(--surface);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;}.news-owner-control:focus-within,.news-owner-picker-field.is-open .news-owner-control{border-color:color-mix(in srgb,var(--brand) 58%,var(--line));background:var(--soft);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 10%,transparent);}.news-owner-chip{display:flex;align-items:center;gap:7px;min-width:0;max-width:70%;padding:4px 5px 4px 4px;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--brand) 6%,var(--surface));color:var(--ink);}.news-owner-chip[hidden]{display:none!important;}.news-author-avatar{display:flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;overflow:hidden;border-radius:9px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-size:13px;font-weight:900;line-height:1;text-align:center;}.news-author-avatar img,.news-owner-result__avatar img{display:block;width:100%;height:100%;object-fit:cover;}.news-author-avatar__initial{display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:1;transform:none;}.news-owner-chip__copy{display:block;min-width:0;}.news-owner-chip__copy strong,.news-owner-chip__copy small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.news-owner-chip__copy strong{font-size:10px;line-height:1.25;}.news-owner-chip__copy small{margin-top:2px;color:var(--muted);font-size:8px;line-height:1.3;}.news-owner-chip__remove{display:grid;place-items:center;width:27px;height:27px;min-width:27px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;}.news-owner-chip__remove:hover{background:color-mix(in srgb,var(--danger) 10%,var(--surface));color:var(--danger);}.news-owner-chip__remove svg{width:14px;height:14px;}.news-owner-search-icon{display:grid;place-items:center;width:24px;min-width:24px;color:var(--muted);pointer-events:none;}.news-owner-search-icon svg{width:16px;height:16px;}.news-owner-control>input{flex:1 1 110px;min-width:70px;height:36px;margin:0;padding:0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;color:var(--ink);font-size:11px;outline:0;}.news-owner-control>input::placeholder{color:var(--muted);}.news-owner-query-clear{display:grid;place-items:center;width:30px;height:30px;min-width:30px;padding:0;border:0;border-radius:9px;background:transparent;color:var(--muted);cursor:pointer;}.news-owner-query-clear:hover{background:var(--surface);color:var(--ink);}.news-owner-query-clear svg{width:15px;height:15px;}.news-owner-results{position:absolute;z-index:80;top:calc(100% + 7px);left:0;right:0;max-height:310px;overflow:auto;padding:6px;border:1px solid var(--line);border-radius:13px;background:var(--surface);box-shadow:0 18px 45px rgba(15,23,42,.16);}.news-owner-result:hover,.news-owner-result.is-active{background:var(--soft);}.news-owner-result.is-current{background:color-mix(in srgb,var(--success) 8%,var(--surface));}.news-owner-result.is-current .news-owner-result__action{border-color:color-mix(in srgb,var(--success) 35%,var(--line));color:var(--success);}.news-owner-result-message.is-error{color:var(--danger);}.news-owner-help{margin:0;color:var(--muted);font-size:9px;line-height:1.5;}.news-owner-help strong{color:var(--ink);}.news-owner-transfer-note{margin-top:1px!important;}.news-author-assignment.has-owner-change .news-owner-control{border-color:color-mix(in srgb,var(--success) 38%,var(--line));}.news-author-assignment.has-owner-error .news-owner-control{border-color:var(--danger);box-shadow:0 0 0 3px color-mix(in srgb,var(--danger) 10%,transparent);}@media (max-width:680px){.news-author-assignment{padding:11px;}.news-owner-control{align-items:center;flex-wrap:wrap;min-height:54px;}.news-owner-chip{order:0;width:100%;max-width:none;}.news-owner-search-icon{order:1;}.news-owner-control>input{order:2;height:40px;min-width:0;font-size:16px;}.news-owner-query-clear{order:3;}.news-owner-results{max-height:min(330px,48vh);}}.transfer-option-card.is-primary{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 4%,var(--surface)),var(--surface));}.import-layout.has-preview{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:start;}.import-preview-stats .has-error{border-color:color-mix(in srgb,var(--danger) 40%,var(--line));background:color-mix(in srgb,var(--danger) 5%,var(--surface));}@media (max-width:980px){.import-layout.has-preview{grid-template-columns:1fr;}}@media (max-width:680px){.transfer-page-title .page-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;}.transfer-page-title .page-actions .btn{width:100%;min-width:0;}}@media (max-width:400px){.transfer-page-title .page-actions{grid-template-columns:1fr;}}.home-community-pro{position:relative;padding-top:58px;padding-bottom:60px;}.home-community-head{align-items:center;}.home-community-count{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:850;white-space:nowrap;}.home-community-count .ui-icon{width:17px;height:17px;color:var(--brand);}.home-comment-stream{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;}.home-comment-pro-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:245px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:none;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}.home-comment-pro-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:color-mix(in srgb,var(--brand) 70%,var(--line));opacity:.65;}.home-comment-pro-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--brand) 36%,var(--line));box-shadow:0 16px 36px rgba(15,23,42,.07);}.home-comment-pro-head{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;}.home-comment-pro-avatar{display:grid;place-items:center;width:42px;height:42px;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:13px;background:color-mix(in srgb,var(--brand) 8%,var(--surface));color:var(--brand);font-weight:950;overflow:hidden;}.home-comment-pro-avatar img{width:100%;height:100%;object-fit:cover;}.home-comment-pro-person{display:block;min-width:0;}.home-comment-pro-person strong,.home-comment-pro-person small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.home-comment-pro-person strong{color:var(--ink);font-size:13px;}.home-comment-pro-person small{margin-top:2px;color:var(--muted);font-size:10px;}.home-comment-pro-replies{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:999px;background:var(--soft);color:var(--muted);font-size:9px;font-weight:850;white-space:nowrap;}.home-comment-pro-replies .ui-icon{width:13px;height:13px;}.home-comment-reply-context{display:inline-flex;align-items:center;gap:5px;align-self:flex-start;margin-top:12px;padding:5px 8px;border-radius:8px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--brand);font-size:9px;font-weight:800;}.home-comment-reply-context .ui-icon{width:13px;height:13px;}.home-comment-pro-text{flex:1;margin:14px 0 16px;color:var(--text);font-size:13px;line-height:1.65;overflow-wrap:anywhere;}.home-comment-pro-footer{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:10px;margin-top:auto;padding-top:13px;border-top:1px solid var(--line);}.home-comment-pro-footer>span{display:block;min-width:0;}.home-comment-pro-footer small,.home-comment-pro-footer strong{display:block;}.home-comment-pro-footer small{color:var(--brand);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}.home-comment-pro-footer strong{margin-top:3px;color:var(--ink);font-size:11px;line-height:1.35;overflow-wrap:anywhere;}.home-comment-pro-footer i{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--soft);color:var(--brand);font-style:normal;transition:.18s;}.home-comment-pro-footer i .ui-icon{width:17px;height:17px;}.home-comment-pro-card:hover .home-comment-pro-footer i{background:var(--brand);color:#fff;transform:translateX(2px);}@media (max-width:1050px){.home-comment-stream{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:680px){.home-community-pro{width:min(calc(100% - 20px),var(--container));padding-top:40px;padding-bottom:42px;}.home-community-head{display:grid;gap:12px;}.home-community-count{justify-self:start;}.home-comment-stream{grid-template-columns:1fr;gap:10px;}.home-comment-pro-card{min-height:0;padding:15px;border-radius:16px;}.home-comment-pro-head{grid-template-columns:39px minmax(0,1fr) auto;gap:9px;}.home-comment-pro-avatar{width:39px;height:39px;border-radius:12px;}.home-comment-pro-replies{padding:4px 6px;font-size:8px;}.home-comment-pro-text{margin:12px 0 14px;font-size:12.5px;}.home-comment-pro-footer{padding-top:11px;}}@media (prefers-reduced-motion:reduce){.home-comment-pro-card,.home-comment-pro-footer i{transition:none!important;}}.admin-news-editor-heading .btn{flex:0 0 auto;}.admin-body .admin-news-editor-form{width:100%;max-width:none;}.admin-body .admin-news-editor-form .editor-main,.admin-body .admin-news-editor-form .editor-side{min-width:0;}.admin-body .dashboard-news-actions,.admin-body .dashboard-content-card-actions{flex-wrap:wrap;align-items:center;}.admin-body .dashboard-news-actions form,.admin-body .dashboard-content-card-actions form{margin:0;}.admin-body .news-row-actions>a,.admin-body .news-row-actions>form{flex:0 0 auto;}@media (max-width:760px){.admin-news-editor-heading .btn{width:100%;justify-content:center;}.admin-body .admin-news-editor-form{gap:14px;}.admin-body .dashboard-content-card-actions>*{flex:1 1 calc(50% - 6px);}.admin-body .dashboard-content-card-actions form button,.admin-body .dashboard-content-card-actions>a{width:100%;justify-content:center;}.admin-body .news-row-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}.admin-body .news-row-actions>*{min-width:0;width:100%;}.admin-body .news-row-actions form button,.admin-body .news-row-actions>a{width:100%;justify-content:center;}}@media (max-width:430px){.admin-body .dashboard-content-card-actions>*{flex-basis:100%;}.admin-body .news-row-actions{grid-template-columns:1fr;}}.live-admin-title{align-items:flex-start;gap:20px;}.live-admin-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:22px;}.live-admin-stats article{display:flex;align-items:center;gap:14px;min-width:0;padding:18px 20px;border:1px solid var(--border);border-radius:16px;background:var(--surface);}.live-admin-stats article>span{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:13px;background:var(--soft);color:var(--primary);}.live-admin-stats svg{width:21px;height:21px;}.live-admin-stats strong{display:block;font-size:1.55rem;line-height:1;}.live-admin-stats small{display:block;margin-top:5px;color:var(--muted);}.live-admin-section{margin-bottom:24px;}.live-admin-section .section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px;}.live-admin-section .section-heading h2{margin:3px 0 2px;}.live-admin-section .section-heading p{margin:0;color:var(--muted);}.live-admin-active-grid{display:grid;gap:18px;}.live-admin-broadcast-card{overflow:hidden;padding:0;}.live-admin-broadcast-cover{position:relative;aspect-ratio:21/7;min-height:210px;background:#111827;overflow:hidden;}.live-admin-broadcast-cover img{width:100%;height:100%;object-fit:cover;}.live-admin-broadcast-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(15,23,42,.68));}.live-admin-broadcast-cover>span{position:absolute;left:18px;bottom:16px;z-index:1;display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#dc2626;color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.05em;}.live-admin-broadcast-cover i,.live-admin-section .status-active i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px rgba(255,255,255,.2);}.live-admin-broadcast-body{padding:20px;}.live-admin-broadcast-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;}.live-admin-broadcast-head small,.live-admin-broadcast-head span{display:block;color:var(--muted);}.live-admin-broadcast-head strong{display:block;font-size:1.05rem;margin:2px 0;}.live-admin-broadcast-body h3{font-size:1.4rem;margin:18px 0 7px;}.live-admin-broadcast-body>p{max-width:900px;margin:0;color:var(--muted);line-height:1.65;}.live-admin-metrics{display:flex;flex-wrap:wrap;gap:9px;margin:16px 0;}.live-admin-metrics span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid var(--border);border-radius:10px;background:var(--soft);font-size:.84rem;}.live-admin-metrics svg{width:16px;height:16px;}.live-admin-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;}.live-admin-action-form{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--soft);}.live-admin-action-form.is-block{border-color:color-mix(in srgb,var(--warning) 35%,var(--border));}.live-admin-form-title{display:flex;align-items:center;gap:11px;}.live-admin-form-title>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--surface);color:var(--danger);}.live-admin-action-form.is-block .live-admin-form-title>span{color:var(--warning);}.live-admin-form-title strong,.live-admin-form-title small{display:block;}.live-admin-form-title small{margin-top:2px;color:var(--muted);}.live-admin-action-form label{margin:0;}.live-admin-action-form textarea{min-height:84px;resize:vertical;}.live-admin-earning-switch{padding:10px 0;}.live-admin-empty{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:24px;}.live-admin-empty>span{display:grid;place-items:center;width:54px;height:54px;flex:0 0 54px;border-radius:16px;background:var(--soft);color:var(--muted);}.live-admin-empty h2,.live-admin-empty p{margin:0;}.live-admin-empty p{margin-top:4px;color:var(--muted);}.live-admin-management-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:18px;margin-bottom:22px;}.live-admin-block-panel,.live-admin-restrictions-panel{min-width:0;}.live-admin-restriction-list{display:grid;gap:10px;}.live-admin-restriction-list>article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid var(--border);border-radius:13px;background:var(--soft);}.live-admin-restriction-avatar{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:var(--primary);color:#fff;font-weight:800;}.live-admin-restriction-copy{min-width:0;}.live-admin-restriction-copy strong,.live-admin-restriction-copy span,.live-admin-restriction-copy small{display:block;}.live-admin-restriction-copy span,.live-admin-restriction-copy small{color:var(--muted);overflow-wrap:anywhere;}.live-admin-restriction-copy p{margin:7px 0;font-size:.9rem;line-height:1.45;}.live-admin-history td small{display:block;margin-top:4px;max-width:360px;white-space:normal;overflow-wrap:anywhere;}.live-broadcast-restriction-card{display:flex;align-items:flex-start;gap:18px;padding:24px;border-color:color-mix(in srgb,var(--warning) 40%,var(--border));background:color-mix(in srgb,var(--warning) 7%,var(--surface));}.live-broadcast-restriction-icon{display:grid;place-items:center;width:58px;height:58px;flex:0 0 58px;border-radius:17px;background:color-mix(in srgb,var(--warning) 18%,var(--surface));color:var(--warning);}.live-broadcast-restriction-card h2{margin:4px 0 7px;}.live-broadcast-restriction-card p{margin:0;line-height:1.65;}.live-broadcast-restriction-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:13px;}.live-broadcast-restriction-meta span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface);font-size:.84rem;}.live-broadcast-restriction-meta svg{width:15px;height:15px;}@media (max-width:900px){.live-admin-actions-grid,.live-admin-management-grid{grid-template-columns:1fr;}.live-admin-broadcast-cover{aspect-ratio:16/7;min-height:180px;}}@media (max-width:680px){.live-admin-title{padding-left:0;padding-right:0;}.live-admin-title>.btn{width:100%;}.live-admin-stats{grid-template-columns:1fr 1fr;gap:10px;}.live-admin-stats article{padding:14px;}.live-admin-stats article:last-child{grid-column:1/-1;}.live-admin-section .section-heading{align-items:flex-start;flex-direction:column;}.live-admin-broadcast-cover{aspect-ratio:16/9;min-height:0;}.live-admin-broadcast-body{padding:15px;}.live-admin-broadcast-head{align-items:stretch;flex-direction:column;}.live-admin-broadcast-head .btn{width:100%;}.live-admin-broadcast-body h3{font-size:1.18rem;margin-top:15px;}.live-admin-metrics{display:grid;grid-template-columns:1fr 1fr;}.live-admin-metrics span:last-child{grid-column:1/-1;}.live-admin-action-form{padding:13px;}.live-admin-restriction-list>article{grid-template-columns:auto minmax(0,1fr);}.live-admin-restriction-list>article form{grid-column:1/-1;}.live-admin-restriction-list>article form .btn{width:100%;}.live-broadcast-restriction-card{padding:18px;flex-direction:column;}.live-broadcast-restriction-icon{width:48px;height:48px;flex-basis:48px;}.live-broadcast-restriction-meta{display:grid;}.live-broadcast-restriction-meta span{width:100%;}}.news-owner-single-field{gap:9px;background:var(--surface);box-shadow:none;}.news-owner-single-field .news-author-assignment__head{padding-bottom:1px;}.news-owner-single-field .news-owner-control{min-height:54px;padding:7px;}.news-owner-single-field .news-owner-chip{flex:0 1 auto;max-width:min(72%,430px);padding-right:5px;}.news-owner-single-field .news-owner-chip__remove{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:auto;min-width:31px;padding:0 7px;font-size:8px;font-weight:850;}.news-owner-single-field .news-owner-chip__remove span{display:inline;}.news-owner-single-field .news-owner-chip__remove svg{flex:0 0 auto;}.news-owner-single-field .news-owner-results{z-index:45;}.review-owner-search-form>.news-owner-single-field{padding:0;border:0;border-radius:0;background:transparent;}.review-owner-search-form>.news-owner-single-field>.news-author-assignment__head{display:none;}.review-owner-search-form .news-owner-transfer-note{margin-top:1px;}@media (max-width:680px){.news-owner-single-field .news-owner-control{align-items:center;flex-wrap:wrap;}.news-owner-single-field .news-owner-chip{width:100%;max-width:none;}.news-owner-single-field .news-owner-chip__remove{min-height:32px;padding-inline:9px;font-size:9px;}.review-owner-search-form .btn{min-height:46px;}}body:is(.menu-open,.search-open,.panel-menu-open) .scroll-top-button{opacity:0!important;visibility:hidden!important;pointer-events:none!important;}@media (max-width:700px){body.mobile-bottom-enabled .scroll-top-button{bottom:calc(60px + env(safe-area-inset-bottom))!important;}body.mobile-bottom-disabled .scroll-top-button{bottom:max(12px,env(safe-area-inset-bottom))!important;}}[data-enhanced-audio-studio]{min-width:0;}[data-enhanced-audio-studio] .audio-pro-console{display:grid;gap:16px;min-width:0;}.audio-pro-stage{position:relative;display:grid;place-items:center;min-height:310px;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 4%,var(--surface)),var(--surface));isolation:isolate;}.audio-pro-stage::before{content:"";position:absolute;inset:24px;border:1px solid color-mix(in srgb,var(--brand) 12%,var(--line));border-radius:18px;pointer-events:none;}.audio-pro-stage canvas{position:absolute;inset:auto 0 0;width:100%;height:145px;opacity:.42;z-index:-1;}.audio-pro-stage-center{position:relative;z-index:2;display:grid;justify-items:center;gap:8px;text-align:center;padding:26px;}.audio-pro-state{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.09em;}.audio-pro-timer{font-size:clamp(36px,6vw,58px);line-height:1;font-weight:850;letter-spacing:-.05em;font-variant-numeric:tabular-nums;color:var(--ink);}.audio-pro-start{display:grid;place-items:center;gap:5px;width:118px;height:118px;margin-top:5px;padding:0;border:8px solid color-mix(in srgb,var(--brand) 14%,var(--surface));border-radius:50%;background:var(--brand);color:#fff;box-shadow:0 0 0 1px color-mix(in srgb,var(--brand) 34%,transparent);font:inherit;font-size:12px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;}.audio-pro-start:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 22px color-mix(in srgb,var(--brand) 24%,transparent);}.audio-pro-start:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 25%,transparent);outline-offset:4px;}.audio-pro-start:disabled{cursor:default;opacity:.82;}.audio-pro-start.is-loading{animation:audioStartWaiting 1.1s ease-in-out infinite;}@keyframes audioStartWaiting{50%{transform:scale(.96);box-shadow:0 0 0 10px color-mix(in srgb,var(--brand) 9%,transparent);}}.audio-pro-start-icon{display:grid;place-items:center;width:38px;height:38px;}.audio-pro-start-icon svg{width:34px;height:34px;}.audio-pro-stage-center small{max-width:360px;color:var(--muted);font-size:11px;line-height:1.5;}.audio-pro-level{position:absolute;left:22px;right:22px;bottom:17px;height:4px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--line) 80%,transparent);}.audio-pro-level i{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left;background:var(--brand);border-radius:inherit;transition:transform .07s linear,background .18s ease;}[data-enhanced-audio-studio].is-recording .audio-pro-start{background:#dc2626;border-color:color-mix(in srgb,#dc2626 14%,var(--surface));box-shadow:0 0 0 1px color-mix(in srgb,#dc2626 35%,transparent);}[data-enhanced-audio-studio].is-recording .audio-pro-state{color:#dc2626;border-color:color-mix(in srgb,#dc2626 30%,var(--line));background:color-mix(in srgb,#dc2626 7%,var(--surface));}[data-enhanced-audio-studio].is-speaking .audio-pro-level i{background:#16a34a;}[data-enhanced-audio-studio].is-paused .audio-pro-start{background:#d97706;border-color:color-mix(in srgb,#d97706 15%,var(--surface));}[data-enhanced-audio-studio].has-recording .audio-pro-start{background:var(--ink);border-color:color-mix(in srgb,var(--ink) 12%,var(--surface));}.audio-pro-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;}.audio-pro-controls .btn{min-height:44px;}.audio-music-panel{display:block;padding:0;border:1px solid var(--line);border-radius:17px;background:var(--soft);overflow:hidden;}.audio-music-panel>summary{list-style:none;}.audio-music-panel>summary::-webkit-details-marker{display:none;}.audio-music-summary{display:grid;grid-template-columns:42px minmax(0,1fr) auto 22px;align-items:center;gap:11px;min-height:70px;padding:13px 15px;cursor:pointer;background:var(--surface);user-select:none;}.audio-music-summary:hover{background:color-mix(in srgb,var(--brand) 3%,var(--surface));}.audio-music-summary:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 20%,transparent);outline-offset:-3px;}.audio-music-summary-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:var(--soft);color:var(--brand);}.audio-music-summary-copy{display:grid;gap:3px;min-width:0;}.audio-music-summary-copy strong{color:var(--ink);font-size:14px;}.audio-music-summary-copy small{color:var(--muted);font-size:10px;line-height:1.45;}.audio-music-toggle-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 9px;border:1px solid var(--line);border-radius:999px;background:var(--soft);color:var(--muted);font-size:9px;font-weight:900;}.audio-music-toggle-status.is-active{border-color:color-mix(in srgb,var(--brand) 28%,var(--line));background:color-mix(in srgb,var(--brand) 8%,var(--surface));color:var(--brand);}.audio-music-chevron{display:grid;place-items:center;color:var(--muted);transition:transform .18s ease;}.audio-music-chevron svg{width:18px;height:18px;}.audio-music-panel[open] .audio-music-chevron{transform:rotate(180deg);}.audio-music-content{display:grid;gap:14px;padding:16px;border-top:1px solid var(--line);}.audio-music-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;}.audio-music-head>div{display:flex;align-items:flex-start;gap:10px;min-width:0;}.audio-music-head strong{display:block;color:var(--ink);font-size:14px;}.audio-music-head small{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.5;}.audio-duck-badge{flex:0 0 auto;display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid color-mix(in srgb,#16a34a 30%,var(--line));border-radius:999px;background:color-mix(in srgb,#16a34a 7%,var(--surface));color:#15803d;font-size:9px;font-weight:900;letter-spacing:.04em;}[data-enhanced-audio-studio].is-speaking .audio-duck-badge{background:#15803d;color:#fff;border-color:#15803d;}.audio-music-tracks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}.audio-music-track{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 30px;align-items:center;gap:8px;min-width:0;min-height:66px;padding:9px 10px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--ink);font:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease;}.audio-music-track:hover{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));transform:translateY(-1px);}.audio-music-track.is-selected{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 6%,var(--surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--brand) 18%,transparent);}.audio-music-track-icon,.audio-music-preview{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:var(--soft);color:var(--brand);}.audio-music-track-icon svg,.audio-music-preview svg{width:17px;height:17px;}.audio-music-track-copy{display:grid;gap:3px;min-width:0;}.audio-music-track-copy strong,.audio-music-track-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.audio-music-track-copy strong{font-size:11px;}.audio-music-track-copy small{color:var(--muted);font-size:9px;}.audio-music-preview{width:28px;height:28px;background:transparent;}.audio-music-track.is-previewing .audio-music-preview{background:var(--brand);border-color:var(--brand);color:#fff;animation:audioPulse 1.1s ease-in-out infinite;}@keyframes audioPulse{50%{transform:scale(.91);opacity:.8;}}.audio-music-settings{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px 14px;}.audio-range-field{display:grid;gap:7px;padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:var(--surface);}.audio-range-field>span{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:10px;}.audio-range-field strong{color:var(--ink);}.audio-range-field output{font-weight:900;color:var(--brand);font-variant-numeric:tabular-nums;}.audio-range-field input[type=range]{width:100%;accent-color:var(--brand);}.audio-duck-switch,.audio-monitor-switch{margin:0!important;padding:11px 12px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:var(--surface)!important;}.audio-duck-switch span,.audio-monitor-switch span{display:grid!important;gap:2px!important;}.audio-duck-switch strong,.audio-monitor-switch strong{font-size:10px!important;}.audio-duck-switch small,.audio-monitor-switch small{font-size:9px!important;line-height:1.4!important;}.audio-pro-upload-row{margin:0;}.audio-pro-console.is-compact{gap:13px;}.audio-pro-console.is-compact .audio-pro-stage{min-height:270px;}.audio-pro-console.is-compact .audio-pro-start{width:104px;height:104px;}.audio-pro-console.is-compact .audio-pro-timer{font-size:42px;}.audio-pro-console.is-compact .audio-music-content{padding:13px;}@media (max-width:900px){.audio-music-tracks{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:680px){[data-enhanced-audio-studio] .audio-pro-console{gap:12px;}.audio-pro-stage,.audio-pro-console.is-compact .audio-pro-stage{min-height:270px;border-radius:16px;}.audio-pro-stage::before{inset:14px;border-radius:14px;}.audio-pro-stage canvas{height:116px;}.audio-pro-stage-center{padding:20px 14px;}.audio-pro-timer,.audio-pro-console.is-compact .audio-pro-timer{font-size:40px;}.audio-pro-start,.audio-pro-console.is-compact .audio-pro-start{width:102px;height:102px;border-width:7px;}.audio-pro-start-icon svg{width:28px;height:28px;}.audio-pro-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}.audio-pro-controls .btn{width:100%;justify-content:center;min-width:0;padding-inline:10px;}.audio-music-panel{border-radius:14px;}.audio-music-summary{grid-template-columns:38px minmax(0,1fr) auto 18px;gap:8px;min-height:66px;padding:11px 12px;}.audio-music-summary-icon{width:38px;height:38px;}.audio-music-summary-copy small{display:none;}.audio-music-content{padding:12px;}.audio-music-head{display:grid;gap:9px;}.audio-duck-badge{justify-self:start;}.audio-music-tracks{grid-template-columns:1fr;max-height:300px;overflow:auto;padding-right:2px;}.audio-music-track{min-height:62px;}.audio-music-settings{grid-template-columns:1fr;}.audio-pro-upload-row{grid-template-columns:1fr!important;}}@media (max-width:380px){.audio-pro-controls{grid-template-columns:1fr;}.audio-pro-stage,.audio-pro-console.is-compact .audio-pro-stage{min-height:250px;}.audio-pro-start,.audio-pro-console.is-compact .audio-pro-start{width:94px;height:94px;}}.audio-news-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:24px;padding:4px 8px;border:1px solid color-mix(in srgb,var(--brand) 26%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--brand) 9%,var(--surface));color:var(--brand);font-size:9px;font-weight:900;line-height:1;letter-spacing:.025em;white-space:nowrap;vertical-align:middle;box-shadow:none;}.audio-news-badge .ui-icon{width:13px;height:13px;flex:0 0 auto;}.audio-news-badge-label{font-style:normal;}.audio-news-badge-card{background:rgba(10,18,32,.84);border-color:rgba(255,255,255,.25);color:#fff;backdrop-filter:blur(8px);}.audio-news-badge-overlay{background:rgba(10,18,32,.78);border-color:rgba(255,255,255,.24);color:#fff;backdrop-filter:blur(9px);}.audio-news-badge-inline{min-height:20px;margin-right:6px;padding:3px 6px;font-size:8px;}.audio-news-badge-inline .ui-icon{width:11px;height:11px;}.news-card__badges .audio-news-badge{pointer-events:none;}.home-audio-feature-media>.audio-news-badge-overlay,.audio-directory-cover>.audio-news-badge-overlay,.category-magazine-media>.audio-news-badge-overlay{position:absolute;top:10px;left:10px;z-index:4;}.recommended-lead-badge-group{position:absolute;top:13px;left:13px;z-index:3;display:flex;align-items:center;gap:7px;flex-wrap:wrap;}.recommended-lead-badge-group .recommended-lead-badge{position:static;}.headline-badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}.headline-badges .audio-news-badge{min-height:22px;padding:3px 7px;border:1px solid rgba(255,255,255,.24);background:rgba(10,18,32,.78);color:#fff;font-size:9px;letter-spacing:.025em;}.home-newsroom-primary-badge-group{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}.category-visual-copy>.audio-news-badge,.category-magazine-media>.audio-news-badge{align-self:flex-start;}.home-audio-feature-media{position:relative;}.audio-directory-cover{position:relative;}.home-trend-item small,.recommended-copy small,.home-quick-copy small,.home-newsroom-row-copy small,.home-editorial-copy small,.home-editorial-card small,.category-split-list small,.category-timeline-copy small{display:flex;align-items:center;gap:4px;flex-wrap:wrap;}.news-audio-player.news-audio-player-pro{--audio-level:0;--audio-echo-scale:1;--audio-echo-opacity:.12;--audio-cover-scale:1.01;--audio-center-scale:.96;--audio-glow-size:24px;display:grid;grid-template-columns:minmax(320px,.94fr) minmax(0,1.16fr);gap:0;min-height:410px;margin:8px 0 32px;padding:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));border-radius:28px;background:var(--surface);box-shadow:0 20px 44px rgba(15,23,42,.10);}.news-audio-player-pro .news-audio-art{position:relative;isolation:isolate;display:grid;place-items:center;min-height:410px;overflow:hidden;border-radius:0;background:linear-gradient(145deg,#111827,#1e293b);color:#fff;}.news-audio-player-pro .news-audio-art>img{position:absolute;inset:-2%;z-index:-4;width:104%;height:104%;object-fit:cover;transform:scale(var(--audio-cover-scale));transition:transform .14s linear;filter:saturate(.92) contrast(1.04);}.news-audio-player-pro .news-audio-art-placeholder{position:absolute;inset:0;z-index:-4;display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--brand) 44%,#111827),#0f172a 70%);}.news-audio-player-pro .news-audio-art-placeholder .ui-icon{width:82px;height:82px;opacity:.42;}.news-audio-art-shade{position:absolute;inset:0;z-index:-3;background:linear-gradient(180deg,rgba(5,10,20,.18),rgba(5,10,20,.40) 50%,rgba(5,10,20,.84));pointer-events:none;}.news-audio-visualizer{position:absolute;inset:0;z-index:-1;width:100%;height:100%;pointer-events:none;opacity:.92;mask-image:linear-gradient(to bottom,transparent 16%,#000 56%,#000 100%);}.news-audio-echo{position:absolute;left:50%;top:48%;z-index:1;width:110px;height:110px;transform:translate(-50%,-50%);pointer-events:none;}.news-audio-echo i{position:absolute;inset:0;border:1px solid rgba(255,255,255,var(--audio-echo-opacity));border-radius:50%;transform:scale(var(--audio-echo-scale));transition:transform .09s linear,opacity .09s linear;}.news-audio-echo i:nth-child(2){transform:scale(calc(var(--audio-echo-scale) + .28));opacity:.64;}.news-audio-echo i:nth-child(3){transform:scale(calc(var(--audio-echo-scale) + .58));opacity:.35;}.news-audio-art-center{position:relative;z-index:2;display:grid;place-items:center;width:86px;height:86px;border:1px solid rgba(255,255,255,.34);border-radius:50%;background:rgba(8,15,28,.58);color:#fff;box-shadow:0 12px 38px rgba(0,0,0,.24),0 0 var(--audio-glow-size) rgba(255,255,255,.16);backdrop-filter:blur(13px);transform:scale(var(--audio-center-scale));transition:transform .09s linear;}.news-audio-art-center .ui-icon{width:36px;height:36px;}.news-audio-art-badge{position:absolute;top:18px;left:18px;z-index:3;display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:6px 10px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(8,15,28,.64);color:#fff;font-size:10px;font-weight:900;letter-spacing:.045em;backdrop-filter:blur(10px);}.news-audio-art-badge .ui-icon{width:15px;height:15px;}.news-audio-art-caption{position:absolute;right:18px;bottom:17px;left:18px;z-index:3;display:grid;gap:3px;color:#fff;}.news-audio-art-caption small{font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;opacity:.78;}.news-audio-art-caption strong{overflow:hidden;font-size:14px;white-space:nowrap;text-overflow:ellipsis;}.news-audio-player-pro .news-audio-main{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:34px 36px;}.news-audio-player-pro .news-audio-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;}.news-audio-player-pro .news-audio-heading h2{margin:7px 0 6px;font-size:clamp(24px,3vw,38px);line-height:1.08;letter-spacing:-.035em;}.news-audio-player-pro .news-audio-heading p{font-size:13px;}.news-audio-player-pro .news-audio-listens{min-height:36px;padding:8px 11px;border-radius:12px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--ink);font-size:11px;font-weight:750;}.news-audio-player-pro .news-audio-listens b{font-size:14px;}.news-audio-now{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;margin-top:22px;color:var(--muted);font-size:11px;font-weight:800;}.news-audio-now-dot{width:8px;height:8px;border-radius:50%;background:var(--muted);box-shadow:0 0 0 0 color-mix(in srgb,var(--brand) 35%,transparent);}.news-audio-player-pro.is-playing .news-audio-now{color:var(--brand);}.news-audio-player-pro.is-playing .news-audio-now-dot{background:var(--brand);animation:audioNowPulse 1.55s ease-out infinite;}.news-audio-player-pro .news-audio-controls{grid-template-columns:60px auto minmax(120px,1fr) auto 44px auto;gap:11px;margin-top:14px;}.news-audio-player-pro .news-audio-controls button{width:44px;height:44px;border-radius:13px;}.news-audio-player-pro .news-audio-controls .news-audio-play{width:60px;height:60px;border-radius:18px;box-shadow:0 12px 24px color-mix(in srgb,var(--brand) 22%,transparent);}.news-audio-player-pro .news-audio-controls .news-audio-play span{font-size:22px;}.news-audio-player-pro .news-audio-controls>span{font-size:12px;}.news-audio-player-pro .news-audio-controls input[type=range]{height:28px;}.news-audio-player-pro .news-audio-controls select{min-width:76px;height:44px;}.news-audio-player-pro .news-audio-progress{height:7px;margin-top:13px;}.news-audio-player-pro .news-audio-progress i{background:linear-gradient(90deg,var(--brand),color-mix(in srgb,var(--brand) 54%,#22c55e));}.news-audio-player-pro .news-audio-info{gap:9px 14px;margin-top:15px;padding-top:14px;border-top:1px solid var(--line);font-size:10px;}.news-audio-player-pro .audio-transcript{margin-top:17px;}.news-audio-player-pro.is-playing .news-audio-art{box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}.news-audio-player-pro.is-visualizer-fallback.is-playing .news-audio-echo i{animation:audioEchoFallback 1.4s ease-out infinite;}.news-audio-player-pro.is-visualizer-fallback.is-playing .news-audio-echo i:nth-child(2){animation-delay:.22s;}.news-audio-player-pro.is-visualizer-fallback.is-playing .news-audio-echo i:nth-child(3){animation-delay:.44s;}@keyframes audioNowPulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--brand) 38%,transparent);}70%{box-shadow:0 0 0 8px transparent;}100%{box-shadow:0 0 0 0 transparent;}}@keyframes audioEchoFallback{0%{opacity:.55;transform:scale(1);}100%{opacity:0;transform:scale(1.72);}}@media (max-width:900px){.news-audio-player.news-audio-player-pro{grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);min-height:360px;}.news-audio-player-pro .news-audio-art{min-height:360px;}.news-audio-player-pro .news-audio-main{padding:27px;}.news-audio-player-pro .news-audio-heading{grid-template-columns:1fr;}.news-audio-player-pro .news-audio-listens{justify-self:start;}.news-audio-player-pro .news-audio-heading h2{font-size:clamp(23px,3.5vw,32px);}}@media (max-width:700px){.audio-news-badge{min-height:22px;padding:4px 7px;}.audio-news-badge-label{font-size:8px;}.news-audio-player.news-audio-player-pro{grid-template-columns:1fr;min-height:0;margin:4px 0 28px;border-radius:22px;}.news-audio-player-pro .news-audio-art{min-height:270px;}.news-audio-player-pro .news-audio-main{padding:20px;}.news-audio-player-pro .news-audio-heading{gap:12px;}.news-audio-player-pro .news-audio-heading h2{font-size:25px;}.news-audio-player-pro .news-audio-listens{min-height:34px;}.news-audio-player-pro .news-audio-controls{grid-template-columns:58px auto minmax(70px,1fr) auto 42px;}.news-audio-player-pro .news-audio-controls select{grid-column:1/-1;width:100%;}.news-audio-player-pro .news-audio-controls .news-audio-play{width:58px;height:58px;}.news-audio-player-pro .news-audio-info{display:grid;grid-template-columns:1fr;}.news-audio-art-center{width:78px;height:78px;}.news-audio-echo{width:98px;height:98px;}.news-audio-art-badge{top:14px;left:14px;}.news-audio-art-caption{right:14px;bottom:14px;left:14px;}}@media (max-width:420px){.audio-news-badge-inline .audio-news-badge-label{display:none;}.audio-news-badge-inline{width:22px;min-width:22px;margin-right:4px;padding:3px;}.headline-badges .audio-news-badge .audio-news-badge-label{display:none;}.news-audio-player-pro .news-audio-art{min-height:235px;}.news-audio-player-pro .news-audio-main{padding:17px;}.news-audio-player-pro .news-audio-heading h2{font-size:22px;}.news-audio-player-pro .news-audio-controls{grid-template-columns:54px auto minmax(55px,1fr) auto 40px;gap:8px;}.news-audio-player-pro .news-audio-controls .news-audio-play{width:54px;height:54px;}.news-audio-player-pro .news-audio-controls button{width:40px;height:40px;}.news-audio-art-center{width:70px;height:70px;}.news-audio-art-center .ui-icon{width:30px;height:30px;}}@media (prefers-reduced-motion:reduce){.news-audio-player-pro .news-audio-art>img,.news-audio-art-center,.news-audio-echo i,.news-audio-now-dot{animation:none!important;transition:none!important;}.news-audio-visualizer{display:none;}}.badge-audio{display:inline-flex;align-items:center;gap:6px;border-color:color-mix(in srgb,var(--brand) 28%,var(--line));background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);box-shadow:none;}.badge-audio .ui-icon{width:14px;height:14px;}.audio-directory-featured{margin:24px 0 30px;}.audio-directory-featured .audio-directory-featured-player{margin-bottom:12px;}.audio-directory-featured-actions{display:flex;justify-content:flex-end;}.audio-directory-featured-actions .btn{min-height:42px;}@media (max-width:700px){.audio-directory-featured{margin:18px 0 24px;}.audio-directory-featured-actions,.audio-directory-featured-actions .btn{width:100%;}}.audio-recovery-action .btn{white-space:nowrap;}@media (max-width:720px){.audio-recovery-action .btn{width:100%;min-height:44px;}}.audio-quality-status{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--brand) 4%,var(--surface));color:var(--text);}.audio-quality-status span{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:900;letter-spacing:.01em;}.audio-quality-status span svg{width:16px;height:16px;color:var(--brand);}.audio-quality-status small{font-size:10px;line-height:1.45;color:var(--muted);}.audio-control-transcribe[disabled]{opacity:.52;cursor:not-allowed;filter:saturate(.55);}@media (max-width:640px){.audio-quality-status{align-items:flex-start;padding:10px;}.audio-quality-status span,.audio-quality-status small{width:100%;}}.home-audio-hub{--home-audio-accent:color-mix(in srgb,var(--brand) 88%,#7c3aed);overflow:hidden;padding:0!important;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:24px;background:var(--surface);box-shadow:none;}.home-audio-hub-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0;padding:22px 24px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--brand) 4%,var(--surface));}.home-audio-brand{display:flex;align-items:center;gap:12px;min-width:0;}.home-audio-brand-icon{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));border-radius:16px;background:var(--surface);color:var(--brand);}.home-audio-brand-icon .ui-icon{width:25px;height:25px;}.home-audio-brand>h2{min-width:0;margin:0;color:var(--ink);font-size:clamp(23px,2.25vw,31px);line-height:1;letter-spacing:-.035em;white-space:nowrap;}.home-audio-all-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;min-height:42px;margin-left:auto;padding:0 13px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);font-size:11px;font-weight:850;text-decoration:none;white-space:nowrap;}.home-audio-all-link:hover{border-color:color-mix(in srgb,var(--brand) 36%,var(--line));color:var(--brand);}.home-audio-all-link .ui-icon{width:15px;height:15px;}.home-audio-hub-layout{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);min-width:0;}.home-audio-hub-layout.is-single{grid-template-columns:minmax(0,1fr);}.home-audio-feature{display:grid;min-width:0;border-right:1px solid var(--line);}.home-audio-hub-layout.is-single .home-audio-feature{border-right:0;}.home-audio-feature-media{display:grid;place-items:center;position:relative;overflow:hidden;aspect-ratio:16/9;margin:20px 20px 0;border:1px solid var(--line);border-radius:18px;background:var(--soft);color:var(--brand);isolation:isolate;}.home-audio-feature-media:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 48%,rgba(5,12,24,.52) 100%);pointer-events:none;}.home-audio-feature-media>img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease;}.home-audio-feature-media:hover>img{transform:scale(1.025);}.home-audio-media-placeholder{display:grid;place-items:center;width:100%;height:100%;background:color-mix(in srgb,var(--brand) 8%,var(--soft));}.home-audio-media-placeholder .ui-icon{width:48px;height:48px;}.home-audio-feature-media>.audio-news-badge-overlay{top:14px;left:14px;z-index:4;}.home-audio-feature-play{position:absolute;z-index:4;display:grid;place-items:center;width:66px;height:66px;border:1px solid rgba(255,255,255,.42);border-radius:20px;background:rgba(9,17,31,.72);color:#fff;backdrop-filter:blur(10px);transition:transform .2s ease,background .2s ease;}.home-audio-feature-media:hover .home-audio-feature-play{transform:scale(1.05);background:var(--brand);}.home-audio-feature-play .ui-icon{width:27px;height:27px;}.home-audio-feature-wave{position:absolute;right:15px;bottom:15px;z-index:3;display:flex;align-items:center;gap:3px;height:26px;padding:6px 8px;border-radius:9px;background:rgba(8,15,28,.66);backdrop-filter:blur(8px);}.home-audio-feature-wave i{display:block;width:3px;height:7px;border-radius:999px;background:#fff;opacity:.88;animation:homeAudioWave 1.35s ease-in-out infinite;}.home-audio-feature-wave i:nth-child(2),.home-audio-feature-wave i:nth-child(6){height:13px;animation-delay:.12s;}.home-audio-feature-wave i:nth-child(3),.home-audio-feature-wave i:nth-child(5){height:18px;animation-delay:.24s;}.home-audio-feature-wave i:nth-child(4){height:22px;animation-delay:.36s;}.home-audio-feature-wave i:nth-child(7){animation-delay:.48s;}@keyframes homeAudioWave{50%{transform:scaleY(.52);opacity:.58;}}.home-audio-feature-copy{display:grid;align-content:start;gap:10px;padding:20px 22px 23px;}.home-audio-feature-labels{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}.home-audio-feature-labels span,.home-audio-feature-labels b{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:8px;font-size:9px;font-weight:900;line-height:1.1;}.home-audio-feature-labels span{border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--brand);}.home-audio-feature-labels b{border:1px solid var(--line);background:var(--soft);color:var(--muted);}.home-audio-feature h3{margin:0;color:var(--ink);font-size:clamp(23px,2.6vw,34px);line-height:1.12;letter-spacing:-.035em;}.home-audio-feature h3 a{color:inherit;text-decoration:none;}.home-audio-feature h3 a:hover{color:var(--brand);}.home-audio-feature-copy>p{display:-webkit-box;max-width:760px;margin:0;color:var(--muted);font-size:12px;line-height:1.6;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.home-audio-feature-meta{display:flex;align-items:center;gap:8px 13px;flex-wrap:wrap;color:var(--muted);font-size:10px;font-weight:750;}.home-audio-feature-meta span{display:inline-flex;align-items:center;gap:5px;min-width:0;}.home-audio-feature-meta .ui-icon{width:14px;height:14px;color:var(--brand);}.home-audio-listen-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:max-content;min-height:42px;margin-top:2px;padding:0 14px;border:1px solid var(--brand);border-radius:12px;background:var(--brand);color:#fff;font-size:11px;font-weight:900;text-decoration:none;}.home-audio-listen-button:hover{background:color-mix(in srgb,var(--brand) 88%,#000);}.home-audio-listen-button .ui-icon{width:15px;height:15px;}.home-audio-queue{display:grid;align-content:start;min-width:0;padding:20px;background:color-mix(in srgb,var(--soft) 42%,var(--surface));}.home-audio-queue-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px;color:var(--ink);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.055em;}.home-audio-queue-head b{display:grid;place-items:center;min-width:27px;height:27px;padding:0 7px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--brand);font-size:10px;}.home-audio-queue-list{display:grid;gap:9px;}.home-audio-queue-item{display:grid;grid-template-columns:74px minmax(0,1fr) 30px;align-items:center;gap:11px;min-width:0;min-height:82px;padding:8px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:inherit;text-decoration:none;transition:border-color .18s ease,transform .18s ease;}.home-audio-queue-item:hover{border-color:color-mix(in srgb,var(--brand) 34%,var(--line));transform:translateY(-1px);}.home-audio-queue-media{display:grid;place-items:center;position:relative;overflow:hidden;width:74px;height:66px;border-radius:11px;background:var(--soft);color:var(--brand);}.home-audio-queue-media>img{width:100%;height:100%;object-fit:cover;}.home-audio-queue-media>span .ui-icon{width:23px;height:23px;}.home-audio-queue-media>i{position:absolute;right:6px;bottom:6px;display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:rgba(8,15,28,.72);color:#fff;font-style:normal;backdrop-filter:blur(6px);}.home-audio-queue-media>i .ui-icon{width:12px;height:12px;}.home-audio-queue-copy{display:grid;min-width:0;gap:3px;}.home-audio-queue-copy>small{overflow:hidden;color:var(--brand);font-size:8px;font-weight:900;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;}.home-audio-queue-copy>strong{display:-webkit-box;overflow:hidden;color:var(--ink);font-size:12px;line-height:1.38;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.home-audio-queue-copy>em{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:8px;font-style:normal;font-weight:750;}.home-audio-queue-copy>em span{display:inline-flex;align-items:center;gap:4px;}.home-audio-queue-copy>em .ui-icon{width:11px;height:11px;}.home-audio-queue-arrow{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--line);border-radius:9px;background:var(--soft);color:var(--muted);}.home-audio-queue-arrow .ui-icon{width:14px;height:14px;}.home-audio-queue-item:hover .home-audio-queue-arrow{border-color:color-mix(in srgb,var(--brand) 30%,var(--line));color:var(--brand);}@media (max-width:1020px){.home-audio-hub-layout{grid-template-columns:minmax(0,1fr);}.home-audio-feature{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);border-right:0;border-bottom:1px solid var(--line);}.home-audio-feature-media{height:100%;min-height:300px;margin:18px 0 18px 18px;aspect-ratio:auto;}.home-audio-feature-copy{align-content:center;padding:22px;}.home-audio-queue-list{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:700px){.home-audio-hub{width:min(calc(100% - 20px),var(--container))!important;border-radius:20px;}.home-audio-hub-head{display:flex;align-items:center;gap:10px;padding:15px 16px;}.home-audio-brand{flex:1 1 auto;align-items:center;gap:9px;}.home-audio-brand-icon{flex-basis:40px;width:40px;height:40px;border-radius:12px;}.home-audio-brand-icon .ui-icon{width:20px;height:20px;}.home-audio-brand>h2{overflow:hidden;font-size:21px;text-overflow:ellipsis;}.home-audio-all-link{flex:0 0 auto;justify-self:auto;min-height:38px;margin-left:auto;padding-inline:11px;}.home-audio-feature{grid-template-columns:minmax(0,1fr);}.home-audio-feature-media{min-height:0;margin:14px 14px 0;aspect-ratio:16/10;border-radius:15px;}.home-audio-feature-copy{gap:9px;padding:16px;}.home-audio-feature h3{font-size:24px;}.home-audio-feature-copy>p{-webkit-line-clamp:2;}.home-audio-feature-play{width:58px;height:58px;border-radius:17px;}.home-audio-feature-wave{right:11px;bottom:11px;}.home-audio-listen-button{width:100%;}.home-audio-queue{padding:14px;}.home-audio-queue-list{grid-template-columns:minmax(0,1fr);}.home-audio-queue-item{grid-template-columns:70px minmax(0,1fr) 28px;gap:9px;min-height:78px;}.home-audio-queue-media{width:70px;height:62px;}}@media (max-width:420px){.home-audio-hub-head{gap:8px;padding:12px;}.home-audio-brand{gap:8px;}.home-audio-brand-icon{flex-basis:36px;width:36px;height:36px;border-radius:10px;}.home-audio-brand-icon .ui-icon{width:18px;height:18px;}.home-audio-brand>h2{font-size:18px;}.home-audio-all-link{min-height:36px;padding-inline:9px;font-size:10px;}.home-audio-all-link .ui-icon{width:13px;height:13px;}.home-audio-feature-media{margin:11px 11px 0;}.home-audio-feature-copy{padding:14px;}.home-audio-feature h3{font-size:21px;}.home-audio-feature-meta span:first-child{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.home-audio-queue{padding:11px;}.home-audio-queue-item{grid-template-columns:62px minmax(0,1fr);padding:7px;}.home-audio-queue-media{width:62px;height:58px;}.home-audio-queue-arrow{display:none;}}@media (prefers-reduced-motion:reduce){.home-audio-feature-wave i{animation:none;}.home-audio-feature-media>img,.home-audio-queue-item,.home-audio-feature-play{transition:none;}}.home-audio-hub,
.home-audio-hub *{box-sizing:border-box;}.home-audio-hub-head,
.home-audio-hub-layout,
.home-audio-feature,
.home-audio-feature-copy,
.home-audio-queue,
.home-audio-queue-list,
.home-audio-queue-item,
.home-audio-queue-copy{min-width:0;max-width:100%;}.home-audio-feature h3,
.home-audio-feature-copy>p,
.home-audio-queue-copy>strong{overflow-wrap:anywhere;word-break:normal;}.home-audio-queue-copy>em span{min-width:0;white-space:nowrap;}@media (max-width:700px){.home-audio-hub{width:min(calc(100% - 24px),var(--container))!important;margin-inline:auto!important;}.home-audio-feature-media{width:auto;max-width:calc(100% - 28px);}.home-audio-feature-meta span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.home-audio-queue{width:100%;overflow:hidden;}.home-audio-queue-list{width:100%;grid-template-columns:minmax(0,1fr);}.home-audio-queue-item{width:100%;grid-template-columns:70px minmax(0,1fr);gap:10px;overflow:hidden;}.home-audio-queue-arrow{display:none;}.home-audio-queue-copy{width:100%;overflow:hidden;}.home-audio-queue-copy>strong{max-width:100%;-webkit-line-clamp:2;}.home-audio-queue-copy>em{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 10px;max-width:100%;overflow:hidden;}}@media (max-width:420px){.home-audio-hub{width:min(calc(100% - 16px),var(--container))!important;border-radius:18px;}.home-audio-feature-media{max-width:calc(100% - 20px);margin:10px 10px 0;}.home-audio-feature-copy{padding:13px;}.home-audio-queue{padding:10px;}.home-audio-queue-item{grid-template-columns:58px minmax(0,1fr);gap:9px;padding:7px;}.home-audio-queue-media{width:58px;height:56px;}.home-audio-queue-copy>small{max-width:100%;}.home-audio-queue-copy>strong{font-size:11px;line-height:1.35;}.home-audio-queue-copy>em{grid-template-columns:minmax(0,1fr);gap:3px;}}.news-audio-earning-state{display:flex;align-items:flex-start;gap:9px;margin-top:12px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--brand) 5%,var(--surface));color:var(--muted);font-size:12px;line-height:1.45;}.news-audio-earning-state svg{flex:0 0 auto;width:17px;height:17px;color:var(--brand);margin-top:1px;}.news-audio-earning-state.is-valid{border-color:color-mix(in srgb,#16a34a 32%,var(--line));background:color-mix(in srgb,#16a34a 7%,var(--surface));color:#15803d;}.news-audio-earning-state.is-review{border-color:color-mix(in srgb,#d97706 30%,var(--line));background:color-mix(in srgb,#d97706 7%,var(--surface));color:#a16207;}.live-earning-overview em{display:block;margin-top:2px;color:var(--muted);font-size:10px;font-style:normal;font-weight:700;}.live-earning-overview.is-active>span{background:color-mix(in srgb,#16a34a 12%,var(--surface));color:#16a34a;}.live-earning-panel{overflow:hidden;}.live-earning-panel .panel-head{margin-bottom:14px;}.live-earning-progress-track{height:8px;border-radius:999px;background:var(--soft);overflow:hidden;}.live-earning-progress-track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),#16a34a);transition:width .25s ease;}.live-earning-panel-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px;}.live-earning-panel-stats>div{min-width:0;padding:10px;border:1px solid var(--line);border-radius:12px;background:var(--soft);}.live-earning-panel-stats small{display:block;color:var(--muted);font-size:10px;font-weight:700;}.live-earning-panel-stats strong{display:block;margin-top:3px;overflow-wrap:anywhere;font-size:14px;}.live-earning-guidance{margin:12px 0 0;padding:10px 11px;border-radius:12px;background:color-mix(in srgb,var(--brand) 6%,var(--surface));color:var(--muted);font-size:11px;line-height:1.45;}.live-earning-panel.is-active .live-earning-guidance{background:color-mix(in srgb,#16a34a 7%,var(--surface));color:#15803d;}.live-update-earning-badge{display:inline-flex;align-items:center;gap:4px;margin-left:8px;padding:3px 6px;border-radius:999px;background:color-mix(in srgb,#16a34a 9%,var(--surface));color:#15803d;font-size:9px;font-weight:800;vertical-align:middle;}.live-update-earning-badge svg{width:11px;height:11px;}@media (max-width:760px){.engagement-settings-footer .btn{width:100%;}.live-earning-panel-stats{grid-template-columns:repeat(2,minmax(0,1fr));}.live-earning-panel-stats>div:last-child{grid-column:1/-1;}}@media (max-width:480px){.live-earning-panel-stats{grid-template-columns:minmax(0,1fr);}.live-earning-panel-stats>div:last-child{grid-column:auto;}}.earning-central-head>.page-actions{margin-left:auto;display:flex;flex-wrap:wrap;gap:8px;}.earning-settings-card>.form-grid,.earning-settings-card>.switch-grid{padding:18px;}.earning-settings-card .note-box{margin:0 18px 18px;}.earnings-settings-moved a,.earning-settings-card .note-box a{font-weight:800;}@media (max-width:900px){.earning-central-head>.page-actions{width:100%;margin-left:0;}.earning-settings-card>header>.btn,.earning-settings-card>header>.earning-security-pill{grid-column:1/-1;width:max-content;}}@media (max-width:560px){.earning-central-head>.page-actions .btn{flex:1 1 100%;}.earning-settings-card>.form-grid,.earning-settings-card>.switch-grid{padding:14px;}.earning-settings-card .note-box{margin:0 14px 14px;}}img{height:auto;max-width:100%;}.news-card__media img,.headline-slide-link>img,.home-live-media img,.home-newsroom-primary-media img,.recommended-thumb img{aspect-ratio:16/9;object-fit:cover;}@supports (content-visibility:auto){.home-blocks>section:not(:first-child),.home-page-pro>.home-block:not(:first-child),.site-footer,.article-related,.comments-pro,.footer-popular-card{content-visibility:auto;contain-intrinsic-size:1px 720px;}}