:root{color:#0f172a;background:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}.page{min-height:100vh;padding:24px 16px;background:radial-gradient(circle at top left,rgba(56,189,248,.16),transparent 34rem),linear-gradient(180deg,#f8fafc,#eef2f7)}.shell{width:min(100%,1080px);margin:0 auto}.hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:6px 12px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;box-shadow:0 8px 24px #0f172a0f;color:#334155;font-size:14px}h1,h2,h3,p{margin:0}h1{max-width:760px;font-size:clamp(32px,5vw,48px);line-height:1.05;letter-spacing:0}.hero p{max-width:720px;margin-top:12px;color:#475569;line-height:1.6}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;gap:8px;border:0;border-radius:14px;padding:10px 18px;font-weight:700;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:#0f172a;color:#fff;box-shadow:0 10px 24px #0f172a2e}.button-primary:hover{background:#1e293b}.level-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.level-card{display:grid;gap:10px;min-height:116px;border:1px solid #e2e8f0;border-radius:16px;padding:18px;background:#fff;color:inherit;text-align:left;box-shadow:0 8px 24px #0f172a0d;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.level-card:hover,.level-card.active{border-color:#0f172a;box-shadow:0 14px 32px #0f172a1a;transform:translateY(-1px)}.level-title{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:800}.level-description{color:#64748b;font-size:14px;line-height:1.45}.panel,.memo{margin-top:18px;border-radius:22px;padding:24px}.panel{border:1px solid #e2e8f0;background:#ffffffeb;box-shadow:0 12px 36px #0f172a12}.task-panel h2{font-size:clamp(22px,3vw,30px);line-height:1.35;letter-spacing:0}.badge-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.badge{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:4px 10px;background:#e2e8f0;color:#334155;font-size:13px;font-weight:700}.badge-dark{background:#0f172a;color:#fff}.hint{margin-top:22px;border-radius:16px;padding:16px;background:#eef2f7;color:#475569;line-height:1.5}.answer-form{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:18px}.answer-form input{width:100%;min-height:52px;border:1px solid #cbd5e1;border-radius:16px;padding:0 16px;background:#fff;color:#0f172a;font-size:18px;outline:none}.answer-form input:focus{border-color:#0f172a;box-shadow:0 0 0 3px #0f172a24}.result{display:flex;align-items:flex-start;gap:12px;margin-top:18px;border-radius:16px;padding:16px}.result.success{background:#dcfce7}.result.error{background:#fee2e2}.result-icon{flex:0 0 auto;font-size:20px;font-weight:900;line-height:1}.result-title{font-weight:800}.result-text{margin-top:4px;color:#334155;font-size:15px;line-height:1.5}.section-title{display:flex;align-items:center;gap:10px;margin-bottom:16px}.section-title h2,.memo h2{font-size:28px;line-height:1.2}.steps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.step-card{border:1px solid #e2e8f0;border-radius:16px;padding:18px;background:#fff}.step-card h3,.memo h3{font-size:16px}.step-card p,.memo p{margin-top:8px;color:#475569;font-size:15px;line-height:1.65}.memo{background:#0f172a;color:#fff}.memo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.memo article{border-radius:16px;padding:18px;background:#ffffff1a}.memo p{color:#cbd5e1}.fade-slide-enter-active,.fade-slide-leave-active{transition:opacity .18s ease,transform .18s ease}.fade-slide-enter-from,.fade-slide-leave-to{opacity:0;transform:translateY(8px)}@media(max-width:760px){.page{padding:18px 12px}.hero{align-items:stretch;flex-direction:column}.hero .button{width:100%}.level-grid,.steps-grid,.memo-grid,.answer-form{grid-template-columns:1fr}.panel,.memo{border-radius:18px;padding:18px}}
