.news-feed-header{align-items:center;gap:var(--content-hero-gap);width:min(100%, var(--content-hero-width));max-width:var(--content-hero-width);padding-top:var(--content-hero-top-offset);text-align:center;flex-direction:column;margin:0 auto 28px;display:flex}.news-feed-header h1{font-size:var(--content-hero-title-size);line-height:var(--content-hero-title-line-height);font-weight:var(--content-hero-title-weight);letter-spacing:0;color:var(--text);text-align:center;margin:0}.news-feed-subtitle{color:var(--text-muted);font-size:var(--content-hero-subtitle-size);line-height:var(--content-hero-subtitle-line-height);text-align:center;margin:0}.news-feed-search{width:100%;min-height:var(--content-hero-search-height);padding:0 var(--content-hero-search-inline-padding);border:1px solid var(--border-strong);border-radius:var(--content-hero-search-radius);background:var(--surface-elevated);color:var(--text-muted);box-shadow:var(--shadow-card);align-items:center;transition:border-color .12s,box-shadow .12s;display:flex;position:relative;overflow:hidden}.news-feed-search:focus-within{border-color:var(--brand);box-shadow:var(--focus-ring)}.news-feed-search input{width:100%;min-width:0;color:var(--text);font:inherit;font-size:var(--content-hero-search-font-size);text-align:center;background:0 0;border:0;outline:0;flex:1;padding:13px 0}.news-feed-search-placeholder{inset:0 var(--content-hero-search-inline-padding);min-width:0;color:var(--text-muted);font-size:var(--content-hero-search-font-size);pointer-events:none;justify-content:center;align-items:center;line-height:1.2;display:inline-flex;position:absolute}.news-feed-search input::-webkit-search-cancel-button{appearance:none}.news-feed-search input::-webkit-search-decoration{appearance:none}.news-feed-search-reset{border:1px solid var(--border);background:var(--surface-muted);width:34px;height:34px;color:var(--text-muted);cursor:pointer;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;transition:background .12s,color .12s,border-color .12s;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.news-feed-search-reset:hover{border-color:var(--border-strong);background:var(--surface-muted-strong);color:var(--text)}.news-feed-search-reset:focus-visible{box-shadow:var(--focus-ring);outline:none}.news-tags{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:10px;min-width:0;margin:0;display:flex;position:relative}.news-tags-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:8px;margin-left:auto;display:flex}.news-tags-more,.news-tags-clear,.news-tile-tag,.news-tag-dropdown-item{border:1px solid var(--line);background:var(--panel);color:var(--muted);cursor:pointer;transition:background .12s,border-color .12s,color .12s,box-shadow .12s}.news-tags-more,.news-tags-clear,.news-tile-tag{border-radius:var(--radius-chip);min-height:34px;font-size:var(--text-sm);white-space:nowrap;justify-content:center;align-items:center;padding:7px 12px;font-weight:700;line-height:1.2;display:inline-flex}.news-tags-clear,.news-tags-more{gap:7px}.news-tags-more:hover,.news-tags-more:focus-visible,.news-tags-clear:hover,.news-tags-clear:focus-visible,.news-tile-tag:hover,.news-tile-tag:focus-visible,.news-tag-dropdown-item:hover,.news-tag-dropdown-item:focus-visible{border-color:var(--border-strong);background:var(--surface-muted);color:var(--text)}.news-tags-more:focus-visible,.news-tags-clear:focus-visible,.news-tile-tag:focus-visible,.news-tag-dropdown-item:focus-visible{box-shadow:var(--focus-ring);outline:none}.news-tags-clear{background:var(--surface-elevated);color:var(--text-secondary)}.news-tags-more svg{transition:transform .14s}.news-tags-count{background:var(--surface-muted);min-width:18px;height:18px;color:var(--text-secondary);border-radius:999px;place-items:center;padding:0 5px;font-size:11px;font-weight:800;line-height:1;display:inline-grid}.news-tags-loading{min-height:34px;color:var(--muted);font-size:var(--text-sm);align-items:center;margin-right:auto;font-weight:700;display:inline-flex}.news-tags-dropdown{z-index:30;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--panel);width:min(360px,100vw - 48px);box-shadow:var(--shadow-lg);gap:4px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.news-tags-search{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-elevated);min-height:40px;color:var(--muted);align-items:center;gap:8px;padding:0 10px;display:flex}.news-tags-search input{width:100%;min-width:0;color:var(--text);font:inherit;font-size:var(--text-sm);background:0 0;border:0;outline:0}.news-tags-search:focus-within{border-color:var(--brand);box-shadow:var(--focus-ring)}.news-tags-dropdown-list{gap:4px;max-height:276px;display:grid;overflow:auto}.news-tag-dropdown-item{border-radius:var(--radius-chip);text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:34px;padding:7px 12px;display:grid}.news-tag-dropdown-item span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.news-tag-dropdown-item strong{font-size:var(--text-xs);font-weight:800}.news-tags-empty{color:var(--muted);font-size:var(--text-sm);margin:0;padding:12px 10px}@media (max-width:640px){.news-feed-header{margin-bottom:24px}}.news-masonry{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}@media (max-width:1024px){.news-masonry{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.news-masonry{grid-template-columns:1fr}}.news-tile{background:var(--panel);border-radius:var(--radius-card);border:1px solid var(--line);width:100%;height:100%;color:inherit;flex-direction:column;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;position:relative;overflow:hidden}.news-tile.is-extended,.news-article.is-extended,.news-detail-surface.is-extended{--text:var(--premium-surface-text);--text-strong:var(--premium-surface-text);--text-secondary:var(--premium-surface-text-muted);--text-secondary-soft:var(--premium-surface-text-muted);--text-secondary-strong:var(--premium-surface-text);--text-muted:var(--premium-surface-text-muted);--text-subtle:#fdf9f494;--text-tertiary:#fdf9f49e;--muted:var(--premium-surface-text-muted);--panel:#fdf9f414;--panel-soft:#fdf9f40f;--line:var(--premium-surface-line);--line-strong:#fdf9f447;--border:var(--premium-surface-line);--border-strong:#fdf9f447;color:var(--premium-surface-text)}.news-tile.is-extended{border-color:var(--premium-surface-line);background:var(--premium-surface-gradient);box-shadow:0 24px 52px -28px rgb(var(--premium-surface-bg-rgb) / .9)}.news-tile.is-extended:not(.is-awaiting-cover):hover{border-color:var(--premium-surface-line);box-shadow:0 26px 56px -28px rgb(var(--premium-surface-bg-rgb) / .95)}.news-article.is-extended .news-tile-category,.news-tier-badge{border:1px solid rgb(var(--brand-rgb) / .5);border-radius:var(--radius-chip);background:rgb(var(--brand-rgb) / .16);width:fit-content;min-height:28px;color:var(--premium-surface-text);letter-spacing:.04em;text-transform:uppercase;align-items:center;padding:5px 10px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.news-tile.is-extended .news-tile-tag{border-color:var(--premium-surface-line);color:var(--premium-surface-text-muted);background:#fdf9f414}.news-tile.is-extended .news-tile-tag:hover,.news-tile.is-extended .news-tile-tag:focus-visible,.news-tile.is-extended .news-tile-tag.is-active{border-color:rgb(var(--brand-rgb) / .58);background:rgb(var(--brand-rgb) / .18);color:var(--premium-surface-text)}.news-tile:not(.is-awaiting-cover):hover{border-color:var(--line);transform:translateY(-4px);box-shadow:0 14px 30px #0f172a1f}@media (prefers-reduced-motion:reduce){.news-tile{transition:box-shadow .16s}.news-tile:not(.is-awaiting-cover):hover{transform:none}}.news-tile-content,.news-tile-main{flex-direction:column;flex:1;min-height:0;display:flex}.news-tile-content{transition:opacity .16s}.news-tile.is-awaiting-cover .news-tile-content{opacity:0;pointer-events:none}.news-tile-loading-shell{border-radius:inherit;background:var(--panel);flex-direction:column;flex:1;display:flex;overflow:hidden}.news-tile-loading-shell.is-overlay{z-index:3;position:absolute;inset:0}.news-tile-loading-shell .news-tile-body{flex:1}.news-tile-main{color:inherit;text-decoration:none}.news-tile-cover-link{color:inherit;text-decoration:none;display:block}.news-tile-title-link{border-radius:var(--radius-sm);color:inherit;text-decoration:none;display:block}.news-tile-cover-link:focus-visible,.news-tile-title-link:focus-visible{box-shadow:var(--focus-ring);outline:none}.news-tile-body{flex-direction:column;flex:1;gap:10px;padding:18px 20px 20px;display:flex}.news-tile-text .news-tile-body{padding:22px 22px 24px}.news-tile-title{letter-spacing:0;color:var(--text);margin:0;font-size:20px;font-weight:700;line-height:1.25}.news-tile-text .news-tile-title{font-size:22px}.news-tile-lead{color:var(--text-secondary-soft);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.news-tile-audio{margin-top:2px}.news-tile-audio figcaption{display:none}.news-tile-meta{color:var(--muted);align-items:center;gap:14px;margin-top:auto;padding-top:4px;font-size:13px;display:flex}.news-tile-date{margin-left:auto}.news-tile-tags{flex-wrap:wrap;gap:6px;margin-top:-4px;padding:0 20px 18px;display:flex}.news-tile-text .news-tile-tags{padding:0 22px 20px}.news-tile-tag{min-height:28px;font-size:var(--text-xs);gap:5px;padding:5px 9px}.news-tile-labels{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.news-tile-tag-remove{color:var(--white);flex:none}.news-tile{text-align:left;font:inherit;padding:0}.news-modal-loading{text-align:center;color:var(--muted);padding:80px}.news-modal-loading-shell{min-height:clamp(520px,72dvh,760px)}.news-modal.is-loading-content .news-article{opacity:0;pointer-events:none}.news-modal.is-content-ready .news-article{animation:.32s both content-fade-in}.news-modal-loading-overlay{z-index:4;border-radius:inherit;background:linear-gradient(90deg, var(--surface-muted), var(--surface-elevated), var(--surface-muted));background-size:220% 100%;animation:1.2s ease-in-out infinite app-shell-loading-shimmer;position:absolute;inset:0}.news-article-cover{aspect-ratio:16/9;background:var(--panel-soft);width:100%;position:relative;overflow:hidden}.news-article-cover img{object-fit:cover;width:100%;height:100%;display:block}.news-article-body{padding:32px 44px 44px}.news-article-content{gap:16px;width:100%;max-width:760px;margin-inline:auto;display:grid}.news-article-title{font-size:var(--text-2xl);letter-spacing:0;text-align:left;color:var(--text);margin:0;font-weight:700;line-height:1.2}.news-article-lead{color:var(--text-secondary);margin:0;font-size:17px;line-height:1.55}.news-article-meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;padding:14px 0;font-size:14px;display:flex}.news-article-meta-page{max-width:860px;margin-top:18px}.news-article.is-extended,.news-detail-surface.is-extended{border:1px solid rgb(var(--brand-rgb) / .42);background:var(--premium-surface-gradient);box-shadow:0 30px 70px -38px rgb(var(--premium-surface-bg-rgb) / .95);border-radius:20px;overflow:hidden}.news-detail-surface.is-extended{gap:18px;width:100%;padding:clamp(24px,4vw,48px);display:grid}.news-detail-surface.is-extended .page-header,.news-detail-surface.is-extended .content-article,.news-detail-surface.is-extended .news-article-meta-page,.news-detail-surface.is-extended .comments-section{width:100%;max-width:860px;margin-inline:auto}.news-detail-surface.is-extended .page-header{margin-bottom:0}.news-detail-surface.is-extended .page-title,.news-detail-surface.is-extended .page-subtitle,.news-detail-surface.is-extended .content-article,.news-detail-surface.is-extended .content-blocks{color:inherit}.news-article.is-extended .news-article-body{background:0 0}.news-article.is-extended .content-blocks,.news-detail-surface.is-extended .content-blocks{color:var(--premium-surface-text)}.news-article.is-extended .content-blocks a,.news-detail-surface.is-extended .content-blocks a{color:#ffb187}.news-article.is-extended blockquote,.news-detail-surface.is-extended blockquote{border-left-color:var(--brand);color:var(--premium-surface-text-muted);background:#fdf9f412}.news-article.is-extended .comments-chat-surface,.news-detail-surface.is-extended .comments-chat-surface{border-color:var(--premium-surface-line);background:#00000024;box-shadow:inset 0 1px #fdf9f414}.news-article.is-extended .comment-composer,.news-detail-surface.is-extended .comment-composer,.news-article.is-extended .comment-bubble,.news-detail-surface.is-extended .comment-bubble,.news-article.is-extended .comments-empty,.news-detail-surface.is-extended .comments-empty{border-color:var(--premium-surface-line);color:var(--premium-surface-text);box-shadow:none;background:#fdf9f414}.news-article.is-extended .comment-textarea,.news-detail-surface.is-extended .comment-textarea{border-color:var(--premium-surface-line);color:var(--premium-surface-text);background:#00000029}.news-article.is-extended .comment-textarea::placeholder,.news-detail-surface.is-extended .comment-textarea::placeholder{color:#fdf9f48f}.news-article.is-extended .comment-textarea:focus,.news-detail-surface.is-extended .comment-textarea:focus{background:#0000003d}.news-article.is-extended .comment-submit,.news-detail-surface.is-extended .comment-submit{border-color:rgb(var(--brand-rgb) / .62);background:var(--brand);color:var(--premium-surface-text);box-shadow:0 10px 24px -14px rgb(var(--brand-rgb) / .9)}.news-article.is-extended .comment-submit:disabled,.news-detail-surface.is-extended .comment-submit:disabled{border-color:var(--premium-surface-line);color:#fdf9f485;box-shadow:none;opacity:1;background:#fdf9f41a}.news-article.is-extended .comment-report-form,.news-detail-surface.is-extended .comment-report-form{border-color:rgb(var(--danger-rgb) / .48);background:rgb(var(--danger-rgb) / .16)}@media (max-width:640px){.news-detail-surface.is-extended{border-radius:16px;padding:22px 18px}}.news-like-button{border:1px solid var(--line);border-radius:var(--radius-chip);background:var(--panel);min-height:36px;color:var(--text);cursor:pointer;align-items:center;gap:6px;margin-left:auto;padding:8px 10px;font-size:13px;font-weight:700;transition:background .12s,border-color .12s,color .12s,transform 80ms;display:inline-flex}.news-like-button:hover:not(:disabled){border-color:var(--primary-soft-strong);background:var(--primary-soft);color:var(--primary-hover)}.news-like-button:active:not(:disabled){transform:translateY(1px)}.news-like-button:disabled{opacity:.65;cursor:wait}.news-like-button strong{border-radius:var(--radius-chip);background:rgb(var(--white-rgb) / .78);min-width:24px;height:22px;color:var(--primary-hover);align-self:center;place-items:center;padding:0 7px;font-size:12px;line-height:1;display:inline-grid}.news-like-button .eco-nav-icon,.comment-submit .eco-nav-icon{flex:none}.news-like-button .eco-nav-icon{--eco-nav-icon-offset-y:-1px}.comment-submit .eco-nav-icon{--eco-nav-icon-offset-y:0}.news-like-button .eco-nav-icon-lottie-svg [stroke],.comment-submit .eco-nav-icon-lottie-svg [stroke]{stroke:currentColor!important}.news-like-button .eco-nav-icon-lottie-svg [fill]:not([fill=none]),.comment-submit .eco-nav-icon-lottie-svg [fill]:not([fill=none]){fill:currentColor!important}@media (prefers-reduced-motion:reduce){.news-modal.is-content-ready .news-article,.news-modal-loading-overlay{animation:none}}.page-back{align-items:center;gap:6px;margin-bottom:18px;display:inline-flex}.comments-section{gap:16px;margin-top:18px;padding:0;display:grid}.comments-section-head{justify-content:flex-start;align-items:center;gap:16px;display:flex}.comments-section h2{letter-spacing:0;margin:2px 0 0;font-size:22px;line-height:1.2}.comments-section .comments-kicker{margin:0;font-size:11px;line-height:1.2}.comments-kicker{color:var(--muted);letter-spacing:0;text-transform:uppercase;font-size:11px;font-weight:800;display:inline-flex}.comments-chat-surface{border:1px solid var(--line);background:var(--bg);box-shadow:inset 0 1px 0 rgb(var(--white-rgb) / .65);border-radius:18px;gap:16px;padding:16px;display:grid}.comment-list{overscroll-behavior:contain;scrollbar-gutter:stable;scroll-behavior:smooth;align-content:start;gap:12px;min-height:94px;max-height:min(58vh,560px);padding:2px 8px 2px 2px;display:grid;overflow-y:auto}.comment-list:focus-visible{box-shadow:var(--focus-ring);border-radius:14px;outline:none}.comment-composer{border:1px solid var(--line);background:rgb(var(--white-rgb) / .82);box-shadow:var(--shadow-sm);border-radius:18px;grid-template-columns:42px minmax(0,1fr);align-items:end;gap:10px;padding:10px;display:grid}.comment-composer-body{align-items:flex-end;gap:8px;min-width:0;display:flex}.comment-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.comment-report-label{color:var(--text);font-size:13px;font-weight:800;line-height:1.25}.comment-textarea{border:1px solid var(--line);background:var(--panel);width:100%;min-height:44px;max-height:168px;color:var(--text);resize:none;border-radius:14px;padding:12px 14px;font-size:14px;line-height:1.5;transition:box-shadow .12s,background .12s;overflow-y:hidden}.comment-textarea:focus{background:var(--white);box-shadow:0 0 0 3px var(--primary-soft), inset 0 0 0 1px var(--primary);outline:none}.comment-submit{width:48px;min-width:48px;min-height:44px;color:var(--white);border-radius:14px;flex:none;padding:0}.comments-empty{border:1px dashed var(--line-strong);background:rgb(var(--white-rgb) / .58);min-height:94px;color:var(--muted);text-align:center;border-radius:16px;justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}.comments-empty svg{color:var(--text-tertiary);flex:none}.comment-card{grid-template-columns:42px minmax(0,1fr);align-items:end;gap:10px;width:100%;display:grid}.comment-card.is-reply{grid-template-columns:34px minmax(0,1fr);margin-left:48px}.comment-card.is-own{grid-template-columns:minmax(0,1fr) 42px}.comment-card.is-own .comment-bubble{grid-area:1/1}.comment-bubble{border:1px solid var(--line);background:rgb(var(--white-rgb) / .94);width:fit-content;min-width:0;max-width:min(100%,560px);box-shadow:var(--shadow-sm);border-radius:16px 16px 16px 6px;justify-self:start;gap:8px;padding:9px 12px 10px;display:grid;position:relative}.comment-bubble:before{content:"";border-left:1px solid var(--line);border-bottom:1px solid var(--line);background:inherit;width:10px;height:10px;position:absolute;bottom:8px;left:-6px;transform:rotate(45deg)}.comment-card.is-own .comment-bubble{border-color:var(--brand);background:var(--brand);color:var(--white);border-radius:16px 16px 6px;justify-self:end}.comment-card.is-own .comment-bubble:before{border-bottom:0;border-left:0;border-right:1px solid var(--brand);border-top:1px solid var(--brand);left:auto;right:-6px}.comment-card-head{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.comment-author-meta{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.comment-author-meta strong{color:var(--primary-hover);font-size:14px;font-weight:800;line-height:1.25}.comment-card.is-own .comment-author-meta strong{color:var(--white)}.comment-message-meta{color:var(--muted);flex:none;justify-content:flex-end;align-items:center;gap:4px;margin-left:auto;display:inline-flex}.comment-text{color:var(--text-secondary-strong);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14.5px;line-height:1.5}.comment-card.is-own .comment-text{color:var(--white)}.comment-message-time{color:var(--muted);white-space:nowrap;font-size:11.5px;font-weight:600}.comment-card.is-own .comment-message-time{color:rgb(var(--white-rgb) / .82)}.comment-like-button,.comment-report-button{border-radius:var(--radius-chip);min-width:32px;min-height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:5px 8px;font-size:12px;font-weight:700;transition:background .12s,color .12s;display:inline-flex}.comment-like-button{gap:6px}.comment-report-button{min-width:26px;min-height:26px;padding:4px}.comment-card.is-own .comment-like-button,.comment-card.is-own .comment-report-button{color:rgb(var(--white-rgb) / .82)}.comment-like-button:disabled{cursor:wait;opacity:.65}.comment-report-button:hover,.comment-report-button[aria-expanded=true]{background:var(--danger-soft);color:var(--red)}.comment-report-form{border:1px solid var(--danger-border);background:var(--danger-soft);border-radius:12px;gap:8px;margin-top:2px;padding:14px;display:grid}.report-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.comment-replies{gap:12px;margin-top:6px;padding-top:2px;display:grid}@media (max-width:640px){.comments-chat-surface{border-radius:16px;gap:10px;padding:10px}.comment-list{gap:8px;max-height:min(48vh,430px);padding:1px 4px 1px 1px}.comments-chat-surface .comment-card,.comments-chat-surface .comment-card.is-own,.comments-chat-surface .comment-card.is-reply,.comments-chat-surface .comment-composer{grid-template-columns:minmax(0,1fr);max-width:100%;margin-left:0}.comments-chat-surface .comment-avatar{display:none}.comment-bubble{box-sizing:border-box;border-radius:14px 14px 14px 6px;grid-column:1/-1;gap:6px;min-width:0;max-width:100%;padding:8px 10px}.comments-chat-surface .comment-card:not(.is-own) .comment-bubble{justify-self:stretch;width:auto}.comments-chat-surface .comment-card.is-own .comment-bubble{border-radius:14px 14px 6px;justify-self:end;width:min(82%,296px);max-width:100%}.comment-card-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;display:grid}.comment-author-meta{flex-wrap:nowrap;gap:4px}.comment-author-meta strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.comment-like-button,.comment-report-button{min-height:26px;padding:3px 5px}.comment-text{font-size:13.5px;line-height:1.42}.comment-message-time{font-size:10.5px}.comment-composer-body,.comment-textarea{min-width:0}.comment-composer{border-radius:16px;gap:8px;padding:8px}.comment-composer-body{gap:6px;width:100%}.comment-textarea{min-height:40px;padding:10px 12px;line-height:1.35}.comment-submit{width:44px;min-width:44px;min-height:40px}.comment-message-meta{justify-content:flex-end;gap:3px;margin-left:0}}
.knowledge-article-card.content-article{max-width:none;font-size:16px;line-height:1.62}.content-article{gap:12px;max-width:860px;font-size:18px;line-height:1.65;display:grid}.content-article blockquote{border-left:4px solid var(--blue);color:var(--muted);background:var(--panel-soft);margin:0;padding:10px 16px}
