:root{--bg: #0f172a;--card: #1e293b;--accent: #1abc9c;--accent-light: #2dd4bf;--text-primary: #ffffff;--text-secondary: #94a3b8;--border: #334155;--success: #10b981}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);margin:0;color:var(--text-primary);line-height:1.6}.app{width:100%;min-height:100vh}.hero-prototype{position:relative;min-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 32px 80px;background:linear-gradient(to bottom,#020617,#0f172a,#020617);overflow:hidden}.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.5}.hero-glow-emerald{top:33%;left:33%;width:500px;height:500px;background:#10b981}.hero-glow-violet{bottom:25%;right:25%;width:320px;height:320px;background:#8b5cf6}.hero-nav{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:20px 32px}.hero-logo{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(90deg,#34d399,#2dd4bf,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-top-text{font-size:.9rem;font-weight:500;color:#cbd5f5}@media (max-width: 900px){.hero-prototype{justify-content:flex-start;padding-top:12px;padding-bottom:64px}.hero-nav{position:relative;top:auto;left:auto;right:auto;z-index:2;flex-shrink:0;width:100%;max-width:1280px;margin:0 auto;padding:16px 0 8px;align-items:center;gap:8px}.hero-top-text{text-align:right;max-width:min(100%,16rem);line-height:1.35}}.hero-inner{position:relative;width:100%;max-width:1280px;margin:0 auto;padding:0 32px}.hero-two-col{display:flex;flex-direction:column;align-items:center;gap:48px;width:100%}@media (min-width: 768px){.hero-two-col{flex-direction:row;align-items:center;gap:32px}}.hero-content{flex:1;max-width:36rem}@media (min-width: 768px){.hero-cards-wrap{flex:1;display:flex;justify-content:center}}@media (max-width: 767px){.hero-cards-wrap{display:none}}.hero-rotating-wrap{margin-top:12px;height:28px;position:relative;overflow:hidden}.hero-rotating-text{margin:0;position:absolute;left:0;top:0;font-size:14px;font-weight:500;color:#34d399d9;animation:hero-rotate-in .45s ease-out}@keyframes hero-rotate-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero-cards-wrap{position:relative;width:340px;height:260px;flex-shrink:0}.hero-card{position:absolute;top:0;left:0;width:240px;height:152px;border-radius:1.25rem;padding:20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 50px #00000080,0 4px 16px #0000004d;opacity:0;transform:var(--hero-card-from, translate(0, 14px) rotate(0deg) scale(.94));will-change:transform,opacity;animation:hero-card-enter 1.15s cubic-bezier(.16,1,.3,1) var(--hero-enter-delay, 0ms) forwards,hero-card-float 6.8s ease-in-out calc(1.3s + var(--hero-enter-delay, 0ms)) infinite}.hero-card-1{--hero-card-transform: translate(180px, 60px) rotate(12deg);--hero-card-from: translate(198px, 82px) rotate(8deg) scale(.9);--hero-card-opacity: .55;--hero-enter-delay: .14s;z-index:1;opacity:.55;transform:var(--hero-card-transform);background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7)}.hero-card-2{--hero-card-transform: translate(110px, 30px) rotate(7deg);--hero-card-from: translate(126px, 50px) rotate(4deg) scale(.92);--hero-card-opacity: .7;--hero-enter-delay: .3s;z-index:2;opacity:.7;transform:var(--hero-card-transform);background:linear-gradient(135deg,#f59e0b,#d97706,#b45309)}.hero-card-3{--hero-card-transform: translate(48px, 8px) rotate(2deg);--hero-card-from: translate(62px, 24px) rotate(0deg) scale(.94);--hero-card-opacity: .85;--hero-enter-delay: .46s;z-index:3;opacity:.85;transform:var(--hero-card-transform);background:linear-gradient(135deg,#0ea5e9,#2563eb 80%,#1d4ed8)}.hero-card-4{--hero-card-transform: translate(0, 0) rotate(-3deg);--hero-card-from: translate(12px, 14px) rotate(-7deg) scale(.95);--hero-card-opacity: 1;--hero-enter-delay: .62s;z-index:4;opacity:1;transform:var(--hero-card-transform);background:linear-gradient(135deg,#059669,#0d9488,#0891b2)}@keyframes hero-card-enter{0%{opacity:0;transform:var(--hero-card-from)}to{opacity:var(--hero-card-opacity, 1);transform:var(--hero-card-transform)}}@keyframes hero-card-float{0%,to{transform:var(--hero-card-transform)}50%{transform:translateY(-6px) var(--hero-card-transform)}}@media (prefers-reduced-motion: reduce){.hero-card{animation:none;opacity:var(--hero-card-opacity, 1);transform:var(--hero-card-transform)}}.hero-card-top{display:flex;align-items:center;justify-content:space-between}.hero-card-label{font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3}.hero-card-logo{font-size:8px;font-weight:700;color:#ffffffe6;display:inline-block}.hero-card-logo-generic-1{width:26px;height:12px;border-radius:999px;background:linear-gradient(90deg,#fffffff2,#cbd5e1cc)}.hero-card-logo-generic-2{width:24px;height:12px;border-radius:3px;background:linear-gradient(135deg,#2dd4bff2,#22d3eef2)}.hero-card-logo-generic-3{width:24px;height:12px;border-radius:999px;background:radial-gradient(circle at 32% 50%,rgba(255,255,255,.9) 0%,rgba(255,255,255,.9) 42%,transparent 42%),radial-gradient(circle at 68% 50%,rgba(186,230,253,.95) 0%,rgba(186,230,253,.95) 42%,transparent 42%)}.hero-card-logo-generic-4{width:24px;height:12px;border-radius:3px;border:1px solid rgba(255,255,255,.7);background:#ffffff26}.hero-card-chip{width:36px;height:28px;border-radius:6px;background:#fff3;border:1px solid rgba(255,255,255,.3)}.hero-card-lines{display:flex;flex-direction:column;gap:6px}.hero-card-line{display:block;height:6px;border-radius:9999px;background:#ffffff40}.hero-card-line-a{width:128px}.hero-card-line-b{width:80px;background:#ffffff26}.hero-prototype .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;margin-bottom:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:9999px;color:#34d399;font-size:14px;font-weight:500}.hero-badge-icon{font-style:normal}.hero-prototype .hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:#fff;margin:0 0 20px}.hero-prototype .hero-accent{background:linear-gradient(90deg,#34d399,#2dd4bf,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-prototype .hero-subtitle{font-size:1.125rem;color:#94a3b8;line-height:1.6;margin:0 0 32px}.hero-prototype .hero-cta{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border:none;border-radius:1rem;font-size:1.125rem;font-weight:600;color:#fff;cursor:pointer;transition:transform .2s,box-shadow .2s;background:linear-gradient(135deg,#059669,#0d9488 60%,#0891b2);box-shadow:0 0 0 1px #05966966,0 8px 32px #05966959}.hero-prototype .hero-cta:hover{transform:scale(1.02);box-shadow:0 0 0 1px #05966980,0 12px 40px #05966966}.hero-cta-arrow{margin-left:4px;transition:transform .2s}.hero-prototype .hero-cta:hover .hero-cta-arrow{transform:translate(4px)}.hero-stats{position:relative;width:100%;max-width:1280px;margin:48px auto 0;padding:0 32px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width: 768px){.hero-stats{grid-template-columns:repeat(4,1fr)}}.hero-stat{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1rem;display:flex;flex-direction:column;justify-content:space-between}.hero-stat-value{font-size:1.5rem;font-weight:700;color:#fff}@media (min-width: 768px){.hero-stat-value{font-size:1.875rem}}.hero-stat-label{font-size:.875rem;color:#cbd5e1;margin-top:4px}.hero-stat-meta{font-size:.75rem;color:#64748b;margin-top:8px}.hero-stat-meta-upper{font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.hero-stat-label-bold{font-weight:700;color:#fff;line-height:1.3}.category-section-prototype{padding:80px 24px;background:#fff}.category-section-inner{max-width:1024px;margin:0 auto;text-align:center}.category-section-title{font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700;color:#0f172a;margin:0 0 16px}.category-section-subtitle{font-size:1.125rem;color:#64748b;margin:0 0 48px}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 640px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.category-grid{grid-template-columns:repeat(5,1fr)}}.category-card-btn{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:96px;padding:20px 14px;border:2px solid #e2e8f0;border-radius:1rem;background:#f8fafc;cursor:pointer;transition:border-color .2s,background .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.category-card-btn:hover{border-color:#1abc9c80}.category-card-btn-selected{border-color:var(--accent);background:#1abc9c14}.category-card-btn-selected .category-card-name{color:#0f172a}.category-card-check{position:absolute;top:12px;right:12px;color:var(--accent);font-size:14px;font-weight:700}.category-card-icon{font-size:2rem;line-height:1}.category-card-name{font-size:15px;font-weight:500;color:#475569;line-height:1.3}.category-card-btn-selected[data-category=Groceries],.category-card-btn-selected[data-category=Streaming]{border-color:#10b981;background:#10b98114}.category-card-btn-selected[data-category=Dining],.category-card-btn-selected[data-category=Restaurants]{border-color:#f97316;background:#f9731614}.category-card-btn-selected[data-category=Gas]{border-color:#3b82f6;background:#3b82f614}.category-card-btn-selected[data-category=Travel]{border-color:#8b5cf6;background:#8b5cf614}.category-card-btn-selected[data-category="Online Shopping"]{border-color:#ec4899;background:#ec489914}.category-card-btn-selected[data-category=Utilities]{border-color:#eab308;background:#eab30814}.category-card-btn-selected[data-category=Retailers],.category-card-btn-selected[data-category="Shopping (Retailers)"]{border-color:#06b6d4;background:#06b6d414}.category-card-btn-selected[data-category="Cell Phone Providers"]{border-color:#0ea5e9;background:#0ea5e914}.category-card-btn-selected[data-category=Other]{border-color:#64748b;background:#64748b1a}.spending-section-prototype{padding:80px 24px;background:#f8fafc}.spending-section-inner{max-width:672px;margin:0 auto;text-align:center}.spending-section-title{font-size:clamp(1.875rem,4vw,2.25rem);font-weight:700;color:#0f172a;margin:0 0 16px}.spending-section-subtitle{font-size:1.125rem;color:#64748b;margin:0 0 48px}.spending-card{background:#fff;border-radius:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;padding:32px;text-align:left}.spending-rows{display:flex;flex-direction:column;gap:32px;margin-bottom:24px}.spending-row{display:flex;flex-direction:column;gap:16px}.spending-row-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.spending-row-icon{font-size:1.25rem;margin-right:12px}.spending-row-label{flex:1;font-weight:500;color:#334155}.spending-row-value{display:flex;align-items:center;gap:2px;font-weight:600;color:#0f172a}.spending-row-currency{font-size:.875rem;color:#64748b}.spending-row-period{font-size:.875rem;font-weight:400;color:#94a3b8;margin-left:2px}.spending-row-slider-wrap{width:100%;padding:12px 0;touch-action:pan-y}.spending-slider{width:100%;height:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border-radius:9999px;cursor:pointer}.spending-slider::-webkit-slider-runnable-track{height:10px;background:#e2e8f0;border-radius:9999px}.spending-slider::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-8px;width:26px;height:26px;border-radius:50%;background:var(--accent);cursor:pointer;box-shadow:0 2px 10px #1abc9c73;transition:transform .2s}.spending-slider::-webkit-slider-thumb:hover{transform:scale(1.08)}.spending-slider::-moz-range-track{height:10px;background:#e2e8f0;border-radius:9999px}.spending-slider::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:var(--accent);cursor:pointer;border:none;box-shadow:0 2px 10px #1abc9c73}.spending-row-value .spending-input-num{width:5.25rem;min-height:44px;padding:8px 10px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:600;color:#0f172a;text-align:right}.spending-row-value .spending-input-num:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #1abc9c1a}.spending-total{padding-top:24px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.spending-total-label{font-size:1rem;color:#64748b}.spending-total-value{font-size:1.5rem;font-weight:700;color:#0f172a}.spending-total-currency{font-size:1.125rem;color:#64748b;margin-right:2px}.spending-submit-wrap{margin-top:24px;display:flex;justify-content:center}.spending-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:14px 32px;background:linear-gradient(135deg,#059669,#0d9488);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;touch-action:manipulation}.spending-submit-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spending-submit-spin .65s linear infinite;flex-shrink:0}@keyframes spending-submit-spin{to{transform:rotate(360deg)}}.spending-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #05966959}.spending-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.section-container{max-width:1200px;margin:0 auto;padding:0 20px}.disclaimer-footer{background:var(--bg);padding:24px 20px;text-align:center;border-top:1px solid var(--border)}.disclaimer-footer p{margin:0;color:var(--text-secondary);font-size:14px}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 18px;margin-top:10px}.footer-links a{color:#cbd5e1;font-size:13px;text-decoration:underline}.footer-links a:hover{color:#e2e8f0}.disclaimer-footer .geo-attribution{margin-top:8px;font-size:12px;color:#94a3b8}.disclaimer-footer .geo-attribution a{color:#94a3b8;text-decoration:underline}.disclaimer-footer .geo-attribution a:hover{color:var(--text-secondary)}.disclaimer-footer .privacy-analytics-note{margin-top:14px;max-width:720px;margin-left:auto;margin-right:auto}.disclaimer-footer .privacy-analytics-note a{color:var(--accent-light);text-decoration:underline}.disclaimer-footer .privacy-analytics-note a:hover{color:#5eead4}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:10000;padding:16px 20px 20px;background:#0f172afa;border-top:1px solid var(--border);box-shadow:0 -12px 40px #00000073}.cookie-banner-inner{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px 28px}.cookie-banner-title{margin:0 0 8px;font-size:1rem;font-weight:600;color:var(--text-primary)}.cookie-banner-text p{margin:0;font-size:14px;color:var(--text-secondary);line-height:1.55;max-width:640px}.cookie-banner-text a{color:var(--accent-light);text-decoration:underline}.cookie-banner-text a:hover{color:#5eead4}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0}.cookie-btn{font-size:14px;font-weight:600;padding:10px 18px;border-radius:10px;border:1px solid var(--border);cursor:pointer;font-family:inherit}.cookie-btn-primary{background:linear-gradient(135deg,var(--accent) 0%,#14b8a6 100%);color:#042f2e;border-color:transparent}.cookie-btn-primary:hover{filter:brightness(1.08)}.cookie-btn-secondary{background:transparent;color:var(--text-secondary)}.cookie-btn-secondary:hover{color:var(--text-primary);border-color:var(--text-secondary)}.results-section{background:#f8fafc;padding:60px 20px;margin:0}.results-section h2{font-size:32px;font-weight:700;margin:0 0 12px;color:#1a202c}.results-subtitle{font-size:16px;color:#718096;margin:0 0 32px}.error{margin-top:12px;color:#ff6b6b}.results-section{margin-top:18px}.category-rows{display:flex;flex-direction:column;gap:20px}.category-row{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:20px 24px;box-shadow:0 2px 10px #0000000a}.cr-header{display:flex;align-items:center;gap:10px;margin-bottom:18px}.cr-icon{font-size:22px}.cr-title{flex:1;font-size:17px;font-weight:700;color:#0f172a}.cr-total{font-size:20px;font-weight:800;color:#059669}.cr-total-label{font-size:11px;font-weight:500;color:#94a3b8;margin-left:3px}.cr-body{display:flex;gap:16px;align-items:flex-start}.cr-primary{flex:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:14px;min-width:0}.cr-primary-top{display:flex;gap:16px;align-items:center}.cr-primary-img{width:200px;height:126px;object-fit:contain;border-radius:10px;background:#e2e8f0;flex-shrink:0}.cr-primary-info{display:flex;flex-direction:column;gap:4px}.cr-primary-name{font-size:15px;font-weight:600;color:#1e293b;line-height:1.3}.cr-primary-rate{display:flex;align-items:baseline;gap:7px;margin-top:2px}.cr-rate-big{font-size:32px;font-weight:800;color:#059669;line-height:1}.cr-rate-label{font-size:14px;color:#64748b;font-weight:500}.cr-cap{display:flex;flex-direction:column;gap:6px}.cr-cap-header{display:flex;justify-content:space-between;align-items:center}.cr-cap-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.cr-cap-limit{font-size:12px;font-weight:700;color:#059669}.cr-cap-bar{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.cr-cap-fill{height:100%;background:linear-gradient(90deg,#059669,#34d399);border-radius:999px;transition:width .6s ease}.cr-cap-note{font-size:11px;color:#b45309;line-height:1.4}.cr-note{font-size:12px;color:#64748b;font-style:italic;line-height:1.4}.cr-earnings{display:flex;align-items:center;gap:8px;padding-top:10px;border-top:1px solid #e2e8f0}.cr-earnings-label{font-size:12px;color:#64748b;flex:1}.cr-earnings-value{font-size:18px;font-weight:700;color:#059669}.cr-earnings-fee{font-size:11px;color:#94a3b8}.cr-actions{display:flex;gap:10px}.cr-actions .details-btn{flex:1;margin-top:0}.cr-actions .apply-btn{flex:1;text-align:center}.cr-rotation-stack{flex:0 0 500px;width:500px;max-width:100%;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:10px}.cr-rotation-row{display:flex;flex-direction:column;gap:16px;align-items:stretch}.cr-rotation-header{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#059669}.cr-rotation-desc{font-size:12px;color:#64748b;line-height:1.5;margin:0}.cr-rotation{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:8px;padding:14px 0 0;border-left:none;border-top:1px solid #e2e8f0}.cr-rotation-row .cr-rotation:first-child{padding-top:0;border-top:none}@media (min-width: 901px){.cr-rotation-row{flex-direction:row;gap:14px}.cr-rotation{flex:1 1 0;padding:0 0 0 12px;border-top:none;border-left:1px solid #e2e8f0}.cr-rotation-row .cr-rotation:first-child{padding-left:0;border-left:none}}.cr-rotation-tag{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.cr-rotation-card{display:flex;gap:10px;align-items:center}.cr-rotation-img{width:56px;height:35px;object-fit:contain;border-radius:5px;background:#e2e8f0;flex-shrink:0}.cr-rotation-card-info{display:flex;flex-direction:column;gap:3px}.cr-rotation-name{font-size:12px;font-weight:600;color:#1e293b;line-height:1.3}.cr-rotation-rate{font-size:20px;font-weight:800;color:#059669;display:flex;align-items:baseline;gap:5px}.cr-rotation-rate-sub{font-size:11px;font-weight:500;color:#64748b}.cr-rotation-actions{display:flex;gap:6px}.cr-rotation-actions .details-btn{flex:1;margin-top:0}.cr-rotation-actions .apply-btn{flex:1;text-align:center}@media (max-width: 660px){.cr-body{flex-direction:column}.cr-rotation-stack{flex:1 1 auto;width:100%}}.category-section[data-category=Groceries],.category-section[data-category=Streaming]{border-color:#1abc9c;border-left-color:#1abc9c}.category-section[data-category=Groceries] h3,.category-section[data-category=Streaming] h3{color:#1abc9c}.category-section[data-category=Dining],.category-section[data-category=Restaurants]{border-color:#fd8c3e;border-left-color:#fd8c3e}.category-section[data-category=Dining] h3,.category-section[data-category=Restaurants] h3{color:#fd8c3e}.category-section[data-category=Gas]{border-color:#3b7ec4;border-left-color:#3b7ec4}.category-section[data-category=Gas] h3{color:#3b7ec4}.category-section[data-category=Travel]{border-color:#9b6fbe;border-left-color:#9b6fbe}.category-section[data-category=Travel] h3{color:#9b6fbe}.category-section[data-category="Online Shopping"]{border-color:#e84e89;border-left-color:#e84e89}.category-section[data-category="Online Shopping"] h3{color:#e84e89}.category-section[data-category=Utilities]{border-color:#f39c12;border-left-color:#f39c12}.category-section[data-category=Utilities] h3{color:#f39c12}.category-section[data-category=Other]{border-color:#94a3b8;border-left-color:#94a3b8}.category-section[data-category=Other] h3{color:#94a3b8}.category-section[data-category="Cell Phone Providers"]{border-color:#0ea5e9;border-left-color:#0ea5e9}.category-section[data-category="Cell Phone Providers"] h3{color:#0ea5e9}.category-section[data-category="AAA Purchases"]{border-color:#10b981;border-left-color:#10b981}.category-section[data-category="AAA Purchases"] h3{color:#10b981}.category-section[data-category=Drugstores]{border-color:#ff5252;border-left-color:#ff5252}.category-section[data-category=Drugstores] h3{color:#ff5252}.category-section[data-category=Home]{border-color:#7db552;border-left-color:#7db552}.category-section[data-category=Home] h3{color:#7db552}.category-section[data-category=Retailers],.category-section[data-category="Shopping (Retailers)"]{border-color:#06b6d4;border-left-color:#06b6d4}.category-section[data-category=Retailers] h3,.category-section[data-category="Shopping (Retailers)"] h3{color:#06b6d4}.error-message{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-left:4px solid #ef4444;padding:14px 16px;border-radius:10px;font-size:15px;font-weight:500;line-height:1.45}.cards-list{display:flex;flex-direction:column;gap:10px}.card{background:#ffffff0d;padding:12px;border-radius:6px;border:1px solid var(--border);overflow:hidden}.card-image{width:100%;height:auto;max-height:180px;object-fit:contain;border-radius:4px;margin-bottom:10px;display:block}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.card-header strong{font-size:14px;margin:0}.rate-badge{display:inline-block;background:var(--accent);color:#000;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.card-details{display:flex;flex-direction:column;gap:6px;font-size:13px}.detail-row{display:flex;justify-content:space-between;align-items:center}.detail-row .label{color:var(--text-secondary);font-weight:500}.detail-row.highlight{font-weight:600;color:var(--accent);background:#1abc9c1a;padding:6px 8px;border-radius:4px;margin-top:4px}.detail-row.notes{color:var(--text-secondary);font-size:12px;margin-top:4px;font-style:italic}.total-cashback{margin-top:8px;padding-top:8px;border-top:1px solid var(--border);font-weight:600;text-align:right;color:var(--accent)}.grand-total-banner{display:flex;align-items:center;justify-content:center;gap:0;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;padding:24px 40px;margin:8px 0 28px}.grand-total-stat{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1}.grand-total-divider{width:1px;height:56px;background:#bbf7d0;flex-shrink:0}.grand-total-label{font-size:13px;font-weight:500;color:#4b7a5e;letter-spacing:.01em}.grand-total-amount{font-size:36px;font-weight:800;color:#16a34a;line-height:1.1}.grand-total-fees{font-size:11px;color:#86a090;font-weight:400}.details-btn{display:block;width:100%;margin-top:10px;padding:8px 0;background:transparent;border:1px solid var(--accent);border-radius:6px;color:var(--accent);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.details-btn:hover:not(:disabled){background:#1abc9c1a}.details-btn:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:85vh;overflow-y:auto;padding:28px;position:relative;box-shadow:0 24px 64px #0000004d;color:#1a202c}.modal-header{text-align:center;margin-bottom:24px}.modal-card-image{width:200px;height:auto;max-height:130px;object-fit:contain;border-radius:8px;margin-bottom:12px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.modal-card-name{font-size:20px;font-weight:700;margin:0;color:#1a202c}.modal-welcome-bonus{background:linear-gradient(135deg,#6366f11a,#818cf80f);border:1px solid rgba(99,102,241,.25);border-radius:12px;padding:14px 18px;margin-bottom:16px}.modal-welcome-bonus h4{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#718096;margin:0 0 8px}.modal-welcome-bonus-text{margin:0;font-size:14px;line-height:1.5;color:#1a202c}.modal-welcome-bonus-disclaimer{margin:8px 0 0;font-size:12px;line-height:1.4;color:#718096}.modal-value-summary{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;margin-bottom:20px}.modal-value-summary h4,.modal-rates h4,.modal-selectable h4,.modal-benefits h4{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#718096;margin:0 0 12px}.value-row{display:flex;justify-content:space-around;text-align:center}.value-item{display:flex;flex-direction:column;gap:4px}.value-label{font-size:12px;color:#a0aec0;font-weight:500}.value-number{font-size:22px;font-weight:700;color:#1a202c}.fee-zero{color:#10b981}.fee-negative{color:#e84e89}.modal-rates{margin-bottom:20px}.rates-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px}.rate-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f7fafc;border-radius:6px}.rate-category{font-size:13px;color:#4a5568;font-weight:500}.rate-pct{font-size:14px;font-weight:700;color:#1abc9c}.modal-selectable{margin-bottom:20px}.selectable-group{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px;margin-bottom:8px}.selectable-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.selectable-meta{font-size:13px;color:#718096;font-weight:500}.selectable-cap{font-size:12px;color:#a0aec0;margin-left:auto}.selectable-categories{display:flex;flex-wrap:wrap;gap:6px}.selectable-tag{display:inline-block;padding:4px 10px;background:#1abc9c1a;color:#1abc9c;border-radius:12px;font-size:12px;font-weight:500}.modal-benefits{margin-bottom:24px}.benefits-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.benefits-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#4a5568;line-height:1.4}.benefits-list li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:#10b981;color:#fff;border-radius:50%;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}.modal-close-btn{display:block;width:100%;padding:14px;background:linear-gradient(135deg,#0f172a,#1e3c72);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-close-btn:hover{background:linear-gradient(135deg,#1a2744,#2a5298)}.fee-row .fee-amount{color:#e84e89;font-weight:600}.net-row{border-top:1px dashed #334155;padding-top:4px;margin-top:2px}.net-positive{color:#1abc9c;font-weight:700}.net-negative{color:#e84e89;font-weight:700}.card-actions{display:flex;gap:8px;margin-top:8px}.apply-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background:linear-gradient(135deg,#1abc9c,#16a085);color:#fff;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s ease;white-space:nowrap}.apply-btn:hover{background:linear-gradient(135deg,#16a085,#0e8c73);transform:translateY(-1px);box-shadow:0 4px 12px #1abc9c4d}.modal-apply-btn{display:block;width:100%;padding:12px;margin-top:16px;font-size:15px;text-align:center;border-radius:10px}.affiliate-disclosure{font-size:12px;color:#94a3b8;font-style:italic;margin-bottom:8px}@media (max-width: 768px){.hero{padding:30px 20px;min-height:auto}.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.hero-stats{gap:24px}.stat-value{font-size:24px}.category-buttons{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.slider-row{flex-direction:column;align-items:stretch;gap:12px}.slider-label-col{min-width:auto}.slider-amount-col{text-align:left}.total-spending{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width: 768px){.category-section-prototype,.spending-section-prototype{padding:48px 16px}.category-section-subtitle,.spending-section-subtitle{margin-bottom:32px}.spending-card{padding:24px 18px}.spending-row-label{font-size:1rem}.spending-rows{gap:24px}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 16px;margin-top:28px}.hero-stat{padding:1.125rem}.hero-stat-value{font-size:1.4rem}.hero-stat-label{font-size:.9375rem}.results-section{padding:40px 16px}.results-section h2{font-size:clamp(1.5rem,5vw,1.75rem)}.results-subtitle{font-size:15px;margin-bottom:24px;line-height:1.5}.section-container{padding:0 12px}.grand-total-banner{flex-direction:column;padding:20px;gap:16px}.grand-total-divider{width:min(100%,240px);height:1px}.grand-total-label{font-size:14px}.grand-total-amount{font-size:clamp(1.75rem,8vw,2.25rem)}.cr-header{flex-wrap:wrap;align-items:flex-start;gap:8px;margin-bottom:14px}.cr-title{flex:1 1 auto;min-width:0}.cr-total{margin-left:auto}.cr-primary-img{width:min(100%,260px);height:auto;max-height:none;aspect-ratio:200 / 126}.cr-rotation-img{width:80px;height:50px}.cr-actions{flex-direction:column;gap:10px}.cr-actions .details-btn,.cr-actions .apply-btn{width:100%;min-height:46px;padding:12px 16px;font-size:15px;margin-top:0}.cr-rotation-actions{flex-direction:column;gap:8px}.cr-rotation-actions .details-btn,.cr-rotation-actions .apply-btn{width:100%;min-height:46px;padding:12px 16px;font-size:15px}.details-btn{min-height:44px;padding:12px 16px;font-size:15px}.apply-btn{min-height:44px;padding:12px 18px;font-size:15px;white-space:normal;text-align:center}.disclaimer-footer{padding:28px 16px 32px}.disclaimer-footer p{font-size:15px;line-height:1.5}.footer-links{flex-direction:column;align-items:center;gap:4px;margin-top:14px}.footer-links a{display:inline-block;font-size:16px;padding:10px 12px;min-height:44px;line-height:1.4;text-decoration:none;border-radius:8px}.footer-links a:active{background:#ffffff0f}.disclaimer-footer .geo-attribution{font-size:13px;margin-top:12px}.modal-overlay{z-index:1000;padding:max(16px,env(safe-area-inset-top)) 16px max(20px,env(safe-area-inset-bottom));align-items:flex-end}.modal-content{max-height:min(92vh,900px);border-radius:16px 16px 0 0;padding:24px 20px max(24px,env(safe-area-inset-bottom))}.modal-header{padding-top:8px}.modal-header:before{content:"";display:block;width:40px;height:4px;border-radius:999px;background:#e2e8f0;margin:0 auto 16px}.category-row{padding:16px 14px}.cr-primary-top{flex-direction:column;align-items:center;text-align:center;gap:12px}.cr-primary-info{align-items:center}}@media (min-width: 769px){.modal-overlay{align-items:center}.modal-content{border-radius:16px}.modal-header:before{display:none}}.hero-nav a.hero-logo{text-decoration:none}.hero-nav-end{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:16px;max-width:min(100%,22rem)}.hero-nav-link{font-size:.9rem;font-weight:600;color:#cbd5e1;text-decoration:none;white-space:nowrap;padding:6px 4px;border-radius:6px;transition:color .15s ease,background .15s ease}.hero-nav-link:hover{color:#f1f5f9}.hero-nav-link-active{color:#2dd4bf}.hero-nav-link-muted{font-weight:500;color:#94a3b8}.page-header-bar{position:sticky;top:0;z-index:50;background:#0f172aeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(51,65,85,.6)}.page-header-inner{max-width:1280px;margin:0 auto;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;gap:16px}.page-header-nav{display:flex;align-items:center;gap:20px}.cards-catalog-app{background:var(--bg)}.cards-catalog-main{max-width:900px;margin:0 auto;padding:32px 24px 48px}.cards-catalog-intro{margin-bottom:32px}.cards-catalog-title{margin:0 0 8px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;letter-spacing:-.02em}.cards-catalog-subtitle{margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.65}.cards-catalog-loading,.cards-catalog-error{margin-top:16px}.cards-catalog-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:28px}.cards-catalog-item{display:flex;flex-direction:column;gap:20px;padding:24px;background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 32px #0003}@media (min-width: 720px){.cards-catalog-item{flex-direction:row;align-items:flex-start;gap:28px}}.cards-catalog-item-visual{flex-shrink:0;display:flex;justify-content:center}.cards-catalog-item-img{width:100%;max-width:220px;height:auto;border-radius:12px;box-shadow:0 12px 28px #00000059}.cards-catalog-item-body{flex:1;min-width:0}.cards-catalog-item-name{margin:0 0 10px;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.cards-catalog-item-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 4px;font-size:.9rem;color:var(--text-secondary);margin-bottom:12px}.cards-catalog-welcome-bonus{margin-bottom:20px;padding:14px 16px;border-radius:12px;background:#6366f114;border:1px solid rgba(99,102,241,.22)}.cards-catalog-welcome-bonus .cards-catalog-section-label{margin:0 0 8px;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.cards-catalog-welcome-bonus-text{margin:0;font-size:.98rem;line-height:1.55;color:var(--text)}.cards-catalog-welcome-bonus-disclaimer{margin:10px 0 0;font-size:.8rem;line-height:1.45;color:var(--text-secondary)}.cards-catalog-meta-sep{margin:0 6px;opacity:.5}.cards-catalog-section-label{margin:0 0 10px;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.cards-catalog-details{display:flex;flex-direction:column;gap:20px;margin-top:4px;margin-bottom:4px;padding:18px 20px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;box-shadow:inset 0 1px #ffffffb3}.cards-catalog-details .cards-catalog-rates-block,.cards-catalog-details .cards-catalog-selectable-block,.cards-catalog-details .cards-catalog-benefits-block{margin-bottom:0}.cards-catalog-details .cards-catalog-section-label{color:#64748b}.cards-catalog-details .cards-catalog-rate-row{border-bottom-color:#e2e8f0}.cards-catalog-details .cards-catalog-rate-cat{color:#1e293b}.cards-catalog-details .cards-catalog-rate-pct{color:#0f766e}.cards-catalog-details .cards-catalog-rate-cap,.cards-catalog-details .cards-catalog-rate-notes{color:#64748b}.cards-catalog-details .cards-catalog-selectable-row{color:#334155}.cards-catalog-details .cards-catalog-selectable-row strong{color:#0f766e}.cards-catalog-details .cards-catalog-benefits li{color:#475569}.cards-catalog-rates-block,.cards-catalog-selectable-block,.cards-catalog-benefits-block{margin-bottom:18px}.cards-catalog-rates,.cards-catalog-selectable,.cards-catalog-benefits{margin:0;padding:0;list-style:none}.cards-catalog-rate-row{display:grid;grid-template-columns:1fr auto;gap:4px 12px;padding:8px 0;border-bottom:1px solid rgba(51,65,85,.5);font-size:.9rem}.cards-catalog-rate-row:last-child{border-bottom:none}.cards-catalog-rate-cat{color:#e2e8f0}.cards-catalog-rate-pct{font-weight:700;color:#2dd4bf;text-align:right}.cards-catalog-rate-cap,.cards-catalog-rate-notes{grid-column:1 / -1;font-size:.8rem;color:#94a3b8;line-height:1.45}.cards-catalog-selectable-row{font-size:.9rem;color:#e2e8f0;padding:6px 0;line-height:1.5}.cards-catalog-benefits li{font-size:.88rem;color:#cbd5e1;margin-left:1.1rem;margin-bottom:6px}.cards-catalog-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px}.cards-catalog-no-affiliate{font-size:.85rem;color:#64748b}.guides-blog-page{min-height:100vh;background:#f8fafc;color:#0f172a}.guides-blog-topnav{background:#020617;padding:20px 32px;display:flex;align-items:center;justify-content:center}.guides-blog-topnav-inner{width:100%;max-width:1280px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.guides-blog-logo{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(90deg,#34d399,#2dd4bf,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.guides-blog-topnav-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.guides-blog-navlink{font-size:.875rem;font-weight:500;color:#94a3b8;text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.guides-blog-navlink:hover{color:#f8fafc}.guides-blog-navlink-active{color:#f8fafc;font-weight:600}.guides-blog-navlink-guides.guides-blog-navlink-active{border-bottom-color:#34d399}.guides-blog-shell{max-width:64rem;margin:0 auto;padding:48px 24px 56px}.guides-blog-hero{margin-bottom:40px}.guides-blog-hero-title{margin:0 0 8px;font-size:clamp(2rem,4vw,2.25rem);font-weight:800;letter-spacing:-.03em;color:#0f172a}.guides-blog-hero-sub{margin:0;font-size:1.125rem;color:#64748b;line-height:1.5}.guides-blog-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:40px}.guides-filter-pill{padding:8px 16px;border-radius:9999px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#475569;transition:border-color .15s ease,background .15s ease,color .15s ease}.guides-filter-pill:hover{border-color:#94a3b8}.guides-filter-pill-active{background:#0f172a;color:#fff;border-color:#0f172a}.guides-blog-spinner-wrap{display:flex;justify-content:center;padding:96px 0}.guides-blog-spinner{width:32px;height:32px;border:4px solid #e2e8f0;border-top-color:#10b981;border-radius:50%;animation:guides-spin .7s linear infinite}@keyframes guides-spin{to{transform:rotate(360deg)}}.guides-blog-error{color:#b91c1c;text-align:center;padding:48px 0}.guides-blog-empty{color:#94a3b8;text-align:center;padding:96px 0}.guides-blog-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.guides-blog-grid{grid-template-columns:repeat(2,1fr)}}.guides-article-card-link{display:block;height:100%;text-decoration:none;color:inherit}.guides-article-card{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 2px #0000000d;height:100%;display:flex;flex-direction:column;transition:box-shadow .3s ease,border-color .2s ease}.guides-article-card-link:hover .guides-article-card{box-shadow:0 10px 25px #0f172a1f;border-color:#cbd5e1}.guides-article-cover{height:12rem;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#064e3b,#0f766e)}.guides-article-cover-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.guides-article-card-link:hover .guides-article-cover-img{transform:scale(1.05)}.guides-article-cover-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#064e3b,#0f766e);color:#ffffff40;font-size:3rem}.guides-article-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.guides-article-meta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.guides-article-cat{font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:9999px}.guides-cat-groceries{background:#d1fae5;color:#047857}.guides-cat-dining{background:#ffedd5;color:#c2410c}.guides-cat-travel{background:#ede9fe;color:#6d28d9}.guides-cat-gas{background:#dbeafe;color:#1d4ed8}.guides-cat-101{background:#ccfbf1;color:#0f766e}.guides-cat-compare{background:#fce7f3;color:#be185d}.guides-cat-default{background:#f1f5f9;color:#475569}.guides-article-read{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;color:#94a3b8}.guides-icon-clock{flex-shrink:0;vertical-align:middle}.guides-article-title{margin:0 0 8px;font-size:1.25rem;font-weight:700;line-height:1.3;color:#0f172a;letter-spacing:-.02em;transition:color .2s ease}.guides-article-card-link:hover .guides-article-title{color:#047857}.guides-article-excerpt{margin:0;font-size:.875rem;line-height:1.65;color:#64748b;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.guides-article-tags{list-style:none;margin:0 0 4px;padding:0;display:flex;flex-wrap:wrap;gap:6px 8px}.guides-article-tags li{font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;padding:3px 8px;border-radius:999px}.guides-article-cta{margin-top:1rem;display:inline-flex;align-items:center;gap:4px;font-size:.875rem;font-weight:600;color:#059669;transition:gap .2s ease}.guides-article-card-link:hover .guides-article-cta{gap:8px}.guides-icon-arrow{flex-shrink:0}.guides-article-dates{margin:12px 0 0;font-size:.75rem;color:#94a3b8}.guides-blog-footer{max-width:64rem;margin:0 auto;padding:32px 24px 48px;border-top:1px solid #e2e8f0;text-align:center}.guides-blog-footer-note{margin:0 0 12px;font-size:.8125rem;color:#64748b;line-height:1.5}.guides-blog-footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 18px}.guides-blog-footer-links a{font-size:.8125rem;color:#64748b;text-decoration:underline}.guides-blog-footer-links a:hover{color:#0f172a}
