: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}.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}.hero-card-1{z-index:1;opacity:.55;transform:translate(180px,60px) rotate(12deg);background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7)}.hero-card-2{z-index:2;opacity:.7;transform:translate(110px,30px) rotate(7deg);background:linear-gradient(135deg,#f59e0b,#d97706,#b45309)}.hero-card-3{z-index:3;opacity:.85;transform:translate(48px,8px) rotate(2deg);background:linear-gradient(135deg,#0ea5e9,#2563eb 80%,#1d4ed8)}.hero-card-4{z-index:4;opacity:1;transform:translate(0) rotate(-3deg);background:linear-gradient(135deg,#059669,#0d9488,#0891b2)}.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}.hero-card-logo-mc{width:24px;height:14px;border-radius:50%;background:radial-gradient(circle at 30% 50%,#eb001b 0%,#eb001b 40%,transparent 40%),radial-gradient(circle at 70% 50%,#f79e1b 0%,#f79e1b 40%,transparent 40%);display:inline-block}.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;gap:12px;padding:24px 16px;border:2px solid #e2e8f0;border-radius:1rem;background:#f8fafc;cursor:pointer;transition:border-color .2s,background .2s}.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:14px;font-weight:500;color:#475569}.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%}.spending-slider{width:100%;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e2e8f0;border-radius:9999px;cursor:pointer}.spending-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--accent);cursor:pointer;box-shadow:0 2px 8px #1abc9c4d;transition:transform .2s}.spending-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.spending-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--accent);cursor:pointer;border:none;box-shadow:0 2px 8px #1abc9c4d}.spending-row-value .spending-input-num{width:5rem;padding:6px 10px;border:2px solid #e2e8f0;border-radius:6px;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{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}.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}.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)}.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:row;gap:14px;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 0;min-width:0;display:flex;flex-direction:column;gap:8px;padding-left:12px;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: 900px){.cr-rotation-row{flex-direction:column}.cr-rotation-row .cr-rotation{padding-left:0;border-left:none;padding-top:12px;border-top:1px solid #e2e8f0}.cr-rotation-row .cr-rotation:first-child{padding-top:0;border-top:none}}@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:#ff6b6b;background:#ff6b6b1a;padding:8px 12px;border-radius:4px;border-left:3px solid #ff6b6b}.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-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}}
