/*! 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;}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-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);}.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-ghost{background:var(--surface);color:var(--ink);border-color:var(--line);box-shadow:none;}.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;}.section-link{font-weight:800;color:var(--brand);}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}.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);}.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;}.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;}.footer-grid>div>a:not(.brand){display:block;margin:8px 0;color:#cbd5e1;}.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);}.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;}.comments .panel{max-width:800px;}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;}.panel{padding:24px;}.panel-head.inline{display:flex;justify-content:space-between;align-items:center;}.settings-save .btn{box-shadow:0 12px 28px color-mix(in srgb,var(--brand) 30%,transparent);}@media (max-width:900px){.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;}}@media (max-width:680px){.container{width:min(calc(100% - 24px),var(--container));}.header-main{height:64px;gap:10px;}.category-nav{top:64px;}.brand-text{max-width:115px;overflow:hidden;text-overflow:ellipsis;}.header-actions .link,.header-actions .btn{display:none;}.section{padding-block:38px;}.section-head h2{font-size:27px;}.news-grid,.news-grid-3,.news-grid-4{grid-template-columns:1fr;}.profile-actions .btn{flex:1;}.top-actions .btn:first-child{display:none;}.panel{padding:18px;}.empty-state{padding:45px 18px;}.article-actions .btn{width:100%;}}.media-grid.compact{grid-template-columns:repeat(5,minmax(0,1fr));}@media (max-width:1000px){.media-grid,.media-grid.compact{grid-template-columns:repeat(3,1fr);}}@media (max-width:680px){.media-grid,.media-grid.compact{grid-template-columns:repeat(2,1fr);}}.brand-logo{display:block;max-width:190px;width:auto;height:42px;object-fit:contain;object-position:left center;}.brand-footer .brand-logo{height:48px;max-width:220px;}@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;}@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;}.brand-logo{height:38px;max-width:160px;}}@media (max-width:680px){.brand-logo{height:34px;max-width:min(140px,42vw);}.brand-footer .brand-logo{height:42px;max-width:190px;}}@keyframes livePulse{70%{box-shadow:0 0 0 10px transparent;}100%{box-shadow:0 0 0 0 transparent;}}@media (max-width:680px){.author-public-action,.author-public-action form,.author-public-action .btn{width:100%;}}.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-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;}.system-update-banner .btn{flex:0 0 auto;}@keyframes readerPulse{70%{box-shadow:0 0 0 10px transparent;}100%{box-shadow:0 0 0 5px transparent;}}@media (max-width:760px){.system-update-banner .btn{width:100%;}}.site-header svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}.header-actions{gap:8px;}.header-register{white-space:nowrap;}.menu-toggle svg{width:22px;height:22px;}.article-fact-item.live-reader-card.is-active{background:transparent;}@media (max-width:1080px){.header-main{gap:14px;}.header-register{padding-inline:11px;}}@media (max-width:680px){.header-main{gap:8px;}.brand{min-width:0;max-width:calc(100% - 150px);}.brand-logo{max-width:min(124px,36vw);}.header-actions{gap:5px;}.header-actions .header-account{display:flex;width:40px;min-width:40px;height:40px;padding:3px;border-radius:12px;}.header-actions .header-register{display:none;}.mobile-menu-account-actions .btn{display:inline-flex!important;padding:8px 10px;font-size:11px;}}@media (max-width:410px){.brand{max-width:calc(100% - 98px);}.mobile-menu-account-actions .btn{flex:1;}}.ui-icon{width:1.15em;height:1.15em;display:inline-block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.18em;}.btn .ui-icon{width:17px;height:17px;}.icon-btn .ui-icon{width:21px;height:21px;}.panel-sidebar nav a .ui-icon{width:19px;height:19px;opacity:.86;}.panel-sidebar nav a:hover .ui-icon,.panel-sidebar nav a.active .ui-icon{opacity:1;}.panel-head-icon .ui-icon{width:18px;height:18px;}.alert>.ui-icon{width:19px;height:19px;margin-top:1px;}.author-state-icon .ui-icon{width:29px;height:29px;}.author-state-meta .ui-icon{color:var(--brand);}.editor-autosave-state .ui-icon{width:14px;height:14px;}.rich-editor-button.is-active{background:color-mix(in srgb,var(--brand) 12%,var(--surface));border-color:color-mix(in srgb,var(--brand) 28%,var(--line));color:var(--brand);}.rich-editor-button .ui-icon{width:17px;height:17px;}.rich-editor-status .ui-icon{width:13px;height:13px;color:var(--brand);}.editor-help .ui-icon{width:15px;height:15px;color:var(--success);margin-top:1px;}.editor-actions .btn:last-child{grid-column:1/-1;}.editor-actions .btn{min-height:42px;}@media (max-width:920px){.author-state-actions .btn{flex:1;}}@media (max-width:620px){.editor-actions .btn:last-child{grid-column:auto;}}.mobile-menu-backdrop{display:none;border:0;padding:0;background:rgba(15,23,42,.52);backdrop-filter:none;-webkit-backdrop-filter:none;}.menu-toggle-open,.menu-toggle-close{display:grid;place-items:center;line-height:0;}.menu-toggle-close{display:none;}.menu-toggle.is-active .menu-toggle-open{display:none;}.menu-toggle.is-active .menu-toggle-close{display:grid;}.category-nav>a,.category-nav>.nav-item>a{display:inline-flex;align-items:center;gap:8px;}.category-nav>a>.ui-icon,.category-nav>.nav-item>a>.ui-icon{width:17px;height:17px;color:var(--brand);}.info-icon .ui-icon{width:22px;height:22px;}.gallery-count .ui-icon{width:15px;height:15px;}.play-badge .ui-icon{width:25px;height:25px;}@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 .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;}}@keyframes accountMenuIn{from{opacity:0;transform:translateY(-7px) scale(.97);}to{opacity:1;transform:none;}}.account-menu-icon .ui-icon{width:18px;height:18px;}.account-dropdown-links>a>.ui-icon{width:15px;height:15px;color:var(--muted);}.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.is-active{border-color:color-mix(in srgb,var(--success) 28%,var(--line));background:color-mix(in srgb,var(--success) 7%,var(--surface));}.media-picker-upload-icon .ui-icon{width:25px;height:25px;}.media-picker-tools label .ui-icon{width:17px;height:17px;color:var(--muted);}@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;}}@media (max-width:410px){.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;}.health-summary-icon .ui-icon{width:24px;height:24px;}.module-audit-state .ui-icon{width:19px;height:19px;}.operational-card>span .ui-icon{width:17px;height:17px;}.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));}.security-card-icon .ui-icon{width:22px;height:22px;}.security-state .ui-icon{width:17px;height:17px;}.theme-section-icon .ui-icon{width:24px;height:24px;}.theme-save-icon .ui-icon{width:28px;height:28px;}@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%;}.theme-page-title .btn{width:100%;}.theme-control-form .panel{padding:15px;}}@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;}}.category-form-actions .btn{min-height:42px;}.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){.category-form-actions .btn{width:100%;}.table-actions .btn{min-width:88px;}.security-card-icon .ui-icon{width:19px!important;height:19px!important;}}.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-expertise .ui-icon,.author-contact-meta .ui-icon{width:14px;height:14px;color:var(--brand);}.author-profile-actions form,.author-profile-actions .btn{width:100%;}.market-info-change .ui-icon{width:13px;height:13px;}@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;}}@media (max-width:680px){.message-compose .btn{width:100%;}}.notification-dropdown-empty .ui-icon{width:28px;height:28px;}.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);}}.settings-side-nav a:hover,.settings-side-nav a.is-active{background:color-mix(in srgb,var(--brand) 9%,var(--soft));color:var(--brand);}.settings-side-nav .ui-icon{width:17px;height:17px;}.home-category-head .kicker{color:var(--category-accent);}.category-featured-side .news-card h3{font-size:16px;}@media (max-width:900px){.category-featured-side .news-card{min-width:250px;}}@media (max-width:680px){.notification-page-actions .btn{width:100%;}}.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;}@media (max-width:900px){.contact-admin-card header form,.contact-admin-card header .btn{width:100%;}.contact-reply-actions,.contact-reply-actions .btn{width:100%;}.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;}}@media (max-width:600px){.page-actions .btn{justify-content:center;}}.media-picker-tabs button.is-active{border-color:color-mix(in srgb,var(--brand) 45%,var(--line));background:color-mix(in srgb,var(--brand) 10%,var(--surface));color:var(--brand);}.media-file-dropzone-icon .ui-icon{width:24px;height:24px;}.editor-media-actions .btn{margin:0!important;}@media (max-width:900px){.media-picker-body>[data-media-panel].is-active{display:block;}.editor-media-actions .btn{min-height:38px;}.media-picker-library .empty-state{margin:18px;}}@media (max-width:480px){.page-actions .btn{width:100%;justify-content:center;}}.author-earning-card>span .ui-icon{width:23px;height:23px;}.directory-tabs a.is-active{background:var(--brand);color:#fff;}.directory-tabs .ui-icon{width:17px;height:17px;}.mobile-menu-category-heading{display:none;}.author-verified .ui-icon{width:14px;height:14px;stroke-width:3;}.media-file-preview-empty .ui-icon{width:34px;height:34px;color:var(--brand);}.media-empty-label .ui-icon{width:18px;height:18px;color:var(--brand);}@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);}}.article-sidebar-author-actions .btn{justify-content:center;width:100%;}@media (max-width:430px){.article-sidebar-author-actions .btn{white-space:normal;text-align:center;}}.panel-top-action .ui-icon{flex:0 0 auto;}@media (max-width:700px){.admin-body .panel-top-action .ui-icon{width:19px;height:19px;margin:0;}}@media (max-width:560px){.author-dashboard-title .page-actions .btn{justify-content:center;}}.newsletter-stats-grid article.is-active>span{background:color-mix(in srgb,#16a34a 15%,var(--surface));color:#16a34a;}.newsletter-tabs a.is-active{background:var(--brand);color:#fff;}.newsletter-submit-row .btn{justify-content:center;width:100%;}@media (max-width:720px){.newsletter-campaign-builder .panel,.newsletter-settings-layout .panel{border-radius:16px;}}@media (max-width:900px){.mobile-search-close .ui-icon{width:21px;height:21px;}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:900px){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;}}.global-breaking-bar{position:relative;z-index:35;background:#0b1220;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden;}.global-breaking-inner{min-height:46px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;}.global-breaking-label{height:30px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border-radius:9px;background:#dc2626;font-size:11px;letter-spacing:.09em;white-space:nowrap;box-shadow:0 8px 20px rgba(220,38,38,.22);}.global-breaking-label i{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.16);animation:breakingPulse 1.5s ease-in-out infinite;}.global-breaking-viewport{min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);}.global-breaking-bar:hover .global-breaking-marquee{animation-play-state:paused;}@keyframes breakingTicker{to{transform:translateX(-50%);}}@keyframes breakingPulse{50%{opacity:.45;transform:scale(.78);}}.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;}.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: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-marquee,.global-breaking-label i,.headline-slide,.headline-progress i b{animation:none!important;transition:none!important;}}.headline-slide.is-active .headline-copy{animation:headlineCopyIn .5s ease both;}@keyframes headlineCopyIn{from{opacity:.35;transform:translateY(10px);}to{opacity:1;transform:none;}}@media (max-width:1280px){.news-status-form .btn{min-height:38px;}}@media (max-width:680px){.news-row-actions .btn,.news-row-actions form{flex:1 1 auto;}.news-row-actions form .btn{width:100%;}}.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);}@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;}}.publication-mode-note>.ui-icon{flex:0 0 auto;width:19px;height:19px;margin-top:1px;}.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;}}.admin-review-meta .ui-icon{width:16px;height:16px;}@keyframes urgentPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.08);}}@media (max-width:680px){.dashboard-news-actions .btn{width:100%;justify-content:center;}.admin-review-heading .page-actions form,.admin-review-heading .page-actions .btn{width:100%;}}.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-policy-chips .ui-icon{width:14px;height:14px;}.payout-account-copy small .ui-icon{width:13px;height:13px;}.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){.author-dashboard-title .page-actions .btn{min-width:0;padding-inline:8px;font-size:11px;}.author-command-grid>a>span .ui-icon{width:18px;height:18px;}.author-performance-grid .panel{padding:14px;}.completion-copy .btn{padding:8px 9px;font-size:10px;}.author-earning-card>span .ui-icon{width:17px;height:17px;}.author-chart-panel .panel-head.inline{align-items:flex-start;gap:8px;}.author-chart-panel .panel-head .btn{padding:7px 8px;font-size:9px;}.mobile-card-table 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;}}.earnings-command-icon .ui-icon{width:26px;height:26px;}.earnings-change .ui-icon{width:15px;height:15px;}.earnings-filter-actions .btn{white-space:nowrap;}@media (max-width:680px){.earnings-page-title .btn{width:100%;justify-content:center;}.earnings-filter-actions .btn{justify-content:center;}}@keyframes counter-pop{0%{transform:scale(1);}40%{transform:scale(1.13);color:var(--success);}100%{transform:scale(1);}}@keyframes readingBarIn{from{opacity:0;transform:translate(-50%,-18px);}to{opacity:1;transform:translate(-50%,0);}}@keyframes readActivityPulse{0%{opacity:.75;transform:scale(.88);}70%,100%{opacity:0;transform:scale(1.18);}}@keyframes homeLivePulse{50%{opacity:.45;transform:scale(.82);}}.home-section-head-pro .section-link{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 13px;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-size:12px;white-space:nowrap;}.home-section-head-pro .section-link:hover{border-color:color-mix(in srgb,var(--brand) 35%,var(--line));background:color-mix(in srgb,var(--brand) 5%,var(--surface));}.home-section-head-pro .section-link svg{width:15px;height:15px;}.home-newsroom-row>.ui-icon{width:15px;color:var(--muted);}.home-sidebar-pro .widget{padding:18px;border-radius:20px;box-shadow:none;}.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-category-section .news-card{box-shadow:none;}.home-category-section .news-card:hover{box-shadow:0 12px 30px rgba(15,23,42,.07);}@media (max-width:680px){.home-section-head-pro .section-link{min-height:36px;padding-inline:10px;}}.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;}.editor-draft-notice__icon .ui-icon{width:20px;height:20px;}.editor-draft-notice__actions .btn{white-space:nowrap;box-shadow:none;}@media (max-width:680px){.home-editorial-band>.container{width:min(calc(100% - 20px),var(--container));padding:18px 14px;border-radius:20px;}.editor-draft-notice__actions .btn{width:100%;min-height:40px;}}.review-author-origin>.ui-icon{width:18px;height:18px;margin:auto;color:var(--brand);}.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>span .ui-icon{width:15px;height:15px;}.footer-popular-item>.ui-icon{width:14px;height:14px;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;}@media (max-width:1280px){.footer-engagement-column .newsletter-form .btn{width:100%;}}@media (max-width:680px){.footer-engagement-column .newsletter-form .btn{width:auto;}.footer-engagement-column .newsletter-form .btn span{display:none;}}@media (max-width:430px){.footer-engagement-column .newsletter-form .btn{width:100%;}}.news-management-panel .news-status-form .btn{min-height:34px;padding:6px 8px;}.news-management-panel .news-row-actions .btn{min-height:31px;padding:6px 8px;font-size:10px;}@media (max-width:1450px){.news-management-panel .news-status-form .btn{grid-column:3;}}@media (max-width:1240px){.news-management-panel .news-status-form .btn{grid-column:auto;}}@media (max-width:760px){.news-management-panel .news-status-form .btn{grid-column:auto;width:100%;}.news-management-panel .news-row-actions>a,.news-management-panel .news-row-actions>form,.news-management-panel .news-row-actions form .btn{width:100%;}}.footer-popular-thumb .ui-icon{width:18px;height:18px;}.scroll-top-button .ui-icon{width:22px;height:22px;}.live-public-hero .btn-ghost{background:transparent;color:#fff;border-color:#475569;}.live-public-empty>.ui-icon{width:44px;height:44px;color:#dc2626;}@media (max-width:700px){.live-editor-launch .btn{width:100%;}}@media (max-width:420px){.live-public-actions .btn{width:100%;}}@media (max-width:700px){.live-news-manage-copy footer .btn{width:100%;}}@keyframes audioPulse{50%{transform:scale(.75);opacity:.65;}}.audio-recorder-actions .btn{box-shadow:none;}.speech-transcription-panel [data-speech-toggle].is-active{background:var(--danger);border-color:var(--danger);color:#fff;}.message-compose>.btn,.message-compose button[type=submit]{height:44px;align-self:end;white-space:nowrap;}.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;}@media (max-width:760px){.speech-transcription-actions .btn{width:100%;}.audio-directory-card>.btn{grid-column:1/-1;width:100%;}.message-compose .btn{width:auto!important;min-width:44px;padding-inline:12px;}.brand-footer .brand-logo{max-height:56px;max-width:100%;}.brand-footer .brand-text{font-size:20px!important;}}@media (max-width:420px){.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;}}@keyframes livePulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.55;transform:scale(.82);}}.application-role-switch>a.is-active{border-color:color-mix(in srgb,var(--brand) 40%,var(--line));background:color-mix(in srgb,var(--brand) 6%,var(--surface));}@media (max-width:900px){.microphone-permission-card .btn{grid-column:1/-1;width:100%;}}@media (max-width:620px){.home-publisher-actions .btn{width:100%;}}.earning-trend-head .kicker{display:inline-flex;margin-bottom:5px;font-size:.68rem;letter-spacing:.11em;}.earning-trend-summary article>span .ui-icon{width:19px;height:19px;}.earning-chart-empty .ui-icon{width:30px;height:30px;color:var(--muted);}@media (max-width:680px){.earning-trend-head.panel-head.inline{align-items:flex-start;}.earning-trend-head .btn{padding:7px 8px;font-size:9px;}.earning-trend-summary article>span .ui-icon{width:16px;height:16px;}}@keyframes homeSideSwitchIn{from{opacity:.25;transform:translateY(7px);}to{opacity:1;transform:none;}}@media (max-width:900px){.live-media-permission-card .btn{grid-column:1/-1;width:100%;}.live-media-device-grid .btn{grid-column:1/-1;width:100%;}}@media (max-width:620px){.live-media-device-grid .btn{grid-column:auto;}}.live-studio-controls .btn:disabled,.live-media-device-grid select:disabled{opacity:.58;cursor:wait;transform:none;}.live-studio-controls [data-live-studio-dual].is-active{border-color:color-mix(in srgb,#10b981 52%,var(--border));background:color-mix(in srgb,#10b981 10%,var(--surface));color:#047857;}@media (max-width:640px){.live-studio-controls .btn{justify-content:center;min-width:0;padding-inline:10px;}}.audio-recorder-actions .btn{min-height:42px;}@media (max-width:640px){.audio-recorder-actions .btn{justify-content:center;min-width:0;padding-inline:8px;}.audio-transcript-head .btn{justify-content:center;}.audio-news-page-title .btn{width:100%;}}.settings-side-nav a.is-active{box-shadow:inset 3px 0 0 var(--brand);}.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:1000px){.live-media-device-grid .btn{grid-column:1/-1;}}@media (max-width:620px){.live-media-device-grid .btn{grid-column:auto;}}@media (max-width:900px){.site-header .header-main{display:grid!important;grid-template-columns:40px minmax(0,1fr) auto!important;grid-template-rows:56px!important;align-items:center!important;height:64px!important;min-height:64px!important;column-gap:5px!important;padding-block:4px!important;}.header-main>.menu-toggle{grid-column:1!important;grid-row:1!important;justify-self:start!important;width:40px!important;height:40px!important;margin:0!important;}.header-main>.brand{grid-column:2!important;grid-row:1!important;justify-self:stretch!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;min-width:0!important;height:52px!important;margin:0!important;padding:0!important;overflow:hidden!important;white-space:nowrap!important;}.header-main>.brand.has-brand-logo{gap:0!important;}.header-main>.brand.has-brand-logo .brand-logo-frame{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:1 1 auto!important;width:100%!important;min-width:0!important;max-width:100%!important;height:48px!important;overflow:hidden!important;}.header-main>.brand.has-brand-logo .brand-logo{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:46px!important;object-fit:contain!important;object-position:left center!important;}.header-main>.brand.has-brand-logo .brand-text{display:none!important;}.header-main>.brand.has-brand-mark{gap:7px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex:0 0 36px!important;width:36px!important;height:36px!important;border-radius:11px!important;font-size:18px!important;}.header-main>.brand.has-brand-mark .brand-text{display:block!important;flex:1 1 auto!important;min-width:0!important;max-width:100%!important;color:var(--ink)!important;font-size:clamp(12px,3.45vw,17px)!important;font-weight:900!important;line-height:1.05!important;letter-spacing:-.025em!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}.header-main>.desktop-header-search{display:none!important;}.header-main>.header-actions{grid-column:3!important;grid-row:1!important;justify-self:end!important;display:flex!important;align-items:center!important;flex-wrap:nowrap!important;flex-shrink:0!important;margin-left:0!important;min-width:0!important;max-width:none!important;gap:3px!important;white-space:nowrap!important;}.header-main>.header-actions>*{flex-shrink:0!important;}.header-main>.header-actions>.theme-button{display:grid!important;}.header-main>.header-actions .icon-btn,.header-main>.header-actions .mobile-search-toggle{width:38px!important;min-width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:11px!important;}.header-main>.header-actions .header-register{display:none!important;}.category-nav[data-mobile-menu]{top:64px!important;height:calc(100dvh - 64px)!important;}.mobile-menu-backdrop{inset:64px 0 0!important;}}@media (max-width:430px){.site-header .header-main{grid-template-columns:38px minmax(0,1fr) auto!important;column-gap:3px!important;}.header-main>.menu-toggle{width:38px!important;height:38px!important;}.header-main>.brand.has-brand-logo .brand-logo-frame{height:44px!important;}.header-main>.brand.has-brand-logo .brand-logo{max-height:42px!important;}.header-main>.brand.has-brand-mark{gap:5px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex-basis:34px!important;width:34px!important;height:34px!important;font-size:17px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(11px,3.2vw,14px)!important;}.header-main>.header-actions .icon-btn,.header-main>.header-actions .mobile-search-toggle{width:35px!important;min-width:35px!important;height:35px!important;flex-basis:35px!important;}}@media (max-width:350px){.header-main>.brand.has-brand-logo .brand-logo{max-height:40px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex-basis:32px!important;width:32px!important;height:32px!important;font-size:16px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:10.5px!important;}.header-main>.header-actions{gap:2px!important;}.header-main>.header-actions .icon-btn,.header-main>.header-actions .mobile-search-toggle{width:33px!important;min-width:33px!important;height:33px!important;flex-basis:33px!important;}}.header-main>.brand,.header-main>.brand .brand-logo-frame,.header-main>.brand .brand-logo,.header-main>.brand .brand-mark{box-shadow:none!important;filter:none!important;text-shadow:none!important;}.header-main>.brand .brand-logo-frame{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 1 auto!important;width:fit-content!important;min-width:0!important;max-width:100%!important;border:0!important;background:transparent!important;overflow:hidden!important;}.mobile-menu-auth-actions{display:none;}@media (max-width:900px){.header-main>.brand.has-brand-logo{justify-self:start!important;align-self:center!important;width:auto!important;max-width:100%!important;min-width:0!important;height:56px!important;overflow:hidden!important;}.header-main>.brand.has-brand-logo .brand-logo-frame{flex:0 1 auto!important;width:auto!important;max-width:100%!important;height:56px!important;}.header-main>.brand.has-brand-logo .brand-logo{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:56px!important;object-fit:contain!important;object-position:left center!important;}.header-main>.brand.has-brand-mark{gap:8px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex:0 0 38px!important;width:38px!important;height:38px!important;border-radius:11px!important;font-size:19px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(16px,4.1vw,20px)!important;font-weight:950!important;line-height:1!important;letter-spacing:-.035em!important;}.category-nav[data-mobile-menu].is-guest>.mobile-menu-auth-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;margin:0 0 8px!important;padding:0 0 12px!important;border-bottom:1px solid var(--line)!important;}.mobile-menu-auth-actions a{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:0!important;min-height:44px!important;padding:10px 12px!important;border:1px solid var(--line)!important;border-radius:11px!important;background:var(--surface)!important;color:var(--ink)!important;font-size:13px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;}.mobile-menu-auth-actions a .ui-icon{flex:0 0 18px!important;width:18px!important;height:18px!important;}.mobile-menu-auth-actions .mobile-menu-register{border-color:var(--brand)!important;background:var(--brand)!important;color:#fff!important;}.mobile-menu-auth-actions .mobile-menu-login:hover,.mobile-menu-auth-actions .mobile-menu-login:focus-visible{border-color:color-mix(in srgb,var(--brand) 42%,var(--line))!important;color:var(--brand)!important;}.mobile-menu-auth-actions .mobile-menu-register:hover,.mobile-menu-auth-actions .mobile-menu-register:focus-visible{filter:brightness(.97)!important;color:#fff!important;}}@media (max-width:430px){.header-main>.brand.has-brand-logo{height:50px!important;}.header-main>.brand.has-brand-logo .brand-logo-frame{height:50px!important;}.header-main>.brand.has-brand-logo .brand-logo{max-height:50px!important;}.header-main>.brand.has-brand-mark{gap:7px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex-basis:36px!important;width:36px!important;height:36px!important;font-size:18px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(15px,4.15vw,18px)!important;}}@media (max-width:350px){.header-main>.brand.has-brand-logo,.header-main>.brand.has-brand-logo .brand-logo-frame{height:46px!important;}.header-main>.brand.has-brand-logo .brand-logo{max-height:46px!important;}.header-main>.brand.has-brand-mark .brand-mark{flex-basis:34px!important;width:34px!important;height:34px!important;font-size:17px!important;}.header-main>.brand.has-brand-mark .brand-text{font-size:14.5px!important;}.mobile-menu-auth-actions a{padding-inline:8px!important;font-size:12px!important;}}@media (max-width:760px){.reporter-live-overview-foot .btn{width:100%;justify-content:center;}}.home-live-access-lock .btn-ghost{color:#fff;border-color:rgba(255,255,255,.25);}@media (max-width:560px){.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;}}.panel-body .panel-content .panel,.panel-body .panel-content form,.panel-body .panel-content fieldset,.panel-body .panel-content label,.panel-body .panel-content .form-row,.panel-body .panel-content .form-grid,.panel-body .panel-content .two-col{min-width:0;max-width:100%;}.author-panel-logout.is-icon-only .ui-icon{margin:0;}@media (max-width:900px){.panel-body .filter-bar,.panel-body .page-actions,.panel-body .panel-head.inline{max-width:100%;}}@media (max-width:680px){.panel-body .panel-theme-toggle,.panel-body .notification-menu>.icon-btn,.panel-body .author-panel-logout.is-icon-only{width:38px;height:38px;flex-basis:38px;}.admin-body .user-edit-layout .panel{padding:15px;}}@media (max-width:390px){.panel-body .panel-theme-toggle,.panel-body .notification-menu>.icon-btn,.panel-body .author-panel-logout.is-icon-only{width:36px;height:36px;flex-basis:36px;}}.header-main>.brand.has-brand-mark .brand-text{font-size:25px;font-weight:950;line-height:1.02;letter-spacing:-.04em;}@media (max-width:900px){.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(19px,4.85vw,24px)!important;line-height:1.02!important;letter-spacing:-.04em!important;}}@media (max-width:430px){.header-main>.brand.has-brand-mark .brand-text{font-size:clamp(18px,4.75vw,22px)!important;}}@media (max-width:350px){.header-main>.brand.has-brand-mark .brand-text{font-size:17px!important;}}.panel-site-visit .ui-icon{flex:0 0 auto;margin:0;}@media (max-width:680px){.panel-body .panel-site-visit .ui-icon{width:18px;height:18px;}}@media (max-width:900px){.panel-body .panel-topbar .top-actions .panel-site-visit.btn{display:grid!important;visibility:visible!important;opacity:1!important;place-items:center;flex:0 0 40px;width:40px;min-width:40px;height:40px;padding:0;overflow:visible;border-radius:12px;font-size:0;}.panel-body .panel-topbar .top-actions .panel-site-visit.btn>span{display:none!important;}.panel-body .panel-topbar .top-actions .panel-site-visit.btn .ui-icon{display:inline-flex!important;visibility:visible!important;opacity:1!important;width:19px;height:19px;margin:0;flex:0 0 19px;}}@media (max-width:680px){.panel-body .panel-topbar .top-actions .panel-site-visit.btn{flex-basis:38px;width:38px;min-width:38px;height:38px;}}@media (max-width:390px){.panel-body .panel-topbar .top-actions .panel-site-visit.btn{flex-basis:36px;width:36px;min-width:36px;height:36px;}}.news-editor-compact .editor-actions .btn{min-height:40px;}.editor-tool-disclosure__icon .ui-icon{width:19px;height:19px;}.editor-tool-disclosure__chevron .ui-icon{width:18px;height:18px;}@media (max-width:760px){.speech-transcription-actions .btn{width:100%;}}.earnings-title-line .kicker{flex:0 0 auto;}.earnings-filter-copy-line .kicker,.earnings-filter-copy-line strong{min-width:0;}@media (max-width:680px){.home-authors-section .home-publisher-panel-link .ui-icon{width:18px;height:18px;margin:0;}.earnings-title-line .kicker{font-size:9px;letter-spacing:.075em;white-space:nowrap;}.earnings-page-title>.btn{margin-top:0;}.earnings-filter-copy-line .kicker{font-size:9px;letter-spacing:.075em;white-space:nowrap;}}@media (max-width:380px){.earnings-title-line .kicker,.earnings-filter-copy-line .kicker{font-size:8px;}}.author-section-title .kicker{margin:0 0 1px!important;font-size:9px;line-height:1.15;}.author-section-title .panel-head-icon .ui-icon{width:18px;height:18px;}.author-section-head-top>.status,.author-section-head-top>.btn{flex:0 0 auto;white-space:nowrap;}.author-section-description>span:first-child .ui-icon{width:15px;height:15px;}@media (max-width:680px){.author-section-title .panel-head-icon .ui-icon{width:16px;height:16px;}.author-section-description>span:first-child .ui-icon{width:14px;height:14px;}.author-section-head-action .author-section-head-top>.btn{min-width:36px;min-height:34px;padding:7px 9px;font-size:9px;}.author-section-head-action .author-section-head-top>.btn .ui-icon{width:15px;height:15px;}.author-news-panel .author-section-head-action .btn span{display:none;}.author-news-panel .author-section-head-action .btn{width:36px;padding:0;display:grid;place-items:center;}.earning-trend-head .author-section-title .kicker{font-size:7px;letter-spacing:.08em;}}@media (max-width:390px){.author-section-head-action .author-section-head-top>.btn>span{display:none;}.author-section-head-action .author-section-head-top>.btn{width:34px;padding:0;}}.author-dashboard-heading-line .kicker,.live-news-title-line .kicker{flex:0 0 auto;margin:0;white-space:nowrap;}.live-news-page-title>.btn{flex:0 0 auto;white-space:nowrap;}@media (max-width:680px){.author-dashboard-heading-line .kicker,.live-news-title-line .kicker{font-size:9px;letter-spacing:.075em;}.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){.author-dashboard-heading-line .kicker,.live-news-title-line .kicker{font-size:8px;}.live-news-page-title>.btn{width:36px;height:36px;min-width:36px;}}.author-dashboard-sections>.author-performance-grid>.panel{margin:0!important;}.audio-news-title-copy .kicker{width:max-content;margin:0;padding:4px 8px;border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--brand);font-size:9px;line-height:1.2;letter-spacing:.09em;}@media (max-width:860px){.audio-news-back .ui-icon{width:18px;height:18px;margin:0;}}@media (max-width:680px){.audio-news-title-copy .kicker{padding:3px 7px;font-size:8px;}}.language-dropdown-list button:hover,.language-dropdown-list button.is-active{background:color-mix(in srgb,var(--brand) 10%,var(--surface));}.language-admin-list>a:hover,.language-admin-list>a.is-active{background:color-mix(in srgb,var(--brand) 9%,var(--surface));border-color:color-mix(in srgb,var(--brand) 20%,var(--line));}@media (max-width:1100px){.language-config-form .btn{grid-column:1/-1;}}@media (max-width:760px){.language-config-form .btn{grid-column:1/-1;}.translation-editor-footer>.btn{width:100%;}}@media (max-width:430px){.header-actions{gap:3px;}.header-actions .icon-btn,.language-menu-toggle{width:36px;min-width:36px;height:36px;}.language-selected-actions .btn,.language-selected-actions form,.language-selected-actions form .btn{width:100%;}}.audio-article-editor .editor-help .ui-icon{flex:0 0 auto;margin-top:1px;}.live-editor-sidebar .panel{min-width:0;}.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 .panel,.dashboard-public form,.dashboard-public label,.dashboard-public input,.dashboard-public textarea,.dashboard-public select{max-width:100%;min-width:0;}@media (max-width:760px){.audio-recorder-actions .audio-control-button .ui-icon{width:15px!important;height:15px!important;flex:0 0 auto;}.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 article>span .ui-icon{width:17px;height:17px;}.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 .panel{padding:14px;}.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 .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 .btn{width:34px;height:34px;min-width:34px;}}@media (max-width:760px){.audio-draft-notice .btn{min-width:0;padding-inline:8px;font-size:9px;}}html,body{max-width:100%;}body{overflow-x:clip;}main,.container,.content-grid,.news-grid,.author-grid,.footer-grid,.profile-grid,.article-layout,.article-main,.article-aside,.article-aside-sticky{min-width:0;}input,textarea,select,video,audio,iframe,canvas,table{max-width:100%;}.article-page-pro .comments .panel{max-width:820px;}@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 .section-head{align-items:center;}}.home-page-pro .container{max-width:var(--container);}.category-page-hero .container{position:relative;z-index:1;padding-block:clamp(38px,6vw,76px);}.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;}@media (max-width:900px){.live-studio-title>.btn{width:42px;height:42px;padding:0;font-size:0;}.live-studio-title>.btn svg{margin:0;}}@media (max-width:680px){.home-page-pro .container,.category-public-page .container{width:min(calc(100% - 20px),var(--container));}.category-page-hero .container{padding-block:34px;}.category-page-grid .news-card{border-radius:17px;}.category-page-grid .news-card__body{padding:15px;}.live-studio-controls .btn{min-height:39px;padding:8px 7px;font-size:10px;gap:5px;}.live-studio-controls .btn svg{width:15px;height:15px;}}.article-page-pro .comments>.panel{width:min(100%,790px)!important;max-width:790px!important;margin-right:auto!important;}@media (max-width:700px){.article-page-pro .article-actions form,.article-page-pro .article-actions .btn{width:100%!important;}.article-page-pro .comments>.panel{max-width:100%!important;}}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-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 (max-width:680px){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;}}.security-revoke-all-form .btn{white-space:nowrap;}.live-studio-controls .btn{width:100%;min-width:0;padding-inline:10px;white-space:nowrap;font-size:12px;}.live-studio-controls .btn:disabled{cursor:not-allowed!important;opacity:.46!important;}.live-broadcast-history td:last-child .btn{margin-left:auto;}@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;}.live-broadcast-history-head .btn{width:40px;height:40px;min-width:40px;padding:0;font-size:0;}.live-broadcast-history-head .btn .ui-icon{margin:0;}.mobile-card-table .live-history-delete-form .btn{width:100%;font-size:11px;}.mobile-card-table .live-history-delete-form .btn span{display:inline;}}@media (max-width:430px){.live-studio-controls .btn{font-size:9.5px;padding-inline:6px;}.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);}@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%;}}.live-broadcast-page-workspace .live-studio-camera-panel .live-studio-controls .btn{min-height:44px;height:auto;margin:0!important;justify-content:center;}.home-page-pro .home-section-head-pro .section-link{min-height:36px;padding-inline:11px;border-radius:10px;}.home-page-pro .home-newsroom-layout,
.home-page-pro .home-newsroom-card-grid,
.home-page-pro .home-category-section>.news-grid,
.home-page-pro .home-category-section>.category-featured-layout,
.home-page-pro .home-category-section>.category-news-list,
.home-page-pro .home-category-section>.category-compact-list{width:100%;margin-inline:0;}.home-page-pro .news-grid{gap:var(--home-content-gap);}.home-page-pro .news-card{display:flex;min-width:0;height:100%;flex-direction:column;border-radius:var(--home-card-radius);box-shadow:none!important;}.home-page-pro .news-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand) 28%,var(--line));box-shadow:none!important;}.home-page-pro .news-card__media{flex:0 0 auto;aspect-ratio:16/9;}.home-page-pro .news-card__body{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;padding:15px 16px 14px;}.home-page-pro .news-card h3{margin:5px 0 8px;font-size:clamp(16px,1.35vw,19px);line-height:1.28;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.home-page-pro .news-card p{margin:0 0 13px;font-size:12px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.home-page-pro .news-card .card-meta{margin-top:auto;padding-top:11px;font-size:10px;}.home-newsroom-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;}.admin-poll-results summary .ui-icon{width:16px;height:16px;}@media (max-width:900px){.home-editorial-band>.container{width:min(calc(100% - 20px),var(--container));padding:18px!important;}}@media (max-width:680px){.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-page-pro :is(.news-card,.home-newsroom-primary,.home-newsroom-stack,.home-editorial-lead,.home-editorial-list,.gallery-card,.video-card,.comment-card,.author-card){min-width:0;}.home-page-pro :is(.news-card h3,.home-newsroom-primary h3,.home-newsroom-row strong,.home-editorial-card strong,.gallery-card h3,.video-card h3,.comment-card p,.author-card h3,.author-card p){overflow-wrap:anywhere;}.home-page-pro .section-link,
.headline-controls>button{touch-action:manipulation;}@media (max-width:680px){.home-page-pro .section-link{min-height:40px!important;padding-inline:10px!important;font-size:10px!important;}}@media (max-width:420px){.home-page-pro .section-link{justify-self:start;}}@media (hover:none){.home-page-pro .news-card:hover,
  .home-quick-card:hover{transform:none;}}@media (prefers-reduced-motion:reduce){.headline-slide.is-active .headline-copy{animation:none!important;}}.home-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;}}@media (max-width:620px){.referral-link-control .btn{width:100%;}.referral-page-title .btn{width:100%;}}.application-referral-context>.btn{flex:0 0 auto;}@media (max-width:620px){.application-referral-context>.btn{width:100%;}}.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%;}}@media (max-width:680px){.home-page-pro .home-category-section .home-category-head>.section-link{flex:0 0 auto;align-self:center!important;margin:0 0 0 auto!important;min-height:34px;padding:7px 9px!important;display:inline-flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;font-size:11px;line-height:1;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--brand) 7%,var(--surface));}.home-page-pro .home-category-section .home-category-head>.section-link svg{width:15px;height:15px;}}@media (max-width:390px){.home-page-pro .home-category-section .home-category-head>.section-link{min-height:32px;padding:6px 7px!important;font-size:10px;}}@media (max-width:680px){.home-page-pro .home-newsroom-section>.home-section-head-pro>.section-link{flex:0 0 auto;align-self:center!important;margin:0 0 0 auto!important;min-height:34px;padding:7px 9px!important;display:inline-flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;font-size:11px!important;line-height:1;}.home-page-pro .home-newsroom-section>.home-section-head-pro>.section-link svg{width:15px;height:15px;}}@media (max-width:390px){.home-page-pro .home-newsroom-section>.home-section-head-pro>.section-link{min-height:32px;padding:6px 7px!important;font-size:10px!important;}}.user-role-badge .ui-icon{flex:0 0 auto;width:13px;height:13px;stroke-width:2.2;}.panel-user-meta .panel-role-badge .ui-icon{width:11px;height:11px;}.message-role-badge .ui-icon{width:11px;height:11px;}@media (max-width:680px){.user-role-badge .ui-icon{width:12px;height:12px;}}.message-user-badges .user-role-badge .ui-icon{width:13px;height:13px;}.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;}@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;}}.newsletter-cron-health .ui-icon{width:15px;height:15px;}.newsletter-cron-recommendation>.ui-icon{flex:0 0 auto;width:21px;height:21px;margin-top:1px;color:var(--brand);}.newsletter-cron-card-title>span .ui-icon{width:18px;height:18px;}.newsletter-cron-copy-row .btn{align-self:stretch;min-height:38px;}@media (max-width:620px){.newsletter-cron-copy-row .btn{width:100%;}}.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;}@media (max-width:680px){.news-card__badges .badge{min-height:25px;padding:0 9px;font-size:9px;}}.category-split-lead .news-card{height:100%;}.category-horizontal-item .news-card{height:100%;}@media (max-width:1100px){.category-split-lead .news-card{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1fr);}}@media (max-width:760px){.category-split-lead .news-card{display:block;}}.ad-type-help article>.ui-icon{width:22px;height:22px;margin:7px;color:var(--brand);}.live-broadcast-human-gate .live-broadcast-start .ui-icon{width:18px;height:18px;color:#dc2626;}.live-cover-source-icon .ui-icon{width:18px;height:18px;}.live-cover-drop>span .ui-icon{width:19px;height:19px;}@media (max-width:680px){.live-cover-upload-actions .btn{width:100%;}}.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 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-admin-layout>.panel{padding:22px;}.premium-orders-table .btn{margin-top:6px;}@media (max-width:720px){.premium-pending-banner .btn{width:100%;}.premium-admin-layout>.panel{padding:16px;}}.push-device-item:not(.is-active) em{background:var(--soft);color:var(--muted);}.notification-push-note>.btn{flex:0 0 auto;margin-left:auto;align-self:center;white-space:nowrap;}@media (max-width:680px){.notification-push-note>.btn{width:100%;margin-left:0;}}@media (min-width:901px){.admin-body .admin-sidebar nav a .ui-icon{width:19px;height:19px;align-self:center;}}.approval-filter-tabs>a .ui-icon{width:16px;height:16px;}.approval-filter-tabs>a.is-active{background:var(--brand);color:#fff;}.approval-filter-tabs>a.is-active b{background:rgba(255,255,255,.2);color:#fff;}.approval-card footer .btn{min-height:31px;}.approval-empty>.ui-icon{width:30px;height:30px;color:#16a34a;}@media (max-width:700px){.approval-card footer>a,.approval-card footer>form,.approval-card footer .btn{width:100%;}}.application-delete-form .btn{min-height:38px;}@media (max-width:620px){.application-delete-form,.application-delete-form .btn{width:100%;}}@media (max-width:700px){.comment-form-actions,.comment-form-actions>.btn{width:100%;}.admin-comment-actions>a,.admin-comment-actions>form,.admin-comment-actions .btn{width:100%;}.comment-admin-filter .btn{width:100%;}}.newsletter-admin-page .panel,.newsletter-admin-page .newsletter-stats-grid article{box-shadow:none;}.comment-schema-warning .ui-icon{flex:0 0 auto;}@media (max-width:720px){.newsletter-page-heading .page-actions .btn{width:100%;}}.newsletter-settings-side>.panel{min-width:0;overflow:hidden;}@media (max-width:760px){.newsletter-page-heading .page-actions .btn{width:100%;}}.newsletter-campaign-head-actions .btn{white-space:nowrap;}@media (max-width:720px){.newsletter-campaign-head-actions form,.newsletter-campaign-head-actions .btn{width:100%;}}.newsletter-admin-page .btn{gap:7px;}.newsletter-admin-page .btn .ui-icon{flex:0 0 auto;}.newsletter-settings-submit .btn{min-width:220px;justify-content:center;}.newsletter-safe-page>.panel{margin-bottom:18px;}@media (max-width:760px){.newsletter-admin-page>.page-title-row,.newsletter-admin-page>.newsletter-schema-alert,.newsletter-admin-page>.newsletter-stats-grid,.newsletter-admin-page>.newsletter-tabs,.newsletter-admin-page>.newsletter-campaign-builder,.newsletter-admin-page>.newsletter-settings-layout,.newsletter-admin-page>.panel{margin:0;}.newsletter-page-heading .kicker{font-size:10px;letter-spacing:.1em;}.newsletter-page-heading .page-actions .btn{min-width:0;min-height:46px;padding-inline:10px;justify-content:center;font-size:12px;line-height:1.25;text-align:center;white-space:normal;}.newsletter-page-heading .page-actions .btn:only-child{grid-column:1/-1;}.newsletter-stats-grid article>span .ui-icon{width:18px;height:18px;}.newsletter-tabs a .ui-icon{width:16px;height:16px;}.newsletter-tabs a.is-active{box-shadow:none;}.newsletter-admin-page .panel{padding:14px;border-radius:15px;overflow:hidden;}.newsletter-mode-cards label>span>.ui-icon{grid-row:1/3;align-self:center;width:22px;height:22px;}.newsletter-submit-row .btn{min-height:47px;font-size:12px;white-space:normal;}.newsletter-settings-submit .btn{width:100%;min-height:48px;min-width:0;justify-content:center;}.newsletter-test-form .btn{width:100%;min-height:46px;justify-content:center;}.newsletter-cron-copy-row .btn{width:100%;min-height:42px;justify-content:center;}.newsletter-mobile-list-hint .ui-icon{width:15px;height:15px;color:var(--brand);flex:0 0 auto;}.newsletter-responsive-table .table-actions .btn,.newsletter-responsive-table .newsletter-subscriber-actions .btn{width:100%;min-width:0;min-height:42px;padding:8px;justify-content:center;font-size:10px;line-height:1.25;white-space:normal;text-align:center;}.newsletter-campaign-head-actions form,.newsletter-campaign-head-actions .btn{width:100%;min-width:0;}.newsletter-campaign-head-actions .btn{min-height:42px;justify-content:center;font-size:10px;white-space:normal;}}.comment-admin-summary>a>span .ui-icon{width:19px;height:19px;}.comment-admin-summary>a.is-active{border-color:color-mix(in srgb,var(--brand) 42%,var(--line));background:color-mix(in srgb,var(--brand) 6%,var(--surface));}.comment-admin-summary>a.is-active>span{background:var(--brand);color:#fff;}.admin-body .panel-content :where(img,video,iframe,canvas,svg:not(.ui-icon)){max-width:100%;}.admin-body .panel-content :where(.table-actions,.form-actions,.page-actions,.inline,.admin-comment-actions){min-width:0;}@media (max-width:900px){html{scroll-padding-top:72px;}.admin-body .top-actions .panel-top-action,.admin-body .top-actions .icon-btn,.admin-body .top-actions .notification-menu-toggle,.admin-body .top-actions .language-menu-toggle{flex:0 0 38px;width:38px;min-width:38px;height:38px;min-height:38px;padding:0;border-radius:11px;}.admin-body .panel-sidebar nav a .ui-icon{width:19px;height:19px;}.admin-body .panel-content :where(.panel,.widget,.table-panel,.settings-section){max-width:100%;border-radius:16px;box-shadow:none;}.admin-body .panel-content :where(.panel:not(.stat-card):not(.admin-comment-card),.settings-section){padding:16px;}.admin-body .page-title-row>.btn,.admin-body .page-title-row>.status,.admin-body .page-title-row>.date-chip,.admin-body .page-title-row>.version-chip{justify-self:start;max-width:100%;}.admin-body .page-actions .btn{width:100%;min-height:42px;white-space:normal;text-align:center;}.admin-body .panel-head>.btn,.admin-body .panel-head>form,.admin-body .panel-head>.status{flex:0 1 auto;}.admin-body .filter-bar input,.admin-body .filter-bar select,.admin-body .filter-bar button,.admin-body .filter-bar .btn{width:100%!important;min-width:0!important;max-width:none!important;min-height:42px;}.admin-body .form-actions .btn{min-height:42px;}.admin-body .table-actions .btn{min-height:38px;}.admin-comment-actions>a,.admin-comment-actions>form,.admin-comment-actions .btn{width:100%;min-width:0;}.admin-comment-actions .btn{min-height:40px;padding:8px 6px;white-space:normal;text-align:center;}.admin-comment-edit>div .btn{width:100%;min-height:42px;}}@media (max-width:760px){.admin-body table.admin-responsive-table tbody td :where(.btn,button,select,input:not([type=checkbox]):not([type=radio])){max-width:100%;}.admin-body table.admin-responsive-table .table-actions .btn,.admin-body table.admin-responsive-table .news-row-actions .btn{width:100%;min-height:40px;white-space:normal;text-align:center;}.admin-body table.admin-responsive-table .empty-state,.admin-body table.admin-responsive-table .empty-table{padding:18px;}.admin-body .filter-bar>button,.admin-body .filter-bar>.btn{grid-column:auto!important;}.admin-body .panel-head>.btn,.admin-body .panel-head>form{width:100%;}.admin-body .panel-head>.btn,.admin-body .panel-head>form .btn{width:100%;}}@media (max-width:520px){.admin-body .top-actions .panel-top-action,.admin-body .top-actions .icon-btn,.admin-body .top-actions .notification-menu-toggle,.admin-body .top-actions .language-menu-toggle,.admin-body .panel-top-logout{flex-basis:36px;width:36px;min-width:36px;height:36px;min-height:36px;}.admin-body .panel-content :where(.panel:not(.stat-card):not(.admin-comment-card),.settings-section){padding:13px;}}.site-header,.site-main,.site-footer,main{max-width:100%;}@media (max-width:900px){body:not(.panel-body) :where(.page-title-row,.section-head){min-width:0;}body:not(.panel-body) :where(.page-title-row h1,.section-head h2,.news-card h3,.lead-copy h1){overflow-wrap:anywhere;}body:not(.panel-body) :where(input:not([type=checkbox]):not([type=radio]),select,textarea){max-width:100%;font-size:16px;}body:not(.panel-body) .newsletter-form .btn{width:100%;min-height:44px;}body:not(.panel-body) .section{padding-block:clamp(28px,6vw,46px);}}@media (max-width:680px){body:not(.panel-body) .container{width:min(calc(100% - 20px),var(--container));}body:not(.panel-body) :where(.news-grid,.news-grid-3,.news-grid-4,.author-grid){grid-template-columns:minmax(0,1fr)!important;}body:not(.panel-body) .section-head{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:16px;}body:not(.panel-body) .section-head h2{font-size:clamp(25px,8vw,32px);}body:not(.panel-body) .section-link{display:inline-flex;min-height:40px;align-items:center;}body:not(.panel-body) .news-card{border-radius:16px;}body:not(.panel-body) .news-card__body{padding:14px;}body:not(.panel-body) .news-card h3{font-size:18px;}body:not(.panel-body) .widget{padding:16px;border-radius:16px;}body:not(.panel-body) :where(.form-actions,.page-actions) .btn{width:100%;min-height:44px;}}@media (max-width:900px){.admin-body .panel-content :where(.btn,button,a,input,select,textarea){touch-action:manipulation;}.admin-body .panel-content :where(.btn,button){min-height:40px;}.admin-body .dashboard-activity-panel .activity-item :where(strong,p,small){overflow-wrap:anywhere;}}@media (max-width:760px){.admin-body .dashboard-latest-head .dashboard-all-news-btn .ui-icon{margin:0;width:18px;height:18px;}.admin-body .dashboard-content-card-main p .ui-icon{flex:0 0 auto;width:14px;height:14px;}.admin-body .dashboard-content-card-actions>*,.admin-body .dashboard-content-card-actions form,.admin-body .dashboard-content-card-actions .btn{width:100%;min-width:0;margin:0;}.admin-body .dashboard-content-card-actions .btn{min-height:41px;padding:8px 7px;white-space:normal;text-align:center;font-size:10px;}}@media (max-width:520px){.admin-body .top-actions .panel-top-action,.admin-body .top-actions .icon-btn,.admin-body .top-actions .notification-menu-toggle,.admin-body .top-actions .language-menu-toggle,.admin-body .panel-top-logout{flex-basis:34px!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;border-radius:10px;}}.comment-search-input>.ui-icon{color:var(--muted);}.comment-filter-actions .btn{min-height:42px;white-space:nowrap;}.admin-comment-card .admin-comment-actions .btn{width:100%;min-width:0;min-height:40px;padding:8px 9px;justify-content:center;border-radius:10px;font-size:10px;line-height:1.2;white-space:normal;text-align:center;}.admin-comment-edit-actions .btn{min-height:42px;}.comment-empty-state .btn{margin-top:12px;}@media (max-width:760px){.comment-filter-actions .btn{width:100%;min-height:46px;}.comment-filter-actions .btn:only-child{grid-column:1/-1;}.admin-comment-card .admin-comment-actions .btn{min-height:44px!important;padding:7px 5px!important;font-size:9px!important;}.admin-comment-card .admin-comment-actions .btn .ui-icon{width:15px;height:15px;}.admin-comment-edit-actions .btn{width:100%;min-height:46px;}}@media (max-width:390px){.admin-comment-secondary-actions.has-news-link form:last-child .btn{min-height:42px!important;}}@media (max-width:760px){.comment-admin-heading .kicker{font-size:10px;letter-spacing:.09em;}}body.admin-body[data-layout="admin"] :is(.site-header,.breaking,.mobile-bottom,.mobile-bottom-nav,.site-footer,.mobile-menu-backdrop){display:none!important;}.admin-error-icon .ui-icon{width:26px;height:26px;}@media (max-width:620px){.admin-error-actions .btn{width:100%;min-height:46px;}}.comment-bulk-toolbar>.btn{min-height:42px;min-width:110px;}.comment-card-selector span .ui-icon{width:14px;height:14px;}@media (max-width:760px){.comment-bulk-toolbar>.btn{width:100%;min-height:44px;}}.update-primary-icon .ui-icon{width:27px;height:27px;}.update-safety-flow .ui-icon{width:18px;height:18px;color:var(--brand);}.update-migration-details summary .ui-icon{width:18px;height:18px;color:var(--brand);}.update-tool-icon .ui-icon{width:21px;height:21px;}.update-backup-item form .btn{width:auto;min-width:128px;white-space:normal;text-align:center;}.update-empty-state>.ui-icon{width:30px;height:30px;color:var(--muted);}@media (max-width:1100px){.update-primary-action form,.update-primary-action .btn,.update-current-badge,.update-permission-note{width:100%;}}@media (max-width:760px){.update-primary-icon .ui-icon{width:21px;height:21px;}.update-primary-action .btn{min-height:48px;font-size:13px;}.update-safety-flow .ui-icon{width:16px;height:16px;}.update-backup-item form,.update-backup-item form .btn{width:100%;}}.news-owner-result:hover,.news-owner-result.is-active{background:var(--soft);}@media (max-width:680px){.transfer-page-title .page-actions .btn{width:100%;min-width:0;}}.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;}.admin-news-editor-heading .btn{flex:0 0 auto;}@media (max-width:760px){.admin-news-editor-heading .btn{width:100%;justify-content:center;}}@media (max-width:680px){.live-admin-title>.btn{width:100%;}.live-admin-broadcast-head .btn{width:100%;}.live-admin-restriction-list>article form .btn{width:100%;}}@media (max-width:680px){.review-owner-search-form .btn{min-height:46px;}}@keyframes audioStartWaiting{50%{transform:scale(.96);box-shadow:0 0 0 10px color-mix(in srgb,var(--brand) 9%,transparent);}}.audio-pro-controls .btn{min-height:44px;}.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);}@keyframes audioPulse{50%{transform:scale(.91);opacity:.8;}}@media (max-width:680px){.audio-pro-controls .btn{width:100%;justify-content:center;min-width:0;padding-inline:10px;}}.audio-news-badge .ui-icon{width:13px;height:13px;flex:0 0 auto;}.audio-news-badge-inline .ui-icon{width:11px;height:11px;}.news-audio-player-pro .news-audio-art-placeholder .ui-icon{width:82px;height:82px;opacity:.42;}.news-audio-art-center .ui-icon{width:36px;height:36px;}.news-audio-art-badge .ui-icon{width:15px;height:15px;}@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:420px){.news-audio-art-center .ui-icon{width:30px;height:30px;}}.badge-audio .ui-icon{width:14px;height:14px;}.audio-directory-featured-actions .btn{min-height:42px;}@media (max-width:700px){.audio-directory-featured-actions,.audio-directory-featured-actions .btn{width:100%;}}.audio-recovery-action .btn{white-space:nowrap;}@media (max-width:720px){.audio-recovery-action .btn{width:100%;min-height:44px;}}.home-audio-brand-icon .ui-icon{width:25px;height:25px;}.home-audio-all-link .ui-icon{width:15px;height:15px;}.home-audio-media-placeholder .ui-icon{width:48px;height:48px;}.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;}}.live-earning-overview.is-active>span{background:color-mix(in srgb,#16a34a 12%,var(--surface));color:#16a34a;}.live-earning-panel.is-active .live-earning-guidance{background:color-mix(in srgb,#16a34a 7%,var(--surface));color:#15803d;}@media (max-width:760px){.engagement-settings-footer .btn{width:100%;}}@media (max-width:900px){.earning-settings-card>header>.btn,.earning-settings-card>header>.earning-security-pill{grid-column:1/-1;width:max-content;}}@media (max-width:560px){.earning-central-head>.page-actions .btn{flex:1 1 100%;}}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;}