@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";.voice-entry{display:grid;justify-items:center;gap:16px;min-height:420px;padding:28px 18px;text-align:center}.voice-entry__intro h3,.voice-entry__intro p{margin:0}.voice-entry__intro h3{font-size:20px}.voice-entry__intro p{margin-top:7px;color:#68738d}.voice-entry__record{display:grid;width:103px;height:103px;place-items:center;margin:10px 0;border:0;border-radius:50%;color:#fff;background:linear-gradient(135deg,#6750f7,#432bd9);font-size:35px;cursor:pointer}.voice-entry__record.is-recording{background:#f43f5e;animation:voice-entry-pulse 1.5s ease-in-out infinite}.voice-entry__record:disabled{cursor:wait;opacity:.65}.voice-entry__record:focus-visible,.voice-entry button:focus-visible,.voice-entry textarea:focus-visible{outline:3px solid #c9c3ff;outline-offset:3px}.voice-entry__status{min-height:22px;color:#34405b}.voice-entry__wave{position:relative;display:flex;align-items:center;justify-content:center;gap:4px;height:34px;width:min(300px,100%)}.voice-entry__wave span{width:4px;height:30px;border-radius:999px;background:linear-gradient(180deg,#8c7cff,#5945f6);transform:scaleY(.12);transform-origin:center;transition:transform .08s ease}.voice-entry__wave strong{position:absolute;top:38px;color:#68738d;font-size:11px;font-weight:750;letter-spacing:.04em}.voice-entry__wave.is-live strong{color:#f43f5e}.voice-entry__wave span:nth-child(2),.voice-entry__wave span:nth-child(6){animation-delay:.12s}.voice-entry__wave span:nth-child(3),.voice-entry__wave span:nth-child(5){animation-delay:.24s}.voice-entry__wave span:nth-child(4){animation-delay:.36s}.voice-entry__stages{display:flex;justify-content:center;gap:9px;flex-wrap:wrap}.voice-entry__stages span{color:#a3abc0;font-size:12px}.voice-entry__stages span.is-active,.voice-entry__stages span.is-done{color:#5945f6;font-weight:700}.voice-entry__review{display:grid;width:min(620px,100%);gap:8px;text-align:left}.voice-entry__review label{font-weight:700}.voice-entry__review textarea{width:100%;min-height:100px;border:1px solid #dce1ec;border-radius:8px;padding:10px;color:#34405b;font:inherit;resize:vertical}.voice-entry__actions{display:flex;justify-content:flex-end;gap:8px}.voice-entry__actions button,.voice-entry__transactions-link{border:0;border-radius:7px;padding:10px 14px;color:#fff;background:#5945f6;font:inherit;font-weight:750;cursor:pointer}.voice-entry__actions .voice-entry__secondary{border:1px solid #cdc8ff;color:#5945f6;background:#fff}.voice-entry__error{margin:0;color:#f43f5e}@keyframes voice-entry-pulse{0%,to{box-shadow:0 0 #f43f5e44}50%{box-shadow:0 0 0 12px #f43f5e1c}}@media(prefers-reduced-motion:reduce){.voice-entry__record.is-recording,.voice-entry__wave span{transition:none}}@media(max-width:600px){.voice-entry{padding-inline:0}.voice-entry__actions{justify-content:stretch}.voice-entry__actions button{flex:1}}.add-expense-page{display:grid;gap:18px}.add-expense-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:19px}.add-expense-card{min-width:0;border:1px solid #e6e9f1;border-radius:12px;background:#fff;box-shadow:0 8px 25px #1826530b}.add-expense-help{padding:18px}.add-expense-help h3{margin:0;font-size:16px}.add-expense-help>div:not(.add-expense-help__note){display:grid;gap:17px;margin-top:22px;color:#68738d}.add-expense-help p{margin:0}.add-expense-help b{color:#121a32}.add-expense-help__note{display:flex;align-items:center;gap:12px;margin-top:27px;padding:16px 18px;border:1px solid #a9e3ca;border-radius:9px;color:#48536b;background:#f4fff9}.add-expense-help__note span{display:grid;width:47px;height:47px;flex:none;place-items:center;border-radius:8px;color:#fff;background:#10a66a;font-size:22px}.add-expense-page__heading h2,.add-expense-page__heading p{margin:0}.add-expense-page__heading h2{font-size:24px}.add-expense-page__heading p:last-child{margin-top:6px;color:#68738d}.add-expense-page__eyebrow{margin-bottom:5px!important;color:#68738d;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.add-expense-page__error{margin:0;color:#f43f5e}.add-expense-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:none;border:0;box-shadow:none;padding:22px;border:1px solid #e6e9f1;border-radius:12px;background:#fff;box-shadow:0 8px 25px #1826530b}.add-expense-form label{display:grid;gap:7px;color:#121a32;font-size:13px;font-weight:700}.add-expense-form input,.add-expense-form select,.add-expense-form textarea{width:100%;border:1px solid #dce1ec;border-radius:8px;padding:10px;color:#34405b;background:#fff;font:inherit}.add-expense-form input:focus-visible,.add-expense-form select:focus-visible,.add-expense-form textarea:focus-visible,.add-expense-form button:focus-visible{outline:3px solid #c9c3ff;outline-offset:2px}.add-expense-form textarea{min-height:88px;resize:vertical}.add-expense-form__wide{grid-column:1 / -1}.add-expense-form__hint{color:#68738d;font-size:12px;font-weight:400}.add-expense-form__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:2px}.add-expense-form__actions button{border:0;border-radius:7px;padding:10px 14px;color:#fff;background:#5945f6;font:inherit;font-weight:750;cursor:pointer}.add-expense-form__actions button:disabled{cursor:wait;opacity:.65}.add-expense-form__actions .add-expense-form__secondary{border:1px solid #cdc8ff;color:#5945f6;background:#fff}@media(max-width:650px){.add-expense-form{grid-template-columns:1fr;padding:16px}.add-expense-form__wide{grid-column:auto}}.add-expense-tabs{display:flex;gap:4px;width:auto;margin:18px;border-radius:9px;padding:4px;background:#eff1f7}.add-expense-tabs button{flex:1;border:0;border-radius:6px;padding:10px;color:#68738d;background:transparent;font:inherit;font-weight:750;cursor:pointer}.add-expense-tabs button.is-active,.add-expense-tabs button:focus-visible{color:#5945f6;background:#fff;box-shadow:0 2px 7px #222d4b14;outline:0}.add-expense-voice-panel{border:0;border-radius:0;background:transparent;box-shadow:none}@media(max-width:1050px){.add-expense-layout{grid-template-columns:1fr}}.analytics-page{display:grid;gap:18px}.analytics-page__heading,.analytics-page__custom-date,.analytics-card__header,.analytics-merchant{display:flex;align-items:center}.analytics-page__heading,.analytics-card__header{justify-content:space-between;gap:18px}.analytics-page__heading h2,.analytics-page__heading p,.analytics-card h3,.analytics-insights p{margin:0}.analytics-page__heading h2{font-size:24px}.analytics-page__eyebrow{margin-bottom:5px!important;color:#68738d;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.analytics-page__date{display:grid;gap:6px;color:#68738d;font-size:12px;font-weight:700}.analytics-page__date select,.analytics-page__custom-date input,.analytics-page__custom-date button,.analytics-card__header select{border:1px solid #dce1ec;border-radius:8px;padding:10px;color:#34405b;background:#fff;font:inherit}.analytics-page__custom-date{flex-wrap:wrap;gap:6px}.analytics-page__custom-date input{width:132px}.analytics-page__custom-date button{color:#fff;background:#5945f6;cursor:pointer}.analytics-page__error{margin:0;color:#f43f5e}.analytics-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.analytics-card{min-width:0;border:1px solid #e6e9f1;border-radius:14px;padding:18px;background:linear-gradient(180deg,#fffffff5,#f5f7fffa);box-shadow:0 10px 28px #17244f14}.analytics-card--highlight{background:linear-gradient(135deg,#5945f61f,#51abff14)}.analytics-card small{color:#68738d}.analytics-card>strong{display:block;margin-top:6px;font-size:20px}.analytics-card strong.is-positive{color:#10a66a}.analytics-card strong.is-negative{color:#f43f5e}.analytics-card h3{font-size:16px}.analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.analytics-card--wide{grid-column:1 / -1}.analytics-flow-strip{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 8px}.analytics-flow-strip span{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(148,163,184,.25);border-radius:999px;padding:7px 10px;background:#5945f60a;color:#68738d;font-size:11px}.analytics-flow-strip strong{color:#121a32}.analytics-chart{height:300px;margin-top:12px;border-radius:12px;background:linear-gradient(180deg,#5945f60a,#fff0);padding:8px 10px 0}.analytics-chart__summary{display:flex;justify-content:space-between;margin:0 4px 5px;color:#68738d;font-size:12px}.analytics-chart__summary b{margin-left:12px}.analytics-chart__expense{color:#f43f5e}.analytics-chart__income{color:#10a66a}.analytics-chart svg{width:100%;height:calc(100% - 24px)}.analytics-chart-empty,.analytics-muted,.analytics-insights{color:#68738d}.analytics-chart-empty{display:grid;height:240px;place-items:center;text-align:center}.analytics-legend{display:grid;gap:13px;margin-top:20px}.analytics-legend__row{display:grid;grid-template-columns:10px 1fr auto auto;gap:8px;align-items:center;font-size:13px}.analytics-legend__row i{width:10px;height:10px;border-radius:50%}.analytics-merchants{display:grid;gap:12px;margin-top:14px}.analytics-merchant{display:grid;grid-template-columns:24px 1fr 100px auto;gap:9px}.analytics-merchant>div{align-self:center;height:5px;border-radius:3px;background:#edf0f6}.analytics-merchant>div i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5945f6,#7f6bff)}.analytics-insights{margin-top:15px;line-height:1.5}.analytics-page__state{display:grid;min-height:260px;place-items:center;color:#68738d}@media(max-width:760px){.analytics-page__heading{align-items:flex-start;flex-direction:column}.analytics-page__date{width:100%}.analytics-grid{grid-template-columns:1fr}.analytics-card--wide{grid-column:auto}}@media(max-width:600px){.analytics-stats{grid-template-columns:1fr}.analytics-flow-strip{flex-direction:column}.analytics-chart__summary{align-items:flex-start;flex-direction:column;gap:5px}.analytics-chart__summary b:first-child{margin-left:0}}.loans-screen{display:grid;width:min(100%,760px);gap:17px;color:#102c61}.loans-screen__hero{display:grid;grid-template-columns:34px 1fr 42px;align-items:center;gap:9px}.loans-screen__hero h2,.loans-screen__hero p{margin:0}.loans-screen__hero h2{margin-top:3px;font-size:24px;letter-spacing:-.04em}.loans-screen__hero p{grid-column:2;grid-row:2;color:#6c83a7;font-size:12px;line-height:1.35}.loans-screen__back,.loans-screen__hero-icon{display:grid;width:34px;height:34px;place-items:center;border:1px solid #dcecff;border-radius:11px;color:#176fdc;background:#fff}.loans-screen__back{grid-row:1 / span 2;cursor:pointer}.loans-screen__hero-icon{width:42px;height:42px;border-radius:13px;box-shadow:0 7px 18px #15539d12}.loans-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.loans-summary__card{display:grid;min-height:94px;gap:4px;border:1px solid #dcecff;border-radius:15px;padding:12px;background:#fff;box-shadow:0 8px 22px #15539d0d}.loans-summary__card>span{display:grid;width:28px;height:28px;place-items:center;border-radius:10px;color:#1678ed;background:#dff0ff}.loans-summary__card small{color:#6c83a7;font-size:11px;font-weight:700}.loans-summary__card strong{font-size:16px;letter-spacing:-.03em}.loans-summary__card--lent{background:linear-gradient(145deg,#fff,#eafff7);border-color:#c9f3e1}.loans-summary__card--lent>span{color:#0eab75;background:#d6f8e9}.loans-summary__card--borrowed{background:linear-gradient(145deg,#fff,#fff0f2);border-color:#ffd7df}.loans-summary__card--borrowed>span{color:#ed5368;background:#ffe0e6}.loans-summary__card--pending{background:linear-gradient(145deg,#fff,#f0ebff);border-color:#e1d9ff}.loans-summary__card--pending>span{color:#7655df;background:#e8e0ff}.loans-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;border:1px solid #dcecff;border-radius:999px;padding:4px;background:#f5faff}.loans-tabs button{min-height:38px;border:0;border-radius:999px;color:#56739f;background:transparent;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.loans-tabs button.is-active{color:#fff;background:linear-gradient(100deg,#1678ed,#0861da);box-shadow:0 5px 12px #1678ed38}.loans-tabs button span{margin-left:3px;opacity:.75}.loans-list-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.loans-list-header h3{margin:0;font-size:16px}.loans-list-header strong{color:#56739f;font-size:11px}.loans-list{display:grid;gap:9px}.loan-record-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:76px;border:1px solid #e1edfb;border-radius:15px;padding:11px 10px;background:#fff;box-shadow:0 7px 20px #15539d0b;cursor:pointer}.loan-record-card:hover{border-color:#a6d2ff;box-shadow:0 9px 24px #15539d17}.loan-record-card__avatar{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;color:#176fdc;background:#dff0ff;font-size:13px;font-weight:800}.loan-record-card__avatar--paid{color:#0eab75;background:#d6f8e9}.loan-record-card__avatar--overdue{color:#e84d62;background:#ffe0e6}.loan-record-card__details{display:grid;min-width:0;gap:2px}.loan-record-card__details strong,.loan-record-card__details b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loan-record-card__details strong,.loan-record-card__details b{font-size:13px}.loan-record-card__details small{display:flex;align-items:center;gap:4px;color:#6c83a7;font-size:10px}.loan-record-card__status{display:flex;align-items:center;gap:4px}.loan-record-card__status button{display:grid;place-items:center;border:0;padding:5px 0 5px 2px;color:#6c89b4;background:transparent;cursor:pointer}.loan-status{border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.loan-status--paid{color:#0b9c6c;background:#d9f8ea}.loan-status--pending{color:#e58a16;background:#fff0d8}.loan-status--overdue{color:#e84d62;background:#ffe1e7}.loan-records__empty{margin:0;padding:20px 0;color:#6c83a7;font-size:12px;text-align:center}.loans-add-button{display:grid;grid-template-columns:29px 1fr auto;align-items:center;gap:8px;min-height:44px;border-radius:13px;padding:8px 12px;color:#176fdc;background:#e5f3ff;font-size:12px;font-weight:800;text-decoration:none}.loans-add-button>span{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;color:#fff;background:#1678ed}.loan-details-modal{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:16px;background:#082b654d}.loan-details-modal__card{width:min(430px,100%);border:1px solid #dcecff;border-radius:20px;padding:18px;background:#fff;box-shadow:0 20px 55px #082b6533}.loan-details-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.loan-details-modal__header small,.loan-details-modal__amount small,.loan-details-modal__grid small{display:block;color:#6c83a7;font-size:11px}.loan-details-modal__header h3{margin:3px 0 0;font-size:20px}.loan-details-modal__header>button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:50%;color:#56739f;background:#eef6ff;font-size:22px;cursor:pointer}.loan-details-modal__amount{display:grid;gap:3px;margin-top:20px;padding:14px;border-radius:14px;background:#edf7ff}.loan-details-modal__amount strong{color:#126ad3;font-size:24px}.loan-details-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.loan-details-modal__grid>div{display:grid;gap:4px;padding:10px;border-radius:11px;background:#f7fbff}.loan-details-modal__grid b{font-size:12px}.loan-details-modal__description{margin:12px 0 0;color:#56739f;font-size:12px;line-height:1.45}.loan-details-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.loan-details-modal__actions button{min-height:40px;border:1px solid #dcecff;border-radius:10px;padding:8px 13px;color:#56739f;background:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.loan-details-modal__actions .is-primary{border-color:#1678ed;color:#fff;background:#1678ed}@media(max-width:600px){.loans-screen{gap:15px}.loans-screen__hero h2{font-size:21px}.loans-summary{gap:8px}.loans-summary__card{min-height:88px;padding:10px}.loans-summary__card strong{font-size:14px}.loans-summary__card small{font-size:10px}.loan-record-card{grid-template-columns:38px minmax(0,1fr) auto;padding-inline:9px}.loan-record-card__avatar{width:36px;height:36px}.loan-status{padding-inline:7px}}.dashboard-page{display:grid;gap:10px;max-width:360px;margin:0 auto;width:100%}.dashboard-voice-card{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:9px;min-height:62px;border:1px solid #d4e9ff;border-radius:16px;padding:9px 11px;color:#102c61;background:linear-gradient(110deg,#e9f5ff,#fff);box-shadow:0 10px 22px #15539d14;text-decoration:none}.dashboard-voice-card:hover,.dashboard-voice-card:focus-visible{border-color:#4c9eff;box-shadow:0 12px 28px #15539d1f;outline:0}.dashboard-voice-card__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;color:#fff;background:#1678ed;box-shadow:0 7px 14px #1678ed42}.dashboard-voice-card strong,.dashboard-voice-card small{display:block}.dashboard-voice-card strong{font-size:.95rem}.dashboard-voice-card small{margin-top:3px;color:#6c83a7;font-size:11px}.dashboard-voice-card__arrow{color:#1678ed;font-size:25px}.dashboard-page__heading,.dashboard-page__custom-range,.dashboard-metric,.dashboard-transaction,.dashboard-legend__row{display:flex;align-items:center}.dashboard-page__heading{justify-content:space-between;gap:18px}.dashboard-page__heading h2,.dashboard-page__heading p,.dashboard-panel h3,.dashboard-insight p{margin:0}.dashboard-page__heading h2{font-size:24px}.dashboard-page__eyebrow{margin-bottom:5px!important;color:#68738d;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.dashboard-page__date-filter{display:grid;gap:6px;color:#68738d;font-size:12px;font-weight:700}.dashboard-page__date-filter select,.dashboard-page__custom-range input,.dashboard-page__custom-range button{border:1px solid #dce1ec;border-radius:8px;padding:10px;color:#34405b;background:#fff;font:inherit}.dashboard-page__custom-range{flex-wrap:wrap;gap:6px}.dashboard-page__custom-range input{width:132px}.dashboard-page__custom-range button{color:#fff;background:#5945f6;cursor:pointer}.dashboard-page__error{margin:0;color:#f43f5e}.dashboard-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.dashboard-feature-card{display:grid;justify-items:center;gap:6px;min-height:82px;border:1px solid #dfe9ff;border-radius:14px;padding:10px 8px 9px;background:linear-gradient(180deg,#ffffffe6,#e9f3ffc2);color:#102c61;text-align:center;font-weight:700;text-decoration:none;box-shadow:0 10px 22px #15539d0f}.dashboard-feature-card__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;color:#1678ed;background:#8dc4ff38}.dashboard-feature-card span:last-child{font-size:.76rem;line-height:1.2}.dashboard-feature-card--budgets .dashboard-feature-card__icon{color:#13846b;background:#79d6ad38}.dashboard-feature-card--analytics .dashboard-feature-card__icon{color:#4b63d7;background:#98a3ff38}.dashboard-feature-card--reports .dashboard-feature-card__icon{color:#7b5ae8;background:#ab99ff38}.dashboard-feature-card--loans .dashboard-feature-card__icon{color:#db7b2d;background:#fcc07b38}.dashboard-feature-card--notifications .dashboard-feature-card__icon{color:#e04d62;background:#ffa2b033}.dashboard-feature-card--settings .dashboard-feature-card__icon{color:#38a9b0;background:#76d1d733}.dashboard-card{border:1px solid #e2e7f1;border-radius:16px;background:#fff;box-shadow:0 10px 28px #1826530d}.dashboard-metric{position:relative;overflow:hidden;min-height:78px;gap:6px;padding:9px 11px 8px}.dashboard-metric:after{position:absolute;right:-22px;bottom:-26px;width:76px;height:76px;border-radius:50%;background:#eef4ff;content:"";opacity:.75}.dashboard-metric--income{background:linear-gradient(145deg,#fff,#f5fffa)}.dashboard-metric--income:after{background:#dff8eb}.dashboard-metric--expense{background:linear-gradient(145deg,#fff,#faf8ff)}.dashboard-metric--loan{background:linear-gradient(145deg,#fff,#fffaf1)}.dashboard-metric--loan:after{background:#ffedc7}.dashboard-metric--borrow:after{background:#ffe4d8}.dashboard-metric--balance{background:linear-gradient(145deg,#fff,#f3f8ff)}.dashboard-metric>div{display:grid;gap:5px}.dashboard-metric>div>span{color:#68738d;font-size:10px}.dashboard-metric__note{display:none}.dashboard-metric strong{font-size:14px;line-height:1.2}.dashboard-metric--wide{grid-column:1 / -1}.dashboard-metric--loan{align-items:flex-start;flex-wrap:wrap}.dashboard-metric__details{width:100%;display:grid;gap:3px;margin-top:2px}.dashboard-metric__details small{color:#68738d;font-size:11px}.dashboard-metric__details b{color:#34405b;font-weight:750}.dashboard-metric__icon--loan{color:#f59e0b;background:#fff2dc}.dashboard-metric__icon{position:relative;z-index:1;display:grid;width:32px;height:32px;flex:none;place-items:center;border-radius:10px;color:#5945f6;background:#eeecff;font-size:14px}.dashboard-metric__icon--income{color:#10a66a;background:#e4f8ef}.dashboard-metric__icon--balance{color:#1877f2;background:#e8f1ff}.dashboard-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:17px}.dashboard-grid--lower{grid-template-columns:1fr 1fr}.dashboard-panel{min-width:0;padding:18px}.dashboard-panel h3{font-size:16px}.dashboard-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-panel__header select,.dashboard-panel__header a{border:1px solid #dce1ec;border-radius:7px;padding:7px 9px;color:#34405b;background:#fff;font:inherit;font-size:12px;text-decoration:none}.dashboard-panel__header a{border:0;color:#5945f6;font-weight:750}.dashboard-trend-legend{color:#68738d;font-size:11px}.dashboard-trend-legend i{display:inline-block;width:8px;height:8px;margin:0 3px 0 8px;border-radius:50%}.dashboard-trend-legend__expense{background:#5945f6}.dashboard-trend-legend__income{background:#30bd85}.dashboard-donut-wrap{display:flex;align-items:center;gap:25px;min-height:230px;margin-top:16px}.dashboard-donut{position:relative;width:195px;aspect-ratio:1;flex:none;border-radius:50%}.dashboard-donut:after{position:absolute;inset:46px;border-radius:50%;background:#fff;content:""}.dashboard-donut__label{position:absolute;z-index:1;inset:0;display:grid;place-content:center;color:#68738d;text-align:center}.dashboard-donut__label strong{display:block;margin-top:4px;color:#121a32;font-size:19px}.dashboard-legend{display:grid;width:100%;gap:13px}.dashboard-legend__row{display:grid;grid-template-columns:10px 1fr auto auto;gap:8px;font-size:13px}.dashboard-legend__dot{width:10px;height:10px;border-radius:50%}.dashboard-trend{height:250px;margin-top:16px}.dashboard-trend__summary{margin:0 4px 5px;color:#68738d;font-size:12px}.dashboard-trend svg{width:100%;height:calc(100% - 22px)}.dashboard-chart-empty,.dashboard-muted{display:grid;min-height:150px;place-items:center;color:#68738d;text-align:center}.dashboard-transactions{margin-top:14px}.dashboard-transaction{display:grid;grid-template-columns:37px 1fr auto;gap:10px;padding:11px 0;border-bottom:1px solid #edf0f5}.dashboard-transaction>div{min-width:0}.dashboard-transaction strong,.dashboard-transaction small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-transaction small{margin-top:3px;color:#68738d}.dashboard-transaction__icon{display:grid;width:37px;height:35px;place-items:center;border-radius:8px;background:#f0f3f8}.dashboard-transaction__icon .category-icon{display:block;object-fit:contain}.dashboard-transaction__icon.is-income{color:#0b9b67;background:#e4f8ef}.dashboard-transaction b{white-space:nowrap}.dashboard-transaction .is-income{color:#10a66a}.dashboard-transaction .is-expense{color:#f43f5e}.dashboard-insight{display:flex;align-items:flex-start;gap:15px;border-color:#a9e3ca;background:#f4fff9}.dashboard-insight__icon{display:grid;width:47px;height:47px;flex:none;place-items:center;border-radius:8px;color:#fff;background:#10a66a;font-size:22px}.dashboard-insight p{margin-top:8px;color:#48536b;line-height:1.5}.dashboard-budget-line,.dashboard-budget-row>div:first-child{display:flex;justify-content:space-between;gap:10px;color:#68738d;font-size:12px}.dashboard-budget-line{margin:16px 0 7px}.dashboard-budget-line b,.dashboard-budget-row b{color:#121a32}.dashboard-budget-progress{height:8px;overflow:hidden;border-radius:99px;background:#edf0f6}.dashboard-budget-progress span{display:block;height:100%;border-radius:inherit;background:#5945f6}.dashboard-budget-row{display:grid;gap:6px;margin-top:14px}.dashboard-loans{grid-column:auto}.loan-records__cards{display:grid;grid-template-columns:1fr;gap:12px;margin-top:14px}.loan-records__cards article{padding:12px;border:1px solid #edf0f5;border-radius:9px;background:#fcfcff}.loan-records__heading h4{margin:0 0 8px}.loan-records__table-wrap{overflow-x:auto}.loan-records__table{width:100%;border-collapse:collapse;font-size:12px}.loan-records__table th{padding:6px 4px;color:#68738d;font-size:10px;text-align:left;text-transform:uppercase}.loan-records__table td{padding:8px 4px;border-top:1px solid #edf0f5;white-space:nowrap}.loan-records__table button{border:0;border-radius:6px;padding:6px 8px;color:#5945f6;background:#f3f4ff;font:inherit;font-size:11px;cursor:pointer}.loan-records__status{border-radius:12px;padding:4px 6px;color:#f59e0b;background:#fff2dc;font-size:10px;font-weight:750}.loan-records__empty{margin:0;color:#68738d;font-size:12px}.loan-compact-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:8px 0;border-top:1px solid #edf0f5;font-size:12px}.loan-compact-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loan-compact-row small{color:#68738d;font-size:10px}.dashboard-state{display:grid;min-height:260px;place-items:center;color:#68738d}@media(max-width:900px){.dashboard-grid,.dashboard-grid--lower{grid-template-columns:1fr}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.dashboard-metrics,.dashboard-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.dashboard-page{gap:14px}.dashboard-voice-card{min-height:72px;padding:12px 14px}.dashboard-voice-card strong{font-size:.96rem}.dashboard-voice-card small{font-size:11px}.dashboard-metric{min-height:110px;padding:12px 12px 10px}.dashboard-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-feature-card{min-height:96px;padding:12px 8px 10px}.dashboard-feature-card__icon{width:48px;height:48px;border-radius:16px}.dashboard-page__heading{align-items:flex-start;flex-direction:column}.dashboard-page__date-filter{width:100%}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-metric{min-width:0;min-height:132px;padding:13px;gap:8px}.dashboard-metric--income{grid-column:auto;order:1;min-height:112px}.dashboard-metric:nth-child(2){order:2}.dashboard-metric:nth-child(3){order:3}.dashboard-metric:nth-child(4){order:4}.dashboard-metric:nth-child(5){grid-column:1 / -1;order:5;min-height:112px}.dashboard-metric strong{font-size:18px}.dashboard-metric>div>span{font-size:12px}.loan-records__cards{grid-template-columns:1fr}.dashboard-donut-wrap{gap:13px}.dashboard-donut{width:140px}.dashboard-donut:after{inset:33px}.dashboard-legend__row{grid-template-columns:8px 1fr auto;font-size:11px}.dashboard-legend__row>span:last-child{display:none}}.dashboard-page{width:100%;max-width:760px;margin:0 auto;gap:16px}.dashboard-voice-card{min-height:78px;border-radius:20px;padding:12px 15px}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-metric{position:relative;min-width:0;min-height:74px!important;height:74px;overflow:visible;padding:10px 12px!important;gap:10px;border:1px solid rgba(120,160,220,.16);border-radius:18px;color:var(--app-text);text-align:left;font:inherit;cursor:pointer;box-shadow:0 7px 22px #19468212;transition:transform .18s ease,box-shadow .18s ease}.dashboard-metric:hover{transform:translateY(-1px);box-shadow:0 11px 28px #1946821c}.dashboard-metric:active{transform:scale(.98)}.dashboard-metric:focus-visible{outline:3px solid rgba(22,120,237,.25);outline-offset:2px}.dashboard-metric:after{right:-18px;bottom:-24px;width:70px;height:70px;pointer-events:none}.dashboard-metric__icon{width:38px;height:38px;flex:0 0 38px;border-radius:13px}.dashboard-metric__content{position:relative;z-index:2;display:flex!important;min-width:0;flex-direction:column;gap:2px!important}.dashboard-metric__label{display:block!important;overflow:hidden;color:#60708f!important;font-size:11px!important;font-weight:700;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.dashboard-metric strong{position:relative;z-index:2;color:#10204a;font-size:17px;font-weight:850;line-height:1.2;white-space:nowrap}.dashboard-metric--wide{grid-column:1 / -1;height:68px;min-height:68px!important}.dashboard-metric__popup{position:absolute;z-index:100;top:calc(100% + 8px);left:7px;right:7px;display:grid;gap:3px;padding:12px 13px;border:1px solid rgba(120,160,220,.18);border-radius:15px;color:#10204a;background:#fffffffa;box-shadow:0 16px 38px #142d5a33;pointer-events:none}.dashboard-metric__popup b{font-size:12px}.dashboard-metric__popup small{color:#68738d;font-size:10px;line-height:1.35}.dashboard-metric__popup strong{margin-top:2px;font-size:15px}.dashboard-quick-section{padding:3px 1px 0}.dashboard-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:6px;padding-inline:2px}.dashboard-section-heading h2{margin:0;color:var(--app-text);font-size:19px;letter-spacing:-.025em}.dashboard-section-heading span{color:var(--app-text-soft);font-size:10px;font-weight:600}.dashboard-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.dashboard-feature-card{min-height:88px;border:0;border-radius:18px;padding:8px 4px;background:transparent;box-shadow:none;transition:transform .18s ease,background .18s ease}.dashboard-feature-card:hover,.dashboard-feature-card:focus-visible{transform:translateY(-2px);background:var(--app-surface-alt);outline:none}.dashboard-feature-card__icon{width:50px;height:50px;border-radius:17px;box-shadow:0 7px 18px #1e4b8214}.dashboard-feature-card span:last-child{max-width:88px;color:var(--app-text-muted);font-size:10px;font-weight:750}.dashboard-panel--recent{padding:14px 15px}.dashboard-panel--recent .dashboard-panel__header h3{color:var(--app-text);font-size:17px}.dashboard-panel--recent .dashboard-panel__header a{padding:5px 0;border:0;background:transparent;font-size:11px}@media(max-width:650px){.dashboard-page{max-width:100%;gap:14px}.dashboard-voice-card{min-height:74px;padding:11px 12px}.dashboard-metrics{gap:8px}.dashboard-metric{height:68px;min-height:68px!important;padding:9px 10px!important;gap:8px;border-radius:17px}.dashboard-metric__icon{width:34px;height:34px;flex-basis:34px;border-radius:12px}.dashboard-metric__label{font-size:10px!important}.dashboard-metric strong{font-size:15px}.dashboard-metric--wide{height:64px;min-height:64px!important}.dashboard-metric__popup{left:4px;right:4px}.dashboard-section-heading{align-items:flex-start;flex-direction:column;gap:2px}.dashboard-section-heading h2{font-size:18px}.dashboard-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px 3px}.dashboard-feature-card{min-height:78px;padding:5px 2px}.dashboard-feature-card__icon{width:45px;height:45px;border-radius:15px}.dashboard-feature-card span:last-child{font-size:9px;line-height:1.2}.dashboard-panel--recent{padding:13px 12px;border-radius:18px}}:root[data-theme=dark] .dashboard-metric strong{color:var(--app-text)}:root[data-theme=dark] .dashboard-metric__label,:root[data-theme=dark] .dashboard-metric__popup small{color:var(--app-text-soft)!important}:root[data-theme=dark] .dashboard-metric__popup{color:var(--app-text);background:var(--app-surface-strong);border-color:var(--app-border)}.budgets-page{display:grid;gap:18px}.budgets-page__heading,.budgets-summary,.budget-category,.budgets-modal__header,.budgets-modal__actions{display:flex;align-items:center}.budgets-page__heading,.budgets-modal__header{justify-content:space-between;gap:18px}.budgets-page__heading h2,.budgets-page__heading p,.budgets-category-section h3,.budgets-category-section p{margin:0}.budgets-page__heading h2{font-size:24px}.budgets-page__heading p:last-child,.budgets-category-section>div:first-child p{margin-top:6px;color:#68738d}.budgets-page__eyebrow{margin-bottom:5px!important;color:#68738d;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.budgets-page__heading>button,.budgets-summary__actions button,.budget-category__remaining button,.budgets-modal__actions button{border:0;border-radius:7px;padding:10px 14px;color:#fff;background:#5945f6;font:inherit;font-weight:750;cursor:pointer}.budgets-card{border:1px solid #e6e9f1;border-radius:12px;background:#fff;box-shadow:0 8px 25px #1826530b}.budgets-summary{position:relative;flex-wrap:wrap;justify-content:space-between;gap:15px;padding:20px;color:#fff;background:linear-gradient(135deg,#171d65,#5b42ed)}.budgets-summary>div:first-child{display:grid;gap:7px}.budgets-summary strong{font-size:27px}.budgets-summary__actions{display:flex;gap:8px}.budgets-summary__actions button,.budget-category__remaining button{color:#5945f6;background:#f3f4ff}.budgets-summary__actions .is-danger,.budget-category__remaining .is-danger{color:#f43f5e;background:#fff1f3}.budgets-summary small{color:#d9dcff}.budgets-progress{width:100%;height:8px;overflow:hidden;border-radius:12px;background:#edf0f6}.budgets-summary .budgets-progress{flex-basis:100%;background:#fff4}.budgets-progress span{display:block;height:100%;border-radius:inherit}.budgets-over{flex-basis:100%;margin:0;color:#ffd6df;font-size:12px;font-weight:750}.budgets-category-section{display:grid;gap:14px}.budgets-grid{display:grid;gap:0;overflow:hidden;border:1px solid #e6e9f1;border-radius:12px}.budget-category{display:grid;grid-template-columns:230px minmax(180px,1fr) auto;gap:25px;padding:20px 18px;border-bottom:1px solid #edf0f5}.budget-category:last-child{border-bottom:0}.budget-category__info{display:flex;align-items:center;gap:14px}.budget-category__info>span{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;color:#5945f6;background:#eeecff;font-size:20px}.budget-category h4,.budget-category p{margin:0}.budget-category p{margin-top:5px;color:#68738d;font-size:12px}.budget-category__progress{display:grid;grid-template-columns:1fr auto;gap:7px;align-content:center;color:#68738d;font-size:12px}.budget-category__progress b{color:#121a32}.budget-category__progress .budgets-progress{grid-column:1 / -1}.budget-category__remaining{display:grid;gap:9px;align-content:center;color:#68738d;font-size:12px;text-align:right}.budget-category__remaining strong{color:#121a32;font-size:13px}.budget-category__remaining>div{display:flex;justify-content:flex-end;gap:6px}.budgets-modal{position:fixed;inset:0;z-index:10;display:grid;place-items:center;padding:18px;background:#07142a77}.budgets-modal__card{width:min(560px,100%);border-radius:14px;padding:22px;background:#fff}.budgets-modal__header{margin-bottom:18px}.budgets-modal__header h3{margin:0}.budgets-modal__header button{border:1px solid #dce1ec;border-radius:50%;background:#fff;width:32px;height:32px;cursor:pointer}.budgets-modal form{display:grid;gap:14px}.budgets-modal label{display:grid;gap:7px;color:#121a32;font-size:13px;font-weight:700}.budgets-modal input,.budgets-modal select{border:1px solid #dce1ec;border-radius:8px;padding:10px;font:inherit}.budgets-modal__actions{justify-content:flex-end;gap:8px}.budgets-modal__actions .is-secondary{color:#5945f6;background:#fff;border:1px solid #cdc8ff}.budgets-page__state{display:grid;min-height:180px;place-items:center;color:#68738d}@media(max-width:760px){.budgets-page__heading{align-items:flex-start;flex-direction:column}.budget-category{grid-template-columns:1fr;gap:14px}.budget-category__remaining{text-align:left}.budget-category__remaining>div{justify-content:flex-start}}.reports-page{display:grid;gap:18px}.reports-page__heading h2,.reports-page__heading p{margin:0}.reports-page__heading h2{font-size:24px}.reports-page__heading p:last-child{margin-top:6px;color:#68738d}.reports-page__eyebrow{margin-bottom:5px!important;color:#68738d;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.reports-page__error{margin:0;color:#f43f5e}.reports-page__success{margin:0;color:#10a66a;font-weight:700}.reports-card{max-width:920px;border:1px solid #e6e9f1;border-radius:12px;padding:22px;background:#fff;box-shadow:0 8px 25px #1826530b}.reports-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}.reports-grid label{display:grid;gap:7px;color:#121a32;font-size:13px;font-weight:700}.reports-grid input,.reports-grid select{border:1px solid #dce1ec;border-radius:8px;padding:10px;color:#34405b;background:#fff;font:inherit}.reports-grid input:focus-visible,.reports-grid select:focus-visible,.reports-actions button:focus-visible{outline:3px solid #c9c3ff;outline-offset:2px}.reports-actions{display:flex;gap:10px;margin-top:20px}.reports-actions button{border:0;border-radius:7px;padding:10px 14px;color:#fff;background:#5945f6;font:inherit;font-weight:750;cursor:pointer}.reports-actions button:disabled{cursor:wait;opacity:.65}.reports-note{margin:16px 0 0;color:#68738d;font-size:12px}.reports-page__state{color:#68738d}@media(max-width:650px){.reports-grid{grid-template-columns:1fr}.reports-actions{flex-direction:column}.reports-actions button{width:100%}}.settings-page{display:grid;gap:18px}.settings-page__heading h2,.settings-page__heading p{margin:0}.settings-page__heading h2{font-size:24px}.settings-page__heading>p:last-child{margin-top:6px;color:#68738d}.settings-page__eyebrow{margin-bottom:5px!important;color:#68738d;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.settings-sections{display:grid;gap:16px;max-width:820px}.settings-card{border:1px solid #e6e9f1;border-radius:12px;padding:20px;background:#fff;box-shadow:0 8px 25px #1826530b}.settings-card h3{margin:0 0 12px;font-size:16px}.settings-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:12px 0;border-top:1px solid #edf0f5}.settings-row:first-of-type{border-top:0}.settings-row b,.settings-row small{display:block}.settings-row small{margin-top:3px;color:#68738d}.settings-row select{border:1px solid #dce1ec;border-radius:8px;padding:10px;background:#fff;font:inherit}.settings-toggle{width:42px;height:23px;appearance:none;border:0;border-radius:15px;background:#cbd1df;position:relative;cursor:pointer}.settings-toggle:checked{background:#5945f6}.settings-toggle:before{position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:50%;background:#fff;content:""}.settings-toggle:checked:before{left:22px}.settings-badge{border-radius:14px;padding:5px 8px;color:#5945f6;background:#eeecff;font-size:11px;font-weight:750}.settings-profile-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.settings-profile-form label{display:grid;gap:7px;color:#121a32;font-size:13px;font-weight:700}.settings-profile-form input{border:1px solid #dce1ec;border-radius:8px;padding:10px;font:inherit}.settings-profile-form input:focus-visible,.settings-profile-form button:focus-visible,.settings-danger:focus-visible{outline:3px solid #c9c3ff;outline-offset:2px}.settings-profile-form__wide{grid-column:1 / -1}.settings-form-actions{display:flex;justify-content:flex-end}.settings-form-actions button{border:0;border-radius:7px;padding:10px 14px;color:#fff;background:#5945f6;font:inherit;font-weight:750;cursor:pointer}.settings-form-actions button:disabled{cursor:wait;opacity:.65}.settings-error{color:#f43f5e}.settings-success{color:#10a66a;font-weight:700}.settings-muted{color:#68738d;line-height:1.5}.settings-danger{border:0;border-radius:7px;padding:10px 14px;color:#fff;background:#f43f5e;font:inherit;font-weight:750;cursor:pointer}@media(max-width:600px){.settings-profile-form{grid-template-columns:1fr}.settings-profile-form__wide{grid-column:auto}.settings-row{align-items:flex-start}}.transactions-page{display:grid;gap:18px}.transactions-page__heading,.transactions-page__custom-date,.transactions-toolbar,.transactions-actions,.transactions-modal__header,.transactions-modal__actions{display:flex;align-items:center}.transactions-page__heading,.transactions-modal__header{justify-content:space-between;gap:18px}.transactions-page__heading h2,.transactions-page__heading p{margin:0}.transactions-page__heading h2{font-size:24px}.transactions-page__eyebrow{margin-bottom:5px!important;color:#68738d;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.transactions-page__date{display:grid;gap:6px;color:#68738d;font-size:12px;font-weight:700}.transactions-page__date select,.transactions-page__custom-date input,.transactions-page__custom-date button,.transactions-toolbar input,.transactions-toolbar select,.transactions-form input,.transactions-form select,.transactions-form textarea{border:1px solid #dce1ec;border-radius:8px;padding:10px;color:#34405b;background:#fff;font:inherit}.transactions-page__custom-date{flex-wrap:wrap;gap:6px}.transactions-page__custom-date input{width:132px}.transactions-page__custom-date button,.transactions-modal__actions button{border:0;border-radius:7px;padding:10px 14px;color:#fff;background:#5945f6;font-weight:750;cursor:pointer}.transactions-page__error{margin:0;color:#f43f5e}.transactions-toolbar{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #e6e9f1;border-radius:12px;background:#fff}.transactions-toolbar__search{width:100%;min-width:0}.transactions-toolbar__filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}.transactions-toolbar label,.transactions-form label{display:grid;min-width:0;gap:6px;color:#34405b;font-size:12px;font-weight:700}.transactions-toolbar__search input{width:100%}.transactions-toolbar select{min-width:150px;min-height:42px}.transactions-toolbar select[multiple]{min-height:82px}.transactions-multi-filter{position:relative;min-width:150px}.transactions-multi-filter>button{display:flex;width:100%;align-items:center;justify-content:space-between;min-height:42px;border:1px solid #dce1ec;border-radius:8px;padding:10px;color:#34405b;background:#fff;font:inherit;cursor:pointer}.transactions-multi-filter__menu{position:absolute;top:calc(100% + 5px);left:0;z-index:5;display:grid;width:max-content;min-width:100%;max-height:250px;overflow-y:auto;gap:2px;padding:6px;border:1px solid #e6e9f1;border-radius:8px;background:#fff;box-shadow:0 8px 20px #121a321c}.transactions-multi-filter__menu label{display:flex;min-width:0;align-items:center;gap:8px;padding:7px 6px;white-space:nowrap;cursor:pointer}.transactions-multi-filter__menu label:hover{background:#f5f6fb}.transactions-table-wrap{position:relative;overflow-x:auto;border:1px solid #e6e9f1;border-radius:12px;background:#fff}.transactions-table{width:100%;min-width:820px;border-collapse:collapse}.transactions-table th{padding:13px 16px;border-bottom:1px solid #e6e9f1;color:#68738d;font-size:11px;text-align:left;text-transform:uppercase;letter-spacing:.06em}.transactions-table td{padding:14px 16px;border-bottom:1px solid #edf0f5;vertical-align:middle}.transactions-table tbody tr:hover{background:#fafaff}.transactions-row-link{max-width:230px;overflow:hidden;border:0;padding:0;color:#121a32;background:transparent;font-weight:700;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.transactions-badge{display:inline-block;border-radius:14px;padding:5px 8px;color:#5945f6;background:#eeecff;font-size:11px;font-weight:750;white-space:nowrap}.transactions-badge.is-income{color:#10a66a;background:#e4f8ef}.transactions-actions{gap:6px;white-space:nowrap}.transactions-actions button,.transactions-modal__header button{border:1px solid #dce1ec;border-radius:6px;padding:6px 8px;color:#34405b;background:#fff;font:inherit;font-size:12px;cursor:pointer}.transactions-actions button:hover,.transactions-modal__header button:hover{background:#f1f3f9}.transactions-actions .is-danger,.transactions-modal__actions .is-danger{color:#f43f5e}.is-income{color:#10a66a;font-weight:800}.is-expense{color:#f43f5e;font-weight:800}.transactions-empty,.transactions-page__state{display:grid;min-height:180px;place-items:center;color:#68738d;text-align:center}.transactions-modal{position:fixed;inset:0;z-index:10;display:grid;place-items:center;padding:18px;background:#07142a77}.transactions-modal__card{width:min(680px,100%);max-height:calc(100vh - 36px);overflow-y:auto;border-radius:14px;padding:22px;background:#fff}.transactions-modal__header{margin-bottom:18px}.transactions-modal__header h2{margin:0;font-size:20px}.transactions-modal__header button{width:32px;height:32px;border-radius:50%;font-size:18px}.transactions-details{display:grid;grid-template-columns:1fr 1fr;gap:12px}.transactions-details>div{display:grid;gap:4px;padding:10px;border-radius:7px;background:#f8f9fd}.transactions-details small{color:#68738d}.transactions-details__wide,.transactions-form__wide{grid-column:1 / -1}.transactions-details__raw{margin:12px 0 0;padding:11px;border-radius:7px;color:#4d5871;background:#f6f7fb;font-style:italic}.transactions-modal__actions{justify-content:flex-end;flex-wrap:wrap;gap:8px;margin-top:18px}.transactions-modal__actions>span{margin-right:auto;color:#10a66a;font-weight:750}.transactions-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.transactions-form textarea{min-height:82px;resize:vertical}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:760px){.transactions-page__heading{align-items:flex-start;flex-direction:column}.transactions-page__date{width:100%}.transactions-toolbar__filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.transactions-toolbar__filters{grid-template-columns:repeat(2,minmax(0,1fr))}.transactions-multi-filter,.transactions-multi-filter>button{width:100%}.transactions-table-wrap{display:none}.transactions-mobile-list{display:grid;gap:10px}.transaction-mobile-card{display:grid;gap:8px;border:1px solid #dcecff;border-radius:15px;padding:14px;background:#fff;box-shadow:0 8px 22px #15539d0d;cursor:pointer}.transaction-mobile-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.transaction-mobile-card>small{color:#6c83a7;font-size:11px}.transaction-mobile-card .transactions-row-link{max-width:100%;font-size:15px}.transaction-mobile-card .transactions-actions{justify-content:flex-start;padding-top:2px}.transactions-details,.transactions-form{grid-template-columns:1fr}.transactions-details__wide,.transactions-form__wide{grid-column:auto}}.transactions-category{display:inline-flex;align-items:center;gap:7px}.transactions-category .category-icon{display:block;flex:none;object-fit:contain}.notification-center{position:relative}.notification-center__button{position:relative;border:1px solid #dce1ec;border-radius:8px;padding:9px 11px;background:#fff;cursor:pointer}.notification-center__button:focus-visible,.notification-center__read:focus-visible{outline:3px solid #c9c3ff;outline-offset:2px}.notification-center__button span{position:absolute;top:-8px;right:-7px;min-width:18px;border-radius:10px;padding:3px 5px;color:#fff;background:#f43f5e;font-size:10px;font-weight:800}.notification-center__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:min(350px,calc(100vw - 28px));max-height:min(480px,calc(100vh - 104px));overflow-y:auto;padding:8px;border:1px solid #e6e9f1;border-radius:10px;background:#fff;box-shadow:0 12px 28px #1826532b}.notification-center__item{padding:10px 11px;border-bottom:1px solid #edf0f5}.notification-center__item b{font-size:13px}.notification-center__item p{margin:4px 0 0;color:#68738d;font-size:12px;line-height:1.4}.notification-center__item.danger b{color:#f43f5e}.notification-center__item.warning b{color:#f59e0b}.notification-center__read{width:100%;margin-top:8px;border:0;border-radius:6px;padding:8px;color:#5945f6;background:#f5f3ff;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.notification-center__empty,.notification-center__error{padding:20px 12px;color:#68738d;text-align:center}.notification-center__error{color:#f43f5e}@media(max-width:650px){.notification-center__menu{position:fixed;top:78px;right:12px;width:min(330px,calc(100vw - 24px));max-height:calc(100vh - 104px)}}:root{--app-bg: #f8f9fd;--app-surface: #ffffff;--app-surface-alt: #f3f6fd;--app-surface-strong: #ffffff;--app-border: #e6e9f1;--app-text: #121a32;--app-text-soft: #68738d;--app-text-muted: #4f5d7a;--app-panel-strong: #0c1730;--app-primary: #5945f6;--app-primary-soft: #eeecff;--app-input-bg: #ffffff;--app-input-text: #121a32;--app-shadow: 0 8px 25px #1826530b;color:#121a32;background:#f8f9fd;font-family:Inter,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}:root[data-theme=dark]{--app-bg: #0d1322;--app-surface: #121b2f;--app-surface-alt: #182338;--app-surface-strong: #1a2540;--app-border: rgba(148, 163, 184, .2);--app-text: #e5ecff;--app-text-soft: #bfd0f7;--app-text-muted: #afbad0;--app-panel-strong: #f4f7ff;--app-primary: #8b7bff;--app-primary-soft: rgba(139, 123, 255, .14);--app-input-bg: #111a2f;--app-input-text: #edf3ff;--app-shadow: 0 18px 36px rgba(2, 6, 23, .5);color:#e5ecff;background:#0d1322}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--app-bg);color:var(--app-text);transition:background-color .2s ease,color .2s ease}:root[data-theme=dark] body,:root[data-theme=dark] .app-shell,:root[data-theme=dark] .app-shell__workspace,:root[data-theme=dark] .app-shell__main,:root[data-theme=dark] .dashboard-page,:root[data-theme=dark] .transactions-page,:root[data-theme=dark] .analytics-page,:root[data-theme=dark] .reports-page,:root[data-theme=dark] .settings-page,:root[data-theme=dark] .budgets-page,:root[data-theme=dark] .loans-screen,:root[data-theme=dark] .notification-center{background:var(--app-bg);color:var(--app-text)}:root[data-theme=dark] .settings-card,:root[data-theme=dark] .analytics-card,:root[data-theme=dark] .reports-card,:root[data-theme=dark] .budgets-card,:root[data-theme=dark] .budgets-summary,:root[data-theme=dark] .loans-summary__card,:root[data-theme=dark] .loan-record-card,:root[data-theme=dark] .notification-center__menu,:root[data-theme=dark] .more-page__link,:root[data-theme=dark] .app-shell__nav-link,:root[data-theme=dark] .app-shell__custom-range,:root[data-theme=dark] .app-shell__profile-menu,:root[data-theme=dark] .app-shell__theme-toggle,:root[data-theme=dark] .dashboard-card,:root[data-theme=dark] .transaction-row,:root[data-theme=dark] .transaction-mobile-card,:root[data-theme=dark] .add-expense-card,:root[data-theme=dark] .voice-card,:root[data-theme=dark] .loan-details-modal__card,:root[data-theme=dark] .budget-category,:root[data-theme=dark] .budget-category__remaining,:root[data-theme=dark] .budgets-modal__card,:root[data-theme=dark] .app-shell__account{background:var(--app-surface);border-color:var(--app-border);color:var(--app-text)}:root[data-theme=dark] .settings-card h3,:root[data-theme=dark] .analytics-card h3,:root[data-theme=dark] .reports-card h3,:root[data-theme=dark] .budgets-card h3,:root[data-theme=dark] .dashboard-card h3,:root[data-theme=dark] .loan-record-card strong,:root[data-theme=dark] .more-page__link strong,:root[data-theme=dark] .settings-row b,:root[data-theme=dark] .settings-profile-form label,:root[data-theme=dark] .reports-grid label,:root[data-theme=dark] .budgets-modal label,:root[data-theme=dark] .dashboard-budget-row b,:root[data-theme=dark] .budget-category__progress b,:root[data-theme=dark] .budget-category__remaining strong{color:var(--app-text)}:root[data-theme=dark] .settings-row small,:root[data-theme=dark] .settings-muted,:root[data-theme=dark] .reports-card p,:root[data-theme=dark] .analytics-card p,:root[data-theme=dark] .settings-card p,:root[data-theme=dark] .more-page__link small,:root[data-theme=dark] .dashboard-card p,:root[data-theme=dark] .budget-category__meta,:root[data-theme=dark] .app-shell__eyebrow,:root[data-theme=dark] .app-shell__profile-menu small{color:var(--app-text-soft)}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea,:root[data-theme=dark] .app-shell__custom-range select,:root[data-theme=dark] .analytics-page__date select,:root[data-theme=dark] .analytics-page__custom-date input,:root[data-theme=dark] .reports-grid input,:root[data-theme=dark] .reports-grid select,:root[data-theme=dark] .settings-row select,:root[data-theme=dark] .settings-profile-form input{background:var(--app-input-bg);border-color:var(--app-border);color:var(--app-input-text)}:root[data-theme=dark] .app-shell__nav-link{background:transparent;border-color:#94a3b824}:root[data-theme=dark] .app-shell__nav-link.is-active{background:#8b7bff2e;border-color:#8b7bff59}:root[data-theme=dark] .more-page__link{color:var(--app-text)}button,a{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh;background:var(--app-bg);color:var(--app-text)}.app-shell__sidebar{position:fixed;inset:0 auto 0 0;z-index:2;display:flex;width:224px;flex-direction:column;padding:25px 11px;color:#fff;background:linear-gradient(150deg,#061632,#09295b)}.app-shell__theme-toggle{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--app-border);border-radius:999px;padding:8px 12px;background:var(--app-surface);color:var(--app-text);font:inherit;font-size:12px;font-weight:700;cursor:pointer;box-shadow:var(--app-shadow)}.app-shell__brand{display:flex;align-items:center;gap:12px;min-height:42px;padding:0 9px 28px;color:inherit;font-weight:800;text-decoration:none}.app-shell__brand-mark{display:grid;width:50px;height:50px;place-items:center;border-radius:8px;color:#fff;background:transparent}.app-shell__brand-mark img{width:50px;height:50px;object-fit:contain}.brand-word{background-clip:text;-webkit-background-clip:text;color:transparent}.brand-word--gold{background-image:linear-gradient(110deg,#13d6e6,#167dff,#8120ec)}.brand-word--silver{background-image:linear-gradient(180deg,#25498b,#142b62,#0d204d)}.app-shell__brand-name{font-size:1.12rem;letter-spacing:-.02em}.app-shell__nav{display:grid;gap:5px}.app-shell__nav-link{display:flex;align-items:center;gap:4px;min-height:46px;padding:13px 15px;border-radius:7px;color:#fff;font-weight:650;text-decoration:none}.app-shell__nav-link:hover,.app-shell__nav-link:focus-visible,.app-shell__nav-link.is-active{background:linear-gradient(100deg,#4931e7,#5c46f5)}.app-shell__nav-link--add{margin:7px 3px 5px;border:1px solid #9a8aff;background:#ffffff0d;font-weight:800;animation:app-shell-add-pulse 3s ease-in-out infinite}.app-shell__nav-link--add:hover,.app-shell__nav-link--add.is-active{background:#ffffff1c;box-shadow:0 0 0 5px #816bff2e;animation:none}@keyframes app-shell-add-pulse{0%,to{border-color:#9a8aff;box-shadow:0 0 #816bff00}50%{border-color:#c0b5ff;box-shadow:0 0 0 5px #816bff36}}.app-shell__nav-link:focus-visible,.app-shell__logout:focus-visible,.app-shell__brand:focus-visible{outline:3px solid #c9c3ff;outline-offset:2px}.app-shell__nav-icon{display:inline-grid;width:29px;place-items:center;font-size:17px}.app-shell__account{display:flex;align-items:center;gap:10px}.app-shell__account--sidebar{margin-top:auto;padding:13px;border:1px solid #ffffff22;border-radius:10px}.app-shell__account--sidebar .app-shell__profile-trigger{width:100%}.app-shell__account--sidebar .app-shell__profile-trigger:hover .app-shell__account-copy strong{color:#c9c3ff}.app-shell__account--sidebar .app-shell__profile{width:100%}.app-shell__avatar{display:grid;width:36px;height:36px;flex:none;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#704eff,#3624ca);font-weight:800}.app-shell__profile{position:relative;flex:none}.app-shell__profile-trigger{display:flex;align-items:center;gap:9px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}.app-shell__profile-trigger--details{text-align:left}.app-shell__profile-trigger--details:hover .app-shell__account-copy strong{color:#5945f6}.app-shell__account--header .app-shell__account-copy small{color:#68738d}.app-shell__profile-trigger:focus-visible,.app-shell__profile-menu button:focus-visible{outline:3px solid #c9c3ff;outline-offset:2px}.app-shell__profile-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:10;display:grid;width:176px;gap:4px;padding:8px;border:1px solid #e6e9f1;border-radius:10px;background:#fff;box-shadow:0 12px 28px #1826532b}.app-shell__header,.app-shell__account--header,.app-shell__profile{position:relative;z-index:20}.app-shell__profile-menu strong,.app-shell__profile-menu small{padding:4px 8px}.app-shell__profile-menu small{margin-bottom:5px;color:#68738d}.app-shell__profile-menu button{border:0;border-radius:7px;padding:9px 8px;color:#121a32;background:transparent;text-align:left;font:inherit;font-weight:700;cursor:pointer}.app-shell__profile-menu button:hover{background:#f5f6fb}.app-shell__profile-menu button.is-danger{color:#f43f5e}.onboarding-tour{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;pointer-events:none}.onboarding-tour__scrim{position:absolute;inset:0;background:#040a1c66;pointer-events:none}.onboarding-tour__card{position:relative;z-index:1010;width:min(460px,calc(100vw - 28px));max-height:calc(100vh - 28px);box-sizing:border-box;overflow-y:auto;padding:23px 24px 20px;border:1px solid #ffffff2e;border-radius:18px;color:#f7f8ff;background:linear-gradient(145deg,#161c44fa,#0b122ff5);box-shadow:0 25px 80px #0006;pointer-events:auto}.onboarding-tour__card[style]{position:fixed}.onboarding-target{position:relative!important;z-index:1005!important;box-shadow:0 0 0 3px #a898ff,0 0 0 10px #7d67ff3d,0 0 28px 8px #7d67ff66!important;animation:onboarding-target-pulse 1.5s ease-in-out infinite}@keyframes onboarding-target-pulse{0%,to{box-shadow:0 0 0 3px #a898ff,0 0 0 10px #7d67ff3d,0 0 22px 5px #7d67ff4d}50%{box-shadow:0 0 0 4px #c1b7ff,0 0 0 14px #7d67ff4d,0 0 36px 12px #7d67ff80}}.onboarding-tour__progress{display:flex;align-items:center;justify-content:space-between;color:#b8b9d4;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.onboarding-tour__progress strong{color:#a99aff}.onboarding-tour__card h2{margin:12px 0 5px;font-size:22px}.onboarding-tour__card p{margin:0;color:#bfc5e0;font-size:13px;line-height:1.55}.onboarding-tour__card>small{display:block;margin-top:15px;color:#929abd;font-size:11px}.onboarding-tour__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.onboarding-tour__actions button{border:0;border-radius:9px;padding:10px 16px;color:#fff;background:#6f5cff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.onboarding-tour__actions button:first-child{color:#bfc5e0;background:transparent}@media(max-width:650px){.onboarding-tour__card{width:calc(100vw - 28px);padding:18px 17px 16px;border-radius:14px}.onboarding-tour__card h2{font-size:19px;line-height:1.25}.onboarding-tour__card p{font-size:14px;line-height:1.5}.onboarding-tour__card>small{margin-top:12px;line-height:1.4}.onboarding-tour__actions{margin-top:16px}.onboarding-tour__actions button{min-height:44px;padding:10px 16px}}.app-shell__account-copy{display:grid;min-width:0;gap:3px}.app-shell__account-copy strong,.app-shell__account-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell__account-copy small{color:#c9d0e2;font-size:12px}.app-shell__workspace{min-height:100vh;margin-left:224px}.app-shell__header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:74px;padding:14px 22px;background:linear-gradient(180deg,var(--app-surface) 0%,var(--app-surface-alt) 100%);border-bottom:1px solid var(--app-border)}.app-shell__header--dashboard{min-height:58px;padding:10px 12px 8px;background:#f5f8ff;border-bottom:0}.app-shell__brand--dashboard{display:inline-flex;align-items:center;min-height:0;padding:0}.app-shell__brand--dashboard .app-shell__brand-mark{width:38px;height:38px}.app-shell__brand--dashboard .app-shell__brand-mark img{width:34px;height:34px}.app-shell__header-actions--dashboard{justify-content:flex-end}.app-shell__header h1,.app-shell__header p{margin:0}.app-shell__header h1{font-size:27px;letter-spacing:-1px}.app-shell__header-title{display:grid;gap:2px}.app-shell__header-title-row{display:flex;align-items:center;flex:1;min-width:0}.app-shell__date-filter{display:grid;min-width:170px;gap:5px;color:#68738d;font-size:11px;font-weight:750}.app-shell__date-filter select,.app-shell__custom-range input,.app-shell__custom-range button{border:1px solid #dce1ec;border-radius:9px;padding:9px 11px;color:#34405b;background:#fff;font:inherit}.app-shell__date-filter select{min-width:170px;font-size:12px;font-weight:700}.app-shell__custom-range{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.app-shell__custom-range input{width:124px;font-size:11px}.app-shell__custom-range button{color:#fff;background:#5945f6;cursor:pointer;font-size:11px;font-weight:750}.app-shell__date-error{color:#f43f5e;font-size:11px}.app-shell__eyebrow{margin-bottom:5px!important;color:#68738d;font-size:12px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.app-shell__header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.app-shell__header-actions .app-shell__account--header{padding-left:6px}.app-shell__logout{border:1px solid #f43f5e;border-radius:7px;padding:10px 14px;color:#f43f5e;background:#fff;font-weight:750;cursor:pointer}.app-shell__logout:hover{color:#fff;background:#f43f5e}.app-shell__main{min-height:calc(100vh - 74px);padding:12px 12px 20px;overflow-x:hidden}.app-shell__placeholder{max-width:760px;padding:28px;border:1px solid #e6e9f1;border-radius:12px;background:#fff;box-shadow:0 8px 25px #1826530b}.app-shell__placeholder h2{margin:0 0 8px;font-size:24px}.app-shell__placeholder p:last-child{margin-bottom:0;color:#68738d}@media(max-width:1050px){.app-shell__sidebar{width:73px}.app-shell__brand-name,.app-shell__nav-link>span:last-child,.app-shell__account-copy{display:none}.app-shell__brand{justify-content:center;padding-inline:0}.app-shell__nav-link{justify-content:center;padding-inline:13px}.app-shell__nav-icon{width:auto}.app-shell__account--sidebar{justify-content:center;padding-inline:6px}.app-shell__workspace{margin-left:73px}}@media(max-width:650px){.app-shell__sidebar{inset:auto 0 0;width:100%;height:66px;padding:6px 3px}.app-shell__notification-page{display:grid;gap:16px;padding-bottom:8px}.app-shell__notification-page-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:4px 0 0}.app-shell__notification-page-header h2{margin:0;font-size:24px;letter-spacing:-.04em}.app-shell__notification-page-body{display:grid;gap:10px}.app-shell__brand,.app-shell__account--sidebar{display:none}.app-shell__nav{display:flex;justify-content:space-around;gap:0}.app-shell__nav-link{display:grid;min-width:0;min-height:54px;flex:1;gap:2px;padding:5px 2px;border-radius:6px;font-size:10px;text-align:center}.app-shell__nav-link>span:last-child{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell__nav-icon{width:auto;font-size:16px}.app-shell__workspace{margin-left:0;padding-bottom:66px}.app-shell__header{min-height:64px;padding:12px 12px 10px}.app-shell__header-title-row{align-items:flex-start}.app-shell__header-actions{gap:6px}.app-shell__theme-toggle{padding:7px 10px}.app-shell__date-filter{min-width:120px}.app-shell__date-filter label{display:none}.app-shell__date-filter select{min-width:120px;padding-inline:8px}.app-shell__header h1{font-size:22px}.app-shell__header-actions .app-shell__account-copy{display:none}.app-shell__main{min-height:calc(100vh - 76px);padding:17px 13px}.app-shell__placeholder{padding:20px}}.app-shell__account--sidebar .app-shell__profile-menu{top:auto;right:auto;bottom:0;left:calc(100% + 12px)}:root{color:#102c61;background:#f4f9ff;font-family:Avenir Next,Trebuchet MS,sans-serif}body{background:#f4f9ff}html,body,#root{max-width:100%;overflow-x:hidden}body{overflow-y:auto}.app-shell{background:#f4f9ff}.app-shell__sidebar{background:linear-gradient(180deg,#082b65,#0b4fa4)}.app-shell__workspace{background:#f4f9ff}.app-shell__header{background:#ffffffeb;border-bottom-color:#dcecff}.app-shell__header h1{color:#102c61}.app-shell__eyebrow{color:#6c83a7}.app-shell__nav-link:hover,.app-shell__nav-link:focus-visible,.app-shell__nav-link.is-active{background:linear-gradient(100deg,#1678ed,#0754c8)}.app-shell__nav-link--add{border-color:#8bc4ff;background:#ffffff18}.app-shell__nav-link--add:hover,.app-shell__nav-link--add.is-active{background:#ffffff2b;box-shadow:0 0 0 5px #6db5ff38}.more-page{display:grid;max-width:720px;gap:18px}.more-page__intro{display:flex;align-items:center;gap:12px;padding:4px 2px}.more-page__intro p,.more-page__intro h2{margin:0}.more-page__intro p{color:#6c83a7;font-size:12px;font-weight:700}.more-page__intro h2{margin-top:2px;font-size:27px;letter-spacing:-.04em}.more-page__avatar{display:grid;width:52px;height:52px;place-items:center;border-radius:17px;color:#1678ed;background:#dcecff}.more-page__links{display:grid;gap:10px}.more-page__link{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;width:100%;min-height:72px;border:1px solid #dcecff;border-radius:15px;padding:12px 14px;color:#102c61;background:#fff;box-shadow:0 8px 24px #15539d0d;text-align:left;cursor:pointer}.more-page__link:hover,.more-page__link:focus-visible{border-color:#8bc4ff;box-shadow:0 10px 28px #15539d1a;outline:0;transform:translateY(-1px)}.more-page__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;color:#1678ed;background:#e7f2ff}.more-page__icon--loans{color:#e77527;background:#fff0e2}.more-page__icon--reports{color:#6555d9;background:#eeecff}.more-page__icon--notifications{color:#e24c60;background:#ffe9ed}.more-page__icon--settings{color:#168f70;background:#e3f8f1}.more-page__link strong,.more-page__link small{display:block}.more-page__link small{margin-top:3px;color:#6c83a7;font-size:12px}.more-page__arrow{color:#8ba3c7;font-size:26px;line-height:1}@media(min-width:601px){.transactions-mobile-list{display:none}}@media(max-width:650px){.app-shell__sidebar{height:74px;padding:7px 7px max(7px,env(safe-area-inset-bottom));border-top:1px solid #cfe4ff;background:#fff;box-shadow:0 -8px 22px #15539d14}.app-shell__nav{align-items:flex-end}.app-shell__nav-link{position:relative;min-height:58px;padding:5px 2px 4px;border-radius:13px;color:#7890b3;font-size:10px;font-weight:750}.app-shell__nav-link:hover,.app-shell__nav-link:focus-visible,.app-shell__nav-link.is-active{color:#1678ed;background:#eaf4ff}.app-shell__nav-icon{display:grid;width:28px;height:28px;place-items:center}.app-shell__nav-link--add{align-self:flex-start;min-width:58px;min-height:58px;margin:-21px 4px 0;border:5px solid #f4f9ff;border-radius:50%;color:#fff;background:linear-gradient(145deg,#278bff,#0861da);box-shadow:0 8px 18px #0861da45;font-size:9px}.app-shell__nav-link--add .app-shell__nav-icon{width:37px;height:37px}.app-shell__nav-link--add:hover,.app-shell__nav-link--add.is-active{color:#fff;background:linear-gradient(145deg,#278bff,#0861da);box-shadow:0 8px 18px #0861da45}.app-shell__workspace{padding-bottom:74px}.app-shell__header{min-height:82px;padding:18px 16px 14px}.app-shell__header h1{font-size:24px;letter-spacing:-.04em}.app-shell__main{min-height:calc(100vh - 82px);padding:17px 16px 24px}.app-shell__header-actions{gap:8px}.app-shell__date-filter{width:112px;min-width:0}.app-shell__date-filter.is-custom{width:min(180px,calc(100vw - 158px))}.app-shell__date-filter.is-custom .app-shell__custom-range{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:4px}.app-shell__date-filter.is-custom .app-shell__custom-range input{width:100%;min-width:0;padding-inline:5px}.app-shell__date-filter.is-custom .app-shell__custom-range button{grid-column:1 / -1;width:100%}.app-shell__date-filter select{width:100%;min-width:0;border-color:#dcecff;color:#1678ed}.app-shell__profile-trigger .app-shell__avatar{width:36px;height:36px;color:#1678ed;background:#dcecff}.more-page__link{min-height:68px}}.app-shell__header--dashboard{min-height:58px;padding:10px 14px 8px;background:var(--app-bg);border-bottom:0}.app-shell__header--dashboard .app-shell__header-title h1{margin:0;color:var(--app-text);font-size:23px;font-weight:850;letter-spacing:-.04em}.app-shell__header-actions--dashboard{gap:8px}.app-shell__header-actions--dashboard .app-shell__date-filter select{min-width:118px;padding:8px 10px;border-radius:999px;font-size:11px}.app-shell__header-actions--dashboard .app-shell__date-filter label{display:none}.app-shell__header-actions--dashboard .app-shell__avatar{width:38px;height:38px;color:#1678ed;background:#e8f2ff}@media(max-width:650px){.app-shell__header--dashboard{min-height:56px;padding:8px 13px 7px}.app-shell__header--dashboard .app-shell__header-title h1{font-size:21px}.app-shell__header-actions--dashboard .app-shell__date-filter select{min-width:112px;max-width:126px}.app-shell__sidebar{height:70px;padding:6px 5px max(6px,env(safe-area-inset-bottom));border-top:1px solid rgba(120,160,220,.16);background:#fffffff7;box-shadow:0 -8px 26px #1441781a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-shell__nav{align-items:center;width:100%}.app-shell__nav-link{position:relative;min-height:56px;padding:4px 2px;border-radius:14px;color:#71819d;font-size:9px;font-weight:750}.app-shell__nav-link:hover,.app-shell__nav-link:focus-visible,.app-shell__nav-link.is-active{color:#1678ed;background:#edf6ff}.app-shell__nav-link--add{z-index:3;min-height:62px;margin:-18px 3px 0;border:0;border-radius:50%;color:#fff!important;background:linear-gradient(145deg,#1682ff,#0756ca)!important;box-shadow:0 0 0 7px #ddedfff2,0 10px 24px #1678ed4d}.app-shell__nav-link--add:hover,.app-shell__nav-link--add:focus-visible,.app-shell__nav-link--add.is-active{background:linear-gradient(145deg,#1682ff,#0756ca)!important;box-shadow:0 0 0 7px #ddedfff2,0 12px 28px #1678ed57}.app-shell__nav-link--add .app-shell__nav-icon{width:30px;height:30px}.app-shell__nav-link--add .app-shell__nav-icon svg{width:24px;height:24px}.app-shell__nav-icon{width:auto;height:25px;font-size:18px}.app-shell__workspace{padding-bottom:70px}.app-shell__main{min-height:calc(100vh - 126px);padding:8px 12px 18px}}:root[data-theme=dark] .app-shell__sidebar{background:#121b2ff7;border-top-color:#94a3b82e}:root[data-theme=dark] .app-shell__nav-link{color:#9eacc7}:root[data-theme=dark] .app-shell__nav-link:hover,:root[data-theme=dark] .app-shell__nav-link:focus-visible,:root[data-theme=dark] .app-shell__nav-link.is-active{color:#b7adff;background:#8b7bff26}:root[data-theme=dark] .app-shell__nav-link--add{color:#fff!important;background:linear-gradient(145deg,#755fff,#4d36db)!important;box-shadow:0 0 0 7px #1e2a46f2,0 10px 24px #5b46e659}.mylekka-auth{--ink: #1d2340;--muted: #66728d;--line: #e2dcf9;--primary: #4d5fe8;--primary-2: #7a5ee8;--soft-blue: #eef3ff;--soft-violet: #f3edff;--soft-rose: #fff4fb;--panel: rgba(255, 255, 255, .82);min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:28px 18px;background:radial-gradient(circle at 10% 15%,rgba(133,110,255,.16),transparent 28%),radial-gradient(circle at 90% 85%,rgba(87,145,255,.16),transparent 30%),linear-gradient(135deg,#f5f2ff,#eef5ff 45%,#fff7fb);font-family:Inter,Segoe UI,sans-serif;color:var(--ink);overflow-x:hidden}:root[data-theme=dark] .mylekka-auth{--ink: #f3f7ff;--muted: #a9b8d3;--line: rgba(160, 180, 220, .2);--panel: #101b30;background:radial-gradient(circle at 10% 10%,rgba(74,110,255,.18),transparent 30%),radial-gradient(circle at 90% 90%,rgba(119,78,255,.15),transparent 30%),#09111f}.mylekka-auth *{box-sizing:border-box}.mylekka-auth a{color:inherit;text-decoration:none}.mylekka-auth button,.mylekka-auth input{font:inherit}.mylekka-auth__card{width:min(100%,470px);position:relative}.mylekka-auth__card:before{content:"";position:absolute;width:220px;height:220px;right:-80px;top:-80px;border-radius:50%;background:linear-gradient(135deg,#297eff47,#6b54f42e);filter:blur(2px);pointer-events:none}.mylekka-auth__card:after{content:"";position:absolute;width:180px;height:180px;left:-90px;bottom:-80px;border-radius:50%;background:#645bef1f;pointer-events:none}.mylekka-auth__shell{position:relative;z-index:1;overflow:hidden;border-radius:32px;background:linear-gradient(135deg,#ffffffeb,#f4f0ffe6 40%,#e9f4ffe0);border:1px solid rgba(143,128,255,.28);box-shadow:0 35px 90px #45368c24,0 8px 25px #5768aa14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mylekka-auth__shell:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 0%,rgba(98,127,255,.18),transparent 28%),radial-gradient(circle at 100% 18%,rgba(170,138,255,.18),transparent 30%),linear-gradient(120deg,rgba(255,255,255,.4),transparent 50%,rgba(121,162,255,.1));pointer-events:none}.mylekka-auth__shell>*{position:relative;z-index:1}.mylekka-auth__brand{position:relative;display:flex;align-items:center;gap:12px;padding:27px 32px 12px;color:var(--ink)}.mylekka-auth__brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#247bff1f,#6853ef1f);box-shadow:0 8px 22px #306fe61f}.mylekka-auth__brand-mark img{width:42px;height:42px;object-fit:contain}.mylekka-auth__brand-name{font-size:1.35rem;font-weight:800;letter-spacing:-.04em}.mylekka-auth__brand-name .brand-word--gold,.mylekka-auth__brand-name .brand-word--silver{background-image:linear-gradient(100deg,#176fe9,#405ee8,#7655e9);-webkit-background-clip:text;background-clip:text;color:transparent}:root[data-theme=dark] .mylekka-auth__brand-name .brand-word--gold,:root[data-theme=dark] .mylekka-auth__brand-name .brand-word--silver{background-image:linear-gradient(100deg,#5ca3ff,#9181ff)}.mylekka-auth__brand:after{content:"Track  •  Plan  •  Grow";position:absolute;left:92px;top:66px;color:#7282a1;font-size:.72rem;font-weight:600;letter-spacing:.04em}:root[data-theme=dark] .mylekka-auth__brand:after{color:#8999b8}.mylekka-auth__panel{position:relative;margin-top:14px;padding:34px 34px 32px;background:linear-gradient(180deg,#fffffffa,#f9f6fff5);border-top:1px solid rgba(209,197,255,.7);border-radius:28px 28px 32px 32px;box-shadow:inset 0 1px #fffc}:root[data-theme=dark] .mylekka-auth__shell{background:#101b30d1;border-color:#8297c31f}:root[data-theme=dark] .mylekka-auth__panel{background:#101b30f5}.mylekka-auth__eyebrow{margin:0 0 9px;color:var(--primary);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mylekka-auth__title{margin:0;color:var(--ink);font-size:clamp(2rem,5vw,2.35rem);line-height:1.08;letter-spacing:-.045em;font-weight:800}.mylekka-auth__subtitle{max-width:410px;margin:11px 0 0;color:var(--muted);font-size:.92rem;line-height:1.6}.mylekka-auth__message,.mylekka-auth__error{margin:18px 0 0;padding:12px 14px;border-radius:13px;font-size:.84rem;line-height:1.5}.mylekka-auth__message{color:#08714b;background:#edfaf4;border:1px solid #ccefe0}.mylekka-auth__error{color:#a83d4b;background:#fff1f3;border:1px solid #ffd5db}.mylekka-auth__form{display:flex;flex-direction:column;gap:17px;margin-top:25px}.mylekka-auth__field{display:flex;flex-direction:column;gap:7px}.mylekka-auth__field label{color:#263553;font-size:.79rem;font-weight:700}:root[data-theme=dark] .mylekka-auth__field label{color:#dce7ff}.mylekka-auth__field input{width:100%;min-height:48px;padding:12px 15px;border:1px solid var(--line);border-radius:13px;background:#fbfdff;color:var(--ink);font-size:.92rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease}.mylekka-auth__field input::placeholder{color:#9aa8bf}.mylekka-auth__field input:hover{border-color:#c9d6eb}.mylekka-auth__field input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #1677f21a,0 7px 18px #2c6fd214}:root[data-theme=dark] .mylekka-auth__field input{background:#0d1729;color:#f1f6ff}.mylekka-auth__password-field{position:relative}.mylekka-auth__password-field input{padding-right:74px}.mylekka-auth__password-toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);min-width:48px;min-height:32px;border:0;border-radius:9px;background:#edf4ff;color:var(--primary);font-size:.72rem;font-weight:800;cursor:pointer;transition:background .2s ease,transform .2s ease}.mylekka-auth__password-toggle:hover{background:#e0edff}.mylekka-auth__password-toggle[aria-pressed=true]{background:#e5e1ff;color:#6655dc}.mylekka-auth__actions{margin-top:5px}.mylekka-auth__button{width:100%;min-height:50px;padding:13px 18px;border:0;border-radius:14px;background:linear-gradient(100deg,#1677f2,#426cf1 48%,#7057ed);color:#fff;font-size:.92rem;font-weight:800;cursor:pointer;box-shadow:0 12px 25px #3068e43d,inset 0 1px #fff3;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.mylekka-auth__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 30px #3068e44d,inset 0 1px #fff3}.mylekka-auth__button:active:not(:disabled){transform:translateY(0)}.mylekka-auth__button:disabled{opacity:.55;cursor:not-allowed}.mylekka-auth__google{display:flex;justify-content:center;width:100%;margin-top:19px}.mylekka-auth__google>div{width:100%!important;min-height:50px}.mylekka-auth__google iframe,.mylekka-auth__google [role=button],.mylekka-auth__google .nsm7Bb-HzV7m-LgbsSe{width:100%!important;min-height:50px!important;border-radius:14px!important}.mylekka-auth__text-link{margin-top:17px;text-align:right}.mylekka-auth__text-link a,.mylekka-auth__link-button{color:var(--primary);font-size:.82rem;font-weight:700}.mylekka-auth__link-button{border:0;background:transparent;cursor:pointer}.mylekka-auth__meta{margin:14px 0 0;padding-top:16px;border-top:1px solid var(--line);text-align:center;color:var(--muted);font-size:.84rem}.mylekka-auth__meta a{margin-left:4px;color:var(--primary);font-weight:800}.mylekka-auth__button--secondary{background:var(--soft-blue);color:var(--primary);box-shadow:none}@media(max-width:700px){.mylekka-auth{align-items:flex-start;padding:20px 12px}.mylekka-auth__card{width:min(100%,470px);margin-top:8px}}@media(max-width:480px){.mylekka-auth{min-height:100svh;padding:14px 10px}.mylekka-auth__card:before{width:150px;height:150px;right:-60px;top:-60px}.mylekka-auth__card:after{width:130px;height:130px;left:-65px;bottom:-50px}.mylekka-auth__shell{border-radius:25px}.mylekka-auth__brand{padding:21px 20px 12px}.mylekka-auth__brand-mark{width:43px;height:43px;border-radius:12px}.mylekka-auth__brand-mark img{width:38px;height:38px}.mylekka-auth__brand-name{font-size:1.2rem}.mylekka-auth__brand:after{left:75px;top:60px;font-size:.65rem}.mylekka-auth__panel{margin-top:13px;padding:28px 19px 24px;border-radius:23px}.mylekka-auth__eyebrow{font-size:.67rem}.mylekka-auth__title{font-size:1.95rem}.mylekka-auth__subtitle{font-size:.86rem}.mylekka-auth__form{gap:15px;margin-top:22px}.mylekka-auth__field input{min-height:49px}.mylekka-auth__button{min-height:50px}}@media(max-width:350px){.mylekka-auth{padding:8px}.mylekka-auth__panel{padding:24px 15px 20px}.mylekka-auth__title{font-size:1.75rem}.mylekka-auth__subtitle{font-size:.82rem}}.ml-reveal{opacity:0;transform:translateY(24px);transition:opacity .75s cubic-bezier(.19,1,.22,1),transform .75s cubic-bezier(.19,1,.22,1)}.ml-reveal-left{opacity:0;transform:translate(-28px);transition:opacity .75s cubic-bezier(.19,1,.22,1),transform .75s cubic-bezier(.19,1,.22,1)}.ml-reveal-right{opacity:0;transform:translate(28px);transition:opacity .75s cubic-bezier(.19,1,.22,1),transform .75s cubic-bezier(.19,1,.22,1)}.ml-reveal-scale{opacity:0;transform:scale(.94);transition:opacity .75s cubic-bezier(.19,1,.22,1),transform .75s cubic-bezier(.19,1,.22,1)}.ml-reveal-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .75s cubic-bezier(.19,1,.22,1),transform .75s cubic-bezier(.19,1,.22,1)}.ml-reveal.is-visible,.ml-reveal-left.is-visible,.ml-reveal-right.is-visible,.ml-reveal-scale.is-visible{opacity:1;transform:none}.ml-reveal-stagger.is-visible>*{opacity:1;transform:none}.ml-reveal-stagger.is-visible>*:nth-child(2){transition-delay:.08s}.ml-reveal-stagger.is-visible>*:nth-child(3){transition-delay:.16s}.ml-reveal-stagger.is-visible>*:nth-child(4){transition-delay:.24s}.ml-reveal-stagger.is-visible>*:nth-child(5){transition-delay:.32s}.ml-reveal-stagger.is-visible>*:nth-child(6){transition-delay:.4s}.ml-form__success{color:#1d7653;font-size:12px;font-weight:700}.ml-form__error{color:#f43f5e;font-size:12px}@media(prefers-reduced-motion:reduce){.ml-reveal,.ml-reveal-left,.ml-reveal-right,.ml-reveal-scale,.ml-reveal-stagger>*{opacity:1;transform:none;transition:none}}.mylekka-public{--bg-main: #090d18;--bg-void: #05070d;--surface-light: #f7f8fc;--surface-card: #ffffff;--text-main: #0d1220;--text-muted: #626b81;--primary: #6d5ef2;--primary-dark: #5140e0;--primary-bright: #8b7bff;--primary-light: #e7e4ff;--primary-glow: rgba(109, 94, 242, .28);--emerald: #12b886;--rose: #f4467d;--border: #e6e7f3;--shadow-subtle: 0 12px 34px -14px rgba(13, 18, 32, .14);--shadow-glow: 0 24px 46px -16px rgba(109, 94, 242, .38);--radius-lg: 22px;--radius-md: 14px;--radius-sm: 9px;color:var(--text-main);background:var(--surface-light);font-family:Inter,Segoe UI,sans-serif}.mylekka-public *{box-sizing:border-box}.mylekka-public a{color:inherit;text-decoration:none}.mylekka-public img{display:block;max-width:100%}.mylekka-public button,.mylekka-public input,.mylekka-public textarea{font:inherit}.ml-container{width:min(100% - 2rem,1200px);margin-inline:auto}.ml-header{position:sticky;top:0;z-index:100;background:#ffffffd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.8);transition:background .3s ease,box-shadow .3s ease,border-color .3s ease}.ml-header.is-scrolled{background:#fffffff0;box-shadow:0 12px 28px #0f172a14;border-bottom-color:#c7d2fee6}.ml-header.is-scrolled .ml-header__inner{min-height:62px}.ml-menu-toggle{display:none;border:0;background:transparent;color:var(--text-main);font-size:1.4rem;cursor:pointer}.ml-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:24px}.ml-brand{display:flex;align-items:center;gap:12px;font-family:Plus Jakarta Sans,sans-serif;font-weight:800;font-size:1.25rem;color:var(--text-main)}.ml-brand__logo{width:48px;height:48px;border-radius:10px;background:transparent;display:grid;place-items:center;overflow:visible}.ml-brand__logo--small{width:40px;height:40px}.ml-brand__logo img{width:48px;height:48px;object-fit:contain}.ml-brand__logo--small img{width:40px;height:40px}.ml-brand__name{display:inline-flex}.ml-brand__name{font-size:1.35rem}.ml-brand__name .brand-word--gold{background-image:linear-gradient(110deg,#13d6e6,#167dff,#8120ec)}.ml-brand__name .brand-word--silver{background-image:linear-gradient(180deg,#25498b,#142b62,#0d204d)}.ml-nav{display:flex;align-items:center;gap:32px;font-weight:500;font-size:.95rem;color:var(--text-muted)}.ml-nav a:hover,.ml-footer__links a:hover{color:var(--primary)}.ml-header__actions{display:flex;align-items:center;gap:16px}.ml-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:99px;font-weight:600;font-size:.95rem;border:1px solid transparent;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.ml-btn:hover{transform:translateY(-2px)}.ml-btn--primary{background:linear-gradient(135deg,var(--primary-bright),var(--primary) 55%,var(--primary-dark));color:#fff;box-shadow:var(--shadow-glow)}.ml-btn--secondary{background:#fff;border-color:var(--border);color:var(--text-main)}.ml-btn--small{padding:8px 18px;font-size:.875rem}.ml-btn svg{transition:transform .25s ease}.ml-btn:hover svg{transform:translate(3px)}.ml-hero{position:relative;padding:120px 0 130px;overflow:hidden;isolation:isolate;background:radial-gradient(120% 100% at 50% 0%,#131a30 0%,var(--bg-main) 46%,var(--bg-void) 100%)}.ml-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 84%,rgba(109,94,242,.12) 94%,var(--surface-light) 100%);pointer-events:none}.ml-hero__stage{position:absolute;inset:0;z-index:0;overflow:hidden}.ml-hero__stars{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.9) 1px,transparent 1px);background-size:42px 42px;opacity:.23}.ml-hero__glow{position:absolute;left:50%;bottom:-90px;width:min(82vw,980px);height:180px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(139,123,255,.28) 0%,rgba(109,94,242,.12) 34%,transparent 72%);filter:blur(24px);animation:ml-hero-glow 20s ease-in-out infinite alternate}@keyframes ml-hero-glow{0%{transform:translate(-50%) scale(.94)}to{transform:translate(calc(-50% - 45px)) translateY(30px) scale(1.06)}}.ml-orb{position:absolute;display:block;border-radius:50%;filter:blur(60px);opacity:.5;pointer-events:none;animation:ml-orb-float 22s ease-in-out infinite alternate}@keyframes ml-orb-float{0%{transform:translateZ(0)}to{transform:translate3d(38px,-30px,0)}}.ml-orb--one{width:320px;height:320px;left:-10%;top:10%;background:#6d5ef273}.ml-orb--two{width:240px;height:240px;right:22%;top:auto;bottom:-26%;background:#12b88638;animation-delay:-7s}.ml-orb--three{width:180px;height:180px;right:-4%;top:2%;bottom:auto;background:#c4b5fd52;animation-delay:-13s}.ml-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}.ml-hero__copy{color:#fff;max-width:610px}.ml-hero__copy>*,.ml-demo-card{opacity:0;transform:translateY(18px);animation:ml-hero-enter .9s cubic-bezier(.19,1,.22,1) forwards}.ml-hero__copy>*{filter:blur(6px)}.ml-hero__copy>:nth-child(1){animation-delay:.1s}.ml-hero__copy>:nth-child(2){animation-delay:.24s}.ml-hero__copy>:nth-child(3){animation-delay:.46s}.ml-hero__copy>:nth-child(4){animation-delay:.62s}.ml-hero__copy>:nth-child(5){animation-delay:.76s}.ml-demo-card{animation-name:ml-hero-card-enter;animation-delay:.4s;animation-duration:1s}@keyframes ml-hero-enter{to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes ml-hero-card-enter{to{opacity:1;transform:translate(28px) perspective(1200px) rotateY(-4deg);filter:blur(0)}}.ml-badge{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;font-size:.8rem;font-weight:700;background:#ffffff17;border:1px solid rgba(255,255,255,.08);color:#e7e4ff}.ml-hero__title{margin-top:22px;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2.8rem,5vw,5rem);line-height:.94;letter-spacing:-.03em;color:#f7f7fb}.ml-hero__title span{background:linear-gradient(120deg,#c4b5fd,#8b7bff 45%,#6ee7cf);background-size:220% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:ml-shimmer-text 6s ease-in-out infinite}@keyframes ml-shimmer-text{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.ml-hero__desc{margin-top:20px;max-width:560px;font-size:1.08rem;line-height:1.7;color:#e7e9f4cc}.ml-hero__cta{margin-top:32px;display:flex;flex-wrap:wrap;gap:18px}.ml-hero .ml-btn--secondary{background:#ffffff0f;border-color:#ffffff29;color:#f1f2f8}.ml-hero .ml-btn--secondary:hover{background:#ffffff1f;border-color:#ffffff47}.ml-hero__trust-note{margin-top:24px;display:inline-flex;align-items:center;gap:10px;color:#ffffffbd;font-size:.95rem}.ml-hero__visual{display:flex;flex-direction:column;align-items:center;gap:0;padding-top:10px}.ml-hero__visual-caption{margin:0 0 18px;text-align:center;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.45rem,2.4vw,2rem);font-weight:800;line-height:1.12;letter-spacing:-.02em;background:linear-gradient(120deg,#c4b5fd,#8b7bff 45%,#6ee7cf);background-size:220% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 5px 16px rgba(139,123,255,.18));animation:ml-shimmer-text 6s ease-in-out infinite}.ml-demo-card{width:min(100%,440px);padding:24px;border-radius:var(--radius-lg);background:#101624cc;border:1px solid rgba(149,165,255,.18);box-shadow:0 38px 68px -30px #000000b3;position:relative;transition:box-shadow .4s ease,border-color .4s ease,transform .4s cubic-bezier(.4,0,.2,1)}.ml-demo-card:hover{border-color:#c4b5fd73;box-shadow:0 36px 80px -18px #6d5ef259,inset 0 1px #ffffff1a;transform:translate(28px) perspective(1200px) rotateY(0)}.ml-demo-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.75rem;color:#f0f4ffcc}.ml-demo-card__status{display:inline-flex;align-items:center;gap:8px;font-weight:700}.ml-demo-card__pulse{width:9px;height:9px;border-radius:50%;background:#35d39a;box-shadow:0 0 #35d39ab3;animation:pulse 1.8s infinite}@keyframes pulse{0%{box-shadow:0 0 #35d39ab3}70%{box-shadow:0 0 0 12px #35d39a00}to{box-shadow:0 0 #35d39a00}}.ml-demo-card__substatus{color:var(--text-muted);font-weight:600}.ml-demo-card__input{margin-top:24px;display:flex;gap:16px;align-items:center;background:#ffffff09;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:16px 18px}.ml-demo-card__mic{flex-shrink:0;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;border:none;background:linear-gradient(135deg,var(--primary-bright),var(--primary));color:#fff;box-shadow:0 12px 24px #6d5ef259;position:relative;cursor:pointer;transition:transform .2s ease,background .25s ease}.ml-demo-card__mic.is-listening{background:var(--emerald);animation:ml-mic-pulse 1.5s ease-in-out infinite}@keyframes ml-mic-pulse{50%{box-shadow:0 0 0 10px #12b88629}}.ml-demo-card__input{transition:border-color .3s ease,box-shadow .3s ease}.ml-demo-card__input.is-active{border-color:#12b88680;box-shadow:0 0 0 4px #12b8861a}.ml-demo-card__input small{display:block;margin-bottom:4px;color:#ffffffa6}.ml-demo-card__text{margin:0;font-size:1rem;font-weight:600;color:#f2f4ffe6;min-height:2.7em;line-height:1.4;transition:opacity .25s ease,transform .25s ease}.ml-demo-card__result{margin-top:22px;padding:18px 16px 12px;background:#f0fdf4;border:1px dashed var(--emerald);border-radius:16px}.ml-demo-card__title{color:var(--emerald);font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ml-demo-card__grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ml-demo-card__item{display:flex;flex-direction:column;gap:6px;border-radius:12px;background:#fff;padding:12px 10px;border:1px solid rgba(16,185,129,.2)}.ml-demo-card__item small{color:#b8bed2d9}.ml-demo-card__item strong{color:var(--text-main);font-size:.96rem}.ml-demo-card__item--amount strong{color:#ff84a8}.ml-demo-card.voice-ready .ml-demo-card__title:after{content:"  ✓";color:var(--emerald)}.ml-pipeline{position:relative;margin-top:-10px;padding:56px 0 12px;background:linear-gradient(180deg,var(--surface-light),#f3f5fb)}.ml-pipeline__track{position:relative;width:min(100% - 1rem,1180px);margin:0 auto;display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));gap:18px;align-items:stretch}.ml-pipeline__node{position:relative;padding:18px 16px 16px;text-align:center;border-radius:18px;background:#ffffffe6;border:1px solid rgba(162,172,201,.24);box-shadow:var(--shadow-subtle)}.ml-pipeline__icon{position:relative;width:54px;height:54px;margin:0 auto 12px;display:grid;place-items:center;border-radius:16px;color:var(--primary);background:linear-gradient(135deg,#6d5ef21a,#6d5ef20a)}.ml-pipeline__icon svg{width:22px;height:22px}.ml-pipeline__wave{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;gap:2px;opacity:.7}.ml-pipeline__wave i{display:block;width:3px;border-radius:999px;background:#6d5ef2b3;animation:easyWave 1s ease-in-out infinite}.ml-pipeline__wave i:nth-child(2){animation-delay:.15s}.ml-pipeline__wave i:nth-child(3){animation-delay:.3s}.ml-pipeline__wave i:nth-child(4){animation-delay:.45s}.ml-pipeline__wave i:nth-child(5){animation-delay:.6s}@keyframes easyWave{0%,to{height:8px;opacity:.2}50%{height:18px;opacity:1}}.ml-pipeline__node h3{margin:0;font-size:.88rem;font-weight:700}.ml-pipeline__node small{display:block;margin-top:6px;color:var(--text-muted);font-size:.76rem}.ml-pipeline__pulse{position:absolute;left:50%;top:50%;width:80%;height:140%;transform:translate(-50%,-50%);border-radius:999px;border:1px solid rgba(109,94,242,.12);background:radial-gradient(circle,rgba(109,94,242,.06),transparent 70%);pointer-events:none}.ml-section{padding:90px 0 20px}.ml-section__head{margin:0 0 28px;text-align:center}.ml-section__eyebrow{margin:0;font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--primary)}.ml-section__eyebrow--light{color:var(--primary-light)}.ml-section__title{margin:16px 0 0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2rem,4vw,3.1rem);line-height:1.08;letter-spacing:-.04em}.ml-section__desc{margin:14px auto 0;max-width:700px;color:var(--text-muted);font-size:1.04rem;line-height:1.7}.ml-features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.ml-feature-card{padding:26px 22px;border-radius:var(--radius-lg);background:#fff;border:1px solid rgba(230,231,243,.9);box-shadow:var(--shadow-subtle);position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.19,1,.22,1),box-shadow .35s ease,border-color .35s ease}.ml-feature-card:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,var(--primary),var(--emerald));opacity:0;transition:opacity .35s ease}.ml-feature-card:hover{transform:translateY(-4px);border-color:#6d5ef24d;box-shadow:0 18px 38px -20px #6d5ef266}.ml-feature-card:hover:after{opacity:1}.ml-feature-card__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--primary-light),rgba(109,94,242,.05));color:var(--primary);font-size:1.5rem;font-weight:800;transition:transform .35s cubic-bezier(.19,1,.22,1),box-shadow .35s ease}.ml-feature-card:hover .ml-feature-card__icon{transform:translateY(-2px) scale(1.06) rotate(-2deg);box-shadow:0 8px 18px #6366f11f}.ml-feature-card h3{margin:18px 0 10px;font-size:1.2rem}.ml-feature-card p{margin:0;color:var(--text-muted);line-height:1.7}.ml-process{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ml-steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;position:relative}.ml-steps-grid:before{content:"";position:absolute;top:16px;left:8%;right:8%;height:1px;background:linear-gradient(90deg,var(--primary) 100%,var(--border) 100%);transform-origin:left;z-index:0}.ml-step-card{padding:26px 22px;border-radius:var(--radius-lg);background:#ffffffbf;border:1px solid rgba(204,210,228,.7);position:relative;z-index:1}.ml-step-card__num{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#6d5ef21f,#6d5ef20a);color:var(--primary);font-weight:800}.ml-step-card h3{margin:18px 0 10px;font-size:1.15rem}.ml-step-card p{margin:0;color:var(--text-muted);line-height:1.7}.ml-dark-banner{margin-top:56px;padding:60px 48px 30px;border-radius:28px;background:linear-gradient(120deg,#0b0f19,#111a31 55%,#0b0f19);background-size:180% 180%;color:#fff;box-shadow:0 24px 56px -30px #090d18e6;animation:ml-dark-banner-shift 18s ease-in-out infinite alternate}@keyframes ml-dark-banner-shift{0%{background-position:0% 50%}to{background-position:100% 50%}}.ml-dark-banner h2{margin:16px 0 0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2rem,4vw,2.7rem)}.ml-dark-banner>p:last-of-type{margin:14px 0 0;max-width:620px;color:#ffffffb8;line-height:1.7}.ml-why-grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ml-why-card{padding:24px 20px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.ml-why-card h4{margin:0;font-size:1.02rem}.ml-why-card p{margin:10px 0 0;color:#ffffffb3;line-height:1.7}.ml-faq-list{max-width:900px;margin:0 auto}.ml-faq-item{border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:var(--shadow-subtle);margin-bottom:14px;padding:0 18px}.ml-faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;padding:18px 0;font-weight:700}.ml-faq-item summary::-webkit-details-marker{display:none}.ml-faq-item__icon{font-size:1.5rem;color:var(--primary);transition:transform .3s cubic-bezier(.19,1,.22,1)}.ml-faq-item[open]{border-color:var(--primary-light);box-shadow:var(--shadow-subtle)}.ml-faq-item[open] .ml-faq-item__icon{transform:rotate(45deg)}.ml-faq-item__content{padding:0 0 18px;color:var(--text-muted);line-height:1.7;overflow:hidden;transition:max-height .3s cubic-bezier(.19,1,.22,1),opacity .3s ease}.ml-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.ml-form-box{padding:28px 28px 26px;border-radius:22px;background:#ffffffe6;border:1px solid rgba(230,231,243,.9);box-shadow:var(--shadow-subtle)}.ml-form-box h3{margin:0;font-size:1.7rem}.ml-form-box>p{margin:10px 0 24px;color:var(--text-muted);line-height:1.7}.ml-form{display:flex;flex-direction:column;gap:16px}.ml-form-group{display:flex;flex-direction:column;gap:8px}.ml-form-group label{font-size:.82rem;font-weight:700;color:var(--text-main)}.ml-form-group input,.ml-form-group textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text-main);transition:border-color .2s ease,box-shadow .2s ease}.ml-form-group input:focus,.ml-form-group textarea:focus{outline:none;border-color:#6d5ef2b3;box-shadow:0 0 0 3px #6d5ef21a}.ml-form-group textarea{resize:vertical;min-height:90px}.ml-form .ml-btn{width:100%;margin-top:6px}.ml-footer{margin-top:18px;background:var(--bg-main);color:#9aa3ba;border-top:1px solid #1c2540;padding:60px 0 30px}.ml-footer__content{min-height:72px;padding-bottom:40px;border-bottom:1px solid #1c2540;margin-bottom:30px;display:flex;align-items:center;justify-content:space-between;gap:18px}.ml-footer__brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:#fff}.ml-footer__links{display:flex;align-items:center;gap:18px;color:#9aa3ba;font-weight:600}.ml-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 0 18px;font-size:.86rem;color:#9aa3ba}.ml-footer__links a:hover{color:#fff}@media(max-width:980px){.ml-menu-toggle{display:block}.ml-nav{display:none}.ml-nav.is-open{position:absolute;top:100%;left:1rem;right:1rem;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:10px;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:var(--shadow-subtle)}.ml-nav.is-open a{padding:10px}.ml-header__inner{position:relative}.ml-hero__grid,.ml-features-grid,.ml-steps-grid,.ml-why-grid,.ml-form-grid{grid-template-columns:1fr 1fr}.ml-hero__grid{grid-template-columns:1fr}.ml-pipeline__track{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media(max-width:640px){.ml-container{width:min(100% - 1.2rem,1200px)}.ml-hero{padding-top:80px}.ml-hero__visual{align-items:center}.ml-hero__title{font-size:2.6rem}.ml-demo-card{width:min(100%,380px);margin-inline:auto;transform:none!important}.ml-demo-card:hover{transform:none!important}.ml-hero__visual-caption{margin-bottom:14px;font-size:1.35rem}.ml-features-grid,.ml-steps-grid,.ml-why-grid,.ml-form-grid,.ml-pipeline__track,.ml-footer__content,.ml-footer__bottom{grid-template-columns:1fr;display:grid}.ml-steps-grid{gap:12px;padding-left:28px}.ml-steps-grid:before{inset:16px auto 16px 8px;width:1px;height:auto;background:linear-gradient(180deg,var(--primary) 100%,var(--border) 100%)}.ml-step-card{padding-left:0;padding-right:0}.ml-footer__content,.ml-footer__bottom{justify-content:flex-start;gap:10px}.ml-hero__cta,.ml-header__actions{display:flex;flex-direction:column;align-items:stretch}.ml-btn{width:100%}.ml-orb{opacity:.16;filter:blur(30px)}}
