html,body,#root{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--bg: #F8F9FB;--surface: #ffffff;--muted: #6b7280;--accent: #C5A065;--accent-600: #B08852;--primary-800: #111827}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg)}.btn-primary{background:linear-gradient(90deg,var(--accent),var(--accent-600));color:#fff;padding:.6rem 1rem;border-radius:.75rem;box-shadow:0 6px 18px #161b1c0f}.btn-ghost{background:transparent;border:1px solid rgba(15,23,42,.06);padding:.5rem .9rem;border-radius:.6rem}.card{background:var(--surface);border-radius:1rem;padding:1rem;box-shadow:0 6px 20px #1018280a;border:1px solid rgba(15,23,42,.04)}.accent-border{border-left:4px solid var(--accent)}.text-muted{color:var(--muted)}.shadow-soft{box-shadow:0 8px 30px #0206170f}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:16px;padding:40px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d}.auth-card h1{color:#333;margin-bottom:10px;font-size:28px;text-align:center}.auth-card h2{color:#666;margin-bottom:30px;font-size:20px;text-align:center;font-weight:400}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:12px;border-radius:8px;margin-bottom:20px;text-align:center}.form-group{margin-bottom:20px;flex:1}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500}.form-group input,.form-group select{width:100%;padding:12px;border:2px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea}.form-row{display:flex;gap:15px;flex-wrap:wrap}.form-row .form-group{flex:1;min-width:200px}.btn-primary{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:10px}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{width:100%;padding:12px;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#667eea;color:#fff}.btn-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:14px;padding:10px;text-decoration:underline}.btn-link:hover{color:#764ba2}.auth-footer{margin-top:30px;text-align:center}.auth-footer p{color:#666;margin-bottom:10px}.dados-paciente{background:#f8f9fa;padding:20px;border-radius:12px;margin-top:20px}.dados-paciente p{margin:10px 0;color:#333}.dados-paciente strong{color:#667eea}.info-text{color:#666;text-align:center;margin:20px 0;line-height:1.6}.info-box{background:#e7f5ff;border:2px solid #4CAF50;border-radius:8px;padding:16px;margin-bottom:20px}.info-box p{margin:8px 0;color:#333}.info-box strong{color:#4caf50}.form-section{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #eee}.form-section:last-child{border-bottom:none}.form-section h3{color:#667eea;font-size:18px;margin-bottom:20px;font-weight:600}.form-actions{display:flex;gap:15px;margin-top:30px}.form-actions button{flex:1}.success-animation{text-align:center;margin:40px 0}.success-checkmark{width:80px;height:80px;margin:0 auto}.check-icon{width:80px;height:80px;position:relative;border-radius:50%;box-sizing:content-box;border:4px solid #4CAF50}.check-icon:before{top:3px;left:-2px;width:30px;transform-origin:100% 50%;border-radius:100px 0 0 100px}.check-icon:after{top:0;left:30px;width:60px;transform-origin:0 50%;border-radius:0 100px 100px 0;animation:rotate-circle 4.25s ease-in}.icon-line{height:5px;background-color:#4caf50;display:block;border-radius:2px;position:absolute;z-index:10}.icon-line.line-tip{top:46px;left:14px;width:25px;transform:rotate(45deg);animation:icon-line-tip .75s}.icon-line.line-long{top:38px;right:8px;width:47px;transform:rotate(-45deg);animation:icon-line-long .75s}.icon-circle{top:-4px;left:-4px;z-index:10;width:80px;height:80px;border-radius:50%;position:absolute;box-sizing:content-box;border:4px solid rgba(76,175,80,.5)}.icon-fix{top:8px;width:5px;left:26px;z-index:1;height:85px;position:absolute;transform:rotate(-45deg);background-color:#fff}@keyframes rotate-circle{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes icon-line-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes icon-line-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}
