:root{--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-primary-active: #1d4ed8;--color-success: #22c55e;--color-success-hover: #16a34a;--color-success-active: #15803d;--color-danger: #ef4444;--color-danger-hover: #dc2626;--color-danger-active: #b91c1c;--color-warning: #f59e0b;--color-warning-hover: #d97706;--win-gray-50: #f0f0f0;--win-gray-100: #e8e8e8;--win-gray-200: #d4d0c8;--win-gray-300: #c0c0c0;--win-gray-400: #a0a0a0;--win-gray-500: #808080;--win-gray-600: #606060;--win-gray-700: #404040;--win-gray-800: #2a2a2a;--win-gray-900: #1a1a1a;--win-blue-500: #0a246a;--win-blue-600: #08204c;--font-system: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--font-lcd: Consolas, Monaco, "Lucida Console", monospace;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--z-dropdown: 40;--z-sticky: 50;--z-modal-backdrop: 90;--z-modal: 100;--z-toast: 150;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-full: 9999px;--header-height-mobile: 56px;--header-height-desktop: 64px}.dark{--color-primary: #60a5fa;--color-primary-hover: #3b82f6;--color-primary-active: #2563eb}.retro{--color-primary: #000080;--color-primary-hover: #0000aa;--color-primary-active: #000060;--color-success: #008000;--color-success-hover: #006600;--color-success-active: #004d00;--color-danger: #ff0000;--color-danger-hover: #cc0000;--color-danger-active: #990000;--color-warning: #ffcc00;--color-warning-hover: #d4a400;--font-system: "MS Sans Serif", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--font-lcd: "Lucida Console", "Courier New", monospace;font-family:var(--font-system)}html{scroll-behavior:smooth}body{font-family:var(--font-system);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.retro body{background:var(--win-gray-200);color:#000;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.skip-to-content{position:absolute;top:-100%;left:50%;transform:translate(-50%);z-index:var(--z-toast);padding:var(--space-2) var(--space-4);background:var(--color-primary);color:#fff;text-decoration:none;border-radius:var(--radius-md);font-weight:500;transition:top var(--transition-fast)}.skip-to-content:focus{top:var(--space-2);outline:2px solid white;outline-offset:2px}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.bevel-raised{border-style:solid;border-width:2px;border-color:#ffffff #808080 #808080 #ffffff}.bevel-sunken{border-style:solid;border-width:2px;border-color:#808080 #ffffff #ffffff #808080}.bevel-pressed{border-style:solid;border-width:1px;border-color:#404040 #c0c0c0 #c0c0c0 #404040}.lcd-display{background:#000;color:red;font-family:var(--font-lcd);border-style:solid;border-width:2px;border-color:#808080 #ffffff #ffffff #808080;padding:2px 4px}.retro-only{display:none!important}.retro .retro-only{display:inline-block!important}.retro .retro-hide{display:none!important}.pixel-icon,.pixel-face{background-repeat:no-repeat;background-size:100% 100%}.retro .pixel-icon,.retro .pixel-face{image-rendering:pixelated;image-rendering:crisp-edges}.pixel-icon{width:16px;height:16px}.pixel-icon-lg{width:20px;height:20px}.pixel-face{width:24px;height:24px}.pixel-face-xl{width:48px;height:48px}.pixel-flag{background-image:url(/retro/flag.svg)}.pixel-mine{background-image:url(/retro/mine.svg)}.pixel-face-smile{background-image:url(/retro/face-smile.svg)}.pixel-face-win{background-image:url(/retro/face-win.svg)}.pixel-face-lose{background-image:url(/retro/face-lose.svg)}.retro .rounded-sm,.retro .rounded-md,.retro .rounded-lg,.retro .rounded-xl,.retro .rounded-2xl,.retro .rounded-full{border-radius:0!important}.retro .shadow,.retro .shadow-sm,.retro .shadow-md,.retro .shadow-lg,.retro .shadow-xl,.retro .shadow-2xl{box-shadow:none!important}.retro .backdrop-blur,.retro .backdrop-blur-sm,.retro .backdrop-blur-md,.retro .backdrop-blur-lg,.retro .backdrop-blur-xl{backdrop-filter:none!important}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background:var(--win-gray-200);border:1px solid var(--win-gray-400)}::-webkit-scrollbar-thumb{background:var(--win-gray-300);border:2px solid;border-color:#ffffff #808080 #808080 #ffffff}::-webkit-scrollbar-thumb:hover{background:var(--win-gray-400)}::-webkit-scrollbar-corner{background:var(--win-gray-200)}.dark ::-webkit-scrollbar-track{background:#2a2a2a;border-color:#1a1a1a}.dark ::-webkit-scrollbar-thumb{background:#606060;border-color:#808080 #2a2a2a #2a2a2a #808080}.animate-in{animation:animate-in var(--transition-normal) forwards}.animate-out{animation:animate-out var(--transition-normal) forwards}@keyframes animate-in{0%{opacity:0}to{opacity:1}}@keyframes animate-out{0%{opacity:1}to{opacity:0}}
