:root{color:#22362f;font-synthesis:none;--green:#205e4c;--green-dark:#174535;--muted:#79827b;--line:#e4e7df;--paper:#fff;--light:#edf3ee;--serif:"Noto Serif KR","Batang",Georgia,serif;background:#faf9f6;font-family:Inter,Pretendard,Noto Sans KR,Malgun Gothic,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,.button{background:var(--green);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:9px;padding:12px 19px;font-size:14px;font-weight:650;transition:background .18s,transform .18s;display:inline-flex}button:hover,.button:hover{background:var(--green-dark)}button:active,.button:active{transform:translateY(1px)}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,a:focus-visible{outline-offset:4px;outline:3px solid #81bbaa}input:focus,textarea:focus,select:focus{outline-offset:1px;outline:2px solid #6b9c87}.secondary{color:var(--green);background:#fff;border-color:#d5ded6}.secondary:hover{background:#eef3ed}.text-link{color:var(--green);background:0 0;border:none;align-items:center;gap:7px;padding:4px 0;font-size:13px;display:inline-flex}.text-link:hover{color:#123b2e;background:0 0;text-decoration:underline}.icon-button{color:inherit;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:10px;display:inline-flex}.icon-button:hover{background:#eaf0e9}.full{width:100%}.actions{flex-wrap:wrap;gap:12px;display:flex}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-1.4px;margin-bottom:13px;font-size:34px;line-height:1.45}h2{letter-spacing:-.6px;font-size:21px;line-height:1.5}h3{font-size:16px;line-height:1.6}p{line-height:1.8}small{color:var(--muted);font-size:12px;line-height:1.7}.muted{color:var(--muted);font-size:14px}.eyebrow{letter-spacing:2px;color:#698674;margin-bottom:17px;font-size:11px;font-weight:700;display:block}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;max-width:1200px;height:88px;margin:auto;padding:0 38px;display:flex}.topbar nav{align-items:center;gap:12px;display:flex}.logo{color:var(--green);align-items:center;gap:12px;display:flex}.logo>svg{stroke-width:1.6px}.logo>span{letter-spacing:-.6px;font-family:Georgia,serif;font-size:21px;font-weight:700}.logo small{letter-spacing:2px;color:#799386;margin-top:5px;font-family:system-ui,sans-serif;font-size:9px;font-weight:400;display:block}.reader-name{color:#6c7c70;margin-right:4px;font-size:12px}.page{max-width:1124px;min-height:75vh;margin:auto;padding:47px 28px 70px}.footer{text-align:center;color:#98a195;letter-spacing:1px;border-top:1px solid var(--line);max-width:1124px;margin:auto;padding:28px 20px;font-size:11px}.back{color:#697d70;background:0 0;border:0;align-items:center;gap:4px;margin-bottom:29px;padding:0;font-size:12px;display:inline-flex}.back:hover{color:var(--green);background:0 0}.section-title{justify-content:space-between;align-items:center;gap:20px;margin:25px 0;display:flex}.section-title h1,.section-title h2,.section-title h3{margin:0}.section-title>span{color:var(--muted);font-size:12px}.section-title .eyebrow{margin-bottom:8px}.section-title p{color:var(--muted);margin:10px 0 0;font-size:13px}.panel{border:1px solid var(--line);background:#fff;border-radius:14px;margin:24px 0;padding:28px}.panel>p{color:var(--muted);font-size:13px}.panel h2{margin-bottom:12px}.narrow{max-width:590px;margin:0 auto}.field{margin-bottom:19px;display:block}.field>span{color:#53675a;margin-bottom:9px;font-size:12px;font-weight:650;display:block}input,select,textarea{color:#283a2e;background:#fff;border:1px solid #dce2d9;border-radius:8px;max-width:100%;padding:12px 13px}.field input,.field select{width:100%;min-height:44px;font-size:14px}input::placeholder,textarea::placeholder{color:#a2a89f;font-size:12px}input[type=checkbox]{accent-color:var(--green);vertical-align:middle;width:15px;height:15px}input[type=range]{accent-color:var(--green);min-height:20px;padding:0}textarea{resize:vertical;width:100%;min-height:108px;line-height:1.8}.error{color:#9c4530;white-space:pre-wrap;overflow-wrap:anywhere;background:#fff1ec;border-radius:8px;padding:12px 15px;font-size:13px;line-height:1.7}.error-text{color:#ab4b36}.success{color:#2b6b46;background:#e9f4ec;border-radius:8px;padding:12px 15px;font-size:13px}.loading{color:var(--muted);justify-content:center;align-items:center;gap:14px;min-height:45vh;font-size:13px;display:flex}.spinner{border:2px solid #dfe6dc;border-top-color:var(--green);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;color:#92a28f;flex-direction:column;justify-content:center;align-items:center;min-height:380px;display:flex}.empty h2{color:#5d7261;margin:22px 0 8px;font-size:18px}.empty p{font-size:13px}.chips{flex-wrap:wrap;gap:7px;display:flex}.chips button{color:#74816f;white-space:nowrap;background:0 0;border:1px solid #e0e5dc;border-radius:24px;padding:8px 13px;font-size:12px;font-weight:500}.chips button.selected{background:var(--green);color:#fff;border-color:var(--green)}.chips button:hover{border-color:#7a9c86}.tag{color:#608165;white-space:nowrap;background:#edf3ea;border-radius:4px;padding:3px 7px;font-size:10px}.pagination{justify-content:center;align-items:center;gap:20px;margin:45px 0 0;font-size:13px;display:flex}.landing{background:#faf9f5}.landing main{max-width:1124px;margin:auto;padding:0 28px}.landing-hero{grid-template-columns:1.15fr 1fr;align-items:center;gap:50px;min-height:565px;padding:55px 20px;display:grid}.landing-hero h1{font-family:var(--serif);letter-spacing:-2px;margin-bottom:22px;font-size:45px;font-weight:600;line-height:1.6}.landing-hero p{color:#7b8376;margin-bottom:30px;font-size:15px;line-height:2}.landing-hero .actions{margin-bottom:22px}.landing-hero small{font-size:10px}.book-art{background:radial-gradient(at 50% 56%,#e5ecdd 0%,#f0f1e7 46%,#0000 71%);height:365px;position:relative}.decor-book{border-radius:3px 8px 8px 3px;flex-direction:column;justify-content:center;width:177px;height:256px;padding:24px 26px;display:flex;position:absolute;overflow:hidden;box-shadow:9px 15px 30px #334b3623}.decor-book:before{content:"";background:#ffffff24;width:2px;position:absolute;inset:0 auto 0 6px}.decor-book span{font-family:var(--serif);font-size:20px;line-height:1.8}.decor-book small{color:inherit;letter-spacing:2px;opacity:.65;margin-top:24px;font-family:Georgia,serif;font-size:8px}.b1{color:#536e56;background:#d6d3bc;top:39px;left:28px;transform:rotate(-13deg)}.b1:after{content:"";background:#70857333;border-radius:50%;width:170px;height:130px;position:absolute;bottom:-40px;right:-25px;transform:rotate(-35deg)}.b2{color:#f4ead3;background:#265e4d;top:54px;right:14px;transform:rotate(9deg)}.b2 svg{color:#d5c394;stroke-width:1px;margin-bottom:22px}.b2:after{content:"";border:1px solid #bec89a45;border-radius:50%;width:100px;height:100px;position:absolute;top:-15px;right:-30px}.art-caption{text-align:center;letter-spacing:3px;color:#92a08c;width:100%;font-size:11px;position:absolute;bottom:-5px;left:0}.landing-features{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:50px;padding:55px 20px;display:grid}.landing-features article>span{color:#a5b299;font-family:Georgia,serif;font-size:15px}.landing-features h2{margin:16px 0 10px;font-size:18px}.landing-features p{color:#84907e;margin:0;font-size:13px}.install-box{text-align:center;background:#eef2e8;border:1px solid #e0e7d9;border-radius:15px;margin:20px 0 70px;padding:48px 20px}.install-box>svg{color:#6c8e72;margin-bottom:15px}.install-box p{color:#7c8a74;font-size:13px;line-height:2}.install-box button{margin-top:12px}.auth-layout{background:radial-gradient(at 14% 60%,#eaf0e5 0%,#0000 50%),#faf9f6;min-height:100vh}.auth-center{grid-template-columns:1fr 1fr;align-items:center;gap:95px;max-width:960px;min-height:calc(100vh - 90px);margin:auto;padding:65px 24px 80px;display:grid}.auth-decoration{padding-left:10px}.auth-decoration h1{font-family:var(--serif);letter-spacing:-2px;margin-bottom:24px;font-size:39px;font-weight:500;line-height:1.75}.auth-decoration p{color:#89937f;font-size:14px;line-height:2}.mini-books{border-bottom:2px solid #b7c6b055;align-items:flex-end;gap:6px;width:230px;height:90px;margin-top:48px;padding:0 10px;display:flex}.mini-books i{background:#c9d4bb;border-radius:3px 4px 0 0;width:29px;height:61px;display:block;box-shadow:inset 4px 0 #fff3}.mini-books i:nth-child(2){background:#859c79;height:76px}.mini-books i:nth-child(3){background:#426d56;height:66px;margin:0 6px;transform:rotate(-8deg)}.mini-books i:nth-child(4){background:#d0c6a4;height:52px}.mini-books svg{color:#8ca17e;stroke-width:1px;margin:0 0 5px 11px}.auth-card{background:#fff;border:1px solid #e2e7dc;border-radius:17px;padding:36px;box-shadow:0 12px 55px #34452504}.auth-card .eyebrow{letter-spacing:1px;margin-bottom:12px;font-size:10px}.auth-card h2{margin-bottom:9px;font-size:23px}.auth-card>p{color:#8a9285;margin-bottom:26px;font-size:12px}.auth-card .field{margin-bottom:17px}.auth-card form>small{color:#748b70;margin:-7px 0 12px;font-size:11px;display:block}.auth-card .full{margin-top:11px}.auth-links{border-top:1px solid var(--line);flex-direction:column;align-items:center;gap:14px;margin-top:23px;padding-top:21px;display:flex}.auth-links button{color:#7f8b78;background:0 0;padding:0;font-size:11px;font-weight:400}.auth-links button:first-child{color:var(--green);font-weight:600}.recovery{overflow-wrap:anywhere;color:#335d3d;background:#f0f4ec;border:1px dashed #b3c4a8;border-radius:8px;margin:20px 0;padding:16px;font-size:14px;line-height:1.9;display:block}.manage-entry{color:#718268;border-top:1px solid var(--line);align-items:center;gap:10px;padding:24px 2px;font-size:13px;display:flex}.manage-entry svg:last-child{margin-left:auto}.library-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:29px;display:flex}.library-heading .eyebrow{letter-spacing:2.3px;margin-bottom:12px;font-size:9px}.library-heading h1{font-family:var(--serif);margin:0 0 10px;font-size:34px;font-weight:600}.library-heading p{color:#909787;margin:0;font-size:13px}.search{border:1px solid var(--line);color:#93a08a;background:#fff;border-radius:9px;align-items:center;gap:10px;min-width:280px;padding:0 13px;display:flex}.search input{background:0 0;border:0;width:100%;padding:13px 0;font-size:13px}.search input:focus{outline:0}.search:focus-within{outline:2px solid #8eaf8d}.continue-card{background:#eef3e9;border:1px solid #e0e8d9;border-radius:11px;align-items:center;gap:19px;margin:31px 0;padding:20px 25px;display:flex}.continue-icon{color:#66885b;background:#dce8d5;border-radius:9px;justify-content:center;align-items:center;width:47px;height:47px;display:flex}.continue-card span{color:#8c9c7e;letter-spacing:.5px;font-size:10px}.continue-card h3{margin:5px 0 0;font-size:14px}.continue-card>svg{color:#6e9162;margin-left:auto}.filters{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;padding:10px 0 22px;display:flex}.filters .chips{gap:6px}.filters .chips button{padding:7px 11px;font-size:11px}.filters>select{color:#829074;background:0 0;border:0;width:103px;padding:8px 0;font-size:11px}.books-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 28px;display:grid}.book-card{min-width:0;transition:transform .2s;display:block}.book-card:hover{transform:translateY(-4px)}.cover{aspect-ratio:2/3;color:#fff;isolation:isolate;background:linear-gradient(145deg,#d9ded0,#749581);border-radius:5px 10px 10px 5px;flex-direction:column;justify-content:center;align-items:center;gap:22px;display:flex;position:relative;overflow:hidden;box-shadow:3px 6px 15px #27433116}.cover:after{content:"";pointer-events:none;background:#ffffff25;width:2px;position:absolute;top:0;bottom:0;left:5px}.cover img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.cover>strong{font-family:var(--serif);text-align:center;max-width:80%;font-size:21px;font-weight:500;line-height:1.7}.cover>svg{stroke-width:1px;opacity:.6}.cover>small{color:#fff9;letter-spacing:3px;font-size:9px}.genre-1{background:linear-gradient(145deg,#9ca78c,#284e45)}.genre-2{background:linear-gradient(145deg,#efd9cd,#b4aa98)}.genre-3{background:linear-gradient(145deg,#a3aca8,#3d505b)}.cover-badge{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#263d31b0;border:1px solid #ffffff20;border-radius:4px;padding:5px 8px;font-size:9px;position:absolute;bottom:10px;left:10px}.book-genre{color:#91a082;text-overflow:ellipsis;white-space:nowrap;margin-top:17px;margin-bottom:7px;font-size:10px;display:block;overflow:hidden}.book-card h3{letter-spacing:-.4px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:9px;font-size:15px;line-height:1.6;display:-webkit-box;overflow:hidden}.book-card p{color:#91978b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:13px;font-size:11px;line-height:1.85;display:-webkit-box;overflow:hidden}.book-meta{color:#9ba38f;align-items:center;gap:13px;font-size:10px;display:flex}.book-meta span{align-items:center;gap:4px;display:flex}.book-meta span:first-child{color:#6c8261}.work-heading{grid-template-columns:190px 1fr;align-items:center;gap:43px;padding:6px 0 40px;display:grid}.work-heading h1{margin:10px 0 18px;font-size:31px;line-height:1.5}.work-heading .eyebrow{letter-spacing:1px;font-size:10px}.work-heading .blurb{color:#75846e;max-width:640px;font-size:14px;line-height:1.95}.work-heading .book-meta{font-size:11px}.schedule{color:#9aa48e;margin:16px 0 25px;font-size:11px}.notice{color:#718564;background:#f0f2e7;border:1px solid #e1e6d5;border-radius:10px;align-items:flex-start;gap:15px;margin-bottom:35px;padding:21px 24px;display:flex}.notice>svg{flex-shrink:0;margin-top:2px}.notice p{margin:0;font-size:13px;line-height:1.9}.chapters{border-top:1px solid var(--line)}.chapter-row{border-bottom:1px solid var(--line);align-items:center;gap:20px;padding:22px 15px;display:flex}.chapter-row:hover{background:#f0f3eb}.chapter-number{color:#a2ae94;min-width:35px;font-family:Georgia,serif;font-size:19px}.chapter-row h3{margin:0 0 5px;font-size:14px}.chapter-row small{font-size:10px}.chapter-row>svg{color:#a5b298;margin-left:auto}.chapter-row .tag{margin-left:auto}.reader{--read-bg:#fcfaf5;--read-color:#343c34;--read-line:#e8e6de;background:var(--read-bg);min-height:100vh;color:var(--read-color)}.theme-light{--read-bg:#fff;--read-color:#2e362f;--read-line:#e9ece7}.theme-dark{--read-bg:#202821;--read-color:#cbd2c8;--read-line:#394137;--muted:#929e8c}.reader-bar{background:var(--read-bg);border-bottom:1px solid var(--read-line);z-index:5;align-items:center;gap:18px;height:70px;padding:0 28px;display:flex;position:sticky;top:0}.reader-bar>div{min-width:0;max-width:700px}.reader-bar>div>span{color:#92a089;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:10px;display:block;overflow:hidden}.reader-bar strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;display:block;overflow:hidden}.reader-bar>button{margin-left:auto}.theme-dark .icon-button:hover{background:#344333}.reading-column{word-break:keep-all;overflow-wrap:break-word;margin:0 auto;padding:60px 32px 0}.font-serif{font-family:var(--serif)}.font-sans{font-family:Noto Sans KR,Malgun Gothic,system-ui,sans-serif}.chapter-title{text-align:center;margin:14px 0 68px}.chapter-title>span{color:#8b9a82;letter-spacing:2px;font-family:system-ui,sans-serif;font-size:11px}.chapter-title h1{letter-spacing:-1px;margin:18px 0 25px;font-size:29px;font-weight:500;line-height:1.7}.title-rule{background:#abb79e;width:28px;height:1px;margin:auto}.reading-column>p{line-height:inherit;white-space:pre-wrap;margin:0 0 1.25em;scroll-margin-top:105px}.chapter-art{margin:55px -14px;display:block}.chapter-art img{border-radius:3px;width:100%;max-width:100%;height:auto;display:block}.end-mark{text-align:center;color:#a4b098;margin:60px 0 40px;font-size:18px}.reader-end{max-width:720px;margin:auto;padding:0 32px 70px;font-family:system-ui,sans-serif}.reaction-row{justify-content:center;align-items:center;gap:25px;display:flex}.reaction-row>span{color:var(--muted);gap:7px;font-size:12px;display:flex}.like{color:#78916e;border:1px solid var(--read-line);background:0 0;border-radius:30px;padding:12px 22px;font-size:13px}.like:hover{background:#91a68b18}.like.active{color:#bd6870;background:#bd687012;border-color:#bd687040}.position-state{text-align:center;color:var(--muted);margin:20px 0 38px;font-size:10px}.reader-nav{border-top:1px solid var(--read-line);grid-template-columns:1fr 1fr;gap:15px;padding-top:30px;display:grid}.next-note{text-align:center;color:var(--muted);max-width:450px;margin:22px auto 40px;font-size:12px;line-height:1.9}.reader-settings{z-index:10;background:var(--read-bg);border:1px solid var(--read-line);border-radius:13px;width:315px;padding:22px;position:fixed;top:80px;right:25px;box-shadow:0 10px 50px #12221918}.reader-settings .section-title{margin:0 0 22px}.reader-settings h2{font-size:16px}.reader-settings>label{align-items:center;gap:12px;margin-bottom:21px;font-size:11px;display:flex}.reader-settings input{min-width:0;max-width:140px}.reader-settings .chips{margin:15px 0}.reader-settings .text-link{color:var(--read-color)}.comments{border-top:1px solid var(--read-line);margin-top:45px;padding-top:30px}.comments h2{align-items:center;gap:10px;margin-bottom:23px;font-size:17px;font-weight:500;display:flex}.comments textarea{background:var(--read-bg);color:var(--read-color);border-color:var(--read-line);font-size:13px}.comment-controls{justify-content:space-between;align-items:center;margin:10px 0 25px;display:flex}.comment-controls>label{color:var(--muted);font-size:11px}.comment-controls>div{align-items:center;gap:15px;display:flex}.comment-controls button{padding:9px 18px;font-size:12px}.comment{border-bottom:1px solid var(--read-line,var(--line));padding:22px 0}.comment-head{justify-content:space-between;align-items:center;gap:15px;margin-bottom:12px;display:flex}.comment-head strong{font-size:12px;font-weight:600}.comment-head small{font-size:10px}.comment>p,.comment details p{white-space:pre-wrap;overflow-wrap:anywhere;margin-bottom:10px;font-size:13px;line-height:1.85}.comment details summary{cursor:pointer;color:var(--muted);padding:8px 0;font-size:12px}.comment-actions{justify-content:flex-end;gap:15px;display:flex}.comment-actions button{color:var(--muted);background:0 0;padding:0;font-size:10px;font-weight:400}.theme-dark .secondary{color:#b4c7a8;background:#2f3e30;border-color:#465440}.theme-dark .error{color:#ddb19c;background:#49362c}.unlock{max-width:420px;margin:60px auto}.unlock>svg{color:#6b8a60;margin-bottom:18px}.unlock h1{font-size:27px}.unlock p{color:#89937f;font-size:13px}.stat-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0;display:grid}.stat-grid>div{border:1px solid var(--line);background:#fff;border-radius:12px;padding:25px}.stat-grid small{margin-bottom:13px;font-size:11px;display:block}.stat-grid strong{color:#3e6248;font-size:29px;font-weight:500}.stat-grid strong span{color:#98a58c;font-size:15px}.work-control{border-top:1px solid var(--line);padding:15px 0}.work-control .section-title{margin:8px 0 15px}.work-control h3{margin:0 0 5px;font-size:14px}.work-control small,.work-control button{font-size:11px}.weekday-control{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.weekday-control .chips button{padding:6px 11px;font-size:11px}.job{border-top:1px solid var(--line);align-items:flex-start;gap:12px;padding:16px 0;display:flex}.job>div{flex:1;min-width:0}.job strong{font-size:12px;font-weight:500}.job p{color:#8d9982;margin:6px 0 0;font-size:11px}.job .error-text{word-break:break-word;max-width:650px;margin-top:8px;display:block}.job .tag{font-size:9px}.status-dot{background:#b6c2a8;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:7px}.status-dot.running{background:#5f9c72;box-shadow:0 0 0 4px #699e6e16}.status-dot.failed{background:#c68b6a}.model-form{align-items:flex-end;gap:20px;display:flex}.model-form .field{flex:1;margin:0}.model-form .field select{font-size:13px}.wizard{max-width:730px;margin:auto}.wizard-progress{gap:5px;margin:10px 0 42px;display:flex}.wizard-progress span{background:#e0e6d9;border-radius:2px;flex:1;height:3px}.wizard-progress .filled{background:#729a6b}.wizard h1{margin:0 0 12px;font-size:29px;line-height:1.65}.wizard-hint{color:#929d86;margin-bottom:33px;font-size:13px}.choice-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.choice{color:#77866a;text-align:left;background:#fff;border:1px solid #e1e6dc;border-radius:10px;justify-content:space-between;min-height:62px;padding:17px 20px;font-size:13px;font-weight:500}.choice:hover{background:#f0f4ea;border-color:#9fb393}.choice.selected{color:#365e3b;background:#edf4e8;border-color:#7b9c6e}.choice svg{flex-shrink:0}.detail-options{margin-top:27px}.detail-options summary{color:#849779;cursor:pointer;padding:13px 0;font-size:12px}.detail-options>div{margin:22px 0}.detail-options h3{font-size:13px}.detail-options .choice{min-height:43px;padding:12px 14px;font-size:11px}.detail-options .choice-grid{grid-template-columns:repeat(3,1fr);gap:8px}.target-choice{text-align:center;padding:5px 10px}.target-choice>strong{color:#4c7650;letter-spacing:-3px;margin:15px 0 35px;font-size:60px;font-weight:400;display:block}.target-choice>strong span{color:#899e7c;letter-spacing:0;margin-left:10px;font-size:21px}.target-choice>input{width:100%;margin:0 0 28px}.target-choice .chips{justify-content:center}.target-choice p{color:#96a089;margin-top:25px;font-size:12px}.selection-summary{flex-wrap:wrap;gap:9px;margin:28px 0 13px;display:flex}.selection-summary span{color:#8b9d7c;background:#edf2e7;border-radius:4px;padding:6px 10px;font-size:11px}.wizard>h3{margin-top:28px;font-size:14px}.wizard>.muted{margin-top:18px;font-size:12px}.wizard-buttons{border-top:1px solid var(--line);justify-content:space-between;gap:15px;margin:38px 0 0;padding:25px 0;display:flex}.review-room{background:#f5f6f1;min-height:100vh}.review-label{color:#7c8e70;align-items:center;gap:8px;font-size:11px;display:flex}.review-page{max-width:1160px;margin:auto;padding:28px 35px 80px}.review-page h1{font-size:28px}.review-page>.field{max-width:600px;margin:30px 0}.review-tabs{white-space:nowrap;border-bottom:1px solid #dae1d2;gap:5px;padding-bottom:15px;display:flex;overflow-x:auto}.review-tabs button{color:#8d9c7f;background:0 0;border-radius:7px;padding:10px 13px;font-size:11px;font-weight:500}.review-tabs .selected{color:#fff;background:#315e3e}.review-content{background:#fff;border:1px solid #e1e6dc;border-radius:12px;margin-top:24px;padding:28px}.review-content>h2{border-bottom:1px solid var(--line);margin:30px 0 20px;padding-bottom:12px;font-size:20px}.review-content>h2:first-child{margin-top:0}.review-values{margin:0}.review-values>div{border-bottom:1px solid #edf0e7;grid-template-columns:135px 1fr;gap:18px;padding:13px 0;display:grid}.review-values dt{color:#869774;overflow-wrap:anywhere;padding-top:3px;font-size:11px}.review-values dd{min-width:0;margin:0;font-size:13px}.review-text{white-space:pre-wrap;color:#596d4e;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.95}.review-array>p{padding:4px 0}.review-array details{border:1px solid #e5ebdd;border-radius:6px;margin:8px 0;padding:12px 16px}.review-array summary{cursor:pointer;color:#6d855d;font-size:12px;font-weight:600;line-height:1.8}.review-array details[open]>summary{margin-bottom:15px}.review-values .review-values>div{grid-template-columns:95px 1fr;gap:12px}.review-chapter{border-bottom:1px solid var(--line);padding:18px 0}.review-chapter>summary{color:#718762;cursor:pointer;overflow-wrap:anywhere;font-size:12px;font-weight:600;line-height:1.9}.review-chapter[open]>summary{margin-bottom:25px}.review-chapter h3{margin:28px 0 15px;font-size:14px}.character-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;display:grid}.character.panel{margin:0;padding:20px}.character>img{object-fit:contain;background:#f3f5ee;border-radius:7px;width:100%;height:330px;margin-bottom:23px;display:block}.character h2{font-size:21px}.character .review-values>div{grid-template-columns:70px 1fr;gap:15px}.character-placeholder{color:#9daf8c;background:#f0f4e9;flex-direction:column;justify-content:center;align-items:center;gap:13px;height:160px;margin-bottom:25px;font-size:11px;display:flex}.review-images{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.review-images figure{margin:20px 0}.review-images img{object-fit:contain;background:#f2f5eb;width:100%;max-height:550px}.review-images figcaption{color:#8d9f7c;text-align:center;margin-top:12px;font-size:11px}.hash{overflow-wrap:anywhere;color:#b0b9a4;padding:15px 0;font-size:9px;display:block}@media (width>=1200px){.books-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:42px}.cover{max-height:350px}.book-card{max-width:235px}}@media (width<=900px){.books-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 22px}.auth-center{gap:38px;max-width:830px}.auth-card{padding:29px}.auth-decoration h1{font-size:32px}.landing-hero{gap:20px;padding:45px 0}.landing-hero h1{font-size:36px}.decor-book{width:155px;height:233px}.b1{left:8px}.b2{right:0}.filters{align-items:flex-start}.model-form{flex-wrap:wrap}.model-form .field{min-width:180px}.review-values>div{grid-template-columns:105px 1fr}.character-grid{grid-template-columns:1fr}.character>img{height:420px}.landing-features{gap:28px}}@media (width<=620px){.topbar{height:74px;padding:0 21px}.logo{gap:9px}.logo>span{font-size:18px}.logo small{letter-spacing:1.2px;font-size:8px}.logo>svg{width:20px}.topbar nav{gap:1px}.reader-name{display:none}.page{padding:31px 21px 50px}.footer{font-size:9px}.topbar>.text-link{gap:4px;font-size:10px}.topbar>.text-link svg{width:12px}h1{font-size:28px}.auth-center{max-width:450px;min-height:0;padding:32px 23px 50px;display:block}.auth-decoration{display:none}.auth-card{box-shadow:none;border-radius:13px;padding:27px 25px}.auth-card h2{font-size:22px}.auth-layout{background:linear-gradient(#faf9f6,#eef2e8)}.library-heading{margin-bottom:23px;display:block}.library-heading h1{font-size:29px}.library-heading .eyebrow{font-size:8px}.library-heading p{font-size:11px}.search{width:100%;min-width:0;margin-top:25px}.search input{padding:12px 0;font-size:12px}.continue-card{gap:14px;margin:23px 0;padding:16px 18px}.continue-icon{width:39px;height:39px}.continue-icon svg{width:21px}.continue-card h3{font-size:12px}.continue-card span{font-size:9px}.filters{flex-direction:column;gap:8px;margin-bottom:25px;padding-bottom:15px}.filters>.select{align-self:flex-end}.filters .chips{gap:6px}.filters .chips button{padding:6px 10px;font-size:10px}.filters>select{align-self:flex-end;padding:0;font-size:10px}.books-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 20px}.cover{border-radius:3px 7px 7px 3px}.cover>strong{font-size:17px}.book-genre{margin-top:13px;font-size:9px}.book-card h3{margin-bottom:6px;font-size:13px;line-height:1.7}.book-card p{font-size:10px;line-height:1.8}.book-meta{gap:10px;font-size:9px}.book-meta svg{width:11px}.cover-badge{padding:4px 6px;font-size:8px;bottom:8px;left:8px}.work-heading{grid-template-columns:115px 1fr;align-items:start;gap:21px;padding:0 0 30px}.work-heading h1{margin:8px 0 14px;font-size:22px;line-height:1.65}.work-heading .eyebrow{font-size:9px;line-height:1.8}.work-heading .blurb{grid-column:1/-1;font-size:11px;line-height:1.9}.work-heading .book-meta{gap:9px;font-size:9px}.work-heading .button{padding:10px 13px;font-size:11px}.schedule{margin:13px 0 17px;font-size:9px;line-height:1.8}.notice{gap:12px;margin-bottom:25px;padding:16px}.notice p{font-size:11px}.notice>svg{width:17px}.chapter-row{gap:11px;padding:19px 5px}.chapter-row h3{font-size:12px}.chapter-row small{font-size:9px}.chapter-number{min-width:26px;font-size:17px}.section-title h2{font-size:18px}.section-title>span{font-size:10px}.reading-column{padding:36px 24px 0}.reader-bar{gap:5px;height:65px;padding:0 9px}.reader-bar strong{max-width:73vw;font-size:11px}.reader-bar>div>span{max-width:73vw;font-size:9px}.reader-bar .icon-button{padding:10px 7px}.chapter-title{margin:15px 0 45px}.chapter-title h1{font-size:25px;line-height:1.8}.chapter-title>span{font-size:10px}.reader-end{padding:0 24px 45px}.reader-settings{width:min(310px,100vw - 26px);top:75px;right:13px}.chapter-art{margin:35px -8px}.reading-column>p{margin-bottom:1.3em}.comments h2{font-size:16px}.comment-head strong{font-size:11px}.comment-head small{font-size:9px}.comment>p,.comment details p,.comments textarea,.reader-nav .button{font-size:12px}.landing main{padding:0 23px}.landing-hero{text-align:center;flex-direction:column;gap:10px;min-height:0;padding:47px 0 36px;display:flex}.landing-hero h1{letter-spacing:-1.5px;margin-bottom:20px;font-size:33px;line-height:1.75}.landing-hero .eyebrow{letter-spacing:1px;font-size:9px}.landing-hero p{margin-bottom:25px;font-size:12px}.landing-hero .actions{justify-content:center;gap:9px}.landing-hero button{padding:12px 16px;font-size:12px}.landing-hero small{font-size:9px}.book-art{width:300px;height:285px;margin:15px auto 0}.decor-book{text-align:left;width:131px;height:194px;padding:20px}.decor-book span{font-size:19px}.decor-book small{font-size:6px}.b1{top:35px;left:25px}.b2{top:47px;right:26px}.b2 svg{width:19px;margin-bottom:13px}.art-caption{font-size:9px;bottom:10px}.landing-features{padding:10px 6px 30px;display:block}.landing-features article{border-bottom:1px solid var(--line);padding:28px 0}.landing-features article:last-child{border:0}.landing-features h2{margin:10px 0 7px;font-size:17px}.landing-features p{font-size:12px;line-height:1.9}.install-box{margin:10px 0 40px;padding:31px 17px}.install-box h2{font-size:18px}.install-box p,.install-box button{font-size:11px}.panel{margin:20px 0;padding:22px 18px}.panel h2{font-size:18px}.unlock{max-width:380px;margin:35px auto}.stat-grid{gap:8px;margin:25px 0}.stat-grid>div{padding:18px 12px}.stat-grid small{margin-bottom:10px;font-size:9px}.stat-grid strong{font-size:24px}.stat-grid strong span{font-size:11px}.section-title{gap:13px}.section-title>button{padding:10px 12px;font-size:11px}.section-title h1{font-size:26px}.work-control .section-title{align-items:flex-start;gap:10px}.work-control h3{font-size:12px}.work-control small{font-size:10px}.work-control .secondary{white-space:nowrap;padding:8px 9px;font-size:10px}.weekday-control{gap:10px}.weekday-control .chips{gap:5px}.weekday-control .chips button{padding:6px 9px}.job strong{font-size:11px}.job p,.job .error-text{font-size:10px}.model-form{display:block}.model-form .field{margin-bottom:15px}.model-form button{width:100%;font-size:12px}.wizard h1{font-size:25px}.wizard .eyebrow{font-size:9px}.wizard-hint{margin-bottom:26px;font-size:12px;line-height:1.9}.wizard-progress{margin:4px 0 32px}.choice-grid{gap:9px}.choice{min-height:58px;padding:14px;font-size:12px}.choice svg{width:15px}.detail-options .choice-grid{grid-template-columns:repeat(2,1fr)}.wizard-buttons button{padding:12px 15px;font-size:12px}.wizard-buttons{margin-top:30px}.review-page{padding:23px 16px 50px}.review-label{gap:5px;font-size:9px}.review-label svg{width:13px}.review-page h1{font-size:24px}.review-page>.section-title{align-items:flex-start}.review-page .section-title p{font-size:11px}.review-page .section-title>.secondary{padding:10px;font-size:0}.review-page .section-title>.secondary svg{width:15px}.review-tabs button{padding:9px 10px;font-size:10px}.review-content{padding:18px 14px}.review-values>div{padding:13px 0;display:block}.review-values dt{margin-bottom:7px;font-size:10px}.review-text{font-size:12px}.review-array details{padding:10px}.review-values .review-values>div,.character .review-values>div{display:block}.character>img{height:320px}.review-content>h2{font-size:17px}.review-chapter>summary{font-size:11px}.review-images{grid-template-columns:1fr}.review-images figcaption{font-size:10px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
