:root{color:#1a202c;background:#f7fafc;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0}body{min-height:100vh}.nav{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.9rem 1.5rem;display:flex}.brand{color:#2c5282;font-size:1.1rem;font-weight:700;text-decoration:none}.nav nav{align-items:center;gap:1rem;display:flex}.nav a{color:#4a5568;text-decoration:none}.nav a:hover{color:#2c5282}.linklike{color:#4a5568;cursor:pointer;font:inherit;background:0 0;border:none}.linklike:hover{color:#c53030}main{place-items:start center;padding:3rem 1rem;display:grid}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-width:440px;padding:2rem}.card.center{text-align:center;max-width:560px}h1{color:#2c5282;margin-bottom:.75rem}h2{color:#2c5282;margin-bottom:1.25rem}form{flex-direction:column;gap:1rem;display:flex}label{color:#4a5568;flex-direction:column;gap:.35rem;font-size:.92rem;display:flex}input[type=email],input[type=password],input[type=text]{border:1px solid #cbd5e0;border-radius:8px;padding:.55rem .75rem;font-size:1rem}input:focus{border-color:#90cdf4;outline:2px solid #90cdf4}.checkbox{flex-direction:row;align-items:flex-start;gap:.5rem}.checkbox input{margin-top:.2rem}button{color:#fff;cursor:pointer;background:#2c5282;border:none;border-radius:8px;padding:.6rem 1rem;font-size:1rem}button:hover{background:#2a4e7c}button:disabled{cursor:default;background:#a0aec0}.error{color:#c53030;font-size:.9rem}.hint{color:#a0aec0;font-size:.85rem}.alt{color:#4a5568;margin-top:1.25rem;font-size:.92rem}p{line-height:1.55}.stack{flex-direction:column;gap:1.25rem;width:100%;max-width:440px;display:flex}.stack.wide{max-width:680px}.stack>h2{color:#2c5282}.card.program h3{color:#2c5282;margin-bottom:.4rem}.card.program{max-width:none}.meta{color:#718096;margin-bottom:.6rem;font-size:.9rem}.price{color:#2c5282;margin:.6rem 0;font-size:1.3rem;font-weight:700}.enrollbox{border-top:1px solid #e2e8f0;flex-direction:column;gap:.9rem;margin-top:.75rem;padding-top:.9rem;display:flex}.row{gap:.75rem;display:flex}.row>label{flex:1}button.secondary{color:#2d3748;background:#edf2f7}button.secondary:hover{background:#e2e8f0}.ok-line{color:#22543d}.badge.warn{color:#744210;background:#fefcbf}.badge.err{color:#742a2a;background:#fed7d7}.doclist{grid-template-columns:auto 1fr;gap:.4rem 1rem;margin-bottom:1rem;display:grid}.doclist dt{color:#718096;font-size:.9rem}.doclist dd{font-size:.95rem}select{background:#fff;border:1px solid #cbd5e0;border-radius:8px;padding:.55rem .75rem;font-size:1rem}
