*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0f0f23;--bg-secondary: #1a1a2e;--bg-card: #16213e;--text-primary: #e0e0e0;--text-secondary: #a0a0b0;--accent: #6c63ff;--accent-hover: #5a52d5;--success: #2ecc71;--danger: #e74c3c;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}html,body{height:100%;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;overscroll-behavior:none;touch-action:manipulation;-webkit-text-size-adjust:100%}#root{height:100%;display:flex;align-items:center;justify-content:center;padding:calc(1rem + var(--safe-top)) calc(1rem + var(--safe-right)) calc(1rem + var(--safe-bottom)) calc(1rem + var(--safe-left))}button{cursor:pointer;border:none;font-family:inherit;min-height:48px;min-width:48px;touch-action:manipulation;user-select:none;-webkit-user-select:none}input{font-family:inherit;font-size:1rem;min-height:48px;border-radius:0;-webkit-appearance:none}input[type=text],input[type=number]{font-size:16px}.game-area,.game-area *{user-select:none;-webkit-user-select:none}@keyframes igra-spin{to{transform:rotate(360deg)}}
