.feedback-toast-viewport{position:fixed;right:max(24px,env(safe-area-inset-right));bottom:max(24px,env(safe-area-inset-bottom));z-index:100;display:flex;flex-direction:column;gap:10px;width:min(380px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow-y:auto;padding:4px;margin:0;list-style:none;outline:none;pointer-events:none}.feedback-toast{--feedback-accent: #4c775d;--feedback-tint: #eaf1e4;background:var(--surface);border:1px solid #dfe7d7;border-radius:12px;box-shadow:0 6px 25px #30482f12;padding:16px 12px 16px 16px;display:flex;align-items:flex-start;gap:12px;pointer-events:auto;touch-action:pan-y;animation:feedback-toast-in .18s ease-out}.feedback-toast-error{--feedback-accent: #a4594b;--feedback-tint: #f8ece7;border-color:#eadad1}.feedback-toast-warning{--feedback-accent: #a3853e;--feedback-tint: #f6f0dd;border-color:#e8e0c8}.feedback-toast-info{--feedback-accent: #638599;--feedback-tint: #eaf0f3;border-color:#dce5e7}.feedback-toast-loading{--feedback-accent: #758965;--feedback-tint: #eff2e7}.feedback-toast-icon{width:32px;height:32px;border-radius:9px;background:var(--feedback-tint);color:var(--feedback-accent);display:grid;place-items:center;flex-shrink:0}.feedback-toast-copy{min-width:0;flex:1;padding-top:5px;overflow-wrap:anywhere}.feedback-toast-title{color:#354732;font-size:13px;font-weight:550;line-height:1.7;white-space:pre-wrap}.feedback-toast-description{font-size:11px;line-height:1.8;color:#88947c;margin-top:4px;white-space:pre-wrap}.feedback-toast-close{background:transparent;color:#8e9b80;padding:5px;border-radius:5px;display:grid;place-items:center;flex-shrink:0}.feedback-toast-close:hover{background:#eff3e9}.feedback-toast[data-swipe=move]{transform:translate(var(--radix-toast-swipe-move-x))}.feedback-toast[data-swipe=cancel]{transform:translate(0);transition:transform .16s ease-out}.feedback-toast[data-swipe=end]{animation:feedback-toast-out .12s ease-out}.feedback-dialog-overlay{position:fixed;inset:0;z-index:80;background:#273a3152;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fade-in .15s ease}.feedback-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:81;width:min(420px,calc(100vw - 36px));max-height:calc(100dvh - 40px);overflow-y:auto;padding:31px;border-radius:18px;background:var(--surface);border:1px solid #e0e7d8;box-shadow:0 22px 80px #1e3a2529;animation:fade-in .15s ease}.feedback-dialog-symbol{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;color:#719260;background:linear-gradient(135deg,#e7efdf,#f1f5e9);margin-bottom:21px}.feedback-dialog-title{font-size:22px;font-weight:550;color:#354b30;line-height:1.5;overflow-wrap:anywhere}.feedback-dialog-description{font-size:13px;line-height:1.95;color:#819174;margin-top:11px;white-space:pre-wrap;overflow-wrap:anywhere}.feedback-dialog-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:28px}.feedback-dialog-actions .button{min-width:94px;white-space:normal;overflow-wrap:anywhere}.feedback-dialog-danger .feedback-dialog-symbol{color:#ae6e52;background:linear-gradient(135deg,#f4e6dc,#faf2e9)}.feedback-button-danger{color:#fffaf5;background:#a66a52}.feedback-button-danger:hover:not(:disabled){background:#905a44}@keyframes feedback-toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes feedback-toast-out{to{opacity:0;transform:translate(110%)}}@media(max-width:600px){.feedback-toast-viewport{right:max(12px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));width:calc(100vw - 24px)}.feedback-toast{padding:14px 10px 14px 14px}.feedback-dialog{padding:27px 23px 23px}.feedback-dialog-actions .button{flex:1}}@media(prefers-reduced-motion:reduce){.feedback-toast,.feedback-dialog,.feedback-dialog-overlay{animation:none}}:root{font-family:Avenir Next,PingFang SC,Microsoft YaHei,sans-serif;color:#303a32;background:#f8f9f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #f8f9f5;--surface: #fffefa;--text: #303a32;--muted: #6e786a;--green: #3c7059;--green-dark: #315e49;--green-light: #eaf0e5;--line: #e9ece4;--radius: 15px;--serif: "Iowan Old Style", "Songti SC", "Noto Serif CJK SC", Georgia, serif}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.48}a{color:inherit;text-decoration:none}button,input,a{outline-offset:4px}:focus-visible{outline:2px solid var(--green)}button{border:0}input{min-width:0}h1,h2,h3,p{margin:0}svg{flex-shrink:0;vertical-align:middle}::selection{background:#dce9d6;color:#284c3a}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-60px;left:20px;z-index:100;padding:12px;background:#fff}.skip-link:focus{top:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:43px;padding:11px 20px;border-radius:8px;font-size:13px;font-weight:550;line-height:1.5;border:1px solid transparent;transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.button-primary{background:var(--green);color:#fff;box-shadow:0 3px 5px #22452b09}.button-primary:hover:not(:disabled){background:var(--green-dark);transform:translateY(-1px);box-shadow:0 4px 12px #22452b18}.button-secondary{background:#fffefa;border-color:#dfe5d9;color:var(--green)}.button-secondary:hover:not(:disabled){background:var(--green-light)}.button-ghost{background:transparent;color:var(--green)}.button-ghost:hover:not(:disabled){background:#f0f3eb}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:transparent;border-radius:7px;color:var(--muted)}.icon-button:hover{background:var(--green-light);color:var(--green)}.full-width{width:100%}.text-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--green);white-space:nowrap}.text-link:hover{color:var(--green-dark);text-decoration:underline;text-underline-offset:4px}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.eyebrow,.section-overline{display:block;font-size:10px;letter-spacing:2px;color:#8e9c86;font-weight:500}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:5px 0 33px}.page-heading h1{font-size:30px;font-weight:600;letter-spacing:1px;margin:9px 0 12px}.page-heading p{color:var(--muted);font-size:13px;line-height:1.9}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.section-heading h2{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:550}.section-heading>span{font-size:12px;color:var(--muted)}.progress-track{height:4px;background:#edf0e9;border-radius:5px;overflow:hidden}.progress-track span{display:block;height:100%;background:#87a07b;border-radius:5px;transition:width .4s}.sample-label{display:inline-flex;align-items:center;font-size:10px;color:#85907e;letter-spacing:.3px}.tone-sage{background:#eaf1e5;color:#658167}.tone-blue{background:#eaf0f5;color:#7391ac}.tone-peach{background:#faf0e5;color:#c5946b}.tone-yellow{background:#f5f1df;color:#b8a058}.tone-rose{background:#f8ece9;color:#b8897e}.tone-mint{background:#e5f0eb;color:#6c9a87}.empty-state{padding:75px 24px;text-align:center;border:1px dashed #dce2d4;border-radius:var(--radius);background:radial-gradient(ellipse at 50% 20%,#eef3e9,#fffefa 70%)}.empty-icon{display:grid;place-items:center;width:78px;height:78px;margin:0 auto 25px;color:#6b8c66;border-radius:24px 24px 32px 32px;background:#e7efdf;transform:rotate(-5deg)}.empty-icon svg{transform:rotate(5deg)}.empty-state h2{font-weight:550;font-size:20px}.empty-state p{color:var(--muted);font-size:13px;line-height:1.9;margin:13px 0 28px}.empty-state .button{margin-top:15px}.loading-state{min-height:420px;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;color:var(--green);font-size:13px}.spin{animation:rotate 1.4s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}.error-text{color:#a65845;font-size:13px;margin:15px 0}.small-note{color:var(--muted);font-size:12px;line-height:1.9;margin:15px 0}.modal-overlay{position:fixed;inset:0;background:#28372c52;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:30;animation:fade-in .18s ease}.modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-height:90dvh;overflow-y:auto;width:min(440px,calc(100% - 36px));padding:34px;border-radius:19px;background:var(--surface);z-index:31;box-shadow:0 24px 80px #19352626;animation:fade-in .2s ease}.modal-close{position:absolute;right:12px;top:12px}.modal-title{font-size:23px;font-weight:550;margin:8px 0 10px}.modal-description{color:var(--muted);line-height:1.9;font-size:13px}.startup-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes arrive{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.app-shell{min-height:100vh}.sidebar{width:224px;position:fixed;inset:0 auto 0 0;z-index:20;background:#fffefa;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:31px 20px 20px}.brand{display:flex;gap:11px;align-items:center;width:fit-content;margin:0 12px 45px;font-size:25px;letter-spacing:3px;font-weight:600}.brand-mark{display:grid;place-items:center;width:43px;height:45px;color:#fffcf2;background:var(--green);border-radius:13px 13px 18px}.brand-en{display:block;font-size:8px;letter-spacing:3px;line-height:1;font-weight:500;margin-top:4px;color:#98a28e}.sidebar-label{margin:0 16px 15px;color:#a0a698;font-size:10px;letter-spacing:1.5px}.sidebar nav,.mobile-drawer nav{display:flex;flex-direction:column;gap:7px}.nav-item{padding:14px 16px;display:flex;align-items:center;gap:13px;color:#7b8379;font-size:13px;border-radius:8px;position:relative;transition:background .15s}.nav-item:hover{background:#f4f6ef}.nav-item.active{background:#ebf1e6;color:var(--green);font-weight:550}.nav-item.active:after{content:"";position:absolute;right:14px;width:5px;height:5px;background:#76906c;border-radius:50%}.nav-item:has(.nav-count):after{display:none}.nav-count{margin-left:auto;padding:1px 6px;border-radius:5px;font-size:10px;background:#ecede4}.sidebar-bottom{margin-top:auto;padding-top:65px}.sidebar-note{position:relative;border:1px solid #e8ecdf;background:linear-gradient(145deg,#f4f6eb,#fafbf4);border-radius:11px;padding:24px 17px 17px}.note-flower{color:#91a579;margin-bottom:17px}.sidebar-note strong{font-size:12px;font-weight:500}.sidebar-note p{font-size:11px;color:#8d9684;line-height:2;margin:9px 0 20px}.sidebar-note>span{font-size:6px;letter-spacing:1.1px;color:#a5ae96;white-space:nowrap}.help-button{display:flex;align-items:center;gap:11px;background:transparent;width:100%;padding:21px 12px;color:#7c8577;font-size:12px;margin-top:12px}.help-button>svg:last-child{margin-left:auto}.sidebar-version{display:flex;align-items:center;justify-content:space-between;padding:16px 2px 0;border-top:1px solid var(--line);color:#a3a99b;font-size:9px}.sidebar-version span{font-size:8px;letter-spacing:1px}.app-body{margin-left:224px}.topbar{height:80px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 38px;background:#fffefa9c}.header-left{display:flex;align-items:center;gap:12px}.breadcrumb{display:flex;align-items:center;gap:14px;font-size:11px;color:#989e92;white-space:nowrap}.breadcrumb strong{color:#66725f;font-weight:500}.header-actions{display:flex;align-items:center;gap:24px}.header-search{display:flex;gap:10px;align-items:center;color:#9aa391;background:#f5f6f0;padding:9px 12px;border:1px solid #edf0e6;border-radius:7px;width:252px}.header-search input{width:100%;background:transparent;border:0;font-size:11px;color:var(--text)}.header-search input::placeholder{color:#a1a899}.header-search>span{font-size:12px;line-height:17px;background:#fffefa;padding:0 4px;border:1px solid #e4e8dc;border-radius:3px}.header-divider{height:25px;width:1px;background:var(--line)}.profile-button{display:flex;align-items:center;gap:10px;background:transparent;text-align:left;padding:0;font-size:12px;white-space:nowrap}.avatar{display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:#eaf0df;color:#8a9e75;border:3px solid #f4f6ed}.profile-button small{display:block;color:#9da590;font-size:9px;margin-top:4px}.main-content{max-width:1360px;margin:0 auto;padding:32px 38px 20px;min-height:calc(100vh - 148px);animation:arrive .35s ease-out}.page-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;color:#a5ac9d;font-size:10px;max-width:1360px;margin:0 auto;padding:21px 38px 24px}.page-footer span:last-child{display:flex;gap:8px;align-items:center;font-size:8px;letter-spacing:1.2px}.mobile-menu{display:none}.mobile-drawer{position:fixed;inset:0 auto 0 0;width:275px;z-index:40;background:var(--surface);padding:34px 22px 24px;display:flex;flex-direction:column;overflow-y:auto}.drawer-close{position:absolute;right:12px;top:12px}.help-steps{margin:26px 0}.help-steps p{display:flex;gap:15px;font-size:12px;line-height:1.8;color:var(--muted);margin:21px 0}.help-steps b{font-family:var(--serif);font-size:22px;font-weight:400;color:#8eaa7e}.help-steps strong{color:var(--text);display:block;font-weight:550;margin-bottom:5px}.login-symbol{display:grid;place-items:center;width:85px;height:85px;border-radius:50%;color:#65855c;background:#ecf1e5;margin:27px auto}.login-benefits{text-align:center;margin:20px 0 25px}.login-benefits>span{display:flex;gap:7px;align-items:center;justify-content:center;color:var(--green);font-size:13px}.login-benefits p{font-size:11px;color:var(--muted);margin-top:10px}@media(min-width:1600px){.sidebar{width:244px;padding-left:25px;padding-right:25px}.app-body{margin-left:244px}.topbar{padding-left:50px;padding-right:50px}}@media(max-width:1200px){.sidebar{width:200px;padding-left:14px;padding-right:14px}.app-body{margin-left:200px}.topbar{padding:0 26px}.main-content{padding:27px 26px 18px}.page-footer{padding-left:26px;padding-right:26px}.header-search{width:215px}.header-actions{gap:15px}}@media(max-width:960px){.sidebar{display:none}.app-body{margin-left:0}.mobile-menu{display:flex}.topbar{height:72px}}@media(max-width:600px){.topbar{padding:0 18px;height:66px}.header-search,.header-divider{display:none}.breadcrumb{gap:8px;font-size:10px}.breadcrumb>strong{font-size:11px}.header-actions{gap:0}.profile-button{font-size:11px}.avatar{width:32px;height:32px}.profile-button small{font-size:8px}.main-content{padding:27px 20px 15px;min-height:calc(100dvh - 130px)}.page-footer{padding:20px;font-size:9px}.page-footer span:last-child{font-size:6px;letter-spacing:.5px}.page-heading{align-items:flex-start;flex-direction:column;margin-bottom:25px}.page-heading h1{font-size:27px}.page-heading p{font-size:12px}.modal-content{padding:29px 25px}}@media(max-height:790px)and (min-width:961px){.sidebar{padding-top:23px}.brand{margin-bottom:30px}.sidebar-bottom{padding-top:22px}.sidebar-note{padding:16px}.note-flower{margin-bottom:9px}.sidebar-note p{margin-bottom:12px}.help-button{padding:17px 12px}}.welcome-row{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:27px}.greeting{display:inline-flex;align-items:center;gap:7px;color:#a3a38a;font-size:10px;letter-spacing:.5px}.greeting>svg{color:#bba66c}.welcome-row h1{font-size:28px;font-weight:550;letter-spacing:.8px;margin:9px 0}.greeting-dot{color:#95a885}.welcome-row p{font-size:12px;color:var(--muted);letter-spacing:.2px}.date-label{align-self:flex-start;padding-top:7px;color:#929b88;font-size:10px;letter-spacing:.3px}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 276px;gap:21px}.hero-card{background:#edf2e5;border:1px solid #e4eada;border-radius:var(--radius);min-height:309px;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;top:-160px;right:-170px;width:550px;height:550px;border-radius:50%;border:1px solid #dce5d481}.hero-content{position:relative;z-index:1;padding:29px 31px;width:fit-content}.hero-kicker{font-size:10px;color:#7a9070;display:flex;align-items:center;gap:6px;letter-spacing:1px}.hero-kicker>span{width:5px;height:5px;border-radius:50%;background:#8ea478}.hero-content h2{font-family:var(--serif);font-size:32px;font-weight:500;line-height:1.65;margin-top:12px;letter-spacing:2px}.hero-content h2>span{color:#52734f}.hero-content p{color:#8a977d;font-size:11px;line-height:1.95;margin-top:10px;letter-spacing:.5px}.hero-content .button{margin-top:20px;padding:10px 18px;min-height:40px;font-size:11px;gap:24px}.hero-footnote{margin-top:13px;display:flex;align-items:center;gap:6px;color:#98a28b;font-size:9px}.study-illustration{position:absolute;width:330px;right:-8px;top:3px;height:100%}.hero-edition{position:absolute;bottom:19px;right:24px;font-size:6px;letter-spacing:1.8px;color:#9eac90}.goal-card{padding:19px 21px 18px}.goal-card .section-heading h2{font-size:12px;gap:8px}.goal-card .section-heading h2>svg{color:#829573}.goal-card .icon-button{width:26px;height:26px}.goal-main{text-align:center;padding-top:8px}.goal-ring{width:126px;height:126px;position:relative;margin:0 auto}.goal-ring svg{width:100%;height:100%}.goal-ring>div{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:1px}.goal-ring strong{font-size:31px;font-weight:500;line-height:1.2;color:#56704a;font-variant-numeric:tabular-nums}.goal-ring strong>span{font-size:13px;color:#acb49e}.goal-ring small{margin-top:6px;font-size:9px;color:#98a18b}.goal-main>p{font-size:11px;margin-top:7px;color:#69765e}.goal-caption{display:block;font-size:9px;color:#a0a795;margin-top:7px}.week-days{display:grid;grid-template-columns:repeat(7,1fr);margin-top:23px;padding-top:15px;border-top:1px dashed #e7eadf;gap:5px}.week-days>div{display:flex;align-items:center;flex-direction:column;gap:8px;font-size:8px;color:#a1a999}.day-dot{display:grid;place-items:center;height:22px;width:22px;font-size:8px;background:#f3f5ee;border-radius:50%;color:#a2ac97}.week-days .today .day-dot{outline:1px solid #8ba377;outline-offset:2px;background:#eaf0e1;color:#6e875b}.day-dot.done{background:#7d9870;color:#fff}.goal-options{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:28px 0}.goal-options button{display:flex;flex-direction:column;align-items:center;gap:5px;padding:17px 0;border:1px solid var(--line);background:#fafbf6;border-radius:10px}.goal-options strong{font-size:24px;font-weight:500}.goal-options span{font-size:10px;color:var(--muted)}.goal-options .selected{border-color:#70915f;background:#edf3e6;color:var(--green)}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin:23px 0 32px}.metric-card{padding:18px 20px 16px;background:var(--surface);border:1px solid var(--line);border-radius:11px}.metric-card>div{display:flex;align-items:center;justify-content:space-between;gap:5px}.metric-label{font-size:11px;color:#808b78}.metric-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center}.metric-card>strong{display:block;font-size:29px;font-weight:500;letter-spacing:-.8px;line-height:1.5;margin-top:3px;font-variant-numeric:tabular-nums}.metric-card small{font-size:10px;color:#909b83;font-weight:400;margin-left:6px;letter-spacing:0}.metric-card p{color:#a4ad99;font-size:9px;margin-top:2px}.section-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:21px}.section-overline{font-size:7px;letter-spacing:1.6px;margin-bottom:7px}.section-title h2{font-size:20px;font-weight:550;letter-spacing:.5px}.section-title p{font-size:11px;margin-top:8px;color:#97a08d}.tiny-leaf{display:inline-block;vertical-align:middle;margin-left:9px;color:#8fa37a;transform:rotate(15deg)}.section-title>.text-link{align-self:flex-end;padding-bottom:4px;font-size:11px}.bank-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}.bank-card{display:flex;flex-direction:column;min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:23px 22px 20px;transition:transform .2s,border-color .2s,box-shadow .2s}.bank-card:hover{border-color:#becbb2;box-shadow:0 6px 22px #4d60430a;transform:translateY(-3px)}.bank-card-top{display:flex;align-items:center;gap:12px;margin-bottom:20px}.bank-icon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:13px;flex-shrink:0}.bank-card-top .sample-label{background:#f4f6f0;border:1px solid #edf0e7;border-radius:4px;padding:3px 6px;font-size:8px}.card-arrow{margin-left:auto;color:#a6af9b}.bank-card h3{font-size:16px;font-weight:550;letter-spacing:.5px}.bank-card>p{font-size:10px;color:#9aa38f;margin-top:9px;line-height:1.8}.tag-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:15px}.tag-row>span{display:inline-flex;border-radius:4px;background:#f6f7f2;padding:4px 7px;color:#89957c;font-size:8px;line-height:1.4}.bank-meta{display:flex;gap:18px;margin-top:23px;margin-bottom:20px;color:#9ba58f}.bank-meta>span{display:flex;align-items:center;gap:5px;font-size:9px}.bank-progress{margin-top:auto;border-top:1px solid #eff1e9;padding-top:14px}.bank-progress>div:first-child{display:flex;justify-content:space-between;font-size:8px;color:#a1aa96;margin-bottom:9px}.bank-progress .progress-track{height:3px}.dashboard-bottom{display:grid;grid-template-columns:1.35fr 1fr;gap:20px;margin-top:25px}.journey-card{padding:20px 23px}.journey-card .section-heading h2{font-size:12px}.journey-card .section-heading h2>svg{color:#98a388;width:15px}.journey-card .text-link{font-size:9px;color:#9ca790}.journey-empty{display:flex;align-items:center;gap:17px;padding-top:23px}.journey-dots{display:flex;position:relative;align-items:center;width:48px;flex-shrink:0}.journey-dots:before{content:"";height:1px;background:#d7e1ca;width:100%;position:absolute}.journey-dots i{display:block;width:9px;height:9px;border-radius:50%;background:#d8e3cb;border:2px solid #f7f9f1;position:relative;margin-right:9px}.journey-dots i:first-child{background:#8ca077;width:12px;height:12px;margin-right:7px}.journey-dots i:last-child{margin-right:0}.journey-empty strong{font-size:11px;font-weight:500;color:#77876a}.journey-empty p{font-size:9px;line-height:1.8;color:#a6af9a;margin-top:6px}.journey-empty>a{margin-left:auto;color:#9eab8d}.recent-study{display:flex;align-items:center;gap:12px;margin-top:19px}.recent-study .bank-icon{width:39px;height:39px;border-radius:9px}.recent-study strong{font-size:12px;font-weight:500}.recent-study small{display:block;font-size:10px;color:var(--muted);margin-top:7px}.recent-study>svg{margin-left:auto;color:#9caa8b}.quote-card{display:flex;gap:16px;align-items:center;position:relative;background:#f7f3e9;border:1px solid #efeadc;border-radius:13px;padding:22px 25px;overflow:hidden}.quote-card>svg{color:#c4b791;align-self:flex-start;margin-top:17px}.quote-card div>span{font-size:8px;color:#b4a481;letter-spacing:1px}.quote-card p{font-family:var(--serif);font-size:18px;line-height:1.6;color:#84775a;margin:9px 0 7px}.quote-card small{font-size:9px;color:#afa286}.quote-card .quote-spark{position:absolute;right:18px;bottom:17px;color:#d8ca9d;transform:rotate(-15deg)}.library-banner{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:23px 26px;background:linear-gradient(100deg,#edf2e5,#f2f5eb);border:1px solid #e6ecdc;border-radius:12px;color:#74866b;font-size:12px;margin-bottom:29px}.library-banner>span{display:flex;gap:11px;align-items:center}.library-banner>span:last-child{font-size:10px;color:#9aa58c}.bank-filters{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:23px}.filter-tabs{display:flex;gap:6px}.filter-tabs button{background:transparent;color:#8c9781;padding:10px 14px;border-radius:7px;font-size:12px;white-space:nowrap}.filter-tabs .active{background:#e9f0e2;color:#597449;font-weight:550}.search-field{display:flex;align-items:center;gap:9px;padding:11px 13px;background:var(--surface);border:1px solid var(--line);border-radius:7px;color:#9da793}.search-field input{border:0;background:transparent;width:170px;font-size:11px;color:var(--text)}.search-field input::placeholder{color:#a0a995}.results-count{display:flex;justify-content:space-between;gap:10px;margin-bottom:17px;font-size:11px;color:#8c9881}.results-count>span{font-size:10px;color:#adb59f}.all-banks{row-gap:23px}.practice-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:29px}.practice-top>span{display:flex;gap:6px;align-items:center;color:#97a387;font-size:10px}.practice-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.practice-heading h1{font-size:26px;font-weight:550;margin-top:9px}.practice-heading>span{color:var(--muted);font-size:12px}.practice-heading>span>strong{color:var(--green);font-size:20px;font-weight:500}.practice-layout{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:25px;align-items:start}.question-panel{padding:29px 30px}.question-heading{display:flex;align-items:center;gap:11px;margin-bottom:25px}.question-type{border-radius:5px;background:#eaf0e4;color:#688655;font-size:10px;padding:5px 9px}.bookmark-button{display:flex;align-items:center;gap:5px;margin-left:auto;color:#9aa58c;font-size:11px;padding:5px 0;background:transparent}.bookmark-button.bookmarked{color:#aa914a}.question-panel h2{font-size:18px;line-height:1.8;font-weight:550}.question-stem{margin-top:20px;white-space:pre-line;color:#657357;font-size:14px;line-height:2.1}.question-options{display:flex;flex-direction:column;gap:12px;border:0;margin:29px 0;padding:0}.answer-option{display:flex;align-items:center;gap:15px;border:1px solid #e7ebe0;padding:16px;border-radius:9px;cursor:pointer;font-size:14px;color:#637054;transition:border-color .15s,background .15s;position:relative}.answer-option input{position:absolute;opacity:0;width:1px;height:1px}.answer-option:has(input:focus-visible){outline:2px solid var(--green);outline-offset:3px}.answer-option>svg{margin-left:auto}.option-letter{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;background:#f1f3ec;color:#929c87;font-size:12px}.answer-option:hover{background:#f8faf3;border-color:#c4d2b7}.answer-option.selected{background:#f0f5e9;border-color:#94ad7f;color:#577249}.answer-option.selected .option-letter{background:#849e70;color:#fff}.answer-option.correct{border-color:#8fac7e;background:#eff6e9;color:#5c784b}.answer-option.wrong{border-color:#d5ac93;background:#fcf2eb;color:#ac7959}.answer-option.wrong .option-letter{background:#c29173}.question-options:disabled .answer-option{cursor:default}.answer-explanation{padding:18px;border:1px solid #dfe9d5;border-radius:9px;background:#f4f8ef;margin:25px 0}.answer-explanation.is-wrong{background:#fcf6ec;border-color:#eee0c7}.answer-explanation>div{display:flex;gap:8px;align-items:center;color:#6e8958;font-size:12px;flex-wrap:wrap}.answer-explanation.is-wrong>div{color:#ad8953}.answer-explanation strong{font-weight:550}.answer-explanation>div>span{margin-left:auto;font-size:11px}.answer-explanation p{display:flex;align-items:start;gap:8px;font-size:11px;line-height:2;color:#8c987d;margin-top:13px}.answer-explanation p svg{margin-top:3px}.answer-explanation small{display:block;margin-top:11px;font-size:10px;color:#b09b76}.question-actions{border-top:1px solid #edf0e7;padding-top:24px;display:flex;align-items:center;gap:10px;justify-content:space-between}.question-actions>span{font-size:10px;color:#a0aa94;line-height:1.7}.question-actions .button{font-size:11px;padding:10px 14px;gap:14px}.question-map{padding:23px 21px}.question-map .section-heading{margin-bottom:19px}.question-map .section-heading h2{font-size:13px}.question-numbers{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:24px 0}.question-numbers button{height:37px;display:grid;place-items:center;background:#f4f6ef;border:1px solid transparent;border-radius:6px;color:#9ca68e;font-size:12px}.question-numbers button.current{border-color:#8da478;outline:2px solid #eff4e7;color:#60764f}.question-numbers button.answered-correct{background:#e5eedb;color:#6b8656}.question-numbers button.answered-wrong{background:#f5e8da;color:#b79065}.map-legend{display:flex;align-items:center;justify-content:space-between;gap:7px;font-size:8px;color:#a0a991;margin-bottom:23px}.map-legend>span{display:flex;align-items:center;gap:4px}.map-legend i{width:7px;height:7px;background:#f0f2ea;border-radius:2px}.map-legend>span:nth-child(2) i{background:#d2e3bf}.map-legend>span:nth-child(3) i{background:#eed7bd}.question-map .button{font-size:10px;padding:9px;min-height:37px}.practice-tip{text-align:center;color:#97a486;padding:32px 0}.practice-tip>svg{margin-bottom:13px}.practice-tip strong{display:block;font-size:12px;font-weight:500}.practice-tip p{font-size:10px;line-height:1.9;color:#abb39e;margin-top:9px}.practice-summary{max-width:690px;margin:30px auto;padding:50px 35px;text-align:center;background:radial-gradient(ellipse at top,#eef3e7,#fffefa 65%)}.summary-flower{display:grid;place-items:center;width:98px;height:98px;background:#e3edda;color:#80956e;border-radius:50%;margin:0 auto 28px}.practice-summary .eyebrow{font-size:9px}.practice-summary h1{font-family:var(--serif);font-size:30px;font-weight:500;margin-top:13px;letter-spacing:1px}.practice-summary>p{font-size:12px;color:var(--muted);margin:15px 0 35px}.summary-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:30px 0 35px}.summary-stats>div+div{border-left:1px solid var(--line)}.summary-stats strong{display:block;font-size:32px;font-weight:500;color:#60764f}.summary-stats small{font-size:12px;color:#a4ad96;margin-left:3px}.summary-stats span{display:block;font-size:10px;color:#9da78e;margin-top:10px}.summary-actions{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.collection-count{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#88967a;margin:28px 0 19px}.collection-count>span:last-child{display:flex;align-items:center;gap:5px;font-size:10px;color:#a2ad95}.collection-list{display:flex;flex-direction:column;gap:15px}.collection-item{display:flex;align-items:center;gap:22px;padding:25px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.collection-icon{display:grid;place-items:center;width:48px;height:53px;border-radius:11px;flex-shrink:0;background:#f4efdd;color:#b09d65}.collection-icon.mistake{background:#f4ece2;color:#b39873}.collection-item h2{font-size:15px;font-weight:550;margin:8px 0}.collection-item p{font-size:11px;color:#a2aa95}.collection-actions{margin-left:auto;display:flex;align-items:center;gap:16px}.collection-actions .button{font-size:11px;padding:8px 12px;min-height:36px}.collection-actions .icon-button{color:#b6a26b}.history-summary{display:flex;justify-content:space-around;gap:20px;padding:30px;border:1px solid #e3eadb;border-radius:13px;background:#eff3e8;margin-bottom:30px}.history-summary>span{display:flex;align-items:center;gap:10px;font-size:12px;color:#8c9c7c}.history-summary strong{font-size:27px;font-weight:500;color:#657c53}.history-table{padding:0 26px;overflow:hidden}.history-row{display:grid;grid-template-columns:1fr 110px 145px;align-items:center;gap:20px;padding:23px 0;border-bottom:1px solid var(--line)}.history-row:last-child{border-bottom:0}.history-table-head{font-size:11px;color:#9ba58e;padding:19px 0}.history-row>a{display:flex;align-items:center;gap:14px}.history-row strong{font-size:12px;font-weight:550}.history-row small{display:block;color:#a2aa96;font-size:10px;margin-top:7px}.history-result-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;flex-shrink:0}.history-result-icon.correct{background:#eef3e6;color:#88a06f}.history-result-icon.wrong{background:#f8efdf;color:#b49a6d}.result-badge{border-radius:5px;padding:4px 8px;font-size:10px;width:fit-content}.result-badge.correct{color:#86a06d;background:#f2f6eb}.result-badge.wrong{color:#b39b74;background:#faf4e8}.history-row>time{font-size:11px;color:#a3ab98}.load-more{display:flex;margin:25px auto 0}@media(min-width:1450px){.hero-card{min-height:330px}.hero-content{padding:32px 36px}.hero-content h2{font-size:35px}.study-illustration{width:380px;right:10px}.hero-grid{grid-template-columns:minmax(0,1fr) 295px}.goal-main{padding-top:14px}.week-days{margin-top:29px}.metric-card{padding:20px 23px}.bank-card{padding:26px}}@media(max-width:1250px)and (min-width:961px){.hero-grid{grid-template-columns:minmax(0,1fr) 242px;gap:16px}.hero-content{padding:28px 24px}.hero-content h2{font-size:29px}.study-illustration{right:-65px;width:285px;opacity:.82}.hero-content p{position:relative}.goal-card{padding-left:16px;padding-right:16px}.bank-card{padding:20px 17px}.bank-card>p{font-size:9px}.bank-card h3{font-size:15px}.bank-grid{gap:14px}.bank-card-top{gap:8px}.bank-icon{width:41px;height:41px}.metric-card{padding:16px}.metrics-grid{gap:12px}.quote-card{padding:18px;gap:10px}.quote-card p{font-size:16px}.journey-card{padding:20px 18px}.journey-empty{gap:10px}.journey-dots{width:38px}.practice-layout{grid-template-columns:minmax(0,1fr) 205px;gap:18px}.question-panel{padding:24px}.question-map{padding:20px 15px}.question-actions>span{max-width:150px}.search-field input{width:145px}.filter-tabs button{padding-left:11px;padding-right:11px}}@media(max-width:800px){.hero-grid{grid-template-columns:minmax(0,1fr) 232px;gap:16px}.hero-content{padding:27px 24px}.hero-content h2{font-size:29px}.study-illustration{width:260px;right:-65px;top:12px;opacity:.62}.hero-edition{display:none}.goal-card{padding-left:16px;padding-right:16px}.metrics-grid{gap:12px}.metric-card{padding:15px}.bank-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.recommended .bank-card:last-child{display:none}.dashboard-bottom{grid-template-columns:1fr}.quote-card{padding:23px}.bank-filters{flex-direction:column;align-items:stretch}.filter-tabs{justify-content:space-between}.search-field input{width:100%}.practice-layout{grid-template-columns:minmax(0,1fr)}.practice-aside{display:flex;gap:20px}.question-map{flex:1}.question-numbers{grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}.practice-tip{display:none}.question-map .button{width:fit-content;display:flex;margin:0 auto;padding:9px 22px}.map-legend{justify-content:center;gap:25px}.history-row{grid-template-columns:1fr 90px 105px;gap:10px}}@media(max-width:600px){.welcome-row{margin-bottom:24px}.welcome-row h1{font-size:25px;margin-top:11px}.welcome-row p{font-size:10px;line-height:1.9;max-width:250px}.greeting{font-size:9px}.date-label{display:none}.hero-grid{grid-template-columns:1fr;gap:18px}.hero-card{min-height:306px}.hero-content{padding:26px 23px}.hero-content h2{font-size:29px;letter-spacing:1px}.hero-content p{font-size:10px}.hero-kicker{font-size:8px}.hero-content .button{min-height:38px}.hero-footnote{font-size:8px}.study-illustration{width:236px;right:-61px;top:19px;opacity:.7}.goal-card{display:grid;grid-template-columns:1fr 1fr;padding:17px 18px;column-gap:18px}.goal-card>.section-heading{grid-column:1 / -1;margin-bottom:7px}.goal-main{display:flex;flex-direction:column;align-items:center;padding-top:0;grid-column:1}.goal-ring{width:106px;height:106px}.goal-ring strong{font-size:26px}.goal-main>p{font-size:10px;margin-top:4px}.goal-caption{display:none}.week-days{grid-column:2;grid-row:2;border-top:0;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;gap:12px;padding:0;margin:0}.week-days>div{width:22px}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:19px 0 31px}.metric-card{padding:16px 18px}.metric-card>strong{font-size:28px}.section-title{align-items:start}.section-title h2{font-size:17px;letter-spacing:0}.tiny-leaf{display:none}.section-overline{font-size:6px;letter-spacing:1.1px}.section-title p{font-size:10px;max-width:250px;line-height:1.9}.section-title>.text-link{font-size:9px;gap:4px}.bank-grid{grid-template-columns:1fr;gap:15px}.recommended .bank-card:last-child{display:flex}.bank-card{padding:22px}.bank-card-top{margin-bottom:15px}.bank-card>p{font-size:11px}.tag-row>span{font-size:9px}.bank-card h3{font-size:17px}.bank-meta{margin-top:19px;margin-bottom:17px}.bank-meta>span{font-size:10px}.bank-progress>div:first-child{font-size:9px}.dashboard-bottom{gap:17px}.journey-card{padding:20px}.journey-empty{gap:12px}.journey-empty strong{font-size:10px}.journey-empty p{font-size:9px}.journey-dots{width:35px}.library-banner{padding:20px;font-size:11px}.library-banner>span:last-child{display:none}.filter-tabs{gap:0}.filter-tabs button{padding:10px 12px;font-size:11px}.results-count{font-size:10px}.results-count>span{font-size:9px}.practice-heading h1{font-size:23px}.practice-top{margin-bottom:25px}.practice-top>span{font-size:8px}.question-panel{padding:23px 19px}.question-panel h2{font-size:16px}.question-stem{font-size:13px}.question-heading{gap:8px}.bookmark-button{font-size:10px}.question-options{gap:11px}.answer-option{padding:14px 12px;font-size:13px;gap:11px}.question-actions{flex-direction:column-reverse;align-items:stretch;gap:15px}.question-actions>span{text-align:center;font-size:9px}.answer-explanation{padding:15px}.answer-explanation>div{font-size:11px}.answer-explanation>div>span{margin-left:0}.answer-explanation p{font-size:10px}.question-numbers{grid-template-columns:repeat(4,1fr);gap:10px}.practice-summary{padding:35px 20px}.practice-summary h1{font-size:25px}.practice-summary>p{font-size:11px}.summary-actions{flex-direction:column}.summary-stats strong{font-size:27px}.collection-item{padding:20px 17px;gap:12px;flex-wrap:wrap}.collection-icon{width:39px;height:43px}.collection-item h2{font-size:12px}.collection-item .sample-label{font-size:9px}.collection-item p{font-size:10px}.collection-actions{width:100%;justify-content:flex-end;padding-top:10px;border-top:1px solid var(--line);margin-top:3px}.collection-count{font-size:10px}.collection-count>span:last-child{font-size:8px}.history-summary{gap:9px;padding:21px 10px}.history-summary>span{flex-wrap:wrap;gap:5px;justify-content:center;font-size:9px}.history-summary>span>svg{width:15px}.history-summary strong{font-size:20px}.history-table{padding:0 15px}.history-row{grid-template-columns:1fr 66px;gap:12px;padding:19px 0}.history-table-head>span:last-child{display:none}.history-row>time{grid-column:1 / -1;padding-left:41px;font-size:9px;margin-top:-7px}.history-row>a{gap:9px}.history-row strong{font-size:11px}.history-row small{font-size:8px}.history-result-icon{width:29px;height:29px}.result-badge{font-size:9px;padding:4px 6px}}@media(max-width:360px){.hero-content h2{font-size:26px}.study-illustration{right:-83px;opacity:.45}.main-content{padding-left:16px;padding-right:16px}.profile-button>span:last-child{display:none}.filter-tabs button{padding-left:10px;padding-right:10px}.section-title h2{font-size:15px}}.unavailable-collection{opacity:.75}.unavailable-label{color:#9b9c88;font-size:11px}.collection-unavailable-note{padding:14px 18px;border-radius:8px;background:#f2f3ea;color:#8c947b;font-size:12px;line-height:1.8;margin-bottom:20px}.history-unavailable{display:flex;align-items:center;gap:12px;opacity:.75}.auth-page{min-height:100dvh;background:radial-gradient(ellipse at 12% 45%,#edf2e4 0,transparent 55%),#f8f9f5}.auth-topbar{max-width:1180px;padding:30px 45px;margin:auto;display:flex;align-items:center;justify-content:space-between}.auth-topbar .brand{margin:0}.auth-layout{display:grid;grid-template-columns:1.1fr 1fr;max-width:1060px;margin:48px auto 40px;gap:95px;padding:0 40px;align-items:center}.auth-story{position:relative;min-height:560px;padding-top:28px}.auth-story h1{font-family:var(--serif);font-size:36px;line-height:1.7;font-weight:500;letter-spacing:2px;margin:20px 0}.auth-story h1 span{color:var(--green)}.auth-story>p{font-size:13px;line-height:2;color:#819075}.auth-story .study-illustration{width:330px;height:280px;top:240px;right:25px}.auth-story-note{position:absolute;bottom:8px;left:0;font-size:11px;display:flex;gap:8px;color:#8b9b7e;align-items:center}.auth-card{padding:35px 34px;box-shadow:0 15px 70px #4b633608}.auth-card-symbol{display:grid;place-items:center;width:52px;height:52px;color:#6f8b5f;background:#edf3e6;border-radius:16px;margin-bottom:22px}.auth-card h2{font-size:24px;font-weight:550;margin-bottom:11px}.auth-card>p{font-size:12px;color:var(--muted);line-height:1.8}.auth-tabs{display:flex;padding:4px;border-radius:9px;background:#f0f3ea;margin:25px 0 22px}.auth-tabs button{width:50%;padding:10px;border-radius:6px;color:#829176;font-size:12px;background:transparent}.auth-tabs button.active{background:#fffefa;color:var(--green);box-shadow:0 2px 5px #314e2a09}.auth-form>label{display:block;font-size:12px;color:#617554;margin:19px 0 10px}.auth-input{display:flex;gap:9px;align-items:center;padding:8px 12px;border:1px solid #e0e7d9;border-radius:8px;color:#a0ad92;background:#fffefa;min-height:47px}.auth-input:focus-within{border-color:#829d70;outline:2px solid #eef3e8}.auth-input input{border:0;background:transparent;outline:none;width:100%;font-size:12px;color:var(--text)}.auth-input input::placeholder{color:#a2ad98}.auth-input .icon-button{width:25px;height:28px}.auth-password-hint{display:block;font-size:10px;color:#8b9980;margin-top:10px;line-height:1.8}.auth-form>.button{margin-top:27px;min-height:45px}.auth-assurance{display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;color:#91a181;margin-top:24px}.auth-footer{text-align:center;font-size:10px;color:#a5ad9c;padding:25px}@media(max-width:850px){.auth-layout{gap:35px;padding:0 30px;margin-top:30px}.auth-story h1{font-size:28px}.auth-card{padding:28px 25px}.auth-story .study-illustration{right:-18px;width:300px}}@media(max-width:650px){.auth-topbar{padding:24px}.auth-topbar .brand{font-size:23px}.auth-topbar>.text-link{font-size:11px}.auth-layout{grid-template-columns:1fr;padding:0 23px;max-width:440px;margin:25px auto}.auth-story{display:none}.auth-card{padding:28px 25px}.auth-card h2{font-size:23px}.auth-input input{font-size:16px}.auth-assurance{font-size:10px}}
