:root{--navy: #001f5b;--navy-2: #0d2e6e;--gold: #c9a227;--white: #ffffff;--bg: #f6f8fc;--line: #e2e6ef;--muted: #697386;--text: #1f2937;--green: #15803d;--green-bg: #dcfce7;--red: #dc2626;--red-bg: #fee2e2;--orange: #c46a12;--orange-bg: #fff4d6;--blue-bg: #eaf1ff;--shadow: 0 12px 30px rgba(0, 31, 91, .08);--sidebar: 260px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--text);padding:10px 12px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #001f5b17}textarea{min-height:92px;resize:vertical}.login-screen{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#001040 0%,var(--navy) 62%,var(--navy-2) 100%);padding:24px}.login-card{width:min(420px,100%);background:var(--white);border-radius:12px;padding:38px;box-shadow:0 24px 80px #00000038}.brand-block{text-align:center;margin-bottom:28px}.app-logo{display:block;object-fit:contain}.app-logo-login{width:min(240px,78%);height:84px;margin:0 auto 14px}.app-logo-sidebar{width:74px;height:48px;flex:0 0 auto}.app-logo-header{width:52px;height:34px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.18))}.brand-mark{width:42px;height:42px;border-radius:10px;background:var(--gold);color:var(--navy);display:grid;place-items:center;font-weight:900;letter-spacing:-.04em;flex:0 0 auto}.brand-block .brand-mark{width:58px;height:58px;margin:0 auto 14px;font-size:26px}.brand-block h1{margin:0;color:var(--navy)}.brand-block p,.login-note,.topbar p,.page-head p,.kpi-card p,.panel-title small,.alert-row p,.sidebar-brand small{color:var(--muted)}.role-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px}.role-switch button{background:var(--bg);color:var(--muted);border-radius:8px;padding:10px;font-weight:700}.role-switch button.active{background:var(--navy);color:var(--white)}.login-card label{display:block;margin:14px 0 6px;color:#3f4858;font-weight:700;font-size:13px}.login-note{text-align:center;font-size:12px;margin:18px 0 0}.login-status{margin:8px 0 10px;color:var(--muted);font-size:12px;font-weight:700}.app-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar) 1fr}.sidebar{position:sticky;top:0;height:100vh;background:var(--white);border-right:1px solid var(--line);padding:20px 0;overflow-y:auto}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:0 20px 20px;color:var(--navy)}.sidebar-brand strong,.sidebar-brand small{display:block}.sidebar-powered{margin:22px 20px 0;padding:10px 12px;border:1px solid var(--line);border-radius:8px;color:var(--muted);font-size:11px;font-weight:800;text-align:center;background:#f9fbff}.nav-group{margin:8px 0 18px}.nav-group p{margin:0;padding:8px 20px 6px;font-size:11px;font-weight:800;color:#8b95a8;text-transform:uppercase;letter-spacing:.08em}.nav-group button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:11px 20px;background:transparent;color:#4d586d;border-left:4px solid transparent;text-align:left;font-weight:700}.nav-group button:hover,.nav-group button.active{color:var(--navy);background:#eef3ff;border-left-color:var(--navy)}.nav-group b,.topbar-actions span{background:var(--gold);color:var(--navy);min-width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;font-size:12px}.site-frame{min-width:0}.topbar{position:sticky;top:0;z-index:10;min-height:76px;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 28px;box-shadow:0 4px 18px #001f5b2e}.topbar h1{margin:0;font-size:22px}.topbar-title{display:flex;align-items:center;gap:12px}.topbar p{margin:4px 0 0;color:#ffffffa3;font-size:13px}.topbar-actions{display:flex;align-items:center;gap:10px}.notification-wrap{position:relative}.notification-panel{position:absolute;right:0;top:calc(100% + 10px);width:min(420px,92vw);max-height:460px;overflow:auto;background:var(--white);color:var(--text);border:1px solid var(--line);border-radius:10px;box-shadow:0 22px 60px #00104038;padding:12px;z-index:30}.notification-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 4px 10px;color:var(--navy)}.notification-head button{background:var(--blue-bg);color:var(--navy);border-radius:8px;padding:7px 10px;font-weight:800}.notification-list{display:grid;gap:8px}.topbar input{width:280px;background:#ffffff1a;color:var(--white);border-color:#ffffff29}.topbar input::placeholder{color:#ffffff8a}.user-chip{min-width:120px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:7px 11px}.user-chip strong,.user-chip small{display:block}.user-chip small{color:#ffffff94;font-size:11px}.content{padding:26px}.primary,.secondary,.import-button,.ghost,.row-actions button,.panel-title button{border-radius:8px;min-height:38px;padding:9px 14px;font-weight:800}.primary{background:var(--navy);color:var(--white)}.primary:hover{background:var(--navy-2)}.secondary{background:var(--gold);color:var(--navy)}.import-button{display:inline-flex;align-items:center;justify-content:center;background:#eef3ff;color:var(--navy);cursor:pointer}.import-button input{display:none}.ghost{background:#ffffff1f;color:inherit;border:1px solid rgba(255,255,255,.16)}.full{width:100%}.page-actions,.page-head,.panel-title,.vehicle-top,.invoice-top,.invoice-parties{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-actions{justify-content:flex-end;margin-bottom:18px}.page-head{background:var(--white);border:1px solid var(--line);border-radius:10px;padding:18px;margin-bottom:18px}.page-head h2,.page-head p{margin:0}.page-head h2{color:var(--navy)}.page-head>div:last-child{display:flex;align-items:center;gap:10px}.page-head input{width:280px}.kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:14px;margin-bottom:18px}.dashboard-loading{margin:0 0 18px;padding:12px 14px;border:1px solid rgba(198,166,100,.45);border-radius:10px;background:#fff8e8;color:var(--navy);font-size:13px;font-weight:800}.kpi-grid.compact{grid-template-columns:repeat(4,minmax(180px,1fr))}.kpi-card,.panel,.vehicle-card,.invoice-preview{background:var(--white);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow)}.kpi-card{padding:16px}.kpi-card span{display:block;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.kpi-card strong{display:block;margin-top:8px;color:var(--navy);font-size:24px;line-height:1.1}.kpi-card p{margin:8px 0 0;font-size:12px}.tax-settings-panel{display:flex;align-items:flex-end;gap:14px;margin-bottom:18px;padding:16px;background:var(--white);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow)}.tax-settings-panel>div{flex:1;min-width:220px}.tax-settings-panel strong,.tax-settings-panel span{display:block}.tax-settings-panel strong{color:var(--navy);font-size:15px}.tax-settings-panel span{margin-top:4px;color:var(--muted);font-size:12px;font-weight:800}.tax-settings-panel label{min-width:180px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.dashboard-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.panel{padding:18px;min-width:0}.panel.wide{grid-column:1 / -1}.panel-title{margin-bottom:14px}.panel-title h2{margin:0;color:var(--navy);font-size:17px}.panel-title button{background:var(--blue-bg);color:var(--navy)}.bar-chart{height:260px;display:grid;grid-template-columns:repeat(12,1fr);gap:9px;align-items:end;padding-top:10px}.bar-chart div{height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:8px}.bar-chart i{display:block;min-height:12px;border-radius:7px 7px 0 0;background:linear-gradient(180deg,var(--navy),var(--gold))}.bar-chart.dual>div{min-width:0}.bar-pair{height:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:center;gap:3px}.bar-pair i,.bar-pair em{width:42%;display:block;min-height:4px;border-radius:7px 7px 0 0}.bar-pair i{background:var(--navy)}.bar-pair em{background:var(--gold)}.bar-chart span{text-align:center;color:var(--muted);font-size:12px;font-weight:800}.chart-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;color:var(--muted);font-size:12px;font-weight:800}.chart-legend span{display:inline-flex;align-items:center;gap:6px}.chart-legend i,.chart-legend em{width:10px;height:10px;border-radius:3px;display:inline-block}.chart-legend i{background:var(--navy)}.chart-legend em{background:var(--gold)}.planning-panel{margin-bottom:18px}.planning-title,.planning-title>div:first-child{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.planning-title>div:first-child{flex-direction:column;gap:3px}.planning-nav,.planning-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px}.planning-nav button,.planning-detail button{background:var(--blue-bg);color:var(--navy);font-weight:800}.planning-filters{margin-bottom:14px}.planning-filters label{min-width:180px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.planning-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:10px}.planning-table{width:100%;min-width:920px;border-collapse:separate;border-spacing:0}.planning-table th,.planning-table td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:10px;text-align:center;vertical-align:middle}.planning-table thead th{position:sticky;top:0;z-index:2;background:var(--blue-bg);color:var(--navy);font-size:12px;text-transform:uppercase}.planning-table th:first-child{position:sticky;left:0;z-index:3;min-width:210px;background:var(--white);text-align:left}.planning-table thead th:first-child{background:var(--blue-bg)}.planning-table tbody tr:last-child th,.planning-table tbody tr:last-child td{border-bottom:0}.planning-table th strong,.planning-table th span{display:block}.planning-table th span{margin-top:4px;color:var(--muted);font-size:12px;font-weight:700}.planning-cell{width:100%;min-height:44px;display:grid;gap:3px;place-items:center;border-radius:8px;padding:9px 8px;font-size:12px;font-weight:900;text-transform:uppercase}.planning-cell strong,.planning-cell span{display:block}.planning-cell span{max-width:116px;overflow:hidden;color:inherit;font-size:10px;font-weight:800;opacity:.82;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.planning-cell.available{background:var(--green-bg);color:var(--green)}.planning-cell.reserved{background:var(--orange-bg);color:var(--orange)}.planning-cell.rented{background:var(--red-bg);color:var(--red)}.planning-cell.maintenance{background:#ede9fe;color:#6d28d9}.planning-detail{display:grid;gap:12px;margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fbfcff}.planning-detail>div:first-child{display:flex;justify-content:space-between;gap:12px;color:var(--navy)}.planning-detail>div:first-child span{color:var(--muted);font-weight:800}.planning-detail dl{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px 14px;margin:0}.planning-detail dt{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.planning-detail dd{margin:3px 0 0;font-weight:800}.table-wrap{width:100%;overflow-x:auto;background:var(--white);border:1px solid var(--line);border-radius:10px}.panel .table-wrap{border:0;border-radius:0}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;font-size:13px}th{color:var(--navy);background:#f1f4fa;font-size:12px;text-transform:uppercase;letter-spacing:.04em}tr:last-child td{border-bottom:0}.badge{display:inline-flex;align-items:center;white-space:nowrap;min-height:24px;padding:4px 9px;border-radius:999px;font-weight:800;font-size:12px}.badge.success{color:var(--green);background:var(--green-bg)}.badge.danger{color:var(--red);background:var(--red-bg)}.badge.warning{color:var(--orange);background:var(--orange-bg)}.badge.reserved{color:#7c5c00;background:#fff7c7}.badge.info{color:var(--navy);background:var(--blue-bg)}.status-filters{display:flex;flex-wrap:wrap;gap:8px;margin:-6px 0 18px}.status-filters button{min-height:34px;border-radius:999px;background:var(--white);border:1px solid var(--line);color:var(--muted);padding:7px 13px;font-weight:800}.status-filters button.active{background:var(--navy);border-color:var(--navy);color:var(--white)}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:16px}.vehicle-card{padding:16px}.vehicle-card strong{color:var(--navy)}.vehicle-card p{margin:8px 0 14px;color:var(--muted)}.vehicle-card dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 14px}.vehicle-card dt{color:var(--muted);font-size:12px}.vehicle-card dd{margin:0;font-weight:800}.row-actions{display:flex;flex-wrap:wrap;gap:7px}.row-actions button{min-height:30px;padding:6px 9px;background:#eef3ff;color:var(--navy);font-size:12px}.row-actions button:last-child{background:var(--red-bg);color:var(--red)}.list-stack{display:grid;gap:10px}.distribution-list,.ranking-list{display:grid;gap:13px}.distribution-list>div{display:grid;gap:8px}.distribution-list div div,.ranking-row div{display:flex;align-items:center;justify-content:space-between;gap:12px}.distribution-list strong,.ranking-row strong{color:var(--navy)}.distribution-list span,.ranking-row span{color:var(--muted);font-size:12px;font-weight:800}.distribution-list b,.ranking-row i{display:block;height:8px;min-width:6px;max-width:100%;border-radius:999px;background:linear-gradient(90deg,var(--navy),var(--gold))}.ranking-row{position:relative;display:grid;grid-template-columns:1fr auto;gap:8px 14px;padding-bottom:12px;border-bottom:1px solid var(--line)}.ranking-row:last-child{border-bottom:0;padding-bottom:0}.ranking-row b{color:var(--navy);font-size:13px}.ranking-row i{grid-column:1 / -1;height:6px}.empty-state{margin:0;color:var(--muted);font-weight:700}.alert-row{position:relative;background:var(--white);border:1px solid var(--line);border-left:5px solid var(--navy);border-radius:10px;padding:14px 120px 14px 16px}.alert-row.compact{box-shadow:none;padding:11px 90px 11px 12px}.alert-row.compact strong{display:block;font-size:13px}.alert-row.compact p{font-size:12px}.alert-row.danger{border-left-color:var(--red)}.alert-row.warning{border-left-color:var(--orange)}.alert-row.success{border-left-color:var(--green)}.alert-row strong{color:var(--navy)}.alert-row p{margin:5px 0 0}.alert-row .badge{position:absolute;right:14px;top:14px}.invoice-preview{max-width:1120px;margin:22px auto 0}.invoice-print-area,.contract-print-area{width:194mm;max-width:194mm;margin:0 auto;display:grid;gap:0;overflow:visible;box-sizing:border-box}.print-page,.pdf-page{width:194mm;min-height:277mm;overflow:visible;box-sizing:border-box}.pdf-page{break-after:page;page-break-after:always}.invoice-sheet{width:min(194mm,100%);max-width:194mm;min-height:277mm;margin:0 auto;padding:8mm;background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);color:#111827;box-sizing:border-box;overflow:visible}.invoice-header{display:grid;grid-template-columns:1.3fr .7fr;gap:20px;padding-bottom:16px;border-bottom:4px solid var(--navy)}.invoice-brand{display:flex;gap:12px;align-items:flex-start}.invoice-logo{width:46px;height:46px;display:grid;place-items:center;border:2px solid var(--navy);color:var(--navy);font-weight:900}.invoice-logo img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.invoice-brand h1,.invoice-meta h2,.invoice-box h3{color:var(--navy)}.invoice-brand h1{margin:0 0 5px;font-size:22px}.invoice-brand p,.invoice-meta p,.invoice-box p,.invoice-note{margin:3px 0;color:#4b5563;font-size:11px;line-height:1.45}.invoice-meta{text-align:right}.invoice-meta h2{margin:0 0 8px;font-size:28px;letter-spacing:1px}.invoice-meta strong{display:block;color:#111827}.invoice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.invoice-box{min-height:78px;border:1px solid #cfd6e4;padding:10px}.invoice-box h3{margin:0 0 7px;font-size:12px;text-transform:uppercase}.invoice-lines{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:16px;font-size:10.5px}.invoice-lines th,.invoice-lines td{border:1px solid #cfd6e4;padding:5px;vertical-align:top;word-break:break-word;white-space:normal;overflow-wrap:anywhere}.invoice-lines th{background:#f1f3f8;color:var(--navy)}.invoice-lines th:nth-child(1){width:38%}.invoice-lines th:nth-child(2){width:17%}.invoice-lines th:nth-child(3){width:18%}.invoice-lines th:nth-child(4){width:27%}.invoice-lines .amount{text-align:right;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.invoice-summary{display:grid;grid-template-columns:1fr minmax(250px,76mm);gap:18px;align-items:start;margin-top:16px}.invoice-payment{border:1px solid #cfd6e4;padding:10px;font-size:11px}.invoice-payment p{display:flex;justify-content:space-between;gap:12px;margin:7px 0}.invoice-total-box{border:1px solid var(--navy)}.invoice-total-line{display:flex;justify-content:space-between;gap:14px;padding:8px 10px;border-bottom:1px solid var(--line);font-size:12px}.invoice-total-line:last-child{border-bottom:0}.invoice-total-line.strong{background:var(--navy);color:var(--white);font-size:14px;font-weight:800}.invoice-note{margin-top:18px;padding-top:10px;border-top:1px solid var(--line)}.contract-preview{max-width:1120px;margin:22px auto 0}.contract-document{display:grid;gap:0}.contract-sheet{width:min(194mm,100%);max-width:194mm;min-height:277mm;margin:0 auto;padding:6mm;background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);color:#111827;box-sizing:border-box;overflow:visible}.contract-page-one{padding:5mm;font-size:10.8px;page-break-after:always;break-after:page}.contract-page-two{min-height:277mm;max-height:277mm;padding:5mm 6mm;page-break-before:auto;break-before:auto;page-break-after:auto;break-after:auto;overflow:hidden}.pdf-render-host{position:fixed;left:-10000px;top:0;width:194mm;min-height:277mm;background:#fff;z-index:0;pointer-events:none}.contract-header{display:flex;justify-content:space-between;gap:18px;border-bottom:3px solid var(--navy);padding-bottom:12px;margin-bottom:12px}.agency-block{display:flex;gap:12px;align-items:flex-start}.agency-logo{width:46px;height:46px;display:grid;place-items:center;border:2px solid var(--navy);color:var(--navy);font-weight:900}.agency-logo img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.contract-paper-header{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:8px;border:2px solid #111827;padding:5px;align-items:stretch}.contract-agency-left,.contract-title-center,.contract-agency-right{min-width:0;display:flex;flex-direction:column;justify-content:center}.contract-agency-left{align-items:center;text-align:center;gap:2px}.contract-agency-left .agency-logo{width:42px;height:34px}.contract-agency-left strong,.contract-title-center h1{color:#111827;font-weight:900}.contract-agency-left span,.contract-agency-right span,.contract-title-center div{font-size:8.4px;line-height:1.18}.contract-title-center{align-items:center;text-align:center;border-inline:1px solid #111827}.contract-title-center h1{margin:0;font-size:18px;letter-spacing:.4px}.contract-title-center p{margin:1px 0 2px;font-family:Tahoma,Arial,sans-serif;font-size:13px;line-height:1.15}.contract-agency-right{text-align:right;gap:3px}.vehicle-strip{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:5px;border:1px solid #111827;padding:4px}.tenant-title{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:5px;padding:2px 6px;border:1px solid #111827;background:#f3f4f6;color:#111827;font-size:12px;font-weight:900;text-transform:uppercase}.tenant-title span,.drivers-paper-grid h2 span,.paper-box h2 span,.paper-ar,.paper-check .paper-ar,.delivery-table span,.contract-ack span,.signature-grid span{direction:rtl;unicode-bidi:isolate;text-align:right;font-family:Tahoma,Arial,sans-serif;text-transform:none;letter-spacing:0}.drivers-paper-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:5px}.drivers-paper-grid article,.paper-box{border:1px solid #111827;padding:4px;min-width:0}.drivers-paper-grid h2,.paper-box h2{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:0 0 3px;padding-bottom:2px;border-bottom:1px solid #111827;color:#111827;font-size:9.4px;line-height:1.1;text-transform:none}.paper-field,.paper-check{display:grid;grid-template-columns:minmax(58px,.78fr) minmax(84px,1.45fr) minmax(62px,.9fr);gap:5px;align-items:end;min-height:15px;font-size:7.7px;line-height:1.05}.paper-field.wide{min-height:20px}.paper-fr{text-align:left;font-weight:800}.paper-ar{font-weight:800}.paper-write{min-height:11px;border-bottom:1px dotted #4b5563;text-align:center;font-weight:700}.contract-paper-row{display:grid;grid-template-columns:.76fr 1.24fr;gap:6px;margin-top:5px}.finance-situation-row{grid-template-columns:.88fr 1.12fr}.delivery-table{width:100%;border-collapse:collapse;font-size:7.6px;line-height:1.08}.delivery-table th,.delivery-table td{border:1px solid #9ca3af;padding:2px 3px;vertical-align:middle}.delivery-table td:nth-child(2),.delivery-table td:nth-child(3){border-bottom:1px dotted #4b5563;text-align:center;font-weight:700}.finance-fields{display:grid;grid-template-columns:1fr;gap:1px}.situation-head{display:grid;grid-template-columns:.8fr .8fr 1.2fr;gap:4px;margin-bottom:3px;font-size:7.5px;font-weight:800;text-align:center}.situation-head span,.fuel-scale{border:1px solid #9ca3af;padding:2px 3px}.fuel-scale{margin-bottom:3px;font-size:7.5px;font-weight:800}.checks-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px 5px;margin-bottom:3px}.paper-check{grid-template-columns:minmax(52px,.8fr) minmax(46px,.75fr) minmax(54px,.95fr)}.paper-check-boxes{white-space:nowrap;text-align:center}.km-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px}.agency-block span,.contract-meta p{display:block;margin:2px 0;color:#374151;font-size:11px}.contract-meta{text-align:right}.contract-meta h1,.conditions-title{margin:0 0 8px;color:var(--navy);font-size:19px;line-height:1.2}.contract-meta h1.ar,.conditions-title.ar,.ar,.arabic-label{font-family:Arial,Tahoma,sans-serif;letter-spacing:0;text-transform:none}.contract-meta h1.ar,.conditions-title.ar{color:#111827;font-size:17px}.contract-grid{display:grid;gap:9px;margin-top:9px}.contract-page-one .contract-grid{gap:7px;margin-top:7px}.contract-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.contract-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #cfd6e4;padding:8px;font-size:11px}.second-driver-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;border:1px solid #cfd6e4;padding:6px;font-size:10px}.second-driver-grid span{min-height:30px;display:grid;grid-template-columns:minmax(58px,.78fr) minmax(92px,1.45fr) minmax(74px,.9fr);gap:6px;align-items:end}.second-driver-grid b{text-align:left;white-space:nowrap}.second-driver-grid bdi{text-align:right;white-space:nowrap}.second-driver-grid em{min-height:15px;border-bottom:1px dotted #6b7280}.contract-sheet h2{margin:10px 0 5px;color:var(--navy);font-size:11.5px;text-transform:uppercase}.contract-page-one h2{margin:5px 0 3px;font-size:11.5px}.section-arabic{display:block;margin-top:2px;color:#111827;direction:rtl;unicode-bidi:isolate;text-align:right;font-family:Tahoma,Arial,sans-serif;text-transform:none;line-height:1.25;font-size:9.8px}.contract-sheet h2 .ar{color:#111827;text-transform:none}.bilingual-label{display:flex;flex-direction:column;gap:2px}.fr-label{direction:ltr;text-align:left;font-weight:700}.arabic-label{direction:rtl;unicode-bidi:isolate;text-align:right;line-height:1.25;font-size:9.8px;font-family:Tahoma,Arial,sans-serif}.contract-sheet table{min-width:0;margin:0;font-size:10.5px}.contract-page-one table{font-size:10.2px}.contract-sheet th,.contract-sheet td{border:1px solid #cfd6e4;padding:4.5px 6px;vertical-align:top;line-height:1.3;word-break:break-word;white-space:normal}.contract-page-one th,.contract-page-one td{padding:2.5px 4px;line-height:1.18}.contract-sheet th{width:38%;background:#f7f8fb}.contract-sheet th .ar{color:#111827;font-weight:800}.check-cell{white-space:normal}.yes-no{display:flex;flex-wrap:wrap;gap:4px 8px;justify-content:flex-start;font-size:9.5px}.yes-no span{white-space:nowrap}.manual-row td{height:21px;min-height:21px;border-bottom:1px dotted #6b7280}.sketch-zone{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:5px}.sketch-box{min-height:34mm;border:1px solid #111827;padding:4px;background:#fff}.sketch-box strong{display:flex;justify-content:space-between;gap:8px;color:#0b1f3a;font-size:8.5px;line-height:1.1}.sketch-box strong span{font-family:Tahoma,Arial,sans-serif;text-align:right;font-size:8px}.car-sketch{position:relative;height:26mm;margin-top:2px;border:1px dashed #9ca3af;overflow:hidden}.car-sketch:before{content:"";position:absolute;left:18%;right:18%;top:34%;height:30%;border:1px solid #111827;border-radius:42% 42% 24% 24%}.car-sketch:after{content:"";position:absolute;left:26%;right:26%;top:23%;height:24%;border:1px solid #111827;border-bottom:0;border-radius:50% 50% 0 0}.car-sketch span:before,.car-sketch span:after{content:"";position:absolute;bottom:25%;width:14px;height:14px;border:1px solid #111827;border-radius:50%;background:#fff}.car-sketch span:before{left:25%}.car-sketch span:after{right:25%}.contract-ack{margin:10px 0 0;padding:8px;border:1px solid #111827;text-align:center;font-size:11px;font-weight:800}.contract-page-one .contract-ack{margin-top:5px;padding:4px;font-size:10px}.signature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.signature-grid div{min-height:70px;border:1px solid #111827;padding:8px;font-size:11px;font-weight:800}.contract-page-one .signature-grid{margin-top:6px}.contract-page-one .signature-grid div{min-height:52px;font-size:10.2px}.signature-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.contract-page-two .conditions-title{text-align:center;font-size:20px;margin:0 0 7px;color:#111827;letter-spacing:.35px}.conditions-grid{display:block;column-count:2;column-gap:9mm;column-fill:balance}.conditions-grid article{display:inline-block;width:100%;margin:0 0 4px;break-inside:avoid;page-break-inside:avoid}.conditions-grid h2{margin:0 0 1.5px;font-size:8.4px;line-height:1.08;color:#111827}.conditions-grid p{margin:0;font-size:7.55px;line-height:1.18;color:#111827}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#00104073;display:grid;place-items:center;padding:24px}.modal{width:min(880px,100%);max-height:calc(100vh - 48px);overflow:auto;background:var(--white);border-radius:12px;box-shadow:0 28px 80px #00000047}.modal-head,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid var(--line)}.modal-head h2{margin:0;color:var(--navy);font-size:18px}.modal-head button{background:var(--bg);color:var(--muted);border-radius:8px;padding:8px 12px;font-weight:800}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.form-grid label{display:grid;gap:6px;color:#3f4858;font-weight:800;font-size:13px}.form-grid .full{grid-column:1 / -1}.calculation-box{margin:0 20px 20px;background:var(--blue-bg);border:1px solid #cddcff;border-radius:10px;padding:13px 15px;color:var(--navy)}.calculation-box span,.calculation-box strong{display:block}.calculation-box span{color:var(--muted);margin-bottom:3px}.modal-actions{border-top:1px solid var(--line);border-bottom:0;justify-content:flex-end}.modal-actions .ghost{color:var(--navy);background:var(--bg);border-color:var(--line)}.toast{position:fixed;right:24px;bottom:24px;z-index:80;background:var(--navy);color:var(--white);padding:13px 16px;border-radius:9px;box-shadow:var(--shadow);font-weight:800}.form-error{margin:4px 0 12px;color:var(--red);font-weight:800}.empty-cell{color:var(--muted);padding:22px!important;text-align:center}.import-errors{background:var(--red-bg);border:1px solid #fecaca;border-radius:10px;color:var(--red);display:grid;gap:6px;margin:-6px 0 18px;padding:14px 16px}.import-errors strong{color:var(--red)}.import-errors p,.import-errors small{margin:0;font-weight:700}@media (max-width: 1180px){.kpi-grid,.kpi-grid.compact{grid-template-columns:repeat(3,minmax(180px,1fr))}.cards-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.topbar{align-items:flex-start;flex-direction:column}.topbar-actions{width:100%;flex-wrap:wrap}.topbar input{flex:1;min-width:220px}.tax-settings-panel{flex-wrap:wrap}.planning-title{align-items:stretch;flex-direction:column}.planning-detail dl{grid-template-columns:repeat(2,minmax(140px,1fr))}.contract-sheet,.invoice-sheet{min-height:auto}}@media (max-width: 840px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;display:block;padding-bottom:8px}.nav-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:0 12px}.nav-group p{grid-column:1 / -1;padding-left:8px}.nav-group button{border-left:0;border-radius:8px;padding:10px}.topbar{position:relative}.content{padding:16px}.kpi-grid,.kpi-grid.compact,.dashboard-grid,.cards-grid{grid-template-columns:1fr}.page-head,.page-head>div:last-child{align-items:stretch;flex-direction:column}.page-head input{width:100%}.tax-settings-panel{align-items:stretch;flex-direction:column}.form-grid{grid-template-columns:1fr}.planning-filters label{min-width:100%}.planning-detail dl,.contract-header,.contract-grid.two,.contract-grid.three,.conditions-grid,.signature-grid,.signature-grid.compact,.invoice-header,.invoice-grid,.invoice-summary{grid-template-columns:1fr}.contract-header{display:grid}.contract-meta,.invoice-meta{text-align:left}}@media (max-width: 560px){.login-card{padding:26px}.topbar-actions,.page-actions{align-items:stretch;flex-direction:column}.topbar input,.topbar-actions button,.user-chip{width:100%}.alert-row{padding-right:16px}.alert-row .badge{position:static;margin-top:10px}}@page{size:A4 portrait;margin:8mm}@media print{html,body{margin:0!important;padding:0!important;background:#fff!important}.sidebar,.topbar,.page-actions,.page-head,.row-actions,.no-print,.app-header,.dashboard-header,button{display:none!important}.app-shell{display:block}.content{padding:0}.invoice-preview,.contract-preview{box-shadow:none;border:0}.print-page,.pdf-page{width:194mm!important;min-height:277mm;margin:0 auto!important;border:0;border-radius:0;box-shadow:none;overflow:visible!important;box-sizing:border-box!important}.contract-page-one{page-break-after:always!important;break-after:page!important}.contract-page-two{max-height:277mm!important;overflow:hidden!important;page-break-before:auto!important;break-before:auto!important;page-break-after:auto!important;break-after:auto!important}.contract-page-two:last-child{page-break-after:auto!important;break-after:auto!important}.invoice-sheet,.invoice-pdf-page,.invoice-print-area,.contract-sheet,.contract-print-area{width:194mm!important;max-width:194mm!important;margin:0 auto!important;overflow:visible!important;box-sizing:border-box!important}table{width:100%!important}.invoice-table{width:100%!important;table-layout:fixed!important}.invoice-table th,.invoice-table td,td,th{word-break:break-word!important;white-space:normal!important;overflow-wrap:anywhere!important}.pdf-page:last-child{break-after:auto;page-break-after:auto}table,.invoice-box,.invoice-summary,.contract-sheet article{break-inside:avoid;page-break-inside:avoid}}@media screen{html body{--navy: #06245C;--navy-2: #0B3B8C;--gold: #D4AF37;--white: #FFFFFF;--bg: #F4F6FA;--line: #DDE4F0;--muted: #657187;--text: #172033;--blue-bg: #EEF4FF;--shadow: 0 18px 45px rgba(6, 36, 92, .08);background:radial-gradient(circle at top right,rgba(11,59,140,.08),transparent 32rem),var(--bg);color:var(--text)}html body input,html body select,html body textarea{min-height:42px;border-color:#d8e0ee;border-radius:10px;background:#fff;box-shadow:0 1px #06245c05;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}html body input:hover,html body select:hover,html body textarea:hover{border-color:#c5d0e3}html body input:focus,html body select:focus,html body textarea:focus{border-color:var(--navy-2);box-shadow:0 0 0 4px #0b3b8c1c}html body button,html body .import-button{transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}html body button:hover,html body .import-button:hover{transform:translateY(-1px)}html body button:active,html body .import-button:active{transform:translateY(0)}html body .app-shell{background:transparent}html body .sidebar{background:linear-gradient(180deg,#fff,#f8fafe);border-right:1px solid rgba(6,36,92,.09);box-shadow:12px 0 30px #06245c0a;padding:22px 12px}html body .sidebar-brand{margin:0 0 12px;padding:0 10px 20px;border-bottom:1px solid rgba(6,36,92,.08)}html body .sidebar-brand strong{color:var(--navy);font-size:15px;letter-spacing:0}html body .sidebar-brand small{color:#7b879b;font-size:12px}html body .app-logo-sidebar{width:78px;height:52px;padding:6px;border:1px solid rgba(6,36,92,.08);border-radius:10px;background:#fff;box-shadow:0 8px 20px #06245c12}html body .sidebar-powered{margin:20px 8px 0;border-color:#d4af3761;border-radius:10px;background:#fffbed;color:#745c12}html body .nav-group{margin:10px 0 18px}html body .nav-group p{padding:10px 8px 8px;color:#8a96aa;font-size:10px;letter-spacing:.12em}html body .nav-group button{min-height:42px;margin:2px 0;padding:11px 12px;border:1px solid transparent;border-left:0;border-radius:10px;color:#4f5b70}html body .nav-group button:hover{background:#f0f5ff;border-color:#0b3b8c1f;color:var(--navy-2)}html body .nav-group button.active{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);border-color:transparent;color:#fff;box-shadow:0 12px 26px #06245c2e}html body .nav-group button.active b{background:#ffffff2e;color:#fff}html body .nav-group b,html body .topbar-actions span{background:#f4e4a7;color:var(--navy);box-shadow:inset 0 0 0 1px #745c121a}html body .topbar{min-height:78px;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 36%),linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 14px 34px #06245c2e}html body .topbar h1{font-size:21px;letter-spacing:0}html body .topbar p{color:#ffffffb8}html body .app-logo-header{width:56px;height:38px;padding:3px;border-radius:8px;background:#ffffff1f}html body .topbar input{min-height:40px;border-color:#fff3;border-radius:999px;background:#ffffff1f}html body .topbar input:focus{border-color:#ffffff70;box-shadow:0 0 0 4px #ffffff1c}html body .user-chip,html body .ghost{border-color:#ffffff2e;border-radius:10px;background:#ffffff1f}html body .content{padding:30px}html body .page-head,html body .panel,html body .kpi-card,html body .vehicle-card,html body .table-wrap,html body .tax-settings-panel,html body .notification-panel,html body .modal,html body .invoice-preview,html body .contract-preview{border-color:#06245c17;border-radius:14px;box-shadow:var(--shadow)}html body .page-head{padding:20px;background:linear-gradient(180deg,#fff,#fbfcff)}html body .page-head h2,html body .panel-title h2{color:var(--navy);letter-spacing:0}html body .page-head p,html body .panel-title small,html body .kpi-card p{color:var(--muted)}html body .kpi-grid{gap:16px}html body .kpi-card{position:relative;overflow:hidden;padding:18px;background:linear-gradient(180deg,#fffffff0,#fff),linear-gradient(135deg,#0b3b8c14,#d4af3714)}html body .kpi-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--navy-2),var(--gold))}html body .kpi-card span{color:#6e7a90;letter-spacing:.06em}html body .kpi-card strong{color:var(--navy);font-size:26px}html body .panel{background:#fff}html body .panel-title{padding-bottom:12px;border-bottom:1px solid rgba(6,36,92,.07)}html body .primary,html body .secondary,html body .import-button,html body .ghost,html body .row-actions button,html body .panel-title button,html body .planning-nav button,html body .planning-detail button,html body .notification-head button,html body .modal-head button{border-radius:10px;font-weight:800}html body .primary{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);box-shadow:0 10px 22px #06245c2e}html body .primary:hover{background:linear-gradient(135deg,#041b46,#0a347d)}html body .secondary{background:linear-gradient(135deg,#E4C75D 0%,var(--gold) 100%);color:var(--navy);box-shadow:0 10px 22px #d4af3738}html body .import-button,html body .panel-title button,html body .planning-nav button,html body .planning-detail button,html body .notification-head button,html body .row-actions button{border:1px solid rgba(11,59,140,.1);background:#eef4ff;color:var(--navy-2)}html body .row-actions button:hover,html body .import-button:hover,html body .panel-title button:hover,html body .planning-nav button:hover,html body .planning-detail button:hover{background:#e2ecff;border-color:#0b3b8c2e}html body .row-actions button:last-child{border-color:#dc262624;background:#fff1f1;color:var(--red)}html body .status-filters button{border-radius:999px;background:#fff;box-shadow:0 4px 12px #06245c0a}html body .status-filters button.active{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);border-color:transparent;box-shadow:0 10px 22px #06245c29}html body .table-wrap{overflow:hidden;background:#fff}html body .table-wrap table{border-collapse:separate;border-spacing:0}html body .table-wrap th,html body .table-wrap td{border-bottom-color:#e8edf5}html body .table-wrap th{background:#f7f9fd;color:var(--navy);font-size:11px;letter-spacing:.06em}html body .table-wrap tbody tr{transition:background .14s ease}html body .table-wrap tbody tr:hover{background:#fafcff}html body .panel .table-wrap{border-radius:10px}html body .badge{min-height:26px;padding:5px 10px;border-radius:999px;box-shadow:inset 0 0 0 1px #fff6}html body .badge.info{background:#eaf2ff;color:var(--navy-2)}html body .cards-grid{gap:18px}html body .vehicle-card{background:linear-gradient(180deg,#fff,#fbfcff)}html body .vehicle-card dl{padding:12px;border-radius:10px;background:#f7f9fd}html body .vehicle-card dt{color:#6e7a90;font-weight:800;text-transform:uppercase}html body .alert-row{border-color:#06245c17;border-left-width:4px;border-radius:12px;box-shadow:0 10px 24px #06245c0d}html body .planning-scroll{overflow:auto;border-color:#06245c1a;border-radius:14px;background:#fff;box-shadow:inset 0 1px #ffffffe6}html body .planning-table{border-collapse:separate;border-spacing:0}html body .planning-table th,html body .planning-table td{border-color:#e6ecf5;padding:11px}html body .planning-table thead th,html body .planning-table thead th:first-child{background:#f0f5ff;color:var(--navy)}html body .planning-table th:first-child{background:#fff;box-shadow:8px 0 18px #06245c0a}html body .planning-table tbody tr:hover th:first-child,html body .planning-table tbody tr:hover td{background-color:#fafcff}html body .planning-cell{min-height:48px;border-radius:10px;box-shadow:inset 0 0 0 1px #ffffff70}html body .planning-cell.available{background:#e7f8ee}html body .planning-cell.reserved{background:#fff5d8}html body .planning-cell.rented{background:#ffe9e9}html body .planning-cell.maintenance{background:#f0ecff}html body .planning-detail{border-color:#06245c17;border-radius:12px;background:#f8fafe}html body .bar-chart i{background:linear-gradient(180deg,var(--navy-2),var(--gold));box-shadow:0 8px 18px #0b3b8c24}html body .bar-pair i{background:var(--navy-2)}html body .bar-pair em{background:var(--gold)}html body .distribution-list b,html body .ranking-row i{background:linear-gradient(90deg,var(--navy-2),var(--gold))}html body .modal-backdrop{background:#0616378a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html body .modal{overflow:hidden}html body .modal-head,html body .modal-actions{background:#fbfcff}html body .form-grid label{color:#39445a}html body .calculation-box{border-color:#0b3b8c21;border-radius:12px;background:#f0f5ff}html body .toast{border-radius:12px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);box-shadow:0 18px 45px #06245c33}html body .login-screen{background:radial-gradient(circle at 20% 12%,rgba(212,175,55,.18),transparent 24rem),linear-gradient(135deg,#041B46 0%,var(--navy) 56%,var(--navy-2) 100%)}html body .login-card{border:1px solid rgba(255,255,255,.26);border-radius:18px;box-shadow:0 28px 80px #0000003d}html body .role-switch button{border-radius:10px}html body .role-switch button.active{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%)}}@media screen and (max-width: 840px){html body .sidebar{padding:16px 12px}html body .nav-group{gap:6px}html body .nav-group button{border-radius:10px}html body .content{padding:18px}}.lida-site{--lida-navy: #071d3b;--lida-navy-2: #0b2d5c;--lida-royal: #123f7a;--lida-gold: #c8a24a;--lida-gold-dark: #98752a;--lida-ink: #172033;--lida-muted: #687384;--lida-soft: #f5f7fb;--lida-line: #e2e8f0;--lida-white: #ffffff;--lida-shadow: 0 22px 50px rgba(7, 29, 59, .1);min-height:100vh;background:var(--lida-white);color:var(--lida-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.lida-site a{color:inherit;text-decoration:none}.lida-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:82px;padding:14px clamp(20px,5vw,72px);border-bottom:1px solid rgba(226,232,240,.92);background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.lida-brand{display:inline-flex;align-items:center;gap:14px;min-width:248px}.lida-brand img{width:78px;height:48px;object-fit:contain}.lida-brand strong,.lida-brand small{display:block}.lida-brand strong{color:var(--lida-navy);font-size:15px;line-height:1.15}.lida-brand small{margin-top:4px;color:var(--lida-muted);font-size:12px;line-height:1.25}.lida-nav{display:flex;align-items:center;justify-content:center;gap:clamp(14px,2vw,28px);color:#4a5568;font-size:14px;font-weight:750}.lida-nav a{position:relative;padding:8px 0}.lida-nav a:after{content:"";position:absolute;right:0;bottom:2px;left:0;height:2px;background:var(--lida-gold);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.lida-nav a:hover{color:var(--lida-navy)}.lida-nav a:hover:after{transform:scaleX(1)}.lida-header-cta,.lida-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid transparent;border-radius:8px;font-weight:800;line-height:1.2;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.lida-header-cta{padding:11px 17px;background:var(--lida-navy);color:var(--lida-white);font-size:13px;box-shadow:0 12px 24px #071d3b24;white-space:nowrap}.lida-header-cta:hover,.lida-button-primary:hover{background:var(--lida-royal);box-shadow:0 16px 34px #123f7a33;transform:translateY(-1px)}.lida-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:clamp(32px,5vw,72px);align-items:center;padding:clamp(64px,8vw,110px) clamp(20px,5vw,72px) 40px;background:linear-gradient(110deg,#071d3b0b,#fff0 48%),var(--lida-white)}.lida-hero-content{max-width:760px}.lida-eyebrow{margin:0 0 14px;color:var(--lida-gold-dark);font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.lida-hero h1,.lida-section h2,.lida-final-cta h2{margin:0;color:var(--lida-navy);letter-spacing:0}.lida-hero h1{max-width:820px;font-size:clamp(38px,5.4vw,68px);line-height:1.02}.lida-lead{max-width:660px;margin:24px 0 0;color:#536173;font-size:clamp(17px,1.7vw,20px);line-height:1.7}.lida-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.lida-button{min-width:178px;padding:13px 20px;font-size:14px}.lida-button-primary{background:var(--lida-navy);color:var(--lida-white)}.lida-button-secondary{border-color:#cbd5e1;background:var(--lida-white);color:var(--lida-navy)}.lida-button-secondary:hover{border-color:var(--lida-navy);background:#f8fafc;box-shadow:0 12px 28px #071d3b14;transform:translateY(-1px)}.lida-button-gold{background:var(--lida-gold);color:var(--lida-navy);box-shadow:0 14px 30px #c8a24a38}.lida-button-gold:hover{background:#d5b35d;transform:translateY(-1px)}.lida-hero-visual{position:relative;margin:0;min-height:480px;overflow:hidden;border:1px solid rgba(226,232,240,.95);border-radius:18px;background:#e8eef6;box-shadow:var(--lida-shadow)}.lida-hero-visual img{display:block;width:100%;height:100%;min-height:480px;object-fit:cover}.lida-hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#071d3b00 48%,#071d3b9e);pointer-events:none}.lida-hero-visual figcaption{position:absolute;right:24px;bottom:22px;left:24px;z-index:1;display:grid;gap:5px;color:var(--lida-white)}.lida-hero-visual figcaption span{color:#ffffffc7;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.lida-hero-visual figcaption strong{max-width:420px;font-size:20px;line-height:1.3}.lida-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0 clamp(20px,5vw,72px);overflow:hidden;border:1px solid var(--lida-line);border-radius:12px;background:var(--lida-line);box-shadow:0 14px 34px #071d3b0f}.lida-proof div{padding:22px 24px;background:var(--lida-white)}.lida-proof span,.lida-proof strong{display:block}.lida-proof span{color:var(--lida-navy);font-size:15px;font-weight:900}.lida-proof strong{margin-top:7px;color:var(--lida-muted);font-size:13px}.lida-section{padding:clamp(68px,8vw,108px) clamp(20px,5vw,72px)}.lida-section-head{max-width:780px;margin-bottom:34px}.lida-section h2,.lida-final-cta h2{font-size:clamp(30px,3.4vw,46px);line-height:1.12}.lida-intro{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.75fr);gap:clamp(24px,5vw,84px);align-items:start;background:var(--lida-soft)}.lida-intro>p,.lida-why-panel p{margin:0;color:#536173;font-size:17px;line-height:1.75}.lida-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.lida-service-card{min-height:254px;padding:28px;border:1px solid var(--lida-line);border-radius:12px;background:var(--lida-white);box-shadow:0 16px 38px #071d3b0e;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.lida-service-card:hover{border-color:#c8a24a8c;box-shadow:0 24px 52px #071d3b1a;transform:translateY(-3px)}.lida-icon{width:42px;height:42px;margin-bottom:24px;padding:8px;border-radius:10px;background:#f4f7fb;color:var(--lida-royal)}.lida-icon path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.lida-service-card h3,.lida-method-step h3{margin:0;color:var(--lida-navy);font-size:19px;line-height:1.25}.lida-service-card p,.lida-method-step p{margin:14px 0 0;color:var(--lida-muted);font-size:15px;line-height:1.65}.lida-method{background:linear-gradient(180deg,#f7f9fc,#fff)}.lida-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.lida-method-step{position:relative;min-height:230px;padding:26px;border:1px solid rgba(226,232,240,.95);border-radius:12px;background:var(--lida-white)}.lida-method-step span{display:inline-grid;width:42px;height:42px;margin-bottom:28px;place-items:center;border:1px solid rgba(200,162,74,.46);border-radius:999px;color:var(--lida-gold-dark);font-size:13px;font-weight:900}.lida-why{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,.65fr);gap:clamp(24px,5vw,76px);align-items:center;background:var(--lida-navy);color:var(--lida-white)}.lida-why .lida-eyebrow{color:#dfc376}.lida-why h2{color:var(--lida-white)}.lida-why-panel p{max-width:760px;margin-top:22px;color:#ffffffbd}.lida-reason-list{display:grid;gap:12px}.lida-reason-list div{display:flex;align-items:center;gap:13px;min-height:58px;padding:15px 16px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff12}.lida-reason-list span{display:inline-grid;width:26px;height:26px;flex:0 0 auto;place-items:center;border-radius:999px;background:#c8a24a2e;color:#f2d27e;font-weight:900}.lida-sector-list{display:flex;flex-wrap:wrap;gap:12px}.lida-sector-list span{display:inline-flex;align-items:center;min-height:46px;padding:11px 18px;border:1px solid var(--lida-line);border-radius:999px;background:#f8fafc;color:var(--lida-navy);font-weight:850}.lida-final-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin:0 clamp(20px,5vw,72px) clamp(56px,7vw,92px);padding:clamp(34px,5vw,54px);border-radius:18px;background:linear-gradient(135deg,#ffffff14,#fff0),var(--lida-navy);color:var(--lida-white);box-shadow:0 26px 58px #071d3b2e}.lida-final-cta .lida-eyebrow{color:#dfc376}.lida-final-cta h2{max-width:880px;color:var(--lida-white)}@media (max-width: 1160px){.lida-header{grid-template-columns:1fr auto}.lida-nav{grid-column:1 / -1;grid-row:2;justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.lida-hero{grid-template-columns:1fr}.lida-hero-visual,.lida-hero-visual img{min-height:420px}.lida-service-grid,.lida-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.lida-header{position:relative;grid-template-columns:1fr;gap:14px;min-height:0}.lida-brand{min-width:0}.lida-header-cta{width:100%}.lida-nav{gap:18px}.lida-hero{padding-top:48px}.lida-hero h1{font-size:clamp(34px,11vw,48px)}.lida-proof,.lida-intro,.lida-why,.lida-final-cta{grid-template-columns:1fr}.lida-proof{gap:1px}.lida-service-grid,.lida-method-grid{grid-template-columns:1fr}.lida-service-card,.lida-method-step{min-height:auto}.lida-final-cta .lida-button{width:100%}}@media (max-width: 540px){.lida-brand img{width:64px;height:40px}.lida-brand strong{font-size:14px}.lida-hero-actions,.lida-button{width:100%}.lida-hero-visual,.lida-hero-visual img{min-height:330px}.lida-hero-visual{border-radius:12px}.lida-hero-visual figcaption{right:18px;bottom:18px;left:18px}.lida-section{padding-top:58px;padding-bottom:58px}.lida-service-card,.lida-method-step{padding:22px}.lida-sector-list span{width:100%;justify-content:center}}@media screen{html body:has(.app-shell){--section-accent: #5B8DEF;--section-accent-strong: #0B3B8C;--section-accent-soft: #EFF6FF;--section-accent-line: #CFE1FF;--section-accent-rgb: 91, 141, 239}html body:has(.sidebar .nav-group:nth-child(2) button:nth-of-type(1).active){--section-accent: #5B8DEF;--section-accent-strong: #0B3B8C;--section-accent-soft: #EFF6FF;--section-accent-line: #CFE1FF;--section-accent-rgb: 91, 141, 239}html body:has(.sidebar .nav-group:nth-child(3) button:nth-of-type(1).active){--section-accent: #4F8FC9;--section-accent-strong: #1F5F99;--section-accent-soft: #EDF7FF;--section-accent-line: #C9E3F7;--section-accent-rgb: 79, 143, 201}html body:has(.sidebar .nav-group:nth-child(3) button:nth-of-type(2).active){--section-accent: #4FAE73;--section-accent-strong: #24764A;--section-accent-soft: #EEF9F1;--section-accent-line: #CBECD5;--section-accent-rgb: 79, 174, 115}html body:has(.sidebar .nav-group:nth-child(3) button:nth-of-type(3).active){--section-accent: #E89B45;--section-accent-strong: #A95D17;--section-accent-soft: #FFF5EA;--section-accent-line: #F5D7B8;--section-accent-rgb: 232, 155, 69}html body:has(.sidebar .nav-group:nth-child(3) button:nth-of-type(4).active),html body:has(.sidebar .nav-group:nth-child(4) button:nth-of-type(2).active){--section-accent: #D4AF37;--section-accent-strong: #8A6A12;--section-accent-soft: #FFF8E4;--section-accent-line: #EEDB9B;--section-accent-rgb: 212, 175, 55}html body:has(.sidebar .nav-group:nth-child(3) button:nth-of-type(5).active){--section-accent: #E17872;--section-accent-strong: #A83F3A;--section-accent-soft: #FFF1EF;--section-accent-line: #F4CAC6;--section-accent-rgb: 225, 120, 114}html body:has(.sidebar .nav-group:nth-child(3) button:nth-of-type(6).active){--section-accent: #7B83C8;--section-accent-strong: #4F5799;--section-accent-soft: #F3F4FF;--section-accent-line: #D9DCF8;--section-accent-rgb: 123, 131, 200}html body:has(.sidebar .nav-group:nth-child(4) button:nth-of-type(1).active){--section-accent: #E7A93F;--section-accent-strong: #9C6412;--section-accent-soft: #FFF7E8;--section-accent-line: #F3D7A3;--section-accent-rgb: 231, 169, 63}html body:has(.sidebar .nav-group:nth-child(4) button:nth-of-type(3).active),html body:has(.sidebar .nav-group:nth-child(5) button:nth-of-type(1).active){--section-accent: #7F90A8;--section-accent-strong: #4E607A;--section-accent-soft: #F4F7FB;--section-accent-line: #D7E0EC;--section-accent-rgb: 127, 144, 168}html body:has(.app-shell) .topbar{border-bottom-color:rgba(var(--section-accent-rgb),.24);box-shadow:0 16px 36px #06245c29,inset 0 -3px rgba(var(--section-accent-rgb),.34)}html body:has(.app-shell) .content{background:linear-gradient(180deg,rgba(var(--section-accent-rgb),.055),transparent 230px),transparent}html body:has(.app-shell) .nav-group button.active{background:linear-gradient(135deg,#06245cf2,#0b3b8cf5);border-color:rgba(var(--section-accent-rgb),.36);box-shadow:0 12px 26px #06245c29,inset 4px 0 0 var(--section-accent)}html body:has(.app-shell) .nav-group button.active:after{content:"";width:8px;height:8px;margin-left:8px;border-radius:999px;background:var(--section-accent);box-shadow:0 0 0 4px rgba(var(--section-accent-rgb),.18)}html body:has(.app-shell) .page-head,html body:has(.app-shell) .planning-panel,html body:has(.app-shell) .tax-settings-panel{position:relative;overflow:hidden;border-color:var(--section-accent-line);background:linear-gradient(90deg,rgba(var(--section-accent-rgb),.12),#fff0 36%),linear-gradient(180deg,#FFFFFF 0%,var(--section-accent-soft) 100%)}html body:has(.app-shell) .page-head:before,html body:has(.app-shell) .planning-panel:before,html body:has(.app-shell) .tax-settings-panel:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--section-accent)}html body:has(.app-shell) .page-head h2,html body:has(.app-shell) .panel-title h2,html body:has(.app-shell) .planning-title h2,html body:has(.app-shell) .tax-settings-panel strong{color:var(--section-accent-strong)}html body:has(.app-shell) .page-head p,html body:has(.app-shell) .panel-title small,html body:has(.app-shell) .planning-table th span{color:#68758a}html body:has(.app-shell) .panel,html body:has(.app-shell) .vehicle-card,html body:has(.app-shell) .table-wrap,html body:has(.app-shell) .notification-panel,html body:has(.app-shell) .modal{border-color:rgba(var(--section-accent-rgb),.16);box-shadow:0 18px 42px #06245c12}html body:has(.app-shell) .panel{position:relative;overflow:hidden}html body:has(.app-shell) .panel:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--section-accent),rgba(var(--section-accent-rgb),.12))}html body:has(.app-shell) .panel-title{border-bottom-color:rgba(var(--section-accent-rgb),.14)}html body:has(.app-shell) .table-wrap th,html body:has(.app-shell) .planning-table thead th,html body:has(.app-shell) .planning-table thead th:first-child{background:linear-gradient(180deg,rgba(var(--section-accent-rgb),.13),rgba(var(--section-accent-rgb),.08)),#fff;color:var(--section-accent-strong)}html body:has(.app-shell) .table-wrap tbody tr:hover,html body:has(.app-shell) .planning-table tbody tr:hover th:first-child,html body:has(.app-shell) .planning-table tbody tr:hover td{background-color:rgba(var(--section-accent-rgb),.045)}html body:has(.app-shell) .primary{background:linear-gradient(135deg,var(--section-accent-strong),#0B3B8C);box-shadow:0 10px 22px rgba(var(--section-accent-rgb),.2)}html body:has(.app-shell) .secondary,html body:has(.app-shell) .import-button,html body:has(.app-shell) .panel-title button,html body:has(.app-shell) .planning-nav button,html body:has(.app-shell) .planning-detail button,html body:has(.app-shell) .notification-head button,html body:has(.app-shell) .row-actions button{border-color:rgba(var(--section-accent-rgb),.22);background:var(--section-accent-soft);color:var(--section-accent-strong)}html body:has(.app-shell) .secondary:hover,html body:has(.app-shell) .import-button:hover,html body:has(.app-shell) .panel-title button:hover,html body:has(.app-shell) .planning-nav button:hover,html body:has(.app-shell) .planning-detail button:hover,html body:has(.app-shell) .row-actions button:hover{border-color:rgba(var(--section-accent-rgb),.34);background:rgba(var(--section-accent-rgb),.13)}html body:has(.app-shell) .status-filters button.active{background:var(--section-accent-strong);box-shadow:0 10px 22px rgba(var(--section-accent-rgb),.2)}html body:has(.app-shell) .badge.info{background:var(--section-accent-soft);color:var(--section-accent-strong)}html body:has(.app-shell) .planning-scroll{border-color:var(--section-accent-line)}html body:has(.app-shell) .planning-cell{box-shadow:inset 0 0 0 1px #ffffff8a,0 4px 10px #06245c0a}html body:has(.app-shell) .kpi-card{border-color:rgba(var(--section-accent-rgb),.16);background:linear-gradient(180deg,#fffffff0,#fff),var(--section-accent-soft)}html body:has(.app-shell) .kpi-card:before{background:var(--kpi-accent, var(--section-accent))}html body:has(.app-shell) .kpi-card span{color:#5f6c80;letter-spacing:.07em}html body:has(.app-shell) .kpi-card strong{color:#10233f}html body:has(.app-shell) .kpi-card:nth-child(1){--kpi-accent: #5B8DEF}html body:has(.app-shell) .kpi-card:nth-child(2){--kpi-accent: #4FAE73}html body:has(.app-shell) .kpi-card:nth-child(3){--kpi-accent: #E89B45}html body:has(.app-shell) .kpi-card:nth-child(4){--kpi-accent: #D4AF37}html body:has(.app-shell) .kpi-card:nth-child(5){--kpi-accent: #7B83C8}html body:has(.app-shell) .kpi-card:nth-child(6){--kpi-accent: #7F90A8}html body:has(.app-shell) .bar-chart i,html body:has(.app-shell) .bar-pair i,html body:has(.app-shell) .distribution-list b,html body:has(.app-shell) .ranking-row i{background:linear-gradient(180deg,var(--section-accent),var(--section-accent-strong))}html body:has(.app-shell) .bar-pair em,html body:has(.app-shell) .chart-legend em{background:#d4af37}html body:has(.app-shell) .chart-legend i{background:var(--section-accent)}html body:has(.app-shell) .alert-row{border-left-color:var(--section-accent);background:linear-gradient(90deg,rgba(var(--section-accent-rgb),.08),#fff0 44%),#fff}html body:has(.app-shell) .vehicle-card:hover,html body:has(.app-shell) .panel:hover,html body:has(.app-shell) .kpi-card:hover{border-color:rgba(var(--section-accent-rgb),.24);box-shadow:0 22px 52px #06245c17}}@media screen and (max-width: 840px){html body:has(.app-shell) .page-head:before,html body:has(.app-shell) .planning-panel:before,html body:has(.app-shell) .tax-settings-panel:before{inset:0 0 auto;width:auto;height:4px}html body:has(.app-shell) .nav-group button.active:after{display:none}}.brand-mark{overflow:hidden!important;background:transparent!important;padding:0!important}.language-switcher{display:inline-flex;align-items:center;gap:3px;padding:3px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff1f}.language-switcher button{min-height:28px;padding:5px 9px;border-radius:999px;background:transparent;color:#ffffffb8;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}.language-switcher button.active{background:#fff;color:var(--navy);box-shadow:0 5px 14px #06245c1f}html[dir=rtl] body{text-align:right}html[dir=rtl] .app-shell{direction:rtl}html[dir=rtl] input,html[dir=rtl] select,html[dir=rtl] textarea{text-align:right}html[dir=rtl] table,html[dir=rtl] .planning-table{direction:rtl}html[dir=rtl] th,html[dir=rtl] td,html[dir=rtl] .planning-table th:first-child{text-align:right}html[dir=rtl] .sidebar{border-right:0;border-left:1px solid var(--line)}html[dir=rtl] .nav-group button.active{border-left-color:transparent;border-right-color:var(--navy)}html[dir=rtl] .topbar-title,html[dir=rtl] .topbar-actions,html[dir=rtl] .page-actions,html[dir=rtl] .panel-title,html[dir=rtl] .planning-title,html[dir=rtl] .vehicle-top,html[dir=rtl] .invoice-top,html[dir=rtl] .invoice-parties,html[dir=rtl] .row-actions,html[dir=rtl] .status-filters,html[dir=rtl] .chart-legend,html[dir=rtl] .badge,html[dir=rtl] .planning-cell,html[dir=rtl] .user-chip{direction:rtl}html[dir=rtl] .alert-row{border-left-width:1px;border-right:5px solid var(--section-accent, var(--navy));padding:14px 16px 14px 120px}html[dir=rtl] .alert-row .badge{right:auto;left:16px}html[dir=rtl] .notification-panel{right:auto;left:0;text-align:right}html[dir=rtl] .planning-table th:first-child{left:auto;right:0}html[dir=rtl] .planning-table th:first-child{box-shadow:-8px 0 18px #06245c0a}@media screen and (max-width: 768px){.language-switcher{width:100%;justify-content:center;padding:2px}.language-switcher button{flex:1;min-height:30px;padding:6px 8px}html[dir=rtl] .notification-panel{inset-inline:12px}html[dir=rtl] .nav-group{direction:rtl}}@media screen and (max-width: 480px){.language-switcher button{min-height:28px;font-size:11px}}@media screen and (max-width: 768px){html body:has(.app-shell) .sidebar{max-height:none;display:block;padding:8px 12px 6px;background:#fff;box-shadow:0 10px 24px #06245c14;overflow:visible}html body:has(.app-shell) .sidebar-brand{position:relative;min-height:34px;gap:8px;padding:0 0 6px;border-bottom:1px solid rgba(6,36,92,.07);background:#fff}html body:has(.app-shell) .app-logo-sidebar{width:42px;height:28px;padding:2px;border-radius:7px;box-shadow:0 4px 10px #06245c0f}html body:has(.app-shell) .sidebar-brand strong{font-size:13px;line-height:1.05}html body:has(.app-shell) .sidebar-brand small,html body:has(.app-shell) .sidebar-powered{display:none!important}html body:has(.app-shell) .nav-group{display:flex;align-items:center;gap:5px;margin:6px -12px 0 0;padding:0 12px 3px 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}html body:has(.app-shell) .nav-group::-webkit-scrollbar{display:none}html body:has(.app-shell) .nav-group p{position:static;display:inline-flex;flex:0 0 auto;min-width:auto;height:24px;padding:0 7px;border-radius:999px;background:transparent;color:#8a96aa;font-size:9px;letter-spacing:.08em;white-space:nowrap}html body:has(.app-shell) .nav-group button{flex:0 0 auto;width:auto;min-width:auto;min-height:28px;margin:0;padding:6px 10px;border:1px solid rgba(6,36,92,.1);border-radius:999px;background:#f7f9fd;color:#3f4b60;box-shadow:none;font-size:12px;line-height:1;white-space:nowrap}html body:has(.app-shell) .nav-group button.active{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:0 6px 14px #06245c29}html body:has(.app-shell) .nav-group button b{min-width:17px;height:17px;font-size:10px}html body:has(.app-shell) .topbar{gap:8px;padding:9px 12px;box-shadow:0 8px 20px #06245c24}html body:has(.app-shell) .topbar-title{gap:8px}html body:has(.app-shell) .app-logo-header{width:36px;height:24px;padding:2px}html body:has(.app-shell) .topbar h1{font-size:16px;line-height:1.1}html body:has(.app-shell) .topbar p{margin-top:2px;font-size:11px;line-height:1.2}html body:has(.app-shell) .topbar-actions{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:6px}html body:has(.app-shell) .topbar input{grid-column:1 / -1;min-height:34px;padding:7px 11px;border-radius:999px;font-size:12px}html body:has(.app-shell) .topbar-actions button,html body:has(.app-shell) .notification-wrap>button,html body:has(.app-shell) .user-chip,html body:has(.app-shell) .ghost{width:auto;min-width:0;min-height:32px;padding:6px 9px;border-radius:9px;font-size:12px;line-height:1.1}html body:has(.app-shell) .user-chip{padding:5px 8px}html body:has(.app-shell) .user-chip strong{font-size:12px;line-height:1.1}html body:has(.app-shell) .user-chip small{display:none}html body:has(.app-shell) .topbar-actions span{min-width:18px;height:18px;font-size:10px}html body:has(.app-shell) .page-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}html body:has(.app-shell) .page-actions button,html body:has(.app-shell) .page-actions .import-button,html body:has(.app-shell) .page-head button{min-height:34px;padding:7px 10px;border-radius:9px;font-size:12px}html body:has(.app-shell) .page-head{padding:12px;margin-bottom:12px}html body:has(.app-shell) .content{padding:12px}}@media screen and (max-width: 480px){html body:has(.app-shell) .sidebar{padding:7px 10px 5px}html body:has(.app-shell) .sidebar-brand{min-height:30px;padding-bottom:5px}html body:has(.app-shell) .app-logo-sidebar{width:36px;height:24px}html body:has(.app-shell) .sidebar-brand strong{font-size:12px}html body:has(.app-shell) .nav-group{gap:4px;margin-top:5px}html body:has(.app-shell) .nav-group p{height:22px;padding-inline:5px;font-size:8px}html body:has(.app-shell) .nav-group button{min-height:26px;padding:5px 8px;font-size:11px}html body:has(.app-shell) .topbar{padding:8px 10px}html body:has(.app-shell) .topbar p{display:none}html body:has(.app-shell) .topbar-actions{grid-template-columns:repeat(3,minmax(0,1fr))}html body:has(.app-shell) .topbar-actions button,html body:has(.app-shell) .notification-wrap>button,html body:has(.app-shell) .user-chip,html body:has(.app-shell) .ghost{width:100%;min-height:30px;padding:6px 7px;font-size:11px}html body:has(.app-shell) .topbar input{min-height:32px}html body:has(.app-shell) .page-actions{grid-template-columns:repeat(2,minmax(0,1fr))}html body:has(.app-shell) .page-actions button,html body:has(.app-shell) .page-actions .import-button{min-height:32px;padding:6px 8px;font-size:11px}html body:has(.app-shell) .content{padding:10px}}@media screen and (max-width: 1024px){html,body{max-width:100%;overflow-x:hidden}html body .app-shell{grid-template-columns:220px minmax(0,1fr)}html body .sidebar{padding:16px 10px}html body .sidebar-brand{gap:10px;padding:0 8px 16px}html body .app-logo-sidebar{width:64px;height:44px}html body .nav-group button{min-height:40px;padding:10px;font-size:13px}html body .content{min-width:0;padding:22px}html body .topbar{gap:16px;padding:12px 18px}html body .topbar-actions{flex-wrap:wrap;justify-content:flex-end}html body .topbar input{width:min(280px,38vw)}html body .kpi-grid,html body .kpi-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}html body .dashboard-grid{grid-template-columns:1fr}html body .cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html body .bar-chart{height:220px;min-width:640px}html body .panel{min-width:0}html body .table-wrap,html body .planning-scroll{max-width:100%;overflow-x:auto!important;overflow-y:hidden;-webkit-overflow-scrolling:touch}html body .panel .table-wrap{overflow-x:auto!important}html body table{min-width:760px}html body .planning-table{min-width:880px}html body .page-actions,html body .row-actions,html body .planning-nav{flex-wrap:wrap}}@media screen and (max-width: 768px){html body .app-shell{display:block;width:100%}html body .site-frame,html body .content,html body .topbar,html body .page-head,html body .panel,html body .planning-panel,html body .tax-settings-panel,html body .table-wrap{width:100%;max-width:100%}html body .sidebar{position:sticky;top:0;z-index:22;height:auto;max-height:46vh;display:grid;gap:8px;padding:10px;border-right:0;border-bottom:1px solid rgba(6,36,92,.1);overflow-x:hidden;overflow-y:auto}html body .sidebar-brand{position:sticky;top:0;z-index:2;min-height:48px;margin:0;padding:0 2px 8px;background:linear-gradient(180deg,#fff,#f8fafe)}html body .sidebar-brand strong{font-size:14px}html body .sidebar-brand small,html body .sidebar-powered{display:none}html body .app-logo-sidebar{width:54px;height:36px;padding:4px}html body .nav-group{display:flex;flex-wrap:nowrap;gap:8px;margin:0;padding:0 0 8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}html body .nav-group p{position:sticky;left:0;flex:0 0 auto;align-self:stretch;display:grid;place-items:center;min-width:78px;padding:0 8px;border-radius:10px;background:#f4f7fb;letter-spacing:.08em}html body .nav-group button{flex:0 0 auto;width:auto;min-width:116px;min-height:40px;justify-content:center;gap:8px;white-space:nowrap}html body .topbar{position:relative;min-height:0;display:grid;grid-template-columns:1fr;gap:12px;padding:12px}html body .topbar-title{width:100%;min-width:0}html body .topbar h1{font-size:18px;line-height:1.2}html body .topbar p{font-size:12px}html body .app-logo-header{width:44px;height:30px}html body .topbar-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}html body .topbar input{grid-column:1 / -1;width:100%;min-width:0}html body .topbar-actions button,html body .topbar-actions .notification-wrap,html body .topbar-actions .user-chip{width:100%;min-width:0}html body .notification-wrap>button{width:100%}html body .notification-panel{position:fixed;inset:96px 12px auto;width:auto;max-height:min(420px,calc(100vh - 120px))}html body .content{padding:14px}html body .page-head,html body .page-head>div:last-child,html body .panel-title,html body .planning-title,html body .planning-title>div:first-child,html body .planning-detail>div:first-child,html body .tax-settings-panel{align-items:stretch;flex-direction:column}html body .page-head,html body .panel,html body .planning-panel,html body .tax-settings-panel{padding:14px;border-radius:12px}html body .page-head input,html body .page-head button,html body .panel-title button,html body .planning-nav button,html body .planning-detail button,html body .tax-settings-panel label,html body .tax-settings-panel>div{width:100%;min-width:0}html body .kpi-grid,html body .kpi-grid.compact,html body .dashboard-grid,html body .cards-grid,html body .form-grid{grid-template-columns:1fr}html body .kpi-card{padding:15px}html body .kpi-card strong{font-size:23px;overflow-wrap:anywhere}html body .bar-chart{height:190px;min-width:560px}html body .panel:has(.bar-chart),html body .panel:has(.distribution-list),html body .panel:has(.ranking-list){overflow-x:auto;-webkit-overflow-scrolling:touch}html body .distribution-list div div,html body .ranking-row div{align-items:flex-start;flex-direction:column;gap:4px}html body .ranking-row{grid-template-columns:1fr}html body .planning-scroll{margin-inline:-2px}html body .planning-table{min-width:760px}html body .planning-table th:first-child{min-width:168px}html body .planning-table th,html body .planning-table td{padding:9px}html body .planning-cell{min-height:42px;padding:7px 6px;font-size:11px}html body .planning-cell span{max-width:96px}html body .planning-filters label,html body .planning-detail dl{min-width:0;grid-template-columns:1fr}html body .page-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}html body .page-actions button,html body .page-actions .import-button{width:100%;min-height:42px}html body .row-actions{display:grid;grid-template-columns:repeat(2,minmax(104px,1fr));gap:7px}html body .row-actions button{min-height:38px;width:100%;padding:8px 9px;white-space:normal}html body .form-grid{gap:12px;padding:14px}html body .form-grid label,html body input,html body select,html body textarea{min-width:0}html body .calculation-box{margin:0 14px 14px}html body .modal-backdrop{align-items:start;place-items:start center;padding:12px;overflow-y:auto}html body .modal{width:100%;max-height:calc(100vh - 24px);border-radius:12px}html body .modal-head,html body .modal-actions{padding:14px}html body .modal-actions{display:grid;grid-template-columns:1fr 1fr}html body .modal-actions button{width:100%;min-height:42px}html body .table-wrap{border-radius:12px}html body .table-wrap th,html body .table-wrap td{padding:10px 11px;white-space:nowrap}}@media screen and (max-width: 480px){html body{background:var(--bg)}html body .sidebar{max-height:42vh;padding:8px}html body .sidebar-brand{min-height:42px}html body .app-logo-sidebar{width:46px;height:32px}html body .nav-group{gap:6px;padding-bottom:6px}html body .nav-group p{min-width:64px;font-size:9px}html body .nav-group button{min-width:104px;min-height:38px;padding:9px;font-size:12px}html body .nav-group b{min-width:18px;height:18px;font-size:10px}html body .topbar{padding:10px}html body .topbar-title{gap:8px}html body .topbar h1{font-size:16px}html body .topbar p{display:none}html body .topbar-actions,html body .page-actions,html body .row-actions,html body .modal-actions{grid-template-columns:1fr}html body .content{padding:10px}html body .page-head,html body .panel,html body .planning-panel,html body .tax-settings-panel,html body .kpi-card,html body .vehicle-card,html body .table-wrap{border-radius:10px}html body .page-head,html body .panel,html body .planning-panel,html body .tax-settings-panel{padding:12px;margin-bottom:12px}html body .kpi-grid,html body .dashboard-grid,html body .cards-grid{gap:12px}html body .kpi-card strong{font-size:21px}html body .bar-chart{height:160px;min-width:500px;gap:6px}html body .chart-legend{gap:8px}html body .planning-table{min-width:700px}html body .planning-table th:first-child{min-width:148px}html body .planning-table th,html body .planning-table td{padding:8px;font-size:11px}html body .planning-cell{min-height:38px;border-radius:8px;font-size:10px}html body .planning-cell span{max-width:82px;font-size:9px}html body .vehicle-card dl{grid-template-columns:1fr}html body .status-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}html body .status-filters button{width:100%;padding-inline:8px}html body .notification-panel{inset:82px 8px auto;max-height:calc(100vh - 100px)}html body .modal-backdrop{padding:8px}html body .modal-head{align-items:stretch;flex-direction:column}html body .modal-head button{width:100%}html body .form-grid{padding:12px}html body .calculation-box{margin:0 12px 12px}html body .toast{right:10px;bottom:10px;left:10px;text-align:center}}.brand-mark{overflow:hidden!important;background:#fff!important;padding:0!important}.brand-mark img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}
