.auth-page.svelte-16t49jy{display:flex;flex-direction:column;align-items:center;padding:1.5rem;width:100%}.auth-header-outer.svelte-16t49jy{text-align:center;margin-bottom:1.5rem;width:100%;max-width:28rem}.auth-header-outer.svelte-16t49jy .auth-header{text-align:center;margin:0}.auth-header-outer.svelte-16t49jy .auth-title{font-size:2.5rem;font-weight:700;color:var(--ui-text-primary);margin:0 0 .25rem;line-height:1.2}.auth-header-outer.svelte-16t49jy .auth-subtitle{font-size:1.125rem;color:var(--ui-text-secondary);margin:0;line-height:1.5}.auth-card.svelte-16t49jy{width:100%;max-width:28rem;padding:2rem;border-radius:1rem;background:var(--ui-bg-primary);box-shadow:0 4px 24px -4px #0000000f,0 12px 32px -8px #00000014}.dark .auth-card.svelte-16t49jy{box-shadow:0 4px 24px -4px #00000026,0 12px 32px -8px #0003}.auth-card.svelte-16t49jy .auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-card.svelte-16t49jy .auth-fields{display:flex;flex-direction:column;gap:1rem}.auth-card.svelte-16t49jy .auth-field label{display:block;font-size:.875rem;font-weight:500;color:var(--ui-text-primary);margin-bottom:.25rem}.auth-card.svelte-16t49jy .auth-field-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.auth-card.svelte-16t49jy .auth-field-row label{margin-bottom:0}.auth-card.svelte-16t49jy .auth-label-optional{font-weight:400;color:var(--ui-text-tertiary)}.auth-card.svelte-16t49jy .auth-forgot{font-size:.8125rem;color:rgb(var(--ui-color-primary));text-decoration:none}.auth-card.svelte-16t49jy .auth-forgot:hover{text-decoration:underline}.dark .auth-card.svelte-16t49jy .auth-forgot{color:rgb(var(--ui-color-primary-light))}.auth-card.svelte-16t49jy .auth-input{width:100%;padding:.75rem 1rem;font-size:1rem;line-height:1.5;color:var(--ui-text-primary);background:var(--ui-bg-primary);border:1px solid var(--glass-border);border-radius:.5rem;transition:border-color .2s,box-shadow .2s}.auth-card.svelte-16t49jy .auth-input::placeholder{color:var(--ui-text-tertiary)}.auth-card.svelte-16t49jy .auth-input:hover{border-color:var(--ui-text-tertiary)}.auth-card.svelte-16t49jy .auth-input:focus{outline:none;border-color:rgb(var(--ui-color-primary));box-shadow:0 0 0 2px rgb(var(--ui-color-primary) / .25)}.dark .auth-card.svelte-16t49jy .auth-input:focus{border-color:rgb(var(--ui-color-primary-light));box-shadow:0 0 0 2px rgb(var(--ui-color-primary-light) / .35)}.auth-card.svelte-16t49jy .auth-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;padding-right:2.5rem}.auth-card.svelte-16t49jy .auth-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;line-height:1.5;color:#fff;background:rgb(var(--ui-color-primary));border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s,transform .1s}.auth-card.svelte-16t49jy .auth-submit:hover:not(:disabled){background:rgb(var(--ui-color-primary-dark))}.auth-card.svelte-16t49jy .auth-submit:active:not(:disabled){transform:scale(.99)}.auth-card.svelte-16t49jy .auth-submit:disabled{opacity:.8;cursor:not-allowed}.auth-card.svelte-16t49jy .auth-submit:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px rgb(var(--ui-color-primary))}.auth-card.svelte-16t49jy .auth-btn-icon{width:1.25rem;height:1.25rem}.auth-card.svelte-16t49jy .auth-spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-16t49jy-auth-spin .6s linear infinite}@keyframes svelte-16t49jy-auth-spin{to{transform:rotate(360deg)}}.auth-card.svelte-16t49jy .auth-error{display:flex;align-items:flex-start;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;border:1px solid rgba(231,76,60,.3);background:#e74c3c14}.auth-card.svelte-16t49jy .auth-error-icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:rgb(var(--ui-color-error))}.auth-card.svelte-16t49jy .auth-error p{margin:0;font-size:.875rem;color:rgb(var(--ui-color-error));line-height:1.5}.auth-card.svelte-16t49jy .auth-message{margin:0 0 1rem;font-size:1rem;color:var(--ui-text-secondary);line-height:1.5}.auth-card.svelte-16t49jy .auth-divider{height:1px;margin:1.5rem 0 1rem;background:var(--glass-border)}.auth-card.svelte-16t49jy .auth-switch-text{font-size:.875rem;color:var(--ui-text-secondary);text-align:center;margin:0 0 .5rem}.auth-card.svelte-16t49jy .auth-switch-link{display:block;text-align:center;font-size:.875rem;font-weight:500;color:rgb(var(--ui-color-primary));text-decoration:none;transition:color .2s}.auth-card.svelte-16t49jy .auth-switch-link:hover{color:rgb(var(--ui-color-primary-dark));text-decoration:underline}.dark .auth-card.svelte-16t49jy .auth-switch-link{color:rgb(var(--ui-color-primary-light))}.dark .auth-card.svelte-16t49jy .auth-switch-link:hover{color:#38a}.auth-legal.svelte-16t49jy{margin-top:1.5rem;font-size:.75rem;color:var(--ui-text-tertiary);text-align:center;max-width:28rem;line-height:1.5}.auth-legal-link.svelte-16t49jy{color:rgb(var(--ui-color-primary));text-decoration:none}.auth-legal-link.svelte-16t49jy:hover{text-decoration:underline}.dark .auth-legal-link.svelte-16t49jy{color:rgb(var(--ui-color-primary-light))}
