*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;font-family:system-ui,sans-serif}body{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}header{width:100%;height:220px;object-fit:cover;object-position:left center;display:block}@media(max-width:768px){header{height:125px;object-position:20% center}}main{color:#151b4a;flex:1}footer{margin-top:auto;height:100px;object-fit:cover;object-position:left center;display:block}@media(max-width:768px){footer{height:70px;object-position:20% center}}.siteNav{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#111a2b;border-bottom:1px solid #23314d}.siteNav a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid #23314d;background:#16203a;color:#f3f7ff;text-decoration:none;font:inherit;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.siteNav a:hover{background:#74fb71;border-color:#74fb71;color:#35f}.siteNav a.active{background:#74fb71;border-color:#74fb71;color:#35f;font-weight:600}.siteNav a:focus-visible{outline:2px solid #74fb71;outline-offset:2px}@media(max-width:640px){.siteNav{flex-wrap:wrap;gap:8px;padding:12px}.siteNav a{flex:1 1 auto}}.topScoresPage{min-height:100vh;background:#0b1220;color:#f3f7ff}.topScoresPage__inner{width:100%;max-width:1100px;margin:0 auto;padding:24px 16px 40px}.topScoresPage__hero,.topScoresPage__board,.topScoresPage__error{background:#111a2b;border:1px solid #23314d}.topScoresPage__hero{padding:24px;margin-bottom:16px}.topScoresPage__heroHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.topScoresPage__eyebrow{margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#74fb71}.topScoresPage__title{margin:0;font-size:36px;line-height:1.1}.topScoresPage__subtitle{margin:10px 0 0;color:#a8b6d4;font-size:15px}.topScoresPage__refreshButton{padding:10px 16px;border:1px solid #3355ff;background:#16203a;color:#f3f7ff;cursor:pointer;font:inherit}.topScoresPage__refreshButton:hover:not(:disabled){background:#74fb71;border-color:#74fb71;color:#35f}.topScoresPage__refreshButton:disabled{opacity:.7;cursor:default}.topScoresPage__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.topScoresPage__stat{padding:16px;background:#0d1524;border:1px solid #23314d}.topScoresPage__statLabel{margin-bottom:6px;font-size:13px;color:#a8b6d4}.topScoresPage__statValue{font-size:28px;font-weight:700;line-height:1.1}.topScoresPage__statValue--small{font-size:18px}.topScoresPage__error{margin-bottom:16px;padding:14px 16px;color:#ffd7d7;border-color:#6a2b2b;background:#2a1414}.topScoresPage__board{padding:20px}.topScoresPage__boardHeader{margin-bottom:16px}.topScoresPage__boardTitle{margin:0;font-size:24px}.topScoresPage__boardSubtitle{margin:6px 0 0;color:#a8b6d4;font-size:14px}.topScoresPage__tableWrap{overflow-x:auto;border:1px solid #23314d}.topScoresPage__table{width:100%;border-collapse:collapse}.topScoresPage__table th,.topScoresPage__table td{padding:14px 16px;text-align:left;border-bottom:1px solid #23314d}.topScoresPage__table th{background:#0d1524;color:#c8d4ed;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.topScoresPage__table td{background:#111a2b}.topScoresPage__empty{padding:32px 16px;text-align:center;color:#a8b6d4;border:1px solid #23314d;background:#0d1524}.topScoresPage__mobileList{display:none}.topScoresPage__mobileItem{padding:14px 16px;border:1px solid #23314d;background:#0d1524;margin-bottom:12px}.topScoresPage__mobileRow{display:flex;justify-content:space-between;gap:12px;padding:4px 0}.topScoresPage__mobileLabel{color:#a8b6d4}@media(max-width:768px){.topScoresPage__inner{padding:16px 12px 24px}.topScoresPage__hero,.topScoresPage__board{padding:16px}.topScoresPage__heroHeader{flex-direction:column}.topScoresPage__refreshButton{width:100%}.topScoresPage__stats{grid-template-columns:1fr}.topScoresPage__title{font-size:28px}.topScoresPage__tableWrap{display:none}.topScoresPage__mobileList{display:block}}.topScoresPage:fullscreen{min-height:100vh;padding:24px;overflow:auto;background:#0b1220}.topScoresPage:fullscreen .topScoresPage__inner{max-width:100%;padding:0}.topScoresPage:fullscreen .topScoresPage__hero,.topScoresPage:fullscreen .topScoresPage__board{width:100%}.topScoresPage:fullscreen .topScoresPage__tableWrap{max-height:none}@media(max-width:768px){.topScoresPage__heroActions{flex-direction:column;align-items:stretch}}.topScoresPage__heroActions{display:flex;gap:12px;align-items:flex-start}.topScoresPage__iconButton{display:inline-flex;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;padding:0;border:1px solid #3355ff;background:#16203a;color:#f3f7ff;cursor:pointer;font:inherit;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.topScoresPage__iconButton:hover:not(:disabled){background:#74fb71;border-color:#74fb71;color:#35f}.topScoresPage__iconButton:focus-visible{outline:2px solid #74fb71;outline-offset:2px}.topScoresPage__iconButton:disabled{opacity:.7;cursor:default}@media(max-width:768px){.topScoresPage__heroActions{flex-direction:row;align-items:stretch;width:100%}.topScoresPage__refreshButton{flex:1}.topScoresPage__iconButton{flex:0 0 44px}}.adminUsersPage{min-height:100vh;background:#0b1220;color:#f3f7ff}.adminUsersPage__inner{width:100%;max-width:1360px;margin:0 auto;padding:24px 16px 40px}.adminUsersPage__inner--narrow{max-width:720px}.adminUsersPage__hero,.adminUsersPage__panel,.adminUsersPage__error,.adminUsersPage__modal{background:#111a2b;border:1px solid #23314d}.adminUsersPage__hero{padding:24px;margin-bottom:16px}.adminUsersPage__heroHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.adminUsersPage__eyebrow{margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#74fb71}.adminUsersPage__title{margin:0;font-size:36px;line-height:1.1}.adminUsersPage__subtitle{margin:10px 0 0;color:#a8b6d4;font-size:15px}.adminUsersPage__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.adminUsersPage__stat{padding:16px;background:#0d1524;border:1px solid #23314d}.adminUsersPage__statLabel{margin-bottom:6px;font-size:13px;color:#a8b6d4}.adminUsersPage__statValue{font-size:28px;font-weight:700;line-height:1.1}.adminUsersPage__panel{padding:20px}.adminUsersPage__panelHeader{margin-bottom:16px}.adminUsersPage__panelTitle{margin:0;font-size:24px}.adminUsersPage__panelSubtitle{margin:6px 0 0;color:#a8b6d4;font-size:14px}.adminUsersPage__error{margin-bottom:16px;padding:14px 16px;color:#ffd7d7;border-color:#6a2b2b;background:#2a1414}.adminUsersPage__form{display:grid;gap:16px}.adminUsersPage__field{display:grid;gap:8px}.adminUsersPage__label{font-size:13px;color:#a8b6d4}.adminUsersPage__input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #23314d;background:#0d1524;color:#f3f7ff;font:inherit}.adminUsersPage__input:focus{outline:1px solid #3355ff;outline-offset:0}.adminUsersPage__button{min-height:44px;padding:10px 16px;border:1px solid #3355ff;background:#16203a;color:#f3f7ff;cursor:pointer;font:inherit}.adminUsersPage__button:hover:not(:disabled){background:#74fb71;border-color:#74fb71;color:#35f}.adminUsersPage__button:disabled{opacity:.7;cursor:default}.adminUsersPage__button--small{min-height:36px;padding:8px 12px;font-size:14px}.adminUsersPage__tableWrap{overflow-x:auto;border:1px solid #23314d;background:#0d1524}.adminUsersPage__table{width:100%;min-width:1120px;border-collapse:collapse}.adminUsersPage__table th,.adminUsersPage__table td{padding:14px 16px;text-align:left;border-bottom:1px solid #23314d;vertical-align:top}.adminUsersPage__table th{background:#0d1524;color:#c8d4ed;font-size:13px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.adminUsersPage__table td{background:#111a2b}.adminUsersPage__emailCell{word-break:break-word;min-width:240px}.adminUsersPage__actionsHeader,.adminUsersPage__actionsCell{position:sticky;right:0;z-index:1}.adminUsersPage__actionsHeader{background:#0d1524;min-width:120px}.adminUsersPage__actionsCell{background:#111a2b;min-width:120px}.adminUsersPage__empty{padding:32px 16px;text-align:center;color:#a8b6d4;border:1px solid #23314d;background:#0d1524}.adminUsersPage__pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px}.adminUsersPage__paginationInfo{color:#a8b6d4;font-size:14px;text-align:center}.adminUsersPage__mobileList{display:none}.adminUsersPage__mobileItem{padding:16px;border:1px solid #23314d;background:#0d1524;margin-bottom:12px}.adminUsersPage__mobileGrid{display:grid;gap:8px}.adminUsersPage__mobileRow{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.adminUsersPage__mobileLabel{color:#a8b6d4;flex:0 0 96px}.adminUsersPage__mobileValueBreak{word-break:break-word;text-align:right}.adminUsersPage__mobileActions{margin-top:16px}.adminUsersPage__mobileActions .adminUsersPage__button{width:100%}.adminUsersPage__modalOverlay{position:fixed;inset:0;background:#060a12c2;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.adminUsersPage__modal{width:100%;max-width:560px;padding:24px;box-shadow:0 24px 60px #00000073}.adminUsersPage__modalHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.adminUsersPage__modalTitle{margin:0;font-size:28px;line-height:1.1}.adminUsersPage__modalSubtitle{margin:10px 0 0;color:#a8b6d4;line-height:1.5}.adminUsersPage__qrCard{display:flex;justify-content:center;align-items:center;padding:24px;margin-bottom:16px;background:#f7fbff;border:1px solid #d8e3f5}.adminUsersPage__qrPayload{margin:0;padding:12px;overflow:auto;background:#0d1524;border:1px solid #23314d;color:#c8d4ed;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}@media(max-width:900px){.adminUsersPage__inner{padding:16px 12px 24px}.adminUsersPage__hero,.adminUsersPage__panel,.adminUsersPage__modal{padding:16px}.adminUsersPage__heroHeader{flex-direction:column}.adminUsersPage__button{width:100%}.adminUsersPage__stats{grid-template-columns:1fr}.adminUsersPage__title{font-size:28px}.adminUsersPage__tableWrap{display:none}.adminUsersPage__mobileList{display:block}.adminUsersPage__pagination{flex-direction:column;align-items:stretch}}@media(max-width:640px){.adminUsersPage__modalOverlay{padding:12px}.adminUsersPage__modalHeader{flex-direction:column}.adminUsersPage__qrCard canvas{width:100%!important;height:auto!important;max-width:256px}}.adminUsersPage__table td,.adminUsersPage__mobileRow span:last-child{overflow-wrap:anywhere;word-break:break-word}.adminUsersPage__modalTitle,.adminUsersPage__modalSubtitle,.adminUsersPage__qrPayload{overflow-wrap:anywhere;word-break:break-word}.adminUsersPage__modal{max-width:560px;width:100%}.adminUsersPage__modalTitle{font-size:24px;line-height:1.2}.registerPage{min-height:100vh;background:#0b1220;color:#f3f7ff}.registerPage__inner{width:100%;max-width:1360px;margin:0 auto;padding:24px 16px 40px}.registerPage__hero,.registerPage__panel,.registerPage__error{background:#111a2b;border:1px solid #23314d}.registerPage__hero{padding:24px;margin-bottom:16px}.registerPage__eyebrow{margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#74fb71}.registerPage__title{margin:0;font-size:36px;line-height:1.1}.registerPage__subtitle{margin:10px 0 0;color:#a8b6d4;font-size:15px}.registerPage__layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(380px,.85fr);gap:16px;align-items:start}.registerPage__panel{padding:20px}.registerPage__panel--waiver{min-height:720px}.registerPage__panel--form{position:sticky;top:16px}.registerPage__panelHeader{margin-bottom:16px}.registerPage__panelTitle{margin:0;font-size:24px}.registerPage__panelSubtitle{margin:6px 0 0;color:#a8b6d4;font-size:14px}.registerPage__waiverContent{max-height:760px;overflow:auto;padding-right:8px;color:#dce6fa;line-height:1.65}.registerPage__waiverContent h1,.registerPage__waiverContent h2,.registerPage__waiverContent h3,.registerPage__waiverContent h4{margin-top:1.5em;margin-bottom:.6em;color:#f3f7ff}.registerPage__waiverContent p,.registerPage__waiverContent li{color:#dce6fa}.registerPage__waiverContent ul,.registerPage__waiverContent ol{padding-left:1.25rem}.registerPage__form{display:grid;gap:16px}.registerPage__field{display:grid;gap:8px}.registerPage__label{font-size:13px;color:#a8b6d4}.registerPage__input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #23314d;background:#0d1524;color:#f3f7ff;font:inherit}.registerPage__input:focus{outline:1px solid #3355ff;outline-offset:0}.registerPage__checkbox{display:flex;align-items:flex-start;gap:10px;color:#f3f7ff;line-height:1.5}.registerPage__checkbox input{margin-top:3px}.registerPage__error{padding:14px 16px;color:#ffd7d7;border-color:#6a2b2b;background:#2a1414}.registerPage__button{min-height:44px;padding:10px 16px;border:1px solid #3355ff;background:#16203a;color:#f3f7ff;cursor:pointer;font:inherit;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.registerPage__button:hover:not(:disabled){background:#74fb71;border-color:#74fb71;color:#35f}.registerPage__button:disabled{opacity:.7;cursor:default}.registerPage__success{max-width:900px;margin:0 auto}.registerPage__successLayout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;align-items:start}.registerPage__qrCard{display:flex;justify-content:center;align-items:center;padding:24px;background:#f7fbff;border:1px solid #d8e3f5}.registerPage__qrMeta{display:grid;gap:12px}.registerPage__stat{padding:16px;background:#0d1524;border:1px solid #23314d}.registerPage__statLabel{margin-bottom:6px;font-size:13px;color:#a8b6d4}.registerPage__statValue{font-size:28px;font-weight:700;line-height:1.1}.registerPage__successActions{margin-top:20px}@media(max-width:1024px){.registerPage__layout{grid-template-columns:1fr}.registerPage__panel--waiver{min-height:auto}.registerPage__panel--form{position:static}.registerPage__waiverContent{max-height:420px}}@media(max-width:768px){.registerPage__inner{padding:16px 12px 24px}.registerPage__hero,.registerPage__panel{padding:16px}.registerPage__title{font-size:28px}.registerPage__successLayout{grid-template-columns:1fr}.registerPage__qrCard canvas{width:100%!important;height:auto!important;max-width:260px}}.registerPage__requiredField{color:#e1341e}
