@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.secondary{background:#2f343d;color:#e4e8ee;border:1px solid #454b56}.btn.danger{background:var(--danger)}.switch-row{display:flex;align-items:center;gap:.5rem}.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,.client-summary-list .client-summary-btn strong,.client-summary-list .client-summary-btn span{color:#fff}.client-summary-list .client-summary-btn{display:grid;grid-template-columns:10px 1fr;column-gap:.5rem;align-items:center}.client-summary-list .client-summary-dot{width:8px;height:8px;border-radius:999px;display:inline-block}.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(5,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.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.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}.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.secondary{--btn-bg: #2f343d;--btn-border: #454b56;--btn-fg: #e4e8ee}.btn.danger{--btn-bg: #c74a4a;--btn-border: #c74a4a;--btn-fg: #ffffff}.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:1px solid #434954;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}@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}.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}@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:#d6e5f7}.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}.service-choice-card strong{font-size:1.02rem}.service-choice-card small{color:#c2c9d2;font-size:.95rem}.service-choice-card:hover{border-color:#7a8ea8}.service-choice-card.active{border-color:#5ea2e9;box-shadow:inset 0 0 0 1px #5ea2e9;background:#33414f}.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}.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-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}.shell-topbar-user>div{display:flex;align-items:center;justify-content:space-between;gap:.45rem;min-width:0}.shell-topbar-user strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-topbar-user .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(4,minmax(0,1fr));gap:.42rem}.time-pill{min-height:38px;border:1px solid #5a606b;border-radius:10px;background:#2f333a;color:#e9edf3;font-weight:600}.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}.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.secondary,.catalog-simple-card .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.secondary:hover:not(:disabled){border-color:#7b838e;background:#353941}.catalog-simple-card .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-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}@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{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-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}}@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:34px}.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:not(.secondary):not(.danger){background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn:not(.secondary):not(.danger):hover{filter:brightness(1.08);box-shadow:0 8px 26px #6366f159}.btn.secondary{background:#1e293b;border-color:#ffffff1f;color:#e5e7eb}.btn.secondary:hover{border-color:#6366f1a6;color:#fff}.btn.danger{background:#ef444433;border-color:#ef444473;color:#fca5a5}.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;display:inline-flex;justify-content:center;filter:grayscale(1) brightness(1.6);opacity:.9}.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)}.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{min-height:0;overflow-y:auto;padding-bottom:.35rem}.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}}.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-bottom:.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.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.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.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}@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 label{font-size:.75rem;line-height:1.25}}@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}@media (max-width: 767px){.topbar-profile-switch{width:100%;margin-right:0}.topbar-profile-switch select{width:100%}}.customer-salons-layout{display:grid;grid-template-columns:minmax(300px,.95fr) minmax(0,1.25fr);gap:1.1rem}.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.secondary{background:#0f1d3aeb;border-color:#627daa6b;color:#e2e8f0}.customer-salons-layout .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-bottom:.75rem;background:linear-gradient(180deg,#112141bf,#0a162ef2);display:grid;gap:.62rem}.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.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-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 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-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:#6d65ff}.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:#d7d5e8;color:#252560}.customer-service-card.active .customer-service-card-info strong{color:#252560}.customer-service-card.active .customer-service-card-info small{color:#2f2d8b;font-weight:700;font-size:.9rem;opacity:1}.customer-service-card.active .customer-service-card-price{color:#2f2d8b}.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{border-color:#6d65ff;background:#d8d6e6;color:#3f3f99}.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}.customer-time-grid-v2{margin-top:.5rem;grid-template-columns:repeat(4,minmax(0,1fr))}.customer-time-grid-v2 button{min-height:52px;border-radius:14px;border-color:#fff3;background:#222222eb}.customer-time-grid-v2 button.active{border-color:#6d65ff;background:#6d65ff38}.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}.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}@media (max-width: 980px){.customer-salons-layout{grid-template-columns:1fr}}@media (max-width: 767px){.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-time-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}.customer-submit-btn{width:100%}.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}.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]{grid-template-columns:1fr;gap:6px;padding-top:8px}.platform-table td[data-label=Ações]:before{content:"Ações"}.platform-table td[data-label=Ações] .inline-actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%}.platform-table td[data-label=Ações] .btn{width:100%}.platform-detail-grid,.platform-detail-actions-grid{grid-template-columns:1fr;gap:10px}}.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}
