html{font-family:JetBrains Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace}:root{color-scheme:dark;--bg: #000000;--text-primary: #ffffff;--text-secondary: #9ca3af;--accent: #ff2d55;--font-mono: "JetBrains Mono", "SF Mono", "Monaco", "Cascadia Code", "Roboto Mono", monospace}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{height:100%;font-size:16px}body{height:100%;background:var(--bg);font-family:var(--font-mono);color:var(--text-primary);overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.logo{width:160px;height:160px;margin-bottom:1.5rem;filter:drop-shadow(0 0 24px rgba(255,255,255,.1));transition:filter .3s ease}.logo:hover{filter:drop-shadow(0 0 32px rgba(255,255,255,.15))}.text{max-width:520px;margin:0 auto}.text h1{font-size:2.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.2;color:var(--text-primary);margin-bottom:1.5rem}.text p{font-size:1rem;font-weight:400;line-height:1.6;color:var(--text-secondary);letter-spacing:.01em}@media (max-width: 768px){.page{padding:1.5rem}.logo{width:140px;height:140px;margin-bottom:1.25rem}.text{max-width:400px}.text h1{font-size:1.875rem;margin-bottom:1.25rem}.text p{font-size:.9rem;line-height:1.5}}@media (max-width: 480px){.page{padding:1rem}.logo{width:120px;height:120px;margin-bottom:1rem}.text{max-width:320px}.text h1{font-size:1.5rem;line-height:1.15}.text p{font-size:.875rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.logo{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}
