:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 140 89% 27%;--primary-foreground: 0 0% 98%;--secondary: 140 20% 95%;--secondary-foreground: 140 89% 15%;--muted: 140 10% 95%;--muted-foreground: 140 5% 46%;--accent: 140 30% 92%;--accent-foreground: 140 89% 20%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 140 89% 27%;--radius: .5rem}.dark{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--card: 240 10% 3.9%;--card-foreground: 0 0% 98%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--primary: 140 70% 45%;--primary-foreground: 240 10% 3.9%;--secondary: 140 15% 15%;--secondary-foreground: 140 70% 85%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--accent: 140 25% 20%;--accent-foreground: 140 70% 85%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 140 70% 45%}*{margin:0;padding:0;box-sizing:border-box}.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999;padding:.75rem 1.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:600;text-decoration:none;border-radius:var(--radius)}.skip-to-content:focus{position:fixed;top:1rem;left:1rem;width:auto;height:auto;overflow:visible}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;color:hsl(var(--foreground));background-color:hsl(var(--background));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}body:has(.product-page){background-color:hsl(var(--muted) / .3)}.dark body:has(.product-page),body.dark:has(.product-page),html.dark body:has(.product-page){background-color:hsl(var(--background))}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700;letter-spacing:-.02em}h2{font-size:1.875rem;letter-spacing:-.01em}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;color:hsl(var(--muted-foreground))}a{color:hsl(var(--primary));text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}a.product-card:hover{opacity:1}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.navbar{position:sticky;top:0;z-index:50;background-color:hsl(var(--background) / .8);backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border))}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:4rem;max-width:1280px;margin:0 auto;padding:0 1rem}.navbar-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.125rem;color:hsl(var(--foreground));font-family:Sora,-apple-system,sans-serif;letter-spacing:-.5px;text-decoration:none}.navbar-brand .infinity-mark{stroke:hsl(var(--primary));stroke-dasharray:160;stroke-dashoffset:0;transition:stroke-dashoffset 0s}.navbar-brand:hover .infinity-mark{animation:draw-infinity 1.8s ease-in-out infinite}@keyframes draw-infinity{0%{stroke-dashoffset:0}50%{stroke-dashoffset:160}to{stroke-dashoffset:320}}.navbar-menu{display:flex;align-items:center;gap:2rem;list-style:none}.navbar-link{font-size:.9rem;font-weight:600;color:hsl(var(--foreground));padding:.5rem .75rem;border-radius:var(--radius);transition:all .2s}.navbar-link:hover{color:hsl(var(--primary));background-color:hsl(var(--accent))}.navbar-link.active{color:hsl(var(--primary));background-color:hsl(var(--primary) / .1)}.navbar-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.25rem;height:2.25rem;padding:.5rem;background:none;border:1px solid hsl(var(--border));border-radius:var(--radius);cursor:pointer}.navbar-toggle span{display:block;width:100%;height:2px;background:hsl(var(--foreground));border-radius:1px;transition:all .3s}.nav-open .navbar-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-open .navbar-toggle span:nth-child(2){opacity:0}.nav-open .navbar-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.navbar-toggle{display:flex}.navbar-menu{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:.5rem 1rem 1rem;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));box-shadow:0 4px 12px hsl(var(--foreground) / .08)}.nav-open .navbar-menu{display:flex}.navbar-menu li{width:100%}.navbar-link{display:block;width:100%;padding:.75rem}}.navbar-actions{display:flex;align-items:center;gap:1rem}.breadcrumb-bar{border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;padding:.625rem 0}.breadcrumb a{color:hsl(var(--muted-foreground));text-decoration:none}.breadcrumb a:hover{color:hsl(var(--primary));opacity:1}.breadcrumb>span:last-child{color:hsl(var(--foreground));font-weight:500}.breadcrumb-sep{color:hsl(var(--muted-foreground));opacity:.5}.btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:all .2s;cursor:pointer;border:none;outline:none;padding:.5rem 1rem;height:2.5rem}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn:disabled{pointer-events:none;opacity:.5}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background-color:hsl(var(--primary) / .9)}.btn-secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background-color:hsl(var(--secondary) / .8)}.btn-outline{background-color:transparent;border:1px solid hsl(var(--border));color:hsl(var(--foreground))}.btn-outline:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-ghost{background-color:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-sm{height:2rem;padding:0 .75rem;font-size:.75rem}.btn-lg{height:3rem;padding:0 1.5rem;font-size:1rem}.card{border-radius:var(--radius);border:1px solid hsl(var(--border));background-color:hsl(var(--card));color:hsl(var(--card-foreground));padding:0;transition:all .2s}.card:hover{box-shadow:0 4px 12px #0000000d}.card-header{margin-bottom:.75rem;padding:1.25rem 1.25rem 0}.card-title{font-size:1rem;font-weight:600;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.card-description{font-size:.875rem;color:hsl(var(--muted-foreground))}.card-content{padding:0 1.25rem 1.25rem}.card-footer{margin-top:1rem;padding:1rem 1.25rem 1.25rem;border-top:1px solid hsl(var(--border))}.hero{padding:5rem 0 3rem;text-align:center}.hero-title{font-size:3rem;font-weight:700;letter-spacing:-.025em;line-height:1.1;margin-bottom:1rem;color:hsl(var(--foreground))}@media(max-width:768px){.hero-title{font-size:2.25rem}}.hero-description{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:36rem;margin:0 auto 1.5rem;line-height:1.5}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.section{padding:4rem 0}.section-sm{padding:2rem 0}.section-header{text-align:center;margin-bottom:2.5rem}.section-title{font-size:2rem;font-weight:700;letter-spacing:-.015em;margin-bottom:.75rem}.section-description{font-size:1rem;color:hsl(var(--muted-foreground));max-width:36rem;margin:0 auto;line-height:1.5}.grid{display:grid;gap:1.25rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(1,1fr)}}@media(min-width:768px)and (max-width:1024px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem}.feature-card{padding:1.5rem;border-radius:var(--radius);border:1px solid hsl(var(--border));transition:all .2s}.feature-card:hover{border-color:hsl(var(--primary) / .5);box-shadow:0 8px 24px #0000000d}.feature-icon{width:2.5rem;height:2.5rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;background-color:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:var(--radius);font-size:1.25rem}.feature-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.feature-description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.pricing-card{padding:2rem;border-radius:var(--radius);border:2px solid hsl(var(--border));position:relative;transition:all .2s}.pricing-card.featured{border-color:hsl(var(--primary));box-shadow:0 8px 24px #0000001a}.pricing-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.pricing-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.pricing-price{font-size:3rem;font-weight:700;line-height:1;margin-bottom:.5rem}.pricing-price span{font-size:1rem;font-weight:500;color:hsl(var(--muted-foreground))}.pricing-description{color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-feature{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem}.pricing-feature-icon{color:hsl(var(--primary));flex-shrink:0}.faq-list{max-width:48rem;margin:0 auto}.faq-item{border-bottom:1px solid hsl(var(--border));padding:1.5rem 0}.faq-question{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;padding:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-radius:var(--radius);transition:background-color .2s ease}.faq-question:hover{background-color:hsl(var(--accent))}.faq-answer{color:hsl(var(--muted-foreground));line-height:1.6;padding-top:.5rem}.footer{border-top:1px solid hsl(var(--border));padding:2.5rem 0 1.5rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:1.5rem}.footer-section h4{font-size:.875rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-link{display:block;padding:.25rem 0;font-size:.875rem;color:hsl(var(--muted-foreground));transition:color .2s}.footer-link:hover{color:hsl(var(--foreground))}.footer-bottom{padding-top:1.5rem;border-top:1px solid hsl(var(--border));text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground))}.tabs-container{width:100%}.tabs-nav{display:flex;border-bottom:1px solid hsl(var(--border));margin-bottom:2rem;overflow-x:auto}.tab-button{background:none;border:none;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));cursor:pointer;position:relative;white-space:nowrap;transition:color .2s;border-bottom:2px solid transparent}.tab-button:hover{color:hsl(var(--foreground))}.tab-button.active{color:hsl(var(--primary));border-bottom-color:hsl(var(--primary))}.tab-content{min-height:400px}.tab-panel{display:none;animation:fadeIn .2s ease-in-out}.tab-panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.stat-item{text-align:center}.stat-value{font-size:1.875rem;font-weight:700;color:hsl(var(--primary));margin-bottom:.25rem}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.checkbox-label input[type=checkbox]{margin:0}.billing-info{display:flex;flex-direction:column;gap:1rem}.billing-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid hsl(var(--border))}.billing-row:last-child{border-bottom:none}.billing-label{font-weight:500;color:hsl(var(--muted-foreground))}.billing-value{font-weight:500}.plan-options{display:flex;flex-direction:column;gap:1rem}.plan-option{padding:1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);position:relative;cursor:pointer;transition:all .2s ease}.plan-option:hover{border-color:hsl(var(--primary) / .5);background:hsl(var(--muted) / .5)}.plan-option.current{border-color:hsl(var(--primary));background:hsl(var(--primary) / .05)}.plan-option.current:hover{cursor:default;transform:none}.plan-option h4{margin:0 0 .5rem;font-size:1rem;font-weight:600}.plan-option p{margin:0 0 .75rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.plan-option .plan-select-btn{margin-top:.5rem}.plan-option.current .plan-select-btn{display:none}.current-badge{position:absolute;top:.5rem;right:.5rem;background:hsl(var(--primary));color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:calc(var(--radius) / 2);font-weight:500}.upgrade-banner{background:linear-gradient(135deg,hsl(var(--primary) / .1),hsl(var(--primary) / .05));border-bottom:1px solid hsl(var(--primary) / .2);padding:.75rem 0}.upgrade-banner-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.upgrade-banner-text{display:flex;align-items:center;gap:.75rem;color:hsl(var(--foreground));font-size:.875rem}.upgrade-banner-text svg{color:hsl(var(--primary));flex-shrink:0}.upgrade-banner-text strong{color:hsl(var(--primary))}@media(max-width:640px){.upgrade-banner-content{flex-direction:column;text-align:center}.upgrade-banner-text{flex-direction:column;gap:.5rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:hsl(var(--muted-foreground))}.mt-1{margin-top:.25rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .5s ease-out}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem;color:hsl(var(--foreground))}.form-input{width:100%;height:2.5rem;padding:0 .75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;transition:all .2s}.form-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.form-input::placeholder{color:hsl(var(--muted-foreground))}.form-textarea{min-height:5rem;padding:.75rem;resize:vertical}.form-error{font-size:.75rem;color:hsl(var(--destructive));margin-top:.25rem}.page-header{padding:4rem 0 2rem;text-align:center;border-bottom:1px solid hsl(var(--border))}.page-title{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.page-description{font-size:1rem;color:hsl(var(--muted-foreground));max-width:32rem;margin:0 auto}.page-content{padding:2rem 0;max-width:42rem;margin:0 auto}.auth-container{display:flex;align-items:center;justify-content:center;padding:3rem 1rem 1rem}.login-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:54rem;width:100%}@media(max-width:768px){.login-layout{grid-template-columns:1fr;gap:2rem;max-width:24rem}.deal-showcase{order:-1}}.auth-card{width:100%;max-width:24rem;padding:1.5rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--card))}.auth-header{text-align:center;margin-bottom:1.25rem}.auth-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.auth-description{font-size:.875rem;color:hsl(var(--muted-foreground))}.legal-container{max-width:48rem;margin:0 auto;padding:2rem 0}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:hsl(var(--foreground))}.legal-section h3{font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem;color:hsl(var(--foreground))}.legal-section p{margin-bottom:1rem;line-height:1.6;color:hsl(var(--muted-foreground))}.legal-section ul{margin:1rem 0;padding-left:1.5rem}.legal-section li{margin-bottom:.5rem;color:hsl(var(--muted-foreground))}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem}.alert-success{background-color:hsl(var(--success) / .1);color:hsl(var(--success));border:1px solid hsl(var(--success) / .2)}.alert-error{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));border:1px solid hsl(var(--destructive) / .2)}.alert-warning{background-color:hsl(var(--warning) / .1);color:hsl(var(--warning));border:1px solid hsl(var(--warning) / .2)}.deal-showcase{display:flex;flex-direction:column;gap:1rem}.deal-header h2{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:hsl(var(--foreground))}.deal-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background-color:hsl(var(--card));padding:1.5rem;min-height:12rem;display:flex;flex-direction:column;transition:all .2s}.deal-card:hover{box-shadow:0 8px 24px #0000000d;border-color:hsl(var(--primary) / .3)}.deal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:hsl(var(--muted-foreground))}.loading-spinner{width:1.5rem;height:1.5rem;border:2px solid hsl(var(--border));border-top:2px solid hsl(var(--primary));border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.deal-product{display:flex;flex-direction:column;height:100%}.deal-image{width:100%;height:8rem;object-fit:cover;border-radius:var(--radius);margin-bottom:1rem;background-color:hsl(var(--muted) / .1)}.deal-title{font-weight:600;font-size:.9rem;line-height:1.3;margin-bottom:.5rem;color:hsl(var(--foreground));overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.deal-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.deal-current-price{font-size:1.25rem;font-weight:700;color:hsl(var(--primary))}.deal-original-price{font-size:.875rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.deal-discount{background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600}.deal-store{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:auto}.deal-footer{text-align:center}.product-page{display:grid;grid-template-columns:300px 1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 1rem;min-height:calc(100vh - 80px)}.sidebar-container{position:sticky;top:2rem;height:fit-content;max-height:calc(100vh - 4rem);overflow-y:auto}.filter-sidebar{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.sidebar-header{border-bottom:1px solid hsl(var(--border));padding-bottom:1rem;margin-bottom:.5rem}.sidebar-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0}.filter-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));box-shadow:0 1px 3px #0000000d;transition:all .2s}.filter-card:hover{border-color:hsl(var(--border) / .8)}.filter-card .card-header{background:hsl(var(--muted));margin:-1px -1px 0;border-radius:var(--radius) var(--radius) 0 0}.filter-card .card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem .75rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted));border-radius:var(--radius) var(--radius) 0 0}.filter-card .card-title{font-size:.9rem;font-weight:700;color:hsl(var(--foreground));margin:0;letter-spacing:.025em}.filter-card .card-content{padding:1rem}.filter-card .form-input,.filter-card .form-select,.filter-card input[type=text],.filter-card input[type=number],.filter-card select{width:100%;padding:.5rem .75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;font-family:inherit;transition:all .2s;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.filter-card .form-input:focus,.filter-card .form-select:focus,.filter-card input[type=text]:focus,.filter-card input[type=number]:focus,.filter-card select:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .2)}.filter-card .form-input:hover,.filter-card .form-select:hover,.filter-card input[type=text]:hover,.filter-card input[type=number]:hover,.filter-card select:hover{border-color:hsl(var(--border) / .8)}.filter-card select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.filter-card .btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;font-family:inherit;transition:all .2s;cursor:pointer;border:none;outline:none;text-decoration:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.filter-card .btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.filter-card .btn-primary:hover{background:hsl(var(--primary) / .9)}.filter-card .btn-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:1px solid hsl(var(--border))}.filter-card .btn-secondary:hover{background:hsl(var(--secondary) / .8)}.filter-card .btn-ghost{background:transparent;color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.filter-card .btn-ghost:hover{background:hsl(var(--accent))}.filter-card .btn-xs{padding:.25rem .5rem;font-size:.75rem}.filter-card .btn-sm{padding:.375rem .75rem;font-size:.875rem}.filter-card button:not(.btn){display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.filter-card button:not(.btn):hover{background:hsl(var(--secondary) / .8);border-color:hsl(var(--primary))}.filter-card #deselect-brands{padding:.25rem .5rem;font-size:.75rem;background:transparent;color:hsl(var(--foreground) / .7);border:1px solid hsl(var(--border))}.filter-card #deselect-brands:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.brand-controls{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem}.brand-controls .btn{font-size:.875rem}.mt-2{margin-top:.5rem}.mb-3{margin-bottom:1rem}.me-2{margin-right:.5rem}.skeleton-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:1rem;padding:0}@media(max-width:1000px){.skeleton-grid{grid-template-columns:repeat(2,minmax(280px,1fr))}}@media(max-width:640px){.skeleton-grid{grid-template-columns:1fr}}.skeleton-card{border:1px solid hsl(var(--border));border-radius:.75rem;background:hsl(var(--card));box-shadow:0 10px 40px hsl(var(--shadow) / .1);overflow:hidden;display:flex;flex-direction:column}.skeleton-image,.skeleton-text,.skeleton-price,.skeleton-badge,.skeleton-store{position:relative;overflow:hidden;background:hsl(var(--muted))}.skeleton-image:after,.skeleton-text:after,.skeleton-price:after,.skeleton-badge:after,.skeleton-store:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,hsl(var(--muted-foreground) / .08) 20%,hsl(var(--muted-foreground) / .15) 50%,hsl(var(--muted-foreground) / .08) 80%,transparent 100%);animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-image{width:100%;height:200px;min-height:200px;flex-shrink:0;border-radius:0}.skeleton-content{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.skeleton-title{height:1rem;border-radius:4px;width:100%;margin-bottom:.25rem}.skeleton-title-short{height:1rem;border-radius:4px;width:70%}.skeleton-price-row{display:flex;align-items:center;gap:.5rem}.skeleton-price{height:1.5rem;border-radius:4px}.skeleton-price.original{width:3.5rem}.skeleton-price.sale{width:4.5rem}.skeleton-price.qty{width:2rem}.skeleton-meta-row{display:flex;justify-content:space-between;align-items:center}.skeleton-badge{height:1.5rem;width:7rem;border-radius:9999px}.skeleton-store{height:1rem;width:5rem;border-radius:4px}.skeleton-text{height:1rem;border-radius:4px}.skeleton-text.short{width:60%}.skeleton-text.medium{width:80%}.skeleton-text.long{width:100%}@keyframes skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.error-state{display:flex;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:hsl(var(--destructive));background:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .2);border-radius:var(--radius);margin:1rem}.error-state p{margin:0;font-size:.875rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;max-height:200px;overflow-y:auto}.checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.checkbox-item input[type=checkbox]{width:16px;height:16px;accent-color:hsl(var(--primary))}.checkbox-item label{font-size:.875rem;color:hsl(var(--foreground));cursor:pointer;user-select:none}.content-container{display:flex;flex-direction:column;gap:1rem;min-width:0;width:100%}.search-bar-container{display:flex;align-items:center;gap:1rem;padding:0 1rem}.search-input-wrapper{position:relative;flex:1;max-width:500px}.search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));pointer-events:none}.search-input{width:100%;padding:.625rem 2.5rem .625rem 2.75rem;font-size:.875rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--foreground));transition:border-color .15s,box-shadow .15s}.search-input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .1)}.search-input::placeholder{color:hsl(var(--muted-foreground))}.clear-search-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);padding:.25rem;border:none;background:none;color:hsl(var(--muted-foreground));cursor:pointer;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.clear-search-btn:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.search-all-dates-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:hsl(var(--muted-foreground));white-space:nowrap;user-select:none}.search-all-dates-toggle input[type=checkbox]{width:1rem;height:1rem;accent-color:hsl(var(--primary));cursor:pointer}.search-all-dates-toggle:hover .toggle-label{color:hsl(var(--foreground))}.search-bar-actions{display:flex;align-items:center;gap:1rem}.view-toggle-group{display:flex;background:hsl(var(--muted));border-radius:var(--radius);padding:.25rem;gap:.125rem}.view-toggle-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;background:transparent;border-radius:calc(var(--radius) - 2px);color:hsl(var(--muted-foreground));cursor:pointer;transition:all .15s ease}.view-toggle-btn:hover{color:hsl(var(--foreground));background:hsl(var(--background) / .5)}.view-toggle-btn.active{background:hsl(var(--background));color:hsl(var(--primary));box-shadow:0 1px 2px hsl(var(--foreground) / .1)}@media(max-width:640px){.search-bar-container{flex-direction:column;align-items:stretch;gap:.75rem}.search-input-wrapper{max-width:none}.search-bar-actions{justify-content:space-between}.search-all-dates-toggle{justify-content:flex-start}}.product-feed.list-view{display:flex;flex-direction:column;gap:0}.product-feed.list-view .product-card{display:none}.product-list-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem}.product-list-table thead{position:sticky;top:64px;z-index:10}.product-list-table th{text-align:left;padding:.75rem 1rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:hsl(var(--muted-foreground));background:hsl(var(--muted));border-bottom:1px solid hsl(var(--border))}.product-list-table th:first-child{border-radius:var(--radius) 0 0 0}.product-list-table th:last-child{border-radius:0 var(--radius) 0 0}.product-list-table tbody tr{transition:background .15s}.product-list-table tbody tr:hover{background:hsl(var(--muted) / .5)}.product-list-table td{padding:.75rem 1rem;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));vertical-align:middle}.product-list-table .product-cell{display:flex;align-items:center;gap:.75rem}.product-list-table .product-cell a{display:flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none}.product-list-table .product-cell a:hover .list-item-title{color:hsl(var(--primary))}.product-list-table .list-item-image{width:48px;height:48px;border-radius:6px;object-fit:cover;background:hsl(var(--muted));flex-shrink:0}.product-list-table .list-item-title{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s}.product-list-table .sale-price{font-weight:700;color:hsl(var(--primary))}.product-list-table .original-price{font-size:.75rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.product-list-table .discount-cell{font-weight:700;color:#ef4343}.product-list-table .clearance-dot{display:inline-block;width:8px;height:8px;background:linear-gradient(135deg,#f96302,#ff8534);border-radius:50%;margin-right:6px;flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.product-list-table .qty-cell{font-weight:600;color:hsl(var(--foreground))}.product-list-table .store-cell{color:hsl(var(--muted-foreground))}@media(max-width:768px){.product-list-table{font-size:.8rem}.product-list-table thead{display:none}.product-list-table tbody tr{display:flex;flex-direction:column;padding:.75rem;margin-bottom:.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius)}.product-list-table td{display:flex;align-items:center;padding:.25rem 0;background:transparent;border:none}.product-list-table td:before{content:attr(data-label);font-weight:600;font-size:.65rem;text-transform:uppercase;color:hsl(var(--muted-foreground));min-width:70px;margin-right:.5rem}.product-list-table .product-cell,.product-list-table .product-cell a{flex:1}.product-list-table .list-item-image{width:40px;height:40px}.product-list-table .list-item-title{max-width:none;white-space:normal;font-size:.85rem}.product-list-table td[data-label=Product]{padding-bottom:.5rem;border-bottom:1px solid hsl(var(--border));margin-bottom:.25rem}.product-list-table td[data-label=Product]:before{display:none}}.product-feed{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:1rem;padding:1rem;transition:opacity .15s ease-out}.product-feed.loading{opacity:.5;pointer-events:none}@media(max-width:1000px){.product-feed{grid-template-columns:repeat(2,minmax(280px,1fr))}}@media(max-width:640px){.product-feed{grid-template-columns:1fr}}.product-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;box-shadow:0 10px 40px hsl(var(--shadow) / .1);overflow:hidden;position:relative;transition:border-color .2s,box-shadow .2s;cursor:pointer;display:flex;flex-direction:column;text-decoration:none;color:inherit}.product-card:hover{border-color:hsl(var(--primary))}.product-image{width:100%;height:200px;object-fit:contain;background:hsl(var(--muted));padding:1rem;box-sizing:border-box}.product-card-wrapper{position:relative}.product-card-wrapper .product-card{height:100%}.product-image-wrapper{position:relative}.product-tags{position:absolute;top:8px;left:8px;display:flex;gap:.375rem;align-items:center;z-index:2;opacity:.9}.clearance-tag{background:#f96302;color:#fff;font-size:.6rem;font-weight:600;padding:.2rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.3px;z-index:2}.dark .clearance-tag{background:#ff7519}.price-error-tag{background:#16a249;color:#fff;font-size:.6rem;font-weight:600;padding:.2rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.3px;z-index:2}.dark .price-error-tag{background:#22c35d}.price-history-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:hsl(var(--background) / .9);border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;backdrop-filter:blur(4px)}.price-history-btn:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.price-history-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.price-history-modal.open{opacity:1}.price-history-backdrop{position:absolute;inset:0;background:hsl(var(--foreground) / .5);backdrop-filter:blur(4px)}.price-history-content{position:relative;background:hsl(var(--card));border-radius:.75rem;box-shadow:0 25px 50px -12px hsl(var(--foreground) / .25);max-width:480px;width:calc(100% - 2rem);max-height:calc(100vh - 4rem);overflow:hidden;display:flex;flex-direction:column;transform:scale(.95);transition:transform .2s ease}.price-history-modal.open .price-history-content{transform:scale(1)}.price-history-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid hsl(var(--border))}.price-history-header h3{margin:0;font-size:1.1rem;font-weight:600}.price-history-close{width:32px;height:32px;border:none;background:transparent;border-radius:.375rem;color:hsl(var(--muted-foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.price-history-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.price-history-product{display:flex;gap:1rem;padding:1rem 1.25rem;background:hsl(var(--muted) / .3)}.price-history-product img{width:64px;height:64px;border-radius:.5rem;object-fit:cover;background:hsl(var(--muted))}.price-history-product-info{flex:1;min-width:0}.price-history-title{font-size:.9rem;font-weight:500;color:hsl(var(--foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.price-history-meta{display:flex;gap:1rem;margin-top:.25rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.price-history-current{padding:1rem 1.25rem;text-align:center;border-bottom:1px solid hsl(var(--border))}.current-price-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:hsl(var(--muted-foreground));margin-bottom:.25rem}.current-price-value{font-size:2rem;font-weight:700;color:hsl(var(--primary))}.current-price-original{font-size:.875rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.price-history-table-wrapper{max-height:300px;overflow-y:auto;border-top:1px solid hsl(var(--border))}.price-history-table{width:100%;border-collapse:collapse}.price-history-table thead{position:sticky;top:0;z-index:1}.price-history-table th{text-align:left;padding:.75rem 1.25rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .5);backdrop-filter:blur(4px)}.price-history-table td{padding:.75rem 1.25rem;border-bottom:1px solid hsl(var(--border));font-size:.85rem}.price-history-table .price-value{font-weight:600;color:hsl(var(--primary))}.price-history-table .price-date{color:hsl(var(--muted-foreground));font-size:.75rem}.price-history-table .price-qty{color:hsl(var(--foreground));font-size:.85rem;text-align:center}.price-history-table .no-history{text-align:center;color:hsl(var(--muted-foreground));padding:2rem 1.25rem}.current-price-qty{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.product-content{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.product-info{flex:1}.product-brand{font-size:.7rem;font-weight:700;color:hsl(var(--foreground) / .8);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.product-name{font-size:.95rem;font-weight:500;color:hsl(var(--foreground));line-height:1.3;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-name a{color:inherit;text-decoration:none}.product-name a:hover{text-decoration:underline}.price-info{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.info-group{display:flex;flex-direction:column;gap:.125rem;min-width:60px}.info-label{font-size:.7rem;font-weight:700;color:hsl(var(--foreground) / .7);text-transform:uppercase;letter-spacing:.05em;line-height:1}.info-value{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));line-height:1.2;white-space:nowrap}.price-current{color:#16a249}.discount-value{color:#cd0e3b}.product-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem;font-size:.75rem;color:hsl(var(--foreground) / .65);line-height:1.3}.store-info,.original-price,.date-info{white-space:nowrap}.original-price{text-decoration:line-through}.pagination-container{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1rem 0}.pagination{display:flex;list-style:none;padding:0;margin:0;gap:.25rem;align-items:center;justify-content:center}.pagination-item button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;font-family:inherit;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.pagination-item button:hover:not(:disabled){background:hsl(var(--muted));border-color:hsl(var(--primary))}.pagination-item button:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.pagination-item.active button,.pagination-item button[aria-current=page]{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.pagination-item button:disabled{opacity:.5;cursor:not-allowed;background:hsl(var(--muted));color:hsl(var(--foreground) / .5)}.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:hsl(var(--foreground) / .6);font-size:.875rem}@media(max-width:1024px){.product-page{grid-template-columns:280px 1fr;gap:1.5rem;padding:1.5rem 1rem}}@media(max-width:768px){.product-page{grid-template-columns:1fr;gap:1rem;padding:1rem .5rem}.sidebar-container{position:static;max-height:none;overflow-y:visible}.filter-sidebar{padding:1rem}.filter-card{max-height:60px;overflow:hidden;transition:max-height .3s}.filter-card.expanded{max-height:1000px;transition:max-height .3s}.card-header{cursor:pointer}.product-content{gap:.5rem}.price-info{gap:.75rem}.info-group{min-width:50px}.checkbox-group{max-height:150px}}@media(max-width:640px){.navbar-menu{display:none}.navbar-actions{gap:.5rem;flex-wrap:wrap;justify-content:center}.hero{padding:3rem 0 2rem}.section{padding:2rem 0}.page-header{padding:2rem 0 1.5rem}.page-title{font-size:2rem}.auth-card{margin:0 1rem;padding:1.5rem}.deal-card{min-height:10rem}}.auth-stats{display:flex;justify-content:space-between;margin-top:1.5rem;padding:1.5rem;background:hsl(var(--muted) / .5);border-radius:var(--radius);border:1px solid hsl(var(--border))}.stat-item{text-align:center;flex:1}.stat-number{font-size:1.25rem;font-weight:700;color:hsl(var(--primary));margin-bottom:.25rem}.stat-label{font-size:.75rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em}.auth-description{font-size:.95rem;line-height:1.6;color:hsl(var(--muted-foreground));margin-bottom:0}.deal-badge{display:inline-block;background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;position:relative;animation:pulse-glow 2s ease-in-out infinite alternate}@keyframes pulse-glow{0%{box-shadow:0 0 5px hsl(var(--primary) / .5)}to{box-shadow:0 0 20px hsl(var(--primary) / .8)}}.deal-header h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.deal-subtitle{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1.5rem}.deal-cta{text-align:center;padding-top:1rem;border-top:1px solid hsl(var(--border))}.deal-cta p:first-child{color:hsl(var(--foreground));margin-bottom:.5rem}.deal-cta p:last-child{font-size:.875rem;margin-bottom:0}@media(max-width:768px){.auth-stats{flex-direction:column;gap:1rem}.stat-item{display:flex;justify-content:space-between;align-items:center}.stat-number{margin-bottom:0}.auth-description{font-size:.875rem}.deal-header h2{font-size:1.25rem}}.quick-actions{margin-bottom:2rem}.action-card{display:flex;align-items:center;padding:1.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);text-decoration:none;color:hsl(var(--foreground));transition:all .2s;gap:1rem}.action-card:hover{border-color:hsl(var(--primary));transform:translateY(-2px);box-shadow:0 4px 12px hsl(var(--shadow) / .15)}.action-icon{font-size:2rem;flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:hsl(var(--primary) / .1);border-radius:var(--radius)}.action-content{flex:1}.action-content h3{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}.action-content p{margin:0;font-size:.875rem;color:hsl(var(--muted-foreground))}.action-arrow{font-size:1.5rem;color:hsl(var(--primary));transform:translate(0);transition:transform .2s;flex-shrink:0}.action-card:hover .action-arrow{transform:translate(4px)}.mb-8{margin-bottom:2rem}@media(max-width:768px){.action-card{padding:1rem}.action-icon{font-size:1.5rem;width:2.5rem;height:2.5rem}.action-content h3{font-size:1rem}.action-content p{font-size:.75rem}}.login-page{height:100vh;overflow:hidden}.login-container{display:flex;height:100vh;min-height:600px}.login-panel{flex:1;display:flex;align-items:center;justify-content:center}.login-deal-panel{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8));color:#fff;position:relative;overflow:hidden}.login-deal-panel:before{content:"";position:absolute;inset:0;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0dGVybiBpZD0iZ3JpZCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBkPSJNIDQwIDAgTCAwIDAgMCA0MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMDUpIiBzdHJva2Utd2lkdGg9IjEiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=) repeat;opacity:.1}.login-deal-container{position:relative;z-index:1;max-width:400px;padding:2rem;display:flex;flex-direction:column;justify-content:center;height:100%}.login-logo{display:flex;align-items:center;gap:.75rem;color:hsl(var(--primary));text-decoration:none;font-size:1.5rem;font-weight:700;margin-bottom:3rem}.login-logo:hover{color:hsl(var(--primary) / .8)}.deal-badge{position:absolute;top:2rem;right:2rem;background:#fff3;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.1em;animation:pulse 2s ease-in-out infinite alternate}@keyframes pulse{0%{opacity:.7}to{opacity:1}}.featured-deal{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:1.5rem;margin:2rem 0;backdrop-filter:blur(10px);min-height:280px;display:flex;align-items:center;justify-content:center}.deal-loading{text-align:center;color:#fffc}.deal-loading .loading-spinner{width:2rem;height:2rem;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.deal-stats{display:flex;justify-content:space-around;padding:1rem 0}.deal-stats .stat-item{text-align:center}.deal-stats .stat-number{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.125rem}.deal-stats .stat-label{font-size:.625rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em}.deal-cta{text-align:center}.deal-cta p:first-child{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.5rem}.deal-cta p:last-child{font-size:.875rem;color:#fffc;margin-bottom:0}.login-form-panel{background:hsl(var(--background))}.login-form-container{max-width:360px;padding:2rem}.form-header{text-align:center;margin-bottom:1.5rem}.form-header h2{font-size:1.5rem;font-weight:600;margin-bottom:0;color:hsl(var(--foreground))}.form-divider{display:flex;align-items:center;margin:1rem 0;color:hsl(var(--muted-foreground));font-size:.75rem}.form-divider:before,.form-divider:after{content:"";flex:1;height:1px;background:hsl(var(--border))}.form-divider span{padding:0 1rem}.form-footer{display:flex;justify-content:space-between;margin-top:1.5rem;font-size:.875rem}.form-footer a{color:hsl(var(--muted-foreground));text-decoration:none}.form-footer a:hover{color:hsl(var(--primary))}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.modern-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8f9fa;padding:1rem}.modern-login-container{display:flex;max-width:1200px;width:100%;min-height:600px;gap:0}.login-form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fff}.login-card{width:100%;max-width:400px}.login-logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem;cursor:pointer;transition:all .3s ease;text-decoration:none;font-family:Sora,-apple-system,sans-serif;font-size:1.75rem;font-weight:700;letter-spacing:-.5px;color:hsl(var(--foreground))}.login-logo .infinity-mark{stroke:hsl(var(--primary));stroke-dasharray:160;stroke-dashoffset:0}.login-logo:hover .infinity-mark{animation:draw-infinity 1.8s ease-in-out infinite}@keyframes infinity-spiral{0%{transform:rotate(0) scale(1)}}.login-card-header{text-align:center;margin-bottom:2rem}.login-card-header h1{font-size:1.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.login-card-header p{color:#6b7280;font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:1rem}.form-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.form-label{font-size:.875rem;font-weight:600;color:#1f2937}.forgot-link{font-size:.875rem;color:#6b7280;text-decoration:none}.forgot-link:hover{color:#1a1a1a;text-decoration:underline}.modern-input{width:100%;padding:.625rem .875rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;transition:all .15s}.modern-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-modern{width:100%;padding:.625rem 1rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-primary-modern{background:#1a1a1a;color:#fff}.btn-primary-modern:hover{background:#000}.btn-secondary-modern{background:hsl(var(--muted));color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.btn-secondary-modern:hover{background:hsl(var(--muted) / .8)}.btn-outline-modern{background:transparent;color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.btn-outline-modern:hover{background:hsl(var(--muted))}.divider-section{display:flex;align-items:center;margin:1.5rem 0;gap:1rem}.divider-line{flex:1;height:1px;background:#e5e7eb}.divider-text{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.025em}.social-login-buttons{display:flex;gap:.75rem;margin-bottom:1.5rem}.social-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:.625rem;border:1px solid #e5e7eb;border-radius:.375rem;background:#fff;cursor:pointer;transition:all .15s}.social-btn:hover{background:#f9fafb;border-color:#d1d5db}.signup-link{text-align:center;font-size:.875rem;color:#374151;margin-top:1.5rem}.signup-link a{color:#1a1a1a;text-decoration:none;font-weight:600}.signup-link a:hover{text-decoration:underline}.deal-preview-section{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f0f9f0,#e8f5e8)}.deal-preview-card{background:#fff;border-radius:.75rem;box-shadow:0 10px 40px #0000001a;overflow:hidden;max-width:320px;width:100%;position:relative}.deal-badge-modern{position:absolute;top:.75rem;right:.75rem;background:#dc2626;color:#fff;padding:.2rem .5rem;border-radius:.25rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;z-index:10}.deal-product-image{width:100%;height:250px;overflow:hidden;background:#f3f4f6}.deal-product-image img{width:calc(100% - 2rem);height:calc(100% - 2rem);object-fit:cover;margin:1rem;border-radius:.5rem}.deal-product-details{padding:1.5rem}.deal-product-title{font-size:.95rem;font-weight:600;color:hsl(var(--foreground));line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.deal-product-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:1.25rem}.deal-price-section{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}.original-price{font-size:.9rem;color:#6b7280;text-decoration:line-through;font-weight:600;letter-spacing:.01em}.sale-price{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));letter-spacing:-.01em}.price-quantity{font-size:.875rem;font-weight:600;color:hsl(var(--muted-foreground));align-self:baseline}.deal-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.75rem;border-top:1px solid hsl(var(--border))}.deal-savings{font-size:.75rem;font-weight:600;color:hsl(var(--primary));background:hsl(var(--primary) / .1);padding:.25rem .5rem;border-radius:.25rem;white-space:nowrap}.deal-savings-placeholder{width:1px}.deal-discount-badge{display:inline-block;background:#fef3c7;color:#92400e;padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.deal-discount-badge-corner{position:absolute;top:.75rem;right:.75rem;background:hsl(var(--primary));color:#fff;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;z-index:10;box-shadow:0 2px 8px #00000026}.deal-stock-info{display:flex;align-items:center;gap:.25rem;color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:600;white-space:nowrap}.deal-stock-info svg{color:hsl(var(--primary));flex-shrink:0}.deal-store-name{font-weight:500;color:hsl(var(--muted-foreground));font-size:.75rem;white-space:nowrap}.deal-footer-row{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;border-top:1px solid hsl(var(--border));margin-top:.5rem}.deal-timestamp{font-size:.7rem;color:hsl(var(--muted-foreground));display:flex;align-items:center;gap:.25rem}.deal-timestamp:before{content:"";width:6px;height:6px;background:hsl(var(--primary));border-radius:50%;opacity:.6}.theme-toggle{position:relative;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.375rem;padding:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem}.theme-toggle:hover{background:hsl(var(--muted));border-color:hsl(var(--primary))}.theme-toggle:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}.theme-icon{color:hsl(var(--foreground));transition:all .3s ease}.theme-toggle .sun-icon{display:none}.theme-toggle .moon-icon,.dark .theme-toggle .sun-icon{display:block}.dark .theme-toggle .moon-icon{display:none}.dark .modern-login-page{background:hsl(var(--background))}.dark .login-form-section{background:hsl(var(--card))}.dark .login-card-header h1,.dark .auth-title{color:hsl(var(--foreground))}.dark .login-card-header p,.dark .auth-description{color:hsl(var(--muted-foreground))}.dark .form-label{color:hsl(var(--foreground))}.dark .forgot-link{color:hsl(var(--muted-foreground))}.dark .forgot-link:hover{color:hsl(var(--foreground))}.dark .modern-input{background:hsl(var(--background));border-color:hsl(var(--border));color:hsl(var(--foreground))}.dark .modern-input::placeholder{color:hsl(var(--muted-foreground))}.dark .modern-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .2)}.dark .btn-primary-modern{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.dark .btn-primary-modern:hover{background:hsl(var(--primary) / .9)}.dark .divider-line{background:hsl(var(--border))}.dark .divider-text{color:hsl(var(--muted-foreground))}.dark .social-btn{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--foreground))}.dark .social-btn:hover{background:hsl(var(--muted));border-color:hsl(var(--border))}.dark .signup-link{color:hsl(var(--muted-foreground))}.dark .signup-link a{color:hsl(var(--primary))}.dark .deal-preview-section{background:linear-gradient(135deg,hsl(var(--primary) / .1),hsl(var(--primary) / .05))}.dark .deal-preview-card{background:hsl(var(--card));box-shadow:0 10px 40px #0000004d}.dark .deal-product-image{background:hsl(var(--muted))}.dark .deal-product-title{color:hsl(var(--foreground))}.dark .deal-product-description,.dark .original-price{color:hsl(var(--muted-foreground))}.dark .sale-price{color:hsl(var(--foreground))}.dark .deal-discount-badge{background:hsl(var(--primary) / .15);color:hsl(var(--primary))}.dark .skeleton-image,.dark .skeleton-title,.dark .skeleton-price-small,.dark .skeleton-price-large,.dark .skeleton-badge,.dark .skeleton-icon,.dark .skeleton-text{background:linear-gradient(90deg,hsl(var(--muted)) 25%,hsl(var(--muted) / .5),hsl(var(--muted)) 75%);background-size:200% 100%}.dark .navbar{background:hsl(var(--card) / .95);border-bottom-color:hsl(var(--border))}.dark .navbar-brand{color:hsl(var(--foreground))}.dark .navbar-brand .infinity-mark{stroke:hsl(var(--primary))}.dark .navbar-link{color:hsl(var(--muted-foreground))}.dark .navbar-link:hover{color:hsl(var(--foreground))}.dark .card,.dark .product-card,.dark .store-card{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .store-card:hover{border-color:hsl(var(--primary))}.dark .store-card.coming-soon{background:hsl(var(--muted))}.dark .store-name{color:hsl(var(--foreground))}.dark .store-status{color:hsl(var(--muted-foreground))}.dark .store-placeholder{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.dark .dashboard-title{color:hsl(var(--foreground))}.dark .dashboard-description{color:hsl(var(--muted-foreground))}.dark .footer{background:hsl(var(--card));border-top-color:hsl(var(--border))}.dark .footer h4{color:hsl(var(--foreground))}.dark .footer-link{color:hsl(var(--muted-foreground))}.dark .footer-link:hover{color:hsl(var(--foreground))}.dark .upgrade-banner{background:linear-gradient(135deg,hsl(var(--primary) / .15),hsl(var(--primary) / .08));border-bottom-color:hsl(var(--primary) / .3)}.dark .floating-filter-card{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .filter-card-header{color:hsl(var(--foreground))}.dark .account-tabs{border-color:hsl(var(--border))}.dark .tab-btn{color:hsl(var(--muted-foreground))}.dark .tab-btn.active{color:hsl(var(--foreground));border-bottom-color:hsl(var(--primary))}.dark .plan-option{background:hsl(var(--card));border-color:hsl(var(--border))}.dark .plan-option:hover{border-color:hsl(var(--primary))}.dark .billing-row{border-color:hsl(var(--border))}.dark .billing-label{color:hsl(var(--muted-foreground))}.dark .billing-value{color:hsl(var(--foreground))}.stores-section{padding:3rem 0}.stores-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.store-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;padding:1.5rem;text-align:center;transition:all .2s ease;position:relative;cursor:default;display:flex;flex-direction:column;align-items:center;min-height:200px}.store-card.active{cursor:pointer;text-decoration:none;color:inherit}.store-card.active:hover{transform:translateY(-2px);box-shadow:0 10px 40px hsl(var(--shadow) / .15);border-color:hsl(var(--primary))}.store-card.coming-soon{opacity:.7;background:hsl(var(--muted) / .3)}.store-logo{width:80px;height:80px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;overflow:hidden}.store-logo img{width:100%;height:100%;object-fit:contain}.store-placeholder{width:80px;height:80px;background:hsl(var(--muted));border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:hsl(var(--muted-foreground))}.store-name{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.store-status{font-size:.875rem;color:hsl(var(--muted-foreground))}.store-card.active .store-status{color:hsl(var(--primary));font-weight:500}.coming-soon-badge{position:absolute;top:.75rem;right:.75rem;background:hsl(var(--muted));color:hsl(var(--muted-foreground));padding:.25rem .5rem;border-radius:.25rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.stores-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.store-card{padding:1rem;min-height:180px}.store-logo,.store-placeholder{width:60px;height:60px}.store-placeholder{font-size:1.25rem}.store-name{font-size:1rem}}.deal-store-location,.deal-date{color:hsl(var(--muted-foreground));font-size:.75rem}.skeleton-image{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 2.5s infinite;border-radius:.5rem}.skeleton-title{height:1.5rem;width:85%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 2.5s infinite;border-radius:.25rem;margin-bottom:1rem}.skeleton-price-small{height:1rem;width:4rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 2.5s infinite;border-radius:.25rem}.skeleton-price-large{height:1.5rem;width:5rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 2.5s infinite;border-radius:.25rem}.skeleton-badge{height:1.5rem;width:4rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 2.5s infinite;border-radius:.75rem;margin-bottom:1rem}.skeleton-icon{height:1rem;width:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 2.5s infinite;border-radius:50%}.skeleton-text{height:1rem;width:6rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 2.5s infinite;border-radius:.25rem}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.plan-options{display:flex;flex-direction:column;gap:.75rem}.plan-card{border:2px solid #e5e7eb;border-radius:.5rem;transition:all .2s;cursor:pointer}.plan-card:hover{border-color:#d1d5db}.plan-card.selected{border-color:hsl(var(--primary));background:hsl(var(--primary) / .05)}.plan-header{display:flex;justify-content:space-between;align-items:center;padding:.875rem}.plan-info{display:flex;flex-direction:column;gap:.25rem}.plan-name{font-weight:600;color:#1f2937;font-size:.875rem}.plan-price{font-size:.75rem;color:#6b7280}.plan-toggle{background:#f9fafb;border:1px solid #e5e7eb;color:#6b7280;cursor:pointer;padding:.25rem .5rem;border-radius:.375rem;transition:all .2s;display:flex;align-items:center;gap:.25rem;font-size:.75rem}.plan-toggle:hover{background:#f3f4f6;border-color:#d1d5db;color:#374151}.plan-toggle.expanded svg{transform:rotate(180deg)}.plan-details{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease-in-out;background:hsl(var(--muted) / .3);opacity:0;visibility:hidden}.plan-details.expanded{max-height:300px;opacity:1;visibility:visible;border-top:1px solid hsl(var(--border))}.plan-details ul{margin:0;padding:.875rem;list-style:none}.plan-details li{font-size:.8125rem;font-weight:500;color:#4b5563;position:relative;padding:.25rem 0 .25rem 1rem}.plan-details li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}@media(max-width:768px){.modern-login-container{flex-direction:column;min-height:auto}.login-form-section{padding:1.5rem}.deal-preview-section{display:none}.social-login-buttons{flex-direction:column}.social-btn{width:100%}.login-container{flex-direction:column}.login-form-panel{flex:none;order:1}.login-deal-panel{flex:1;order:2}.login-form-container{padding:1.5rem;max-width:none}.login-deal-container{max-width:none;padding:1.5rem;text-align:center}.form-header h2,.deal-header h2{font-size:1.5rem}.featured-deal{min-height:200px}.deal-stats{flex-direction:column;gap:1rem}.deal-stats .stat-item{display:flex;justify-content:space-between;align-items:center}.deal-stats .stat-number{margin-bottom:0}}.floating-filters-sidebar{position:sticky;top:1rem;height:fit-content;max-height:calc(100vh - 2rem);overflow-y:auto;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 2px);box-shadow:0 4px 12px hsl(var(--shadow) / .15);padding:0}.filters-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .3);position:sticky;top:0;z-index:10;border-radius:calc(var(--radius) + 2px) calc(var(--radius) + 2px) 0 0;cursor:pointer;user-select:none;transition:background-color .2s ease}.filters-header:hover{background:hsl(var(--primary) / .05)}.filters-title{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;color:hsl(var(--foreground))}.filters-toggle{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:var(--radius);color:hsl(var(--muted-foreground));transition:all .2s ease;display:flex;align-items:center;justify-content:center}.filters-toggle svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.filters-toggle:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.filters-toggle.collapsed svg{transform:rotate(180deg)}.filters-container{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;max-height:calc(100vh - 120px);overflow-y:auto;transition:max-height .3s ease,opacity .2s ease}.filters-container.collapsed{max-height:0;opacity:0;padding-top:0;padding-bottom:0;overflow:hidden}.floating-filter-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 2px);overflow:hidden;transition:all .2s ease;box-shadow:0 2px 10px hsl(var(--shadow) / .1)}.floating-filter-card:hover{border-color:hsl(var(--border));box-shadow:0 2px 10px hsl(var(--shadow) / .1)}.filter-card-header{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;cursor:pointer;background:hsl(var(--muted) / .2);border-bottom:1px solid transparent;transition:background-color .2s ease,border-color .3s ease;user-select:none}.floating-filter-card.expanded .filter-card-header{border-bottom-color:hsl(var(--border))}.filter-card-header:hover{background:hsl(var(--primary) / .05)}.filter-icon{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:hsl(var(--primary))}.filter-icon svg{width:16px;height:16px}.filter-title{font-weight:500;font-size:.875rem;color:hsl(var(--foreground));flex:1}.minimize-btn{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:calc(var(--radius) / 2);color:hsl(var(--muted-foreground));transition:all .2s ease;display:flex;align-items:center;justify-content:center;margin-left:auto}.minimize-btn svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.minimize-btn:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.floating-filter-card:not(.expanded) .minimize-btn svg{transform:rotate(180deg)}.filter-card-content{padding:0;max-height:0;overflow:hidden}.floating-filter-card.expanded .filter-card-content{max-height:300px;padding:1rem;overflow-y:auto}.floating-filter-card .form-group{position:relative;margin-bottom:0}.floating-filter-card .form-input,.floating-filter-card .form-select{width:100%;padding:.625rem .875rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;transition:all .2s ease;box-shadow:0 1px 3px hsl(var(--shadow) / .1)}.floating-filter-card .form-input:focus,.floating-filter-card .form-select:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .2)}.floating-filter-card .input-suffix{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;pointer-events:none}.floating-filter-card .checkbox-group{display:flex;flex-direction:column;gap:.5rem;max-height:180px;overflow-y:auto}.floating-filter-card .checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.floating-filter-card .checkbox-item input[type=checkbox]{width:1rem;height:1rem;border-radius:calc(var(--radius) / 2);flex-shrink:0}.floating-filter-card .checkbox-item label{font-size:.875rem;color:hsl(var(--foreground));cursor:pointer;flex:1;margin:0}.category-group{margin-bottom:.125rem}.category-parent{font-weight:500}.category-parent label{flex:1}.category-toggle{background:none;border:none;cursor:pointer;padding:.125rem;color:hsl(var(--muted-foreground));display:flex;align-items:center;transition:transform .15s ease;margin-left:auto;flex-shrink:0}.category-toggle.expanded svg{transform:rotate(180deg)}.category-children{padding-left:1.25rem;border-left:1px solid hsl(var(--border));margin-left:.5rem;margin-top:.125rem}.category-child label{font-size:.8125rem!important;color:hsl(var(--muted-foreground))!important}.category-child:hover label{color:hsl(var(--foreground))!important}.floating-filter-card .brand-controls{display:flex;gap:.5rem;margin-bottom:.75rem}.floating-filter-card .brand-controls .btn{font-size:.75rem;padding:.375rem .75rem;flex:1}.floating-filter-card .btn{width:100%;margin-top:.5rem}@media(max-width:1024px){.product-page{grid-template-columns:280px 1fr}.floating-filters-sidebar{max-height:calc(100vh - 1.5rem)}}.mobile-filter-toggle{display:none;align-items:center;gap:.5rem;padding:.625rem 1rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);font-size:.875rem;font-weight:600;color:hsl(var(--foreground));cursor:pointer;transition:all .2s;width:100%;justify-content:center;min-height:44px}.mobile-filter-toggle:hover{border-color:hsl(var(--primary));background:hsl(var(--accent))}.mobile-filter-toggle[aria-expanded=true]{border-color:hsl(var(--primary));background:hsl(var(--primary) / .05)}.filter-count-badge{background:hsl(var(--primary));color:#fff;font-size:.7rem;font-weight:700;padding:.125rem .4rem;border-radius:9999px;min-width:1.25rem;text-align:center;line-height:1.3}@media(max-width:768px){.product-page{grid-template-columns:1fr;gap:1rem}.floating-filters-sidebar{position:static;max-height:none;margin-bottom:1rem}.filters-container{max-height:none}.floating-filter-card{border-radius:var(--radius)}.floating-filter-card:not(.expanded) .filter-card-content{max-height:0;padding:0}.floating-filters-sidebar{display:none}.floating-filters-sidebar.mobile-visible{display:block}.mobile-filter-toggle{display:inline-flex}}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:400px;pointer-events:none}.toast{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:0 10px 40px -10px #0003;pointer-events:auto;opacity:0;transform:translate(100%);transition:all .3s cubic-bezier(.4,0,.2,1)}.toast-visible{opacity:1;transform:translate(0)}.toast-hiding{opacity:0;transform:translate(100%)}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.toast-content{flex:1;min-width:0}.toast-message{margin:0;font-size:.875rem;line-height:1.5;color:hsl(var(--foreground))}.toast-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:none;border:none;color:hsl(var(--muted-foreground));cursor:pointer;opacity:.5;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-success{border-left:3px solid hsl(142,76%,36%)}.toast-success .toast-icon{color:#16a249}.toast-error{border-left:3px solid hsl(var(--destructive))}.toast-error .toast-icon{color:hsl(var(--destructive))}.toast-warning{border-left:3px solid hsl(45,93%,47%)}.toast-warning .toast-icon{color:#e7b008}.toast-info{border-left:3px solid hsl(var(--primary))}.toast-info .toast-icon{color:hsl(var(--primary))}@media(max-width:480px){.toast-container{left:1rem;right:1rem;max-width:none}.toast{transform:translateY(-100%)}.toast-visible{transform:translateY(0)}.toast-hiding{transform:translateY(-100%)}}.product-card-wrapper.has-price-error{position:relative}.product-card.price-error-card{border:2px solid hsl(142 76% 36%);box-shadow:0 0 0 1px #16a24933}.price-error-comparison{background:#16a2491a;border-radius:.375rem;padding:.5rem .625rem;margin-top:.25rem}.price-error-badge{display:inline-block;background:#16a249;color:#fff;font-size:.6rem;font-weight:700;padding:.125rem .375rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.375rem}.price-error-row{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.price-error-row .pe-label{color:hsl(var(--muted-foreground))}.price-error-row .pe-store-link{color:hsl(var(--muted-foreground));text-decoration:underline;text-underline-offset:2px;cursor:pointer}.price-error-row .pe-store-link:hover{color:hsl(var(--foreground))}.price-error-row .pe-value{color:hsl(var(--muted-foreground));text-decoration:line-through;font-weight:500}.price-error-savings{font-size:.7rem;font-weight:600;color:#16a249;margin-top:.25rem}.dark .price-error-comparison{background:#16a24926}.dark .price-error-badge{background:#22c35d}.product-list-table tr.price-error-row{background:#16a2490d}.product-list-table tr.price-error-row:hover{background:#16a2491a}.list-price-error-badge{display:inline-flex;align-items:center;justify-content:center;background:#16a249;color:#fff;font-size:.55rem;font-weight:700;padding:.125rem .25rem;border-radius:.2rem;text-transform:uppercase;letter-spacing:.2px;margin-right:.375rem;vertical-align:middle}.list-price-error-info{font-size:.65rem;color:hsl(var(--muted-foreground));text-decoration:line-through;margin-top:.125rem}.timestamp-indicator{position:relative;display:inline-flex;align-items:center;color:hsl(var(--muted-foreground));opacity:.5;cursor:help;transition:opacity .15s;flex-shrink:0}.timestamp-indicator:hover{opacity:1}.timestamp-indicator:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:hsl(var(--popover));color:hsl(var(--popover-foreground));border:1px solid hsl(var(--border));padding:.5rem .75rem;border-radius:var(--radius);font-size:.7rem;line-height:1.5;white-space:pre-line;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;z-index:20;box-shadow:0 4px 12px hsl(var(--shadow) / .1);min-width:max-content}.timestamp-indicator:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:hsl(var(--border));pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;z-index:21}.timestamp-indicator:hover:after,.timestamp-indicator:hover:before{opacity:1;visibility:visible}.timestamp-cell{font-size:.75rem;color:hsl(var(--muted-foreground));white-space:nowrap}.price-timeline-summary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:hsl(var(--muted) / .3);border-bottom:1px solid hsl(var(--border));font-size:.875rem}.price-timeline-summary svg{color:hsl(var(--muted-foreground));flex-shrink:0}.timeline-first-seen{text-decoration:line-through;color:hsl(var(--muted-foreground));font-weight:500}.timeline-current{font-weight:700;color:hsl(var(--foreground))}.timeline-change{margin-left:auto;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:var(--radius)}.price-dropped{color:#1a9948;background:#1a99481a;font-size:.7rem;font-weight:600;padding:.1rem .35rem;border-radius:.25rem;display:inline-flex;align-items:center;gap:.15rem;white-space:nowrap}.price-increased{color:#ed2c2c;background:#ed2c2c1a;font-size:.7rem;font-weight:600;padding:.1rem .35rem;border-radius:.25rem;display:inline-flex;align-items:center;gap:.15rem;white-space:nowrap}.dark .price-dropped{color:#3bde77;background:#3bde7726}.dark .price-increased{color:#f15b5b;background:#f15b5b26}.price-trend-badge{font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:999px;line-height:1.3;white-space:nowrap;flex-shrink:0}.price-trend-badge.trend-down{color:#1a9948;background:#1a99481a;border:1px solid hsl(142 71% 35% / .2)}.price-trend-badge.trend-up{color:#ed2c2c;background:#ed2c2c1a;border:1px solid hsl(0 84% 55% / .2)}.dark .price-trend-badge.trend-down{color:#3bde77;background:#3bde7726;border-color:#3bde7740}.dark .price-trend-badge.trend-up{color:#f15b5b;background:#f15b5b26;border-color:#f15b5b40}.analytics-page{padding:2rem 0;min-height:calc(100vh - 4rem)}.analytics-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.analytics-title{font-size:1.75rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.25rem}.analytics-description{color:hsl(var(--muted-foreground));font-size:.9375rem}.analytics-filters{display:flex;gap:.75rem;align-items:center}.analytics-filters .form-select{min-width:180px;padding:.5rem 2rem .5rem .75rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));color:hsl(var(--foreground));font-size:.875rem;font-family:inherit;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:border-color .15s,box-shadow .15s}.analytics-filters .form-select:hover{border-color:hsl(var(--ring))}.analytics-filters .form-select:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .2)}.analytics-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:768px){.analytics-summary-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.analytics-summary-grid{grid-template-columns:1fr}}.stat-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.25rem;transition:box-shadow .2s}.stat-card:hover{box-shadow:0 2px 8px hsl(var(--foreground) / .05)}.stat-card.skeleton{min-height:100px}.stat-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.stat-card-label{font-size:.8125rem;font-weight:500;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.025em}.stat-card-icon{color:hsl(var(--muted-foreground));opacity:.6}.stat-card-value{font-size:1.75rem;font-weight:700;color:hsl(var(--foreground));line-height:1.2}.stat-card-sub{font-size:.8125rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.analytics-section{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.section-title{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.section-description{color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1rem}.stage-distribution-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}@media(max-width:768px){.stage-distribution-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stage-distribution-grid{grid-template-columns:1fr}}.distribution-item{display:flex;flex-direction:column;gap:.5rem;padding:.875rem;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));transition:box-shadow .2s}.distribution-item:hover{box-shadow:0 2px 8px hsl(var(--foreground) / .05)}.distribution-item-header{display:flex;justify-content:space-between;align-items:center}.distribution-item-label{font-size:.8125rem;font-weight:500;color:hsl(var(--muted-foreground))}.distribution-item-pct{font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground))}.distribution-item-value{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));line-height:1}.distribution-bar-track{height:4px;border-radius:2px;background:hsl(var(--muted) / .5);overflow:hidden}.distribution-bar-fill{height:100%;border-radius:2px;transition:width .4s ease}.distribution-bar-fill.stage-penny{background:#8c47d1}.distribution-bar-fill.stage-final{background:#dc2828}.distribution-bar-fill.stage-second{background:#f59f0a}.distribution-bar-fill.stage-first{background:#3c83f6}.distribution-bar-fill.stage-other{background:hsl(var(--muted-foreground))}.stage-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:.25rem;font-size:.6rem;font-weight:600;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;line-height:1.5}.stage-badge.stage-penny{background:#7345a1;color:#fff}.stage-badge.stage-final{background:#ac3939;color:#fff}.stage-badge.stage-second{background:#9e752e;color:#fff}.stage-badge.stage-first{background:#3464b2;color:#fff}.stage-badge.stage-other{background:hsl(var(--muted-foreground) / .7);color:#fff}.product-tags .stage-badge{font-size:.6rem}.stage-tabs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.stage-tabs{display:flex;gap:.25rem;background:hsl(var(--muted));border-radius:var(--radius);padding:.25rem}.stage-tab{padding:.375rem .875rem;border:none;background:none;color:hsl(var(--muted-foreground));font-size:.8125rem;font-weight:500;cursor:pointer;border-radius:calc(var(--radius) - 2px);transition:all .15s;white-space:nowrap}.stage-tab:hover{color:hsl(var(--foreground))}.stage-tab.active{background:hsl(var(--card));color:hsl(var(--foreground));box-shadow:0 1px 3px hsl(var(--foreground) / .08)}@media(max-width:640px){.stage-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}}.countdown-badge{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.5rem;padding:.25rem 0}.countdown-badge svg{flex-shrink:0;opacity:.6}.confidence-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-left:.25rem;flex-shrink:0}.confidence-dot.high{background:#21c45d}.confidence-dot.low{background:#f59f0a}.markdown-explainer .explainer-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none}.markdown-explainer .explainer-header:hover .section-title{color:hsl(var(--primary))}.explainer-intro{color:hsl(var(--muted-foreground));font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.explainer-stages{display:flex;flex-direction:column;gap:0;align-items:stretch}.explainer-stage{padding:1rem 1.25rem;background:hsl(var(--muted) / .35);border:1px solid hsl(var(--border) / .6);border-radius:var(--radius)}.explainer-stage-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem}.explainer-stage-title{font-weight:600;font-size:1rem;color:hsl(var(--foreground))}.explainer-stage-details{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.explainer-cents,.explainer-discount,.explainer-duration{font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:9999px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border))}.explainer-stage-desc{font-size:.8125rem;color:hsl(var(--muted-foreground));line-height:1.5;margin:0}.explainer-arrow{display:flex;justify-content:center;padding:.375rem 0;color:hsl(var(--muted-foreground));opacity:.5}.explainer-note{margin-top:1.25rem;padding:.75rem 1rem;background:hsl(var(--muted) / .5);border-radius:var(--radius);font-size:.8125rem;color:hsl(var(--muted-foreground));line-height:1.5;border-left:3px solid hsl(38 92% 50%)}.explainer-note strong{color:hsl(var(--foreground))}@media(max-width:640px){.explainer-stage-details{gap:.375rem}}.timeline-section{display:flex;flex-direction:column;gap:.25rem;margin-top:.625rem;padding:.5rem .625rem;background:hsl(var(--muted) / .4);border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border) / .5)}.timeline-row{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;line-height:1.6}.timeline-label{color:hsl(var(--muted-foreground));font-weight:500}.timeline-value{color:hsl(var(--foreground));font-weight:500;display:flex;align-items:center;gap:.25rem}.timeline-value.urgent{color:#dc2828;font-weight:700}.timeline-value.soon{color:#dc8f09;font-weight:600}.dark .timeline-value.urgent{color:#e66565}.dark .timeline-value.soon{color:#f7b23b}.stage-meta{display:flex;gap:.75rem;font-size:.6875rem;color:hsl(var(--muted-foreground));margin-top:.375rem;opacity:.8}.transition-table{width:100%;border-collapse:collapse;font-size:.8125rem}.transition-table th{text-align:left;padding:.625rem .75rem;border-bottom:2px solid hsl(var(--border));color:hsl(var(--muted-foreground));font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.transition-table td{padding:.625rem .75rem;border-bottom:1px solid hsl(var(--border));color:hsl(var(--foreground))}.transition-table tbody tr:hover{background:hsl(var(--muted) / .5)}.sample-sufficient{color:#21c45d;font-weight:600}.sample-insufficient{color:#f59f0a;font-weight:600}.data-notice{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;background:#f59f0a14;border:1px solid hsl(38 92% 50% / .2);border-radius:var(--radius);color:hsl(var(--foreground));font-size:.875rem}.data-notice svg{flex-shrink:0;color:#f59f0a;margin-top:2px}.data-notice strong{display:block;margin-bottom:.25rem}.data-notice p{color:hsl(var(--muted-foreground));font-size:.8125rem;margin:0}.patterns-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none}.patterns-header:hover .section-title{color:hsl(var(--primary))}.collapse-icon{color:hsl(var(--muted-foreground))}.analytics-pagination{display:flex;justify-content:center;align-items:center;gap:.25rem;padding:1rem 0}.page-btn{padding:.375rem .75rem;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));font-size:.8125rem;border-radius:var(--radius);cursor:pointer;transition:all .15s}.page-btn:hover:not(:disabled){background:hsl(var(--accent));border-color:hsl(var(--ring))}.page-btn.active,.page-btn:disabled{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));cursor:default}.page-ellipsis{padding:.375rem .5rem;color:hsl(var(--muted-foreground))}.analytics-page .product-feed{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.stage-pill{display:inline-flex;align-items:center;padding:.0625rem .375rem;border-radius:9999px;font-size:.5625rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;vertical-align:middle;margin-left:.25rem}.stage-pill.stage-penny{background:#8c47d11f;color:#8c47d1}.stage-pill.stage-final{background:#dc28281f;color:#dc2828}.stage-pill.stage-second{background:#f59f0a1f;color:#986a1b}.stage-pill.stage-first{background:#3c83f61f;color:#0b64f4}.stage-pill.stage-other{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.dark .stage-pill.stage-second{color:#f8bc54}.dark .stage-pill.stage-first{color:#6da2f8}body:has(.analytics-page){background-color:hsl(var(--muted) / .3)}.dark body:has(.analytics-page){background-color:#0e0e10}@media(max-width:768px){.analytics-header{flex-direction:column}.stage-tabs-header{flex-direction:column;align-items:flex-start}.transition-table{font-size:.75rem}.transition-table th,.transition-table td{padding:.5rem}}.upgrade-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1.25rem;margin:0 1rem;background:linear-gradient(135deg,#0c3118,#183923);border:1px solid hsl(140 50% 22%);border-radius:var(--radius);animation:banner-fade-in .4s ease-out}.dark .upgrade-banner{background:linear-gradient(135deg,#082110,#122b1b);border-color:#1c4028}@keyframes banner-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.upgrade-banner-content{display:flex;align-items:center;gap:.875rem;min-width:0}.upgrade-banner-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#1b984433;color:#3cdd71;flex-shrink:0}.upgrade-banner-text{display:flex;flex-direction:column;gap:2px;min-width:0}.upgrade-banner-title{font-size:.875rem;font-weight:600;color:#c2f0d1;line-height:1.3}.upgrade-banner-subtitle{font-size:.75rem;color:#85ad92;line-height:1.4}.upgrade-banner-btn{display:inline-flex;align-items:center;gap:6px;padding:.5rem 1rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.8rem;font-weight:600;text-decoration:none;border-radius:var(--radius);white-space:nowrap;transition:background .15s,transform .1s;flex-shrink:0}.upgrade-banner-btn:hover{background:#066a27;transform:translate(2px)}@media(max-width:640px){.upgrade-banner{flex-direction:column;align-items:stretch;margin:0 .5rem}.upgrade-banner-btn{justify-content:center}}@media(max-width:768px){.tabs-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-nav::-webkit-scrollbar{display:none}.tab-button{flex-shrink:0;min-height:44px}}@media(max-width:480px){.product-feed{grid-template-columns:1fr;padding:.5rem}.skeleton-grid{grid-template-columns:1fr}.product-image{height:160px}.product-content{padding:.75rem}}@media(max-width:768px){.product-list-table th{font-size:.8rem}.product-list-table td:before{font-size:.7rem}}@media(max-width:768px){.btn-sm{min-height:44px;padding-top:.5rem;padding-bottom:.5rem}.tab-button,.filter-card-header,.form-select,.form-input{min-height:44px}}.realtime-new{opacity:0;transform:translateY(-12px);transition:opacity .4s ease,transform .4s ease}.realtime-new.realtime-visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.login-form-section{flex:1;width:100%}}.profit-calc-page{padding:2rem 0 4rem}.profit-calc-header{margin-bottom:2rem}.profit-calc-header h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.sku-lookup-row{display:flex;gap:.75rem;margin-bottom:1.5rem;max-width:480px}.sku-lookup-row .form-input{flex:1}.profit-error{color:hsl(var(--destructive));padding:.75rem 1rem;border:1px solid hsl(var(--destructive));border-radius:var(--radius);margin-bottom:1.5rem}.profit-product-card{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.5rem;background:hsl(var(--card))}.profit-product-row{display:flex;gap:1rem;align-items:center}.profit-product-img{width:80px;height:80px;object-fit:contain;border-radius:var(--radius);border:1px solid hsl(var(--border));background:hsl(var(--background))}.profit-product-title{font-weight:600;font-size:1rem;margin-bottom:.25rem}.profit-product-meta{color:hsl(var(--muted-foreground));font-size:.8125rem;margin-bottom:.5rem}.profit-product-prices{display:flex;gap:1.5rem;font-size:.875rem}.profit-calc-panels{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem}.profit-panel{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.25rem;background:hsl(var(--card))}.profit-panel-title{font-size:.9375rem;font-weight:600;margin-bottom:.75rem}.profit-store-actions{display:flex;gap:.5rem;margin-bottom:.75rem}.store-checklist{max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.store-check-item{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;border-radius:var(--radius);font-size:.8125rem;cursor:pointer;transition:background .15s}.store-check-item:hover{background:hsl(var(--accent))}.store-check-item.store-no-inventory{opacity:.5}.store-check-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-check-qty,.store-check-price{font-size:.75rem;color:hsl(var(--muted-foreground));white-space:nowrap}.slider-group{margin-bottom:1.25rem}.slider-label-row{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;margin-bottom:.375rem}.slider-label-row label{font-weight:500}.slider-label-row span{font-weight:600;color:hsl(var(--primary))}.form-range{width:100%;cursor:pointer;accent-color:hsl(var(--primary))}.slider-minmax{display:flex;justify-content:space-between;font-size:.6875rem;color:hsl(var(--muted-foreground));margin-top:.125rem}.profit-summary-card{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1rem;background:hsl(var(--accent) / .3)}.profit-summary-row{display:flex;justify-content:space-between;padding:.375rem 0;font-size:.875rem}.profit-summary-total{border-top:1px solid hsl(var(--border));margin-top:.375rem;padding-top:.625rem;font-weight:700;font-size:1rem}.profit-positive{color:#1b9844}.dark .profit-positive{color:#3cdd71}.profit-negative{color:hsl(var(--destructive))}.profit-table-wrapper{overflow-x:auto}.profit-table{width:100%;border-collapse:collapse;font-size:.8125rem}.profit-table th,.profit-table td{padding:.5rem .625rem;text-align:left;border-bottom:1px solid hsl(var(--border))}.profit-table th{font-weight:600;color:hsl(var(--muted-foreground));font-size:.75rem;text-transform:uppercase;letter-spacing:.025em}@media(max-width:768px){.profit-calc-panels{grid-template-columns:1fr}.sku-lookup-row{max-width:100%}.profit-product-row{flex-direction:column;text-align:center}.profit-product-prices{flex-direction:column;gap:.25rem}}
