:root{--bg:#090b12;--panel:#11141e;--soft:#191d29;--text:#f6f7fb;--muted:#9298aa;--brand:#7657ff;--accent:#33e6a6;--line:rgba(255,255,255,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);min-height:100vh}button,input,select{font:inherit}button{color:inherit}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.side{position:sticky;top:0;height:100vh;padding:28px 18px;border-right:1px solid var(--line);background:rgba(10,12,19,.92);backdrop-filter:blur(18px)}.brand-button{border:0;background:transparent;color:inherit;padding:0;cursor:pointer}.logo{font:800 22px Manrope}.logo i{color:var(--brand);font-style:normal}.side p{font-size:12px;color:var(--muted);margin:8px 0 32px}.nav{display:grid;gap:8px}.nav button{border:0;color:var(--muted);background:transparent;text-align:left;padding:13px 14px;border-radius:12px;cursor:pointer}.nav button:hover,.nav button.active{color:white;background:var(--soft)}.nav span{margin-right:10px}.side-foot{position:absolute;bottom:22px;left:18px;right:18px;padding:14px;background:var(--soft);border-radius:14px;font-size:12px;color:var(--muted)}.shell main{padding:30px 34px 60px;max-width:1500px}.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);font-weight:700}.top h1{font:800 clamp(24px,3vw,38px) Manrope;margin:5px 0}.user{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),#bd72ff);font-weight:700}.hero{min-height:330px;border:1px solid var(--line);border-radius:28px;padding:48px;display:grid;align-items:center;overflow:hidden;position:relative;background:radial-gradient(circle at 78% 45%,rgba(118,87,255,.32),transparent 25%),linear-gradient(135deg,#10131e,#090b12)}.hero:after{content:'';position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:7%;top:8%;box-shadow:0 0 0 35px rgba(255,255,255,.02),0 0 0 70px rgba(255,255,255,.018)}.hero>*{position:relative;z-index:1}.hero h2{font:800 clamp(38px,6vw,76px)/.98 Manrope;max-width:780px;margin:10px 0 20px;letter-spacing:-.05em}.hero p{color:var(--muted);max-width:590px;font-size:17px}.btns{display:flex;gap:10px;margin-top:24px}.btn{border:0;border-radius:12px;padding:13px 18px;font-weight:700;cursor:pointer;background:var(--brand);color:white}.btn.ghost{background:var(--soft)}.section-title{display:flex;justify-content:space-between;align-items:end;margin:38px 0 17px}.section-title h3{font:700 22px Manrope;margin:0}.section-title p{margin:0;color:var(--muted);font-size:13px}.demo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.demo{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:22px;min-height:240px;cursor:pointer;transition:.25s;position:relative;overflow:hidden}.demo:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.2)}.demo .num{color:var(--muted);font-size:12px}.demo h4{font:700 23px Manrope;margin:52px 0 8px}.demo p{color:var(--muted);font-size:14px}.demo b{display:inline-block;margin-top:20px}.demo:after{content:'';position:absolute;width:130px;height:130px;border-radius:50%;right:-40px;top:-40px;background:var(--card)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat,.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:20px}.stat small{color:var(--muted)}.stat strong{display:block;font:700 28px Manrope;margin-top:10px}.up{color:#3de2a3;font-size:12px}.dashboard{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;margin-top:16px}.card h3{margin:0 0 18px;font:700 17px Manrope}.row{display:grid;grid-template-columns:1.5fr 1fr .8fr;align-items:center;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.row:last-child{border:0}.avatar{width:34px;height:34px;border-radius:10px;display:inline-grid;place-items:center;background:var(--soft);margin-right:10px}.pill{padding:6px 9px;border-radius:100px;font-size:11px;background:rgba(51,230,166,.12);color:#4ee7b0;width:max-content}.pill.warn{background:rgba(255,180,63,.12);color:#ffbd55}.bars{display:flex;align-items:end;gap:9px;height:150px;padding-top:15px}.bar{flex:1;border-radius:8px 8px 3px 3px;background:linear-gradient(var(--brand),color-mix(in srgb,var(--brand),transparent 70%));min-height:15px;position:relative}.quick{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick button{border:1px solid var(--line);background:var(--soft);color:white;border-radius:13px;padding:16px;text-align:left;cursor:pointer}.clinic{--brand:#b694ff;--panel:#151321;--soft:#211d30}.food{--brand:#ffc83d;--panel:#17150f;--soft:#262116}.food .user{background:linear-gradient(135deg,#ffb800,#ff7043)}

/* Oficina */
.garage{--g-bg:#0b0d10;--g-side:#101216;--g-card:#14171c;--g-card-2:#181b21;--g-line:#262a31;--g-text:#f4f4f1;--g-muted:#8c929d;--g-orange:#ff6038;--g-green:#31cc91;--g-purple:#907cff;--g-blue:#3eb9f5;background:var(--g-bg);color:var(--g-text)}.garage button{cursor:pointer}.garage-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.garage-side{height:100vh;position:sticky;top:0;background:var(--g-side);border-right:1px solid var(--g-line);padding:24px 16px 18px;display:flex;flex-direction:column;z-index:10}.garage-brand{display:flex;gap:12px;align-items:center;padding:0 8px 28px}.garage-brand>button{background:transparent;border:0;padding:0}.brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,#ff754f,#e53816);display:grid;place-items:center;color:#fff;font:800 20px Manrope;transform:skew(-5deg);box-shadow:0 8px 24px rgba(255,96,56,.24)}.garage-brand>div{display:grid}.garage-brand strong{font:800 17px Manrope;letter-spacing:.02em}.garage-brand strong span{color:var(--g-orange)}.garage-brand small{color:var(--g-muted);font-size:10px;margin-top:1px}.garage-nav{display:grid;gap:5px}.garage-nav button{border:0;background:transparent;color:#858b96;height:42px;border-radius:10px;padding:0 12px;display:flex;align-items:center;gap:11px;text-align:left;font-size:13px;font-weight:600;transition:.18s}.garage-nav button:hover{background:#181b20;color:#fff}.garage-nav button.active{color:#fff;background:linear-gradient(90deg,rgba(255,96,56,.17),rgba(255,96,56,.05));box-shadow:inset 3px 0 var(--g-orange)}.garage-nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.garage-nav button:first-child svg{fill:currentColor;stroke:none}.garage-nav b{margin-left:auto;background:#2a2d34;color:#b6bac2;width:22px;height:19px;border-radius:6px;display:grid;place-items:center;font-size:10px}.garage-nav button.active b{background:rgba(255,96,56,.18);color:#ff815f}.garage-plan{margin-top:auto;background:linear-gradient(145deg,#1c1d21,#14161a);border:1px solid #2a2c32;border-radius:15px;padding:15px;position:relative;overflow:hidden}.garage-plan:after{content:'';position:absolute;width:90px;height:90px;border-radius:50%;background:rgba(255,96,56,.13);right:-35px;top:-45px}.garage-plan>span{font-size:9px;font-weight:800;letter-spacing:.15em;color:var(--g-orange)}.garage-plan strong{display:block;margin:8px 0 5px;font-size:13px}.garage-plan p{font-size:10px;line-height:1.5;color:var(--g-muted);margin:0 0 12px}.garage-plan button{border:0;width:100%;background:var(--g-orange);color:#fff;border-radius:8px;padding:9px;font-size:10px;font-weight:700}.garage-user{display:flex;align-items:center;gap:9px;padding:19px 6px 0}.garage-user>span{width:32px;height:32px;border-radius:9px;background:#262a31;display:grid;place-items:center;font-size:10px;font-weight:700}.garage-user div{display:grid;min-width:0}.garage-user strong{font-size:11px}.garage-user small{font-size:9px;color:var(--g-muted)}.garage-user button{margin-left:auto;border:0;background:transparent;color:var(--g-muted)}.garage-main{padding:0 28px 20px;max-width:1600px;width:100%;overflow:hidden}.garage-top{height:98px;border-bottom:1px solid var(--g-line);display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.garage-top>div:first-child small{color:var(--g-muted);font-size:11px}.garage-top h1{margin:4px 0 0;font:800 26px Manrope;letter-spacing:-.025em}.garage-top-actions{display:flex;align-items:center;gap:9px}.garage-search{width:264px;height:38px;background:#14171c;border:1px solid var(--g-line);border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#6d737d}.garage-search input{border:0;outline:0;background:transparent;color:#fff;width:100%;font-size:11px}.garage-search input::placeholder{color:#6d737d}.icon-button{width:38px;height:38px;border-radius:10px;background:#14171c;border:1px solid var(--g-line);position:relative}.icon-button i{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--g-orange);right:8px;top:7px}.primary-action,.outline-action{height:38px;border-radius:9px;padding:0 14px;font-size:11px;font-weight:700}.primary-action{border:0;background:var(--g-orange);color:white;box-shadow:0 8px 22px rgba(255,96,56,.17)}.primary-action:hover{background:#ff704d}.outline-action{border:1px solid var(--g-line);background:#15181d;color:#cfd2d7}.welcome{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.welcome h2{font:700 20px Manrope;margin:8px 0 3px}.welcome p{margin:0;color:var(--g-muted);font-size:11px}.live-dot{display:inline-flex;align-items:center;gap:6px;color:#5fd8aa;font-size:8px;font-weight:800;letter-spacing:.12em}.live-dot:before{content:'';width:5px;height:5px;border-radius:50%;background:#39d49a;box-shadow:0 0 0 4px rgba(57,212,154,.08)}.garage-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.garage-kpis article{background:linear-gradient(145deg,#16191e,#121418);border:1px solid var(--g-line);border-radius:14px;min-height:116px;padding:16px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start}.kpi-icon{width:35px;height:35px;border-radius:10px;display:grid;place-items:center}.kpi-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.kpi-icon.orange{background:rgba(255,96,56,.12);color:#ff704d}.kpi-icon.purple{background:rgba(144,124,255,.12);color:#a396ff}.kpi-icon.green{background:rgba(49,204,145,.12);color:#4bdba5}.kpi-icon.blue{background:rgba(62,185,245,.12);color:#5bc6fa}.garage-kpis article>div:nth-child(2){display:grid}.garage-kpis small{font-size:10px;color:var(--g-muted)}.garage-kpis strong{font:700 20px Manrope;margin:5px 0}.garage-kpis span{font-size:9px;color:#8d939d}.positive{color:var(--g-green)!important}.garage-kpis em{font-style:normal;font-size:10px;color:#686e77}.attention-strip{background:linear-gradient(90deg,rgba(255,96,56,.08),rgba(255,96,56,.025));border:1px solid rgba(255,96,56,.24);border-radius:12px;margin:14px 0;display:flex;align-items:center;gap:12px;padding:11px 14px}.attention-icon{width:28px;height:28px;border-radius:8px;background:rgba(255,96,56,.15);color:#ff7652;display:grid;place-items:center;font-weight:800}.attention-strip div{display:grid;gap:2px}.attention-strip strong{font-size:11px}.attention-strip p{margin:0;color:var(--g-muted);font-size:9px}.attention-strip button{margin-left:auto;border:0;background:transparent;color:#ff7855;font-size:10px;font-weight:700}.overview-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(290px,.75fr);gap:14px}.garage-panel{background:var(--g-card);border:1px solid var(--g-line);border-radius:15px}.orders-panel,.today-panel{min-height:348px}.panel-head{height:67px;padding:0 17px;border-bottom:1px solid var(--g-line);display:flex;align-items:center;justify-content:space-between}.panel-head>div{display:grid;gap:3px}.panel-head span{font-size:8px;letter-spacing:.12em;color:#6f7580;font-weight:800}.panel-head h3{font:700 14px Manrope;margin:0}.panel-head button{border:0;background:transparent;color:#9399a3;font-size:9px}.order-list{display:grid}.order-card{width:100%;min-height:68px;display:grid;grid-template-columns:42px 1.2fr 1.1fr minmax(110px,.8fr) minmax(110px,.75fr) 15px;align-items:center;gap:8px;background:transparent;border:0;border-bottom:1px solid var(--g-line);text-align:left;padding:9px 13px;color:#dcdfe4}.order-card:last-child{border-bottom:0}.order-card:hover{background:#181b20}.car-icon{width:32px;height:32px;border-radius:9px;background:color-mix(in srgb,var(--car),transparent 84%);color:var(--car);display:grid;place-items:center;font-size:12px}.order-main,.order-service,.order-eta{display:grid;gap:4px;min-width:0}.order-card b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-card small{font-size:8px;color:#777e89;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-eta{text-align:right}.order-arrow{color:#616873;font-size:18px}.status{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;min-height:22px;padding:0 8px;border-radius:6px;font-size:8px;font-weight:700;white-space:nowrap}.status.running{background:rgba(255,96,56,.12);color:#ff7957}.status.approval{background:rgba(144,124,255,.12);color:#a99eff}.status.part{background:rgba(247,184,75,.12);color:#f6bd59}.status.diagnostic{background:rgba(62,185,245,.12);color:#69c9f9}.status.done{background:rgba(49,204,145,.12);color:#51dba7}.timeline{padding:13px 17px}.timeline article{height:49px;display:grid;grid-template-columns:39px 10px 1fr;align-items:start;position:relative}.timeline time{font-size:9px;color:#777e88;padding-top:3px}.timeline i{width:7px;height:7px;border:2px solid #575d66;border-radius:50%;margin-top:2px;position:relative}.timeline i:after{content:'';position:absolute;width:1px;height:39px;background:#2c3036;top:7px;left:1px}.timeline article:last-child i:after{display:none}.timeline i.complete{border-color:var(--g-green);background:var(--g-green)}.timeline .now i{border-color:var(--g-orange);background:var(--g-orange);box-shadow:0 0 0 4px rgba(255,96,56,.1)}.timeline div{display:grid;gap:3px}.timeline b{font-size:10px}.timeline small{color:#777e88;font-size:8px}.timeline .now b{color:#fff}.smart-insight{margin-top:14px;min-height:80px;border:1px solid #2c2f37;border-radius:14px;background:radial-gradient(circle at 8% 30%,rgba(144,124,255,.13),transparent 19%),linear-gradient(100deg,#17191f,#111318);display:flex;align-items:center;gap:14px;padding:13px 17px}.smart-insight>span{width:38px;height:38px;border-radius:10px;background:rgba(144,124,255,.12);display:grid;place-items:center;color:#a698ff}.smart-insight>div{display:grid;gap:2px}.smart-insight small{font-size:8px;letter-spacing:.13em;color:#9d91f5}.smart-insight strong{font-size:11px}.smart-insight p{margin:0;color:#7f8590;font-size:9px}.smart-insight button{margin-left:auto;border:1px solid #3b3e47;background:#1c1f25;color:#d1d4d9;border-radius:8px;height:32px;padding:0 12px;font-size:9px}.garage-footer{display:flex;justify-content:space-between;color:#555b65;font-size:8px;padding:24px 4px 0}.section-tools{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.segmented{display:flex;gap:5px;overflow:auto;padding-bottom:2px}.segmented button{height:34px;border:1px solid var(--g-line);background:#111318;color:#7e858f;border-radius:8px;padding:0 11px;font-size:9px;white-space:nowrap}.segmented button.active{border-color:rgba(255,96,56,.4);background:rgba(255,96,56,.1);color:#ff7b59}.segmented b{background:#24272d;border-radius:5px;padding:2px 5px;margin-left:3px}.full-list{overflow:hidden}.list-head{height:42px;display:grid;grid-template-columns:42px 1.2fr 1.1fr minmax(110px,.8fr) minmax(110px,.75fr) 15px;gap:8px;align-items:center;color:#656c76;border-bottom:1px solid var(--g-line);font-size:8px;padding:0 13px}.list-head span:first-child{grid-column:1/3}.empty-state{min-height:260px;display:grid;place-content:center;text-align:center;gap:5px;color:#777e88}.empty-state b{color:#c6cad0}.summary-copy{display:grid;gap:4px}.summary-copy strong{font:700 15px Manrope}.summary-copy span{font-size:9px;color:var(--g-muted)}.client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.client-card{background:linear-gradient(145deg,#16191e,#121418);border:1px solid var(--g-line);border-radius:15px;padding:17px}.client-head{display:flex;justify-content:space-between;align-items:center}.client-head>span{width:35px;height:35px;border-radius:10px;background:rgba(255,96,56,.12);color:#ff7d5b;display:grid;place-items:center;font-size:10px;font-weight:700}.client-head button,.client-card>button{border:0;background:transparent;color:#737a85}.client-card h3{font:700 13px Manrope;margin:13px 0 3px}.client-card p{font-size:9px;color:#858b95;margin:0 0 16px}.client-card>div:nth-of-type(2){border-top:1px solid var(--g-line);border-bottom:1px solid var(--g-line);display:grid;grid-template-columns:repeat(3,1fr);padding:12px 0;margin-bottom:12px}.client-card>div:nth-of-type(2)>span{display:grid;gap:4px}.client-card small{font-size:8px;color:#6f7580}.client-card b{font-size:10px}.client-card>button{font-size:9px;padding:0}.vehicle-table,.stock-table{overflow:auto}.vehicle-row{width:100%;min-width:780px;display:grid;grid-template-columns:1.3fr 1fr .7fr .5fr 1.3fr 20px;gap:12px;align-items:center;min-height:58px;padding:0 16px;border:0;border-bottom:1px solid var(--g-line);background:transparent;text-align:left;color:#cfd2d7;font-size:9px}.vehicle-row:last-child{border-bottom:0}.vehicle-row:hover:not(.vehicle-head){background:#181b20}.vehicle-head{min-height:40px;color:#686f79;font-size:8px}.vehicle-row>span:first-child{display:flex;align-items:center;gap:9px}.vehicle-row i{width:28px;height:28px;border-radius:8px;background:color-mix(in srgb,var(--car),transparent 84%);color:var(--car);display:grid;place-items:center;font-style:normal}.plate{font-family:monospace;letter-spacing:.04em}.quote-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.quote-summary article{background:var(--g-card);border:1px solid var(--g-line);border-radius:13px;padding:15px;display:grid}.quote-summary small{font-size:9px;color:var(--g-muted)}.quote-summary strong{font:700 21px Manrope;margin:5px 0}.quote-summary span{font-size:8px;color:#777e88}.quote-board{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.quote-column{background:#101216;border:1px solid var(--g-line);border-radius:14px;padding:10px;min-height:380px}.quote-column>header{display:flex;align-items:center;justify-content:space-between;padding:3px 4px 12px;color:#a2a7af;font-size:10px;font-weight:700}.quote-column>header b{width:20px;height:20px;border-radius:6px;background:#21242a;display:grid;place-items:center;font-size:8px}.quote-column article{background:#181b20;border:1px solid #292d34;border-radius:11px;padding:13px;margin-bottom:8px}.quote-column article>span{font-size:7px;color:#6e7580;letter-spacing:.08em}.quote-column h3{font:700 11px Manrope;margin:9px 0 3px}.quote-column p{font-size:8px;color:#858b95;margin:0 0 13px}.quote-column article>div{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #292d34;padding-top:10px}.quote-column article b{font-size:10px}.quote-column article button{border:0;background:transparent;color:#ff7855;font-size:8px}.stock-alert{background:rgba(247,184,75,.06);border:1px solid rgba(247,184,75,.2);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:11px;margin-bottom:14px}.stock-alert>span{width:28px;height:28px;border-radius:8px;background:rgba(247,184,75,.13);color:#ffc25c;display:grid;place-items:center;font-weight:800}.stock-alert div{display:grid;gap:2px}.stock-alert strong{font-size:10px}.stock-alert p{font-size:8px;color:#8b919b;margin:0}.stock-alert button{margin-left:auto;border:1px solid rgba(247,184,75,.25);background:rgba(247,184,75,.08);color:#f8c76f;border-radius:8px;height:31px;font-size:8px;padding:0 11px}.stock-row{min-width:820px;display:grid;grid-template-columns:1.6fr .8fr .55fr .55fr .7fr .45fr;gap:10px;align-items:center;min-height:58px;border-bottom:1px solid var(--g-line);padding:0 16px;font-size:9px;color:#bfc3c9}.stock-row:last-child{border:0}.stock-row>span:first-child{display:grid;gap:3px}.stock-row small{font-size:7px;color:#6e7580}.stock-row>button{border:1px solid #343840;background:#1a1d22;color:#bfc3c9;border-radius:7px;height:27px;font-size:8px}.stock-head{min-height:40px;color:#666d77;font-size:8px}.week-strip{display:grid;grid-template-columns:36px repeat(6,1fr) 36px;gap:7px;margin-bottom:14px}.week-strip button{min-height:64px;border:1px solid var(--g-line);background:#121419;border-radius:11px;display:grid;place-content:center;gap:1px;color:#6f7680}.week-strip button.active{background:rgba(255,96,56,.11);border-color:rgba(255,96,56,.4);color:#fff}.week-strip small{font-size:7px}.week-strip b{font:700 15px Manrope}.week-strip span{font-size:7px}.agenda-layout{display:grid;grid-template-columns:1.5fr .55fr;gap:14px}.day-agenda{overflow:hidden}.agenda-item{min-height:66px;display:grid;grid-template-columns:54px 12px 1fr 30px;align-items:center;padding:0 17px;border-bottom:1px solid var(--g-line)}.agenda-item:last-child{border:0}.agenda-item time{font-size:10px;color:#858c96}.agenda-item>span{width:7px;height:7px;border-radius:50%;border:2px solid #555b64}.agenda-item.done>span{background:var(--g-green);border-color:var(--g-green)}.agenda-item.now{background:rgba(255,96,56,.035)}.agenda-item.now>span{background:var(--g-orange);border-color:var(--g-orange);box-shadow:0 0 0 4px rgba(255,96,56,.09)}.agenda-item>div{display:grid;gap:4px}.agenda-item small{font-size:7px;color:#6f7680;letter-spacing:.1em;text-transform:uppercase}.agenda-item b{font-size:10px}.agenda-item button{border:0;background:transparent;color:#666d76}.capacity{padding:18px;text-align:center}.capacity>span{font-size:8px;letter-spacing:.12em;color:#747b85}.capacity h3{font:700 14px Manrope;margin:6px}.capacity-ring{width:120px;height:120px;border-radius:50%;margin:19px auto;background:conic-gradient(var(--g-orange) 0 80%,#292c32 80%);position:relative;display:grid;place-content:center}.capacity-ring:before{content:'';position:absolute;inset:9px;background:var(--g-card);border-radius:50%}.capacity-ring>*{position:relative}.capacity-ring b{font:700 23px Manrope}.capacity-ring span{font-size:8px;color:#777e88}.capacity ul{list-style:none;margin:0;padding:13px 0;border-top:1px solid var(--g-line);display:grid;gap:9px;text-align:left}.capacity li{font-size:9px;color:#9da2aa;display:flex;align-items:center;gap:8px}.capacity i{width:7px;height:7px;border-radius:50%}.orange-dot{background:var(--g-orange)}.purple-dot{background:var(--g-purple)}.green-dot{background:var(--g-green)}.capacity>button{border:1px solid #343840;background:#1a1d22;color:#d5d8dc;border-radius:8px;height:34px;width:100%;font-size:9px}

/* Camadas e formulários */
.overlay{position:fixed;inset:0;background:rgba(3,4,6,.72);backdrop-filter:blur(6px);z-index:100;display:flex;align-items:center;justify-content:center;padding:18px;animation:fade .18s}.detail-drawer{position:absolute;right:0;top:0;bottom:0;width:min(470px,100%);background:#111318;border-left:1px solid #2b2f36;padding:25px;overflow:auto;animation:slide .24s}.detail-drawer header,.modal header,.customer-preview header{display:flex;justify-content:space-between;align-items:start}.detail-drawer header span,.modal header span{color:var(--g-orange);font-size:8px;letter-spacing:.12em;font-weight:800}.detail-drawer h2,.modal h2{font:700 23px Manrope;margin:5px 0 3px}.detail-drawer header p{margin:0;color:#777e88;font-size:9px}.detail-drawer header button,.modal header button,.customer-preview>header>button{border:1px solid #30343b;background:#191c21;color:#a4a9b1;border-radius:9px;width:34px;height:34px;font-size:18px}.detail-status{display:flex;justify-content:space-between;align-items:center;margin-top:26px}.detail-status b{font-size:9px;color:#858b95}.detail-progress{height:5px;background:#25282e;border-radius:10px;margin:9px 0 25px;overflow:hidden}.detail-progress i{display:block;height:100%;background:linear-gradient(90deg,#ff4b24,#ff8c4d);border-radius:10px}.detail-drawer section{border-top:1px solid #282c32;padding:21px 0}.detail-drawer section>small{font-size:8px;color:#707781;letter-spacing:.12em}.person-line{display:flex;align-items:center;gap:10px;margin-top:12px}.person-line>span{width:38px;height:38px;border-radius:10px;background:#262a31;color:#e4e6e9;display:grid;place-items:center;font-size:10px;font-weight:700}.person-line div{display:grid;gap:3px}.person-line b{font-size:11px}.person-line p{margin:0;color:#7c838d;font-size:9px}.person-line button{margin-left:auto;border:1px solid rgba(49,204,145,.24);background:rgba(49,204,145,.08);color:#51dba7;border-radius:8px;height:31px;font-size:8px}.detail-drawer section h3{font:700 14px Manrope;margin:12px 0}.detail-pairs{display:grid;grid-template-columns:1fr 1fr;gap:9px}.detail-pairs>span{background:#171a1f;border:1px solid #282c32;border-radius:9px;padding:10px;display:grid;gap:4px}.detail-pairs small{font-size:8px;color:#737a84}.detail-pairs b{font-size:10px}.steps{display:grid;grid-template-columns:repeat(5,1fr);margin-top:15px}.steps>div{display:grid;justify-items:center;gap:7px;position:relative;text-align:center}.steps>div:before{content:'';position:absolute;height:1px;background:#30343a;top:11px;left:-50%;right:50%;z-index:0}.steps>div:first-child:before{display:none}.steps i{width:23px;height:23px;border-radius:50%;border:1px solid #3a3e46;background:#171a1f;color:#6f7680;display:grid;place-items:center;font-style:normal;font-size:8px;position:relative;z-index:1}.steps div.complete i{border-color:var(--g-orange);background:var(--g-orange);color:#fff}.steps div.complete:before{background:var(--g-orange)}.steps span{font-size:7px;color:#747b85}.detail-drawer>footer,.modal footer{display:flex;justify-content:flex-end;gap:8px;padding-top:10px}.modal{width:min(610px,100%);background:#121419;border:1px solid #2b2f36;border-radius:17px;padding:22px;box-shadow:0 30px 80px #0008;animation:pop .22s}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:25px 0}.form-grid label{display:grid;gap:6px}.form-grid label.wide{grid-column:1/-1}.form-grid label>span{font-size:9px;color:#858b95}.form-grid input,.form-grid select{height:40px;background:#191c21;border:1px solid #30343b;border-radius:9px;color:#fff;padding:0 11px;outline:0;font-size:10px}.form-grid input:focus,.form-grid select:focus{border-color:var(--g-orange)}.customer-preview{width:min(700px,100%);background:#f6f4ef;color:#171717;border-radius:20px;overflow:hidden;box-shadow:0 35px 90px #0009;animation:pop .22s}.customer-preview>header{padding:18px 22px;background:#15171a}.customer-preview .garage-brand{padding:0;color:#fff}.customer-preview>main{padding:32px}.customer-preview main>span{font-size:11px;color:#777}.customer-preview h2{font:800 30px Manrope;margin:7px 0}.customer-preview main>p{color:#777;font-size:11px;margin-bottom:23px}.customer-car{background:#fff;border:1px solid #e3e0da;border-radius:14px;padding:14px;display:flex;align-items:center;gap:11px}.customer-car>div{display:grid;gap:3px}.customer-car b{font-size:11px}.customer-car small{font-size:8px;color:#888}.customer-car .status{margin-left:auto}.customer-progress{margin:26px 0}.customer-progress>div{display:flex;justify-content:space-between;font-size:8px;color:#898989;margin-bottom:8px}.customer-progress>i{height:7px;background:#dedbd4;border-radius:10px;display:block;overflow:hidden}.customer-progress>i b{display:block;height:100%;background:var(--g-orange)}.customer-preview main>section{background:#fff;border:1px solid #e3e0da;border-radius:14px;padding:16px}.customer-preview section small{font-size:8px;color:#999;letter-spacing:.09em}.customer-preview section h3{font:700 13px Manrope;margin:8px 0}.customer-preview section p{font-size:10px;color:#777;line-height:1.5;margin:0}.customer-preview main>footer{display:flex;align-items:center;justify-content:space-between;margin-top:19px}.customer-preview footer div{display:grid;gap:3px}.customer-preview footer small{font-size:8px;color:#888}.customer-preview footer b{font-size:12px}.customer-preview footer button{border:0;background:#1c9c65;color:white;border-radius:9px;height:38px;padding:0 15px;font-size:9px;font-weight:700}.toast{position:fixed;z-index:200;right:22px;bottom:22px;background:#f4f5f2;color:#17191d;border-radius:11px;padding:11px 15px 11px 10px;box-shadow:0 14px 45px #0008;display:flex;align-items:center;gap:9px;font-size:10px;animation:pop .23s}.toast>span{width:25px;height:25px;border-radius:8px;background:#ddf7ec;color:#16875d;display:grid;place-items:center;font-weight:800}@keyframes fade{from{opacity:0}}@keyframes slide{from{transform:translateX(100%)}}@keyframes pop{from{transform:translateY(12px) scale(.98);opacity:0}}

@media(max-width:1120px){.garage-kpis{grid-template-columns:1fr 1fr}.overview-grid{grid-template-columns:1fr}.today-panel{min-height:auto}.client-grid{grid-template-columns:1fr 1fr}.garage-search{width:190px}.order-card{grid-template-columns:42px 1.2fr 1fr minmax(100px,.8fr) 15px}.order-eta{display:none}.list-head{grid-template-columns:42px 1.2fr 1fr minmax(100px,.8fr) 15px}.list-head span:nth-child(4){display:none}}
@media(max-width:840px){.shell{grid-template-columns:1fr}.side{position:relative;height:auto;border:0;padding:18px}.side p,.side-foot{display:none}.nav{display:flex;overflow:auto;margin-top:16px}.nav button{white-space:nowrap}.shell main{padding:20px 16px 50px}.demo-grid,.stats{grid-template-columns:1fr 1fr}.dashboard{grid-template-columns:1fr}.garage-shell{grid-template-columns:1fr}.garage-side{height:auto;position:relative;padding:13px;display:block}.garage-brand{padding:0 3px 12px}.garage-plan,.garage-user{display:none}.garage-nav{display:flex;overflow:auto;padding-bottom:2px}.garage-nav button{min-width:max-content}.garage-main{padding:0 14px 18px}.garage-top{height:auto;min-height:95px;align-items:flex-start;padding:18px 0;gap:12px}.garage-top-actions{flex-wrap:wrap;justify-content:flex-end}.garage-search{order:3;width:100%}.garage-top-actions{max-width:290px}.quote-board{grid-template-columns:1fr}.agenda-layout{grid-template-columns:1fr}.client-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.demo-grid,.stats{grid-template-columns:1fr}.top{align-items:flex-start}.hero{padding:28px;min-height:380px}.hero h2{font-size:44px}.row{grid-template-columns:1.4fr .8fr}.row>:nth-child(3){display:none}.garage-top{display:block}.garage-top-actions{margin-top:12px;max-width:none;justify-content:flex-start}.garage-top-actions .icon-button{display:none}.garage-search{width:calc(100% - 98px);order:0}.primary-action{padding:0 11px}.garage-kpis{grid-template-columns:1fr}.welcome{align-items:flex-start;gap:15px}.welcome .outline-action{font-size:0;width:38px;padding:0}.welcome .outline-action:first-letter{font-size:12px}.order-card{grid-template-columns:36px 1fr 96px 12px}.order-service,.order-eta{display:none}.list-head{display:none}.client-grid{grid-template-columns:1fr}.quote-summary{grid-template-columns:1fr}.week-strip{grid-template-columns:28px repeat(6,65px) 28px;overflow:auto}.garage-footer{display:none}.attention-strip p{display:none}.smart-insight p{display:none}.smart-insight button{white-space:nowrap}.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.customer-preview>main{padding:22px}.customer-preview h2{font-size:24px}.customer-progress>div{font-size:6px}.customer-preview main>footer{align-items:flex-end}.segmented{max-width:100%}}

/* StudioFlow — salão e barbearia */
.studio{--s-bg:#f4f1ec;--s-side:#1f2522;--s-card:#fffdf9;--s-line:#ded9d1;--s-text:#242724;--s-muted:#817f79;--s-peach:#c9795d;--s-sage:#647e72;--s-lilac:#947da2;--s-rose:#b7657d;background:var(--s-bg);color:var(--s-text)}.studio button{cursor:pointer}.studio-shell{min-height:100vh;display:grid;grid-template-columns:244px minmax(0,1fr)}.studio-side{height:100vh;position:sticky;top:0;background:linear-gradient(180deg,#222925,#1a1f1c);color:#f8f4ed;padding:24px 15px 17px;display:flex;flex-direction:column;z-index:10}.studio-brand{display:flex;align-items:center;gap:11px;padding:0 8px 23px}.studio-brand>button{border:0;background:transparent;padding:0}.studio-brand>button>span,.studio-booking-brand>span{width:37px;height:37px;border-radius:50% 50% 47% 53%/43% 48% 52% 57%;display:grid;place-items:center;background:#c97f65;color:white;font:700 18px Manrope;box-shadow:0 8px 22px #0003}.studio-brand>div{display:grid}.studio-brand strong,.studio-booking-brand strong{font:800 15px Manrope;letter-spacing:.08em}.studio-brand em,.studio-booking-brand em{font-style:normal;color:#d79279;margin-left:3px}.studio-brand small{font-size:9px;color:#8f9a94;margin-top:2px}.studio-unit{padding:0 7px 16px}.studio-unit>small{font-size:7px;letter-spacing:.14em;color:#707a75}.studio-unit>button{width:100%;height:35px;margin-top:6px;border:1px solid #343c38;background:#292f2c;color:#dfe3df;border-radius:8px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:9px}.studio-nav{display:grid;gap:4px}.studio-nav button{height:40px;border:0;border-radius:9px;background:transparent;color:#909a94;display:flex;align-items:center;gap:10px;padding:0 11px;text-align:left;font-size:11px;font-weight:600}.studio-nav button:hover{background:#292f2c;color:#fff}.studio-nav button.active{background:#f4eee6;color:#303832;box-shadow:0 8px 24px #0003}.studio-nav button>i{width:20px;text-align:center;font-style:normal;font-size:13px}.studio-nav button>b{margin-left:auto;width:21px;height:18px;border-radius:6px;background:#39413d;color:#bbc2bd;display:grid;place-items:center;font-size:8px}.studio-nav button.active>b{background:#d8c4b9;color:#694f44}.studio-side-card{margin-top:auto;border:1px solid #3b433f;border-radius:14px;background:radial-gradient(circle at 100% 0,#40352f,transparent 42%),#282e2b;padding:14px;overflow:hidden}.studio-side-card>span{font-size:7px;letter-spacing:.14em;color:#d58f74}.studio-side-card strong{display:block;font-size:11px;margin:7px 0 4px}.studio-side-card p{font-size:8px;color:#98a19c;line-height:1.45;margin:0 0 11px}.studio-side-card button{width:100%;height:30px;border:0;border-radius:7px;background:#c9795d;color:#fff;font-size:8px;font-weight:700}.studio-profile{display:flex;align-items:center;gap:8px;padding:17px 7px 0}.studio-profile>span{width:31px;height:31px;border-radius:50%;background:#39403c;display:grid;place-items:center;font-size:8px}.studio-profile>div{display:grid}.studio-profile strong{font-size:9px}.studio-profile small{font-size:7px;color:#7e8983}.studio-profile button{margin-left:auto;border:0;background:transparent;color:#7e8983}.studio-main{padding:0 29px 20px;max-width:1580px;width:100%;overflow:hidden}.studio-top{height:94px;border-bottom:1px solid var(--s-line);display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.studio-top>div:first-child small{color:var(--s-muted);font-size:9px}.studio-top h1{font:700 25px Manrope;margin:4px 0 0;letter-spacing:-.025em}.studio-top-actions{display:flex;align-items:center;gap:8px}.studio-top-actions>label{height:37px;width:245px;background:#fffdf9;border:1px solid var(--s-line);border-radius:9px;display:flex;align-items:center;gap:7px;padding:0 11px;color:#9b9891}.studio-top-actions input{border:0;outline:0;background:transparent;width:100%;font-size:9px;color:var(--s-text)}.studio-icon-button{width:37px;height:37px;border:1px solid var(--s-line);background:#fffdf9;border-radius:9px;position:relative;color:#797871}.studio-icon-button i{width:6px;height:6px;border-radius:50%;position:absolute;right:7px;top:6px;background:var(--s-peach)}.studio-primary,.studio-outline{height:37px;border-radius:9px;padding:0 13px;font-size:9px;font-weight:700}.studio-primary{border:0;background:#26302b;color:#fff;box-shadow:0 7px 18px rgba(38,48,43,.14)}.studio-primary:hover{background:#38443e}.studio-outline{border:1px solid var(--s-line);background:#fffdf9;color:#5f615d}.studio-welcome{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.studio-welcome>div>span{font-size:7px;letter-spacing:.14em;color:var(--s-peach);font-weight:800}.studio-welcome h2{font:700 19px Manrope;margin:7px 0 3px}.studio-welcome p{font-size:9px;color:var(--s-muted);margin:0}.studio-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.studio-kpis article{min-height:108px;background:var(--s-card);border:1px solid var(--s-line);border-radius:13px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start;box-shadow:0 8px 24px rgba(46,39,33,.03)}.studio-kpis article>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:12px}.studio-kpis .peach{background:#f6e6df;color:#b96549}.studio-kpis .sage{background:#e3ebe6;color:#5a7668}.studio-kpis .lilac{background:#ebe5ee;color:#806d8e}.studio-kpis .rose{background:#f2e2e7;color:#a6556e}.studio-kpis article>div{display:grid}.studio-kpis small{font-size:8px;color:var(--s-muted)}.studio-kpis strong{font:700 18px Manrope;margin:4px 0}.studio-kpis em{font-style:normal;font-size:7px;color:#96938c}.studio-kpis article>b{font-size:8px;color:var(--s-sage)}.studio-alert{min-height:54px;margin:12px 0;background:#eee5f1;border:1px solid #dacbe0;border-radius:11px;display:flex;align-items:center;gap:10px;padding:10px 13px}.studio-alert>span{width:28px;height:28px;border-radius:50%;background:#dfcee5;color:#866e94;display:grid;place-items:center;font-size:10px}.studio-alert>div{display:grid;gap:2px}.studio-alert strong{font-size:9px}.studio-alert p{margin:0;color:#807685;font-size:7px}.studio-alert button{border:0;background:transparent;color:#806a8d;font-size:8px;font-weight:700;margin-left:auto}.studio-overview-grid{display:grid;grid-template-columns:1.5fr .72fr;gap:12px}.studio-panel{background:var(--s-card);border:1px solid var(--s-line);border-radius:13px;box-shadow:0 8px 28px rgba(46,39,33,.025)}.studio-panel>header{height:62px;border-bottom:1px solid #e7e2db;padding:0 15px;display:flex;align-items:center;justify-content:space-between}.studio-panel>header>div{display:grid;gap:3px}.studio-panel>header span{font-size:7px;letter-spacing:.13em;color:#9c9891;font-weight:800}.studio-panel>header h3{font:700 12px Manrope;margin:0}.studio-panel>header button{border:0;background:transparent;color:#787972;font-size:8px}.studio-appointments>button{width:100%;min-height:54px;display:grid;grid-template-columns:40px 30px 1.2fr .75fr 91px 54px 10px;gap:8px;align-items:center;border:0;border-bottom:1px solid #eee9e2;background:transparent;text-align:left;padding:7px 13px;color:var(--s-text)}.studio-appointments>button:last-child{border:0}.studio-appointments>button:hover{background:#faf7f2}.studio-appointments time{font-size:9px;font-weight:700}.studio-appointments>button>i,.studio-professional-grid header>i,.studio-detail-time>i{width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--person),white 70%);color:color-mix(in srgb,var(--person),black 24%);display:grid;place-items:center;font-style:normal;font-size:8px;font-weight:700}.studio-appointments>button>span{display:grid;gap:2px;min-width:0}.studio-appointments b{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-appointments small{font-size:7px;color:#99958e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-appointments>button>strong{font-size:8px;text-align:right}.studio-appointments u{text-decoration:none;color:#aaa59d}.studio-status{height:21px;width:max-content;display:flex;align-items:center;border-radius:6px;padding:0 7px;font-size:7px;font-style:normal;font-weight:700;white-space:nowrap}.studio-status.confirmed{background:#e4ece8;color:#5a7569}.studio-status.serving{background:#f3e1da;color:#ad5c42}.studio-status.waiting{background:#f0e6ce;color:#917133}.studio-status.finished{background:#e9e4ec;color:#76677d}.studio-performance{padding-bottom:13px}.studio-chart{padding:15px}.chart-copy{display:grid;gap:3px}.chart-copy strong{font:700 20px Manrope}.chart-copy span{font-size:7px}.chart-bars{height:115px;display:flex;align-items:end;gap:8px;padding-top:15px}.chart-bars>span{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:5px}.chart-bars i{width:100%;background:#d9ddd9;border-radius:5px 5px 2px 2px}.chart-bars span.active i{background:linear-gradient(#c9795d,#dda18b)}.chart-bars small{font-size:6px;color:#99958f}.studio-goals{margin:0 15px;padding-top:12px;border-top:1px solid #e8e3dc;display:grid;grid-template-columns:1fr 1fr}.studio-goals>span{display:grid;gap:3px}.studio-goals small{font-size:7px;color:#98948d}.studio-goals b{font-size:9px}.studio-goals>i{grid-column:1/-1;height:5px;background:#e4e0da;border-radius:6px;margin:9px 0 5px;overflow:hidden}.studio-goals>i b{display:block;height:100%;background:var(--s-sage)}.studio-team-strip{margin-top:12px;min-height:82px;background:#fffdf9;border:1px solid var(--s-line);border-radius:13px;padding:11px 14px;display:grid;grid-template-columns:1.2fr repeat(4,1fr) auto;align-items:center;gap:13px}.studio-team-strip>div:first-child{display:grid;gap:3px}.studio-team-strip>div:first-child>span{font-size:7px;letter-spacing:.12em;color:#9b978f}.studio-team-strip h3{font:700 11px Manrope;margin:0}.studio-team-strip article{display:grid;grid-template-columns:26px 1fr 48px 24px;align-items:center;gap:6px}.studio-team-strip article>i{width:26px;height:26px;border-radius:50%;background:color-mix(in srgb,var(--person),white 70%);color:color-mix(in srgb,var(--person),black 24%);display:grid;place-items:center;font-style:normal;font-size:7px;font-weight:700}.studio-team-strip article>span{display:grid;min-width:0}.studio-team-strip article b{font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-team-strip article small{font-size:6px;color:#99958f}.studio-team-strip article>div{height:4px;background:#e7e2dc;border-radius:5px;overflow:hidden}.studio-team-strip article>div i{display:block;height:100%;background:var(--person)}.studio-team-strip article em{font-style:normal;font-size:7px}.studio-team-strip>button{border:0;background:transparent;color:#777972;font-size:8px}.studio-footer{display:flex;justify-content:space-between;padding:23px 3px 0;font-size:7px;color:#aaa59e}.studio-section-tools,.studio-schedule-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.studio-section-tools>div{display:grid;gap:3px}.studio-section-tools>div strong{font:700 13px Manrope}.studio-section-tools>div span{font-size:8px;color:var(--s-muted)}.studio-client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.studio-client-grid>article{background:var(--s-card);border:1px solid var(--s-line);border-radius:13px;padding:15px}.studio-client-grid header{display:flex;align-items:center}.studio-client-grid header>span{width:34px;height:34px;border-radius:50%;background:#eee3dc;color:#9b5f49;display:grid;place-items:center;font-size:8px;font-weight:700}.studio-client-grid header>em{font-style:normal;font-size:6px;background:#e7ece9;color:#5f756b;border-radius:8px;padding:4px 6px;margin-left:8px}.studio-client-grid header>button{margin-left:auto;border:0;background:transparent;color:#aaa59e}.studio-client-grid h3{font:700 12px Manrope;margin:12px 0 2px}.studio-client-grid p{font-size:8px;color:#94918a;margin:0 0 13px}.studio-client-grid>article>div{border-top:1px solid #e9e4dd;border-bottom:1px solid #e9e4dd;display:grid;grid-template-columns:repeat(3,1fr);padding:11px 0}.studio-client-grid>article>div>span{display:grid;gap:3px}.studio-client-grid small{font-size:6px;color:#9b978f}.studio-client-grid b{font-size:8px}.studio-client-grid footer{display:flex;justify-content:space-between;padding-top:11px}.studio-client-grid footer button{border:0;background:transparent;color:#696b66;font-size:7px}.studio-service-table,.studio-stock-table{overflow:auto}.studio-service-table>header,.studio-service-table>article{min-width:760px;display:grid;grid-template-columns:1.4fr .65fr .55fr .9fr 1fr .45fr;gap:10px;align-items:center;padding:0 15px}.studio-service-table>header{height:38px;color:#9c9891;font-size:7px}.studio-service-table>article{min-height:56px;border-top:1px solid #ebe6df;font-size:8px}.studio-service-table>article>span:first-child{display:flex;align-items:center;gap:8px}.studio-service-table>article>span:first-child i,.studio-stock-table>article>span:first-child i{width:27px;height:27px;border-radius:8px;background:#f0e5df;color:#b26a50;display:grid;place-items:center;font-style:normal}.studio-service-table>article>span:nth-child(5){display:grid;grid-template-columns:22px 1fr;align-items:center;gap:6px}.studio-service-table>article>span:nth-child(5)>i{height:4px;background:#e8e3dc;border-radius:4px;overflow:hidden}.studio-service-table>article>span:nth-child(5) em{display:block;height:100%;background:var(--s-sage)}.studio-service-table>article>button,.studio-stock-table>article>button{border:1px solid #ddd7cf;background:#fffaf4;border-radius:7px;height:27px;font-size:7px;color:#73736e}.studio-professional-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.studio-professional-grid>article{background:var(--s-card);border:1px solid var(--s-line);border-radius:13px;padding:15px}.studio-professional-grid header{display:flex;justify-content:space-between}.studio-professional-grid header>i{width:38px;height:38px}.studio-professional-grid header button{border:0;background:transparent;color:#a19d96}.studio-professional-grid h3{font:700 12px Manrope;margin:12px 0 2px}.studio-professional-grid p{font-size:8px;color:#97938c;margin:0 0 15px}.professional-occupation{border-top:1px solid #ebe6df;padding-top:11px}.professional-occupation>span{display:flex;justify-content:space-between}.professional-occupation small,.professional-stats small{font-size:6px;color:#9b978f}.professional-occupation b,.professional-stats b{font-size:8px}.professional-occupation>i{height:5px;background:#e8e3dc;border-radius:5px;display:block;margin-top:6px;overflow:hidden}.professional-occupation>i em{display:block;height:100%;background:var(--person,var(--s-sage))}.professional-stats{display:grid;grid-template-columns:repeat(3,1fr);padding:12px 0}.professional-stats>span{display:grid;gap:3px}.studio-professional-grid>article>button{border:0;background:transparent;color:#6e706b;padding:0;font-size:7px}.studio-finance-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:13px}.studio-finance-kpis article{background:var(--s-card);border:1px solid var(--s-line);border-radius:12px;padding:14px;display:grid}.studio-finance-kpis small{font-size:7px;color:#949089}.studio-finance-kpis strong{font:700 18px Manrope;margin:5px 0}.studio-finance-kpis span{font-size:7px;color:#96928b}.studio-finance-grid{display:grid;grid-template-columns:1.5fr .65fr;gap:12px}.studio-cash>article{min-height:54px;display:grid;grid-template-columns:45px 1fr 60px 65px;align-items:center;gap:8px;padding:0 15px;border-bottom:1px solid #ebe6df}.studio-cash time{font-size:8px;color:#8e8b84}.studio-cash>article>span{display:grid;gap:2px}.studio-cash b{font-size:8px}.studio-cash small{font-size:7px;color:#9c9890}.studio-cash em{font-style:normal;font-size:7px;background:#eee9e1;border-radius:5px;padding:4px;text-align:center}.studio-cash>article>strong{text-align:right;font-size:9px}.studio-cash>footer,.studio-commission>footer{display:flex;justify-content:space-between;padding:13px 15px;background:#f6f2ec;border-radius:0 0 13px 13px;font-size:8px}.studio-commission>header{display:grid;justify-content:start;align-content:center}.studio-commission>article{min-height:54px;display:grid;grid-template-columns:30px 1fr 52px;align-items:center;gap:8px;padding:0 14px;border-bottom:1px solid #ebe6df}.studio-commission>article>i{width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--person),white 70%);display:grid;place-items:center;font-style:normal;font-size:7px}.studio-commission>article>span{display:grid;gap:2px}.studio-commission b{font-size:8px}.studio-commission small{font-size:6px;color:#9c9890}.studio-commission>article>strong{text-align:right;font-size:8px}.studio-stock-alert{min-height:54px;background:#f4e9d4;border:1px solid #e7d5b1;border-radius:11px;display:flex;align-items:center;gap:10px;padding:10px 13px;margin-bottom:13px}.studio-stock-alert>span{width:28px;height:28px;border-radius:50%;background:#ead4aa;color:#82662f;display:grid;place-items:center;font-weight:700}.studio-stock-alert>div{display:grid;gap:2px}.studio-stock-alert strong{font-size:9px}.studio-stock-alert p{margin:0;font-size:7px;color:#84765d}.studio-stock-alert button{margin-left:auto;border:0;background:transparent;color:#80662f;font-size:7px;font-weight:700}.studio-stock-table>header,.studio-stock-table>article{min-width:820px;display:grid;grid-template-columns:1.5fr .65fr .55fr .55fr .7fr .75fr .4fr;gap:10px;align-items:center;padding:0 15px}.studio-stock-table>header{height:38px;color:#9c9891;font-size:7px}.studio-stock-table>article{min-height:57px;border-top:1px solid #ebe6df;font-size:8px}.studio-stock-table>article>span:first-child{display:flex;align-items:center;gap:8px}.studio-stock-table>article>em{font-style:normal;width:max-content;background:#f3e7ce;color:#8b6a2f;border-radius:6px;padding:5px 7px;font-size:7px}.studio-date-nav{display:flex;align-items:center;gap:9px}.studio-date-nav>button{width:30px;height:30px;border:1px solid var(--s-line);background:#fffdf9;border-radius:8px}.studio-date-nav>span{display:grid;min-width:105px}.studio-date-nav small{font-size:6px;color:#9c9891}.studio-date-nav b{font-size:10px}.studio-view-toggle{display:flex;border:1px solid var(--s-line);background:#fffdf9;border-radius:8px;padding:3px;margin-left:auto;margin-right:8px}.studio-view-toggle button{height:26px;border:0;background:transparent;border-radius:6px;font-size:7px;color:#8d8982}.studio-view-toggle button.active{background:#28322d;color:#fff}.studio-calendar{background:var(--s-card);border:1px solid var(--s-line);border-radius:13px;overflow:auto}.studio-calendar>header{min-width:860px;height:58px;display:grid;grid-template-columns:58px repeat(4,1fr);border-bottom:1px solid #e7e1da}.studio-calendar>header>span{display:grid;place-items:center;font-size:7px;color:#99958e}.studio-calendar>header>div{border-left:1px solid #e7e1da;display:flex;align-items:center;gap:8px;padding:0 12px}.studio-calendar>header>div>i{width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--person),white 70%);display:grid;place-items:center;font-style:normal;font-size:7px}.studio-calendar>header>div>span{display:grid}.studio-calendar>header b{font-size:8px}.studio-calendar>header small{font-size:6px;color:#99958e}.studio-calendar-body{min-width:860px;height:640px;display:grid;grid-template-columns:58px repeat(4,1fr);position:relative}.studio-calendar-body>aside{display:grid;grid-template-rows:repeat(11,58px)}.studio-calendar-body time{font-size:7px;color:#9a968f;padding:7px;text-align:center}.studio-calendar-body>section{position:relative;border-left:1px solid #e7e1da;background:repeating-linear-gradient(to bottom,transparent 0,transparent 57px,#eee9e2 58px)}.studio-calendar-body>section>button{position:absolute;top:var(--top);height:var(--height);left:6px;right:6px;border:0;border-left:3px solid var(--slot);background:color-mix(in srgb,var(--slot),white 84%);border-radius:7px;padding:7px;text-align:left;display:grid;align-content:start;gap:2px;color:#3b3b38;overflow:hidden}.studio-calendar-body>section>button small{font-size:6px;color:#77736d}.studio-calendar-body>section>button b{font-size:8px}.studio-calendar-body>section>button span{font-size:6px}.studio-detail{position:absolute;right:0;top:0;bottom:0;width:min(450px,100%);background:#f7f4ef;color:var(--s-text);padding:24px;overflow:auto;animation:slide .24s}.studio-detail header,.studio-modal header,.studio-booking header{display:flex;justify-content:space-between;align-items:start}.studio-detail header>div>span,.studio-modal header span{font-size:7px;color:var(--s-peach);letter-spacing:.13em;font-weight:800}.studio-detail h2,.studio-modal h2{font:700 22px Manrope;margin:5px 0 2px}.studio-detail header p{font-size:8px;color:#8f8b84;margin:0}.studio-detail header button,.studio-modal header button,.studio-booking header>button{width:33px;height:33px;border:1px solid #d9d3cb;background:#fffdf9;border-radius:9px;font-size:17px;color:#85817a}.studio-detail-time{margin:24px 0 0;background:#fffdf9;border:1px solid #ddd7cf;border-radius:12px;padding:13px;display:flex;align-items:center;gap:9px}.studio-detail-time>span{display:grid;gap:3px}.studio-detail-time small{font-size:6px;color:#9a968f}.studio-detail-time b{font-size:10px}.studio-detail-time em{margin-left:auto}.studio-detail section{border-top:1px solid #ded8d0;padding:19px 0;margin-top:19px}.studio-detail section>small{font-size:7px;letter-spacing:.12em;color:#959189}.studio-detail section h3{font:700 13px Manrope;margin:10px 0}.studio-detail section>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.studio-detail section>div>span{background:#fffdf9;border:1px solid #e0dad2;border-radius:9px;padding:10px;display:grid;gap:3px}.studio-detail section small{font-size:7px;color:#97938c}.studio-detail section b{font-size:9px}.studio-detail section p{font-size:9px;line-height:1.5;color:#76736d}.studio-detail>footer,.studio-modal>footer{display:flex;justify-content:flex-end;gap:8px}.studio-modal{width:min(590px,100%);background:#f7f4ef;color:var(--s-text);border-radius:17px;padding:22px;box-shadow:0 30px 80px #0007;animation:pop .22s}.studio-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:23px 0}.studio-form-grid label{display:grid;gap:6px}.studio-form-grid label>span{font-size:8px;color:#817e77}.studio-form-grid input,.studio-form-grid select{height:39px;border:1px solid #d9d3ca;background:#fffdf9;border-radius:9px;padding:0 10px;outline:0;color:#333531;font-size:9px}.studio-form-grid input:focus,.studio-form-grid select:focus{border-color:var(--s-peach)}.studio-booking{width:min(720px,100%);background:#f7f3ed;color:#292b28;border-radius:20px;overflow:hidden;box-shadow:0 35px 90px #0008;animation:pop .22s}.studio-booking>header{background:#202723;padding:17px 20px}.studio-booking-brand{display:flex;align-items:center;gap:9px;color:#fff}.studio-booking-brand>span{width:31px;height:31px;font-size:14px}.studio-booking>main{padding:30px}.studio-booking main>span{font-size:7px;letter-spacing:.15em;color:var(--s-peach);font-weight:800}.studio-booking h2{font:700 28px Manrope;margin:7px 0 4px}.studio-booking main>p{font-size:9px;color:#88847d;margin:0}.booking-steps{display:flex;justify-content:space-between;position:relative;margin:25px 0}.booking-steps:before{content:'';position:absolute;height:1px;background:#dcd5cd;left:7%;right:7%;top:11px}.booking-steps>span{display:grid;justify-items:center;gap:5px;font-size:7px;color:#9b978f;position:relative}.booking-steps i{width:23px;height:23px;border-radius:50%;background:#e4ded6;display:grid;place-items:center;font-style:normal}.booking-steps span.active i{background:#26302b;color:#fff}.studio-booking section{background:#fffdf9;border:1px solid #dfd8cf;border-radius:13px;padding:16px}.studio-booking section h3{font:700 12px Manrope;margin:0 0 12px}.studio-booking section>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.studio-booking section button{border:1px solid #e1dbd3;background:#fff;border-radius:10px;padding:10px;display:grid;grid-template-columns:27px 1fr auto;align-items:center;text-align:left;gap:8px;color:#3a3b38}.studio-booking section button.active{border-color:#bd8069;background:#fbf0eb}.studio-booking section button>span{width:27px;height:27px;border-radius:50%;background:#f0e5df;color:#ad654b;display:grid;place-items:center}.studio-booking section button>div{display:grid;gap:2px}.studio-booking section button b,.studio-booking section button strong{font-size:8px}.studio-booking section button small{font-size:7px;color:#96928b}.studio-booking main>footer{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.studio-booking footer small{font-size:7px;color:#99958e}.studio-booking footer button{height:35px;border:0;border-radius:8px;background:#26302b;color:#fff;padding:0 14px;font-size:8px;font-weight:700}

@media(max-width:1160px){.studio-kpis{grid-template-columns:1fr 1fr}.studio-overview-grid{grid-template-columns:1fr}.studio-team-strip{grid-template-columns:1.2fr 1fr 1fr}.studio-team-strip article:nth-of-type(n+3){display:none}.studio-client-grid{grid-template-columns:1fr 1fr}.studio-professional-grid{grid-template-columns:1fr 1fr}.studio-top-actions>label{width:185px}}
@media(max-width:840px){.studio-shell{grid-template-columns:1fr}.studio-side{position:relative;height:auto;display:block;padding:13px}.studio-brand{padding:0 3px 11px}.studio-unit,.studio-side-card,.studio-profile{display:none}.studio-nav{display:flex;overflow:auto}.studio-nav button{min-width:max-content}.studio-main{padding:0 14px 18px}.studio-top{height:auto;min-height:93px;padding:16px 0;gap:10px}.studio-top-actions{flex-wrap:wrap;justify-content:flex-end}.studio-top-actions>label{order:3;width:100%}.studio-overview-grid{grid-template-columns:1fr}.studio-team-strip{grid-template-columns:1fr 1fr}.studio-team-strip>div:first-child,.studio-team-strip>button{display:none}.studio-client-grid{grid-template-columns:1fr 1fr}.studio-finance-grid{grid-template-columns:1fr}.studio-professional-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.studio-top{display:block}.studio-top-actions{margin-top:12px;justify-content:flex-start}.studio-top-actions>label{width:calc(100% - 103px);order:0}.studio-icon-button{display:none}.studio-welcome{align-items:flex-start;gap:12px}.studio-welcome .studio-outline{font-size:0;width:38px;padding:0}.studio-welcome .studio-outline:first-letter{font-size:11px}.studio-kpis{grid-template-columns:1fr}.studio-alert p{display:none}.studio-appointments>button{grid-template-columns:35px 28px 1fr 74px 8px}.studio-appointments>button>span:nth-of-type(2),.studio-appointments>button>strong{display:none}.studio-team-strip{display:none}.studio-client-grid,.studio-professional-grid{grid-template-columns:1fr}.studio-finance-kpis{grid-template-columns:1fr 1fr}.studio-booking>main{padding:22px}.studio-booking h2{font-size:23px}.studio-booking section>div{grid-template-columns:1fr}.studio-booking main>footer{align-items:flex-end}.studio-booking footer small{max-width:170px}.studio-form-grid{grid-template-columns:1fr}.studio-footer{display:none}.studio-schedule-tools{align-items:flex-end}.studio-view-toggle{display:none}}
