*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-height:100vh;display:block;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#070b18;color:#ffffffeb}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}input,button,textarea,select{font:inherit}:root{--bg0: #070b18;--bg1: #0a1024;--panel: rgba(255, 255, 255, .06);--panel2: rgba(255, 255, 255, .08);--stroke: rgba(255, 255, 255, .1);--stroke2: rgba(255, 255, 255, .14);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .68);--muted2: rgba(255, 255, 255, .5);--accent: #6d5cff;--accent2: #7c3aed;--shadow: 0 20px 80px rgba(0, 0, 0, .55);--radius: 16px;--radius2: 22px}html,body{height:100%}body{margin:0;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;display:block;background:radial-gradient(1200px 600px at 50% -10%,rgba(124,58,237,.3),transparent 60%),radial-gradient(900px 520px at 50% 10%,rgba(109,92,255,.18),transparent 60%),radial-gradient(1200px 700px at 50% 100%,rgba(255,255,255,.04),transparent 55%),linear-gradient(180deg,var(--bg0),var(--bg1))}a{color:inherit}#root{width:100%;max-width:none;margin:0;padding:0;text-align:left}.hudb-shell{width:100%}.hudb-container{max-width:1120px;margin:0 auto;padding:26px 18px 70px}.hudb-hero{display:grid;place-items:center;text-align:center;margin:28px 0 26px}.hudb-logo{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(180deg,#6d5cfff2,#7c3aedf2);box-shadow:0 18px 50px #6d5cff40;border:1px solid rgba(255,255,255,.14);margin-bottom:12px}.hudb-badge{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted2);margin-bottom:8px}.hudb-title{margin:0;font-size:clamp(28px,5vw,44px);letter-spacing:.02em}.hudb-subtitle{margin-top:8px;color:var(--muted);font-size:13px}.hudb-metaRow{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:14px;color:var(--text);font-size:13px}.hudb-confidential{margin-top:10px;color:var(--muted2);font-size:12px}.hudb-card{background:linear-gradient(180deg,#ffffff0f,#ffffff0a);border:1px solid var(--stroke);border-radius:var(--radius2);box-shadow:var(--shadow);padding:18px}.hudb-card--plain{box-shadow:none}.hudb-card--submitted{text-align:center;padding:26px 18px}.hudb-cardHeader{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:10px}.hudb-cardBody{margin-top:8px}.hudb-h2{margin:0 0 10px;font-size:16px;color:#ffffffe6;font-weight:750}.hudb-p{margin:10px 0;color:var(--muted);line-height:1.5}.hudb-muted{color:var(--muted)}.hudb-small{font-size:12px;color:var(--muted2)}.hudb-error{color:#ffcdcdf2}.hudb-form{display:grid;gap:12px}.hudb-field{display:grid;gap:8px}.hudb-label{font-size:12px;color:#ffffffdb;font-weight:650}.hudb-input{width:100%;border-radius:10px;border:1px solid var(--stroke2);background:#0003;color:var(--text);padding:12px;outline:none}.hudb-input:focus{border-color:#6d5cffa6;box-shadow:0 0 0 4px #6d5cff1f}.hudb-help{font-size:12px;color:var(--muted2)}.hudb-pillsWide{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:14px 0 0}.hudb-pill{border:1px solid var(--stroke);background:#ffffff0d;border-radius:999px;padding:10px 12px;color:#ffffffd1;font-size:13px;display:inline-flex;gap:8px;align-items:center}.hudb-pillLabel{color:var(--muted2);font-weight:650}.hudb-pillValue{color:var(--text)}.hudb-progressTrack{height:10px;border-radius:999px;border:1px solid var(--stroke);background:#ffffff0d;overflow:hidden;margin-top:12px}.hudb-progressFill{height:100%;width:0%;background:linear-gradient(90deg,var(--accent),var(--accent2))}.hudb-quizTop{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hudb-quizRight{min-width:220px;text-align:right}.hudb-quizTitle{margin:0;font-size:14px;font-weight:750;color:#ffffffe6}.hudb-questionMeta{font-size:12px;color:var(--muted2);margin-top:6px}.hudb-questionText{margin:14px 0 10px;font-size:16px;font-weight:700}.hudb-choices{display:grid;gap:10px;margin-top:10px}.hudb-choice{display:flex;gap:12px;align-items:flex-start;cursor:pointer;padding:12px;border-radius:14px;border:1px solid var(--stroke);background:#ffffff0a}.hudb-choice:hover{border-color:#ffffff2e;background:#ffffff0e}.hudb-choiceInput{position:absolute;opacity:0;pointer-events:none}.hudb-choiceLeft{padding-top:1px}.hudb-choiceLetter{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;font-size:12px;color:#ffffffe0;background:#ffffff0f;border:1px solid var(--stroke)}.hudb-choiceBody{color:#ffffffe0;line-height:1.45}.hudb-choice.is-selected{border-color:#6d5cffb3;box-shadow:0 0 0 4px #6d5cff1f}.hudb-navRow{display:flex;justify-content:space-between;gap:12px;margin-top:14px}.hudb-btnPrimary,.hudb-btnGhost,.hudb-btnSubmit{border:0;border-radius:12px;padding:12px 16px;font-weight:750;cursor:pointer}.hudb-btnPrimary{color:#fff;background:linear-gradient(90deg,var(--accent),var(--accent2));box-shadow:0 14px 40px #6d5cff2e}.hudb-btnGhost{color:#ffffffe0;background:#ffffff0f;border:1px solid var(--stroke)}.hudb-btnSubmit{color:#fff;background:linear-gradient(90deg,#32dc96f2,#6d5cfff2);box-shadow:0 14px 40px #6d5cff1f}.hudb-btnPrimary:disabled,.hudb-btnGhost.is-disabled,.hudb-btnSubmit.is-disabled,.hudb-btnGhost:disabled,.hudb-btnSubmit:disabled{cursor:not-allowed;opacity:.55}.hudb-mapWrap{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.hudb-mapTitle{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted2);margin-bottom:10px}.hudb-map{display:flex;flex-wrap:wrap;gap:8px}.hudb-mapBtn{width:34px;height:34px;border-radius:10px;border:1px solid var(--stroke);background:#ffffff0d;color:#ffffffe6;cursor:pointer;font-weight:750}.hudb-mapBtn.is-active{border-color:#6d5cffb3;box-shadow:0 0 0 4px #6d5cff1a}.hudb-mapBtn.is-done{background:#6d5cff38;border-color:#6d5cff59}hr{border:none;height:1px;background:#ffffff1a;margin:18px 0}
