:root{--font-ui: "IBM Plex Sans", "Avenir Next", "Segoe UI", sans-serif;--currenta-navy: #222640;--currenta-black: #05070b;--currenta-blue: #77b6ff;--currenta-periwinkle: #8491fe;--currenta-violet: #755bfb;--currenta-purple: #5e4ad1;--surface-app: #f9fafb;--surface-card: #ffffff;--surface-subtle: #f0f1f6;--text-primary: var(--currenta-navy);--text-secondary: #4d5166;--text-muted: #6b7088;--border-default: #d5d7e2;--border-strong: #b3b6c8;--action-primary-bg: var(--currenta-violet);--action-primary-fg: #ffffff;--action-secondary-bg: #edeef4;--action-secondary-fg: var(--currenta-navy);--status-success-fg: #0e6e42;--status-success-bg: #eaf7f0;--status-pending-fg: #965b14;--status-pending-bg: #fbf2e7;--status-error-fg: #922b2b;--status-error-bg: #faecec;--radius-md: 12px;--radius-lg: 16px;--shadow-card: 0 10px 30px rgba(34, 38, 64, .08)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 8% 0%,#e8ecfe 0,transparent 35%),radial-gradient(circle at 92% 12%,#ede8fe 0,transparent 28%),var(--surface-app);color:var(--text-primary);font-family:var(--font-ui);line-height:1.4}#root{min-height:100vh}.app-shell{max-width:1120px;margin:0 auto;padding:20px 16px 40px}.app-topbar{display:flex;gap:16px;justify-content:space-between;align-items:center;margin-bottom:24px}.app-brand{display:flex;align-items:center;text-decoration:none}.app-brand-logo{height:54px;width:auto}.app-nav{display:none;align-items:center;padding:6px;background:var(--surface-subtle);border:1px solid var(--border-default);border-radius:999px}.app-nav a{text-decoration:none;color:var(--text-secondary);font-weight:600;font-size:14px;padding:8px 14px;border-radius:999px}.app-nav a[aria-current=page]{background:var(--surface-card);color:var(--text-primary)}.top-nav{display:inline-flex;gap:8px}.top-nav-item{border:1px solid var(--border-default);background:var(--surface-card);border-radius:999px;padding:8px 12px;color:var(--text-secondary);font-weight:700;cursor:pointer}.top-nav-item.active{border-color:var(--border-strong);color:var(--text-primary)}.alert-banner{border-radius:var(--radius-lg);border:1px solid var(--border-default);padding:14px 16px;margin-bottom:4px}.alert-title{margin:0;font-size:14px;font-weight:700}.alert-message{margin:4px 0 0;font-size:13px;color:var(--text-secondary)}.alert-info{background:#e9f5f9}.alert-warning{background:#fbf2e7}.alert-critical{background:#faecec}.filter-chip-group{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 6px}.filter-chip{border:1px solid var(--border-default);border-radius:999px;background:var(--surface-card);color:var(--text-secondary);font-size:12px;font-weight:700;padding:6px 10px;cursor:pointer}.filter-chip.active{border-color:var(--border-strong);background:var(--surface-subtle);color:var(--text-primary)}.status-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;border-radius:999px;padding:6px 10px}.status-pill:before{content:"";width:8px;height:8px;border-radius:999px;background:currentcolor;opacity:.75}.status-healthy{background:var(--status-success-bg);color:var(--status-success-fg)}.status-pending{background:var(--status-pending-bg);color:var(--status-pending-fg)}.status-declined{background:var(--status-error-bg);color:var(--status-error-fg)}.page-grid{display:grid;gap:16px;grid-template-columns:1.5fr 1fr}.landing-page{display:flex;flex-direction:column;gap:24px}.hero-section{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.9fr);gap:20px;align-items:stretch}.hero-copy,.feature-card,.trust-card,.cta-band,.proof-strip{background:#ffffffe6;border:1px solid var(--border-default);box-shadow:var(--shadow-card)}.hero-copy{border-radius:28px;padding:28px}.hero-kicker{margin:0 0 12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700}.hero-title{margin:0;font-size:clamp(28px,3.2vw,44px);line-height:1.08;max-width:20ch}.hero-subhead{margin:18px 0 0;max-width:60ch;color:var(--text-secondary);font-size:17px;line-height:1.6}.cancel-us-banner{margin-top:16px;padding:14px 16px;border-radius:16px;border:1px solid color-mix(in srgb,var(--currenta-violet) 35%,white);background:linear-gradient(120deg,color-mix(in srgb,var(--currenta-violet) 8%,white),color-mix(in srgb,var(--currenta-blue) 12%,white))}.cancel-us-section{padding:0 2px}.cancel-us-banner{display:flex;align-items:center;gap:18px}.cancel-us-banner>div:first-child{flex:1 1 auto}.cancel-us-actions{flex:0 0 auto;margin-left:auto}@media (max-width: 760px){.cancel-us-banner{flex-direction:column;align-items:stretch}.cancel-us-actions{margin-left:0;display:flex;justify-content:flex-start;margin-top:12px}}.breadcrumbs{margin:18px 0 16px;padding-bottom:6px}.breadcrumbs ol{list-style:none;display:flex;gap:8px;align-items:center;padding:0;margin:0;font-size:13px;color:var(--text-secondary)}.breadcrumbs li{display:inline-flex;align-items:center}.breadcrumbs li+li:before{content:">";margin:0 8px;color:var(--text-muted);font-weight:700}.breadcrumbs a{color:var(--text-secondary);text-decoration:none;font-weight:700}.breadcrumbs [aria-current=page]{color:var(--text-primary)}@media (max-width: 760px){.breadcrumbs{margin:14px 0 12px;padding-bottom:4px}}.cancel-us-kicker{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;color:var(--text-muted)}.cancel-us-title{margin:4px 0 0;font-weight:800;font-size:20px;color:var(--text-primary)}.cancel-us-copy{margin:8px 0 0;color:var(--text-secondary);font-size:14px;line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-actions a{text-decoration:none}.hero-supporting-copy{margin:18px 0 0;color:var(--text-muted);font-size:14px;max-width:58ch}.hero-panel{border-radius:24px;padding:22px;background:linear-gradient(180deg,#f5f8fcfa,#fff);border:1px solid var(--border-default);box-shadow:var(--shadow-card)}.hero-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}.hero-panel-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.hero-panel-list li{display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;column-gap:10px;row-gap:1px;padding-top:10px;border-top:1px solid var(--border-default)}.hero-panel-list li:first-child{padding-top:0;border-top:0}.hero-panel-list li>.icon-spot{grid-row:1 / 3;align-self:center}.hero-panel-list strong{font-size:13px}.hero-panel-list span{color:var(--text-secondary);font-size:13px;line-height:1.45}.cta-card-visual{display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-card-img{width:100%;max-width:480px;height:auto;filter:drop-shadow(0 24px 48px rgba(0,0,0,.18));animation:card-float 4s ease-in-out infinite}@keyframes card-float{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(.5deg)}}.icon-spot{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--bg-muted, rgba(0, 0, 0, .04));color:var(--text-secondary);flex-shrink:0}.icon-spot svg{width:18px;height:18px}.feature-card>.icon-spot,.trust-card>.icon-spot{margin-bottom:8px}.proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;border-radius:22px;padding:18px 20px}.proof-value{margin:0;font-size:22px;font-weight:700}.proof-label{margin:8px 0 0;color:var(--text-secondary)}.landing-section{display:flex;flex-direction:column;gap:18px;padding:6px 2px}.landing-section-muted{background:#f3f5f8b3;border:1px solid rgba(215,222,232,.9);border-radius:24px;padding:24px}.landing-section-alt{background:linear-gradient(135deg,#eaeff899,#ffffffd9);border:1px solid rgba(215,222,232,.7);border-radius:24px;padding:24px}.content-section-muted{background:#f3f5f8b3;border:1px solid rgba(215,222,232,.9);border-radius:24px;padding:24px}.section-heading{display:flex;flex-direction:column;gap:8px;max-width:70ch}.section-heading.narrow{max-width:56ch}.section-heading h2{margin:0;font-size:clamp(28px,2vw,40px);line-height:1.05}.section-heading p:last-child{margin:0;color:var(--text-secondary);line-height:1.6}.feature-grid,.trust-grid{display:grid;gap:16px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.trust-card{border-radius:20px;padding:20px}.feature-card h3,.trust-card h3,.cta-band h2{margin:0}.feature-card p,.trust-card p,.cta-band p{margin:10px 0 0;color:var(--text-secondary);line-height:1.6}.cta-band{display:flex;justify-content:space-between;align-items:center;gap:28px;border-radius:26px;padding:24px 26px;background:linear-gradient(135deg,#eaeff8eb,#fff);overflow:hidden}.cta-band>div:first-child{max-width:56ch}.cta-card-visual .hero-card-img{max-width:320px}.content-page{display:flex;flex-direction:column;gap:20px}.content-hero{display:flex;flex-direction:column;gap:18px;padding:26px 28px;border:1px solid var(--border-default);border-radius:28px;background:#ffffffeb;box-shadow:var(--shadow-card)}.content-section{display:flex;flex-direction:column;gap:18px}.content-card-grid{display:grid;gap:16px}.content-card-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-list{display:grid;gap:16px}.site-footer{margin-top:28px;padding:20px 0 8px;border-top:1px solid var(--border-default)}.footer-grid{display:grid;gap:20px;grid-template-columns:1.4fr 1fr 1fr}.footer-brand-block{display:flex;flex-direction:column;gap:8px}.footer-brand-name,.footer-heading{margin:0;font-weight:700}.footer-brand-name{font-size:18px}.footer-note{margin:0;color:var(--text-secondary);line-height:1.6}.footer-note-small{font-size:13px;color:var(--text-muted)}.footer-link-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.footer-link-list a{color:var(--text-secondary);text-decoration:none;font-weight:600}.footer-link-list a:hover,.footer-link-list a[aria-current=page]{color:var(--text-primary)}.footer-copyright{margin:18px 0 0;padding-top:14px;border-top:1px solid var(--border-default);color:var(--text-muted);font-size:13px}.stack-page{display:flex;flex-direction:column;gap:16px}.page-header-block{display:flex;flex-direction:column;gap:6px}.eyebrow{margin:0;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700}.page-title{margin:0;font-size:clamp(24px,1.6vw + 18px,32px);line-height:1.1}.panel-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid.single-column{grid-template-columns:1fr}.card{background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:16px}.card h2,.card h3{margin:0}.card-headline-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.detail-stack{margin-top:12px}.balance{font-variant-numeric:tabular-nums;font-size:clamp(26px,1.8vw + 16px,38px);line-height:1.1;margin:10px 0}.muted{color:var(--text-secondary);margin:0}.actions{display:flex;gap:10px;margin-top:14px}.button{border:0;border-radius:var(--radius-md);font-weight:700;padding:10px 14px;cursor:pointer}.button-primary{color:var(--action-primary-fg);background:var(--action-primary-bg)}.button-secondary{color:var(--action-secondary-fg);background:var(--action-secondary-bg)}.feed{list-style:none;margin:0;padding:0}.detail-row{display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--border-default);padding:10px 0}.detail-left{display:flex;flex-direction:column;gap:2px}.detail-label,.detail-value,.detail-hint{margin:0}.detail-label{font-size:13px;font-weight:600}.detail-hint{font-size:12px;color:var(--text-muted)}.detail-value{font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.feed-item{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border-default);min-height:56px;padding:12px 0}.feed-item:first-child{border-top:0}.feed-left{display:flex;flex-direction:column;gap:4px}.feed-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.feed-merchant{margin:0;font-weight:600}.feed-subtext{margin:0;color:var(--text-muted);font-size:13px}.feed-amount{margin:0;font-variant-numeric:tabular-nums;font-weight:700}.feed-period{font-weight:400;font-size:13px;color:var(--text-muted)}.sub-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}.sub-card{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden}.sub-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 16px 12px}.sub-card-price{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.sub-card-details{display:grid;grid-template-columns:repeat(3,1fr);margin:0;padding:10px 16px 12px;background:var(--bg-muted, rgba(0, 0, 0, .02));border-top:1px solid var(--border-default)}.sub-card-detail{display:flex;flex-direction:column;gap:1px}.sub-card-detail dt{font-size:11px;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.03em}.sub-card-detail dd{margin:0;font-size:13px;font-weight:600}@media (max-width: 900px){.page-grid,.hero-section,.proof-strip,.feature-grid,.trust-grid,.cta-band,.content-card-grid.two-up,.footer-grid{grid-template-columns:1fr}.cta-band{flex-direction:column;align-items:flex-start}.panel-grid{grid-template-columns:1fr}.app-topbar{flex-direction:column;align-items:flex-start}.top-nav{display:none}.app-nav{display:inline-flex;flex-wrap:wrap}.card-headline-row{flex-direction:column}.hero-copy,.hero-panel,.landing-section-muted,.landing-section-alt,.content-section-muted,.content-hero,.cta-band{padding:20px}.cta-card-visual{display:none}.hero-title{max-width:none}}@keyframes page-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-transition{animation:page-enter .3s ease-out both}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,var(--surface-subtle) 25%,#e8ecf1 50%,var(--surface-subtle) 75%);background-size:800px 100%;animation:shimmer 1.6s ease-in-out infinite;border-radius:var(--radius-md)}.skeleton-text{height:14px;margin-bottom:10px;border-radius:6px}.skeleton-text-lg{height:20px;margin-bottom:12px;border-radius:6px;width:60%}.skeleton-heading{height:28px;margin-bottom:16px;border-radius:8px;width:45%}.skeleton-card{height:140px;border-radius:var(--radius-lg)}.skeleton-pill{display:inline-block;height:26px;width:80px;border-radius:999px}.skeleton-balance{height:40px;width:35%;border-radius:8px;margin-bottom:12px}@keyframes stagger-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stagger-item{animation:stagger-in .35s ease-out both}.stagger-item:nth-child(1){animation-delay:0s}.stagger-item:nth-child(2){animation-delay:.06s}.stagger-item:nth-child(3){animation-delay:.12s}.stagger-item:nth-child(4){animation-delay:.18s}.stagger-item:nth-child(5){animation-delay:.24s}.stagger-item:nth-child(6){animation-delay:.3s}.stagger-item:nth-child(7){animation-delay:.36s}.stagger-item:nth-child(8){animation-delay:.42s}@media (prefers-reduced-motion: reduce){.page-transition,.stagger-item,.skeleton,.hero-card-img{animation:none}}
