:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-page);--bg-page: #f2f4f6;--surface: #ffffff;--surface-elevated: #ffffff;--border: #e5e8ec;--border-strong: #d1d5db;--text-primary: #1a1d21;--text-secondary: #5c6370;--text-muted: #8b92a0;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-contrast: #ffffff;--success: #059669;--warning: #d97706;--danger: #dc2626;--pill-live-bg: #dcfce7;--pill-live-text: #166534;--pill-ok-bg: #eff6ff;--pill-ok-text: #1d4ed8;--pill-autoscroll-bg: #eff6ff;--pill-autoscroll-border: #bfdbfe;--feed-item-hover: #fafbfc;--card-bar-bg: #e5e8ec;--card-badge-active-bg: #dcfce7;--card-badge-active-text: #166534;--card-badge-nominal-bg: #f0f9ff;--card-badge-nominal-text: #0369a1;--card-badge-spike-bg: #fef3c7;--card-badge-spike-text: #b45309;--button-hover-bg: #f8f9fa;--button-hover-border: #b0b5bc;--radius: 8px;--radius-sm: 6px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{color:var(--text-primary);background-color:var(--bg-page);--bg-page: #0f1114;--surface: #1a1d21;--surface-elevated: #22262b;--border: #2d3239;--border-strong: #3d444d;--text-primary: #e8eaed;--text-secondary: #9ca3af;--text-muted: #6b7280;--accent: #3b82f6;--accent-hover: #60a5fa;--accent-contrast: #ffffff;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--pill-live-bg: #064e3b;--pill-live-text: #6ee7b7;--pill-ok-bg: #1e3a8a;--pill-ok-text: #93c5fd;--pill-autoscroll-bg: #1e3a8a;--pill-autoscroll-border: #3b82f6;--feed-item-hover: #22262b;--card-bar-bg: #374151;--card-badge-active-bg: #064e3b;--card-badge-active-text: #6ee7b7;--card-badge-nominal-bg: #0c4a6e;--card-badge-nominal-text: #7dd3fc;--card-badge-spike-bg: #78350f;--card-badge-spike-text: #fcd34d;--button-hover-bg: #262a31;--button-hover-border: #4b5563;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow: 0 1px 3px rgba(0, 0, 0, .25);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}button{border-radius:var(--radius-sm);border:1px solid var(--border-strong);padding:.5em .875em;font-size:.875rem;font-weight:500;font-family:inherit;background-color:var(--surface);color:var(--text-primary);cursor:pointer;transition:background-color .15s,border-color .15s}button:hover{background-color:var(--button-hover-bg);border-color:var(--button-hover-border)}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}#root{min-height:100vh}.dashboard{min-height:100vh;display:flex;flex-direction:column;padding:0 1.5rem 1.5rem;gap:0}.dashboard__container{width:100%;max-width:90rem;margin:0 auto;display:flex;flex-direction:column;flex:1;min-width:0}.header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.75rem 0 1rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.header__left,.header__right{display:flex;align-items:center;gap:1rem}.header__theme-wrap{position:relative;display:inline-block}.header__theme-select{font:inherit;font-size:.8125rem;color:var(--text-secondary);background-color:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.35rem 2rem .35rem .5rem;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.header__theme-arrow{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:12px;height:12px;pointer-events:none;z-index:1;background-color:var(--text-secondary);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M2 4.5L6 8.5L10 4.5z'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-size:contain;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M2 4.5L6 8.5L10 4.5z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.header__theme-select:focus{outline:none;border-color:var(--border-strong)}.header__datetime{font-size:.8125rem;color:var(--text-secondary);font-variant-numeric:tabular-nums}.header__meta{font-size:.75rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.header__btn{font-size:.8125rem;padding:.35rem .6rem}.header__status-pill{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .5rem;border-radius:4px}.header__status-pill--open{background:var(--pill-live-bg);color:var(--pill-live-text);border:none}.header__status-pill--ok{background:var(--pill-ok-bg);color:var(--pill-ok-text);border:none}.main{display:grid;grid-template-columns:1fr 380px;gap:1.5rem;margin-bottom:1rem;min-height:280px}@media(max-width:1100px){.main{grid-template-columns:1fr}.feed-panel{display:none}}.branding{display:flex;flex-direction:column;gap:.5rem}.branding__title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary);margin:0}.branding__tagline{font-size:.9375rem;color:var(--text-secondary);margin:0 0 .5rem}.branding__cards{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:.75rem}.featured-card{margin-top:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm);max-width:420px}.featured-card__badge{display:inline-block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--danger);margin-bottom:.5rem}.featured-card__title{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:var(--text-primary)}.featured-card__desc{font-size:.875rem;color:var(--text-secondary);margin:0}.feed-panel{position:sticky;top:1rem;align-self:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;height:100vh;max-height:calc(100vh - 2rem);overflow:hidden}.feed-panel__head{padding:.875rem 1rem;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.feed-panel__title{font-size:.9375rem;font-weight:600;margin:0;color:var(--text-primary)}.feed-panel__meta{font-size:.75rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.feed-panel__controls{margin-left:auto;display:flex;align-items:center;gap:.75rem}.feed-panel__autoscroll{font-size:.75rem;padding:.25rem .5rem;color:var(--text-muted);background:transparent;border:1px solid transparent}.feed-panel__autoscroll.is-active{color:var(--accent);background:var(--pill-autoscroll-bg);border-color:var(--pill-autoscroll-border)}.feed-panel__counts{font-size:.75rem;color:var(--text-muted)}.feed-panel__list{flex:1;min-height:0;overflow-y:auto;padding:.5rem 1rem;scrollbar-width:none;-ms-overflow-style:none}.feed-panel__list::-webkit-scrollbar{display:none}.feed-panel__message{padding:1rem 0;margin:0;font-size:.8125rem;color:var(--text-secondary)}.feed-panel__message--error{color:var(--danger)}.feed-item{padding:.75rem 1rem;border-bottom:1px solid var(--border);transition:background .1s}.feed-item:last-child{border-bottom:none}.feed-item:hover{background:var(--feed-item-hover)}.feed-item__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.feed-item__time{font-size:.6875rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.feed-item__handle{font-size:.75rem;font-weight:500;color:var(--text-secondary)}.feed-item__text{font-size:.8125rem;line-height:1.45;color:var(--text-primary);margin:0 0 .5rem}.feed-item__actions{display:flex;gap:.75rem}.feed-item__link{font-size:.75rem;padding:0;border:none;background:none;color:var(--accent);cursor:pointer}.feed-item__link:hover{text-decoration:underline;background:none}.breaking-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;box-shadow:var(--shadow-sm)}.breaking-bar__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--danger);flex-shrink:0}.breaking-bar__carousel{flex:1;min-width:0;overflow:hidden}.breaking-bar__track{display:inline-block;white-space:nowrap;animation:breaking-marquee 300s linear infinite}.breaking-bar__track:hover{animation-play-state:paused}.breaking-bar__headlines{display:inline-flex;align-items:center;gap:0}.breaking-bar__headlines--empty{color:var(--text-muted)}.breaking-bar__headline-wrap{display:inline-flex;align-items:center;gap:0;flex-shrink:0}.breaking-bar__headline{display:inline-block;font-size:.8125rem;color:var(--text-primary);text-decoration:none;padding:0 1rem;white-space:nowrap}.breaking-bar__headline:hover{color:var(--accent);text-decoration:underline}.breaking-bar__divider{width:1px;height:1em;background:var(--border-strong);flex-shrink:0}.breaking-bar__live{flex-shrink:0;font-size:.6875rem;font-weight:700;color:var(--danger);letter-spacing:.04em}@keyframes breaking-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:1000px){.cards{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;display:flex;flex-direction:column}.card__head{padding:1rem 1.25rem;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;align-items:center}.card__title{font-size:.9375rem;font-weight:600;margin:0;color:var(--text-primary)}.card__badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.2rem .45rem;border-radius:4px;border:none}.card__badge--active{background:var(--card-badge-active-bg);color:var(--card-badge-active-text)}.card__badge--nominal{background:var(--card-badge-nominal-bg);color:var(--card-badge-nominal-text)}.card__badge--spike{background:var(--card-badge-spike-bg);color:var(--card-badge-spike-text)}.card__meta{margin-left:auto;font-size:.75rem;color:var(--text-muted)}.card__body{padding:1rem 1.25rem;flex:1}.card__chart{display:flex;align-items:flex-end;gap:4px;height:64px;margin-bottom:.75rem}.card__bar{flex:1;min-width:0;background:var(--card-bar-bg);border-radius:3px 3px 0 0;transition:height .2s}.card__bar--accent{background:var(--accent);opacity:.85}.card__live{font-size:.75rem;color:var(--text-secondary);margin:0}.trends-card,.wiki-card{max-width:100%}.card__table-wrap{overflow-x:auto;margin-bottom:.75rem}.card__table{width:100%;border-collapse:collapse;font-size:.8125rem}.card__table th{text-align:left;font-weight:600;color:var(--text-muted);font-size:.6875rem;text-transform:uppercase;letter-spacing:.03em;padding:.5rem .75rem;border-bottom:1px solid var(--border-strong);white-space:nowrap}.card__table td{padding:.5rem .75rem;border-bottom:1px solid var(--border);vertical-align:middle}.card__table tbody tr:hover td{background:var(--feed-item-hover)}.card__table-rank{width:2rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.card__table-query{min-width:12rem}.card__table-query .card__trends-thumb{display:inline-block;width:28px;height:28px;margin-right:.5rem;vertical-align:middle}.card__table-query .card__trends-thumb img{width:100%;height:100%;object-fit:cover}.card__table-query .card__trends-link{color:var(--text-primary);text-decoration:none}.card__table-query .card__trends-link:hover{color:var(--accent);text-decoration:underline}.card__table-traffic{color:var(--text-secondary);white-space:nowrap}.card__table-time{color:var(--text-muted);font-size:.75rem;white-space:nowrap}.card__table-source{color:var(--text-muted);font-size:.75rem;max-width:8rem;overflow:hidden;text-overflow:ellipsis}.card__table-news .card__trends-news-link,.card__table-news .card__trends-news-text{font-size:.75rem;display:inline-block;max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card__table-news .card__trends-news-link{color:var(--accent);text-decoration:none}.card__table-news .card__trends-news-link:hover{text-decoration:underline}.card__wiki-loading{font-size:.8125rem;color:var(--text-muted);margin:0}.card__wiki-list{list-style:none;margin:0 0 .75rem;padding:0}.card__wiki-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem 0;border-bottom:1px solid var(--border);font-size:.8125rem}.card__wiki-item:last-child{border-bottom:none}.card__wiki-link{color:var(--text-primary);text-decoration:none;min-width:0;flex:1}.card__wiki-link:hover{color:var(--accent);text-decoration:underline}.card__wiki-time{font-size:.6875rem;color:var(--text-muted);flex-shrink:0}.wiki-card .card__live a{color:var(--accent);text-decoration:none}.wiki-card .card__live a:hover{text-decoration:underline}.card__trends-loading,.card__trends-empty{font-size:.8125rem;color:var(--text-muted);margin:0}.card__label{font-size:.8125rem;color:var(--text-secondary);margin:0 0 .75rem}.card__trends-rank{display:inline-block;font-size:.6875rem;font-weight:700;color:var(--text-muted);margin-right:.35rem;flex-shrink:0;width:1.5rem}.card__trends-list{list-style:none;margin:0 0 .75rem;padding:0}.card__trends-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin:0;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.8125rem}.card__trends-item:last-child{border-bottom:none}.card__trends-item-main{flex:1;min-width:0;display:flex;gap:.5rem;align-items:flex-start}.card__trends-thumb{flex-shrink:0;display:block;width:48px;height:48px;border-radius:var(--radius-sm);overflow:hidden;background:var(--border)}.card__trends-thumb img{width:100%;height:100%;object-fit:cover}.card__trends-item-text{flex:1;min-width:0}.card__trends-item-text .card__trends-link{display:inline}.card__trends-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .75rem;margin-top:.2rem}.card__trends-item .card__trends-traffic{font-size:.6875rem;color:var(--text-muted)}.card__trends-since{flex-shrink:0;font-size:.6875rem;color:var(--text-muted)}.card__trends-source{display:block;font-size:.6875rem;color:var(--text-muted);margin-top:.15rem}.card__trends-news-inline{margin-top:.25rem}.card__trends-news-inline .card__trends-news-link,.card__trends-news-inline .card__trends-news-text{font-size:.75rem;color:var(--text-muted);display:block}.card__trends-news-link{color:var(--accent);text-decoration:none}.card__trends-news-link:hover{text-decoration:underline}.card__trends-news-text{color:var(--text-secondary)}.card__trends-link{color:var(--text-primary);text-decoration:none}.card__trends-link:hover{color:var(--accent);text-decoration:underline}.card__trends-item .card__trends-traffic{font-size:.6875rem;color:var(--text-muted);flex-shrink:0}.card__trends-traffic{color:var(--text-muted);font-size:.75rem}.trends-card .card__live a{color:var(--accent);text-decoration:none}.trends-card .card__live a:hover{text-decoration:underline}.news-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:.875rem 1rem;margin-bottom:1rem}.news-section__head{margin-bottom:.75rem}.news-section__title{font-size:1rem;font-weight:600;margin:0;color:var(--text-primary)}.news-section__loading,.news-section__empty{font-size:.875rem;color:var(--text-muted);margin:0;padding:.5rem 0}.news-section__featured{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border);min-width:0}.news-section__featured-link{display:flex;flex-direction:column;text-decoration:none;color:inherit;gap:.35rem;width:100%;max-width:360px}.news-section__featured-link--hero{flex-direction:row;max-width:none;gap:1.5rem;align-items:flex-start}.news-section__featured-link--hero:hover{text-decoration:none}.news-section__featured-link--hero:hover .news-section__source-name,.news-section__featured-link--hero:hover .news-section__meta{color:var(--text-secondary);text-decoration:none}.news-section__featured-link--hero:hover .news-section__meta{color:var(--text-muted)}.news-section__featured-link--hero:hover .news-section__source--featured{color:#fff}.news-section__featured-link--hero:hover .news-section__headline--hero{color:var(--accent);text-decoration:underline}.news-section__featured-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem;justify-content:center}.news-section__featured-img-wrap{display:block;width:360px;max-width:100%;aspect-ratio:16/10;height:auto;max-height:225px;border-radius:var(--radius-sm);overflow:hidden;background:var(--border);margin-bottom:.35rem;flex-shrink:0}.news-section__featured-link--hero .news-section__featured-img-wrap{margin-bottom:0}@media(min-width:1101px){.news-section__featured-link--hero .news-section__featured-img-wrap{width:min(360px,28vw);max-height:min(225px,17.5vw)}.news-section__featured-link--hero .news-section__featured-img{max-height:100%}}@media(max-width:768px){.news-section__featured-link--hero .news-section__featured-img-wrap{width:100%;max-width:100%}}.news-section__featured-img{width:100%;height:100%;object-fit:cover}.news-section__source-line{display:inline-flex;align-items:center;gap:.35rem}.news-section__source--featured{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:700;color:#fff;background:#a3a3a3;border-radius:4px;flex-shrink:0;vertical-align:middle}.news-section__source-name{font-size:.8125rem;color:var(--text-secondary)}.news-section__headline--featured{font-size:.9375rem;font-weight:600;color:var(--text-primary);line-height:1.4;display:block;min-width:0;overflow-wrap:break-word}.news-section__headline--hero{font-size:1.75rem;font-weight:700;color:var(--text-primary);line-height:1.25;display:block;min-width:0;overflow-wrap:break-word}.news-section__meta{font-size:.75rem;color:var(--text-muted)}.news-section__grid{margin:0;padding:0}.news-section__grid-row{padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid var(--border)}.news-section__grid-row:last-child{margin-bottom:0}.news-section__grid-item{min-width:0}.news-section__grid-link{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem;text-decoration:none;color:inherit;padding:.25rem 0}.news-section__grid-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.news-section__grid-thumb-wrap{flex-shrink:0;display:block;width:80px;height:80px;border-radius:var(--radius-sm);overflow:hidden;background:var(--border)}.news-section__grid-thumb{width:100%;height:100%;object-fit:cover}.news-section__grid-link:hover{text-decoration:none}.news-section__grid-link:hover .news-section__source-name--small{color:var(--text-secondary);text-decoration:none}.news-section__grid-link:hover .news-section__source--small{color:#fff}.news-section__grid-link:hover .news-section__meta--small{color:var(--text-muted);text-decoration:none}.news-section__grid-link:hover .news-section__headline--grid{color:var(--accent);text-decoration:underline}.news-section__headline--grid{font-size:.9375rem;font-weight:600;color:var(--text-primary);line-height:1.35;display:block;min-width:0;overflow-wrap:break-word}.news-section__source--small{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;color:#fff;background:#a3a3a3;border-radius:3px;margin-right:.25rem;vertical-align:middle}.news-section__source-name--small{font-size:.75rem}.news-section__headline--small{font-size:.875rem;font-weight:600;color:var(--text-primary);line-height:1.3}.news-section__meta--small{font-size:.6875rem}.news-section__see-more-wrap{display:flex;justify-content:center;margin-bottom:.75rem}.news-section__see-more-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary);background:var(--border);border:none;border-radius:var(--radius-sm);padding:.5rem 1rem;text-decoration:none;cursor:pointer}.news-section__see-more-btn:hover{background:var(--border-strong);color:var(--text-primary)}.news-section__see-more-icon{width:1rem;height:1rem;background-color:var(--text-muted);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cline x1='10' y1='9' x2='8' y2='9'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-size:contain;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cline x1='10' y1='9' x2='8' y2='9'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.news-section__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.news-section__row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.news-section__row:last-child{border-bottom:none}.news-section__row-left{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.news-section__source--letter{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;color:#fff;background:#a3a3a3;border-radius:3px;flex-shrink:0}.news-section__source-name--inline{font-size:.75rem;color:var(--text-secondary)}.news-section__headline--row{font-size:.9375rem;font-weight:600;color:var(--text-primary);text-decoration:none;width:100%;line-height:1.35}.news-section__headline--row:hover{color:var(--accent);text-decoration:underline}.news-section__meta--row{font-size:.75rem;color:var(--text-muted);width:100%}.news-section__row-right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}.news-section__thumb-wrap{display:block;width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;background:var(--border)}.news-section__thumb{width:100%;height:100%;object-fit:cover}.news-section__see-more-row{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;color:var(--text-secondary);text-decoration:none}.news-section__see-more-row:hover{color:var(--accent)}.footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;color:var(--text-muted)}.footer a{color:var(--text-secondary)}@media(max-width:968px){.dashboard{padding:0 1rem 1rem}.main{gap:1.25rem;margin-bottom:1.25rem}.feed-panel{height:65vh;min-height:320px}.breaking-bar{padding:.6rem .75rem;margin-bottom:.75rem}.breaking-bar__headline{font-size:.75rem}.card__head,.card__body{padding:.875rem 1rem}.card__table{font-size:.75rem}.news-section{padding:.75rem 1rem}.news-section__featured-link--hero{flex-direction:column}.news-section__thumb-wrap{display:none}}@media(max-width:640px){.dashboard{padding:0 .75rem .75rem}.header{padding:.5rem 0 .75rem;margin-bottom:.75rem}.header__left,.header__right{gap:.5rem}.header__datetime{font-size:.75rem}.header__status-pill{font-size:.625rem;padding:.2rem .4rem}.breaking-bar{flex-wrap:wrap;padding:.5rem .6rem;margin-bottom:.6rem;gap:.5rem}.breaking-bar__headline{font-size:.6875rem;padding:0 .5rem}.main{gap:1rem;margin-bottom:1rem;min-height:0}.feed-panel{height:55vh;min-height:280px}.feed-panel__head{padding:.6rem .75rem}.feed-panel__title{font-size:.875rem}.feed-panel__list{padding:.4rem .75rem}.feed-item{padding:.5rem 0}.feed-item__text{font-size:.8125rem}.card__head,.card__body{padding:.75rem .875rem}.card__title{font-size:.875rem}.card__table{font-size:.6875rem}.card__table th,.card__table td{padding:.35rem .5rem}.news-section{padding:.6rem .75rem;margin-bottom:.75rem}.news-section__title{font-size:.9375rem}.news-section__featured-img-wrap{max-height:200px}.news-section__headline--hero{font-size:1.25rem}.news-section__headline--featured{font-size:.875rem}.news-section__grid-thumb-wrap{display:none}.news-section__row{flex-wrap:wrap;gap:.5rem;padding:.6rem 0}.news-section__row-right{flex-direction:row;align-items:center;width:100%;justify-content:flex-end}.news-section__thumb-wrap{width:56px;height:56px}.news-section__see-more-btn{font-size:.8125rem;padding:.4rem .75rem}.footer{flex-direction:column;align-items:flex-start;gap:.5rem;padding-top:.75rem;font-size:.75rem}}@media(max-width:480px){.dashboard{padding:0 .5rem .5rem}.header__datetime{display:none}.breaking-bar__label{font-size:.625rem}.feed-panel{height:50vh;min-height:240px}.news-section__featured-img-wrap{max-height:180px}.news-section__headline--hero{font-size:1.125rem}.news-section__headline--row{font-size:.875rem}}.loading-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--bg-page);opacity:1;transition:opacity .5s ease-out}.loading-overlay--fade-out{opacity:0;pointer-events:none}.loading-overlay__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-overlay__spinner{width:48px;height:48px;border:3px solid var(--border-strong);border-top-color:var(--accent);border-radius:50%;animation:loading-spin .9s linear infinite}.loading-overlay__text{font-size:.9375rem;font-weight:500;color:var(--text-secondary);margin:0;letter-spacing:.02em}@keyframes loading-spin{to{transform:rotate(360deg)}}
