*,*:before,*:after{box-sizing:border-box}:root{color-scheme:light;color:#1d1d1f;background:#f5f5f7;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-size:16px;font-synthesis:none;line-height:1.47;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--page: #f5f5f7;--surface: #ffffff;--surface-elevated: #ffffff;--surface-quiet: #f5f5f7;--surface-hover: #f0f0f2;--surface-pressed: #e8e8ed;--glass: rgb(255 255 255 / 78%);--text: #1d1d1f;--text-secondary: #515154;--muted: #6e6e73;--faint: #8e8e93;--line: #e5e5e7;--line-strong: #d2d2d7;--accent: #0071e3;--accent-hover: #0066cc;--accent-soft: #e8f2ff;--accent-text: #005eb8;--live: #248a3d;--live-soft: #e8f7ec;--warning: #b25000;--warning-soft: #fff2df;--danger: #d70015;--danger-soft: #fff0f1;--star: #9a6700;--star-soft: #fff7d6;--shadow-xs: 0 1px 2px rgb(0 0 0 / 4%);--shadow-sm: 0 5px 20px rgb(0 0 0 / 5%);--shadow-md: 0 18px 50px rgb(0 0 0 / 9%);--shadow-lg: 0 30px 90px rgb(0 0 0 / 14%);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--content: 1120px;--feed-content: 1040px;--control-height: 42px;--motion: .18s cubic-bezier(.2, .75, .25, 1)}:root[data-theme=dark]{color-scheme:dark;color:#f5f5f7;background:#000;--page: #000000;--surface: #1c1c1e;--surface-elevated: #242426;--surface-quiet: #2c2c2e;--surface-hover: #363638;--surface-pressed: #414144;--glass: rgb(28 28 30 / 82%);--text: #f5f5f7;--text-secondary: #d1d1d6;--muted: #a1a1a6;--faint: #8e8e93;--line: #38383a;--line-strong: #4a4a4d;--accent: #0a84ff;--accent-hover: #409cff;--accent-soft: #102d4d;--accent-text: #64a8ff;--live: #30d158;--live-soft: #15361e;--warning: #ff9f0a;--warning-soft: #3d2a0d;--danger: #ff453a;--danger-soft: #421719;--star: #ffd60a;--star-soft: #3c340d;--shadow-xs: 0 1px 2px rgb(0 0 0 / 22%);--shadow-sm: 0 7px 24px rgb(0 0 0 / 28%);--shadow-md: 0 20px 60px rgb(0 0 0 / 42%);--shadow-lg: 0 34px 100px rgb(0 0 0 / 55%)}html{min-height:100%;background:var(--page);scroll-behavior:smooth}body{min-width:320px;min-height:100vh;min-height:100dvh;margin:0;overflow-x:hidden;background:var(--page);color:var(--text);letter-spacing:-.008em;-webkit-tap-highlight-color:transparent}body,button,input,textarea{font-family:inherit}button,input,textarea{font:inherit}button,a,input,textarea,summary{outline:none}::selection{background:color-mix(in srgb,var(--accent) 24%,transparent)}a{color:inherit;text-decoration-color:color-mix(in srgb,currentColor 32%,transparent);text-decoration-thickness:1px;text-underline-offset:3px;transition:color var(--motion),text-decoration-color var(--motion)}a:hover{color:var(--accent);text-decoration-color:currentColor}h1,h2,h3,p{margin:0}h1,h2,h3,strong{letter-spacing:-.025em}h1{font-size:clamp(2rem,4vw,2.7rem);font-weight:700;line-height:1.08}h2{font-size:1.08rem;font-weight:680;line-height:1.25}h3{font-size:1.15rem;font-weight:680;line-height:1.3}small{font-size:.78rem}code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:var(--muted)}.error,.source-error{color:var(--danger)}.source-warning{color:var(--warning)}.error,.source-error,.source-warning{overflow-wrap:anywhere}button,.button-link{display:inline-flex;min-height:var(--control-height);align-items:center;justify-content:center;gap:7px;padding:9px 14px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-xs);color:var(--text);cursor:pointer;font-size:.9rem;font-weight:610;line-height:1;text-decoration:none;transition:transform var(--motion),background-color var(--motion),border-color var(--motion),box-shadow var(--motion),color var(--motion)}button:hover,.button-link:hover{border-color:color-mix(in srgb,var(--accent) 42%,var(--line-strong));background:var(--surface-hover);color:var(--text)}button:active,.button-link:active{transform:scale(.98);background:var(--surface-pressed)}button:focus-visible,.button-link:focus-visible,a:focus-visible,summary:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 20%,transparent)}button:disabled,.button-link[aria-disabled=true]{opacity:.46;cursor:not-allowed;transform:none}.primary-button{border-color:var(--accent);background:var(--accent);box-shadow:none;color:#fff}.primary-button:hover{border-color:var(--accent-hover);background:var(--accent-hover);color:#fff}.primary-button:active{background:color-mix(in srgb,var(--accent-hover) 86%,#000000)}.danger-button{border-color:color-mix(in srgb,var(--danger) 38%,var(--line-strong));background:var(--danger-soft);color:var(--danger)}.danger-button:hover{border-color:var(--danger);background:color-mix(in srgb,var(--danger-soft) 78%,var(--danger));color:var(--danger)}.text-button{min-height:auto;padding:2px;border:0;background:transparent;box-shadow:none;color:var(--accent)}.text-button:hover,.text-button:active{border:0;background:transparent;color:var(--accent-hover);transform:none}.icon-button{width:var(--control-height);min-width:var(--control-height);padding:0;border-radius:var(--radius-sm)}.quiet-icon{border-color:transparent;background:transparent;box-shadow:none;color:var(--muted)}.quiet-icon:hover{border-color:transparent;background:var(--surface-hover);color:var(--text)}.open-feed-button{min-height:44px;gap:9px;padding-inline:17px;font-size:.94rem}.open-feed-button svg{width:19px;height:19px;flex:0 0 auto}.feed-open-icon{border-color:color-mix(in srgb,var(--accent) 30%,var(--line));background:var(--accent-soft);color:var(--accent-text)}.feed-open-icon:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent-soft) 78%,var(--accent));color:var(--accent-text)}input,textarea{width:100%;min-height:44px;padding:11px 13px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);box-shadow:inset 0 1px #00000005;color:var(--text);font-size:1rem;transition:background-color var(--motion),border-color var(--motion),box-shadow var(--motion)}input::placeholder,textarea::placeholder{color:var(--faint);opacity:1}input:focus,textarea:focus{border-color:var(--accent);background:var(--surface-elevated);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 14%,transparent)}input[type=checkbox]{width:18px;min-width:18px;min-height:18px;height:18px;padding:0;accent-color:var(--accent);box-shadow:none}textarea{min-height:112px;resize:vertical}label,.field-group{display:grid;gap:7px;color:var(--text-secondary);font-size:.83rem;font-weight:640}.field-help{color:var(--muted);font-size:.76rem;font-weight:450;line-height:1.45}.shell{display:grid;width:min(var(--content),100%);min-height:100dvh;align-content:start;gap:28px;margin:0 auto;padding:0 max(24px,env(safe-area-inset-right)) max(72px,calc(48px + env(safe-area-inset-bottom))) max(24px,env(safe-area-inset-left))}.feed-shell{width:min(var(--feed-content),100%)}header{position:sticky;z-index:50;top:0;display:flex;width:100vw;min-height:calc(66px + env(safe-area-inset-top));align-items:center;justify-content:space-between;gap:20px;margin-inline:calc(50% - 50vw);padding:calc(10px + env(safe-area-inset-top)) max(24px,calc((100vw - var(--content)) / 2 + 24px)) 10px;border-bottom:1px solid color-mix(in srgb,var(--line) 74%,transparent);background:var(--glass);backdrop-filter:blur(24px) saturate(1.55);-webkit-backdrop-filter:blur(24px) saturate(1.55)}.header-primary,.header-actions,.header-controls,.brand-lockup,nav,.actions,.row-actions,.feed-flags,.source-header,.command-title-row,.command-actions,.sheet-head,.sheet-actions,.account-actions,.evidence-head,.evidence-links,.news-topline,.news-row-actions,.home-preview-topline,.home-preview-topline>div,.home-preview-footer{display:flex;align-items:center}.brand-lockup{gap:11px}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand-logo{display:block;width:auto;height:42px;max-width:132px;object-fit:contain}:root[data-theme=dark] .brand-logo{filter:invert(1) brightness(1.16)}.brand-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:var(--muted);text-decoration:none}.brand-icon:hover{background:var(--surface-hover);color:var(--text)}.header-actions{min-width:0;justify-content:flex-end;gap:10px}.header-controls{gap:8px}nav{min-width:0;gap:2px}nav a{padding:8px 10px;border-radius:8px;color:var(--muted);font-size:.84rem;font-weight:610;text-decoration:none}nav a:hover{background:var(--surface-hover);color:var(--text)}.nav-separator{color:var(--line-strong);font-size:.75rem}.page-heading{display:grid;gap:7px;padding-top:12px}.page-heading>p{color:var(--muted);font-size:.98rem}.home-shell>.page-heading{display:none}.feed-shell>.page-heading{justify-items:center;padding:30px 0 2px;text-align:center}.feed-page-title{display:inline-flex;align-items:center;gap:11px}.section,.sheet,.login,.command-panel,.news-copy{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm)}.section,.login{padding:24px;border-radius:var(--radius-lg)}.section-title{display:flex;align-items:center;gap:9px;min-width:0}.section-title svg{flex:0 0 auto;color:var(--accent)}.section-title h2{min-width:0}.eyebrow,.home-kicker{display:block;width:fit-content;color:var(--accent);font-size:.79rem;font-weight:720;letter-spacing:.01em}.pill{display:inline-flex;min-height:24px;align-items:center;justify-content:center;padding:3px 8px;border:1px solid var(--line);border-radius:999px;background:var(--surface-quiet);color:var(--muted);font-size:.72rem;font-weight:650;line-height:1;white-space:nowrap}.status-dot,.preview-mark{display:inline-block;width:9px;height:9px;flex:0 0 auto;border-radius:50%}.status-dot.live,.preview-mark{background:var(--live);box-shadow:0 0 0 4px color-mix(in srgb,var(--live) 14%,transparent)}.status-dot.paused{background:var(--warning);box-shadow:0 0 0 4px color-mix(in srgb,var(--warning) 14%,transparent)}.save-state{color:var(--muted);font-size:.8rem}.generated-slug,.command-url{display:block;max-width:100%;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:var(--surface-quiet);color:var(--muted);font-size:.79rem;text-overflow:ellipsis;white-space:nowrap}.generated-slug{padding:10px 12px}.home-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);min-height:620px;align-items:center;gap:clamp(50px,7vw,92px);padding:54px 0 42px}.home-hero-copy{display:grid;gap:20px}.home-hero-copy h1{max-width:720px;font-size:clamp(3.2rem,6.1vw,5.2rem);font-weight:730;letter-spacing:-.066em;line-height:.99}.home-hero-copy>p{max-width:620px;color:var(--muted);font-size:clamp(1.12rem,2vw,1.36rem);letter-spacing:-.022em;line-height:1.48}.interest-start{display:grid;max-width:700px;gap:9px;margin-top:6px}.interest-start>label{color:var(--text)}.interest-start-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:6px;border:1px solid var(--line-strong);border-radius:17px;background:var(--surface);box-shadow:var(--shadow-sm)}.interest-start-control input{min-width:0;border:0;background:transparent;box-shadow:none}.interest-start-control button{min-height:46px;border-radius:12px;white-space:nowrap}.home-secondary-actions{gap:6px;color:var(--muted);font-size:.84rem}.home-preview{position:relative;display:grid;overflow:hidden;padding:28px;border:1px solid color-mix(in srgb,var(--line) 80%,transparent);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-lg);transform:rotate(.7deg)}.home-preview:before{position:absolute;inset:0 0 auto;height:4px;background:var(--accent);content:""}.home-preview-topline{justify-content:space-between;padding-bottom:22px;color:var(--muted);font-size:.8rem}.home-preview-topline>div{gap:9px;color:var(--text)}.home-preview-summary{display:grid;gap:8px;padding:23px 0;border-block:1px solid var(--line)}.home-preview-summary h2{font-size:1.7rem;line-height:1.18}.preview-story{display:grid;grid-template-columns:30px minmax(0,1fr);gap:14px;padding:19px 0;border-bottom:1px solid var(--line)}.preview-story>span{color:var(--accent);font-size:.75rem;font-weight:720}.preview-story div{display:grid;gap:5px}.preview-story strong{line-height:1.35}.preview-story p{color:var(--muted);font-size:.86rem;line-height:1.5}.preview-story-muted{opacity:.58}.home-preview-footer{gap:8px;padding-top:19px;color:var(--muted);font-size:.8rem}.home-preview-footer svg{color:var(--accent)}.home-how{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid var(--line)}.home-how>div{display:grid;gap:8px;padding:34px 34px 34px 0}.home-how>div+div{padding-left:34px;border-left:1px solid var(--line)}.home-how span{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:var(--text);color:var(--page);font-size:.73rem;font-weight:720}.home-how strong{font-size:1.05rem}.home-how p,.home-auth-copy p{color:var(--muted);line-height:1.58}.home-auth{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,470px);align-items:start;gap:clamp(40px,8vw,96px);padding:64px clamp(24px,6vw,72px);border-radius:var(--radius-xl);background:var(--surface-quiet)}.home-auth-copy{display:grid;gap:14px;padding-top:24px}.home-auth-copy h2,.home-section-heading h2{font-size:clamp(1.9rem,4vw,2.85rem);line-height:1.08}.home-auth .login{padding:26px;box-shadow:var(--shadow-md)}.home-explore{display:grid;gap:24px;padding:52px 0 20px}.home-section-heading{display:grid;gap:8px}.home-explore .explore-section{padding:0;border:0;background:transparent;box-shadow:none}.home-explore .explore-section>.section-title{display:none}.home-explore .explore-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-explore .explore-row{min-height:94px}.login{display:grid;width:min(480px,100%);gap:17px}.auth-shell:not(.home-shell) .login,.auth-shell:not(.home-shell) .notice{margin-inline:auto}.auth-copy{display:grid;gap:5px;padding-bottom:2px}.auth-copy strong{font-size:1.25rem}.auth-copy p{color:var(--muted);font-size:.9rem;line-height:1.5}.auth-switch{display:flex;flex-wrap:wrap;gap:8px}.auth-switch button{min-height:34px;padding:7px 10px;border-color:transparent;background:transparent;box-shadow:none;color:var(--accent);font-size:.8rem}.turnstile-slot{min-height:68px;overflow:hidden;border-radius:var(--radius-sm)}.admin-stack{display:grid;gap:18px}.command-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);overflow:hidden;border-radius:22px}.command-panel-main{display:grid;align-content:center;gap:13px;padding:28px;border-inline-end:1px solid var(--line)}.command-title-row{gap:12px}.command-title-row h2{font-size:clamp(1.35rem,2.6vw,1.72rem)}.command-url{width:fit-content;max-width:100%;padding:8px 10px}.command-actions{flex-wrap:wrap;gap:8px}.command-panel .open-feed-button{border-color:var(--text);background:var(--text);color:var(--surface)}.command-panel .open-feed-button:hover{border-color:color-mix(in srgb,var(--text) 82%,var(--surface));background:color-mix(in srgb,var(--text) 82%,var(--surface));color:var(--surface)}.command-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px;background:var(--surface-quiet)}.metric-tile{display:grid;min-width:0;min-height:88px;align-content:center;grid-template-columns:auto minmax(0,1fr);gap:5px 9px;padding:15px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.metric-tile svg{grid-row:1 / span 2;align-self:start;margin-top:1px;color:var(--accent)}.metric-tile span{color:var(--muted);font-size:.68rem;font-weight:700;letter-spacing:.035em;text-transform:uppercase}.metric-tile strong{min-width:0;overflow-wrap:anywhere;font-size:.93rem;line-height:1.35}.command-footer{display:flex;grid-column:1 / -1;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-top:1px solid var(--line);color:var(--muted);font-size:.78rem}.command-footer>span{display:inline-flex;align-items:center;gap:6px}.feed-section{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px}.feed-section>.actions{justify-content:flex-end;gap:10px}.feed-list{display:grid;grid-column:1 / -1;gap:8px}.feed-row,.source-row,.explore-row,.admin-feed-row{min-width:0;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);transition:background-color var(--motion),border-color var(--motion),box-shadow var(--motion),transform var(--motion)}.feed-row:hover,.source-row:hover,.explore-row:hover,.admin-feed-row:hover{border-color:var(--line-strong);background:var(--surface-elevated)}.feed-row{display:grid;min-height:58px;align-items:center;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;padding:8px 9px 8px 14px}.feed-row.active{border-color:color-mix(in srgb,var(--accent) 42%,var(--line));background:var(--surface-quiet);box-shadow:inset 3px 0 0 var(--accent)}[dir=rtl] .feed-row.active{box-shadow:inset -3px 0 0 var(--accent)}.feed-select{min-width:0;min-height:38px;justify-content:flex-start;padding:0;border:0;background:transparent;box-shadow:none;text-align:start}.feed-select:hover,.feed-select:active{border:0;background:transparent;transform:none}.feed-title{overflow:hidden;font-weight:670;text-overflow:ellipsis;white-space:nowrap}.feed-flags,.row-actions{gap:7px}.star-count{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:.78rem}.star-count svg{color:var(--star)}.source-panel{display:grid;gap:16px}.source-header{justify-content:space-between;gap:16px}.source-discovery{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-quiet)}.source-discovery>div{display:grid;gap:4px}.source-discovery p{font-size:.85rem}.suggest-button{flex:0 0 auto;white-space:nowrap}.suggestion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.suggestion-card{display:flex;min-height:190px;flex-direction:column;gap:10px;padding:17px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.suggestion-card p{color:var(--text-secondary);font-size:.87rem;line-height:1.5}.suggestion-card small{color:var(--muted);line-height:1.45}.suggestion-card>button{width:100%;margin-top:auto}.suggestion-card-heading,.suggestion-card-heading>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.suggestion-card-heading>div{min-width:0}.suggestion-card.selectable{min-height:160px;cursor:pointer}.suggestion-card.selectable input{align-self:flex-end}.suggestion-card.selectable.selected{border-color:var(--accent);background:var(--accent-soft)}.source-add{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:10px;padding:17px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-quiet)}.source-examples{display:flex;flex-wrap:wrap;gap:6px}.source-examples button{min-height:34px;padding:7px 9px;border-color:var(--line);background:var(--surface);color:var(--muted);font-size:.74rem}.source-list{display:grid;gap:8px}.source-row{display:grid;align-items:center;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:13px 10px 13px 14px}.source-copy{display:grid;min-width:0;gap:4px}.source-toggle{display:flex;min-width:0;align-items:center;gap:10px}.source-title{min-width:0;overflow:hidden;color:var(--text);font-size:.9rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.source-link{width:fit-content;max-width:100%;overflow:hidden;color:var(--muted);font-size:.77rem;text-overflow:ellipsis;white-space:nowrap}.source-error,.source-warning{font-size:.77rem;line-height:1.45}.health-summary{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.health-summary-line{display:grid;min-height:54px;align-items:center;grid-template-columns:auto minmax(0,1fr);gap:11px;padding:12px 14px;cursor:pointer;list-style:none}.health-summary-line::-webkit-details-marker{display:none}.health-summary-line:after{grid-column:3;color:var(--muted);content:"⌄";font-size:.9rem;transition:transform var(--motion)}.health-summary[open] .health-summary-line:after{transform:rotate(180deg)}.health-summary-copy{display:grid;min-width:0;gap:2px}.health-summary-copy span{overflow:hidden;color:var(--muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.health{display:grid;gap:0;padding:0 14px 14px;border-top:1px solid var(--line)}.status-line{display:grid;grid-template-columns:minmax(130px,.45fr) minmax(0,1fr);gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.8rem}.status-label{color:var(--muted)}.status-value{min-width:0;overflow-wrap:anywhere;color:var(--text-secondary);text-align:end}.health-actions{padding-top:12px}.accounts-section{display:grid;gap:16px}.accounts-summary{cursor:pointer;list-style:none}.accounts-summary::-webkit-details-marker{display:none}.accounts-summary .pill:first-of-type{margin-inline-start:auto}.admin-email-test{display:grid;align-items:center;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-quiet)}.admin-email-test>div{display:grid;gap:3px}.admin-email-test p{margin:0}@media(max-width:640px){.admin-email-test{grid-template-columns:1fr}.admin-email-test button{width:100%}}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;align-items:end;justify-items:center;padding:max(18px,env(safe-area-inset-top)) 18px max(18px,env(safe-area-inset-bottom));overflow-y:auto;background:#0000006b;backdrop-filter:blur(16px) saturate(1.25);-webkit-backdrop-filter:blur(16px) saturate(1.25)}.sheet{display:grid;width:min(620px,100%);max-height:min(820px,calc(100dvh - 36px));gap:20px;padding:24px;overflow:auto;border-radius:24px;box-shadow:var(--shadow-lg);animation:sheet-in .22s cubic-bezier(.2,.8,.2,1)}.sheet-wide{width:min(880px,100%)}.sheet-head{position:sticky;z-index:2;top:-24px;justify-content:space-between;gap:16px;margin:-24px -24px 0;padding:18px 24px 14px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 90%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sheet-status{display:flex;min-height:24px;align-items:center;justify-content:flex-end;font-size:.8rem}.sheet-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;padding-top:4px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.settings-grid>label:has(textarea),.settings-grid>.field-group:has(textarea){grid-column:1 / -1}.segmented{display:grid;grid-auto-columns:1fr;grid-auto-flow:column;gap:3px;padding:3px;border-radius:12px;background:var(--surface-quiet)}.segmented button{min-width:0;min-height:36px;padding:7px 10px;border:0;border-radius:9px;background:transparent;box-shadow:none;color:var(--muted);font-size:.8rem}.segmented button.active{background:var(--surface);box-shadow:var(--shadow-xs);color:var(--text)}.account-meta{display:flex;flex-wrap:wrap;gap:7px}.account-meta span{padding:5px 9px;border-radius:999px;background:var(--surface-quiet);color:var(--muted);font-size:.75rem}.account-form{display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-quiet)}.admin-feed-control{gap:16px}.account-form>button{justify-self:end}.account-actions{flex-wrap:wrap;gap:10px}.admin-feed-list{display:grid;gap:8px}.admin-feed-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px}.admin-feed-copy{display:grid;min-width:0;gap:3px}.admin-feed-copy span{overflow:hidden;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.account-danger-zone{border-color:color-mix(in srgb,var(--danger) 30%,var(--line));background:var(--danger-soft)}.help-steps{display:grid;gap:12px;margin:0;padding-inline-start:24px;color:var(--text-secondary)}.help-steps li{padding-inline-start:6px;line-height:1.55}.onboarding-flow{gap:18px}.onboarding-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.onboarding-steps span{padding:8px 10px;border-bottom:2px solid var(--line);color:var(--muted);font-size:.75rem;text-align:center}.onboarding-steps span.active{border-color:var(--accent);color:var(--text)}.onboarding-intro{display:grid;gap:6px}.explore-section{display:grid;gap:16px}.explore-list{display:grid;gap:8px}.explore-row{display:grid;min-height:68px;align-items:center;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px 15px;text-decoration:none}.explore-row:hover,.explore-row:focus-visible,.explore-row.active{border-color:color-mix(in srgb,var(--accent) 38%,var(--line));background:var(--accent-soft);color:var(--text)}.explore-copy{display:grid;min-width:0;gap:3px}.explore-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-meta{color:var(--muted);font-size:.78rem}.explore-stars{display:inline-flex;align-items:center;gap:4px;color:var(--star);font-size:.77rem;font-weight:650}.star-vote.is-starred{border-color:color-mix(in srgb,var(--star) 45%,var(--line));background:var(--star-soft);color:var(--star)}.search{display:flex;min-width:0;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--muted)}.search:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 14%,transparent)}.search input{min-width:0;min-height:38px;padding:0;border:0;background:transparent;box-shadow:none;font-size:.84rem}.feed-status-message{padding:0 4px;font-size:.84rem;text-align:center}.feed-schedule-line{display:flex;width:min(820px,100%);align-items:center;justify-content:center;gap:8px;margin-inline:auto;color:var(--muted);font-size:.82rem}.feed-menu-row{position:relative;z-index:30;display:flex;width:min(820px,100%);justify-content:flex-end;margin-inline:auto}.feed-menu{position:relative}.feed-menu>summary{display:inline-flex;min-height:36px;align-items:center;gap:7px;padding:7px 11px;border:1px solid var(--line-strong);border-radius:11px;background:var(--surface);box-shadow:var(--shadow-xs);color:var(--muted);cursor:pointer;font-size:.8rem;font-weight:650;list-style:none}.feed-menu>summary::-webkit-details-marker{display:none}.feed-menu[open]>summary{border-color:color-mix(in srgb,var(--accent) 35%,var(--line));color:var(--text)}.feed-menu-popover{position:absolute;top:calc(100% + 8px);inset-inline-end:0;display:grid;width:min(340px,calc(100vw - 32px));gap:8px;padding:10px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--glass) 96%,transparent);box-shadow:var(--shadow-lg);backdrop-filter:blur(22px) saturate(1.4);-webkit-backdrop-filter:blur(22px) saturate(1.4)}.feed-menu-popover>button{width:100%;justify-content:flex-start}.hourly-briefs{width:min(820px,100%);gap:16px;margin-inline:auto}.hourly-briefs .news-item{display:block;cursor:pointer}.hourly-briefs .news-copy{padding:clamp(22px,4vw,34px)}.news-line{display:grid}.news-item{min-width:0}.news-copy{min-width:0;border-radius:22px;transition:background-color var(--motion),border-color var(--motion),box-shadow var(--motion),transform var(--motion)}.news-item:hover .news-copy,.news-item:focus-within .news-copy{border-color:var(--line-strong);box-shadow:var(--shadow-md)}.news-item.is-read .news-copy{opacity:.66}.news-topline{justify-content:space-between;gap:14px;margin-bottom:16px}.news-meta{display:inline-flex;align-items:baseline;gap:8px;color:var(--muted);font-size:.75rem;white-space:nowrap}.news-meta time{color:var(--text-secondary);font-weight:620}.news-meta-separator{color:var(--line-strong);font-weight:700}.news-row-actions{flex:0 0 auto;gap:3px}.news-row-actions .icon-button{width:34px;min-width:34px;min-height:34px}.read-button,.expand{color:var(--muted)}.news-summary{color:var(--text);font-size:clamp(1.17rem,2.35vw,1.48rem);letter-spacing:-.018em;line-height:1.58;overflow-wrap:anywhere}.inline-reference{display:inline;min-height:0;margin:0 2px;padding:0 2px;border:0;border-radius:4px;background:transparent;box-shadow:none;color:var(--accent);font-size:.84em;font-weight:720;line-height:inherit;vertical-align:baseline}.inline-reference:hover{border:0;background:var(--accent-soft);color:var(--accent-text)}.brief-synthesis{display:grid;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.brief-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text-secondary);font-size:.75rem;font-weight:700;letter-spacing:.025em;text-transform:uppercase}.reference-digest-list{display:grid;gap:8px}.reference-digest-row{display:grid;align-items:start;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;padding:13px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-quiet)}.reference-digest-index{width:38px;min-width:38px;min-height:38px;padding:0;border-color:color-mix(in srgb,var(--accent) 28%,var(--line));background:var(--accent-soft);color:var(--accent-text);font-size:.78rem}.reference-digest-copy{display:grid;min-width:0;gap:6px}.reference-digest-meta{display:flex;flex-wrap:wrap;gap:6px 10px;color:var(--muted);font-size:.72rem}.reference-digest-meta bdi{color:var(--text-secondary);font-weight:650}.reference-digest-summary{color:var(--text-secondary);font-size:.9rem;line-height:1.55}.reference-digest-action{min-height:36px;padding:7px 9px;border-color:transparent;background:transparent;box-shadow:none;color:var(--accent);font-size:.75rem}.additional-updates{border-radius:var(--radius-sm)}.additional-updates>summary,.read-section>summary,.report-excerpt>summary{width:fit-content;padding:7px 0;color:var(--accent);cursor:pointer;font-size:.8rem;font-weight:650}.additional-updates[open]>summary{margin-bottom:8px}.load-more-row,.empty-state{display:grid;justify-items:center;gap:9px;padding:24px;text-align:center}.empty-state{border:1px dashed var(--line-strong);border-radius:var(--radius-lg);background:var(--surface-quiet)}.read-section{display:grid;gap:14px}.read-section>summary{list-style-position:inside}.report-module{display:grid;gap:18px}.report-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:.77rem}.report-summary-block{display:grid;gap:8px;padding:17px;border-radius:var(--radius-md);background:var(--accent-soft)}.report-summary-block>strong{font-size:1.1rem}.report-summary{color:var(--text-secondary);line-height:1.6}.report-reference-list{display:grid;gap:10px}.report-reference{display:grid;gap:11px;padding:16px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.evidence-head{justify-content:space-between;gap:12px}.evidence-title{min-width:0;overflow-wrap:anywhere}.evidence-head time{flex:0 0 auto;color:var(--muted);font-size:.75rem}.evidence-links{flex-wrap:wrap;gap:7px}.evidence-links a{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:8px;background:var(--surface-quiet);color:var(--accent);font-size:.76rem;font-weight:620;text-decoration:none}.report-excerpt{border-top:1px solid var(--line)}.evidence-text{margin-top:7px;color:var(--text-secondary);font-size:.88rem;line-height:1.65;white-space:pre-wrap}.evidence-loading{padding-top:16px;font-size:.82rem}.notice{display:grid;width:min(620px,100%);gap:14px}[dir=rtl] .home-how>div{padding:34px 0 34px 34px}[dir=rtl] .home-how>div+div{padding-right:34px;padding-left:0;border-right:1px solid var(--line);border-left:0}[dir=rtl] .command-panel-main{border-right:0;border-left:1px solid var(--line)}[dir=rtl] .news-summary,[dir=rtl] .reference-digest-summary,[dir=rtl] .report-summary,[dir=rtl] .evidence-text{letter-spacing:0}@keyframes sheet-in{0%{opacity:0;transform:translateY(20px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:920px){.home-hero{grid-template-columns:1fr;min-height:0;padding-top:44px}.home-preview{width:min(620px,100%);justify-self:center;transform:none}.home-auth{grid-template-columns:1fr}.home-auth-copy{padding-top:0}.home-explore .explore-list{grid-template-columns:repeat(2,minmax(0,1fr))}.command-panel{grid-template-columns:1fr}.command-panel-main{border-inline-end:0;border-bottom:1px solid var(--line)}[dir=rtl] .command-panel-main{border-left:0}}@media(max-width:760px){:root{--control-height: 44px}.shell{gap:22px;padding-inline:max(16px,env(safe-area-inset-left))}header{min-height:calc(60px + env(safe-area-inset-top));gap:10px;padding-inline:max(16px,env(safe-area-inset-left))}.brand-logo{height:37px;max-width:112px}.brand-icon{display:none}.header-actions{gap:5px}nav a{padding:7px;font-size:.78rem}.header-controls{gap:5px}.header-controls>button:not(.icon-button){width:44px;overflow:hidden;padding:0;color:transparent;gap:0}.header-controls>button:not(.icon-button) svg{color:var(--text)}.page-heading{padding-top:6px}.feed-shell>.page-heading{padding-top:18px}.home-hero{gap:36px;padding:36px 0 28px}.home-hero-copy h1{font-size:clamp(2.9rem,13vw,4rem)}.home-hero-copy>p{font-size:1.08rem}.interest-start-control{grid-template-columns:1fr}.interest-start-control button{width:100%}.home-how{grid-template-columns:1fr}.home-how>div,.home-how>div+div,[dir=rtl] .home-how>div,[dir=rtl] .home-how>div+div{padding:23px 0;border:0;border-top:1px solid var(--line)}.home-how>div:first-child,[dir=rtl] .home-how>div:first-child{border-top:0}.home-auth{gap:28px;padding:32px 18px;border-radius:22px}.home-explore .explore-list{grid-template-columns:1fr}.section,.login{padding:20px;border-radius:18px}.command-panel-main{padding:22px}.command-metrics{padding:12px}.feed-section{grid-template-columns:1fr}.feed-section>.actions{justify-content:flex-start}.feed-list{grid-column:1}.source-add{grid-template-columns:1fr}.source-add>.primary-button{width:100%}.settings-grid{grid-template-columns:1fr}.settings-grid>label:has(textarea),.settings-grid>.field-group:has(textarea){grid-column:1}.modal-backdrop{align-items:end;padding:0}.sheet,.sheet-wide{width:100%;max-height:calc(100dvh - max(12px,env(safe-area-inset-top)));padding:20px;border-radius:24px 24px 0 0;border-bottom:0}.sheet-head{top:-20px;margin:-20px -20px 0;padding:16px 20px 13px}.hourly-briefs .news-copy{padding:20px}.news-summary{font-size:1.08rem}.reference-digest-row{grid-template-columns:38px minmax(0,1fr);gap:10px}.reference-digest-action{grid-column:2;justify-self:start}.admin-feed-row{grid-template-columns:1fr}.admin-feed-row .row-actions{flex-wrap:wrap}}@media(max-width:560px){.header-primary{min-width:0}.brand-logo{height:34px;max-width:104px}.nav-separator{display:none}.feed-row{grid-template-columns:minmax(0,1fr) auto}.feed-row .row-actions{grid-column:1 / -1;justify-content:flex-end;padding-top:4px;border-top:1px solid var(--line)}.feed-flags{flex-wrap:wrap;justify-content:flex-end}.source-discovery{align-items:stretch;flex-direction:column}.suggest-button{width:100%}.source-row{align-items:start}.source-row>.icon-button{margin-top:2px}.command-metrics{grid-template-columns:1fr 1fr}.metric-tile{min-height:78px;padding:12px}.command-footer{align-items:flex-start;flex-direction:column}.segmented{grid-auto-flow:row}.status-line{grid-template-columns:1fr;gap:3px}.status-value{text-align:start}}@media(pointer:coarse){button,.button-link{min-height:44px}.icon-button{width:44px;min-width:44px}}@media(display-mode:standalone){header{padding-top:calc(12px + env(safe-area-inset-top))}.shell{padding-bottom:max(84px,calc(58px + env(safe-area-inset-bottom)))}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
