.user-shell .onboarding{display:flex;flex-direction:column;margin:0 auto;max-width:var(--max-width);min-height:100dvh;padding:var(--space-2xl) var(--space-md)}.user-shell .onboarding__hero{margin-bottom:var(--space-xl);text-align:center}.user-shell .onboarding__icon{animation:user-float 3s ease-in-out infinite;display:inline-block;font-size:56px;margin-bottom:var(--space-md)}@keyframes user-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.user-shell .onboarding__title{font-size:1.75rem;font-weight:800;line-height:1.3;margin-bottom:var(--space-sm)}.user-shell .onboarding__title span{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.user-shell .onboarding__subtitle{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.user-shell .onboarding__progress{margin-bottom:var(--space-lg)}.user-shell .progress-bar{background:var(--bg-glass);border-radius:var(--radius-full);height:4px;margin-bottom:var(--space-xs);overflow:hidden}.user-shell .progress-bar__fill{background:var(--accent-gradient);border-radius:var(--radius-full);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.user-shell .progress-bar__text{color:var(--text-muted);font-size:.75rem;font-weight:600;line-height:1}.user-shell .onboarding__progress-meta{align-items:center;display:flex;gap:var(--space-sm);justify-content:space-between;margin-top:10px}.user-shell .onboarding__select-all{align-items:center;background:var(--bg-glass);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-secondary);display:inline-flex;font-size:.75rem;font-weight:700;gap:6px;padding:6px 10px;transition:all .15s ease}.user-shell .onboarding__select-all-indicator{align-items:center;color:var(--text-muted);display:inline-flex;justify-content:center}.user-shell .onboarding__select-all-indicator .material-icons-round{font-size:17px}.user-shell .onboarding__select-all:hover{background:var(--bg-glass-strong);color:var(--text-primary)}.user-shell .onboarding__select-all.active{background:color-mix(in srgb,var(--accent-primary) 10%,#fff 90%);border-color:color-mix(in srgb,var(--accent-primary) 60%,#fff 40%);color:var(--accent-primary)}.user-shell .onboarding__select-all.active .onboarding__select-all-indicator{color:var(--accent-primary)}.user-shell .onboarding__category{margin-bottom:var(--space-lg)}.user-shell .category-header{align-items:center;display:flex;gap:var(--space-sm);margin-bottom:var(--space-md)}.user-shell .category-header__icon{align-items:center;border-radius:var(--radius-sm);display:flex;font-size:18px;height:36px;justify-content:center;width:36px}.user-shell .category-header__name{font-size:1rem;font-weight:700}.user-shell .category-header__count{color:var(--text-muted);font-size:.75rem;margin-left:auto}.user-shell .service-grid{display:grid;gap:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.user-shell .service-card{align-items:center;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-md) var(--space-sm);position:relative;transition:all .25s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.user-shell .service-card:hover{background:var(--bg-card-hover);transform:translateY(-2px)}.user-shell .service-card.selected{background:rgba(108,92,231,.12);border-color:var(--accent-primary);box-shadow:0 0 20px rgba(108,92,231,.15)}.user-shell .service-card.selected:after{background:var(--accent-primary);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:11px;border-radius:50%;box-shadow:0 2px 8px rgba(108,92,231,.28);content:"";height:18px;position:absolute;right:6px;top:6px;width:18px}.user-shell .service-card__logo{align-items:center;display:inline-flex;font-size:28px;height:44px;justify-content:center;line-height:1;width:44px}.user-shell .service-card__logo img{border-radius:50%;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.user-shell .service-card__logo.membership-dot{box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.28),0 6px 14px rgba(15,23,42,.16);height:22px;width:22px}.user-shell .service-card__name{color:var(--text-secondary);font-size:.72rem;font-weight:500;max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.user-shell .service-card.selected .service-card__name{color:var(--text-primary)}.user-shell .onboarding__skip{align-items:center;color:var(--text-muted);display:inline-flex;font-size:.88rem;font-weight:600;justify-content:center;margin-top:var(--space-sm);text-decoration:underline;text-underline-offset:3px;transition:color .15s ease;width:100%}.user-shell .onboarding__skip:hover{color:var(--text-primary)}.user-shell .dashboard__summary{display:grid;gap:var(--space-sm);grid-template-columns:1fr 1fr;margin-bottom:var(--space-lg)}.user-shell .summary-card{backdrop-filter:blur(10px);background:var(--bg-glass);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-md);transition:all .25s ease}.user-shell .summary-card:hover{border-color:var(--border-active);box-shadow:var(--shadow-glow)}.user-shell .summary-card__label{align-items:center;color:var(--text-muted);display:flex;font-size:.75rem;gap:var(--space-xs);margin-bottom:var(--space-xs)}.user-shell .summary-card__value{font-size:1.5rem;font-weight:800}.user-shell .summary-card__value--accent{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.user-shell .summary-card__value--warm{color:var(--accent-warm)}.home-summary{display:grid;gap:28px}.home-banner-gap{margin-bottom:24px}.home-section{display:grid;gap:14px}.home-section--featured{gap:16px}.home-section--popular-coupons{gap:12px}.home-section__header{align-items:flex-end;display:flex;gap:16px;justify-content:space-between}.home-section--benefits .home-section__header{align-items:flex-start;margin-bottom:-6px}.home-section--benefits-empty{background:linear-gradient(180deg,rgba(248,250,252,.98),rgba(241,245,249,.98)),var(--bg-card);border:1px solid rgba(148,163,184,.16);border-radius:1.5rem;box-shadow:var(--shadow-card);padding:.9rem 1rem .85rem}.home-section--benefits-empty .empty-state{align-items:flex-start;display:flex;flex-direction:column;padding:1.2rem .75rem;text-align:left}.home-section--benefits-empty .empty-state__desc,.home-section--benefits-empty .empty-state__icon,.home-section--benefits-empty .empty-state__title{text-align:left}.home-section__copy{display:grid;gap:8px;justify-items:start;text-align:left;width:100%}.home-section__title{color:var(--text-primary);font-size:1.2rem;font-weight:800;line-height:1.2}.home-section__description{color:var(--text-secondary);font-size:.85rem;line-height:1.6;margin-top:4px}.home-section__action{flex-shrink:0}.home-section--benefits .home-section__action{margin-left:auto;margin-top:14px}.home-section--benefits .filter-tabs{margin-bottom:-8px;margin-top:0}.home-section--benefits .view-controls{margin-bottom:8px}.home-section--benefits .benefits-grid{gap:8px}.home-section--benefits .load-more-wrap{margin-top:10px}.home-section--benefits .benefits-grid.list-view{gap:10px}.home-section--benefits .benefits-grid.list-view .benefit-card{align-items:center;border-radius:16px;display:grid;gap:10px;grid-template-columns:minmax(0,60px) minmax(0,1fr);padding:10px 12px}.home-section--benefits .benefits-grid.list-view .benefit-card__thumb{align-self:center;border-radius:14px;height:60px;width:60px}.home-section--benefits .benefits-grid.list-view .benefit-card__content{min-height:60px}.home-section--benefits .benefits-grid.list-view .benefit-card__header{align-items:flex-start;margin-bottom:2px}.home-section--benefits .benefits-grid.list-view .benefit-card__badge-row{gap:4px;min-height:22px}.home-section--benefits .benefits-grid.list-view .benefit-card__service-badge{font-size:.62rem;padding:2px 7px}.home-section--benefits .benefits-grid.list-view .benefit-card__tags{display:none}.home-section--benefits .benefits-grid.list-view .benefit-card__title{font-size:13px;font-weight:800;-webkit-line-clamp:1!important;line-height:1.35;max-height:1.35em;min-height:0}.home-section--benefits .benefits-grid.list-view .benefit-card__footer{align-items:flex-end;margin-top:auto;min-height:0;padding-right:40px}.home-section--benefits .benefits-grid.list-view .benefit-card__discount{font-size:14px}.home-section--benefits .benefits-grid.list-view .benefit-card__date{display:none}.home-section--benefits .benefits-grid.grid-view .benefit-card{background:var(--bg-card);border:1px solid color-mix(in srgb,var(--card-accent) 24%,var(--border-color) 76%);border-radius:18px;box-shadow:0 10px 24px rgba(15,23,42,.05),inset 0 0 0 1px hsla(0,0%,100%,.72);overflow:hidden;position:relative}.home-section--benefits .benefit-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;height:auto;-webkit-line-clamp:1!important;max-height:1.35em;min-height:0;text-overflow:ellipsis;white-space:normal}.home-section--benefits .benefits-grid.grid-view .benefit-card__title{font-size:15px;font-weight:800;-webkit-line-clamp:1!important;max-height:1.35em;min-height:0;overflow:hidden;text-align:left}.home-section--benefits .benefits-grid.grid-view .benefit-card__header{align-items:flex-start;margin-bottom:8px}.home-section--benefits .benefits-grid.grid-view .benefit-card__badge-row{justify-content:flex-start;min-height:28px}.home-section--benefits .benefits-grid.grid-view .benefit-card__service-badge{background:var(--bg-glass-strong);border-radius:var(--radius-full);color:var(--text-secondary);font-size:.65rem;font-weight:600;padding:2px 8px;white-space:nowrap}.home-section--benefits .benefits-grid.grid-view .benefit-card__footer{align-items:flex-start;border-top:1px dashed color-mix(in srgb,var(--card-accent) 20%,var(--border-color) 80%);margin-top:8px;padding-top:8px}.home-section--benefits .benefits-grid.grid-view .benefit-card__discount{font-size:15px;font-weight:800}.home-section--benefits .benefits-grid.grid-view .benefit-card__date{color:var(--text-muted);font-size:.72rem;font-weight:600}html.user-theme-dark .user-shell .home-section--benefits .benefits-grid.grid-view .benefit-card{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.08);box-shadow:0 10px 24px rgba(0,0,0,.28),inset 0 0 0 1px hsla(0,0%,100%,.04)}html.user-theme-dark .user-shell .home-section--benefits .benefits-grid.grid-view .benefit-card__service-badge{background:hsla(0,0%,100%,.08);color:var(--text-primary)}html.user-theme-dark .user-shell .home-section--benefits .benefits-grid.grid-view .benefit-card__footer{border-top-color:hsla(0,0%,100%,.08)}html.user-theme-dark .user-shell .home-section--benefits .benefits-grid.grid-view .benefit-card__discount{color:#f5f7ff}html.user-theme-dark .user-shell .home-section--benefits .benefits-grid.grid-view .benefit-card__date{color:var(--text-muted)}.home-popular-coupons{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.home-popular-coupons-rail{margin-bottom:-8px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;cursor:grab;scroll-behavior:smooth;scroll-snap-type:x proximity}.home-popular-coupons-rail::-webkit-scrollbar{display:none}.home-popular-coupons-rail.is-dragging{cursor:grabbing}.home-popular-coupons--rail{display:flex;flex-wrap:nowrap;gap:0;min-width:100%;width:-moz-max-content;width:max-content}.home-popular-coupons--rail .home-popular-coupon{border-left-style:dashed;border-radius:0;box-shadow:none;flex:0 0 auto;margin-left:-1px;scroll-snap-align:start;width:clamp(180px,28vw,230px)}.home-popular-coupons--rail .home-popular-coupon:first-child{border-bottom-left-radius:13px;border-left-style:solid;border-top-left-radius:13px;margin-left:0}.home-popular-coupons--rail .home-popular-coupon:last-child{border-bottom-right-radius:13px;border-top-right-radius:13px}.home-popular-coupon{align-items:stretch;background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(248,250,252,.96));border:1px solid rgba(148,163,184,.18);border-radius:13px;box-shadow:0 10px 22px rgba(15,23,42,.06);display:flex;gap:0;justify-content:space-between;min-height:104px;min-width:0;overflow:hidden;padding:12px;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease}.home-popular-coupon:hover{border-color:rgba(79,70,229,.18);box-shadow:0 12px 24px rgba(15,23,42,.08);transform:translateY(-1px)}html.user-theme-dark .user-shell .home-popular-coupon{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.08);box-shadow:0 10px 22px rgba(0,0,0,.24)}html.user-theme-dark .user-shell .home-popular-coupon:hover{border-color:hsla(0,0%,100%,.12);box-shadow:0 14px 26px rgba(0,0,0,.3)}html.user-theme-dark .user-shell .home-popular-coupon__title{color:var(--text-primary)}html.user-theme-dark .user-shell .home-popular-coupon__brand{color:var(--text-muted)}html.user-theme-dark .user-shell .home-popular-coupon__discount{color:#f8fafc}html.user-theme-dark .user-shell .home-popular-coupon__action{color:var(--text-primary)}.home-popular-coupon__body{align-content:start;display:grid;flex:1;gap:3px;min-height:0;min-width:0;padding-block:1px}.home-popular-coupon__title{color:var(--text-primary);display:-webkit-box;font-size:14px;font-weight:700;letter-spacing:-.02em;line-height:1.4;margin-bottom:0;min-height:28px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-popular-coupon__discount{color:var(--accent-primary);display:block;font-size:17px;font-weight:800;letter-spacing:-.03em;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-popular-coupon__brand{color:var(--text-secondary);font-size:12px;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-popular-coupon__action{align-self:center;background:hsla(0,0%,100%,.06);border-radius:22px;color:var(--accent-primary);flex-shrink:0;height:48px;width:30px}.home-popular-coupon__action,.home-section__cta{align-items:center;display:inline-flex;justify-content:center}.home-section__cta{background:var(--bg-glass);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-primary);font-size:.8rem;font-weight:700;min-height:38px;padding:0 14px;transition:all .15s ease}.home-section__cta:hover{background:var(--bg-glass-strong);border-color:var(--border-active)}.home-featured-coupon-marquee{--home-featured-visible-count:5;--home-featured-card-width:calc((100% - 8px*(var(--home-featured-visible-count) - 1))/var(--home-featured-visible-count));cursor:grab;margin-bottom:-8px;overflow:hidden;padding-bottom:8px;touch-action:pan-y;-webkit-touch-callout:none}.home-featured-coupon-marquee.is-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-featured-coupon-tile *{pointer-events:none}.home-featured-coupon-marquee img{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-featured-coupon-track{display:flex;gap:8px;width:-moz-max-content;width:max-content;will-change:transform}.home-featured-coupon-action{display:flex;justify-content:center;margin-top:12px}.home-section__cta--featured{justify-content:center;min-width:124px}@media (max-width:767px){.home-banner-gap{margin-bottom:20px}.home-featured-coupon-marquee{--home-featured-visible-count:3;--home-featured-card-width:max(calc((100% - 8px*(var(--home-featured-visible-count) - 1))/var(--home-featured-visible-count)),140px)}}.home-featured-coupon-tile{background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(248,250,252,.94));border:1px solid rgba(99,102,241,.1);border-radius:16px;box-shadow:0 8px 18px rgba(15,23,42,.045);display:grid;flex:0 0 var(--home-featured-card-width);gap:6px;justify-items:center;min-width:0;overflow:hidden;padding:0;position:relative;width:var(--home-featured-card-width)}html.user-theme-dark .user-shell .home-featured-coupon-tile{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.08);box-shadow:0 8px 18px rgba(0,0,0,.24)}html.user-theme-dark .user-shell .home-featured-coupon-tile .coupon-cover--icon-only{--coupon-cover-icon-only-bg:hsla(0,0%,100%,.05);border-bottom-color:hsla(0,0%,100%,.08);color:var(--text-primary)}html.user-theme-dark .user-shell .home-featured-coupon-tile .coupon-cover--icon-only .coupon-cover__brand{background:hsla(0,0%,100%,.08);color:var(--text-primary)}html.user-theme-dark .user-shell .home-featured-coupon-tile .coupon-cover--icon-only .coupon-cover__logo-badge,html.user-theme-dark .user-shell .home-featured-coupon-tile .coupon-cover--icon-only .coupon-cover__logo-badge--compact{background:transparent;border:0!important;border-radius:12px;box-shadow:none}.home-featured-coupon-tile--selected{border-color:rgba(148,163,184,.22);box-shadow:inset 0 0 0 1px rgba(148,163,184,.24),0 8px 18px rgba(15,23,42,.045)}html.user-theme-dark .user-shell .home-featured-coupon-tile--selected{border-color:hsla(0,0%,100%,.12);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.08),0 8px 18px rgba(0,0,0,.28)}.home-featured-coupon-tile__icon{border-radius:0;overflow:hidden;width:100%}.home-featured-coupon-tile__body{display:grid;gap:1px;justify-items:center;padding:0 4px 7px;width:100%}.home-featured-coupon-tile__title{color:var(--text-primary);font-size:.68rem;font-weight:800;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.user-theme-dark .user-shell .home-featured-coupon-tile__title{color:var(--text-primary)}.home-featured-coupon-tile__discount{color:var(--accent-primary);font-size:.64rem;font-weight:800;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.user-theme-dark .user-shell .home-featured-coupon-tile__discount{color:color-mix(in srgb,var(--accent-primary) 68%,#fff 32%)}.home-banner-shell{border-radius:1.5rem;box-shadow:0 10px 28px rgba(15,23,42,.06),inset 0 0 0 1px rgba(0,0,0,.05);overflow:hidden;position:relative;transition:background-color .26s ease;-webkit-touch-callout:none}.home-banner-interactive>.home-banner-shell,.home-banner-interactive>.home-banner-shell *{pointer-events:none}.home-banner-shell img{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-banner-shell__indicator{border-radius:999px;bottom:1rem;font-size:.75rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1rem;z-index:30}.home-banner-stack{display:grid;min-height:210px;overflow:hidden}.home-banner-stack__item{grid-area:1/1}.home-banner-stack__item--hidden{opacity:0;pointer-events:none;visibility:hidden}.home-banner-stack__item--active{opacity:1;visibility:visible;z-index:20}.home-banner-stack__item--previous{opacity:1;pointer-events:none;visibility:visible;z-index:10}.home-banner-slide-in-right{animation:home-banner-slide-in-right .42s cubic-bezier(.22,1,.36,1) both}.home-banner-slide-in-left{animation:home-banner-slide-in-left .42s cubic-bezier(.22,1,.36,1) both}.home-banner-slide-out-left{animation:home-banner-slide-out-left .42s cubic-bezier(.22,1,.36,1) both}.home-banner-slide-out-right{animation:home-banner-slide-out-right .42s cubic-bezier(.22,1,.36,1) both}@keyframes home-banner-slide-in-right{0%{opacity:1;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes home-banner-slide-in-left{0%{opacity:1;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes home-banner-slide-out-left{0%{opacity:1;transform:translateX(0)}to{opacity:1;transform:translateX(-100%)}}@keyframes home-banner-slide-out-right{0%{opacity:1;transform:translateX(0)}to{opacity:1;transform:translateX(100%)}}@media (min-width:768px){.home-banner-stack{min-height:230px}.home-banner-shell__indicator{bottom:1.25rem;right:1.25rem}.home-section__header{align-items:center}}@media (max-width:767px){.home-section__header{align-items:flex-start;flex-direction:column}.home-section--benefits .home-section__header{align-items:flex-start;flex-direction:row}.home-section--benefits .home-section__action{margin-top:14px}.home-popular-coupons{gap:8px}.home-popular-coupons--rail{gap:0}.home-popular-coupons--rail .home-popular-coupon{margin-left:-1px;width:min(80vw,200px)}.home-popular-coupons--rail .home-popular-coupon:first-child{margin-left:0}.home-popular-coupon{min-height:96px;padding:10px}.home-popular-coupon__body{min-height:68px}.home-popular-coupon__title{font-size:13px;min-height:30px}.home-popular-coupon__discount{font-size:19px}.home-popular-coupon__action{height:40px;width:24px}.home-featured-coupon-tile .coupon-cover--icon-only{min-height:74px}.home-featured-coupon-tile .coupon-cover--icon-only .coupon-cover__logo-badge,.home-featured-coupon-tile .coupon-cover--icon-only .coupon-cover__logo-badge--compact{border-radius:12px;height:56px;width:56px}.home-featured-coupon-tile .coupon-cover--icon-only .coupon-cover__logo-image{padding:0;transform:scale(1.18);transform-origin:center}}