*{box-sizing:border-box}:root{color:#161616;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f2f3f5;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer}#root{min-height:100vh}:root{--color-bg:#f2f3f5;--color-surface:#ffffffe6;--color-surface-solid:#fff;--color-surface-soft:#f7f8fa;--color-text:#161616;--color-muted:#7b8190;--color-border:#e3e6ec;--color-accent:#ffd429;--color-accent-2:#ffb800;--color-accent-soft:#ffd42947;--color-positive:#128a45;--color-negative:#d93838;--shadow-soft:0 24px 70px #16161614;--shadow-hover:0 28px 80px #1616161f;--radius-lg:28px;--radius-md:20px;--radius-sm:14px}html[data-theme=dark]{--color-bg:#0f1115;--color-surface:#1a1d23e6;--color-surface-solid:#1a1d23;--color-surface-soft:#232833;--color-text:#f4f5f7;--color-muted:#a0a7b8;--color-border:#313744;--color-accent-soft:#ffd42933;--shadow-soft:0 24px 70px #0000003d;--shadow-hover:0 28px 80px #00000057}.app{background:radial-gradient(circle at top right, var(--color-accent-soft), transparent 34rem), radial-gradient(circle at 20% 80%, #5878ff1f, transparent 28rem), var(--color-bg);min-height:100vh;color:var(--color-text);display:flex}.sidebar{background:var(--color-surface);border-right:1px solid var(--color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);flex-direction:column;gap:22px;width:286px;height:100vh;padding:22px;display:flex;position:sticky;top:0}.sidebar__brand{color:var(--color-text);text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:flex}.sidebar__logo-mark,.header__avatar{background:linear-gradient(135deg, var(--color-accent), var(--color-accent-2));color:#111;border-radius:15px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.header__avatar{font-size:13px}.sidebar__logo-text{font-size:18px;font-weight:850;display:block}.sidebar__logo-subtitle{color:var(--color-muted);font-size:13px;display:block}.sidebar__nav{gap:6px;display:grid}.sidebar__nav-item{color:var(--color-text);background:0 0;border:0;border-radius:16px;align-items:center;gap:12px;padding:13px 14px;transition:all .18s;display:flex}.sidebar__nav-item:hover,.sidebar__nav-item--active{color:#fff;background:#111;transform:translate(2px)}html[data-theme=dark] .sidebar__nav-item:hover,html[data-theme=dark] .sidebar__nav-item--active{background:var(--color-accent);color:#111}.sidebar__nav-icon{background:var(--color-accent-soft);width:28px;height:28px;color:inherit;border-radius:10px;place-items:center;display:grid}.sidebar__promo{border-radius:var(--radius-md);color:#fff;box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#ffd4291f,#0000),#111;margin-top:auto;padding:18px}.sidebar__promo-label,.eyebrow,.header__eyebrow{color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;font-size:12px;font-weight:700}.sidebar__promo strong{font-size:26px}.sidebar__promo p,.muted{color:var(--color-muted);margin:6px 0 0}.main{flex:1;min-width:0}.header{justify-content:space-between;align-items:center;gap:24px;min-height:92px;padding:24px 34px;display:flex}.header h1{letter-spacing:-.04em;margin:0;font-size:clamp(28px,3vw,42px)}.header__right{align-items:center;gap:12px;display:flex}.header__search,.header__user,.icon-button{background:var(--color-surface);min-height:48px;color:var(--color-text);border:1px solid var(--color-border);border-radius:999px;align-items:center;gap:10px;padding:0 18px;display:flex}.icon-button{justify-content:center;min-width:48px}.icon-button--wide{min-width:84px}.header__search{color:var(--color-muted);width:min(300px,22vw)}.content{gap:22px;padding:0 34px 34px;display:grid}.dashboard,.page-grid,.assistant-page{gap:22px;display:grid}.hero-card,.page-hero,.card,.account-card,.news-card,.quick-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid #ffffff47;transition:transform .18s,box-shadow .18s}.card:hover,.quick-card:hover,.news-card:hover,.account-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.hero-card{background:radial-gradient(circle at 70% 10%, #ffffff8c, transparent 16rem), linear-gradient(135deg, #ffd429fa, #ffee93f5), var(--color-accent);color:#111;grid-template-columns:minmax(260px,1fr) 220px minmax(250px,.7fr);align-items:end;gap:26px;min-height:250px;padding:34px;display:grid;position:relative;overflow:hidden}.hero-card__content{z-index:1;position:relative}.hero-card__visual{z-index:1;height:170px;position:relative}.hero-card__visual span{background:#1111111a;border-radius:999px;display:block;position:absolute}.hero-card__visual span:first-child{width:165px;height:165px;bottom:0;right:10px}.hero-card__visual span:nth-child(2){background:#ffffff73;width:96px;height:96px;bottom:38px;right:80px}.hero-card__visual span:nth-child(3){background:#11111124;width:42px;height:42px;bottom:108px;right:30px}.hero-card h2,.page-hero h2,.card h2{letter-spacing:-.05em;margin:0;font-size:clamp(26px,4vw,52px)}.card h2,.page-hero h2{font-size:clamp(24px,2.6vw,36px)}.hero-card__actions{z-index:1;grid-template-columns:repeat(2,minmax(110px,1fr));gap:12px;display:grid;position:relative}.hero-card__actions button,.page-hero button,.button-primary,.chat-form button{color:#fff;background:#111;border:0;border-radius:999px;min-height:46px;padding:0 18px;font-weight:750;transition:transform .18s,opacity .18s}.button-primary:hover,.hero-card__actions button:hover,.page-hero button:hover{transform:translateY(-1px)}.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.quick-card,.card,.page-hero{padding:24px}.quick-card{position:relative;overflow:hidden}.quick-card:after{content:"";background:var(--color-accent-soft);border-radius:50%;width:90px;height:90px;position:absolute;top:-28px;right:-28px}.quick-card--income:after{background:#128a4524}.quick-card--outcome:after{background:#d938381f}.quick-card span,.quick-card small,.rate-row span,.transaction span,.account-card p,.account-card span,.profile-list span,.news-card small,.goal-card span{color:var(--color-muted)}.quick-card strong{letter-spacing:-.04em;margin:10px 0 4px;font-size:30px;display:block}.content__row{grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:22px;display:grid}.content__row--wide{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr)}.section-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.text-button{border:1px solid var(--color-border);background:var(--color-surface-solid);color:var(--color-text);border-radius:999px;padding:9px 14px}.bank-cards,.cards-page-grid,.news-grid,.accounts-list,.goal-list,.cashback-grid{gap:16px;display:grid}.bank-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-page-grid,.news-grid,.cashback-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.bank-card{color:#fff;min-height:178px;transform-style:preserve-3d;border-radius:24px;flex-direction:column;justify-content:space-between;padding:20px;display:flex;position:relative;overflow:hidden}.bank-card:hover{transform:translateY(-3px)rotateX(1deg)}.bank-card:after{content:"";background:#ffffff29;border-radius:999px;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.bank-card--large{min-height:245px}.bank-card--black{background:linear-gradient(135deg,#111,#373737)}.bank-card--yellow{color:#111;background:linear-gradient(135deg,#ffd429,#f0aa00)}.bank-card--platinum{color:#111;background:linear-gradient(135deg,#e8ebef,#9aa4b2)}.bank-card--violet{background:linear-gradient(135deg,#6c5ce7,#111a55)}.bank-card__top,.bank-card__bottom,.rate-row,.transaction,.account-card{justify-content:space-between;gap:16px;display:flex}.bank-card strong{letter-spacing:.08em;font-size:24px}.rates-list,.transactions,.news-compact,.profile-list,.prompt-list,.spending-list{gap:12px;display:grid}.rate-row,.transaction,.goal-card{background:var(--color-surface-soft);border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.rate-row>div,.transaction>div,.goal-card>div{gap:4px;display:grid}.positive{color:var(--color-positive)}.negative{color:var(--color-negative)}.news-compact article,.news-card{background:var(--color-surface-soft);border-radius:20px;padding:18px}.news-compact span,.news-card span,.badge{background:var(--color-accent-soft);color:#8a6500;border-radius:999px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}html[data-theme=dark] .news-compact span,html[data-theme=dark] .news-card span,html[data-theme=dark] .badge{color:#ffd429}.news-compact strong,.news-card h3{margin:12px 0 6px;display:block}.page-hero{background:linear-gradient(135deg, var(--color-surface), var(--color-surface)), var(--color-surface);justify-content:space-between;align-items:center;gap:18px;display:flex}.page-hero p{max-width:760px;color:var(--color-muted)}.account-card{align-items:center;padding:22px}.account-card--closed{opacity:.62}.account-card h3,.news-card h3{margin:12px 0 6px}.account-card__side{justify-items:end;gap:8px;display:grid}.account-card__side strong{font-size:26px}.account-card__side button,.filter-tabs button{border:1px solid var(--color-border);background:var(--color-surface-solid);color:var(--color-text);border-radius:999px;padding:8px 14px}.filter-tabs{flex-wrap:wrap;gap:8px;display:flex}.filter-tabs--compact{margin-top:16px}.filter-tabs button.active{color:#fff;background:#111;border-color:#111}html[data-theme=dark] .filter-tabs button.active{background:var(--color-accent);color:#111;border-color:var(--color-accent)}.form{gap:14px;display:grid}.form--page{margin-top:22px}.form label{color:var(--color-muted);gap:8px;font-size:14px;display:grid}.form input,.form select,.chat-form input,.toolbar input,.search-input{border:1px solid var(--color-border);background:var(--color-surface-solid);min-height:48px;color:var(--color-text);border-radius:16px;padding:0 14px}.search-input{width:100%;margin-bottom:14px}.form__grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.converter-result{background:var(--color-surface-soft);border-radius:20px;gap:4px;padding:18px;display:grid}.converter-result strong{font-size:32px}.progress{background:var(--color-border);border-radius:999px;min-width:160px;height:10px;overflow:hidden}.progress span{border-radius:inherit;background:linear-gradient(90deg, var(--color-accent), var(--color-accent-2));height:100%;display:block}.progress--big{width:min(360px,100%)}.spending-row{gap:8px;display:grid}.spending-row>div:first-child{justify-content:space-between;gap:12px;display:flex}.goal-card{justify-content:flex-start}.goal-card__icon{background:var(--color-accent-soft);border-radius:18px;place-items:center;width:52px;height:52px;font-size:24px;display:grid}.cashback-card{border:1px solid var(--color-border);background:var(--color-surface-soft);border-radius:20px;gap:8px;padding:18px;display:grid}.cashback-card span{font-size:28px}.cashback-card p{color:var(--color-positive);margin:0;font-size:24px;font-weight:850}.cashback-card--selected{outline:2px solid var(--color-accent)}.toolbar{grid-template-columns:minmax(240px,360px) 1fr;align-items:center;gap:16px;display:grid}.assistant-layout{grid-template-columns:minmax(0,1fr) 320px;gap:22px;display:grid}.chat{border-radius:var(--radius-lg);background:var(--color-surface);min-height:520px;box-shadow:var(--shadow-soft);flex-direction:column;gap:12px;padding:22px;display:flex}.chat-message{background:var(--color-surface-soft);border-radius:20px;max-width:74%;padding:12px 16px}.chat-message--user{background:var(--color-accent);color:#111;align-self:flex-end}.chat-form{gap:10px;margin-top:auto;display:flex}.chat-form input{flex:1}.prompt-list button{border:1px solid var(--color-border);background:var(--color-surface-solid);color:var(--color-text);text-align:left;border-radius:16px;padding:12px}.profile-list>div{border-bottom:1px solid var(--color-border);justify-content:space-between;gap:16px;padding:14px 0;display:flex}.modal{z-index:50;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#11111175;border:0;position:absolute;inset:0}.modal__content{z-index:1;background:var(--color-surface-solid);width:min(480px,100%);color:var(--color-text);border-radius:30px;padding:24px;position:relative;box-shadow:0 30px 90px #00000038}.modal__head{justify-content:space-between;gap:16px;margin-bottom:18px;display:flex}.modal__head h2{margin:0}.modal__head button{background:var(--color-surface-soft);width:38px;height:38px;color:var(--color-text);border:0;border-radius:50%;font-size:22px}.success-state{gap:12px;display:grid}.success-state__icon{background:var(--color-accent);color:#111;border-radius:18px;place-items:center;width:52px;height:52px;font-size:28px;font-weight:900;display:grid}.success-state strong{font-size:24px}.success-state button{background:var(--color-accent);color:#111;border:0;border-radius:999px;min-height:44px;font-weight:800}.toast-stack{z-index:80;gap:10px;width:min(360px,100vw - 32px);display:grid;position:fixed;bottom:24px;right:24px}.toast{background:var(--color-surface-solid);color:var(--color-text);box-shadow:var(--shadow-soft);border:1px solid var(--color-border);border-radius:18px;justify-content:space-between;gap:12px;padding:14px;display:flex}.toast p{color:var(--color-muted);margin:4px 0 0}.toast button{background:var(--color-surface-soft);width:28px;height:28px;color:var(--color-text);border:0;border-radius:999px}.toast--success{border-left:5px solid var(--color-positive)}.toast--error{border-left:5px solid var(--color-negative)}.toast--info{border-left:5px solid var(--color-accent)}@media (width<=1260px){.hero-card{grid-template-columns:1fr minmax(250px,.8fr)}.hero-card__visual{display:none}}@media (width<=1120px){.app{flex-direction:column}.sidebar{width:100%;height:auto;position:static}.sidebar__nav{grid-template-columns:repeat(4,1fr)}.sidebar__promo{display:none}.content__row,.content__row--wide,.assistant-layout,.toolbar,.hero-card,.bank-cards,.quick-grid{grid-template-columns:1fr}.header__search{display:none}}@media (width<=680px){.header,.content{padding-inline:16px}.header{flex-direction:column;align-items:flex-start}.header__right{flex-wrap:wrap}.sidebar__nav{grid-template-columns:repeat(2,1fr)}.hero-card,.page-hero,.account-card{flex-direction:column;align-items:stretch}.hero-card__actions,.form__grid{grid-template-columns:1fr}.account-card__side{justify-items:start}.chat-message{max-width:92%}.progress{width:100%}}.footer{border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);color:var(--color-text);margin-top:12px;padding:28px}.footer__top{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.footer__top strong{letter-spacing:-.03em;font-size:24px;display:block}.footer__top p,.footer__info p,.footer__bottom{color:var(--color-muted)}.footer__top p{max-width:680px;margin:8px 0 0}.footer__status{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.footer__status span{background:var(--color-accent-soft);color:#8a6500;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800;display:inline-flex}html[data-theme=dark] .footer__status span{color:var(--color-accent)}.footer__nav{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:18px;padding:20px 0;display:flex}.footer__nav button{color:#1b6cff;background:0 0;border:0;padding:0;font-weight:650}.footer__nav button:hover{text-decoration:underline}.footer__info{gap:10px;max-width:1180px;margin:22px 0;display:grid}.footer__info p{margin:0;line-height:1.65}.footer__bottom{border-top:1px solid var(--color-border);justify-content:space-between;gap:18px;padding-top:18px;font-size:14px;display:flex}@media (width<=680px){.footer__top,.footer__bottom{flex-direction:column}.footer__status{justify-content:flex-start}.footer__nav{gap:12px}}.auth-shell{background:radial-gradient(circle at 15% 10%, #ffd4296b, transparent 28rem), radial-gradient(circle at 90% 20%, #5878ff1f, transparent 30rem), var(--color-bg);min-height:100vh;color:var(--color-text);grid-template-columns:minmax(340px,1.08fr) minmax(340px,460px);align-items:stretch;gap:clamp(18px,3vw,34px);padding:clamp(18px,3vw,44px);display:grid}.auth-hero-card,.auth-panel{box-shadow:var(--shadow-soft);border:1px solid #ffffff52;border-radius:36px;overflow:hidden}.auth-hero-card{color:#111;background:radial-gradient(circle at 82% 18%,#ffffff9e,#0000 16rem),linear-gradient(135deg,#ffd429fa,#ffef9cf5);align-content:space-between;min-height:640px;padding:clamp(24px,4vw,48px);display:grid;position:relative}.auth-hero-card:before,.auth-hero-card:after{content:"";background:#11111114;border-radius:999px;position:absolute}.auth-hero-card:before{width:310px;height:310px;top:74px;right:-88px}.auth-hero-card:after{background:#ffffff61;width:180px;height:180px;bottom:100px;left:-54px}.auth-hero-card__brand{z-index:1;align-items:center;gap:14px;display:flex;position:relative}.auth-logo{width:46px;height:46px;color:var(--color-accent);background:#111;border-radius:16px;place-items:center;font-size:20px;font-weight:900;display:grid}.auth-hero-card__brand strong,.auth-hero-card__brand small{display:block}.auth-hero-card__brand strong{font-size:18px}.auth-hero-card__brand small{color:#1111119e;margin-top:2px}.auth-hero-card__content{z-index:1;max-width:640px;position:relative}.auth-hero-card__content .eyebrow{color:#1111119e}.auth-hero-card__content h1{letter-spacing:-.065em;max-width:660px;margin:0;font-size:clamp(46px,6vw,82px);line-height:.94}.auth-hero-card__content p:last-child{color:#111111ad;max-width:520px;margin:18px 0 0;font-size:18px;line-height:1.55}.auth-preview-card{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#111;background:#ffffffb8;border:1px solid #ffffff80;border-radius:28px;gap:6px;display:grid;position:absolute;box-shadow:0 26px 70px #1111111f}.auth-preview-card span,.auth-preview-card small{color:#11111194}.auth-preview-card strong{letter-spacing:-.04em}.auth-preview-card--main{width:min(310px,100% - 44px);padding:24px;bottom:clamp(26px,5vw,78px);right:clamp(22px,4vw,68px)}.auth-preview-card--main strong{font-size:34px}.auth-preview-card--small{min-width:168px;padding:18px;bottom:42px;right:min(52%,430px)}.auth-preview-card--small strong{font-size:22px}.auth-panel{background:var(--color-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);flex-direction:column;justify-content:center;padding:clamp(24px,4vw,42px);display:flex}.auth-panel__top{gap:10px;margin-bottom:26px;display:grid}.auth-badge{background:var(--color-accent-soft);color:#8a6500;border-radius:999px;width:fit-content;padding:8px 12px;font-size:13px;font-weight:850;display:inline-flex}html[data-theme=dark] .auth-badge{color:var(--color-accent)}.auth-panel h2{letter-spacing:-.055em;margin:0;font-size:clamp(30px,4vw,44px);line-height:1}.auth-panel p{color:var(--color-muted);margin:0;line-height:1.6}.auth-form{gap:16px;display:grid}.auth-form label{color:var(--color-muted);gap:8px;font-size:14px;display:grid}.auth-form input{border:1px solid var(--color-border);background:var(--color-surface-solid);width:100%;min-height:54px;color:var(--color-text);border-radius:18px;outline:none;padding:0 16px;font-size:16px;transition:border-color .18s,box-shadow .18s}.auth-form input:focus{border-color:var(--color-accent-2);box-shadow:0 0 0 4px var(--color-accent-soft)}.auth-error{color:var(--color-negative);background:#d938381a;border-radius:16px;padding:12px 14px;font-weight:650}.auth-submit,.auth-demo-button{border:0;border-radius:999px;width:100%;min-height:52px;font-weight:850;transition:transform .18s,opacity .18s}.auth-submit{color:#fff;background:#111;margin-top:6px}.auth-demo-list{gap:10px;margin-top:16px;display:grid}.auth-demo-list>span{color:var(--color-muted);font-size:13px;font-weight:800}.auth-demo-button{background:var(--color-accent);color:#111}.auth-submit:hover,.auth-demo-button:hover{transform:translateY(-1px)}.auth-submit:disabled,.auth-demo-button:disabled,.auth-switch button:disabled{opacity:.62;cursor:not-allowed;transform:none}.auth-switch{color:var(--color-muted);justify-content:center;gap:8px;margin-top:22px;display:flex}.auth-switch button{color:#1b6cff;background:0 0;border:0;padding:0;font-weight:800}@media (width<=980px){.auth-shell{grid-template-columns:1fr}.auth-hero-card{min-height:440px}.auth-preview-card--small{display:none}}@media (width<=560px){.auth-shell{padding:14px}.auth-hero-card,.auth-panel{border-radius:28px}.auth-hero-card{min-height:360px}.auth-preview-card--main{display:none}.auth-switch{flex-direction:column;align-items:center}}
