@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Tangerine:wght@400;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:39 35% 96%;--foreground:25 28% 11%;--muted:28 18% 48%;--muted-foreground:28 15% 42%;--card:40 38% 98%;--card-hover:39 30% 94%;--border:30 20% 84%;--border-strong:30 18% 72%;--accent:252 74% 56%;--accent-2:204 82% 46%;--accent-foreground:40 40% 98%;--secondary:35 22% 90%;--ring:252 74% 56%;--sidebar-bg:39 30% 92%;--library-bg:39 35% 94%;--reader-bg:#faf8f5, #fcfbf8;--reader-bar-bg:#fcfbf8d1;--ghost-bg:#fcfbf8b8;--ghost-hover-bg:#fcfbf8;--kicker-color:#866c56;--dek-color:#594a40;--eyebrow-color:#000}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:25 15% 10%;--foreground:35 15% 88%;--muted:30 8% 48%;--muted-foreground:30 8% 56%;--card:25 14% 13%;--card-hover:25 14% 16%;--border:25 10% 21%;--border-strong:25 10% 30%;--accent:252 74% 62%;--accent-2:204 82% 52%;--accent-foreground:25 15% 10%;--secondary:25 12% 18%;--ring:252 74% 62%;--sidebar-bg:25 13% 9%;--library-bg:25 14% 11%;--reader-bg:#1d1916, #211b18;--reader-bar-bg:#1d1916db;--ghost-bg:#26201db8;--ghost-hover-bg:#2f2823;--kicker-color:#918578;--dek-color:#b0a89b;--eyebrow-color:#e5e1dc}*{box-sizing:border-box}html{background:hsl(var(--background))}body{background:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif}button,input{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:200px 1fr;min-height:100svh;display:grid}.app-shell.sidebar-collapsed{grid-template-columns:48px 1fr}.sidebar{background:hsl(var(--sidebar-bg));border-right:1px solid hsl(var(--border));flex-direction:column;height:100svh;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-brand{border-bottom:1px solid hsl(var(--border));flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 10px 16px 16px;display:flex}.sidebar.is-collapsed .sidebar-brand{justify-content:center;padding:18px 0 16px}.wordmark{color:var(--eyebrow-color);-webkit-user-select:none;user-select:none;font-family:Tangerine,cursive;font-size:40px;font-weight:700;line-height:1}.sidebar-collapse-btn{border:1px solid hsl(var(--border));background:hsl(var(--library-bg));width:24px;height:24px;color:hsl(var(--muted-foreground));flex-shrink:0;justify-content:center;align-items:center;transition:background .12s,color .12s,border-color .12s;display:flex}.sidebar-collapse-btn:hover{background:hsl(var(--secondary));border-color:hsl(var(--border-strong));color:hsl(var(--foreground))}.sidebar-top{flex-direction:column;flex:1;padding:6px 0;display:flex;overflow:hidden}.sidebar-bottom{border-top:1px solid hsl(var(--border));flex-direction:column;padding:6px 0 12px;display:flex}.sidebar-item{color:hsl(var(--muted-foreground));text-align:left;background:0 0;border:1px solid #0000;align-items:center;gap:9px;margin:1px 8px;padding:7px 12px 7px 16px;font-size:13px;font-weight:500;transition:background .12s,color .12s,border-color .12s;display:flex}.sidebar-item:hover{background:hsl(var(--secondary));color:hsl(var(--foreground));border-color:hsl(var(--border))}.sidebar-active{background:hsl(var(--secondary));color:hsl(var(--foreground));border-color:hsl(var(--border-strong))}.panel{background:hsl(var(--library-bg));height:100svh;overflow:clip auto}.panel-controls{z-index:2;background:hsl(var(--library-bg));border-bottom:1px solid hsl(var(--border));align-items:center;gap:10px;padding:12px clamp(16px,5%,80px);display:flex;position:sticky;top:0}.panel-search-bar{z-index:2;background:hsl(var(--library-bg));border-bottom:1px solid hsl(var(--border));padding:12px 32px;position:sticky;top:0}.panel-section-title{letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--muted));border-bottom:1px solid hsl(var(--border));padding:16px 32px;font-size:11px;font-weight:700}.panel-hint{color:hsl(var(--muted-foreground));text-align:center;margin:48px 0 0;font-size:13px}.settings-body{gap:20px;max-width:480px;padding:24px 32px;display:grid}.settings-group{gap:10px;display:grid}.settings-row-label{text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted));justify-content:space-between;font-size:12px;display:flex}.settings-row-label span:last-child{color:hsl(var(--foreground));letter-spacing:0;text-transform:none;font-weight:600}.settings-stepper{gap:8px;display:flex}.settings-step-btn{border:1px solid hsl(var(--border));background:hsl(var(--card));height:36px;color:hsl(var(--foreground));flex:1;font-size:12px;font-weight:800;transition:background .12s,border-color .12s}.settings-step-btn:hover{background:hsl(var(--secondary));border-color:hsl(var(--border-strong))}.btn{border:1px solid hsl(var(--border-strong));white-space:nowrap;border-radius:0;justify-content:center;align-items:center;gap:8px;height:36px;padding:0 12px;font-size:13px;font-weight:650;text-decoration:none;transition:background .14s,border-color .14s,color .14s,transform .14s;display:inline-flex}.btn-default{background:hsl(var(--foreground));color:hsl(var(--accent-foreground));border-color:hsl(var(--foreground))}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--foreground));border-color:hsl(var(--border))}.btn-ghost{color:hsl(var(--muted-foreground));background:var(--ghost-bg);border-color:hsl(var(--border))}@media (hover:hover) and (pointer:fine){.btn:hover{background:var(--ghost-hover-bg);border-color:hsl(var(--border-strong));color:hsl(var(--foreground));transform:translateY(-1px)}.btn-default:hover{background:hsl(var(--foreground));color:hsl(var(--accent-foreground));border-color:hsl(var(--foreground))}}.btn:disabled{opacity:.55;cursor:wait;transform:none}.btn-default:disabled,.btn-default:disabled:hover{background:hsl(var(--foreground));color:hsl(var(--accent-foreground));border-color:hsl(var(--foreground))}.btn-secondary:disabled,.btn-ghost:disabled{background:hsl(var(--secondary));color:hsl(var(--muted-foreground));border-color:hsl(var(--border))}.icon-btn{color:hsl(var(--muted-foreground));background:0 0;border:1px solid #0000;border-radius:0;padding:6px}.icon-btn:hover{background:hsl(var(--secondary));border-color:hsl(var(--border-strong));color:hsl(var(--foreground))}.sort-control{border:1px solid hsl(var(--border));background:hsl(var(--card));height:36px;color:hsl(var(--muted));text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;align-items:center;gap:8px;padding:0 11px;font-size:11px;display:flex}.sort-control select{width:100%;color:hsl(var(--foreground));font:inherit;text-transform:none;letter-spacing:0;cursor:pointer;background:0 0;border:0;outline:0;font-size:13px}.search{border:1px solid hsl(var(--border));background:hsl(var(--card));height:38px;color:hsl(var(--muted-foreground));flex:1;align-items:center;gap:9px;padding:0 11px;display:flex}.search:focus-within{border-color:hsl(var(--border-strong))}.search input{width:100%;color:hsl(var(--foreground));background:0 0;border:0;outline:0}.search input::placeholder{color:hsl(var(--muted))}.search-clear{color:hsl(var(--muted));background:0 0;border:0;flex-shrink:0;padding:0 2px;font-size:11px;line-height:1}.search-clear:hover{color:hsl(var(--foreground))}.min-words-control{border:1px solid hsl(var(--border));background:hsl(var(--card));white-space:nowrap;align-items:center;gap:10px;height:36px;padding:0 11px;display:flex}.min-words-label{text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted));flex-shrink:0;align-items:center;gap:8px;font-size:11px;display:flex}.min-words-label span:last-child{color:hsl(var(--foreground));letter-spacing:0;text-transform:none;font-weight:600}.min-words-control input[type=range]{width:120px;accent-color:hsl(var(--foreground));cursor:pointer}.mobile-hamburger{z-index:100;border:1px solid hsl(var(--border));background:hsl(var(--library-bg));width:36px;height:36px;color:hsl(var(--foreground));box-shadow:0 2px 8px hsl(var(--foreground) / .08);justify-content:center;align-items:center;display:none;position:fixed;top:14px;left:14px}.mobile-nav-backdrop{z-index:190;pointer-events:none;background:0 0;transition:background .22s;display:none;position:fixed;inset:0}.mobile-nav-backdrop.is-open{background:hsl(var(--foreground) / .3);pointer-events:auto}.carousel{background:linear-gradient(160deg, var(--reader-bg));flex-direction:column;justify-content:center;align-items:center;height:100svh;padding:64px clamp(32px,8vw,120px) 80px;display:flex;position:relative;overflow:hidden}.carousel-empty{color:hsl(var(--muted-foreground));font-size:14px}.carousel-progress{background:hsl(var(--border));width:100%;height:2px;position:absolute;top:0;left:0}.carousel-progress:after{content:"";background:hsl(var(--accent));width:0;height:100%;animation:carousel-fill var(--dur,30s) linear forwards;position:absolute;top:0;left:0}@keyframes carousel-fill{0%{width:0}to{width:100%}}.carousel-body{text-align:center;width:100%;max-width:820px}.carousel-kicker{text-transform:uppercase;letter-spacing:.18em;color:var(--kicker-color);margin:0 0 28px;font-size:11px;font-weight:800}.carousel-title{letter-spacing:-.055em;color:hsl(var(--foreground));text-wrap:balance;-webkit-hyphens:none;hyphens:none;margin:0 0 32px;font-family:Libre Baskerville,Georgia,serif;font-size:clamp(36px,5.5vw,76px);line-height:1.02}.carousel-dek{color:var(--dek-color);text-wrap:balance;margin:0 0 44px;font-family:Libre Baskerville,Georgia,serif;font-size:clamp(16px,1.6vw,20px);line-height:1.55}.carousel-read-btn{background:hsl(var(--foreground));height:46px;color:hsl(var(--accent-foreground));border:1px solid hsl(var(--foreground));letter-spacing:.08em;text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;padding:0 36px;font-size:13px;font-weight:700;transition:opacity .14s;display:inline-flex}.carousel-read-btn:hover{opacity:.82}.carousel-footer{align-items:center;gap:16px;display:flex;position:absolute;bottom:28px}.carousel-nav-btn{border:1px solid hsl(var(--border));width:32px;height:32px;color:hsl(var(--muted-foreground));background:0 0;justify-content:center;align-items:center;transition:background .12s,color .12s,border-color .12s;display:flex}.carousel-nav-btn:hover{background:hsl(var(--secondary));border-color:hsl(var(--border-strong));color:hsl(var(--foreground))}.carousel-counter{letter-spacing:.06em;color:hsl(var(--muted-foreground));text-align:center;min-width:48px;font-size:12px;font-weight:600}.settings-body input[type=range]{width:100%;accent-color:hsl(var(--foreground));cursor:pointer}.settings-select{border:1px solid hsl(var(--border));background:hsl(var(--card));width:100%;height:36px;color:hsl(var(--foreground));font:inherit;cursor:pointer;outline:none;padding:0 11px;font-size:13px}.settings-select:focus{border-color:hsl(var(--border-strong))}.cards{background:hsl(var(--border));grid-template-columns:1fr;gap:1px;width:min(100%,720px);margin:16px auto 40px;padding:1px;display:grid}.card{background:hsl(var(--card));cursor:pointer;border:0;min-width:0;padding:16px 18px;transition:background .14s;position:relative;overflow:hidden}.card:before{content:"";background:0 0;width:2px;position:absolute;top:0;bottom:0;left:0}.card:hover{background:hsl(var(--card-hover))}.card-active{background:hsl(var(--secondary))}.card-active:before{background:hsl(var(--accent))}.card h2{letter-spacing:-.02em;color:hsl(var(--foreground));overflow-wrap:break-word;margin:8px 0 6px;font-family:Libre Baskerville,Georgia,serif;font-size:16px;line-height:1.3}.card p{color:hsl(var(--muted-foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.card-meta,.card-foot{color:hsl(var(--muted));flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;display:flex}.card-meta{text-transform:uppercase;letter-spacing:.07em}.card-foot{flex-wrap:nowrap;justify-content:space-between;margin-top:10px}.badge{border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));background:hsl(var(--secondary));padding:2px 6px;font-weight:750}.empty-list{border:1px dashed hsl(var(--border-strong));width:min(100%,720px);color:hsl(var(--muted-foreground));background:hsl(var(--card));margin:16px auto 40px;padding:24px;line-height:1.5}.reader{background:linear-gradient(90deg, var(--reader-bg));height:100svh;padding:0 clamp(24px,5vw,76px) 72px;overflow:auto}.reader.empty{color:hsl(var(--muted-foreground));text-align:center;place-content:center;gap:12px;display:grid}.reader-actions{z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--reader-bar-bg);border-bottom:1px solid hsl(var(--border));justify-content:space-between;gap:10px;margin:0 0 46px;padding:18px 0;display:flex;position:sticky;top:0}.reader-action-group{gap:6px;display:flex}.reader-icon-btn{width:30px;min-width:30px;height:30px;padding:0}.font-btn{font-size:11px;font-weight:800}.reader-sticky-title{min-width:0;color:hsl(var(--muted-foreground));white-space:nowrap;text-overflow:ellipsis;opacity:0;pointer-events:none;flex:1;align-self:center;padding:0 18px;font-family:Libre Baskerville,Georgia,serif;font-size:15px;line-height:1.25;transition:opacity .14s,transform .14s;display:none;overflow:hidden;transform:translateY(4px)}.reader-sticky-title.visible{opacity:1;display:block;transform:translateY(0)}.reader-head,.prose{width:min(100%,780px);max-width:780px;margin-inline:auto}.reader-kicker{text-transform:uppercase;letter-spacing:.16em;color:var(--kicker-color);margin-bottom:16px;font-size:11px;font-weight:800}.reader-head h1{letter-spacing:-.065em;text-wrap:balance;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;color:hsl(var(--foreground));margin:0;font-family:Libre Baskerville,Georgia,serif;font-size:clamp(40px,7vw,78px);line-height:.98}.byline{color:hsl(var(--muted-foreground));margin:18px 0 0;font-weight:650}.dek{color:var(--dek-color);margin:28px 0 0;font-family:Libre Baskerville,Georgia,serif;font-size:clamp(18px,2.2vw,24px);line-height:1.52}.prose{font-family:Libre Baskerville,Georgia,serif;font-size:calc(clamp(18px, 2vw, 21px) * var(--reader-font-scale,1));letter-spacing:-.006em;color:hsl(var(--foreground));margin-top:44px;line-height:1.84}.prose p{margin:0 0 1.32em}.prose a{color:inherit;text-decoration:underline;-webkit-text-decoration-color:hsl(var(--border-strong));text-decoration-color:hsl(var(--border-strong));text-underline-offset:3px;text-decoration-thickness:1px}.prose a:hover{-webkit-text-decoration-color:hsl(var(--foreground));text-decoration-color:hsl(var(--foreground))}.prose h1,.prose h2,.prose h3,.prose h4{letter-spacing:-.03em;color:hsl(var(--foreground));margin:1.45em 0 .55em;font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.14}.prose h2{font-size:clamp(22px,2.6vw,30px)}.prose h3{font-size:clamp(19px,2.2vw,24px)}.prose h1+h2,.prose h2+h2,.prose h2+h3,.prose h3+h3{margin-top:.9em}.prose blockquote{border-left:2px solid hsl(var(--border-strong));color:var(--dek-color);margin:2em 0;padding-left:1.25em;font-style:italic}.prose ul,.prose ol{margin:0 0 1.4em 1.2em;padding:0}.prose li{margin:.45em 0}.prose img,.prose figure{max-width:100%;height:auto;margin:2em 0}.prose figcaption,.prose cite,.prose small{color:hsl(var(--muted-foreground));font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:13px;line-height:1.45}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=1101px) and (width<=1380px){.app-shell{grid-template-columns:180px 1fr}.reader{padding-inline:clamp(28px,3vw,48px)}.reader-head,.prose{max-width:720px}.reader-head h1{font-size:clamp(38px,5.4vw,64px)}}@media (width<=1100px){.app-shell{display:block}.sidebar{z-index:200;height:100%;transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-110%)}.sidebar.mobile-open{box-shadow:4px 0 32px hsl(var(--foreground) / .15);transform:translate(0)}.mobile-nav-backdrop{display:block}.mobile-hamburger{border-bottom:1px solid hsl(var(--border));width:100%;height:44px;box-shadow:none;z-index:10;justify-content:flex-start;padding:0 16px;display:flex;position:sticky;top:0;left:auto}.app-shell.article-open .mobile-hamburger{display:none}.panel-controls{flex-wrap:wrap;padding-top:8px;padding-bottom:8px;top:44px}.panel-search-bar{top:44px}.panel{width:100%;height:auto;min-height:100svh;overflow:clip}.carousel-footer{bottom:72px}.cards{width:auto;margin-inline:16px}.reader{height:auto;min-height:100svh;padding:0 clamp(22px,5vw,48px) 64px;overflow:clip}.reader.empty{display:none}.reader-actions{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 34px}.reader-actions>.btn{width:30px;min-width:30px;height:30px;padding:0}.reader-sticky-title.visible{flex-basis:100%;order:3;padding:4px 0 0}.reader-action-group{gap:6px;margin-left:auto;padding-bottom:2px;overflow-x:auto}.reader-action-group .btn{width:30px;min-width:30px;height:30px;padding:0}.reader-head,.prose{width:min(100%,760px);max-width:760px}.reader-head h1{letter-spacing:-.055em;font-size:clamp(34px,6vw,58px)}.dek{font-size:clamp(17px,2.4vw,22px)}}@media (width>=700px) and (width<=1100px){.reader{padding-inline:clamp(56px,9vw,96px)}.reader-head,.prose{width:min(100%,720px);max-width:720px}.reader-head h1{font-size:clamp(42px,6.2vw,64px)}.prose{font-size:calc(clamp(19px, 2.2vw, 22px) * var(--reader-font-scale,1))}}@media (width<=560px){.empty-list,.cards{width:auto;margin-inline:8px}.reader{padding:0 18px 56px}.reader-head h1{font-size:clamp(32px,10vw,46px)}.prose{font-size:calc(18px * var(--reader-font-scale,1));line-height:1.78}}
