.container{max-width:1200px;margin:0 auto;padding:20px}.page{min-height:100vh;display:flex;flex-direction:column}.header{background:#1a1a1a;padding:1rem 2rem;border-bottom:1px solid #333}.header nav{display:flex;gap:2rem;align-items:center}.header nav a{color:#fff;text-decoration:none;font-weight:500}.header nav a:hover{color:#646cff}.content{flex:1;padding:2rem}.form-container{max-width:500px;margin:2rem auto;padding:2rem;background:#1a1a1a;border-radius:8px;border:1px solid #333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input{width:100%;padding:.75rem;background:#2a2a2a;border:1px solid #444;border-radius:4px;color:#fff;font-size:1rem}.form-group input:focus{outline:none;border-color:#646cff}.btn{width:100%;padding:.75rem;background:#646cff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.btn:hover{background:#535bf2}.btn:disabled{background:#444;cursor:not-allowed}.alert{padding:1rem;margin-bottom:1rem;border-radius:4px;background:#2a2a2a;border:1px solid #444}.alert-success{border-color:#51cf66;background:#51cf661a}.alert-error{border-color:#ff6b6b;background:#ff6b6b1a}.hero{text-align:center;padding:4rem 2rem}.hero h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;color:#888;max-width:600px;margin:0 auto 2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center}.btn-primary{background:#646cff;color:#fff;padding:.75rem 2rem;border-radius:4px;text-decoration:none;font-weight:600}.btn-secondary{background:transparent;color:#fff;padding:.75rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;border:1px solid #646cff}.guide-body h1{font-size:1.8rem;margin-bottom:1.5rem;line-height:1.3}.guide-body h2{font-size:1.4rem;margin:2rem 0 1rem}.guide-body h3{font-size:1.15rem;margin:1.5rem 0 .75rem}.guide-body p{margin-bottom:1rem}.guide-body ul{margin:0 0 1rem 1.5rem}.guide-body li{margin-bottom:.5rem}.guide-body a{color:#646cff}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}a,button,[role=button],input[type=submit],input[type=button],label{cursor:pointer!important}input[type=text],input[type=password],input[type=email],input[type=number],input[type=url],textarea,select{cursor:text!important}button:disabled{cursor:not-allowed!important}body{min-height:100vh;cursor:default}#root{min-height:100vh}
