*{margin:0;padding:0;box-sizing:border-box}:root{--ink: #14171C;--ink-2: #2A2F38;--steel: #6A7280;--steel-2: #9AA0A8;--brand: #E4571B;--brand-hover: #C9490F;--hazard: #FFC400;--bg: #EDEDEA;--surface: #FFFFFF;--line: #E4E4DF;--line-strong: #D6D6CF;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(20,23,28,.06);--shadow-md: 0 6px 20px rgba(20,23,28,.09);--shadow-lg: 0 18px 44px rgba(20,23,28,.16);--transition-fast: .15s ease;--transition-base: .25s ease;--font-display: "Space Grotesk", "Inter", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}body{font-family:var(--font-body);background-color:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4,.ant-typography.ant-typography,h1.ant-typography,h2.ant-typography,h3.ant-typography,h4.ant-typography,h5.ant-typography{font-family:var(--font-display);letter-spacing:-.01em}a{color:inherit;text-decoration:none}.container{max-width:1440px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.container{padding:0 14px}}.blueprint-grid{background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:28px 28px}.blueprint-grid-ink{background-image:linear-gradient(rgba(20,23,28,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(20,23,28,.05) 1px,transparent 1px);background-size:26px 26px}.hazard-stripe{height:6px;background:repeating-linear-gradient(-45deg,var(--ink) 0 14px,var(--hazard) 14px 28px)}.spec-eyebrow{font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--brand)}.spec-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--line-strong)}.spec-header .spec-title{font-family:var(--font-display);font-weight:700;font-size:clamp(19px,2.4vw,26px);line-height:1.05;color:var(--ink);margin:4px 0 0}.product-name-clamp{font-size:13px;font-weight:500;margin-bottom:4px;color:var(--ink);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;min-height:36px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn .5s ease both}.animate-fade-up{animation:fadeInUp .5s ease both}.animate-scale-in{animation:scaleIn .4s ease both}.reveal{opacity:0;transform:translateY(22px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-22px);transition:opacity .5s ease,transform .5s ease}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.95);transition:opacity .45s ease,transform .45s ease}.reveal-scale.visible{opacity:1;transform:scale(1)}.delay-1{transition-delay:.04s}.delay-2{transition-delay:.08s}.delay-3{transition-delay:.12s}.delay-4{transition-delay:.16s}.delay-5{transition-delay:.2s}.delay-6{transition-delay:.24s}.hero-content{animation:fadeInUp .6s ease both}.hero-badge{animation:fadeInDown .5s ease both}.hero-btns{animation:fadeInUp .6s .15s ease both}.card-hover{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card-hover:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)!important;border-color:var(--line-strong)!important}.product-img-wrap{overflow:hidden}.product-img-wrap img{transition:transform .35s ease}.product-img-wrap:hover img{transform:scale(1.05)}.btn-press{transition:transform .12s ease}.btn-press:active{transform:scale(.96)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}.reveal,.reveal-left,.reveal-scale{opacity:1!important;transform:none!important}}@media (max-width: 640px){.hide-sm{display:none!important}}.show-sm-only{display:none!important}@media (max-width: 640px){.show-sm-only{display:inline-flex!important}}@media (max-width: 640px){.ant-layout-header{padding:0 10px!important;gap:8px!important}}@media (max-width: 480px){.ant-card-cover>div{height:128px!important}}@media (max-width: 768px){.ant-table-wrapper{overflow-x:auto}}@media (max-width: 480px){.ant-modal{margin:8px!important;max-width:calc(100vw - 16px)!important}.ant-modal-content{border-radius:10px!important;padding:20px 16px!important}}@media (max-width: 768px){.ant-layout-sider{display:none!important}}@media (max-width: 768px){.ant-btn{min-height:40px}.ant-input,.ant-select-selector{font-size:16px!important}}.fab{position:fixed;bottom:20px;right:20px;z-index:99;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);background:var(--brand);color:#fff;font-size:22px;cursor:pointer;animation:scaleIn .3s ease both;transition:transform .15s ease}.fab:hover{transform:scale(1.06)}.skeleton-shimmer{background:linear-gradient(90deg,#ececeb 25%,#e3e3e0,#ececeb 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes truckDrive{0%{transform:translate(110%)}to{transform:translate(-4%)}}@keyframes truckBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes wheelSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes smokeFloat{0%{opacity:.6;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-18px) scale(1.8)}}@keyframes headlightPulse{0%,to{opacity:.18}50%{opacity:.38}}.hero-truck-wrap{position:absolute;right:0;bottom:0;width:clamp(220px,38vw,360px);pointer-events:none;z-index:2;animation:truckDrive 1.4s cubic-bezier(.22,.61,.36,1) both,truckBounce 2.6s ease-in-out 1.4s infinite}.hero-truck{width:100%;height:auto;display:block}.hero-truck .wheel-hub{transform-box:fill-box;transform-origin:center;animation:wheelSpin .7s linear infinite}.hero-truck .smoke-1{animation:smokeFloat 1.2s ease-out infinite}.hero-truck .smoke-2{animation:smokeFloat 1.2s ease-out .4s infinite}.hero-truck .smoke-3{animation:smokeFloat 1.2s ease-out .8s infinite}.hero-truck .truck-headlight-glow{animation:headlightPulse 1.8s ease-in-out infinite}@media (max-width: 640px){.hero-truck-wrap{width:clamp(140px,46vw,210px);opacity:.9}.hero-text-col{padding-right:0!important}}.glass{background:#ffffff12;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12)}.glass-dark{background:#00000040;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.gradient-text{color:var(--ink)}.premium-card{border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:transform var(--transition-base),box-shadow var(--transition-base);background:var(--surface)}.premium-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.orange-glow{box-shadow:var(--shadow-md)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--line-strong)}.section-title-accent{position:relative;padding-left:14px}.section-title-accent:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:82%;background:var(--brand);border-radius:2px}.section-title{position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-4px;left:0;width:40px;height:3px;background:var(--brand);border-radius:2px}
