:root{--ink:#182939;--muted:#64748b;--primary:#087f78;--primary-dark:#08615c;--line:#e3e9ed;--canvas:#f5f7fa;--white:#fff;--danger:#b42332;--nav:#102b35}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);font:16px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}a,button,input,select,textarea{outline-offset:4px}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}h1,h2,h3,p{margin-top:0}h1{font-size:2rem;line-height:1.2;letter-spacing:-.04em}h2{font-size:1.4rem;letter-spacing:-.025em}h3{font-size:1.05rem}.muted,small{color:var(--muted)}small{font-size:.8rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.1rem;border:1px solid var(--line);border-radius:9px;background:white;color:var(--ink);font-size:.875rem;font-weight:600;text-decoration:none;min-height:42px}.button:hover{background:#edf4f4;text-decoration:none}.button.primary{color:white;background:var(--primary);border-color:var(--primary)}.button.primary:hover{background:var(--primary-dark)}.button.danger{color:var(--danger)}.full{width:100%}input,select,textarea{width:100%;border:1px solid #cbd5df;border-radius:8px;background:white;color:var(--ink);padding:.65rem .8rem;min-height:43px}textarea{min-height:100px;resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid #80c9c4}label{display:flex;flex-direction:column;gap:.4rem;font-size:.875rem;font-weight:500}label small{font-weight:400}.language{width:auto;min-width:72px;font-size:.875rem}.notice{padding:.9rem 1rem;border-radius:9px;background:#edf5f8;border:1px solid #d2e6ed;font-size:.9rem}.notice.error{background:#fff0f1;color:var(--danger);border-color:#f5c7ce}.notice.success{background:#e9f7ee;color:#216540;border-color:#c6e5d3}.brand{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:inherit;white-space:nowrap}.brand-mark{display:grid;place-items:center;border-radius:10px;width:36px;height:36px;background:#1ab0a4;color:white;font-size:1rem;letter-spacing:-.08em}.auth-page{min-height:100vh;display:grid;grid-template-columns:45% 55%;background:white}.auth-brand{background:var(--nav);color:white;padding:3rem;display:flex;flex-direction:column;justify-content:space-between}.auth-brand>div{max-width:420px;margin:4rem 0}.auth-brand h1{font-size:3.5rem;line-height:1.1}.auth-brand p,.auth-brand small{color:#b5cbd0}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.16em;display:block;margin-bottom:1.25rem;color:#73d4c8}.auth-main{padding:2rem;display:flex;align-items:center;justify-content:center;position:relative}.auth-language{position:absolute;right:2rem;top:2rem}.auth-form{width:100%;max-width:390px;display:grid;grid-gap:1.25rem;gap:1.25rem;margin:5rem 0}.auth-form h2,.auth-form p{margin:0}.shell{display:grid;grid-template-columns:240px minmax(0,1fr)}.shell,.sidebar{height:100dvh;min-height:0;overflow:hidden}.sidebar{background:var(--nav);color:#b7c9cf;padding:1.8rem 1rem;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;gap:1rem}.sidebar .brand{color:white;margin:0 .65rem 1rem}.sidebar nav{display:flex;flex-direction:column;gap:.4rem}.sidebar-nav{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:.2rem}.sidebar nav a{display:flex;gap:.8rem;align-items:center;padding:.7rem 1rem;color:#c1d0d5;border-radius:8px;font-size:.9rem}.sidebar nav a.active{background:#21454d;color:white}.sidebar nav a:hover{background:#1c4049;text-decoration:none}.nav-symbol{width:20px;text-align:center;font-size:1.1rem}.sidebar-bottom{flex:0 0 auto;padding:.85rem .7rem 0;border-top:1px solid #34505a;display:grid;grid-gap:.75rem;gap:.75rem}.sidebar-bottom small{color:#bdd0d6}.sidebar-settings{display:flex;gap:.8rem;align-items:center;padding:.7rem .8rem;color:#c1d0d5;border-radius:8px;font-size:.9rem}.sidebar-settings.active,.sidebar-settings:hover{background:#1c4049;color:white;text-decoration:none}.sidebar-account{display:grid;grid-gap:.15rem;gap:.15rem;min-width:0;padding:.55rem .65rem;border-radius:8px;color:inherit}.sidebar-account.active,.sidebar-account:hover{background:#1c4049;text-decoration:none}.sidebar-account strong{color:white;font-size:.82rem}.sidebar-account small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-controls{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:.55rem;gap:.55rem;align-items:center}.sidebar-controls .language{width:72px;min-width:72px;background:#173844;color:white;border-color:#34505a}.sidebar-signout{width:100%;background:transparent;color:#d6e3e6;border-color:#34505a}.sidebar-signout:hover{background:#1c4049}.workspace{min-width:0;min-height:0;height:100dvh;display:flex;flex-direction:column;overflow:hidden}.topbar{height:80px;flex:0 0 auto;padding:0 2.25rem;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:flex-start;gap:1rem}.topbar select{max-width:260px}.topbar-right{gap:1rem}.content{width:100%;max-width:1400px;margin:0 auto;padding:2.25rem;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem}.page-heading h1{margin:0}.page-heading p{margin:.5rem 0 0}.card{background:white;border:1px solid var(--line);border-radius:14px;padding:1.5rem;box-shadow:0 2px 3px #12263e03}.grid,.stack{display:grid;grid-gap:1.25rem;gap:1.25rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.actions,.toolbar{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.toolbar{margin-bottom:1.25rem}.toolbar input{max-width:320px}.toolbar select{width:auto;max-width:240px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;background:white}table{width:100%;border-collapse:collapse;font-size:.9rem;text-align:left}th{font-weight:500;color:var(--muted);font-size:.8rem;background:#f9fafc}td,th{padding:1rem;border-bottom:1px solid var(--line);vertical-align:middle}tr:last-child td{border-bottom:0}.numeric{text-align:right}.badge,.numeric{white-space:nowrap}.badge{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.8rem;background:#f0f3f6;color:#596879}.badge.ISSUED{background:#e5f0ff;color:#2563a0}.badge.PAID{background:#e7f5eb;color:#23714a}.badge.CANCELLED,.badge.overdue{background:#fff0ee;color:#b44033}.stat-label{font-size:.85rem;color:var(--muted)}.stat-number{font-size:1.9rem;font-weight:650;letter-spacing:-.04em;margin:.75rem 0 0}.stat-top{display:flex;justify-content:space-between;align-items:center}.stat-icon{background:#e6f4f0;color:var(--primary);border-radius:8px;padding:.4rem .7rem}.empty{padding:3rem 1rem;text-align:center;color:var(--muted)}.empty h2{color:var(--ink)}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}.span-two{grid-column:1/-1}.editor-lines input,.editor-lines select{min-width:85px}.editor-lines .line-name{min-width:210px}.totals{max-width:370px;margin-left:auto}.totals p{display:flex;justify-content:space-between;margin:.6rem 0}.totals .grand{border-top:1px solid var(--line);padding-top:1rem;font-size:1.3rem;font-weight:650}.document{max-width:900px;margin:auto;padding:3rem}.document header{display:flex;justify-content:space-between;gap:2rem;padding-bottom:2rem;border-bottom:2px solid var(--primary)}.document .parties{margin:2rem 0}.document address{font-style:normal;white-space:pre-line}.document-logo{max-width:150px;max-height:65px;object-fit:contain}.public-page{padding:2rem;max-width:1000px;margin:auto}.plan{display:flex;flex-direction:column;gap:1rem}.plan.featured{border:2px solid var(--primary)}.plan-price{font-size:2.5rem;font-weight:700;letter-spacing:-.05em}.plan ul{padding-left:1.2rem;flex:1 1;line-height:2}.chart{display:flex;align-items:flex-end;gap:1rem;height:220px;padding-top:2rem}.chart-col{flex:1 1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:.5rem;min-width:0}.chart-bar{width:70%;min-height:2px;background:var(--primary);border-radius:5px 5px 0 0}.chart-col small{font-size:.8rem}.skeleton{height:110px;background:linear-gradient(100deg,#edf1f6,#fafbfc,#edf1f6);border-radius:12px}.inline-check{flex-direction:row;align-items:center}.inline-check input{width:18px;min-height:18px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.row-link{font-weight:600}.danger-text{color:var(--danger)}.compact-select{width:auto;min-width:130px}.section-heading-inline{display:flex;align-items:center;justify-content:space-between;gap:1rem}.section-heading-inline h2{margin:0}.audit-line{margin:0;padding:.2rem 0}@media(max-width:1100px){.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.shell{grid-template-columns:200px minmax(0,1fr)}.content{padding:1.5rem}.topbar{padding:0 1.5rem}}@media(max-width:760px){.auth-page{display:block}.auth-brand{padding:1.5rem}.auth-brand>div,.auth-brand>small{display:none}.auth-main{padding:1.5rem}.auth-language{top:1rem;right:1rem}.shell{display:flex;flex-direction:column;height:100dvh;overflow:hidden}.sidebar{position:static;height:auto;max-height:48dvh;padding:1rem;gap:.5rem;flex:0 0 auto}.sidebar .brand{margin:0 0 .5rem}.sidebar-nav{display:flex!important;flex-direction:row!important;overflow-x:auto;overflow-y:hidden;padding:0 0 .25rem}.sidebar nav a{white-space:nowrap;padding:.5rem .75rem}.sidebar-bottom{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding-top:.6rem}.sidebar-account,.sidebar-settings{grid-column:1/2}.sidebar-controls{grid-column:2/3;grid-row:1/3;grid-template-columns:72px auto}.workspace{height:auto;flex:1 1 auto;min-height:0}.topbar{height:auto;flex-wrap:wrap}.content,.topbar{padding:1rem}.grid.three,.grid.two{grid-template-columns:1fr}.page-heading{align-items:flex-start}.page-heading h1{font-size:1.6rem}.document{padding:1.25rem}.document header{flex-wrap:wrap}.public-page{padding:.75rem}.button{padding:.6rem .8rem}.stat-number{font-size:1.5rem}}@media print{.actions,.no-print,.page-heading,.sidebar,.topbar{display:none!important}.shell{display:block}.content,.public-page{padding:0}.document{border:0;box-shadow:none;padding:0}body{background:white}}.combobox{position:relative;width:100%}.combobox-menu{position:absolute;z-index:40;top:calc(100% + 5px);left:0;right:0;max-height:260px;overflow-y:auto;background:white;border:1px solid var(--line);border-radius:10px;box-shadow:0 14px 30px #102b3520;padding:.35rem}.combobox-option{display:block;width:100%;border:0;background:white;color:var(--ink);text-align:left;padding:.65rem .75rem;border-radius:7px;font-size:.9rem}.combobox-option.active,.combobox-option:hover{background:#edf4f4}.combobox-state{padding:.75rem;color:var(--muted);font-size:.85rem}.unit-field{display:grid;grid-gap:.4rem;gap:.4rem}.editor-lines td:first-child{min-width:290px}.editor-lines td:first-child>.combobox,.editor-lines td:first-child>.line-name,.editor-lines td:first-child>.unit-field{margin-bottom:.45rem}.editor-lines td:first-child>.unit-field:last-child{margin-bottom:0}.editor-lines{min-width:1180px}.editor-lines .catalog-product-cell{min-width:220px}.editor-lines .unit-cell{min-width:155px}.editor-lines .line-name{min-width:220px}.editor-lines td{vertical-align:top}.editor-lines td small{display:block;margin-top:.35rem;max-width:240px;line-height:1.35}.line-help{margin:.35rem 0 0}.logo-settings{display:grid;grid-template-columns:190px minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:center;padding-top:.25rem}.logo-preview{height:120px;border:1px dashed #b8c7cf;border-radius:12px;background:#f8fafb;display:grid;place-items:center;overflow:hidden;color:var(--muted);font-size:.85rem}.logo-preview img{width:100%;height:100%;object-fit:contain;padding:1rem}.logo-copy{gap:.8rem}.logo-copy h3{margin-bottom:.3rem}.logo-copy .notice,.logo-copy p{margin:0}@media(max-width:760px){.logo-settings{grid-template-columns:1fr}.logo-preview{max-width:260px}}.public-heading{margin-bottom:.25rem}.public-heading-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.public-back{padding:.5rem .75rem}.public-payment-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:12px;background:#fff}.public-payment-summary>div{display:flex;flex-direction:column;gap:.2rem}.public-payment-summary strong{font-size:1.05rem}.public-payment-summary.success{border-color:#b7dfd4;background:#f1faf7}.public-payment-summary.warning{border-color:#ead7a1;background:#fffaf0}.public-payment-summary.danger{border-color:#efc1ba;background:#fff4f2}.public-payment-summary.neutral{background:#f8fafc}.public-payment-unavailable{margin:0}.public-actions{justify-content:flex-end}.public-privacy{font-size:.86rem;color:var(--muted);border-top:1px solid var(--line);padding:1rem .25rem 0}.public-privacy p{margin:.35rem 0}.public-privacy strong{color:var(--ink)}@media(max-width:760px){.public-payment-summary{align-items:flex-start;flex-direction:column}.public-payment-summary .button{width:100%}.public-actions{justify-content:stretch}.public-actions .button{flex:1 1}}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#102b3566;display:grid;place-items:center;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-card{width:min(620px,100%);max-height:calc(100dvh - 2rem);overflow:auto;background:white;border:1px solid var(--line);border-radius:16px;padding:1.5rem;box-shadow:0 28px 70px #102b3540}.modal-card h2{margin:0}.modal-card .section-heading-inline{align-items:flex-start}.modal-card .section-heading-inline p{margin:.35rem 0 0;max-width:520px}.modal-close{flex:0 0 auto;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--muted);font-size:1.5rem;line-height:1}.modal-close:hover{background:#f3f6f8;color:var(--ink)}.modal-card textarea{min-height:180px}@media(max-width:760px){.modal-backdrop{padding:.5rem;align-items:end}.modal-card{max-height:92dvh;border-radius:16px 16px 0 0;padding:1rem}.modal-card .form-actions{position:-webkit-sticky;position:sticky;bottom:-1rem;background:white;padding:1rem 0 0}}.expense-category-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.expenses-table{min-width:980px}.expenses-table td:nth-child(2){min-width:220px;max-width:380px;white-space:normal}@media(max-width:760px){.expense-category-editor{grid-template-columns:1fr}}.invoicepro-brand-logo{gap:.62rem}.invoicepro-brand-mark{width:38px;height:38px;flex:0 0 38px;overflow:visible}.invoicepro-brand-word{gap:.24em;color:currentColor}.invoicepro-brand-pro{color:#1ab0a4}@media(max-width:760px){.invoicepro-brand-mark{width:34px;height:34px;flex-basis:34px}.invoicepro-brand-word{font-size:1.08rem}}:root{--ip-blue:#2563eb;--ip-blue-dark:#1d4ed8;--ip-blue-soft:#eff6ff;--ip-navy:#0f1f3d;--ip-navy-2:#14294e;--ip-canvas:#f5f7fb;--ip-card:#ffffff;--ip-border:#e6eaf0;--ip-shadow:0 10px 30px rgba(15,31,61,.055)}body{background:var(--ip-canvas)}.invoicepro-brand-logo{display:inline-flex;align-items:center;gap:.7rem;min-width:0}.invoicepro-brand-mark{display:block;width:42px;height:42px;flex:0 0 42px}.invoicepro-brand-word{display:inline-flex;gap:.23em;align-items:baseline;color:inherit;font-size:1.24rem;font-weight:800;line-height:1;letter-spacing:-.045em;white-space:nowrap}.invoicepro-brand-pro{color:#60a5fa}.shell{grid-template-columns:248px minmax(0,1fr);background:var(--ip-canvas)}.sidebar{background:linear-gradient(180deg,var(--ip-navy) 0,#0c1932 100%);padding:1.45rem .9rem 1rem;gap:.7rem;box-shadow:8px 0 30px rgba(15,31,61,.07)}.sidebar .brand{margin:.15rem .6rem 1.25rem}.sidebar-nav{padding-right:0}.sidebar nav{gap:.24rem}.sidebar nav a,.sidebar-settings{min-height:45px;padding:.55rem .72rem;border-radius:10px;color:#cbd5e1;font-weight:550;transition:background .15s ease,color .15s ease,transform .15s ease}.sidebar nav a:hover,.sidebar-settings:hover{background:rgba(255,255,255,.07);text-decoration:none}.sidebar nav a.active,.sidebar-settings.active{background:linear-gradient(135deg,rgba(37,99,235,.95),rgba(59,130,246,.82));box-shadow:0 8px 20px rgba(37,99,235,.2)}.nav-symbol{display:grid;place-items:center;width:29px;height:29px;flex:0 0 29px;border-radius:8px;background:rgba(255,255,255,.07);color:#dbeafe;font-size:1rem}.sidebar nav a.active .nav-symbol,.sidebar-settings.active .nav-symbol{background:rgba(255,255,255,.16);color:#fff}.sidebar-bottom{border-top:1px solid rgba(255,255,255,.12);padding:.85rem .55rem 0}.sidebar-account{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035)}.sidebar-account.active,.sidebar-account:hover{background:rgba(255,255,255,.08)}.sidebar-controls .language{background:#13294d;border-color:#314663}.sidebar-signout{border-color:#314663}.workspace{background:var(--ip-canvas)}.topbar{height:72px;padding:0 2rem;justify-content:space-between;background:rgba(255,255,255,.96);border-bottom:1px solid var(--ip-border);box-shadow:0 1px 8px rgba(15,31,61,.035);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar-left{min-width:0}.topbar select{max-width:280px;border-color:#dfe5ed;background:#fff}.topbar-add-business{background:#f8fafc}.topbar-right{display:flex;align-items:center;margin-left:auto}.topbar-account-link{display:flex;align-items:center;gap:.7rem;min-width:0;padding:.4rem .55rem;border-radius:12px;color:var(--ink)}.topbar-account-link:hover{text-decoration:none;background:#f5f7fb}.topbar-avatar{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:linear-gradient(135deg,var(--ip-blue),#60a5fa);color:#fff;font-size:.9rem;font-weight:800;box-shadow:0 6px 15px rgba(37,99,235,.18)}.topbar-user-copy{display:grid;line-height:1.18}.topbar-user-copy strong{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem}.topbar-user-copy small{margin-top:.2rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;color:#64748b}.content{max-width:1500px;padding:1.8rem 2rem 2.7rem}.dashboard-v2{display:grid;grid-gap:1.25rem;gap:1.25rem}.dashboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem;padding:.15rem 0 .35rem}.dashboard-head h1{margin:.15rem 0 .2rem;font-size:1.95rem;letter-spacing:-.045em}.dashboard-head p{margin:0;color:#64748b}.dashboard-eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ip-blue)!important}.dashboard-head-actions{display:flex;align-items:center;gap:.7rem}.dashboard-head-actions select{width:auto;min-width:88px;border-color:#dfe5ed}.dashboard-new-invoice{background:linear-gradient(135deg,var(--ip-blue),var(--ip-blue-dark))!important;border-color:var(--ip-blue)!important;box-shadow:0 8px 18px rgba(37,99,235,.18)}.dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.dashboard-card,.dashboard-kpi{background:var(--ip-card);border:1px solid var(--ip-border);border-radius:16px;box-shadow:var(--ip-shadow)}.dashboard-kpi{padding:1.2rem 1.25rem;min-height:126px}.dashboard-kpi-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:#64748b;font-size:.81rem;font-weight:600}.dashboard-kpi-icon{display:grid;place-items:center;width:33px;height:33px;border-radius:10px;font-weight:900}.dashboard-kpi-icon.green{background:#eaf8f1;color:#15945b}.dashboard-kpi-icon.blue{background:#edf4ff;color:#2563eb}.dashboard-kpi-icon.red{background:#fff0f1;color:#dc3545}.dashboard-kpi>strong{display:block;margin:.7rem 0 .12rem;font-size:1.75rem;letter-spacing:-.055em;line-height:1.1}.dashboard-kpi>small{color:#94a3b8}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.8fr);grid-gap:1rem;gap:1rem}.dashboard-card{min-width:0;padding:1.25rem}.dashboard-section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.dashboard-section-head h2{margin:0;font-size:1rem;letter-spacing:-.02em}.dashboard-section-head p{margin:.25rem 0 0;color:#94a3b8;font-size:.75rem}.dashboard-section-head a{font-size:.78rem;font-weight:700;color:var(--ip-blue)}.dashboard-chart-card{min-height:290px}.dashboard-line-chart{min-height:215px}.dashboard-line-chart svg{display:block;width:100%;height:190px;overflow:visible}.dashboard-grid-line{stroke:#e8edf4;stroke-width:1;stroke-dasharray:3 4}.dashboard-chart-line{fill:none;stroke:var(--ip-blue);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 5px 5px rgba(37,99,235,.15))}.dashboard-chart-dot{fill:#fff;stroke:var(--ip-blue);stroke-width:4}.dashboard-chart-labels{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.2rem;gap:.2rem;margin-top:-.15rem;color:#94a3b8;font-size:.72rem;text-align:center;text-transform:capitalize}.dashboard-quick-actions{display:grid;grid-template-columns:1fr;grid-gap:.65rem;gap:.65rem}.dashboard-quick-actions a{display:flex;align-items:center;gap:.8rem;min-height:48px;padding:.65rem .75rem;border:1px solid #e8edf4;border-radius:11px;background:#fbfcfe;color:#334155;font-size:.84rem;font-weight:650}.dashboard-quick-actions a:hover{background:#f3f7ff;border-color:#cfe0ff;color:var(--ip-blue);text-decoration:none}.dashboard-quick-actions a span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#edf4ff;color:var(--ip-blue);font-weight:900}.dashboard-recent-card{padding-bottom:.2rem}.dashboard-recent-card .table-wrap{margin:0 -1.25rem;border:0;border-radius:0 0 16px 16px}.dashboard-recent-card table{font-size:.82rem}.dashboard-recent-card th{background:#f8fafc}.dashboard-recent-card td,.dashboard-recent-card th{padding:.82rem 1.25rem}.dashboard-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-bottom-grid,.dashboard-ranking{display:grid;grid-gap:1rem;gap:1rem}.dashboard-ranking-row{display:grid;grid-gap:.45rem;gap:.45rem}.dashboard-ranking-title{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;grid-gap:.55rem;gap:.55rem;font-size:.81rem}.dashboard-ranking-title>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#334155;font-weight:600}.dashboard-ranking-title strong{font-size:.78rem;color:#475569}.dashboard-rank-number{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#f0f5ff;color:var(--ip-blue);font-size:.72rem;font-weight:800}.dashboard-ranking-track{height:6px;margin-left:2.3rem;overflow:hidden;border-radius:999px;background:#eef2f7}.dashboard-ranking-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ip-blue),#60a5fa)}.dashboard-empty{margin:1.5rem 0;color:#94a3b8;text-align:center;font-size:.82rem}@media(max-width:1100px){.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main-grid{grid-template-columns:1fr}}@media(max-width:760px){.invoicepro-brand-mark{width:36px;height:36px;flex-basis:36px}.invoicepro-brand-word{font-size:1.08rem}.topbar{padding:.75rem 1rem}.topbar-user-copy{display:none}.content{padding:1rem}.dashboard-head{align-items:flex-start;flex-direction:column}.dashboard-head-actions{width:100%}.dashboard-head-actions .dashboard-new-invoice{flex:1 1}.dashboard-bottom-grid,.dashboard-kpis{grid-template-columns:1fr}.dashboard-kpi{min-height:105px}.dashboard-chart-card{min-height:250px}}.sidebar .invoicepro-brand-mark{width:46px;height:46px;flex-basis:46px}.sidebar .invoicepro-brand-word{font-size:1.34rem;font-weight:850;letter-spacing:-.055em}.sidebar .brand{margin-left:.5rem;margin-bottom:1.4rem}.sidebar nav a,.sidebar-settings{font-size:.91rem}.sidebar nav a.active,.sidebar-settings.active{box-shadow:0 8px 24px rgba(37,99,235,.24),inset 0 1px rgba(255,255,255,.12)}.topbar{min-height:74px}.topbar-avatar{width:40px;height:40px;flex-basis:40px}.topbar-user-copy strong{font-size:.9rem}.dashboard-head{padding-top:.35rem;padding-bottom:.5rem}.dashboard-head h1{font-size:2.08rem;font-weight:780;color:#12213a}.dashboard-head>div>p:not(.dashboard-eyebrow){font-size:.9rem}.dashboard-kpi{padding:1.35rem;min-height:134px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.dashboard-kpi:hover{transform:translateY(-2px);border-color:#dce3ed;box-shadow:0 14px 32px rgba(15,31,61,.075)}.dashboard-kpi-top{font-size:.84rem}.dashboard-kpi>strong{margin-top:.82rem;font-size:2rem;font-weight:780;color:#10213b;letter-spacing:-.06em}.dashboard-kpi>small{font-size:.73rem;font-weight:500}.dashboard-card{border-color:#e3e8f0;box-shadow:0 8px 25px rgba(15,31,61,.045)}.dashboard-section-head h2{font-size:1.05rem;font-weight:750;color:#14233c}.dashboard-chart-line{stroke-width:3.5}.dashboard-chart-dot{r:4.5px}.dashboard-grid-line{stroke:#e9edf4}.dashboard-chart-labels{color:#7d8ca2;font-weight:550}.dashboard-quick-actions a{min-height:51px;border-color:#e5eaf1;background:#fcfdff}.dashboard-quick-actions a:hover{transform:translateX(2px);box-shadow:0 5px 14px rgba(37,99,235,.07)}.dashboard-recent-card tbody tr{transition:background .12s ease}.dashboard-recent-card tbody tr:hover{background:#f8fbff}.dashboard-ranking-title strong{color:#25364f;font-weight:750}.dashboard-ranking-track{height:7px}.dashboard-ranking-track span{box-shadow:0 2px 7px rgba(37,99,235,.16)}.dashboard-new-invoice{min-height:44px;padding-left:1.2rem;padding-right:1.2rem;font-weight:750}@media(min-width:1200px){.dashboard-v2{gap:1.35rem}.dashboard-bottom-grid,.dashboard-kpis,.dashboard-main-grid{gap:1.1rem}}@media(max-width:760px){.sidebar .invoicepro-brand-mark{width:38px;height:38px;flex-basis:38px}.sidebar .invoicepro-brand-word{font-size:1.12rem}.dashboard-head h1{font-size:1.75rem}.dashboard-kpi>strong{font-size:1.72rem}}.app-page{--primary:#2563eb;--primary-dark:#1d4ed8;--line:#e3e8f0;display:grid;grid-gap:1.2rem;gap:1.2rem}.app-page-heading{min-height:72px;margin:0;padding:.2rem 0 .45rem;align-items:center}.app-page-heading h1{margin:0;color:#12213a;font-size:2.05rem;font-weight:780;letter-spacing:-.05em}.app-page-heading .muted{margin:.35rem 0 0;color:#77859a;font-size:.88rem}.app-page .button.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;color:#fff;font-weight:720;box-shadow:0 7px 16px rgba(37,99,235,.15)}.app-page .button.primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 9px 20px rgba(37,99,235,.2)}.app-page .button:not(.primary):not(.danger){border-color:#dfe5ee;background:#fff}.app-page .button:not(.primary):not(.danger):hover{background:#f5f8fd;border-color:#cbd8ea}.app-toolbar{margin:0;padding:.85rem;border:1px solid #e3e8f0;border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(15,31,61,.035)}.app-toolbar input{max-width:390px}.app-toolbar select{min-width:160px}.app-page input,.app-page select,.app-page textarea{border-color:#dce3ec;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.app-page input:focus,.app-page select:focus,.app-page textarea:focus{outline:none;border-color:#8cb4ff;box-shadow:0 0 0 3px rgba(37,99,235,.11)}.app-page .table-wrap{border:1px solid #e3e8f0;border-radius:15px;overflow:auto;background:#fff;box-shadow:0 8px 25px rgba(15,31,61,.045)}.app-page table{font-size:.86rem}.app-page th{padding:.9rem 1rem;background:#f8fafc;color:#6d7d92;font-size:.73rem;font-weight:750;letter-spacing:.035em;text-transform:uppercase;border-bottom:1px solid #e5eaf1}.app-page td{padding:1rem;border-bottom:1px solid #edf0f5}.app-page tbody tr{transition:background .12s ease}.app-page tbody tr:hover{background:#f8fbff}.app-page tbody tr:last-child td{border-bottom:0}.app-page .row-link{color:#1d5fd1;font-weight:750}.app-page .row-link:hover{color:#174ca6;text-decoration:none}.app-page .badge{padding:.27rem .65rem;border-radius:999px;font-size:.73rem;font-weight:700}.app-page .badge.ISSUED{background:#edf4ff;color:#2563eb}.app-page .badge.PAID{background:#e9f8f0;color:#178751}.app-page .badge.CANCELLED,.app-page .badge.overdue{background:#fff0f1;color:#c33c49}.app-page>.actions:last-child{justify-content:center;min-height:48px}.app-page>.actions:last-child>span{display:grid;place-items:center;min-width:38px;height:38px;border-radius:10px;background:#eef4ff;color:#2563eb;font-size:.82rem;font-weight:800}.app-page-catalog .app-form-card{border:1px solid #dfe6f0;border-radius:16px;padding:1.45rem;background:#fff;box-shadow:0 12px 32px rgba(15,31,61,.055)}.app-page-catalog .app-form-card h2{margin:0 0 .15rem;color:#14233c;font-size:1.2rem}.app-page-catalog .app-form-card label{color:#36475f;font-weight:620}.app-page-catalog .app-form-card .form-actions{padding-top:.4rem;border-top:1px solid #edf0f5}.app-page-catalog td:first-child strong{color:#172740}.app-page-catalog td:last-child .actions{flex-wrap:nowrap}.app-page-catalog td:last-child .button{min-height:34px;padding:.42rem .72rem;font-size:.76rem}.app-page-pricing>section.card:first-of-type{border:1px solid #dfe6ef;border-radius:16px;background:linear-gradient(135deg,#ffffff,#f7faff);box-shadow:0 9px 28px rgba(15,31,61,.045)}.app-page-pricing>section.card:first-of-type .grid>div{padding:.35rem .5rem}.app-page-pricing>section.card:first-of-type h2,.app-page-pricing>section.card:first-of-type strong{color:#14233c}.app-page-pricing>.actions{padding:.3rem}.app-page-pricing>.actions .button{min-width:105px}.app-page-pricing .plan{position:relative;gap:1.05rem;min-height:390px;padding:1.55rem;border:1px solid #e0e6ef;border-radius:18px;box-shadow:0 10px 28px rgba(15,31,61,.045);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.app-page-pricing .plan:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(15,31,61,.07)}.app-page-pricing .plan.featured{border:2px solid #3b82f6;box-shadow:0 14px 38px rgba(37,99,235,.12)}.app-page-pricing .plan.featured:before{content:"★";position:absolute;top:14px;right:14px;display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#edf4ff;color:#2563eb;font-size:.8rem}.app-page-pricing .plan h2{margin:0;color:#14233c;font-size:1.25rem;font-weight:800}.app-page-pricing .plan-price{color:#10213b;font-size:2.65rem;font-weight:800}.app-page-pricing .plan ul{margin:.15rem 0;padding-left:1.15rem;color:#4c5e75;line-height:1.85}.app-page-pricing .plan .button{margin-top:auto;width:100%}.app-page-pricing>p.muted{color:#77859a;font-size:.8rem;line-height:1.55}.app-page-settings>section.card{position:relative;padding:1.45rem;border:1px solid #e1e7ef;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(15,31,61,.04)}.app-page-settings>section.card:before{content:"";position:absolute;top:0;left:22px;right:22px;height:3px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,#2563eb,#60a5fa);opacity:.85}.app-page-settings>section.card h2{margin-bottom:.15rem;color:#14233c;font-size:1.13rem;font-weight:760}.app-page-settings label{color:#3f5066;font-weight:600}.app-page-settings .logo-settings{margin-top:.25rem;padding:1rem;border:1px dashed #cfd9e7;border-radius:14px;background:#fafcff}.app-page-settings .logo-preview{border-color:#d9e1ec;background:#fff}.app-page-settings>section.card:last-of-type{border-color:#f0cbd0;background:#fffafb}.app-page-settings>section.card:last-of-type:before{background:#cf4956}.app-page-settings>section.card:last-of-type h2{color:#a52e3b}.app-page .button.danger{border-color:#efcbd0;background:#fff;color:#b93644}.app-page .button.danger:hover{background:#fff2f3;border-color:#e7aeb6}.app-page .empty{padding:3.5rem 1.25rem;color:#8795a8}@media(max-width:760px){.app-page{gap:1rem}.app-page-heading{min-height:auto;align-items:flex-start;flex-direction:column}.app-page-heading h1{font-size:1.7rem}.app-page-heading>.actions,.app-page-heading>.button{width:100%}.app-page-heading>.actions .button{flex:1 1}.app-toolbar{display:grid;grid-template-columns:1fr;padding:.7rem}.app-toolbar input,.app-toolbar select{width:100%;max-width:none}.app-page .table-wrap{border-radius:12px}.app-page table{min-width:720px}.app-page-catalog .app-form-card{padding:1rem}.app-page-catalog td:last-child .actions{flex-direction:column}.app-page-pricing .plan{min-height:auto}.app-page-settings>section.card{padding:1rem}.app-page-settings .logo-settings{padding:.8rem}}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--nav:#0f1f3d}.workspace .content a:not(.button){color:#2563eb}.workspace .content a:not(.button):hover{color:#1d4ed8}.workspace .button.primary{background:#2563eb;border-color:#2563eb;color:#fff}.workspace .button.primary:hover{background:#1d4ed8;border-color:#1d4ed8}.workspace input:focus,.workspace select:focus,.workspace textarea:focus{outline-color:#93b4f8}.workspace .stat-icon{background:#edf4ff;color:#2563eb}.workspace .chart-bar{background:#2563eb}.workspace .plan.featured{border-color:#2563eb}.workspace .document header{border-bottom-color:#2563eb}.workspace .combobox-option.active,.workspace .combobox-option:hover{background:#edf4ff}.sidebar nav a.active,.sidebar-settings.active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.sidebar nav a:hover,.sidebar-settings:hover{color:#fff}.sidebar-nav{scrollbar-width:thin;scrollbar-color:#31496d transparent}.sidebar-nav::-webkit-scrollbar{width:6px;height:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#31496d;border-radius:999px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#49648e}.sidebar nav a:focus,.sidebar-account:focus,.sidebar-settings:focus{outline:none}.sidebar nav a:focus-visible,.sidebar-account:focus-visible,.sidebar-settings:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(96,165,250,.45),0 8px 24px rgba(37,99,235,.2)}.content .actions>a+span:not(.badge),.content .actions>button+span:not(.badge){display:grid;place-items:center;min-width:38px;height:38px;padding:0 .55rem;border-radius:10px;background:#edf4ff;color:#2563eb;font-size:.82rem;font-weight:800}.content .actions>button:disabled{background:#f7f9fc;border-color:#e6ebf2;color:#8b97a8}.workspace input[type=file]{padding:.3rem;min-height:47px;color:#53657d;background:#fff}.workspace input[type=file]::-webkit-file-upload-button{min-height:36px;margin-right:.75rem;padding:.45rem .85rem;border:0;border-radius:8px;background:#edf4ff;color:#2563eb;font:inherit;font-size:.82rem;font-weight:750;cursor:pointer;-webkit-transition:background .15s ease,color .15s ease;transition:background .15s ease,color .15s ease}.workspace input[type=file]::file-selector-button{min-height:36px;margin-right:.75rem;padding:.45rem .85rem;border:0;border-radius:8px;background:#edf4ff;color:#2563eb;font:inherit;font-size:.82rem;font-weight:750;cursor:pointer;transition:background .15s ease,color .15s ease}.workspace input[type=file]::-webkit-file-upload-button:hover{background:#dfeaff;color:#1d4ed8}.workspace input[type=file]::file-selector-button:hover{background:#dfeaff;color:#1d4ed8}.workspace .table-wrap{border-color:#e3e8f0;box-shadow:0 7px 22px rgba(15,31,61,.035)}.workspace .table-wrap th{color:#64748b}.workspace .card{border-color:#e2e8f0}.workspace .notice.error{border-color:#f5c5ca;background:#fff1f2;color:#c62f3e;box-shadow:0 3px 12px rgba(190,40,55,.025)}.workspace .button{transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.workspace .button.primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(37,99,235,.17)}@media(max-width:760px){.sidebar-nav::-webkit-scrollbar{height:4px}.content .actions>a+span:not(.badge),.content .actions>button+span:not(.badge){min-width:36px;height:36px}.workspace input[type=file]{width:100%}.shell{min-height:100dvh}.shell,.workspace{height:auto;overflow:visible}.workspace{min-height:0}.sidebar{position:static;height:auto;max-height:none;flex:0 0 auto;padding:.65rem .7rem .55rem;gap:.35rem}.sidebar .brand{margin:0 0 .25rem;gap:.42rem}.sidebar .invoicepro-brand-mark{width:32px;height:32px;flex-basis:32px}.sidebar .invoicepro-brand-word{font-size:.96rem;letter-spacing:-.045em}.sidebar-nav{display:flex!important;flex-direction:row!important;gap:.25rem;overflow-x:auto;overflow-y:hidden;padding:0 0 .2rem;scrollbar-width:none;-ms-overflow-style:none}}@media(max-width:760px){.sidebar-nav::-webkit-scrollbar{display:none}.sidebar nav a{flex:0 0 auto;white-space:nowrap;gap:.42rem;padding:.42rem .55rem;border-radius:8px;font-size:.73rem}.sidebar nav a.active{box-shadow:0 5px 14px rgba(37,99,235,.22)}.nav-symbol{width:18px;min-width:18px;font-size:.85rem}.sidebar-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.32rem .45rem;gap:.32rem .45rem;align-items:center;padding:.4rem 0 0}.sidebar-settings{grid-column:1/-1;padding:.38rem .5rem;gap:.4rem;font-size:.72rem}.sidebar-account{grid-column:1/2;padding:.36rem .45rem;gap:0}.sidebar-account strong{font-size:.66rem}.sidebar-account small{font-size:.62rem}.sidebar-bottom>div:not(.sidebar-controls){grid-column:1/-1;margin:0;font-size:9px!important;line-height:1.2!important}.sidebar-controls{grid-column:2/3;grid-row:2/3;display:flex;align-items:center;justify-content:flex-end;gap:.35rem}.sidebar-controls .language{width:54px;min-width:54px;min-height:34px;padding:.32rem .36rem;font-size:.7rem}.sidebar-signout{width:auto;min-height:34px;padding:.36rem .55rem;font-size:.7rem;white-space:nowrap}.topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:.45rem;gap:.45rem;height:auto;min-height:52px;padding:.45rem .7rem}.topbar-left{min-width:0}.topbar-left .actions{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.35rem;gap:.35rem;width:100%;flex-wrap:nowrap}.topbar-left select{width:100%;max-width:none;min-width:0;min-height:36px;padding:.38rem .52rem;font-size:.74rem}.topbar-add-business{min-height:36px;padding:.38rem .52rem;font-size:.7rem;white-space:nowrap}.topbar-right{justify-self:end;gap:0}.topbar-account-link{padding:0;border:0;background:transparent}.topbar-avatar{width:34px;height:34px;flex-basis:34px;font-size:.75rem}.topbar-user-copy{display:none}.content{padding:.8rem .7rem 1.15rem}.dashboard-v2{gap:.9rem}.dashboard-head{display:grid;grid-template-columns:1fr;grid-gap:.65rem;gap:.65rem;padding:0 0 .15rem}.dashboard-head h1{font-size:1.55rem}.dashboard-eyebrow{margin-bottom:.25rem}.dashboard-head>div>p:not(.dashboard-eyebrow){font-size:.78rem;line-height:1.35}.dashboard-head-actions{display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:.45rem;gap:.45rem;width:100%}.dashboard-head-actions select{width:100%;min-width:0;min-height:40px}.dashboard-new-invoice{width:100%;min-height:40px;padding:.5rem .7rem}.dashboard-kpis{grid-template-columns:1fr;gap:.65rem}.dashboard-kpi{min-height:112px;padding:1rem}.dashboard-kpi>strong{margin-top:.55rem;font-size:1.45rem}.dashboard-bottom-grid,.dashboard-main-grid{grid-template-columns:1fr;gap:.75rem}.dashboard-card{border-radius:14px}.dashboard-quick-actions a{min-height:46px}}@media(min-width:360px) and (max-width:760px){.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}