:root{--body:#FAFAFA;--body-text:#111111;--surface:#ffffff;--surface-raised:#fbfbfb;--border:#eeeeee;--muted:#666666;--primary:#000000;--primary-contrast:#ffffff;--link:#666666;--link-hover:#000000;--radius-1:0.25rem;--radius-2:0.375rem;--radius-3:0.5rem;--radius-4:0.75rem;--radius-5:1rem;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;--btn-radius:var(--radius-2)}body{background-color:var(--body)}.product-preview{position:relative;background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-4);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden}.product-preview-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:var(--surface);border-bottom:1px solid #f0f0f0}.product-preview-dot{width:8px;height:8px;border-radius:50%;background-color:#eeeeee}