@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";:root{--bg: #1a1208;--bg-soft: #211507;--surface: #2b2010;--text: #f5edd8;--muted: #c9a85a;--line: #4a3820;--brand: #e8c97a;--brand-soft: #3a2b14;--accent: #c9a85a;--danger: #e85d5d;--success: #b8d98d;--shadow: 0 12px 30px rgba(0, 0, 0, .42)}*{box-sizing:border-box}body{margin:0;font-family:IBM Plex Sans,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at 8% 12%,rgba(232,201,122,.2) 0%,transparent 36%),radial-gradient(circle at 90% 75%,rgba(201,168,90,.16) 0%,transparent 28%),var(--bg)}h1,h2,h3,h4,strong{font-family:Space Grotesk,Trebuchet MS,sans-serif}.app-shell{min-height:100vh;display:grid;grid-template-columns:270px 1fr}.sidebar{background:linear-gradient(190deg,#2b2010,#1a1208);color:var(--text);padding:1.2rem;position:sticky;top:0;height:100vh}.brand{display:flex;gap:.7rem;align-items:center;margin-bottom:1.5rem}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#e8c97a,#c9a85a);color:#1a1208;font-weight:700}.brand p{margin:0;font-weight:700}.brand small{opacity:.8}nav{display:grid;gap:.45rem}.nav-link{color:#e8d8ad;text-decoration:none;padding:.7rem .75rem;border-radius:12px;transition:.15s ease}.nav-link:hover,.nav-link.active{background:#e8c97a33;transform:translate(2px)}.content{padding:1rem 1.2rem 2.2rem}.topbar{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.topbar h1{margin:0;font-size:1.35rem}.topbar p{margin:0;color:var(--muted)}.menu-btn{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:10px;padding:.5rem .7rem;display:none}.page-body{animation:fade-in .26s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.schedule{grid-template-columns:repeat(12,minmax(0,1fr))}.grid.schedule .card:nth-child(1),.grid.schedule .card:nth-child(2){grid-column:span 12}.grid.schedule .card:nth-child(n+3){grid-column:span 4}.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:1rem;box-shadow:var(--shadow)}.card-title{margin-top:0;margin-bottom:.9rem}.form{display:grid;gap:.65rem}label{display:grid;gap:.32rem;font-weight:500}input,textarea,select,button{font:inherit}input,textarea,select{border:1px solid #5b4527;border-radius:10px;padding:.55rem .65rem;background:#1f160b;color:var(--text)}textarea{resize:vertical}small{color:var(--danger)}.btn{border:1px solid #454b56;border-radius:10px;padding:.55rem .95rem;background:#2f343d;color:#e4e8ee;font-weight:700;cursor:pointer}.btn:is(.secondary,.btn--secondary){background:#2f343d;color:#e4e8ee;border:1px solid #454b56}.btn:is(.danger,.btn--danger){background:var(--danger)}.switch-row{display:flex;align-items:center;gap:.5rem}.checkbox-inline{display:inline-flex;align-items:center;gap:.5rem;width:fit-content}.switch-row input[type=checkbox],.checkbox-inline input[type=checkbox]{width:18px;height:18px;min-height:0;padding:0;margin:0;flex:0 0 auto}.state{border-radius:12px;border:1px dashed var(--line);padding:.9rem;background:#23170a;color:var(--muted)}.state.error{border-color:#e85d5d;color:#ffd2d2;background:#3b1616}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid #4a3820;padding:.5rem .4rem;text-align:left}.list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.list li{display:flex;justify-content:space-between;align-items:center;gap:.6rem;border:1px solid #4a3820;border-radius:12px;padding:.6rem;background:#25190c}.list li button{width:100%;border:none;background:transparent;text-align:left;display:grid;gap:.2rem;cursor:pointer}.list.compact li{display:grid;justify-content:flex-start}.detail-box{border:1px solid #4a3820;border-radius:12px;padding:.7rem;background:#24190d}.detail-box,.detail-box p,.detail-box h3,.detail-box h4,.detail-box span,.detail-box strong{color:#fff}.client-summary-list .client-summary-btn strong,.client-summary-list .client-summary-btn span{color:#fff;min-width:0}.client-summary-list .client-summary-btn strong{grid-area:name}.client-summary-list .client-summary-btn .client-summary-phone{grid-area:phone}.client-summary-list .client-summary-btn{display:grid;grid-template-columns:10px minmax(0,1fr);grid-template-areas:"dot name" "dot phone";column-gap:.5rem;row-gap:.2rem;align-items:start}.client-summary-phone{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-summary-list .client-summary-dot{grid-area:dot;width:8px;height:8px;border-radius:999px;display:inline-block;align-self:center}.client-summary-list .client-summary-dot.blue{background:#2f7fd8}.client-summary-list .client-summary-dot.pink{background:#d05d8f}.client-summary-list .client-summary-dot.green{background:#4d9d2e}.client-summary-list .client-summary-dot.yellow{background:#d39a1f}.timeline{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.timeline li{border-left:4px solid #c9a85a;background:#24190d;border-radius:8px;padding:.55rem .65rem}.timeline li.clickable{cursor:pointer;transition:.12s ease}.timeline li.clickable:hover{transform:translateY(-1px);border-left-color:#e8c97a}.timeline-row{display:flex;justify-content:space-between;gap:.5rem}.timeline-badges{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.toolbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;align-items:end}.segmented{display:flex;gap:.4rem}.seg{border:1px solid #5b4527;background:#23170a;color:var(--text);border-radius:10px;padding:.52rem .75rem;cursor:pointer}.seg.active{background:#3a2b14;border-color:#c9a85a}.schedule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:.45rem}.slot{border:1px solid #6e5a34;color:#f5edd8;border-radius:8px;padding:.35rem .5rem;background:#3b2c15;text-align:center;font-weight:600;cursor:pointer;transition:.14s ease}.slot:hover{border-color:#e8c97a;transform:translateY(-1px)}.slot.active{border-color:#e8c97a;background:#5a431f;box-shadow:inset 0 0 0 1px #e8c97a}.pill{padding:.2rem .5rem;border-radius:999px;font-size:.82rem;border:1px solid #6e5a34;background:#3a2b14}.pill.success{border-color:#b8d98d;background:#2f3d1f;color:var(--success)}.pill.warning{border-color:#e8c97a;background:#4a3515;color:#f5edd8}.pill.muted{opacity:.8}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.metric{border:1px solid #4a3820;border-radius:12px;padding:.7rem;background:linear-gradient(170deg,#2f2312,#23170a)}.metric strong{display:block;font-size:1.8rem}.revenue-chart{min-height:250px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.65rem;align-items:end}.revenue-bar-item{display:grid;gap:.35rem;justify-items:center}.revenue-value{font-size:.78rem;color:var(--text)}.revenue-bar-track{width:100%;height:170px;border:1px solid #5b4527;border-radius:10px;background:#211507;display:flex;align-items:flex-end;padding:.2rem}.revenue-bar-fill{width:100%;border-radius:8px;background:linear-gradient(180deg,#e8c97a,#c9a85a)}.flow-list{margin:0;padding-left:1.2rem;display:grid;gap:.45rem}.split-2,.split-3{display:grid;gap:.6rem}.split-2{grid-template-columns:repeat(2,minmax(0,1fr))}.split-3{grid-template-columns:repeat(3,minmax(0,1fr))}.list-wrap{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.stacked-forms{display:grid;gap:.8rem}.helper{color:var(--muted);margin-bottom:0}.grid.schedule-calendar-layout{grid-template-columns:repeat(12,minmax(0,1fr))}.grid.schedule-calendar-layout .card:first-child{grid-column:span 12}.grid.schedule-calendar-layout .card:nth-child(2),.grid.schedule-calendar-layout .card:nth-child(3){grid-column:span 6}.schedule-toolbar{grid-template-columns:1.2fr 2fr auto}.calendar-nav{display:flex;align-items:center;justify-content:center;gap:.6rem}.calendar-shell{margin-top:.8rem;display:grid;grid-template-columns:minmax(0,2.2fr) minmax(280px,1fr);gap:.9rem}.calendar-grid{border:1px solid #e3d7c9;border-radius:14px;padding:.65rem;background:#fffdf9}.weekday-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.45rem;margin-bottom:.4rem}.weekday-row span{text-align:center;color:var(--muted);font-size:.85rem;font-weight:600}.month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.45rem}.day-cell{border:1px solid #5b4527;border-radius:11px;min-height:102px;background:#23170a;text-align:left;padding:.45rem .45rem .35rem;cursor:pointer;display:grid;align-content:start;gap:.32rem;transition:.14s ease}.day-cell:hover{border-color:#c9a85a;transform:translateY(-1px)}.day-cell.selected{border-color:#e8c97a;box-shadow:inset 0 0 0 1px #e8c97a;background:#322411}.day-cell.outside{opacity:.55;background:#1f150b}.day-cell-head{display:flex;justify-content:space-between;align-items:center}.day-cell-head strong{color:#fff}.day-previews{display:grid;gap:.18rem}.day-previews small{color:#e8d8ad;font-size:.74rem;line-height:1.2}.day-side-panel{border:1px solid #4a3820;border-radius:14px;padding:.75rem;background:#24190d;max-height:760px;overflow:auto}.side-header{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.side-header h3{margin:0}.quick-form{margin-top:.8rem;border-top:1px solid #4a3820;padding-top:.8rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:grid;place-items:center;z-index:50;padding:1rem}.modal-card{width:min(560px,100%);max-height:90vh;overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:1rem;box-shadow:var(--shadow)}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.75rem}.modal-head h3{margin:0}.working-hours-table-wrap{overflow-x:auto}.working-hours-assistant{border:1px solid #4a505b;border-radius:12px;background:linear-gradient(180deg,#222834,#1f2430);box-shadow:inset 0 0 0 1px #6366f129;padding:.8rem;display:grid;gap:.6rem}.working-hours-assistant h4{margin:0;color:#eef1f5}.working-hours-assistant p{margin:0;color:#b9c0ca;font-size:.9rem}.working-hours-assistant-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.working-hours-assistant-actions{display:flex;justify-content:flex-end;gap:.45rem}.working-hours-days{display:grid;gap:.55rem}.working-hours-day-card{border:1px solid #4a505b;border-radius:12px;background:#2b2f35;padding:.7rem;display:grid;gap:.6rem}.working-hours-day-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.working-hours-day-head strong{color:#f0f3f8}.working-hours-day-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}@media (min-width: 1101px){.working-hours-days{gap:.38rem}.working-hours-day-card{padding:.42rem .52rem;gap:.3rem;border-radius:9px}.working-hours-day-head{gap:.38rem;margin-bottom:.02rem}.working-hours-day-head strong{font-size:.96rem;line-height:1.1}.working-hours-day-head .switch-row{margin:0;font-size:.82rem;font-weight:700}.working-hours-day-grid{gap:.4rem}.working-hours-day-grid label{display:grid;gap:.14rem;margin:0;font-size:.74rem;letter-spacing:.01em}.working-hours-day-grid input[type=time]{min-height:34px;padding:.25rem .5rem;border-radius:8px;font-size:.92rem}}.professional-picker{position:relative}.professional-picker-trigger{width:100%;min-height:44px;border:1px solid #585e67;border-radius:11px;background:#2b2f35;color:#eef1f5;padding:.56rem .72rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-weight:600}.professional-picker-caret{color:#b9c0ca;font-size:.9rem}.professional-picker-popover{position:absolute;top:calc(100% + .35rem);left:0;right:0;z-index:15;border:1px solid #4f5661;border-radius:12px;background:#2b2f35;box-shadow:0 10px 24px #00000059;padding:.5rem;display:grid;gap:.45rem}.professional-picker-search{min-height:40px;border:1px solid #585e67;border-radius:10px;background:#252a31;color:#eef1f5;padding:.5rem .65rem}.professional-picker-list{max-height:240px;overflow:auto;display:grid;gap:.35rem}.professional-picker-option{border:1px solid #585e67;border-radius:10px;background:#2f333a;color:#e1e6ed;text-align:left;padding:.5rem .6rem;font-weight:600}.professional-picker-option:hover{border-color:#7991af}.professional-picker-option.active{border-color:#7ea9dc;background:#d9e7f8;color:#244f84}.professional-picker-empty{color:#aeb6c2;font-size:.86rem;padding:.4rem .2rem}.mobile-professional-sheet-overlay{display:none}@media (max-width: 1100px){.working-hours-assistant-grid,.working-hours-day-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.working-hours-assistant-grid{grid-template-columns:1fr}.working-hours-day-head{flex-direction:column;align-items:flex-start}.working-hours-day-grid{grid-template-columns:1fr}.working-hours-assistant-actions{flex-direction:column}.professional-picker-popover{display:none}.mobile-professional-sheet-overlay{display:grid;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:120;align-items:end;padding:.6rem;padding-bottom:calc(5.9rem + env(safe-area-inset-bottom))}.mobile-professional-sheet{border:1px solid #4f5661;border-radius:14px;background:#2b2f35;box-shadow:0 12px 28px #00000073;padding:.75rem;display:grid;gap:.55rem;max-height:calc(100dvh - 6.8rem - env(safe-area-inset-bottom));overflow:auto}.mobile-professional-sheet-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.mobile-professional-sheet-head h4{margin:0;color:#f2f4f7}.mobile-professional-sheet-list{display:grid;gap:.4rem;max-height:calc(100dvh - 14rem - env(safe-area-inset-bottom));overflow:auto}}.toast-stack{position:fixed;right:1rem;bottom:1rem;display:grid;gap:.5rem;z-index:30}@media (max-width: 767px){.toast-stack{right:.7rem;left:.7rem;bottom:calc(5.6rem + env(safe-area-inset-bottom));z-index:120}.toast{min-width:0;width:100%}}.toast{min-width:280px;display:flex;justify-content:space-between;gap:.6rem;align-items:center;border-radius:12px;padding:.7rem;border:1px solid #6e5a34;background:#2f2312}.toast.error{border-color:#e85d5d;background:#3b1616}.toast button{border:none;background:transparent;cursor:pointer}@media (max-width: 1100px){.grid.two{grid-template-columns:1fr}.grid.schedule .card:nth-child(n+3){grid-column:span 6}.schedule-grid,.split-2,.split-3,.calendar-shell{grid-template-columns:1fr}.month-grid{gap:.35rem}.day-cell{min-height:88px}.grid.schedule-calendar-layout .card:nth-child(2),.grid.schedule-calendar-layout .card:nth-child(3){grid-column:span 12}}@media (max-width: 820px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-100%;width:260px;transition:left .22s ease;z-index:20}.sidebar.open{left:0}.menu-btn{display:inline-block}.toolbar,.schedule-toolbar,.list-wrap{grid-template-columns:1fr}.grid.schedule .card{grid-column:span 12}.topbar{align-items:flex-start}.month-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.weekday-row{display:none}}.shell-root{min-height:100vh;display:grid;grid-template-columns:168px 1fr;background:var(--bg)}.shell-sidebar{border-right:1px solid var(--line);background:linear-gradient(180deg,#23170a,#1a1208);min-height:100vh}.shell-sidebar-inner{padding:.8rem .65rem}.shell-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:.9rem}.shell-brand p{margin:0;color:var(--text);font-weight:700}.shell-brand small{color:var(--muted)}.shell-brand-mark{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(140deg,#e8c97a,#c9a85a);color:#24190d;font-weight:700}.shell-nav-section{margin-bottom:.85rem}.shell-nav-section h3{margin:0 0 .35rem;color:#d5b870;font-size:.76rem;text-transform:uppercase;letter-spacing:.04em}.shell-nav-link{display:block;text-decoration:none;color:var(--text);padding:.5rem .55rem;border-radius:10px;font-size:.92rem}.shell-nav-link:hover{background:#e8c97a29}.shell-nav-link-active{background:#e8c97a38;color:#fff9ea}.shell-sidebar-logout{margin-top:.7rem;padding-top:.55rem;border-top:1px solid var(--line)}.shell-sidebar-logout .btn:is(.secondary,.btn--secondary){width:100%;min-height:40px}.shell-content{min-width:0;padding:.75rem 1rem 4.5rem}.shell-topbar{display:flex;justify-content:space-between;align-items:center;gap:.8rem;border:1px solid var(--line);border-radius:14px;padding:.65rem .8rem;background:#24190d}.shell-topbar-left{display:flex;align-items:center;gap:.7rem}.shell-topbar h1{margin:0;font-size:1.1rem;color:#fff}.shell-topbar p{margin:0;color:var(--muted);font-size:.86rem}.shell-menu-btn{display:none;border:1px solid rgba(255,255,255,.12);background:#1e293b;color:#e5e7eb;border-radius:10px;padding:.4rem .6rem;min-height:44px;min-width:44px;line-height:1;transition:all .2s ease}.shell-menu-btn:hover{border-color:#6366f1a6;color:#fff;box-shadow:0 8px 22px #6366f133}.shell-menu-btn:active{transform:translateY(1px)}.shell-page{margin-top:.9rem}.dashboard-v2{display:grid;gap:.9rem}.dashboard-hero{display:flex;justify-content:space-between;align-items:center;gap:.8rem;border:1px solid var(--line);border-radius:14px;padding:.85rem;background:#24190d}.dashboard-hero h2{margin:0;color:#fff}.dashboard-hero p{margin:0;color:var(--muted)}.dashboard-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.dashboard-metric-card{border:1px solid var(--line);border-radius:12px;padding:.75rem;background:#2a1e0f}.dashboard-metric-card small{display:block;color:var(--muted);margin-bottom:.25rem}.dashboard-metric-card strong{font-size:1.35rem;color:#fff}.dashboard-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:.8rem}.dashboard-panel{border:1px solid var(--line);border-radius:14px;background:#24190d;padding:.85rem}.dashboard-panel h3{margin-top:0;margin-bottom:.6rem;color:#fff}.muted{color:var(--muted)}.appointments-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.appointments-list li{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:.6rem;border:1px solid #4b371c;border-radius:12px;padding:.5rem;background:#2a1e0f}.customer-home-salon-item{cursor:pointer;transition:all .2s ease;grid-template-columns:auto 1fr;align-items:center}.customer-home-salon-item:hover{border-color:#6366f18c;background:#6366f129}.customer-home-salon-item:focus-visible{outline:2px solid rgba(99,102,241,.7);outline-offset:2px}.customer-home-salon-avatar{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;font-size:.72rem;font-weight:700;color:#e2e8f0;border:1px solid rgba(148,163,184,.35);background:#0f172a73}.customer-home-salon-avatar.has-logo{padding:0;border-color:#94a3b880;background:#0f172a33}.customer-home-salon-avatar img{width:100%;height:100%;object-fit:cover;display:block}.customer-home-salon-content{min-width:0;display:grid;gap:.12rem}.customer-home-salon-content>strong,.customer-home-salon-content>.appointment-time,.customer-home-salon-content>.appointment-service{min-width:0;white-space:normal;overflow-wrap:anywhere}.customer-home-appointment-item{cursor:pointer;transition:all .2s ease;grid-template-columns:auto 1fr;row-gap:.28rem;align-items:start}.customer-home-appointment-item:focus-visible{outline:2px solid rgba(99,102,241,.7);outline-offset:2px}.customer-home-appointment-item.expanded{border-color:#6366f18c;background:#6366f126}.customer-home-appointment-item>strong,.customer-home-appointment-item>.appointment-time,.customer-home-appointment-item>.appointment-service,.customer-home-appointment-item>.dashboard-appointment-badge{grid-column:2;justify-self:start;min-width:0}.customer-home-appointment-item>strong,.customer-home-appointment-item>.appointment-service{white-space:normal;overflow-wrap:anywhere}.customer-appointment-line{display:inline-flex;align-items:flex-start;gap:.38rem}.customer-appointment-icon{width:14px;height:14px;color:#93c5fd;flex:0 0 auto;margin-top:.05rem}.customer-appointment-icon svg{width:14px;height:14px;display:block}.customer-appointment-actions{grid-column:2 / -1;display:flex;gap:.5rem;flex-wrap:wrap;padding-top:.25rem}.customer-appointment-actions .btn:is(.secondary,.btn--secondary){min-height:36px;padding:.35rem .7rem}.appointments-list li strong{color:#fff}.appointment-time{color:#d8c79c;font-weight:600;font-size:.9rem}.appointment-service{color:#d8c79c;font-size:.9rem;white-space:nowrap}.status-dot{width:10px;height:10px;border-radius:999px}.status-dot.scheduled{background:#89b1ff}.status-dot.rescheduled{background:#f3c46b}.status-dot.cancelled{background:#e85d5d}.status-dot.completed{background:#8ecb82}.dashboard-footer-metrics{margin-top:.8rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.dashboard-footer-metrics div{border:1px solid #4b371c;border-radius:10px;padding:.55rem;background:#2a1e0f}.dashboard-footer-metrics small{color:var(--muted)}.dashboard-footer-metrics strong{color:#fff;display:block}.reports-page{display:grid;gap:.85rem}.reports-filters-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;align-items:end}.reports-refresh-btn{min-height:42px}.reports-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.reports-grid .card:nth-child(3){grid-column:span 2}.reports-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.reports-item-meta{display:inline-flex;flex-wrap:wrap;gap:.55rem;align-items:center;color:#b9c0ca}.reports-item-meta span{position:relative}.reports-item-meta span+span:before{content:"·";margin-right:.45rem;color:#8f97a3}.revenue-line-chart{display:grid;gap:.65rem}.revenue-line-chart svg{width:100%;height:260px;border:1px solid #4a4f58;border-radius:12px;background:#1f2125;padding:.4rem}.revenue-axis-line{stroke:#5a6270;stroke-width:.28}.revenue-grid-line{stroke:#3e4551;stroke-width:.2;stroke-dasharray:.8 .8}.revenue-area-path{fill:url(#revenue-line-fill)}.revenue-line-path{fill:none;stroke:#2f7fd8;stroke-width:.7}.revenue-line-dot{fill:#2f7fd8;stroke:#dbe8f8;stroke-width:.22}.revenue-line-labels{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:.45rem}.revenue-line-label-item{display:grid;gap:.2rem;text-align:center}.revenue-line-label-item small:last-child{color:#b9c0ca}.reports-revenue-modern-card{border:1px solid rgba(129,140,248,.34);border-radius:14px;background:linear-gradient(180deg,#10183bf5,#0c132efa);padding:.72rem .72rem .62rem}.reports-revenue-modern-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.7rem;margin-bottom:.52rem}.reports-revenue-modern-header small{display:block;color:#9ca3af;font-size:.85rem}.reports-revenue-modern-header strong{display:block;margin-top:.16rem;font-size:2rem;line-height:1.04;color:#f8fafc}.reports-revenue-modern-header span{display:block;margin-top:.16rem;color:#4ade80;font-size:.86rem;font-weight:600}.reports-revenue-modern-filters{display:inline-flex;gap:.35rem}.reports-revenue-modern-filters button{border:1px solid rgba(255,255,255,.2);background:#ffffff0a;color:#e2e8f0;border-radius:10px;min-width:48px;min-height:34px;padding:0 .58rem;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease}.reports-revenue-modern-filters button:hover{border-color:#818cf8a6;color:#eef2ff}.reports-revenue-modern-filters button.active{background:#6366f138;border-color:#818cf8cc;color:#fff}.reports-revenue-modern-chart-wrap{position:relative}.reports-revenue-modern-chart{width:100%;height:235px;display:block}.reports-revenue-modern-chart .y-grid-line,.reports-revenue-modern-chart .x-grid-line{stroke:#94a3b821;stroke-width:1}.reports-revenue-modern-chart .x-grid-line{stroke:#94a3b814}.reports-revenue-modern-chart .y-label,.reports-revenue-modern-chart .x-label{fill:#7f8ba1;font-size:12px;font-weight:600}.reports-revenue-modern-chart .area{fill:url(#reports-revenue-fill)}.reports-revenue-modern-chart .line{fill:none;stroke:#8b93ff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.reports-revenue-modern-chart .dot{fill:#242f62;stroke:#8b93ff;stroke-width:2}.reports-revenue-modern-chart .dot.final{fill:#7c82ff;stroke:#c7d2fe}.reports-revenue-modern-chart .hover-hit{fill:transparent;cursor:pointer}.reports-revenue-modern-tooltip{position:absolute;top:8px;right:8px;border:1px solid rgba(129,140,248,.45);border-radius:10px;background:#080e23f0;padding:.42rem .55rem;display:grid;gap:.08rem;pointer-events:none}.reports-revenue-modern-tooltip strong{color:#e2e8f0;font-size:.78rem}.reports-revenue-modern-tooltip span{color:#c7d2fe;font-weight:700;font-size:.85rem}.stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem;margin-bottom:.7rem}.step{border:1px solid #4b371c;border-radius:10px;padding:.4rem;text-align:center;background:#201507}.step span{width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#3f2f16;color:#fff;font-size:.8rem}.step small{display:block;margin-top:.2rem;color:#ccb686}.step.active{border-color:#e8c97a;background:#2f220f}.step.active span{background:#e8c97a;color:#1f1407}.chips-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.chip{border:1px solid #4b371c;border-radius:10px;background:#201507;padding:.45rem;text-align:left;color:#f4edd7}.chip.active{border-color:#e8c97a;background:#352613}.chip small{color:#d5bf8f}.customer-list{display:grid;gap:.45rem;max-height:210px;overflow:auto}.customer-item{border:1px solid #4b371c;background:#201507;border-radius:10px;display:flex;align-items:center;gap:.6rem;padding:.45rem;color:#f4edd7}.customer-item.active{border-color:#e8c97a;background:#352613}.stepper-actions{margin-top:.8rem;display:flex;justify-content:flex-end;gap:.45rem}.mobile-bottom-nav{display:none}.mobile-drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:70}.mobile-drawer-layer.open{pointer-events:auto}.desktop-only{display:block}.mobile-only{display:none}.shell-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:70}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr}.reports-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reports-grid{grid-template-columns:1fr}.reports-grid .card:nth-child(3){grid-column:span 1}.reports-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 767px){.shell-root{grid-template-columns:1fr}.desktop-only{display:none}.mobile-only{display:block;position:fixed;top:0;left:-240px;width:220px;z-index:80;transition:left .18s ease;pointer-events:auto}.mobile-only.open{left:0}.shell-menu-btn{display:inline-block}.shell-content{padding-bottom:5.3rem}.dashboard-metrics-grid,.reports-filters-grid,.reports-metrics-grid,.chips-grid{grid-template-columns:1fr}.stepper{grid-template-columns:1fr 1fr}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:90;border-top:1px solid var(--line);background:#24190d;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:.35rem .3rem;gap:.25rem}.mobile-nav-item{text-decoration:none;color:#d8c79c;text-align:center;padding:.45rem .2rem;border-radius:8px;font-size:.82rem}.mobile-nav-item.active{background:#e8c97a40;color:#fff9ea}}:root{--bg: #1f2125;--bg-soft: #23262b;--surface: #26292f;--text: #f2f4f7;--muted: #b9c0ca;--line: #3a3f48;--brand: #1f74d8;--brand-soft: #2a3342;--accent: #1f74d8;--shadow: none}body{background:#1f2125}.card{background:#26292f;border:1px solid #3a3f48;box-shadow:none}.shell-root{background:#1f2125;border:1px solid #3a3f48;border-radius:12px;margin:.55rem;overflow:hidden}.shell-sidebar{background:#26292f;border-right:1px solid #3a3f48}.shell-brand{border-bottom:1px solid #3a3f48;padding-bottom:.75rem;margin-bottom:.75rem}.shell-brand-mark{width:28px;height:28px;border-radius:8px;background:#2f343d;color:#d7dce3}.shell-brand p{color:#f2f4f7}.shell-brand small{color:#9ca5b1}.shell-nav-section{margin-bottom:.9rem}.shell-nav-section h3{color:#9ca5b1;font-size:.74rem;margin-bottom:.4rem}.shell-nav-link{display:flex;align-items:center;gap:.45rem;color:#d3d8e0;border:1px solid transparent;border-radius:8px;padding:.45rem .55rem}.shell-nav-link:before{content:"";width:9px;height:9px;border-radius:3px;background:#8c9198;flex-shrink:0}.shell-nav-link:hover{background:#2e3239}.shell-nav-link-active{background:#c4cedb;color:#1f2a3a;border-color:#c4cedb;font-weight:600}.shell-nav-link-active:before{background:#2b73c4}.shell-topbar{background:transparent;border:none;padding:0 .1rem}.shell-topbar h1{font-size:1rem;color:#f2f4f7}.shell-topbar p{color:#9ca5b1}.shell-content{padding:.95rem 1rem 4.5rem}.dashboard-v2{gap:.7rem}.dashboard-panel{background:#26292f;border:1px solid #3a3f48;box-shadow:none}.dashboard-main-panel{padding:.75rem}.dashboard-hero{border:none;border-bottom:1px solid #3a3f48;border-radius:0;background:transparent;padding:0 0 .7rem}.dashboard-hero h2{font-size:1.08rem}.dashboard-hero p{color:#b9c0ca}.dashboard-primary-action{border-radius:10px;padding:.5rem .9rem;background:#1f74d8;color:#fff;font-weight:600}.dashboard-metrics-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:.75rem .1rem .6rem}.dashboard-metric-item small{color:#b9c0ca;display:block;margin-bottom:.2rem}.dashboard-metric-item strong{color:#f2f4f7;font-size:2rem;line-height:1}.dashboard-metric-item-revenue strong{color:#2e8f2e}.dashboard-list-block h3{margin:0 0 .5rem}.dashboard-grid{grid-template-columns:1fr}.appointments-list li{grid-template-columns:auto 1fr auto auto;border:1px solid #4a4f58;background:#2b2f35;border-radius:9px;min-height:40px}.appointments-list li strong{font-size:1.04rem}.appointment-time,.appointment-service{color:#d5dae2;font-weight:500}.revenue-chart{min-height:190px}.revenue-bar-track{background:#1f2125;border:1px solid #3a3f48;height:130px}.revenue-bar-fill{background:linear-gradient(180deg,#1f74d8,#14539c)}.dashboard-footer-metrics div{background:#2b2f35;border:1px solid #4a4f58}.dashboard-footer-metrics small{color:#b9c0ca}@media (max-width: 767px){.shell-root{margin:0;border-radius:0;border:none}.dashboard-metrics-row{grid-template-columns:1fr;gap:.6rem}.appointments-list li{grid-template-columns:auto 1fr;row-gap:.3rem}.appointment-time,.appointment-service{grid-column:2}}input,textarea,select{background:#20242a;border:1px solid #3a3f48;color:#eef1f5}input:focus,textarea:focus,select:focus{outline:2px solid rgba(31,116,216,.3);border-color:#4f88c8}.btn{--btn-bg: #2f343d;--btn-fg: #e4e8ee;--btn-border: #454b56;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:40px;padding:.55rem .95rem;border-radius:10px;border:1px solid var(--btn-border);background:var(--btn-bg);color:var(--btn-fg);font-weight:700;letter-spacing:.01em;line-height:1;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,transform .12s ease,opacity .12s ease}.btn:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05)}.btn:active:not(:disabled){transform:translateY(0);filter:brightness(.98)}.btn:focus-visible{outline:2px solid rgba(31,116,216,.45);outline-offset:1px}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn:is(.secondary,.btn--secondary){--btn-bg: #2f343d;--btn-border: #454b56;--btn-fg: #e4e8ee}.btn:is(.danger,.btn--danger){--btn-bg: #c74a4a;--btn-border: #c74a4a;--btn-fg: #ffffff}.btn:is(.ghost,.btn--ghost){--btn-bg: transparent;--btn-border: #4f88c8;--btn-fg: #d9e7f8}.btn.sm{min-height:34px;padding:.4rem .7rem;border-radius:9px;font-size:.9rem}.btn.lg{min-height:46px;padding:.68rem 1.15rem;border-radius:12px;font-size:1rem}.btn.icon-only{width:40px;min-width:40px;padding:0}.btn .btn-icon{width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;font-size:.95em}.table th,.table td{border-bottom:1px solid #3a3f48}.table th{color:#b9c0ca;font-weight:600}.table td{color:#eef1f5}.list li,.detail-box{background:#2b2f35;border:1px solid #454b56}.state{background:#2b2f35;border:1px dashed #4a505a;color:#d0d6de}.modal-card{background:#26292f;border:1px solid #3a3f48;box-shadow:none}.timeline li{background:#2b2f35;border-left:3px solid #4f88c8;border-radius:10px}.timeline li.clickable:hover{border-left-color:#6ca2df}.pill{border:1px solid #4e5460;background:#30353d;color:#dde2e9}.pill.warning{border-color:#7f97b8;background:#33455d;color:#eaf2ff}.pill.success{border-color:#4f9160;background:#2e5138}.calendar-grid{background:#26292f;border:1px solid #3a3f48}.weekday-row span{color:#9ca5b1}.day-cell{background:#2b2f35;border:1px solid #474d58}.day-cell:hover{border-color:#5e7ea7}.day-cell.selected{border-color:#6f96c8;box-shadow:inset 0 0 0 1px #6f96c8;background:#333a44}.day-cell.outside{background:#24282e}.day-previews small{color:#c6ccd5}.day-side-panel{background:#26292f;border:1px solid #3a3f48}.slot{background:#30353d;border:1px solid #4a505a}.slot:hover{border-color:#6994c9}.slot.active{border-color:#7fa9dd;background:#33455d;box-shadow:inset 0 0 0 1px #7fa9dd}body{letter-spacing:.01em}.shell-root{border-radius:14px;margin:.65rem;grid-template-columns:170px 1fr}.shell-sidebar-inner{padding:.78rem .58rem}.shell-brand{padding-bottom:.7rem;margin-bottom:.78rem}.shell-brand p{font-size:1.01rem;line-height:1.1}.shell-brand small{font-size:.78rem}.shell-nav-section{margin-bottom:.92rem}.shell-nav-section h3{margin:0 0 .36rem;font-size:.71rem;letter-spacing:.08em}.shell-nav-link{min-height:32px;padding:.4rem .52rem;font-size:.95rem;border-radius:7px}.shell-nav-link:before{width:8px;height:8px;border-radius:2px}.shell-content{padding:.9rem 1rem 4.2rem}.shell-page{margin-top:.68rem}.shell-topbar h1{font-size:.98rem;line-height:1.15}.shell-topbar p{font-size:.8rem}.dashboard-main-panel{padding:.68rem .72rem .74rem}.dashboard-hero{padding-bottom:.62rem}.dashboard-hero h2{font-size:1.03rem}.dashboard-hero p{font-size:.88rem;line-height:1.2}.dashboard-primary-action{min-height:34px;padding:.38rem .82rem;font-size:.92rem;border-radius:9px}.dashboard-metrics-row{gap:.78rem;padding:.66rem .1rem .52rem}.dashboard-metric-item small{font-size:.8rem;margin-bottom:.14rem}.dashboard-metric-item strong{font-size:2.05rem;letter-spacing:-.01em}.dashboard-list-block h3{margin-bottom:.42rem;font-size:.95rem}.appointments-list{gap:.42rem}.appointments-list li{border-radius:8px;min-height:38px;padding:.38rem .6rem;gap:.52rem}.status-dot{width:8px;height:8px}.appointments-list li strong{font-size:.99rem;font-weight:600}.appointment-time,.appointment-service{font-size:.92rem}.dashboard-panel{padding:.74rem;border-radius:12px}.dashboard-panel h3{font-size:.95rem;margin-bottom:.48rem}.revenue-value{font-size:.73rem}.revenue-bar-track{border-radius:8px}.dashboard-footer-metrics{gap:.45rem;margin-top:.65rem}.dashboard-footer-metrics div{border-radius:8px;padding:.46rem .52rem}.dashboard-footer-metrics strong{font-size:.98rem}.grid.two{gap:.82rem}.card{border-radius:12px;padding:.82rem}.card-title{margin-bottom:.7rem;font-size:1rem}.form{gap:.56rem}label{gap:.26rem;font-size:.93rem}input,textarea,select{border-radius:8px;padding:.5rem .58rem}.table th,.table td{padding:.46rem .36rem;font-size:.93rem}.calendar-shell{gap:.75rem}.calendar-grid,.day-side-panel{border-radius:12px}.day-cell{min-height:98px;border-radius:9px}.dashboard-v3 .dashboard-main-panel{padding:.8rem}.dashboard-v3 .dashboard-v3-hero{display:flex;justify-content:space-between;align-items:center;border-bottom:0;padding-bottom:.62rem}.dashboard-v3 .dashboard-v3-hero h2{margin:0;font-size:1.5rem;color:#f2f5f9}.dashboard-v3 .dashboard-v3-hero p{margin:.12rem 0 0;color:#b9c0ca}.dashboard-v3 .dashboard-v3-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.52rem;padding:.7rem 0 .5rem}.dashboard-v3 .dashboard-metric-item{border:1px solid #4a505b;border-radius:10px;background:#2b2f35;padding:.55rem .62rem}.dashboard-v3 .dashboard-metric-item small{color:#b5bcc6;display:block;font-size:.82rem}.dashboard-v3 .dashboard-metric-item strong{font-size:2rem;color:#f2f5f9;line-height:1}.dashboard-v3 .dashboard-metric-item span{display:block;margin-top:.14rem;color:#b9c0ca;font-size:.8rem}.dashboard-v3 .dashboard-metric-item-revenue strong{color:#2e8f2e}.dashboard-v3 .dashboard-v3-grid{display:grid;grid-template-columns:1fr 1fr;gap:.62rem;margin-top:.45rem}.dashboard-revenue-evolution-card{margin-top:.55rem;border:1px solid #434d7b;border-radius:14px;background:linear-gradient(180deg,#10183bf5,#0c132efa);padding:.75rem .75rem .65rem;box-shadow:0 12px 30px #00000047}.dashboard-revenue-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.7rem;margin-bottom:.55rem}.dashboard-revenue-total small{display:block;color:#9ca3af;font-size:.85rem}.dashboard-revenue-total strong{display:block;margin-top:.18rem;color:#f8fafc;font-size:2.05rem;line-height:1.04;letter-spacing:-.01em}.dashboard-revenue-total span{display:block;margin-top:.16rem;color:#4ade80;font-size:.86rem;font-weight:600}.dashboard-revenue-filters{display:inline-flex;gap:.35rem}.dashboard-revenue-filters button{border:1px solid rgba(255,255,255,.2);background:#ffffff0a;color:#e2e8f0;border-radius:10px;min-width:48px;min-height:34px;padding:0 .58rem;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease}.dashboard-revenue-filters button:hover{border-color:#818cf8a6;color:#eef2ff}.dashboard-revenue-filters button.active{background:#6366f138;border-color:#818cf8cc;color:#fff}.dashboard-revenue-chart-wrap{position:relative}.dashboard-revenue-chart{width:100%;height:235px;display:block}.dashboard-revenue-chart .y-grid-line,.dashboard-revenue-chart .x-grid-line{stroke:#94a3b821;stroke-width:1}.dashboard-revenue-chart .x-grid-line{stroke:#94a3b814}.dashboard-revenue-chart .y-label,.dashboard-revenue-chart .x-label{fill:#7f8ba1;font-size:12px;font-weight:600}.dashboard-revenue-chart .area{fill:url(#dashboard-revenue-fill)}.dashboard-revenue-chart .line{fill:none;stroke:#8b93ff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.dashboard-revenue-chart .dot{fill:#242f62;stroke:#8b93ff;stroke-width:2}.dashboard-revenue-chart .dot.final{fill:#7c82ff;stroke:#c7d2fe}.dashboard-revenue-chart .hover-hit{fill:transparent;cursor:pointer}.dashboard-revenue-tooltip{position:absolute;top:8px;right:8px;border:1px solid rgba(129,140,248,.45);border-radius:10px;background:#080e23f0;padding:.42rem .55rem;display:grid;gap:.08rem;pointer-events:none}.dashboard-revenue-tooltip strong{color:#e2e8f0;font-size:.78rem}.dashboard-revenue-tooltip span{color:#c7d2fe;font-weight:700;font-size:.85rem}.dashboard-v3 .dashboard-list-card{border:1px solid #4a505b;border-radius:12px;background:#2a2e34;padding:.6rem}.dashboard-v3 .dashboard-list-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.38rem}.dashboard-v3 .dashboard-list-head h3{margin:0;font-size:1.03rem}.dashboard-v3 .dashboard-list-head a{color:#2f7fd8;font-size:.92rem;text-decoration:none}.dashboard-v3 .appointments-list li{grid-template-columns:auto minmax(140px,1fr) auto auto auto;border:1px solid #4a505b;background:#2f333a;border-radius:10px}.dashboard-v3 .dashboard-clickable-appointment{display:block;padding:0;border:1px solid #4a505b;background:#2f333a;border-radius:10px;overflow:hidden}.dashboard-v3 .dashboard-appointment-row{width:100%;min-height:100%;display:grid;grid-template-columns:auto minmax(140px,1fr) auto auto auto;align-items:center;gap:.55rem;border:none;background:transparent;border-radius:0;padding:.5rem .6rem;color:inherit;text-align:left;cursor:pointer}.dashboard-v3 .dashboard-appointment-row:hover{background:#ffffff0f}.dashboard-v3 .appointments-list .dashboard-clickable-appointment:not(:last-child){margin-bottom:0}.dashboard-professional-appointment-item{border:1px solid #4a505b;border-radius:10px;background:#2f333a;padding:.48rem .56rem}.appointment-actions-layout{display:grid;gap:.7rem}.appointment-actions-summary{border:1px solid #434d7b;border-radius:12px;background:#1f2145;padding:.75rem .8rem;display:grid;gap:.3rem}.appointment-actions-summary>strong{font-size:1.2rem;color:#f2f5fc}.appointment-actions-summary>small{color:#b7bed6}.appointment-actions-summary-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.42rem;border-top:1px solid #384163;padding-top:.42rem;margin-top:.2rem}.appointment-actions-summary-meta span{display:block;color:#a3abc8;font-size:.78rem}.appointment-actions-summary-meta strong{margin-left:.24rem;color:#eef3ff}.appointment-status-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.16rem .55rem;border-radius:999px;font-size:.78rem;font-weight:700;border:1px solid transparent}.appointment-status-pill.scheduled{color:#1f4f85;background:#d9e8fb;border-color:#d9e8fb}.appointment-status-pill.rescheduled{color:#6247a7;background:#e9defb;border-color:#e9defb}.appointment-status-pill.completed{color:#1f6c37;background:#d9f4df;border-color:#d9f4df}.appointment-status-pill.cancelled{color:#8b2a2a;background:#f9dede;border-color:#f9dede}.appointment-actions-summary-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #384163;padding-top:.42rem;margin-top:.1rem}.appointment-actions-summary-total span{color:#b8bfd8}.appointment-actions-summary-total strong{color:#5ea2e9}.appointment-action-accordion-trigger{width:100%;border:1px solid #4f5674;border-radius:12px;background:#171a3a;color:#eef3ff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.6rem;padding:.62rem .7rem;text-align:left}.appointment-action-accordion-trigger.active{border-color:#6472c0;background:#1f2245}.appointment-action-icon{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.appointment-action-icon.complete{background:#1f4a31;color:#86f5ab}.appointment-action-icon.reschedule{background:#2b2655;color:#a79dff}.appointment-action-icon.cancel{background:#4f1f2b;color:#ff9db5}.appointment-action-copy{display:grid}.appointment-action-copy small{color:#9aa3c4}.appointment-action-chevron{color:#97a0c0;font-size:1.2rem}.appointment-action-accordion-trigger+.form,.appointment-action-accordion-trigger+.btn{margin-top:.55rem}@media (max-width: 767px){.appointment-actions-summary-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-revenue-header{flex-direction:column;align-items:stretch}.dashboard-revenue-filters{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-revenue-filters button{min-width:0}.dashboard-revenue-total strong{font-size:1.72rem}.dashboard-revenue-chart{height:210px}}.dashboard-appointment-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.14rem .52rem;font-size:.72rem;color:#244f84;background:#d9e7f8;font-weight:700}.dashboard-appointment-badge.scheduled{color:#244f84;background:#d9e7f8}.dashboard-appointment-badge.rescheduled{color:#5b3ea0;background:#e8ddff}.dashboard-appointment-badge.completed{color:#1f6c37;background:#d9f4df}.dashboard-appointment-badge.cancelled{color:#8b2a2a;background:#f9dede}.dashboard-next-slot-link{width:100%;margin-top:.45rem;text-align:left;border:1px dashed #59616d;background:#2b2f35;color:#2f7fd8;border-radius:10px;padding:.46rem .58rem;font-weight:600}.dashboard-next-slot-link small{display:block;color:#b9c0ca;font-weight:500}@media (max-width: 1024px){.reports-revenue-modern-header{flex-direction:column;align-items:stretch}.reports-revenue-modern-filters{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.reports-revenue-modern-filters button{min-width:0}.reports-revenue-modern-header strong{font-size:1.72rem}.reports-revenue-modern-chart{height:210px}.dashboard-v3 .dashboard-v3-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-v3 .dashboard-v3-grid{grid-template-columns:1fr}}@media (max-width: 767px){.dashboard-v3 .dashboard-v3-hero{flex-direction:column;align-items:flex-start;gap:.5rem}.dashboard-v3 .dashboard-v3-hero h2{font-size:1.12rem}.dashboard-v3 .dashboard-v3-metrics{grid-template-columns:1fr 1fr}.dashboard-v3 .appointments-list li,.dashboard-v3 .dashboard-appointment-row{grid-template-columns:auto 1fr;row-gap:.24rem}.dashboard-v3 .appointment-time,.dashboard-v3 .appointment-service,.dashboard-v3 .dashboard-appointment-badge{grid-column:2;justify-self:start}}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-card{width:min(520px,100%);border:1px solid #454b56;border-radius:14px;background:#2a2e35;padding:1rem}.auth-card-wide{width:min(760px,100%)}.auth-card h1{margin:0}.auth-card p{color:#b9c0ca}.auth-footnote{margin-top:.75rem;color:#b9c0ca}.auth-footnote a{color:#2f7fd8}.login-v2-page{background:radial-gradient(circle at 12% 8%,rgba(232,201,122,.2) 0%,transparent 34%),radial-gradient(circle at 88% 86%,rgba(201,168,90,.18) 0%,transparent 30%),radial-gradient(circle at 78% 18%,rgba(47,127,216,.16) 0%,transparent 26%),#1a1208}.login-v2-card{width:min(460px,100%);padding:1.55rem 1.5rem 1.35rem;border-radius:18px;border:1px solid rgba(201,168,90,.28);background:linear-gradient(180deg,#2b2010eb,#1a1208f2);box-shadow:0 26px 50px #0000008f,inset 0 0 0 1px #e8c97a0f}.login-v2-brand{display:grid;justify-items:center;gap:.38rem;margin-bottom:.8rem}.login-v2-brand-mark{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;color:#1a1208;background:linear-gradient(140deg,#8f949c,#717780);border:1px solid rgba(236,238,242,.24)}.login-v2-brand strong{color:#f6edd7;font-size:1.08rem}.login-v2-hair-icon{width:24px;height:24px;fill:#dfe3ea}.login-v2-title{margin:0;text-align:center;font-size:2rem;line-height:1.08}.login-v2-title span{color:#e8c97a}.login-v2-dev-badge{margin:.55rem auto .9rem;width:fit-content;border-color:#f87171;background:#7f1d1d;color:#fee2e2}.login-v2-subtitle{margin:.5rem 0 1rem;text-align:center;color:#c9b792;font-size:.9rem}.login-mode-toggle{margin-top:.9rem;margin-bottom:1.05rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.login-mode-btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-size:.98rem}.login-mode-icon{font-size:1rem;line-height:1}.login-v2-form{margin-top:.2rem;gap:.75rem}.login-v2-label{gap:.4rem}.login-v2-input-wrap{display:flex;align-items:center;gap:.35rem;border:1px solid #5b4527;border-radius:10px;background:#1f160b;padding-right:.35rem}.login-v2-input-wrap input{border:none;background:transparent;width:100%}.login-v2-input-wrap input:focus{outline:none}.login-v2-input-wrap:focus-within{border-color:#c9a85a;box-shadow:0 0 0 1px #c9a85a40}.login-v2-input-wrap.has-action input{padding-right:.35rem}.login-v2-input-action{border:none;background:transparent;color:#c9a85a;font-size:.75rem;font-weight:700;cursor:pointer;padding:.25rem .4rem}.login-v2-row{display:flex;justify-content:space-between;align-items:center;gap:.7rem;margin-top:-.05rem}.reset-password-meta{border:1px solid rgba(201,168,90,.26);border-radius:10px;padding:.6rem .7rem;display:grid;grid-template-columns:auto 1fr;gap:.28rem .6rem;background:#20170b85}.reset-password-meta small{color:#c9b792;font-size:.75rem}.reset-password-meta strong{color:#f4e7cc;font-size:.82rem}.login-v2-check{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:#d5c7a5}.login-v2-check input{width:14px;height:14px}.login-v2-terms{color:#c9a85a;text-decoration:none;font-size:.82rem}.login-v2-terms:hover{color:#e8c97a}.login-v2-submit{margin-top:.42rem;width:100%;min-height:46px;font-size:1rem;border-color:#6f552e;background:linear-gradient(95deg,#c9a85a,#e8c97a);color:#1a1208}.login-v2-register-divider{margin-top:1rem;padding-top:.85rem;border-top:1px solid rgba(201,168,90,.26);text-align:center}.login-v2-register-divider span{font-size:.82rem;color:#c9b792}.login-v2-register-caption{margin:.45rem 0 0;text-align:center;font-size:.96rem;color:#c9b792}.login-v2-register-actions{margin-top:.55rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.login-v2-register-btn{min-height:40px;border-width:1px;border-color:#c9a85a52;background:#1f160b99;color:#ede2c9;font-family:Plus Jakarta Sans,Inter,sans-serif;font-weight:600;font-size:.88rem;letter-spacing:.01em;box-shadow:none}.login-v2-register-btn:hover{border-color:#e8c97a99;background:#2b2010d9;color:#f8f0dc;transform:translateY(-1px)}.login-v2-register-tile{display:inline-flex;align-items:center;justify-content:center;gap:.48rem}.login-v2-register-icon{font-size:.92rem;opacity:.95;display:inline-flex;align-items:center;justify-content:center}.login-v2-register-icon-svg{width:16px;height:16px;display:block}.login-v2-footer{margin-top:.95rem;padding-top:.85rem;border-top:1px solid rgba(201,168,90,.22)}.login-v2-footer .auth-footnote{margin:0;font-size:.85rem}.login-v2-secondary{width:100%;text-align:center}.auth-page-embedded-clear{background:#f5f7fa}.auth-page-embedded-clear .auth-card.login-v2-card{border:1px solid #d1d9e6;background:#fff;box-shadow:none}.auth-page-embedded-clear .login-v2-brand strong,.auth-page-embedded-clear .login-v2-title,.auth-page-embedded-clear .login-v2-label,.auth-page-embedded-clear .form label,.auth-page-embedded-clear .auth-footnote{color:#111827}.auth-page-embedded-clear .login-v2-title span{color:#1a56db}.auth-page-embedded-clear .login-v2-subtitle,.auth-page-embedded-clear .login-v2-dev-badge,.auth-page-embedded-clear .form small,.auth-page-embedded-clear .auth-footnote a{color:#6b7280}.auth-page-embedded-clear .login-v2-input-wrap,.auth-page-embedded-clear .form input{border-color:#d1d9e6;background:#fff;color:#111827}.auth-page-embedded-clear .reset-password-meta{border-color:#d1d9e6;background:#fff}.auth-page-embedded-clear .reset-password-meta small{color:#6b7280}.auth-page-embedded-clear .reset-password-meta strong{color:#111827}.auth-page-embedded-clear .login-v2-input-action{color:#1a56db}.auth-page-embedded-clear .login-v2-brand-mark{color:#1a56db;background:#eef3ff;border-color:#c2d5fb}.auth-page-embedded-clear .login-v2-hair-icon{fill:currentColor}@media (max-width: 560px){.login-v2-card{padding:1.25rem 1rem 1.05rem}.login-v2-title{font-size:1.72rem}.login-v2-register-actions{grid-template-columns:1fr}.login-mode-toggle{gap:.45rem;margin-top:.8rem;margin-bottom:.9rem}.login-mode-btn{min-height:48px;font-size:.92rem;gap:.35rem}}.shell-topbar-auth{justify-content:space-between}.shell-topbar-user{display:inline-flex;align-items:center;gap:.55rem}.shell-topbar-user strong{display:block;color:#eef1f5;font-size:.9rem}.shell-topbar-user small{color:#b9c0ca;text-transform:uppercase;font-size:.72rem;letter-spacing:.03em}.day-cell-head strong{font-size:.96rem}.day-previews small{font-size:.72rem}.timeline li{border-radius:9px;padding:.5rem .58rem}.modal-card{border-radius:12px;padding:.86rem}.modal-head h3{font-size:1rem}.appointment-modal-card{width:min(880px,96vw);padding:0;border-radius:18px;overflow:hidden}.appointment-modal-head{padding:1.05rem 1.35rem;margin:0;border-bottom:1px solid #3a3f48}.appointment-modal-head h3{font-size:2rem;font-weight:700;margin:0}.modal-close-icon{border:none;background:transparent;color:#b9c0ca;font-size:2rem;line-height:1;cursor:pointer;padding:.2rem .45rem}.appointment-stepper{margin:0;padding:1rem 1.35rem .85rem;border-bottom:1px solid #3a3f48;position:relative}.appointment-stepper:after{content:"";position:absolute;left:1.35rem;right:1.35rem;bottom:0;height:2px;background:#474c56}.appointment-stepper .step{background:transparent;border:none;padding:.2rem .3rem .75rem;position:relative}.appointment-stepper .step:after{content:"";position:absolute;left:0;right:0;bottom:-.85rem;height:2px;background:transparent}.appointment-stepper .step.active:after{background:#1f74d8}.appointment-stepper .step .step-index{width:38px;height:38px;font-size:1.35rem;font-weight:600;border:2px solid #5f6570;background:#2a2e35}.appointment-stepper .step.active .step-index{border-color:#1f74d8;background:#1f74d8;color:#fff}.appointment-stepper .step small{margin-top:.5rem;font-size:.95rem;color:#aeb5bf}.appointment-stepper .step.active small{color:#56a1f5}.appointment-modal-card>.state,.appointment-modal-card>p,.appointment-modal-card>.form,.appointment-modal-card>.stepper-actions{margin-left:1.35rem;margin-right:1.35rem}.appointment-client-block{margin-top:1rem}.customer-search-row{border:1px solid #4d535e;border-radius:14px;background:#2b2f35;padding:.58rem;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:.35rem}.customer-search-row input{border:1px solid #4d535e;border-radius:12px;min-height:50px;font-size:1.05rem;background:#2b2f35}.customer-search-radio{width:20px;height:20px;border:2px solid #a8adb6;border-radius:999px;display:inline-block;margin-left:.2rem}.appointment-customer-list{margin-top:.1rem;border:1px solid #4d535e;border-radius:14px;overflow:hidden;max-height:340px}.appointment-customer-list .customer-item{border-radius:0;border:none;border-bottom:1px solid #444a54;background:#2b2f35;padding:.72rem .82rem;display:grid;grid-template-columns:auto 1fr;gap:.7rem;text-align:left}.appointment-customer-list .customer-item:nth-child(odd){background:#2b3038}.appointment-customer-list .customer-item:nth-child(2n){background:#29303a}.appointment-customer-list .customer-item:hover{background:#333b46}.appointment-customer-list .customer-item:last-child{border-bottom:none}.appointment-customer-list .customer-item.active{background:#33414f;box-shadow:inset 0 0 0 1px #5ea2e9}.appointment-customer-list .customer-item.active .customer-main strong{color:#eaf2ff}.appointment-customer-list .customer-item.active .customer-main small{color:#fff!important;opacity:1}.inline-client-toggle{width:100%;border:1px solid #7d96b6;background:#c8d8eb;color:#214f86;border-radius:8px;min-height:40px;text-align:left;padding:.5rem .7rem;font-weight:700;font-size:.98rem}.inline-client-form{border:1px solid #4a505a;background:#2a2e35;border-radius:10px;padding:.6rem;display:grid;gap:.5rem}.inline-client-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.avatar-chip{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;background:#dce8f7;color:#2d578e}.customer-main strong{display:block;font-size:1.04rem}.customer-main small{color:#b7bec8;font-size:.95rem}.appointment-modal-card .stepper-actions{margin-top:1rem;margin-bottom:1.2rem}.appointment-modal-card .stepper-actions .btn{min-height:40px}.step-section-title{margin:.15rem 0 .1rem;font-size:1rem;color:#d7dce3}.appointment-service-block{gap:.7rem}.service-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.service-choice-card{text-align:left;border:1px solid #5a606b;background:#2f333a;color:#eef1f5;border-radius:11px;padding:.58rem .64rem;min-height:74px;display:grid;gap:.16rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .14s ease,box-shadow .14s ease,transform .12s ease,background-color .14s ease}.service-choice-card strong{font-size:1.02rem}.service-choice-card small{color:#c2c9d2;font-size:.95rem}.service-choice-card:hover{border-color:#7a8ea8;box-shadow:0 4px 14px #06090e2e;transform:translateY(-1px)}.service-choice-card:active{transform:translateY(0)}.service-choice-card:focus-visible{outline:none;border-color:#5ea2e9;box-shadow:0 0 0 2px #5ea2e947}.service-choice-card.active{border-color:#5ea2e9;box-shadow:inset 0 0 0 1px #5ea2e9;background:#33414f;color:#fff}.service-choice-card.active strong{color:#fff}.service-choice-card.active small{color:#fff!important;opacity:1}.service-choice-card.unavailable{border-color:#6a4b4b;background:#3a3030;color:#f0dede;cursor:not-allowed;opacity:.88}.service-choice-card.unavailable small{color:#e2b7b7}.service-choice-card.unavailable:hover{border-color:#7a5757}.selected-service-list{display:grid;gap:.5rem}.selected-service-item{border:1px solid #5a606b;border-radius:11px;background:#2a2f37;padding:.55rem .6rem;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:center}.selected-service-main{min-width:0;display:grid;gap:.15rem}.selected-service-main small{color:#c2c9d2}.service-qty-stepper{display:inline-flex;align-items:center;gap:.35rem}.service-qty-stepper .btn{min-height:34px;padding:.25rem .6rem}.service-qty-stepper strong{min-width:28px;text-align:center}.professional-pill-row{display:flex;flex-wrap:wrap;gap:.48rem}.professional-pill{border:1px solid #5b616d;border-radius:999px;background:#2f333a;color:#dfe4eb;padding:.38rem .68rem;display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem}.professional-pill:hover{border-color:#7991af}.professional-pill.active{background:#d9e7f8;color:#244f84;border-color:#d9e7f8;font-weight:600}.professional-pill.disabled{opacity:.45;background:#2a2d33;color:#a8aeb8;border-color:#484d57;cursor:not-allowed}.professional-pill.disabled .professional-pill-dot{opacity:.45}.professional-pill-dot{width:9px;height:9px;border-radius:999px;display:inline-block}.professional-pill-dot.blue{background:#2f7fd8}.professional-pill-dot.pink{background:#d05d8f}.professional-pill-dot.green{background:#4d9d2e}.professional-pill-dot.yellow{background:#d39a1f}.appointment-actions-bar{justify-content:space-between;align-items:center}.appointment-edit-form{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-bottom:5.8rem}.appointment-edit-services-scroll{max-height:300px;overflow-y:auto;overscroll-behavior:contain;border-radius:10px;padding-right:.2rem}.appointment-edit-section{border:1px solid rgba(86,111,143,.24);border-radius:12px;padding:.7rem;background:#ffffff05;display:grid;gap:.5rem}.appointment-edit-toggle{width:100%;border:1px solid #4a505a;border-radius:10px;background:#2b2f35;color:#e7ebf2;min-height:38px;text-align:left;padding:.45rem .6rem;font-weight:700;cursor:pointer}.appointment-edit-advanced{display:grid;gap:.5rem}.appointment-edit-summary{margin-bottom:.25rem}.appointment-edit-summary p{margin:.2rem 0}@media (max-width: 767px){.appointment-edit-form{padding-bottom:calc(6.4rem + env(safe-area-inset-bottom))}.appointment-edit-services-scroll{max-height:230px}}.http-retry-overlay{position:fixed;top:.9rem;left:50%;transform:translate(-50%);z-index:1200;pointer-events:none}.http-retry-chip{display:inline-flex;align-items:center;gap:.55rem;min-height:38px;padding:.42rem .78rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#0f172aeb;color:#f8fafc;box-shadow:0 10px 24px #02061752;font-size:.86rem;font-weight:600}.http-retry-spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(248,250,252,.3);border-top-color:#f8fafc;animation:http-retry-spin .8s linear infinite}@keyframes http-retry-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.appointment-actions-right{display:flex;gap:.45rem}@media (max-width: 900px){.appointment-modal-card{width:min(720px,96vw)}.appointment-modal-head h3{font-size:1.6rem}}@media (max-width: 767px){.shell-content{padding:.7rem .7rem 5.6rem}.shell-topbar{padding:.62rem;gap:.55rem}.shell-topbar h1{font-size:.94rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-topbar p{font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-topbar-auth{display:grid;grid-template-columns:1fr;align-items:stretch}.shell-topbar-left{min-width:0}.shell-topbar-left>div{min-width:0}.shell-topbar-user{display:grid;grid-template-columns:1fr;gap:.45rem;min-width:0;position:relative;padding-right:2.6rem}.shell-topbar-user>div{display:flex;align-items:center;justify-content:flex-start;gap:.45rem;min-width:0}.shell-topbar-user>div>small{display:none}.shell-topbar-user strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-topbar-user .btn:is(.secondary,.btn--secondary){width:100%;min-height:40px;padding:.45rem .6rem}.shell-topbar-logout-btn{display:none}.mobile-only{width:min(84vw,280px);left:-90vw}.calendar-shell{gap:.6rem}.day-side-panel{max-height:none}.appointment-modal-card{width:96vw;max-height:92vh;border-radius:14px}.appointment-modal-head{padding:.8rem .9rem}.appointment-modal-head h3{font-size:1.2rem}.modal-close-icon{font-size:1.6rem}.appointment-stepper{padding:.7rem .9rem .75rem;grid-template-columns:repeat(4,minmax(0,1fr));gap:.2rem}.appointment-stepper:after{left:.9rem;right:.9rem}.appointment-stepper .step .step-index{width:30px;height:30px;font-size:1rem}.appointment-stepper .step small{font-size:.82rem}.appointment-modal-card>.state,.appointment-modal-card>p,.appointment-modal-card>.form,.appointment-modal-card>.stepper-actions{margin-left:.9rem;margin-right:.9rem}.customer-search-row{border-radius:11px;padding:.45rem;grid-template-columns:24px 1fr}.customer-search-row input{min-height:44px;font-size:.98rem}.appointment-customer-list{max-height:250px;border-radius:11px}.appointment-customer-list .customer-item{padding:.58rem .62rem;gap:.55rem;grid-template-columns:auto 1fr}.inline-client-grid{grid-template-columns:1fr;gap:.4rem}.avatar-chip{width:34px;height:34px;font-size:.88rem}.customer-main strong{font-size:.95rem}.customer-main small{font-size:.84rem}.appointment-modal-card .stepper-actions{margin-top:.75rem;margin-bottom:.95rem}.service-choice-grid{grid-template-columns:1fr;gap:.42rem}.service-choice-card{min-height:66px}.professional-pill-row{gap:.35rem}.professional-pill{font-size:.9rem;padding:.34rem .58rem}.appointment-actions-bar{display:grid;grid-template-columns:1fr;gap:.45rem}.appointment-actions-right{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.appointment-actions-right .btn{width:100%}}.appointment-datetime-block{gap:.75rem}.datetime-head-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.datetime-inline-field input{min-height:50px;font-size:1.1rem;font-weight:600}.duration-preview-box{min-height:50px;border:1px solid #5a606b;border-radius:11px;background:#2f333a;display:flex;align-items:center;padding:.5rem .72rem}.duration-preview-box strong{font-size:1.95rem;line-height:1}.time-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(68px,1fr));gap:.35rem}.customer-reschedule-time-grid{grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:.3rem}.customer-reschedule-time-grid .time-pill{min-height:28px;padding:.12rem .28rem;font-size:.78rem;border-radius:8px}.time-pill{min-height:32px;border:1px solid #5a606b;border-radius:9px;background:#2f333a;color:#e9edf3;font-weight:600;font-size:.86rem;padding:.18rem .35rem}.time-pill:hover:not(:disabled){border-color:#79a2d1}.time-pill.selected{background:#1f74d8;border-color:#1f74d8;color:#fff}.time-pill.unavailable{opacity:.45;color:#a2a8b1}.time-pill:disabled{cursor:not-allowed}.time-legend{display:flex;gap:1rem;align-items:center;color:#b9c0ca;font-size:.9rem}.legend-dot{width:10px;height:10px;display:inline-block;border-radius:2px;margin-right:.35rem;border:1px solid #5a606b;background:transparent}.appointment-summary-block{gap:.7rem}.summary-card{border:1px solid #4c525d;border-radius:12px;background:#2b2f35;padding:.62rem .72rem}.summary-row{display:grid;grid-template-columns:1fr auto;gap:.8rem;align-items:center;padding:.16rem 0}.summary-row span{color:#b5bcc6;font-weight:600}.summary-row strong{color:#f2f4f7;text-align:right;font-weight:700}.summary-row.total{border-top:1px solid #434954;margin-top:.2rem;padding-top:.45rem}.summary-row.total strong{color:#4d9d2e;font-size:1.2rem}.appointment-summary-modal-body p{margin:.2rem 0;line-height:1.3}.legend-dot.selected{background:#1f74d8;border-color:#1f74d8}.legend-dot.unavailable{opacity:.45}.multi-select-grid{display:flex;flex-wrap:wrap;gap:.45rem}.multi-select-chip{border:1px solid #5b616d;border-radius:999px;background:#2f333a;color:#dfe4eb;padding:.35rem .62rem;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.multi-select-chip:hover{border-color:#7991af}.multi-select-chip.active{background:#d9e7f8;color:#244f84;border-color:#d9e7f8;font-weight:600}.service-fields-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.services-catalog-page{display:grid;gap:.9rem}.services-catalog-head{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:center;margin-bottom:.7rem}.services-catalog-head h2{margin:0;color:#f1f3f6;font-size:2rem;line-height:1;letter-spacing:-.01em;max-width:210px}.services-catalog-filters{display:grid;grid-template-columns:auto minmax(180px,1fr) minmax(220px,1fr) auto;gap:.45rem;align-items:center}.services-catalog-filters input,.services-catalog-filters select{min-height:44px;border:1px solid #585e67;border-radius:11px;background:#2b2f35;color:#eef1f5;padding:.56rem .72rem}.services-catalog-filters .btn{min-height:44px;white-space:nowrap;border-radius:11px}.services-count-pill{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:.4rem .7rem;border-radius:11px;border:1px solid #585e67;background:#2b2f35;color:#e1e6ed;font-weight:700;font-size:.88rem}.services-catalog-groups{display:grid;gap:.95rem}.services-category-group{border-top:1px solid #444a54;padding-top:.72rem}.services-category-group header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.55rem}.services-category-group h3{margin:0;display:inline-flex;align-items:center;gap:.42rem;color:#cfd5df;font-size:1.01rem}.services-category-group header small{color:#a2aab7;font-weight:700}.services-category-dot{width:8px;height:8px;border-radius:999px;display:inline-block}.services-category-dot.blue{background:#2f7fd8}.services-category-dot.pink{background:#d05d8f}.services-category-dot.green{background:#4d9d2e}.services-category-dot.yellow{background:#d39a1f}.services-category-list{display:grid;gap:.55rem}.service-row-card{display:grid;grid-template-columns:4px minmax(160px,1fr) auto auto auto auto auto;align-items:center;gap:.62rem;min-height:74px;border:1px solid #565d67;border-radius:12px;background:#2d3138;padding:.68rem .78rem}.service-row-accent{height:100%;border-radius:999px}.service-row-accent.blue{background:#2f7fd8}.service-row-accent.pink{background:#d05d8f}.service-row-accent.green{background:#4d9d2e}.service-row-accent.yellow{background:#d39a1f}.service-row-main{display:grid;gap:.24rem}.service-row-main strong{color:#f2f4f7;font-size:1.2rem;letter-spacing:-.01em}.service-duration-chip{display:inline-flex;align-items:center;justify-content:center;width:fit-content;font-size:.78rem;font-weight:700;color:#244f84;background:#d9e7f8;border-radius:999px;padding:.14rem .5rem}.service-prof-pill-row{display:flex;flex-wrap:wrap;gap:.28rem .34rem;margin-top:.12rem}.service-prof-pill{display:inline-flex;align-items:center;gap:.28rem;border:1px solid transparent;background:#d9e7f8;color:#244f84;border-radius:999px;padding:.11rem .44rem;font-size:.74rem;font-weight:600;line-height:1.2}.service-prof-pill.blue{background:#d9e7f8;color:#244f84;border-color:#d9e7f8}.service-prof-pill.pink{background:#f4dce7;color:#8a2f57;border-color:#f4dce7}.service-prof-pill.green{background:#dbead3;color:#2f6d20;border-color:#dbead3}.service-prof-pill.yellow{background:#f0e5cd;color:#8b5f12;border-color:#f0e5cd}.service-row-metric{display:grid;text-align:right}.service-row-metric small{color:#9ea7b3;text-transform:uppercase;font-weight:700;letter-spacing:.03em;font-size:.72rem}.service-row-metric strong{color:#4d9d2e;font-size:1.15rem;line-height:1.1}.service-row-metric .commission{color:#2f7fd8}.service-row-switch{position:relative;width:38px;height:22px;display:inline-block}.service-row-switch input{opacity:0;width:0;height:0}.service-row-switch span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#4a505b;border:1px solid #5f6774}.service-row-switch span:after{content:"";position:absolute;width:16px;height:16px;border-radius:999px;left:2px;top:2px;background:#fff;transition:transform .12s ease}.service-row-switch input:checked+span{background:#1f74d8;border-color:#1f74d8}.service-row-switch input:checked+span:after{transform:translate(16px)}.professional-form-section-title{margin:.2rem 0 .1rem;color:#9ea7b3;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.catalog-simple-list{display:grid;gap:.55rem}.catalog-simple-card{display:grid;grid-template-columns:4px minmax(160px,1fr) minmax(140px,auto) minmax(120px,auto) auto;align-items:center;gap:.62rem;min-height:74px;border:1px solid #565d67;border-radius:12px;background:#2d3138;padding:.68rem .78rem}.catalog-simple-card.professionals-card{grid-template-columns:4px minmax(240px,1fr) minmax(160px,auto) minmax(120px,auto) auto}.catalog-simple-card.categories-card{grid-template-columns:4px minmax(280px,1fr) minmax(140px,auto) auto}.catalog-simple-main{display:grid;gap:.24rem}.catalog-simple-main strong{color:#f2f4f7;font-size:1.1rem;letter-spacing:-.01em}.catalog-simple-main small{color:#a3acb8}.catalog-simple-extra{display:grid;text-align:right;justify-items:end}.catalog-simple-extra small{color:#9ea7b3;text-transform:uppercase;font-weight:700;letter-spacing:.03em;font-size:.72rem}.catalog-simple-extra strong{color:#e7ebf2;font-size:1rem}.status-chip{display:inline-flex;align-items:center;justify-content:center;width:fit-content;font-size:.78rem;font-weight:700;border-radius:999px;padding:.14rem .5rem;min-height:22px;border:1px solid transparent}.status-chip.active{color:#244f84;background:#d9e7f8;border-color:#d9e7f8}.status-chip.inactive{color:#d5dbe4;background:#4b525d;border-color:#5d6470}.service-row-card .btn:is(.secondary,.btn--secondary){min-height:42px;min-width:94px;border-radius:10px;border:1px solid #656b73;background:#30343b;color:#e6ebf2;font-weight:700;padding:.48rem .78rem}.catalog-simple-card .btn:is(.secondary,.btn--secondary){min-height:42px;min-width:94px;border-radius:10px;border:1px solid #656b73;background:#30343b;color:#e6ebf2;font-weight:700;padding:.48rem .78rem}.service-row-card .btn:is(.secondary,.btn--secondary):hover:not(:disabled){border-color:#7b838e;background:#353941}.catalog-simple-card .btn:is(.secondary,.btn--secondary):hover:not(:disabled){border-color:#7b838e;background:#353941}.service-fields-grid>label{min-width:0}.service-fields-grid input{width:100%;min-width:0}@media (max-width: 980px){.service-fields-grid,.services-catalog-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.services-count-pill{grid-column:span 2;justify-self:start}.service-row-card{grid-template-columns:4px minmax(0,1fr) auto auto;grid-template-areas:"accent main metric1 metric2" "accent main switch actions" "accent main . ."}.service-row-accent{grid-area:accent}.service-row-main{grid-area:main}.service-row-card .service-row-metric:nth-of-type(1){grid-area:metric1}.service-row-card .service-row-metric:nth-of-type(2){grid-area:metric2}.service-row-switch{grid-area:switch;justify-self:end}.service-row-card .btn{min-height:36px;min-width:88px;padding:.42rem .65rem}.catalog-simple-card{grid-template-columns:4px minmax(0,1fr) auto auto;grid-template-areas:"accent main extra1 extra2" "accent main actions actions"}.catalog-simple-card.professionals-card{grid-template-columns:4px minmax(0,1fr) auto auto}.catalog-simple-card.professionals-card .catalog-simple-extra.phone{grid-area:extra1}.catalog-simple-card.professionals-card .catalog-simple-extra.status{grid-area:extra2}.catalog-simple-card.categories-card{grid-template-columns:4px minmax(0,1fr) auto;grid-template-areas:"accent main extra1" "accent main actions"}.catalog-simple-card.categories-card .catalog-simple-extra.type{grid-area:extra1}.catalog-simple-card .service-row-accent{grid-area:accent}.catalog-simple-card .catalog-simple-main{grid-area:main}.catalog-simple-card .catalog-simple-extra:nth-of-type(1){grid-area:extra1}.catalog-simple-card .catalog-simple-extra:nth-of-type(2){grid-area:extra2}.catalog-simple-card .btn{grid-area:actions;justify-self:end}}@media (max-width: 640px){.service-fields-grid{grid-template-columns:1fr}.services-catalog-head{grid-template-columns:1fr;gap:.55rem}.services-catalog-head h2{font-size:1.4rem;max-width:100%}.services-catalog-filters{grid-template-columns:1fr}.services-count-pill{grid-column:auto}.service-row-card{grid-template-columns:4px 1fr;gap:.55rem}.service-row-card .service-row-metric,.service-row-switch,.service-row-card .btn,.catalog-simple-card .catalog-simple-extra,.catalog-simple-card .btn{grid-column:2;justify-self:start;text-align:left}.catalog-simple-card .catalog-simple-extra{justify-items:start}.catalog-simple-card{grid-template-columns:4px 1fr;gap:.55rem}}.schedule-v3-shell{display:grid;gap:.65rem}.schedule-v3-header{display:grid;grid-template-columns:1fr 1.35fr auto;gap:.8rem;align-items:center;border-bottom:1px solid #3a3f48;padding-bottom:.65rem}.schedule-v3-day{display:flex;gap:.55rem;align-items:center}.schedule-v3-day-number{font-size:2rem;font-weight:700;color:#1f74d8;line-height:1}.schedule-v3-day strong{display:block;text-transform:capitalize}.schedule-v3-day small{color:#b9c0ca}.schedule-v3-metrics{display:grid;grid-template-columns:repeat(3,minmax(125px,1fr));gap:.5rem}.schedule-v3-metric{min-width:0;display:grid;gap:.12rem;align-content:start}.schedule-v3-metrics strong{font-size:1.5rem;line-height:1;display:block}.schedule-v3-metrics small{color:#b9c0ca;font-size:.8rem;display:block;line-height:1.2}.schedule-v3-metrics .is-green{color:#2e8f2e;white-space:nowrap}.schedule-v3-metrics .is-yellow{color:#d39a1f}.schedule-v3-actions{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.schedule-v3-new-btn,.schedule-v3-attendance-btn{white-space:nowrap}.schedule-voice-btn.listening{border-color:#4f7bab;color:#dbeeff}.schedule-voice-btn.processing{border-color:#d39a1f;color:#fde2a8}.schedule-voice-btn.error{border-color:#d26b6b;color:#ffd4d4}.schedule-v3-body{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:.65rem}.schedule-v3-mobile-tabs{display:none}.schedule-v3-cancelled-toggle{display:inline-flex;align-items:center;gap:.35rem;color:#c8ced7;font-size:.84rem;font-weight:600}.schedule-v3-cancelled-toggle input{width:15px;height:15px}.desktop-only-inline{margin-left:.2rem}.schedule-v3-timeline{border:1px solid #3d4450;border-radius:12px;overflow:auto;position:relative;background:linear-gradient(180deg,#242a33,#21262f);box-shadow:inset 0 1px #ffffff05}.schedule-v3-grid{position:relative;min-height:300px;display:grid;grid-template-columns:56px minmax(0,1fr)}.schedule-v3-grid-tick{grid-column:1 / -1;border-top:1px dashed rgba(98,111,128,.42);border-bottom:1px dashed transparent;z-index:1;position:relative}.schedule-v3-grid-tick.hour{border-top-style:solid;border-top-color:#79899d9e}.schedule-v3-grid-label{position:absolute;left:9px;top:9px;color:#8e9aad;font-size:.7rem;font-weight:500;letter-spacing:.01em}.schedule-v3-grid-tick.hour .schedule-v3-grid-label{color:#d6dce6;font-size:.84rem;font-weight:700}.schedule-v3-free-slot{grid-column:2;margin:3px 10px;border:1px dashed rgba(106,121,141,.44);background:#2a303a85;color:#95a2b4;border-radius:8px;text-align:left;padding:.33rem .62rem;font-size:.8rem;font-weight:500;z-index:2;align-self:stretch;transition:.14s ease}.schedule-v3-free-slot.available{border-color:#6a798d70;color:#95a2b4;background:#2a303a85}.schedule-v3-free-slot.unavailable{border-color:#5f697780;color:#7f8b9b;background:#1f232b94;opacity:.88}.schedule-v3-free-slot:hover{border-color:#4f7bab;color:#d6e5f8;background:#3549619e}.schedule-v3-block{grid-column:2;margin:2px 10px;border:1px solid rgba(203,122,52,.66);border-left:3px solid #d9914c;border-radius:9px;padding:.42rem .56rem;background:#5f3c1ead;color:#f4dcc4;z-index:2;align-self:stretch;overflow:hidden}.schedule-v3-block strong{display:block;font-size:.86rem;line-height:1.15}.schedule-v3-block small{display:block;color:#f0cfb2;font-size:.78rem;opacity:.95}.schedule-v3-empty{border:1px dashed #4e5460;background:#2b2f35;color:#d8dde5;border-radius:8px;text-align:left;padding:.45rem .6rem;font-weight:500}.schedule-v3-appointment{grid-column:2;margin:2px 10px;border:1px solid rgba(93,110,132,.72);border-radius:9px;padding:.5rem .6rem;background:#d9e7f8;color:#1f2a3a;display:flex;justify-content:space-between;gap:.75rem;text-align:left;z-index:3;align-self:stretch;overflow:hidden;box-shadow:0 1px #ffffff26,0 4px 10px #06090e38}.schedule-v3-appointment strong{display:block;font-size:.96rem;line-height:1.15;font-weight:700}.schedule-v3-appointment small{color:inherit;font-size:.84rem;opacity:.92}.schedule-v3-appointment-meta{text-align:right;min-width:66px}.schedule-v3-appointment-meta span{display:block;font-weight:700;font-size:1rem}.schedule-v3-appointment.cancelled{background:#3a3e45!important;border-left-color:#8f949d!important;color:#c8cdd5!important;opacity:.9}.schedule-v3-appointment.cancelled strong,.schedule-v3-appointment.cancelled small{color:#c8cdd5!important;text-decoration:line-through}.schedule-v3-appointment.completed{background:#dbe8d3!important;border-left-color:#5f9b45!important;color:#1f3a1f!important}.schedule-v3-appointment.completed strong,.schedule-v3-appointment.completed small{color:#1f3a1f!important}.schedule-v3-cancelled-badge{display:inline-block;margin-top:.28rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;border:1px solid #9aa0aa;border-radius:999px;padding:.08rem .38rem}.schedule-v3-completed-badge{display:inline-block;margin-top:.28rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;border:1px solid #6ea85a;border-radius:999px;padding:.08rem .38rem;color:#2f5f20;background:#c6e0bcb3}.schedule-v3-appointment.blue{background:#dce8f6;border-left:3px solid #2f7fd8}.schedule-v3-appointment.pink{background:#eddbe4;border-left:3px solid #d05d8f}.schedule-v3-appointment.green{background:#dde8d2;border-left:3px solid #4d9d2e}.schedule-v3-appointment.yellow{background:#ebe1cf;border-left:3px solid #d39a1f}.schedule-v3-sidebar{border:1px solid #3a3f48;border-radius:10px;padding:.55rem;display:grid;gap:.6rem;align-content:start}.schedule-v3-month-head{display:flex;justify-content:space-between;align-items:center;gap:.4rem}.schedule-v3-month-nav{display:flex;gap:.2rem}.schedule-v3-weekdays,.schedule-v3-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.2rem}.schedule-v3-weekdays span{text-align:center;color:#aeb5bf;font-size:.74rem}.schedule-v3-day-btn{border:1px solid transparent;border-radius:6px;background:transparent;color:#e5e9ef;height:26px;font-size:.8rem;position:relative;display:inline-flex;align-items:center;justify-content:center}.schedule-v3-day-btn.outside{opacity:.45}.schedule-v3-day-btn.selected{background:#1f74d8;color:#fff}.schedule-v3-day-btn.has-block{border-color:#d69248a6}.schedule-v3-day-btn.has-appointment{box-shadow:inset 0 0 0 1px #6295cf73}.schedule-v3-day-markers{position:absolute;left:50%;bottom:2px;transform:translate(-50%);display:inline-flex;gap:3px;align-items:center}.schedule-v3-day-markers i{width:4px;height:4px;border-radius:999px;display:inline-block}.schedule-v3-day-markers .appointment-dot{background:#76aef0}.schedule-v3-day-markers .block-dot{background:#df9b58}.schedule-v3-professionals h4{margin:0;font-size:.82rem;text-transform:uppercase;color:#aeb5bf}.schedule-v3-professionals ul{list-style:none;margin:.35rem 0 0;padding:0;display:grid;gap:.28rem}.schedule-v3-professionals li{font-size:.9rem}.schedule-v3-prof-btn{width:100%;border:1px solid transparent;background:transparent;border-radius:8px;color:#e5e9ef;display:flex;align-items:center;gap:.35rem;padding:.2rem .25rem;text-align:left}.schedule-v3-prof-btn:hover{border-color:#4c525d}.schedule-v3-prof-btn.active{border-color:#5a86b8;background:#2f3a47}.schedule-v3-dot{width:8px;height:8px;border-radius:999px;display:inline-block}.schedule-v3-dot.blue{background:#2f7fd8}.schedule-v3-dot.pink{background:#d05d8f}.schedule-v3-dot.green{background:#4d9d2e}.schedule-v3-dot.yellow{background:#d39a1f}.schedule-v3-mobile-professionals{display:none}@media (max-width: 980px){.schedule-v3-header,.schedule-v3-body{grid-template-columns:1fr}.schedule-v3-sidebar{order:-1}}@media (max-width: 767px){.schedule-v3-shell{gap:.55rem}.schedule-v3-header{gap:.55rem;padding-bottom:.55rem}.schedule-v3-day-number{font-size:1.7rem}.schedule-v3-day strong{font-size:.98rem}.schedule-v3-day small{font-size:.8rem}.schedule-v3-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.schedule-v3-metric{border:1px solid #424851;background:#2a2e35;border-radius:8px;padding:.35rem .42rem}.schedule-v3-metric:last-child{grid-column:1 / -1}.schedule-v3-metrics strong{font-size:1.06rem;display:block}.schedule-v3-metrics small{font-size:.7rem;display:block;margin-top:.1rem}.schedule-v3-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.schedule-v3-new-btn,.schedule-v3-attendance-btn,.schedule-voice-btn{grid-column:1 / -1}.schedule-v3-actions .btn{width:100%;min-height:34px;padding:.35rem .4rem;font-size:.9rem}.schedule-v3-mobile-tabs{display:grid;grid-template-columns:1fr 1fr auto;gap:.35rem;align-items:center}.schedule-v3-mobile-professionals{display:block;margin-top:.3rem}.schedule-v3-body .schedule-v3-sidebar .schedule-v3-professionals{display:none}.schedule-v3-mobile-tabs button{border:1px solid #4a505a;background:#2a2e35;color:#dbe0e8;min-height:36px;border-radius:9px;font-weight:600;font-size:.88rem}.schedule-v3-mobile-tabs button.active{border-color:#5d92cc;background:#324255;color:#eef5ff}.desktop-only-inline{display:none}.schedule-v3-cancelled-toggle.mobile-toggle{justify-self:end;font-size:.78rem}.schedule-v3-body{gap:.55rem}.schedule-v3-body.mobile-tab-day .schedule-v3-sidebar,.schedule-v3-body.mobile-tab-calendar .schedule-v3-timeline{display:none}.schedule-v3-sidebar{padding:.5rem;border-radius:9px}.schedule-v3-month-head strong{font-size:.92rem}.schedule-v3-weekdays span{font-size:.68rem}.schedule-v3-day-btn{height:24px;font-size:.74rem;border-radius:5px}.schedule-v3-professionals h4{font-size:.76rem}.schedule-v3-prof-btn{font-size:.85rem;padding:.18rem .22rem}.schedule-v3-timeline{border-radius:9px}.schedule-v3-grid{grid-template-columns:46px minmax(0,1fr)}.schedule-v3-grid-label{left:7px;font-size:.64rem;top:9px}.schedule-v3-grid-tick.hour .schedule-v3-grid-label{font-size:.76rem}.schedule-v3-free-slot{margin:2px 6px;font-size:.72rem;padding:.24rem .45rem}.schedule-v3-block{margin:2px 6px;border-radius:7px;padding:.32rem .4rem}.schedule-v3-block strong{font-size:.78rem}.schedule-v3-block small{font-size:.7rem}.schedule-v3-empty{border-radius:7px;padding:.4rem .48rem;font-size:.82rem}.schedule-v3-appointment{margin:2px 6px;border-radius:7px;padding:.36rem .44rem;gap:.45rem;align-items:flex-start}.schedule-v3-appointment strong{font-size:.9rem}.schedule-v3-appointment small{font-size:.78rem;line-height:1.2}.schedule-v3-appointment-meta{min-width:52px}.schedule-v3-appointment-meta span{font-size:.82rem}.schedule-v3-appointment-meta small{font-size:.72rem}}.voice-command-modal,.voice-availability-modal,.voice-draft-modal{max-width:760px}.voice-draft-modal{background:#f3f3f3;color:#2a2a2a;border:1px solid #d7d7d7}.voice-draft-form{display:grid;gap:.85rem}.voice-draft-head{border-bottom:1px solid #d8d8d8;margin:-.35rem -.35rem 0;padding:.35rem .35rem .8rem}.voice-draft-head-main{display:flex;align-items:center;gap:.65rem}.voice-draft-head-main h3{margin:0;color:#212121}.voice-draft-head-main small{color:#7a7a7a;font-size:.95rem}.voice-draft-head-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#e8f2ff;font-size:1.2rem}.voice-draft-close-btn{min-width:44px;min-height:44px;font-size:1.25rem;line-height:1}.voice-draft-alert{border:1px solid #dfdfdf;border-radius:14px;background:#f7f7f7}.voice-draft-alert p{margin:0;color:#4a4a4a;display:flex;align-items:center;gap:.5rem}.voice-draft-alert p span{color:#e24e4e}.voice-command-label{font-size:.78rem;letter-spacing:.1em;font-weight:800;color:#8c8c8c}.voice-command-label textarea{margin-top:.45rem}.voice-reinterpret-btn{width:100%;border:1px solid #b7bec9!important;color:#2f5f9a!important;background:#f8fafc!important;font-size:1.45rem;min-height:46px}.voice-section{border:1px solid #d2d2d2;border-radius:16px;background:#fff;padding:.85rem}.voice-draft-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.voice-service-list{display:grid;gap:.45rem}.voice-select-block{display:grid;gap:.42rem}.voice-select-grid{display:flex;flex-wrap:wrap;gap:.45rem}.voice-select-cell{border:1px solid #cfc8c0;background:#fff;color:#4b4b4b;border-radius:999px;padding:.42rem .95rem;min-height:40px;display:inline-flex;align-items:center;gap:.42rem;font-size:.98rem;font-weight:600;line-height:1}.voice-select-cell.active{border-color:#0f58a8;background:#0f58a8;color:#fff;font-weight:700;box-shadow:0 0 0 2px #0f58a840}.voice-service-options{display:flex;flex-wrap:wrap;gap:.4rem}.voice-service-pill{border:1px solid #cfc8c0;background:#fff;color:#3f3f3f;border-radius:999px;padding:.42rem .95rem;min-height:40px;display:inline-flex;align-items:center;gap:.42rem;font-size:.98rem;font-weight:600;line-height:1}.voice-service-pill.active{border-color:#0f58a8;background:#0f58a8;color:#fff;box-shadow:0 0 0 2px #0f58a840,0 2px 8px #08101f66}.voice-service-qty-stepper{margin-left:auto;display:inline-flex;align-items:center;gap:.3rem}.voice-service-qty-stepper .btn{min-height:28px;min-width:28px;padding:0;border-radius:999px}.voice-service-qty-stepper strong{min-width:20px;text-align:center}.voice-service-pill.disabled{opacity:.72;color:#c7d0dd}.voice-select-cell:before,.voice-service-pill:before{content:"";width:8px;height:8px;border-radius:999px;background:#2d74c0;flex:0 0 auto}.voice-select-cell.active:before,.voice-service-pill.active:before{background:#fff}.voice-field-warning{border:1px solid rgba(211,154,31,.65);border-radius:8px;padding:.45rem;background:#704f102e}.voice-section.voice-field-warning{background:#fff}.voice-dark-field input,.voice-dark-field textarea{background:#2c2c2c;border-color:#3a3a3a;color:#f3f3f3}.voice-date-adjusted-hint{display:block;margin-top:-.2rem;color:#7a5a19;font-weight:600}.voice-summary-card{border:1px solid #d2d2d2;border-radius:16px;overflow:hidden;background:#fbfbfb;padding:0}.voice-summary-card h4{margin:0;padding:.7rem .9rem;color:#b8d9ff;letter-spacing:.05em;font-size:1rem;background:#171717}.voice-summary-card p{margin:.3rem .9rem;color:#4a4a4a}.voice-summary-card p strong{color:#232323}.voice-draft-summary p{margin:.22rem .9rem}@media (max-width: 767px){.voice-draft-grid{grid-template-columns:1fr}}@media (max-width: 767px){.shell-root{grid-template-columns:1fr!important}.shell-content{width:100%;min-width:0}.datetime-head-grid{grid-template-columns:1fr;gap:.5rem}.datetime-inline-field input{min-height:44px;font-size:1rem}.duration-preview-box{min-height:44px;border-radius:9px}.duration-preview-box strong{font-size:1.55rem}.time-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.time-pill{min-height:30px;font-size:.82rem}.time-legend{flex-wrap:wrap;gap:.7rem;font-size:.84rem}}.client-detail-modal{width:min(980px,100%);padding:0;background:#2f2f2f;border-color:#545454}.client-detail-modal-head{padding:1.1rem 1.2rem;margin:0;border-bottom:1px solid #505050;background:#303030}.client-detail-v2{display:grid;gap:0}.client-hero{display:grid;grid-template-columns:1fr auto;gap:.8rem;align-items:center;padding:1.2rem;border-bottom:1px solid #505050;background:#333}.client-hero-main{display:flex;align-items:center;gap:.9rem}.client-hero-avatar{width:78px;height:78px;border-radius:999px;background:#dce8f6;color:#1f4f84;border:1px solid #eef4fb;display:grid;place-items:center;font-size:1.9rem;font-weight:700}.client-hero h3{margin:0;font-size:2rem;color:#fff}.client-hero p{margin:.25rem 0 0;color:silver;font-size:1.05rem}.client-detail-grid{padding:0 1.2rem 1.1rem;border-bottom:1px solid #505050;background:#333;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1.3rem}.client-detail-grid small{display:block;text-transform:uppercase;letter-spacing:.03em;font-weight:700;color:#a8a8a8;margin-bottom:.18rem}.client-detail-grid strong{color:#fff;font-size:1.05rem}.client-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #505050;background:#303030}.client-tabs button{border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#bcbcbc;font-weight:600;padding:.8rem;cursor:pointer}.client-tabs button.active{color:#2f7fd8;border-bottom-color:#2f7fd8}.client-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;padding:.95rem 1.2rem;background:#303030}.client-kpis article{border:1px solid #4d4d4d;border-radius:12px;background:#292929;text-align:center;padding:.7rem .6rem}.client-kpis strong{color:#fff;display:block;font-size:1.7rem;line-height:1}.client-kpis article:nth-child(2) strong{color:#2f8f2f}.client-kpis small{color:#bcbcbc}.client-history-cards{display:grid;gap:.75rem;padding:0 1.2rem 1.2rem;background:#303030}.client-history-card{border:1px solid #545454;border-radius:12px;overflow:hidden;background:#2f2f2f}.client-history-card header{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;padding:.75rem .9rem;border-bottom:1px solid #4d4d4d;background:#2d2d2d}.client-history-card h5{margin:0;color:#fff;font-size:1.45rem}.client-history-card header small{color:#b7b7b7}.history-status{border-radius:999px;padding:.25rem .7rem;font-size:.9rem;font-weight:700;text-transform:capitalize}.history-status.scheduled{background:#dce8f6;color:#235d97}.history-status.rescheduled{background:#f0dfbe;color:#9a640f}.history-status.completed{background:#dde8d2;color:#2d6e21}.history-body{display:grid;gap:.55rem;padding:.75rem .9rem;background:#333}.history-info-row{display:flex;align-items:flex-start;gap:.62rem}.history-dot{width:14px;height:14px;border-radius:999px;margin-top:.25rem;flex:0 0 auto;border:1px solid rgba(255,255,255,.25)}.history-dot.blue{background:#2f7fd8}.history-dot.pink{background:#d05d8f}.history-dot.green{background:#4d9d2e}.history-dot.yellow{background:#d39a1f}.history-info-row small{color:#b7b7b7}.history-info-row strong{color:#fff;display:block}.client-history-card footer{border-top:1px solid #4d4d4d;display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.65rem .9rem;background:#2d2d2d}.client-history-card footer span{color:#c3c3c3;font-size:1.05rem}.client-history-card footer strong{color:#2f7fd8;font-size:2rem}.client-tab-panel{margin:1rem 1.2rem 1.2rem;background:#2f2f2f;border-color:#4d4d4d}@media (max-width: 900px){.client-detail-modal{width:min(96vw,980px)}.client-hero{grid-template-columns:1fr;align-items:stretch}.client-hero h3{font-size:1.6rem}.client-hero-avatar{width:64px;height:64px;font-size:1.5rem}.client-detail-grid,.client-kpis{grid-template-columns:1fr}.client-history-card h5{font-size:1.1rem}.client-history-card footer strong{font-size:1.3rem}}:root{--bg: #0F172A;--bg-soft: #111827;--surface: #1F2937;--text: #FFFFFF;--muted: #9CA3AF;--line: rgba(255, 255, 255, .05);--brand: #6366F1;--brand-soft: #4F46E5;--accent: #6366F1;--danger: #EF4444;--success: #22C55E;--warning: #F59E0B;--shadow: 0 10px 30px rgba(0, 0, 0, .3)}*{scrollbar-width:thin;scrollbar-color:#374151 #111827}body{font-family:Inter,Plus Jakarta Sans,Segoe UI,sans-serif;background:radial-gradient(circle at 84% 6%,rgba(99,102,241,.18) 0%,transparent 24%),radial-gradient(circle at 8% 92%,rgba(139,92,246,.13) 0%,transparent 26%),var(--bg);color:var(--text)}h1,h2,h3,h4,strong{font-family:Plus Jakarta Sans,Inter,sans-serif;letter-spacing:-.01em}button,a,input,select,textarea,.shell-nav-link,.day-cell,.schedule-v3-prof-btn,.schedule-v3-day-btn,.schedule-v3-appointment,.schedule-v3-free-slot,.list li,.btn{transition:all .2s ease}.card,.modal-card,.dashboard-panel,.auth-card,.day-side-panel,.schedule-v3-sidebar,.schedule-v3-timeline,.state{border-radius:14px;border:1px solid var(--line);box-shadow:var(--shadow);background:var(--bg-soft)}.card-title,h2,h3{font-weight:700}small,label small,.helper,.muted,.auth-footnote,.shell-topbar p,.client-detail-grid small,.schedule-v3-metrics small,.dashboard-metric-item small{color:var(--muted)!important}label{gap:.42rem;font-size:.82rem;font-weight:600;color:#d1d5db;text-transform:uppercase;letter-spacing:.04em}input,textarea,select,.login-v2-input-wrap{background:#0b1220;border:1px solid rgba(255,255,255,.08);color:#f9fafb;border-radius:12px;min-height:46px}textarea{min-height:92px}input::placeholder,textarea::placeholder{color:#6b7280}input:focus,textarea:focus,select:focus,.login-v2-input-wrap:focus-within{outline:none;border-color:#6366f1!important;box-shadow:0 0 0 2px #6366f14d}.btn{min-height:48px;border-radius:12px;border:1px solid rgba(255,255,255,.08);font-weight:700;letter-spacing:.01em}.btn.btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn.btn--primary:hover{filter:brightness(1.08);box-shadow:0 8px 26px #6366f159}.btn:is(.secondary,.btn--secondary){background:#1e293b;border-color:#ffffff1f;color:#e5e7eb}.btn:is(.secondary,.btn--secondary):hover{border-color:#6366f1a6;color:#fff}.btn:is(.danger,.btn--danger){background:#ef444433;border-color:#ef444473;color:#fca5a5}.btn.btn--link{min-height:auto;padding:0;border:none;background:transparent;color:#93c5fd;text-decoration:underline;text-underline-offset:2px}.btn.btn--icon,.btn.btn--icon-only{width:40px;min-width:40px;padding:0}button.btn[type=submit]:not(.btn--secondary):not(.btn--danger):not(.btn--ghost):not(.btn--link):not(.btn--icon):not(.btn--icon-only),.btn.btn--primary,.btn.dashboard-primary-action,.btn.schedule-v3-new-btn,.btn.customer-submit-btn,.btn.login-v2-submit,.services-catalog-filters>.btn:not(.btn--secondary):not(.btn--danger):not(.btn--ghost),.inline-actions>.btn:not(.btn--secondary):not(.btn--danger):not(.btn--ghost),.salon-template-footer .btn:not(.btn--secondary):not(.btn--danger):not(.btn--ghost){background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f18c;color:#fff}button.btn[type=submit]:not(.btn--secondary):not(.btn--danger):not(.btn--ghost):not(.btn--link):not(.btn--icon):not(.btn--icon-only):hover:not(:disabled),.btn.btn--primary:hover:not(:disabled),.btn.dashboard-primary-action:hover:not(:disabled),.btn.schedule-v3-new-btn:hover:not(:disabled),.btn.customer-submit-btn:hover:not(:disabled),.btn.login-v2-submit:hover:not(:disabled),.services-catalog-filters>.btn:not(.btn--secondary):not(.btn--danger):not(.btn--ghost):hover:not(:disabled),.inline-actions>.btn:not(.btn--secondary):not(.btn--danger):not(.btn--ghost):hover:not(:disabled),.salon-template-footer .btn:not(.btn--secondary):not(.btn--danger):not(.btn--ghost):hover:not(:disabled){filter:brightness(1.08);box-shadow:0 8px 26px #6366f159}.shell-root{background:transparent;grid-template-columns:260px 1fr}.shell-sidebar{background:#0b1220;border-right:1px solid var(--line)}.shell-brand-mark{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 6px 20px #6366f159}.shell-nav-section h3{color:#6b7280;font-size:.72rem;font-weight:700}.shell-nav-link{display:flex;align-items:center;gap:.62rem;border:1px solid transparent;color:#d1d5db;border-radius:12px;min-height:42px}.shell-nav-link:hover{background:#6366f11f;border-color:#6366f140;color:#fff}.shell-nav-link-active{background:#6366f133;border-color:#6366f166;color:#fff}.shell-nav-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;opacity:.92}.shell-nav-icon svg{width:18px;height:18px;display:block;stroke:currentColor}.shell-topbar{background:#111827d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.shell-topbar h1{font-size:1.18rem;font-weight:700}.mobile-bottom-nav{background:#0b1220f2;border-top:1px solid var(--line)}.mobile-nav-item.active{background:#6366f133;color:#fff}.dashboard-hero,.dashboard-metric-item,.dashboard-list-card,.metric,.list li,.detail-box{background:#111827;border:1px solid var(--line)}.dashboard-hero.dashboard-v3-hero{border:0}.schedule-v3-header{border-bottom:1px solid var(--line)}.schedule-v3-timeline{background:linear-gradient(180deg,#111827,#0f172a)}.schedule-v3-grid-tick{border-top:1px dashed rgba(156,163,175,.2)}.schedule-v3-grid-tick.hour{border-top-style:solid;border-top-color:#9ca3af52}.schedule-v3-grid-label,.schedule-v3-grid-tick.hour .schedule-v3-grid-label{color:#9ca3af}.schedule-v3-free-slot{background:#1f29379e;border-color:#ffffff14;color:#9ca3af}.schedule-v3-free-slot:hover,.schedule-v3-free-slot.available:hover{border-color:#6366f199;color:#fff;background:#6366f12e}.schedule-v3-appointment{border-left:4px solid #6366F1;background:#6366f126;color:#e5e7eb;border-color:#6366f159}.schedule-v3-appointment.normal{border-left-color:#6366f1;background:#6366f126}.schedule-v3-appointment.pending{border-left-color:#f59e0b;background:#f59e0b29;border-color:#f59e0b59}.schedule-v3-appointment.cancelled{border-left-color:#ef4444!important;background:#ef444429!important;border-color:#ef444459!important;color:#fca5a5!important}.schedule-v3-appointment.completed{border-left-color:#22c55e!important;background:#22c55e26!important;border-color:#22c55e59!important;color:#bbf7d0!important}.schedule-v3-appointment.completed strong,.schedule-v3-appointment.completed small,.schedule-v3-appointment.completed .schedule-v3-appointment-meta span,.schedule-v3-appointment.completed .schedule-v3-appointment-meta small{color:#ecfdf3!important;opacity:1!important}.schedule-v3-cancelled-badge,.schedule-v3-completed-badge,.pill,.status-chip{border-radius:999px}.schedule-v3-day-btn.selected,.seg.active{background:#6366f13d;border-color:#6366f18c;color:#fff}.client-detail-modal{background:#111827;border-color:var(--line)}.client-detail-modal-head,.client-hero,.client-detail-grid,.client-tabs,.client-kpis,.client-history-cards,.history-body,.client-history-card,.client-history-card header,.client-history-card footer,.client-tab-panel{background:#111827;border-color:var(--line)!important}.client-hero-avatar{background:linear-gradient(135deg,#6366f138,#8b5cf633);border-color:#6366f173;color:#e0e7ff}.client-tabs button.active{color:#a5b4fc;border-bottom-color:#6366f1}.client-kpis article{background:#0f172a}.client-history-card{border-radius:14px}.client-history-card h5,.client-history-card strong,.client-hero h3,.client-detail-grid strong{color:#fff}.history-status.scheduled{background:#6366f138;color:#c7d2fe}.history-status.rescheduled{background:#f59e0b33;color:#fde68a}.history-status.completed{background:#22c55e33;color:#bbf7d0}.modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-card{animation:modal-enter .2s ease}@keyframes modal-enter{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 980px){.shell-root{grid-template-columns:1fr}}.appointment-modal-card{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;max-height:min(92vh,860px)}.appointment-modal-content{padding:.75rem 1.35rem .4rem;min-height:0;overflow-y:auto}.appointment-actions-bar{position:sticky;bottom:0;z-index:4;margin:0!important;padding:.78rem 1.35rem 1rem;background:linear-gradient(180deg,#111827b8,#111827 28%);border-top:1px solid rgba(255,255,255,.06)}.appointment-time-grid-wrap{max-height:240px;overflow-y:auto;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:.45rem;background:#0f172ab8}@media (max-width: 767px){.appointment-modal-card{max-height:94vh}.appointment-time-grid-wrap{max-height:180px}.appointment-actions-bar{padding:.7rem 1rem .9rem}.appointment-modal-content{padding:.65rem 1rem .4rem}}.muted-pill{background:#9ca3af2e;color:#d1d5db;border-color:#9ca3af40}.modal-backdrop{z-index:200}.mobile-bottom-nav{z-index:80;padding-bottom:calc(.35rem + env(safe-area-inset-bottom))}.shell-content{padding-bottom:calc(5.3rem + env(safe-area-inset-bottom))}.appointment-modal-card{max-height:calc(100vh - 1rem - env(safe-area-inset-bottom))}.appointment-modal-content{padding:.75rem 1.35rem .4rem}.schedule-v3-shell,.schedule-v3-body,.schedule-v3-timeline,.schedule-v3-grid{min-width:0;width:100%}.schedule-v3-timeline{scrollbar-gutter:stable both-edges}.schedule-v3-grid{box-sizing:border-box;padding-right:.35rem}.schedule-v3-appointment{box-sizing:border-box;min-width:0}.schedule-v3-appointment>div:first-child{min-width:0}.schedule-v3-appointment small{display:block;overflow-wrap:anywhere}.schedule-v3-appointment-meta{flex:0 0 auto}@media (max-width: 767px){.schedule-v3-timeline{overflow-x:hidden}.schedule-v3-grid{grid-template-columns:44px minmax(0,1fr);padding-right:.5rem}.schedule-v3-free-slot,.schedule-v3-block,.schedule-v3-appointment{margin-left:4px;margin-right:4px;max-width:calc(100% - 8px);width:auto;box-sizing:border-box}.schedule-v3-appointment{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:.4rem}.schedule-v3-appointment>div:first-child{min-width:0}.schedule-v3-appointment-meta{min-width:48px;text-align:right}.catalog-simple-card.categories-card.categories-entry{grid-template-columns:4px minmax(0,1fr) auto;grid-template-areas:"accent main actions";align-items:start}.catalog-simple-card.categories-card.categories-entry .catalog-simple-main{display:grid;gap:.18rem;min-width:0;grid-area:main}.catalog-simple-card.categories-card.categories-entry .catalog-simple-main strong,.catalog-simple-card.categories-card.categories-entry .catalog-simple-main small{display:block;visibility:visible;opacity:1;white-space:normal;overflow-wrap:anywhere}.catalog-simple-card.categories-card.categories-entry>.btn:is(.secondary,.btn--secondary){grid-area:actions;align-self:center;justify-self:end}.catalog-simple-card.professionals-card.professionals-entry{grid-template-columns:4px minmax(0,1fr);grid-template-areas:"accent main" "accent phone" "accent status" "accent actions";align-items:start;gap:.42rem}.catalog-simple-card.professionals-card.professionals-entry .catalog-simple-main{grid-area:main;min-width:0}.catalog-simple-card.professionals-card.professionals-entry .catalog-simple-extra.phone{grid-area:phone;justify-items:start;text-align:left}.catalog-simple-card.professionals-card.professionals-entry .catalog-simple-extra.status{grid-area:status;justify-items:start;text-align:left}.catalog-simple-card.professionals-card.professionals-entry>.btn:is(.secondary,.btn--secondary){grid-area:actions;justify-self:start}.service-row-card{grid-template-columns:4px minmax(0,1fr) minmax(96px,auto);grid-template-areas:"accent main metric1" "accent main metric2" "accent switch actions";align-items:start}.service-row-card .service-row-main{min-width:0}.service-row-card .service-row-main strong,.service-row-card .service-row-main small{white-space:normal;overflow-wrap:anywhere}.service-row-card .service-row-metric:nth-of-type(1){grid-area:metric1;justify-items:end;text-align:right}.service-row-card .service-row-metric:nth-of-type(2){grid-area:metric2;justify-items:end;text-align:right}.service-row-card .service-row-switch{grid-area:switch;justify-self:start;margin-top:.2rem}.service-row-card .btn:is(.secondary,.btn--secondary){grid-area:actions;justify-self:end;min-width:88px}}.onboarding-page{padding:.8rem}.onboarding-card{width:min(760px,100%)}.onboarding-form label{min-width:0}.onboarding-form input{width:100%;min-width:0}.onboarding-hint{display:block;margin-top:-.15rem;margin-bottom:.55rem;color:#93a8c7;font-size:.78rem}.onboarding-stepper{display:grid;gap:.55rem}.onboarding-progress{width:100%;height:6px;border-radius:999px;background:#778daa33;overflow:hidden}.onboarding-progress>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,#4f8cff,#3474f2);transition:width .16s ease}.onboarding-stepper-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.onboarding-stepper-buttons button{border:1px solid rgba(126,147,175,.28);border-radius:10px;background:#08102033;color:#afbed6;padding:.48rem .55rem;display:inline-flex;align-items:center;justify-content:center;gap:.38rem;cursor:pointer;transition:all .12s}.onboarding-stepper-buttons button strong{width:1.25rem;height:1.25rem;border-radius:999px;border:1px solid rgba(140,160,185,.5);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem}.onboarding-stepper-buttons button span{font-size:.79rem;font-weight:600}.onboarding-stepper-buttons button:hover{border-color:#4f8cff94;color:#d5e3f8}.onboarding-stepper-buttons button.active{border-color:#4f8cffb3;background:#3871e040;color:#e8f1ff}.onboarding-stepper-buttons button.active strong{border-color:#93baffe6;background:#1246aa7a}.onboarding-optional-group{border:1px solid rgba(125,146,176,.24);border-radius:10px;padding:.6rem;display:grid;gap:.52rem}.onboarding-optional-group>small{color:#93a8c7;font-size:.75rem}.onboarding-actions{display:flex;align-items:center;justify-content:flex-end;gap:.52rem}@media (max-width: 767px){.onboarding-page{padding:.5rem;align-items:start}.onboarding-card{width:100%;padding:.9rem;border-radius:12px}.onboarding-card h1{font-size:2rem;line-height:1.08;margin-bottom:.5rem}.onboarding-form{gap:.55rem}.onboarding-form .split-2{grid-template-columns:1fr;gap:.55rem}.onboarding-form .split-2.onboarding-address-pair{grid-template-columns:1fr .62fr;gap:.45rem}.onboarding-form label{font-size:.75rem;line-height:1.25}.onboarding-stepper-buttons button{padding:.45rem .42rem;gap:.3rem}.onboarding-stepper-buttons button span{font-size:.72rem}}@supports (-webkit-touch-callout: none){.app-shell,.shell-root{min-height:100svh}@media (max-width: 767px){.shell-content{padding-bottom:calc(5.8rem + env(safe-area-inset-bottom))}.modal-backdrop{padding-top:max(.75rem,env(safe-area-inset-top));padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}.modal-card,.appointment-modal-card{max-height:calc(100dvh - 1.2rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.appointment-modal-content{padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}.appointment-actions-bar{bottom:env(safe-area-inset-bottom);padding-bottom:calc(.85rem + env(safe-area-inset-bottom))}.schedule-v3-timeline{overflow-y:scroll;-webkit-overflow-scrolling:touch}.schedule-v3-grid{padding-right:.65rem}.schedule-v3-free-slot,.schedule-v3-block,.schedule-v3-appointment{margin-right:6px}}@media (max-width: 932px) and (orientation: landscape){.shell-content{padding-bottom:calc(4.6rem + env(safe-area-inset-bottom))}.schedule-v3-header{gap:.55rem;padding:.55rem .65rem}.schedule-v3-body{grid-template-columns:minmax(0,1fr) 210px;gap:.55rem}.schedule-v3-timeline{max-height:calc(100dvh - 13.6rem - env(safe-area-inset-bottom))}.schedule-v3-grid{min-height:360px;grid-template-columns:42px minmax(0,1fr);padding-right:.5rem}.schedule-v3-free-slot,.schedule-v3-block,.schedule-v3-appointment{margin-left:3px;margin-right:5px}.modal-backdrop{padding-top:max(.5rem,env(safe-area-inset-top));padding-bottom:calc(.5rem + env(safe-area-inset-bottom))}.modal-card,.appointment-modal-card{width:min(760px,100%);max-height:calc(100dvh - 1rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.appointment-modal-content{max-height:calc(100dvh - 13.4rem - env(safe-area-inset-bottom));overflow-y:auto}.appointment-actions-bar{padding:.62rem .9rem calc(.62rem + env(safe-area-inset-bottom))}}}.brand-mark,.shell-brand-mark{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:1px solid rgba(139,92,246,.42)!important;color:#fff!important;box-shadow:0 6px 20px #6366f152!important}.login-v2-brand-mark{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:1px solid rgba(139,92,246,.42)!important;box-shadow:0 6px 20px #6366f152!important;color:#fff!important}.login-v2-hair-icon{fill:#eef2ff!important}.system-brand-icon{width:18px;height:18px;fill:#eef2ff}.shell-brand-mark{overflow:hidden}.shell-brand-mark.has-logo{background:#f3f4f6!important;border:1px solid rgba(255,255,255,.35)!important;box-shadow:0 6px 16px #0000003d!important}.shell-brand-logo{width:100%;height:100%;object-fit:cover;display:block}.active-pill{border-color:#6366f1a6!important;background:#6366f129!important;color:#fff!important}.inline-actions{display:flex;gap:.5rem;flex-wrap:wrap}.inline-check{display:inline-flex;align-items:center;gap:.45rem;font-size:.92rem;color:var(--text)}.schedule-v3-weekly-wrap{margin-top:.8rem;display:grid;gap:.6rem;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-v3-month-sidebar-layout{margin-top:.8rem;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);gap:.75rem;min-width:0}.schedule-v3-month-pane,.schedule-v3-month-sidebar{border:1px solid var(--line);border-radius:12px;background:#111827;padding:.6rem;min-width:0}.schedule-v3-month-pane-head{display:grid;grid-template-columns:auto 1fr auto;gap:.6rem;align-items:center;margin-bottom:.55rem}.schedule-v3-month-pane-head strong{text-align:center;font-size:1.05rem;text-transform:capitalize}.schedule-v3-month-pane .schedule-v3-weekdays{margin-bottom:.35rem}.schedule-v3-month-pane .schedule-v3-month-grid{max-height:560px;overflow:auto}.schedule-v3-month-sidebar-head{display:grid;gap:.1rem;margin-bottom:.5rem}.schedule-v3-month-sidebar-head strong{color:#fff;font-size:1rem;text-transform:capitalize}.schedule-v3-month-sidebar-head small{color:#9ca3af}.schedule-v3-month-slot-list{max-height:480px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:.45rem;padding-right:.25rem;margin-bottom:.55rem}.schedule-v3-month-appointments{display:grid;gap:.45rem;margin-bottom:.55rem}.schedule-v3-month-appointments h4{margin:0;color:#e5e7eb;font-size:.9rem;font-weight:700}.schedule-v3-month-appointment{border:1px solid rgba(99,102,241,.28);border-left-width:3px;border-radius:10px;background:#6366f11a;color:#e5e7eb;text-align:left;width:100%;display:grid;gap:.06rem;padding:.42rem .5rem}.schedule-v3-month-appointment strong{color:#fff;font-size:.88rem;line-height:1.1}.schedule-v3-month-appointment small{color:#d1d5db;font-size:.78rem;line-height:1.15}.schedule-v3-month-appointment span{color:#bfdbfe;font-size:.75rem;font-weight:700;line-height:1.1}.schedule-v3-month-appointment.pending{border-color:#f59e0b59;background:#f59e0b1c}.schedule-v3-month-appointment.cancelled{border-color:#ef444459;background:#ef44441f}.schedule-v3-month-appointment.cancelled strong,.schedule-v3-month-appointment.cancelled small,.schedule-v3-month-appointment.cancelled span{color:#fecaca}.schedule-v3-month-appointment.completed{border-color:#22c55e52;background:#22c55e1f}.schedule-v3-month-appointment.completed strong,.schedule-v3-month-appointment.completed small,.schedule-v3-month-appointment.completed span{color:#dcfce7}.schedule-v3-month-slot{border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#0f172a;display:grid;justify-items:center;gap:.05rem;padding:.3rem .35rem;color:#fff;width:100%;min-height:30px}.schedule-v3-month-slot strong{font-size:.94rem;line-height:1.05}.schedule-v3-month-slot.available{border-color:#22c55e59}.schedule-v3-month-slot.blocked{border-color:#f59e0b61;background:#f59e0b14}.schedule-v3-month-slot.outside{border-color:#9ca3af33;opacity:.9}.schedule-v3-month-slot.past{border-color:#9ca3af33;opacity:.72}.schedule-v3-month-slot-pill.available{border-color:#22c55e59;background:#22c55e29;color:#bbf7d0}.schedule-v3-month-slot-pill.blocked{border-color:#f59e0b66;background:#f59e0b33;color:#fde68a}.schedule-v3-month-slot-pill.outside{border-color:#9ca3af47;background:#4b556340;color:#d1d5db}.schedule-v3-month-slot-pill.past{border-color:#9ca3af40;background:#4b55632e;color:#9ca3af}@media (max-width: 980px){.schedule-v3-month-sidebar-layout{grid-template-columns:1fr}.schedule-v3-month-slot-list{max-height:320px}}.schedule-v3-weekly-legend{display:flex;flex-wrap:wrap;gap:.6rem .9rem;align-items:center;color:#cfd8e3;font-size:.84rem}.schedule-v3-weekly-legend span{display:inline-flex;align-items:center;gap:.4rem}.schedule-v3-weekly-grid{border:1px solid var(--line);border-radius:12px;overflow:visible;background:#111827;min-width:0;width:100%;max-width:100%}.schedule-v3-weekly-grid .schedule-v3-weekly-row{min-width:0}.schedule-v3-weekly-header{padding:.62rem .5rem;border-bottom:1px solid rgba(156,163,175,.32);border-right:1px solid var(--line);text-align:center;color:#e5e7eb;background:#0f172a;display:grid;place-items:center}.schedule-v3-weekly-prof-head{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.schedule-v3-weekly-prof-head strong{font-size:.96rem;line-height:1.1;white-space:normal;overflow:visible;text-overflow:clip;max-width:none}.schedule-v3-weekly-avatar{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.74rem;font-weight:800;color:#e0e7ff;background:linear-gradient(135deg,#6366f147,#8b5cf647);border:1px solid rgba(99,102,241,.45);overflow:hidden}.schedule-v3-weekly-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:999px;display:block}.schedule-v3-weekly-avatar.blue{background:#3b82f638;border-color:#3b82f680;color:#bfdbfe}.schedule-v3-weekly-avatar.pink{background:#ec489938;border-color:#ec489980;color:#fbcfe8}.schedule-v3-weekly-avatar.green{background:#22c55e33;border-color:#22c55e7a;color:#bbf7d0}.schedule-v3-weekly-avatar.yellow{background:#f59e0b38;border-color:#f59e0b85;color:#fde68a}.schedule-v3-weekly-time-head{background:#0f172a}.schedule-v3-weekly-grid{display:grid;grid-template-columns:72px repeat(var(--weekly-prof-count, 1),minmax(0,1fr))}.schedule-v3-weekly-row{display:contents}.schedule-v3-weekly-time{border-right:1px solid var(--line);border-top:1px dashed rgba(156,163,175,.2);padding:.5rem .42rem;color:#9ca3af;font-weight:700;background:#0f172a;font-size:.84rem;line-height:1}.schedule-v3-weekly-row:first-of-type .schedule-v3-weekly-time{border-top:1px solid rgba(156,163,175,.32)}.schedule-v3-weekly-cell{border-right:1px solid var(--line);border-top:1px dashed rgba(156,163,175,.2);min-height:36px;padding:.16rem .24rem;display:grid;gap:.14rem;align-content:start}.schedule-v3-weekly-row:first-of-type .schedule-v3-weekly-cell{border-top:1px solid rgba(156,163,175,.32)}.schedule-v3-weekly-placeholder{border:1px dashed rgba(255,255,255,.18);border-radius:8px;background:#1f29379e;color:#9ca3af;text-align:left;padding:.28rem .42rem;min-height:30px;font-size:.82rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.34rem;white-space:nowrap}.schedule-v3-weekly-placeholder-time{font-weight:700;color:#dbe7fb}.schedule-v3-weekly-placeholder-hint{color:#9ca3af}.schedule-v3-weekly-placeholder:hover{border-color:#6366f199;color:#fff;background:#6366f12e}.schedule-v3-weekly-placeholder.past{opacity:.72;border-color:#9ca3af3d;color:#9ca3af}.schedule-v3-weekly-placeholder.past:hover{border-color:#9ca3af57;background:#1f2937b3;color:#9ca3af}.schedule-v3-weekly-placeholder:disabled{cursor:not-allowed;opacity:.68}.schedule-v3-weekly-appointment{border-radius:8px;border:1px solid rgba(99,102,241,.4);border-left:4px solid #6366f1;background:#6366f129;color:#e5e7eb;text-align:left;padding:.24rem .4rem;min-height:30px}.schedule-v3-weekly-appointment strong{display:block;color:#fff;font-size:.82rem;line-height:1.15}.schedule-v3-weekly-appointment small{display:block;color:#d1d5db;font-size:.75rem;line-height:1.15}.schedule-v3-weekly-appointment.pending{border-left-color:#f59e0b;border-color:#f59e0b5c;background:#f59e0b29}.schedule-v3-weekly-appointment.cancelled{border-left-color:#ef4444;border-color:#ef444459;background:#ef444429}.schedule-v3-weekly-appointment.completed{border-left-color:#22c55e;border-color:#22c55e59;background:#22c55e29}@media (max-width: 767px){.schedule-v3-weekly-wrap{margin-left:-.1rem;margin-right:-.1rem;padding-bottom:.2rem}.schedule-v3-weekly-grid{width:max-content;max-width:none;grid-template-columns:56px repeat(var(--weekly-prof-count, 1),minmax(104px,1fr))}.schedule-v3-weekly-prof-head{gap:.3rem}.schedule-v3-weekly-prof-head strong{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:86px}.schedule-v3-weekly-avatar{width:24px;height:24px;font-size:.62rem}.schedule-v3-weekly-placeholder{justify-content:center;padding:.24rem .22rem}.schedule-v3-weekly-placeholder-hint{display:none}}.topbar-profile-switch{display:inline-flex;flex-direction:column;gap:.2rem;margin-right:.25rem}.topbar-profile-switch span{font-size:.68rem;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);font-weight:700}.topbar-profile-switch select{min-height:36px;padding:.35rem .6rem;border-radius:10px;background:#111827;border:1px solid rgba(255,255,255,.12);color:#e5e7eb;font-size:.84rem}.topbar-theme-switch{margin-left:.35rem;display:grid;gap:.2rem}.topbar-theme-switch span{font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;color:#9ca3af}.topbar-theme-switch select{min-height:36px;padding:.35rem .6rem;border-radius:10px;background:#111827;border:1px solid rgba(255,255,255,.12);color:#e5e7eb;font-size:.84rem}.topbar-theme-control{position:relative;display:inline-flex;align-items:flex-end}.topbar-theme-mobile{display:none;position:relative}.topbar-theme-icon-btn{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#111827;color:#e5e7eb;display:inline-flex;align-items:center;justify-content:center}.topbar-theme-icon-btn svg{width:18px;height:18px;display:block}.topbar-theme-icon-menu{position:absolute;top:calc(100% + .35rem);right:0;min-width:112px;padding:.32rem;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#111827;display:grid;gap:.3rem;z-index:40}.topbar-theme-icon-menu button{min-height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#1e293b;color:#e5e7eb;font-weight:600}.topbar-theme-icon-menu button.active{background:#6366f13d;border-color:#6366f18c;color:#fff}.topbar-theme-icon-menu button.theme-option-dark,.customer-theme-menu button.theme-option-dark{background:#0f172a!important;border-color:#334155!important;color:#f8fafc!important}.topbar-theme-icon-menu button.theme-option-clear,.customer-theme-menu button.theme-option-clear{background:#f8fafc!important;border-color:#cbd5e1!important;color:#1e293b!important}.topbar-theme-icon-menu button.theme-option-dark.active,.customer-theme-menu button.theme-option-dark.active{border-color:#60a5fa!important;box-shadow:inset 0 0 0 1px #60a5fabf}.topbar-theme-icon-menu button.theme-option-clear.active,.customer-theme-menu button.theme-option-clear.active{border-color:#2563eb!important;box-shadow:inset 0 0 0 1px #2563eb66}@media (max-width: 767px){.topbar-profile-switch{width:100%;margin-right:0}.topbar-profile-switch select{width:100%}.topbar-theme-switch{display:none}.topbar-theme-control{margin-left:auto}.topbar-theme-mobile{display:block}.shell-topbar-auth{position:relative}.shell-topbar-auth .shell-topbar-left{padding-right:2.8rem}.shell-topbar-user .topbar-theme-control{position:absolute;top:-3.25rem;right:.05rem;margin:0;align-items:flex-start}}.customer-salons-layout{display:grid;grid-template-columns:minmax(300px,.95fr) minmax(0,1.25fr);gap:1.1rem}.customer-salons-layout.customer-salons-landing{grid-template-columns:minmax(0,1fr);max-width:980px;margin:0 auto}.customer-salons-landing-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(180deg,#061331f0,#050f26fa);border:1px solid rgba(77,112,175,.24);border-radius:16px;padding:.9rem 1rem}.customer-salons-brand{display:grid;gap:.1rem}.customer-salons-brand strong{font-size:1.4rem;letter-spacing:.02em}.customer-salons-brand small{color:#9fb1cc}.customer-salons-landing-actions{display:flex;align-items:center;gap:.55rem}.customer-salons-landing-actions .btn{display:inline-flex;align-items:center;gap:.4rem}.customer-cta-icon{width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center}.customer-cta-icon svg{width:100%;height:100%}.customer-cta-icon path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.customer-salons-theme-wrap{grid-column:1 / -1;display:flex;justify-content:flex-end}.customer-salons-layout .card{background:linear-gradient(180deg,#061331f0,#050f26fa);border:1px solid rgba(77,112,175,.24);border-radius:16px;padding:.95rem 1rem;box-shadow:inset 0 1px #ffffff0a,0 12px 34px #02081866}.customer-salons-layout .card-title{margin-bottom:.75rem;color:#f1f5f9;font-size:1.18rem;font-weight:700;letter-spacing:.01em}.customer-salons-layout strong{color:#f8fafc;font-weight:700}.customer-salons-layout label{color:#cbd5e1;font-size:.81rem;text-transform:uppercase;letter-spacing:.04em}.customer-salons-layout input,.customer-salons-layout textarea,.customer-salons-layout select{margin-top:.32rem;background:#0f1d3aeb;border-color:#5779b547;color:#e5e7eb}.customer-salons-layout input:focus,.customer-salons-layout textarea:focus,.customer-salons-layout select:focus{border-color:#60a5fab3;box-shadow:0 0 0 2px #3b82f63d}.customer-salons-layout .btn:is(.secondary,.btn--secondary){background:#0f1d3aeb;border-color:#627daa6b;color:#e2e8f0}.customer-salons-layout .btn:is(.secondary,.btn--secondary):hover{border-color:#7d98c4b3;background:#162648f5}.customer-search-form{display:grid;gap:.65rem}.customer-location-card{border:1px solid rgba(86,118,171,.24);border-radius:12px;padding:.85rem .8rem;margin-top:.6rem;background:linear-gradient(180deg,#112141bf,#0a162ef2);display:grid;gap:.62rem}.customer-location-accordion{border:1px solid rgba(86,118,171,.24);border-radius:12px;padding:.58rem .7rem;background:#0a162e73}.customer-location-accordion summary{list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none;color:#dbe6f8;font-weight:700;display:flex;align-items:center;justify-content:space-between}.customer-location-accordion summary::-webkit-details-marker{display:none}.customer-location-accordion summary:after{content:"+";color:#9bb8e2;font-weight:700}.customer-location-accordion[open] summary:after{content:"-"}.customer-location-card h3{margin:0;font-size:1.02rem}.customer-location-card>p{margin:0;color:#d1d5db;font-size:.9rem}.customer-location-option{border:1px solid rgba(97,127,182,.28);background:#0d1c38d6;border-radius:12px;padding:.58rem;display:grid;grid-template-columns:auto 1fr auto;gap:.55rem;align-items:center;text-align:left;color:#fff;cursor:pointer;transition:all .2s ease}.customer-location-option strong{display:block;font-size:1rem}.customer-location-option small{display:block;color:#9ca3af;font-size:.84rem}.customer-location-option.active{border-color:#60a5fab8;background:#3b82f62e}.customer-location-option-icon{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;background:#ffffff14}.customer-location-option-check{width:22px;height:22px;border-radius:999px;border:1px solid rgba(255,255,255,.35);display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;color:#fff}.customer-location-option.active .customer-location-option-check{border-color:#6366f1b3;background:#6366f1bf}.customer-location-success{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(134,239,172,.35);background:#22c55e2e;color:#dcfce7;border-radius:999px;padding:.34rem .65rem;font-weight:600;font-size:.86rem}.customer-location-radius-head{display:flex;align-items:center;justify-content:space-between;gap:.55rem}.customer-location-radius-head strong{font-size:.92rem}.customer-location-radius-head span{color:#93c5fd;font-weight:700}.customer-location-radius{display:grid;grid-template-columns:1fr 140px;gap:.5rem;align-items:center}.customer-location-radius input[type=range]{width:100%}.customer-location-cta{width:100%;min-height:46px}.salon-profile-summary{border:1px solid rgba(255,255,255,.16);border-radius:16px;background:linear-gradient(180deg,#292929f0,#202020f0);overflow:hidden}.salon-profile-header{display:grid;grid-template-columns:56px 1fr;gap:.8rem;align-items:center;padding:1rem 1.15rem;border-bottom:1px solid rgba(255,255,255,.12)}.salon-profile-icon{width:50px;height:50px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:800;letter-spacing:.02em;color:#60a5fa;background:#e9f2ff}.salon-profile-logo{width:50px;height:50px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.35);background:#f3f4f6;box-shadow:0 6px 16px #0000003d}.salon-profile-header strong{display:block;color:#f8fafc;font-size:1.65rem;line-height:1.08}.salon-profile-header small{color:#cbd5e1;font-size:.92rem}.salon-profile-row{display:grid;grid-template-columns:52px 1fr;gap:.7rem;align-items:center;padding:.9rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.12)}.salon-profile-row-icon{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:.74rem;font-weight:800;letter-spacing:.04em;color:#e2e8f0;background:#11182799;border:1px solid rgba(255,255,255,.09)}.salon-profile-row small{display:block;color:#cbd5e1;font-size:.9rem;margin-bottom:.1rem}.salon-profile-row strong{color:#f8fafc;font-size:1.03rem;line-height:1.2}.salon-profile-footer{padding:.9rem 1.1rem 1rem}.salon-profile-footer-actions{display:grid;gap:.45rem}.salon-profile-footer-actions .btn:is(.secondary,.btn--secondary){width:100%;min-height:44px}.salon-template-cta{border:1px solid rgba(99,102,241,.26);border-radius:12px;background:linear-gradient(180deg,#6366f124,#8b5cf61a);padding:.65rem .72rem;display:flex;justify-content:space-between;align-items:center;gap:.65rem;margin-bottom:.7rem}.salon-template-cta strong{color:#eef2ff}.salon-template-cta small{display:block;color:#c7d2fe}.salon-template-modal{width:min(430px,100%);padding:0;overflow:hidden;display:grid;grid-template-rows:auto auto minmax(0,1fr);max-height:min(90vh,820px);border-radius:18px;border:1px solid rgba(129,140,248,.32);background:linear-gradient(180deg,#081026fc,#070d1ffc)}.salon-template-modal .modal-head{margin:0;padding:.9rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.salon-template-modal .modal-head h3{font-size:1.16rem;font-weight:800}.salon-template-modal .state.error{margin:.95rem 1.1rem 0}.salon-template-modal .state.error .card,.salon-template-modal .state.error p{margin:0}.salon-template-modal .state.error{border-radius:12px}.salon-template-modal>.loading-state{padding:1rem 1.1rem}.salon-template-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem;margin:0;padding:.78rem 1rem .68rem;border-bottom:1px solid rgba(255,255,255,.08)}.salon-template-step{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.45rem;color:#7178a4;font-size:.9rem}.salon-template-step em{width:24px;height:24px;border-radius:999px;border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;font-style:normal;font-weight:700;font-size:.76rem;background:#ffffff0a}.salon-template-step strong{font-size:.86rem;font-weight:700}.salon-template-step.active{color:#d8dcff}.salon-template-step.active em{border-color:#818cf8c7;color:#f4f5ff;background:#818cf86b}.salon-template-stage{padding:.85rem 1rem .95rem;display:grid;gap:.72rem;min-height:0;overflow-y:auto;overscroll-behavior:contain}.salon-template-stage-title{margin:0;color:#d1d5db;font-size:.95rem;font-weight:600}.salon-template-type-list{display:grid;gap:.52rem;grid-template-columns:repeat(2,minmax(0,1fr))}.salon-template-type-card{text-align:left;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:linear-gradient(180deg,#0e1a3aeb,#0b142cf2);color:#eef2ff;padding:.75rem .76rem;display:grid;gap:.36rem;min-height:126px;align-content:start}.salon-template-type-icon{width:34px;height:34px;border-radius:10px;border:1px solid rgba(129,140,248,.36);background:#6366f12e;color:#dbeafe;display:grid;place-items:center;font-size:.75rem;font-weight:800;letter-spacing:.02em}.business-type-svg{width:20px;height:20px;display:block}.business-type-svg.barber rect{fill:#818cf824;stroke:#e0e7fff2;stroke-width:1.2}.business-type-svg.barber path{fill:none;stroke:#e0e7ffeb;stroke-width:1.4;stroke-linecap:round}.business-type-svg.salon path{fill:none;stroke:#e0e7ffeb;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.business-type-svg.salon circle{fill:none;stroke:#e0e7fff5;stroke-width:1.65}.business-type-svg.mixed circle{fill:#e0e7fff2;stroke:#e0e7ffeb;stroke-width:.6}.business-type-svg.mixed path{fill:none;stroke:#e0e7ffeb;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.business-type-svg.esthetics path{fill:none;stroke:#e0e7ffeb;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.salon-template-type-card strong{font-size:1.03rem;line-height:1.1}.salon-template-type-card.active,.salon-template-type-card:hover{border-color:#818cf8c2;background:linear-gradient(180deg,#1c2458fa,#101b3ef5);box-shadow:inset 0 0 0 1px #818cf833}.salon-template-type-card small{color:#99a3c6;line-height:1.34;font-size:.86rem}.salon-template-preview{display:grid;gap:.78rem}.salon-template-suggestion-list{display:grid;gap:.58rem}.salon-template-suggestion-card{width:100%;text-align:left;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:.78rem .84rem;background:linear-gradient(180deg,#0f1a3aeb,#0b142bf2);color:#e5e7eb;display:grid;gap:.4rem}.salon-template-suggestion-card.active,.salon-template-suggestion-card:hover{border-color:#818cf8d1;background:linear-gradient(180deg,#1e2559fa,#0e183cf7)}.salon-template-suggestion-head{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.salon-template-suggestion-head strong{font-size:1.04rem;line-height:1.12}.salon-template-radio{width:18px;height:18px;border-radius:999px;border:1px solid rgba(255,255,255,.32);background:#ffffff0f;display:inline-block;position:relative}.salon-template-radio.active:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:999px;background:#a5b4fc}.salon-template-suggestion-card small{color:#b6bfdc;line-height:1.35;font-size:.88rem}.salon-template-suggestion-card p{margin:0;color:#a8b1d8;font-size:.84rem;font-weight:600}.salon-template-suggestion-tags{border-top:1px solid rgba(255,255,255,.09);padding-top:.52rem;display:flex;flex-wrap:wrap;gap:.36rem}.salon-template-suggestion-tags span{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.24rem .46rem;font-size:.75rem;color:#d6dbf2;background:#818cf81f}.salon-template-review{display:grid;gap:.62rem}.salon-template-category-list{display:grid;gap:.62rem;max-height:50vh;overflow:auto;padding-right:.15rem}.salon-template-category-card{border-top:1px solid rgba(255,255,255,.11);padding-top:.52rem;display:grid;gap:.55rem}.salon-template-category-card.selected{border-top-color:#818cf8b3}.salon-template-category-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:center}.salon-template-category-head strong{color:#a8b1ff;font-size:.92rem}.salon-template-category-head small{color:#7f8cb8;display:block;font-size:.8rem}.salon-template-service-list{display:grid;gap:.18rem}.salon-template-service-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.32rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.salon-template-service-item span{display:block;color:#e5e7eb;font-weight:600;line-height:1.2;font-size:.92rem}.salon-template-service-item small{color:#8f98bd;display:block;margin-top:.08rem;font-size:.78rem}.salon-template-switch{position:relative;width:34px;height:21px;display:inline-block}.salon-template-switch input{position:absolute;opacity:0;pointer-events:none}.salon-template-switch-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#94a3b84d;transition:.2s ease}.salon-template-switch-track:after{content:"";position:absolute;width:14px;height:14px;border-radius:999px;top:3.5px;left:3.5px;background:#f8fafc;transition:.2s ease}.salon-template-switch input:checked+.salon-template-switch-track{background:#818cf8b8}.salon-template-switch input:checked+.salon-template-switch-track:after{transform:translate(13px)}.salon-template-note{border:1px solid rgba(255,255,255,.11);border-radius:11px;padding:.56rem .62rem;color:#9ca3af;background:#1f293773;line-height:1.35;font-size:.82rem}.salon-template-footer{border-top:1px solid rgba(255,255,255,.08);padding-top:.72rem;display:grid;gap:.48rem;position:sticky;bottom:0;z-index:2;margin-top:auto;background:linear-gradient(180deg,#08102600,#081026eb 28%,#070d1ffa)}.salon-template-footer.split{grid-template-columns:1fr 1fr}.salon-template-footer.triple{grid-template-columns:repeat(3,minmax(0,1fr))}.salon-template-footer .btn{min-height:44px;border-radius:12px;font-weight:700;font-size:.95rem}.salon-logo-editor{display:grid;grid-template-columns:108px minmax(0,1fr);gap:.75rem;align-items:start}.salon-logo-preview-wrap{border:1px dashed rgba(255,255,255,.2);border-radius:14px;background:#0f172a8c;min-height:108px;display:grid;place-items:center;padding:.45rem}.salon-logo-preview{width:88px;height:88px;object-fit:cover;border-radius:14px;border:1px solid rgba(255,255,255,.35);background:#f3f4f6;box-shadow:0 6px 16px #0000003d}.salon-logo-empty{color:#9ca3af;font-size:.86rem}.salon-logo-controls{display:grid;gap:.42rem}.sr-only-file{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.customer-search-actions{display:flex;gap:.62rem;flex-wrap:wrap}.customer-location-toggle{display:inline-flex;align-items:center;gap:.5rem;min-height:44px}.customer-location-actions{display:grid;gap:.35rem}.customer-salon-results{list-style:none;margin:.75rem 0 0;padding:0;display:grid;gap:.5rem}.customer-salon-results li button{width:100%;border:1px solid rgba(79,110,167,.24);background:linear-gradient(180deg,#1f2e4ed9,#13213deb);color:#fff;border-radius:11px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.6rem;padding:.66rem .72rem;text-align:left;cursor:pointer;transition:all .2s ease}.customer-salon-results li button:hover,.customer-salon-results li.active button{border-color:#60a5faa6;background:linear-gradient(180deg,#2a3c62e6,#18284bf5);box-shadow:0 8px 20px #060e1e57}.customer-salon-accordion-results>li{display:grid;gap:.6rem}.customer-salon-accordion-panel{padding:.75rem;border:1px solid rgba(83,118,182,.24);border-radius:14px;background:linear-gradient(180deg,#081631e0,#051027f5)}.customer-salon-accordion-panel .customer-booking-flow{margin-top:0}.customer-signup-choice-modal{width:min(460px,92vw)}.customer-signup-choice-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.customer-salon-main{min-width:0;display:grid;gap:.15rem}.customer-salon-avatar{overflow:hidden}.customer-salon-avatar.has-logo{background:#f8fafc;border:1px solid rgba(148,163,184,.45)}.customer-salon-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.customer-salon-main strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-salon-main small{color:#9ca3af}.customer-salon-expanded-address{margin-top:.22rem;color:#d1d5db!important;line-height:1.3}.customer-salon-meta{display:grid;justify-items:end;gap:.25rem}.customer-salon-meta small{color:#9ca3af}.customer-booking-flow{display:grid;gap:.9rem}.customer-booking-v2{gap:1rem}.customer-booking-v2-head{display:grid;gap:.58rem}.customer-booking-v2-head h2{margin:0;font-size:clamp(1.8rem,3.2vw,2.4rem);font-weight:600}.customer-booking-v2-salon{display:inline-block;margin-bottom:.18rem;color:#9ca3af;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.customer-booking-v2-controls{display:flex;align-items:flex-start;justify-content:space-between;gap:.72rem}.customer-booking-v2-head-date{display:grid;justify-items:end;gap:.28rem}.customer-booking-v2-head-date>span{letter-spacing:.03em;text-transform:uppercase;color:#a3a3a3;font-size:.74rem;font-weight:600}.customer-booking-v2-head-date>input{min-height:38px;border-radius:10px;border-color:#ffffff47;background:#1c1c1ce6;font-size:.94rem;font-weight:700;padding-inline:.58rem 1.9rem;min-width:168px}.customer-booking-v2-status{display:inline-flex;align-items:center;gap:.4rem;padding:.28rem .68rem;border-radius:999px;border:1px solid rgba(16,185,129,.45);background:#064e3b73;color:#34d399;font-size:.84rem;font-weight:600}.customer-booking-v2-status:before{content:"";width:8px;height:8px;border-radius:999px;background:#10b981;box-shadow:0 0 0 3px #10b98133}.customer-booking-v2-divider{height:1px;background:#ffffff29}.customer-booking-v2-field>span{display:block;margin-bottom:.5rem;letter-spacing:.03em;text-transform:uppercase;color:#a3a3a3;font-size:.86rem;font-weight:600}.customer-booking-v2-field>input{min-height:56px;border-radius:16px;border-color:#ffffff47;background:#1c1c1ce6;font-size:1.02rem}.customer-booking-v2-section-title{letter-spacing:.03em;text-transform:uppercase;color:#a3a3a3}.customer-services-accordion{display:grid;gap:.8rem;margin-top:.6rem}.customer-service-card{border:1px solid rgba(255,255,255,.16);border-radius:16px;background:#232323eb;overflow:hidden}.customer-service-card.active{border-color:#8bb9ff}.customer-service-card-head{width:100%;border:none;background:transparent;color:inherit;display:grid;grid-template-columns:1fr auto;gap:.6rem;align-items:center;padding:1.05rem 1rem;text-align:left;cursor:pointer}.customer-service-card.active .customer-service-card-head{background:#74aefb;color:#0c203f}.customer-service-card.active .customer-service-card-info strong{color:#0c203f}.customer-service-card.active .customer-service-card-info small{color:#1a335b;font-weight:700;font-size:.9rem;opacity:1}.customer-service-card.active .customer-service-card-price{color:#1a335b}.customer-service-card-info{display:grid;gap:.14rem}.customer-service-card-info strong{font-size:1.05rem;font-weight:600}.customer-service-card-info small{font-size:.8rem;opacity:.92}.customer-service-card-price{display:inline-flex;align-items:center;gap:.7rem;font-size:1rem;font-weight:600}.customer-service-card-price em{font-style:normal;font-size:1.05rem}.customer-service-card-body{padding:.95rem 1rem 1.05rem;display:grid;gap:.95rem}.customer-booking-v2-subtitle{letter-spacing:.03em;text-transform:uppercase;color:#a3a3a3;font-size:.86rem}.customer-professional-grid-v2{margin-top:.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.68rem}.customer-professional-card{border:1px solid rgba(255,255,255,.16);border-radius:14px;background:#202020f2;color:#ededed;min-height:108px;display:grid;place-items:center;gap:.5rem;cursor:pointer;padding:.6rem}.customer-professional-card.active,body[data-theme=dark] .customer-professional-grid-v2 .customer-professional-card.active{border-color:#8bb9ff;background:#74aefb;color:#0c203f}.customer-professional-card-avatar{width:56px;height:56px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#6d65ff29}.customer-professional-card .customer-professional-pill-dot{width:16px;height:16px}.customer-professional-card>span:last-child{font-size:.94rem;text-align:center}body:not([data-theme=clear]) .customer-professional-card>span:last-child{color:#c3d1e8;font-weight:600}body:not([data-theme=clear]) .customer-professional-card.active>span:last-child{color:#0c203f;font-weight:700}body[data-theme=dark] .customer-professional-grid-v2 .customer-professional-card.active>span:last-child{color:#0c203f;font-weight:700}.customer-time-grid-v2{margin-top:.5rem;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.4rem}.customer-time-grid-v2 button{min-height:34px;min-width:60px;border-radius:10px;border-color:#fff3;background:#222222eb;font-size:.84rem;font-weight:700;padding:.28rem .5rem}.customer-time-grid-v2 button.active{border-color:#8bb9ff;background:#74aefb;color:#0c203f;box-shadow:none}body[data-theme=dark] .customer-time-grid.customer-time-grid-v2 button.active{border-color:#8bb9ff;background:#74aefb;color:#0c203f}body:not([data-theme=clear]) .customer-salon-accordion-panel{background:#1b2336;border-color:#2e3a52}body:not([data-theme=clear]) .customer-service-card,body:not([data-theme=clear]) .customer-professional-card{background:#1b2336;border-color:#2e3a52}body:not([data-theme=clear]) .customer-time-grid-v2 button{background:#1b2336;border-color:#2e3a52}body:not([data-theme=clear]) .customer-booking-v2-salon,body:not([data-theme=clear]) .customer-booking-v2-field>span,body:not([data-theme=clear]) .customer-booking-v2-section-title,body:not([data-theme=clear]) .customer-booking-v2-subtitle{color:#7a8499}body:not([data-theme=clear]) .customer-service-card-info strong,body:not([data-theme=clear]) .customer-service-card-price,body:not([data-theme=clear]) .customer-professional-card>span:last-child,body:not([data-theme=clear]) .customer-time-grid-v2 button{color:#e8edf7}body:not([data-theme=clear]) .customer-service-card-info small,body:not([data-theme=clear]) .customer-salon-main small,body:not([data-theme=clear]) .customer-salon-meta small{color:#c4cde0}body:not([data-theme=clear]) .customer-service-card.active,body:not([data-theme=clear]) .customer-professional-card.active{background:#1b2336;border-color:#6ea8fe;box-shadow:0 0 0 1px #6ea8fe,0 0 0 3px #6ea8fe33}body:not([data-theme=clear]) .customer-service-card.active .customer-service-card-head{background:#1b2336;color:#e8edf7}body:not([data-theme=clear]) .customer-service-card.active .customer-service-card-info strong{color:#e8edf7}body:not([data-theme=clear]) .customer-service-card.active .customer-service-card-info small{color:#c4cde0}body:not([data-theme=clear]) .customer-service-card.active .customer-service-card-price{color:#d0def8}body:not([data-theme=clear]) .customer-time-grid.customer-time-grid-v2 button.active{border-color:#6ea8fe;background:#6ea8fe;color:#0f1623;box-shadow:none}body:not([data-theme=clear]) .customer-booking-v2-status{border-color:#37d88d;background:#08442ce6;color:#6df0b0}body:not([data-theme=clear]) .customer-booking-v2-status:before{background:#39db92;box-shadow:0 0 0 3px #39db9238}.customer-whatsapp-cta-wrap{display:grid;gap:.45rem}.customer-salon-header{display:grid;gap:.38rem}.customer-salon-badges{display:flex;gap:.4rem;flex-wrap:wrap}.pill.success{border-color:#22c55e73;background:#22c55e26;color:#bbf7d0}.pill.danger{border-color:#ef444473;background:#ef444429;color:#fecaca}.pill.warning{border-color:#fb923c9e;background:#9a34129e;color:#ffedd5}body[data-theme=clear] .pill.warning,.customer-salons-layout.customer-theme-clear .pill.warning{border-color:#fb923c;background:#ffedd5;color:#9a3412}.customer-choice-chips,.customer-time-grid{margin-top:.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.45rem}.customer-time-grid{grid-template-columns:repeat(auto-fill,minmax(108px,132px));justify-content:start}.customer-choice-chips button,.customer-time-grid button{border:1px solid rgba(85,115,171,.3);border-radius:10px;background:#172848eb;color:#e5e7eb;padding:.48rem .62rem;text-align:left;cursor:pointer;transition:all .2s ease}.customer-time-grid button{text-align:center;font-weight:700}.customer-choice-chips button:hover,.customer-time-grid button:hover{border-color:#60a5fa9e;background:#2563eb3d}.customer-choice-chips button.active,.customer-time-grid button.active{border-color:#81a7ecf2;background:#3b82f652;color:#fff}.customer-professional-chips{display:flex;flex-wrap:wrap;gap:.45rem}.customer-professional-pill{width:auto;min-width:0;border-radius:999px;min-height:40px;padding:.5rem .82rem;display:inline-flex;align-items:center;gap:.56rem;font-weight:600;font-size:.96rem}.customer-professional-pill.blue{border-color:#dbeafe;background:#eff6ff;color:#1e3a8a}.customer-professional-pill.pink{border-color:#fbcfe8;background:#fdf2f8;color:#9d174d}.customer-professional-pill.green{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.customer-professional-pill.yellow{border-color:#fde68a;background:#fffbeb;color:#92400e}.customer-professional-pill.active{box-shadow:0 0 0 2px #6366f161,0 6px 14px #0f172a47;transform:translateY(-1px) scale(1.01);font-weight:700}.customer-professional-pill.blue.active{border-color:#93c5fd;background:#dbeafe;color:#1e40af}.customer-professional-pill.pink.active{border-color:#f9a8d4;background:#fce7f3;color:#9d174d}.customer-professional-pill.green.active{border-color:#86efac;background:#dcfce7;color:#166534}.customer-professional-pill.yellow.active{border-color:#fcd34d;background:#fef3c7;color:#92400e}.customer-professional-pill-dot{width:9px;height:9px;border-radius:999px;display:inline-block}.customer-professional-avatar-wrap{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.28);background:#0f172a47}.customer-professional-avatar{width:100%;height:100%;object-fit:cover;display:block}.customer-appointment-prof-avatar{width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.28);background:#1e3a8a3d;color:#dbeafe;font-size:.62rem;font-weight:800;letter-spacing:.02em}.customer-appointment-prof-avatar img{width:100%;height:100%;object-fit:cover;display:block}.customer-professional-pill-dot.blue{background:#2f7fd8}.customer-professional-pill-dot.pink{background:#d05d8f}.customer-professional-pill-dot.green{background:#4d9d2e}.customer-professional-pill-dot.yellow{background:#d39a1f}.customer-submit-btn{position:sticky;bottom:calc(.5rem + env(safe-area-inset-bottom));z-index:3}.btn.customer-submit-btn,.btn.customer-submit-btn:disabled{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f18c;color:#fff}.btn.customer-submit-btn:disabled{opacity:.72}.customer-salons-layout .btn.customer-submit-btn,.customer-salons-layout .btn.customer-submit-btn:disabled,body[data-theme=dark] .customer-salons-layout .btn.customer-submit-btn,body[data-theme=dark] .customer-salons-layout .btn.customer-submit-btn:disabled,body[data-theme=clear] .customer-salons-layout .btn.customer-submit-btn,body[data-theme=clear] .customer-salons-layout .btn.customer-submit-btn:disabled{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f18c;color:#fff}body[data-theme=dark] .customer-salons-layout .btn.customer-submit-btn:hover:not(:disabled),body[data-theme=clear] .customer-salons-layout .btn.customer-submit-btn:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 8px 26px #6366f159}@media (max-width: 980px){.customer-salons-layout{grid-template-columns:1fr}}@media (max-width: 767px){.customer-salons-landing-head{flex-direction:column;align-items:stretch}.customer-salons-landing-actions{justify-content:flex-start;flex-wrap:wrap}.customer-search-actions>.btn{flex:1 1 0;min-height:44px}.customer-location-radius{grid-template-columns:1fr}.customer-location-actions .btn{width:100%}.customer-salon-results li button{grid-template-columns:auto 1fr;grid-template-areas:"avatar main" "avatar meta";align-items:start}.customer-salon-results .avatar-chip{grid-area:avatar}.customer-salon-main{grid-area:main}.customer-salon-meta{grid-area:meta;justify-items:start}.customer-choice-chips{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-professional-chips{display:flex;flex-wrap:wrap;gap:.38rem}.customer-time-grid{grid-template-columns:repeat(auto-fill,minmax(72px,88px));justify-content:start}.customer-submit-btn{width:100%}.customer-signup-choice-actions{grid-template-columns:1fr}.salon-profile-header{grid-template-columns:50px 1fr;padding:.85rem .9rem}.salon-profile-header strong{font-size:1.2rem}.salon-profile-row{grid-template-columns:40px 1fr;gap:.55rem;padding:.7rem .9rem}.salon-profile-row-icon{width:30px;height:30px;border-radius:9px;font-size:.62rem}.salon-profile-footer{padding:.72rem .9rem .85rem}.salon-logo-editor{grid-template-columns:1fr;gap:.55rem}.salon-logo-preview-wrap{min-height:94px}.salon-logo-preview{width:72px;height:72px}.salon-template-cta{flex-direction:column;align-items:stretch}.salon-template-modal{width:min(96vw,430px);max-height:calc(100dvh - 1rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.salon-template-modal .modal-head{padding:.85rem .9rem}.salon-template-steps{padding:.8rem .9rem .7rem;gap:.35rem}.salon-template-step{gap:.32rem}.salon-template-step em{width:24px;height:24px;font-size:.78rem}.salon-template-step strong{font-size:.85rem}.salon-template-stage{padding:.82rem .9rem .9rem;gap:.7rem;padding-bottom:calc(.9rem + env(safe-area-inset-bottom))}.salon-template-stage-title{font-size:.95rem}.salon-template-type-list{grid-template-columns:1fr}.salon-template-type-card{min-height:0;padding:.68rem .72rem;grid-template-columns:34px minmax(0,1fr);grid-template-areas:"icon title" "desc desc";column-gap:.6rem;row-gap:.32rem;align-items:center}.salon-template-type-card .salon-template-type-icon{grid-area:icon;margin:0}.salon-template-type-card strong{grid-area:title;margin:0;line-height:1.12}.salon-template-type-card small{grid-area:desc;margin:0}.salon-template-type-card strong{font-size:1.1rem}.salon-template-suggestion-head strong{font-size:1.14rem}.salon-template-suggestion-list{gap:.5rem}.salon-template-footer.triple{grid-template-columns:1fr}.salon-template-footer .btn{min-height:42px;font-size:.91rem}}.address-suggestions{list-style:none;margin:0;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#111827;max-height:220px;overflow-y:auto}.address-suggestions li+li{border-top:1px solid rgba(255,255,255,.08)}.address-suggestions button{width:100%;border:none;background:transparent;color:#e5e7eb;text-align:left;padding:.62rem .7rem;cursor:pointer}.address-suggestions button:hover{background:#6366f124}.platform-page{display:grid;gap:16px}.platform-kpi-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.platform-kpi-card{border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff05;padding:12px}.platform-kpi-card small{color:var(--text-muted);display:block;margin-bottom:6px}.platform-kpi-card strong{font-size:1.5rem;line-height:1}.platform-filters-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:12px}.platform-table-wrapper{overflow:auto}.platform-table{width:100%;border-collapse:collapse;min-width:980px}.platform-table th,.platform-table td{border-bottom:1px solid rgba(255,255,255,.06);padding:10px 8px;text-align:left;vertical-align:middle}.platform-table th{font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.platform-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:12px;gap:12px}.platform-detail-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.platform-detail-actions-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.platform-detail-block{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px;background:#ffffff05}.platform-detail-block h3{margin:0 0 10px}.platform-detail-block p{margin:0 0 8px;line-height:1.35;word-break:break-word}.platform-email-settings{display:grid;gap:12px}.platform-email-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.platform-email-provider-block{border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff05;padding:12px;display:grid;gap:10px}.platform-email-provider-block h3{margin:0}.platform-email-warning{margin:0;color:var(--text-muted);font-size:.9rem}.platform-email-provider-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.platform-secret-badge{display:inline-flex;align-items:center;border:1px solid rgba(99,102,241,.44);background:#6366f11f;color:#c7d2fe;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:600}.platform-email-inline-checks{display:flex;gap:12px;flex-wrap:wrap}.platform-email-actions{display:flex;justify-content:flex-start}.platform-email-updated{margin:0;color:var(--text-muted);font-size:.85rem}.platform-email-test{display:grid;gap:10px;grid-template-columns:minmax(0,1fr) auto;align-items:end}.status-chip.scheduled{background:#58a3ff29;border-color:#58a3ff59;color:#b8d8ff}.status-chip.warning{background:#f59e0b29;border-color:#f59e0b59;color:#ffdca3}@media (max-width: 900px){.platform-pagination{flex-direction:column;align-items:stretch}}@media (max-width: 767px){.platform-page{gap:12px}.platform-filters-grid{grid-template-columns:1fr;gap:8px}.platform-table{min-width:0}.platform-table thead{display:none}.platform-table,.platform-table tbody{display:block;width:100%}.platform-table tr{display:block;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff05;padding:8px 10px;margin-bottom:10px}.platform-table td{display:grid;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:8px;padding:6px 0;border-bottom:1px dashed rgba(255,255,255,.06);word-break:break-word}.platform-table td:last-child{border-bottom:none}.platform-table td:before{content:attr(data-label);font-size:.74rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em}.platform-table td[data-label=Ações],.platform-table td[data-label=Acoes]{grid-template-columns:1fr;gap:6px;padding-top:8px}.platform-table td[data-label=Ações]:before,.platform-table td[data-label=Acoes]:before{content:"Ações"}.platform-table td[data-label=Ações] .inline-actions,.platform-table td[data-label=Acoes] .inline-actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%}.platform-table td[data-label=Ações] .btn,.platform-table td[data-label=Acoes] .btn{width:100%}.platform-detail-grid,.platform-detail-actions-grid{grid-template-columns:1fr;gap:10px}.platform-email-grid,.platform-email-test{grid-template-columns:1fr}.platform-email-test .btn{width:100%}}.settings-accordion-page{display:grid;gap:12px}.settings-accordion-trigger{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff08;color:var(--text-main);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.settings-accordion-trigger.active{border-color:#6366f18c;background:#6366f114}.settings-accordion-trigger strong{font-size:.98rem}.customer-portal-home{max-width:980px;margin:0 auto;display:grid;gap:1.2rem;color:#f3f4f6}.customer-portal-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.customer-portal-profile{display:flex;align-items:center;gap:.72rem}.customer-portal-avatar{width:56px;height:56px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#b8d8ff;color:#18447e;font-weight:700;font-size:1.2rem}.customer-portal-profile-text{display:grid;gap:.08rem}.customer-portal-profile-text strong{font-size:1.22rem;line-height:1.1;color:#fff}.customer-portal-profile-text small{color:#a6adba;font-size:1rem}.customer-head-icon-btn{width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#d8dee9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.customer-head-actions{position:relative}.customer-head-icon-btn svg{width:20px;height:20px;display:block}.customer-head-icon-btn.active{border-color:#2f8dffad;color:#cde5ff}.customer-theme-menu{position:absolute;top:calc(100% + .45rem);right:0;min-width:140px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#232730;padding:.45rem;display:grid;gap:.3rem;z-index:15}.customer-theme-menu strong{font-size:.76rem;color:#aeb6c3;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .32rem .1rem}.customer-theme-menu button{border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#2d323d;color:#e5e7eb;min-height:34px;font-weight:600;cursor:pointer}.customer-theme-menu button.active{border-color:#2f8dff;background:#1f74d8;color:#fff}.customer-portal-divider{border-bottom:1px solid rgba(255,255,255,.24)}.customer-portal-greeting h1{margin:0;font-size:clamp(2rem,2.5vw,2.35rem);line-height:1.06;color:#fff}.customer-portal-greeting p{margin:.42rem 0 0;color:#b6bdc8;font-size:1.1rem;font-weight:600}.customer-portal-section{display:grid;gap:.8rem}.customer-portal-section h2{margin:0;font-size:1.78rem;text-transform:uppercase;letter-spacing:.02em;color:#b5bcc8}.customer-portal-salon-card{border:1px solid #545b67;border-radius:20px;background:linear-gradient(135deg,#34373d,#2d2f34);color:inherit;min-height:130px;padding:1rem 1.08rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;text-align:left;cursor:pointer}.customer-portal-salon-avatar{width:72px;height:72px;border-radius:16px;background:#d6ece6;border:0;color:#0d7f68;font-size:1.15rem}.customer-portal-salon-avatar svg{width:30px;height:30px}.customer-portal-salon-main{min-width:0;display:grid;gap:.18rem}.customer-portal-salon-main strong{color:#fff;font-size:2rem;line-height:1.08}.customer-portal-salon-main small{color:#bfc4ce;font-size:1.42rem}.customer-portal-chevron{color:#abb1bc}.customer-portal-chevron svg{width:24px;height:24px}.customer-portal-filters{display:flex;gap:.52rem;flex-wrap:wrap}.customer-portal-filters button{border:1px solid #5a606b;background:#2f3136;color:#d4d8df;min-height:46px;padding:.42rem 1.05rem;border-radius:999px;font-weight:600;font-size:1.36rem;cursor:pointer}.customer-portal-filters button.active{border-color:#2c8cff;background:#1f74d8;color:#fff}.customer-portal-appointments{list-style:none;margin:0;padding:0;display:grid;gap:.8rem}.customer-portal-appointment-card{border:1px solid #565d69;border-radius:20px;background:linear-gradient(135deg,#34373d,#2d2f34);padding:1rem 1.08rem;display:grid;gap:.7rem;border-left-width:4px;cursor:pointer}.customer-portal-appointment-card.tone-scheduled{border-left-color:#2f7fd8}.customer-portal-appointment-card.tone-rescheduled{border-left-color:#17b27f}.customer-portal-appointment-card.tone-done{border-left-color:#22b37f}.customer-portal-appointment-card.tone-cancelled{border-left-color:#e85d5d}.customer-portal-appointment-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}.customer-portal-appointment-card header strong{display:block;color:#fff;font-size:1.75rem;line-height:1.08}.customer-portal-appointment-card header h3{margin:.2rem 0 0;color:#fff;font-size:3.05rem;line-height:1}.customer-portal-appointment-card header p{margin:.28rem 0 0;color:#c4cad4;font-size:1.42rem}.customer-portal-status-pill{border-radius:999px;padding:.26rem .82rem;font-size:1.22rem;font-weight:700;border:1px solid transparent}.customer-portal-status-pill.scheduled,.customer-portal-status-pill.rescheduled{color:#145cab;background:#d9eaf9}.customer-portal-status-pill.done{color:#11785a;background:#d5f3e9}.customer-portal-status-pill.cancelled{color:#8e2f2f;background:#f7d7d7}.customer-portal-appointment-divider{border-bottom:1px solid rgba(255,255,255,.16)}.customer-portal-appointment-meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.customer-portal-appointment-meta span{display:inline-flex;align-items:center;gap:.5rem;color:#d2d7df;font-size:1.42rem;min-width:0}.customer-portal-appointment-meta small{color:#b3bac5;font-size:1.42rem}.customer-portal-service-dot{width:10px;height:10px;border-radius:999px;background:#2f8dff;flex:0 0 auto}.customer-portal-expanded{display:grid;gap:.65rem;padding-top:.3rem}.customer-portal-expanded-professional{display:inline-flex;align-items:center;gap:.45rem}.customer-portal-expanded-professional small{color:#c2c8d2}.customer-portal-profile-section{display:flex;gap:.55rem;flex-wrap:wrap}.customer-portal-profile-section .btn:is(.secondary,.btn--secondary){min-height:42px}.customer-portal-week-summary,.customer-portal-desktop-cta{display:none}.mobile-nav-item{display:grid;justify-items:center;gap:.15rem}.mobile-nav-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.mobile-nav-icon svg{width:22px;height:22px;display:block}@media (max-width: 767px){.customer-portal-home{max-width:100%;width:min(100%,430px);margin:0 auto;gap:1rem;padding-bottom:.8rem}.customer-portal-head{padding-top:.15rem}.customer-portal-greeting h1{font-size:1.95rem}.customer-portal-greeting p{font-size:1.02rem}.customer-portal-section h2{font-size:1.25rem}.customer-portal-salon-card{border-radius:16px;min-height:100px}.customer-portal-salon-avatar{width:58px;height:58px;border-radius:13px}.customer-portal-salon-main strong{font-size:1.95rem}.customer-portal-salon-main small{font-size:1.25rem}.customer-portal-filters button{min-height:36px;padding:.28rem .88rem;font-size:.9rem}.customer-portal-appointment-card{border-radius:16px}.customer-portal-appointment-card header strong{font-size:1.1rem}.customer-portal-appointment-card header h3{font-size:2.1rem}.customer-portal-appointment-card header p,.customer-portal-appointment-meta span,.customer-portal-appointment-meta small{font-size:.95rem}.customer-portal-status-pill{font-size:.85rem}.mobile-bottom-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-nav-item{font-size:.81rem}}@media (min-width: 768px){.customer-portal-home{grid-template-columns:repeat(12,minmax(0,1fr));row-gap:1.1rem;align-items:start}.customer-portal-head,.customer-portal-divider,.customer-portal-greeting{grid-column:1 / -1}.customer-portal-section{min-width:0}.customer-portal-section-salon{grid-column:span 5}.customer-portal-section-appointments{grid-column:span 7;min-width:0}.customer-portal-profile-section{grid-column:1 / -1;justify-content:flex-end}}@media (min-width: 1024px){.customer-portal-home{max-width:1280px;grid-template-columns:420px minmax(0,1fr);grid-template-rows:auto auto auto auto auto;gap:0 0;background:#0f1012;border-radius:0;overflow:hidden}.customer-portal-head,.customer-portal-divider,.customer-portal-section-salon,.customer-portal-week-summary,.customer-portal-desktop-cta{grid-column:1;margin-right:0;padding-left:2rem;padding-right:2rem;background:linear-gradient(180deg,#303133,#2d2e30)}.customer-portal-head{grid-row:1;padding-top:1.6rem;padding-bottom:1.4rem;border-right:1px solid rgba(255,255,255,.12)}.customer-portal-divider{grid-row:2;margin:0;border-bottom-color:#ffffff2e;border-right:1px solid rgba(255,255,255,.12)}.customer-portal-section-salon,.customer-portal-week-summary,.customer-portal-desktop-cta{border-right:1px solid rgba(255,255,255,.12)}.customer-portal-section-salon{grid-row:3;padding-top:2rem;padding-bottom:1.5rem}.customer-portal-week-summary{grid-row:4;display:grid;padding-top:1.9rem;padding-bottom:1.6rem}.customer-portal-desktop-cta{grid-row:5;display:flex;padding-top:1.4rem;padding-bottom:2rem;align-items:flex-end}.customer-portal-desktop-cta .btn{width:100%;min-height:56px;border-radius:14px;font-size:1rem;font-weight:700}.customer-portal-greeting,.customer-portal-section-appointments{grid-column:2;padding-left:2.2rem;padding-right:2.2rem;background:#0f1012}.customer-portal-greeting{grid-row:1;padding-top:1.9rem;padding-bottom:1.2rem}.customer-portal-greeting h1{font-size:3.2rem;line-height:1.02}.customer-portal-greeting p{font-size:1.02rem;color:#b2b8c1}.customer-portal-section-appointments{grid-row:2 / span 4;padding-bottom:2.1rem}.customer-portal-section-appointments>h2{display:none}.customer-portal-filters{margin-bottom:1.2rem}.customer-portal-filters button{min-height:52px;border-radius:999px;font-size:.93rem;padding:.45rem 1.85rem}.customer-portal-salon-main strong{font-size:2.75rem}.customer-portal-salon-main small{font-size:1.75rem}.customer-week-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.customer-week-card{min-height:106px;border:1px solid #3f434a;border-radius:14px;background:#232528;padding:.95rem .82rem;display:grid;align-content:center;gap:.22rem}.customer-week-card strong{color:#fff;font-size:2.8rem;line-height:.95}.customer-week-card small{color:#c2c6ce;font-size:.82rem;text-transform:none}.customer-portal-appointment-card{border:1px solid #4b4f56;border-left-width:1px;border-radius:16px;background:linear-gradient(180deg,#343638,#303235);padding:1.15rem 1.35rem;display:grid;grid-template-columns:170px minmax(0,1fr) 130px;grid-template-rows:auto auto;column-gap:1.2rem;row-gap:.28rem;align-items:center}.customer-portal-appointment-card>header{display:contents}.customer-portal-appointment-card>header>div{display:contents}.customer-portal-appointment-card>header>div h3{grid-column:1;grid-row:1;margin:0;font-size:3rem;line-height:.92;color:#fff}.customer-portal-appointment-card>header>div p{grid-column:1;grid-row:2;margin:0;font-size:.74rem;color:#c2c7d0}.customer-portal-appointment-card>header>div strong{grid-column:2;grid-row:1;margin:0;font-size:.86rem;color:#fff;line-height:1.15}.customer-portal-status-pill{grid-column:3;grid-row:1;justify-self:end;font-size:.62rem;padding:.34rem .92rem;border-radius:999px}.customer-portal-appointment-divider{display:none}.customer-portal-appointment-meta{display:contents}.customer-portal-appointment-meta span{grid-column:2;grid-row:2;font-size:.78rem;color:#d4d9e1;gap:.42rem}.customer-portal-appointment-meta small{grid-column:3;grid-row:2;justify-self:end;font-size:.74rem;color:#d0d5dd}.customer-portal-expanded{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.14);padding-top:.7rem;margin-top:.2rem}.customer-portal-profile-section{display:none}}@media (min-width: 1024px){body[data-theme=clear] .customer-portal-home{background:#eef3f8}body[data-theme=clear] .customer-portal-head,body[data-theme=clear] .customer-portal-divider,body[data-theme=clear] .customer-portal-section-salon,body[data-theme=clear] .customer-portal-week-summary,body[data-theme=clear] .customer-portal-desktop-cta{background:linear-gradient(180deg,#f4f7fb,#eef2f7);border-right-color:#566f8f38}body[data-theme=clear] .customer-portal-divider{border-bottom-color:#566f8f38}body[data-theme=clear] .customer-portal-greeting,body[data-theme=clear] .customer-portal-section-appointments{background:#eef3f8}body[data-theme=clear] .customer-portal-appointment-card{background:#fff;border-color:#566f8f3d}body[data-theme=clear] .customer-portal-appointment-card>header>div h3,body[data-theme=clear] .customer-portal-appointment-card>header>div strong{color:#223b59}body[data-theme=clear] .customer-portal-appointment-card>header>div p,body[data-theme=clear] .customer-portal-appointment-meta span,body[data-theme=clear] .customer-portal-appointment-meta small{color:#5f738c}}body[data-theme=clear] .shell-content,body[data-theme=clear] .shell-page{background:linear-gradient(180deg,#eef3f8,#f6f9fc)}body[data-theme=clear] .metric{background:#fff;border-color:#566f8f3d}body[data-theme=clear] .metric small{color:#60738d!important}body[data-theme=clear] .metric strong{color:#1d3f67}body[data-theme=clear] .customer-portal-home{color:#1f2937}body[data-theme=clear] .customer-portal-profile-text strong,body[data-theme=clear] .customer-portal-greeting h1{color:#10243f}body[data-theme=clear] .customer-portal-profile-text small,body[data-theme=clear] .customer-portal-greeting p,body[data-theme=clear] .customer-portal-section h2{color:#5f6f84}body[data-theme=clear] .customer-portal-divider{border-bottom-color:#566f8f47}body[data-theme=clear] .customer-head-icon-btn{color:#45607f;border-color:#566f8f3d;background:#ffffffd1}body[data-theme=clear] .customer-theme-menu{background:#fff;border-color:#566f8f38}body[data-theme=clear] .customer-theme-menu strong{color:#607086}body[data-theme=clear] .customer-theme-menu button{background:#f4f7fb;border-color:#566f8f33;color:#34445a}body[data-theme=clear] .customer-theme-menu button.active{border-color:#2f8dff;background:#1f74d8;color:#fff}body[data-theme=clear] .customer-week-card{background:#fff;border-color:#566f8f3d}body[data-theme=clear] .customer-week-card strong{color:#223b59}body[data-theme=clear] .customer-week-card small{color:#607086}body[data-theme=clear] .customer-portal-desktop-cta .btn:is(.secondary,.btn--secondary){background:#fff;border-color:#566f8f4d;color:#2f4b6b}body[data-theme=clear] .customer-portal-desktop-cta .btn:is(.secondary,.btn--secondary):hover{border-color:#2f8dff9e;background:#edf4ff;color:#1f4c83}body[data-theme=clear] .customer-portal-filters button{background:#fff;border-color:#566f8f47;color:#4a5b73}body[data-theme=clear] .customer-portal-filters button.active{border-color:#2f8dff;background:#1f74d8;color:#fff}body[data-theme=clear] .customer-portal-salon-card,body[data-theme=clear] .customer-portal-appointment-card{background:linear-gradient(135deg,#fff,#f5f8fc);border-color:#566f8f3d}body[data-theme=clear] .customer-portal-salon-main strong,body[data-theme=clear] .customer-portal-appointment-card header strong,body[data-theme=clear] .customer-portal-appointment-card header h3{color:#172b47}body[data-theme=clear] .customer-portal-salon-main small,body[data-theme=clear] .customer-portal-appointment-card header p,body[data-theme=clear] .customer-portal-appointment-meta span,body[data-theme=clear] .customer-portal-appointment-meta small,body[data-theme=clear] .customer-portal-expanded-professional small{color:#5f6f84}body[data-theme=clear] .customer-portal-appointment-divider{border-bottom-color:#566f8f33}body[data-theme=clear] .customer-salons-layout .card{background:linear-gradient(180deg,#fff,#f7faff);border-color:#566f8f38;box-shadow:inset 0 1px #fffffff2,0 12px 28px #17345614}body[data-theme=clear] .customer-salons-landing-head{background:linear-gradient(180deg,#fff,#f7faff);border-color:#566f8f3d}body[data-theme=clear] .customer-salons-brand strong{color:#1d334f}body[data-theme=clear] .customer-salons-brand small{color:#6a7b90}body[data-theme=clear] .customer-salons-layout .card-title,body[data-theme=clear] .customer-salons-layout strong{color:#1d334f}body[data-theme=clear] .customer-salons-layout label{color:#607086}body[data-theme=clear] .customer-salons-layout input,body[data-theme=clear] .customer-salons-layout textarea,body[data-theme=clear] .customer-salons-layout select{background:#fff;border-color:#566f8f42;color:#223b59}body[data-theme=clear] .customer-salons-layout input:focus,body[data-theme=clear] .customer-salons-layout textarea:focus,body[data-theme=clear] .customer-salons-layout select:focus{border-color:#2f8dffbf;box-shadow:0 0 0 2px #2f8dff2e}body[data-theme=clear] .customer-salons-layout .btn:is(.secondary,.btn--secondary){background:#fff;border-color:#566f8f47;color:#38516e}body[data-theme=clear] .customer-salons-layout .btn:is(.secondary,.btn--secondary):hover{border-color:#2f8dff9e;background:#eef5ff}body[data-theme=clear] .customer-salons-layout .state,body[data-theme=clear] .customer-salons-layout .state.empty{background:#fff;border-color:#566f8f4d;color:#3e5674}body[data-theme=clear] .customer-location-card{border-color:#566f8f33;background:linear-gradient(180deg,#f8fbff,#f2f7fd)}body[data-theme=clear] .customer-location-accordion{border-color:#566f8f3d;background:#fff}body[data-theme=clear] .customer-location-accordion summary{color:#1f3f68}body[data-theme=clear] .customer-location-accordion summary:after{color:#4f6f95}body[data-theme=clear] .customer-location-card>p,body[data-theme=clear] .customer-location-option small{color:#6a7b90}body[data-theme=clear] .customer-location-option{border-color:#566f8f3d;background:#fff;color:#223b59}body[data-theme=clear] .customer-location-option.active{border-color:#2f8dff9e;background:#2f8dff1f}body[data-theme=clear] .customer-location-option-icon{background:#2f8dff1f;color:#1f74d8}body[data-theme=clear] .customer-location-option-check{border-color:#566f8f52;color:#38516e}body[data-theme=clear] .customer-location-option.active .customer-location-option-check{border-color:#2f8dffa6;background:#2f8dffd9;color:#fff}body[data-theme=clear] .customer-location-success{border-color:#10885f47;background:#10885f1a;color:#0f6f51}body[data-theme=clear] .customer-location-radius-head span{color:#2b78d0}body[data-theme=clear] .customer-salon-results li button{border-color:#566f8f38;background:linear-gradient(180deg,#fff,#f3f8ff);color:#223b59}body[data-theme=clear] .customer-salon-results li button:hover,body[data-theme=clear] .customer-salon-results li.active button{border-color:#2f8dff99;background:linear-gradient(180deg,#edf4ff,#e6f0ff);box-shadow:0 8px 20px #19385c29}body[data-theme=clear] .customer-salon-accordion-panel{border-color:#d1d9e6;background:#f0f2f5}body[data-theme=clear] .customer-salon-main small,body[data-theme=clear] .customer-salon-meta small,body[data-theme=clear] .customer-salon-expanded-address{color:#6b7280!important}body[data-theme=clear] .customer-booking-v2-salon,body[data-theme=clear] .customer-booking-v2-field>span,body[data-theme=clear] .customer-booking-v2-section-title,body[data-theme=clear] .customer-booking-v2-subtitle{color:#6b7280}body[data-theme=clear] .customer-booking-v2-head-date>span{color:#6b7280}body[data-theme=clear] .customer-booking-v2-divider{background:#566f8f3d}body[data-theme=clear] .customer-booking-v2-status{border-color:#2f7d57;background:#e9f7ef;color:#14532d}body[data-theme=clear] .customer-booking-v2-status:before{background:#1f8f61;box-shadow:0 0 0 3px #1f8f6133}body[data-theme=clear] .customer-booking-v2-field>input{background:#fff;border-color:#d1d9e6;color:#111827;min-height:42px;border-radius:10px;font-size:1rem;font-weight:700;padding-inline:.68rem 2.1rem}body[data-theme=clear] .customer-booking-v2-head-date>input{background:#fff;border-color:#d1d9e6;color:#111827}body[data-theme=clear] .customer-booking-v2-field>input::-webkit-calendar-picker-indicator{filter:brightness(0) saturate(100%) invert(23%) sepia(89%) saturate(2389%) hue-rotate(216deg) brightness(89%) contrast(95%)}body[data-theme=clear] .customer-booking-v2-head-date>input::-webkit-calendar-picker-indicator{filter:brightness(0) saturate(100%) invert(23%) sepia(89%) saturate(2389%) hue-rotate(216deg) brightness(89%) contrast(95%)}body[data-theme=clear] .customer-service-card{border-color:#d1d9e6;background:#fff;border-radius:12px}body[data-theme=clear] .customer-service-card.active{border-color:#1a56db;background:#fff;box-shadow:0 0 0 1px #1a56db,0 0 0 3px #1a56db33}body[data-theme=clear] .customer-service-card.active .customer-service-card-head{background:#fff;color:#0f2443}body[data-theme=clear] .customer-service-card.active .customer-service-card-info strong,body[data-theme=clear] .customer-service-card.active .customer-service-card-info small,body[data-theme=clear] .customer-service-card.active .customer-service-card-price,body[data-theme=clear] .customer-service-card.active .customer-service-card-price em{color:#1a56db}body[data-theme=clear] .customer-service-card-head{padding:.72rem .84rem}body[data-theme=clear] .customer-service-card-info strong{color:#111827;font-size:1.03rem}body[data-theme=clear] .customer-service-card-info small{color:#6b7280;font-size:.84rem}body[data-theme=clear] .customer-service-card-price{color:#374151}body[data-theme=clear] .customer-service-card-price em{color:#1a56db}body[data-theme=clear] .customer-professional-card{border-color:#d1d9e6;background:#fff;color:#374151;min-height:56px;padding:.55rem .7rem;display:flex;align-items:center;justify-content:flex-start;gap:.56rem;border-radius:12px}body[data-theme=clear] .customer-professional-card.active{border-color:#1a56db;background:#fff;color:#111827;box-shadow:0 0 0 1px #1a56db,0 0 0 3px #1a56db24}body[data-theme=clear] .customer-professional-card.active>span:last-child{color:#111827;font-weight:700}body[data-theme=clear] .customer-professional-card-avatar{width:36px;height:36px;background:#e8eef6;border-color:#7a8eab61}body[data-theme=clear] .customer-time-grid-v2 button,body[data-theme=clear] .customer-choice-chips button,body[data-theme=clear] .customer-time-grid button{border-color:#d1d9e6;background:#fff;color:#374151;min-height:34px;min-width:88px;border-radius:8px;font-size:.94rem;font-weight:700}body[data-theme=clear] .customer-time-grid-v2 button:hover,body[data-theme=clear] .customer-choice-chips button:hover,body[data-theme=clear] .customer-time-grid button:hover,body[data-theme=clear] .customer-professional-card:hover,body[data-theme=clear] .customer-service-card-head:hover{border-color:#1a56db}body[data-theme=clear] .customer-time-grid-v2 button.active,body[data-theme=clear] .customer-choice-chips button.active,body[data-theme=clear] .customer-time-grid button.active{border-color:#1a56db;background:#1a56db;color:#fff;box-shadow:none}body[data-theme=clear] .customer-time-grid-v2 button.active *{color:#fff}@media (max-width: 720px){.customer-booking-v2-controls{flex-direction:column;align-items:stretch}.customer-booking-v2-head-date{justify-items:stretch}.customer-booking-v2-head-date>input{width:100%;min-width:0}}.customer-salons-layout.customer-theme-clear .customer-salon-accordion-panel{border-color:#d1d9e6!important;background:#f0f2f5!important}.customer-salons-layout.customer-theme-clear .customer-booking-v2-salon,.customer-salons-layout.customer-theme-clear .customer-booking-v2-field>span,.customer-salons-layout.customer-theme-clear .customer-booking-v2-section-title,.customer-salons-layout.customer-theme-clear .customer-booking-v2-subtitle{color:#6b7280!important}.customer-salons-layout.customer-theme-clear .customer-service-card,.customer-salons-layout.customer-theme-clear .customer-professional-card,.customer-salons-layout.customer-theme-clear .customer-time-grid-v2 button{background:#fff!important;border-color:#d1d9e6!important}.customer-salons-layout.customer-theme-clear .customer-service-card-info strong{color:#111827!important}.customer-salons-layout.customer-theme-clear .customer-service-card-info small,.customer-salons-layout.customer-theme-clear .customer-service-card-price,.customer-salons-layout.customer-theme-clear .customer-professional-card,.customer-salons-layout.customer-theme-clear .customer-time-grid-v2 button{color:#374151!important}.customer-salons-layout.customer-theme-clear .customer-service-card.active{border-color:#1a56db!important;box-shadow:0 0 0 1px #1a56db,0 0 0 3px #1a56db33!important}.customer-salons-layout.customer-theme-clear .customer-service-card.active .customer-service-card-info strong,.customer-salons-layout.customer-theme-clear .customer-service-card.active .customer-service-card-info small,.customer-salons-layout.customer-theme-clear .customer-service-card.active .customer-service-card-price,.customer-salons-layout.customer-theme-clear .customer-service-card.active .customer-service-card-price em{color:#1a56db!important}.customer-salons-layout.customer-theme-clear .customer-professional-card.active{border-color:#1a56db!important;box-shadow:0 0 0 1px #1a56db,0 0 0 3px #1a56db24!important}.customer-salons-layout.customer-theme-clear .customer-time-grid-v2 button.active{border-color:#1a56db!important;background:#1a56db!important;color:#fff!important}.customer-salons-layout.customer-theme-clear .customer-booking-v2-status{border-color:#2f7d57!important;background:#e9f7ef!important;color:#14532d!important}body[data-theme=clear] .services-catalog-head h2{color:#16345a}body[data-theme=clear] .services-catalog-filters input,body[data-theme=clear] .services-catalog-filters select{background:#fff;border-color:#566f8f42;color:#233b59}body[data-theme=clear] .services-count-pill{background:#fff;border-color:#566f8f4d;color:#294465}body[data-theme=clear] .services-category-group{border-top-color:#566f8f42}body[data-theme=clear] .services-category-group h3{color:#244162}body[data-theme=clear] .services-category-group header small{color:#5f738c}body[data-theme=clear] .service-row-card{border-color:#566f8f47;background:linear-gradient(180deg,#fff,#f5f9ff)}body[data-theme=clear] .service-row-main strong{color:#16345a}body[data-theme=clear] .service-duration-chip{background:#e8f1ff;color:#1f4d84}body[data-theme=clear] .service-row-metric small{color:#6a7d94}body[data-theme=clear] .service-row-switch span{background:#d9e2ef;border-color:#b7c5d8}body[data-theme=clear] .service-row-switch input:checked+span{background:#1f74d8;border-color:#1f74d8}body[data-theme=clear] .service-row-switch input:not(:checked)+span{background:#d9e2ef;border-color:#b7c5d8}body[data-theme=clear] .service-row-switch input:disabled+span{opacity:.65}body[data-theme=clear] .service-row-card .btn:is(.secondary,.btn--secondary){background:#fff;border-color:#566f8f47;color:#365272}body[data-theme=clear] .service-row-card .btn:is(.secondary,.btn--secondary):hover:not(:disabled){border-color:#2f8dff94;background:#eef5ff;color:#1e3e69}body[data-theme=clear] .client-summary-list li{border-color:#566f8f3d;background:linear-gradient(180deg,#fff,#f7faff)}body[data-theme=clear] .client-summary-list .client-summary-btn strong,body[data-theme=clear] .client-summary-list .client-summary-btn span{color:#1f3b5d}body[data-theme=clear] .client-summary-list .client-summary-btn span{color:#60738d}body[data-theme=clear] .client-detail-modal{background:#fff;border-color:#566f8f42}body[data-theme=clear] .client-detail-modal-head,body[data-theme=clear] .client-hero,body[data-theme=clear] .client-detail-grid,body[data-theme=clear] .client-tabs,body[data-theme=clear] .client-kpis,body[data-theme=clear] .client-history-cards,body[data-theme=clear] .history-body,body[data-theme=clear] .client-history-card,body[data-theme=clear] .client-history-card header,body[data-theme=clear] .client-history-card footer,body[data-theme=clear] .client-tab-panel{background:#fff;border-color:#566f8f38!important}body[data-theme=clear] .client-hero-avatar{background:#e9f2ff;border-color:#2f8dff59;color:#1f4d84}body[data-theme=clear] .client-hero h3,body[data-theme=clear] .client-detail-grid strong,body[data-theme=clear] .client-history-card h5,body[data-theme=clear] .client-history-card strong,body[data-theme=clear] .client-tab-panel strong{color:#16345a}body[data-theme=clear] .client-hero p,body[data-theme=clear] .client-detail-grid small,body[data-theme=clear] .client-history-card header small,body[data-theme=clear] .history-info-row small,body[data-theme=clear] .client-kpis small,body[data-theme=clear] .client-history-card footer span,body[data-theme=clear] .client-tab-panel p,body[data-theme=clear] .client-tabs button{color:#5f738c}body[data-theme=clear] .client-tabs button.active{color:#1f74d8;border-bottom-color:#1f74d8}body[data-theme=clear] .client-kpis article{background:#f7fbff;border-color:#566f8f3d}body[data-theme=clear] .client-kpis strong{color:#16345a}body[data-theme=clear] .client-kpis article:nth-child(2) strong{color:#12835c}body[data-theme=clear] .client-detail-modal .btn:is(.secondary,.btn--secondary){background:#fff;border-color:#566f8f47;color:#365272}body[data-theme=clear] .client-detail-modal .btn:is(.secondary,.btn--secondary):hover:not(:disabled){border-color:#2f8dff94;background:#eef5ff;color:#1e3e69}.customer-profile-layout{max-width:980px;margin:0 auto;display:grid;gap:1.1rem}.customer-profile-hero h1{margin:0;color:#f8fafc;font-size:clamp(1.7rem,2.8vw,2.2rem)}.customer-profile-hero p{margin:.4rem 0 0;color:#a8b1bf;font-size:1rem}.customer-profile-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:.85rem}.customer-profile-card{grid-column:span 6;border:1px solid rgba(107,121,145,.32);border-radius:16px;background:linear-gradient(180deg,#131b2af2,#0e1422f2);padding:.95rem 1rem;box-shadow:inset 0 1px #ffffff0a,0 10px 24px #02081847}.customer-profile-card h2{margin:0;color:#f8fafc;font-size:1rem;text-transform:uppercase;letter-spacing:.05em}.customer-profile-card ul{list-style:none;margin:.82rem 0 0;padding:0;display:grid;gap:.7rem}.customer-profile-card li{display:grid;gap:.16rem}.customer-profile-card small{color:#95a3b8;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.customer-profile-card strong{color:#e7edf6;font-size:1rem}.customer-profile-card p{margin:.78rem 0 0;color:#c6d0de;line-height:1.45}.customer-profile-metrics{margin-top:.82rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.customer-profile-metrics>div{border:1px solid rgba(107,121,145,.28);border-radius:12px;padding:.58rem;background:#131b2acc;display:grid;gap:.2rem}.customer-profile-metrics>div small{color:#95a3b8;text-transform:none;letter-spacing:0}.customer-profile-metrics>div strong{font-size:1.32rem}.customer-profile-next{margin-top:.82rem;display:grid;gap:.24rem}.customer-profile-next strong{font-size:1.08rem}.customer-profile-next span{color:#c6d0de;font-size:.94rem}.customer-profile-next small{color:#9edab8;font-size:.78rem;text-transform:uppercase}.customer-profile-actions{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.customer-profile-switch{margin-top:.82rem;display:grid;gap:.28rem}.customer-profile-switch span{color:#95a3b8;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.customer-profile-switch select{min-height:42px;border-radius:10px;background:#131b2ad9;border:1px solid rgba(107,121,145,.34);color:#e7edf6;padding:.45rem .6rem}@media (max-width: 900px){.customer-profile-card{grid-column:span 12}}@media (max-width: 767px){.customer-profile-layout{width:min(100%,430px);margin:0 auto}.customer-profile-hero h1{font-size:1.65rem}.customer-profile-hero p{font-size:.95rem}.customer-profile-card{border-radius:14px;padding:.82rem .85rem}.customer-profile-metrics{grid-template-columns:1fr}}body[data-theme=clear] .customer-profile-hero h1{color:#183051}body[data-theme=clear] .customer-profile-hero p{color:#607086}body[data-theme=clear] .customer-profile-card{border-color:#566f8f38;background:linear-gradient(180deg,#fff,#f6faff);box-shadow:inset 0 1px #fffffff5,0 10px 24px #1734561a}body[data-theme=clear] .customer-profile-card h2{color:#27466a}body[data-theme=clear] .customer-profile-card small,body[data-theme=clear] .customer-profile-metrics>div small{color:#6a7b90}body[data-theme=clear] .customer-profile-card strong{color:#223b59}body[data-theme=clear] .customer-profile-card p,body[data-theme=clear] .customer-profile-next span{color:#51647f}body[data-theme=clear] .customer-profile-metrics>div{border-color:#566f8f3d;background:#fff}body[data-theme=clear] .customer-profile-next small{color:#1d8761}body[data-theme=clear] .customer-profile-switch span{color:#6a7b90}body[data-theme=clear] .customer-profile-switch select{background:#fff;border-color:#566f8f4d;color:#223b59}body[data-theme=clear]{--bg: #eef3f8;--bg-soft: #ffffff;--surface: #ffffff;--text: #1f2d3d;--muted: #607086;--line: rgba(86, 111, 143, .22);--shadow: 0 8px 24px rgba(23, 52, 86, .1);color:#1f2d3d;background:radial-gradient(circle at 86% 8%,rgba(47,141,255,.1) 0%,transparent 24%),radial-gradient(circle at 8% 92%,rgba(17,131,87,.08) 0%,transparent 28%),#eef3f8}body[data-theme=clear] .shell-sidebar{background:#f8fbff;border-right-color:#566f8f33}body[data-theme=clear] .shell-topbar{background:#fafcffeb;border-bottom:1px solid rgba(86,111,143,.16)}body[data-theme=clear] .shell-menu-btn{background:#fff;border-color:#566f8f4d;color:#223b59}body[data-theme=clear] .shell-menu-btn:hover{border-color:#2f8dff9e;color:#1f4c83;box-shadow:0 8px 20px #2f8dff29}body[data-theme=clear] .shell-topbar h1,body[data-theme=clear] .shell-topbar-user strong,body[data-theme=clear] .card-title,body[data-theme=clear] h2,body[data-theme=clear] h3,body[data-theme=clear] .table th,body[data-theme=clear] .shell-brand p,body[data-theme=clear] .shell-nav-link{color:#223b59}body[data-theme=clear] .shell-topbar p,body[data-theme=clear] .shell-topbar-user small,body[data-theme=clear] .shell-nav-section h3,body[data-theme=clear] .shell-brand small,body[data-theme=clear] .muted,body[data-theme=clear] .helper,body[data-theme=clear] .auth-footnote{color:#6a7b90!important}body[data-theme=clear] .shell-nav-link:hover,body[data-theme=clear] .shell-nav-link-active{background:#2f8dff1f;border-color:#2f8dff4d;color:#1f4c83}body[data-theme=clear] .card,body[data-theme=clear] .modal-card,body[data-theme=clear] .dashboard-panel,body[data-theme=clear] .state,body[data-theme=clear] .detail-box,body[data-theme=clear] .list li,body[data-theme=clear] .appointment-modal-card,body[data-theme=clear] .schedule-v3-sidebar,body[data-theme=clear] .schedule-v3-timeline{background:#fff;border-color:#566f8f38;color:#223b59;box-shadow:0 10px 22px #17345617}body[data-theme=clear] .table td{border-bottom-color:#566f8f33;color:#334a66}body[data-theme=clear] label{color:#607086}body[data-theme=clear] input,body[data-theme=clear] textarea,body[data-theme=clear] select,body[data-theme=clear] .login-v2-input-wrap{background:#fff;border-color:#566f8f42;color:#223b59}body[data-theme=clear] input::placeholder,body[data-theme=clear] textarea::placeholder{color:#7c8ea4}body[data-theme=clear] input:focus,body[data-theme=clear] textarea:focus,body[data-theme=clear] select:focus,body[data-theme=clear] .login-v2-input-wrap:focus-within{border-color:#2f8dff!important;box-shadow:0 0 0 2px #2f8dff2e}body[data-theme=clear] .btn:is(.secondary,.btn--secondary){background:#fff;border-color:#566f8f47;color:#38516e}body[data-theme=clear] .btn:is(.secondary,.btn--secondary):hover{border-color:#2f8dff9e;background:#edf4ff;color:#1f4c83}body[data-theme=clear] .btn:is(.danger,.btn--danger){background:#fff1f1;border-color:#da474759;color:#b23d3d}body[data-theme=clear] .btn{background:#fff;border-color:#566f8f47;color:#38516e}body[data-theme=clear] .mobile-bottom-nav{background:#f5f8fcfa;border-top-color:#3e567633}body[data-theme=clear] .mobile-nav-item{color:#51647f}body[data-theme=clear] .mobile-nav-item.active{background:#2f8dff24;color:#205ea8}body[data-theme=clear] .topbar-profile-switch select,body[data-theme=clear] .topbar-theme-switch select,body[data-theme=clear] .topbar-theme-icon-btn{background:#fff;border-color:#566f8f4d;color:#223b59}body[data-theme=clear] .topbar-theme-icon-menu{background:#fff;border-color:#566f8f4d}body[data-theme=clear] .topbar-theme-icon-menu button{background:#f4f7fb;border-color:#566f8f42;color:#38516e}body[data-theme=clear] .topbar-theme-icon-menu button.active{background:#eaf3ff;border-color:#2f8dff99;color:#1f4c83}body[data-theme=clear] .dashboard-v3 .dashboard-v3-hero,body[data-theme=clear] .dashboard-v3 .dashboard-metric-item,body[data-theme=clear] .dashboard-v3 .dashboard-list-card,body[data-theme=clear] .dashboard-v3 .appointments-list li,body[data-theme=clear] .dashboard-v3 .dashboard-clickable-appointment,body[data-theme=clear] .dashboard-professional-appointment-item{background:#fff;border-color:#566f8f3d}body[data-theme=clear] .dashboard-v3 .dashboard-v3-hero{border:0;border-bottom:0}body[data-theme=clear] .dashboard-v3 .dashboard-v3-hero h2,body[data-theme=clear] .dashboard-v3 .dashboard-list-head h3{color:#16345a}body[data-theme=clear] .dashboard-v3 .dashboard-v3-hero p,body[data-theme=clear] .dashboard-v3 .dashboard-metric-item small,body[data-theme=clear] .dashboard-v3 .dashboard-metric-item span,body[data-theme=clear] .dashboard-v3 .appointment-time,body[data-theme=clear] .dashboard-v3 .appointment-service{color:#5f738c}body[data-theme=clear] .dashboard-v3 .dashboard-metric-item strong,body[data-theme=clear] .dashboard-v3 .dashboard-appointment-row strong{color:#1a3a5f}body[data-theme=clear] .dashboard-v3 .dashboard-metric-item-revenue strong{color:#12835c}body[data-theme=clear] .dashboard-v3 .dashboard-list-head a{color:#1f74d8}body[data-theme=clear] .dashboard-v3 .dashboard-appointment-row:hover{background:#eef5ff}body[data-theme=clear] .reports-revenue-modern-card{border-color:#566f8f42;background:linear-gradient(180deg,#fff,#f7faff)}body[data-theme=clear] .reports-revenue-modern-header small,body[data-theme=clear] .reports-item-meta,body[data-theme=clear] .reports-item-meta span+span:before{color:#60738d}body[data-theme=clear] .reports-revenue-modern-header strong{color:#16345a}body[data-theme=clear] .reports-revenue-modern-header span{color:#12835c}body[data-theme=clear] .reports-revenue-modern-filters button{border-color:#566f8f42;background:#fff;color:#38516e}body[data-theme=clear] .reports-revenue-modern-filters button:hover{border-color:#2f8dff94;background:#eef5ff;color:#1f4c83}body[data-theme=clear] .reports-revenue-modern-filters button.active{border-color:#2f8dffad;background:#eaf3ff;color:#1f4c83}body[data-theme=clear] .reports-revenue-modern-chart .y-grid-line,body[data-theme=clear] .reports-revenue-modern-chart .x-grid-line{stroke:#566f8f3d}body[data-theme=clear] .reports-revenue-modern-chart .x-grid-line{stroke:#566f8f24}body[data-theme=clear] .reports-revenue-modern-chart .y-label,body[data-theme=clear] .reports-revenue-modern-chart .x-label{fill:#60738d}body[data-theme=clear] .reports-revenue-modern-chart .line{stroke:#2f8dff}body[data-theme=clear] .reports-revenue-modern-chart .dot{fill:#fff;stroke:#2f8dff}body[data-theme=clear] .reports-revenue-modern-chart .dot.final{fill:#2f8dff;stroke:#9ec7ff}body[data-theme=clear] .reports-revenue-modern-tooltip{border-color:#566f8f4d;background:#fff}body[data-theme=clear] .reports-revenue-modern-tooltip strong{color:#38516e}body[data-theme=clear] .reports-revenue-modern-tooltip span{color:#1f4c83}body[data-theme=clear] .appointment-actions-summary{border-color:#566f8f3d;background:linear-gradient(180deg,#fff,#f6f9ff)}body[data-theme=clear] .appointment-actions-summary>strong{color:#16345a}body[data-theme=clear] .appointment-actions-summary>small,body[data-theme=clear] .appointment-actions-summary-meta span,body[data-theme=clear] .appointment-actions-summary-total span,body[data-theme=clear] .appointment-action-copy small,body[data-theme=clear] .appointment-action-chevron{color:#5f738c}body[data-theme=clear] .appointment-actions-summary-meta,body[data-theme=clear] .appointment-actions-summary-total{border-top-color:#566f8f3d}body[data-theme=clear] .appointment-actions-summary-meta strong{color:#1c3e66}body[data-theme=clear] .appointment-actions-summary-total strong{color:#1f74d8}body[data-theme=clear] .appointment-action-accordion-trigger{border-color:#566f8f47;background:#fff;color:#1c3e66}body[data-theme=clear] .appointment-action-accordion-trigger.active{border-color:#2f8dff94;background:#edf4ff}body[data-theme=clear] .appointment-action-icon.complete{background:#e6f7ef;color:#12835c}body[data-theme=clear] .appointment-action-icon.reschedule{background:#eceeff;color:#4356c8}body[data-theme=clear] .appointment-action-icon.cancel{background:#ffeef1;color:#b3435c}body[data-theme=clear] .appointment-modal-head,body[data-theme=clear] .appointment-stepper{border-bottom-color:#566f8f38}body[data-theme=clear] .appointment-stepper:after{background:#566f8f3d}body[data-theme=clear] .appointment-stepper .step .step-index{border-color:#566f8f57;background:#fff;color:#2a4464}body[data-theme=clear] .appointment-stepper .step.active .step-index{border-color:#1f74d8;background:#1f74d8;color:#fff}body[data-theme=clear] .appointment-stepper .step small{color:#6a7b90}body[data-theme=clear] .appointment-stepper .step.active small{color:#1f74d8}body[data-theme=clear] .customer-search-row{border-color:#566f8f42;background:#f8fbff}body[data-theme=clear] .customer-search-row input{border-color:#566f8f3d;background:#fff;color:#223b59}body[data-theme=clear] .customer-search-radio{border-color:#566f8f80}body[data-theme=clear] .appointment-customer-list{border-color:#566f8f3d}body[data-theme=clear] .appointment-customer-list .customer-item{border-bottom-color:#566f8f33;background:#fff}body[data-theme=clear] .appointment-customer-list .customer-item:nth-child(odd),body[data-theme=clear] .appointment-customer-list .customer-item:nth-child(2n){background:#fff}body[data-theme=clear] .appointment-customer-list .customer-item:hover{background:#eef5ff}body[data-theme=clear] .appointment-customer-list .customer-item.active{border-color:#1f74d8;background:#1f74d8;color:#fff;box-shadow:inset 0 0 0 1px #ffffff1f}body[data-theme=clear] .appointment-customer-list .customer-item.active .customer-main strong{color:#fff}body[data-theme=clear] .appointment-customer-list .customer-item.active .customer-main small{color:#fff!important;opacity:1}body[data-theme=clear] .customer-main strong{color:#1d3a5c}body[data-theme=clear] .customer-main small{color:#60738d}body[data-theme=clear] .inline-client-form{border-color:#566f8f3d;background:#f8fbff}body[data-theme=clear] .step-section-title{color:#435a77}body[data-theme=clear] .service-choice-card{border-color:#566f8f42;background:#fff;color:#1f3b5d}body[data-theme=clear] .service-choice-card small{color:#60738d}body[data-theme=clear] .service-choice-card:hover{border-color:#1f74d880;background:#f2f8ff;box-shadow:0 4px 14px #1f74d824}body[data-theme=clear] .service-choice-card.active{border-color:#1f74d8;box-shadow:inset 0 0 0 1px #ffffff1f;background:#1f74d8;color:#fff}body[data-theme=clear] .service-choice-card.active small{color:#fff!important;opacity:1}body[data-theme=clear] .selected-service-item{border-color:#566f8f42;background:#fff}body[data-theme=clear] .selected-service-main small{color:#60738d}body[data-theme=clear] .professional-pill{border-color:#566f8f47;background:#fff;color:#38516e}body[data-theme=clear] .professional-pill.active{border-color:#1f74d8;background:#1f74d8;color:#fff;box-shadow:inset 0 0 0 1px #ffffff1f;font-weight:700}body[data-theme=clear] .professional-pill.active .professional-pill-dot{box-shadow:0 0 0 2px #ffffff59}body[data-theme=clear] .seg{border-color:#566f8f47;background:#fff;color:#2b4769}body[data-theme=clear] .seg.active{border-color:#1f74d8;background:#1f74d8;color:#fff;box-shadow:0 0 0 2px #1f74d83d}body[data-theme=clear] .professional-pill.disabled{background:#eef2f7;color:#7a8797;border-color:#808da04d}body[data-theme=clear] .duration-preview-box{border-color:#566f8f42;background:#fff}body[data-theme=clear] .time-pill{border-color:#566f8f47;background:#fff;color:#2b4769}body[data-theme=clear] .time-pill:hover:not(:disabled){border-color:#2f8dff99;background:#eef5ff;color:#2b4769}body[data-theme=clear] .time-pill.selected{border-color:#1f74d8;background:#1f74d8;color:#fff;font-weight:700;box-shadow:0 0 0 2px #1f74d83d}body[data-theme=clear] .time-pill:focus-visible:not(:disabled){outline:none;border-color:#1f74d8;background:#1f74d8;color:#fff;font-weight:700;box-shadow:0 0 0 2px #1f74d83d}body[data-theme=clear] .appointment-modal-card .appointment-time-grid-wrap .time-pill:focus:not(:disabled),body[data-theme=clear] .appointment-modal-card .appointment-time-grid-wrap .time-pill:active:not(:disabled),body[data-theme=clear] .appointment-modal-card .appointment-time-grid-wrap .time-pill.selected:not(:disabled){outline:none;border-color:#1f74d8;background:#1f74d8;color:#fff;font-weight:700;box-shadow:0 0 0 2px #1f74d83d}body[data-theme=clear] .time-pill.unavailable{background:#eef3f8;color:#7b8798;opacity:1}body[data-theme=clear] .time-legend{color:#60738d}body[data-theme=clear] .legend-dot{border-color:#566f8f5c}body[data-theme=clear] .toast,body[data-theme=clear] .toast.success{border-color:#566f8f4d;background:#fff;color:#1f3b5d}body[data-theme=clear] .toast.error{border-color:#cb4f4f6b;background:#fff3f3;color:#7a2020}body[data-theme=clear] .toast button{color:inherit}body[data-theme=clear] .summary-card{border-color:#566f8f3d;background:#fff}body[data-theme=clear] .summary-row span{color:#60738d}body[data-theme=clear] .summary-row strong{color:#1f3b5d}body[data-theme=clear] .summary-row.total{border-top-color:#566f8f3d}body[data-theme=clear] .summary-row.total strong{color:#12835c}body[data-theme=clear] .working-hours-assistant{border-color:#566f8f3d;background:linear-gradient(180deg,#fff,#f7faff);box-shadow:inset 0 0 0 1px #2f8dff1f}body[data-theme=clear] .working-hours-assistant h4{color:#16345a}body[data-theme=clear] .working-hours-assistant p{color:#5f738c}body[data-theme=clear] .multi-select-chip{border-color:#566f8f47;background:#fff;color:#38516e}body[data-theme=clear] .multi-select-chip:hover{border-color:#2f8dff99;background:#eef5ff;color:#1f4c83}body[data-theme=clear] .multi-select-chip.active{border-color:#1548b5;background:#1a56db;color:#fff}body[data-theme=clear] .multi-select-chip.active .professional-pill-dot{box-shadow:0 0 0 1px #ffffffb8}body[data-theme=clear] .catalog-simple-card{border-color:#566f8f42;background:linear-gradient(180deg,#fff,#f6f9ff)}body[data-theme=clear] .catalog-simple-main strong{color:#17395f}body[data-theme=clear] .catalog-simple-main small,body[data-theme=clear] .catalog-simple-extra small{color:#60738d}body[data-theme=clear] .catalog-simple-extra strong{color:#1e3e69}body[data-theme=clear] .catalog-simple-card .btn:is(.secondary,.btn--secondary){background:#fff;border-color:#566f8f47;color:#365272}body[data-theme=clear] .catalog-simple-card .btn:is(.secondary,.btn--secondary):hover:not(:disabled){border-color:#2f8dff94;background:#eef5ff;color:#1e3e69}body[data-theme=clear] .appointment-time-grid-wrap{border-color:#566f8f3d;background:#f8fbff}body[data-theme=clear] .appointment-actions-bar{border-top-color:#566f8f38;background:linear-gradient(180deg,#f8fbffb8,#fff 34%)}body[data-theme=clear] .schedule-v3-header{border-bottom-color:#566f8f33}body[data-theme=clear] .schedule-v3-day strong,body[data-theme=clear] .schedule-v3-day-number{color:#1f4c83}body[data-theme=clear] .schedule-v3-day small,body[data-theme=clear] .schedule-v3-metrics small{color:#6a7b90!important}body[data-theme=clear] .schedule-v3-metric{border:1px solid rgba(86,111,143,.24);background:#fff;border-radius:10px;padding:.4rem .46rem}body[data-theme=clear] .schedule-v3-metrics strong{color:#2a405c}body[data-theme=clear] .schedule-v3-metrics .is-green{color:#12835c}body[data-theme=clear] .schedule-v3-metrics .is-yellow{color:#9a640f}body[data-theme=clear] .schedule-v3-mobile-tabs button{border-color:#566f8f47;background:#fff;color:#3b526f}body[data-theme=clear] .schedule-v3-mobile-tabs button.active{border-color:#2f8dffa6;background:#eaf3ff;color:#1f4c83}body[data-theme=clear] .schedule-v3-cancelled-toggle{color:#4e6786}body[data-theme=clear] .schedule-v3-grid-tick{border-top-color:#788aa159}body[data-theme=clear] .schedule-v3-grid-tick.hour{border-top-color:#6a7f9a85}body[data-theme=clear] .schedule-v3-grid-label{color:#5f7390}body[data-theme=clear] .schedule-v3-grid-tick.hour .schedule-v3-grid-label{color:#365173}body[data-theme=clear] .schedule-v3-free-slot,body[data-theme=clear] .schedule-v3-free-slot.available{border-color:#566f8f47;background:#f8fbff;color:#365173}body[data-theme=clear] .schedule-v3-free-slot.unavailable{border-color:#808da047;background:#eef3f8;color:#7a8797;opacity:1}body[data-theme=clear] .schedule-v3-free-slot:hover,body[data-theme=clear] .schedule-v3-free-slot.available:hover{border-color:#2f8dff9e;background:#e9f2ff;color:#1f4c83}body[data-theme=clear] .schedule-v3-appointment{border-color:#6366f159;background:#6366f126;box-shadow:0 1px #ffffff14,0 4px 10px #06090e38}body[data-theme=clear] .schedule-v3-appointment strong{color:#0f3765;opacity:1}body[data-theme=clear] .schedule-v3-appointment small{color:#365274;opacity:1}body[data-theme=clear] .schedule-v3-appointment-meta span{color:#143d6b}body[data-theme=clear] .schedule-v3-appointment-meta small{color:#486583;opacity:1}body[data-theme=clear] .schedule-v3-appointment.cancelled{background:#ef444429!important;border-color:#ef444459!important;border-left-color:#ef4444!important}body[data-theme=clear] .schedule-v3-appointment.cancelled strong,body[data-theme=clear] .schedule-v3-appointment.cancelled small{color:#6f1a1a!important;opacity:1!important}body[data-theme=clear] .schedule-v3-appointment.cancelled .schedule-v3-appointment-meta span,body[data-theme=clear] .schedule-v3-appointment.cancelled .schedule-v3-appointment-meta small{color:#8a2a2a!important;opacity:1!important}body[data-theme=clear] .schedule-v3-cancelled-badge,body[data-theme=clear] .appointment-status-pill.cancelled{border-color:#c23d3d;background:#fbe3e3;color:#7a1f1f}body[data-theme=clear] .schedule-v3-appointment.completed{background:#22c55e26!important;border-color:#22c55e59!important;border-left-color:#22c55e!important}body[data-theme=clear] .schedule-v3-appointment.completed strong,body[data-theme=clear] .schedule-v3-appointment.completed small,body[data-theme=clear] .schedule-v3-appointment.completed .schedule-v3-appointment-meta span,body[data-theme=clear] .schedule-v3-appointment.completed .schedule-v3-appointment-meta small{color:#1d5f47!important;opacity:1!important}body[data-theme=clear] .schedule-v3-empty{border-color:#566f8f4d;background:#fff;color:#4e6786}body[data-theme=clear] .schedule-v3-day-btn{color:#3b526f}body[data-theme=clear] .schedule-v3-day-btn.selected{background:#2f8dff29;border-color:#2f8dff80;color:#1f4c83}body[data-theme=clear] .schedule-v3-prof-btn{color:#3b526f}body[data-theme=clear] .schedule-v3-prof-btn.active{border-color:#2f8dff73;background:#eaf3ff;color:#1f4c83}body[data-theme=clear] .settings-accordion-trigger{border-color:#566f8f47;background:#fff;color:#223b59}body[data-theme=clear] .settings-accordion-trigger.active{border-color:#2f8dff94;background:#eef5ff}body[data-theme=clear] .salon-profile-summary{border-color:#566f8f3d;background:linear-gradient(180deg,#fff,#f7faff)}body[data-theme=clear] .salon-profile-header,body[data-theme=clear] .salon-profile-row{border-bottom-color:#566f8f33}body[data-theme=clear] .salon-profile-header strong,body[data-theme=clear] .salon-profile-row strong{color:#16345a}body[data-theme=clear] .salon-profile-header small,body[data-theme=clear] .salon-profile-row small{color:#60738d}body[data-theme=clear] .salon-profile-row-icon{color:#365173;border-color:#566f8f42;background:#eef5ff}body[data-theme=clear] .salon-logo-preview-wrap{border-color:#566f8f42;background:#f8fbff}body[data-theme=clear] .salon-logo-empty{color:#6a7b90}body[data-theme=clear] .salon-logo-controls small{color:#60738d}body[data-theme=clear] .address-suggestions{border-color:#566f8f42;background:#fff}body[data-theme=clear] .address-suggestions li+li{border-top-color:#566f8f33}body[data-theme=clear] .address-suggestions button{color:#2b4769}body[data-theme=clear] .address-suggestions button:hover{background:#eef5ff}body[data-theme=clear] .schedule-v3-month-pane,body[data-theme=clear] .schedule-v3-month-sidebar,body[data-theme=clear] .schedule-v3-weekly-grid{border-color:#566f8f3d;background:#fff}body[data-theme=clear] .schedule-v3-month-pane-head strong,body[data-theme=clear] .schedule-v3-month-sidebar-head strong,body[data-theme=clear] .schedule-v3-weekly-header,body[data-theme=clear] .schedule-v3-weekly-appointment strong{color:#1f4c83}body[data-theme=clear] .schedule-v3-month-sidebar-head small,body[data-theme=clear] .schedule-v3-month-appointments h4,body[data-theme=clear] .schedule-v3-weekly-legend,body[data-theme=clear] .schedule-v3-weekly-time{color:#60738d}body[data-theme=clear] .schedule-v3-month-appointment,body[data-theme=clear] .schedule-v3-weekly-appointment{border-color:#6366f159;background:#6366f126;color:#1f3f66;box-shadow:0 1px #ffffff14,0 4px 10px #06090e38}body[data-theme=clear] .schedule-v3-month-appointment small,body[data-theme=clear] .schedule-v3-weekly-appointment small{color:#365274;opacity:1}body[data-theme=clear] .schedule-v3-weekly-appointment strong{color:#0f3765;font-size:.96rem;line-height:1.15}body[data-theme=clear] .schedule-v3-weekly-appointment small{font-size:.84rem;line-height:1.15}body[data-theme=clear] .schedule-v3-weekly-appointment.pending{border-left-color:#f59e0b;border-color:#f59e0b5c;background:#f59e0b29}body[data-theme=clear] .schedule-v3-weekly-appointment.cancelled{border-left-color:#ef4444;border-color:#ef444459;background:#ef444429}body[data-theme=clear] .schedule-v3-weekly-appointment.cancelled strong,body[data-theme=clear] .schedule-v3-weekly-appointment.cancelled small{color:#6f1a1a}body[data-theme=clear] .schedule-v3-weekly-appointment.completed{border-left-color:#22c55e;border-color:#22c55e59;background:#22c55e26}body[data-theme=clear] .schedule-v3-weekly-appointment.completed strong,body[data-theme=clear] .schedule-v3-weekly-appointment.completed small{color:#1d5f47}body[data-theme=clear] .schedule-v3-month-appointment span{color:#1f74d8}body[data-theme=clear] .schedule-v3-month-slot{border-color:#566f8f3d;background:#f8fbff;color:#223b59}body[data-theme=clear] .schedule-v3-month-slot.blocked{border-color:#c1810f59;background:#fff8ea}body[data-theme=clear] .schedule-v3-month-slot.outside,body[data-theme=clear] .schedule-v3-month-slot.past{border-color:#808da042;background:#eef3f8;color:#7a8797;opacity:1}body[data-theme=clear] .schedule-v3-weekly-header,body[data-theme=clear] .schedule-v3-weekly-time-head,body[data-theme=clear] .schedule-v3-weekly-time{background:#f8fbff}body[data-theme=clear] .schedule-v3-weekly-header{border-bottom-color:#566f8f3d;border-right-color:#566f8f33}body[data-theme=clear] .schedule-v3-weekly-cell{border-right-color:#566f8f33;border-top-color:#788aa147;background:#fff}body[data-theme=clear] .schedule-v3-weekly-row:first-of-type .schedule-v3-weekly-cell,body[data-theme=clear] .schedule-v3-weekly-row:first-of-type .schedule-v3-weekly-time{border-top-color:#566f8f52}body[data-theme=clear] .schedule-v3-weekly-placeholder{border-color:#566f8f52;background:#fff;color:#365173}body[data-theme=clear] .schedule-v3-weekly-placeholder-time{color:#2b4769}body[data-theme=clear] .schedule-v3-weekly-placeholder-hint{color:#6a7b90}body[data-theme=clear] .schedule-v3-weekly-placeholder:hover{border-color:#2f8dff99;background:#eaf3ff;color:#1f4c83}body[data-theme=clear] .schedule-v3-weekly-placeholder.past,body[data-theme=clear] .schedule-v3-weekly-placeholder.past:hover{border-color:#808da052;background:#eef3f8;color:#7a8797}:root{--ui-card-radius: 14px;--ui-card-border-dark: rgba(255, 255, 255, .12);--ui-card-border-clear: rgba(86, 111, 143, .22);--ui-card-bg-dark: #111827;--ui-card-bg-clear: #ffffff}.btn.btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f18c;color:#fff}.btn.btn--secondary{background:#1e293b;border-color:#ffffff1f;color:#e5e7eb}.btn.btn--secondary:hover:not(:disabled){border-color:#6366f1a6;color:#fff}.btn.btn--danger{background:#ef444433;border-color:#ef444473;color:#fca5a5}.btn.btn--ghost{background:transparent;border-color:#93c5fd73;color:#dbeafe}.ui-card{border:1px solid var(--ui-card-border-dark);border-radius:var(--ui-card-radius);background:var(--ui-card-bg-dark)}.ui-card--interactive{transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.ui-card--interactive:hover{border-color:#6366f18c;box-shadow:0 10px 24px #0b122059;transform:translateY(-1px)}.ui-card--success{border-color:#10b9817a}.ui-card--warning{border-color:#f59e0b7a}.ui-card--danger{border-color:#ef44447a}body[data-theme=clear] .btn.btn--secondary{background:#fff;border-color:#566f8f47;color:#38516e}body[data-theme=clear] .btn.btn--secondary:hover:not(:disabled){border-color:#2f8dff9e;background:#edf4ff;color:#1f4c83}body[data-theme=clear] .btn.btn--danger{background:#fff1f1;border-color:#da474759;color:#b23d3d}body[data-theme=clear] .btn.btn--ghost{background:#fff;border-color:#566f8f47;color:#38516e}body[data-theme=clear] .btn.btn--link{background:transparent;color:#1f74d8}body[data-theme=clear] .ui-card{border-color:var(--ui-card-border-clear);background:var(--ui-card-bg-clear);box-shadow:0 10px 22px #17345617}body[data-theme=clear] .ui-card--interactive:hover{border-color:#2f8dff80;box-shadow:0 14px 30px #17345629}body[data-theme=clear] .ui-card--success{border-color:#10885f4d;background:linear-gradient(180deg,#fff,#f3fbf8)}body[data-theme=clear] .ui-card--warning{border-color:#c1810f4d;background:linear-gradient(180deg,#fff,#fff9ef)}body[data-theme=clear] .ui-card--danger{border-color:#cb4f4f57;background:linear-gradient(180deg,#fff,#fff3f3)}body[data-theme=clear] .btn.btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f18c;color:#fff}body[data-theme=clear] .btn.btn--primary:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 8px 26px #6366f14d}body[data-theme=clear] button.btn[type=submit]:not(.btn--secondary):not(.btn--danger):not(.btn--ghost):not(.btn--link):not(.btn--icon):not(.btn--icon-only),body[data-theme=clear] .btn.dashboard-primary-action,body[data-theme=clear] .btn.schedule-v3-new-btn,body[data-theme=clear] .btn.customer-submit-btn,body[data-theme=clear] .btn.login-v2-submit,body[data-theme=clear] .services-catalog-filters>.btn:not(.btn--secondary):not(.btn--danger):not(.btn--ghost),body[data-theme=clear] .inline-actions>.btn:not(.btn--secondary):not(.btn--danger):not(.btn--ghost),body[data-theme=clear] .salon-template-footer .btn:not(.btn--secondary):not(.btn--danger):not(.btn--ghost){background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f18c;color:#fff}body[data-theme=clear] .salon-template-modal{border-color:#d1d9e6;background:#fff}body[data-theme=clear] .salon-template-modal .modal-head,body[data-theme=clear] .salon-template-steps,body[data-theme=clear] .salon-template-footer{border-color:#d1d9e6}body[data-theme=clear] .salon-template-step{color:#6b7280}body[data-theme=clear] .salon-template-step em{border-color:#d1d9e6;background:#f8fafc;color:#374151}body[data-theme=clear] .salon-template-step.active{color:#1f2937}body[data-theme=clear] .salon-template-step.active em{border-color:#93c5fd;background:#dbeafe;color:#1d4ed8}body[data-theme=clear] .salon-template-stage-title{color:#111827}body[data-theme=clear] .salon-template-type-card,body[data-theme=clear] .salon-template-suggestion-card{border-color:#d1d9e6;background:#fff;color:#111827}body[data-theme=clear] .salon-template-type-card small,body[data-theme=clear] .salon-template-suggestion-card small,body[data-theme=clear] .salon-template-suggestion-card p{color:#4b5563}body[data-theme=clear] .salon-template-type-icon{border-color:#93c5fd;background:#dbeafe;color:#1d4ed8}body[data-theme=clear] .business-type-svg.barber rect{fill:#bfdbfe;stroke:#1e40af}body[data-theme=clear] .business-type-svg.barber path,body[data-theme=clear] .business-type-svg.salon path,body[data-theme=clear] .business-type-svg.salon circle,body[data-theme=clear] .business-type-svg.mixed path,body[data-theme=clear] .business-type-svg.esthetics path{stroke:#1e3a8a}body[data-theme=clear] .business-type-svg.mixed circle{fill:#1d4ed8;stroke:#1e3a8a}body[data-theme=clear] .salon-template-type-card.active,body[data-theme=clear] .salon-template-type-card:hover,body[data-theme=clear] .salon-template-suggestion-card.active,body[data-theme=clear] .salon-template-suggestion-card:hover{border-color:#2563eb;background:#eff6ff;box-shadow:inset 0 0 0 1px #2563eb29}body[data-theme=clear] .salon-template-radio{border-color:#9ca3af;background:#fff}body[data-theme=clear] .salon-template-radio.active:after{background:#2563eb}body[data-theme=clear] .salon-template-suggestion-tags{border-top-color:#d1d9e6}body[data-theme=clear] .salon-template-suggestion-tags span{border-color:#c7d2fe;color:#1e3a8a;background:#eef2ff}body[data-theme=clear] .salon-template-category-card{border-top-color:#e5e7eb}body[data-theme=clear] .salon-template-category-card.selected{border-top-color:#2563eb}body[data-theme=clear] .salon-template-category-head strong{color:#1f2937}body[data-theme=clear] .salon-template-category-head small,body[data-theme=clear] .salon-template-service-item small{color:#6b7280}body[data-theme=clear] .salon-template-service-item{border-bottom-color:#e5e7eb}body[data-theme=clear] .salon-template-service-item span{color:#111827}body[data-theme=clear] .salon-template-note{border-color:#d1d9e6;color:#4b5563;background:#f8fafc}body[data-theme=clear] .salon-template-footer{background:linear-gradient(180deg,#fff0,#fffffff0 34%,#fff)}.customer-home-v4{--color-bg-page: #0b0f1a;--color-bg-surface: #0f1623;--color-bg-elevated: #1b2336;--color-border-subtle: #1e2a3a;--color-border-default: #2e3a52;--color-border-focus: #6ea8fe;--color-text-primary: #e8edf7;--color-text-secondary: #c4cde0;--color-text-muted: #7a8499;--color-text-hint: #4a566e;--color-accent: #6ea8fe;--color-accent-hover: #93c5fd;--color-accent-bg: #0d1e38;--color-accent-border: #2e4a7a;--color-success-bg: #0d2b1e;--color-success-border: #1a5c3a;--color-success-text: #4ade80;--color-success-dot: #4ade80;--color-warning-bg: #2a1f08;--color-warning-border: #7c5a0a;--color-warning-text: #fbbf24;--color-star: #f59e0b;display:block;min-height:100vh;background:var(--color-bg-page);padding:0}.customer-home-v4 .customer-home-navbar{position:fixed;top:0;left:0;right:0;z-index:20;height:60px;background:var(--color-bg-surface);border-bottom:1px solid var(--color-border-subtle)}.customer-home-v4 .customer-home-navbar-inner{max-width:1180px;margin:0 auto;padding:0 32px;height:100%;display:flex;align-items:center;justify-content:space-between}.customer-home-v4 .customer-home-navbar-logged{max-width:1180px;margin:0 auto;padding:0 32px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-home-v4 .customer-home-brand{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--color-text-primary);font-size:20px;font-weight:500;letter-spacing:-.3px;cursor:pointer}.customer-home-v4 .customer-home-brand-mark{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--color-accent-bg);border:1px solid var(--color-accent-border);color:var(--color-accent)}.customer-home-v4 .customer-home-brand-icon{width:18px;height:18px;fill:currentColor}.customer-home-v4 .customer-home-navbar-actions{display:flex;align-items:center;gap:8px}.customer-home-v4 .customer-home-btn{min-height:34px;padding:7px 16px;border-radius:8px;font-size:13px;border:1px solid var(--color-border-default);transition:all .12s}.customer-home-v4 .customer-home-btn-outline{background:transparent;color:var(--color-text-secondary)}.customer-home-v4 .customer-home-btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent)}.customer-home-v4 .customer-home-btn-primary{background:var(--color-accent);color:#0b0f1a;border-color:transparent}.customer-home-v4 .customer-home-btn-primary:hover{background:var(--color-accent-hover)}.customer-home-v4 .customer-home-profile,.customer-home-v4 .customer-home-theme-btn{width:34px;height:34px;border-radius:8px;border:1px solid var(--color-border-default);background:transparent;color:var(--color-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .12s}.customer-home-v4 .customer-home-theme-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.customer-home-v4 .customer-home-theme-btn svg{width:16px;height:16px}.customer-home-v4 .customer-home-profile svg{width:17px;height:17px}.customer-home-launch-modal{width:min(1080px,calc(100vw - 2rem));max-width:1080px;background:#f5f7fa;border:1px solid #d1d9e6}.customer-home-launch-modal .modal-head{background:#fff;border-bottom:1px solid #e5e9f0}.customer-home-launch-modal .modal-head h3{color:#111827}.customer-home-launch-frame{width:100%;min-height:min(82vh,740px);border:1px solid #d1d9e6;border-radius:12px;background:#fff}.customer-home-v4 .customer-home-hero{padding:112px 32px 40px;background:var(--color-bg-page);text-align:center}.customer-home-v4 .customer-home-hero.customer-home-hero-logged{padding-top:22px;padding-bottom:24px}.customer-home-v4 .customer-home-cred-pill{display:inline-flex;align-items:center;gap:8px;background:var(--color-accent-bg);border:1px solid var(--color-accent-border);border-radius:999px;padding:4px 12px;margin-bottom:18px;color:var(--color-accent);font-size:12px;font-weight:500}.customer-home-v4 .customer-home-cred-dot{width:6px;height:6px;border-radius:999px;background:var(--color-accent)}.customer-home-v4 .customer-home-hero h1{margin:0 0 10px;color:var(--color-text-primary);font-size:34px;font-weight:500;letter-spacing:-.4px;line-height:1.2}.customer-home-v4 .customer-home-hero h1 span{color:var(--color-accent)}.customer-home-v4 .customer-home-hero>p{margin:0 auto 32px;max-width:440px;font-size:15px;line-height:1.6;color:var(--color-text-muted)}.customer-home-v4 .customer-home-search-card{max-width:680px;margin:0 auto 24px;padding:20px;border-radius:16px;background:var(--color-bg-surface);border:1px solid var(--color-border-subtle)}.customer-home-v4 .customer-home-search-line{display:flex;gap:10px}.customer-home-v4 .customer-home-search-input-wrap{position:relative;flex:1}.customer-home-v4 .customer-home-search-input-wrap svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--color-text-hint)}.customer-home-v4 .customer-home-search-input-wrap input{width:100%;min-height:44px;border:1px solid var(--color-border-default);border-radius:10px;padding:11px 12px 11px 38px;font-size:14px;color:var(--color-text-primary);background:var(--color-bg-elevated);transition:all .12s}.customer-home-v4 .customer-home-search-input-wrap input:focus{border-color:var(--color-border-focus);box-shadow:0 0 0 2px #6ea8fe33}.customer-home-v4 .customer-home-search-input-wrap input::placeholder{color:var(--color-text-hint)}.customer-home-v4 .customer-home-location-toggle{min-height:44px;border:1px solid var(--color-border-default);border-radius:10px;background:var(--color-bg-elevated);color:var(--color-text-secondary);padding:11px 16px;font-size:13px;font-weight:500;display:inline-flex;gap:8px;align-items:center;transition:all .12s}.customer-home-v4 .customer-home-location-toggle:hover{color:var(--color-accent);border-color:var(--color-accent)}.customer-home-v4 .customer-home-location-toggle svg{width:15px;height:15px}.customer-home-v4 .customer-home-search-btn{min-height:44px;border-radius:10px;border:0;background:var(--color-accent);color:#0b0f1a;padding:11px 22px;font-size:14px;font-weight:500;transition:all .12s}.customer-home-v4 .customer-home-search-btn:hover{background:var(--color-accent-hover)}.customer-home-v4 .customer-home-popular-tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.customer-home-v4 .customer-home-popular-tags>span{color:var(--color-text-hint);font-size:12px}.customer-home-v4 .customer-home-popular-tags button{border:1px solid var(--color-border-default);background:var(--color-bg-elevated);color:var(--color-text-muted);border-radius:999px;padding:5px 12px;font-size:12px;transition:all .12s}.customer-home-v4 .customer-home-popular-tags button:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-bg)}.customer-home-v4 .customer-home-location-accordion{margin-top:12px}.customer-home-v4 .customer-home-location-accordion .customer-location-card{margin-top:0;border-color:var(--color-border-default);background:var(--color-bg-surface)}.customer-home-v4 .customer-home-stats{display:flex;justify-content:center;gap:32px;margin-bottom:36px}.customer-home-v4 .customer-home-stats article{display:grid;gap:2px}.customer-home-v4 .customer-home-stats strong{color:var(--color-text-primary);font-size:20px;font-weight:500}.customer-home-v4 .customer-home-stats small{color:var(--color-text-hint);font-size:12px}.customer-home-v4 .customer-home-results{padding:24px 32px 40px}.customer-home-v4 .customer-home-results:before{content:"";display:block;height:1px;background:var(--color-border-subtle);max-width:780px;margin:0 auto 24px}.customer-home-v4 .customer-home-results-head{max-width:780px;margin:0 auto 14px;display:flex;align-items:center;justify-content:space-between}.customer-home-v4 .customer-home-results-head h2{margin:0;color:var(--color-text-primary);font-size:16px;font-weight:500}.customer-home-v4 .customer-home-results-head button{border:0;background:transparent;color:var(--color-accent);font-size:13px}.customer-home-v4 .customer-home-salon-list{list-style:none;margin:0 auto;padding:0;max-width:780px;display:grid;gap:12px}.customer-home-v4 .customer-home-salon-card{width:100%;display:flex;align-items:center;gap:14px;padding:16px;border-radius:14px;border:1px solid var(--color-border-subtle);background:var(--color-bg-surface);text-align:left;transition:all .12s}.customer-home-v4 .customer-home-salon-card:hover{border-color:var(--color-accent)}.customer-home-v4 .customer-home-salon-logo{width:48px;height:48px;border-radius:10px;background:#1b2336;color:#6ea8fe;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;overflow:hidden}.customer-home-v4 .customer-home-salon-info{flex:1;min-width:0;display:grid;gap:3px}.customer-home-v4 .customer-home-salon-info strong{color:var(--color-text-primary);font-size:14px;font-weight:500}.customer-home-v4 .customer-home-salon-info small{color:var(--color-text-muted);font-size:12px}.customer-home-v4 .customer-home-salon-meta{display:grid;justify-items:end;gap:6px}.customer-home-v4 .customer-home-salon-meta small{color:var(--color-text-muted);font-size:12px}.customer-home-v4 .customer-home-open-pill{border-radius:999px;padding:4px 10px;font-size:11px;font-weight:500}.customer-home-v4 .customer-home-open-pill.open{background:var(--color-success-bg);border:1px solid var(--color-success-border);color:var(--color-success-text);display:inline-flex;align-items:center;gap:6px}.customer-home-v4 .customer-home-open-pill.open:before{content:"";width:5px;height:5px;border-radius:999px;background:var(--color-success-dot)}.customer-home-v4 .customer-home-open-pill.later{background:var(--color-warning-bg);border:1px solid var(--color-warning-border);color:var(--color-warning-text)}.customer-home-v4 .customer-home-rating{color:var(--color-text-muted)}.customer-home-v4 .customer-home-rating:first-letter{color:var(--color-star)}.customer-home-v4 .customer-salon-accordion-panel{background:var(--color-bg-surface);border-color:var(--color-border-subtle)}.customer-home-v4.customer-theme-clear{--color-primary: #1a56db;--color-primary-hover: #1648c0;--color-primary-bg: #eef3ff;--color-primary-border: #c2d5fb;--color-bg-page: #f5f7fa;--color-bg-surface: #ffffff;--color-bg-elevated: #f9fafb;--color-border-subtle: #e5e9f0;--color-border-default: #d1d9e6;--color-border-focus: #1a56db;--color-text-primary: #111827;--color-text-secondary: #374151;--color-text-muted: #6b7280;--color-text-hint: #9ca3af;--color-accent: #1a56db;--color-accent-hover: #1648c0;--color-accent-bg: #eef3ff;--color-accent-border: #c2d5fb;--color-success-bg: #ecfdf5;--color-success-border: #6ee7b7;--color-success-text: #065f46;--color-success-dot: #10b981;--color-warning-bg: #fef9ec;--color-warning-border: #fcd34d;--color-warning-text: #92400e;--color-star: #f59e0b}.customer-home-v4.customer-theme-clear .customer-home-btn-outline{background:#fff}.customer-home-v4.customer-theme-clear .customer-home-btn-primary,.customer-home-v4.customer-theme-clear .customer-home-search-btn{color:#fff}.customer-home-v4.customer-theme-clear .customer-home-profile{background:#fff;border-color:#e5e9f0;color:#6b7280}.customer-home-v4.customer-theme-clear .customer-home-search-input-wrap input{background:#fff;border-color:#d1d9e6}.customer-home-v4.customer-theme-clear .customer-home-location-toggle{background:#f9fafb;border-color:#d1d9e6}.customer-home-v4.customer-theme-clear .customer-home-search-card{background:#fff;border-color:#e5e9f0}.customer-home-v4.customer-theme-clear .customer-home-popular-tags button{background:#f9fafb;border-color:#e5e9f0}.customer-home-v4.customer-theme-clear .customer-home-popular-tags button:hover{background:#eef3ff}.customer-home-v4.customer-theme-clear .customer-home-salon-card{background:#fff;border-color:#e5e9f0}.customer-home-v4.customer-theme-clear .customer-home-salon-card:hover{border-color:#1a56db}.customer-home-v4.customer-theme-clear .customer-home-salon-info strong{color:#111827}.customer-home-v4.customer-theme-clear .customer-home-salon-info small,.customer-home-v4.customer-theme-clear .customer-home-salon-meta small,.customer-home-v4.customer-theme-clear .customer-home-rating{color:#6b7280}body[data-theme=clear] .platform-email-provider-block{border-color:#94a3b859;background:#fffffff2}body[data-theme=clear] .platform-email-warning,body[data-theme=clear] .platform-email-updated{color:#475569}body[data-theme=clear] .platform-secret-badge{border-color:#bfdbfe;background:#eff6ff;color:#1e3a8a}.cash-page{display:grid;gap:16px}.cash-head{display:grid;gap:10px}.cash-period{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.cash-shortcuts{display:flex;flex-wrap:wrap;gap:8px}.cash-fixed-periods{border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff05;padding:8px 10px}.cash-fixed-periods summary{cursor:pointer;font-weight:700;color:var(--text-main);list-style:none}.cash-fixed-periods summary::-webkit-details-marker{display:none}.cash-fixed-periods summary:after{content:"+";float:right;color:var(--text-muted)}.cash-fixed-periods[open] summary:after{content:"-"}.cash-fixed-periods .cash-shortcuts{margin-top:10px}.cash-summary-cards{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:8px}.cash-summary-card{border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff05;padding:12px}.cash-summary-card small{color:var(--text-muted);display:block;margin-bottom:6px}.cash-summary-card strong{font-size:1.3rem}.cash-summary-card.income strong,.amount-positive{color:#55d187}.cash-summary-card.expense strong,.amount-negative{color:#ff8b8b}.cash-tabs{display:inline-flex;flex-wrap:wrap;gap:8px;margin-top:4px}.cash-tabs button{border:1px solid rgba(255,255,255,.16);background:#ffffff08;color:var(--text-main);border-radius:999px;padding:6px 12px;cursor:pointer}.cash-tabs button.active{border-color:#3b82f699;background:#3b82f633}.cash-breakdown-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.cash-breakdown-section{border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff05;padding:12px}.cash-breakdown-section h3{margin:0 0 10px}.cash-breakdown-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.cash-breakdown-list li{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:8px 10px;display:flex;justify-content:space-between;gap:12px}.cash-breakdown-list small{color:var(--text-muted);display:block}.cash-filters-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:12px}.cash-statement-mobile{display:none}.cash-movement-card{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff05;padding:10px;display:grid;gap:6px;cursor:pointer}.cash-movement-card.cancelled,.cash-row-cancelled{opacity:.65}.cash-movement-card header{display:flex;justify-content:space-between;gap:8px}.cash-movement-card p{margin:0;color:var(--text-muted)}.cash-movement-card small{color:var(--text-muted)}.cash-movement-card-actions{display:flex;justify-content:flex-end}.cash-cancelled-label{font-size:.82rem;color:var(--text-muted)}.cash-category-create{display:grid;gap:10px;grid-template-columns:minmax(120px,220px) minmax(0,1fr) auto;margin-bottom:10px}.cash-category-columns{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.cash-category-item{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px;background:#ffffff05;display:grid;gap:8px}.cash-category-item.inactive{opacity:.68}.cash-category-item small{color:var(--text-muted)}.cash-category-hint{display:block;margin-top:4px;color:var(--text-muted);font-size:.74rem;line-height:1.25}.cash-movement-modal{border-top:4px solid transparent;overflow-x:hidden}.cash-movement-modal .form,.cash-movement-modal .cash-form-section,.cash-movement-modal .cash-form-section label{min-width:0}.cash-movement-modal input,.cash-movement-modal select,.cash-movement-modal textarea{width:100%;max-width:100%}.cash-movement-modal.income{border-top-color:#16a34a}.cash-movement-modal.expense{border-top-color:#dc2626}.cash-form-section{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff05;padding:10px;display:grid;gap:10px}.cash-form-section h4{margin:0;font-size:.92rem;font-weight:700;color:var(--text-main)}.cash-type-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.cash-type-option{border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#0f172a59;color:var(--text-main);min-height:42px;font-weight:600;cursor:pointer;transition:all .15s ease}.cash-type-option:hover{border-color:#94a3b8bf}.cash-type-option.income.active{border-color:#14532d;background:linear-gradient(135deg,#16a34a,#15803d);color:#f0fdf4;text-shadow:0 1px 1px rgba(20,83,45,.45);box-shadow:inset 0 1px #ffffff3d}.cash-type-option.expense.active{border-color:#7f1d1d;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff1f2;text-shadow:0 1px 1px rgba(127,29,29,.45);box-shadow:inset 0 1px #fff3}.cash-currency-input{display:flex;align-items:center;border:1px solid var(--field-border);border-radius:10px;background:var(--field-bg);min-height:42px;overflow:hidden}.cash-currency-input span{display:inline-flex;align-items:center;padding:0 12px;height:100%;color:var(--text-muted);background:#94a3b824;border-right:1px solid var(--field-border);font-weight:600}.cash-currency-input input{border:0;background:transparent;color:var(--text-main);width:100%;min-height:42px}.cash-currency-input input:focus{outline:none}.cash-currency-input:focus-within{border-color:var(--field-border-focus);box-shadow:var(--field-shadow-focus)}@media (max-width: 767px){.cash-period{grid-template-columns:repeat(2,minmax(0,1fr))}.cash-category-create{grid-template-columns:1fr}.cash-statement-mobile{display:grid;gap:10px}.cash-statement-desktop{display:none}.cash-type-toggle{grid-template-columns:1fr}}@media (max-width: 980px){.customer-home-v4 .customer-home-navbar-inner,.customer-home-v4 .customer-home-navbar-logged,.customer-home-v4 .customer-home-hero,.customer-home-v4 .customer-home-results{padding-left:16px;padding-right:16px}}@media (max-width: 767px){.customer-home-v4 .customer-home-navbar{height:auto}.customer-home-v4 .customer-home-navbar-inner,.customer-home-v4 .customer-home-navbar-logged{padding-top:10px;padding-bottom:10px;flex-direction:column;align-items:stretch;gap:8px}.customer-home-v4 .customer-home-navbar-actions{width:100%;flex-wrap:wrap}.customer-home-v4 .customer-home-btn{flex:1 1 calc(50% - 6px);justify-content:center}.customer-home-v4 .customer-home-profile{width:100%}.customer-home-launch-modal{width:calc(100vw - 1rem)}.customer-home-launch-frame{min-height:min(78vh,680px)}.customer-home-v4 .customer-home-hero{padding-top:162px}.customer-home-v4 .customer-home-hero.customer-home-hero-logged{padding-top:14px;padding-bottom:14px}.customer-home-v4 .customer-home-search-line{flex-direction:column}.customer-home-v4 .customer-home-stats{gap:14px;flex-direction:column}.customer-home-v4 .customer-home-salon-card{flex-direction:column;align-items:flex-start}.customer-home-v4 .customer-home-salon-meta{justify-items:start}}.speech-textarea{position:relative}.speech-textarea textarea{padding-right:46px}.speech-textarea-mic{position:absolute;right:10px;top:10px;width:28px;height:28px;border-radius:999px;border:1px solid var(--field-border, #cfd7e6);background:#fff;color:var(--text-main, #1f2a44);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;line-height:1;transition:.15s ease}.speech-textarea-mic.listening{border-color:#f97316;background:#fff7ed;color:#c2410c}.speech-textarea-mic.disabled{opacity:.45;pointer-events:none}.speech-textarea-hint{margin-top:4px;display:block;color:var(--text-muted, #6b7280)}.speech-textarea-hint.error{color:#b42318}
