:root{--ink:#18202b;--muted:#687385;--line:#e7eaf0;--soft:#f6f8fb;--brand:#df1f2d;--brand-dark:#af101b;--navy:#111b2e;--green:#12805c;--orange:#b96800;--blue:#2563eb;--shadow:0 18px 50px #111b2e1a}*{box-sizing:border-box}body{color:var(--ink);background:#fff;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}.container{width:min(1240px,100% - 36px);margin:auto}.topbar{background:var(--navy);color:#dbe4f4;font-size:13px}.topbar-inner{justify-content:flex-end;align-items:center;gap:22px;height:38px;display:flex}.topbar span{align-items:center;gap:6px;display:flex}.cart{color:#fff;font-weight:700}.nav{border-bottom:1px solid var(--line);z-index:20;background:#fff;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;height:76px;display:flex}.brand{align-items:center;gap:12px;display:flex}.logo{object-fit:cover;object-position:center;border-radius:50%;flex:none;width:58px;height:58px;display:block}.brand small{color:var(--muted);font-size:12px;display:block}.nav-links{color:#334155;gap:28px;font-weight:700;display:flex}.nav-links a{cursor:pointer}.hero{border-bottom:1px solid var(--line);background:linear-gradient(120deg,#f8fafc 0%,#eef3fa 58%,#fff2f3 100%);padding:54px 0 48px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--brand);font-size:13px;font-weight:900}.hero h1{max-width:760px;margin:8px 0 12px;font-size:clamp(34px,5vw,58px);line-height:1}.hero p{color:var(--muted);max-width:720px;font-size:18px;line-height:1.6}.searchbox{border:1px solid var(--line);max-width:850px;box-shadow:var(--shadow);background:#fff;border-radius:18px;align-items:center;gap:12px;margin-top:26px;padding:10px;display:flex}.searchbox svg{color:var(--muted);margin-left:12px}.searchbox input{border:0;outline:0;flex:1;min-width:0;font-size:16px}.searchbox button,.quote-drawer button{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:12px;padding:13px 24px;font-weight:900}.layout{grid-template-columns:285px 1fr;gap:28px;padding:34px 0 110px;display:grid}.filters{border:1px solid var(--line);background:#fff;border-radius:18px;align-self:start;position:sticky;top:98px;overflow:hidden}.filter-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.filter-head h3{margin:0}.filter-head button{display:none}.filter-group{border-bottom:1px solid var(--line);padding:18px 20px}.filter-title{background:0 0;border:0;justify-content:space-between;width:100%;padding:0 0 12px;font-weight:900;display:flex}.check{color:#334155;align-items:center;gap:10px;margin:11px 0;font-size:14px;display:flex}.check input{accent-color:var(--brand)}.clear{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;width:calc(100% - 40px);margin:18px 20px 22px;padding:12px;font-weight:800}.archive-title{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.archive-title h2{margin:0;font-size:32px}.archive-title p{color:var(--muted);margin:4px 0 0}.mobile-filter{display:none}.toolbar{border:1px solid var(--line);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;min-height:58px;margin-bottom:22px;padding:10px 12px;display:flex}.chips{flex-wrap:wrap;gap:8px;display:flex}.chips span{color:var(--brand-dark);background:#fff1f2;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:800}.chips button{color:inherit;background:0 0;border:0;font-weight:900}.tools{align-items:center;gap:8px;display:flex}.tools label{color:var(--muted);font-size:14px;font-weight:700}.tools select{border:1px solid var(--line);background:#fff;border-radius:10px;margin-left:6px;padding:9px}.tools>button,.mobile-filter{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;place-items:center;padding:9px;display:grid}.tools>button.active{background:var(--navy);color:#fff}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.product-list{gap:14px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:20px;transition:all .2s;overflow:hidden;box-shadow:0 8px 26px #0f172a0a}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.product-card.list{grid-template-columns:240px 1fr;display:grid}.image-wrap{background:var(--soft);height:190px;position:relative}.product-card.list .image-wrap{height:100%}.image-wrap img{object-fit:cover;width:100%;height:100%}.badge{color:var(--green);background:#e9f8f2;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;position:absolute;top:12px;left:12px}.badge.limited{color:var(--orange);background:#fff6e6}.badge.special-order{color:var(--blue);background:#eff6ff}.product-info{padding:18px}.sku{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 8px;font-size:12px;font-weight:900}.product-info h3{margin:0 0 8px;font-size:18px;line-height:1.28}.category{color:var(--muted);margin:0 0 14px;font-size:14px}.specs{flex-wrap:wrap;gap:7px;margin-bottom:18px;display:flex}.specs span{border:1px solid var(--line);background:#fafafa;border-radius:999px;padding:6px 8px;font-size:12px}.buy-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.buy-row small{color:var(--muted);font-size:12px;display:block}.buy-row strong{font-size:20px}.buy-row button{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:12px;padding:11px 14px;font-weight:900}.empty{text-align:center;border:1px dashed var(--line);color:var(--muted);border-radius:20px;padding:48px}.empty button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;padding:11px 14px;font-weight:900}.filter-error{color:var(--brand-dark);margin:14px 20px 0;font-size:13px;font-weight:800}.pagination{justify-content:center;align-items:center;gap:12px;margin-top:24px;display:flex}.pagination button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:6px;padding:10px 14px;font-weight:900;display:flex}.pagination button:disabled{cursor:not-allowed;opacity:.45}.pagination span{color:var(--muted);font-size:14px;font-weight:800}.quote-drawer{background:var(--navy);color:#fff;width:min(1000px,100% - 30px);box-shadow:var(--shadow);z-index:30;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.quote-drawer span{color:#b8c4d8;margin-top:3px;font-size:13px;display:block}.quote-drawer button{background:var(--brand)}@media (width<=980px){.nav-links{display:none}.layout{grid-template-columns:1fr}.filters{z-index:40;border-radius:0;width:300px;height:100vh;transition:all .2s;position:fixed;top:0;left:-320px;overflow:auto}.filters.open{left:0}.filter-head button{background:#fff;border:0;display:block}.mobile-filter{align-items:center;gap:8px;font-weight:900;display:flex!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.topbar-inner{justify-content:center;gap:10px}.topbar span:first-child,.topbar span:nth-child(2){display:none}.hero{padding:36px 0}.searchbox{grid-template-columns:auto 1fr;display:grid}.searchbox button{grid-column:1/3}.toolbar{flex-direction:column;align-items:flex-start}.tools{flex-wrap:wrap;justify-content:space-between;width:100%}.product-grid,.product-card.list{grid-template-columns:1fr}.product-card.list .image-wrap{height:190px}.quote-drawer{flex-direction:column;align-items:flex-start}.quote-drawer button{width:100%}}.product-card.skeleton{pointer-events:none}.product-card.skeleton:hover{transform:none;box-shadow:0 8px 26px #0f172a0a}.skeleton-block,.skeleton-line,.skeleton-button,.product-card.skeleton .specs span{background:linear-gradient(90deg,#eef2f7 0%,#f8fafc 48%,#eef2f7 100%) 0 0/220% 100%;animation:1.25s ease-in-out infinite skeleton-shimmer}.product-card.skeleton .image-wrap{border-radius:0}.skeleton-line{border-radius:999px;width:100%;height:12px;margin-bottom:10px;display:block}.skeleton-line.short{width:44%}.skeleton-line.title{width:82%;height:22px}.skeleton-line.tiny{width:74px}.skeleton-line.price{width:96px;height:20px;margin-bottom:0}.skeleton-button{border-radius:12px;width:118px;height:42px;display:block}.product-card.skeleton .specs span{border:0;width:74px;height:26px}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-120% 0}}.hero{background:var(--navy);color:#fff;border-bottom:0;align-items:center;min-height:clamp(480px,62vh,680px);padding:72px 0 64px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#111b2ee6 0%,#111b2ec2 38%,#111b2e61 72%,#111b2e33 100%),linear-gradient(#111b2e2e 0%,#111b2e57 100%);position:absolute;inset:0}.hero-bg-slideshow{z-index:0;background:var(--navy);position:absolute;inset:0}.hero-bg-slideshow img{object-fit:cover;object-position:var(--hero-image-position,center center);opacity:0;width:100%;height:100%;transition:opacity .75s,transform 5.4s;position:absolute;inset:0;transform:scale(1.04)}.hero-bg-slideshow img.active{opacity:1;transform:scale(1)}.hero-content{z-index:2;flex-direction:column;align-items:flex-start;gap:24px;display:flex;position:relative}.hero-controls{z-index:3;pointer-events:none;position:absolute;inset:0}.hero-arrow{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;pointer-events:auto;background:#0f172a73;border:1px solid #ffffff59;border-radius:999px;place-items:center;width:46px;height:46px;padding:0;transition:background .2s,border-color .2s,transform .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 32px #0000003d}.hero-arrow:hover,.hero-arrow:focus-visible{background:#0f172ab3;border-color:#ffffff8c;transform:translateY(-50%)scale(1.04)}.hero-arrow:focus-visible{outline-offset:4px;outline:2px solid #fff}.hero-arrow-prev{left:clamp(16px,3vw,48px)}.hero-arrow-next{right:clamp(16px,3vw,48px)}.hero-copy{min-width:0;max-width:760px}.hero .eyebrow{color:#ffd166;text-shadow:0 1px 14px #00000052}.hero h1{color:#fff;text-shadow:0 3px 26px #00000057}.hero p{color:#e3eaf5;text-shadow:0 2px 18px #00000052}.slide-dots{align-items:center;gap:6px;display:flex}.slide-dot{cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:30px;height:18px;padding:0;display:grid}.slide-dot:before{content:"";background:#ffffff94;border-radius:999px;width:8px;height:8px;transition:width .2s,background .2s,box-shadow .2s;box-shadow:0 1px 5px #0000002e}.slide-dot.active:before{background:#fff;width:24px;box-shadow:0 2px 8px #00000038}.slide-dot:focus-visible{outline-offset:3px;outline:2px solid #fff}@media (width>=681px){.hero-content{padding-left:clamp(72px,10vw,140px);padding-right:clamp(72px,10vw,140px)}}@media (width<=980px){.hero{min-height:560px}.hero:before{background:linear-gradient(90deg,#111b2ee6 0%,#111b2eb3 58%,#111b2e57 100%),linear-gradient(#111b2e29 0%,#111b2e52 100%)}}@media (width<=680px){.hero{min-height:580px;padding:40px 0 36px}.hero:before{background:linear-gradient(#111b2ed6 0%,#111b2ead 48%,#111b2ee0 100%)}.hero-bg-slideshow img{object-position:var(--hero-mobile-image-position,var(--hero-image-position,center center))}.hero-controls{display:none}.slide-dot{width:32px;height:24px}}.site-footer{background:var(--navy);color:#eef4ff;padding:46px 0 128px}.footer-inner{grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(140px,1fr));gap:34px;display:grid}.footer-company p{color:#b8c4d8;max-width:420px;margin:16px 0 18px;line-height:1.6}.footer-brand-row{color:#eef4ff;align-items:center;gap:12px;text-decoration:none;display:flex}.footer-brand-row strong{font-size:18px;display:block}.footer-brand-row span{color:#b8c4d8;margin-top:2px;font-size:13px;display:block}.footer-logo{object-fit:cover;border-radius:50%;width:52px;height:52px}.footer-contact{gap:10px;display:grid}.footer-contact span{color:#dbe4f4;align-items:center;gap:9px;font-size:14px;display:flex}.footer-contact svg{color:#ff6b75;flex:none}.social-links{flex-wrap:wrap;gap:9px;margin-top:18px;display:flex}.social-links a{color:#eef4ff;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:8px 11px;text-decoration:none;display:flex}.social-links a:hover{color:#fff;background:#ffffff24}.social-links svg{color:#ff6b75;flex:none}.social-links span{color:#fff;background:#ff6b75;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:900;display:flex}.social-links em{white-space:nowrap;font-size:13px;font-style:normal;font-weight:800}.footer-col h3{color:#fff;letter-spacing:.08em;text-transform:uppercase;margin:4px 0 16px;font-size:14px}.footer-col a,.footer-col>span,.footer-bottom a,.footer-bottom div>span{color:#c7d2e6;margin:11px 0;font-size:14px;text-decoration:none;display:block}.footer-col a:hover,.footer-bottom a:hover{color:#fff}.footer-bottom{color:#aebbd0;border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:18px;margin-top:34px;padding-top:18px;font-size:13px;display:flex}.footer-bottom div{gap:18px;display:flex}.footer-bottom a,.footer-bottom div>span{margin:0}@media (width<=980px){.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-company{grid-column:1/-1}}@media (width<=680px){.site-footer{padding:36px 0 162px}.footer-inner{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom div{flex-wrap:wrap}}.nav .container.nav-inner{grid-template-columns:auto minmax(0,1fr);gap:clamp(24px,4vw,70px);width:100%;max-width:none;height:86px;margin:0;padding:0 clamp(18px,3vw,48px);display:grid}.brand{min-width:0;color:inherit;text-decoration:none}.nav-actions{grid-template-columns:minmax(max-content,1fr) minmax(260px,440px) max-content;align-items:center;gap:clamp(18px,2vw,30px);width:100%;min-width:0;display:grid}.nav-links{white-space:nowrap;justify-self:center}.nav-links a{color:#334155;text-decoration:none}.nav-links a:hover,.nav-links a:focus-visible{color:var(--brand);outline:none}.nav-links a.active{color:var(--brand)}.topbar-link{color:inherit;align-items:center;gap:6px;text-decoration:none;display:flex}.topbar-link:hover,.topbar-link:focus-visible{color:#fff;outline:none}.static-nav-actions{grid-template-columns:minmax(max-content,1fr) max-content}.nav-search-shell{justify-self:end;width:100%;max-width:440px;position:relative}.nav-search{border-radius:14px;width:100%;margin:0;padding:8px 10px;box-shadow:0 10px 28px #0f172a14}.nav-search svg{flex:none;margin-left:8px}.nav-search input{font-size:14px}.nav-search button{border-radius:10px;padding:11px 20px}.archive-title{align-items:flex-start;gap:18px}.archive-title-main{flex:auto;min-width:0}.archive-search-shell{width:100%;max-width:680px;margin-top:14px;position:relative}.archive-search-form{max-width:none;margin-top:0}.archive-search-shell .search-dropdown{left:0;right:auto}.nav-action-buttons{justify-content:flex-end;align-items:center;min-width:0;display:flex}.mobile-search-trigger,.mobile-menu-trigger{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:none}.mobile-menu-backdrop{z-index:105;background:#111b2e75;position:fixed;inset:0}.mobile-menu-panel{color:var(--ink);background:#fff;width:min(100%,420px);max-width:420px;height:100dvh;margin-left:auto;padding:18px;overflow:auto}.mobile-menu-head{justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;display:flex}.mobile-menu-head .brand{flex:auto}.mobile-menu-head button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.mobile-menu-links{gap:8px;display:grid}.mobile-menu-links a{border:1px solid var(--line);color:var(--ink);border-radius:10px;justify-content:space-between;align-items:center;min-height:48px;padding:12px 14px;font-weight:900;text-decoration:none;display:flex}.mobile-menu-links a:hover,.mobile-menu-links a:focus-visible{border-color:#df1f2d61;outline:none;box-shadow:0 0 0 3px #df1f2d1a}.mobile-menu-links span{color:var(--brand-dark);background:#fff1f2;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 7px;font-size:12px;display:flex}.mobile-menu-contact{border-top:1px solid var(--line);gap:10px;margin-top:18px;padding-top:18px;display:grid}.mobile-menu-contact a{color:#334155;align-items:center;gap:9px;font-weight:800;text-decoration:none;display:flex}.nav-contact{border-left:1px solid var(--line);color:var(--ink);cursor:pointer;background:0 0;border-top:0;border-bottom:0;border-right:0;flex:none;align-items:center;gap:8px;padding-left:22px;text-decoration:none;display:flex}.nav-contact:focus-visible{outline-offset:4px;border-radius:12px;outline:3px solid #df1f2d3d}.nav-contact svg{color:#4b5563;flex:none}.nav-contact span{gap:2px;line-height:1.05;display:grid}.nav-contact em{color:#222936;white-space:nowrap;font-size:14px;font-style:normal;font-weight:500}.nav-contact strong{color:var(--brand);letter-spacing:.01em;white-space:nowrap;font-size:15px;font-weight:800}.search-dropdown{border:1px solid var(--line);color:var(--ink);z-index:80;background:#fff;border-radius:16px;width:min(760px,100vw - 36px);max-height:min(72vh,620px);padding:16px;position:absolute;top:calc(100% + 10px);right:0;overflow:auto;box-shadow:0 22px 60px #0f172a2e}.suggestion-section+.suggestion-section{border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.suggestion-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.suggestion-section-head strong{letter-spacing:.02em;text-transform:uppercase;font-size:13px}.suggestion-section-head button{color:var(--brand);cursor:pointer;background:0 0;border:0;padding:3px 0;font-size:13px;font-weight:900}.suggestion-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.suggestion-category-card{border:1px solid var(--line);color:var(--ink);cursor:pointer;text-align:left;background:#fff;border-radius:10px;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:12px;min-height:92px;padding:10px;display:grid}.suggestion-category-card:hover,.suggestion-category-card:focus-visible,.suggestion-pill-list button:hover,.suggestion-pill-list button:focus-visible,.product-suggestion-row:hover,.product-suggestion-row:focus-visible{border-color:#df1f2d61;outline:none;box-shadow:0 0 0 3px #df1f2d1a}.suggestion-category-media{color:#5b6472;background:linear-gradient(135deg,#f3f5f8,#e7ebf1);border-radius:10px;justify-content:center;align-items:center;width:82px;height:62px;display:flex;overflow:hidden}.suggestion-category-media img,.suggestion-thumb img{object-fit:cover;width:100%;height:100%}.suggestion-category-card span:last-child{min-width:0;font-size:14px;font-weight:900;line-height:1.25}.suggestion-pill-list{flex-wrap:wrap;gap:8px;display:flex}.suggestion-pill-list button{border:1px solid var(--line);color:#263244;cursor:pointer;background:#f8fafc;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:800}.product-suggestion-list{gap:6px;display:grid}.product-suggestion-row{color:var(--ink);cursor:pointer;text-align:left;background:#fff;border:1px solid #0000;border-radius:8px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:8px;display:grid}.suggestion-thumb{border:1px solid var(--line);color:#667085;background:#f3f5f8;border-radius:7px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.product-suggestion-row strong,.product-suggestion-row em{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.product-suggestion-row strong{font-size:13px;line-height:1.25}.product-suggestion-row em{color:var(--muted);margin-top:3px;font-size:12px;font-style:normal}.suggestion-status{color:var(--muted);text-align:center;padding:12px;font-size:13px;font-weight:800}.suggestion-status.error{color:var(--brand-dark)}.mobile-search-backdrop{z-index:100;background:#111b2e6b;position:fixed;inset:0}.mobile-search-panel{color:var(--ink);background:#fff;width:100%;min-height:100dvh;padding:16px;overflow:auto}.mobile-search-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.mobile-search-head strong{font-size:18px}.mobile-search-head button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}@media (width<=1320px){.nav .container.nav-inner{gap:24px;padding:0 22px}.nav-actions{grid-template-columns:minmax(max-content,1fr) minmax(220px,330px) max-content;gap:16px}.nav-contact{padding-left:16px}.nav-links{gap:18px}.nav-contact em{font-size:13px}.nav-contact strong{font-size:14px}.nav-search button{padding:10px 16px}}@media (width<=1420px){.nav-actions{grid-template-columns:minmax(240px,1fr) max-content}.nav-links{display:none}.mobile-menu-trigger{display:flex}.nav-search-shell{justify-self:stretch;max-width:none}}@media (width<=680px){.archive-title{flex-direction:column}.archive-search-shell{max-width:none}.nav-inner{gap:10px 14px}.nav .container.nav-inner{grid-template-columns:minmax(0,1fr) auto;height:auto;min-height:78px;padding:10px 14px}.brand{grid-area:1/1}.nav-actions{display:contents}.nav-search-shell{display:none}.nav-action-buttons{grid-area:1/2;justify-self:end;gap:8px}.mobile-search-trigger{display:flex}.mobile-menu-panel{width:100%;max-width:none}.nav-contact{border-left:0;gap:7px;padding-left:0}.nav-contact span{display:none}.mobile-search-form{max-width:none;padding:8px;display:flex}.mobile-search-form input{font-size:16px}.mobile-search-form button{padding:11px 18px}.mobile-search-panel .search-dropdown{box-shadow:none;border-radius:12px;width:100%;max-height:none;margin-top:12px;position:static;overflow:visible}.suggestion-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.suggestion-category-card{grid-template-columns:80px minmax(0,1fr);min-height:90px;padding:9px}.suggestion-category-media{width:80px;height:62px}.suggestion-category-card span:last-child,.nav-contact strong{font-size:13px}.nav-contact em{color:var(--ink);letter-spacing:.01em;order:2;font-size:10px;font-weight:700}.nav-contact strong{order:1}}@media (width<=460px){.nav-search input{font-size:16px}.nav-search button{padding:9px 12px}.logo{width:46px;height:46px}.brand{gap:9px}.brand strong{font-size:14px}.brand small{font-size:11px}.nav-contact strong{font-size:12px}.nav-contact em{font-size:9px}}.contact-modal-backdrop{z-index:80;background:#111b2e94;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.contact-modal{color:#071027;background:#fff;border-radius:30px;width:min(770px,100%);max-height:calc(100vh - 48px);padding:28px;position:relative;overflow:auto;box-shadow:0 28px 80px #0a122047}.contact-close{color:#31415d;cursor:pointer;background:#fff;border:1px solid #31415d;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:grid;position:absolute;top:24px;right:24px}.contact-close:hover{color:var(--brand);background:#f5f7fb}.contact-eyebrow{color:#31415d;letter-spacing:.34em;text-transform:uppercase;margin:0 52px 14px 0;font-size:12px;font-weight:700}.contact-modal h2{color:#071027;margin:0 52px 26px 0;font-size:24px;line-height:1.15}.contact-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.contact-info-card{background:#f8fafc;border:1px solid #dce4ef;border-radius:22px;min-height:194px;padding:22px 20px}.contact-info-card h3{color:#31415d;letter-spacing:.24em;text-transform:uppercase;margin:0 0 14px;font-size:13px;font-weight:800}.contact-info-card h3:not(:first-child){margin-top:22px}.contact-info-card address,.contact-info-card p{color:#071027;margin:0 0 12px;font-size:14px;font-style:normal;line-height:1.45}.contact-info-card strong{font-weight:800;display:block}.contact-info-card a{color:#005bea;text-decoration:none}.contact-info-card a:hover{color:var(--brand);text-decoration:underline}.contact-social{border-top:1px solid #e5ebf3;margin-top:22px;padding-top:18px}.contact-social h3{color:#31415d;letter-spacing:.24em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:800}.contact-social .social-links{gap:8px;margin-top:0}.contact-social .social-links a{color:#31415d;background:#f8fafc;border-color:#dce4ef;justify-content:center;width:38px;min-width:38px;height:38px;padding:0}.contact-social .social-links a:hover{color:var(--brand);background:#fff1f2;border-color:#ffd5d9}.contact-social .social-links svg{color:currentColor}.contact-social .social-links span{color:currentColor;background:0 0}.contact-social .social-links em{display:none}@media (width<=680px){.contact-modal-backdrop{align-items:flex-start;padding:18px}.contact-modal{border-radius:24px;padding:24px 20px}.contact-card-grid{grid-template-columns:1fr;gap:16px}.contact-close{top:18px;right:18px}.contact-eyebrow{letter-spacing:.22em}}.promotions{border-bottom:1px solid var(--line);background:#f8fafc;padding:24px 0 26px}.promotions-inner{gap:14px;display:grid}.promotions-head{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.promotions-head p{color:var(--brand);letter-spacing:.12em;text-transform:uppercase;margin:0 0 5px;font-size:12px;font-weight:900}.promotions-head h2{color:var(--ink);margin:0;font-size:24px;line-height:1.15}.promotion-controls{gap:8px;display:flex}.promotion-controls button{border:1px solid var(--line);color:var(--navy);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:grid}.promotion-controls button:hover{color:var(--brand);border-color:#cbd5e1}.promotion-stage{overflow:hidden}.promotion-track{will-change:transform;transition:transform .42s;display:flex}.promotion-slide{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:minmax(128px,170px) minmax(0,1fr) auto;align-items:center;gap:20px;min-width:100%;min-height:148px;padding:20px;display:grid;box-shadow:0 10px 30px #111b2e0f}.promotion-media{border:1px solid var(--line);background:#f8fafc;border-radius:16px;justify-content:center;align-items:center;width:100%;height:108px;display:grid;overflow:hidden}.promotion-media img{object-fit:contain;width:100%;height:100%;padding:10px;display:block}.promotion-media.has-image .promotion-icon,.promotion-media.is-missing img{display:none}.promotion-media.is-missing .promotion-icon{display:grid}.promotion-icon{color:var(--brand);background:#fff1f2;border:1px solid #ffd5d9;border-radius:16px;justify-content:center;align-items:center;width:58px;height:58px;display:grid}.promotion-copy{min-width:0}.promotion-copy p{color:#4f5f77;letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px;font-size:12px;font-weight:900}.promotion-copy h3{color:var(--ink);margin:0 0 8px;font-size:22px;line-height:1.18}.promotion-copy span{color:var(--muted);max-width:680px;font-size:15px;line-height:1.45;display:block}.promotion-deal{place-items:flex-end end;gap:12px;min-width:190px;display:grid}.promotion-deal strong{color:var(--green);white-space:nowrap;font-size:13px;font-weight:900}.promotion-deal button{background:var(--navy);color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:12px;padding:12px 16px;font-weight:900}.promotion-deal button:hover{background:#1f2e49}.promotion-dots{justify-content:center;gap:8px;display:flex}.promotion-dots button{cursor:pointer;background:#cbd5e1;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .2s,background .2s}.promotion-dots button.active{background:var(--brand);width:28px}@media (width<=820px){.promotion-slide{grid-template-columns:minmax(112px,148px) minmax(0,1fr);align-items:start}.promotion-deal{grid-column:1/-1;justify-content:space-between;place-items:center stretch;min-width:0;display:flex}}@media (width<=680px){.promotions{padding:20px 0 22px}.promotions-head{align-items:flex-start}.promotions-head h2{font-size:20px}.promotion-slide{border-radius:16px;grid-template-columns:92px minmax(0,1fr);gap:14px;min-height:245px;padding:18px}.promotion-media{height:76px}.promotion-copy h3{font-size:19px}.promotion-copy span{font-size:14px}.promotion-deal{flex-direction:column;align-items:flex-start;gap:10px}.promotion-deal button{width:100%}}@media (width<=460px){.promotion-controls button{width:34px;height:34px}.promotion-icon{width:48px;height:48px}.promotion-slide{grid-template-columns:1fr}.promotion-media{height:136px}}.quote-modal-backdrop{z-index:80;background:#0f172a94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.quote-modal{background:#fff;border:1px solid #e4e9f2;border-radius:8px;width:min(1040px,100%);max-height:min(760px,92vh);position:relative;overflow:auto;box-shadow:0 28px 70px #0f172a47}.quote-close{color:#172033;cursor:pointer;background:#fff;border:1px solid #d9e0eb;border-radius:8px;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:16px;right:16px}.quote-modal-head{border-bottom:1px solid #e4e9f2;padding:26px 28px 18px}.quote-modal-head p{color:#df1f2d;text-transform:uppercase;letter-spacing:.12em;margin:0 0 7px;font-size:12px;font-weight:900}.quote-modal-head h2{color:#172033;margin:0;font-size:30px}.quote-modal-head span{color:#64748b;margin-top:6px;font-weight:750;display:block}.quote-modal-body{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:20px;padding:22px 28px 28px;display:grid}.quote-items,.quote-form{min-width:0}.quote-items h3,.quote-form h3{color:#172033;margin:0 0 14px;font-size:18px}.quote-item{border-bottom:1px solid #e4e9f2;grid-template-columns:minmax(0,1fr) 92px auto;align-items:center;gap:12px;padding:12px 0;display:grid}.quote-item strong{color:#172033;line-height:1.3;display:block}.quote-item span,.quote-item small{color:#64748b;margin-top:3px;font-size:12px;display:block}.quote-item label,.quote-form label{color:#475569;gap:6px;font-size:13px;font-weight:900;display:grid}.quote-item input,.quote-form input,.quote-form textarea{width:100%;font:inherit;color:#172033;background:#fff;border:1px solid #d9e0eb;border-radius:8px;padding:10px 11px}.quote-item button{color:#b4232f;cursor:pointer;background:#fff;border:1px solid #f3c8ce;border-radius:8px;min-height:38px;padding:8px 11px;font-weight:900}.quote-empty{color:#64748b;text-align:center;border:1px dashed #d9e0eb;border-radius:8px;margin:0;padding:20px}.quote-total{color:#64748b;background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:14px 16px;font-weight:900;display:flex}.quote-total strong{color:#172033;font-size:20px}.quote-form{background:#fbfcfe;border:1px solid #e4e9f2;border-radius:8px;gap:12px;padding:18px;display:grid}.quote-form textarea{resize:vertical}.quote-contact-detail{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.quote-turnstile{min-height:65px}.quote-error{color:#b4232f;background:#fff5f6;border:1px solid #f3c8ce;border-radius:8px;margin:0;padding:10px 12px;font-weight:850}.quote-submit{color:#fff;cursor:pointer;background:#df1f2d;border:0;border-radius:8px;min-height:44px;font-weight:950}.quote-submit:disabled{opacity:.55;cursor:not-allowed}.quote-count{display:none}.quote-drawer button:focus-visible,.quote-close:focus-visible,.quote-item button:focus-visible,.quote-submit:focus-visible,.buy-row button:focus-visible{outline-offset:3px;outline:3px solid #60a5fa}.quote-confirmation-page{color:#172033;background:#f5f7fb;place-items:center;min-height:100vh;padding:30px;display:grid}.quote-confirmation{text-align:center;background:#fff;border:1px solid #e4e9f2;border-radius:8px;width:min(720px,100%);padding:34px;box-shadow:0 18px 44px #0f172a14}.quote-confirmation svg{color:#12805c}.quote-confirmation p{color:#df1f2d;text-transform:uppercase;letter-spacing:.12em;margin:12px 0 6px;font-size:12px;font-weight:950}.quote-confirmation h1{margin:0;font-size:34px}.quote-confirmation>span{color:#64748b;margin-top:10px;font-weight:750;display:block}.quote-follow-up{color:#475569;max-width:560px;margin:20px auto 0;line-height:1.6}.quote-confirmation-list{text-align:left;background:#f8fafc;border:1px solid #e4e9f2;border-radius:8px;gap:8px;margin:24px 0 0;padding:16px;display:grid}.quote-confirmation-list strong{color:#172033}.quote-confirmation-list em{color:#64748b;font-size:14px;font-style:normal}.quote-confirmation-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px;display:flex}.quote-confirmation-actions button{color:#172033;cursor:pointer;background:#fff;border:1px solid #d9e0eb;border-radius:8px;min-height:42px;padding:10px 14px;font-weight:900}.quote-confirmation-actions button:first-child{color:#fff;background:#df1f2d;border-color:#df1f2d}@media (width<=860px){.layout{padding-bottom:calc(120px + env(safe-area-inset-bottom))}.quote-modal-backdrop{padding:12px 12px calc(12px + env(safe-area-inset-bottom))}.quote-modal{max-height:calc(100dvh - 24px - env(safe-area-inset-bottom))}.quote-modal-body{grid-template-columns:1fr;padding:18px}.quote-item{grid-template-columns:1fr 82px}.quote-item button{grid-column:1/-1}.quote-drawer{left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:60;border-radius:14px;flex-direction:row;align-items:center;gap:10px;width:auto;min-height:64px;padding:10px 12px;transform:none}.quote-drawer-summary{flex:1;min-width:0}.quote-drawer-summary strong{align-items:center;gap:8px;display:flex}.quote-drawer-summary>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.quote-count{color:#111b2e;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 7px;font-size:12px;line-height:1;display:inline-flex}.quote-drawer button{white-space:nowrap;flex:none;width:auto;min-height:44px;padding:10px 14px}.buy-row button{min-height:44px}}@media (width<=360px){.quote-drawer{padding-inline:10px;left:8px;right:8px}.quote-drawer-summary>span:last-child{display:none}.quote-drawer button{padding-inline:12px}}.static-page{background:#f7f9fc;min-height:52vh}.static-hero{color:#fff;background:linear-gradient(120deg,#111b2ef5,#111b2ee0),radial-gradient(circle at 80% 20%,#df1f2d47,#0000 32%);padding:70px 0 62px}.static-hero-inner{max-width:900px}.static-hero h1{letter-spacing:0;margin:8px 0 14px;font-size:clamp(34px,5vw,58px);line-height:1.02}.static-hero p:not(.eyebrow){color:#d8e1ee;max-width:780px;margin:0;font-size:18px;line-height:1.65}.static-cta-row{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.static-primary-link,.static-secondary-link,.promotion-page-action{border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:12px 18px;font-weight:900;text-decoration:none;display:inline-flex}.static-primary-link{background:var(--brand);color:#fff}.static-secondary-link{color:var(--navy);background:#fff;border:1px solid #ffffff80}.about-link-button{cursor:pointer}.category-action-button{cursor:pointer;border:0}.static-secondary-link.category-action-button{border:1px solid #ffffff80}.static-section{padding:40px 0 64px}.static-card-grid,.category-page-grid,.brand-page-grid,.promotion-page-grid{gap:18px;display:grid}.static-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.static-card,.launch-category-card,.brand-page-card,.promotion-page-card,.category-feature-card{border:1px solid var(--line);background:#fff;border-radius:12px;box-shadow:0 12px 34px #0f172a0f}.static-card{padding:24px}.static-card h2,.category-feature-card h2,.promotion-page-card h2{color:var(--ink);letter-spacing:0;margin:0 0 10px;font-size:20px;line-height:1.2}.static-card p,.category-feature-card p,.promotion-page-card span,.launch-category-copy em{color:var(--muted);margin:0;font-style:normal;line-height:1.55}.category-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.launch-category-card{appearance:none;color:var(--ink);cursor:pointer;text-align:left;grid-template-columns:116px minmax(0,1fr);gap:14px;width:100%;min-height:132px;padding:14px;text-decoration:none;display:grid}.launch-category-card:hover,.launch-category-card:focus-visible,.brand-page-card:hover,.brand-page-card:focus-visible,.promotion-page-action:hover,.promotion-page-action:focus-visible{border-color:#df1f2d6b;outline:none;box-shadow:0 0 0 3px #df1f2d1a,0 18px 40px #0f172a1a}.launch-category-media,.category-feature-media,.promotion-page-media{color:#5f6a7a;background:linear-gradient(135deg,#eef2f7,#dfe5ee);justify-content:center;align-items:center;display:flex;overflow:hidden}.launch-category-media{border-radius:10px;width:116px;height:88px}.launch-category-media img,.category-feature-media img,.promotion-page-media img{object-fit:cover;width:100%;height:100%}.launch-image-fallback{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.launch-category-copy{gap:7px;min-width:0;display:grid}.launch-category-copy strong{color:var(--ink);font-size:17px;line-height:1.2}.split-static-section{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;gap:24px;display:grid}.category-feature-media{border-radius:14px;min-height:300px}.category-detail-media{min-height:342px}.category-detail-section{align-items:center}.category-feature-card{padding:28px}.category-feature-card ul{color:#334155;gap:10px;margin:18px 0 0;padding-left:20px;display:grid}.about-feature-card>p:not(.eyebrow){color:var(--muted);margin:0;line-height:1.6}.about-contact-band{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:24px;margin-bottom:64px;padding:26px;display:grid;box-shadow:0 12px 34px #0f172a0f}.about-contact-band h2{letter-spacing:0;margin:6px 0 0;font-size:24px;line-height:1.2}.about-contact-list{gap:12px;display:grid}.about-contact-list span,.about-contact-list a{color:#334155}.about-contact-list span{align-items:center;gap:10px;font-weight:800;display:flex}.about-contact-list a{text-decoration:none}.about-contact-list svg{color:var(--brand);flex:none}.brand-page-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.brand-page-card{appearance:none;color:var(--ink);cursor:pointer;text-align:left;min-height:90px;padding:24px;font-size:18px;font-weight:900;text-decoration:none}.brand-help-card{border:1px solid var(--line);background:#fff;border-radius:12px;margin-top:18px;padding:24px}.brand-help-card h2{letter-spacing:0;margin:0 0 8px;font-size:22px}.brand-help-card p{color:var(--muted);margin:0;line-height:1.6}.quote-note-section{margin-top:-36px;padding-bottom:64px}.quote-note-section p{color:#7c2d12;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;margin:0;padding:16px 18px;font-weight:800;line-height:1.5}.promotion-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.promotion-page-card{grid-template-columns:190px minmax(0,1fr);gap:18px;padding:16px;display:grid;overflow:hidden}.promotion-page-media{border-radius:10px;min-height:150px}.promotion-page-card p{color:var(--brand);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:900}.promotion-page-action{background:var(--navy);color:#fff;margin-top:18px}@media (width<=980px){.static-card-grid,.category-page-grid,.promotion-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.promotion-page-card{grid-template-columns:1fr}}@media (width<=680px){.static-hero{padding:48px 0 42px}.static-hero p:not(.eyebrow){font-size:16px}.static-section{padding:28px 0 52px}.static-card-grid,.category-page-grid,.brand-page-grid,.promotion-page-grid,.split-static-section,.about-contact-band{grid-template-columns:1fr}.launch-category-card{grid-template-columns:104px minmax(0,1fr);min-height:122px}.launch-category-media{width:104px;height:82px}.brand-page-card{min-height:70px}.category-feature-media{min-height:220px}}@media (width<=430px){.launch-category-card{grid-template-columns:1fr}.launch-category-media{aspect-ratio:16/9;width:100%;height:auto}.static-primary-link,.static-secondary-link{width:100%}}.admin-shell{color:#172033;background:#f5f7fb;grid-template-columns:260px minmax(0,1fr);width:100%;max-width:100vw;min-height:100dvh;display:grid;overflow-x:hidden}.admin-sidebar{color:#dbe4f4;background:#101827;flex-direction:column;gap:22px;height:100vh;padding:22px;display:flex;position:sticky;top:0}.admin-brand{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;padding-bottom:18px;display:flex}.admin-logo{object-fit:cover;object-position:center;border-radius:50%;flex:none;width:38px;height:38px;display:block}.admin-brand strong,.admin-brand span{display:block}.admin-brand strong{color:#fff;font-size:18px}.admin-brand span{color:#9aa8bf;margin-top:2px;font-size:12px}.admin-sidebar nav{gap:6px;display:grid}.admin-sidebar a,.admin-sidebar button{color:#dbe4f4;cursor:pointer;min-width:0;font-weight:800;font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:11px 12px;text-decoration:none;display:flex}.admin-sidebar a span,.admin-sidebar button span{text-overflow:ellipsis;min-width:0;overflow:hidden}.admin-sidebar a:hover,.admin-sidebar a.active,.admin-sidebar button:hover{color:#fff;background:#1d2a40}.admin-public-link{border:1px solid #ffffff24;margin-top:auto}.admin-public-link+.admin-public-link{margin-top:-12px}.admin-main{min-width:0;max-width:100%;padding:28px}.admin-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.admin-header p{color:#c51f2d;text-transform:uppercase;letter-spacing:.12em;margin:0 0 7px;font-size:12px;font-weight:900}.admin-header h1{margin:0;font-size:34px}.admin-header span{color:#64748b;margin-top:6px;display:block}.admin-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-panel,.admin-create-panel{background:#fff;border:1px solid #e4e9f2;border-radius:8px;margin-bottom:18px;padding:18px;box-shadow:0 12px 34px #0f172a0f}.admin-panel h2{margin:0 0 14px;font-size:19px}.admin-primary,.admin-header button,.admin-panel button,.admin-create-panel button{color:#172033;cursor:pointer;background:#fff;border:1px solid #d9e0eb;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:9px 12px;font-weight:900;display:inline-flex}.admin-primary{color:#fff!important;background:#df1f2d!important;border-color:#df1f2d!important}.admin-panel button:disabled,.admin-create-panel button:disabled{opacity:.5;cursor:not-allowed}.admin-panel button.danger,.admin-create-panel button.danger{color:#b4232f;border-color:#f3c8ce}.admin-notice{color:#475569;background:#fff;border:1px solid #d9e0eb;border-left-width:4px;border-radius:8px;margin-bottom:14px;padding:12px 14px;font-weight:750}.admin-notice.warning{background:#fffbeb;border-left-color:#b96800}.admin-notice.error{color:#8a1721;background:#fff5f6;border-left-color:#b4232f}.admin-notice.success{color:#0f6b4d;background:#ecfdf5;border-left-color:#12805c}.admin-auth-panel{max-width:520px}.admin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.admin-stat{background:#fff;border:1px solid #e4e9f2;border-radius:8px;padding:18px}.admin-stat div{color:#172033;background:#eef3fb;border-radius:8px;place-items:center;width:42px;height:42px;margin-bottom:12px;display:grid}.admin-stat span{color:#64748b;text-transform:uppercase;font-size:13px;font-weight:900;display:block}.admin-stat strong{margin-top:4px;font-size:30px;display:block}.admin-action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.admin-filters{grid-template-columns:minmax(240px,1.5fr) repeat(4,minmax(140px,1fr)) auto;align-items:center;gap:10px;margin-bottom:14px;display:grid}.admin-filters.compact{grid-template-columns:minmax(240px,1fr) auto auto}.admin-search{color:#64748b;border:1px solid #d9e0eb;border-radius:8px;align-items:center;gap:8px;min-height:40px;padding:0 11px;display:flex}.admin-search input{border:0;outline:0;flex:1;min-width:0}.admin-shell input,.admin-shell select,.admin-shell textarea{color:#172033;background:#fff;border:1px solid #d9e0eb;border-radius:8px;padding:9px 10px}.admin-bulkbar{background:#f8fafc;border:1px solid #e4e9f2;border-radius:8px;align-items:center;gap:9px;margin-bottom:14px;padding:10px;display:flex}.admin-bulkbar span{color:#64748b;margin-right:auto;font-weight:900}.admin-table-wrap{-webkit-overflow-scrolling:touch;border:1px solid #e4e9f2;border-radius:8px;max-width:100%;overflow:auto}.admin-table{border-collapse:collapse;width:100%;min-width:980px}.admin-table th{color:#475569;text-align:left;text-transform:uppercase;letter-spacing:.06em;background:#f8fafc;padding:12px;font-size:12px}.admin-table td{vertical-align:middle;border-top:1px solid #e4e9f2;padding:12px}.admin-table td strong{display:block}.admin-table td span{color:#64748b;margin-top:3px;font-size:12px;display:block}.admin-table-message{text-align:center;color:#64748b;padding:34px!important}.admin-qty{width:86px}.admin-row-actions{white-space:nowrap;justify-content:flex-end;gap:7px;display:flex}.admin-row-actions button{width:36px;min-height:34px;padding:0}.admin-status{border-radius:999px;width:max-content;padding:5px 9px;font-weight:900;font-size:12px!important;display:inline-flex!important}.admin-status.active{color:#12805c;background:#e9f8f2}.admin-status.inactive{color:#64748b;background:#eef2f7}.admin-pagination{justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.admin-pagination span{color:#64748b;font-weight:850}.admin-create-panel{background:#fffafb;border-color:#f3c8ce}.admin-form-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.admin-form-head h2{margin:0}.admin-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.admin-form-grid label,.admin-edit-form label{color:#475569;gap:6px;font-size:13px;font-weight:900;display:grid}.admin-form-grid .wide{grid-column:1/-1}.admin-edit-form{gap:14px;display:grid}.admin-form-actions{gap:10px;display:flex}.admin-two-column{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:18px;display:grid}@media (width<=1120px){.admin-shell{display:block}.admin-sidebar{z-index:30;height:auto;position:sticky;top:0}.admin-sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-public-link{margin-top:0}.admin-filters,.admin-filters.compact{grid-template-columns:1fr 1fr}.admin-stat-grid,.admin-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-two-column{grid-template-columns:1fr}}@media (width<=720px){.admin-sidebar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;display:grid;box-shadow:0 10px 28px #0f172a38}.admin-brand{border-bottom:0;min-width:0;padding-bottom:0}.admin-logo{width:32px;height:32px}.admin-brand strong{font-size:15px}.admin-brand span{display:none}.admin-sidebar nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-column:1/-1;gap:7px;margin:0 -2px;padding:2px 0 4px;display:flex;overflow-x:auto}.admin-sidebar nav::-webkit-scrollbar{display:none}.admin-sidebar a,.admin-sidebar button{white-space:nowrap;border-radius:7px;flex:none;min-height:36px;padding:8px 10px;font-size:13px}.admin-sidebar a svg,.admin-sidebar button svg{flex:none;width:16px;height:16px}.admin-public-link{grid-column:2;gap:0;width:38px;height:36px;margin:0;padding:0;font-size:0}.admin-public-link svg{width:17px;height:17px}.admin-main{padding:14px;overflow:hidden}.admin-header{display:grid}.admin-header h1{font-size:28px;line-height:1.08}.admin-header span{font-size:14px;line-height:1.45}.admin-header-actions{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));justify-content:stretch;gap:8px;width:100%;display:grid}.admin-header-actions button{width:100%;min-width:0}.admin-panel,.admin-create-panel{margin-bottom:14px;padding:14px}.admin-filters,.admin-filters.compact,.admin-form-grid,.admin-stat-grid,.admin-action-grid{grid-template-columns:1fr}.admin-filters button,.admin-filters select,.admin-search{width:100%}.admin-bulkbar{flex-direction:column;align-items:stretch}.admin-bulkbar span{margin-right:0}.admin-table{min-width:760px}.admin-table th,.admin-table td{padding:10px}.admin-pagination{flex-direction:column;align-items:stretch}.admin-pagination button{width:100%}.admin-form-actions{flex-direction:column}.admin-form-actions button{width:100%}}@media (width<=480px){.admin-main{padding:12px}.admin-header h1{font-size:26px}.admin-panel,.admin-create-panel{padding:12px}.admin-table{min-width:680px}.admin-quotes-table{min-width:760px}}
