*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--pink: #e91e8c;--pink-light: #fce4f3;--blue: #1e7ee9;--blue-light: #e4f0fc;--red: #dc2626;--bg: #0f0f14;--surface: #1a1a24;--text: #f0f0f5;--muted: #888;--radius: 12px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;display:flex;align-items:center;justify-content:center}#root{width:100%;max-width:480px;padding:24px}.card{background:var(--surface);border-radius:var(--radius);padding:32px 24px;text-align:center}h1{font-size:1.8rem;margin-bottom:8px}h2{font-size:1.3rem;margin-bottom:16px;color:var(--muted)}input[type=password],input[type=text],textarea{width:100%;padding:14px 16px;border:1px solid #333;border-radius:8px;background:#12121a;color:var(--text);font-size:1rem;margin-bottom:12px;outline:none;transition:border-color .2s}input:focus,textarea:focus{border-color:var(--blue)}textarea{min-height:120px;resize:vertical}button{padding:14px 28px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s}button:active{transform:scale(.97)}button:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--blue);color:#fff}.btn-pink{background:var(--pink);color:#fff}.btn-danger{background:var(--red);color:#fff}.btn-outline{background:transparent;border:2px solid #444;color:var(--text)}.gender-select{display:flex;gap:24px;justify-content:center;margin:32px 0}.gender-btn{width:120px;height:140px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:.9rem;cursor:pointer;border:2px solid transparent;transition:border-color .2s,transform .2s}.gender-btn:hover{transform:scale(1.05)}.gender-btn.boy{background:var(--blue-light);color:var(--blue);border-color:var(--blue)}.gender-btn.girl{background:var(--pink-light);color:var(--pink);border-color:var(--pink)}.gender-icon{font-size:3rem}.step-indicator{display:flex;gap:8px;justify-content:center;margin-bottom:24px}.step-dot{width:12px;height:12px;border-radius:50%;background:#333}.step-dot.active{background:var(--blue)}.step-dot.done{background:#22c55e}.step-title{font-size:1.1rem;margin-bottom:16px;color:var(--muted)}.input-row{margin-bottom:8px}.input-row label{display:block;text-align:left;font-size:.8rem;color:var(--muted);margin-bottom:4px}.actions{display:flex;gap:12px;justify-content:center;margin-top:24px}.killswitch-section{margin-top:32px;padding-top:24px;border-top:1px solid #333}.kill-status{display:flex;gap:16px;justify-content:center;margin-top:12px;font-size:.85rem;color:var(--muted)}.kill-status .confirmed{color:#22c55e}.warning{background:#2a1a00;border:1px solid #664400;border-radius:8px;padding:12px;margin-bottom:20px;font-size:.85rem;color:#fa3}.answer-block{background:#12121a;border-radius:8px;padding:16px;margin-bottom:12px;text-align:left}.answer-block h4{font-size:.85rem;color:var(--muted);margin-bottom:8px}.answer-block li{margin-left:16px;margin-bottom:4px;line-height:1.5}.error{color:var(--red);font-size:.85rem;margin-top:8px}.success{color:#22c55e;font-size:.85rem;margin-top:8px}
