*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#fff;min-height:100vh}.landing{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center}.landing h1{font-size:3rem;margin-bottom:1rem}.landing p{color:#666;font-size:1.2rem}.gate{display:flex;align-items:center;justify-content:center;min-height:100vh}.gate form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px;padding:2rem}.gate h1{text-align:center;margin-bottom:1rem}.gate input{padding:.75rem 1rem;border:1px solid #333;border-radius:4px;background:#111;color:#fff;font-size:1rem}.gate input:focus{outline:none;border-color:#666}.gate input:disabled{opacity:.5}.gate button{padding:.75rem 1rem;border:none;border-radius:4px;background:#fff;color:#000;font-size:1rem;cursor:pointer;transition:opacity .2s}.gate button:hover:not(:disabled){opacity:.9}.gate button:disabled{opacity:.5;cursor:not-allowed}.gate .error{color:#f44;font-size:.875rem;text-align:center}
