.game-shell{--triad-primary:#5affaa;--triad-glow:#5affaa4d;color:#fff;padding:env(safe-area-inset-top)env(safe-area-inset-right)env(safe-area-inset-bottom)env(safe-area-inset-left);background:linear-gradient(145deg,#0b1020 0%,#0e1a2e 100%);flex-direction:column;justify-content:center;align-items:center;font-family:DM Sans,system-ui,-apple-system,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.game-shell__ready{flex-direction:column;align-items:center;gap:1.5rem;animation:.3s ease-out fadeIn;display:flex}.game-shell__title{letter-spacing:-.02em;text-align:center;color:var(--triad-primary);text-shadow:0 0 40px var(--triad-glow);margin:0;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700}.game-shell__start-btn{background:var(--triad-primary);color:#0b1020;cursor:pointer;box-shadow:0 4px 24px var(--triad-glow);border:none;border-radius:100px;padding:1rem 3rem;font-size:1.25rem;font-weight:600;transition:transform .15s,box-shadow .15s}.game-shell__start-btn:hover,.game-shell__start-btn:focus{box-shadow:0 8px 40px var(--triad-glow);outline:none;transform:scale(1.05)}.game-shell__start-btn:active{transform:scale(.98)}.game-shell__hint{color:#ffffff80;margin:0;font-size:.875rem}.game-shell__content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.game-shell__pause-overlay{backdrop-filter:blur(8px);background:#0b1020e6;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:absolute;inset:0}.game-shell__pause-modal{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.game-shell__pause-modal h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.game-shell__btn{cursor:pointer;border-radius:100px;min-width:160px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .15s}.game-shell__btn--primary{background:var(--triad-primary);color:#0b1020;border:none}.game-shell__btn--primary:hover{box-shadow:0 4px 20px var(--triad-glow);transform:scale(1.03)}.game-shell__btn--ghost{color:#fffc;background:0 0;border:1px solid #fff3}.game-shell__btn--ghost:hover{background:#ffffff0d;border-color:#fff6}.game-shell__end-summary{justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex}.game-shell__end-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;align-items:center;gap:.75rem;width:90%;max-width:320px;padding:2.5rem;display:flex}.game-shell__badge{text-transform:uppercase;letter-spacing:.08em;background:var(--triad-primary);color:#0b1020;border-radius:100px;padding:.375rem 1rem;font-size:.75rem;font-weight:700;animation:2s infinite pulse}.game-shell__score{letter-spacing:-.03em;color:#fff;margin:0;font-size:4rem;font-weight:800;line-height:1}.game-shell__score-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.875rem}.game-shell__cp-award{background:#ffffff0d;border-radius:100px;align-items:center;gap:.5rem;margin:.5rem 0;padding:.75rem 1.25rem;display:flex}.game-shell__cp-icon{color:var(--triad-primary);font-size:1.25rem}.game-shell__cp-value{color:var(--triad-primary);font-size:1.125rem;font-weight:700}.game-shell__stats{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;margin:1rem 0;display:grid}.game-shell__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.game-shell__stat-label{color:#ffffff80;text-transform:capitalize;font-size:.75rem}.game-shell__stat-value{color:#fff;font-size:1.125rem;font-weight:600}.game-shell__actions{flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.reduced-motion *{transition-duration:.01ms!important;animation-duration:.01ms!important}@media (width<=380px){.game-shell__end-card{padding:1.75rem}.game-shell__score{font-size:3rem}.game-shell__btn{min-width:140px;padding:.75rem 1.5rem}}