:root{color-scheme:light;--ink:#152019;--muted:#65736b;--line:#dce5df;--green:#176b47;--green2:#e8f4ed;--paper:#f6f8f6;--white:#fff;--danger:#a12b2b}*{box-sizing:border-box}body{margin:0;background:linear-gradient(145deg,#eef5f0,#f8faf8 42%,#edf2ee);color:var(--ink);font:15px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}.shell{width:min(1040px,calc(100% - 32px));margin:0 auto;padding:48px 0 72px}.hero{display:flex;align-items:center;gap:18px;margin-bottom:28px}.brand{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:var(--ink);color:#fff;font-weight:800;letter-spacing:.08em}.hero h1,.hero p,.card h2{margin:0}.hero h1{font-size:30px;line-height:1.25}.hero p{color:var(--muted);margin-top:4px}.card{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 36px rgba(36,66,48,.07)}.login-card{max-width:560px;margin:56px auto}.login-card h2{font-size:22px}.muted{color:var(--muted)}form{display:grid;gap:10px;margin-top:20px}label{font-weight:650}input{width:100%;border:1px solid #bfcac3;border-radius:10px;padding:13px 14px;font:inherit;letter-spacing:.03em;text-transform:uppercase}input:focus{outline:3px solid rgba(23,107,71,.14);border-color:var(--green)}button,.button-link{border:0;border-radius:10px;padding:12px 16px;background:var(--green);color:#fff;font:inherit;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center;align-items:center}button:hover,.button-link:hover{filter:brightness(.95)}button:disabled{cursor:not-allowed;opacity:.55}.secondary{background:#edf2ee;color:var(--ink)}.error{color:var(--danger);min-height:1.4em}.hidden{display:none!important}.account{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.eyebrow{display:block;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.account h2{font-size:23px}.account p{margin:2px 0 0}#base-package{margin-bottom:34px;background:linear-gradient(120deg,#fff,#f0f8f3)}#base-package h2{margin:4px 0 6px}.button-link{margin-top:8px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.section-title h2{margin:2px 0 0;font-size:24px}.count{color:var(--muted)}.skill-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.skill-card{display:flex;flex-direction:column;min-height:245px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:21px}.skill-card h3{font-size:19px;line-height:1.35;margin:7px 0 8px}.skill-card .description{color:#44534a;white-space:pre-wrap;flex:1}.meta{display:flex;gap:12px;color:var(--muted);font-size:13px;margin:14px 0}.unavailable{border-radius:10px;padding:11px 13px;background:#f2f3f2;color:#687068;text-align:center;font-weight:650}.steps{margin-top:28px}.steps ol{margin:12px 0 0;padding-left:22px}.empty{grid-column:1/-1;text-align:center;color:var(--muted);padding:45px 20px;background:rgba(255,255,255,.7);border:1px dashed #c7d2cb;border-radius:16px}@media(max-width:700px){.shell{padding-top:28px}.skill-grid{grid-template-columns:1fr}.hero h1{font-size:25px}.account{align-items:flex-start}.card{padding:20px}}.skill-groups{display:grid;gap:34px}.skill-group{position:relative}.skill-group-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 14px;padding:0 2px 11px;border-bottom:1px solid #cad8cf}.skill-group-title{display:flex;align-items:center;gap:12px}.course-index{display:grid;place-items:center;width:34px;height:34px;border:1px solid #afc6b7;border-radius:50%;color:var(--green);font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.skill-group h3{margin:0;font:700 22px/1.25 "Songti SC","STSong","Noto Serif SC",serif;letter-spacing:.02em}.group-count{color:var(--muted);font-size:13px}.skill-code{display:block;margin:-2px 0 10px;color:#78867d;font:600 11px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.025em;overflow-wrap:anywhere}.skill-card{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.skill-card:hover{transform:translateY(-2px);border-color:#b8cabf;box-shadow:0 14px 30px rgba(35,74,51,.08)}@media(max-width:700px){.skill-group-head{align-items:center}.skill-group h3{font-size:20px}.group-count{display:none}}.steps{position:relative;margin:0 0 20px;padding-left:30px;border-left:4px solid var(--green);background:linear-gradient(120deg,#fff,#f3f8f5)}.steps h2{margin:3px 0 12px;font:700 22px/1.3 "Songti SC","STSong","Noto Serif SC",serif}.install-instructions{margin:0;color:#33463b;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.85}