*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--orange:#ff6900;--orange-hover:#e85e00;--navy:#1b2340;--navy-light:#263055;--bg:#f2f4f8;--card:#fff;--border:#e4e7ee;--text:#1a1a2e;--muted:#6b7280;--green:#16a34a;--blue:#1d4ed8;--radius:10px;--shadow:0 1px 4px rgba(0,0,0,.08),0 2px 12px rgba(0,0,0,.04);--shadow-hover:0 4px 20px rgba(0,0,0,.12)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5;font-size:15px}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}summary::-webkit-details-marker{display:none}details summary{list-style:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#c4cbd8;border-radius:3px}.container{max-width:1140px;margin:0 auto;padding:0 20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:768px){.hide-mobile{display:none!important}.container{padding:0 16px}}@media (max-width:600px){.grid-2col{grid-template-columns:1fr!important}}@media (max-width:480px){.product-card-right{display:none!important}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}a[href*="/r?"]:hover,a[href^=https]:hover{opacity:.88}