:root{color:#13263a;background:#f7f8fa;font-family:Segoe UI,Arial,Helvetica,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--red: #d91f2b;--red-dark: #ad1420;--yellow: #ffd21c;--yellow-soft: #fff4ba;--blue: #0875be;--blue-dark: #07588c;--navy: #123b5d;--ink: #13263a;--muted: #627181;--line: #dfe5ea;--surface: #ffffff;--surface-soft: #f3f6f8;--cream: #fffaf0;--green: #1d7a50;--danger: #b4232c;--shadow: 0 14px 40px rgba(18, 59, 93, .1);--radius: 16px}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at 10% 0%,rgba(255,210,28,.09),transparent 24rem),#f7f8fa}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{margin-top:0;color:var(--ink)}h1{font-size:clamp(2.25rem,5vw,4.75rem);line-height:.98;letter-spacing:-.045em}h2{font-size:clamp(1.55rem,3vw,2.5rem);letter-spacing:-.025em}h3{font-size:1.08rem}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.eyebrow{margin:0 0 .55rem;color:var(--blue-dark);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.muted{color:var(--muted)}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.67rem 1rem;border:1px solid transparent;border-radius:10px;font-weight:750;line-height:1;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button svg{width:18px;height:18px;flex:0 0 auto}.button--primary{background:var(--red);color:#fff;box-shadow:0 7px 16px #d91f2b2e}.button--primary:hover:not(:disabled){background:var(--red-dark)}.button--yellow{background:var(--yellow);color:#15283b}.button--yellow:hover:not(:disabled){background:#ffdc4e}.button--ghost{border-color:var(--line);background:#fff;color:var(--navy)}.button--ghost:hover:not(:disabled){border-color:#aebbc6;background:var(--surface-soft)}.button--quiet{min-height:36px;padding:.45rem .65rem;border-color:transparent;background:transparent;color:var(--blue-dark)}.button--danger{color:var(--danger)}.button--large{min-height:52px;padding:.85rem 1.25rem}.button--icon{width:42px;padding:0}.icon-button{width:40px;height:40px;display:inline-grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--navy)}.icon-button:hover:not(:disabled){border-color:var(--line);background:var(--surface-soft)}.icon-button svg{width:19px;height:19px}.icon-button--danger{color:var(--danger)}:focus-visible{outline:3px solid rgba(8,117,190,.35);outline-offset:2px}label{color:var(--ink);font-size:.82rem;font-weight:700}label>span,.form-grid label>span{display:block;margin-bottom:.42rem}input,select,textarea{width:100%;border:1px solid #cfd9e1;border-radius:9px;background:#fff;color:var(--ink);outline:none;transition:border-color .16s ease,box-shadow .16s ease}input,select{min-height:44px;padding:0 .78rem}textarea{padding:.78rem;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0875be1f}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.form-grid--single{grid-template-columns:1fr}.form-field--wide{grid-column:1 / -1}.search-field{min-height:48px;display:flex;align-items:center;gap:.7rem;padding:0 .9rem;border:1px solid #cfd9e1;border-radius:12px;background:#fff;color:#738292}.search-field:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #0875be1a}.search-field svg{width:20px;height:20px;flex:0 0 auto}.search-field input{min-height:46px;padding:0;border:0;box-shadow:none;background:transparent}.search-field input:focus{box-shadow:none}.inline-message{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border:1px solid #bfd9e9;border-radius:10px;background:#edf8fe;color:#164e70}.inline-message>svg{width:20px;height:20px;flex:0 0 auto;margin-top:.08rem}.inline-message>div{min-width:0;flex:1}.inline-message strong{display:block}.inline-message p{margin:.25rem 0 0;font-size:.84rem}.inline-message--error{border-color:#edb8bc;background:#fff1f2;color:#8b1d26}.inline-message--success{border-color:#b5dac8;background:#edf9f3;color:#185e3f}.full-page-loader{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:1rem;color:var(--muted)}.spinner{width:38px;height:38px;border:4px solid #d9e3e9;border-top-color:var(--red);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:1.25rem;background:#081f30b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{width:min(680px,100%);max-height:min(92vh,900px);overflow:hidden;border-radius:var(--radius);background:#fff;box-shadow:0 30px 90px #00000047}.modal--wide{width:min(980px,100%)}.modal__header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.35rem;border-bottom:1px solid var(--line)}.modal__header h2{margin:0;font-size:1.25rem}.modal__content{max-height:calc(92vh - 70px);overflow:auto;padding:1.4rem}.toast{position:fixed;z-index:120;right:1.3rem;bottom:1.3rem;max-width:min(430px,calc(100vw - 2rem));padding:.9rem 1.15rem;border-left:5px solid var(--yellow);border-radius:10px;background:var(--navy);color:#fff;box-shadow:var(--shadow);font-weight:700;animation:toast-in .18s ease-out}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}.status-pill{display:inline-flex;align-items:center;width:max-content;padding:.3rem .55rem;border-radius:999px;font-size:.72rem;font-weight:800}.status-pill--active{background:#e1f3e9;color:#176642}.status-pill--inactive{background:#f5e5e6;color:#93232c}.badge{display:inline-flex;align-items:center;min-height:22px;padding:.2rem .5rem;border-radius:999px;background:#edf1f4;color:var(--ink);font-size:.64rem;font-weight:850;letter-spacing:.03em;text-transform:uppercase}.badge--new{background:var(--yellow)}.badge--action{background:var(--red);color:#fff}.badge--svr{background:var(--blue);color:#fff}.badge--request{background:#f7e7ce;color:#744816}.badge--order{background:#e9e4f7;color:#5d4191}.badge--display{background:#dff1e7;color:#18633e}.badge--discontinued{background:#f1dfdf;color:#8b1d26}.badge--image-family{background:#e3edf8;color:#285578}.badge--image-group{background:#eee7f6;color:#5c3f78}.badge--conflict{background:#fff0c7;color:#6d4900}.badge--inactive{background:#4f5964;color:#fff}.brand-jolly{--brand: #d91f2b;--brand-ink: #fff}.brand-cretacolor{--brand: #9a5326;--brand-ink: #fff}.brand-sax{--brand: #0875be;--brand-ink: #fff}.brand-kum{--brand: #e3412d;--brand-ink: #fff}.brand-oeki{--brand: #29834c;--brand-ink: #fff}.brand-yes{--brand: #7457a6;--brand-ink: #fff}.brand-brevillier,.brand-brevillier-urban{--brand: #123b5d;--brand-ink: #fff}.image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;background:linear-gradient(135deg,color-mix(in srgb,var(--brand, #75889a) 9%,white),#fff);color:var(--brand, #75889a);text-align:center}.image-placeholder svg{width:38px;height:38px;opacity:.58}.image-placeholder span{font-size:.78rem;font-weight:850;text-transform:uppercase}.image-placeholder small{color:var(--muted);font-size:.68rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;z-index:50;top:0;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 4vw;border-bottom:1px solid rgba(18,59,93,.12);background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__logo{text-decoration:none}.brand-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.brand-logo__mark{position:relative;width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:14px 14px 14px 4px;background:var(--red);color:#fff;box-shadow:7px 7px 0 var(--yellow)}.brand-logo__mark:after{content:"";position:absolute;right:-13px;bottom:-13px;width:34px;height:34px;border-radius:50%;background:var(--blue)}.brand-logo__mark i{position:absolute;top:1px;left:6px;color:var(--yellow);font-size:.68rem;font-style:normal;font-weight:900}.brand-logo__mark b{position:relative;z-index:1;font-size:.88rem;letter-spacing:.02em}.brand-logo__text{display:flex;flex-direction:column;gap:.08rem}.brand-logo__text b{color:var(--navy);font-size:1.05rem;line-height:1}.brand-logo__text small{color:var(--muted);font-size:.61rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.brand-logo--compact .brand-logo__mark{width:38px;height:38px;box-shadow:5px 5px 0 var(--yellow)}.brand-logo--inverse .brand-logo__text b,.brand-logo--inverse .brand-logo__text small{color:#fff}.site-nav{display:flex;align-items:center;gap:.35rem}.nav-link{min-height:42px;display:inline-flex;align-items:center;gap:.5rem;padding:.6rem .8rem;border-radius:10px;color:#536477;font-size:.85rem;font-weight:750;text-decoration:none}.nav-link:hover,.nav-link--active{background:#f0f5f8;color:var(--blue-dark)}.nav-link svg{width:18px;height:18px}.cart-count{min-width:22px;min-height:22px;display:inline-grid;place-items:center;padding:0 .3rem;border-radius:999px;background:var(--red);color:#fff;font-size:.68rem}.account-summary{display:flex;align-items:center;gap:.7rem;margin-left:.5rem;padding-left:1rem;border-left:1px solid var(--line)}.account-summary>span{display:flex;flex-direction:column;text-align:right}.account-summary b{max-width:160px;overflow:hidden;color:var(--ink);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.account-summary small{max-width:160px;overflow:hidden;color:var(--muted);font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.mobile-menu-button,.nav-backdrop{display:none}.page,.catalog-page{width:min(1480px,100%);flex:1;margin:0 auto;padding:0 max(3vw,1.25rem) 5rem}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:4.2rem 0 2.1rem;border-bottom:1px solid var(--line)}.page-heading h1{margin:0 0 .85rem;font-size:clamp(2.2rem,4vw,4.2rem)}.page-heading p:not(.eyebrow){max-width:720px;margin:0;color:var(--muted);line-height:1.6}.site-footer{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.3rem 4vw;background:var(--navy);color:#dbe6ed}.site-footer p{margin:0;font-size:.72rem;text-align:right}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);background:#fff}.login-showcase{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:clamp(2rem,5vw,5rem);background:radial-gradient(circle at 82% 12%,rgba(255,210,28,.98) 0 5.5rem,transparent 5.6rem),radial-gradient(circle at 11% 89%,rgba(8,117,190,.75) 0 11rem,transparent 11.1rem),linear-gradient(140deg,#b81420,var(--red) 58%,#ec3540);color:#fff}.login-showcase:before,.login-showcase:after{content:"";position:absolute;border:3px solid rgba(255,255,255,.22);border-radius:50%}.login-showcase:before{width:310px;height:310px;top:18%;right:-160px}.login-showcase:after{width:130px;height:130px;right:22%;bottom:9%}.login-showcase .brand-logo{position:relative;z-index:2}.login-showcase__content{position:relative;z-index:2;max-width:720px;margin:auto 0}.login-showcase__content .eyebrow{color:var(--yellow)}.login-showcase__content h1{margin:0;color:#fff;font-size:clamp(3.2rem,6.3vw,7rem)}.login-showcase__content h1 span{display:block;color:var(--yellow)}.login-showcase__content>p:not(.eyebrow){max-width:590px;margin:1.8rem 0;color:#ffffffe0;font-size:1.05rem;line-height:1.7}.login-benefits{display:flex;flex-wrap:wrap;gap:.7rem}.login-benefits span{display:inline-flex;align-items:center;gap:.48rem;padding:.55rem .72rem;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#7a050f2e;color:#fff;font-size:.72rem;font-weight:750}.login-benefits svg{width:16px;height:16px;color:var(--yellow)}.color-pencils{position:absolute;right:2.5rem;bottom:-6rem;display:flex;align-items:flex-end;gap:.75rem;transform:rotate(16deg);opacity:.28}.color-pencils i{position:relative;width:28px;height:330px;border-radius:3px 3px 0 0;background:var(--yellow)}.color-pencils i:before{content:"";position:absolute;top:-38px;left:0;width:0;height:0;border-right:14px solid transparent;border-bottom:38px solid #ead9b3;border-left:14px solid transparent}.color-pencils i:nth-child(2){height:280px;background:var(--blue)}.color-pencils i:nth-child(3){height:360px;background:#fff}.color-pencils i:nth-child(4){height:300px;background:#183c5a}.color-pencils i:nth-child(5){height:250px;background:#53a755}.login-panel{min-height:100vh;display:grid;place-items:center;padding:3rem;background:radial-gradient(circle at 100% 0%,rgba(8,117,190,.08),transparent 22rem),#fff}.login-form{width:min(440px,100%)}.login-form__icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:1.5rem;border-radius:15px;background:var(--yellow);color:var(--navy)}.login-form__icon svg{width:24px;height:24px}.login-form h2{margin:0 0 .7rem;font-size:clamp(2rem,4vw,3rem)}.login-form>.muted{margin:0 0 2rem;line-height:1.55}.login-form>label{display:block;margin-top:1rem}.login-form .inline-message{margin-top:1rem}.login-form>.button{width:100%;margin-top:1.3rem}.login-form__note{display:block;margin-top:1.1rem;color:var(--muted);font-size:.7rem;text-align:center}.catalog-hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:space-between;gap:3rem;overflow:hidden;margin:1.6rem 0 1.2rem;padding:clamp(2.3rem,6vw,5.6rem);border-radius:26px;background:linear-gradient(100deg,#fffffffa,#ffffffd6),repeating-linear-gradient(45deg,var(--yellow) 0 24px,var(--red) 24px 48px,var(--blue) 48px 72px);box-shadow:var(--shadow)}.catalog-hero:before{content:"";position:absolute;top:-130px;right:-90px;width:370px;height:370px;border:70px solid var(--yellow);border-radius:50%;opacity:.65}.catalog-hero:after{content:"";position:absolute;right:19%;bottom:-145px;width:290px;height:290px;border-radius:50%;background:#0875be1f}.catalog-hero>div:first-child{position:relative;z-index:2;max-width:850px}.catalog-hero h1{max-width:820px;margin:0}.catalog-hero h1 span{display:block;color:var(--red)}.catalog-hero>div:first-child>p:not(.eyebrow){max-width:700px;margin:1.5rem 0 0;color:var(--muted);font-size:1rem;line-height:1.7}.hero-seal{position:relative;z-index:2;width:160px;height:160px;display:grid;place-content:center;justify-items:center;flex:0 0 auto;border:7px solid #fff;border-radius:50%;background:var(--blue);color:#fff;box-shadow:0 15px 35px #0875be3d;transform:rotate(5deg)}.hero-seal svg{width:22px;height:22px;color:var(--yellow)}.hero-seal b{font-size:2rem;line-height:1}.hero-seal span{margin-top:.2rem;font-size:.68rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:1.2rem 0 2.2rem}.stat-card{min-width:0;display:flex;align-items:center;gap:1rem;padding:1.15rem;border:1px solid var(--line);border-radius:15px;background:#fff}.stat-card__icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px}.stat-card__icon svg{width:22px;height:22px}.stat-card--red .stat-card__icon{background:#ffeaec;color:var(--red)}.stat-card--blue .stat-card__icon{background:#e5f3fb;color:var(--blue)}.stat-card--yellow .stat-card__icon{background:var(--yellow-soft);color:#826700}.stat-card--navy .stat-card__icon{background:#e9eff3;color:var(--navy)}.stat-card>div{min-width:0;display:flex;flex-direction:column}.stat-card>div>span{color:var(--muted);font-size:.68rem;font-weight:750;text-transform:uppercase}.stat-card strong{margin:.15rem 0 .05rem;color:var(--ink);font-size:1.55rem;line-height:1}.stat-card small{overflow:hidden;color:#83909c;font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.catalog-controls{position:relative;z-index:3;padding:1.2rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 8px 25px #123b5d0f}.brand-filter{display:flex;flex-wrap:wrap;gap:.55rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.brand-chip{min-height:36px;display:inline-flex;align-items:center;gap:.42rem;padding:.4rem .72rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--brand, var(--navy));font-size:.74rem;font-weight:800}.brand-chip:hover{border-color:var(--brand, var(--navy))}.brand-chip--active{border-color:var(--brand, var(--navy));background:var(--brand, var(--navy));color:var(--brand-ink, #fff)}.brand-chip small{min-width:19px;display:inline-grid;place-items:center;padding:.1rem .25rem;border-radius:999px;background:#123b5d17;font-size:.61rem}.brand-chip--active small{background:#ffffff3d}.search-and-view{display:flex;gap:.8rem;padding:1rem 0}.search-and-view .search-field{flex:1}.view-switch{display:flex;align-items:center;padding:.22rem;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft)}.view-switch button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#71808d}.view-switch button.is-active{background:#fff;color:var(--blue);box-shadow:0 3px 10px #123b5d1a}.view-switch svg{width:18px;height:18px}.filter-drawer summary{display:none}.filter-panel{display:grid;grid-template-columns:minmax(190px,1fr) minmax(280px,1.4fr) minmax(170px,.8fr) minmax(180px,.9fr) auto;align-items:end;gap:.8rem;padding-top:1rem;border-top:1px solid var(--line)}.filter-panel>label>span,.check-filter legend{display:block;margin-bottom:.42rem;color:var(--muted);font-size:.67rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.check-filter{min-width:0;display:flex;align-items:center;gap:.7rem;min-height:44px;margin:0;padding:.35rem .65rem;border:1px solid #cfd9e1;border-radius:9px}.check-filter legend{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.check-filter label{display:flex;align-items:center;gap:.34rem;color:#4d5c69;font-size:.72rem;font-weight:700;white-space:nowrap}.check-filter input,.admin-checks input{width:17px;min-height:17px;height:17px;padding:0;accent-color:var(--red)}.filter-reset{white-space:nowrap}.catalog-results{scroll-margin-top:96px;padding-top:2.5rem}.results-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.results-heading h2{margin:0;font-size:1.75rem}.results-heading>p{margin:0 0 .3rem;color:var(--muted);font-size:.8rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-card{--brand: #75889a;position:relative;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 5px 18px #123b5d0d;transition:box-shadow .17s ease,transform .17s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-card:before{content:"";position:absolute;z-index:2;inset:0 auto 0 0;width:4px;background:var(--brand)}.product-card__visual{position:relative;height:220px;overflow:hidden;border-bottom:1px solid var(--line);background:#f5f7f8}.product-card__visual>img{width:100%;height:100%;padding:1rem;object-fit:contain}.product-badges{display:flex;flex-wrap:wrap;gap:.35rem}.product-card__visual>.product-badges{position:absolute;z-index:2;top:.65rem;left:.75rem;max-width:calc(100% - 1.5rem)}.product-badges--compact{margin-top:.4rem}.brand-ribbon{position:absolute;right:.65rem;bottom:.6rem;padding:.26rem .5rem;border-radius:6px;background:var(--brand);color:var(--brand-ink, #fff);font-size:.61rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.product-card__body{display:flex;flex-direction:column;min-height:305px;padding:1.1rem}.product-card__body h3{min-height:2.7em;margin:0;line-height:1.32}.product-number{display:flex;flex-direction:column;gap:.16rem;min-height:2.4rem;margin:.65rem 0;color:var(--muted);font-size:.68rem}.product-number span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-facts{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:.72rem 0;border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2}.mini-facts div+div{padding-left:.75rem;border-left:1px solid #edf0f2}.mini-facts dt,.detail-facts dt{color:var(--muted);font-size:.62rem;font-weight:700}.mini-facts dd{margin:.16rem 0 0;font-size:.78rem;font-weight:800}.product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.65rem;margin-top:auto;padding-top:.9rem}.product-card__actions,.product-row__actions{display:flex;gap:.4rem}.price-display{min-width:0;display:flex;flex-direction:column}.price-display>small{color:var(--muted);font-size:.6rem;font-weight:700}.price-display>strong{margin-top:.05rem;color:var(--navy);font-size:1.08rem}.price-display>span{color:var(--muted);font-size:.62rem}.price-display .price-display__old{text-decoration:line-through}.price-display--missing strong{color:var(--red);font-size:.83rem}.price-display--missing small{max-width:145px;margin-top:.12rem}.price-display--compact>strong{font-size:.88rem}.product-list{display:flex;flex-direction:column;gap:.65rem}.product-row{display:grid;grid-template-columns:84px minmax(230px,1.8fr) minmax(170px,.75fr) minmax(130px,.55fr) auto;align-items:center;gap:1rem;padding:.75rem;border:1px solid var(--line);border-radius:13px;background:#fff}.product-row__image{width:84px;height:74px;overflow:hidden;border-radius:9px;background:var(--surface-soft)}.product-row__image>img{width:100%;height:100%;padding:.3rem;object-fit:contain}.product-row__image .image-placeholder svg{width:25px;height:25px}.product-row__image .image-placeholder span,.product-row__image .image-placeholder small{display:none}.product-row__identity{min-width:0}.product-row__identity .eyebrow{margin-bottom:.23rem}.product-row__identity h3{margin:0}.product-row__identity>p{margin:.24rem 0 0;color:var(--muted);font-size:.67rem}.product-row__data{display:flex;gap:1.1rem}.product-row__data span{display:flex;flex-direction:column;color:var(--muted);font-size:.65rem}.product-row__data b{margin-top:.13rem;color:var(--ink);font-size:.8rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:2rem 0;color:var(--muted);font-size:.78rem}.empty-state{display:grid;justify-items:center;padding:5rem 1.5rem;border:1px dashed #bdc9d1;border-radius:var(--radius);background:#fff;text-align:center}.empty-state>svg{width:48px;height:48px;color:var(--blue)}.empty-state h2,.empty-state h3{margin:1rem 0 .4rem}.empty-state p{max-width:480px;margin:0 0 1.2rem;color:var(--muted)}.empty-state--card{margin-top:2rem;box-shadow:0 8px 24px #123b5d0d}.product-skeletons{display:grid;gap:1rem}.product-skeletons--grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-skeletons span{min-height:460px;border-radius:15px;background:linear-gradient(100deg,#edf1f3 20%,#f8fafb,#edf1f3 60%);background-size:250% 100%;animation:skeleton 1.5s ease infinite}.product-skeletons--list{grid-template-columns:1fr}.product-skeletons--list span{min-height:100px}@keyframes skeleton{to{background-position-x:-250%}}.product-detail{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:2rem}.product-detail__visual{min-height:420px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft)}.product-detail__visual>img{width:100%;height:420px;padding:1.5rem;object-fit:contain}.product-detail__body h3{margin:0 0 .75rem;font-size:clamp(1.7rem,3vw,2.5rem)}.product-detail__body>.product-badges{margin-bottom:1rem}.product-detail__description{color:#4e5e6c;line-height:1.65}.detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:1.2rem 0;border-top:1px solid var(--line)}.detail-facts div{padding:.7rem 0;border-bottom:1px solid var(--line)}.detail-facts div:nth-child(2n){padding-left:1rem;border-left:1px solid var(--line)}.detail-facts dd{margin:.18rem 0 0;font-size:.8rem;font-weight:750}.product-detail__price{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1rem;border-radius:12px;background:var(--cream)}.product-detail__price .price-display>strong{font-size:1.5rem}.detail-price-note{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted);font-size:.72rem}.detail-price-note svg{width:16px;height:16px}.price-tiers{margin-top:.8rem;padding:.9rem 1rem;border:1px solid #cfe1ec;border-radius:12px;background:#f1f8fc}.price-tiers>strong{display:block;margin-bottom:.45rem;color:var(--blue-dark);font-size:.72rem}.price-tiers dl{margin:0}.price-tiers dl>div{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.32rem 0}.price-tiers dt{color:var(--muted);font-size:.7rem}.price-tiers dd{margin:0;font-size:.76rem;font-weight:800}.product-detail__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.1rem}.variant-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.variant-section>h3{display:flex;align-items:center;gap:.55rem}.variant-section>h3 svg{width:20px;height:20px;color:var(--blue)}.variant-table{border:1px solid var(--line);border-radius:10px}.variant-row{display:grid;grid-template-columns:1.5fr 1fr .8fr auto;align-items:center;gap:1rem;padding:.7rem}.variant-row+.variant-row{border-top:1px solid var(--line)}.variant-row span{font-size:.75rem}.variant-row span:first-child{display:flex;flex-direction:column}.variant-row small{color:var(--muted)}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;align-items:start;gap:1.5rem;margin-top:2rem}.cart-main{min-width:0;display:flex;flex-direction:column;gap:1.4rem}.cart-items,.customer-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 7px 22px #123b5d0d}.section-heading{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;border-bottom:1px solid var(--line)}.section-heading h2{margin:0;font-size:1.25rem}.section-heading .eyebrow{margin-bottom:.25rem}.section-heading>svg{color:var(--blue)}.cart-item{display:grid;grid-template-columns:82px minmax(220px,1fr) auto 125px 42px;align-items:center;gap:1rem;padding:.95rem 1.1rem}.cart-item+.cart-item{border-top:1px solid var(--line)}.cart-item__image{width:82px;height:72px;overflow:hidden;border-radius:9px;background:var(--surface-soft)}.cart-item__image>img{width:100%;height:100%;padding:.35rem;object-fit:contain}.cart-item__image .image-placeholder svg{width:24px;height:24px}.cart-item__image .image-placeholder span,.cart-item__image .image-placeholder small{display:none}.cart-item__identity{min-width:0}.cart-item__identity .eyebrow{margin-bottom:.22rem}.cart-item__identity h3{margin:0}.cart-item__identity>p{margin:.25rem 0 0;color:var(--muted);font-size:.7rem}.quantity-control{display:flex;align-items:center;border:1px solid #ccd7df;border-radius:9px;background:#fff}.quantity-control button{width:36px;height:38px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:0;background:transparent;color:var(--blue-dark)}.quantity-control button:hover{background:var(--surface-soft)}.quantity-control button:first-child{border-radius:8px 0 0 8px}.quantity-control button:last-child{border-radius:0 8px 8px 0}.quantity-control svg{width:15px;height:15px}.quantity-control label{width:45px}.quantity-control input{width:45px;min-height:38px;padding:0;border-width:0 1px;border-radius:0;box-shadow:none;text-align:center;appearance:textfield}.quantity-control input::-webkit-outer-spin-button,.quantity-control input::-webkit-inner-spin-button{margin:0;appearance:none}.cart-item__sum{display:flex;flex-direction:column;color:var(--navy);font-size:.9rem;text-align:right}.cart-item__sum small{color:var(--muted);font-size:.62rem;font-weight:600}.customer-card{padding-bottom:1.2rem}.customer-card .form-grid{padding:1.2rem}.cart-summary{position:sticky;top:96px;padding:1.5rem;border-radius:var(--radius);background:radial-gradient(circle at 100% 0%,rgba(255,210,28,.2),transparent 12rem),var(--navy);color:#fff;box-shadow:var(--shadow)}.cart-summary .eyebrow{color:var(--yellow)}.cart-summary h2{margin-bottom:1.2rem;color:#fff}.cart-summary dl{margin:0}.cart-summary dl>div{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.12)}.cart-summary dt{color:#c7d6e0;font-size:.78rem}.cart-summary dd{margin:0;font-size:.82rem;font-weight:800}.cart-summary .cart-summary__total{margin-top:.55rem;padding:1rem 0;border-bottom-color:#ffd21c99}.cart-summary__total dt{color:#fff;font-size:.9rem;font-weight:750}.cart-summary__total dd{color:var(--yellow);font-size:1.35rem}.cart-summary .inline-message{margin-top:1rem;border-color:#ffffff29;background:#ffffff14;color:#fff}.cart-summary>.button{width:100%;margin-top:1rem;line-height:1.25}.cart-summary>small{display:block;margin-top:.85rem;color:#aebfca;font-size:.65rem;line-height:1.5;text-align:center}.admin-role{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .8rem;border-radius:999px;background:var(--navy);color:#fff;font-size:.72rem;font-weight:800;white-space:nowrap}.admin-role svg{width:17px;height:17px;color:var(--yellow)}.admin-tabs{display:flex;gap:.25rem;margin-top:1.5rem;border-bottom:1px solid var(--line)}.admin-tabs button{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1rem;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--muted);font-weight:750}.admin-tabs button.is-active{border-bottom-color:var(--red);color:var(--red)}.admin-tabs svg{width:18px;height:18px}.admin-section{padding-top:1.3rem}.admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin-toolbar .search-field{width:min(620px,100%)}.admin-toolbar>p{margin:0;color:var(--muted);font-size:.8rem}.admin-table{overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 7px 22px #123b5d0a}.admin-tr{display:grid;align-items:center;gap:.8rem;min-height:70px;padding:.7rem 1rem}.admin-tr+.admin-tr{border-top:1px solid var(--line)}.admin-products-table .admin-tr{grid-template-columns:minmax(280px,2fr) minmax(150px,.9fr) minmax(95px,.5fr) minmax(80px,.45fr) 90px}.admin-users-table .admin-tr{grid-template-columns:minmax(260px,1.5fr) minmax(140px,.6fr) minmax(130px,.6fr) minmax(200px,.8fr)}.admin-tr--head{min-height:42px;background:#eef3f6;color:#70808d;font-size:.64rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.admin-tr:not(.admin-tr--head):hover{background:#fbfcfd}.admin-tr>span{min-width:0;color:#4f5e6c;font-size:.76rem}.admin-tr>span>b,.admin-tr>span>small{display:block}.admin-tr>span>b{overflow:hidden;color:var(--ink);text-overflow:ellipsis;white-space:nowrap}.admin-tr>span>small{margin-top:.18rem;overflow:hidden;color:var(--muted);font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.admin-product{display:flex;align-items:center;gap:.75rem}.admin-product__image{width:55px;height:50px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:7px;background:var(--surface-soft);color:#95a3ae}.admin-product__image>img{width:100%;height:100%;padding:.2rem;object-fit:contain}.admin-product__image>svg{width:21px}.admin-product__image .image-placeholder span,.admin-product__image .image-placeholder small{display:none}.admin-product__image .image-placeholder svg{width:20px}.admin-actions,.user-status{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.user-status{justify-content:space-between}.admin-tr select{min-height:38px;font-size:.75rem}.admin-table__loading,.admin-table__empty{min-height:190px;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:2rem;color:var(--muted);font-size:.8rem}.admin-table__empty svg{width:22px;height:22px}.admin-form>.inline-message{margin-bottom:1rem}.file-field small{display:block;margin-top:.4rem;color:var(--muted);font-size:.65rem;font-weight:500}.admin-checks{display:flex;flex-wrap:wrap;gap:1rem;margin:1.2rem 0 0;padding:1rem;border:1px solid var(--line);border-radius:10px}.admin-checks legend{padding:0 .4rem;color:var(--muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.admin-checks label{display:flex;align-items:center;gap:.4rem;font-size:.74rem}.modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.4rem;padding-top:1rem;border-top:1px solid var(--line)}@media(max-width:1220px){.product-grid,.product-skeletons--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-reset{justify-self:start}.product-row{grid-template-columns:76px minmax(220px,1.6fr) minmax(120px,.5fr) auto}.product-row__data{display:none}.admin-products-table .admin-tr{grid-template-columns:minmax(250px,1.7fr) minmax(130px,.8fr) 90px 80px}.admin-products-table .admin-tr>:nth-child(3){display:none}}@media(max-width:1020px){.site-header{padding:0 1.2rem}.mobile-menu-button{display:inline-grid}.site-nav{position:fixed;z-index:60;top:76px;right:0;width:min(390px,calc(100vw - 2rem));max-height:calc(100vh - 76px);display:flex;flex-direction:column;align-items:stretch;overflow:auto;padding:1rem;border-left:1px solid var(--line);background:#fff;box-shadow:-20px 25px 45px #123b5d29;transform:translate(105%);transition:transform .18s ease}.site-nav--open{transform:translate(0)}.nav-link{width:100%;min-height:50px}.account-summary{justify-content:space-between;margin:.65rem 0 0;padding:1rem 0 0;border-top:1px solid var(--line);border-left:0}.account-summary>span{text-align:left}.nav-backdrop{position:fixed;z-index:45;inset:76px 0 0;display:block;padding:0;border:0;background:#081f306b}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.admin-users-table .admin-tr{grid-template-columns:minmax(230px,1.3fr) minmax(120px,.6fr) minmax(180px,.7fr)}.admin-users-table .admin-tr>:nth-child(3){display:none}}@media(max-width:820px){.login-page{grid-template-columns:1fr}.login-showcase{min-height:460px}.login-showcase__content{margin-top:4rem}.login-showcase__content h1{font-size:clamp(3rem,12vw,5.5rem)}.login-panel{min-height:auto;padding:4rem 1.5rem}.catalog-hero{min-height:370px;padding:2.5rem}.hero-seal{width:125px;height:125px}.product-grid,.product-skeletons--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-row{grid-template-columns:74px minmax(0,1fr) auto}.product-row>.price-display{display:none}.product-row__actions .button{width:42px;padding:0;font-size:0}.product-row__actions .button svg{width:18px;height:18px}.product-detail{grid-template-columns:1fr}.product-detail__visual{min-height:310px}.product-detail__visual>img{height:310px}.variant-row{grid-template-columns:1.2fr .8fr auto}.variant-row>:nth-child(2){display:none}.cart-item{grid-template-columns:70px minmax(160px,1fr) auto 40px}.cart-item__image{width:70px;height:64px}.cart-item__sum{grid-column:2;grid-row:2;align-items:flex-start;text-align:left}.cart-item__remove{grid-column:4;grid-row:1 / span 2}.admin-products-table,.admin-users-table{overflow:visible;border:0;background:transparent;box-shadow:none}.admin-table .admin-tr--head{display:none}.admin-products-table .admin-tr,.admin-users-table .admin-tr{position:relative;display:grid;grid-template-columns:1fr auto;gap:.7rem 1rem;margin-bottom:.7rem;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fff}.admin-products-table .admin-tr>*,.admin-users-table .admin-tr>*,.admin-products-table .admin-tr>:nth-child(3),.admin-users-table .admin-tr>:nth-child(3){display:flex}.admin-product{grid-column:1 / -1}.admin-actions{position:absolute;right:.8rem;top:.8rem}.admin-users-table .admin-tr>span:first-child{grid-column:1 / -1;flex-direction:column;padding-right:1rem}.user-status{gap:.7rem}}@media(max-width:620px){.site-header{min-height:68px}.site-nav{top:68px;max-height:calc(100vh - 68px)}.nav-backdrop{inset:68px 0 0}.brand-logo__mark{width:42px;height:42px}.brand-logo__text{display:none}.page,.catalog-page{padding-right:.85rem;padding-left:.85rem}.page-heading{align-items:flex-start;flex-direction:column;padding-top:2.7rem}.page-heading>.button{width:100%}.catalog-hero{min-height:410px;align-items:flex-start;padding:2rem 1.35rem}.catalog-hero h1{font-size:clamp(2.6rem,13vw,4.1rem)}.hero-seal{position:absolute;right:1rem;bottom:1rem;width:94px;height:94px;border-width:5px}.hero-seal b{font-size:1.35rem}.hero-seal span{font-size:.5rem}.stats-grid{gap:.65rem}.stat-card{align-items:flex-start;flex-direction:column;gap:.7rem;padding:.9rem}.stat-card__icon{width:40px;height:40px}.brand-filter{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.8rem;scrollbar-width:thin}.brand-chip{flex:0 0 auto}.filter-drawer summary{display:flex;align-items:center;gap:.5rem;padding:.8rem 0 0;border-top:1px solid var(--line);color:var(--blue-dark);font-size:.76rem;font-weight:800;cursor:pointer;list-style:none}.filter-drawer summary::-webkit-details-marker{display:none}.filter-drawer summary svg{width:17px;height:17px}.filter-panel{grid-template-columns:1fr;padding-top:.8rem;border-top:0}.check-filter{flex-wrap:wrap}.filter-reset{width:100%}.results-heading{align-items:flex-start;flex-direction:column}.product-grid,.product-skeletons--grid{grid-template-columns:1fr}.product-card__visual{height:250px}.product-card__body{min-height:285px}.product-row{grid-template-columns:64px minmax(0,1fr);align-items:start}.product-row__image{width:64px;height:64px}.product-row__actions{grid-column:1 / -1;justify-content:flex-end}.product-row__actions .button{width:auto;padding:.6rem .8rem;font-size:.72rem}.detail-facts{grid-template-columns:1fr}.detail-facts div:nth-child(2n){padding-left:0;border-left:0}.product-detail__price{align-items:flex-start;flex-direction:column}.variant-row{grid-template-columns:1fr auto}.variant-row>.price-display{display:none}.cart-item{grid-template-columns:58px minmax(0,1fr) 38px;gap:.7rem}.cart-item__image{width:58px;height:58px}.quantity-control{grid-column:2}.cart-item__sum{grid-column:2;grid-row:3}.cart-item__remove{grid-column:3;grid-row:1}.form-grid{grid-template-columns:1fr}.form-field--wide{grid-column:1}.section-heading{align-items:flex-start}.section-heading .button--danger{width:40px;padding:0;font-size:0}.admin-toolbar{align-items:stretch;flex-direction:column}.admin-toolbar .button{width:100%}.admin-tabs button{flex:1;justify-content:center}.admin-products-table .admin-tr,.admin-users-table .admin-tr{grid-template-columns:1fr}.admin-actions{grid-column:1}.admin-products-table .admin-tr>span:nth-child(2),.admin-products-table .admin-tr>span:nth-child(4){flex-direction:column}.user-status{align-items:flex-start;flex-direction:column}.modal-backdrop{padding:0}.modal{width:100%;max-height:100vh;border-radius:0}.modal__content{max-height:calc(100vh - 70px);padding:1rem}.modal-actions{flex-direction:column-reverse}.modal-actions .button{width:100%}.site-footer{align-items:flex-start;flex-direction:column}.site-footer p{text-align:left}}
