:root{--bg:#f5f7fb;--card:#fff;--text:#172033;--muted:#6b7280;--line:#e6eaf0;--blue:#155eef;--blue2:#0b46b5;--danger:#c62828;--green:#16855b;--shadow:0 18px 55px rgba(20,32,51,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}button,a,input,select{font:inherit}button{border:0;border-radius:10px;background:var(--blue);color:#fff;padding:11px 16px;font-weight:700;cursor:pointer}button:hover{background:var(--blue2)}a{color:var(--blue);text-decoration:none}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#eef4ff,#f8fafc)}.login-shell{width:min(920px,92vw);display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.brand-panel{padding:64px;background:linear-gradient(145deg,#0b46b5,#155eef);color:#fff;display:flex;gap:20px;align-items:flex-start}.brand-panel h1{font-size:36px;margin:4px 0 12px}.brand-panel p{line-height:1.6;opacity:.9}.brand-mark{width:58px;height:58px;border-radius:18px;background:#fff;color:var(--blue);display:grid;place-items:center;font-size:30px;font-weight:900}.brand-mark.small{width:42px;height:42px;border-radius:12px;font-size:22px}.login-card{padding:54px}.login-card h2{font-size:28px;margin:8px 0}.login-card p{color:var(--muted);line-height:1.5}.login-card label{display:block;font-weight:700;margin:24px 0 8px}.login-card input{width:100%;padding:14px;border:1px solid var(--line);border-radius:10px}.login-card form button{width:100%;margin-top:14px}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:900;color:var(--blue)}.brand-panel .eyebrow{color:#fff}.message{padding:12px 14px;border-radius:10px;margin:14px 0;background:#edf6ff}.message.bad{background:#fff0f0;color:#8b1c1c}.message.ok{background:#ecf9f3;color:#126846}.link-button{background:transparent;color:var(--blue);padding:0}.role-buttons{display:grid;gap:10px;margin-top:20px}.topbar{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:14px max(24px,calc((100vw - 1180px)/2))}.topbrand,.userbox{display:flex;align-items:center;gap:12px}.topbrand>div:last-child,.userbox>div{display:flex;flex-direction:column}.topbrand span,.userbox span{font-size:12px;color:var(--muted)}.ghost{background:#eef3ff;color:var(--blue);padding:9px 12px}.page{max-width:1180px;margin:0 auto;padding:32px 22px 80px}.hero{background:linear-gradient(120deg,#fff,#f0f5ff);border:1px solid var(--line);border-radius:22px;padding:34px;display:flex;justify-content:space-between;gap:24px;box-shadow:var(--shadow)}.hero h1{font-size:34px;margin:8px 0}.hero p{color:var(--muted);max-width:650px;line-height:1.6}.place{min-width:250px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:7px}.place span{font-size:11px;color:var(--muted);font-weight:800;letter-spacing:.1em}.place small{color:var(--muted)}section{margin-bottom:34px}.section-head{display:flex;justify-content:space-between;align-items:end;margin:34px 0 14px}.section-head h2{margin:5px 0 0}.section-head p{color:var(--muted)}.date-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.date-card,.current-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 30px rgba(20,32,51,.04)}.date-top,.current-card{display:flex;justify-content:space-between;align-items:center;gap:20px}.date-top h3{font-size:24px;margin:6px 0}.date-card>p{color:var(--muted)}.pros{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}.pros span{background:#f2f5f9;padding:7px 10px;border-radius:999px;font-size:13px}.slots-box{margin-top:16px;display:grid;gap:8px}.slot{border-top:1px solid var(--line);padding-top:10px;display:grid;grid-template-columns:80px 1fr auto;gap:8px;align-items:center}.slot>div{display:flex;flex-direction:column}.slot small{color:var(--muted)}select,input{border:1px solid var(--line);border-radius:9px;padding:10px;background:#fff}.sold{color:var(--muted);font-weight:700}.badge{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:800;background:#eef2f7}.badge.agendado,.badge.aberta{background:#e8f7f0;color:#13704c}.badge.cancelado,.badge.removido{background:#fff0f0;color:#a52b2b}.badge.realizado{background:#eaf1ff;color:#184fad}.danger{background:#fff0f0;color:var(--danger)}.danger:hover{background:#ffe4e4}.mini{padding:7px 9px;margin-left:8px}.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:16px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--line);white-space:nowrap}th{font-size:12px;color:var(--muted);letter-spacing:.08em}.agenda-list{display:grid;gap:10px}.agenda-item{background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px;display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center}.time{display:flex;flex-direction:column}.time strong{font-size:24px}.time small,.person p{color:var(--muted)}.person h3{margin:0 0 4px}.chat-layout{display:grid;grid-template-columns:320px 1fr;min-height:500px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.conversation-list{border-right:1px solid var(--line);overflow:auto}.conversation-list button{width:100%;text-align:left;background:#fff;color:var(--text);border-radius:0;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:4px;padding:15px}.conversation-list button:hover{background:#f7f9fc}.conversation-list span,.conversation-list small{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-box{display:flex;flex-direction:column;min-height:500px}.messages{padding:18px;flex:1;overflow:auto;max-height:520px}.bubble{max-width:75%;background:#f1f4f8;border-radius:14px;padding:10px 12px;margin:8px 0}.bubble.mine{margin-left:auto;background:#e8f0ff}.bubble p{margin:5px 0;white-space:pre-wrap}.bubble small{color:var(--muted);font-size:11px}.send{display:flex;gap:8px;padding:12px;border-top:1px solid var(--line)}.send input{flex:1}.empty{padding:28px;color:var(--muted);text-align:center}.loading{padding:80px;text-align:center;color:var(--muted)}@media(max-width:760px){.login-shell{grid-template-columns:1fr}.brand-panel{padding:30px}.login-card{padding:30px}.topbar{align-items:flex-start}.userbox>div{display:none}.hero,.section-head{align-items:flex-start;flex-direction:column}.place{width:100%}.slot{grid-template-columns:65px 1fr}.slot button{grid-column:2}.agenda-item{grid-template-columns:80px 1fr}.agenda-item>div:last-child{grid-column:2}.chat-layout{grid-template-columns:1fr}.conversation-list{border-right:0;border-bottom:1px solid var(--line);max-height:220px}.current-card{align-items:flex-start}.page{padding:20px 14px}}

.pro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.pro-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;gap:14px;align-items:center}.pro-card h3{margin:0 0 6px}.pro-card p{margin:0;color:var(--muted);line-height:1.4}.avatar{width:48px;height:48px;min-width:48px;border-radius:14px;background:#eaf1ff;color:var(--blue);display:grid;place-items:center;font-size:22px;font-weight:900}
/* V2.2 - identidade spa */
:root{--blue:#557d69;--blue2:#355c4a;--bg:#f3f1e9;--text:#24342c;--muted:#68766e;--line:#dfe4dc;--green:#557d69;--shadow:0 18px 55px rgba(41,61,50,.12)}
.login-page{background:linear-gradient(rgba(236,241,232,.88),rgba(246,241,231,.92)),url('../media/lotus.jpg') center/cover fixed}.spa-login{width:min(1080px,94vw);min-height:650px;background:rgba(255,255,255,.96)}.spa-brand{position:relative;padding:0;overflow:hidden;background:#355c4a;min-height:650px}.login-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.brand-overlay{position:absolute;inset:0;padding:54px;display:flex;gap:18px;align-items:flex-end;background:linear-gradient(180deg,rgba(20,40,31,.06),rgba(24,49,37,.72));color:#fff}.brand-overlay h1{font-size:42px;margin:8px 0}.brand-overlay p{max-width:430px}.login-card{background:linear-gradient(145deg,#fff,#fbfaf5)}button{background:#557d69}button:hover{background:#355c4a}.ghost{background:#edf2ed;color:#355c4a}.spa-app{background:linear-gradient(rgba(246,247,242,.94),rgba(246,247,242,.96)),url('../media/stones.jpg') center/cover fixed}.topbar{background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}.hero{background:linear-gradient(110deg,rgba(255,255,255,.97),rgba(232,239,229,.94)),url('../media/lotus.jpg') right center/cover}.date-card,.current-card,.table-wrap,.chat-layout,.pro-card{background:rgba(255,255,255,.95)}.eyebrow{color:#557d69}.avatar{background:#e6eee8;color:#355c4a}.loading-overlay{position:fixed;z-index:9999;inset:0;background:rgba(242,241,233,.88);backdrop-filter:blur(8px);display:grid;place-items:center;transition:opacity .25s}.loading-overlay[hidden]{display:none}.loading-media{width:min(430px,86vw);background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 24px 70px rgba(31,52,41,.22);text-align:center}.loading-media video{display:block;width:100%;height:240px;object-fit:cover}.loading-media strong{display:block;padding:18px;color:#355c4a;font-size:16px}.spa-app .loading-overlay{opacity:1}@media(max-width:760px){.spa-brand{min-height:300px}.spa-login{min-height:0}.brand-overlay{padding:28px}.brand-overlay h1{font-size:30px}.loading-media video{height:190px}}

/* V2.3 - navegação spa LíderBPO */
:root{--lider-dark:#075d36;--lider-mid:#2d7a45;--lider-light:#78ad57;--spa-cream:#f5f2e8}
.spa-shell{margin-left:270px;min-height:100vh;transition:margin-left .25s ease}.spa-sidebar{position:fixed;z-index:30;left:0;top:0;bottom:0;width:270px;padding:18px 16px;background:linear-gradient(180deg,rgba(7,93,54,.98),rgba(25,72,49,.98));color:#fff;box-shadow:12px 0 40px rgba(19,55,37,.16);transition:width .25s ease;overflow:hidden}.spa-sidebar.collapsed{width:82px}.spa-sidebar.collapsed~.spa-shell{margin-left:82px}.sidebar-toggle{position:absolute;right:12px;top:14px;width:40px;height:40px;padding:0;background:rgba(255,255,255,.12);font-size:20px}.sidebar-logo{margin-top:48px;padding:14px 8px 22px;display:flex;gap:12px;align-items:center;border-bottom:1px solid rgba(255,255,255,.14)}.sidebar-logo img{width:72px;height:54px;object-fit:contain;background:#fff;border-radius:14px;padding:5px}.sidebar-logo div{display:flex;flex-direction:column;white-space:nowrap}.sidebar-logo strong{font-size:18px}.sidebar-logo span{font-size:12px;color:#d9eadb}.sidebar-nav{display:grid;gap:8px;margin-top:24px}.sidebar-nav button{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:transparent;border:1px solid transparent;padding:12px}.sidebar-nav button:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.1)}.sidebar-nav button span{width:24px;text-align:center;font-size:19px}.sidebar-nav button b{white-space:nowrap}.sidebar-spa{position:absolute;left:24px;bottom:24px;font-size:9px;letter-spacing:.16em;color:#cfe4d2;white-space:nowrap}.spa-sidebar.collapsed .sidebar-logo div,.spa-sidebar.collapsed .sidebar-nav b,.spa-sidebar.collapsed .sidebar-spa{display:none}.spa-sidebar.collapsed .sidebar-logo{padding-left:0}.spa-sidebar.collapsed .sidebar-logo img{width:48px;height:44px}.spa-app{background:linear-gradient(rgba(247,248,241,.92),rgba(241,244,235,.95)),url('../media/stones.jpg') center/cover fixed}.topbar{padding-left:28px;padding-right:28px;border-bottom-color:rgba(45,122,69,.14)}.brand-mark.small{background:linear-gradient(145deg,var(--lider-dark),var(--lider-light));color:#fff}.hero{border-color:rgba(45,122,69,.18);box-shadow:0 20px 55px rgba(23,79,48,.10)}.hero h1,.section-head h2{color:#173d2b}.date-card,.current-card,.table-wrap,.chat-layout,.pro-card{border-color:rgba(45,122,69,.15)}.pro-card{box-shadow:0 10px 28px rgba(23,79,48,.07)}.avatar{background:linear-gradient(145deg,#e7f1e5,#d8e8d3);color:var(--lider-dark);border-radius:50%}.eyebrow{color:var(--lider-mid)}button{background:linear-gradient(135deg,var(--lider-dark),var(--lider-mid))}.ghost{background:#eaf2e8;color:var(--lider-dark)}.spa-modal{position:fixed;z-index:80;inset:0;background:rgba(12,43,28,.58);backdrop-filter:blur(8px);display:grid;place-items:center;padding:24px}.spa-modal[hidden]{display:none}.spa-modal-card{width:min(900px,94vw);max-height:82vh;overflow:auto;background:linear-gradient(145deg,#fff,#f5f7ef);border-radius:26px;padding:28px;box-shadow:0 28px 90px rgba(6,46,25,.28)}.spa-modal-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.spa-modal-head h2{margin:5px 0;color:#173d2b}.modal-close{width:42px;height:42px;padding:0;border-radius:50%;font-size:26px;background:#e8efe6;color:#245c3b}.modal-open{overflow:hidden}@media(max-width:900px){.spa-sidebar{width:82px}.spa-shell{margin-left:82px}.spa-sidebar .sidebar-logo div,.spa-sidebar .sidebar-nav b,.spa-sidebar .sidebar-spa{display:none}.spa-sidebar .sidebar-logo img{width:48px;height:44px}.topbrand>div:last-child{display:none}}

/* V2.4 - sidebar premium */
.spa-sidebar{width:292px;padding:22px 18px;background:linear-gradient(180deg,#08663d 0%,#075b37 48%,#154d35 100%)}
.spa-shell{margin-left:292px}
.sidebar-toggle{right:18px;top:18px;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.13);font-size:0;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.sidebar-toggle:before{content:'‹';font-family:Georgia,serif;font-size:38px;line-height:1;font-weight:400;transform:translateY(-2px)}
.spa-sidebar.collapsed .sidebar-toggle:before{content:'›'}
.sidebar-logo{height:168px;margin-top:58px;padding:0 0 24px;border-bottom:1px solid rgba(255,255,255,.13);display:flex;align-items:center;justify-content:center}
.sidebar-logo img{width:250px;height:126px;object-fit:contain;background:#fff;border-radius:22px;padding:9px 12px;box-shadow:0 14px 32px rgba(0,35,19,.18)}
.sidebar-nav{gap:10px;margin-top:28px}
.sidebar-nav button{min-height:64px;gap:17px;padding:14px 18px;border-radius:18px;color:rgba(255,255,255,.9);font-family:"Segoe UI Variable","Segoe UI",Arial,sans-serif;font-size:16px;font-weight:600;letter-spacing:.01em;transition:background .18s ease,transform .18s ease,color .18s ease}
.sidebar-nav button:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.05);transform:translateX(2px);color:#fff}
.sidebar-nav button b{font-weight:600}
.nav-icon{width:30px!important;height:30px;display:grid!important;place-items:center;flex:0 0 30px}
.nav-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.sidebar-spa{left:36px;bottom:30px;font-family:"Segoe UI Variable","Segoe UI",Arial,sans-serif;font-size:10px;font-weight:600;letter-spacing:.22em;color:rgba(226,240,226,.75)}
.spa-sidebar.collapsed{width:88px;padding-left:13px;padding-right:13px}.spa-sidebar.collapsed~.spa-shell{margin-left:88px}
.spa-sidebar.collapsed .sidebar-logo{height:104px;margin-top:58px;padding:0 0 18px}.spa-sidebar.collapsed .sidebar-logo img{width:62px;height:62px;border-radius:17px;padding:5px;object-fit:cover;object-position:left center}.spa-sidebar.collapsed .sidebar-nav button{justify-content:center;padding:14px}.spa-sidebar.collapsed .nav-icon{margin:0}
@media(max-width:900px){.spa-sidebar{width:88px;padding-left:13px;padding-right:13px}.spa-shell{margin-left:88px}.spa-sidebar .sidebar-logo{height:104px;margin-top:58px;padding:0 0 18px}.spa-sidebar .sidebar-logo img{width:62px;height:62px;border-radius:17px;padding:5px;object-fit:cover;object-position:left center}.spa-sidebar .sidebar-nav button{justify-content:center;padding:14px}.spa-sidebar .sidebar-nav b,.spa-sidebar .sidebar-spa{display:none}}
/* V3.0 — tema azul Líder BPO / sistema unificado */
:root{--blue:#075ca8;--blue2:#063d7d;--cyan:#08abe5;--bg:#f3f8fc;--text:#102c46;--muted:#64788a;--line:#d9e7f2;--shadow:0 18px 55px rgba(5,65,120,.13);--lider-dark:#063d7d;--lider-mid:#075ca8;--lider-light:#08abe5}
.blue-theme button{background:linear-gradient(135deg,#075ca8,#08abe5)}.blue-theme button:hover{background:linear-gradient(135deg,#063d7d,#078fca)}.login-page.blue-theme{background:linear-gradient(rgba(235,247,255,.82),rgba(248,250,247,.9)),url('../media/lotus.jpg') center/cover fixed}.login-shell{width:min(1160px,95vw);border-radius:30px;overflow:hidden;box-shadow:0 30px 90px rgba(5,56,103,.24)}.brand-panel{position:relative;overflow:hidden;min-height:680px;background:#063d7d}.login-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.brand-overlay{position:absolute;inset:0;padding:48px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;background:linear-gradient(180deg,rgba(0,42,86,.08),rgba(3,43,82,.78));color:white}.brand-overlay img{width:min(360px,80%);background:rgba(255,255,255,.94);padding:12px 18px;border-radius:22px}.brand-overlay h1{font-family:Georgia,serif;font-size:46px;margin:8px 0}.spa-app.blue-theme{background:linear-gradient(rgba(245,250,254,.95),rgba(244,248,251,.96)),url('../media/stones.jpg') center/cover fixed}.spa-sidebar{background:linear-gradient(180deg,#063d7d 0%,#075ca8 55%,#052e61 100%);box-shadow:12px 0 40px rgba(4,48,92,.18)}.sidebar-logo img{width:252px;height:130px;object-fit:contain;background:white;border-radius:22px;padding:10px}.sidebar-toggle{display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center}.sidebar-toggle:before{display:none}.sidebar-toggle span{display:block;width:20px;height:2px;background:white;border-radius:2px}.sidebar-nav button:hover{background:rgba(8,171,229,.22)}.nav-icon{font-family:"Segoe UI Symbol","Segoe UI",sans-serif;font-size:24px}.blue-hero{background:linear-gradient(100deg,rgba(255,255,255,.98),rgba(226,244,255,.88)),url('../media/lotus.jpg') right center/cover;border-color:#c9e5f6}.blue-hero h1,.section-head h2{color:#063d7d}.eyebrow{color:#078bc5}.place{background:rgba(235,248,255,.9);border:1px solid #cce7f6}.avatar{background:linear-gradient(145deg,#dff4ff,#c8e9fb);color:#075ca8}.pro-card,.date-card,.current-card,.table-wrap,.admin-card{border:1px solid #d5e7f3;box-shadow:0 10px 30px rgba(6,78,136,.07)}.admin-card{background:rgba(255,255,255,.96);border-radius:20px;padding:22px;margin:18px 0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid label{display:flex;flex-direction:column;gap:7px;font-weight:600}.form-grid .full{grid-column:1/-1}.form-grid .check{flex-direction:row;align-items:center}.form-grid .check input{width:auto}.inline-form{display:flex;gap:10px;align-items:center}.obs-cell{max-width:300px;white-space:pre-wrap}.slots-box textarea{width:100%;min-height:90px;margin:8px 0 14px}.ghost{background:#e7f3fb!important;color:#075ca8!important}.spa-modal{background:rgba(2,42,82,.62)}.loading-overlay{background:rgba(233,246,254,.9)}.loading-media strong{color:#075ca8}.role-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.role-buttons button{min-height:54px}.topbar>div:first-child{display:flex;flex-direction:column}.topbar>div:first-child span{font-size:12px;color:var(--muted)}#roleSwitch{width:auto;min-width:140px}
@media(max-width:760px){.form-grid{grid-template-columns:1fr}.brand-panel{min-height:320px}.brand-overlay{padding:26px}.brand-overlay h1{font-size:30px}.sidebar-logo img{width:62px;height:62px;object-fit:cover;object-position:left}.inline-form{flex-direction:column;align-items:stretch}}
/* V3.2 - acao secundaria de cadastro */
#formLogin{margin-bottom:22px}
#showRegister{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;margin-top:18px;padding:12px 16px;border:1.5px solid #b8dff4;border-radius:12px;background:#f3faff;color:#0867a8;font-weight:750;transition:.2s ease}
#showRegister:hover{background:#e7f5fd;border-color:#72c8ef;color:#064f82;transform:translateY(-1px)}
#showRegister:before{content:"";position:absolute}

/* V3.3 — agenda navegável e modais refinados */
.agenda-carousel{display:grid;grid-template-columns:54px minmax(0,760px) 54px;gap:18px;align-items:center;justify-content:center;margin-top:12px}.agenda-arrow{width:52px;height:52px;padding:0;border-radius:50%;font-size:38px;line-height:1;background:#fff!important;color:#075ca8!important;border:1px solid #c8e4f5;box-shadow:0 8px 24px rgba(6,78,136,.10)}.agenda-arrow:hover:not(:disabled){background:#eaf7ff!important;transform:translateY(-1px)}.agenda-arrow:disabled{opacity:.28;cursor:not-allowed}.featured-date{position:relative;padding:28px 30px;text-align:center;min-height:290px}.featured-date h3{font-size:30px;color:#063d7d;margin:10px 0 8px}.date-counter{position:absolute;right:20px;top:18px;padding:6px 10px;border-radius:999px;background:#edf8fe;color:#64788a;font-size:12px;font-weight:700}.date-place{margin:8px 0 18px}.hours-preview{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin:16px 0 22px}.hours-preview span{padding:7px 10px;border:1px solid #d6eaf6;border-radius:9px;background:#f7fcff;color:#315b76;font-size:12px;font-weight:700}.schedule-button{min-width:190px}.schedule-button.locked{background:#dbe7ef!important;color:#718595!important;cursor:not-allowed}.booking-warning{max-width:520px;margin:14px auto 0;padding:11px 14px;border-radius:12px;background:#fff8e7;border:1px solid #f3dfaa;color:#765b17;font-size:14px;font-weight:650}.agenda-empty{display:flex;flex-direction:column;gap:7px;background:rgba(255,255,255,.92);border:1px solid #d5e7f3;border-radius:18px}.professionals-modal-card{width:min(920px,94vw);padding:0;overflow:hidden;background:#fff}.professionals-modal-card .spa-modal-head{padding:28px 30px 22px;margin:0;border-bottom:1px solid #e2edf5;background:linear-gradient(135deg,#fff,#eff9ff)}.professionals-modal-card .spa-modal-head>div{min-width:0}.professionals-modal-card .spa-modal-head h2{margin:6px 0 7px;color:#102c46;font-size:28px}.professionals-modal-card .spa-modal-head p{margin:0;color:#64788a}.professionals-modal-card .modal-close{position:static;flex:0 0 42px;background:#eaf7ff!important;color:#075ca8!important;border:1px solid #cbe8f7}.professionals-modal-grid{padding:24px 30px 30px;min-height:130px}.professionals-modal-grid:empty:after{content:'Nenhuma profissional cadastrada.';grid-column:1/-1;text-align:center;color:#64788a;padding:34px 10px}.professionals-modal-grid .pro-card{align-items:flex-start;text-align:left}.professionals-modal-grid .avatar{flex:0 0 48px}@media(max-width:700px){.agenda-carousel{grid-template-columns:40px minmax(0,1fr) 40px;gap:8px}.agenda-arrow{width:40px;height:40px;font-size:30px}.featured-date{padding:24px 16px}.featured-date h3{font-size:24px}.date-counter{position:static;display:inline-block;margin-bottom:10px}.professionals-modal-card .spa-modal-head,.professionals-modal-grid{padding-left:20px;padding-right:20px}}
/* V3.4 - datas programadas visiveis no RH */
.compact-head{margin-top:30px}.scheduled-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px}.scheduled-card{display:flex;justify-content:space-between;align-items:center;gap:18px;background:rgba(255,255,255,.96);border:1px solid #d5e7f3;border-radius:18px;padding:20px 22px;box-shadow:0 8px 26px rgba(6,78,136,.06)}.scheduled-card h3{margin:5px 0;color:#063d7d;font-size:24px}.scheduled-card p{margin:4px 0;color:#526b7d}.scheduled-card small{color:#718595}.scheduled-status{flex:0 0 auto;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.scheduled-status.open{background:#e7f7ef;color:#13704c}.scheduled-status.locked{background:#fff7e5;color:#80621b}@media(max-width:650px){.scheduled-card{align-items:flex-start;flex-direction:column}.scheduled-status{align-self:flex-start}}
/* V3.5 — horários por ocupação, cards RH e central de relatórios */
.interactive-hours{gap:9px}.hour-chip{min-width:66px;padding:9px 12px;border-radius:10px;font-weight:800;border:1px solid transparent;box-shadow:none}.hour-chip.free{background:#e5f4ff!important;color:#075ca8!important;border-color:#8dccf0}.hour-chip.partial{background:#fff2bf!important;color:#775900!important;border-color:#edcf62}.hour-chip.full{background:#ffe0e0!important;color:#a32323!important;border-color:#efa0a0}.hour-chip.locked{background:#edf2f5!important;color:#81909b!important;border-color:#d5e0e7;cursor:not-allowed}.hour-chip:not(.locked):hover{transform:translateY(-2px);filter:brightness(.98)}.slot-legend{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin:12px 0 4px;color:#607486;font-size:12px}.slot-legend span{display:flex;align-items:center;gap:6px}.slot-legend i{width:10px;height:10px;border-radius:50%;display:inline-block}.legend-free{background:#4ba9df}.legend-partial{background:#e5bc32}.legend-full{background:#df5c5c}.booking-panel{max-width:620px;margin:22px auto 0;padding:20px;text-align:left;background:#f8fcff;border:1px solid #cfe6f4;border-radius:18px;box-shadow:0 12px 30px rgba(6,78,136,.08)}.booking-panel-head{display:flex;justify-content:space-between;align-items:flex-start}.booking-panel-head h3{margin:3px 0 14px;font-size:27px}.booking-panel label{display:flex;flex-direction:column;gap:7px;margin-top:12px;font-weight:700}.booking-panel textarea{min-height:90px}.booking-close{width:36px;height:36px;padding:0;border-radius:50%;background:#e8f4fb!important;color:#075ca8!important;font-size:22px}
.section-subtitle{margin:5px 0 0;color:#667d8e}.rh-pro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.rh-pro-card{background:rgba(255,255,255,.97);border:1px solid #d4e8f5;border-radius:22px;padding:22px;box-shadow:0 12px 34px rgba(6,78,136,.08);display:flex;flex-direction:column;min-height:245px}.rh-pro-card.inactive{opacity:.7}.rh-pro-top{display:flex;justify-content:space-between;align-items:flex-start}.avatar.large{width:62px;height:62px;font-size:25px}.status-pill{padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800}.status-pill.active{background:#e4f7ed;color:#14724d}.status-pill.inactive{background:#edf0f2;color:#6e7a83}.rh-pro-info{margin-top:17px}.rh-pro-info h3{font-size:22px;color:#102c46;margin:0 0 10px}.rh-pro-info p{margin:6px 0;color:#617789}.pro-description{margin-top:13px;padding:11px 13px;background:#f4f9fc;border-radius:12px;color:#536d7e}.rh-pro-actions{margin-top:auto;padding-top:18px;border-top:1px solid #e4edf3}.ghost-btn{width:100%;background:#edf7fd!important;color:#075ca8!important;border:1px solid #cce7f6}
.reports-page{max-width:1050px}.report-card{background:rgba(255,255,255,.97);border:1px solid #d4e8f5;border-radius:24px;padding:28px;box-shadow:0 14px 38px rgba(6,78,136,.08)}.report-period{display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:end;padding-bottom:24px;border-bottom:1px solid #e2edf4}.report-period label{display:flex;flex-direction:column;gap:8px;font-weight:750}.report-period>span{padding-bottom:12px;color:#758897}.report-pros-head{display:flex;align-items:center;gap:10px;margin:24px 0 14px}.report-pros-head>div{margin-right:auto;display:flex;flex-direction:column}.report-pros-head small{color:#718595;margin-top:3px}.text-btn{background:#eef7fc!important;color:#075ca8!important;padding:9px 12px}.report-pro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.report-pro-option{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #d9e9f3;border-radius:15px;background:#fbfdff;cursor:pointer}.report-pro-option:has(input:checked){border-color:#55aee0;background:#eef9ff}.report-pro-option input{width:18px;height:18px}.report-pro-option .avatar{width:42px;height:42px;flex:0 0 42px}.report-pro-option>span:last-child{display:flex;flex-direction:column}.report-pro-option small{color:#718595;margin-top:3px}.report-own{display:flex;align-items:center;gap:16px;margin-top:24px;padding:20px;background:#f1f9fe;border-radius:17px}.report-own p{margin:5px 0 0;color:#607789}.report-footer{display:flex;justify-content:flex-end;margin-top:26px}.report-footer button{min-width:190px}@media(max-width:650px){.report-period{grid-template-columns:1fr}.report-period>span{display:none}.report-pros-head{align-items:flex-start;flex-wrap:wrap}.rh-pro-grid{grid-template-columns:1fr}}

/* V3.6 — correções de espaçamento e cards da agenda RH */
.booking-panel{padding:24px}.booking-panel label{margin-top:18px;gap:9px}.booking-panel select{min-height:48px}.booking-panel textarea{width:100%;min-height:112px;margin:2px 0 0;padding:11px 12px;border:1px solid #b9c9d5;border-radius:10px;resize:vertical}.booking-panel>button:last-child{display:block;width:100%;margin-top:20px;min-height:50px}.booking-panel-head{margin-bottom:8px}
.scheduled-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px}.scheduled-card{display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:14px;min-width:0;padding:22px}.scheduled-card>div:first-child{min-width:0}.scheduled-card h3{font-size:22px;line-height:1.18;overflow-wrap:anywhere}.scheduled-card p,.scheduled-card small{display:block;line-height:1.45}.scheduled-status{justify-self:start;max-width:100%;white-space:normal;line-height:1.35;overflow-wrap:anywhere;text-align:left}.compact-head{align-items:flex-end}
@media(min-width:1450px){.scheduled-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.booking-panel{padding:18px}.scheduled-grid{grid-template-columns:1fr}}

/* V3.7 — confirmação de cadastro por código */
.verification-code{font-size:28px!important;font-weight:800;letter-spacing:10px;text-align:center;font-variant-numeric:tabular-nums}.login-card #verifyPanel form{margin-top:20px}.login-card #verifyPanel .link-button{margin-top:16px}
