/* ==================== V6.8 — V5.17-inspired navigation/header ==================== */
:root{--v68-top:#0d3ba7;--v68-top-dark:#082b81;--v68-orange:#ff5b14;--v68-hero:#0d3ea5}
html,body{overflow-x:hidden}
body:not(.customer-portal-mode)::before{content:"";position:fixed;left:0;right:0;top:0;height:58px;background:linear-gradient(180deg,var(--v68-top),var(--v68-top-dark));z-index:18;pointer-events:none}
.v68-topbar{background:linear-gradient(180deg,var(--v68-top),var(--v68-top-dark))!important;border:0!important;color:#fff!important;box-shadow:0 8px 24px rgba(8,43,129,.18)!important;border-radius:0 0 18px 18px!important;min-height:58px!important;padding:8px 14px!important;top:0!important}
.v68-topbar-left{gap:10px!important;min-width:0}.v68-menu-btn{display:grid!important;place-items:center;background:rgba(255,255,255,.11)!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;width:42px!important;height:42px!important;border-radius:12px!important;font-size:20px!important;flex:0 0 auto}
.v68-topbar-brand{display:grid;line-height:1.05}.v68-topbar-brand b{font-size:12px;letter-spacing:.05em;color:#fff}.v68-topbar-brand small{font-size:8px;color:rgba(255,255,255,.67);margin-top:3px;letter-spacing:.08em}
.v68-topbar-actions{min-width:0;flex-wrap:nowrap!important}.v68-topbar .search-btn{height:40px;min-width:180px;background:#fff}.v68-topbar .language-quick-btn,.v68-topbar .font-quick-btn{height:40px!important}.v68-topbar .v68-bell-btn{height:40px;width:40px;background:rgba(255,255,255,.11)!important;border-color:rgba(255,255,255,.18)!important;color:#fff!important}
.v68-topbar .topbar-user-card{background:rgba(255,255,255,.96);border-radius:13px;min-height:42px}
.v68-global-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px!important;margin:12px 0 2px;border-radius:20px!important;min-height:112px}
.v68-hero-main{display:flex;align-items:center;gap:17px;min-width:0}.v68-global-logo{width:122px!important;height:60px!important;object-fit:contain!important;flex:0 0 auto;filter:drop-shadow(0 2px 7px rgba(0,0,0,.16))!important}.v68-hero-copy{padding-left:13px!important;min-width:0}.v68-hero-copy::before{top:4px!important;height:66px!important}.v68-global-hero h2{font-size:24px!important;margin:0 0 5px!important}.v68-global-hero p{font-size:11.5px!important;line-height:1.45!important}.v68-hero-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto}.v68-hero-actions .orange-btn{min-height:46px;padding:11px 18px;font-size:12px;white-space:nowrap}
.hero-mobile{display:none!important}

@media(min-width:901px){
  .app-shell{grid-template-columns:270px 1fr!important;transition:.2s}.main{grid-column:2!important;padding:0 18px 110px 0!important;transition:.2s;min-width:0}
  .sidebar{top:70px!important;left:14px!important;bottom:14px!important;width:244px!important;border-radius:22px!important;padding:12px!important;transition:transform .22s ease,opacity .22s ease!important;background:linear-gradient(180deg,#0c3da9 0%,#0a2e85 55%,#071f5c 100%)!important}
  .brand-block{padding:3px 4px 10px!important}.brand-logo-shell{min-height:78px!important}.brand-title{margin-top:2px!important}
  .side-nav{gap:4px!important;margin-top:8px!important;overflow-y:auto!important;overflow-x:hidden!important}.nav-item{min-height:44px!important;padding:9px 9px!important;border-radius:12px!important;grid-template-columns:31px minmax(0,1fr) auto!important;gap:8px!important}.nav-item>span:first-child{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.12)}.nav-item.active{box-shadow:inset 4px 0 0 var(--v68-orange),0 7px 16px rgba(0,0,0,.15)!important}.nav-item.active>span:first-child{background:linear-gradient(145deg,#2a63df,#113b9d);color:#fff}.nav-item b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  body.v68-nav-collapsed .app-shell{grid-template-columns:1fr!important}.v68-nav-collapsed .sidebar{transform:translateX(-120%);opacity:0;pointer-events:none}.v68-nav-collapsed .main{grid-column:1!important;padding-left:18px!important}
}
@media(max-width:900px){
  .main{padding:0 12px 96px!important}.v68-topbar{margin:0 -12px!important;border-radius:0!important;padding:8px 10px!important;min-height:58px!important}.v68-topbar-brand{display:none}.v68-topbar .search-btn,.v68-topbar .font-quick-btn,.v68-topbar .topbar-user-card{display:none!important}.v68-topbar-actions{gap:7px!important;margin-left:auto}.v68-topbar .language-quick-btn{height:40px!important;min-width:40px!important;background:#fff!important}
  .sidebar{left:8px!important;top:64px!important;bottom:8px!important;width:min(286px,calc(100vw - 16px))!important;transform:translateX(calc(-100% - 20px));transition:transform .22s ease!important}.sidebar.open{left:8px!important;transform:translateX(0)!important}
  .v68-global-hero{margin:0 -12px 14px!important;border-radius:0 0 24px 24px!important;padding:13px 15px 17px!important;min-height:118px}.v68-hero-main{gap:10px!important}.v68-global-logo{width:100px!important;height:50px!important}.v68-global-hero h2{font-size:19px!important}.v68-global-hero p{font-size:10px!important}.v68-hero-copy{padding-left:10px!important}.v68-hero-copy::before{height:56px!important}.v68-hero-actions .orange-btn{max-width:130px;white-space:normal;line-height:1.12;font-size:10px;padding:9px 11px}
}
@media(max-width:520px){
  .v68-global-hero{align-items:flex-end!important;gap:8px!important}.v68-hero-main{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;gap:8px!important}.v68-global-logo{width:86px!important;height:44px!important}.v68-global-hero h2{font-size:16px!important}.v68-global-hero p{font-size:9.2px!important}.v68-hero-copy::before{height:48px!important;top:1px!important}.v68-hero-actions .orange-btn{max-width:108px;font-size:9px;min-height:42px}
}

/* ==================== V6.8 — Onsite pricing module ==================== */
.v68-onsite-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:16px;margin-bottom:16px}.v68-calc-panel,.v68-level-panel,.v68-zone-panel,.v68-base-price-panel{overflow:hidden}.v68-level-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.v68-level-card{border:1px solid var(--line);border-radius:18px;padding:15px;background:linear-gradient(180deg,#fff,#fbfdff);min-width:0}.v68-level-card.S{border-color:#42ad5a;background:linear-gradient(180deg,#f8fff9,#f0faef)}.v68-level-card.M{border-color:#4f72d5;background:linear-gradient(180deg,#fbfcff,#f2f5ff)}.v68-level-card.L{border-color:#ff6b2c;background:linear-gradient(180deg,#fffaf7,#fff4ee)}.v68-level-card .head{display:flex;align-items:center;gap:10px}.v68-level-badge{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;font-size:21px;flex:0 0 auto}.v68-level-card.S .v68-level-badge{background:#159336}.v68-level-card.M .v68-level-badge{background:#183b9f}.v68-level-card.L .v68-level-badge{background:#ff5615}.v68-level-price{font-size:23px;font-weight:900;color:var(--blue3);line-height:1}.v68-level-card.S .v68-level-price{color:#149139}.v68-level-card.L .v68-level-price{color:#f05217}.v68-level-card h4{font-size:12px;margin:12px 0 7px}.v68-level-card ul{margin:0;padding-left:17px;color:#4c5870;font-size:10px;line-height:1.55}.v68-level-card li{margin:4px 0}
.v68-price-result-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:14px}.v68-price-result{border:1px solid #dce5f5;border-radius:14px;padding:12px;background:#f9fbff;min-width:0}.v68-price-result small,.v68-price-result span{display:block}.v68-price-result small{font-size:9px;color:var(--muted)}.v68-price-result b{display:block;font-size:21px;color:var(--blue3);margin:3px 0}.v68-price-result span{font-size:9px;color:#6680aa}.v68-price-result.total{border-color:#ffbd96;background:#fff8f3}.v68-price-result.total b{color:#f15615}.v68-price-result.vat{border-color:#bfe4c8;background:#f5fff7}.v68-price-result.vat b{color:#178a37}.v68-pricing-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;flex-wrap:wrap}.v68-rate-state{font-size:9.5px;padding:6px 9px;border-radius:999px;background:#eef4ff;color:#335fba;font-weight:700}.v68-rate-state.diff{background:#fff1e8;color:#b34b16}
.v68-zone-panel,.v68-base-price-panel{margin-top:16px}.v68-zone-panel table,.v68-base-price-panel table{min-width:720px}.v68-zone-panel th,.v68-base-price-panel th{background:linear-gradient(180deg,#154fbd,#0c3892);color:#fff;text-align:center}.v68-zone-panel td,.v68-base-price-panel td{text-align:center}.v68-onsite-note{margin:12px 16px 16px;padding:11px 13px;border:1px solid #f0c54e;border-radius:13px;background:#fffaf0;font-size:10.5px;color:#5f4a16}.v68-onsite-note b{color:#e65b17}.v68-always-table{display:block!important;overflow:auto!important}.v68-employee-table{display:grid;gap:8px;margin-top:12px}.v68-employee-row{border:1px solid var(--line);border-radius:13px;padding:11px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;background:#fbfcff}.v68-employee-row b{display:block;font-size:12px;color:var(--blue3)}.v68-employee-row small{display:block;font-size:9.5px;color:var(--muted);margin-top:2px}.v68-employee-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.v68-employee-status{display:inline-flex;font-size:8.5px;font-weight:800;border-radius:999px;padding:4px 7px;margin-top:5px;background:#e8f5eb;color:#24743b}.v68-employee-status.off{background:#eef1f5;color:#657083}
@media(max-width:1180px){.v68-onsite-grid{grid-template-columns:1fr}.v68-level-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.v68-level-grid{grid-template-columns:1fr}.v68-price-result-grid{grid-template-columns:1fr 1fr}.v68-onsite-form{grid-template-columns:1fr!important}.v68-employee-row{grid-template-columns:1fr}.v68-employee-actions{justify-content:flex-start}}
@media(max-width:480px){.v68-price-result-grid{grid-template-columns:1fr}.v68-level-card{padding:13px}}
