.news-page{max-width:1100px;margin:0 auto;padding:36px 32px 80px;position:relative;z-index:2}.news-page-header{margin-bottom:24px;display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap}.news-page-title{font-size:32px;font-weight:800;letter-spacing:-.03em;color:var(--text);display:flex;align-items:center;gap:12px}.news-page-pulse{width:10px;height:10px;border-radius:50%;background:var(--lime);box-shadow:0 0 10px var(--lime-glow);animation:livePulse 1.6s ease-in-out infinite}.news-page-sub{font-size:13.5px;color:var(--text-faint);font-weight:500}.news-cats{display:flex;gap:4px;margin-bottom:18px;flex-wrap:wrap}.news-cat{padding:7px 14px;border-radius:var(--r-pill);background:transparent;border:1px solid var(--line);color:var(--text-faint);font-family:var(--font-inter),"Inter",sans-serif;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s ease}.news-cat:hover{background:var(--input-bg-hover);color:var(--text);border-color:var(--line-3)}.news-cat.active{background:var(--topic-active-bg);color:var(--topic-active-color);border-color:var(--topic-active-border)}.news-list{background:var(--bg-1);border:1px solid var(--line);border-radius:20px;overflow:hidden}[data-theme=light] .news-list{background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.news-item{display:flex;gap:16px;padding:20px 24px;border-bottom:1px solid var(--line);transition:background .15s ease;position:relative;text-decoration:none;color:inherit}.news-item:last-child{border-bottom:none}.news-item:hover{background:var(--glass)}.news-item:before{content:"";position:absolute;left:0;top:20px;bottom:20px;width:2px;border-radius:0 2px 2px 0;background:var(--lime);opacity:0;transition:opacity .15s ease}.news-item:hover:before{opacity:1}.news-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.news-item-meta-top{display:flex;align-items:center;gap:10px;font-family:var(--num);font-size:10.5px;font-weight:700;color:var(--text-faint);letter-spacing:.08em;text-transform:uppercase}.news-item-cat{display:inline-flex;align-items:center;gap:5px}.news-item-cat:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;box-shadow:0 0 6px currentColor}.news-item-cat.breaking{color:#ff5577}.news-item-cat.crypto{color:#f7931a}.news-item-cat.politics{color:#5096d4}.news-item-cat.sports{color:#fdb462}.news-item-cat.pressx{color:var(--lime)}.news-item-cat.world{color:#a259ff}.news-item-live{display:inline-flex;align-items:center;gap:5px;color:var(--lime)}.news-item-live:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 6px var(--lime-glow);animation:livePulse 1.6s ease-in-out infinite}.news-item-headline{font-size:17px;font-weight:700;line-height:1.32;letter-spacing:-.018em;color:var(--text)}.news-item-source{font-family:var(--num);font-size:11.5px;font-weight:500;color:var(--text-faint);letter-spacing:-.005em}@media (max-width:760px){.news-page{padding:20px 16px 60px}.news-item{padding:16px}.news-item-headline{font-size:15px}}.side-lead{position:relative;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);isolation:isolate;box-shadow:var(--shadow-card);transition:border-color .3s ease,transform .3s ease,background .3s ease,box-shadow .3s ease}.side-lead:before{content:"";position:absolute;top:0;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,var(--shine-soft),transparent);z-index:2;pointer-events:none}.side-lead:hover{border-color:var(--lime-line);transform:translateY(-3px);background:var(--tile-hover-bg);box-shadow:var(--shadow-card-hover)}.feed-section-title{display:flex;align-items:center;gap:12px}.feed-section-title:before{content:"";display:inline-block;width:3px;height:16px;border-radius:1px;background:var(--lime);flex-shrink:0}.side-lead-meta-pct,.story-row-mkt-pct{font-family:var(--num);font-variant-numeric:tabular-nums lining-nums}.hero{position:relative;background:transparent}.hero-link{display:flex;flex-direction:column;text-decoration:none;color:inherit}.hero-photo{position:relative;width:100%;height:clamp(240px,24vw,340px);overflow:hidden;background:var(--bg-2);border-radius:4px;margin-bottom:16px}.hero-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.hero-link:hover .hero-img{transform:scale(1.03)}.hero-link:hover .hero-headline{color:var(--text-dim)}.hero-content{display:flex;flex-direction:column;gap:12px}.hero-cat{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lime);margin-bottom:2px}.hero-headline{font-family:var(--serif);font-size:clamp(24px,2.2vw,32px);font-weight:600;font-variation-settings:"opsz" 144,"SOFT" 50;letter-spacing:-.018em;line-height:1.12;color:var(--text);margin:0;transition:color .2s ease}.hero-dek{font-family:Manrope,sans-serif;font-size:14px;line-height:1.55;color:var(--text-dim);margin:4px 0 0;max-width:580px}.hero-foot{gap:14px;margin-top:6px}.byline,.hero-foot{display:flex;align-items:center}.byline{gap:8px;font-size:12px;color:var(--text-dim);flex-wrap:wrap;min-width:0}.byline-avatar{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-family:Manrope,sans-serif;font-size:9px;font-weight:700;letter-spacing:.05em;flex-shrink:0;background:linear-gradient(135deg,#54CE31,#6FE547);color:#000}.byline-avatar[data-color="2"]{background:linear-gradient(135deg,#6e7eff,#9b8eff);color:#fff}.byline-avatar[data-color="3"]{background:linear-gradient(135deg,#ff9447,#ffb47e);color:#000}.byline-avatar[data-color="4"]{background:linear-gradient(135deg,#c8c8d0,#e8e8ee);color:#000}.byline-avatar[data-color="5"]{background:linear-gradient(135deg,#ff6b9d,#ff9bbf);color:#000}.byline-avatar[data-color="6"]{background:linear-gradient(135deg,#34cce8,#66dff5);color:#000}.byline-name{color:var(--text);white-space:nowrap}.byline-dot{color:var(--text-faint);font-size:11px}.byline-time{color:var(--text-faint);white-space:nowrap}.hero-content .byline-name{color:var(--text)}.hero-content .byline-dot,.hero-content .byline-time{color:var(--text-faint)}.page-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:56px;align-items:start}@media (max-width:1100px){.page-grid{grid-template-columns:1fr;gap:40px}}.latest-rail{display:flex;align-items:center;gap:28px;padding:14px 0;margin-bottom:32px;border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2);overflow:hidden}.latest-label{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;font-family:Manrope,sans-serif;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lime)}.latest-dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 0 rgba(84,206,49,.6);animation:livePulse 1.6s ease-in-out infinite}@keyframes livePulse{0%,to{box-shadow:0 0 0 0 rgba(84,206,49,.5)}50%{box-shadow:0 0 0 6px rgba(84,206,49,0)}}.latest-list{display:flex;gap:32px;list-style:none;margin:0;padding:0;overflow-x:auto;scrollbar-width:none;flex:1}.latest-list::-webkit-scrollbar{display:none}.latest-item{display:inline-flex;align-items:baseline;gap:10px;white-space:nowrap;flex-shrink:0}.latest-time{font-family:var(--num);font-size:11px;font-weight:600;color:var(--text-faint);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.latest-link{font-family:Manrope,sans-serif;font-size:13px;font-weight:500;color:var(--text);text-decoration:none;transition:color .15s}.latest-link:hover{color:var(--text-dim)}.opinion-section{background:var(--bg-2);margin-left:-32px;margin-right:-32px;padding:48px 32px;border-radius:8px;border:none}.opinion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.opinion-card{display:flex;flex-direction:column;gap:14px;text-decoration:none;color:inherit;cursor:pointer;transition:opacity .2s;padding-left:18px;border-left:2px solid var(--line-2)}.opinion-card:hover{border-left-color:var(--text-dim)}.opinion-meta{display:flex;align-items:center;gap:10px}.opinion-author{display:flex;flex-direction:column;gap:2px}.opinion-author-name{font-family:var(--serif);font-size:14px;font-weight:600;font-style:italic;font-variation-settings:"opsz" 96;color:var(--text);line-height:1.2}.opinion-author-role{font-family:Manrope,sans-serif;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.opinion-title{font-variation-settings:"opsz" 144,"SOFT" 50;letter-spacing:-.015em;line-height:1.18;margin:0;transition:color .2s}.opinion-dek{font-family:Manrope,sans-serif;font-size:13.5px;line-height:1.55;color:var(--text-dim);margin:0}@media (max-width:900px){.opinion-grid{grid-template-columns:1fr;gap:28px}.opinion-section{margin-left:-18px;margin-right:-18px;padding:32px 18px}}.story-list{display:grid;grid-template-columns:repeat(5,1fr);gap:36px 28px}.story-row{grid-column:span 1;display:grid;grid-template-columns:80px 1fr;gap:10px;cursor:pointer;align-items:start;transition:opacity .2s ease}.story-row:hover .story-row-title{color:var(--text-dim)}.story-row:hover .story-row-thumb img{transform:scale(1.04)}.story-row-thumb{aspect-ratio:1/1;overflow:hidden;background:var(--bg-2);position:relative;border-radius:4px;margin-bottom:0}.story-row-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.story-row-body{display:flex;flex-direction:column;gap:6px;min-width:0}.story-row-cat{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);margin-bottom:0}.story-row.medium{grid-column:span 2;display:flex;flex-direction:column}.story-row.medium .story-row-thumb{aspect-ratio:16/9;width:100%;margin-bottom:14px}.story-row.medium .story-row-title{font-size:22px;font-weight:700;font-variation-settings:"opsz" 96,"SOFT" 50;letter-spacing:-.018em;line-height:1.18;-webkit-line-clamp:3}.story-row.featured{grid-column:span 3;display:flex;flex-direction:column}.story-row.featured .story-row-thumb{aspect-ratio:16/9;width:100%;margin-bottom:18px;border-radius:4px}.story-row-dek{font-family:Manrope,sans-serif;font-size:14.5px;line-height:1.55;color:var(--text-dim);margin:0;display:none;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-row.featured .story-row-dek{display:-webkit-box;font-size:16px;margin-top:4px}.story-row-meta{display:flex;align-items:center;gap:10px;margin-top:4px;flex-wrap:wrap;font-size:12px;color:var(--text-faint)}.story-row .byline{font-size:12px;gap:7px}.sections-pair .story-list{display:flex;flex-direction:column;gap:24px}.sections-pair .story-row{display:grid;grid-template-columns:90px 1fr;gap:14px}.sections-pair .story-row.featured{grid-column:1;display:flex;flex-direction:column}.sections-pair .story-row.featured .story-row-thumb{aspect-ratio:16/9;width:100%;margin-bottom:14px}.sections-pair .story-row.featured .story-row-title{font-size:24px}.sections-pair .story-row.featured .story-row-dek{display:-webkit-box;font-size:14.5px;-webkit-line-clamp:2}.sections-pair .story-row .story-row-thumb{aspect-ratio:1/1}@media (max-width:1100px){.story-list{grid-template-columns:repeat(4,1fr)}.story-row.featured{grid-column:span 4}.story-row.medium{grid-column:span 2}}@media (max-width:800px){.story-list{grid-template-columns:repeat(2,1fr)}.story-row.featured,.story-row.medium{grid-column:span 2}.story-row{grid-template-columns:80px 1fr}.story-row.featured .story-row-thumb,.story-row.medium .story-row-thumb{aspect-ratio:16/9}}@media (max-width:540px){.story-list{grid-template-columns:1fr}.story-row.featured,.story-row.medium{grid-column:1}}.story-row-title{font-family:var(--serif);font-size:14px;font-weight:600;font-variation-settings:"opsz" 24,"SOFT" 50;letter-spacing:-.008em;line-height:1.25;color:var(--text);margin:0;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;hyphens:auto;-webkit-hyphens:auto}.story-row.featured .story-row-title{font-size:36px;font-weight:700;font-variation-settings:"opsz" 144,"SOFT" 50;letter-spacing:-.026em;-webkit-line-clamp:3;line-height:1.06}.feed-section{margin-bottom:64px;padding-bottom:32px;border-bottom:1px solid var(--line-2)}.feed-section:last-child{border-bottom:none;padding-bottom:0}.feed-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding-bottom:0;margin-bottom:28px}.feed-section-title{font-family:var(--serif);font-size:22px;font-weight:700;font-variation-settings:"opsz" 144,"SOFT" 50;letter-spacing:-.015em;color:var(--text);margin:0}.feed-section-link{font-size:11.5px;font-weight:500;color:var(--text-faint);display:inline-flex;align-items:center;gap:4px;transition:color .15s;text-decoration:none;letter-spacing:.005em}.feed-section-link:hover{color:var(--text)}.feed-section-link svg{width:11px;height:11px}.hero-split{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:28px;margin-bottom:72px}.hero-side{gap:14px;display:flex;flex-direction:column;gap:22px}.hero-side-head{font-family:var(--serif);font-size:13px;font-weight:600;font-style:italic;font-variation-settings:"opsz" 96;color:var(--text-faint);letter-spacing:.005em;padding-bottom:18px;margin-bottom:0}.side-lead{display:grid;grid-template-columns:96px 1fr;gap:16px;padding:0;text-decoration:none;color:inherit;align-items:start;transition:opacity .2s;cursor:pointer}.side-lead:hover .side-lead-title{color:var(--text-dim)}.side-lead:hover .side-lead-thumb img{transform:scale(1.05)}.side-lead-thumb{width:96px;height:96px;overflow:hidden;background:var(--bg-3);border-radius:4px;flex-shrink:0}.side-lead-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.side-lead-body{display:flex;flex-direction:column;gap:6px;min-width:0;padding-top:2px}.side-lead-cat{font-family:Manrope,sans-serif;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.side-lead-title{font-family:var(--serif);font-size:15px;font-weight:600;font-variation-settings:"opsz" 96,"SOFT" 50;letter-spacing:-.005em;line-height:1.25;color:var(--text);margin:0;transition:color .2s ease;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.side-lead-meta{font-family:Manrope,sans-serif;font-size:11px;color:var(--text-faint);margin-top:0}.hero-split .hero{margin-bottom:0}.hero-split{align-items:start}@media (max-width:900px){.hero-split{grid-template-columns:1fr}.hero-split .hero{aspect-ratio:16/9}}.byline-avatar{display:none!important}.byline-name{font-style:italic;font-weight:500;color:var(--text-dim)}.cat-bar{max-width:1440px;margin:0 auto;padding:0 32px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}.cat-bar::-webkit-scrollbar{display:none}.cat-chip{flex-shrink:0;height:48px;padding:0 18px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);transition:color .15s,border-color .15s;white-space:nowrap;cursor:pointer;display:inline-flex;align-items:center}.cat-chip:first-child{padding-left:0}.cat-chip.active,.cat-chip:hover{color:var(--text)}.cat-chip.active{border-bottom-color:var(--text);font-weight:700}.cat-bar-spacer{flex:1;min-width:8px}.cat-sort-wrap{position:relative;flex-shrink:0}.cat-sort{flex-shrink:0;height:32px;padding:0 12px;border-radius:var(--r-pill,999px);font-size:11.5px;font-weight:500;letter-spacing:.005em;background:transparent;color:var(--text-faint);border:1px solid var(--line-2);display:flex;align-items:center;gap:6px;cursor:pointer;transition:color .15s,border-color .15s}.cat-sort:hover{color:var(--text);border-color:var(--line-3)}.cat-sort svg{width:10px;height:10px}.cat-sort-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:60;min-width:180px;background:rgba(28,28,30,.92);backdrop-filter:blur(24px) saturate(1.8);-webkit-backdrop-filter:blur(24px) saturate(1.8);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:5px;box-shadow:0 1px 2px rgba(0,0,0,.3),0 16px 32px -8px rgba(0,0,0,.5)}[data-theme=light] .cat-sort-menu{background:rgba(255,255,255,.92);border-color:rgba(0,0,0,.08)}.cat-sort-opt{display:block;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:6px;font-size:13px;font-weight:500;color:var(--text);cursor:pointer;text-align:left;transition:background-color .12s ease}.cat-sort-opt:hover{background:rgba(255,255,255,.06)}[data-theme=light] .cat-sort-opt:hover{background:rgba(0,0,0,.05)}.cat-sort-opt.active{color:var(--lime)}[data-theme=light] .cat-sort-opt.active{color:#1f7a1c}.page-main{min-width:0;gap:56px}.page-main,.page-side{display:flex;flex-direction:column}.page-side{position:sticky;top:78px;align-self:start;gap:24px;max-height:calc(100vh - 96px);overflow-y:auto;scrollbar-width:thin}.page-side::-webkit-scrollbar{width:4px}.page-side::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:2px}@media (max-width:1100px){.page-grid{grid-template-columns:1fr;gap:40px}.page-side{position:static;max-height:none;overflow:visible}}.ps-block{background:var(--bg-1);border:1px solid var(--line);border-radius:14px;padding:20px 22px}[data-theme=light] .ps-block{background:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.ps-head{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:16px}.ps-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.ps-row{display:flex;gap:12px;align-items:baseline}.ps-rank{flex-shrink:0;width:22px;font-size:22px;font-weight:700;color:var(--text-faint);line-height:1}.ps-rank,.ps-title{font-family:var(--serif)}.ps-title{font-size:14.5px;font-weight:600;line-height:1.35;color:var(--text);text-decoration:none;transition:color .15s ease}.ps-title:hover{color:var(--lime)}.sections-pair{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:0;padding-bottom:32px;border-bottom:1px solid var(--line-2)}.sections-pair>.feed-section{margin-bottom:0;padding-bottom:0;border-bottom:none}@media (max-width:900px){.sections-pair{grid-template-columns:1fr;gap:0}.sections-pair>.feed-section{margin-bottom:56px}}.opinion-title{font-family:var(--serif);font-size:21px;font-weight:600;line-height:1.25;letter-spacing:-.005em;color:var(--text);margin:8px 0 6px;transition:color .15s ease}.opinion-card:hover .opinion-title{color:var(--text-dim)}