:root{--navy:#183d63;--navy2:#234e77;--ink:#1b3045;--muted:#6a7d8c;--line:#dce5eb;--paper:#f5f7f6;--gold:#f6c974;--white:#fff;--green:#dfeee7;--peach:#f9ece3;--shadow:0 14px 40px rgba(21,54,80,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans','Noto Sans SC',system-ui,sans-serif;line-height:1.7}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}.shell{width:min(1180px,calc(100% - 48px));margin:auto}.skip{position:absolute;left:-999px;top:8px;padding:8px 16px;background:#fff;z-index:20}.skip:focus{left:8px}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800;letter-spacing:.03em;color:var(--navy);white-space:nowrap}.brand-mark{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--navy);color:var(--gold);font-size:19px}.brand-light{font-weight:500}nav{display:flex;align-items:center;gap:4px}nav a{padding:8px 14px;font-size:14px;font-weight:600;color:#526b7d;border-radius:8px;white-space:nowrap}nav a:hover,nav a.active{background:#edf3f5;color:var(--navy)}main{min-height:calc(100vh - 160px);padding-bottom:72px}.site-footer{border-top:1px solid var(--line);background:#fff;color:#7b8c99;font-size:13px}.footer-inner{min-height:80px;display:flex;justify-content:space-between;align-items:center;gap:20px}.eyebrow{color:#b27b34;text-transform:uppercase;font-size:11px;letter-spacing:.18em;font-weight:800}.eyebrow.light{color:#f7cd81}.hero{margin-top:28px;min-height:420px;background:linear-gradient(128deg,#183d63 0%,#204f77 70%,#2c6789 100%);border-radius:20px;display:grid;grid-template-columns:1.3fr .7fr;overflow:hidden;color:#fff;position:relative}.hero:before,.hero:after{content:'';position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:620px;height:620px;right:-110px;top:-310px}.hero:after{width:460px;height:460px;top:140px;right:100px}.hero-copy{position:relative;z-index:1;padding:60px 0 55px 68px}.hero h1{font-size:clamp(35px,4.2vw,56px);line-height:1.28;margin:18px 0 18px;letter-spacing:-.035em}.hero h1 em{font-style:normal;color:var(--gold)}.hero p{max-width:500px;color:#d6e2ea;font-size:16px;margin:0 0 32px}.hero-actions{display:flex;gap:12px}.btn{border:0;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:11px 20px;font-weight:700;font-size:14px;min-height:44px}.btn-gold{background:var(--gold);color:#203951}.btn-gold:hover{background:#ffda94}.btn-outline-light{border:1px solid rgba(255,255,255,.45);color:#fff}.btn-outline-light:hover{background:rgba(255,255,255,.1)}.btn-navy{background:var(--navy);color:#fff}.btn-navy:hover{background:#315f84}.btn-light{background:#edf3f5;color:var(--navy)}.hero-art{position:relative;z-index:1;min-height:400px}.art-card{position:absolute;background:#fff;box-shadow:0 20px 50px rgba(4,25,43,.25);border-radius:13px;color:var(--ink)}.art-one{left:0;top:86px;width:260px;min-height:186px;padding:25px 27px;transform:rotate(-8deg);display:flex;flex-direction:column}.art-one small{font-size:10px;letter-spacing:.16em;color:#9aabb7;font-weight:700}.art-one b{font-family:Georgia,serif;font-size:36px;color:var(--navy);line-height:1.3;margin-top:15px}.art-one span{font-size:14px;color:#657b89}.art-two{left:132px;top:228px;width:246px;height:130px;padding:20px 24px;transform:rotate(8deg);display:flex;flex-direction:column}.art-two span{font-size:10px;color:#8ea0ad}.art-two b{margin-top:12px;font-size:16px}.art-two i{position:absolute;right:18px;bottom:8px;color:#e7ad53;font-size:32px;font-style:normal}.dashboard{padding-top:64px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px;gap:20px}.section-heading h2,.home-band h2{font-size:28px;line-height:1.3;margin:8px 0 0}.quiet{font-size:12px;color:#90a0aa}.module-grid,.lesson-grid,.writing-grid,.prompt-grid{display:grid;gap:18px}.module-grid{grid-template-columns:repeat(3,1fr)}.module-card,.lesson-card,.writing-type,.prompt-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:26px;transition:transform .2s,border-color .2s,box-shadow .2s}.module-card:hover,.lesson-card:hover,.writing-type:hover,.prompt-card:hover{transform:translateY(-3px);border-color:#aec6d7;box-shadow:var(--shadow)}.module-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:11px;font-size:20px;font-weight:700;margin-bottom:24px}.blue{background:#e0edf5;color:#285c83}.peach{background:#f8e7dd;color:#aa684d}.green{background:#e3eee7;color:#3a7a61}.module-kicker{font-size:10px;font-weight:800;letter-spacing:.15em;color:#9babb5}.module-card h3{font-size:22px;margin:8px 0}.module-card p,.writing-type p,.lesson-card p,.prompt-card p{font-size:14px;color:#6e8190;line-height:1.8;margin:0;min-height:70px}.module-foot,.type-foot{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #e8eef1;padding-top:18px;margin-top:22px;font-size:12px;color:#92a1ab}.module-foot b,.type-foot b{color:var(--navy);white-space:nowrap}.home-band{margin-top:54px;border-radius:14px;padding:30px 38px;background:#e8eff0;display:flex;align-items:center;justify-content:space-between;gap:20px}.home-band h2{font-size:24px}.home-band p{font-size:14px;color:#627987;margin:10px 0 0}.home-band strong{color:var(--navy)}.crumb{padding:27px 0 16px;font-size:12px;color:#8a9aa6}.crumb a:hover{text-decoration:underline}.crumb span{padding:0 7px;color:#a9b5bc}.crumb strong{font-weight:600;color:#526a7b}.page-head{padding:10px 0 24px}.page-head h1,.lesson-heading h1,.practice-head h1{font-size:clamp(30px,3.5vw,43px);line-height:1.3;margin:9px 0 8px;letter-spacing:-.03em}.page-head p,.lesson-heading p,.practice-head p{color:#6b8090;margin:0;font-size:14px}.notice{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center;background:#fff7e9;border:1px solid #f1e3c7;color:#886f45;padding:12px 17px;border-radius:9px;font-size:12px;margin:0 0 22px}.source-note{font-weight:800;color:#316e60}.source-note.demo{color:#9a6d32}.panel,.content-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}.filter-panel{padding-bottom:8px}.filter-line{display:flex;gap:12px}.search-wrap{border:1px solid #d9e4e9;border-radius:9px;display:flex;align-items:center;flex:1;min-width:0;background:#fff}.search-wrap span{padding-left:14px;font-size:25px;color:#8da0ac;line-height:1}.search-wrap input{border:0;background:transparent;outline:none;min-width:0;width:100%;padding:11px 13px;font-size:14px;color:var(--ink)}.select-wrap{border:1px solid #d9e4e9;border-radius:9px;padding:0 12px;color:#81929f;font-size:12px;display:flex;align-items:center;gap:8px}.select-wrap select{border:0;background:transparent;color:var(--ink);outline:none;font-size:14px;padding:10px 0}.alphabet{display:flex;flex-wrap:wrap;gap:5px;padding:20px 0 14px}.alphabet button{background:transparent;border:0;border-radius:6px;width:32px;height:32px;font-size:12px;color:#708697;font-weight:700}.alphabet button:first-child{width:43px}.alphabet button:hover,.alphabet button.active{color:#fff;background:var(--navy)}.result-meta{border-top:1px solid #e9eff2;border-bottom:1px solid #e9eff2;padding:10px 2px;display:flex;justify-content:space-between;gap:10px;font-size:12px;color:#8294a0}.result-meta a{color:var(--navy);font-weight:700}.word-row{display:flex;align-items:center;border-bottom:1px solid #edf1f3;min-height:68px}.word-row:last-child{border-bottom:0}.word-main{background:none;border:0;text-align:left;display:grid;grid-template-columns:minmax(120px,1fr) 100px 1.5fr;align-items:center;gap:10px;flex:1;padding:14px 10px;min-width:0;color:var(--ink)}.word-main:hover strong{text-decoration:underline}.word-main strong{font-size:17px;color:var(--navy)}.word-main span{font-size:13px;color:#8b9ba6}.word-main .word-meaning{color:#526b7b;font-size:14px}.icon-btn{width:38px;height:38px;border:0;background:transparent;color:#a4b2bc;font-size:25px;line-height:1}.icon-btn:hover,.icon-btn.is-saved{color:#d49b3c}.import-panel{margin-top:22px;padding:24px 28px;border:1px dashed #b9cbd4;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#edf3f4}.import-panel h2{font-size:18px;margin:0 0 4px}.import-panel p{font-size:13px;margin:0 0 5px;color:#6b8090}.import-panel a:not(.btn){font-size:12px;color:var(--navy);text-decoration:underline}.import-label{white-space:nowrap}.book-row{display:flex;align-items:center;border-bottom:1px solid #edf1f3;gap:10px}.book-row .word-row{flex:1;border:0}.master-btn{border:1px solid #d8e4e6;border-radius:7px;background:#fff;color:#59717f;font-size:12px;padding:7px 10px;white-space:nowrap}.master-btn.mastered{background:#e3f1e9;border-color:#bad8c9;color:#327657}.empty-state{padding:50px 20px;text-align:center;color:#8193a0}.empty-state a{color:var(--navy);text-decoration:underline}.lesson-grid{grid-template-columns:repeat(3,1fr)}.lesson-card{min-height:245px}.lesson-top,.lesson-bottom{display:flex;justify-content:space-between;align-items:center}.lesson-num{font-size:11px;letter-spacing:.1em;color:#9aacb7}.status{font-size:11px;color:#9aaaaf;background:#f2f5f5;border-radius:20px;padding:3px 10px}.status.done{color:#3e8265;background:#e6f2e9}.lesson-symbol{display:grid;place-items:center;background:#e9f1f4;color:#2b6588;border-radius:10px;width:42px;height:42px;font-size:22px;margin:23px 0 12px}.lesson-card h2{font-size:20px;margin:0 0 5px}.lesson-card p{min-height:60px}.lesson-bottom{border-top:1px solid #edf1f3;margin-top:17px;padding-top:13px;font-size:12px;color:#93a5af}.lesson-bottom b{color:var(--navy)}.lesson-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 0 24px}.lesson-badge{border-radius:30px;padding:7px 12px;background:#e8f0ef;color:#507965;font-size:12px;white-space:nowrap}.study-layout,.writing-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(250px,1fr);gap:24px}.study-main,.writing-main{display:grid;gap:18px}.content-card{padding:28px}.content-card h2{font-size:21px;margin:8px 0 18px}.content-card>p{font-size:14px;color:#536c7c}.step-label{font-size:11px;color:#ad793a;font-weight:800;letter-spacing:.09em}.point-list{margin:0;padding-left:21px;color:#4f6574;font-size:14px}.point-list li{margin:8px 0}.structure{padding:13px 16px;border-left:3px solid #ecc279;background:#fff8ec;color:#6b573b;font-weight:600;font-size:14px;margin-bottom:18px}.example{padding:13px 0;border-top:1px solid #edf1f3}.example strong{font-size:15px;color:var(--navy)}.example p{margin:4px 0 0;color:#788d9b;font-size:13px}.tip-box,.side-help{border-radius:12px;padding:23px;margin-bottom:16px}.tip-box{background:#fff4ea;border:1px solid #f0e4d6}.tip-box>span{display:grid;place-items:center;border-radius:50%;width:25px;height:25px;background:#dfaa72;color:#fff;font-weight:800}.tip-box h3,.side-help h3{font-size:16px;margin:12px 0 6px}.tip-box p,.side-help p{font-size:13px;color:#776d62;margin:0}.side-help{background:#eaf1f3}.side-help p{color:#69808e}.exercise-task{font-weight:600;color:var(--ink)!important}.field-label{display:block;font-size:12px;font-weight:700;color:#6b8090;margin:13px 0 8px}textarea{display:block;width:100%;resize:vertical;border:1px solid #d7e3e9;border-radius:9px;outline:none;padding:14px;color:var(--ink);line-height:1.7;background:#fff}textarea:focus,.search-wrap:focus-within{border-color:#6b9cb7;box-shadow:0 0 0 3px rgba(54,117,151,.1)}.exercise-card .btn{margin-top:13px}.feedback{margin-top:18px;background:#eef5f2;border:1px solid #d7e8df;border-radius:10px;padding:17px;color:#365e53;font-size:14px}.feedback p{margin:8px 0;color:#395c53}.feedback small{color:#69857b}.next-line{display:flex;justify-content:space-between;gap:15px;color:var(--navy);font-size:13px;font-weight:700;padding:12px 0}.next-line a:hover{text-decoration:underline}.writing-grid{grid-template-columns:repeat(2,1fr)}.writing-type{min-height:260px}.type-icon{display:grid;place-items:center;width:48px;height:48px;background:#eaf1f3;border-radius:10px;color:var(--navy);font-size:24px;margin-bottom:19px}.writing-type h2{font-size:23px;margin:8px 0}.writing-type p{min-height:48px}.prompt-grid{grid-template-columns:repeat(2,1fr)}.prompt-card{min-height:190px}.prompt-index{font-size:12px;color:#a0b0ba;font-weight:700;letter-spacing:.14em}.prompt-card h2{font-size:20px;margin:12px 0 5px}.prompt-card p{min-height:67px}.prompt-card>span:last-child{display:block;color:var(--navy);font-size:12px;font-weight:700}.practice-head{padding:10px 0 25px}.idea-list{padding-left:22px;font-size:14px;color:#526b7b}.idea-list li{padding-left:5px;margin:12px 0}.draft-actions{display:flex;align-items:center;gap:15px;margin-top:13px}.draft-actions span{color:#8b9ca5;font-size:12px}.model-card{background:#fff;border:1px solid var(--line);border-radius:12px;position:sticky;top:100px;overflow:hidden}.model-card summary{padding:17px 20px;list-style:none;cursor:pointer;font-size:14px;font-weight:700;color:var(--navy);display:flex;justify-content:space-between}.model-card summary::-webkit-details-marker{display:none}.model-card summary span{font-size:12px;color:#8da0ab}.model-body{border-top:1px solid var(--line);padding:17px 20px}.model-text{font-size:13px;line-height:1.85;color:#536b79;margin:0 0 20px}.model-text mark{background:#ffe8b0;color:#4f4a39;border-radius:2px;padding:1px 2px}.model-body h3{font-size:14px;margin:10px 0}.highlight-note{display:flex;gap:10px;margin:12px 0}.highlight-note>span{display:grid;place-items:center;flex:none;background:#f8ebd1;color:#a37334;width:22px;height:22px;border-radius:50%;font-size:11px;font-weight:700}.highlight-note strong{font-size:13px;color:var(--navy)}.highlight-note p{font-size:12px;color:#81929d;margin:2px 0}.model-caveat{border-top:1px solid var(--line);padding-top:12px;color:#9aa8b0;font-size:11px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:#183d63;color:#fff;padding:10px 17px;border-radius:9px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.2s;z-index:30;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}.word-dialog{border:0;border-radius:15px;padding:32px;width:min(420px,calc(100% - 24px));box-shadow:0 24px 70px rgba(0,20,35,.25)}.word-dialog::backdrop{background:rgba(8,26,42,.45)}.word-dialog h2{font-size:33px;color:var(--navy);margin:12px 0 4px}.word-dialog p{font-size:17px;color:#526b7b}.word-pos{font-size:13px;color:#9aabb5}.dialog-close{position:absolute;right:17px;top:12px;background:none;border:0;color:#9aabb5;font-size:24px}.dialog-actions{display:flex;gap:10px;margin-top:27px}
@media(max-width:850px){.header-inner{flex-wrap:wrap;gap:0;padding:12px 0}.site-header nav{order:2;width:100%;overflow:auto;padding-top:9px}.site-header nav a{padding:8px 10px}.hero{grid-template-columns:1fr;min-height:360px}.hero-copy{padding:48px}.hero-art{display:none}.module-grid,.lesson-grid{grid-template-columns:repeat(2,1fr)}.study-layout,.writing-layout{grid-template-columns:1fr}.study-side{display:grid;grid-template-columns:1fr 1fr;gap:12px}.model-card{position:static}.writing-side{grid-row:2}}
@media(max-width:600px){.shell{width:min(100% - 30px,1180px)}.brand{font-size:18px}.header-inner{min-height:66px}.site-header nav{margin:0 -6px}.site-header nav a{font-size:12px}.hero{margin-top:16px;min-height:0;border-radius:14px}.hero-copy{padding:35px 25px 37px}.hero h1{font-size:32px}.hero p{font-size:13px}.hero-actions{flex-wrap:wrap}.dashboard{padding-top:42px}.section-heading{align-items:start}.section-heading h2{font-size:24px}.quiet{display:none}.module-grid,.lesson-grid,.writing-grid,.prompt-grid{grid-template-columns:1fr}.module-card{padding:23px}.module-card p{min-height:0}.home-band{padding:25px;align-items:start;flex-direction:column}.home-band h2{font-size:21px}.page-head{padding-bottom:18px}.page-head h1,.lesson-heading h1,.practice-head h1{font-size:30px}.panel,.content-card{padding:18px}.filter-line{flex-direction:column}.select-wrap{min-height:43px}.word-main{grid-template-columns:1fr 60px;gap:0 8px}.word-main .word-meaning{grid-column:1 / 3}.book-row{flex-wrap:wrap;padding:8px 0}.book-row .word-row{min-width:100%}.master-btn{margin-left:9px;margin-bottom:8px}.import-panel{flex-direction:column;align-items:start}.lesson-heading{align-items:start;flex-direction:column}.study-side{grid-template-columns:1fr}.tip-box,.side-help{margin:0}.footer-inner{flex-direction:column;justify-content:center;align-items:start;gap:2px}.draft-actions{align-items:start;flex-direction:column}.next-line{font-size:12px}}
