
:root{ --blue:#0B3D91; --orange:#E36C09; --pale:#FCE6D1; --text:#111; }
*{box-sizing:border-box}
html,body{height:100%;margin:0;padding:0}
body{font-family:Helvetica,Arial,sans-serif;color:var(--text);background:#fff;display:flex;flex-direction:column;min-height:100vh}
.header{background:var(--blue);color:#fff;padding:18px 16px;display:flex;align-items:center;gap:16px}
.header img.logo{height:72px}
.header .titles{display:flex;flex-direction:column;line-height:1.2}
.header .titles .title{font-size:22px;font-weight:700}
.header .titles .welcome{font-size:16px;opacity:.9}
.container{max-width:960px;margin:0 auto;padding:16px;flex:1 0 auto;width:100%}
.progressbar{position:sticky;top:0;background:#fff;padding:8px 0;border-bottom:1px solid #eee;z-index:5}
.count{font-weight:600}
.q{border:1px solid #eee;border-radius:12px;padding:16px;margin:14px 0}
.q-title{margin:0 0 10px 0;font-size:16px}
.scale{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}
.opt-grid{display:grid;grid-template-columns:repeat(5,minmax(54px,1fr));gap:8px;justify-items:stretch}
.opt{border:1px solid #ccc;border-radius:10px;padding:10px;text-align:center;cursor:pointer;user-select:none}
.opt.sel{border-color:var(--blue);box-shadow:0 0 0 2px rgba(11,61,145,.15)}
.left-label,.right-label{font-size:13px;opacity:.8;white-space:nowrap}
.inline-cta{display:none;align-items:center;gap:12px;margin:16px 0}
.badge{width:80px;height:80px;border-radius:50%;border:4px solid var(--orange);display:flex;align-items:center;justify-content:center;font-weight:700}
.btn{border:none;border-radius:999px;padding:12px 16px;font-weight:700;cursor:pointer;display:inline-block;text-align:center}
.btn.orange{background:var(--orange);color:#fff}
.btn.blue{background:var(--blue);color:#fff}
.footer{border-top:8px solid var(--orange);margin-top:24px;flex:0 0 auto}
.footer .inner{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;font-size:13px;gap:12px;flex-wrap:wrap}
.footer a{color:var(--blue);text-decoration:none}
.note{font-size:14px;opacity:.8}
h1,h2,h3{font-weight:700}
input[type="number"],input[type="text"],input[type="email"]{width:100%;padding:10px;border:1px solid #ccc;border-radius:10px}
.grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
.card{border:1px solid #eee;border-radius:12px;padding:16px;background:#fafafa}
.center{text-align:center}
.unit{margin-left:6px;opacity:.7}
.actions-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:12px}
.actions-3 .btn{width:100%}
.invite-pane{display:none;margin-top:8px}
@media (max-width:800px){.actions-3{grid-template-columns:1fr}}
