:root{--radius-action:999px;--color-emerald:#00c896;--color-emerald-light:#7dffd0;--color-void:#0e1117;--color-white:#fff;--color-offwhite:#f7f8f6;--color-green:#009b75;--color-red:#dc2626;--color-red-light:#b91c1c;--color-orange:#b45309;--color-orange-light:#ffb347;--color-blue:#5c6bc0;--color-expense-bg:#fee2e2;--color-income-bg:#dcfce7;--text-primary:#0e1117;--text-secondary:#6b7280;--text-muted:#9ca3af;--border-light:#e5e7eb;--border-dark:#ffffff0f;--data-alimentacion:#ff6b6b;--data-hogar:#ffb347;--data-higiene:#4fc3f7;--data-ocio:#ab47bc;--data-tech:#00c896;--data-ropa:#f06292;--data-transporte:#26c6da;--data-inversiones:#5c6bc0;--data-ingresos:#66bb6a;--data-otros:#90a4ae;--font-display:"Outfit", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"SF Mono", "Monaco", "Inconsolata", "Fira Code", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-primary);background-color:var(--color-offwhite);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-void);letter-spacing:-.8px;font-weight:800}.heading-hero{letter-spacing:-3px;font-size:clamp(2.5rem,5vw,4.25rem);line-height:1.1}.heading-section{letter-spacing:-2px;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.text-data{font-family:var(--font-mono)}.reveal{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(40px)}.reveal.active{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.bg-void{background-color:var(--color-void);color:var(--color-white)}.bg-void h1,.bg-void h2,.bg-void h3{color:var(--color-white)}.bg-white{background-color:var(--color-white)}.bg-offwhite{background-color:var(--color-offwhite)}.text-emerald{color:var(--color-emerald)}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.cta-button{border-radius:var(--radius-action);cursor:pointer;border:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:relative}.cta-button.primary,.cta-button.dark{background-color:var(--color-void);color:var(--color-white);font-family:var(--font-display);padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.cta-button.primary:hover,.cta-button.dark:hover{background-color:#1f2733;transform:translateY(-1px)}.cta-button.accent,.cta-button.emerald{background-color:var(--color-emerald);color:var(--color-void);font-family:var(--font-display);padding:10px 20px;font-size:14px;font-weight:700;transition:all .2s}.cta-button.accent:hover,.cta-button.emerald:hover{background-color:#00dfa8;transform:translateY(-1px);box-shadow:0 8px 20px #00c89633}.cta-button.secondary,.cta-button.ghost{color:#374151;border:.5px solid var(--border-light);font-family:var(--font-body);background-color:#0000;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.cta-button.secondary:hover,.cta-button.ghost:hover{background-color:var(--color-offwhite);border-color:var(--color-void)}.cta-button.destructive{color:#ef4444;font-family:var(--font-body);background-color:#0000;border:none;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.cta-button.destructive:hover{background-color:#fff5f5}.logo-dot{color:var(--color-emerald);margin-left:2px}.badge{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-block}.badge.founder{background-color:var(--color-void);color:var(--color-emerald);letter-spacing:1px;border-radius:3px;padding:2px 6px;font-size:9px}.badge.free{background-color:var(--color-offwhite);color:var(--text-secondary);border:.5px solid var(--border-light);border-radius:3px;padding:2px 6px;font-size:9px}.badge.processed{color:#009b75;background-color:#00c8961a}.badge.pending{color:#b45309;background-color:#fbbf241a}.badge.review-needed{color:#b91c1c;background-color:#ef44441a}@keyframes pulse-emerald{0%{box-shadow:0 0 #00c89666}70%{box-shadow:0 0 0 6px #00c89600}to{box-shadow:0 0 #00c89600}}.badge.new{background-color:var(--color-emerald);color:var(--color-void);font-size:9px;animation:2s ease-in-out infinite pulse-emerald}.badge.emerald{color:var(--color-emerald);background-color:#00c8961a;border:1px solid #00c89633}.badge.dark{background-color:var(--border-dark);color:var(--text-muted);border:1px solid var(--border-dark)}.premium-card{background:var(--color-white);border:1px solid var(--border-light);border-radius:8px;padding:20px 24px}.accent-card{background:var(--color-white);border:1px solid var(--border-light);border-left:3px solid var(--color-emerald);border-radius:0 8px 8px 0;padding:20px 24px}.flat-card{background:var(--color-white);border:1px solid var(--border-light);border-radius:8px;padding:20px 24px;transition:border-color .15s}.flat-card:hover{border-color:#d1d5db}.data-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem;font-size:.65rem;font-weight:700;display:block}.data-value{font-family:var(--font-display);color:var(--color-void);letter-spacing:-.5px;font-size:1.75rem;font-weight:600}.data-table-wrapper{background:var(--color-white);border:1px solid var(--border-light);border-radius:8px;overflow:hidden}.data-table{border-collapse:collapse;width:100%}.data-table th{background:var(--color-offwhite);text-align:left;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border-light);padding:.75rem 1.5rem;font-size:.65rem;font-weight:700}.data-table td{border-bottom:1px solid var(--border-light);color:var(--color-void);padding:.75rem 1.5rem;font-size:.875rem}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background-color:var(--color-offwhite)}.data-table-footer{background:var(--color-white);border-top:1px solid var(--border-light);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-size:.75rem;display:flex}.modern-input{border:.5px solid var(--border-light);background-color:var(--color-offwhite);width:100%;color:var(--text-primary);font-family:var(--font-body);border-radius:8px;outline:none;height:38px;padding:9px 12px;font-size:14px;transition:all .15s}.modern-input:focus{background-color:var(--color-white);border-color:var(--color-emerald);box-shadow:0 0 0 3px #00c8961a}.modern-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.modern-input:disabled{opacity:.6;cursor:not-allowed}.modern-label{font-size:9px;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:6px;font-weight:700;display:block}.modern-toggle{width:44px;height:24px;display:inline-block;position:relative}.modern-toggle input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#e5e7eb;border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0000001a}.modern-toggle input:checked+.toggle-slider{background-color:var(--color-emerald)}.modern-toggle input:checked+.toggle-slider:before{transform:translate(20px)}.dashboard-main{min-height:100vh;margin-left:220px}.dashboard-topbar{border-bottom:.5px solid var(--border-light);background:var(--color-white);z-index:40;padding:.75rem 2rem;position:sticky;top:0}.dashboard-content{flex-direction:column;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:28px;display:flex}.breadcrumb-nav{font-family:var(--font-body);color:var(--text-muted);letter-spacing:0;align-items:center;margin-bottom:16px;font-size:11px;display:flex}.breadcrumb-nav a{color:inherit;text-decoration:none}.breadcrumb-nav a:hover{text-decoration:underline}.breadcrumb-nav .current{color:var(--text-secondary)}.breadcrumb-nav .separator{color:var(--border-light);margin:0 4px}.dashboard-hero-grid{grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}.metrics-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.category-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.receipt-row{grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:1.5rem;padding:1.5rem;display:grid}.mobile-only{display:none!important}.desktop-only{display:block!important}@media (width<=768px){.mobile-only{display:flex!important}.desktop-only{display:none!important}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}html,body{overflow-x:hidden}main,section,.container{scroll-behavior:smooth}body>div[id=root]{padding-bottom:0}.dashboard-main{padding-bottom:20px;margin-left:0!important}.dashboard-topbar{flex-direction:row;gap:1rem;padding:1.5rem 1rem!important}.dashboard-content{gap:2rem!important;padding:1rem!important}.dashboard-hero-grid{gap:1.5rem;grid-template-columns:1fr!important}.metrics-grid{scroll-snap-type:x mandatory;margin:0 -1rem;padding:0 1rem .5rem;overflow-x:auto;display:flex!important}.metrics-grid>div{scroll-snap-align:start;flex:none;min-width:280px}.category-grid{grid-template-columns:1fr!important}.receipt-row{grid-template-columns:auto 1fr auto!important;gap:.75rem!important;padding:1rem!important}.receipt-row .mini-spectrum,.receipt-row .receipt-status{display:none!important}}:root{--control-min-size:44px;--text-muted:#526072;--text-secondary:#526072;--focus-ring:#00785b}.dashboard-layout :focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.dashboard-layout button,.dashboard-layout select{min-height:var(--control-min-size)}.dashboard-layout .modern-label{color:#374151;font-size:14px}.dashboard-layout .modern-input{min-height:44px;font-size:16px}.dashboard-layout .text-muted{color:#526072}.dashboard-layout small{font-size:12px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (width<=600px){.dashboard-main{min-width:0}.dashboard-layout main{padding-bottom:110px}}.overview .green,.overview .positive,.inv .up{color:#00785b!important}@media print{body:has(.receipt-print) *{visibility:hidden}.receipt-print,.receipt-print *{visibility:visible!important}.receipt-print{width:100%!important;max-width:none!important;max-height:none!important;position:absolute!important;top:0!important;bottom:auto!important;left:0!important;overflow:visible!important;transform:none!important}.receipt-print button{display:none!important}}.landing-menu-toggle{display:none}@media (width<=768px){.landing-nav{min-height:64px;background:#101722!important;padding:12px 20px!important}.landing-nav>div:first-child{white-space:nowrap;color:#fff!important}.landing-menu-toggle{color:#fff;background:0 0;border:1px solid #fff5;border-radius:12px;justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.landing-nav .landing-nav-links{background:#101722;border:1px solid #fff3;border-radius:16px;padding:20px;position:absolute;top:100%;left:12px;right:12px;box-shadow:0 16px 40px #0004;display:none!important}.landing-nav .landing-nav-links.is-open{flex-direction:column;align-items:stretch!important;gap:20px!important;display:flex!important}.landing-nav-links>div{flex-direction:column;gap:12px!important}.landing-nav-links a{align-items:center;min-height:44px;display:flex;color:#fff!important}.hero-observatory .container>div{min-width:0}.hero-observatory .hero-h1{letter-spacing:-1px;font-size:clamp(2rem,8vw,3rem)}.hero-cta-row{flex-wrap:wrap}.hero-cta-row>a,.hero-cta-row>button{max-width:100%}.cookie-banner{max-height:70dvh;overflow-y:auto;bottom:calc(12px + env(safe-area-inset-bottom))!important;gap:10px!important;padding:16px!important}.cookie-banner>div:first-child{display:none!important}.dashboard-topbar{flex-shrink:0;flex-direction:row!important;gap:12px!important;padding:0 16px!important}.dashboard-topbar button{min-width:44px}.notification-panel{max-height:calc(100dvh - 170px)!important}.dashboard-main{padding-bottom:calc(110px + env(safe-area-inset-bottom))!important}.receipt-upload-zone{flex-direction:column!important;align-items:stretch!important;gap:16px!important;padding:20px!important}.receipt-upload-zone>div{width:100%}.receipt-upload-zone>div:last-child{flex-wrap:wrap;justify-content:flex-end}.bank-transactions-table{min-width:0!important}.bank-transactions-table thead{display:none}.bank-transactions-table tbody,.bank-transactions-table tr{display:block}.bank-transactions-table tr{border-bottom:1px solid #e5e7eb;padding:12px;position:relative}.bank-transactions-table td{display:block;max-width:none!important;padding:5px 8px!important}.bank-transactions-table td:first-child{float:left}.bank-transactions-table td:nth-child(2){padding-top:8px!important}.bank-transactions-table td:nth-child(3){clear:both;padding-top:10px!important}.bank-transactions-table td:nth-child(4),.bank-transactions-table td:nth-child(5){display:inline-block}.bank-transactions-table td:nth-child(6),.bank-transactions-table td:nth-child(7){vertical-align:top;width:50%;display:inline-block}.bank-transactions-table td:nth-child(7):before{content:"Etiqueta personal";color:#526072;margin-bottom:6px;font-size:12px;display:block}.bank-transactions-table td:last-child{text-align:right;font-size:16px!important}.bank-transactions-table select{background:#fff;border:1px solid #cbd5e1;border-radius:10px;width:100%;max-width:100%;min-height:44px;padding:8px;font-size:14px}.problem-layout{grid-template-columns:minmax(0,1fr)!important;gap:32px!important}.problem-layout>div{min-width:0}.statement-upload-zone{gap:16px;flex-direction:column!important;align-items:stretch!important}.statement-upload-zone>div{min-width:0}.statement-upload-zone button{width:100%}}@media (width<=600px){.inv .metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.inv .metrics article:last-child{grid-column:1/-1}.inv .metrics article{padding:14px}.inv .metrics strong{overflow-wrap:anywhere;font-size:22px!important}.investment-import{scroll-margin-top:16px}.dashboard-layout input{min-width:0}}.cta-button,.cta-icon-btn,.inv button,.overview-card button,.receipt-upload-zone button,.statement-upload-zone button{border-radius:var(--radius-action)!important}.overview .overview-filters{flex-wrap:wrap;align-items:center;gap:10px 16px;padding:12px 16px;font-size:12px;display:flex}.overview-filters label,.date-range-fields label{color:#526072;align-items:center;gap:8px;font-size:12px;display:inline-flex}.overview-filters select,.date-range-fields input{font:inherit;color:#17212f;background:#fff;border:1px solid #dce1e7;border-radius:999px;max-width:100%;min-height:34px;padding:7px 12px}.overview .overview-filters>p{margin:0;font-size:11px}.overview-filters details{margin-left:auto;font-size:12px}.overview-filters summary{cursor:pointer;font-weight:500}.overview-filters details[open]{flex-basis:100%;margin:0}.overview-filters details p{margin-top:8px;font-size:12px;line-height:1.5}.date-range-fields{flex-wrap:wrap;flex-basis:100%;gap:10px 18px;padding:8px 0;display:flex}.date-range-fields input{font-size:13px}.overview .periods,.analysis-toolbar .analysis-periods{flex-wrap:wrap;gap:3px;padding:3px;background:#eef0ed!important;border:0!important;border-radius:999px!important;overflow:visible!important}.overview .periods button,.analysis-periods button{min-height:34px;border:0!important;border-radius:999px!important;padding:7px 14px!important;font-size:12px!important}.review-transactions{gap:8px;margin:12px 0 4px;padding:10px 18px;font-size:13px}.analysis-toolbar{flex-wrap:wrap}.analysis-page button{border-radius:999px!important}.analysis-scope{color:#526072;margin:0 0 18px;font-size:12px}.analysis-scope summary{cursor:pointer}.analysis-scope p{max-width:700px;font-size:12px;line-height:1.6}.transactions-view button,.transactions-view select{border-radius:999px!important}.transactions-view .bank-transactions-table button,.transactions-view .bank-transactions-table select{min-height:28px;font-size:11px!important}.bank-transactions-table .transaction-merchant>div{overflow-wrap:anywhere;line-height:1.45;white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.bank-transactions-table .transaction-merchant{min-width:240px}.category-source{color:#64748b;margin-right:5px;font-size:11px}.receipt-linked{color:#00785b;cursor:pointer;white-space:nowrap;background:#effaf6;border:1px solid #bce7dc;align-items:center;gap:5px;padding:4px 8px;display:inline-flex}.receipt-breakdown-note{color:#526072;margin-top:4px;font-size:11px;display:block}.category-popover button{border-radius:8px!important;min-height:34px!important}.category-popover{overscroll-behavior:contain;max-height:min(340px,70vh)!important}@media (pointer:coarse){.transactions-view .bank-transactions-table button,.transactions-view .bank-transactions-table select,.category-popover button,.overview .periods button,.analysis-periods button{min-height:44px!important}}@media (width<=760px){.overview-filters details{margin-left:0}.overview-filters label{flex:1}.overview-filters select{min-width:0}.analysis-toolbar{width:100%}.date-range-fields label{max-width:100%}}:focus-visible{outline-offset:3px;outline:3px solid #00856b}.audit-features{background:#f7f8f6;padding:80px 0}.audit-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:32px;display:grid}.audit-feature-grid article{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px}.audit-feature-grid h3{margin:20px 0 10px;font-size:20px}.audit-feature-grid p,.audit-solution p,.audit-investment p,.landing-contact p{color:#526074;line-height:1.65}.feature-illustration{text-align:center;color:#006e58;background:#e8f5f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:130px;padding:16px;font-size:13px;display:flex}.feature-tone-1,.feature-tone-4{color:#4c5299;background:#edf0fb}.feature-tone-2,.feature-tone-5{color:#226b82;background:#eaf5fa}.feature-tone-3{color:#815823;background:#fcf1e8}.audit-solution,.audit-investment{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:48px;padding-top:80px;padding-bottom:80px;display:grid}.audit-receipt,.audit-chart{background:#fff;border:1px solid #e5e7eb;border-radius:20px;min-width:0;margin:0;padding:28px;box-shadow:0 12px 40px #0e111708}.audit-receipt figcaption{align-items:center;gap:12px;margin-bottom:20px;font-weight:700;display:flex}.audit-receipt>div{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:12px;padding:16px 0;display:flex}.receipt-link{background:#e8f5f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;padding:12px;display:flex}.audit-bars{grid-template-columns:repeat(12,minmax(0,1fr));gap:6px;margin:24px 0 12px;display:grid}.audit-bars>div{text-align:center;min-width:0}.audit-bars small{font-size:10px}.audit-bar-track{border-bottom:1px solid #d8dde3;justify-content:center;align-items:flex-end;height:150px;display:flex}.audit-bar-track>span{background:#00856b;border-radius:4px 4px 0 0;flex-direction:column;justify-content:flex-start;width:75%;display:flex;overflow:hidden}.audit-bar-track i{background:#6965b1;height:35%}.audit-bar-track em{color:#7b8594;font-style:normal}.landing-note{color:#596579;margin:16px 0;font-size:13px;line-height:1.5}.audit-pill{color:#182535;font:inherit;cursor:pointer;background:#fff;border:1px solid #cad3dc;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:10px 18px;font-size:14px;text-decoration:none;display:inline-flex}.audit-actions{flex-wrap:wrap;gap:12px;display:flex}.landing-contact{max-width:720px;padding-top:64px;padding-bottom:64px}.landing-contact h2{font-size:32px}.consent-banner{z-index:1000;background:#fff;border:1px solid #cdd6dd;border-radius:16px;max-width:660px;max-height:70vh;margin:auto;padding:20px;position:fixed;bottom:16px;left:16px;right:16px;overflow:auto;box-shadow:0 10px 45px #0002}.consent-banner p{color:#344054;margin:0 0 16px;font-size:14px;line-height:1.5}.consent-banner>div{flex-wrap:wrap;gap:12px;display:flex}.consent-banner button{color:#005947;min-width:150px;font:inherit;cursor:pointer;background:#fff;border:1px solid #00856b;border-radius:999px;flex:1;padding:10px 16px;font-size:14px;font-weight:600}@media (width<=800px){.audit-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-solution,.audit-investment{grid-template-columns:1fr;gap:24px;padding-top:48px;padding-bottom:48px}}@media (width<=480px){.audit-feature-grid{grid-template-columns:1fr}.audit-chart,.audit-receipt{padding:16px}.audit-bars{gap:3px}.audit-bars small{font-size:9px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.audit-access-panels{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid;position:relative}.audit-access-panels>div{min-width:0}@media (width<=760px){.audit-access-panels{grid-template-columns:1fr}.audit-access-panels>div{padding:24px!important}#pricing{padding:64px 0!important}}.invite-gate{z-index:9999;color:#0e1117;background:#f7f8f6;justify-content:center;align-items:flex-start;padding:clamp(20px,6vh,64px) 20px;display:flex;position:fixed;inset:0;overflow:auto}.invite-gate-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:520px;padding:clamp(24px,5vw,40px)}.invite-gate header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.invite-gate header>a{color:inherit;font-size:22px;font-weight:800;text-decoration:none}.invite-gate button{font:inherit;cursor:pointer;border-radius:999px;min-height:42px;padding:10px 16px}.invite-gate header button{background:0 0;border:0}.invite-gate header button[aria-pressed=true]{background:#e5f7f1}.invite-gate h1{margin:12px 0 18px;font-size:28px;line-height:1.2}.invite-gate p{color:#596579;margin:16px 0;font-size:14px;line-height:1.6}.invite-gate .invite-eyebrow{letter-spacing:.1em;color:#008569;font-size:11px;font-weight:700}.invite-gate label{margin:24px 0 8px;font-size:13px;font-weight:600;display:block}.invite-gate input{box-sizing:border-box;width:100%;font:inherit;background:#fafbfa;border:1px solid #cbd5e1;border-radius:12px;padding:12px 16px}.invite-gate .invite-primary,.invite-gate .invite-secondary{border:1px solid #dce2e8;width:100%;margin-top:14px;display:block}.invite-gate .invite-primary{color:#fff;background:#0e1117}.invite-gate .invite-secondary{color:#243041;background:#fff}.invite-gate button:disabled{opacity:.65;cursor:wait}.invite-gate .invite-error{color:#b42318;background:#fff5f5;border-radius:12px;padding:12px}.invite-gate a{color:#007d63}.invite-gate :focus-visible{outline-offset:3px;outline:3px solid #008569}.tt-brand-landing{background:var(--color-offwhite);overflow:clip}.tt-brand-landing .hero-observatory{align-items:center;display:flex;min-height:90vh!important;padding-bottom:110px!important}.tt-brand-landing .hero-observatory:after{background:linear-gradient(105deg,#0e1117e6,#0e1117c2 45%,#0e111780)!important}.tt-brand-landing .hero-observatory .container{width:100%}.tt-brand-landing .hero-observatory .dashboard-floater:after{display:none}.brand-receipt-scene{isolation:isolate;place-items:center;height:480px;display:grid;position:relative}.brand-receipt-paper{width:285px;color:var(--color-void);filter:drop-shadow(0 22px 20px #0003);clip-path:polygon(0 0,100% 0,100% 97%,95% 100%,90% 97%,85% 100%,80% 97%,75% 100%,70% 97%,65% 100%,60% 97%,55% 100%,50% 97%,45% 100%,40% 97%,35% 100%,30% 97%,25% 100%,20% 97%,15% 100%,10% 97%,5% 100%,0 97%);background:#fff;padding:38px 28px 48px;transform:rotate(-8deg)}.brand-receipt-paper h2{font:700 30px/1.13 var(--font-display);letter-spacing:-1px;margin-bottom:30px}.brand-receipt-paper>div:not(.brand-receipt-barcode){justify-content:space-between;align-items:center;gap:12px;padding:10px 0;font-size:12px;display:flex}.brand-receipt-paper .brand-receipt-total{border-top:1px dashed #9ca3af;margin-top:20px;padding-top:23px!important}.brand-receipt-total strong{font:700 29px var(--font-display);white-space:nowrap}.brand-receipt-barcode{background:repeating-linear-gradient(90deg,#0e1117 0 2px,#0000 2px 5px,#0e1117 5px 6px,#0000 6px 9px,#0e1117 9px 12px,#0000 12px 14px);height:30px;margin:30px 9px 0}.brand-receipt-match{background:var(--color-emerald);width:340px;max-width:100%;color:var(--color-void);border-radius:12px;align-items:center;gap:12px;padding:20px;display:flex;position:absolute;bottom:55px;left:50%;transform:translate(-50%)rotate(5deg);box-shadow:0 15px 40px #0003}.brand-receipt-match strong,.brand-receipt-match span{display:block}.brand-receipt-match strong{font-size:14px}.brand-receipt-match span{margin-top:4px;font-size:10px}.brand-receipt-match>svg:last-child{margin-left:auto}.tt-brand-landing .audit-features{background:var(--color-void);color:#fff;border-radius:32px 32px 0 0;padding:100px 0;position:relative}.tt-brand-landing .audit-features h2,.tt-brand-landing .audit-features h3{color:#fff}.tt-brand-landing .audit-features p{color:#b4bdc9}.tt-brand-landing .audit-feature-grid article{background:0 0;border-color:#ffffff24}.tt-brand-landing .feature-illustration{color:var(--color-emerald);background:#172b29;border-radius:16px}.tt-brand-landing .feature-tone-1{color:#aeb9ed;background:#1c2437}.tt-brand-landing .feature-tone-2{color:#73dfbb;background:#153730}.tt-brand-landing .feature-tone-3{color:#c4b8e5;background:#262235}.tt-brand-landing .feature-tone-4{color:#92cddc;background:#162d35}.tt-brand-landing .feature-tone-5{color:#a3bce0;background:#202b37}.tt-brand-landing #how-it-works{background:var(--color-offwhite);border-radius:32px 32px 0 0;margin-top:-25px;position:relative;padding-top:80px!important;padding-bottom:75px!important}.tt-brand-landing .audit-solution{padding-top:55px;padding-bottom:95px}.tt-brand-landing .audit-receipt{box-shadow:0 18px 60px #0e11170b}.tt-brand-landing #pricing{border-radius:32px 32px 0 0;padding-top:85px!important;padding-bottom:85px!important}.brand-contact{background:var(--color-emerald);color:var(--color-void);justify-content:space-between;align-items:center;gap:25px;padding:60px max(6%,50vw - 600px);display:flex}.brand-contact p{margin-bottom:12px;font-size:15px}.brand-contact a{color:inherit;text-decoration:none}.brand-contact div>a{font:700 clamp(40px,5vw,68px) var(--font-display);letter-spacing:-2px;align-items:center;gap:28px;display:flex}.brand-contact svg{width:40px;height:40px}.brand-contact-email{border-bottom:1px solid;padding-bottom:4px;font-size:14px}.tt-brand-landing .audit-feature-grid article,.tt-brand-landing .audit-receipt,.tt-brand-landing .audit-chart{transition:transform .3s,box-shadow .3s}.tt-brand-landing .audit-feature-grid article:hover{transform:translateY(-5px)}@supports (animation-timeline:view()){.tt-brand-landing .audit-solution>div,.tt-brand-landing .audit-receipt,.tt-brand-landing .audit-feature-grid article,.tt-brand-landing .audit-investment>div,.tt-brand-landing .audit-chart{animation:ease-out both brand-enter;animation-timeline:view();animation-range:entry entry 25%}}@keyframes brand-enter{0%{opacity:.3;transform:translateY(25px)}to{opacity:1;transform:none}}@media (width<=900px){.tt-brand-landing .hero-observatory{padding-top:105px!important;padding-bottom:55px!important}.brand-receipt-scene{height:435px}.brand-receipt-paper{width:260px}.brand-receipt-match{width:320px;bottom:35px}.tt-brand-landing .hero-h1{max-width:600px}.tt-brand-landing .audit-features{padding:70px 0}}@media (width<=600px){.brand-receipt-scene{height:410px}.brand-receipt-paper{width:240px;padding:30px 25px 45px}.brand-receipt-paper h2{font-size:27px}.brand-receipt-match{width:290px;padding:16px;bottom:28px}.brand-contact{flex-direction:column;align-items:flex-start;padding:40px 24px}.brand-contact p{font-size:13px}.tt-brand-landing .audit-solution,.tt-brand-landing .audit-investment{padding-top:40px;padding-bottom:60px}}@media (prefers-reduced-motion:reduce){.tt-brand-landing *{transition:none!important;animation:none!important}.tt-brand-landing .dashboard-floater{transform:none!important}.tt-brand-landing .hero-reveal,.tt-brand-landing .hero-h1 .line>span{opacity:1!important;transform:none!important}.tt-brand-landing .tt-cursor{display:none}}.landing-insight{color:#0e1117;background:#e9f3ed;border-radius:44px 44px 0 0;padding:110px 0;position:relative}.insight-layout{grid-template-columns:1fr 1fr;align-items:center;gap:8%;display:grid}.insight-copy h2 span{color:#00856a}.insight-copy>p{color:#52615b;max-width:440px;margin:28px 0;line-height:1.8}.insight-source{border-top:1px solid #bacfc2;align-items:center;gap:14px;padding:20px 0;font-size:14px;display:flex}.insight-source span{flex:1}.insight-source small{color:#53695b;margin-top:5px;font-size:11px;display:block}.insight-source>svg{color:#00856a}.insight-board{background:#fff;border:1px solid #d5e0d8;border-radius:24px;padding:30px;transition:transform .5s;transform:rotate(1deg);box-shadow:0 28px 65px #164d3312}.insight-board:hover,.insight-board:focus-within{transform:rotate(0)}.insight-board header,.insight-summary{justify-content:space-between;align-items:center;gap:15px;display:flex}.insight-board header{color:#52615b;font-size:13px}.insight-summary{margin:25px 0}.insight-summary>strong{font:700 clamp(32px,4vw,50px) var(--font-display);letter-spacing:-2px}.insight-summary button{cursor:pointer;background:0 0;border:1px solid #d5e0d8;border-radius:99px;padding:8px 14px;font-size:12px}.insight-split{grid-template-columns:3fr 2fr;gap:7px;display:grid}.insight-split button{text-align:left;color:#fff;cursor:pointer;border:2px solid #0000;border-radius:12px;padding:18px 14px;transition:filter .2s,transform .2s}.insight-split button:hover{transform:translateY(-4px)}.insight-split button[aria-pressed=true]{outline-offset:3px;outline:2px solid #0e1117}.insight-split .food{background:#00856a}.insight-split .home{background:#5969ac}.insight-split span,.insight-split small{font-size:12px;display:block}.insight-split strong{font:600 32px var(--font-display);margin:18px 0 8px;display:block}.insight-items{min-height:150px;padding-top:20px}.insight-items>div{border-bottom:1px solid #edf0ed;align-items:center;gap:10px;padding:12px 0;font-size:13px;display:flex}.insight-items b{margin-left:auto}.insight-items i{border-radius:50%;width:7px;height:7px}.insight-items .food{background:#00856a}.insight-items .home{background:#5969ac}.insight-board footer{color:#00856a;align-items:center;gap:8px;padding-top:18px;font-size:12px;display:flex}.insight-disclaimer{color:#65716a;margin-top:16px;font-size:10px;display:block}.landing-steps{padding-top:100px!important;padding-bottom:100px!important}.landing-steps>h2{letter-spacing:-1.5px;font-size:clamp(30px,4vw,48px)}.landing-steps>p{color:#617069;margin:20px 0 40px}.landing-steps ol{border-top:1px solid #cbd8cf;list-style:none;gap:0!important;padding-left:0!important}.landing-steps li{border-right:1px solid #cbd8cf;padding:28px!important}.landing-steps li:last-child{border-right:0}.landing-steps li h3{margin-bottom:18px;font-size:22px}.landing-steps li p{color:#617069;font-size:14px;line-height:1.8}.tt-brand-landing .audit-feature-grid article{transition:transform .35s,border-color .35s}.tt-brand-landing .audit-feature-grid article:hover{border-color:#00c896;transform:translateY(-6px)}.tt-brand-landing .audit-investment{padding-top:100px;padding-bottom:100px}.tt-brand-landing .audit-chart{box-shadow:0 25px 65px #163d2510}@supports (animation-timeline:view()){.insight-board{animation:linear both insight-arrive;animation-timeline:view();animation-range:entry entry 85%}@keyframes insight-arrive{0%{opacity:.2;transform:translateY(70px)rotate(5deg)}to{opacity:1;transform:translateY(0)rotate(1deg)}}}@media (width<=800px){.landing-insight{border-radius:28px 28px 0 0;padding:65px 0}.insight-layout{grid-template-columns:1fr;gap:32px}.insight-board{padding:22px;transform:none}.landing-steps li{border-bottom:1px solid #cbd8cf;border-right:0}.insight-source{gap:9px;font-size:12px}}@media (prefers-reduced-motion:reduce){.insight-board{animation:none!important;transform:none!important}.insight-split button,.tt-brand-landing .audit-feature-grid article{transition:none;transform:none!important}}.journey-preview{color:#fff;--mint:#00c896;background:#0e1117}.journey-preview *{box-sizing:border-box}.journey-nav{z-index:20;background:linear-gradient(#0e1117b0,#0000);justify-content:space-between;align-items:center;height:80px;padding:0 4%;display:flex;position:fixed;top:0;left:0;right:0}.journey-nav a{color:#fff;align-items:center;gap:12px;font-size:12px;text-decoration:none;display:flex}.journey-nav .journey-logo{font:800 27px var(--font-display);letter-spacing:-1px;gap:3px}.journey-logo span{color:var(--mint)}.journey-scroll{height:580vh;position:relative}.journey-stage{isolation:isolate;background:#0e1117;height:100svh;position:sticky;top:0;overflow:hidden}.journey-photo{z-index:-3;background:linear-gradient(100deg,#0e1117ef,#0e111766),url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1800&q=80) 50%/cover;position:absolute;inset:0}.journey-glow{z-index:-2;will-change:transform;background:radial-gradient(at 70% 55%,#00c89622,#0000 48%);position:absolute;inset:0}.journey-grid{z-index:-1;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000,#0000);mask-image:linear-gradient(#0000,#000,#0000)}.journey-copy{z-index:4;width:39%;position:absolute;top:27%;left:8%}.journey-copy section{pointer-events:none;will-change:transform,opacity;width:100%;position:absolute;top:0}.journey-copy section[aria-hidden=false]{pointer-events:auto}.journey-copy :is(h1,h2){font:700 clamp(38px,4.5vw,76px)/1.06 var(--font-display);letter-spacing:-.045em;color:#fff;margin:0 0 30px}.journey-copy :is(h1,h2) span{color:var(--mint)}.journey-copy p{color:#b9c2ce;max-width:360px;font-size:16px;line-height:1.8}.journey-copy button,.journey-end a{background:var(--mint);color:#0e1117;font:600 13px var(--font-body);cursor:pointer;border:0;border-radius:100px;align-items:center;gap:20px;margin-top:28px;padding:14px 22px;display:inline-flex}.journey-world{perspective:1000px;perspective-origin:55% 45%;transform-style:preserve-3d;place-items:center;display:grid;position:absolute;inset:0 0 0 40%}.journey-object{transform-style:preserve-3d;will-change:transform,opacity;position:absolute;top:23%;left:23%}.journey-ticket{transform-style:preserve-3d;color:#0e1117;background:#fff;width:270px;min-height:370px;padding:28px 23px 37px;position:relative;box-shadow:0 30px 80px #0008,3px 3px #c1c6c7}.journey-ticket:after{content:"";background:linear-gradient(135deg,#fff 25%,#0000 25%) -10px 0/20px 20px,linear-gradient(225deg,#fff 25%,#0000 25%) -10px 0/20px 20px;height:11px;position:absolute;bottom:-10px;left:0;right:0}.journey-ticket-header>span{font:10px var(--font-mono);color:#63716f}.journey-ticket-header>strong{font:700 29px/1.08 var(--font-display);letter-spacing:-1px;margin:20px 0 25px;display:block}.journey-item{transform-style:preserve-3d;box-shadow:0 calc(var(--extract)*8px) calc(var(--extract)*25px) #0003;border-radius:5px;justify-content:space-between;align-items:center;gap:10px;padding:14px 10px;font-size:11px;display:flex;position:relative}.journey-item small{background:inherit;white-space:nowrap;border-radius:0 0 5px 5px;align-items:center;gap:6px;padding:3px 6px;font-size:8px;display:flex;position:absolute;top:100%;left:10px}.journey-ticket-total{border-top:1px dashed #859491;justify-content:space-between;align-items:center;margin-top:22px;padding-top:22px;font-size:12px;display:flex}.journey-ticket-total strong{font:700 28px var(--font-display)}.journey-barcode{background:repeating-linear-gradient(90deg,#101719 0 2px,#0000 2px 5px,#101719 5px 6px,#0000 6px 10px,#101719 10px 13px,#0000 13px 16px);height:25px;margin-top:25px}.journey-scanner{background:#00ecad;height:2px;position:absolute;left:-20px;right:-20px;transform:translateZ(8px);box-shadow:0 0 15px 4px #00c896aa}.journey-scanner:after{content:"";background:linear-gradient(#0000,#00c89644);height:60px;position:absolute;bottom:0;left:0;right:0}.journey-scan-frame{pointer-events:none;border:1px solid #00c89677;border-radius:6px;position:absolute;inset:-15px;transform:translateZ(10px)}.journey-bank{background:#192329;border:1px solid #496159;border-radius:16px;width:270px;padding:25px;position:absolute;top:34%;right:7%;box-shadow:0 25px 70px #0006}.journey-bank-icon{color:var(--mint);margin-bottom:20px}.journey-bank>span{color:#a1b4b1;font-size:11px}.journey-bank h3{font:600 21px var(--font-display);color:#fff;margin:9px 0}.journey-bank>strong{font:600 35px var(--font-display);color:#fff}.journey-bank-check{color:#5be4bd;border-top:1px solid #ffffff20;align-items:center;gap:8px;margin-top:20px;padding-top:18px;font-size:11px;display:flex}.journey-link{width:100px;color:var(--mint);align-items:center;gap:10px;display:flex;position:absolute;top:53%;left:31%}.journey-link span{background:var(--mint);flex:1;height:1px}.journey-result{color:#0e1117;will-change:transform,opacity;background:#f7f8f6;border:1px solid #49685a;border-radius:18px;width:340px;padding:28px;position:absolute;top:27%;left:23%;box-shadow:0 35px 90px #0007}.journey-result-top{justify-content:space-between;font-size:12px;display:flex}.journey-result-top svg{color:#00896a}.journey-result>strong{font:700 48px var(--font-display);margin:17px 0;display:block}.journey-result-bar{border-radius:5px;gap:4px;height:17px;margin-bottom:25px;display:flex;overflow:hidden}.journey-result-bar span:first-child{background:#00a782;flex:3}.journey-result-bar span:last-child{background:#5c6bc0;flex:2}.journey-result-row{align-items:center;gap:9px;margin:15px 0;font-size:12px;display:flex}.journey-result-row b{margin-left:auto}.journey-result-row i{background:#00a782;border-radius:50%;width:7px;height:7px}.journey-result-row:nth-of-type(4) i{background:#5c6bc0}.journey-result-tags{gap:7px;padding:18px 0;display:flex}.journey-result-tags span{border:1px solid #c4d4cb;border-radius:100px;padding:5px 10px;font-size:10px}.journey-result p{color:#52645e;border-top:1px solid #d3ded6;padding-top:16px;font-size:10px}.journey-bottom{z-index:10;justify-content:space-between;align-items:center;gap:20px;display:flex;position:absolute;bottom:25px;left:4%;right:4%}.journey-bottom>span{color:#a0ada9;align-items:center;gap:8px;font-size:10px;display:flex}.journey-bottom nav{gap:6px;display:flex}.journey-bottom button{color:#a8b4b1;font:12px var(--font-body);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:100px;padding:10px 13px}.journey-bottom button[aria-current=step]{color:#60eac8;background:#00c8960c;border-color:#00c89680}.journey-progress{background:var(--mint);transform-origin:0;height:3px;position:absolute;bottom:0;left:0;right:0}.journey-end{color:#0e1117;background:#f7f8f6;padding:100px 8%}.journey-end h2{letter-spacing:-2px;font-size:clamp(35px,5vw,65px);line-height:1.1}.journey-end h2 span{color:#009b75}.journey-end p{color:#56645f;margin-top:25px;font-size:15px}.journey-end a{text-decoration:none}.journey-preview :focus-visible{outline-offset:5px;outline:3px solid #5c6bc0}@media (width<=800px){.journey-scroll{height:520vh}.journey-nav{height:65px;padding:0 6%}.journey-copy{width:86%;top:13%;left:7%}.journey-copy :is(h1,h2){margin-bottom:12px;font-size:clamp(31px,7.6vw,48px)}.journey-copy p{max-width:360px;font-size:12px;line-height:1.6}.journey-copy button{margin-top:14px;padding:10px 15px;font-size:11px}.journey-world{perspective:850px;inset:35% 0 8%}.journey-object{zoom:.72;top:12%;left:calc(50% - 105px)}.journey-result{width:275px;padding:20px;top:13%;left:calc(50% - 137px)}.journey-result>strong{margin:10px 0;font-size:33px}.journey-result-bar{margin-bottom:12px}.journey-result-tags{padding:5px 0 12px}.journey-bank{width:170px;padding:15px;top:28%;right:3%}.journey-bank h3{font-size:16px}.journey-bank>strong{font-size:23px}.journey-bank-icon{margin-bottom:9px}.journey-bank-check{gap:4px;margin-top:10px;padding-top:10px;font-size:9px}.journey-link{width:50px;top:49%;left:36%}.journey-bottom{justify-content:center;bottom:18px}.journey-bottom>span{display:none}.journey-bottom nav{gap:0}.journey-bottom button{padding:9px 11px;font-size:10px}.journey-end{padding:65px 7%}}@media (height<=650px) and (width>=801px){.journey-object{zoom:.8;top:15%}.journey-copy{top:22%}.journey-result{zoom:.85;top:17%}}@media (prefers-reduced-motion:reduce){.journey-object,.journey-item,.journey-result,.journey-bank,.journey-copy section{transform:none!important}.journey-scanner{display:none}.journey-scroll{height:400vh}}:is(html:has(.journey-preview),body:has(.journey-preview)){overflow:clip visible}@media (width<=800px){.journey-object{--journey-travel:.6;--journey-scale:.65;zoom:1;--journey-bank-shift:-65px;margin-left:-135px;top:5%;left:50%}.journey-bank{width:150px;right:6%}.journey-link{width:35px;left:43%}}.journey-copy .journey-continue{background:var(--mint);color:#0e1117;border-radius:100px;align-items:center;gap:18px;margin-top:24px;padding:14px 22px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.tt-brand-landing:has(.journey-embedded){overflow:visible}.journey-embedded+.problem-section{position:relative}.journey-embedded .journey-stage:after{content:"";pointer-events:none;z-index:-1;background:linear-gradient(#0000,#0e1117);height:70px;position:absolute;bottom:0;left:0;right:0}.journey-purchase-lines{min-height:115px;transform-style:preserve-3d;position:relative}.journey-products>div{border-bottom:1px dashed #e0e5e2;justify-content:space-between;padding:10px 0;font-size:11px;display:flex}.journey-categories{transform-style:preserve-3d;position:absolute;inset:0}.journey-categories .journey-item{margin-bottom:10px}
