:root{--background:#ffffff;--foreground:#171717;--table-header-height:44px;--table-header-bg:#ff6600;--table-header-fg:#ffffff;--table-header-divider:#d1d5db}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}button{border-radius:6px!important}.product-submenu{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:14px;font-weight:500;line-height:1.4}.product-submenu a,.product-submenu button{position:relative;display:inline-flex;align-items:center;gap:6px;color:#475569;text-decoration:none;white-space:nowrap;padding:8px 12px 8px 14px;border-radius:12px!important;background:#ffffff;border:1px solid #e5e7eb;overflow:hidden;transition:color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.product-submenu button{cursor:pointer;font:inherit}.product-submenu a:before,.product-submenu button:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:#e5e7eb;transition:background .16s ease,width .16s ease}.product-submenu a:hover,.product-submenu button:hover{color:#111827;border-color:#cbd5e1;transform:translateY(-1px)}.product-submenu a.active,.product-submenu button.active{color:#111827;border-color:#94a3b8;box-shadow:0 8px 20px rgba(15,23,42,.1);transform:translateY(-1px)}.product-submenu a.active:before,.product-submenu button.active:before{width:6px;background:#f97316}.product-submenu a.active:after,.product-submenu button.active:after{content:"NOW";margin-left:4px;padding:2px 5px;border-radius:5px;font-size:9px;font-weight:700;letter-spacing:.04em;color:#9a3412;background:#ffedd5}table thead th{height:var(--table-header-height)!important;min-height:var(--table-header-height)!important;max-height:var(--table-header-height)!important;padding:0 12px!important;text-align:center!important;vertical-align:middle!important;background:var(--table-header-bg)!important;color:var(--table-header-fg)!important;border-color:var(--table-header-bg)!important;border-right:1px solid var(--table-header-divider)!important;line-height:1.2!important}table thead th:last-child{border-right:none!important}@media (prefers-color-scheme:dark){html{color-scheme:dark}}