.wt-auth-page{background:linear-gradient(135deg,#1e1b4b,#312e81);min-height:100vh}.wt-auth-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:3rem 1rem}.wt-auth-card{backdrop-filter:blur(10px);background:rgba(30,27,75,.8);border:1px solid var(--color-primary-border,rgba(147,51,234,.3));border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.3);padding:2rem;width:min(500px,100%)}.wt-auth-logo{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-bottom:2rem}.wt-auth-logo svg{color:var(--color-primary,#9333ea)}.wt-auth-logo h2{font-size:1.25rem;font-weight:700;line-height:1.25;margin:0}@media (min-width:768px){.wt-auth-logo h2{font-size:1.5rem}}.wt-auth-logo h2{color:#fff}.wt-auth-tabs{border-bottom:2px solid var(--color-primary-border,rgba(147,51,234,.3));display:flex;gap:1rem;margin-bottom:2rem}.wt-auth-tab{background:none;border:none;border-bottom:3px solid transparent;color:var(--color-text-accent,#c084fc);cursor:pointer;font-size:16px;font-weight:500;margin-bottom:-2px;padding:1rem;transition:all .2s ease}.wt-auth-tab:hover{color:#fff}.wt-auth-tab.active{border-bottom-color:var(--color-primary,#9333ea);color:#fff}.wt-auth-form{display:none}.wt-auth-form.active{display:block}.wt-form-group{margin-bottom:1.5rem}.wt-form-group label{color:var(--color-text-accent,#c084fc);display:block;font-size:14px;font-weight:500;margin-bottom:.5rem}.wt-form-group label .required{color:#f87171}.wt-form-group input[type=email],.wt-form-group input[type=password],.wt-form-group input[type=text]{background:rgba(30,41,59,.5);border:1px solid var(--color-primary-border,rgba(147,51,234,.3));border-radius:8px;box-sizing:border-box;color:#fff;font-size:16px;padding:.875rem;transition:all .2s ease;width:100%}.wt-form-group input[type=email]:focus,.wt-form-group input[type=password]:focus,.wt-form-group input[type=text]:focus{border-color:var(--color-primary,#9333ea);box-shadow:0 0 0 3px var(--color-primary-light,rgba(147,51,234,.15));outline:none}.wt-form-group input[type=email].error,.wt-form-group input[type=password].error,.wt-form-group input[type=text].error{border-color:#ef4444}.wt-form-group input[type=email].success,.wt-form-group input[type=password].success,.wt-form-group input[type=text].success{border-color:#22c55e}.wt-form-group input[type=email]::-moz-placeholder,.wt-form-group input[type=password]::-moz-placeholder,.wt-form-group input[type=text]::-moz-placeholder{color:rgba(216,180,254,.5)}.wt-form-group input[type=email]::placeholder,.wt-form-group input[type=password]::placeholder,.wt-form-group input[type=text]::placeholder{color:rgba(216,180,254,.5)}.wt-auth-submit{background:var(--color-primary,#9333ea);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:1rem;padding:1rem;transition:all .2s ease;width:100%}.wt-auth-submit:hover{background:var(--color-primary-hover,#7e22ce);box-shadow:0 10px 15px -3px var(--color-primary-border,rgba(147,51,234,.3));transform:translateY(-1px)}.wt-auth-submit:disabled{cursor:not-allowed;opacity:.5}.wt-auth-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:14px;margin-bottom:1.5rem;padding:1rem}.wt-auth-error a{color:#fca5a5;text-decoration:underline}.wt-auth-success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);border-radius:8px;color:#86efac;font-size:14px;margin-bottom:1.5rem;padding:1rem}.wt-auth-forgot{margin-top:1rem;text-align:right}.wt-auth-forgot a{color:var(--color-text-accent,#c084fc);font-size:14px;text-decoration:none}.wt-auth-forgot a:hover{color:#fff;text-decoration:underline}.wt-auth-logged-in{color:#fff;margin:0;text-align:center}.wt-auth-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.wt-auth-back{margin-top:1.5rem;text-align:center}.wt-auth-back-link{color:var(--color-text-accent,#c084fc);text-decoration:none}.wt-auth-back-link:hover{color:#fff;text-decoration:underline}.wt-password-strength{align-items:center;display:flex;font-size:12px;gap:.5rem;justify-content:flex-start;margin-top:.5rem}.wt-password-strength.weak{color:#ef4444}.wt-password-strength.medium{color:#f59e0b}.wt-password-strength.strong{color:#22c55e}.wt-strength-bar{background:hsla(0,0%,100%,.1);border-radius:2px;height:4px;overflow:hidden;width:100px}.wt-strength-fill{border-radius:2px;height:100%;transition:all .3s ease}.wt-remember-label{align-items:center;color:var(--color-text-accent,#c084fc);cursor:pointer;display:flex;gap:.5rem;justify-content:flex-start}.wt-remember-label input{width:auto!important}.wt-field-hint{color:rgba(216,180,254,.7);font-size:12px;margin-top:.25rem}.wt-validation-message{display:none;font-size:12px;margin-top:.25rem}.wt-validation-message.show{display:block}.wt-validation-message.error{color:#f87171}.wt-validation-message.success{color:#86efac}
