@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,400,0,0";:root{font-family:Segoe UI,Inter,Arial,sans-serif;color:#111827;background:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f3f4f6}button,input,select{font:inherit}button{cursor:pointer}.material-symbol{direction:ltr;display:inline-flex;font-family:Material Symbols Outlined;font-feature-settings:"liga";font-style:normal;font-weight:400;line-height:1;text-transform:none;white-space:nowrap}.app-loader{min-height:100vh;display:grid;place-items:center;color:#2563eb;font-weight:800}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) 430px;background:#eef2ff}.password-change-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef2ff}.password-change-card{width:min(440px,100%);margin:0}.password-change-card>input{width:100%;margin-top:14px}.password-visibility-toggle{margin:16px 0}.login-hero{padding:72px;display:flex;flex-direction:column;justify-content:center;color:#fff;background:linear-gradient(135deg,#2563ebf5,#111827fa),radial-gradient(circle at 30% 20%,rgba(255,255,255,.22),transparent 28%)}.hero-badge,.login-avatar{width:72px;height:72px;border-radius:18px;display:grid;place-items:center;background:#ffffff29;margin-bottom:24px}.login-hero h1{max-width:680px;margin:0 0 16px;font-size:48px;line-height:1.06}.login-hero p{max-width:620px;margin:0;color:#dbeafe;font-size:18px}.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,230px));gap:14px;margin-top:42px}.hero-grid div{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.24);border-radius:12px;background:#ffffff1a}.login-card{align-self:center;margin:44px;padding:34px;border:1px solid #d1d5db;border-radius:16px;background:#fff;box-shadow:0 22px 55px #0f172a2e}.login-card .login-avatar{margin:0 auto 18px;background:#eff6ff;color:#2563eb}.login-card h2,.login-card p{text-align:center}.login-card h2{margin:0;font-size:25px}.login-card p{margin:8px 0 28px;color:#6b7280}label{display:grid;gap:8px;margin-bottom:16px;color:#374151;font-weight:750}input,select{height:42px;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;color:#111827;padding:0 12px}.password-field{height:42px;display:flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;overflow:hidden}.password-field input{flex:1;min-width:0;height:100%;border:0;border-radius:0;background:transparent;outline:0}.login-card button,.primary-action{height:42px;border:0;border-radius:10px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:850;padding:0 16px}.login-card button{width:100%}.login-card .password-field button{width:44px;height:100%;flex:0 0 44px;border:0;border-radius:0;background:transparent;color:#6b7280;padding:0}.login-card .password-field button:hover{color:#2563eb;background:#eff6ff}.error-banner{padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;margin-bottom:14px}.success-banner{padding:12px 14px;border:1px solid #bbf7d0;border-radius:10px;background:#f0fdf4;color:#166534;font-weight:750;margin-bottom:16px}.access-banner{padding:12px 14px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1e40af;font-weight:750;margin-bottom:16px}.toast-viewport{position:fixed;top:18px;right:18px;z-index:1000;width:min(390px,calc(100vw - 36px));display:grid;gap:10px;pointer-events:none}.toast{min-height:72px;display:grid;grid-template-columns:34px minmax(0,1fr) 32px;align-items:start;gap:10px;padding:14px;border:1px solid #d1d5db;border-left-width:4px;border-radius:10px;background:#fff;box-shadow:0 16px 42px #0f172a38;pointer-events:auto;animation:toast-enter .18s ease-out}.toast-success{border-left-color:#059669}.toast-error{border-left-color:#dc2626}.toast-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#059669;background:#ecfdf5}.toast-error .toast-icon{color:#dc2626;background:#fef2f2}.toast-copy{min-width:0}.toast-copy strong,.toast-copy p{display:block}.toast-copy p{margin:4px 0 0;color:#4b5563;line-height:1.35}.toast>button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:#6b7280;padding:0}.toast>button:hover{background:#f3f4f6;color:#111827}@keyframes toast-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.read-only-page .compact-form,.read-only-page .table-action{display:none}.app-shell{height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);overflow:hidden}.sidebar{height:100vh;position:sticky;top:0;align-self:start;overflow-y:auto;overscroll-behavior:contain;background:#111827;color:#fff;padding:22px 16px}.brand{display:flex;align-items:center;gap:12px;padding:0 8px;margin-bottom:30px}.brand-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#2563eb}.brand small{display:block;color:#9ca3af;margin-top:2px}nav{display:grid;gap:8px}nav button{display:flex;align-items:center;gap:12px;height:42px;border:0;border-radius:10px;background:transparent;color:#d1d5db;padding:0 12px;text-align:left}nav button.active{color:#fff;background:#2563eb}.workspace{height:100vh;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 28px;position:sticky;top:0;z-index:10;background:#fffffff2;border-bottom:1px solid #d1d5db;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.command-search{position:relative;height:40px;min-width:380px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #d1d5db;border-radius:10px;color:#6b7280;background:#f9fafb}.command-search input{width:100%;height:100%;border:0;background:transparent;outline:0;padding:0}.topbar-actions{display:flex;align-items:center;gap:10px}.icon-button,.logout-button{height:40px;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#374151}.icon-button{position:relative;width:40px;display:grid;place-items:center}.notification-dot{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:900}.floating-panel{position:absolute;top:58px;right:24px;z-index:30;width:min(420px,calc(100vw - 32px));max-height:520px;overflow:auto;border:1px solid #d1d5db;border-radius:14px;background:#fff;padding:14px;box-shadow:0 18px 48px #0f172a2e}.search-results{left:0;right:auto;width:430px}.floating-panel>strong{display:block;margin-bottom:10px}.floating-panel button:not(.primary-action){width:100%;display:flex;align-items:center;gap:12px;border:0;border-radius:10px;background:transparent;color:#111827;padding:10px;text-align:left}.floating-panel button:not(.primary-action):hover{background:#f3f4f6}.floating-panel button span,.floating-panel button small{display:block}.floating-panel button small,.floating-panel p{color:#6b7280}.settings-panel label{margin-bottom:12px}.checkbox-row{display:flex;align-items:center;gap:10px}.checkbox-row input{width:18px;height:18px}.logout-button{display:flex;align-items:center;gap:8px;padding:0 12px}.profile-chip{height:44px;display:flex;align-items:center;gap:10px;padding:5px 10px;border:1px solid #d1d5db;border-radius:12px;background:#fff}.profile-chip>span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#eff6ff;color:#2563eb;font-weight:900}.profile-chip div{display:grid}.profile-chip small{color:#6b7280}.page{padding:28px}.page-header{display:flex;justify-content:space-between;gap:24px;margin-bottom:24px}.page-header h1{margin:0;font-size:28px;line-height:1.2}.page-header p{margin:6px 0 0;color:#6b7280}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.stat-card{min-height:118px;display:flex;justify-content:space-between;gap:14px;padding:18px;border:1px solid #d1d5db;border-radius:14px;background:#fff;box-shadow:0 8px 24px #0f172a0f}.stat-card span,.stat-card small{color:#6b7280}.stat-card strong{display:block;margin-top:10px;font-size:26px}.stat-icon{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;color:#2563eb;background:#eff6ff}.stat-card.green .stat-icon{color:#059669;background:#ecfdf5}.stat-card.orange .stat-icon{color:#ea580c;background:#fff7ed}.stat-card.purple .stat-icon{color:#7c3aed;background:#f5f3ff}.dashboard-grid,.two-column,.analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dashboard-grid .panel:first-child{grid-row:span 2}.dashboard-grid+.panel{margin-top:18px}.panel{min-width:0;border:1px solid #d1d5db;border-radius:14px;background:#fff;padding:18px;box-shadow:0 8px 24px #0f172a0d}.panel>header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:16px}.panel h2{display:flex;align-items:center;gap:10px;margin:0;font-size:17px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:11px 10px;border-bottom:1px solid #e5e7eb;white-space:nowrap}th{text-align:left;color:#374151;background:#f3f4f6}td{color:#374151}.insight-card{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:12px;padding:14px;border:1px solid #bfdbfe;border-radius:12px;background:#eff6ff;margin-bottom:12px}.insight-card b,.insight-card small{display:block}.insight-card small{color:#1f2937;margin-top:3px}.insight-card .material-symbol{color:#2563eb}.insight-card button{border:0;border-radius:8px;background:#2563eb;color:#fff;padding:8px 12px;font-weight:800}.activity-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.activity-list li{display:flex;align-items:center;gap:12px}.activity-list li>.material-symbol{color:#059669}.activity-list small{display:block;color:#6b7280}.module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.module-pill,.module-toggle{display:grid;gap:5px;padding:14px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;color:#111827;text-align:left}.module-toggle.enabled{background:#eff6ff;border-color:#bfdbfe}.module-pill small,.module-toggle small{color:#6b7280}.compact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.compact-form>input,.compact-form>select,.compact-form>button{width:100%;min-width:0}.finance-page .panel>.compact-form{margin:0}.finance-page .panel>.compact-form+.compact-form{margin-top:22px;padding-top:22px;border-top:1px solid #e5e7eb}.finance-page .panel>.compact-form+.table-wrap,.finance-page .panel>.table-wrap+.table-wrap{margin-top:22px}.finance-page .panel>.compact-form+.table-wrap{padding-top:2px}.finance-page .panel .table-wrap{max-width:100%;border-radius:8px}.finance-page .compact-form button{margin-top:2px}.inventory-page .panel>.compact-form{margin:0}.inventory-page .panel>.compact-form+.compact-form{margin-top:22px;padding-top:22px;border-top:1px solid #e5e7eb}.inventory-page .panel>.compact-form+.table-wrap,.inventory-page .panel>.table-wrap+.table-wrap{margin-top:22px}.inventory-page .panel .table-wrap{max-width:100%;border-radius:8px}.inventory-page .compact-form button{margin-top:2px}.admin-page .panel>.compact-form{margin:0}.admin-page .panel>.compact-form+.compact-form{margin-top:22px;padding-top:22px;border-top:1px solid #e5e7eb}.admin-page .panel>.compact-form+.table-wrap{margin-top:22px}.inline-password-field{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;overflow:hidden}.inline-password-field input{min-width:0;width:100%;border:0;border-radius:0;background:transparent;outline:0}.inline-password-field .icon-button{width:42px;height:40px;border:0;border-left:1px solid #e5e7eb;border-radius:0;background:transparent}.table-action{min-height:32px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1d4ed8;padding:0 12px;font-weight:800}.table-action:disabled{cursor:not-allowed;opacity:.55}.permission-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.permission-check{margin:0;padding:10px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;font-weight:500}.permission-check span{display:grid;gap:2px}.permission-check small{color:#6b7280}.secondary-action{height:42px;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#374151;padding:0 16px;font-weight:800}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:22px;background:#0f172a6b}.modal-card{width:min(640px,100%);border:1px solid #d1d5db;border-radius:16px;background:#fff;box-shadow:0 24px 70px #0f172a47;padding:20px}.modal-card>header,.modal-card>footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-card>header{margin-bottom:18px}.modal-card>footer{justify-content:flex-end;margin-top:18px}.modal-card h2,.modal-card p{margin:0}.modal-card p,.muted-text{color:#6b7280}.compact-form button{grid-column:1 / -1}.bar-chart{height:260px;display:flex;align-items:end;gap:24px;padding:20px;background:#f9fafb;border-radius:12px}.bar-chart div{min-height:42px;flex:1;border-radius:12px 12px 6px 6px;background:linear-gradient(180deg,#2563eb,#60a5fa);position:relative}.bar-chart div:nth-child(2){background:linear-gradient(180deg,#ea580c,#fdba74)}.bar-chart div:nth-child(3){background:linear-gradient(180deg,#059669,#6ee7b7)}.bar-chart span{position:absolute;bottom:-24px;left:0;right:0;text-align:center;color:#6b7280;font-size:12px}.report-builder{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.report-builder div{display:grid;gap:6px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}.report-builder span{color:#6b7280}.page-actions{display:flex;align-items:center;gap:10px}.report-filter-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto auto;align-items:end;gap:12px}.report-filter-form label{margin:0}.report-filter-form button{white-space:nowrap}.reports-kpis{margin-top:18px}.trend-chart{min-height:300px}.chart-legend{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;color:#4b5563;font-size:13px}.chart-legend span{display:inline-flex;align-items:center;gap:7px}.chart-legend i{width:12px;height:12px;border-radius:3px}.revenue-swatch,.trend-bar.revenue{background:#2563eb}.expense-swatch,.trend-bar.expense{background:#ea580c}.net-swatch,.trend-bar.net{background:#059669}.trend-chart-plot{height:240px;display:flex;align-items:stretch;gap:14px;overflow-x:auto;padding:12px 4px 0;border-bottom:1px solid #d1d5db}.trend-group{min-width:72px;flex:1 0 72px;display:grid;grid-template-rows:minmax(0,1fr) 28px;gap:8px}.trend-bars{min-height:0;display:flex;align-items:end;justify-content:center;gap:5px}.trend-bar{width:15px;min-height:4px;border-radius:4px 4px 0 0}.trend-group>span{overflow:hidden;color:#6b7280;font-size:11px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.report-generated-at{margin:18px 0 0;color:#6b7280;font-size:12px;text-align:right}.loading-strip{margin-top:16px;padding:12px;border-radius:10px;background:#eff6ff;color:#1d4ed8;font-weight:700}.empty-state{display:grid;place-items:center;gap:8px;padding:34px;color:#6b7280;text-align:center}.module-unavailable{min-height:360px;display:grid;place-items:center;align-content:center;gap:10px;border:1px solid #d1d5db;border-radius:14px;background:#fff;color:#374151;text-align:center;box-shadow:0 8px 24px #0f172a0d}.module-unavailable .material-symbol{color:#dc2626}.module-unavailable h1,.module-unavailable p{margin:0}@media(max-width:1180px){.app-shell{grid-template-columns:84px minmax(0,1fr)}.brand div:last-child,nav button{font-size:0}nav button{justify-content:center;padding:0}.stats-grid,.dashboard-grid,.two-column,.analytics-grid{grid-template-columns:1fr}.report-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.toast-viewport{top:12px;right:12px;width:calc(100vw - 24px)}.login-page{grid-template-columns:1fr}.login-hero{padding:34px}.login-hero h1{font-size:34px}.hero-grid{grid-template-columns:1fr}.login-card{margin:22px}.app-shell{display:block;height:auto;min-height:100vh;overflow:visible}.sidebar{display:none}.workspace{height:auto;min-height:100vh;overflow:visible}.topbar{height:auto;align-items:flex-start;flex-direction:column;padding:14px}.command-search{min-width:0;width:100%}.topbar-actions{flex-wrap:wrap}.page{padding:18px}.page-header{flex-direction:column}.page-actions{width:100%;flex-wrap:wrap}.page-actions button{flex:1 1 150px}.compact-form,.report-builder,.module-grid,.report-filter-form{grid-template-columns:1fr}.finance-page .panel,.inventory-page .panel,.admin-page .panel{padding:14px}.finance-page .panel>.compact-form+.compact-form,.finance-page .panel>.compact-form+.table-wrap,.finance-page .panel>.table-wrap+.table-wrap{margin-top:18px}.inventory-page .panel>.compact-form+.compact-form,.inventory-page .panel>.compact-form+.table-wrap,.inventory-page .panel>.table-wrap+.table-wrap{margin-top:18px}.admin-page .panel>.compact-form+.compact-form,.admin-page .panel>.compact-form+.table-wrap{margin-top:18px}.admin-page .panel>.compact-form+.compact-form{padding-top:18px}.finance-page .panel>.compact-form+.compact-form{padding-top:18px}.inventory-page .panel>.compact-form+.compact-form{padding-top:18px}.finance-page table{min-width:560px}.inventory-page table{min-width:640px}.admin-page table{min-width:720px}.reports-page table{min-width:560px}}@media print{body{background:#fff}.sidebar,.topbar,.report-filter-form,.page-actions,.loading-strip{display:none!important}.reports-page>.panel:first-of-type{display:none}.app-shell,.workspace{display:block;min-height:0}.page{padding:0}.page-header{margin-bottom:14px}.stats-grid,.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.panel,.stat-card{break-inside:avoid;box-shadow:none}.table-wrap{overflow:visible}table{font-size:10px}}
