.auth-page{justify-content:center;padding:1.5rem 0 3rem;display:flex}.auth-card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);width:100%;max-width:420px;box-shadow:var(--shadow-md);padding:2rem;position:relative;overflow:hidden}.auth-card__ribbon{background:linear-gradient(to right, var(--color-red) 33.33%, #fff 33.33% 66.66%, var(--color-green) 66.66%);height:6px;position:absolute;top:0;left:0;right:0}.auth-card h1{font-size:1.5rem;font-family:var(--font-display);margin:.35rem 0 .5rem}.auth-card__subtitle{color:var(--color-text-muted);margin:0 0 1.5rem;font-size:.92rem;line-height:1.5}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field label{color:var(--color-text);margin-bottom:.35rem;font-size:.88rem;font-weight:600;display:block}.auth-field input{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text);background:var(--color-bg);padding:.7rem .85rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.auth-field input:focus{border-color:var(--color-green);box-shadow:0 0 0 3px var(--color-green-light);outline:none}.auth-field input::placeholder{color:var(--color-text-muted);opacity:.85}.auth-divider{color:var(--color-text-muted);align-items:center;gap:.75rem;margin:.25rem 0;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.auth-google-btn{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);width:100%;color:var(--color-text);cursor:pointer;justify-content:center;align-items:center;gap:.65rem;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.auth-google-btn:hover:not(:disabled){background:var(--color-bg);border-color:var(--color-green);box-shadow:var(--shadow-sm)}.auth-google-btn:disabled{opacity:.6;cursor:not-allowed}.auth-google-btn__icon{flex-shrink:0;width:20px;height:20px}.auth-switch{text-align:center;color:var(--color-text-muted);margin:1.25rem 0 0;font-size:.9rem}.auth-switch a{font-weight:600;text-decoration:none}.auth-switch a:hover{text-decoration:underline}.auth-notice{color:var(--color-green-dark);background:var(--color-green-light);border-radius:var(--radius-sm);border:1px solid var(--color-green);margin:0;padding:.75rem .85rem;font-size:.85rem;line-height:1.45}.auth-notice--error{color:var(--color-red);background:var(--color-red-light);border-color:var(--color-red)}.auth-notice--success{color:var(--color-green-dark);background:var(--color-green-light);border-color:var(--color-green)}.auth-benefits{margin:0 0 1.25rem;padding:0;list-style:none}.auth-benefits li{color:var(--color-text-muted);padding:.35rem 0 .35rem 1.5rem;font-size:.88rem;line-height:1.4;position:relative}.auth-benefits li:before{content:"✓";color:var(--color-green);font-weight:700;position:absolute;left:0}.auth-privacy{color:var(--color-text-muted);text-align:center;margin:1rem 0 0;font-size:.78rem;line-height:1.45}
