.cart-sheet-container{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.cart-sheet-header{flex-shrink:0;position:sticky;top:0;z-index:10;background:hsl(var(--background) / .95);backdrop-filter:blur(10px);border-bottom:1px solid hsl(var(--border))}.cart-sheet-content{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;display:flex;flex-direction:column}.cart-sheet-content>div{height:100%;display:flex;flex-direction:column}.cart-sheet-content [data-radix-scroll-area-viewport]{height:100%;max-height:100%}.cart-sheet-footer{flex-shrink:0;position:sticky;bottom:0;z-index:10;background:hsl(var(--background) / .95);backdrop-filter:blur(10px);border-top:1px solid hsl(var(--border));padding-bottom:max(1rem,env(safe-area-inset-bottom))}.cart-items-list{padding-top:1rem;padding-bottom:1rem;display:flex;flex-direction:column;gap:1rem}@media (max-width: 639px){.cart-sheet-header{padding:.75rem 1rem}.cart-sheet-content{padding:0 1rem}.cart-sheet-footer{padding:.75rem 1rem;padding-bottom:max(1.5rem,calc(.75rem + env(safe-area-inset-bottom)))}.cart-items-list{gap:.75rem}}@media (min-width: 640px){.cart-sheet-header{padding:1rem 1.5rem}.cart-sheet-content{padding:0 1.5rem}.cart-sheet-footer{padding:1rem 1.5rem}.cart-items-list{gap:1rem}}@media (min-width: 640px){.cart-sheet-below-header{right:0;left:auto!important}}.cart-sheet-content::-webkit-scrollbar{width:6px}.cart-sheet-content::-webkit-scrollbar-track{background:hsl(var(--muted) / .3);border-radius:3px}.cart-sheet-content::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .4);border-radius:3px}.cart-sheet-content::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .6)}.cart-sheet-content{scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground) / .4) hsl(var(--muted) / .3)}.cart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;min-height:300px}.cart-item-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;padding:1rem;transition:all .2s ease-out}.cart-item-card:hover{box-shadow:0 4px 12px hsl(var(--foreground) / .1);transform:translateY(-1px)}.cart-product-image{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;overflow:hidden;filter:none!important;image-rendering:-webkit-optimize-contrast!important;image-rendering:crisp-edges!important;transform:none!important;will-change:auto!important;opacity:1!important}.cart-product-image::-webkit-scrollbar{display:none}.cart-product-image{-ms-overflow-style:none;scrollbar-width:none}.cart-sheet img,.cart-item-card img,.cart-sheet .product-image-core-img,.cart-item-card .product-image-core-img{filter:none!important;image-rendering:-webkit-optimize-contrast!important;image-rendering:crisp-edges!important;opacity:1!important;transform:none!important;animation:none!important;transition:opacity .2s ease-out!important}.cart-item-card .relative.group{overflow:hidden}.cart-item-card .relative.group a{overflow:hidden;display:block}@media (min-width: 640px){.cart-product-image{width:72px;height:72px}}@media (min-width: 768px){.cart-product-image{width:80px;height:80px}}.cart-quantity-selector{display:flex;align-items:center;gap:.25rem;background:hsl(var(--muted));border-radius:.5rem;padding:.25rem}.cart-totals{display:flex;flex-direction:column;gap:.5rem}.cart-total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.cart-total-row.subtotal{border-bottom:1px solid hsl(var(--border));padding-bottom:.75rem;margin-bottom:.25rem}.cart-checkout-button{width:100%;height:3rem;font-size:1rem;font-weight:600;border-radius:9999px;min-height:44px}.cart-view-full-button{width:100%;height:2.5rem;font-size:.875rem;border-radius:9999px;min-height:44px}@media (min-width: 640px){.cart-checkout-button{height:3.25rem;font-size:1.0625rem}.cart-view-full-button{height:2.75rem}}@keyframes cart-item-enter{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.cart-item-enter{animation:cart-item-enter .3s ease-out}.cart-sheet-below-header *{transition-property:color,background-color,border-color,transform,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.whatsapp-sheet-content{position:fixed!important;right:0!important;top:0!important;bottom:0!important;height:100vh!important;height:100dvh!important;z-index:10001!important;border-left:1px solid hsl(var(--border))!important}[data-whatsapp-channel]{display:flex;flex-direction:column;height:100%;background:hsl(var(--background));z-index:10001!important}[data-radix-sheet-overlay]:has(~.whatsapp-sheet-content){z-index:10000!important;background-color:#00000080!important}.whatsapp-sheet-content~[data-radix-sheet-overlay],[data-radix-sheet-overlay]:last-of-type{z-index:10000!important}.whatsapp-sheet-content[data-state=open]{animation:slideInFromRight .3s cubic-bezier(.16,1,.3,1)!important}.whatsapp-sheet-content[data-state=closed]{animation:slideOutToRight .25s cubic-bezier(.16,1,.3,1)!important}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.whatsapp-channel-content{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.whatsapp-updates-scroll{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding:.5rem 1rem 1rem}.whatsapp-updates-scroll::-webkit-scrollbar{width:6px}.whatsapp-updates-scroll::-webkit-scrollbar-track{background:hsl(var(--muted) / .3);border-radius:3px;margin:4px 0}.whatsapp-updates-scroll::-webkit-scrollbar-thumb{background:hsl(var(--green) / .3);border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}.whatsapp-updates-scroll::-webkit-scrollbar-thumb:hover{background:hsl(var(--green) / .5)}.whatsapp-updates-scroll{scrollbar-width:thin;scrollbar-color:hsl(var(--green) / .3) hsl(var(--muted) / .3)}.whatsapp-header{flex-shrink:0;border-bottom:1px solid hsl(var(--border));background:hsl(var(--green) / .05)}.whatsapp-settings{flex-shrink:0;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .2);padding:.625rem 1rem}.whatsapp-settings>button{background:none;border:none;cursor:pointer;padding:0;font-size:inherit;font-family:inherit;color:inherit;margin-bottom:.5rem}.whatsapp-settings>button:focus-visible{outline:2px solid hsl(var(--green));outline-offset:2px;border-radius:4px}#whatsapp-settings-content{animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.whatsapp-updates-header{flex-shrink:0;border-bottom:1px solid hsl(var(--border));padding:.75rem 1rem;background:hsl(var(--background));position:sticky;top:0;z-index:5}.whatsapp-update-card{padding:.75rem;border-radius:.75rem;border:1px solid hsl(var(--border));transition:all .2s ease;cursor:pointer}.whatsapp-update-card:hover{box-shadow:0 2px 8px hsl(var(--foreground) / .1);transform:translateY(-1px)}.whatsapp-update-card.unread{border-color:hsl(var(--green) / .3);background:hsl(var(--green) / .05)}.whatsapp-update-card.read{background:hsl(var(--background))}.unread-dot{width:8px;height:8px;background:hsl(var(--green));border-radius:50%;flex-shrink:0;margin-top:.25rem;animation:pulse-green 2s infinite}@keyframes pulse-green{0%,to{opacity:1}50%{opacity:.5}}.type-badge{font-size:.75rem;padding:.125rem .5rem;border-radius:9999px;font-weight:500}.whatsapp-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:hsl(var(--muted-foreground))}.whatsapp-settings .setting-row{display:flex;align-items:center;justify-content:space-between;padding:.25rem 0;gap:.5rem}.whatsapp-settings .setting-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;cursor:pointer;flex:1}.whatsapp-settings .setting-label svg{width:.875rem;height:.875rem}.whatsapp-follow-button{width:100%;background:hsl(var(--green));color:#fff;font-weight:600;transition:all .2s ease}.whatsapp-follow-button:hover{background:hsl(var(--green) / .9);transform:translateY(-1px);box-shadow:0 4px 8px hsl(var(--green) / .3)}.whatsapp-updates-list{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 640px){.whatsapp-updates-scroll{padding:.5rem .75rem 1rem}.whatsapp-settings,.whatsapp-updates-header{padding:.5rem .75rem}.whatsapp-update-card{padding:.625rem}}.whatsapp-updates-scroll{scroll-behavior:smooth}.whatsapp-loading{display:flex;align-items:center;justify-content:center;padding:2rem}[data-whatsapp-channel-trigger]:focus-visible{outline:2px solid hsl(var(--green));outline-offset:2px}.update-content{font-size:.875rem;line-height:1.5;color:hsl(var(--muted-foreground));margin-top:.5rem}.view-details-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:hsl(var(--green));margin-top:.5rem;transition:color .2s ease}.view-details-link:hover{color:hsl(var(--green) / .8);text-decoration:underline}.last-refresh-time{font-size:.6875rem;color:hsl(var(--muted-foreground));margin-top:.375rem;font-style:italic}.whatsapp-update-card *{word-wrap:break-word;overflow-wrap:break-word}.whatsapp-avatar{border:2px solid hsl(var(--green) / .3);transition:transform .2s ease}.whatsapp-avatar:hover{transform:scale(1.05)}.unread-badge{animation:badge-pulse 2s infinite}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 1366px){[data-radix-sheet-overlay]{position:fixed!important;inset:0!important;z-index:9998!important;background-color:#0009!important;backdrop-filter:blur(3px)!important;-webkit-backdrop-filter:blur(3px)!important}[data-radix-sheet-content][data-side=left],.sheet-content-below-header{position:fixed!important;left:0!important;top:0!important;bottom:0!important;height:100vh!important;height:100dvh!important;max-height:100vh!important;max-height:100dvh!important;width:min(85vw,380px)!important;z-index:9999!important;background:hsl(var(--background))!important;border-right:1px solid hsl(var(--border))!important;box-shadow:4px 0 24px #0003!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;padding:0!important;margin:0!important}[data-radix-sheet-content] nav{flex:1!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;padding:3.5rem 1rem 1.5rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important;min-height:0!important}[data-radix-sheet-content] nav>*{flex-shrink:0!important}[data-radix-sheet-content] nav::-webkit-scrollbar{width:8px!important;display:block!important}[data-radix-sheet-content] nav::-webkit-scrollbar-track{background:hsl(var(--muted) / .2)!important;border-radius:4px!important;margin:4px!important}[data-radix-sheet-content] nav::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .4)!important;border-radius:4px!important;border:2px solid hsl(var(--background))!important}[data-radix-sheet-content] nav::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .6)!important}[data-radix-sheet-content] nav::-webkit-scrollbar-thumb:active{background:hsl(var(--muted-foreground) / .8)!important}[data-radix-sheet-content] nav{scrollbar-width:thin!important;scrollbar-color:hsl(var(--muted-foreground) / .4) hsl(var(--muted) / .2)!important}[data-radix-sheet-content] a,[data-radix-sheet-content] button:not(.close-button-enhanced){min-height:48px!important;display:flex!important;align-items:center!important;padding:.75rem 1rem!important;border-radius:.5rem!important;font-size:1rem!important;line-height:1.5!important;transition:all .15s ease!important;-webkit-tap-highlight-color:transparent!important}[data-radix-sheet-content] a:hover,[data-radix-sheet-content] button:not(.close-button-enhanced):hover{background-color:hsl(var(--accent) / .5)!important;transform:translate(2px)!important}[data-radix-sheet-content] a:active,[data-radix-sheet-content] button:not(.close-button-enhanced):active{transform:scale(.98)!important}[data-radix-sheet-content] .border-t{margin-top:1.25rem!important;padding-top:1.25rem!important;border-top:1px solid hsl(var(--border))!important}[data-radix-sheet-content] nav>.border-t:first-of-type{margin-top:1rem!important}[data-radix-sheet-content] h4{font-size:.6875rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:hsl(var(--muted-foreground))!important;margin-bottom:.625rem!important;padding:0 .25rem!important;opacity:.8!important}[data-radix-sheet-content] [data-radix-accordion-item]{border:none!important}[data-radix-sheet-content] [data-radix-accordion-trigger]{min-height:48px!important;padding:.75rem 1rem!important;width:100%!important;text-decoration:none!important}[data-radix-sheet-content] [data-radix-accordion-trigger]:hover{text-decoration:none!important}[data-radix-sheet-content] [data-radix-accordion-content]{overflow:visible!important;padding-bottom:.5rem!important}[data-radix-sheet-content] [data-radix-accordion-content] a{min-height:40px!important;padding:.5rem .75rem!important;margin-left:2rem!important;font-size:.9375rem!important}[data-radix-sheet-content] .h-10.w-10.rounded-full{flex-shrink:0!important;width:40px!important;height:40px!important}[data-radix-sheet-content] .space-y-1>*+*{margin-top:.25rem!important}[data-radix-sheet-content] button:has(.lucide-download){background:linear-gradient(135deg,hsl(var(--primary) / .1),hsl(var(--primary) / .2))!important}.close-button-enhanced{position:absolute!important;right:1rem!important;top:1rem!important;width:36px!important;height:36px!important;border-radius:.5rem!important;display:flex!important;align-items:center!important;justify-content:center!important;background:hsl(var(--muted) / .6)!important;border:1px solid hsl(var(--border))!important;cursor:pointer!important;z-index:10000!important;transition:all .15s ease!important}.close-button-enhanced:hover{background:hsl(var(--muted))!important;border-color:hsl(var(--border))!important;transform:scale(1.05)!important}.close-button-enhanced:active{transform:scale(.95)!important}.close-button-enhanced svg{color:hsl(var(--foreground))!important}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}[data-radix-sheet-content][data-state=open]{animation:slideInFromLeft .25s cubic-bezier(.16,1,.3,1)!important}[data-radix-sheet-content][data-state=closed]{animation:slideOutToLeft .2s cubic-bezier(.16,1,.3,1)!important}.dark [data-radix-sheet-content]{background:hsl(var(--background))!important;border-right-color:hsl(var(--border))!important}.dark [data-radix-sheet-content] .border-t{border-top-color:hsl(var(--border))!important}.dark [data-radix-sheet-content] nav::-webkit-scrollbar-track{background:hsl(var(--muted) / .3)!important}.dark [data-radix-sheet-content] nav::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .5)!important}[data-radix-sheet-content] a:focus-visible,[data-radix-sheet-content] button:focus-visible{outline:2px solid hsl(var(--primary))!important;outline-offset:2px!important;border-radius:.5rem!important}@media (prefers-reduced-motion: reduce){[data-radix-sheet-content],[data-radix-sheet-content] *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}}@media (max-width: 767px){[data-radix-sheet-content][data-side=left]{width:min(90vw,320px)!important}[data-radix-sheet-content] a,[data-radix-sheet-content] button:not(.close-button-enhanced){min-height:52px!important;font-size:1.0625rem!important}[data-radix-sheet-content] nav{padding:.75rem!important}}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content][data-side=left]{width:min(85vw,380px)!important}[data-radix-sheet-content] a,[data-radix-sheet-content] button:not(.close-button-enhanced){min-height:48px!important}}@media (max-width: 1366px) and (orientation: landscape){[data-radix-sheet-content] nav{padding:.75rem!important}[data-radix-sheet-content] a,[data-radix-sheet-content] button:not(.close-button-enhanced){min-height:44px!important;padding:.625rem .875rem!important}[data-radix-sheet-content] .border-t{margin-top:.75rem!important;padding-top:.75rem!important}}[data-radix-sheet-content]{max-width:none!important;min-width:0!important}[data-radix-sheet-content] nav{contain:layout style paint!important}[data-radix-sheet-content] .border-t button[class*=whatsapp],[data-radix-sheet-content] .border-t a[class*=whatsapp]{width:100%!important;justify-content:flex-start!important}.nav-link{display:flex!important;align-items:center!important;gap:.75rem!important;padding:.75rem 1rem!important;border-radius:.5rem!important;font-size:1rem!important;font-weight:500!important;line-height:1.5!important;min-height:48px!important;transition:all .15s ease!important;-webkit-tap-highlight-color:transparent!important;text-decoration:none!important;width:100%!important}.nav-link:hover{background-color:hsl(var(--accent) / .5)!important;transform:translate(2px)!important}.nav-link:active{transform:scale(.98)!important}[data-radix-sheet-content] button[class*=whatsapp],[data-radix-sheet-content] .border-t button:has(.lucide-message-circle){width:100%!important;justify-content:flex-start!important;text-align:left!important;padding:.75rem 1rem!important;min-height:48px!important;border-radius:.5rem!important;transition:all .15s ease!important}[data-radix-sheet-content] button[class*=whatsapp]:hover,[data-radix-sheet-content] .border-t button:has(.lucide-message-circle):hover{background-color:#edfdf3!important;border-color:#bcf6d1!important;transform:translate(2px)!important}.dark [data-radix-sheet-content] button[class*=whatsapp]:hover,.dark [data-radix-sheet-content] .border-t button:has(.lucide-message-circle):hover{background-color:#062d14!important;border-color:#0c5a29!important}.category-list{margin-left:2rem!important;padding-top:.5rem!important;display:flex!important;flex-direction:column!important;gap:.25rem!important}.category-link{display:flex!important;align-items:center!important;padding:.5rem .75rem!important;border-radius:.5rem!important;font-size:.9375rem!important;min-height:40px!important;color:hsl(var(--foreground))!important;transition:all .15s ease!important;text-decoration:none!important}.category-link:hover{background-color:hsl(var(--accent) / .5)!important}.user-profile{display:flex!important;align-items:center!important;gap:.75rem!important;padding:.75rem 1rem!important;margin-bottom:.5rem!important}.install-app-btn{background:linear-gradient(135deg,hsl(var(--primary) / .1),hsl(var(--primary) / .2))!important}.install-app-btn:hover,.dark .install-app-btn{background:linear-gradient(135deg,hsl(var(--primary) / .2),hsl(var(--primary) / .3))!important}.dark .install-app-btn:hover{background:linear-gradient(135deg,hsl(var(--primary) / .3),hsl(var(--primary) / .4))!important}[data-radix-sheet-content] .nav-link.bg-primary{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important;font-weight:600!important;box-shadow:0 2px 8px hsl(var(--primary) / .3)!important}[data-radix-sheet-content] .nav-link.bg-primary:hover{background-color:hsl(var(--primary) / .9)!important;box-shadow:0 4px 12px hsl(var(--primary) / .4)!important;transform:translateY(-1px)!important}[data-radix-sheet-content] .nav-link.bg-primary:active{transform:translateY(0) scale(.98)!important;box-shadow:0 2px 6px hsl(var(--primary) / .3)!important}[data-radix-sheet-content] button[data-state=checked],[data-radix-sheet-content] button[aria-pressed=true]{background-color:hsl(var(--secondary))!important;font-weight:600!important}[data-radix-sheet-content] .space-y-1{display:flex!important;flex-direction:column!important;gap:.25rem!important}[data-radix-sheet-content] .nav-link svg{color:hsl(var(--muted-foreground))!important;transition:color .15s ease!important}[data-radix-sheet-content] .nav-link:hover svg{color:hsl(var(--foreground))!important}[data-radix-sheet-content] .lucide-message-circle{color:#16a249!important}.dark [data-radix-sheet-content] .lucide-message-circle{color:#1fe066!important}[data-radix-sheet-content] .user-profile .rounded-full{box-shadow:0 2px 8px #00000026!important}[data-radix-sheet-content] [data-radix-accordion-trigger] svg:last-child{transition:transform .2s ease!important}[data-radix-sheet-content] [data-radix-accordion-trigger][data-state=open] svg:last-child{transform:rotate(180deg)!important}[data-radix-sheet-content] nav{will-change:scroll-position!important;transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important}[data-radix-sheet-content],[data-radix-sheet-overlay]{will-change:transform,opacity!important}[data-radix-sheet-content] *{box-sizing:border-box!important}.notification-sheet{position:fixed!important;top:4rem!important;right:0!important;bottom:0!important;height:calc(100vh - 4rem)!important;width:100vw!important;max-width:420px!important;padding:0!important;padding-bottom:env(safe-area-inset-bottom)!important;border:none!important;border-left:1px solid rgba(255,255,255,.1);background:hsl(var(--background));box-shadow:-8px 0 32px #0003;z-index:999999!important;display:flex;flex-direction:column;overflow:hidden}.dark .notification-sheet{border-left-color:#ffffff0d;box-shadow:-8px 0 48px #0009}.notif-header{padding:1.25rem;border-bottom:1px solid rgba(0,0,0,.08);background:hsl(var(--background));flex-shrink:0}.dark .notif-header{border-bottom-color:#ffffff1a;background:hsl(var(--background))}.notif-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.notif-title-group{display:flex;align-items:center;gap:.75rem}.notif-icon-badge{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;color:#fff;position:relative;box-shadow:0 4px 12px #3b82f64d}.dark .notif-icon-badge{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 16px #3b82f680}.notif-count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ef444466}.notif-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin:0}.dark .notif-title{color:#fff}.notif-subtitle{font-size:.8125rem;color:hsl(var(--muted-foreground));margin:0}.dark .notif-subtitle{color:#9ca3af}.notif-actions{display:flex;gap:.5rem}.notif-btn{width:36px;height:36px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:hsl(var(--background));color:hsl(var(--foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.dark .notif-btn{border-color:#ffffff1a;background:#ffffff0d;color:hsl(var(--foreground))}.notif-btn:hover{background:#0000000f;color:hsl(var(--foreground));transform:scale(1.05);border-color:#0000001f}.dark .notif-btn:hover{background:#ffffff1a;border-color:#ffffff26}.notif-close:hover{background:#ef44441a;color:#ef4444;border-color:#ef44444d}.dark .notif-close:hover{background:#ef444426;color:#fca5a5;border-color:#ef444466}.notif-filters{padding:1rem 1.25rem;background:#00000005;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.dark .notif-filters{background:#ffffff08;border-bottom-color:#ffffff1a}.notif-search{position:relative;margin-bottom:.875rem}.notif-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:hsl(var(--muted-foreground));pointer-events:none;opacity:.7}.dark .notif-search-icon{opacity:.6}.notif-search-input{width:100%;height:40px;padding:0 12px 0 40px;border:1px solid rgba(0,0,0,.1);border-radius:10px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;transition:all .2s}.notif-search-input::-moz-placeholder{color:hsl(var(--muted-foreground));opacity:.6}.notif-search-input::placeholder{color:hsl(var(--muted-foreground));opacity:.6}.dark .notif-search-input{border-color:#ffffff26;background:#ffffff0d;color:#e5e7eb}.dark .notif-search-input::-moz-placeholder{color:#9ca3af;opacity:.7}.dark .notif-search-input::placeholder{color:#9ca3af;opacity:.7}.notif-search-input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.dark .notif-search-input:focus{box-shadow:0 0 0 3px hsl(var(--primary) / .2)}.notif-pills{display:flex;gap:.5rem;margin-bottom:.875rem;overflow-x:auto;scrollbar-width:none}.notif-pills::-webkit-scrollbar{display:none}.notif-pill{padding:.5rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:20px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:.8125rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.dark .notif-pill{border-color:#ffffff26;background:#ffffff0d;color:#e5e7eb}.notif-pill:hover{background:#0000000d;transform:translateY(-1px);border-color:#00000026}.dark .notif-pill:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.notif-pill.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.dark .notif-pill.active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f680}.pill-count{min-width:20px;height:20px;padding:0 6px;background:#0000001a;border-radius:10px;font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.dark .pill-count{background:#ffffff1a}.notif-pill.active .pill-count{background:#ffffff40}.dark .notif-pill.active .pill-count{background:#fff3}.notif-selects{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.notif-select{height:40px;padding:0 12px;border:1px solid rgba(0,0,0,.1);border-radius:10px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:.8125rem;cursor:pointer;transition:all .2s}.dark .notif-select{border-color:#ffffff26;background:#ffffff0d;color:#e5e7eb}.dark .notif-select option{background:#1f2937;color:#e5e7eb}.notif-select:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.dark .notif-select:focus{box-shadow:0 0 0 3px hsl(var(--primary) / .2)}.notif-list{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.notif-list::-webkit-scrollbar{width:6px}.notif-list::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.dark .notif-list::-webkit-scrollbar-thumb{background:#fff3}.notif-item{padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.06);display:flex;gap:.875rem;cursor:pointer;transition:all .2s}.dark .notif-item{border-bottom-color:#ffffff14}.notif-item:hover{background:#00000005}.dark .notif-item:hover{background:#ffffff05}.notif-item.unread{background:hsl(var(--primary) / .04);border-left:3px solid hsl(var(--primary));padding-left:calc(1.25rem - 3px)}.dark .notif-item.unread{background:hsl(var(--primary) / .08)}.notif-item-icon{width:44px;height:44px;border-radius:12px;background:#0000000a;color:hsl(var(--muted-foreground));display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.dark .notif-item-icon{background:#ffffff0a}.notif-item.unread .notif-item-icon{background:linear-gradient(135deg,hsl(var(--primary) / .15),hsl(var(--primary) / .08));color:hsl(var(--primary))}.notif-dot{position:absolute;top:-3px;right:-3px;width:12px;height:12px;background:hsl(var(--primary));border:2px solid hsl(var(--background));border-radius:50%;box-shadow:0 2px 6px #0000004d}.notif-item-content{flex:1;min-width:0}.notif-item-header{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.notif-item-title{font-size:.9375rem;font-weight:600;color:hsl(var(--foreground));margin:0;line-height:1.4}.dark .notif-item-title{color:#f3f4f6}.notif-item-time{font-size:.75rem;color:hsl(var(--muted-foreground));white-space:nowrap;flex-shrink:0}.dark .notif-item-time{color:#9ca3af}.notif-item-body{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0 0 .5rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dark .notif-item-body{color:#9ca3af}.notif-item-badges{display:flex;gap:.5rem;flex-wrap:wrap}.notif-badge{padding:.125rem .5rem;border-radius:6px;font-size:.6875rem;font-weight:600;text-transform:capitalize;border:1px solid transparent}.badge-order{background:#dcfce7;color:#166534}.badge-system{background:#dbeafe;color:#1e40af}.badge-marketing{background:#f3e8ff;color:#7e22ce}.badge-security{background:#fee2e2;color:#991b1b}.badge-user{background:#e0e7ff;color:#3730a3}.badge-achievement{background:#fef3c7;color:#92400e}.badge-commerce{background:#fce7f3;color:#9f1239}.dark .badge-order{background:#1665344d;color:#86efac;border:1px solid rgba(134,239,172,.2)}.dark .badge-system{background:#1e40af4d;color:#93c5fd;border:1px solid rgba(147,197,253,.2)}.dark .badge-marketing{background:#7e22ce4d;color:#d8b4fe;border:1px solid rgba(216,180,254,.2)}.dark .badge-security{background:#991b1b4d;color:#fca5a5;border:1px solid rgba(252,165,165,.2)}.dark .badge-user{background:#3730a34d;color:#a5b4fc;border:1px solid rgba(165,180,252,.2)}.dark .badge-achievement{background:#92400e4d;color:#fde047;border:1px solid rgba(253,224,71,.2)}.dark .badge-commerce{background:#9f12394d;color:#f9a8d4;border:1px solid rgba(249,168,212,.2)}.badge-urgent{background:#fee2e2;color:#991b1b;font-weight:700}.badge-high{background:#fed7aa;color:#9a3412}.badge-medium{background:#dbeafe;color:#1e40af}.dark .badge-urgent{background:#991b1b4d;color:#fca5a5;border:1px solid rgba(252,165,165,.2);font-weight:700}.dark .badge-high{background:#9a34124d;color:#fdba74;border:1px solid rgba(253,186,116,.2)}.dark .badge-medium{background:#1e40af4d;color:#93c5fd;border:1px solid rgba(147,197,253,.2)}.notif-item-actions{display:flex;gap:.5rem;margin-left:.5rem}.notif-item-btn{height:30px;padding:0 .75rem;border-radius:8px;font-size:.75rem;font-weight:600;transition:all .2s}.notif-item-menu{width:30px;height:30px;padding:0;border-radius:8px;border:none;background:transparent;color:hsl(var(--muted-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.notif-item-menu:hover{background:#0000000a;color:hsl(var(--foreground))}.dark .notif-item-menu:hover{background:#ffffff0f}.notif-empty{padding:4rem 2rem;text-align:center}.notif-empty-icon{width:72px;height:72px;margin:0 auto 1.25rem;border-radius:18px;background:linear-gradient(135deg,#0000000a,#00000005);display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground))}.dark .notif-empty-icon{background:linear-gradient(135deg,#ffffff0a,#ffffff05)}.notif-empty-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin:0 0 .5rem}.dark .notif-empty-title{color:#f3f4f6}.notif-empty-text{font-size:.9375rem;color:hsl(var(--muted-foreground));max-width:320px;margin:0 auto}.dark .notif-empty-text{color:#9ca3af}.notif-stats{padding:1.25rem;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid rgba(0,0,0,.08);background:#00000005;display:flex;justify-content:space-around;align-items:center;flex-shrink:0;min-height:80px}.dark .notif-stats{border-top-color:#ffffff1a;background:#ffffff08}.notif-stat{text-align:center}.notif-stat-number{font-size:1.75rem;font-weight:700;color:hsl(var(--foreground));line-height:1;margin-bottom:.375rem}.dark .notif-stat-number{color:#fff}.notif-stat-number.primary{color:#3b82f6}.dark .notif-stat-number.primary{color:#60a5fa}.notif-stat-number.success{color:#16a34a}.dark .notif-stat-number.success{color:#4ade80}.notif-stat-label{font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em}.dark .notif-stat-label{color:#9ca3af}.notif-divider{width:1px;background:#00000014}.dark .notif-divider{background:#ffffff1f}@media (max-width: 640px){.notification-sheet{max-width:100vw!important;top:3.5rem!important;height:calc(100vh - 3.5rem)!important}.notif-header{padding:1rem}.notif-icon-badge{width:36px;height:36px}.notif-title{font-size:1.125rem}.notif-subtitle{font-size:.75rem}.notif-btn{width:32px;height:32px}.notif-filters{padding:.875rem 1rem}.notif-search-input,.notif-select{height:36px;font-size:.75rem}.notif-pill{font-size:.75rem;padding:.4375rem .875rem}.notif-item{padding:.875rem 1rem;gap:.75rem}.notif-item-icon{width:40px;height:40px}.notif-item-title{font-size:.875rem}.notif-item-body{font-size:.8125rem}.notif-item-time{font-size:.6875rem}.notif-badge{font-size:.625rem}.notif-stats{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));min-height:72px}.notif-stat-number{font-size:1.5rem}.notif-stat-label{font-size:.6875rem}}@media (min-width: 1024px){.notification-sheet{top:5rem!important;height:calc(100vh - 5rem)!important}}[data-radix-popper-content-wrapper],[role=menu],.notif-item [data-radix-popper-content-wrapper]{z-index:9999999!important}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.notif-item{animation:fadeIn .2s ease-out}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}@media (hover: none) and (pointer: coarse){.notif-btn,.notif-item-menu{min-width:44px;min-height:44px}}[data-sonner-toaster]{position:fixed!important;top:1rem!important;left:50%!important;transform:translate(-50%)!important;z-index:999999!important;pointer-events:none;max-width:min(380px,calc(100vw - 1.5rem));width:100%;display:flex;flex-direction:column;align-items:center;gap:0}@media (min-width: 640px){[data-sonner-toaster]{top:5.5rem!important;right:1rem!important;left:auto!important;transform:none!important;max-width:380px;align-items:flex-end}}[data-sonner-toast]{width:100%!important;min-height:48px!important;padding:.75rem 1rem!important;margin-bottom:0!important;pointer-events:auto;opacity:1!important;transform:translateY(0)!important;border-radius:12px!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 8px 16px -4px #0000001a,0 4px 8px -2px #0000000d!important;color:#111827!important;will-change:transform,opacity;backface-visibility:hidden;position:relative!important}[data-sonner-toast]:not(:first-child){display:none!important}.dark [data-sonner-toast]{background:#1f2937!important;border-color:#374151!important;color:#f9fafb!important;box-shadow:0 8px 16px -4px #0006,0 4px 8px -2px #0003!important}[data-sonner-toast].toast-success,[data-sonner-toast].toast-cart{border-left:3px solid #22c55e!important;background:#f0fdf4!important}.dark [data-sonner-toast].toast-success,.dark [data-sonner-toast].toast-cart{border-left-color:#4ade80!important;background:#1a2e1a!important}[data-sonner-toast].toast-error{border-left:3px solid #ef4444!important;background:#fef2f2!important}.dark [data-sonner-toast].toast-error{border-left-color:#f87171!important;background:#2e1a1a!important}[data-sonner-toast].toast-info{border-left:3px solid #3b82f6!important;background:#eff6ff!important}.dark [data-sonner-toast].toast-info{border-left-color:#60a5fa!important;background:#1a2433!important}[data-sonner-toast].toast-wishlist{border-left:3px solid #ec4899!important;background:#fdf2f8!important}.dark [data-sonner-toast].toast-wishlist{border-left-color:#f472b6!important;background:#2e1a28!important}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.98)}}[data-sonner-toast][data-mounted]{animation:slideIn .2s cubic-bezier(.16,1,.3,1)}[data-sonner-toast][data-removed]{animation:slideOut .15s cubic-bezier(.4,0,1,1)}@media (max-width: 640px){[data-sonner-toaster]{top:4.5rem!important;max-width:calc(100vw - 1rem)}[data-sonner-toast]{min-height:44px!important;padding:.625rem .875rem!important}}@media (min-width: 641px) and (max-width: 1024px){[data-sonner-toaster]{top:5.5rem!important;right:1.5rem!important}}@media (min-width: 1025px){[data-sonner-toaster]{top:5.5rem!important;right:2rem!important}}@media (display-mode: standalone) and (max-width: 640px){[data-sonner-toaster]{top:max(calc(env(safe-area-inset-top,0) + 4rem),4.5rem)!important}}@media (display-mode: standalone) and (min-width: 641px){[data-sonner-toaster]{top:max(calc(env(safe-area-inset-top,0) + 5rem),5.5rem)!important}}@media (hover: none) and (pointer: coarse){[data-sonner-toast] button{min-height:44px}}@media (prefers-reduced-motion: reduce){[data-sonner-toast][data-mounted],[data-sonner-toast][data-removed]{animation:none!important}}.pagination-touch-enhanced{touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pagination-touch-target{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.pagination-swipe-indicator{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:40px;height:3px;background:linear-gradient(90deg,transparent,currentColor,transparent);border-radius:2px;opacity:.6;animation:swipe-pulse 2s ease-in-out infinite}@keyframes swipe-pulse{0%,to{opacity:.3;transform:translate(-50%) scaleX(.8)}50%{opacity:.8;transform:translate(-50%) scaleX(1.2)}}.pagination-mobile-sticky{position:fixed;bottom:0;left:0;right:0;z-index:40;background:hsl(var(--background));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid hsl(var(--border));box-shadow:0 -4px 12px #0000001a;padding:12px 16px;transform:translateY(100%);transition:transform .3s ease-out}.pagination-mobile-sticky.visible{transform:translateY(0)}.pagination-mobile-compact{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.pagination-mobile-compact .pagination-button{min-height:40px;min-width:40px;padding:8px 12px;font-size:14px;border-radius:8px}.pagination-haptic{position:relative;overflow:hidden}.pagination-haptic:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .3s,height .3s}.pagination-haptic:active:after{width:100px;height:100px}.pagination-loading{position:relative;pointer-events:none}.pagination-loading:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:pagination-shimmer 1.5s infinite}@keyframes pagination-shimmer{0%{left:-100%}to{left:100%}}.pagination-page-jump{animation:page-jump .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes page-jump{0%{transform:scale(.8) rotate(-5deg);opacity:0}50%{transform:scale(1.1) rotate(2deg)}to{transform:scale(1) rotate(0);opacity:1}}.pagination-mobile-dropdown{position:relative}.pagination-mobile-dropdown select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid hsl(var(--border));border-radius:8px;padding:8px 32px 8px 12px;font-size:14px;color:hsl(var(--foreground));cursor:pointer;min-width:80px}.pagination-mobile-dropdown:after{content:"▼";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:10px;color:hsl(var(--muted-foreground));pointer-events:none}.pagination-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pagination-focus-visible:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px;border-radius:4px}@media (prefers-contrast: high){.pagination-button{border:2px solid currentColor;font-weight:600}.pagination-button.active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}}@media (prefers-reduced-motion: reduce){.pagination-mobile-sticky,.pagination-button,.pagination-page-jump{transition:none;animation:none}.pagination-swipe-indicator{animation:none;opacity:.5}}@media (max-width: 640px){.pagination-mobile-sticky{padding:8px 12px}.pagination-mobile-compact{gap:4px}.pagination-mobile-compact .pagination-button{min-height:36px;min-width:36px;padding:6px 10px;font-size:13px}.pagination-mobile-dropdown select{font-size:13px;padding:6px 28px 6px 10px;min-width:70px}}@media (max-width: 480px){.pagination-mobile-compact .pagination-button{min-height:32px;min-width:32px;padding:4px 8px;font-size:12px}.pagination-items-info{font-size:12px;text-align:center;margin-bottom:8px}}@media (max-width: 640px) and (orientation: landscape){.pagination-mobile-sticky{padding:6px 10px}.pagination-mobile-compact{gap:6px}}@media (prefers-color-scheme: dark){.pagination-mobile-sticky{background:hsl(var(--background));border-top-color:hsl(var(--border))}.pagination-button{background:hsl(var(--muted));border-color:hsl(var(--border));color:hsl(var(--foreground))}.pagination-button:hover{background:hsl(var(--muted) / .8)}.pagination-button.active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}}.installer-app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.installer-spacing-1{margin:.5rem}.installer-spacing-2{margin:1rem}.installer-spacing-3{margin:1.5rem}.installer-spacing-4{margin:2rem}.installer-spacing-5{margin:2.5rem}.installer-spacing-6{margin:3rem}.installer-transition{transition:all .2s cubic-bezier(.4,0,.2,1)}.installer-transition-slow{transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes installer-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.installer-fade-in{animation:installer-fade-in .3s ease-out}@keyframes installer-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.installer-scale-in{animation:installer-scale-in .2s ease-out}.installer-hover-lift{transition:transform .2s ease,box-shadow .2s ease}.installer-hover-lift:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.installer-focus-ring:focus{outline:none;box-shadow:0 0 0 3px #3b82f680}.installer-card-shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.installer-card-shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.dark .installer-card-shadow{box-shadow:0 1px 3px #0000004d,0 1px 2px -1px #0000004d}.dark .installer-card-shadow-lg{box-shadow:0 10px 15px -3px #00000080,0 4px 6px -4px #00000080}.installer-gradient-bg{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.dark .installer-gradient-bg{background:linear-gradient(135deg,#1f2937,#111827)}@keyframes installer-pulse{0%,to{opacity:1}50%{opacity:.5}}.installer-pulse{animation:installer-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.installer-smooth-scroll{scroll-behavior:smooth}.installer-scrollbar::-webkit-scrollbar{width:8px;height:8px}.installer-scrollbar::-webkit-scrollbar-track{background:transparent}.installer-scrollbar::-webkit-scrollbar-thumb{background:#9ca3af80;border-radius:4px}.installer-scrollbar::-webkit-scrollbar-thumb:hover{background:#9ca3afb3}.dark .installer-scrollbar::-webkit-scrollbar-thumb{background:#4b556380}.dark .installer-scrollbar::-webkit-scrollbar-thumb:hover{background:#4b5563b3}@media (max-width: 640px){.installer-app{font-size:14px}}@media (min-width: 641px) and (max-width: 1024px){.installer-app{font-size:15px}}@media (min-width: 1025px){.installer-app{font-size:16px}}@media (min-width: 768px) and (max-width: 1366px){.hidden.lg\\:flex,header .hidden.lg\\:flex,header nav.hidden.lg\\:flex,.desktop-nav,.desktop-sidebar,aside.desktop,nav.desktop-sidebar,.admin-sidebar-desktop,[class*=sidebar-desktop]{display:none!important;visibility:hidden!important}.lg\\:hidden,header .lg\\:hidden,header button.lg\\:hidden,.mobile-nav,.mobile-nav-trigger,.hamburger-menu,.admin-mobile-nav,[class*=mobile-nav]{display:flex!important;visibility:visible!important}header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100vw!important;height:64px!important;z-index:10000!important;background:hsl(var(--background) / .98)!important;backdrop-filter:blur(12px)!important;border-bottom:1px solid hsl(var(--border))!important;padding:0 1rem!important}header .container{display:flex!important;align-items:center!important;justify-content:space-between!important;height:100%!important;max-width:100%!important;padding:0!important}[data-radix-dialog-overlay],[data-radix-sheet-overlay]{position:fixed!important;inset:0!important;z-index:9998!important;background:#00000080!important;backdrop-filter:blur(4px)!important}[data-side=left],.sheet-content,.sheet-content-below-header{position:fixed!important;left:0!important;top:0!important;bottom:0!important;height:100vh!important;height:100dvh!important;width:min(85vw,380px)!important;max-width:380px!important;z-index:9999!important;background:hsl(var(--background))!important;box-shadow:0 20px 40px #0000004d!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;display:flex!important;flex-direction:column!important}[data-side=left] nav,.sheet-content nav,.sheet-content-below-header nav{padding:1rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important;flex:1!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;min-height:0!important}[data-side=left] a,.sheet-content a,.sheet-content-below-header a{min-height:44px!important;display:flex!important;align-items:center!important;padding:.75rem 1rem!important;border-radius:.5rem!important;font-size:1rem!important;flex-shrink:0!important}[data-side=left] .border-t,.sheet-content .border-t,.sheet-content-below-header .border-t{margin-top:1rem!important;padding-top:1rem!important;border-top:1px solid hsl(var(--border))!important;flex-shrink:0!important}[data-side=left]>*,.sheet-content>*,.sheet-content-below-header>*{flex-shrink:0!important}[data-side=left] .border-t:last-child,.sheet-content .border-t:last-child{margin-bottom:1rem!important}.admin-layout{width:100%!important;padding-top:64px!important}.admin-content,.admin-main,main.admin{width:100%!important;max-width:100%!important;padding:1rem!important;margin-left:0!important}button,[role=button],a,input[type=button],input[type=submit]{min-height:44px!important;min-width:44px!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}button[size=icon],.icon-button{width:44px!important;height:44px!important;padding:10px!important}.grid,.product-grid,[class*=grid]{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}@media (min-width: 1024px) and (max-width: 1366px){.grid,.product-grid{grid-template-columns:repeat(3,1fr)!important}}@media (prefers-reduced-motion: no-preference){*{animation-duration:.15s!important;transition-duration:.15s!important}}.shadow-lg,.shadow-xl,.shadow-2xl{box-shadow:0 2px 4px #0000001a!important}[class*=gradient]{background-image:none!important;background-color:hsl(var(--primary))!important}.card,[class*=card]{border-radius:12px!important;padding:1rem!important;margin-bottom:1rem!important;background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important}table,.table{display:none!important}.table-card,.mobile-table-card{display:block!important;background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;border-radius:12px!important;padding:1rem!important;margin-bottom:1rem!important}input,textarea,select{min-height:44px!important;font-size:16px!important;padding:12px!important;border-radius:8px!important}label{font-size:14px!important;font-weight:500!important;margin-bottom:4px!important}main,.main-content{padding-top:80px!important;padding-left:1rem!important;padding-right:1rem!important;padding-bottom:2rem!important}html,body{overflow-x:hidden!important;width:100vw!important;max-width:100vw!important}*{max-width:100vw!important;box-sizing:border-box!important}*:before,*:after{content:none!important}*{border-radius:clamp(4px,1vw,12px)!important}.admin-mobile-header,.lg\:hidden.fixed.top-0{display:flex!important;position:fixed!important;top:0!important;left:0!important;right:0!important;height:64px!important;z-index:1030!important;background:hsl(var(--background))!important;border-bottom:1px solid hsl(var(--border))!important;padding:0 1rem!important}.admin-mobile-bottom-nav,.lg\:hidden.fixed.bottom-0{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;height:56px!important;z-index:1030!important;background:hsl(var(--background))!important;border-top:1px solid hsl(var(--border))!important;padding:4px 8px!important}.lg\:hidden.fixed.bottom-0 .grid{grid-template-columns:repeat(5,1fr)!important;gap:2px!important}.lg\:hidden.fixed.bottom-0 a{min-height:44px!important;padding:.25rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.125rem!important;border-radius:.5rem!important;transition:background-color .2s ease!important}.lg\:hidden.fixed.bottom-0 a>div:first-child{display:flex!important;align-items:center!important;justify-content:center!important}.lg\:hidden.fixed.bottom-0 svg,.lg\:hidden.fixed.bottom-0 .lucide{width:16px!important;height:16px!important;stroke-width:2!important}.lg\:hidden.fixed.bottom-0 .absolute{top:-2px!important;right:-2px!important}.lg\:hidden.fixed.bottom-0 span{font-size:.6875rem!important;font-weight:500!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;line-height:1.2!important}.lg\:hidden.fixed.bottom-0 a[class*=bg-blue]{background-color:hsl(var(--primary) / .1)!important;color:hsl(var(--primary))!important}.lg\:hidden.fixed.bottom-0 a:hover{background-color:hsl(var(--accent))!important}[class*=SheetContent][data-side=left]{position:fixed!important;left:0!important;top:0!important;bottom:0!important;height:100vh!important;width:min(85vw,320px)!important;max-width:320px!important;z-index:9999!important;background:hsl(var(--background))!important;box-shadow:0 20px 40px #0000004d!important;overflow-y:auto!important}[class*=SheetContent] a{min-height:44px!important;display:flex!important;align-items:center!important;padding:.75rem 1rem!important;border-radius:.5rem!important;font-size:.9375rem!important;font-weight:500!important;gap:.75rem!important}[class*=SheetContent] .sidebar-icon-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;width:20px!important;height:20px!important}[class*=SheetContent] .sidebar-icon-wrapper svg{width:18px!important;height:18px!important;stroke-width:2!important;color:currentColor!important}[class*=SheetContent] a span{display:inline-block!important;white-space:nowrap!important;overflow:visible!important;font-size:.9375rem!important;font-weight:500!important;color:inherit!important}[class*=SheetContent] a>div.flex-1{display:flex!important;flex-direction:column!important;width:100%!important}[class*=SheetContent] h3{font-size:.75rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:hsl(var(--muted-foreground))!important;margin-bottom:.5rem!important;padding:0 1rem!important}.admin-layout,.flex.min-h-screen{padding-top:64px!important;padding-bottom:56px!important}[class*=SheetContent] a>.sidebar-icon-wrapper{display:flex!important;visibility:visible!important;width:20px!important;height:20px!important}[class*=SheetContent] [class*=ScrollArea]{overflow-y:auto!important;max-height:calc(100vh - 120px)!important}[class*=SheetContent] a:hover{background-color:hsl(var(--accent))!important}[class*=SheetContent] a[class*=bg-blue]{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.admin-layout svg[class*=h-12],.admin-layout svg[class*=h-16],.admin-layout svg[class*=h-20],.admin-layout svg[class*=h-24],.admin-layout svg[class*=w-12],.admin-layout svg[class*=w-16],.admin-layout svg[class*=w-20],.admin-layout svg[class*=w-24]{display:none!important}svg[class*=lucide-credit-card]{max-width:20px!important;max-height:20px!important}.admin-metric-grid,[class*=metric-grid]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.admin-chart-container{height:250px!important;width:100%!important}.product-listing-mobile-header,[class*=filter]{max-width:100%!important;overflow:visible!important}.md\:hidden.mb-4{position:relative!important;z-index:10!important}.product-grid,[class*=product-grid]{margin-top:1rem!important;clear:both!important}.decorative,.optional,[data-optional=true]{display:none!important}h1{font-size:clamp(1.5rem,3vw,2rem)!important}h2{font-size:clamp(1.25rem,2.5vw,1.75rem)!important}h3{font-size:clamp(1.125rem,2vw,1.5rem)!important}h4{font-size:clamp(1rem,1.5vw,1.25rem)!important}p,span{font-size:clamp(.875rem,1.5vw,1rem)!important}.product-image,img[class*=product]{aspect-ratio:1 / 1!important;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important;height:auto!important}[data-radix-dropdown-content],[data-radix-dialog-content]{max-width:calc(100vw - 2rem)!important;max-height:calc(100vh - 4rem)!important;margin:1rem!important}*::-webkit-scrollbar{width:6px!important;height:6px!important}*::-webkit-scrollbar-track{background:hsl(var(--muted) / .3)!important}*::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .5)!important;border-radius:3px!important}}@media (min-width: 768px) and (max-width: 820px){.grid,.product-grid,.admin-metric-grid{grid-template-columns:repeat(2,1fr)!important}}@media (min-width: 821px) and (max-width: 912px){.grid,.product-grid{grid-template-columns:repeat(2,1fr)!important}.admin-metric-grid{grid-template-columns:repeat(3,1fr)!important}}@media (min-width: 913px) and (max-width: 1024px){.grid,.product-grid,.admin-metric-grid{grid-template-columns:repeat(3,1fr)!important}}@media (min-width: 1025px) and (max-width: 1366px){.grid,.product-grid{grid-template-columns:repeat(3,1fr)!important}.admin-metric-grid{grid-template-columns:repeat(4,1fr)!important}}@media (min-width: 768px) and (max-width: 1366px){*:focus-visible{outline:2px solid hsl(var(--primary))!important;outline-offset:2px!important}@media (prefers-contrast: high){*{border-width:2px!important}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}}@media (min-width: 768px) and (max-width: 1366px){.mobile-admin-bottom-nav{padding:.5rem 1rem!important;background:#fffffffa!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border-top:1px solid rgba(229,231,235,.9)!important;height:auto!important;min-height:64px!important}.dark .mobile-admin-bottom-nav{background:#0f172afa!important;border-top:1px solid rgba(51,65,85,.9)!important}.mobile-nav-scroll-container{overflow-x:visible!important;overflow-y:visible!important;display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important}.mobile-nav-items{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:.5rem!important;padding:.5rem!important;width:100%!important;max-width:800px!important;margin:0 auto!important;min-width:auto!important;flex-wrap:nowrap!important}.mobile-nav-item{flex:1 1 0%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.375rem!important;padding:.625rem .75rem!important;border-radius:.75rem!important;min-height:56px!important;height:auto!important;max-width:120px!important;min-width:80px!important;text-align:center!important;white-space:nowrap!important;position:relative!important}.mobile-nav-item>div.relative,.mobile-nav-item>.relative{display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;margin-bottom:.125rem!important;flex-shrink:0!important;width:auto!important;height:auto!important;min-width:1.5rem!important;min-height:1.5rem!important}.mobile-nav-item svg,.mobile-nav-item .lucide,.mobile-nav-item>div svg,.mobile-nav-item>.relative svg{width:1.375rem!important;height:1.375rem!important;margin:0 auto!important;flex-shrink:0!important;display:block!important;opacity:1!important;visibility:visible!important}.mobile-nav-item>span,.mobile-nav-item span.text-sm{font-size:.6875rem!important;font-weight:500!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;text-align:center!important;display:block!important;margin-top:.125rem!important}.mobile-nav-item .badge,.mobile-nav-item div[class*=badge]{position:absolute!important;top:-4px!important;right:-4px!important;font-size:.625rem!important;min-width:16px!important;height:16px!important;padding:0 .25rem!important;display:flex!important;align-items:center!important;justify-content:center!important}.mobile-nav-item .lucide-home,.mobile-nav-item .lucide-package,.mobile-nav-item .lucide-shopping-cart,.mobile-nav-item .lucide-credit-card,.mobile-nav-item .lucide-bar-chart-3,.mobile-nav-item [class*=lucide]{opacity:1!important;visibility:visible!important;display:block!important}.mobile-nav-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.dark .mobile-nav-item:hover{box-shadow:0 4px 8px #0000004d}.mobile-nav-item.active{background:linear-gradient(135deg,#3b82f6,#2563eb);transform:translateY(-1px);box-shadow:0 6px 12px #3b82f64d}.dark .mobile-nav-item.active{background:linear-gradient(135deg,#60a5fa,#3b82f6);box-shadow:0 6px 12px #60a5fa4d}}@media (min-width: 768px) and (max-width: 1023px){.mobile-nav-items{gap:.375rem;max-width:700px}.mobile-nav-item{padding:.5rem .625rem!important;gap:.25rem!important;max-width:110px}.mobile-nav-item svg{width:1.25rem!important;height:1.25rem!important}.mobile-nav-item>span{font-size:.625rem!important}}@media (min-width: 1024px) and (max-width: 1366px){.mobile-admin-bottom-nav{padding:.625rem 1.5rem}.mobile-nav-items{gap:.75rem;padding:.75rem 1rem;max-width:900px}.mobile-nav-item{padding:.75rem 1rem!important;gap:.5rem!important;max-width:140px;min-width:100px;border-radius:.875rem!important}.mobile-nav-item svg{width:1.5rem!important;height:1.5rem!important}.mobile-nav-item>span{font-size:.75rem!important}.mobile-nav-item .badge,.mobile-nav-item div[class*=badge]{min-width:18px!important;height:18px!important;font-size:.6875rem!important;top:-5px!important;right:-5px!important}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.mobile-admin-bottom-nav{padding:.375rem 1rem}.mobile-nav-items{padding:.375rem .5rem}.mobile-nav-item{padding:.5rem .75rem!important;gap:.25rem!important}.mobile-nav-item svg{width:1.125rem!important;height:1.125rem!important}.mobile-nav-item>span{font-size:.625rem!important}}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item{min-height:48px!important}.mobile-nav-item:focus-visible{outline:2px solid #3b82f6;outline-offset:3px;z-index:10}.dark .mobile-nav-item:focus-visible{outline-color:#60a5fa}.mobile-nav-item:active{transform:scale(.97);transition:transform .1s ease}.mobile-nav-item .badge{font-weight:600!important;border:1.5px solid rgba(255,255,255,.9);box-shadow:0 2px 4px #0003}.dark .mobile-nav-item .badge{border-color:#0f172ae6}}@media (min-width: 768px) and (max-width: 1366px){.mobile-admin-bottom-nav{padding-bottom:max(.5rem,env(safe-area-inset-bottom))}.pb-safe{padding-bottom:env(safe-area-inset-bottom,0)}}@media (min-width: 768px) and (max-width: 1366px){.dark .mobile-nav-item{background:#33415599;color:#e5e7eb;border:1px solid rgba(71,85,105,.3)}.dark .mobile-nav-item:hover{background:#475569b3;border-color:#64748b66}}@media (prefers-reduced-motion: reduce) and (min-width: 768px) and (max-width: 1366px){.mobile-nav-item,.mobile-nav-item:hover,.mobile-nav-item:active,.mobile-nav-item.active{transition:none!important;animation:none!important;transform:none!important}}@media (min-width: 768px) and (max-width: 1366px){body .mobile-admin-bottom-nav .mobile-nav-scroll-container .mobile-nav-items{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important}body .mobile-admin-bottom-nav .mobile-nav-scroll-container .mobile-nav-items .mobile-nav-item{display:flex!important;flex-direction:column!important;flex:1 1 0%!important;max-width:120px!important}body .mobile-admin-bottom-nav .mobile-nav-item>div,body .mobile-admin-bottom-nav .mobile-nav-item>.relative{overflow:visible!important;width:auto!important;height:auto!important}body .mobile-admin-bottom-nav .mobile-nav-item svg{display:block!important;opacity:1!important;visibility:visible!important;width:1.375rem!important;height:1.375rem!important}.mobile-nav-item[class*=flex-row],.mobile-nav-item.flex-row{flex-direction:column!important}.mobile-nav-items>*{margin:0!important}.mobile-nav-items>*+*{margin-left:.5rem!important}}@media (min-width: 768px) and (max-width: 1366px){header .hidden.lg\\:flex,header nav.hidden.lg\\:flex{display:flex!important;visibility:visible!important}header .lg\\:hidden,header button.lg\\:hidden{display:flex!important;visibility:visible!important}header .hidden.lg\\:flex.flex-1.items-center.justify-center{display:flex!important;flex:0 1 auto!important;max-width:60%!important;justify-content:center!important;align-items:center!important;overflow:visible!important}[data-radix-navigation-menu-root]{position:relative!important;z-index:auto!important;display:flex!important;align-items:center!important;overflow:visible!important}[data-radix-navigation-menu-list]{display:flex!important;flex-direction:row!important;align-items:center!important;gap:.25rem!important;list-style:none!important;overflow:visible!important}[data-radix-navigation-menu-item]{position:relative!important;overflow:visible!important}[data-radix-navigation-menu-trigger],header nav a.inline-flex{min-height:44px!important;padding:.5rem .75rem!important;font-size:.875rem!important;font-weight:500!important;border-radius:.5rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;transition:all .2s ease!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}[data-radix-navigation-menu-trigger]:hover,header nav a.inline-flex:hover{background-color:hsl(var(--accent) / .8)!important;transform:translateY(-1px)!important}[data-radix-navigation-menu-trigger][data-state=open]{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important}[data-radix-navigation-menu-viewport]{position:fixed!important;top:65px!important;left:50%!important;transform:translate(-50%)!important;width:calc(100vw - 2rem)!important;max-width:800px!important;z-index:999998!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;overflow:visible!important;isolation:isolate!important}[data-radix-navigation-menu-viewport][data-state=open]{display:block!important;visibility:visible!important;opacity:1!important;animation:dropdownSlideDown .2s ease-out!important}@keyframes dropdownSlideDown{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}[data-radix-navigation-menu-content]{position:relative!important;z-index:999999!important;width:100%!important;background:hsl(var(--background) / .98)!important;backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important;border:1px solid hsl(var(--border))!important;border-radius:12px!important;box-shadow:0 20px 40px -8px hsl(var(--foreground) / .15),0 8px 16px -4px hsl(var(--foreground) / .1),0 0 0 1px hsl(var(--border))!important;overflow:hidden!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}[data-radix-navigation-menu-content]>*{visibility:visible!important;opacity:1!important}ul.grid.w-full.gap-3.p-4{display:grid!important;width:100%!important;padding:1rem!important;gap:.75rem!important;list-style:none!important;margin:0!important}@media (min-width: 768px) and (max-width: 912px){ul.grid.w-full.gap-3.p-4{grid-template-columns:repeat(2,1fr)!important}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.w-full.gap-3.p-4{grid-template-columns:repeat(3,1fr)!important}}.category-menu-item{display:block!important;padding:.875rem!important;border-radius:8px!important;background:hsl(var(--card) / .5)!important;border:1px solid hsl(var(--border) / .5)!important;transition:all .2s ease!important;text-decoration:none!important;outline:none!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;min-height:72px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.category-menu-item:hover{background:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;border-color:hsl(var(--primary) / .3)!important;transform:translateY(-2px)!important;box-shadow:0 8px 16px -4px hsl(var(--foreground) / .15),0 4px 8px -2px hsl(var(--foreground) / .1)!important}.category-menu-item:focus{background:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important;outline:2px solid hsl(var(--primary))!important;outline-offset:2px!important}.category-menu-item:active{transform:translateY(0)!important;box-shadow:0 4px 8px -2px hsl(var(--foreground) / .1)!important}.category-menu-item>div:first-child,.category-menu-item .text-sm.font-medium{font-size:.9375rem!important;font-weight:600!important;line-height:1.4!important;margin-bottom:.375rem!important;color:hsl(var(--foreground))!important;letter-spacing:-.01em!important;display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.category-menu-item>p,.category-menu-item .text-sm.text-muted-foreground{font-size:.8125rem!important;font-weight:400!important;line-height:1.5!important;color:hsl(var(--muted-foreground))!important;margin:0!important;display:block!important}.category-menu-item:hover>div:first-child,.category-menu-item:hover .text-sm.font-medium{color:hsl(var(--accent-foreground))!important}.category-menu-item:hover>p,.category-menu-item:hover .text-sm.text-muted-foreground{color:hsl(var(--accent-foreground) / .8)!important}.dark [data-radix-navigation-menu-content]{background:hsl(var(--background) / .95)!important;border-color:hsl(var(--border))!important;box-shadow:0 20px 40px -8px hsl(var(--foreground) / .3),0 8px 16px -4px hsl(var(--foreground) / .2),0 0 0 1px hsl(var(--border))!important}.dark .category-menu-item{background:hsl(var(--card) / .6)!important;border-color:hsl(var(--border) / .6)!important}.dark .category-menu-item:hover{background:hsl(var(--accent) / .9)!important;border-color:hsl(var(--primary) / .4)!important;box-shadow:0 8px 16px -4px hsl(var(--foreground) / .25),0 4px 8px -2px hsl(var(--foreground) / .15)!important}[data-radix-navigation-menu-content]{max-height:calc(100vh - 80px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}[data-radix-navigation-menu-content]::-webkit-scrollbar{width:8px!important}[data-radix-navigation-menu-content]::-webkit-scrollbar-track{background:hsl(var(--muted) / .3)!important;border-radius:4px!important}[data-radix-navigation-menu-content]::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .5)!important;border-radius:4px!important}[data-radix-navigation-menu-content]::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .7)!important}[data-radix-navigation-menu-viewport],[data-radix-navigation-menu-content],.category-menu-item{transform:translateZ(0)!important;will-change:transform!important;backface-visibility:hidden!important}.category-menu-item{contain:layout style paint!important}[data-radix-navigation-menu-content] .text-center{padding:2rem 1rem!important;text-align:center!important}[data-radix-navigation-menu-content] .text-muted-foreground{font-size:.9375rem!important;color:hsl(var(--muted-foreground))!important}[data-radix-navigation-menu-viewport][data-state=closed]{display:none!important;pointer-events:none!important}.hero-slideshow,[class*=hero],[class*=Hero],[data-hero],section:first-of-type{z-index:1!important;position:relative!important}header{z-index:9998!important}[data-radix-navigation-menu-viewport]{z-index:999998!important}[data-radix-navigation-menu-content]{z-index:999999!important}[data-radix-navigation-menu-trigger]:focus-visible{outline:2px solid hsl(var(--primary))!important;outline-offset:2px!important;border-radius:.5rem!important}.category-menu-item:focus-visible{outline:2px solid hsl(var(--primary))!important;outline-offset:2px!important}@media (prefers-contrast: high){.category-menu-item{border-width:2px!important}}@media (prefers-reduced-motion: reduce){[data-radix-navigation-menu-viewport],[data-radix-navigation-menu-content],.category-menu-item{animation:none!important;transition:none!important}}@media (orientation: portrait){[data-radix-navigation-menu-viewport]{width:calc(100vw - 1rem)!important;max-width:90vw!important}ul.grid.w-full.gap-3.p-4{padding:1.25rem!important}}@media (orientation: landscape){[data-radix-navigation-menu-viewport]{max-width:900px!important}ul.grid.w-full.gap-3.p-4{padding:1rem!important}}@media (min-width: 768px) and (max-width: 820px){[data-radix-navigation-menu-trigger],header nav a.inline-flex{font-size:.8125rem!important;padding:.5rem .625rem!important}}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item{padding:1rem!important;min-height:80px!important}.category-menu-item>div:first-child,.category-menu-item .text-sm.font-medium{font-size:1rem!important}.category-menu-item>p,.category-menu-item .text-sm.text-muted-foreground{font-size:.875rem!important}}}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-overlay]{position:fixed!important;inset:0!important;z-index:9998!important;background-color:#00000080!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}[data-radix-sheet-content],[data-radix-sheet-content][data-side=left],.sheet-content-below-header{position:fixed!important;left:0!important;top:0!important;bottom:0!important;height:100vh!important;height:100dvh!important;max-height:100vh!important;max-height:100dvh!important;width:min(85vw,380px)!important;max-width:380px!important;z-index:9999!important;background:hsl(var(--background))!important;border-right:1px solid hsl(var(--border))!important;box-shadow:4px 0 24px #00000026!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;padding:0!important;margin-top:0!important}[data-radix-sheet-content] nav,.sheet-content-below-header nav{flex:1!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;padding:1.5rem 1rem 1rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important;min-height:0!important;max-height:100%!important}[data-radix-sheet-content] nav>*{flex-shrink:0!important}[data-radix-sheet-content] a,[data-radix-sheet-content] button{min-height:44px!important;display:flex!important;align-items:center!important;padding:.75rem 1rem!important;border-radius:.5rem!important;font-size:1rem!important;line-height:1.5!important;flex-shrink:0!important;width:100%!important}[data-radix-sheet-content] .border-t{margin-top:1rem!important;padding-top:1rem!important;border-top:1px solid hsl(var(--border))!important;flex-shrink:0!important}[data-radix-sheet-content] .border-t:last-child{margin-bottom:1rem!important;padding-bottom:1rem!important}[data-radix-sheet-content] [data-radix-accordion-item],[data-radix-sheet-content] [role=region]{border:none!important;flex-shrink:0!important;overflow:visible!important}[data-radix-sheet-content] [data-radix-accordion-trigger],[data-radix-sheet-content] button[role=button]{min-height:44px!important;padding:.75rem 1rem!important;width:100%!important;cursor:pointer!important}[data-radix-sheet-content] [data-radix-accordion-content]{overflow:visible!important;flex-shrink:0!important;padding-bottom:.5rem!important}[data-radix-sheet-content] [data-radix-accordion-content][data-state=open]{display:block!important;animation:slideDown .2s ease-out!important}[data-radix-sheet-content] [data-radix-accordion-content][data-state=closed]{display:none!important}[data-radix-sheet-content] [data-radix-accordion-content] a{display:flex!important;min-height:36px!important;padding:.5rem .75rem!important;margin-left:2rem!important}[data-radix-sheet-content] nav>a:first-child,[data-radix-sheet-content] nav>*:not(.border-t):not([data-radix-accordion-item]){display:flex!important;flex-shrink:0!important}[data-radix-sheet-content] .border-t:has(h4:contains("Stay Connected")),[data-radix-sheet-content] .border-t:nth-child(n+5){display:block!important;flex-shrink:0!important}[data-radix-sheet-content] .border-t:has(h4:contains("Account")){display:block!important;flex-shrink:0!important}[data-radix-sheet-content] .border-t:has(h4:contains("Appearance")){display:block!important;flex-shrink:0!important}[data-radix-sheet-content] nav::-webkit-scrollbar{width:6px!important}[data-radix-sheet-content] nav::-webkit-scrollbar-track{background:hsl(var(--muted) / .3)!important;border-radius:3px!important}[data-radix-sheet-content] nav::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .5)!important;border-radius:3px!important}[data-radix-sheet-content] nav::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .7)!important}[data-radix-sheet-content] h4{font-size:.75rem!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:hsl(var(--muted-foreground))!important;margin-bottom:.5rem!important}[data-radix-sheet-content] .flex.items-center.gap-3{flex-shrink:0!important;min-height:auto!important}[data-radix-sheet-content] .h-10.w-10.rounded-full{flex-shrink:0!important;width:40px!important;height:40px!important}[data-radix-sheet-content] .space-y-1>*+*{margin-top:.25rem!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dark [data-radix-sheet-content]{background:hsl(var(--background))!important;border-right-color:hsl(var(--border))!important}.dark [data-radix-sheet-content] .border-t{border-top-color:hsl(var(--border))!important}[data-radix-sheet-content] a:focus-visible,[data-radix-sheet-content] button:focus-visible{outline:2px solid hsl(var(--primary))!important;outline-offset:2px!important}@media (prefers-reduced-motion: reduce){[data-radix-sheet-content]{transition:none!important}}}@media (min-width: 768px) and (max-width: 912px){[data-radix-sheet-content]{width:min(90vw,320px)!important}}@media (min-width: 913px) and (max-width: 1366px){[data-radix-sheet-content]{width:min(85vw,380px)!important}}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content][data-state=open]{animation:slideInFromLeft .3s ease-out!important}[data-radix-sheet-content][data-state=closed]{animation:slideOutToLeft .3s ease-out!important}@keyframes slideInFromLeft{0%{transform:translate(-100%)!important}to{transform:translate(0)!important}}@keyframes slideOutToLeft{0%{transform:translate(0)!important}to{transform:translate(-100%)!important}}}@media (min-width: 768px) and (max-width: 1366px){aside.hidden.md\:block{display:none!important}.grid.md\:grid-cols-4{grid-template-columns:1fr!important}main.md\:col-span-3{grid-column:span 1!important}.hidden.md\:flex.items-center.justify-between.mb-6,.md\:hidden.mb-4.px-2,.md\:hidden.mb-4.overflow-hidden{display:none!important}.tablet-compact-filter-bar{display:flex!important;flex-direction:column!important;gap:.75rem!important;padding:1rem!important;background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;border-radius:.75rem!important;margin-bottom:1.5rem!important;box-shadow:0 1px 3px #0000001a!important}.tablet-filter-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important}.tablet-filter-title{display:flex!important;align-items:center!important;gap:.5rem!important}.tablet-filter-title h2{font-size:1.125rem!important;font-weight:600!important;margin:0!important}.tablet-filter-actions{display:flex!important;align-items:center!important;gap:.5rem!important}.tablet-view-toggle{display:flex!important;gap:.25rem!important;padding:.25rem!important;background:hsl(var(--muted))!important;border-radius:.5rem!important}.tablet-view-toggle button{min-width:40px!important;min-height:40px!important;padding:.5rem!important;border-radius:.375rem!important}.tablet-filters-button{min-height:40px!important;padding:.5rem 1rem!important;display:flex!important;align-items:center!important;gap:.5rem!important}.tablet-filter-controls{display:flex!important;align-items:center!important;gap:.75rem!important}.tablet-search-wrapper{flex:1!important;position:relative!important}.tablet-search-wrapper input{width:100%!important;min-height:44px!important;padding-left:2.5rem!important;padding-right:2.5rem!important;font-size:.875rem!important;border-radius:.5rem!important}.tablet-search-icon{position:absolute!important;left:.75rem!important;top:50%!important;transform:translateY(-50%)!important;color:hsl(var(--muted-foreground))!important;pointer-events:none!important}.tablet-search-clear{position:absolute!important;right:.5rem!important;top:50%!important;transform:translateY(-50%)!important;min-width:32px!important;min-height:32px!important;padding:.25rem!important}.tablet-sort-wrapper{min-width:180px!important}.tablet-sort-wrapper button{min-height:44px!important;width:100%!important;font-size:.875rem!important}.tablet-price-chips{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;align-items:center!important}.tablet-price-chip{min-height:38px!important;padding:.5rem 1rem!important;font-size:.8125rem!important;border-radius:1.5rem!important;white-space:nowrap!important;transition:all .2s ease!important}.tablet-price-chip:hover{transform:translateY(-1px)!important;box-shadow:0 2px 4px #0000001a!important}.tablet-price-chip[data-active=true]{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important;border-color:hsl(var(--primary))!important}.tablet-clear-filters{min-height:38px!important;padding:.5rem 1rem!important;font-size:.8125rem!important;color:hsl(var(--destructive))!important;border-color:hsl(var(--destructive) / .3)!important}.tablet-clear-filters:hover{background:hsl(var(--destructive) / .1)!important;border-color:hsl(var(--destructive))!important}.tablet-filters-panel{margin-top:.75rem!important;padding-top:1rem!important;border-top:1px solid hsl(var(--border))!important;display:grid!important;grid-template-columns:1fr!important;gap:1.5rem!important}.tablet-price-range-section h4{font-size:.875rem!important;font-weight:600!important;margin-bottom:1rem!important}.tablet-price-range-display{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:.75rem!important;font-size:.875rem!important}.tablet-price-slider{margin-bottom:1rem!important}.tablet-categories-section h4{font-size:.875rem!important;font-weight:600!important;margin-bottom:1rem!important}.tablet-categories-grid{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important}.tablet-category-chip{min-height:38px!important;padding:.5rem .875rem!important;font-size:.8125rem!important;border-radius:.5rem!important}main.col-span-1{width:100%!important;max-width:100%!important;overflow-x:hidden!important;padding:0!important}main.col-span-1>.grid.gap-4{margin-top:0!important;width:100%!important;max-width:100%!important}.grid.sm\:grid-cols-2.lg\:grid-cols-3{gap:1rem!important;width:100%!important;max-width:100%!important;grid-auto-flow:row!important}@media (min-width: 768px) and (max-width: 912px){.grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.875rem!important}}@media (min-width: 913px) and (max-width: 1366px){.grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1rem!important}}.grid.sm\:grid-cols-2.lg\:grid-cols-3>*{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}[class*=product] img{width:100%!important;height:auto!important;-o-object-fit:cover!important;object-fit:cover!important}.tablet-filter-badge{font-size:.75rem!important;padding:.125rem .375rem!important;border-radius:.25rem!important}.tablet-compact-filter-bar button,.tablet-compact-filter-bar input,.tablet-compact-filter-bar select{min-height:44px!important}.tablet-price-chip,.tablet-category-chip,.tablet-clear-filters{min-height:38px!important}.tablet-compact-filter-bar{position:relative!important;z-index:10!important}.tablet-filters-panel{position:relative!important;z-index:9!important}main.col-span-1{position:relative!important;z-index:1!important}.tablet-filters-panel{animation:slideDown .2s ease-out!important}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@media (prefers-reduced-motion: reduce){.tablet-compact-filter-bar *,.tablet-filters-panel{animation:none!important;transition:none!important}}.dark .tablet-compact-filter-bar{background:hsl(var(--card))!important;border-color:hsl(var(--border))!important}.dark .tablet-view-toggle{background:hsl(var(--muted))!important}.dark .tablet-view-toggle button{color:hsl(var(--foreground))!important}.dark .tablet-view-toggle button[data-state=active],.dark .tablet-view-toggle button:hover{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important}.dark .tablet-filters-panel{border-top-color:hsl(var(--border))!important}.dark .tablet-search-wrapper input{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--border))!important}.dark .tablet-search-wrapper input::-moz-placeholder{color:hsl(var(--muted-foreground))!important}.dark .tablet-search-wrapper input::placeholder{color:hsl(var(--muted-foreground))!important}.dark .tablet-sort-wrapper button,.dark .tablet-price-chip{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--border))!important}.dark .tablet-price-chip:hover{background:hsl(var(--muted))!important}.dark .tablet-price-chip[data-active=true]{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important;border-color:hsl(var(--primary))!important}.dark .tablet-category-chip{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--border))!important}.dark .tablet-category-chip:hover{background:hsl(var(--muted))!important}.dark .tablet-filters-button{color:hsl(var(--foreground))!important}.dark .tablet-clear-filters{color:hsl(var(--destructive))!important;border-color:hsl(var(--destructive) / .5)!important;background:transparent!important}.dark .tablet-clear-filters:hover{background:hsl(var(--destructive) / .1)!important}.dark .tablet-filter-badge{background:hsl(var(--primary) / .15)!important;color:hsl(var(--primary))!important;border-color:hsl(var(--primary) / .3)!important}.tablet-compact-filter-bar button:focus-visible,.tablet-compact-filter-bar input:focus-visible,.tablet-compact-filter-bar select:focus-visible{outline:2px solid hsl(var(--primary))!important;outline-offset:2px!important}@media (prefers-contrast: high){.tablet-compact-filter-bar,.tablet-price-chip,.tablet-category-chip{border-width:2px!important}}}@media (min-width: 768px) and (max-width: 912px){.tablet-filter-controls{flex-wrap:wrap!important}.tablet-search-wrapper,.tablet-sort-wrapper{flex:1 1 100%!important;min-width:100%!important}.tablet-price-chips{justify-content:flex-start!important}.container{padding-left:1rem!important;padding-right:1rem!important}.grid.md\:grid-cols-4{padding:0!important;width:100%!important}}@media (min-width: 913px) and (max-width: 1366px){.tablet-filter-controls{flex-wrap:nowrap!important}.tablet-search-wrapper{flex:1!important;max-width:60%!important}.tablet-sort-wrapper{min-width:200px!important;max-width:40%!important}.container{padding-left:1.5rem!important;padding-right:1.5rem!important}.grid.md\:grid-cols-4{padding:0!important;width:100%!important}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.tablet-compact-filter-bar{padding:.875rem!important}.tablet-filters-panel{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}}[data-radix-dialog-overlay][data-state=open]{z-index:999998!important;position:fixed!important;inset:0!important;display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;background:#000000bf!important;backdrop-filter:blur(4px)!important}[data-radix-dialog-content][data-state=open].quickview-modal{z-index:999999!important;position:fixed!important;display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.quickview-modal[data-state=open]{z-index:999999!important;position:fixed!important;display:grid!important;opacity:1!important;visibility:visible!important}@media (min-width: 768px) and (max-width: 1366px){[class*=product-card]{touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}[class*=product-card] button,[class*=product-add-to-cart]{pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(0,0,0,.1)!important;cursor:pointer!important}button:has(>span:contains("Select Options")),.product-add-to-cart{position:relative!important;z-index:10!important}.container:not(:has([data-radix-dialog-content])){max-width:100%!important;width:100%!important;padding-left:1rem!important;padding-right:1rem!important;overflow-x:hidden!important;position:relative!important}.container:has([data-radix-dialog-content]){max-width:100%!important;width:100%!important;padding-left:1rem!important;padding-right:1rem!important;overflow:visible!important;position:relative!important}.min-h-screen:not(:has([data-radix-dialog-content])){overflow-x:hidden!important;width:100%!important;max-width:100vw!important;position:relative!important}.min-h-screen:has([data-radix-dialog-content]){overflow:visible!important;width:100%!important;max-width:100vw!important;position:relative!important}.grid.grid-cols-1.md\\:grid-cols-4{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important}main.col-span-1.md\\:col-span-3{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;padding:0!important}.grid.gap-4{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.grid.gap-4>div{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}[class*=product-card],.rounded-lg.border{width:100%!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important}[class*=product-card]>div:first-child,.rounded-lg.border>div:first-child{width:100%!important;max-width:100%!important;overflow:hidden!important;position:relative!important}[class*=product-card] img,.rounded-lg.border img{width:100%!important;height:auto!important;max-width:100%!important;-o-object-fit:cover!important;object-fit:cover!important;display:block!important}@media (min-width: 768px) and (max-width: 912px){.grid.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important}.container{padding-left:.875rem!important;padding-right:.875rem!important}}@media (min-width: 913px) and (max-width: 1366px){.grid.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1rem!important}.container{padding-left:1.25rem!important;padding-right:1.25rem!important}}[class*=motion]{width:100%!important;max-width:100%!important;min-width:0!important}nav[aria-label=breadcrumb]{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;white-space:nowrap!important}.flex.justify-between.items-center{flex-wrap:wrap!important;gap:.5rem!important;margin-bottom:1rem!important}.text-3xl.font-bold{font-size:1.75rem!important}.mt-8{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}[class*=skeleton]{width:100%!important;max-width:100%!important}.text-center.py-16{padding:2rem 1rem!important}.tablet-compact-filter-bar{z-index:20!important}main.col-span-1{z-index:1!important;position:relative!important}body:has(.quickview-modal) [data-radix-dialog-overlay],[data-radix-dialog-overlay].quickview-modal,[data-state=open] [data-radix-dialog-overlay]{z-index:999998!important;position:fixed!important;inset:0!important;background:#000000bf!important;backdrop-filter:blur(4px)!important;display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}body:has(.quickview-modal) [data-radix-dialog-content],[data-radix-dialog-content].quickview-modal,.quickview-modal{z-index:999999!important;position:fixed!important;display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.dark .container,.dark .min-h-screen{background:transparent!important}.dark [class*=card],.dark .rounded-lg.border{background:hsl(var(--card))!important;border-color:hsl(var(--border))!important}.dark h1,.dark h2,.dark h3,.dark h4{color:hsl(var(--foreground))!important}.dark input,.dark select,.dark textarea{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--border))!important}.dark input::-moz-placeholder,.dark select::-moz-placeholder,.dark textarea::-moz-placeholder{color:hsl(var(--muted-foreground))!important}.dark input::placeholder,.dark select::placeholder,.dark textarea::placeholder{color:hsl(var(--muted-foreground))!important}.dark button[class*=outline]{background:transparent!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--border))!important}.dark button[class*=outline]:hover{background:hsl(var(--muted))!important}.dark button[class*=default],.dark button[class*=primary]{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.dark [class*=badge]{background:hsl(var(--muted))!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--border))!important}.dark nav[aria-label=breadcrumb]{color:hsl(var(--muted-foreground))!important}.dark nav[aria-label=breadcrumb] a{color:hsl(var(--foreground))!important}.dark nav[aria-label=breadcrumb] a:hover{color:hsl(var(--primary))!important}.dark [class*=skeleton]{background:hsl(var(--muted))!important}.dark [class*=pagination] button{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--border))!important}.dark [class*=pagination] button:hover{background:hsl(var(--muted))!important}.dark [class*=pagination] button[aria-current=page]{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}@media (prefers-contrast: high){.grid.gap-4{gap:1.25rem!important}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.container{padding-left:1.5rem!important;padding-right:1.5rem!important}.grid.gap-4{gap:1.25rem!important}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.container{padding-left:1rem!important;padding-right:1rem!important}.grid.gap-4{gap:1rem!important}}@media (max-width: 767px){[class*=product-card]{touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}[class*=product-card] button,[class*=product-add-to-cart]{pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(0,0,0,.1)!important;cursor:pointer!important;position:relative!important;z-index:10!important}.quickview-modal,[data-radix-dialog-overlay],[data-radix-dialog-content]{z-index:999999!important;position:fixed!important}body:has(.quickview-modal) [data-radix-dialog-overlay],[data-state=open] [data-radix-dialog-overlay]{z-index:999998!important;position:fixed!important;inset:0!important;background:#000000bf!important;backdrop-filter:blur(4px)!important;display:block!important;opacity:1!important;visibility:visible!important}body:has(.quickview-modal) [data-radix-dialog-content],[data-state=open] [data-radix-dialog-content].quickview-modal{z-index:999999!important;position:fixed!important;display:grid!important;opacity:1!important;visibility:visible!important}.container,.min-h-screen,main{position:relative!important;z-index:1!important}}@media (min-width: 768px) and (max-width: 1366px){.product-card-enhanced{width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:.75rem!important;background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;transition:all .2s ease!important;box-sizing:border-box!important}.product-card-enhanced:hover{box-shadow:0 4px 12px #0000001a!important;transform:translateY(-2px)!important}.product-image-container{position:relative!important;width:100%!important;max-width:100%!important;aspect-ratio:1 / 1!important;overflow:hidden!important;background:hsl(var(--muted) / .3)!important;border-radius:.75rem .75rem 0 0!important}.product-image-container img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;display:block!important}.product-action-buttons{position:absolute!important;top:.5rem!important;right:.5rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important;z-index:10!important}.product-wishlist-btn,.product-share-btn{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:.5rem!important;background:hsl(var(--background) / .95)!important;border-radius:50%!important;backdrop-filter:blur(8px)!important;transition:all .2s ease!important}.product-wishlist-btn:hover,.product-share-btn:hover{transform:scale(1.1)!important}.product-info-enhanced{padding:1rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important;flex:1!important;width:100%!important;box-sizing:border-box!important}.product-title-enhanced{font-size:.9rem!important;font-weight:600!important;line-height:1.3!important;color:hsl(var(--foreground))!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;min-height:2.6rem!important;max-height:2.6rem!important;margin-bottom:.25rem!important}.product-title-enhanced:hover{color:hsl(var(--primary))!important}.product-rating-enhanced{display:flex!important;align-items:center!important;gap:.375rem!important;margin-bottom:.25rem!important}.product-rating-enhanced svg{width:14px!important;height:14px!important}.product-price-enhanced{display:flex!important;align-items:center!important;gap:.5rem!important;flex-wrap:wrap!important;margin:.25rem 0!important}.product-price-current{font-size:1.125rem!important;font-weight:700!important;color:hsl(var(--foreground))!important}.product-price-original{font-size:.875rem!important;color:hsl(var(--muted-foreground))!important;text-decoration:line-through!important}.product-price-discount{font-size:.75rem!important;font-weight:600!important;color:hsl(var(--destructive))!important;background:hsl(var(--destructive) / .1)!important;padding:.125rem .375rem!important;border-radius:.25rem!important}.absolute.top-2.left-2.product-price-discount{position:absolute!important;top:.5rem!important;left:.5rem!important;z-index:10!important;background:hsl(var(--destructive))!important;color:#fff!important;font-size:.75rem!important;font-weight:700!important;padding:.25rem .5rem!important;border-radius:.375rem!important;box-shadow:0 2px 4px #0003!important}.space-y-1{margin-top:.375rem!important}.space-y-1>div{display:flex!important;flex-wrap:wrap!important;gap:.375rem!important}.text-green-600{display:flex!important;align-items:center!important;gap:.375rem!important;font-size:.75rem!important;margin-top:.25rem!important}.product-add-to-cart-btn{width:100%!important;margin-top:.75rem!important;min-height:42px!important;font-size:.875rem!important;font-weight:600!important}.product-image-container>div[class*=absolute]{background:#000000b3!important;border-radius:.75rem .75rem 0 0!important}@media (min-width: 768px) and (max-width: 912px){.product-title-enhanced{font-size:.85rem!important}.product-price-current{font-size:1rem!important}.product-info-enhanced{padding:.875rem!important;gap:.375rem!important}}@media (min-width: 913px) and (max-width: 1366px){.product-title-enhanced{font-size:.95rem!important}.product-price-current{font-size:1.125rem!important}.product-info-enhanced{padding:1rem!important;gap:.5rem!important}}.dark .product-card-enhanced{background:hsl(var(--card))!important;border-color:hsl(var(--border))!important}.dark .product-card-enhanced:hover{box-shadow:0 4px 12px #0006!important}.dark .product-wishlist-btn,.dark .product-share-btn{background:hsl(var(--background) / .95)!important;color:hsl(var(--foreground))!important;border:1px solid hsl(var(--border))!important}.dark .product-wishlist-btn:hover,.dark .product-share-btn:hover{background:hsl(var(--muted))!important}.dark .product-image-container{background:hsl(var(--muted) / .2)!important}.dark .product-title-enhanced{color:hsl(var(--foreground))!important}.dark .product-title-enhanced:hover{color:hsl(var(--primary))!important}.dark .product-price-current{color:hsl(var(--foreground))!important}.dark .product-price-original{color:hsl(var(--muted-foreground))!important}.dark .product-price-discount{background:hsl(var(--destructive) / .2)!important;color:hsl(var(--destructive-foreground))!important}.dark .absolute.top-2.left-2.product-price-discount{background:hsl(var(--destructive))!important;color:#fff!important}.dark .product-add-to-cart-btn{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.dark .product-add-to-cart-btn:hover{background:hsl(var(--primary) / .9)!important}.dark [class*=color-swatch]{border:2px solid hsl(var(--border))!important}.dark .text-green-600{color:#3cdd77!important}.dark .product-info-enhanced{background:transparent!important}.dark .product-rating-enhanced svg{color:hsl(var(--foreground))!important}@media (prefers-contrast: high){.product-card-enhanced{border-width:2px!important}.product-title-enhanced{font-weight:700!important}}@media (prefers-reduced-motion: reduce){.product-card-enhanced,.product-wishlist-btn,.product-share-btn{transition:none!important}.product-card-enhanced:hover{transform:none!important}}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.product-image-container{aspect-ratio:4 / 3!important}.product-info-enhanced{padding:1rem!important}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.product-image-container{aspect-ratio:1 / 1!important}.product-info-enhanced{padding:.875rem!important}}@media (max-width: 767px){.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important;padding:0 .5rem!important}.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.5rem!important;padding:0 .5rem!important}.product-card-enhanced{border-radius:8px!important;overflow:hidden!important;height:auto!important;min-height:unset!important}.product-image-container{aspect-ratio:1 / 1!important;min-height:unset!important;max-height:160px!important;border-radius:8px 8px 0 0!important}.product-image-container img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important}.product-action-buttons{top:4px!important;right:4px!important;gap:3px!important;flex-direction:row!important}.product-wishlist-btn,.product-share-btn{width:28px!important;height:28px!important;border-radius:50%!important;padding:0!important}.product-wishlist-btn svg,.product-share-btn svg{width:14px!important;height:14px!important}.product-price-discount{font-size:9px!important;padding:2px 4px!important;border-radius:3px!important}.absolute.top-2.left-2.product-price-discount{top:4px!important;left:4px!important}.product-info-enhanced{padding:8px 10px 10px!important;gap:5px!important}.product-title-enhanced{font-size:12px!important;line-height:1.3!important;font-weight:600!important;-webkit-line-clamp:2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0!important;min-height:30px!important}.product-rating-enhanced{display:flex!important;align-items:center!important;gap:2px!important;font-size:9px!important}.product-rating-enhanced svg{width:10px!important;height:10px!important}.product-rating-enhanced span{font-size:9px!important}.product-price-enhanced{display:flex!important;flex-direction:column!important;gap:2px!important;align-items:flex-start!important}.product-price-current{font-size:14px!important;font-weight:700!important}.product-price-original{font-size:11px!important}.product-price-enhanced .product-price-discount{font-size:9px!important;padding:2px 4px!important}.product-info-enhanced .flex.items-center.gap-1.text-green-600{gap:2px!important}.product-info-enhanced .flex.items-center.gap-1.text-green-600 svg{width:10px!important;height:10px!important}.product-info-enhanced .flex.items-center.gap-1.text-green-600 span{font-size:8px!important;font-weight:600!important}.product-info-enhanced .space-y-1\.5{display:none!important}.product-info-enhanced .flex.items-center.justify-between{gap:4px!important}.product-info-enhanced .flex.items-center.justify-between .text-xs{font-size:8px!important;padding:2px 4px!important}.product-add-to-cart{padding:8px 10px!important;font-size:11px!important;font-weight:600!important;gap:4px!important;margin-top:5px!important;border-radius:6px!important;min-height:32px!important}.product-add-to-cart svg{width:12px!important;height:12px!important}.product-add-to-cart span{font-size:11px!important}.product-info-enhanced p.text-sm.text-muted-foreground{display:none!important}.py-12{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.container{padding-left:.75rem!important;padding-right:.75rem!important}.text-3xl.font-bold.tracking-tight{font-size:1.25rem!important;margin-bottom:1rem!important}.text-muted-foreground.mt-2{font-size:.8rem!important;margin-top:.25rem!important}}@media (min-width: 768px) and (max-width: 1366px){.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1rem!important}@media (min-width: 1024px) and (max-width: 1366px){.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1.25rem!important}}.product-card-enhanced{border-radius:10px!important}.product-image-container{aspect-ratio:1 / 1!important;max-height:220px!important}.product-action-buttons{top:6px!important;right:6px!important;gap:5px!important}.product-wishlist-btn,.product-share-btn{width:32px!important;height:32px!important}.product-wishlist-btn svg,.product-share-btn svg{width:16px!important;height:16px!important}.product-info-enhanced{padding:10px 12px!important;gap:5px!important}.product-title-enhanced{font-size:13px!important;line-height:1.3!important}.product-price-current{font-size:15px!important}.product-price-original{font-size:12px!important}.product-add-to-cart{padding:8px 10px!important;font-size:12px!important;min-height:36px!important}.product-info-enhanced .space-y-1\.5 .flex.items-center.gap-1\.5>div{width:20px!important;height:20px!important}}@media (max-width: 374px){.product-image-container{max-height:120px!important}.product-title-enhanced{font-size:10px!important;min-height:26px!important}.product-price-current{font-size:12px!important}.product-add-to-cart{font-size:9px!important;padding:5px 6px!important;min-height:26px!important}.product-add-to-cart span{font-size:9px!important}}@media (max-width: 767px) and (orientation: landscape){.grid.grid-cols-1.gap-6.sm\:grid-cols-2{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.5rem!important}.product-image-container{max-height:100px!important}.product-title-enhanced{font-size:10px!important;min-height:24px!important}}@media (max-width: 1366px){.product-card-enhanced{transition:transform .15s ease!important}.product-card-enhanced:hover{transform:translateY(-2px)!important}.product-image-container img{image-rendering:-webkit-optimize-contrast!important}}@media (min-width: 768px) and (max-width: 1366px){.dark [data-theme-toggle] button,.dark button[aria-label*=theme],.dark button[aria-label*=Theme]{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border:1px solid hsl(var(--border))!important}.dark [data-theme-toggle] button:hover{background:hsl(var(--muted))!important}.dark [data-theme-toggle] svg{color:hsl(var(--foreground))!important}.dark [class*=color-swatch],.dark [data-color-swatch]{background:hsl(var(--background))!important;border:2px solid hsl(var(--border))!important}.dark [class*=color-swatch]:hover{border-color:hsl(var(--primary))!important}.dark [class*=color-swatch][data-selected=true],.dark [class*=color-swatch][aria-selected=true]{border-color:hsl(var(--primary))!important;box-shadow:0 0 0 2px hsl(var(--primary) / .3)!important}.dark [class*=color-swatch][data-color=white],.dark [class*=color-swatch][aria-label*=White],.dark [class*=color-swatch][title*=White]{background:#fff!important;border:2px solid hsl(var(--border))!important}.dark [class*=color-swatch][data-color=leaf],.dark [class*=color-swatch][aria-label*=Leaf]{background:#2d5a3d!important}.dark [class*=color-swatch][data-color=navy],.dark [class*=color-swatch][aria-label*=Navy]{background:#1e3a5f!important}.dark [class*=color-label],.dark .text-xs.text-center{color:hsl(var(--foreground))!important}.dark [class*=sheet],.dark [role=dialog]{background:hsl(var(--card))!important;border-color:hsl(var(--border))!important}.dark [class*=sheet-header],.dark [class*=dialog-header]{background:hsl(var(--card))!important;border-bottom-color:hsl(var(--border))!important}.dark [class*=sheet-title],.dark [class*=dialog-title]{color:hsl(var(--foreground))!important}.dark [class*=sheet-description],.dark [class*=dialog-description]{color:hsl(var(--muted-foreground))!important}.dark h3,.dark h4,.dark label{color:hsl(var(--foreground))!important}.dark p.text-sm,.dark span.text-sm{color:hsl(var(--muted-foreground))!important}.dark [class*=option-card],.dark .border.rounded-lg{background:hsl(var(--background))!important;border-color:hsl(var(--border))!important}.dark [class*=option-card]:hover{background:hsl(var(--muted))!important;border-color:hsl(var(--primary))!important}.dark [class*=option-card][data-selected=true]{background:hsl(var(--primary) / .1)!important;border-color:hsl(var(--primary))!important}.dark input[type=checkbox],.dark input[type=radio]{background:hsl(var(--background))!important;border-color:hsl(var(--border))!important}.dark input[type=checkbox]:checked,.dark input[type=radio]:checked{background:hsl(var(--primary))!important;border-color:hsl(var(--primary))!important}.dark [role=progressbar],.dark [class*=progress]{background:hsl(var(--muted))!important}.dark [role=progressbar]>div,.dark [class*=progress-bar]{background:hsl(var(--primary))!important}.dark [class*=quantity]{background:hsl(var(--background))!important;border-color:hsl(var(--border))!important}.dark [class*=quantity] button{background:hsl(var(--muted))!important;color:hsl(var(--foreground))!important}.dark [class*=quantity] button:hover{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.dark [class*=quantity] input{background:transparent!important;color:hsl(var(--foreground))!important}.dark button[class*=add-to-cart],.dark button:has(svg[class*=shopping-cart]){background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.dark button[class*=add-to-cart]:hover{background:hsl(var(--primary) / .9)!important}.dark button:disabled{background:hsl(var(--muted))!important;color:hsl(var(--muted-foreground))!important;opacity:.5!important}.dark button[class*=secondary]{background:hsl(var(--secondary))!important;color:hsl(var(--secondary-foreground))!important}.dark button[class*=ghost]{background:transparent!important;color:hsl(var(--foreground))!important}.dark button[class*=ghost]:hover{background:hsl(var(--muted))!important}.dark svg{color:hsl(var(--foreground))!important}.dark [class*=icon-primary] svg{color:hsl(var(--primary))!important}.dark [class*=icon-muted] svg{color:hsl(var(--muted-foreground))!important}.dark [role=alert],.dark [class*=alert]{background:hsl(var(--card))!important;border-color:hsl(var(--border))!important;color:hsl(var(--foreground))!important}.dark [class*=alert-error],.dark [class*=alert-destructive]{background:hsl(var(--destructive) / .1)!important;border-color:hsl(var(--destructive))!important;color:hsl(var(--destructive-foreground))!important}.dark [class*=overlay],.dark [data-overlay]{background:#000000b3!important}.dark [role=tooltip],.dark [class*=tooltip]{background:hsl(var(--popover))!important;color:hsl(var(--popover-foreground))!important;border:1px solid hsl(var(--border))!important}.dark hr,.dark [class*=divider],.dark .border-t,.dark .border-b{border-color:hsl(var(--border))!important}.dark ::-webkit-scrollbar{background:hsl(var(--muted))!important}.dark ::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground))!important}.dark ::-webkit-scrollbar-thumb:hover{background:hsl(var(--foreground))!important}.dark [role=menu],.dark [class*=dropdown],.dark [class*=select-content]{background:hsl(var(--popover))!important;border-color:hsl(var(--border))!important}.dark [role=menuitem],.dark [class*=dropdown-item],.dark [class*=select-item]{color:hsl(var(--foreground))!important}.dark [role=menuitem]:hover,.dark [class*=dropdown-item]:hover,.dark [class*=select-item]:hover{background:hsl(var(--muted))!important}.dark [role=tablist]{background:hsl(var(--muted))!important;border-color:hsl(var(--border))!important}.dark [role=tab]{color:hsl(var(--muted-foreground))!important}.dark [role=tab][aria-selected=true]{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important}.dark [class*=card]:hover{background:hsl(var(--card))!important;box-shadow:0 4px 12px #0006!important}.dark *:focus-visible{outline:2px solid hsl(var(--primary))!important;outline-offset:2px!important}.dark ::-moz-placeholder{color:hsl(var(--muted-foreground))!important;opacity:.7!important}.dark ::placeholder{color:hsl(var(--muted-foreground))!important;opacity:.7!important}.dark ::-moz-selection{background:hsl(var(--primary) / .3)!important;color:hsl(var(--foreground))!important}.dark ::selection{background:hsl(var(--primary) / .3)!important;color:hsl(var(--foreground))!important}}@media (min-width: 768px) and (max-width: 1366px) and (prefers-contrast: high){.dark *{border-width:2px!important}.dark button,.dark input,.dark select,.dark textarea{border-width:2px!important;border-color:hsl(var(--foreground))!important}.dark [class*=color-swatch]{border-width:3px!important}}@media (min-width: 768px) and (max-width: 1366px){.dark [class*=variation-option]{background:hsl(var(--background))!important;border:2px solid hsl(var(--border))!important;color:hsl(var(--foreground))!important}.dark [class*=variation-option]:hover{border-color:hsl(var(--primary))!important;background:hsl(var(--muted))!important}.dark [class*=variation-option][data-selected=true]{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important;border-color:hsl(var(--primary))!important}.dark [class*=attribute-label]{color:hsl(var(--foreground))!important;font-weight:600!important}.dark [class*=attribute-value]{color:hsl(var(--muted-foreground))!important}.dark [class*=price-regular]{color:hsl(var(--muted-foreground))!important;text-decoration:line-through!important}.dark [class*=price-sale],.dark [class*=price-current]{color:hsl(var(--foreground))!important;font-weight:700!important}.dark [class*=price-discount]{background:hsl(var(--destructive))!important;color:#fff!important}.dark [class*=in-stock]{color:#3cdd77!important}.dark [class*=out-of-stock]{color:hsl(var(--destructive))!important}.dark [class*=low-stock]{color:#f7c42b!important}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark header{background:hsl(var(--background) / .98)!important;border-bottom-color:hsl(var(--border))!important}.dark header .container{background:transparent!important}.dark [data-radix-dialog-overlay],.dark [data-radix-sheet-overlay]{background:#000000b3!important;backdrop-filter:blur(4px)!important;z-index:9998!important;position:fixed!important;inset:0!important}.dark [data-side=left],.dark .sheet-content,.dark .sheet-content-below-header{background:hsl(var(--background))!important;border-right-color:hsl(var(--border))!important;position:fixed!important;left:0!important;top:64px!important;bottom:0!important;height:calc(100vh - 64px)!important;width:min(85vw,380px)!important;z-index:9999!important}.dark [data-side=left] nav,.dark .sheet-content nav{background:hsl(var(--background))!important}.dark [data-side=left] a,.dark .sheet-content a{color:hsl(var(--foreground))!important}.dark [data-side=left] a:hover,.dark .sheet-content a:hover{background:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important}.dark [data-side=left] a[aria-current=page],.dark .sheet-content a[aria-current=page]{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.dark [data-side=left] svg,.dark .sheet-content svg{color:hsl(var(--muted-foreground))!important}.dark [data-side=left] a:hover svg,.dark .sheet-content a:hover svg{color:hsl(var(--accent-foreground))!important}.dark [data-side=left] a[aria-current=page] svg,.dark .sheet-content a[aria-current=page] svg{color:hsl(var(--primary-foreground))!important}.dark [data-side=left] .border-t,.dark .sheet-content .border-t{border-top-color:hsl(var(--border))!important}.dark [data-side=left] h4,.dark .sheet-content h4{color:hsl(var(--muted-foreground))!important}.dark [data-side=left] [data-radix-accordion-trigger],.dark .sheet-content [data-radix-accordion-trigger]{color:hsl(var(--foreground))!important}.dark [data-side=left] [data-radix-accordion-trigger]:hover,.dark .sheet-content [data-radix-accordion-trigger]:hover{background:hsl(var(--accent))!important}.dark [data-side=left] [data-radix-accordion-content],.dark .sheet-content [data-radix-accordion-content]{background:transparent!important}.dark [data-side=left] .rounded-full,.dark .sheet-content .rounded-full{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))!important}.dark [data-side=left] p,.dark .sheet-content p{color:hsl(var(--foreground))!important}.dark [data-side=left] .text-xs,.dark .sheet-content .text-xs{color:hsl(var(--muted-foreground))!important}.dark [data-side=left] button,.dark .sheet-content button{color:hsl(var(--foreground))!important}.dark [data-side=left] button[data-state=active],.dark .sheet-content button[data-state=active]{background:hsl(var(--secondary))!important;color:hsl(var(--secondary-foreground))!important}.dark button[variant=ghost]{background:transparent!important;color:hsl(var(--foreground))!important}.dark button[variant=ghost]:hover{background:hsl(var(--accent))!important}.dark button[variant=secondary]{background:hsl(var(--secondary))!important;color:hsl(var(--secondary-foreground))!important}.dark [data-side=left] .whatsapp-channel,.dark .sheet-content .whatsapp-channel{background:hsl(var(--card))!important;border-color:hsl(var(--border))!important}.dark [data-side=left] ::-webkit-scrollbar,.dark .sheet-content ::-webkit-scrollbar{width:6px!important;background:hsl(var(--muted) / .3)!important}.dark [data-side=left] ::-webkit-scrollbar-thumb,.dark .sheet-content ::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .5)!important;border-radius:3px!important}.dark .lg\\:hidden.fixed.top-0{background:hsl(var(--background))!important;border-bottom-color:hsl(var(--border))!important}.dark .lg\\:hidden.fixed.top-0 h1{color:hsl(var(--foreground))!important}.dark .lg\\:hidden.fixed.top-0 p{color:hsl(var(--muted-foreground))!important}.dark .lg\\:hidden.fixed.bottom-0{background:hsl(var(--background))!important;border-top-color:hsl(var(--border))!important}.dark .lg\\:hidden.fixed.bottom-0 a{color:hsl(var(--muted-foreground))!important}.dark .lg\\:hidden.fixed.bottom-0 a:hover{background:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important}.dark .lg\\:hidden.fixed.bottom-0 a[class*=bg-blue]{background:hsl(var(--primary) / .1)!important;color:hsl(var(--primary))!important}.dark [class*=SheetContent][data-side=left]{background:hsl(var(--background))!important;border-right-color:hsl(var(--border))!important;top:64px!important;height:calc(100vh - 120px)!important}.dark [class*=SheetContent] h3{color:hsl(var(--muted-foreground))!important}.dark [class*=SheetContent] a{color:hsl(var(--foreground))!important}.dark [class*=SheetContent] a:hover{background:hsl(var(--accent))!important}.dark [class*=SheetContent] a[class*=bg-blue]{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.dark [data-radix-navigation-menu-viewport]{background:hsl(var(--background) / .98)!important;border-color:hsl(var(--border))!important}.dark [data-radix-navigation-menu-content]{background:hsl(var(--background) / .98)!important;border-color:hsl(var(--border))!important;box-shadow:0 25px 50px -12px #00000080!important}.dark .card,.dark [class*=card]{background:hsl(var(--card))!important;border-color:hsl(var(--border))!important;color:hsl(var(--card-foreground))!important}.dark .card:hover,.dark [class*=card]:hover{background:hsl(var(--card))!important;box-shadow:0 4px 12px #0006!important}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,.dark p,.dark span{color:hsl(var(--foreground))!important}.dark .text-muted-foreground{color:hsl(var(--muted-foreground))!important}.dark input,.dark textarea,.dark select{background:hsl(var(--background))!important;border-color:hsl(var(--border))!important;color:hsl(var(--foreground))!important}.dark input:focus,.dark textarea:focus,.dark select:focus{border-color:hsl(var(--primary))!important;outline:2px solid hsl(var(--primary) / .3)!important}.dark ::-moz-placeholder{color:hsl(var(--muted-foreground))!important;opacity:.7!important}.dark ::placeholder{color:hsl(var(--muted-foreground))!important;opacity:.7!important}}@media (min-width: 768px) and (max-width: 1366px){[data-side=left],.sheet-content,.sheet-content-below-header{position:fixed!important;left:0!important;top:64px!important;bottom:0!important;height:calc(100vh - 64px)!important;width:min(85vw,380px)!important;z-index:9999!important}[class*=SheetContent][data-side=left]{top:64px!important;height:calc(100vh - 120px)!important}[data-radix-dialog-overlay],[data-radix-sheet-overlay]{position:fixed!important;inset:0!important;z-index:9998!important}header{z-index:10000!important}.lg\\:hidden button[aria-label*=navigation],.lg\\:hidden button[aria-label*=Toggle]{z-index:10001!important;position:relative!important}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.dark [data-side=left],.dark .sheet-content,.dark .sheet-content-below-header{background:hsl(var(--background))!important;border-right-color:hsl(var(--border))!important}[data-side=left],.sheet-content,.sheet-content-below-header{height:calc(100vh - 56px)!important}}@media (min-width: 768px) and (max-width: 820px) and (orientation: portrait){.dark [data-side=left],.dark .sheet-content{width:min(80vw,320px)!important}}@media (min-width: 821px) and (max-width: 912px) and (orientation: portrait){.dark [data-side=left],.dark .sheet-content{width:min(75vw,360px)!important}}@media (min-width: 913px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left],.dark .sheet-content{width:min(70vw,380px)!important}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark *:focus-visible{outline:2px solid hsl(var(--primary))!important;outline-offset:2px!important}.dark ::-moz-selection{background:hsl(var(--primary) / .3)!important;color:hsl(var(--foreground))!important}.dark ::selection{background:hsl(var(--primary) / .3)!important;color:hsl(var(--foreground))!important}}@media (max-width: 768px){.admin-container{width:100vw;max-width:100vw;overflow-x:hidden;padding:.5rem;margin:0}.admin-dashboard{padding:.75rem;gap:.75rem}.admin-button{min-height:44px;min-width:44px;padding:12px 16px;font-size:14px}.admin-button-sm{min-height:36px;min-width:36px;padding:8px 12px;font-size:12px}.admin-text-xs{font-size:11px;line-height:1.3}.admin-text-sm{font-size:12px;line-height:1.4}.admin-text-base{font-size:14px;line-height:1.4}.admin-text-lg{font-size:16px;line-height:1.4}.admin-text-xl{font-size:18px;line-height:1.3}.admin-text-2xl{font-size:20px;line-height:1.3}.admin-card{padding:12px;margin-bottom:12px;border-radius:8px}.admin-card-compact{padding:8px;margin-bottom:8px}.admin-metric-card{min-height:auto;padding:12px}.admin-metric-card .admin-metric-title{font-size:11px;margin-bottom:4px}.admin-metric-card .admin-metric-value{font-size:18px;font-weight:700;margin-bottom:4px}.admin-metric-card .admin-metric-change{font-size:10px}.admin-metric-card .admin-metric-icon{width:24px;height:24px}.admin-grid-mobile-1{grid-template-columns:1fr;gap:12px}.admin-grid-mobile-2{grid-template-columns:repeat(2,1fr);gap:8px}.admin-table{display:none}.admin-table-mobile{display:block}.admin-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;margin-bottom:8px}.admin-table-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}.admin-table-card-content{display:flex;flex-direction:column;gap:4px}.admin-table-card-row{display:flex;justify-content:space-between;align-items:center;font-size:12px}.admin-table-card-label{color:#6b7280;font-weight:500}.admin-table-card-value{color:#111827;font-weight:400}.admin-sidebar-desktop{display:none}.admin-mobile-nav{display:block}.admin-mobile-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 16px;height:64px}.admin-mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;background:#fff;border-top:1px solid #e5e7eb;padding:8px 16px;padding-bottom:calc(8px + env(safe-area-inset-bottom))}.admin-mobile-content{padding-top:80px;padding-bottom:80px;min-height:100vh}.admin-chart-container{height:180px;width:100%;overflow:hidden}.admin-chart-mobile{height:160px}.admin-form-input{font-size:16px;padding:12px;border-radius:8px;width:100%}.admin-form-label{font-size:14px;font-weight:500;margin-bottom:4px}.admin-form-group{margin-bottom:16px}.admin-flex-mobile{flex-direction:column;gap:12px}.admin-flex-mobile-row{flex-direction:row;flex-wrap:wrap;gap:8px}.admin-hide-mobile{display:none!important}.admin-show-mobile{display:block!important}.admin-container-mobile{padding:12px;max-width:100vw;overflow-x:hidden}.admin-section-mobile{margin-bottom:16px}.admin-status-badge{font-size:10px;padding:2px 6px;border-radius:4px}.admin-action-buttons{display:flex;gap:4px;flex-wrap:wrap}.admin-action-button{flex:1;min-width:0;font-size:12px;padding:8px 12px}.admin-modal-mobile{margin:16px;max-height:calc(100vh - 32px);border-radius:12px}.admin-modal-content-mobile{padding:16px;max-height:calc(100vh - 120px);overflow-y:auto}.admin-dropdown-mobile{position:fixed;bottom:0;left:0;right:0;border-radius:16px 16px 0 0;max-height:70vh;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;box-shadow:0 -4px 6px -1px #0000001a}.admin-search-mobile{width:100%;margin-bottom:12px}.admin-search-input-mobile{width:100%;padding:10px 12px;font-size:16px;border-radius:8px;border:1px solid #d1d5db}.admin-filters-mobile{display:flex;gap:8px;overflow-x:auto;padding:8px 0;margin-bottom:12px}.admin-filter-chip{flex-shrink:0;padding:6px 12px;font-size:12px;border-radius:16px;border:1px solid #d1d5db;background:#fff;white-space:nowrap}.admin-filter-chip.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.admin-pagination-mobile{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px 0}.admin-pagination-button{padding:8px 12px;font-size:14px;border-radius:6px;border:1px solid #d1d5db;background:#fff}.admin-pagination-button.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.admin-skeleton-mobile{background:#f3f4f6;border-radius:4px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.admin-error-mobile{padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;text-align:center}.admin-success-mobile{padding:12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#16a34a;font-size:14px;text-align:center}}@media (min-width: 768px) and (max-width: 1366px){.admin-sidebar-desktop,[class*=sidebar-desktop],aside.desktop,nav.desktop-sidebar{display:none!important;visibility:hidden!important}.admin-mobile-nav,[class*=mobile-nav],.hamburger-menu,button[aria-label*=menu]{display:block!important;visibility:visible!important}[data-sidebar-state=open] .admin-sidebar-desktop,.admin-sidebar-overlay{display:block!important;position:fixed!important;left:0!important;top:0!important;bottom:0!important;height:100vh!important;width:min(320px,85vw)!important;z-index:9999!important;background:hsl(var(--background))!important;box-shadow:0 10px 40px #0006!important;transform:translate(0)!important;transition:transform .3s ease!important}[data-sidebar-state=open]:before{content:""!important;position:fixed!important;inset:0!important;background:#00000080!important;z-index:9998!important}.admin-header,.admin-mobile-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1030!important;background:hsl(var(--background))!important;border-bottom:1px solid hsl(var(--border))!important;padding:1rem 1.5rem!important;height:64px!important}.admin-content,.admin-main,main.admin{width:100%!important;max-width:100%!important;padding-top:80px!important;padding-left:1.5rem!important;padding-right:1.5rem!important;padding-bottom:2rem!important}.admin-table-mobile{display:block!important}.admin-table{display:none!important}.admin-table-card{background:hsl(var(--card))!important;border:1px solid hsl(var(--border))!important;border-radius:12px!important;padding:1rem!important;margin-bottom:1rem!important;box-shadow:0 2px 4px #0000001a!important}.admin-metric-grid,[class*=metric-grid]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.admin-metric-card{padding:1rem!important;min-height:100px!important}.admin-metric-title{font-size:.875rem!important;margin-bottom:.5rem!important}.admin-metric-value{font-size:1.5rem!important;font-weight:700!important}.admin-chart-container{height:300px!important;width:100%!important;overflow:hidden!important}.admin-button{min-height:44px!important;min-width:44px!important;padding:.75rem 1rem!important;font-size:.875rem!important}.admin-button-icon{width:44px!important;height:44px!important}.admin-input,.admin-select,.admin-textarea{min-height:44px!important;font-size:1rem!important;padding:.75rem!important}.admin-grid-tablet-2{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.admin-grid-tablet-3{grid-template-columns:repeat(3,1fr)!important;gap:1rem!important}@media (min-width: 912px) and (max-width: 912px){.admin-metric-grid{grid-template-columns:repeat(3,1fr)!important}.admin-chart-container{height:350px!important}.admin-content{padding-left:2rem!important;padding-right:2rem!important}}@media (min-width: 1024px) and (max-width: 1024px){.admin-metric-grid{grid-template-columns:repeat(3,1fr)!important}.admin-chart-container{height:380px!important}.admin-grid-tablet-2{grid-template-columns:repeat(3,1fr)!important}.admin-content{padding-left:2rem!important;padding-right:2rem!important}}}@media (min-width: 1367px){.admin-sidebar-desktop{display:block!important}.admin-mobile-nav{display:none!important}.admin-chart-container{height:350px}.admin-grid-desktop-4{grid-template-columns:repeat(4,1fr)}.admin-container-desktop{padding:24px}}@media (min-resolution: 192dpi){.admin-icon{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (max-width: 768px) and (orientation: landscape){.admin-mobile-landscape{flex-direction:row}.admin-chart-container{height:180px}}@media print{.admin-no-print{display:none!important}.admin-print-full-width{width:100%!important;margin:0!important}.admin-chart-container{height:400px}}@media (prefers-reduced-motion: reduce){.admin-animation{animation:none!important;transition:none!important}}@media (prefers-contrast: high){.admin-high-contrast{border:2px solid currentColor}}@media (prefers-color-scheme: dark){.admin-auto-dark{background-color:#1f2937;color:#f9fafb}.admin-auto-dark-card{background-color:#374151;border-color:#4b5563}}.admin-safe-area-top{padding-top:env(safe-area-inset-top)}.admin-safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.admin-safe-area-left{padding-left:env(safe-area-inset-left)}.admin-safe-area-right{padding-right:env(safe-area-inset-right)}.admin-responsive-text{font-size:clamp(.875rem,2.5vw,1rem)}.admin-responsive-heading{font-size:clamp(1.25rem,4vw,2rem)}.admin-responsive-padding{padding:clamp(.75rem,3vw,1.5rem)}.admin-responsive-margin{margin:clamp(.5rem,2vw,1rem)}.admin-responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:clamp(1rem,3vw,2rem)}.admin-container{width:100%;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.admin-container{max-width:640px;padding:0 1.5rem}}@media (min-width: 768px){.admin-container{max-width:768px;padding:0 2rem}}@media (min-width: 1024px){.admin-container{max-width:1024px}}@media (min-width: 1280px){.admin-container{max-width:1280px}}.admin-card-responsive{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.admin-card-responsive{flex-direction:row;align-items:center}}.admin-scroll-mobile{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.admin-image-responsive{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}@media (max-width: 768px){.admin-dropdown-mobile{position:fixed;bottom:0;left:0;right:0;border-radius:1rem 1rem 0 0;max-height:70vh;overflow-y:auto}}.admin-modal-responsive{width:95vw;max-width:500px;max-height:90vh;overflow-y:auto}@media (min-width: 768px){.admin-modal-responsive{width:80vw;max-width:600px}}@media (min-width: 1024px){.admin-modal-responsive{width:60vw;max-width:800px}}.safe-area-left{padding-left:env(safe-area-inset-left)}.safe-area-right{padding-right:env(safe-area-inset-right)}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pt-safe{padding-top:env(safe-area-inset-top)}@media (max-width: 768px){.mobile-full-width{width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.mobile-container{padding-left:.75rem;padding-right:.75rem;max-width:100%;overflow-x:hidden}.mobile-space-y-2>*+*{margin-top:.5rem}.mobile-space-y-3>*+*{margin-top:.75rem}.mobile-space-y-4>*+*{margin-top:1rem}.mobile-text-xs{font-size:.75rem;line-height:1rem}.mobile-text-sm{font-size:.875rem;line-height:1.25rem}.mobile-text-base{font-size:1rem;line-height:1.5rem}.mobile-btn-sm{padding:.375rem .75rem;font-size:.75rem;line-height:1rem;min-height:2rem}.mobile-btn{padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;min-height:2.5rem}.mobile-card{border-radius:.5rem;padding:.75rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.mobile-card-header{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.mobile-card-content{font-size:.875rem}.mobile-grid-1{display:grid;grid-template-columns:1fr;gap:.75rem}.mobile-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.mobile-flex-col{display:flex;flex-direction:column;gap:.5rem}.mobile-flex-row{display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap}.mobile-overflow-hidden{overflow:hidden}.mobile-overflow-x-auto{overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-overflow-y-auto{overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-scrollbar::-webkit-scrollbar{width:4px;height:4px}.mobile-scrollbar::-webkit-scrollbar-track{background:#f1f5f9}.mobile-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.mobile-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.mobile-touch-target{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.mobile-form-input{width:100%;padding:.75rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff}.mobile-form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.mobile-form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.mobile-form-group{margin-bottom:1rem}.mobile-modal{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;padding:1rem}.mobile-modal-content{width:100%;max-height:90vh;background:#fff;border-radius:1rem 1rem 0 0;padding:1rem;overflow-y:auto}.mobile-toast{position:fixed;top:5rem;left:1rem;right:1rem;z-index:100;padding:.75rem;border-radius:.5rem;font-size:.875rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.mobile-loading{display:flex;align-items:center;justify-content:center;padding:2rem;font-size:.875rem;color:#6b7280}.mobile-spinner{width:1.5rem;height:1.5rem;border:2px solid #f3f4f6;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}.mobile-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.mobile-empty-state-icon{width:3rem;height:3rem;color:#9ca3af;margin-bottom:1rem}.mobile-empty-state-title{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.5rem}.mobile-empty-state-description{font-size:.875rem;color:#6b7280;max-width:20rem}.mobile-error-state{padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;text-align:center}.mobile-success-state{padding:1rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;color:#16a34a;font-size:.875rem;text-align:center}.mobile-warning-state{padding:1rem;background-color:#fffbeb;border:1px solid #fed7aa;border-radius:.5rem;color:#d97706;font-size:.875rem;text-align:center}.mobile-info-state{padding:1rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;color:#2563eb;font-size:.875rem;text-align:center}}@media (max-width: 768px) and (orientation: landscape){.mobile-landscape-adjust{padding-top:.5rem;padding-bottom:.5rem}.mobile-landscape-header{height:3rem;padding:.5rem 1rem}.mobile-landscape-content{padding-top:3.5rem;padding-bottom:3.5rem}}@media (min-resolution: 192dpi){.mobile-crisp-edges{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion: reduce){.mobile-no-animation{animation:none!important;transition:none!important}}@media (prefers-color-scheme: dark){@media (max-width: 768px){.mobile-dark-bg{background-color:#111827}.mobile-dark-card{background-color:#1f2937;border-color:#374151}.mobile-dark-text{color:#f9fafb}.mobile-dark-text-muted{color:#9ca3af}.mobile-dark-border{border-color:#374151}}}@media (min-width: 768px) and (max-width: 1366px){.admin-container,.admin-dashboard{max-width:100%!important;padding:1.5rem!important;overflow-x:hidden!important}.admin-metric-grid,[class*=metric-grid],.grid.grid-cols-1.gap-4{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}@media (min-width: 1024px) and (max-width: 1366px){.admin-metric-grid,[class*=metric-grid]{grid-template-columns:repeat(3,1fr)!important}}.admin-metric-card{padding:1.25rem!important;border-radius:.75rem!important;min-height:120px!important}.dark .admin-metric-card{background:hsl(var(--card))!important;border-color:hsl(var(--border))!important;color:hsl(var(--card-foreground))!important}.admin-metric-title{font-size:.875rem!important;margin-bottom:.5rem!important}.admin-metric-value{font-size:1.75rem!important;font-weight:700!important;margin-bottom:.5rem!important}.dark .admin-metric-title{color:hsl(var(--muted-foreground))!important}.dark .admin-metric-value{color:hsl(var(--foreground))!important}.admin-chart-container{height:320px!important;width:100%!important;padding:1rem!important}@media (min-width: 1024px) and (max-width: 1366px){.admin-chart-container{height:380px!important}}.dark .admin-chart-container{background:hsl(var(--card))!important;border-color:hsl(var(--border))!important}.admin-table-container{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.dark .admin-table-container table{background:hsl(var(--card))!important;color:hsl(var(--card-foreground))!important}.dark .admin-table-container th{background:hsl(var(--muted))!important;color:hsl(var(--muted-foreground))!important;border-bottom-color:hsl(var(--border))!important}.dark .admin-table-container td{border-bottom-color:hsl(var(--border))!important}.admin-button{min-height:44px!important;min-width:44px!important;padding:.75rem 1rem!important;font-size:.875rem!important}.dark .admin-button{background:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.dark .admin-button:hover{background:hsl(var(--primary) / .9)!important}.admin-button-icon{width:44px!important;height:44px!important}.admin-input,.admin-select,.admin-textarea{min-height:44px!important;font-size:1rem!important;padding:.75rem!important}.dark .admin-input,.dark .admin-select,.dark .admin-textarea{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--border))!important}.dark .admin-input:focus,.dark .admin-select:focus,.dark .admin-textarea:focus{outline-color:hsl(var(--primary))!important;border-color:hsl(var(--primary))!important}.admin-card,.card{border-radius:.75rem!important;padding:1.25rem!important;margin-bottom:1rem!important}.dark .admin-card,.dark .card{background:hsl(var(--card))!important;border-color:hsl(var(--border))!important;color:hsl(var(--card-foreground))!important}.admin-status-badge{font-size:.75rem!important;padding:.25rem .5rem!important;border-radius:.375rem!important}.dark .admin-status-badge{background:hsl(var(--muted))!important;color:hsl(var(--muted-foreground))!important}.admin-modal,[data-radix-dialog-content]{max-width:90vw!important;max-height:85vh!important;overflow-y:auto!important}.dark .admin-modal,.dark [data-radix-dialog-content]{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border-color:hsl(var(--border))!important}.dark [data-radix-dropdown-content],.dark [data-radix-select-content]{background:hsl(var(--popover))!important;color:hsl(var(--popover-foreground))!important;border-color:hsl(var(--border))!important}.dark [data-radix-dropdown-item]:hover,.dark [data-radix-select-item]:hover{background:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important}.admin-container::-webkit-scrollbar,.admin-table-container::-webkit-scrollbar{width:8px!important;height:8px!important}.admin-container::-webkit-scrollbar-track,.admin-table-container::-webkit-scrollbar-track{background:hsl(var(--muted))!important}.admin-container::-webkit-scrollbar-thumb,.admin-table-container::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground))!important;border-radius:4px!important}.dark .admin-container::-webkit-scrollbar-track,.dark .admin-table-container::-webkit-scrollbar-track{background:hsl(var(--muted) / .3)!important}.dark .admin-container::-webkit-scrollbar-thumb,.dark .admin-table-container::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .6)!important}.admin-heading-1{font-size:1.5rem!important;line-height:2rem!important}.admin-heading-2{font-size:1.25rem!important;line-height:1.75rem!important}.admin-heading-3{font-size:1.125rem!important;line-height:1.75rem!important}.dark .admin-heading-1,.dark .admin-heading-2,.dark .admin-heading-3,.dark h1,.dark h2,.dark h3,.dark p,.dark span,.dark div{color:hsl(var(--foreground))!important}.dark .text-muted-foreground{color:hsl(var(--muted-foreground))!important}}.rich-editor-wrapper{background:#fff;border:1px solid hsl(var(--border));border-radius:8px;overflow:hidden;min-height:400px}.dark .rich-editor-wrapper{background:hsl(var(--background))}.rich-editor-wrapper .quill{display:flex;flex-direction:column;height:100%;min-height:400px}.rich-editor-wrapper .ql-toolbar.ql-snow{border:none;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .3);padding:12px;position:sticky;top:0;z-index:10}.rich-editor-wrapper .ql-container.ql-snow{border:none;flex:1;min-height:350px}.rich-editor-wrapper .ql-editor{min-height:350px;max-height:500px;overflow-y:auto;padding:20px;font-size:15px;line-height:1.6;color:hsl(var(--foreground));background:#fff}.dark .rich-editor-wrapper .ql-editor{background:hsl(var(--background));color:hsl(var(--foreground))}.rich-editor-wrapper .ql-editor.ql-blank:before{color:hsl(var(--muted-foreground));opacity:.6;font-style:italic;left:20px;right:20px}.ql-snow .ql-stroke{stroke:hsl(var(--foreground))}.ql-snow .ql-fill{fill:hsl(var(--foreground))}.ql-snow .ql-picker-label{color:hsl(var(--foreground))}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke{stroke:hsl(var(--primary))}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill{fill:hsl(var(--primary))}.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke{stroke:hsl(var(--primary))}.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill{fill:hsl(var(--primary))}.ql-snow .ql-picker-options{background-color:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:6px;box-shadow:0 10px 15px -3px #0000001a}.ql-snow .ql-picker-item{color:hsl(var(--foreground))}.ql-snow .ql-picker-item.ql-selected{color:hsl(var(--primary))}.rich-editor-wrapper .ql-editor h1,.rich-editor-wrapper .ql-editor h2,.rich-editor-wrapper .ql-editor h3,.rich-editor-wrapper .ql-editor h4,.rich-editor-wrapper .ql-editor h5,.rich-editor-wrapper .ql-editor h6{font-weight:600;margin:1em 0}.rich-editor-wrapper .ql-editor h1{font-size:2em}.rich-editor-wrapper .ql-editor h2{font-size:1.5em}.rich-editor-wrapper .ql-editor h3{font-size:1.17em}.rich-editor-wrapper .ql-editor p{margin-bottom:1em}.rich-editor-wrapper .ql-editor ul,.rich-editor-wrapper .ql-editor ol{padding-left:1.5em;margin-bottom:1em}.rich-editor-wrapper .ql-editor blockquote{border-left:4px solid hsl(var(--primary));padding-left:16px;margin:1em 0;font-style:italic;color:hsl(var(--muted-foreground))}.rich-editor-wrapper .ql-editor a{color:hsl(var(--primary));text-decoration:underline}.rich-editor-wrapper .ql-editor img{max-width:100%;height:auto;border-radius:6px;margin:8px 0}.rich-editor-wrapper .ql-editor::-webkit-scrollbar{width:8px}.rich-editor-wrapper .ql-editor::-webkit-scrollbar-track{background:hsl(var(--muted));border-radius:4px}.rich-editor-wrapper .ql-editor::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .3);border-radius:4px}.rich-editor-wrapper .ql-editor::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}@media (max-width: 768px){.rich-editor-wrapper,.rich-editor-wrapper .quill{min-height:300px}.rich-editor-wrapper .ql-container.ql-snow{min-height:250px}.rich-editor-wrapper .ql-editor{min-height:250px;max-height:400px;padding:16px;font-size:16px}.rich-editor-wrapper .ql-toolbar.ql-snow{padding:8px}.rich-editor-wrapper .ql-toolbar.ql-snow button{width:32px!important;height:32px!important}}.rich-text-content{line-height:1.75;color:hsl(var(--foreground))}.rich-text-content h1,.rich-text-content h2,.rich-text-content h3,.rich-text-content h4,.rich-text-content h5,.rich-text-content h6{font-weight:700;line-height:1.3;margin-top:1.5em;margin-bottom:.75em;color:hsl(var(--foreground))}.rich-text-content h1{font-size:2.25em;margin-top:0}.rich-text-content h2{font-size:1.875em}.rich-text-content h3{font-size:1.5em}.rich-text-content h4{font-size:1.25em}.rich-text-content h5{font-size:1.125em}.rich-text-content h6{font-size:1em}.rich-text-content p{margin-bottom:1.25em;line-height:1.75}.rich-text-content strong,.rich-text-content b{font-weight:700;color:hsl(var(--foreground))}.rich-text-content em,.rich-text-content i{font-style:italic}.rich-text-content u{text-decoration:underline}.rich-text-content s,.rich-text-content strike{text-decoration:line-through}.rich-text-content ul,.rich-text-content ol{margin-bottom:1.25em;padding-left:2em}.rich-text-content ul{list-style-type:disc}.rich-text-content ol{list-style-type:decimal}.rich-text-content li{margin-bottom:.5em;line-height:1.75}.rich-text-content li>ul,.rich-text-content li>ol{margin-top:.5em;margin-bottom:.5em}.rich-text-content ul ul{list-style-type:circle}.rich-text-content ul ul ul{list-style-type:square}.rich-text-content ol ol{list-style-type:lower-alpha}.rich-text-content ol ol ol{list-style-type:lower-roman}.rich-text-content a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.rich-text-content a:hover{color:hsl(var(--primary) / .8);text-decoration:underline}.rich-text-content blockquote{border-left:4px solid hsl(var(--primary));padding-left:1.5em;margin:1.5em 0;font-style:italic;color:hsl(var(--muted-foreground))}.rich-text-content blockquote p{margin-bottom:.5em}.rich-text-content blockquote p:last-child{margin-bottom:0}.rich-text-content code{background-color:hsl(var(--muted));color:hsl(var(--foreground));padding:.2em .4em;border-radius:4px;font-size:.9em;font-family:Courier New,Courier,monospace}.rich-text-content pre{background-color:hsl(var(--muted));color:hsl(var(--foreground));padding:1em;border-radius:6px;overflow-x:auto;margin:1.5em 0;line-height:1.5}.rich-text-content pre code{background-color:transparent;padding:0;border-radius:0;font-size:1em}.rich-text-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5em 0;box-shadow:0 2px 8px #0000001a}.rich-text-content video,.rich-text-content iframe{max-width:100%;border-radius:8px;margin:1.5em 0}.rich-text-content hr{border:none;border-top:1px solid hsl(var(--border));margin:2em 0}.rich-text-content table{width:100%;border-collapse:collapse;margin:1.5em 0}.rich-text-content table th,.rich-text-content table td{padding:.75em;border:1px solid hsl(var(--border));text-align:left}.rich-text-content table th{background-color:hsl(var(--muted));font-weight:600}.rich-text-content table tr:nth-child(2n){background-color:hsl(var(--muted) / .3)}.rich-text-content .ql-align-left{text-align:left}.rich-text-content .ql-align-center{text-align:center}.rich-text-content .ql-align-right{text-align:right}.rich-text-content .ql-align-justify{text-align:justify}.rich-text-content .ql-indent-1{padding-left:3em}.rich-text-content .ql-indent-2{padding-left:6em}.rich-text-content .ql-indent-3{padding-left:9em}.rich-text-content .ql-indent-4{padding-left:12em}.rich-text-content .ql-indent-5{padding-left:15em}.rich-text-content .ql-indent-6{padding-left:18em}.rich-text-content .ql-indent-7{padding-left:21em}.rich-text-content .ql-indent-8{padding-left:24em}.rich-text-content .ql-size-small{font-size:.75em}.rich-text-content .ql-size-large{font-size:1.5em}.rich-text-content .ql-size-huge{font-size:2.5em}.rich-text-content .ql-font-serif{font-family:Georgia,Times New Roman,serif}.rich-text-content .ql-font-monospace{font-family:Courier New,Courier,monospace}.rich-text-content sub{vertical-align:sub;font-size:.75em}.rich-text-content sup{vertical-align:super;font-size:.75em}.dark .rich-text-content{color:hsl(var(--foreground))}.dark .rich-text-content code,.dark .rich-text-content pre{background-color:hsl(var(--muted));color:hsl(var(--foreground))}.dark .rich-text-content blockquote{color:hsl(var(--muted-foreground))}.dark .rich-text-content img{box-shadow:0 2px 8px #ffffff1a}.dark .rich-text-content table th{background-color:hsl(var(--muted))}.dark .rich-text-content table tr:nth-child(2n){background-color:hsl(var(--muted) / .3)}.rich-text-content>*:first-child{margin-top:0}.rich-text-content>*:last-child{margin-bottom:0}@media (max-width: 768px){.rich-text-content h1{font-size:1.875em}.rich-text-content h2{font-size:1.5em}.rich-text-content h3{font-size:1.25em}.rich-text-content .ql-indent-1,.rich-text-content .ql-indent-2,.rich-text-content .ql-indent-3,.rich-text-content .ql-indent-4,.rich-text-content .ql-indent-5,.rich-text-content .ql-indent-6,.rich-text-content .ql-indent-7,.rich-text-content .ql-indent-8{padding-left:2em}.rich-text-content table{font-size:.875em}.rich-text-content table th,.rich-text-content table td{padding:.5em}}@media (min-width: 1025px){[data-radix-dialog-content]{max-width:1200px!important;width:95vw!important;max-height:92vh!important;padding:24px!important}[data-radix-tabs-root]{width:100%}[data-radix-tabs-list]{grid-template-columns:repeat(4,1fr)!important;gap:8px}[data-radix-tabs-trigger]{padding:12px 16px!important;font-size:14px!important;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px}.grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px) and (max-width: 1024px){[data-radix-dialog-content]{max-width:90vw!important;width:90vw!important;max-height:88vh!important;padding:20px!important;margin:16px!important}[data-radix-tabs-list]{grid-template-columns:repeat(2,1fr)!important;gap:6px}[data-radix-tabs-trigger]{padding:10px 12px!important;font-size:13px!important;min-height:44px;gap:6px}[data-radix-tabs-trigger] svg{width:18px!important;height:18px!important}.grid-cols-2{grid-template-columns:1fr!important}input[type=text],input[type=url],input[type=number],textarea,select{min-height:44px!important;font-size:16px!important;padding:10px 12px!important}label{font-size:14px!important;font-weight:500;margin-bottom:6px}.ql-container{min-height:220px!important}.ql-editor{min-height:220px!important;max-height:450px!important;font-size:15px!important}[data-radix-dialog-footer]{flex-direction:column-reverse!important;gap:8px}[data-radix-dialog-footer] button{width:100%!important;min-height:44px!important}}@media (max-width: 767px){[data-radix-dialog-content]{max-width:100vw!important;width:100vw!important;max-height:100vh!important;height:100vh!important;margin:0!important;padding:16px!important;border-radius:0!important;overflow-y:auto!important}[data-radix-dialog-header]{padding-bottom:12px;position:sticky;top:0;background:hsl(var(--background));z-index:10;margin-bottom:16px;border-bottom:1px solid hsl(var(--border))}[data-radix-dialog-title]{font-size:18px!important;line-height:1.3}[data-radix-dialog-description]{font-size:13px!important;line-height:1.4}[data-radix-tabs-list]{grid-template-columns:repeat(2,1fr)!important;gap:6px;padding:4px}[data-radix-tabs-trigger]{padding:10px 8px!important;font-size:12px!important;min-height:48px!important;flex-direction:column;gap:4px}[data-radix-tabs-trigger] svg{width:20px!important;height:20px!important}[data-radix-tabs-content]{padding:16px 0}.grid-cols-2,.grid{grid-template-columns:1fr!important}input[type=text],input[type=url],input[type=number],textarea,select{min-height:48px!important;font-size:16px!important;padding:12px!important;border-radius:8px}[data-radix-select-trigger]{min-height:48px!important;font-size:16px!important;padding:12px!important}label{font-size:14px!important;font-weight:600;margin-bottom:8px;display:block}.text-xs{font-size:12px!important;line-height:1.4}.ql-container{min-height:250px!important;border-radius:8px}.ql-editor{min-height:250px!important;max-height:400px!important;font-size:16px!important;padding:12px!important;line-height:1.6}.ql-toolbar.ql-snow{flex-wrap:wrap!important;padding:8px!important;gap:4px;border-radius:8px 8px 0 0}[data-radix-switch]{min-width:50px!important;min-height:28px!important}[data-radix-switch-thumb]{width:24px!important;height:24px!important}.bg-blue-50,.bg-muted{padding:12px!important;border-radius:8px}.bg-blue-50 ul{grid-template-columns:1fr!important}button[type=button]{min-height:40px!important;padding:8px 12px!important}[data-radix-dialog-footer]{position:sticky!important;bottom:0!important;background:hsl(var(--background))!important;padding:16px 0!important;border-top:1px solid hsl(var(--border))!important;margin-top:24px!important;flex-direction:column-reverse!important;gap:10px;z-index:10}[data-radix-dialog-footer] button{width:100%!important;min-height:50px!important;font-size:16px!important;font-weight:600;border-radius:8px}.flex.items-center.justify-between{padding:12px!important}[data-radix-separator]{margin:16px 0!important}}@media (max-width: 374px){[data-radix-dialog-content]{padding:12px!important}[data-radix-dialog-title]{font-size:16px!important}[data-radix-tabs-trigger]{font-size:11px!important;padding:8px 6px!important}input,textarea,select{font-size:16px!important;padding:10px!important}.ql-editor{font-size:15px!important;padding:10px!important}}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[data-radix-tabs-trigger]:focus-visible{outline:2px solid hsl(var(--primary))!important;outline-offset:2px!important;box-shadow:0 0 0 4px hsl(var(--primary) / .1)!important}label{color:hsl(var(--foreground))!important}.text-muted-foreground{color:hsl(var(--muted-foreground))!important}button,[role=button],input[type=checkbox],input[type=radio],[data-radix-switch]{min-width:44px;min-height:44px}@media (max-width: 767px){*{animation-duration:.2s!important;transition-duration:.2s!important}}[data-radix-dialog-content]{contain:layout style paint}.section-nav-menu{position:sticky;top:64px;z-index:40;background:#fff;box-shadow:0 2px 8px #0000001a;border-bottom:1px solid #e5e7eb;transition:all .3s ease}.dark .section-nav-menu{background:#1f2937;border-bottom-color:#374151;box-shadow:0 2px 8px #0000004d}.section-nav-container{max-width:1280px;margin:0 auto;position:relative}.section-nav-scroll{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.section-nav-scroll::-webkit-scrollbar{display:none}.section-nav-items{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem}.section-nav-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;white-space:nowrap;font-weight:500;font-size:.875rem;transition:all .3s ease;border:none;cursor:pointer;flex-shrink:0}.section-nav-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.section-nav-button.inactive{background:#f3f4f6;color:#374151}.dark .section-nav-button.inactive{background:#374151;color:#d1d5db}.section-nav-button.inactive:hover{background:#e5e7eb}.dark .section-nav-button.inactive:hover{background:#4b5563}.section-nav-button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66;transform:scale(1.05)}.section-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#fff;box-shadow:0 2px 8px #00000026;border-radius:9999px;padding:.5rem;border:none;cursor:pointer;transition:all .2s ease}.dark .section-nav-arrow{background:#374151}.section-nav-arrow:hover{background:#f3f4f6}.dark .section-nav-arrow:hover{background:#4b5563}.section-nav-arrow.left{left:0}.section-nav-arrow.right{right:0}@media (min-width: 768px) and (max-width: 1024px){.section-nav-menu{top:60px}.section-nav-items{padding:.75rem 3rem}.section-nav-button{font-size:.9375rem;padding:.625rem 1.25rem}}@media (min-width: 1024px){.section-nav-items{justify-content:center;padding:1rem 3rem;gap:.75rem}.section-nav-button{font-size:1rem;padding:.625rem 1.5rem}}@media (max-width: 767px){.section-nav-menu{top:56px}.section-nav-items{padding:.5rem .75rem;gap:.375rem}.section-nav-button{font-size:.8125rem;padding:.5rem .875rem}.section-nav-button span:first-child{font-size:1rem}.section-nav-arrow{display:none}}@media (max-width: 479px){.section-nav-items{padding:.5rem;gap:.25rem}.section-nav-button{font-size:.75rem;padding:.375rem .75rem}.section-nav-button span:first-child{font-size:.875rem}}html{scroll-behavior:smooth}.section-wrapper{scroll-margin-top:140px}@media (max-width: 767px){.section-wrapper{scroll-margin-top:120px}}.ql-editor{-webkit-user-select:text;-moz-user-select:text;user-select:text}.ql-editor,.ql-toolbar{touch-action:pan-y}.rich-editor-wrapper .ql-editor{visibility:visible!important;opacity:1!important;display:block!important}.rich-editor-wrapper .ql-editor p,.rich-editor-wrapper .ql-editor div,.rich-editor-wrapper .ql-editor span,.rich-editor-wrapper .ql-editor h1,.rich-editor-wrapper .ql-editor h2,.rich-editor-wrapper .ql-editor h3,.rich-editor-wrapper .ql-editor ul,.rich-editor-wrapper .ql-editor ol,.rich-editor-wrapper .ql-editor li{visibility:visible!important;opacity:1!important}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--admin-background: 0 0% 100%;--admin-foreground: 222.2 84% 4.9%;--admin-surface: 0 0% 100%;--admin-surface-foreground: 222.2 84% 4.9%;--admin-primary: 222.2 47.4% 11.2%;--admin-primary-foreground: 210 40% 98%;--admin-secondary: 210 40% 96.1%;--admin-secondary-foreground: 222.2 47.4% 11.2%;--admin-muted: 210 40% 96.1%;--admin-muted-foreground: 215.4 16.3% 46.9%;--admin-accent: 210 40% 96.1%;--admin-accent-foreground: 222.2 47.4% 11.2%;--admin-border: 214.3 31.8% 91.4%;--admin-input: 214.3 31.8% 91.4%;--admin-ring: 222.2 84% 4.9%;--admin-sidebar-background: 0 0% 98%;--admin-sidebar-foreground: 240 5.3% 26.1%;--admin-sidebar-primary: 240 5.9% 10%;--admin-sidebar-primary-foreground: 0 0% 98%;--admin-sidebar-accent: 240 4.8% 95.9%;--admin-sidebar-accent-foreground: 240 5.9% 10%;--admin-sidebar-border: 220 13% 91%;--admin-sidebar-ring: 217.2 91.2% 59.8%;--admin-dashboard-bg: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);--admin-card-bg: 0 0% 100% / .8;--admin-card-border: 0 0% 100% / .2;--admin-glass-bg: 0 0% 100% / .8;--admin-glass-border: 0 0% 100% / .2;--admin-success: 142 76% 36%;--admin-success-foreground: 355.7 100% 97.3%;--admin-warning: 45 93% 47%;--admin-warning-foreground: 26 83% 14%;--admin-error: 0 84.2% 60.2%;--admin-error-foreground: 210 40% 98%;--admin-info: 217 91% 60%;--admin-info-foreground: 210 40% 98%;--admin-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--admin-shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--admin-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--admin-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--admin-animation-duration: .3s;--admin-animation-easing: cubic-bezier(.4, 0, .2, 1);--admin-animation-easing-spring: cubic-bezier(.34, 1.56, .64, 1);--admin-transition-fast: .15s var(--admin-animation-easing);--admin-transition-normal: .3s var(--admin-animation-easing);--admin-transition-slow: .5s var(--admin-animation-easing);--admin-sidebar-width: 288px;--admin-sidebar-collapsed-width: 80px;--admin-header-height: 80px;--admin-chart-primary: 217 91% 60%;--admin-chart-secondary: 142 76% 36%;--admin-chart-tertiary: 45 93% 47%;--admin-chart-quaternary: 262 83% 58%;--admin-chart-quinary: 0 84% 60%}.dark{--admin-background: 222.2 84% 4.9%;--admin-foreground: 210 40% 98%;--admin-surface: 222.2 84% 4.9%;--admin-surface-foreground: 210 40% 98%;--admin-primary: 210 40% 98%;--admin-primary-foreground: 222.2 47.4% 11.2%;--admin-secondary: 217.2 32.6% 17.5%;--admin-secondary-foreground: 210 40% 98%;--admin-muted: 217.2 32.6% 17.5%;--admin-muted-foreground: 215 20.2% 65.1%;--admin-accent: 217.2 32.6% 17.5%;--admin-accent-foreground: 210 40% 98%;--admin-border: 217.2 32.6% 17.5%;--admin-input: 217.2 32.6% 17.5%;--admin-ring: 212.7 26.8% 83.9%;--admin-sidebar-background: 240 5.9% 10%;--admin-sidebar-foreground: 240 4.8% 95.9%;--admin-sidebar-primary: 224.3 76.3% 48%;--admin-sidebar-primary-foreground: 0 0% 100%;--admin-sidebar-accent: 240 3.7% 15.9%;--admin-sidebar-accent-foreground: 240 4.8% 95.9%;--admin-sidebar-border: 240 3.7% 15.9%;--admin-sidebar-ring: 217.2 91.2% 59.8%;--admin-dashboard-bg: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);--admin-card-bg: 222.2 84% 4.9% / .8;--admin-card-border: 217.2 32.6% 17.5% / .2;--admin-glass-bg: 222.2 84% 4.9% / .8;--admin-glass-border: 217.2 32.6% 17.5% / .2;--admin-success: 142 70% 45%;--admin-success-foreground: 355.7 100% 97.3%;--admin-warning: 48 96% 53%;--admin-warning-foreground: 26 83% 14%;--admin-error: 0 62.8% 30.6%;--admin-error-foreground: 210 40% 98%;--admin-info: 217 92% 76%;--admin-info-foreground: 210 40% 98%;--admin-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .3);--admin-shadow-md: 0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .2);--admin-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .3), 0 4px 6px -4px rgb(0 0 0 / .2);--admin-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .4), 0 8px 10px -6px rgb(0 0 0 / .3);--admin-chart-primary: 217 92% 76%;--admin-chart-secondary: 142 70% 45%;--admin-chart-tertiary: 48 96% 53%;--admin-chart-quaternary: 268 88% 66%;--admin-chart-quinary: 0 68% 58%}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%;--status-ordered: 45 93% 57%;--status-packed: 262 83% 58%;--status-shipped: 217 91% 60%;--status-out-for-delivery: 199 89% 48%;--status-delivered: 142 76% 36%;--status-cancelled: 0 72% 51%;--glass-bg: 0 0% 100% .8;--glass-border: 0 0% 100% .2;--shadow-light: 0 4px 6px -1px hsl(var(--foreground) / .1), 0 2px 4px -1px hsl(var(--foreground) / .06);--shadow-medium: 0 10px 15px -3px hsl(var(--foreground) / .1), 0 4px 6px -2px hsl(var(--foreground) / .05);--shadow-large: 0 20px 25px -5px hsl(var(--foreground) / .1), 0 10px 10px -5px hsl(var(--foreground) / .04);--gradient-primary: linear-gradient(135deg, hsl(var(--primary) / .9) 0%, hsl(var(--primary) / .7) 100%);--gradient-success: linear-gradient(135deg, hsl(var(--success) / .9) 0%, hsl(var(--success) / .7) 100%);--gradient-warning: linear-gradient(135deg, hsl(var(--warning) / .9) 0%, hsl(var(--warning) / .7) 100%);--gradient-error: linear-gradient(135deg, hsl(var(--destructive) / .9) 0%, hsl(var(--destructive) / .7) 100%);--success: 142 76% 36%;--transition-fast: .15s ease-out;--transition-normal: .3s ease-out;--transition-slow: .5s ease-out;--theme-toggle-duration: .2s;--theme-toggle-easing: cubic-bezier(.4, 0, .2, 1)}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 212.7 26.8% 83.9%;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 217.2 91.2% 59.8%;--status-ordered: 48 96% 53%;--status-packed: 268 88% 66%;--status-shipped: 217 92% 76%;--status-out-for-delivery: 199 89% 67%;--status-delivered: 142 70% 45%;--status-cancelled: 0 68% 58%;--glass-bg: 222.2 84% 4.9% .8;--glass-border: 217.2 32.6% 17.5% .2;--shadow-light: 0 4px 6px -1px hsl(var(--foreground) / .3), 0 2px 4px -1px hsl(var(--foreground) / .2);--shadow-medium: 0 10px 15px -3px hsl(var(--foreground) / .3), 0 4px 6px -2px hsl(var(--foreground) / .2);--shadow-large: 0 20px 25px -5px hsl(var(--foreground) / .4), 0 10px 10px -5px hsl(var(--foreground) / .3);--gradient-primary: linear-gradient(135deg, hsl(var(--primary) / .9) 0%, hsl(var(--primary) / .7) 100%);--gradient-success: linear-gradient(135deg, hsl(var(--success) / .9) 0%, hsl(var(--success) / .7) 100%);--gradient-warning: linear-gradient(135deg, hsl(var(--warning) / .9) 0%, hsl(var(--warning) / .7) 100%);--gradient-error: linear-gradient(135deg, hsl(var(--destructive) / .9) 0%, hsl(var(--destructive) / .7) 100%)}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground));overflow-x:hidden;min-height:100vh;min-height:100dvh;padding-top:0}main,.main-content,[role=main]{min-height:100vh;width:100%;overflow-x:hidden;box-sizing:border-box;padding-top:4.5rem;margin-top:0}@media (min-width: 640px){main,.main-content,[role=main]{padding-top:5.5rem}}html{overflow-x:hidden;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.container,[class*=container]{max-width:100vw;overflow-x:hidden}.\!container{max-width:100vw!important;overflow-x:hidden!important}.mobile-safe-container{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;padding-left:1rem;padding-right:1rem;margin-top:0;padding-top:0}@media (min-width: 640px){.mobile-safe-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.mobile-safe-container{padding-left:2rem;padding-right:2rem}}.\!container{width:100%!important;margin-right:auto!important;margin-left:auto!important;padding-right:2rem!important;padding-left:2rem!important}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 690px){.\!container{max-width:690px!important}.container{max-width:690px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1400px){.\!container{max-width:1400px!important}.container{max-width:1400px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.admin-bg{background:hsl(var(--admin-background));color:hsl(var(--admin-foreground))}.admin-surface{background:hsl(var(--admin-surface));color:hsl(var(--admin-surface-foreground))}.admin-card{background:hsl(var(--admin-card-bg));border:1px solid hsl(var(--admin-card-border));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.admin-glass{background:hsl(var(--admin-glass-bg));border:1px solid hsl(var(--admin-glass-border));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.admin-status-success{background:hsl(var(--admin-success));color:hsl(var(--admin-success-foreground))}.admin-status-warning{background:hsl(var(--admin-warning));color:hsl(var(--admin-warning-foreground))}.admin-status-error{background:hsl(var(--admin-error));color:hsl(var(--admin-error-foreground))}.admin-status-info{background:hsl(var(--admin-info));color:hsl(var(--admin-info-foreground))}.admin-shadow-sm{box-shadow:var(--admin-shadow-sm)}.admin-shadow-md{box-shadow:var(--admin-shadow-md)}.admin-shadow-lg{box-shadow:var(--admin-shadow-lg)}.admin-shadow-xl{box-shadow:var(--admin-shadow-xl)}.admin-transition{transition:all var(--admin-transition-normal)}.admin-transition-fast{transition:all var(--admin-transition-fast)}.admin-transition-slow{transition:all var(--admin-transition-slow)}.reduce-motion *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.high-contrast{--admin-border: 0 0% 0%;--admin-ring: 0 0% 0%}.high-contrast.dark{--admin-border: 0 0% 100%;--admin-ring: 0 0% 100%}.admin-theme-toggle{position:relative;overflow:hidden;transition:all var(--admin-transition-fast);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.admin-theme-toggle:hover{transform:scale(1.05);box-shadow:var(--admin-shadow-md)}.admin-theme-toggle:active{transform:scale(.95)}.admin-theme-toggle-icon{transition:all var(--admin-transition-fast);will-change:transform,opacity}.admin-theme-toggle-icon-enter{opacity:1;transform:rotate(0) scale(1)}.admin-theme-toggle-icon-exit{opacity:0;transform:scale(.75);position:absolute;top:50%;left:50%;transform-origin:center;margin-left:-.6rem;margin-top:-.6rem}.admin-theme-toggle-icon-sun-exit{transform:rotate(90deg) scale(.75)}.admin-theme-toggle-icon-moon-exit{transform:rotate(-90deg) scale(.75)}.admin-layout{min-height:100vh;background:var(--admin-dashboard-bg)}.admin-sidebar-collapsed+.admin-content{margin-left:var(--admin-sidebar-collapsed-width)}@media (max-width: 1024px){.admin-sidebar-expanded+.admin-content,.admin-sidebar-collapsed+.admin-content{margin-left:0}}.admin-card-enhanced{background:hsl(var(--admin-card-bg));border:1px solid hsl(var(--admin-card-border));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:var(--admin-shadow-md);border-radius:.75rem}@media (max-width: 768px){.admin-card-enhanced{padding:12px;margin-bottom:12px;border-radius:8px}}@media (min-width: 768px) and (max-width: 1366px){.admin-card-enhanced{border-radius:.75rem;padding:1.25rem;margin-bottom:1rem}.dark .admin-card-enhanced{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--card-foreground))}}.admin-card-enhanced{transition:all var(--admin-transition-normal)}.admin-card-enhanced:hover{transform:translateY(-2px);box-shadow:var(--admin-shadow-lg)}.admin-btn-primary{background:hsl(var(--admin-primary));color:hsl(var(--admin-primary-foreground));border:1px solid hsl(var(--admin-primary));transition:all var(--admin-transition-fast)}.admin-btn-primary:hover{background:hsl(var(--admin-primary) / .9);transform:translateY(-1px);box-shadow:var(--admin-shadow-md)}.admin-btn-secondary{background:hsl(var(--admin-secondary));color:hsl(var(--admin-secondary-foreground));border:1px solid hsl(var(--admin-border));transition:all var(--admin-transition-fast)}.admin-btn-secondary:hover{background:hsl(var(--admin-accent));transform:translateY(-1px);box-shadow:var(--admin-shadow-md)}.admin-input{background:hsl(var(--admin-surface));border:1px solid hsl(var(--admin-border));color:hsl(var(--admin-foreground));transition:all var(--admin-transition-fast)}.admin-input:focus{border-color:hsl(var(--admin-ring));box-shadow:0 0 0 2px hsl(var(--admin-ring) / .2)}.admin-nav-item{transition:all var(--admin-transition-fast);border-radius:.75rem}.admin-nav-item:hover{background:hsl(var(--admin-sidebar-accent));transform:translate(4px)}.admin-nav-item.active{background:hsl(var(--admin-sidebar-primary));color:hsl(var(--admin-sidebar-primary-foreground));box-shadow:var(--admin-shadow-md)}.admin-nav-item.\!active{background:hsl(var(--admin-sidebar-primary))!important;color:hsl(var(--admin-sidebar-primary-foreground))!important;box-shadow:var(--admin-shadow-md)!important}.admin-metric-card{background:hsl(var(--admin-card-bg));border:1px solid hsl(var(--admin-card-border));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:var(--admin-shadow-md);border-radius:.75rem}@media (max-width: 768px){.admin-metric-card{padding:12px;margin-bottom:12px;border-radius:8px}}@media (min-width: 768px) and (max-width: 1366px){.admin-metric-card{border-radius:.75rem;padding:1.25rem;margin-bottom:1rem}.dark .admin-metric-card{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--card-foreground))}}.admin-metric-card{transition:all var(--admin-transition-normal)}.admin-metric-card:hover{transform:translateY(-2px);box-shadow:var(--admin-shadow-lg)}.admin-metric-card{padding:1.5rem;background:linear-gradient(135deg,hsl(var(--admin-surface)),hsl(var(--admin-surface) / .8))}.admin-metric-card-success{border-left:4px solid hsl(var(--admin-success))}.admin-metric-card-warning{border-left:4px solid hsl(var(--admin-warning))}.admin-metric-card-error{border-left:4px solid hsl(var(--admin-error))}.admin-metric-card-info{border-left:4px solid hsl(var(--admin-info))}.admin-header-container{position:sticky;top:0;z-index:9999;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .3s cubic-bezier(.4,0,.2,1)}.admin-header-container{background:#ffffffd9;border-bottom:1px solid rgba(229,231,235,.8);box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008}.dark .admin-header-container{background:#0f172ad9;border-bottom:1px solid rgba(51,65,85,.8);box-shadow:0 1px 3px #0000004d,0 1px 2px #0003}.admin-header-content{display:flex;height:4rem;align-items:center;justify-content:space-between;padding:0 1rem;max-width:100%}@media (min-width: 768px){.admin-header-content{padding:0 1.5rem}}.admin-header-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;max-width:60%}@media (min-width: 768px){.admin-header-left{gap:1rem;max-width:50%}}.admin-header-menu-btn{flex-shrink:0;padding:.5rem;border-radius:.5rem;transition:all .15s ease}.admin-header-menu-btn:hover{background:#f3f4f6cc}.dark .admin-header-menu-btn:hover{background:#33415599}.admin-header-favicon{flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:.375rem;overflow:hidden;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;border:1px solid rgba(229,231,235,.5)}.dark .admin-header-favicon{border:1px solid rgba(51,65,85,.5)}@media (min-width: 768px){.admin-header-favicon{width:2rem;height:2rem}}.admin-header-title-container{min-width:0;flex:1}.admin-header-title{font-size:1rem;font-weight:600;line-height:1.25;color:#111827;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark .admin-header-title{color:#f9fafb}@media (min-width: 768px){.admin-header-title{font-size:1.25rem}}.admin-header-subtitle{font-size:.75rem;line-height:1;color:#6b7280;margin:.125rem 0 0;display:none}.dark .admin-header-subtitle{color:#9ca3af}@media (min-width: 640px){.admin-header-subtitle{display:block}}.admin-header-center{display:none;flex:1;max-width:28rem;margin:0 2rem}@media (min-width: 768px){.admin-header-center{display:flex}}.admin-header-right{display:flex;align-items:center;gap:.25rem;flex-shrink:0}@media (min-width: 768px){.admin-header-right{gap:.5rem}}.admin-header-action-btn{position:relative;flex-shrink:0;width:2rem;height:2rem;padding:.375rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease;background:transparent;border:1px solid transparent}.admin-header-action-btn:hover{background:#f3f4f6cc;border-color:#e5e7eb80}.dark .admin-header-action-btn:hover{background:#33415599;border-color:#47556980}@media (min-width: 768px){.admin-header-action-btn{width:2.25rem;height:2.25rem}}.dark .admin-header-badge{border-color:#0f172a}.admin-header-user-btn{flex-shrink:0;width:2rem;height:2rem;border-radius:9999px;overflow:hidden;border:2px solid rgba(229,231,235,.5);transition:all .15s ease;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.dark .admin-header-user-btn{border-color:#33415580}.admin-header-user-btn:hover{border-color:#3b82f6;transform:scale(1.05)}.dark .admin-header-user-btn:hover{border-color:#60a5fa}@media (min-width: 768px){.admin-header-user-btn{width:2.5rem;height:2.5rem}}.mobile-admin-header{position:fixed;top:0;left:0;right:0;z-index:50;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffffe6;border-bottom:1px solid rgba(229,231,235,.8);box-shadow:0 1px 3px #0000000d}.dark .mobile-admin-header{background:#0f172ae6;border-bottom:1px solid rgba(51,65,85,.8);box-shadow:0 1px 3px #0000004d}.mobile-admin-header-content{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;min-height:3.75rem}.mobile-header-left{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.mobile-header-logo{width:2rem;height:2rem;border-radius:.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-header-title{min-width:0;flex:1}.mobile-header-title h1{font-size:1rem;font-weight:700;color:#111827;margin:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark .mobile-header-title h1{color:#f9fafb}.mobile-header-title p{font-size:.75rem;color:#6b7280;margin:0;line-height:1}.dark .mobile-header-title p{color:#9ca3af}.mobile-header-right{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.mobile-admin-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-top:1px solid rgba(229,231,235,.8);box-shadow:0 -1px 3px #0000000d}.dark .mobile-admin-bottom-nav{background:#0f172af2;border-top:1px solid rgba(51,65,85,.8);box-shadow:0 -1px 3px #0000004d}.mobile-nav-scroll-container{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.mobile-nav-scroll-container::-webkit-scrollbar{display:none}.mobile-nav-items{display:flex;align-items:center;gap:.25rem;padding:.5rem;min-width:-moz-max-content;min-width:max-content}.mobile-nav-item{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:.5rem;white-space:nowrap;min-height:3rem;flex-shrink:0;transition:all .15s ease;background:#f3f4f680;color:#374151;position:relative}.dark .mobile-nav-item{background:#33415580;color:#d1d5db}.mobile-nav-item:hover{background:#e5e7ebcc}.dark .mobile-nav-item:hover{background:#475569cc}.mobile-nav-item.active{background:#3b82f6;color:#fff;box-shadow:0 4px 6px -1px #3b82f64d}.mobile-nav-item.\!active{background:#3b82f6!important;color:#fff!important;box-shadow:0 4px 6px -1px #3b82f64d!important}.dark .mobile-nav-item.active{background:#60a5fa;color:#fff}.dark .mobile-nav-item.\!active{background:#60a5fa!important;color:#fff!important}@media (min-width: 768px) and (max-width: 1366px){.admin-header-content{padding:0 1.5rem}.admin-header-left{max-width:45%}.admin-header-center{max-width:24rem;margin:0 1.5rem}.mobile-admin-bottom-nav{padding:0 1rem}.mobile-nav-scroll-container{overflow-x:visible;display:flex;justify-content:center;align-items:center}.mobile-nav-items{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;width:100%;max-width:900px;margin:0 auto;min-width:auto}.mobile-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:.75rem 1rem;border-radius:.75rem;min-height:auto;height:auto;max-width:140px;text-align:center}.mobile-nav-item svg{width:1.5rem;height:1.5rem;margin:0 auto}.mobile-nav-item span{font-size:.75rem;font-weight:500;white-space:nowrap;text-align:center;width:100%}.mobile-nav-item .badge{position:absolute;top:.375rem;right:.375rem;transform:none}{padding:0 1.5rem!important;max-width:45%!important;max-width:24rem!important;margin:0 1.5rem!important}{padding:0 1rem!important;overflow-x:visible!important;flex-direction:row!important;min-width:auto!important;flex:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.375rem!important;padding:.75rem 1rem!important;border-radius:.75rem!important;min-height:auto!important;height:auto!important;max-width:140px!important;width:1.5rem!important;height:1.5rem!important;margin:0 auto!important;font-size:.75rem!important;font-weight:500!important;white-space:nowrap!important;text-align:center!important;width:100%!important}.mobile-nav-item .\!badge{position:absolute!important;top:.375rem!important;right:.375rem!important;transform:none!important}}@media (min-width: 1024px) and (max-width: 1366px){.mobile-nav-items{gap:1rem;padding:.875rem 1.5rem;max-width:1000px}.mobile-nav-item{padding:.875rem 1.25rem;max-width:160px;gap:.5rem}.mobile-nav-item svg{width:1.75rem;height:1.75rem}.mobile-nav-item span{font-size:.8125rem}}.admin-theme-toggle-btn{position:relative;width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .15s ease;background:transparent;border:1px solid transparent}.admin-theme-toggle-btn:hover{background:#f3f4f6cc;border-color:#e5e7eb80;transform:scale(1.05)}.dark .admin-theme-toggle-btn:hover{background:#33415599;border-color:#47556980}.admin-theme-toggle-icon{transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.pb-safe{padding-bottom:env(safe-area-inset-bottom,.5rem)}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}.admin-dropdown-menu{min-width:14rem;background:#fffffff2;border:1px solid rgba(229,231,235,.8);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.dark .admin-dropdown-menu{background:#0f172af2;border-color:#334155cc;box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -4px #0003}.admin-dropdown-item{padding:.625rem 1rem;font-size:.875rem;color:#374151;transition:all .15s ease}.dark .admin-dropdown-item{color:#d1d5db}.admin-dropdown-item:hover{background:#f3f4f6cc}.dark .admin-dropdown-item:hover{background:#33415599}.admin-header-action-btn:focus-visible,.admin-header-user-btn:focus-visible,.admin-theme-toggle-btn:focus-visible,.mobile-nav-item:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.dark .admin-header-action-btn:focus-visible,.dark .admin-header-user-btn:focus-visible,.dark .admin-theme-toggle-btn:focus-visible,.dark .mobile-nav-item:focus-visible{outline-color:#60a5fa}@media (prefers-reduced-motion: reduce){.admin-header-container,.mobile-admin-header,.mobile-admin-bottom-nav,.admin-header-action-btn,.admin-header-user-btn,.admin-theme-toggle-btn,.admin-theme-toggle-icon,.mobile-nav-item{transition-duration:.01ms!important;animation-duration:.01ms!important}}.dropdown-menu-below-header{z-index:9999!important;margin-top:8px!important;transform-origin:top!important}.user-nav-dropdown{margin-top:12px!important;box-shadow:0 10px 25px hsl(var(--foreground) / .15)!important;border:1px solid hsl(var(--border))!important;background:hsl(var(--background))!important;z-index:9999!important}.cart-sheet-below-header{z-index:9995!important;top:4rem!important;height:calc(100vh - 4rem)!important;max-height:calc(100vh - 4rem)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}@media (min-width: 640px){.cart-sheet-below-header{top:5rem!important;height:calc(100vh - 5rem)!important;max-height:calc(100vh - 5rem)!important;width:480px!important;max-width:480px!important}}@media (min-width: 768px){.cart-sheet-below-header{width:520px!important;max-width:520px!important}}@media (min-width: 1024px){.cart-sheet-below-header{width:560px!important;max-width:560px!important}}.cart-sheet [data-radix-dialog-overlay]{background:#0000004d!important;backdrop-filter:blur(4px)!important}@media (min-width: 640px){.cart-sheet [data-radix-dialog-overlay]{background:#0003!important;backdrop-filter:blur(2px)!important}}.sheet-content-below-header{z-index:9995!important;top:4rem!important;height:calc(100vh - 4rem)!important;max-height:calc(100vh - 4rem)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.sheet-content-below-header>div{flex:1!important;overflow-y:auto!important;padding-top:.5rem!important}@media (min-width: 640px){.sheet-content-below-header{top:5rem!important;height:calc(100vh - 5rem)!important;max-height:calc(100vh - 5rem)!important}}.admin-layout [data-radix-dialog-content]{z-index:9998!important;margin-top:4rem!important;max-height:calc(100vh - 6rem)!important}.admin-layout [data-radix-dialog-close]{z-index:10001!important;position:absolute!important;right:1rem!important;top:1rem!important}.search-dialog-content{position:fixed!important;z-index:9999!important;top:4rem!important;margin-top:16px!important;left:50%!important;transform:translate(-50%)!important;max-height:calc(100vh - 4rem - 32px)!important;background:#fff!important;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important}.dark .search-dialog-content{background:#111827!important;box-shadow:0 20px 25px -5px #0006,0 10px 10px -5px #0003!important}@media (min-width: 640px){.search-dialog-content{top:5rem!important;max-height:calc(100vh - 5rem - 32px)!important}}@keyframes search-dialog-enter{0%{opacity:0;transform:translate(-50%) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}.search-dialog-content{animation:search-dialog-enter .15s ease-out!important}[data-radix-dialog-overlay]{z-index:9998!important;background:#0000004d!important;backdrop-filter:blur(2px)!important}.dark [data-radix-dialog-overlay]{background:#0009!important}*,*:before,*:after{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.theme-transition-disabled *{transition:none!important}[data-radix-dialog-content]{z-index:9999!important;background:#fff!important;border:1px solid hsl(var(--border))!important;box-shadow:0 25px 50px -12px #00000040!important;position:relative!important;max-height:85vh!important;overflow-y:auto!important}.dark [data-radix-dialog-content]{background:hsl(var(--background))!important;box-shadow:0 25px 50px -12px #00000080!important;color:hsl(var(--foreground))!important}[data-radix-dialog-content] *{color:inherit}[data-radix-dialog-content] input,[data-radix-dialog-content] textarea,[data-radix-dialog-content] select{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;border:1px solid hsl(var(--border))!important}.dark [data-radix-dialog-content] input,.dark [data-radix-dialog-content] textarea,.dark [data-radix-dialog-content] select{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important}@media (max-width: 640px){[data-radix-sheet-overlay]{background:#0006!important;backdrop-filter:none!important}[data-radix-sheet-content]{background:hsl(var(--background))!important}[data-radix-sheet-content][data-side=left]{width:min(300px,85vw)!important;box-shadow:2px 0 8px #0000001a!important}[data-radix-dialog-content]{margin:1rem!important;width:calc(100vw - 2rem)!important;max-width:none!important}}@media (max-width: 640px){.search-dialog-content{width:calc(100vw - 32px)!important;margin-left:16px!important;margin-right:16px!important;left:0!important;transform:none!important}}.header-fixed{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:10000!important;width:100vw!important}.scrollbar-hide{&::-webkit-scrollbar{display:none}-ms-overflow-style:none;scrollbar-width:none}[data-radix-navigation-menu-content]{z-index:9999!important;margin-top:2px!important}[data-radix-navigation-menu-viewport],[data-radix-dropdown-menu-content],[data-radix-popover-content]{z-index:9999!important}[data-radix-navigation-menu-content]{background:hsl(var(--background) / .98)!important;backdrop-filter:blur(20px)!important;border:1px solid hsl(var(--border))!important;box-shadow:0 20px 25px -5px hsl(var(--foreground) / .1),0 10px 10px -5px hsl(var(--foreground) / .04)!important;border-radius:12px!important}.sheet-content-below-header[data-whatsapp-channel]{padding:0!important}.sheet-content-below-header[data-whatsapp-channel]>div{padding:.25rem .75rem .75rem!important}.sheet-content-below-header[data-whatsapp-channel] [data-radix-sheet-header]{margin-bottom:0!important;padding-bottom:.25rem!important}@media (max-width: 640px){.sheet-content-below-header[data-whatsapp-channel]{width:100vw!important;max-width:none!important}.sheet-content-below-header[data-whatsapp-channel]>div{padding:.125rem .5rem .5rem!important}.sheet-content-below-header[data-whatsapp-channel] [data-radix-sheet-header]{margin-bottom:0!important;padding-bottom:.125rem!important}}[data-radix-navigation-menu-viewport]{transition:all .2s cubic-bezier(.16,1,.3,1)!important}[data-radix-navigation-menu-viewport][data-state=closed]{pointer-events:none!important}[data-radix-navigation-menu-viewport][data-state=open]{pointer-events:auto!important}header{overflow:visible!important;position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:9998!important;width:100vw!important;max-width:100vw!important}header .\!container{overflow:visible!important;max-width:none!important;width:100%!important}header .container{overflow:visible!important;max-width:none!important;width:100%!important}.category-menu-item{transition:all .2s ease-out}.category-menu-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px hsl(var(--foreground) / .1)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-1\.5{inset:.375rem}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-bottom-2{bottom:-.5rem}.-left-1{left:-.25rem}.-left-12{left:-3rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-right-12{right:-3rem}.-right-2{right:-.5rem}.-right-3{right:-.75rem}.-top-0\.5{top:-.125rem}.-top-1{top:-.25rem}.-top-1\.5{top:-.375rem}.-top-12{top:-3rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-24{bottom:6rem}.bottom-3{bottom:.75rem}.bottom-5{bottom:1.25rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-12{left:3rem}.left-2{left:.5rem}.left-20{left:5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-\[50\%\]{left:50%}.left-full{left:100%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-full{right:100%}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-20{top:5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-\[1px\]{top:1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[10000\]{z-index:10000}.z-\[10002\]{z-index:10002}.z-\[1\]{z-index:1}.z-\[9994\]{z-index:9994}.z-\[9995\]{z-index:9995}.z-\[9996\]{z-index:9996}.z-\[9997\]{z-index:9997}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.order-1{order:1}.order-2{order:2}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.-m-px{margin:-1px}.m-2{margin:.5rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.-ml-0{margin-left:-0px}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-14{margin-left:3.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.table-row{display:table-row}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16 / 9}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-3\/4{height:75%}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[1\.2rem\]{height:1.2rem}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[250px\]{height:250px}.h-\[500px\]{height:500px}.h-\[700px\]{height:700px}.h-\[75vh\]{height:75vh}.h-\[95vh\]{height:95vh}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[300px\]{max-height:300px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[700px\]{max-height:700px}.max-h-\[85vh\]{max-height:85vh}.max-h-\[900px\]{max-height:900px}.max-h-\[90vh\]{max-height:90vh}.max-h-\[95vh\]{max-height:95vh}.max-h-\[calc\(85vh-180px\)\]{max-height:calc(85vh - 180px)}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-\[120px\]{min-height:120px}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[300px\]{min-height:300px}.min-h-\[3rem\]{min-height:3rem}.min-h-\[400px\]{min-height:400px}.min-h-\[44px\]{min-height:44px}.min-h-\[48px\]{min-height:48px}.min-h-\[500px\]{min-height:500px}.min-h-\[60px\]{min-height:60px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/6{width:66.666667%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[1\.2rem\]{width:1.2rem}.w-\[100px\]{width:100px}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-\[280px\]{width:280px}.w-\[400px\]{width:400px}.w-\[50px\]{width:50px}.w-\[70px\]{width:70px}.w-\[95vw\]{width:95vw}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-\[12rem\]{min-width:12rem}.min-w-\[140px\]{min-width:140px}.min-w-\[18px\]{min-width:18px}.min-w-\[28px\]{min-width:28px}.min-w-\[40px\]{min-width:40px}.min-w-\[44px\]{min-width:44px}.min-w-\[48px\]{min-width:48px}.min-w-\[60px\]{min-width:60px}.min-w-\[70px\]{min-width:70px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[120px\]{max-width:120px}.max-w-\[200px\]{max-width:200px}.max-w-\[250px\]{max-width:250px}.max-w-\[300px\]{max-width:300px}.max-w-\[500px\]{max-width:500px}.max-w-\[50px\]{max-width:50px}.max-w-\[70px\]{max-width:70px}.max-w-\[85vw\]{max-width:85vw}.max-w-\[90px\]{max-width:90px}.max-w-\[95vw\]{max-width:95vw}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-bounce{animation:bounce 1s infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-zoom-in{cursor:zoom-in}.touch-none{touch-action:none}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness: mandatory}.snap-center{scroll-snap-align:center}.scroll-mt-20{scroll-margin-top:5rem}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-\[2fr_3fr\]{grid-template-columns:2fr 3fr}.grid-cols-\[3fr_2fr\]{grid-template-columns:3fr 2fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-1{row-gap:.25rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1\.5px\]{border-width:1.5px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[5px\]{border-bottom-width:5px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-l-\[5px\]{border-left-width:5px}.border-r{border-right-width:1px}.border-r-\[5px\]{border-right-width:5px}.border-t{border-top-width:1px}.border-t-\[5px\]{border-top-width:5px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[--color-border\]{border-color:var(--color-border)}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-500\/20{border-color:#3b82f633}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-border{border-color:hsl(var(--border))}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-current{border-color:currentColor}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-emerald-400\/30{border-color:#34d3994d}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-200\/50{border-color:#e5e7eb80}.border-gray-200\/60{border-color:#e5e7eb99}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-gray-500\/20{border-color:#6b728033}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-500\/20{border-color:#22c55e33}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-input{border-color:hsl(var(--input))}.border-muted{border-color:hsl(var(--muted))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-primary{border-color:hsl(var(--primary))}.border-primary\/20{border-color:hsl(var(--primary) / .2)}.border-primary\/30{border-color:hsl(var(--primary) / .3)}.border-primary\/40{border-color:hsl(var(--primary) / .4)}.border-primary\/50{border-color:hsl(var(--primary) / .5)}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-purple-500\/20{border-color:#a855f733}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-red-500\/20{border-color:#ef444433}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-white\/90{border-color:#ffffffe6}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.border-b-gray-900{--tw-border-opacity: 1;border-bottom-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-b-transparent{border-bottom-color:transparent}.border-l-gray-900{--tw-border-opacity: 1;border-left-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-r-gray-900{--tw-border-opacity: 1;border-right-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-r-transparent{border-right-color:transparent}.border-t-blue-600{--tw-border-opacity: 1;border-top-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-t-gray-600{--tw-border-opacity: 1;border-top-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-t-gray-900{--tw-border-opacity: 1;border-top-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-t-primary{border-top-color:hsl(var(--primary))}.border-t-transparent{border-top-color:transparent}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-accent{background-color:hsl(var(--accent))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-background\/20{background-color:hsl(var(--background) / .2)}.bg-background\/50{background-color:hsl(var(--background) / .5)}.bg-background\/80{background-color:hsl(var(--background) / .8)}.bg-background\/90{background-color:hsl(var(--background) / .9)}.bg-background\/95{background-color:hsl(var(--background) / .95)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/0{background-color:#0000}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-black\/75{background-color:#000000bf}.bg-black\/80{background-color:#000c}.bg-black\/95{background-color:#000000f2}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-400\/20{background-color:#60a5fa33}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-50\/50{background-color:#eff6ff80}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-card\/50{background-color:hsl(var(--card) / .5)}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive\/10{background-color:hsl(var(--destructive) / .1)}.bg-foreground{background-color:hsl(var(--foreground))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-500\/10{background-color:#6b72801a}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-gray-900\/90{background-color:#111827e6}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/20{background-color:hsl(var(--muted) / .2)}.bg-muted\/30{background-color:hsl(var(--muted) / .3)}.bg-muted\/40{background-color:hsl(var(--muted) / .4)}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-muted\/90{background-color:hsl(var(--muted) / .9)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\/5{background-color:hsl(var(--primary) / .05)}.bg-primary\/60{background-color:hsl(var(--primary) / .6)}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-500\/10{background-color:#a855f71a}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/80{background-color:#ef4444cc}.bg-red-500\/90{background-color:#ef4444e6}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.bg-opacity-0{--tw-bg-opacity: 0}.bg-opacity-40{--tw-bg-opacity: .4}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.bg-opacity-90{--tw-bg-opacity: .9}.bg-\[linear-gradient\(rgba\(255\,255\,255\,0\.02\)_1px\,transparent_1px\)\,linear-gradient\(90deg\,rgba\(255\,255\,255\,0\.02\)_1px\,transparent_1px\)\]{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-background{--tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/20{--tw-gradient-from: rgb(0 0 0 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/50{--tw-gradient-from: rgb(0 0 0 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-100{--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/10{--tw-gradient-from: rgb(59 130 246 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-700{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500{--tw-gradient-from: #10b981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100{--tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200{--tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50\/80{--tw-gradient-from: rgb(249 250 251 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-600{--tw-gradient-from: #4b5563 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-800{--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-50{--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-muted{--tw-gradient-from: hsl(var(--muted)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-muted\/20{--tw-gradient-from: hsl(var(--muted) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-muted\/60{--tw-gradient-from: hsl(var(--muted) / .6) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-muted\/80{--tw-gradient-from: hsl(var(--muted) / .8) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-50{--tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary{--tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary\/10{--tw-gradient-from: hsl(var(--primary) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #9333ea var(--tw-gradient-from-position);--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-500{--tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/20{--tw-gradient-from: rgb(255 255 255 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/80{--tw-gradient-from: rgb(255 255 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-blue-900{--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-green-500{--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-muted\/30{--tw-gradient-to: hsl(var(--muted) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-500{--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-500\/10{--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(168 85 247 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white\/60{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-amber-50{--tw-gradient-to: #fffbeb var(--tw-gradient-to-position)}.to-background{--tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position)}.to-black\/20{--tw-gradient-to: rgb(0 0 0 / .2) var(--tw-gradient-to-position)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.to-blue-800{--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.to-emerald-50{--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-gray-100\/80{--tw-gradient-to: rgb(243 244 246 / .8) var(--tw-gradient-to-position)}.to-gray-200{--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)}.to-gray-300{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.to-gray-600{--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.to-green-100{--tw-gradient-to: #dcfce7 var(--tw-gradient-to-position)}.to-green-700{--tw-gradient-to: #15803d var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-muted\/10{--tw-gradient-to: hsl(var(--muted) / .1) var(--tw-gradient-to-position)}.to-muted\/20{--tw-gradient-to: hsl(var(--muted) / .2) var(--tw-gradient-to-position)}.to-muted\/30{--tw-gradient-to: hsl(var(--muted) / .3) var(--tw-gradient-to-position)}.to-muted\/50{--tw-gradient-to: hsl(var(--muted) / .5) var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-pink-50{--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-pink-500\/10{--tw-gradient-to: rgb(236 72 153 / .1) var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-primary\/5{--tw-gradient-to: hsl(var(--primary) / .05) var(--tw-gradient-to-position)}.to-primary\/70{--tw-gradient-to: hsl(var(--primary) / .7) var(--tw-gradient-to-position)}.to-primary\/90{--tw-gradient-to: hsl(var(--primary) / .9) var(--tw-gradient-to-position)}.to-purple-100{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to: #fef2f2 var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-rose-50{--tw-gradient-to: #fff1f2 var(--tw-gradient-to-position)}.to-slate-900{--tw-gradient-to: #0f172a var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-white\/60{--tw-gradient-to: rgb(255 255 255 / .6) var(--tw-gradient-to-position)}.to-yellow-100{--tw-gradient-to: #fef9c3 var(--tw-gradient-to-position)}.to-yellow-50{--tw-gradient-to: #fefce8 var(--tw-gradient-to-position)}.bg-\[size\:50px_50px\]{background-size:50px 50px}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.fill-red-500{fill:#ef4444}.fill-transparent{fill:transparent}.fill-white{fill:#fff}.fill-yellow-400{fill:#facc15}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.p-\[2px\]{padding:2px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2\.5{padding-left:.625rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-0{padding-right:0}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-20{padding-right:5rem}.pr-3{padding-right:.75rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.not-italic{font-style:normal}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary-foreground\/60{color:hsl(var(--primary-foreground) / .6)}.text-primary-foreground\/80{color:hsl(var(--primary-foreground) / .8)}.text-primary\/80{color:hsl(var(--primary) / .8)}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.underline-offset-4{text-underline-offset:4px}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-600\/50{--tw-shadow-color: rgb(37 99 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-gray-600\/50{--tw-shadow-color: rgb(75 85 99 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/30{--tw-shadow-color: rgb(34 197 94 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/50{--tw-shadow-color: rgb(34 197 94 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-600\/50{--tw-shadow-color: rgb(220 38 38 / .5);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-blue-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1))}.ring-blue-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1))}.ring-border{--tw-ring-color: hsl(var(--border))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-green-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1))}.ring-primary{--tw-ring-color: hsl(var(--primary))}.ring-primary\/50{--tw-ring-color: hsl(var(--primary) / .5)}.ring-red-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1))}.ring-ring{--tw-ring-color: hsl(var(--ring))}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.ring-yellow-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1))}.ring-opacity-50{--tw-ring-opacity: .5}.ring-offset-1{--tw-ring-offset-width: 1px}.ring-offset-2{--tw-ring-offset-width: 2px}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.ring-offset-black\/50{--tw-ring-offset-color: rgb(0 0 0 / .5)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur: blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[2px\]{--tw-backdrop-blur: blur(2px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.fade-in-80{--tw-enter-opacity: .8}.zoom-in{--tw-enter-scale: 0}.zoom-in-50{--tw-enter-scale: .5}.zoom-in-95{--tw-enter-scale: .95}.zoom-out{--tw-exit-scale: 0}.slide-in-from-top-2{--tw-enter-translate-y: -.5rem}.duration-1000{animation-duration:1s}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.duration-700{animation-duration:.7s}.duration-75{animation-duration:75ms}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.\[animation-delay\:-0\.15s\]{animation-delay:-.15s}.\[animation-delay\:-0\.3s\]{animation-delay:-.3s}.\[mask-image\:radial-gradient\(ellipse_80\%_50\%_at_50\%_0\%\,\#000_70\%\,transparent_110\%\)\]{-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 0%,#000 70%,transparent 110%);mask-image:radial-gradient(ellipse 80% 50% at 50% 0%,#000 70%,transparent 110%)}.custom-scrollbar{&::-webkit-scrollbar{width:6px}&::-webkit-scrollbar-track{background:hsl(var(--muted) / .3);border-radius:3px}&::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .5);border-radius:3px}&::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .7)}scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground) / .5) hsl(var(--muted) / .3)}.container-mobile{padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.container-mobile{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container-mobile{padding-left:2rem;padding-right:2rem}}.product-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px) and (max-width: 1366px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.product-grid{grid-template-columns:repeat(3,1fr)}}.lg\:hidden.fixed.bottom-0 .product-grid{grid-template-columns:repeat(5,1fr);gap:2px}}@media (min-width: 768px) and (max-width: 820px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 821px) and (max-width: 912px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1025px) and (max-width: 1366px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 1366px){ul.product-grid.w-full.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.product-grid.w-full.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.product-grid.w-full.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.product-grid.w-full.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.product-grid.w-full.gap-3.p-4{padding:1rem}}.product-grid.md\:grid-cols-4{grid-template-columns:1fr}main.col-span-1>.product-grid.gap-4{margin-top:0;width:100%;max-width:100%}main.col-span-1>.grid.product-grid{margin-top:0;width:100%;max-width:100%}.product-grid.sm\:grid-cols-2.lg\:grid-cols-3,.grid.product-grid.lg\:grid-cols-3,.grid.sm\:grid-cols-2.product-grid{gap:1rem;width:100%;max-width:100%;grid-auto-flow:row}@media (min-width: 768px) and (max-width: 912px){.product-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3,.grid.product-grid.lg\:grid-cols-3.xl\:grid-cols-3,.grid.sm\:grid-cols-2.product-grid.xl\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}}@media (min-width: 913px) and (max-width: 1366px){.product-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3,.grid.product-grid.lg\:grid-cols-3.xl\:grid-cols-3,.grid.sm\:grid-cols-2.product-grid.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.product-grid.sm\:grid-cols-2.lg\:grid-cols-3>*{width:100%;max-width:100%;min-width:0;overflow:hidden}.grid.product-grid.lg\:grid-cols-3>*{width:100%;max-width:100%;min-width:0;overflow:hidden}.grid.sm\:grid-cols-2.product-grid>*{width:100%;max-width:100%;min-width:0;overflow:hidden}}@media (min-width: 768px) and (max-width: 912px){.product-grid.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 913px) and (max-width: 1366px){.product-grid.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 768px) and (max-width: 1366px){.product-grid.grid-cols-1.md\\:grid-cols-4{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.grid.product-grid.md\\:grid-cols-4{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.product-grid.gap-4,.grid.product-grid{width:100%;max-width:100%;box-sizing:border-box}.product-grid.gap-4>div{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.grid.product-grid>div{width:100%;max-width:100%;min-width:0;box-sizing:border-box}@media (min-width: 768px) and (max-width: 912px){.product-grid.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width: 913px) and (max-width: 1366px){.product-grid.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (prefers-contrast: high){.product-grid.gap-4,.grid.product-grid{gap:1.25rem}}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.product-grid.gap-4,.grid.product-grid{gap:1.25rem}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.product-grid.gap-4,.grid.product-grid{gap:1rem}}@media (max-width: 767px){.product-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5,.grid.product-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.product-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5,.grid.grid-cols-1.gap-6.product-grid.lg\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid.lg\:grid-cols-4.xl\:grid-cols-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0 .5rem}.product-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.product-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5,.grid.product-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.product-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5,.grid.grid-cols-1.gap-6.product-grid.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid.lg\:grid-cols-3.xl\:grid-cols-5,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.product-grid.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.product-grid.xl\:grid-cols-5,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:0 .5rem}}@media (min-width: 768px) and (max-width: 1366px){.product-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.product-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.product-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid.lg\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.product-grid.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.product-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.product-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.product-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid.lg\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.product-grid.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}}@media (max-width: 767px) and (orientation: landscape){.product-grid.grid-cols-1.gap-6.sm\:grid-cols-2,.grid.product-grid.gap-6.sm\:grid-cols-2,.grid.grid-cols-1.gap-6.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}@media (min-width: 768px) and (max-width: 1366px){.product-grid.grid-cols-1.gap-4,.grid.product-grid.gap-4,.grid.grid-cols-1.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.product-grid{grid-template-columns:1fr}}@media (min-width: 640px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-grid-large{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px) and (max-width: 1366px){.product-grid-large{grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.product-grid-large{grid-template-columns:repeat(3,1fr)}}.lg\:hidden.fixed.bottom-0 .product-grid-large{grid-template-columns:repeat(5,1fr);gap:2px}}@media (min-width: 768px) and (max-width: 820px){.product-grid-large{grid-template-columns:repeat(2,1fr)}}@media (min-width: 821px) and (max-width: 912px){.product-grid-large{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1024px){.product-grid-large{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1025px) and (max-width: 1366px){.product-grid-large{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 1366px){ul.product-grid-large.w-full.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.product-grid-large.w-full.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.product-grid-large.w-full.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.product-grid-large.w-full.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.product-grid-large.w-full.gap-3.p-4{padding:1rem}}.product-grid-large.md\:grid-cols-4{grid-template-columns:1fr}main.col-span-1>.product-grid-large.gap-4{margin-top:0;width:100%;max-width:100%}.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-3,.grid.product-grid-large.lg\:grid-cols-3,.grid.sm\:grid-cols-2.product-grid-large{gap:1rem;width:100%;max-width:100%;grid-auto-flow:row}@media (min-width: 768px) and (max-width: 912px){.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3,.grid.product-grid-large.lg\:grid-cols-3.xl\:grid-cols-3,.grid.sm\:grid-cols-2.product-grid-large.xl\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}}@media (min-width: 913px) and (max-width: 1366px){.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3,.grid.product-grid-large.lg\:grid-cols-3.xl\:grid-cols-3,.grid.sm\:grid-cols-2.product-grid-large.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-3>*{width:100%;max-width:100%;min-width:0;overflow:hidden}.grid.product-grid-large.lg\:grid-cols-3>*{width:100%;max-width:100%;min-width:0;overflow:hidden}.grid.sm\:grid-cols-2.product-grid-large>*{width:100%;max-width:100%;min-width:0;overflow:hidden}}@media (min-width: 768px) and (max-width: 912px){.product-grid-large.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 913px) and (max-width: 1366px){.product-grid-large.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 768px) and (max-width: 1366px){.product-grid-large.grid-cols-1.md\\:grid-cols-4{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.grid.product-grid-large.md\\:grid-cols-4{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.product-grid-large.gap-4{width:100%;max-width:100%;box-sizing:border-box}.product-grid-large.gap-4>div{width:100%;max-width:100%;min-width:0;box-sizing:border-box}@media (min-width: 768px) and (max-width: 912px){.product-grid-large.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width: 913px) and (max-width: 1366px){.product-grid-large.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (prefers-contrast: high){.product-grid-large.gap-4{gap:1.25rem}}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.product-grid-large.gap-4{gap:1.25rem}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.product-grid-large.gap-4{gap:1rem}}@media (max-width: 767px){.product-grid-large.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-grid-large.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5,.grid.product-grid-large.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.product-grid-large.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5,.grid.grid-cols-1.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5,.grid.grid-cols-1.gap-6.product-grid-large.lg\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid-large.lg\:grid-cols-4.xl\:grid-cols-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0 .5rem}.product-grid-large.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.product-grid-large.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5,.grid.product-grid-large.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.product-grid-large.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5,.grid.grid-cols-1.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5,.grid.grid-cols-1.gap-6.product-grid-large.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid-large.lg\:grid-cols-3.xl\:grid-cols-5,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.product-grid-large.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.product-grid-large.xl\:grid-cols-5,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.product-grid-large{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:0 .5rem}}@media (min-width: 768px) and (max-width: 1366px){.product-grid-large.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-grid-large.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.product-grid-large.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.product-grid-large.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid-large.lg\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid-large.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.product-grid-large.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.product-grid-large{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.product-grid-large.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-grid-large.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.product-grid-large.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.product-grid-large.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.product-grid-large.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid-large.lg\:grid-cols-4,.grid.grid-cols-1.gap-6.product-grid-large.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.product-grid-large.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.product-grid-large{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}}@media (max-width: 767px) and (orientation: landscape){.product-grid-large.grid-cols-1.gap-6.sm\:grid-cols-2,.grid.product-grid-large.gap-6.sm\:grid-cols-2,.grid.grid-cols-1.product-grid-large.sm\:grid-cols-2,.grid.grid-cols-1.gap-6.product-grid-large{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}@media (min-width: 768px) and (max-width: 1366px){.product-grid-large.grid-cols-1.gap-4,.grid.product-grid-large.gap-4{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.product-grid-large{grid-template-columns:1fr}}@media (min-width: 640px){.product-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.product-grid-large{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.product-grid-large{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1536px){.product-grid-large{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-image-300{width:300px;height:300px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-image-500{width:500px;height:500px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-image-square{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:auto}.product-image-portrait{aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:auto}.product-image-responsive{height:auto;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}@media (min-width: 768px) and (max-width: 1366px){ul.grid.product-image-responsive.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.product-image-responsive.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.product-image-responsive.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.product-image-responsive.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.product-image-responsive.gap-3.p-4{padding:1rem}}}.product-image-responsive{aspect-ratio:1/1;min-height:200px}.mobile-dark-card{background:hsl(var(--background));border:2px solid hsl(var(--primary) / .5);border-radius:1rem;box-shadow:0 10px 15px -3px hsl(var(--foreground) / .1);backdrop-filter:blur(8px)}.mobile-dark-text-primary{color:hsl(var(--foreground));font-weight:700;letter-spacing:-.025em}.mobile-dark-text-secondary{color:hsl(var(--muted-foreground));font-weight:500}.mobile-dark-progress-bg{background:hsl(var(--muted) / .5);border-radius:9999px;box-shadow:inset 0 1px hsl(var(--border))}.mobile-dark-progress-fill{background:hsl(var(--primary));border-radius:9999px;transition:all .7s ease-out;box-shadow:0 1px 3px hsl(var(--primary) / .3)}.mobile-dark-icon-container{background:hsl(var(--primary));border-radius:9999px;box-shadow:0 4px 6px -1px hsl(var(--primary) / .3);box-shadow:inset 0 1px hsl(var(--primary) / .2)}.mobile-dark-status-badge{background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2);border-radius:.5rem;box-shadow:0 1px 3px hsl(var(--foreground) / .1)}.mobile-dark-action-container{background:hsl(var(--muted) / .3);border-radius:.75rem;border:1px solid hsl(var(--border))}.mobile-dark-icon-bg{border-radius:9999px;box-shadow:inset 0 0 0 1px hsl(var(--border))}.mobile-dark-icon-bg-green{background:hsl(var(--success) / .1);box-shadow:inset 0 0 0 1px hsl(var(--success) / .2)}.mobile-dark-icon-bg-blue{background:hsl(var(--primary) / .1);box-shadow:inset 0 0 0 1px hsl(var(--primary) / .2)}.theme-toggle-enhanced{position:relative;overflow:hidden}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item>div.theme-toggle-enhanced,.mobile-nav-item>.theme-toggle-enhanced{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.theme-toggle-enhanced svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.theme-toggle-enhanced{overflow:visible;width:auto;height:auto}.md\:hidden.mb-4.theme-toggle-enhanced{display:none}}.theme-toggle-enhanced{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);animation-duration:.2s;animation-timing-function:cubic-bezier(0,0,.2,1)}.theme-toggle-enhanced:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.theme-toggle-enhanced:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.theme-toggle-enhanced:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.theme-toggle-enhanced{border-width:2px}.theme-toggle-enhanced:hover{border-color:hsl(var(--primary) / .2)}.theme-toggle-enhanced{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);will-change:transform,box-shadow,border-color}.theme-toggle-icon{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);animation-duration:.2s;animation-timing-function:cubic-bezier(0,0,.2,1);will-change:transform,opacity}.theme-toggle-icon-enter{--tw-rotate: 0deg;--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}.theme-toggle-icon-exit{position:absolute;top:50%;left:50%;--tw-translate-x: -50%;--tw-translate-y: -50%;--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0}@media (min-width: 768px) and (max-width: 1366px){.lg\:hidden.fixed.bottom-0 .theme-toggle-icon-exit{top:-2px;right:-2px}.theme-toggle-icon-exit.top-2.left-2.product-price-discount{position:absolute;top:.5rem;left:.5rem;z-index:10;background:hsl(var(--destructive));color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px #0003}.dark .theme-toggle-icon-exit.top-2.left-2.product-price-discount{background:hsl(var(--destructive));color:#fff}}@media (max-width: 767px){.theme-toggle-icon-exit.top-2.left-2.product-price-discount{top:4px;left:4px}}.theme-toggle-icon-sun-exit{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.theme-toggle-icon-moon-exit{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.mobile-button-primary{border-width:2px;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.mobile-button-primary:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.mobile-button-primary:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.mobile-button-primary:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px;--tw-ring-offset-color: hsl(var(--background))}.mobile-button-wishlist{border-width:2px;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.mobile-button-wishlist:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.mobile-button-wishlist:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.mobile-button-wishlist:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px;--tw-ring-offset-color: hsl(var(--background));--tw-ring-color: hsl(var(--destructive))}.mobile-button-wishlist-active{background:hsl(var(--destructive) / .1);border:2px solid hsl(var(--destructive) / .5);color:hsl(var(--destructive));transition:all .2s ease-out}.mobile-button-wishlist-active:hover{background:hsl(var(--destructive) / .15);border-color:hsl(var(--destructive) / .6);color:hsl(var(--destructive))}.mobile-button-wishlist-inactive{background:hsl(var(--background));border:2px solid hsl(var(--border));color:hsl(var(--muted-foreground));transition:all .2s ease-out}.mobile-button-wishlist-inactive:hover{background:hsl(var(--destructive) / .05);border-color:hsl(var(--destructive) / .4);color:hsl(var(--destructive))}.mobile-button-share{background:hsl(var(--background));border:2px solid hsl(var(--border));color:hsl(var(--muted-foreground));transition:all .2s ease-out}.mobile-button-share:hover{background:hsl(var(--primary) / .05);border-color:hsl(var(--primary) / .4);color:hsl(var(--primary))}.mobile-icon-responsive{height:1.5rem;width:1.5rem}@media (min-width: 640px){.mobile-icon-responsive{height:1.25rem;width:1.25rem}}@media (min-width: 768px){.mobile-icon-responsive{height:1rem;width:1rem}}.mobile-icon-lg-responsive{height:1.75rem;width:1.75rem}@media (min-width: 640px){.mobile-icon-lg-responsive{height:1.5rem;width:1.5rem}}@media (min-width: 768px){.mobile-icon-lg-responsive{height:1.25rem;width:1.25rem}}.mobile-touch-enhanced{min-height:44px;min-width:44px}@media (min-width: 640px){.mobile-touch-enhanced{min-height:40px;min-width:40px}}.mobile-heart-red{color:hsl(var(--destructive));fill:hsl(var(--destructive))}.mobile-heart-red-outline{color:hsl(var(--destructive));fill:transparent}.product-badge-stock{display:inline-flex;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1366px){header .hidden.lg\\:flex.flex-1.product-badge-stock.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.product-badge-stock{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header nav a.product-badge-stock{min-height:44px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}header nav a.product-badge-stock:hover{background-color:hsl(var(--accent) / .8);transform:translateY(-1px)}@media (min-width: 768px) and (max-width: 820px){header nav a.product-badge-stock{font-size:.8125rem;padding:.5rem .625rem}}[data-radix-sheet-content] .flex.product-badge-stock.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.product-badge-stock.justify-between.mb-6{display:none}.flex.justify-between.product-badge-stock{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .flex.product-badge-stock.gap-1.text-green-600{gap:2px}.product-info-enhanced .flex.product-badge-stock.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.product-badge-stock.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .flex.product-badge-stock.justify-between{gap:4px}.product-info-enhanced .flex.product-badge-stock.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .flex.product-badge-stock.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.flex.product-badge-stock.justify-between{padding:12px}}.product-badge-stock{border-radius:calc(var(--radius) - 2px);padding:.25rem .75rem;white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:500}@media (min-width: 768px) and (max-width: 1366px){.category-menu-item .text-sm.product-badge-stock{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;color:hsl(var(--foreground));letter-spacing:-.01em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-menu-item:hover .text-sm.product-badge-stock{color:hsl(var(--accent-foreground))}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item .text-sm.product-badge-stock{font-size:1rem}}}@media (max-width: 767px){.product-info-enhanced .flex.items-center.justify-between .product-badge-stock{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.dark .product-badge-stock.text-center{color:hsl(var(--foreground))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .product-badge-stock,.dark .sheet-content .product-badge-stock{color:hsl(var(--muted-foreground))}}@media (max-width: 767px){.product-badge-stock{font-size:12px;line-height:1.4}}.product-badge-stock{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;flex-shrink:0}.product-badge-options{display:inline-flex;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1366px){header .hidden.lg\\:flex.flex-1.product-badge-options.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.product-badge-options{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header nav a.product-badge-options{min-height:44px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}header nav a.product-badge-options:hover{background-color:hsl(var(--accent) / .8);transform:translateY(-1px)}@media (min-width: 768px) and (max-width: 820px){header nav a.product-badge-options{font-size:.8125rem;padding:.5rem .625rem}}[data-radix-sheet-content] .flex.product-badge-options.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.product-badge-options.justify-between.mb-6{display:none}.flex.justify-between.product-badge-options{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .flex.product-badge-options.gap-1.text-green-600{gap:2px}.product-info-enhanced .flex.product-badge-options.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.product-badge-options.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .flex.product-badge-options.justify-between{gap:4px}.product-info-enhanced .flex.product-badge-options.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .flex.product-badge-options.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.flex.product-badge-options.justify-between{padding:12px}}.product-badge-options{border-radius:calc(var(--radius) - 2px);padding:.25rem .75rem;white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:500}@media (min-width: 768px) and (max-width: 1366px){.category-menu-item .text-sm.product-badge-options{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;color:hsl(var(--foreground));letter-spacing:-.01em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-menu-item:hover .text-sm.product-badge-options{color:hsl(var(--accent-foreground))}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item .text-sm.product-badge-options{font-size:1rem}}}@media (max-width: 767px){.product-info-enhanced .flex.items-center.justify-between .product-badge-options{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.dark .product-badge-options.text-center{color:hsl(var(--foreground))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .product-badge-options,.dark .sheet-content .product-badge-options{color:hsl(var(--muted-foreground))}}@media (max-width: 767px){.product-badge-options{font-size:12px;line-height:1.4}}.product-badge-options{border-width:1px;border-color:hsl(var(--border))}@media (min-width: 768px) and (max-width: 1366px){.rounded-lg.product-badge-options{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.rounded-lg.product-badge-options>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.rounded-lg.product-badge-options img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .rounded-lg.product-badge-options{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .product-badge-options.rounded-lg{background:hsl(var(--background));border-color:hsl(var(--border))}}.product-badge-options{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;flex-shrink:0}@media (max-width: 480px){.product-badge-stock,.product-badge-options{padding:.125rem .5rem;font-size:.75rem;line-height:1rem}@media (min-width: 768px) and (max-width: 1366px){.md\:hidden.mb-4.product-badge-stock,.md\:hidden.mb-4 .product-badge-options{display:none}}@media (max-width: 767px){.product-info-enhanced .flex.items-center.justify-between .product-badge-stock,.product-info-enhanced .flex.items-center.justify-between .product-badge-options{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.dark .product-badge-stock.text-center,.dark .product-badge-options.text-center{color:hsl(var(--foreground))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .product-badge-stock,.dark .sheet-content .product-badge-stock,.dark [data-side=left] .product-badge-options,.dark .sheet-content .product-badge-options{color:hsl(var(--muted-foreground))}}@media (max-width: 767px){.product-badge-stock,.product-badge-options{font-size:12px;line-height:1.4}}}@media (min-width: 768px) and (max-width: 1024px){.product-badge-stock,.product-badge-options{padding:.25rem .75rem;font-size:.75rem;line-height:1rem}@media (max-width: 767px){.product-info-enhanced .flex.items-center.justify-between .product-badge-stock,.product-info-enhanced .flex.items-center.justify-between .product-badge-options{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.dark .product-badge-stock.text-center,.dark .product-badge-options.text-center{color:hsl(var(--foreground))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .product-badge-stock,.dark .sheet-content .product-badge-stock,.dark [data-side=left] .product-badge-options,.dark .sheet-content .product-badge-options{color:hsl(var(--muted-foreground))}}@media (max-width: 767px){.product-badge-stock,.product-badge-options{font-size:12px;line-height:1.4}}}.mobile-heart-red-outline:hover{color:hsl(var(--destructive))}.mobile-wishlist-button-active{background:hsl(var(--destructive) / .1);border:2px solid hsl(var(--destructive) / .5);color:hsl(var(--destructive));transition:all .2s ease-out}.mobile-wishlist-button-active:hover{background:hsl(var(--destructive) / .15);border-color:hsl(var(--destructive) / .6);color:hsl(var(--destructive))}.mobile-wishlist-button-inactive{background:hsl(var(--background));border:2px solid hsl(var(--border));color:hsl(var(--muted-foreground));transition:all .2s ease-out}.mobile-wishlist-button-inactive:hover{background:hsl(var(--destructive) / .05);border-color:hsl(var(--destructive) / .4);color:hsl(var(--destructive))}.mobile-heart-big{height:2rem;width:2rem}@media (min-width: 640px){.mobile-heart-big{height:1.5rem;width:1.5rem}}@media (min-width: 768px){.mobile-heart-big{height:1.25rem;width:1.25rem}}.mobile-heart-extra-big{height:2.5rem;width:2.5rem}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content] .mobile-heart-extra-big.w-10.rounded-full,[data-radix-sheet-content] .h-10.mobile-heart-extra-big.rounded-full{flex-shrink:0;width:40px;height:40px}}@media (min-width: 640px){.mobile-heart-extra-big{height:1.75rem;width:1.75rem}}@media (min-width: 768px){.mobile-heart-extra-big{height:1.5rem;width:1.5rem}}.mobile-text-wrap-enhanced{overflow:hidden;hyphens:auto;overflow-wrap:break-word}@media (min-width: 768px) and (max-width: 1366px){.md\:hidden.mb-4.mobile-text-wrap-enhanced{display:none}}.mobile-text-wrap-enhanced{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.close-button-enhanced{position:absolute!important;top:.5rem!important;right:.5rem!important;z-index:10000!important;background:hsl(var(--background) / .95)!important;backdrop-filter:blur(10px)!important;border:1px solid hsl(var(--border) / .5)!important;border-radius:50%!important;width:2rem!important;height:2rem!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;box-shadow:0 2px 8px hsl(var(--foreground) / .1)!important;color:hsl(var(--foreground))!important}.close-button-enhanced:hover{transform:scale(1.05)!important;box-shadow:0 4px 12px hsl(var(--foreground) / .15)!important}@media (min-width: 640px){.close-button-enhanced{top:1rem!important;right:1rem!important;width:2.25rem!important;height:2.25rem!important}}.mobile-content-safe{box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}@media (min-width: 768px) and (max-width: 1366px){ul.grid.mobile-content-safe.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.mobile-content-safe.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.mobile-content-safe.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.mobile-content-safe.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.mobile-content-safe.gap-3.p-4{padding:1rem}}}.mobile-text-container{overflow:hidden;hyphens:auto;overflow-wrap:break-word}@media (min-width: 768px) and (max-width: 1366px){.md\:hidden.mb-4.mobile-text-container{display:none}}.mobile-text-container{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal;box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}@media (min-width: 768px) and (max-width: 1366px){ul.grid.mobile-text-container.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.mobile-text-container.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.mobile-text-container.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.mobile-text-container.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.mobile-text-container.gap-3.p-4{padding:1rem}}}.mobile-text-container{font-size:.875rem;line-height:1.25rem;line-height:1.625}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item span.mobile-text-container{font-size:.6875rem;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center;display:block;margin-top:.125rem}.category-menu-item .mobile-text-container.font-medium{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;color:hsl(var(--foreground));letter-spacing:-.01em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-menu-item .mobile-text-container.text-muted-foreground{font-size:.8125rem;font-weight:400;line-height:1.5;color:hsl(var(--muted-foreground));margin:0;display:block}.category-menu-item:hover .mobile-text-container.font-medium{color:hsl(var(--accent-foreground))}.category-menu-item:hover .mobile-text-container.text-muted-foreground{color:hsl(var(--accent-foreground) / .8)}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item .mobile-text-container.font-medium{font-size:1rem}.category-menu-item .mobile-text-container.text-muted-foreground{font-size:.875rem}}}@media (max-width: 767px){.product-info-enhanced p.mobile-text-container.text-muted-foreground{display:none}}@media (min-width: 768px) and (max-width: 1366px){.dark p.mobile-text-container,.dark span.mobile-text-container{color:hsl(var(--muted-foreground))}}@media (min-width: 640px){.mobile-text-container{font-size:1rem;line-height:1.5rem}}.force-wrap{word-break:break-all!important;overflow-wrap:anywhere!important;hyphens:auto!important}.prose-mobile{color:var(--tw-prose-body);max-width:65ch}.prose-mobile :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-mobile :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-mobile :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose-mobile :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose-mobile :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-mobile :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose-mobile :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose-mobile :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose-mobile :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose-mobile :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose-mobile :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose-mobile :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose-mobile :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose-mobile :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose-mobile :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-mobile :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose-mobile :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose-mobile :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose-mobile :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose-mobile :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose-mobile :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose-mobile :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose-mobile :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-mobile :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose-mobile :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-mobile :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose-mobile :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-mobile :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose-mobile :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-mobile :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose-mobile :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-mobile :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose-mobile :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-mobile :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose-mobile :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose-mobile :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose-mobile :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose-mobile :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose-mobile :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose-mobile :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose-mobile :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose-mobile :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose-mobile :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose-mobile :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose-mobile :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose-mobile :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-mobile :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose-mobile :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose-mobile :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose-mobile :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose-mobile :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose-mobile :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose-mobile :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-mobile{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose-mobile :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-mobile :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-mobile :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-mobile :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-mobile :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-mobile :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-mobile :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-mobile :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-mobile :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-mobile :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-mobile :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose-mobile :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-mobile :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-mobile :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-mobile{font-size:.875rem;line-height:1.7142857}.prose-mobile :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-mobile :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-mobile :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-mobile :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-mobile :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-mobile :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-mobile :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-mobile :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-mobile :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-mobile :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-mobile :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-mobile :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-mobile :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-mobile :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-mobile :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-mobile :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-mobile :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-mobile :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-mobile :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-mobile :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-mobile :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-mobile :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-mobile :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-mobile :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-mobile :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-mobile :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-mobile :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-mobile :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-mobile :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-mobile :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-mobile :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-mobile :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-mobile :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-mobile :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-mobile :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-mobile :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-mobile :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-mobile :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-mobile :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-mobile :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-mobile :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-mobile :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-mobile{max-width:none}.prose-mobile iframe,.prose-mobile video,.prose-mobile embed,.prose-mobile object{margin-left:auto;margin-right:auto;max-width:250px;max-height:140px}@media (min-width: 640px){.prose-mobile iframe,.prose-mobile video,.prose-mobile embed,.prose-mobile object{max-width:300px;max-height:169px}}[role=dialog] .prose-mobile{hyphens:auto;overflow-wrap:anywhere}.prose-mobile:is(.dark *){--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}@media (min-width: 640px){.prose-mobile{color:var(--tw-prose-body);max-width:65ch}.prose-mobile :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-mobile :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-mobile :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose-mobile :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose-mobile :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-mobile :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose-mobile :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose-mobile :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose-mobile :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose-mobile :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose-mobile :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose-mobile :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose-mobile :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose-mobile :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose-mobile :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose-mobile :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose-mobile :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose-mobile :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose-mobile :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose-mobile :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose-mobile :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose-mobile :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose-mobile :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-mobile :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose-mobile :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-mobile :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose-mobile :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-mobile :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose-mobile :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-mobile :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose-mobile :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-mobile :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose-mobile :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-mobile :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose-mobile :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose-mobile :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose-mobile :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose-mobile :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose-mobile :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose-mobile :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose-mobile :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose-mobile :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose-mobile :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose-mobile :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose-mobile :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose-mobile :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose-mobile :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-mobile :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose-mobile :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose-mobile :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose-mobile :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose-mobile :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose-mobile :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose-mobile :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-mobile :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-mobile{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose-mobile :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-mobile :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-mobile :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-mobile :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose-mobile :where(.sm\:prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-mobile :where(.sm\:prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-mobile :where(.sm\:prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-mobile :where(.sm\:prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose-mobile :where(.sm\:prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose-mobile :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-mobile :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-mobile :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose-mobile :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-mobile :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-mobile :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose-mobile :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-mobile :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-mobile :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-mobile :where(.sm\:prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-mobile :where(.sm\:prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.prose-mobile{overflow:hidden;hyphens:auto;overflow-wrap:break-word}@media (min-width: 768px) and (max-width: 1366px){.md\:hidden.mb-4.prose-mobile{display:none}}.prose-mobile{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal;max-width:100%;overflow-x:hidden;box-sizing:border-box}.prose-mobile *{overflow:hidden;hyphens:auto;overflow-wrap:break-word}@media (min-width: 768px) and (max-width: 1366px){.md\:hidden.mb-4.prose-mobile *{display:none}}.prose-mobile *{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal;max-width:100%;overflow-x:hidden;box-sizing:border-box}.container-mobile-safe{width:100%;max-width:100%;overflow-x:hidden;padding-left:1rem;padding-right:1rem}@media (min-width: 768px) and (max-width: 1366px){ul.grid.container-mobile-safe.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.container-mobile-safe.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.container-mobile-safe.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.container-mobile-safe.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.container-mobile-safe.gap-3.p-4{padding:1rem}}}@media (min-width: 640px){.container-mobile-safe{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container-mobile-safe{padding-left:2rem;padding-right:2rem}}@media (max-width: 640px){.product-image-responsive{max-width:300px;max-height:300px}}@media (min-width: 641px) and (max-width: 1024px){.product-image-responsive{max-width:400px;max-height:400px}}@media (min-width: 1025px){.product-image-responsive{max-width:500px;max-height:500px}}.product-card{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.product-card:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.variation-selector{display:flex;flex-wrap:wrap;gap:.5rem}@media (min-width: 768px) and (max-width: 1366px){.variation-selector.min-h-screen{padding-top:64px;padding-bottom:56px}[data-radix-sheet-content] .variation-selector.items-center.gap-3{flex-shrink:0;min-height:auto}.variation-selector.justify-between.items-center{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .variation-selector.items-center.gap-1.text-green-600{gap:2px}.product-info-enhanced .variation-selector.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .variation-selector.items-center.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .variation-selector.items-center.justify-between{gap:4px}.product-info-enhanced .variation-selector.items-center.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .variation-selector.items-center.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.variation-selector.items-center.justify-between{padding:12px}}@media (min-width: 640px){.variation-selector{gap:.75rem}}.variation-option{min-width:60px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.variation-option:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.variation-option:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.color-swatch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}@media (min-width: 768px) and (max-width: 1366px){.color-swatch-grid{grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.color-swatch-grid{grid-template-columns:repeat(3,1fr)}}.lg\:hidden.fixed.bottom-0 .color-swatch-grid{grid-template-columns:repeat(5,1fr);gap:2px}}@media (min-width: 768px) and (max-width: 820px){.color-swatch-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 821px) and (max-width: 912px){.color-swatch-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1024px){.color-swatch-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1025px) and (max-width: 1366px){.color-swatch-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 1366px){ul.color-swatch-grid.w-full.gap-3.p-4,ul.grid.w-full.color-swatch-grid.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.color-swatch-grid.w-full.gap-3.p-4,ul.grid.w-full.color-swatch-grid.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.color-swatch-grid.w-full.gap-3.p-4,ul.grid.w-full.color-swatch-grid.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.color-swatch-grid.w-full.gap-3.p-4,ul.grid.w-full.color-swatch-grid.p-4{padding:1.25rem}}@media (orientation: landscape){ul.color-swatch-grid.w-full.gap-3.p-4,ul.grid.w-full.color-swatch-grid.p-4{padding:1rem}}[data-radix-sheet-content] .flex.items-center.color-swatch-grid{flex-shrink:0;min-height:auto}.color-swatch-grid.md\:grid-cols-4{grid-template-columns:1fr}main.col-span-1>.color-swatch-grid.gap-4{margin-top:0;width:100%;max-width:100%}.color-swatch-grid.sm\:grid-cols-2.lg\:grid-cols-3{gap:1rem;width:100%;max-width:100%;grid-auto-flow:row}@media (min-width: 768px) and (max-width: 912px){.color-swatch-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}}@media (min-width: 913px) and (max-width: 1366px){.color-swatch-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.color-swatch-grid.sm\:grid-cols-2.lg\:grid-cols-3>*{width:100%;max-width:100%;min-width:0;overflow:hidden}}@media (min-width: 768px) and (max-width: 912px){.color-swatch-grid.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 913px) and (max-width: 1366px){.color-swatch-grid.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 768px) and (max-width: 1366px){.color-swatch-grid.grid-cols-1.md\\:grid-cols-4{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.color-swatch-grid.gap-4{width:100%;max-width:100%;box-sizing:border-box}.color-swatch-grid.gap-4>div{width:100%;max-width:100%;min-width:0;box-sizing:border-box}@media (min-width: 768px) and (max-width: 912px){.color-swatch-grid.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width: 913px) and (max-width: 1366px){.color-swatch-grid.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (prefers-contrast: high){.color-swatch-grid.gap-4{gap:1.25rem}}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.color-swatch-grid.gap-4{gap:1.25rem}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.color-swatch-grid.gap-4{gap:1rem}}@media (max-width: 767px){.color-swatch-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.color-swatch-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0 .5rem}.color-swatch-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.color-swatch-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:0 .5rem}}@media (min-width: 768px) and (max-width: 1366px){.color-swatch-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.color-swatch-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.color-swatch-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.color-swatch-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}}@media (max-width: 767px) and (orientation: landscape){.color-swatch-grid.grid-cols-1.gap-6.sm\:grid-cols-2{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}@media (min-width: 768px) and (max-width: 1366px){.color-swatch-grid.grid-cols-1.gap-4{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.color-swatch-grid{grid-template-columns:1fr}}@media (min-width: 640px){.color-swatch-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width: 768px){.color-swatch-grid{grid-template-columns:repeat(8,minmax(0,1fr))}}.btn-mobile-full{width:100%}@media (min-width: 768px) and (max-width: 1366px){ul.grid.btn-mobile-full.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.btn-mobile-full.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.btn-mobile-full.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.btn-mobile-full.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.btn-mobile-full.gap-3.p-4{padding:1rem}}}@media (min-width: 640px){.btn-mobile-full{width:auto}}.text-responsive-xl{font-size:1.25rem;line-height:1.75rem}@media (min-width: 640px){.text-responsive-xl{font-size:1.5rem;line-height:2rem}}@media (min-width: 1024px){.text-responsive-xl{font-size:1.875rem;line-height:2.25rem}}.text-responsive-lg{font-size:1.125rem;line-height:1.75rem}@media (min-width: 640px){.text-responsive-lg{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.text-responsive-lg{font-size:1.5rem;line-height:2rem}}@media (min-width: 1024px){.product-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}}.image-gallery-thumbnails{display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media (min-width: 768px) and (max-width: 1366px){.image-gallery-thumbnails.lg\\:flex,header .image-gallery-thumbnails.lg\\:flex,header nav.image-gallery-thumbnails.lg\\:flex{display:none;visibility:hidden}header .image-gallery-thumbnails.lg\\:flex,header nav.image-gallery-thumbnails.lg\\:flex{display:flex;visibility:visible}header .image-gallery-thumbnails.lg\\:flex.flex-1.items-center.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}aside.image-gallery-thumbnails.md\:block{display:none}.image-gallery-thumbnails.md\:flex.items-center.justify-between.mb-6{display:none}}@media (min-width: 640px){.image-gallery-thumbnails{display:grid}}@media (min-width: 768px){.image-gallery-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr))}}.mobile-nav-item{display:flex;align-items:center;gap:.75rem;border-radius:var(--radius);padding:.75rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.mobile-nav-item.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}ul.grid.w-full.mobile-nav-item.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.w-full.mobile-nav-item.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.w-full.mobile-nav-item.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.w-full.mobile-nav-item.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.w-full.mobile-nav-item.p-4{padding:1rem}}[data-radix-sheet-content] .mobile-nav-item.items-center.gap-3,[data-radix-sheet-content] .flex.mobile-nav-item.gap-3,[data-radix-sheet-content] .flex.items-center.mobile-nav-item{flex-shrink:0;min-height:auto}.hidden.md\:flex.mobile-nav-item.justify-between.mb-6{display:none}.mobile-nav-item.border{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.mobile-nav-item.border>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.mobile-nav-item.border img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.mobile-nav-item.justify-between.items-center,.flex.justify-between.mobile-nav-item{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.dark .mobile-nav-item.border{background:hsl(var(--card));border-color:hsl(var(--border))}}@media (max-width: 767px){.product-info-enhanced .mobile-nav-item.items-center.gap-1.text-green-600,.product-info-enhanced .flex.mobile-nav-item.gap-1.text-green-600{gap:2px}.product-info-enhanced .mobile-nav-item.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.mobile-nav-item.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .mobile-nav-item.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.mobile-nav-item.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .mobile-nav-item.items-center.justify-between,.product-info-enhanced .flex.mobile-nav-item.justify-between{gap:4px}.product-info-enhanced .mobile-nav-item.items-center.justify-between .text-xs,.product-info-enhanced .flex.mobile-nav-item.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .mobile-nav-item.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.mobile-nav-item.gap-1\.5>div{width:20px;height:20px}.dark .border.mobile-nav-item{background:hsl(var(--background));border-color:hsl(var(--border))}}@media (max-width: 767px){.mobile-nav-item.items-center.justify-between,.flex.mobile-nav-item.justify-between{padding:12px}}.mobile-nav-item:hover{background-color:hsl(var(--muted))}.section-spacing{padding-top:2rem;padding-bottom:2rem}@media (min-width: 640px){.section-spacing{padding-top:3rem;padding-bottom:3rem}}@media (min-width: 1024px){.section-spacing{padding-top:4rem;padding-bottom:4rem}}.content-spacing>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}@media (min-width: 640px){.content-spacing>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}}@media (min-width: 1024px){.content-spacing>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}}.touch-target{display:flex;min-height:44px;min-width:44px;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1366px){.touch-target.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.touch-target.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.touch-target{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .touch-target.items-center.gap-3,[data-radix-sheet-content] .flex.touch-target.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.touch-target.justify-between.mb-6{display:none}.touch-target.justify-between.items-center,.flex.justify-between.touch-target{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .touch-target.items-center.gap-1.text-green-600,.product-info-enhanced .flex.touch-target.gap-1.text-green-600{gap:2px}.product-info-enhanced .touch-target.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.touch-target.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .touch-target.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.touch-target.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .touch-target.items-center.justify-between,.product-info-enhanced .flex.touch-target.justify-between{gap:4px}.product-info-enhanced .touch-target.items-center.justify-between .text-xs,.product-info-enhanced .flex.touch-target.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .touch-target.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.touch-target.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.touch-target.items-center.justify-between,.flex.touch-target.justify-between{padding:12px}}.touch-target-large{display:flex;min-height:48px;min-width:48px;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1366px){.touch-target-large.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.touch-target-large.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.touch-target-large{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .touch-target-large.items-center.gap-3,[data-radix-sheet-content] .flex.touch-target-large.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.touch-target-large.justify-between.mb-6{display:none}.touch-target-large.justify-between.items-center,.flex.justify-between.touch-target-large{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .touch-target-large.items-center.gap-1.text-green-600,.product-info-enhanced .flex.touch-target-large.gap-1.text-green-600{gap:2px}.product-info-enhanced .touch-target-large.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.touch-target-large.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .touch-target-large.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.touch-target-large.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .touch-target-large.items-center.justify-between,.product-info-enhanced .flex.touch-target-large.justify-between{gap:4px}.product-info-enhanced .touch-target-large.items-center.justify-between .text-xs,.product-info-enhanced .flex.touch-target-large.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .touch-target-large.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.touch-target-large.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.touch-target-large.items-center.justify-between,.flex.touch-target-large.justify-between{padding:12px}}.mobile-touch-target{display:flex;min-height:44px;min-width:44px;touch-action:manipulation;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1366px){.mobile-touch-target.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.mobile-touch-target.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.mobile-touch-target{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .mobile-touch-target.items-center.gap-3,[data-radix-sheet-content] .flex.mobile-touch-target.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.mobile-touch-target.justify-between.mb-6{display:none}.mobile-touch-target.justify-between.items-center,.flex.justify-between.mobile-touch-target{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .mobile-touch-target.items-center.gap-1.text-green-600,.product-info-enhanced .flex.mobile-touch-target.gap-1.text-green-600{gap:2px}.product-info-enhanced .mobile-touch-target.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.mobile-touch-target.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .mobile-touch-target.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.mobile-touch-target.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .mobile-touch-target.items-center.justify-between,.product-info-enhanced .flex.mobile-touch-target.justify-between{gap:4px}.product-info-enhanced .mobile-touch-target.items-center.justify-between .text-xs,.product-info-enhanced .flex.mobile-touch-target.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .mobile-touch-target.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.mobile-touch-target.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.mobile-touch-target.items-center.justify-between,.flex.mobile-touch-target.justify-between{padding:12px}}.mobile-touch-target{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-zoom-container{position:relative;touch-action:manipulation;overflow:hidden}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item>div.mobile-zoom-container,.mobile-nav-item>.mobile-zoom-container{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.mobile-zoom-container svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.mobile-zoom-container{overflow:visible;width:auto;height:auto}.md\:hidden.mb-4.mobile-zoom-container{display:none}}.mobile-zoom-container{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes progress-bar{0%{transform:translate(-100%)}to{transform:translate(100%)}}.animate-progress-bar{animation:progress-bar 1.5s ease-in-out infinite}.mobile-zoom-image{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;transition-timing-function:cubic-bezier(0,0,.2,1);animation-duration:.5s;animation-timing-function:cubic-bezier(0,0,.2,1);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;will-change:transform}.desktop-zoom-lens{transition:all .1s ease-out;will-change:transform,opacity}.product-action-section>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.product-action-section{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.selection-status-box{background:linear-gradient(135deg,hsl(var(--primary) / .05),hsl(var(--primary) / .1));border:2px solid hsl(var(--primary) / .2);border-radius:1rem;padding:1.25rem;box-shadow:0 4px 6px -1px hsl(var(--foreground) / .1);transition:all .3s ease-out}.selection-status-box:hover{box-shadow:0 10px 15px -3px hsl(var(--foreground) / .1)}.btn-enhanced{transition:all .3s ease-out}.btn-enhanced:hover{transform:scale(1.02);box-shadow:0 10px 15px -3px hsl(var(--foreground) / .1)}.btn-enhanced:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--primary)),0 0 0 4px hsl(var(--background))}.btn-wishlist-enhanced{background:hsl(var(--background));border:2px solid hsl(var(--border));color:hsl(var(--muted-foreground));transition:all .2s ease-out}.btn-wishlist-enhanced:hover{background:hsl(var(--destructive) / .05);border-color:hsl(var(--destructive) / .4);color:hsl(var(--destructive))}.btn-share-enhanced{background:hsl(var(--background));border:2px solid hsl(var(--border));color:hsl(var(--muted-foreground));transition:all .2s ease-out}.btn-share-enhanced:hover{background:hsl(var(--primary) / .05);border-color:hsl(var(--primary) / .4);color:hsl(var(--primary))}.quick-actions-mobile-enhanced{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding-top:.75rem;font-size:.75rem;line-height:1rem}@media (min-width: 768px) and (max-width: 1366px){.quick-actions-mobile-enhanced.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.quick-actions-mobile-enhanced.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.quick-actions-mobile-enhanced{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .quick-actions-mobile-enhanced.items-center.gap-3,[data-radix-sheet-content] .flex.quick-actions-mobile-enhanced.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.quick-actions-mobile-enhanced.justify-between.mb-6{display:none}.quick-actions-mobile-enhanced.justify-between.items-center,.flex.justify-between.quick-actions-mobile-enhanced{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.grid.grid-cols-1.quick-actions-mobile-enhanced.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.quick-actions-mobile-enhanced.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0 .5rem}.grid.grid-cols-1.quick-actions-mobile-enhanced.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.quick-actions-mobile-enhanced.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:0 .5rem}.product-info-enhanced .quick-actions-mobile-enhanced.items-center.gap-1.text-green-600,.product-info-enhanced .flex.quick-actions-mobile-enhanced.gap-1.text-green-600{gap:2px}.product-info-enhanced .quick-actions-mobile-enhanced.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.quick-actions-mobile-enhanced.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .quick-actions-mobile-enhanced.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.quick-actions-mobile-enhanced.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .quick-actions-mobile-enhanced.items-center.justify-between,.product-info-enhanced .flex.quick-actions-mobile-enhanced.justify-between{gap:4px}.product-info-enhanced .quick-actions-mobile-enhanced.items-center.justify-between .text-xs,.product-info-enhanced .flex.quick-actions-mobile-enhanced.justify-between .text-xs,.product-info-enhanced .flex.items-center.justify-between .quick-actions-mobile-enhanced{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.grid.grid-cols-1.quick-actions-mobile-enhanced.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.quick-actions-mobile-enhanced.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.grid.grid-cols-1.quick-actions-mobile-enhanced.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.quick-actions-mobile-enhanced.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}.product-info-enhanced .space-y-1\.5 .quick-actions-mobile-enhanced.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.quick-actions-mobile-enhanced.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px) and (orientation: landscape){.grid.grid-cols-1.quick-actions-mobile-enhanced.sm\:grid-cols-2{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}@media (min-width: 768px) and (max-width: 1366px){.dark .quick-actions-mobile-enhanced.text-center{color:hsl(var(--foreground))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .quick-actions-mobile-enhanced,.dark .sheet-content .quick-actions-mobile-enhanced{color:hsl(var(--muted-foreground))}}@media (max-width: 767px){.quick-actions-mobile-enhanced{font-size:12px;line-height:1.4}.quick-actions-mobile-enhanced.items-center.justify-between,.flex.quick-actions-mobile-enhanced.justify-between{padding:12px}}.quick-action-item-enhanced{display:flex;align-items:center;gap:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}@media (min-width: 768px) and (max-width: 1366px){.quick-action-item-enhanced.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.quick-action-item-enhanced.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .quick-action-item-enhanced.items-center.gap-3,[data-radix-sheet-content] .flex.quick-action-item-enhanced.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.quick-action-item-enhanced.justify-between.mb-6{display:none}.quick-action-item-enhanced.justify-between.items-center,.flex.justify-between.quick-action-item-enhanced{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .quick-action-item-enhanced.items-center.gap-1.text-green-600,.product-info-enhanced .flex.quick-action-item-enhanced.gap-1.text-green-600{gap:2px}.product-info-enhanced .quick-action-item-enhanced.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.quick-action-item-enhanced.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .quick-action-item-enhanced.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.quick-action-item-enhanced.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .quick-action-item-enhanced.items-center.justify-between,.product-info-enhanced .flex.quick-action-item-enhanced.justify-between{gap:4px}.product-info-enhanced .quick-action-item-enhanced.items-center.justify-between .text-xs,.product-info-enhanced .flex.quick-action-item-enhanced.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .quick-action-item-enhanced.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.quick-action-item-enhanced.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.quick-action-item-enhanced.items-center.justify-between,.flex.quick-action-item-enhanced.justify-between{padding:12px}}.quick-action-item-enhanced:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.progress-bar{height:.5rem;overflow:hidden;border-radius:9999px;background-color:hsl(var(--muted))}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content] .h-10.w-10.progress-bar{flex-shrink:0;width:40px;height:40px}.md\:hidden.mb-4.progress-bar{display:none}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .progress-bar,.dark .sheet-content .progress-bar{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}@media (max-width: 767px){.progress-bar{padding:12px;border-radius:8px}}.progress-fill{height:100%;border-radius:9999px;background-color:hsl(var(--primary));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content] .h-10.w-10.progress-fill{flex-shrink:0;width:40px;height:40px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .progress-fill,.dark .sheet-content .progress-fill{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}.icon-container{display:flex;height:1rem;width:1rem;align-items:center;justify-content:center;border-radius:9999px}@media (min-width: 768px) and (max-width: 1366px){.icon-container.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.icon-container.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.icon-container{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .icon-container.items-center.gap-3,[data-radix-sheet-content] .flex.icon-container.gap-3{flex-shrink:0;min-height:auto}[data-radix-sheet-content] .h-10.w-10.icon-container{flex-shrink:0;width:40px;height:40px}.hidden.md\:flex.icon-container.justify-between.mb-6{display:none}.icon-container.justify-between.items-center,.flex.justify-between.icon-container{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .icon-container.items-center.gap-1.text-green-600,.product-info-enhanced .flex.icon-container.gap-1.text-green-600{gap:2px}.product-info-enhanced .icon-container.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.icon-container.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .icon-container.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.icon-container.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .icon-container.items-center.justify-between,.product-info-enhanced .flex.icon-container.justify-between{gap:4px}.product-info-enhanced .icon-container.items-center.justify-between .text-xs,.product-info-enhanced .flex.icon-container.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .icon-container.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.icon-container.gap-1\.5>div{width:20px;height:20px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .icon-container,.dark .sheet-content .icon-container{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}@media (max-width: 767px){.icon-container.items-center.justify-between,.flex.icon-container.justify-between{padding:12px}}.icon-container-green{background:hsl(var(--success) / .1)}.icon-container-blue{background:hsl(var(--primary) / .1)}.text-enhanced-visible{color:hsl(var(--foreground));font-weight:500}.btn-mobile-optimized{height:3rem;font-size:1rem;line-height:1.5rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;display:flex;min-height:44px;min-width:44px;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1366px){.btn-mobile-optimized.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.btn-mobile-optimized.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.btn-mobile-optimized{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .btn-mobile-optimized.items-center.gap-3,[data-radix-sheet-content] .flex.btn-mobile-optimized.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.btn-mobile-optimized.justify-between.mb-6{display:none}.btn-mobile-optimized.justify-between.items-center,.flex.justify-between.btn-mobile-optimized{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .btn-mobile-optimized.items-center.gap-1.text-green-600,.product-info-enhanced .flex.btn-mobile-optimized.gap-1.text-green-600{gap:2px}.product-info-enhanced .btn-mobile-optimized.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.btn-mobile-optimized.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .btn-mobile-optimized.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.btn-mobile-optimized.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .btn-mobile-optimized.items-center.justify-between,.product-info-enhanced .flex.btn-mobile-optimized.justify-between{gap:4px}.product-info-enhanced .btn-mobile-optimized.items-center.justify-between .text-xs,.product-info-enhanced .flex.btn-mobile-optimized.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .btn-mobile-optimized.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.btn-mobile-optimized.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.btn-mobile-optimized.items-center.justify-between,.flex.btn-mobile-optimized.justify-between{padding:12px}}@media (min-width: 640px){.btn-mobile-optimized{height:3.5rem;font-size:1.125rem;line-height:1.75rem}}.product-detail-container{max-width:100vw;overflow-x:hidden;width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 640px){.product-detail-container{max-width:640px}}@media (min-width: 690px){.product-detail-container{max-width:690px}}@media (min-width: 768px){.product-detail-container{max-width:768px}}@media (min-width: 1024px){.product-detail-container{max-width:1024px}}@media (min-width: 1280px){.product-detail-container{max-width:1280px}}@media (min-width: 1400px){.product-detail-container{max-width:1400px}}header .product-detail-container{overflow:visible;max-width:none;width:100%}.product-detail-container{margin-left:auto;margin-right:auto;padding:1rem}@media (min-width: 768px) and (max-width: 1366px){header .product-detail-container{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:100%;padding:0}}@media (min-width: 768px) and (max-width: 912px){.product-detail-container{padding-left:1rem;padding-right:1rem}}@media (min-width: 913px) and (max-width: 1366px){.product-detail-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px) and (max-width: 1366px){.product-detail-container:not(:has([data-radix-dialog-content])){max-width:100%;width:100%;padding-left:1rem;padding-right:1rem;overflow-x:hidden;position:relative}.product-detail-container:has([data-radix-dialog-content]){max-width:100%;width:100%;padding-left:1rem;padding-right:1rem;overflow:visible;position:relative}@media (min-width: 768px) and (max-width: 912px){.product-detail-container{padding-left:.875rem;padding-right:.875rem}}@media (min-width: 913px) and (max-width: 1366px){.product-detail-container{padding-left:1.25rem;padding-right:1.25rem}}.dark .product-detail-container{background:transparent}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.product-detail-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.product-detail-container{padding-left:1rem;padding-right:1rem}}@media (max-width: 767px){.product-detail-container{position:relative;z-index:1;padding-left:.75rem;padding-right:.75rem}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark header .product-detail-container{background:transparent}}@media (min-width: 640px){.product-detail-container{padding:1.5rem}}@media (min-width: 1024px){.product-detail-container{padding:2rem}}.product-detail-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 768px) and (max-width: 1366px){.product-detail-grid{grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.product-detail-grid{grid-template-columns:repeat(3,1fr)}}.lg\:hidden.fixed.bottom-0 .product-detail-grid{grid-template-columns:repeat(5,1fr);gap:2px}}@media (min-width: 768px) and (max-width: 820px){.product-detail-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 821px) and (max-width: 912px){.product-detail-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1024px){.product-detail-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1025px) and (max-width: 1366px){.product-detail-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 1366px){ul.product-detail-grid.w-full.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.product-detail-grid.w-full.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.product-detail-grid.w-full.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.product-detail-grid.w-full.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.product-detail-grid.w-full.gap-3.p-4{padding:1rem}}.product-detail-grid.md\:grid-cols-4{grid-template-columns:1fr}main.col-span-1>.product-detail-grid.gap-4{margin-top:0;width:100%;max-width:100%}.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-3{gap:1rem;width:100%;max-width:100%;grid-auto-flow:row}@media (min-width: 768px) and (max-width: 912px){.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}}@media (min-width: 913px) and (max-width: 1366px){.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-3>*{width:100%;max-width:100%;min-width:0;overflow:hidden}}@media (min-width: 768px) and (max-width: 912px){.product-detail-grid.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 913px) and (max-width: 1366px){.product-detail-grid.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 768px) and (max-width: 1366px){.product-detail-grid.grid-cols-1.md\\:grid-cols-4{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.grid.product-detail-grid.md\\:grid-cols-4{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.product-detail-grid.gap-4{width:100%;max-width:100%;box-sizing:border-box}.product-detail-grid.gap-4>div{width:100%;max-width:100%;min-width:0;box-sizing:border-box}@media (min-width: 768px) and (max-width: 912px){.product-detail-grid.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width: 913px) and (max-width: 1366px){.product-detail-grid.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (prefers-contrast: high){.product-detail-grid.gap-4{gap:1.25rem}}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.product-detail-grid.gap-4{gap:1.25rem}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.product-detail-grid.gap-4{gap:1rem}}@media (max-width: 767px){.product-detail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-detail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5,.grid.product-detail-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.product-detail-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5,.grid.grid-cols-1.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0 .5rem}.product-detail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.product-detail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5,.grid.product-detail-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.product-detail-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5,.grid.grid-cols-1.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:0 .5rem}}@media (min-width: 768px) and (max-width: 1366px){.product-detail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-detail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.product-detail-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.product-detail-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.product-detail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-detail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.product-detail-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.product-detail-grid.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-cols-1.product-detail-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}}@media (max-width: 767px) and (orientation: landscape){.product-detail-grid.grid-cols-1.gap-6.sm\:grid-cols-2,.grid.product-detail-grid.gap-6.sm\:grid-cols-2,.grid.grid-cols-1.product-detail-grid.sm\:grid-cols-2{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}@media (min-width: 768px) and (max-width: 1366px){.product-detail-grid.grid-cols-1.gap-4,.grid.product-detail-grid.gap-4{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.product-detail-grid{grid-template-columns:1fr}}@media (min-width: 640px){.product-detail-grid{gap:2rem}}@media (min-width: 1024px){.product-detail-grid{gap:3rem}}@media (min-width: 1280px){.product-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}}.product-image-container{position:relative;margin-left:auto;margin-right:auto;width:100%;max-width:42rem}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item>div.product-image-container,.mobile-nav-item>.product-image-container{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.product-image-container svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.product-image-container{overflow:visible;width:auto;height:auto}ul.grid.product-image-container.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.product-image-container.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.product-image-container.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.product-image-container.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.product-image-container.gap-3.p-4{padding:1rem}}}@media (min-width: 1280px){.product-image-container{max-width:none}}.product-thumbnail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}@media (min-width: 768px) and (max-width: 1366px){.product-thumbnail-grid{grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.product-thumbnail-grid{grid-template-columns:repeat(3,1fr)}}.lg\:hidden.fixed.bottom-0 .product-thumbnail-grid{grid-template-columns:repeat(5,1fr);gap:2px}}@media (min-width: 768px) and (max-width: 820px){.product-thumbnail-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 821px) and (max-width: 912px){.product-thumbnail-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1024px){.product-thumbnail-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1025px) and (max-width: 1366px){.product-thumbnail-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 1366px){ul.product-thumbnail-grid.w-full.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.product-thumbnail-grid.w-full.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.product-thumbnail-grid.w-full.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.product-thumbnail-grid.w-full.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.product-thumbnail-grid.w-full.gap-3.p-4{padding:1rem}}.product-thumbnail-grid.md\:grid-cols-4{grid-template-columns:1fr}main.col-span-1>.product-thumbnail-grid.gap-4{margin-top:0;width:100%;max-width:100%}.product-thumbnail-grid.sm\:grid-cols-2.lg\:grid-cols-3{gap:1rem;width:100%;max-width:100%;grid-auto-flow:row}@media (min-width: 768px) and (max-width: 912px){.product-thumbnail-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}}@media (min-width: 913px) and (max-width: 1366px){.product-thumbnail-grid.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.product-thumbnail-grid.sm\:grid-cols-2.lg\:grid-cols-3>*{width:100%;max-width:100%;min-width:0;overflow:hidden}}@media (min-width: 768px) and (max-width: 912px){.product-thumbnail-grid.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 913px) and (max-width: 1366px){.product-thumbnail-grid.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 768px) and (max-width: 1366px){.product-thumbnail-grid.grid-cols-1.md\\:grid-cols-4{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.product-thumbnail-grid.gap-4{width:100%;max-width:100%;box-sizing:border-box}.product-thumbnail-grid.gap-4>div{width:100%;max-width:100%;min-width:0;box-sizing:border-box}@media (min-width: 768px) and (max-width: 912px){.product-thumbnail-grid.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width: 913px) and (max-width: 1366px){.product-thumbnail-grid.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (prefers-contrast: high){.product-thumbnail-grid.gap-4{gap:1.25rem}}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.product-thumbnail-grid.gap-4{gap:1.25rem}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.product-thumbnail-grid.gap-4{gap:1rem}}@media (max-width: 767px){.product-thumbnail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-thumbnail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0 .5rem}.product-thumbnail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.product-thumbnail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.product-thumbnail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:0 .5rem}}@media (min-width: 768px) and (max-width: 1366px){.product-thumbnail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-thumbnail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.product-thumbnail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.product-thumbnail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.product-thumbnail-grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.product-thumbnail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}}@media (max-width: 767px) and (orientation: landscape){.product-thumbnail-grid.grid-cols-1.gap-6.sm\:grid-cols-2{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}@media (min-width: 768px) and (max-width: 1366px){.product-thumbnail-grid.grid-cols-1.gap-4{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.product-thumbnail-grid{grid-template-columns:1fr}}@media (min-width: 640px){.product-thumbnail-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}}@media (min-width: 1024px){.product-thumbnail-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width: 1280px){.product-thumbnail-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1536px){.product-thumbnail-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.sticky-cart-mobile{position:sticky;bottom:0;z-index:30;margin-left:-1rem;margin-right:-1rem;border-top-width:1px;background-color:hsl(var(--background));padding:1rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 768px) and (max-width: 1366px){[data-side=left] .sticky-cart-mobile,.sheet-content .sticky-cart-mobile,.sheet-content-below-header .sticky-cart-mobile{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border));flex-shrink:0}[data-side=left] .sticky-cart-mobile:last-child,.sheet-content .sticky-cart-mobile:last-child{margin-bottom:1rem}.sticky-cart-mobile{box-shadow:0 2px 4px #0000001a}.lg\:hidden.fixed.sticky-cart-mobile{display:flex;position:fixed;bottom:0;left:0;right:0;height:56px;z-index:1030;background:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:4px 8px}.lg\:hidden.fixed.sticky-cart-mobile .grid{grid-template-columns:repeat(5,1fr);gap:2px}.lg\:hidden.fixed.sticky-cart-mobile a{min-height:44px;padding:.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;border-radius:.5rem;transition:background-color .2s ease}.lg\:hidden.fixed.sticky-cart-mobile a>div:first-child{display:flex;align-items:center;justify-content:center}.lg\:hidden.fixed.sticky-cart-mobile svg,.lg\:hidden.fixed.sticky-cart-mobile .lucide{width:16px;height:16px;stroke-width:2}.lg\:hidden.fixed.sticky-cart-mobile .absolute{top:-2px;right:-2px}.lg\:hidden.fixed.sticky-cart-mobile span{font-size:.6875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2}.lg\:hidden.fixed.sticky-cart-mobile a[class*=bg-blue]{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary))}.lg\:hidden.fixed.sticky-cart-mobile a:hover{background-color:hsl(var(--accent))}ul.grid.w-full.gap-3.sticky-cart-mobile{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.w-full.gap-3.sticky-cart-mobile{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.w-full.gap-3.sticky-cart-mobile{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.w-full.gap-3.sticky-cart-mobile{padding:1.25rem}}@media (orientation: landscape){ul.grid.w-full.gap-3.sticky-cart-mobile{padding:1rem}}[data-radix-sheet-content] .sticky-cart-mobile{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border));flex-shrink:0}[data-radix-sheet-content] .sticky-cart-mobile:last-child{margin-bottom:1rem;padding-bottom:1rem}[data-radix-sheet-content] nav>*:not(.sticky-cart-mobile):not([data-radix-accordion-item]){display:flex;flex-shrink:0}[data-radix-sheet-content] .sticky-cart-mobile:has(h4:contains("Stay Connected")),[data-radix-sheet-content] .sticky-cart-mobile:nth-child(n+5){display:block;flex-shrink:0}[data-radix-sheet-content] .sticky-cart-mobile:has(h4:contains("Account")){display:block;flex-shrink:0}[data-radix-sheet-content] .sticky-cart-mobile:has(h4:contains("Appearance")){display:block;flex-shrink:0}.dark [data-radix-sheet-content] .sticky-cart-mobile{border-top-color:hsl(var(--border))}.dark .sticky-cart-mobile{border-color:hsl(var(--border))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .sticky-cart-mobile,.dark .sheet-content .sticky-cart-mobile{border-top-color:hsl(var(--border))}.dark .lg\\:hidden.fixed.sticky-cart-mobile{background:hsl(var(--background));border-top-color:hsl(var(--border))}.dark .lg\\:hidden.fixed.sticky-cart-mobile a{color:hsl(var(--muted-foreground))}.dark .lg\\:hidden.fixed.sticky-cart-mobile a:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.dark .lg\\:hidden.fixed.sticky-cart-mobile a[class*=bg-blue]{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}}@media (min-width: 640px){.sticky-cart-mobile{position:static;margin-left:0;margin-right:0;border-top-width:0px;background-color:transparent;padding:0;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}.zoom-lens{border:2px solid hsl(var(--background));border-radius:50%;box-shadow:0 0 0 2px hsl(var(--foreground) / .3),inset 0 0 0 2px hsl(var(--background) / .8);pointer-events:none}.lightbox-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1366px){.lg\:hidden.lightbox-overlay.top-0{display:flex;position:fixed;top:0;left:0;right:0;height:64px;z-index:1030;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));padding:0 1rem}.lg\:hidden.lightbox-overlay.bottom-0{display:flex;position:fixed;bottom:0;left:0;right:0;height:56px;z-index:1030;background:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:4px 8px}.lg\:hidden.lightbox-overlay.bottom-0 .grid{grid-template-columns:repeat(5,1fr);gap:2px}.lg\:hidden.lightbox-overlay.bottom-0 a{min-height:44px;padding:.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;border-radius:.5rem;transition:background-color .2s ease}.lg\:hidden.lightbox-overlay.bottom-0 a>div:first-child{display:flex;align-items:center;justify-content:center}.lg\:hidden.lightbox-overlay.bottom-0 svg,.lg\:hidden.lightbox-overlay.bottom-0 .lucide{width:16px;height:16px;stroke-width:2}.lg\:hidden.lightbox-overlay.bottom-0 .absolute{top:-2px;right:-2px}.lg\:hidden.lightbox-overlay.bottom-0 span{font-size:.6875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2}.lg\:hidden.lightbox-overlay.bottom-0 a[class*=bg-blue]{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary))}.lg\:hidden.lightbox-overlay.bottom-0 a:hover{background-color:hsl(var(--accent))}.lightbox-overlay.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.lightbox-overlay.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.lightbox-overlay{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .lightbox-overlay.items-center.gap-3,[data-radix-sheet-content] .flex.lightbox-overlay.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.lightbox-overlay.justify-between.mb-6{display:none}.lightbox-overlay.justify-between.items-center,.flex.justify-between.lightbox-overlay{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .lightbox-overlay.items-center.gap-1.text-green-600,.product-info-enhanced .flex.lightbox-overlay.gap-1.text-green-600{gap:2px}.product-info-enhanced .lightbox-overlay.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.lightbox-overlay.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .lightbox-overlay.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.lightbox-overlay.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .lightbox-overlay.items-center.justify-between,.product-info-enhanced .flex.lightbox-overlay.justify-between{gap:4px}.product-info-enhanced .lightbox-overlay.items-center.justify-between .text-xs,.product-info-enhanced .flex.lightbox-overlay.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .lightbox-overlay.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.lightbox-overlay.gap-1\.5>div{width:20px;height:20px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark .lg\\:hidden.lightbox-overlay.top-0{background:hsl(var(--background));border-bottom-color:hsl(var(--border))}.dark .lg\\:hidden.lightbox-overlay.top-0 h1{color:hsl(var(--foreground))}.dark .lg\\:hidden.lightbox-overlay.top-0 p{color:hsl(var(--muted-foreground))}.dark .lg\\:hidden.lightbox-overlay.bottom-0{background:hsl(var(--background));border-top-color:hsl(var(--border))}.dark .lg\\:hidden.lightbox-overlay.bottom-0 a{color:hsl(var(--muted-foreground))}.dark .lg\\:hidden.lightbox-overlay.bottom-0 a:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.dark .lg\\:hidden.lightbox-overlay.bottom-0 a[class*=bg-blue]{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}}@media (max-width: 767px){.lightbox-overlay.items-center.justify-between,.flex.lightbox-overlay.justify-between{padding:12px}}.lightbox-overlay{background:hsl(var(--foreground) / .95)}.focus-visible-ring:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: hsl(var(--primary));--tw-ring-offset-width: 2px}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.safe-area-top{padding-top:env(safe-area-inset-top)}.form-input-mobile{font-size:1rem;line-height:1.5rem}.category-header{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px) and (max-width: 1366px){.category-header.min-h-screen{padding-top:64px;padding-bottom:56px}[data-radix-sheet-content] .category-header.items-center.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.items-center.justify-between.category-header{display:none}main.col-span-1>.grid.category-header{margin-top:0;width:100%;max-width:100%}.grid.category-header{width:100%;max-width:100%;box-sizing:border-box}.grid.category-header>div{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.category-header.justify-between.items-center{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}@media (prefers-contrast: high){.grid.category-header{gap:1.25rem}}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.grid.category-header{gap:1.25rem}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.grid.category-header{gap:1rem}}@media (max-width: 767px){.product-info-enhanced .category-header.items-center.gap-1.text-green-600{gap:2px}.product-info-enhanced .category-header.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .category-header.items-center.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .category-header.items-center.justify-between{gap:4px}.product-info-enhanced .category-header.items-center.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .category-header.items-center.gap-1\.5>div{width:20px;height:20px}.grid.grid-cols-1.category-header{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.category-header.items-center.justify-between{padding:12px}}@media (min-width: 640px){.category-header{flex-direction:row;align-items:center;justify-content:space-between}}.video-container{position:relative;width:100%;overflow:hidden;border-radius:var(--radius)}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item>div.video-container,.mobile-nav-item>.video-container{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.video-container svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.video-container{overflow:visible;width:auto;height:auto}ul.grid.video-container.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.video-container.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.video-container.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.video-container.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.video-container.gap-3.p-4{padding:1rem}}.md\:hidden.mb-4.video-container{display:none}.video-container.border{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.video-container.border>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.video-container.border img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .video-container.border{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .border.video-container{background:hsl(var(--background));border-color:hsl(var(--border))}}.video-container{background:hsl(var(--foreground))}.video-aspect{position:relative;aspect-ratio:16 / 9;width:100%}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item>div.video-aspect,.mobile-nav-item>.video-aspect{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.video-aspect svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.video-aspect{overflow:visible;width:auto;height:auto}ul.grid.video-aspect.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.video-aspect.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.video-aspect.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.video-aspect.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.video-aspect.gap-3.p-4{padding:1rem}}}.video-container-mobile{margin-left:auto;margin-right:auto;max-width:250px}.video-container-tablet{margin-left:auto;margin-right:auto;max-width:300px}@media (min-width: 640px){.video-container-tablet{max-width:32rem}}.video-container-desktop{margin-left:auto;margin-right:auto;max-width:42rem}@media (min-width: 1280px){.video-container-desktop{max-width:none}}.video-wrapper-compact{margin-left:auto;margin-right:auto;width:100%;max-width:280px;overflow:hidden}@media (min-width: 768px) and (max-width: 1366px){ul.grid.video-wrapper-compact.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.video-wrapper-compact.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.video-wrapper-compact.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.video-wrapper-compact.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.video-wrapper-compact.gap-3.p-4{padding:1rem}}.md\:hidden.mb-4.video-wrapper-compact{display:none}}.prose iframe,.prose video,.prose embed,.prose object{margin-left:auto;margin-right:auto;max-width:250px;max-height:140px!important}@media (min-width: 640px){.prose iframe,.prose video,.prose embed,.prose object{max-width:300px;max-height:169px!important}}.responsive-iframe{position:absolute;inset:0;height:100%;width:100%;border-radius:var(--radius)}@media (min-width: 768px) and (max-width: 1366px){.lg\:hidden.fixed.bottom-0 .responsive-iframe{top:-2px;right:-2px}ul.grid.responsive-iframe.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.responsive-iframe.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.responsive-iframe.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.responsive-iframe.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.responsive-iframe.gap-3.p-4{padding:1rem}}.responsive-iframe.border{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.responsive-iframe.border>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.responsive-iframe.border img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .responsive-iframe.border{background:hsl(var(--card));border-color:hsl(var(--border))}.responsive-iframe.top-2.left-2.product-price-discount{position:absolute;top:.5rem;left:.5rem;z-index:10;background:hsl(var(--destructive));color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px #0003}.dark .responsive-iframe.top-2.left-2.product-price-discount{background:hsl(var(--destructive));color:#fff}}@media (max-width: 767px){.responsive-iframe.top-2.left-2.product-price-discount{top:4px;left:4px}}@media (min-width: 768px) and (max-width: 1366px){.dark .border.responsive-iframe{background:hsl(var(--background));border-color:hsl(var(--border))}}[role=dialog] iframe,[role=dialog] video,[role=dialog] embed,[role=dialog] object{max-width:200px!important;max-height:112px!important;margin:.5rem auto!important;display:block!important}@media (min-width: 640px){[role=dialog] iframe,[role=dialog] video,[role=dialog] embed,[role=dialog] object{max-width:250px!important;max-height:140px!important}}[role=dialog],[role=dialog] *{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}[role=dialog] .prose,[role=dialog] .text-content,[role=dialog] p,[role=dialog] div{hyphens:auto!important;overflow-wrap:anywhere!important}.skeleton-product-card{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:var(--radius);background-color:hsl(var(--muted))}@media (min-width: 768px) and (max-width: 1366px){.skeleton-product-card.border{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.skeleton-product-card.border>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.skeleton-product-card.border img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .skeleton-product-card.border{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .border.skeleton-product-card{background:hsl(var(--background));border-color:hsl(var(--border))}}@media (max-width: 767px){.skeleton-product-card{padding:12px;border-radius:8px}}.focus-visible-ring:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: hsl(var(--primary));--tw-ring-offset-width: 2px}@media print{.no-print{display:none}@media (min-width: 768px) and (max-width: 1366px){.no-print.lg\\:flex,header .no-print.lg\\:flex,header nav.no-print.lg\\:flex{display:none;visibility:hidden}header .no-print.lg\\:flex,header nav.no-print.lg\\:flex{display:flex;visibility:visible}header .no-print.lg\\:flex.flex-1.items-center.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}aside.no-print.md\:block{display:none}.no-print.md\:flex.items-center.justify-between.mb-6{display:none}}}@media (prefers-contrast: high){.high-contrast-border{border-width:2px;border-color:hsl(var(--foreground))}}@media (prefers-reduced-motion: reduce){.motion-safe-only{transition-property:none}}.product-detail-mobile-safe{width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;padding-top:1rem}.product-detail-grid-mobile{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:100%;overflow:hidden}@media (min-width: 1280px){.product-detail-grid-mobile{grid-template-columns:1fr 1fr;gap:4rem}}.glass-card-enhanced{background:linear-gradient(135deg,hsl(var(--background) / .9),hsl(var(--background) / .7));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsl(var(--border) / .3);box-shadow:0 8px 32px hsl(var(--foreground) / .1),inset 0 1px hsl(var(--background) / .6)}.dark .glass-card-enhanced{background:linear-gradient(135deg,hsl(var(--background) / .9),hsl(var(--background) / .7));border:1px solid hsl(var(--border) / .3);box-shadow:0 8px 32px hsl(var(--foreground) / .3),inset 0 1px hsl(var(--background) / .1)}.hover-lift-enhanced{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.hover-lift-enhanced:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px hsl(var(--foreground) / .15),0 0 0 1px hsl(var(--background) / .1)}.badge-glow{position:relative;overflow:hidden}.badge-glow:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,hsl(var(--primary) / .9),hsl(var(--primary) / .7),hsl(var(--destructive) / .9),hsl(var(--warning) / .9));border-radius:inherit;opacity:0;z-index:-1;transition:opacity .3s ease;animation:glow-rotate 3s linear infinite}.badge-glow:hover:before{opacity:.7}@keyframes glow-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-skeleton-enhanced{background:linear-gradient(90deg,hsl(var(--muted) / .3),hsl(var(--muted) / .5),hsl(var(--muted) / .3));background-size:200% 100%;animation:shimmer-enhanced 1.5s infinite}.dark .loading-skeleton-enhanced{background:linear-gradient(90deg,hsl(var(--muted) / .3),hsl(var(--muted) / .5),hsl(var(--muted) / .3))}@keyframes shimmer-enhanced{0%{background-position:-200% 0}to{background-position:200% 0}}.touch-target-enhanced{min-height:48px;min-width:48px;display:flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden}.touch-target-enhanced:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsl(var(--background) / .5);transform:translate(-50%,-50%);transition:width .3s,height .3s}.touch-target-enhanced:active:after{width:100px;height:100px}.scrollbar-enhanced{scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground) / .5) transparent}.scrollbar-enhanced::-webkit-scrollbar{width:6px;height:6px}.scrollbar-enhanced::-webkit-scrollbar-track{background:transparent}.scrollbar-enhanced::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .5);border-radius:3px}.scrollbar-enhanced::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .7)}.dark .scrollbar-enhanced::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .5)}.dark .scrollbar-enhanced::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .7)}.animate-fade-in-up{animation:fade-in-up .6s ease-out forwards;opacity:0}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-scale-in{animation:scale-in .4s cubic-bezier(.175,.885,.32,1.275) forwards;transform:scale(.8);opacity:0}@keyframes scale-in{to{transform:scale(1);opacity:1}}.gradient-text-enhanced{background:linear-gradient(135deg,hsl(var(--foreground) / .9),hsl(var(--muted-foreground) / .8),hsl(var(--foreground) / .7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .gradient-text-enhanced{background:linear-gradient(135deg,hsl(var(--foreground) / .9),hsl(var(--muted-foreground) / .8),hsl(var(--foreground) / .7))}.mobile-carousel-container{position:relative;overflow:hidden;border-radius:1rem}.mobile-carousel-track{display:flex;transition:transform .3s cubic-bezier(.25,.46,.45,.94);will-change:transform}.mobile-carousel-item{flex:0 0 auto;scroll-snap-align:start}@media (width: 690px) and (height: 829px){.modal-690x829{max-width:95vw!important;max-height:85vh!important;border-radius:12px!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;will-change:transform!important;backface-visibility:hidden!important}.content-690x829{max-height:45vh!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important;touch-action:pan-y!important;padding:1rem!important}.image-container-690x829{min-height:35vh!important;max-height:40vh!important;padding:1rem!important;overflow:hidden!important;touch-action:manipulation!important}.text-690x829{font-size:14px!important;line-height:1.4!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;hyphens:auto!important;overflow-wrap:anywhere!important}.button-690x829{min-height:48px!important;padding:12px 16px!important;font-size:14px!important;border-radius:8px!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}.touch-target-690x829{min-height:44px!important;min-width:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}.grid-690x829{grid-template-columns:1fr!important;gap:1rem!important;max-height:85vh!important}.spacing-690x829{padding:.75rem!important;margin:.5rem!important}.form-690x829{font-size:16px!important;padding:12px!important;border-radius:8px!important;touch-action:manipulation!important}.scroll-690x829{-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important;touch-action:pan-y!important;scrollbar-width:thin!important;scrollbar-color:hsl(var(--muted-foreground) / .5) transparent!important}.scroll-690x829::-webkit-scrollbar{width:4px!important;height:4px!important}.scroll-690x829::-webkit-scrollbar-track{background:transparent!important}.scroll-690x829::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .5)!important;border-radius:2px!important}.scroll-690x829::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .7)!important}}.stat-card-enhanced{background:linear-gradient(135deg,hsl(var(--background) / .8),hsl(var(--background) / .6));backdrop-filter:blur(10px);border:1px solid hsl(var(--border) / .2);transition:all .3s ease}.dark .stat-card-enhanced{background:linear-gradient(135deg,hsl(var(--background) / .8),hsl(var(--background) / .6));border:1px solid hsl(var(--border) / .2)}.stat-card-enhanced:hover{transform:translateY(-2px);box-shadow:0 8px 16px hsl(var(--foreground) / .1)}.social-proof-indicator{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:hsl(var(--success) / .1);border:1px solid hsl(var(--success) / .2);border-radius:9999px;font-size:.75rem;font-weight:500;color:hsl(var(--success))}.social-proof-indicator:before{content:"";width:6px;height:6px;background:hsl(var(--success));border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.empty-state-enhanced{text-align:center;padding:3rem;background:linear-gradient(135deg,hsl(var(--background) / .8),hsl(var(--muted) / .6));backdrop-filter:blur(10px);border:2px dashed hsl(var(--border) / .3);border-radius:1rem}.dark .empty-state-enhanced{background:linear-gradient(135deg,hsl(var(--background) / .8),hsl(var(--muted) / .6));border-color:hsl(var(--border) / .3)}.error-state-enhanced{background:linear-gradient(135deg,hsl(var(--destructive) / .9),hsl(var(--destructive) / .7));backdrop-filter:blur(10px);border:1px solid hsl(var(--destructive) / .2);border-radius:1rem}.dark .error-state-enhanced{background:linear-gradient(135deg,hsl(var(--destructive) / .9),hsl(var(--destructive) / .7));border-color:hsl(var(--destructive) / .3)}.product-section-mobile{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.mobile-text-wrap{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;hyphens:auto}.mobile-min-height{min-height:100vh;min-height:100dvh}.mobile-safe-area{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.mobile-sticky-bottom{position:sticky;bottom:0;z-index:30;background:hsl(var(--background));border-top:1px solid hsl(var(--border));box-shadow:0 -4px 6px -1px hsl(var(--foreground) / .1)}.dark .mobile-sticky-bottom{background:hsl(var(--background));border-top:1px solid hsl(var(--border));box-shadow:0 -4px 6px -1px hsl(var(--foreground) / .3)}@media (min-width: 640px){.mobile-sticky-bottom{position:static;background:transparent;border-top:none;box-shadow:none}}.mobile-image-container{position:relative;width:100%;max-width:100%;overflow:hidden;border-radius:.5rem}.mobile-touch-target{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.mobile-video-wrapper{width:100%;max-width:240px;margin:0 auto;overflow:hidden;border-radius:.5rem}@media (min-width: 640px){.mobile-video-wrapper{max-width:280px}}.glass-card{background:hsl(var(--glass-bg));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsl(var(--glass-border));box-shadow:var(--shadow-medium)}.glass-card-hover{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;background:hsl(var(--glass-bg));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsl(var(--glass-border));box-shadow:var(--shadow-medium)}.glass-card-hover:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: .3;--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .2s ease-out;border:1px solid;box-shadow:0 1px 3px hsl(var(--foreground) / .1)}.status-badge:hover{box-shadow:0 4px 6px -1px hsl(var(--foreground) / .1)}.status-ordered{background:hsl(var(--status-ordered) / .1);border-color:hsl(var(--status-ordered) / .3);color:hsl(var(--status-ordered))}.status-ordered:hover{background:hsl(var(--status-ordered) / .15);border-color:hsl(var(--status-ordered) / .4)}.status-packed{background:hsl(var(--status-packed) / .1);border-color:hsl(var(--status-packed) / .3);color:hsl(var(--status-packed))}.status-packed:hover{background:hsl(var(--status-packed) / .15);border-color:hsl(var(--status-packed) / .4)}.status-shipped{background:hsl(var(--status-shipped) / .1);border-color:hsl(var(--status-shipped) / .3);color:hsl(var(--status-shipped))}.status-shipped:hover{background:hsl(var(--status-shipped) / .15);border-color:hsl(var(--status-shipped) / .4)}.status-out-for-delivery{background:hsl(var(--status-out-for-delivery) / .1);border-color:hsl(var(--status-out-for-delivery) / .3);color:hsl(var(--status-out-for-delivery))}.status-out-for-delivery:hover{background:hsl(var(--status-out-for-delivery) / .15);border-color:hsl(var(--status-out-for-delivery) / .4)}.status-delivered{background:hsl(var(--status-delivered) / .1);border-color:hsl(var(--status-delivered) / .3);color:hsl(var(--status-delivered))}.status-delivered:hover{background:hsl(var(--status-delivered) / .15);border-color:hsl(var(--status-delivered) / .4)}.status-cancelled{background:hsl(var(--status-cancelled) / .1);border-color:hsl(var(--status-cancelled) / .3);color:hsl(var(--status-cancelled))}.status-cancelled:hover{background:hsl(var(--status-cancelled) / .15);border-color:hsl(var(--status-cancelled) / .4)}.modern-card{border-radius:1rem;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--card));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}@media (min-width: 768px) and (max-width: 1366px){.modern-card{box-shadow:0 2px 4px #0000001a}.rounded-lg.modern-card{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.rounded-lg.modern-card>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.rounded-lg.modern-card img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .rounded-lg.modern-card{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .modern-card.rounded-lg{background:hsl(var(--background));border-color:hsl(var(--border))}}.modern-card:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: .6}.modern-card-compact{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);border-radius:1rem;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--card));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}@media (min-width: 768px) and (max-width: 1366px){.modern-card-compact{box-shadow:0 2px 4px #0000001a}.rounded-lg.modern-card-compact{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.rounded-lg.modern-card-compact>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.rounded-lg.modern-card-compact img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .rounded-lg.modern-card-compact{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .modern-card-compact.rounded-lg{background:hsl(var(--background));border-color:hsl(var(--border))}}.modern-card-compact:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);--tw-border-opacity: .6;--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.stats-card{overflow:hidden}@media (min-width: 768px) and (max-width: 1366px){.md\:hidden.mb-4.stats-card{display:none}}.stats-card{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);border-radius:1rem;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--card));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}@media (min-width: 768px) and (max-width: 1366px){.stats-card{box-shadow:0 2px 4px #0000001a}.rounded-lg.stats-card{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.rounded-lg.stats-card>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.rounded-lg.stats-card img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .rounded-lg.stats-card{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .stats-card.rounded-lg{background:hsl(var(--background));border-color:hsl(var(--border))}}.stats-card:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);--tw-border-opacity: .6;--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.stats-card{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: hsl(var(--card)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--muted) / .3) var(--tw-gradient-to-position)}.stats-card:is(.dark *){--tw-gradient-from: hsl(var(--card)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--muted) / .1) var(--tw-gradient-to-position)}.stats-card-icon{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:1rem}@media (min-width: 768px) and (max-width: 1366px){.stats-card-icon.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.stats-card-icon.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.stats-card-icon{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .stats-card-icon.items-center.gap-3,[data-radix-sheet-content] .flex.stats-card-icon.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.stats-card-icon.justify-between.mb-6{display:none}.stats-card-icon.justify-between.items-center,.flex.justify-between.stats-card-icon{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .stats-card-icon.items-center.gap-1.text-green-600,.product-info-enhanced .flex.stats-card-icon.gap-1.text-green-600{gap:2px}.product-info-enhanced .stats-card-icon.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.stats-card-icon.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .stats-card-icon.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.stats-card-icon.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .stats-card-icon.items-center.justify-between,.product-info-enhanced .flex.stats-card-icon.justify-between{gap:4px}.product-info-enhanced .stats-card-icon.items-center.justify-between .text-xs,.product-info-enhanced .flex.stats-card-icon.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .stats-card-icon.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.stats-card-icon.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.stats-card-icon.items-center.justify-between,.flex.stats-card-icon.justify-between{padding:12px}}.stats-card-icon{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 768px) and (max-width: 1366px){.stats-card-icon{box-shadow:0 2px 4px #0000001a}}.stats-card-icon-primary{background:linear-gradient(135deg,hsl(var(--primary) / .9),hsl(var(--primary) / .7));color:hsl(var(--primary-foreground))}.stats-card-icon-success{background:linear-gradient(135deg,hsl(var(--success) / .9),hsl(var(--success) / .7));color:hsl(var(--background))}.stats-card-icon-warning{background:linear-gradient(135deg,hsl(var(--warning) / .9),hsl(var(--warning) / .7));color:hsl(var(--background))}.stats-card-icon-error{background:linear-gradient(135deg,hsl(var(--destructive) / .9),hsl(var(--destructive) / .7));color:hsl(var(--destructive-foreground))}.skeleton{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;background-color:hsl(var(--muted))}@media (max-width: 767px){.skeleton{padding:12px;border-radius:8px}}.skeleton-text{height:1rem;width:100%}@media (min-width: 768px) and (max-width: 1366px){ul.grid.skeleton-text.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.skeleton-text.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.skeleton-text.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.skeleton-text.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.skeleton-text.gap-3.p-4{padding:1rem}}}.skeleton-text{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;background-color:hsl(var(--muted))}@media (max-width: 767px){.skeleton-text{padding:12px;border-radius:8px}}.skeleton-text-short{height:1rem;width:75%}.skeleton-text-short{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;background-color:hsl(var(--muted))}@media (max-width: 767px){.skeleton-text-short{padding:12px;border-radius:8px}}.skeleton-text-tiny{height:.75rem;width:50%}.skeleton-text-tiny{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;background-color:hsl(var(--muted))}@media (max-width: 767px){.skeleton-text-tiny{padding:12px;border-radius:8px}}.skeleton-avatar{height:3rem;width:3rem;border-radius:9999px}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content] .h-10.w-10.skeleton-avatar{flex-shrink:0;width:40px;height:40px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .skeleton-avatar,.dark .sheet-content .skeleton-avatar{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}.skeleton-avatar{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;background-color:hsl(var(--muted))}@media (max-width: 767px){.skeleton-avatar{padding:12px;border-radius:8px}}.skeleton-card{height:12rem;width:100%;border-radius:1rem}@media (min-width: 768px) and (max-width: 1366px){ul.grid.skeleton-card.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.skeleton-card.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.skeleton-card.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.skeleton-card.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.skeleton-card.gap-3.p-4{padding:1rem}}}.skeleton-card{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;background-color:hsl(var(--muted))}@media (max-width: 767px){.skeleton-card{padding:12px;border-radius:8px}}.skeleton-button{height:2.5rem;width:6rem;border-radius:var(--radius)}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content] .skeleton-button.w-10.rounded-full{flex-shrink:0;width:40px;height:40px}.skeleton-button.border{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.skeleton-button.border>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.skeleton-button.border img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .skeleton-button.border{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .border.skeleton-button{background:hsl(var(--background));border-color:hsl(var(--border))}}@keyframes pulse{50%{opacity:.5}}.skeleton-button{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;background-color:hsl(var(--muted))}@media (max-width: 767px){.skeleton-button{padding:12px;border-radius:8px}}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;border-color:hsl(var(--muted));border-top-color:hsl(var(--primary))}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content] .h-10.w-10.loading-spinner{flex-shrink:0;width:40px;height:40px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .loading-spinner,.dark .sheet-content .loading-spinner{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}.loading-dots{display:flex}.loading-dots>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}@media (min-width: 768px) and (max-width: 1366px){.loading-dots.min-h-screen{padding-top:64px;padding-bottom:56px}[data-radix-sheet-content] .loading-dots.items-center.gap-3{flex-shrink:0;min-height:auto}.loading-dots.justify-between.items-center{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .loading-dots.items-center.gap-1.text-green-600{gap:2px}.product-info-enhanced .loading-dots.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .loading-dots.items-center.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .loading-dots.items-center.justify-between{gap:4px}.product-info-enhanced .loading-dots.items-center.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .loading-dots.items-center.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.loading-dots.items-center.justify-between{padding:12px}}.loading-dot{height:.5rem;width:.5rem}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.loading-dot{animation:bounce 1s infinite;border-radius:9999px;background-color:hsl(var(--primary))}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content] .h-10.w-10.loading-dot{flex-shrink:0;width:40px;height:40px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .loading-dot,.dark .sheet-content .loading-dot{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}.loading-dot{animation-delay:calc(var(--delay) * .1s)}.modern-input{width:100%;border-radius:.75rem;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--background));padding:.75rem 1rem}@media (min-width: 768px) and (max-width: 1366px){ul.grid.modern-input.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.modern-input.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.modern-input.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.modern-input.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.modern-input.gap-3.p-4{padding:1rem}}.rounded-lg.modern-input{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.rounded-lg.modern-input>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.rounded-lg.modern-input img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .rounded-lg.modern-input{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .modern-input.rounded-lg{background:hsl(var(--background));border-color:hsl(var(--border))}}.modern-input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: hsl(var(--primary))}.modern-input{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.modern-input::-moz-placeholder{color:hsl(var(--muted-foreground))}.modern-input::placeholder{color:hsl(var(--muted-foreground))}.modern-input:hover{border-color:hsl(var(--primary) / .5)}.modern-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border-radius:.75rem;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--background));padding:.75rem 1rem}@media (min-width: 768px) and (max-width: 1366px){ul.grid.modern-select.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.modern-select.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.modern-select.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.modern-select.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.modern-select.gap-3.p-4{padding:1rem}}.rounded-lg.modern-select{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.rounded-lg.modern-select>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.rounded-lg.modern-select img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .rounded-lg.modern-select{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .modern-select.rounded-lg{background:hsl(var(--background));border-color:hsl(var(--border))}}.modern-select:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: hsl(var(--primary))}.modern-select{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.modern-select::-moz-placeholder{color:hsl(var(--muted-foreground))}.modern-select::placeholder{color:hsl(var(--muted-foreground))}.modern-select:hover{border-color:hsl(var(--primary) / .5)}.modern-select{background-position:right;background-position:center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iaHNsKHZhcigtLW11dGVkLWZvcmVncm91bmQpKSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+)}.btn-modern{border-radius:.75rem;padding:.75rem 1.5rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}@media (min-width: 768px) and (max-width: 1366px){.category-menu-item .text-sm.btn-modern{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;color:hsl(var(--foreground));letter-spacing:-.01em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-menu-item:hover .text-sm.btn-modern{color:hsl(var(--accent-foreground))}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item .text-sm.btn-modern{font-size:1rem}}}.btn-modern:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-modern:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-modern:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn-primary-modern{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:.75rem;padding:.75rem 1.5rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}@media (min-width: 768px) and (max-width: 1366px){.category-menu-item .text-sm.btn-primary-modern{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;color:hsl(var(--foreground));letter-spacing:-.01em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-menu-item:hover .text-sm.btn-primary-modern{color:hsl(var(--accent-foreground))}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item .text-sm.btn-primary-modern{font-size:1rem}}}.btn-primary-modern:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-primary-modern:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-primary-modern:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn-primary-modern:hover{background-color:hsl(var(--primary) / .9)}.btn-primary-modern:focus{--tw-ring-color: hsl(var(--primary));--tw-ring-offset-color: hsl(var(--background))}.btn-primary-modern{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 768px) and (max-width: 1366px){.btn-primary-modern{box-shadow:0 2px 4px #0000001a}}.btn-primary-modern:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-secondary-modern{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-radius:.75rem;padding:.75rem 1.5rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}@media (min-width: 768px) and (max-width: 1366px){.category-menu-item .text-sm.btn-secondary-modern{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;color:hsl(var(--foreground));letter-spacing:-.01em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-menu-item:hover .text-sm.btn-secondary-modern{color:hsl(var(--accent-foreground))}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item .text-sm.btn-secondary-modern{font-size:1rem}}}.btn-secondary-modern:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-secondary-modern:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-secondary-modern:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn-secondary-modern:hover{background-color:hsl(var(--secondary) / .8)}.btn-secondary-modern:focus{--tw-ring-color: hsl(var(--secondary));--tw-ring-offset-color: hsl(var(--background))}.btn-outline-modern{border-width:2px;border-color:hsl(var(--border));background-color:hsl(var(--background));border-radius:.75rem;padding:.75rem 1.5rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}@media (min-width: 768px) and (max-width: 1366px){.category-menu-item .text-sm.btn-outline-modern{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;color:hsl(var(--foreground));letter-spacing:-.01em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-menu-item:hover .text-sm.btn-outline-modern{color:hsl(var(--accent-foreground))}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item .text-sm.btn-outline-modern{font-size:1rem}}}.btn-outline-modern:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-outline-modern:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-outline-modern:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn-outline-modern:hover{background-color:hsl(var(--muted))}.btn-outline-modern:focus{--tw-ring-color: hsl(var(--border));--tw-ring-offset-color: hsl(var(--background))}.timeline{position:relative}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item>div.timeline,.mobile-nav-item>.timeline{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.timeline svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.timeline{overflow:visible;width:auto;height:auto}}.timeline:before{position:absolute;left:1.5rem;top:0;bottom:0;width:.125rem;background-color:hsl(var(--border))}@media (min-width: 768px) and (max-width: 1366px){.lg\:hidden.fixed.timeline:before{border-bottom:1px solid hsl(var(--border));padding:0 1rem;display:flex;position:fixed;inset:0;height:56px;z-index:1030;background:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:4px 8px}.lg\:hidden.fixed.timeline .grid:before{grid-template-columns:repeat(5,1fr);gap:2px}.lg\:hidden.fixed.timeline a:before{min-height:44px;padding:.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;border-radius:.5rem;transition:background-color .2s ease}.lg\:hidden.fixed.timeline a>div:first-child:before{display:flex;align-items:center;justify-content:center}.lg\:hidden.fixed.timeline svg:before,.lg\:hidden.fixed.timeline .lucide:before{width:16px;height:16px;stroke-width:2}.lg\:hidden.fixed.bottom-0 .timeline:before{top:-2px;right:-2px}.lg\:hidden.fixed.timeline .absolute:before{top:-2px;right:-2px}.lg\:hidden.fixed.timeline span:before{font-size:.6875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2}.lg\:hidden.fixed.timeline a[class*=bg-blue]:before{background-color:hsl(var(--primary) / .1);color:hsl(var(--primary))}.lg\:hidden.fixed.timeline a:hover:before{background-color:hsl(var(--accent))}.timeline.top-2.left-2.product-price-discount:before{position:absolute;top:.5rem;left:.5rem;z-index:10;background:hsl(var(--destructive));color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px #0003}.dark .timeline.top-2.left-2.product-price-discount:before{background:hsl(var(--destructive));color:#fff}}@media (max-width: 767px){.timeline.top-2.left-2.product-price-discount:before{top:4px;left:4px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark .lg\\:hidden.fixed.timeline:before{background:hsl(var(--background));border-bottom-color:hsl(var(--border))}.dark .lg\\:hidden.fixed.timeline h1:before{color:hsl(var(--foreground))}.dark .lg\\:hidden.fixed.timeline p:before{color:hsl(var(--muted-foreground))}.dark .lg\\:hidden.fixed.timeline:before{background:hsl(var(--background));border-top-color:hsl(var(--border))}.dark .lg\\:hidden.fixed.timeline a:before{color:hsl(var(--muted-foreground))}.dark .lg\\:hidden.fixed.timeline a:hover:before{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.dark .lg\\:hidden.fixed.timeline a[class*=bg-blue]:before{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}}.timeline:before{content:""}.timeline-item{position:relative;display:flex;align-items:flex-start;gap:1rem;padding-bottom:2rem}@media (min-width: 768px) and (max-width: 1366px){.timeline-item.min-h-screen{padding-top:64px;padding-bottom:56px}.mobile-nav-item>div.timeline-item,.mobile-nav-item>.timeline-item{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.timeline-item svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.timeline-item{overflow:visible;width:auto;height:auto}[data-radix-sheet-content] .timeline-item.items-center.gap-3{flex-shrink:0;min-height:auto}main.col-span-1>.grid.timeline-item{margin-top:0;width:100%;max-width:100%}.grid.timeline-item{width:100%;max-width:100%;box-sizing:border-box}.grid.timeline-item>div{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.timeline-item.justify-between.items-center{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}@media (prefers-contrast: high){.grid.timeline-item{gap:1.25rem}}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.grid.timeline-item{gap:1.25rem}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.grid.timeline-item{gap:1rem}}@media (max-width: 767px){.product-info-enhanced .timeline-item.items-center.gap-1.text-green-600{gap:2px}.product-info-enhanced .timeline-item.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .timeline-item.items-center.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .timeline-item.items-center.justify-between{gap:4px}.product-info-enhanced .timeline-item.items-center.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .timeline-item.items-center.gap-1\.5>div{width:20px;height:20px}.grid.grid-cols-1.timeline-item{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.timeline-item.items-center.justify-between{padding:12px}}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:relative;z-index:10;display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px}@media (min-width: 768px) and (max-width: 1366px){.timeline-dot.min-h-screen{padding-top:64px;padding-bottom:56px}.mobile-nav-item>div.timeline-dot,.mobile-nav-item>.timeline-dot{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.timeline-dot svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.timeline-dot{overflow:visible;width:auto;height:auto}header .hidden.lg\\:flex.flex-1.timeline-dot.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.timeline-dot{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .timeline-dot.items-center.gap-3,[data-radix-sheet-content] .flex.timeline-dot.gap-3{flex-shrink:0;min-height:auto}[data-radix-sheet-content] .h-10.w-10.timeline-dot{flex-shrink:0;width:40px;height:40px}.hidden.md\:flex.timeline-dot.justify-between.mb-6{display:none}.timeline-dot.justify-between.items-center,.flex.justify-between.timeline-dot{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .timeline-dot.items-center.gap-1.text-green-600,.product-info-enhanced .flex.timeline-dot.gap-1.text-green-600{gap:2px}.product-info-enhanced .timeline-dot.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.timeline-dot.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .timeline-dot.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.timeline-dot.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .timeline-dot.items-center.justify-between,.product-info-enhanced .flex.timeline-dot.justify-between{gap:4px}.product-info-enhanced .timeline-dot.items-center.justify-between .text-xs,.product-info-enhanced .flex.timeline-dot.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .timeline-dot.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.timeline-dot.gap-1\.5>div{width:20px;height:20px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .timeline-dot,.dark .sheet-content .timeline-dot{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}@media (max-width: 767px){.timeline-dot.items-center.justify-between,.flex.timeline-dot.justify-between{padding:12px}}.timeline-dot{border-width:4px;border-color:hsl(var(--border));background-color:hsl(var(--background));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.timeline-content{flex:1 1 0%;padding-top:.5rem}@media (min-width: 768px) and (max-width: 1366px){[class*=SheetContent] a>div.timeline-content{display:flex;flex-direction:column;width:100%}header .hidden.lg\\:flex.timeline-content.items-center.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}}.timeline-line-active{background-color:hsl(var(--primary))}.timeline-dot-active{border-color:hsl(var(--primary));background-color:hsl(var(--primary) / .1)}.search-modern{position:relative}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item>div.search-modern,.mobile-nav-item>.search-modern{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.search-modern svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.search-modern{overflow:visible;width:auto;height:auto}}.search-modern input{width:100%;border-radius:.75rem;border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--background));padding:.75rem 1rem}@media (min-width: 768px) and (max-width: 1366px){ul.grid.search-modern input.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.search-modern input.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.search-modern input.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.search-modern input.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.search-modern input.gap-3.p-4{padding:1rem}}.rounded-lg.search-modern input{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.rounded-lg.search-modern input>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.rounded-lg.search-modern input img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .rounded-lg.search-modern input{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .search-modern input.rounded-lg{background:hsl(var(--background));border-color:hsl(var(--border))}}.search-modern input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: hsl(var(--primary))}.search-modern input{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.search-modern input::-moz-placeholder{color:hsl(var(--muted-foreground))}.search-modern input::placeholder{color:hsl(var(--muted-foreground))}.search-modern input:hover{border-color:hsl(var(--primary) / .5)}.search-modern-icon{position:absolute;left:1rem;top:50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width: 768px) and (max-width: 1366px){.lg\:hidden.fixed.bottom-0 .search-modern-icon{top:-2px;right:-2px}.search-modern-icon.top-2.left-2.product-price-discount{position:absolute;top:.5rem;left:.5rem;z-index:10;background:hsl(var(--destructive));color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px #0003}.dark .search-modern-icon.top-2.left-2.product-price-discount{background:hsl(var(--destructive));color:#fff}}@media (max-width: 767px){.search-modern-icon.top-2.left-2.product-price-discount{top:4px;left:4px}}.search-modern-icon{color:hsl(var(--muted-foreground))}.filter-pill{display:inline-flex;align-items:center;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item span.filter-pill{font-size:.6875rem;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center;display:block;margin-top:.125rem}header .hidden.lg\\:flex.flex-1.filter-pill.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header nav a.filter-pill{min-height:44px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}header nav a.filter-pill:hover{background-color:hsl(var(--accent) / .8);transform:translateY(-1px)}.category-menu-item .filter-pill.font-medium,.category-menu-item .text-sm.filter-pill{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;color:hsl(var(--foreground));letter-spacing:-.01em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-menu-item .filter-pill.text-muted-foreground{font-size:.8125rem;font-weight:400;line-height:1.5;color:hsl(var(--muted-foreground));margin:0;display:block}.category-menu-item:hover .filter-pill.font-medium,.category-menu-item:hover .text-sm.filter-pill{color:hsl(var(--accent-foreground))}.category-menu-item:hover .filter-pill.text-muted-foreground{color:hsl(var(--accent-foreground) / .8)}@media (min-width: 768px) and (max-width: 820px){header nav a.filter-pill{font-size:.8125rem;padding:.5rem .625rem}}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item .filter-pill.font-medium,.category-menu-item .text-sm.filter-pill{font-size:1rem}.category-menu-item .filter-pill.text-muted-foreground{font-size:.875rem}}[data-radix-sheet-content] .flex.filter-pill.gap-3{flex-shrink:0;min-height:auto}[data-radix-sheet-content] .h-10.w-10.filter-pill{flex-shrink:0;width:40px;height:40px}.hidden.md\:flex.filter-pill.justify-between.mb-6{display:none}.flex.justify-between.filter-pill{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .flex.filter-pill.gap-1.text-green-600{gap:2px}.product-info-enhanced .flex.filter-pill.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.filter-pill.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .flex.filter-pill.justify-between{gap:4px}.product-info-enhanced .flex.filter-pill.justify-between .text-xs{font-size:8px;padding:2px 4px}.product-info-enhanced p.filter-pill.text-muted-foreground{display:none}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .flex.filter-pill.gap-1\.5>div{width:20px;height:20px}.dark p.filter-pill,.dark span.filter-pill{color:hsl(var(--muted-foreground))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .filter-pill,.dark .sheet-content .filter-pill{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}@media (max-width: 767px){.flex.filter-pill.justify-between{padding:12px}}.filter-pill{border-width:1px;border-color:hsl(var(--border));background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}@media (min-width: 768px) and (max-width: 1366px){.category-menu-item .text-sm.filter-pill{font-size:.8125rem;font-weight:400;line-height:1.5;color:hsl(var(--muted-foreground));margin:0;display:block}.category-menu-item:hover .text-sm.filter-pill{color:hsl(var(--accent-foreground) / .8)}[data-radix-navigation-menu-content] .filter-pill{font-size:.9375rem;color:hsl(var(--muted-foreground))}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item .text-sm.filter-pill{font-size:.875rem}}.rounded-lg.filter-pill{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.rounded-lg.filter-pill>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.rounded-lg.filter-pill img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .rounded-lg.filter-pill{background:hsl(var(--card));border-color:hsl(var(--border))}}@media (max-width: 767px){.product-info-enhanced p.text-sm.filter-pill{display:none}.filter-pill.mt-2{font-size:.8rem;margin-top:.25rem}}@media (min-width: 768px) and (max-width: 1366px){.dark .filter-pill.rounded-lg{background:hsl(var(--background));border-color:hsl(var(--border))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark .filter-pill{color:hsl(var(--muted-foreground))}}@media (min-width: 768px) and (max-width: 1366px){.dark .filter-pill{color:hsl(var(--muted-foreground))}}@media (max-width: 767px){.filter-pill{padding:12px;border-radius:8px}}.filter-pill{color:hsl(var(--muted-foreground));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.filter-pill:hover{border-color:hsl(var(--primary) / .5);background-color:hsl(var(--muted) / .8)}.filter-pill{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter-pill-active{border-color:hsl(var(--primary));background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.filter-pill-active:hover{background-color:hsl(var(--primary) / .9)}.touch-action-card{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}.touch-action-card:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.swipe-indicator{position:absolute;bottom:.5rem;left:50%;--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width: 768px) and (max-width: 1366px){.lg\:hidden.fixed.bottom-0 .swipe-indicator{top:-2px;right:-2px}.swipe-indicator.top-2.left-2.product-price-discount{position:absolute;top:.5rem;left:.5rem;z-index:10;background:hsl(var(--destructive));color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px #0003}.dark .swipe-indicator.top-2.left-2.product-price-discount{background:hsl(var(--destructive));color:#fff}}@media (max-width: 767px){.swipe-indicator.top-2.left-2.product-price-discount{top:4px;left:4px}}.swipe-indicator{height:.25rem;width:3rem;border-radius:9999px}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content] .h-10.w-10.swipe-indicator{flex-shrink:0;width:40px;height:40px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .swipe-indicator,.dark .sheet-content .swipe-indicator{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}.swipe-indicator{background:hsl(var(--muted-foreground) / .3)}.progress-modern{width:100%;overflow:hidden;border-radius:9999px;background-color:hsl(var(--muted))}@media (min-width: 768px) and (max-width: 1366px){ul.grid.progress-modern.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.progress-modern.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.progress-modern.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.progress-modern.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid.progress-modern.gap-3.p-4{padding:1rem}}[data-radix-sheet-content] .h-10.w-10.progress-modern{flex-shrink:0;width:40px;height:40px}.md\:hidden.mb-4.progress-modern{display:none}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .progress-modern,.dark .sheet-content .progress-modern{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}@media (max-width: 767px){.progress-modern{padding:12px;border-radius:8px}}.progress-fill-modern{height:100%;border-radius:9999px;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--primary) / .8) var(--tw-gradient-to-position)}@media (min-width: 768px) and (max-width: 1366px){[data-radix-sheet-content] .h-10.w-10.progress-fill-modern{flex-shrink:0;width:40px;height:40px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .progress-fill-modern,.dark .sheet-content .progress-fill-modern{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8))}}.progress-fill-modern{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;transition-timing-function:cubic-bezier(0,0,.2,1);animation-duration:.5s;animation-timing-function:cubic-bezier(0,0,.2,1);--tw-shadow: inset 0 1px 0 hsl(var(--background)/.3);--tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.badge-modern{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border))}.badge-success{background:hsl(var(--success) / .1);border-color:hsl(var(--success) / .3);color:hsl(var(--success))}.badge-warning{background:hsl(var(--warning) / .1);border-color:hsl(var(--warning) / .3);color:hsl(var(--warning))}.badge-error{background:hsl(var(--destructive) / .1);border-color:hsl(var(--destructive) / .3);color:hsl(var(--destructive))}.badge-info{background:hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .3);color:hsl(var(--primary))}.fade-in{animation:fadeIn .3s ease-out}.slide-up{animation:slideUp .4s ease-out}.scale-in{animation:scaleIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hover-lift{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.hover-lift:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover-glow{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.hover-glow:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-shadow-color: hsl(var(--primary) / .2);--tw-shadow: var(--tw-shadow-colored)}.hover-scale{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.hover-scale:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.grid-responsive{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px) and (max-width: 1366px){.grid-responsive{grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.grid-responsive{grid-template-columns:repeat(3,1fr)}}.lg\:hidden.fixed.bottom-0 .grid-responsive{grid-template-columns:repeat(5,1fr);gap:2px}}@media (min-width: 768px) and (max-width: 820px){.grid-responsive{grid-template-columns:repeat(2,1fr)}}@media (min-width: 821px) and (max-width: 912px){.grid-responsive{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1024px){.grid-responsive{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1025px) and (max-width: 1366px){.grid-responsive{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 1366px){ul.grid-responsive.w-full.gap-3.p-4{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid-responsive.w-full.gap-3.p-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid-responsive.w-full.gap-3.p-4{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid-responsive.w-full.gap-3.p-4{padding:1.25rem}}@media (orientation: landscape){ul.grid-responsive.w-full.gap-3.p-4{padding:1rem}}.grid-responsive.md\:grid-cols-4{grid-template-columns:1fr}main.col-span-1>.grid-responsive.gap-4{margin-top:0;width:100%;max-width:100%}main.col-span-1>.grid.grid-responsive{margin-top:0;width:100%;max-width:100%}.grid-responsive.sm\:grid-cols-2.lg\:grid-cols-3{gap:1rem;width:100%;max-width:100%;grid-auto-flow:row}@media (min-width: 768px) and (max-width: 912px){.grid-responsive.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}}@media (min-width: 913px) and (max-width: 1366px){.grid-responsive.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}.grid-responsive.sm\:grid-cols-2.lg\:grid-cols-3>*{width:100%;max-width:100%;min-width:0;overflow:hidden}}@media (min-width: 768px) and (max-width: 912px){.grid-responsive.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 913px) and (max-width: 1366px){.grid-responsive.md\:grid-cols-4{padding:0;width:100%}}@media (min-width: 768px) and (max-width: 1366px){.grid-responsive.grid-cols-1.md\\:grid-cols-4{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.grid.grid-responsive.md\\:grid-cols-4{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.grid-responsive.gap-4,.grid.grid-responsive{width:100%;max-width:100%;box-sizing:border-box}.grid-responsive.gap-4>div{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.grid.grid-responsive>div{width:100%;max-width:100%;min-width:0;box-sizing:border-box}@media (min-width: 768px) and (max-width: 912px){.grid-responsive.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width: 913px) and (max-width: 1366px){.grid-responsive.sm\\:grid-cols-2.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (prefers-contrast: high){.grid-responsive.gap-4,.grid.grid-responsive{gap:1.25rem}}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){.grid-responsive.gap-4,.grid.grid-responsive{gap:1.25rem}}@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait){.grid-responsive.gap-4,.grid.grid-responsive{gap:1rem}}@media (max-width: 767px){.grid-responsive.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid-responsive.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5,.grid.grid-responsive.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-responsive.gap-6.sm\:grid-cols-2.lg\:grid-cols-4.xl\:grid-cols-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0 .5rem}.grid-responsive.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid-responsive.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5,.grid.grid-responsive.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-responsive.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-5{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:0 .5rem}}@media (min-width: 768px) and (max-width: 1366px){.grid-responsive.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid-responsive.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-responsive.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-responsive.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (min-width: 1024px) and (max-width: 1366px){.grid-responsive.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid-responsive.grid-cols-1.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4,.grid.grid-responsive.gap-6.sm\:grid-cols-2.lg\:grid-cols-4,.grid.grid-responsive.gap-6.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}}@media (max-width: 767px) and (orientation: landscape){.grid-responsive.grid-cols-1.gap-6.sm\:grid-cols-2,.grid.grid-responsive.gap-6.sm\:grid-cols-2{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}@media (min-width: 768px) and (max-width: 1366px){.grid-responsive.grid-cols-1.gap-4,.grid.grid-responsive.gap-4,.grid.grid-cols-1.grid-responsive{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 767px){.grid-responsive{grid-template-columns:1fr}}@media (min-width: 640px){.grid-responsive{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 1025px){.grid-responsive{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px) and (max-width: 1024px){.grid-responsive{grid-template-columns:1fr}}@media (max-width: 767px){.grid-responsive{grid-template-columns:1fr}}}@media (min-width: 1024px){.grid-responsive{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.grid-responsive{grid-template-columns:repeat(4,minmax(0,1fr))}}.container-modern{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.container-modern{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container-modern{padding-left:2rem;padding-right:2rem}}.container-narrow{margin-left:auto;margin-right:auto;max-width:56rem;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.container-narrow{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container-narrow{padding-left:2rem;padding-right:2rem}}.divider-modern{position:relative;margin-top:2rem;margin-bottom:2rem}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item>div.divider-modern,.mobile-nav-item>.divider-modern{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.divider-modern svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.divider-modern{overflow:visible;width:auto;height:auto}}.divider-modern:before{position:absolute;inset:0;display:flex;align-items:center}@media (min-width: 768px) and (max-width: 1366px){.lg\:hidden.fixed.bottom-0 .divider-modern:before{top:-2px;right:-2px}.divider-modern.min-h-screen:before{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.divider-modern.justify-center:before{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .divider-modern.items-center.gap-3:before{flex-shrink:0;min-height:auto}[data-radix-sheet-content] .flex.divider-modern.gap-3:before{flex-shrink:0;min-height:auto}.hidden.md\:flex.divider-modern.justify-between.mb-6:before{display:none}.divider-modern.justify-between.items-center:before{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.flex.justify-between.divider-modern:before{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.divider-modern.top-2.left-2.product-price-discount:before{position:absolute;top:.5rem;left:.5rem;z-index:10;background:hsl(var(--destructive));color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px #0003}.dark .divider-modern.top-2.left-2.product-price-discount:before{background:hsl(var(--destructive));color:#fff}}@media (max-width: 767px){.divider-modern.top-2.left-2.product-price-discount:before{top:4px;left:4px}.product-info-enhanced .divider-modern.items-center.gap-1.text-green-600:before{gap:2px}.product-info-enhanced .flex.divider-modern.gap-1.text-green-600:before{gap:2px}.product-info-enhanced .divider-modern.items-center.gap-1.text-green-600 svg:before{width:10px;height:10px}.product-info-enhanced .flex.divider-modern.gap-1.text-green-600 svg:before{width:10px;height:10px}.product-info-enhanced .divider-modern.items-center.gap-1.text-green-600 span:before{font-size:8px;font-weight:600}.product-info-enhanced .flex.divider-modern.gap-1.text-green-600 span:before{font-size:8px;font-weight:600}.product-info-enhanced .divider-modern.items-center.justify-between:before{gap:4px}.product-info-enhanced .flex.divider-modern.justify-between:before{gap:4px}.product-info-enhanced .divider-modern.items-center.justify-between .text-xs:before{font-size:8px;padding:2px 4px}.product-info-enhanced .flex.divider-modern.justify-between .text-xs:before{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .divider-modern.items-center.gap-1\.5>div:before{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.divider-modern.gap-1\.5>div:before{width:20px;height:20px}}@media (max-width: 767px){.divider-modern.items-center.justify-between:before{padding:12px}.flex.divider-modern.justify-between:before{padding:12px}}.divider-modern:before{content:""}.divider-modern:after{width:100%;border-top-width:1px;border-color:hsl(var(--border))}@media (min-width: 768px) and (max-width: 1366px){[data-side=left] .divider-modern:after,.sheet-content .divider-modern:after,.sheet-content-below-header .divider-modern:after{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border));flex-shrink:0}[data-side=left] .divider-modern:last-child:after,.sheet-content .divider-modern:last-child:after{margin-bottom:1rem}ul.grid.divider-modern.gap-3.p-4:after{display:grid;width:100%;padding:1rem;gap:.75rem;list-style:none;margin:0}@media (min-width: 768px) and (max-width: 912px){ul.grid.divider-modern.gap-3.p-4:after{grid-template-columns:repeat(2,1fr)}}@media (min-width: 913px) and (max-width: 1366px){ul.grid.divider-modern.gap-3.p-4:after{grid-template-columns:repeat(3,1fr)}}@media (orientation: portrait){ul.grid.divider-modern.gap-3.p-4:after{padding:1.25rem}}@media (orientation: landscape){ul.grid.divider-modern.gap-3.p-4:after{padding:1rem}}[data-radix-sheet-content] .divider-modern:after{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border));flex-shrink:0}[data-radix-sheet-content] .divider-modern:last-child:after{margin-bottom:1rem;padding-bottom:1rem}[data-radix-sheet-content] nav>*:not(.divider-modern):not([data-radix-accordion-item]):after{display:flex;flex-shrink:0}[data-radix-sheet-content] .divider-modern:has(h4:contains("Stay Connected")):after,[data-radix-sheet-content] .divider-modern:nth-child(n+5):after{display:block;flex-shrink:0}[data-radix-sheet-content] .divider-modern:has(h4:contains("Account")):after{display:block;flex-shrink:0}[data-radix-sheet-content] .divider-modern:has(h4:contains("Appearance")):after{display:block;flex-shrink:0}.dark [data-radix-sheet-content] .divider-modern:after{border-top-color:hsl(var(--border))}.dark .divider-modern:after{border-color:hsl(var(--border))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .divider-modern:after,.dark .sheet-content .divider-modern:after{border-top-color:hsl(var(--border))}}.divider-modern:after{content:""}.divider-with-text{position:relative;text-align:center}@media (min-width: 768px) and (max-width: 1366px){.mobile-nav-item>div.divider-with-text,.mobile-nav-item>.divider-with-text{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.125rem;flex-shrink:0;width:auto;height:auto;min-width:1.5rem;min-height:1.5rem}.mobile-nav-item>.divider-with-text svg{width:1.375rem;height:1.375rem;margin:0 auto;flex-shrink:0;display:block;opacity:1;visibility:visible}body .mobile-admin-bottom-nav .mobile-nav-item>.divider-with-text{overflow:visible;width:auto;height:auto}[data-radix-navigation-menu-content] .divider-with-text{padding:2rem 1rem;text-align:center}.divider-with-text.py-16{padding:2rem 1rem}.dark .text-xs.divider-with-text{color:hsl(var(--foreground))}}.divider-with-text:before,.divider-with-text:after{position:absolute;top:50%;width:33.333333%;border-top-width:1px;border-color:hsl(var(--border))}@media (min-width: 768px) and (max-width: 1366px){[data-side=left] .divider-with-text:before,.sheet-content .divider-with-text:before,.sheet-content-below-header .divider-with-text:before,[data-side=left] .divider-with-text:after,.sheet-content .divider-with-text:after,.sheet-content-below-header .divider-with-text:after{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border));flex-shrink:0}[data-side=left] .divider-with-text:last-child:before,.sheet-content .divider-with-text:last-child:before,[data-side=left] .divider-with-text:last-child:after,.sheet-content .divider-with-text:last-child:after{margin-bottom:1rem}.lg\:hidden.fixed.bottom-0 .divider-with-text:before,.lg\:hidden.fixed.bottom-0 .divider-with-text:after{top:-2px;right:-2px}[data-radix-sheet-content] .divider-with-text:before,[data-radix-sheet-content] .divider-with-text:after{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border));flex-shrink:0}[data-radix-sheet-content] .divider-with-text:last-child:before,[data-radix-sheet-content] .divider-with-text:last-child:after{margin-bottom:1rem;padding-bottom:1rem}[data-radix-sheet-content] nav>*:not(.divider-with-text):not([data-radix-accordion-item]):before,[data-radix-sheet-content] nav>*:not(.divider-with-text):not([data-radix-accordion-item]):after{display:flex;flex-shrink:0}[data-radix-sheet-content] .divider-with-text:has(h4:contains("Stay Connected")):before,[data-radix-sheet-content] .divider-with-text:nth-child(n+5):before,[data-radix-sheet-content] .divider-with-text:has(h4:contains("Stay Connected")):after,[data-radix-sheet-content] .divider-with-text:nth-child(n+5):after{display:block;flex-shrink:0}[data-radix-sheet-content] .divider-with-text:has(h4:contains("Account")):before,[data-radix-sheet-content] .divider-with-text:has(h4:contains("Account")):after{display:block;flex-shrink:0}[data-radix-sheet-content] .divider-with-text:has(h4:contains("Appearance")):before,[data-radix-sheet-content] .divider-with-text:has(h4:contains("Appearance")):after{display:block;flex-shrink:0}.dark [data-radix-sheet-content] .divider-with-text:before,.dark [data-radix-sheet-content] .divider-with-text:after{border-top-color:hsl(var(--border))}.divider-with-text.top-2.left-2.product-price-discount:before,.divider-with-text.top-2.left-2.product-price-discount:after{position:absolute;top:.5rem;left:.5rem;z-index:10;background:hsl(var(--destructive));color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px #0003}.dark .divider-with-text.top-2.left-2.product-price-discount:before,.dark .divider-with-text.top-2.left-2.product-price-discount:after{background:hsl(var(--destructive));color:#fff}}@media (max-width: 767px){.divider-with-text.top-2.left-2.product-price-discount:before,.divider-with-text.top-2.left-2.product-price-discount:after{top:4px;left:4px}}@media (min-width: 768px) and (max-width: 1366px){.dark .divider-with-text:before,.dark .divider-with-text:after{border-color:hsl(var(--border))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .divider-with-text:before,.dark .sheet-content .divider-with-text:before,.dark [data-side=left] .divider-with-text:after,.dark .sheet-content .divider-with-text:after{border-top-color:hsl(var(--border))}}.divider-with-text:before,.divider-with-text:after{content:""}.divider-with-text:before{left:0}.divider-with-text:after{right:0}.sr-only-focusable:not(:focus){position:absolute;margin:-1px;height:1px;width:1px;overflow:hidden;white-space:nowrap;padding:0}@media (min-width: 768px) and (max-width: 1366px){.lg\:hidden.fixed.bottom-0 .sr-only-focusable:not(:focus){top:-2px;right:-2px}.md\:hidden.mb-4.sr-only-focusable:not(:focus){display:none}.sr-only-focusable:not(:focus).top-2.left-2.product-price-discount{position:absolute;top:.5rem;left:.5rem;z-index:10;background:hsl(var(--destructive));color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px #0003}.dark .sr-only-focusable:not(:focus).top-2.left-2.product-price-discount{background:hsl(var(--destructive));color:#fff}}@media (max-width: 767px){.sr-only-focusable:not(:focus).top-2.left-2.product-price-discount{top:4px;left:4px}}.sr-only-focusable:not(:focus){border-width:0px}.focus-ring:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: hsl(var(--primary));--tw-ring-offset-width: 2px}.focus-ring-inset:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-inset: inset;--tw-ring-color: hsl(var(--primary))}@media print{.no-print{display:none}@media (min-width: 768px) and (max-width: 1366px){.no-print.lg\\:flex,header .no-print.lg\\:flex,header nav.no-print.lg\\:flex{display:none;visibility:hidden}header .no-print.lg\\:flex,header nav.no-print.lg\\:flex{display:flex;visibility:visible}header .no-print.lg\\:flex.flex-1.items-center.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}aside.no-print.md\:block{display:none}.no-print.md\:flex.items-center.justify-between.mb-6{display:none}}.print-break-before{-moz-column-break-before:page;break-before:page}.print-break-after{-moz-column-break-after:page;break-after:page}.print-break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}}@media (prefers-contrast: high){.high-contrast-border{border-width:2px;border-color:hsl(var(--foreground))}.high-contrast-text{font-weight:700;color:hsl(var(--foreground))}@media (min-width: 768px) and (max-width: 1366px){.text-3xl.high-contrast-text{font-size:1.75rem}}@media (max-width: 767px){.text-3xl.high-contrast-text.tracking-tight{font-size:1.25rem;margin-bottom:1rem}}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.motion-reduce-ignore{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.focus-visible-enhanced:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: hsl(var(--primary));--tw-ring-offset-width: 2px}.swipeable{--tw-pan-y: pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.pull-to-refresh{display:flex;height:3rem;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1366px){.pull-to-refresh.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.pull-to-refresh.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}header .hidden.lg\\:flex.flex-1.items-center.pull-to-refresh{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .pull-to-refresh.items-center.gap-3,[data-radix-sheet-content] .flex.pull-to-refresh.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.pull-to-refresh.justify-between.mb-6{display:none}.pull-to-refresh.justify-between.items-center,.flex.justify-between.pull-to-refresh{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .pull-to-refresh.items-center.gap-1.text-green-600,.product-info-enhanced .flex.pull-to-refresh.gap-1.text-green-600{gap:2px}.product-info-enhanced .pull-to-refresh.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.pull-to-refresh.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .pull-to-refresh.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.pull-to-refresh.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .pull-to-refresh.items-center.justify-between,.product-info-enhanced .flex.pull-to-refresh.justify-between{gap:4px}.product-info-enhanced .pull-to-refresh.items-center.justify-between .text-xs,.product-info-enhanced .flex.pull-to-refresh.justify-between .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .pull-to-refresh.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.pull-to-refresh.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.pull-to-refresh.items-center.justify-between,.flex.pull-to-refresh.justify-between{padding:12px}}.pull-to-refresh{color:hsl(var(--muted-foreground))}.tooltip-modern{position:absolute;z-index:50;border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 768px) and (max-width: 1366px){.tooltip-modern{box-shadow:0 2px 4px #0000001a}.lg\:hidden.fixed.bottom-0 .tooltip-modern{top:-2px;right:-2px}.mobile-nav-item span.tooltip-modern{font-size:.6875rem;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center;display:block;margin-top:.125rem}.category-menu-item .tooltip-modern.font-medium{font-size:.9375rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;color:hsl(var(--foreground));letter-spacing:-.01em;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-menu-item .tooltip-modern.text-muted-foreground{font-size:.8125rem;font-weight:400;line-height:1.5;color:hsl(var(--muted-foreground));margin:0;display:block}.category-menu-item:hover .tooltip-modern.font-medium{color:hsl(var(--accent-foreground))}.category-menu-item:hover .tooltip-modern.text-muted-foreground{color:hsl(var(--accent-foreground) / .8)}@media (min-width: 1025px) and (max-width: 1366px){.category-menu-item .tooltip-modern.font-medium{font-size:1rem}.category-menu-item .tooltip-modern.text-muted-foreground{font-size:.875rem}}.tooltip-modern.border{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.tooltip-modern.border>div:first-child{width:100%;max-width:100%;overflow:hidden;position:relative}.tooltip-modern.border img{width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;display:block}.dark .tooltip-modern.border{background:hsl(var(--card));border-color:hsl(var(--border))}.tooltip-modern.top-2.left-2.product-price-discount{position:absolute;top:.5rem;left:.5rem;z-index:10;background:hsl(var(--destructive));color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px #0003}.dark .tooltip-modern.top-2.left-2.product-price-discount{background:hsl(var(--destructive));color:#fff}}@media (max-width: 767px){.tooltip-modern.top-2.left-2.product-price-discount{top:4px;left:4px}.product-info-enhanced p.tooltip-modern.text-muted-foreground{display:none}}@media (min-width: 768px) and (max-width: 1366px){.dark p.tooltip-modern,.dark span.tooltip-modern{color:hsl(var(--muted-foreground))}.dark .border.tooltip-modern{background:hsl(var(--background));border-color:hsl(var(--border))}}.tooltip-modern{visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;color:hsl(var(--foreground));background:hsl(var(--card))}.tooltip-modern.show{visibility:visible;opacity:1}.pagination-mobile-sticky.tooltip-modern.show{transform:translateY(0)}.tooltip-modern:before{position:absolute;top:100%;left:50%;margin-top:-.25rem;--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width: 768px) and (max-width: 1366px){.lg\:hidden.fixed.bottom-0 .tooltip-modern:before{top:-2px;right:-2px}.tooltip-modern.top-2.left-2.product-price-discount:before{position:absolute;top:.5rem;left:.5rem;z-index:10;background:hsl(var(--destructive));color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px #0003}.dark .tooltip-modern.top-2.left-2.product-price-discount:before{background:hsl(var(--destructive));color:#fff}}@media (max-width: 767px){.tooltip-modern.top-2.left-2.product-price-discount:before{top:4px;left:4px}}.tooltip-modern:before{border-width:4px;border-color:transparent;border-top-color:hsl(var(--card));content:""}*{transition:background-color .3s ease,border-color .3s ease,color .3s ease}.will-change-transform{will-change:transform}.will-change-opacity{will-change:opacity}.hardware-accelerated{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.order-card-skeleton>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.order-card-skeleton{padding:1.5rem}.order-card-skeleton-header{display:flex;align-items:center;justify-content:space-between}@media (min-width: 768px) and (max-width: 1366px){.order-card-skeleton-header.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.order-card-skeleton-header.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .order-card-skeleton-header.items-center.gap-3,[data-radix-sheet-content] .flex.order-card-skeleton-header.gap-3{flex-shrink:0;min-height:auto}.hidden.md\:flex.order-card-skeleton-header.justify-between.mb-6,.hidden.md\:flex.items-center.order-card-skeleton-header.mb-6{display:none}.order-card-skeleton-header.justify-between.items-center,.flex.justify-between.order-card-skeleton-header,.flex.order-card-skeleton-header.items-center{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .order-card-skeleton-header.items-center.gap-1.text-green-600,.product-info-enhanced .flex.order-card-skeleton-header.gap-1.text-green-600{gap:2px}.product-info-enhanced .order-card-skeleton-header.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.order-card-skeleton-header.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .order-card-skeleton-header.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.order-card-skeleton-header.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .order-card-skeleton-header.items-center.justify-between,.product-info-enhanced .flex.order-card-skeleton-header.justify-between,.product-info-enhanced .flex.items-center.order-card-skeleton-header{gap:4px}.product-info-enhanced .order-card-skeleton-header.items-center.justify-between .text-xs,.product-info-enhanced .flex.order-card-skeleton-header.justify-between .text-xs,.product-info-enhanced .flex.items-center.order-card-skeleton-header .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .order-card-skeleton-header.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.order-card-skeleton-header.gap-1\.5>div{width:20px;height:20px}}@media (max-width: 767px){.order-card-skeleton-header.items-center.justify-between,.flex.order-card-skeleton-header.justify-between,.flex.items-center.order-card-skeleton-header{padding:12px}}.order-card-skeleton-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.order-card-skeleton-footer{display:flex;align-items:center;justify-content:space-between;border-top-width:1px;border-color:hsl(var(--border));padding-top:1rem}@media (min-width: 768px) and (max-width: 1366px){[data-side=left] .order-card-skeleton-footer,.sheet-content .order-card-skeleton-footer,.sheet-content-below-header .order-card-skeleton-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border));flex-shrink:0}[data-side=left] .order-card-skeleton-footer:last-child,.sheet-content .order-card-skeleton-footer:last-child{margin-bottom:1rem}.order-card-skeleton-footer.min-h-screen{padding-top:64px;padding-bottom:56px}header .hidden.lg\\:flex.flex-1.order-card-skeleton-footer.justify-center{display:flex;flex:0 1 auto;max-width:60%;justify-content:center;align-items:center;overflow:visible}[data-radix-sheet-content] .order-card-skeleton-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border));flex-shrink:0}[data-radix-sheet-content] .order-card-skeleton-footer:last-child{margin-bottom:1rem;padding-bottom:1rem}[data-radix-sheet-content] nav>*:not(.order-card-skeleton-footer):not([data-radix-accordion-item]){display:flex;flex-shrink:0}[data-radix-sheet-content] .order-card-skeleton-footer:has(h4:contains("Stay Connected")),[data-radix-sheet-content] .order-card-skeleton-footer:nth-child(n+5){display:block;flex-shrink:0}[data-radix-sheet-content] .order-card-skeleton-footer:has(h4:contains("Account")){display:block;flex-shrink:0}[data-radix-sheet-content] .order-card-skeleton-footer:has(h4:contains("Appearance")){display:block;flex-shrink:0}[data-radix-sheet-content] .order-card-skeleton-footer.items-center.gap-3,[data-radix-sheet-content] .flex.order-card-skeleton-footer.gap-3{flex-shrink:0;min-height:auto}.dark [data-radix-sheet-content] .order-card-skeleton-footer{border-top-color:hsl(var(--border))}.hidden.md\:flex.order-card-skeleton-footer.justify-between.mb-6,.hidden.md\:flex.items-center.order-card-skeleton-footer.mb-6{display:none}.order-card-skeleton-footer.justify-between.items-center,.flex.justify-between.order-card-skeleton-footer,.flex.order-card-skeleton-footer.items-center{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}}@media (max-width: 767px){.product-info-enhanced .order-card-skeleton-footer.items-center.gap-1.text-green-600,.product-info-enhanced .flex.order-card-skeleton-footer.gap-1.text-green-600{gap:2px}.product-info-enhanced .order-card-skeleton-footer.items-center.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .flex.order-card-skeleton-footer.gap-1.text-green-600 svg{width:10px;height:10px}.product-info-enhanced .order-card-skeleton-footer.items-center.gap-1.text-green-600 span,.product-info-enhanced .flex.order-card-skeleton-footer.gap-1.text-green-600 span{font-size:8px;font-weight:600}.product-info-enhanced .order-card-skeleton-footer.items-center.justify-between,.product-info-enhanced .flex.order-card-skeleton-footer.justify-between,.product-info-enhanced .flex.items-center.order-card-skeleton-footer{gap:4px}.product-info-enhanced .order-card-skeleton-footer.items-center.justify-between .text-xs,.product-info-enhanced .flex.order-card-skeleton-footer.justify-between .text-xs,.product-info-enhanced .flex.items-center.order-card-skeleton-footer .text-xs{font-size:8px;padding:2px 4px}}@media (min-width: 768px) and (max-width: 1366px){.product-info-enhanced .space-y-1\.5 .order-card-skeleton-footer.items-center.gap-1\.5>div{width:20px;height:20px}.product-info-enhanced .space-y-1\.5 .flex.order-card-skeleton-footer.gap-1\.5>div{width:20px;height:20px}.dark .order-card-skeleton-footer{border-color:hsl(var(--border))}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.dark [data-side=left] .order-card-skeleton-footer,.dark .sheet-content .order-card-skeleton-footer{border-top-color:hsl(var(--border))}}@media (max-width: 767px){.order-card-skeleton-footer.items-center.justify-between,.flex.order-card-skeleton-footer.justify-between,.flex.items-center.order-card-skeleton-footer{padding:12px}}.theme-toggle-simple{transition:transform var(--theme-toggle-duration) ease-out}.dark\:prose-invert:is(.dark *){--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}@media (min-width: 640px){.sm\:prose{color:var(--tw-prose-body);max-width:65ch}.sm\:prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.sm\:prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.sm\:prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.sm\:prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.sm\:prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.sm\:prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.sm\:prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.sm\:prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.sm\:prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.sm\:prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.sm\:prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.sm\:prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.sm\:prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.sm\:prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.sm\:prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.sm\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.sm\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.sm\:prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.sm\:prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.sm\:prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.sm\:prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.sm\:prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.sm\:prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.sm\:prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.sm\:prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.sm\:prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.sm\:prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.sm\:prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.sm\:prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.sm\:prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.sm\:prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.sm\:prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.sm\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.sm\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.sm\:prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.sm\:prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.sm\:prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.sm\:prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.sm\:prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.sm\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.sm\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.sm\:prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.sm\:prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.sm\:prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.sm\:prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.sm\:prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.sm\:prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.sm\:prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.sm\:prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.sm\:prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.sm\:prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.sm\:prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.sm\:prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.sm\:prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.sm\:prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.sm\:prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.sm\:prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.sm\:prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.sm\:prose :where(.sm\:prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.sm\:prose :where(.sm\:prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.sm\:prose :where(.sm\:prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.sm\:prose :where(.sm\:prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.sm\:prose :where(.sm\:prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.sm\:prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.sm\:prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.sm\:prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.sm\:prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.sm\:prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.sm\:prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.sm\:prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.sm\:prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.sm\:prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose :where(.sm\:prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose :where(.sm\:prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:pb-0:last-child{padding-bottom:0}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-rotate-12:hover{--tw-rotate: -12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:rotate-1:hover{--tw-rotate: 1deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:rotate-12:hover{--tw-rotate: 12deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.hover\:border-primary\/20:hover{border-color:hsl(var(--primary) / .2)}.hover\:border-primary\/30:hover{border-color:hsl(var(--primary) / .3)}.hover\:border-primary\/50:hover{border-color:hsl(var(--primary) / .5)}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.hover\:border-sky-400:hover{--tw-border-opacity: 1;border-color:rgb(56 189 248 / var(--tw-border-opacity, 1))}.hover\:border-white\/50:hover{border-color:#ffffff80}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-accent\/50:hover{background-color:hsl(var(--accent) / .5)}.hover\:bg-accent\/80:hover{background-color:hsl(var(--accent) / .8)}.hover\:bg-background:hover{background-color:hsl(var(--background))}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-black\/70:hover{background-color:#000000b3}.hover\:bg-black\/80:hover{background-color:#000c}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.hover\:bg-destructive\/10:hover{background-color:hsl(var(--destructive) / .1)}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-sky-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-100:hover{--tw-bg-opacity: 1}.hover\:bg-opacity-75:hover{--tw-bg-opacity: .75}.hover\:from-blue-100:hover{--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-600:hover{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-800:hover{--tw-gradient-from: #1e40af var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-100:hover{--tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-700:hover{--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-gray-900:hover{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-600:hover{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-700:hover{--tw-gradient-from: #15803d var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-700:hover{--tw-gradient-from: #4338ca var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-purple-700:hover{--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-sky-600:hover{--tw-gradient-from: #0284c7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-black:hover{--tw-gradient-to: #000 var(--tw-gradient-to-position)}.hover\:to-blue-700:hover{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.hover\:to-blue-800:hover{--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.hover\:to-blue-900:hover{--tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)}.hover\:to-emerald-700:hover{--tw-gradient-to: #047857 var(--tw-gradient-to-position)}.hover\:to-gray-200:hover{--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)}.hover\:to-gray-800:hover{--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.hover\:to-green-800:hover{--tw-gradient-to: #166534 var(--tw-gradient-to-position)}.hover\:to-indigo-100:hover{--tw-gradient-to: #e0e7ff var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.hover\:fill-destructive\/10:hover{fill:hsl(var(--destructive) / .1)}.hover\:fill-red-100:hover{fill:#fee2e2}.hover\:fill-red-500\/10:hover{fill:#ef44441a}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-blue-300:hover{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-sky-600:hover{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-blue-700\/50:hover{--tw-shadow-color: rgb(29 78 216 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-200\/50:hover{--tw-shadow-color: rgb(229 231 235 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-gray-700\/50:hover{--tw-shadow-color: rgb(55 65 81 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-red-700\/50:hover{--tw-shadow-color: rgb(185 28 28 / .5);--tw-shadow: var(--tw-shadow-colored)}.focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-primary:focus{border-color:hsl(var(--primary))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-400\/20:focus{--tw-ring-color: rgb(96 165 250 / .2)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-primary:focus{--tw-ring-color: hsl(var(--primary))}.focus\:ring-primary\/40:focus{--tw-ring-color: hsl(var(--primary) / .4)}.focus\:ring-primary\/50:focus{--tw-ring-color: hsl(var(--primary) / .5)}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-primary:focus-visible{--tw-ring-color: hsl(var(--primary))}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.active\:scale-90:active{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:scale-100:disabled{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.disabled\:from-gray-300:disabled{--tw-gradient-from: #d1d5db var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.disabled\:to-gray-400:disabled{--tw-gradient-to: #9ca3af var(--tw-gradient-to-position)}.disabled\:text-gray-400:disabled{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group[open] .group-open\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group\/wishlist:hover .group-hover\/wishlist\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:bg-black\/10{background-color:#0000001a}.group:hover .group-hover\:bg-black\/40{background-color:#0006}.group:hover .group-hover\:bg-opacity-20{--tw-bg-opacity: .2}.group:hover .group-hover\:bg-opacity-30{--tw-bg-opacity: .3}.group:hover .group-hover\:bg-opacity-50{--tw-bg-opacity: .5}.group:hover .group-hover\:from-primary\/20{--tw-gradient-from: hsl(var(--primary) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:to-primary\/10{--tw-gradient-to: hsl(var(--primary) / .1) var(--tw-gradient-to-position)}.group\/wishlist:hover .group-hover\/wishlist\:text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-50{opacity:.5}.group:active .group-active\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.peer:focus~.peer-focus\:ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-offset-2{--tw-ring-offset-width: 2px}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-7[data-state=checked]{--tw-translate-x: 1.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[active\=true\]\:scale-125[data-active=true]{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[active\=false\]\:bg-muted-foreground\/50[data-active=false]{background-color:hsl(var(--muted-foreground) / .5)}.data-\[active\=true\]\:bg-primary[data-active=true]{background-color:hsl(var(--primary))}.data-\[active\]\:bg-accent\/50[data-active]{background-color:hsl(var(--accent) / .5)}.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=active\]\:bg-white[data-state=active]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-green-500[data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-green-600[data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent) / .5)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-gray-300[data-state=unchecked]{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=active\]\:text-gray-900[data-state=active]{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:hsl(var(--accent-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=checked\]\:opacity-0[data-state=checked]{opacity:0}.data-\[state\=checked\]\:opacity-100[data-state=checked]{opacity:1}.data-\[state\=unchecked\]\:opacity-0[data-state=unchecked]{opacity:0}.data-\[state\=unchecked\]\:opacity-100[data-state=unchecked]{opacity:1}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity: 0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed],.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale: .9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x: 13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x: -13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x: 13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x: -13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[active\=false\]\:hover\:bg-muted-foreground\/75:hover[data-active=false]{background-color:hsl(var(--muted-foreground) / .75)}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@supports (backdrop-filter: var(--tw)){.supports-\[backdrop-filter\]\:bg-background\/60{background-color:hsl(var(--background) / .6)}.supports-\[backdrop-filter\]\:bg-background\/95{background-color:hsl(var(--background) / .95)}}.dark\:border-amber-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.dark\:border-amber-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity, 1))}.dark\:border-blue-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.dark\:border-blue-400\/20:is(.dark *){border-color:#60a5fa33}.dark\:border-blue-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:border-blue-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-blue-900:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 58 138 / var(--tw-border-opacity, 1))}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}.dark\:border-gray-300:is(.dark *){--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.dark\:border-gray-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.dark\:border-gray-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-gray-700\/10:is(.dark *){border-color:#3741511a}.dark\:border-gray-700\/20:is(.dark *){border-color:#37415133}.dark\:border-gray-700\/50:is(.dark *){border-color:#37415180}.dark\:border-gray-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.dark\:border-green-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.dark\:border-green-500\/30:is(.dark *){border-color:#22c55e4d}.dark\:border-green-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1))}.dark\:border-green-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.dark\:border-green-700\/50:is(.dark *){border-color:#15803d80}.dark\:border-green-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.dark\:border-orange-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(194 65 12 / var(--tw-border-opacity, 1))}.dark\:border-purple-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.dark\:border-purple-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(126 34 206 / var(--tw-border-opacity, 1))}.dark\:border-purple-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity, 1))}.dark\:border-red-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.dark\:border-red-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.dark\:border-red-700\/50:is(.dark *){border-color:#b91c1c80}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-yellow-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity, 1))}.dark\:border-yellow-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity, 1))}.dark\:border-b-gray-100:is(.dark *){--tw-border-opacity: 1;border-bottom-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.dark\:border-l-gray-100:is(.dark *){--tw-border-opacity: 1;border-left-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.dark\:border-r-gray-100:is(.dark *){--tw-border-opacity: 1;border-right-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.dark\:border-t-blue-400:is(.dark *){--tw-border-opacity: 1;border-top-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.dark\:border-t-gray-100:is(.dark *){--tw-border-opacity: 1;border-top-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.dark\:border-t-gray-300:is(.dark *){--tw-border-opacity: 1;border-top-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.dark\:bg-amber-900\/20:is(.dark *){background-color:#78350f33}.dark\:bg-amber-950\/20:is(.dark *){background-color:#451a0333}.dark\:bg-black:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-500\/20:is(.dark *){background-color:#3b82f633}.dark\:bg-blue-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1e3a8a33}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-blue-900\/50:is(.dark *){background-color:#1e3a8a80}.dark\:bg-blue-900\/60:is(.dark *){background-color:#1e3a8a99}.dark\:bg-blue-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(23 37 84 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-950\/20:is(.dark *){background-color:#17255433}.dark\:bg-blue-950\/30:is(.dark *){background-color:#1725544d}.dark\:bg-gray-100:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-500\/20:is(.dark *){background-color:#6b728033}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700\/50:is(.dark *){background-color:#37415180}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800\/30:is(.dark *){background-color:#1f29374d}.dark\:bg-gray-800\/50:is(.dark *){background-color:#1f293780}.dark\:bg-gray-800\/60:is(.dark *){background-color:#1f293799}.dark\:bg-gray-800\/70:is(.dark *){background-color:#1f2937b3}.dark\:bg-gray-800\/80:is(.dark *){background-color:#1f2937cc}.dark\:bg-gray-800\/90:is(.dark *){background-color:#1f2937e6}.dark\:bg-gray-800\/95:is(.dark *){background-color:#1f2937f2}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900\/50:is(.dark *){background-color:#11182780}.dark\:bg-gray-900\/80:is(.dark *){background-color:#111827cc}.dark\:bg-gray-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(3 7 18 / var(--tw-bg-opacity, 1))}.dark\:bg-green-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.dark\:bg-green-500\/20:is(.dark *){background-color:#22c55e33}.dark\:bg-green-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-green-900\/30:is(.dark *){background-color:#14532d4d}.dark\:bg-green-900\/60:is(.dark *){background-color:#14532d99}.dark\:bg-green-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(5 46 22 / var(--tw-bg-opacity, 1))}.dark\:bg-green-950\/20:is(.dark *){background-color:#052e1633}.dark\:bg-indigo-900\/30:is(.dark *){background-color:#312e814d}.dark\:bg-orange-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.dark\:bg-orange-900\/30:is(.dark *){background-color:#7c2d124d}.dark\:bg-orange-900\/50:is(.dark *){background-color:#7c2d1280}.dark\:bg-orange-950\/20:is(.dark *){background-color:#43140733}.dark\:bg-purple-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-500\/20:is(.dark *){background-color:#a855f733}.dark\:bg-purple-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-900\/20:is(.dark *){background-color:#581c8733}.dark\:bg-purple-900\/30:is(.dark *){background-color:#581c874d}.dark\:bg-purple-950\/30:is(.dark *){background-color:#3b07644d}.dark\:bg-red-500\/20:is(.dark *){background-color:#ef444433}.dark\:bg-red-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-red-900\/50:is(.dark *){background-color:#7f1d1d80}.dark\:bg-red-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(69 10 10 / var(--tw-bg-opacity, 1))}.dark\:bg-red-950\/20:is(.dark *){background-color:#450a0a33}.dark\:bg-transparent:is(.dark *){background-color:transparent}.dark\:bg-white\/10:is(.dark *){background-color:#ffffff1a}.dark\:bg-yellow-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#713f1233}.dark\:bg-yellow-900\/30:is(.dark *){background-color:#713f124d}.dark\:bg-yellow-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(66 32 6 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-950\/20:is(.dark *){background-color:#42200633}.dark\:bg-opacity-60:is(.dark *){--tw-bg-opacity: .6}.dark\:bg-opacity-90:is(.dark *){--tw-bg-opacity: .9}.dark\:from-amber-900\/10:is(.dark *){--tw-gradient-from: rgb(120 53 15 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-amber-900\/20:is(.dark *){--tw-gradient-from: rgb(120 53 15 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-400:is(.dark *){--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-500:is(.dark *){--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-600:is(.dark *){--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-800:is(.dark *){--tw-gradient-from: #1e40af var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-900\/10:is(.dark *){--tw-gradient-from: rgb(30 58 138 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-900\/20:is(.dark *){--tw-gradient-from: rgb(30 58 138 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-900\/30:is(.dark *){--tw-gradient-from: rgb(30 58 138 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-950\/20:is(.dark *){--tw-gradient-from: rgb(23 37 84 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-950\/30:is(.dark *){--tw-gradient-from: rgb(23 37 84 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-500:is(.dark *){--tw-gradient-from: #6b7280 var(--tw-gradient-from-position);--tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-700:is(.dark *){--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-800:is(.dark *){--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-800\/80:is(.dark *){--tw-gradient-from: rgb(31 41 55 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-800\/90:is(.dark *){--tw-gradient-from: rgb(31 41 55 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-900:is(.dark *){--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-green-900\/10:is(.dark *){--tw-gradient-from: rgb(20 83 45 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-green-900\/20:is(.dark *){--tw-gradient-from: rgb(20 83 45 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-green-950\/20:is(.dark *){--tw-gradient-from: rgb(5 46 22 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-indigo-500:is(.dark *){--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-indigo-700:is(.dark *){--tw-gradient-from: #4338ca var(--tw-gradient-from-position);--tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-indigo-800:is(.dark *){--tw-gradient-from: #3730a3 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-indigo-900\/20:is(.dark *){--tw-gradient-from: rgb(49 46 129 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-orange-900\/20:is(.dark *){--tw-gradient-from: rgb(124 45 18 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-pink-900\/20:is(.dark *){--tw-gradient-from: rgb(131 24 67 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-purple-900\/10:is(.dark *){--tw-gradient-from: rgb(88 28 135 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-purple-900\/20:is(.dark *){--tw-gradient-from: rgb(88 28 135 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-purple-950\/20:is(.dark *){--tw-gradient-from: rgb(59 7 100 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-sky-400:is(.dark *){--tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-white:is(.dark *){--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-yellow-900\/20:is(.dark *){--tw-gradient-from: rgb(113 63 18 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:via-gray-700\/60:is(.dark *){--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:via-gray-800:is(.dark *){--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:via-purple-800:is(.dark *){--tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #6b21a8 var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:to-amber-900\/20:is(.dark *){--tw-gradient-to: rgb(120 53 15 / .2) var(--tw-gradient-to-position)}.dark\:to-blue-500:is(.dark *){--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.dark\:to-blue-600:is(.dark *){--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.dark\:to-blue-700:is(.dark *){--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.dark\:to-blue-800\/20:is(.dark *){--tw-gradient-to: rgb(30 64 175 / .2) var(--tw-gradient-to-position)}.dark\:to-blue-900:is(.dark *){--tw-gradient-to: #1e3a8a var(--tw-gradient-to-position)}.dark\:to-blue-900\/20:is(.dark *){--tw-gradient-to: rgb(30 58 138 / .2) var(--tw-gradient-to-position)}.dark\:to-emerald-900\/10:is(.dark *){--tw-gradient-to: rgb(6 78 59 / .1) var(--tw-gradient-to-position)}.dark\:to-emerald-900\/20:is(.dark *){--tw-gradient-to: rgb(6 78 59 / .2) var(--tw-gradient-to-position)}.dark\:to-emerald-950\/20:is(.dark *){--tw-gradient-to: rgb(2 44 34 / .2) var(--tw-gradient-to-position)}.dark\:to-gray-300:is(.dark *){--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.dark\:to-gray-600:is(.dark *){--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.dark\:to-gray-700:is(.dark *){--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.dark\:to-gray-800:is(.dark *){--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.dark\:to-gray-800\/60:is(.dark *){--tw-gradient-to: rgb(31 41 55 / .6) var(--tw-gradient-to-position)}.dark\:to-gray-900:is(.dark *){--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.dark\:to-gray-900\/80:is(.dark *){--tw-gradient-to: rgb(17 24 39 / .8) var(--tw-gradient-to-position)}.dark\:to-green-800\/20:is(.dark *){--tw-gradient-to: rgb(22 101 52 / .2) var(--tw-gradient-to-position)}.dark\:to-indigo-900\/10:is(.dark *){--tw-gradient-to: rgb(49 46 129 / .1) var(--tw-gradient-to-position)}.dark\:to-indigo-900\/20:is(.dark *){--tw-gradient-to: rgb(49 46 129 / .2) var(--tw-gradient-to-position)}.dark\:to-indigo-950\/20:is(.dark *){--tw-gradient-to: rgb(30 27 75 / .2) var(--tw-gradient-to-position)}.dark\:to-indigo-950\/30:is(.dark *){--tw-gradient-to: rgb(30 27 75 / .3) var(--tw-gradient-to-position)}.dark\:to-orange-900\/10:is(.dark *){--tw-gradient-to: rgb(124 45 18 / .1) var(--tw-gradient-to-position)}.dark\:to-pink-800:is(.dark *){--tw-gradient-to: #9d174d var(--tw-gradient-to-position)}.dark\:to-pink-900\/10:is(.dark *){--tw-gradient-to: rgb(131 24 67 / .1) var(--tw-gradient-to-position)}.dark\:to-pink-900\/20:is(.dark *){--tw-gradient-to: rgb(131 24 67 / .2) var(--tw-gradient-to-position)}.dark\:to-pink-950\/20:is(.dark *){--tw-gradient-to: rgb(80 7 36 / .2) var(--tw-gradient-to-position)}.dark\:to-purple-400:is(.dark *){--tw-gradient-to: #c084fc var(--tw-gradient-to-position)}.dark\:to-purple-500:is(.dark *){--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.dark\:to-purple-700:is(.dark *){--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.dark\:to-purple-800\/20:is(.dark *){--tw-gradient-to: rgb(107 33 168 / .2) var(--tw-gradient-to-position)}.dark\:to-purple-900\/20:is(.dark *){--tw-gradient-to: rgb(88 28 135 / .2) var(--tw-gradient-to-position)}.dark\:to-purple-900\/30:is(.dark *){--tw-gradient-to: rgb(88 28 135 / .3) var(--tw-gradient-to-position)}.dark\:to-red-900\/20:is(.dark *){--tw-gradient-to: rgb(127 29 29 / .2) var(--tw-gradient-to-position)}.dark\:to-rose-900\/20:is(.dark *){--tw-gradient-to: rgb(136 19 55 / .2) var(--tw-gradient-to-position)}.dark\:to-yellow-800\/20:is(.dark *){--tw-gradient-to: rgb(133 77 14 / .2) var(--tw-gradient-to-position)}.dark\:to-yellow-900\/20:is(.dark *){--tw-gradient-to: rgb(113 63 18 / .2) var(--tw-gradient-to-position)}.dark\:text-amber-200:is(.dark *){--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.dark\:text-amber-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-blue-100:is(.dark *){--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-gray-900:is(.dark *){--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.dark\:text-green-100:is(.dark *){--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-green-500:is(.dark *){--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.dark\:text-indigo-400:is(.dark *){--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.dark\:text-indigo-700:is(.dark *){--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.dark\:text-orange-100:is(.dark *){--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity, 1))}.dark\:text-orange-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.dark\:text-purple-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}.dark\:text-purple-200:is(.dark *){--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.dark\:text-purple-300:is(.dark *){--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-white\/70:is(.dark *){color:#ffffffb3}.dark\:text-yellow-100:is(.dark *){--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity, 1))}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.dark\:placeholder-gray-400:is(.dark *)::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.dark\:opacity-5:is(.dark *){opacity:.05}.dark\:shadow-2xl:is(.dark *){--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:shadow-blue-900\/40:is(.dark *){--tw-shadow-color: rgb(30 58 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-blue-900\/50:is(.dark *){--tw-shadow-color: rgb(30 58 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.dark\:ring-blue-800:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1))}.dark\:ring-gray-500:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.dark\:ring-green-800:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1))}.dark\:ring-red-700:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1))}.dark\:ring-yellow-600:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1))}.dark\:placeholder\:text-gray-400:is(.dark *)::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:placeholder\:text-gray-400:is(.dark *)::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:hover\:border:hover:is(.dark *){border-width:1px}.dark\:hover\:border-blue-500:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.dark\:hover\:border-gray-500:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.dark\:hover\:border-green-500:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.dark\:hover\:border-red-500:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.dark\:hover\:border-sky-500:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity, 1))}.dark\:hover\:border-white\/10:hover:is(.dark *){border-color:#ffffff1a}.dark\:hover\:bg-blue-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-blue-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-blue-900\/20:hover:is(.dark *){background-color:#1e3a8a33}.dark\:hover\:bg-blue-900\/30:hover:is(.dark *){background-color:#1e3a8a4d}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-700\/50:hover:is(.dark *){background-color:#37415180}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800\/50:hover:is(.dark *){background-color:#1f293780}.dark\:hover\:bg-green-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-green-900:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-green-900\/20:hover:is(.dark *){background-color:#14532d33}.dark\:hover\:bg-green-900\/30:hover:is(.dark *){background-color:#14532d4d}.dark\:hover\:bg-green-950:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(5 46 22 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-purple-500:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-purple-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-purple-900\/20:hover:is(.dark *){background-color:#581c8733}.dark\:hover\:bg-red-900\/20:hover:is(.dark *){background-color:#7f1d1d33}.dark\:hover\:bg-sky-900\/20:hover:is(.dark *){background-color:#0c4a6e33}.dark\:hover\:bg-white:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-white\/5:hover:is(.dark *){background-color:#ffffff0d}.dark\:hover\:bg-yellow-900\/30:hover:is(.dark *){background-color:#713f124d}.dark\:hover\:bg-opacity-100:hover:is(.dark *){--tw-bg-opacity: 1}.dark\:hover\:from-blue-600:hover:is(.dark *){--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:from-blue-700:hover:is(.dark *){--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:from-blue-900\/50:hover:is(.dark *){--tw-gradient-from: rgb(30 58 138 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:from-gray-600:hover:is(.dark *){--tw-gradient-from: #4b5563 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:from-gray-700:hover:is(.dark *){--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:from-gray-800:hover:is(.dark *){--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:from-indigo-600:hover:is(.dark *){--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:from-sky-500:hover:is(.dark *){--tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:to-blue-600:hover:is(.dark *){--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.dark\:hover\:to-blue-700:hover:is(.dark *){--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.dark\:hover\:to-blue-800:hover:is(.dark *){--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.dark\:hover\:to-gray-600:hover:is(.dark *){--tw-gradient-to: #4b5563 var(--tw-gradient-to-position)}.dark\:hover\:to-gray-700:hover:is(.dark *){--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.dark\:hover\:to-gray-900:hover:is(.dark *){--tw-gradient-to: #111827 var(--tw-gradient-to-position)}.dark\:hover\:to-indigo-900\/50:hover:is(.dark *){--tw-gradient-to: rgb(49 46 129 / .5) var(--tw-gradient-to-position)}.dark\:hover\:to-purple-600:hover:is(.dark *){--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.dark\:hover\:text-blue-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-100:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-green-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:hover\:text-sky-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:shadow-lg:hover:is(.dark *){--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:hover\:shadow-blue-900\/30:hover:is(.dark *){--tw-shadow-color: rgb(30 58 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.dark\:hover\:shadow-gray-900\/20:hover:is(.dark *){--tw-shadow-color: rgb(17 24 39 / .2);--tw-shadow: var(--tw-shadow-colored)}.dark\:hover\:shadow-gray-900\/50:hover:is(.dark *){--tw-shadow-color: rgb(17 24 39 / .5);--tw-shadow: var(--tw-shadow-colored)}.dark\:hover\:shadow-red-900\/30:hover:is(.dark *){--tw-shadow-color: rgb(127 29 29 / .3);--tw-shadow: var(--tw-shadow-colored)}.dark\:hover\:backdrop-blur-md:hover:is(.dark *){--tw-backdrop-blur: blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.dark\:focus\:ring-blue-400:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-indigo-400:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-purple-400:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-red-400:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-offset-gray-800:focus:is(.dark *){--tw-ring-offset-color: #1f2937}.group:hover .dark\:group-hover\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:data-\[state\=active\]\:bg-gray-800[data-state=active]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:data-\[state\=unchecked\]\:bg-gray-600[data-state=unchecked]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:data-\[state\=active\]\:text-white[data-state=active]:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:bottom-2{bottom:.5rem}.sm\:left-2{left:.5rem}.sm\:left-auto{left:auto}.sm\:right-2{right:.5rem}.sm\:right-4{right:1rem}.sm\:top-2{top:.5rem}.sm\:top-20{top:5rem}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:m-4{margin:1rem}.sm\:m-6{margin:1.5rem}.sm\:m-8{margin:2rem}.sm\:mb-1{margin-bottom:.25rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mr-2{margin-right:.5rem}.sm\:mt-0{margin-top:0}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:inline-flex{display:inline-flex}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-11{height:2.75rem}.sm\:h-12{height:3rem}.sm\:h-14{height:3.5rem}.sm\:h-16{height:4rem}.sm\:h-20{height:5rem}.sm\:h-3{height:.75rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:h-72{height:18rem}.sm\:h-\[90vh\]{height:90vh}.sm\:h-auto{height:auto}.sm\:max-h-\[70vh\]{max-height:70vh}.sm\:min-h-\[44px\]{min-height:44px}.sm\:w-10{width:2.5rem}.sm\:w-11{width:2.75rem}.sm\:w-12{width:3rem}.sm\:w-14{width:3.5rem}.sm\:w-16{width:4rem}.sm\:w-3{width:.75rem}.sm\:w-4{width:1rem}.sm\:w-40{width:10rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-64{width:16rem}.sm\:w-7{width:1.75rem}.sm\:w-72{width:18rem}.sm\:w-\[400px\]{width:400px}.sm\:w-\[480px\]{width:480px}.sm\:w-\[90vw\]{width:90vw}.sm\:w-\[calc\(50vw-2rem\)\]{width:calc(50vw - 2rem)}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:min-w-0{min-width:0px}.sm\:max-w-\[220px\]{max-width:220px}.sm\:max-w-\[300px\]{max-width:300px}.sm\:max-w-\[480px\]{max-width:480px}.sm\:max-w-\[700px\]{max-width:700px}.sm\:max-w-\[90vw\]{max-width:90vw}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:max-w-sm{max-width:24rem}.sm\:flex-none{flex:none}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0px}.sm\:gap-2{gap:.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.sm\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:rounded-xl{border-radius:.75rem}.sm\:bg-black\/20{background-color:#0003}.sm\:p-0{padding:0}.sm\:p-2{padding:.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pt-4{padding-top:1rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width: 768px){.md\:absolute{position:absolute}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-12{grid-column:span 12 / span 12}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:mb-8{margin-bottom:2rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-10{height:2.5rem}.md\:h-14{height:3.5rem}.md\:h-20{height:5rem}.md\:h-5{height:1.25rem}.md\:h-7{height:1.75rem}.md\:h-8{height:2rem}.md\:min-h-\[3rem\]{min-height:3rem}.md\:min-h-\[40px\]{min-height:40px}.md\:w-10{width:2.5rem}.md\:w-14{width:3.5rem}.md\:w-20{width:5rem}.md\:w-32{width:8rem}.md\:w-40{width:10rem}.md\:w-5{width:1.25rem}.md\:w-64{width:16rem}.md\:w-7{width:1.75rem}.md\:w-8{width:2rem}.md\:w-\[450px\]{width:450px}.md\:w-\[500px\]{width:500px}.md\:w-\[520px\]{width:520px}.md\:w-\[80vw\]{width:80vw}.md\:w-\[calc\(33\.333vw-2rem\)\]{width:calc(33.333vw - 2rem)}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:min-w-\[40px\]{min-width:40px}.md\:max-w-\[520px\]{max-width:520px}.md\:flex-initial{flex:0 1 auto}.md\:transform-none{transform:none}.md\:cursor-crosshair{cursor:crosshair}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-8{gap:2rem}.md\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-\[12rem\]{font-size:12rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.group:hover .md\:group-hover\:opacity-90{opacity:.9}}@media (min-width: 1024px){.lg\:left-3{left:.75rem}.lg\:left-4{left:1rem}.lg\:left-6{left:1.5rem}.lg\:right-6{right:1.5rem}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-12{grid-column:span 12 / span 12}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:col-span-5{grid-column:span 5 / span 5}.lg\:col-span-6{grid-column:span 6 / span 6}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:ml-20{margin-left:5rem}.lg\:ml-4{margin-left:1rem}.lg\:ml-72{margin-left:18rem}.lg\:mr-2{margin-right:.5rem}.lg\:mt-0{margin-top:0}.lg\:mt-3{margin-top:.75rem}.lg\:mt-5{margin-top:1.25rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-10{height:2.5rem}.lg\:h-11{height:2.75rem}.lg\:h-12{height:3rem}.lg\:h-14{height:3.5rem}.lg\:h-16{height:4rem}.lg\:h-4{height:1rem}.lg\:h-5{height:1.25rem}.lg\:h-6{height:1.5rem}.lg\:h-8{height:2rem}.lg\:h-80{height:20rem}.lg\:h-9{height:2.25rem}.lg\:h-\[85vh\]{height:85vh}.lg\:min-h-\[500px\]{min-height:500px}.lg\:w-11{width:2.75rem}.lg\:w-12{width:3rem}.lg\:w-4{width:1rem}.lg\:w-48{width:12rem}.lg\:w-5{width:1.25rem}.lg\:w-6{width:1.5rem}.lg\:w-8{width:2rem}.lg\:w-80{width:20rem}.lg\:w-9{width:2.25rem}.lg\:w-\[560px\]{width:560px}.lg\:w-\[600px\]{width:600px}.lg\:w-\[70vw\]{width:70vw}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-\[560px\]{max-width:560px}.lg\:max-w-xl{max-width:36rem}.lg\:flex-initial{flex:0 1 auto}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-\[2fr_3fr\]{grid-template-columns:2fr 3fr}.lg\:grid-cols-\[3fr_2fr\]{grid-template-columns:3fr 2fr}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-2{gap:.5rem}.lg\:gap-3{gap:.75rem}.lg\:gap-4{gap:1rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-8{gap:2rem}.lg\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lg\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.lg\:rounded-2xl{border-radius:1rem}.lg\:p-10{padding:2.5rem}.lg\:p-3{padding:.75rem}.lg\:p-5{padding:1.25rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-12{padding-left:3rem}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width: 1280px){.xl\:mt-6{margin-top:1.5rem}.xl\:block{display:block}.xl\:hidden{display:none}.xl\:w-\[60vw\]{width:60vw}.xl\:max-w-5xl{max-width:64rem}.xl\:max-w-7xl{max-width:80rem}.xl\:max-w-none{max-width:none}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:p-8{padding:2rem}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-7xl{font-size:4.5rem;line-height:1}}@media (min-width: 1536px){.\32xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.\32xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-3\.5>svg{width:.875rem;height:.875rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\]\:text-muted-foreground>svg{color:hsl(var(--muted-foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:hsl(var(--muted-foreground))}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:hsl(var(--border) / .5)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:hsl(var(--border))}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline:2px solid transparent;outline-offset:2px}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:hsl(var(--muted))}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline:2px solid transparent;outline-offset:2px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}.prose{color:hsl(var(--foreground))!important}.prose *{color:inherit!important;background-color:transparent!important}.prose p,.prose div,.prose span,.prose li,.prose td,.prose th{color:hsl(var(--foreground))!important;background-color:transparent!important}.prose [style*="background-color: black"],.prose [style*="background-color: #000"],.prose [style*="background-color: rgb(0, 0, 0)"]{background-color:transparent!important;color:hsl(var(--foreground))!important}.prose [style*="color: black"],.prose [style*="color: #000"],.prose [style*="color: rgb(0, 0, 0)"]{color:hsl(var(--foreground))!important}.prose a{color:hsl(var(--primary))!important;text-decoration:underline}.prose a:hover{color:hsl(var(--primary))!important;opacity:.8}.prose .dark-bg,.prose [class*=dark],.prose [class*=black]{background-color:transparent!important;color:hsl(var(--foreground))!important}.prose iframe[src*=youtube],.prose iframe[src*="youtu.be"],.prose video,.prose embed,.prose object{max-width:250px!important;max-height:140px!important;width:100%!important;margin:0 auto!important;display:block!important;aspect-ratio:16/9!important;height:auto!important}@media (min-width: 640px){.prose iframe[src*=youtube],.prose iframe[src*="youtu.be"],.prose video,.prose embed,.prose object{max-width:300px!important;max-height:169px!important}}.prose .video-container,.prose .embed-responsive,.prose .youtube-embed,.prose [class*=video],.prose [class*=embed]{max-width:250px!important;margin:0 auto!important;overflow:hidden!important}@media (min-width: 640px){.prose .video-container,.prose .embed-responsive,.prose .youtube-embed,.prose [class*=video],.prose [class*=embed]{max-width:300px!important}}.video-description-container iframe,.video-description-container video,.video-description-container embed,.video-description-container object{max-width:250px!important;max-height:140px!important;margin:1rem auto!important;display:block!important}@media (min-width: 640px){.video-description-container iframe,.video-description-container video,.video-description-container embed,.video-description-container object{max-width:300px!important;max-height:169px!important}}.quickview-modal .video-description-container iframe,.quickview-modal .video-description-container video,.quickview-modal .video-description-container embed,.quickview-modal .video-description-container object,[data-state=open] .video-description-container iframe,[data-state=open] .video-description-container video,[data-state=open] .video-description-container embed,[data-state=open] .video-description-container object{max-width:200px!important;max-height:112px!important;margin:.5rem auto!important}@media (min-width: 640px){.quickview-modal .video-description-container iframe,.quickview-modal .video-description-container video,.quickview-modal .video-description-container embed,.quickview-modal .video-description-container object,[data-state=open] .video-description-container iframe,[data-state=open] .video-description-container video,[data-state=open] .video-description-container embed,[data-state=open] .video-description-container object{max-width:250px!important;max-height:140px!important}}.quickview-modal .video-description-container,.quickview-modal .video-description-container *,[data-state=open] .video-description-container,[data-state=open] .video-description-container *{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.quickview-modal .video-description-container p,.quickview-modal .video-description-container div,.quickview-modal .video-description-container span,.quickview-modal .video-description-container h1,.quickview-modal .video-description-container h2,.quickview-modal .video-description-container h3,.quickview-modal .video-description-container h4,.quickview-modal .video-description-container h5,.quickview-modal .video-description-container h6,[data-state=open] .video-description-container p,[data-state=open] .video-description-container div,[data-state=open] .video-description-container span,[data-state=open] .video-description-container h1,[data-state=open] .video-description-container h2,[data-state=open] .video-description-container h3,[data-state=open] .video-description-container h4,[data-state=open] .video-description-container h5,[data-state=open] .video-description-container h6{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important;max-width:100%!important;overflow-x:hidden!important;hyphens:auto!important}.quickview-modal .video-description-container table,[data-state=open] .video-description-container table{width:100%!important;max-width:100%!important;table-layout:fixed!important;word-wrap:break-word!important;overflow-x:auto!important;display:block!important;white-space:nowrap!important}.quickview-modal .video-description-container table td,.quickview-modal .video-description-container table th,[data-state=open] .video-description-container table td,[data-state=open] .video-description-container table th{word-wrap:break-word!important;overflow-wrap:break-word!important;max-width:120px!important;overflow:hidden!important;text-overflow:ellipsis!important}.quickview-modal .video-description-container a,[data-state=open] .video-description-container a{word-break:break-all!important;overflow-wrap:break-word!important;max-width:100%!important;display:inline-block!important}.mobile-text-wrap,.video-description-container,.prose{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important;hyphens:auto!important}.mobile-text-wrap *,.video-description-container *,.prose *{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.mobile-text-wrap p,.mobile-text-wrap div,.mobile-text-wrap span,.mobile-text-wrap li,.mobile-text-wrap h1,.mobile-text-wrap h2,.mobile-text-wrap h3,.mobile-text-wrap h4,.mobile-text-wrap h5,.mobile-text-wrap h6,.video-description-container p,.video-description-container div,.video-description-container span,.video-description-container li,.video-description-container h1,.video-description-container h2,.video-description-container h3,.video-description-container h4,.video-description-container h5,.video-description-container h6{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important;max-width:100%!important;overflow-x:hidden!important;hyphens:auto!important;line-height:1.5!important}.mobile-text-wrap a,.video-description-container a{word-break:break-all!important;overflow-wrap:break-word!important;max-width:100%!important;display:inline!important}.mobile-text-wrap table,.video-description-container table{width:100%!important;max-width:100%!important;table-layout:fixed!important;word-wrap:break-word!important;overflow-x:auto!important;display:block!important;font-size:.875rem!important}.mobile-text-wrap table td,.mobile-text-wrap table th,.video-description-container table td,.video-description-container table th{word-wrap:break-word!important;overflow-wrap:break-word!important;max-width:100px!important;overflow:hidden!important;text-overflow:ellipsis!important;padding:.25rem!important;font-size:.8rem!important}.mobile-text-wrap ul,.mobile-text-wrap ol,.video-description-container ul,.video-description-container ol{padding-left:1rem!important;margin:.5rem 0!important}.mobile-text-wrap li,.video-description-container li{margin:.25rem 0!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;line-height:1.4!important}.mobile-text-wrap code,.mobile-text-wrap pre,.video-description-container code,.video-description-container pre{white-space:pre-wrap!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;max-width:100%!important;overflow-x:auto!important;font-size:.75rem!important;padding:.25rem!important;background-color:#0000000d!important;border-radius:.25rem!important}.mobile-text-wrap strong,.mobile-text-wrap em,.mobile-text-wrap b,.mobile-text-wrap i,.video-description-container strong,.video-description-container em,.video-description-container b,.video-description-container i{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important}.product-description-content{line-height:1.6!important}.product-description-content h1,.product-description-content h2,.product-description-content h3,.product-description-content h4,.product-description-content h5,.product-description-content h6{margin:1rem 0 .5rem!important;font-weight:600!important;color:inherit!important}.product-description-content p{margin:.75rem 0!important;line-height:1.6!important}.product-description-content ul,.product-description-content ol{margin:.75rem 0!important;padding-left:1.5rem!important}.product-description-content li{margin:.25rem 0!important;line-height:1.5!important}.product-description-content table{width:100%!important;border-collapse:collapse!important;margin:1rem 0!important}.product-description-content table th,.product-description-content table td{padding:.5rem!important;border:1px solid #e5e7eb!important;text-align:left!important}.product-description-content table th{background-color:#f9fafb!important;font-weight:600!important}.dark .product-description-content table th,.dark .product-description-content table td{border-color:#374151!important}.dark .product-description-content table th{background-color:#1f2937!important}@media (max-width: 768px){.mobile-text-wrap,.video-description-container{font-size:.875rem!important;line-height:1.6!important;padding:.5rem!important}.mobile-text-wrap h1,.mobile-text-wrap h2,.mobile-text-wrap h3,.video-description-container h1,.video-description-container h2,.video-description-container h3{font-size:1.1rem!important;line-height:1.3!important;margin:.5rem 0!important}.mobile-text-wrap h4,.mobile-text-wrap h5,.mobile-text-wrap h6,.video-description-container h4,.video-description-container h5,.video-description-container h6{font-size:1rem!important;line-height:1.3!important;margin:.5rem 0!important}.mobile-text-wrap p,.video-description-container p{margin:.5rem 0!important;line-height:1.5!important}}
