:root{font-family:Inter,ui-sans-serif,system-ui;color:#142033;background:#eef3f8}*{box-sizing:border-box}body{margin:0;min-height:100vh}.shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.brand{background:linear-gradient(145deg,#071a2c,#103d5b);color:#d9e8f2;padding:clamp(3rem,7vw,7rem);display:flex;flex-direction:column;justify-content:center}.logo{width:52px;height:52px;border:2px solid #36d399;border-radius:15px;display:grid;place-items:center;font-weight:900;font-size:1.5rem;color:#36d399}.eyebrow{letter-spacing:.2em;font-size:.75rem;font-weight:800;color:#36d399;margin-top:2rem}.brand h1{font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.02;margin:.4rem 0 1.4rem;color:#fff}.brand h1 span{color:#36d399}.brand>p:last-child{max-width:34rem;font-size:1.1rem;line-height:1.7}.card{align-self:center;margin:2rem auto;width:min(94%,620px);background:#fff;border-radius:24px;padding:2rem;box-shadow:0 25px 70px #17324f22;max-height:calc(100vh - 4rem);overflow:auto}nav{display:flex;border-bottom:1px solid #dce5ec;margin-bottom:2rem}nav button{flex:1;border:0;background:none;padding:1rem;font-weight:700;color:#758397;border-bottom:3px solid transparent}nav button.active{color:#087f5b;border-color:#12b886}h2{font-size:1.8rem;margin:.4rem 0 1.5rem}label{display:grid;gap:.45rem;font-size:.84rem;font-weight:700;margin:1rem 0}input,select,textarea{width:100%;padding:.9rem 1rem;border:1px solid #cdd8e2;border-radius:10px;font:inherit;outline:none;background:#fff}textarea{min-height:85px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#12b886;box-shadow:0 0 0 3px #12b88622}button{cursor:pointer;font:inherit}button:disabled{opacity:.55;cursor:wait}.primary,.secondary,.danger{border:0;border-radius:10px;padding:.85rem 1rem;font-weight:800}.primary{background:#0b8f65;color:#fff}.primary:hover{background:#087f5b}.secondary{background:#e9f0f5;color:#29445d}.danger{background:#e03131;color:#fff}.card>.primary,form>.primary,#onboarding-view>.primary,#onboarding-view>.secondary{width:100%;margin-top:.7rem}.badge{display:inline-block;background:#fff3bf;color:#8b5e00;padding:.5rem .75rem;border-radius:999px;font-size:.75rem;font-weight:900}.active-badge{background:#d3f9d8;color:#087f5b}.summary{background:#f4f8fb;border-radius:12px;padding:1rem;margin:1rem 0;color:#40556b}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}.metrics article{background:#f4f8fb;border-radius:14px;padding:1.2rem;display:grid}.metrics b{font-size:2rem;color:#087f5b}.metrics span,.muted{color:#66758a}.row{display:flex;align-items:start;justify-content:space-between;gap:1rem}.registration-list{display:grid;gap:.75rem;margin:1rem 0}.registration-card{display:grid;text-align:left;gap:.25rem;border:1px solid #dce5ec;background:#fff;border-radius:12px;padding:1rem}.registration-card:hover{border-color:#12b886;background:#f3fff9}.registration-card span,.registration-card small,.empty{color:#66758a}dialog{width:min(92vw,560px);border:0;border-radius:18px;padding:1.5rem;box-shadow:0 30px 100px #071a2c55}dialog::backdrop{background:#071a2caa}.dialog-close{float:right;border:0;background:none;font-size:1.8rem}.actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}#message{min-height:1.4rem;color:#c92a2a;font-weight:650}.success{color:#087f5b!important}@media(max-width:850px){.shell{grid-template-columns:1fr}.brand{padding:2rem;min-height:34vh}.brand h1{font-size:2.5rem}.card{margin:1.5rem auto;max-height:none}}
