:root{--bg-page:#f7f7f7;--bg-white:#ffffff;--bg-cream:#fff7ed;--bg-orange:#f26b38;--text-primary:#171717;--text-body:#4b5563;--text-muted:#6b7280;--text-brand:#e85d2a;--text-eyebrow:#e85d2a;--text-on-orange:#ffffff;--accent-start:#f26b38;--accent-end:#e85d2a;--accent-shadow:rgba(232,93,42,0.18);--card-border:#e5e7eb;--card-shadow:rgba(17,24,39,0.06);--cat-shadow:rgba(180,100,40,0.22);--radius-lg:16px;--radius-md:10px;--radius-pill:999px;--header-height:72px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body),system-ui,sans-serif;font-size:17px;line-height:1.65;color:var(--text-body);background:var(--bg-page);min-height:100vh}h1,h2,h3,h4{font-family:var(--font-display),system-ui,sans-serif;color:var(--text-primary);line-height:1.15}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}img{display:block}img:not([width]){max-width:100%;height:auto}a{color:inherit;text-decoration:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--header-height);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border)}.site-header__inner{max-width:1120px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header__brand{display:flex;align-items:center;gap:10px}.site-header__icon{border-radius:10px}.site-header__name{font-family:var(--font-display),sans-serif;font-size:22px;font-weight:700;color:var(--text-brand);letter-spacing:-.02em}.site-header__nav{display:flex;align-items:center;gap:20px}.site-header__link{font-weight:700;font-size:15px;color:var(--text-muted);transition:color .2s}.site-header__link:hover{color:var(--text-brand)}.site-footer{background:var(--text-primary);color:rgba(255,255,255,.75);padding:48px 24px;text-align:center}.site-footer__brand{font-family:var(--font-display),sans-serif;font-size:24px;font-weight:700;color:var(--accent-start);margin:0 0 8px}.site-footer__tagline{margin:0 0 16px;font-size:15px}.site-footer__copy{margin:0;font-size:13px;opacity:.6}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;font-family:var(--font-body),sans-serif;font-weight:800;cursor:pointer;transition:transform .15s ease,background-color .15s ease,border-color .15s ease}.btn:hover{transform:translateY(-2px);filter:brightness(1.05)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--accent-start);color:var(--text-on-orange);box-shadow:none}.btn--secondary{color:var(--text-primary);border:1px solid var(--card-border)}.btn--outline,.btn--secondary{background:var(--bg-white);box-shadow:none}.btn--outline{color:var(--text-brand);border:1px solid var(--text-brand);text-transform:none;font-weight:700;padding:12px 20px}.btn--outline:hover{background:var(--bg-cream)}.btn--outline:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn--lg{padding:18px 36px;font-size:16px}.btn--sm{padding:10px 20px;font-size:13px}.cat-parade{gap:10px;margin-bottom:16px}.cat-parade,.cat-parade__slot{display:flex;justify-content:center;align-items:center}.cat-parade__slot{flex:0 0 60px;width:60px;height:68px;overflow:visible;padding:6px 4px}.cat-frame>span,.cat-parade__slot>span{overflow:visible!important;display:inline-flex!important;align-items:center;justify-content:center;line-height:0}.cat-parade__cat{width:44px!important;height:44px!important;object-fit:contain;object-position:center;filter:drop-shadow(0 4px 8px rgba(180,100,40,.18));transition:transform .25s ease,opacity .25s ease;opacity:.45;max-width:none}.cat-parade__cat--active{opacity:1;transform:translateY(-4px) scale(1.05)}.cat-frame{display:inline-flex;align-items:center;justify-content:center;overflow:visible;padding:12%;box-sizing:content-box;line-height:0}.cat-frame--hero{padding:8%}.floating-cat,.mascot{width:100%!important;height:100%!important;object-fit:contain;object-position:center}.mascot{filter:drop-shadow(0 10px 18px var(--cat-shadow));transition:transform .35s ease}@keyframes mascotBounce{0%{transform:scale(.9) rotate(-3deg)}to{transform:scale(1) rotate(0deg)}}.mascot--bounce{animation:mascotBounce .35s ease}@keyframes floatBob{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.floating-cat{filter:drop-shadow(0 10px 18px var(--cat-shadow));animation:floatBob 3.5s ease-in-out infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero{padding:48px 24px 72px;animation:fadeIn .5s ease}.hero__inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.hero__title{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;margin:0 0 16px;letter-spacing:-.03em}.hero__title-accent{display:block;color:var(--text-brand);font-size:.85em}.hero__subtitle{font-size:1.15rem;color:var(--text-body);margin:0 0 28px;max-width:480px}.hero__visual{display:flex;justify-content:center;overflow:visible}.hero__copy .cat-parade{justify-content:flex-start}.section{padding:80px 24px}.section--white{background:var(--bg-white)}.section--cream{background:var(--bg-cream)}.section--orange{background:var(--bg-orange)}.section__inner{max-width:1120px;margin:0 auto}.section__inner--narrow{max-width:720px}.section__inner--split{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.section__inner--reverse .section__copy{order:2}.section__inner--reverse .section__visual{order:1}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:13px;color:var(--text-eyebrow);font-weight:800;margin:0 0 12px}.eyebrow--center{text-align:center}.section__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;margin:0 0 20px;letter-spacing:-.02em}.section__title--center{text-align:center}.section__title--light{color:var(--text-on-orange)}.section__subtitle{font-size:1.5rem;font-weight:700;margin:48px 0 24px}.section__subtitle--center{text-align:center}.section__body{margin:0 0 16px;font-size:1.05rem}.section__body--center{text-align:center}.section__body--lead{font-size:1.2rem;font-weight:700;color:var(--text-primary)}.section__body--emphasis{font-weight:800;color:var(--text-brand)}.section__body--light{color:rgba(255,255,255,.92)}.section__visual{display:flex;justify-content:center;align-items:center;overflow:visible}.section__visual--large .floating-cat{animation-duration:4s}.benefit-list{list-style:none;padding:0;margin:24px 0;display:flex;flex-direction:column;gap:14px}.benefit-list li{display:flex;align-items:flex-start;gap:12px;font-weight:600;color:var(--text-primary);background:rgba(255,255,255,.7);border:1px solid var(--card-border);border-radius:var(--radius-md);padding:14px 18px;transition:transform .2s ease}.benefit-list li:hover{transform:translateX(4px)}.benefit-list__emoji{font-size:1.3rem;flex-shrink:0}.earn-back{padding:40px 24px}.earn-back__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.earn-back__pill{background:rgba(255,255,255,.85);border:2px solid var(--accent-end);border-radius:var(--radius-pill);padding:14px 28px;font-family:var(--font-display),sans-serif;font-weight:600;font-size:1.05rem;color:var(--text-brand);box-shadow:0 6px 16px var(--card-shadow)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin:48px 0 32px}.step-card{background:var(--bg-cream);border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:28px 24px;text-align:center;box-shadow:0 10px 28px var(--card-shadow);transition:transform .25s ease}.step-card:hover{transform:translateY(-6px)}.step-card__visual{position:relative;margin-bottom:16px;overflow:visible;padding:8px 0}.step-card__num,.step-card__visual{display:flex;justify-content:center}.step-card__num{position:absolute;top:-8px;right:calc(50% - 72px);width:36px;height:36px;background:linear-gradient(135deg,var(--accent-start),var(--accent-end));color:white;border-radius:50%;align-items:center;font-family:var(--font-display),sans-serif;font-weight:700;font-size:18px;box-shadow:0 4px 12px var(--accent-shadow)}.step-card__title{font-size:1.2rem;margin:0 0 10px}.step-card__body{margin:0;font-size:.95rem}.reward-list{list-style:none;padding:0;margin:0 auto;max-width:420px;display:flex;flex-direction:column;gap:10px}.reward-list li{padding:12px 18px;background:white;border-radius:var(--radius-md);border-left:4px solid var(--accent-end);font-weight:600;color:var(--text-primary)}.activity-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin:40px 0}.activity-card{background:var(--bg-cream);border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:28px 24px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.activity-card:hover{transform:scale(1.03);box-shadow:0 12px 28px var(--card-shadow)}.activity-card__paw{font-size:2rem;display:block;margin-bottom:12px}.activity-card p{margin:0;font-weight:700;color:var(--text-primary);font-size:1.05rem}.feature-duo{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;margin-top:48px}.feature-block{background:white;border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:32px 28px;box-shadow:0 10px 28px var(--card-shadow);overflow:visible;display:flex;flex-direction:column;align-items:center}.feature-block .cat-frame{display:flex;margin-bottom:16px}.feature-block__cat{display:block}.feature-block__title{font-size:1.4rem}.feature-block__body,.feature-block__title{margin:0 0 12px;text-align:center}.feature-block__list{margin:0;padding-left:20px;align-self:stretch}.feature-block__list li{margin-bottom:6px;font-weight:600}.checklist{list-style:none;padding:0;margin:32px 0;display:flex;flex-direction:column;gap:14px}.checklist li{gap:14px;font-size:1.1rem;font-weight:700;color:white}.checklist li,.checklist__mark{display:flex;align-items:center}.checklist__mark{width:32px;height:32px;background:rgba(255,255,255,.25);border-radius:50%;justify-content:center;flex-shrink:0;font-size:16px}.tag-list{list-style:none;padding:0;margin:24px auto 0;max-width:720px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.tag-list__item{background:var(--bg-cream);border:1px solid var(--card-border);border-radius:var(--radius-pill);padding:10px 18px;font-weight:700;font-size:14px;color:var(--text-primary)}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.why-card{background:var(--bg-cream);border-radius:var(--radius-lg);padding:28px 24px;border:1px solid var(--card-border)}.why-card__title{font-size:1.15rem;margin:0 0 10px;color:var(--text-brand)}.why-card__body{margin:0;font-size:.95rem}.final-cta__cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px;margin-top:40px}.final-cta__card{background:white;border-radius:var(--radius-lg);padding:36px 32px;text-align:center;box-shadow:0 14px 36px var(--card-shadow);border:2px solid transparent}.final-cta__card--outline{background:transparent;border-color:var(--accent-end)}.final-cta__label{font-family:var(--font-display),sans-serif;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-eyebrow);margin:0 0 12px}.final-cta__text{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin:0 0 24px}.final-cta__card .btn{width:100%;max-width:280px;padding:14px 24px;font-size:14px}@media (max-width:900px){.feature-duo,.final-cta__cards,.hero__inner,.section__inner--split,.steps,.why-grid{grid-template-columns:1fr}.section__inner--reverse .section__copy,.section__inner--reverse .section__visual{order:unset}.hero__copy .cat-parade{justify-content:center}.hero__visual{order:-1}.site-header__link{display:none}.activity-grid{grid-template-columns:1fr}}.site-footer__links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:12px 0 0;font-size:14px}.site-footer__links a{color:var(--text-muted);text-decoration:underline}.auth-page--shell{max-width:none;padding:0;margin:0;min-height:auto;background:#ffffff}.auth-shell{display:flex;flex-direction:column;background:#ffffff}.auth-shell__top{display:flex;align-items:center;justify-content:flex-start;width:100%;max-width:none;margin:0;padding:14px 56px;background:var(--bg-white);border-bottom:1px solid rgba(0,0,0,.05)}.auth-shell__logo{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display),system-ui,sans-serif;font-weight:700;font-size:18px;color:var(--text-primary)}.auth-shell__logo img{width:28px;height:28px;object-fit:contain;flex-shrink:0}.auth-shell__close{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;font-size:24px;line-height:1;color:var(--text-muted);background:#f3f4f6}.auth-shell__grid{flex:1 1;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:20px;gap:20px;max-width:1120px;width:100%;margin:0 auto;padding:20px 24px 48px;align-items:stretch}.auth-shell__form{display:flex;align-items:stretch;justify-content:center;min-width:0}.auth-brand{background:#f7f7f7;border:0;border-radius:16px;padding:32px 28px 20px;display:flex;flex-direction:column;min-height:560px}.auth-brand__copy{flex-shrink:0}.auth-brand h1,.auth-brand__title{margin:0 0 12px;font-family:var(--font-display),"DM Sans",sans-serif;font-size:clamp(28px,3.2vw,40px);font-weight:700;line-height:1.12;color:#111111;max-width:12ch}.auth-brand>p,.auth-brand__copy>p{margin:0;color:#5c5c5c;line-height:1.55;max-width:34ch;font-size:15px}.auth-brand__works-label{margin:22px 0 10px;font-size:14px;font-weight:500;color:#6b7280}.auth-brand__partners{display:flex;flex-wrap:wrap;gap:8px}.auth-brand__partner{width:48px;height:48px;border-radius:10px;background:transparent;border:0;display:grid;place-items:center;overflow:hidden;box-shadow:none}.auth-brand__partner img{width:24px;height:24px;display:block;width:48px;height:48px;object-fit:contain}.auth-brand__mascot{margin-top:auto;padding-top:12px;display:flex;justify-content:center;align-items:flex-end;min-height:200px}.auth-brand__mascot img{width:min(100%,280px);height:auto;object-fit:contain}.auth-form-card,.auth-inbox-card{width:100%;max-width:none;background:var(--bg-white);border-radius:16px;padding:32px 28px 28px;box-shadow:none;border:1px solid #e5e7eb;display:flex;flex-direction:column}.auth-form-card__title,.auth-inbox-card__title{margin:0 0 8px;font-size:24px;font-weight:700;color:#111}.auth-form-card__lead,.auth-inbox-card__lead{margin:0 0 20px;color:var(--text-body);line-height:1.5;font-size:15px}.auth-field{display:block;margin-bottom:8px}.auth-field__label{display:block;font-size:13px;font-weight:700;color:var(--text-muted);margin-bottom:6px}.auth-field__wrap{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;background:#f8fafc}.auth-field__wrap:focus-within{border-color:var(--text-brand);background:var(--bg-white)}.auth-field__icon{font-size:14px;opacity:.55;margin-right:8px}.auth-field__input{flex:1 1;border:none;background:transparent;padding:12px 0;font-size:16px;font-family:inherit;outline:none}.auth-form-card__magic-note{margin:0 0 16px;font-size:13px;color:var(--text-muted);line-height:1.45}.auth-form-card__submit{width:100%;padding:14px 20px;border-radius:8px;font-size:14px}.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--text-muted);font-size:12px;font-weight:700}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:#e5e7eb}.auth-social-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;background:var(--bg-white);font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;color:var(--text-primary)}.auth-social-stack{display:flex;flex-direction:column;gap:10px}.auth-form-card__social-hint{margin:0;font-size:13px;color:var(--text-muted);line-height:1.45;text-align:center}.auth-social-btn:disabled{opacity:.65;cursor:not-allowed}.auth-social-btn__icon-svg{width:20px;height:20px;flex-shrink:0;display:block}.auth-form-card__switch{margin:20px 0 0;text-align:center;font-size:14px;color:var(--text-body)}.auth-link-btn{border:none;background:none;padding:0;font:inherit;font-weight:700;color:var(--text-brand);cursor:pointer;text-decoration:underline}.auth-form-card__extension-hint{margin:16px 0 0;padding-top:16px;border-top:1px dashed #e5e7eb;font-size:13px;color:var(--text-muted);line-height:1.5}.auth-form-card__extension-hint a{color:var(--text-brand);font-weight:700;text-decoration:underline}.auth-inbox-card{text-align:center}.auth-inbox-card__icon{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;color:#f26b38;display:grid;place-items:center;background:#f7f7f7}.auth-inbox-card__hint{margin:0 0 20px;font-size:14px;color:var(--text-muted);line-height:1.45}.auth-inbox-card__resend-label{margin:0 0 10px;font-size:14px;color:var(--text-body)}.auth-inbox-card__resend{width:100%;max-width:400px}.auth-inbox-card__alt{margin:20px 0 0;font-size:14px;color:var(--text-muted)}.auth-inbox-card__alt a{color:var(--text-brand);font-weight:700;text-decoration:underline}.auth-inbox-card__email{margin:0 0 24px;color:var(--text-primary);font-size:16px;font-weight:700}.auth-page--inbox .auth-shell__grid{grid-template-columns:1fr;max-width:520px;min-height:390px;justify-items:center}.auth-page--inbox .auth-brand{display:none}@media (max-width:860px){.auth-shell__grid{grid-template-columns:1fr;max-width:480px;gap:16px}.auth-brand{min-height:auto;padding-bottom:24px}.auth-brand__mascot{min-height:140px}.auth-brand__mascot img{width:min(100%,180px)}}.auth-page{padding:48px 24px 80px;max-width:1120px;margin:0 auto}.auth-card{background:var(--bg-white);border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:28px 24px;box-shadow:0 8px 24px var(--card-shadow);max-width:560px;margin:0 auto}.auth-card--wide{max-width:1040px}.auth-back{display:inline-block;margin-bottom:16px;font-size:14px;color:var(--text-muted);text-decoration:underline}.auth-title{margin:0 0 8px;font-size:28px}.auth-lead{margin:0 0 20px;color:var(--text-body);line-height:1.5}.auth-label{font-weight:700;color:var(--text-muted);margin-bottom:6px}.auth-input{width:100%;padding:12px 14px;margin-bottom:16px;border:2px solid var(--card-border);border-radius:var(--radius-md);font-size:16px;font-family:inherit;box-sizing:border-box}.auth-submit{width:100%;margin-top:4px}.auth-message{margin:16px 0 0;font-size:15px;line-height:1.45}.auth-message--muted{color:var(--text-muted)}.auth-message--ok{color:#2d6a3e;font-weight:700}.auth-message--err{color:#b42318;font-weight:700}.auth-hint{margin:16px 0 0;font-size:13px;color:var(--text-muted);line-height:1.45}.auth-panel{margin-top:20px;padding-top:16px;border-top:1px dashed var(--card-border)}.auth-code{margin:16px 0 8px;font-size:22px;font-weight:800;letter-spacing:.08em;color:var(--text-brand);font-family:ui-monospace,monospace}.dashboard-signout-confirm{flex:1 1 100%;padding:14px 16px;border-radius:12px;background:#fff8f0;border:1px solid var(--card-border)}.dashboard-signout-confirm p{margin:0 0 12px;font-size:14px;line-height:1.45}.dashboard-signout-confirm__actions{display:flex;flex-wrap:wrap;gap:10px}.auth-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.dashboard-action-btn{min-height:40px;padding:10px 14px;font-size:14px;line-height:1.2}.dashboard-action-btn--secondary{background:#ffffff;border-color:#d1d5db;color:#374151}.dashboard-balance{font-size:42px;font-weight:800;margin:8px 0;color:var(--text-primary)}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:12px;gap:12px;margin:20px 0}.dashboard-stats div{padding:12px;border:1px solid var(--card-border);border-radius:10px;background:#fffaf5}.dashboard-stats span{display:block;font-size:12px;color:var(--text-muted);margin-bottom:4px}.dashboard-stats strong{font-size:20px}.dashboard-section-title{font-size:16px;margin:24px 0 8px}.dashboard-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:16px 0}.dashboard-refresh-time{margin:0}.dashboard-table-wrap{overflow-x:auto;margin-bottom:8px}.dashboard-table{width:100%;border-collapse:collapse;font-size:13px}.dashboard-table td,.dashboard-table th{border-bottom:1px solid var(--card-border);padding:8px 6px;text-align:left;vertical-align:top}.dashboard-table th{font-weight:700;color:var(--text-muted)}.auth-label{display:block;font-size:13px;font-weight:600;margin:16px 0 6px}.auth-message--warn{color:#8a5a00;background:#fff8e8;border:1px solid #f4c542;border-radius:10px;padding:12px}.prose-simple h2{font-size:18px;margin:24px 0 8px}.prose-simple ul{margin:0;padding-left:20px}.prose-simple li{margin-bottom:6px}.legal-page{padding:56px 24px 80px;min-height:calc(100vh - var(--header-height))}.legal-page__inner{max-width:800px;margin:0 auto}.legal-page__back{display:inline-block;margin-bottom:20px;font-weight:700;color:var(--text-brand)}.legal-page__muted{color:var(--text-muted);margin:0 0 24px}.legal-card{background:#ffffff;border:1px solid var(--card-border);border-radius:16px;padding:32px;line-height:1.7}.legal-card h2{font-size:1.2rem;margin:24px 0 10px}.legal-card h2:first-child{margin-top:0}.legal-card ul{padding-left:20px}.legal-card a{color:var(--text-brand);font-weight:700}.dash-body{background:#f7f7f7;color:#111111;background-image:none;font-family:var(--font-body),Inter,system-ui,sans-serif}.dash-page{max-width:1200px;margin:0 auto;padding:24px 20px 64px}.dash-header{background:rgba(255,255,255,.98);border-bottom:1px solid #e5e7eb}.dash-header__inner{max-width:1280px;padding:14px 24px;display:flex;align-items:center;gap:28px}.dash-header__brand{display:flex;gap:8px}.dash-header__wordmark{color:#171717;font-family:var(--font-display),"DM Sans",sans-serif;font-size:22px}.dash-header__logo{width:auto}.dash-header__nav{display:flex;gap:20px;font-weight:500;font-size:14px;white-space:nowrap}.dash-header__nav a{color:#4b5563}.dash-header__nav a:hover{color:#111827}.dash-header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.dash-header__install{display:inline-flex;align-items:center;padding:8px 14px;border-radius:8px;background:#f26b38;color:#fff;font-size:13px;font-weight:700;white-space:nowrap}.dash-header__install:hover{background:#dc5727}.dash-header__buns{display:flex;align-items:center;gap:6px;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:6px 12px;font-size:14px}.dash-header__icon-link{display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid #e5e7eb;border-radius:8px;background:#ffffff;color:#374151;cursor:pointer;text-decoration:none}.dash-header__icon-link:hover{border-color:#f26b38;color:#c2410c}.dash-header__icon-link svg [fill="#FEF6EE"]{fill:#fef6ee}.dash-header__avatar{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#1f2937;color:#ffffff;font-size:14px;font-weight:700;line-height:1;text-decoration:none;overflow:hidden;background:#f3f4f6}.dash-header__avatar img{width:100%;height:100%;object-fit:cover}.dash-header__signout{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:8px 10px;border:1px solid #fecaca;border-radius:8px;background:#ffffff;color:#b91c1c;cursor:pointer;font:inherit;font-size:13px;font-weight:700}.dash-header__signout:hover{background:#fff1f2}.dash-hero{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:24px;gap:24px;align-items:center;background:radial-gradient(ellipse 80% 60% at 90% 80%,rgba(253,148,43,.12),transparent 55%),linear-gradient(135deg,#ffefdf,#fff7ed 50%,#fff9f2);border:none;border-radius:32px;padding:40px;margin-bottom:40px;overflow:hidden}.dash-hero h1{font-family:var(--font-display),"DM Sans",sans-serif;font-size:clamp(2.2rem,4.2vw,3rem);font-weight:700;line-height:1.12;margin:0 0 14px;color:#111111}.dash-hero p{margin:0 0 22px;color:#545454;max-width:48ch;font-size:16px;line-height:1.5}.dash-hero__actions{display:flex;flex-wrap:wrap;gap:10px}.dash-hero__install{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:14px 20px;border-radius:10px;background:#f26b38;color:#ffffff;font-size:16px;font-weight:700;text-decoration:none}.dash-hero__install:hover{background:#dc5727}.dash-pill-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px 10px 10px;border-radius:999px;border:1px solid #e5e5e5;background:#fff;font-weight:500;font-size:14px;color:#111111}.dash-pill-btn__num{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#ffefdf;color:#542a00;font-size:12px;font-weight:500}.dash-pill-btn:hover{border-color:#fd942b;color:#111111}.dash-hero__visual{display:flex;justify-content:center}.dash-hero__mascot{width:min(100%,420px);height:auto;object-fit:contain;filter:drop-shadow(0 18px 32px rgba(180,100,40,.2));animation:dash-mascot-float 4s ease-in-out infinite}@keyframes dash-mascot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.dash-section{margin-bottom:48px}.dash-section__head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.dash-section h2{margin:0 0 4px;font-family:var(--font-display),"DM Sans",sans-serif;font-size:1.875rem;font-weight:600;color:#111111}.dash-section__head p{margin:0;color:#6b7280;font-size:15px;max-width:52ch}.dash-section__see-all{font-weight:600;color:#6b7280;font-size:13px;white-space:nowrap}.dash-section__see-all span{color:#fd942b}.dash-carousel-nav{display:flex;gap:8px}.dash-carousel-nav__btn{width:36px;height:36px;border-radius:999px;border:1px solid #e5e5e5;background:#fff;cursor:pointer;font-size:14px;color:#111}.dash-cashback-row,.dash-companion-row,.dash-partner-row,.dash-reward-row{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.dash-cashback-card,.dash-companion-card,.dash-partner-tile,.dash-reward-card{scroll-snap-align:start;flex:0 0 auto}.dash-reward-card{position:relative;width:300px;padding:0;border:none;border-radius:20px;overflow:hidden;background:transparent;box-shadow:0 8px 24px rgba(0,0,0,.06);transition:transform .2s ease}.dash-reward-card:hover{transform:translateY(-3px)}.dash-reward-card__art{width:100%;height:auto;display:block}.dash-partner-tile{width:220px;background:#fff;border:1px solid #eeeeee;border-radius:16px;padding:16px;text-align:left}.dash-partner-tile__top{display:flex;align-items:center;gap:12px;margin-bottom:14px}.dash-partner-tile__logo{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-weight:800;color:#fff;overflow:hidden;background:#f7f7f7;flex-shrink:0}.dash-partner-tile__logo img{width:100%;height:100%;object-fit:cover}.dash-partner-tile__logo--claude{background:#ffe7aa}.dash-partner-tile__logo--grok,.dash-partner-tile__logo--openai{background:#111111}.dash-partner-tile__logo--gemini{background:#ccf3ff}.dash-partner-tile__logo--kimi{background:#dcccff}.dash-partner-tile__name{margin:0 0 2px;font-weight:700;font-size:15px;color:#111111}.dash-partner-tile__action{margin:0;font-size:13px;color:#6b7280}.dash-partner-tile__earn{margin:0;display:inline-flex;align-items:center;gap:6px;color:#111111;font-weight:600;font-size:12px;background:#fff0e0;border-radius:999px;padding:6px 10px}.dash-cashback-card{width:360px;min-height:260px;border-radius:24px;padding:22px;color:#111111;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;position:relative;overflow:hidden}.dash-cashback-card__copy{display:flex;flex-direction:column;align-items:flex-start;z-index:1;max-width:60%}.dash-cashback-card__art{position:absolute;right:-10px;bottom:-10px;width:180px;opacity:.95;pointer-events:none}.dash-cashback-card__art img{width:100%;height:auto}.dash-cashback-card--cursor{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E"),linear-gradient(145deg,#d8c8ff,#b89cff 45%,#efe8ff)}.dash-cashback-card--openai{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E"),linear-gradient(145deg,#b8e8ef,#7fd4e0 45%,#e8f8fa)}.dash-cashback-card--claude{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E"),linear-gradient(145deg,#ffe4c8,#f5c49a 45%,#fff4e8)}.dash-cashback-card__pct{margin:0 0 auto;font-size:13px;font-weight:600;background:#fff;border-radius:999px;padding:6px 12px;color:#111111;box-shadow:0 2px 8px rgba(0,0,0,.06)}.dash-cashback-card h3{margin:16px 0 6px;color:#111111;font-family:var(--font-display),"DM Sans",sans-serif;font-size:1.45rem;font-weight:700;line-height:1.2}.dash-cashback-card__brand{margin:0 0 16px;font-size:13px;font-weight:700;letter-spacing:.06em;color:#111111}.dash-cashback-card__btn{border:none;border-radius:999px;background:#111111;color:#fff;padding:10px 16px;font-weight:600;font-size:14px;cursor:pointer}.dash-companion-card{width:168px;background:#fff;border:1px solid #e5e5e5;border-radius:18px;padding:16px 12px;text-align:center}.dash-companion-card__art{width:112px;height:112px;margin:0 auto 10px;border-radius:999px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.dash-companion-card__art img{width:112%;height:112%;max-width:none;object-fit:cover;transform:scale(1.06)}.dash-companion-card h3{margin:0 0 4px;font-size:14px;font-weight:700;color:#111111}.dash-companion-card__price{margin:0 0 12px;font-size:12px;font-weight:500;color:#111111;display:inline-flex;align-items:center;gap:4px}.dash-companion-card__btn{width:100%;border:none;border-radius:10px;padding:10px;font-size:13px;font-weight:600;background:#111111;color:#fff;cursor:pointer}.dash-companion-card__btn--equipped{background:#f3f4f6;color:#111111;border:1px solid #e5e5e5}.dash-footer{background:#fff;border-top:1px solid #e5e7eb;padding:40px 20px 24px;margin-top:24px}.dash-footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:32px;gap:32px}.dash-footer__tagline{margin:8px 0 12px;color:#6b7280}.dash-footer__social{display:flex;gap:12px;font-weight:700;font-size:13px}.dash-footer__links{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.dash-footer__links h3{margin:0 0 8px;font-size:14px}.dash-footer__links a{display:block;margin-bottom:6px;color:#4b5563;font-size:14px}.dash-footer__legal{max-width:1200px;margin:24px auto 0;padding-top:16px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#9ca3af;font-size:12px}.dash-footer__legal a{margin-left:12px;color:#6b7280}@media (max-width:960px){.dash-header__inner{display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand actions" "nav nav";grid-gap:12px;gap:12px}.dash-header__brand{grid-area:brand}.dash-header__nav{grid-area:nav}.dash-header__actions{grid-area:actions}.dash-footer__inner,.dash-hero{grid-template-columns:1fr}}@media (max-width:640px){.dash-header__inner{padding:12px 16px}.dash-header__logo{width:32px;height:32px}.dash-header__wordmark{font-size:18px}.dash-header__nav{gap:16px;overflow-x:auto;padding-bottom:2px}.dash-header__buns,.dash-header__install{display:none}.dash-header__icon-link{width:32px;height:32px}.dash-header__signout span{display:none}.dash-header__signout{min-height:32px;padding:6px}}.help-page{max-width:1120px;margin:0 auto;padding:32px 24px 64px}.help-page__hero{margin:0 0 32px;padding:36px;background:#fff0e3;border:1px solid #fed7aa;border-radius:16px}.help-page__back{display:inline-block;margin-bottom:12px;font-size:14px;color:var(--text-muted);text-decoration:underline}.help-page__hero h1{margin:0 0 8px;font-size:clamp(28px,4vw,38px)}.help-page__lead{margin:0;color:var(--text-body);line-height:1.55;max-width:56ch}.help-page__email,.help-page__lead a{color:var(--text-brand);font-weight:700;text-decoration:underline}.help-page__muted{color:var(--text-muted);font-size:14px}.help-page__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:32px}.help-card{background:var(--bg-white);border:1px solid var(--card-border);border-radius:16px;padding:24px;box-shadow:0 8px 24px var(--card-shadow)}.help-card h2{margin:0 0 12px;font-size:20px}.help-contact-list{margin:12px 0 20px;padding-left:20px;color:var(--text-body);font-size:15px;line-height:1.55}.help-page__faq-btn{display:inline-flex}.help-articles{list-style:none;margin:0;padding:0}.help-articles li+li{margin-top:10px}.help-articles a{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:12px;background:#fafafa;border:1px solid #eee;font-weight:700;color:var(--text-primary);transition:border-color .15s ease}.help-articles a:hover{border-color:var(--text-brand)}.help-articles__tag{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--text-brand)}.help-categories h2,.help-preview__head h2{margin:0 0 16px;font-size:22px}.help-categories__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;margin-bottom:40px}.help-category-card{display:block;padding:18px 16px;background:var(--bg-white);border:1px solid var(--card-border);border-radius:16px;box-shadow:0 4px 16px var(--card-shadow)}.help-category-card h3{margin:0 0 6px;font-size:16px}.help-category-card p{margin:0;font-size:13px;color:var(--text-muted)}.help-category-card__cta{display:inline-block;margin-top:10px;font-size:13px;font-weight:700;color:var(--text-brand)}.help-preview__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.help-preview__head a{font-size:14px;font-weight:700;color:var(--text-brand);text-decoration:underline}.faq-section{margin-bottom:32px;scroll-margin-top:88px}.faq-section__title{margin:0 0 12px;font-size:20px}.faq-section__list{list-style:none;margin:0;padding:0}.faq-item{border:1px solid #e8e8e8;border-radius:12px;background:var(--bg-white);overflow:hidden}.faq-item+.faq-item{margin-top:8px}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border:none;background:transparent;font:inherit;font-weight:700;text-align:left;color:var(--text-primary);cursor:pointer}.faq-item__chevron{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#f3f4f6;display:grid;place-items:center;font-size:18px;line-height:1;color:var(--text-brand)}.faq-item--open .faq-item__chevron{background:rgba(196,92,26,.12)}.faq-item__answer{padding:0 18px 16px;color:var(--text-body);line-height:1.55;font-size:15px}.help-faq-cta{margin-top:32px}@media (max-width:720px){.help-page__grid{grid-template-columns:1fr}}.dash-body{background:#ffffff;color:#171412}.dash-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:58px;border-bottom:1px solid #edefef;background:rgba(255,255,255,.96)}.dash-header__inner{max-width:1200px;height:100%;margin:0 auto;padding:0 32px;gap:24px}.dash-header__brand{flex:none;align-items:center;gap:10px;text-decoration:none}.dash-header__wordmark{color:#171412;font-family:var(--font-display),sans-serif;font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1}.dash-header__logo{width:36px;height:36px;flex-shrink:0;object-fit:contain;display:block}.dash-header__actions{margin-left:auto}.dash-header__join,.dash-header__sign-in{min-height:34px;padding:8px 14px}.proto-page{min-height:100dvh;padding-bottom:38px;background:#ffffff}.proto-page h1,.proto-page h2,.proto-page h3,.proto-page p{margin-top:0}.proto-quick-nav-bar{border-bottom:1px solid #edefef}.proto-quick-nav{max-width:1200px;display:flex;justify-content:center;gap:clamp(18px,3.5vw,42px);margin:0 auto;padding:18px 32px 20px;overflow-x:auto;scrollbar-width:none}.proto-cashback-grid::-webkit-scrollbar,.proto-evolution-grid::-webkit-scrollbar,.proto-partner-grid::-webkit-scrollbar,.proto-quick-nav::-webkit-scrollbar,.proto-reward-grid::-webkit-scrollbar{display:none}.proto-quick-nav a{min-width:62px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#3c3f45;font-size:11.5px;line-height:1.2;white-space:nowrap}.proto-quick-nav__icon{width:56px;height:56px;display:grid;place-items:center;background:transparent;overflow:visible}.proto-quick-nav__icon img{width:52px;height:52px;object-fit:contain;object-position:center center;display:block}.proto-quick-nav a[href="#evolution"] .proto-quick-nav__icon img{width:52px;height:52px}.proto-quick-nav a:hover .proto-quick-nav__icon{transform:translateY(-2px);transition:transform .15s ease}.proto-hero,.proto-section,.proto-weekly{max-width:1136px;margin-right:auto;margin-left:auto}.proto-hero{min-height:360px;display:flex;align-items:center;justify-content:space-between;gap:44px;padding:48px;overflow:hidden;border-radius:14px;background:#fbf3ea}.proto-hero>div{max-width:580px}.proto-hero h1{margin-bottom:10px;color:#171412;font-size:clamp(30px,3.4vw,46px);font-weight:600;line-height:1.12;text-wrap:balance}.proto-hero p{max-width:540px;margin-bottom:22px;color:#6e7278;font-size:14px;line-height:1.6;text-wrap:pretty}.proto-hero ol{display:flex;flex-wrap:wrap;gap:9px 18px;margin:0;padding:0;color:#a65b21;font-size:12.5px;font-weight:600;list-style:none}.proto-hero li{display:inline-flex;align-items:center;gap:6px}.proto-hero li:not(:last-child):after{margin-left:10px;color:#e8c9a8;content:"→"}.proto-hero li span{width:20px;height:20px;display:grid;place-items:center;border:1px solid #efcba8;border-radius:50%;font-size:10px}.proto-hero>img{width:min(32vw,340px);height:auto;object-fit:contain}.proto-section{padding-top:46px}.proto-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}.proto-section__head h2{margin-bottom:3px;color:#171412;font-size:21px;font-weight:700;line-height:1.24;text-wrap:balance}.proto-section__head p{margin-bottom:0;color:#6e7278;font-size:13px;line-height:1.5;text-wrap:pretty}.proto-section__head>a{flex:none;color:#3c3f45;font-size:12.5px;font-weight:600}.proto-section__head>a span{color:#ea6a0a}.proto-cashback-grid,.proto-evolution-grid,.proto-partner-grid,.proto-reward-grid{display:flex;gap:20px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none;scroll-snap-type:x proximity}.proto-reward{flex:1 0 254px;scroll-snap-align:start}.proto-reward__art{height:168px;position:relative;overflow:hidden;border:1px solid #edefef;border-radius:14px}.proto-reward__art--sand{background:#f7efe6}.proto-reward__art--gray{background:#8e8e8e}.proto-reward__art--navy{background:#0b1e2d}.proto-reward__art--mint{background:#e9f1f0}.proto-reward__art>span{position:absolute;top:12px;left:12px;z-index:2;padding:5px 10px;border-radius:999px;background:#ffffff;color:#171412;font-size:10.5px;font-weight:600}.proto-reward__art>img:not(.proto-reward__gemini){object-fit:cover}.proto-reward__gemini{position:absolute;inset:0;margin:auto;object-fit:contain}.proto-reward__meta{display:flex;align-items:center;gap:12px;padding:14px 6px 0 2px}.proto-brand-icon{width:34px;height:34px;flex:none;display:grid;place-items:center;overflow:hidden;border:1px solid #edefef;border-radius:8px;background:#ffffff}.proto-brand-icon img{width:22px;height:22px;object-fit:contain}.proto-reward__meta>div{min-width:0;flex:1 1}.proto-partner-grid h3,.proto-reward__meta h3{margin:0;color:#171412;font-size:13.5px;font-weight:600;line-height:1.35}.proto-partner-grid p,.proto-reward__meta p{margin:1px 0 0;color:#8e9198;font-size:12px;line-height:1.4}.proto-reward__meta button{padding:7px 0;border:0;background:transparent;color:#ea6a0a;cursor:pointer;font:inherit;font-size:12px;font-weight:600}.proto-partner-grid article{display:flex;flex:1 0 208px;align-items:flex-start;gap:12px;padding:22px 20px;border:1px solid #edefef;border-radius:14px;background:#ffffff;scroll-snap-align:start}.proto-partner-grid strong{display:block;margin-top:9px;color:#ea6a0a;font-size:12px;font-weight:600}.proto-weekly{padding-top:48px}.proto-weekly>span{display:inline-block;padding:4px 10px;border:1px solid #edefef;border-bottom:0;border-radius:6px 6px 0 0;color:#ea6a0a;font-size:10px;font-weight:700;text-transform:uppercase}.proto-weekly>div{min-height:184px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px 48px;border-radius:0 14px 14px;background-color:#fbf3ea;background-image:repeating-linear-gradient(115deg,rgba(255,255,255,.55) 0 34px,transparent 34px 78px);text-align:center}.proto-weekly h2{max-width:720px;margin-bottom:8px;color:#171412;font-size:clamp(23px,3vw,32px);font-weight:600;line-height:1.18;text-wrap:balance}.proto-weekly p{margin-bottom:16px;color:#6e7278;font-size:14px}.proto-weekly a{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:999px;background:#171412;color:#ffffff;font-size:13px;font-weight:600}.proto-cashback{--cashback-bg:#b49cf5;--cashback-bg-deep:#b49cf5;flex:1 0 302px;height:196px;position:relative;overflow:hidden;padding:18px;border-radius:14px;scroll-snap-align:start;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E"),linear-gradient(105deg,var(--cashback-bg) 42%,var(--cashback-bg-deep) 78%)}.proto-cashback--violet{--cashback-bg:#b49cf5;--cashback-bg-deep:#d8cceb}.proto-cashback--green{--cashback-bg:#8fc9ba;--cashback-bg-deep:#3d8f82}.proto-cashback--sand{--cashback-bg:#f0dcc4;--cashback-bg-deep:#f0dcc4}.proto-cashback__art{position:absolute;right:0;bottom:0;top:0;width:62%;z-index:1;pointer-events:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 48%,#000);mask-image:linear-gradient(90deg,transparent 0,#000 48%,#000)}.proto-cashback__art:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(to right,var(--cashback-bg) 0,color-mix(in srgb,var(--cashback-bg) 75%,transparent) 32%,transparent 62%)}.proto-cashback__art img{position:absolute;right:-6%;bottom:-14%;width:108%;height:114%;object-fit:contain;object-position:right bottom}.proto-cashback--violet .proto-cashback__art img{mix-blend-mode:multiply;opacity:.9}.proto-cashback--green .proto-cashback__art img{right:-2%;bottom:auto;top:-6%;width:96%;height:104%;opacity:.88;object-position:right top;filter:saturate(1.05) contrast(.96)}.proto-cashback--sand .proto-cashback__art{width:58%;-webkit-mask-image:none;mask-image:none}.proto-cashback--sand .proto-cashback__art:after{display:none}.proto-cashback--sand .proto-cashback__art img{right:-2%;bottom:6%;top:auto;width:100%;height:100%;object-fit:contain;object-position:center center;filter:drop-shadow(0 10px 18px rgba(120,80,40,.18))}.proto-cashback>span{position:relative;z-index:3;display:inline-flex;padding:6px 12px;border-radius:999px;background:#ffffff;color:#171412;font-size:11.5px;font-weight:600}.proto-cashback__copy{position:absolute;bottom:18px;left:18px;z-index:3;max-width:58%}.proto-cashback h3{max-width:160px;margin-bottom:3px;color:#171412;font-size:17px;font-weight:700;line-height:1.25}.proto-cashback p{margin-bottom:10px;color:#4a4038;font-size:10px;font-weight:600;text-transform:uppercase}.proto-cashback button,.proto-cashback__cta{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border:0;border-radius:8px;background:#171412;color:#ffffff;cursor:pointer;font:inherit;font-size:12px;font-weight:600}a.proto-cashback{color:inherit;text-decoration:none}.proto-evolution .proto-section__head>p{flex:none;white-space:nowrap}.proto-progress{height:6px;overflow:hidden;border-radius:999px;background:#f0f0f2}.proto-progress span{height:100%;display:block;border-radius:inherit;background:#f97316}.evolution-tracker{display:flex;align-items:center;gap:28px;padding:26px 32px;border:1px solid #edefef;border-radius:14px;background:#fef6ee}.evolution-tracker__mascot{flex:none;display:grid;place-items:center}.evolution-tracker__mascot img{object-fit:contain;display:block}.evolution-tracker__mascot--next{filter:grayscale(1);opacity:.45}.evolution-tracker__body{flex:1 1;min-width:0}.evolution-tracker__balance{margin:0 0 10px;color:#6e7278;font-size:14px}.evolution-tracker__balance strong{color:#171412;font-family:var(--font-display),sans-serif;font-size:28px;font-weight:700;letter-spacing:-.011em;margin-right:4px}.evolution-tracker__next{margin:8px 0 0;color:#6e7278;font-size:12px}.evolution-tracker__next strong{color:#171412}.evolution-stages{display:flex;gap:12px;margin-top:14px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.evolution-stages::-webkit-scrollbar{display:none}.evolution-stages__item{flex:1 0 110px;padding:14px 10px 12px;border:1px solid #edefef;border-radius:12px;background:#ffffff;text-align:center}.evolution-stages__item--current{border-color:#f5c79b;background:#fef6ee}.evolution-stages__icon{display:grid;place-items:center;margin:0 auto 8px}.evolution-stages__icon img{object-fit:contain;display:block}.evolution-stages__item--locked .evolution-stages__icon{filter:grayscale(1);opacity:.4}.evolution-stages__item h3{margin:0 0 2px;color:#171412;font-size:12px;font-weight:600}.evolution-stages__item--locked h3{color:#9c9fa6}.evolution-stages__item p{margin:0;color:#8e9198;font-size:11px}.evolution-stages__item--current p{color:#ea6a0a;font-weight:600}.proto-checklist{max-width:1136px;display:flex;flex-direction:column;align-items:flex-end;margin:36px auto 0}.proto-checklist__panel{width:330px;margin-bottom:10px;padding:14px 18px;border:1px solid #edefef;border-radius:14px;background:#ffffff;box-shadow:0 10px 30px rgba(16,18,22,.09)}.proto-checklist__panel p{margin:6px 0;color:#3c3f45;font-size:13px}.proto-checklist>button{display:flex;align-items:center;gap:16px;padding:12px 16px;border:0;border-radius:999px;background:#171412;color:#ffffff;cursor:pointer;font:inherit;text-align:left}.proto-checklist__count{width:48px;height:48px;display:grid;place-items:center;border:5px solid #f97316;border-radius:50%;font-size:12px;font-weight:700}.proto-checklist button small,.proto-checklist button strong{display:block}.proto-checklist button small{margin-bottom:2px;color:#f5c79b;font-size:9.5px;font-weight:700;text-transform:uppercase}.proto-checklist button strong{font-size:16px}.dash-footer{padding:40px 32px 30px;background:#f7f7f8;color:#6e7278}.dash-footer__inner,.dash-footer__legal{max-width:1136px}.dash-footer__brand{display:flex;align-items:center;gap:10px;text-decoration:none}.dash-footer__logo{width:36px;height:36px;flex-shrink:0;object-fit:contain;display:block}.dash-footer__wordmark{color:#171412;font-family:var(--font-display),sans-serif;font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1}.dash-footer__legal,.dash-footer__links a,.dash-footer__tagline{color:#6e7278;font-size:12.5px}.dash-footer__links h3{color:#171412;font-size:13px}@media (max-width:1200px){.proto-checklist,.proto-hero,.proto-section,.proto-weekly{margin-right:24px;margin-left:24px}}@media (max-width:760px){.dash-header__inner{padding:0 16px}.dash-header__actions{gap:6px}.dash-header__sign-in{padding:7px 10px}.proto-quick-nav{justify-content:flex-start;padding:22px 18px 26px}.proto-checklist,.proto-hero,.proto-section,.proto-weekly{margin-right:16px;margin-left:16px}.proto-hero{min-height:0;flex-direction:column;align-items:flex-start;padding:30px 24px 20px}.proto-hero>img{width:min(72vw,300px);align-self:center}.proto-hero li:not(:last-child):after{display:none}.proto-section{padding-top:38px}.proto-section__head{align-items:flex-start}.proto-section__head>a{margin-top:4px}.proto-weekly>div{min-height:230px;padding:32px 22px}.proto-evolution .proto-section__head{flex-direction:column;gap:8px}.evolution-tracker{gap:18px;padding:20px}.evolution-tracker__mascot--next{display:none}.proto-checklist>button{max-width:100%}.proto-checklist__panel{width:min(330px,100%)}.dash-footer{padding:34px 20px 26px}}.settings-page{max-width:1120px;min-height:calc(100dvh - 200px);margin:0 auto;padding:52px 24px 80px}.settings-page__intro{margin-bottom:28px}.settings-page__eyebrow{margin:0 0 6px;color:var(--text-brand);font-size:14px;font-weight:700}.settings-page__intro h1{margin:0 0 8px;font-size:clamp(2rem,4vw,2.75rem)}.settings-page__intro>p:last-child{max-width:54ch;margin:0;color:var(--text-body)}.settings-page__layout{display:grid;grid-template-columns:minmax(220px,.38fr) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.settings-card,.settings-sidebar{background:#ffffff;border:1px solid #e5e7eb;border-radius:16px}.settings-sidebar{padding:24px}.settings-card h2,.settings-frequency legend,.settings-sidebar h2{margin:0 0 8px;font-size:1.125rem;font-weight:700}.settings-card__heading p,.settings-frequency>p,.settings-sidebar p{margin:0;color:var(--text-body);font-size:14px;line-height:1.55}.settings-sidebar__link{display:inline-flex;margin-top:20px;padding:10px 12px;border-radius:8px;background:#f26b38;color:#ffffff;font-size:14px;font-weight:700}.settings-panel{display:grid;grid-gap:16px;gap:16px}.settings-card{padding:24px}.settings-options{display:grid;grid-gap:10px;gap:10px;margin-top:20px}.settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer}.settings-toggle>span:first-child{min-width:0}.settings-toggle small,.settings-toggle strong{display:block}.settings-toggle strong{color:var(--text-primary);font-size:14px}.settings-frequency>small,.settings-toggle small{margin-top:4px;color:var(--text-muted);font-size:12px;line-height:1.45}.settings-frequency__option input,.settings-toggle input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.settings-toggle__track{position:relative;display:block;width:42px;height:24px;flex:0 0 42px;border-radius:999px;background:#d1d5db}.settings-toggle__track:after{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#ffffff;content:"";transition:transform .15s ease-out}.settings-toggle input:checked+.settings-toggle__track{background:#f26b38}.settings-toggle input:checked+.settings-toggle__track:after{transform:translateX(18px)}.settings-frequency__option:has(input:focus-visible),.settings-toggle:has(input:focus-visible){outline:3px solid rgba(242,107,56,.35);outline-offset:2px}.settings-frequency{min-inline-size:0}.settings-frequency__options{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 14px}.settings-frequency__option{cursor:pointer}.settings-frequency__option span{display:block;padding:9px 12px;border:1px solid #d1d5db;border-radius:999px;color:var(--text-body);font-size:13px}.settings-frequency__option input:checked+span{border-color:#f26b38;background:#fff0e3;color:#c2410c;font-weight:700}.settings-toggle--single{padding:0;border:0}.settings-save-status{min-height:24px;margin:16px 0 0;color:#047857;font-size:14px}.auth-shell__logo .auth-shell__logo-image{width:104px;height:32px;object-fit:contain}.auth-page--shell+.dash-footer{margin-top:0;background:#f7f7f7;border-top:0}.dash-header__join,.dash-header__sign-in{display:inline-flex;align-items:center;min-height:36px;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.dash-header__sign-in{color:#374151}.dash-header__sign-in:hover{color:#c2410c}.dash-header__join{background:#f26b38;color:#ffffff}.dash-header__join:hover{background:#dc5727}.store-page{max-width:1200px;margin:0 auto;padding:40px 20px 72px}.store-hero{display:flex;justify-content:space-between;gap:32px;align-items:center;padding:42px;border:1px solid #fed7aa;border-radius:28px;background:#ffefdf}.store-kicker{margin:0 0 8px;color:#c2410c;font-size:14px;font-weight:700}.store-heading h2,.store-hero h1{margin:0;color:#111111;font-family:var(--font-display),"DM Sans",sans-serif}.store-hero h1{font-size:clamp(2rem,4vw,3.25rem);line-height:1.03}.store-hero>div:first-child>p:last-child{max-width:58ch;margin:14px 0 0;color:#5b6472;font-size:17px;line-height:1.55}.store-balance{min-width:210px;display:flex;gap:12px;align-items:center;padding:16px 18px;border:1px solid #fdba74;border-radius:18px;background:#ffffff}.store-balance span{display:block;margin-bottom:2px;color:#6b7280;font-size:13px}.store-balance strong{display:block;font-size:19px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.store-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:46px 0 20px}.store-heading h2{font-size:28px}.store-heading p{margin:5px 0 0;color:#6b7280}.store-heading a{color:#c2410c;font-weight:700;white-space:nowrap}.store-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:18px;gap:18px}.store-card{display:flex;min-height:316px;flex-direction:column;align-items:center;padding:18px;border:1px solid #e5e7eb;border-radius:20px;background:#ffffff;text-align:center}.store-card__image{width:140px;height:140px;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:#f8fafc}.store-card__image img{width:118%;height:118%;max-width:none;object-fit:cover;transform:scale(1.05)}.store-card h3{margin:16px 0 6px;font-family:var(--font-display),"DM Sans",sans-serif;font-size:17px}.store-card__price{min-height:24px;display:inline-flex;align-items:center;gap:6px;margin:0 0 16px;color:#374151;font-size:14px;font-weight:700}.store-card__button{width:100%;margin-top:auto;padding:11px 14px;border:1px solid #111111;border-radius:10px;background:#111111;color:#ffffff;cursor:pointer;font:inherit;font-size:14px;font-weight:700}.store-card__button:hover:not(:disabled){border-color:#f26b38;background:#f26b38}.store-card__button:disabled{cursor:wait;opacity:.65}.store-card__button--selected{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.store-error{margin:0 0 20px;padding:12px 14px;border:1px solid #fecaca;border-radius:10px;background:#fff1f2;color:#b91c1c}@media (max-width:720px){.settings-page{padding:32px 16px 56px}.settings-page__layout{grid-template-columns:1fr}.settings-card,.settings-sidebar{padding:20px}.dash-header__join{display:none}.store-page{padding-top:24px}.store-hero{align-items:flex-start;flex-direction:column;padding:28px}.store-balance{min-width:0}.store-heading{align-items:flex-start;flex-direction:column;margin-top:32px}}@keyframes breadly-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.redeem-page{background:#faf9f7;min-height:70vh}.redeem-page__inner{max-width:1200px;margin:0 auto;padding:32px 32px 64px}.redeem-page__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.redeem-page__hero h1{margin:0 0 5px;color:#171412;font-family:var(--font-display),sans-serif;font-size:28px;font-weight:700;letter-spacing:-.011em;line-height:1.24}.redeem-page__hero p{margin:0;max-width:600px;color:#6e7278;font-size:14px;line-height:1.55}.redeem-page__search{display:flex;align-items:center;gap:8px;min-width:min(320px,100%);padding:9px 16px;border:1px solid #e3e3e6;border-radius:22px;background:#fff;color:#6e7278;font-size:13px}.redeem-page__search input{flex:1 1;border:0;outline:none;background:transparent;color:#171412;font:inherit}.redeem-page__search input::placeholder{color:#6e7278}.redeem-balance{display:flex;flex:none;align-items:center;gap:22px;padding:14px 20px;border:1px solid #edefef;border-radius:14px;background:#fff}.redeem-balance p{margin:0 0 2px;color:#6e7278;font-size:12px;white-space:nowrap}.redeem-balance strong{color:#ea6a0a;font-family:var(--font-display),sans-serif;font-size:22px;font-weight:700;letter-spacing:-.011em;line-height:1.2;white-space:nowrap}.redeem-balance__wallet{display:inline-flex;align-items:center;height:38px;padding:0 16px;border:1px solid #e3e3e6;border-radius:8px;background:#fff;color:#171412;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap}.redeem-balance__wallet:hover{border-color:#d0d0d4}.redeem-section{margin-top:40px}.redeem-section h2{margin:0 0 16px;color:#171412;font-family:var(--font-display),sans-serif;font-size:19px;font-weight:700;letter-spacing:-.008em;line-height:1.24}.redeem-section__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.redeem-section__head h2{margin:0}.redeem-section__tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.redeem-section__tools .redeem-page__search{min-width:240px}.redeem-sort{display:inline-flex;align-items:center;gap:8px;color:#3c3f45;font-size:12.5px;font-weight:500}.redeem-sort select{padding:6px 10px;border:1px solid #e3e3e6;border-radius:8px;background:#fff;color:#171412;font:inherit;font-size:12.5px}.redeem-featured__hit{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.redeem-featured__cta{color:#ea6a0a;font-size:12.5px;font-weight:600;white-space:nowrap}.redeem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.redeem-card{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid #edefef;border-radius:12px;background:#fff}.redeem-card__copy{flex:1 1;min-width:0}.redeem-card h3{margin:0;color:#171412;font-size:13.5px;font-weight:600;line-height:1.4}.redeem-card p{margin:0;color:#8e9198;font-size:12px;line-height:1.4}.redeem-card strong{display:block;margin-top:2px;color:#ea6a0a;font-size:12.5px;font-weight:600;line-height:1.5}.redeem-card>button{flex-shrink:0;height:38px;padding:0 16px;border:1px solid #e3e3e6;border-radius:19px;background:#fff;color:#171412;cursor:pointer;font:inherit;font-size:12.5px;font-weight:600;white-space:nowrap}.redeem-card>button:hover{border-color:#ea6a0a;color:#ea6a0a}.redeem-empty{margin:24px 0 0;color:#6e7278;font-size:14px}.redeem-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px}.redeem-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(23,20,18,.35);cursor:pointer}.redeem-modal__panel{position:relative;z-index:1;width:min(420px,100%);padding:28px 26px 24px;border-radius:16px;background:#fff;box-shadow:0 16px 44px rgba(16,18,22,.17);text-align:center;animation:breadly-pop .22s ease}.redeem-modal__brand{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 16px;border-radius:50%;background:#fff;box-shadow:0 3px 14px rgba(16,18,22,.09)}.redeem-modal__panel h2{margin:0 0 8px;color:#171412;font-family:var(--font-display),sans-serif;font-size:20px;font-weight:700;letter-spacing:-.011em}.redeem-modal__panel>p{margin:0 0 18px;color:#6e7278;font-size:13px;line-height:1.55}.redeem-modal__receipt{margin-bottom:18px;padding:13px 14px;border-radius:10px;background:#f7f7f8;text-align:left}.redeem-modal__receipt div{display:flex;justify-content:space-between;gap:12px;font-size:12.5px}.redeem-modal__receipt div+div{margin-top:6px}.redeem-modal__receipt span{color:#6e7278}.redeem-modal__receipt strong{color:#171412;font-weight:600}.redeem-modal__actions{display:grid;grid-gap:10px;gap:10px}.redeem-modal__cancel,.redeem-modal__confirm{height:44px;border-radius:9px;cursor:pointer;font:inherit;font-size:13.5px;font-weight:600}.redeem-modal__confirm{border:0;background:#f97316;color:#fff}.redeem-modal__cancel{border:1px solid #e3e3e6;background:#fff;color:#171412}.redeem-toast{position:fixed;right:24px;bottom:24px;z-index:90;display:flex;align-items:flex-start;gap:12px;max-width:min(360px,calc(100vw - 32px));padding:14px 16px;border-radius:12px;background:#171412;color:#fff;box-shadow:0 12px 32px rgba(16,18,22,.22)}.redeem-toast p{margin:0;flex:1 1;font-size:13px;line-height:1.45}.redeem-toast button{border:0;background:transparent;color:#b9bcc2;cursor:pointer;font-size:14px;line-height:1}@media (max-width:1000px){.redeem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.redeem-page__inner{padding:24px 16px 56px}.redeem-page__hero{flex-direction:column;align-items:stretch}.redeem-page__search{width:100%}.redeem-balance{justify-content:space-between}.redeem-grid{grid-template-columns:1fr}.redeem-section__head{align-items:flex-start;flex-direction:column}}.earn-page{background:#faf9f7;min-height:70vh}.earn-page--loading{min-height:50vh}.earn-page__inner{max-width:1200px;margin:0 auto;padding:28px 32px 8px}.earn-filters{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:26px}.earn-filters .earn-page__search{min-width:260px}.earn-cats{display:flex;flex-wrap:wrap;gap:9px}.earn-cats__chip{padding:9px 16px;border:1px solid #e3e3e6;border-radius:20px;background:#fff;color:#3c3f45;cursor:pointer;font:inherit;font-size:12.5px;font-weight:600;white-space:nowrap}.earn-cats__chip.is-on{border-color:#171412;background:#171412;color:#fff}.earn-page__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.earn-page__hero h1{margin:0 0 5px;color:#171412;font-family:var(--font-display),sans-serif;font-size:28px;font-weight:600;letter-spacing:-.011em;line-height:1.24}.earn-page__hero p{margin:0;max-width:620px;color:#6e7278;font-size:14px;line-height:1.55}.earn-page__search{display:flex;align-items:center;gap:8px;min-width:min(320px,100%);padding:9px 16px;border:1px solid #e3e3e6;border-radius:22px;background:#fff;color:#6e7278;font-size:13px}.earn-page__search input{flex:1 1;border:0;outline:none;background:transparent;color:#171412;font:inherit}.earn-section{padding:14px 0 34px}.earn-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.earn-section__head h2{margin:0 0 2px;color:#171412;font-family:var(--font-display),sans-serif;font-size:19px;font-weight:700;letter-spacing:-.008em;line-height:1.24}.earn-section__head p{margin:0;color:#6e7278;font-size:12.5px}.earn-section__see{border:0;background:transparent;color:#ea6a0a;cursor:pointer;font:inherit;font-size:12.5px;font-weight:700;white-space:nowrap}.earn-grid{display:grid;grid-gap:14px;gap:14px}.earn-grid--featured{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.earn-grid--partners{grid-template-columns:repeat(6,minmax(0,1fr))}.earn-offer{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.earn-offer__art{display:flex;align-items:center;justify-content:center;margin-bottom:10px;overflow:hidden;border:1px solid #edefef;border-radius:12px}.earn-offer--featured .earn-offer__art{height:96px;margin-bottom:11px;padding:16px}.earn-offer--grid .earn-offer__art{height:84px;padding:16px}.earn-offer__logo{object-fit:contain}.earn-offer__mono{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#fff;color:#171412;font-size:16px;font-weight:700;box-shadow:0 1px 4px rgba(16,18,22,.06)}.earn-offer--featured .earn-offer__mono{width:56px;height:56px;font-size:22px}.earn-offer__prices{display:flex;align-items:baseline;gap:7px}.earn-offer__reward{color:#ea6a0a;font-size:13px;font-weight:700}.earn-offer--grid .earn-offer__reward{font-size:12.5px}.earn-offer__was{color:#8e9198;font-size:12px;text-decoration:line-through}.earn-offer__was-line{color:#8e9198;font-size:11.5px}.earn-refer{max-width:1136px;margin:24px auto 40px;border-radius:16px;background:#171412}.earn-refer__inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:38px 40px}.earn-refer__inner h2{margin:0 0 6px;color:#fff;font-family:var(--font-display),sans-serif;font-size:24px;font-weight:600;letter-spacing:-.011em;line-height:1.24}.earn-refer__inner p{margin:0;max-width:440px;color:#a7aab0;font-size:13.5px;line-height:1.5}.earn-refer__cta{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 24px;border-radius:8px;background:#f97316;color:#fff;font-size:13.5px;font-weight:600;text-decoration:none;white-space:nowrap}.earn-refer__cta:hover{background:#ea6a0a}.earn-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px}.earn-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(23,20,18,.35);cursor:pointer}.earn-modal__panel{position:relative;z-index:1;width:min(420px,100%);padding:28px 26px 24px;border-radius:16px;background:#fff;box-shadow:0 16px 44px rgba(16,18,22,.17);text-align:center;animation:breadly-pop .22s ease}.earn-modal__mark{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 16px;border:1px solid #edefef;border-radius:16px}.earn-modal__panel h2{margin:0 0 8px;color:#171412;font-family:var(--font-display),sans-serif;font-size:20px;font-weight:700;letter-spacing:-.011em}.earn-modal__panel>p{margin:0 0 18px;color:#6e7278;font-size:13px;line-height:1.55}.earn-modal__actions{display:grid;grid-gap:10px;gap:10px}.earn-modal__cancel,.earn-modal__confirm{height:44px;border-radius:9px;cursor:pointer;font:inherit;font-size:13.5px;font-weight:600}.earn-modal__confirm{border:0;background:#f97316;color:#fff}.earn-modal__cancel{border:1px solid #e3e3e6;background:#fff;color:#171412}.earn-toast{position:fixed;right:24px;bottom:24px;z-index:90;display:flex;align-items:flex-start;gap:12px;max-width:min(360px,calc(100vw - 32px));padding:14px 16px;border-radius:12px;background:#171412;color:#fff;box-shadow:0 12px 32px rgba(16,18,22,.22)}.earn-toast p{margin:0;flex:1 1;font-size:13px;line-height:1.45}.earn-toast button{border:0;background:transparent;color:#b9bcc2;cursor:pointer;font-size:14px;line-height:1}a.proto-partner-link{display:contents;color:inherit;text-decoration:none}@media (max-width:1200px){.earn-grid--partners{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1000px){.earn-grid--featured{grid-template-columns:repeat(2,minmax(0,1fr))}.earn-grid--partners{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.earn-page__inner{padding:20px 16px 8px}.earn-page__hero{flex-direction:column}.earn-page__search{width:100%}.earn-grid--featured,.earn-grid--partners{grid-template-columns:repeat(2,minmax(0,1fr))}.earn-refer{margin:16px 16px 32px}.earn-refer__inner{flex-direction:column;align-items:flex-start;padding:28px 24px}.earn-refer__cta{width:100%}}.cashback-page{background:#faf9f7;min-height:70vh}.cashback-page__inner{max-width:1200px;margin:0 auto;padding:32px 32px 64px}.cashback-page__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.cashback-page__hero h1{margin:0 0 5px;color:#171412;font-family:var(--font-display),sans-serif;font-size:28px;font-weight:700;letter-spacing:-.011em;line-height:1.24}.cashback-page__hero p{margin:0;max-width:600px;color:#6e7278;font-size:14px;line-height:1.55}.cashback-page__search{display:flex;align-items:center;gap:8px;min-width:min(320px,100%);padding:9px 16px;border:1px solid #e3e3e6;border-radius:22px;background:#fff;color:#6e7278;font-size:13px}.cashback-page__search input{flex:1 1;border:0;outline:none;background:transparent;color:#171412;font:inherit}.cashback-promo{margin-bottom:8px}.cashback-promo__tag{display:inline-block;padding:4px 10px;border:1px solid #edefef;border-bottom:0;border-radius:6px 6px 0 0;background:#fff;color:#ea6a0a;font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.cashback-promo__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:184px;padding:34px 48px;border-radius:14px;background-color:#fbf3ea;background-image:repeating-linear-gradient(115deg,rgba(255,255,255,.55) 0 34px,transparent 34px 78px);text-align:center;text-decoration:none;color:inherit}.cashback-promo__card h2{margin:0;max-width:680px;color:#171412;font-family:var(--font-display),sans-serif;font-size:clamp(23px,3vw,32px);font-weight:600;letter-spacing:-.015em;line-height:1.18;text-wrap:pretty}.cashback-promo__card p{margin:0;color:#6e7278;font-size:14.5px}.cashback-promo__cta{display:inline-flex;align-items:center;padding:13px 30px;border-radius:999px;background:#171412;color:#fff;font-size:14px;font-weight:600}.cashback-section{margin-top:40px}.cashback-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.cashback-section h2,.cashback-section__head h2{margin:0 0 2px;color:#171412;font-family:var(--font-display),sans-serif;font-size:19px;font-weight:700;letter-spacing:-.008em;line-height:1.24}.cashback-section__head p{margin:0;color:#6e7278;font-size:12.5px}.cashback-section__see{color:#3c3f45;font-size:12.5px;font-weight:500;text-decoration:none;white-space:nowrap}.cashback-section__see:hover{color:#ea6a0a}.cashback-logo-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:22px 16px;gap:22px 16px}.cashback-offer{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.cashback-offer__art{display:flex;align-items:center;justify-content:center;height:82px;margin-bottom:9px;padding:14px;overflow:hidden;border:1px solid #edefef;border-radius:12px}.cashback-offer__logo{object-fit:contain}.cashback-offer__mono{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#fff;color:#171412;font-size:16px;font-weight:700;box-shadow:0 1px 4px rgba(16,18,22,.06)}.cashback-offer__pct{color:#ea6a0a;font-size:12.5px;font-weight:600;line-height:1.4}.cashback-offer__was{color:#8e9198;font-size:11.5px;line-height:1.4}.cashback-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.cashback-row{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid #edefef;border-radius:12px;background:#fff}.cashback-row__mark{flex-shrink:0;display:grid;place-items:center;width:44px;height:44px;padding:6px;border-radius:9px;box-sizing:border-box}.cashback-row__copy{flex:1 1;min-width:0}.cashback-row h3{margin:0;color:#171412;font-size:13.5px;font-weight:600;line-height:1.4}.cashback-row strong{display:block;color:#ea6a0a;font-size:12.5px;font-weight:600;line-height:1.4}.cashback-row>button{flex-shrink:0;height:38px;padding:0 16px;border:1px solid #e3e3e6;border-radius:19px;background:#fff;color:#171412;cursor:pointer;font:inherit;font-size:12.5px;font-weight:600;white-space:nowrap}.cashback-row>button:hover{border-color:#ea6a0a;color:#ea6a0a}.cashback-empty{margin:24px 0 0;color:#6e7278;font-size:14px}.cashback-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px}.cashback-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(23,20,18,.35);cursor:pointer}.cashback-modal__panel{position:relative;z-index:1;width:min(420px,100%);padding:36px 26px 28px;border-radius:16px;background:#fff;box-shadow:0 16px 44px rgba(16,18,22,.17);text-align:center;animation:breadly-pop .22s ease}.cashback-modal__mark{display:grid;place-items:center;width:86px;height:86px;margin:0 auto 20px;border:1px solid #edefef;border-radius:20px}.cashback-modal__panel h2{margin:0 0 8px;color:#171412;font-family:var(--font-display),sans-serif;font-size:28px;font-weight:600;letter-spacing:-.018em;line-height:1.2}.cashback-modal__panel>p{margin:0 0 28px;color:#3c3f45;font-size:16px}.cashback-modal__actions{display:grid;grid-gap:10px;gap:10px;max-width:280px;margin:0 auto}.cashback-modal__cancel,.cashback-modal__confirm{height:48px;border-radius:24px;cursor:pointer;font:inherit;font-size:15px;font-weight:600}.cashback-modal__confirm{border:0;background:#f97316;color:#fff}.cashback-modal__cancel{border:1px solid #e3e3e6;background:#fff;color:#171412}.cashback-toast{position:fixed;right:24px;bottom:24px;z-index:90;display:flex;align-items:flex-start;gap:12px;max-width:min(360px,calc(100vw - 32px));padding:14px 16px;border-radius:12px;background:#171412;color:#fff;box-shadow:0 12px 32px rgba(16,18,22,.22)}.cashback-toast p{margin:0;flex:1 1;font-size:13px;line-height:1.45}.cashback-toast button{border:0;background:transparent;color:#b9bcc2;cursor:pointer;font-size:14px;line-height:1}@media (max-width:1200px){.cashback-logo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1000px){.cashback-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.cashback-page__inner{padding:24px 16px 56px}.cashback-page__hero{flex-direction:column}.cashback-page__search{width:100%}.cashback-promo__card{padding:28px 22px}.cashback-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cashback-list{grid-template-columns:1fr}.cashback-section__head{align-items:flex-start;flex-direction:column}}.profile-page{background:#faf9f7;min-height:70vh}.profile-page--loading{min-height:50vh}.profile-page__layout{display:flex;gap:48px;max-width:1180px;margin:0 auto;padding:34px 32px 70px}.profile-sidebar{width:250px;flex-shrink:0}.profile-sidebar h1{margin:0 0 8px;color:#171412;font-family:var(--font-display),sans-serif;font-size:24px;font-weight:600;letter-spacing:-.011em;line-height:1.24}.profile-sidebar__lifetime{margin:0 0 3px;color:#171412;font-size:13px}.profile-sidebar__since{margin:0 0 18px;color:#8e9198;font-size:12.5px}.profile-sidebar__refer{display:inline-flex;align-items:center;height:40px;padding:0 18px;margin-bottom:28px;border:1px solid #e3e3e6;border-radius:20px;background:#fff;color:#171412;font-size:13px;font-weight:500;text-decoration:none}.profile-sidebar__rule{height:1px;margin-bottom:14px;background:#edefef}.profile-sidebar nav{display:flex;flex-direction:column;gap:3px}.profile-sidebar nav a{padding:10px 12px;border-radius:9px;color:#6b6f76;font-size:13.5px;font-weight:500;text-decoration:none}.profile-sidebar nav a.is-on{background:#f7f7f8;color:#171412;font-weight:700}.profile-sidebar nav a:hover:not(.is-on){background:#fafafb;color:#171412}.profile-main{flex:1 1;min-width:0}.profile-main__title{margin:0 0 20px;color:#171412;font-family:var(--font-display),sans-serif;font-size:28px;font-weight:600;letter-spacing:-.011em;line-height:1.24}.profile-main__lead{margin:-8px 0 24px;max-width:520px;color:#6e7278;font-size:14px;line-height:1.55}.profile-overview-cards{display:flex;gap:18px;margin-bottom:34px}.profile-balance-card{width:300px;flex-shrink:0;padding:26px;border:1px solid #edefef;border-radius:14px;background:#fff}.profile-balance-card>p{margin:0 0 8px;color:#6e7278;font-size:12.5px}.profile-balance-card>strong{display:block;margin-bottom:26px;color:#ea6a0a;font-family:var(--font-display),sans-serif;font-size:38px;font-weight:600;letter-spacing:-.011em;line-height:1.1}.profile-balance-card__foot{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.profile-balance-card__foot span{display:block;color:#8e9198;font-size:12px}.profile-balance-card__foot b{color:#171412;font-size:17px;font-weight:600}.profile-balance-card__foot a{color:#3c3f45;font-size:12.5px;font-weight:500;text-decoration:none}.profile-payment-card{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px;border:1px solid #edefef;border-radius:14px;background:#fff;text-align:center}.profile-payment-card>span{margin-bottom:10px;font-size:22px}.profile-payment-card h3{margin:0 0 6px;color:#171412;font-family:var(--font-display),sans-serif;font-size:15px;font-weight:700}.profile-payment-card p{margin:0;color:#6e7278;font-size:12.5px;line-height:1.5}.profile-label{margin:0 0 12px;color:#8e9198;font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.profile-table{border:1px solid #edefef;border-radius:12px;overflow:hidden;background:#fff}.profile-table__head,.profile-table__row{display:flex;align-items:center;padding:18px 20px}.profile-table__head{padding:14px 20px;background:#fafafb;color:#6e7278;font-size:11.5px;font-weight:700}.profile-table__row{border-top:1px solid #f0f0f2}.profile-table__date{width:90px;flex-shrink:0;font-size:12.5px;color:#6e7278}.profile-table__desc{flex:1 1;min-width:0;font-size:13px;font-weight:600;color:#171412}.profile-table__amount,.profile-table__status{width:110px;flex-shrink:0}.profile-table__amount{text-align:right;font-size:13px;font-weight:700;color:#171412}.profile-table__head .profile-table__amount,.profile-table__head .profile-table__date,.profile-table__head .profile-table__desc,.profile-table__head .profile-table__status{font-size:11.5px;font-weight:700;color:#6e7278}.profile-pill{display:inline-block;padding:5px 11px;border-radius:12px;font-size:11.5px;font-weight:500}.profile-pill--ok{background:#f2f7f3;color:#3e8e52}.profile-pill--pending{background:#f7f7f8;color:#6e7278}.profile-pill--warm{background:#faf4ee;color:#a9662c}.profile-table__see-all{display:block;padding:13px;border-top:1px solid #f0f0f2;color:#ea6a0a;font-size:12.5px;font-weight:700;text-align:center;text-decoration:none}.profile-faq{padding:16px 0;border-top:1px solid #edefef}.profile-faq h3{margin:0 0 5px;color:#171412;font-family:var(--font-display),sans-serif;font-size:14px;font-weight:700}.profile-faq p{margin:0;max-width:640px;color:#6e7278;font-size:13px;line-height:1.55}.profile-referral-row{display:flex;gap:10px;max-width:460px;margin-bottom:26px}.profile-referral-link{flex:1 1;padding:13px 16px;border:1px solid #e3e3e6;border-radius:10px;background:#fff;color:#6e7278;font-size:13.5px}.profile-referral-row button{padding:13px 20px;border:0;border-radius:10px;background:#f97316;color:#fff;cursor:pointer;font:inherit;font-size:13.5px;font-weight:600}.profile-stat-row{display:flex;gap:18px}.profile-stat{padding:18px 22px;border:1px solid #edefef;border-radius:12px;background:#fff}.profile-stat span{display:block;margin-bottom:4px;color:#8e9198;font-size:12px}.profile-stat strong{color:#171412;font-family:var(--font-display),sans-serif;font-size:22px;font-weight:600;letter-spacing:-.011em}.profile-companion-card{display:flex;align-items:center;gap:22px;max-width:520px;margin-bottom:28px;padding:22px;border:1px solid #edefef;border-radius:14px;background:#fff}.profile-companion-card__mascot{flex-shrink:0;display:grid;place-items:center;width:96px;height:96px;border-radius:50%;background:#fef3e7}.profile-companion-card h3{margin:0 0 12px;color:#171412;font-family:var(--font-display),sans-serif;font-size:19px;font-weight:700;letter-spacing:-.011em}.profile-companion-card__next{margin:7px 0 0;color:#6e7278;font-size:12px}.profile-companion-card__next strong{color:#171412}.profile-stage-list{display:flex;flex-direction:column;max-width:520px}.profile-stage-list__row{display:flex;align-items:center;gap:14px;padding:13px 4px;border-bottom:1px solid #f3f3f5}.profile-stage-list__icon{flex-shrink:0;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fef6ee}.profile-stage-list__row--locked .profile-stage-list__icon{filter:grayscale(1);opacity:.45;background:#f7f7f8}.profile-stage-list__row h3{margin:0;color:#171412;font-size:13.5px;font-weight:600}.profile-stage-list__row--locked h3{color:#9c9fa6}.profile-stage-list__row p{margin:1px 0 0;color:#8e9198;font-size:12px}.profile-stage-list__pill{margin-left:auto;height:24px;display:inline-flex;align-items:center;padding:0 11px;border-radius:12px;background:#f1f7f2;color:#1c9a3c;font-size:11px;font-weight:600}.profile-stage-list__row--current .profile-stage-list__pill{background:#f97316;color:#fff}.profile-stage-list__row--locked .profile-stage-list__pill{background:#f7f7f8;color:#b9bcc2}.profile-payout-card{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:520px;margin-bottom:18px;padding:22px;border:1px solid #edefef;border-radius:14px;background:#fff}.profile-payout-card h3{margin:0;color:#171412;font-family:var(--font-display),sans-serif;font-size:15px;font-weight:700}.profile-payout-card p{margin:2px 0 0;color:#6e7278;font-size:12.5px}.profile-payout-card button,.proto-settings__change{padding:9px 16px;border:1px solid #e3e3e6;border-radius:8px;background:#fff;color:#171412;cursor:pointer;font:inherit;font-size:12.5px;font-weight:700}.profile-cashout{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 24px;border:0;border-radius:8px;background:#f97316;color:#fff;cursor:pointer;font:inherit;font-size:13.5px;font-weight:600}.profile-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px}.profile-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(23,20,18,.35);cursor:pointer}.profile-modal__panel{position:relative;z-index:1;width:min(400px,100%);padding:28px 26px 24px;border-radius:16px;background:#fff;box-shadow:0 16px 44px rgba(16,18,22,.17);text-align:center;animation:breadly-pop .22s ease}.profile-modal__panel h2{margin:0 0 8px;color:#171412;font-family:var(--font-display),sans-serif;font-size:20px;font-weight:700}.profile-modal__panel>p{margin:0 0 18px;color:#6e7278;font-size:13px}.profile-modal__options{display:grid;grid-gap:8px;gap:8px}.profile-modal__options button{height:44px;border:1px solid #e3e3e6;border-radius:10px;background:#fff;color:#171412;cursor:pointer;font:inherit;font-size:14px;font-weight:600}.profile-modal__options button.is-on{border-color:#f97316;background:#fff7ed;color:#c2410c}.proto-settings{background:#faf9f7;min-height:70vh}.proto-settings__bar{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;border-bottom:1px solid #edefef;background:#fff}.proto-settings__brand{display:flex;align-items:center;gap:8px;color:#171412;font-family:var(--font-display),sans-serif;font-size:15px;font-weight:600;letter-spacing:-.011em}.proto-settings__close,.proto-settings__mark{font-size:18px;line-height:1}.proto-settings__close{color:#8e9198;text-decoration:none}.proto-settings__inner{max-width:640px;margin:0 auto;padding:36px 24px 80px}.proto-settings__card{margin-bottom:20px;padding:20px;border:1px solid #edefef;border-radius:14px;background:#fff}.proto-settings__card>h2{margin:0 0 14px;color:#171412;font-family:var(--font-display),sans-serif;font-size:15px;font-weight:700}.proto-settings__card--payout{display:flex;align-items:center;justify-content:space-between;gap:16px}.proto-settings__card--payout h2{margin:0}.proto-settings__card--payout p{margin:2px 0 0;color:#6e7278;font-size:12.5px}.proto-settings__row{display:flex;align-items:center;justify-content:space-between;gap:16px}.proto-settings__row--notif{padding:10px 0;border-top:1px solid #f0f0f2}.proto-settings__row--notif h3{margin:0;color:#171412;font-size:13.5px;font-weight:600}.proto-settings__row--notif p{margin:2px 0 0;color:#8e9198;font-size:12px;max-width:400px}.proto-settings__title-row{display:flex;align-items:center;gap:8px}.proto-settings__title-row h2{margin:0;color:#171412;font-size:15px;font-weight:700}.proto-settings__badge{padding:2px 8px;border-radius:10px;background:#f0f0f2;color:#6e7278;font-size:10.5px;font-weight:700}.proto-settings__badge.is-on{background:#fef3e7;color:#b45309}.proto-settings__row>div>p{margin:3px 0 0;color:#6e7278;font-size:12.5px}.proto-toggle{position:relative;flex-shrink:0;width:42px;height:24px;border:0;border-radius:12px;background:#d8d5d0;cursor:pointer}.proto-toggle span{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .15s ease}.proto-toggle.is-on{background:#f97316}.proto-toggle.is-on span{left:21px}.proto-settings__meter{margin-top:22px;padding-top:22px;border-top:1px solid #f3f3f5}.proto-settings__meter.is-dim{opacity:.4;pointer-events:none}.proto-settings__meter h3{margin:0 0 3px;color:#171412;font-size:13.5px;font-weight:600}.proto-settings__meter>p{margin:0 0 20px;color:#6e7278;font-size:12.5px}.proto-meter{position:relative;padding:0 4px;margin-bottom:8px}.proto-meter__track{height:4px;border-radius:2px;background:#f0f0f2}.proto-meter__fill{height:4px;border-radius:2px;background:#f97316}.proto-meter__stops{position:absolute;top:-8px;left:0;right:0;display:flex;justify-content:space-between}.proto-meter__stops button{width:20px;height:20px;border:2px solid #d8d5d0;border-radius:50%;background:#fff;cursor:pointer;box-sizing:border-box}.proto-meter__stops button.is-on{border-color:#f97316;background:#f97316}.proto-meter__labels{display:flex;justify-content:space-between;margin-top:16px}.proto-meter__labels button{width:31%;border:0;background:transparent;color:#8e9198;cursor:pointer;font:inherit;font-size:12.5px;font-weight:600}.proto-meter__labels button:first-child{text-align:left}.proto-meter__labels button:nth-child(2){text-align:center}.proto-meter__labels button:last-child{text-align:right}.proto-meter__labels button.is-on{color:#171412}.proto-meter__current{margin-top:20px;padding:14px 16px;border-radius:10px;background:#f7f7f8}.proto-meter__current strong{display:block;margin-bottom:4px;color:#171412;font-size:13px;font-weight:600}.proto-meter__current span{color:#6e7278;font-size:12.5px;line-height:1.55}.proto-settings__warn{margin:16px 0 0;padding:13px 15px;border-radius:10px;background:#fef6ee;color:#8a5a20;font-size:12.5px;line-height:1.55}@media (max-width:900px){.profile-page__layout{flex-direction:column;gap:28px;padding:24px 16px 56px}.profile-sidebar{width:100%}.profile-overview-cards{flex-direction:column}.profile-balance-card{width:100%}.profile-table__head,.profile-table__row{flex-wrap:wrap;gap:8px}.profile-table__amount,.profile-table__date,.profile-table__status{width:auto}.profile-table__amount{margin-left:auto}}