html,body{height:100%;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,#1e1e2f,#2b2b44);color:#e0e0e0;display:flex;align-items:center;justify-content:center}.hidden{display:none!important}.container{width:100%;max-width:440px;padding:2rem;background:#ffffff14;border-radius:16px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.1)}h2{margin:0 0 1.25rem;font-weight:600;color:#fff;font-size:1.35rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.card-header h2{margin:0}.logout-btn{width:auto;padding:.4rem .85rem;font-size:.8rem;background:#ef444433;color:#f87171;border:1px solid rgba(239,68,68,.3);border-radius:6px;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#ef444466;color:#fff}input[type=email],input[type=password],input[type=text]{width:100%;padding:.75rem 1rem;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#ffffff14;color:#fff;font-size:.95rem;box-sizing:border-box;outline:none;transition:border-color .2s ease}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus{border-color:#4a90e2}.password-group{position:relative;display:flex;align-items:center;width:100%;margin-bottom:1.25rem}.password-group input{margin-bottom:0;padding-right:2.75rem}.toggle-password-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:auto;padding:6px;background:transparent;border:none;color:#a0a0b0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:6px}.toggle-password-btn:hover{background:#ffffff1a;color:#fff}.eye-icon{width:20px;height:20px;stroke:currentColor}button{width:100%;padding:.75rem 1rem;border:none;border-radius:8px;background:#4a90e2;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}button:hover{background:#357ab8}.tabs{display:flex;gap:.35rem;margin-bottom:1.25rem;background:#0000004d;padding:4px;border-radius:10px;border:1px solid rgba(255,255,255,.05)}.tab-btn{flex:1;padding:.65rem .5rem;font-size:.85rem;font-weight:500;background:transparent;color:#a0a0b0;border-radius:7px;border:none;cursor:pointer;transition:all .2s ease;text-align:center}.tab-btn:hover{background:#ffffff0f;color:#fff}.tab-btn.active{background:#4a90e2;color:#fff;font-weight:600;box-shadow:0 2px 8px #4a90e266}.section-label{display:block;font-size:.825rem;font-weight:600;color:#a0a0b0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.6rem}.options{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.25rem}.option-card{display:flex;align-items:center;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;transition:all .2s ease}.option-card:hover{background:#ffffff1a;border-color:#4a90e266}.option-card input[type=radio]{margin-right:.75rem;accent-color:#4a90e2}.option-text{font-size:.9rem;color:#e0e0e0}.file-input-group{margin-bottom:1.25rem}input[type=file]{width:100%;padding:.6rem .75rem;border:1px dashed rgba(255,255,255,.2);border-radius:8px;background:#00000026;color:#e0e0e0;font-size:.875rem;box-sizing:border-box}input[type=file]::file-selector-button{background:#ffffff1a;color:#fff;border:none;padding:.4rem .75rem;border-radius:6px;margin-right:.75rem;cursor:pointer;transition:background .2s ease}input[type=file]::file-selector-button:hover{background:#fff3}.loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.spinner{width:48px;height:48px;border:5px solid rgba(255,255,255,.2);border-top-color:#4a90e2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
