*{box-sizing:border-box}body{background:#eef6ff;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font-family:inherit}.public-app{color:#172033;background:#eef6ff;min-height:100vh}.topbar{color:#fff;z-index:20;background:#0078d7;position:sticky;top:0;box-shadow:0 8px 24px #0046822e}.topbar-content{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;height:72px;margin:0 auto;padding:0 28px;display:flex}.logo{align-items:center;gap:12px;min-width:210px;display:flex}.logo-icon{color:#0078d7;background:#fff;border-radius:12px;place-items:center;width:42px;height:42px;font-size:24px;font-weight:900;display:grid}.logo strong{letter-spacing:.02em;font-size:19px;display:block}.logo span{opacity:.85;font-size:12px;display:block}.nav{align-items:center;gap:22px;font-size:14px;font-weight:700;display:flex}.nav a{color:#ffffffdb;cursor:pointer;border-bottom:3px solid #0000;padding:26px 0 22px;text-decoration:none}.nav a:hover,.nav .active{color:#fff;border-bottom-color:#fff}.login-button{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff8c;border-radius:999px;padding:10px 18px;font-weight:800}.login-button:hover{color:#0078d7;background:#fff}.hero{color:#fff;background:radial-gradient(circle at 88% 32%,#ffffff42,#0000 24%),linear-gradient(135deg,#0078d7 0%,#0057c2 58%,#004299 100%)}.hero-content{grid-template-columns:1.4fr .8fr;align-items:center;gap:56px;max-width:1280px;margin:0 auto;padding:72px 28px 86px;display:grid}.eyebrow{color:#006fd0;text-transform:uppercase;letter-spacing:.12em;margin:0 0 10px;font-size:12px;font-weight:900}.hero .eyebrow{color:#a8dcff}.hero-text h1{letter-spacing:-.04em;max-width:720px;margin:0;font-size:48px;line-height:1.08}.hero-text p{color:#ffffffe0;max-width:700px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.primary-button,.secondary-button{cursor:pointer;border:none;border-radius:12px;padding:14px 20px;font-weight:900}.primary-button{color:#fff;background:#00b894;box-shadow:0 14px 26px #00b89447}.primary-button:hover{background:#00a887}.secondary-button{color:#0057c2;background:#fff}.secondary-button:hover{background:#eaf5ff}.hero-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff3d;border-radius:28px;padding:30px;box-shadow:0 24px 60px #0000002e}.hero-card-icon{color:#0057c2;background:#fff;border-radius:20px;place-items:center;width:66px;height:66px;margin-bottom:20px;font-size:34px;display:grid}.hero-card h2{margin:0 0 12px;font-size:26px}.hero-card p{color:#ffffffdb;line-height:1.6}.hero-card span{background:#ffffff29;border-radius:999px;margin-top:12px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-block}.services-section{max-width:1280px;margin:0 auto;padding:58px 28px 28px}.section-header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px;display:flex}.section-header h2{color:#172033;margin:0;font-size:30px}.hint{color:#64748b;font-size:14px}.services-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.service-card{cursor:pointer;background:#fff;border-top:4px solid #0086e6;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;min-height:136px;padding:22px;text-decoration:none;transition:all .2s;display:grid;box-shadow:0 10px 28px #0f172a14}.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #0f172a1f}.service-icon{background:#eaf5ff;border-radius:999px;place-items:center;width:48px;height:48px;font-size:23px;display:grid}.service-card h3{color:#0078d7;margin:0 0 8px;font-size:18px}.service-card p{color:#5d6b82;margin:0;font-size:14px;line-height:1.45}.service-card>span{color:#0078d7;font-size:34px;line-height:1}.patient-preview{max-width:1280px;margin:0 auto;padding:28px 28px 56px}.preview-card{background:#fff;border-radius:24px;grid-template-columns:.9fr 1.1fr;gap:32px;padding:30px;display:grid;box-shadow:0 10px 28px #0f172a14}.preview-card h2{margin:0 0 12px;font-size:28px}.preview-card p{color:#5d6b82;line-height:1.65}.preview-list{gap:14px;display:grid}.preview-list div{background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;padding:18px}.preview-list strong{color:#172033;margin-bottom:6px;display:block}.preview-list span{color:#64748b;font-size:14px}.footer{color:#fff;background:#101827;justify-content:space-between;gap:24px;padding:34px 28px;display:flex}.footer>div{max-width:520px}.footer p{color:#cbd5e1;margin:8px 0 0}@media (width<=1040px){.nav{display:none}.hero-content{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}.preview-card{grid-template-columns:1fr}}@media (width<=720px){.topbar-content{align-items:flex-start;height:auto;padding:16px}.login-button{white-space:nowrap;padding:9px 12px}.hero-content{padding:52px 20px 62px}.hero-text h1{font-size:34px}.hero-text p{font-size:16px}.services-section,.patient-preview{padding-left:20px;padding-right:20px}.section-header{flex-direction:column;align-items:flex-start}.services-grid{grid-template-columns:1fr}.footer{flex-direction:column}}.primary-button,.secondary-button{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.inner-page{max-width:1280px;min-height:560px;margin:0 auto;padding:72px 28px}.inner-header h1{color:#172033;letter-spacing:-.03em;margin:0;font-size:38px}.inner-header p{color:#5d6b82;max-width:720px;line-height:1.6}.step-panel{background:#fff;border-radius:24px;grid-template-columns:360px 1fr;display:grid;overflow:hidden;box-shadow:0 10px 28px #0f172a14}.steps{background:#eef6ff;gap:14px;padding:28px;display:grid}.step{color:#5d6b82;background:#fff;border:1px solid #dbeafe;border-radius:14px;align-items:center;gap:14px;padding:18px;display:flex}.step strong{border:1px solid #94a3b8;border-radius:999px;place-items:center;width:32px;height:32px;display:grid}.step.active{color:#172033;border-color:#0086e6;box-shadow:0 8px 18px #0086e61f}.step.active strong{color:#fff;background:#0086e6;border-color:#0086e6}.blocked-box{text-align:center;place-items:center;min-height:420px;padding:42px;display:grid}.blocked-box h2{margin:0;font-size:28px}.blocked-box p{color:#5d6b82;max-width:520px;line-height:1.6}.blocked-icon{font-size:54px}.empty-state{text-align:center;background:#fff;border:1px solid #dbeafe;border-radius:24px;place-items:center;min-height:300px;padding:38px;display:grid;box-shadow:0 10px 28px #0f172a14}.empty-state div{font-size:48px}.empty-state h2{color:#172033;margin:0}.empty-state p{color:#5d6b82}.ai-panel{background:#fff;border-radius:24px;padding:30px;box-shadow:0 10px 28px #0f172a14}.chat-box{gap:20px;display:grid}.chat-message{border-radius:18px;max-width:680px;padding:18px;line-height:1.6}.chat-message.bot{background:#eef6ff;border:1px solid #bfdbfe}.chat-input{gap:12px;display:flex}.chat-input input{border:1px solid #cbd5e1;border-radius:14px;flex:1;padding:15px 16px;font-size:15px}.chat-input button{color:#fff;cursor:pointer;background:#0078d7;border:none;border-radius:14px;padding:0 22px;font-weight:900}.login-page{background:radial-gradient(circle at 0 0,#0078d729,#0000 30%),#eef6ff;place-items:center;min-height:calc(100vh - 72px);padding:60px 24px;display:grid}.login-card{background:#fff;border-radius:26px;width:100%;max-width:440px;padding:34px;box-shadow:0 18px 48px #0f172a29}.login-brand{align-items:center;gap:12px;margin-bottom:28px;display:flex}.login-brand strong{font-size:20px;display:block}.login-brand span{color:#64748b;font-size:13px}.login-card h1{color:#172033;margin:0 0 8px;font-size:32px}.login-card p{color:#5d6b82;line-height:1.5}.login-form{gap:16px;margin-top:24px;display:grid}.login-form label{color:#334155;gap:8px;font-size:14px;font-weight:800;display:grid}.login-form input{border:1px solid #cbd5e1;border-radius:14px;padding:14px 15px;font-size:15px}.login-form button{color:#fff;cursor:pointer;background:#0078d7;border:none;border-radius:14px;margin-top:8px;padding:15px;font-weight:900}.login-form button:hover{background:#005db3}.back-link{color:#0078d7;margin-top:22px;font-weight:800;text-decoration:none;display:inline-block}@media (width<=820px){.step-panel{grid-template-columns:1fr}.chat-input{flex-direction:column}.chat-input button{padding:14px}}.appointments-list{gap:16px;display:grid}.appointment-card{background:#fff;border-top:4px solid #0086e6;border-radius:18px;grid-template-columns:1.4fr 1fr 1fr auto;align-items:center;gap:18px;padding:22px;display:grid;box-shadow:0 10px 28px #0f172a14}.appointment-card h3{color:#172033;margin:4px 0 0}.appointment-card p{color:#5d6b82;margin:4px 0 0}.appointment-label{text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:12px;font-weight:900}.appointment-status{color:#92400e;background:#fef3c7;border-radius:999px;padding:9px 14px;font-size:13px}.appointment-status.confirmada{color:#166534;background:#dcfce7}.appointment-status.pendiente{color:#92400e;background:#fef3c7}.appointment-status.reprogramada{color:#3730a3;background:#e0e7ff}.appointment-status.cancelada{color:#991b1b;background:#fee2e2}.appointment-status.atendida{color:#1d4ed8;background:#dbeafe}@media (width<=900px){.appointment-card{grid-template-columns:1fr}}.auth-page{background:#eef6ff;min-height:calc(100vh - 72px);padding:56px 24px 72px}.auth-wrapper{max-width:1180px;margin:0 auto}.auth-header{text-align:center;max-width:760px;margin:0 auto 36px}.auth-eyebrow{color:#476384;text-transform:uppercase;letter-spacing:.12em;margin:0 0 10px;font-size:12px;font-weight:900}.auth-header h1{letter-spacing:-.04em;color:#172033;margin:0;font-size:52px;line-height:1.05}.auth-header p{color:#5d6b82;max-width:720px;margin:14px auto 0;font-size:18px;line-height:1.7}.auth-grid{grid-template-columns:minmax(0,520px) minmax(320px,420px);justify-content:center;align-items:stretch;gap:32px;display:grid}.auth-card,.auth-side{background:#fff;border-radius:28px;padding:30px;box-shadow:0 18px 45px #0f172a14}.auth-card-top{align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.auth-card-icon,.auth-side-icon{border-radius:18px;flex-shrink:0;place-items:center;width:58px;height:58px;font-size:28px;display:grid}.auth-card-icon{background:#e0f2fe}.auth-side-icon{background:#eff6ff;margin-bottom:18px}.auth-card-top h2,.auth-side h3{color:#172033;margin:0}.auth-card-top h2{letter-spacing:-.03em;font-size:34px;line-height:1.15}.auth-card-top p,.auth-side p{color:#5d6b82;margin:8px 0 0;line-height:1.7}.auth-role-switch{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px;display:grid}.auth-role-btn{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #dbeafe;border-radius:16px;padding:14px 16px;font-weight:900;transition:all .2s}.auth-role-btn:hover{background:#eff6ff}.auth-role-btn.active{color:#fff;background:#0086e6;border-color:#0086e6}.auth-form{gap:18px;display:grid}.auth-form label{color:#172033;gap:8px;font-weight:900;display:grid}.auth-form input{color:#172033;box-sizing:border-box;background:#f8fafc;border:1px solid #dbeafe;border-radius:16px;outline:none;width:100%;padding:15px 16px;font-size:15px}.auth-form input:focus{background:#fff;border-color:#0086e6;box-shadow:0 0 0 4px #0086e61f}.auth-submit{color:#fff;cursor:pointer;background:#0086e6;border:none;border-radius:999px;padding:15px 20px;font-size:15px;font-weight:900;transition:all .2s}.auth-submit:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0086e63d}.auth-alert{border-radius:16px;padding:13px 15px;font-weight:800;line-height:1.5}.auth-alert-error{color:#991b1b;background:#fee2e2}.auth-alert-success{color:#166534;background:#dcfce7}.auth-links{color:#64748b;flex-wrap:wrap;gap:10px;margin-top:22px;font-weight:800;display:flex}.auth-links a{color:#0086e6;text-decoration:none}.auth-links a:hover{text-decoration:underline}.auth-side{background:linear-gradient(#f8fbff 0%,#fff 100%);border:1px solid #dbeafe}.auth-side ul{color:#334155;margin:20px 0 0;padding-left:20px;font-weight:700;line-height:1.8}@media (width<=980px){.auth-grid{grid-template-columns:1fr}.auth-header h1{font-size:42px}}@media (width<=640px){.auth-page{padding:32px 16px 48px}.auth-header{text-align:left;margin-bottom:24px}.auth-header h1{font-size:36px}.auth-header p{font-size:16px}.auth-card,.auth-side{padding:22px}.auth-card-top h2{font-size:28px}.auth-role-switch{grid-template-columns:1fr}.auth-links{flex-direction:column;gap:6px}.auth-links span{display:none}}.auth-submit:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=1040px){.account-box{min-width:auto}.account-data strong{max-width:90px}}@media (width<=720px){.topbar-content{flex-wrap:wrap}.account-box{justify-content:space-between;width:100%}.account-data strong{max-width:180px}}.logo{color:inherit;text-decoration:none}.logo-text{line-height:1.1;display:grid}.logo-text strong{letter-spacing:.02em;color:#fff;font-size:19px;display:block}.logo-text small{color:#ffffffdb;margin-top:4px;font-size:12px}.logo .logo-icon{color:#0078d7;background:#fff;border-radius:12px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:24px;font-weight:900;display:grid}.primary-action{color:#fff;cursor:pointer;background:#00b894;border:none;border-radius:12px;justify-content:center;align-items:center;width:fit-content;margin:16px auto 0;padding:14px 20px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 14px 26px #00b89438}.primary-action:hover{color:#fff;background:#00a887;text-decoration:none}.account-box{justify-content:flex-end;align-items:center;gap:10px;min-width:230px;display:flex}.account-pill{color:#fff;cursor:default;background:#ffffff1f;border:1px solid #ffffff7a;border-radius:999px;align-items:center;gap:10px;padding:7px 12px 7px 7px;display:flex}.account-avatar{color:#0078d7;background:#fff;border-radius:999px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:grid}.account-data{text-align:left;line-height:1.1;display:grid}.account-data strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:13px;overflow:hidden}.account-data small{color:#ffffffd1;margin-top:3px;font-size:11px}.logout-button{color:#0078d7;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:10px 15px;font-weight:900}.logout-button:hover{background:#eaf5ff}.assistant-hint{color:#1d4ed8;background:#eff6ff;border-radius:16px;margin:16px 0;padding:14px 16px;font-weight:800}.appointment-form-card{text-align:left;width:100%;max-width:720px;margin:0 auto}.appointment-form-card h2{color:#172033;margin:0;font-size:30px}.appointment-form-card p{color:#5d6b82;line-height:1.7}.appointment-form-grid{gap:18px;margin:24px 0;display:grid}.appointment-form-grid label{color:#172033;gap:8px;font-weight:900;display:grid}.appointment-form-grid input,.appointment-form-grid select,.appointment-form-grid textarea{color:#172033;box-sizing:border-box;background:#f8fafc;border:1px solid #dbeafe;border-radius:16px;width:100%;padding:14px 16px;font-size:15px}.appointment-form-grid textarea{resize:vertical;min-height:110px}.appointment-form-grid input:focus,.appointment-form-grid select:focus,.appointment-form-grid textarea:focus{background:#fff;border-color:#0086e6;outline:none;box-shadow:0 0 0 4px #0086e61f}@media (width<=1040px){.account-box{min-width:auto}.account-data strong{max-width:90px}}@media (width<=720px){.topbar-content{flex-wrap:wrap}.account-box{justify-content:space-between;width:100%}.account-data strong{max-width:180px}}.auth-form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.auth-form-grid label{color:#172033;gap:8px;font-weight:900;display:grid}.full-field{grid-column:1/-1}@media (width<=760px){.auth-form-grid{grid-template-columns:1fr}.full-field{grid-column:auto}}.admin-stats-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.admin-stat-card{background:#fff;border-top:4px solid #0086e6;border-radius:22px;padding:24px;box-shadow:0 10px 28px #0f172a14}.admin-stat-card span{background:#eaf5ff;border-radius:999px;place-items:center;width:50px;height:50px;margin-bottom:18px;font-size:24px;display:grid}.admin-stat-card p{color:#64748b;margin:0;font-weight:800}.admin-stat-card strong{color:#172033;letter-spacing:-.04em;margin-top:8px;font-size:36px;display:block}.admin-modules-panel{background:#fff;border-radius:24px;margin-top:28px;padding:28px;box-shadow:0 10px 28px #0f172a14}.admin-modules-panel h2{color:#172033;margin:0}.admin-modules-panel p{color:#5d6b82;line-height:1.7}.admin-modules-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px;display:grid}.admin-modules-grid button{color:#0078d7;cursor:pointer;background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;padding:16px;font-weight:900}.admin-modules-grid button:hover{background:#eaf5ff}@media (width<=980px){.admin-stats-grid,.admin-modules-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.admin-stats-grid,.admin-modules-grid{grid-template-columns:1fr}}.wide-auth-wrapper{max-width:1360px}.register-grid{grid-template-columns:minmax(0,760px) minmax(320px,420px)}.auth-form-grid.three-columns{grid-template-columns:repeat(3,1fr)}.auth-form-grid.two-columns{grid-template-columns:repeat(2,1fr)}.span-2{grid-column:span 2}.form-section-title{color:#0078d7;margin:18px 0 6px;font-size:18px}.auth-form select,.profile-card select{color:#172033;box-sizing:border-box;background:#f8fafc;border:1px solid #dbeafe;border-radius:16px;outline:none;width:100%;padding:15px 16px;font-size:15px}.profile-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:30px;display:grid}.profile-card,.profile-side-card{background:#fff;border-radius:28px;padding:30px;box-shadow:0 18px 45px #0f172a14}.profile-card input,.profile-card select{color:#172033;box-sizing:border-box;background:#f8fafc;border:1px solid #dbeafe;border-radius:16px;outline:none;width:100%;padding:15px 16px;font-size:15px}.profile-card input:focus,.profile-card select:focus{background:#fff;border-color:#0086e6;box-shadow:0 0 0 4px #0086e61f}.profile-side-card h3{color:#172033;margin:0;font-size:24px}.profile-side-card p{color:#5d6b82;line-height:1.7}.profile-side-card ul{color:#334155;margin:22px 0;padding-left:20px;font-weight:700;line-height:1.8}.profile-meta{border-top:1px solid #dbeafe;gap:8px;margin-top:20px;padding-top:20px;display:grid}.profile-meta strong{color:#172033;font-size:13px}.profile-meta span{color:#64748b;margin-bottom:8px}.account-pill{text-decoration:none}@media (width<=1080px){.profile-layout,.register-grid,.auth-form-grid.three-columns,.auth-form-grid.two-columns{grid-template-columns:1fr}.span-2{grid-column:auto}}.admin-toolbar{background:#fff;border-radius:24px;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px;padding:24px;display:flex;box-shadow:0 10px 28px #0f172a14}.admin-toolbar h2{color:#172033;margin:0}.admin-toolbar p{color:#64748b;margin:8px 0 0}.admin-toolbar label{color:#172033;gap:8px;min-width:220px;font-weight:900;display:grid}.admin-toolbar select{color:#172033;background:#f8fbff;border:1px solid #dbeafe;border-radius:14px;padding:12px 14px;font-weight:800}.admin-table-card{background:#fff;border-radius:24px;padding:18px;overflow-x:auto;box-shadow:0 10px 28px #0f172a14}.admin-table{border-collapse:collapse;width:100%;min-width:1100px}.admin-table th,.admin-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e2e8f0;padding:16px}.admin-table th{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.admin-table td{color:#172033}.admin-table td span{color:#64748b;margin-top:5px;font-size:13px;display:block}.admin-modules-grid a{color:#0078d7;cursor:pointer;text-align:center;background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;padding:16px;font-weight:900;text-decoration:none}.admin-modules-grid a:hover{background:#eaf5ff}@media (width<=760px){.admin-toolbar{flex-direction:column;align-items:stretch}.admin-toolbar label{min-width:100%}}.appointment-form-actions{justify-content:flex-start;display:flex}.appointment-form-actions .primary-action{margin:4px 0 0}.appointment-alert{border-radius:16px;margin-bottom:16px;padding:13px 15px;font-weight:800;line-height:1.5}.appointment-alert.error{color:#991b1b;background:#fee2e2}.appointment-alert.success{color:#166534;background:#dcfce7}.step.done{background:#ecfdf5;border-color:#00b894}.step.done strong{color:#fff;background:#00b894;border-color:#00b894}.wizard-actions{align-items:center;gap:14px;margin-top:22px;display:flex}.secondary-action{color:#0078d7;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:12px;padding:14px 20px;font-weight:900}.appointment-summary div{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;padding:16px}.appointment-summary span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.appointment-summary strong{color:#172033;line-height:1.5;display:block}.summary-full{grid-column:1/-1}.confirmation-box{text-align:center;max-width:620px;margin:0 auto}.confirmation-icon{background:#dcfce7;border-radius:999px;place-items:center;width:72px;height:72px;margin:0 auto 18px;font-size:34px;display:grid}.confirmation-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:22px;display:flex}.confirmation-actions .primary-action{margin:0}@media (width<=760px){.wizard-actions{flex-direction:column;align-items:stretch}.appointment-summary{grid-template-columns:1fr}.summary-full{grid-column:auto}}html,body,#root{min-height:100%}#root{min-height:100vh}.public-app{flex-direction:column;min-height:100vh;display:flex}.public-app main{flex:1}.footer,.site-footer{margin-top:auto}.specialty-card{text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #dbeafe;border-radius:20px;align-items:flex-start;gap:14px;padding:18px;transition:all .18s;display:flex}.specialty-card:hover{background:#eaf5ff;border-color:#0086e6;transform:translateY(-2px)}.specialty-icon{background:#fff;border-radius:16px;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:22px;display:grid}.specialty-content{gap:6px;display:grid}.specialty-content strong{color:#172033;font-size:15px}.specialty-content small{color:#64748b;font-size:13px;line-height:1.45}@media (width<=760px){.specialty-grid{grid-template-columns:1fr}}.admin-toolbar input{color:#172033;background:#f8fbff;border:1px solid #dbeafe;border-radius:14px;padding:12px 14px;font-weight:800}.admin-patients-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:22px;display:grid}.patients-table tbody tr{cursor:pointer}.patients-table tbody tr:hover{background:#f8fbff}.selected-table-row{background:#eff6ff}.patient-status{border-radius:999px;width:fit-content;padding:8px 12px;font-size:11px;font-weight:900;display:inline-flex}.patient-status.active{color:#166534;background:#dcfce7}.patient-status.inactive{color:#991b1b;background:#fee2e2}.patient-editor-card{background:#fff;border-radius:24px;padding:24px;position:sticky;top:96px;box-shadow:0 10px 28px #0f172a14}.patient-editor-empty{text-align:center;padding:36px 16px}.patient-editor-empty div{margin-bottom:12px;font-size:42px}.patient-editor-empty h2{color:#172033;margin:0}.patient-editor-empty p{color:#64748b;line-height:1.6}.patient-edit-form{grid-template-columns:1fr 1fr;gap:14px;margin:18px 0;display:grid}.patient-edit-form label{color:#172033;gap:8px;font-weight:900;display:grid}.patient-edit-form input,.patient-edit-form select{color:#172033;box-sizing:border-box;background:#f8fbff;border:1px solid #dbeafe;border-radius:14px;width:100%;padding:12px 13px}.patient-edit-form input:focus,.patient-edit-form select:focus,.admin-toolbar input:focus{background:#fff;border-color:#0086e6;outline:none;box-shadow:0 0 0 4px #0086e61f}.patient-switch{background:#f8fbff;border:1px solid #dbeafe;border-radius:14px;flex-direction:row;grid-column:1/-1;grid-template-columns:auto;align-items:center;padding:12px 13px;gap:10px!important;display:flex!important}.patient-switch input{width:auto}@media (width<=1100px){.admin-patients-layout{grid-template-columns:1fr}.patient-editor-card{position:static}}@media (width<=720px){.patient-edit-form{grid-template-columns:1fr}}.role-badge{border-radius:999px;width:fit-content;padding:8px 12px;font-size:11px;font-weight:900;display:inline-flex}.role-badge.paciente{color:#0078d7;background:#eaf5ff}.role-badge.administrativo{color:#92400e;background:#fef3c7}.account-box{justify-content:flex-end;align-items:center;display:flex}.account-pill{color:#fff;background:#ffffff1f;border:1px solid #ffffff7a;border-radius:999px;align-items:center;gap:10px;min-width:fit-content;padding:7px 16px 7px 7px;text-decoration:none;display:flex}.account-pill:hover{color:#fff;background:#ffffff2e;text-decoration:none}.account-data strong{color:#fff;white-space:nowrap;max-width:none;text-overflow:initial;font-size:13px;overflow:visible}.account-data small{color:#ffffffdb;margin-top:3px}.profile-form-actions{justify-content:center;margin-top:22px;display:flex}.profile-update-button{width:auto;min-width:220px;padding-left:28px;padding-right:28px}.profile-secondary-actions{border-top:1px solid #dbeafe;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:18px;padding-top:18px;display:flex}.profile-secondary-actions a{color:#0078d7;font-weight:900;text-decoration:none}.profile-secondary-actions a:hover{text-decoration:underline}.profile-secondary-actions button{color:#dc2626;cursor:pointer;background:#fff1f2;border:1px solid #fecaca;border-radius:999px;padding:10px 16px;font-weight:900}.profile-secondary-actions button:hover{background:#fee2e2}@media (width<=760px){.profile-form-actions{justify-content:stretch}.profile-update-button{width:100%}.profile-secondary-actions{flex-direction:column}}.assistant-warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;margin-bottom:22px;padding:16px 18px;line-height:1.6}.rag-chat-box{gap:16px}.rag-message{white-space:pre-wrap;max-width:820px}.chat-message.user{background:#f8fbff;border:1px solid #dbeafe;justify-self:end}.rag-message p{margin:0}.rag-sources{border-top:1px solid #bfdbfe;gap:8px;margin-top:14px;padding-top:12px;display:grid}.rag-sources strong{color:#172033;font-size:13px}.rag-source-list{flex-wrap:wrap;gap:8px;display:flex}.rag-source-list span{color:#0078d7;background:#fff;border:1px solid #dbeafe;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.rag-chat-input button:disabled{opacity:.7;cursor:not-allowed}.chat-box::-webkit-scrollbar{width:8px}.chat-box::-webkit-scrollbar-thumb{background:#bfdbfe;border-radius:999px}.chat-box::-webkit-scrollbar-track{background:0 0}.ai-panel{overflow:visible}.chat-box{scroll-behavior:smooth;flex-direction:column;gap:18px;max-height:620px;padding-right:8px;display:flex;overflow-y:auto}.chat-input{z-index:10;background:linear-gradient(#fff0 0%,#fff 18% 100%);align-items:stretch;gap:12px;margin-top:8px;padding:18px 0 0;display:flex;position:sticky;bottom:0}.chat-input input{flex:1;min-height:50px}.chat-input button{flex-shrink:0}.admin-metrics-layout{gap:24px;margin-top:24px;display:grid}.admin-table-card h2{color:#172033;margin:0 0 18px}.assistant-polish-card{background:#fff;border-radius:28px;gap:18px;padding:28px;display:grid;box-shadow:0 20px 45px #0f172a14}.assistant-warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:15px 18px;line-height:1.55}.assistant-tools{justify-content:space-between;align-items:center;gap:18px;display:flex}.assistant-tools h2{color:#172033;margin:0}.assistant-tools p{color:#64748b;margin:6px 0 0;line-height:1.5}.assistant-tools button{color:#0078d7;cursor:pointer;white-space:nowrap;background:#f8fbff;border:1px solid #dbeafe;border-radius:999px;padding:12px 16px;font-weight:900}.assistant-tools button:hover{background:#eaf5ff}.assistant-suggestions{flex-wrap:wrap;gap:10px;display:flex}.assistant-suggestions button{color:#0078d7;cursor:pointer;background:#f8fbff;border:1px solid #dbeafe;border-radius:999px;padding:10px 14px;font-weight:800}.assistant-suggestions button:hover{background:#eaf5ff}.assistant-suggestions button:disabled{opacity:.6;cursor:not-allowed}.assistant-chat-window{background:#f8fbff;border:1px solid #dbeafe;border-radius:24px;grid-template-rows:minmax(0,1fr) auto;height:620px;display:grid;overflow:hidden}.assistant-messages{scroll-behavior:smooth;flex-direction:column;gap:16px;min-height:0;padding:22px;display:flex;overflow-y:auto}.assistant-messages::-webkit-scrollbar{width:8px}.assistant-messages::-webkit-scrollbar-thumb{background:#bfdbfe;border-radius:999px}.assistant-messages::-webkit-scrollbar-track{background:0 0}.assistant-message{white-space:pre-wrap;border:1px solid #bfdbfe;border-radius:20px;max-width:78%;padding:16px;line-height:1.65}.bot-message{color:#172033;background:#eff6ff;align-self:flex-start}.user-message{color:#172033;background:#fff;align-self:flex-end}.assistant-message-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.assistant-message-top span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.intent-badge{color:#1d4ed8;white-space:nowrap;background:#dbeafe;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900}.intent-badge.blocked{color:#991b1b;background:#fee2e2}.assistant-message-content{font-size:15px}.assistant-meta{color:#64748b;margin-top:12px;font-size:12px;font-weight:800}.assistant-sources{border-top:1px solid #bfdbfe;margin-top:16px;padding-top:14px}.assistant-sources h4{color:#172033;margin:0 0 10px;font-size:13px}.assistant-source-list{flex-wrap:wrap;gap:8px;display:flex}.assistant-source-list span{color:#0078d7;background:#fff;border:1px solid #dbeafe;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.assistant-input-bar{background:#fff;border-top:1px solid #dbeafe;gap:12px;padding:16px;display:flex}.assistant-input-bar input{color:#172033;border:1px solid #dbeafe;border-radius:16px;flex:1;padding:14px 16px;font-size:15px}.assistant-input-bar input:focus{border-color:#0086e6;outline:none;box-shadow:0 0 0 4px #0086e61f}.assistant-input-bar button{color:#fff;cursor:pointer;background:#0078d7;border:none;border-radius:16px;padding:0 22px;font-weight:900}.assistant-input-bar button:hover{background:#006fc7}.assistant-input-bar button:disabled{opacity:.6;cursor:not-allowed}.assistant-typing{align-items:center;gap:6px;display:flex}.assistant-typing span{background:#0078d7;border-radius:999px;width:8px;height:8px;animation:1s ease-in-out infinite assistantTyping}.assistant-typing span:nth-child(2){animation-delay:.12s}.assistant-typing span:nth-child(3){animation-delay:.24s}@keyframes assistantTyping{0%,to{opacity:.45;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@media (width<=900px){.assistant-tools{flex-direction:column;align-items:stretch}.assistant-message{max-width:100%}.assistant-chat-window{height:640px}.assistant-input-bar{flex-direction:column}.assistant-input-bar button{min-height:48px}}.rag-summary-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:22px;display:grid}.rag-documents-layout{grid-template-columns:minmax(0,1fr) 430px;align-items:start;gap:22px;display:grid}.rag-fragments-card{background:#fff;border-radius:24px;grid-template-rows:auto minmax(0,1fr);max-height:720px;padding:24px;display:grid;position:sticky;top:96px;overflow:hidden;box-shadow:0 10px 28px #0f172a14}.rag-detail-header{border-bottom:1px solid #dbeafe;margin-bottom:16px;padding-bottom:16px}.rag-detail-header h2{color:#172033;margin:4px 0 8px}.rag-detail-header span{color:#64748b;font-weight:800}.rag-fragments-list{gap:14px;padding-right:6px;display:grid;overflow-y:auto}.rag-fragments-list::-webkit-scrollbar{width:8px}.rag-fragments-list::-webkit-scrollbar-thumb{background:#bfdbfe;border-radius:999px}.rag-fragment-item{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;padding:16px}.rag-fragment-top{justify-content:space-between;gap:12px;margin-bottom:10px;display:flex}.rag-fragment-top strong{color:#172033}.rag-fragment-top span{color:#64748b;font-size:12px;font-weight:900}.rag-fragment-section{color:#0078d7;margin:0 0 10px;font-weight:900}.rag-fragment-item p{color:#334155;white-space:pre-wrap;margin:0;line-height:1.6}.small-empty{box-shadow:none;padding:24px 10px}@media (width<=1100px){.rag-summary-grid,.rag-documents-layout{grid-template-columns:1fr}.rag-fragments-card{max-height:none;position:static}}.appointment-flow{background:#fff;border-radius:28px;grid-template-columns:280px minmax(0,1fr);gap:0;display:grid;overflow:hidden;box-shadow:0 20px 45px #0f172a14}.appointment-steps{background:#f8fbff;align-content:start;gap:14px;padding:24px;display:grid}.appointment-steps button{color:#334155;text-align:left;background:#fff;border:1px solid #dbeafe;border-radius:18px;align-items:center;gap:14px;padding:18px;font-weight:900;display:flex}.appointment-steps button strong{color:#0078d7;background:#eaf5ff;border-radius:999px;place-items:center;width:32px;height:32px;display:grid}.appointment-steps button.active{background:#eff6ff;border-color:#0078d7}.appointment-steps button.success{background:#ecfdf5;border-color:#00b894}.appointment-flow-card{min-height:520px;padding:42px}.appointment-section-title h2{color:#172033;margin:0;font-size:30px}.appointment-section-title p{color:#64748b;line-height:1.6}.specialty-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px;display:grid}.specialty-card{text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #dbeafe;border-radius:20px;gap:8px;padding:20px;display:grid}.specialty-card strong{color:#172033;font-size:17px}.specialty-card span{color:#64748b;line-height:1.5}.specialty-card.selected{background:#eff6ff;border-color:#0078d7;box-shadow:0 0 0 4px #0086e61f}.appointment-actions{justify-content:flex-end;align-items:center;gap:14px;margin-top:28px;display:flex}.appointment-actions.centered{justify-content:center}.secondary-action{color:#0078d7;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:14px 20px;font-weight:900;text-decoration:none}.secondary-action:hover{background:#eff6ff}.appointment-summary{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px;display:grid}.appointment-summary div{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;gap:6px;padding:18px;display:grid}.appointment-summary span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.appointment-summary strong{color:#172033}.appointment-success-box{text-align:center;justify-items:center;gap:12px;padding:40px 20px;display:grid}.appointment-success-box div{font-size:46px}.appointment-success-box h2{color:#172033;margin:0;font-size:30px}.appointment-success-box p{color:#64748b;max-width:620px;line-height:1.7}@media (width<=900px){.appointment-flow,.specialty-grid,.appointment-summary{grid-template-columns:1fr}.appointment-actions{flex-direction:column;align-items:stretch}}.selected-specialty-strip{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;gap:4px;margin:18px 0;padding:16px 18px;display:grid}.selected-specialty-strip span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.selected-specialty-strip strong{color:#172033;font-size:18px}.availability-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:22px;display:grid}.availability-card{text-align:left;cursor:pointer;color:#172033;background:#f8fbff;border:1px solid #dbeafe;border-radius:20px;gap:12px;padding:20px;display:grid}.availability-card:hover{background:#eff6ff}.availability-card.selected{background:#eff6ff;border-color:#0078d7;box-shadow:0 0 0 4px #0086e61f}.availability-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.availability-card-top strong{color:#172033;font-size:18px}.availability-card-top span{color:#0078d7;background:#fff;border:1px solid #dbeafe;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.availability-card p{color:#334155;margin:0;font-weight:900}.availability-details{flex-wrap:wrap;gap:8px;display:flex}.availability-details span{color:#64748b;background:#fff;border:1px solid #dbeafe;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.availability-cups{color:#0f766e;font-weight:900}.appointment-motive-grid{margin-top:22px}.appointment-created-summary{text-align:left;grid-template-columns:repeat(2,1fr);gap:14px;width:100%;max-width:720px;margin:12px auto 0;display:grid}.appointment-created-summary div{background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;gap:5px;padding:14px;display:grid}.appointment-created-summary span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.appointment-created-summary strong{color:#172033}.appointment-normal-button{min-width:auto;padding:14px 20px;font-size:15px}.compact-empty{box-shadow:none;padding:28px 14px}@media (width<=900px){.availability-grid,.appointment-created-summary{grid-template-columns:1fr}.availability-card-top{flex-direction:column;align-items:flex-start}}.appointment-created-summary div{font-size:initial}.appointment-created-summary span{font-size:11px}.appointment-created-summary strong{font-size:16px;line-height:1.35}.appointment-created-summary div:first-child strong{font-size:24px}.appointment-success-box>div:first-child{font-size:46px}.my-appointments-toolbar{background:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:24px;display:flex;box-shadow:0 10px 28px #0f172a14}.my-appointments-toolbar h2{color:#172033;margin:0}.my-appointments-toolbar p{color:#64748b;margin:8px 0 0}.my-appointments-toolbar label{color:#172033;gap:8px;min-width:230px;font-weight:900;display:grid}.my-appointments-toolbar select{color:#172033;background:#f8fbff;border:1px solid #dbeafe;border-radius:14px;padding:12px 14px;font-weight:800}.my-appointments-list{gap:20px;display:grid}.my-appointment-card{background:#fff;border-top:4px solid #0078d7;border-radius:22px;padding:24px;box-shadow:0 14px 30px #0f172a14}.my-appointment-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.my-appointment-header span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.my-appointment-header h2{color:#172033;margin:6px 0 0}.my-appointment-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.my-appointment-grid div{background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;gap:6px;padding:14px;display:grid}.my-appointment-grid span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.my-appointment-grid strong{color:#172033;line-height:1.4}.status-pill{white-space:nowrap;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900}@media (width<=900px){.my-appointments-toolbar{flex-direction:column;align-items:stretch}.my-appointment-header{flex-direction:column}.my-appointment-grid{grid-template-columns:1fr}}.admin-reprogram-card{background:#fff;border-radius:24px;margin-bottom:24px;padding:24px;box-shadow:0 14px 30px #0f172a14}.admin-reprogram-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.admin-reprogram-header h2{color:#172033;margin:4px 0 8px}.admin-reprogram-header span{color:#64748b;font-weight:800}.admin-reprogram-header button{color:#0078d7;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:999px;padding:10px 14px;font-weight:900}.admin-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-actions button{color:#0078d7;cursor:pointer;background:#f8fbff;border:1px solid #dbeafe;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900}.admin-actions button:hover{background:#eff6ff}.admin-actions button:disabled{opacity:.6;cursor:not-allowed}.assistant-typing-text{color:#2563eb;align-items:center;gap:10px;font-weight:900;display:inline-flex}.assistant-typing-text strong{font-size:13px}.assistant-response-text{white-space:normal;color:#172033;line-height:1.7}.assistant-response-text h3{color:#0f3358;margin:18px 0 8px;font-size:17px}.assistant-response-text h3:first-child{margin-top:0}.assistant-response-text ul{margin:8px 0 16px;padding-left:20px}.assistant-response-text li{margin-bottom:6px}.assistant-response-text p{margin:0 0 12px}.assistant-response-text strong{color:#0f3358;font-weight:900}.service-orientation-panel{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border:1px solid #bfdbfe;border-radius:22px;margin:22px 0;padding:22px}.service-orientation-info span{color:#005eb8;background:#dbeafe;border-radius:999px;width:fit-content;margin-bottom:10px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.service-orientation-info h3{color:#10213f;margin:0;font-size:24px}.service-orientation-info p{color:#53657d;max-width:760px;line-height:1.7}.service-orientation-form{grid-template-columns:1fr auto;gap:14px;margin-top:16px;display:grid}.service-orientation-form textarea{resize:vertical;color:#172033;background:#fff;border:1px solid #bfdbfe;border-radius:16px;min-height:90px;padding:14px 16px;font-size:15px}.service-orientation-form button{color:#fff;cursor:pointer;background:#0086e6;border:none;border-radius:16px;padding:14px 20px;font-weight:900}.service-orientation-form button:disabled{opacity:.6;cursor:not-allowed}.orientation-result-card{background:#fff;border:1px solid #bfdbfe;border-radius:18px;margin-top:18px;padding:18px}.orientation-result-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.orientation-result-header span{color:#66758c;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.orientation-result-header h3{color:#10213f;margin:6px 0 0;font-size:30px}.orientation-result-header>strong{color:#047857;white-space:nowrap;background:#dcfce7;border-radius:999px;padding:8px 12px;font-size:12px}.orientation-availability{grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0;display:grid}.orientation-availability h4{color:#10213f;grid-column:1/-1;margin:0}.orientation-availability div{background:#f8fbff;border:1px solid #dbeafe;border-radius:14px;padding:12px}.orientation-availability span{color:#66758c;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:900;display:block}.orientation-availability strong{color:#10213f}.orientation-warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:12px 14px;font-weight:800;line-height:1.5}.orientation-actions{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.orientation-filter-banner{background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin:18px 0;padding:16px;display:flex}.orientation-filter-banner strong{color:#0f3358}.orientation-filter-banner p{color:#53657d;margin:6px 0 0;line-height:1.5}.orientation-filter-banner button{color:#0086e6;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #0086e6;border-radius:999px;padding:10px 14px;font-weight:900}@media (width<=760px){.service-orientation-form,.orientation-availability{grid-template-columns:1fr}.orientation-filter-banner{flex-direction:column;align-items:flex-start}}.home-user-welcome{color:#fff;background:#ffffff29;border-radius:999px;width:fit-content;margin-bottom:14px;padding:9px 14px;font-weight:800;display:inline-flex}.home-user-welcome strong{margin-left:4px}.hero-orientador-card{color:#fff;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.hero-orientador-card:hover{color:#fff;background:#ffffff2e;transform:translateY(-4px)}.hero-orientador-card h2{font-size:30px}.auth-required-state{max-width:680px;margin:0 auto}.auth-page{padding:42px 24px 46px}.auth-header{margin-bottom:24px}.auth-header h1{font-size:46px}.auth-header p{font-size:16px}.auth-card,.auth-side{padding:26px}.auth-card-top{margin-bottom:18px}.auth-card-top h2{font-size:30px}.auth-form{gap:14px}.auth-form input,.auth-form select,.profile-card input,.profile-card select{padding:13px 14px}.auth-links-login{justify-content:center;margin-top:14px}.auth-create-cta{color:#64748b;justify-content:center;align-items:center;gap:8px;margin-top:18px;font-weight:800;display:flex}.auth-create-cta a{color:#0086e6;font-weight:900;text-decoration:none}.auth-create-cta a:hover{text-decoration:underline}.register-grid{grid-template-columns:minmax(0,800px) minmax(280px,360px);gap:26px}.register-form .form-section-title{margin:10px 0 2px;font-size:16px}.assistant-polish-card{grid-template-rows:auto auto auto minmax(0,1fr);min-height:560px;max-height:calc(100vh - 230px);overflow:hidden}.assistant-warning{margin-bottom:0}.assistant-clear-button{box-shadow:0 8px 18px #0078d71a;color:#0f5fa8!important;background:#fff!important;border-color:#bfdbfe!important}.assistant-clear-button:hover{transform:translateY(-1px);background:#eff6ff!important}.assistant-messages{min-height:0}.inner-page{padding-top:48px;padding-bottom:44px}.inner-header{margin-bottom:24px}.appointment-flow{max-height:calc(100vh - 220px)}.appointment-steps{min-height:0;position:sticky;top:0}.appointment-flow-card{min-height:0;max-height:calc(100vh - 220px);padding:32px;overflow-y:auto}.appointment-flow-card::-webkit-scrollbar{width:8px}.profile-card::-webkit-scrollbar{width:8px}.appointment-flow-card::-webkit-scrollbar-thumb{background:#bfdbfe;border-radius:999px}.profile-card::-webkit-scrollbar-thumb{background:#bfdbfe;border-radius:999px}.appointment-actions{background:linear-gradient(#ffffffb8,#fff 42%);padding-top:16px;padding-bottom:4px;position:sticky;bottom:-32px}.specialty-grid,.availability-grid{max-height:430px;padding-right:6px;overflow-y:auto}.profile-layout{grid-template-columns:minmax(0,820px) 360px;justify-content:center}.profile-card{max-height:calc(100vh - 220px);padding:26px;overflow-y:auto}.profile-card .auth-card-top{margin-bottom:16px}.profile-card .auth-form-grid{gap:14px}.profile-form-actions{margin-top:16px}.profile-logout-button{color:#dc2626;cursor:pointer;background:#fff1f2;border:1px solid #fecaca;border-radius:16px;width:100%;margin-top:22px;padding:13px 16px;font-weight:900}.profile-logout-button:hover{background:#fee2e2}.profile-secondary-actions{display:none}@media (width<=1100px){.assistant-polish-card,.appointment-flow,.appointment-flow-card,.profile-card{max-height:none}.register-grid,.profile-layout{grid-template-columns:1fr}.auth-side,.profile-side-card{display:block}}@media (width<=760px){.auth-page{padding:28px 16px 38px}.auth-form-grid.three-columns,.auth-form-grid.two-columns{grid-template-columns:1fr}.span-2{grid-column:auto}.assistant-suggestions{max-height:108px;overflow-y:auto}.specialty-grid,.availability-grid{max-height:none}.appointment-flow-card{padding:24px}}.service-icon,.auth-card-icon,.auth-side-icon,.empty-state>div,.appointment-success-box>div:first-child{letter-spacing:.04em;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.service-icon{color:#006fd0;background:linear-gradient(#eef6ff,#dceeff);border:1px solid #dbeafe;border-radius:14px;width:48px;height:48px;font-size:12px;font-weight:1000}.auth-card-icon,.auth-side-icon{color:#006fd0;background:linear-gradient(#eef6ff,#dceeff);border:1px solid #dbeafe;font-size:13px;font-weight:1000}.empty-state>div{color:#006fd0;background:#eef6ff;border:1px solid #dbeafe;border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto 4px;font-size:15px;font-weight:1000;display:grid}.appointment-success-box>div:first-child{color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:20px;place-items:center;width:64px;height:64px;font-size:16px;font-weight:1000;display:grid}.appointment-actions{border-top:1px solid #e2efff;justify-content:space-between;margin:22px -32px -32px;padding:16px 32px 20px;bottom:0}.appointment-actions>:only-child{margin-left:auto}.appointment-actions.centered{background:0 0;border-top:0;justify-content:center;margin:24px 0 0;padding:0;position:static}.appointment-actions .primary-action,.appointment-actions .secondary-action{justify-content:center;min-width:142px}.my-appointment-card{border:1px solid #dbeafe;padding:0;transition:border-color .2s,box-shadow .2s,transform .2s;overflow:hidden}.my-appointment-card:hover{border-color:#93c5fd;box-shadow:0 16px 34px #0f172a1a}.my-appointment-card.expanded{border-color:#0078d7;box-shadow:0 18px 38px #0078d721}.my-appointment-row{text-align:left;cursor:pointer;width:100%;color:inherit;background:#fff;border:0;grid-template-columns:minmax(180px,1.1fr) minmax(280px,1.4fr) auto auto;align-items:center;gap:18px;padding:18px 22px;display:grid}.my-appointment-row:hover{background:#f8fbff}.my-appointment-main span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:1000}.my-appointment-main h2{color:#172033;margin:5px 0 0;font-size:21px}.my-appointment-resume{color:#475569;gap:4px;font-size:13px;font-weight:800;display:grid}.appointment-expand-indicator{color:#0078d7;white-space:nowrap;background:#f8fbff;border:1px solid #dbeafe;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:1000}.my-appointment-card.expanded .appointment-expand-indicator{background:#eff6ff;border-color:#93c5fd}.my-appointment-card .my-appointment-grid{background:#fff;border-top:1px solid #e2efff;padding:18px 22px 22px}@media (width<=980px){.my-appointment-row{grid-template-columns:1fr;gap:12px}.my-appointment-row .status-pill,.appointment-expand-indicator{justify-self:start}}@media (width<=760px){.appointment-actions{margin:20px -24px -24px;padding:14px 24px 18px}.appointment-actions .primary-action,.appointment-actions .secondary-action{width:100%}}.public-app{background:linear-gradient(#eef7ff 0%,#f7fbff 46%,#edf6fb 100%)}.topbar{background:linear-gradient(90deg,#047cc7 0%,#0585d3 54%,#006db8 100%);box-shadow:0 10px 26px #004d8029}.logo.logo-clean{gap:0;min-width:172px}.logo.logo-clean .logo-text strong{letter-spacing:.01em;font-size:20px}.logo.logo-clean .logo-text small{color:#ffffffdb}.route-loader{z-index:45;pointer-events:none;opacity:0;width:100%;height:3px;transition:opacity .18s;position:fixed;top:72px;left:0}.route-loader span{background:linear-gradient(90deg,#0000,#9be7df,#fff,#0000);border-radius:999px;width:38%;height:100%;display:block;transform:translate(-100%)}.route-loader.active{opacity:1}.route-loader.active span{animation:.52s ease-out forwards route-progress}@keyframes route-progress{0%{transform:translate(-105%)}to{transform:translate(265%)}}.route-content{animation:.24s both route-fade-in}@keyframes route-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hero{background:radial-gradient(circle at 88% 32%,#aee6dc47,#0000 26%),linear-gradient(135deg,#057fcb 0%,#0566ba 56%,#07529b 100%)}.hero-card,.service-card,.auth-card,.auth-side,.profile-card,.profile-side-card,.appointment-flow-card,.my-appointments-toolbar,.my-appointment-card,.preview-card{transition:transform .22s,box-shadow .22s,border-color .22s,background-color .22s}.hero-card:hover,.service-card:hover,.my-appointment-card:hover{transform:translateY(-3px)}.service-card{border-top-color:#1597d3}.service-card.featured{border-top-color:#19b99a}.service-icon,.auth-card-icon,.auth-side-icon,.empty-state>div,.appointment-row-icon{color:#0576bf;background:linear-gradient(#f4fbff,#e1f2ff);border:1px solid #cfe7fb;box-shadow:inset 0 -1px #005c9714}.service-icon svg,.auth-card-icon svg,.auth-side-icon svg,.appointment-row-icon svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.service-icon span{font-size:12px;font-weight:1000}.empty-state>div{color:#0000;position:relative}.empty-state>div:before{content:"";color:#6b7a90;background:linear-gradient(currentColor,currentColor) 6px 8px/14px 2px no-repeat,linear-gradient(currentColor,currentColor) 6px 13px/10px 2px no-repeat;border:2px solid #6b7a90;border-radius:7px;width:26px;height:26px;display:block}.empty-state>div:has(+h2):before{animation:.28s both soft-icon-pop}@keyframes soft-icon-pop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.auth-submit,.primary-action,.primary-button{background:linear-gradient(90deg,#0789da 0%,#0879cf 100%);box-shadow:0 10px 20px #0078d724}.auth-submit:disabled,.primary-action:disabled{cursor:wait;opacity:.78}.auth-submit:disabled:after,.primary-action:disabled:after{content:"";vertical-align:-2px;border:2px solid #ffffff8c;border-top-color:#fff;border-radius:999px;width:13px;height:13px;margin-left:9px;animation:.7s linear infinite small-spin;display:inline-block}@keyframes small-spin{to{transform:rotate(360deg)}}.appointment-actions{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;background:linear-gradient(#ffffffd1,#fff 36%);position:sticky;bottom:0}.appointment-actions .secondary-action:first-child{margin-right:auto}.appointment-actions .primary-action:last-child{margin-left:auto}.my-appointments-history-toolbar{gap:18px;padding:22px 24px;display:grid}.history-toolbar-top{justify-content:space-between;align-items:end;gap:22px;display:flex}.history-search{color:#172033;gap:8px;min-width:min(360px,100%);font-weight:900;display:grid}.history-search span{text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:12px}.history-search input{color:#172033;background:#f8fbff;border:1px solid #dbeafe;border-radius:14px;outline:none;padding:13px 16px;font-weight:800}.history-search input:focus{border-color:#7dd3fc;box-shadow:0 0 0 4px #0ea5e91f}.appointment-filter-tabs{flex-wrap:wrap;gap:10px;display:flex}.appointment-filter-tabs button{color:#334155;cursor:pointer;background:#f2f8ff;border:1px solid #dbeafe;border-radius:12px;padding:11px 18px;font-weight:900;transition:all .18s}.appointment-filter-tabs button:hover{background:#eaf5ff;border-color:#93c5fd}.appointment-filter-tabs button.active{color:#fff;background:#0789da;border-color:#0789da;box-shadow:0 10px 20px #0789da29}.my-appointments-list{gap:12px}.my-appointment-card{border-radius:18px}.my-appointment-row{grid-template-columns:46px minmax(180px,1fr) minmax(260px,1.15fr) auto auto;min-height:86px}.appointment-row-icon{border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.my-appointment-main h2{font-size:19px}.my-appointment-resume span:first-child{color:#172033}.appointment-expand-indicator{text-align:center;min-width:104px}.my-appointment-card .my-appointment-grid{animation:.22s both expand-details}@keyframes expand-details{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.status-pill{box-shadow:inset 0 -1px #0f172a0d}.status-pendiente{color:#8a5a00;background:#fff3cf}.status-confirmada{color:#057a55;background:#d9f8ed}.status-reprogramada{color:#075ca8;background:#dff2ff}.status-cancelada{color:#a11d1d;background:#ffe1e1}.status-atendida{color:#5740a8;background:#e8e4ff}@media (width<=980px){.history-toolbar-top{flex-direction:column;align-items:stretch}.my-appointment-row{grid-template-columns:44px 1fr}.my-appointment-resume,.my-appointment-row .status-pill,.appointment-expand-indicator{grid-column:2}}@media (width<=760px){.logo.logo-clean{min-width:auto}.appointment-filter-tabs button{flex:42%}.appointment-actions{-webkit-backdrop-filter:none;backdrop-filter:none;position:static}}:root{--medical-blue:#057fcb;--medical-blue-dark:#07599d;--medical-teal:#13b6a1;--medical-bg:#f3faff;--medical-border:#cfe7fb;--medical-text:#172033}.footer{border-top:1px solid #cfe7fb;box-shadow:inset 0 1px #fffc;color:#17405c!important;background:linear-gradient(90deg,#e7f7ff 0%,#f5fbff 50%,#e8fff9 100%)!important}.footer p{color:#42647c!important}.service-icon,.auth-card-icon,.auth-side-icon,.appointment-row-icon{color:#057fcb!important;background:linear-gradient(#f8fdff 0%,#e8f6ff 100%)!important;border:1px solid #c7e4f8!important}.service-card:hover .service-icon,.auth-card:hover .auth-card-icon,.auth-side:hover .auth-side-icon{color:#13a892!important;background:linear-gradient(#f6fffd 0%,#e6fbf7 100%)!important;border-color:#a9eee2!important}.service-icon svg,.auth-card-icon svg,.auth-side-icon svg,.appointment-row-icon svg{stroke-width:1.9px!important}.inner-page:has(.assistant-polish-card){grid-template-rows:auto minmax(0,1fr);min-height:calc(100vh - 72px);padding-top:30px;padding-bottom:28px;display:grid}.inner-page:has(.assistant-polish-card) .inner-header{margin-bottom:16px}.inner-page:has(.assistant-polish-card) .inner-header h1{font-size:clamp(30px,3vw,40px)}.assistant-polish-card{grid-template-rows:auto auto auto minmax(0,1fr);gap:14px;min-height:520px;max-height:calc(100vh - 205px);overflow:hidden}.assistant-warning{padding:12px 16px}.assistant-tools{gap:14px}.assistant-suggestions{max-height:78px;padding-right:4px;overflow-y:auto}.assistant-chat-window{height:auto;min-height:0}.assistant-messages{min-height:0;overflow-y:auto}.assistant-input-bar{flex-shrink:0}.appointment-success-box{padding-bottom:28px}.appointment-created-summary{width:min(640px,100%);margin:10px auto 0}.appointment-success-box .appointment-actions.centered{width:min(520px,100%);box-shadow:none;justify-content:center;align-items:center;gap:14px;display:flex;background:0 0!important;border-top:0!important;margin:18px auto 0!important;padding:0!important}.appointment-success-box .appointment-actions.centered .primary-action,.appointment-success-box .appointment-actions.centered .secondary-action{min-width:150px;margin:0!important}.my-appointments-history-toolbar{grid-template-columns:minmax(0,1fr) minmax(300px,380px);align-items:stretch;gap:22px;padding:24px;display:grid!important}.history-panel-main{gap:18px;min-width:0;display:grid}.status-legend-card{background:linear-gradient(#fbfdff 0%,#f2faff 100%);border:1px solid #d8ecfb;border-radius:22px;padding:18px;box-shadow:inset 0 1px #ffffffd9}.status-legend-card h3{color:#172033;margin:0 0 14px;font-size:17px}.status-legend-list{gap:9px;display:grid}.status-legend-item{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:1px solid #0000;border-radius:16px;grid-template-columns:12px minmax(0,1fr);align-items:start;gap:10px;padding:10px 11px;transition:background-color .18s,border-color .18s,transform .18s;display:grid}.status-legend-item:hover,.status-legend-item.active{background:#fff;border-color:#cfe7fb;transform:translateY(-1px)}.status-legend-item strong{color:#172033;margin-bottom:2px;font-size:13px;display:block}.status-legend-item small{color:#64748b;font-size:12px;line-height:1.35;display:block}.status-dot{border-radius:999px;width:10px;height:10px;margin-top:4px;box-shadow:0 0 0 4px #0f172a0a}.status-dot-pendiente{background:#d99000}.status-dot-confirmada{background:#13a36f}.status-dot-reprogramada{background:#2588d8}.status-dot-cancelada{background:#d34444}.status-dot-atendida{background:#6d55c8}.my-appointment-row{transition:background-color .18s,transform .18s}.my-appointment-card.expanded .my-appointment-row{background:linear-gradient(90deg,#fff 0%,#f6fbff 100%)}@media (width<=1120px){.my-appointments-history-toolbar{grid-template-columns:1fr}.status-legend-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.assistant-polish-card{min-height:0;max-height:none}.assistant-suggestions{max-height:none}.assistant-chat-window{height:560px}}@media (width<=720px){.status-legend-list{grid-template-columns:1fr}.appointment-success-box .appointment-actions.centered{flex-direction:column}.appointment-success-box .appointment-actions.centered .primary-action,.appointment-success-box .appointment-actions.centered .secondary-action{width:100%}}.empty-state-icon,.empty-state>div.empty-state-icon,.patient-editor-empty .empty-state-icon{color:#057fcb;background:linear-gradient(#f8fdff 0%,#e4f4ff 100%);border:1px solid #bfe0f7;border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto 12px;display:grid;box-shadow:0 12px 24px #057fcb1f;font-size:0!important}.empty-state-icon svg,.empty-state>div.empty-state-icon svg,.patient-editor-empty .empty-state-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.loading-icon{position:relative}.loading-icon:before{content:"";border:3px solid #057fcb2e;border-top-color:#057fcb;border-radius:999px;width:24px;height:24px;animation:.85s linear infinite soft-spin}.warning-icon:before{content:"!";color:#b45309;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;place-items:center;width:28px;height:28px;font-size:18px;font-weight:1000;display:grid}@keyframes soft-spin{to{transform:rotate(360deg)}}.auth-required-state{min-height:250px;padding:34px}.login-success-alert{color:#047857;background:linear-gradient(90deg,#ecfdf5 0%,#f0fdfa 100%);border:1px solid #a7f3d0;justify-content:center;align-items:center;gap:12px;display:flex;box-shadow:0 10px 22px #10b9811f}.login-success-spinner{border:3px solid #0478572e;border-top-color:#059669;border-radius:999px;flex-shrink:0;width:18px;height:18px;animation:.85s linear infinite soft-spin}.appointment-alert.success{text-align:center;color:#047857;background:linear-gradient(90deg,#dcfce7 0%,#ecfeff 100%);border:1px solid #a7f3d0;justify-content:center;width:min(720px,100%);margin:0 auto 18px;display:flex;box-shadow:0 12px 24px #10b9811a}.appointment-alert.error{text-align:center;justify-content:center;width:min(720px,100%);margin:0 auto 18px;display:flex}.unified-status-toolbar.my-appointments-history-toolbar{padding:26px 28px!important;display:block!important}.unified-status-toolbar .history-toolbar-top{grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:end;gap:22px;margin-bottom:20px;display:grid}.appointment-status-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid!important}.appointment-status-filters .status-filter-card{color:#172033;text-align:left;min-height:78px;box-shadow:none;background:#f8fbff;border:1px solid #d8ecfb;align-content:center;gap:5px;display:grid;position:relative;overflow:hidden;border-radius:18px!important;padding:14px 16px!important}.appointment-status-filters .status-filter-card:before{content:"";opacity:.8;background:#93c5fd;width:6px;position:absolute;inset:0 auto 0 0}.appointment-status-filters .status-filter-card strong{font-size:14px;font-weight:1000}.appointment-status-filters .status-filter-card small{color:#64748b;font-weight:700;line-height:1.35}.appointment-status-filters .status-filter-card:hover{background:#fff;border-color:#9bd3f5;transform:translateY(-2px);box-shadow:0 12px 22px #057fcb1a}.appointment-status-filters .status-filter-card.active{color:#172033;background:#fff;border-color:#057fcb;box-shadow:0 12px 24px #057fcb24}.status-filter-todas:before{background:#057fcb!important}.status-filter-pendiente:before{background:#d99000!important}.status-filter-confirmada:before{background:#13a36f!important}.status-filter-reprogramada:before{background:#2588d8!important}.status-filter-cancelada:before{background:#d34444!important}.status-filter-atendida:before{background:#6d55c8!important}.status-legend-card{display:none!important}.my-appointments-list{margin-top:20px}.my-appointment-row{grid-template-columns:48px minmax(180px,1fr) minmax(260px,1.1fr) auto auto;gap:18px}.admin-stat-icon,.admin-stat-card .admin-stat-icon{color:#057fcb;background:linear-gradient(#f8fdff 0%,#e8f6ff 100%);border:1px solid #c7e4f8;border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:18px;font-size:0;display:grid}.admin-stat-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.admin-stat-icon-pending{color:#d99000;background:#fff8e6;border-color:#fde7ad}.admin-stat-icon-done{color:#079669;background:#ecfdf5;border-color:#b7f3d7}.admin-stat-icon-cancelled{color:#d34444;background:#fff1f2;border-color:#ffc9d0}.admin-toolbar{align-items:center}.admin-toolbar label{max-width:300px}.admin-toolbar input,.admin-toolbar select{min-height:46px}.admin-table-card{border:1px solid #dbeafe}.patient-editor-empty .empty-state-icon{margin-bottom:14px}.appointment-success-box .appointment-actions.centered{min-width:0;max-width:none;justify-content:center!important;gap:12px!important;width:auto!important;margin:16px auto 0!important;padding:0!important;display:inline-flex!important}.appointment-success-box .appointment-actions.centered .primary-action,.appointment-success-box .appointment-actions.centered .secondary-action{min-width:148px}.footer{color:#17405c!important;background:linear-gradient(90deg,#eef8ff 0%,#f7fbff 58%,#f1fbf8 100%)!important;border-top:1px solid #c9e6f7!important}.footer strong{color:#0569ad!important}.footer a,.footer p{color:#3d6078!important}@media (width<=980px){.unified-status-toolbar .history-toolbar-top{grid-template-columns:1fr}.appointment-status-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.my-appointment-row{grid-template-columns:46px 1fr}}@media (width<=640px){.appointment-status-filters{grid-template-columns:1fr}.appointment-status-filters .status-filter-card{min-height:auto}}.modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c1b2b47;place-items:center;padding:24px;animation:.18s both route-fade-in;display:grid;position:fixed;inset:0}.appointment-request-modal{background:#fff;border:1px solid #cfe7f8;border-radius:28px;width:min(780px,100%);max-height:min(760px,100vh - 48px);padding:26px;animation:.2s both card-enter;overflow:auto;box-shadow:0 30px 90px #0f264138}.admin-request-modal{width:min(860px,100%)}.modal-header-clean{border-bottom:1px solid #e1eef8;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;padding-bottom:18px;display:flex}.modal-header-clean h2{color:#182338;margin:2px 0 5px;font-size:clamp(24px,3vw,32px)}.modal-header-clean span{color:#5c708b;font-weight:800}.modal-header-clean button{color:#057fcb;cursor:pointer;background:#f7fbff;border:1px solid #cfe7f8;border-radius:999px;padding:10px 16px;font-weight:1000}.request-schedule-block{gap:14px;margin-bottom:18px;display:grid}.request-schedule-block h3{color:#182338;margin:0;font-size:17px}.request-availability-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:285px;padding-right:6px;display:grid;overflow:auto}.request-availability-card{text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #d7eaf8;border-radius:18px;gap:6px;padding:14px;transition:transform .18s,border-color .18s,box-shadow .18s,background-color .18s;display:grid}.request-availability-card:hover,.request-availability-card.selected{background:#fff;border-color:#0587d8;transform:translateY(-2px);box-shadow:0 12px 24px #057fcb1f}.request-availability-card strong{color:#172033;font-size:14px}.request-availability-card span,.request-availability-card small,.request-muted-text{color:#60758f;font-weight:800;line-height:1.4}.request-reason-field{color:#172033;gap:8px;font-weight:1000;display:grid}.request-reason-field textarea{resize:vertical;width:100%;min-height:112px;font:inherit;color:#172033;background:#f8fbff;border:1px solid #cfe3f5;border-radius:16px;outline:none;padding:14px 16px}.request-reason-field textarea:focus{border-color:#0587d8;box-shadow:0 0 0 4px #0587d81a}.modal-actions-clean{border-top:1px solid #e1eef8;justify-content:flex-end;align-items:center;gap:12px;margin-top:18px;padding-top:18px;display:flex}.danger-soft-action,.danger-action{cursor:pointer;border:1px solid #fecdd3;border-radius:999px;padding:12px 18px;font-weight:1000;transition:transform .18s,box-shadow .18s,background-color .18s}.danger-soft-action{color:#be123c;background:#fff7f8}.danger-action{color:#fff;background:#e11d48;border-color:#e11d48;box-shadow:0 12px 24px #e11d4829}.danger-soft-action:hover,.danger-action:hover{transform:translateY(-1px)}.danger-soft-action:disabled,.danger-action:disabled,.modal-actions-clean .primary-action:disabled{cursor:not-allowed;opacity:.65;transform:none}.appointment-request-actions{border-top:1px solid #e1eef8;justify-content:flex-end;align-items:center;gap:12px;padding:18px 22px 22px;display:flex}.appointment-request-actions p{color:#60758f;text-align:right;margin:0;font-weight:800}.appointment-request-summary{background:#f8fbff;border:1px solid #d7eaf8;border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 22px 18px;padding:16px;display:grid}.appointment-request-summary span,.request-review-grid span{color:#62748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;font-size:11px;font-weight:1000;display:block}.appointment-request-summary strong,.request-review-grid strong{color:#172033;font-weight:1000}.appointment-request-summary p,.request-review-grid p{color:#60758f;margin:6px 0 0;font-weight:800;line-height:1.45}.request-pendiente{background:#fffaf0;border-color:#fde7ad}.request-aprobada{background:#effdf6;border-color:#b7f3d7}.request-rechazada{background:#fff7f8;border-color:#ffc9d0}.request-mini-label,.admin-request-badge{color:#b45309;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;width:fit-content;margin-top:6px;padding:5px 9px;font-size:11px;font-weight:1000;display:inline-flex}.admin-request-badge{margin-top:8px}.request-review-action{color:#b45309!important;background:#fff7ed!important;border-color:#fed7aa!important}.request-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.request-review-grid>div{background:#f8fbff;border:1px solid #d7eaf8;border-radius:18px;padding:14px}.request-review-grid .full-field{grid-column:1/-1}@media (width<=780px){.request-availability-list,.appointment-request-summary,.request-review-grid{grid-template-columns:1fr}.modal-actions-clean,.appointment-request-actions{flex-direction:column;align-items:stretch}.modal-actions-clean .primary-action,.modal-actions-clean .secondary-action,.modal-actions-clean .danger-action,.modal-actions-clean .danger-soft-action,.appointment-request-actions .secondary-action,.appointment-request-actions .danger-soft-action{justify-content:center;width:100%}}
