@tailwind base;@tailwind components;@tailwind utilities;*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background-color:var(--paper-deep);color:var(--ink);line-height:1.6;font-family:var(--font-body)}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input{font:inherit}img{max-width:100%;height:auto}.shell{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2}.news-ticker{align-items:center;display:flex;overflow:hidden}.news-ticker-label{white-space:nowrap;flex-shrink:0;padding:.5rem 1rem;font-weight:700}.news-ticker-track{white-space:nowrap;flex:1;overflow:hidden}.news-ticker-move{animation:60s linear infinite ticker-scroll;display:inline-flex}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item-wrap{align-items:center;display:inline-flex}.ticker-link{white-space:nowrap;padding:0 .5rem;font-size:.9rem}.ticker-link:hover{text-decoration:underline}.ticker-sep{color:#9ca3af;margin:0 1rem;font-size:.7rem}.share-bar{border-top:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:.75rem;margin:1.5rem 0;padding:1rem 0;display:flex}.share-bar.is-bottom{border-top:none;border-bottom:1px solid #e5e7eb}.share-label{color:#6b7280;font-size:.85rem;font-weight:700}.share-actions{flex-wrap:wrap;gap:.5rem;display:flex}.share-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9999px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.share-btn:hover{background:#f3f4f6;border-color:#9ca3af}.share-x:hover{color:#fff;background:#000;border-color:#000}.share-fb:hover{color:#fff;background:#1877f2;border-color:#1877f2}.share-wa:hover{color:#fff;background:#25d366;border-color:#25d366}.share-li:hover{color:#fff;background:#0a66c2;border-color:#0a66c2}.share-copy:hover{color:#fff;background:#6366f1;border-color:#6366f1}.article-layout{max-width:800px;margin:2rem auto;padding:0 1rem}.article-breadcrumb{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.article-breadcrumb a{color:#6b7280}.article-breadcrumb a:hover{color:var(--accent)}.article-title{margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.article-dek{color:#6b7280;margin-bottom:1rem;font-size:1.2rem;line-height:1.5}.article-meta{color:#9ca3af;margin-bottom:1.5rem;font-size:.9rem}.article-hero{margin-bottom:2rem}.article-hero img{object-fit:cover;border-radius:8px;width:100%;max-height:500px}.article-body p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.article-tags{border-top:1px solid #e5e7eb;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:1rem;display:flex}.article-tag{color:#4b5563;background:#f3f4f6;border-radius:9999px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}.article-tag:hover{background:#e5e7eb}.article-related{margin-top:3rem}.article-related-title{border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem}.article-related-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.article-related-card{background:#fff;border-radius:8px;transition:transform .2s;overflow:hidden;box-shadow:0 1px 3px #00000014}.article-related-card:hover{transform:translateY(-3px)}.article-related-card img{object-fit:cover;width:100%;height:140px}.article-related-card-body{padding:.75rem}.article-related-cat{color:var(--accent);text-transform:uppercase;font-size:.7rem;font-weight:700}.article-related-card h3{margin-top:.3rem;font-size:.9rem;line-height:1.3}.category-page{max-width:1200px;margin:0 auto;padding:2rem 0 3rem}.category-head{border-bottom:3px solid var(--accent,#dc2626);margin-bottom:2.5rem;padding-bottom:1.5rem}.category-breadcrumb{color:var(--muted,#6b7280);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.8rem;font-weight:500;display:flex}.category-breadcrumb a{color:var(--muted,#6b7280);transition:color .2s}.category-breadcrumb a:hover{color:var(--accent,#dc2626)}.category-head h1{color:var(--ink,#1f2937);letter-spacing:-.02em;font-size:2.2rem;font-weight:900;line-height:1.1}.category-count{color:var(--muted,#6b7280);margin-top:.4rem;font-size:.85rem}.category-lead{background:var(--paper,#fff);border-radius:10px;grid-template-columns:1.2fr 1fr;gap:0;margin-bottom:2.5rem;transition:box-shadow .3s;display:grid;overflow:hidden;box-shadow:0 4px 20px #00000014}.category-lead:hover{box-shadow:0 8px 30px #0000001f}.category-lead img{object-fit:cover;width:100%;height:100%;min-height:320px;transition:transform .6s}.category-lead:hover img{transform:scale(1.03)}.category-lead-body{flex-direction:column;justify-content:center;gap:.75rem;padding:2rem 2.5rem;display:flex}.category-lead-cat{background:var(--accent,#dc2626);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:3px;width:fit-content;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.category-lead h2{color:var(--ink,#1f2937);letter-spacing:-.01em;font-size:1.6rem;font-weight:800;line-height:1.2}.category-lead p{color:var(--muted,#6b7280);font-size:.95rem;line-height:1.6}.category-lead time{color:var(--muted,#6b7280);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.category-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.category-card{background:var(--paper,#fff);border-radius:8px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000f}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.category-card img{aspect-ratio:16/9;object-fit:cover;width:100%;transition:transform .5s}.category-card:hover img{transform:scale(1.04)}.category-card-body{flex-direction:column;flex:1;gap:.35rem;padding:1rem 1.2rem;display:flex}.category-card-cat{color:var(--accent,#dc2626);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:700;display:inline-block}.category-card h3{color:var(--ink,#1f2937);font-size:1.05rem;font-weight:700;line-height:1.3}.category-card time{color:var(--muted,#6b7280);margin-top:auto;padding-top:.5rem;font-size:.78rem}.category-empty{text-align:center;color:var(--muted,#6b7280);padding:5rem 0;font-size:1.1rem}@media (max-width:768px){.category-lead{grid-template-columns:1fr}.category-lead img{min-height:220px}.category-lead-body{padding:1.25rem 1.5rem}.category-head h1{font-size:1.6rem}.category-grid{grid-template-columns:1fr}}.search-page{min-height:60vh;padding:2rem 0}.search-page-wrap{max-width:800px;margin:0 auto;padding:0 1rem}.search-header{margin-bottom:2rem}.search-header h1{margin-bottom:.5rem;font-size:2rem}.search-query{color:#6b7280;font-size:1.1rem}.search-form-large{background:#fff;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;display:flex;overflow:hidden}.search-form-large input{border:none;outline:none;flex:1;padding:1rem 1.5rem;font-size:1.1rem}.search-form-large button{background:var(--accent,#ef4444);color:#fff;cursor:pointer;border:none;padding:1rem 1.5rem}.search-empty{text-align:center;color:#9ca3af;padding:4rem 0}.search-empty p{color:#6b7280;margin-top:1rem;font-size:1.2rem}.search-empty span{font-size:.9rem}.search-results{flex-direction:column;gap:1.5rem;display:flex}.search-card{background:#fff;border-radius:8px;gap:1.5rem;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000014}.search-card:hover{transform:translateY(-2px)}.search-card-img{flex-shrink:0;width:200px}.search-card-img img{object-fit:cover;width:100%;height:100%}.search-card-body{flex-direction:column;padding:1.25rem;display:flex}.search-card-cat{color:var(--accent,#ef4444);text-transform:uppercase;margin-bottom:.3rem;font-size:.75rem;font-weight:700}.search-card h2{margin-bottom:.5rem;font-size:1.1rem;line-height:1.3}.search-card p{color:#6b7280;margin-bottom:.5rem;font-size:.9rem}.search-card time{color:#9ca3af;margin-top:auto;font-size:.8rem}@media (max-width:640px){.search-card{flex-direction:column}.search-card-img{width:100%;height:200px}}.hero-slider{background:var(--paper-deep);border-radius:8px;width:100%;height:500px;position:relative;overflow:hidden}.hero-slide{opacity:0;transition:opacity .4s;display:none;position:absolute;inset:0}.hero-slide.is-active{opacity:1;z-index:1;display:block}.hero-slide img{object-fit:cover;width:100%;height:100%}.hero-slide-shade{background:linear-gradient(#0000 40%,#000000e6 100%);position:absolute;inset:0}.hero-slide-copy{color:#fff;z-index:2;padding:2rem;position:absolute;bottom:0;left:0;right:0}.hero-slide-cat{background:var(--accent);color:#fff;border-radius:4px;margin-bottom:.5rem;padding:.3rem .6rem;font-size:.8rem;font-weight:700;display:inline-block}.hero-slide-copy h1{text-shadow:0 2px 4px #00000080;margin-bottom:.5rem;font-size:1.8rem;line-height:1.2}.hero-slide-copy p{opacity:.9;text-shadow:0 1px 2px #00000080;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;display:-webkit-box;overflow:hidden}.hero-slide-nav{color:#fff;cursor:pointer;z-index:3;background:#00000080;border:none;border-radius:4px;padding:.5rem 1rem;font-size:2rem;position:absolute;top:50%;transform:translateY(-50%)}.hero-slide-nav:hover{background:var(--accent)}.hero-slide-nav.prev{left:1rem}.hero-slide-nav.next{right:1rem}.hero-slide-dots{z-index:3;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.hero-slide-dots button{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:10px;height:10px}.hero-slide-dots button.is-on{background:var(--accent)}.hero-slide-count{display:none}@media (max-width:768px){.hero-slider{height:350px}}.module-featured{margin-bottom:2rem}.module-header{border-bottom:2px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.module-header h2{align-items:center;gap:.5rem;font-size:1.2rem;display:flex}.module-header a{color:#6b7280;font-size:.85rem;font-weight:600}.featured-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:900px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.featured-grid{grid-template-columns:1fr}}.featured-card{background:#fff;border-radius:8px;transition:transform .2s;overflow:hidden;box-shadow:0 1px 3px #0000000d}.featured-card:hover{transform:translateY(-4px)}.featured-card .img-wrap{height:180px;position:relative}.featured-card img{object-fit:cover;width:100%;height:100%}.img-placeholder{background:#f3f4f6;width:100%;height:100%}.cat-badge{background:var(--accent);color:#fff;border-top-right-radius:4px;padding:.3rem .6rem;font-size:.75rem;font-weight:700;position:absolute;bottom:0;left:0}.time-badge{color:#fff;background:#000000b3;padding:.3rem .6rem;font-size:.75rem;font-weight:600;position:absolute;bottom:0;right:0}.featured-card h3{padding:1rem;font-size:1rem;line-height:1.4}.module-trending{padding:1.5rem}.trending-item{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.trending-item:last-child{border-bottom:none}.trending-num{color:#e5e7eb;-webkit-text-stroke:1px #9ca3af;font-size:2rem;font-weight:900;line-height:1}.trending-content h4{margin-bottom:.3rem;font-size:.95rem}.trending-meta{color:#6b7280;font-size:.8rem;font-weight:600}.trending-item:hover h4{color:var(--accent)}.ad-widget{background:#f9fafb;border:1px solid #0000000d;flex-direction:column;justify-content:center;align-items:center;display:flex}.ad-label{color:#9ca3af;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.7rem}.ad-placeholder{color:#9ca3af;background:#0000000d;justify-content:center;align-items:center;font-weight:700;display:flex}.ad-rectangle .ad-placeholder{width:300px;height:250px}.ad-skyscraper .ad-placeholder{width:300px;height:600px}.ad-leaderboard .ad-placeholder{width:728px;height:90px}.empty{text-align:center;padding:4rem}.empty-title{margin-bottom:1rem;font-size:2rem;font-weight:800}.empty-text{color:#6b7280}:root{--gd-accent:#ef4444;--gd-ink:#1f2937;--gd-paper:#fafafa;--gd-footer-bg:#1a1a2e}.gd-header{background-color:var(--gd-paper);border-bottom:1px solid #e5e7eb}.gd-masthead{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.gd-logo{color:var(--gd-ink);align-items:center;gap:.5rem;font-size:2rem;font-weight:800;text-decoration:none;display:flex}.gd-logo-dot{background-color:var(--gd-accent);border-radius:50%;width:12px;height:12px}.gd-search{flex:1;max-width:400px;display:flex}.gd-search input{background:#fff;border:1px solid #d1d5db;border-radius:9999px;outline:none;width:100%;padding:.5rem 1rem}.gd-masthead-actions{align-items:center;gap:1.5rem;display:flex}.gd-weather{color:#4b5563;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.gd-login-btn{border:1px solid var(--gd-ink);color:var(--gd-ink);cursor:pointer;background-color:#0000;border-radius:9999px;padding:.5rem 1rem;font-weight:600}.gd-login-btn:hover{background-color:var(--gd-ink);color:#fff}.gd-nav{background-color:var(--gd-accent);color:#fff}.gd-nav-inner{gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;overflow-x:auto}.gd-nav-link{white-space:nowrap;color:#fff;align-items:center;gap:.5rem;padding:1rem 0;font-weight:600;text-decoration:none;display:flex}.gd-nav-link:hover{opacity:.8}.gd-nav-link.active:before{content:"";background-color:#fff;border-radius:50%;width:8px;height:8px;display:block}.gd-ticker{background-color:#f3f4f6;border-bottom:1px solid #e5e7eb}.gd-ticker-label{background-color:var(--gd-accent);color:#fff;padding:.5rem 1.5rem;font-weight:700}.gd-footer{background-color:var(--gd-footer-bg);color:#fff;padding:4rem 2rem 2rem}.gd-footer-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.gd-footer-col h3{color:#fff;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.gd-footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.gd-footer-links a{color:#9ca3af;text-decoration:none}.gd-footer-links a:hover{color:#fff}.gd-social-row{gap:1rem;margin-top:1.5rem;display:flex}.gd-social-row a{color:#fff;text-decoration:none}.gd-newsletter{align-items:center;gap:1rem;max-width:1200px;margin:0 auto 3rem;display:flex}.gd-newsletter input{border:none;border-radius:4px;flex:1;max-width:300px;padding:.75rem 1rem}.gd-newsletter button{background-color:var(--gd-accent);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:700}.gd-footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #374151;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.875rem}.gd-value-props{border-top:1px solid #374151;justify-content:center;gap:3rem;margin-top:2rem;padding-top:2rem;display:flex}.gd-vp-item{flex-direction:column;align-items:center;gap:.5rem;display:flex}.gd-vp-icon{font-size:1.5rem}.gd-vp-label{font-size:.875rem;font-weight:700}.gd-home{max-width:1200px;margin:0 auto;padding:2rem}.gd-hero-section{grid-template-columns:60% 25% 15%;gap:1.5rem;margin-bottom:3rem;display:grid}.gd-hero-slider{border-radius:8px;height:450px;overflow:hidden}.gd-hero-slider-wrap{height:450px}.gd-hero-middle{flex-direction:column;gap:1rem;display:flex}.gd-hero-card{background:#fff;border-radius:8px;gap:1rem;height:calc(150px - .666667rem);padding:.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000001a}.gd-hero-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.gd-hero-card-img{object-fit:cover;border-radius:4px;width:100px;height:100%}.gd-hero-card-content{flex-direction:column;flex:1;justify-content:center;display:flex}.gd-hero-card-cat{color:var(--gd-accent);text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.gd-hero-card-title{color:var(--gd-ink);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.875rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.gd-hero-right{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0000001a}.gd-hero-right h3{border-bottom:2px solid var(--gd-accent);color:var(--gd-ink);margin-bottom:1rem;padding-bottom:.5rem;font-size:1rem;font-weight:800}.gd-top-list{flex-direction:column;gap:1rem;display:flex}.gd-top-item{align-items:center;gap:.75rem;text-decoration:none;display:flex}.gd-top-num{color:#e5e7eb;font-size:1.5rem;font-weight:900}.gd-top-title{color:var(--gd-ink);font-size:.875rem;font-weight:600;line-height:1.3}.gd-featured{margin-bottom:3rem}.gd-featured-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.gd-featured-tabs{gap:1.5rem;display:flex}.gd-featured-tab{color:#6b7280;cursor:pointer;padding:.75rem 0;font-weight:600}.gd-featured-tab.active{color:var(--gd-ink);border-bottom:2px solid var(--gd-accent)}.gd-featured-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gd-card{background:#fff;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 1px 3px #0000001a}.gd-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px #0000001a}.gd-card-img{object-fit:cover;width:100%;height:200px}.gd-card-content{padding:1rem}.gd-card-cat{color:var(--gd-accent);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.gd-card-title{color:var(--gd-ink);margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.3}.gd-card-time{color:#6b7280;font-size:.75rem}@media (max-width:1024px){.gd-hero-section{grid-template-columns:1fr}.gd-hero-middle,.gd-hero-right{display:none}.gd-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.gd-masthead{flex-direction:column;gap:1rem}.gd-featured-grid,.gd-footer-grid{grid-template-columns:1fr}.gd-value-props{flex-direction:column;gap:1rem}}.ma-theme{--ma-accent:#dc2626;--ma-accent-hover:#b91c1c;--ma-ink:#f8fafc;--ma-ink-muted:#94a3b8;--ma-paper:#0f172a;--ma-paper-deep:#1e293b;--ma-nav:#020617;--ma-highlight:#38bdf8;--ma-border:#334155;--ma-font-display:"IBM Plex Sans", sans-serif;--ma-font-body:"IBM Plex Sans", sans-serif;background-color:var(--ma-paper);color:var(--ma-ink);font-family:var(--ma-font-body);min-height:100vh}.ma-container{max-width:1280px;margin:0 auto;padding:0 1rem}.ma-header{background-color:var(--ma-paper-deep)}.ma-topbar{background-color:var(--ma-nav);color:var(--ma-ink-muted);border-bottom:1px solid var(--ma-border);font-size:.875rem}.ma-topbar-inner{justify-content:space-between;align-items:center;height:40px;display:flex}.ma-topbar-left{align-items:center;gap:.75rem;display:flex}.ma-separator{color:var(--ma-border)}.ma-topbar-right{align-items:center;gap:1.5rem;display:flex}.ma-topbar-links{gap:1rem;display:flex}.ma-topbar-links a{color:var(--ma-ink);text-decoration:none}.ma-topbar-links a:hover{color:var(--ma-highlight)}.ma-topbar-auth{align-items:center;gap:1rem;display:flex}.ma-btn-login{color:var(--ma-ink);text-decoration:none}.ma-btn-register{background-color:var(--ma-accent);color:#fff;border-radius:4px;padding:.25rem .75rem;font-weight:600;text-decoration:none}.ma-btn-register:hover{background-color:var(--ma-accent-hover)}.ma-masthead{border-bottom:1px solid var(--ma-border);padding:1.5rem 0}.ma-masthead-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.ma-brand-logo{font-family:var(--ma-font-display);color:var(--ma-ink);letter-spacing:-.025em;font-size:2.25rem;font-weight:800;text-decoration:none}.ma-search-container{background-color:var(--ma-paper);border:1px solid var(--ma-border);border-radius:4px;flex:1;align-items:center;max-width:500px;padding:.5rem;display:flex}.ma-search-input{color:var(--ma-ink);background:0 0;border:none;outline:none;flex:1;padding:.25rem .5rem}.ma-search-input::placeholder{color:var(--ma-ink-muted)}.ma-search-btn{color:var(--ma-ink-muted);cursor:pointer;background:0 0;border:none}.ma-search-btn:hover{color:var(--ma-highlight)}.ma-masthead-actions{gap:1rem;display:flex}.ma-icon-btn{color:var(--ma-ink);cursor:pointer;background:0 0;background-color:var(--ma-paper);border:none;border-radius:50%;padding:.5rem}.ma-icon-btn:hover{color:var(--ma-highlight)}.ma-nav-row{background-color:var(--ma-paper-deep);border-bottom:2px solid var(--ma-accent)}.ma-nav-list{gap:2rem;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.ma-nav-item a{color:var(--ma-ink);white-space:nowrap;padding:1rem 0;font-size:.9375rem;font-weight:600;text-decoration:none;display:block}.ma-nav-item a:hover{color:var(--ma-highlight)}.ma-nav-breaking{border-bottom:3px solid var(--ma-accent)}.ma-nav-breaking a{color:var(--ma-accent)}.ma-ticker-wrapper{background-color:var(--ma-paper-deep);border-bottom:1px solid var(--ma-border)}.ma-ticker{align-items:center;height:48px;display:flex}.ma-ticker-label{background-color:var(--ma-accent);color:#fff;white-space:nowrap;align-items:center;height:100%;padding:0 1rem;font-weight:700;display:flex}.ma-ticker-track{white-space:nowrap;color:var(--ma-ink);gap:2rem;padding:0 1rem;display:flex;overflow:hidden}.ma-ticker-track a{color:var(--ma-ink);text-decoration:none}.ma-ticker-track a:hover{text-decoration:underline}.ma-hero-section{grid-template-columns:2fr 1fr 1fr;gap:1.5rem;margin:2rem 0;display:grid}.ma-hero-slider{border-radius:8px;height:100%;min-height:400px;overflow:hidden}.ma-hero-middle{flex-direction:column;gap:1.5rem;display:flex}.ma-card-stacked{background-color:var(--ma-paper-deep);border:1px solid var(--ma-border);border-radius:8px;flex-direction:column;flex:1;display:flex;overflow:hidden}.ma-card-stacked-img-wrap{flex:1;min-height:150px;display:block;position:relative}.ma-card-stacked-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.ma-play-icon{color:#fff;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ma-card-stacked-content{padding:1rem}.ma-meta{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8125rem;display:flex}.ma-cat-badge{background-color:var(--ma-accent);color:#fff;text-transform:uppercase;border-radius:2px;padding:.125rem .375rem;font-weight:600}.ma-time{color:var(--ma-ink-muted)}.ma-headline{margin:0;font-size:1.125rem;line-height:1.4}.ma-headline a{color:var(--ma-ink);text-decoration:none}.ma-headline a:hover{color:var(--ma-highlight)}.ma-hero-right{background-color:var(--ma-paper-deep);border:1px solid var(--ma-border);border-radius:8px;flex-direction:column;padding:1.5rem;display:flex}.ma-right-list-header{border-bottom:2px solid var(--ma-accent);margin-bottom:1rem;padding-bottom:.5rem}.ma-right-list-header h3{color:var(--ma-accent);margin:0;font-size:1.125rem}.ma-right-list{flex-direction:column;flex:1;gap:1rem;display:flex}.ma-right-list-item{border-bottom:1px solid var(--ma-border);gap:.75rem;padding-bottom:1rem;display:flex}.ma-right-list-item:last-child{border-bottom:none}.ma-list-time{color:var(--ma-accent);min-width:45px;font-size:.875rem;font-weight:700}.ma-list-headline{margin:0;font-size:.9375rem;line-height:1.4}.ma-list-headline a{color:var(--ma-ink);text-decoration:none}.ma-list-headline a:hover{text-decoration:underline}.ma-btn-outline{text-align:center;border:1px solid var(--ma-border);color:var(--ma-ink);border-radius:4px;margin-top:1rem;padding:.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.ma-btn-outline:hover{background-color:var(--ma-border);color:#fff}.ma-section-header{border-bottom:2px solid var(--ma-border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.ma-section-header h2{border-bottom:2px solid var(--ma-accent);margin:0 0 -10px;padding-bottom:8px;font-size:1.5rem}.ma-see-all{color:var(--ma-accent);font-size:.9375rem;font-weight:600;text-decoration:none}.ma-featured-section{margin-bottom:3rem}.ma-featured-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.ma-featured-card{background-color:var(--ma-paper-deep);border:1px solid var(--ma-border);border-radius:8px;overflow:hidden}.ma-featured-img-wrap{aspect-ratio:16/9;display:block}.ma-featured-img{object-fit:cover;width:100%;height:100%}.ma-featured-content{padding:1rem}.ma-headline-small{margin:0;font-size:1rem;line-height:1.4}.ma-headline-small a{color:var(--ma-ink);text-decoration:none}.ma-headline-small a:hover{color:var(--ma-highlight)}.ma-categories-section{margin-bottom:3rem}.ma-categories-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.ma-category-block{background-color:var(--ma-paper-deep);border:1px solid var(--ma-border);color:var(--ma-ink);border-radius:8px;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;transition:transform .2s;display:flex}.ma-category-block:hover{border-color:var(--ma-accent);transform:translateY(-2px)}.ma-cat-icon{background-color:var(--ma-paper);width:48px;height:48px;color:var(--ma-accent);border-radius:8px;justify-content:center;align-items:center;display:flex}.ma-cat-info h4{margin:0 0 .25rem;font-size:1.125rem}.ma-cat-info p{color:var(--ma-ink-muted);margin:0;font-size:.8125rem}.ma-footer{color:var(--ma-ink);border-top:4px solid var(--ma-accent);background-color:#0a0a1a;margin-top:4rem;padding:4rem 0 0}.ma-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.ma-footer-brand-col{padding-right:2rem}.ma-footer-logo{font-family:var(--ma-font-display);color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:800;text-decoration:none;display:block}.ma-footer-tagline{color:var(--ma-ink-muted);margin-bottom:1.5rem}.ma-social-icons{gap:.75rem;display:flex}.ma-social-icon{background-color:var(--ma-paper-deep);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.ma-social-icon:hover{background-color:var(--ma-accent)}.ma-footer-title{color:var(--ma-ink-muted);letter-spacing:.05em;margin:0 0 1.5rem;font-size:.875rem;font-weight:700}.ma-footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ma-footer-links a{color:#fff;font-size:.9375rem;text-decoration:none}.ma-footer-links a:hover{color:var(--ma-accent)}.ma-newsletter{background-color:var(--ma-paper-deep);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:2rem;display:flex}.ma-newsletter-title{margin:0;font-size:1.25rem}.ma-newsletter-form{width:100%;max-width:500px;display:flex}.ma-newsletter-input{border:1px solid var(--ma-border);background-color:var(--ma-paper);color:#fff;border-right:none;border-radius:4px 0 0 4px;outline:none;flex:1;padding:.75rem 1rem}.ma-newsletter-btn{background-color:var(--ma-accent);color:#fff;cursor:pointer;border:none;border-radius:0 4px 4px 0;padding:0 1.5rem}.ma-newsletter-btn:hover{background-color:var(--ma-accent-hover)}.ma-footer-bottom{border-top:1px solid var(--ma-border);color:var(--ma-ink-muted);justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.875rem;display:flex}.ma-footer-bottom p{margin:0}.ma-footer-bottom-links{align-items:center;gap:1rem;display:flex}.ma-footer-bottom-links a{color:var(--ma-ink-muted);text-decoration:none}.ma-footer-bottom-links a:hover{color:#fff}.ma-dot{color:var(--ma-border)}@media (max-width:1024px){.ma-hero-section{grid-template-columns:1fr}.ma-hero-middle,.ma-hero-right{display:none}.ma-featured-grid,.ma-categories-grid,.ma-footer-grid{grid-template-columns:repeat(2,1fr)}.ma-newsletter{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:768px){.ma-featured-grid,.ma-categories-grid,.ma-footer-grid{grid-template-columns:1fr}.ma-masthead-inner{flex-direction:column;gap:1rem}.ma-search-container{max-width:100%}}.mo-chrome{color:#1f2937;background-color:#f1f5f9;font-family:Roboto,sans-serif}.mo-container{max-width:1280px;margin:0 auto;padding:0 1rem}.mo-header{background:#fff;border-bottom:3px solid #dc2626}.mo-topbar{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.5rem 0;font-size:.875rem}.mo-topbar .mo-container{justify-content:space-between;align-items:center;display:flex}.mo-topbar-left,.mo-topbar-right{color:#64748b;gap:1rem;display:flex}.mo-topbar-right a{color:#64748b;text-decoration:none}.mo-masthead{padding:1.5rem 0}.mo-masthead-inner{justify-content:space-between;align-items:center;display:flex}.mo-brand-area{flex-direction:column;display:flex}.mo-logo{color:#1f2937;font-family:Merriweather,serif;font-size:2.5rem;font-weight:900;line-height:1;text-decoration:none}.mo-tagline{color:#64748b;margin-top:.25rem;font-size:.875rem}.mo-search{width:400px;display:flex}.mo-search input{border:1px solid #cbd5e1;border-radius:4px 0 0 4px;outline:none;flex:1;padding:.5rem 1rem}.mo-search button{color:#fff;cursor:pointer;background:#1f2937;border:none;border-radius:0 4px 4px 0;padding:.5rem 1rem}.mo-user-actions{gap:1rem;display:flex}.mo-btn-login{color:#1f2937;cursor:pointer;background:0 0;border:none;font-weight:600}.mo-btn-register{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:600}.mo-nav{background:#fff}.mo-nav-list{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.mo-nav-list a{color:#1f2937;text-transform:uppercase;padding:1rem 0;font-size:.9375rem;font-weight:700;text-decoration:none;display:block;position:relative}.mo-nav-list a:hover{color:#dc2626}.mo-nav-list a:hover:after{content:"";background:#dc2626;height:3px;position:absolute;bottom:0;left:0;right:0}.mo-home{padding-top:1rem}.mo-ticker-wrap{background:#fff;border-left:4px solid #dc2626;margin-bottom:1rem}.mo-ticker-label{color:#fff;background:#dc2626;padding:.5rem 1rem;font-weight:700}.mo-hero-section{gap:1.5rem;margin-bottom:2rem;display:flex}.mo-hero-left{width:45%}.mo-hero-middle{flex-direction:column;align-self:flex-start;gap:1rem;width:30%;height:500px;display:flex}.mo-hero-right{flex-direction:column;gap:1.5rem;width:25%;display:flex}.mo-side-card{border-radius:4px;flex:1 1 0;min-height:0;display:block;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001f}.mo-side-card-img{background-position:50%;background-size:cover;transition:transform .35s;position:absolute;inset:0}.mo-side-card:hover .mo-side-card-img{transform:scale(1.06)}.mo-side-card-shade{background:linear-gradient(#0000 0%,#00000026 45%,#000000e0 100%);position:absolute;inset:0}.mo-side-card-title{z-index:2;color:#fff;text-shadow:0 1px 3px #0009;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;padding:.85rem 1rem;font-size:1.02rem;font-weight:700;line-height:1.3;display:-webkit-box;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.mo-time{color:#64748b;font-size:.75rem}.mo-breaking-list{background:#fff;border-radius:4px;padding:1rem;box-shadow:0 1px 3px #0000001a}.mo-breaking-header h3{color:#dc2626;border-bottom:2px solid #e2e8f0;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.125rem}.mo-breaking-list ul{flex-direction:column;gap:.75rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.mo-breaking-list li{align-items:flex-start;gap:.5rem;display:flex}.mo-breaking-list li .mo-time{color:#1f2937;background:#f1f5f9;border-radius:2px;padding:.125rem .25rem;font-weight:600}.mo-breaking-list li a{color:#1f2937;font-size:.875rem;line-height:1.3;text-decoration:none}.mo-breaking-list li a:hover{color:#dc2626}.mo-btn-all{text-align:center;color:#dc2626;background:#f1f5f9;border-radius:4px;padding:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;display:block}.mo-market-widget,.mo-weather-widget{background:#fff;border-radius:4px;padding:1rem;box-shadow:0 1px 3px #0000001a}.mo-market-header,.mo-weather-header{color:#1f2937;margin-bottom:1rem;font-weight:700}.mo-market-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.mo-market-item{background:#f8fafc;border-radius:4px;flex-direction:column;padding:.5rem;display:flex}.mo-market-label{color:#64748b;font-size:.75rem}.mo-market-val{font-size:.875rem;font-weight:700}.mo-up .mo-arrow{color:#16a34a}.mo-down .mo-arrow{color:#dc2626}.mo-weather-main{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.mo-weather-icon{font-size:2rem}.mo-weather-temp{font-size:1.5rem;font-weight:700}.mo-weather-desc{color:#64748b;font-size:.875rem}.mo-weather-details{color:#64748b;background:#f1f5f9;border-radius:4px;justify-content:space-between;padding:.5rem;font-size:.75rem;display:flex}.mo-home-ad{justify-content:center;margin:0 0 2rem;display:flex}.mo-featured-section{margin-bottom:2rem}.mo-split-section{gap:1.5rem;margin-bottom:2rem;display:flex}.mo-split-main{flex-direction:column;gap:2rem;width:65%;display:flex}.mo-split-main .featured-grid{grid-template-columns:repeat(2,1fr)}.mo-split-main .module-header h2{color:var(--accent)}.mo-split-sidebar{flex-direction:column;gap:1.5rem;width:35%;display:flex}.mo-split-sidebar .module-trending,.mo-split-sidebar .module-interest{background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a}.mo-split-sidebar .module-interest{padding:1.25rem}.mo-split-sidebar .module-header h2,.mo-split-sidebar .module-header h3{color:var(--accent);font-size:1.1rem}.mo-sidebar-ad{background:#fff;border-radius:4px;justify-content:center;padding:1rem;display:flex;box-shadow:0 1px 3px #0000001a}.mo-section-title{color:#1f2937;border-bottom:2px solid #dc2626;margin:0 0 1rem;padding-bottom:.5rem;font-family:Merriweather,serif;font-size:1.25rem}.mo-video-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.mo-video-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.mo-video-thumb{background-position:50%;background-size:cover;justify-content:center;align-items:center;height:120px;display:flex}.mo-play-icon{color:#fff;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mo-video-card h4{margin:0;padding:.75rem;font-size:.875rem}.mo-video-card a{color:#1f2937;text-decoration:none}.mo-authors-widget,.mo-podcast-widget{background:#fff;border-radius:4px;padding:1rem;box-shadow:0 1px 3px #0000001a}.mo-authors-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.mo-authors-list li{align-items:center;gap:1rem;display:flex}.mo-author-avatar{background:#e2e8f0;border-radius:50%;width:48px;height:48px}.mo-author-info h4{color:#1f2937;margin:0 0 .25rem;font-size:1rem}.mo-author-info p{color:#64748b;margin:0;font-size:.75rem}.mo-podcast-card{background:#f8fafc;border-radius:4px;align-items:center;gap:1rem;padding:1rem;display:flex}.mo-podcast-icon{background:#eab308;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;display:flex}.mo-podcast-info h4{margin:0 0 .25rem}.mo-podcast-info p{color:#64748b;margin:0;font-size:.75rem}.mo-hashtag-bar{background:#fff;border-radius:4px;align-items:center;margin-bottom:2rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000001a}.mo-hashtag-title{color:#dc2626;white-space:nowrap;margin-right:1rem;font-weight:700}.mo-hashtag-scroll{white-space:nowrap;gap:1rem;display:flex;overflow-x:auto}.mo-hashtag-scroll::-webkit-scrollbar{display:none}.mo-hashtag-scroll span{color:#1f2937;cursor:pointer;background:#f1f5f9;border-radius:999px;padding:.25rem .75rem;font-size:.875rem}.mo-footer{color:#fff;background:#111;padding:3rem 0 1rem}.mo-footer-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem;display:grid}.mo-footer-logo{margin-bottom:1rem;font-family:Merriweather,serif;font-size:2rem;font-weight:900}.mo-footer-desc{color:#a1a1aa;margin-bottom:1.5rem;font-size:.875rem}.mo-socials{gap:1rem;display:flex}.mo-socials a{color:#fff;background:#333;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;display:flex}.mo-footer-col h3{color:#eab308;margin:0 0 1.5rem;font-family:Merriweather,serif;font-size:1.125rem}.mo-footer-col ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.mo-footer-col ul a{color:#a1a1aa;text-decoration:none}.mo-footer-col ul a:hover{color:#fff}.mo-footer-col p{color:#a1a1aa;margin-bottom:1rem;font-size:.875rem}.mo-newsletter{display:flex}.mo-newsletter input{border:none;border-radius:2px 0 0 2px;flex:1;padding:.5rem}.mo-newsletter button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:0 2px 2px 0;padding:.5rem 1rem;font-weight:600}.mo-footer-bottom{text-align:center;color:#71717a;border-top:1px solid #333;padding-top:1.5rem;font-size:.875rem}@media (max-width:1024px){.mo-hero-section{flex-direction:column}.mo-hero-left,.mo-hero-middle,.mo-hero-right{width:100%}.mo-hero-middle{flex-direction:row;height:auto}.mo-side-card{min-height:220px}.mo-split-section{flex-direction:column}.mo-split-main,.mo-split-sidebar{width:100%}.mo-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.mo-hero-middle{flex-direction:column;height:auto}.mo-side-card{min-height:200px}.mo-split-main .featured-grid,.mo-footer-grid{grid-template-columns:1fr}.mo-search{display:none}}.om-chrome{color:#1e3a8a;background-color:#f1f5f9;font-family:Barlow,sans-serif}.om-container{max-width:1200px;margin:0 auto;padding:0 1rem}.om-header{background:#fff;border-bottom:4px solid #e10600}.om-header-topbar{background:#e2e8f0;border-bottom:1px solid #cbd5e1;padding:.25rem 0;font-size:.85rem}.om-topbar-inner{justify-content:space-between;align-items:center;display:flex}.om-topbar-left{gap:.5rem;display:flex}.om-topbar-divider{color:#94a3b8}.om-topbar-market{gap:1.5rem;font-weight:600;display:flex}.om-market-up{color:#16a34a}.om-market-down{color:#dc2626}.om-topbar-right{align-items:center;gap:.5rem;display:flex}.om-login-link{color:#e10600;margin-left:.5rem;font-weight:700}.om-header-masthead{padding:1.5rem 0}.om-masthead-inner{justify-content:space-between;align-items:center;display:flex}.om-logo{color:#e10600;text-transform:uppercase;font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:700;text-decoration:none}.om-search-bar{border:2px solid #e2e8f0;border-radius:4px;flex:1;max-width:400px;display:flex;overflow:hidden}.om-search-bar input{border:none;outline:none;flex:1;padding:.5rem 1rem}.om-search-bar button{color:#fff;cursor:pointer;background:#1e3a8a;border:none;padding:0 1rem;font-weight:600}.om-masthead-actions{align-items:center;gap:1rem;display:flex}.om-follow-btn{color:#fff;cursor:pointer;background:#e10600;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:600}.om-menu-icon{cursor:pointer;color:#1e3a8a;background:0 0;border:none;font-size:1.5rem}.om-header-nav{background:#1e3a8a}.om-nav-list{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.om-nav-list li a{color:#fff;text-transform:uppercase;white-space:nowrap;padding:.75rem 0;font-family:Oswald,sans-serif;font-weight:600;text-decoration:none;display:block}.om-nav-list li a:hover{color:#eab308}.om-nav-active{border-bottom:3px solid #eab308;color:#eab308!important}.om-ticker{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #e10600;align-items:center;margin:1rem 0;display:flex}.om-ticker-label{color:#fff;white-space:nowrap;background:#e10600;padding:.5rem 1rem;font-weight:700}.om-ticker-track{white-space:nowrap;padding:0 1rem;overflow:hidden}.om-hero-grid{grid-template-columns:2fr 1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.om-hero-main,.om-hero-middle,.om-hero-right{background:#fff;border:1px solid #e2e8f0}.om-hero-slider{height:100%;min-height:400px}.om-hero-middle-header{border-bottom:2px solid #1e3a8a;justify-content:space-between;align-items:center;padding:1rem;display:flex}.om-hero-middle-header h3{color:#1e3a8a;margin:0;font-family:Oswald,sans-serif}.om-hero-middle-header a{color:#e10600;font-size:.9rem;font-weight:600;text-decoration:none}.om-stacked-cards{flex-direction:column;display:flex}.om-stacked-card{color:inherit;border-bottom:1px solid #e2e8f0;flex-direction:column;padding:1rem;text-decoration:none;display:flex}.om-stacked-card:last-child{border-bottom:none}.om-stacked-card-img img{object-fit:cover;border-radius:4px;width:100%;height:150px}.om-stacked-card-content{padding-top:.5rem}.om-stacked-cat{color:#e10600;text-transform:uppercase;font-size:.8rem;font-weight:700}.om-stacked-card-content h4{margin:.25rem 0 0;font-family:Oswald,sans-serif;font-size:1.1rem}.om-hero-right{padding:1rem}.om-hero-right h3{color:#e10600;border-bottom:2px solid #e10600;margin:0 0 1rem;padding-bottom:.5rem;font-family:Oswald,sans-serif}.om-hero-latest{margin:0;padding:0;list-style:none}.om-hero-latest li{margin-bottom:1rem}.om-hero-latest a{color:inherit;gap:.75rem;text-decoration:none;display:flex}.om-latest-time{color:#94a3b8;font-weight:700}.om-latest-title{font-weight:600}.om-featured-section{margin-bottom:2rem}.om-featured-section h3{border-bottom:2px solid #1e3a8a;margin-bottom:1rem;padding-bottom:.5rem;font-family:Oswald,sans-serif}.om-featured-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.om-featured-item{color:inherit;background:#fff;border:1px solid #e2e8f0;flex-direction:column;text-decoration:none;display:flex}.om-featured-item img{object-fit:cover;width:100%;height:160px}.om-featured-content{padding:1rem}.om-featured-cat{color:#e10600;font-size:.8rem;font-weight:700}.om-featured-content h4{margin:.5rem 0 0;font-family:Oswald,sans-serif}.om-home-split{grid-template-columns:3fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.om-split-main{flex-direction:column;gap:2rem;display:flex}.om-writers-section h3,.om-video-section h3{border-bottom:2px solid #e10600;margin-bottom:1rem;padding-bottom:.5rem;font-family:Oswald,sans-serif}.om-writers-list{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.om-writer-card{background:#fff;border:1px solid #e2e8f0;align-items:center;gap:1rem;padding:1rem;display:flex}.om-writer-avatar{background:#cbd5e1;border-radius:50%;width:50px;height:50px}.om-writer-info strong{color:#1e3a8a;display:block}.om-writer-info span{color:#64748b;font-size:.9rem}.om-video-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.om-video-thumb{background:#fff;border:1px solid #e2e8f0;padding:.5rem;position:relative}.om-video-placeholder{color:#fff;background:#000;justify-content:center;align-items:center;height:120px;font-size:2rem;display:flex}.om-video-duration{color:#fff;background:#000000b3;border-radius:2px;padding:.2rem .4rem;font-size:.75rem;position:absolute;top:1rem;right:1rem}.om-video-thumb h4{margin:.5rem 0 0;font-size:.9rem}.om-podcast-widget{color:#fff;background:#1e3a8a;border-radius:8px;margin-bottom:2rem;padding:2rem}.om-podcast-widget h3{color:#eab308;margin:0 0 1rem;font-family:Oswald,sans-serif}.om-podcast-player{align-items:center;gap:1rem;display:flex}.om-podcast-play{cursor:pointer;background:#e10600;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.om-categories-section{margin-bottom:3rem}.om-categories-section h3{text-align:center;margin-bottom:1.5rem;font-family:Oswald,sans-serif}.om-categories-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.om-cat-box{color:inherit;background:#fff;border:1px solid #e2e8f0;align-items:center;gap:1rem;padding:1.5rem;text-decoration:none;display:flex}.om-cat-icon{color:#e10600;font-size:2rem}.om-cat-box h4{margin:0;font-family:Oswald,sans-serif}.om-cat-box p{color:#64748b;margin:.25rem 0 0;font-size:.8rem}.om-footer{color:#f1f5f9;background:#0f172a;padding:3rem 0 1rem}.om-footer-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem;display:grid}.om-footer-logo{color:#e10600;margin-bottom:.5rem;font-family:Oswald,sans-serif;font-size:2rem;font-weight:700}.om-footer h3{color:#94a3b8;margin-bottom:1rem;font-family:Oswald,sans-serif}.om-footer ul{margin:0;padding:0;list-style:none}.om-footer ul li{margin-bottom:.5rem}.om-footer a{color:#cbd5e1;text-decoration:none}.om-footer a:hover{color:#fff}.om-social-links{flex-direction:column;gap:.5rem;display:flex}.om-footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #334155;padding-top:1rem;font-size:.9rem}.om-article-kicker{gap:1rem;margin-bottom:1rem;font-weight:600;display:flex}.om-kicker-cat{color:#e10600;text-transform:uppercase}.om-kicker-time{color:#64748b}.so-app-wrapper{font-family:var(--font-body), sans-serif;color:var(--ink);background:var(--paper-deep);flex-direction:column;min-height:100vh;display:flex}.so-app-wrapper .cat-badge{display:none}.so-app-wrapper .module-header h2{color:var(--accent)}.so-header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.so-header-inner{justify-content:flex-start;align-items:center;gap:2.5rem;max-width:1360px;height:70px;margin:0 auto;padding:0 1.5rem;display:flex}.so-top-nav{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.so-search{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;align-items:center;margin-left:auto;padding:.15rem .15rem .15rem .9rem;transition:border-color .2s,background .2s;display:flex}.so-search:focus-within{background:#fff;border-color:#2563eb}.so-search-input{color:#1f2937;background:0 0;border:none;outline:none;width:150px;font-size:.9rem}.so-search-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s;display:flex}.so-search-btn:hover{background:#1d4ed8}.so-logo-area{flex-direction:column;display:flex}.so-logo{font-family:var(--font-display);color:#2563eb;font-size:1.75rem;font-weight:800;line-height:1;text-decoration:none}.so-tagline{color:#6b7280;margin-top:.125rem;font-size:.75rem}.so-top-nav{gap:1.5rem;display:flex}.so-nav-link{color:#374151;font-size:.95rem;font-weight:600;text-decoration:none}.so-nav-link:hover{color:#2563eb}.so-header-actions{gap:.75rem;display:flex}.so-icon-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;font-size:1.25rem}.so-icon-btn:hover{color:#2563eb}.so-main-layout{flex:1;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:1.5rem;display:flex}.so-left-sidebar{flex-shrink:0;width:220px}@media (max-width:1024px){.so-left-sidebar{display:none}}.so-sidebar-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.so-sidebar-title{color:#111827;border-bottom:2px solid #2563eb;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.so-sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.so-sidebar-link{color:#4b5563;border-radius:6px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.so-sidebar-link:hover{color:#2563eb;background:#f3f4f6}.so-sidebar-link.active{color:#fff;background:#2563eb}.so-icon{font-size:1.1rem}.so-editor-picks{flex-direction:column;gap:1rem;display:flex}.so-editor-pick-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.so-editor-pick-card:hover p{color:#2563eb}.so-ep-cat{color:#2563eb;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.so-editor-pick-card p{margin:0;font-size:.9rem;font-weight:600;line-height:1.4}.so-content-area{flex:1;width:100%;min-width:0;max-width:1360px;margin:0 auto;padding:1.5rem}.so-footer{color:#e2e8f0;background:#0f172a;margin-top:3rem}.so-footer-accent{background:linear-gradient(90deg, var(--accent,#8b1538), #cf9fb0);height:4px}.so-footer-inner{max-width:1360px;margin:0 auto;padding:2.75rem 1.5rem 1.5rem}.so-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:900px){.so-footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem}}@media (max-width:560px){.so-footer-grid{grid-template-columns:1fr;gap:1.5rem}}.so-footer-col h3{text-transform:uppercase;letter-spacing:.04em;color:#fff;border-bottom:2px solid var(--accent,#8b1538);margin:0 0 1rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700;display:inline-block}.so-footer-col ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.so-footer-col a{color:#cbd5e1;font-size:.9rem;text-decoration:none;transition:color .2s}.so-footer-col a:hover{color:#fff}.so-footer-logo{font-family:var(--font-display,serif);color:#fff;font-size:1.6rem;font-weight:800}.so-footer-tagline{color:#94a3b8;max-width:34ch;margin:.6rem 0 0;font-size:.9rem;line-height:1.5}.so-footer-col .corp-foot-links{color:#64748b;margin:0;font-size:.9rem;line-height:1.9}.so-footer-col .corp-foot-links a{color:#cbd5e1}.so-footer-col .corp-foot-links a:hover{color:#fff}.so-footer-links{margin-bottom:2rem}.so-footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #334155;padding-top:1.5rem;font-size:.875rem}.so-ticker-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;margin-bottom:1.5rem;display:flex;overflow:hidden}.so-ticker-badge{color:#fff;background:#dc2626;flex-shrink:0;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700}.so-ticker{flex:1;padding:0 1rem;overflow:hidden}.so-ticker .news-ticker-label{display:none}.so-ticker-track{gap:2rem;display:flex}.so-ticker-more{color:#2563eb;border-left:1px solid #e5e7eb;flex-shrink:0;padding:0 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none}.so-home-grid{gap:2rem;display:flex}.so-home-main{flex:1;min-width:0}.so-right-sidebar{flex-direction:column;flex-shrink:0;gap:1.5rem;width:300px;display:flex}@media (max-width:1024px){.so-home-grid{flex-direction:column}.so-right-sidebar{width:100%}}.so-hero-section{gap:1.5rem;height:516px;margin-bottom:2.5rem;display:flex}@media (max-width:768px){.so-header-inner{flex-direction:column;align-items:stretch;gap:.5rem;height:auto;padding:.6rem 1rem}.so-logo-area{flex-direction:row;align-items:baseline;gap:.5rem}.so-logo{font-size:1.4rem}.so-tagline{display:none}.so-top-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.so-top-nav::-webkit-scrollbar{display:none}.so-top-nav .so-nav-link{white-space:nowrap}.so-search{width:100%;margin-left:0}.so-search-input{flex:1;width:auto}.so-content-area{padding:1rem}.so-ticker-badge{padding:.55rem .75rem;font-size:.72rem}.so-ticker{padding:0 .5rem}.so-ticker-more{padding:0 .75rem;font-size:.72rem}.so-hero-section{flex-direction:column;gap:1rem;height:auto;margin-bottom:1.5rem}.so-hero-slider-wrap{flex:none;width:100%;height:240px}.so-hero-side{flex:none}.so-hero-side-card{flex:none;height:auto}.so-hero-side-card img{width:100px;height:78px}.so-hsc-content h3{font-size:.95rem}}.so-hero-slider-wrap{border-radius:12px;flex:0 0 62%;min-width:0;overflow:hidden}.so-hero-slider{height:100%}.so-hero-side{flex-direction:column;flex:1 1 0;gap:1rem;min-width:0;display:flex}.so-hero-side-card{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex:1 1 0;gap:1rem;min-height:0;padding:.75rem;text-decoration:none;display:flex;overflow:hidden}.so-hero-side-card img{object-fit:cover;border-radius:4px;flex-shrink:0;width:110px;height:100%}.so-hsc-content{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.so-hsc-cat{color:var(--accent,#8b1538);text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:700}.so-hsc-content h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .35rem;font-size:.92rem;line-height:1.28;display:-webkit-box;overflow:hidden}.so-hsc-time{color:#6b7280;flex-shrink:0;margin-top:auto;font-size:.75rem}.so-widget{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.so-widget-title{color:#111827;border-bottom:2px solid #2563eb;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.so-market-list{flex-direction:column;gap:.75rem;display:flex}.so-market-item{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding-bottom:.5rem;font-size:.95rem;font-weight:600;display:flex}.so-market-item:last-child{border-bottom:none}.so-up{color:#16a34a}.so-down{color:#dc2626}.so-market-item strong{align-items:baseline;gap:.4rem;display:inline-flex}.so-chg{font-size:.72rem;font-style:normal;font-weight:700}.so-chg-up{color:#16a34a}.so-chg-down{color:#dc2626}.so-chg-flat{color:#9ca3af}.mo-chg{margin-left:.35rem;font-size:.72rem}.module-interest .module-header{margin-bottom:1rem}.interest-list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.interest-item{align-items:flex-start;gap:.6rem;display:flex}.interest-item img{object-fit:cover;border-radius:4px;flex-shrink:0;width:64px;height:48px}.interest-content h4{color:#1f2937;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .15rem;font-size:.85rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.interest-item:hover .interest-content h4{color:#2563eb}.interest-meta{color:#9ca3af;text-transform:uppercase;letter-spacing:.03em;font-size:.7rem}.so-weather-main{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.so-w-temp{color:#2563eb;font-size:2.5rem;font-weight:800;line-height:1}.so-w-details{color:#4b5563;flex-direction:column;font-size:.85rem;display:flex}.so-weather-info{flex-direction:column;gap:.15rem;display:flex}.so-w-label{color:#4b5563;font-size:.9rem;font-weight:600}.so-weather-forecast{border-top:1px solid #e5e7eb;justify-content:space-between;padding-top:1rem;display:flex}.so-weather-forecast div{flex-direction:column;align-items:center;gap:.25rem;font-size:.8rem;display:flex}.so-weather-forecast span{font-weight:600}.so-tabs-section{margin-top:2.5rem}.so-tabs-bar{border-bottom:2px solid #e5e7eb;gap:.5rem;margin-bottom:1.5rem;display:flex}.so-tab{color:#4b5563;cursor:pointer;background:0 0;border:none;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;position:relative}.so-tab.active{color:#2563eb}.so-tab.active:after{content:"";background:#2563eb;height:2px;position:absolute;bottom:-2px;left:0;right:0}.so-article-kicker{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.so-ak-cat{color:#fff;background:#2563eb;border-radius:4px;padding:.25rem .75rem;font-size:.8rem;font-weight:700}.so-ak-time{color:#6b7280;font-size:.9rem}.so-category{max-width:1360px;margin:0 auto}.so-cat-head{margin-bottom:1.25rem}.so-cat-breadcrumb{color:#6b7280;margin-bottom:.5rem;font-size:.8rem}.so-cat-breadcrumb a{color:#2563eb;text-decoration:none}.so-cat-head h1{color:#111827;margin:0;font-size:2rem;font-weight:800}.so-cat-count{color:#6b7280;margin:.25rem 0 0;font-size:.85rem}.so-cat-hero{grid-template-columns:minmax(0,1fr) 540px;align-items:stretch;gap:1.5rem;margin-bottom:1.5rem;display:grid}.so-cat-hero--full{grid-template-columns:1fr}.so-cat-manset{border-radius:12px;height:440px;overflow:hidden}.so-cat-slider{height:100%}.so-cat-hero-side{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;padding:1rem 1.25rem;display:flex;overflow:hidden}.so-cat-hero-side-title{letter-spacing:.03em;color:#111827;border-bottom:2px solid #2563eb;margin:0 0 .5rem;padding-bottom:.5rem;font-size:.95rem;font-weight:800}.so-cat-hero-list{flex-direction:column;flex:1;margin:0;padding:0;list-style:none;display:flex}.so-cat-hero-list li{border-bottom:1px solid #f3f4f6}.so-cat-hero-list li:last-child{border-bottom:none}.so-cat-hero-list a{color:#1f2937;align-items:center;gap:.75rem;padding:.5rem 0;text-decoration:none;display:flex}.so-cat-hero-list img{object-fit:cover;border-radius:6px;flex-shrink:0;width:96px;height:66px}.so-chl-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;font-weight:600;line-height:1.32;display:-webkit-box;overflow:hidden}.so-cat-hero-list a:hover .so-chl-text{color:#2563eb}@media (max-width:900px){.so-cat-hero{grid-template-columns:1fr}.so-cat-manset{height:300px}.so-cat-hero-side{display:none}}.so-cat-ad-leader,.so-home-ad-leader{justify-content:center;min-height:90px;margin-bottom:1.5rem;display:flex}.so-home-ad-leader{margin:.5rem 0 2rem}.so-cat-body{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:2rem;display:grid}.so-cat-section-title{color:#111827;border-bottom:2px solid var(--accent,#8b1538);margin:0 0 1rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:800}.so-cat-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.so-cat-card{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.so-cat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.so-cat-card img{aspect-ratio:16/10;object-fit:cover;width:100%}.so-cat-card-body{flex-direction:column;gap:.4rem;padding:.85rem;display:flex}.so-cat-card-cat{text-transform:uppercase;color:var(--accent,#8b1538);font-size:.7rem;font-weight:700}.so-cat-card-body h3{color:#1f2937;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:1rem;line-height:1.3;display:-webkit-box;overflow:hidden}.so-cat-card-body time{color:#9ca3af;margin-top:auto;font-size:.75rem}.so-cat-sidebar{flex-direction:column;gap:1.5rem;display:flex}.so-cat-empty,.so-cat-more-note{color:#6b7280;padding:2rem 0}.so-widget-ad{justify-content:center;padding:1rem;display:flex}.so-cat-more-wrap{justify-content:center;margin-top:1.75rem;display:flex}.so-cat-more-btn{appearance:none;border:1px solid var(--so-accent,#1e40af);color:var(--so-accent,#1e40af);letter-spacing:.02em;cursor:pointer;background:#fff;border-radius:4px;padding:.7rem 2.4rem;font-size:.95rem;font-weight:700;transition:background .15s,color .15s}.so-cat-more-btn:hover{background:var(--so-accent,#1e40af);color:#fff}@media (max-width:1024px){.so-cat-body{grid-template-columns:1fr}.so-cat-cards{grid-template-columns:repeat(2,1fr)}.so-cat-manset{height:360px}}@media (max-width:640px){.so-cat-cards{grid-template-columns:1fr}.so-cat-manset{height:260px}.so-cat-head h1{font-size:1.5rem}}.so-article-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:2.5rem;max-width:1360px;margin:0 auto;display:grid}.so-article-rail{flex-direction:column;gap:1.5rem;display:flex}.so-article-rail-right{position:sticky;top:90px}.so-article-main{min-width:0}.so-article-ad-inline{justify-content:center;min-height:90px;margin:1.75rem 0;display:flex}.so-article-main .article-title{color:#111827;margin:.5rem 0;font-size:2.1rem;font-weight:800;line-height:1.2}.so-article-main .article-dek{color:#374151;margin-bottom:1rem;font-size:1.15rem;line-height:1.5}.so-article-main .article-hero img{border-radius:10px;width:100%;margin:1rem 0}.so-article-main .article-body p{color:#1f2937;margin-bottom:1.1rem;font-size:1.05rem;line-height:1.75}@media (max-width:900px){.so-article-layout{grid-template-columns:1fr}.so-article-rail-right{position:static}}.category-page--rich{max-width:1280px;padding:1.75rem 1.25rem 3rem}.category-page--rich .category-head{margin-bottom:1.5rem}.category-hero{grid-template-columns:minmax(0,1fr) 340px;align-items:stretch;gap:1.5rem;margin-bottom:1.75rem;display:grid}.category-hero--full{grid-template-columns:minmax(0,1fr)}.category-hero-slider-wrap{min-width:0}.category-slider.hero-slider{height:430px}.category-hero-side{background:var(--paper,#fff);border:1px solid #8080802e;border-radius:10px;flex-direction:column;min-width:0;padding:1rem 1.1rem;display:flex;box-shadow:0 2px 10px #0000000f}.category-hero-side-title{text-transform:uppercase;letter-spacing:.04em;color:var(--accent);border-bottom:2px solid var(--accent);margin-bottom:.7rem;padding-bottom:.6rem;font-size:.95rem;font-weight:800}.category-hero-list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.category-hero-list li{border-bottom:1px solid #8080802e;padding-bottom:.7rem}.category-hero-list li:last-child{border-bottom:none;padding-bottom:0}.category-hero-list a{align-items:flex-start;gap:.6rem;display:flex}.category-hero-list img{object-fit:cover;border-radius:5px;flex:none;width:74px;height:56px}.category-chl-text{color:var(--ink);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.category-hero-list a:hover .category-chl-text{color:var(--accent)}.category-ad-leader{justify-content:center;margin:0 0 1.75rem;display:flex}.category-body{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:2rem;display:grid}.category-main{min-width:0}.category-section-title{color:var(--ink);border-bottom:2px solid var(--accent);margin-bottom:1.1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:800}.category-page--rich .category-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.category-more-wrap{justify-content:center;margin-top:1.75rem;display:flex}.category-more-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.7rem 2rem;font-size:.9rem;font-weight:700;transition:background .2s,transform .15s}.category-more-btn:hover{background:var(--accent-hover,var(--accent));transform:translateY(-1px)}.category-more-note{color:var(--muted);padding:1rem 0;font-size:.9rem}.category-sidebar{flex-direction:column;gap:1.25rem;min-width:0;display:flex;position:sticky;top:84px}.rail-widget{background:var(--paper,#fff);border:1px solid #8080802e;border-radius:10px;padding:1rem 1.1rem;box-shadow:0 2px 10px #0000000f}.rail-widget-title{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);border-bottom:2px solid var(--accent);margin-bottom:.7rem;padding-bottom:.5rem;font-size:.85rem;font-weight:800}.rail-market-list{flex-direction:column;gap:.55rem;display:flex}.rail-market-item{color:var(--ink);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.rail-market-item span{color:var(--muted)}.rail-market-item strong{color:var(--ink);align-items:baseline;gap:.35rem;font-weight:700;display:inline-flex}.rail-chg{font-size:.72rem;font-style:normal;font-weight:600}.rail-chg-up{color:#16a34a}.rail-chg-down{color:#dc2626}.rail-chg-flat{color:var(--muted)}.rail-weather-main{align-items:center;gap:.85rem;display:flex}.rail-weather-info{flex-direction:column;display:flex}.rail-w-temp{color:var(--ink);font-size:1.7rem;font-weight:800;line-height:1}.rail-w-label{color:var(--muted);margin-top:.2rem;font-size:.82rem}.category-sidebar .module-interest,.article-rail .module-interest{background:var(--paper,#fff);border:1px solid #8080802e;border-radius:10px;padding:1rem 1.1rem;box-shadow:0 2px 10px #0000000f}.category-sidebar .module-interest .module-header,.article-rail .module-interest .module-header{border-bottom-color:var(--accent);margin-bottom:.85rem}.category-sidebar .module-header h3,.article-rail .module-header h3{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);font-size:.85rem;font-weight:800}.category-sidebar .interest-content h4,.article-rail .interest-content h4{color:var(--ink)}.category-sidebar .interest-item:hover .interest-content h4,.article-rail .interest-item:hover .interest-content h4{color:var(--accent)}.category-widget-ad{justify-content:center;display:flex}.article-layout--rail{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:2.5rem;max-width:1200px;margin:2rem auto;padding:0 1.25rem;display:grid}.article-layout--rail .article-main{min-width:0}.article-rail{flex-direction:column;gap:1.25rem;min-width:0;display:flex;position:sticky;top:84px}.article-ad-inline{justify-content:center;margin:2rem 0;display:flex}@media (max-width:1024px){.category-hero,.category-body{grid-template-columns:minmax(0,1fr)}.category-sidebar{flex-flow:wrap;position:static}.category-sidebar>*{flex:260px}.article-layout--rail{grid-template-columns:minmax(0,1fr)}.article-rail{flex-flow:wrap;position:static}.article-rail>*{flex:260px}}@media (max-width:640px){.category-slider.hero-slider{height:300px}.category-page--rich .category-grid{grid-template-columns:1fr}.category-sidebar,.article-rail{flex-direction:column}}.home-ad-strip{justify-content:center;margin:1.75rem 0;display:flex;overflow-x:auto}.home-split{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:2rem;margin:2rem 0 2.5rem;display:grid}.home-split-main{flex-direction:column;gap:2rem;min-width:0;display:flex}.home-split-main .featured-grid{grid-template-columns:repeat(2,1fr)}.home-split-main .module-header h2{color:var(--accent)}.home-split-side{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:1rem}.home-split-side .module-trending,.home-split-side .module-interest{background:#fff;border:1px solid #00000014;border-radius:10px;box-shadow:0 2px 10px #0000000f}.home-split-side .module-trending{padding:1.1rem 1.25rem}.home-split-side .module-header h2,.home-split-side .module-header h3{color:var(--accent);font-size:1.05rem}.home-side-ad{background:#fff;border:1px solid #00000014;border-radius:10px;justify-content:center;padding:1rem;display:flex}@media (max-width:1024px){.home-split{grid-template-columns:1fr}.home-split-side{position:static}}@media (max-width:600px){.home-split-main .featured-grid{grid-template-columns:1fr}}.wx-hilo{gap:.5rem;margin-top:.25rem;font-size:.8rem;font-weight:700;display:inline-flex}.wx-hi{color:#dc2626}.wx-lo{color:#2563eb}.wx-forecast{border-top:1px solid #8080802e;grid-template-columns:repeat(3,1fr);gap:.4rem;margin-top:.9rem;padding-top:.8rem;display:grid}.wx-fc-day{text-align:center;flex-direction:column;align-items:center;gap:.2rem;display:flex}.wx-fc-name{color:var(--muted,#6b7280);text-transform:uppercase;font-size:.72rem;font-weight:700}.wx-fc-temp{color:var(--ink,#111827);font-size:.78rem;font-weight:700}.wx-fc-temp em{color:var(--muted,#9ca3af);margin-left:.2rem;font-style:normal}.mo-weather-widget .wx-hi{color:#fca5a5}.mo-weather-widget .wx-lo{color:#93c5fd}.mo-weather-widget .wx-forecast{border-top-color:#fff3}.mo-weather-widget .wx-fc-name,.mo-weather-widget .wx-fc-temp{color:#fff}.mo-weather-widget .wx-fc-temp em{color:#ffffffb3}.om-footer-brand .om-footer-tagline{color:#94a3b8;margin:.5rem 0 1rem;font-size:.9rem;line-height:1.5}.om-footer-social{gap:.5rem;display:flex}.om-footer-social a{color:#cbd5e1;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8rem;font-weight:700;display:inline-flex}.om-footer-social a:hover{color:#fff;background:#e10600}.om-footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.om-footer-bottom a{color:#94a3b8}.om-footer-bottom a:hover{color:#fff}@media (max-width:768px){.om-footer-grid{grid-template-columns:1fr 1fr}.om-footer-bottom{text-align:center;justify-content:center}}@media (max-width:480px){.om-footer-grid{grid-template-columns:1fr}}.ma-topbar .om-topbar-market{flex-wrap:wrap;gap:1.1rem;font-size:.82rem;font-weight:600;display:flex}.ma-topbar .om-market-item{white-space:nowrap}.ma-topbar .om-market-up{color:#16a34a}.ma-topbar .om-market-down{color:#dc2626}@media (max-width:768px){.ma-topbar .om-topbar-market,.om-topbar-market{display:none}}.theme-farklibakis{background:var(--paper-deep)}.fb-app{flex-direction:column;min-height:100vh;display:flex}.fb-header{background:var(--paper);border-bottom:3px double var(--ink)}.fb-topline{letter-spacing:.06em;text-transform:uppercase;max-width:1200px;color:var(--muted);border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.5rem 1.5rem;font-size:.72rem;display:flex}.fb-topline-brand{text-transform:none;letter-spacing:0;font-style:italic}.fb-search input{background:var(--paper-deep);color:var(--ink);border:1px solid #00000026;border-radius:999px;width:140px;padding:.3rem .9rem;font-size:.8rem}.fb-masthead{text-align:center;padding:1.6rem 1rem 1rem}.fb-logo{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);font-size:clamp(2.4rem,6vw,4rem);font-weight:900;line-height:1}.fb-nav{border-top:1px solid #0000001f;flex-wrap:wrap;justify-content:center;gap:1.6rem;max-width:1200px;margin:0 auto;padding:.8rem 1rem;display:flex}.fb-nav-link{font-family:var(--font-body);letter-spacing:.03em;text-transform:uppercase;color:var(--ink);border-bottom:2px solid #0000;padding-bottom:2px;font-size:.86rem;font-weight:600;transition:color .15s,border-color .15s}.fb-nav-link:hover,.fb-nav-link.is-home{color:var(--accent);border-color:var(--accent)}.fb-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.fb-grid{grid-template-columns:minmax(0,1fr) 320px;gap:2.5rem;display:grid}.fb-kicker{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.72rem;font-weight:700;display:inline-block}.fb-lead{border-bottom:1px solid #0000001f;grid-template-columns:1.1fr 1fr;align-items:center;gap:1.8rem;padding-bottom:2rem;display:grid}.fb-lead-media img{aspect-ratio:4/3;object-fit:cover;width:100%}.fb-lead-title{font-family:var(--font-display);color:var(--ink);font-size:clamp(1.8rem,3.4vw,2.9rem);line-height:1.12}.fb-lead-dek{color:var(--muted);margin-top:.8rem;font-size:1.05rem;line-height:1.6}.fb-lead-time{color:var(--muted);margin-top:.9rem;font-size:.78rem;font-style:italic;display:block}.fb-lead:hover .fb-lead-title{color:var(--accent)}.fb-secondary{border-bottom:1px solid #0000001f;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem 0;display:grid}.fb-sec-card img{aspect-ratio:16/10;object-fit:cover;width:100%;margin-bottom:.7rem}.fb-sec-card h3{font-family:var(--font-display);color:var(--ink);font-size:1.1rem;line-height:1.25}.fb-sec-card:hover h3{color:var(--accent)}.fb-section{padding:2rem 0 .5rem}.fb-section-title{font-family:var(--font-display);color:var(--ink);border-bottom:2px solid var(--accent);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;display:inline-block}.fb-opinion{border-top:1px solid #0000001f;margin-top:1.5rem;padding:2rem 0}.fb-opinion-list{grid-template-columns:1fr 1fr;gap:1.4rem 2rem;display:grid}.fb-opinion-list li{border-left:3px solid var(--accent);padding-left:1rem}.fb-opinion-cat{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-size:.7rem;font-weight:700}.fb-opinion-list h3{font-family:var(--font-display);color:var(--ink);margin:.3rem 0;font-size:1.15rem;line-height:1.3}.fb-opinion-list p{color:var(--muted);font-size:.9rem;line-height:1.5}.fb-opinion-list li:hover h3{color:var(--accent)}.fb-home-ad,.fb-article-ad{text-align:center;margin:2rem 0}.fb-rail{flex-direction:column;gap:1.6rem;display:flex}.fb-rail-widget{background:var(--paper);border:1px solid #0000001a;padding:1.1rem}.fb-rail-ad{text-align:center}.fb-wrap{max-width:1200px;margin:0 auto}.fb-article-layout{grid-template-columns:minmax(0,1fr) 320px;gap:2.5rem;padding:2rem 1.5rem;display:grid}.fb-article{background:var(--paper)}.fb-article-title{font-family:var(--font-display);color:var(--ink);margin:.3rem 0 .6rem;font-size:clamp(1.9rem,3.6vw,3rem);line-height:1.12}.fb-article-dek{color:var(--muted);font-size:1.15rem;font-style:italic;line-height:1.6}.fb-article-meta{color:var(--muted);margin:.8rem 0;font-size:.82rem}.fb-article-hero{margin:1.2rem 0}.fb-article-hero img{object-fit:cover;width:100%}.fb-article-body{color:var(--ink);font-size:1.12rem;line-height:1.85}.fb-article-body p{margin-bottom:1.2rem}.fb-article-body>p:first-of-type:first-letter{font-family:var(--font-display);float:left;color:var(--accent);padding:.2rem .6rem 0 0;font-size:3.4rem;font-weight:900;line-height:.8}.fb-related{border-top:1px solid #0000001f;margin-top:2rem;padding-top:1.5rem}.fb-related-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem;display:grid}.fb-related-card{gap:.8rem;display:flex}.fb-related-card img{object-fit:cover;flex:none;width:90px;height:68px}.fb-related-card h3{font-family:var(--font-display);color:var(--ink);font-size:1rem;line-height:1.25}.fb-related-card:hover h3{color:var(--accent)}.fb-footer{background:var(--ink);color:#e5e7eb;margin-top:3rem}.fb-footer-inner{grid-template-columns:1.4fr 2fr;gap:2rem;max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem;display:grid}.fb-footer-logo{font-family:var(--font-display);color:#fff;font-size:1.8rem;font-weight:900}.fb-footer-brand p{color:#9ca3af;margin-top:.5rem;font-style:italic}.fb-footer-cols{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.fb-footer-cols h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.7rem;font-size:.75rem}.fb-footer-cols a{color:#cbd5e1;padding:.2rem 0;font-size:.9rem;display:block}.fb-footer-cols a:hover{color:#fff}.fb-footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #ffffff1a;padding:1rem 1.5rem;font-size:.8rem}@media (max-width:1000px){.fb-grid,.fb-article-layout,.fb-lead,.fb-footer-inner{grid-template-columns:1fr}}@media (max-width:640px){.fb-secondary,.fb-opinion-list,.fb-related-grid{grid-template-columns:1fr}.fb-footer-cols{grid-template-columns:1fr 1fr}.fb-topline-brand{display:none}}.theme-arabaslik{background:var(--paper-deep)}.ab-app{flex-direction:column;min-height:100vh;display:flex}.ab-header{z-index:40;position:sticky;top:0}.ab-bar{background:var(--nav);color:#fff;align-items:center;gap:1.5rem;width:100%;max-width:1180px;margin:0 auto;padding:.7rem 1.5rem;display:flex}.ab-logo{font-family:var(--font-display);color:#fff;align-items:center;gap:.35rem;font-size:1.35rem;font-weight:700;display:inline-flex}.ab-logo-mark{color:var(--accent);font-weight:700}.ab-nav{flex-wrap:wrap;flex:1;gap:1.1rem;display:flex}.ab-nav-link{color:#d4d4d8;font-size:.85rem;font-weight:600}.ab-nav-link:hover{color:var(--accent)}.ab-search input{color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:6px;width:130px;padding:.35rem .7rem;font-size:.82rem}.ab-search input::placeholder{color:#a1a1aa}.ab-subbar{background:var(--accent);color:#fff;letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;gap:1rem;max-width:1180px;margin:0 auto;padding:.3rem 1.5rem;font-size:.72rem;font-weight:600;display:flex}.ab-main{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:1.8rem 1.5rem}.ab-grid{grid-template-columns:minmax(0,1fr) 310px;gap:2.2rem;display:grid}.ab-brief-label{font-family:var(--font-display);color:var(--ink);border-bottom:3px solid var(--accent);margin-bottom:1.2rem;padding-bottom:.3rem;font-size:1.4rem;font-weight:700;display:inline-block}.ab-kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.4rem;font-size:.7rem;font-weight:700;display:inline-block}.ab-lead{border-bottom:2px solid var(--ink);grid-template-columns:300px 1fr;gap:1.4rem;margin-bottom:1.2rem;padding-bottom:1.5rem;display:grid}.ab-lead img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%}.ab-lead-body h2{font-family:var(--font-display);color:var(--ink);font-size:1.7rem;line-height:1.2}.ab-lead-body p{color:var(--muted);margin-top:.5rem;line-height:1.55}.ab-lead-time{color:var(--muted);margin-top:.6rem;font-size:.75rem;display:block}.ab-lead:hover h2{color:var(--accent)}.ab-digest{flex-direction:column;display:flex}.ab-digest-item{border-bottom:1px solid #00000014;padding:.9rem 0}.ab-di-meta{align-items:center;gap:.7rem;margin-bottom:.25rem;display:flex}.ab-di-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-size:.68rem;font-weight:700}.ab-di-time{color:var(--muted);font-size:.72rem}.ab-di-head{font-family:var(--font-display);color:var(--ink);font-size:1.15rem;line-height:1.25}.ab-di-dek{color:var(--muted);margin-top:.2rem;font-size:.9rem;line-height:1.45}.ab-digest-item:hover .ab-di-head{color:var(--accent)}.ab-home-ad{text-align:center;margin:1.6rem 0}.ab-digest-cols{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem;display:grid}.ab-digest-title{font-family:var(--font-display);color:var(--ink);border-bottom:2px solid var(--accent);margin-bottom:.6rem;padding-bottom:.35rem;font-size:1.05rem}.ab-digest-title a:hover{color:var(--accent)}.ab-digest-list li{border-bottom:1px dotted #00000026}.ab-digest-list a{align-items:baseline;gap:.5rem;padding:.5rem 0;display:flex}.ab-dot{background:var(--accent);border-radius:999px;flex:none;width:6px;height:6px;transform:translateY(-2px)}.ab-digest-head{color:var(--ink);font-size:.92rem;font-weight:500;line-height:1.35}.ab-digest-list a:hover .ab-digest-head{color:var(--accent)}.ab-rail{flex-direction:column;gap:1.4rem;display:flex}.ab-rail-widget{background:var(--paper);border:1px solid #00000017;border-radius:8px;padding:1rem}.ab-rail-ad{text-align:center}.ab-wrap{max-width:1180px;margin:0 auto}.ab-article-layout{grid-template-columns:minmax(0,1fr) 310px;gap:2.2rem;padding:1.8rem 1.5rem;display:grid}.ab-article-title{font-family:var(--font-display);color:var(--ink);margin:.3rem 0 .5rem;font-size:clamp(1.7rem,3.2vw,2.5rem);line-height:1.18}.ab-article-dek{color:var(--muted);font-size:1.1rem;line-height:1.55}.ab-article-meta{color:var(--muted);margin:.7rem 0;font-size:.8rem}.ab-article-hero{margin:1rem 0}.ab-article-hero img{object-fit:cover;border-radius:8px;width:100%}.ab-article-body{color:var(--ink);font-size:1.08rem;line-height:1.8}.ab-article-body p{margin-bottom:1.1rem}.ab-related{border-top:2px solid var(--ink);margin-top:1.8rem;padding-top:1.2rem}.ab-footer{background:var(--nav);color:#d4d4d8;margin-top:2.5rem}.ab-footer-inner{text-align:center;max-width:1180px;margin:0 auto;padding:2rem 1.5rem}.ab-footer-brand{font-family:var(--font-display);color:#fff;align-items:center;gap:.35rem;font-size:1.4rem;font-weight:700;display:inline-flex}.ab-footer-links{flex-wrap:wrap;justify-content:center;gap:.4rem 1.2rem;margin:1rem 0;display:flex}.ab-footer-links a{color:#d4d4d8;font-size:.85rem}.ab-footer-links a:hover{color:var(--accent)}.ab-footer-copy{color:#a1a1aa;font-size:.78rem}@media (max-width:1000px){.ab-grid,.ab-article-layout,.ab-lead{grid-template-columns:1fr}}@media (max-width:640px){.ab-digest-cols{grid-template-columns:1fr}.ab-subbar .ab-tagline{display:none}}.theme-netdurus{background:var(--paper-deep)}.nd-app{flex-direction:column;min-height:100vh;display:flex}.nd-masthead{background:var(--nav);color:#fff}.nd-mast-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:grid}.nd-date{letter-spacing:.05em;text-transform:uppercase;color:#a1a1aa;font-size:.72rem;font-weight:600}.nd-logo{font-family:var(--font-display);letter-spacing:-.03em;text-transform:uppercase;color:#fff;text-align:center;font-size:clamp(2rem,5vw,3.2rem);font-weight:900;line-height:1}.nd-search{justify-self:end}.nd-search input{color:#fff;letter-spacing:.08em;background:0 0;border:1px solid #ffffff4d;width:110px;padding:.3rem .7rem;font-size:.75rem}.nd-search input::placeholder{color:#a1a1aa}.nd-nav{background:var(--accent)}.nd-nav-inner{flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.nd-nav-link{color:#fff;letter-spacing:.05em;text-transform:uppercase;border-right:1px solid #fff3;padding:.7rem 1rem;font-size:.82rem;font-weight:700}.nd-nav-link:hover,.nd-nav-link.is-home{background:#000000d9}.nd-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 2rem}.nd-ticker{border:2px solid var(--ink);background:var(--paper);align-items:stretch;margin-bottom:1.5rem;display:flex}.nd-ticker-badge{background:var(--accent);color:#fff;letter-spacing:.06em;white-space:nowrap;align-items:center;padding:.6rem 1rem;font-size:.8rem;font-weight:900;display:flex}.nd-ticker-strip{flex:1;align-items:center;display:flex;overflow:hidden}.nd-ticker-track{white-space:nowrap;overflow:hidden}.nd-ticker-move{animation:55s linear infinite ticker-scroll;display:inline-flex}.nd-hero-row{grid-template-columns:minmax(0,1.7fr) 1fr;gap:1.2rem;margin-bottom:1.5rem;display:grid}.nd-hero-main .hero-slider{height:460px}.nd-hero-side{flex-direction:column;gap:.8rem;display:flex}.nd-hero-side-card{border-bottom:2px solid var(--ink);flex:1;grid-template-columns:110px 1fr;gap:.7rem;padding-bottom:.8rem;display:grid}.nd-hero-side-card img{object-fit:cover;width:110px;height:80px}.nd-hero-side-card h3{font-family:var(--font-display);color:var(--ink);font-size:1.02rem;font-weight:800;line-height:1.2}.nd-hero-side-card:hover h3{color:var(--accent)}.nd-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.2rem;font-size:.68rem;font-weight:800;display:inline-block}.nd-body{grid-template-columns:minmax(0,1fr) 320px;gap:2.2rem;display:grid}.nd-section{margin-bottom:1.5rem}.nd-section .module-header h2,.nd-section .module-header h3{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;border-left:5px solid var(--accent);padding-left:.6rem;font-weight:900}.nd-home-ad{text-align:center;margin:1.5rem 0}.nd-rail{flex-direction:column;gap:1.4rem;display:flex}.nd-rail-widget{background:var(--paper);border:2px solid var(--ink);padding:1rem}.nd-rail-widget .module-header h3{font-family:var(--font-display);text-transform:uppercase;font-weight:900}.nd-rail-ad{text-align:center}.nd-wrap{max-width:1200px;margin:0 auto}.nd-article-layout{grid-template-columns:minmax(0,1fr) 320px;gap:2.2rem;padding:1.5rem;display:grid}.nd-cat-lg{font-size:.8rem}.nd-article-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:var(--ink);margin:.3rem 0 .6rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.08}.nd-article-dek{color:var(--muted);font-size:1.15rem;font-weight:500;line-height:1.5}.nd-article-meta{border-top:2px solid var(--ink);color:var(--muted);border-bottom:1px solid #00000026;margin:.7rem 0;padding:.5rem 0;font-size:.82rem}.nd-article-hero{margin:1.2rem 0}.nd-article-hero img{object-fit:cover;width:100%}.nd-article-body{color:var(--ink);font-size:1.1rem;line-height:1.8}.nd-article-body p{margin-bottom:1.1rem}.nd-footer{background:var(--nav);color:#d4d4d8;border-top:5px solid var(--accent);margin-top:2.5rem}.nd-footer-inner{text-align:center;max-width:1200px;margin:0 auto;padding:2.2rem 1.5rem}.nd-footer-brand{font-family:var(--font-display);text-transform:uppercase;color:#fff;font-size:2rem;font-weight:900}.nd-footer-tag{color:#a1a1aa;margin-top:.3rem;font-size:.9rem}.nd-footer-links{flex-wrap:wrap;justify-content:center;gap:.4rem 1.2rem;margin:1.1rem 0;display:flex}.nd-footer-links a{color:#d4d4d8;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;font-weight:600}.nd-footer-links a:hover{color:var(--accent)}.nd-footer-copy{color:#71717a;font-size:.78rem}@media (max-width:1000px){.nd-hero-row,.nd-body,.nd-article-layout{grid-template-columns:1fr}.nd-mast-inner{text-align:center;grid-template-columns:1fr}.nd-date,.nd-search{display:none}.nd-hero-main .hero-slider{height:340px}}.theme-haykiris{background:var(--paper-deep)}.hk-app{flex-direction:column;min-height:100vh;display:flex}.hk-header{z-index:40;position:sticky;top:0}.hk-bar{background:var(--accent);color:#fff;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:.7rem 1.5rem;display:flex}.hk-logo{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;color:#fff;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700}.hk-logo-excl{color:var(--highlight)}.hk-search input{color:#fff;letter-spacing:.08em;background:#0003;border:1px solid #ffffff59;border-radius:4px;width:120px;padding:.35rem .8rem;font-size:.78rem}.hk-search input::placeholder{color:#ffffffb3}.hk-nav{background:var(--nav);flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.hk-nav-link{color:#f4f4f5;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.04em;padding:.6rem .95rem;font-size:.86rem;font-weight:500}.hk-nav-link:hover,.hk-nav-link.is-home{color:var(--highlight)}.hk-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.3rem 1.5rem 2rem}.hk-ticker{background:var(--nav);align-items:stretch;margin-bottom:1.3rem;display:flex}.hk-ticker-badge{background:var(--highlight);color:#18181b;font-family:var(--font-display);white-space:nowrap;letter-spacing:.04em;align-items:center;padding:.55rem 1rem;font-weight:700;display:flex}.hk-ticker-strip{color:#fff;flex:1;align-items:center;display:flex;overflow:hidden}.hk-ticker-track{white-space:nowrap;overflow:hidden}.hk-ticker-move{animation:45s linear infinite ticker-scroll;display:inline-flex}.hk-ticker-strip a{color:#fff}.hk-ticker-strip a:hover{color:var(--highlight)}.hk-hero-row{grid-template-columns:minmax(0,1.6fr) 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.hk-hero-lead{min-height:440px;display:block;position:relative;overflow:hidden}.hk-hero-lead img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hk-hero-shade{background:linear-gradient(#0000 0%,#0003 45%,#000000d9 100%);position:absolute;inset:0}.hk-hero-copy{color:#fff;padding:1.6rem;position:absolute;bottom:0;left:0;right:0}.hk-flag{background:var(--accent);color:#fff;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;padding:.25rem .7rem;font-size:.78rem;font-weight:600;display:inline-block}.hk-hero-copy h1{font-family:var(--font-display);text-transform:uppercase;font-size:clamp(1.6rem,3.4vw,2.8rem);font-weight:700;line-height:1.08}.hk-hero-copy p{color:#e5e7eb;max-width:44ch;margin-top:.5rem;font-size:1rem}.hk-hero-side{flex-direction:column;gap:.7rem;display:flex}.hk-side-card{background:var(--paper);border-bottom:3px solid var(--accent);flex:1;grid-template-columns:108px 1fr;align-items:center;gap:.7rem;display:grid}.hk-side-card img{object-fit:cover;width:108px;height:78px}.hk-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-size:.66rem;font-weight:700;display:inline-block}.hk-side-card h3{font-family:var(--font-display);color:var(--ink);font-size:1rem;font-weight:500;line-height:1.2}.hk-side-card:hover h3{color:var(--accent)}.hk-body{grid-template-columns:minmax(0,1fr) 320px;gap:2.2rem;display:grid}.hk-flash-block{background:var(--paper);border:2px solid var(--ink);margin-bottom:1.5rem}.hk-block-title{background:var(--ink);color:#fff;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;font-size:1rem;font-weight:600}.hk-flash-list li{border-bottom:1px dashed #00000026}.hk-flash-list a{align-items:baseline;gap:.8rem;padding:.6rem 1rem;display:flex}.hk-flash-time{color:#fff;background:var(--accent);border-radius:3px;flex:none;padding:.1rem .5rem;font-size:.72rem;font-weight:700}.hk-flash-head{font-family:var(--font-display);color:var(--ink);font-size:1.05rem;font-weight:500;line-height:1.25}.hk-flash-list a:hover .hk-flash-head{color:var(--accent)}.hk-home-ad{text-align:center;margin:1.5rem 0}.hk-section{margin-bottom:1.5rem}.hk-section .module-header h2,.hk-section .module-header h3{font-family:var(--font-display);text-transform:uppercase;color:var(--accent);font-weight:600}.hk-rail{flex-direction:column;gap:1.4rem;display:flex}.hk-rail-widget{background:var(--paper);border:2px solid var(--ink);padding:1rem}.hk-rail-widget .module-header h3{font-family:var(--font-display);text-transform:uppercase;font-weight:600}.hk-rail-ad{text-align:center}.hk-wrap{max-width:1200px;margin:0 auto}.hk-article-layout{grid-template-columns:minmax(0,1fr) 320px;gap:2.2rem;padding:1.5rem;display:grid}.hk-article-title{font-family:var(--font-display);text-transform:uppercase;color:var(--ink);margin:.4rem 0 .5rem;font-size:clamp(1.9rem,3.8vw,3rem);font-weight:700;line-height:1.08}.hk-article-dek{color:var(--muted);font-size:1.12rem;line-height:1.5}.hk-article-meta{color:var(--muted);margin:.7rem 0;font-size:.82rem}.hk-article-hero{margin:1.1rem 0}.hk-article-hero img{object-fit:cover;width:100%}.hk-article-body{color:var(--ink);font-size:1.08rem;line-height:1.8}.hk-article-body p{margin-bottom:1.1rem}.hk-footer{background:var(--nav);color:#d4d4d8;border-top:4px solid var(--accent);margin-top:2.5rem}.hk-footer-inner{text-align:center;max-width:1200px;margin:0 auto;padding:2.2rem 1.5rem}.hk-footer-brand{font-family:var(--font-display);text-transform:uppercase;color:#fff;font-size:2rem;font-weight:700}.hk-footer-tag{color:#a1a1aa;margin-top:.3rem}.hk-footer-links{flex-wrap:wrap;justify-content:center;gap:.4rem 1.1rem;margin:1.1rem 0;display:flex}.hk-footer-links a{color:#d4d4d8;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem}.hk-footer-links a:hover{color:var(--highlight)}.hk-footer-copy{color:#71717a;font-size:.78rem}@media (max-width:1000px){.hk-hero-row,.hk-body,.hk-article-layout{grid-template-columns:1fr}.hk-hero-lead{min-height:320px}}.theme-kritikhaber{background:var(--paper-deep)}.kh-app{background:var(--paper);flex-direction:column;min-height:100vh;display:flex}.kh-header{border-bottom:3px double var(--ink);background:var(--paper)}.kh-topline{max-width:1180px;color:var(--muted);border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.4rem 1.5rem;font-size:.74rem;display:flex}.kh-topline-mid{font-style:italic}.kh-search input{background:var(--paper);width:130px;color:var(--ink);border:1px solid #0003;padding:.25rem .7rem;font-size:.78rem}.kh-masthead{text-align:center;padding:1.3rem 1rem .8rem}.kh-logo{font-family:var(--font-display);letter-spacing:.01em;color:var(--accent);font-size:clamp(2.2rem,5.5vw,3.6rem);font-weight:900}.kh-nav{border-top:2px solid var(--ink);border-bottom:1px solid var(--ink);flex-wrap:wrap;justify-content:center;max-width:1180px;margin:0 auto;display:flex}.kh-nav-link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.04em;color:var(--ink);border-right:1px solid #0000001f;padding:.55rem 1rem;font-size:.82rem;font-weight:600}.kh-nav-link:first-child{border-left:1px solid #0000001f}.kh-nav-link:hover,.kh-nav-link.is-home{color:var(--accent)}.kh-main{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:1.6rem 1.5rem 2rem}.kh-front{grid-template-columns:1fr 1.7fr 1fr;gap:0;display:grid}.kh-front-col{padding:0 1.2rem}.kh-front-center{border-left:1px solid #0000002e;border-right:1px solid #0000002e;padding:0 1.4rem}.kh-col-head{font-family:var(--font-display);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--accent);margin-bottom:.7rem;padding-bottom:.3rem;font-size:.95rem;font-weight:700}.kh-col-list li{border-bottom:1px solid #0000001f;padding:.6rem 0}.kh-col-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-size:.66rem;font-weight:700}.kh-col-list h4{font-family:var(--font-display);color:var(--ink);margin-top:.15rem;font-size:1.02rem;line-height:1.3}.kh-col-list p{color:var(--muted);margin-top:.2rem;font-size:.85rem;line-height:1.45}.kh-col-list li:hover h4{color:var(--accent)}.kh-lead-title{font-family:var(--font-display);color:var(--ink);margin-bottom:.7rem;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.16}.kh-lead img{aspect-ratio:16/9;object-fit:cover;width:100%;margin-bottom:.7rem}.kh-lead-dek{color:var(--ink);column-count:2;column-gap:1.4rem;font-size:1.05rem;line-height:1.7}.kh-lead-time{color:var(--muted);margin-top:.7rem;font-size:.78rem;font-style:italic;display:block}.kh-lead:hover .kh-lead-title{color:var(--accent)}.kh-home-ad{text-align:center;border-top:1px solid #0000001f;border-bottom:1px solid #0000001f;margin:1.8rem 0;padding:1rem 0}.kh-body{grid-template-columns:minmax(0,1fr) 310px;gap:2.2rem;display:grid}.kh-section{margin-bottom:1.5rem}.kh-section .module-header h2,.kh-section .module-header h3{font-family:var(--font-display);color:var(--accent);border-bottom:2px solid var(--accent);font-weight:700}.kh-rail{flex-direction:column;gap:1.4rem;display:flex}.kh-rail-widget{background:var(--paper-deep);border:1px solid #0000001f;padding:1rem}.kh-rail-widget .module-header h3{font-family:var(--font-display);color:var(--accent)}.kh-rail-ad{text-align:center}.kh-wrap{max-width:1180px;margin:0 auto}.kh-article-layout{grid-template-columns:minmax(0,1fr) 310px;gap:2.2rem;padding:1.6rem 1.5rem;display:grid}.kh-article-title{font-family:var(--font-display);color:var(--ink);margin:.3rem 0 .5rem;font-size:clamp(1.8rem,3.4vw,2.7rem);font-weight:900;line-height:1.16}.kh-article-dek{color:var(--muted);font-size:1.12rem;font-style:italic;line-height:1.55}.kh-article-meta{color:var(--muted);border-top:1px solid #00000026;border-bottom:1px solid #00000026;margin:.7rem 0;padding:.4rem 0;font-size:.8rem}.kh-article-hero{margin:1.1rem 0}.kh-article-hero img{object-fit:cover;width:100%}.kh-article-body{color:var(--ink);font-size:1.1rem;line-height:1.85}.kh-article-body p{margin-bottom:1.1rem}.kh-footer{background:var(--accent);color:#e5eaf0;margin-top:2.5rem}.kh-footer-inner{grid-template-columns:1.2fr 2fr;align-items:start;gap:2rem;max-width:1180px;margin:0 auto;padding:2.2rem 1.5rem;display:grid}.kh-footer-brand{font-family:var(--font-display);color:#fff;font-size:1.9rem;font-weight:900}.kh-footer-cols{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.kh-footer-cols h4{text-transform:uppercase;letter-spacing:.08em;color:#cbd5e1;margin-bottom:.6rem;font-size:.75rem}.kh-footer-cols a{color:#e5eaf0;padding:.18rem 0;font-size:.88rem;display:block}.kh-footer-cols a:hover{color:#fff;text-decoration:underline}.kh-footer-bottom{text-align:center;color:#cbd5e1;border-top:1px solid #ffffff26;padding:1rem 1.5rem;font-size:.78rem}@media (max-width:1000px){.kh-front{grid-template-columns:1fr}.kh-front-center{border:1px solid #00000026;border-left:none;border-right:none;margin:1rem 0;padding:1rem 0}.kh-body,.kh-article-layout,.kh-footer-inner{grid-template-columns:1fr}.kh-lead-dek{column-count:1}}.theme-nedennasil{background:var(--paper-deep)}.nn-app{flex-direction:column;min-height:100vh;display:flex}.nn-header{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-bottom:1px solid #4f46e51f;position:sticky;top:0}.nn-bar{align-items:center;gap:1.5rem;max-width:1180px;margin:0 auto;padding:.8rem 1.5rem;display:flex}.nn-logo{align-items:center;gap:.5rem;display:inline-flex}.nn-logo-mark{background:var(--accent);color:#fff;width:34px;height:34px;font-family:var(--font-display);border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:inline-flex}.nn-logo-text{font-family:var(--font-display);color:var(--ink);font-size:1.3rem;font-weight:800}.nn-nav{flex-wrap:wrap;flex:1;gap:.3rem;display:flex}.nn-nav-link{color:var(--muted);border-radius:999px;padding:.4rem .8rem;font-size:.86rem;font-weight:600}.nn-nav-link:hover{color:var(--accent);background:#4f46e514}.nn-search input{width:160px;color:var(--ink);background:#fff;border:1px solid #4f46e533;border-radius:999px;padding:.4rem 1rem;font-size:.82rem}.nn-main{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:1.8rem 1.5rem 2rem}.nn-grid{grid-template-columns:minmax(0,1fr) 320px;gap:2rem;display:grid}.nn-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin-bottom:.3rem;font-size:.7rem;font-weight:700;display:inline-block}.nn-hero-card{background:#fff;border-radius:22px;grid-template-columns:1.1fr 1fr;display:grid;overflow:hidden;box-shadow:0 12px 34px #1e1b4b1a}.nn-hero-media img{object-fit:cover;width:100%;height:100%;min-height:260px}.nn-hero-body{padding:1.8rem}.nn-badge{background:var(--highlight);color:#fff;border-radius:999px;margin-bottom:.7rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.nn-hero-body h1{font-family:var(--font-display);color:var(--ink);font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;line-height:1.18}.nn-hero-body p{color:var(--muted);margin-top:.7rem;line-height:1.6}.nn-hero-time{color:var(--muted);margin-top:.9rem;font-size:.78rem;display:block}.nn-hero-card:hover h1{color:var(--accent)}.nn-explain{margin-top:2rem}.nn-explain-head{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.nn-explain-head h2{font-family:var(--font-display);color:var(--ink);font-size:1.4rem;font-weight:800}.nn-more{color:var(--accent);font-size:.85rem;font-weight:600}.nn-q-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.nn-q-card{background:#fff;border:1px solid #4f46e51f;border-radius:16px;align-items:flex-start;gap:.9rem;padding:1.1rem;display:flex}.nn-q-mark{width:38px;height:38px;color:var(--accent);font-family:var(--font-display);background:#4f46e51a;border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:inline-flex}.nn-q-card h3{font-family:var(--font-display);color:var(--ink);font-size:1.02rem;font-weight:700;line-height:1.3}.nn-q-card:hover{border-color:var(--accent);box-shadow:0 8px 22px #4f46e51f}.nn-card-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.nn-card{background:#fff;border:1px solid #1e1b4b12;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #1e1b4b0d}.nn-card-media img{aspect-ratio:16/10;object-fit:cover;width:100%}.nn-card-body{padding:1rem}.nn-card-body h3{font-family:var(--font-display);color:var(--ink);font-size:1.05rem;font-weight:700;line-height:1.28}.nn-card-body p{color:var(--muted);margin-top:.4rem;font-size:.88rem;line-height:1.45}.nn-card:hover{transition:all .2s;transform:translateY(-3px);box-shadow:0 12px 28px #1e1b4b1f}.nn-card:hover h3{color:var(--accent)}.nn-home-ad{text-align:center;margin:2rem 0}.nn-rail{flex-direction:column;gap:1.3rem;display:flex}.nn-rail-widget{background:#fff;border:1px solid #1e1b4b12;border-radius:16px;padding:1.1rem}.nn-rail-ad{text-align:center}.nn-wrap{max-width:1180px;margin:0 auto}.nn-article-layout{grid-template-columns:minmax(0,1fr) 320px;gap:2rem;padding:1.8rem 1.5rem;display:grid}.nn-article{background:#fff;border-radius:20px;padding:1.8rem;box-shadow:0 8px 26px #1e1b4b12}.nn-article-title{font-family:var(--font-display);color:var(--ink);margin:.3rem 0 .7rem;font-size:clamp(1.7rem,3.2vw,2.6rem);font-weight:800;line-height:1.16}.nn-summary{border-left:4px solid var(--accent);background:#4f46e50f;border-radius:0 12px 12px 0;margin-bottom:1rem;padding:.9rem 1.1rem}.nn-summary-label{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-size:.72rem;font-weight:800}.nn-summary p{color:var(--ink);margin-top:.3rem;line-height:1.55}.nn-article-meta{color:var(--muted);margin:.6rem 0;font-size:.8rem}.nn-article-hero{margin:1rem 0}.nn-article-hero img{object-fit:cover;border-radius:14px;width:100%}.nn-article-body{color:var(--ink);font-size:1.08rem;line-height:1.8}.nn-article-body p{margin-bottom:1.1rem}.nn-footer{background:var(--ink);color:#c7d2fe;margin-top:2.5rem}.nn-footer-inner{grid-template-columns:1fr 2fr;align-items:center;gap:2rem;max-width:1180px;margin:0 auto;padding:2.2rem 1.5rem;display:grid}.nn-footer-brand{font-family:var(--font-display);color:#fff;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:800;display:flex}.nn-footer-brand p{font-family:var(--font-body);color:#a5b4fc;flex-basis:100%;margin-top:.3rem;font-size:.88rem;font-weight:400}.nn-footer-links{flex-wrap:wrap;justify-content:flex-end;gap:.4rem 1.2rem;display:flex}.nn-footer-links a{color:#c7d2fe;font-size:.88rem}.nn-footer-links a:hover{color:#fff}.nn-footer-bottom{text-align:center;color:#a5b4fc;border-top:1px solid #ffffff1f;padding:1rem 1.5rem;font-size:.78rem}@media (max-width:1000px){.nn-grid,.nn-article-layout,.nn-hero-card{grid-template-columns:1fr}.nn-card-grid{grid-template-columns:1fr 1fr}.nn-footer-inner{grid-template-columns:1fr}.nn-footer-links{justify-content:flex-start}}@media (max-width:640px){.nn-q-grid,.nn-card-grid{grid-template-columns:1fr}}.theme-buzdagi{background:var(--paper-deep);color:var(--ink)}.bz-app{flex-direction:column;min-height:100vh;display:flex}.bz-header{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#060b16d9;border-bottom:1px solid #38bdf82e;position:sticky;top:0}.bz-bar{align-items:center;gap:1.5rem;max-width:1180px;margin:0 auto;padding:.8rem 1.5rem;display:flex}.bz-logo{align-items:center;gap:.5rem;display:inline-flex}.bz-logo-mark{color:var(--accent);filter:drop-shadow(0 0 8px #38bdf899);font-size:1.5rem}.bz-logo-text{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;font-size:1.3rem;font-weight:700}.bz-nav{flex-wrap:wrap;flex:1;gap:1.1rem;display:flex}.bz-nav-link{color:var(--muted);font-size:.86rem;font-weight:500}.bz-nav-link:hover{color:var(--accent)}.bz-search input{color:#fff;background:#ffffff0d;border:1px solid #ffffff24;border-radius:999px;width:150px;padding:.4rem 1rem;font-size:.82rem}.bz-search input::placeholder{color:var(--muted)}.bz-main{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:1.8rem 1.5rem 2rem}.bz-grid{grid-template-columns:minmax(0,1fr) 320px;gap:2rem;display:grid}.bz-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.3rem;font-size:.7rem;font-weight:700;display:inline-block}.bz-hero{border:1px solid #38bdf826;border-radius:18px;min-height:420px;display:block;position:relative;overflow:hidden}.bz-hero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.bz-hero-shade{background:linear-gradient(#0b122026 0%,#0b12208c 55%,#060b16f5 100%);position:absolute;inset:0}.bz-hero-copy{padding:1.8rem;position:absolute;bottom:0;left:0;right:0}.bz-flag{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;background:#38bdf829;border:1px solid #38bdf859;border-radius:999px;margin-bottom:.7rem;padding:.25rem .75rem;font-size:.72rem;font-weight:700;display:inline-block}.bz-hero-copy h1{font-family:var(--font-display);color:#fff;font-size:clamp(1.6rem,3.4vw,2.7rem);font-weight:700;line-height:1.12}.bz-hero-copy p{color:#cbd5e1;max-width:52ch;margin-top:.6rem;line-height:1.55}.bz-hero-time{color:var(--muted);margin-top:.8rem;font-size:.78rem;display:block}.bz-under{grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:1.5rem;display:grid}.bz-under-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;overflow:hidden}.bz-under-card img{aspect-ratio:16/10;object-fit:cover;width:100%}.bz-under-body{padding:.9rem}.bz-under-body h3{font-family:var(--font-display);color:#e6edf6;font-size:1rem;font-weight:600;line-height:1.28}.bz-under-card:hover{border-color:#38bdf866}.bz-under-card:hover h3{color:var(--accent)}.bz-home-ad{text-align:center;margin:2rem 0}.bz-section{margin-top:2rem}.bz-section-head{border-bottom:1px solid #38bdf833;justify-content:space-between;align-items:baseline;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.bz-section-head h2{font-family:var(--font-display);color:#fff;font-size:1.35rem;font-weight:700}.bz-section-head h2:before{content:"◭";color:var(--accent);margin-right:.45rem;font-size:.9em}.bz-more{color:var(--accent);font-size:.85rem;font-weight:600}.bz-card-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.bz-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;transition:all .2s;overflow:hidden}.bz-card-media img{aspect-ratio:16/10;object-fit:cover;width:100%}.bz-card-body{padding:1rem}.bz-card-body h3{font-family:var(--font-display);color:#e6edf6;font-size:1.05rem;font-weight:600;line-height:1.28}.bz-card-body p{color:var(--muted);margin-top:.4rem;font-size:.88rem;line-height:1.45}.bz-card:hover{border-color:#38bdf866;transform:translateY(-3px);box-shadow:0 14px 30px #0006}.bz-card:hover h3{color:var(--accent)}.bz-rail{flex-direction:column;gap:1.3rem;display:flex}.bz-rail-widget{background:#ffffff08;border:1px solid #ffffff17;border-radius:14px;padding:1.1rem}.bz-rail-ad{text-align:center}.bz-wrap{max-width:1180px;margin:0 auto}.bz-article-layout{grid-template-columns:minmax(0,1fr) 320px;gap:2rem;padding:1.8rem 1.5rem;display:grid}.bz-article-title{font-family:var(--font-display);color:#fff;margin:.3rem 0 .6rem;font-size:clamp(1.8rem,3.4vw,2.7rem);font-weight:700;line-height:1.14}.bz-article-dek{color:#cbd5e1;font-size:1.12rem;line-height:1.55}.bz-article-meta{color:var(--muted);margin:.7rem 0;font-size:.8rem}.bz-article-hero{margin:1rem 0}.bz-article-hero img{object-fit:cover;border-radius:14px;width:100%}.bz-article-body{color:#d7e0ea;font-size:1.08rem;line-height:1.85}.bz-article-body p{margin-bottom:1.1rem}.bz-footer{color:var(--muted);background:#04070e;border-top:1px solid #38bdf82e;margin-top:2.5rem}.bz-footer-inner{grid-template-columns:1fr 2fr;align-items:center;gap:2rem;max-width:1180px;margin:0 auto;padding:2.2rem 1.5rem;display:grid}.bz-footer-brand{font-family:var(--font-display);color:#fff;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:1.35rem;font-weight:700;display:flex}.bz-footer-brand p{font-family:var(--font-body);color:var(--muted);flex-basis:100%;margin-top:.3rem;font-size:.88rem;font-weight:400}.bz-footer-links{flex-wrap:wrap;justify-content:flex-end;gap:.4rem 1.2rem;display:flex}.bz-footer-links a{color:#94a3b8;font-size:.88rem}.bz-footer-links a:hover{color:var(--accent)}.bz-footer-bottom{text-align:center;color:#64748b;border-top:1px solid #ffffff14;padding:1rem 1.5rem;font-size:.78rem}.theme-buzdagi .module-header{border-bottom-color:#38bdf833}.theme-buzdagi .module-header h2,.theme-buzdagi .module-header h3{color:#fff}.theme-buzdagi .module-header a{color:var(--accent)}.theme-buzdagi .trending-item{border-bottom-color:#ffffff14}.theme-buzdagi .trending-item h4{color:#e6edf6}.theme-buzdagi .trending-num{color:#ffffff24;-webkit-text-stroke:1px #38bdf88c}.theme-buzdagi .interest-content h4{color:#e6edf6}.theme-buzdagi .interest-item:hover .interest-content h4{color:var(--accent)}.theme-buzdagi .rail-widget{box-shadow:none;background:#ffffff08;border-color:#ffffff1a}.theme-buzdagi .ad-widget{background:#ffffff08}.theme-buzdagi .article-breadcrumb a{color:var(--muted)}.theme-buzdagi .article-tag{color:var(--accent);background:#ffffff0d}@media (max-width:1000px){.bz-grid,.bz-article-layout,.bz-under{grid-template-columns:1fr}.bz-card-grid{grid-template-columns:1fr 1fr}.bz-footer-inner{grid-template-columns:1fr}.bz-footer-links{justify-content:flex-start}}@media (max-width:640px){.bz-card-grid{grid-template-columns:1fr}.bz-hero{min-height:320px}}.mp-member-strip{color:#ffffffb8;text-align:center;letter-spacing:.01em;background:#0a1a40;padding:14px 16px;font-size:13px;line-height:1.5}.mp-member-strip strong{color:#fff;font-weight:700}.mp-member-strip a{color:#59c1ff;font-weight:700;text-decoration:none}.mp-member-strip a:hover{text-decoration:underline}.gnews-follow-row{margin:12px 0 6px}.gnews-follow{background:var(--accent);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:5px 15px 5px 5px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:filter .15s;display:inline-flex;box-shadow:0 1px 2px #00000024}.gnews-follow:hover{filter:brightness(1.07)}.gnews-follow .gnews-badge{background:#fff;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.gnews-follow .gnews-badge svg{width:16px;height:16px;display:block}.daily-band{background:var(--paper-deep);border-top:3px solid var(--accent);padding:40px 0 44px}.daily-inner{max-width:1200px;margin:0 auto;padding:0 16px}.daily-head{text-align:center;margin-bottom:26px}.daily-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-size:11px;font-weight:800;display:inline-block}.daily-title{font-family:var(--font-display);color:var(--ink);margin:6px 0 0;font-size:clamp(22px,3vw,32px);font-weight:800;line-height:1.15}.daily-signs,.daily-symbols{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;display:grid}.daily-sign,.daily-symbol{background:var(--paper);border:1px solid #8080802e;border-radius:12px;padding:14px 16px}.daily-sign-name,.daily-symbol-name{font-family:var(--font-display);color:var(--accent);margin-bottom:5px;font-weight:800;display:block}.daily-sign-text,.daily-symbol-text{color:var(--muted);margin:0;font-size:13.5px;line-height:1.55}.daily-intro{text-align:center;color:var(--muted);margin:-6px 0 18px}.daily-events{gap:12px;max-width:760px;margin:0 auto;padding:0;list-style:none;display:grid}.daily-event{background:var(--paper);border:1px solid #8080802e;border-left:4px solid var(--accent);border-radius:10px;grid-template-columns:72px 1fr;align-items:baseline;gap:14px;padding:12px 16px;display:grid}.daily-event-year{font-family:var(--font-display);color:var(--accent);font-size:18px;font-weight:800}.daily-event-text{color:var(--ink);line-height:1.55}.daily-quote{text-align:center;max-width:760px;margin:0 auto}.daily-quote blockquote{font-family:var(--font-display);color:var(--ink);margin:0;font-size:clamp(20px,2.6vw,28px);font-style:italic;line-height:1.4}.daily-quote figcaption{color:var(--accent);margin-top:14px;font-weight:700}.daily-picks{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;max-width:820px;margin:0 auto;display:grid}.daily-pick{background:var(--paper);border:1px solid #8080802e;border-radius:12px;flex-direction:column;padding:18px 20px;display:flex}.daily-pick-kind{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:11px;font-weight:800}.daily-pick-title{font-family:var(--font-display);color:var(--ink);margin-top:4px;font-size:19px;font-weight:800}.daily-pick-meta{color:var(--muted);margin-top:2px;font-size:13px}.daily-pick-note{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.55}.daily-health{text-align:center;max-width:760px;margin:0 auto}.daily-health-title{font-family:var(--font-display);color:var(--ink);margin:0 0 8px;font-size:20px;font-weight:800}.daily-health-tip{color:var(--muted);margin:0 0 14px;line-height:1.6}.daily-health-points{text-align:left;gap:8px;margin:0;padding:0;list-style:none;display:inline-grid}.daily-health-points li{color:var(--ink);padding-left:22px;line-height:1.5;position:relative}.daily-health-points li:before{content:"✓";color:var(--accent);font-weight:800;position:absolute;left:0}@media (max-width:640px){.daily-event{grid-template-columns:60px 1fr}}.theme-buzdagi .daily-sign,.theme-buzdagi .daily-symbol,.theme-buzdagi .daily-event,.theme-buzdagi .daily-pick{background:#ffffff08;border-color:#ffffff1f}
