:root{--bg: #0a0b0a;--bg-sidebar: #060706;--surface: #141613;--surface-2: #1b1e19;--surface-solid: #141613;--surface-hover: #1e211b;--stroke: rgba(255, 255, 255, .07);--stroke-strong: rgba(255, 255, 255, .14);--text: #f2f4ef;--text-muted: #9ba199;--text-dim: #63685f;--lime: #c6f83e;--lime-bright: #d6fb5c;--lime-dim: #a9e234;--accent: var(--lime);--card-lime: linear-gradient(150deg, #d6fb5c 0%, #b6ef3f 52%, #93d24a 100%);--accent-soft: rgba(198, 248, 62, .12);--income: var(--lime);--red: #f2727f;--amber: #f5c451;--radius: 16px;--radius-sm: 11px;--radius-lg: 22px;--shadow: 0 18px 40px -24px rgba(0, 0, 0, .8);--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: "Sora", var(--font-sans)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;line-height:1.15}button,input,select,textarea{font:inherit;color:inherit}::selection{background:#c6f83e47;color:#0a0b0a}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#ffffff17;border-radius:20px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#ffffff2e;background-clip:padding-box}.muted{color:var(--text-muted)}.dim{color:var(--text-dim)}.mono{font-variant-numeric:tabular-nums;letter-spacing:.01em}.accent,.gradient-text{color:var(--lime)}.hidden{display:none!important}.glass{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:11px;padding:10px 17px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .1s ease,background .16s ease,border-color .16s ease,opacity .16s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--lime);color:#0a0b0a;font-weight:700}.btn-primary:hover:not(:disabled){background:var(--lime-bright)}.btn-ghost{background:var(--surface-2);border-color:var(--stroke);color:var(--text)}.btn-ghost:hover:not(:disabled){background:var(--surface-hover);border-color:var(--stroke-strong)}.btn-danger{background:#f2727f1a;border-color:#f2727f47;color:var(--red)}.btn-danger:hover:not(:disabled){background:#f2727f2e}.btn-sm{padding:7px 12px;font-size:.82rem;border-radius:9px}.btn-block{width:100%}.field{display:flex;flex-direction:column;gap:7px}.field>span{font-size:.8rem;color:var(--text-muted);font-weight:500}.input,.select{width:100%;background:#0d0f0c;border:1px solid var(--stroke);border-radius:11px;padding:12px 14px;color:var(--text);transition:border-color .16s ease,box-shadow .16s ease;outline:none}.input::placeholder{color:var(--text-dim)}.input:focus,.select:focus{border-color:#c6f83e8c;box-shadow:0 0 0 3px #c6f83e1f}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%239ba199' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px}.select option{background:var(--surface-solid);color:var(--text)}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.01em;border:1px solid var(--stroke);background:var(--surface-2);color:var(--text-muted)}.badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.badge.green{color:var(--lime);border-color:#c6f83e4d;background:var(--accent-soft)}.badge.red{color:var(--red);border-color:#f2727f47;background:#f2727f1a}.badge.amber{color:var(--amber);border-color:#f5c45147;background:#f5c4511a}.badge.violet{color:var(--lime);border-color:#c6f83e4d;background:var(--accent-soft)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.fade-up{animation:fadeUp .4s cubic-bezier(.22,1,.36,1) both}.spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(10,11,10,.3);border-top-color:#0a0b0a;animation:spin .7s linear infinite}.btn-ghost .spinner,.btn-danger .spinner{border-color:#ffffff40;border-top-color:#fff}.toast-wrap{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;gap:10px;max-width:min(360px,calc(100vw - 32px))}.toast{display:flex;align-items:flex-start;gap:10px;padding:13px 16px;border-radius:13px;background:var(--surface-2);border:1px solid var(--stroke-strong);box-shadow:var(--shadow);animation:fadeUp .3s ease both;font-size:.9rem}.toast.error{border-color:#f2727f66}.toast.success{border-color:#c6f83e66}.toast-icon{flex-shrink:0;margin-top:1px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeUp .18s ease both}.modal{width:100%;max-width:440px;padding:24px;background:var(--surface);border:1px solid var(--stroke-strong);border-radius:var(--radius);animation:fadeUp .26s cubic-bezier(.22,1,.36,1) both}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.modal-close{width:34px;height:34px;border-radius:9px;border:1px solid var(--stroke);background:var(--surface-2);color:var(--text-muted);cursor:pointer;display:grid;place-items:center;transition:all .15s ease}.modal-close:hover{background:var(--surface-hover);color:var(--text)}.app{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:4px;padding:22px 14px 16px;background:var(--bg-sidebar);border-right:1px solid var(--stroke)}.brand{display:flex;align-items:center;gap:11px;padding:4px 10px 22px}.brand-logo{width:30px;height:30px;border-radius:9px;background:var(--lime);display:grid;place-items:center;flex-shrink:0}.brand-name{font-family:var(--font-display);font-weight:700;font-size:1.15rem;letter-spacing:-.02em}.nav-section{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);font-weight:600;padding:16px 12px 8px}.nav{display:flex;flex-direction:column;gap:2px;flex:1}.nav-item{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:9px;color:var(--text-muted);font-weight:500;font-size:.9rem;transition:background .14s ease,color .14s ease;position:relative}.nav-item:hover,.nav-item.active{background:var(--surface);color:var(--text)}.nav-dot{width:6px;height:6px;border-radius:50%;background:var(--lime);flex-shrink:0;opacity:0}.nav-item.active .nav-dot{opacity:1}.nav-item .nav-ic{color:var(--text-dim);display:inline-flex}.nav-item.active .nav-ic{color:var(--lime)}.sidebar-foot{display:flex;align-items:center;gap:11px;padding:11px;border:1px solid var(--stroke);border-radius:12px;background:var(--surface)}.avatar{width:34px;height:34px;border-radius:9px;background:var(--surface-2);border:1px solid var(--stroke-strong);display:grid;place-items:center;font-weight:700;text-transform:uppercase;font-size:.78rem;color:var(--lime);flex-shrink:0}.sidebar-foot .who{flex:1;min-width:0}.sidebar-foot .who b{display:block;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-btn{width:36px;height:36px;border-radius:9px;border:1px solid var(--stroke);background:var(--surface);color:var(--text-muted);cursor:pointer;display:grid;place-items:center;transition:all .14s ease;flex-shrink:0;position:relative}.icon-btn:hover{background:var(--surface-hover);color:var(--text)}.icon-btn.logout:hover{color:var(--red);border-color:#f2727f4d}.icon-btn .notif-dot{position:absolute;top:8px;right:9px;width:6px;height:6px;border-radius:50%;background:var(--lime)}.main{min-width:0;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 30px;gap:16px;position:sticky;top:0;z-index:20;background:var(--bg);border-bottom:1px solid var(--stroke)}.topbar h1{font-size:1.4rem}.topbar .sub{color:var(--text-muted);font-size:.85rem;margin-top:2px}.topbar-actions{display:flex;align-items:center;gap:10px}.searchbox{display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--stroke);border-radius:10px;padding:9px 13px;width:240px;color:var(--text-dim)}.searchbox input{background:none;border:none;outline:none;color:var(--text);width:100%;font-size:.88rem}.searchbox input::placeholder{color:var(--text-dim)}.menu-toggle{display:none}.content{padding:26px 30px 60px;display:flex;flex-direction:column;gap:20px}.grid-2{display:grid;grid-template-columns:1.5fr 1fr;gap:20px;align-items:start}.grid-hero{display:grid;grid-template-columns:1.7fr 1fr;gap:20px;align-items:stretch}.transfer-grid{display:grid;grid-template-columns:minmax(0,460px) 1fr;gap:20px;align-items:start}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}.section{padding:22px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.section-head h2{font-size:1.05rem}.section-head .sub{color:var(--text-dim);font-size:.82rem}.link-accent{color:var(--lime);font-size:.82rem;font-weight:600}.balance-hero{display:flex;flex-direction:column}.balance-label{font-size:.85rem;color:var(--text-muted)}.balance-big{font-family:var(--font-display);font-size:3rem;font-weight:700;letter-spacing:-.03em;line-height:1.05;margin-top:8px;font-variant-numeric:tabular-nums}.balance-big .dec{color:var(--text-dim)}.balance-delta{color:var(--lime);font-size:.86rem;font-weight:600;margin-top:8px}.balance-chart{width:100%;height:92px;margin:14px 0 6px}.subtiles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px}.subtile{background:var(--surface-2);border:1px solid var(--stroke);border-radius:12px;padding:14px 16px}.subtile .t{font-size:.78rem;color:var(--text-muted)}.subtile .v{font-family:var(--font-display);font-size:1.15rem;font-weight:700;margin-top:4px;font-variant-numeric:tabular-nums}.stat{padding:18px 20px;display:flex;flex-direction:column;gap:10px}.stat-ic{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:var(--accent-soft);border:1px solid rgba(198,248,62,.2);color:var(--lime)}.stat-label{font-size:.8rem;color:var(--text-muted)}.stat-value{font-family:var(--font-display);font-size:1.6rem;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.stat-value.sm{font-size:1.3rem}.bankcard{aspect-ratio:1.586;border-radius:18px;padding:22px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 16px 36px -20px #000000b3}.bankcard.v-lime{background:var(--card-lime);color:#10140a}.bankcard.v-graphite{background:linear-gradient(150deg,#2a2e27,#161813);color:#f2f4ef;border:1px solid var(--stroke)}.bankcard.v-olive{background:linear-gradient(150deg,#5c6b2e,#39421f);color:#f5f8e8}.bankcard.blocked{filter:grayscale(.5) brightness(.8)}.bankcard-top{display:flex;align-items:flex-start;justify-content:space-between}.bankcard-chip{width:40px;height:30px;border-radius:6px;background:#00000029}.bankcard.v-graphite .bankcard-chip,.bankcard.v-olive .bankcard-chip{background:#ffffff24}.bankcard-brand{font-family:var(--font-display);font-weight:700;font-size:1.02rem;letter-spacing:-.01em}.bankcard-number{font-size:1.28rem;font-variant-numeric:tabular-nums;letter-spacing:.14em;font-family:var(--font-display);font-weight:600}.bankcard-bottom{display:flex;align-items:flex-end;justify-content:space-between}.bankcard-bottom .lbl{font-size:.58rem;letter-spacing:.12em;opacity:.72;text-transform:uppercase}.bankcard-bottom .val{font-size:.9rem;font-weight:600}.bankcard-sys{font-weight:800;font-style:italic;font-size:1.15rem}.rows{display:flex;flex-direction:column}.row{display:flex;align-items:center;gap:14px;padding:13px 4px;border-bottom:1px solid var(--stroke)}.row:last-child{border-bottom:none}.row-ic{width:40px;height:40px;border-radius:11px;flex-shrink:0;display:grid;place-items:center;font-weight:700;font-size:.78rem;background:var(--surface-2);border:1px solid var(--stroke);color:var(--text-muted);text-transform:uppercase}.row-main{flex:1;min-width:0}.row-main b{display:block;font-weight:600;font-size:.92rem}.row-main span{font-size:.79rem;color:var(--text-dim)}.row-cat{font-size:.72rem;color:var(--text-muted);padding:4px 11px;border-radius:999px;border:1px solid var(--stroke);background:var(--surface-2);white-space:nowrap}.row-date{font-size:.82rem;color:var(--text-muted);min-width:60px;text-align:right}.row-amt{text-align:right;font-family:var(--font-display);font-weight:700;font-variant-numeric:tabular-nums;min-width:96px}.row-amt.in{color:var(--lime)}.row-amt.out{color:var(--text)}@media (max-width: 720px){.row-cat,.row-date{display:none}}.acc{display:flex;align-items:center;gap:15px;padding:15px 16px;border-radius:var(--radius-sm);border:1px solid var(--stroke);background:var(--surface-2);transition:border-color .14s ease,background .14s ease}.acc:hover{border-color:var(--stroke-strong);background:var(--surface-hover)}.acc-ring{width:44px;height:44px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;font-weight:700;font-size:.76rem;background:var(--accent-soft);border:1px solid rgba(198,248,62,.22);color:var(--lime)}.acc-main{flex:1;min-width:0}.acc-main b{font-family:var(--font-display);font-size:1rem}.acc-main .num{font-size:.8rem;color:var(--text-dim);font-variant-numeric:tabular-nums}.acc-bal{text-align:right}.acc-bal b{font-family:var(--font-display);font-size:1.18rem;font-variant-numeric:tabular-nums}.qt-avatars{display:flex;align-items:center;gap:8px;margin-bottom:18px}.qt-av{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:.8rem;border:1px solid var(--stroke-strong);background:var(--surface-2);color:var(--text-muted)}.qt-av.add{background:var(--lime);color:#0a0b0a;border:none;cursor:pointer}.qt-amount{background:#0d0f0c;border:1px solid var(--stroke);border-radius:12px;padding:16px 18px;margin-bottom:14px}.qt-amount .lbl{font-size:.76rem;color:var(--text-muted);margin-bottom:6px}.qt-amount input{background:none;border:none;outline:none;color:var(--text);width:100%;font-family:var(--font-display);font-size:1.7rem;font-weight:700;font-variant-numeric:tabular-nums}.table-wrap{overflow-x:auto}table.tbl{width:100%;border-collapse:collapse;min-width:620px}.tbl th{text-align:left;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);font-weight:600;padding:10px 14px;border-bottom:1px solid var(--stroke)}.tbl td{padding:14px;border-bottom:1px solid var(--stroke);font-size:.9rem}.tbl tr:last-child td{border-bottom:none}.tbl tr:hover td{background:var(--surface-2)}.empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:44px 20px;text-align:center;color:var(--text-muted)}.empty .ic{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;background:var(--accent-soft);border:1px solid rgba(198,248,62,.2);color:var(--lime)}.skeleton{background:linear-gradient(90deg,#ffffff08,#ffffff12,#ffffff08);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:12px}@keyframes shimmer{to{background-position:-200% 0}}.chart-box{width:100%;height:240px}.legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px}.legend-item{display:flex;align-items:center;gap:7px;font-size:.8rem;color:var(--text-muted)}.legend-dot{width:9px;height:9px;border-radius:3px}.auth-wrap{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-hero{padding:56px;display:flex;flex-direction:column;justify-content:space-between;background:var(--bg-sidebar);border-right:1px solid var(--stroke)}.auth-hero .badge-row{display:flex;gap:10px;flex-wrap:wrap}.auth-hero h1{font-size:3rem;line-height:1.05;margin:20px 0 16px}.auth-hero p.lead{color:var(--text-muted);font-size:1.05rem;max-width:440px}.hero-cards{position:relative;height:300px;margin-top:30px}.hero-cards .bankcard{position:absolute;width:340px}.hero-cards .bankcard:nth-child(1){transform:rotate(-7deg) translateY(20px);z-index:1}.hero-cards .bankcard:nth-child(2){left:120px;top:44px;z-index:2}.hero-feats{display:flex;flex-direction:column;gap:14px}.hero-feat{display:flex;align-items:center;gap:12px;color:var(--text-muted);font-size:.94rem}.hero-feat .fi{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--accent-soft);color:var(--lime);border:1px solid rgba(198,248,62,.2)}.auth-panel{display:grid;place-items:center;padding:40px}.auth-form{width:100%;max-width:380px}.auth-form h2{font-size:1.6rem;margin-bottom:6px}.auth-form .switch{color:var(--text-muted);font-size:.9rem;margin-bottom:24px}.auth-form .switch b{color:var(--lime);cursor:pointer}.form-grid{display:flex;flex-direction:column;gap:15px}.form-error{color:var(--red);font-size:.85rem;padding:10px 12px;border-radius:10px;background:#f2727f1a;border:1px solid rgba(242,114,127,.25)}.tabs{display:flex;gap:4px;padding:4px;border-radius:12px;background:var(--surface);margin-bottom:22px}.tab{flex:1;padding:9px;border-radius:9px;text-align:center;cursor:pointer;font-weight:600;font-size:.88rem;color:var(--text-muted);transition:all .14s}.tab.active{background:var(--lime);color:#0a0b0a}.demo-hint{margin-top:18px;font-size:.8rem;color:var(--text-dim);padding:12px 14px;border-radius:10px;border:1px dashed var(--stroke-strong)}.assistant-fab{position:fixed;right:26px;bottom:26px;z-index:500;width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;background:var(--lime);color:#0a0b0a;display:grid;place-items:center;box-shadow:0 12px 30px -10px #c6f83e99;transition:transform .16s ease}.assistant-fab:hover{transform:scale(1.06)}.assistant-panel{position:fixed;right:26px;bottom:94px;z-index:500;width:min(390px,calc(100vw - 40px));height:540px;max-height:calc(100vh - 130px);display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border:1px solid var(--stroke-strong);border-radius:var(--radius);animation:fadeUp .24s cubic-bezier(.22,1,.36,1) both}.assistant-head{display:flex;align-items:center;gap:12px;padding:15px 18px;border-bottom:1px solid var(--stroke);background:var(--surface-2)}.assistant-head .dot{width:8px;height:8px;border-radius:50%;background:var(--lime)}.assistant-body{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px}.msg{max-width:84%;padding:11px 14px;border-radius:14px;font-size:.9rem;line-height:1.45}.msg.bot{align-self:flex-start;background:var(--surface-2);border:1px solid var(--stroke);border-bottom-left-radius:4px}.msg.user{align-self:flex-end;background:var(--lime);color:#0a0b0a;border-bottom-right-radius:4px;font-weight:500}.assistant-foot{padding:14px;border-top:1px solid var(--stroke);display:flex;gap:8px}.assistant-suggest{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.chip-btn{font-size:.78rem;padding:6px 11px;border-radius:999px;cursor:pointer;border:1px solid var(--stroke);background:var(--surface-2);color:var(--text-muted);transition:all .14s}.chip-btn:hover{border-color:#c6f83e66;color:var(--lime)}.typing{display:inline-flex;gap:4px}.typing span{width:6px;height:6px;border-radius:50%;background:var(--text-muted);animation:blink 1.2s infinite}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,60%,to{opacity:.3}30%{opacity:1}}@media (max-width: 1024px){.grid-2,.grid-hero,.transfer-grid,.auth-wrap{grid-template-columns:1fr}.auth-hero{display:none}}@media (max-width: 860px){.app{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;z-index:100;width:248px;transform:translate(-100%);transition:transform .24s ease}.sidebar.open{transform:translate(0)}.menu-toggle{display:grid}.searchbox{display:none}.topbar{padding:16px 18px}.content{padding:18px 16px 60px}.subtiles{grid-template-columns:1fr}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0009}}.pos{color:var(--income, #7bd88f)}.neg{color:var(--red, #f2727f)}.groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.group-card{text-align:left;display:flex;flex-direction:column;gap:8px;padding:18px;border-radius:var(--radius, 16px);cursor:pointer;transition:transform .12s ease,border-color .12s ease}.group-card:hover{transform:translateY(-2px);border-color:var(--stroke-strong)}.group-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.group-name{font-family:var(--font-display);font-size:1.05rem}.group-balance{font-weight:600;font-size:.95rem}.detail-grid{display:grid;grid-template-columns:minmax(300px,1fr) minmax(320px,1.2fr);gap:16px;align-items:start}@media (max-width: 860px){.detail-grid{grid-template-columns:1fr}}.balance-row,.debt-row,.expense-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--stroke)}.balance-row:last-child,.debt-row:last-child,.expense-row:last-child{border-bottom:none}.split-editor{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow-y:auto;padding:10px;border:1px solid var(--stroke);border-radius:var(--radius-sm, 10px);background:var(--surface)}.split-row{display:flex;align-items:center;justify-content:space-between;gap:10px}
