@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');:root{font-family:Inter,Arial,sans-serif;color:#171719;background:#f5f5f4;font-synthesis:none;--yellow:#f5c400;--black:#101012;--silver:#c7c8ca}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}aside{position:fixed;inset:0 auto 0 0;width:250px;background:#101012;color:#fff;padding:28px 18px;display:flex;flex-direction:column;z-index:5}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 34px}.brand img{width:48px;height:48px}.brand b{font-size:20px;letter-spacing:2px}.brand span{display:block;color:var(--yellow);font-size:10px;letter-spacing:5px}.brand div{border-left:1px solid #444;padding-left:12px}nav{display:grid;gap:6px}nav button{border:0;background:none;color:#929297;text-align:left;padding:13px 15px;border-radius:9px;font-weight:600}nav button i{display:inline-block;width:30px;font-style:normal;font-size:20px}nav button.active,nav button:hover{background:#272727;color:#fff}nav button.active{box-shadow:inset 3px 0 var(--yellow)}nav button.active i{color:var(--yellow)}.sync{margin-top:auto;background:#1d1d1f;padding:13px;border:1px solid #2d2d2f;border-radius:9px;display:flex;gap:10px;align-items:center}.sync>span{color:#51c878}.sync b,.sync small{display:block;font-size:11px}.sync small{color:#777;margin-top:3px}main{margin-left:250px;min-height:100vh}header{height:88px;background:#fff;border-bottom:1px solid #e7e7e5;padding:18px 4%;display:flex;justify-content:space-between;align-items:center}header small{font-size:9px;letter-spacing:1.8px;color:#999}header h1{font-size:21px;margin:3px 0}.avatar{border:0;border-radius:50%;width:40px;height:40px;background:var(--yellow);font-weight:800}#content{padding:34px 4%;max-width:1500px;margin:auto}.hero{background:linear-gradient(115deg,#121214,#2a2a2c);border-radius:14px;padding:35px 40px;color:#fff;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}.hero:after{content:'CG';position:absolute;right:22%;font-size:180px;font-weight:900;color:#ffffff05;transform:rotate(-10deg)}.eyebrow{color:#b19114;font-size:9px;letter-spacing:2px;font-weight:800}.hero h2{font-size:27px;margin:10px 0}.hero h2 em{font-style:normal}.hero p{color:#a5a5aa;margin:0}.primary,.secondary{border:0;padding:12px 18px;border-radius:7px;font-weight:700}.primary{background:var(--yellow);color:#151515}.primary:hover{background:#ffd528}.primary.big{padding:15px 22px;z-index:1}.secondary{background:#fff;border:1px solid #ddd}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0 35px}.stats article{background:#fff;border:1px solid #e5e5e3;border-radius:11px;padding:19px;display:flex;align-items:center;gap:13px;position:relative}.stats i,.form-head i,.cards article>i{width:42px;height:42px;background:#f0f0ef;border-radius:8px;display:grid;place-items:center;font-style:normal}.stats i.yellow{background:#fff6cf;color:#a27f00}.stats strong,.stats span{display:block}.stats strong{font-size:23px}.stats span{font-size:11px;color:#747478;margin-top:4px}.stats small{position:absolute;right:14px;top:14px;font-size:8px;color:#aaa}.section-head,.toolbar,.wizard-title,.os-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.section-head h2,.wizard-title h2,.os-head h2{font-size:19px;margin:0 0 6px}.section-head p,.wizard-title p,.toolbar p,.os-head p{color:#888;font-size:12px;margin:0}.link,.backlink{border:0;background:none;color:#806600;font-weight:700;font-size:12px}.table-card,.form-card,.detail,.billing{background:#fff;border:1px solid #e3e3e1;border-radius:11px;overflow:hidden}table{border-collapse:collapse;width:100%;font-size:12px}th{text-align:left;color:#999;font-size:9px;letter-spacing:1px;background:#fafafa}th,td{padding:14px 18px;border-bottom:1px solid #eee}td small{display:block;color:#888;margin-top:4px}.badge{padding:5px 8px;border-radius:20px;background:#fff6d4;color:#806600;font-size:10px}.icon-btn{border:1px solid #ddd;background:white;border-radius:6px;width:30px;height:30px}.empty{text-align:center;padding:60px;background:#fff;border:1px solid #eee;border-radius:12px}.empty>div{font-size:45px;color:#bbb}.empty p{color:#888}.steps{display:flex;margin:0 auto 22px;max-width:720px}.steps>div{flex:1;display:flex;align-items:center;color:#aaa;font-size:10px;font-weight:700}.steps>div:not(:last-child):after{content:'';height:2px;background:#ddd;flex:1;margin:0 8px}.steps>div.on:not(:last-child):after{background:var(--yellow)}.steps i{display:grid;place-items:center;border:2px solid #ccc;width:28px;height:28px;border-radius:50%;font-style:normal;margin-right:6px}.steps .on{color:#111}.steps .on i{background:var(--yellow);border-color:var(--yellow)}.form-card{padding:26px;max-width:950px;margin:auto}.form-head{display:flex;gap:13px;align-items:center;border-bottom:1px solid #eee;padding-bottom:18px;margin-bottom:22px}.form-head i{background:#fff5c8;color:#826700}.form-head h3{margin:0;font-size:16px}.form-head p{margin:4px 0 0;color:#888;font-size:11px}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:1fr 1fr}.grid.three{grid-template-columns:repeat(3,1fr)}label>span{display:block;font-weight:600;font-size:11px;margin-bottom:7px}input,select,textarea{width:100%;border:1px solid #d9d9d7;border-radius:7px;padding:11px;background:#fff;color:#222}textarea{min-height:85px;resize:vertical}.actions{display:flex;justify-content:space-between;border-top:1px solid #eee;margin-top:28px;padding-top:20px}.checkgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:22px}.checkgrid label{border:1px solid #ddd;padding:11px;border-radius:7px;font-size:11px}.checkgrid input{display:none}.checkgrid label>span{display:inline-grid;place-items:center;width:19px;height:19px;border:1px solid #ccc;margin:0 7px 0 0;color:transparent}.checkgrid input:checked+span{background:var(--yellow);border-color:var(--yellow);color:#111}.photos{margin-top:20px}.photos h4{margin-bottom:4px}.photos p{color:#888;font-size:11px}.upload{border:2px dashed #d0d0ce;padding:28px;text-align:center;border-radius:9px;display:block}.upload>b,.upload small{display:block;margin-top:8px}.upload small{color:#888}.upload input{display:none}#previews{display:flex;gap:8px;margin-top:10px;overflow:auto}#previews img{width:90px;height:70px;object-fit:cover;border-radius:6px}.review{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review article{border:1px solid #eee;padding:16px;border-radius:8px}.review span{font-size:9px;color:#999}.review b{display:block;margin:8px 0}.review p{font-size:11px;color:#777}.notice{background:#effaf1;color:#287d38;padding:13px;border-radius:7px;font-size:11px;margin-top:18px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cards article{background:#fff;border:1px solid #e2e2e0;border-radius:10px;padding:18px;display:flex;gap:13px;align-items:center}.cards h3{margin:0 0 5px;font-size:14px}.cards p,.cards small{margin:0;color:#777;font-size:11px}.cards article .icon-btn{margin-left:auto}.backlink{margin-bottom:18px}.os-head>div:last-child{display:flex;gap:8px}.os-grid{display:grid;grid-template-columns:1fr 320px;gap:18px}.detail{padding:22px;margin-bottom:15px}.detail h3,.billing h3{margin-top:0;font-size:15px;border-bottom:1px solid #eee;padding-bottom:14px}.detailgrid{display:grid;grid-template-columns:repeat(3,1fr)}.detailgrid span{display:block;font-size:9px;color:#999;margin-bottom:5px}.detailgrid p{font-size:12px}.detail label{display:block;margin-top:14px}.billing{padding:20px;height:max-content;position:sticky;top:15px}.billing label{display:block;margin-bottom:14px}.total{background:#171719;color:#fff;padding:17px;border-radius:8px;margin:18px 0}.total span{font-size:9px;color:#bbb}.total strong{display:block;color:var(--yellow);font-size:24px;margin-top:5px}.wide{width:100%}.signature canvas{width:100%;height:120px;border:1px dashed #aaa;border-radius:6px;background:#fff;touch-action:none}.signature .link{float:right}.mobile-nav{display:none}.toast{position:fixed;right:20px;bottom:20px;background:#1e1e20;color:white;padding:14px 20px;border-radius:8px;z-index:20}
@media(max-width:850px){aside{display:none}main{margin:0;padding-bottom:72px}header{height:72px;padding:13px 18px}#content{padding:22px 14px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:67px;background:#121214;z-index:10;justify-content:space-around;padding-bottom:env(safe-area-inset-bottom)}.mobile-nav button{flex:1;border:0;background:none;color:#888;font-size:9px}.mobile-nav i,.mobile-nav span{display:block;font-style:normal}.mobile-nav i{font-size:20px;margin-bottom:4px}.mobile-nav .active{color:var(--yellow)}.hero{padding:25px;display:block}.hero .primary{margin-top:22px;width:100%}.stats{grid-template-columns:1fr 1fr;gap:10px}.stats article{padding:15px 11px}.section-head{margin-top:25px}.table-card{overflow:auto}.grid.two,.grid.three,.review{grid-template-columns:1fr}.steps span{display:none}.steps>div:not(:last-child):after{margin:0 4px}.form-card{padding:18px}.checkgrid{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr}.os-grid{grid-template-columns:1fr}.billing{position:static}.detailgrid{grid-template-columns:1fr 1fr}.os-head{align-items:flex-start}.os-head>div:last-child{display:grid}.wizard-title b{font-size:11px}.toolbar{gap:10px}.toolbar .primary{white-space:nowrap}}@media(max-width:430px){.checkgrid{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.detailgrid{grid-template-columns:1fr}.hero h2{font-size:22px}}@media print{aside,header,.mobile-nav,.backlink,.os-head button,#saveOs,#clearSign{display:none!important}main{margin:0}#content{padding:0}.os-grid{grid-template-columns:1fr 280px}.detail,.billing{break-inside:avoid}.os-head{display:flex}.os-head select{border:0}.billing{position:static}}

/* Identidade oficial Cortez Garage */
:root{color-scheme:dark;--yellow:#f5c400;--black:#050505;--panel:#141416;--panel-2:#1b1b1e;--silver:#b9babd;--muted:#8d8e93;color:#f5f5f5;background:#080809}body{background:#080809;color:#f5f5f5}aside{background:#050505;border-right:1px solid #29292c;padding-top:18px}.brand{width:100%;height:158px;padding:4px;border:0;background:transparent;display:grid;place-items:center}.brand img{width:145px;height:145px;object-fit:contain}.brand:hover{background:#111}nav button{color:#a7a7ac}nav button.active,nav button:hover{background:linear-gradient(90deg,#2b260d,#1b1b1d);color:#fff}.sync{background:#121214;border-color:#343438}.sync small{color:#95959a}main{background:radial-gradient(circle at 80% 0,#24210e 0,transparent 28%),#0b0b0c}header{background:rgba(9,9,10,.96);border-color:#303033;color:#fff;position:sticky;top:0;z-index:4}header small{color:#aaa}.header-logo{width:64px;height:64px;object-fit:contain}.hero{min-height:250px;background:linear-gradient(115deg,#111 0,#222 65%,#2f290b);border:1px solid #3c3c3f;box-shadow:0 18px 50px #0007;padding-left:250px}.hero>img{position:absolute;left:25px;width:195px;height:210px;object-fit:contain;filter:drop-shadow(0 8px 12px #000)}.hero:after{content:''}.eyebrow{color:var(--yellow)}.stats article,.table-card,.form-card,.detail,.billing,.empty,.cards article{background:var(--panel);border-color:#343438;color:#f5f5f5}.stats i,.form-head i,.cards article>i{background:#29292d}.stats i.yellow,.form-head i{background:#3b320a;color:var(--yellow)}.stats span,.section-head p,.wizard-title p,.toolbar p,.os-head p,.cards p,.cards small,.review p,.photos p{color:#aaa}th{background:#1b1b1e;color:#aaa}th,td{border-color:#333337}td small{color:#a2a2a7}.badge{background:#3b320a;color:#ffe36a}.primary{box-shadow:0 6px 18px #f5c4001f}.secondary,.icon-btn{background:#242427;color:#eee;border-color:#45454a}.link,.backlink{color:#f5c400}input,select,textarea{background:#202023;color:#fff;border-color:#49494e}input:focus,select:focus,textarea:focus{outline:2px solid #f5c400;outline-offset:1px}.form-head,.actions,.detail h3,.billing h3{border-color:#36363a}.review article{background:#1d1d20;border-color:#39393d}.upload{border-color:#555;background:#1a1a1c}.steps>div:not(:last-child):after{background:#444}.steps .on{color:#fff}.total{background:#050505;border:1px solid #444}.signature canvas{background:#fff}.check-summary span{display:inline-block;margin:4px;padding:7px 9px;background:#28282b;border-radius:6px;color:#aaa}.check-summary .ok{color:#f5c400}.damage span{display:block;color:#aaa;font-size:10px}.toast{border:1px solid #f5c400}.empty{border-style:dashed}
@media(max-width:850px){header{background:#09090a}.header-logo{width:58px;height:58px}.hero{padding:220px 22px 25px;text-align:center}.hero>img{top:8px;left:50%;transform:translateX(-50%);height:205px;width:205px}.mobile-nav{border-top:1px solid #38383b;box-shadow:0 -8px 24px #0008}}
@media(max-width:430px){header h1{font-size:18px}.header-logo{width:52px;height:52px}.hero{padding-top:205px}.hero>img{height:190px}}
@media print{:root{color-scheme:light}body,main{background:#fff;color:#111}.detail,.billing{background:#fff;color:#111;border-color:#ccc}input,select,textarea{background:#fff;color:#111;border-color:#ccc}.header-logo{display:none}}

.header-actions{display:flex;align-items:center;gap:10px}.mobile-sync{display:none;border:1px solid #4b4320;background:#211e0d;color:#fff;border-radius:8px;padding:9px 11px;align-items:center;gap:7px}.mobile-sync>span{color:#51c878}.mobile-sync small{font-size:10px;font-weight:700}
@media(max-width:850px){.mobile-sync{display:flex}}
@media print{.mobile-sync{display:none!important}}

