*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:var(--vg-font-body, system-ui, sans-serif);color:var(--vg-color-text, #0f172a);background:var(--vg-color-bg, #ffffff)}.vg-runtime-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:var(--vg-color-surface, #f8fafc)}.vg-runtime-card{max-width:32rem;text-align:center;background:var(--vg-color-bg, #ffffff);border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);box-shadow:var(--vg-shadow, 0 1px 3px rgba(0, 0, 0, .1));padding:2.5rem 2rem}.vg-runtime-card h1{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.5rem;margin:0 0 .75rem;color:var(--vg-color-text, #0f172a)}.vg-runtime-card p{margin:0;color:var(--vg-color-text-muted, #64748b);line-height:1.6}.vg-runtime-spinner{width:2.5rem;height:2.5rem;border-radius:50%;border:3px solid var(--vg-color-border, #e2e8f0);border-top-color:var(--vg-color-primary, #0369a1);animation:vg-runtime-spin .8s linear infinite}@keyframes vg-runtime-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.vg-runtime-spinner{animation-duration:2s}}.vg-root,.vg-root *,.vg-root *:before,.vg-root *:after{box-sizing:border-box}.vg-root{font-family:var(--vg-font-body, system-ui, sans-serif);font-size:var(--vg-font-size-base, 16px);color:var(--vg-color-text, #0f172a);background:var(--vg-color-bg, #ffffff)}.vg-root :where(h1,h2,h3,h4){font-family:var(--vg-font-heading, system-ui, sans-serif)}.vg-root :where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--vg-color-primary, #0369a1);outline-offset:2px}.vg-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;cursor:pointer;border:1px solid transparent;text-decoration:none;line-height:1.2;transition:filter .15s ease,background .15s ease;padding:var(--vg-btn-padding, .625rem 1rem);border-radius:var(--vg-radius, 8px);font-family:var(--vg-font-body, system-ui, sans-serif);font-size:var(--vg-font-size-base, 16px)}.vg-btn:disabled{opacity:.55;cursor:not-allowed}.vg-btn:not(:disabled):hover{filter:brightness(.94)}.vg-btn-primary{background:var(--vg-color-primary, #0369a1);color:var(--vg-color-on-primary, #ffffff);box-shadow:var(--vg-shadow, 0 1px 3px rgba(0, 0, 0, .1))}.vg-btn-secondary{background:var(--vg-color-surface, #f8fafc);color:var(--vg-color-text, #0f172a);border-color:var(--vg-color-border, #e2e8f0)}.vg-btn-ghost{background:transparent;color:var(--vg-color-primary, #0369a1)}.vg-label{display:block;margin-bottom:.375rem;font-family:var(--vg-font-body, system-ui, sans-serif);color:var(--vg-color-text, #0f172a)}.vg-input{display:block;width:100%;padding:.5rem .75rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);font-family:var(--vg-font-body, system-ui, sans-serif);font-size:var(--vg-font-size-base, 16px)}.vg-input::-moz-placeholder{color:var(--vg-color-text-muted, #64748b)}.vg-input::placeholder{color:var(--vg-color-text-muted, #64748b)}.vg-skeleton{background:var(--vg-color-surface, #f8fafc);border-radius:var(--vg-radius, 8px);position:relative;overflow:hidden}.vg-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,var(--vg-color-border, #e2e8f0),transparent);animation:vg-shimmer 1.4s infinite}@keyframes vg-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion: reduce){.vg-skeleton:after{animation:none}}.vg-field{display:flex;flex-direction:column;gap:.25rem;min-width:0}.vg-field-row{display:flex;gap:.75rem;flex-wrap:wrap}.vg-field-row .vg-field{flex:1 1 10rem}.vg-field-label{font-size:.8rem;color:var(--vg-color-text-muted, #64748b)}.vg-field-input{padding:.5rem .65rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);font:inherit}.vg-field-input:disabled{opacity:.6;cursor:not-allowed}.vg-field-select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.vg-field-textarea{resize:vertical;min-height:5rem}.vg-field--invalid .vg-field-input{border-color:var(--vg-color-badge-sale, #dc2626)}.vg-field-error{margin:0;font-size:.78rem;color:var(--vg-color-badge-sale, #dc2626)}.vg-announcement{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem 1rem;text-align:center;position:relative;background:var(--vg-color-primary, #0369a1);color:var(--vg-color-on-primary, #ffffff);font-family:var(--vg-font-body, system-ui, sans-serif);font-size:.875em}.vg-announcement a{color:inherit;text-decoration:underline}.vg-announcement-close{position:absolute;right:.5rem;background:transparent;border:0;cursor:pointer;color:inherit;padding:.25rem;line-height:1}.vg-header{background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);border-bottom:1px solid var(--vg-color-border, #e2e8f0);font-family:var(--vg-font-body, system-ui, sans-serif)}.vg-header-inner{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;max-width:1280px;margin:0 auto}.vg-logo{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.25rem;font-weight:700;color:var(--vg-color-text, #0f172a);text-decoration:none;white-space:nowrap}.vg-nav{display:flex;align-items:center;gap:1.25rem;list-style:none;margin:0;padding:0}.vg-nav-link{color:var(--vg-color-text, #0f172a);text-decoration:none;font-size:.95rem;white-space:nowrap}.vg-nav-link:hover{color:var(--vg-color-primary, #0369a1)}.vg-header-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.vg-cart-button,.vg-menu-toggle{position:relative;display:inline-flex;align-items:center;gap:.375rem;background:transparent;border:0;cursor:pointer;color:var(--vg-color-text, #0f172a);padding:.375rem .5rem;border-radius:var(--vg-radius, 8px);font:inherit}.vg-cart-count{min-width:1.25rem;height:1.25rem;padding:0 .25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.7rem;background:var(--vg-color-primary, #0369a1);color:var(--vg-color-on-primary, #ffffff)}.vg-header--centered .vg-header-inner{flex-direction:column;text-align:center}.vg-header--centered .vg-nav{margin:0 auto}.vg-header--centered .vg-header-actions{margin-left:0;position:absolute;right:1rem;top:.75rem}.vg-header--minimal .vg-nav,.vg-menu-toggle{display:none}@media (max-width: 768px){.vg-header .vg-nav{display:none}.vg-menu-toggle{display:inline-flex}}.vg-nav-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--vg-color-overlay, rgba(0, 0, 0, .5));display:flex;z-index:1000}.vg-nav-drawer-panel{width:min(88vw,360px);height:100%;overflow-y:auto;padding:1rem;background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);box-shadow:var(--vg-shadow, 0 1px 3px rgba(0, 0, 0, .1))}.vg-nav-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.vg-nav-drawer-close{background:transparent;border:0;cursor:pointer;color:var(--vg-color-text, #0f172a);padding:.25rem;font:inherit}.vg-nav-drawer .vg-nav{flex-direction:column;align-items:stretch;gap:0}.vg-nav-drawer .vg-nav-link{display:block;padding:.75rem .5rem;border-bottom:1px solid var(--vg-color-border, #e2e8f0)}.vg-mega-menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;padding:1.5rem;background:var(--vg-color-surface, #f8fafc);border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px)}.vg-mega-col{display:flex;flex-direction:column;gap:.5rem}.vg-mega-col-title{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--vg-color-text-muted, #64748b)}.vg-mega-tile{display:block;color:var(--vg-color-text, #0f172a);text-decoration:none;font-size:.95rem}.vg-mega-tile:hover{color:var(--vg-color-primary, #0369a1)}.vg-footer{background:var(--vg-color-surface, #f8fafc);color:var(--vg-color-text, #0f172a);border-top:1px solid var(--vg-color-border, #e2e8f0);font-family:var(--vg-font-body, system-ui, sans-serif)}.vg-footer-inner{max-width:1280px;margin:0 auto;padding:var(--vg-section-gap, 48px) 1rem 1.5rem}.vg-footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;list-style:none;margin:0 0 1.5rem;padding:0}.vg-footer-col-title{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:.85rem;margin-bottom:.5rem}.vg-footer-col a{display:block;color:var(--vg-color-text-muted, #64748b);text-decoration:none;padding:.2rem 0;font-size:.9rem}.vg-footer-col a:hover{color:var(--vg-color-primary, #0369a1)}.vg-footer-legal{border-top:1px solid var(--vg-color-border, #e2e8f0);padding-top:1rem;color:var(--vg-color-text-muted, #64748b);font-size:.8rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.vg-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.75rem 0}.vg-breadcrumbs ol{display:contents;list-style:none;margin:0;padding:0}.vg-crumb{color:var(--vg-color-text-muted, #64748b);text-decoration:none;font-size:.85rem}.vg-crumb[aria-current=page]{color:var(--vg-color-text, #0f172a)}.vg-crumb-sep{color:var(--vg-color-text-muted, #64748b);font-size:.85rem}.vg-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:var(--vg-section-gap, 48px) 1rem;max-width:32rem;margin:0 auto}.vg-empty-icon{color:var(--vg-color-text-muted, #64748b)}.vg-empty-title{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.5rem;margin:0}.vg-empty-body{color:var(--vg-color-text-muted, #64748b);margin:0}.vg-empty-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.vg-skeleton-text{height:.8em;margin:.35em 0}.vg-skeleton-block{width:100%}.vg-skeleton-circle{border-radius:999px}.vg-skeleton-group{display:flex;flex-direction:column;gap:.5rem}.vg-product-card{display:flex;flex-direction:column;position:relative;background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);overflow:hidden;font-family:var(--vg-font-body, system-ui, sans-serif)}.vg-card-media{position:relative;display:block}.vg-card-img{display:block;width:100%;aspect-ratio:4 / 5;-o-object-fit:cover;object-fit:cover;background:var(--vg-color-surface, #f8fafc)}.vg-card-body{display:flex;flex-direction:column;gap:.375rem;padding:.75rem}.vg-card-title{font-size:.95rem;line-height:1.3;color:var(--vg-color-text, #0f172a);text-decoration:none;margin:0}.vg-card-title:hover{color:var(--vg-color-primary, #0369a1)}.vg-card-price{display:flex;align-items:baseline;gap:.5rem;font-size:.95rem}.vg-card-price .vg-price-now{font-weight:600}.vg-price-was{color:var(--vg-color-text-muted, #64748b);text-decoration:line-through;font-size:.85em}.vg-price-save{color:var(--vg-color-badge-sale, #dc2626);font-size:.8em}.vg-card-cta{margin-top:.25rem;align-self:flex-start}.vg-card-badges{position:absolute;top:.5rem;left:.5rem;display:flex;gap:.25rem}.vg-badge{font-size:.7rem;padding:.15rem .45rem;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc);color:var(--vg-color-text, #0f172a);border:1px solid var(--vg-color-border, #e2e8f0)}.vg-badge--sale{background:var(--vg-color-badge-sale, #dc2626);color:var(--vg-color-on-primary, #ffffff);border-color:transparent}.vg-product-card--landscape{flex-direction:row}.vg-product-card--landscape .vg-card-media{width:40%;flex:none}.vg-product-card--landscape .vg-card-img{height:100%;aspect-ratio:auto}.vg-product-card--landscape .vg-card-body{flex:1}.vg-product-card--overlay .vg-card-body{position:absolute;inset:auto 0 0 0;background:var(--vg-color-overlay, rgba(0, 0, 0, .45));color:var(--vg-color-on-primary, #ffffff)}.vg-product-card--overlay .vg-card-title,.vg-product-card--overlay .vg-card-title:hover{color:var(--vg-color-on-primary, #ffffff)}.vg-product-grid{display:grid;grid-template-columns:repeat(var(--vg-grid-cols, 4),minmax(0,1fr));gap:1rem}@media (max-width: 900px){.vg-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 480px){.vg-product-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.vg-pagination{display:flex;align-items:center;gap:.25rem;justify-content:center;padding:1rem 0}.vg-page-btn{min-width:2.25rem;padding:.4rem .6rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);cursor:pointer;font:inherit}.vg-page-btn[aria-current=page]{background:var(--vg-color-primary, #0369a1);color:var(--vg-color-on-primary, #ffffff);border-color:transparent}.vg-page-btn:disabled{opacity:.5;cursor:not-allowed}.vg-infinite-sentinel{height:1px}.vg-sort{display:inline-flex;align-items:center;gap:.5rem}.vg-sort-select{padding:.4rem .6rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);font:inherit}.vg-search{position:relative;max-width:32rem}.vg-search-field{display:flex;align-items:center;gap:.5rem}.vg-search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;list-style:none;margin:0;padding:.25rem;background:var(--vg-color-bg, #ffffff);border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);box-shadow:var(--vg-shadow, 0 1px 3px rgba(0, 0, 0, .1))}.vg-search-option{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:var(--vg-radius, 8px);color:var(--vg-color-text, #0f172a);text-decoration:none;cursor:pointer}.vg-search-option[aria-selected=true],.vg-search-option:hover{background:var(--vg-color-surface, #f8fafc)}.vg-search-empty{padding:.5rem;color:var(--vg-color-text-muted, #64748b)}.vg-filters{display:flex;flex-direction:column;gap:1.25rem}.vg-filter-group{display:flex;flex-direction:column;gap:.5rem}.vg-filter-legend{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:.85rem;font-weight:600;padding:0}.vg-filter-option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--vg-color-text, #0f172a);cursor:pointer}.vg-filter-count{color:var(--vg-color-text-muted, #64748b);font-size:.8em;margin-left:auto}.vg-filter-clear{background:transparent;border:0;color:var(--vg-color-primary, #0369a1);cursor:pointer;font:inherit;padding:0;align-self:flex-start}.vg-collection-header{display:flex;flex-direction:column;gap:.5rem;padding:var(--vg-section-gap, 48px) 0 1rem}.vg-collection-header--media{position:relative;padding:0;border-radius:var(--vg-radius, 8px);overflow:hidden}.vg-collection-cover{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;display:block}.vg-collection-title{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.75rem;margin:0}.vg-collection-desc{color:var(--vg-color-text-muted, #64748b);margin:0;max-width:44rem}.vg-collection-count{color:var(--vg-color-text-muted, #64748b);font-size:.85rem}.vg-product-gallery{display:flex;flex-direction:column;gap:.75rem}.vg-gallery-main{position:relative;overflow:hidden;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc)}.vg-gallery-img{display:block;width:100%;aspect-ratio:1 / 1;-o-object-fit:contain;object-fit:contain}.vg-gallery-main--zoom .vg-gallery-img{cursor:zoom-in;transition:transform .2s ease}.vg-gallery-main--zoom:hover .vg-gallery-img{transform:scale(1.6)}.vg-gallery-thumbs{display:flex;gap:.5rem;list-style:none;margin:0;padding:0;overflow-x:auto}.vg-gallery-thumb{padding:0;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);cursor:pointer;overflow:hidden;line-height:0}.vg-gallery-thumb[aria-current=true]{border-color:var(--vg-color-primary, #0369a1)}.vg-gallery-thumb-img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;display:block}.vg-variant-picker{display:flex;flex-direction:column;gap:1rem}.vg-variant-group{display:flex;flex-direction:column;gap:.5rem;border:0;margin:0;padding:0}.vg-variant-legend{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:.85rem;font-weight:600;padding:0}.vg-variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.vg-variant-option{min-width:2.5rem;padding:.4rem .7rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);font:inherit;cursor:pointer}.vg-variant-option[aria-pressed=true]{border-color:var(--vg-color-primary, #0369a1);box-shadow:inset 0 0 0 1px var(--vg-color-primary, #0369a1)}.vg-variant-option:disabled{opacity:.45;cursor:not-allowed;text-decoration:line-through}.vg-variant-picker--swatches .vg-variant-option{min-width:0;padding:.25rem;line-height:0}.vg-variant-picker--swatches .vg-variant-option:disabled{text-decoration:none}.vg-variant-dot{display:block;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--vg-swatch, var(--vg-color-surface, #f8fafc))}.vg-stock{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--vg-color-text-muted, #64748b)}.vg-stock-dot{width:.5rem;height:.5rem;border-radius:50%;background:currentcolor}.vg-stock--in{color:var(--vg-color-stock-in, var(--vg-color-text-muted, #64748b))}.vg-stock--low{color:var(--vg-color-stock-low, var(--vg-color-badge-sale, #dc2626))}.vg-stock--out{color:var(--vg-color-stock-out, var(--vg-color-text-muted, #64748b))}.vg-add-to-cart{display:flex;align-items:stretch;gap:.5rem;flex-wrap:wrap}.vg-qty{display:inline-flex;align-items:stretch;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);overflow:hidden}.vg-qty-btn{width:2.25rem;border:0;background:var(--vg-color-surface, #f8fafc);color:var(--vg-color-text, #0f172a);font:inherit;cursor:pointer}.vg-qty-btn:disabled{opacity:.5;cursor:not-allowed}.vg-qty-input{width:3rem;border:0;text-align:center;background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);font:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.vg-qty-input::-webkit-outer-spin-button,.vg-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vg-atc-button[aria-busy=true]{cursor:progress}.vg-quickview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--vg-color-overlay, rgba(0, 0, 0, .45))}.vg-quickview-panel{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:min(56rem,100%);max-height:90vh;overflow:auto;padding:1.5rem;background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);border-radius:var(--vg-radius, 8px);box-shadow:var(--vg-shadow, 0 1px 3px rgba(0, 0, 0, .1));font-family:var(--vg-font-body, system-ui, sans-serif)}.vg-quickview-close{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;border:0;border-radius:var(--vg-radius, 8px);background:transparent;color:var(--vg-color-text-muted, #64748b);font-size:1.25rem;line-height:1;cursor:pointer}.vg-quickview-body{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.vg-quickview-title{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.35rem;margin:0}.vg-quickview-desc{color:var(--vg-color-text-muted, #64748b);margin:0;font-size:.9rem}.vg-quickview-link{color:var(--vg-color-primary, #0369a1);font-size:.9rem}@media (max-width: 720px){.vg-quickview-panel{grid-template-columns:1fr}}.vg-mini-cart{position:relative;display:inline-flex;align-items:center;gap:.4rem;padding:.4rem;border:0;background:transparent;color:var(--vg-color-text, #0f172a);font:inherit;cursor:pointer}.vg-mini-cart-icon{display:inline-flex;line-height:0}.vg-mini-cart-count{position:absolute;top:0;right:0;min-width:1.1rem;padding:0 .25rem;border-radius:999px;background:var(--vg-color-primary, #0369a1);color:var(--vg-color-on-primary, #ffffff);font-size:.7rem;line-height:1.1rem;text-align:center}.vg-mini-cart-subtotal{font-size:.85rem}.vg-cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:.75rem;padding:.85rem 0;border-bottom:1px solid var(--vg-color-border, #e2e8f0)}.vg-cart-line--updating{opacity:.55}.vg-cart-line-media{line-height:0}.vg-cart-line-img{width:72px;height:90px;-o-object-fit:cover;object-fit:cover;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc)}.vg-cart-line-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.vg-cart-line-title{font-size:.95rem;line-height:1.3}.vg-cart-line-variant,.vg-cart-line-unit{font-size:.8rem;color:var(--vg-color-text-muted, #64748b)}.vg-cart-line-qty{display:flex;align-items:center;gap:.75rem;margin-top:.35rem}.vg-cart-line-remove{background:transparent;border:0;padding:0;color:var(--vg-color-text-muted, #64748b);font:inherit;font-size:.8rem;text-decoration:underline;cursor:pointer}.vg-cart-line-remove:disabled{cursor:not-allowed;opacity:.5}.vg-cart-line-total{font-size:.95rem;font-weight:600;white-space:nowrap}.vg-cart-summary{display:flex;flex-direction:column;gap:.5rem}.vg-cart-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.9rem}.vg-cart-row--discount{color:var(--vg-color-badge-sale, #dc2626)}.vg-cart-row--total{padding-top:.5rem;border-top:1px solid var(--vg-color-border, #e2e8f0);font-size:1.05rem;font-weight:600}.vg-cart-tax-note{margin:0;font-size:.75rem;color:var(--vg-color-text-muted, #64748b)}.vg-cart-coupon-tag{margin-left:.4rem;padding:.05rem .35rem;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc);color:var(--vg-color-text-muted, #64748b);font-size:.7rem}.vg-cart-coupon{display:flex;flex-direction:column;gap:.35rem;padding-top:.25rem}.vg-cart-coupon-label{font-size:.8rem;color:var(--vg-color-text-muted, #64748b)}.vg-cart-coupon-field{display:flex;gap:.5rem}.vg-cart-coupon-input{flex:1;min-width:0;padding:.45rem .6rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);font:inherit}.vg-cart-coupon-input[aria-invalid=true]{border-color:var(--vg-color-badge-sale, #dc2626)}.vg-cart-coupon-error{margin:0;font-size:.78rem;color:var(--vg-color-badge-sale, #dc2626)}.vg-cart-coupon-applied{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.85rem}.vg-cart-coupon-remove{background:transparent;border:0;padding:0;color:var(--vg-color-text-muted, #64748b);font:inherit;font-size:.8rem;text-decoration:underline;cursor:pointer}.vg-cart-checkout{margin-top:.5rem}.vg-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;background:var(--vg-color-overlay, rgba(0, 0, 0, .45))}.vg-cart-drawer--right{justify-content:flex-end}.vg-cart-drawer--left{justify-content:flex-start}.vg-cart-drawer-panel{display:flex;flex-direction:column;width:min(28rem,100%);height:100%;background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);box-shadow:var(--vg-shadow, 0 1px 3px rgba(0, 0, 0, .1));font-family:var(--vg-font-body, system-ui, sans-serif)}.vg-cart-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid var(--vg-color-border, #e2e8f0)}.vg-cart-drawer-title{display:flex;align-items:baseline;gap:.5rem;margin:0;font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.1rem}.vg-cart-drawer-count{font-size:.8rem;font-weight:400;color:var(--vg-color-text-muted, #64748b)}.vg-cart-drawer-close{width:2rem;height:2rem;border:0;border-radius:var(--vg-radius, 8px);background:transparent;color:var(--vg-color-text-muted, #64748b);font-size:1.25rem;line-height:1;cursor:pointer}.vg-cart-drawer-body{flex:1;overflow-y:auto;padding:0 1.25rem}.vg-cart-lines{display:flex;flex-direction:column}.vg-cart-lines .vg-cart-line:last-child{border-bottom:0}.vg-cart-drawer-foot{padding:1rem 1.25rem;border-top:1px solid var(--vg-color-border, #e2e8f0);background:var(--vg-color-surface, #f8fafc)}@media (max-width: 480px){.vg-cart-drawer-panel{width:100%}.vg-cart-line{grid-template-columns:56px 1fr auto}.vg-cart-line-img{width:56px;height:70px}}.vg-stars{position:relative;display:inline-flex;line-height:1;white-space:nowrap}.vg-stars--sm{font-size:.8rem}.vg-stars--md{font-size:1rem}.vg-stars--lg{font-size:1.35rem}.vg-stars-track{color:var(--vg-color-border, #e2e8f0)}.vg-stars-fill{position:absolute;inset:0 auto 0 0;overflow:hidden;color:var(--vg-color-rating, var(--vg-color-primary, #0369a1))}.vg-star{display:inline-block}.vg-stars--input{gap:.15rem}.vg-star-radio{position:relative;cursor:pointer;color:var(--vg-color-border, #e2e8f0)}.vg-star-radio input{position:absolute;width:1px;height:1px;opacity:0;margin:0}.vg-star-radio-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.vg-star-radio .vg-star[data-filled=true]{color:var(--vg-color-rating, var(--vg-color-primary, #0369a1))}.vg-star-radio input:focus-visible+.vg-star-radio-label+.vg-star{outline:2px solid var(--vg-color-primary, #0369a1);outline-offset:2px}.vg-review-summary{display:flex;flex-direction:column;gap:.75rem}.vg-review-average{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.vg-review-average-value{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.75rem;font-weight:600}.vg-review-average-count{font-size:.85rem;color:var(--vg-color-text-muted, #64748b)}.vg-review-distribution{display:flex;flex-direction:column;gap:.25rem}.vg-rating-bar-row{display:grid;grid-template-columns:2.25rem 1fr 2.5rem;align-items:center;gap:.5rem;width:100%;padding:.15rem .25rem;border:0;border-radius:var(--vg-radius, 8px);background:transparent;color:var(--vg-color-text, #0f172a);font:inherit;font-size:.8rem;text-align:left}button.vg-rating-bar-row{cursor:pointer}button.vg-rating-bar-row:hover,.vg-rating-bar-row--active{background:var(--vg-color-surface, #f8fafc)}.vg-rating-bar-row--active{font-weight:600}.vg-rating-bar{height:.5rem;border-radius:999px;background:var(--vg-color-border, #e2e8f0);overflow:hidden}.vg-rating-bar-fill{display:block;height:100%;background:var(--vg-color-rating, var(--vg-color-primary, #0369a1))}.vg-rating-bar-count{color:var(--vg-color-text-muted, #64748b);text-align:right}.vg-review-summary-actions{display:flex;gap:.5rem}.vg-reviews{display:flex;flex-direction:column;gap:.75rem}.vg-reviews-toolbar{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.vg-reviews-sort-label{font-size:.8rem;color:var(--vg-color-text-muted, #64748b)}.vg-reviews-sort{padding:.35rem .5rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);font:inherit;font-size:.85rem}.vg-reviews-loading{margin:0;font-size:.88rem;color:var(--vg-color-text-muted, #64748b)}.vg-reviews-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.vg-review{display:flex;flex-direction:column;gap:.35rem;padding:.9rem 0;border-bottom:1px solid var(--vg-color-border, #e2e8f0)}.vg-review:last-child{border-bottom:0}.vg-review-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.vg-review-title{font-size:.95rem;font-weight:600}.vg-review-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.78rem;color:var(--vg-color-text-muted, #64748b)}.vg-review-verified{padding:.05rem .4rem;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc);border:1px solid var(--vg-color-border, #e2e8f0)}.vg-review-body{margin:0;font-size:.9rem;line-height:1.5}.vg-review-images{display:flex;gap:.4rem;list-style:none;margin:0;padding:0;flex-wrap:wrap}.vg-review-image{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc)}.vg-review-form{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.vg-review-form .vg-field,.vg-review-form .vg-field-row{width:100%}.vg-review-submitted{margin:0;padding:.85rem 1rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc);font-size:.9rem}.vg-address-form{border:0;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.vg-address-legend{padding:0;font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.05rem;font-weight:600}.vg-address-actions{display:flex;gap:.5rem;margin-top:.5rem}.vg-shipping-rates{display:flex;flex-direction:column;gap:.5rem}.vg-shipping-rate{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);cursor:pointer}.vg-shipping-rate--selected{border-color:var(--vg-color-primary, #0369a1);box-shadow:inset 0 0 0 1px var(--vg-color-primary, #0369a1)}.vg-shipping-rate-body{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.vg-shipping-rate-name{font-size:.95rem}.vg-shipping-rate-desc,.vg-shipping-rate-eta{font-size:.8rem;color:var(--vg-color-text-muted, #64748b)}.vg-shipping-rate-price{font-weight:600;white-space:nowrap}.vg-shipping-loading,.vg-shipping-empty{margin:0;font-size:.88rem;color:var(--vg-color-text-muted, #64748b)}.vg-checkout-steps{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0 0 1rem;flex-wrap:wrap}.vg-checkout-step{display:flex;align-items:center;gap:.4rem;font-size:.85rem}.vg-checkout-step+.vg-checkout-step:before{content:"";width:1.5rem;height:1px;margin-right:.5rem;background:var(--vg-color-border, #e2e8f0)}.vg-checkout-step-marker{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;border:1px solid var(--vg-color-border, #e2e8f0);font-size:.75rem}.vg-checkout-step--current .vg-checkout-step-marker,.vg-checkout-step--done .vg-checkout-step-marker{background:var(--vg-color-primary, #0369a1);color:var(--vg-color-on-primary, #ffffff);border-color:transparent}.vg-checkout-step--upcoming{color:var(--vg-color-text-muted, #64748b)}.vg-checkout-step--current .vg-checkout-step-label{font-weight:600}button.vg-checkout-step-label{background:transparent;border:0;padding:0;color:var(--vg-color-primary, #0369a1);font:inherit;text-decoration:underline;cursor:pointer}.vg-order-review{display:flex;flex-direction:column;gap:1rem}.vg-order-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.vg-order-item{display:grid;grid-template-columns:56px 1fr auto;gap:.65rem;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--vg-color-border, #e2e8f0)}.vg-order-item-img{width:56px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc)}.vg-order-item-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.vg-order-item-title{font-size:.9rem}.vg-order-item-variant,.vg-order-item-qty{font-size:.78rem;color:var(--vg-color-text-muted, #64748b)}.vg-order-item-total{font-weight:600;white-space:nowrap}.vg-order-section{display:flex;flex-direction:column;gap:.3rem}.vg-order-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.vg-order-section-title{margin:0;font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:.9rem}.vg-order-edit{background:transparent;border:0;padding:0;color:var(--vg-color-primary, #0369a1);font:inherit;font-size:.8rem;text-decoration:underline;cursor:pointer}.vg-order-address,.vg-order-shipping{margin:0;font-size:.88rem;color:var(--vg-color-text-muted, #64748b)}.vg-order-totals{display:flex;flex-direction:column;gap:.4rem}.vg-order-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.9rem}.vg-order-row--discount{color:var(--vg-color-badge-sale, #dc2626)}.vg-order-row--total{padding-top:.5rem;border-top:1px solid var(--vg-color-border, #e2e8f0);font-size:1.05rem;font-weight:600}.vg-tax{margin:0;font-size:.75rem;color:var(--vg-color-text-muted, #64748b)}.vg-payment{display:flex;flex-direction:column;gap:.75rem}.vg-payment-slot{min-height:3rem;padding:.75rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff)}.vg-payment-loading{margin:0;font-size:.88rem;color:var(--vg-color-text-muted, #64748b)}.vg-payment-error{margin:0;font-size:.85rem;color:var(--vg-color-badge-sale, #dc2626)}.vg-payment--processing{cursor:progress}.vg-payment-footnote{font-size:.75rem;color:var(--vg-color-text-muted, #64748b)}.vg-order-confirmation{display:flex;flex-direction:column;gap:1.5rem;max-width:44rem;margin:0 auto;padding:var(--vg-section-gap, 48px) 1rem;font-family:var(--vg-font-body, system-ui, sans-serif);color:var(--vg-color-text, #0f172a)}.vg-confirmation-head{display:flex;flex-direction:column;gap:.35rem}.vg-confirmation-title{margin:0;font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.6rem}.vg-confirmation-meta,.vg-confirmation-email{margin:0;font-size:.9rem;color:var(--vg-color-text-muted, #64748b)}.vg-confirmation-section{display:flex;flex-direction:column;gap:.5rem}.vg-confirmation-subtitle{margin:0;font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1rem}.vg-confirmation-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.vg-confirmation-item{display:grid;grid-template-columns:1fr auto auto;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--vg-color-border, #e2e8f0);font-size:.9rem}.vg-confirmation-item-variant,.vg-confirmation-item-qty{color:var(--vg-color-text-muted, #64748b)}.vg-confirmation-item-total{font-weight:600}.vg-confirmation-totals{display:flex;flex-direction:column;gap:.4rem;padding-top:.5rem}.vg-confirmation-address,.vg-confirmation-shipping{margin:0;font-size:.9rem;color:var(--vg-color-text-muted, #64748b)}.vg-confirmation-actions{display:flex;gap:.5rem;flex-wrap:wrap}@media print{.vg-confirmation-actions{display:none}}.vg-wishlist-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.35rem .5rem;cursor:pointer;line-height:1;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);font-family:var(--vg-font-body, system-ui, sans-serif);transition:color .15s ease,background .15s ease}.vg-wishlist-btn-icon{font-size:1.15em}.vg-wishlist-btn--active{color:var(--vg-color-primary, #0369a1)}.vg-wishlist-btn:not(:disabled):hover{background:var(--vg-color-surface, #f8fafc)}.vg-wishlist-btn-label{font-size:.85rem}.vg-wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;list-style:none;margin:0;padding:0}.vg-wishlist-item{position:relative;display:flex;flex-direction:column;gap:.5rem}.vg-wishlist-item-media{display:block;aspect-ratio:4 / 5;overflow:hidden;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc)}.vg-wishlist-item-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vg-wishlist-item-remove{position:absolute;top:.5rem;right:.5rem}.vg-wishlist-item-body{display:flex;flex-direction:column;gap:.35rem}.vg-wishlist-item-title{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:.95rem;color:var(--vg-color-text, #0f172a);text-decoration:none}.vg-wishlist-item-title:hover{text-decoration:underline}.vg-related,.vg-recently-viewed{display:flex;flex-direction:column;gap:1rem}.vg-related-title,.vg-recently-viewed-title{margin:0;font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.25rem;color:var(--vg-color-text, #0f172a)}.vg-related-list,.vg-recently-viewed-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;list-style:none;margin:0;padding:0}.vg-related-item,.vg-recently-viewed-item{min-width:0}.vg-newsletter{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc);color:var(--vg-color-text, #0f172a)}.vg-newsletter-heading{margin:0;font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.2rem}.vg-newsletter-description{margin:0;font-size:.9rem;color:var(--vg-color-text-muted, #64748b)}.vg-newsletter-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.vg-newsletter-form{display:flex;flex-direction:column;gap:.4rem;margin-top:.35rem}.vg-newsletter-field{display:flex;gap:.5rem;flex-wrap:wrap;align-items:stretch}.vg-newsletter-input{flex:1 1 14rem}.vg-newsletter-success{margin:.35rem 0 0;font-size:.9rem;color:var(--vg-color-success, #16a34a)}.vg-newsletter-error{margin:0;font-size:.8rem;color:var(--vg-color-error, #dc2626)}.vg-trust-badges{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0}.vg-trust-badge{display:flex;align-items:center;gap:.6rem;flex:1 1 12rem;padding:.75rem .9rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff)}.vg-trust-badge-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;line-height:1;color:var(--vg-color-primary, #0369a1)}.vg-trust-badge-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.vg-trust-badge-label{font-size:.9rem;font-weight:600;color:var(--vg-color-text, #0f172a)}.vg-trust-badge-description{font-size:.78rem;color:var(--vg-color-text-muted, #64748b)}.vg-currency-switcher,.vg-language-switcher{display:inline-flex;align-items:center;gap:.4rem}.vg-currency-switcher-label,.vg-language-switcher-label{font-size:.8rem;color:var(--vg-color-text-muted, #64748b)}.vg-currency-switcher-select,.vg-language-switcher-select{padding:.35rem .5rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);font:inherit;font-size:.85rem}.vg-cookie-consent{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1rem 1.25rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc);color:var(--vg-color-text, #0f172a);box-shadow:var(--vg-shadow, 0 1px 3px rgba(0, 0, 0, .1))}.vg-cookie-consent-message{margin:0;flex:1 1 16rem;font-size:.88rem}.vg-cookie-consent-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-left:auto}.vg-gift-options{display:flex;flex-direction:column;gap:1rem}.vg-gift-tip{display:flex;flex-direction:column;gap:.5rem}.vg-gift-tip-label{font-size:.85rem;font-weight:600;color:var(--vg-color-text, #0f172a)}.vg-gift-tip-choices{display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch}.vg-gift-tip-choice{display:inline-flex;flex-direction:column;align-items:center;gap:.1rem;padding:.4rem .7rem;cursor:pointer;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff);color:var(--vg-color-text, #0f172a);font:inherit;font-size:.85rem}.vg-gift-tip-choice--active{border-color:var(--vg-color-primary, #0369a1);background:var(--vg-color-surface, #f8fafc);font-weight:600}.vg-gift-tip-amount{font-size:.72rem;color:var(--vg-color-text-muted, #64748b)}.vg-gift-tip-custom{display:inline-flex;flex-direction:column;gap:.1rem}.vg-gift-tip-custom-label{font-size:.72rem;color:var(--vg-color-text-muted, #64748b)}.vg-gift-tip-custom-input{width:6rem}.vg-gift-wrap{display:flex;align-items:center;gap:.5rem;cursor:pointer}.vg-gift-wrap-label{display:inline-flex;gap:.4rem;align-items:baseline;font-size:.9rem}.vg-gift-wrap-price{font-size:.8rem;color:var(--vg-color-text-muted, #64748b)}.vg-gift-message{display:flex;flex-direction:column;gap:.25rem}.vg-gift-message-label{font-size:.8rem;color:var(--vg-color-text-muted, #64748b)}.vg-gift-message-input{width:100%}.vg-blog-card{display:flex;flex-direction:column;gap:.75rem;overflow:hidden;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-bg, #ffffff)}.vg-blog-card-media{display:block;aspect-ratio:16 / 9;overflow:hidden;background:var(--vg-color-surface, #f8fafc)}.vg-blog-card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vg-blog-card-body{display:flex;flex-direction:column;gap:.4rem;padding:0 1rem 1rem}.vg-blog-card-tag{align-self:flex-start;padding:.1rem .5rem;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc);color:var(--vg-color-text-muted, #64748b);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.vg-blog-card-title{font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.05rem;color:var(--vg-color-text, #0f172a);text-decoration:none}.vg-blog-card-title:hover{text-decoration:underline}.vg-blog-card-excerpt{margin:0;font-size:.88rem;line-height:1.5;color:var(--vg-color-text-muted, #64748b)}.vg-blog-card-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.75rem;color:var(--vg-color-text-muted, #64748b)}.vg-blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;list-style:none;margin:0;padding:0}.vg-blog-grid-item{min-width:0;display:flex;flex-direction:column;gap:.5rem}.vg-blog-post{display:flex;flex-direction:column;gap:1.25rem;max-width:42rem;margin:0 auto}.vg-blog-post-header{display:flex;flex-direction:column;gap:.6rem}.vg-blog-post-tag{align-self:flex-start;padding:.1rem .5rem;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc);color:var(--vg-color-text-muted, #64748b);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.vg-blog-post-title{margin:0;font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:2rem;line-height:1.2;color:var(--vg-color-text, #0f172a)}.vg-blog-post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.82rem;color:var(--vg-color-text-muted, #64748b)}.vg-blog-post-author{display:inline-flex;align-items:center;gap:.4rem}.vg-blog-post-avatar{border-radius:999px;-o-object-fit:cover;object-fit:cover}.vg-blog-post-cover{width:100%;border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc)}.vg-blog-post-body{font-size:1rem;line-height:1.7;color:var(--vg-color-text, #0f172a)}.vg-blog-post-body :where(h2,h3){margin:1.5rem 0 .5rem;font-family:var(--vg-font-heading, system-ui, sans-serif)}.vg-blog-post-body :where(p,ul,ol){margin:0 0 1rem}.vg-blog-post-body a{color:var(--vg-color-primary, #0369a1)}.vg-blog-post-body img{max-width:100%;border-radius:var(--vg-radius, 8px)}.vg-contact-form{display:flex;flex-direction:column;gap:.75rem}.vg-contact-form form{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.vg-contact-form-heading{margin:0;font-family:var(--vg-font-heading, system-ui, sans-serif);font-size:1.35rem;color:var(--vg-color-text, #0f172a)}.vg-contact-form-description{margin:0;font-size:.9rem;color:var(--vg-color-text-muted, #64748b)}.vg-contact-form form .vg-field,.vg-contact-form form .vg-field-row{width:100%}.vg-contact-form-success{margin:0;padding:.85rem 1rem;border:1px solid var(--vg-color-border, #e2e8f0);border-radius:var(--vg-radius, 8px);background:var(--vg-color-surface, #f8fafc);font-size:.9rem;color:var(--vg-color-success, #16a34a)}.vg-contact-form-error{margin:0;font-size:.82rem;color:var(--vg-color-error, #dc2626)}@media (max-width: 480px){.vg-cookie-consent-actions{margin-left:0;width:100%}.vg-cookie-consent-actions .vg-btn{flex:1 1 auto}.vg-blog-post-title{font-size:1.6rem}}
