.mnav-panel{background:var(--surface);flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:4px 0 24px #0006}.mnav-phone{width:min(75vw,280px)}.mnav-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:16px 20px;display:flex}.mnav-header-left{align-items:center;gap:12px;display:flex}.mnav-logo{object-fit:contain;flex-shrink:0;width:auto;height:28px}.mnav-brand{color:var(--text);font-size:.95rem;font-weight:600}.mnav-close{width:44px;height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.mnav-close:hover{color:var(--text);background:var(--surface-hover)}.mnav-body{-webkit-overflow-scrolling:touch;flex:1;padding:8px 0;overflow-y:auto}.mnav-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:16px 20px 8px;font-size:.65rem;font-weight:700}.mnav-item{text-align:left;width:calc(100% - 16px);height:48px;color:var(--text-muted);font-family:var(--font);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:14px;margin:2px 8px;padding:0 12px;font-size:.95rem;font-weight:500;transition:color .15s,background .15s;display:flex}.mnav-item:active{background:var(--surface-hover)}.mnav-item:hover{color:var(--text);background:var(--surface-hover)}.mnav-active{font-weight:600;color:#fff!important;background:var(--accent)!important}.mnav-active .mnav-icon{color:#fff}.mnav-active .mnav-chevron{color:#ffffffb3}.mnav-icon{color:var(--text-muted);flex-shrink:0;transition:color .15s}.mnav-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.mnav-chevron{opacity:.6;flex-shrink:0}.mnav-footer{border-top:1px solid var(--border);padding:16px 20px;padding-bottom:max(16px, env(safe-area-inset-bottom));flex-shrink:0}.mnav-user{align-items:center;gap:12px;margin-bottom:12px;display:flex}.mnav-avatar{background:var(--accent);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.mnav-user-info{min-width:0}.mnav-user-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.mnav-user-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.7rem}.mnav-theme-btn,.mnav-signout{border:1px solid var(--border);color:var(--text-muted);font-family:var(--font);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-size:.8rem;transition:color .15s,border-color .15s,background .15s;display:flex}.mnav-theme-btn:hover{color:var(--text);border-color:var(--text-muted)}.mnav-signout:hover{color:var(--red,#ef4444);border-color:var(--red,#ef4444);background:#ef44440f}.app-shell{flex-direction:column;min-height:100vh;display:flex}.shell-header-bar{background:color-mix(in srgb, var(--surface) 80%, transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid color-mix(in srgb, var(--border) 60%, transparent);z-index:50;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 1.25rem;display:flex;position:sticky;top:0}.shell-header-left{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.shell-hamburger{width:44px;height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;margin-left:-8px;transition:color .15s,background .15s;display:flex}.shell-hamburger:hover{color:var(--text);background:var(--surface-hover)}.shell-logo{width:auto;height:36px}.shell-beta-tag{letter-spacing:.05em;color:#fff;background:var(--accent);border-radius:4px;padding:1px 6px;font-size:.6rem;font-weight:700}.shell-nav{align-items:center;gap:.25rem;margin-left:1rem;display:flex}.shell-nav-link{color:var(--text-muted);border-radius:6px;padding:.35rem .75rem;font-size:.85rem;text-decoration:none;transition:color .15s,background .15s}.shell-nav-link:hover{color:var(--text);background:var(--surface-hover);text-decoration:none}.shell-nav-active{background:var(--surface-hover);font-weight:600;color:var(--text)!important}.shell-header-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.shell-user-btn{border:1px solid var(--border);color:var(--text-muted);font-family:var(--font);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.8rem;transition:color .15s,border-color .15s;display:flex}.shell-user-btn:hover{color:var(--text);border-color:var(--text-muted)}.shell-chevron{font-size:.65rem}.shell-dropdown-wrap{position:relative}.shell-dropdown{background:var(--surface);border:1px solid var(--border);z-index:100;border-radius:8px;min-width:180px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}.shell-dropdown-info{border-bottom:1px solid var(--border);padding:.75rem 1rem}.shell-dropdown-name{color:var(--text);font-size:.85rem;font-weight:600}.shell-dropdown-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.15rem;font-size:.7rem}.shell-dropdown-item{width:100%;color:var(--text-muted);font-family:var(--font);text-align:left;cursor:pointer;background:0 0;border:none;padding:.6rem 1rem;font-size:.8rem;transition:color .15s,background .15s;display:block}.shell-dropdown-item:hover{color:var(--text);background:var(--surface-hover)}.shell-dropdown-item.shell-sign-out:hover{color:var(--red,#ef4444)}.shell-peek-backdrop{z-index:199;pointer-events:none;background:#000;position:fixed;inset:0}.shell-peek-panel{background:var(--surface);z-index:200;pointer-events:none;justify-content:center;align-items:center;width:min(75vw,280px);display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 24px #0006}.shell-peek-hint{color:var(--text-muted);font-size:.85rem;font-weight:500}.shell-main{flex-direction:column;flex:1;min-width:0;display:flex}.shell-content-header{justify-content:space-between;align-items:baseline;padding:1rem 1.5rem 0;display:flex}.shell-title{font-size:1.15rem;font-weight:600}.shell-updated{color:var(--text-muted);font-size:.75rem}.shell-content{flex:1;min-width:0;padding:1rem 1.5rem 1.5rem;overflow-x:auto}.theme-toggle-icon{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background .15s;display:flex}.theme-toggle-icon:hover{color:var(--text);border-color:var(--text-muted);background:var(--surface-hover)}@media (width<=1023px){.shell-header-bar{padding:0 .75rem}.shell-content{padding:.75rem}.shell-content-header{padding:.75rem .75rem 0}}@media (width<=639px){.shell-header-bar{height:48px;padding:0 .5rem}.shell-logo{height:28px}.shell-beta-tag{padding:1px 4px;font-size:.5rem}.shell-user-btn{padding:.35rem .6rem;font-size:.7rem}.shell-title{font-size:1rem}.shell-updated{font-size:.65rem}.shell-content{padding:.5rem}.shell-content-header{padding:.5rem .5rem 0}}.kpi-grid{flex-wrap:wrap;gap:1rem;display:flex}.kpi-tile{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex:1;min-width:180px;padding:1.25rem 1.5rem}.kpi-clickable{cursor:pointer;transition:border-color .15s,background .15s}.kpi-clickable:hover{border-color:var(--accent);background:var(--surface-hover)}.kpi-active{background:#4f8cff14;box-shadow:0 0 0 2px #4f8cff40;border-color:var(--accent)!important}.kpi-value{align-items:baseline;gap:.5rem;font-size:1.75rem;font-weight:700;line-height:1.2;display:flex}.kpi-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.35rem;font-size:.8rem}.kpi-subtitle{color:var(--text-muted);margin-top:.2rem;font-size:.75rem}.kpi-green .kpi-value{color:var(--green)}.kpi-yellow .kpi-value{color:var(--yellow)}.kpi-red .kpi-value{color:var(--red)}.kpi-neutral .kpi-value{color:var(--text)}.kpi-green{border-left:3px solid var(--green)}.kpi-yellow{border-left:3px solid var(--yellow)}.kpi-red{border-left:3px solid var(--red)}.kpi-changes{margin-top:.35rem}.kpi-change{font-size:.65rem;line-height:1.4}.kpi-change-up{color:var(--green)}.kpi-change-down{color:var(--red)}.kpi-change-flat{color:var(--text-muted)}.kpi-trend{font-size:.75rem}.kpi-trend-up{color:var(--green)}.kpi-trend-down{color:var(--red)}.kpi-trend-flat{color:var(--text-muted)}@media (width<=1023px){.kpi-tile{min-width:160px;padding:1rem 1.25rem}.kpi-value{font-size:1.5rem}}@media (width<=767px){.kpi-grid{gap:.5rem}.kpi-tile{flex:0 0 calc(50% - .25rem);min-width:calc(50% - .25rem);min-height:44px;padding:.75rem}.kpi-value{font-size:1.3rem}.kpi-label{font-size:.65rem}.kpi-subtitle{font-size:.6rem}.kpi-change{font-size:.55rem}.kpi-tile svg{max-width:100px}}@media (width<=639px){.kpi-grid{gap:.4rem}.kpi-tile{padding:.65rem}.kpi-value{gap:.25rem;font-size:1.15rem}.kpi-label{margin-top:.2rem;font-size:.6rem}.kpi-changes{margin-top:.2rem}.kpi-change{font-size:.5rem;line-height:1.3}.kpi-tile svg{max-width:80px;height:20px}}.modal-overlay{z-index:100;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;outline:none;flex-direction:column;width:100%;max-width:640px;max-height:85vh;display:flex;box-shadow:0 16px 64px #00000080}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-title{font-size:1.1rem;font-weight:600}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;line-height:1;display:flex}.modal-close:hover{color:var(--text);background:var(--surface-hover)}.modal-body{padding:1.5rem;overflow-y:auto}@media (width<=767px){.modal-overlay{align-items:stretch;padding:0}.modal-card{border:none;border-radius:0;max-width:100%;height:100vh;max-height:100%}.modal-header{padding:.75rem 1rem;padding-top:max(.75rem, env(safe-area-inset-top))}.modal-body{padding:1rem;padding-bottom:max(1rem, env(safe-area-inset-bottom))}.modal-close{width:44px;height:44px;font-size:1.75rem}}.fin-section{margin-bottom:2rem}.fin-section-header{align-items:baseline;gap:.75rem;margin-bottom:1rem;display:flex}.fin-section-title{font-size:1.1rem;font-weight:600}.fin-badge{color:var(--text-muted);font-size:.75rem}.insights-strip{flex-wrap:wrap;gap:.75rem;display:flex}.insight-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex:1;min-width:160px;padding:.85rem 1rem}.insight-card-wide{flex:2;min-width:260px}.insight-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.65rem}.insight-value{margin-top:.15rem;font-size:1.5rem;font-weight:700;line-height:1.2}.insight-green{color:var(--green)}.insight-yellow{color:var(--yellow)}.insight-red{color:var(--red)}.insight-neutral{color:var(--text)}.insight-detail{color:var(--text-muted);margin-top:.15rem;font-size:.7rem}.slow-payer-list{flex-direction:column;gap:.35rem;margin-top:.4rem;display:flex}.slow-payer{align-items:center;gap:.5rem;font-size:.8rem;display:flex}.slow-payer-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.slow-payer-amt{color:var(--red);font-variant-numeric:tabular-nums;font-weight:600}.slow-payer-pct{color:var(--text-muted);white-space:nowrap;font-size:.65rem}.stale-banner{border:1px solid var(--yellow);color:var(--yellow);background:#fbbf241a;border-radius:8px;margin-bottom:1rem;padding:.6rem 1rem;font-size:.8rem}.fin-toolbar{justify-content:flex-end;margin-bottom:.5rem;display:flex}.refresh-btn{border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:color .15s,border-color .15s;display:flex}.refresh-btn:hover{color:var(--text);border-color:var(--text-muted)}.refresh-btn:disabled{opacity:.5;cursor:default}.spin{animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tile-audit{color:var(--text-muted);background:var(--bg);border-left:3px solid var(--accent);border-radius:6px;margin-bottom:1rem;padding:.5rem .75rem;font-size:.75rem}.tile-stat-row{flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;display:flex}.tile-stat{text-align:center;flex:1;min-width:70px}.tile-stat-value{font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700}.tile-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-top:.1rem;font-size:.65rem}.tile-detail-heading{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin:1rem 0 .5rem;font-size:.8rem;font-weight:600}.kpi-detail-panel{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:8px;margin-top:.75rem;margin-bottom:1rem;padding:1rem 1.25rem;animation:.15s ease-out slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.kpi-detail-title{color:var(--accent);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.kpi-detail-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;font-size:.85rem;display:grid}.kpi-detail-row{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.aging-buckets{gap:.75rem;margin-bottom:1rem;display:flex}.aging-bucket{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:8px;flex:1;padding:1rem}.aging-bucket.b30{border-left:3px solid var(--green)}.aging-bucket.b60{border-left:3px solid var(--yellow)}.aging-bucket.b90{border-left:3px solid #fb923c}.aging-bucket.b180{border-left:3px solid var(--red)}.aging-bucket-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.aging-bucket-value{margin-top:.25rem;font-size:1.3rem;font-weight:700}.chart-container{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;padding:1rem}.chart-wrap{width:100%;position:relative}.chart-wrap-bar{height:350px}.chart-wrap-line{height:280px}.chart-wrap-mini{height:140px}.chart-mini-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem;font-size:.7rem;font-weight:600}.health-trends-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.fin-table-wrap{background:var(--surface);border:1px solid var(--border);-webkit-overflow-scrolling:touch;border-radius:8px;overflow-x:auto}.fin-table{border-collapse:collapse;width:100%;min-width:500px;font-size:.85rem}.fin-table thead{background:var(--surface-hover)}.fin-table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);border-bottom:1px solid var(--border);padding:.6rem .75rem;font-size:.75rem;font-weight:600}.fin-table th.text-right,.fin-table td.text-right{text-align:right}.fin-table td{border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums;padding:.5rem .75rem}.fin-table tbody tr:last-child td{border-bottom:none}.fin-table tbody tr:hover{background:var(--surface-hover)}.fin-table .amt{text-align:right;font-weight:600}.fin-table .amt-green{color:var(--green)}.fin-table .amt-orange{color:#fb923c}.fin-table .amt-red{color:var(--red)}.fin-table .amt-muted{color:var(--text-muted)}.fin-table .row-alert{background:#ef44440f}.fin-loading{color:var(--text-muted);justify-content:center;align-items:center;padding:4rem 1rem;font-size:.9rem;display:flex}@media (width<=1023px){.fin-section{margin-bottom:1.5rem}.fin-section-header{flex-wrap:wrap;gap:.35rem}}@media (width<=767px){.fin-section{margin-bottom:1.25rem}.fin-section-title{font-size:1rem}.fin-badge{font-size:.65rem}.insights-strip{gap:.5rem}.insight-card{flex:0 0 calc(50% - .25rem);min-width:calc(50% - .25rem);padding:.65rem .75rem}.insight-card-wide{flex:0 0 100%;min-width:100%}.insight-value{font-size:1.2rem}.aging-buckets{flex-wrap:wrap;gap:.5rem}.aging-bucket{flex:0 0 calc(50% - .25rem);padding:.75rem}.aging-bucket-value{font-size:1.1rem}.chart-wrap-bar{height:280px}.chart-wrap-line{height:220px}.chart-wrap-mini{height:120px}.chart-container{padding:.75rem}.health-trends-grid{grid-template-columns:1fr}.fin-table{min-width:480px}.fin-table th,.fin-table td{padding:.5rem .6rem;font-size:.8rem}.fin-table th{font-size:.65rem}.kpi-detail-panel{padding:.75rem 1rem}.kpi-detail-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));font-size:.8rem}}@media (width<=639px){.insight-card{flex:0 0 100%;min-width:100%}.insight-value{font-size:1.1rem}.slow-payer{font-size:.75rem}.aging-bucket{flex:0 0 100%}.fin-section-header{flex-direction:column;gap:.15rem}.fin-table{min-width:440px;font-size:.75rem}.fin-table th{padding:.4rem .5rem;font-size:.6rem}.fin-table td{padding:.4rem .5rem}.fin-table tbody tr{min-height:44px}.fin-table td{padding-top:.6rem;padding-bottom:.6rem}}@supports (padding-bottom:env(safe-area-inset-bottom)){.shell-content{padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}}}@layer theme{:root,:host{--font-sans:"Segoe UI", system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-black:#000;--spacing:.25rem;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--ease-out:cubic-bezier(0, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-surface-hover:var(--surface-hover)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.z-\[200\]{z-index:200}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.bg-black\/40{background-color:#0006}@supports (color:color-mix(in lab, red, red)){.bg-black\/40{background-color:color-mix(in oklab, var(--color-black) 40%, transparent)}}.text-right{text-align:right}.uppercase{text-transform:uppercase}.line-through{text-decoration-line:line-through}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-blur-\[1px\]{--tw-backdrop-blur:blur(1px);-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-250{--tw-duration:.25s;transition-duration:.25s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.data-closed\:-translate-x-full[data-closed]{--tw-translate-x:-100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-closed\:opacity-0[data-closed]{opacity:0}.data-focus\:bg-surface-hover[data-focus]{background-color:var(--color-surface-hover)}}:root,[data-theme=dark]{--bg:#0f1117;--surface:#1a1d27;--surface-hover:#22252f;--border:#2a2e3d;--text:#e4e6ed;--text-muted:#8b8fa3;--accent:#4f8cff;--accent-hover:#3a7af0;--green:#34d399;--red:#f87171;--yellow:#fbbf24;--font:"Segoe UI", system-ui, -apple-system, sans-serif;--scrollbar-thumb:#3a3f52;--scrollbar-thumb-hover:#4a5068;--shadow-sm:none;--shadow-md:none;--shadow-lg:none}[data-theme=light]{--bg:#eef0f4;--surface:#fff;--surface-hover:#f3f4f7;--border:#dfe2ea;--text:#111318;--text-muted:#5f6572;--accent:#2563eb;--accent-hover:#1d4ed8;--green:#059669;--red:#dc2626;--yellow:#d97706;--scrollbar-thumb:#c4c8d4;--scrollbar-thumb-hover:#a8adb8;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 2px 8px #00000014;--shadow-lg:0 4px 16px #0000001a}[data-theme=oled]{--bg:#000;--surface:#0a0a0f;--surface-hover:#141419;--border:#1e1e2a;--text:#e4e6ed;--text-muted:#7a7e92;--accent:#4f8cff;--accent-hover:#3a7af0;--green:#34d399;--red:#f87171;--yellow:#fbbf24;--scrollbar-thumb:#2a2e3d;--scrollbar-thumb-hover:#3a3f52;--shadow-sm:none;--shadow-md:none;--shadow-lg:none}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}a{color:var(--accent);text-decoration:none}button,[role=button]{touch-action:manipulation}a:hover{text-decoration:underline}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}[data-theme=light] .shell-header-bar{border-bottom-color:#0000;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a}[data-theme=light] .login-card{box-shadow:var(--shadow-lg)}[data-theme=light] .kpi-tile{box-shadow:var(--shadow-md);border-color:#0000000f}.kpi-tile{transition:transform .2s,box-shadow .2s}.kpi-tile:hover{transform:translateY(-2px)}.login-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;width:100%;max-width:400px;padding:2.5rem}.login-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.login-subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.login-google-btn{background:var(--surface-hover);border:1px solid var(--border);color:var(--text);font-family:var(--font);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.login-google-btn:hover{background:var(--border);border-color:var(--text-muted)}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.empty-state-icon{color:var(--text-muted);opacity:.5;margin-bottom:1rem}.empty-state-msg{color:var(--text-muted);font-size:1rem;font-weight:500}.empty-state-detail{color:var(--text-muted);opacity:.7;margin-top:.5rem;font-size:.85rem}[data-theme=oled] .kpi-tile:hover,[data-theme=oled] .insight-card:hover,[data-theme=oled] .ar-card:hover{box-shadow:0 6px 20px #00000080}[data-theme=oled] .shell-header-bar{border-bottom-color:#1e1e2a}@media print{body{color:#000!important;background:#fff!important}.shell-header-bar,.shell-peek-backdrop,.shell-peek-panel,.fin-toolbar,.ar-filter-bar,.ar-filter-status,.ar-save-btn,.ar-log-contact-btn,.ar-quick-dates,.refresh-btn,.theme-toggle-icon,.shell-user-btn,.shell-dropdown-wrap{display:none!important}.app-shell{min-height:auto}.shell-content{padding:0!important}.shell-content-header{padding:0 0 .5rem!important}.kpi-tile{box-shadow:none!important;background:#fff!important;border:1px solid #ccc!important;transform:none!important}.kpi-tile .kpi-value{color:#000!important}.fin-table-wrap{background:#fff!important;border:1px solid #ccc!important;overflow:visible!important}.fin-table{min-width:0!important}.fin-table th{color:#333!important;background:#f0f0f0!important}.fin-table td{color:#000!important;border-color:#ddd!important}.chart-container,.insight-card{background:#fff!important;border:1px solid #ccc!important}.insight-value{color:#000!important}.aging-bucket{background:#fff!important;border:1px solid #ccc!important}.stale-banner{color:#666!important;background:#fff9e6!important;border:1px solid #ccc!important}.ar-cards-mobile{display:none!important}.ar-table-desktop{display:block!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}
