@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:dark;font-family:Manrope,Segoe UI,sans-serif;background:#09070a;color:#f5e7d1}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;min-height:100%;margin:0}html{background:radial-gradient(circle at 18% 14%,rgba(255,168,89,.16),transparent 22%),radial-gradient(circle at 82% 10%,rgba(114,162,109,.1),transparent 20%),linear-gradient(180deg,#07080a,#10110f 42%,#050607)}body{overflow:hidden;background:transparent;color:#f5e7d1}#app,.game-root{position:relative;width:100vw;height:100vh;overflow:hidden}canvas{display:block;width:100%;height:100%;image-rendering:auto;cursor:crosshair}.game-auth-overlay{position:fixed;inset:0;z-index:140}.game-auth-overlay[hidden]{display:none}.game-auth-overlay__backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 22%,rgba(255,189,110,.14),transparent 24%),linear-gradient(180deg,#080a0847,#050606bd);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-auth-overlay__panel{position:absolute;top:50%;left:50%;width:min(560px,calc(100vw - 40px));transform:translate(-50%,-50%);padding:28px;border:4px solid rgba(19,15,12,.96);background:linear-gradient(180deg,#110f0bfa,#0a0a08f5),linear-gradient(135deg,#ffbc6e14,#0000);box-shadow:0 30px 90px #0000006b,0 0 0 2px #f4e5c91f inset}.game-auth-overlay__title{margin:0 0 10px;font-family:Georgia,serif;font-size:2rem;line-height:1;color:#f6e8d2}.game-auth-overlay__subtitle{margin:0;color:#d8bc8d;line-height:1.58}.game-auth-overlay__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:22px 0 18px}.game-auth-overlay__tab,.game-auth-overlay__submit,.game-auth-overlay__cancel{min-height:52px;border:2px solid rgba(19,15,12,.96);color:#f5e7d1;font-family:Georgia,serif;font-weight:700;cursor:pointer}.game-auth-overlay__tab{background:#11100ccc}.game-auth-overlay__tab[data-active=true]{background:linear-gradient(180deg,#745030f5,#4d3520f0)}.game-auth-overlay__form{display:grid;gap:14px}.game-auth-overlay__field{display:grid;gap:8px;color:#e7d5bb;font-family:Georgia,serif}.game-auth-overlay__field input{min-height:52px;padding:12px 14px;border:2px solid rgba(19,15,12,.96);background:#0a0b09e6;color:#f5e7d1;font-family:Georgia,serif;font-size:1rem}.game-auth-overlay__field input:focus{outline:none;border-color:#f0b87085;box-shadow:0 0 0 3px #f0b8701f}.game-auth-overlay__remember{display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 12px;border:2px solid rgba(19,15,12,.96);background:#0c0c0acc;color:#ddc6a0;font-family:Georgia,serif}.game-auth-overlay__remember input{width:18px;height:18px}.game-auth-overlay__error{min-height:22px;color:#ffb4a6;font-size:.94rem}.game-auth-overlay__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.game-auth-overlay__submit{background:linear-gradient(180deg,#745030fa,#4e3420f0)}.game-auth-overlay__cancel{background:#10100cd1}.game-auth-overlay__submit:disabled{opacity:.5;cursor:wait}@media(max-width:760px){.game-auth-overlay__panel{width:min(100vw - 24px,100%);padding:22px}.game-auth-overlay__title{font-size:1.72rem}.game-auth-overlay__actions{grid-template-columns:1fr}}
