:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--ink: #121417;--muted: #69727d;--line: rgba(24, 29, 35, .12);--glass: rgba(255, 255, 255, .56);--glass-strong: rgba(255, 255, 255, .78);--surface: #f5f3ee;--teal: #0b7f78;--cobalt: #2356d8;--coral: #d86143;--shadow: 0 24px 70px rgba(35, 39, 45, .14)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--ink);background:linear-gradient(135deg,#f5f3eef2,#ebf1eefa),linear-gradient(45deg,#0b7f781f,#d8614314)}button,input,textarea{font:inherit}button{cursor:pointer}@property --view-lift{syntax: "<length>"; inherits: false; initial-value: 12px;}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-panel{width:min(520px,100%);border:1px solid var(--line);background:var(--glass);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(28px) saturate(1.35);backdrop-filter:blur(28px) saturate(1.35);border-radius:28px;padding:34px}.brand-mark,.mini-mark{display:inline-grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--teal),var(--cobalt))}.brand-mark{width:48px;height:48px;border-radius:16px}.mini-mark{width:38px;height:38px;border-radius:14px}.eyebrow{margin:0 0 8px;color:var(--teal);font-size:.75rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.auth-panel h1{margin:10px 0;max-width:430px;font-size:clamp(2.2rem,8vw,4rem);line-height:.95;letter-spacing:0}.auth-copy{margin:0 0 24px;color:var(--muted);font-size:1.02rem;line-height:1.55}.google-button{min-height:44px;margin-bottom:16px}.signin-form{display:grid;gap:14px}label{display:grid;gap:8px;color:#343a42;font-size:.86rem;font-weight:750}input,textarea{width:100%;border:1px solid var(--line);color:var(--ink);background:#ffffffa3;border-radius:16px;outline:none;padding:13px 14px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}textarea{resize:vertical;min-height:132px}input:focus,textarea:focus{border-color:#0b7f788c;background:#ffffffe0;box-shadow:0 0 0 4px #0b7f781f}.signin-form button,.primary-action{min-height:48px;border:0;color:#fff;background:linear-gradient(135deg,#111417,#2356d8 65%,#0b7f78);border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:850}.primary-action:disabled{cursor:not-allowed;filter:grayscale(.65);opacity:.68}.app-shell{min-height:100vh;padding:18px}.view-stage{animation:view-in .42s cubic-bezier(.2,.85,.24,1) both;transform-origin:50% 18px;will-change:opacity,transform,filter}.view-stage>.workspace,.view-stage>.account-page{animation:view-settle .52s cubic-bezier(.2,.85,.24,1) both}.view-stage .interest-panel,.view-stage .feed-column,.view-stage .reader,.view-stage .custom-panel,.view-stage .account-card{animation:panel-in .52s cubic-bezier(.2,.85,.24,1) both}.view-stage .feed-column,.view-stage .custom-library,.view-stage .account-form{animation-delay:55ms}.view-stage .reader{animation-delay:95ms}.app-header{position:sticky;top:12px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1540px;margin:0 auto 18px;border:1px solid var(--line);background:#ffffffa8;box-shadow:0 16px 48px #171b1f1a;-webkit-backdrop-filter:blur(26px) saturate(1.4);backdrop-filter:blur(26px) saturate(1.4);border-radius:24px;padding:12px}.app-title,.profile,.view-tabs,.article-meta,.reader-meta,.reader-kicker,.storage-note,.panel-heading,.feed-toolbar,.article-card-top{display:flex;align-items:center}.app-title{gap:12px}.app-title p,.panel-heading h2,.feed-toolbar h2{margin:0;font-weight:900}.app-title span,.profile span,.feed-toolbar span,.storage-note span,.reader-meta,.reader-kicker{color:var(--muted);font-size:.82rem}.profile{min-width:0;gap:10px}.view-tabs{gap:6px;border:1px solid var(--line);background:#ffffff80;border-radius:16px;padding:4px}.view-tabs button{min-height:36px;border:0;color:#3b444f;background:transparent;border-radius:12px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;font-weight:850;transition:color .18s ease,background .22s ease,box-shadow .22s ease,transform .18s ease}.view-tabs button:hover{transform:translateY(-1px);background:#ffffff9e}.view-tabs button.active{color:#fff;background:linear-gradient(135deg,#111417,#2356d8 70%,#0b7f78);box-shadow:0 10px 22px #2356d82e;transform:translateY(-1px)}.profile img,.profile>svg{width:38px;height:38px;border-radius:50%}.profile img{object-fit:cover;border:1px solid rgba(18,20,23,.12);box-shadow:0 8px 18px #171b1f1f}.profile>svg{padding:8px;background:#12141714}.profile strong,.profile span{display:block;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-button{width:38px;height:38px;border:1px solid var(--line);color:var(--ink);background:#fff9;border-radius:14px;display:grid;place-items:center}.workspace{max-width:1540px;min-height:calc(100vh - 110px);margin:0 auto;display:grid;grid-template-columns:minmax(250px,320px) minmax(300px,420px) minmax(0,1fr);gap:18px}.custom-workspace{grid-template-columns:minmax(330px,520px) minmax(0,1fr)}.interest-panel,.feed-column,.reader,.custom-composer,.custom-library,.account-card{border:1px solid var(--line);background:var(--glass);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(26px) saturate(1.35);backdrop-filter:blur(26px) saturate(1.35);border-radius:24px}.interest-panel,.feed-column{align-self:start}.interest-panel{display:grid;gap:18px;padding:18px}.custom-panel{display:grid;gap:18px;align-self:start}.custom-composer,.account-card{display:grid;gap:18px;padding:18px}.custom-library{overflow:hidden}.custom-note{margin:-6px 0 0;color:var(--muted);font-size:.86rem;line-height:1.45}.custom-error{margin:0}.account-page{max-width:920px;margin:0 auto;display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:18px}.account-hero{align-content:start}.account-hero img{width:112px;height:112px;border-radius:28px;box-shadow:0 18px 42px #171b1f2e}.account-hero h2,.account-hero span{margin:0}.account-hero h2{font-size:1.7rem;line-height:1.05}.account-hero span{color:var(--muted);overflow-wrap:anywhere}.account-form{align-content:start}.account-actions{display:flex;gap:10px;flex-wrap:wrap}.secondary-action{min-height:48px;border:1px solid var(--line);color:var(--ink);background:#fff9;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;font-weight:850}.compact-action{min-height:38px;border-radius:14px;padding:0 12px;font-size:.84rem}.secondary-action:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.52}.panel-heading,.feed-toolbar,.article-card-top,.reader-kicker,.reader-meta{justify-content:space-between;gap:12px}.panel-heading svg,.feed-toolbar span,.reader-kicker span,.reader-meta span,.article-card-top span,.chips span{flex:none}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips span,.article-card-top span,.reader-kicker span,.reader-meta span{border:1px solid rgba(18,20,23,.1);background:#ffffff8a;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:800}.storage-note{gap:10px;padding-top:4px}.token-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(18,20,23,.1);background:#ffffff80;border-radius:16px;padding:12px}.token-panel.compact{padding:11px 12px}.token-panel.locked{border-color:#d8614347;background:#d8614314}.token-panel p,.token-panel span{margin:0}.token-panel p{font-weight:900}.token-panel span{display:block;margin-top:2px;color:var(--muted);font-size:.78rem;line-height:1.35}.code-input input{min-height:44px}.field-help{color:var(--muted);font-size:.8rem;font-weight:650;line-height:1.45}.feed-column{min-height:420px;overflow:hidden}.feed-toolbar{padding:18px 18px 12px}.feed-list{display:grid;gap:10px;padding:0 12px 12px;max-height:calc(100vh - 178px);overflow:auto}.article-card{width:100%;border:1px solid rgba(18,20,23,.1);color:var(--ink);background:#ffffff75;border-radius:18px;padding:14px;text-align:left;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.article-card:hover,.article-card.active{transform:translateY(-1px);background:#ffffffd1;border-color:#2356d847;box-shadow:0 16px 36px #23272d1c}.article-card h3{margin:12px 0 8px;font-size:1rem;line-height:1.25;letter-spacing:0}.article-card p{margin:0 0 12px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.45}.article-meta{justify-content:space-between;gap:10px;color:var(--muted);font-size:.78rem}.article-meta span{display:inline-flex;align-items:center;min-width:0;gap:5px}.article-meta span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader{min-width:0;padding:clamp(22px,4vw,54px);max-height:calc(100vh - 110px);overflow:auto}.reader h1{margin:20px 0 14px;max-width:960px;font-size:clamp(2rem,4vw,3.35rem);line-height:1.04;letter-spacing:0;overflow-wrap:anywhere}.dek{max-width:760px;color:#4d5660;font-size:clamp(1.04rem,2vw,1.3rem);line-height:1.55}.reader-meta{justify-content:flex-start;flex-wrap:wrap;margin:20px 0 30px}.tts-panel{max-width:820px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-10px 0 28px;border:1px solid rgba(35,86,216,.16);background:#ffffff8f;border-radius:18px;padding:12px 14px}.tts-panel.locked{border-color:#1214171a;background:#ffffff61;color:var(--muted)}.tts-panel p,.tts-panel span{margin:0}.tts-panel p{font-weight:900}.tts-panel span{display:block;margin-top:2px;color:var(--muted);font-size:.82rem;line-height:1.4}.tts-actions{display:inline-flex;align-items:center;gap:8px;flex:none}.article-body{max-width:820px}.article-body p{margin:0 0 20px;color:#242a31;font-size:1.07rem;line-height:1.74}.article-body blockquote{margin:0 0 22px;border-left:4px solid var(--teal);background:#ffffff85;border-radius:0 16px 16px 0;padding:16px 18px}.article-body blockquote p{margin:0 0 8px;color:#1c252b;font-size:1.08rem;font-weight:760;line-height:1.55}.article-body cite{color:var(--muted);font-size:.85rem;font-style:normal;font-weight:850}.custom-source{display:grid;grid-template-columns:minmax(82px,118px) minmax(0,1fr);align-items:start;gap:12px;margin:0 0 14px;border:1px solid rgba(35,86,216,.14);background:#ffffff9e;border-radius:14px;padding:10px 12px}.custom-source span{display:inline-flex;align-items:center;justify-content:center;min-height:30px;margin:0;color:#16336f;background:#2356d814;border:1px solid rgba(35,86,216,.12);border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:900;text-transform:uppercase;white-space:nowrap}.custom-source p{margin:0;min-width:0;color:#242a31;line-height:1.45;font-weight:780;overflow-wrap:anywhere}.source-link{display:inline-flex;align-items:center;gap:9px;margin-top:10px;color:var(--cobalt);font-weight:850;text-decoration:none}.empty-state,.empty-reader{min-height:360px;display:grid;place-items:center;align-content:center;gap:12px;color:var(--muted);text-align:center;padding:28px}.empty-state h2,.empty-reader h2,.empty-state p{margin:0}.error-banner{margin:0 12px 12px;border:1px solid rgba(216,97,67,.24);background:#d8614314;color:#8a3422;border-radius:16px;padding:12px;font-weight:750}.success-banner{border:1px solid rgba(11,127,120,.24);background:#0b7f7814;color:#075f5a;border-radius:16px;padding:12px;font-weight:800}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes view-in{0%{opacity:0;filter:blur(7px);transform:translateY(var(--view-lift)) scale(.992)}to{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}@keyframes view-settle{0%{transform:translateY(6px)}to{transform:translateY(0)}}@keyframes panel-in{0%{opacity:0;transform:translateY(14px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}@media(max-width:1180px){.workspace,.custom-workspace{grid-template-columns:minmax(250px,320px) minmax(0,1fr)}.reader{grid-column:1 / -1;max-height:none}}@media(max-width:760px){.app-shell{padding:10px}.app-header,.workspace,.account-page{gap:10px}.app-header{position:static;align-items:flex-start}.workspace,.custom-workspace,.account-page,.app-header{grid-template-columns:1fr;flex-direction:column}.view-tabs{width:100%;justify-content:space-between}.view-tabs button{flex:1;justify-content:center;padding:0 8px}.profile{width:100%;justify-content:space-between}.interest-panel,.feed-column,.reader,.custom-composer,.custom-library,.account-card,.auth-panel{border-radius:20px}.feed-list{max-height:none}.reader h1{font-size:2.1rem}.tts-panel{align-items:stretch;flex-direction:column}.tts-actions{width:100%}.tts-actions .secondary-action{flex:1}.custom-source{grid-template-columns:1fr}.custom-source span{justify-self:start}}
