/*! EchoHaber Listing CSS Bundle v4.1.86 | exact cascade: route + responsive-public */
/*! 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{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-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-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;}.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;}.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;}.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);}.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;}.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;}.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;}.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;}.profile-nav a:hover,.profile-nav a.active{background:var(--soft);color:var(--brand);}.profile-content{display:flex;flex-direction:column;gap:18px;}.notification-item.unread{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:color-mix(in srgb,var(--brand) 4%,var(--surface));}.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);}.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;}.switch{padding:10px;background:var(--soft);border-radius:10px;}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){.author-grid{grid-template-columns:repeat(2,1fr);}.two-col.wide-left{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;}.two-col{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{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-content{font-size:17px;}.article-content h2{font-size:27px;}.related-section,.comments{margin-top:45px;}.profile-actions .btn{flex:1;}.page-title-row{align-items:flex-start;flex-direction:column;}.page-title-row h1{font-size:31px;}.panel{padding:18px;}.search-page-form{flex-direction:column;}.empty-state{padding:45px 18px;}.article-actions .btn{width:100%;}}.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 (max-width:680px){.gallery-public{columns:1;}}.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-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;}.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;}.light-kicker{color:#93c5fd;}.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-card.active{border-color:#86efac;background:#f0fdf4;}.danger-zone{border-color:#fecaca;}.hide-desktop{display:none!important;}@media (max-width:1100px){.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;}.sortable-block{grid-template-columns:30px 1fr;align-items:start;}.sortable-block code,.sortable-block .switch{grid-column:2;}}@media (max-width:680px){.brand-logo{height:34px;max-width:min(140px,42vw);}.brand-footer .brand-logo{height:42px;max-width:190px;}.sortable-block{padding:10px;}.sortable-block label:first-of-type{min-width:0;}.sortable-block input{width:100%;}}.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){.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);}.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);}.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;}@keyframes readerPulse{70%{box-shadow:0 0 0 10px transparent;}100%{box-shadow:0 0 0 5px transparent;}}.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;}@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-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;}}@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-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;}.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 .ui-icon{width:22px;height:22px;}.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-info-icon .ui-icon{width:16px;height:16px;}.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-modal-open{overflow:hidden;}.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: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 (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-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;}}@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-placeholder .ui-icon{width:34px;height:34px;}.related-news-copy .eyebrow{font-size:9px;}.related-news-meta .ui-icon{width:12px;height:12px;}.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 *{min-width:0;}.security-card-icon .ui-icon{width:22px;height:22px;}.security-card-icon.danger{background:#fff1f2;color:#b42318;}.security-state .ui-icon{width:17px;height:17px;}.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-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-title .btn{width:100%;}.security-card-icon .ui-icon{width:19px;height:19px;}.security-enable-form .btn,.security-inline-form .btn{width:100%;}.security-session-item form,.security-session-item .btn{width:100%;}.security-session-item .status{justify-self:start;}.security-side-column .danger-zone{grid-column:auto;}.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));}.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;}@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;}.security-card-icon .ui-icon{width:19px!important;height:19px!important;}}@media (max-width:440px){.account-wallet-value small{max-width:96px;white-space:normal;}}.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.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-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;}.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);}.conversation-card.is-unread{background:color-mix(in srgb,var(--brand) 5%,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-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;}.market-info-change .ui-icon{width:13px;height:13px;}.market-info-card.is-up .market-info-change{color:#067647;background:#ecfdf3;}.market-info-card.is-down .market-info-change{color:#b42318;background:#fef3f2;}.market-info-card.is-flat .market-info-change{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));}}@media (max-width:680px){.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-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-compose{grid-template-columns:1fr;}.message-compose .btn{width:100%;}}.blocked-users-panel .panel-head{padding:0 0 9px;border:0;}.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-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));}.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;}.home-category-head .kicker{color:var(--category-accent);}.category-featured-side .news-card h3{font-size:16px;}@media (max-width:900px){.notification-dropdown{position:fixed;top:76px;right:12px;left:12px;width:auto;}.article-widget.hide-mobile{display:none!important;}.category-featured-side .news-card{min-width:250px;}}@media (max-width:680px){.notification-page-actions .btn{width:100%;}}.following-author-main img,.following-author-main>.avatar-placeholder{width:64px;height:64px;border-radius:18px;object-fit:cover;}.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-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-trust-list .ui-icon{color:var(--brand);}.editor-media-actions .btn{width:100%;margin:0;}.notification-preference-title>.ui-icon{width:21px;height:21px;color:var(--brand);justify-self:center;}.security-card-icon .ui-icon{width:22px!important;height:22px!important;display:block!important;position:static!important;transform:none!important;}.message-compose textarea{min-width:0;}.message-bubble-body{max-width:100%;}@media (max-width:900px){.message-compose{padding:10px;grid-template-columns:1fr;}.message-compose .btn{width:100%;}.brand:not(:has(.brand-logo)) .brand-text{display:inline-block!important;max-width:min(145px,35vw);}}@media (max-width:430px){.editor-media-actions .btn{padding:7px 5px;font-size: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;}@media (max-width:900px){.danger-zone{position:static;}}@media (max-width:600px){.page-actions .btn{justify-content:center;}}.editor-media-actions .btn{margin:0!important;}@media (max-width:900px){.editor-media-actions .btn{min-height:38px;}.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;}}.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-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;}.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-actions .btn{justify-content:center;width:100%;}@media (max-width:900px){.panel-notification-menu .notification-dropdown{position:fixed;top:68px;right:12px;left:12px;width:auto;max-height:calc(100dvh - 84px);}}.notification-link:after{display:none;}.notification-link.has-notification:after{display:block;}.notification-link.has-notification{animation:none;}@media (max-width:700px){.article-widget-news{grid-template-columns:72px minmax(0,1fr);padding:11px;}.article-widget-news img{width:72px;height:56px;}.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;}.footer-bottom a{color:inherit;font-weight:800;text-decoration:none;}.footer-bottom a:hover{color:var(--brand);}@media (max-width:560px){.footer-bottom{gap:8px;text-align:center;justify-content:center;flex-wrap:wrap;}}.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;}@media (max-width:720px){.newsletter-tabs{margin-inline:-4px;}}.mobile-search-toggle,.mobile-search-close,.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);}@keyframes breakingTicker{to{transform:translateX(-50%);}}@keyframes breakingPulse{50%{opacity:.45;transform:scale(.78);}}.home-showcase.has-recommended{grid-template-columns:minmax(0,1.72fr) minmax(315px,.72fr);}.headline-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2;transition:opacity .55s ease,transform 6.5s linear;}@keyframes headlineProgress{from{transform:scaleX(0);}to{transform:scaleX(1);}}.headline-dots button.is-active{width:26px;background:#fff;}.recommended-list>a>.ui-icon{width:16px;color:var(--muted);}.profile-nav a .ui-icon{flex:0 0 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);}}@media (max-width:900px){.home-showcase.has-recommended{grid-template-columns:1fr;}}@media (max-width:680px){.global-breaking-inner{min-height:42px;gap:11px;}.global-breaking-label{height:27px;padding:0 8px;font-size:9px;}.site-footer .newsletter-form .btn{width:100%;min-height:46px;}}@media (prefers-reduced-motion:reduce){.global-breaking-label i,.headline-slide,.headline-progress i b{animation:none!important;transition:none!important;}}.home-showcase.has-recommended .headline-slider,.home-showcase.has-recommended .recommended-panel{height:clamp(520px,46vw,610px);min-height:0;}.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: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;}}@media (max-width:680px){.home-showcase.has-recommended .headline-slider{min-height:440px;}}.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-main{min-width:0;}.theme-layout-full .ad-slot{max-width:none;}@media (max-width:900px){.global-breaking-bar{margin-top:7px;}}@media (max-width:680px){.global-breaking-bar{margin-top:6px;}.theme-layout-full .container{padding-inline:12px;}}.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;}@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;}}@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;}}@media (prefers-reduced-motion:reduce){.global-breaking-item,.article-reading-progress-track i{transition:none!important;}}.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;}}@keyframes urgentPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.08);}}.btn:disabled,.btn[disabled]{cursor:not-allowed;opacity:.55;transform:none!important;filter:none!important;box-shadow:none;}.payout-overview-card>span .ui-icon{width:23px;height:23px;}.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-policy-chips span.is-warning{color:#b54708;border-color:#fedf89;background:#fffaeb;}.payout-policy-chips .ui-icon{width:14px;height:14px;}.payout-accounts-panel .panel-head,.payout-request-panel .panel-head{margin-bottom:16px;}.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-copy small .ui-icon{width:13px;height:13px;}.payout-state-message.is-locked{border-color:#fecdd3;background:#fff1f2;color:#b42318;}.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 .ui-icon{width:14px;height:14px;flex:0 0 auto;}.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:720px){.mobile-card-table td>*{justify-self:end;}.mobile-card-table td[data-label="Haber"]>*{justify-self:auto;}.mobile-card-table td[data-label="İşlem"] .btn{width:100%;}.payout-page-heading .page-actions .btn{min-width:0;padding-inline:9px;font-size:10px;}.payout-overview-card>span .ui-icon{width:18px;height:18px;}.payout-account-actions .btn{width:100%;font-size:9px;}.payout-history-panel>.panel-head.inline{align-items:stretch;flex-direction:column;}}.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 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;}.news-video-player.is-playing .news-video-big-play{opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.8);}.news-video-player.is-ready .news-video-controls{display:grid;}.news-video-ad.is-visible{opacity:1;transform:none;}.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 .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);}@media (max-width:900px){.article-reading-progress.is-floating{width:calc(100% - 20px);}}@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-file-dropzone{min-height:150px;padding:20px 12px;}.ad-slot{border-radius:13px;padding:9px;}.global-ad{width:calc(100% - 20px);}}@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;}@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;}}.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;}@keyframes homeLivePulse{50%{opacity:.45;transform:scale(.82);}}.home-newsroom-row>.ui-icon{width:15px;color:var(--muted);}.home-sidebar-pro .widget{padding:18px;border-radius:20px;box-shadow:none;}.home-poll-widget .poll-option{background:var(--surface);font-size:11px;}.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-lead>img,.home-editorial-lead>.image-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}.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-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-grid .author-card:hover .home-author-arrow{background:var(--brand);color:#fff;}@media (max-width:680px){.home-author-grid .author-card{padding:14px;}}@media (prefers-reduced-motion:reduce){.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-author-grid .author-card{animation:none!important;transition:none!important;}}.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);}@media (max-width:680px){.home-category-title .ui-icon{width:25px;height:25px;padding:5px;}}.home-editorial-band>.container{padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:26px;box-shadow:none;}@media (max-width:680px){.home-editorial-band>.container{width:min(calc(100% - 20px),var(--container));padding:18px 14px;border-radius:20px;}}.home-page-pro .home-ad .ad-slot{margin-block:0;}.home-authors-section .author-card{box-shadow:none;}.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{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;}.news-author-assignment label{margin:0;}.news-author-assignment select{font-size:11px;}@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:1fr;}.footer-engagement-column .newsletter-form .btn{width:100%;min-width:0;}.footer-engagement-column .newsletter-form .btn .newsletter-submit-label{display:inline!important;visibility:visible!important;opacity:1!important;white-space:nowrap;}}@media (max-width:430px){.footer-engagement-column .newsletter-form{grid-template-columns:1fr;}.footer-engagement-column .newsletter-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);}.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;}}@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;}@keyframes audioPulse{50%{transform:scale(.75);opacity:.65;}}.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);}.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-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;}.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:760px){.speech-transcription-actions .btn{width:100%;}.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;}.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;}}.home-broadcast-panel.is-live{border-color:color-mix(in srgb,#ef4444 28%,var(--border));}.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-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-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;}.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;}@keyframes livePulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.55;transform:scale(.82);}}@media (max-width:720px){.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-broadcast-sound{font-size:0;width:40px;}.live-broadcast-sound svg{margin:0;}}.publisher-card.is-reporter .publisher-card-role{color:#b42318;}.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;}.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;}.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;}.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;}.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);}.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-video{flex:0 0 auto;}.home-broadcast-panel.is-live [data-home-live-player]{display:grid;}.home-broadcast-panel.is-offline [data-home-live-empty]{display:flex;}@media (max-width:900px){.home-showcase.has-recommended .home-side-switch{height:auto;min-height:0;}}.home-side-switch:not(.is-switching)>.recommended-panel,.home-side-switch:not(.is-switching)>.home-broadcast-panel{animation:none;}.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;}.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;}}.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-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));}.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;}}@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;}}@media (max-width:420px){.live-broadcast-badge{left:9px;top:9px;}}[data-live-studio-preview]{transform:none!important;scale:1 1!important;filter:none;}.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 .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 .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;}}.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;}}.editor-tool-disclosure__chevron .ui-icon{width:18px;height:18px;}@media (max-width:760px){.speech-transcription-actions .btn{width:100%;}}@media (max-width:680px){.home-authors-section .home-publisher-panel-link .ui-icon{width:18px;height:18px;margin:0;}}.live-news-page-title-copy{min-width:0;flex:1 1 auto;max-width:100%;}.live-news-title-line{display:flex;align-items:baseline;justify-content:space-between;gap:18px;min-width:0;width:100%;}.live-news-title-line .kicker{flex:0 0 auto;margin:0;white-space:nowrap;}.live-news-title-line h1{min-width:0;margin:0;text-align:right;line-height:1.12;}.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){.live-news-page-title{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;width:100%;max-width:100%;}.live-news-title-line{gap:9px;align-items:center;}.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;}.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;}}@media (max-width:390px){.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;}}@media (max-width:680px){.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{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;}html[dir=rtl] .language-dropdown{inset-inline-end:0;inset-inline-start:auto;}html[dir=rtl] .language-dropdown-list button{text-align:right;}@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);}}@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;}}.audio-label-compact{display:none;}.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);}.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);}.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;}.notification-item>*{min-width:0;}@media (max-width:760px){.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-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-card-icon .ui-icon{width:18px!important;height:18px!important;}.security-enable-form .btn,.security-inline-form .btn{width:100%;}.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-title>.ui-icon{width:34px;height:34px;padding:8px;}.dashboard-public .page-title-row{min-width:0;}.dashboard-public .profile-content{display:grid;gap:13px;}.dashboard-public .profile-content>.panel{padding:14px;}.account-overview-heading .btn{width:38px;height:38px;min-width:38px;padding:0;font-size:0;}.account-overview-heading .btn .ui-icon{margin:0;}}@media (max-width:390px){.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;}}[data-language-selector-enabled="0"] [data-language-menu]{display:none!important;}html,body{max-width:100%;}body{overflow-x:clip;}main,.container,.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 .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 .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 .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:680px){body{overflow-x:hidden;}.article-page-pro .article-actions form,.article-page-pro .article-actions .btn{width:100%;}.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 .section-head{align-items:center;}.article-page-pro .comment{grid-template-columns:38px minmax(0,1fr);gap:10px;}}.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 .container{max-width:var(--container);}.home-showcase.has-recommended{align-items:stretch;}.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{min-width:0;}@media (min-width:901px){.home-showcase.has-recommended .recommended-panel-pro{max-height:clamp(520px,46vw,610px);}.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);}.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);}.category-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@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;}.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-broadcast-studio{gap:13px;}}.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>.news-audio-player,
.article-page-pro>.news-video-player{margin-top:0!important;margin-bottom:28px!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-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 .related-section,
.article-page-pro .comments{width:min(100%,1160px)!important;max-width:1160px!important;margin:34px auto 0!important;}.article-page-pro .comments>.panel{width:min(100%,790px)!important;max-width:790px!important;margin-right:auto!important;}@media (max-width:1020px){.article-page-pro .article-main{max-width:none!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-actions form,.article-page-pro .article-actions .btn{width:100%!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 .comments>.panel{max-width:100%!important;}}@media (max-width:390px){.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{width:100%;max-width:none;}.home-newsroom-layout.is-single{grid-template-columns:minmax(0,1fr);}.home-authors-poll-layout.is-single{grid-template-columns:minmax(0,1fr);}.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;}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);}}@media (max-width:980px){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;}}.security-revoke-all-form .btn{white-space:nowrap;}@media (max-width:760px){.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;}}@media (max-width:430px){.security-revoke-all-form .btn{width:36px;height:36px;min-width:36px;}}.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-authors-card .author-card{box-shadow:none;}.message-row.is-mine{justify-content:flex-end;}.message-row.is-mine .message-avatar{order: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 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:760px){.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-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;}}.message-thread-head,.message-thread-list,.message-compose{min-width:0;}.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;}.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-primary,.home-newsroom-stack,.home-sidebar-pro .widget{border-radius:var(--home-card-radius);box-shadow:none!important;}.home-sidebar-pro .widget{padding:15px;}.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-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 .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));}.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-result-row.is-selected{border-color:color-mix(in srgb,var(--brand) 40%,var(--line));}.poll-result-row.is-winner{padding:10px 11px;}@media (max-width:900px){.home-editorial-band>.container{width:min(calc(100% - 20px),var(--container));padding:18px!important;}.home-page-pro .news-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:680px){.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-row>.ui-icon{display:none;}.home-editorial-band>.container{width:min(calc(100% - 20px),var(--container));padding:14px!important;border-radius:18px;}.home-authors-card .author-card{padding:12px;}}.home-stage-shell .home-showcase>*{min-width:0;max-width:100%;}@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;}}@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 .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;}}@media (max-width:420px){.home-page-pro .headline-slider,
  .home-page-pro .home-showcase.has-recommended .headline-slider{height:clamp(370px,120vw,455px)!important;}}@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;}}.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;}.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-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-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-featured-lead,
.home-category-section .category-featured-side,
.home-category-section .category-featured-side>.news-card{min-width:0;}@media (max-width:900px){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;}}@media (max-width:680px){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-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;}}@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-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;}@media (max-width:760px){.home-poll-widget-publishers .home-poll-head .kicker{margin-bottom:4px;font-size:11px;}}@media (max-width:390px){.home-poll-widget-publishers .home-poll-head .kicker{font-size:10.5px;}}.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;}@media (max-width:760px){.home-poll-widget-publishers .home-poll-label-row .kicker{font-size:13px;letter-spacing:.05em;}}@media (max-width:390px){.home-poll-widget-publishers .home-poll-label-row .kicker{font-size:12.5px;}}@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;}.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){.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-stats-grid .is-reward{border-color:color-mix(in srgb,var(--primary) 35%,var(--border));background:color-mix(in srgb,var(--primary) 7%,var(--surface));}.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:620px){.referral-link-control .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;}.referral-account-content>.panel,.referral-account-content>section{min-width:0;}@media (max-width:900px){.referral-account-title .page-actions .btn{flex:1 1 190px;}}@media (max-width:620px){.referral-account-title .page-actions .btn{width:100%;}}.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 .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"] .author-news-actions .btn{min-height:34px;padding-inline:6px;font-size:9.5px;}}@media (max-width:620px){.referral-code-form .btn[type="submit"]{width:100%;}}.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;}.message-role-badge .ui-icon{width:11px;height:11px;}.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;}@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;}}.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-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.is-delivered{color:var(--muted)!important;}.message-delivery-status.is-read{color:var(--brand)!important;}.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;}@media (max-width:900px){.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 .btn{font-size:10px;gap:5px;padding-inline: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>.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>.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;}}.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;}.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;}@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;}.news-live-chip{min-height:24px;padding:0 9px;font-size:10px;}}.news-live-badge[hidden]{display:none!important;}.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){.news-live-chip-inline{min-height:20px;padding:0 6px;font-size:8px;}}.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;}}.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;}.article-ad{clear:both;}.article-ad-mid{margin:26px 0;}.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%;}@media (max-width:760px){.article-ad-mid{margin:20px 0;}.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-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;}@media (max-width:700px){.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-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;}.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-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 .ui-icon{width:26px;height:26px;}.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-plan-card li .ui-icon{width:16px;height:16px;color:#067647;}.premium-payment-card .icon-btn{width:34px;height:34px;flex:0 0 auto;}.premium-payment-note .ui-icon{flex:0 0 auto;width:18px;height:18px;color:var(--brand);}.premium-order-history>.panel-head{padding:22px 22px 0;}@media (max-width:720px){.premium-pending-banner .btn{width:100%;}}.live-broadcast-wait strong{max-width:100%;text-align:center;}[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;}.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;}@media (max-width:700px){.comment-form-actions,.comment-form-actions>.btn{width:100%;}}.newsletter-tabs{max-width:100%;scrollbar-width:thin;}@media (max-width:760px){.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;}}@media (max-width:390px){.newsletter-tabs a{padding-inline:10px;}}@media (max-width:760px){.newsletter-mobile-expandable.is-mobile-collapsed{gap:0!important;}}@media (max-width:900px){html{scroll-padding-top:72px;}}.site-header,.site-footer,main{max-width:100%;}.comment-empty-state .btn{margin-top:12px;}.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{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-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);}}.home-community-count .ui-icon{width:17px;height:17px;color:var(--brand);}.home-comment-pro-replies .ui-icon{width:13px;height:13px;}.home-comment-reply-context .ui-icon{width:13px;height:13px;}.home-comment-pro-footer i .ui-icon{width:17px;height:17px;}.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;}@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;}}@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;}.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;}.category-visual-copy>.audio-news-badge,.category-magazine-media>.audio-news-badge{align-self:flex-start;}.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 .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-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-brand-icon .ui-icon{width:25px;height:25px;}.home-audio-all-link .ui-icon{width:15px;height:15px;}.home-audio-hub-layout.is-single{grid-template-columns:minmax(0,1fr);}.home-audio-hub-layout.is-single .home-audio-feature{border-right:0;}.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 .ui-icon{width:27px;height:27px;}@keyframes homeAudioWave{50%{transform:scaleY(.52);opacity:.58;}}.home-audio-feature-meta .ui-icon{width:14px;height:14px;color:var(--brand);}.home-audio-listen-button .ui-icon{width:15px;height:15px;}.home-audio-queue-media>span .ui-icon{width:23px;height:23px;}.home-audio-queue-media>i .ui-icon{width:12px;height:12px;}.home-audio-queue-copy>em .ui-icon{width:11px;height:11px;}.home-audio-queue-arrow .ui-icon{width:14px;height:14px;}@media (max-width:700px){.home-audio-brand-icon .ui-icon{width:20px;height:20px;}}@media (max-width:420px){.home-audio-brand-icon .ui-icon{width:18px;height:18px;}.home-audio-all-link .ui-icon{width:13px;height:13px;}}.home-audio-hub,
.home-audio-hub *{box-sizing:border-box;}.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){.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;}}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{content-visibility:auto;contain-intrinsic-size:1px 720px;}}
/* EchoHaber v3.6.62 — Premium sesli haber liste koruması */
.audio-premium-feature-card{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);overflow:hidden;border:1px solid color-mix(in srgb,#d97706 30%,var(--line));border-radius:20px;background:linear-gradient(145deg,color-mix(in srgb,#f59e0b 7%,var(--surface)),var(--surface))}.audio-premium-feature-cover{position:relative;display:block;min-height:280px;background:var(--soft);overflow:hidden}.audio-premium-feature-cover img{width:100%;height:100%;object-fit:cover}.audio-premium-feature-cover>span{display:grid;place-items:center;width:100%;height:100%;color:#b45309}.audio-premium-feature-cover>i{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;width:62px;height:62px;border-radius:19px;background:rgba(9,17,31,.78);color:#fff;transform:translate(-50%,-50%);backdrop-filter:blur(9px)}.audio-premium-feature-cover>i .ui-icon{width:26px;height:26px}.audio-premium-feature-card>div{display:grid;align-content:center;gap:12px;padding:24px}.audio-premium-feature-card h2{margin:0;color:var(--ink);font-size:clamp(24px,3vw,34px);line-height:1.15}.audio-premium-feature-card p{margin:0;color:var(--muted);line-height:1.65}.audio-premium-feature-card .btn{width:max-content}.audio-premium-mini{display:inline-flex;margin-left:7px;padding:3px 6px;border-radius:6px;background:linear-gradient(135deg,#92400e,#f59e0b);color:#fff;font-size:7px;line-height:1;text-transform:uppercase;vertical-align:middle}@media(max-width:700px){.audio-premium-feature-card{grid-template-columns:1fr}.audio-premium-feature-cover{min-height:220px;aspect-ratio:16/9}.audio-premium-feature-card>div{padding:17px}.audio-premium-feature-card .btn{width:100%}}
/* v3.6.97 — footer newsletter guard/layout integrity */
.human-guard{display:contents!important}.human-guard-honeypot{position:fixed!important;left:-10000px!important;top:0!important;width:1px!important;height:1px!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;box-shadow:none!important}.site-footer .newsletter-form{isolation:isolate}.site-footer .newsletter-form>.newsletter-email-input{min-width:0;width:100%;height:46px;margin:0}.site-footer .newsletter-form>.newsletter-submit-button{min-height:46px;margin:0}.site-footer .newsletter-form>.newsletter-submit-button .ui-icon{flex:0 0 auto}@media (max-width:680px){.site-footer .newsletter-form>.newsletter-email-input,.site-footer .newsletter-form>.newsletter-submit-button{width:100%}}

/* EchoHaber v3.7.14 — liste/görsel sayfalarında görünür alan dışı render optimizasyonu */
@supports (content-visibility:auto){.news-grid>.news-card:nth-child(n/**/+7),.gallery-public>figure:nth-child(n/**/+5),.author-profile-news-grid>.news-card:nth-child(n/**/+7),.member-profile-news-grid>.news-card:nth-child(n/**/+7){content-visibility:auto;contain-intrinsic-size:1px 360px}.listing-ad-bottom{content-visibility:auto;contain-intrinsic-size:1px 180px}}

/* v3.9.35 — Public Haber Dosyaları */
.series-page{padding-top:24px;padding-bottom:52px}.series-breadcrumb{margin-bottom:16px}.series-hero{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;align-items:start;padding:24px;margin-bottom:22px}.series-hero-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:color-mix(in srgb,var(--primary-color,#2563eb) 12%,transparent);color:var(--primary-color,#2563eb)}.series-hero-copy h1{margin:4px 0 8px;font-size:clamp(30px,5vw,48px);line-height:1.05}.series-hero-copy p{max-width:850px;margin:0;color:var(--muted-color,#667085);font-size:16px;line-height:1.65}.series-hero-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px;color:var(--muted-color,#667085);font-size:13px}.series-hero-meta span{display:inline-flex;align-items:center;gap:6px}.series-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.series-news-item{position:relative}.series-news-order{position:absolute;z-index:3;top:10px;left:10px;display:grid;place-items:center;min-width:32px;height:32px;padding:0 8px;border-radius:10px;background:rgba(15,23,42,.88);color:#fff;font-size:11px;font-weight:800;letter-spacing:.05em;backdrop-filter:blur(8px)}.series-news-item .news-card{height:100%}.series-page .pagination{margin-top:24px}
@media(max-width:1050px){.series-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.series-page{padding-top:14px}.series-hero{grid-template-columns:48px minmax(0,1fr);padding:17px}.series-hero-icon{width:48px;height:48px;border-radius:14px}.series-news-grid{grid-template-columns:1fr}.series-hero-copy h1{font-size:30px}.series-breadcrumb{overflow:auto;white-space:nowrap;padding-bottom:4px}}

/* EchoHaber v3.9.37 — Kalıcı konu/etiket sayfaları */
.topic-public-page .topic-page-hero{position:relative;overflow:hidden;background:var(--surface);border-bottom:1px solid var(--line);box-shadow:none}.topic-public-page .topic-page-hero::after{content:"";position:absolute;inset:auto -90px -120px auto;width:290px;height:290px;border-radius:50%;background:color-mix(in srgb,var(--brand) 8%,transparent);pointer-events:none}.topic-public-page .topic-page-hero .container{position:relative;z-index:1;padding-block:clamp(32px,5vw,58px)}.topic-public-page .topic-page-hero .kicker{display:inline-flex;align-items:center;gap:7px}.topic-public-page .topic-page-hero .kicker .ui-icon{width:15px;height:15px}.topic-public-page .topic-page-hero h1{max-width:960px;margin:8px 0 10px;font-size:clamp(32px,5.5vw,54px);line-height:1.02;letter-spacing:-.035em}.topic-public-page .topic-page-hero p{max-width:760px;margin:0;color:var(--muted);font-size:15px;line-height:1.7}.topic-public-page .topic-page-content{padding-top:24px;padding-bottom:52px}.topic-public-page .topic-page-grid{align-items:stretch}.topic-public-page .topic-page-grid>.news-card{height:100%}.topic-public-page .empty-state.panel{margin:0;padding:28px;border:1px solid var(--line);box-shadow:none}.topic-public-page .empty-state.panel>span{color:var(--brand)}
@media(max-width:680px){.topic-public-page .topic-page-hero .container{padding-block:27px}.topic-public-page .topic-page-hero h1{font-size:32px}.topic-public-page .topic-page-hero p{font-size:14px}.topic-public-page .topic-page-content{padding-top:17px;padding-bottom:36px}.topic-public-page .topic-page-hero::after{width:200px;height:200px;right:-95px;bottom:-95px}}

/* v3.9.84 - Kayıtlı arama / gündem takibi */
.search-save-current{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px}.search-save-current form{margin:0}.search-save-state{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-size:.88rem;font-weight:700;color:var(--muted)}.search-save-state.is-saved{color:var(--brand);border-color:color-mix(in srgb,var(--brand) 28%,var(--line));background:color-mix(in srgb,var(--brand) 7%,var(--surface))}.search-save-state svg{width:17px;height:17px}.search-saved-strip{margin-top:18px;margin-bottom:6px;padding:18px 20px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.search-saved-strip-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}.search-saved-strip-head h2{margin:2px 0 0;font-size:1.08rem}.search-saved-strip-head small{color:var(--muted);font-weight:700}.search-saved-chips{display:flex;gap:8px;flex-wrap:wrap}.search-saved-chips a{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft);font-size:.88rem;font-weight:750;color:var(--text);text-decoration:none}.search-saved-chips a:hover{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));color:var(--brand)}.search-saved-chips svg{width:16px;height:16px;flex:none}

/* EchoHaber v4.1.62 — tüm Sesli Haber kartlarında ses tepkili kapak/mikrofon */
.audio-directory-card[data-audio-player]{--audio-level:0;--audio-echo-scale:1;--audio-echo-opacity:.12;--audio-cover-scale:1.01;--audio-center-scale:.96;--audio-glow-size:24px}
.audio-directory-card[data-audio-player] .audio-directory-cover{isolation:isolate;background:#0b1220}
.audio-directory-card[data-audio-player] .audio-directory-cover>img{position:relative;z-index:0;transition:transform .12s linear;transform:scale(1.01)}
.audio-directory-card[data-audio-player] .audio-directory-cover-placeholder{position:relative;z-index:0;display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 28%,#0b1220),#0b1220);color:#fff}
.audio-directory-card[data-audio-player] .audio-directory-cover-placeholder .ui-icon{width:34px;height:34px}
.audio-directory-cover-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(3,7,18,.08),rgba(3,7,18,.38));pointer-events:none}
.audio-directory-cover-visualizer{position:absolute;inset:0;z-index:2;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .18s ease;mask-image:linear-gradient(to bottom,transparent 10%,#000 48%,#000 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 10%,#000 48%,#000 100%)}
.audio-directory-cover-echo{position:absolute;left:50%;top:50%;z-index:3;width:58px;height:58px;transform:translate(-50%,-50%);pointer-events:none;opacity:0;transition:opacity .16s ease}
.audio-directory-cover-echo i{position:absolute;inset:0;border:1px solid rgba(255,255,255,var(--audio-echo-opacity,.12));border-radius:50%;transform:scale(var(--audio-echo-scale,1));transition:transform .09s linear,opacity .09s linear}
.audio-directory-cover-echo i:nth-child(2){transform:scale(calc(var(--audio-echo-scale,1) + .30));opacity:.62}
.audio-directory-cover-echo i:nth-child(3){transform:scale(calc(var(--audio-echo-scale,1) + .60));opacity:.34}
.audio-directory-cover>.audio-directory-reactive-mic{position:absolute!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;z-index:4!important;display:grid!important;place-items:center!important;width:50px!important;height:50px!important;margin:0!important;border:1px solid rgba(255,255,255,.36)!important;border-radius:50%!important;background:rgba(8,15,28,.62)!important;color:#fff!important;box-shadow:0 10px 28px rgba(0,0,0,.22),0 0 var(--audio-glow-size,24px) rgba(255,255,255,.12)!important;backdrop-filter:blur(10px);transform:translate(-50%,-50%) scale(var(--audio-center-scale,.96))!important;transition:transform .09s linear,box-shadow .09s linear,background .18s ease!important}
.audio-directory-cover>.audio-directory-reactive-mic .ui-icon{width:22px!important;height:22px!important}
.audio-directory-cover>.audio-directory-reactive-mic.is-locked{background:rgba(8,15,28,.72)!important}
.audio-directory-card[data-audio-player].is-playing .audio-directory-cover>img{transform:scale(var(--audio-cover-scale,1.01))}
.audio-directory-card[data-audio-player].is-playing .audio-directory-cover-visualizer{opacity:.92}
.audio-directory-card[data-audio-player].is-playing .audio-directory-cover-echo{opacity:1}
.audio-directory-card[data-audio-player].is-playing .audio-directory-cover>.audio-directory-reactive-mic{background:color-mix(in srgb,var(--brand) 72%,rgba(8,15,28,.78))!important}
.audio-directory-card[data-audio-player].is-visualizer-fallback.is-playing .audio-directory-cover-echo i{animation:audioDirectoryEchoFallback 1.35s ease-out infinite}
.audio-directory-card[data-audio-player].is-visualizer-fallback.is-playing .audio-directory-cover-echo i:nth-child(2){animation-delay:.20s}
.audio-directory-card[data-audio-player].is-visualizer-fallback.is-playing .audio-directory-cover-echo i:nth-child(3){animation-delay:.40s}
.audio-directory-cover>.audio-news-badge-overlay{z-index:6!important}
@keyframes audioDirectoryEchoFallback{0%{opacity:.58;transform:scale(1)}100%{opacity:0;transform:scale(1.76)}}
@media(max-width:700px){
  .audio-directory-cover>.audio-directory-reactive-mic{width:42px!important;height:42px!important}
  .audio-directory-cover>.audio-directory-reactive-mic .ui-icon{width:19px!important;height:19px!important}
  .audio-directory-cover-echo{width:48px;height:48px}
}
@media(max-width:420px){
  .audio-directory-cover>.audio-directory-reactive-mic{width:36px!important;height:36px!important}
  .audio-directory-cover>.audio-directory-reactive-mic .ui-icon{width:17px!important;height:17px!important}
  .audio-directory-cover-echo{width:42px;height:42px}
}
@media(prefers-reduced-motion:reduce){
  .audio-directory-card[data-audio-player] .audio-directory-cover>img,.audio-directory-cover>.audio-directory-reactive-mic,.audio-directory-cover-echo i{transition:none!important;animation:none!important}
  .audio-directory-cover-visualizer,.audio-directory-cover-echo{display:none!important}
}

/*! EchoHaber public responsive runtime | conservative public split | v4.1.86 */



html,body{max-width:100%;}
body{overflow-x:clip;}
@supports not (overflow:clip){body{overflow-x:hidden;}}

:where(h1,h2,h3,h4,p,strong,small,span,a,td,th,label){overflow-wrap:break-word;word-break:normal;}
:where(img,video,canvas,iframe,embed,object){max-width:100%;}
video{height:auto;}
pre{max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;}

.table-wrap{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;}
.table-wrap table{max-width:none;}
dialog,.dialog,.modal{max-width:min(760px,calc(100vw - 24px));max-height:calc(100dvh - 24px);}

.notification-dropdown,.account-dropdown,.language-dropdown{max-width:min(390px,calc(100vw - 20px));}
.network-status-banner{position:fixed;z-index:10050;left:50%;bottom:max(16px,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:center;gap:9px;width:max-content;max-width:min(520px,calc(100vw - 24px));min-height:42px;padding:10px 14px;border:1px solid var(--line,#e4e7ec);border-radius:13px;background:color-mix(in srgb,var(--surface,#fff) 96%,transparent);color:var(--ink,#101828);box-shadow:0 14px 36px rgba(16,24,40,.18);font-size:12px;font-weight:800;line-height:1.35;text-align:center;transform:translate(-50%,18px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;backdrop-filter:blur(14px);}
.network-status-banner.is-visible{opacity:1;transform:translate(-50%,0);}
.network-status-banner.is-offline{border-color:color-mix(in srgb,var(--warning,#d97706) 42%,var(--line,#e4e7ec));background:color-mix(in srgb,var(--warning,#d97706) 7%,var(--surface,#fff));}
.network-status-banner.is-online{border-color:color-mix(in srgb,var(--success,#16a34a) 38%,var(--line,#e4e7ec));background:color-mix(in srgb,var(--success,#16a34a) 7%,var(--surface,#fff));}
.network-status-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 10%,transparent);}
body.mobile-bottom-enabled .network-status-banner{bottom:calc(78px + env(safe-area-inset-bottom));}

@media (max-width:900px){
  html{-webkit-text-size-adjust:100%;text-size-adjust:100%;}
  body{min-height:100dvh;}
  :where(input:not([type=checkbox]):not([type=radio]),select,textarea){font-size:16px;max-width:100%;}
  :where(button,.btn,.icon-btn,a){touch-action:manipulation;}
  .site-header{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);}
  .category-nav{height:auto;max-height:calc(100dvh - var(--mobile-header-offset,0px));overscroll-behavior:contain;-webkit-overflow-scrolling:touch;}
  
  
  
  
  
  .page-title-row,.section-head,.panel-head{min-width:0;}
  .page-title-row>*,.section-head>*,.panel-head>*{min-width:0;}
  .dialog,.modal{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px);margin:auto;}
  
  .notification-dropdown,.account-dropdown,.language-dropdown{max-width:calc(100vw - 20px);}
  .table-wrap{border-radius:12px;}
  .network-status-banner{max-width:calc(100vw - 20px);font-size:11.5px;}
}
@media (max-width:680px){
  .container{max-width:100%;}
  .panel,.widget{max-width:100%;}
  .page-actions,.form-actions{max-width:100%;}
  .page-actions .btn,.form-actions .btn{white-space:normal;text-align:center;}
  .mobile-bottom,.mobile-bottom-nav{padding-bottom:max(6px,env(safe-area-inset-bottom));}
  .site-footer{padding-bottom:calc(24px + env(safe-area-inset-bottom));}
  
}
@media (max-width:390px){
  
  .network-status-banner{min-height:40px;padding:9px 11px;border-radius:11px;font-size:10.5px;}
}
@media (prefers-reduced-motion:reduce){.network-status-banner{transition:none;}}


:where(button,.btn,.icon-btn,input,select,textarea){min-width:0;}
:where(button,.btn,.icon-btn):disabled,:where(button,.btn,.icon-btn)[aria-disabled="true"]{cursor:not-allowed;opacity:.62;transform:none!important;}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important;}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}}



.notification-menu{position:relative;min-width:0}.notification-dropdown.notification-dropdown-pro{position:absolute;right:0;top:calc(100% + 10px);z-index:220;width:min(430px,calc(100vw - 24px));border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 18px 48px rgba(15,23,42,.18);overflow:hidden}.notification-dropdown-pro .notification-dropdown-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px 16px;border-bottom:1px solid var(--line);background:var(--surface)}.notification-dropdown-title{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-width:0}.notification-dropdown-title-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:11px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--brand)}.notification-dropdown-title-icon .ui-icon{width:18px;height:18px}.notification-dropdown-title>span:last-child{min-width:0}.notification-dropdown-title strong,.notification-dropdown-title small{display:block;min-width:0;word-break:normal;overflow-wrap:break-word}.notification-dropdown-title strong{margin:0;color:var(--ink);font-size:15px;line-height:1.25;letter-spacing:-.01em}.notification-dropdown-title small{margin-top:3px;color:var(--muted);font-size:11px;line-height:1.35}.notification-dropdown-all{display:inline-flex!important;align-items:center;justify-content:center;gap:4px;min-height:34px;padding:0 9px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--brand)!important;font-size:10px!important;font-weight:850;white-space:nowrap}.notification-dropdown-all .ui-icon{width:13px;height:13px}.notification-dropdown-pro .notification-dropdown-actions{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);border-bottom:1px solid var(--line);background:var(--soft)}.notification-dropdown-pro .notification-dropdown-actions form{min-width:0;margin:0}.notification-dropdown-pro .notification-dropdown-actions form+form{border-left:1px solid var(--line)}.notification-dropdown-pro .notification-dropdown-actions button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;min-width:0;min-height:40px;padding:8px 10px;border:0;border-radius:0;background:transparent;color:var(--text);font-size:10.5px;font-weight:800;line-height:1.25;white-space:normal;text-align:center}.notification-dropdown-pro .notification-dropdown-actions button:hover:not(:disabled){background:color-mix(in srgb,var(--brand) 6%,var(--surface));color:var(--brand)}.notification-dropdown-pro .notification-dropdown-actions button:disabled{opacity:.42;cursor:not-allowed}.notification-dropdown-pro .notification-dropdown-actions button .ui-icon{flex:0 0 auto;width:15px;height:15px}.notification-dropdown-pro .notification-dropdown-list{max-height:min(440px,62vh);overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}.notification-dropdown-pro .notification-preview-item{position:relative;min-width:0;border-bottom:1px solid var(--line);background:var(--surface)}.notification-dropdown-pro .notification-preview-item:last-child{border-bottom:0}.notification-dropdown-pro .notification-preview-item.unread{background:color-mix(in srgb,var(--brand) 4.5%,var(--surface))}.notification-dropdown-pro .notification-preview-item>a{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:11px;min-width:0;padding:13px 48px 13px 14px;color:inherit;text-decoration:none}.notification-dropdown-pro .notification-preview-item>a:hover{background:color-mix(in srgb,var(--brand) 3%,transparent)}.notification-dropdown-pro .notification-preview-icon{display:grid;place-items:center;width:40px;height:40px;border:1px solid color-mix(in srgb,var(--brand) 16%,var(--line));border-radius:11px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--brand)}.notification-dropdown-pro .notification-preview-icon .ui-icon{width:18px;height:18px}.notification-preview-copy{display:block;min-width:0}.notification-preview-title{display:flex;align-items:flex-start;gap:7px;min-width:0}.notification-dropdown-pro .notification-preview-title strong{display:-webkit-box;min-width:0;overflow:hidden;color:var(--ink);font-size:13px;line-height:1.35;font-weight:850;letter-spacing:-.005em;word-break:normal;overflow-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notification-preview-title i{flex:0 0 auto;display:inline-flex;align-items:center;min-height:18px;padding:2px 5px;border-radius:6px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);font-size:8px;font-style:normal;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.04em}.notification-dropdown-pro .notification-preview-copy>small{display:-webkit-box;min-width:0;margin-top:4px;overflow:hidden;color:var(--text);font-size:11.5px;line-height:1.45;word-break:normal;overflow-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notification-dropdown-pro .notification-preview-copy>time{display:block;margin-top:6px;color:var(--muted);font-size:9.5px;line-height:1.25}.notification-dropdown-pro .notification-preview-item>form{position:absolute;right:11px;top:50%;margin:0;transform:translateY(-50%)}.notification-dropdown-pro .notification-preview-item>form button{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--success);box-shadow:none}.notification-dropdown-pro .notification-preview-item>form button:hover{border-color:color-mix(in srgb,var(--success) 30%,var(--line));background:color-mix(in srgb,var(--success) 7%,var(--surface))}.notification-dropdown-pro .notification-preview-item>form button .ui-icon{width:14px;height:14px}.notification-dropdown-pro .notification-dropdown-empty{display:grid;justify-items:center;gap:5px;padding:32px 20px;color:var(--muted);text-align:center}.notification-dropdown-empty-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:3px;border:1px solid var(--line);border-radius:12px;background:var(--soft);color:var(--brand)}.notification-dropdown-empty-icon .ui-icon{width:20px;height:20px}.notification-dropdown-pro .notification-dropdown-empty strong{color:var(--ink);font-size:13px}.notification-dropdown-pro .notification-dropdown-empty>span:last-child{max-width:270px;font-size:11px;line-height:1.45;word-break:normal;overflow-wrap:break-word}

.notification-page-pro{padding-block:34px 58px}.notification-page-heading{align-items:flex-start}.notification-page-heading>div{min-width:0}.notification-page-heading p{max-width:700px;word-break:normal;overflow-wrap:break-word}.notification-page-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;margin:0 0 18px!important;padding:14px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:var(--surface)!important;box-shadow:none!important}.notification-page-summary{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;min-width:0}.notification-page-summary-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--brand)}.notification-page-summary-icon .ui-icon{width:20px;height:20px}.notification-page-summary-copy{display:block!important;min-width:0}.notification-page-summary-copy strong,.notification-page-summary-copy small{display:block!important;min-width:0;word-break:normal;overflow-wrap:break-word}.notification-page-summary-copy strong{color:var(--ink)!important;font-size:13px!important;line-height:1.35!important;font-weight:800}.notification-page-summary-copy strong b{font-size:18px;font-weight:900}.notification-page-summary-copy small{margin-top:3px;color:var(--muted);font-size:10.5px;line-height:1.35}.notification-page-actions{display:flex!important;align-items:center;gap:8px!important;min-width:0}.notification-page-actions form{margin:0}.notification-page-actions .btn{min-height:40px;padding:9px 12px;font-size:10.5px;white-space:nowrap}.notification-page-actions .btn .ui-icon{width:15px;height:15px}.notification-list-advanced{display:grid;gap:10px}.notification-list-advanced .notification-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;min-width:0;padding:13px 14px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:var(--surface)!important;box-shadow:none!important}.notification-list-advanced .notification-item.unread{border-color:color-mix(in srgb,var(--brand) 32%,var(--line))!important;background:color-mix(in srgb,var(--brand) 3.5%,var(--surface))!important}.notification-item-main{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;align-items:start!important;gap:12px!important;min-width:0;color:inherit;text-decoration:none}.notification-list-advanced .notification-type-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid color-mix(in srgb,var(--brand) 16%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--brand)}.notification-list-advanced .notification-type-icon .ui-icon{width:19px;height:19px}.notification-item-copy{display:block;min-width:0}.notification-item-title-row{display:flex;align-items:flex-start;gap:8px;min-width:0}.notification-item-title-row strong{min-width:0;color:var(--ink);font-size:14px;line-height:1.4;font-weight:850;word-break:normal;overflow-wrap:break-word}.notification-item-title-row em{flex:0 0 auto;display:inline-flex;align-items:center;min-height:19px;padding:2px 6px;border-radius:6px;background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);font-size:8px;font-style:normal;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.04em}.notification-item-copy p{margin:5px 0 0!important;color:var(--text)!important;font-size:12.5px!important;line-height:1.55!important;word-break:normal!important;overflow-wrap:break-word!important;white-space:normal}.notification-item-meta{display:flex;align-items:center;gap:7px 11px;flex-wrap:wrap;margin-top:7px;color:var(--muted);font-size:9.5px;font-weight:700}.notification-item-meta span{display:inline-flex;align-items:center}.notification-item-meta time{white-space:nowrap}.notification-item-action{display:flex;align-items:center;justify-content:flex-end;min-width:0}.notification-item-action form{margin:0}.notification-item-action .btn{min-height:34px;padding:7px 10px;font-size:9.5px;white-space:nowrap}.notification-read-state{display:inline-flex!important;align-items:center;gap:5px;padding:6px 8px;border:1px solid color-mix(in srgb,var(--success) 20%,var(--line));border-radius:9px;background:color-mix(in srgb,var(--success) 6%,var(--surface));color:var(--success)!important;font-size:9.5px!important;font-weight:800}.notification-read-state .ui-icon{width:13px;height:13px}.notification-empty-state>span:first-child{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 8px;border:1px solid var(--line);border-radius:14px;background:var(--soft);color:var(--brand)}.notification-empty-state>span:first-child .ui-icon{width:22px;height:22px}

.news-owner-chip__remove{flex:0 0 30px!important;display:grid!important;place-items:center!important;width:30px!important;height:30px!important;min-width:30px!important;padding:0!important;border:1px solid transparent!important;border-radius:9px!important;background:transparent!important;color:var(--muted)!important;font-size:0!important;line-height:0!important;overflow:hidden!important}.news-owner-chip__remove:hover,.news-owner-chip__remove:focus-visible{border-color:color-mix(in srgb,var(--danger) 20%,var(--line))!important;background:color-mix(in srgb,var(--danger) 7%,var(--surface))!important;color:var(--danger)!important}.news-owner-chip__remove .ui-icon{width:15px!important;height:15px!important}.news-owner-chip__remove>span{display:none!important}.news-owner-chip__copy{min-width:0}.news-owner-chip__copy strong,.news-owner-chip__copy small{word-break:normal!important;overflow-wrap:normal!important}

@media (max-width:900px){.notification-dropdown.notification-dropdown-pro{position:fixed!important;top:max(68px,calc(env(safe-area-inset-top) + 60px))!important;right:10px!important;left:10px!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - max(80px,calc(env(safe-area-inset-top) + 72px)))!important}.panel-notification-menu .notification-dropdown.notification-dropdown-pro{top:max(62px,calc(env(safe-area-inset-top) + 54px))!important}.notification-dropdown-pro .notification-dropdown-list{max-height:min(52dvh,430px)}}
@media (max-width:680px){.notification-page-pro{padding-block:24px 48px}.notification-page-heading{gap:12px}.notification-page-heading>.btn{width:100%}.notification-page-toolbar{grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;padding:12px!important}.notification-page-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%}.notification-page-actions form,.notification-page-actions .btn{width:100%;min-width:0}.notification-page-actions .btn{white-space:normal;text-align:center}.notification-list-advanced .notification-item{grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;padding:12px!important}.notification-item-action{justify-content:flex-end;padding-left:56px}.notification-item-action form{width:auto}.notification-item-action .btn{min-height:36px}.notification-read-state{justify-content:center}.news-owner-chip{max-width:100%!important}.news-owner-chip__remove{flex-basis:32px!important;width:32px!important;height:32px!important;min-width:32px!important}}
@media (max-width:480px){.notification-dropdown.notification-dropdown-pro{top:max(64px,calc(env(safe-area-inset-top) + 56px))!important;right:8px!important;left:8px!important;border-radius:14px!important}.notification-dropdown-pro .notification-dropdown-head{grid-template-columns:minmax(0,1fr);gap:9px;padding:12px}.notification-dropdown-all{justify-self:start;min-height:31px}.notification-dropdown-title{grid-template-columns:36px minmax(0,1fr)}.notification-dropdown-title-icon{width:36px;height:36px}.notification-dropdown-pro .notification-dropdown-actions{grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr)}.notification-dropdown-pro .notification-dropdown-actions button{min-height:39px;padding-inline:7px;font-size:9.5px}.notification-dropdown-pro .notification-preview-item>a{grid-template-columns:38px minmax(0,1fr);gap:9px;padding:12px 43px 12px 11px}.notification-dropdown-pro .notification-preview-icon{width:38px;height:38px}.notification-dropdown-pro .notification-preview-title strong{font-size:12.5px}.notification-dropdown-pro .notification-preview-copy>small{font-size:11px}.notification-dropdown-pro .notification-preview-item>form{right:8px}.notification-page-summary{grid-template-columns:40px minmax(0,1fr)!important}.notification-page-summary-icon{width:40px;height:40px}.notification-page-actions{grid-template-columns:minmax(0,1fr)!important}.notification-item-main{grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important}.notification-list-advanced .notification-type-icon{width:40px;height:40px}.notification-item-title-row{display:grid;gap:5px}.notification-item-title-row em{justify-self:start}.notification-item-copy p{font-size:12px!important}.notification-item-action{padding-left:50px;justify-content:stretch}.notification-item-action form,.notification-item-action .btn,.notification-read-state{width:100%}.notification-item-action .btn,.notification-read-state{justify-content:center}}


.notification-dropdown-pro .notification-dropdown-head{
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
}
.notification-dropdown-pro .notification-dropdown-all{
  justify-self:end!important;
  align-self:center!important;
  flex:0 0 auto;
}


.news-owner-chip{
  width:max-content!important;
  max-width:min(58%,360px)!important;
  flex:0 1 auto!important;
}
.news-owner-chip__copy{
  flex:0 1 auto;
  max-width:250px;
}
.news-owner-chip__remove{
  margin-left:1px;
}

@media (max-width:900px){
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  
  .news-owner-control{
    display:grid!important;
    grid-template-columns:24px minmax(0,1fr) 32px!important;
    align-items:center!important;
    gap:6px 8px!important;
    min-height:0!important;
    padding:7px!important;
  }
  .news-owner-chip{
    grid-column:1 / -1!important;
    grid-row:1!important;
    justify-self:start!important;
    width:max-content!important;
    max-width:min(88%,300px)!important;
    padding:4px 5px 4px 4px!important;
  }
  .news-owner-chip__copy{
    max-width:210px!important;
  }
  .news-owner-search-icon{
    grid-column:1!important;
    grid-row:2!important;
    order:initial!important;
  }
  .news-owner-control>input{
    grid-column:2!important;
    grid-row:2!important;
    order:initial!important;
    width:100%!important;
    min-width:0!important;
    height:40px!important;
  }
  .news-owner-query-clear{
    grid-column:3!important;
    grid-row:2!important;
    order:initial!important;
  }
}

@media (max-width:480px){
  
  .notification-dropdown-pro .notification-dropdown-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
    padding:11px 12px!important;
  }
  .notification-dropdown-pro .notification-dropdown-title{
    grid-template-columns:36px minmax(0,1fr)!important;
    gap:9px!important;
  }
  .notification-dropdown-pro .notification-dropdown-all{
    justify-self:end!important;
    align-self:center!important;
    min-height:32px!important;
    padding-inline:9px!important;
    border-radius:9px!important;
    font-size:9.5px!important;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  .news-owner-chip{
    max-width:min(92%,286px)!important;
  }
  .news-owner-chip__copy{
    max-width:196px!important;
  }
}




.editor-media-actions .ui-icon{
  flex:0 0 auto;
}
.editor-media-actions .btn>span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}










.language-menu-toggle{
  position:relative;
  display:grid;
  place-items:center;
  flex:0 0 40px;
  width:40px;
  min-width:40px;
  height:40px;
  padding:0;
  gap:0;
  line-height:1;
}
.language-menu-toggle>.ui-icon{display:block;width:18px;height:18px;margin:0;}




@media (min-width:901px){
  :where(.btn,.icon-btn,button,a){text-underline-offset:.16em;}
  :where(button,.btn,.icon-btn){vertical-align:middle;}
  :where(.btn,.icon-btn) .ui-icon{vertical-align:middle;}
  :where(button:not(.btn):not(.icon-btn)){line-height:1.2;}
  .btn{
    min-height:42px;
    max-width:100%;
    line-height:1.2;
    text-align:center;
  }
  .btn-sm{min-height:38px;}
  .btn-xs{min-height:34px;}
  .btn-lg{min-height:48px;}
  .btn>.ui-icon,.btn>svg.ui-icon,.icon-btn>.ui-icon,.icon-btn>svg.ui-icon{
    display:block;
    flex:0 0 auto;
    align-self:center;
    margin:0;
  }
  .btn>span{
    display:inline-flex;
    align-items:center;
    min-width:0;
    line-height:1.2;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
}

.human-guard{display:contents!important}.human-guard-honeypot{position:fixed!important;left:-10000px!important;top:0!important;width:1px!important;height:1px!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;box-shadow:none!important}.site-footer .newsletter-form{isolation:isolate}.site-footer .newsletter-form>.newsletter-email-input{min-width:0;width:100%;height:46px;margin:0}.site-footer .newsletter-form>.newsletter-submit-button{min-height:46px;margin:0}.site-footer .newsletter-form>.newsletter-submit-button .ui-icon{flex:0 0 auto}@media (max-width:680px){.site-footer .newsletter-form>.newsletter-email-input,.site-footer .newsletter-form>.newsletter-submit-button{width:100%}.site-footer .newsletter-form>.newsletter-submit-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:48px;padding:0 18px!important}.site-footer .newsletter-form>.newsletter-submit-button .newsletter-submit-label{display:inline!important;visibility:visible!important;opacity:1!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.site-footer .newsletter-form>.newsletter-submit-button .ui-icon{width:18px;height:18px;flex:0 0 auto}}



.site-header .header-main>.brand.has-brand-logo{min-width:0;overflow:hidden}
.site-header .header-main>.brand.has-brand-logo .brand-logo-frame{display:flex;align-items:center;justify-content:flex-start;min-width:0;max-width:100%;overflow:hidden}
.site-header .header-main>.brand.has-brand-logo .brand-logo[data-header-brand-logo]{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:left center;transform:none;filter:none;image-rendering:auto}
@media (min-width:901px){.site-header .header-main>.brand.has-brand-logo{max-width:min(var(--logo-desktop-width),46vw);height:var(--logo-desktop-height)}.site-header .header-main>.brand.has-brand-logo .brand-logo-frame{height:var(--logo-desktop-height)}}
@media (max-width:900px){.site-header .header-main>.brand.has-brand-logo{height:var(--logo-mobile-height)}.site-header .header-main>.brand.has-brand-logo .brand-logo-frame{width:min(var(--logo-mobile-width),100%);height:var(--logo-mobile-height)}}



.editor-media-actions>.btn{
  flex:1 1 0!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}





























.pwa-install-card{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:9990;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;width:min(510px,calc(100vw - 36px));padding:14px;border:1px solid var(--line);border-radius:17px;background:color-mix(in srgb,var(--surface) 96%,transparent);color:var(--text);box-shadow:0 22px 60px color-mix(in srgb,var(--ink) 18%,transparent);backdrop-filter:blur(18px)}.pwa-install-card>img{width:52px;height:52px;border:1px solid var(--line);border-radius:13px;object-fit:contain;background:transparent}.pwa-install-copy{display:grid;min-width:0;gap:3px}.pwa-install-copy strong{overflow:hidden;color:var(--ink);font-size:13px;white-space:nowrap;text-overflow:ellipsis}.pwa-install-copy small{color:var(--muted);font-size:10px;line-height:1.4}.pwa-install-actions{display:flex;align-items:center;gap:7px}.pwa-install-actions .btn{white-space:nowrap}.pwa-install-close{flex:0 0 36px;width:36px;height:36px;font-size:22px;line-height:1}.pwa-install-card[hidden]{display:none!important}

@media(max-width:680px){.pwa-install-card{left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));grid-template-columns:46px minmax(0,1fr);width:auto;padding:12px}.pwa-install-card>img{width:46px;height:46px;border-radius:12px;object-fit:contain;background:transparent}.pwa-install-actions{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) 38px}.pwa-install-actions .btn{width:100%;min-height:38px}.pwa-install-close{width:38px;height:38px}.mobile-bottom-enabled .pwa-install-card{bottom:calc(76px + env(safe-area-inset-bottom))}}


.pwa-push-permission-card{
  position:fixed;
  right:max(18px,env(safe-area-inset-right));
  bottom:max(18px,env(safe-area-inset-bottom));
  z-index:9992;
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:12px;
  width:min(520px,calc(100vw - 36px));
  padding:16px;
  border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));
  border-radius:18px;
  background:color-mix(in srgb,var(--surface) 97%,transparent);
  color:var(--text);
  box-shadow:0 24px 64px color-mix(in srgb,var(--ink) 18%,transparent);
  backdrop-filter:blur(18px);
}
.pwa-push-permission-card.is-denied{border-color:color-mix(in srgb,var(--warning) 35%,var(--line))}
.pwa-push-permission-icon{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line));
  border-radius:13px;
  background:color-mix(in srgb,var(--brand) 9%,var(--surface));
  color:var(--brand);
}
.pwa-push-permission-card.is-denied .pwa-push-permission-icon{background:color-mix(in srgb,var(--warning) 10%,var(--surface));color:var(--warning)}
.pwa-push-permission-icon .ui-icon{width:21px;height:21px}
.pwa-push-permission-copy{display:grid;min-width:0;gap:3px}
.pwa-push-permission-copy .pwa-push-kicker{color:var(--brand);font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.pwa-push-permission-card.is-denied .pwa-push-kicker{color:var(--warning)}
.pwa-push-permission-copy strong{color:var(--ink);font-size:14px;line-height:1.3}
.pwa-push-permission-copy p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}
.pwa-push-permission-actions{grid-column:1/-1;display:flex;align-items:center;gap:8px;padding-top:2px}
.pwa-push-permission-actions .btn{min-height:39px;margin:0;white-space:nowrap}
.pwa-push-permission-actions .btn:first-child{flex:1 1 auto}
.pwa-push-permission-close{flex:0 0 39px;width:39px;height:39px;margin-left:auto;font-size:22px;line-height:1}
.mobile-bottom-enabled .pwa-push-permission-card{bottom:calc(82px + env(safe-area-inset-bottom))}
@media(max-width:680px){
  .pwa-push-permission-card{left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));width:auto;padding:13px;border-radius:16px}
  .mobile-bottom-enabled .pwa-push-permission-card{bottom:calc(76px + env(safe-area-inset-bottom))}
  .pwa-push-permission-actions{display:grid;grid-template-columns:minmax(0,1fr) auto 39px;gap:6px}
  .pwa-push-permission-actions .btn{min-width:0;padding-inline:10px;font-size:11px}
}
@media(max-width:430px){
  .pwa-push-permission-card{grid-template-columns:40px minmax(0,1fr);gap:10px;padding:12px}
  .pwa-push-permission-icon{width:40px;height:40px;border-radius:11px}
  .pwa-push-permission-actions{grid-template-columns:minmax(0,1fr) 39px}
  .pwa-push-permission-actions .btn.btn-ghost{grid-column:1/2;grid-row:2}
  .pwa-push-permission-close{grid-column:2;grid-row:1/3;align-self:stretch;height:auto;min-height:39px}
}










.password-field-control{
  position:relative;
  display:block;
  width:100%;
  min-width:0;
}
.password-field-control>input[type="password"],
.password-field-control>input[type="text"]{
  width:100%!important;
  min-width:0!important;
  padding-right:78px!important;
}
.password-visibility-toggle{
  position:absolute;
  top:50%;
  right:7px;
  z-index:3;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:30px;
  padding:0 9px;
  border:1px solid var(--line);
  border-radius:9px;
  background:color-mix(in srgb,var(--surface) 96%,transparent);
  color:var(--ink);
  box-shadow:none;
  font-size:10px;
  font-weight:850;
  line-height:1;
  cursor:pointer;
}
.password-visibility-toggle:hover,
.password-visibility-toggle:focus-visible{
  border-color:color-mix(in srgb,var(--brand) 45%,var(--line));
  color:var(--brand);
  outline:none;
}
.password-visibility-toggle[aria-pressed="true"]{
  background:color-mix(in srgb,var(--brand) 8%,var(--surface));
  border-color:color-mix(in srgb,var(--brand) 28%,var(--line));
  color:var(--brand);
}
@media(max-width:420px){
  .password-field-control>input[type="password"],
  .password-field-control>input[type="text"]{padding-right:72px!important;}
  .password-visibility-toggle{right:6px;min-width:54px;height:29px;padding-inline:7px;font-size:9px;}
}


.notification-dropdown-pro .notification-push-consent{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;border-top:1px solid var(--line);background:color-mix(in srgb,var(--brand) 3.5%,var(--surface))}.notification-push-consent-copy{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;min-width:0}.notification-push-consent-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--brand) 8%,var(--surface));color:var(--brand)}.notification-push-consent-icon .ui-icon{width:16px;height:16px}.notification-push-consent-copy>span:last-child{display:grid;min-width:0;gap:2px}.notification-push-consent-copy strong{color:var(--ink);font-size:11.5px;line-height:1.25}.notification-push-consent-copy small{color:var(--muted);font-size:9.5px;line-height:1.4;overflow-wrap:break-word}.notification-push-consent-action{min-height:34px;padding-inline:11px;box-shadow:none;white-space:nowrap}

.pwa-install-card.pwa-install-card-pro{grid-template-columns:62px minmax(0,1fr) auto;width:min(560px,calc(100vw - 36px));padding:15px 16px;border-radius:18px}.pwa-install-icon-shell{display:grid;place-items:center;width:62px;height:62px;padding:4px;border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line));border-radius:16px;background:color-mix(in srgb,var(--brand) 5%,var(--surface));overflow:hidden}.pwa-install-icon-shell img{width:54px;height:54px;border-radius:13px;object-fit:cover;background:var(--soft)}.pwa-install-card-pro .pwa-install-copy{gap:3px}.pwa-install-kicker{color:var(--brand);font-size:8.5px!important;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pwa-install-card-pro .pwa-install-copy>strong{font-size:14px}.pwa-install-card-pro .pwa-install-copy>small:not(.pwa-install-kicker){font-size:10px;line-height:1.45}.pwa-install-push-state{display:flex;align-items:flex-start;gap:6px;margin-top:5px;padding-top:6px;border-top:1px solid var(--line);color:var(--text);font-size:9.5px;font-weight:700;line-height:1.4}.pwa-install-push-state .ui-icon{flex:0 0 14px;width:14px;height:14px;margin-top:1px;color:var(--brand)}.pwa-install-card-pro .pwa-install-actions{align-self:center}.pwa-install-primary{min-height:38px;box-shadow:none}.pwa-install-primary:disabled{opacity:.68;cursor:wait;transform:none}

@media(max-width:680px){.notification-dropdown-pro .notification-push-consent{grid-template-columns:minmax(0,1fr) auto;padding:11px 12px}.notification-push-consent-copy{grid-template-columns:32px minmax(0,1fr);gap:8px}.notification-push-consent-icon{width:32px;height:32px}.notification-push-consent-action{min-height:32px;font-size:9.5px}.pwa-install-card.pwa-install-card-pro{grid-template-columns:52px minmax(0,1fr);width:auto;padding:12px 13px}.pwa-install-icon-shell{width:52px;height:52px;padding:3px;border-radius:14px}.pwa-install-icon-shell img{width:46px;height:46px;border-radius:11px}.pwa-install-card-pro .pwa-install-actions{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) 38px;width:100%}.pwa-install-card-pro .pwa-install-primary{width:100%}}
@media(max-width:430px){.notification-dropdown-pro .notification-push-consent{grid-template-columns:1fr;gap:8px}.notification-push-consent-action{width:100%;justify-content:center}.pwa-install-card-pro .pwa-install-copy>strong{font-size:13px}.pwa-install-push-state{font-size:9px}}


.notification-dropdown.notification-dropdown-pro{
  display:grid;
  grid-template-rows:auto auto minmax(0,1fr) auto;
  max-height:min(720px,calc(100dvh - 96px));
}
.notification-dropdown-pro .notification-dropdown-list{
  min-height:0;
  max-height:min(440px,52dvh);
}









.notification-push-consent-action.is-granted{
  border-color:color-mix(in srgb,var(--success) 30%,var(--line))!important;
  background:color-mix(in srgb,var(--success) 8%,var(--surface))!important;
  color:var(--success)!important;
  opacity:1!important;
  cursor:default!important;
}

.notification-push-consent-action.is-granted:hover{transform:none!important;filter:none!important}


.site-header .header-main>.brand.has-brand-logo .brand-logo[data-header-brand-logo]{
  transform:translate3d(0,0,0) scale(var(--brand-logo-scale,var(--logo-user-zoom,1)))!important;
  transform-origin:left center!important;
}
@media (min-width:901px){
  .site-header .header-main>.brand.has-brand-logo .brand-logo-frame{
    min-height:calc(var(--header-height) - 10px)!important;
  }
}
@media (max-width:900px){
  .site-header .header-main>.brand.has-brand-logo .brand-logo-frame{
    min-height:48px!important;
  }
}

@media (max-width:430px){
  .notification-dropdown.notification-dropdown-pro{max-height:calc(100dvh - 78px)}
  .notification-dropdown-pro .notification-dropdown-list{max-height:44dvh}
  
  
}









.notification-dropdown.notification-dropdown-pro[hidden]{display:none!important}
.notification-menu:not(.is-open)>.notification-dropdown.notification-dropdown-pro{display:none!important}
.notification-dropdown-pro .notification-push-consent{flex:0 0 auto}

.notification-push-consent-action.is-granted:hover{transform:none!important;filter:none!important}
@media(max-width:430px){
  .notification-dropdown-pro .notification-push-consent{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}
  .notification-push-consent-action{width:auto;min-width:92px;justify-content:center}
}


.notification-dropdown-pro .notification-push-consent{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  width:100%;
  min-width:0;
  padding:12px 14px;
  border-top:1px solid var(--line);
  background:color-mix(in srgb,var(--brand) 3.5%,var(--surface));
}
.notification-dropdown-pro .notification-push-consent[hidden]{display:none!important}
.notification-push-consent-action.is-granted{
  border-color:color-mix(in srgb,var(--success) 30%,var(--line))!important;
  background:color-mix(in srgb,var(--success) 8%,var(--surface))!important;
  color:var(--success)!important;
  opacity:1!important;
  cursor:default!important;
}


.site-header .header-main>.brand.has-brand-logo{
  min-width:0!important;
  overflow:hidden!important;
}
.site-header .header-main>.brand.has-brand-logo .brand-logo-frame{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:0!important;
  overflow:hidden!important;
}
.site-header .header-main>.brand.has-brand-logo .brand-logo[data-header-brand-logo]{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:left center!important;
  transform-origin:left center!important;
  transform:scale(var(--brand-logo-scale,1.08))!important;
  margin:0!important;
}
@media (min-width:901px){
  .site-header .header-main>.brand.has-brand-logo{
    flex:0 1 clamp(250px,29vw,390px)!important;
    width:clamp(250px,29vw,390px)!important;
    max-width:390px!important;
    height:calc(var(--header-height) - 8px)!important;
  }
  .site-header .header-main>.brand.has-brand-logo .brand-logo-frame{
    width:100%!important;
    height:calc(var(--header-height) - 8px)!important;
  }
  .site-header .header-main>.brand.has-brand-logo .brand-logo[data-header-brand-logo]{
    max-height:min(62px,calc(var(--header-height) - 12px))!important;
  }
}
@media (max-width:900px){
  .site-header .header-main>.brand.has-brand-logo{
    justify-self:stretch!important;
    width:100%!important;
    max-width:100%!important;
    height:58px!important;
  }
  .site-header .header-main>.brand.has-brand-logo .brand-logo-frame{
    width:100%!important;
    height:56px!important;
  }
  .site-header .header-main>.brand.has-brand-logo .brand-logo[data-header-brand-logo]{
    max-height:52px!important;
  }
}
@media (max-width:680px){
  .site-header .header-main>.brand.has-brand-logo,
  .site-header .header-main>.brand.has-brand-logo .brand-logo-frame{height:54px!important}
  .site-header .header-main>.brand.has-brand-logo .brand-logo[data-header-brand-logo]{max-height:50px!important}
}
@media (max-width:430px){
  .notification-dropdown-pro .notification-push-consent{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:8px!important;
    padding:11px 12px!important;
  }
  .notification-push-consent-action{width:auto!important;min-width:92px!important;justify-content:center!important}
  .site-header .header-main>.brand.has-brand-logo,
  .site-header .header-main>.brand.has-brand-logo .brand-logo-frame{height:50px!important}
  .site-header .header-main>.brand.has-brand-logo .brand-logo[data-header-brand-logo]{max-height:47px!important}
}
@media (max-width:350px){
  .site-header .header-main>.brand.has-brand-logo,
  .site-header .header-main>.brand.has-brand-logo .brand-logo-frame{height:47px!important}
  .site-header .header-main>.brand.has-brand-logo .brand-logo[data-header-brand-logo]{max-height:44px!important}
}













































@media(max-width:760px){
  
  
  :where(.btn,.icon-btn,button,a){-webkit-tap-highlight-color:transparent}
  :where(input,select,textarea){width:100%;min-width:0}
  .mobile-card-table table{width:100%}
}
@media(max-width:420px){.page-title-row h1{font-size:clamp(24px,8vw,32px)}}



















html.media-modal-open,
body.media-modal-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}




.notification-push-consent-copy small.is-granted,[data-push-permission-state].is-granted,[data-notification-permission].is-granted{color:var(--success)!important;font-weight:800}










.article-content :where(table,pre,figure,blockquote){max-width:100%;}
.article-content table{display:block;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;}
.article-content :where(img,video,iframe){height:auto;max-width:100%;}
.article-content :where(a,code){overflow-wrap:break-word;}











































.article-content .inline-image-slider{
  position:relative;
  width:100%;
  max-width:100%;
  margin:24px 0;
  padding:0;
  overflow:visible;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--surface);
  box-shadow:0 12px 30px rgba(16,24,40,.06);
}
.article-content .inline-image-slider-viewport{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
  border-radius:17px 17px 0 0;
  background:var(--soft);
  -webkit-overflow-scrolling:touch;
}
.article-content .inline-image-slider-viewport::-webkit-scrollbar{display:none}
.article-content .inline-image-slider-track{
  display:flex;
  width:100%;
  min-width:0;
}
.article-content .inline-image-slide{
  position:relative;
  flex:0 0 100%;
  width:100%;
  min-width:100%;
  margin:0!important;
  padding:0!important;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  background:var(--soft);
}
.article-content .inline-image-slide img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
}
.article-content .inline-image-slide>figcaption{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  width:auto;
  max-width:min(76%,680px);
  margin:0!important;
  padding:8px 10px!important;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  background:rgba(2,6,23,.7);
  color:#fff!important;
  font-size:11px!important;
  line-height:1.4;
  text-align:left!important;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.article-content .inline-image-slider>figcaption{
  margin:0!important;
  padding:10px 14px!important;
  border-top:1px solid var(--line);
  color:var(--muted)!important;
  background:var(--surface);
  font-size:11px!important;
  line-height:1.45;
  text-align:left!important;
  border-radius:0 0 17px 17px;
}
.inline-image-slider-controls{
  position:absolute;
  z-index:5;
  pointer-events:none;
  left:10px;
  right:10px;
  top:calc(50% - 25px);
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.inline-image-slider-arrow{
  pointer-events:auto;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(255,255,255,.34);
  border-radius:12px;
  background:rgba(2,6,23,.66);
  color:#fff;
  box-shadow:0 8px 22px rgba(2,6,23,.18);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:opacity .18s ease,transform .18s ease,background .18s ease;
}
.inline-image-slider-arrow:hover:not(:disabled){transform:scale(1.04);background:rgba(2,6,23,.82)}
.inline-image-slider-arrow:disabled{opacity:.28;cursor:default}
.inline-image-slider-arrow .ui-icon{width:20px;height:20px}
.inline-image-slider-dots{
  position:absolute;
  z-index:6;
  left:50%;
  bottom:48px;
  display:flex;
  gap:5px;
  max-width:70%;
  padding:6px 8px;
  overflow-x:auto;
  transform:translateX(-50%);
  border-radius:999px;
  background:rgba(2,6,23,.48);
  scrollbar-width:none;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.inline-image-slider-dots::-webkit-scrollbar{display:none}
.inline-image-slider-dot{
  flex:0 0 7px;
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.55);
  transition:width .18s ease,background .18s ease;
}
.inline-image-slider-dot.is-active{width:20px;background:#fff}
.inline-image-slider:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 32%,transparent);outline-offset:3px}


@media (max-width:680px){
  
  
  
  
  
  
  
  .article-content .inline-image-slider{margin:18px 0;border-radius:14px}
  .article-content .inline-image-slider-viewport{border-radius:13px 13px 0 0}
  .article-content .inline-image-slide img{aspect-ratio:4/3}
  .article-content .inline-image-slide>figcaption{left:8px;right:8px;bottom:8px;max-width:85%;padding:7px 8px!important;font-size:10px!important}
  .inline-image-slider-controls{left:7px;right:7px;top:calc(50% - 22px)}
  .inline-image-slider-arrow{width:36px;height:36px;border-radius:10px}
  .inline-image-slider-dots{bottom:43px;max-width:78%;padding:5px 7px}
  .article-content .inline-image-slider>figcaption{padding:9px 11px!important;font-size:10px!important;border-radius:0 0 13px 13px}
}
@media (prefers-reduced-motion:reduce){
  .article-content .inline-image-slider-viewport{scroll-behavior:auto}
  .inline-image-slider-arrow,.inline-image-slider-dot{transition:none}
}




.article-content .inline-image-slider-viewport{
  overflow:hidden!important;
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  overscroll-behavior:contain;
  touch-action:pan-y pinch-zoom;
  user-select:none;
  -webkit-user-select:none;
}
.article-content .inline-image-slider-track{
  display:flex;
  width:100%;
  min-width:0;
  transform:translate3d(0,0,0);
  transition:transform .38s cubic-bezier(.22,.72,.22,1);
  will-change:transform;
}
.article-content .inline-image-slider-track.is-no-transition,
.article-content .inline-image-slider-track.is-touching{
  transition:none!important;
}
.article-content .inline-image-slide{
  flex:0 0 100%!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  overflow:hidden;
  opacity:.72;
  transition:opacity .22s ease;
}
.article-content .inline-image-slide.is-active{opacity:1}
.inline-image-slider-counter{
  position:absolute;
  z-index:7;
  top:12px;
  right:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:48px;
  height:30px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:rgba(2,6,23,.62);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:850;
  letter-spacing:.02em;
  box-shadow:0 6px 18px rgba(2,6,23,.16);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  pointer-events:none;
}
@media (hover:hover) and (pointer:fine){
  .article-content .inline-image-slider-viewport{cursor:e-resize}
  .article-content .inline-image-slider-viewport:hover::after{
    content:"Sol / sağ tarafa tıklayarak değiştir";
    position:absolute;
    z-index:4;
    left:50%;
    bottom:14px;
    transform:translateX(-50%);
    padding:6px 9px;
    border-radius:999px;
    background:rgba(2,6,23,.52);
    color:rgba(255,255,255,.92);
    font-size:9px;
    font-weight:800;
    white-space:nowrap;
    pointer-events:none;
    opacity:.82;
  }
}
@media (hover:none) and (pointer:coarse){
  .inline-image-slider-controls{display:none!important}
  .inline-image-slider-dots{bottom:12px}
  .article-content .inline-image-slide>figcaption{bottom:38px}
  .inline-image-slider-counter{top:9px;right:9px;height:28px;min-width:44px;font-size:10px}
}




@media (prefers-reduced-motion:reduce){
  .article-content .inline-image-slider-track,
  .article-content .inline-image-slide{transition:none!important}
}


@keyframes pushAudiencePulse{50%{opacity:.35;transform:scale(.78)}}









.article-page-pro .article-content .inline-image-slider,
.article-page-pro .article-content .inline-image-slider-viewport,
.article-page-pro .article-content .inline-image-slider-track,
.article-page-pro .article-content .inline-image-slider .inline-image-slide,
.article-page-pro .article-content .inline-image-slider .inline-image-slide img,
.article-page-pro .article-content .social-embed-card[data-social-platform="instagram"],
.article-page-pro .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame{
  overscroll-behavior:auto!important;
  overscroll-behavior-y:auto!important;
}

.article-page-pro .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-scroll-first:not(.is-social-interactive) iframe{
  pointer-events:none!important;
}


.article-page-pro .article-content .inline-image-slider,
.article-page-pro .article-content .inline-image-slider-viewport,
.article-page-pro .article-content .inline-image-slider-track,
.article-page-pro .article-content .inline-image-slider .inline-image-slide,
.article-page-pro .article-content .inline-image-slider .inline-image-slide img,
.article-page-pro .article-content .social-embed-card[data-social-platform="instagram"],
.article-page-pro .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame,
.article-page-pro .article-content .social-embed-card[data-social-platform="instagram"] .instagram-scroll-guard{
  overscroll-behavior-y:auto!important;
}
.article-page-pro .article-content .inline-image-slider-viewport,
.article-page-pro .article-content .inline-image-slider-track,
.article-page-pro .article-content .inline-image-slider .inline-image-slide,
.article-page-pro .article-content .inline-image-slider .inline-image-slide img,
.article-page-pro .article-content .social-embed-card[data-social-platform="instagram"] .instagram-scroll-guard{
  touch-action:pan-y pinch-zoom!important;
}



body.page-news-detail .article-content .inline-image-slider,
body.page-news-detail .article-content .inline-image-slider-viewport,
body.page-news-detail .article-content .inline-image-slider-track,
body.page-news-detail .article-content .inline-image-slider .inline-image-slide,
body.page-news-detail .article-content .inline-image-slider .inline-image-slide img,
.news-detail .article-content .inline-image-slider,
.news-detail .article-content .inline-image-slider-viewport,
.news-detail .article-content .inline-image-slider-track,
.news-detail .article-content .inline-image-slider .inline-image-slide,
.news-detail .article-content .inline-image-slider .inline-image-slide img{
  overscroll-behavior:auto!important;
  overscroll-behavior-x:auto!important;
  overscroll-behavior-y:auto!important;
}
body.page-news-detail .article-content .inline-image-slider-viewport,
.news-detail .article-content .inline-image-slider-viewport{
  overflow:clip!important;
  overflow-clip-margin:0!important;
}
body.page-news-detail .article-content .inline-image-slider-viewport,
body.page-news-detail .article-content .inline-image-slider-track,
body.page-news-detail .article-content .inline-image-slider .inline-image-slide,
body.page-news-detail .article-content .inline-image-slider .inline-image-slide img,
.news-detail .article-content .inline-image-slider-viewport,
.news-detail .article-content .inline-image-slider-track,
.news-detail .article-content .inline-image-slider .inline-image-slide,
.news-detail .article-content .inline-image-slider .inline-image-slide img{
  touch-action:pan-y pinch-zoom!important;
}
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"],
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame,
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .instagram-media,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"],
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .instagram-media{
  overscroll-behavior:auto!important;
  overscroll-behavior-x:auto!important;
  overscroll-behavior-y:auto!important;
}
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-scroll-first,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-scroll-first{
  position:relative!important;
  overflow:visible!important;
}
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-scroll-first>.instagram-scroll-guard,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-scroll-first>.instagram-scroll-guard{
  display:flex!important;
  pointer-events:auto!important;
  touch-action:pan-y pinch-zoom!important;
  overscroll-behavior:auto!important;
  overscroll-behavior-y:auto!important;
}
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-scroll-first:not(.is-social-interactive) iframe,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-scroll-first:not(.is-social-interactive) iframe{
  pointer-events:none!important;
}
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-scroll-first.is-social-interactive iframe,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-scroll-first.is-social-interactive iframe{
  pointer-events:auto!important;
  touch-action:auto!important;
}


body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame:not(.is-social-interactive) iframe,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame:not(.is-social-interactive) iframe{
  pointer-events:none!important;
}
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-social-interactive iframe,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-social-interactive iframe{
  pointer-events:auto!important;
}


body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-instagram-native-interactive,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-instagram-native-interactive{
  position:relative!important;
  overflow:visible!important;
  overscroll-behavior:auto!important;
  overscroll-behavior-x:auto!important;
  overscroll-behavior-y:auto!important;
  touch-action:pan-y pinch-zoom!important;
}
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-instagram-native-interactive>.instagram-scroll-guard,
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-instagram-native-interactive>.instagram-scroll-release,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-instagram-native-interactive>.instagram-scroll-guard,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-instagram-native-interactive>.instagram-scroll-release{
  display:none!important;
  pointer-events:none!important;
}
body.page-news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-instagram-native-interactive iframe,
.news-detail .article-content .social-embed-card[data-social-platform="instagram"] .social-embed-frame.is-instagram-native-interactive iframe{
  pointer-events:auto!important;
  touch-action:pan-y pinch-zoom!important;
  overscroll-behavior:auto!important;
  overscroll-behavior-y:auto!important;
}

.site-footer .footer-preferred-source-block{margin-top:13px}.site-footer .footer-preferred-source-link{display:flex;align-items:center;gap:10px;min-width:0;padding:11px 12px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.055);color:inherit;text-decoration:none;transition:border-color .18s ease,background .18s ease,transform .18s ease}.site-footer .footer-preferred-source-link:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.09);transform:translateY(-1px)}.site-footer .footer-preferred-source-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.1);color:#fbbf24}.site-footer .footer-preferred-source-icon .ui-icon{width:17px;height:17px}.site-footer .footer-preferred-source-link>span:last-child{display:grid;min-width:0;gap:2px}.site-footer .footer-preferred-source-link strong{color:inherit;font-size:11px;line-height:1.25}.site-footer .footer-preferred-source-link small{color:inherit;opacity:.72;font-size:9px;line-height:1.35}@media(max-width:680px){.site-footer .footer-preferred-source-link{min-height:52px}.site-footer .footer-preferred-source-link:hover{transform:none}}@media(prefers-reduced-motion:reduce){.site-footer .footer-preferred-source-link{transition:none}}
.site-footer .footer-preferred-source-link:focus-visible{outline:3px solid rgba(255,255,255,.38);outline-offset:3px}.site-footer .footer-preferred-source-link.is-loading{pointer-events:none;opacity:.76}.site-footer .footer-preferred-source-link.is-loading .footer-preferred-source-icon{animation:echoPreferredSourcePulse .9s ease-in-out infinite alternate}@keyframes echoPreferredSourcePulse{from{transform:scale(.94);opacity:.72}to{transform:scale(1.04);opacity:1}}@media(prefers-reduced-motion:reduce){.site-footer .footer-preferred-source-link.is-loading .footer-preferred-source-icon{animation:none}}

:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--brand,#2563eb);outline-offset:2px;}
:where(button,.btn,.icon-btn,[role=button]){touch-action:manipulation;}
@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto!important;}*,*::before,*::after{scroll-behavior:auto!important;}}


@media (max-width:980px){
  body.theme-layout-boxed .static-page-layout.has-page-menu,
  body.theme-layout-normal .static-page-layout.has-page-menu,
  body.theme-layout-wide .static-page-layout.has-page-menu,
  body.theme-layout-full .static-page-layout.has-page-menu,
  .static-page-layout.has-page-menu{
    grid-template-columns:minmax(0,1fr)!important;
    width:min(calc(100% - 24px),var(--container))!important;
    max-width:var(--container)!important;
    margin-inline:auto!important;
    padding-inline:0!important;
    gap:16px!important;
  }
  .static-page-layout.has-page-menu>.static-page-nav,
  .static-page-layout.has-page-menu>.static-page.static-page-pro{
    grid-column:1/-1!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
  }
  .static-page-layout.has-page-menu .static-page-nav{
    position:static!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
  .static-page-layout.has-page-menu .static-page-nav-list{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    gap:6px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .static-page-layout.has-page-menu .static-page-nav-list::-webkit-scrollbar{display:none}
  .static-page-layout.has-page-menu .static-page-nav-item{
    flex:0 0 auto!important;
    min-width:0!important;
    max-width:min(78vw,260px)!important;
    scroll-snap-align:start;
  }
  .static-page-layout.has-page-menu .static-page-pro,
  .static-page-layout.has-page-menu .static-page-header,
  .static-page-layout.has-page-menu .static-page-content{
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
  }
  .static-page-layout.has-page-menu .static-page-pro .static-page-header h1{
    max-width:100%!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    hyphens:auto;
  }
  .static-page-layout.has-page-menu .static-page-content :where(table,pre,iframe,video,img,svg){max-width:100%}
  .static-page-layout.has-page-menu .static-page-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}




@media (max-width:680px){
  body.theme-layout-boxed .static-page-layout.has-page-menu,
  body.theme-layout-normal .static-page-layout.has-page-menu,
  body.theme-layout-wide .static-page-layout.has-page-menu,
  body.theme-layout-full .static-page-layout.has-page-menu,
  .static-page-layout.has-page-menu{
    width:calc(100% - 20px)!important;
    padding-top:12px!important;
    gap:12px!important;
  }
  .static-page-layout.has-page-menu .static-page-nav{border-radius:14px!important}
  .static-page-layout.has-page-menu .static-page-nav-head{padding:10px 11px!important}
  .static-page-layout.has-page-menu .static-page-nav-list{padding:6px!important}
  .static-page-layout.has-page-menu .static-page-nav-item{
    max-width:min(82vw,240px)!important;
    font-size:11px!important;
  }
  .static-page-layout.has-page-menu .static-page-nav-item>span:nth-child(2){
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    overflow-wrap:break-word!important;
  }
  .static-page-layout.has-page-menu .static-page-pro .static-page-header h1{
    font-size:clamp(28px,8.8vw,38px)!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
  }
  .static-page-layout.has-page-menu .static-page-meta{flex-wrap:wrap!important;gap:8px 12px!important}
  .static-page-layout.has-page-menu .static-page-content{font-size:16px!important;line-height:1.72!important}
}


.panel-head>.panel-head-copy{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-content:start!important;
  align-items:start!important;
  gap:4px!important;
  flex:1 1 260px!important;
  min-width:0!important;
  max-width:100%!important;
}
.panel-head>.panel-head-copy>h2,
.panel-head>.panel-head-copy>h3{
  min-width:0;
  max-width:100%;
  margin:0;
  line-height:1.2;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:none;
}
.panel-head>.panel-head-copy>p{
  min-width:0;
  max-width:100%;
  margin:0;
  line-height:1.5;
  overflow-wrap:break-word!important;
  word-break:normal!important;
}

@media (max-width:760px){
  .panel-head>.panel-head-copy{
    width:100%;
    flex-basis:100%!important;
    gap:3px!important;
  }
  
  .panel-head>.panel-head-copy>h2,
  .panel-head>.panel-head-copy>h3{
    font-size:clamp(17px,5vw,20px);
    line-height:1.22;
  }
  .panel-head>.panel-head-copy>p{
    font-size:11px;
    line-height:1.5;
  }
}


.panel-head > :first-child,
.panel-head > :first-child > :where(div,span),
.page-title-row > :first-child,
.section-head > :first-child{
  min-width:0;
  max-width:100%;
}
.panel-head :where(h2,h3,p),
.page-title-row :where(h1,h2,p),
.section-head :where(h2,h3,p){
  max-width:100%;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:none;
}
@media (max-width:760px){
  .panel-head,
  .page-title-row,
  .section-head{
    row-gap:10px;
  }
  .panel-head > :first-child,
  .page-title-row > :first-child,
  .section-head > :first-child{
    flex-shrink:1;
  }
}


body :where(h1,h2,h3,h4){
  min-width:0;
  max-width:100%;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:none;
}





























































.home-market-board{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important;padding-block:14px!important;align-items:stretch!important}
.home-market-board .market-info-card{min-width:0!important;min-height:92px;grid-template-columns:46px minmax(0,1fr) auto!important;grid-template-areas:"icon main change" "icon details details"!important;gap:7px 12px!important;padding:14px 15px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:var(--surface)!important;box-shadow:none!important;overflow:hidden;isolation:isolate}
.home-market-board .market-info-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand) 28%,var(--line))!important;box-shadow:0 10px 26px rgba(15,23,42,.06)!important}
.home-market-board .market-info-icon{grid-area:icon;width:46px;height:46px;border-radius:13px;background:color-mix(in srgb,var(--brand) 9%,var(--surface));color:var(--brand);border:1px solid color-mix(in srgb,var(--brand) 15%,var(--line));display:grid;place-items:center;align-self:start}
.home-market-board .market-info-icon .ui-icon{width:24px!important;height:24px!important;stroke-width:1.8}



.home-market-board .market-info-copy{grid-area:main;min-width:0;align-self:center}
.home-market-board .market-info-copy small{font-size:10px!important;line-height:1.2;font-weight:850;letter-spacing:.035em;text-transform:uppercase;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-market-board .market-info-copy strong{margin-top:2px;font-size:19px!important;line-height:1.1;font-weight:900;color:var(--ink);letter-spacing:-.025em}
.home-market-board .market-info-copy b{margin-top:4px;font-size:9px!important;line-height:1.3;font-weight:750;color:var(--muted);white-space:normal!important}
.home-market-board .market-info-change{grid-area:change!important;align-self:center;justify-self:end;display:inline-flex!important;align-items:center;gap:4px!important;max-width:120px;padding:6px 8px!important;border:1px solid transparent;border-radius:9px!important;font-size:10px!important;font-weight:850;line-height:1.1;overflow:hidden}
.home-market-board .market-info-change span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-market-board .market-info-change .ui-icon{width:13px!important;height:13px!important;flex:0 0 13px}
.home-market-board .market-weather-details{grid-area:details;display:flex;gap:10px;align-items:center;min-width:0;color:var(--muted);font-size:9px;font-weight:750}
.home-market-board .market-weather-details>span{display:inline-flex;align-items:center;gap:4px;min-width:0}
.home-market-board .market-weather-details .ui-icon{width:12px;height:12px;flex:0 0 12px}
.home-market-board .market-weather-details b{font:inherit;white-space:nowrap}























.weather-mode-card>i .ui-icon{width:13px;height:13px}





























@media (max-width:760px){
  .home-market-board{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .home-market-board .market-info-card{min-height:88px;grid-template-columns:40px minmax(0,1fr)!important;grid-template-areas:"icon main" "change change" "details details"!important;padding:12px!important;gap:7px 10px!important}
  .home-market-board .market-info-icon{width:40px;height:40px;border-radius:11px}
  .home-market-board .market-info-icon .ui-icon{width:21px!important;height:21px!important}
  .home-market-board .market-info-change{justify-self:start;max-width:100%;padding:5px 7px!important}
  .home-market-board .market-weather-details{gap:8px}
  
  
  
  
  
  
  
  
}
@media (max-width:470px){
  .home-market-board{grid-template-columns:1fr!important}
  .home-market-board .market-info-card{grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-areas:"icon main change" "icon details details"!important;min-height:84px}
  .home-market-board .market-info-icon{width:44px;height:44px}
  .home-market-board .market-info-change{justify-self:end;max-width:112px;align-self:center}
  
  
}













































.home-market-board .market-info-icon{display:grid!important;place-items:center!important;padding:0!important;line-height:0!important;overflow:hidden!important}
.home-market-board .market-info-icon .ui-icon{display:block!important;margin:0!important;position:static!important;transform:none!important}











.home-market-board{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(205px,1fr))!important;
  gap:12px!important;
  margin-top:10px!important;
  margin-bottom:8px!important;
  padding:12px!important;
  border:1px solid var(--line)!important;
  border-radius:20px!important;
  background:color-mix(in srgb,var(--surface) 96%,var(--soft))!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.home-market-board .market-info-card{
  position:relative!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  grid-template-areas:"icon main" "icon change"!important;
  align-content:center!important;
  align-items:center!important;
  gap:6px 12px!important;
  min-width:0!important;
  min-height:112px!important;
  padding:14px!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  background:var(--surface)!important;
  box-shadow:none!important;
  overflow:hidden!important;
  isolation:isolate;
  transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease!important;
}
.home-market-board .market-info-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:color-mix(in srgb,var(--brand) 72%,transparent);
  pointer-events:none;
}
.home-market-board .market-info-card:hover{
  transform:translateY(-2px)!important;
  border-color:color-mix(in srgb,var(--brand) 28%,var(--line))!important;
  background:color-mix(in srgb,var(--brand) 2.5%,var(--surface))!important;
  box-shadow:0 10px 24px rgba(15,23,42,.055)!important;
}
.home-market-board .market-info-icon{
  grid-area:icon!important;
  align-self:center!important;
  justify-self:start!important;
  display:grid!important;
  place-items:center!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line))!important;
  border-radius:14px!important;
  background:color-mix(in srgb,var(--brand) 8%,var(--surface))!important;
  color:var(--brand)!important;
  line-height:0!important;
  overflow:hidden!important;
}
.home-market-board .market-info-icon .ui-icon,
.home-market-board .market-info-icon svg{
  display:block!important;
  width:24px!important;
  height:24px!important;
  margin:0!important;
  position:static!important;
  transform:none!important;
  translate:none!important;
  flex:0 0 24px!important;
  stroke-width:1.85!important;
}
.home-market-board .market-info-copy{
  grid-area:main!important;
  align-self:end!important;
  min-width:0!important;
  display:grid!important;
  gap:3px!important;
}
.home-market-board .market-info-copy small{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  color:var(--muted)!important;
  font-size:10px!important;
  line-height:1.25!important;
  font-weight:800!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.home-market-board .market-info-copy strong{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  color:var(--ink)!important;
  font-size:clamp(17px,1.45vw,21px)!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
  white-space:nowrap!important;
  font-variant-numeric:tabular-nums!important;
}
.home-market-board .market-info-copy b{
  display:block!important;
  margin-top:1px!important;
  color:var(--muted)!important;
  font-size:9.5px!important;
  line-height:1.35!important;
  font-weight:750!important;
}
.home-market-board .market-info-change{
  grid-area:change!important;
  align-self:start!important;
  justify-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0!important;
  padding:5px 7px!important;
  border:1px solid transparent!important;
  border-radius:8px!important;
  font-size:10px!important;
  line-height:1.15!important;
  font-weight:850!important;
  font-style:normal!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
.home-market-board .market-info-change span{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.home-market-board .market-info-change .ui-icon{
  width:13px!important;
  height:13px!important;
  flex:0 0 13px!important;
  margin:0!important;
}















.home-market-board .market-weather-details{
  grid-area:details!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px 12px!important;
  min-width:0!important;
  margin-top:4px!important;
  padding-top:8px!important;
  border-top:1px dashed var(--line)!important;
  color:var(--muted)!important;
  font-size:9.5px!important;
  line-height:1.2!important;
  font-weight:750!important;
}
.home-market-board .market-weather-details>span{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  min-width:0!important;
}
.home-market-board .market-weather-details .ui-icon{
  width:12px!important;height:12px!important;flex:0 0 12px!important;margin:0!important;
}
.home-market-board .market-weather-details b{font:inherit!important;white-space:nowrap!important}
html[data-resolved-theme=dark] .home-market-board,
body[data-theme=dark] .home-market-board{
  background:color-mix(in srgb,var(--surface) 94%,var(--canvas))!important;
}
html[data-resolved-theme=dark] .home-market-board .market-info-card,
body[data-theme=dark] .home-market-board .market-info-card{
  background:color-mix(in srgb,var(--surface) 97%,var(--canvas))!important;
}



@media (max-width:1180px){
  .home-market-board{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  
}
@media (max-width:760px){
  .home-market-board{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
    padding:9px!important;
    border-radius:17px!important;
  }
  .home-market-board .market-info-card{
    grid-template-columns:40px minmax(0,1fr)!important;
    grid-template-areas:"icon main" "change change"!important;
    min-height:104px!important;
    padding:11px!important;
    gap:7px 9px!important;
    border-radius:14px!important;
  }
  .home-market-board .market-info-icon{
    width:40px!important;height:40px!important;min-width:40px!important;border-radius:12px!important;
  }
  .home-market-board .market-info-icon .ui-icon,
  .home-market-board .market-info-icon svg{width:21px!important;height:21px!important;flex-basis:21px!important}
  .home-market-board .market-info-copy strong{font-size:17px!important}
  .home-market-board .market-info-change{grid-column:1/-1!important;justify-self:start!important;margin-top:1px!important}
  
  
  
  
  .home-market-board .market-weather-details{margin-top:2px!important;padding-top:7px!important}
}
@media (max-width:480px){
  .home-market-board{gap:8px!important;padding:8px!important}
  .home-market-board .market-info-card{min-height:100px!important;padding:10px!important}
  .home-market-board .market-info-copy small{font-size:9px!important}
  .home-market-board .market-info-copy strong{font-size:16px!important}
  .home-market-board .market-info-change{font-size:9.5px!important;padding:4px 6px!important}
  
  
  
}
@media (max-width:360px){
  .home-market-board{grid-template-columns:1fr!important}
  
}






.auth-terms-row{display:grid;gap:7px;min-width:0}
.auth-terms-row>.check{margin:0}






.nav-submenu-toggle{display:inline-grid;place-items:center;width:34px;height:34px;min-width:34px;padding:0;border:1px solid color-mix(in srgb,var(--brand) 10%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--brand) 3%,var(--surface));color:var(--muted);line-height:0;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}
.nav-submenu-toggle .ui-icon{width:16px;height:16px;transition:transform .16s ease}

.nav-submenu-toggle:hover,.nav-submenu-toggle:focus-visible{background:color-mix(in srgb,var(--brand) 8%,var(--surface));border-color:color-mix(in srgb,var(--brand) 20%,var(--line));color:var(--brand);outline:0}
.nav-item.submenu-open>.nav-submenu-toggle{background:color-mix(in srgb,var(--brand) 10%,var(--surface));border-color:color-mix(in srgb,var(--brand) 24%,var(--line));color:var(--brand)}
.nav-item.submenu-open>.nav-submenu-toggle .ui-icon{transform:rotate(180deg)}
.site-header .category-nav .nav-item.has-dropdown>.nav-dropdown{display:none!important}
.site-header .category-nav .nav-item.has-dropdown.submenu-open>.nav-dropdown{display:grid!important}

@media(min-width:901px){
  .site-header .category-bar{overflow:visible}
  .site-header .category-nav[data-mobile-menu]{overflow:visible;flex-wrap:wrap;gap:5px 8px;padding-block:5px}
  .site-header .category-nav>.nav-item{position:relative;display:flex;align-items:center;min-height:38px;border-radius:11px}
  .site-header .category-nav>.nav-item>a{display:inline-flex;align-items:center;gap:7px;min-width:0;padding:9px 8px;border-radius:9px;line-height:1.2;transition:background .16s ease,color .16s ease}
  .site-header .category-nav>.nav-item>a>.ui-icon{width:17px;height:17px;flex:0 0 17px}
  .site-header .category-nav>.nav-item>a>span{min-width:0}
  .site-header .category-nav>.nav-item:hover>a,.site-header .category-nav>.nav-item>a:focus-visible,.site-header .category-nav>.nav-item.submenu-open>a{background:color-mix(in srgb,var(--brand) 6%,var(--surface));color:var(--brand)}
  .site-header .category-nav>.nav-item.has-dropdown>a{padding-right:6px}
  .site-header .category-nav>.nav-item.has-dropdown>.nav-submenu-toggle{width:30px;height:30px;min-width:30px;margin:0 5px 0 -1px;border-radius:9px}

  .site-header .category-nav .nav-item.has-dropdown>.nav-dropdown{z-index:180;gap:3px;padding:7px;border:1px solid color-mix(in srgb,var(--brand) 10%,var(--line));border-radius:14px;background:color-mix(in srgb,var(--surface) 98%,var(--soft));box-shadow:0 16px 34px rgba(15,23,42,.12);overflow:visible;overscroll-behavior:contain;animation:echoSubmenuIn .14s ease both}
  .site-header .category-nav>.nav-item.has-dropdown>.nav-dropdown{position:absolute;left:0;right:auto;top:calc(100% + 7px);width:max-content;min-width:250px;max-width:min(330px,calc(100vw - 24px));max-height:min(70vh,560px);overflow-y:auto;overflow-x:visible}
  .site-header .category-nav>.nav-item.dropdown-align-right>.nav-dropdown{left:auto;right:0}

  .site-header .nav-dropdown>.nav-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:100%;min-width:0;border-radius:9px;background:transparent}
  .site-header .nav-dropdown>.nav-item>a{grid-column:1;display:flex;align-items:center;gap:8px;min-width:0;min-height:40px;padding:8px 9px!important;border:1px solid transparent;border-radius:9px;color:var(--text);font-size:13px!important;line-height:1.25;white-space:normal!important}
  .site-header .nav-dropdown>.nav-item>a>.ui-icon{width:16px;height:16px;flex:0 0 16px;color:color-mix(in srgb,var(--brand) 78%,var(--muted))}
  .site-header .nav-dropdown>.nav-item>a>span{min-width:0;overflow-wrap:break-word}
  .site-header .nav-dropdown>.nav-item>a:hover,.site-header .nav-dropdown>.nav-item>a:focus-visible,.site-header .nav-dropdown>.nav-item.submenu-open>a{border-color:color-mix(in srgb,var(--brand) 10%,var(--line));background:color-mix(in srgb,var(--brand) 6%,var(--surface));color:var(--ink)}
  .site-header .nav-dropdown>.nav-item.has-dropdown>.nav-submenu-toggle{grid-column:2;width:28px;height:28px;min-width:28px;margin-right:4px;border-radius:8px}
  .site-header .nav-dropdown>.nav-item>.nav-dropdown{position:absolute;left:calc(100% + 7px);right:auto;top:-7px;width:max-content;min-width:235px;max-width:min(315px,calc(100vw - 24px));max-height:min(70vh,540px);overflow-y:auto}
  .site-header .nav-dropdown>.nav-item.dropdown-opens-left>.nav-dropdown{left:auto;right:calc(100% + 7px)}
  .site-header .nav-dropdown .nav-dropdown>.nav-item>a{font-size:12.5px!important}
}

@media(max-width:900px){
  .site-header .category-nav[data-mobile-menu]{padding:12px 11px 28px!important;gap:8px!important;background:var(--surface)!important}
  .site-header .category-nav[data-mobile-menu]>.nav-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;margin:0!important;border:1px solid var(--line);border-radius:14px;background:var(--surface);overflow:hidden;box-shadow:none}
  .site-header .category-nav[data-mobile-menu]>.nav-item>a{grid-column:1;grid-row:1;min-height:54px!important;padding:12px 13px!important;display:flex!important;align-items:center!important;gap:10px!important;border:0!important;border-radius:0!important;font-size:14px!important;font-weight:820!important;color:var(--ink)!important}
  .site-header .category-nav[data-mobile-menu]>.nav-item>a>.ui-icon{width:19px!important;height:19px!important;flex:0 0 19px;color:var(--brand)}
  .site-header .category-nav[data-mobile-menu] .nav-item.has-dropdown>.nav-submenu-toggle{grid-column:2;grid-row:1;width:36px!important;height:36px!important;min-width:36px!important;margin:0 10px 0 0!important;padding:0!important;justify-self:end;border:1px solid color-mix(in srgb,var(--brand) 13%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--brand) 4%,var(--surface));color:var(--muted)}
  .site-header .category-nav[data-mobile-menu] .nav-item.has-dropdown>.nav-submenu-toggle .ui-icon{width:17px!important;height:17px!important}
  .site-header .category-nav[data-mobile-menu] .nav-item.submenu-open>.nav-submenu-toggle{background:color-mix(in srgb,var(--brand) 11%,var(--surface));border-color:color-mix(in srgb,var(--brand) 24%,var(--line));color:var(--brand)}

  .site-header .category-nav[data-mobile-menu] .nav-item.has-dropdown>.nav-dropdown{grid-column:1/-1;position:static!important;width:auto!important;min-width:0!important;max-width:none!important;max-height:none!important;margin:0!important;padding:7px 10px 9px 18px!important;border:0!important;border-top:1px solid color-mix(in srgb,var(--line) 92%,transparent)!important;border-radius:0!important;background:color-mix(in srgb,var(--soft) 48%,var(--surface))!important;box-shadow:none!important;overflow:visible!important;animation:echoSubmenuIn .14s ease both}
  .site-header .category-nav[data-mobile-menu] .nav-dropdown>.nav-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;margin:0!important;border:0!important;border-bottom:1px solid color-mix(in srgb,var(--line) 76%,transparent)!important;border-radius:0!important;background:transparent!important;overflow:visible!important}
  .site-header .category-nav[data-mobile-menu] .nav-dropdown>.nav-item:last-child{border-bottom:0!important}
  .site-header .category-nav[data-mobile-menu] .nav-dropdown>.nav-item>a{grid-column:1;grid-row:1;min-height:43px!important;padding:9px 8px!important;display:flex!important;align-items:center!important;gap:9px!important;border:0!important;border-radius:8px!important;font-size:13px!important;font-weight:760!important;color:var(--text)!important}
  .site-header .category-nav[data-mobile-menu] .nav-dropdown>.nav-item>a:hover,.site-header .category-nav[data-mobile-menu] .nav-dropdown>.nav-item>a:focus-visible{background:color-mix(in srgb,var(--brand) 6%,var(--surface))!important;color:var(--ink)!important}
  .site-header .category-nav[data-mobile-menu] .nav-dropdown>.nav-item>a>.ui-icon{width:16px!important;height:16px!important;flex:0 0 16px;color:color-mix(in srgb,var(--brand) 80%,var(--muted))}
  .site-header .category-nav[data-mobile-menu] .nav-dropdown>.nav-item.has-dropdown>.nav-submenu-toggle{grid-column:2;grid-row:1;width:31px!important;height:31px!important;min-width:31px!important;margin:0 5px 0 3px!important;border-radius:9px!important}
  .site-header .category-nav[data-mobile-menu] .nav-dropdown .nav-dropdown{padding:5px 7px 6px 14px!important;border-top:1px dashed color-mix(in srgb,var(--brand) 18%,var(--line))!important;background:transparent!important}
  .site-header .category-nav[data-mobile-menu] .nav-dropdown .nav-dropdown>.nav-item>a{min-height:40px!important;font-size:12.5px!important}
  .site-header .category-nav[data-mobile-menu] .nav-item.submenu-open>a{background:color-mix(in srgb,var(--brand) 4%,var(--surface))!important;color:var(--brand)!important}
}

@media(max-width:390px){
  .site-header .category-nav[data-mobile-menu]{padding-inline:8px!important}
  .site-header .category-nav[data-mobile-menu]>.nav-item>a{min-height:51px!important;padding-inline:11px!important;font-size:13.5px!important}
  .site-header .category-nav[data-mobile-menu] .nav-item.has-dropdown>.nav-submenu-toggle{width:34px!important;height:34px!important;min-width:34px!important;margin-right:8px!important}
  .site-header .category-nav[data-mobile-menu] .nav-dropdown>.nav-item>a{font-size:12.5px!important}
}

@keyframes echoSubmenuIn{from{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}


.home-market-board .market-info-card{cursor:default!important;user-select:text!important}
.home-market-board .market-info-card:hover{transform:none!important;border-color:var(--line)!important;background:var(--surface)!important;box-shadow:none!important}
.home-market-board .market-info-card:focus{outline:0!important}


html{scrollbar-gutter:stable}
img,video{height:auto}
.news-card__media>img{width:100%;height:100%;object-fit:cover}
.ad-slot{min-width:0;contain:layout style;min-height:max(72px,var(--ad-reserve-height,0px))}
.ad-media-link{width:100%;min-width:0}








.ad-video-frame{width:100%;overflow:hidden;background:#05070b}
.ad-video-frame>video{display:block;width:100%;height:100%;object-fit:var(--ad-media-fit,contain)}

@media(max-width:900px){html{scrollbar-gutter:auto}.ad-slot{contain:layout style}}




html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
:where(img,video,canvas,iframe){max-width:100%}



@media(max-width:760px){
  :where(input,select,textarea,button){max-width:100%}
  
}


.account-dropdown{display:grid;grid-template-rows:auto auto auto;overflow:visible;overscroll-behavior:auto}
.account-dropdown-content{display:grid;gap:2px;min-width:0;overflow:visible;padding-block:1px 2px}
.account-dropdown-logout{position:relative;z-index:2;margin:7px -1px -1px;padding:9px 1px 1px;background:var(--surface)}
.site-header .account-dropdown{max-height:none!important}


.auth-policy-check{align-items:flex-start!important}
.auth-policy-consent{display:inline;min-width:0;color:var(--text);font-size:12.5px;line-height:1.55;overflow-wrap:break-word}
.auth-policy-inline-link{display:inline;color:var(--brand);font-weight:850;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.auth-policy-inline-link:hover{color:color-mix(in srgb,var(--brand) 82%,var(--ink))}
.auth-policy-inline-link:focus-visible{border-radius:4px;outline:2px solid color-mix(in srgb,var(--brand) 42%,transparent);outline-offset:2px}






















:where(a,button,input,textarea,select,[role="button"],[tabindex]):focus-visible{
  outline:3px solid color-mix(in srgb,var(--brand,#2563eb) 42%,transparent)!important;
  outline-offset:2px!important;
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}





.site-header .header-actions{overflow:visible}
.site-header .publisher-create-menu{position:relative!important;z-index:230;display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;min-width:42px!important;min-height:42px!important}
.site-header .publisher-create-toggle{position:relative!important;display:grid!important;place-items:center!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:0!important;border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line))!important;border-radius:12px!important;background:color-mix(in srgb,var(--brand) 6%,var(--surface))!important;color:var(--brand)!important;box-shadow:none!important;line-height:1!important;overflow:visible!important;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important}
.site-header .publisher-create-toggle:hover,.site-header .publisher-create-toggle:focus-visible{border-color:color-mix(in srgb,var(--brand) 38%,var(--line))!important;background:color-mix(in srgb,var(--brand) 10%,var(--surface))!important;color:var(--brand)!important;transform:none!important}
.site-header .publisher-create-menu.is-open>.publisher-create-toggle{border-color:var(--brand)!important;background:var(--brand)!important;color:#fff!important}
.site-header .publisher-create-glyph{position:relative;display:grid;place-items:center;width:24px;height:24px;line-height:0}
.site-header .publisher-create-glyph-main{display:grid;place-items:center;width:22px;height:22px}
.site-header .publisher-create-glyph-main>.ui-icon{display:block;width:21px!important;height:21px!important;margin:0!important;stroke-width:1.85}
.site-header .publisher-create-glyph-plus{position:absolute;right:-5px;bottom:-4px;display:grid;place-items:center;width:14px;height:14px;border:2px solid var(--surface);border-radius:5px;background:var(--brand);color:#fff;line-height:0}
.site-header .publisher-create-menu.is-open .publisher-create-glyph-plus{border-color:var(--brand);background:#fff;color:var(--brand)}
.site-header .publisher-create-glyph-plus>.ui-icon{display:block;width:8px!important;height:8px!important;margin:0!important;stroke-width:2.7}
.site-header .publisher-create-dropdown{position:absolute!important;z-index:260!important;top:calc(100% + 12px)!important;right:-4px!important;left:auto!important;display:grid!important;width:342px!important;max-width:min(342px,calc(100vw - 24px))!important;max-height:min(72vh,470px)!important;margin:0!important;padding:0!important;border:1px solid color-mix(in srgb,var(--brand) 12%,var(--line))!important;border-radius:16px!important;background:var(--surface)!important;color:var(--text)!important;box-shadow:0 18px 42px rgba(15,23,42,.14)!important;overflow:hidden!important;isolation:isolate}
.site-header .publisher-create-dropdown[hidden]{display:none!important}
.site-header .publisher-create-dropdown::before{content:"";position:absolute;z-index:2;right:17px;top:-6px;width:11px;height:11px;border-left:1px solid color-mix(in srgb,var(--brand) 12%,var(--line));border-top:1px solid color-mix(in srgb,var(--brand) 12%,var(--line));background:var(--surface);transform:rotate(45deg)}
.site-header .publisher-create-head{position:relative;z-index:3;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;min-width:0!important;padding:14px 15px!important;border-bottom:1px solid var(--line)!important;background:color-mix(in srgb,var(--brand) 3.5%,var(--surface))!important}
.site-header .publisher-create-head>span:first-child{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;min-width:42px!important;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line))!important;border-radius:12px!important;background:color-mix(in srgb,var(--brand) 8%,var(--surface))!important;color:var(--brand)!important}
.site-header .publisher-create-head>span:first-child>.ui-icon{width:19px!important;height:19px!important;margin:0!important}
.site-header .publisher-create-head>div{min-width:0!important}
.site-header .publisher-create-head strong,.site-header .publisher-create-head small{display:block!important;min-width:0!important;margin:0!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important}
.site-header .publisher-create-head strong{color:var(--ink)!important;font-size:14px!important;font-weight:900!important;line-height:1.25!important;letter-spacing:-.01em!important}
.site-header .publisher-create-head small{margin-top:3px!important;color:var(--muted)!important;font-size:10.5px!important;font-weight:700!important;line-height:1.35!important}
.site-header .publisher-create-dropdown nav{position:relative;z-index:3;display:grid!important;gap:4px!important;min-width:0!important;margin:0!important;padding:7px!important;background:var(--surface)!important;overflow:auto!important;overscroll-behavior:contain!important;scrollbar-width:thin}
.site-header .publisher-create-dropdown nav>a,.site-header .publisher-create-dropdown nav>.publisher-create-disabled{display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;min-width:0!important;min-height:58px!important;margin:0!important;padding:8px 9px!important;border:1px solid transparent!important;border-radius:11px!important;background:transparent!important;color:var(--text)!important;text-decoration:none!important;text-align:left!important;white-space:normal!important;box-shadow:none!important;transform:none!important}
.site-header .publisher-create-dropdown nav>a:hover,.site-header .publisher-create-dropdown nav>a:focus-visible{border-color:color-mix(in srgb,var(--brand) 13%,var(--line))!important;background:color-mix(in srgb,var(--brand) 5%,var(--surface))!important;color:var(--ink)!important;outline:0!important}
.site-header .publisher-create-dropdown nav>a>span:first-child,.site-header .publisher-create-dropdown nav>.publisher-create-disabled>span:first-child{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;min-width:40px!important;border:1px solid color-mix(in srgb,var(--brand) 14%,var(--line))!important;border-radius:11px!important;background:color-mix(in srgb,var(--brand) 6%,var(--surface))!important;color:var(--brand)!important}
.site-header .publisher-create-dropdown nav>a>span:first-child>.ui-icon,.site-header .publisher-create-dropdown nav>.publisher-create-disabled>span:first-child>.ui-icon{display:block!important;width:18px!important;height:18px!important;margin:0!important}
.site-header .publisher-create-dropdown nav>a>span:last-child,.site-header .publisher-create-dropdown nav>.publisher-create-disabled>span:last-child{display:block!important;min-width:0!important}
.site-header .publisher-create-dropdown nav strong,.site-header .publisher-create-dropdown nav small{display:block!important;min-width:0!important;margin:0!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}
.site-header .publisher-create-dropdown nav strong{color:var(--ink)!important;font-size:12.5px!important;font-weight:850!important;line-height:1.3!important;letter-spacing:0!important}
.site-header .publisher-create-dropdown nav small{margin-top:3px!important;color:var(--muted)!important;font-size:10px!important;font-weight:650!important;line-height:1.35!important}
.site-header .publisher-create-dropdown nav>.publisher-create-disabled{opacity:.52!important;cursor:not-allowed!important}
.site-header .publisher-create-dropdown nav>.publisher-create-disabled>span:first-child{border-color:var(--line)!important;background:var(--soft)!important;color:var(--muted)!important}
@media(max-width:1024px){.site-header .publisher-create-menu{display:none!important}}
@media(prefers-reduced-motion:reduce){.site-header .publisher-create-toggle{transition:none!important}}








































:is(html[data-resolved-theme="dark"],body[data-theme="dark"],body.theme-dark){
  color-scheme:dark;
  --eh-state-success-bg:color-mix(in srgb,#16a34a 16%,var(--surface));
  --eh-state-success-border:color-mix(in srgb,#22c55e 34%,var(--line));
  --eh-state-success-text:#86efac;
  --eh-state-warning-bg:color-mix(in srgb,#d97706 17%,var(--surface));
  --eh-state-warning-border:color-mix(in srgb,#f59e0b 36%,var(--line));
  --eh-state-warning-text:#fcd34d;
  --eh-state-danger-bg:color-mix(in srgb,#dc2626 15%,var(--surface));
  --eh-state-danger-border:color-mix(in srgb,#ef4444 34%,var(--line));
  --eh-state-danger-text:#fca5a5;
  --eh-state-info-bg:color-mix(in srgb,#2563eb 16%,var(--surface));
  --eh-state-info-border:color-mix(in srgb,#60a5fa 34%,var(--line));
  --eh-state-info-text:#93c5fd;
  --eh-state-neutral-bg:color-mix(in srgb,var(--soft) 82%,var(--surface));
  --eh-state-neutral-border:var(--line);
  --eh-state-neutral-text:var(--text);
}
:is(html[data-resolved-theme="dark"],body[data-theme="dark"],body.theme-dark) :is(input,textarea,select){color-scheme:dark}

:is(html[data-resolved-theme="dark"],body[data-theme="dark"],body.theme-dark) :is(.status-published,.status-approved,.status-active,.status-valid,.status-paid,.status-success){background:var(--eh-state-success-bg)!important;color:var(--eh-state-success-text)!important}

:is(html[data-resolved-theme="dark"],body[data-theme="dark"],body.theme-dark) :is(.status-rejected,.status-banned,.status-blocked,.status-failed,.status-cancelled,.status-spam,.badge-live){background:var(--eh-state-danger-bg)!important;color:var(--eh-state-danger-text)!important}

:is(html[data-resolved-theme="dark"],body[data-theme="dark"],body.theme-dark) :is(.status-pending,.status-reviewing,.status-payment_waiting,.status-requested,.status-scheduled,.status-submitted,.status-estimated,.status-revision_requested,.status-suspicious,.status-suspended){background:var(--eh-state-warning-bg)!important;color:var(--eh-state-warning-text)!important}

:is(html[data-resolved-theme="dark"],body[data-theme="dark"],body.theme-dark) .status-expired{background:var(--eh-state-neutral-bg)!important;color:var(--eh-state-neutral-text)!important}





@media (prefers-color-scheme:dark){
  body[data-theme="system"]{
    color-scheme:dark;
    --eh-state-success-bg:color-mix(in srgb,#16a34a 16%,var(--surface));
    --eh-state-success-border:color-mix(in srgb,#22c55e 34%,var(--line));
    --eh-state-success-text:#86efac;
    --eh-state-warning-bg:color-mix(in srgb,#d97706 17%,var(--surface));
    --eh-state-warning-border:color-mix(in srgb,#f59e0b 36%,var(--line));
    --eh-state-warning-text:#fcd34d;
    --eh-state-danger-bg:color-mix(in srgb,#dc2626 15%,var(--surface));
    --eh-state-danger-border:color-mix(in srgb,#ef4444 34%,var(--line));
    --eh-state-danger-text:#fca5a5;
    --eh-state-info-bg:color-mix(in srgb,#2563eb 16%,var(--surface));
    --eh-state-info-border:color-mix(in srgb,#60a5fa 34%,var(--line));
    --eh-state-info-text:#93c5fd;
    --eh-state-neutral-bg:color-mix(in srgb,var(--soft) 82%,var(--surface));
    --eh-state-neutral-border:var(--line);
    --eh-state-neutral-text:var(--text);
  }
  body[data-theme="system"] :is(input,textarea,select){color-scheme:dark}
  
  body[data-theme="system"] :is(.status-published,.status-approved,.status-active,.status-valid,.status-paid,.status-success){background:var(--eh-state-success-bg)!important;color:var(--eh-state-success-text)!important}
  
  body[data-theme="system"] :is(.status-rejected,.status-banned,.status-blocked,.status-failed,.status-cancelled,.status-spam,.badge-live){background:var(--eh-state-danger-bg)!important;color:var(--eh-state-danger-text)!important}
  
  body[data-theme="system"] :is(.status-pending,.status-reviewing,.status-payment_waiting,.status-requested,.status-scheduled,.status-submitted,.status-estimated,.status-revision_requested,.status-suspicious,.status-suspended){background:var(--eh-state-warning-bg)!important;color:var(--eh-state-warning-text)!important}
  
  
  
  
  
  
}









:is(html[data-resolved-theme="dark"],body[data-theme="dark"],body.theme-dark) .premium-pending-banner>span{background:var(--eh-state-warning-bg)!important;border-color:var(--eh-state-warning-border)!important;color:var(--eh-state-warning-text)!important}
@media (prefers-color-scheme:dark){
  
  
  body[data-theme="system"] .premium-pending-banner>span{background:var(--eh-state-warning-bg)!important;border-color:var(--eh-state-warning-border)!important;color:var(--eh-state-warning-text)!important}
}












































:is(html[data-resolved-theme="dark"],body[data-theme="dark"],body.theme-dark) .news-video-ad-body .ad-slot{background:var(--surface)!important;color:var(--ink)!important;border-color:var(--line)!important}
@media(prefers-color-scheme:dark){body[data-theme="system"] .news-video-ad-body .ad-slot{background:var(--surface)!important;color:var(--ink)!important;border-color:var(--line)!important}}




html[data-resolved-theme="dark"] .site-header .publisher-create-menu.is-open .publisher-create-glyph-plus{background:var(--surface)!important;border-color:var(--brand)!important;color:var(--brand)!important}











html[data-resolved-theme="dark"]{color-scheme:dark}
html[data-resolved-theme="light"]{color-scheme:light}
body[data-resolved-theme="dark"] input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]),
body[data-resolved-theme="dark"] textarea,
body[data-resolved-theme="dark"] select{background-color:var(--surface);color:var(--ink);border-color:var(--line)}
body[data-resolved-theme="dark"] input::placeholder,
body[data-resolved-theme="dark"] textarea::placeholder{color:var(--muted);opacity:.9}
body[data-resolved-theme="dark"] select option{background:var(--surface);color:var(--ink)}
body[data-resolved-theme="dark"] input:disabled,
body[data-resolved-theme="dark"] textarea:disabled,
body[data-resolved-theme="dark"] select:disabled{background:var(--soft);color:var(--muted);opacity:.72}
body[data-resolved-theme="dark"] input:-webkit-autofill,
body[data-resolved-theme="dark"] input:-webkit-autofill:hover,
body[data-resolved-theme="dark"] input:-webkit-autofill:focus{-webkit-text-fill-color:var(--ink);box-shadow:0 0 0 1000px var(--surface) inset;caret-color:var(--ink)}
:where(a,button,input,textarea,select,[tabindex]):focus-visible{outline:3px solid color-mix(in srgb,var(--brand,#2563eb) 58%,transparent);outline-offset:2px}
:where(button,.btn,.icon-btn,[role="button"]){-webkit-tap-highlight-color:transparent;touch-action:manipulation}
@media (pointer:coarse){:where(button,.btn,input[type="button"],input[type="submit"],select){min-height:44px}.icon-btn{min-width:44px;min-height:44px}}
@media (max-width:480px){input,textarea,select{font-size:max(16px,1em)}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{scroll-duration:0s!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


















.media-credit-note .ui-icon{flex:0 0 14px;width:14px;height:14px;margin-top:1px;color:var(--brand)}.article-cover-meta{display:flex!important;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 13px!important}.article-cover-meta>span{min-width:0;flex:1;color:var(--muted);line-height:1.5}.article-cover-meta>small{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;font-weight:750}.article-cover-meta>small .ui-icon{width:14px;height:14px;color:var(--brand)}
@media(max-width:680px){.article-cover-meta{display:grid!important;grid-template-columns:1fr;gap:5px}.article-cover-meta>small{font-size:10px}}


.article-source-attribution{display:flex;align-items:center;gap:9px;margin-top:14px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--soft) 58%,var(--surface));color:var(--ink)}.article-source-attribution>.ui-icon{width:17px;height:17px;flex:0 0 17px;color:var(--brand)}.article-source-attribution>div{display:grid;gap:1px;min-width:0}.article-source-attribution small{color:var(--muted);font-size:10px;font-weight:750}.article-source-attribution strong{font-size:12px;line-height:1.35;overflow-wrap:break-word}



@media (min-width:901px){
  .site-header .category-nav>.nav-item.has-dropdown{display:grid;grid-template-columns:minmax(0,auto) 32px;align-items:center;gap:0;border:1px solid transparent;border-radius:11px;background:transparent;transition:background .16s,border-color .16s;overflow:visible}
  .site-header .category-nav>.nav-item.has-dropdown:hover,.site-header .category-nav>.nav-item.has-dropdown:focus-within,.site-header .category-nav>.nav-item.has-dropdown.submenu-open{background:color-mix(in srgb,var(--brand) 6%,var(--surface));border-color:color-mix(in srgb,var(--brand) 12%,var(--line))}
  .site-header .category-nav>.nav-item.has-dropdown>a{min-width:0;padding-inline:10px 5px!important;background:transparent!important;border-radius:10px 0 0 10px!important}
  .site-header .category-nav>.nav-item.has-dropdown>.nav-submenu-toggle{width:32px!important;height:100%!important;min-height:36px;margin:0!important;padding:0!important;border:0!important;border-radius:0 10px 10px 0!important;background:transparent!important;color:var(--muted)!important}
  .site-header .category-nav>.nav-item.has-dropdown:hover>.nav-submenu-toggle,.site-header .category-nav>.nav-item.has-dropdown:focus-within>.nav-submenu-toggle,.site-header .category-nav>.nav-item.has-dropdown.submenu-open>.nav-submenu-toggle{background:transparent!important;color:var(--brand)!important}
}
@media (max-width:900px){
  .site-header .category-nav[data-mobile-menu]>.nav-item.has-dropdown{grid-template-columns:minmax(0,1fr) 44px!important}
  .site-header .category-nav[data-mobile-menu]>.nav-item.has-dropdown>.nav-submenu-toggle{width:44px!important;height:100%!important;min-width:44px!important;min-height:50px!important;margin:0!important;border:0!important;border-left:0!important;border-radius:0!important;background:transparent!important}
  .site-header .category-nav[data-mobile-menu]>.nav-item.has-dropdown.submenu-open>.nav-submenu-toggle{background:color-mix(in srgb,var(--brand) 5%,var(--surface))!important;color:var(--brand)!important}
}
.category-page-hero .category-hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,320px);gap:clamp(24px,4vw,52px);align-items:center}
.category-page-hero .category-hero-copy{min-width:0}
.category-page-hero .category-hero-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:16px}
.category-page-hero .category-hero-summary span{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--surface) 86%,transparent);color:var(--muted);font-size:11px;font-weight:780}
.category-page-hero .category-hero-summary .ui-icon{width:14px;height:14px;color:var(--brand)}
.category-follow-card{display:grid;gap:13px;min-width:0;padding:15px;border:1px solid color-mix(in srgb,var(--brand) 14%,var(--line));border-radius:16px;background:color-mix(in srgb,var(--surface) 94%,var(--brand) 6%);box-shadow:none}
.category-follow-card-copy{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center;min-width:0}
.category-follow-card-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--surface);color:var(--brand);border:1px solid var(--line)}
.category-follow-card-icon .ui-icon{width:19px;height:19px}
.category-follow-card-copy>span:last-child{display:grid;gap:2px;min-width:0}
.category-follow-card-copy small{color:var(--brand);font-size:9px;font-weight:900;letter-spacing:.075em}
.category-follow-card-copy strong{color:var(--ink);font-size:14px;line-height:1.3;overflow-wrap:break-word}
.category-follow-card-copy em{color:var(--muted);font-size:10px;line-height:1.45;font-style:normal;overflow-wrap:break-word}
.category-follow-card .category-follow-form{margin:0}
.category-follow-card .btn{width:100%;min-height:40px;justify-content:center;box-shadow:none}
.category-follow-card .is-following{position:relative;border-color:color-mix(in srgb,var(--brand) 28%,var(--line));background:var(--surface);color:var(--brand);overflow:hidden;transition:border-color .16s ease,background-color .16s ease,color .16s ease}
.category-follow-card .is-following .category-follow-state{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0;line-height:1}
.category-follow-card .is-following .category-follow-state .ui-icon{width:16px;height:16px;flex:0 0 16px}
.category-follow-card .is-following .category-follow-state--action{display:none}
@media (hover:hover) and (pointer:fine){.category-follow-card .is-following:hover,.category-follow-card .is-following:focus-visible{border-color:color-mix(in srgb,var(--danger) 34%,var(--line));background:color-mix(in srgb,var(--danger) 7%,var(--surface));color:var(--danger)}.category-follow-card .is-following:hover .category-follow-state--current,.category-follow-card .is-following:focus-visible .category-follow-state--current{display:none}.category-follow-card .is-following:hover .category-follow-state--action,.category-follow-card .is-following:focus-visible .category-follow-state--action{display:inline-flex}}
@media (hover:none),(pointer:coarse){.category-follow-card .is-following:active{border-color:color-mix(in srgb,var(--danger) 30%,var(--line));background:color-mix(in srgb,var(--danger) 6%,var(--surface));color:var(--danger)}}
@media(max-width:820px){.category-page-hero .category-hero-layout{grid-template-columns:1fr;gap:18px}.category-follow-card{max-width:none}.category-page-hero .category-hero-summary{margin-top:13px}}
@media(max-width:520px){.category-follow-card{padding:12px;border-radius:14px}.category-follow-card-copy{grid-template-columns:36px minmax(0,1fr)}.category-follow-card-icon{width:36px;height:36px}.category-page-hero .category-hero-summary span{padding:6px 8px}}
























































.panel-head>div:first-child{
  min-width:0;
  max-width:100%;
}
.panel-head>div:first-child>.panel-head-icon{
  flex:0 0 34px;
  align-self:flex-start;
  margin-top:1px;
}
.panel-head>div:first-child>div{
  min-width:0;
  max-width:100%;
}
.panel-head>div:first-child>div>h1,
.panel-head>div:first-child>div>h2,
.panel-head>div:first-child>div>h3,
.panel-head>div:first-child>div>p,
.panel-head>div:first-child>div>small{
  max-width:100%;
  overflow-wrap:break-word;
  word-break:normal;
}


.profile-page-modern .profile-dashboard-content>.panel>.panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  min-width:0;
}
.profile-page-modern .profile-dashboard-content>.panel>.panel-head>div:first-child{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  align-items:start;
  gap:11px;
  flex:1 1 auto;
  min-width:0;
}
.profile-page-modern .profile-dashboard-content>.panel>.panel-head>div:first-child>.panel-head-icon{
  width:38px;
  height:38px;
  flex-basis:38px;
  margin:1px 0 0;
  border-radius:11px;
}
.profile-page-modern .profile-dashboard-content>.panel>.panel-head>div:first-child>.panel-head-icon .ui-icon{
  width:18px;
  height:18px;
}
.profile-page-modern .profile-dashboard-content>.panel>.panel-head>div:first-child>div{
  display:grid;
  align-content:start;
  gap:3px;
  min-width:0;
}
.profile-page-modern .profile-dashboard-content>.panel>.panel-head .kicker{
  margin:0 0 1px;
  font-size:9px;
  line-height:1.3;
}
.profile-page-modern .profile-dashboard-content>.panel>.panel-head h2{
  margin:0;
  font-size:20px;
  line-height:1.18;
  letter-spacing:-.025em;
}
.profile-page-modern .profile-dashboard-content>.panel>.panel-head p{
  max-width:720px;
  margin:2px 0 0;
  color:var(--muted);
  font-size:11.5px;
  line-height:1.55;
}
.profile-page-modern .profile-dashboard-content>.panel>.panel-head>.btn,
.profile-page-modern .profile-dashboard-content>.panel>.panel-head>form,
.profile-page-modern .profile-dashboard-content>.panel>.panel-head>.status{
  flex:0 0 auto;
  align-self:flex-start;
}


.profile-page-modern .profile-dashboard-quick-grid>a,
.profile-page-modern .profile-dashboard-status-grid>article,
.profile-page-modern .profile-follow-overview-grid>a{
  min-width:0;
  max-width:100%;
}
.profile-page-modern .profile-dashboard-quick-grid>a>span:first-child,
.profile-page-modern .profile-dashboard-status-grid>article>span,
.profile-page-modern .profile-follow-overview-grid>a>span:first-child{
  align-self:start;
  flex-shrink:0;
}
.profile-page-modern .profile-dashboard-quick-grid>a>div,
.profile-page-modern .profile-dashboard-status-grid>article>div,
.profile-page-modern .profile-follow-overview-grid>a>div{
  min-width:0;
}

@media(max-width:720px){
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head{
    gap:10px;
  }
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head>div:first-child{
    grid-template-columns:36px minmax(0,1fr);
    gap:10px;
  }
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head>div:first-child>.panel-head-icon{
    width:36px;
    height:36px;
    flex-basis:36px;
    border-radius:10px;
  }
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head h2{
    font-size:18px;
    line-height:1.22;
  }
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head p{
    font-size:11px;
    line-height:1.5;
  }
}
@media(max-width:560px){
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:10px;
    margin-bottom:11px;
  }
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head>.btn,
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head>form{
    width:100%;
    max-width:100%;
  }
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head>.btn,
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head>form .btn{
    width:100%;
    justify-content:center;
  }
}
@media(max-width:390px){
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head>div:first-child{
    grid-template-columns:34px minmax(0,1fr);
    gap:9px;
  }
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head>div:first-child>.panel-head-icon{
    width:34px;
    height:34px;
    flex-basis:34px;
  }
  .profile-page-modern .profile-dashboard-content>.panel>.panel-head h2{
    font-size:17px;
  }
}


.panel-head>div:first-child{flex-wrap:nowrap}
.panel-head>div:first-child>.panel-head-icon+div{min-width:0;flex:1 1 auto}
.messages-page .panel-head>div:first-child,
.member-profile-about .panel-head>div:first-child{align-items:flex-start}
.messages-page .panel-head>div:first-child>div,
.member-profile-about .panel-head>div:first-child>div{display:grid;gap:2px;min-width:0}
.messages-page .panel-head h2,
.member-profile-about .panel-head h2{margin:0;line-height:1.25}
.messages-page .panel-head p,
.member-profile-about .panel-head p{margin:2px 0 0;color:var(--muted);font-size:11px;line-height:1.45}
.messages-page .conversation-card,
.messages-page .blocked-user-row{min-width:0}
.messages-page .conversation-copy,
.messages-page .blocked-user-row>span:nth-child(2){min-width:0}
.messages-page .conversation-copy strong,
.messages-page .conversation-copy p{overflow-wrap:break-word}
@media(max-width:720px){
  .messages-page .message-inbox-panel>.panel-head{display:grid;grid-template-columns:minmax(0,1fr);gap:9px}
  .messages-page .message-inbox-panel>.panel-head>.status{justify-self:start}
  .messages-page .conversation-card{gap:10px}
  .messages-page .conversation-avatar{flex:0 0 auto}
  
  
}


.panel-head,
.panel-head>div:first-child,
.panel-head>div:first-child>div{min-width:0}
.panel-head h1,
.panel-head h2,
.panel-head h3,
.panel-head p,
.panel-head small{overflow-wrap:break-word}
.panel-head .panel-head-icon{flex:0 0 auto;align-self:flex-start}
@media(max-width:720px){
  .panel-head>.btn,
  .panel-head>form .btn,
  .panel-head>.actions .btn{min-height:42px}
  .panel-head>.actions{max-width:100%;flex-wrap:wrap}
}



@media (max-width:760px){.search-save-current{align-items:stretch}.search-save-current .search-save-state{width:100%}.search-save-current form,.search-save-current .btn{width:100%}.search-saved-strip{padding:15px}.search-saved-strip-head{align-items:flex-start}.home-discovery-saved{align-items:flex-start;flex-direction:column}.home-discovery-saved-list{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.home-discovery-saved-list a{flex:0 0 auto;max-width:min(72vw,240px)}.profile-saved-search-empty{grid-template-columns:44px minmax(0,1fr)}.profile-saved-search-empty .btn{grid-column:1/-1;width:100%}.profile-saved-search-item>a{grid-template-columns:38px minmax(0,1fr) 18px;padding:12px}.profile-saved-search-item>a>span:first-child{width:38px;height:38px}}
@media (max-width:480px){.search-saved-strip-head{flex-direction:column;gap:5px}.profile-saved-search-item{grid-template-columns:minmax(0,1fr) 48px}.profile-saved-search-item form{padding:4px}}



.notification-dropdown-pro .notification-dropdown-actions{grid-template-columns:repeat(2,minmax(0,1fr));}
.notification-dropdown-pro .notification-dropdown-actions [data-clear-notifications] button{color:var(--danger);}
.notification-dropdown-pro .notification-dropdown-actions [data-clear-notifications] button:hover:not(:disabled){background:color-mix(in srgb,var(--danger) 7%,var(--surface));color:var(--danger);}
.notification-dropdown-pro .notification-dropdown-actions form.is-loading button{cursor:progress;opacity:.62;}
.notification-dropdown-pro .notification-dropdown-actions form.is-loading button .ui-icon{animation:notificationActionPulse .8s ease-in-out infinite alternate;}
@keyframes notificationActionPulse{to{opacity:.35;transform:scale(.92)}}
@media (max-width:380px){
  .notification-dropdown-pro .notification-dropdown-actions{grid-template-columns:minmax(0,1fr);}
  .notification-dropdown-pro .notification-dropdown-actions form+form{border-left:0;border-top:1px solid var(--line);}
  .notification-dropdown-pro .notification-dropdown-actions button{min-height:42px;font-size:10px;}
}
@media (prefers-reduced-motion:reduce){.notification-dropdown-pro .notification-dropdown-actions form.is-loading button .ui-icon{animation:none;}}



.header-panel-close{
  appearance:none!important;display:inline-grid!important;place-items:center!important;flex:0 0 38px!important;
  width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;margin:0!important;padding:0!important;
  border:1px solid color-mix(in srgb,var(--ink) 10%,var(--line))!important;border-radius:11px!important;
  background:color-mix(in srgb,var(--soft) 84%,var(--surface))!important;color:var(--muted)!important;
  box-shadow:none!important;cursor:pointer!important;line-height:1!important;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important;
}
.header-panel-close .ui-icon{width:17px!important;height:17px!important;margin:0!important;pointer-events:none!important}
.header-panel-close:hover{border-color:color-mix(in srgb,var(--brand) 28%,var(--line))!important;background:color-mix(in srgb,var(--brand) 7%,var(--surface))!important;color:var(--brand)!important}
.header-panel-close:active{transform:scale(.96)!important}
.header-panel-close:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 28%,transparent)!important;outline-offset:2px!important}
.notification-dropdown-head.has-panel-close{align-items:center!important;min-width:0!important}
.notification-dropdown-head.has-panel-close .notification-dropdown-title{flex:1 1 auto!important;min-width:0!important}
.notification-dropdown-head-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important;min-width:0!important}
.language-dropdown-head.has-panel-close>div{flex:1 1 auto!important;min-width:0!important}
.account-dropdown-head.has-panel-close>span:nth-child(2){flex:1 1 auto!important;min-width:0!important}
.publisher-create-head.has-panel-close{grid-template-columns:42px minmax(0,1fr) 38px!important}
.publisher-create-head.has-panel-close>.header-panel-close{align-self:center!important;justify-self:end!important}
@media(max-width:680px){
  .header-panel-close{flex-basis:40px!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:12px!important}
  .notification-dropdown-head.has-panel-close{gap:9px!important;padding-right:12px!important}
  .notification-dropdown-head-actions{gap:6px!important}
  .notification-dropdown-head-actions .notification-dropdown-all{min-height:40px!important;padding-inline:10px!important}
}
@media(max-width:390px){
  .notification-dropdown-head.has-panel-close{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}
  .notification-dropdown-head-actions{grid-column:1/-1!important;justify-content:space-between!important;width:100%!important}
  .notification-dropdown-head-actions .notification-dropdown-all{flex:1 1 auto!important;justify-content:center!important}
}
@media(prefers-reduced-motion:reduce){.header-panel-close{transition:none!important}}



.notification-dropdown-pro .notification-dropdown-head.has-panel-close{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:10px!important;
}
.notification-dropdown-pro .notification-dropdown-head-actions{
  grid-column:auto!important;
  align-self:start!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:6px!important;
  width:auto!important;
  min-width:0!important;
}
.notification-dropdown-pro .notification-dropdown-head-actions .notification-dropdown-all{
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  min-height:34px!important;
  height:34px!important;
  padding:0 10px!important;
  border-radius:9px!important;
  font-size:9.5px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.notification-dropdown-pro .notification-dropdown-head-actions .notification-dropdown-all .ui-icon{
  width:12px!important;
  height:12px!important;
}
.notification-dropdown-pro .notification-dropdown-head-actions .header-panel-close{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  border-radius:9px!important;
}
.notification-dropdown-pro .notification-dropdown-head-actions .header-panel-close .ui-icon{
  width:15px!important;
  height:15px!important;
}
@media(max-width:480px){
  .notification-dropdown-pro .notification-dropdown-head.has-panel-close{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:start!important;
    gap:8px!important;
    padding:11px 12px!important;
  }
  .notification-dropdown-pro .notification-dropdown-head-actions{
    grid-column:auto!important;
    width:auto!important;
    justify-content:flex-end!important;
    gap:5px!important;
  }
  .notification-dropdown-pro .notification-dropdown-head-actions .notification-dropdown-all{
    flex:0 0 auto!important;
    min-height:32px!important;
    height:32px!important;
    padding-inline:8px!important;
    border-radius:8px!important;
    font-size:9px!important;
  }
  .notification-dropdown-pro .notification-dropdown-head-actions .header-panel-close{
    flex-basis:32px!important;
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;
    border-radius:8px!important;
  }
  .notification-dropdown-pro .notification-dropdown-head-actions .header-panel-close .ui-icon{
    width:14px!important;
    height:14px!important;
  }
}
@media(max-width:350px){
  .notification-dropdown-pro .notification-dropdown-head.has-panel-close{gap:6px!important;padding-inline:10px!important}
  .notification-dropdown-pro .notification-dropdown-title{grid-template-columns:34px minmax(0,1fr)!important;gap:8px!important}
  .notification-dropdown-pro .notification-dropdown-title-icon{width:34px!important;height:34px!important}
  .notification-dropdown-pro .notification-dropdown-head-actions{gap:4px!important}
  .notification-dropdown-pro .notification-dropdown-head-actions .notification-dropdown-all{padding-inline:7px!important;font-size:8.5px!important}
}



@media(max-width:700px){
  .notification-menu[data-notification-unread="0"]:not(.is-open){display:none!important}
}












.desktop-site-width-toggle{display:none}
@media(min-width:901px){
  .site-header .category-bar{position:relative}
  .site-header .category-bar>.category-nav{padding-right:52px}
  .site-header .category-bar>.desktop-site-width-toggle{position:absolute;top:50%;right:max(16px,calc((100% - var(--container))/2));z-index:12;display:grid;place-items:center;width:36px;min-width:36px;height:36px;margin:0;padding:0;border:1px solid color-mix(in srgb,var(--header-icon) 18%,var(--line));border-radius:11px;background:color-mix(in srgb,var(--header-bg) 96%,var(--surface));color:var(--header-icon);box-shadow:-10px 0 14px color-mix(in srgb,var(--header-bg) 90%,transparent);backdrop-filter:blur(10px);transform:translateY(-50%);transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}
  .site-header .category-bar>.desktop-site-width-toggle>span:not(.sr-only){display:grid;place-items:center;line-height:0}
  .site-header .category-bar>.desktop-site-width-toggle [hidden]{display:none!important}
  .site-header .category-bar>.desktop-site-width-toggle .ui-icon{width:18px;height:18px;margin:0;stroke-width:2}
  .site-header .category-bar>.desktop-site-width-toggle:hover,.site-header .category-bar>.desktop-site-width-toggle:focus-visible{border-color:color-mix(in srgb,var(--brand) 32%,var(--line));background:color-mix(in srgb,var(--brand) 6%,var(--header-bg));color:var(--brand);transform:translateY(calc(-50% - 1px))}
  .site-header .category-bar>.desktop-site-width-toggle.is-full{border-color:color-mix(in srgb,var(--brand) 28%,var(--line));background:color-mix(in srgb,var(--brand) 9%,var(--header-bg));color:var(--brand)}
  .site-header .category-bar>.desktop-site-width-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 22%,transparent);outline-offset:2px}
}
@media(max-width:900px){.desktop-site-width-toggle{display:none!important}.site-header .category-bar>.category-nav{padding-right:initial}}
@media(prefers-reduced-motion:reduce){.desktop-site-width-toggle{transition:none!important}}


































































.table-wrap{scrollbar-gutter:stable;}

@media (max-width:680px){
  :where(.page-title-row,.section-head,.panel-head) :where(h1,h2,h3,strong,small,p){max-width:100%;}
  .table-wrap{scroll-snap-type:x proximity;}
}
















:root{
  --eh-control-height:44px;
  --eh-flat-radius:14px;
  --eh-flat-radius-sm:10px;
  --eh-flat-gap:14px;
  --eh-touch-target:44px;
  --eh-focus-ring:0 0 0 3px color-mix(in srgb,var(--brand,#2563eb) 20%,transparent);
}


:where(.panel,.widget,.news-card,.author-card,.following-author-card,.reading-history-card,.conversation-card) :where(h1,h2,h3,h4,p,strong,small,a){overflow-wrap:break-word}
:where(input,select,textarea):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]){min-height:var(--eh-control-height);max-width:100%;border-radius:var(--eh-flat-radius-sm)}
:where(.btn,.icon-btn,button,input,select,textarea){-webkit-tap-highlight-color:transparent}
:where(.btn,.icon-btn,button,input,textarea,select){touch-action:manipulation}
:where(.btn,.icon-btn,button):not(:disabled){cursor:pointer}
:where(a,button,input,textarea,select,summary,[tabindex]):focus-visible{outline:3px solid color-mix(in srgb,var(--brand,#2563eb) 58%,#fff);outline-offset:2px;box-shadow:var(--eh-focus-ring)}

:where(.panel-head,.section-head,.page-title-row,.page-head),:where(.panel-head>*,.section-head>*,.page-title-row>*,.page-head>*){min-width:0}
:where(.panel-head h1,.panel-head h2,.panel-head h3,.section-head h1,.section-head h2,.section-head h3,.page-title-row h1,.page-head h1){overflow-wrap:break-word}
















.profile-page-modern{min-width:0}
.profile-page-modern :where(.account-overview-grid,.profile-personal-feed-grid,.profile-follow-feed-grid,.profile-category-follow-grid)>*{min-width:0}
.profile-page-modern .account-overview-grid>a,.profile-page-modern .account-overview-grid>div{height:100%;box-shadow:none}
.profile-page-modern :where(.profile-personal-feed-card,.profile-follow-feed-card,.profile-category-follow-grid article){box-shadow:none}
.profile-page-modern :where(.profile-personal-feed-media,.profile-follow-feed-media){aspect-ratio:16/9;overflow:hidden}
.profile-page-modern :where(.profile-personal-feed-media,.profile-follow-feed-media) img{width:100%;height:100%;object-fit:cover}
.profile-page-modern .profile-follow-feed-author img{object-fit:cover;border-radius:50%}
.news-card{overflow:hidden}
.news-card__body{min-width:0}
.news-card__body h3,.news-card__body p{overflow-wrap:break-word}



.site-footer .footer-search-profile-block{margin-top:10px}
.site-footer .footer-search-profile-link{display:flex;align-items:center;gap:10px;min-width:0;min-height:44px;padding:10px 12px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.04);color:inherit;text-decoration:none;transition:border-color .16s ease,background-color .16s ease}
.site-footer .footer-search-profile-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.08)}
.site-footer .footer-search-profile-icon .ui-icon{width:17px;height:17px}
.site-footer .footer-search-profile-link>span:last-child{display:grid;min-width:0;gap:2px}
.site-footer .footer-search-profile-link strong{font-size:11px;line-height:1.25;color:inherit}
.site-footer .footer-search-profile-link small{font-size:9px;line-height:1.35;color:inherit;opacity:.72}
.site-footer .footer-search-profile-link:focus-visible{outline-color:rgba(255,255,255,.55)}

@media (hover:hover) and (pointer:fine){
  :where(.news-card,.profile-personal-feed-card,.profile-follow-feed-card,.profile-category-follow-grid article,.account-overview-grid>a){transition:border-color .16s ease,background-color .16s ease,transform .16s ease}
  :where(.news-card,.profile-personal-feed-card,.profile-follow-feed-card,.profile-category-follow-grid article,.account-overview-grid>a):hover{border-color:color-mix(in srgb,var(--brand) 25%,var(--line));transform:translateY(-1px)}
  .site-footer .footer-search-profile-link:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.075)}
}
@media (hover:none){:where(.btn,.news-card,.author-card,.following-author-card):hover{transform:none!important}.news-card:hover .news-card__media img{transform:none!important}}
@media (pointer:coarse){:where(input,select){min-height:var(--eh-touch-target)}}
@media (max-width:760px){
  :root{--eh-control-height:46px;--eh-flat-gap:12px}
  body{overflow-x:hidden}
  
  
  
  
  .profile-page-modern :where(.profile-personal-feed-grid,.profile-follow-feed-grid,.profile-category-follow-grid){grid-template-columns:minmax(0,1fr)!important}
  .profile-page-modern .account-overview-heading{align-items:stretch;flex-direction:column}
  .profile-page-modern .account-overview-heading>.btn{width:100%;justify-content:center}
  .profile-page-modern .profile-hero{border-radius:var(--eh-flat-radius)}
  .site-footer .footer-search-profile-link{min-height:52px}
}
@media (max-width:430px){
  
  .profile-page-modern .account-overview-grid{grid-template-columns:minmax(0,1fr)!important}
}
@supports (content-visibility:auto){
  .profile-page-modern .profile-personal-feed-card:nth-child(n/**/+5),.profile-page-modern .profile-follow-feed-card:nth-child(n/**/+5){content-visibility:auto;contain-intrinsic-size:1px 360px}
}
@media (prefers-contrast:more){
  
  :where(.btn,.icon-btn,input,select,textarea){outline-offset:2px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  :where(*,::before,::after){scroll-behavior:auto!important}
  :where(.btn,.icon-btn,.panel,a,button,.news-card,.profile-personal-feed-card,.profile-follow-feed-card,.profile-category-follow-grid article,.account-overview-grid>a,.site-footer .footer-search-profile-link){transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transform:none!important}
}


:where(.panel-head h1,.panel-head h2,.section-head h1,.section-head h2,.page-head h1,.news-detail__header h1){text-wrap:balance}
:where(main section,[id]:not(html):not(body)){scroll-margin-top:calc(var(--header-height,72px) + 18px)}
:where(button,.btn,.icon-btn,input,select,textarea){font-synthesis:none}
:where(button,.btn,.icon-btn):disabled,:where(button,.btn,.icon-btn)[aria-disabled="true"]{cursor:not-allowed;opacity:.58;transform:none!important;box-shadow:none!important}
:where(input[type="checkbox"],input[type="radio"],input[type="range"]){accent-color:var(--brand,#2563eb)}



:where(.panel-head,.section-head,.page-head,.page-title-row){min-width:0}
:where(.panel-head,.section-head,.page-head,.page-title-row)>:where(div,span,strong){min-width:0}
:where(.panel-head,.section-head,.page-head,.page-title-row) :where(h1,h2,h3,p){overflow-wrap:break-word}
:where(.panel-head,.section-head,.page-head,.page-title-row) :where(.btn,.icon-btn){flex:0 0 auto}
:where(.empty-state,.note-box,.alert,.flash){overflow-wrap:break-word}


@supports(text-wrap:pretty){:where(.article-content,.news-detail,.panel,.widget,.empty-state) p{text-wrap:pretty}:where(.panel-head,.section-head,.page-head,.page-title-row) :where(h1,h2,h3){text-wrap:balance}}
@media (hover:none) and (pointer:coarse){
  
  :where(.btn,.icon-btn,button,[role="button"]){touch-action:manipulation}
}
@media(max-width:760px){
  :where(input,select,textarea):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]){font-size:16px}
  
  
  
  :where(.panel-head,.section-head,.page-head,.page-title-row){gap:10px}
  :where(.panel-head,.section-head,.page-head,.page-title-row) :where(h1,h2,h3){line-height:1.18}
  :where(.panel-head,.section-head,.page-head,.page-title-row)>.btn{max-width:100%}
  
  
  
  
}
@media(forced-colors:active){:where(.btn,.icon-btn,.panel,.widget,.news-card,input,select,textarea){forced-color-adjust:auto}:where(a,button,input,select,textarea,summary):focus-visible{outline:2px solid Highlight;outline-offset:2px}}






































:where(.page-title-row h1,.page-title-row p,.panel-head h1,.panel-head h2,.section-head h2){overflow-wrap:break-word}
:where(.btn,.icon-btn,button){box-shadow:none!important;-webkit-tap-highlight-color:transparent}
:where(.btn,.icon-btn,button,a,input,select,textarea):focus-visible{outline:2px solid color-mix(in srgb,var(--brand) 74%,#fff)!important;outline-offset:2px!important}
@media (prefers-reduced-motion:reduce){:where(.btn,.icon-btn,.news-card,.panel,.widget){transition:none!important}}
@media(max-width:760px){
  
  
  :where(.page-title-row,.panel-head,.section-head){align-items:flex-start;min-width:0}
  :where(.page-title-row h1,.panel-head h1,.panel-head h2,.section-head h2){line-height:1.16}
  
  :where(.btn,.icon-btn,button,input,select,textarea){min-width:0;max-width:100%}
  
}





:where(.panel-head,.page-title-row) .btn{box-shadow:none!important}
















body.page-news-detail .article-content .social-embed-card,
body.page-news-detail .article-content .social-embed-card .social-embed-frame,
.news-detail .article-content .social-embed-card,
.news-detail .article-content .social-embed-card .social-embed-frame{
  overscroll-behavior:auto!important;
  overscroll-behavior-x:auto!important;
  overscroll-behavior-y:auto!important;
  touch-action:pan-y pinch-zoom!important;
}
body.page-news-detail .article-content .social-embed-card:not([data-social-platform="youtube"]) .social-embed-frame iframe,
.news-detail .article-content .social-embed-card:not([data-social-platform="youtube"]) .social-embed-frame iframe{
  pointer-events:none!important;
  touch-action:pan-y pinch-zoom!important;
}
body.page-news-detail .article-content .social-embed-card[data-social-platform="youtube"] .social-embed-frame,
.news-detail .article-content .social-embed-card[data-social-platform="youtube"] .social-embed-frame{
  touch-action:auto!important;
}






.news-owner-single-field{gap:8px!important;padding:10px!important;border-radius:13px!important}
.news-owner-single-field .news-author-assignment__head{align-items:center!important;gap:8px!important}
.news-owner-single-field .news-author-assignment__head>span{flex-basis:32px!important;width:32px!important;height:32px!important;border-radius:10px!important}
.news-owner-single-field .news-author-assignment__head>span .ui-icon{width:15px!important;height:15px!important}
.news-owner-single-field .news-author-assignment__head strong{font-size:12px!important;line-height:1.2!important}
.news-owner-single-field .news-author-assignment__head small{margin-top:1px!important;font-size:9px!important;line-height:1.3!important}
.news-owner-single-field.has-owner .news-author-assignment__head small{display:none!important}
.news-owner-single-field .news-owner-control{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;gap:5px!important;min-height:0!important;padding:5px!important;border-radius:11px!important}
.news-owner-single-field .news-owner-chip{display:grid!important;grid-template-columns:30px minmax(0,1fr) 28px!important;align-items:center!important;gap:7px!important;width:100%!important;max-width:100%!important;min-height:40px!important;padding:4px!important;border-radius:9px!important}
.news-owner-single-field .news-author-avatar{width:30px!important;height:30px!important;min-width:30px!important;border-radius:8px!important;font-size:11px!important}
.news-owner-single-field .news-owner-chip__copy{max-width:none!important;padding:0!important;min-width:0!important}
.news-owner-single-field .news-owner-chip__copy strong{display:block!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;overflow-wrap:break-word!important;font-size:11px!important;line-height:1.25!important}
.news-owner-single-field .news-owner-chip__copy small[data-owner-identity]{display:flex!important;align-items:center!important;gap:2px 7px!important;flex-wrap:wrap!important;margin-top:2px!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;font-size:9px!important;line-height:1.25!important}
.news-owner-single-field .news-owner-identity__username{color:var(--ink)!important;font-weight:850!important;overflow-wrap:break-word!important;word-break:break-word!important}
.news-owner-single-field .news-owner-identity__email{color:var(--muted)!important;overflow-wrap:break-word!important;word-break:break-word!important}
.news-owner-single-field .news-owner-chip__remove{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;margin:0!important}
.news-owner-search-row{display:grid;grid-template-columns:24px minmax(0,1fr) 30px;align-items:center;gap:4px;min-width:0;min-height:38px;padding:4px 2px 1px;border-top:1px solid var(--line)}
.news-owner-search-row .news-owner-search-icon{display:grid!important;place-items:center!important;width:24px!important;min-width:24px!important;height:30px!important;margin:0!important;color:var(--muted)!important}
.news-owner-search-row .news-owner-search-icon .ui-icon{width:15px!important;height:15px!important}
.news-owner-search-row>input[data-owner-query]{width:100%!important;min-width:0!important;height:34px!important;margin:0!important;padding:0 5px!important;border:0!important;border-radius:8px!important;background:transparent!important;box-shadow:none!important;color:var(--ink)!important;font-size:10.5px!important;outline:0!important}
.news-owner-search-row>input[data-owner-query]::placeholder{color:var(--muted)!important}
.news-owner-search-row .news-owner-query-clear{width:30px!important;height:30px!important;min-width:30px!important;margin:0!important;border-radius:8px!important}
.news-owner-single-field .news-owner-help[hidden]{display:none!important}
.news-owner-single-field .news-owner-help:not([hidden]){margin:0!important;font-size:9px!important;line-height:1.35!important}
.news-owner-single-field .news-owner-transfer-note{margin-top:0!important;font-size:9px!important}
.news-owner-single-field .news-owner-transfer-note input{margin-top:4px!important;min-height:38px!important;height:38px!important;font-size:10px!important}
.publisher-delete-cancel-form{display:block;width:100%;margin:0}
.publisher-delete-cancel-btn{width:100%!important;min-height:30px!important;border-color:color-mix(in srgb,var(--brand) 22%,var(--line))!important;background:color-mix(in srgb,var(--brand) 5%,var(--surface))!important;color:var(--brand)!important;box-shadow:none!important}
.publisher-delete-cancel-btn:hover{transform:none!important;background:color-mix(in srgb,var(--brand) 9%,var(--surface))!important}
.author-news-actions:has(.publisher-delete-request-pending){grid-template-columns:minmax(0,1fr)!important;width:min(100%,220px)!important}
@media(max-width:680px){
  .news-owner-single-field{padding:9px!important}
  .news-owner-single-field .news-owner-control{display:grid!important;grid-template-columns:minmax(0,1fr)!important;padding:5px!important}
  .news-owner-single-field .news-owner-chip{grid-column:1!important;grid-row:auto!important;justify-self:stretch!important;width:100%!important;max-width:100%!important;padding:4px!important}
  .news-owner-single-field .news-owner-chip__copy{max-width:none!important}
  .news-owner-search-row{grid-column:1!important;grid-row:auto!important;width:100%!important}
  .news-owner-search-row>input[data-owner-query]{grid-column:auto!important;grid-row:auto!important;height:34px!important}
  .news-owner-search-row .news-owner-search-icon,.news-owner-search-row .news-owner-query-clear{grid-column:auto!important;grid-row:auto!important}
  .author-news-actions:has(.publisher-delete-request-pending){width:100%!important;max-width:240px!important}
}



:root{
  --eh-flat-radius:14px;
  --eh-flat-radius-sm:10px;
  --eh-flat-shadow:0 1px 2px color-mix(in srgb,var(--ink) 5%,transparent);
}

:where(.btn,.icon-btn,button,input[type="button"],input[type="submit"]){box-shadow:none!important}

:where(.btn,.icon-btn,input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),select,textarea){border-radius:var(--eh-flat-radius-sm)}













:where(.btn,.icon-btn,button,a,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 38%,transparent);outline-offset:2px}
@media (hover:hover) and (pointer:fine){
  
  :where(.news-card,.author-card):hover{transform:none!important;box-shadow:0 2px 8px color-mix(in srgb,var(--ink) 7%,transparent)!important}
}



















































.profile-notification-panel{margin-top:18px;overflow:hidden}
.profile-notification-head{align-items:flex-start!important}
.profile-notification-head>div:first-child{min-width:0}
.profile-notification-head .btn{flex:0 0 auto}
.notification-channel-status{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 14px}
.notification-channel-status>article{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;min-width:0;padding:11px 12px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}
.notification-channel-status>article>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:color-mix(in srgb,var(--brand) 8%,var(--soft));color:var(--brand)}
.notification-channel-status>article>span .ui-icon{width:18px;height:18px}
.notification-channel-status>article>div{min-width:0}
.notification-channel-status small,.notification-channel-status strong{display:block;overflow-wrap:break-word;word-break:normal}
.notification-channel-status small{color:var(--muted);font-size:10px}
.notification-channel-status strong{margin-top:1px;color:var(--ink);font-size:12px}
.notification-channel-status>article.is-closed{background:color-mix(in srgb,var(--soft) 72%,var(--surface));opacity:.78}
.notification-channel-status>article.is-closed>span{color:var(--muted);background:var(--soft)}

.profile-notification-form{display:grid;gap:14px}
.notification-matrix{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface)}
.notification-matrix-head,.notification-matrix-row{display:grid;grid-template-columns:minmax(250px,1.7fr) repeat(3,minmax(96px,.55fr));align-items:stretch;min-width:0}
.notification-matrix-head{background:color-mix(in srgb,var(--soft) 78%,var(--surface));border-bottom:1px solid var(--line);color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.02em}
.notification-matrix-head>span{display:flex;align-items:center;justify-content:center;gap:5px;min-width:0;padding:10px 9px;text-align:center}
.notification-matrix-head>span:first-child{justify-content:flex-start;text-align:left;padding-left:14px}
.notification-matrix-head .ui-icon{width:14px;height:14px}
.notification-matrix-row+.notification-matrix-row{border-top:1px solid var(--line)}
.notification-topic{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;min-width:0;padding:12px 14px}
.notification-topic-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:color-mix(in srgb,var(--brand) 7%,var(--soft));color:var(--brand)}
.notification-topic-icon .ui-icon{width:18px;height:18px}
.notification-topic>span:last-child{min-width:0}
.notification-topic strong,.notification-topic small{display:block;overflow-wrap:break-word;word-break:normal}
.notification-topic strong{color:var(--ink);font-size:12px;line-height:1.3}
.notification-topic small{margin-top:2px;color:var(--muted);font-size:10px;line-height:1.4}
.notification-channel-toggle{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;padding:10px 8px;border-left:1px solid var(--line);cursor:pointer;background:var(--surface)}
.notification-channel-toggle input{position:absolute;opacity:0;pointer-events:none}
.notification-channel-toggle .setting-check{width:34px;height:20px;flex:0 0 34px;border-radius:999px;background:#d0d5dd;position:relative;transition:background .18s ease}
.notification-channel-toggle .setting-check:after{content:"";position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(16,24,40,.2);transition:transform .18s ease}
.notification-channel-toggle input:checked+.setting-check{background:var(--brand)}
.notification-channel-toggle input:checked+.setting-check:after{transform:translateX(14px)}
.notification-channel-toggle em{color:var(--muted);font-size:9px;font-style:normal;font-weight:800;white-space:nowrap}
.notification-channel-toggle.is-policy-disabled{cursor:not-allowed;background:color-mix(in srgb,var(--soft) 74%,var(--surface));opacity:.67}
.notification-channel-toggle.is-policy-disabled .setting-check{background:color-mix(in srgb,var(--muted) 28%,var(--soft))}
.notification-channel-toggle:focus-within{outline:2px solid color-mix(in srgb,var(--brand) 34%,transparent);outline-offset:-2px}

.profile-notification-extras{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:start}
.compact-notification-group{height:100%;min-width:0;padding:12px!important;border-radius:13px!important;box-shadow:none!important}








.profile-notification-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding-top:2px}
.profile-notification-actions>span{color:var(--muted);font-size:10px;line-height:1.45;text-align:right}
.profile-local-push-center{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px 14px;align-items:center;margin-top:14px;padding:13px;border:1px solid var(--line);border-radius:13px;background:color-mix(in srgb,var(--soft) 42%,var(--surface))}
.profile-local-push-copy{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;min-width:0}
.profile-local-push-copy>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:color-mix(in srgb,var(--brand) 8%,var(--soft));color:var(--brand)}
.profile-local-push-copy strong,.profile-local-push-copy small{display:block}
.profile-local-push-copy strong{color:var(--ink);font-size:12px}.profile-local-push-copy small{margin-top:2px;color:var(--muted);font-size:10px;line-height:1.4}
.profile-local-push-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.profile-local-push-center>[data-notification-permission]{grid-column:1/-1;color:var(--muted);font-size:9px}
.profile-local-push-state{display:inline-flex;align-items:center;justify-content:center;min-width:66px;padding:6px 9px;border:1px solid var(--line);border-radius:9px;font-size:9px;line-height:1;font-weight:900}
.profile-local-push-state.is-ready{color:var(--success);border-color:color-mix(in srgb,var(--success) 30%,var(--line));background:color-mix(in srgb,var(--success) 7%,var(--surface))}
.profile-local-push-state.is-waiting{color:var(--muted);background:var(--surface)}









@media(max-width:1040px){
  .profile-notification-extras{grid-template-columns:repeat(2,minmax(0,1fr))}
  
}
@media(max-width:760px){
  .profile-notification-head{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important}
  .profile-notification-head .btn{justify-self:start}
  .notification-channel-status{grid-template-columns:1fr}
  .notification-matrix-head{display:none}
  .notification-matrix-row{grid-template-columns:repeat(3,minmax(0,1fr));padding:0}
  .notification-topic{grid-column:1/-1;border-bottom:1px solid var(--line)}
  
  .notification-channel-toggle{min-height:54px;border-left:0;border-right:1px solid var(--line);padding:9px 5px;flex-direction:column;gap:5px}
  .notification-channel-toggle:last-child{border-right:0}
  .notification-channel-toggle:nth-of-type(1) em:before{content:"Site içi · "}
  .notification-channel-toggle:nth-of-type(2) em:before{content:"E-posta · "}
  .notification-channel-toggle:nth-of-type(3) em:before{content:"Push · "}
  .profile-notification-extras{grid-template-columns:1fr}
  .profile-notification-actions{align-items:stretch;flex-direction:column}
  .profile-notification-actions .btn{width:100%}.profile-notification-actions>span{text-align:left}
  .profile-local-push-center{grid-template-columns:minmax(0,1fr) auto}
  .profile-local-push-actions{grid-column:1/-1;justify-content:stretch}
  .profile-local-push-actions .btn{flex:1 1 160px}
  
  
  
  
}
@media(max-width:430px){
  .notification-topic{grid-template-columns:32px minmax(0,1fr);padding:10px}.notification-topic-icon{width:32px;height:32px}
  .notification-channel-toggle .setting-check{width:32px;height:19px;flex-basis:32px}.notification-channel-toggle .setting-check:after{width:13px;height:13px}.notification-channel-toggle input:checked+.setting-check:after{transform:translateX(13px)}
  .notification-channel-toggle em{font-size:8px}
  .profile-local-push-center{grid-template-columns:1fr}.profile-local-push-state{justify-self:start}.profile-local-push-actions{grid-column:1}
}
@media(prefers-reduced-motion:reduce){
  .notification-channel-toggle .setting-check,.notification-channel-toggle .setting-check:after{transition:none!important}
}


.profile-settings-pane{min-width:0}
.profile-settings-pane[hidden]{display:none!important}
.profile-settings-pane .profile-notification-panel{margin-top:0}
.profile-notification-panel{overflow:hidden}
.profile-notification-form{gap:10px}
.profile-extra-toggle{position:relative;display:grid;align-items:center;min-width:0;border:1px solid var(--line);background:var(--surface);cursor:pointer}
.profile-extra-toggle+.profile-extra-toggle{margin-top:6px}
.profile-extra-toggle>input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.profile-extra-copy{grid-column:1;grid-row:1;min-width:0;max-width:100%}
.profile-extra-copy strong,.profile-extra-copy small{display:block;min-width:0;max-width:100%;overflow-wrap:normal;word-break:normal;hyphens:none}
.profile-extra-switch{grid-column:2;grid-row:1;display:block;position:relative;justify-self:end}
.profile-extra-switch .setting-check{display:block!important;position:relative!important;border:0!important;border-radius:999px!important;background:#d0d5dd!important;box-shadow:none!important;transition:background .16s ease}
.profile-extra-switch .setting-check:after{content:""!important;display:block!important;position:absolute!important;left:3px!important;top:3px!important;border:0!important;border-radius:50%!important;background:#fff!important;box-shadow:0 1px 3px rgba(16,24,40,.18)!important;transform:none!important;transition:transform .16s ease!important}
.profile-extra-toggle>input:checked+.profile-extra-switch .setting-check{background:var(--brand)!important}
.profile-extra-toggle:focus-within{outline:2px solid color-mix(in srgb,var(--brand) 30%,transparent);outline-offset:1px}
.profile-extra-toggle.is-policy-disabled{cursor:not-allowed;opacity:.58;background:color-mix(in srgb,var(--soft) 72%,var(--surface))}
.profile-local-push-center{margin-top:10px}
@media(prefers-reduced-motion:reduce){.profile-settings-tabs a,.profile-extra-switch .setting-check,.profile-extra-switch .setting-check:after{transition:none!important}}


.profile-settings-summary,.profile-edit-panel,.profile-notification-panel{margin:0}
.profile-settings-tabs a span,.profile-settings-tab-link span{display:block;min-width:0}
.profile-settings-tabs a:hover,.profile-settings-tab-link:hover{border-color:color-mix(in srgb,var(--brand) 24%,var(--line));background:color-mix(in srgb,var(--brand) 4%,var(--surface));color:var(--brand)}
.profile-settings-content{display:grid;gap:18px}
.profile-settings-pane.is-active{display:grid;gap:18px}
.profile-settings-summary{padding:18px 20px;border-radius:18px}
.profile-edit-panel{padding-top:2px}
.profile-edit-panel .panel-head{margin-bottom:14px}
#profile-details{margin-top:0}

.profile-settings-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:8px;border-radius:18px;background:color-mix(in srgb,var(--soft) 78%,var(--surface));border:1px solid var(--line);box-shadow:none}
.profile-settings-tabs a,
.profile-settings-tab-link{min-height:50px;padding:13px 16px;border-radius:14px;font-size:13px;font-weight:900;gap:10px;justify-content:flex-start;background:var(--surface);border:1px solid color-mix(in srgb,var(--line) 88%,transparent)}
.profile-settings-tabs a .ui-icon,
.profile-settings-tab-link .ui-icon{width:17px;height:17px;flex:0 0 17px}
.profile-settings-tabs a.is-active{background:color-mix(in srgb,var(--brand) 10%,var(--surface));border-color:color-mix(in srgb,var(--brand) 26%,var(--line));box-shadow:0 0 0 1px color-mix(in srgb,var(--brand) 12%,transparent) inset}
.profile-settings-tab-link{color:var(--ink)}

.notification-matrix{border-radius:16px;overflow:hidden}
.notification-matrix-head,
.notification-matrix-row{grid-template-columns:minmax(300px,1fr) repeat(3,112px)}
.notification-matrix-head>span{padding:12px 10px;font-size:11px;font-weight:800}
.notification-matrix-head>span:not(:first-child){justify-content:center}
.notification-topic{padding:14px 16px;gap:11px}
.notification-topic-icon{width:34px;height:34px;border-radius:10px}
.notification-topic-icon .ui-icon{width:16px;height:16px}
.notification-topic strong{font-size:12px;line-height:1.3}
.notification-topic small{font-size:10px;line-height:1.45}
.notification-channel-toggle{flex-direction:column;justify-content:center;gap:7px;padding:10px 6px;min-height:74px}
.notification-channel-toggle .setting-check{width:38px;height:22px;flex:0 0 38px}
.notification-channel-toggle .setting-check:after{left:3px;top:3px;width:16px;height:16px}
.notification-channel-toggle input:checked+.setting-check:after{transform:translateX(16px)}
.notification-channel-toggle em{display:block;font-size:9px;line-height:1.1;color:var(--muted);font-weight:800;white-space:normal;text-align:center}
.notification-channel-toggle.is-policy-disabled em{color:var(--muted)}

.profile-notification-extras{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.profile-extra-toggle{grid-template-columns:minmax(0,1fr) 44px;gap:14px;padding:13px 14px;min-height:74px}
.profile-extra-copy strong{font-size:12px}
.profile-extra-copy small{font-size:10px;line-height:1.45}
.profile-extra-switch{width:40px;height:22px}
.profile-extra-switch .setting-check{width:40px!important;height:22px!important;min-width:40px!important}
.profile-extra-switch .setting-check:after{width:16px!important;height:16px!important}
.profile-extra-toggle>input:checked+.profile-extra-switch .setting-check:after{transform:translateX(18px)!important}
.profile-notification-actions{align-items:flex-start;justify-content:space-between;gap:12px;margin-top:4px}
.profile-notification-actions .btn{min-height:42px;padding:10px 16px;font-size:12px}
.profile-notification-actions>span{font-size:11px;max-width:420px}

@media(max-width:1100px){
  .notification-matrix-head,.notification-matrix-row{grid-template-columns:minmax(260px,1fr) repeat(3,100px)}
}
@media(max-width:980px){
  .profile-settings-tabs{grid-template-columns:1fr 1fr}
  .profile-settings-tab-link{grid-column:1/-1}
  .profile-notification-extras{grid-template-columns:1fr}
}
@media(max-width:760px){
  .profile-settings-content,.profile-settings-pane.is-active{gap:14px}
  .profile-settings-tabs{grid-template-columns:1fr;gap:8px;padding:6px;top:72px}
  .profile-settings-tabs a,.profile-settings-tab-link{min-height:46px;font-size:12px}
  .notification-matrix-row{grid-template-columns:repeat(3,minmax(0,1fr))}
  .notification-channel-toggle{min-height:58px;padding:8px 4px}
  .notification-channel-toggle em{font-size:8px}
}
@media(max-width:430px){
  .notification-topic{padding:11px 12px}
  .notification-channel-toggle .setting-check{width:34px;height:20px;flex-basis:34px}
  .notification-channel-toggle .setting-check:after{width:14px;height:14px}
  .notification-channel-toggle input:checked+.setting-check:after{transform:translateX(14px)}
}



.notification-channel-mobile-label{display:none}
@media(max-width:760px){
  .notification-matrix{padding:10px;background:color-mix(in srgb,var(--soft) 30%,var(--surface))}
  .notification-matrix-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0;margin:0 0 10px;border:0!important}
  .notification-matrix-row:last-child{margin-bottom:0}
  .notification-topic{grid-column:1/-1;padding:12px 13px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}
  .notification-channel-toggle{min-height:88px;padding:10px 6px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}
  .notification-channel-toggle+.notification-channel-toggle{border-left:1px solid var(--line)}
  .notification-channel-mobile-label{display:block;color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;line-height:1.2}
  .notification-channel-toggle em{font-size:9px;line-height:1.2;white-space:normal}
}
@media(max-width:430px){
  .notification-matrix{padding:8px}
  .notification-matrix-row{grid-template-columns:minmax(0,1fr);gap:7px}
  .notification-channel-toggle{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;justify-content:flex-start;min-height:0;padding:11px 12px;gap:0 10px;text-align:left}
  .notification-channel-mobile-label{grid-column:2;grid-row:1;display:block}
  .notification-channel-toggle .setting-check{grid-column:1;grid-row:1 / span 2;align-self:center}
  .notification-channel-toggle em{grid-column:2;grid-row:2;text-align:left}
}



@media(max-width:760px){
  .notification-matrix{padding:10px!important;border-radius:18px!important;background:color-mix(in srgb,var(--soft) 28%,var(--surface))!important}
  .notification-matrix-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin:0 0 12px!important;border:1px solid var(--line)!important;border-radius:16px!important;overflow:hidden!important;background:var(--surface)!important;box-shadow:0 8px 18px rgba(16,24,40,.04)!important}
  .notification-matrix-row:last-child{margin-bottom:0!important}
  .notification-topic{grid-column:1/-1!important;padding:14px!important;border-bottom:1px solid var(--line)!important;background:color-mix(in srgb,var(--soft) 58%,var(--surface))!important}
  .notification-channel-toggle{min-height:82px!important;padding:10px 8px!important;border:0!important;border-left:1px solid var(--line)!important;border-radius:0!important;background:var(--surface)!important}
  .notification-matrix-row .notification-channel-toggle:nth-child(2){border-left:0!important}
  .notification-channel-mobile-label{display:block!important;font-size:9px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:var(--muted)!important;line-height:1.2!important}
  .notification-channel-toggle .setting-check{transform:scale(.96)!important}
  .notification-channel-toggle em{font-size:9px!important;line-height:1.25!important;white-space:normal!important}
}
@media(max-width:430px){
  .notification-matrix{padding:8px!important}
  .notification-topic{padding:12px!important}
  .notification-topic strong{font-size:14px!important}
  .notification-topic small{font-size:11px!important;line-height:1.4!important}
  .notification-channel-toggle{min-height:76px!important;padding:9px 6px!important}
}
@media(max-width:360px){
  .notification-matrix-row{grid-template-columns:minmax(0,1fr)!important;gap:7px!important;padding:8px!important;border-radius:15px!important}
  .notification-topic{border-bottom:0!important;border-radius:12px!important}
  .notification-channel-toggle{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;justify-content:flex-start!important;gap:0 10px!important;min-height:0!important;padding:11px 12px!important;border:1px solid var(--line)!important;border-radius:12px!important}
  .notification-matrix-row .notification-channel-toggle:nth-child(2){border-left:1px solid var(--line)!important}
  .notification-channel-toggle .setting-check{grid-column:1;grid-row:1 / span 2!important}
  .notification-channel-mobile-label{grid-column:2;grid-row:1!important;text-align:left!important}
  .notification-channel-toggle em{grid-column:2;grid-row:2!important;text-align:left!important}
}


@media(max-width:900px){
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  .profile-page-modern .profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:18px}
  .profile-page-modern .profile-avatar{align-self:start}
  .profile-page-modern .profile-hero-copy{min-width:0}
  .profile-page-modern .profile-actions{grid-column:1/-1;width:100%;margin-left:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .profile-page-modern .profile-actions>*{min-width:0;width:100%}
  .profile-page-modern .profile-actions .btn{width:100%;min-height:42px;white-space:normal;text-align:center}
  .profile-page-modern .profile-action-logout{display:block}
  .profile-page-modern .account-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}
  .profile-page-modern .account-overview-grid>a,.profile-page-modern .account-overview-grid>div{min-height:72px;padding:11px}
  .profile-page-modern .profile-action-center-grid,
  .profile-page-modern .profile-dashboard-quick-grid,
  .profile-page-modern .profile-dashboard-status-grid,
  .profile-page-modern .profile-follow-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}
  .profile-page-modern :where(.page-title-row,.panel-head,.profile-dashboard-panel-head){min-width:0}
  .profile-page-modern .page-title-row{align-items:flex-start;flex-wrap:wrap;gap:12px}
  .profile-page-modern .page-title-row>div:first-child{min-width:0;flex:1 1 280px}
  .profile-page-modern .page-title-row .page-actions{width:auto;max-width:100%}

  .payout-center .payout-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}
  .payout-center .payout-workspace{grid-template-columns:minmax(0,1fr)!important;gap:12px}
  .payout-center .payout-account-list{grid-template-columns:minmax(0,1fr)!important}
  .payout-center .payout-quick-amounts{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .premium-account-page .premium-layout{grid-template-columns:minmax(0,1fr)!important}
  .premium-account-page .premium-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}
  .security-page .security-layout{grid-template-columns:minmax(0,1fr)!important}
  .referral-account-page :is(.referral-account-grid,.referral-content-grid){grid-template-columns:minmax(0,1fr)!important}
  .referral-account-page .referral-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .user-library-page .user-library-toolbar,
  .reading-history-page .reading-history-filter-toolbar,
  .notification-page .notification-page-toolbar{align-items:stretch;flex-wrap:wrap;gap:8px}
  .user-library-page .user-library-toolbar>*:not(.user-library-count),
  .reading-history-page .reading-history-filter-toolbar>*:not(.reading-history-total){min-width:0}
}

@media(max-width:620px){
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  .profile-page-modern{width:min(calc(100% - 16px),var(--container))}
  .profile-page-modern .profile-hero{grid-template-columns:56px minmax(0,1fr);padding:14px;border-radius:16px;gap:10px}
  .profile-page-modern .profile-avatar img,.profile-page-modern .profile-avatar span{width:56px;height:56px;border-radius:15px}
  .profile-page-modern .profile-hero-copy .kicker{font-size:9px}
  .profile-page-modern .profile-hero-copy h1{font-size:22px;line-height:1.1}
  .profile-page-modern .profile-hero-role-line{font-size:10px;line-height:1.4;overflow-wrap:anywhere}
  .profile-page-modern .profile-actions{grid-template-columns:minmax(0,1fr)}
  .profile-page-modern .account-overview-panel{padding:12px;border-radius:16px}
  .profile-page-modern .account-overview-heading{gap:10px;margin-bottom:10px}
  .profile-page-modern .account-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}
  .profile-page-modern .account-overview-grid>a,.profile-page-modern .account-overview-grid>div{grid-template-columns:34px minmax(0,1fr);min-height:68px;padding:10px;gap:8px;border-radius:13px}
  .profile-page-modern .account-overview-grid>a>span,.profile-page-modern .account-overview-grid>div>span{width:34px;height:34px;border-radius:10px}
  .profile-page-modern .account-overview-grid strong{font-size:14px}
  .profile-page-modern .account-overview-grid small{font-size:9px;line-height:1.3}
  .profile-page-modern .profile-action-center-grid,
  .profile-page-modern .profile-dashboard-quick-grid,
  .profile-page-modern .profile-dashboard-status-grid,
  .profile-page-modern .profile-follow-overview-grid{grid-template-columns:minmax(0,1fr)!important}
  .profile-page-modern .page-title-row{margin-bottom:15px}
  .profile-page-modern .page-title-row h1{font-size:24px;line-height:1.1}
  .profile-page-modern :where(.panel,.account-overview-panel){border-radius:16px}
  .profile-page-modern :where(.panel-head,.profile-dashboard-panel-head){padding-inline:14px}

  .payout-center .payout-overview-grid{grid-template-columns:minmax(0,1fr)!important}
  .payout-center .payout-quick-amounts{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .payout-center .payout-account-card{padding:13px;border-radius:14px}
  .premium-account-page .premium-plan-grid{grid-template-columns:minmax(0,1fr)!important}
  .referral-account-page .referral-stats-grid{grid-template-columns:minmax(0,1fr)!important}
  .security-page .security-card,.security-page .security-sessions-card{padding:14px}

  .notification-page .notification-page-actions,
  .notification-page .notification-heading-actions,
  .user-library-page .page-actions,
  .reading-history-page .page-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr);gap:7px}
  .notification-page .notification-page-actions .btn,
  .notification-page .notification-heading-actions .btn,
  .user-library-page .page-actions .btn,
  .reading-history-page .page-actions .btn{width:100%;justify-content:center}
}

@media(max-width:390px){
  
  
  
  
  .profile-page-modern .account-overview-grid{grid-template-columns:minmax(0,1fr)!important}
  .profile-page-modern .account-overview-grid>a,.profile-page-modern .account-overview-grid>div{min-height:60px}
  .payout-center .payout-quick-amounts{grid-template-columns:minmax(0,1fr)!important}
}


:root{
  --eh-page-gutter:clamp(12px,1.35vw,28px);
  --eh-panel-gutter:clamp(14px,1.6vw,30px);
  --eh-layout-gap:clamp(12px,1.25vw,24px);
  --eh-card-gap:clamp(10px,1vw,18px);
  --eh-control-height:clamp(40px,2.5vw,46px);
}
.container{width:min(calc(100% - (var(--eh-page-gutter) * 2)),var(--container));}

:where(input:not([type=checkbox]):not([type=radio]),select,textarea){max-width:100%;}



:where(.panel,.widget,.news-card,.author-card){border-radius:clamp(14px,1.2vw,20px);}
.table-wrap{width:100%;max-width:100%;}
.table-wrap>table{width:100%;}
.page-title-row,.section-head,.panel-head{gap:clamp(10px,1vw,18px);}
.section{padding-block:clamp(34px,3.4vw,56px);}


.news-grid,.news-grid-3,.author-grid{gap:var(--eh-card-gap);}


@media(min-width:1440px){:root{--container:1340px;}}
@media(min-width:1680px){:root{--container:1460px;}}
@media(min-width:1920px){:root{--container:1580px;}}
@media(min-width:2300px){:root{--container:1720px;}}


@media(min-width:901px) and (max-width:1180px){
  
  
  
  
  
  .profile-grid{grid-template-columns:220px minmax(0,1fr);gap:16px;}
  
  
  
  .author-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(min-width:1181px) and (max-width:1599px){
  
  
  .profile-grid{grid-template-columns:238px minmax(0,1fr);gap:20px;}
}
@media(min-width:1600px){
  
  
  
  .profile-grid{grid-template-columns:252px minmax(0,1fr);gap:24px;}
  
}



@media(min-width:901px) and (max-width:1080px){
  .news-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}
  
  .author-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px;}
  .footer-grid>:first-child{grid-column:1/-1;}
}


@media(min-width:901px) and (max-height:820px){
  
  
  
  
  
  .dashboard-public{padding-block:24px;}
  .section{padding-block:36px;}
  .page-title-row{margin-bottom:16px;}
}


@media(min-width:901px) and (min-height:1000px){
  
  :where(.panel,.widget){align-self:start;}
}


@media(max-width:900px){
  :root{--eh-page-gutter:clamp(8px,3vw,16px);--eh-panel-gutter:clamp(10px,3vw,16px);}
  .container{width:min(calc(100% - (var(--eh-page-gutter) * 2)),var(--container));}
  .dashboard-public{width:min(calc(100% - (var(--eh-page-gutter) * 2)),var(--container));}
  
  :where(.page-title-row,.panel-head,.section-head){align-items:flex-start;}
  :where(.page-title-row,.panel-head,.section-head) h1,:where(.page-title-row,.panel-head,.section-head) h2{max-width:100%;}
  
  
}
@media(max-width:560px){
  :root{--eh-page-gutter:10px;--eh-card-gap:9px;}
  .section{padding-block:28px;}
  :where(.panel,.widget){border-radius:14px;}
  
  
}


@media (forced-colors:active){
  :where(.panel,.widget,.news-card,.author-card,.btn,.icon-btn,input,select,textarea){forced-color-adjust:auto;}
}
@media (prefers-contrast:more){
  :where(.panel,.widget,.news-card,.author-card,input,select,textarea,.btn-ghost){border-width:2px;}
}


.profile-notification-panel .notification-channel-status{
  gap:12px;
}
.profile-notification-panel .notification-channel-status>article{
  min-height:82px;
  padding:14px;
  border-radius:14px;
}
.profile-notification-panel .notification-matrix{
  border-radius:18px;
  overflow:hidden;
  background:var(--surface);
}
.profile-notification-panel .notification-matrix-head,
.profile-notification-panel .notification-matrix-row{
  grid-template-columns:minmax(280px,1fr) repeat(3,minmax(118px,.34fr));
}
.profile-notification-panel .notification-matrix-head>span{
  min-height:54px;
  padding:12px 10px;
  font-size:11px;
  font-weight:900;
}
.profile-notification-panel .notification-topic{
  padding:16px 18px;
  gap:12px;
}
.profile-notification-panel .notification-topic-icon{
  width:38px;
  height:38px;
  border-radius:12px;
}
.profile-notification-panel .notification-topic strong{
  font-size:13px;
}
.profile-notification-panel .notification-topic small{
  font-size:10px;
  line-height:1.45;
}
.profile-notification-panel .notification-channel-toggle{
  display:grid;
  grid-template-rows:auto auto auto;
  justify-items:center;
  align-content:center;
  gap:8px;
  min-height:92px;
  padding:12px 8px;
  text-align:center;
  border-left:1px solid var(--line);
  background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,transparent),color-mix(in srgb,var(--soft) 18%,var(--surface)));
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease;
}
.profile-notification-panel .notification-channel-toggle:hover{
  background:color-mix(in srgb,var(--brand) 4%,var(--surface));
}
.profile-notification-panel .notification-channel-toggle:focus-within{
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--brand) 18%,var(--line));
}
.profile-notification-panel .notification-channel-mobile-label{
  display:block;
  margin:0;
  color:var(--muted);
  font-size:9px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:1.2;
}
.profile-notification-panel .notification-channel-toggle .setting-check{
  width:42px;
  height:24px;
  min-width:42px;
  flex:0 0 42px;
  border-radius:999px;
  background:color-mix(in srgb,var(--muted) 24%,var(--soft));
}
.profile-notification-panel .notification-channel-toggle .setting-check:after{
  left:3px;
  top:3px;
  width:18px;
  height:18px;
  box-shadow:0 2px 5px rgba(16,24,40,.18);
}
.profile-notification-panel .notification-channel-toggle input:checked + .setting-check{
  background:var(--brand);
}
.profile-notification-panel .notification-channel-toggle input:checked + .setting-check:after{
  transform:translateX(18px);
}
.profile-notification-panel .notification-channel-toggle em{
  display:block;
  color:var(--muted);
  font-size:10px;
  line-height:1.2;
  font-style:normal;
  font-weight:800;
  white-space:normal;
  text-align:center;
}
.profile-notification-panel .notification-channel-toggle.is-policy-disabled{
  background:color-mix(in srgb,var(--soft) 82%,var(--surface));
  opacity:.72;
}
.profile-notification-panel .notification-channel-toggle.is-policy-disabled .notification-channel-mobile-label,
.profile-notification-panel .notification-channel-toggle.is-policy-disabled em{
  color:color-mix(in srgb,var(--muted) 88%,var(--surface));
}
.profile-notification-panel .notification-matrix-row .notification-channel-toggle:nth-child(2){
  border-left:1px solid var(--line);
}
.profile-notification-panel .profile-notification-actions{
  flex-wrap:wrap;
}

@media (max-width:1100px){
  .profile-notification-panel .notification-matrix-head,
  .profile-notification-panel .notification-matrix-row{
    grid-template-columns:minmax(240px,1fr) repeat(3,minmax(104px,.34fr));
  }
}

@media (max-width:760px){
  .profile-notification-panel .notification-channel-status{
    grid-template-columns:1fr;
  }
  .profile-notification-panel .notification-matrix{
    padding:10px!important;
    background:color-mix(in srgb,var(--soft) 28%,var(--surface))!important;
  }
  .profile-notification-panel .notification-matrix-head{
    display:none!important;
  }
  .profile-notification-panel .notification-matrix-row{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    margin:0 0 12px!important;
    border:1px solid var(--line)!important;
    border-radius:16px!important;
    overflow:hidden!important;
    background:var(--surface)!important;
    box-shadow:none!important;
  }
  .profile-notification-panel .notification-matrix-row:last-child{
    margin-bottom:0!important;
  }
  .profile-notification-panel .notification-topic{
    grid-column:1/-1!important;
    padding:14px!important;
    border-bottom:1px solid var(--line)!important;
    background:color-mix(in srgb,var(--soft) 58%,var(--surface))!important;
  }
  .profile-notification-panel .notification-channel-toggle{
    min-height:86px!important;
    padding:10px 8px!important;
    border:0!important;
    border-left:1px solid var(--line)!important;
    border-radius:0!important;
  }
  .profile-notification-panel .notification-matrix-row .notification-channel-toggle:nth-child(2){
    border-left:0!important;
  }
}

@media (max-width:520px){
  .profile-notification-panel .notification-matrix{
    padding:8px!important;
  }
  .profile-notification-panel .notification-matrix-row{
    grid-template-columns:minmax(0,1fr)!important;
    gap:8px!important;
    padding:8px!important;
    border-radius:16px!important;
    background:color-mix(in srgb,var(--soft) 24%,var(--surface))!important;
  }
  .profile-notification-panel .notification-topic{
    border-bottom:0!important;
    border-radius:13px!important;
    background:var(--surface)!important;
  }
  .profile-notification-panel .notification-channel-toggle{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    justify-items:start!important;
    min-height:0!important;
    gap:0 12px!important;
    padding:12px 13px!important;
    border:1px solid var(--line)!important;
    border-radius:13px!important;
    text-align:left!important;
    background:var(--surface)!important;
  }
  .profile-notification-panel .notification-matrix-row .notification-channel-toggle:nth-child(2){
    border-left:1px solid var(--line)!important;
  }
  .profile-notification-panel .notification-channel-toggle .setting-check{
    grid-column:1;
    grid-row:1 / span 2;
    align-self:center;
  }
  .profile-notification-panel .notification-channel-mobile-label{
    grid-column:2;
    grid-row:1;
    font-size:10px;
    text-align:left;
  }
  .profile-notification-panel .notification-channel-toggle em{
    grid-column:2;
    grid-row:2;
    font-size:10px;
    text-align:left;
  }
}


.profile-notification-panel .notification-channel-toggle{
  position:relative!important;
  cursor:pointer!important;
}
.profile-notification-panel .notification-channel-toggle>input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.profile-notification-panel .notification-channel-toggle .setting-check{
  display:block!important;
  position:relative!important;
  box-sizing:border-box!important;
  width:46px!important;
  height:26px!important;
  min-width:46px!important;
  flex:0 0 46px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid color-mix(in srgb,var(--muted) 34%,var(--line))!important;
  border-radius:999px!important;
  background:color-mix(in srgb,var(--muted) 25%,var(--soft))!important;
  box-shadow:inset 0 1px 2px rgba(15,23,42,.06)!important;
  transform:none!important;
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}
.profile-notification-panel .notification-channel-toggle .setting-check:before{
  content:none!important;
  display:none!important;
}
.profile-notification-panel .notification-channel-toggle .setting-check:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:3px!important;
  top:3px!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 1px 4px rgba(15,23,42,.18)!important;
  transform:translateX(0)!important;
  transition:transform .16s ease!important;
}
.profile-notification-panel .notification-channel-toggle>input:checked ~ .setting-check{
  border-color:color-mix(in srgb,var(--brand) 76%,var(--line))!important;
  background:var(--brand)!important;
  box-shadow:inset 0 1px 2px rgba(15,23,42,.08)!important;
}
.profile-notification-panel .notification-channel-toggle>input:checked ~ .setting-check:after{
  transform:translateX(20px)!important;
}
.profile-notification-panel .notification-channel-toggle>input:focus-visible ~ .setting-check{
  outline:3px solid color-mix(in srgb,var(--brand) 20%,transparent)!important;
  outline-offset:2px!important;
}
.profile-notification-panel .notification-channel-toggle em{
  min-height:14px!important;
  font-size:0!important;
  line-height:1!important;
}
.profile-notification-panel .notification-channel-toggle em:before{
  content:none!important;
  display:none!important;
}
.profile-notification-panel .notification-channel-toggle em:after{
  content:"Kapalı";
  color:var(--muted);
  font-size:9px;
  font-style:normal;
  font-weight:850;
  line-height:1;
}
.profile-notification-panel .notification-channel-toggle>input:checked ~ em:after{
  content:"Açık";
  color:var(--brand);
}
.profile-notification-panel .notification-channel-toggle.is-policy-disabled{
  cursor:not-allowed!important;
}
.profile-notification-panel .notification-channel-toggle.is-policy-disabled .setting-check{
  border-color:var(--line)!important;
  background:color-mix(in srgb,var(--muted) 18%,var(--soft))!important;
  opacity:.75!important;
}
.profile-notification-panel .notification-channel-toggle.is-policy-disabled em:after{
  content:"Yönetim kapalı"!important;
  color:var(--muted)!important;
}

@media (min-width:761px){
  .profile-notification-panel .notification-channel-mobile-label{
    display:none!important;
  }
  .profile-notification-panel .notification-channel-toggle{
    grid-template-rows:auto auto!important;
    gap:8px!important;
    min-height:78px!important;
    padding:10px 8px!important;
  }
}

@media (max-width:760px){
  .profile-notification-panel .notification-channel-toggle .setting-check{
    width:44px!important;
    height:24px!important;
    min-width:44px!important;
    flex-basis:44px!important;
  }
  .profile-notification-panel .notification-channel-toggle .setting-check:after{
    width:16px!important;
    height:16px!important;
  }
  .profile-notification-panel .notification-channel-toggle>input:checked ~ .setting-check:after{
    transform:translateX(20px)!important;
  }
}

@media (max-width:520px){
  .profile-notification-panel .notification-channel-toggle{
    grid-template-columns:44px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    gap:2px 12px!important;
    min-height:62px!important;
    padding:10px 12px!important;
  }
  .profile-notification-panel .notification-channel-toggle .setting-check{
    grid-column:1!important;
    grid-row:1 / span 2!important;
    align-self:center!important;
  }
  .profile-notification-panel .notification-channel-mobile-label{
    grid-column:2!important;
    grid-row:1!important;
    align-self:end!important;
    display:block!important;
    color:var(--ink)!important;
    font-size:11px!important;
    font-weight:850!important;
    letter-spacing:0!important;
    text-transform:none!important;
  }
  .profile-notification-panel .notification-channel-toggle em{
    grid-column:2!important;
    grid-row:2!important;
    align-self:start!important;
    min-height:12px!important;
    text-align:left!important;
  }
}


:where(a,button,input,select,textarea,[role="button"],[tabindex]):focus-visible{
  outline:2px solid color-mix(in srgb,var(--brand) 72%,white)!important;
  outline-offset:2px!important;
}
:where(.btn,button,input,select,textarea){
  -webkit-tap-highlight-color:transparent;
}
:where(input,select,textarea):not([type="checkbox"]):not([type="radio"]){
  transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease;
}
:where(input,select,textarea):not([type="checkbox"]):not([type="radio"]):focus{
  border-color:color-mix(in srgb,var(--brand) 42%,var(--line));
  box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 10%,transparent);
}
@media (prefers-reduced-motion:reduce){
  html:focus-within{scroll-behavior:auto!important}
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
@media (max-width:760px){
  :where(input,select,textarea){font-size:max(16px,1em)}
}


@media (min-width:981px){
  .dashboard-public .profile-grid{
    grid-template-columns:272px minmax(0,1fr)!important;
    gap:22px!important;
  }
  .dashboard-public .profile-nav.profile-nav-pro{
    width:272px!important;
    min-width:272px!important;
    max-width:272px!important;
    padding:12px!important;
    border-radius:18px!important;
  }
  .dashboard-public .profile-nav.profile-nav-pro a{
    display:grid!important;
    grid-template-columns:20px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:11px!important;
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    padding:10px 12px!important;
    border-radius:11px!important;
    font-size:12.5px!important;
    line-height:1.25!important;
    white-space:normal!important;
  }
  .dashboard-public .profile-nav.profile-nav-pro a>.ui-icon{
    width:18px!important;
    height:18px!important;
    flex:0 0 18px!important;
  }
  .dashboard-public .profile-nav.profile-nav-pro a>span{
    display:block!important;
    min-width:0!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  .dashboard-public .profile-nav.profile-nav-pro a>b{
    justify-self:end!important;
    min-width:24px!important;
    max-width:48px!important;
  }
}
@media (min-width:1181px){
  .dashboard-public .profile-grid{grid-template-columns:286px minmax(0,1fr)!important;gap:24px!important}
  .dashboard-public .profile-nav.profile-nav-pro{width:286px!important;min-width:286px!important;max-width:286px!important}
  .dashboard-public .profile-nav.profile-nav-pro a{font-size:13px!important;padding-inline:13px!important}
}
@media (min-width:1600px){
  .dashboard-public .profile-grid{grid-template-columns:300px minmax(0,1fr)!important;gap:26px!important}
  .dashboard-public .profile-nav.profile-nav-pro{width:300px!important;min-width:300px!important;max-width:300px!important}
}
@media (max-width:980px){
  .dashboard-public .profile-nav.profile-nav-pro{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
  .dashboard-public .profile-nav.profile-nav-pro a{
    min-width:max-content!important;
  }
}


.notification-dropdown-pro .notification-dropdown-actions{grid-template-columns:minmax(0,1fr)!important}
.notification-dropdown-pro .notification-dropdown-actions form+form{border-left:0!important}


:root{
  --eh-flat-surface-shadow:0 1px 2px color-mix(in srgb,var(--ink) 5%,transparent);
}
:where(.btn,.icon-btn){
  box-shadow:none!important;
}
:where(.panel){
  box-shadow:var(--eh-flat-surface-shadow);
}
:where(.page-head,.panel-head,.page-actions){
  min-width:0;
}
:where(.page-head,.panel-head) :is(h1,h2,h3,p,small,strong){
  min-width:0;
  overflow-wrap:break-word;
}
@media (max-width:760px){
  :where(.btn,.icon-btn){min-height:40px}
  :where(.icon-btn){min-width:40px}
  
  
}












:where(.page-title-row,.page-head,.panel-head) :is(h1,h2,h3){overflow-wrap:anywhere}

@media (max-width:760px){
  :where(.page-title-row,.page-head,.panel-head){column-gap:10px;row-gap:10px}
  
  
}






.dashboard-public :where(.btn,.icon-btn){box-shadow:none!important;}


.dashboard-public :where(input,select,textarea){min-width:0;max-width:100%;}



.dashboard-public :where(a,button,input,select,textarea):focus-visible{outline:2px solid color-mix(in srgb,var(--brand) 72%,transparent);outline-offset:2px;}
@media (max-width:760px){
  
  
  .dashboard-public :where(h1,h2,h3){overflow-wrap:anywhere;}
  
  .dashboard-public :where(input,select,textarea){font-size:16px;}
  .dashboard-public :where(.btn,.icon-btn){transform:none!important;}
}
@media (prefers-reduced-motion:reduce){
  
  .dashboard-public *, .dashboard-public *::before, .dashboard-public *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;}
}

