:root{--sans:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;--pixel:"Press Start 2P", "Courier New", monospace;font:16px/1.4 var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}*,:before,:after{box-sizing:border-box}html{width:100%;height:100%}body{overscroll-behavior:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;background:#5d8f2f;width:100%;height:100%;margin:0;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}#root{text-align:center;width:100%;height:100%;margin:0;overflow:hidden}@supports (-webkit-touch-callout:none){html{height:100%;height:-webkit-fill-available}body,#root{height:100%;min-height:100%;min-height:-webkit-fill-available;min-height:100svh;min-height:100dvh}}.landing{--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);isolation:isolate;background:#5d8f2f;width:100%;height:100%;position:relative;overflow:hidden}.back{z-index:0;background:radial-gradient(900px 520px at 50% 0,#7ec8ff 0%,#0000 55%),linear-gradient(#5aa9e6 0%,#9fd27a 48%,#5f8f3e 100%);position:fixed;top:0;bottom:0;left:0;right:0}.battleStage{--ink:#202838;--panel:#f8f0d8;--panel-edge:#181818;--chrome:#1a2740;--hp-green:#58d060;--sky-top:#9ad0ef;--sky-mid:#c5e4f6;--grass-light:#7cb342;--grass-dark:#558b2f;--grass-top:46%;--ui-h:72px;--panel-offset:calc(var(--ui-h) + var(--safe-bottom));--circ-unit:min(1.15vw, 1.2vh);z-index:1;width:100%;height:100%;color:var(--ink);font-family:var(--pixel);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:manipulation;position:relative;overflow:hidden}.battleStage--menu{--ui-h:188px}.battleSky{z-index:0;background:radial-gradient(ellipse 70% 50% at 65% 18%, #ffffff80 0%, transparent 55%), linear-gradient(180deg, var(--sky-top) 0%, var(--sky-mid) 65%, #d4ecc0 100%);animation:12s ease-in-out infinite alternate sky-drift;position:absolute;top:0;bottom:40%;left:0;right:0}.battleGround{inset:var(--grass-top) 0 var(--panel-offset) 0;z-index:0;background:linear-gradient(180deg, #8fca56 0%, var(--grass-light) 40%, var(--grass-dark) 100%);position:absolute}@keyframes sky-drift{0%{filter:saturate()brightness()}to{filter:saturate(1.06)brightness(1.03)}}.battleField{inset:0 0 var(--panel-offset) 0;z-index:3;pointer-events:none;position:absolute}.slot{--circ-w:calc(var(--circ-unit) * 42);--circ-ratio:.3;--sprite-size:calc(var(--circ-w) * .5);--feet-lift:calc(var(--circ-w) * var(--circ-ratio) * .42);width:var(--circ-w);height:calc(var(--circ-w) * var(--circ-ratio) + var(--sprite-size) * .75);flex-direction:column;justify-content:flex-end;align-items:center;display:flex;position:absolute}.slot--foe{--circ-w:calc(var(--circ-unit) * 34);--circ-ratio:.3125;--sprite-size:calc(var(--circ-w) * .376);top:calc(var(--grass-top) + 4%);right:max(2%, var(--safe-right,0px));--feet-lift:calc(var(--circ-w) * var(--circ-ratio) * .3)}.slot--ally{--circ-w:calc(var(--circ-unit) * 52);--circ-ratio:.2963;--sprite-size:calc(var(--circ-w) * .48);--feet-lift:calc(var(--circ-w) * var(--circ-ratio) * .5);bottom:0;left:var(--safe-left,0px)}.padCirc{z-index:0;width:var(--circ-w);height:calc(var(--circ-w) * var(--circ-ratio));object-fit:contain;object-position:center center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.sprite{z-index:1;margin-bottom:var(--feet-lift);justify-content:center;align-items:flex-end;display:flex;position:relative}.sprite--ally.sprite--attacking{animation:.65s ease-out forwards ally-lunge}.sprite--foe.sprite--charmed{animation:2.2s ease-in-out infinite foe-swoon}@keyframes ally-lunge{0%{transform:translate(0)}35%{transform:translate(18vw,-14vh)}55%{transform:translate(16vw,-12vh)}to{transform:translate(0)}}@keyframes foe-swoon{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-3px)rotate(-2deg)}}.charmHearts{background:radial-gradient(circle at 30% 30%,#ff8eb5,#e8437a);border-radius:50%;width:18px;height:18px;animation:1.4s ease-in-out infinite hearts-float;position:absolute;top:-6px;right:-4px;box-shadow:-14px 8px 0 -2px #ff8eb5}.charmHearts:before,.charmHearts:after{content:"♥";color:#ff5e9a;font-size:12px;font-family:var(--sans);line-height:1;position:absolute}.charmHearts:before{top:-2px;left:3px}.charmHearts:after{opacity:.85;font-size:10px;top:10px;left:-12px}@keyframes hearts-float{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.85;transform:translateY(-4px)}}.spriteBody{width:var(--sprite-size);height:var(--sprite-size);background:repeating-linear-gradient(-45deg,#ffffff38 0 8px,#ffffff0d 8px 16px),#ffffff47;border:3px dashed #1c243666;border-radius:14px;place-items:center;display:grid}.spriteArt--foe,.spriteArt--ally{width:var(--sprite-size);height:var(--sprite-size);object-fit:contain;object-position:center bottom;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;filter:drop-shadow(0 4px #0000002e);image-rendering:pixelated}.spriteArt--ally{transform:translate(-20%,30%)}.spriteTag{letter-spacing:.12em;color:var(--ink);opacity:.8;font-size:10px}.hud{--hud-pad-x:9px;--hud-pad-y:7px;--hud-name-size:10px;--hud-level-size:9px;--hud-meta-size:8px;z-index:4;box-sizing:border-box;width:min(168px,100% - 24px);max-width:calc(100% - 20px);position:absolute}.hud--foe{top:max(10px, calc(var(--safe-top) + 6px));left:max(10px, var(--safe-left));animation:.55s cubic-bezier(.22,1,.36,1) both hud-slide-in}.hud--ally{bottom:calc(var(--panel-offset) + 10px);right:max(10px, var(--safe-right));animation:.55s cubic-bezier(.22,1,.36,1) .12s both hud-slide-in}@keyframes hud-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hudInner{background:var(--panel);border:3px solid var(--panel-edge);min-width:0;padding:var(--hud-pad-y) var(--hud-pad-x);text-align:left;border-radius:4px 14px;overflow:hidden;box-shadow:3px 3px #00000038,inset 0 0 0 2px #fff8e7}.hudRow{justify-content:space-between;align-items:baseline;gap:8px;min-width:0;margin-bottom:5px;display:flex}.hudName{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--hud-name-size);letter-spacing:.04em;flex:auto;overflow:hidden}.hudLevel{font-size:var(--hud-level-size);opacity:.85;white-space:nowrap;flex:none}.hpTrack{align-items:center;gap:6px;min-width:0;display:flex}.hpLabel{font-size:var(--hud-meta-size);color:#d4a017;letter-spacing:.08em;flex:none}.hpBar{border:2px solid var(--panel-edge);background:#2c3348;border-radius:999px;flex:1;min-width:0;height:8px;overflow:hidden}.hpFill{background:linear-gradient(180deg, #7be89a 0%, var(--hp-green) 100%);width:100%;height:100%;transition:width .65s}.hpFill--low{background:linear-gradient(#ffd36a 0%,#f0c038 100%)}.hudHpText{text-align:right;font-size:var(--hud-meta-size);letter-spacing:.04em;margin-top:4px}.statusRow{justify-content:flex-end;gap:4px;margin-top:6px;display:flex}.statusBadge{letter-spacing:.06em;color:#fff;text-shadow:0 1px #00000059;border:2px solid #1a1020;border-radius:4px;justify-content:center;align-items:center;min-width:34px;padding:2px 5px;font-size:8px;display:inline-flex}.statusBadge--charm{background:linear-gradient(#ff8eb5 0%,#e8437a 100%);box-shadow:inset 0 1px #ffffff59}.battleUi{z-index:5;height:var(--panel-offset);box-sizing:border-box;max-height:100%;padding:8px max(8px, var(--safe-right)) calc(8px + var(--safe-bottom)) max(8px, var(--safe-left));background:linear-gradient(180deg, #2a3d5c 0%, var(--chrome) 40%, #121a2a 100%);border-top:3px solid #0d1420;grid-template-rows:1fr;grid-template-columns:1fr;align-items:stretch;gap:6px;display:grid;position:absolute;bottom:0;left:0;right:0;overflow:hidden;box-shadow:inset 0 2px #ffffff14}.battleUi--menu{grid-template-rows:minmax(0,.7fr) minmax(0,1.3fr)}.dialogueBox{text-align:left;background:linear-gradient(180deg, #fffaf0 0%, var(--panel) 100%);height:100%;min-height:0;color:var(--ink);font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:3px solid #0e1018;border-radius:8px;align-items:center;margin:0;padding:10px 14px;display:flex;position:relative;box-shadow:inset 0 0 0 2px #e8d9b0,0 0 0 1px #ffffff14}.dialogueBox:active:not(:disabled){filter:brightness(.97)}.dialogueBox:disabled{cursor:default;opacity:1}.dialogueBox:focus-visible{outline-offset:2px;outline:2px solid #7eb6ff}.dialogueText{letter-spacing:.02em;margin:0;font-size:11px;line-height:1.55}.dialogueCaret{border-left:6px solid #0000;border-right:6px solid #0000;border-top:7px solid var(--ink);width:0;height:0;animation:.7s step-end infinite caret-blink;position:absolute;bottom:10px;right:12px}@keyframes caret-blink{0%,49%{opacity:1}50%,to{opacity:0}}.commandMenu{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:6px;min-width:0;height:100%;min-height:0;animation:.28s cubic-bezier(.34,1.3,.64,1) menu-pop;display:grid}@keyframes menu-pop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.commandBtn{color:#fff;min-width:0;min-height:48px;font:inherit;letter-spacing:.04em;text-shadow:0 1px #00000059;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:2px solid #0e1018;border-radius:8px;justify-content:center;align-items:center;padding:0 8px 0 18px;font-size:11px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff47}.commandBtn--fight{background:linear-gradient(#f07868 0%,#d4453a 100%)}.commandBtn--bag{background:linear-gradient(#f0c050 0%,#d49a20 100%)}.commandBtn--pokemon{background:linear-gradient(#70c868 0%,#3e9a3a 100%)}.commandBtn--run{background:linear-gradient(#6898e0 0%,#3a6ab8 100%)}.commandBtn--selected,.commandBtn:active{filter:brightness(1.1);box-shadow:inset 0 1px #fff6,0 0 0 2px #ffffff73}.commandBtn:focus-visible{outline-offset:1px;outline:2px solid #fff}.commandCursor{opacity:0;color:#fff;font-size:8px;position:absolute;left:6px}.commandBtn--selected .commandCursor{opacity:1;animation:.7s step-end infinite caret-blink}.moveMenu{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:6px;height:100%;min-height:0;animation:.28s cubic-bezier(.34,1.3,.64,1) menu-pop;display:grid}.moveBtn{background:linear-gradient(180deg, #fffaf0 0%, var(--panel) 100%);min-height:48px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:2px solid #0e1018;border-radius:8px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;padding:6px 8px 6px 18px;display:flex;position:relative;box-shadow:inset 0 0 0 2px #e8d9b0}.moveBtn--charm{background:linear-gradient(#ffd0e4 0%,#f7a8c8 100%);box-shadow:inset 0 0 0 2px #ffe8f2,inset 0 1px #ffffff73}.moveBtn--charm:active{filter:brightness(1.05)}.moveBtn--locked{opacity:.45;cursor:default}.moveCursor{color:#c0392b;font-size:8px;animation:.7s step-end infinite caret-blink;position:absolute;top:50%;left:5px;transform:translateY(-50%)}.moveName{letter-spacing:.04em;font-size:11px}.moveMeta{flex-wrap:wrap;justify-content:space-between;gap:6px;width:100%;display:flex}.moveType{letter-spacing:.06em;color:#fff;background:#e891b8;border-radius:3px;padding:2px 5px;font-size:7px}.movePp{letter-spacing:.04em;opacity:.75;font-size:7px}@media (orientation:landscape) and (max-height:500px){.battleStage{--ui-h:56px;--circ-unit:min(.85vw, 1.4vh)}.battleStage--menu{--ui-h:120px}.battleUi--menu{grid-template-rows:minmax(0,1fr);grid-template-columns:1.2fr 1fr}.slot--foe{top:calc(var(--grass-top) + 1%);right:max(2%, var(--safe-right,0px))}.slot--ally{bottom:0;left:var(--safe-left,0px)}.hud{--hud-name-size:9px;--hud-level-size:8px;--hud-meta-size:7px;--hud-pad-x:7px;--hud-pad-y:5px;width:min(140px,100% - 20px)}.hudHpText{display:none}.dialogueText,.commandBtn{font-size:9px}.commandBtn{min-height:0;padding-left:14px}}@media (min-width:900px){.battleStage{--ui-h:96px;--circ-unit:min(.75vw, 1.05vh)}.battleStage--menu{--ui-h:132px}.battleUi--menu{grid-template-rows:minmax(0,1fr);grid-template-columns:1.4fr 1fr}.slot--foe{top:calc(var(--grass-top) + 2%);right:max(8%, var(--safe-right,0px))}.slot--ally{bottom:0;left:var(--safe-left,0px)}.hud{--hud-name-size:12px;--hud-level-size:11px;--hud-meta-size:9px;--hud-pad-x:12px;--hud-pad-y:10px;width:min(260px,100% - 48px,22vw)}.hud--foe{top:max(16px, var(--safe-top));left:max(16px, var(--safe-left))}.hud--ally{bottom:calc(var(--panel-offset) + 14px);right:max(16px, var(--safe-right))}.hpBar{height:10px}.dialogueText{font-size:12px}.commandBtn{min-height:0;font-size:11px}.moveBtn{min-height:0}}@media (min-width:1400px) and (min-height:721px){.hud{--hud-name-size:13px;--hud-level-size:12px;width:min(280px,18vw)}}@media (min-width:700px) and (max-height:720px){.hud{--hud-name-size:10px;--hud-level-size:9px;--hud-meta-size:8px;--hud-pad-x:8px;--hud-pad-y:6px;width:min(200px,100% - 32px,20vw)}.hud--foe{top:max(10px, var(--safe-top));left:max(12px, var(--safe-left))}.hud--ally{bottom:calc(var(--panel-offset) + 6px);right:max(12px, var(--safe-right))}.hudHpText{display:none}.statusBadge{min-width:30px;padding:1px 4px;font-size:7px}.hpBar{height:8px}}@media (min-width:900px) and (max-height:720px){.battleStage--menu{--ui-h:120px}.commandBtn,.moveBtn{min-height:0}}.modalOverlay{z-index:20;padding:var(--safe-top,env(safe-area-inset-top,0px)) var(--safe-right,env(safe-area-inset-right,0px)) 0 var(--safe-left,env(safe-area-inset-left,0px));-webkit-backdrop-filter:blur(6px);background:#0c121c80;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal{width:100%;max-width:480px;max-height:min(88dvh,720px);padding:20px 16px calc(20px + env(safe-area-inset-bottom,0px));font-family:var(--sans);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;animation:.32s cubic-bezier(.22,1,.36,1) sheet-up;position:relative;overflow:auto}.modal--battle{background:linear-gradient(#2a3d5c 0%,#1a2740 28%,#121a2a 28% 100%);border:4px solid #0e1018;border-bottom:none;border-radius:14px 14px 0 0;box-shadow:0 -10px 40px #0006,inset 0 2px #ffffff14}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width:640px){.modalOverlay{align-items:center;padding:24px}.modal--battle{border-bottom:4px solid #0e1018;border-radius:14px;padding:24px 22px 22px;animation:.28s cubic-bezier(.22,1,.36,1) sheet-pop}@keyframes sheet-pop{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}}.modalClose{cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;width:44px;height:44px;font-size:24px;line-height:1;position:absolute;top:10px;right:10px}.modalClose--battle{color:#fff;background:#ffffff1f;border:2px solid #0e1018a6}.modalClose--battle:active{background:#ffffff38}.dateForm{flex-direction:column;gap:14px;display:flex}.dateForm--battle{padding:8px 4px 0}.moveSheetHeader{text-align:left;background:linear-gradient(#fffaf0 0%,#f8f0d8 100%);border:3px solid #0e1018;border-radius:8px;margin:0 36px 4px 0;padding:14px 14px 12px;box-shadow:inset 0 0 0 2px #e8d9b0}.moveSheetEyebrow{font-family:var(--pixel);letter-spacing:.04em;color:#5a6478;margin:0 0 6px;font-size:8px}.dateFormTitle{font-family:var(--pixel);letter-spacing:.06em;color:#202838;text-align:left;margin:0;font-size:18px;font-weight:400}.moveSheetBlurb{font-family:var(--pixel);letter-spacing:.02em;color:#e8437a;margin:8px 0 0;font-size:8px;line-height:1.5}.field{text-align:left;flex-direction:column;gap:8px;display:flex}.fieldRow{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:480px){.fieldRow{grid-template-columns:1fr 1fr}}.fieldLabel{font-family:var(--pixel);letter-spacing:.04em;color:#f7f3e8;font-size:9px;font-weight:400}.field input[type=text],.field input[type=email],.field input[type=date],.field input[type=time]{width:100%;font-family:var(--sans);color:#202838;-webkit-appearance:none;appearance:none;background:linear-gradient(#fffaf0 0%,#f8f0d8 100%);border:3px solid #0e1018;border-radius:8px;padding:12px 14px;font-size:16px;box-shadow:inset 0 0 0 2px #e8d9b0}.field input::placeholder{color:#20283866}.field input:focus{outline-offset:2px;outline:2px solid #ff8eb5}.fieldset{border:none;margin:0;padding:0}.radioGroup{flex-direction:column;gap:8px;display:flex}.radioGroup--battle{gap:8px}.radioOption{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:center;gap:12px;min-height:48px;padding:0 4px;font-size:16px;display:flex}.radioOption--battle{color:#202838;background:linear-gradient(#fffaf0 0%,#f8f0d8 100%);border:3px solid #0e1018;border-radius:8px;align-items:flex-start;gap:10px;min-height:56px;padding:10px 12px;box-shadow:inset 0 0 0 2px #e8d9b0}.radioOption--battle.radioOption--on{background:linear-gradient(#ffd0e4 0%,#f7a8c8 100%);box-shadow:inset 0 0 0 2px #ffe8f2,0 0 0 2px #ff8eb559}.radioOption--battle input{accent-color:#e8437a;flex-shrink:0;width:20px;height:20px;margin-top:2px}.radioCopy{text-align:left;flex-direction:column;gap:3px;display:flex}.radioTitle{font-family:var(--sans);color:#202838;font-size:16px;font-weight:700}.radioHint{font-family:var(--sans);color:#202838a6;font-size:13px}.radioOption input{accent-color:#e8437a;width:22px;height:22px}.btn{pointer-events:auto;font-family:var(--sans);letter-spacing:.2px;color:#fff;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#ffffff24;border:1px solid #ffffff38;border-radius:999px;min-width:140px;min-height:52px;padding:14px 22px;font-size:18px;font-weight:700;box-shadow:0 18px 40px #00000059}.btn:active{transform:scale(.98)}.btn:focus-visible{outline-offset:3px;outline:3px solid #ffc9e4a6}.btn.submit{cursor:pointer;width:100%;margin-top:4px}.btn--charm{color:#fff;font-family:var(--pixel);letter-spacing:.06em;text-shadow:0 1px #00000059;background:linear-gradient(#ff8eb5 0%,#e8437a 100%);border:3px solid #0e1018;border-radius:10px;font-size:12px;box-shadow:inset 0 1px #ffffff59,0 4px #00000040}.btn.submit:disabled{opacity:.65;cursor:wait;transform:none}.formError{color:#ffb4a8;background:#ff503c1f;border:1px solid #ff785a59;border-radius:12px;margin:0;padding:12px 14px;font-size:14px;line-height:1.45}.formError--battle{color:#a33;font-family:var(--sans);background:#fff0f0;border:3px solid #0e1018;border-radius:8px}.successPage{--sky-top:#9ad0ef;--sky-mid:#c5e4f6;--grass-light:#7cb342;--grass-dark:#558b2f;width:100%;height:100%;min-height:100%;padding:max(20px, env(safe-area-inset-top,0px)) max(20px, env(safe-area-inset-right,0px)) max(20px, env(safe-area-inset-bottom,0px)) max(20px, env(safe-area-inset-left,0px));-webkit-overflow-scrolling:touch;background:#5d8f2f;place-items:center;display:grid;position:relative;overflow:auto}.successSky{z-index:0;background:radial-gradient(ellipse 70% 50% at 65% 18%, #ffffff80 0%, transparent 55%), linear-gradient(180deg, var(--sky-top) 0%, var(--sky-mid) 65%, #d4ecc0 100%);position:absolute;top:0;bottom:42%;left:0;right:0}.successGround{z-index:0;background:linear-gradient(180deg, #8fca56 0%, var(--grass-light) 40%, var(--grass-dark) 100%);position:absolute;top:48%;bottom:0;left:0;right:0}.confetti{z-index:1;pointer-events:none;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.confettiPiece{opacity:.92;will-change:transform;border-radius:2px;animation-name:confetti-fall;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;top:-5%}@keyframes confetti-fall{0%{transform:translate(0,0)rotate(0)}to{transform:translate3d(var(--drift,0px), 110vh, 0) rotate(var(--spin,540deg))}}.successContent{z-index:2;flex-direction:column;align-items:center;gap:14px;width:min(440px,100%);display:flex;position:relative}.successSprite{width:min(120px,32vw);height:auto;image-rendering:pixelated;filter:drop-shadow(0 6px #00000038);-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.successCard{text-align:center;background:linear-gradient(#2a3d5c 0%,#1a2740 22%,#121a2a 22% 100%);border:4px solid #0e1018;border-radius:12px;width:100%;padding:22px 18px 20px;position:relative;box-shadow:0 12px 40px #0006,inset 0 2px #ffffff14}.successEyebrow{font-family:var(--pixel);letter-spacing:.08em;text-transform:uppercase;color:#ff8eb5;margin:0 0 10px;font-size:9px}.successTitle{font-family:var(--pixel);letter-spacing:.04em;color:#202838;text-align:left;background:linear-gradient(#fffaf0 0%,#f8f0d8 100%);border:3px solid #0e1018;border-radius:8px;margin:0 0 12px;padding:12px 12px 10px;font-size:clamp(12px,3.6vw,16px);font-weight:400;line-height:1.45;box-shadow:inset 0 0 0 2px #e8d9b0}.successBody{font-family:var(--sans);color:#fffaf0eb;margin:0 0 16px;font-size:16px;line-height:1.5}.successBody strong{color:#ffd0e4}.successNote{font-family:var(--sans);color:#202838;text-align:left;background:linear-gradient(#fffaf0 0%,#f8f0d8 100%);border:3px solid #0e1018;border-radius:8px;margin:0 0 18px;padding:12px 14px;font-size:15px;line-height:1.45;box-shadow:inset 0 0 0 2px #e8d9b0}.successDetails{text-align:left;flex-direction:column;gap:10px;margin:0 0 18px;padding:0;display:flex}.successDetails div{background:linear-gradient(#fffaf0 0%,#f8f0d8 100%);border:3px solid #0e1018;border-radius:8px;padding:12px 14px;box-shadow:inset 0 0 0 2px #e8d9b0}.successDetails dt{font-family:var(--pixel);letter-spacing:.06em;text-transform:uppercase;color:#5a6478;margin:0 0 4px;font-size:8px}.successDetails dd{font-family:var(--sans);color:#202838;margin:0;font-size:16px}.btn.successHome{justify-content:center;align-items:center;width:100%;text-decoration:none;display:inline-flex}
