:root{--color-primary:#22c55e;--color-primary-hover:#16a34a;--color-brand-black:#111;--color-brand-black-soft:#1f1f1f;--color-brand-white:#fff;--color-background:#f8faf9;--color-surface:#fff;--color-text:#111;--color-text-muted:#6b7280;--color-border:#e5e7eb;--color-success:#22c55e;--color-error:#ef4444;--font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm:0 2px 8px #0000000d;--shadow-md:0 8px 24px #00000014;--radius-md:12px;--radius-lg:16px;--max-width:1200px;--text-primary:var(--color-text);--text-muted:var(--color-text-muted)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}body{font-family:var(--font-family);background:var(--color-background);color:var(--color-text);line-height:1.5}.app{justify-content:center;min-height:100vh;padding:80px 24px 0;display:flex}.container{width:100%;max-width:var(--max-width);margin:0 auto}.eyebrow{color:var(--color-primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.9rem;font-weight:600}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#111111f5;width:100%;padding:20px 24px;position:sticky;top:0}.nav-container{width:100%;max-width:var(--max-width);grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;display:grid}.nav-logo{color:var(--color-brand-white);letter-spacing:-.05em;align-items:center;gap:10px;font-size:1.35rem;font-weight:700;text-decoration:none;display:flex}.nav-logo-mark{background:var(--color-primary);width:34px;height:34px;color:var(--color-brand-white);border-radius:10px;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.nav-logo-mark img{width:30px;height:30px;display:block}.nav-links{align-items:center;gap:24px;display:flex}.nav-link{color:#ffffffad;padding:12px 0;font-size:1rem;font-weight:600;text-decoration:none;transition:color .18s,font-weight .18s,opacity .18s;position:relative}.nav-link:after{content:"";background:var(--color-primary);transform-origin:50%;border-radius:999px;height:2px;transition:transform .2s;position:absolute;bottom:4px;left:0;right:0;transform:scaleX(0)}.nav-link:hover,.nav-link.active{color:var(--color-brand-white)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-link.active{font-weight:700}.nav-auth{justify-content:flex-end;justify-self:end;align-items:center;gap:14px;display:flex}.nav-signin{color:var(--color-brand-white);font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s}.nav-signin:hover{color:var(--color-primary)}.nav-create-account{color:var(--color-brand-white);background:var(--color-primary);border-radius:999px;justify-content:center;align-items:center;padding:10px 18px;font-size:.95rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex}.nav-create-account:hover{background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 10px 20px #22c55e38}.nav-user-button{color:var(--color-brand-white);font:inherit;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,border-color .2s,background-color .2s;display:inline-flex}.nav-user-button:hover{background:#ffffff1f;border-color:#ffffff3d;transform:translateY(-1px);box-shadow:0 10px 24px #0003}.nav-user-button svg{color:#ffffffa3;width:16px;height:16px;transition:color .2s,transform .2s}.nav-account{position:relative}.nav-user-button.active{background:#ffffff1f;border-color:#22c55e8c;box-shadow:0 10px 24px #0003}.nav-user-button.active svg{color:var(--color-primary)}.nav-user-button svg.rotate{transform:rotate(180deg)}.account-menu{z-index:1100;border:1px solid var(--color-border);background:var(--color-brand-white);border-radius:18px;width:260px;padding:10px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 20px 48px #0000002e}.account-menu-header{flex-direction:column;gap:3px;padding:12px 14px;display:flex}.account-menu-header strong{color:var(--color-text);font-size:.95rem}.account-menu-header span{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.account-menu-divider{background:var(--color-border);height:1px;margin:6px 4px}.account-menu-item{width:100%;color:var(--color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:11px;padding:11px 12px;font-size:.92rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.account-menu-item:hover{color:var(--color-primary-hover);background:#22c55e14}.account-menu-item svg{color:var(--color-text-muted);flex-shrink:0}.account-menu-item:hover svg{color:var(--color-primary-hover)}.account-menu-logout{color:#dc2626}.account-menu-logout:hover{color:#b91c1c;background:#fef2f2}.account-menu-logout svg,.account-menu-logout:hover svg{color:currentColor}.account-menu-error{color:#b91c1c;background:#fef2f2;border-radius:10px;margin:6px 8px 8px;padding:10px 12px;font-size:.82rem;font-weight:600;line-height:1.4}.account-menu-logout:disabled{cursor:not-allowed;opacity:.65}.mobile-menu-button,.mobile-menu{display:none}@media (width<=640px){.navbar{padding:16px 18px}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-logo{gap:9px;font-size:1.25rem}.nav-logo-mark{width:36px;height:36px}.nav-logo-mark img{width:31px;height:31px}.nav-links,.nav-auth{display:none}.mobile-menu-button{width:42px;height:42px;color:var(--color-brand-white);cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:border-color .2s,background-color .2s;display:inline-flex}.mobile-menu-button:hover{background:#ffffff1f;border-color:#ffffff3d}.mobile-menu{width:100%;max-width:var(--max-width);border-top:1px solid #ffffff1a;margin:16px auto 0;padding-top:14px;display:block}.mobile-nav-links{flex-direction:column;gap:4px;display:flex}.mobile-nav-link{color:#ffffffb8;border-radius:12px;align-items:center;min-height:46px;padding:10px 12px;font-size:1rem;font-weight:650;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--color-brand-white);background:#ffffff14}.mobile-nav-link.active{box-shadow:inset 3px 0 0 var(--color-primary)}.mobile-menu-auth{border-top:1px solid #ffffff1a;margin-top:12px;padding-top:12px}.mobile-account-header{flex-direction:column;gap:2px;padding:8px 12px 12px;display:flex}.mobile-account-header strong{color:var(--color-brand-white);font-size:.95rem}.mobile-account-header span{color:#ffffff8a;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.mobile-menu-link{color:#ffffffc7;width:100%;min-height:46px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.mobile-menu-link:hover{color:var(--color-brand-white);background:#ffffff14}.mobile-menu-logout{color:#fca5a5}.mobile-auth-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mobile-signin,.mobile-create-account{border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:10px 14px;font-size:.95rem;font-weight:750;text-decoration:none;display:inline-flex}.mobile-signin{color:var(--color-brand-white);background:#ffffff0f;border:1px solid #ffffff29}.mobile-create-account{color:var(--color-brand-white);background:var(--color-primary)}}.primary-button{background:var(--color-primary);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;font-weight:800;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.primary-button:hover{background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 10px 20px #22c55e38}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-name-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.auth-form label{color:var(--text-primary);flex-direction:column;gap:8px;font-size:.95rem;font-weight:600;display:flex}.auth-form input{border:1px solid var(--color-border);width:100%;font:inherit;color:var(--text-primary);background:#fff;border-radius:12px;padding:14px 16px;transition:border-color .2s,box-shadow .2s}.auth-form input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 4px #22c55e1f}.optional-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.notification-preferences{border:1px solid var(--color-border);background:#fafcfb;border-radius:18px;margin-top:10px;padding:24px}.notification-preferences legend{color:var(--text-primary);padding:0 8px;font-size:1rem;font-weight:700}.notification-description{color:var(--text-muted);margin:0 0 24px;font-size:.95rem;line-height:1.6}.notification-group+.notification-group{margin-top:28px}.notification-group-title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 14px;font-size:.9rem;font-weight:700}.checkbox-option{cursor:pointer;border-radius:14px;align-items:flex-start;gap:14px;padding:14px;transition:background-color .2s;flex-direction:row!important;display:flex!important}.checkbox-option:hover{background:#22c55e0f}.checkbox-option input{width:auto;margin-top:2px}.checkbox-option span{flex-direction:column;gap:4px;display:flex}.checkbox-option strong{font-size:.95rem}.checkbox-option small{color:var(--text-muted);font-size:.85rem;line-height:1.5}.field-error{color:#dc2626;margin-top:4px;font-size:.85rem;font-weight:600}.form-message-error{color:#dc2626;background:#fef2f2;border-radius:12px;padding:14px 16px;font-weight:600}@media (width<=640px){.auth-name-grid{grid-template-columns:1fr}.notification-preferences{padding:18px}}.auth-form input.input-error{background:snow;border-color:#dc2626}.auth-form input.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261f}.notification-preferences-error{background:snow;border-color:#dc2626}.form-message{flex-direction:column;gap:4px;display:flex}.form-message strong{font-size:.95rem}.form-message span{font-size:.9rem;line-height:1.5}.password-input-wrapper{position:relative}.password-input-wrapper input{padding-right:48px}.password-visibility-button{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.password-visibility-button:hover{color:var(--color-text)}.search-bar{background:var(--color-surface);border:1px solid var(--color-border);max-width:680px;box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;margin-top:2.5rem;margin-left:auto;margin-right:auto;padding:.9rem 1.25rem;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.search-bar:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px #22c55e1f,0 12px 30px #0f172a14}.search-icon{color:var(--color-text-muted);margin-right:.75rem;transition:color .18s}.search-bar:focus-within .search-icon{color:var(--color-primary)}.search-bar input{color:var(--color-text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1rem}.search-bar input::placeholder{color:var(--color-text-muted)}.search-submit-button{color:#fff;font:inherit;cursor:pointer;background:#2bbf63;border:none;border-radius:10px;margin-left:10px;padding:8px 14px;font-size:.9rem;font-weight:600;transition:background-color .18s,transform .18s}.search-submit-button:hover{background:#24a956;transform:translateY(-1px)}@media (width<=640px){.search-bar{padding:.75rem .85rem}.search-icon{flex-shrink:0;margin-right:.55rem}.search-bar input{min-width:0;font-size:.9rem}.search-submit-button{flex-shrink:0;margin-left:8px;padding:8px 12px;font-size:.85rem}}.hero-section{text-align:center;max-width:760px;margin:0 auto}.hero-section h1{color:var(--color-brand-black);letter-spacing:-.045em;margin:0;font-size:3.65rem;font-weight:800;line-height:1.05}.hero-highlight{color:var(--color-primary)}.hero-subtitle{max-width:620px;color:var(--color-text-muted);margin:1.5rem auto 0;font-size:1.2rem;line-height:1.65}.category-chips{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;display:flex}.category-chip{color:var(--color-brand-black);font:inherit;cursor:pointer;background:#ffffffd1;border:1px solid #1111111f;border-radius:999px;padding:10px 16px;font-size:.95rem;font-weight:650;transition:transform .2s,border-color .2s,background-color .2s,color .2s,box-shadow .2s}.category-chip:hover{color:var(--color-primary-hover);background:#22c55e12;border-color:#22c55e66;transform:translateY(-1px);box-shadow:0 8px 18px #1111110d}.category-chip.active{border-color:var(--color-brand-black);background:var(--color-brand-black);color:var(--color-brand-white)}.recommended-deals{background:var(--color-brand-black);border:1px solid #ffffff14;border-radius:24px;width:100%;margin-top:64px;padding:36px;box-shadow:0 24px 60px #1111111f}.recommended-deals-header{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:32px;display:flex}.recommended-deals-header h2{color:var(--color-brand-white);letter-spacing:-.025em;margin:4px 0 0;font-size:1.5rem;font-weight:800}.recommended-deals-header a{color:#ffffffb8;flex-shrink:0;font-weight:700;text-decoration:none;transition:color .2s}.recommended-deals-header a:hover{color:var(--color-primary)}.recommended-deals-eyebrow{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.recommended-deals-description{color:#ffffff9e;max-width:560px;margin:10px 0 0;font-size:.96rem;line-height:1.6}.recommended-deals-status{color:#ffffff9e;margin:0;font-size:.96rem}.recommended-deals-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.recommended-deal-card{flex-direction:column;min-width:0;display:flex}.recommendation-explanation{background:var(--color-brand-white);min-height:32px;color:var(--color-brand-black);border:1px solid #22c55e2e;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;margin:0 0 12px;padding:7px 11px;font-size:.82rem;font-weight:650;line-height:1.2;display:inline-flex}.recommended-deals .recommendation-explanation{color:#ffffffe6;background:#ffffff14;border-color:#22c55e38}.recommendation-icon{color:var(--color-primary);font-size:.95rem;line-height:1}.recommended-deal-card .deal-card{flex:1}.featured-deals{background:var(--color-brand-white);border:1px solid #11111114;border-radius:24px;width:100%;margin-top:48px;padding:32px;box-shadow:0 18px 44px #1111110e}.featured-deals-header{justify-content:space-between;align-items:center;margin-bottom:36px;display:flex}.featured-deals-header h2{color:var(--color-brand-black);letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:800}.featured-deals-header a{color:var(--color-text-muted);font-weight:700;text-decoration:none;transition:color .2s}.featured-deals-header a:hover{color:var(--color-brand-black)}.brand-pillars{text-align:center;grid-template-columns:repeat(4,1fr);gap:32px;margin:96px 0;display:grid}.pillar{background:var(--color-brand-white);border:1px solid #11111114;border-radius:20px;flex-direction:column;align-items:center;padding:32px 24px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.pillar:hover{border-color:#22c55e38;transform:translateY(-4px);box-shadow:0 14px 32px #11111112}.pillar-icon{width:56px;height:56px;color:var(--color-primary);background:#22c55e17;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;padding:14px;display:flex}.pillar h3{color:var(--color-brand-black);letter-spacing:-.02em;margin-bottom:10px;font-size:1.2rem;font-weight:800}.pillar p{color:var(--color-text-muted);margin:0;font-size:.95rem;line-height:1.6}.footer{background:var(--color-brand-black);color:var(--color-brand-white);text-align:center;margin-top:96px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:64px 24px}.footer h2{margin:0;font-size:1.75rem;font-weight:700}.footer p{color:#ffffff9e;margin:12px 0}.footer-links{justify-content:center;gap:32px;margin:28px 0;display:flex}.footer-links a{color:#ffffffd1;font-weight:600;text-decoration:none;transition:color .2s,opacity .2s}.footer-links a:hover{color:var(--color-brand-white)}.footer-powered{margin-top:24px;font-weight:700;color:var(--color-primary)!important}.footer-copy{font-size:.9rem;color:#ffffff70!important}.footer-brand{flex-direction:column;align-items:center;gap:14px;display:flex}.footer-logo{color:var(--color-brand-white);letter-spacing:-.04em;align-items:center;gap:10px;font-size:1.35rem;font-weight:700;text-decoration:none;display:flex}.footer-logo-mark{background:var(--color-primary);width:34px;height:34px;color:var(--color-brand-white);border-radius:10px;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.footer-logo-mark img{width:30px;height:30px;display:block}@media (width<=960px){.recommended-deals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.hero-section h1{font-size:2.75rem}.recommended-deals{border-radius:20px;margin-top:48px;padding:24px}.recommended-deals-header{flex-direction:column;align-items:flex-start;gap:16px}.brand-pillars{grid-template-columns:repeat(2,1fr)}.footer{padding:56px 24px}}@media (width<=640px){.recommended-deals-grid{grid-template-columns:1fr;justify-items:center}.recommended-deal-card{width:100%;max-width:360px}}@media (width<=560px){.hero-section h1{font-size:2.3rem}.hero-subtitle{font-size:1.05rem}.recommended-deals{padding:20px}.recommendation-explanation{font-size:.78rem}.brand-pillars{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:16px}}.explore-toolbar-wrapper{width:min(100%,640px);margin:28px auto 40px;position:relative}.explore-toolbar{background:0 0;justify-content:center;align-items:center;gap:16px;width:100%;margin:0;padding:0;display:flex}.explore-filter-button{color:var(--text-primary);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.9rem;font-weight:700;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.explore-filter-button:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 8px 20px #0f172a0f}.filter-menu{z-index:20;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:6px;min-width:190px;padding:8px;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 40px #0f172a1f}.filter-menu button{color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:10px 12px;font-size:.95rem;font-weight:500;transition:background-color .2s}.filter-menu button:hover{background:#f9fafb}.filter-menu button.active{color:#1f7a3f;background:#1f7a3f1f}.filter-menu-label{color:#6b7280;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e5e7eb;margin:10px 12px 6px;padding-bottom:6px;font-size:.75rem;font-weight:600}.feed-toggle{background:#ffffffa6;border:1px solid #e5e7eb;border-radius:999px;justify-content:center;gap:4px;width:fit-content;margin:0;padding:4px;display:flex}.feed-toggle-button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:6px 12px;font-size:.95rem;font-weight:700;transition:background-color .2s,color .2s,box-shadow .2s}.feed-toggle-button.active{color:var(--text-primary);background:#fff;box-shadow:0 8px 20px #0f172a14}.explore-section-divider{background:linear-gradient(90deg,#0000,#0f172a14,#0000);width:min(100%,640px);height:1px;margin:28px auto}.filter-chips-section{text-align:center;margin-top:0}.filter-label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin:0 0 12px;font-size:.85rem;font-weight:700}.filter-chips{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.filter-chip{color:var(--text-primary);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:10px 16px;font-size:.95rem;font-weight:700;transition:background-color .2s,border-color .2s,transform .2s}.filter-chip:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.active-filters{align-items:center;gap:12px;margin:20px 0 28px;display:flex}.active-filters-label{color:var(--text-muted);font-size:.9rem;font-weight:600}.active-filter-list{flex-wrap:wrap;gap:10px;display:flex}.active-filter-chip{color:var(--text-primary);cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.active-filter-chip:hover{background:#f3f4f6;border-color:#d1d5db}.active-filter-chip span{font-size:1rem;font-weight:700}.semantic-search-results{gap:34px;margin-top:8px;display:grid}.semantic-search-summary{background:linear-gradient(135deg,#22c55e17,#fffffffa 60%);border:1px solid #22c55e24;border-radius:24px;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 26px;display:flex;box-shadow:0 18px 48px #0f172a0f}.semantic-search-summary-copy{min-width:0}.semantic-search-eyebrow{color:var(--color-primary);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:.76rem;font-weight:800}.semantic-search-summary h2{color:var(--color-text);letter-spacing:-.04em;margin:0;font-size:clamp(1.45rem,3vw,2rem);line-height:1.15}.semantic-search-summary p:last-child{color:#64748b;margin:10px 0 0;font-size:.95rem;line-height:1.6}.semantic-search-summary strong{color:#166534}.semantic-search-clear-button{color:#15803d;min-height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #22c55e3d;border-radius:14px;flex-shrink:0;padding:0 16px;font-size:.88rem;font-weight:800;transition:transform .16s,border-color .16s,background-color .16s,box-shadow .16s;box-shadow:0 10px 24px #0f172a0d}.semantic-search-clear-button:hover{background:#f7fdf8;border-color:#22c55e6b;transform:translateY(-1px);box-shadow:0 14px 28px #0f172a14}.semantic-search-clear-button:focus-visible{outline-offset:3px;outline:3px solid #22c55e33}.semantic-search-section{gap:18px;display:grid}.semantic-search-section-heading{border-bottom:1px solid #0f172a14;justify-content:space-between;align-items:flex-end;gap:18px;padding:0 2px 14px;display:flex}.semantic-search-section-heading>div{min-width:0}.semantic-search-section-label{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;margin:0 0 5px;font-size:.75rem;font-weight:800}.semantic-search-section-heading h3{color:var(--color-text);letter-spacing:-.03em;margin:0;font-size:1.25rem}.semantic-search-section-heading>span{color:#15803d;background:#22c55e1a;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:34px;padding:0 10px;font-size:.82rem;font-weight:800;display:inline-flex}.semantic-search-related-section{border-top:1px solid #0f172a0f;margin-top:4px;padding-top:26px}.semantic-search-related-section .semantic-search-section-label{color:#64748b}.semantic-search-related-section .semantic-search-section-heading>span{color:#475569;background:#f1f5f9}.explore-empty-state .semantic-search-clear-button{margin-top:16px}@media (width<=720px){.semantic-search-summary{border-radius:20px;flex-direction:column;align-items:stretch;padding:20px}.semantic-search-clear-button{width:100%}.semantic-search-section-heading{align-items:center}}.recommendation-unlock-card{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:24px;width:100%;max-width:560px;margin:48px auto;padding:40px 36px;box-shadow:0 20px 45px #0000000f}.recommendation-unlock-icon{background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:1.8rem;display:flex}.recommendation-unlock-card h2{letter-spacing:-.03em;margin-bottom:12px;font-size:1.8rem}.recommendation-unlock-card p{max-width:420px;color:var(--text-secondary);margin:0 auto 28px;line-height:1.6}.recommendation-unlock-actions{justify-content:center;gap:12px;display:flex}.recommendation-primary-button,.recommendation-secondary-button{border-radius:999px;padding:12px 22px;font-weight:600;text-decoration:none}.recommendation-primary-button{background:#22c55e;border-radius:999px;justify-content:center;align-items:center;padding:12px 22px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;color:#fff!important}.recommendation-primary-button:hover{background:#16a34a}.recommendation-secondary-button{border:1px solid var(--border);border-radius:999px;justify-content:center;align-items:center;padding:12px 22px;font-weight:600;text-decoration:none;display:inline-flex;color:var(--text-primary)!important}.deal-card{text-align:left;background:#fff;border:1px solid #1f7a3f14;border-radius:24px;width:360px;max-width:360px;margin:0;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 12px 30px #17201714}.deal-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #1720171f}.deal-image-placeholder{background:linear-gradient(135deg,#f3f6f0,#e7efe4);justify-content:center;align-items:center;height:220px;display:flex;overflow:hidden}.deal-image-placeholder img{object-fit:contain;width:100%;height:100%}.deal-content{flex-direction:column;min-height:330px;padding:24px;display:flex}.deal-content h3{min-height:58px;margin:0;font-size:1.2rem;font-weight:600;line-height:1.4}.deal-brand-line{align-items:center;gap:7px;min-height:24px;margin-top:14px;display:flex}.deal-brand{color:#172017;margin:0;font-size:.95rem;font-weight:700}.deal-brand-separator{color:#9aa59a;font-size:.95rem;line-height:1}.brand-follow-link{color:#3f9f5c;cursor:pointer;background:0 0;border:none;padding:0;font-size:.86rem;font-weight:600;transition:color .18s}.brand-follow-link:hover:not(:disabled),.brand-follow-link.following{color:#176432}.brand-follow-link:disabled{opacity:.6;cursor:wait}.deal-retailer{color:#596559;min-height:22px;margin:18px 0;font-size:.88rem;font-weight:500}.deal-meta{justify-content:space-between;align-items:center;display:flex}.deal-price{color:#172017;font-size:1.1rem;font-weight:700}.deal-discount{color:#2bbf63;text-transform:uppercase;background:#1f7a3f1a;border-radius:999px;padding:6px 10px;font-size:.85rem;font-weight:800}.deal-details{color:#6b776b;margin-top:16px;font-size:.95rem;font-weight:500}.featured-deals-grid,.deal-grid{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:24px;display:flex}.deal-button{color:#fff;cursor:pointer;background:#2bbf63;border:none;border-radius:14px;width:100%;margin-top:auto;padding:16px;font-size:1rem;font-weight:700;transition:background-color .18s,transform .18s}.deal-button:hover{background:#176432;transform:translateY(-1px)}.deal-save-button{color:#2bbf63;cursor:pointer;background:#fff;border:none;border-radius:999px;width:42px;height:42px;font-size:1.2rem;font-weight:800;transition:transform .18s,box-shadow .18s;position:absolute;top:16px;right:16px;box-shadow:0 8px 20px #1720171f}.deal-save-button:hover{transform:scale(1.06);box-shadow:0 12px 28px #1720172e}.deal-save-button.saved{color:#fff;background:#2bbf63}.deal-save-button:disabled{cursor:wait;opacity:.75}.skeleton-deal-card{pointer-events:none;position:relative;overflow:hidden}.skeleton-block{background:#e8edf1;border-radius:10px;position:relative;overflow:hidden}.skeleton-block:after{content:"";background:linear-gradient(90deg,#0000,#ffffffa6,#0000);animation:1.35s infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.skeleton-save-button{border-radius:999px;width:34px;height:34px;position:absolute;top:18px;right:18px}.skeleton-image-fill{border-radius:0;width:100%;height:220px}.skeleton-title{width:82%;height:22px;margin-bottom:16px}.skeleton-brand-row{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.skeleton-brand{width:88px;height:16px}.skeleton-follow{width:70px;height:16px}.skeleton-retailer{width:96px;height:14px;margin-bottom:18px}.skeleton-price{width:90px;height:26px}.skeleton-discount{width:72px;height:20px}.skeleton-expiration{width:110px;height:14px;margin:20px 0}.skeleton-button{border-radius:12px;width:100%;height:46px}.auth-page{justify-content:center;align-items:center;padding:80px 24px;display:flex}.auth-card{background:#fff;border:1px solid #22c55e14;border-radius:24px;width:100%;max-width:500px;padding:40px;box-shadow:0 20px 48px #0f172a14}.auth-card h1{margin:0 0 12px;font-size:2.2rem;line-height:1.15}.auth-subtitle{color:var(--text-muted);margin-bottom:32px;line-height:1.6}.auth-button{width:100%;margin-top:10px;padding:16px}.auth-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:28px;font-size:.95rem;display:flex}.auth-links a{color:var(--color-primary);font-weight:700;text-decoration:none}.auth-links a:hover{text-decoration:underline}.saved-deals-page{text-align:center;padding:80px 0}.saved-deals-header{margin-bottom:48px}.saved-deals-page h1{color:var(--text-primary);margin:0;font-size:3rem;line-height:1.1}.saved-subtitle{max-width:560px;color:var(--text-muted);margin:18px auto 0;font-size:1.1rem}.saved-deals-search{border:1px solid var(--color-border);background:#fff;border-radius:999px;align-items:center;gap:12px;max-width:560px;height:58px;margin:0 auto 24px;padding:0 18px;transition:border-color .18s,box-shadow .18s;display:flex;box-shadow:0 10px 28px #0f172a0d}.saved-deals-search:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px #22c55e1f,0 12px 30px #0f172a14}.saved-deals-search svg{color:var(--text-muted);flex-shrink:0}.saved-deals-search input{min-width:0;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.saved-deals-search input::placeholder{color:var(--text-muted)}.saved-deals-controls-wrapper{justify-content:center;margin:0 auto 48px;display:flex;position:relative}.saved-deals-controls{justify-content:center;align-items:center;gap:12px;display:flex}.saved-deals-menu{z-index:20;min-width:220px;top:calc(100% + 12px);left:50%;transform:translate(-50%)}.saved-empty-state{background:#fff;border:1px solid #22c55e1a;border-radius:28px;max-width:620px;margin:48px auto 0;padding:48px;box-shadow:0 20px 48px #0f172a14}.saved-icon{background:#22c55e14;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;font-size:2rem;display:flex}.saved-empty-state h2{color:var(--text-primary);margin:0;font-size:1.8rem}.saved-empty-state p{max-width:460px;color:var(--text-muted);margin:16px auto 0;font-size:1rem;line-height:1.7}.saved-benefits{text-align:left;gap:12px;max-width:420px;margin:28px auto 0;display:grid}.saved-benefit{color:var(--text-primary);background:#f8faf9;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;font-size:.95rem;font-weight:700;display:flex}.saved-actions{flex-direction:column;align-items:center;gap:14px;margin-top:32px;display:flex}.saved-primary{min-width:180px;padding:14px 22px}.saved-signin{color:var(--text-muted);font-size:.95rem;font-weight:600;text-decoration:none}.saved-signin:hover{color:var(--text-primary)}.saved-no-results{text-align:center;max-width:520px;color:var(--text-muted);margin:72px auto 0}.saved-no-results h2{margin:18px 0 12px}@media (width<=640px){.saved-deals-page{padding:56px 0}.saved-deals-header{margin-bottom:36px}.saved-deals-page h1{font-size:2.4rem}.saved-deals-search{margin-bottom:20px}.saved-deals-controls-wrapper{margin-bottom:36px}.saved-deals-controls{width:100%}.saved-deals-controls .explore-filter-button{flex:1;justify-content:center}.saved-deals-menu{width:min(100%,280px)}.saved-empty-state{padding:36px 24px}}.followed-brands-page{width:100%;max-width:var(--max-width);margin:0 auto;padding:56px 24px 80px}.followed-brands-hero{text-align:center;margin-bottom:48px}.followed-brands-hero h1{color:var(--color-text);margin:8px 0 0;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.followed-brands-intro{max-width:640px;color:var(--color-text-muted);margin:16px auto 0;font-size:1.05rem;line-height:1.6}.followed-brands-management{max-width:720px;margin:0 auto}.followed-brands-search{margin-bottom:32px}.followed-brands-search label{color:var(--color-text);margin-bottom:10px;font-size:.95rem;font-weight:600;display:block}.followed-brands-search input{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);font:inherit;border-radius:14px;padding:14px 16px;transition:border-color .18s,box-shadow .18s}.followed-brands-search input::placeholder{color:var(--color-text-muted)}.followed-brands-search input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 4px #22c55e1a}.followed-brands-list{border:1px solid var(--color-border);background:var(--color-surface);border-radius:20px;overflow:hidden;box-shadow:0 12px 30px #1720170f}.followed-brand-row{justify-content:space-between;align-items:center;gap:24px;padding:22px 24px;display:flex}.followed-brand-row:not(:last-child){border-bottom:1px solid var(--color-border)}.followed-brand-details{flex-direction:column;gap:4px;display:flex}.followed-brand-name{color:var(--color-text);font-size:1.05rem;font-weight:700}.followed-brand-status{color:var(--color-text-muted);font-size:.9rem}.followed-brand-unfollow{color:var(--color-primary);font:inherit;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px 0;font-size:.95rem;font-weight:600;transition:color .18s}.followed-brand-unfollow:hover:not(:disabled){color:var(--color-primary-hover)}.followed-brand-unfollow:disabled{opacity:.6;cursor:wait}.followed-brands-empty,.followed-brands-no-results{text-align:center;max-width:560px;margin:64px auto}.followed-brands-empty{border:1px solid var(--color-border);background:var(--color-surface);border-radius:20px;padding:48px 32px;box-shadow:0 12px 30px #1720170f}.followed-brands-empty-icon{color:var(--color-primary);margin-bottom:18px;font-size:3rem;line-height:1}.followed-brands-empty h2,.followed-brands-no-results h2{color:var(--color-text);margin:0}.followed-brands-empty p,.followed-brands-no-results p{color:var(--color-text-muted);margin:12px auto 0;line-height:1.6}@media (width<=640px){.followed-brands-page{padding:40px 16px 64px}.followed-brands-hero{margin-bottom:36px}.followed-brand-row{align-items:flex-start;padding:20px}}.profile-settings-page{width:100%;max-width:var(--max-width);margin:0 auto;padding:48px 24px 96px}.profile-settings-hero{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:32px;display:flex}.profile-settings-eyebrow{color:var(--color-primary);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:.8rem;font-weight:800}.profile-settings-hero h1{color:var(--color-text);letter-spacing:-.06em;margin:0;font-size:clamp(2.2rem,5vw,3.75rem);line-height:.98}.profile-settings-intro{color:#64748b;max-width:640px;margin:18px 0 0;font-size:1rem;line-height:1.7}.profile-settings-user-summary{border:1px solid var(--color-border);background:var(--color-surface);border-radius:22px;align-items:center;gap:14px;min-width:260px;padding:18px 20px;display:flex;box-shadow:0 18px 50px #0f172a0f}.profile-settings-avatar{width:52px;height:52px;color:var(--color-primary);background:#22c55e1a;border-radius:18px;flex-shrink:0;place-items:center;display:grid}.profile-settings-user-summary div:last-child{min-width:0}.profile-settings-user-summary strong,.profile-settings-user-summary span{display:block}.profile-settings-user-summary strong{color:var(--color-text);margin-bottom:4px;font-size:.95rem}.profile-settings-user-summary span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.profile-settings-message{border-radius:16px;align-items:center;gap:10px;margin-bottom:24px;padding:15px 18px;font-size:.92rem;font-weight:700;display:flex}.profile-settings-message.success{color:#15803d;background:#22c55e14;border:1px solid #22c55e33}.profile-settings-message.error{color:#b91c1c;background:#fee2e2cc;border:1px solid #dc262629}.profile-settings-layout{grid-template-columns:230px minmax(0,1fr);align-items:start;gap:32px;display:grid}.profile-settings-sidebar{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border-radius:22px;gap:6px;padding:12px;display:grid;position:sticky;top:96px;box-shadow:0 16px 45px #0f172a0d}.profile-settings-sidebar a{color:#64748b;border-radius:14px;padding:12px 14px;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .16s,background-color .16s,transform .16s}.profile-settings-sidebar a:hover{color:var(--color-text);background:#f1f5f9;transform:translate(2px)}.profile-settings-content{gap:24px;display:grid}.profile-settings-card{border:1px solid var(--color-border);background:var(--color-surface);border-radius:28px;padding:30px;scroll-margin-top:96px;box-shadow:0 20px 55px #0f172a0e}.profile-settings-section-heading{border-bottom:1px solid #edf1f3;align-items:flex-start;gap:14px;padding-bottom:24px;display:flex}.profile-settings-section-icon{width:42px;height:42px;color:var(--color-primary);background:#22c55e1a;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.profile-settings-section-heading h2{color:var(--color-text);letter-spacing:-.025em;margin:1px 0 5px;font-size:1.25rem}.profile-settings-section-heading p{color:#64748b;margin:0;font-size:.9rem;line-height:1.55}.profile-settings-form,.profile-settings-toggle-form{gap:22px;padding-top:26px;display:grid}.profile-settings-field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.profile-settings-field{gap:9px;display:grid}.profile-settings-field>span{color:#334155;font-size:.86rem;font-weight:750}.profile-settings-field input{width:100%;min-height:48px;color:var(--color-text);font:inherit;background:#fbfcfc;border:1px solid #dfe5e8;border-radius:15px;outline:none;padding:0 15px;transition:border-color .16s,box-shadow .16s,background-color .16s}.profile-settings-field input:hover{background:#fff;border-color:#cbd5e1}.profile-settings-field input:focus{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #22c55e1c}.profile-settings-input-with-icon{position:relative}.profile-settings-input-with-icon svg{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.profile-settings-input-with-icon input{padding-left:44px}.profile-settings-field-help{color:#94a3b8;margin:-8px 0 0;font-size:.82rem;line-height:1.5}.profile-settings-form-actions{justify-content:flex-end;padding-top:4px;display:flex}.profile-settings-save-button{color:#fff;background:var(--color-primary);min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:15px;justify-content:center;align-items:center;gap:9px;padding:0 18px;font-size:.9rem;font-weight:800;transition:transform .16s,background-color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 12px 24px #22c55e2e}.profile-settings-save-button:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 15px 28px #16a34a38}.profile-settings-save-button:disabled{cursor:not-allowed;opacity:.68}.profile-settings-toggle-row{cursor:pointer;border-bottom:1px solid #edf1f3;justify-content:space-between;align-items:center;gap:28px;padding:2px 0 22px;display:flex}.profile-settings-toggle-row div{gap:5px;display:grid}.profile-settings-toggle-row strong{color:var(--color-text);font-size:.95rem}.profile-settings-toggle-row span{color:#64748b;max-width:620px;font-size:.86rem;line-height:1.55}.profile-settings-toggle-row input[type=checkbox]{appearance:none;cursor:pointer;background:#d8dee3;border:0;border-radius:999px;flex-shrink:0;width:48px;height:28px;margin:0;transition:background-color .18s;position:relative}.profile-settings-toggle-row input[type=checkbox]:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .18s;position:absolute;top:4px;left:4px;box-shadow:0 2px 8px #0f172a33}.profile-settings-toggle-row input[type=checkbox]:checked{background:var(--color-primary)}.profile-settings-toggle-row input[type=checkbox]:checked:after{transform:translate(20px)}.profile-settings-toggle-row input[type=checkbox]:focus-visible{outline-offset:3px;outline:3px solid #22c55e38}.profile-settings-preference-note{color:#166534;background:#22c55e11;border:1px solid #22c55e29;border-radius:17px;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.profile-settings-preference-note svg{flex-shrink:0;margin-top:2px}.profile-settings-preference-note p{margin:0;font-size:.85rem;line-height:1.6}.profile-settings-loading{color:#64748b;align-content:center;place-items:center;gap:12px;min-height:420px;display:grid}.profile-settings-loading p{margin:0;font-size:.92rem;font-weight:700}.profile-settings-spinner{animation:.8s linear infinite profile-settings-spin}@keyframes profile-settings-spin{to{transform:rotate(360deg)}}@media (width<=920px){.profile-settings-hero{flex-direction:column;align-items:stretch}.profile-settings-user-summary{width:100%;min-width:0}.profile-settings-layout{grid-template-columns:1fr}.profile-settings-sidebar{display:flex;position:static;overflow-x:auto}.profile-settings-sidebar a{flex-shrink:0}}@media (width<=680px){.profile-settings-page{padding:34px 16px 72px}.profile-settings-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid;overflow:visible}.profile-settings-sidebar a{text-align:center;white-space:normal;min-width:0;padding:10px 8px}.profile-settings-card{border-radius:22px;padding:22px 18px}.profile-settings-field-row{grid-template-columns:1fr}.profile-settings-toggle-row{align-items:flex-start;gap:18px}.profile-settings-form-actions{justify-content:stretch}.profile-settings-save-button{width:100%}}.toast{z-index:1000;background:#fff;border:1px solid #0000;border-radius:18px;align-items:center;gap:14px;width:min(420px,100vw - 32px);padding:16px 18px;animation:.24s toast-slide-in;display:flex;position:fixed;top:28px;right:28px;box-shadow:0 18px 40px #0f172a1f,0 6px 16px #0f172a14}.toast-icon{border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.toast p{color:var(--color-text);flex:1;margin:0;font-size:.92rem;font-weight:600;line-height:1.5}.toast-close-button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:34px;height:34px;transition:background-color .16s,color .16s;display:grid}.toast-close-button:hover{color:var(--color-text);background:#f1f5f9}.toast-success{border-color:#22c55e2e}.toast-success .toast-icon{color:#15803d;background:#22c55e1f}.toast-error{border-color:#ef44442e}.toast-error .toast-icon{color:#b91c1c;background:#ef44441f}.toast-info{border-color:#3b82f62e}.toast-info .toast-icon{color:#2563eb;background:#3b82f61f}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(-12px)translate(16px)}to{opacity:1;transform:translateY(0)translate(0)}}@media (width<=640px){.toast{width:auto;top:16px;left:16px;right:16px}}.password-strength{gap:9px;margin-top:-6px;display:grid}.password-strength-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.password-strength-heading span,.password-strength-heading strong{font-size:.78rem;font-weight:800}.password-strength-heading span{color:#64748b}.password-strength-heading strong{color:#94a3b8}.password-strength-meter{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;display:grid}.password-strength-segment{background:#e2e8f0;border-radius:999px;height:6px;transition:background-color .18s,transform .18s}.password-strength-segment.active{transform:scaleY(1.08)}.password-strength p{color:#94a3b8;margin:0;font-size:.8rem;line-height:1.5}.password-strength-too-short .password-strength-heading strong{color:#dc2626}.password-strength-too-short .password-strength-segment.active{background:#ef4444}.password-strength-weak .password-strength-heading strong{color:#dc2626}.password-strength-weak .password-strength-segment.active{background:#ef4444}.password-strength-fair .password-strength-heading strong{color:#c2410c}.password-strength-fair .password-strength-segment.active{background:#f97316}.password-strength-good .password-strength-heading strong{color:#2563eb}.password-strength-good .password-strength-segment.active{background:#3b82f6}.password-strength-strong .password-strength-heading strong{color:#15803d}.password-strength-strong .password-strength-segment.active{background:var(--color-primary)}.password-input{align-items:center;width:100%;display:flex;position:relative}.password-input input{width:100%;padding-right:48px}.password-input-leading-icon{color:var(--color-text-muted);pointer-events:none;z-index:1;align-items:center;display:flex;position:absolute;left:14px}.password-input-leading-icon+input{padding-left:44px}.password-input-validation-icon{color:var(--color-success,#22c55e);pointer-events:none;z-index:1;align-items:center;display:flex;position:absolute;right:48px}.password-input-validation-icon-right{right:14px}.password-input-toggle{z-index:2;width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .2s,background-color .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.password-input-toggle:hover{color:var(--color-text-primary);background-color:#0000000d}.password-input-toggle:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.password-input-toggle:disabled{opacity:.5;cursor:not-allowed}
