@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";.chart-container{position:relative;width:100%}.chart-container--compact{height:120px}.chart-container--medium{height:210px}.chart-container--large{height:230px}.donut-wrapper{display:flex;justify-content:center;margin:4px 0 14px}.sparkline{width:80px;height:32px}.stat-card__top{display:flex;align-items:center;justify-content:space-between}.stat-card__value-row{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.stat-card__inr-value{font-family:var(--mono);font-size:11px;color:#948678;margin-top:3px}.wallet-item{display:flex;align-items:center;gap:12px;padding:12px 0}.wallet-item:not(:first-child){border-top:1px solid #efe6d7}.wallet-item__icon{width:34px;height:34px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:11px}.wallet-item__info{flex:1}.wallet-item__name{font-weight:700;font-size:13px}.wallet-item__sub{font-size:11px;color:#948678}.wallet-item__amount{text-align:right}.wallet-item__amount-value{font-weight:700}.wallet-item__amount-inr{font-size:10px;color:#948678}.budget-card__progress-bar{height:8px;background:var(--bg-2);border-radius:999px;margin-top:14px;overflow:hidden}.budget-card__progress-bar-fill{height:100%;border-radius:999px}.budget-card__progress-bar-fill--gold{background:#b1832f}.budget-card__progress-bar-fill--wine{background:#7a2738}.budget-card__progress-bar-fill--green{background:#5d7d57}.budget-card__stats{display:flex;justify-content:space-between;margin-top:10px;font-size:11.5px;color:#948678}.recent-item:not(:first-child){border-top:1px solid #efe6d7}.recent-item__date{font-size:11px;color:#948678}.toggle{width:38px;height:22px;border-radius:999px;position:relative;cursor:pointer;transition:background .15s;flex-shrink:0}.toggle--on{background:#7a2738}.settings-section__header{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#948678}.settings-section__title{font-size:17px;margin:4px 0 6px}.settings-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid #efe6d7}.settings-row__sub{font-size:11.5px;color:#948678;margin-top:1px}.filter-bar__search{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;padding:10px 14px}.filter-bar__search input{border:0;background:transparent;outline:none;flex:1;font-family:inherit;font-size:13.5px;color:#2a201d}.filter-bar__search input::placeholder{color:#948678}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 920px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.grid-4{grid-template-columns:1fr}}.cols-main{display:grid;grid-template-columns:1.55fr 1fr;gap:16px}.amount-xl{font-size:52px;font-weight:800}@media (max-width: 680px){.amount-xl{font-size:38px!important}}.amount-lg{font-size:32px;font-weight:800}.amount-md{font-size:24px;font-weight:800}.transaction-table{width:100%;border-collapse:collapse}@media (max-width: 680px){.transaction-table thead{display:none}.transaction-table tbody,.transaction-table tr,.transaction-table td{display:block}.transaction-table tr{display:grid;grid-template-columns:1fr auto;gap:3px 14px;padding:14px 2px;border-bottom:1px solid #efe6d7;align-items:center}.transaction-table tr:last-child{border-bottom:0}.transaction-table td{padding:0!important;border:0!important;width:auto!important}.transaction-table td:nth-child(1){grid-area:1/1}.transaction-table td:nth-child(4){grid-area:1/2;text-align:right}.transaction-table td:nth-child(2){grid-area:2/1}.transaction-table td:nth-child(5){grid-area:2/2;text-align:right}.transaction-table td:nth-child(3){grid-area:3/1}.transaction-table td:nth-child(6){grid-area:3/2;text-align:right}}.mini-table tbody tr{display:grid;grid-template-columns:1fr auto;gap:2px 12px;padding:12px 2px;border-bottom:1px solid #efe6d7;align-items:center}.mini-table tbody tr:last-child{border-bottom:0}.mini-table td{padding:0!important;border:0!important;width:auto!important}.mini-table td:nth-child(1){grid-area:1/1}.mini-table td:nth-child(2){grid-area:1/2;text-align:right}.mini-table td:nth-child(3){display:none}@media (max-width: 680px){.mini-table td:nth-child(3){display:none}}.category-grid__button{padding:14px;display:flex;flex-direction:column;gap:9px;align-items:flex-start;cursor:pointer;text-align:left}.category-grid__button--active{border-color:#7a2738;box-shadow:0 0 0 3px #f6e3e6}.currency-chips .chip{cursor:pointer}.currency-chips .chip--active{background:#f6e3e6;color:#7a2738}.amount-row{display:flex;align-items:center;gap:10px;padding-bottom:14px;margin-top:8px}.amount-row__currency{font-size:15px;color:#948678}.amount-row__value-cents{color:#948678}.amount-row__inr{margin-left:auto;font-size:13px;color:#948678}.lp{--lp-max: 1140px;background:var(--bg);color:var(--ink);min-height:100vh;overflow-x:clip}.lp-wrap{max-width:var(--lp-max);margin:0 auto;padding:0 24px}.lp-nav{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:saturate(1.4) blur(14px);backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid var(--line)}.lp-nav-in{display:flex;align-items:center;gap:18px;height:70px}.lp-brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:18px;letter-spacing:-.02em}.lp-brand .mk{width:34px;height:34px;border-radius:11px;background:var(--wine);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;box-shadow:var(--sh-wine)}.lp-brand small{display:block;font-weight:500;font-size:9.5px;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.lp-links{display:flex;align-items:center;gap:4px;margin-left:14px}.lp-links a{padding:9px 14px;border-radius:11px;font-size:13.5px;font-weight:600;color:var(--ink-2);cursor:pointer;transition:background .15s}.lp-links a:hover{background:var(--bg-2)}.lp-nav-cta{margin-left:auto;display:flex;align-items:center;gap:8px}.lp-burger{display:none}.lp-hero{padding:76px 0 84px}.lp-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.lp-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 13px 6px 7px;border-radius:var(--r-pill);background:var(--wine-tint);color:var(--wine);font-size:12.5px;font-weight:700;margin-bottom:22px}.lp-eyebrow b{background:var(--wine);color:#fff;padding:2px 9px;border-radius:var(--r-pill);font-size:11px;font-weight:700}.lp-h1{font-size:clamp(38px,5.4vw,62px);font-weight:800;line-height:1.04;letter-spacing:-.038em;text-wrap:balance;margin:0}.lp-h1 .em{color:var(--wine);position:relative;white-space:nowrap}.lp-h1 .em:after{content:"";position:absolute;left:0;right:0;bottom:.07em;height:.14em;background:var(--wine-tint-2);border-radius:2px;z-index:-1}.lp-sub{font-size:clamp(15px,1.6vw,18px);color:var(--ink-2);line-height:1.6;max-width:480px;margin:22px 0 30px}.lp-cta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lp-note{display:flex;align-items:center;gap:16px;margin-top:22px;font-size:12.5px;color:var(--muted);flex-wrap:wrap}.lp-note span{display:inline-flex;align-items:center;gap:6px}.lp-note .tick{color:var(--green)}.lp-mock{position:relative}.lp-mock-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-3);padding:22px;position:relative;z-index:2}.lp-mock-bal{background:linear-gradient(158deg,var(--wine) 0%,var(--wine-2) 100%);color:#fff;border-radius:var(--r-lg);padding:20px 22px;position:relative;overflow:hidden;box-shadow:var(--sh-wine)}.lp-mock-bal .glow{position:absolute;right:-50px;top:-60px;width:200px;height:200px;border-radius:50%;background:#ffffff14}.lp-mock-bal .lbl{font-size:11.5px;opacity:.82;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.lp-mock-bal .amt{font-size:38px;font-weight:800;letter-spacing:-.03em;margin-top:6px}.lp-mock-bal .inr{font-size:12.5px;opacity:.85;margin-top:3px}.lp-mock-rows{margin-top:16px;display:flex;flex-direction:column}.lp-mock-row{display:flex;align-items:center;gap:12px;padding:11px 2px;border-top:1px solid var(--line)}.lp-mock-row:first-child{border-top:0}.lp-mock-row .nm{flex:1}.lp-mock-row .nm b{font-weight:700;font-size:13px;display:block}.lp-mock-row .nm small{color:var(--muted);font-size:11px}.lp-mock-row .v{font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.lp-float{position:absolute;z-index:3;background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-3);padding:12px 15px;display:flex;align-items:center;gap:11px}.lp-float .fi{width:36px;height:36px;border-radius:11px;display:flex;align-items:center;justify-content:center}.lp-float .ft{font-size:11px;color:var(--muted)}.lp-float .fv{font-size:15px;font-weight:800;letter-spacing:-.02em}.lp-float.a{top:-22px;left:-34px}.lp-float.b{bottom:-24px;right:-26px}.lp-trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--card-2)}.lp-trust-in{display:flex;align-items:center;gap:14px 40px;flex-wrap:wrap;justify-content:center;padding:22px 24px}.lp-trust-in span:first-child{color:var(--muted);font-size:12px;font-weight:600}.lp-trust-in b{font-size:16px;font-weight:800;letter-spacing:-.02em;color:var(--ink-2);opacity:.8}.lp-section{padding:88px 0}.lp-head{max-width:640px;margin:0 auto 52px;text-align:center}.lp-kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--wine)}.lp-h2{font-size:clamp(28px,3.6vw,40px);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:12px 0 0;text-wrap:balance}.lp-lead{font-size:16px;color:var(--ink-2);line-height:1.6;margin:14px 0 0}.lp-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lp-feat{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 24px;transition:transform .18s,box-shadow .18s,border-color .18s}.lp-feat:hover{transform:translateY(-3px);box-shadow:var(--sh-3);border-color:var(--line-2)}.lp-feat .fic{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.lp-feat h3{font-size:17px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.lp-feat p{font-size:13.5px;color:var(--ink-2);line-height:1.6;margin:0}.lp-feat .more{display:inline-flex;align-items:center;gap:5px;margin-top:16px;font-size:12.5px;font-weight:700;color:var(--wine)}.lp-steps-wrap{background:var(--card-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.lp-step{position:relative;padding:26px 24px;background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg)}.lp-step .n{width:38px;height:38px;border-radius:var(--r-pill);background:var(--wine);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;margin-bottom:16px;box-shadow:var(--sh-wine);font-variant-numeric:tabular-nums;letter-spacing:.02em}.lp-step h3{font-size:16px;font-weight:700;letter-spacing:-.02em;margin:0 0 7px}.lp-step p{font-size:13px;color:var(--ink-2);line-height:1.6;margin:0}.lp-band{background:linear-gradient(150deg,var(--wine) 0%,var(--wine-2) 100%);color:#fff;position:relative;overflow:hidden}.lp-band .glow{position:absolute;border-radius:50%;background:#ffffff0f}.lp-band .glow.g1{width:320px;height:320px;right:-80px;top:-120px}.lp-band .glow.g2{width:260px;height:260px;left:-90px;bottom:-130px}.lp-band-in{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:60px 24px;position:relative}.lp-stat .big{font-size:clamp(30px,4vw,46px);font-weight:800;letter-spacing:-.035em}.lp-stat .cap{font-size:13px;opacity:.82;margin-top:4px}.lp-stat+.lp-stat{border-left:1px solid rgba(255,255,255,.16);padding-left:28px}.lp-quote{max-width:820px;margin:0 auto;text-align:center}.lp-quote .q{font-size:clamp(22px,3vw,30px);font-weight:700;line-height:1.4;letter-spacing:-.02em;text-wrap:balance}.lp-quote .q span{color:var(--wine)}.lp-quote .by{display:inline-flex;align-items:center;gap:12px;margin-top:26px}.lp-quote .av{width:46px;height:46px;border-radius:14px;background:var(--wine-tint);color:var(--wine);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}.lp-quote .who{text-align:left}.lp-quote .who b{font-weight:700;font-size:14px}.lp-quote .who small{display:block;color:var(--muted);font-size:12px}.lp-cta{background:var(--card);border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-2);padding:56px 48px;text-align:center;position:relative;overflow:hidden}.lp-cta h2{font-size:clamp(26px,3.4vw,38px);font-weight:800;letter-spacing:-.03em;margin:0;text-wrap:balance}.lp-cta p{font-size:15.5px;color:var(--ink-2);margin:14px auto 28px;max-width:460px;line-height:1.6}.lp-foot{border-top:1px solid var(--line);padding:48px 0 40px}.lp-foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px}.lp-foot-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0 0 14px;font-weight:700}.lp-foot-col a{display:block;padding:5px 0;font-size:13.5px;color:var(--ink-2);cursor:pointer}.lp-foot-col a:hover{color:var(--wine)}.lp-foot-col p{font-size:13px;color:var(--ink-2);line-height:1.6;margin:14px 0 0;max-width:260px}.lp-foot-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:40px;padding-top:22px;border-top:1px solid var(--line);flex-wrap:wrap}.lp-foot-bar span{font-size:12.5px;color:var(--muted)}.lp-foot-bar .soc{display:flex;gap:8px}.lp-links a.on{background:var(--wine-tint);color:var(--wine)}.lp-page-hero{padding:64px 0 8px}.lp-page-h1{font-size:clamp(32px,4.6vw,52px);font-weight:800;letter-spacing:-.035em;line-height:1.05;margin:12px 0 0;text-wrap:balance}.lp-app{display:grid;grid-template-columns:1fr .92fr;gap:48px;align-items:center;background:var(--card-2);border:1px solid var(--line);border-radius:var(--r-xl);padding:48px 48px 48px 52px;overflow:hidden}.lp-store{display:flex;gap:12px;margin:26px 0 22px;flex-wrap:wrap}.lp-badge{display:inline-flex;align-items:center;gap:11px;padding:10px 16px;border-radius:var(--r);background:var(--ink);color:#fff;cursor:default}.lp-badge small{display:block;font-size:10px;opacity:.75;letter-spacing:.02em}.lp-badge b{display:block;font-size:14px;font-weight:700;letter-spacing:-.01em}.lp-waitlist{display:flex;gap:10px;max-width:400px}.lp-waitlist .input{flex:1}.lp-waitlist .btn{flex-shrink:0}.lp-app-art{display:flex;justify-content:center}.lp-phone{width:268px;height:540px;border-radius:40px;background:var(--ink);padding:12px;box-shadow:var(--sh-3);position:relative;flex-shrink:0}.lp-phone .notch{position:absolute;top:20px;left:50%;transform:translate(-50%);width:96px;height:24px;background:var(--ink);border-radius:999px;z-index:3}.lp-phone .scr{width:100%;height:100%;border-radius:30px;background:var(--bg);padding:20px 16px 12px;overflow:hidden;display:flex;flex-direction:column}.lp-phone .ph-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.lp-phone .ph-hi{font-weight:800;font-size:16px;letter-spacing:-.02em;white-space:nowrap}.lp-phone .ph-sub{font-size:11px;color:var(--muted)}.lp-phone .ava{width:34px;height:34px;border-radius:11px}.lp-phone .ph-bal{background:linear-gradient(158deg,var(--wine) 0%,var(--wine-2) 100%);color:#fff;border-radius:18px;padding:16px 16px 17px;position:relative;overflow:hidden;box-shadow:var(--sh-wine)}.lp-phone .ph-bal .glow{position:absolute;right:-30px;top:-36px;width:120px;height:120px;border-radius:50%;background:#ffffff17}.lp-phone .ph-bal .lbl{font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;opacity:.82}.lp-phone .ph-bal .amt{font-size:26px;font-weight:800;letter-spacing:-.03em;margin-top:4px}.lp-phone .ph-bal .inr{font-size:10.5px;opacity:.85;margin-top:2px}.lp-phone .ph-rows{margin-top:12px;display:flex;flex-direction:column;gap:2px;flex:1}.lp-phone .ph-row{display:flex;align-items:center;gap:10px;padding:8px 2px;border-bottom:1px solid var(--line)}.lp-phone .ph-row:last-child{border-bottom:0}.lp-phone .ph-row .nm{flex:1;font-size:12px;font-weight:600}.lp-phone .ph-row .v{font-size:12px;font-weight:700}.lp-phone .ph-tab{display:flex;align-items:center;justify-content:space-around;margin:8px -16px -12px;padding:12px 14px 14px;background:var(--card);border-top:1px solid var(--line);color:var(--muted)}.lp-phone .ph-tab .on{color:var(--wine)}.lp-phone .ph-tab .fab{width:40px;height:40px;border-radius:13px;background:var(--wine);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:-18px;box-shadow:var(--sh-wine)}.lp-price-toggle{display:inline-flex;gap:4px;padding:4px;background:var(--bg-2);border-radius:var(--r-pill);margin:0 auto 40px}.lp-price-toggle{display:flex;width:max-content;margin-left:auto;margin-right:auto}.lp-price-toggle button{border:0;background:transparent;cursor:pointer;font-family:inherit;font-weight:700;font-size:13.5px;color:var(--muted);padding:9px 18px;border-radius:var(--r-pill);display:inline-flex;align-items:center;gap:8px}.lp-price-toggle button.on{background:var(--card);color:var(--ink);box-shadow:var(--sh-1)}.lp-price-toggle .save{font-size:10.5px;font-weight:700;color:var(--green);background:var(--green-tint);padding:2px 7px;border-radius:var(--r-pill)}.lp-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.lp-tier{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px 26px;position:relative}.lp-tier.pop{border-color:var(--wine);box-shadow:0 0 0 3px var(--wine-tint),var(--sh-3)}.lp-tier-tag{position:absolute;top:-12px;left:26px;background:var(--wine);color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:var(--r-pill);box-shadow:var(--sh-wine)}.lp-tier-name{font-size:17px;font-weight:800;letter-spacing:-.02em}.lp-tier-blurb{font-size:13px;color:var(--muted);margin:4px 0 18px}.lp-tier-price{display:flex;align-items:baseline;gap:5px}.lp-tier-price .cur{font-size:15px;font-weight:700;color:var(--ink-2)}.lp-tier-price .amt{font-size:46px;font-weight:800;letter-spacing:-.04em}.lp-tier-price .per{font-size:14px;color:var(--muted)}.lp-tier-note{font-size:12px;color:var(--muted);margin:4px 0 20px}.lp-tier-feats{list-style:none;padding:0;margin:22px 0 0;display:flex;flex-direction:column;gap:11px}.lp-tier-feats li{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--ink-2);line-height:1.4}.lp-tier-feats .tk{color:var(--green);flex-shrink:0;margin-top:1px}.lp-faq{display:flex;flex-direction:column;gap:10px}.lp-faq-item{background:var(--card);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}.lp-faq-item .q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;background:transparent;cursor:pointer;font-family:inherit;text-align:left;padding:18px 20px;font-size:15px;font-weight:700;color:var(--ink)}.lp-faq-item .chev{color:var(--muted);transition:transform .2s;flex-shrink:0}.lp-faq-item.open .chev{transform:rotate(180deg);color:var(--wine)}.lp-faq-item .a{margin:0;padding:0 20px 20px;font-size:13.5px;color:var(--ink-2);line-height:1.6;max-width:600px}.lp-contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start}.lp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lp-chip-row{display:flex;gap:8px;flex-wrap:wrap}.lp-contact-aside{display:flex;flex-direction:column;gap:14px}.lp-method{display:flex;gap:14px;align-items:flex-start;background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:18px 20px}.lp-method .fic{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-method .h{font-size:14px;font-weight:700}.lp-method .d{font-size:13.5px;color:var(--wine);font-weight:600;margin-top:2px}.lp-method .s{font-size:12px;color:var(--muted);margin-top:3px}.lp-offices{background:var(--card-2);border:1px solid var(--line);border-radius:var(--r-lg);padding:20px}.lp-office{display:flex;flex-direction:column;padding:10px 0;border-top:1px solid var(--line)}.lp-office:first-of-type{border-top:0}.lp-office b{font-size:14px;font-weight:700}.lp-office span{font-size:12.5px;color:var(--muted);margin-top:1px}.lp-about-mission{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.lp-about-copy p{font-size:15px;color:var(--ink-2);line-height:1.7;margin:0 0 16px}.lp-about-copy p:last-child{margin-bottom:0}.lp-timeline{display:flex;flex-direction:column}.lp-tl-item{display:grid;grid-template-columns:96px 1fr;gap:24px;padding:22px 0;border-top:1px solid var(--line)}.lp-tl-item:first-child{border-top:0}.lp-tl-year{font-family:var(--mono);font-size:15px;font-weight:600;color:var(--wine)}.lp-tl-body h3{font-size:16px;font-weight:700;letter-spacing:-.02em;margin:0 0 6px}.lp-tl-body p{font-size:13.5px;color:var(--ink-2);line-height:1.6;margin:0}.lp-legal-grid{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:start}.lp-toc{position:sticky;top:86px;display:flex;flex-direction:column;gap:2px}.lp-toc-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:700;margin-bottom:10px}.lp-toc button{display:flex;align-items:center;gap:10px;text-align:left;border:0;background:transparent;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;color:var(--muted);padding:8px 10px;border-radius:10px;line-height:1.3}.lp-toc button:hover{background:var(--bg-2);color:var(--ink-2)}.lp-toc button.on{background:var(--wine-tint);color:var(--wine)}.lp-toc button .num{font-family:var(--mono);font-size:11px;opacity:.7}.lp-prose{max-width:680px}.lp-prose-sec{padding-bottom:36px;margin-bottom:36px;border-bottom:1px solid var(--line);scroll-margin-top:90px}.lp-prose-sec:last-child{border-bottom:0;margin-bottom:0}.lp-prose-sec h2{display:flex;align-items:baseline;gap:12px;font-size:22px;font-weight:800;letter-spacing:-.025em;margin:0 0 14px}.lp-prose-sec h2 .num{font-family:var(--mono);font-size:14px;font-weight:500;color:var(--wine)}.lp-prose-sec p{font-size:14.5px;color:var(--ink-2);line-height:1.72;margin:0 0 14px}.lp-prose-sec ul{margin:0 0 14px;padding-left:4px;list-style:none;display:flex;flex-direction:column;gap:9px}.lp-prose-sec li{position:relative;padding-left:22px;font-size:14.5px;color:var(--ink-2);line-height:1.6}.lp-prose-sec li:before{content:"";position:absolute;left:4px;top:9px;width:6px;height:6px;border-radius:50%;background:var(--wine)}@media (max-width: 940px){.lp-hero-grid{grid-template-columns:1fr;gap:64px}.lp-mock{max-width:460px;margin:0 auto}.lp-features,.lp-steps{grid-template-columns:1fr 1fr}.lp-band-in{grid-template-columns:1fr 1fr;gap:32px}.lp-stat+.lp-stat{border-left:0;padding-left:0}.lp-stat:nth-child(odd){border-left:0;padding-left:0}.lp-foot-grid{grid-template-columns:1fr 1fr}.lp-app{grid-template-columns:1fr;gap:36px;padding:40px}.lp-app-art{order:-1}.lp-tiers{grid-template-columns:1fr;max-width:460px;margin:0 auto}.lp-tier.pop{order:-1}.lp-contact-grid{grid-template-columns:1fr}.lp-about-mission{grid-template-columns:1fr;gap:20px}.lp-legal-grid{grid-template-columns:1fr;gap:28px}.lp-toc{position:static;flex-direction:row;flex-wrap:wrap;gap:6px}.lp-toc-label{width:100%}}@media (max-width: 640px){.lp-links,.lp-nav-cta .lp-hide-sm{display:none}.lp-burger{display:inline-flex}.lp-hero{padding:52px 0 64px}.lp-section{padding:64px 0}.lp-features,.lp-steps,.lp-foot-grid{grid-template-columns:1fr}.lp-band-in{grid-template-columns:1fr 1fr;gap:24px;padding:44px 24px}.lp-float{display:none}.lp-cta{padding:40px 24px}.lp-wrap{padding:0 18px}.lp-app{padding:28px 22px}.lp-form-row{grid-template-columns:1fr}.lp-waitlist{flex-direction:column}.lp-waitlist .btn{width:100%;justify-content:center}.lp-tl-item{grid-template-columns:1fr;gap:6px}.lp-page-hero{padding:44px 0 4px}}.auth-brand{flex:0 0 46%;padding:44px 46px;background:linear-gradient(160deg,#7a2738,#5c1c2a);color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 16px 36px #5c1c2a4d}@media (max-width: 920px){.auth-brand{flex:0 0 auto!important;border-radius:0!important;padding:30px 24px 34px!important;display:none}}@media (max-width: 680px){.auth-brand{padding:32px;display:none}}@media (max-width: 560px){.auth-brand{padding:24px;display:none}}@media (max-width: 920px){.auth-brand__hero{font-size:32px!important}}@media (max-width: 680px){.auth-brand__hero{font-size:36px}}@media (max-width: 560px){.auth-brand__hero{font-size:28px}}@media (max-width: 920px){.auth-form{padding:30px 22px 44px!important;align-items:flex-start!important;display:none}}@media (max-width: 680px){.auth-form{padding:24px}}.auth-form__badge{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#948678}@media (max-width: 560px){.auth-form__title{font-size:28px}}.auth-form__subtitle{font-size:14px;color:#948678;margin-bottom:24px;line-height:1.5}.auth-form__footer{margin-top:26px;font-size:13px;text-align:center;color:#948678}.auth-form__link{color:#7a2738;cursor:pointer;font-weight:600;text-decoration:none}.auth-form__legal{margin-top:18px;font-size:11px;text-align:center;line-height:1.5;color:#948678}.setup-wrap{min-height:100vh;background:var(--bg);padding:20px}.setup-container{max-width:900px;margin:0 auto;background:var(--card);border-radius:var(--r-xl);box-shadow:var(--sh-3);overflow:hidden}.setup-header{background:linear-gradient(160deg,var(--wine) 0%,var(--wine-2) 100%);padding:30px 40px;display:flex;justify-content:space-between;align-items:center}.setup-logo{display:flex;align-items:center;gap:12px}.setup-logo__icon{width:40px;height:40px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;color:#fff}.setup-logo__text{font-weight:800;font-size:20px;color:#fff}.setup-progress{display:flex;align-items:center;gap:12px}.setup-progress__step{width:32px;height:32px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.setup-progress__step--active{background:#fff;color:var(--wine)}.setup-progress__line{width:40px;height:2px;background:#ffffff4d}.setup-content{padding:40px}.setup-title{font-size:28px;font-weight:800;margin-bottom:8px;color:var(--ink)}.setup-subtitle{font-size:14px;color:var(--muted);margin-bottom:32px}.currency-section{margin-bottom:40px}.currency-section__label{font-size:16px;font-weight:700;color:var(--ink);display:block;margin-bottom:6px}.currency-section__hint{font-size:12px;color:var(--muted);margin-bottom:16px}.currency-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:16px}.currency-card{padding:16px;border:2px solid var(--line);border-radius:var(--r);background:var(--card);cursor:pointer;transition:all .2s;text-align:center;position:relative}.currency-card:hover{border-color:var(--wine-soft);transform:translateY(-2px)}.currency-card--active{border-color:var(--wine);background:var(--wine-tint)}.currency-card__flag{font-size:32px;margin-bottom:8px}.currency-card__code{font-weight:800;font-size:16px;margin-bottom:4px}.currency-card__name{font-size:11px;color:var(--muted)}.currency-card__check{position:absolute;top:8px;right:8px;color:var(--wine)}.currency-search{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid var(--line);border-radius:var(--r);background:var(--bg);margin-bottom:20px}.currency-search__input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:var(--ink)}.currency-search__input::placeholder{color:var(--muted)}.selected-currencies{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px;background:var(--bg-2);border-radius:var(--r);margin-bottom:20px}.selected-currencies__label{font-size:12px;font-weight:600;color:var(--muted)}.selected-currencies__list{display:flex;gap:8px;flex-wrap:wrap}.selected-currency{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 12px;background:var(--card);border-radius:20px;font-size:13px;font-weight:600}.selected-currency__remove{background:none;border:none;cursor:pointer;font-size:18px;color:var(--muted);padding:0 4px}.selected-currency__remove:hover{color:var(--clay)}.currency-list{max-height:400px;overflow-y:auto;border:1px solid var(--line);border-radius:var(--r)}.currency-list__empty{text-align:center;padding:60px 20px;color:var(--muted)}.currency-list__empty svg{margin-bottom:16px;opacity:.5}.currency-list-item{display:flex;align-items:center;gap:16px;padding:12px 16px;width:100%;border:none;background:var(--card);cursor:pointer;transition:background .2s;border-bottom:1px solid var(--line)}.currency-list-item:hover{background:var(--bg-2)}.currency-list-item__flag{font-size:28px}.currency-list-item__info{flex:1;text-align:left}.currency-list-item__code{font-weight:700;font-size:14px;margin-bottom:2px}.currency-list-item__name{font-size:12px;color:var(--ink-2)}.currency-list-item__country{font-size:10px;color:var(--muted)}.currency-list-item__add{color:var(--wine);opacity:.6;transition:opacity .2s}.currency-list-item:hover .currency-list-item__add{opacity:1}.setup-actions{display:flex;gap:16px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}.btn-full{width:100%}.required{color:var(--clay)}@media (max-width: 680px){.setup-content{padding:24px}.currency-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.setup-actions{flex-direction:column}}:root{--font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "JetBrains Mono", ui-monospace, Menlo, monospace;--bg: #f3ece1;--bg-2: #ede4d6;--card: #ffffff;--card-2: #fbf7f0;--ink: #2a201d;--ink-2: #5c4f48;--muted: #948678;--muted-2: #b6a995;--line: #efe6d7;--line-2: #e6dac6;--wine: #7a2738;--wine-2: #5c1c2a;--wine-soft: #a04358;--wine-tint: #f6e3e6;--wine-tint-2: #eecdd2;--gold: #b1832f;--gold-tint: #f5ecd4;--green: #5d7d57;--green-tint: #e5efdf;--clay: #bf6440;--clay-tint: #f7e1d5;--plum: #8a6586;--plum-tint: #efe4ee;--teal: #4d8580;--teal-tint: #dcebe9;--r-sm: 11px;--r: 16px;--r-lg: 22px;--r-xl: 30px;--r-pill: 999px;--sh-1: 0 1px 2px rgba(70, 45, 30, .04);--sh-2: 0 1px 2px rgba(70, 45, 30, .04), 0 10px 26px rgba(70, 45, 30, .05);--sh-3: 0 2px 6px rgba(70, 45, 30, .06), 0 26px 56px rgba(70, 45, 30, .1);--sh-wine: 0 16px 36px rgba(92, 28, 42, .3)}.theme-dark{--bg: #1a1213;--bg-2: #221719;--card: #241a1c;--card-2: #2b1f21;--ink: #f4eae5;--ink-2: #d6c6c0;--muted: #a89890;--muted-2: #7b6b65;--line: #38292c;--line-2: #4a373b;--wine: #c97a89;--wine-2: #e0a6b1;--wine-soft: #b25f70;--wine-tint: #2e1d22;--wine-tint-2: #3a242b;--gold-tint: #2a2316;--green-tint: #1c2419;--clay-tint: #2c1d16;--plum-tint: #241d29;--teal-tint: #16241f}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:14px;line-height:1.45;letter-spacing:-.006em;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}.mono{font-family:var(--mono);white-space:nowrap}.num{font-variant-numeric:tabular-nums;letter-spacing:-.02em}.app{display:flex;min-height:100vh;padding:14px;gap:14px}.sidebar{width:244px;flex-shrink:0;background:var(--card);border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-2);padding:20px 14px;display:flex;flex-direction:column;position:sticky;top:14px;height:calc(100vh - 28px);overflow:hidden}.s-nav-scroll{flex:1;overflow-y:auto;min-height:0;padding-bottom:4px}.s-nav-scroll::-webkit-scrollbar{width:0}.s-nav-scroll{scrollbar-width:none}.brand{display:flex;align-items:center;gap:11px;padding:4px 8px 16px}.brand .mk{width:36px;height:36px;border-radius:12px;background:var(--wine);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;box-shadow:var(--sh-wine)}.brand .nm{font-weight:800;font-size:18px;letter-spacing:-.02em}.brand .nm small{display:block;font-weight:500;font-size:10px;color:var(--muted);letter-spacing:.1em;text-transform:uppercase}.s-search{display:flex;align-items:center;gap:9px;background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:9px 11px;margin:2px 4px 12px;color:var(--muted)}.s-search input{border:0;background:transparent;outline:none;font-family:inherit;font-size:13px;color:var(--ink);flex:1;min-width:0}.s-label{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted-2);font-weight:700;padding:12px 12px 6px}.nav{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:13px;color:var(--ink-2);font-size:13.5px;font-weight:600;cursor:pointer;margin:5px 0}.nav svg{width:18px;height:18px;opacity:.65;flex-shrink:0}.nav .tag{margin-left:auto;font-size:10.5px;font-weight:700;background:var(--wine-tint);color:var(--wine);padding:1px 7px;border-radius:999px}.nav:hover{background:var(--bg)}.nav.on{background:var(--wine);color:#fff}.nav.on svg{opacity:1}.nav.on .tag{background:#ffffff38;color:#fff}.s-card{margin-top:auto;background:linear-gradient(160deg,var(--wine) 0%,var(--wine-2) 100%);color:#fff;border-radius:18px;padding:16px;position:relative;overflow:hidden}.s-card:after{content:"";position:absolute;right:-26px;top:-26px;width:84px;height:84px;border-radius:50%;background:#ffffff14}.s-card .t{font-weight:700;font-size:15px}.s-card .d{font-size:11.5px;opacity:.82;margin:6px 0 12px;line-height:1.45}.s-card .b{background:#fff;color:var(--wine-2);border:0;border-radius:10px;padding:8px 13px;font-weight:700;font-size:12.5px;cursor:pointer}.s-user{display:flex;align-items:center;gap:10px;padding:12px 6px 2px;margin-top:12px;border-top:1px solid var(--line)}.s-user .av{width:34px;height:34px;border-radius:11px;background:var(--wine-tint);color:var(--wine);display:flex;align-items:center;justify-content:center;font-weight:700}.s-user .nm{font-size:13px;font-weight:700}.s-user .sub{font-size:11px;color:var(--muted)}.main{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar .hi{font-size:22px;font-weight:800;letter-spacing:-.03em}.topbar .sub{font-size:13px;color:var(--muted);margin-top:1px}.tb-right{display:flex;align-items:center;gap:9px}.icon-btn{width:40px;height:40px;border-radius:13px;border:1px solid var(--line);background:var(--card);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink-2);position:relative}.icon-btn:hover{background:var(--card-2)}.icon-btn .dot{position:absolute;top:9px;right:10px;width:7px;height:7px;border-radius:50%;background:var(--clay);border:2px solid var(--card)}.ava{width:40px;height:40px;border-radius:13px;background:var(--wine-tint);color:var(--wine);display:flex;align-items:center;justify-content:center;font-weight:700}.btn{display:inline-flex;align-items:center;gap:7px;padding:10px 15px;border-radius:13px;border:1px solid var(--line);background:var(--card);color:var(--ink);font-size:13px;font-weight:600;cursor:pointer;transition:background .12s,border-color .12s}.btn:hover{background:var(--card-2)}.btn.pri{background:var(--wine);color:#fff;border-color:var(--wine);box-shadow:var(--sh-wine)}.btn.pri:hover{background:var(--wine-2)}.btn.ghost{border-color:transparent;background:transparent;color:var(--ink-2)}.btn.ghost:hover{background:var(--bg-2)}.btn.lg{padding:13px 20px;font-size:14px;border-radius:15px}.seg{display:inline-flex;background:var(--bg-2);border-radius:12px;padding:3px;gap:2px}.seg button{border:0;background:transparent;padding:7px 13px;border-radius:9px;font-size:12.5px;font-weight:600;color:var(--muted);cursor:pointer}.seg button.on{background:var(--card);color:var(--ink);box-shadow:var(--sh-1)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:20px}.card.pad-lg{padding:24px}.card-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-h .t{font-size:15px;font-weight:700}.card-h .s{font-size:12px;color:var(--muted);margin-top:1px}.stat .top{display:flex;align-items:center;justify-content:space-between}.stat .ic{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat .lbl{font-size:12.5px;color:var(--muted);margin-top:14px;font-weight:500}.stat .val{font-size:25px;font-weight:800;letter-spacing:-.03em;margin-top:3px;white-space:nowrap}.stat .inr{font-family:var(--mono);font-size:11px;color:var(--muted);margin-top:3px}.ic.wine{background:var(--wine-tint);color:var(--wine)}.ic.gold{background:var(--gold-tint);color:var(--gold)}.ic.green{background:var(--green-tint);color:var(--green)}.ic.clay{background:var(--clay-tint);color:var(--clay)}.ic.plum{background:var(--plum-tint);color:var(--plum)}.ic.teal{background:var(--teal-tint);color:var(--teal)}.delta{display:inline-flex;align-items:center;gap:3px;font-size:11.5px;font-weight:700;padding:3px 8px;border-radius:999px}.delta.up{background:var(--green-tint);color:var(--green)}.delta.down{background:var(--clay-tint);color:var(--clay)}.chip{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;background:var(--bg-2);color:var(--ink-2);font-size:12px;font-weight:600}.chip.wine{background:var(--wine-tint);color:var(--wine)}.chip.gold{background:var(--gold-tint);color:var(--gold)}.chip.green{background:var(--green-tint);color:var(--green)}.chip.clay{background:var(--clay-tint);color:var(--clay)}.chip.plum{background:var(--plum-tint);color:var(--plum)}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:12px;font-weight:600;color:var(--muted)}.input{font-family:inherit;font-size:14px;padding:12px 14px;border-radius:13px;background:var(--card);border:1px solid var(--line-2);color:var(--ink);width:100%}.input:focus{outline:2px solid var(--wine-tint);border-color:var(--wine-soft)}.tbl{width:100%;border-collapse:collapse}.tbl th{text-align:left;font-size:10.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:700;padding:10px;border-bottom:1px solid var(--line)}.tbl td{padding:13px 10px;border-bottom:1px solid var(--line);font-size:13px}.tbl tr:last-child td{border-bottom:0}.merch{display:flex;align-items:center;gap:11px}.m-ic{width:34px;height:34px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.status{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.status.green{color:var(--green)}.status.gold{color:var(--gold)}.status.wine{color:var(--wine)}.status.clay{color:var(--clay)}.row{display:flex}.between{justify-content:space-between}.center{align-items:center}.grid{display:grid}.muted{color:var(--muted)}.hr{height:1px;background:var(--line);border:0;margin:0}.bottom-nav,.menu-btn{display:none}@media (max-width: 1180px){.grid-3,.grid-4{grid-template-columns:1fr 1fr!important}.sidebar{width:216px}}@media (max-width: 920px){.app{padding:0;gap:0;min-height:100dvh}.sidebar{display:none}.main{padding:16px 16px calc(84px + env(safe-area-inset-bottom,0px));gap:16px}.cols-main{grid-template-columns:1fr!important}.bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:60;align-items:flex-end;justify-content:space-around;background:var(--card);border-top:1px solid var(--line);padding:8px 6px calc(8px + env(safe-area-inset-bottom,0px));box-shadow:0 -8px 28px #462d1e14;overflow:visible}.bn-item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:4px;border:0;background:transparent;cursor:pointer;color:var(--muted);font-family:inherit;font-size:10.5px;font-weight:700;padding:6px 0 2px;min-height:48px;letter-spacing:-.01em}.bn-item svg{width:23px;height:23px;opacity:.7}.bn-item.on{color:var(--wine)}.bn-item.on svg{opacity:1}.bn-add{width:54px;height:54px;margin-top:-26px;border-radius:18px;background:var(--wine);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--sh-wine);border:4px solid var(--bg)}.bn-add svg{width:24px;height:24px;opacity:1}}@media (max-width: 680px){.main{padding:14px 14px calc(84px + env(safe-area-inset-bottom,0px))}.topbar{flex-wrap:wrap;row-gap:12px;align-items:flex-start}.topbar .hi{font-size:21px}.topbar>div:first-child{flex:1 1 100%}.tb-right{gap:8px;flex-wrap:wrap}.tb-hide-sm{display:none!important}.cols-2sm{grid-template-columns:1fr!important}.cols-cat{grid-template-columns:1fr 1fr!important}.amt-xl{font-size:38px!important}.amt-lg{font-size:32px!important}.card{padding:16px}.card.pad-lg{padding:18px}.tbl-tx thead{display:none}.tbl-tx,.tbl-tx tbody,.tbl-tx tr,.tbl-tx td{display:block}.tbl-tx tr{display:grid;grid-template-columns:1fr auto;gap:3px 14px;padding:14px 2px;border-bottom:1px solid var(--line);align-items:center}.tbl-tx tr:last-child{border-bottom:0}.tbl-tx td{padding:0!important;border:0!important;width:auto!important}.tbl-tx td:nth-child(1){grid-area:1 / 1}.tbl-tx td:nth-child(4){grid-area:1 / 2;text-align:right}.tbl-tx td:nth-child(2){grid-area:2 / 1}.tbl-tx td:nth-child(5){grid-area:2 / 2;text-align:right}.tbl-tx td:nth-child(3){grid-area:3 / 1}.tbl-tx td:nth-child(6){grid-area:3 / 2;text-align:right}.tbl-mini,.tbl-mini tbody,.tbl-mini tr,.tbl-mini td{display:block}.tbl-mini tr{display:grid;grid-template-columns:1fr auto;gap:2px 12px;padding:12px 2px;border-bottom:1px solid var(--line);align-items:center}.tbl-mini tr:last-child{border-bottom:0}.tbl-mini td{padding:0!important;border:0!important;width:auto!important}.tbl-mini td:nth-child(1){grid-area:1 / 1}.tbl-mini td:nth-child(2){grid-area:1 / 2;text-align:right}.tbl-mini td:nth-child(3){display:none}.login-wrap{flex-direction:column;padding:0!important;gap:0!important;min-height:100dvh}.login-brand{flex:0 0 auto!important;border-radius:0!important;padding:30px 24px 34px!important}.login-hero{font-size:32px!important}.login-form{padding:30px 22px 44px!important;align-items:flex-start!important}}@media (max-width: 560px){.grid-3,.grid-4{grid-template-columns:1fr!important}.topbar .hi{font-size:20px}}.auth-wrap{display:flex;min-height:100vh;padding:14px;gap:14px}@media (max-width: 920px){.auth-wrap{flex-direction:column;padding:0!important;gap:0!important;min-height:100dvh}}.auth-brand{flex:0 0 46%;border-radius:30px;padding:44px 46px;background:linear-gradient(160deg,var(--wine) 0%,var(--wine-2) 100%);color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;box-shadow:var(--sh-wine)}@media (max-width: 920px){.auth-brand{flex:0 0 auto!important;border-radius:0!important;padding:30px 24px 34px!important}}.auth-brand__orb{position:absolute;border-radius:50%;background:#ffffff0f}.auth-brand__orb--1{right:-80px;top:-60px;width:260px;height:260px}.auth-brand__orb--2{right:40px;bottom:-90px;width:220px;height:220px}.auth-brand__logo{display:flex;align-items:center;gap:12px;position:relative}.auth-brand__logo-icon{width:38px;height:38px;border-radius:12px;background:#ffffff29;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:19px}.auth-brand__logo-text{font-weight:800;font-size:19px;letter-spacing:-.02em}.auth-brand__content{position:relative;margin:40px 0}.auth-brand__hero{font-size:48px;font-weight:800;line-height:1.08;letter-spacing:-.035em;text-wrap:pretty}@media (max-width: 680px){.auth-brand__hero{font-size:32px!important}}.auth-brand__description{font-size:14.5px;opacity:.84;margin-top:18px;max-width:360px;line-height:1.55}.auth-brand__features{display:flex;gap:16px;font-size:12px;opacity:.8;position:relative;flex-wrap:wrap}.auth-form{flex:1;display:flex;align-items:center;justify-content:center;padding:32px}@media (max-width: 920px){.auth-form{padding:30px 22px 44px!important;align-items:flex-start!important}}.auth-form__container{width:100%;max-width:360px}.auth-form__container--wide{max-width:380px}.auth-form__container--narrow{max-width:400px}.auth-form__badge{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--muted)}.auth-form__title{font-size:32px;font-weight:800;letter-spacing:-.03em;margin:10px 0 28px}.auth-form__subtitle{font-size:14px;color:var(--muted);margin-bottom:24px;line-height:1.5}.auth-form__footer{margin-top:26px;font-size:13px;text-align:center;color:var(--muted)}.auth-form__link{color:var(--wine);cursor:pointer;font-weight:600;text-decoration:none}.auth-form__link:hover{text-decoration:underline}.auth-form__legal{margin-top:18px;font-size:11px;text-align:center;line-height:1.5;color:var(--muted)}.form-field{margin-bottom:16px}.form-field label{display:flex;margin-bottom:6px;font-size:13px;font-weight:500;color:var(--muted)}.form-field__row{display:flex;justify-content:space-between;align-items:center}.form-field__link{color:var(--wine);cursor:pointer;font-size:12px;text-decoration:none}.form-field__link:hover{text-decoration:underline}.form-input{width:100%;padding:10px 12px;border:1px solid var(--line-2);border-radius:8px;font-size:14px;transition:all .2s ease;background:var(--card);color:var(--ink)}.form-input:focus{outline:none;border-color:var(--wine);box-shadow:0 0 0 3px #8b3a3a1a}.form-input::placeholder{color:#94867880}.currency-grid{display:flex;gap:8px;flex-wrap:wrap}.currency-btn{flex:1 0 21%;padding:11px 0;border-radius:12px;cursor:pointer;border:1px solid var(--line-2);background:var(--card);color:var(--muted);font-family:var(--mono);font-size:12.5px;font-weight:700;transition:all .2s ease}.currency-btn:hover{transform:translateY(-1px);border-color:var(--wine)}.currency-btn--active{border-color:var(--wine);background:var(--wine-tint);color:var(--wine)}.divider{display:flex;align-items:center;gap:12px;margin:22px 0}.divider__line{flex:1;height:1px;background:var(--line)}.divider__text{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}.amount-row{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line-2);padding-bottom:14px;margin-top:8px}.amount-row__currency{font-size:15px;color:var(--muted)}.amount-row__value{font-size:52px;font-weight:800}.amount-row__value-cents{color:var(--muted)}.amount-row__inr{margin-left:auto;font-size:13px;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.category-grid__button{padding:14px;display:flex;flex-direction:column;gap:9px;align-items:flex-start;cursor:pointer;text-align:left;border:1px solid var(--line);background:var(--card);border-radius:var(--r)}.category-grid__button--active{border-color:var(--wine);box-shadow:0 0 0 3px var(--wine-tint)}.progress-bar{height:8px;background:var(--bg-2);border-radius:999px;margin-top:14px;overflow:hidden}.progress-bar__fill{height:100%;border-radius:999px}.progress-bar__fill--gold{background:var(--gold)}.progress-bar__fill--wine{background:var(--wine)}.progress-bar__fill--green{background:var(--green)}.budget-stats{display:flex;align-items:baseline;justify-content:space-between}.budget-stats__amount{font-size:28px;font-weight:800}.budget-stats__total{font-size:12px;color:var(--muted)}.budget-footer{display:flex;justify-content:space-between;margin-top:10px;font-size:11.5px;color:var(--muted)}.recent-item{display:flex;justify-content:space-between;align-items:center;padding:11px 0}.recent-item:not(:first-child){border-top:1px solid var(--line)}.recent-item__title{font-size:13px;font-weight:600}.recent-item__date{font-size:11px;color:var(--muted)}.recent-item__amount{font-weight:700}.toggle{width:38px;height:22px;background:var(--line-2);border-radius:999px;position:relative;cursor:pointer;transition:background .15s;flex-shrink:0}.toggle--on{background:var(--wine)}.toggle__knob{position:absolute;width:16px;height:16px;border-radius:999px;background:#fff;top:3px;transition:left .15s;box-shadow:0 1px 3px #00000040}.toggle__knob--off{left:3px}.toggle__knob--on{left:19px}.settings-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--line)}.settings-row__title{font-size:13.5px;font-weight:600}.settings-row__sub{font-size:11.5px;color:var(--muted);margin-top:1px}.filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.filter-bar__search{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--card);border:1px solid var(--line);border-radius:var(--r)}.filter-bar__search input{border:0;background:transparent;outline:none;flex:1;font-family:inherit;font-size:13.5px;color:var(--ink)}.filter-bar__search input::placeholder{color:var(--muted)}.text-muted{color:var(--muted)}.grid-2cols{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field--full-width{grid-column:span 2}@media (max-width: 680px){.category-grid{grid-template-columns:repeat(2,1fr)}.grid-2cols{grid-template-columns:1fr}.form-field--full-width{grid-column:span 1}}.text-small{font-size:12px}.text-semibold{font-weight:600}.cursor-pointer{cursor:pointer}.cols-main{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}@media (max-width: 920px){.cols-main{grid-template-columns:1fr}}.right-column{display:flex;flex-direction:column;gap:16px}.card--flex-column{display:flex;flex-direction:column;gap:22px}.amount-display{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line-2);padding-bottom:14px;margin-top:8px}.amount-display__currency{font-size:15px;color:var(--muted)}.amount-display__value{font-size:52px;font-weight:800}@media (max-width: 680px){.amount-display__value{font-size:38px!important}}.amount-display__cents{color:var(--muted)}.amount-display__inr{margin-left:auto;font-size:13px;color:var(--muted)}.currency-chips{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field--full-width{grid-column:span 2}@media (max-width: 680px){.form-grid{grid-template-columns:1fr}.field--full-width{grid-column:span 1}}.select-input{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.action-buttons{display:flex;gap:8px}.inr-preview-card{background:linear-gradient(160deg,var(--wine) 0%,var(--wine-2) 100%);color:#fff;border:0;box-shadow:var(--sh-wine)}.inr-preview-card__label{font-size:11px;text-transform:uppercase;letter-spacing:.14em;opacity:.85;font-weight:700}.inr-preview-card__amount{font-size:46px;font-weight:800;margin-top:10px}@media (max-width: 680px){.inr-preview-card__amount{font-size:36px!important}}.inr-preview-card__rate{font-size:12.5px;opacity:.82;margin-top:8px}.inr-preview-card__lock{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.18);font-size:12.5px}.toggle-small{width:34px;height:20px;background:#ffffffe6;border-radius:999px;position:relative;cursor:pointer}.toggle-small--on{background:#ffffffe6}.toggle-small__knob{position:absolute;width:16px;height:16px;border-radius:999px;background:var(--wine);top:2px}.toggle-small__knob--on{right:2px}.stats-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.stats-row--highlight{margin-top:12px;padding-top:12px}.stats-row--with-border{border-top:1px solid var(--line)}.stats-row__label{font-size:11.5px;color:var(--muted);text-transform:uppercase}.stats-row__value{font-size:20px;font-weight:800;color:var(--ink)}.stats-row--highlight .stats-row__value{font-size:24px}.stats-row__value--positive{color:var(--green)}
