:root{--green:#00563f;--green-dark:#003f2f;--gold:#c89b45;--cream:#f6f2e9;--ink:#16342c;--muted:#62736c;--line:#d9e2dc}*{box-sizing:border-box}html{background:var(--cream)}body{margin:0;color:var(--ink);font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;background:radial-gradient(circle at 80% 0,#dceddf 0,transparent 28rem),var(--cream)}.learn-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:min(1120px,calc(100% - 32px));min-height:70px;margin:auto}.brand img{display:block;width:124px;height:auto}.back{color:#49635a;font-size:.88rem;text-decoration:none}.learn-shell{width:min(920px,calc(100% - 32px));margin:0 auto;padding:2.3rem 0 4rem}.learn-hero{max-width:680px;padding:.4rem 0 2rem}.eyebrow{display:inline-block;color:#8a6a2d;font-size:.68rem;font-weight:800;letter-spacing:.12em}.learn-hero h1{max-width:650px;margin:.65rem 0 .7rem;color:var(--green-dark);font-family:"Songti SC","STSong",serif;font-size:clamp(2rem,6vw,3.75rem);line-height:1.12}.learn-hero p{max-width:600px;margin:0;color:var(--muted);font-size:.95rem;line-height:1.8}.auth-card,.dashboard{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 20px 56px rgba(7,49,36,.09)}.auth-card{width:min(480px,100%);padding:1.35rem;margin:0 auto}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:12px;background:#edf1ed}.auth-tabs button{min-height:42px;border:0;border-radius:9px;color:#63746c;background:transparent;font:700 .9rem inherit;cursor:pointer}.auth-tabs button.is-active{color:var(--green-dark);background:#fff;box-shadow:0 1px 5px #16342c1a}.form-note{margin:1.1rem 0 .85rem;color:var(--muted);font-size:.84rem}.auth-form{display:grid;gap:.82rem}.auth-form label{display:grid;gap:.36rem;color:#49635a;font-size:.77rem;font-weight:700}.auth-form input,.auth-form select{width:100%;height:46px;padding:0 .78rem;border:1px solid #cfdad3;border-radius:10px;color:var(--ink);background:#fff;font:400 .95rem inherit;outline:none}.auth-form input:focus,.auth-form select:focus{border-color:var(--green);box-shadow:0 0 0 3px #00563f14}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.submit{min-height:48px;margin-top:.25rem;border:0;border-radius:10px;color:#fff;background:var(--green);font:800 .94rem inherit;cursor:pointer}.submit:disabled{cursor:wait;opacity:.6}.privacy{margin:0;color:#7b8a84;font-size:.72rem;line-height:1.55}.message{min-height:1.3rem;margin:.75rem 0 0;color:#b54a38;font-size:.8rem;line-height:1.5}.message.is-success{color:#177552}.dashboard{padding:1.35rem}.learner-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:1.1rem;border-bottom:1px solid var(--line)}.learner-bar h2{margin:.28rem 0 .35rem;color:var(--green-dark);font-size:1.55rem}.learner-bar p{margin:0;color:var(--muted);font-size:.84rem}.logout{min-height:36px;padding:0 .75rem;border:1px solid #cdd9d1;border-radius:8px;color:#51675d;background:#fff;font:700 .78rem inherit;cursor:pointer}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1.2rem 0}.stats article{min-height:102px;padding:1rem;border-radius:12px;background:linear-gradient(145deg,#edf4ee,#f9faf6)}.stats small{display:block;color:#708079;font-size:.72rem}.stats strong{display:inline-block;margin:.5rem .25rem 0 0;color:var(--green-dark);font-family:Georgia,serif;font-size:2rem}.stats span{color:#7c8b84;font-size:.75rem}.dashboard-title{display:flex;align-items:end;justify-content:space-between;gap:1.2rem;margin:2rem 0 1rem}.dashboard-title h2{margin:.25rem 0 0;color:var(--green-dark);font-size:1.35rem}.dashboard-title p{max-width:275px;margin:0;color:#71817a;font-size:.76rem;line-height:1.6;text-align:right}.course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.course-card{display:grid;gap:.6rem;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fff}.course-card header{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.course-card header span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:.67rem;font-weight:800}.course-card header small{color:#7c8c84;font-size:.7rem}.course-card h3{margin:0;color:var(--green-dark);font-size:1rem}.course-card p{margin:0;color:#71817a;font-size:.75rem}.course-track{height:6px;overflow:hidden;border-radius:99px;background:#e7ede8}.course-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),#3c9472)}.course-meta{display:flex;justify-content:space-between;gap:.5rem;color:#64766d;font-size:.72rem}.course-action{display:grid;min-height:38px;place-items:center;border-radius:8px;color:#fff;background:var(--green);font-size:.78rem;font-weight:800;text-decoration:none}.course-action.is-complete{color:#00563f;background:#e0f1e7}.rule-card{margin-top:1.2rem;padding:1rem 1.05rem;border-left:3px solid var(--gold);border-radius:0 10px 10px 0;background:#fff8e8}.rule-card strong{color:#76591e;font-size:.8rem}.rule-card p{margin:.4rem 0 0;color:#6f664c;font-size:.78rem;line-height:1.7}@media(max-width:640px){.learn-header{width:calc(100% - 24px);min-height:62px}.brand img{width:106px}.learn-shell{width:calc(100% - 24px);padding-top:1.25rem}.learn-hero{padding-bottom:1.5rem}.learn-hero h1{font-size:2.2rem}.auth-card,.dashboard{border-radius:15px}.form-grid,.stats,.course-grid{grid-template-columns:1fr}.stats article{min-height:82px}.dashboard-title{display:block;margin-top:1.5rem}.dashboard-title p{margin-top:.5rem;text-align:left}.learner-bar{align-items:center}.course-grid{gap:.65rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
