.auth-page{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative}@media (min-width: 768px){.auth-page{padding:4rem}}.auth-container{width:100%;max-width:28rem;display:flex;flex-direction:column;gap:2rem;position:relative;z-index:1}.auth-header{text-align:center}.auth-header h1{color:var(--color-light-text);font-family:Manrope;font-size:2.0625rem;line-height:2.40625rem;font-style:normal;font-weight:600;letter-spacing:-.04rem;margin-bottom:.5rem}@media (min-width: 768px){.auth-header h1{font-size:2.5rem;line-height:120%}}.auth-header p{color:var(--color-dark-peach);font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}.auth-header p a{color:#f0bf8f;text-decoration:underline;text-underline-offset:2px}.auth-header p a:hover{opacity:.8}.auth-form{display:flex;padding:1.5rem 1rem;margin-left:-1.5rem;margin-right:-1.5rem;border-radius:0;border:1px solid rgba(255,255,255,.2);border-left-width:0;border-right-width:0;flex-direction:column;align-items:stretch;gap:1.5rem;background:#e5e5e514;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (min-width: 768px){.auth-form{padding:2rem;border-radius:1.5rem;margin-left:0;margin-right:0;border-left-width:1px;border-right-width:1px}}.auth-form .form-group{display:flex;flex-direction:column;gap:.5rem}.auth-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.auth-form label{color:#fce1c8;font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.auth-form input{display:flex;padding:.75rem 1rem;align-items:center;width:100%;border-radius:.5rem;border:1px solid rgba(255,255,255,.15);background:#19070299;color:var(--color-light-text);font-family:Poppins;font-size:.875rem;transition:border-color .2s ease}.auth-form input::placeholder{color:#fce1c866}.auth-form input:focus{outline:none;border-color:#f0bf8f80}.auth-form input[type=checkbox]{--border-size: 5px;border-radius:50%;padding:0;box-sizing:border-box;padding:calc(var(--border-size) + 1px);border:var(--border-size) solid transparent}.auth-form input[type=checkbox]:checked{border:var(--border-size) solid rgba(25,7,2,.6);background:#f0bf8f}.auth-form input[type=checkbox]{width:auto;accent-color:#F0BF8F}.auth-form .hint{color:#fce1c899;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;margin-top:.25rem}.auth-form .error-message{padding:.75rem 1rem;border-radius:.5rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5;font-family:Poppins;font-size:.875rem}.auth-form .success-message{padding:.75rem 1rem;border-radius:.5rem;background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:#86efac;font-family:Poppins;font-size:.875rem}.auth-form .info-message{padding:.75rem 1rem;border-radius:.5rem;background:#3b82f626;border:1px solid rgba(59,130,246,.3);color:#93c5fd;font-family:Poppins;font-size:.875rem}.auth-form .info-message strong{color:#bfdbfe}.auth-form .divider{display:flex;align-items:center;gap:1rem}.auth-form .divider:before,.auth-form .divider:after{content:"";flex:1;height:1px;background:#fce1c833}.auth-form .divider span{color:#fce1c880;font-family:Poppins;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.auth-form .google-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:var(--color-light-text);font-family:Poppins;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease}.auth-form .google-button:hover{background:#ffffff1a;border-color:#ffffff4d}.auth-form .google-button svg{width:1.25rem;height:1.25rem}.auth-form .link-row{display:flex;justify-content:space-between;align-items:center}.auth-form .link-row a{color:#f0bf8f;font-family:Poppins;font-size:.875rem;text-decoration:underline;text-underline-offset:2px}.auth-form .link-row a:hover{opacity:.8}.auth-form .checkbox-row{display:flex;align-items:center;gap:.5rem}.auth-form .checkbox-row label{font-size:.875rem;color:var(--color-dark-peach)}.auth-form .back-link{color:#f0bf8f;font-family:Poppins;font-size:.875rem;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:0}.auth-form .back-link:hover{opacity:.8}.auth-form .terms{text-align:center;color:#fce1c899;font-family:Poppins;font-size:.75rem}.auth-form .terms a{color:#f0bf8f;text-decoration:underline;text-underline-offset:2px}.auth-form .terms a:hover{opacity:.8}.auth-status{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.auth-status .status-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.auth-status .status-icon.loading{border:3px solid rgba(240,191,143,.2);border-top-color:#f0bf8f;animation:spin 1s linear infinite}.auth-status .status-icon.success{background:#22c55e33;color:#86efac}.auth-status .status-icon.error{background:#ef444433;color:#fca5a5}.auth-status .status-icon svg{width:2rem;height:2rem}@keyframes spin{to{transform:rotate(360deg)}}.auth-status h2{color:var(--color-light-text);font-family:Manrope;font-size:1.5rem;font-weight:600}.auth-status p{color:var(--color-dark-peach);font-family:Poppins;font-size:1rem}.auth-status .actions{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:1rem}
