:root{--bg-gradient: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);--bg-darkest: #0f172a;--bg-dark: #1e293b;--bg-medium: #334155;--tile-bg: #000000;--primary-gradient: linear-gradient(135deg, #4d9cff 0%, #1e6bff 100%);--primary-blue: #4d9cff;--primary-blue-dark: #1e6bff;--screen-bg: rgba(30, 30, 30, .95);--glass-bg: rgba(30, 30, 30, .85);--btn-danger: rgba(220, 38, 38, .85);--btn-danger-hover: rgba(220, 38, 38, .95);--btn-danger-glow: rgba(220, 38, 38, .3);--btn-danger-glow-hover: rgba(220, 38, 38, .4);--text-primary: rgba(255, 255, 255, .9);--text-secondary: rgba(255, 255, 255, .7)}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text-primary);background:var(--bg-gradient);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;overflow:hidden;position:fixed}html{margin:0;min-height:100%;min-height:100dvh;width:100%;background:var(--bg-gradient);background-attachment:fixed}body{margin:0;height:100%;height:100dvh;width:100%;background:var(--bg-gradient)}#app{margin:0 auto;text-align:center}.button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary-blue-dark);cursor:pointer;color:#faebd7;transition:border-color .25s}.button:hover{border-color:#faebd7}.button:focus,.button:focus-visible{outline:4px auto -webkit-focus-ring-color}
