:root{background:#e3ece9;color:#101615;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0%,#f7fbfa 0,#e3ece9 48%,#c8d8d4)}.panel{width:min(800px,100%);background:#fff;border:1px solid #dbe7e4;border-radius:18px;padding:24px;box-shadow:0 24px 70px #08201e24}header{display:flex;justify-content:space-between;align-items:center;gap:12px}header div{display:grid;gap:2px}header span{color:#60736f;font-size:12px;font-weight:800}h1{font-size:36px;letter-spacing:0;margin:22px 0 6px}.lead{margin:0 0 18px;color:#60736f;font-weight:650}.form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.template{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px;border:1px solid #dbe7e4;border-radius:14px;background:#f4faf8;margin-bottom:12px}.template div{display:grid;gap:4px}.template span{color:#60736f;font-size:12px;font-weight:900}.template strong{font-size:15px}.template button{width:auto;min-width:132px;margin:0;box-shadow:none;background:#eef3f2;color:#101615}label{display:grid;gap:6px;color:#60736f;font-size:13px;font-weight:800}input,select{min-height:46px;border:1px solid #cddbd8;border-radius:10px;padding:0 12px;color:#101615;font-weight:750;background:#fbfdfc}button{min-height:48px;width:100%;border:0;border-radius:10px;background:#073f3c;color:#fff;font-weight:900;margin-top:14px;box-shadow:0 12px 26px #073f3c33}.quote{display:grid;grid-template-columns:1fr auto;align-items:end;gap:8px 18px;border:1px solid #dbe7e4;border-radius:14px;padding:16px;margin-top:12px;background:#f4faf8}.quote span{color:#60736f;font-size:13px;font-weight:800}.quote strong{display:block;color:#073f3c;font-size:40px;margin-top:4px;white-space:nowrap}.quote p{grid-column:1 / -1;margin:0;color:#60736f;font-size:13px}.success{background:#dff5ee;color:#0e5e53;padding:12px;border-radius:10px;font-weight:800}.badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;white-space:nowrap}.badge-good{background:#dff5ee;color:#0e5e53}.badge-neutral{background:#eef3f2;color:#344541}.badge-warn{background:#fff0df;color:#8a4b14}.badge-danger{background:#ffe5e5;color:#9b1c1c}@media(max-width:700px){.shell{padding:0;place-items:stretch}.panel{min-height:100vh;border-radius:0;border:0}.form,.quote,.template{grid-template-columns:1fr}h1{font-size:29px}.quote strong{font-size:34px}.template button{width:100%}}
