:root{--paper:#f8f6f0;--paper-deep:#f0ece2;--surface:#fdfbf7;--ink:#282d28;--muted:#72756b;--muted-strong:#5e635a;--line:#dfdfd4;--orange:#ab4c2e;--orange-hover:#8f3d23;--orange-light:#f4e6da;--green:#556753;--green-light:#e9ede4;--serif:Georgia,"Times New Roman",serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:14px}button,input,select,textarea{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:disabled{opacity:.55;cursor:wait}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--orange);outline-offset:5px}p,h1,h2,h3{margin:0}svg{flex-shrink:0}::selection{color:#312c25;background:#efd8bc}.spin{animation:1.1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.skip-link{background:var(--ink);color:#fff;z-index:100;border-radius:4px;padding:14px 20px;position:fixed;top:-100px;left:20px}.skip-link:focus{top:12px}.site-shell{flex-direction:column;min-height:100svh;display:flex}.site-shell>main{outline:none;flex:1}.page-width{max-width:1120px;margin:0 auto;padding-left:32px;padding-right:32px}.site-header{border-bottom:1px solid var(--line);height:101px}.header-inner{align-items:center;gap:31px;max-width:1184px;height:100%;margin:0 auto;padding:0 32px;display:flex}.brand{flex-shrink:0;align-items:center;gap:13px;display:inline-flex}.brand-mark{line-height:1;font-family:var(--serif);letter-spacing:-2px;background:var(--ink);color:var(--paper);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;padding:0 3px 4px 0;font-size:29px;display:flex}.brand-mark>span{color:#eea87d}.brand-name{font-family:var(--serif);letter-spacing:-.6px;font-size:22px;font-weight:700}.brand-name>span{font-family:var(--sans);letter-spacing:1.45px;color:var(--muted-strong);margin-top:5px;font-size:7.5px;font-weight:500;display:block}.header-inner nav{align-items:center;gap:28px;margin-left:auto;display:flex}.nav-link{color:var(--muted-strong);align-items:center;gap:7px;min-height:44px;font-size:12px;display:flex;position:relative}.nav-link:hover,.nav-link.active{color:var(--orange)}.nav-link.active:after{content:"";background:var(--orange);height:2px;position:absolute;bottom:-29px;left:0;right:0}.account-avatar{background:var(--green-light);width:31px;height:31px;color:var(--green);border:1px solid #c9cdbc;border-radius:50%;place-items:center;font-size:11px;font-weight:600;display:grid}.site-footer{border-top:1px solid var(--line);width:calc(100% - 64px);max-width:1120px;color:var(--muted);justify-content:space-between;gap:20px;margin:60px auto 0;padding:28px 0 32px;font-size:10px;display:flex}.site-footer>div{align-items:center;gap:17px;display:flex}.footer-wordmark{font-family:var(--serif);color:var(--ink);font-size:18px;font-style:italic}.footer-note{align-items:center;gap:9px;display:flex}.eyebrow{letter-spacing:1.7px;color:var(--muted-strong);align-items:center;gap:8px;font-size:9px;font-weight:650;line-height:1.5;display:flex}.status-dot{background:var(--green);border-radius:50%;width:6px;height:6px;display:inline-block}.tiny-dot{background:currentColor;border-radius:50%;width:3px;height:3px;display:inline-block}.tiny-line{background:var(--orange);width:23px;height:1px;display:inline-block}.button{border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:12px;min-height:45px;padding:12px 20px;font-size:12px;font-weight:550;line-height:1.5;transition:background .16s,transform .16s;display:inline-flex}.button.primary{background:var(--orange);color:#fffaf4}.button.primary:hover:not(:disabled){background:var(--orange-hover);transform:translateY(-1px)}.button.secondary{color:var(--ink);background:0 0;border-color:#cccec1}.button.secondary:hover:not(:disabled){background:var(--paper-deep)}.full-width{width:100%}.text-button{color:var(--orange);text-underline-offset:3px;background:0 0;border:0;align-items:center;gap:8px;padding:6px 0;font-size:12px;text-decoration:underline;display:inline-flex}.control-label{letter-spacing:.55px;color:var(--muted-strong);font-size:9px;font-weight:550}.level-picker{align-items:center;gap:14px;display:flex}.level-options{background:#f0f0e8;border:1px solid #d8dace;border-radius:5px;gap:3px;padding:4px;display:flex}.level-options button{min-width:32px;color:var(--muted-strong);background:0 0;border:0;border-radius:3px;min-height:31px;padding:7px 9px;font-size:10px;font-weight:600;transition:background .15s,color .15s}.level-options button:hover{color:var(--ink);background:#e4e5db}.level-options button.selected{background:var(--ink);color:#fffdf6;box-shadow:0 1px 3px #282d2820}.level-badge{letter-spacing:.3px;background:var(--green-light);color:var(--green);border:1px solid #d2d8ca;border-radius:3px;padding:3px 5px;font-size:9px;font-weight:650;line-height:1}.pending-badge{background:var(--orange-light);color:var(--orange);text-transform:none;border-radius:3px;padding:3px 5px;font-size:9px}.empty-state{text-align:center;border:1px solid var(--line);border-radius:6px;flex-direction:column;align-items:center;gap:15px;margin-top:10px;padding:65px 20px;display:flex}.empty-state>svg{color:var(--muted)}.empty-state h2{font-family:var(--serif);font-size:28px;font-weight:400}.empty-state p{color:var(--muted-strong);font-size:13px;line-height:1.8}.collection-intro{justify-content:space-between;align-items:center;gap:30px;padding:61px 8px 49px;display:flex}.collection-intro .eyebrow{margin-bottom:22px}.collection-intro h1{font-size:57px;line-height:1.12;font-family:var(--serif);letter-spacing:-2.2px;font-weight:400}.collection-intro h1 em{color:var(--orange);font-weight:400}.collection-intro>div>p:last-child{color:var(--muted-strong);margin-top:20px;font-size:13px;line-height:1.85}.orbit-drawing{color:#a6ac98;flex-shrink:0;width:230px;height:220px;margin-right:53px;transform:rotate(-3deg)}.collection-toolbar{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:25px;padding:26px 0 21px;display:flex}.collection-toolbar h2{font-family:var(--serif);letter-spacing:-.5px;font-size:24px;font-weight:400}.collection-toolbar p{color:var(--muted);margin-top:9px;font-size:11px}.collection-status{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding:16px 0 17px;font-size:9px;display:flex}.collection-status>span{align-items:center;gap:7px;display:flex}.collection-status>span:first-child{color:var(--green)}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:19px;display:grid}.article-card{background:var(--surface);border:1px solid var(--line);border-radius:6px;flex-direction:column;min-height:348px;padding:24px 23px 0;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex}.article-card:hover{border-color:#b9bcaa;transform:translateY(-3px);box-shadow:0 8px 26px #332d1b07}.card-top{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.article-motif{color:#677d5d;background:#eaf0e5;border-radius:50%;place-items:center;width:53px;height:53px;display:grid}.motif-1{color:#7e8094;background:#ececf0}.motif-2{color:#b58a4a;background:#f7ecd9}.card-number{font-family:var(--serif);color:#c7c9bc;font-size:27px;font-style:italic;font-weight:400}.card-category{letter-spacing:1px;text-transform:uppercase;color:var(--muted-strong);align-items:center;gap:8px;min-height:18px;margin-bottom:12px;font-size:8px;display:flex}.article-card h3{font-family:var(--serif);letter-spacing:-.45px;margin-bottom:12px;font-size:23px;font-weight:400;line-height:1.24}.card-summary{color:var(--muted-strong);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:11px;line-height:1.85;display:-webkit-box;overflow:hidden}.card-meta{color:var(--muted);justify-content:space-between;gap:7px;margin-top:auto;margin-bottom:17px;font-size:9px;display:flex}.card-bottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:17px 0;font-size:10px;display:flex}.card-read{color:var(--orange);align-items:center;gap:7px;font-size:10px;font-weight:550;display:flex}.reading-guide{border:1px solid var(--line);background:#f0f1e9;border-radius:5px;grid-template-columns:1.18fr 1fr 1fr 1fr;align-items:center;gap:16px;margin-top:32px;padding:24px;display:grid}.guide-heading{color:var(--green);align-items:center;gap:10px;display:flex}.guide-heading h3{max-width:132px;font-size:11px;font-weight:600;line-height:1.6}.guide-step{align-items:flex-start;gap:10px;display:flex}.guide-step>span{font-family:var(--serif);color:#8a927e;padding-top:2px;font-size:12px}.guide-step p{color:var(--muted-strong);font-size:9px;line-height:1.85}.guide-step strong{color:var(--ink);font-weight:550}.collection-footnote{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:8px;margin:22px 10px 0;font-size:9px;line-height:1.7;display:flex}.skeleton-card{gap:12px;min-height:350px;padding-top:25px}.skeleton{background:#e9e9e0;border-radius:3px;height:12px;animation:1.3s ease-in-out infinite alternate pulse}.skeleton-icon{border-radius:50%;width:53px;height:53px;margin-bottom:30px}.skeleton-title{width:80%;height:26px;margin-bottom:13px}@keyframes pulse{to{opacity:.45}}.reader-page{max-width:756px;margin:0 auto;padding:0 28px}.reader-topline{justify-content:space-between;align-items:center;gap:18px;padding:33px 0 40px;display:flex}.reader-topline .eyebrow{letter-spacing:1.1px;font-size:8px}.back-link{color:var(--muted-strong);align-items:center;gap:7px;min-height:32px;font-size:11px;display:flex}.back-link:hover{color:var(--orange)}.article-kicker{color:var(--muted-strong);align-items:center;gap:9px;margin-bottom:21px;font-size:9px;display:flex}.article-kicker>span:first-child{text-transform:uppercase;letter-spacing:1.4px;color:var(--orange);font-weight:600}.article-header h1{font-family:var(--serif);letter-spacing:-1.3px;outline:none;scroll-margin-top:30px;font-size:47px;font-weight:400;line-height:1.15}.article-deck{color:var(--muted-strong);font-size:17px;line-height:1.7;font-family:var(--serif);max-width:650px;margin-top:20px}.article-source-line{color:var(--muted);flex-wrap:wrap;align-items:center;gap:13px;margin-top:25px;font-size:10px;line-height:1.6;display:flex}.article-source-line a{color:var(--ink);align-items:center;gap:3px;display:inline-flex}.article-source-line a:hover{color:var(--orange)}.meta-divider{background:var(--line);width:1px;height:10px}.reader-controls{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin-top:31px;padding:21px 0;display:flex}.reader-controls .control-label{font-size:10px}.level-description{color:var(--muted);font-size:10px}.reader-tip{background:var(--green-light);color:var(--green);border-radius:4px;align-items:center;gap:9px;margin-top:22px;padding:13px 15px;font-size:10px;line-height:1.8;display:flex}.inline-language-icon{vertical-align:middle;border:1px solid #cdd5c4;border-radius:3px;padding:2px;display:inline-flex}.reader-skip{color:var(--muted-strong);text-underline-offset:3px;align-items:center;gap:4px;width:fit-content;margin:11px 0 0;font-size:9px;text-decoration:underline;display:flex}.article-body{font-size:21px;font-family:var(--serif);letter-spacing:.01px;color:#33382f;margin-top:31px;line-height:1.85}.article-paragraph{margin-bottom:24px}.word-unit{appearance:none;font:inherit;color:inherit;line-height:inherit;cursor:pointer;-webkit-user-select:text;user-select:text;-webkit-box-decoration-break:clone;box-decoration-break:clone;background:0 0;border:0;border-radius:3px;margin:0;padding:2px 0;display:inline}.word-unit:hover{color:var(--orange);background:#f0e5d6}.word-unit:focus-visible{outline-offset:2px;background:#f0e5d6}.word-unit.word-selected{color:var(--orange);background:#f2dec5;box-shadow:0 2px #c58158}.sentence-toggle{appearance:none;vertical-align:baseline;color:#999e8e;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;width:25px;min-width:25px;height:24px;margin:0 3px 0 5px;padding:0;display:inline-flex;position:relative;top:2px}.sentence-toggle:hover,.sentence-toggle.is-expanded{color:var(--orange);background:var(--orange-light);border-color:#e8cdb5}.sentence-expanded{-webkit-box-decoration-break:clone;box-decoration-break:clone;background:#f2eee5}.sentence-help{font-family:var(--sans);background:#f2eee5;border-left:2px solid #c88760;border-radius:0 4px 4px 0;margin:15px 0 23px;padding:19px 22px 20px;line-height:1.8}.help-label{text-transform:uppercase;letter-spacing:1px;color:var(--orange);align-items:center;gap:6px;margin-bottom:8px;font-size:8px;font-weight:650;line-height:1.4;display:flex}.sentence-help>p,.sentence-help .original-excerpt p{color:#464c40;font-size:12px;line-height:1.9}.original-excerpt{border-top:1px solid #dedbcf;margin-top:15px;padding-top:15px}.original-excerpt .help-label{color:var(--muted-strong)}.sentence-help .original-excerpt p{color:var(--muted-strong);font-family:var(--serif);font-size:14px;line-height:1.7}.original-excerpt p+p{margin-top:9px}.word-popover{z-index:50;border:1px solid #d9d5c9;border-top:3px solid var(--orange);background:#fffdf8;border-radius:5px;max-height:calc(100svh - 32px);padding:16px 18px 18px;position:fixed;overflow-y:auto;box-shadow:0 8px 40px #28251621}.word-popover:focus{outline:none}.popover-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:5px;display:flex}.popover-top .eyebrow{letter-spacing:1.2px;font-size:8px}.popover-top button{color:var(--muted);background:0 0;border:0;border-radius:3px;justify-content:center;align-items:center;margin:-5px -5px 0 0;padding:5px;display:flex}.popover-top button:hover{background:var(--paper-deep)}.word-popover h3{font-family:var(--serif);color:var(--orange);overflow-wrap:anywhere;font-size:24px;font-weight:400}.popover-meaning{color:var(--ink);margin-top:6px;font-size:14px;line-height:1.65}.popover-unavailable{color:var(--muted-strong);margin-top:7px;font-size:12px;line-height:1.7}.popover-lemma{color:var(--muted);align-items:center;gap:8px;margin-top:11px;font-size:10px;display:flex}.popover-lemma span{font-family:var(--serif);color:var(--ink);font-size:14px}.popover-note{color:var(--muted-strong);border-top:1px solid var(--line);margin-top:11px;padding-top:10px;font-size:10px;line-height:1.8}.article-end-mark{text-align:center;font-family:var(--serif);color:#a6ad99;padding:11px 0 37px;font-size:22px}.article-reference{border-top:1px solid var(--line);outline:none;padding-top:27px;scroll-margin-top:30px}.article-reference h2{font-family:var(--serif);margin-top:12px;font-size:26px;font-weight:400}.article-reference>p:not(.eyebrow){color:var(--muted-strong);margin:12px 0 22px;font-size:11px;line-height:1.9}.source-link{border:1px solid var(--line);background:#f0f0e8;border-radius:5px;justify-content:space-between;align-items:center;gap:20px;padding:19px;display:flex}.source-link:hover{border-color:#b8bdac}.source-link-label{letter-spacing:1px;color:var(--muted-strong);margin-bottom:8px;font-size:8px;font-weight:550;display:block}.source-link strong{font-family:var(--serif);font-size:16px;font-weight:400;line-height:1.45}.source-link>svg{color:var(--orange)}.word-list{border-bottom:1px solid var(--line);margin-top:20px}.word-list>summary{cursor:pointer;color:var(--muted-strong);justify-content:space-between;align-items:center;padding:14px 0;font-size:11px;list-style:none;display:flex}.word-list>summary::-webkit-details-marker{display:none}.word-list[open]>summary>svg{transform:rotate(180deg)}.word-list-intro{color:var(--muted);margin:6px 0 20px;font-size:11px;line-height:1.7}.word-list-sentence{margin-bottom:24px}.word-list-sentence>p{font-family:var(--serif);font-size:17px;line-height:1.7}.word-list-sentence dl{margin:10px 0 0}.word-list-sentence dl>div{border-bottom:1px solid #e6e5dd;grid-template-columns:150px 1fr;gap:15px;padding:9px 0;display:grid}.word-list-sentence dt{font-family:var(--serif);font-size:15px}.word-list-sentence dd{color:var(--muted-strong);margin:0;font-size:11px;line-height:1.7}.word-list-sentence dd small{color:var(--muted);font-size:10px;display:block}.reader-bottom{justify-content:space-between;align-items:center;gap:20px;margin-top:26px;display:flex}.reader-bottom>span{color:var(--green);align-items:center;gap:8px;font-size:10px;display:flex}.reader-bottom .button{min-height:40px;font-size:11px}.notice{background:var(--orange-light);color:#8c482d;border:1px solid #e8d4bf;border-radius:5px;align-items:flex-start;gap:13px;margin:20px 0 0;padding:16px;font-size:11px;line-height:1.8;display:flex}.notice>svg{margin-top:1px}.notice strong{font-weight:550}.notice p{color:#805b45;margin-top:5px}.notice .text-button{margin-top:7px}.error-notice{background:#f4e8df}.reader-loading{color:var(--muted);flex-direction:column;align-items:center;gap:17px;padding:90px 20px;font-size:13px;display:flex}.auth-page{flex-direction:column;max-width:1240px;min-height:100svh;margin:0 auto;padding:0 58px;display:flex}.auth-header{justify-content:space-between;align-items:center;gap:20px;height:115px;display:flex}.private-label{color:var(--muted);align-items:center;gap:8px;font-size:10px;display:flex}.auth-main{flex:1;grid-template-columns:1fr 370px;align-items:center;gap:88px;padding:35px 24px 65px 0;display:grid}.auth-story>.eyebrow{color:var(--orange);letter-spacing:1.7px;margin-bottom:22px;font-size:8px}.auth-story h1{font-family:var(--serif);letter-spacing:-1.8px;font-size:53px;font-weight:400;line-height:1.16}.auth-intro{color:var(--muted-strong);max-width:315px;margin-top:20px;font-size:13px;line-height:1.85}.sample-card{background:#f0f1e8;border:1px solid #dcdfd1;border-radius:7px;max-width:408px;margin-top:37px;padding:21px 25px 0;position:relative;box-shadow:0 10px 25px #222d1603}.sample-heading{letter-spacing:1px;color:var(--green);justify-content:space-between;align-items:center;gap:10px;font-size:7px;display:flex}.sample-heading>span:first-child{align-items:center;gap:6px;display:flex}.sample-card>p{font-family:var(--serif);letter-spacing:-.3px;color:#4a5545;margin-top:22px;margin-bottom:23px;font-size:25px;line-height:1.6}.sample-highlight{color:var(--orange);background:#e9ddc4;border-bottom:1px solid #cc8c69;position:relative}.sample-highlight small{font-family:var(--sans);letter-spacing:0;color:#494e40;white-space:nowrap;background:#fffcf3;border:1px solid #d7d8c9;border-radius:4px;justify-content:space-between;align-items:center;gap:17px;padding:8px 10px;font-size:10px;font-style:normal;line-height:1;display:flex;position:absolute;top:-31px;left:-2px;box-shadow:0 3px 12px #44442914}.sample-highlight small:after{content:"";background:#fffcf3;border-bottom:1px solid #d7d8c9;border-right:1px solid #d7d8c9;width:6px;height:6px;position:absolute;bottom:-4px;left:15px;transform:rotate(45deg)}.sample-caption{color:var(--muted);border-top:1px solid #dbdfcf;align-items:center;gap:8px;padding:14px 0;font-size:8px;display:flex}.sample-dot{background:#99a58a;border-radius:50%;width:4px;height:4px;display:block}.auth-features{color:var(--muted-strong);align-items:center;gap:28px;margin-top:22px;font-size:9px;display:flex}.auth-features>span{align-items:center;gap:7px;display:flex}.auth-features svg{color:var(--green);stroke-width:1.5px}.auth-panel{background:var(--surface);border:1px solid #deded3;border-radius:7px;width:100%;padding:34px 31px 28px;box-shadow:0 12px 35px #30342103}.auth-icon{background:var(--orange-light);width:41px;height:41px;color:var(--orange);border-radius:50%;place-items:center;margin-bottom:23px;display:grid}.auth-icon svg{stroke-width:1.5px;width:20px;height:20px}.auth-panel>.eyebrow{letter-spacing:1.5px;color:var(--muted);font-size:8px}.auth-panel h2{font-family:var(--serif);letter-spacing:-.6px;margin-top:9px;font-size:29px;font-weight:400}.auth-panel-description{color:var(--muted-strong);margin-top:11px;margin-bottom:26px;font-size:11px;line-height:1.85}.field{color:var(--ink);margin-bottom:18px;font-size:10px;font-weight:550;display:block}.field input{width:100%;height:44px;color:var(--ink);background:#fdfcf7;border:1px solid #d9dacf;border-radius:4px;outline:none;margin-top:8px;padding:12px;font-size:12px;line-height:1.4}.field input:focus{border-color:#a48a6c;box-shadow:0 0 0 3px #b9875320}.field input::placeholder{color:#989b8d;font-size:11px;font-weight:400}.field input:read-only{color:var(--muted);background:#f0f0e8}.password-input{display:block;position:relative}.password-input input{padding-right:42px}.password-input button{color:#858b7b;background:0 0;border:0;border-radius:4px;place-items:center;width:42px;height:44px;display:grid;position:absolute;top:8px;right:0}.password-input button:hover{color:var(--orange)}.form-helper{color:var(--muted-strong);justify-content:flex-end;margin:-5px 0 23px;font-size:10px;display:flex}.form-helper a:hover{color:var(--orange)}.auth-panel .button{justify-content:space-between;min-height:44px;padding:13px 15px;font-size:11px}.invitation-note{color:var(--muted);border-top:1px solid var(--line);justify-content:center;align-items:center;gap:6px;margin-top:24px;padding-top:19px;font-size:8px;line-height:1.6;display:flex}.auth-footer{text-align:center;color:var(--muted);padding:12px 0 29px;font-size:9px}.auth-footer span{font-family:var(--serif);color:var(--muted-strong);margin-right:7px;font-size:17px;font-style:italic}.form-message{overflow-wrap:anywhere;border-radius:4px;margin:10px 0 18px;padding:11px 13px;font-size:11px;line-height:1.7}.form-message.error{color:#8e3b24;background:#f8e9df;border:1px solid #edd1bc}.form-message.success{background:var(--green-light);color:var(--green)}.checking-state{color:var(--muted);align-items:center;gap:9px;padding:10px 0;font-size:12px;display:flex}.back-to-login{text-align:center;color:var(--muted-strong);margin-top:24px;font-size:10px;display:block}.narrow-page{max-width:740px;margin:0 auto;padding:0 30px}.subpage-header{border-bottom:1px solid var(--line);padding:55px 0 39px}.subpage-header>.eyebrow{color:var(--orange);letter-spacing:1.3px;font-size:8px}.subpage-header h1{font-family:var(--serif);letter-spacing:-1px;margin-top:21px;font-size:41px;font-weight:400;line-height:1.2}.subpage-header>p:last-child{color:var(--muted-strong);margin-top:13px;font-size:12px;line-height:1.8}.settings-section{border-bottom:1px solid var(--line);padding:28px 0}.section-heading h2{font-family:var(--serif);letter-spacing:-.3px;font-size:23px;font-weight:400}.section-heading>p{color:var(--muted-strong);overflow-wrap:anywhere;max-width:490px;margin-top:9px;font-size:11px;line-height:1.85}.settings-section .level-picker{justify-content:flex-start;margin-top:24px}.settings-section .level-options button{min-width:46px;min-height:34px;font-size:11px}.settings-section .control-label{min-width:87px;font-size:11px}.level-explanation{color:var(--muted-strong);align-items:flex-start;gap:11px;margin-top:19px;font-size:11px;line-height:1.8;display:flex}.level-explanation>strong{color:var(--green);font-weight:600}.switch-setting{cursor:pointer;align-items:center;gap:18px;margin-top:23px;display:flex;position:relative}.switch-setting>span:first-child{flex:1}.switch-setting strong{font-size:12px;font-weight:550;display:block}.switch-setting>span>span{color:var(--muted);margin-top:5px;font-size:10px;line-height:1.8;display:block}.switch-input{opacity:0;cursor:pointer;width:44px;height:25px;position:absolute;right:0}.switch-track{background:#d7dacd;border:1px solid #cbd0bf;border-radius:20px;flex-shrink:0;width:42px;height:24px;transition:background .2s;position:relative}.switch-track:before{content:"";background:#fffef8;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #30382724}.switch-input:checked+.switch-track{background:var(--green);border-color:var(--green)}.switch-input:checked+.switch-track:before{transform:translate(18px)}.switch-input:focus-visible+.switch-track{outline:2px solid var(--orange);outline-offset:5px}.settings-info{color:var(--green);background:var(--green-light);border-radius:4px;align-items:center;gap:10px;margin-top:21px;padding:12px 14px;font-size:10px;line-height:1.8;display:flex}.save-row{align-items:center;gap:17px;margin-top:24px;display:flex}.success-text{color:var(--green);font-size:10px}.account-section{margin-top:17px}.account-dot{color:#a5aa99;margin:0 8px}.password-details{border:1px solid var(--line);background:#f1f1e9;border-radius:4px;margin-top:21px}.password-details>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:15px;padding:16px;font-size:11px;list-style:none;display:flex}.password-details>summary::-webkit-details-marker{display:none}.password-details>summary>span{align-items:center;gap:9px;display:flex}.password-details>summary>svg{color:var(--muted)}.password-details[open]>summary>svg{transform:rotate(90deg)}.password-form{max-width:400px;padding:2px 20px 20px}.sign-out-button{color:var(--muted-strong);background:0 0;border:0;align-items:center;gap:9px;margin-top:18px;padding:12px 0;font-size:11px;display:inline-flex}.sign-out-button:hover{color:var(--orange)}.history-empty{text-align:center;border-bottom:1px solid var(--line);padding:48px 15px 50px}.empty-illustration{background:var(--green-light);width:79px;height:79px;color:var(--green);border-radius:50%;place-items:center;margin:0 auto 26px;display:grid}.history-empty h2{font-family:var(--serif);letter-spacing:-.5px;font-size:28px;font-weight:400}.history-empty p{color:var(--muted-strong);margin-top:15px;font-size:12px;line-height:1.9}.history-empty .button{margin-top:25px}.history-count{color:var(--muted-strong);justify-content:space-between;gap:20px;padding:24px 0 18px;font-size:10px;display:flex}.history-count>span{color:var(--muted);font-size:9px}.history-item{border-top:1px solid var(--line);align-items:center;gap:18px;padding:24px 0;display:flex}.history-item>div{flex:1}.history-book{width:43px;height:43px;color:var(--green);background:var(--green-light);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.history-item-meta{color:var(--muted);align-items:center;gap:10px;font-size:9px;display:flex}.history-item h2{font-family:var(--serif);letter-spacing:-.4px;margin-top:10px;font-size:24px;font-weight:400;line-height:1.35}.history-item>svg,.history-item:hover h2{color:var(--orange)}.history-note{color:var(--muted);border-top:1px solid var(--line);padding-top:24px;font-size:10px;line-height:1.8}.not-found{text-align:center;flex-direction:column;align-items:center;gap:22px;max-width:640px;min-height:80svh;margin:0 auto;padding:100px 30px;display:flex}.not-found>svg{color:var(--green)}.not-found h1{font-size:38px;font-weight:400;line-height:1.2;font-family:var(--serif)}.not-found>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.8}@media (min-width:1450px){.auth-main{padding-top:60px;padding-bottom:100px}.auth-story h1{font-size:57px}.auth-panel{padding-top:39px;padding-bottom:34px}}@media (max-width:1050px){.header-inner{gap:22px}.header-inner nav{gap:20px}.brand-name>span{font-size:6.5px}.orbit-drawing{width:205px;margin-right:20px}.reading-guide{grid-template-columns:1fr 1fr 1fr;gap:20px;padding:21px}.guide-heading{grid-column:1/-1}.guide-heading h3{max-width:100%;font-size:12px}.article-card{padding:21px 19px 0}.article-card h3{font-size:22px}.card-meta{font-size:8px}.auth-page{padding:0 40px}.auth-main{grid-template-columns:1fr 340px;gap:45px;padding-right:0}.auth-story h1{font-size:46px}.sample-card{padding-left:20px;padding-right:20px}.sample-card>p{font-size:22px}.auth-features{gap:14px}.auth-panel{padding:29px 25px}}@media (max-width:780px){.site-header{height:82px}.header-inner{gap:18px;padding:0 24px}.brand-mark{width:38px;height:38px;font-size:26px}.brand-name{font-size:20px}.brand-name>span{display:none}.brand{gap:10px}.header-inner nav{gap:19px}.nav-link{gap:5px;font-size:11px}.nav-link.active:after{bottom:-20px}.account-avatar{display:none}.collection-intro{padding:45px 0 36px}.collection-intro h1{letter-spacing:-1.7px;font-size:48px}.orbit-drawing{width:166px;height:176px;margin-right:0}.collection-intro>div>p:last-child{font-size:12px}.collection-toolbar{align-items:flex-start;gap:20px}.collection-toolbar h2{font-size:23px}.collection-toolbar .level-picker{flex-direction:column;align-items:flex-end;gap:9px;display:flex}.collection-toolbar .control-label{font-size:8px}.level-options button{min-width:29px;min-height:27px;padding:6px 8px}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.article-card{min-height:360px;padding:19px 14px 0}.card-top{margin-bottom:22px}.article-motif{width:45px;height:45px}.article-motif svg{width:23px}.card-number{font-size:22px}.article-card h3{font-size:20px}.card-summary{font-size:10px;line-height:1.75}.card-meta{flex-direction:column;gap:6px;font-size:8px}.card-bottom{flex-direction:column;align-items:flex-start;gap:9px;padding:14px 0}.card-read{font-size:10px}.card-category{letter-spacing:.7px;gap:6px;font-size:7px}.reading-guide{gap:15px}.guide-step{gap:7px}.site-footer{width:calc(100% - 48px)}.site-footer>div{gap:12px}.footer-note{display:none}.auth-page{padding:0 30px}.auth-header{height:95px}.auth-main{grid-template-columns:1fr 310px;gap:35px;padding:35px 0 50px}.auth-story h1{letter-spacing:-1.2px;font-size:38px}.auth-story>.eyebrow{letter-spacing:1px;gap:6px;font-size:7px}.auth-intro{font-size:12px}.sample-card{padding:17px 15px 0}.sample-heading{letter-spacing:.7px;gap:7px;font-size:6px}.sample-heading>span:first-child{gap:4px}.sample-heading svg{width:13px}.sample-card>p{font-size:20px}.sample-caption{gap:6px;font-size:7px}.auth-features{flex-direction:column;align-items:flex-start;gap:12px;font-size:8px}.auth-panel{padding:28px 23px}.private-label{font-size:9px}.article-header h1{font-size:42px}.reader-page{padding:0 30px}.reader-topline{padding-top:25px;padding-bottom:32px}.article-body{font-size:20px}.article-source-line{font-size:9px}.reader-controls .level-picker{gap:12px}.reader-controls .level-options button{min-width:32px}.level-description{font-size:9px}.reader-bottom{gap:15px}}@media (max-width:620px){.page-width{padding-left:22px;padding-right:22px}.header-inner{gap:14px;padding:0 22px}.header-inner nav{gap:18px}.nav-link span{display:none}.nav-link{justify-content:center;min-width:22px}.nav-link svg{width:18px;height:18px}.settings-link{min-width:20px}.nav-link.active:after{bottom:-20px;left:1px;right:1px}.brand-name{font-size:21px}.brand-mark{width:36px;height:36px;font-size:25px}.site-header{height:77px}.nav-link.active:after{bottom:-17px}.collection-intro{gap:0;min-height:248px;padding:39px 0 33px;position:relative}.collection-intro .eyebrow{letter-spacing:1.1px;gap:6px;margin-bottom:20px;font-size:7px}.collection-intro h1{letter-spacing:-1.6px;font-size:43px;line-height:1.14}.collection-intro>div>p:last-child{max-width:255px;margin-top:17px;font-size:11px}.orbit-drawing{opacity:.7;z-index:-1;width:107px;height:122px;position:absolute;top:52px;right:-7px}.collection-toolbar{padding:23px 0 17px;display:block}.collection-toolbar h2{font-size:24px}.collection-toolbar p{margin-top:9px;font-size:10px}.collection-toolbar .level-picker{flex-direction:row;justify-content:space-between;align-items:center;margin-top:23px}.collection-toolbar .control-label{font-size:10px}.level-options button{min-width:35px;min-height:31px;padding:6px 9px;font-size:10px}.collection-status{gap:10px;padding:14px 0 16px;font-size:8px}.collection-status>span{gap:5px}.collection-status>span:last-child{font-size:7px}.article-grid{grid-template-columns:1fr;gap:16px}.article-card{min-height:0;padding:21px 22px 0}.card-top{margin-bottom:18px}.article-motif{width:44px;height:44px}.card-number{font-size:25px}.card-category{letter-spacing:1px;gap:8px;margin-bottom:11px;font-size:8px}.article-card h3{letter-spacing:-.5px;margin-bottom:10px;font-size:25px;line-height:1.22}.card-summary{margin-bottom:20px;font-size:11px;line-height:1.85}.card-meta{flex-direction:row;gap:10px;margin-bottom:17px;font-size:9px}.card-bottom{flex-direction:row;align-items:center;gap:10px;padding:16px 0;font-size:10px}.card-read{gap:8px;font-size:11px}.reading-guide{grid-template-columns:1fr;gap:21px;margin-top:26px;padding:24px}.guide-heading{grid-column:auto;gap:11px;margin-bottom:2px}.guide-heading h3{max-width:none;font-size:12px}.guide-step{gap:13px;padding-left:2px}.guide-step>span{font-size:13px}.guide-step p{font-size:10px;line-height:1.85}.collection-footnote{align-items:flex-start;gap:7px;margin:20px 3px 0;font-size:8px}.collection-footnote>svg{width:12px;margin-top:2px}.site-footer{width:calc(100% - 44px);margin-top:37px;padding:23px 0 25px}.site-footer>div{align-items:center;gap:11px}.footer-wordmark{font-size:17px}.site-footer>div>span:last-child{font-size:8px}.auth-page{padding:0 24px}.auth-header{height:85px}.auth-header .private-label{gap:5px;font-size:8px}.auth-header .private-label svg{width:11px}.auth-header .brand-name{font-size:20px}.auth-main{flex-direction:column;align-items:stretch;gap:30px;padding:22px 0 33px;display:flex}.auth-story>.eyebrow{margin-bottom:17px;font-size:7px}.auth-story h1{letter-spacing:-1.5px;font-size:41px;line-height:1.15}.auth-intro{max-width:290px;margin-top:14px;font-size:11px;line-height:1.85}.sample-card{display:none}.auth-features{flex-direction:row;gap:20px;margin-top:19px;font-size:8px}.auth-features svg{width:14px}.auth-panel{padding:25px 25px 24px}.auth-icon{width:36px;height:36px;margin-bottom:18px}.auth-icon svg{width:18px}.auth-panel h2{font-size:28px}.auth-panel-description{margin-top:9px;margin-bottom:22px;font-size:11px}.field{margin-bottom:17px;font-size:10px}.field input{height:46px;font-size:16px}.password-input button{height:46px}.field input::placeholder{font-size:11px}.auth-panel .button{min-height:45px}.invitation-note{margin-top:22px;padding-top:17px;font-size:8px}.auth-footer{padding-bottom:23px;font-size:8px}.auth-footer span{font-size:16px}.reader-page{padding:0 22px}.reader-topline{padding:21px 0 28px}.reader-topline .eyebrow{letter-spacing:1px;font-size:6.5px}.back-link{gap:6px;font-size:10px}.article-kicker{gap:8px;margin-bottom:17px;font-size:8px}.article-kicker>span:first-child{letter-spacing:1.1px}.article-header h1{letter-spacing:-1px;overflow-wrap:break-word;font-size:35px;line-height:1.18}.article-deck{margin-top:16px;font-size:16px;line-height:1.7}.article-source-line{gap:10px;margin-top:21px;font-size:8px}.reader-controls{margin-top:25px;padding:19px 0;display:block}.reader-controls .level-picker{justify-content:space-between;gap:12px}.reader-controls .level-options button{min-width:31px;padding:6px 8px}.reader-controls .control-label{font-size:9px}.level-description{text-align:right;margin-top:12px;font-size:8px;display:block}.reader-tip{align-items:flex-start;gap:8px;margin-top:18px;padding:12px 13px;font-size:9px;line-height:1.8}.reader-tip>svg{width:14px;margin-top:3px}.reader-skip{gap:4px;margin-top:10px;font-size:8px}.article-body{letter-spacing:0;margin-top:26px;font-size:20px;line-height:1.9}.article-paragraph{margin-bottom:23px}.sentence-toggle{width:24px;min-width:24px;height:25px;margin-left:4px;margin-right:2px}.sentence-help{margin:13px 0 20px;padding:17px 16px}.sentence-help>p{font-size:12px;line-height:1.8}.help-label{letter-spacing:.8px;font-size:7px}.sentence-help .original-excerpt p{font-size:14px;line-height:1.75}.article-end-mark{padding-top:2px;padding-bottom:27px}.article-reference{padding-top:24px}.article-reference>.eyebrow{letter-spacing:1.1px;font-size:7px}.article-reference h2{font-size:25px}.article-reference>p:not(.eyebrow){margin-bottom:19px;font-size:10px;line-height:1.9}.source-link{gap:16px;padding:17px 15px}.source-link-label{letter-spacing:.6px;font-size:7px;line-height:1.6}.source-link strong{font-size:16px}.source-link>svg{width:17px}.reader-bottom{flex-direction:column;align-items:flex-start;gap:18px;margin-top:24px;display:flex}.reader-bottom>span{font-size:10px}.reader-bottom .button{justify-content:space-between;width:100%;min-height:43px}.word-list-sentence dl>div{grid-template-columns:100px 1fr;gap:12px}.word-list-sentence dt{overflow-wrap:anywhere;font-size:14px}.word-list-sentence dd{font-size:10px}.narrow-page{padding:0 23px}.subpage-header{padding-top:36px;padding-bottom:30px}.subpage-header>.eyebrow{letter-spacing:1.1px;font-size:7px}.subpage-header h1{letter-spacing:-.8px;margin-top:18px;font-size:34px}.subpage-header>p:last-child{font-size:11px}.section-heading h2{font-size:22px}.section-heading>p{font-size:10px}.settings-section{padding:25px 0}.settings-section .level-picker{justify-content:space-between;gap:10px}.settings-section .level-options button{min-width:29px;min-height:29px;padding:6px 8px;font-size:10px}.settings-section .control-label{min-width:0;font-size:10px}.level-explanation{gap:9px;font-size:10px}.switch-setting{align-items:flex-start;gap:15px}.switch-setting strong{font-size:11px}.switch-setting>span>span{max-width:235px;font-size:9px;line-height:1.85}.switch-track{margin-top:1px}.settings-info{align-items:flex-start;padding:12px;font-size:9px}.settings-info>svg{width:14px;margin-top:2px}.save-row{flex-wrap:wrap;gap:12px}.save-row>.button{font-size:11px}.success-text{font-size:9px}.account-section{margin-top:10px}.password-form{padding:4px 16px 18px}.history-empty{padding:40px 4px}.empty-illustration{width:67px;height:67px}.empty-illustration svg{width:30px}.history-empty h2{font-size:25px}.history-empty p{font-size:11px}.history-count{padding-top:21px;font-size:9px}.history-count>span{font-size:8px}.history-item{gap:12px;padding:23px 0}.history-book{width:35px;height:35px}.history-book svg{width:17px}.history-item-meta{gap:7px;font-size:7px}.history-item h2{font-size:21px;line-height:1.3}.history-item>svg{width:16px}.history-note{font-size:9px}.not-found{padding:85px 25px}.not-found h1{font-size:31px}}@media (max-width:360px){.auth-header .private-label{max-width:73px;font-size:7px;line-height:1.6}.auth-page{padding:0 20px}.auth-story h1{font-size:36px}.auth-story>.eyebrow{letter-spacing:.7px;font-size:6px}.auth-features{gap:13px;font-size:7px}.auth-panel{padding:23px 21px}.header-inner{gap:10px;padding:0 18px}.brand-name{font-size:18px}.header-inner nav{gap:14px}.brand{gap:8px}.page-width{padding-left:18px;padding-right:18px}.collection-intro h1{font-size:38px}.orbit-drawing{opacity:.5;width:86px;right:-5px}.collection-intro .eyebrow{font-size:6px}.collection-toolbar h2{font-size:23px}.level-options button{min-width:30px;padding:6px 7px}.collection-status>span:last-child{font-size:6px}.reader-page{padding:0 19px}.article-header h1{font-size:31px}.reader-controls .control-label{font-size:8px}.reader-controls .level-options button{min-width:27px;padding:6px}.article-body{font-size:19px}.reader-topline .eyebrow{font-size:6px}.site-footer>div{flex-direction:column;align-items:flex-start;gap:9px}.settings-section .level-options button{min-width:25px;padding:6px}.subpage-header h1{font-size:31px}.history-item h2{font-size:19px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}
