.auth-page{background:linear-gradient(135deg,#f6f1e8 0%,#dff3f1 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.auth-container{width:100%;max-width:480px}.auth-card{background:#fff;border:1px solid #183d440f;border-radius:24px;padding:3rem 2.5rem;box-shadow:0 8px 40px #183d441a}.auth-card--success{text-align:center}.auth-success-icon{color:#fff;background:#007c8f;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;font-size:1.75rem;font-weight:800;display:flex}.auth-title{color:#183d44;letter-spacing:-.02em;margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-size:1.9rem;font-weight:400}.auth-card--success .auth-title{text-align:center}.auth-subtitle{color:#3d5d61;margin-bottom:2rem;font-size:1rem;font-weight:500;line-height:1.5}.auth-card--success .auth-subtitle{text-align:center}.auth-error{color:#a00;background:#fce8e6;border:1px solid #a000001f;border-radius:12px;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.9rem;font-weight:500}.auth-success{color:#2e7d32;background:#e8f5e9;border:1px solid #00780026;border-radius:12px;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.9rem;font-weight:500}.auth-form{margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#183d44;letter-spacing:-.01em;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{color:#183d44;box-sizing:border-box;background:#fafafa;border:1px solid #d9c9c1;border-radius:12px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0a89e}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{background:#fff;border-color:#007c8f;outline:none;box-shadow:0 0 0 3px #007c8f14}.form-group textarea{resize:vertical;min-height:100px}.form-group input:disabled{color:#aaa;cursor:not-allowed;background:#f4f4f4;border-color:#e8e8e8}.auth-optional{color:#9aafb2;font-size:.875rem;font-weight:400}.auth-button{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#007c8f;border:none;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:52px;padding:0 1.5rem;font-family:inherit;font-size:1rem;font-weight:800;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 20px #007c8f38}.auth-button:hover:not(:disabled){background:#005f70;transform:translateY(-2px);box-shadow:0 12px 28px #007c8f4d}.auth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer{text-align:center;border-top:1px solid #ebe4da;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1.75rem;display:flex}.auth-footer p{color:#5a7a7e;margin:0;font-size:.95rem}.auth-link{color:#007c8f;border-bottom:1.5px solid #007c8f59;padding-bottom:1px;font-weight:700;text-decoration:none;transition:color .2s,border-color .2s}.auth-link:hover{color:#005f70;border-color:#005f70}.auth-back-link{color:#007c8f;letter-spacing:-.01em;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s}.auth-back-link:hover{color:#005f70}.auth-unauthorized{justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-unauthorized-box{text-align:center;padding:2rem}.auth-unauthorized-title{color:#a00;margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400}.auth-unauthorized-message{color:#666;margin-bottom:2rem;font-size:1.1rem}.auth-unauthorized-button{color:#fff;background:#007c8f;border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-size:1rem;font-weight:800;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 8px 20px #007c8f38}.auth-unauthorized-button:hover{background:#005f70;transform:translateY(-2px)}@media (max-width:520px){.auth-card{border-radius:20px;padding:2rem 1.5rem}.auth-title{font-size:1.6rem}}
