.toast-container{display:flex;flex-direction:column;gap:.5rem;left:50%;max-width:420px;pointer-events:none;position:fixed;top:1rem;transform:translateX(-50%);width:calc(100% - 2rem);z-index:9999}.toast{animation:toast-in .2s ease;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;padding:.75rem 1rem;pointer-events:auto;text-align:center}.toast-info{background:var(--color-accent);color:#fff}.toast-success{background:var(--color-success);color:#fff}.toast-error{background:var(--color-danger);color:#fff}.toast-warning{background:var(--color-warning);color:#000}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.navbar{align-items:stretch;background:var(--color-surface);border-top:1px solid var(--color-border);bottom:0;display:flex;height:var(--nav-h);left:0;padding-bottom:var(--safe-bottom);position:fixed;right:0;z-index:100}.nav-item{align-items:center;color:var(--color-muted);display:flex;flex:1 1;flex-direction:column;font-size:0;gap:2px;justify-content:center;text-decoration:none;transition:color .15s}.nav-item.active{color:var(--color-accent)}.nav-icon{font-size:1.3rem}.nav-label{font-size:.65rem;font-weight:600}.sidebar{background:var(--color-surface);border-right:1px solid var(--color-border);bottom:0;justify-content:space-between;left:0;padding:1rem .5rem;position:fixed;top:0;width:72px;z-index:200}.sidebar,.sidebar-top{display:flex;flex-direction:column}.sidebar-top{align-items:stretch;flex:1 1;gap:.25rem;min-height:0;overflow-y:auto}.sidebar-bottom{flex-shrink:0}.sidebar-bottom,.sidebar-item{display:flex;flex-direction:column}.sidebar-item{align-items:center;border-radius:var(--radius-sm);color:var(--color-muted);gap:3px;justify-content:center;padding:.65rem .25rem;text-decoration:none;transition:background .15s,color .15s}.sidebar-item:hover{background:var(--color-surface2);color:var(--color-text)}.sidebar-item.active{background:var(--color-surface2);color:var(--color-accent)}.sidebar-icon{font-size:1.4rem;line-height:1}.sidebar-label{display:none}.sidebar-divider{background:var(--color-border);height:1px;margin:.4rem .75rem}.sidebar-account{padding:.4rem 0;position:relative}.sidebar-account,.sidebar-avatar{display:flex;justify-content:center}.sidebar-avatar{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:50%;color:#fff;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:700;height:38px;width:38px}.sidebar-avatar:hover{filter:brightness(1.12)}.account-popover{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;bottom:0;box-shadow:0 8px 24px #00000073;left:calc(100% + 12px);padding:.4rem;position:absolute;width:190px;z-index:300}.account-popover-biz{border-bottom:1px solid var(--color-border);color:var(--color-text);font-size:.85rem;font-weight:700;margin-bottom:.3rem;padding:.45rem .6rem .55rem}.account-popover-biz span{color:var(--color-muted);display:block;font-size:.72rem;font-weight:400;margin-top:.1rem}.account-popover-item{align-items:center;background:none;border:none;border-radius:8px;color:var(--color-text);cursor:pointer;display:flex;font-family:inherit;font-size:.85rem;gap:.55rem;padding:.5rem .6rem;text-align:left;width:100%}.account-popover-item:hover{background:var(--color-surface2)}.account-popover-logout{color:#ef4444}.account-popover-logout:hover{background:#ef44441a}.sidebar-backdrop,.sidebar-hamburger{display:none}@media (max-width:768px){.sidebar{box-shadow:4px 0 24px #0006;padding-bottom:calc(1rem + env(safe-area-inset-bottom));padding-top:calc(4.3rem + var(--safe-top));transform:translateX(-100%);transition:transform .25s ease;width:72px}.sidebar.sidebar-open{transform:translateX(0)}.sidebar-item{padding:.8rem .25rem}.sidebar-icon{font-size:1.5rem}.sidebar-hamburger{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;display:flex;flex-direction:column;gap:5px;justify-content:center;left:1rem;padding:.5rem .55rem;position:fixed;top:calc(1.15rem + var(--safe-top));z-index:201}.sidebar-hamburger span{background:var(--color-text);border-radius:2px;display:block;height:2px;transition:opacity .15s;width:20px}.sidebar-backdrop{background:#0000008c;display:block;inset:0;position:fixed;z-index:199}}.ob-overlay{align-items:center;animation:ob-fade .2s ease both;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#070710d9;display:flex;inset:0;justify-content:center;padding:1rem;padding-bottom:calc(1rem + var(--safe-bottom));position:fixed;z-index:1000}.ob-card{animation:ob-rise .28s cubic-bezier(.2,.8,.2,1) both;background:linear-gradient(160deg,var(--color-surface2),var(--color-surface));border:1px solid var(--color-border);border-radius:18px;box-shadow:0 24px 60px #0000008c;max-width:380px;padding:2rem 1.5rem 1.5rem;position:relative;text-align:center;width:100%}.ob-skip{background:#0000;color:var(--color-muted);font-size:.8rem;font-weight:600;padding:.35rem .6rem;position:absolute;right:.75rem;top:.75rem}.ob-skip:hover{color:var(--color-text);opacity:1}.ob-welcome{color:var(--color-accent);font-size:.85rem;font-weight:600;margin-bottom:.75rem}.ob-icon{filter:drop-shadow(0 6px 14px rgba(79,110,247,.35));font-size:3rem;line-height:1;margin:.5rem 0 1.1rem}.ob-title{font-size:1.3rem;font-weight:700;margin-bottom:.6rem}.ob-body{color:var(--color-muted);font-size:.92rem;line-height:1.55;min-height:4.6em}.ob-dots{display:flex;gap:.4rem;justify-content:center;margin:1.4rem 0}.ob-dot{background:var(--color-border);border-radius:999px;height:7px;transition:width .25s,background .25s;width:7px}.ob-dot.is-active{background:var(--color-accent);width:22px}.ob-actions{display:flex;gap:.6rem}.ob-btn{flex:1 1;font-size:.95rem;padding:.7rem 1rem}.ob-btn-next{flex:2 1}@keyframes ob-fade{0%{opacity:0}to{opacity:1}}@keyframes ob-rise{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.lp{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.lp *,.lp :after,.lp :before{box-sizing:border-box}.lp button{background:none;border:none;cursor:pointer;font-family:inherit;-webkit-user-select:none;user-select:none}.lp button::selection{background:#0000}.lp ul{list-style:none;margin:0;padding:0}.lp-btn-primary{background:#0000;border:2px solid #000;border-radius:8px;color:#000;font-size:.95rem;font-weight:600;padding:.65rem 1.4rem;transition:background .15s,transform .1s}.lp-btn-primary:hover{background:#0000000f;transform:translateY(-1px)}.lp-btn-outline{background:#0000;border:2px solid #6366f1;border-radius:8px;color:#6366f1;font-size:.95rem;font-weight:600;padding:.6rem 1.4rem;transition:all .15s}.lp-btn-outline:hover{background:#f0f0ff}.lp-btn-ghost{background:#0000;border-radius:8px;color:#000;font-size:.9rem;font-weight:500;padding:.6rem 1rem;transition:background .15s}.lp-btn-ghost:hover{background:#f3f4f6}.lp-btn-white{background:#0000;border:2px solid #fffc;border-radius:8px;color:#fff;font-size:1rem;font-weight:700;padding:.75rem 2rem;transition:background .15s,transform .1s}.lp-btn-white:hover{background:#ffffff1f;transform:translateY(-2px)}.lp-btn-lg{font-size:1rem;padding:.85rem 2rem}.lp-accent{color:#6366f1}.lp-logo-icon{align-items:center;background:#0000;border-radius:8px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:800;height:32px;justify-content:center;margin-right:8px;object-fit:cover;vertical-align:middle;width:32px}.lp-logo-icon-sm{border-radius:5px;font-size:.6rem;height:22px;margin-right:6px;width:22px}.lp-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid #e5e7eb;padding-top:var(--safe-top);position:-webkit-sticky;position:sticky;top:0;z-index:100}.lp-nav-inner{gap:2rem;margin:0 auto;max-width:1100px;padding:.9rem 1.5rem}.lp-nav-inner,.lp-nav-logo{align-items:center;display:flex}.lp-nav-logo{color:#000;font-size:1.1rem;font-weight:800;white-space:nowrap}.lp-nav-links{display:flex;flex:1 1;gap:.25rem;justify-content:center}.lp-nav-links button{border-radius:6px;color:#000;font-size:.9rem;font-weight:500;padding:.4rem .75rem;transition:color .15s,background .15s}.lp-nav-links button:hover{background:#f0f0ff;color:#6366f1}.lp-nav-ctas{align-items:center;display:flex;gap:.5rem}.lp-hero{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;padding:5rem 1.5rem 4rem}.lp-hero-text{max-width:520px}.lp-badge{background:#eef2ff;border-radius:999px;color:#4f46e5;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.02em;margin-bottom:1.2rem;padding:.35rem .85rem}.lp-hero-text h1{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.1;margin:0 0 1.25rem}.lp-hero-sub{color:#fff;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.lp-hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.lp-hero-note{color:#fff;font-size:.8rem}.lp-hero-visual{display:flex;justify-content:center}.lp-mockup{background:#fff;border-radius:16px;box-shadow:0 8px 40px #6366f126,0 2px 8px #00000014;max-width:380px;overflow:hidden;width:100%}.lp-mockup-topbar{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;padding:.7rem 1rem}.lp-mockup-dots{display:flex;gap:5px}.lp-mockup-dots span{background:#e5e7eb;border-radius:50%;height:10px;width:10px}.lp-mockup-dots span:first-child{background:#f87171}.lp-mockup-dots span:nth-child(2){background:#fbbf24}.lp-mockup-dots span:nth-child(3){background:#34d399}.lp-mockup-title{color:#9ca3af;font-size:.75rem;font-weight:500}.lp-mockup-body{padding:1.25rem}.lp-mock-stats-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.lp-mock-stat{background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:.85rem;text-align:center}.lp-mock-label{color:#9ca3af;font-size:.7rem;font-weight:500;margin-bottom:.3rem}.lp-mock-val{font-size:1.25rem;font-weight:800}.lp-mock-val.green{color:#059669}.lp-mock-val.red{color:#dc2626}.lp-mock-divider{background:#f3f4f6;height:1px;margin:.75rem 0}.lp-mock-row-label{color:#9ca3af;font-size:.7rem;font-weight:600;letter-spacing:.05em;margin-bottom:.6rem;padding-left:.75rem;text-transform:uppercase}.lp-mock-item{align-items:center;border-bottom:1px solid #f9fafb;display:flex;font-size:.8rem;justify-content:space-between;padding:.55rem .75rem}.lp-mock-item-name{color:#0a0a0a;font-weight:500}.lp-mock-item-right{align-items:center;display:flex;gap:.5rem}.lp-mock-amt{color:#0a0a0a;text-align:right}.lp-mock-amt,.lp-mock-badge{font-weight:700;width:3.5rem}.lp-mock-badge{border-radius:999px;display:inline-block;font-size:.65rem;padding:.2rem .5rem;text-align:center;text-transform:capitalize}.lp-mock-badge.paid{background:#dcfce7;color:#15803d}.lp-mock-badge.debt{background:#fee2e2;color:#b91c1c}.lp-mock-badge.partial{background:#fef9c3;color:#854d0e}.lp-mock-sync{align-items:center;color:#6b7280;display:flex;font-size:.72rem;gap:.4rem;margin-top:.9rem;padding-left:.75rem}.lp-mock-sync-dot{animation:pulse 2s infinite;background:#22c55e;border-radius:50%;height:7px;width:7px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.lp-trust{background:#f9fafb;border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:0;justify-content:center}.lp-trust-item{align-items:center;border-right:1px solid #e5e7eb;display:flex;gap:.75rem;padding:1.25rem 2.5rem}.lp-trust-item:last-child{border-right:none}.lp-trust-icon{font-size:1.5rem}.lp-trust-item strong{color:#0a0a0a;display:block;font-size:.85rem}.lp-trust-item span{color:#475569;font-size:.75rem}.lp-section{padding:5rem 1.5rem}.lp-section-alt{background:#f9fafb}.lp-section-inner{margin:0 auto;max-width:1100px}.lp-section-label{color:#6366f1;font-size:.78rem;font-weight:700;letter-spacing:.1em;margin-bottom:.75rem;text-align:center;text-transform:uppercase}.lp-section h2{color:#fff;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;line-height:1.15;margin:0 0 .75rem;text-align:center}.lp-section.lp-section-alt h2{color:#000}.lp-section-sub{color:#fff;font-size:1.05rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:560px;text-align:center}.lp-section.lp-section-alt .lp-section-sub{color:#1e293b}.lp-features-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.lp-feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:box-shadow .2s,transform .2s}.lp-feature-card:hover{box-shadow:0 4px 20px #6366f11a;transform:translateY(-2px)}.lp-feature-icon{font-size:1.75rem;margin-bottom:.75rem}.lp-feature-card h3{color:#0a0a0a;font-size:1rem;font-weight:700;margin:0 0 .5rem}.lp-feature-card p{color:#1e293b;font-size:.875rem;line-height:1.6;margin:0}.lp-steps{align-items:flex-start;display:flex;gap:0;margin-bottom:3rem}.lp-step{flex:1 1;flex-direction:column;padding:0 1rem;text-align:center}.lp-step,.lp-step-num{align-items:center;display:flex}.lp-step-num{background:#6366f1;border-radius:50%;box-shadow:0 4px 12px #6366f14d;color:#fff;flex-shrink:0;font-size:1.25rem;font-weight:900;height:52px;justify-content:center;margin-bottom:1rem;width:52px}.lp-step-body h3{color:#0a0a0a;font-size:1rem;font-weight:700;margin:0 0 .5rem}.lp-step-body p{color:#1e293b;font-size:.875rem;line-height:1.6;margin:0}.lp-step-arrow{color:#d1d5db;flex-shrink:0;font-size:1.5rem;padding-top:.9rem}.lp-steps-cta{text-align:center}.lp-billing-toggle{align-items:center;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;display:inline-flex;gap:.25rem;margin-bottom:2.5rem;padding:.3rem}.lp-billing-toggle button{align-items:center;background:#0000;border:none;border-radius:999px;color:#cbd5e1;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.45rem;padding:.5rem 1.25rem;transition:background .15s,color .15s}.lp-billing-toggle button.active{background:#6366f1;color:#fff}.lp-billing-save{background:#16a34a;border-radius:999px;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.03em;padding:.12rem .45rem;text-transform:uppercase;white-space:nowrap}.lp-billing-toggle button.active .lp-billing-save{background:#ffffff47}.lp-price-save-line{color:#16a34a;font-size:.8rem;font-weight:700;margin:-.1rem 0 .5rem}.lp-pricing-grid{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:1080px}.lp-price-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;position:relative}.lp-price-pro{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1,0 8px 32px #6366f11f}.lp-price-enterprise{border-color:#a855f7;box-shadow:0 0 0 1px #a855f780,0 8px 32px #a855f71a}.lp-ent-badge{background:linear-gradient(135deg,#a855f7,#6366f1);border-radius:999px;color:#fff;font-size:.72rem;font-weight:700;left:50%;padding:.25rem 1rem;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.lp-price-section-label{border-top:1px solid #e5e7eb;font-weight:700;margin-top:.25rem;padding-top:.6rem}.lp-pro-badge{background:#6366f1;border-radius:999px;color:#fff;font-size:.72rem;font-weight:700;left:50%;padding:.25rem 1rem;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.lp-price-name{color:#0a0a0a;font-size:1rem;font-weight:700;margin-bottom:.5rem}.lp-price-amount{color:#0a0a0a;font-size:2rem;font-weight:900;margin-bottom:.25rem}.lp-price-per{color:#475569;font-size:.9rem;font-weight:400}.lp-price-tagline{color:#475569;font-size:.85rem;margin-bottom:1.5rem}.lp-price-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.75rem}.lp-price-list li{align-items:center;color:#0a0a0a;display:flex;font-size:.875rem;gap:.5rem}.lp-price-list .chk{color:#16a34a;font-weight:700}.lp-price-list .x{color:#94a3b8;font-weight:700}.lp-price-no{color:#475569!important}.lp-pricing-note{color:#fff;font-size:.85rem;text-align:center}.lp-pricing-note strong{color:#6366f1}.lp-bottom-cta{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;padding:5rem 1.5rem;text-align:center}.lp-bottom-cta h2{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:900;margin:0 0 .75rem}.lp-bottom-cta p{font-size:1rem;margin-bottom:2rem;opacity:.85}.lp-bottom-note{font-size:.8rem;margin-top:1rem;opacity:.6}.lp-footer{background:#fff;color:#0a0a0a;padding:1.5rem}.lp-footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin:0 auto;max-width:1100px}.lp-footer-logo{align-items:center;color:#0a0a0a;display:flex;font-size:.95rem;font-weight:700}.lp-footer-tagline{flex:1 1;font-size:.8rem}.lp-footer-link{background:none;color:#0a0a0a;cursor:pointer;font-size:.8rem;font-weight:500;text-decoration:underline;transition:color .15s}.lp-footer-link:hover{color:#6366f1}.lp-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.lp-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;color:#111827;max-height:90vh;max-width:420px;overflow-y:auto;padding:2rem;position:relative;width:100%}.lp-modal-close{align-items:center;background:#f3f4f6;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:.8rem;height:28px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .15s;width:28px}.lp-modal-close:hover{background:#e5e7eb}.lp-modal-logo{align-items:center;color:#fff;font-size:1rem;font-weight:800}.lp-modal-logo,.lp-modal-tabs{display:flex;margin-bottom:1.5rem}.lp-modal-tabs{background:#f3f4f6;border-radius:8px;gap:.5rem;padding:.25rem}.lp-modal-tabs button{border-radius:6px;color:#374151;flex:1 1;font-size:.875rem;font-weight:600;padding:.5rem;transition:all .15s}.lp-modal-tabs button.active{background:#fff;box-shadow:0 1px 4px #0000001a;color:#4f46e5}.lp-modal-switch{color:#374151;font-size:.825rem;margin-top:1rem;text-align:center}.lp-link{background:none;color:#6366f1;cursor:pointer;font-size:inherit;font-weight:600;text-decoration:underline}.lp-modal-forgot{font-size:.8rem;margin:-.35rem 0 0;text-align:right}.lp-modal-heading{color:#0a0a0a;font-size:1.15rem;font-weight:700;margin:0 0 .4rem}.lp-modal-desc{color:#4b5563;font-size:.85rem;line-height:1.45;margin:0 0 1.1rem}.lp .form-group{margin-bottom:1rem}.lp .form-group label{color:#0a0a0a;display:block;font-size:.825rem;font-weight:600;margin-bottom:.35rem}.lp .form-group input,.lp .form-group select{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#0a0a0a;font-family:inherit;font-size:.9rem;padding:.6rem .85rem;transition:border-color .15s,box-shadow .15s;width:100%}.lp .form-group input::placeholder,.lp .form-group select::placeholder{color:#6b7280}.lp .form-group input:focus,.lp .form-group select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126;outline:none}.lp-phone-row{align-items:center;border:1px solid #d1d5db;border-radius:8px;display:flex;overflow:hidden;transition:border-color .15s,box-shadow .15s}.lp-phone-row:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.lp-dial-code{background:#f9fafb;border-right:1px solid #d1d5db;color:#0a0a0a;font-size:.875rem;font-weight:500;padding:.6rem .75rem;white-space:nowrap}.lp-phone-row input{border:none!important;border-radius:0!important;box-shadow:none!important;flex:1 1;font-size:.9rem;padding:.6rem .85rem}.lp-phone-row input:focus{outline:none}.lp-phone-row input::placeholder{color:#6b7280}.lp-currency-note{align-items:center;background:#f0f0ff;border:1px solid #c7d2fe;border-radius:8px;color:#4338ca;display:flex;font-size:.8rem;justify-content:space-between;margin-top:.25rem;padding:.6rem .85rem}.lp-currency-note strong{font-weight:700}@media (max-width:768px){.lp-hero{gap:2.5rem;grid-template-columns:1fr;padding:3rem 1.25rem 2.5rem}.lp-hero-text{max-width:100%}.lp-nav-ctas .lp-btn-ghost,.lp-nav-links{display:none}.lp-trust-item{border-bottom:1px solid #e5e7eb;border-right:none;width:50%}.lp-steps{flex-direction:column;gap:1.5rem}.lp-step-arrow{display:none}.lp-step{flex-direction:row;gap:1rem;padding:0}.lp-step,.lp-step-body{text-align:left}.lp-pricing-grid{grid-template-columns:1fr;max-width:420px}}@media (min-width:769px) and (max-width:1023px){.lp-pricing-grid{grid-template-columns:1fr;max-width:420px}}.dashboard-header{display:flex;flex-direction:column;margin-bottom:1rem}.dashboard-header-row{align-items:flex-end;display:flex;gap:.75rem;justify-content:space-between}.dashboard-header-row>:last-child{margin-bottom:.35rem}.dashboard-currency{font-size:.8rem;margin-top:.15rem}@media (max-width:768px){.dashboard-header{background:var(--color-bg);margin:calc(-4.5rem - var(--safe-top)) -1rem 1rem;padding:calc(1.7rem + var(--safe-top)) 1rem .5rem 3.8rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}}.alert-banner{align-items:center;background:#450a0a;border:1px solid #7f1d1d;border-radius:var(--radius-sm);display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.75rem;padding:.6rem .8rem}.alert-banner.alert-warn{background:#451a03;border-color:#78350f}.alert-banner a{color:#fca5a5;font-weight:600}.alert-banner.alert-warn a{color:#fde68a}.kpi-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.kpi-link{color:inherit;outline:none;transition:transform .15s,box-shadow .15s}.kpi-link,.kpi-link:active,.kpi-link:focus,.kpi-link:hover,.kpi-link:visited{text-decoration:none}.kpi-link:hover{transform:translateY(-2px)}.kpi-card{background:linear-gradient(145deg,#1e2235,#161929);background:linear-gradient(145deg,var(--color-surface2,#1e2235),var(--color-surface,#161929));border:1px solid #ffffff14;box-shadow:0 2px 0 #0006,0 4px 12px #00000059,inset 0 1px 0 #ffffff12;text-align:center;transition:transform .2s,box-shadow .2s}.kpi-card:hover{box-shadow:0 1px 0 #0000004d,0 8px 20px #00000073,inset 0 1px 0 #ffffff1a;transform:translateY(-3px)}.kpi-card:active{box-shadow:0 1px 4px #0006,inset 0 1px 0 #ffffff0d;transform:translateY(1px)}.kpi-label{color:var(--color-muted);font-size:.75rem;letter-spacing:.05em;margin-bottom:.3rem;text-transform:uppercase}.kpi-value{font-size:1.2rem;font-weight:700}.kpi-warn{color:var(--color-warning)}.card-3d{background:linear-gradient(145deg,#1e2235,#161929)!important;background:linear-gradient(145deg,var(--color-surface2,#1e2235),var(--color-surface,#161929))!important;border:1px solid #ffffff14!important;box-shadow:0 2px 0 #0006,0 5px 16px #0006,inset 0 1px 0 #ffffff12;transition:transform .2s,box-shadow .2s}.card-3d:hover{box-shadow:0 1px 0 #0000004d,0 10px 24px #00000080,inset 0 1px 0 #ffffff1a;transform:translateY(-4px)}.card-3d:active{box-shadow:0 1px 6px #0006,inset 0 1px 0 #ffffff0d;transform:translateY(1px)}.quick-actions{display:flex;gap:.75rem}.qa-btn{background:linear-gradient(145deg,#1e2235,#161929);border:1px solid #ffffff14;border-radius:var(--radius-sm);box-shadow:0 2px 0 #0006,0 5px 16px #00000059,inset 0 1px 0 #ffffff12;color:var(--color-text);flex:1 1;font-size:.9rem;font-weight:600;padding:.8rem;text-align:center;transition:transform .2s,box-shadow .2s}.qa-btn:hover{background:linear-gradient(145deg,#222844,#1a1f35);box-shadow:0 1px 0 #0000004d,0 10px 24px #00000080,inset 0 1px 0 #ffffff1a;text-decoration:none;transform:translateY(-4px)}.qa-btn:active{box-shadow:0 1px 6px #0006;transform:translateY(1px)}.more-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.more-title{font-size:1.2rem;font-weight:700}.more-biz{color:var(--color-muted);font-size:.85rem;margin-top:.1rem}.more-currency{background:var(--color-surface2);border:1px solid var(--color-border);border-radius:999px;color:var(--color-muted);font-size:.8rem;padding:.2rem .7rem}.more-list{display:flex;flex-direction:column;gap:.5rem}.more-item{align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);display:flex;gap:1rem;padding:1rem;text-decoration:none;transition:background .15s}.more-item:hover{background:var(--color-surface2);text-decoration:none}.more-icon{flex-shrink:0;font-size:1.5rem;text-align:center;width:2rem}.more-text{flex:1 1}.more-label{font-size:.95rem;font-weight:600}.more-desc{font-size:.8rem;margin-top:.1rem}.more-arrow,.more-desc{color:var(--color-muted)}.more-arrow{font-size:1.3rem;line-height:1}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#0f0f1a;--color-surface:#1a1a2e;--color-surface2:#16213e;--color-accent:#4f6ef7;--color-accent2:#7c3aed;--color-success:#22c55e;--color-warning:#f59e0b;--color-danger:#ef4444;--color-text:#e2e8f0;--color-muted:#94a3b8;--color-border:#2d2d4e;--radius:10px;--radius-sm:6px;--nav-h:60px;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px)}body,html{-webkit-font-smoothing:antialiased;background:#0f0f1a;background:var(--color-bg);color:#e2e8f0;color:var(--color-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;height:100%;overscroll-behavior:none}#root{display:flex;flex-direction:column;min-height:100%}a{color:#4f6ef7;color:var(--color-accent)}a,a:hover{text-decoration:none}button{border:none;border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:opacity .15s}button:hover{opacity:.88}button:disabled{cursor:not-allowed;opacity:.45}.btn-primary{background:#4f6ef7;background:var(--color-accent);color:#fff}.btn-danger{background:#ef4444;background:var(--color-danger);color:#fff}.btn-ghost{background:#0000}.btn-ghost,input,select,textarea{border:1px solid #2d2d4e;border:1px solid var(--color-border);color:#e2e8f0;color:var(--color-text)}input,select,textarea{background:#16213e;background:var(--color-surface2);border-radius:6px;border-radius:var(--radius-sm);font-size:.9rem;outline:none;padding:.6rem .8rem;width:100%}input:focus,select:focus,textarea:focus{border-color:#4f6ef7;border-color:var(--color-accent)}@media (max-width:768px){input,select,textarea{font-size:16px}}label{color:#94a3b8;color:var(--color-muted);display:block;font-size:.8rem;margin-bottom:.3rem}.form-group{margin-bottom:1rem}.card{background:#1a1a2e;background:var(--color-surface);border:1px solid #2d2d4e;border:1px solid var(--color-border);border-radius:10px;border-radius:var(--radius);padding:1rem}.app-content{margin-left:72px}@media (max-width:768px){.app-content{margin-left:0;padding-top:calc(3.5rem + env(safe-area-inset-top, 0px));padding-top:calc(3.5rem + var(--safe-top))}}.page{flex:1 1;margin:0 auto;max-width:600px;padding:1rem 1rem 2rem;width:100%}.page-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem}.badge{border-radius:999px;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.05em;min-width:3.5rem;padding:.2rem .6rem;text-align:center;text-transform:uppercase}.badge-good{background:#14532d;color:#86efac}.badge-neutral{background:#1e3a5f;color:#93c5fd}.badge-bad{background:#450a0a;color:#fca5a5}.badge-paid{background:#14532d;color:#86efac}.badge-partial{background:#78350f;color:#fde68a}.badge-debt{background:#450a0a;color:#fca5a5}.error-msg{color:#ef4444;color:var(--color-danger);font-size:.85rem;margin-top:.5rem}.text-muted{color:#94a3b8;color:var(--color-muted);font-size:.85rem}
/*# sourceMappingURL=main.fd721ae8.css.map*/