*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;background:#111;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;padding:24px}.home h1{font-size:2rem;margin-bottom:8px}.home input{padding:12px 16px;border-radius:8px;border:1px solid #333;background:#222}.home button,.home input{width:100%;max-width:360px;color:#fff;font-size:1rem}.home button{padding:14px;border-radius:8px;border:none;background:#2563eb;font-weight:600;cursor:pointer;margin-top:8px}.home button:hover{background:#1d4ed8}.loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.2rem;color:#888}