*{box-sizing:border-box}html,body{min-height:100%}body.auth-body{margin:0;background:radial-gradient(circle at 12% 8%,rgba(32,155,209,.09),transparent 28%),radial-gradient(circle at 90% 88%,rgba(220,80,85,.08),transparent 30%),#f4f7f8;color:#16303f;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.auth-shell{width:min(1180px,calc(100% - 32px));min-height:100dvh;margin:auto;padding:34px 0;display:grid;grid-template-columns:1fr minmax(380px,460px);align-items:center;gap:42px}.auth-brand-panel{min-height:620px;padding:58px;border-radius:34px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(145deg,#1f9680,#19788f);color:#fff;box-shadow:0 28px 70px rgba(28,71,84,.2)}.auth-logo,.auth-choice-logo{width:180px;max-width:60%}.auth-brand-panel h1{max-width:560px;margin:10px 0 0;font-size:clamp(2.3rem,5vw,4.4rem);line-height:1.02}.auth-brand-panel p{max-width:560px;color:rgba(255,255,255,.85);line-height:1.6}.auth-card{padding:34px;border:1px solid rgba(35,74,91,.08);border-radius:28px;background:#fff;box-shadow:0 22px 60px rgba(28,62,76,.12)}.auth-heading>span,.auth-brand-panel>div>span{font-size:.76rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.auth-heading h1,.auth-heading h2{margin:6px 0 0;font-size:clamp(1.8rem,4vw,2.5rem)}.auth-heading p{margin:10px 0 0;color:#6d7f89}.auth-alert{margin-top:20px;padding:13px 15px;border-radius:14px;display:flex;gap:9px}.auth-alert.success{background:#e8f7f1;color:#187c5e}.auth-alert.error{background:#fff0f1;color:#b83b45}.auth-form{margin-top:24px}.auth-form label,.auth-grid label{display:block;margin:15px 0 8px;color:#314b59;font-size:.84rem;font-weight:800}.auth-input{min-height:54px;padding:0 14px;border:1px solid #dfe7ea;border-radius:15px;display:flex;align-items:center;gap:11px;background:#fbfcfc}.auth-input:focus-within{border-color:rgba(31,150,128,.6);box-shadow:0 0 0 4px rgba(31,150,128,.1)}.auth-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;font:inherit}.auth-input button{width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#75868f;cursor:pointer}.auth-check{display:flex!important;align-items:center;gap:8px;margin:18px 0!important;color:#526874}.auth-submit,.auth-secondary{min-height:54px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-weight:850;cursor:pointer}.auth-submit{width:100%;border:0;background:#1f9680;color:#fff}.auth-secondary{width:100%;border:1px solid #dfe7ea;background:#fff;color:#3d5663}.auth-divider{margin:24px 0;display:flex;align-items:center;gap:12px;color:#97a3a9}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#dfe7ea}.auth-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}.auth-spinner[hidden]{display:none}@keyframes spin{to{transform:rotate(360deg)}}.auth-simple-shell{width:min(900px,calc(100% - 32px));min-height:100dvh;margin:auto;padding:32px 0}.auth-back{display:inline-flex;align-items:center;gap:7px;color:#49616e;text-decoration:none;font-weight:800}.auth-choice-card,.auth-register-card{max-width:760px;margin:24px auto 0}.auth-choice-card{text-align:center}.auth-profile{min-height:96px;margin-top:14px;padding:18px;border-radius:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;color:#fff;text-align:left;text-decoration:none}.auth-profile.patient{background:#209bd1}.auth-profile.professional{background:#dc5055}.auth-profile>i{font-size:1.7rem}.auth-profile strong,.auth-profile span{display:block}.auth-profile span{margin-top:4px;color:rgba(255,255,255,.84);font-size:.84rem}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.auth-grid .full{grid-column:1/-1}.auth-register-card.paciente{border-top:6px solid #209bd1}.auth-register-card.profissional{border-top:6px solid #dc5055}.auth-register-card .auth-submit{margin-top:24px}.auth-waiting-shell{width:min(640px,calc(100% - 24px));min-height:100dvh;margin:auto;display:grid;place-items:center}.auth-waiting-card{text-align:center}.auth-waiting-icon{width:82px;height:82px;margin:24px auto 18px;border-radius:26px;display:grid;place-items:center;background:#e9f6f2;color:#1f9680;font-size:2.2rem}.auth-waiting-card p{color:#6d7f89;line-height:1.55}.auth-cpf{margin:24px 0;padding:16px;border-radius:16px;background:#f3f7f8}.auth-cpf small,.auth-cpf strong{display:block}.auth-cpf strong{margin-top:4px;font-size:1.25rem}.auth-logout{margin-top:12px;color:#b83b45}@media(max-width:900px){.auth-shell{grid-template-columns:1fr;width:min(620px,calc(100% - 24px));padding:20px 0}.auth-brand-panel{min-height:auto;padding:28px;border-radius:26px}.auth-brand-panel h1{font-size:2.2rem}.auth-card{padding:26px}}@media(max-width:640px){.auth-simple-shell{width:calc(100% - 20px);padding:18px 0}.auth-card{padding:22px;border-radius:22px}.auth-grid{grid-template-columns:1fr}.auth-grid .full{grid-column:auto}.auth-profile{grid-template-columns:auto 1fr}.auth-profile>i:last-child{display:none}}
