:root{--background:#fff;--foreground:#1a1a1a;--primary:#10b981;--primary-foreground:#fff;--secondary:#f9f9f9;--secondary-foreground:#1a1a1a;--accent:#ff3b30;--accent-foreground:#fff;--muted:#f9f9f9;--muted-foreground:#6b6b6b;--border:#e5e5e5;--surface:#f9f9f9;--danger:#ff3b30;--success:#34c759;--warning:#ff9500;--star:gold;--radius:.75rem;--marketplace-card-title-size:1rem;--shadow-sm:0 2px 8px -2px #0000000d;--shadow:0 8px 30px #0000000a, 0 4px 12px #00000008;--shadow-lg:0 20px 40px -4px #00000014, 0 10px 20px -6px #0000000a;--card-bg:linear-gradient(180deg, #f9f9f9f2 0%, #e5e5e561 100%);--hero-bg:linear-gradient(135deg, #f9f9f9 0%, #fff 62%, #ebfaf3f5 100%)}[data-theme=dark]{--card-bg:linear-gradient(180deg, #1f2937 0%, #111827 100%);--hero-bg:linear-gradient(135deg, #0f172a 0%, #111827 55%, #0d1f17 100%);--background:#030712;--foreground:#f9fafb;--primary-foreground:#fff;--secondary:#1f2937;--secondary-foreground:#f9fafb;--accent:#ff3b30;--accent-foreground:#fff;--muted:#111827;--muted-foreground:#9ca3af;--border:#374151;--surface:#0f172a;--danger:#ff3b30;--success:#34c759;--warning:#ff9500;--star:gold}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}body{background:var(--background);color:var(--foreground);min-height:100vh;transition:background .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;color:var(--foreground);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}select,input,textarea{background-color:var(--background);color:var(--foreground);border:1px solid var(--border);outline:none;font-family:inherit}input::placeholder,textarea::placeholder{color:var(--muted-foreground);opacity:.7}.select-input,.text-input{border:1px solid var(--border);border-radius:1rem;outline:none;width:100%;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s;background:var(--background)!important;color:var(--foreground)!important}.select-input{appearance:none;cursor:pointer;padding-right:2.5rem}.select-input:hover,.text-input:hover{border-color:var(--primary)}.select-input:focus,.text-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #1e6bd61f}body .icon-input-wrapper .text-input,body .icon-input-wrapper input,body .icon-input-wrapper textarea{padding-left:3.5rem!important}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:none;transform:none}.btn{border-radius:var(--radius);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{filter:brightness(1.1);transform:scale(1.02)}.btn-secondary{background:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover{background:var(--border)}.btn-add-to-cart{background:var(--secondary);height:38px;color:var(--foreground);cursor:pointer;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.35rem;font-size:.78rem;font-weight:800;transition:all .2s;display:inline-flex}.btn-add-to-cart:hover{background:var(--primary);color:#fff}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;border:1px solid #e5e5e5b3}[data-theme=dark] .glass{background:#111827b3;border:1px solid #ffffff0d}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.flex-center{justify-content:center;align-items:center;display:flex}.grid-cols-auto{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}@media (max-width:640px){.grid-cols-auto{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s forwards fadeIn}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:.8s linear infinite spin}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.95)}}.animate-pulse{animation:1.5s ease-in-out infinite pulse}.marketplace-mobile-only{display:none!important}.marketplace-app-mobile-shell{display:none}@media (max-width:768px){.marketplace-app-mobile-shell{display:block}}.marketplace-desktop-only{display:block!important}@media (max-width:768px){.marketplace-desktop-only,.marketplace-desktop-products{display:none!important}}.marketplace-mobile-hero{background:radial-gradient(circle at top right, #10b98129 0%, transparent 32%), var(--surface);border:1px solid #10b9811f;border-radius:1.4rem;padding:1.1rem;position:relative;overflow:hidden;box-shadow:0 18px 50px #0f172a14}.marketplace-mobile-hero-badge{width:fit-content;color:var(--primary);letter-spacing:.12em;text-transform:uppercase;background:#10b9811f;border-radius:999px;align-items:center;margin-bottom:.8rem;padding:.34rem .65rem;font-size:.68rem;font-weight:900;display:inline-flex}.marketplace-mobile-hero-title{letter-spacing:-.055em;max-width:11ch;color:var(--foreground);margin:0;font-size:clamp(1.95rem,9vw,2.55rem);font-weight:900;line-height:1}.marketplace-mobile-hero-description{max-width:36ch;color:var(--muted-foreground);margin:.7rem 0 0;font-size:.95rem;line-height:1.6}.marketplace-mobile-hero-actions{gap:.6rem;margin-top:1rem;display:flex}.marketplace-mobile-primary-action,.marketplace-mobile-secondary-action{border-radius:.9rem;justify-content:center;align-items:center;min-height:2.6rem;padding:.7rem .95rem;font-size:.88rem;font-weight:800;text-decoration:none;display:inline-flex}.marketplace-mobile-primary-action{background:var(--primary);color:#fff;flex:1;box-shadow:0 10px 24px #10b98138}.marketplace-mobile-secondary-action{border:1px solid var(--border);background:var(--secondary);color:var(--foreground)}.marketplace-mobile-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:1rem;display:grid}.marketplace-mobile-hero-metrics>div{background:var(--secondary);border:1px solid var(--border);border-radius:1rem;padding:.7rem .65rem}.marketplace-mobile-hero-metrics strong{color:var(--foreground);font-size:.78rem;font-weight:900;display:block}.marketplace-mobile-hero-metrics span{color:var(--muted-foreground);margin-top:.15rem;font-size:.7rem;line-height:1.2;display:block}.marketplace-mobile-category-rail{border:1px solid var(--border);background:var(--surface);border-radius:1rem;padding:.75rem .8rem .9rem;box-shadow:0 10px 24px #0f172a0d}.marketplace-mobile-category-rail .marketplace-mobile-category-chip{flex:none}.marketplace-mobile-category-chip{white-space:nowrap;box-shadow:none;border-radius:999px;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;text-decoration:none;display:inline-flex;color:var(--foreground)!important;background:#10b98114!important;padding:.38rem .75rem!important}.marketplace-mobile-category-chip span{font-size:.66rem;font-weight:900;color:var(--primary)!important}.marketplace-app-mobile-shell{padding:.6rem 0 4.5rem}.marketplace-mobile-rail-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.7rem;display:flex}.marketplace-mobile-rail-header h2{color:var(--foreground);font-size:3px!important;font-weight:800!important}.marketplace-mobile-rail-header a{color:var(--primary);align-items:center;gap:.25rem;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.marketplace-mobile-category-scroll{scrollbar-width:none;gap:.55rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.marketplace-mobile-category-scroll::-webkit-scrollbar{display:none}.marketplace-mobile-category-chip{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;flex:none;align-items:center;gap:.34rem;min-height:2.45rem;padding:.42rem .78rem;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 6px 16px #0f172a0a;color:var(--foreground)!important}.marketplace-mobile-category-chip span{font-weight:900;color:var(--primary)!important}.marketplace-mobile-category-chip--all{background:var(--primary)!important;color:#fff!important}.marketplace-mobile-category-chip--all span{color:#fff!important}.marketplace-mobile-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}@media (max-width:768px){.marketplace-mobile-category-rail{margin-top:.15rem}}.marketplace-mobile-cart-bar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #0f172a14;border-radius:1rem;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.9rem;padding:.9rem 1rem;display:flex;position:sticky;bottom:.8rem;box-shadow:0 18px 40px #0f172a1f}.marketplace-mobile-cart-bar strong{color:var(--foreground);font-size:.95rem;font-weight:900;display:block}.marketplace-mobile-cart-bar span{color:var(--muted-foreground);margin-top:.1rem;font-size:.8rem;display:block}.marketplace-mobile-cart-button{background:var(--primary);color:#fff;border-radius:.9rem;justify-content:center;align-items:center;min-height:2.75rem;padding:.75rem 1.1rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 10px 20px #10b98138}.marketplace-mobile-cart-count{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:1.05rem;height:1.05rem;margin-left:.3rem;padding:0 .25rem;font-size:.62rem;font-weight:900;display:inline-flex}.marketplace-featured-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.marketplace-sort-shell{border:1px solid var(--border);background:var(--background);border-radius:.9rem;align-items:center;gap:.65rem;padding:.4rem;display:flex}.marketplace-featured-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.1rem;display:grid}.marketplace-card{transition:transform .2s,box-shadow .2s,border-color .2s;border-color:color-mix(in srgb, var(--border) 85%, transparent)!important}.marketplace-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a14;border-color:color-mix(in srgb, var(--primary) 40%, var(--border))!important}.marketplace-card-media{transition:height .2s}.marketplace-card-title{transition:font-size .2s}h3.marketplace-card-title{font-size:var(--marketplace-card-title-size)!important}h2.marketplace-section-title{margin:0;font-size:3px!important;font-weight:900!important}.marketplace-card-meta{transition:font-size .2s}.marketplace-card-actions{transition:gap .2s}@media (max-width:768px){.marketplace-featured-header{align-items:flex-start;gap:.8rem}.marketplace-sort-shell{background:0 0;border:none;width:auto;margin-left:auto}.marketplace-sort-shell select{width:100%}.marketplace-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.marketplace-card{border-radius:1rem!important;gap:.55rem!important;padding:.68rem!important}.marketplace-card-media{border-radius:.9rem!important;height:144px!important}h3.marketplace-card-title{font-size:var(--marketplace-card-title-size)!important;font-weight:600!important}.marketplace-card-meta{flex-direction:row;align-items:center;gap:.4rem!important;font-size:.68rem!important}.marketplace-card-actions{gap:.45rem!important}.marketplace-card-actions select{font-size:.8rem!important}.marketplace-card-actions p{font-size:.98rem!important}.marketplace-card-actions button{padding:.7rem .65rem!important;font-size:.82rem!important}}.md-only,.desktop-only{display:flex!important}@media (max-width:768px){.md-only,.desktop-only{display:none!important}}.mobile-only{display:none!important}@media (max-width:768px){.mobile-only{display:flex!important}}.category-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding:.5rem 0;display:flex;overflow-x:auto}.category-scroll::-webkit-scrollbar{display:none}@media (max-width:768px){.category-scroll{gap:.4rem;margin-left:-1.25rem;margin-right:-1.25rem;padding:.4rem 1.25rem}}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:4rem;margin-bottom:4rem;display:grid}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:640px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-accordion-header{color:#fff;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5rem;padding:0;font-size:1.1rem;font-weight:700;display:flex}.footer-chevron{color:var(--primary);transition:transform .3s;display:none}.footer-chevron.rotate{transform:rotate(180deg)}.footer-accordion-content{opacity:1;max-height:none;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .2s;overflow:visible}.footer-links-list{flex-direction:column;gap:1rem;padding:0;font-size:.9rem;list-style:none;display:flex}.footer-contact-list{flex-direction:column;gap:1.25rem;font-size:.9rem;display:flex}@media (max-width:768px){.footer-accordion-header{cursor:pointer;border-bottom:1px solid #ffffff14;margin-bottom:0;padding-bottom:.75rem}.footer-chevron{display:block}.footer-accordion-content{opacity:0;max-height:0;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .2s,padding .3s;overflow:hidden}.footer-accordion-content.open{opacity:1;max-height:250px;padding-top:1rem;padding-bottom:1.5rem}.footer-brand-section{text-align:center;flex-direction:column;align-items:center;margin-bottom:1rem;display:flex}.footer-social-wrapper{justify-content:center}.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.5rem;align-items:center!important}.footer-bottom-links{flex-wrap:wrap;justify-content:center;gap:1.5rem!important}}.checkout-grid{grid-template-columns:1fr 400px;gap:3rem;display:grid}@media (max-width:1024px){.checkout-grid{grid-template-columns:1fr;gap:2rem}}.checkout-grid.step-3{grid-template-columns:1fr}@media (max-width:768px){:root{--radius:1rem}body{padding-bottom:80px}.container{padding:0 1.25rem}.grid-cols-auto{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}h1{font-size:clamp(1.2rem,5vw,1.45rem)!important}h2{font-size:clamp(1.05rem,4vw,1.2rem)!important}h3{font-size:clamp(.95rem,3.5vw,1.05rem)!important}h3.marketplace-card-title{font-size:var(--marketplace-card-title-size)!important}.md-only{display:none!important}.mobile-only,nav.mobile-only{display:flex!important}.footer-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.checkout-grid{grid-template-columns:1fr!important;gap:2rem!important}.cart-sidebar-container{margin-top:auto;border-radius:1.5rem 1.5rem 0 0!important;width:100%!important;height:92%!important}.dashboard-sidebar{left:-270px!important}.dashboard-sidebar.mobile-open{left:0!important}}.dashboard-sidebar{left:0}.sidebar-mobile-overlay{display:none}@media (max-width:768px){.sidebar-mobile-overlay{display:block!important}.sidebar-mobile-close{display:flex!important}}.dashboard-main{flex-direction:column;flex:1;width:100%;min-height:100vh;padding-left:270px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.dashboard-main.collapsed{padding-left:80px}@media (max-width:768px){.dashboard-main{padding-left:0!important}}@media (max-width:1024px){.product-detail-grid{grid-template-columns:1fr;gap:2.5rem}}.dashboard-content{transition:padding .25s cubic-bezier(.4,0,.2,1)}[data-density=comfortable] .dashboard-content{padding:1.5rem 3.5rem 3.5rem!important}[data-density=standard] .dashboard-content{padding:1rem 2rem 2rem!important}[data-density=compact] .dashboard-content{padding:.5rem 1rem 1rem!important}[data-density=comfortable] h1{font-size:2rem!important}[data-density=comfortable] h2{font-size:1.5rem!important}[data-density=comfortable] h3{font-size:1.25rem!important}[data-density=comfortable] h3.marketplace-card-title{font-size:var(--marketplace-card-title-size)!important}[data-density=comfortable] p{font-size:.95rem}[data-density=standard] h1{font-size:1.6rem!important}[data-density=standard] h2{font-size:1.25rem!important}[data-density=standard] h3{font-size:1.1rem!important}[data-density=standard] h3.marketplace-card-title{font-size:var(--marketplace-card-title-size)!important}[data-density=standard] p{font-size:.85rem}[data-density=compact] h1{font-size:1.35rem!important}[data-density=compact] h2{font-size:1.1rem!important}[data-density=compact] h3{font-size:.95rem!important}[data-density=compact] h3.marketplace-card-title{font-size:var(--marketplace-card-title-size)!important}[data-density=compact] p{font-size:.78rem}.card{transition:padding .25s cubic-bezier(.4,0,.2,1),margin .25s}[data-density=comfortable] .card{padding:1.5rem}[data-density=standard] .card{padding:1rem}[data-density=compact] .card{padding:.65rem}.btn{transition:padding .2s cubic-bezier(.4,0,.2,1),font-size .2s,border-radius .2s}[data-density=comfortable] .btn{border-radius:1rem!important;padding:.8rem 1.75rem!important;font-size:.95rem!important}[data-density=standard] .btn{border-radius:.75rem!important;padding:.5rem 1.15rem!important;font-size:.88rem!important}[data-density=compact] .btn{border-radius:.5rem!important;padding:.35rem .65rem!important;font-size:.78rem!important}.text-input,.select-input,select,input{transition:padding .2s cubic-bezier(.4,0,.2,1),font-size .2s,border-radius .2s}[data-density=comfortable] .text-input,[data-density=comfortable] .select-input,[data-density=comfortable] select,[data-density=comfortable] input{border-radius:1rem!important;padding:.85rem 1.25rem!important;font-size:.95rem!important}[data-density=standard] .text-input,[data-density=standard] .select-input,[data-density=standard] select,[data-density=standard] input{border-radius:.75rem!important;padding:.55rem 1rem!important;font-size:.88rem!important}[data-density=compact] .text-input,[data-density=compact] .select-input,[data-density=compact] select,[data-density=compact] input{border-radius:.5rem!important;padding:.35rem .65rem!important;font-size:.78rem!important}table th,table td,.table-row{transition:padding .2s,font-size .2s}[data-density=comfortable] table th,[data-density=comfortable] table td{padding:1.25rem 2.25rem!important;font-size:.95rem!important}[data-density=standard] table th,[data-density=standard] table td{padding:.85rem 1.5rem!important;font-size:.88rem!important}[data-density=compact] table th,[data-density=compact] table td{padding:.45rem .65rem!important;font-size:.78rem!important}.grid,.grid-cols-auto,.dashboard-grid,.grid-gap{transition:gap .25s cubic-bezier(.4,0,.2,1)}[data-density=comfortable] .grid,[data-density=comfortable] .grid-cols-auto,[data-density=comfortable] .dashboard-grid,[data-density=comfortable] .grid-gap{gap:1.5rem!important}[data-density=standard] .grid,[data-density=standard] .grid-cols-auto,[data-density=standard] .dashboard-grid,[data-density=standard] .grid-gap{gap:1rem!important}[data-density=compact] .grid,[data-density=compact] .grid-cols-auto,[data-density=compact] .dashboard-grid,[data-density=compact] .grid-gap{gap:.5rem!important}.overview-stats-grid{grid-template-columns:repeat(5,1fr);gap:2rem;transition:gap .25s cubic-bezier(.4,0,.2,1);display:grid}[data-density=comfortable] .overview-stats-grid{gap:1.25rem!important}[data-density=standard] .overview-stats-grid{gap:.85rem!important}[data-density=compact] .overview-stats-grid{gap:.4rem!important}@media (max-width:1024px){.overview-stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:640px){.overview-stats-grid{grid-template-columns:repeat(2,1fr)}}.po-registry-table select,.po-registry-table input{background-color:var(--background)!important;border:1px solid var(--border)!important;box-sizing:border-box!important;border-radius:0!important;height:38px!important;padding:.5rem .4rem!important;font-size:.85rem!important}.po-registry-table select{cursor:pointer;appearance:auto!important}[data-density=compact] .po-registry-table select,[data-density=compact] .po-registry-table input{height:32px!important;padding:.35rem .3rem!important;font-size:.78rem!important}.product-detail-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}@media (max-width:768px){.product-detail-grid{grid-template-columns:1fr!important;gap:2rem!important}}.reviews-grid{grid-template-columns:1fr 2fr;gap:3rem;display:grid}.reviews-grid textarea{width:100%!important}@media (max-width:768px){.reviews-grid{grid-template-columns:1fr!important;gap:2rem!important}}.purchase-actions{gap:1.5rem;margin-bottom:3rem;display:flex}@media (max-width:640px){.purchase-actions{flex-direction:column!important;gap:1rem!important}}.card-actions{flex-direction:row;align-items:stretch;gap:.4rem;width:100%;min-width:0;display:flex;overflow:hidden}.navbar-icon-btn{background:var(--secondary);cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative}@media (max-width:768px){.navbar-icon-btn{box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:.3rem!important}.navbar-icons-group{gap:.1rem!important}}.pwa-prompt{top:max(.75rem, env(safe-area-inset-top,.75rem));left:max(.75rem, env(safe-area-inset-left,.75rem));background:var(--foreground);color:var(--background);z-index:99999;border-radius:1rem;width:calc(100% - 2rem);max-width:360px;padding:1.25rem 1rem 1rem;position:fixed;box-shadow:0 12px 32px -8px #00000040}.pwa-prompt-dismiss{color:var(--background);cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:.5rem;right:.5rem}.pwa-prompt-content{text-align:center;flex-direction:column;align-items:center;gap:.65rem;padding-top:.25rem;display:flex}.pwa-prompt-title{margin:0;font-size:.95rem;font-weight:800;line-height:1.3}.pwa-prompt-text{opacity:.8;max-width:280px;margin:0;font-size:.8rem;line-height:1.45}.pwa-prompt-install{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.4rem;min-width:140px;margin-top:.35rem;padding:.65rem 1.5rem;font-size:.875rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px -2px #10b98166}@media (max-width:640px){.card-actions{flex-direction:row!important;width:100%!important;overflow:hidden!important}.card-actions>:first-child{flex-shrink:0}.card-actions>:last-child{flex:1 1 0;min-width:0}}.admin-grid-2col{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:768px){.admin-grid-2col{grid-template-columns:1fr!important;gap:1.25rem!important}}.admin-grid-2col-wide{grid-template-columns:1fr 380px;gap:2rem;display:grid}@media (max-width:1024px){.admin-grid-2col-wide{grid-template-columns:1fr!important;gap:1.5rem!important}}.admin-stats-grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.admin-stats-grid-4{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}}@media (max-width:480px){.admin-stats-grid-4{grid-template-columns:1fr 1fr!important;gap:.75rem!important}}.admin-stats-grid-6{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}@media (max-width:1024px){.admin-stats-grid-6{grid-template-columns:repeat(3,1fr)!important;gap:.75rem!important}}@media (max-width:640px){.admin-stats-grid-6{grid-template-columns:repeat(2,1fr)!important;gap:.65rem!important}}.admin-stats-grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.admin-stats-grid-3{grid-template-columns:1fr!important;gap:1rem!important}}@media (max-width:480px){.admin-stats-grid-3{grid-template-columns:1fr!important;gap:.75rem!important}}.admin-main-content-2col{grid-template-columns:2fr 1fr;gap:2rem;display:grid}@media (max-width:768px){.admin-main-content-2col{grid-template-columns:1fr!important;gap:1.25rem!important}}.main-dispatch-layout{grid-template-columns:1.6fr 1fr;gap:2rem;display:grid}@media (max-width:1024px){.main-dispatch-layout{grid-template-columns:1fr!important;gap:1.5rem!important}}.admin-cms-layout{grid-template-columns:280px 1fr;gap:2rem;display:grid}@media (max-width:768px){.admin-cms-layout{grid-template-columns:1fr!important;gap:1.25rem!important}.admin-form-full-width{grid-column:1/-1!important}}.admin-action-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.admin-action-row{flex-direction:column!important;width:100%!important}.admin-action-row>*{justify-content:center!important;width:100%!important}}.admin-filter-bar{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.admin-filter-bar{flex-direction:column!important;align-items:stretch!important}.admin-filter-bar>div:first-child,.admin-filter-bar select,.admin-filter-bar button{width:100%!important}.dashboard-sidebar{z-index:110!important;transition:left .3s cubic-bezier(.4,0,.2,1)!important;position:fixed!important;left:-270px!important}.dashboard-sidebar.mobile-open{left:0!important}header[style*="height: 80px"]{height:64px!important;padding:0 1rem!important}header[style*="height: 80px"] h1{font-size:1.15rem!important}header[style*="height: 80px"] p{font-size:.7rem!important}.admin-user-label,.admin-header-divider{display:none!important}.admin-header-right,.admin-header-actions{gap:.4rem!important}.admin-header-actions button{padding:.4rem .65rem!important;font-size:.78rem!important}main[style*="padding: 2rem"]{padding:1rem!important}div[style*="overflowX: auto"] table{min-width:600px!important}div[style*="height: calc(100vh - 140px)"]{flex-direction:column!important;height:auto!important;min-height:calc(100vh - 160px)!important}div[style*="width: 350px"]{flex-shrink:0!important;width:100%!important;max-height:260px!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .icon-input-wrapper input,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .icon-input-wrapper textarea,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .icon-input-wrapper select,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) div>svg:first-child+input,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) div>svg:first-child+textarea,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) div>svg:first-child+select{padding-left:2.75rem!important}@media (max-width:768px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) [data-density=comfortable] .dashboard-content{padding:1rem 1rem 2.5rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) [data-density=standard] .dashboard-content{padding:.75rem .75rem 2rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) [data-density=compact] .dashboard-content{padding:.5rem .5rem 1.5rem!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-action-buttons,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-action-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}@media (max-width:768px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-action-buttons,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-action-row{flex-direction:column!important;gap:.5rem!important;width:100%!important;margin-bottom:1.5rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-action-buttons>*,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-action-row>*{border-radius:.75rem!important;justify-content:center!important;width:100%!important;padding:.8rem 1rem!important;font-size:.88rem!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-tabs-container{background:var(--secondary);border:1px solid var(--border);white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:1.25rem;gap:.5rem;max-width:100%;padding:.4rem;display:flex;overflow-x:auto!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-tabs-container::-webkit-scrollbar{display:none}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-tabs-container button{white-space:nowrap!important;flex-shrink:0!important}@media (max-width:640px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-tabs-container{border-radius:1rem!important;padding:.3rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .dashboard-tabs-container button{border-radius:.75rem!important;padding:.6rem 1.25rem!important;font-size:.82rem!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .filter-card{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .filter-card{flex-direction:column!important;align-items:stretch!important;gap:1rem!important;padding:1rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .filter-card>div:first-child{width:100%!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .filter-card select,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .filter-card button{width:100%!important;padding:.75rem 1rem!important;font-size:.95rem!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172ab3;justify-content:center;align-items:flex-start;padding:4rem 1rem;transition:all .3s;display:flex;position:fixed;inset:0;overflow-y:auto}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .modal-container{background:var(--background);border:1px solid var(--border);width:100%;box-shadow:var(--shadow-2xl);border-radius:1.5rem;flex-direction:column;margin-bottom:4rem;display:flex;overflow:hidden}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .modal-header{border-bottom:1px solid var(--border);background:var(--secondary);justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .modal-body{padding:2.5rem}@media (max-width:768px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .modal-overlay{padding:.5rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .modal-container{border-radius:1.25rem!important;margin-bottom:1rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .modal-header{padding:1rem 1.25rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .modal-body{padding:1.25rem!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .edit-form-footer button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .inventory-unit-head{display:none!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .inventory-unit-row{grid-template-columns:1fr!important;gap:.5rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .inventory-field{align-items:center;gap:.5rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .inventory-mobile-label{color:var(--muted-foreground);text-transform:uppercase;flex-shrink:0;min-width:80px;font-size:.65rem;font-weight:800;display:block!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .variant-row{grid-template-columns:1fr 1fr!important;gap:.5rem!important}}@media (min-width:769px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .inventory-mobile-label{display:none!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .responsive-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;gap:1.5rem!important}@media (max-width:480px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .responsive-form-grid{grid-template-columns:1fr!important;gap:1rem!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .table-responsive-container{-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);width:100%;overflow-x:auto}@media (max-width:768px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) div[style*="background: linear-gradient(135deg, var(--primary)"]{border-radius:1.25rem!important;gap:1.5rem!important;padding:1.75rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) div[style*="background: linear-gradient(135deg, var(--primary)"] h3{margin-bottom:.5rem!important;font-size:1.35rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) div[style*="background: linear-gradient(135deg, var(--primary)"] p{font-size:.9rem!important;line-height:1.4!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) div[style*="background: linear-gradient(135deg, var(--primary)"] a{border-radius:.75rem!important;justify-content:center!important;width:100%!important;padding:.85rem!important;font-size:.95rem!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .tenant-dashboard-root{flex:1;width:100%}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-root{background:var(--background);min-height:100vh;color:var(--foreground)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-root.storefront-dark{--background:#0f172a;--foreground:#f1f5f9;--secondary:#1e293b;--muted-foreground:#94a3b8;--border:#334155;--card:#1e293b}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-main{flex-direction:column;min-height:100vh;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer{background:var(--secondary);border-top:1px solid var(--border);margin-top:auto;padding:3rem 2rem 5rem}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer-brand h3{margin:0 0 .75rem;font-weight:800}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer-brand p{color:var(--muted-foreground);max-width:400px;margin:0;font-size:.9rem;line-height:1.5}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer-contacts{flex-direction:column;gap:.75rem;min-width:200px;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer-item{color:var(--muted-foreground);align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.4;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer-link{text-decoration:none;transition:color .2s}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer-link:hover{color:var(--primary)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer-policy-btn{border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:.75rem;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.875rem;font-weight:700;display:inline-flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer-policy-btn:hover{border-color:var(--primary);color:var(--primary)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-policy-overlay{z-index:10100;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-policy-panel{background:var(--background);color:var(--foreground);border:1px solid var(--border);border-radius:1rem;flex-direction:column;width:min(560px,100%);max-height:min(80vh,600px);display:flex;overflow:hidden;box-shadow:0 24px 48px #0003}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-policy-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-policy-header h3{margin:0;font-size:1.1rem;font-weight:800}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-policy-header button{background:var(--secondary);cursor:pointer;width:36px;height:36px;color:var(--foreground);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-policy-body{white-space:pre-wrap;color:var(--muted-foreground);padding:1.5rem;font-size:.9rem;line-height:1.65;overflow-y:auto}@media (max-width:640px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-footer-inner{flex-direction:column}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-fab{right:1.25rem;bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));background:var(--primary);color:#fff;cursor:pointer;z-index:10050;border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:flex;position:fixed;box-shadow:0 8px 24px #10b98173}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-panel{right:1.25rem;bottom:calc(5.5rem + env(safe-area-inset-bottom,0px));background:var(--background);border:1px solid var(--border);z-index:10049;border-radius:1rem;flex-direction:column;width:min(360px,100vw - 2rem);height:min(420px,100vh - 8rem);display:flex;position:fixed;overflow:hidden;box-shadow:0 16px 40px #0000002e}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-header{background:var(--primary);color:#fff;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:1rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-title{margin:0;font-size:.95rem;font-weight:800}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-order-ref{opacity:.9;margin:.25rem 0 0;font-size:.75rem;font-weight:600}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-messages{background:var(--secondary);flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-empty{color:var(--muted-foreground);text-align:center;margin:auto 0;font-size:.8rem;line-height:1.5}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-bubble{border-radius:.75rem;max-width:85%;padding:.65rem .85rem;font-size:.875rem;line-height:1.4}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-bubble.from-store{background:var(--background);border:1px solid var(--border);align-self:flex-start}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-bubble.from-customer{background:var(--primary);color:#fff;align-self:flex-end}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-guest{border-top:1px solid var(--border);padding:.75rem 1rem 0}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-hint{color:var(--muted-foreground);margin:.35rem 0 0;font-size:.7rem}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-hint a{color:var(--primary);font-weight:700}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-error{color:#ef4444;margin:.25rem 0 0;padding:0 1rem;font-size:.75rem}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-form{border-top:1px solid var(--border);background:var(--background);gap:.5rem;padding:.75rem 1rem 1rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-input{border:1px solid var(--border);background:var(--secondary);color:var(--foreground);border-radius:.65rem;outline:none;flex:1;padding:.65rem .85rem;font-size:.875rem}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-send{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.65rem;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-send:disabled{opacity:.5;cursor:not-allowed}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-comm-toolbar{right:1.25rem;bottom:calc(1.25rem + env(safe-area-inset-bottom,0px));z-index:10048;flex-direction:column;gap:.5rem;display:flex;position:fixed}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-comm-toolbar.above-fab{bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-comm-action{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:2rem;align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.8rem;font-weight:700;text-decoration:none;display:flex;box-shadow:0 4px 12px #00000014}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .spin{animation:.8s linear infinite spin}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}@media (max-width:768px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-panel{width:auto;left:.75rem;right:.75rem;bottom:calc(70px + 2rem + 44px + .5rem + env(safe-area-inset-bottom,0px))}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-fab{right:1rem;bottom:calc(70px + 2rem + env(safe-area-inset-bottom,0px));width:44px;height:44px;box-shadow:0 6px 18px #10b98166}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-chat-fab svg{width:20px;height:20px}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-bnav-item{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.25rem;padding:.25rem;font-size:.65rem;font-weight:600;text-decoration:none;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-bnav-item:hover,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-bnav-item:active{color:var(--primary)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-bnav-badge{background:var(--primary);color:#fff;border-radius:50%;padding:.1rem .4rem;font-size:.65rem;font-weight:800;position:absolute;top:-5px;right:-10px}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .save-store-btn{background:var(--background);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:2rem;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #0000000d}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .save-store-btn:hover{border-color:var(--primary);transform:translateY(-1px)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-search-wrap{background:var(--secondary);border:1.5px solid var(--border);border-radius:999px;flex:1;align-items:center;max-width:380px;padding:0 1rem 0 2.5rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 2px 10px #0000000f}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-search-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-search-icon{color:var(--muted-foreground);pointer-events:none;flex-shrink:0;position:absolute;left:.9rem}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-search-input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;width:100%;padding:.55rem .5rem;font-size:.875rem;font-weight:500}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-search-input::placeholder{color:var(--muted-foreground);font-weight:400}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-search-clear{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0 .25rem;font-size:1.1rem;line-height:1;transition:background .15s;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .storefront-search-clear:hover{background:var(--border);color:var(--foreground)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-panel{flex-direction:column;width:100%;max-width:420px;max-height:85vh;padding:0;display:flex;overflow:hidden}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-icon-wrap{background:#10b9811a;border-radius:.5rem;justify-content:center;align-items:center;width:36px;height:36px;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-close{background:var(--secondary);cursor:pointer;width:32px;height:32px;color:var(--muted-foreground);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-body{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex;overflow-y:auto}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-empty{text-align:center;color:var(--muted-foreground);padding:2rem 1rem;font-size:.88rem}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-list-item{border:1px solid var(--border);border-radius:.75rem;align-items:flex-start;gap:.5rem;padding:.75rem;transition:border-color .2s;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-list-item:hover{border-color:var(--primary)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-toggle{cursor:pointer;color:var(--foreground);background:0 0;border:none;flex:1;align-items:flex-start;gap:.75rem;padding:0;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-toggle-check{border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:.15rem;transition:all .2s;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-toggle.active .fav-store-toggle-check{background:var(--primary);border-color:var(--primary)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-list-actions{flex-direction:column;gap:.5rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-list-actions button,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-icon-btn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-list-actions button:hover,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-icon-btn:hover{background:var(--secondary);color:var(--foreground)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-icon-btn.danger:hover{color:#ef4444;background:#ef44441a}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-new-btn{border:1px dashed var(--border);color:var(--primary);cursor:pointer;background:0 0;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.85rem;font-weight:700;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-new-btn:hover{border-color:var(--primary);background:#10b9810d}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-create-form,:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-edit-form{background:var(--secondary);border:1px solid var(--border);border-radius:.75rem;margin-top:.5rem;padding:1rem}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-edit-form{width:100%;margin-top:0}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-page-create-card{background:var(--secondary);border:1px solid var(--primary)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-list-card{padding:0;overflow:hidden}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-list-header{border-bottom:1px solid var(--border);background:var(--secondary);justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-list-empty{color:var(--muted-foreground);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;font-size:.9rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-stores-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;padding:1.5rem;display:grid}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-card{border:1px solid var(--border);border-radius:.75rem;flex-direction:column;padding:1rem;transition:transform .2s,border-color .2s;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-card:hover{border-color:var(--primary);transform:translateY(-2px)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-logo{background:var(--secondary);border-radius:.5rem;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex;overflow:hidden}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-name{margin-bottom:.25rem;font-size:1rem;font-weight:800}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-date{color:var(--muted-foreground);margin-bottom:1rem;font-size:.7rem}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .fav-store-actions{justify-content:space-between;align-items:center;margin-top:auto;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .mobile-filter-toggle{cursor:pointer;color:var(--foreground);background:0 0;border:none;border-radius:.3rem;padding:.2rem;display:none}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .mobile-filter-toggle:hover{background:var(--muted)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:1.2rem;display:grid}@media (max-width:768px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-layout{grid-template-columns:1fr}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-layout>aside{position:static!important;top:auto!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .mobile-filter-toggle{display:block!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-filter-content{display:none}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-filter-content.open{display:block}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-toolbar{align-items:stretch!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-toolbar>div{width:100%}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-sort-select{width:100%!important;min-width:0!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-toolbar>div:last-child{flex-wrap:wrap;justify-content:space-between;gap:.5rem;width:100%;display:flex!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-filter-stack{gap:1rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-filter-stack>div{min-width:0}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-hero-shell{gap:1rem!important;padding:1rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-hero-panel{border-radius:1rem!important;grid-template-columns:1fr!important;align-items:start!important;gap:.8rem!important;padding:1rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-hero-copy{gap:.7rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-hero-title{letter-spacing:-.05em!important;max-width:100%!important;font-size:clamp(1.7rem,9vw,2.4rem)!important;line-height:1!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-hero-description{max-width:100%!important;font-size:.92rem!important;line-height:1.6!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-hero-media{justify-content:flex-start!important;gap:.75rem!important;min-height:132px!important;padding:.8rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-hero-media-actions{justify-content:space-between!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-hero-badges{gap:.5rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-hero-badges>div{padding:.4rem .65rem!important;font-size:.76rem!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .view-switcher{background:var(--secondary);border:1px solid var(--border);border-radius:.75rem;gap:.15rem;padding:.2rem;display:inline-flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .view-switcher-btn{color:var(--muted-foreground);cursor:pointer;border-radius:.6rem;justify-content:center;align-items:center;padding:.35rem .65rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .view-switcher-btn:hover{color:var(--foreground)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .view-switcher-btn--active{background:var(--background);box-shadow:0 2px 6px #0000000f;color:var(--primary)!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-card--list{align-items:stretch;border-color:color-mix(in srgb, var(--border) 85%, transparent)!important;border-radius:1rem!important;flex-direction:row!important;gap:.85rem!important;padding:.65rem!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-card--list:hover{box-shadow:0 8px 20px #0f172a0f;border-color:color-mix(in srgb, var(--primary) 40%, var(--border))!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-card--list-media{flex-shrink:0;border-radius:.75rem!important;width:110px!important;height:110px!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-card--list-content{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .bottom-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;background:#0f172a99;animation:.25s cubic-bezier(.4,0,.2,1) forwards fadeInDrawerOverlay;position:fixed;inset:0}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .bottom-drawer-container{background:var(--background);z-index:10000;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;flex-direction:column;max-height:85vh;animation:.28s cubic-bezier(.34,1.56,.64,1) forwards slideUpDrawer;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -10px 40px #00000026}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .bottom-drawer-handle{background:var(--border);border-radius:999px;flex-shrink:0;width:36px;height:4px;margin:.65rem auto .35rem}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .bottom-drawer-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:.5rem 1.25rem .85rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .bottom-drawer-title{color:var(--foreground);font-size:1.05rem;font-weight:900}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .bottom-drawer-close{background:var(--secondary);color:var(--foreground);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .bottom-drawer-body{flex-direction:column;flex:1;gap:1.15rem;padding:1.25rem;display:flex;overflow-y:auto}@media (min-width:769px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .bottom-drawer-container{opacity:0;border-radius:1.5rem;width:420px;max-height:80vh;animation:.25s cubic-bezier(.34,1.56,.64,1) forwards popInModal;inset:50% auto auto 50%;transform:translate(-50%,-50%)scale(.95)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .bottom-drawer-handle{display:none}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .quick-add-badge{background:var(--danger);color:#fff;border:1px solid var(--background);border-radius:50%;justify-content:center;align-items:center;min-width:15px;height:15px;padding:1px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .pill-selector{flex-wrap:wrap;gap:.55rem;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .pill-option{border:1.5px solid var(--border);color:var(--foreground);background:var(--background);cursor:pointer;text-align:center;border-radius:.75rem;flex-direction:column;gap:.15rem;min-width:80px;padding:.55rem .85rem;font-size:.85rem;font-weight:700;transition:all .18s;display:flex}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .pill-option:hover{border-color:var(--primary)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .pill-option--active{border-color:var(--primary);color:var(--primary);background:#10b9810f}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .pill-option-price{color:var(--muted-foreground);font-size:.72rem;font-weight:800}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .pill-option--active .pill-option-price{color:var(--primary)}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .navbar-logo-text{color:var(--foreground);font-size:1.5rem;font-weight:800}@media (max-width:768px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .navbar-logo-text{display:none!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .navbar-logo-text--store{font-size:1.1rem;display:block!important}}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-unit-select{cursor:pointer;appearance:none;border-radius:.5rem;outline:none;width:100%;font-family:inherit;font-weight:700;transition:background .2s;background:var(--secondary)!important;color:var(--foreground)!important;border:none!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .marketplace-unit-select:hover{background:var(--border)!important}:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .cart-label-extra{display:inline}@media (max-width:768px){:is(.icon-input-wrapper input,.icon-input-wrapper textarea,.icon-input-wrapper select,div>svg:first-child+input,div>svg:first-child+textarea,div>svg:first-child+select) .cart-label-extra{display:none}}
