.product-page{--primary:oklch(52% 0.10 160);--primary-foreground:oklch(100% 0 0);--primary-hover:oklch(47% 0.10 160);--ring:oklch(52% 0.10 160);--accent-green:#4a7c59;--accent-green-light:#e8f0eb;--accent-green-hover:#3d6649}body:has(.product-page) .marketing-header{display:none!important}.product-page{min-height:100vh;background-color:#FAF9F7;display:flex;flex-direction:row;color:var(--foreground);position:relative}.product-sidebar{position:fixed;left:0;top:0;bottom:0;width:256px;background-color:rgb(255,255,255);border-right:1px solid oklch(.928 .006 264.531);padding:0;overflow-y:auto;overflow-x:hidden;z-index:40;display:flex;flex-direction:column;transition:width .2s ease,transform .3s ease}.product-sidebar-collapsed{width:72px}.product-sidebar-collapsed h3{display:none!important}.product-layout{flex:1;margin-left:256px;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .2s ease}.product-page-sidebar-collapsed .product-layout{margin-left:72px}.product-header{position:sticky;top:0;height:64px;background-color:oklab(.999994 .0000455677 .0000200868/.8);backdrop-filter:blur(12px);border-bottom:1px solid oklch(.928 .006 264.531);display:flex;align-items:center;justify-content:space-between;padding:0 32px;z-index:50}.product-main{flex:1;padding:32px;background-color:transparent}.product-sidebar>div{display:flex;flex-direction:column;height:100%}.product-sidebar nav{padding:16px 8px}.product-sidebar h3{padding:0 16px;margin-bottom:8px}.product-sidebar a,.product-sidebar button{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s ease;color:var(--foreground);background:transparent;border:none;cursor:pointer;text-align:left;text-decoration:none}.product-sidebar a:hover,.product-sidebar button:hover{background-color:var(--muted)}.product-sidebar a[aria-current=page],.product-sidebar button[aria-current=true]{background-color:var(--primary);color:var(--primary-foreground)}.product-card{background-color:var(--card);border:1px solid var(--border);border-radius:12px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.product-page-title{font-family:var(--font-display),serif;font-size:32px;font-weight:400;margin-bottom:8px;color:var(--foreground);letter-spacing:-.02em}.product-page-subtitle{font-family:var(--font-body),sans-serif;color:var(--muted-foreground);margin-bottom:32px;font-size:15px}.product-table{width:100%;border-collapse:separate;border-spacing:0;background-color:var(--card);border-radius:12px;overflow:hidden;border:1px solid var(--border)}.product-table td,.product-table th{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border)}.product-table th{font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);background-color:var(--background)}.product-table tr:last-child td{border-bottom:none}.product-table tbody tr:hover{background-color:var(--muted)}.product-header input[type=search]{border:1px solid var(--border);border-radius:8px;padding:8px 16px 8px 40px;font-size:14px;background-color:var(--background);width:100%;max-width:400px;color:var(--foreground)}.product-header input[type=search]:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px rgba(var(--ring),.1)}.product-header input[type=search]::-moz-placeholder{color:var(--muted-foreground)}.product-header input[type=search]::placeholder{color:var(--muted-foreground)}@media (max-width:1024px){.product-sidebar{transform:translateX(-100%);transition:transform .3s ease}.product-sidebar:not(.product-sidebar-hidden){transform:translateX(0)}.product-layout{margin-left:0!important}.product-sidebar-collapsed{width:256px}}