:root{--blue:#1A4076;--blue-dark:#132f5a;--teal:#007FA3;--orange:#FF8200;--orange-dark:#e57500;--green:#A1BF35;--ok:#5d7a14;--warn:#8f3a3e;--gray:#97999B;--ink:#101820;--ink-soft:#5c6770;--line:#dfe2e5;--bg:#f3f5f7;--blue-tint:#e6ecf4;--radius:12px;--shadow:0 1px 3px rgba(16,24,32,.08),0 4px 14px rgba(16,24,32,.06);--bottomnav-h:62px}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:Myriad Variable Concept,Myriad Pro,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);font-size:16px;line-height:1.45;accent-color:var(--blue)}img{max-width:100%;display:block}a{color:var(--teal)}button{font:inherit;cursor:pointer}input,select{font:inherit}[hidden]{display:none!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:10px;border:1px solid transparent;padding:.72rem 1.1rem;font-weight:600;font-size:.95rem;text-decoration:none}.btn:active{transform:scale(.98)}.btn-primary{background:var(--orange);color:var(--ink)}.btn-primary:hover{background:var(--orange-dark)}.btn-blue{background:var(--blue);color:#fff}.btn-blue:hover{background:var(--blue-dark)}.btn-outline{background:#fff;border-color:var(--line);color:var(--blue)}.btn-outline:hover{border-color:var(--teal)}.btn-block{width:100%}.btn-sm{padding:.45rem .75rem;font-size:.85rem;border-radius:8px}.btn-stack{flex-direction:column;gap:.05rem;line-height:1.2}.btn-sub{font-size:.78rem;font-weight:600;opacity:.8}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.pill{display:inline-block;font-size:.72rem;font-weight:700;padding:.18rem .55rem;border-radius:999px;text-transform:uppercase;letter-spacing:.02em}.pill-ok{background:#eff4d9;color:var(--ok)}.pill-warn{background:#f6e6e6;color:var(--warn)}.pill-blue{background:var(--blue-tint);color:var(--blue)}.muted{color:var(--ink-soft)}.small{font-size:.83rem}.app{min-height:100dvh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:40;background:var(--blue);color:#fff;display:flex;align-items:center;gap:1rem;padding:.6rem .9rem;padding-top:calc(.6rem + env(safe-area-inset-top))}.topbar-logo{height:34px;width:auto;display:block}.topbar-brand{background:none;border:0;padding:0}.topbar-nav{display:none;gap:1.4rem;margin-left:1rem}.topbar-nav a{color:#c8d7e4;text-decoration:none;font-weight:600;font-size:.92rem;padding:.4rem 0;border-bottom:2px solid transparent}.topbar-nav a.active{color:#fff;border-bottom-color:var(--orange)}.topbar-actions{margin-left:auto;display:flex;gap:.35rem}.iconbtn{position:relative;background:#ffffff14;border:0;color:#fff;width:40px;height:40px;border-radius:10px;font-size:1.05rem}.iconbtn:hover{background:#ffffff29}.badge{position:absolute;top:-6px;right:-8px;background:var(--orange);color:var(--ink);font-size:.66rem;font-weight:700;min-width:17px;height:17px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:1rem 1rem calc(var(--bottomnav-h) + 1.5rem + env(safe-area-inset-bottom))}.bottomnav{position:fixed;bottom:0;left:0;right:0;z-index:40;background:#fff;border-top:1px solid var(--line);display:flex;justify-content:space-around;padding:.35rem 0 calc(.35rem + env(safe-area-inset-bottom))}.bottomnav a{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;gap:.1rem;font-size:.66rem;font-weight:600;text-decoration:none;color:var(--ink-soft);padding:.15rem 0}.bottomnav a.active{color:var(--blue)}.bn-ico{font-size:1.15rem;line-height:1}.bn-cart .badge{top:-2px;right:calc(50% - 22px)}@media(min-width:760px){.topbar-nav{display:flex}.bottomnav{display:none}.main{padding-bottom:2.5rem;padding-left:1.5rem;padding-right:1.5rem}}.databanner{background:var(--blue-tint);color:var(--blue);font-size:.8rem;padding:.45rem .9rem;text-align:center}.databanner b{font-weight:700}.login{min-height:100dvh;display:flex;flex-direction:column;background:var(--blue)}.login-hero{position:relative;color:#fff;padding:2.2rem 1.4rem 2.6rem;background:var(--blue);overflow:hidden}.login-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:url(/img/circle-white.svg) no-repeat right -70px top -60px/420px auto;opacity:.28}.login-brand{position:relative;z-index:1}.login-logo{width:180px;height:auto}.payoff{color:#fff;font-size:1.05rem;margin-top:.9rem}.portal-tag{display:inline-block;margin-top:.55rem;font-size:.7rem;font-weight:700;letter-spacing:.14em;color:#9db6cc}.login-copy{position:relative;z-index:1;max-width:34ch;color:#c8d7e4;font-size:.98rem;margin-top:1rem}.login-card{background:#fff;margin:-1.2rem 1rem 1.2rem;padding:1.5rem 1.25rem;border-radius:16px;box-shadow:0 10px 30px #00000040;max-width:430px;width:calc(100% - 2rem)}.login-card h1{font-size:1.22rem;color:var(--blue-dark);margin-bottom:.3rem}.login-card label{display:block;font-size:.83rem;font-weight:600;color:var(--blue);margin:.8rem 0 .3rem}.login-card input{width:100%;padding:.72rem .85rem;border:1px solid var(--line);border-radius:10px;font-size:1rem;background:#fbfcfe}.login-card input:focus{outline:2px solid var(--teal);outline-offset:1px}.login-note{margin-top:1rem;font-size:.75rem;color:var(--ink-soft);text-align:center}.login-footer{margin-top:auto;padding:1.2rem 1.4rem;display:flex;flex-direction:column;gap:.25rem;color:#7f97ab;font-size:.78rem}@media(min-width:760px){.login{flex-direction:row;align-items:stretch}.login-hero{flex:1.15;display:flex;flex-direction:column;justify-content:center;padding:4rem}.login-card{margin:auto 3rem;align-self:center;padding:2rem 1.75rem}.login-footer{position:fixed;bottom:0;left:0;flex-direction:row;gap:1.5rem}}.pagehead{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:.4rem 0 1rem;flex-wrap:wrap}.pagehead h1{font-size:1.35rem;color:var(--blue-dark)}.crumb{font-size:.8rem;color:var(--ink-soft);margin:.2rem 0 .8rem}.crumb a{color:var(--ink-soft);text-decoration:none}.hero{position:relative;overflow:hidden;background:var(--blue);color:#fff;border-radius:var(--radius);padding:1.3rem;margin-bottom:1.1rem}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:url(/img/circle-white.svg) no-repeat right -60px center/300px auto;opacity:.22}.hero>*{position:relative;z-index:1}.hero h1{font-size:1.25rem;margin-bottom:.25rem}.hero p{color:#b9cbdb;font-size:.92rem}.tiles{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}@media(min-width:760px){.tiles{grid-template-columns:repeat(3,1fr)}}.tile{position:relative;overflow:hidden;border-radius:var(--radius);padding:3rem 1rem 1rem;min-height:104px;color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;background:var(--blue)}.tile:hover{background:var(--blue-dark)}.tile b{font-size:.95rem;padding-right:2.6rem}.tile span{font-size:.75rem;color:#b9cbdb}.tile img{position:absolute;top:.7rem;right:.7rem;height:32px;width:auto;opacity:.95}.section-title{display:flex;align-items:baseline;justify-content:space-between;margin:1.3rem 0 .7rem}.section-title h2{font-size:1.05rem;color:var(--blue-dark)}.searchbar{position:relative;margin-bottom:.8rem}.searchbar input{width:100%;padding:.78rem 1rem;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:1rem}.chips{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:.4rem;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex:none;border:1px solid var(--line);background:#fff;color:var(--blue);padding:.42rem .85rem;border-radius:999px;font-size:.84rem;font-weight:600;white-space:nowrap}.chip.active{background:var(--blue);color:#fff;border-color:var(--blue)}.facetrow{display:flex;gap:.6rem;margin-bottom:.8rem;flex-wrap:wrap}.facetrow select{padding:.5rem .7rem;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:.9rem;max-width:100%}.prodgrid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}@media(min-width:560px){.prodgrid{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.prodgrid{grid-template-columns:repeat(4,1fr)}}.prodgrid.busy{opacity:.55;pointer-events:none}.prod-card{position:relative;display:flex;flex-direction:column;overflow:hidden}.prod-link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:var(--ink)}.prod-img{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#f0f2f3,#e4e7e9);color:#66727c;font-size:.72rem;letter-spacing:.06em}.prod-img img{width:100%;height:100%;object-fit:cover}.prod-body{padding:.7rem .8rem 2.9rem;display:flex;flex-direction:column;gap:.3rem;flex:1}.prod-sku{font-size:.7rem;color:var(--ink-soft)}.prod-name{font-size:.88rem;font-weight:600;color:var(--blue-dark);line-height:1.25}.prod-price{margin-top:auto;padding-top:.4rem;font-weight:700;color:var(--blue-dark)}.prod-price .demo{display:block;font-size:.68rem;font-weight:600;color:var(--ink-soft)}.card-add{position:absolute;right:.6rem;bottom:.6rem}.pager{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.2rem 0}.pd{display:grid;gap:1rem}@media(min-width:760px){.pd{grid-template-columns:1.1fr 1fr;align-items:start}}.pd-img{aspect-ratio:4/3;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#f0f2f3,#e4e7e9);border:1px solid var(--line);color:var(--gray);font-size:.8rem;letter-spacing:.06em;overflow:hidden}.pd-img img{width:100%;height:100%;object-fit:contain}.pd-info h1{font-size:1.3rem;color:var(--blue-dark);margin:.15rem 0 .4rem}.pd-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.8rem}.pricebox{padding:1rem;margin-bottom:1rem}.pricebox b{font-size:1.5rem;color:var(--blue-dark)}.qtyrow{display:flex;gap:.7rem;align-items:stretch;margin:1rem 0}.stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.stepper button{width:44px;height:48px;border:0;background:none;font-size:1.25rem;color:var(--blue)}.stepper input{width:58px;text-align:center;border:0;font-size:1rem;font-weight:600}.qtyrow .btn{flex:1}.spec-list{font-size:.88rem}.spec-list>div{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--line)}.spec-list>div:last-child{border-bottom:0}.spec-list dt{color:var(--ink-soft)}.spec-list dd{font-weight:600;text-align:right}.block{padding:1rem;margin-bottom:.9rem}.block h3{font-size:.95rem;color:var(--blue-dark);margin-bottom:.5rem}.machine-tags{display:flex;flex-wrap:wrap;gap:.4rem}.cart-line{display:flex;gap:.8rem;padding:.9rem 1rem;border-bottom:1px solid var(--line);align-items:center}.cart-line:last-child{border-bottom:0}.cl-body{flex:1;min-width:0}.cl-body b{display:block;font-size:.88rem;color:var(--blue-dark);line-height:1.25}.cl-controls{display:flex;align-items:center;gap:.6rem;margin-top:.5rem}.cl-controls .stepper button{width:34px;height:34px;font-size:1rem}.cl-controls .stepper input{width:42px;font-size:.9rem}.cl-remove{background:none;border:0;color:var(--ink-soft);font-size:.78rem;text-decoration:underline;padding:.7rem .6rem;margin:-.7rem 0}.cl-unresolved{color:var(--warn);font-weight:600}.cl-price{text-align:right;font-weight:700;font-size:.9rem;white-space:nowrap}.summary{padding:1rem;margin-top:1rem}.summary .srow{display:flex;justify-content:space-between;font-size:.9rem;padding:.3rem 0}.summary .srow.total{font-size:1.05rem;font-weight:700;border-top:1px solid var(--line);margin-top:.4rem;padding-top:.7rem;color:var(--blue-dark)}.empty{padding:2.5rem 1rem;text-align:center;color:var(--ink-soft)}.toast-region{position:fixed;left:50%;transform:translate(-50%);bottom:calc(var(--bottomnav-h) + 14px + env(safe-area-inset-bottom));z-index:60;pointer-events:none}.toast{background:var(--ink);color:#fff;padding:.65rem 1.1rem;border-radius:10px;font-size:.88rem;box-shadow:var(--shadow);white-space:nowrap}@media(min-width:760px){.toast-region{bottom:24px}}:focus-visible{outline:3px solid var(--teal);outline-offset:2px;border-radius:4px}.topbar :focus-visible,.tile:focus-visible,.bottomnav :focus-visible{outline-color:var(--orange)}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:#fff;color:var(--blue);font-weight:700;padding:.7rem 1.1rem;border-radius:0 0 10px;box-shadow:var(--shadow)}.skip-link:focus{left:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.skel-shimmer{background:linear-gradient(100deg,#e8ebee 40%,#f4f6f8,#e8ebee 60%);background-size:200% 100%;animation:shimmer 1.4s infinite linear}@keyframes shimmer{0%{background-position:130% 0}to{background-position:-30% 0}}.skel .prod-img{background:none}.skel-line{display:block;height:.8rem;border-radius:4px;margin:.15rem 0}.search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:36px;height:36px;border:0;border-radius:8px;background:var(--blue-tint);color:var(--blue);font-size:.85rem}.searchbar input{padding-right:3rem}.applied{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;margin-bottom:.9rem}.applied-pill{display:inline-flex;align-items:center;gap:.4rem;border:0;border-radius:999px;background:var(--blue-tint);color:var(--blue);font-size:.8rem;font-weight:600;padding:.35rem .75rem}.applied-pill:hover{background:#d7e1ee}.applied-clear{background:none;border:0;color:var(--teal);font-size:.8rem;font-weight:700;text-decoration:underline;padding:.35rem .4rem}.pdp-bar{position:fixed;left:0;right:0;z-index:35;bottom:calc(var(--bottomnav-h) + env(safe-area-inset-bottom));display:flex;gap:.6rem;align-items:center;background:#fff;border-top:1px solid var(--line);padding:.55rem .9rem;box-shadow:0 -4px 14px #10182014}.pdp-bar-price{flex:1;display:flex;flex-direction:column;line-height:1.2}.pdp-bar-price b{color:var(--blue-dark)}.pdp-bar .stepper button{width:36px;height:40px}.pdp-bar .stepper input{width:44px}.pd{padding-bottom:5.5rem}@media(min-width:760px){.pdp-bar{display:none}.pd{padding-bottom:0}}.summary-label{display:block;font-size:.8rem;font-weight:600;color:var(--blue);margin:.9rem 0 .3rem}.summary-input{width:100%;padding:.6rem .75rem;border:1px solid var(--line);border-radius:8px}.submit-blocked{color:var(--warn);font-weight:600;margin-top:.7rem}.clear-confirm{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--blue-dark);flex-wrap:wrap}.recent-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(170px,60%);gap:.7rem;overflow-x:auto;padding-bottom:.5rem}@media(min-width:760px){.recent-row{grid-auto-columns:230px}}.recent-item{display:flex;flex-direction:column;gap:.2rem;padding:.75rem .85rem;text-decoration:none;color:var(--ink)}.recent-item b{font-size:.85rem;color:var(--blue-dark);line-height:1.25}.boundary-card{max-width:430px;margin:15vh auto;padding:2rem 1.5rem;text-align:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.boundary-card h1{font-size:1.2rem;color:var(--blue-dark);margin-bottom:.5rem}.boundary-card p{color:var(--ink-soft);font-size:.9rem;margin-bottom:1.2rem}.iconbtn-link{display:flex;align-items:center;justify-content:center;text-decoration:none}
