: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(3,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%}}
