:root{--purple:#2b0048;--cream:#fbf7ed;--line:#e7dcc9;--green:#24f66f;--yellow:#fff700;--pink:#ff315f;--text:#26003f;--muted:#6f6078;--card:#fffdf7}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--text)}button,input,select,textarea{font:inherit}.login-page{min-height:100vh;background:var(--cream)}.login-banner{height:210px;background:var(--purple);color:#fff;padding:28px;position:relative;overflow:hidden;display:flex;gap:34px;align-items:flex-start}.login-banner:after{content:"";position:absolute;left:-4%;right:-4%;bottom:0;height:92px;background:repeating-linear-gradient(135deg,var(--green) 0 95px,#7b35ff 95px 190px);border-top:16px solid var(--pink);transform:skewY(-4deg);transform-origin:left}.logo{position:relative;z-index:1}.logo-main{font-size:54px;font-weight:1000;font-style:italic;letter-spacing:-5px;color:var(--green);line-height:.82}.logo-sub{font-size:13px;font-weight:1000;letter-spacing:5px;color:var(--yellow);margin-top:10px}.login-banner h1{z-index:1;margin:38px 0 0;font-size:20px}.login-card{width:min(1050px,calc(100% - 32px));margin:300px auto 0;background:var(--card);border:1px solid var(--line);border-radius:30px;box-shadow:0 28px 55px #2b00481f;padding:32px}.kicker{color:var(--pink);letter-spacing:5px;font-weight:1000;font-size:13px}.login-card h2{font-size:52px;font-style:italic;margin:4px 0 8px}.role-card{text-align:left;border:0;background:#fff;min-height:210px;padding:30px 26px;border-radius:24px;border-top:7px solid var(--green);box-shadow:0 8px #ddd6d6;transition:.2s}.role-card span{display:block;margin-top:12px;color:var(--muted);line-height:1.45}.login-form{max-width:520px}.login-form label{display:block;font-weight:800;margin:18px 0}.login-form input{width:100%;padding:15px;border:1px solid var(--line);border-radius:16px}.link-btn{border:0;background:transparent;color:var(--pink);font-weight:900}.error{background:#ffe5eb;color:#a80026;padding:12px;border-radius:14px}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:var(--purple);color:#fff;padding:26px 16px;position:sticky;top:0;height:100vh}.role-pill{margin:24px 0 20px;background:#ffffff20;border:1px solid #ffffff30;border-radius:24px;padding:12px 16px;color:var(--yellow);font-weight:1000}.sidebar nav{display:grid;gap:8px}.sidebar a{color:#fff;text-decoration:none;padding:14px 16px;border-radius:16px;font-weight:900;display:flex;gap:12px;align-items:center}.sidebar a.active,.sidebar a:hover{background:var(--green);color:var(--purple)}.logout{position:absolute;bottom:28px;left:16px;right:16px;border:0;border-radius:16px;background:#ffffff20;color:#fff;padding:14px;font-weight:900}.main-area{min-width:0}.topbar{height:76px;background:var(--card);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;gap:18px;position:sticky;top:0;z-index:5}.topbar b{display:block}.topbar span{color:var(--muted)}.top-actions{display:flex;gap:10px;align-items:center}.notif,.user-chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:12px 18px;font-weight:900}.search-box{position:relative;flex:1;max-width:430px}.search-box input{width:100%;border:1px solid var(--line);border-radius:999px;padding:13px 18px}.search-suggestions{position:absolute;top:52px;left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 50px #0002;overflow:hidden;z-index:10}.search-suggestions button{display:flex;gap:12px;width:100%;border:0;background:#fff;text-align:left;padding:14px 16px}.search-suggestions button:hover{background:#f4f0e8}.page{padding:42px 28px;max-width:1220px;margin:0 auto}.page-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:28px}.page-header h1{font-size:44px;margin:4px 0;font-weight:1000;line-height:1}.subtitle{font-weight:700;color:var(--muted);font-size:18px}.btn{border:0;border-radius:999px;padding:13px 22px;font-weight:1000;cursor:pointer}.btn-primary{background:var(--purple);color:#fff}.btn-secondary{background:#fff;border:2px solid var(--purple);color:var(--purple)}.btn-warning{background:#ffd84d;color:var(--purple)}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px;text-align:left;box-shadow:0 16px 45px #2b004812}.card-click{cursor:pointer;width:100%}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px}.stat-icon{background:var(--green);width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-weight:900}.arrow{float:right;color:var(--pink);font-size:32px}.stats-grid h3{color:var(--muted);margin-bottom:0}.stats-grid strong{font-size:42px;display:block}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:22px;margin-bottom:22px}.two-grid,.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.outline-btn,.open-btn{background:#fff;border:2px solid var(--purple);color:var(--purple);border-radius:999px;padding:10px 18px;font-weight:1000;cursor:pointer}.open-btn:hover,.outline-btn:hover{background:var(--purple);color:#fff}.mini-table{margin-top:18px;border:1px solid var(--line);border-radius:18px;overflow:auto}.mini-table button{display:grid;grid-template-columns:1fr 1fr 1fr .8fr;gap:12px;width:100%;padding:14px;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left}.task-list{display:grid;gap:12px;margin-top:18px}.task-list button,.list-row,.user-row,.rule-row,.notif-row{background:#f3eee6;border:0;border-radius:16px;padding:15px 18px;font-weight:900;display:flex;justify-content:space-between;gap:14px;align-items:center}.insight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.insight-grid div{background:#f3eee6;border-radius:18px;padding:18px}.insight-grid b{display:block;font-size:34px}.badge{display:inline-block;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:1000}.badge-success{background:#d6f8df;color:#007a32}.badge-warning{background:#ffedb8;color:#9a6100}.badge-danger{background:#ffdce3;color:#bf173f}.badge-neutral{background:#ece7ef;color:var(--purple)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:20px;background:#fff}.table-wrap table{border-collapse:collapse;width:100%;min-width:820px}.table-wrap th{background:#f1ece3;text-align:left;color:var(--purple);font-size:13px;letter-spacing:.5px}.table-wrap th,.table-wrap td{padding:16px;border-bottom:1px solid var(--line)}.page-filter{width:100%;max-width:440px;margin-bottom:18px;border:1px solid var(--line);border-radius:999px;padding:14px 18px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b004890;display:grid;place-items:center;z-index:100;padding:18px}.modal{background:var(--card);border-radius:24px;max-width:620px;width:100%;max-height:92vh;overflow:auto;padding:26px;position:relative;box-shadow:0 30px 90px #0005}.modal-wide{max-width:880px}.modal h2{margin-top:0}.modal-close{position:absolute;right:18px;top:16px;border:0;background:#f0ece5;border-radius:50%;width:38px;height:38px;font-size:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px;font-weight:900}.field span{font-size:14px}.input{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 15px;background:#fff}.textarea{min-height:86px;resize:vertical}.form-actions{grid-column:1/-1}.inline-fields{display:grid;grid-template-columns:1fr 90px auto;gap:8px}.part-list{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.part-list span{background:#f3eee6;border-radius:999px;padding:8px 12px;font-weight:800}.card-grid,.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.section-tabs{display:flex;justify-content:space-between;align-items:center;margin:24px 0 14px}.notice{background:#fff5cf;border:1px solid #ffe18a;border-radius:16px;padding:14px}.button-row,.document-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.section-small{margin-top:24px}.history{background:#f3eee6;padding:14px;border-radius:16px;margin:10px 0}.document-preview{background:#fbfaf7;border:1px dashed var(--line);border-radius:18px;padding:20px;white-space:pre-wrap}.upload-btn{border:2px solid var(--purple);border-radius:999px;padding:12px 18px;font-weight:1000}.grn-box{margin-top:22px;border:1px solid var(--line);border-radius:20px;padding:20px;background:#faf8f2}.chart-preview{height:120px;border-radius:18px;background:linear-gradient(120deg,#cbffd8,#ffffbf);display:flex;align-items:end;gap:16px;padding:18px;margin:18px 0}.chart-preview div{width:45px;background:var(--purple);border-radius:8px 8px 0 0}.error-boundary{padding:40px}@media (max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.logout{position:static;margin-top:20px;width:100%}.topbar{height:auto;flex-wrap:wrap;padding:16px}.page{padding:24px 16px}.stats-grid,.dashboard-grid,.two-grid,.settings-grid,.card-grid,.report-grid,.role-grid,.form-grid,.detail-grid{grid-template-columns:1fr}.login-card{margin-top:80px}.login-banner{height:180px}.login-card h2{font-size:38px}.mini-table button{grid-template-columns:1fr}.search-box{order:3;max-width:none;width:100%}}@media (max-width:640px){.logo-main{font-size:42px}.login-banner{height:auto;min-height:150px}.login-card{padding:22px}.page-header{align-items:flex-start;flex-direction:column}.page-header h1{font-size:34px}.top-actions{width:100%;justify-content:space-between}.modal{padding:22px}.inline-fields{grid-template-columns:1fr}.stats-grid strong{font-size:34px}}.login-page{min-height:100vh;height:auto;overflow-x:hidden;background:var(--cream);display:grid;grid-template-rows:auto 1fr}.login-banner{min-height:240px;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#21063e,#1b0736 45%,#14052b);position:relative}.login-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,.03) 0 28px,transparent 28px 56px);opacity:.27;pointer-events:none}.login-banner:after{content:"";position:absolute;left:-14%;right:-14%;bottom:-8px;height:96px;background:linear-gradient(90deg,#ff315f1f,#24f66f14,#7d6bff1a);border-radius:999px;filter:blur(10px);pointer-events:none}.login-banner-inner{position:relative;z-index:2;width:min(1120px,100%);display:grid;gap:18px;padding:24px 28px;justify-items:center;text-align:center;grid-template-columns:1fr}.banner-top{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.banner-copy{display:grid;gap:14px;max-width:720px}.banner-subtitle{margin:0;max-width:640px;font-size:15px;font-weight:500;color:#ffffffd1;line-height:1.6}.banner-chip{min-width:260px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:16px 22px;display:flex;flex-direction:column;justify-content:center;gap:8px;box-shadow:0 18px 40px #00000029;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.banner-chip span{font-size:11px;font-weight:800;color:#b9f5d7;letter-spacing:1px;text-transform:uppercase}.banner-chip strong{font-size:18px;line-height:1.35;color:#f9f8ff}.login-banner h1{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.05;color:#fff;font-weight:900}.login-main{min-height:0;display:flex;align-items:center;justify-content:center;padding:24px 20px 32px}.login-card{position:relative;width:min(1040px,100%);margin:0 auto;padding:32px 34px;border-radius:32px;background:#fffffffa;box-shadow:0 32px 90px #00000014}.login-card:before{content:"";position:absolute;top:-28px;left:-24px;width:180px;height:100px;background:linear-gradient(135deg,#24f66f29,#ff315f1f);transform:rotate(-14deg);border-radius:26px;z-index:-1}.login-card:after{content:"";position:absolute;bottom:-40px;right:-32px;width:200px;height:130px;background:linear-gradient(135deg,#7d6bff24,#ffffff0d);transform:rotate(18deg);border-radius:26px;z-index:-1}.role-card{text-align:left;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#12052ffa,#190738fa);min-height:220px;padding:30px 26px;border-radius:24px;border-top:7px solid var(--green);box-shadow:0 18px 40px #0000002e;transition:.2s}.role-card:hover{transform:translateY(-4px)}.role-card h3{font-size:36px;font-style:italic;margin:0 0 14px;color:#fff;text-transform:uppercase}.role-card b{color:#f4f3ff;display:block;margin-bottom:10px}.role-card span{display:block;margin-top:12px;color:#ffffffb8;line-height:1.6}.login-card h2{font-size:clamp(36px,5vw,58px);margin:6px 0 10px;line-height:.95}.login-form input{background:#fffffff2}.login-form label{color:#160336}.login-help{color:var(--muted)}.login-card{max-height:none;overflow:visible}.login-banner-inner{padding:32px 28px}.login-card h2{font-size:clamp(36px,5vw,58px);line-height:.95;margin:6px 0 10px}.role-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:22px}.role-card{min-height:190px;padding:28px 24px}.role-card h3{font-size:clamp(28px,3.2vw,40px);line-height:1.05}.login-form{max-width:560px;margin:0 auto}.login-form label{margin:14px 0}.login-form input{margin-top:7px}@media (max-width:900px){.login-page{height:auto;min-height:100dvh;overflow:auto}.login-banner{min-height:200px}.login-banner-inner{padding:22px 20px;gap:18px}.banner-copy h1{font-size:clamp(28px,5vw,42px)}.login-main{align-items:flex-start;padding:0 18px 36px;margin-top:-58px}.login-card{max-height:none;padding:26px 24px;margin:0}.role-grid{grid-template-columns:1fr;gap:18px}.role-card{min-height:160px;padding:24px}}@media (max-width:560px){.login-banner{min-height:170px}.login-banner-inner{padding:14px 16px;gap:12px}.banner-copy h1{font-size:28px}.banner-chip{min-width:auto;width:100%}.login-main{padding:0 14px 30px;margin-top:-48px}.login-card{border-radius:24px;padding:20px 18px}.login-card h2{font-size:34px}.kicker{font-size:11px;letter-spacing:4px}.login-help{font-size:15px}.role-card h3{font-size:30px}}.login-page{min-height:100vh;overflow-x:hidden;background:linear-gradient(180deg,#fbf5f2,#f5edf0 38%,#eee5e3)}.login-banner{min-height:280px;padding:0;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#24003f,#1b073a 42%,#14062f);position:relative}.login-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(135deg,rgba(255,255,255,.03) 0 32px,transparent 32px 64px);opacity:.2;pointer-events:none}.login-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top center,rgba(255,49,95,.16),transparent 22%),radial-gradient(circle at 18% 40%,rgba(36,246,111,.12),transparent 20%),radial-gradient(circle at 82% 45%,rgba(255,233,87,.08),transparent 18%);opacity:.95;pointer-events:none}.login-banner-inner{position:relative;z-index:2;width:min(1120px,100%);display:grid;gap:18px;padding:32px 24px;justify-items:center;text-align:center}.banner-copy h1{margin:0;font-size:clamp(38px,4vw,62px);line-height:.96;color:#fff;word-break:break-word}.banner-subtitle{margin:0;max-width:720px;font-size:17px;font-weight:500;color:#ffffffe0;line-height:1.6}.banner-chip{min-width:260px;width:min(100%,360px);background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:18px 24px;display:flex;flex-direction:column;justify-content:center;gap:8px;box-shadow:0 18px 40px #00000029;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.banner-chip span{font-size:11px;font-weight:900;letter-spacing:1px;text-transform:uppercase;color:#d8fef7}.banner-chip strong{font-size:18px;color:#fff;line-height:1.3}.login-main{position:relative;min-height:0;display:flex;align-items:flex-start;justify-content:center;padding:0 22px 56px;margin-top:-90px}.login-main:before{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:calc(100% - 44px);max-width:1080px;height:420px;background:radial-gradient(circle at 50% 30%,rgba(36,246,111,.16),transparent 24%),radial-gradient(circle at 20% 40%,rgba(255,49,95,.12),transparent 20%),radial-gradient(circle at 80% 50%,rgba(255,233,87,.1),transparent 16%);filter:blur(48px);opacity:.9;z-index:0;pointer-events:none}.login-card{position:relative;z-index:1;width:min(1040px,100%);margin:0 auto;padding:34px 36px;border-radius:34px;background:#fffffffa;border:1px solid rgba(36,5,72,.08);box-shadow:0 35px 90px #1704371f}.login-card:before{content:"";position:absolute;top:-28px;left:-26px;width:180px;height:100px;background:linear-gradient(135deg,#24f66f29,#ff315f1f);transform:rotate(-14deg);border-radius:24px;z-index:-1}.login-card:after{content:"";position:absolute;bottom:-36px;right:-30px;width:210px;height:120px;background:linear-gradient(135deg,#ffe95724,#7d6bff1a);transform:rotate(18deg);border-radius:24px;z-index:-1}.login-card h2{font-size:clamp(42px,5vw,62px);font-style:italic;margin:10px 0 8px}.login-help{margin:0;font-size:17px;font-weight:700;color:var(--muted)}.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:24px}.role-card{position:relative;text-align:left;background:#fff;min-height:210px;padding:30px 26px;border-radius:24px;border-top:7px solid var(--green);transition:transform .2s,box-shadow .2s;box-shadow:0 20px 40px #24054814}.role-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px #24054826}.role-card:before{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:linear-gradient(135deg,rgba(36,246,111,.12),transparent 60%);border-bottom-left-radius:80px}.role-card.pink{border-color:var(--pink)}.role-card.green{border-color:var(--green)}.role-card.yellow{border-color:var(--yellow)}.role-card h3{font-size:36px;font-style:italic;margin:0 0 14px;color:var(--purple);text-transform:uppercase}.role-card b{color:#21003d;display:block;margin-bottom:10px}.role-card span{display:block;margin-top:12px;color:var(--muted);line-height:1.6}.login-form label{display:block;font-weight:800;margin:18px 0;color:#1f1143}.login-form input{width:100%;padding:15px;border:1px solid rgba(36,5,72,.12);border-radius:16px;background:#fff}.login-form .btn{width:100%;margin-top:8px}.login-form small{display:block;margin-top:12px;color:var(--muted)}@media (max-width:900px){.login-banner{min-height:200px}.login-banner-inner{padding:22px 20px;gap:18px}.login-banner h1{font-size:clamp(28px,5vw,42px)}.login-main{padding:0 18px 36px;margin-top:-54px}.login-card{padding:26px 24px}.role-grid{grid-template-columns:1fr;gap:18px}.role-card{min-height:160px;padding:24px}}@media (max-width:560px){.login-banner{min-height:160px}.login-banner-inner{padding:14px 16px;gap:12px}.banner-copy h1{font-size:28px}.banner-chip{min-width:auto;width:100%}.login-main{padding:0 14px 30px;margin-top:-48px}.login-card{border-radius:24px;padding:20px 18px}.login-card h2{font-size:34px}.kicker{font-size:11px;letter-spacing:4px}.login-help{font-size:15px}.role-card h3{font-size:30px}}.not-found-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#22003a,#170026);padding:30px;position:relative;overflow:hidden}.not-found-page:before{content:"";position:absolute;top:18%;left:-10%;width:130%;height:100px;background:repeating-linear-gradient(-45deg,#2dfc72 0,#2dfc72 90px,#7d42ff 90px,#7d42ff 180px);transform:rotate(-5deg);opacity:.75}.not-found-card{position:relative;z-index:1;width:min(620px,100%);background:#fffffff0;border-radius:32px;padding:42px;text-align:center;box-shadow:0 30px 80px #0000003d}.not-found-card h1{font-size:7rem;line-height:1;margin:25px 0 0;color:#2b0046}.not-found-card h2{font-size:2rem;margin:0 0 10px;color:#ff3d72}.center{justify-content:center}.btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.report-bar{display:grid;grid-template-columns:150px 1fr 40px;gap:10px;align-items:center;margin:12px 0;font-size:.9rem}.report-bar div{height:12px;background:#eee;border-radius:20px;overflow:hidden}.report-bar i{display:block;height:100%;border-radius:20px;transition:.2s}.report-bar:hover i{filter:brightness(1.08);transform:scaleY(1.15)}.big-number{font-size:2rem;color:#2b0046;display:block;margin:18px 0}.role-pill b{display:block;color:#fff}.role-pill span{display:block;color:var(--yellow);font-size:12px;margin-top:4px}.user-chip{display:grid;gap:2px;text-align:left}.user-chip small{color:var(--muted);font-weight:700}.vehicle-search-zone{position:relative;max-width:760px}.vehicle-search-results,.inline-suggestions{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 50px #0002;overflow:hidden;z-index:20;margin:6px 0 18px;max-width:760px}.inline-suggestions{position:relative;margin-top:6px}.vehicle-search-results button,.inline-suggestions button{display:flex;align-items:center;gap:12px;width:100%;border:0;background:#fff;text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);cursor:pointer}.vehicle-search-results button:hover,.inline-suggestions button:hover{background:#f5f0ff}.vehicle-search-results img,.inline-suggestions img{width:66px;height:42px;object-fit:contain;background:#050505;border-radius:10px}.vehicle-search-results span,.inline-suggestions span{display:grid}.vehicle-search-results small,.inline-suggestions small{color:var(--muted)}.table-vehicle-img{width:80px;height:52px;object-fit:contain;background:#050505;border-radius:12px}.vehicle-form-preview{display:flex;gap:18px;align-items:center;background:linear-gradient(135deg,#f6fff8,#fff5f8);border:1px solid var(--line);border-radius:22px;padding:16px}.vehicle-form-preview img{width:190px;height:110px;object-fit:contain;background:#050505;border-radius:16px}.vehicle-form-preview h3{margin:0 0 6px}.vehicle-placeholder{width:190px;height:110px;border-radius:16px;background:#120029;color:var(--green);display:grid;place-items:center;font-weight:1000;font-style:italic}.vehicle-hero-card{display:flex;gap:22px;align-items:center;background:linear-gradient(135deg,#120029,#2b0048);color:#fff;border-radius:28px;padding:22px;margin-bottom:22px;box-shadow:0 24px 60px #2b00482b}.vehicle-hero-card img{width:min(360px,42vw);height:210px;object-fit:contain;background:#000;border-radius:20px}.vehicle-hero-card h2{font-size:34px;margin:0 0 8px;color:#fff}.vehicle-hero-card p{color:#efeaf7}.history-toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:18px 0}.history-toolbar .input{max-width:240px}.vehicle-report-panel{margin-top:18px}.report-suggestions{position:relative}.guest-page{min-height:100vh;background:linear-gradient(135deg,#22003a,#10001d);padding:38px;display:grid;place-items:center}.guest-card{width:min(1050px,100%)}.guest-page .logo{margin-bottom:18px}.big-number{font-size:34px;color:var(--purple)}@media (max-width:800px){.vehicle-hero-card,.vehicle-form-preview{display:grid}.vehicle-hero-card img,.vehicle-form-preview img,.vehicle-placeholder{width:100%;height:180px}.history-toolbar .input{max-width:none}.guest-page{padding:18px}.role-grid{grid-template-columns:1fr!important}}@media print{.sidebar,.topbar,.page-header .btn,.history-toolbar,.open-btn,.btn{display:none!important}.app-shell{display:block}.page{padding:0;max-width:none}.vehicle-hero-card{background:#fff!important;color:#111!important;box-shadow:none;border:1px solid #ddd}.vehicle-hero-card p{color:#111!important}}.inline-actions{display:flex;gap:8px;flex-wrap:wrap}.editable-parts span{position:relative;padding-right:34px}.part-remove{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:var(--pink);color:#fff;border-radius:50%;width:22px;height:22px;font-weight:1000;cursor:pointer}.part-remove:hover{background:#a80026}.vehicle-wow-card{perspective:1000px;align-items:center}.quad-3d-stage{position:relative;min-width:260px;height:170px;display:grid;place-items:center;transform-style:preserve-3d;transition:.45s ease;cursor:grab}.quad-3d-stage:hover{transform:rotateY(15deg) rotateX(4deg) scale(1.04)}.quad-3d-stage img{position:relative;z-index:2;max-width:250px;max-height:150px;object-fit:contain;filter:drop-shadow(0 22px 18px rgba(0,0,0,.35));animation:vehicleFloat 3.5s ease-in-out infinite}.quad-3d-ring{position:absolute;width:235px;height:80px;border:3px solid rgba(45,252,114,.65);border-radius:50%;transform:rotateX(68deg);box-shadow:0 0 35px #2dfc7273;animation:ringSpin 5s linear infinite}.guest-page .card{max-width:980px}.inline-suggestions button{cursor:pointer}.inline-suggestions button:hover{background:#fff4f7}.notice{background:#fff7d6;border:1px solid #ead26a;border-radius:16px;padding:12px;color:#3b2f00}@keyframes vehicleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes ringSpin{0%{transform:rotateX(68deg) rotate(0)}to{transform:rotateX(68deg) rotate(360deg)}}.parts-map-wrap{min-width:310px;max-width:380px}.parts-map-stage{position:relative;width:100%;height:220px;border-radius:24px;background:radial-gradient(circle at 50% 55%,#2dfc7238,#2b0048eb 62%,#12001f);display:grid;place-items:center;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff24,0 24px 45px #00000052}.parts-map-stage:before{content:"";position:absolute;inset:auto -20% 12px -20%;height:70px;border:2px solid rgba(45,252,114,.45);border-radius:50%;transform:rotateX(68deg);box-shadow:0 0 35px #2dfc724d}.parts-map-stage img{position:relative;z-index:2;max-width:88%;max-height:160px;object-fit:contain;filter:drop-shadow(0 24px 16px rgba(0,0,0,.45));transition:.35s ease}.parts-map-stage:hover img{transform:scale(1.04) translateY(-4px)}.part-hotspot{position:absolute;z-index:4;transform:translate(-50%,-50%);border:0;background:transparent;cursor:pointer;padding:0}.hotspot-dot{width:28px;height:28px;border-radius:999px;background:var(--pink);color:#fff;border:3px solid white;display:grid;place-items:center;font-size:.78rem;font-weight:1000;box-shadow:0 8px 18px #00000059;animation:pulseHotspot 1.8s infinite}.part-hotspot:nth-of-type(2n) .hotspot-dot{background:var(--green);color:#102414}.hotspot-card{position:absolute;left:34px;top:50%;transform:translateY(-50%) scale(.96);width:190px;background:#fff;color:var(--purple);border-radius:16px;padding:12px;text-align:left;box-shadow:0 18px 40px #00000047;opacity:0;pointer-events:none;transition:.2s ease;border-left:5px solid var(--pink)}.hotspot-card b{display:block;font-size:.9rem;margin-bottom:4px}.hotspot-card small{display:block;color:var(--muted);line-height:1.35}.part-hotspot:hover .hotspot-card,.part-hotspot:focus .hotspot-card{opacity:1;transform:translateY(-50%) scale(1)}.parts-map-caption{margin-top:10px;background:#ffffffeb;border:1px solid var(--line);border-radius:16px;padding:12px;color:var(--purple)}.parts-map-caption b{display:block}.parts-map-caption span{display:block;color:var(--muted);font-size:.88rem;margin-top:3px}@keyframes pulseHotspot{0%,to{transform:scale(1);box-shadow:0 8px 18px #00000059,0 0 #ff315f61}50%{transform:scale(1.08);box-shadow:0 8px 18px #00000059,0 0 0 10px #ff315f00}}@media (max-width:800px){.parts-map-wrap{min-width:0;max-width:100%;width:100%}.parts-map-stage{height:210px}.hotspot-card{left:auto;right:34px;width:170px}}.vehicle-image-open{border:0;background:radial-gradient(circle at 50% 55%,#2dfc7229,#2b0048f5 65%,#12001f);border-radius:26px;min-width:310px;height:220px;display:grid;place-items:center;position:relative;overflow:hidden;cursor:pointer;box-shadow:inset 0 0 0 1px #ffffff24,0 24px 45px #00000047;transition:.25s ease}.vehicle-image-open:before{content:"";position:absolute;inset:auto -25% 20px -25%;height:70px;border:2px solid rgba(45,252,114,.45);border-radius:50%;transform:rotateX(68deg);box-shadow:0 0 35px #2dfc7247}.vehicle-image-open img{position:relative;z-index:2;max-width:88%;max-height:165px;object-fit:contain;filter:drop-shadow(0 24px 16px rgba(0,0,0,.45));transition:.25s ease}.vehicle-image-open span{position:absolute;z-index:3;left:18px;bottom:16px;background:#ffffffeb;color:var(--purple);border-radius:999px;padding:8px 13px;font-size:.82rem;font-weight:900;box-shadow:0 10px 24px #0000003d}.vehicle-image-open:hover{transform:translateY(-4px);box-shadow:inset 0 0 0 1px #ffffff38,0 30px 60px #00000059}.vehicle-image-open:hover img{transform:scale(1.06)}.inspection-modal-grid{display:grid;grid-template-columns:minmax(320px,1.15fr) minmax(280px,.85fr);gap:22px;align-items:start}.inspection-map-stage{position:relative;min-height:430px;border-radius:30px;background:radial-gradient(circle at 50% 55%,#2dfc7233,#2b0048f5 64%,#12001f);display:grid;place-items:center;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff29,0 28px 70px #00000052}.inspection-map-stage:before{content:"";position:absolute;inset:auto -20% 42px -20%;height:120px;border:3px solid rgba(45,252,114,.5);border-radius:50%;transform:rotateX(68deg);box-shadow:0 0 45px #2dfc7259}.inspection-map-stage img{position:relative;z-index:2;max-width:88%;max-height:310px;object-fit:contain;filter:drop-shadow(0 34px 22px rgba(0,0,0,.5))}.inspection-info-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 18px 44px #2b00481f}.inspection-info-panel h3{margin:0 0 8px;color:var(--purple);font-size:1.45rem}.inspection-point-list{display:grid;gap:10px;margin-top:16px;max-height:430px;overflow:auto;padding-right:4px}.inspection-point-row span{display:block;color:var(--text);font-size:.9rem;line-height:1.35}.inspection-hotspot .hotspot-card{width:220px}@media (max-width:900px){.inspection-modal-grid{grid-template-columns:1fr}.inspection-map-stage{min-height:330px}.inspection-map-stage img{max-height:230px}.vehicle-image-open{width:100%;min-width:0}.inspection-hotspot .hotspot-card{width:180px}}.clean-vehicle-hero{align-items:center}.normal-vehicle-photo{width:310px;min-height:210px;border-radius:24px;background:#050505;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 38px #2b00482e}.normal-vehicle-photo img{max-width:92%;max-height:180px;object-fit:contain;filter:drop-shadow(0 18px 12px rgba(0,0,0,.38))}.inspect-small-btn{position:absolute;right:14px;bottom:14px;border:0;border-radius:999px;background:#fff;color:var(--purple);font-weight:1000;padding:8px 13px;font-size:.82rem;box-shadow:0 10px 24px #00000047;cursor:pointer}.inspect-small-btn:hover{background:var(--green);transform:translateY(-2px)}.inspection-modal-grid{display:grid;grid-template-columns:1fr;gap:18px}.inspection-map-stage{min-height:520px;border-radius:28px;background:linear-gradient(135deg,#140020,#2b0048);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:26px}.inspection-map-stage:before{content:"";position:absolute;width:76%;height:130px;bottom:38px;border:3px solid rgba(45,252,114,.45);border-radius:50%;transform:rotateX(68deg);box-shadow:0 0 45px #2dfc7257}.inspection-map-stage img{position:relative;z-index:2;max-width:82%;max-height:420px;object-fit:contain;filter:drop-shadow(0 34px 24px rgba(0,0,0,.58))}.inspection-info-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 18px 44px #2b00481f}.inspection-point-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;margin-top:14px}.inspection-point-row{border-left:5px solid var(--pink);background:#fff8fb;border-radius:14px;padding:11px 12px}.inspection-point-row:nth-child(2n){border-left-color:var(--green);background:#f3fff7}.inspection-point-row b{display:block;color:var(--purple);margin-bottom:4px}.inspection-point-row span{display:block;color:var(--text);font-size:.88rem;line-height:1.35}.inspection-point-row small{display:block;color:var(--muted);margin-top:5px;font-weight:800}.inspection-hotspot .hotspot-card{width:235px}@media (max-width:900px){.clean-vehicle-hero{display:block}.normal-vehicle-photo{width:100%;margin-bottom:16px}.inspection-map-stage{min-height:360px;padding:16px}.inspection-map-stage img{max-height:270px;max-width:92%}.inspection-point-list{grid-template-columns:1fr}.inspection-hotspot .hotspot-card{width:180px}}.normal-vehicle-photo{background:#050505!important}.normal-vehicle-photo .inspect-small-btn{display:none!important}.clean-inspect-btn{position:static!important;display:inline-flex!important;align-items:center;justify-content:center;margin-top:12px;border:0;border-radius:999px;background:var(--purple);color:#fff;font-weight:1000;padding:10px 16px;font-size:.9rem;box-shadow:0 10px 24px #2b004833;cursor:pointer}.clean-inspect-btn:hover{background:var(--pink);transform:translateY(-2px)}.inspection-map-stage{background:#050505!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 24px 60px #00000047!important}.inspection-map-stage:before{display:none!important}.inspection-map-stage img{max-width:86%!important;max-height:390px!important;filter:drop-shadow(0 24px 18px rgba(0,0,0,.45))!important}.inspection-hotspot .hotspot-card{z-index:50}@media (max-width:900px){.clean-inspect-btn{width:fit-content}.inspection-map-stage img{max-width:94%!important;max-height:270px!important}}.clean-inspect-btn{background:var(--green)!important;color:#072b14!important}.clean-inspect-btn:hover{background:#21ff7a!important;color:#04160b!important}.inspection-map-stage{overflow:visible!important}.inspection-hotspot .hotspot-card{left:42px!important;right:auto!important;max-width:240px;z-index:9999!important}.inspection-hotspot:nth-child(6) .hotspot-card,.inspection-hotspot:nth-child(7) .hotspot-card{left:auto!important;right:42px!important}@media (max-width:900px){.inspection-hotspot .hotspot-card{left:auto!important;right:42px!important;max-width:170px}}.inspection-map-stage{overflow:hidden!important;padding:26px!important}.inspection-map-stage img{max-width:78%!important;max-height:360px!important}.inspection-hotspot .hotspot-card{display:none!important}.inspection-point-list{margin-top:18px!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:12px!important}.inspection-point-row{box-shadow:0 8px 22px #2b004814}.inspection-info-panel{margin-top:14px!important}@media (max-width:900px){.inspection-map-stage img{max-width:88%!important;max-height:260px!important}}.modal-content,.modal,.modal-body,.inspection-modal-grid{overflow:visible!important}.inspection-map-stage{overflow:visible!important;padding:26px!important;margin:0 70px 20px 20px!important}.inspection-map-stage img{max-width:76%!important;max-height:360px!important}.inspection-hotspot .hotspot-card{display:block!important;opacity:0!important;pointer-events:none!important;position:absolute!important;top:50%!important;transform:translateY(-50%) scale(.96)!important;width:230px!important;background:#fff!important;color:var(--purple)!important;border-radius:16px!important;padding:12px!important;box-shadow:0 18px 40px #00000047!important;border-left:5px solid var(--pink)!important;z-index:99999!important;white-space:normal!important}.inspection-hotspot:hover .hotspot-card,.inspection-hotspot:focus .hotspot-card,.inspection-hotspot:focus-within .hotspot-card{opacity:1!important;transform:translateY(-50%) scale(1)!important}.inspection-hotspot .hotspot-card{left:38px!important;right:auto!important}.inspection-hotspot:nth-of-type(6) .hotspot-card,.inspection-hotspot:nth-of-type(7) .hotspot-card{left:auto!important;right:38px!important}.inspection-hotspot:nth-of-type(1) .hotspot-card,.inspection-hotspot:nth-of-type(3) .hotspot-card{top:70%!important}.inspection-hotspot:nth-of-type(2) .hotspot-card,.inspection-hotspot:nth-of-type(7) .hotspot-card{top:25%!important}.safety-equipment-panel{margin-top:18px;background:linear-gradient(135deg,#fff7d6,#f6fff8);border:1px solid #e7d875;border-radius:24px;padding:18px}.safety-equipment-panel h3{margin:0 0 6px;color:var(--purple)}.safety-equipment-panel p{margin:0 0 14px;color:var(--muted)}.safety-check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.safety-check-card{display:flex;align-items:flex-start;gap:10px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;box-shadow:0 8px 20px #2b004814}.safety-check-card input{margin-top:3px;width:18px;height:18px;accent-color:var(--green)}.safety-check-card b{display:block;color:var(--purple);margin-bottom:3px}.safety-check-card small{display:block;color:var(--muted);line-height:1.35}@media (max-width:900px){.inspection-map-stage{margin:0 0 16px!important;overflow:hidden!important}.inspection-hotspot .hotspot-card{display:none!important}.inspection-map-stage img{max-width:88%!important;max-height:260px!important}}.modal-content{max-height:92vh!important;overflow:auto!important}.inspection-modal-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.inspection-map-stage{min-height:360px!important;max-height:390px!important;margin:0!important;padding:18px!important;border-radius:26px!important;overflow:visible!important}.inspection-map-stage img{max-height:285px!important;max-width:72%!important}.inspection-info-panel{margin-top:0!important;padding:16px 18px!important;border-radius:22px!important}.inspection-info-panel h3{font-size:1.35rem!important;margin-bottom:6px!important}.inspection-info-panel p{font-size:.92rem!important;margin-bottom:10px!important}.inspection-point-list{max-height:none!important;overflow:visible!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.inspection-point-row{padding:9px 11px!important;border-radius:14px!important}.inspection-point-row b{font-size:.9rem!important}.inspection-point-row span{font-size:.82rem!important;line-height:1.28!important}.inspection-point-row small{font-size:.78rem!important}.safety-equipment-panel{margin-top:14px!important;padding:14px 16px!important;border-radius:20px!important}.safety-equipment-panel h3{font-size:1.15rem!important}.safety-equipment-panel p{font-size:.88rem!important;margin-bottom:10px!important}.safety-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.safety-check-card{padding:9px 10px!important;border-radius:14px!important}.safety-check-card b{font-size:.84rem!important}.safety-check-card small{font-size:.76rem!important;line-height:1.25!important}@media (max-width:900px){.inspection-map-stage{min-height:300px!important}.inspection-map-stage img{max-width:88%!important;max-height:230px!important}.inspection-point-list,.safety-check-grid{grid-template-columns:1fr!important}}.modal-content{max-height:90vh!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin}.modal-content::-webkit-scrollbar{width:10px}.modal-content::-webkit-scrollbar-thumb{background:#5bff918c;border-radius:999px}.modal-content::-webkit-scrollbar-track{background:#ffffff14}.inspection-modal-grid{padding-bottom:14px!important}.safety-equipment-panel{margin-bottom:12px!important}.inspection-info-panel{max-height:340px!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:10px!important;scrollbar-width:thin!important;scrollbar-color:#39ff88 rgba(255,255,255,.08)!important}.inspection-info-panel::-webkit-scrollbar{width:8px!important}.inspection-info-panel::-webkit-scrollbar-track{background:#ffffff14!important;border-radius:999px!important}.inspection-info-panel::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#39ff88,#14b866)!important;border-radius:999px!important}.safety-equipment-panel{margin-top:18px!important}.modal-backdrop{overflow-y:auto!important;align-items:flex-start!important;padding-top:24px!important;padding-bottom:24px!important}.modal,.modal-content{max-height:none!important;overflow:visible!important}.inspection-modal-grid{max-height:none!important;overflow:visible!important;padding-bottom:28px!important}.inspection-info-panel{max-height:none!important;overflow:visible!important}.safety-equipment-panel{display:block!important;margin-bottom:32px!important}.checklist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.check-tile{display:flex;align-items:center;gap:8px;background:#fff8fb;border:1px solid var(--line);border-radius:14px;padding:10px 12px;font-weight:800;color:var(--purple)}.check-tile input{width:17px;height:17px;accent-color:var(--green)}.inventory-picker{display:grid;grid-template-columns:1.8fr .7fr auto;gap:12px;align-items:end;margin-top:14px}.inventory-picker select{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px;background:#fff;color:var(--purple);font-weight:800}.part-remove-row{border:0;border-radius:999px;background:var(--pink);color:#fff;padding:7px 10px;font-weight:1000;cursor:pointer}.part-remove-row:hover{filter:brightness(.92)}@media (max-width:800px){.inventory-picker{grid-template-columns:1fr}}.inline-fields{align-items:center}.field .input::placeholder{color:#8b7a98}.part-remove,.part-remove-row{min-width:78px!important;width:auto!important;height:34px!important;border:0!important;border-radius:12px!important;background:var(--pink)!important;color:#fff!important;padding:6px 10px!important;font-size:.78rem!important;font-weight:900!important;line-height:1.1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;white-space:nowrap!important;box-shadow:none!important;position:static!important;transform:none!important}.editable-parts span{padding-right:8px!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.table-wrap td:last-child,.table-wrap th:last-child{min-width:110px;text-align:center}.role-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch}.role-card{min-height:230px}.role-card.mauve,.role-card.guest{border-top-color:#b56cff!important;outline:2px solid rgba(181,108,255,.35);box-shadow:0 8px #b56cff38,0 18px 35px #2b00481a}.role-card.mauve h3,.role-card.guest h3{color:#4b007a}@media (max-width:1100px){.role-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:650px){.login-card{margin-top:220px;padding:22px}.login-card h2{font-size:36px}.role-grid{grid-template-columns:1fr!important}.role-card{min-height:auto}}.role-card.mauve,.role-card.guest{border-top:7px solid #2b0046!important;outline:2px solid #2b0046!important;box-shadow:0 10px 24px #2b00462e!important}.role-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:20px!important;align-items:stretch!important;width:100%!important}.role-card{width:100%!important;min-width:0!important}@media (max-width:1200px){.role-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:700px){.role-grid{grid-template-columns:1fr!important}}.login-card{max-width:1400px!important;width:95%!important}.role-grid{display:flex!important;flex-wrap:nowrap!important;justify-content:space-between!important;align-items:stretch!important;gap:18px!important;width:100%!important}.role-grid .role-card{flex:1 1 0!important;width:24%!important;min-width:0!important;max-width:none!important}.role-card.guest,.role-card.mauve{border-color:#2b0046!important;outline:2px solid #2b0046!important}@media (max-width:1100px){.role-grid{flex-wrap:wrap!important}.role-grid .role-card{width:48%!important;flex:0 0 48%!important}}@media (max-width:700px){.role-grid .role-card{width:100%!important;flex:0 0 100%!important}}.role-card.guest,.role-card.mauve{border-top:7px solid #2b0046!important;border-color:#2b0046!important;outline:2px solid #2b0046!important;box-shadow:0 10px 24px #2b00462e!important}.role-card.guest{border:3px solid #2b0046!important;border-top:7px solid #2b0046!important;outline:none!important}.role-card.guest *{border-color:#2b0046!important}.role-card.guest{border:4px solid #2b0046!important;border-top:8px solid #2b0046!important;box-shadow:0 8px #2b004626!important}.role-card.guest{border:4px solid #2b0046!important;border-top:8px solid #2b0046!important;background:#fff!important}.role-card.guest:hover{border-color:#2b0046!important}.role-card.guest{border-color:#2b0046!important;border-top-color:#2b0046!important}.app-shell{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:100vh;width:100%}.sidebar{width:320px;min-width:320px;height:100vh;position:sticky;top:0;overflow-y:auto;padding-bottom:120px}.sidebar nav{margin-top:22px;display:grid;gap:10px}.logout{position:fixed;left:24px;bottom:28px;width:260px;z-index:20}.main-area{min-width:0;width:100%;overflow-x:hidden}.page{max-width:none;width:100%;padding:34px 28px;margin:0}.table-wrap{width:100%;overflow-x:auto;border-radius:18px}.table-wrap table{width:100%;min-width:1050px;border-collapse:collapse}.table-wrap th,.table-wrap td{vertical-align:middle;padding:18px 20px}.table-wrap td{font-size:15px}.table-vehicle-img{width:120px!important;height:75px!important;object-fit:contain;background:#050505;border-radius:14px;display:block;padding:4px}.vehicle-search-results img,.inline-suggestions img{width:90px;height:58px;object-fit:contain;background:#050505;border-radius:12px;padding:4px}img{color:transparent}.open-btn{min-width:130px;padding:13px 22px;border-radius:999px;font-weight:900;background:#fff;color:var(--purple);border:2px solid var(--purple);cursor:pointer}.open-btn:hover{background:var(--purple);color:#fff}.table-wrap td:nth-child(3),.table-wrap td:nth-child(5){max-width:180px;word-break:normal}@media (max-width: 980px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;width:100%;min-width:0;height:auto;padding-bottom:20px}.logout{position:static;width:100%;margin-top:20px}.page{padding:24px 16px}}.vehicle-img-box{width:150px;height:95px;background:#050505;border-radius:18px;overflow:hidden;display:flex;align-items:center;justify-content:center}.vehicle-img-box .table-vehicle-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block;border-radius:18px;background:#050505;padding:0!important}.table-wrap td:nth-child(2){width:170px}.normal-vehicle-photo{width:280px;height:180px;background:#050505;border-radius:24px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.normal-vehicle-photo img{width:100%;height:100%;object-fit:cover;display:block}.inspection-map-stage{position:relative;min-height:420px;background:#050505;border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center}.inspection-map-stage img{width:100%;height:100%;min-height:420px;object-fit:contain;display:block;background:#050505}.normal-vehicle-photo img,.inspection-map-stage img{color:transparent}.clean-vehicle-hero{display:flex!important;align-items:center!important;gap:28px!important;min-height:260px!important}.clean-vehicle-hero .normal-vehicle-photo{width:320px!important;height:210px!important;min-width:320px!important;min-height:210px!important;max-width:320px!important;max-height:210px!important;background:#050505!important;border-radius:22px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;box-shadow:none!important}.clean-vehicle-hero .normal-vehicle-photo img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;display:block!important;background:#050505!important;border-radius:22px!important;padding:10px!important;filter:none!important}.vehicle-form-preview{display:flex!important;align-items:center!important;gap:22px!important}.vehicle-form-preview>div:first-child{width:190px!important;height:120px!important;min-width:190px!important;background:#050505!important;border-radius:18px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important}.vehicle-form-preview img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;display:block!important;background:#050505!important;border-radius:18px!important;padding:8px!important;filter:none!important}.inspection-map-stage{background:#050505!important;overflow:hidden!important}.inspection-map-stage img{width:100%!important;height:100%!important;max-width:90%!important;max-height:360px!important;object-fit:contain!important;background:#050505!important;filter:none!important}.normal-vehicle-photo img,.vehicle-form-preview img,.inspection-map-stage img,.table-vehicle-img{color:transparent!important}@media (max-width: 900px){.clean-vehicle-hero{display:grid!important}.clean-vehicle-hero .normal-vehicle-photo{width:100%!important;max-width:100%!important;min-width:0!important;height:220px!important}.vehicle-form-preview{display:grid!important}.vehicle-form-preview>div:first-child{width:100%!important;min-width:0!important;height:180px!important}}.part-search-picker{position:relative;display:grid;gap:8px}.part-search-results{position:absolute;top:54px;left:0;right:0;z-index:9999;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 45px #2b00482e;overflow:hidden;max-height:300px;overflow-y:auto}.part-search-results button{width:100%;border:0;background:#fff;text-align:left;padding:12px 14px;display:grid;gap:3px;cursor:pointer;border-bottom:1px solid var(--line)}.part-search-results button:hover{background:#f6fff8}.part-search-results b{color:var(--purple)}.part-search-results span{font-weight:900;color:var(--text)}.part-search-results small{color:var(--muted)}.part-search-actions{display:grid;grid-template-columns:100px auto;gap:8px}.assessment-cost-summary{background:#f6fff8;border:1px solid #bdf5cf;border-radius:16px;padding:14px 16px;font-weight:1000;color:var(--purple)}.editable-parts span{border-radius:16px!important;padding:10px 12px!important;background:#fff8fb!important;border:1px solid var(--line);display:inline-flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.required-parts-clean-table table{width:100%;min-width:0!important;table-layout:fixed}.required-parts-clean-table th,.required-parts-clean-table td{white-space:normal!important;word-break:break-word}.assessment-detail-clean .table-wrap{overflow-x:visible!important}.required-parts-clean-table{width:100%;overflow:visible!important}.required-parts-clean-table .table-wrap{overflow:visible!important}.required-parts-clean-table table{width:100%!important;min-width:0!important;table-layout:fixed!important}.required-parts-clean-table th,.required-parts-clean-table td{white-space:normal!important;word-break:break-word!important;padding:12px 10px!important;font-size:12px!important}.storekeeper-price-preview{background:#f6fff8;border:1px solid #bdf5cf;border-radius:16px;padding:10px 12px;display:grid;gap:2px;color:var(--purple);min-width:150px}.storekeeper-price-preview span,.storekeeper-price-preview small{color:var(--muted);font-size:12px;font-weight:800}.storekeeper-price-preview b{font-size:16px}.assessment-cost-summary{background:#f6fff8;border:1px solid #bdf5cf;border-radius:16px;padding:14px 16px;font-weight:1000;color:var(--purple);margin-bottom:14px}.inventory-picker{grid-template-columns:1.5fr .5fr .8fr auto!important}@media (max-width: 900px){.inventory-picker{grid-template-columns:1fr!important}}.suggestion-panel{position:absolute;z-index:20;background:#fff;border:1px solid rgba(43,0,70,.14);box-shadow:0 18px 45px #2b004624;border-radius:16px;margin-top:8px;max-height:260px;overflow:auto;min-width:min(420px,90vw);padding:8px;display:flex;flex-direction:column;gap:6px}.field{position:relative}.suggestion-panel button{border:0;background:#faf7ff;border-radius:12px;padding:10px 12px;display:flex;justify-content:space-between;gap:12px;cursor:pointer;text-align:left;color:#2b0046}.suggestion-panel button:hover{background:#f1e8ff}.suggestion-panel span{color:#706784;font-size:.86rem}.tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 20px}.tabs button{border:1px solid rgba(43,0,70,.16);background:#fff;border-radius:999px;padding:12px 18px;font-weight:800;color:#2b0046;cursor:pointer}.tabs button.active{background:#2b0046;color:#fff}.metric-card{display:flex;flex-direction:column;gap:6px}.metric-card span{font-size:.8rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#706784}.metric-card b{font-size:1.7rem;color:#2b0046}.metric-card small{color:#706784}.mini-bar{display:grid;gap:7px;margin:12px 0}.mini-bar>div{display:flex;justify-content:space-between;gap:12px;color:#2b0046}.mini-bar i{height:10px;border-radius:999px;background:#eee4f8;overflow:hidden}.mini-bar em{display:block;height:100%;background:linear-gradient(90deg,#2dfc72,#7d42ff);border-radius:inherit}.report-actions{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 18px}.form-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.notice.success{background:#ecfff3;border:1px solid #2dfc72;color:#114d24;border-radius:14px;padding:12px 14px;font-weight:800}@media (max-width:1000px){.form-grid.five{grid-template-columns:repeat(2,minmax(0,1fr))}.login-card [style*="repeat(3"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:680px){.form-grid.five{grid-template-columns:1fr}.login-card [style*="repeat(3"]{grid-template-columns:1fr!important}}.multi-mechanics-picker{display:flex;flex-direction:column;gap:10px}.selected-chips button{border:1px solid rgba(47,16,77,.14);background:#f7f1ff;color:#2f104d;border-radius:999px;padding:7px 10px;display:inline-flex;gap:8px;align-items:center;cursor:pointer;font-weight:800}.selected-chips button b{color:#ff2d75}.suggestion-panel,.part-search-results{z-index:20;max-height:260px;overflow:auto}.mini-table{max-height:560px;overflow:auto}.report-page .metric-card{min-height:110px}.global-loading-bar{position:fixed;top:0;left:0;right:0;height:4px;z-index:9999;overflow:hidden;background:#24f66f26}.global-loading-bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:38%;background:linear-gradient(90deg,transparent,#24f66f,transparent);animation:loadingSlide 1.1s linear infinite}@keyframes loadingSlide{0%{transform:translate(-110%)}to{transform:translate(280%)}}.app-toast{position:fixed;right:24px;bottom:24px;z-index:9999;max-width:min(460px,calc(100vw - 36px));display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:18px;box-shadow:0 18px 50px #2000312e;font-weight:800;border:1px solid rgba(255,255,255,.45);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-toast-success{background:#e2ffedf5;color:#063f1c}.app-toast-error{background:#ffe5ebf5;color:#780b28}.app-toast button{border:0;border-radius:999px;width:26px;height:26px;cursor:pointer;font-size:18px;font-weight:900;background:#ffffffbf;color:inherit}.status-flow-card{border-left:6px solid #24f66f}.success-notice{background:#eafff0;border:1px solid rgba(36,246,111,.45);color:#083f1b;border-radius:18px;padding:14px 16px;font-weight:800}button:disabled,.input:disabled{opacity:.58;cursor:not-allowed}.multi-mechanics-picker{display:grid;gap:10px}.selected-chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-height:34px}.selected-chips button{border:1px solid rgba(46,4,78,.18);background:#f4ecfb;color:#2b004b;border-radius:999px;padding:7px 10px;display:inline-flex;align-items:center;gap:8px;font-weight:800;cursor:pointer}.selected-chips button b{background:#2b004b;color:#fff;border-radius:999px;width:18px;height:18px;display:inline-grid;place-items:center;line-height:1}.selected-chips small{color:#75647f}.form-warning{display:block;margin-top:8px;color:#d11852;font-weight:700;font-size:12px}.mechanic-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.mechanic-chip-list button{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(45,0,77,.18);background:#f4edfb;border-radius:999px;padding:8px 12px;font-weight:800;color:#2d004d;cursor:pointer}.mechanic-chip-list button b{font-size:16px;color:#d11852}.multi-mechanics-picker select.input{width:100%}.report-page .page-header,.dashboard-analytics-page .page-header{margin-bottom:22px}.report-hero-card{background:linear-gradient(135deg,#fffffff5,#f5efe4e6);border:1px solid rgba(39,0,65,.08);box-shadow:0 24px 70px #27004114}.report-filter-head,.report-apply-row,.report-export-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.report-filter-head h2{margin-bottom:4px}.report-export-actions{justify-content:flex-end}.report-apply-row{margin-top:16px;padding-top:14px;border-top:1px solid rgba(39,0,65,.08)}.report-apply-row span{color:#6f6579;font-weight:800;font-size:.9rem}.form-grid.six{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.analytics-grid .metric-card,.metric-card{position:relative;overflow:hidden;min-height:138px;border:1px solid rgba(39,0,65,.08);background:linear-gradient(135deg,#fffdf7,#fff)}.metric-card:after,.kpi-card:after{content:"";position:absolute;right:-30px;top:-30px;width:110px;height:110px;border-radius:999px;background:#25f05a2e}.metric-card span{display:block;color:#6a5d76;font-weight:900;text-transform:uppercase;letter-spacing:.09em;font-size:.78rem}.metric-card b{display:block;margin:10px 0 6px;font-size:clamp(1.7rem,3vw,2.65rem);color:#270041;font-weight:1000}.metric-card small{color:#7e7389;font-weight:700}.report-chart-grid{align-items:stretch}.chart-card{min-height:330px;border:1px solid rgba(39,0,65,.08);background:#fffdf7}.chart-card .card-head{margin-bottom:18px}.chart-card h2,.report-result-card h2{margin-bottom:3px}.report-bar-row{margin:13px 0}.report-bar-row>div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px;font-size:.92rem}.report-bar-row b{color:#270041;font-weight:1000}.report-bar-row span{color:#5d5266;font-weight:900}.report-bar-row i{display:block;height:12px;border-radius:99px;background:#efe7da;overflow:hidden;box-shadow:inset 0 1px 2px #27004114}.report-bar-row em{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#25f05a,#6d35ff,#ff3d7f);min-width:4px}.dashboard-bar em{background:linear-gradient(90deg,#6d35ff,#ff3d7f)}.donut-wrap{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;min-height:220px}.donut{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;position:relative;box-shadow:0 12px 35px #2700411a}.donut:after{content:"";position:absolute;width:86px;height:86px;border-radius:50%;background:#fffdf7}.donut span{position:relative;z-index:1;font-size:1.6rem;font-weight:1000;color:#270041}.donut-legend p{display:grid;grid-template-columns:14px 1fr auto;gap:8px;align-items:center;margin:8px 0;color:#5d5266;font-weight:800}.donut-legend b{width:12px;height:12px;border-radius:4px}.donut-legend span{color:#270041;font-weight:1000}.report-result-card{overflow:hidden}.report-result-card .table-wrap{margin-top:10px}.kpi-card{position:relative;overflow:hidden}.kpi-card.kpi-success .stat-icon,.metric-card:nth-child(1):after{background:#25f05a47}.kpi-card.kpi-warning .stat-icon{background:#f6c94542}.kpi-card.kpi-danger .stat-icon{background:#ff3d7f2e}.kpi-card strong{letter-spacing:-.04em}.dashboard-analytics-page .report-chart-grid .chart-card{min-height:300px}@media (max-width: 1100px){.form-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))}.donut-wrap{grid-template-columns:1fr;justify-items:center}}@media (max-width: 760px){.form-grid.six{grid-template-columns:1fr}.report-filter-head,.report-apply-row,.report-export-actions{align-items:stretch}.report-export-actions .btn,.report-apply-row .btn{width:100%}}@media print{.sidebar,.topbar,.report-filters,.report-export-actions,.open-btn,.outline-btn,.btn{display:none!important}.page{padding:0!important}.card{box-shadow:none!important;border:1px solid #ddd!important;break-inside:avoid}body{background:#fff!important}}.metric-card,.analytics-grid .metric-card,.chart-card,.report-hero-card{background:var(--card)!important;border:1px solid var(--line)!important;box-shadow:0 16px 45px #2b004812!important}.metric-card:after,.kpi-card:after,.report-hero-card:after,.chart-card:after,.card:after{display:none!important;content:none!important}.admin-analytics-page .stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.no-border{border-top:0!important;padding-top:0!important;margin-top:0!important}.upload-panel{grid-column:1 / -1;border:1px dashed var(--line);background:#fff;border-radius:20px;padding:16px;display:grid;gap:12px}.upload-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.upload-panel-head b{display:block;color:var(--purple)}.upload-panel-head span{color:var(--muted);font-weight:700;font-size:13px}.upload-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.upload-actions small{color:var(--muted);font-weight:800}.upload-list{display:flex;flex-wrap:wrap;gap:8px}.upload-list a{background:#f3eee6;border-radius:999px;padding:8px 12px;color:var(--purple);font-weight:900;text-decoration:none}.hidden-file{display:none}.report-page .table-wrap table{min-width:1080px}.report-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:22px}@media (max-width:1100px){.admin-analytics-page .stats-grid,.report-chart-grid,.form-grid.four{grid-template-columns:1fr 1fr}}@media (max-width:760px){.admin-analytics-page .stats-grid,.report-chart-grid,.form-grid.two,.form-grid.four{grid-template-columns:1fr}}.metric-card:after,.kpi-card:after,.card:after,.chart-card:after{display:none!important;content:none!important}.same-row-stats{display:grid;gap:18px;margin-bottom:22px}.admin-stats-grid{grid-template-columns:repeat(6,minmax(150px,1fr))!important}.mechanic-stats-grid{grid-template-columns:repeat(5,minmax(150px,1fr))!important}.admin-analytics-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.report-page .admin-analytics-kpis{grid-template-columns:repeat(6,minmax(140px,1fr))}.chart-grid{display:grid;gap:22px;margin-bottom:22px}.two-column-charts{grid-template-columns:repeat(2,minmax(0,1fr))}.live-chart-card{min-height:360px;overflow:hidden}.live-chart-card .card-head{margin-bottom:14px;align-items:flex-start}.live-chart-card .card-head h2{margin:0 0 4px}.live-chart-card .card-head p{margin:0;color:var(--muted);font-weight:700;font-size:13px}.chart-box{height:270px;width:100%;margin-top:8px}.empty-chart{height:100%;display:grid;place-items:center;background:#f3eee6;border-radius:18px;color:var(--muted);font-weight:900}.bar-list-chart{display:grid;gap:12px;height:100%;align-content:start;overflow:auto;padding-right:4px}.bar-list-row{display:grid;gap:7px}.bar-list-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:13px}.bar-list-meta b{color:var(--purple);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-list-meta span{color:var(--muted);font-weight:900;white-space:nowrap}.bar-list-track{height:11px;border-radius:999px;background:#efe7da;overflow:hidden}.bar-list-track em{display:block;height:100%;min-width:5px;border-radius:999px;background:linear-gradient(90deg,var(--green),#6f3cff,var(--pink))}.next-actions-panel{display:grid;gap:12px;height:100%;align-content:start}.next-actions-panel button{background:#f3eee6;border:0;border-radius:16px;padding:14px 16px;text-align:left;color:var(--purple);font-weight:900;display:flex;justify-content:space-between;gap:12px}.report-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.report-filter-head h2{margin:0 0 4px}.report-filter-head p{margin:0;color:var(--muted);font-weight:700}.report-export-actions{display:flex;gap:10px;flex-wrap:wrap}.professional-report-filters{margin-bottom:22px}.report-apply-row{display:flex;align-items:end}.report-apply-row .btn{width:100%}.form-grid.six{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr .9fr}.report-result-card{margin-top:22px}.report-result-card .table-wrap{margin-top:12px}.recharts-wrapper text{font-family:Inter,Arial,sans-serif;font-size:12px;fill:var(--muted)}.recharts-default-tooltip{border-radius:14px!important;border:1px solid var(--line)!important;box-shadow:0 16px 35px #2b004820!important}@media (max-width:1280px){.admin-stats-grid,.mechanic-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.report-page .admin-analytics-kpis,.form-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.two-column-charts{grid-template-columns:1fr}.admin-analytics-kpis,.report-page .admin-analytics-kpis,.admin-stats-grid,.mechanic-stats-grid{grid-template-columns:1fr 1fr!important}.report-filter-head{flex-direction:column}}@media (max-width:640px){.admin-analytics-kpis,.report-page .admin-analytics-kpis,.admin-stats-grid,.mechanic-stats-grid{grid-template-columns:1fr!important}.form-grid.six{grid-template-columns:1fr}.chart-box{height:240px}}@media print{.chart-grid{grid-template-columns:1fr 1fr!important}.chart-box{height:220px!important}}.clickable-chart,.interactive-bar-list .bar-list-row,.interactive-chart-slice{cursor:pointer}.clickable-chart:hover,.interactive-bar-list .bar-list-row:hover{transform:translateY(-2px);box-shadow:0 16px 45px #2b004829}.interactive-chart-box .recharts-wrapper{cursor:crosshair}.selected-insight{display:inline-block;margin-top:8px;background:#f3eee6;border:1px solid var(--line);border-radius:999px;padding:7px 12px;font-weight:900;color:var(--purple)}.role-report-kpis{align-items:stretch}.role-report-charts .chart-card{min-height:340px}.interactive-bar-list button{border:0;background:transparent;width:100%;text-align:left;padding:0}.interactive-bar-list .bar-list-row{display:block;border-radius:14px;padding:8px 10px;transition:.18s}.interactive-bar-list .bar-list-row:hover{background:#f6f0ff}.same-row-stats.mechanic-stats-grid{grid-template-columns:repeat(5,minmax(145px,1fr))!important}.mechanic-stats-grid .metric-card,.mechanic-stats-grid .card{min-height:130px}.report-page .report-result-card .table-wrap{max-height:520px;overflow:auto}@media (max-width:1300px){.same-row-stats.mechanic-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:760px){.same-row-stats.mechanic-stats-grid{grid-template-columns:1fr!important}.role-report-charts .chart-card{min-height:300px}}.advanced-part-picker{align-items:end;grid-template-columns:minmax(260px,2fr) minmax(100px,.6fr) auto}.validate-check{display:inline-flex;align-items:center;gap:6px;font-weight:900;color:var(--primary, #2b0047)}.validate-check input{width:18px;height:18px;accent-color:#25f05a}.muted{color:#71627e;font-weight:600}.three-column-charts{grid-template-columns:repeat(3,minmax(0,1fr))}.report-kpi-grid{grid-template-columns:repeat(6,minmax(140px,1fr))}.reports-page .table-wrap{overflow:auto;max-height:560px}.link-btn{border:0;background:transparent;color:var(--purple);font-weight:900;cursor:pointer;padding:0}.link-btn:hover{text-decoration:underline}@media (max-width: 1360px){.three-column-charts{grid-template-columns:repeat(2,minmax(0,1fr))}.report-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.three-column-charts,.two-column-charts{grid-template-columns:1fr}.report-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page{padding:18px}}@media (max-width: 640px){.report-kpi-grid{grid-template-columns:1fr}.form-grid.six{grid-template-columns:1fr!important}.report-export-actions{width:100%}.report-export-actions .btn{flex:1}.table-wrap table{min-width:900px}}.report-toolbar{align-items:end;gap:12px;flex-wrap:wrap}.report-toolbar .field,.report-toolbar label{min-width:150px}.report-toolbar .form-actions{display:flex;gap:8px;flex-wrap:wrap}.compact-toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.compact-toolbar button{border:1px solid rgba(43,0,72,.15);background:#fff;color:var(--ink, #2b0048);padding:10px 14px;border-radius:999px;font-weight:800;cursor:pointer}.compact-toolbar button.active,.compact-toolbar button:hover{background:var(--primary, #2b0048);color:#fff}.clickable-card,.bar-list-row{cursor:pointer}.analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:18px 0}.chart-card .chart-box{height:300px}.chart-card .card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.chart-card h2{margin:0}.chart-card p{margin:4px 0 0;color:var(--muted, #6c6474)}.empty-chart{height:100%;display:flex;align-items:center;justify-content:center;color:var(--muted, #6c6474);font-weight:700}.bar-list-chart{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow:auto;padding-right:4px}.bar-list-row{display:block;width:100%;border:0;background:transparent;text-align:left;padding:0}.bar-list-meta{display:flex;justify-content:space-between;gap:12px;font-size:13px;margin-bottom:4px}.bar-list-meta b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-list-track{background:#2b004817;height:10px;border-radius:999px;overflow:hidden}.bar-list-track em{display:block;height:100%;background:linear-gradient(90deg,#24f66f,#6f3cff);border-radius:999px}.mechanic-dashboard-row{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 1100px){.analytics-grid{grid-template-columns:1fr}.mechanic-dashboard-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.metrics-grid,.mechanic-dashboard-row{grid-template-columns:1fr!important}.chart-card .chart-box{height:260px}.report-toolbar .field,.report-toolbar label{min-width:100%}}@media print{.sidebar,.topbar,.toolbar,.tabs,.form-actions,button{display:none!important}.analytics-grid{grid-template-columns:1fr}.chart-card,.card{break-inside:avoid}}.support-grid{display:grid;grid-template-columns:minmax(320px,460px) 1fr;gap:18px;align-items:start}.support-grid-admin{grid-template-columns:1fr}.support-ticket-list{display:grid;gap:14px;margin-top:16px}.support-ticket{border:1px solid rgba(43,0,72,.12);background:#ffffffc2;border-radius:22px;padding:16px}.support-ticket-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.support-ticket-head b{display:block;font-size:15px}.support-ticket-head span{display:block;margin-top:3px;font-weight:800;color:var(--ink, #2b0048)}.support-badges{display:flex;gap:6px;flex-wrap:wrap}.support-meta{margin-top:10px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;font-size:12px;color:var(--muted, #6c6474)}.support-message{margin:12px 0;line-height:1.5}.support-admin-tools{display:grid;grid-template-columns:1fr auto auto auto;gap:8px;align-items:center;margin-top:12px}@media (max-width:1100px){.support-grid{grid-template-columns:1fr}.support-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.support-admin-tools{grid-template-columns:1fr}}@media (max-width:700px){.support-meta{grid-template-columns:1fr}}.dashboard-original-layout .dashboard-metrics-grid{display:grid!important;grid-template-columns:repeat(5,minmax(170px,1fr))!important;gap:16px!important;margin:18px 0!important;align-items:stretch!important}.dashboard-original-layout .dashboard-kpi-card,.dashboard-original-layout .metric-card.dashboard-kpi-card{min-height:132px!important;height:auto!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:20px!important;border-radius:22px!important;background:#fffdf7!important;border:1px solid rgba(43,0,72,.12)!important;box-shadow:0 12px 32px #2b00480b!important;overflow:hidden!important}.dashboard-original-layout .dashboard-kpi-card:after{display:none!important}.dashboard-original-layout .dashboard-kpi-card span{font-size:.78rem!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:#6a5d76!important;font-weight:900!important}.dashboard-original-layout .dashboard-kpi-card b{font-size:2rem!important;line-height:1!important;margin:8px 0!important;color:#270041!important}.dashboard-original-layout .dashboard-kpi-card small{color:#7e7389!important;font-weight:800!important}.dashboard-original-layout .dashboard-chart-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin-top:18px!important}.dashboard-original-layout .dashboard-chart-card{min-height:360px!important;padding:20px!important;border-radius:22px!important;background:#fffdf7!important;border:1px solid rgba(43,0,72,.12)!important;box-shadow:0 12px 32px #2b00480b!important}.dashboard-original-layout .dashboard-chart-card .chart-box{height:270px!important}.dashboard-original-layout .chart-card-head{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;margin-bottom:12px!important}.dashboard-original-layout .chart-card-head h2{margin:0!important;font-size:1.08rem!important;color:#270041!important}.dashboard-original-layout .chart-card-head p{margin:3px 0 0!important;color:#6f6579!important;font-weight:700!important;font-size:.82rem!important}.dashboard-original-layout .chart-card-tools{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important}.chart-period-select{border:1px solid rgba(43,0,72,.16);background:#fff;color:#270041;border-radius:999px;padding:8px 12px;font-weight:900;outline:none}.analytics-tooltip{background:#fffdf7;color:#270041;border:1px solid rgba(43,0,72,.16);border-radius:14px;padding:10px 12px;box-shadow:0 12px 30px #2b00481f;display:grid;gap:4px;font-size:.86rem}.analytics-tooltip b{color:#270041;font-size:.95rem}.analytics-tooltip span{color:#5f5569;font-weight:800}.bar-list-row-static{display:block;width:100%;border:0;background:transparent;text-align:left;padding:0}@media (max-width: 1350px){.dashboard-original-layout .dashboard-metrics-grid{grid-template-columns:repeat(3,minmax(170px,1fr))!important}}@media (max-width: 1100px){.dashboard-original-layout .dashboard-chart-grid{grid-template-columns:1fr!important}}@media (max-width: 760px){.dashboard-original-layout .dashboard-metrics-grid{grid-template-columns:1fr!important}.dashboard-original-layout .chart-card-head{flex-direction:column!important}.dashboard-original-layout .dashboard-chart-card .chart-box{height:250px!important}}.tooltip-plate-list{margin-top:8px;padding-top:7px;border-top:1px solid rgba(43,0,72,.12);display:grid;gap:3px;max-height:220px;overflow:auto}.tooltip-plate-list strong{color:#270041;font-size:.82rem}.tooltip-plate-list span{color:#5f5569;font-weight:800;white-space:nowrap}.analytics-tooltip{min-width:190px}.mechanic-dashboard-row,.page .mechanic-dashboard-row{display:grid!important;grid-template-columns:repeat(4,minmax(180px,1fr))!important;gap:16px!important;margin:18px 0!important}.mechanic-dashboard-row .metric-card,.mechanic-dashboard-row .dashboard-kpi-card{min-height:132px!important;height:auto!important;padding:20px!important;border-radius:22px!important;background:#fffdf7!important;border:1px solid rgba(43,0,72,.12)!important;box-shadow:0 12px 32px #2b00480b!important}.support-page .support-grid{grid-template-columns:minmax(430px,520px) 1fr!important;gap:22px!important}.support-page .support-grid>.card:first-child{padding:28px!important}.support-page .support-grid input,.support-page .support-grid select,.support-page .support-grid textarea{min-height:48px!important;font-size:.98rem!important}.support-page .support-grid textarea{min-height:120px!important;resize:vertical!important;line-height:1.45!important}.support-page .support-grid .form-grid{gap:16px!important}.guest-ticket-hero-card img.guest-ticket-image{background:#f4efef!important;object-fit:cover!important;object-position:center!important}.recharts-label{font-weight:800;fill:#6f6078;font-size:11px}.analytics-tooltip{max-width:360px}@media (max-width: 1200px){.mechanic-dashboard-row,.page .mechanic-dashboard-row{grid-template-columns:repeat(2,minmax(180px,1fr))!important}.support-page .support-grid{grid-template-columns:1fr!important}}@media (max-width: 720px){.mechanic-dashboard-row,.page .mechanic-dashboard-row{grid-template-columns:1fr!important}}body .page .metrics-grid.mechanic-dashboard-row.mechanic-compact-grid{display:grid!important;grid-template-columns:repeat(4,minmax(180px,1fr))!important;gap:16px!important;margin:18px 0!important;align-items:stretch!important}body .page .mechanic-compact-grid>.metric-card,body .page .mechanic-compact-grid>.dashboard-kpi-card{min-height:132px!important;max-height:none!important;height:auto!important;width:auto!important;padding:20px!important;border-radius:22px!important;background:#fffdf7!important;border:1px solid rgba(43,0,72,.12)!important;box-shadow:0 12px 32px #2b00480b!important;overflow:hidden!important}body .page .mechanic-compact-grid>.metric-card span{font-size:.78rem!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:#6a5d76!important;font-weight:900!important}body .page .mechanic-compact-grid>.metric-card b{font-size:2rem!important;line-height:1!important;margin:8px 0!important;color:#270041!important}body .page .mechanic-compact-grid>.metric-card small{color:#7e7389!important;font-weight:800!important}.mechanic-summary-card{margin-top:16px!important}.mechanic-summary-list{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:10px;margin-top:12px}.mechanic-summary-list span{background:#2b00480a;border:1px solid rgba(43,0,72,.08);border-radius:16px;padding:12px;color:#2b0048;font-weight:800}@media (max-width: 1200px){body .page .metrics-grid.mechanic-dashboard-row.mechanic-compact-grid,.mechanic-summary-list{grid-template-columns:repeat(2,minmax(180px,1fr))!important}}@media (max-width: 720px){body .page .metrics-grid.mechanic-dashboard-row.mechanic-compact-grid,.mechanic-summary-list{grid-template-columns:1fr!important}}.chart-custom-range{display:inline-flex;gap:6px;align-items:center;flex-wrap:wrap}.chart-custom-range input[type=date]{border:1px solid rgba(43,0,72,.16);border-radius:999px;padding:8px 10px;font-weight:800;color:#270041;background:#fff;max-width:145px}.chart-card-tools{gap:8px!important}.dashboard-original-layout .dashboard-metrics-grid{align-items:stretch!important}.dashboard-original-layout .dashboard-metrics-grid .metric-card{min-height:132px!important}@media (max-width: 900px){.chart-custom-range{width:100%}.chart-custom-range input[type=date]{flex:1;max-width:none}}.reports-page>.metrics-grid,.reports-page .metrics-grid{display:grid!important;grid-template-columns:repeat(5,minmax(170px,1fr))!important;gap:16px!important;margin:18px 0!important;align-items:stretch!important}.reports-page .metrics-grid .metric-card{min-height:132px!important;height:auto!important;width:auto!important;padding:20px!important;border-radius:22px!important;background:#fffdf7!important;border:1px solid rgba(43,0,72,.12)!important;box-shadow:0 12px 32px #2b00480b!important}.reports-page .metrics-grid .metric-card span{font-size:.78rem!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:#6a5d76!important;font-weight:900!important}.reports-page .metrics-grid .metric-card b{font-size:2rem!important;line-height:1!important;margin:8px 0!important;color:#270041!important}.report-chart-card .chart-box,.reports-page .chart-card .chart-box{min-height:300px!important}.recharts-label{font-weight:900!important;fill:#4f3d5d!important;font-size:11px!important}.support-page .support-grid:not(.support-grid-admin){display:grid!important;grid-template-columns:1fr!important;gap:22px!important}.support-page .support-grid:not(.support-grid-admin)>.card:first-child{width:100%!important;padding:30px!important}.support-page .support-grid:not(.support-grid-admin) form.form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(240px,1fr))!important;gap:18px!important}.support-page .support-grid:not(.support-grid-admin) form.form-grid .field:nth-child(3),.support-page .support-grid:not(.support-grid-admin) form.form-grid .field:nth-child(4),.support-page .support-grid:not(.support-grid-admin) form.form-grid .form-actions{grid-column:1 / -1!important}.support-page textarea,.support-page .textarea{min-height:150px!important;font-size:1rem!important;line-height:1.5!important}.notification-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:16px;margin-top:18px}.notification-card{border-left:5px solid #24f66f!important}.notification-card h2{margin:0}.notification-card p{margin:6px 0 0;color:#6a5d76;font-weight:700}@media (max-width: 1200px){.reports-page>.metrics-grid,.reports-page .metrics-grid{grid-template-columns:repeat(2,minmax(170px,1fr))!important}.notification-grid{grid-template-columns:1fr}}@media (max-width: 720px){.reports-page>.metrics-grid,.reports-page .metrics-grid,.support-page .support-grid:not(.support-grid-admin) form.form-grid{grid-template-columns:1fr!important}}.super-admin-settings-page .super-admin-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:18px}.super-admin-settings-page .table-wrap table th,.super-admin-settings-page .table-wrap table td{vertical-align:middle}.super-admin-settings-page .inline-actions{display:flex;gap:8px;flex-wrap:wrap}.super-admin-rules{display:grid;gap:10px;margin-top:14px}.reports-page .report-toolbar{align-items:end;gap:12px;padding:18px!important;border-radius:22px!important;background:#fffdf7!important;border:1px solid rgba(43,0,72,.12)!important;box-shadow:0 14px 35px #2b00480d!important}.reports-page .table-wrap{max-height:520px;overflow:auto}.reports-page .table-wrap table{min-width:1100px}.reports-page .table-wrap th{position:sticky;top:0;z-index:1}.reports-page .metric-card{cursor:pointer}.reports-page .metric-card:hover,.super-admin-settings-page .table-wrap tr:hover{transform:translateY(-1px);box-shadow:0 18px 42px #2b004814!important}@media (max-width: 1150px){.super-admin-settings-page .super-admin-grid{grid-template-columns:1fr}}.reports-page .table-wrap td:nth-child(11),.reports-page .table-wrap th:nth-child(11){font-weight:900}.vehicle-history-page .stats-grid strong{color:#270041}.support-page .support-grid.support-grid-admin{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:none!important;gap:22px!important}.support-page .support-grid.support-grid-admin .support-list-card{width:100%!important;max-width:none!important;padding:28px!important}.support-page .support-grid.support-grid-admin .toolbar.report-toolbar{display:grid!important;grid-template-columns:minmax(280px,1fr) minmax(220px,280px) auto!important;align-items:end!important;gap:14px!important}.support-page .support-grid.support-grid-admin .support-ticket-list{display:grid!important;grid-template-columns:repeat(3,minmax(300px,1fr))!important;gap:16px!important;margin-top:18px!important}.support-page .support-grid.support-grid-admin .support-ticket{min-height:250px!important;padding:18px!important;border-radius:20px!important;background:#fffdf7!important;border:1px solid rgba(43,0,72,.12)!important;box-shadow:0 12px 32px #2b00480b!important}.support-page .support-grid.support-grid-admin .support-meta{display:grid!important;grid-template-columns:repeat(2,minmax(130px,1fr))!important;gap:8px!important}.support-page .support-grid.support-grid-admin .support-admin-tools{display:grid!important;grid-template-columns:1fr auto auto auto!important;gap:8px!important;align-items:center!important;margin-top:14px!important}.support-page .support-message{min-height:44px;line-height:1.45;font-weight:700;color:#3d2d4c}.reports-page .report-result-card .table-wrap{max-height:620px!important;overflow:auto!important}.reports-page .report-result-card table{min-width:1450px!important}.reports-page .report-result-card td:nth-child(11),.reports-page .report-result-card td:nth-child(12),.reports-page .report-result-card td:nth-child(13){font-weight:900;color:#270041}@media (max-width: 1500px){.support-page .support-grid.support-grid-admin .support-ticket-list{grid-template-columns:repeat(2,minmax(300px,1fr))!important}}@media (max-width: 950px){.support-page .support-grid.support-grid-admin .support-ticket-list,.support-page .support-grid.support-grid-admin .toolbar.report-toolbar,.support-page .support-grid.support-grid-admin .support-admin-tools{grid-template-columns:1fr!important}}.adventure-not-found{position:relative;min-height:100vh;overflow:hidden;display:grid;place-items:center;background:radial-gradient(circle at 15% 10%,rgba(36,246,111,.24),transparent 24%),radial-gradient(circle at 85% 20%,rgba(111,60,255,.25),transparent 28%),linear-gradient(135deg,#170024,#2b0048 45%,#12001d);padding:30px}.adventure-not-found:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 0 18%,rgba(36,246,111,.92) 18% 28%,transparent 28% 42%,rgba(111,60,255,.9) 42% 54%,transparent 54% 100%);opacity:.28;transform:skewY(-5deg) translateY(-18%)}.not-found-glow{position:absolute;width:420px;height:420px;border-radius:999px;background:#24f66f2e;filter:blur(20px);right:-80px;bottom:-120px}.adventure-stripe{position:absolute;inset:auto 0 0 0;height:140px;background:linear-gradient(90deg,#24f66f,#6f3cff,#24f66f);opacity:.22;clip-path:polygon(0 35%,100% 0,100% 100%,0 100%)}.adventure-not-found-card{position:relative;width:min(760px,94vw);padding:42px;border-radius:34px;background:#fffdf7f5;border:1px solid rgba(255,255,255,.45);box-shadow:0 30px 90px #00000052;text-align:center;z-index:1}.not-found-code{display:flex;justify-content:center;align-items:center;gap:14px;margin:18px 0 6px;font-size:clamp(4.2rem,12vw,9rem);font-weight:1000;line-height:.9;color:#270041;letter-spacing:-.08em}.not-found-wheel{display:inline-grid;place-items:center;width:.82em;height:.82em;border-radius:999px;background:radial-gradient(circle,#fffdf7 0 28%,transparent 29%),conic-gradient(from 20deg,#24f66f,#6f3cff,#ff315f,#ffd84d,#24f66f);color:transparent;box-shadow:inset 0 0 0 10px #270041,0 12px 35px #2b004838}.adventure-not-found-card .eyebrow{color:#ff315f;letter-spacing:.45em;text-transform:uppercase;font-weight:1000;font-size:.78rem}.adventure-not-found-card h1{font-size:clamp(2.4rem,6vw,5rem);margin:4px 0;color:#270041}.adventure-not-found-card h2{margin:0 0 12px;color:#2b0048}.adventure-not-found-card p{max-width:560px;margin-inline:auto;color:#6b5d76;font-weight:800;line-height:1.5}.not-found-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:24px}.report-period-indicator{display:grid!important;grid-template-columns:repeat(4,minmax(180px,1fr))!important;gap:12px!important;margin:14px 0 18px!important;padding:16px 18px!important;background:linear-gradient(135deg,#24f66f1a,#6f3cff14),#fffdf7!important;border:1px solid rgba(43,0,72,.12)!important;border-radius:22px!important}.report-period-indicator div{background:#ffffffb8;border:1px solid rgba(43,0,72,.08);border-radius:16px;padding:10px 12px;color:#270041;font-weight:800}.report-period-indicator b{display:block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#7a6a85;margin-bottom:4px}.chart-period-select,.chart-custom-range input,.reports-page .report-toolbar select,.reports-page .report-toolbar input{transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.chart-period-select:hover,.chart-custom-range input:hover,.reports-page .report-toolbar select:hover,.reports-page .report-toolbar input:hover{transform:translateY(-1px);border-color:#24f66fd9!important;box-shadow:0 10px 22px #2b004814!important}.chart-custom-range input[type=month],.chart-custom-range input[type=number]{border:1px solid rgba(43,0,72,.16);border-radius:999px;padding:8px 10px;font-weight:800;color:#270041;background:#fff;max-width:170px}@media (max-width: 1100px){.report-period-indicator{grid-template-columns:repeat(2,minmax(180px,1fr))!important}}@media (max-width: 720px){.report-period-indicator{grid-template-columns:1fr!important}}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{font-size:15px}.app-shell{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;min-height:100vh!important;width:100%!important;overflow-x:hidden!important}.sidebar{position:sticky!important;top:0!important;width:280px!important;min-width:280px!important;height:100vh!important;min-height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;padding:26px 16px!important;display:flex!important;flex-direction:column!important}.sidebar>.logo{display:block!important;flex-shrink:0}.sidebar nav{display:grid!important;gap:8px!important}.sidebar nav a{font-size:15px!important;line-height:1.2!important;min-height:48px!important;padding:13px 16px!important}.sidebar nav a span{width:18px;flex:0 0 18px;text-align:center}.logout{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;margin-top:auto!important;flex-shrink:0!important}.main-area{min-width:0!important;width:100%!important;overflow-x:hidden!important}.topbar{height:76px!important;padding:0 28px!important;gap:18px!important}.page{padding:34px 28px!important;max-width:1240px!important;margin:0 auto!important;width:100%!important;min-width:0!important}.page-header{margin-bottom:24px!important}.page-header h1{font-size:clamp(32px,3vw,42px)!important;line-height:1.05!important;letter-spacing:-1px!important}.subtitle{font-size:16px!important;line-height:1.45!important}.card{padding:20px!important}.stats-grid{gap:16px!important}.stats-grid strong{font-size:34px!important}.stats-grid h3{font-size:14px!important}.card h2,.card h3{line-height:1.15!important}.login-banner{height:260px!important;min-height:260px!important;padding-top:24px!important;padding-bottom:95px!important}.login-banner h1{display:block!important;visibility:visible!important;font-size:clamp(2.8rem,4.5vw,4.6rem)!important;line-height:1!important}.login-main{margin-top:-82px!important;padding-bottom:34px!important}.login-card{max-width:min(1180px,calc(100vw - 56px))!important;padding:28px 30px!important}.login-card h2{font-size:clamp(2.6rem,4vw,3.8rem)!important}.login-card div[style*=grid-template-columns]{gap:16px!important;margin-top:24px!important}.login-card div[style*=grid-template-columns]>button{min-height:170px!important;padding:22px 24px!important}.login-card div[style*=grid-template-columns] h3{font-size:clamp(1.55rem,2.2vw,2.15rem)!important;margin-bottom:8px!important}.login-card div[style*=grid-template-columns] span{font-size:.94rem!important;line-height:1.45!important}.table-wrap{max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important}.table-wrap table{width:100%!important;min-width:820px!important}.table-wrap th,.table-wrap td{padding:12px 13px!important;font-size:13px!important;line-height:1.32!important;vertical-align:middle!important}.table-wrap td{overflow-wrap:anywhere!important}.inventory-page .table-wrap{overflow-x:hidden!important}.inventory-page .table-wrap table{min-width:0!important;table-layout:fixed!important}.inventory-page .table-wrap th,.inventory-page .table-wrap td{padding:10px!important;font-size:12.5px!important;white-space:normal!important;overflow-wrap:anywhere!important}.inventory-page .table-wrap th:nth-child(2),.inventory-page .table-wrap td:nth-child(2){width:24%}.inventory-page .table-wrap th:nth-child(9),.inventory-page .table-wrap td:nth-child(9){width:18%}.row-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important}.open-btn,.details-btn{padding:7px 10px!important;font-size:12px!important;white-space:nowrap!important}.compact-detail-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.detail-tile{background:#f3eee6;border:1px solid var(--line);border-radius:16px;padding:14px}.detail-tile span{display:block;color:var(--muted);font-size:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.detail-tile b{color:var(--purple);overflow-wrap:anywhere}.report-result-card .table-wrap{overflow-x:auto!important}.report-result-card .table-wrap table{min-width:1000px!important;table-layout:auto!important}.report-result-card .table-wrap th,.report-result-card .table-wrap td{white-space:nowrap!important;overflow-wrap:normal!important;font-size:12px!important;padding:10px 12px!important}@media (max-width: 980px){.app-shell{grid-template-columns:1fr!important}.sidebar{position:relative!important;width:100%!important;min-width:0!important;height:auto!important;min-height:auto!important;display:block!important}.logout{margin-top:18px!important}.topbar{height:auto!important;flex-wrap:wrap!important;padding:16px!important}.search-box{order:3!important;width:100%!important;max-width:none!important;flex-basis:100%!important}.page{padding:24px 16px!important}.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))!important}.login-card div[style*=grid-template-columns]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 640px){.sidebar nav{grid-template-columns:1fr!important}.login-banner{height:220px!important;min-height:220px!important}.login-card{max-width:calc(100vw - 24px)!important;padding:22px!important}.login-card div[style*=grid-template-columns],.compact-detail-grid{grid-template-columns:1fr!important}}@media (min-width: 981px){.app-shell{display:block!important;min-height:100vh!important;width:100%!important;background:var(--cream)!important;overflow-x:hidden!important}.sidebar{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:280px!important;min-width:280px!important;height:100vh!important;min-height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;background:var(--purple)!important;z-index:50!important;padding:22px 16px!important;display:flex!important;flex-direction:column!important}.main-area{margin-left:280px!important;width:calc(100% - 280px)!important;min-width:0!important;overflow-x:hidden!important}.topbar{position:sticky!important;top:0!important;z-index:30!important;background:var(--cream)!important}.page{max-width:none!important;width:100%!important;margin:0!important;padding:30px 36px!important}.dashboard-page{max-width:none!important}}.sidebar-toggle,.sidebar-logo-wrap{display:none!important}.sidebar>.logo{display:block!important}.sidebar nav a{gap:12px!important}.sidebar .logout{margin-top:auto!important;margin-bottom:0!important}.page-header h1{font-size:clamp(28px,2.4vw,38px)!important;line-height:1.08!important;letter-spacing:-.7px!important}.page-header .eyebrow{font-size:12px!important}.subtitle,.page-header p{font-size:15px!important;line-height:1.42!important}.card h2{font-size:20px!important}.card h3{font-size:15px!important}.stats-grid strong,.dashboard-metrics-grid strong,.metric-card strong,.kpi strong{font-size:clamp(26px,2.3vw,34px)!important}.dashboard-metrics-grid,.metrics-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(185px,1fr))!important;gap:16px!important;align-items:stretch!important}.dashboard-chart-grid{display:grid!important;grid-template-columns:repeat(2,minmax(320px,1fr))!important;gap:18px!important;align-items:stretch!important}.dashboard-chart-grid .card{min-width:0!important}.table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;border-radius:18px!important}.table-wrap table{width:100%!important;min-width:960px!important;border-collapse:collapse!important}.table-wrap th,.table-wrap td{padding:11px 12px!important;font-size:13px!important;line-height:1.28!important;vertical-align:middle!important}.table-wrap th{white-space:nowrap!important}.table-wrap td{word-break:normal!important;overflow-wrap:anywhere!important}.guest-pending-page .table-wrap table,.vehicle-page .table-wrap table{min-width:980px!important}.guest-pending-page .table-wrap td:nth-last-child(-n+2),.guest-pending-page .table-wrap th:nth-last-child(-n+2),.vehicle-page .table-wrap td:last-child,.vehicle-page .table-wrap th:last-child{white-space:nowrap!important;overflow-wrap:normal!important}.inventory-page .table-wrap{overflow-x:auto!important}.inventory-page .table-wrap table{min-width:980px!important;table-layout:fixed!important}.inventory-page .table-wrap th,.inventory-page .table-wrap td{padding:10px!important;font-size:12.5px!important}.inventory-page .table-wrap th:nth-child(1),.inventory-page .table-wrap td:nth-child(1){width:15%}.inventory-page .table-wrap th:nth-child(2),.inventory-page .table-wrap td:nth-child(2){width:23%}.inventory-page .table-wrap th:nth-child(3),.inventory-page .table-wrap td:nth-child(3),.inventory-page .table-wrap th:nth-child(4),.inventory-page .table-wrap td:nth-child(4){width:7%}.inventory-page .table-wrap th:nth-child(5),.inventory-page .table-wrap td:nth-child(5),.inventory-page .table-wrap th:nth-child(6),.inventory-page .table-wrap td:nth-child(6){width:9%}.inventory-page .table-wrap th:nth-child(7),.inventory-page .table-wrap td:nth-child(7){width:13%}.inventory-page .table-wrap th:nth-child(8),.inventory-page .table-wrap td:nth-child(8){width:8%}.inventory-page .table-wrap th:nth-child(9),.inventory-page .table-wrap td:nth-child(9){width:19%}.row-actions{display:flex!important;flex-wrap:wrap!important;gap:6px!important;align-items:center!important}.open-btn,.details-btn,.row-actions button{padding:7px 10px!important;font-size:12px!important;white-space:nowrap!important}.login-banner{height:315px!important;min-height:315px!important;padding-top:22px!important;padding-bottom:90px!important}.login-banner h1{display:block!important;visibility:visible!important;opacity:1!important;font-size:clamp(3rem,4.6vw,4.8rem)!important;line-height:1!important;margin-top:34px!important;position:relative!important;z-index:1!important}.login-main{margin-top:-58px!important;padding-bottom:36px!important}.login-card{max-width:min(1160px,calc(100vw - 64px))!important;padding:26px 30px!important}.login-card h2{font-size:clamp(2.3rem,3.5vw,3.4rem)!important;line-height:1!important}.login-card div[style*=grid-template-columns]{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin-top:22px!important}.login-card div[style*=grid-template-columns]>button{min-height:150px!important;padding:20px 22px!important}.login-card div[style*=grid-template-columns] h3{font-size:clamp(1.35rem,1.8vw,1.85rem)!important;line-height:1!important;margin-bottom:8px!important}.login-card div[style*=grid-template-columns] span{font-size:.88rem!important;line-height:1.38!important}@media (max-width: 1180px) and (min-width: 981px){.page{padding:26px 24px!important}.dashboard-chart-grid{grid-template-columns:1fr!important}.login-card div[style*=grid-template-columns]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 980px){.app-shell{display:grid!important;grid-template-columns:1fr!important}.sidebar{position:relative!important;width:100%!important;min-width:0!important;height:auto!important;min-height:auto!important;overflow:visible!important;padding:18px!important}.main-area{margin-left:0!important;width:100%!important}.topbar{position:sticky!important;top:0!important;z-index:30!important}.page{padding:22px 16px!important;max-width:none!important}.dashboard-chart-grid{grid-template-columns:1fr!important}.login-card div[style*=grid-template-columns]{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 640px){.login-card div[style*=grid-template-columns]{grid-template-columns:1fr!important}.table-wrap table,.inventory-page .table-wrap table,.guest-pending-page .table-wrap table,.vehicle-page .table-wrap table{min-width:760px!important}}html,body,#root{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.main-area,.page,.card{min-width:0!important;max-width:100%!important}.table-responsive,.table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;border-radius:18px!important}.table-responsive table,.table-wrap table{width:100%!important;border-collapse:collapse!important}.vehicle-page .table-responsive table,.vehicle-page .table-wrap table,.guest-pending-page .table-responsive table,.guest-pending-page .table-wrap table,.inventory-page .table-responsive table,.inventory-page .table-wrap table{min-width:980px!important}.report-result-card .table-responsive table,.report-result-card .table-wrap table,.reports-page .table-responsive table,.reports-page .table-wrap table{min-width:1080px!important}.table-responsive th,.table-responsive td,.table-wrap th,.table-wrap td{vertical-align:middle!important}.history-toolbar,.page-actions,.toolbar,.filter-bar{display:flex!important;flex-wrap:wrap!important;gap:12px!important;align-items:center!important}.history-toolbar .input,.page-actions .input,.toolbar .input,.filter-bar .input{flex:1 1 220px!important}.row-actions,.table-action-stack,.inline-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important}.row-actions .open-btn,.table-action-stack .open-btn,.inline-actions .btn,.inline-actions .open-btn{white-space:nowrap!important}@media (max-width: 640px){.history-toolbar,.page-actions,.toolbar,.filter-bar{flex-direction:column!important;align-items:stretch!important}.history-toolbar .input,.history-toolbar .btn,.page-actions .input,.page-actions .btn,.toolbar .input,.toolbar .btn,.filter-bar .input,.filter-bar .btn{width:100%!important}.table-responsive,.table-wrap{overflow-x:auto!important}.table-responsive table,.table-wrap table{min-width:760px!important}}.badge,.table-wrap .badge,.table-responsive .badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;overflow-wrap:normal!important;word-break:keep-all!important;min-width:max-content!important}.modal,.modal-wide{max-width:min(920px,calc(100vw - 28px))!important;overflow-x:hidden!important}.assessment-detail-clean,.assessment-detail-clean .card,.required-parts-clean-table{min-width:0!important;max-width:100%!important;overflow:hidden!important}.assessment-detail-clean .required-parts-clean-table .table-wrap,.required-parts-clean-table .table-responsive,.required-parts-clean-table .table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;border-radius:16px!important}.assessment-detail-clean .required-parts-clean-table table,.required-parts-clean-table table{width:100%!important;min-width:820px!important;table-layout:auto!important}.assessment-detail-clean .required-parts-clean-table th,.assessment-detail-clean .required-parts-clean-table td,.required-parts-clean-table th,.required-parts-clean-table td{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;padding:10px 12px!important;font-size:12px!important;line-height:1.25!important}.assessment-detail-clean .required-parts-clean-table td:last-child,.assessment-detail-clean .required-parts-clean-table th:last-child{white-space:nowrap!important;overflow-wrap:normal!important}.vehicle-page .table-wrap table{min-width:1080px!important}.vehicle-page .table-vehicle-img,.vehicle-page .vehicle-img-box{max-width:150px!important}.vehicle-page .vehicle-img-box{width:140px!important;height:88px!important}.inventory-page .table-wrap table{min-width:1060px!important;table-layout:fixed!important}.inventory-page .table-wrap th:nth-child(8),.inventory-page .table-wrap td:nth-child(8){width:96px!important;min-width:96px!important;text-align:center!important}.inventory-page .table-wrap th:nth-child(9),.inventory-page .table-wrap td:nth-child(9){width:170px!important;min-width:170px!important}.inventory-page .row-actions{justify-content:flex-start!important;align-items:center!important;gap:6px!important}.inventory-page .row-actions .open-btn,.inventory-page .row-actions .details-btn{min-width:72px!important;padding:7px 11px!important}.assessment-detail-clean,.assessment-detail-clean .card,.assessment-detail-clean .modal,.modal .assessment-detail-clean{max-width:100%!important;min-width:0!important}.assessment-detail-clean .card{overflow:hidden!important}.assessment-detail-clean .advanced-part-picker{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(76px,110px) minmax(170px,auto)!important;gap:10px!important;align-items:end!important;width:100%!important}.assessment-detail-clean .advanced-part-picker .field,.assessment-detail-clean .advanced-part-picker .input,.assessment-detail-clean .advanced-part-picker .btn{min-width:0!important}.assessment-detail-clean .advanced-part-picker .btn{white-space:nowrap!important;padding-left:18px!important;padding-right:18px!important}.required-parts-clean-table.parts-fit-table{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;border:1px solid var(--line)!important;border-radius:18px!important;background:#fffdf8!important;box-shadow:none!important}.parts-fit-head,.parts-fit-row{display:grid!important;grid-template-columns:minmax(62px,.65fr) minmax(78px,.9fr) minmax(120px,1.35fr) minmax(70px,.68fr) minmax(68px,.65fr) minmax(78px,.75fr) minmax(82px,.82fr) minmax(82px,.82fr) minmax(64px,.58fr) minmax(88px,.82fr)!important;align-items:center!important;width:100%!important;min-width:0!important}.parts-fit-head{background:#f1ece3!important;color:var(--purple)!important;font-size:11px!important;font-weight:1000!important;letter-spacing:.02em!important;border-bottom:1px solid var(--line)!important}.parts-fit-head span,.parts-fit-row>div{min-width:0!important;padding:10px 9px!important;line-height:1.2!important;overflow-wrap:anywhere!important;word-break:normal!important}.parts-fit-row{font-size:12px!important;border-bottom:1px solid var(--line)!important;background:#fffdf8!important}.parts-fit-row:last-child{border-bottom:0!important}.parts-fit-sku,.parts-fit-part{overflow-wrap:anywhere!important}.parts-fit-qty .input{width:58px!important;min-width:52px!important;max-width:68px!important;padding:8px!important;border-radius:12px!important;text-align:center!important}.parts-fit-action{display:flex!important;justify-content:center!important;align-items:center!important}.part-remove-row{max-width:100%!important;border:0!important;border-radius:999px!important;background:var(--pink)!important;color:#fff!important;font-weight:1000!important;padding:8px 12px!important;font-size:12px!important;line-height:1!important;cursor:pointer!important;white-space:nowrap!important}@media (max-width: 1250px){.modal-wide{max-width:min(900px,calc(100vw - 32px))!important}.parts-fit-head,.parts-fit-row{grid-template-columns:minmax(54px,.55fr) minmax(74px,.86fr) minmax(116px,1.25fr) minmax(58px,.55fr) minmax(58px,.55fr) minmax(68px,.65fr) minmax(72px,.7fr) minmax(76px,.72fr) minmax(46px,.45fr) minmax(78px,.72fr)!important}.parts-fit-head span,.parts-fit-row>div{padding:9px 7px!important;font-size:11.5px!important}}@media (max-width: 980px){.assessment-detail-clean .advanced-part-picker{grid-template-columns:1fr!important}.assessment-detail-clean .advanced-part-picker .btn{width:100%!important}.parts-fit-head{display:none!important}.parts-fit-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px 12px!important;padding:12px!important;border-bottom:1px solid var(--line)!important}.parts-fit-row>div{display:grid!important;grid-template-columns:minmax(76px,auto) minmax(0,1fr)!important;gap:8px!important;padding:0!important;align-items:center!important;text-align:left!important;font-size:12px!important}.parts-fit-row>div:before{content:attr(data-label)!important;color:var(--muted)!important;font-weight:1000!important}.parts-fit-part,.parts-fit-sku{grid-column:span 2!important}.parts-fit-action{justify-content:stretch!important}.parts-fit-action .part-remove-row{width:100%!important}}@media (max-width: 640px){.modal-backdrop{padding:8px!important}.modal-wide{max-width:calc(100vw - 16px)!important}.parts-fit-row{grid-template-columns:1fr!important}.parts-fit-part,.parts-fit-sku{grid-column:auto!important}.parts-fit-row>div{grid-template-columns:96px minmax(0,1fr)!important}}.table-wrap,.table-responsive{width:100%!important;overflow-x:auto!important;overflow-y:hidden;border-radius:20px!important;border:1px solid var(--line)!important;background:#fff!important}.table-wrap table{width:100%!important;min-width:1120px!important;table-layout:auto!important;border-collapse:separate!important;border-spacing:0!important}.table-wrap th,.table-wrap td{padding:12px 14px!important;vertical-align:middle!important;text-align:left!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;line-height:1.28!important;font-size:13px!important}.table-wrap th{font-weight:1000!important;letter-spacing:0!important;min-width:96px!important}.table-wrap th:last-child,.table-wrap td:last-child{min-width:118px!important;text-align:center!important;white-space:nowrap!important}.reports-page .table-wrap table{min-width:1450px!important}.reports-page .table-wrap th,.reports-page .table-wrap td{min-width:120px!important}.reports-page .table-wrap th:nth-child(6),.reports-page .table-wrap td:nth-child(6),.reports-page .table-wrap th:nth-child(8),.reports-page .table-wrap td:nth-child(8),.reports-page .table-wrap th:nth-child(10),.reports-page .table-wrap td:nth-child(10){min-width:160px!important}.locked-time-display{min-height:48px;border:1px solid var(--line);border-radius:16px;background:#f7fff9;padding:10px 12px;display:grid;gap:4px}.locked-time-display b{font-size:15px;color:var(--purple)}.locked-time-display small{color:var(--muted);font-size:12px;line-height:1.25}.suggestion-panel,.vehicle-search-results,.inline-suggestions{z-index:80!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 22px 50px #2b00482e!important;border:1px solid var(--line)!important}.suggestion-panel button,.vehicle-search-results button,.inline-suggestions button{min-height:48px!important;align-items:center!important}.report-toolbar{display:flex!important;flex-wrap:wrap!important;align-items:end!important;gap:12px!important}.report-toolbar .field{min-width:170px;max-width:260px;flex:1 1 190px}.report-toolbar .form-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.report-toolbar .btn{min-height:46px;white-space:nowrap}.chart-card,.report-chart-card{min-width:0!important;overflow:hidden!important}.chart-box{min-height:300px!important;overflow:hidden!important}.bar-list-row{min-height:58px!important;text-align:left!important;white-space:normal!important}.bar-list-meta{display:flex;justify-content:space-between;gap:14px;align-items:center;min-width:0}.bar-list-meta b{overflow-wrap:anywhere}.bar-list-meta span{white-space:nowrap}@media (max-width:900px){.table-wrap table{min-width:980px!important}.reports-page .table-wrap table{min-width:1320px!important}.report-toolbar .field{flex:1 1 100%;max-width:none}.report-toolbar .form-actions{width:100%}.report-toolbar .btn{flex:1 1 130px}}.table-wrap,.table-responsive,.required-parts-clean-table.parts-fit-table{max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}.table-wrap table,.table-responsive table{width:max-content!important;min-width:100%!important;table-layout:auto!important}.table-wrap th,.table-responsive th{white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;line-height:1.25!important;min-width:max-content!important}.table-wrap td,.table-responsive td{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.table-wrap td[data-label=Part],.table-wrap td[data-label=Issue],.table-wrap td[data-label="Work Done"],.table-wrap td[data-label="Required / Issued Parts"],.table-wrap td[data-label="Parts Used"],.table-wrap td[data-label="Repair Details"],.table-wrap td[data-label=Description]{white-space:normal!important;min-width:240px!important;max-width:420px!important;overflow-wrap:break-word!important}.required-parts-clean-table.parts-fit-table{border-radius:22px!important;background:#fffdf8!important}.parts-fit-head,.parts-fit-row{width:max-content!important;min-width:1160px!important;grid-template-columns:108px 145px 260px 110px 72px 120px 130px 130px 120px 120px!important}.parts-fit-head span,.parts-fit-row>div{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;line-height:1.25!important;padding:14px!important;font-size:13px!important}.parts-fit-head span{font-size:13px!important;letter-spacing:0!important}.parts-fit-part,.parts-fit-sku{white-space:normal!important;overflow-wrap:break-word!important}.parts-fit-row>div[data-label=Validate],.parts-fit-row>div[data-label=Available],.parts-fit-row>div[data-label=Location],.parts-fit-row>div[data-label=Action]{white-space:nowrap!important}@media (max-width:980px){.parts-fit-head,.parts-fit-row{min-width:0!important;width:100%!important}.parts-fit-row>div,.parts-fit-row>div *{white-space:normal!important}}@media (min-width:981px){.required-parts-clean-table.parts-fit-table::-webkit-scrollbar,.table-wrap::-webkit-scrollbar,.table-responsive::-webkit-scrollbar{height:10px!important}.required-parts-clean-table.parts-fit-table::-webkit-scrollbar-thumb,.table-wrap::-webkit-scrollbar-thumb,.table-responsive::-webkit-scrollbar-thumb{background:#d8cbb8!important;border-radius:999px!important}}.parts-ledger{width:100%!important;max-width:100%!important;overflow:visible!important;border:1px solid var(--line)!important;border-radius:22px!important;background:#fffdf8!important;box-shadow:none!important}.parts-ledger-head,.parts-ledger-row{display:grid!important;align-items:center!important;width:100%!important;min-width:0!important}.parts-ledger-store .parts-ledger-head,.parts-ledger-store .parts-ledger-row{grid-template-columns:76px 118px minmax(170px,1.55fr) 84px 68px 86px 96px 96px 92px 92px!important}.parts-ledger-mechanic .parts-ledger-head,.parts-ledger-mechanic .parts-ledger-row{grid-template-columns:150px minmax(240px,1fr) 80px 150px!important}.parts-ledger-head{background:#f1ece3!important;border-bottom:1px solid var(--line)!important;color:var(--purple)!important;font-weight:1000!important}.parts-ledger-head span,.parts-ledger-row>div{min-width:0!important;padding:13px 12px!important;line-height:1.22!important;font-size:13px!important;text-align:left!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.parts-ledger-row{min-height:66px!important;border-bottom:1px solid var(--line)!important;background:#fffdf8!important}.parts-ledger-part,.parts-ledger-sku{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.parts-ledger-qty .input{width:58px!important;min-width:58px!important;max-width:58px!important;padding:8px!important;text-align:center!important;border-radius:12px!important}.parts-ledger-action .part-remove-row{min-width:78px!important;height:36px!important;padding:8px 12px!important;border-radius:999px!important;white-space:nowrap!important}.validate-check{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important}.validate-check input{width:18px!important;height:18px!important;accent-color:var(--green)!important}.validate-check span{display:inline-grid!important;place-items:center!important;width:20px!important;height:20px!important;border-radius:6px!important;background:var(--green)!important;color:#081b10!important;font-weight:1000!important}@media (max-width:1180px){.modal-wide{max-width:min(1080px,calc(100vw - 28px))!important}.parts-ledger-head span,.parts-ledger-row>div{font-size:12px!important;padding:11px 9px!important}.parts-ledger-store .parts-ledger-head,.parts-ledger-store .parts-ledger-row{grid-template-columns:68px 104px minmax(150px,1.45fr) 74px 60px 76px 84px 84px 78px 82px!important}}@media (max-width:820px){.parts-ledger{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.parts-ledger-store .parts-ledger-head,.parts-ledger-store .parts-ledger-row{min-width:900px!important}.parts-ledger-mechanic .parts-ledger-head,.parts-ledger-mechanic .parts-ledger-row{min-width:560px!important}}.table-wrap,.table-responsive{max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;background:#fffdf8!important;border:1px solid var(--line)!important;border-radius:20px!important}.table-wrap table,.table-responsive table{border-collapse:collapse!important;width:100%!important;table-layout:auto!important}.table-wrap th,.table-responsive th{white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;font-size:13px!important;line-height:1.15!important;padding:13px 12px!important}.table-wrap td,.table-responsive td{font-size:13px!important;line-height:1.25!important;padding:13px 12px!important;vertical-align:middle!important}.vehicle-page .table-wrap table{min-width:0!important;width:100%!important;table-layout:auto!important}.vehicle-page .table-wrap th,.vehicle-page .table-wrap td{padding:12px 10px!important}.vehicle-page .vehicle-img-box{width:110px!important;height:72px!important}.vehicle-page .table-action-stack{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;justify-content:flex-start!important;align-items:center!important}.vehicle-page .open-btn{min-width:112px!important;padding:10px 13px!important;font-size:12px!important}.vehicle-page .table-wrap th:nth-child(9),.vehicle-page .table-wrap td:nth-child(9){width:250px!important;min-width:250px!important}.reports-page .table-wrap table{min-width:0!important;width:100%!important}.reports-page .table-wrap th,.reports-page .table-wrap td{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}.reports-page .table-wrap th{white-space:nowrap!important}.reports-page .table-wrap td[data-label*="Date/Time"],.reports-page .table-wrap td[data-label="Out Date/Time"],.reports-page .table-wrap td[data-label="In Date/Time"]{white-space:nowrap!important;min-width:150px!important}.parts-ledger{width:100%!important;max-width:100%!important;overflow:hidden!important;border:1px solid var(--line)!important;border-radius:20px!important;background:#fffdf8!important}.parts-ledger-head,.parts-ledger-row{display:grid!important;width:100%!important;min-width:0!important;align-items:center!important}.parts-ledger-store .parts-ledger-head,.parts-ledger-store .parts-ledger-row{grid-template-columns:minmax(56px,.55fr) minmax(86px,.85fr) minmax(170px,1.8fr) minmax(66px,.6fr) minmax(48px,.4fr) minmax(68px,.58fr) minmax(78px,.68fr) minmax(78px,.68fr) minmax(76px,.72fr) minmax(78px,.72fr)!important}.parts-ledger-mechanic .parts-ledger-head,.parts-ledger-mechanic .parts-ledger-row{grid-template-columns:minmax(110px,.9fr) minmax(260px,2fr) minmax(70px,.5fr) minmax(130px,.9fr)!important}.parts-ledger-head{background:#f1ece3!important;color:var(--purple)!important;font-weight:1000!important;border-bottom:1px solid var(--line)!important}.parts-ledger-head span,.parts-ledger-row>div{min-width:0!important;padding:11px 8px!important;font-size:12px!important;line-height:1.18!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;text-align:left!important}.parts-ledger-row{min-height:58px!important;border-bottom:1px solid var(--line)!important}.parts-ledger-sku,.parts-ledger-part,.parts-ledger-row>div[data-label=Location]{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}.parts-ledger-part b{font-weight:1000!important}.parts-ledger-qty .input{width:54px!important;min-width:54px!important;max-width:54px!important;padding:7px 6px!important;text-align:center!important;border-radius:12px!important}.parts-ledger-action{display:flex!important;justify-content:center!important;align-items:center!important}.parts-ledger-action .part-remove-row,.parts-ledger .part-remove-row{min-width:68px!important;width:68px!important;height:34px!important;padding:7px 8px!important;font-size:11px!important;border-radius:999px!important;white-space:nowrap!important}.validate-check{position:relative!important;width:26px!important;height:26px!important;display:inline-grid!important;place-items:center!important}.validate-check span{width:22px!important;height:22px!important;display:grid!important;place-items:center!important;border-radius:7px!important;background:var(--green)!important;color:#071d0c!important;font-size:14px!important;font-weight:1000!important}@media (max-width:760px){.parts-ledger{overflow:visible!important;border:0!important;background:transparent!important}.parts-ledger-head{display:none!important}.parts-ledger-store .parts-ledger-row,.parts-ledger-mechanic .parts-ledger-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:10px 0!important;padding:12px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:#fffdf8!important;min-height:0!important}.parts-ledger-row>div{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:8px!important;padding:6px!important;white-space:normal!important}.parts-ledger-row>div:before{content:attr(data-label)!important;font-weight:1000!important;color:var(--muted)!important;white-space:nowrap!important}}.modal-wide,.modal.modal-wide{width:min(1320px,calc(100vw - 36px))!important;max-width:min(1320px,calc(100vw - 36px))!important}.assessment-detail-clean .card{overflow:visible!important}.inventory-picker.advanced-part-picker{display:grid!important;grid-template-columns:minmax(360px,1fr) 150px auto!important;gap:14px!important;align-items:end!important}.parts-ledger{width:100%!important;max-width:100%!important;border:1px solid var(--line)!important;border-radius:20px!important;background:#fffdf8!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}.parts-ledger-head,.parts-ledger-row{display:grid!important;align-items:center!important;width:100%!important;min-width:1120px!important;gap:0!important}.parts-ledger-store .parts-ledger-head,.parts-ledger-store .parts-ledger-row{grid-template-columns:76px 140px minmax(260px,1.5fr) 90px 76px 90px 100px 100px 110px 110px!important}.parts-ledger-mechanic .parts-ledger-head,.parts-ledger-mechanic .parts-ledger-row{min-width:640px!important;grid-template-columns:150px minmax(280px,1fr) 80px 160px!important}.parts-ledger-head{background:#f1ece3!important;border-bottom:1px solid var(--line)!important;position:sticky!important;top:0!important;z-index:1!important}.parts-ledger-head span,.parts-ledger-row>div{min-width:0!important;padding:14px 12px!important;font-size:14px!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.parts-ledger-head span{font-weight:1000!important;color:var(--purple)!important}.parts-ledger-row{border-bottom:1px solid var(--line)!important;min-height:74px!important}.parts-ledger-row:last-child{border-bottom:0!important}.parts-ledger-part,.parts-ledger-part b,.parts-ledger-sku{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;overflow:visible!important;text-overflow:clip!important}.parts-ledger-part b{display:block!important;font-weight:1000!important}.parts-ledger-qty .input{width:72px!important;min-width:72px!important;height:42px!important;padding:8px 10px!important;text-align:center!important;border-radius:14px!important}.parts-ledger-action{justify-content:center!important;display:flex!important}.parts-ledger .part-remove-row{min-width:88px!important;height:42px!important;border-radius:999px!important;background:#ef476f!important;color:#fff!important;font-weight:1000!important}.validate-check{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;position:relative!important}.validate-check input{position:absolute!important;opacity:0!important;pointer-events:none!important}.validate-check span{width:34px!important;height:34px!important;border-radius:10px!important;background:#6be879!important;color:#082b12!important;display:grid!important;place-items:center!important;font-weight:1000!important}.validate-check input:not(:checked)+span{background:#f3eee6!important;color:#7b6984!important}.table-wrap th{white-space:nowrap!important;word-break:keep-all!important}.table-wrap td{vertical-align:middle!important}.inventory-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;margin:0 0 18px}.danger-card{border-color:#ffd6df!important;background:#fff8fa!important}.metric-card.clickable-card{cursor:pointer;text-align:left}@media (max-width:1100px){.modal-wide,.modal.modal-wide{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important}.inventory-picker.advanced-part-picker{grid-template-columns:1fr 120px!important}.inventory-picker.advanced-part-picker .btn{grid-column:1/-1!important}.inventory-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.parts-ledger{border:0!important;background:transparent!important;overflow:visible!important}.parts-ledger-head{display:none!important}.parts-ledger-row,.parts-ledger-store .parts-ledger-row,.parts-ledger-mechanic .parts-ledger-row{min-width:0!important;width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;padding:14px!important;margin-bottom:12px!important;border:1px solid var(--line)!important;border-radius:18px!important;background:#fff!important}.parts-ledger-row>div{display:grid!important;gap:4px!important;padding:8px!important;white-space:normal!important;overflow:visible!important}.parts-ledger-row>div:before{content:attr(data-label);font-size:11px;font-weight:1000;color:var(--muted);text-transform:uppercase}.inventory-kpi-grid{grid-template-columns:1fr}}.vehicle-filter-panel{display:grid;gap:14px;margin-bottom:18px}.vehicle-type-tabs{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.vehicle-type-tabs button{border:2px solid var(--line);background:#fffdf8;color:var(--purple);border-radius:999px;padding:10px 15px;font-weight:1000;cursor:pointer}.vehicle-type-tabs button.active,.vehicle-type-tabs button:hover{background:var(--purple);color:#fff;border-color:var(--purple)}.table-action-stack{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.vehicle-page .table-wrap table{min-width:1280px}.vehicle-page .table-wrap th,.vehicle-page .table-wrap td{white-space:normal;word-break:normal}.vehicle-page .table-wrap td:first-child,.vehicle-page .table-wrap td:nth-child(2),.vehicle-page .table-wrap td:last-child{white-space:nowrap}.locked-time-display{min-height:50px;display:flex;align-items:center;border:1px solid var(--line);border-radius:16px;background:#f8f4ec;padding:12px 15px;color:var(--purple)}.app-copyright{text-align:center;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.5px;padding:18px 12px 26px}@media (max-width:980px){.vehicle-type-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.vehicle-type-tabs button{white-space:nowrap}}.vehicle-page{max-width:1440px!important}.vehicle-page .table-wrap{padding-right:10px!important;overflow-x:auto!important}.vehicle-page .table-wrap table{min-width:1240px!important;table-layout:auto!important}.vehicle-page .table-wrap th,.vehicle-page .table-wrap td{white-space:nowrap!important;vertical-align:middle!important}.vehicle-page .table-wrap th:last-child,.vehicle-page .table-wrap td:last-child{min-width:230px!important;width:230px!important;padding-right:28px!important;text-align:right!important}.vehicle-page .table-wrap td:last-child .button-row,.vehicle-page .table-wrap td:last-child{gap:10px!important}.vehicle-page .open-btn,.vehicle-page .outline-btn,.vehicle-page .btn{white-space:nowrap!important}.vehicle-page{max-width:none!important;padding-right:40px!important}.vehicle-page .table-wrap{overflow-x:auto!important;overflow-y:visible!important;padding-bottom:8px!important}.vehicle-page .table-wrap table{min-width:1320px!important;table-layout:fixed!important}.vehicle-page .table-wrap th,.vehicle-page .table-wrap td{padding:12px 10px!important;font-size:12.5px!important;overflow-wrap:normal!important;word-break:normal!important}.vehicle-page .table-wrap th:nth-child(1),.vehicle-page .table-wrap td:nth-child(1){width:145px!important}.vehicle-page .table-wrap th:nth-child(2),.vehicle-page .table-wrap td:nth-child(2){width:120px!important}.vehicle-page .table-wrap th:nth-child(3),.vehicle-page .table-wrap td:nth-child(3){width:130px!important}.vehicle-page .table-wrap th:nth-child(4),.vehicle-page .table-wrap td:nth-child(4){width:135px!important}.vehicle-page .table-wrap th:nth-child(5),.vehicle-page .table-wrap td:nth-child(5){width:130px!important}.vehicle-page .table-wrap th:nth-child(6),.vehicle-page .table-wrap td:nth-child(6){width:155px!important}.vehicle-page .table-wrap th:nth-child(7),.vehicle-page .table-wrap td:nth-child(7){width:105px!important}.vehicle-page .table-wrap th:nth-child(8),.vehicle-page .table-wrap td:nth-child(8),.vehicle-page .table-wrap th:nth-child(9),.vehicle-page .table-wrap td:nth-child(9){width:140px!important}.vehicle-page .table-wrap th:nth-child(10),.vehicle-page .table-wrap td:nth-child(10){width:205px!important;min-width:205px!important;white-space:nowrap!important;position:sticky!important;right:0!important;background:#fffdf8!important;box-shadow:-12px 0 18px #2b004814!important;z-index:2!important}.vehicle-page .table-wrap th:nth-child(10){background:#f1ece3!important;z-index:3!important}.vehicle-page .table-action-stack{display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:nowrap!important}.vehicle-page .table-action-stack .open-btn{padding:9px 12px!important;font-size:12px!important;white-space:nowrap!important}.vehicle-page .vehicle-img-box,.vehicle-page .table-vehicle-img{width:92px!important;height:56px!important;object-fit:cover!important}.vehicle-analytics-grid,.fuel-analytics-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}.fuel-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fuel-analytics-grid .metric-card{min-height:150px!important}.chart-card .chart-box{width:100%!important;height:260px!important;min-height:260px!important}.empty-chart{height:100%!important;display:grid!important;place-items:center!important;color:var(--muted)!important;border:1px dashed var(--line)!important;border-radius:18px!important;background:#fffdf8!important;font-weight:900!important}.analytics-tooltip{background:#fff!important;border:1px solid var(--line)!important;border-radius:14px!important;padding:10px 12px!important;box-shadow:0 18px 40px #2b00482e!important;display:grid!important;gap:4px!important;color:var(--text)!important;font-size:12px!important}@media (max-width:1200px){.vehicle-analytics-grid,.fuel-analytics-grid{grid-template-columns:1fr!important}}.vehicle-page{padding-right:38px!important}.vehicle-page .table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;padding-bottom:12px!important;border-radius:20px!important}.vehicle-page .table-wrap table{width:max-content!important;min-width:1380px!important;table-layout:fixed!important}.vehicle-page .table-wrap th,.vehicle-page .table-wrap td{padding:12px 10px!important;font-size:12.5px!important;line-height:1.25!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.vehicle-page .table-wrap th{white-space:nowrap!important}.vehicle-page .table-wrap th:nth-child(1),.vehicle-page .table-wrap td:nth-child(1){width:130px!important;min-width:130px!important}.vehicle-page .table-wrap th:nth-child(2),.vehicle-page .table-wrap td:nth-child(2){width:110px!important;min-width:110px!important}.vehicle-page .table-wrap th:nth-child(3),.vehicle-page .table-wrap td:nth-child(3){width:120px!important;min-width:120px!important}.vehicle-page .table-wrap th:nth-child(4),.vehicle-page .table-wrap td:nth-child(4){width:160px!important;min-width:160px!important}.vehicle-page .table-wrap th:nth-child(5),.vehicle-page .table-wrap td:nth-child(5){width:130px!important;min-width:130px!important}.vehicle-page .table-wrap th:nth-child(8),.vehicle-page .table-wrap td:nth-child(8){width:145px!important;min-width:145px!important;white-space:nowrap!important}.vehicle-page .table-wrap th:nth-child(9),.vehicle-page .table-wrap td:nth-child(9){width:145px!important;min-width:145px!important;white-space:nowrap!important}.vehicle-page .table-wrap th:nth-child(10),.vehicle-page .table-wrap td:nth-child(10){width:210px!important;min-width:210px!important;max-width:210px!important;position:sticky!important;right:0!important;z-index:8!important;background:#fffdf8!important;box-shadow:-14px 0 22px #1f003714!important;white-space:nowrap!important}.vehicle-page .table-wrap th:nth-child(10){z-index:12!important;background:#eee8dc!important}.vehicle-page .table-action-stack{display:flex!important;flex-direction:row!important;gap:8px!important;justify-content:flex-start!important;align-items:center!important;flex-wrap:nowrap!important}.vehicle-page .table-action-stack .open-btn{padding:8px 11px!important;font-size:11.5px!important;line-height:1!important;min-width:86px!important;max-width:92px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.vehicle-page .table-action-stack .secondary-open-btn{min-width:104px!important;max-width:112px!important}.vehicle-page .table-vehicle-img{width:86px!important;height:58px!important;object-fit:cover!important;border-radius:12px!important}.pro-chart-card .card-head,.fuel-page .card-head,.vehicle-analytics-grid .card-head{align-items:flex-start!important;gap:12px!important}.chart-export-menu{position:relative!important;display:inline-flex!important;align-items:center!important;margin-left:auto!important;z-index:20!important}.mini-export-btn{border:1px solid #ded4c4!important;background:#fffdf8!important;color:var(--purple)!important;border-radius:999px!important;font-weight:1000!important;padding:8px 12px!important;cursor:pointer!important}.chart-export-popover{position:absolute!important;right:0!important;top:calc(100% + 8px)!important;min-width:150px!important;background:#fff!important;border:1px solid #e7dccb!important;border-radius:14px!important;box-shadow:0 18px 42px #1f00372e!important;padding:8px!important;display:grid!important;gap:6px!important}.chart-export-popover button{border:0!important;background:#fbf8f2!important;color:var(--purple)!important;text-align:left!important;font-weight:900!important;border-radius:10px!important;padding:9px 10px!important;cursor:pointer!important}.chart-export-popover button:hover{background:#efe7ff!important}.fuel-analytics-grid,.vehicle-analytics-grid{display:grid!important;grid-template-columns:repeat(2,minmax(360px,1fr))!important;gap:18px!important;align-items:stretch!important}.fuel-analytics-grid .metric-card{min-height:130px!important}.fuel-analytics-grid .chart-card,.vehicle-analytics-grid .chart-card{min-height:360px!important}.fuel-page .chart-box,.vehicle-analytics-grid .chart-box{height:275px!important}@media (max-width: 1180px){.vehicle-page{padding-right:18px!important}.fuel-analytics-grid,.vehicle-analytics-grid{grid-template-columns:1fr!important}}.vehicle-page .table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;padding-right:0!important;border-radius:18px!important}.vehicle-page .table-wrap table{min-width:1120px!important;width:100%!important;table-layout:fixed!important}.vehicle-page .table-wrap th,.vehicle-page .table-wrap td{padding:10px 8px!important;font-size:12px!important;line-height:1.22!important}.vehicle-page .table-wrap th:nth-child(1),.vehicle-page .table-wrap td:nth-child(1){width:120px!important}.vehicle-page .table-wrap th:nth-child(2),.vehicle-page .table-wrap td:nth-child(2){width:95px!important}.vehicle-page .table-wrap th:nth-child(3),.vehicle-page .table-wrap td:nth-child(3){width:105px!important}.vehicle-page .table-wrap th:nth-child(4),.vehicle-page .table-wrap td:nth-child(4){width:125px!important}.vehicle-page .table-wrap th:nth-child(5),.vehicle-page .table-wrap td:nth-child(5){width:110px!important}.vehicle-page .table-wrap th:nth-child(6),.vehicle-page .table-wrap td:nth-child(6){width:140px!important}.vehicle-page .table-wrap th:nth-child(7),.vehicle-page .table-wrap td:nth-child(7){width:85px!important}.vehicle-page .table-wrap th:nth-child(8),.vehicle-page .table-wrap td:nth-child(8),.vehicle-page .table-wrap th:nth-child(9),.vehicle-page .table-wrap td:nth-child(9){width:125px!important}.vehicle-page .table-wrap th:nth-child(10),.vehicle-page .table-wrap td:nth-child(10){width:145px!important;min-width:145px!important;right:0!important;position:sticky!important;background:#fffdf8!important;box-shadow:-8px 0 12px #2b004814!important;text-align:center!important;padding-right:10px!important}.vehicle-page .table-wrap th:nth-child(10){background:#f1ece3!important}.vehicle-page .table-action-stack{display:flex!important;flex-direction:column!important;gap:6px!important;align-items:stretch!important;justify-content:center!important}.vehicle-page .table-action-stack .open-btn{width:100%!important;min-width:0!important;max-width:130px!important;padding:7px 8px!important;font-size:11px!important;line-height:1.1!important;margin:0 auto!important;overflow:hidden!important;text-overflow:ellipsis!important}.vehicle-page .vehicle-img-box,.vehicle-page .table-vehicle-img{width:76px!important;height:48px!important;border-radius:12px!important}.vehicle-page .badge{font-size:10px!important;padding:6px 9px!important}.vehicle-analytics-grid,.fuel-analytics-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.vehicle-kpi-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}.chart-card.pro-chart-card{overflow:visible!important}.chart-card .chart-box{height:285px!important;min-height:285px!important}.card-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important}.card-head h2{margin:0 0 4px!important}.card-head p{margin:0!important;color:var(--muted)!important;font-weight:700!important}.chart-export-menu{position:relative!important;flex:0 0 auto!important}.mini-export-btn{border:1px solid var(--line)!important;background:#fffdf8!important;border-radius:12px!important;padding:8px 10px!important;color:var(--purple)!important;font-weight:900!important;cursor:pointer!important}.chart-export-popover{position:absolute!important;right:0!important;top:38px!important;z-index:30!important;min-width:145px!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:14px!important;box-shadow:0 12px 30px #2b004826!important;padding:8px!important}.chart-export-popover button{display:block!important;width:100%!important;border:0!important;background:#fff!important;text-align:left!important;padding:9px 10px!important;border-radius:10px!important;font-weight:900!important;color:var(--purple)!important;cursor:pointer!important}.chart-export-popover button:hover{background:#f8f4ec!important}@media (max-width:1200px){.vehicle-analytics-grid,.fuel-analytics-grid,.vehicle-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){.vehicle-analytics-grid,.fuel-analytics-grid,.vehicle-kpi-row{grid-template-columns:1fr!important}}.vehicle-page .table-wrap{overflow-x:auto!important;overflow-y:visible!important;padding-right:0!important}.vehicle-page .table-wrap table{min-width:1360px!important;table-layout:fixed!important}.vehicle-page .table-wrap th:nth-child(1),.vehicle-page .table-wrap td:nth-child(1){width:125px!important;min-width:125px!important}.vehicle-page .table-wrap th:nth-child(2),.vehicle-page .table-wrap td:nth-child(2){width:100px!important;min-width:100px!important}.vehicle-page .table-wrap th:nth-child(3),.vehicle-page .table-wrap td:nth-child(3){width:115px!important;min-width:115px!important}.vehicle-page .table-wrap th:nth-child(4),.vehicle-page .table-wrap td:nth-child(4){width:155px!important;min-width:155px!important}.vehicle-page .table-wrap th:nth-child(5),.vehicle-page .table-wrap td:nth-child(5){width:125px!important;min-width:125px!important}.vehicle-page .table-wrap th:nth-child(6),.vehicle-page .table-wrap td:nth-child(6){width:165px!important;min-width:165px!important}.vehicle-page .table-wrap th:nth-child(7),.vehicle-page .table-wrap td:nth-child(7){width:100px!important;min-width:100px!important}.vehicle-page .table-wrap th:nth-child(8),.vehicle-page .table-wrap td:nth-child(8),.vehicle-page .table-wrap th:nth-child(9),.vehicle-page .table-wrap td:nth-child(9){width:145px!important;min-width:145px!important}.vehicle-page .table-wrap th:nth-child(10),.vehicle-page .table-wrap td:nth-child(10){width:230px!important;min-width:230px!important;max-width:230px!important;position:sticky!important;right:0!important;z-index:5!important;background:#fffdf8!important;padding-left:14px!important;padding-right:14px!important;box-shadow:-10px 0 18px #2b00481f!important}.vehicle-page .table-wrap th:nth-child(10){z-index:6!important;background:#f1ece3!important}.vehicle-page .table-action-stack .open-btn{width:100%!important;max-width:none!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;padding:8px 10px!important;font-size:12px!important}.dashboard-chart-grid .chart-card{min-height:390px!important}.dashboard-chart-grid .chart-box{min-height:285px!important}.vehicle-analytics-grid .chart-card:nth-child(4){grid-column:1 / -1!important;min-height:470px!important}.vehicle-analytics-grid .chart-card:nth-child(4) .chart-box{height:385px!important;min-height:385px!important}.vehicle-page .table-wrap table{min-width:1280px!important}.vehicle-page .table-wrap th:nth-child(10),.vehicle-page .table-wrap td:nth-child(10){width:230px!important;min-width:230px!important;max-width:230px!important}.vehicle-page .table-action-stack .open-btn{max-width:190px!important;white-space:normal!important}.store-analytics-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin:18px 0!important}.store-analytics-grid .chart-card{min-height:360px!important}.store-analytics-grid .chart-box{height:280px!important;min-height:280px!important}.stock-picker-results{max-height:320px!important;overflow:auto!important;border:1px solid var(--line)!important;border-radius:16px!important;background:#fffdf8!important;display:grid!important;gap:0!important;margin:10px 0 16px!important}.stock-picker-results button{border:0!important;border-bottom:1px solid var(--line)!important;background:transparent!important;padding:12px 14px!important;text-align:left!important;display:grid!important;gap:3px!important;color:var(--purple)!important;cursor:pointer!important}.stock-picker-results button:hover{background:#f7f0ff!important}.stock-selected-card{display:grid!important;gap:4px!important;border:1px solid #aaf3c5!important;background:#f1fff5!important;border-radius:16px!important;padding:12px 14px!important;margin:10px 0 16px!important;color:var(--purple)!important}@media (max-width:1200px){.store-analytics-grid{grid-template-columns:1fr!important}}.store-analytics-grid .low-stock-chart-card{min-height:430px!important}.store-analytics-grid .low-stock-chart-card .chart-box{height:350px!important;min-height:350px!important;overflow:hidden!important}.store-analytics-grid .low-stock-chart-card .recharts-yAxis .recharts-cartesian-axis-tick text{font-size:11px!important;font-weight:800!important}.store-analytics-grid .low-stock-chart-card .recharts-legend-wrapper{font-size:12px!important}.vehicle-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important}.vehicle-analytics-grid .chart-card{min-height:375px!important}.vehicle-analytics-grid .chart-card .chart-box{height:300px!important;min-height:300px!important}.vehicle-analytics-grid .chart-card:nth-child(1){grid-column:1 / -1!important;min-height:520px!important}.vehicle-analytics-grid .chart-card:nth-child(1) .chart-box{height:430px!important;min-height:430px!important}.vehicle-analytics-grid .chart-card:nth-child(4){grid-column:auto!important;min-height:375px!important}.vehicle-analytics-grid .chart-card:nth-child(4) .chart-box{height:300px!important;min-height:300px!important}@media (max-width:900px){.vehicle-analytics-grid{grid-template-columns:1fr!important}.vehicle-analytics-grid .chart-card:nth-child(1){grid-column:auto!important}}.vehicle-page .table-wrap{overflow-x:auto!important;overflow-y:visible!important;padding-right:8px!important}.vehicle-page .table-wrap table{min-width:1520px!important;width:max-content!important;table-layout:fixed!important}.vehicle-page .table-wrap th:nth-child(8),.vehicle-page .table-wrap td:nth-child(8),.vehicle-page .table-wrap th:nth-child(9),.vehicle-page .table-wrap td:nth-child(9){width:185px!important;min-width:185px!important;max-width:185px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.vehicle-page .table-wrap th:nth-child(10),.vehicle-page .table-wrap td:nth-child(10){width:260px!important;min-width:260px!important;max-width:260px!important;position:sticky!important;right:0!important;background:#fffdf8!important;z-index:8!important;box-shadow:-14px 0 24px #2b00481f!important}.vehicle-page .table-wrap th:nth-child(10){background:#efe8dd!important;z-index:10!important}.vehicle-page .table-action-stack{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important}.vehicle-page .table-action-stack .open-btn{width:100%!important;max-width:none!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.dashboard-modern-chart-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.dashboard-modern-chart-grid .chart-card,.analytics-grid .report-chart-card{min-height:390px!important}.dashboard-modern-chart-grid .chart-box,.analytics-grid .report-chart-card .chart-box{min-height:285px!important;height:285px!important}.mechanic-analytics-grid{margin-top:20px!important}.admin-store-visibility-grid{margin:22px 0!important}.admin-store-visibility-grid+.dashboard-modern-chart-grid{margin-top:0!important}@media (max-width:1280px){.dashboard-modern-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:820px){.dashboard-modern-chart-grid{grid-template-columns:1fr!important}.vehicle-page .table-wrap table{min-width:1450px!important}}.vehicle-page .table-wrap,.vehicle-page .table-responsive{overflow-x:auto!important;max-width:100%!important;padding-right:0!important}.vehicle-page table{min-width:1480px!important;table-layout:fixed!important;width:max-content!important}.vehicle-page th:nth-child(1),.vehicle-page td:nth-child(1){width:140px!important;min-width:140px!important}.vehicle-page th:nth-child(2),.vehicle-page td:nth-child(2){width:120px!important;min-width:120px!important}.vehicle-page th:nth-child(3),.vehicle-page td:nth-child(3){width:130px!important;min-width:130px!important}.vehicle-page th:nth-child(4),.vehicle-page td:nth-child(4){width:180px!important;min-width:180px!important}.vehicle-page th:nth-child(7),.vehicle-page td:nth-child(7){width:110px!important;min-width:110px!important}.vehicle-page th:nth-child(8),.vehicle-page td:nth-child(8),.vehicle-page th:nth-child(9),.vehicle-page td:nth-child(9){width:175px!important;min-width:175px!important;white-space:nowrap!important;overflow:visible!important}.vehicle-page th:nth-child(10),.vehicle-page td:nth-child(10){width:190px!important;min-width:190px!important;position:sticky!important;right:0!important;background:#fffdf8!important;z-index:3!important;box-shadow:-10px 0 18px #31004b0f!important}.vehicle-page .table-action-stack{display:flex!important;flex-direction:column!important;gap:8px!important;align-items:stretch!important;min-width:165px!important}.vehicle-page .open-btn{white-space:nowrap!important;width:100%!important;padding:10px 12px!important;font-size:13px!important}.store-analytics-grid{display:grid!important;grid-template-columns:repeat(2,minmax(360px,1fr))!important;align-items:stretch!important;gap:22px!important}.dashboard-modern-chart-grid{align-items:stretch!important;grid-auto-flow:row!important}.dashboard-modern-chart-grid .chart-card,.store-analytics-grid .chart-card{min-height:380px!important}.external-parts-page .stock-picker-results{max-height:320px!important;overflow:auto!important}.external-parts-page .inventory-kpi-grid .card{padding:18px 20px!important}@media (max-width:1100px){.store-analytics-grid{grid-template-columns:1fr!important}.vehicle-page table{min-width:1350px!important}}.vehicle-page .vehicle-type-tabs button:empty{display:none!important}.vehicle-page .table-wrap,.vehicle-page .table-responsive{overflow-x:auto!important;overflow-y:visible!important;padding-right:0!important;border-radius:22px!important}.vehicle-page .table-wrap table,.vehicle-page table{min-width:1680px!important;width:max-content!important;table-layout:fixed!important}.vehicle-page th:nth-child(8),.vehicle-page td:nth-child(8),.vehicle-page th:nth-child(9),.vehicle-page td:nth-child(9){width:220px!important;min-width:220px!important;max-width:220px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.vehicle-page th:nth-child(10),.vehicle-page td:nth-child(10){width:280px!important;min-width:280px!important;max-width:280px!important;position:sticky!important;right:0!important;background:#fffdf8!important;z-index:20!important;box-shadow:-18px 0 28px #2b004824!important}.vehicle-page th:nth-child(10){background:#efe8dd!important;z-index:22!important}.vehicle-page .table-action-stack{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;min-width:245px!important;width:100%!important}.vehicle-page .table-action-stack .open-btn{width:100%!important;min-width:0!important;padding:11px 12px!important;white-space:nowrap!important;overflow:visible!important}.external-issue-form-card{margin-bottom:22px!important}.external-parts-page .parts-basket{margin:18px 0!important}.external-parts-page .parts-basket .input{max-width:90px!important}.external-parts-page .stock-picker-results{z-index:80!important}.mechanic-analytics-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (max-width:1280px){.mechanic-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.vehicle-page table{min-width:1600px!important}}@media (max-width:860px){.mechanic-analytics-grid{grid-template-columns:1fr!important}.vehicle-page table{min-width:1500px!important}}.garage-work-table-shell{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;border-radius:18px!important}.garage-work-table-shell .table-wrap{overflow:visible!important;width:max-content!important;min-width:1380px!important;max-width:none!important}.garage-work-table-shell table{width:1380px!important;min-width:1380px!important;table-layout:fixed!important}.garage-work-table-shell th,.garage-work-table-shell td{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:14px 12px!important;font-size:13px!important}.garage-work-table-shell th:nth-child(1),.garage-work-table-shell td:nth-child(1){width:170px!important}.garage-work-table-shell th:nth-child(2),.garage-work-table-shell td:nth-child(2){width:150px!important}.garage-work-table-shell th:nth-child(3),.garage-work-table-shell td:nth-child(3){width:210px!important}.garage-work-table-shell th:nth-child(5),.garage-work-table-shell td:nth-child(5){width:150px!important}.garage-work-table-shell th:nth-child(6),.garage-work-table-shell td:nth-child(6){width:160px!important}.garage-work-table-shell th:nth-child(7),.garage-work-table-shell td:nth-child(7){width:160px!important}.garage-work-table-shell th:nth-child(8),.garage-work-table-shell td:nth-child(8){width:150px!important}.garage-work-table-shell th:nth-child(9),.garage-work-table-shell td:nth-child(9){width:120px!important}.garage-work-table-shell th:nth-child(10),.garage-work-table-shell td:nth-child(10){width:130px!important}.garage-work-table-shell th:nth-child(11),.garage-work-table-shell td:nth-child(11){width:110px!important;position:sticky!important;right:0!important;background:#fffdf8!important;z-index:5!important}.garage-work-table-shell thead th:nth-child(11){z-index:7!important}.garage-work-table-shell .open-btn{min-width:76px!important;padding:8px 14px!important}@media (max-width:1100px){.garage-work-table-shell .table-wrap{min-width:1240px!important}.garage-work-table-shell table{width:1240px!important;min-width:1240px!important}}.external-parts-page .page-header h1:after{content:""}.vehicle-table-scroll-shell,.garage-work-table-shell,.parts-distribution-table-shell{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;border-radius:18px!important;padding-bottom:10px!important}.vehicle-table-scroll-shell::-webkit-scrollbar,.garage-work-table-shell::-webkit-scrollbar,.parts-distribution-table-shell::-webkit-scrollbar{height:12px!important}.vehicle-table-scroll-shell::-webkit-scrollbar-track,.garage-work-table-shell::-webkit-scrollbar-track,.parts-distribution-table-shell::-webkit-scrollbar-track{background:#efe6d8!important;border-radius:999px!important}.vehicle-table-scroll-shell::-webkit-scrollbar-thumb,.garage-work-table-shell::-webkit-scrollbar-thumb,.parts-distribution-table-shell::-webkit-scrollbar-thumb{background:#c5b49f!important;border-radius:999px!important}.vehicle-table-scroll-shell .table-wrap,.garage-work-table-shell .table-wrap,.parts-distribution-table-shell .table-wrap{overflow:visible!important;width:max-content!important;max-width:none!important}.vehicle-table-scroll-shell table{width:1780px!important;min-width:1780px!important;table-layout:fixed!important}.vehicle-table-scroll-shell th,.vehicle-table-scroll-shell td{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:14px 12px!important}.vehicle-table-scroll-shell th:nth-child(1),.vehicle-table-scroll-shell td:nth-child(1){width:145px!important}.vehicle-table-scroll-shell th:nth-child(2),.vehicle-table-scroll-shell td:nth-child(2){width:120px!important}.vehicle-table-scroll-shell th:nth-child(3),.vehicle-table-scroll-shell td:nth-child(3){width:115px!important}.vehicle-table-scroll-shell th:nth-child(4),.vehicle-table-scroll-shell td:nth-child(4){width:180px!important}.vehicle-table-scroll-shell th:nth-child(5),.vehicle-table-scroll-shell td:nth-child(5){width:170px!important}.vehicle-table-scroll-shell th:nth-child(6),.vehicle-table-scroll-shell td:nth-child(6){width:210px!important}.vehicle-table-scroll-shell th:nth-child(7),.vehicle-table-scroll-shell td:nth-child(7){width:115px!important}.vehicle-table-scroll-shell th:nth-child(8),.vehicle-table-scroll-shell td:nth-child(8){width:190px!important}.vehicle-table-scroll-shell th:nth-child(9),.vehicle-table-scroll-shell td:nth-child(9){width:190px!important}.vehicle-table-scroll-shell th:nth-child(10),.vehicle-table-scroll-shell td:nth-child(10){width:260px!important;min-width:260px!important;max-width:260px!important;position:sticky!important;right:0!important;background:#fffdf8!important;z-index:25!important;box-shadow:-18px 0 24px #2b00481f!important}.vehicle-table-scroll-shell thead th:nth-child(10){background:#efe8dd!important;z-index:30!important}.vehicle-table-scroll-shell .table-action-stack{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important;min-width:220px!important}.vehicle-table-scroll-shell .table-action-stack .open-btn{width:100%!important;min-width:0!important;padding:10px!important;overflow:visible!important;text-overflow:clip!important}.garage-work-table-shell .table-wrap{min-width:1540px!important}.garage-work-table-shell table{width:1540px!important;min-width:1540px!important;table-layout:fixed!important}.garage-work-table-shell th,.garage-work-table-shell td{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:14px 12px!important}.garage-work-table-shell th:nth-child(1),.garage-work-table-shell td:nth-child(1){width:190px!important}.garage-work-table-shell th:nth-child(2),.garage-work-table-shell td:nth-child(2){width:160px!important}.garage-work-table-shell th:nth-child(3),.garage-work-table-shell td:nth-child(3){width:230px!important}.garage-work-table-shell th:nth-child(4),.garage-work-table-shell td:nth-child(4){width:120px!important}.garage-work-table-shell th:nth-child(5),.garage-work-table-shell td:nth-child(5){width:170px!important}.garage-work-table-shell th:nth-child(6),.garage-work-table-shell td:nth-child(6){width:170px!important}.garage-work-table-shell th:nth-child(7),.garage-work-table-shell td:nth-child(7){width:170px!important}.garage-work-table-shell th:nth-child(8),.garage-work-table-shell td:nth-child(8){width:160px!important}.garage-work-table-shell th:nth-child(9),.garage-work-table-shell td:nth-child(9){width:130px!important}.garage-work-table-shell th:nth-child(10),.garage-work-table-shell td:nth-child(10){width:140px!important}.garage-work-table-shell th:nth-child(11),.garage-work-table-shell td:nth-child(11){width:120px!important;min-width:120px!important;position:sticky!important;right:0!important;background:#fffdf8!important;z-index:25!important;box-shadow:-14px 0 22px #2b00481f!important}.garage-work-table-shell thead th:nth-child(11){background:#efe8dd!important;z-index:30!important}.garage-filter-toolbar{flex-wrap:wrap!important;gap:12px!important;align-items:center!important}.garage-filter-toolbar .input{max-width:220px!important}.parts-distribution-table-shell .table-wrap{min-width:1320px!important}.parts-distribution-table-shell table{width:1320px!important;min-width:1320px!important;table-layout:fixed!important}.parts-distribution-table-shell th,.parts-distribution-table-shell td{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:14px 12px!important}.parts-distribution-table-shell th:nth-child(1),.parts-distribution-table-shell td:nth-child(1){width:170px!important}.parts-distribution-table-shell th:nth-child(2),.parts-distribution-table-shell td:nth-child(2){width:190px!important}.parts-distribution-table-shell th:nth-child(3),.parts-distribution-table-shell td:nth-child(3){width:220px!important}.parts-distribution-table-shell th:nth-child(4),.parts-distribution-table-shell td:nth-child(4){width:150px!important}.parts-distribution-table-shell th:nth-child(5),.parts-distribution-table-shell td:nth-child(5){width:210px!important}.parts-distribution-table-shell th:nth-child(6),.parts-distribution-table-shell td:nth-child(6){width:270px!important}.parts-distribution-table-shell th:nth-child(7),.parts-distribution-table-shell td:nth-child(7){width:80px!important}.parts-distribution-table-shell th:nth-child(8),.parts-distribution-table-shell td:nth-child(8){width:120px!important}.parts-distribution-table-shell th:nth-child(9),.parts-distribution-table-shell td:nth-child(9){width:140px!important}.inventory-full-stock-chart{min-height:520px!important}.inventory-full-stock-chart .inventory-scroll-chart-box{height:430px!important;min-height:430px!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:8px!important}.inventory-full-stock-chart .chart-card-head{align-items:flex-start!important;gap:12px!important}.inventory-full-stock-chart .chart-card-head .btn,.inventory-full-stock-chart .chart-card-head button{white-space:nowrap!important}.store-analytics-grid{display:grid!important;grid-template-columns:repeat(2,minmax(420px,1fr))!important;gap:22px!important;align-items:stretch!important}@media (max-width:1100px){.store-analytics-grid{grid-template-columns:1fr!important}}.vehicle-table-scroll-shell{display:block!important;width:100%!important;max-width:100%!important;overflow-x:scroll!important;overflow-y:hidden!important;scrollbar-gutter:stable!important;padding-bottom:14px!important}.vehicle-table-scroll-shell .table-wrap{display:block!important;width:max-content!important;min-width:1900px!important;max-width:none!important;overflow:visible!important}.vehicle-table-scroll-shell table{width:1900px!important;min-width:1900px!important;max-width:none!important;table-layout:fixed!important}.vehicle-table-scroll-shell th,.vehicle-table-scroll-shell td{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.vehicle-table-scroll-shell th:nth-child(8),.vehicle-table-scroll-shell td:nth-child(8),.vehicle-table-scroll-shell th:nth-child(9),.vehicle-table-scroll-shell td:nth-child(9){width:230px!important;min-width:230px!important}.vehicle-table-scroll-shell th:nth-child(10),.vehicle-table-scroll-shell td:nth-child(10){width:280px!important;min-width:280px!important}.vehicle-table-scroll-shell::-webkit-scrollbar{height:14px!important}.vehicle-table-scroll-shell::-webkit-scrollbar-track{background:#efe6d8!important;border-radius:999px!important}.vehicle-table-scroll-shell::-webkit-scrollbar-thumb{background:#b99f83!important;border-radius:999px!important}.vehicle-table-scroll-shell,.garage-work-table-shell{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;border-radius:18px!important;background:#fffdf8!important;border:1px solid rgba(47,0,73,.1)!important}.vehicle-table-scroll-shell .table-wrap,.vehicle-table-scroll-shell .table-responsive,.vehicle-table-scroll-shell .vehicles-wide-table{width:1700px!important;min-width:1700px!important;max-width:none!important;overflow:visible!important}.garage-work-table-shell .table-wrap,.garage-work-table-shell .table-responsive,.garage-work-table-shell .garage-wide-table{width:1600px!important;min-width:1600px!important;max-width:none!important;overflow:visible!important}.vehicle-table-scroll-shell table{width:1700px!important;min-width:1700px!important;table-layout:fixed!important}.garage-work-table-shell table{width:1600px!important;min-width:1600px!important;table-layout:fixed!important}.vehicle-table-scroll-shell::-webkit-scrollbar,.garage-work-table-shell::-webkit-scrollbar{height:14px!important}.vehicle-table-scroll-shell::-webkit-scrollbar-track,.garage-work-table-shell::-webkit-scrollbar-track{background:#eadfce!important;border-radius:999px!important}.vehicle-table-scroll-shell::-webkit-scrollbar-thumb,.garage-work-table-shell::-webkit-scrollbar-thumb{background:#b69d7a!important;border-radius:999px!important}.vehicle-table-scroll-shell th,.vehicle-table-scroll-shell td,.garage-work-table-shell th,.garage-work-table-shell td{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;vertical-align:middle!important}.vehicles-wide-table th:nth-child(2),.vehicles-wide-table td:nth-child(2){width:130px!important}.vehicles-wide-table th:nth-child(3),.vehicles-wide-table td:nth-child(3){width:120px!important}.vehicles-wide-table th:nth-child(5),.vehicles-wide-table td:nth-child(5){width:180px!important}.vehicles-wide-table th:nth-child(8),.vehicles-wide-table td:nth-child(8){width:190px!important}.vehicles-wide-table th:nth-child(9),.vehicles-wide-table td:nth-child(9){width:190px!important}.vehicles-wide-table th:nth-child(10),.vehicles-wide-table td:nth-child(10){width:240px!important}.garage-wide-table th:nth-child(3),.garage-wide-table td:nth-child(3){width:230px!important}.garage-wide-table th:nth-child(6),.garage-wide-table td:nth-child(6){width:180px!important}.garage-wide-table th:nth-child(7),.garage-wide-table td:nth-child(7){width:180px!important}.garage-wide-table th:nth-child(8),.garage-wide-table td:nth-child(8){width:170px!important}.garage-wide-table th:nth-child(9),.garage-wide-table td:nth-child(9){width:160px!important}.garage-wide-table th:nth-child(10),.garage-wide-table td:nth-child(10){width:160px!important}.vehicles-wide-table .table-action-stack{display:flex!important;flex-direction:column!important;gap:8px!important}.vehicle-page,.page{min-width:0!important}.vehicle-table-scroll-shell.force-visible-scroll,.garage-work-table-shell.force-visible-scroll{display:block!important;width:100%!important;max-width:calc(100vw - 340px)!important;overflow-x:scroll!important;overflow-y:auto!important;max-height:calc(100vh - 330px)!important;border:1px solid #e7dcc9!important;border-radius:20px!important;background:#fffdf8!important;position:relative!important;padding-bottom:8px!important}@media (max-width: 980px){.vehicle-table-scroll-shell.force-visible-scroll,.garage-work-table-shell.force-visible-scroll{max-width:calc(100vw - 32px)!important;max-height:70vh!important}}.vehicle-table-scroll-shell.force-visible-scroll>.table-wrap,.vehicle-table-scroll-shell.force-visible-scroll>.table-responsive,.vehicle-table-scroll-shell.force-visible-scroll>.vehicles-wide-table{display:block!important;width:1750px!important;min-width:1750px!important;max-width:none!important;overflow:visible!important;border:0!important;border-radius:0!important}.garage-work-table-shell.force-visible-scroll>.table-wrap,.garage-work-table-shell.force-visible-scroll>.table-responsive,.garage-work-table-shell.force-visible-scroll>.garage-wide-table{display:block!important;width:1650px!important;min-width:1650px!important;max-width:none!important;overflow:visible!important;border:0!important;border-radius:0!important}.vehicle-table-scroll-shell.force-visible-scroll table{width:1750px!important;min-width:1750px!important;max-width:none!important;table-layout:fixed!important}.garage-work-table-shell.force-visible-scroll table{width:1650px!important;min-width:1650px!important;max-width:none!important;table-layout:fixed!important}.force-visible-scroll::-webkit-scrollbar{width:14px!important;height:14px!important}.force-visible-scroll::-webkit-scrollbar-track{background:#eadfce!important;border-radius:999px!important}.force-visible-scroll::-webkit-scrollbar-thumb{background:#b59c7b!important;border-radius:999px!important;border:3px solid #eadfce!important}.force-visible-scroll::-webkit-scrollbar-thumb:hover{background:#8f7354!important}.force-visible-scroll{scrollbar-width:auto!important;scrollbar-color:#b59c7b #eadfce!important}.force-visible-scroll th,.force-visible-scroll td{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;vertical-align:middle!important}.vehicles-wide-table th:nth-child(1),.vehicles-wide-table td:nth-child(1){width:160px!important}.vehicles-wide-table th:nth-child(2),.vehicles-wide-table td:nth-child(2){width:140px!important}.vehicles-wide-table th:nth-child(3),.vehicles-wide-table td:nth-child(3){width:130px!important}.vehicles-wide-table th:nth-child(4),.vehicles-wide-table td:nth-child(4){width:230px!important}.vehicles-wide-table th:nth-child(5),.vehicles-wide-table td:nth-child(5){width:190px!important}.vehicles-wide-table th:nth-child(6),.vehicles-wide-table td:nth-child(6){width:230px!important}.vehicles-wide-table th:nth-child(7),.vehicles-wide-table td:nth-child(7){width:130px!important}.vehicles-wide-table th:nth-child(8),.vehicles-wide-table td:nth-child(8){width:200px!important}.vehicles-wide-table th:nth-child(9),.vehicles-wide-table td:nth-child(9){width:200px!important}.vehicles-wide-table th:nth-child(10),.vehicles-wide-table td:nth-child(10){width:260px!important}.garage-wide-table th:nth-child(1),.garage-wide-table td:nth-child(1){width:210px!important}.garage-wide-table th:nth-child(2),.garage-wide-table td:nth-child(2){width:150px!important}.garage-wide-table th:nth-child(3),.garage-wide-table td:nth-child(3){width:240px!important}.garage-wide-table th:nth-child(4),.garage-wide-table td:nth-child(4){width:130px!important}.garage-wide-table th:nth-child(5),.garage-wide-table td:nth-child(5){width:180px!important}.garage-wide-table th:nth-child(6),.garage-wide-table td:nth-child(6){width:190px!important}.garage-wide-table th:nth-child(7),.garage-wide-table td:nth-child(7){width:190px!important}.garage-wide-table th:nth-child(8),.garage-wide-table td:nth-child(8){width:180px!important}.garage-wide-table th:nth-child(9),.garage-wide-table td:nth-child(9){width:170px!important}.garage-wide-table th:nth-child(10),.garage-wide-table td:nth-child(10){width:170px!important}.garage-wide-table th:nth-child(11),.garage-wide-table td:nth-child(11){width:150px!important}.vehicles-wide-table .table-action-stack{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important}.vehicles-wide-table .open-btn,.garage-wide-table .open-btn{width:100%!important;min-width:110px!important}.inventory-action-cards{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important}.inventory-search-panel{display:flex!important;align-items:center!important;gap:14px!important;margin:18px 0 22px!important;width:100%!important}.inventory-search-panel .input{flex:1 1 auto!important;max-width:none!important;min-height:54px!important;font-weight:900!important}.inventory-search-panel .btn{flex:0 0 auto!important;min-height:54px!important}.stock-fit-card,.report-chart-card:has(.stock-report-fit-list){min-height:420px!important}.stock-fit-count{display:inline-flex!important;margin-top:8px!important;padding:6px 12px!important;border-radius:999px!important;background:#f1eaf7!important;color:var(--purple)!important;font-weight:1000!important;font-size:12px!important}.stock-fit-list,.stock-report-fit-list{display:grid!important;gap:0!important;width:100%!important;max-height:330px!important;overflow:auto!important;border:1px solid var(--line)!important;border-radius:18px!important;background:#fffdf8!important}.stock-fit-head,.stock-fit-row,.stock-report-fit-head,.stock-report-fit-row{display:grid!important;grid-template-columns:minmax(120px,1.1fr) minmax(220px,2fr) 80px 90px minmax(110px,1fr)!important;gap:10px!important;align-items:center!important;min-width:720px!important;padding:12px 14px!important;border-bottom:1px solid var(--line)!important}.stock-fit-head,.stock-report-fit-head{position:sticky!important;top:0!important;z-index:2!important;background:#f1ece3!important;color:var(--purple)!important;font-weight:1000!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.4px!important}.stock-fit-row,.stock-report-fit-row{background:#fffdf8!important;font-size:13px!important}.stock-fit-row span,.stock-report-fit-row span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.stock-fit-row small,.stock-report-fit-row small{display:block!important;color:var(--muted)!important;font-size:11px!important;margin-top:2px!important;overflow:hidden!important;text-overflow:ellipsis!important}.stock-low-pill,.stock-zero-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:fit-content!important;min-width:44px!important;padding:6px 10px!important;border-radius:999px!important;font-weight:1000!important}.stock-low-pill{background:#fff0d9!important;color:#a05a00!important}.stock-zero-pill{background:#ffe1e8!important;color:#b50030!important}.stock-fit-list::-webkit-scrollbar,.stock-report-fit-list::-webkit-scrollbar{width:12px!important;height:12px!important}.stock-fit-list::-webkit-scrollbar-track,.stock-report-fit-list::-webkit-scrollbar-track{background:#eadfce!important;border-radius:999px!important}.stock-fit-list::-webkit-scrollbar-thumb,.stock-report-fit-list::-webkit-scrollbar-thumb{background:#b59c7b!important;border-radius:999px!important}.reports-page .chart-grid,.reports-page .report-chart-grid,.reports-page .analytics-grid{align-items:stretch!important}@media (max-width: 900px){.inventory-search-panel{display:grid!important}.stock-fit-head,.stock-fit-row,.stock-report-fit-head,.stock-report-fit-row{min-width:680px!important}}.field{position:relative!important;min-width:0!important}.form-grid,.form-grid.four,.form-grid.six,.detail-grid{overflow:visible!important;align-items:start!important}.professional-suggestion-panel,.suggestion-panel{position:static!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-top:8px!important;max-height:240px!important;overflow:auto!important;z-index:9999!important;box-shadow:0 10px 28px #2b00461f!important;border:1px solid #e7dcc9!important;background:#fff!important}.suggestion-panel button,.professional-suggestion-panel button{min-height:46px!important;display:grid!important;grid-template-columns:minmax(110px,.8fr) minmax(140px,1.2fr)!important;align-items:center!important;width:100%!important}.suggestion-panel button b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-panel button span{text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-vehicle-chip,.section-tag-pill{margin-top:8px;border:1px solid #d9f8df;background:#f0fff5;border-radius:14px;padding:10px 12px;display:grid;gap:2px}.selected-vehicle-chip span,.section-tag-pill{color:#6f6078;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.selected-vehicle-chip b{color:#2b0048}.modal-wide,.modal.modal-wide{width:min(1320px,calc(100vw - 24px))!important;max-width:min(1320px,calc(100vw - 24px))!important}.modal{overflow:auto!important}.assessment-detail-clean,.modal .form-grid,.modal .detail-grid{max-width:100%!important}.garage-summary-grid,.store-dashboard-grid,.report-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.garage-filter-toolbar,.history-toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:16px 0}.garage-filter-toolbar .input{min-width:180px}.table-wrap{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.table-wrap table{min-width:980px!important}.garage-wide-table table,.garage-work-table-shell table{min-width:1180px!important}.test-track-card{border-top:5px solid #24f66f!important}.inventory-page .store-analytics-grid{display:none!important}.inventory-search-panel{display:grid!important;grid-template-columns:minmax(280px,1fr) auto!important;gap:12px!important;align-items:center!important;margin:14px 0 18px!important}.reports-page .chart-grid,.reports-page .report-chart-grid,.fuel-analytics-grid,.vehicle-analytics-grid,.store-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.metric-card:before{content:attr(data-section);display:block;color:#ff315f;font-weight:1000;letter-spacing:.08em;font-size:11px;text-transform:uppercase}@media (max-width: 1100px){.form-grid.four,.form-grid.six{grid-template-columns:repeat(2,minmax(0,1fr))!important}.garage-summary-grid,.store-dashboard-grid,.report-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-page .chart-grid,.reports-page .report-chart-grid,.fuel-analytics-grid,.vehicle-analytics-grid,.store-analytics-grid{grid-template-columns:1fr!important}}@media (max-width: 760px){.form-grid,.form-grid.four,.form-grid.six,.detail-grid,.inventory-search-panel{grid-template-columns:1fr!important}.garage-summary-grid,.store-dashboard-grid,.report-kpi-grid{grid-template-columns:1fr}.suggestion-panel button,.professional-suggestion-panel button{grid-template-columns:1fr!important;gap:3px!important}.suggestion-panel button span{text-align:left!important}.page{padding:20px 12px!important}.modal-backdrop{padding:8px!important;align-items:start!important}.modal{margin-top:8px}}.modal,.modal.modal-wide,.modal-wide{max-width:min(1180px,calc(100vw - 32px))!important;width:min(1180px,calc(100vw - 32px))!important;overflow:auto!important}.modal .form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;align-items:start!important}.modal .field,.modal .field *{min-width:0!important;max-width:100%!important}.modal input,.modal select,.modal textarea,.modal .input{width:100%!important;max-width:100%!important}.modal .form-actions,.modal .vehicle-selected-summary,.modal .assessment-cost-summary{grid-column:1/-1!important}.professional-assessment-start-modal{width:100%;max-width:100%}.professional-assessment-start-modal .form-grid{grid-template-columns:repeat(2,minmax(280px,1fr))!important}.part-search-picker,.vehicle-search-zone,.fuel-vehicle-picker,.vehicle-out-picker,.plate-search-picker{position:relative;min-width:0;width:100%}.part-search-results,.stock-picker-results,.vehicle-search-results,.fuel-search-results,.vehicle-out-search-results,.search-suggestions{z-index:9999!important;max-height:300px!important;overflow:auto!important;box-shadow:0 18px 45px #2b004830!important}.part-search-results button,.stock-picker-results button,.vehicle-search-results button,.fuel-search-results button,.vehicle-out-search-results button{white-space:normal!important;text-align:left!important;line-height:1.25!important}.garage-summary-grid,.inventory-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:16px;margin-bottom:18px}.garage-filter-toolbar,.history-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:16px 0}.garage-filter-toolbar .input,.history-toolbar .input{min-width:180px}.table-wrap{max-width:100%;overflow-x:auto!important}.table-wrap table{table-layout:auto}.table-action-stack{display:flex;flex-wrap:wrap;gap:8px}.chart-box{min-height:280px!important;height:320px!important}.report-chart-card,.pro-chart-card{min-height:430px}.metric-card{min-height:130px}@media (max-width:900px){.modal,.modal.modal-wide,.modal-wide{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;padding:18px!important}.modal .form-grid,.professional-assessment-start-modal .form-grid{grid-template-columns:1fr!important}.garage-summary-grid,.inventory-kpi-grid,.stats-grid,.report-grid,.store-analytics-grid{grid-template-columns:1fr 1fr!important}.table-wrap table{min-width:900px}.page{padding:22px 12px!important}}@media (max-width:640px){.garage-summary-grid,.inventory-kpi-grid,.stats-grid,.report-grid,.store-analytics-grid{grid-template-columns:1fr!important}.history-toolbar,.garage-filter-toolbar{display:grid;grid-template-columns:1fr;width:100%}.history-toolbar .input,.garage-filter-toolbar .input,.history-toolbar button,.garage-filter-toolbar button{width:100%}}.modal .professional-assessment-start-modal,.modal .professional-assessment-start-modal form,.modal form.form-grid{position:relative;overflow:visible!important}.professional-assessment-start-modal .form-grid,.modal .form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(320px,1fr))!important;gap:18px 22px!important;align-items:start!important}.professional-assessment-start-modal .vehicle-selected-summary,.professional-assessment-start-modal .assessment-cost-summary,.professional-assessment-start-modal .part-search-picker,.modal .form-actions,.modal .notice,.modal .button-row{grid-column:1 / -1!important}.part-search-results,.inline-suggestions,.vehicle-search-suggestions,.fuel-vehicle-suggestions,.vehicle-out-suggestions{z-index:99999!important;max-height:min(340px,55vh)!important;overflow-y:auto!important;box-shadow:0 18px 45px #1c003238!important}.garage-wide-table table{min-width:1760px!important}.garage-work-table-shell{overflow-x:auto!important;overflow-y:visible!important}.garage-wide-table td,.garage-wide-table th{vertical-align:top!important}.button-row:empty{display:none}@media (max-width: 900px){.professional-assessment-start-modal .form-grid,.modal .form-grid{grid-template-columns:1fr!important}.modal,.modal.modal-wide,.modal-wide{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;padding:18px!important}.garage-wide-table table{min-width:1500px!important}}.suggestion-panel,.professional-suggestion-panel{position:absolute;z-index:9999;width:min(520px,calc(100vw - 32px));max-height:260px;overflow:auto;background:#fff;border:1px solid rgba(45,0,71,.12);border-radius:18px;box-shadow:0 18px 48px #1f00332e;padding:8px}.field,.form-field{position:relative}.suggestion-panel button{width:100%;display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border:0;border-radius:12px;background:#f8f4ff;color:#21002f;text-align:left;margin:4px 0;cursor:pointer}.suggestion-panel button:hover{background:#efe6ff}.table-wrap,.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.table-wrap table,.table-responsive table{min-width:980px}.chart-box{min-height:320px;height:340px}.vehicle-out-page .tabs{flex-wrap:wrap;gap:10px}.vehicle-out-page .metric-card b{word-break:break-word}@media (max-width: 900px){.form-grid.four,.form-grid.six{grid-template-columns:1fr!important}.modal,.dialog,.drawer{width:96vw!important;max-width:96vw!important}.suggestion-panel{left:0;right:auto;width:calc(100vw - 48px)}.chart-box{height:300px}}.vehicle-today-card-row{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:14px;overflow-x:auto;padding-bottom:6px}.professional-vehicle-flow .table-wrap{overflow-x:auto}.professional-vehicle-flow table{min-width:1100px}.plate-edit-cell{position:relative;min-width:220px}.table-suggestion-panel{position:absolute;left:0;right:0;top:52px;z-index:50;max-height:260px;overflow:auto}.fuel-page .table-wrap,.wheel-page .table-wrap{overflow-x:auto}.fuel-page table,.wheel-page table{min-width:980px}.fuel-stock-cards{display:grid;grid-template-columns:repeat(4,minmax(190px,1fr));gap:14px;overflow-x:auto}.toolbar{display:flex;gap:12px;align-items:center;margin:12px 0}.wheel-page input[type=number]{min-width:90px}@media (max-width: 900px){.vehicle-today-card-row,.fuel-stock-cards{display:flex;overflow-x:auto}.vehicle-today-card-row .card,.fuel-stock-cards .card{min-width:220px}.form-grid.four,.form-grid.six{grid-template-columns:1fr!important}.modal-content,.card{max-width:100%}.professional-suggestion-panel{max-width:calc(100vw - 40px)}}.chart-card,.report-chart-card,.pro-chart-card,.dashboard-chart-card,.live-chart-card{min-width:0!important;overflow:hidden!important}.chart-box,.chart-card .chart-box,.report-chart-card .chart-box,.pro-chart-card .chart-box,.dashboard-chart-card .chart-box,.vehicle-analytics-grid .chart-box,.fuel-page .chart-box,.store-analytics-grid .chart-box,.dashboard-modern-chart-grid .chart-box{display:block!important;width:100%!important;min-width:260px!important;height:300px!important;min-height:280px!important;position:relative!important;overflow:hidden!important}.chart-box>.recharts-responsive-container,.chart-card .recharts-responsive-container{width:100%!important;min-width:260px!important;height:280px!important;min-height:220px!important}@media (max-width: 900px){.chart-box,.chart-card .chart-box,.report-chart-card .chart-box,.pro-chart-card .chart-box,.dashboard-chart-card .chart-box,.vehicle-analytics-grid .chart-box,.fuel-page .chart-box,.store-analytics-grid .chart-box,.dashboard-modern-chart-grid .chart-box{min-width:100%!important;height:280px!important;min-height:260px!important}}.burger-btn{display:none;position:relative;width:46px;height:46px;flex:0 0 46px;order:99;margin-left:4px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;padding:0;z-index:130;transition:background .25s ease,border-color .25s ease,transform .15s ease}.burger-btn:active{transform:scale(.92)}.burger-btn span{position:absolute;left:12px;right:12px;height:3px;border-radius:999px;background:var(--purple);transition:transform .32s cubic-bezier(.4,0,.2,1),opacity .2s ease,top .32s cubic-bezier(.4,0,.2,1)}.burger-btn span:nth-child(1){top:15px}.burger-btn span:nth-child(2){top:21.5px}.burger-btn span:nth-child(3){top:28px}.burger-btn.is-open{background:var(--purple);border-color:var(--purple)}.burger-btn.is-open span{background:var(--green)}.burger-btn.is-open span:nth-child(1){top:21.5px;transform:rotate(45deg)}.burger-btn.is-open span:nth-child(2){opacity:0;transform:translate(-10px)}.burger-btn.is-open span:nth-child(3){top:21.5px;transform:rotate(-45deg)}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:#18002a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:110;cursor:pointer;animation:backdrop-fade .3s ease}@keyframes backdrop-fade{0%{opacity:0}to{opacity:1}}.route-view{animation:page-enter .32s ease both}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.topbar-title{min-width:0}.topbar-title b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-title span{color:var(--muted);font-size:13px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 980px){.app-shell{display:block!important;grid-template-columns:1fr!important;min-height:100vh!important}.burger-btn{display:block}.sidebar{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:min(310px,86vw)!important;min-width:0!important;height:100dvh!important;min-height:100dvh!important;display:flex!important;flex-direction:column!important;overflow-y:auto!important;overflow-x:hidden!important;background:var(--purple)!important;padding:20px 16px calc(20px + env(safe-area-inset-bottom,0px))!important;z-index:120!important;transform:translate(-104%)!important;transition:transform .34s cubic-bezier(.32,.72,.28,1)!important;box-shadow:18px 0 60px #14002859!important;border-radius:0 22px 22px 0!important}.app-shell.sidebar-open .sidebar{transform:translate(0)!important}.app-shell.sidebar-open .sidebar-backdrop{display:block}.sidebar nav{display:grid!important;grid-template-columns:1fr!important;gap:6px!important}.sidebar nav a{min-height:48px!important;padding:12px 14px!important;font-size:15px!important;border-radius:14px!important}.sidebar .role-pill,.sidebar nav a,.sidebar .logout{opacity:0;transform:translate(-16px);transition:opacity .28s ease,transform .28s ease,background .2s ease,color .2s ease;transition-delay:0s}.app-shell.sidebar-open .sidebar .role-pill,.app-shell.sidebar-open .sidebar nav a,.app-shell.sidebar-open .sidebar .logout{opacity:1;transform:none}.app-shell.sidebar-open .sidebar .role-pill{transition-delay:.05s}.app-shell.sidebar-open .sidebar nav a:nth-child(1){transition-delay:.08s}.app-shell.sidebar-open .sidebar nav a:nth-child(2){transition-delay:.11s}.app-shell.sidebar-open .sidebar nav a:nth-child(3){transition-delay:.14s}.app-shell.sidebar-open .sidebar nav a:nth-child(4){transition-delay:.17s}.app-shell.sidebar-open .sidebar nav a:nth-child(5){transition-delay:.2s}.app-shell.sidebar-open .sidebar nav a:nth-child(6){transition-delay:.23s}.app-shell.sidebar-open .sidebar nav a:nth-child(7){transition-delay:.26s}.app-shell.sidebar-open .sidebar nav a:nth-child(8){transition-delay:.29s}.app-shell.sidebar-open .sidebar nav a:nth-child(9){transition-delay:.32s}.app-shell.sidebar-open .sidebar nav a:nth-child(10){transition-delay:.35s}.app-shell.sidebar-open .sidebar nav a:nth-child(11){transition-delay:.38s}.app-shell.sidebar-open .sidebar nav a:nth-child(12){transition-delay:.41s}.app-shell.sidebar-open .sidebar nav a:nth-child(13){transition-delay:.44s}.app-shell.sidebar-open .sidebar .logout{transition-delay:.48s}.sidebar nav a:active{transform:scale(.97)!important}.sidebar .logout{position:static!important;width:100%!important;flex-shrink:0!important;margin-top:18px!important}body.menu-open{overflow:hidden!important}.main-area{margin-left:0!important;width:100%!important;min-width:0!important}.topbar{position:sticky!important;top:0!important;z-index:90!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:12px!important;height:auto!important;padding:12px 14px!important;background:var(--card)!important}.topbar-title{flex:1 1 auto;order:1}.topbar-title b{font-size:15px}.topbar-title span{font-size:12px}.top-actions{order:2;width:auto!important;margin-left:auto}.user-chip{padding:10px 14px!important}.user-chip small{display:none}.search-box{order:100!important;flex-basis:100%!important;width:100%!important;max-width:none!important}.page{padding:18px 14px calc(24px + env(safe-area-inset-bottom,0px))!important}.page-header{margin-bottom:16px!important}.page-header h1{font-size:clamp(24px,6vw,32px)!important}.subtitle,.page-header p{font-size:14px!important}.btn,.open-btn,.outline-btn,.details-btn{min-height:42px}.input,select.input{min-height:44px}}@media (min-width: 981px){.burger-btn,.sidebar-backdrop{display:none!important}.sidebar{transform:none!important}}@media (max-width: 460px){.topbar-title span{display:none}.user-chip{display:none!important}}@media (max-width: 700px){.stats-grid,.metrics-grid,.dashboard-metrics-grid,.garage-summary-grid,.inventory-kpi-grid,.report-kpi-grid,.store-dashboard-grid,.fuel-stock-cards,.fuel-analytics-grid,.vehicle-today-card-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;padding-bottom:0!important}.stats-grid .card,.metrics-grid .card,.dashboard-metrics-grid .card,.fuel-stock-cards .card,.vehicle-today-card-row .card,.garage-summary-grid .card{min-width:0!important;width:100%!important;min-height:104px!important;padding:14px!important}.metric-card span,.stats-grid h3{font-size:11.5px!important;letter-spacing:.04em;overflow-wrap:normal!important;word-break:normal!important}.metric-card b,.stats-grid strong,.kpi strong{font-size:clamp(20px,7vw,30px)!important;line-height:1.1!important;overflow-wrap:normal!important;word-break:normal!important;white-space:normal!important}.metric-card small,.stats-grid small{font-size:11.5px!important}}@media (max-width: 360px){.stats-grid,.metrics-grid,.dashboard-metrics-grid,.fuel-stock-cards,.vehicle-today-card-row,.garage-summary-grid{grid-template-columns:1fr!important}}.table-wrap,.table-responsive{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}@media (max-width: 700px){.table-wrap.table-responsive{overflow-x:hidden!important;border:0!important;background:transparent!important}.table-wrap.table-responsive table,.report-result-card .table-wrap.table-responsive table,.garage-work-table-shell .table-wrap.table-responsive table,.fuel-page .table-wrap.table-responsive table,.wheel-page .table-wrap.table-responsive table,.vehicle-page .table-wrap.table-responsive table,.garage-wide-table table,.vehicles-wide-table table{display:block!important;width:100%!important;min-width:0!important;table-layout:auto!important}.table-wrap.table-responsive thead{display:none!important}.table-wrap.table-responsive tbody{display:block!important;width:100%!important}.table-wrap.table-responsive tr{display:block!important;width:100%!important;background:var(--card);border:1px solid var(--line);border-radius:18px;padding:8px 16px;margin:0 0 12px;box-shadow:0 8px 24px #2b00480f;animation:page-enter .3s ease both}.table-wrap.table-responsive td{display:block!important;width:100%!important;min-width:0!important;padding:10px 0!important;border-bottom:1px dashed #efe7d6!important;text-align:right!important;white-space:normal!important;overflow-wrap:break-word!important;font-size:13.5px!important;line-height:1.45!important}.table-wrap.table-responsive td:before{content:attr(data-label);float:left;max-width:45%;padding-right:12px;color:var(--muted);font-weight:900;font-size:11.5px;letter-spacing:.04em;text-align:left;text-transform:uppercase;line-height:1.4}.table-wrap.table-responsive td:after{content:"";display:table;clear:both}.table-wrap.table-responsive td:last-child{border-bottom:0!important}.table-wrap.table-responsive td:empty{display:none!important}.table-wrap.table-responsive td .input,.table-wrap.table-responsive td select,.table-wrap.table-responsive td input{display:inline-block!important;width:min(240px,56%)!important;min-width:110px!important;max-width:100%!important;text-align:left!important}.wheel-request-lines td select.input{width:min(260px,60%)!important}.table-wrap.table-responsive td .table-action-stack,.table-wrap.table-responsive td .inline-actions,.table-wrap.table-responsive td .row-actions{display:inline-flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-end!important}.table-wrap.table-responsive td .btn,.table-wrap.table-responsive td .open-btn{margin-left:6px;margin-top:4px}.table-wrap.table-responsive td .vehicle-img-box{display:inline-block!important;float:none!important}.table-wrap.table-responsive td img,.table-vehicle-img{max-width:128px!important;height:auto!important;border-radius:12px}.table-wrap.table-responsive td[colspan]{text-align:center!important}.table-wrap.table-responsive td[colspan]:before{display:none}.table-wrap:not(.table-responsive) table{min-width:640px!important}}@media (max-width: 700px){.chart-box{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch}.chart-box>.recharts-responsive-container,.chart-card .recharts-responsive-container{min-width:430px!important;width:100%!important;height:270px!important}.recharts-cartesian-axis-tick text{font-size:10px!important}.recharts-legend-wrapper{font-size:11px!important}.recharts-tooltip-wrapper{max-width:78vw}.analytics-tooltip{white-space:normal;max-width:74vw}.chart-card .card-head,.pro-chart-card .card-head{flex-wrap:wrap;gap:8px}}.modal .detail-grid{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)!important;gap:14px 24px!important;align-items:start!important}.modal .detail-grid p{margin:7px 0;line-height:1.5;overflow-wrap:anywhere}.modal .detail-grid p b{color:var(--purple)}.assessment-detail-clean{display:grid;gap:14px}.assessment-detail-clean .card{padding:18px!important}.assessment-detail-clean h2{margin:0 0 8px}.assessment-detail-clean p{margin:6px 0;overflow-wrap:anywhere}.inventory-picker.advanced-part-picker,.advanced-part-picker{display:grid!important;grid-template-columns:minmax(0,1fr) 110px auto!important;gap:12px!important;align-items:end!important;margin-bottom:14px!important}.advanced-part-picker .btn{white-space:nowrap}.parts-ledger{border:1px solid var(--line)!important;border-radius:16px!important;overflow:hidden!important}.parts-ledger-store .parts-ledger-head,.parts-ledger-store .parts-ledger-row{display:grid!important;grid-template-columns:58px 100px minmax(110px,1.5fr) 64px 72px 82px 82px 92px minmax(72px,.9fr) 84px!important;min-width:0!important;width:100%!important}.parts-ledger-mechanic .parts-ledger-head,.parts-ledger-mechanic .parts-ledger-row{display:grid!important;grid-template-columns:minmax(90px,.9fr) minmax(140px,1.8fr) 70px minmax(120px,1fr)!important;min-width:0!important;width:100%!important}.parts-ledger-head span,.parts-ledger-row>div{padding:10px 8px!important;font-size:12.5px!important;min-width:0!important;overflow-wrap:anywhere!important;display:flex;align-items:center;gap:4px}.parts-ledger-qty .input{min-height:38px!important;padding:6px 8px!important}@media (max-width: 760px){.parts-ledger{overflow:visible!important}.parts-ledger-head{display:none!important}.parts-ledger-store .parts-ledger-row,.parts-ledger-mechanic .parts-ledger-row{display:grid!important;grid-template-columns:1fr!important;padding:6px 14px!important;border-bottom:1px solid var(--line)!important}.parts-ledger-row:last-child{border-bottom:0!important}.parts-ledger-row>div{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:9px 0!important;border-bottom:1px dashed #efe7d6!important;text-align:right}.parts-ledger-row>div:last-child{border-bottom:0!important}.parts-ledger-row>div:before{content:attr(data-label);flex:0 0 42%;text-align:left;color:var(--muted);font-weight:900;font-size:11.5px;text-transform:uppercase;letter-spacing:.03em}.parts-ledger-qty .input{max-width:110px!important}.inventory-picker.advanced-part-picker,.advanced-part-picker{grid-template-columns:1fr!important}.advanced-part-picker .btn{width:100%}.modal .detail-grid{grid-template-columns:1fr!important}}.dashboard-original-layout .dashboard-metrics-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(205px,1fr))!important;gap:14px!important;margin:0 0 18px!important}.dashboard-original-layout .dashboard-metrics-grid .metric-card,.dashboard-original-layout .dashboard-metrics-grid .kpi{min-height:118px!important;margin:0!important}.dashboard-original-layout .admin-compact-chart-grid,.admin-compact-chart-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row dense!important;gap:16px!important;align-items:stretch!important;margin:18px 0 0!important}.admin-compact-chart-grid .chart-card,.admin-compact-chart-grid>.card{height:100%!important;min-height:0!important;margin:0!important}.admin-compact-chart-grid .chart-box{min-height:260px!important;height:280px!important}.dashboard-original-layout .report-result-card,.dashboard-original-layout .section-small{margin-top:18px!important}@media (max-width: 1500px){.dashboard-original-layout .dashboard-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important}}@media (max-width: 900px){.dashboard-original-layout .admin-compact-chart-grid,.admin-compact-chart-grid{grid-template-columns:1fr!important;gap:14px!important}.dashboard-original-layout .dashboard-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}}@media (max-width: 360px){.dashboard-original-layout .dashboard-metrics-grid{grid-template-columns:1fr!important}}@media (max-width: 700px){.history-toolbar,.garage-filter-toolbar{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.history-toolbar .input,.garage-filter-toolbar .input,.history-toolbar .btn,.garage-filter-toolbar .btn{width:100%!important;min-width:0!important}.toolbar{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.toolbar .input{width:100%!important}.vehicle-type-filters,.tabs,.section-tabs{overflow-x:auto;scrollbar-width:thin}}:focus-visible{outline:3px solid var(--green);outline-offset:2px;border-radius:6px}.btn,.open-btn,.outline-btn{transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn:hover{box-shadow:0 10px 24px #2b00482e}.btn:active,.open-btn:active{transform:translateY(1px) scale(.98)}.card{transition:box-shadow .25s ease}.app-copyright{text-align:center;color:var(--muted);font-size:11.5px;font-weight:800;letter-spacing:.08em;padding:26px 16px 18px}.app-toast{position:sticky;top:84px;z-index:95;display:flex;justify-content:space-between;align-items:center;gap:14px;margin:12px 16px 0;padding:13px 18px;border-radius:16px;font-weight:800;box-shadow:0 16px 40px #2b004829;animation:toast-in .3s ease}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.app-toast-success{background:#eafff1;border:1px solid #b2f0c6;color:#00602a}.app-toast-error{background:#ffeef2;border:1px solid #ffc4d1;color:#a80026}.app-toast button{border:0;background:transparent;font-size:20px;font-weight:900;cursor:pointer;color:inherit;line-height:1}.global-loading-bar{position:sticky;top:76px;z-index:96;height:3px;background:linear-gradient(90deg,var(--green),#7b35ff,var(--pink));background-size:220% 100%;animation:loading-slide 1.1s linear infinite}@keyframes loading-slide{0%{background-position:0 0}to{background-position:220% 0}}.page,.main-area{overflow-x:clip!important}img,svg,canvas{max-width:100%}.fuel-page>.card.section-small{margin-top:18px!important}.fuel-page .fuel-stock-cards{margin-bottom:4px!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 700px){.vehicle-page .table-wrap th:nth-child(n),.vehicle-page .table-wrap td:nth-child(n),.inventory-page .table-wrap th:nth-child(n),.inventory-page .table-wrap td:nth-child(n){width:100%!important;min-width:0!important;max-width:none!important;position:static!important;box-shadow:none!important;white-space:normal!important;background:transparent!important;text-align:right!important}.vehicle-page .table-wrap.table-responsive table,.inventory-page .table-wrap.table-responsive table{table-layout:auto!important;min-width:0!important}.inventory-page .table-wrap.table-responsive{overflow-x:hidden!important}.table-wrap.table-responsive td{display:flow-root!important}.table-wrap.table-responsive td:before{width:41%!important;max-width:41%!important;overflow-wrap:normal!important;word-break:normal!important;white-space:normal!important}.table-wrap.table-responsive td .input,.table-wrap.table-responsive td select{display:block!important;margin-left:auto!important}.table-wrap.table-responsive td .btn,.table-wrap.table-responsive td .open-btn,.table-wrap.table-responsive td .details-btn{display:inline-block!important;width:auto!important;float:none!important;margin:4px 0 4px 8px!important}.table-wrap.table-responsive td .table-action-stack,.table-wrap.table-responsive td .inline-actions,.table-wrap.table-responsive td .row-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-end!important;margin-left:41%!important}.table-wrap.table-responsive td .table-action-stack .btn,.table-wrap.table-responsive td .table-action-stack .open-btn,.table-wrap.table-responsive td .inline-actions .btn,.table-wrap.table-responsive td .row-actions .open-btn,.table-wrap.table-responsive td .row-actions .details-btn{margin:0!important}.vehicle-page .vehicle-img-box,.vehicle-page .table-vehicle-img{width:150px!important;height:92px!important;max-width:100%!important;display:inline-block!important;float:none!important}.vehicle-page .table-vehicle-img{object-fit:contain!important}.table-wrap.table-responsive td .badge{display:inline-block!important;width:auto!important}}@media (max-width: 700px){.vehicle-table-scroll-shell,.garage-work-table-shell,.vehicle-table-scroll-shell.force-visible-scroll,.garage-work-table-shell.force-visible-scroll{min-width:0!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;padding:0!important}.vehicle-table-scroll-shell .table-wrap,.vehicle-table-scroll-shell.force-visible-scroll>.table-wrap,.vehicle-table-scroll-shell.force-visible-scroll>.table-responsive,.vehicle-table-scroll-shell.force-visible-scroll>.vehicles-wide-table,.garage-work-table-shell.force-visible-scroll>.table-wrap,.garage-work-table-shell.force-visible-scroll>.table-responsive,.garage-work-table-shell.force-visible-scroll>.garage-wide-table{min-width:0!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}.vehicle-table-scroll-shell table,.vehicle-table-scroll-shell.force-visible-scroll table,.garage-work-table-shell.force-visible-scroll table,.force-visible-scroll table{min-width:0!important;width:100%!important}.vehicle-table-scroll-shell th:nth-child(n),.vehicle-table-scroll-shell td:nth-child(n),.vehicles-wide-table th:nth-child(n),.vehicles-wide-table td:nth-child(n),.garage-wide-table th:nth-child(n),.garage-wide-table td:nth-child(n),.force-visible-scroll th:nth-child(n),.force-visible-scroll td:nth-child(n){width:100%!important;min-width:0!important;max-width:none!important;position:static!important;white-space:normal!important;background:transparent!important;box-shadow:none!important;text-align:right!important}}@media (max-width: 760px){.parts-ledger-store .parts-ledger-head,.parts-ledger-mechanic .parts-ledger-head,.parts-ledger .parts-ledger-head{display:none!important}.modal h2{padding-right:46px!important;overflow-wrap:break-word}}@media (max-width: 700px){.table-wrap.table-responsive td .table-action-stack,.table-wrap.table-responsive td .inline-actions,.table-wrap.table-responsive td .row-actions{margin-left:0!important;width:100%!important;justify-content:flex-end!important}.table-wrap.table-responsive td .table-action-stack .open-btn,.table-wrap.table-responsive td .inline-actions .btn,.table-wrap.table-responsive td .row-actions .open-btn,.table-wrap.table-responsive td .row-actions .details-btn{flex:0 1 auto!important;min-width:0!important;max-width:100%!important;white-space:normal!important}}.recharts-cartesian-grid line{stroke:#e9e0cd!important}.recharts-cartesian-axis line{stroke:#e2d8c2!important}.recharts-cartesian-axis-tick text{fill:#7a6a87!important;font-size:11px!important;font-weight:700!important}.recharts-label,.recharts-text.recharts-label{fill:#554763!important;font-weight:800!important;font-size:11px!important}.recharts-bar-label-list text,.recharts-bar text{fill:#3d2b4e!important}.recharts-legend-item-text{color:#4a3a5a!important;font-size:12px!important;font-weight:800!important}.recharts-default-legend{padding-top:6px!important}.recharts-tooltip-cursor{fill:#6f3cff12!important}.recharts-active-dot circle{stroke:var(--card)!important;stroke-width:2px!important}.recharts-default-tooltip{border-radius:14px!important;border:1px solid var(--line)!important;background:var(--card)!important;box-shadow:0 18px 42px #2b00482e!important;padding:10px 14px!important;font-weight:800!important}.recharts-tooltip-label{color:var(--purple)!important;font-weight:900!important}.analytics-tooltip{background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 42px #2b00482e;padding:11px 14px;display:grid;gap:4px;max-width:min(320px,74vw);font-size:12.5px;line-height:1.4}.analytics-tooltip>b{color:var(--purple);font-size:13.5px}.analytics-tooltip span{color:#5d4d6d;font-weight:700}.analytics-tooltip .tooltip-series-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.analytics-tooltip .tooltip-series-row b{color:var(--purple)}.analytics-tooltip .tooltip-series-row em{color:var(--muted);font-style:normal;font-size:11.5px}.analytics-tooltip .tooltip-swatch{width:10px;height:10px;border-radius:3px;flex:0 0 10px;outline:2px solid var(--card)}.analytics-tooltip .tooltip-total{border-top:1px dashed var(--line);margin-top:3px;padding-top:6px;color:var(--purple)!important}.analytics-tooltip .tooltip-plate-list{display:grid;gap:2px;border-top:1px dashed var(--line);padding-top:6px;font-size:11.5px}.recharts-pie-sector path,.recharts-pie path.recharts-sector{stroke:var(--card)!important;stroke-width:2px!important}.recharts-pie-label-text{fill:#4a3a5a!important;font-weight:800!important;font-size:11px!important}.recharts-pie-label-line{stroke:#cfc2af!important}.bar-list-chart{display:grid;gap:11px;padding:4px 2px}.bar-list-row-static{display:grid;gap:5px}.bar-list-row-static:hover .bar-list-track em{filter:brightness(1.12)}.bar-list-meta{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.bar-list-meta b{font-size:13px;color:var(--text);overflow-wrap:anywhere}.bar-list-meta span{font-size:12.5px;font-weight:900;color:var(--purple);white-space:nowrap;font-variant-numeric:tabular-nums}.bar-list-track{height:10px;border-radius:999px;background:#efe7d6;overflow:hidden}.bar-list-track em{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#6f3cff,#8f63ff);transition:width .5s cubic-bezier(.22,.8,.36,1),filter .2s ease;min-width:4px}.chart-period-select{border:1px solid var(--line);border-radius:999px;background:#fff;padding:8px 12px;font-weight:800;font-size:12px;color:var(--purple);cursor:pointer}@media (max-width: 700px){.recharts-cartesian-axis-tick text{font-size:10px!important}.analytics-tooltip{font-size:12px}}.chart-card,.report-chart-card,.pro-chart-card,.dashboard-chart-card,.admin-compact-chart-grid .chart-card{overflow:visible!important}.chart-box,.chart-card .chart-box,.report-chart-card .chart-box,.pro-chart-card .chart-box,.dashboard-chart-card .chart-box,.dashboard-modern-chart-grid .chart-box,.admin-compact-chart-grid .chart-box{height:auto!important;min-height:310px!important;overflow:visible!important}.chart-box>.recharts-responsive-container,.chart-card .recharts-responsive-container{height:280px!important;min-height:280px!important}.recharts-legend-wrapper{position:relative!important;bottom:auto!important;left:auto!important;margin-top:2px}@media (max-width: 700px){.chart-box,.chart-card .chart-box,.dashboard-modern-chart-grid .chart-box,.admin-compact-chart-grid .chart-box{height:auto!important;min-height:300px!important;overflow-x:auto!important;overflow-y:visible!important}.chart-box>.recharts-responsive-container,.chart-card .recharts-responsive-container{height:270px!important;min-height:270px!important;min-width:430px!important}}@media (max-width: 700px){.vehicle-type-filters{display:flex!important;gap:8px!important;overflow-x:auto!important;padding-bottom:4px!important;scrollbar-width:none!important}.vehicle-type-filters::-webkit-scrollbar{display:none!important}.vehicle-table-scroll-shell,.garage-work-table-shell,.vehicle-table-scroll-shell.force-visible-scroll,.garage-work-table-shell.force-visible-scroll{max-height:none!important;height:auto!important;overflow:visible!important}.vehicle-table-scroll-shell::-webkit-scrollbar,.garage-work-table-shell::-webkit-scrollbar,.force-visible-scroll::-webkit-scrollbar,.table-wrap.table-responsive::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.vehicle-table-scroll-shell .table-wrap,.vehicle-table-scroll-shell>.table-responsive{max-height:none!important;overflow:visible!important}}
