:root{--topbar-main-h: 48px}body.no-scroll{overflow:hidden}.topbar{position:sticky;top:0;padding:0;background:transparent;border:0;isolation:isolate;z-index:5000}.topbar-main{position:relative;z-index:4000;background:var(--topbar-bg);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 1px #ffffff80 inset,0 8px 24px -16px #0f172a2e;font-size:14px;height:var(--topbar-main-h);display:flex;align-items:center;gap:14px;padding:0 var(--edge-pad)}[data-theme=dark] .topbar-main{border-bottom-color:#ffffff14;box-shadow:0 1px #ffffff0a inset,0 8px 24px -16px #0009}.topbar-brand-rail{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;min-width:0}.topbar-cats-btn,.topbar-icon-btn{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--r-sm);background:transparent;color:var(--brand-navy);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;flex-shrink:0;text-decoration:none}.topbar-cats-btn svg,.topbar-icon-btn svg{width:16px;height:16px}.topbar-cats-btn:hover,.topbar-icon-btn:hover{background:var(--brand-tint, rgba(59,130,246,.06));border-color:var(--brand-blue);color:var(--brand-blue)}.topbar-cats-btn.is-open,.topbar-icon-btn.is-active{background:var(--brand-tint, rgba(59,130,246,.1));border-color:var(--brand-blue);color:var(--brand-blue)}.topbar-cats-btn:focus-visible,.topbar-icon-btn:focus-visible{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 2px var(--brand-tint-mid)}.topbar-icon-btn .topbar-avatar{width:22px;height:22px;border:0}[data-theme=dark] .topbar-cats-btn,[data-theme=dark] .topbar-icon-btn{color:#ffffffd9;border-color:#ffffff1a}[data-theme=dark] .topbar-cats-btn:hover,[data-theme=dark] .topbar-cats-btn.is-open,[data-theme=dark] .topbar-icon-btn:hover,[data-theme=dark] .topbar-icon-btn.is-active{background:#ffffff0f}.topbar-controls-rail{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px}.topbar-rail-sep{display:inline-block;width:1px;height:18px;background:#00000014;margin:0 6px;flex-shrink:0}[data-theme=dark] .topbar-rail-sep{background:#ffffff1a}.topbar-search-inline{position:relative;display:inline-flex;align-items:center;width:200px;height:34px;border-radius:var(--r-pill, 9999px);background:#fff;border:1px solid rgba(15,23,42,.08);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,width .22s ease}.topbar-search-inline:hover{border-color:#0f172a29}.topbar-search-inline:focus-within{border-color:var(--brand-blue, #3D6B94);box-shadow:0 0 0 3px #3d6b9424;width:260px}.topbar-search-inline-input{flex:1;min-width:0;padding:0 38px 0 16px;background:transparent;border:0;font-size:13.5px;color:var(--text);height:100%;outline:none}.topbar-search-inline-input::-webkit-search-cancel-button{display:none}.topbar-search-inline-input::placeholder{color:var(--text-muted);opacity:.85}.topbar-search-inline-icon{position:absolute;right:13px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:var(--text-muted);pointer-events:none}.topbar-search-inline .ss-list{position:absolute;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;background:#fff;border:1px solid var(--border, #E2E8F0);border-top:1px solid var(--border, #E2E8F0);border-radius:var(--r-md, 12px);box-shadow:0 12px 32px #0f17291f,0 2px 6px #0f17290f;z-index:5500;max-height:380px;overflow-y:auto}[data-theme=dark] .topbar-search-inline .ss-list{background:#1f2937;border-color:#374151;box-shadow:0 12px 32px #00000080,0 2px 6px #0000004d}[data-theme=dark] .topbar-search-inline{background:#ffffff0f;border-color:#ffffff14}[data-theme=dark] .topbar-search-inline:hover{background:#ffffff1a;border-color:#ffffff24}[data-theme=dark] .topbar-search-inline:focus-within{background:#ffffff1a;border-color:var(--brand-blue-light);box-shadow:0 0 0 3px #6b98c233}[data-theme=dark] .topbar-search-inline-input{color:#f3f4f6}.topbar-search-expand{position:relative;display:inline-flex;align-items:center;justify-content:flex-end;width:34px;height:34px;flex:0 0 auto}.topbar-search-trigger{position:absolute;right:0;top:50%;transform:translateY(-50%);width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-pill, 9999px);border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--text-secondary);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .16s ease}.topbar-search-trigger:hover{border-color:#0f172a29;color:var(--brand-blue)}.topbar-search-trigger svg{width:16px;height:16px}[data-theme=dark] .topbar-search-trigger{background:#ffffff0f;border-color:#ffffff14}[data-theme=dark] .topbar-search-trigger:hover{background:#ffffff1a;border-color:#ffffff24;color:var(--brand-blue-light)}.topbar-search-expand .topbar-search-inline{position:absolute;right:0;top:50%;transform:translateY(-50%);width:34px;opacity:0;visibility:hidden;pointer-events:none;z-index:5600;transition:width .24s cubic-bezier(.22,1,.36,1),opacity .16s ease,visibility 0s linear .16s}.topbar-search-expand[data-expanded=true] .topbar-search-trigger{opacity:0;pointer-events:none}.topbar-search-expand[data-expanded=true] .topbar-search-inline{width:320px;opacity:1;visibility:visible;pointer-events:auto;transition:width .24s cubic-bezier(.22,1,.36,1),opacity .16s ease,visibility 0s linear 0s}@media (prefers-reduced-motion: reduce){.topbar-search-trigger,.topbar-search-expand .topbar-search-inline{transition:none}}.topbar-account-circle{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:#00000005;color:var(--brand-navy);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease;text-decoration:none;overflow:hidden;flex-shrink:0}.topbar-account-circle:hover{border-color:var(--brand-blue);background:var(--brand-tint, rgba(61,107,148,.06))}.topbar-account-circle.has-avatar{border-color:var(--brand-blue);background:transparent;padding:0}.topbar-account-circle.has-avatar:hover{transform:scale(1.04)}.topbar-account-circle.has-initials{background:var(--brand-blue, #3D6B94);border-color:var(--brand-blue, #3D6B94);color:#fff}.topbar-account-circle.has-initials:hover{background:var(--brand-blue-dark, #2F5677);border-color:var(--brand-blue-dark, #2F5677)}.topbar-avatar-initials{font-size:11.5px;font-weight:700;letter-spacing:.02em;font-family:inherit;color:#fff}.topbar-account-circle svg{width:16px;height:16px}.topbar-account-circle .topbar-avatar{width:100%;height:100%;object-fit:cover;border:0;border-radius:50%}.topbar-account-circle:focus-visible{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 3px #3d6b942e}[data-theme=dark] .topbar-account-circle{color:#ffffffd9;border-color:#ffffff24;background:#ffffff0a}[data-theme=dark] .topbar-account-circle:hover{border-color:var(--brand-blue-light);background:#6b98c21a}[data-theme=dark] .topbar-account-circle.has-avatar{border-color:var(--brand-blue-light)}@media (max-width: 1280px){.topbar-link--about .topbar-link-label{display:none}.topbar-link--about{padding-left:8px;padding-right:8px}.topbar-brand-rail .current-chip{display:none}.topbar-search-expand[data-expanded=true] .topbar-search-inline{width:260px}}@media (max-width: 1040px){.topbar-center .topbar-link-label{display:none}.topbar-center .topbar-link{padding:7px 9px}.topbar-center .topbar-link-icon{width:18px;height:18px}.topbar-center .topbar-nyheter-dropdown{display:none}}.topbar-weather{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--r-pill, 9999px);font-size:12px;color:var(--text);flex-shrink:0}.topbar-weather-icon{width:22px;height:22px;flex-shrink:0}.topbar-weather-text{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1.05}.topbar-weather-temp{font-size:12.5px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.topbar-weather-city{font-size:10px;color:var(--text-muted);font-weight:500;margin-top:1px}[data-theme=dark] .topbar-weather-temp{color:#f3f4f6}[data-theme=dark] .topbar-weather-city{color:#fff9}@media (max-width: 800px){.topbar-weather-text{display:none}}.topbar-weather--has-sun{position:relative;cursor:default;outline:none}.topbar-weather--has-sun:hover{background:#0f17290a}[data-theme=dark] .topbar-weather--has-sun:hover{background:#ffffff0f}.topbar-weather-popover{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border:1px solid var(--border, #e5e7eb);border-radius:var(--r-md, 12px);padding:10px 12px;box-shadow:0 12px 32px #0f17291f,0 2px 6px #0f17290f;font-size:12px;color:var(--text, #111827);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease,visibility .14s;z-index:60;pointer-events:none}.topbar-weather--has-sun:hover .topbar-weather-popover,.topbar-weather--has-sun:focus-within .topbar-weather-popover{opacity:1;visibility:visible;transform:translateY(0)}.topbar-weather-popover-row{display:grid;grid-template-columns:14px 1fr auto;gap:8px;align-items:center;padding:3px 0;color:var(--text-secondary, #4A5362)}.topbar-weather-popover-row--total{grid-template-columns:1fr auto;margin-top:4px;padding-top:6px;border-top:1px solid var(--border, #e5e7eb);font-weight:600;color:var(--text, #111827)}.topbar-weather-popover-val{font-variant-numeric:tabular-nums;font-weight:600;color:var(--text, #111827)}[data-theme=dark] .topbar-weather-popover{background:#1f2937;border-color:#374151;color:#f3f4f6;box-shadow:0 12px 32px #00000080,0 2px 6px #0000004d}[data-theme=dark] .topbar-weather-popover-row{color:#ffffffb3}[data-theme=dark] .topbar-weather-popover-row--total{color:#f3f4f6;border-top-color:#374151}[data-theme=dark] .topbar-weather-popover-val{color:#f3f4f6}.topbar-weather--button{border:0;background:transparent;font:inherit;color:inherit;cursor:pointer}.topbar-weather--button:hover{background:#0f17290a}.topbar-weather--button:focus-visible{outline:2px solid var(--accent, #2563eb);outline-offset:2px}[data-theme=dark] .topbar-weather--button:hover{background:#ffffff0f}.weather-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172973;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:9000;display:flex;align-items:center;justify-content:center;padding:24px;animation:weatherModalFadeIn .16s ease}@keyframes weatherModalFadeIn{0%{opacity:0}to{opacity:1}}.weather-modal{width:100%;max-width:420px;max-height:min(82vh,720px);background:#fff;color:var(--text, #111827);border-radius:var(--r-lg, 16px);box-shadow:0 24px 64px #0f172947,0 4px 12px #0f17291f;display:flex;flex-direction:column;overflow:hidden}[data-theme=dark] .weather-modal{background:#1f2937;color:#f3f4f6;box-shadow:0 24px 64px #0009,0 4px 12px #0006}.weather-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 12px;border-bottom:1px solid var(--border, #e5e7eb)}[data-theme=dark] .weather-modal-header{border-bottom-color:#374151}.weather-modal-current{display:flex;align-items:center;gap:12px}.weather-modal-current .topbar-weather-icon{width:36px;height:36px}.weather-modal-current-temp{font-size:24px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1}.weather-modal-current-meta{margin-top:4px;font-size:12px;color:var(--text-muted, #6b7280)}[data-theme=dark] .weather-modal-current-meta{color:#ffffffa6}.weather-modal-close{background:transparent;border:0;font-size:18px;line-height:1;width:32px;height:32px;border-radius:8px;cursor:pointer;color:inherit;display:inline-flex;align-items:center;justify-content:center}.weather-modal-close:hover{background:#0f17290f}[data-theme=dark] .weather-modal-close:hover{background:#ffffff14}.weather-modal-sun{display:flex;flex-wrap:wrap;gap:12px 18px;padding:10px 18px;font-size:12px;color:var(--text-secondary, #4A5362);border-bottom:1px solid var(--border, #e5e7eb)}[data-theme=dark] .weather-modal-sun{color:#ffffffb3;border-bottom-color:#374151}.weather-modal-sun-total{font-weight:600;color:var(--text, #111827)}[data-theme=dark] .weather-modal-sun-total{color:#f3f4f6}.weather-modal-section-title{margin:0;padding:14px 18px 8px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #6b7280)}[data-theme=dark] .weather-modal-section-title{color:#ffffff8c}.weather-modal-empty{margin:0;padding:0 18px 18px;color:var(--text-muted, #6b7280);font-size:13px}.weather-modal-table{flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}.weather-modal-table-head{display:grid;grid-template-columns:56px 32px 1fr 1fr 1fr;gap:10px;padding:4px 18px 8px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, #6b7280);border-bottom:1px solid var(--border, #e5e7eb)}[data-theme=dark] .weather-modal-table-head{color:#ffffff80;border-bottom-color:#374151}.weather-modal-table-body{flex:1 1 auto;overflow-y:auto;padding:4px 0}.weather-modal-row{display:grid;grid-template-columns:56px 32px 1fr 1fr 1fr;gap:10px;align-items:center;padding:8px 18px;font-size:13px;font-variant-numeric:tabular-nums}.weather-modal-row:not(:last-child){border-bottom:1px solid rgba(15,23,41,.04)}[data-theme=dark] .weather-modal-row:not(:last-child){border-bottom-color:#ffffff0d}.weather-modal-row-time{color:var(--text-secondary, #4A5362);font-weight:500}[data-theme=dark] .weather-modal-row-time{color:#ffffffb3}.weather-modal-row-icon .topbar-weather-icon{width:22px;height:22px}.weather-modal-row-temp{font-weight:600}.weather-modal-row-precip{color:var(--text-muted, #6b7280)}[data-theme=dark] .weather-modal-row-precip{color:#ffffff8c}.weather-modal-row-precip.is-wet{color:#2563eb;font-weight:600}[data-theme=dark] .weather-modal-row-precip.is-wet{color:#93c5fd}.weather-modal-row-wind{color:var(--text-secondary, #4A5362)}[data-theme=dark] .weather-modal-row-wind{color:#ffffffb3}.weather-modal-attribution{padding:12px 18px 14px;border-top:1px solid var(--border, #e5e7eb);font-size:11px;color:var(--text-muted, #6b7280);text-align:center}.weather-modal-attribution a{color:inherit;text-decoration:underline;text-underline-offset:2px}.weather-modal-attribution a:hover{color:var(--accent, #2563eb)}[data-theme=dark] .weather-modal-attribution{color:#fff9;border-top-color:#374151}.topbar-center-rail{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;gap:4px}.topbar-controls{display:inline-flex;align-items:center;gap:6px}.brand{display:inline-flex;align-items:center;text-decoration:none;gap:8px}.brand-logo{height:26px;width:auto;display:block}.brand-wordmark{display:block;white-space:nowrap;font-size:15px;font-weight:700;letter-spacing:-.02em;line-height:1}.brand-wordmark__nyhets{color:var(--brand-navy)}.brand-wordmark__basen{color:var(--brand-blue)}[data-theme=dark] .brand-wordmark__nyhets{color:#fff}[data-theme=dark] .brand-wordmark__basen{color:var(--brand-blue)}.topbar-actions{display:flex;gap:6px;align-items:center}.topbar-section{display:flex;flex-direction:column;align-items:center;gap:0;position:relative}.topbar-section-label{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);opacity:.75;line-height:1;margin-bottom:-2px}.topbar-section-links{display:flex;gap:4px;align-items:center}.topbar-link-wrap{position:relative;display:inline-flex}.topbar-link{border:0;background:transparent;color:var(--brand-navy);font:inherit;font-size:13px;font-weight:500;padding:5px 10px;border-radius:var(--r-sm);display:inline-flex;align-items:center;gap:5px;cursor:pointer;line-height:1;position:relative;transition:color .15s ease,background .15s ease;text-decoration:none}.topbar-nyheter-dropdown{position:absolute;top:100%;left:0;margin-top:6px;min-width:220px;background:#fff;border:1px solid var(--border, #E2E8F0);border-radius:var(--r-md, 12px);padding:6px;box-shadow:0 12px 32px #0f17291f,0 2px 6px #0f17290f;z-index:5100;display:flex;flex-direction:column;gap:1px}.topbar-nyheter-dropdown:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.topbar-nyheter-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:0;background:transparent;border-radius:var(--r-sm, 8px);font:inherit;font-size:13px;color:var(--text, #111827);cursor:pointer;text-align:left;transition:background .12s ease,color .12s ease}.topbar-nyheter-item:hover{background:var(--brand-tint, rgba(61, 107, 148, .08));color:var(--brand-blue, #3D6B94)}.topbar-nyheter-itemIcon{width:16px;height:16px;flex-shrink:0;opacity:.75}.topbar-nyheter-item:hover .topbar-nyheter-itemIcon{opacity:1}[data-theme=dark] .topbar-nyheter-dropdown{background:#1f2937;border-color:#374151;box-shadow:0 12px 32px #00000080,0 2px 6px #0000004d}[data-theme=dark] .topbar-nyheter-item{color:#f3f4f6}[data-theme=dark] .topbar-nyheter-item:hover{background:#6b98c22e;color:var(--brand-blue-light, #6B98C2)}.topbar-link:hover{color:var(--brand-blue);background:var(--hover-overlay);text-decoration:none}.topbar-link:active{background:var(--hover-overlay)}.topbar-link:focus-visible{outline:none;box-shadow:0 0 0 2px var(--brand-tint-mid)}.topbar-link--cta{color:var(--brand-blue, #3D6B94);background:var(--brand-tint, rgba(61,107,148,.1));border:none;font-weight:700;border-radius:var(--r-pill, 9999px);padding:6px 14px}.topbar-link--cta .topbar-link-icon{color:var(--brand-blue, #3D6B94)}.topbar-link--cta:after{display:none}.topbar-link--cta:hover{color:var(--brand-blue, #3D6B94);background:var(--brand-tint-mid, rgba(61,107,148,.16))}.topbar-link:hover{color:var(--text);background:#e2e8f0}[data-theme=dark] .topbar-link--cta{color:#f3f4f6;background:#ffffff1a}[data-theme=dark] .topbar-link--cta .topbar-link-icon{color:#f3f4f6}[data-theme=dark] .topbar-link--cta:hover{background:#ffffff24}[data-theme=dark] .topbar-link:hover{background:#ffffff12}.topbar-link--btn{background:transparent!important;color:var(--brand-navy)!important;font-weight:600;height:28px;padding:0 12px;border-radius:var(--r-sm);border:1px solid rgba(255,255,255,.12)!important}.topbar-link--btn:after{display:none}.topbar-lang-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:52px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:var(--text-secondary);font-size:10px;font-weight:700;letter-spacing:.04em;padding:3px 8px;border-radius:6px;cursor:pointer;transition:all .15s;flex-shrink:0}.topbar-flag{width:16px;height:12px;border-radius:2px;flex-shrink:0}.topbar-lang-btn:hover{background:#ffffff1f;color:var(--brand-blue);border-color:#3b82f64d}.topbar-link--btn:hover{background:#ffffff14!important;color:var(--brand-blue)!important;border-color:#3b82f64d!important}.topbar-link .chev{transition:transform .18s ease}.topbar-link.is-open .chev{transform:rotate(180deg)}.topbar-link-icon{color:var(--brand-blue);flex-shrink:0}.topbar-link--btn .topbar-link-icon{color:var(--brand-blue)}[data-theme=dark] .topbar-link-icon{color:var(--brand-navy)}.topbar-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1.5px solid rgba(59,130,246,.3)}.nav-beta{display:inline-flex;align-items:center;font-size:8px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:1px 5px;border-radius:var(--r-xs, 4px);background:#3b82f61a;color:var(--brand-blue);line-height:1.4;margin-left:2px;border:1px solid rgba(59,130,246,.18);opacity:.85}[data-theme=dark] .nav-beta{background:#60a5fa1a;border-color:#60a5fa38}.current-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 12px 4px 8px;border-radius:var(--r-pill, 9999px);background:#3b82f61a;border:1px solid rgba(59,130,246,.2);white-space:nowrap}.current-chip-icon{color:var(--brand-blue);opacity:.65;flex-shrink:0}[data-theme=dark] .current-chip-icon{color:#93c5fd}.current-chip-value{font-size:12px;font-weight:600;color:var(--brand-blue);letter-spacing:.01em}[data-theme=dark] .current-chip{background:#60a5fa1a;border-color:#60a5fa38}[data-theme=dark] .current-chip-value{color:#93c5fd}.topbar-search-trigger{display:inline-flex;align-items:center;gap:8px;height:30px;padding:0 12px 0 10px;border-radius:var(--r-pill, 9999px);border:1px solid var(--border);background:var(--bg, #fff);color:var(--text-muted);font:inherit;font-size:12px;font-weight:500;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease;flex-shrink:0}.topbar-search-trigger:hover{border-color:var(--brand-blue);color:var(--brand-blue);background:var(--brand-tint, rgba(59,130,246,.06))}.topbar-search-trigger:focus-visible{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 2px var(--brand-tint-mid)}.topbar-search-trigger-icon{width:14px;height:14px;flex-shrink:0;color:currentColor}.topbar-search-trigger-label{white-space:nowrap}.topbar-search-trigger-kbd{display:inline-flex;align-items:center;gap:2px;margin-left:8px;padding:1px 5px;font-family:inherit;font-size:10px;font-weight:600;letter-spacing:.04em;color:var(--text-muted);background:var(--brand-tint, rgba(59,130,246,.08));border:1px solid var(--border);border-radius:var(--r-xs, 4px);line-height:1.4}[data-theme=dark] .topbar-search-trigger-kbd{background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .topbar-search-trigger{background:#ffffff0a;border-color:#ffffff1a}[data-theme=dark] .topbar-search-trigger:hover{background:#ffffff14}.topbar-iconBtn{width:28px;height:28px;border-radius:var(--r-sm);border:1px solid rgba(255,255,255,.1);background:#ffffff0f;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--brand-navy);transition:all .15s ease}.topbar-iconBtn:hover{background:#ffffff1f;color:var(--brand-blue)}.topbar-iconBtn:focus-visible{outline:none;box-shadow:0 0 0 2px var(--brand-tint-mid)}.theme-switch{position:relative;width:48px;height:24px;border-radius:var(--r-md, 12px);border:1px solid rgba(59,130,246,.2);background:#3b82f61f;cursor:pointer;display:inline-flex;align-items:center;padding:0;flex-shrink:0;transition:background .2s ease,border-color .2s ease}.theme-switch--dark{background:#37465fe6;border-color:#ffffff38;box-shadow:0 0 0 1px #ffffff0f}.theme-switch-icon{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;z-index:1;transition:opacity .2s ease;pointer-events:none}.theme-switch-icon--light{left:5px;color:#f59e0b;opacity:1}.theme-switch-icon--dark{right:5px;color:#94a3b880;opacity:.4}.theme-switch--dark .theme-switch-icon--light{color:#94a3b880;opacity:.4}.theme-switch--dark .theme-switch-icon--dark{color:#93c5fd;opacity:1}.theme-switch-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:left .2s ease;pointer-events:none}.theme-switch--dark .theme-switch-knob{left:26px;background:#e2e8f0}.theme-switch:hover{border-color:#3b82f659}.theme-switch--dark:hover{background:#41506ef2;border-color:#ffffff4d}.theme-switch:focus-visible{outline:none;box-shadow:0 0 0 2px var(--brand-tint-mid)}.topbar-overlay{position:fixed;left:0;right:0;top:var(--topbar-main-h);bottom:0;z-index:9999;background:var(--overlay-bg);backdrop-filter:blur(20px) saturate(1.1);-webkit-backdrop-filter:blur(20px) saturate(1.1)}.topbar-overlay-panel{width:100%;max-width:var(--container-w);margin:0 auto;height:100%;padding:28px var(--edge-pad);overflow:auto}.topbar-overlay-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.overlay-title{font-size:24px;font-weight:600;letter-spacing:-.02em;color:var(--text)}.overlay-searchRow{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.overlay-searchIcon{color:var(--brand-navy)}.overlay-searchInput{flex:1;min-width:0;font-size:28px;font-weight:600;letter-spacing:-.02em;background:transparent;border:none;outline:none;color:var(--text)}.overlay-searchInput::placeholder{color:var(--text-muted)}.overlay-searchSubmit{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--r-sm);border:none;background:var(--brand-blue);color:#fff;cursor:pointer;flex-shrink:0;transition:background .14s}.overlay-searchSubmit:hover{background:var(--brand-navy)}.overlay-searchSubmit svg{width:18px;height:18px;stroke-width:2.2}.overlay-closeBtn{width:36px;height:36px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--card);cursor:pointer;color:var(--brand-navy);font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.overlay-closeBtn:hover{background:var(--card-hover);color:var(--brand-navy)}.topbar-overlay-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:start}@media (max-width: 900px){.topbar-overlay-grid{grid-template-columns:1fr}.overlay-searchInput{font-size:22px}}.overlay-section-title{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.overlay-links{display:grid;gap:4px}.overlay-link{text-align:left;background:transparent;border:none;padding:10px 12px;border-radius:var(--r-sm);font-size:15px;color:var(--text);cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:background .15s ease}.overlay-link:hover{background:var(--hover-overlay)}.overlay-linkIcon{width:18px;height:18px;color:var(--brand-navy);flex-shrink:0}.overlay-chips{display:flex;flex-wrap:wrap;gap:8px}.chip{height:32px;padding:0 14px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--card);cursor:pointer;font-size:13px;font-weight:500;color:var(--text-secondary);white-space:nowrap;transition:all .15s ease}.chip:hover{border-color:var(--border-strong);color:var(--text)}.chip--active{background:var(--navy);color:#fff;border-color:var(--navy)}.topbar-menu-btn{display:none;flex:0 0 auto;width:36px;height:36px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--card);align-items:center;justify-content:center;cursor:pointer;color:var(--brand-navy)}.topbar-menu-btn:hover{background:var(--card-hover);color:var(--brand-navy)}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b122040;z-index:9000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-menu-panel{position:fixed;top:0;left:0;bottom:0;width:min(78vw,320px);background:var(--card);border-right:1px solid var(--border);padding:16px;z-index:9100;overflow:auto;box-shadow:var(--shadow-lg)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.mobile-menu-title{font-weight:600;font-size:16px;color:var(--text)}.mobile-menu-close{width:34px;height:34px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--bg);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.mobile-menu-section{margin-top:16px}.mobile-menu-section-title{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:12px 12px 8px;font-weight:600}.mobile-menu-link{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--r-sm);color:var(--text-secondary);text-decoration:none;cursor:pointer;font-size:14px;transition:all .15s ease}.mobile-menu-link:hover{background:var(--hover-overlay);color:var(--text)}.mobile-menu-link--active{background:var(--brand-tint);color:var(--brand-blue)}.mobile-menu-link--active span{font-weight:600}.mobile-menu-filters{display:flex;flex-direction:column;gap:8px}.mobile-menu-search{height:36px;padding:0 12px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--bg);font-size:14px}@media (max-width: 820px){.topbar-brand-rail{gap:8px}.topbar-controls-rail,.topbar-search-trigger{display:none}.topbar-menu-btn{display:inline-flex}.topbar-actions,.topbar-link--cats,.topbar-cats-btn{display:none}}@media (max-width: 520px){.brand-wordmark{display:none}}.ms-dropdown{position:relative;display:flex;flex-direction:column;min-width:200px}.apple-dropdown-label{margin:0 0 4px 6px;font-size:12px;color:var(--text-muted)}.ms-button{height:36px;border-radius:var(--r-sm);background:var(--card);border:1px solid var(--border);padding:0 12px;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;font-size:13px}.ms-caret{opacity:.5}.ms-popover{position:absolute;z-index:99999;top:calc(100% + 6px);left:0;width:240px;padding:8px;background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-lg);max-height:260px;overflow:auto}.ms-option{display:flex;align-items:center;gap:10px;padding:8px;border-radius:var(--r-sm);cursor:pointer;font-size:13px}.ms-option:hover{background:var(--hover-overlay)}.ms-option input{transform:scale(1.05)}.topbar-ticker{position:sticky;top:var(--topbar-main-h);z-index:3900;background:var(--ticker-bg);border-bottom:1px solid rgba(255,255,255,.06);overflow-x:hidden;overflow-y:visible;height:28px;display:flex;align-items:center;padding-left:var(--edge-pad);--ticker-right-gutter: 142px}.topbar-ticker:after{content:"";flex:0 0 var(--ticker-right-gutter);height:100%;border-left:1px solid rgba(255,255,255,.1)}.topbar-ticker-track{display:flex;flex:1;min-width:0;height:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,transparent 1%,#000 6%,#000 94%,transparent 99%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,transparent 1%,#000 6%,#000 94%,transparent 99%,transparent 100%)}.ticker-settings{display:flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;padding:0 16px;height:100%;border-left:1px solid rgba(255,255,255,.1);min-width:175px;box-sizing:border-box}.topbar-ticker-track:hover .topbar-ticker-list--marquee{animation-play-state:paused}.topbar-ticker-list{display:flex;align-items:center;gap:72px;height:100%;padding:0 36px;white-space:nowrap;width:max-content;flex-shrink:0}.topbar-ticker-list--marquee{animation:tickerMarquee 140s linear infinite}@keyframes tickerMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.topbar-ticker-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:#fff9;padding:0;min-height:24px;font-size:12px;font-weight:500;line-height:1;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:5px;transition:color .15s ease;position:relative}.topbar-ticker-item:hover{color:#fffffff2}.topbar-ticker-tooltip{position:fixed;transform:translate(-50%);display:flex;background:var(--card, #fff);color:var(--text, #1a1a1a);border:1px solid var(--border, #e0e0e0);border-radius:var(--r-sm, 8px);padding:8px 12px;box-shadow:0 4px 16px #00000026;white-space:nowrap;flex-direction:column;gap:3px;font-size:12px;z-index:4000;pointer-events:none}.topbar-ticker-tooltip strong{font-size:13px;font-weight:700}.topbar-ticker-tooltip-change--up{color:#1f9d55;font-weight:600}.topbar-ticker-tooltip-change--down{color:#d64545;font-weight:600}.topbar-ticker-tooltip-change--new{color:#e6a23c;font-weight:600}.topbar-ticker-tooltip-change--flat{color:#888}.topbar-ticker-item+.topbar-ticker-item:before{content:"·";position:absolute;left:-40px;color:#ffffff38;font-size:16px;font-weight:300}.topbar-ticker-name{font-weight:600;color:#ffffffe6}.topbar-ticker-change{font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.topbar-ticker-change--up{color:#6ee7b7}.topbar-ticker-change--down{color:#fca5a5}.topbar-ticker-change--new{color:#fde68a}.topbar-ticker-change--flat{color:#ffffffa6}.topbar-ticker-live{position:relative;cursor:help;display:inline-flex;align-items:center;justify-content:flex-start;gap:5px;width:144px;padding:0 12px 0 0;height:100%;flex-shrink:0;border-right:1px solid rgba(255,255,255,.1);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;white-space:nowrap}.topbar-ticker-live-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;flex-shrink:0;animation:livePulse 1.8s ease-in-out infinite}.topbar-ticker-live-help{width:12px;height:12px;flex-shrink:0;opacity:.5;transition:opacity .15s ease}.topbar-ticker-live:hover .topbar-ticker-live-help,.topbar-ticker-live:focus-visible .topbar-ticker-live-help{opacity:.9}.topbar-ticker-live-explainer{position:fixed;width:260px;max-width:78vw;font-size:12px;font-weight:400;letter-spacing:normal;text-transform:none;line-height:1.45;white-space:normal;background:var(--card, #fff);color:var(--text, #1a1a1a);border:1px solid var(--border, #e0e0e0);border-radius:var(--r-sm, 8px);padding:10px 12px;box-shadow:0 4px 16px #00000026;z-index:4000;pointer-events:none}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.topbar-ticker-item--skeleton{width:80px;height:14px;border-radius:var(--r-xs, 4px);background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a);background-size:220% 100%;animation:tickerShimmer 1.2s ease-in-out infinite}@keyframes tickerShimmer{0%{background-position:0% 0}to{background-position:100% 0}}@media (max-width: 680px){.topbar-ticker{height:24px}.topbar-ticker-item{font-size:11px}.topbar-ticker-list--marquee{animation-duration:55s}}[data-theme=dark] .topbar-main{box-shadow:inset 0 -2px #60a5fa,0 2px 10px #60a5fa4d,0 4px 20px #60a5fa26}[data-theme=dark] .chip{background:#ffffff0f;border-color:#ffffff1f;color:var(--text-secondary)}[data-theme=dark] .chip:hover{background:#ffffff1a;border-color:#fff3;color:var(--text)}[data-theme=dark] .chip--active{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}[data-theme=dark] .topbar-link--btn{background:transparent!important;color:var(--text-secondary)!important;border:1px solid rgba(255,255,255,.12)!important}[data-theme=dark] .topbar-link--btn:hover{background:#ffffff14!important;color:var(--brand-blue)!important;border-color:#3b82f64d!important}[data-theme=dark] .topbar-link--cta{color:var(--text)}[data-theme=dark] .topbar-link--cta .topbar-link-icon{color:#60a5fa}[data-theme=dark] .topbar-link--cta:after{border-bottom-color:#60a5fa;filter:drop-shadow(0 0 5px rgba(96,165,250,.7)) drop-shadow(0 2px 8px rgba(96,165,250,.35))}[data-theme=dark] .topbar-link--cta:hover{color:var(--brand-blue)}.ss-list{list-style:none;margin:0;padding:6px 0;border-top:1px solid var(--border)}.ss-item{display:flex;align-items:center;gap:10px;padding:9px 16px;cursor:pointer;border-radius:6px;transition:background .1s;color:var(--text)}.ss-item:hover,.ss-item--active{background:var(--bg-secondary)}.ss-icon{color:var(--text-muted);flex-shrink:0;display:flex}.ss-title{font-size:15px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.ss-mark{background:none;color:inherit;font-weight:700}.ss-thumb{width:34px;height:34px;border-radius:8px;object-fit:cover;flex:none;background:var(--brand-tint, rgba(61,107,148,.1))}.ss-thumb--fallback{display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;color:var(--brand-blue, #3D6B94)}.ss-body{display:flex;flex-direction:column;gap:1px;min-width:0}.ss-meta{font-size:11.5px;color:var(--text-muted, #6b7280);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .ss-thumb--fallback{color:var(--brand-blue, #8BB4D8);background:#8bb4d824}.toast-container{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast-item{background:#1a1a2e;color:#f0f0f0;padding:12px 24px;border-radius:10px;font-size:14px;box-shadow:0 4px 20px #00000040;animation:toast-in .3s ease,toast-out .3s ease 3.5s forwards;max-width:min(90vw,420px);text-align:center}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1}to{opacity:0;transform:translateY(-8px)}}.footer{margin-top:24px;border-top:1px solid var(--border);background:var(--bg-secondary)}.footer-container{width:min(var(--container-w),calc(100% - (var(--edge-pad) * 2)));margin:0 auto;padding:14px 0 18px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px}.footer-left{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.footer-left-row{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-brand{font-size:14px;font-weight:600;color:var(--text);text-decoration:none;white-space:nowrap}.footer-brand:hover{text-decoration:none;color:var(--navy)}.footer-copy{font-size:13px;color:var(--text-muted);white-space:nowrap}.footer-org,.footer-editor{font-size:12px;color:var(--text-muted);white-space:nowrap}.footer-editor-link{color:var(--text-secondary);text-decoration:none;font-weight:500;border-bottom:1px dotted var(--border-strong);transition:color .15s ease,border-color .15s ease}.footer-editor-link:hover,.footer-editor-link:focus-visible{color:var(--text);border-bottom-color:var(--text)}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;row-gap:8px;align-items:center}.footer-links a{font-size:13px;color:var(--text-secondary);text-decoration:none;padding:4px 0;transition:color .15s ease}.footer-links a:hover{color:var(--text);text-decoration:none}.footer-links a+a:before{content:"·";margin:0 12px;color:var(--border)}.footer-social{justify-self:end;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.footer-section{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.footer-section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.footer-social-row{display:inline-flex;align-items:center;gap:8px}.footer-social-link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--card);color:var(--text-secondary);text-decoration:none;font-size:13px;font-weight:500;transition:all .15s ease}.footer-social-link:hover{background:var(--card-hover);border-color:var(--border-strong);color:var(--text);text-decoration:none}.footer-support-link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--r-sm);border:1px solid rgba(251,191,36,.3);background:#fbbf2414;color:var(--text-secondary);text-decoration:none;font-size:13px;font-weight:500;transition:all .15s ease}.footer-support-link:hover{background:#fbbf2426;border-color:#fbbf2480;color:#d97706;text-decoration:none}.footer-support-link svg{color:#f59e0b}@media (max-width: 820px){.footer-container{grid-template-columns:1fr;justify-items:center;text-align:center}.footer-left{align-items:center}.footer-left-row{justify-content:center}.footer-social{justify-self:center;align-items:center}.footer-section{align-items:center}}.newsletter-signup{display:flex;flex-direction:column;gap:8px;padding:16px 0}.newsletter-signup--success{padding:16px 0}.newsletter-label{font-size:13px;font-weight:600;color:var(--text-secondary);letter-spacing:.02em}.newsletter-row{display:flex;gap:8px;align-items:stretch}.newsletter-input{flex:1;min-width:0;padding:8px 12px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--card);color:var(--text);font-size:13px;font-family:inherit;outline:none;transition:border-color .15s ease}.newsletter-input:focus{border-color:var(--border-strong)}.newsletter-input::placeholder{color:var(--text-muted)}.newsletter-input:disabled{opacity:.6}.newsletter-btn{padding:8px 16px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--card);color:var(--text);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:all .15s ease}.newsletter-btn:hover{background:var(--card-hover);border-color:var(--border-strong)}.newsletter-btn:disabled{opacity:.6;cursor:default}.newsletter-success-text{font-size:13px;color:var(--text-secondary);margin:0}.newsletter-error{font-size:12px;color:var(--red, #dc2626);margin:0}.push-optin{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 16px;background:var(--bg-secondary);border-bottom:1px solid var(--border);font-size:13px}.push-optin-text{margin:0;color:var(--text-secondary);font-weight:500}.push-optin-actions{display:flex;gap:8px}.push-optin-btn{padding:5px 12px;border-radius:var(--r-sm);font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid var(--border);transition:all .15s ease}.push-optin-btn--primary{background:var(--text);color:var(--bg);border-color:var(--text)}.push-optin-btn--primary:hover{opacity:.85}.push-optin-btn--dismiss{background:transparent;color:var(--text-muted);border-color:transparent}.push-optin-btn--dismiss:hover{color:var(--text-secondary)}.push-optin-btn:disabled{opacity:.6;cursor:default}@media (max-width: 480px){.push-optin{flex-direction:column;gap:8px;text-align:center}}.paywallNotice{background:linear-gradient(90deg,#fde68a,#fcd34d);color:#422006;border-bottom:1px solid rgba(120,53,15,.2);font-size:13px;line-height:1.45;padding:8px 16px}[data-theme=dark] .paywallNotice{background:linear-gradient(90deg,#78350f,#92400e);color:#fde68a;border-bottom-color:#0006}.paywallNotice__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.paywallNotice__title{font-weight:700;letter-spacing:.02em;text-transform:uppercase;font-size:11px;padding:2px 8px;border-radius:4px;background:#78350f26;flex:0 0 auto}[data-theme=dark] .paywallNotice__title{background:#0000004d}.paywallNotice__body{flex:1 1 auto;min-width:0}.paywallNotice__link{flex:0 0 auto;color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px}.paywallNotice__link:hover{text-decoration:none}@media (max-width: 640px){.paywallNotice{font-size:12.5px;padding:8px 12px}}.info-sparkle{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin:0 4px;color:var(--text-muted, #6b7280);opacity:.35;cursor:help;position:relative;vertical-align:middle;transition:opacity .16s ease,color .16s ease,transform .16s ease;outline:none;flex-shrink:0}.info-sparkle:hover,.info-sparkle:focus{opacity:.75;color:var(--brand-blue, #3D6B94);transform:scale(1.08)}.info-sparkle:focus-visible{outline:2px solid var(--brand-blue, #3D6B94);outline-offset:2px;border-radius:50%}.info-sparkle-tip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(-2px);background:#0f172a;color:#fff;font-size:11.5px;font-weight:500;letter-spacing:.005em;line-height:1.4;padding:7px 10px;border-radius:6px;white-space:normal;width:max-content;max-width:240px;text-align:left;box-shadow:0 6px 18px #0f172933;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility .14s;pointer-events:none;z-index:80}.info-sparkle:hover .info-sparkle-tip,.info-sparkle:focus .info-sparkle-tip,.info-sparkle:focus-within .info-sparkle-tip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.info-sparkle-tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #0f172a}.info-sparkle--left .info-sparkle-tip{left:0;transform:translate(0) translateY(-2px)}.info-sparkle--left:hover .info-sparkle-tip,.info-sparkle--left:focus .info-sparkle-tip,.info-sparkle--left:focus-within .info-sparkle-tip{transform:translate(0) translateY(0)}.info-sparkle--left .info-sparkle-tip:after{left:8px;transform:translate(0)}.info-sparkle--right .info-sparkle-tip{left:auto;right:0;transform:translate(0) translateY(-2px)}.info-sparkle--right:hover .info-sparkle-tip,.info-sparkle--right:focus .info-sparkle-tip,.info-sparkle--right:focus-within .info-sparkle-tip{transform:translate(0) translateY(0)}.info-sparkle--right .info-sparkle-tip:after{left:auto;right:8px;transform:translate(0)}[data-theme=dark] .info-sparkle-tip{background:#f3f4f6;color:#0f172a;box-shadow:0 6px 18px #00000073}[data-theme=dark] .info-sparkle-tip:after{border-top-color:#f3f4f6}.ai-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:var(--r-pill, 9999px);font-size:.6rem;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.07em;color:var(--brand-blue);background:linear-gradient(135deg,var(--brand-tint) 0%,var(--brand-tint-mid) 100%);border:1px solid var(--brand-tint-mid);cursor:help;vertical-align:middle;white-space:nowrap}.ai-badge__glyph{flex:none;opacity:.85}.ai-badge__text{line-height:1}.ai-badge--onDark{color:#ffffffeb;background:#0f172a73;border-color:#ffffff40;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.ai-badge--overlay{position:absolute;top:6px;right:6px;z-index:3;gap:3px;padding:3px 6px;font-size:10px;letter-spacing:.02em;text-transform:none;color:#fff;background:linear-gradient(135deg,#3d6b94eb,#6b98c2eb);border:none;box-shadow:0 1px 3px #0f172a4d;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.ai-badge--overlay .ai-badge__glyph{opacity:1}.ai-badge--overlay .info-sparkle{color:#ffffffd9;margin-left:1px}[data-theme=dark] .ai-badge--overlay{background:linear-gradient(135deg,#6391bceb,#8cb4d7eb);box-shadow:0 1px 3px #00000073}h1 .ai-badge,h2 .ai-badge,h3 .ai-badge,p .ai-badge,.nb-month-summary-label .ai-badge{margin-left:6px;transform:translateY(-1px)}.nb-topic-card-intro .ai-badge,.dv2-topic-card-summary .ai-badge{margin-left:0;margin-right:5px;transform:none}.text-credit{display:inline-block;margin-left:6px;font-size:.62rem;font-weight:600;line-height:1;white-space:nowrap;color:var(--text-muted);text-decoration:underline;text-decoration-color:var(--border-strong, var(--border));text-underline-offset:2px;vertical-align:middle;transform:translateY(-1px)}.text-credit:hover,.text-credit:focus-visible{color:var(--text, #1f2937);text-decoration-color:currentColor}.text-credit--onDark{color:#ffffffad;text-decoration-color:#ffffff59}.text-credit--onDark:hover,.text-credit--onDark:focus-visible{color:#fff;text-decoration-color:currentColor}.sentiment-bar-wrap{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px}.sentiment-bar{display:inline-flex;flex-direction:row;gap:3px;align-items:center;margin-top:2px}.sentiment-bar__seg{width:14px;height:8px;border-radius:2px;background:var(--border, #e5e7eb);display:inline-block}.sentiment-bar__seg--on{background:currentColor}[data-theme=dark] .sentiment-bar__seg{background:#ffffff1a}[data-theme=dark] .sentiment-bar__seg--on{background:currentColor}.sentiment-bar__label{font-size:12px;font-weight:600;margin-top:2px}.people-detail{display:flex;flex-direction:column;gap:10px;padding:12px 14px;background:var(--card, #fff);border:1px solid var(--border, #e5e7eb);border-radius:var(--r-md, 12px);box-shadow:0 1px 2px #0f172a0a}.people-detail--v2{padding:14px 16px}.people-detail--v2 .people-detail__main{display:grid;grid-template-columns:200px minmax(0,1.3fr) minmax(0,1fr);gap:16px;align-items:stretch}@media (max-width: 1100px){.people-detail--v2 .people-detail__main{grid-template-columns:170px minmax(0,1fr)}.people-detail--v2 .people-detail__chartCol{grid-column:1 / -1}}@media (max-width: 700px){.people-detail--v2 .people-detail__main{grid-template-columns:1fr}.people-detail--v2 .people-detail__portraitCol{aspect-ratio:4 / 3}}.people-detail__portraitCol{position:relative;min-height:200px;border-radius:var(--r-md, 12px);overflow:hidden;background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.people-detail__portraitCol .people-detail__portrait--full{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border:0;border-radius:0;background:transparent}.people-detail__portraitFallbackWrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.people-detail__portraitFallbackWrap .people-detail__portraitFallback{display:block;width:100%;height:100%;overflow:hidden;color:#ffffffd9}.people-detail__portraitFallbackWrap .people-detail__portraitFallback>img{width:100%;height:100%;object-fit:cover;display:block}[data-theme=dark] .people-detail__portraitCol{background:linear-gradient(135deg,#374151,#1f2937)}.people-detail__identityCol{display:flex;flex-direction:column;gap:12px;min-width:0}.people-detail__divider--inline{height:1px;background:var(--border, #e5e7eb);margin:4px 0}[data-theme=dark] .people-detail__divider--inline{background:#ffffff1a}.people-detail__chartCol{display:flex;flex-direction:column;gap:8px;min-width:0}.people-detail__chartWrap--big{width:100%;aspect-ratio:16 / 5;max-height:160px;position:relative;border:1px solid var(--border, #e5e7eb);border-radius:var(--r-sm, 8px);padding:10px 12px;background:#0f172904;display:block}[data-theme=dark] .people-detail__chartWrap--big{background:#ffffff08;border-color:#ffffff14}.people-detail__chartWrap--big .trendMiniSparklineWrap{width:100%;height:100%;aspect-ratio:unset;display:block}.people-detail__chartWrap--big .trendMiniSparkline{width:100%;height:100%;display:block}.people-detail__chartWrap--big .trendMiniSparkline text{font-size:7px}.people-detail__chartCol{display:flex;flex-direction:column}.people-detail__summary{display:flex;flex-direction:column;gap:4px;margin-top:4px}.people-detail__summaryLabel{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #6b7280)}.people-detail__summaryText{margin:0;font-size:13.5px;line-height:1.55;color:var(--text-secondary, #4A5362)}[data-theme=dark] .people-detail__summaryText{color:#ffffffc7}.people-detail__summaryAi{display:inline-flex;align-items:center;gap:4px;margin-top:6px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, #6b7280);cursor:help}.people-detail__summaryAi svg{opacity:.85}[data-theme=dark] .people-detail__summaryAi{color:#ffffff8c}a.people-detail__summaryText--link{display:block;text-decoration:none;cursor:pointer;transition:color .12s ease}a.people-detail__summaryText--link:hover,a.people-detail__summaryText--link:focus-visible{color:var(--brand, #2563eb);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}[data-theme=dark] a.people-detail__summaryText--link:hover,[data-theme=dark] a.people-detail__summaryText--link:focus-visible{color:#93c5fd}.people-detail__aiSummary{position:relative;display:flex;flex-direction:column;gap:9px;margin-top:12px;padding:15px 18px 15px 20px;border-radius:var(--r-sm, 8px);background:var(--card-hover, #FBFCFE);border:1px solid var(--border, #e5e7eb)}.people-detail__aiSummary:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:var(--r-sm, 8px) 0 0 var(--r-sm, 8px);background:linear-gradient(180deg,var(--brand-blue, #3D6B94),var(--brand-blue-light, #6B98C2))}.people-detail__aiSummaryHead{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-blue, #3D6B94);cursor:help}.people-detail__aiSummaryIcon{color:var(--brand-blue, #3D6B94);opacity:.9;flex-shrink:0}.people-detail__aiSummaryHead .info-sparkle{color:var(--text-muted, #6b7280);margin-left:1px}.people-detail__aiSummaryText{margin:0;font-size:15px;line-height:1.62;color:var(--text-secondary, #4A5362);max-width:82ch}a.people-detail__aiSummaryText--link{display:block;text-decoration:none;cursor:pointer;transition:color .12s ease}a.people-detail__aiSummaryText--link:hover,a.people-detail__aiSummaryText--link:focus-visible{color:var(--brand, #2563eb);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}[data-theme=dark] .people-detail__aiSummary{background:#ffffff09;border-color:#ffffff17}[data-theme=dark] .people-detail__aiSummaryHead,[data-theme=dark] .people-detail__aiSummaryIcon{color:var(--brand-blue-light, #6B98C2)}[data-theme=dark] .people-detail__aiSummaryText{color:#fffc}[data-theme=dark] a.people-detail__aiSummaryText--link:hover,[data-theme=dark] a.people-detail__aiSummaryText--link:focus-visible{color:#93c5fd}.people-detail__bottomRow{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:16px;margin-top:12px;align-items:start}.people-detail__bottomRow .people-detail__aiSummary{margin-top:0}.people-detail__bottomRow .people-detail__sources{padding:15px 16px;border-radius:var(--r-sm, 8px);background:var(--card-hover, #FBFCFE)}[data-theme=dark] .people-detail__bottomRow .people-detail__sources{background:#ffffff09}@media (max-width: 900px){.people-detail__bottomRow{grid-template-columns:1fr}}.people-detail__sources{display:flex;flex-direction:column;gap:6px}.people-detail__sourcesLabel{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #6b7280);margin-bottom:2px}.people-detail__sourcesList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.people-detail__sourceRow{display:grid;grid-template-columns:18px 1fr auto;gap:10px;align-items:center;font-size:13px;color:var(--text-secondary, #4A5362)}.people-detail__sourceLogo{width:18px;height:18px;border-radius:4px;object-fit:cover;flex-shrink:0;background:#fff;box-shadow:inset 0 0 0 1px #0f17290f}.people-detail__sourceLogo--placeholder{display:inline-flex;align-items:center;justify-content:center;background:#0f17290f;color:var(--text-muted, #6b7280)}[data-theme=dark] .people-detail__sourceLogo--placeholder{background:#ffffff14;color:#ffffff8c}.people-detail__sourceLogo--mono{display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent, var(--brand-blue, #1e4d8c));color:#fff;font-size:9px;font-weight:700;letter-spacing:.02em;text-shadow:0 1px 1px rgba(15,23,41,.25);box-shadow:0 1px 1px #0f172a1a}[data-theme=dark] .people-detail__sourceLogo--mono{background:var(--brand-blue-light, #6B98C2);color:#0f1729;text-shadow:none}.people-detail__sourceIcon{color:var(--brand-blue, #3D6B94);position:relative;top:2px}.people-detail__sourcesToggle{display:inline-flex;align-items:center;gap:4px;margin-top:8px;padding:6px 12px;border:1px solid var(--border, #E2E8F0);border-radius:var(--r-pill, 9999px);background:var(--surface, #fff);color:var(--text, #111827);font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease;align-self:flex-start}.people-detail__sourcesToggle:hover{background:var(--card-hover, #FBFCFE);border-color:#0f17292e}[data-theme=dark] .people-detail__sourcesToggle{background:#ffffff0a;border-color:#ffffff1a;color:#f3f4f6}.people-detail__sourceLink{color:inherit;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.people-detail__sourceLink:hover .people-detail__sourceTitle{text-decoration:underline}.people-detail__sourceName{color:var(--brand-blue, #3D6B94);font-weight:600}.people-detail__sourceTitle{color:var(--text, #111827);font-weight:400}.people-detail__sourceTime{font-size:11.5px;color:var(--text-muted, #6b7280);font-variant-numeric:tabular-nums;white-space:nowrap}[data-theme=dark] .people-detail__sourceTitle{color:#f3f4f6}[data-theme=dark] .people-detail__sourceName,[data-theme=dark] .people-detail__sourceIcon{color:var(--brand-blue-light, #6B98C2)}.people-detail__main{display:flex;flex-direction:row;gap:20px;align-items:stretch}.people-detail__left{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:12px}.people-detail__right{flex:0 0 320px;display:flex;flex-direction:column;gap:6px}@media (max-width: 900px){.people-detail__main{flex-direction:column}.people-detail__right{flex:1 1 auto;width:100%}}.people-detail__header{display:flex;flex-direction:row;gap:14px;align-items:flex-start}.people-detail__portraitWrap{position:relative;flex:0 0 auto}.people-detail__portrait{width:80px;height:80px;border-radius:var(--r-md, 12px);object-fit:cover;display:block;background:var(--surface, #f1f5f9);border:1px solid var(--border, #e5e7eb)}.people-detail__portraitFallback{width:80px;height:80px;border-radius:var(--r-md, 12px);display:inline-flex;align-items:center;justify-content:center;letter-spacing:-.01em;color:#ffffffd9;background:linear-gradient(135deg,#3d6b94,#6b98c2);border:1px solid var(--border, #e5e7eb);overflow:hidden}.people-detail__portraitFallback>img{width:100%;height:100%;object-fit:cover;display:block}.people-detail__rankBadge{position:absolute;top:10px;left:10px;width:26px;height:26px;border-radius:50%;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;z-index:2;font-weight:700;box-shadow:0 1px 2px #0f172a33;border:2px solid var(--card, #fff)}.people-detail__rankBadge--gold{background:linear-gradient(135deg,#ffd86b,#f4c300 60%,#c99500);color:#4a3a00;text-shadow:0 1px 0 rgba(255,255,255,.4)}.people-detail__rankBadge--silver{background:linear-gradient(135deg,#e8ebee,#c7cdd2 60%,#97a0a8);color:#2c3439;text-shadow:0 1px 0 rgba(255,255,255,.4)}.people-detail__rankBadge--bronze{background:linear-gradient(135deg,#e8a876,#cd7f32 60%,#8b5520);color:#3a1f08;text-shadow:0 1px 0 rgba(255,255,255,.3)}.people-detail__rankBadge--plain{background:#0f1729c7;color:#fff}.people-detail__photoCredit{position:absolute;left:8px;bottom:8px;z-index:2;padding:2px 7px;border-radius:6px;background:#0f17299e;color:#ffffffd9;font-size:10px;font-weight:500;text-decoration:none}.people-detail__photoCredit:hover{color:#fff}.people-detail__identity{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.people-detail__nameRow{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.people-detail__name{font-size:27px;font-weight:800;color:var(--brand-blue, #3D6B94);line-height:1.15;letter-spacing:-.015em;margin:0}.people-detail__nameLink{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;cursor:pointer;font:inherit;color:inherit;text-align:left}.people-detail__nameLink:hover .people-detail__name{text-decoration:underline}.people-detail__nameLink:hover .people-detail__nameArrow{transform:translate(2px)}.people-detail__nameArrow{display:inline-flex;align-items:center;justify-content:center;color:var(--brand-blue, #3D6B94);transition:transform .16s ease;line-height:0}.people-detail__nameArrow svg{display:block}.people-detail__nameLink:focus-visible{outline:2px solid var(--brand-blue, #3D6B94);outline-offset:4px;border-radius:4px}.people-detail__rolePill{display:inline-flex;align-items:center;padding:2px 10px;border-radius:var(--r-pill, 9999px);font-size:12px;font-weight:600;background:var(--surface, #f1f5f9);color:var(--text, #111827);border:1px solid var(--border, #e5e7eb);white-space:nowrap}.people-detail__description{font-size:13.5px;line-height:1.45;color:var(--text-muted, #6b7280);margin:0}.people-detail__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding-top:8px;padding-bottom:2px}.people-detail__stat{display:flex;flex-direction:column;gap:7px;min-width:0}.people-detail__statLabel{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, #6b7280)}.people-detail__statValue{font-size:31px;font-weight:800;line-height:1.02;letter-spacing:-.02em;color:var(--text, #111827);font-variant-numeric:tabular-nums;display:inline-flex;align-items:center;gap:5px}.people-detail__statValue--up{color:#10b981}.people-detail__statValue--down{color:#ef4444}.people-detail__statValue--flat{color:var(--text-muted, #6b7280)}.people-detail__statSub{font-size:11px;font-weight:500;color:var(--text-muted, #6b7280);margin-top:1px}.people-detail__chartTitle{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, #6b7280)}.people-detail__chartWrap{flex:1 1 auto;min-height:80px;display:flex;align-items:stretch;color:#1f3b5c}.people-detail__chartSources{margin-top:10px;display:flex;flex-direction:column;gap:6px}@keyframes people-detail-dot-pulse{0%,to{opacity:1}50%{opacity:.45}}.people-detail__chartWrap .trendSparkDot{animation:people-detail-dot-pulse 2.4s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.people-detail__chartWrap .trendSparkDot{animation:none}}.people-detail__chartEmpty{flex:1 1 auto;display:flex;align-items:center;justify-content:center;color:var(--text-muted, #6b7280);font-size:12px;font-style:italic}.people-detail__divider{height:1px;background:var(--border, #e5e7eb);margin:4px 0 0}.people-detail__footer{display:flex;flex-direction:row;align-items:center;gap:10px;padding-top:10px;font-size:13px;min-width:0}.people-detail__footerKicker{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-blue, #3D6B94);flex:0 0 auto}.people-detail__footerHeadline{flex:1 1 auto;min-width:0;font-weight:600;color:var(--text, #111827);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.people-detail__footerHeadline:hover{text-decoration:underline;text-decoration-color:var(--brand-blue, #3D6B94)}.people-detail__footerMeta{flex:0 0 auto;font-size:12px;color:var(--text-muted, #6b7280);white-space:nowrap}@media (max-width: 600px){.people-detail__footer{flex-wrap:wrap}.people-detail__footerHeadline{flex:1 1 100%;white-space:normal}.people-detail__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.people-detail__statValue{font-size:23px}.people-detail__name{font-size:22px}}[data-theme=dark] .people-detail{background:var(--card, #1A2840);border-color:var(--border, rgba(255,255,255,.09))}[data-theme=dark] .people-detail__rolePill{background:#ffffff0d;border-color:var(--border, rgba(255,255,255,.1));color:var(--text, #E6ECF5)}[data-theme=dark] .people-detail__rankBadge{border-color:var(--card, #1A2840)}[data-theme=dark] .people-detail__chartWrap{color:#6b98c2}.people-detail__chartWrap .trendMiniSparkline{overflow:visible}[data-theme=dark] .people-detail__name{color:var(--text, rgba(255, 255, 255, .95))}[data-theme=dark] .people-detail__nameArrow{color:var(--brand-blue-light, #6B98C2)}[data-theme=dark] .people-detail__portraitFallback{background:linear-gradient(135deg,#6b98c2,#3d6b94)}.people-detail__meta{display:flex;flex-direction:column;gap:6px;margin-top:6px}.people-detail__metaMain{display:flex;flex-direction:column;gap:8px;min-width:0}.people-detail__metaLabel{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #6b7280);margin-right:6px}.people-detail__metaThemes,.people-detail__metaSources{display:block;font-size:12.5px;line-height:1.45;color:var(--text-secondary, #4A5362)}.people-detail__metaThemesText{font-weight:700;color:var(--text-primary, #1f2937)}[data-theme=dark] .people-detail__metaThemesText{color:#ffffffeb}.people-detail__metaMain>.people-detail__metaLabel{display:block;margin-top:12px;margin-bottom:2px}.people-detail__stat .sentiment-bar__seg{width:18px;height:10px;border-radius:3px}.people-detail__metaSourcesText strong{font-weight:600;color:var(--text-primary, #1f2937)}.people-detail__metaChips{margin-top:0}[data-theme=dark] .people-detail__metaThemes,[data-theme=dark] .people-detail__metaSources{color:#ffffffc7}[data-theme=dark] .people-detail__metaSourcesText strong{color:#ffffffeb}.people-detail__metaChipRows{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.people-detail__metaChipRow{display:inline-flex;min-width:0}.people-detail__sourceBars{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.people-detail__sourceBarsRow{display:grid;grid-template-columns:minmax(110px,max-content) 1fr minmax(24px,max-content);align-items:center;gap:10px;font-size:12.5px;color:var(--text-secondary, #4A5362)}.people-detail__sourceBarsBrand{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--text-primary, #1f2937);min-width:0}.people-detail__sourceBarsLogo{width:16px;height:16px;border-radius:4px;object-fit:contain;background:#fff;padding:1px;box-shadow:0 1px 2px #0f172a14;flex-shrink:0}.people-detail__sourceBarsLogoFallback{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:4px;background:var(--color-accent, #1e4d8c);color:#fff;font-size:8px;font-weight:700;letter-spacing:.02em;flex-shrink:0}.people-detail__sourceBarsName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.people-detail__sourceBarsTrack{display:block;height:8px;border-radius:4px;background:var(--surface-muted, rgba(15, 23, 42, .06));overflow:hidden}.people-detail__sourceBarsFill{display:block;height:100%;background:linear-gradient(90deg,var(--color-accent, #1e4d8c),#5e8ec8);border-radius:4px;transition:width .4s cubic-bezier(.4,0,.2,1)}.people-detail__sourceBarsCount{font-variant-numeric:tabular-nums;font-weight:700;color:var(--text-primary, #1f2937);text-align:right;min-width:24px;font-size:12.5px}[data-theme=dark] .people-detail__sourceBarsRow{color:#ffffffc7}[data-theme=dark] .people-detail__sourceBarsBrand,[data-theme=dark] .people-detail__sourceBarsCount{color:#ffffffeb}[data-theme=dark] .people-detail__sourceBarsLogo{background:#ffffffe6}[data-theme=dark] .people-detail__sourceBarsTrack{background:#ffffff14}[data-theme=dark] .people-detail__sourceBarsFill{background:linear-gradient(90deg,#5e8ec8,#9ec3ed)}@media (max-width: 560px){.people-detail__sourceBarsRow{grid-template-columns:minmax(90px,max-content) 1fr auto;gap:8px}}.dagsbildet-page{padding:16px 24px}.dagsbildet-header{margin:0 0 16px}.dagsbildet-title{font-size:28px;font-weight:700;margin:0 0 4px;color:var(--text, #111827)}.dagsbildet-subtitle{font-size:14px;color:var(--muted, #6b7280);margin:0}[data-theme=dark] .dagsbildet-title{color:#f9fafb}[data-theme=dark] .dagsbildet-subtitle{color:#9ca3af}.dagsbildet-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px;padding:4px 0 12px}.dagsbildet-meta-row .dagsbildet-daylight{padding:0}.dagsbildet-daylight{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted, #6b7280);padding:4px 0 12px}.dagsbildet-daylight-icon{font-size:14px}.dagsbildet-daylight-sep{opacity:.4}.dagsbildet-daylight-delta{color:var(--text, #374151);font-weight:500}.dagsbildet-daylight-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted, #6b7280);margin-right:2px}[data-theme=dark] .dagsbildet-daylight{color:#9ca3af}[data-theme=dark] .dagsbildet-daylight-delta{color:#e5e7eb}.dagsbildet-utility-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 16px}.dagsbildet-utility-tile{background:var(--surface, #fafafa);border:1px solid var(--border, #e5e7eb);border-radius:var(--r-sm, 8px);padding:10px 14px;min-height:64px}.dagsbildet-utility-tile.skeleton{background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:dagsbildet-shimmer 1.4s infinite}[data-theme=dark] .dagsbildet-utility-tile.skeleton{background:linear-gradient(90deg,#1f2937,#374151,#1f2937);background-size:200% 100%}@keyframes dagsbildet-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dagsbildet-utility-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted, #6b7280)}.dagsbildet-utility-value{font-size:20px;font-weight:600;margin-top:4px;color:var(--text, #111827)}.dagsbildet-utility-value{font-variant-numeric:tabular-nums}.dagsbildet-utility-sub{font-size:12px;color:var(--muted, #6b7280);margin-top:2px;font-variant-numeric:tabular-nums}.dagsbildet-utility-sub.up,.dagsbildet-utility-sub.down{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border-radius:var(--r-pill, 9999px);font-weight:500}.dagsbildet-utility-sub.up{color:#15803d;background:#16a34a1a}.dagsbildet-utility-sub.down{color:#b91c1c;background:#dc26261a}[data-theme=dark] .dagsbildet-utility-sub.up{color:#86efac;background:#4ade8029}[data-theme=dark] .dagsbildet-utility-sub.down{color:#fecaca;background:#f8717129}[data-theme=dark] .dagsbildet-utility-tile{background:#1f2937;border-color:#374151}[data-theme=dark] .dagsbildet-utility-value{color:#f9fafb}.dagsbildet-section-heading{display:flex;align-items:baseline;gap:12px;font-size:20px;font-weight:700;margin:32px 0 12px;color:var(--text, #111827);letter-spacing:-.01em}.dagsbildet-section-heading:first-of-type{margin-top:8px}.dagsbildet-section-heading-meta{font-size:12px;font-weight:500;letter-spacing:0;color:var(--muted, #6b7280);margin-left:auto;font-variant-numeric:tabular-nums}[data-theme=dark] .dagsbildet-section-heading{color:#f3f4f6}[data-theme=dark] .dagsbildet-section-heading-meta{color:#9ca3af}.dagsbildet-section-title{font-size:16px;font-weight:600;margin:0 0 8px;color:var(--text, #111827)}[data-theme=dark] .dagsbildet-section-title{color:#f3f4f6}.dagsbildet-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}.dagsbildet-section-head .dagsbildet-section-title{margin:0}.dagsbildet-section-ai{font-size:11.5px;font-style:italic;color:var(--text-muted, #6b7280)}[data-theme=dark] .dagsbildet-section-ai{color:#9ca3af}.dagsbildet-top-stories-list{list-style:none;padding:0;margin:0}.dagsbildet-top-story{display:block;padding:18px 0;border-bottom:1px solid var(--border, #e5e7eb)}.dagsbildet-top-story-row{display:flex;gap:20px;align-items:flex-start}.dagsbildet-top-story-body{flex:1 1 auto;min-width:0;padding-right:4px}.dagsbildet-top-story--hero{padding-top:4px;display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:stretch}.dagsbildet-top-story--hero .dagsbildet-top-story-row{flex:1;align-items:flex-start}.dagsbildet-top-story--hero .dagsbildet-top-story-rank{display:none}.dagsbildet-top-story-hero{display:block;width:220px;margin:0;border:0;padding:0;background:none;cursor:pointer;border-radius:10px;overflow:hidden;aspect-ratio:4 / 3;position:relative;align-self:start}.dagsbildet-top-story-hero img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .32s cubic-bezier(.34,1.56,.64,1)}.dagsbildet-top-story-hero:hover img{transform:scale(1.03)}.dagsbildet-top-story-thumb{flex:0 0 88px;width:88px;height:66px;margin:0;padding:0;border:0;background:none;cursor:pointer;border-radius:var(--r-sm, 8px);overflow:hidden;align-self:flex-start}.dagsbildet-top-story-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .32s cubic-bezier(.34,1.56,.64,1)}.dagsbildet-top-story-thumb:hover img{transform:scale(1.03)}@media (max-width: 700px){.dagsbildet-top-story-thumb{flex:0 0 64px;width:64px;height:48px}}.dagsbildet-top-story--hero .dagsbildet-top-story-headline{font-family:var(--font-serif, Georgia, "Times New Roman", serif);font-size:20px;font-weight:700;line-height:1.2;letter-spacing:-.012em}.dagsbildet-top-story--hero .dagsbildet-top-story-blurb{font-size:14.5px;line-height:1.55}@media (max-width: 700px){.dagsbildet-top-story--hero{grid-template-columns:1fr}.dagsbildet-top-story-hero{width:100%;aspect-ratio:16 / 9}}.dagsbildet-top-story:last-child{border-bottom:none}.dagsbildet-top-story-rank{flex:0 0 28px;font-weight:600;font-size:18px;color:var(--muted, #6b7280);font-variant-numeric:tabular-nums;transition:transform .2s cubic-bezier(.34,1.56,.64,1),color .16s ease}.dagsbildet-top-story:hover .dagsbildet-top-story-rank{transform:translateY(-2px);color:#4f46e5}[data-theme=dark] .dagsbildet-top-story:hover .dagsbildet-top-story-rank{color:#818cf8}.dagsbildet-top-story-headline{background:none;border:none;padding:0;font-size:15px;font-weight:600;color:var(--text, #111827);cursor:pointer;text-align:left}.dagsbildet-top-story-headline:hover{text-decoration:underline}.dagsbildet-top-story-blurb{font-size:14px;margin:6px 0;line-height:1.55;color:var(--text, #374151)}.dagsbildet-top-story-reason{font-size:12.5px;line-height:1.6;color:var(--muted, #6b7280);font-style:italic;margin-top:6px}.dagsbildet-underreported-list{list-style:none;padding:0;margin:0}.dagsbildet-underreported-item{padding:14px 0;border-bottom:1px solid var(--border, #e5e7eb)}.dagsbildet-underreported-item:last-child{border-bottom:none}.dagsbildet-underreported-headline{display:block;text-align:left;background:none;border:none;padding:0;font-size:14px;font-weight:600;color:var(--text, #111827);cursor:pointer}.dagsbildet-under-radar-tag-row{display:block;margin-bottom:6px}.dagsbildet-delta-zero{color:var(--text-muted, #9ca3af);font-weight:600}.dagsbildet-underreported-blurb{font-size:13px;margin:6px 0;line-height:1.55;color:var(--text-secondary, #4A5362)}[data-theme=dark] .dagsbildet-underreported-blurb{color:#d1d5db}.dagsbildet-under-radar-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:2px 8px;border-radius:var(--r-xs, 4px);background:var(--brand-tint, rgba(61,107,148,.1));color:var(--brand-blue, #3D6B94);margin-bottom:6px}[data-theme=dark] .dagsbildet-under-radar-tag{background:#6b98c229;color:var(--brand-blue-light, #6B98C2)}.dagsbildet-underreported-why{display:block;font-size:12.5px;line-height:1.6;color:var(--text-muted, #6b7280);font-style:italic;margin-top:8px}[data-theme=dark] .dagsbildet-underreported-why{color:#ffffffa6}.dagsbildet-skeleton-block{display:flex;flex-direction:column;gap:18px;padding:4px 0}.dagsbildet-skeleton-row{display:flex;gap:16px;align-items:flex-start;padding:6px 0 18px;border-bottom:1px solid var(--border, #e5e7eb)}.dagsbildet-skeleton-row:last-child{border-bottom:none}.dagsbildet-skeleton-row .sk-rank{width:16px;height:18px;border-radius:var(--r-xs, 4px);flex:0 0 16px;margin-top:2px}.dagsbildet-skeleton-row .sk-body{flex:1;display:flex;flex-direction:column;gap:8px}.dagsbildet-skeleton-row .sk-headline{height:14px;width:70%;border-radius:var(--r-xs, 4px)}.dagsbildet-skeleton-row .sk-line{height:11px;width:100%;border-radius:var(--r-xs, 4px)}.dagsbildet-skeleton-row .sk-line.short{width:80%}.dagsbildet-skeleton-row .sk-rank,.dagsbildet-skeleton-row .sk-headline,.dagsbildet-skeleton-row .sk-line{background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:dagsbildet-shimmer 1.4s infinite}[data-theme=dark] .dagsbildet-skeleton-row .sk-rank,[data-theme=dark] .dagsbildet-skeleton-row .sk-headline,[data-theme=dark] .dagsbildet-skeleton-row .sk-line{background:linear-gradient(90deg,#1f2937,#374151,#1f2937);background-size:200% 100%}[data-theme=dark] .dagsbildet-skeleton-row{border-color:#ffffff14}.dagsbildet-quotes,.dagsbildet-people{display:block;margin-top:28px}.dagsbildet-quotes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dagsbildet-quote{position:relative;background:var(--surface, #fafafa);padding:18px;margin:0;border-radius:var(--r-sm, 8px);overflow:hidden}.dagsbildet-quote:before{content:"“";position:absolute;top:-36px;left:4px;font-family:var(--font-serif, Georgia, "Times New Roman", serif);font-size:140px;line-height:1;color:#0f172a0f;pointer-events:none;z-index:0;font-weight:700}[data-theme=dark] .dagsbildet-quote:before{color:#ffffff14}.dagsbildet-quote>*{position:relative;z-index:1}.dagsbildet-quote-text{font-family:Georgia,Times New Roman,serif;font-style:italic;font-size:14px;margin:0 0 8px;color:var(--text, #374151);line-height:1.55}a.dagsbildet-quote-text--link{display:block;text-decoration:none;cursor:pointer;transition:color .12s ease}a.dagsbildet-quote-text--link:hover,a.dagsbildet-quote-text--link:focus-visible{color:var(--brand-blue, #3D6B94);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}[data-theme=dark] a.dagsbildet-quote-text--link:hover,[data-theme=dark] a.dagsbildet-quote-text--link:focus-visible{color:#93c5fd}.dagsbildet-quote-meta{font-size:12px;color:var(--muted, #6b7280)}.dagsbildet-story-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px;margin-top:10px}.dagsbildet-story-meta{display:inline-flex;align-items:center;gap:10px;font-size:11px;color:var(--text-muted, #6b7280)}.dagsbildet-reading-time{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--text-secondary, #4A5362);font-variant-numeric:tabular-nums}.dagsbildet-reading-time svg{opacity:.65;flex-shrink:0}.dagsbildet-bookmark-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:0;background:transparent;border-radius:6px;color:var(--text-muted, #6b7280);cursor:pointer;padding:0;transition:background .12s ease,color .12s ease,transform .2s cubic-bezier(.34,1.56,.64,1)}.dagsbildet-bookmark-btn:hover{background:#0000000a;color:var(--text)}.dagsbildet-bookmark-btn.is-saved{color:var(--brand-blue, #3D6B94);transform:scale(1.05)}.dagsbildet-bookmark-btn.is-bouncing{animation:dagsbildet-bookmark-pop .38s cubic-bezier(.34,1.56,.64,1)}@keyframes dagsbildet-bookmark-pop{0%{transform:scale(1)}35%{transform:scale(1.35)}60%{transform:scale(.92)}to{transform:scale(1.05)}}@media (prefers-reduced-motion: reduce){.dagsbildet-bookmark-btn.is-bouncing{animation:none}}.dagsbildet-bookmark-btn:focus-visible{outline:2px solid var(--brand-blue, #3D6B94);outline-offset:2px}[data-theme=dark] .dagsbildet-bookmark-btn:hover{background:#ffffff0f;color:#f3f4f6}[data-theme=dark] .dagsbildet-bookmark-btn.is-saved{color:var(--brand-blue-light, #6B98C2)}.dagsbildet-source-link,.dagsbildet-source-pill,.dagsbildet-quote-source-link{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:500;color:var(--brand-blue, #3D6B94);background:none;border:0;padding:0;text-decoration:none;line-height:1.3}.dagsbildet-source-link{margin-top:8px}.dagsbildet-quote-source-link{margin-left:4px}.dagsbildet-source-link:hover,.dagsbildet-source-pill:hover,.dagsbildet-quote-source-link:hover{text-decoration:underline}.dagsbildet-source-link:focus-visible,.dagsbildet-source-pill:focus-visible,.dagsbildet-quote-source-link:focus-visible{outline:2px solid var(--brand-blue, #3D6B94);outline-offset:2px;border-radius:2px}[data-theme=dark] .dagsbildet-source-link,[data-theme=dark] .dagsbildet-source-pill,[data-theme=dark] .dagsbildet-quote-source-link{color:var(--brand-blue-light, #6B98C2)}.dagsbildet-quote-source{opacity:.85}.dagsbildet-source-pills{display:flex;flex-wrap:wrap;align-items:baseline;gap:0;margin-top:8px;font-size:11.5px;color:var(--muted, #6b7280)}.dagsbildet-source-pills .dagsbildet-source-pill+.dagsbildet-source-pill:before{content:"·";margin:0 7px;color:var(--muted, #6b7280);opacity:.7}.dagsbildet-source-pill-logo{width:14px;height:14px;border-radius:var(--r-xs, 4px);object-fit:cover;flex-shrink:0;background:#fff}.dagsbildet-source-pill-arrow{font-size:10.5px;opacity:.6}.dagsbildet-source-pills .dagsbildet-source-pill-arrow{display:none}[data-theme=dark] .dagsbildet-quote{background:#1f2937;color:#e5e7eb}.dagsbildet-people-v2{margin:32px 0 24px}.dagsbildet-people-v2-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.dagsbildet-people-v2-title-row{display:flex;align-items:flex-start;gap:12px}.dagsbildet-people-v2-icon{flex-shrink:0;margin-top:4px;color:var(--brand-blue, #3D6B94)}.dagsbildet-people-v2-title{font-size:20px;font-weight:700;margin:0;color:var(--text, #111827);letter-spacing:-.01em;line-height:1.2}.dagsbildet-people-v2-subtitle{margin:4px 0 0;font-size:13px;color:var(--text-muted, #6b7280)}[data-theme=dark] .dagsbildet-people-v2-title{color:#f3f4f6}[data-theme=dark] .dagsbildet-people-v2-subtitle{color:#fff9}.dagsbildet-people-v2-link{display:inline-flex;align-items:center;gap:4px;padding:7px 12px;font-size:12.5px;font-weight:600;color:var(--text, #111827);background:var(--surface, #fff);border:1px solid var(--border, #E2E8F0);border-radius:var(--r-pill, 9999px);cursor:pointer;flex-shrink:0;transition:background .12s ease,border-color .12s ease}.dagsbildet-people-v2-link:hover{background:var(--card-hover, #FBFCFE);border-color:#0f17292e}[data-theme=dark] .dagsbildet-people-v2-link{background:#ffffff0a;border-color:#ffffff1a;color:#f3f4f6}.dagsbildet-top-stories-footer{display:flex;justify-content:center;margin-top:14px;padding-top:12px;border-top:1px solid var(--border, #E2E8F0)}[data-theme=dark] .dagsbildet-top-stories-footer{border-top-color:#ffffff14}.dagsbildet-top-stories-see-all{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;font-size:13px;font-weight:600;color:var(--text, #111827);background:var(--surface, #fff);border:1px solid var(--border, #E2E8F0);border-radius:var(--r-pill, 9999px);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.dagsbildet-top-stories-see-all:hover,.dagsbildet-top-stories-see-all:focus-visible{background:var(--brand-blue, #3D6B94);border-color:var(--brand-blue, #3D6B94);color:#fff}[data-theme=dark] .dagsbildet-top-stories-see-all{background:#ffffff0a;border-color:#ffffff1a;color:#f3f4f6}.dagsbildet-people-v2-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}@media (max-width: 1100px){.dagsbildet-people-v2-grid{grid-template-columns:repeat(3,1fr)}.dagsbildet-people-v2-grid:not(.dagsbildet-people-v2-grid--gallery) .dagsbildet-person-card:nth-child(n+4){display:none}}@media (max-width: 700px){.dagsbildet-people-v2-grid{grid-template-columns:repeat(2,1fr)}.dagsbildet-people-v2-grid:not(.dagsbildet-people-v2-grid--gallery) .dagsbildet-person-card:nth-child(n+3){display:none}}@media (max-width: 1100px){.dagsbildet-people-v2-grid--gallery{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(140px,45vw);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px}.dagsbildet-people-v2-grid--gallery .dagsbildet-person-card{scroll-snap-align:start}}.dagsbildet-people-v2-mobile-toggle{display:none}@media (max-width: 1100px){.dagsbildet-people-v2-mobile-toggle{display:inline-flex;align-items:center;align-self:flex-start;margin-top:10px;padding:6px 14px;border:1px solid var(--border, #E2E8F0);background:var(--surface, #fff);color:var(--text, #111827);font-size:12px;font-weight:600;border-radius:999px;cursor:pointer;transition:background .12s ease,border-color .12s ease}.dagsbildet-people-v2-mobile-toggle:hover,.dagsbildet-people-v2-mobile-toggle[aria-pressed=true]{background:var(--brand-blue, #3D6B94);border-color:var(--brand-blue, #3D6B94);color:#fff}[data-theme=dark] .dagsbildet-people-v2-mobile-toggle{background:#ffffff0a;border-color:#ffffff1f;color:#ffffffeb}}.dagsbildet-person-card{position:relative;background:var(--surface, #fff);border:1px solid var(--border, #E2E8F0);border-radius:var(--r-md, 12px);padding:0;overflow:hidden;aspect-ratio:3 / 4;display:block;text-align:left;cursor:pointer;font-family:inherit;opacity:1;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease,opacity .2s ease}.dagsbildet-person-card:hover{transform:translateY(-1px);border-color:#0f172924;box-shadow:0 6px 16px -10px #0f172933}.dagsbildet-people-v2-grid:has(.dagsbildet-person-card.is-selected) .dagsbildet-person-card:not(.is-selected){opacity:.78}.dagsbildet-people-v2-grid:has(.dagsbildet-person-card.is-selected) .dagsbildet-person-card:not(.is-selected):hover,.dagsbildet-people-v2-grid:has(.dagsbildet-person-card.is-selected) .dagsbildet-person-card:not(.is-selected):focus-visible{opacity:1}.dagsbildet-person-card.is-selected{border-width:2px;border-style:solid;border-color:var(--brand-blue, #1e4d8c);box-shadow:0 0 0 3px #1e4d8c38,0 0 18px 2px #1e4d8c59,0 4px 16px -4px #1e4d8c4d}[data-theme=dark] .dagsbildet-person-card.is-selected{border-color:var(--brand-blue-light, #6B98C2);box-shadow:0 0 0 3px #6b98c240,0 0 18px 2px #6b98c273,0 4px 16px -4px #6b98c273}[data-theme=dark] .dagsbildet-person-card{background:#ffffff08;border-color:#ffffff1a}.dagsbildet-person-portrait{position:relative;aspect-ratio:1 / 1;width:100%;border-radius:var(--r-sm, 8px);overflow:hidden;background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.dagsbildet-person-portrait--full{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;aspect-ratio:auto;border-radius:0}.dagsbildet-person-portrait--full:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55%;background:linear-gradient(to bottom,#0000,#0003 35%,#000000c7);pointer-events:none}.dagsbildet-person-caption{position:absolute;left:12px;right:12px;bottom:10px;z-index:2;pointer-events:none}.dagsbildet-person-portrait--full .dagsbildet-person-name{color:#fff;font-size:16px;font-weight:800;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dagsbildet-person-portrait--full .dagsbildet-person-role{color:#ffffffc7;font-size:11.5px;font-weight:500;line-height:1.3;margin-top:2px;text-shadow:0 1px 2px rgba(0,0,0,.4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dagsbildet-person-statsPill{display:inline-flex;align-items:center;gap:7px;margin-top:7px;padding:4px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#0f172973;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:11px;font-weight:600;color:#ffffffeb;line-height:1;font-variant-numeric:tabular-nums}.dagsbildet-person-statsPill-delta{display:inline-flex;align-items:center;gap:2px;font-weight:700}.dagsbildet-person-statsPill-delta.is-up{color:#4ade80}.dagsbildet-person-statsPill-delta.is-down{color:#f87171}.dagsbildet-person-portrait img{width:100%;height:100%;object-fit:cover;display:block}.dagsbildet-person-portrait-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#ffffffe0;letter-spacing:.02em;overflow:hidden}.dagsbildet-person-portrait-fallback>img{width:100%;height:100%;object-fit:cover;display:block}[data-theme=dark] .dagsbildet-person-portrait-fallback{color:#ffffffd1}.dagsbildet-person-rank{position:absolute;top:6px;left:6px;width:22px;height:22px;border-radius:50%;background:#0f1729c7;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;box-shadow:0 2px 6px #0f17294d;border:2px solid #fff}.dagsbildet-person-rank--gold{background:linear-gradient(135deg,#ffd86b,#f4c300 60%,#c99500);color:#4a3a00;text-shadow:0 1px 0 rgba(255,255,255,.4)}.dagsbildet-person-rank--silver{background:linear-gradient(135deg,#e8ebee,#c7cdd2 60%,#97a0a8);color:#2c3439;text-shadow:0 1px 0 rgba(255,255,255,.4)}.dagsbildet-person-rank--bronze{background:linear-gradient(135deg,#e8a876,#cd7f32 60%,#8b5520);color:#3a1f08;text-shadow:0 1px 0 rgba(255,255,255,.3)}.dagsbildet-person-rank--plain{background:#0f1729c7;color:#fff}.dagsbildet-person-name{font-size:13px;font-weight:700;color:var(--text, #111827);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dagsbildet-person-role{font-size:11px;color:var(--text-muted, #6b7280);margin-top:-3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .dagsbildet-person-name{color:#f3f4f6}[data-theme=dark] .dagsbildet-person-role{color:#ffffff8c}.dagsbildet-person-stat{display:flex;flex-direction:column;gap:2px}.dagsbildet-person-stat-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, #6b7280)}.dagsbildet-person-stat-value{font-size:15px;font-weight:700;color:var(--text, #111827);font-variant-numeric:tabular-nums}[data-theme=dark] .dagsbildet-person-stat-value{color:#f3f4f6}.dagsbildet-person-stat-pct{display:inline-flex;align-items:center;gap:3px;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.dagsbildet-person-stat-pct.is-up{color:#16a34a}.dagsbildet-person-stat-pct.is-down{color:#dc2626}[data-theme=dark] .dagsbildet-person-stat-pct.is-up{color:#4ade80}[data-theme=dark] .dagsbildet-person-stat-pct.is-down{color:#f87171}.dagsbildet-person-stat--sentiment .dagsbildet-person-sentiment-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;margin-top:2px;height:6px}.dagsbildet-person-sentiment-seg{background:#0f172914;border-radius:2px;transition:background .16s ease}[data-theme=dark] .dagsbildet-person-sentiment-seg{background:#ffffff1a}.dagsbildet-person-sentiment-label{display:inline-block;margin-top:4px;font-size:11px;font-weight:600}.kurator-sentiment-slider{display:inline-flex;flex-direction:column;gap:4px;width:120px;padding-top:4px}.kurator-sentiment-slider.is-empty{opacity:.45}.kurator-sentiment-slider-track{position:relative;width:120px;height:6px;border-radius:999px;background:linear-gradient(90deg,#b1322a,#d97706,#6b7280,#65a30d,#157347);box-shadow:inset 0 0 0 1px #0f172a0f}.kurator-sentiment-slider-marker{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #0f172a;transform:translate(-50%,-50%);box-shadow:0 1px 3px #0f172a59;pointer-events:none;transition:left .24s cubic-bezier(.4,0,.2,1)}.kurator-sentiment-slider-labels{position:relative;width:120px;height:12px;font-size:9px;line-height:1;color:var(--color-text-muted, #6b7280);letter-spacing:.02em}.kurator-sentiment-slider-label{position:absolute;top:0;white-space:nowrap}.kurator-sentiment-slider-label--neg{left:0;transform:translate(0)}.kurator-sentiment-slider-label--mid{left:50%;transform:translate(-50%)}.kurator-sentiment-slider-label--pos{left:100%;transform:translate(-100%)}[data-theme=dark] .kurator-sentiment-slider-track{box-shadow:inset 0 0 0 1px #ffffff1a}[data-theme=dark] .kurator-sentiment-slider-marker{background:#f3f4f6;border-color:#e5e7eb;box-shadow:0 1px 3px #0000008c}[data-theme=dark] .kurator-sentiment-slider-labels{color:#9ca3af}.dagsbildet-people-rail{position:relative}.dagsbildet-people-scroll{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid var(--border, #e5e7eb);color:var(--text, #111827);cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 2px 8px #0f172914;transition:background .12s ease}.dagsbildet-people-scroll:hover{background:var(--card-hover, #FBFCFE)}.dagsbildet-people-scroll--left{left:-6px}.dagsbildet-people-scroll--right{right:-6px}[data-theme=dark] .dagsbildet-people-scroll{background:#1f2937;border-color:#374151;color:#f3f4f6;box-shadow:0 2px 8px #00000059}@media (hover: hover) and (pointer: fine){.dagsbildet-people-scroll{display:inline-flex}}.dagsbildet-people-list{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:4px;mask-image:linear-gradient(to right,black 92%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 92%,transparent 100%);scrollbar-width:thin}.dagsbildet-people-list::-webkit-scrollbar{height:6px}.dagsbildet-people-list::-webkit-scrollbar-thumb{background:#0f172926;border-radius:var(--r-xs, 4px)}.dagsbildet-people-card{flex:0 0 110px;scroll-snap-align:start;background:transparent;border:0;padding:0;display:inline-flex;flex-direction:column;align-items:stretch;gap:6px;text-align:center;cursor:pointer;transition:transform .12s ease;font-family:inherit}.dagsbildet-people-card:hover{transform:translateY(-1px)}.dagsbildet-people-card:hover .dagsbildet-people-photo{box-shadow:0 4px 12px #0f17291a,inset 0 0 0 1px #0f17291a}.dagsbildet-people-photo{width:110px;height:110px;border-radius:var(--r-md, 12px);margin:0;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#4338ca;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;overflow:hidden;box-shadow:inset 0 0 0 1px #0f17290f;flex-shrink:0;transition:box-shadow .16s ease}.dagsbildet-people-photo-initials{font-size:26px;font-weight:700;letter-spacing:.02em;color:#0f172a8c}[data-theme=dark] .dagsbildet-people-photo{filter:brightness(.55);box-shadow:inset 0 0 0 1px #ffffff14,0 1px 3px #0000004d}[data-theme=dark] .dagsbildet-people-photo-initials{color:#ffffffd9}.dagsbildet-people-photo img{width:100%;height:100%;object-fit:cover}.dagsbildet-people-name{font-size:13px;font-weight:600;color:var(--text, #111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px}[data-theme=dark] .dagsbildet-people-name{color:#f3f4f6}.dagsbildet-people-delta{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:600;margin-top:4px;padding:1px 8px;border-radius:var(--r-pill, 9999px);font-variant-numeric:tabular-nums}.dagsbildet-people-delta.up{color:#15803d;background:#16a34a1a}.dagsbildet-people-delta.down{color:#b91c1c;background:#dc26261a}[data-theme=dark] .dagsbildet-people-delta.up{color:#86efac;background:#4ade8029}[data-theme=dark] .dagsbildet-people-delta.down{color:#fecaca;background:#f8717129}.dagsbildet-ongoing-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.dagsbildet-ongoing-row{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start;padding:12px 16px;border-bottom:1px solid var(--border, #e5e7eb);cursor:pointer;transition:background .12s ease}.dagsbildet-ongoing-row:last-child{border-bottom:none}.dagsbildet-ongoing-row:hover{background:#0f172a0a}.dagsbildet-ongoing-row:focus-visible{outline:2px solid #4f46e5;outline-offset:-2px}[data-theme=dark] .dagsbildet-ongoing-row{border-color:#ffffff14}[data-theme=dark] .dagsbildet-ongoing-row:hover{background:#ffffff0a}[data-theme=dark] .dagsbildet-ongoing-row:focus-visible{outline-color:#818cf8}.dagsbildet-ongoing-row--escalating,.dagsbildet-ongoing-row--deescalating,.dagsbildet-ongoing-row--stable{border-left:3px solid transparent}.dagsbildet-ongoing-row--escalating{border-left-color:var(--color-negative, var(--danger, #dc2626))}.dagsbildet-ongoing-row--deescalating{border-left-color:var(--color-positive, var(--success, #16a34a))}[data-theme=dark] .dagsbildet-ongoing-row--escalating{border-left-color:#f87171}[data-theme=dark] .dagsbildet-ongoing-row--deescalating{border-left-color:#4ade80}.akkurat-rank{font-size:11px;font-weight:700;color:var(--muted, var(--text-muted, #6b7280));text-align:center;font-variant-numeric:tabular-nums}.dagsbildet-ongoing-rank{font-size:11px;font-weight:700;color:var(--muted, #6b7280);text-align:center;padding-top:2px;font-variant-numeric:tabular-nums;transition:transform .2s cubic-bezier(.34,1.56,.64,1),color .16s ease}.dagsbildet-ongoing-row:hover .dagsbildet-ongoing-rank{transform:translateY(-1px);color:#4f46e5}[data-theme=dark] .dagsbildet-ongoing-row:hover .dagsbildet-ongoing-rank{color:#818cf8}.dagsbildet-ongoing-body{display:flex;flex-direction:column;gap:4px;min-width:0}.dagsbildet-ongoing-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dagsbildet-ongoing-chip{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:2px 8px;border-radius:var(--r-xs, 4px);background:#3d6b941a;color:var(--brand-blue, #3D6B94)}.dagsbildet-ongoing-chip.konflikt_krig,.dagsbildet-ongoing-chip.terrorhendelse{background:#fef2f2;color:#b91c1c}.dagsbildet-ongoing-chip.brann,.dagsbildet-ongoing-chip.ulykke_krise,.dagsbildet-ongoing-chip.trafikkulykke{background:#fff7ed;color:#c2410c}.dagsbildet-ongoing-chip.politiaksjon,.dagsbildet-ongoing-chip.streik_protest{background:#fefce8;color:#a16207}.dagsbildet-ongoing-chip.naturhendelse,.dagsbildet-ongoing-chip.drukning_redning{background:#f0fdf4;color:#15803d}.dagsbildet-ongoing-chip.helseutbrudd,.dagsbildet-ongoing-chip.cyberangrep,.dagsbildet-ongoing-chip.okonomisk_krise,.dagsbildet-ongoing-chip.politisk_krise,.dagsbildet-ongoing-chip.rettssak_skandale{background:#eff6ff;color:#1d4ed8}[data-theme=dark] .dagsbildet-ongoing-chip{background:#818cf829;color:#c7d2fe}[data-theme=dark] .dagsbildet-ongoing-chip.konflikt_krig,[data-theme=dark] .dagsbildet-ongoing-chip.terrorhendelse{background:#f8717129;color:#fecaca}[data-theme=dark] .dagsbildet-ongoing-chip.brann,[data-theme=dark] .dagsbildet-ongoing-chip.ulykke_krise,[data-theme=dark] .dagsbildet-ongoing-chip.trafikkulykke{background:#fb923c29;color:#fed7aa}[data-theme=dark] .dagsbildet-ongoing-chip.politiaksjon,[data-theme=dark] .dagsbildet-ongoing-chip.streik_protest{background:#fbbf2429;color:#fde68a}[data-theme=dark] .dagsbildet-ongoing-chip.naturhendelse,[data-theme=dark] .dagsbildet-ongoing-chip.drukning_redning{background:#4ade8029;color:#bbf7d0}[data-theme=dark] .dagsbildet-ongoing-chip.helseutbrudd,[data-theme=dark] .dagsbildet-ongoing-chip.cyberangrep,[data-theme=dark] .dagsbildet-ongoing-chip.okonomisk_krise,[data-theme=dark] .dagsbildet-ongoing-chip.politisk_krise,[data-theme=dark] .dagsbildet-ongoing-chip.rettssak_skandale{background:#60a5fa29;color:#bfdbfe}.dagsbildet-ongoing-name{font-weight:700;font-size:13.5px;color:var(--text, #111827);line-height:1.3}[data-theme=dark] .dagsbildet-ongoing-name{color:#fffffff0}.dagsbildet-ongoing-blurb{font-size:11.5px;line-height:1.5;color:var(--text-muted, #6b7280);margin:2px 0 0}[data-theme=dark] .dagsbildet-ongoing-blurb{color:#ffffffa6}.dagsbildet-ongoing-meta{display:grid;grid-template-columns:minmax(0,1fr) auto 56px 38px;align-items:center;gap:8px;font-size:11.5px;color:var(--text-muted, #6b7280);margin-top:4px;font-variant-numeric:tabular-nums}.dagsbildet-ongoing-delta{justify-self:end}.dagsbildet-ongoing-trend{display:inline-flex;align-items:center;gap:4px}.dagsbildet-ongoing-trend.escalating{color:#dc2626;font-weight:500}.dagsbildet-ongoing-trend.deescalating{color:#16a34a}.dagsbildet-ongoing-trend.stable{color:var(--muted, #6b7280)}.dagsbildet-ongoing-trend-label{font-weight:500}.dagsbildet-ongoing-delta{font-weight:600;display:inline-flex;align-items:center;gap:3px;padding:1px 7px;border-radius:var(--r-pill, 9999px);font-variant-numeric:tabular-nums}.dagsbildet-ongoing-delta.up{color:#15803d;background:#16a34a1a}.dagsbildet-ongoing-delta.down{color:#b91c1c;background:#dc26261a}[data-theme=dark] .dagsbildet-ongoing-delta.up{color:#86efac;background:#4ade8029}[data-theme=dark] .dagsbildet-ongoing-delta.down{color:#fecaca;background:#f8717129}.dagsbildet-ongoing-empty{font-size:13px;color:var(--muted, #6b7280);margin:0;padding:16px}[data-theme=dark] .dagsbildet-ongoing-empty{color:#9ca3af}.dagsbildet-sources-list{list-style:none;padding:0;margin:0}.dagsbildet-sources-row{display:grid;grid-template-columns:140px 1fr 50px;gap:10px;align-items:center;padding:4px 0}.dagsbildet-sources-name{font-size:13px}.dagsbildet-sources-bar-wrap{background:#f3f4f6;border-radius:var(--r-xs, 4px);height:8px}.dagsbildet-sources-bar{display:block;height:8px;background:#2563eb;border-radius:var(--r-xs, 4px)}.dagsbildet-sources-count{font-size:12px;color:var(--muted, #6b7280);text-align:right}.dagsbildet-norge-verden{height:100%;display:flex;flex-direction:column;gap:12px}.dagsbildet-nv-head{margin:0}.dagsbildet-nv-subtitle{font-size:12px;color:var(--muted, #6b7280);margin:0;line-height:1.4}[data-theme=dark] .dagsbildet-nv-subtitle{color:#ffffffa6}.dagsbildet-nv-bar{display:flex;width:100%;height:32px;border-radius:var(--r-sm, 8px);overflow:hidden;background:var(--bg-secondary, #E5EAF1);font-variant-numeric:tabular-nums}.dagsbildet-nv-bar-norge,.dagsbildet-nv-bar-verden{display:flex;align-items:center;justify-content:center;height:100%;font-size:12px;font-weight:700;letter-spacing:-.01em;transition:width .32s ease;min-width:0;overflow:hidden}.dagsbildet-nv-bar-norge{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.dagsbildet-nv-bar-verden{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca}.dagsbildet-nv-bar-num{padding:0 8px}[data-theme=dark] .dagsbildet-nv-bar{background:#ffffff0f}[data-theme=dark] .dagsbildet-nv-bar-norge{background:linear-gradient(135deg,#818cf8,#4f46e5)}[data-theme=dark] .dagsbildet-nv-bar-verden{background:linear-gradient(135deg,#4338ca,#312e81);color:#c7d2fe}.dagsbildet-nv-legend{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;width:100%}.dagsbildet-nv-legend li{display:flex;align-items:center;gap:10px;font-size:14px;font-variant-numeric:tabular-nums;color:var(--text, #111827)}[data-theme=dark] .dagsbildet-nv-legend li{color:#e5e7eb}.dagsbildet-nv-swatch{display:inline-block;width:10px;height:10px;border-radius:2px;flex-shrink:0}.dagsbildet-nv-swatch.norge{background:var(--nv-norge, #4f46e5)}.dagsbildet-nv-swatch.verden{background:var(--nv-verden, #c7d2fe)}.dagsbildet-nv-track-ring{stroke:var(--nv-track, #eef2ff)}.dagsbildet-nv-arc--norge{stroke:url(#nv-norge-grad)}.dagsbildet-nv-arc--verden{stroke:url(#nv-verden-grad)}[data-theme=dark] .dagsbildet-nv-track-ring{stroke:#374151}[data-theme=dark] .dagsbildet-nv-arc--norge{stroke:#818cf8}[data-theme=dark] .dagsbildet-nv-arc--verden{stroke:#4338ca}[data-theme=dark] .dagsbildet-nv-swatch.norge{background:#818cf8}[data-theme=dark] .dagsbildet-nv-swatch.verden{background:#4338ca}.dagsbildet-otd-ticker--strip{position:relative;display:flex;align-items:center;gap:8px;margin:0;border-radius:0;border-left:0;border-right:0;border-top:0;background:#0f172906;border-bottom:1px solid var(--border, #E2E8F0);padding:6px var(--edge-pad, 24px);font-size:12.5px;color:var(--text-secondary, #4A5362);cursor:default;outline:none;white-space:nowrap;max-width:100%}.dagsbildet-otd-ticker--strip:hover,.dagsbildet-otd-ticker--strip:focus{background:#0f17290b}[data-theme=dark] .dagsbildet-otd-ticker--strip{background:#0f1a2e;border-bottom-color:#ffffff14;color:#e6ecf5}[data-theme=dark] .dagsbildet-otd-ticker--strip:hover,[data-theme=dark] .dagsbildet-otd-ticker--strip:focus{background:#142239}.dagsbildet-otd-ticker--strip .dagsbildet-otd-ticker-popover{top:100%;left:0;right:0;border-radius:0 0 var(--r-md, 12px) var(--r-md, 12px);padding:14px var(--edge-pad, 24px);z-index:50}.dagsbildet-otd-ticker{position:relative;display:flex;align-items:center;gap:8px;padding:6px 12px;margin:0 0 16px;background:#0f172908;border:1px solid rgba(15,23,41,.06);border-radius:var(--r-pill, 9999px);font-size:12.5px;color:var(--text-secondary, #4A5362);cursor:default;outline:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.dagsbildet-otd-ticker:hover,.dagsbildet-otd-ticker:focus{background:#0f17290d}[data-theme=dark] .dagsbildet-otd-ticker{background:#0f1a2e;border-color:#ffffff14;color:#e6ecf5}[data-theme=dark] .dagsbildet-otd-ticker:hover,[data-theme=dark] .dagsbildet-otd-ticker:focus{background:#142239}.dagsbildet-otd-ticker-icon{flex-shrink:0;opacity:.6}.dagsbildet-otd-ticker-prefix{font-weight:600;color:var(--text, #111827);flex-shrink:0}.dagsbildet-otd-ticker-year{font-weight:700;font-variant-numeric:tabular-nums;color:var(--brand-blue, #3D6B94);flex-shrink:0}.dagsbildet-otd-ticker-event{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.dagsbildet-otd-ticker-more{font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--brand-blue, #3D6B94);text-transform:uppercase;flex-shrink:0}[data-theme=dark] .dagsbildet-otd-ticker-prefix{color:#f3f4f6}[data-theme=dark] .dagsbildet-otd-ticker-year{color:#6b98c2;font-weight:700}[data-theme=dark] .dagsbildet-otd-ticker-event{color:#e6ecf5}[data-theme=dark] .dagsbildet-otd-ticker-more{color:#6b98c2;font-weight:600}[data-theme=dark] .dagsbildet-otd-ticker-more:hover{color:#93b7da}.dagsbildet-otd-ticker-popover{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid var(--border, #e5e7eb);border-radius:var(--r-md, 12px);padding:12px 16px;box-shadow:0 12px 32px #0f17291f,0 2px 6px #0f17290f;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease,visibility .16s;z-index:30}.dagsbildet-otd-ticker--open .dagsbildet-otd-ticker-popover{opacity:1;visibility:visible;transform:translateY(0)}.dagsbildet-otd-ticker-list{list-style:none;padding:0;margin:0 0 8px;display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--text, #111827);white-space:normal}.dagsbildet-otd-ticker-row{display:grid;grid-template-columns:50px 1fr;gap:12px;align-items:baseline}.dagsbildet-otd-ticker-row-year{font-weight:700;font-variant-numeric:tabular-nums;color:var(--brand-blue, #3D6B94)}.dagsbildet-otd-ticker-wiki{display:inline-block;margin-top:4px;font-size:11px;color:var(--muted, #6b7280);text-decoration:none;pointer-events:auto}.dagsbildet-otd-ticker-wiki:hover{text-decoration:underline}[data-theme=dark] .dagsbildet-otd-ticker-popover{background:#0f1a2e;border-color:#ffffff14;box-shadow:0 12px 32px #00000080,0 2px 6px #0000004d}[data-theme=dark] .dagsbildet-otd-ticker-list{color:#e6ecf5}[data-theme=dark] .dagsbildet-otd-ticker-row-year{color:#6b98c2;font-weight:700}[data-theme=dark] .dagsbildet-otd-ticker-row-event{color:#e6ecf5}.dagsbildet-otd-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 8px;margin:0 0 14px;padding:8px 0 10px;border-bottom:1px solid var(--border, rgba(15, 23, 41, .06));font-size:13px;color:var(--text, #374151)}[data-theme=dark] .dagsbildet-otd-line{border-color:#ffffff0f}.dagsbildet-otd-line-icon{position:relative;top:2px;flex-shrink:0;color:var(--muted, #6b7280)}.dagsbildet-otd-line-prefix{font-weight:600;color:var(--text, #374151);letter-spacing:-.005em}[data-theme=dark] .dagsbildet-otd-line-prefix{color:#e5e7eb}.dagsbildet-otd-line-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0}.dagsbildet-otd-line-item{display:flex;align-items:baseline;gap:8px;line-height:1.45;color:var(--text, #374151)}[data-theme=dark] .dagsbildet-otd-line-item{color:#cbd5e1}.dagsbildet-otd-line-year{font-weight:600;color:var(--text, #111827);font-variant-numeric:tabular-nums;flex-shrink:0}[data-theme=dark] .dagsbildet-otd-line-year{color:#f3f4f6}.dagsbildet-otd-line-event{flex:1;min-width:0}.dagsbildet-otd-line-toggle{background:none;border:0;padding:0 2px;font:inherit;font-size:12px;font-weight:500;color:#4f46e5;cursor:pointer;flex-shrink:0}.dagsbildet-otd-line-toggle:hover{text-decoration:underline}[data-theme=dark] .dagsbildet-otd-line-toggle{color:#818cf8}.dagsbildet-otd-line-wiki{font-size:10.5px;color:var(--muted, #6b7280);text-decoration:none;opacity:.65;flex-shrink:0;text-transform:uppercase;letter-spacing:.04em;margin-left:auto}.dagsbildet-otd-line-wiki:hover{opacity:1;text-decoration:underline}.dagsbildet-editorial-row{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin:0 0 8px;align-items:stretch}.dagsbildet-editorial-main,.dagsbildet-editorial-side{display:flex;height:100%}.dagsbildet-editorial-main>.dagsbildet-top-stories,.dagsbildet-editorial-side>.dagsbildet-underreported{flex:1;display:flex;flex-direction:column}.dagsbildet-editorial-main .dagsbildet-top-stories-list,.dagsbildet-editorial-side .dagsbildet-underreported-list{flex:1;display:flex;flex-direction:column}.dagsbildet-editorial-main .dagsbildet-top-stories-list>.dagsbildet-top-story,.dagsbildet-editorial-side .dagsbildet-underreported-list>.dagsbildet-underreported-item{flex:1 1 auto}.dagsbildet-live-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:12px;margin:16px 0 6px}.dagsbildet-live-row>.kk-surface{display:flex;flex-direction:column;min-width:0}.dagsbildet-live-row>.kk-surface>.trd-card{flex:1;min-height:0}.dagsbildet-trends-row{display:grid;grid-template-columns:1fr 2fr;gap:12px;margin:16px 0 6px}.dagsbildet-sources-row{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin:16px 0 6px}@media (max-width: 900px){.dagsbildet-editorial-row,.dagsbildet-live-row,.dagsbildet-trends-row,.dagsbildet-sources-row{grid-template-columns:1fr}.dagsbildet-utility-strip{grid-template-columns:1fr 1fr}}.dagsbildet-sport-row{margin:16px 0 6px}.dagsbildet-geo-row{display:block;margin:20px 0 6px}.dagsbildet-geo-main{min-width:0}.dagsbildet-geo-side{display:none}.dagsbildet-freshness{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted, #6b7280);font-variant-numeric:tabular-nums;margin-left:auto}.dagsbildet-freshness-ring{width:14px;height:14px;flex:0 0 14px}.dagsbildet-freshness-ring-track{stroke:#0f172a1a}.dagsbildet-freshness-ring-arc{stroke:#4f46e5;transition:stroke-dashoffset .8s ease}[data-theme=dark] .dagsbildet-freshness{color:#9ca3af}[data-theme=dark] .dagsbildet-freshness-ring-track{stroke:#ffffff1a}[data-theme=dark] .dagsbildet-freshness-ring-arc{stroke:#818cf8}.dagsbildet-empty-state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:28px 16px;text-align:center;color:var(--muted, #6b7280)}.dagsbildet-empty-state svg{width:120px;height:96px;opacity:.7}[data-theme=dark] .dagsbildet-empty-state{color:#9ca3af}.trd-summary-card-num,.trd-summary-card-delta-num,.trd-live-rank,.trd-live-sub,.trd-live-delta{font-variant-numeric:tabular-nums}.trd-live-delta{display:inline-flex;align-items:center;gap:3px;padding:1px 7px;border-radius:var(--r-pill, 9999px);font-weight:600}.trd-live-delta.trd-live-delta--up{color:#15803d;background:#16a34a1a}.trd-live-delta.trd-live-delta--down{color:#b91c1c;background:#dc26261a}.trd-live-delta.dagsbildet-delta-zero{background:#94a3b81f;padding:1px 7px}[data-theme=dark] .trd-live-delta.trd-live-delta--up{color:#86efac;background:#4ade8029}[data-theme=dark] .trd-live-delta.trd-live-delta--down{color:#fecaca;background:#f8717129}[data-theme=dark] .trd-live-delta.dagsbildet-delta-zero{background:#94a3b82e}.trd-live-row .trd-live-rank{transition:transform .2s cubic-bezier(.34,1.56,.64,1),color .16s ease}.trd-live-row:hover .trd-live-rank{transform:translateY(-1px);color:#4f46e5}[data-theme=dark] .trd-live-row:hover .trd-live-rank{color:#818cf8}@media print{:root,[data-theme=dark]{color-scheme:light}html,body,[data-theme=dark] body,[data-theme=dark] .dagsbildet-page{background:#fff!important;color:#111827!important}body{font-size:12pt;line-height:1.45;-webkit-print-color-adjust:exact;print-color-adjust:exact}.skip-link,.app-topbar,.topbar,.app-header,.site-header,header[role=banner],.app-footer,.site-footer,footer,.dagsbildet-toc,.geo-map-canvas,.geo-scope-toggle,.geo-filter-chips,.trd-card-controls,.dagsbildet-meta-row .dagsbildet-freshness,[role=tablist]{display:none!important}.kk-surface,.kk-surface *{box-shadow:none!important}.kk-surface{background:#fff!important;color:#111827!important;border:1px solid #d1d5db!important;border-radius:0!important;padding:12pt!important}.dagsbildet-section-heading{break-after:avoid;page-break-after:avoid}.dagsbildet-ongoing-row,.dagsbildet-top-story,.dagsbildet-quote{break-inside:avoid;page-break-inside:avoid}h1{font-size:22pt;margin:0 0 8pt}h2{font-size:16pt;margin:14pt 0 6pt}h3{font-size:13pt;margin:10pt 0 4pt}.dagsbildet-top-story a[href]:after,.dagsbildet-quote a[href]:after{content:" (" attr(href) ")";font-size:10pt;color:#6b7280;word-break:break-all}.dagsbildet-top-story a[href^="#"]:after,.dagsbildet-top-story a[href^="/"]:after,.dagsbildet-quote a[href^="#"]:after,.dagsbildet-quote a[href^="/"]:after{content:""}img{max-width:100%!important;break-inside:avoid}a{color:#111827!important;text-decoration:underline}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{border-radius:6px;background:linear-gradient(90deg,var(--bg-secondary) 25%,var(--border) 50%,var(--bg-secondary) 75%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.skeleton--title{height:22px;width:85%;margin-bottom:2px}.skeleton--img{height:160px;width:100%;border-radius:var(--r-sm)}.skeleton--line{height:13px;width:100%}.skeleton--line-short{width:60%}.skeleton--label{height:10px;width:60px;margin-bottom:4px}@keyframes spin{to{transform:rotate(360deg)}}.kk-surface{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--r-md, 12px);padding:16px 20px;box-shadow:0 1px 2px #0f172908,0 12px 40px -8px #0f17290d}.kk-surface--flat{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:var(--r-md, 12px);padding:16px 20px;box-shadow:none}.kk-surface--accent{background:#fff;border:1px solid rgba(0,0,0,.05);border-left:3px solid var(--brand-blue, #3D6B94);border-radius:var(--r-md, 12px);padding:16px 20px;box-shadow:0 1px 2px #0f172908,0 12px 40px -8px #0f17290d}[data-theme=dark] .kk-surface,[data-theme=dark] .kk-surface--flat,[data-theme=dark] .kk-surface--accent{background:#ffffff0a;border-color:#ffffff0f;box-shadow:0 1px 2px #0000002e,0 12px 40px -8px #00000052}[data-theme=dark] .kk-surface--accent{border-left-color:var(--brand-blue-light, #6B98C2)}.cardMessage{display:grid;gap:var(--sp-2);padding:var(--sp-5);background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg)}.cardMessage h2{margin:0;font-size:1.1rem;font-weight:600;letter-spacing:-.01em;color:var(--brand-navy)}.cardMessage p{margin:0;color:var(--text-secondary);line-height:1.55;font-size:15px}.cardMessage--error{border-left:3px solid var(--danger)}.summary-md p{margin:8px 0 0}.summary-md p:first-child{margin-top:0}.summary-md ul,.summary-md ol{margin:8px 0 0;padding-left:20px}.summary-md li{margin-top:3px}.summary-md li:first-child{margin-top:0}.summary-md strong{font-weight:600;color:var(--text)}.summary-md em{font-style:italic;color:var(--text-secondary)}.summary-md a{color:var(--brand-blue);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.summary-md a:hover{color:var(--brand-navy)}.summary-md__h3,.summary-md h3{margin:12px 0 4px;font-size:14px;font-weight:700;letter-spacing:-.005em;color:var(--text)}.summary-md__h4,.summary-md h4{margin:10px 0 2px;font-size:13px;font-weight:600;color:var(--text-secondary)}.summary-md--lead p{font-size:14.5px;line-height:1.6}.cluster-page-head{margin-top:4px;margin-bottom:16px}@media (min-width: 720px){.cluster-page-head{margin-bottom:20px}}.cluster-grid{display:grid;grid-template-columns:1fr;gap:12px;min-width:0}@media (min-width: 720px){.cluster-grid{gap:var(--gap-card, 16px)}}@media (min-width: 1440px){.cluster-grid{gap:20px}}.cluster-grid>*{grid-column:span 1;min-width:0}@media (min-width: 720px){.cluster-grid{grid-template-columns:repeat(2,1fr)}.cluster-grid>*{grid-column:span 1}.cluster-grid>:nth-child(1){grid-column:span 2}}@media (min-width: 1024px){.cluster-grid{grid-template-columns:repeat(6,1fr)}.cluster-grid>*{grid-column:span 2}.cluster-grid>:nth-child(1){grid-column:span 6}.cluster-grid>:nth-child(2),.cluster-grid>:nth-child(3){grid-column:span 3}.cluster-grid>:nth-child(5n+4),.cluster-grid>:nth-child(5n+5),.cluster-grid>:nth-child(5n+6){grid-column:span 2}.cluster-grid>:nth-child(5n+7),.cluster-grid>:nth-child(5n+8){grid-column:span 3}}.cluster-grid>article.cluster-card--hero{min-height:360px}.cluster-grid>article.cluster-card--hero .kurator-card-hero{aspect-ratio:16 / 9}.cluster-grid>article.cluster-card--wide{min-height:280px}.cluster-grid>article.cluster-card--standard{display:grid}.cluster-grid>article.cluster-card--compact{min-height:0}@media (max-width: 719px){.cluster-grid>article.cluster-card--hero,.cluster-grid>article.cluster-card--wide{min-height:0}}.dagsbildet-test-page{max-width:1480px;margin:0 auto;padding:16px 32px;display:flex;flex-direction:column;gap:28px}.dagsbildet-test-page>*,.dagsbildet-test-page>.dagsbildet-section-heading,.dagsbildet-test-page .dagsbildet-sport-row,.dagsbildet-test-page .dagsbildet-geo-row,.dagsbildet-test-page .dagsbildet-live-row,.dagsbildet-test-page .dagsbildet-trends-row,.dagsbildet-test-page .dagsbildet-sources-row,.dagsbildet-test-page .dagsbildet-editorial-row{margin-top:0!important;margin-bottom:0!important}@media (max-width: 900px){.dagsbildet-test-page{padding:16px}}.dagsbildet-test-page .dagsbildet-editorial-side{display:flex;flex-direction:column}.dagsbildet-test-page .dagsbildet-editorial-side>section,.dagsbildet-test-page .dagsbildet-editorial-side>.kk-surface{flex:1;display:flex;flex-direction:column}.dagsbildet-test-page .dagsbildet-editorial-side .kurator-card-list{flex:1;display:flex;flex-direction:column;gap:18px}.dagsbildet-test-page .dagsbildet-editorial-side .kurator-card{flex:1 1 auto}.dagsbildet-test-page .dagsbildet-editorial-side .kurator-see-all{margin-top:14px}.dagsbildet-test-page .dagsbildet-editorial-main .kurator-card-list{flex:1}.dagsbildet-test-page .dagsbildet-editorial-main .kurator-card{flex:1 1 auto}@keyframes kurator-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.kurator-skeleton-shimmer{background:linear-gradient(90deg,var(--surface-muted, #eef2f7) 0%,rgba(255,255,255,.55) 50%,var(--surface-muted, #eef2f7) 100%);background-size:200% 100%;animation:kurator-shimmer 1.6s ease-in-out infinite;border-radius:6px}[data-theme=dark] .kurator-skeleton-shimmer{background:linear-gradient(90deg,#ffffff0a,#ffffff1a,#ffffff0a);background-size:200% 100%}.kurator-card--skeleton{pointer-events:none}.kurator-card--skeleton .kurator-card-hero{min-height:130px;border-radius:10px}.kurator-skel-line{height:14px;border-radius:4px}.kurator-skel-line--headline{height:22px;width:88%}.kurator-skel-line--headline-short{height:22px;width:62%}.kurator-card--underreported .kurator-skel-line--headline,.kurator-card--underreported .kurator-skel-line--headline-short{height:18px}.kurator-skel-row{display:flex;gap:6px;flex-wrap:wrap}.kurator-skel-pill{width:64px;height:18px;border-radius:999px}.kurator-skel-source-pill{width:86px;height:22px;border-radius:999px}.kurator-skel-sentiment{width:70%;height:18px;border-radius:4px}.kurator-skel-verdict{width:100%;height:56px;border-radius:8px}.kurator-skel-row-block{width:100%;height:38px;border-radius:8px;margin-bottom:6px}.kurator-skel-row-block:last-child{margin-bottom:0}.dagsbildet-test-page .dagsbildet-section-title{font-size:18px;font-weight:800;letter-spacing:-.014em;line-height:1.2;color:var(--color-text, #0f172a);margin:0}[data-theme=dark] .dagsbildet-test-page .dagsbildet-section-title{color:#f3f4f6}.dagsbildet-test-page .dagsbildet-editorial-main .dagsbildet-section-title{display:inline-flex;align-items:center;gap:10px}.dagsbildet-test-page .dagsbildet-editorial-main .dagsbildet-section-title:before{content:"";display:inline-block;width:4px;height:18px;border-radius:2px;background:var(--brand-blue, #3D6B94)}.dagsbildet-test-page .kurator-stories-section--underradar .dagsbildet-section-title{font-size:15px;font-weight:700;color:var(--text-secondary, #475569)}[data-theme=dark] .dagsbildet-test-page .kurator-stories-section--underradar .dagsbildet-section-title{color:#f3f4f6c7}.dagsbildet-test-page .dagsbildet-section-head,.dagsbildet-test-page .kurator-section-head{margin-bottom:10px;padding-bottom:7px;border-bottom:1px solid var(--surface-border, rgba(15, 23, 42, .1))}[data-theme=dark] .dagsbildet-test-page .dagsbildet-section-head,[data-theme=dark] .dagsbildet-test-page .kurator-section-head{border-bottom-color:#ffffff1a}.dagsbildet-test-page .dagsbildet-editorial-row{grid-template-columns:minmax(0,2.6fr) minmax(280px,1fr);gap:24px}@media (max-width: 1100px){.dagsbildet-test-page .dagsbildet-editorial-row{grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:18px}}@media (max-width: 900px){.dagsbildet-test-page .dagsbildet-editorial-row{grid-template-columns:1fr}}.dagsbildet-test-lede{background:var(--color-bg-accent-soft, var(--surface-muted, #eef2f7));border-left:3px solid var(--color-accent, #1e4d8c);border-radius:6px;padding:12px 16px;margin:12px 0 20px;font-size:13px;line-height:1.5;color:var(--color-text, inherit)}.dagsbildet-test-lede strong{display:block;color:var(--color-accent, #1e4d8c);font-size:13px;margin-bottom:4px}.dagsbildet-test-lede p{margin:0 0 6px;color:var(--color-text-muted, #5a6b85);font-size:13px}.dagsbildet-test-meta{display:inline-block;color:var(--color-text-muted, #5a6b85);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.dagsbildet-test-error{background:var(--color-bg-warning-soft, #fff6f5);border-left:3px solid var(--color-danger, #b1322a);color:var(--color-danger, #b1322a);padding:10px 14px;border-radius:6px;margin-bottom:16px;font-size:13px}[data-theme=dark] .dagsbildet-test-lede{background:#1e4d8c1f;border-left-color:#5e8ec8}[data-theme=dark] .dagsbildet-test-lede strong{color:#9ec3ed}[data-theme=dark] .dagsbildet-test-lede p,[data-theme=dark] .dagsbildet-test-meta{color:#9ca3af}[data-theme=dark] .dagsbildet-test-error{background:#b1322a24;color:#f1a9a3}.kurator-card-list{display:flex;flex-direction:column;gap:12px}.kurator-card{display:grid;grid-template-columns:1fr minmax(200px,34%);grid-template-areas:"upper hero" "lower lower";column-gap:16px;row-gap:10px;padding:14px;border-radius:12px;background:var(--color-bg-card, #ffffff);border:1px solid var(--surface-border, rgba(15, 23, 42, .07));box-shadow:0 1px 2px #0f172a0a,0 8px 24px -12px #0f172a1a;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.kurator-card-hero-col{grid-area:hero;min-width:0}.kurator-card-upper{grid-area:upper;display:flex;flex-direction:column;gap:8px;min-width:0}.kurator-card-lower{grid-area:lower;min-width:0}.kurator-card--hero-left{grid-template-areas:"hero upper" "lower lower";grid-template-columns:minmax(220px,36%) 1fr}.kurator-card--underreported,.kurator-card--underreported.kurator-card--hero-left{grid-template-columns:1fr;grid-template-areas:"hero" "upper" "lower"}@media (max-width: 900px){.kurator-card,.kurator-card--hero-left{grid-template-columns:1fr;grid-template-areas:"hero" "upper" "lower"}}.kurator-card:hover{transform:translateY(-2px);box-shadow:0 1px 2px #0f172a0d,0 16px 36px -16px #0f172a2e}[data-theme=dark] .kurator-card{background:#ffffff08;border-color:#ffffff14;box-shadow:0 1px 2px #0006,0 8px 24px -12px #0009}[data-theme=dark] .kurator-card:hover{background:#ffffff0d}.kurator-card-tag-row{margin-bottom:-2px}.kurator-card-underradar-tag{display:inline-block;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;padding:2px 7px;border-radius:4px;background:var(--color-accent-soft, rgba(30, 77, 140, .12));color:var(--color-accent, #1e4d8c)}.kurator-card-hero{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:130px;border:0;padding:0;background:linear-gradient(135deg,#e7eff9,#d8e2f0);border-radius:10px;overflow:hidden;cursor:pointer}.kurator-card-hero-col{display:flex}.kurator-card--underreported .kurator-card-hero{aspect-ratio:21 / 9;max-height:140px}.kurator-card-hero--placeholder{color:#fffffff5;padding:18px}.kurator-card-hero-placeholder-label{font-size:14px;font-weight:700;letter-spacing:-.005em;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.2);line-height:1.3;max-width:100%;overflow-wrap:break-word}[data-theme=dark] .kurator-card-hero{background:linear-gradient(135deg,#1c2c47,#15243a)}.kurator-card-hero img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.4,0,.2,1)}.kurator-card-hero:hover img{transform:scale(1.04)}.kurator-card-hero:after{content:"";position:absolute;inset:auto 0 0 0;height:55%;background:linear-gradient(to top,rgba(15,23,42,.55) 0%,transparent 100%);pointer-events:none;opacity:0;transition:opacity .2s ease}.kurator-card-hero:has(.kurator-card-hero-credit):after{opacity:1}.kurator-card-hero-credit{position:absolute;left:10px;bottom:8px;z-index:1;font-size:10.5px;color:#ffffffeb;font-weight:500;letter-spacing:.03em;text-shadow:0 1px 2px rgba(0,0,0,.4);max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kurator-card-hero--fallback{display:none}.kurator-section-head{display:flex;justify-content:space-between;align-items:center}.kurator-section-info{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--color-bg-accent-soft, rgba(30, 77, 140, .08));color:var(--color-accent, #1e4d8c);border:1px solid var(--surface-border, rgba(15, 23, 42, .08));cursor:help;transition:background-color .15s ease,color .15s ease}.kurator-section-info:hover,.kurator-section-info:focus{background:var(--color-accent, #1e4d8c);color:#fff;outline:none}[data-theme=dark] .kurator-section-info{background:#5e8ec82e;color:#9ec3ed;border-color:#ffffff14}[data-theme=dark] .kurator-section-info:hover,[data-theme=dark] .kurator-section-info:focus{background:#5e8ec8;color:#0f172a}.kurator-section-tooltip{position:absolute;top:calc(100% + 10px);right:0;width:300px;padding:14px 16px;background:var(--color-bg-card, #ffffff);color:var(--color-text, #0f172a);border:1px solid var(--surface-border, rgba(15, 23, 42, .12));border-radius:10px;box-shadow:0 4px 10px #0f172a14,0 18px 38px -12px #0f172a40;font-size:13px;line-height:1.55;font-weight:400;letter-spacing:0;text-transform:none;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:30}.kurator-section-tooltip strong{display:block;margin-bottom:6px;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent, #1e4d8c)}.kurator-section-tooltip:before{content:"";position:absolute;top:-6px;right:8px;width:12px;height:12px;background:var(--color-bg-card, #ffffff);border-left:1px solid var(--surface-border, rgba(15, 23, 42, .12));border-top:1px solid var(--surface-border, rgba(15, 23, 42, .12));transform:rotate(45deg)}.kurator-section-info:hover .kurator-section-tooltip,.kurator-section-info:focus .kurator-section-tooltip,.kurator-section-info:focus-within .kurator-section-tooltip{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}[data-theme=dark] .kurator-section-tooltip{background:#1e293b;color:#e5e7eb;border-color:#ffffff1a;box-shadow:0 4px 10px #0006,0 18px 38px -12px #0009}[data-theme=dark] .kurator-section-tooltip:before{background:#1e293b;border-color:#ffffff1a}[data-theme=dark] .kurator-section-tooltip strong{color:#9ec3ed}.kurator-card-headline-row{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap}.kurator-card-headline{background:none;border:0;padding:0;margin:0;text-align:left;font-size:18px;line-height:1.25;font-weight:700;letter-spacing:-.014em;color:var(--color-text, #0f172a);cursor:pointer;transition:color .15s ease;flex:1 1 auto;min-width:0}.kurator-sentiment-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;border-radius:999px;font-size:11.5px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;margin-top:4px}.kurator-sentiment-badge-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.kurator-sentiment-badge--neg{color:#b1322a;background:#b1322a1a}.kurator-sentiment-badge--neutral{color:#5a6b85;background:#5a6b851a}.kurator-sentiment-badge--pos{color:#157347;background:#1573471a}[data-theme=dark] .kurator-sentiment-badge--neg{color:#ee8a83;background:#ee8a8329}[data-theme=dark] .kurator-sentiment-badge--neutral{color:#9fb0c9;background:#9fb0c924}[data-theme=dark] .kurator-sentiment-badge--pos{color:#5ad08e;background:#5ad08e29}.dagsbildet-test-page .trd-live-rank,.dagsbildet-test-page .trd-live-sub,.dagsbildet-test-page .trd-live-delta{font-variant-numeric:normal;font-feature-settings:normal}.kurator-card--underreported .kurator-card-headline{font-size:13.5px;line-height:1.25;letter-spacing:-.005em}.kurator-card--underreported{padding:8px 10px;row-gap:4px;column-gap:8px}.kurator-card--underreported .kurator-card-upper{gap:4px}.kurator-card--underreported .kurator-card-kicker{font-size:10.5px;gap:6px}.kurator-card--underreported .kurator-card-verdict{padding:6px 9px}.kurator-card--underreported .kurator-card-verdict-body{font-size:12px;line-height:1.35;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.kurator-card--underreported .kurator-card-source-pills{gap:4px;row-gap:3px}.kurator-card--underreported .kurator-card-source-pills-label,.kurator-card--underreported .kurator-card-hot-topics-label{font-size:9.5px}.kurator-card--underreported .kurator-card-hot-topics{gap:3px}.kurator-card--underreported .kurator-card-hot-topic-chip{font-size:10.5px;padding:1px 6px}.kurator-card-headline:hover{color:var(--color-accent, #1e4d8c)}[data-theme=dark] .kurator-card-headline{color:#f3f4f6}[data-theme=dark] .kurator-card-headline:hover{color:#93c5fd}.kurator-card-source-pills{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.kurator-card-source-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 5px;border-radius:999px;background:var(--surface-muted, #f4f6fb);border:1px solid var(--surface-border, rgba(15, 23, 42, .05));font-size:12px;color:var(--color-text, #0f172a);line-height:1;transition:background-color .15s ease}.kurator-card-source-pill:hover{background:var(--color-bg-accent-soft, rgba(30, 77, 140, .1))}.kurator-card-source-pill img{width:18px;height:18px;border-radius:4px;object-fit:contain;background:#fff;padding:1px}.kurator-card-source-pill-mono{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:var(--color-accent, #1e4d8c);color:#fff;font-size:9px;font-weight:700;letter-spacing:.02em}.kurator-card-source-pill-name{font-weight:600}[data-theme=dark] .kurator-card-source-pill{background:#ffffff0f;border-color:#ffffff14;color:#e5e7eb}[data-theme=dark] .kurator-card-source-pill:hover{background:#5e8ec833}[data-theme=dark] .kurator-card-source-pill img{background:#ffffffe6}.kurator-card-sentiment{display:flex;align-items:center;gap:8px;font-size:11.5px}.kurator-card-sentiment{padding:0;border:0}[data-theme=dark] .kurator-card-sentiment{border-color:#ffffff14}.kurator-card-sentiment-bar{display:flex;gap:3px;flex:0 0 auto}.kurator-card-sentiment-seg{width:26px;height:7px;border-radius:3px;background:var(--surface-muted, #e5e7eb);transition:background-color .2s ease}.kurator-card-sentiment-seg.is-on{box-shadow:0 1px 2px #0f172a1a}[data-theme=dark] .kurator-card-sentiment-seg{background:#ffffff14}.kurator-card-sentiment-label{font-weight:700;font-size:11.5px;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted, #6b7280)}.kurator-card-verdict{position:relative;background:linear-gradient(135deg,var(--color-bg-accent-soft, rgba(30, 77, 140, .06)) 0%,rgba(94,142,200,.04) 100%);border:1px solid var(--surface-border, rgba(30, 77, 140, .1));border-left:3px solid var(--color-accent, #1e4d8c);border-radius:6px;padding:8px 12px;display:flex;flex-direction:column;gap:4px}.kurator-card-verdict.is-loading{opacity:.65}.kurator-card-verdict-head{display:inline-flex;align-items:center;gap:6px;color:var(--color-accent, #1e4d8c);font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.kurator-card-verdict-head svg{flex-shrink:0}.kurator-card-verdict-body{margin:0;font-size:13px;line-height:1.45;color:var(--color-text, #0f172a);font-weight:500;font-style:normal}.kurator-card-verdict-disclaimer{font-size:10px;color:var(--color-text-faint, #9ca3af);letter-spacing:.06em;text-transform:uppercase;font-weight:600}[data-theme=dark] .kurator-card-verdict{background:linear-gradient(135deg,#1e4d8c2e,#5e8ec81a);border-color:#5e8ec838;border-left-color:#5e8ec8}[data-theme=dark] .kurator-card-verdict-head{color:#9ec3ed}[data-theme=dark] .kurator-card-verdict-body{color:#e5e7eb}[data-theme=dark] .kurator-card-verdict-disclaimer{color:#9ca3af}.kurator-card-sources{display:flex;flex-direction:column;gap:6px}.kurator-card-sources-heading{margin:0;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted, #6b7280);font-weight:600}.kurator-card-sources-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.kurator-card-sources-row{display:grid;grid-template-columns:minmax(100px,max-content) minmax(0,1fr) auto;align-items:center;gap:10px;padding:5px 9px;background:var(--surface-muted, #f8fafc);border:1px solid transparent;border-radius:6px;font-size:12px;transition:background-color .15s ease,border-color .15s ease}.kurator-card-sources-row:hover{background:var(--color-bg-accent-soft, rgba(30, 77, 140, .06));border-color:var(--surface-border, rgba(30, 77, 140, .12))}.kurator-card-sources-source{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--color-text, #0f172a);min-width:0}.kurator-card-sources-source img{width:20px;height:20px;border-radius:5px;object-fit:contain;background:#fff;padding:1px;box-shadow:0 1px 2px #0f172a14}[data-theme=dark] .kurator-card-sources-source img{background:#ffffffe6}.kurator-card-sources-source-mono{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:4px;background:var(--color-accent, #1e4d8c);color:#fff;font-size:9px;font-weight:700}.kurator-card-sources-source-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kurator-card-sources-title{color:var(--color-text, #0f172a);line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.kurator-card-sources-link{font-weight:600;color:var(--color-accent, #1e4d8c);text-decoration:none;font-size:12.5px;white-space:nowrap;padding:5px 4px;margin:-5px -4px}.kurator-card-sources-link:hover{text-decoration:underline}[data-theme=dark] .kurator-card-sources-row{background:#ffffff0a}[data-theme=dark] .kurator-card-sources-row:hover{background:#5e8ec824;border-color:#5e8ec838}.kurator-card-sources-expand{align-self:flex-start;display:inline-flex;align-items:center;gap:4px;margin-top:8px;padding:5px 12px;background:transparent;border:1px solid var(--surface-border, rgba(15, 23, 42, .1));border-radius:999px;color:var(--color-accent, #1e4d8c);font-size:12px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.kurator-card-sources-expand:hover{background:var(--color-bg-accent-soft, rgba(30, 77, 140, .08));border-color:var(--color-accent, #1e4d8c)}[data-theme=dark] .kurator-card-sources-expand{color:#93c5fd;border-color:#ffffff1a}[data-theme=dark] .kurator-card-sources-expand:hover{background:#5e8ec826;border-color:#5e8ec8}[data-theme=dark] .kurator-card-sources-source,[data-theme=dark] .kurator-card-sources-title{color:#e5e7eb}[data-theme=dark] .kurator-card-sources-link{color:#93c5fd}[data-theme=dark] .kurator-card-sources-heading{color:#9ca3af}.kurator-card-empty{margin:12px 0 0;color:var(--color-text-muted, #6b7280);font-size:13px}@media (max-width: 640px){.kurator-card-sources-row{grid-template-columns:max-content 1fr;grid-template-rows:auto auto}.kurator-card-sources-link{grid-column:2;justify-self:end}}.dagsbildet-test-page .kk-surface,.dagsbildet-test-page .dagsbildet-people-v2,.dagsbildet-test-page .dagsbildet-top-stories,.dagsbildet-test-page .dagsbildet-bottom-row>*,.dagsbildet-test-page .dagsbildet-kpi-card,.dagsbildet-test-page .trends-live-activity,.dagsbildet-test-page .trends-live-articles,.dagsbildet-test-page .ongoing-situations-card,.dagsbildet-test-page .sport-matches-panel{border-radius:12px!important;background:var(--color-bg-card, #ffffff)!important;border:1px solid var(--surface-border, rgba(15, 23, 42, .07))!important;box-shadow:0 1px 2px #0f172a0a,0 8px 24px -12px #0f172a1a!important;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)!important}.dagsbildet-test-page .kk-surface{padding:12px 14px!important}.dagsbildet-test-page .kurator-card-shell--akkurat{gap:6px;padding:14px 16px}.dagsbildet-test-page .kurator-card-shell--akkurat .kurator-section-head{margin-bottom:0!important;padding-bottom:8px!important}.dagsbildet-test-page .kurator-card-shell--akkurat .trd-summary-row{margin-top:0!important}.dagsbildet-test-page .kurator-card-shell--akkurat .trd-summary-card{background:transparent;border:0;box-shadow:none;padding:6px 4px;min-height:0}.dagsbildet-test-page .kurator-card-shell--akkurat .trd-summary-card:not(:disabled):hover{background:#0f172a08;transform:none;box-shadow:none}[data-theme=dark] .dagsbildet-test-page .kurator-card-shell--akkurat .trd-summary-card:not(:disabled):hover{background:#ffffff0a}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .kk-surface{background:transparent!important;border:0!important;box-shadow:none!important;padding:6px!important;display:flex;flex-direction:column;align-self:stretch;min-width:0}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .kk-surface>.trd-card{flex:1;min-height:0}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-card{border:0;background:transparent;border-radius:0;overflow:visible}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-card-header{padding:0 2px 10px;background:transparent;border-bottom:1px solid var(--surface-border, rgba(15, 23, 42, .07));min-height:32px}[data-theme=dark] .dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-card-header{border-bottom-color:#ffffff14}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-card-subtitle{font-size:11px;color:var(--text-muted, #6b7280);padding:6px 2px 0;min-height:18px;line-height:1.3}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-card-body{padding-top:10px;overflow:visible}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-card{--akkurat-row-h: 60px;--akkurat-row-gap: 8px;--akkurat-header-h: 44px}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-card-header{min-height:var(--akkurat-header-h);align-items:center}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-live-list,.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-live-articles-list,.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .dagsbildet-ongoing-list{display:flex;flex-direction:column;gap:var(--akkurat-row-gap);margin:0;padding:0;list-style:none}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-live-list>li,.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-live-article-row,.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .dagsbildet-ongoing-row{min-height:var(--akkurat-row-h);padding:4px 2px;box-sizing:border-box}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-live-article-title{font-size:13.5px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .trd-live-article-meta{font-size:11.5px;font-weight:400}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row .dagsbildet-ongoing-blurb{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row{border-top:1px solid var(--surface-border, rgba(15, 23, 42, .07));padding-top:12px;margin-top:0}[data-theme=dark] .dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row{border-top-color:#ffffff14}.dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row>.kk-surface+.kk-surface{border-left:1px solid var(--surface-border, rgba(15, 23, 42, .07))}[data-theme=dark] .dagsbildet-test-page .kurator-card-shell--akkurat .dagsbildet-live-row>.kk-surface+.kk-surface{border-left-color:#ffffff14}.dagsbildet-test-page .trd-summary-row{gap:10px;margin:10px 0}.dagsbildet-test-page .trd-summary-card{padding:12px 14px 14px;min-height:160px}.dagsbildet-test-page .trd-summary-card-kicker-row{min-height:28px;gap:8px}.dagsbildet-test-page .trd-summary-card-badge{width:28px;height:28px}.dagsbildet-test-page .trd-summary-card-value{font-size:15px}.dagsbildet-test-page .trd-summary-card-sub{font-size:11px}.dagsbildet-test-page .trd-summary-card-delta{font-size:11.5px}.dagsbildet-test-page .trd-summary-card-kicker{font-size:10px}.dagsbildet-test-page .trd-summary-card-spark{padding-top:10px;height:auto;aspect-ratio:240 / 60;max-height:84px}.dagsbildet-test-page .kk-surface:hover,.dagsbildet-test-page .dagsbildet-people-v2:hover,.dagsbildet-test-page .dagsbildet-top-stories:hover,.dagsbildet-test-page .dagsbildet-kpi-card:hover,.dagsbildet-test-page .trends-live-activity:hover,.dagsbildet-test-page .trends-live-articles:hover,.dagsbildet-test-page .ongoing-situations-card:hover,.dagsbildet-test-page .sport-matches-panel:hover{box-shadow:0 1px 2px #0f172a0d,0 16px 36px -16px #0f172a2e!important}[data-theme=dark] .dagsbildet-test-page .kk-surface,[data-theme=dark] .dagsbildet-test-page .dagsbildet-people-v2,[data-theme=dark] .dagsbildet-test-page .dagsbildet-top-stories,[data-theme=dark] .dagsbildet-test-page .dagsbildet-kpi-card,[data-theme=dark] .dagsbildet-test-page .trends-live-activity,[data-theme=dark] .dagsbildet-test-page .trends-live-articles,[data-theme=dark] .dagsbildet-test-page .ongoing-situations-card,[data-theme=dark] .dagsbildet-test-page .sport-matches-panel{background:#ffffff08!important;border-color:#ffffff14!important;box-shadow:0 1px 2px #0006,0 8px 24px -12px #0009!important}.kurator-card-shell{display:flex;flex-direction:column;gap:18px;padding:24px 26px;border-radius:14px;background:var(--color-bg-card, #ffffff);border:1px solid var(--surface-border, rgba(15, 23, 42, .07));box-shadow:0 1px 2px #0f172a0a,0 8px 24px -12px #0f172a1a}[data-theme=dark] .kurator-card-shell{background:#ffffff08;border-color:#ffffff14;box-shadow:0 1px 2px #0006,0 8px 24px -12px #0009}.kurator-card-shell--people .dagsbildet-people-v2{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important}.kurator-card-shell--people .dagsbildet-people-v2:hover{box-shadow:none!important;transform:none!important}.kurator-card-shell--people .dagsbildet-people-v2>header{display:none!important}.kurator-quotes-people-row{display:grid;grid-template-columns:minmax(0,2.6fr) minmax(280px,1fr);gap:24px;align-items:stretch}.kurator-quotes-people-row>*{min-width:0}.kurator-quotes-people-row__quotes,.kurator-quotes-people-row__people{display:flex;flex-direction:column}.kurator-quotes-people-row__quotes .kurator-card-shell,.kurator-quotes-people-row__people{flex:1}.kurator-quotes-people-row .kurator-quotes-grid{grid-template-columns:1fr}@media (max-width: 1000px){.kurator-quotes-people-row{grid-template-columns:1fr}.kurator-quotes-people-row .kurator-quotes-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.kurator-section-head--inline{flex-wrap:wrap;align-items:baseline;gap:12px}.kurator-section-subtitle{font-size:13px;color:var(--color-text-muted, #6b7280);font-weight:400;letter-spacing:0;text-transform:none}[data-theme=dark] .kurator-section-subtitle{color:#9ca3af}.kurator-card-shell--people{gap:8px!important}.kurator-card-shell--people .kurator-section-head{margin-bottom:0!important;padding-bottom:6px!important}.kurator-card-shell--people .dagsbildet-people-v2>header{margin-top:0!important}.kurator-card-shell--people .people-detail{margin-top:22px;padding-top:22px;border-top:1px solid var(--surface-border, rgba(15, 23, 42, .08))}[data-theme=dark] .kurator-card-shell--people .people-detail{border-top-color:#ffffff14}.kurator-quotes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}@media (max-width: 700px){.kurator-quotes-grid{grid-template-columns:1fr}}.kq-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:40px;margin-top:10px;align-items:start}.kq-grid--solo{grid-template-columns:1fr}.kq-featured{display:flex;flex-direction:column;padding-right:8px;min-width:0}.kq-featured__mark{font-family:Georgia,Times New Roman,serif;font-size:clamp(64px,6vw,96px);line-height:.6;font-weight:700;color:#3a6ea5;margin:0 0 -6px -4px;-webkit-user-select:none;user-select:none}[data-theme=dark] .kq-featured__mark{color:#5e8ec8}.kq-featured__text{margin:0;font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:500;font-size:clamp(30px,3.6vw,46px);line-height:1.12;letter-spacing:-.01em;color:var(--color-text, #0f172a)}.kq-featured__text:after{content:"”"}[data-theme=dark] .kq-featured__text{color:#f3f4f6}.kq-featured__rule{display:block;width:150px;max-width:60%;height:2px;margin:20px 0 16px;background:var(--color-accent, #1e4d8c);opacity:.35;border-radius:2px}.kq-featured__role{text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:13px;color:var(--color-accent, #1e4d8c)}[data-theme=dark] .kq-featured__role{color:#9ec3ed}.kq-list{display:flex;flex-direction:column;border-left:1px solid var(--surface-border, rgba(15, 23, 42, .1));padding-left:40px;min-width:0}[data-theme=dark] .kq-list{border-left-color:#ffffff1a}.kq-item{display:flex;flex-direction:column;min-width:0}.kq-item+.kq-item{border-top:1px solid var(--surface-border, rgba(15, 23, 42, .1));margin-top:22px;padding-top:22px}[data-theme=dark] .kq-item+.kq-item{border-top-color:#ffffff1a}.kq-item__mark{font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:.5;font-weight:700;color:#3a6ea5;margin:0 0 -4px;-webkit-user-select:none;user-select:none}[data-theme=dark] .kq-item__mark{color:#5e8ec8}.kq-item__text{margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:500;font-size:19px;line-height:1.25;color:var(--color-text, #0f172a)}.kq-item__text:after{content:"”"}[data-theme=dark] .kq-item__text{color:#f3f4f6}.kq-item__role{text-transform:uppercase;letter-spacing:.11em;font-weight:700;font-size:11px;color:var(--color-accent, #1e4d8c);margin-bottom:10px}[data-theme=dark] .kq-item__role{color:#9ec3ed}.kq-role-link{background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.kq-role-link:hover,.kq-role-link:focus-visible{text-decoration:underline}.kq-featured__role cite,.kq-item__role cite{font-style:normal}.kq-source{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:0}.kq-source--featured{margin-top:16px}.kq-source__logo{width:26px;height:26px;border-radius:6px;object-fit:contain;background:#fff;border:1px solid rgba(15,23,42,.1);padding:2px;flex:none}.kq-item .kq-source__logo{width:22px;height:22px}.kq-source__badge{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:28px;padding:0 8px;border-radius:6px;background:#fff;border:1px solid rgba(15,23,42,.12);color:#0f172a;font-weight:800;font-size:12px;letter-spacing:-.02em;flex:none}[data-theme=dark] .kq-source__badge{background:#ffffff14;border-color:#ffffff26;color:#e5e7eb}.kq-item .kq-source__badge{min-width:26px;height:24px;font-size:11px}.kq-source__name{font-weight:600;font-size:14px;color:var(--color-text, #0f172a)}.kq-item .kq-source__name{font-size:13px}[data-theme=dark] .kq-source__name{color:#e5e7eb}.kq-read{display:inline-flex;align-items:center;gap:6px;color:var(--color-accent, #1e4d8c);font-weight:600;font-size:14px;text-decoration:none;transition:opacity .15s ease}.kq-read:hover{text-decoration:underline}.kq-item .kq-read{font-size:13px}[data-theme=dark] .kq-read{color:#9ec3ed}@media (max-width: 820px){.kq-grid{grid-template-columns:1fr;gap:28px}.kq-list{border-left:0;padding-left:0;border-top:1px solid var(--surface-border, rgba(15, 23, 42, .1));padding-top:24px}[data-theme=dark] .kq-list{border-top-color:#ffffff1a}.kq-featured__text{font-size:clamp(26px,7vw,34px)}}.kurator-see-all{display:flex;align-items:center;justify-content:center;gap:8px;align-self:stretch;margin-top:18px;padding:13px 24px;background:linear-gradient(135deg,#1e4d8c0f,#5e8ec81a,#1e4d8c0f);border:1px solid var(--surface-border, rgba(30, 77, 140, .18));border-radius:12px;color:var(--color-accent, #1e4d8c);font-size:14px;font-weight:700;letter-spacing:.02em;cursor:pointer;position:relative;overflow:hidden;transition:background .25s ease,border-color .25s ease,color .2s ease,transform .2s ease,box-shadow .25s ease}.kurator-see-all:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);transform:translate(-100%);transition:transform .7s cubic-bezier(.4,0,.2,1);pointer-events:none}.kurator-see-all:hover{background:linear-gradient(135deg,var(--color-accent, #1e4d8c) 0%,#2a64a8 100%);color:#fff;border-color:transparent;transform:translateY(-1px);box-shadow:0 1px 2px #1e4d8c33,0 12px 24px -8px #1e4d8c59}.kurator-see-all:hover:before{transform:translate(100%)}.kurator-see-all:active{transform:translateY(0);box-shadow:0 1px 2px #1e4d8c33,0 4px 12px -4px #1e4d8c4d}.kurator-see-all svg{transition:transform .2s ease}.kurator-see-all:hover svg{transform:translate(3px)}[data-theme=dark] .kurator-see-all{background:linear-gradient(135deg,#5e8ec81a,#5e8ec82e,#5e8ec81a);color:#9ec3ed;border-color:#5e8ec84d}[data-theme=dark] .kurator-see-all:hover{background:linear-gradient(135deg,#5e8ec8,#4878b5);color:#fff;box-shadow:0 1px 2px #0006,0 12px 24px -8px #00000080}.kurator-chip-legend{list-style:none;margin:0 0 10px;padding:6px 0 0;display:flex;flex-wrap:wrap;gap:4px 12px;align-items:center;font-size:11px;color:var(--color-text-muted, #6b7280);border-top:1px solid var(--surface-border, rgba(15, 23, 42, .06));width:100%}.kurator-chip-legend-item{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;line-height:1.4}.kurator-chip-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--legend-dot, #6b7280);box-shadow:0 0 0 1px #0f172a0f}.kurator-chip-legend-text{font-weight:500;letter-spacing:.01em}.kurator-chip-legend-dot--utenriks{--legend-dot: #1e4d8c}.kurator-chip-legend-dot--sport{--legend-dot: #157347}.kurator-chip-legend-dot--okonomi{--legend-dot: #b45309}.kurator-chip-legend-dot--kultur{--legend-dot: #7c2cb3}.kurator-chip-legend-dot--person{--legend-dot: #be123c}.kurator-chip-legend-dot--geografi{--legend-dot: #0e7490}.kurator-chip-legend-dot--samfunn{--legend-dot: #52525b}[data-theme=dark] .kurator-chip-legend{color:#9ca3af;border-top-color:#ffffff14}[data-theme=dark] .kurator-chip-legend-dot{box-shadow:0 0 0 1px #ffffff14}[data-theme=dark] .kurator-chip-legend-dot--utenriks{--legend-dot: #9ec3ed}[data-theme=dark] .kurator-chip-legend-dot--sport{--legend-dot: #5ad08e}[data-theme=dark] .kurator-chip-legend-dot--okonomi{--legend-dot: #fbbf24}[data-theme=dark] .kurator-chip-legend-dot--kultur{--legend-dot: #c084fc}[data-theme=dark] .kurator-chip-legend-dot--person{--legend-dot: #fb7185}[data-theme=dark] .kurator-chip-legend-dot--geografi{--legend-dot: #67e8f9}[data-theme=dark] .kurator-chip-legend-dot--samfunn{--legend-dot: #a1a1aa}@media (max-width: 700px){.kurator-chip-legend{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.kurator-chip-legend::-webkit-scrollbar{display:none}}.cluster-card--hero{grid-template-columns:1fr;grid-template-areas:"hero" "upper" "lower"}.cluster-card--hero .kurator-card-hero{aspect-ratio:16 / 9;min-height:280px;max-height:420px}@media (min-width: 1440px){.cluster-card--hero .kurator-card-hero{max-height:560px}}.cluster-card--hero .kurator-card-headline{font-size:28px;line-height:1.18;letter-spacing:-.012em}@media (max-width: 900px){.cluster-card--hero .kurator-card-hero{min-height:180px;max-height:240px}.cluster-card--hero .kurator-card-headline{font-size:22px}}.cluster-grid>.cluster-card--wide,.cluster-grid>.cluster-card--standard{grid-template-columns:1fr;grid-template-areas:"hero" "upper" "lower"}.cluster-grid>.cluster-card--wide .kurator-card-hero{aspect-ratio:16 / 9;min-height:180px;max-height:260px}.cluster-grid>.cluster-card--wide .kurator-card-headline{font-size:20px;line-height:1.22;letter-spacing:-.012em}.cluster-grid>.cluster-card--standard .kurator-card-hero{aspect-ratio:16 / 9;min-height:0;max-height:200px}@media (min-width: 720px) and (max-width: 1023px){.cluster-grid>.cluster-card--wide .kurator-card-hero,.cluster-grid>.cluster-card--standard .kurator-card-hero{max-height:240px}}.cluster-grid>.cluster-card--standard .kurator-card-headline{font-size:16px;line-height:1.28}.cluster-grid>.cluster-card--standard .kurator-card-source-pills{flex-wrap:wrap;row-gap:4px}.cluster-grid>.cluster-card--standard .kurator-card-source-pills .kurator-card-source-pill{font-size:11px}.cluster-grid>.cluster-card--standard .kurator-card-verdict-body{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cluster-grid>.kurator-card .kurator-card-hero--placeholder .kurator-card-hero-credit{display:none}.cluster-grid>.kurator-card{transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s ease}.cluster-grid>.kurator-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0f172a0f,0 18px 40px -16px #0f172a33;border-color:var(--surface-border-strong, rgba(15, 23, 42, .12))}[data-theme=dark] .cluster-grid>.kurator-card:hover{box-shadow:0 4px 8px #0006,0 18px 40px -16px #000000a6;border-color:#ffffff24}@media (prefers-reduced-motion: reduce){.cluster-grid>.kurator-card,.cluster-grid>.kurator-card:hover{transition:none!important;transform:none!important}}.cluster-grid>.kurator-card:focus-within{border-color:var(--brand-blue, #3D6B94);box-shadow:0 4px 8px #0f172a0f,0 18px 40px -16px #0f172a33,0 0 0 1px var(--brand-blue, #3D6B94)}.cluster-grid>.kurator-card:hover .kurator-card-headline{color:var(--brand-blue, #3D6B94)}[data-theme=dark] .cluster-grid>.kurator-card:hover .kurator-card-headline{color:#93c5fd}.cluster-grid>.cluster-card--standard .kurator-card-sources-row{min-width:0}.cluster-grid>.cluster-card--standard .kurator-card-sources-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kurator-card-kicker{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:11.5px;color:var(--text-muted, #6b7280);letter-spacing:.01em;line-height:1.3}.kurator-card-kicker-time{font-variant-numeric:tabular-nums;white-space:nowrap}[data-theme=dark] .kurator-card-kicker{color:#f3f4f68c}.cluster-grid>.cluster-card--standard .kurator-card-headline{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cluster-card--skeleton{pointer-events:none}.cluster-card--skeleton:hover{transform:none!important;box-shadow:inherit!important;border-color:inherit!important}.cluster-card-skeleton-hero{width:100%;height:100%;min-height:140px;background:linear-gradient(90deg,var(--surface-muted, #f1f5f9) 0%,rgba(241,245,249,.5) 50%,var(--surface-muted, #f1f5f9) 100%);background-size:200% 100%;animation:cluster-shimmer 1.4s ease-in-out infinite;border-radius:8px}.cluster-card--hero .cluster-card-skeleton-hero{min-height:280px}.cluster-card--wide .cluster-card-skeleton-hero{min-height:180px}.cluster-card-skeleton-line{height:14px;width:100%;border-radius:4px;background:linear-gradient(90deg,var(--surface-muted, #f1f5f9) 0%,rgba(241,245,249,.5) 50%,var(--surface-muted, #f1f5f9) 100%);background-size:200% 100%;animation:cluster-shimmer 1.4s ease-in-out infinite}.cluster-card-skeleton-line--title{height:20px}.cluster-card-skeleton-line--short{width:70%}.cluster-card-skeleton-block{height:56px;border-radius:6px;background:linear-gradient(90deg,var(--surface-muted, #f1f5f9) 0%,rgba(241,245,249,.5) 50%,var(--surface-muted, #f1f5f9) 100%);background-size:200% 100%;animation:cluster-shimmer 1.4s ease-in-out infinite}@keyframes cluster-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}[data-theme=dark] .cluster-card-skeleton-hero,[data-theme=dark] .cluster-card-skeleton-line,[data-theme=dark] .cluster-card-skeleton-block{background:linear-gradient(90deg,#ffffff0a,#ffffff14,#ffffff0a);background-size:200% 100%}@media (prefers-reduced-motion: reduce){.cluster-card-skeleton-hero,.cluster-card-skeleton-line,.cluster-card-skeleton-block{animation:none}}.cluster-card-empty{text-align:center;padding:48px 24px}.cluster-card-empty h2{margin:0 0 8px;font-size:20px;font-weight:700}.cluster-card-empty p{margin:0 auto 20px;max-width:480px;color:var(--text-muted, #6b7280)}.cluster-card-empty__ctas{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:10px}.cluster-card-empty__cta{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--brand-blue, #3D6B94);background:var(--brand-blue, #3D6B94);color:#fff;padding:10px 20px;border-radius:999px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.cluster-card-empty__cta:hover{background:var(--brand-navy, #0F2137);border-color:var(--brand-navy, #0F2137)}.cluster-card-empty__cta--ghost{background:transparent;color:var(--brand-blue, #3D6B94)}.cluster-card-empty__cta--ghost:hover{background:var(--brand-blue, #3D6B94);color:#fff}.cardMessage__retry{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:12px;padding:8px 16px;border:1px solid var(--brand-blue, #3D6B94);border-radius:999px;background:transparent;color:var(--brand-blue, #3D6B94);font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.cardMessage__retry:hover{background:var(--brand-blue, #3D6B94);color:#fff}.cluster-card--compact.cluster-card--no-hero{grid-template-columns:1fr;grid-template-areas:"upper" "lower"}.cluster-card--compact .kurator-card-upper{padding-left:0}.cluster-card--compact .kurator-card-headline{font-size:17px;line-height:1.3}.cluster-card--compact .kurator-card-verdict{padding:10px 12px}.kurator-card-source-pills-label,.kurator-card-hot-topics-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted, #6b7280);line-height:1.4;align-self:center;margin-right:2px;white-space:nowrap}[data-theme=dark] .kurator-card-source-pills-label,[data-theme=dark] .kurator-card-hot-topics-label{color:#f3f4f68c}.kurator-card-ai-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:var(--color-bg-accent-soft, rgba(94, 142, 200, .12));color:var(--brand-blue, #3D6B94);cursor:help;outline-offset:2px;transition:background .15s ease,color .15s ease}.kurator-card-ai-icon:hover,.kurator-card-ai-icon:focus-visible{background:var(--brand-blue, #3D6B94);color:#fff}[data-theme=dark] .kurator-card-ai-icon{background:#9ec3ed29;color:#9ec3ed}[data-theme=dark] .kurator-card-ai-icon:hover,[data-theme=dark] .kurator-card-ai-icon:focus-visible{background:#9ec3ed;color:#0f172a}.kurator-card-hot-topics{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px;align-items:center}.kurator-card-hot-topic-chip{--chip-accent: rgba(15, 23, 42, .4);display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--surface-border, rgba(15, 23, 42, .1));color:var(--color-text-muted, #5a6b85);font-size:11px;font-weight:500;padding:2px 9px;border-radius:999px;cursor:pointer;letter-spacing:0;line-height:1.4;min-height:24px;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.kurator-card-hot-topic-chip:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--chip-accent);flex-shrink:0}.kurator-card-hot-topic-chip:hover{background:#0f172a0a;border-color:#0f172a2e;color:var(--color-text, #0f172a)}.kurator-chip--utenriks,.kurator-chip--usa,.kurator-chip--politikk{--chip-accent: #1e4d8c}.kurator-chip--sport{--chip-accent: #157347}.kurator-chip--naringslivokonomi,.kurator-chip--okonomi{--chip-accent: #b45309}.kurator-chip--kulturunderholdning,.kurator-chip--kultur{--chip-accent: #7c2cb3}.kurator-chip--person{--chip-accent: #be123c}.kurator-chip--geografi{--chip-accent: #0e7490}.kurator-chip--organisasjonsamfunn,.kurator-chip--samfunn{--chip-accent: #52525b}.kurator-chip--hendelsesak{--chip-accent: #b45309}[data-theme=dark] .kurator-card-hot-topic-chip{--chip-accent: rgba(255, 255, 255, .45);color:#f3f4f6a8;border-color:#ffffff1a}[data-theme=dark] .kurator-card-hot-topic-chip:hover{background:#ffffff0a;border-color:#fff3;color:#f3f4f6}[data-theme=dark] .kurator-chip--utenriks,[data-theme=dark] .kurator-chip--usa,[data-theme=dark] .kurator-chip--politikk{--chip-accent: #9ec3ed}[data-theme=dark] .kurator-chip--sport{--chip-accent: #5ad08e}[data-theme=dark] .kurator-chip--okonomi,[data-theme=dark] .kurator-chip--naringslivokonomi{--chip-accent: #fbbf24}[data-theme=dark] .kurator-chip--kultur,[data-theme=dark] .kurator-chip--kulturunderholdning{--chip-accent: #c084fc}[data-theme=dark] .kurator-chip--person{--chip-accent: #fb7185}[data-theme=dark] .kurator-chip--geografi{--chip-accent: #67e8f9}[data-theme=dark] .kurator-chip--organisasjonsamfunn,[data-theme=dark] .kurator-chip--samfunn{--chip-accent: #a1a1aa}[data-theme=dark] .kurator-chip--hendelsesak{--chip-accent: #fbbf24}.siteGate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--brand-navy, #0F2137);background-image:linear-gradient(135deg,var(--brand-navy, #0F2137) 0%,#1a3553 100%)}[data-theme=dark] .siteGate{background-image:linear-gradient(135deg,#050a12,#0f2137)}.siteGateCard{width:100%;max-width:440px;padding:40px 32px;border-radius:16px;background:#fff;box-shadow:0 20px 60px #00000059;text-align:center}[data-theme=dark] .siteGateCard{background:#1c2733;color:#e8ecf2}.siteGateTitle{margin:0 0 8px;font-size:22px;font-weight:600;color:var(--brand-navy, #0F2137)}[data-theme=dark] .siteGateTitle{color:#e8ecf2}.siteGateSubtitle{margin:0 0 28px;font-size:14px;line-height:1.5;color:#6b7280}[data-theme=dark] .siteGateSubtitle{color:#9ca3af}.siteGateForm{display:flex;flex-direction:column;gap:12px}.siteGateInput{width:100%;padding:12px 14px;font-size:15px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;box-sizing:border-box;transition:border-color .12s ease,box-shadow .12s ease}.siteGateInput:focus{outline:none;border-color:var(--brand-blue, #3D6B94);box-shadow:0 0 0 3px #3d6b9433}[data-theme=dark] .siteGateInput{background:#0f1820;border-color:#2a3a4a;color:#e8ecf2}.siteGateButton{width:100%;padding:12px 16px;font-size:15px;font-weight:600;border:none;border-radius:8px;background:var(--brand-navy, #0F2137);color:#fff;cursor:pointer;transition:background .12s ease,transform 80ms ease}.siteGateButton:hover:not(:disabled){background:var(--brand-blue, #3D6B94)}.siteGateButton:active:not(:disabled){transform:translateY(1px)}.siteGateButton:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .siteGateButton{background:var(--brand-blue, #6B98C2);color:#0f2137}[data-theme=dark] .siteGateButton:hover:not(:disabled){background:var(--brand-blue-light, #8BB4D8)}.siteGateError{margin:4px 0 0;font-size:13px;color:#dc2626;min-height:18px}.siteGateBrand{margin-bottom:20px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-blue, #3D6B94);font-weight:600}.cookieBanner{position:fixed;left:16px;right:16px;bottom:16px;z-index:99999;display:flex;flex-direction:column;gap:12px;padding:16px 18px;border-radius:12px;background:#fff;color:#111827;box-shadow:0 8px 32px #0f172a2e;border:1px solid rgba(15,23,41,.08);max-width:720px;margin-left:auto;margin-right:auto;font-size:14px;line-height:1.5;animation:cookieBannerIn .24s ease-out}@keyframes cookieBannerIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}[data-theme=dark] .cookieBanner{background:#1c2733;color:#e8ecf2;border-color:#ffffff14;box-shadow:0 8px 32px #00000073}.cookieBanner__title{margin:0;font-size:15px;font-weight:600}.cookieBanner__text{margin:0;font-size:13.5px;line-height:1.5;color:inherit;opacity:.85}.cookieBanner__text a{color:var(--brand-blue, #3D6B94);text-decoration:underline;padding:4px 2px;margin:-4px -2px}[data-theme=dark] .cookieBanner__text a{color:var(--brand-blue, #8BB4D8)}.cookieBanner__actions{display:flex;gap:8px;flex-wrap:wrap}.cookieBanner__btn{flex:1 1 auto;min-width:140px;padding:10px 14px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:background .12s ease,transform 60ms ease}.cookieBanner__btn:active{transform:translateY(1px)}.cookieBanner__btn--accept{background:var(--brand-navy, #0F2137);color:#fff}.cookieBanner__btn--accept:hover{background:var(--brand-blue, #3D6B94)}[data-theme=dark] .cookieBanner__btn--accept{background:var(--brand-blue, #6B98C2);color:#0f2137}[data-theme=dark] .cookieBanner__btn--accept:hover{background:var(--brand-blue-light, #8BB4D8)}.cookieBanner__btn--decline{background:transparent;color:inherit;border:1px solid rgba(15,23,41,.2)}.cookieBanner__btn--decline:hover{background:#0f17290a}[data-theme=dark] .cookieBanner__btn--decline{border-color:#fff3}[data-theme=dark] .cookieBanner__btn--decline:hover{background:#ffffff0a}@media (min-width: 640px){.cookieBanner{flex-direction:row;align-items:center}.cookieBanner__body{flex:1 1 auto;min-width:0}.cookieBanner__actions{flex:0 0 auto;flex-wrap:nowrap}.cookieBanner__btn{flex:0 0 auto;min-width:120px}}.skip-link{position:absolute;left:-9999px;top:0;z-index:10000;padding:.75rem 1.5rem;background:var(--brand-navy, #0F2137);color:#fff;font-weight:600;text-decoration:none;border-radius:0 0 8px}.skip-link:focus{left:0}:root{--brand-navy: #0F2137;--brand-blue: #3D6B94;--brand-blue-light: #6B98C2;--brand-tint: rgba(61,107,148,.08);--brand-tint-mid: rgba(61,107,148,.15);--brand-tint-strong: rgba(61,107,148,.25);--navy: var(--brand-navy);--blue: var(--brand-blue);--blue-light: var(--brand-blue-light);--accent: var(--brand-blue);--accent-light: var(--brand-tint);--accent-mid: var(--brand-tint-mid);--bg: #EEF2F6;--bg-secondary: #E5EAF1;--surface: rgba(255,255,255,.96);--card: #FFFFFF;--card-hover: #FBFCFE;--surface-2: #F3F5F9;--surface-3: #E8ECF2;--amber: #B8935A;--amber-light: rgba(184,147,90,.12);--text: #111827;--text-secondary: #4A5362;--text-muted: #6B7280;--muted: #6B7280;--font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;--border: #E2E8F0;--border-light: rgba(203,213,225,.55);--border-strong: rgba(15,23,42,.14);--success: #287A49;--success-light: #EEF9F3;--danger: #B83E3E;--danger-light: #FCF0F0;--warning: #C47F28;--warning-light: #FEF7E8;--chart-line: #1F3B5C;--btn-primary-bg: var(--brand-navy);--btn-primary-hover: var(--brand-blue);--topbar-bg: rgba(238,242,246,.85);--overlay-bg: rgba(238,242,246,.99);--ticker-bg: #192C40;--hover-overlay: rgba(15,33,55,.04);--shadow-sm: 0 1px 2px rgba(15,33,55,.05), 0 4px 10px rgba(15,33,55,.06);--shadow-md: 0 2px 4px rgba(15,33,55,.06), 0 10px 28px rgba(15,33,55,.09);--shadow-lg: 0 4px 8px rgba(15,33,55,.06), 0 20px 50px rgba(15,33,55,.11);--shadow-hero: 0 4px 16px rgba(15,33,55,.1), 0 28px 72px rgba(15,33,55,.13);--shadow-hero-hover: 0 8px 24px rgba(15,33,55,.12), 0 36px 88px rgba(15,33,55,.15);--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 24px;--sp-6: 32px;--sp-7: 48px;--sp-8: 64px;--gap-card: 16px;--r-xs: 4px;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px;--r-pill: 9999px;--container-w: 1280px;--edge-pad: 24px;--container-narrow-w: 860px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body{height:100%}body{margin:0;color:var(--text);background-color:#eef2f6;background-image:linear-gradient(168deg,#f2f5f9,#eef2f6,#e8edf2 60%,#e3e9ef);background-size:100% 220%;background-position:50% 0%;background-attachment:scroll;font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E")}@supports (animation-timeline: scroll()){body{animation:bgDepth linear both;animation-timeline:scroll(root)}}@keyframes bgDepth{0%{background-position:50% 0%}to{background-position:50% 100%}}img{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--brand-blue);text-decoration:none}a:hover{text-decoration:underline}*:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}::selection{background:#3d6b942e}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.app--immersive{height:100vh;height:100dvh;min-height:0;overflow:hidden}html.immersive-noscroll,html.immersive-noscroll body{height:100%;overflow:hidden;overscroll-behavior:none}html.immersive-noscroll body{position:fixed;top:0;right:0;bottom:0;left:0;width:100%}.main--bleed{flex:1;min-height:0;max-width:none;width:100%;padding:0;margin:0;display:flex}.beta-banner{position:relative;z-index:5001;display:flex;align-items:center;justify-content:center;gap:8px;padding:4px 16px;font-size:11px;letter-spacing:.02em;color:var(--text-muted);background:#eef2f6eb;border-bottom:1px solid rgba(0,0,0,.04);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.beta-banner-pill{font-size:9.5px;font-weight:700;letter-spacing:.08em;padding:1px 6px;border-radius:4px;background:color-mix(in srgb,var(--brand-blue) 14%,transparent);color:var(--brand-blue);border:1px solid color-mix(in srgb,var(--brand-blue) 28%,transparent)}[data-theme=dark] .beta-banner-pill{background:#7da8d329;color:#a8c5e3;border-color:#7da8d357}.beta-banner-text{opacity:.8}.beta-banner-close{margin-left:8px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:4px;color:var(--text-muted);cursor:pointer;font-size:16px;line-height:1;padding:0;opacity:.7;transition:background .12s ease,opacity .12s ease,color .12s ease}.beta-banner-close:hover,.beta-banner-close:focus-visible{background:#0000000f;color:var(--text);opacity:1}[data-theme=dark] .beta-banner-close:hover,[data-theme=dark] .beta-banner-close:focus-visible{background:#ffffff14;color:#ffffffeb}[data-theme=dark] .beta-banner{background:#080c16d9;border-bottom-color:#ffffff0f;color:#ffffffa6}@media print{.beta-banner{display:none}}.page{width:100%;max-width:var(--container-w);margin:0 auto;padding:24px var(--edge-pad)}.page--narrow{width:min(var(--container-narrow-w),calc(100% - (var(--edge-pad) * 2)));margin:0 auto}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-sm);padding:20px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skipLink{position:absolute;left:-9999px;top:12px;z-index:99999;padding:10px 14px;border-radius:10px;background:var(--card);border:1px solid var(--border);color:var(--text);text-decoration:none;box-shadow:var(--shadow-lg)}.skipLink:focus{left:16px;outline:none;box-shadow:0 0 0 3px var(--brand-tint-mid),var(--shadow-lg)}h1,h2,h3,h4,h5,h6{color:var(--brand-navy);line-height:1.2;letter-spacing:-.02em}@media (max-width: 640px){:root{--edge-pad: 16px}}[data-theme=dark]{--bg: #0E1520;--bg-secondary: #121C2C;--surface: rgba(18,28,44,.95);--card: #1A2840;--card-hover: #1F3049;--surface-2: rgba(255,255,255,.06);--surface-3: rgba(255,255,255,.1);--amber: #D4B47A;--amber-light: rgba(212,180,122,.14);--text: #EBEEf4;--text-secondary: #A0AABA;--text-muted: #717A8A;--muted: #717A8A;--border: rgba(255,255,255,.09);--border-light: rgba(255,255,255,.05);--border-strong: rgba(255,255,255,.16);--brand-blue: #6B98C2;--brand-blue-light: #8BB4D8;--brand-tint: rgba(107,152,194,.12);--brand-tint-mid: rgba(107,152,194,.2);--brand-tint-strong: rgba(107,152,194,.3);--brand-navy: #E8ECF2;--navy: var(--brand-navy);--blue: var(--brand-blue);--blue-light: var(--brand-blue-light);--accent: var(--brand-blue);--accent-light: var(--brand-tint);--accent-mid: var(--brand-tint-mid);--success: #4ADE80;--success-light: rgba(74,222,128,.1);--danger: #F87171;--danger-light: rgba(248,113,113,.1);--warning: #FBBF24;--warning-light: rgba(251,191,36,.1);--btn-primary-bg: var(--brand-blue);--btn-primary-hover: var(--brand-blue-light);--shadow-sm: 0 1px 3px rgba(0,0,0,.22), 0 4px 12px rgba(0,0,0,.18);--shadow-md: 0 2px 4px rgba(0,0,0,.22), 0 10px 28px rgba(0,0,0,.28);--shadow-lg: 0 4px 8px rgba(0,0,0,.22), 0 20px 50px rgba(0,0,0,.32);--shadow-hero: 0 4px 20px rgba(0,0,0,.28), 0 32px 80px rgba(0,0,0,.35);--shadow-hero-hover: 0 8px 28px rgba(0,0,0,.32), 0 40px 96px rgba(0,0,0,.38);--topbar-bg: rgba(8,12,22,.72);--overlay-bg: rgba(8,12,22,.99);--ticker-bg: #0C1622;--hover-overlay: rgba(255,255,255,.05);--chart-line: #93B7DA}[data-theme=dark] body{background-color:#0a0f1a;background-image:linear-gradient(168deg,#101828,#0e1520,#0c1320 60%,#0a101c);background-size:100% 220%;background-position:50% 0%}[data-theme=dark] body:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.68' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E")}[data-theme=dark] ::selection{background:#6b98c24d}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
