@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);@font-face{font-display:block;font-family:Material Icons;font-style:normal;font-weight:400;src:url(/static/media/material-icons.0c35d18bf06992036b69.woff2) format("woff2"),url(/static/media/material-icons.4d73cb90e394b34b7670.woff) format("woff")}.material-icons{font-feature-settings:"liga";font-family:Material Icons}@font-face{font-display:block;font-family:Material Icons Outlined;font-style:normal;font-weight:400;src:url(/static/media/material-icons-outlined.6f420cf17cc0d7676fad.woff2) format("woff2"),url(/static/media/material-icons-outlined.f882956fd323fd322f31.woff) format("woff")}.material-icons,.material-icons-outlined{word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:ltr;display:inline-block;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap}.material-icons-outlined{font-feature-settings:"liga";font-family:Material Icons Outlined}@font-face{font-display:block;font-family:Material Icons Round;font-style:normal;font-weight:400;src:url(/static/media/material-icons-round.c380809fd3677d7d6903.woff2) format("woff2"),url(/static/media/material-icons-round.5d681e2edae8c60630db.woff) format("woff")}.material-icons-round{font-feature-settings:"liga";font-family:Material Icons Round}@font-face{font-display:block;font-family:Material Icons Sharp;font-style:normal;font-weight:400;src:url(/static/media/material-icons-sharp.219aa9140e099e6c72ed.woff2) format("woff2"),url(/static/media/material-icons-sharp.3a4004a46a653d4b2166.woff) format("woff")}.material-icons-round,.material-icons-sharp{word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:ltr;display:inline-block;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap}.material-icons-sharp{font-feature-settings:"liga";font-family:Material Icons Sharp}@font-face{font-display:block;font-family:Material Icons Two Tone;font-style:normal;font-weight:400;src:url(/static/media/material-icons-two-tone.4ef4218c522f1eb6b5b1.woff2) format("woff2"),url(/static/media/material-icons-two-tone.3baa5b8f3469222b822d.woff) format("woff")}.material-icons-two-tone{word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";direction:ltr;display:inline-block;font-family:Material Icons Two Tone;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap}.sidebar{background-color:var(--bg-secondary);border-right:1px solid var(--border-main);display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:width .4s cubic-bezier(.4,0,.2,1);width:var(--sidebar-width);z-index:1000}.sidebar-content::-webkit-scrollbar{width:3px}.sidebar-content::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px}.sidebar.closed{width:var(--sidebar-closed-width)}.sidebar-content{cursor:default;display:flex;flex:1 1;flex-direction:column;overflow-x:hidden;overflow-y:auto}.sidebar-top{border-bottom:1px solid var(--border-light);cursor:pointer;height:auto;justify-content:center;margin-bottom:15px;min-height:auto;padding:20px 10px 28px;position:relative}.sidebar-logo,.sidebar-top{align-items:center;display:flex;flex-direction:column}.sidebar-logo{color:var(--text-main);gap:12px;text-align:center;width:100%}.sidebar-custom-logo{background:#0000;border:none;height:55px;object-fit:contain;padding:0;width:55px}.brand-name-text{color:var(--text-main);display:block;font-size:18px;font-weight:800;letter-spacing:1px;line-height:1.2;margin-top:10px;padding:0 5px;text-align:center;text-transform:uppercase;white-space:normal;width:100%;word-break:break-all}.logo-icon{color:var(--accent-color);font-size:32px!important;text-shadow:0 0 10px rgba(var(--accent-rgb),.3)}.hamburger-btn{display:none!important}.sidebar.closed .sidebar-top{height:70px;min-height:70px;padding:10px 0}.sidebar.closed .brand-name-text{display:none}.hamburger-btn:hover{background:var(--bg-hover);border-color:var(--accent-color);color:var(--text-main)}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:6px;padding:24px 12px}.nav-item{align-items:center;border-radius:12px;color:var(--text-dim);display:flex;font-size:14px;font-weight:600;gap:15px;letter-spacing:.1px;padding:12px 14px;position:relative;text-decoration:none;transition:all .2s}.nav-item:hover{background:var(--bg-hover);color:var(--text-main)}.nav-item.active{background:var(--accent-soft);color:var(--text-main)}.nav-icon{color:var(--text-dim);font-size:22px!important;transition:all .2s}.nav-item:hover .nav-icon{color:var(--text-muted)}.nav-item.active .nav-icon{color:var(--accent-color);text-shadow:0 0 8px rgba(var(--accent-rgb),.25)}.logout-icon{color:var(--text-main)!important}.nav-dot{display:none}.sidebar.closed .nav-item{justify-content:center;padding:14px 0}.sidebar.closed .nav-icon{font-size:26px!important}.sidebar.closed .sidebar-top{justify-content:center;padding:0}.sidebar.closed .nav-dot{margin:0}.sidebar-footer{border-top:1px solid var(--border-main);padding:24px}.system-status{align-items:center;color:var(--text-dim);display:flex;font-size:10px;font-weight:900;gap:10px;text-transform:uppercase}.status-dot{background:var(--success-color);border-radius:50%;box-shadow:0 0 10px var(--success-color);height:6px;width:6px}.theme-toggle-btn{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-main);border-radius:8px;color:var(--text-muted)!important;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:10px;justify-content:center;margin:0 12px 4px;padding:8px 12px;transition:all .2s;width:auto}.theme-toggle-btn .nav-icon{color:var(--text-muted)!important;font-size:18px!important}.theme-toggle-btn:hover{background:var(--bg-hover)!important;border-color:var(--border-hover)}.logout-btn,.theme-toggle-btn:hover,.theme-toggle-btn:hover .nav-icon{color:var(--text-main)!important}.logout-btn{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:10px;margin:0 12px 10px;padding:8px 12px;transition:all .2s;width:auto}.logout-btn .nav-icon{color:var(--text-main)!important;font-size:18px!important}.logout-btn:hover{background:#ef44441a!important}.logout-btn:hover,.logout-btn:hover .nav-icon{color:var(--danger-color)!important}.sidebar-overlay{display:none}input::-webkit-calendar-picker-indicator{display:none!important}[contenteditable=true],input,select,textarea{pointer-events:auto!important;-webkit-user-select:text!important;user-select:text!important}.modal-content-modern,.u-modal-content,.u-modal-content-wide{isolation:isolate;transform:translateZ(0)}:root{--bg-primary:#080810;--bg-secondary:#12121e;--bg-tertiary:#1b1b2a;--bg-input:#0c0c16;--bg-input-alt:#161624;--bg-hover:#1e1e30;--bg-modal:#0a0a12;--bg-modal-overlay:#000000d9;--bg-card-gradient-start:#12121e;--bg-card-gradient-end:#080810;--sidebar-width:240px;--sidebar-closed-width:80px;--accent-color:#3b82f6;--accent-soft:#3b82f614;--accent-hover:#2563eb;--success-color:#22c55e;--success-soft:#22c55e14;--warning-color:#f59e0b;--warning-soft:#f59e0b14;--danger-color:#ef4444;--danger-soft:#ef444414;--info-color:#06b6d4;--info-soft:#06b6d414;--purple-accent:#8b5cf6;--accent-rgb:59,130,246;--text-main:#e4e4ec;--text-muted:#8888a0;--text-dim:#55556e;--text-on-accent:#fff;--text-on-warning:#000;--border-main:#23233a;--border-hover:#32325a;--border-light:#ffffff0f;--border-color:#23233a;--bg-checkbox:#ffffff0a;--bg-filter:#0000;--bg-filter-active:#ffffff0f;--bg-row-hover:#ffffff0f;--bg-footer-subtle:#ffffff05;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 4px #00000059;--shadow-md:0 4px 14px #00000073;--shadow-lg:0 12px 36px #0000008c;--shadow-row-hover:0 4px 14px #00000059;--spinner-track:#ffffff1a;--scrollbar-bg:#1b1b2a;--scrollbar-thumb:#32325a}:root[data-theme=light]{--bg-primary:#eef0f5;--bg-secondary:#fff;--bg-tertiary:#f2f3f8;--bg-input:#f4f5fa;--bg-input-alt:#edf0f5;--bg-hover:#e7e9f2;--bg-modal:#fff;--bg-modal-overlay:#0006;--bg-card-gradient-start:#fff;--bg-card-gradient-end:#f3f4f9;--accent-color:#2563eb;--accent-soft:#2563eb0f;--accent-hover:#1d4ed8;--success-color:#16a34a;--success-soft:#16a34a0f;--warning-color:#d97706;--warning-soft:#d977060f;--danger-color:#dc2626;--danger-soft:#dc26260f;--info-color:#0891b2;--info-soft:#0891b20f;--purple-accent:#7c3aed;--accent-rgb:37,99,235;--text-main:#111827;--text-muted:#5f6775;--text-dim:#9ca3af;--text-on-accent:#fff;--text-on-warning:#fff;--border-main:#d2d5de;--border-hover:#b8bcc8;--border-light:#00000012;--border-color:#d2d5de;--bg-checkbox:#00000008;--bg-filter:#fff;--bg-filter-active:#0000000d;--bg-row-hover:rgba(0,0,0,.025);--bg-footer-subtle:rgba(0,0,0,.015);--shadow-sm:0 1px 3px #00000012,0 1px 2px #0000000a;--shadow-md:0 4px 14px #00000014,0 2px 4px #0000000a;--shadow-lg:0 10px 30px #0000001a,0 4px 8px #0000000d;--shadow-row-hover:0 4px 12px #00000012;--spinner-track:#0000001a;--scrollbar-bg:#e0e2ea;--scrollbar-thumb:#b8bcc8}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background-color:#080810;background-color:var(--bg-primary);color:#e4e4ec;color:var(--text-main);font-family:Inter,system-ui,-apple-system,sans-serif}input::-webkit-calendar-picker-indicator{-webkit-appearance:none;display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.page-wrapper{flex:1 1;padding:32px 40px}.stat-card-modern{padding:24px}.stat-card-modern:hover{background:#1b1b2a;background:var(--bg-tertiary)}.stat-card-modern .card-icon{align-items:center;border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:20px;width:48px}.stat-card-modern .card-label{color:#8888a0;color:var(--text-muted);font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.stat-card-modern .card-value{color:#e4e4ec;color:var(--text-main);font-size:28px;font-weight:1000;margin:4px 0}.stat-card-modern .card-trend{font-size:12px;font-weight:600;margin-top:8px}.filter-bar-modern{background:#12121e;background:var(--bg-secondary);border-radius:12px;border-radius:var(--radius-md);gap:20px;margin-bottom:32px;padding:16px 24px}.date-picker-modern{align-items:center;background:#080810;background:var(--bg-primary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:10px;color:#e4e4ec;color:var(--text-main);cursor:pointer;display:flex;gap:12px;padding:10px 16px;transition:all .2s}.date-picker-modern:hover{border-color:#3b82f6;border-color:var(--accent-color)}.date-picker-modern input[type=date]{background:#0000;border:none;color:#e4e4ec;color:var(--text-main);cursor:pointer;font-size:14px;font-weight:900}.date-picker-modern input::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1) brightness(100%)}.btn-action-modern{border-radius:10px;font-weight:800;gap:10px;padding:12px 20px;transition:all .2s}.btn-action-modern.income{background:#22c55e14;background:var(--success-soft);border-color:#10b98133;color:#22c55e;color:var(--success-color)}.btn-action-modern.income:hover{background:#22c55e;background:var(--success-color);color:#000;color:var(--text-on-warning)}.btn-action-modern.expense{background:#ef444414;background:var(--danger-soft);border-color:#ef444433;color:#ef4444;color:var(--danger-color)}.btn-action-modern.expense:hover{background:#ef4444;background:var(--danger-color);color:#fff;color:var(--text-on-accent)}.reports-insights-grid{display:flex;flex-direction:row;gap:32px}.reports-insights-grid>.reports-health-card{flex:1 1}.btn-action-modern.reports{background:#3b82f614;background:var(--accent-soft);border-color:#3b82f633;color:#3b82f6;color:var(--accent-color)}.btn-action-modern.reports:hover{background:#3b82f6;background:var(--accent-color);color:#fff;color:var(--text-on-accent)}.table-container-modern{border-radius:16px;box-shadow:0 1px 4px #00000059;box-shadow:var(--shadow-sm)}.modern-table th{line-height:1;padding:15px 35px;text-align:left}.modern-table td{border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--border-light);color:#e4e4ec;color:var(--text-main);font-size:14px;padding:20px 24px}.modern-table tr:last-child td{border-bottom:none}.modern-table tr{background:#0000;cursor:pointer;transition:all .2s ease}.modern-table tr:hover{background-color:#1e1e30!important;background-color:var(--bg-hover)!important;position:relative;z-index:10}.activity-badge{border-radius:8px;font-size:10px;font-weight:900;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.activity-badge,.activity-icon-modern{background:#12121e;background:var(--bg-secondary)}.activity-icon-modern{align-items:center;border:1px solid #ffffff0f;border:1px solid var(--border-light);border-radius:14px;display:flex;flex-shrink:0;font-size:20px;height:48px;justify-content:center;width:48px}::-webkit-scrollbar{display:none;height:0;width:0}*{scrollbar-width:none}.page-header-modern{padding:0 40px 40px}.header-left-modern .header-titles-modern h1{font-size:32px;font-weight:1000;letter-spacing:-1px;margin-bottom:4px}.header-left-modern .header-titles-modern p{color:#8888a0;color:var(--text-muted);font-size:14px;font-weight:600}.filter-pill-modern{align-items:center;background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;display:flex;gap:12px;padding:8px 16px}.filter-pill-modern span{color:#8888a0;color:var(--text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.filter-pill-modern input{background:#0000;border:none;color:#e4e4ec;color:var(--text-main);cursor:pointer;font-weight:800;outline:none}.btn-modern-primary{align-items:center;background:#f59e0b;background:var(--warning-color);border:none;border-radius:12px;color:#000;color:var(--text-on-warning);cursor:pointer;display:flex;font-size:14px;font-weight:900;gap:8px;padding:12px 24px;transition:all .2s}.btn-modern-primary:hover{box-shadow:0 4px 12px #f59e0b26}.stats-strip-modern{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:40px;padding:0 40px}.stat-card-modern{border-radius:20px;padding:30px}.stat-card-modern:before{content:"""";height:100%;left:0;position:absolute;top:0;width:4px}.stat-card-modern.success:before{background:#22c55e;background:var(--success-color)}.stat-card-modern.danger:before{background:#ef4444;background:var(--danger-color)}.stat-card-modern.info:before{background:#06b6d4;background:var(--info-color)}.stat-card-modern .stat-label{color:#8888a0;color:var(--text-muted);font-size:12px;font-weight:800;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.stat-card-modern .stat-value{font-size:32px;font-weight:1000;margin-bottom:8px}.stat-card-modern .stat-trend{color:#55556e;color:var(--text-dim);font-size:12px;font-weight:600}.u-modal-overlay{bottom:0;left:0;padding:40px;right:0;top:0;z-index:1000}.u-modal-content-wide{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:24px;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}.modal-header-modern{padding:32px 40px}.modal-header-modern h2{font-size:24px;margin-bottom:4px}.modal-header-modern p{color:#8888a0;color:var(--text-muted);font-size:13px}.modal-body-modern{padding:32px 40px}.form-toggle-group{margin-bottom:24px}.form-toggle-group label{color:#8888a0;color:var(--text-muted);display:block;font-size:12px;font-weight:800;margin-bottom:12px;text-transform:uppercase}.toggle-buttons{display:flex;gap:8px}.toggle-buttons button{background:#1b1b2a;background:var(--bg-tertiary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;color:#8888a0;color:var(--text-muted);cursor:pointer;flex:1 1;font-weight:900;padding:14px;transition:all .2s}.toggle-buttons button.active.success{background:#22c55e14;background:var(--success-soft);border-color:#22c55e;border-color:var(--success-color);color:#22c55e;color:var(--success-color)}.toggle-buttons button.active.danger{background:#ef444414;background:var(--danger-soft);border-color:#ef4444;border-color:var(--danger-color);color:#ef4444;color:var(--danger-color)}.toggle-buttons button.active{background:#3b82f614;background:var(--accent-soft);border-color:#3b82f6;border-color:var(--accent-color);color:#3b82f6;color:var(--accent-color)}.toggle-buttons.mini button{font-size:12px;padding:10px}.form-row-three{grid-gap:20px;grid-template-columns:repeat(3,1fr)}.form-row,.form-row-three{display:grid;gap:20px;margin-bottom:24px}.form-row{grid-gap:20px;grid-template-columns:1fr 1fr}.modal-footer-modern{gap:16px;padding:24px 40px 40px}.btn-cancel{background:#1b1b2a;background:var(--bg-tertiary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:14px;color:#e4e4ec;color:var(--text-main);flex:1 1;font-weight:800}.btn-cancel,.btn-submit{cursor:pointer;padding:16px}.btn-submit{background:#f59e0b;background:var(--warning-color);border:none;border-radius:14px;color:#000;color:var(--text-on-warning);flex:2 1;font-weight:900}.confirm-overlay{align-items:center;background:#000000d9;background:var(--bg-modal-overlay);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.confirm-box{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:20px;max-width:400px;padding:32px;text-align:center}.confirm-box h3{font-size:20px;font-weight:900;margin-bottom:12px}.confirm-box p{color:#8888a0;color:var(--text-muted);font-size:14px;margin-bottom:24px}.confirm-actions{display:flex;gap:12px}.confirm-actions button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-weight:800;padding:12px}.confirm-actions button.danger{background:#ef4444;background:var(--danger-color);color:#fff;color:var(--text-on-accent)}.primary-text{color:#e4e4ec;color:var(--text-main);font-size:15px;font-weight:800}.secondary-text{color:#8888a0;color:var(--text-muted);font-size:12px;font-weight:600}.amount-text{font-size:16px;font-weight:1000}.action-btn-delete{background:#ef444414;background:var(--danger-soft);border:1px solid #ef444433;border-radius:8px;color:#ef4444;color:var(--danger-color);cursor:pointer;font-size:12px;font-weight:800;padding:6px 16px;transition:all .2s}.action-btn-delete:hover{background:#ef4444;background:var(--danger-color);color:#fff;color:var(--text-on-accent)}.content-container-modern{padding:20px 0}.page-header-modern{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.header-left-modern{align-items:center;display:flex;gap:20px}.header-icon-stack-modern{align-items:center;border-radius:12px;display:flex;height:50px;justify-content:center;width:50px}.header-icon-stack-modern.blue{background:#3b82f61a;color:#3b82f6;color:var(--accent-color)}.header-icon-stack-modern.orange{background:#f59e0b1a;color:#f59e0b;color:var(--warning-color)}.header-icon-stack-modern.green{background:#10b9811a;color:#22c55e;color:var(--success-color)}.header-titles-modern h1{font-size:28px;font-weight:1000;letter-spacing:-.5px}.header-titles-modern p{color:#55556e;color:var(--text-dim);font-size:14px;font-weight:500;margin-top:4px}.header-actions-modern{align-items:center;display:flex;gap:15px}.action-btn-modern{align-items:center;border-radius:14px;display:flex;font-size:14px;font-weight:700;gap:8px;height:48px;padding:0 20px}.action-btn-modern.primary{align-items:center;background:#3b82f6;background:var(--accent-color);color:#fff;color:var(--text-on-accent);display:flex;height:48px;justify-content:center;min-width:160px;padding:0 32px}.action-btn-modern.secondary{background:#1b1b2a;background:var(--bg-tertiary);border:1px solid #23233a;border:1px solid var(--border-color);color:#e4e4ec;color:var(--text-main)}.analysis-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:40px}.analysis-card{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-color);border-radius:20px;padding:24px;transition:transform .2s}.analysis-card:hover{box-shadow:0 1px 4px #00000059;box-shadow:var(--shadow-sm);transform:none}.analysis-title{color:#8888a0;color:var(--text-muted);font-size:11px;font-weight:800;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.analysis-value{font-size:26px;font-weight:900}.analysis-card.success .analysis-title{color:#22c55e;color:var(--success-color)}.analysis-card.warning .analysis-title{color:#f59e0b;color:var(--warning-color)}.table-card-modern{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-color);border-radius:24px;overflow:hidden}.table-header-modern{align-items:center;border-bottom:1px solid #23233a;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:24px}.table-header-modern h3{font-size:18px;font-weight:800}.modern-table-container{overflow-x:auto;width:100%}.modern-table{border-collapse:collapse;width:100%}.modern-table th{background:#1b1b2a;background:var(--bg-tertiary);border-bottom:1px solid #23233a;border-bottom:1px solid var(--border-main);color:#8888a0;color:var(--text-muted);font-size:10px;font-weight:1000;letter-spacing:1px;padding:16px 24px;text-transform:uppercase}.modern-table td{border-bottom:1px solid #23233a;border-bottom:1px solid var(--border-color);padding:18px 24px;vertical-align:middle}.clickable-row{border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--border-light);cursor:pointer;position:relative;transition:all .2s ease;z-index:1}.clickable-row:hover{background:#ffffff0f!important;background:var(--bg-row-hover)!important;border-bottom-color:#0000;border-radius:12px;z-index:10}.clickable-row td{padding:16px 12px}.hero-card-modern{background:linear-gradient(135deg,#12121e,#080810);background:linear-gradient(135deg,var(--bg-card-gradient-start),var(--bg-card-gradient-end));border:1px solid #23233a;border:1px solid var(--border-main);border-radius:28px;margin-bottom:30px;padding:35px}.hero-main-modern{align-items:center;display:flex;gap:30px}.hero-avatar-modern{align-items:center;border-radius:24px;color:#fff;display:flex;font-size:32px;font-weight:900;height:85px;justify-content:center;width:85px}.hero-avatar-modern.purple{background:linear-gradient(45deg,#6366f1,#a855f7)}.hero-details-modern h2{font-size:32px;font-weight:1000;margin:0}.hero-details-modern p{color:#55556e;color:var(--text-dim);font-size:15px;margin-top:6px}.hero-title-row-modern{align-items:center;display:flex;gap:15px}.hero-badge-modern{border-radius:8px;font-size:10px;font-weight:900;padding:4px 12px;text-transform:uppercase}.hero-badge-modern.blue{background:#3b82f61a;color:#3b82f6;color:var(--accent-color)}.hero-footer-modern{align-items:center;border-top:1px solid #23233a;border-top:1px solid var(--border-main);display:flex;justify-content:space-between;margin-top:35px;padding-top:30px}.balance-indicator-modern{align-items:center;display:flex;gap:15px}.indicator-text-modern label{color:#55556e;color:var(--text-dim);display:block;font-size:11px;font-weight:800;text-transform:uppercase}.indicator-text-modern h2{font-size:24px;font-weight:900;margin-top:4px}.footer-btn-modern{align-items:center;border-radius:14px;display:flex;font-size:15px;font-weight:800;gap:10px;padding:14px 28px}.footer-btn-modern.primary{background:#3b82f6;background:var(--accent-color);color:#fff;color:var(--text-on-accent)}.status-pill-modern{border-radius:30px;font-size:11px;font-weight:800;padding:6px 14px;text-transform:uppercase}.status-pill-modern.active,.status-pill-modern.success{background:#22c55e14;background:var(--success-soft);color:#22c55e;color:var(--success-color)}.status-pill-modern.completed{background:#6675801a;color:#55556e;color:var(--text-dim)}.status-pill-modern.void{background:#ef444414;background:var(--danger-soft);color:#ef4444;color:var(--danger-color)}.filter-bar{display:flex;gap:10px}.filter-btn{background:none;border:1px solid #0000;border-radius:8px;color:#55556e;color:var(--text-dim);font-size:13px;font-weight:700;padding:8px 16px}.filter-btn.active{background:#ffffff0f;background:var(--bg-filter-active);border-color:#23233a;border-color:var(--border-main)}.back-btn-modern,.filter-btn.active{color:#e4e4ec;color:var(--text-main)}.back-btn-modern{align-items:center;background:#1b1b2a;background:var(--bg-tertiary);border:1px solid #23233a;border:1px solid var(--border-color);border-radius:12px;display:flex;height:40px;justify-content:center;width:40px}.back-btn-modern:hover{opacity:.8;transform:none}.modal-overlay{align-items:center;background:#000000d9;background:var(--bg-modal-overlay);bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.modal-content-modern{animation:modalPop .3s cubic-bezier(.34,1.56,.64,1);border:1px solid #23233a;border:1px solid var(--border-main);box-shadow:0 25px 50px -12px #00000080;max-height:85vh;max-width:440px}.modal-header-modern{flex-shrink:0}.modal-body-modern{flex:1 1;overflow-y:auto;padding:32px}.modal-footer-modern{background:#12121e;background:var(--bg-secondary);flex-shrink:0;padding:16px 32px}@keyframes modalPop{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header-modern{border-bottom:1px solid #23233a;border-bottom:1px solid var(--border-main);padding:24px 30px}.modal-header-modern h2{align-items:center;display:flex;font-size:20px;font-weight:800;gap:12px}.modal-body-modern{padding:30px}.modal-footer-modern{background:#ffffff05;background:var(--bg-footer-subtle);border-radius:0 0 28px 28px;border-top:1px solid #23233a;border-top:1px solid var(--border-main);display:flex;gap:12px;justify-content:flex-end;padding:20px 30px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.form-grid-3{grid-gap:10px;display:grid;gap:10px;grid-template-columns:2fr 1fr 1.5fr}.form-group label{color:#55556e;color:var(--text-dim);display:block;font-size:11px;font-weight:800;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.form-input-modern{background:#161624;background:var(--bg-input-alt);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;color:#e4e4ec;color:var(--text-main);font-size:14px;padding:12px 16px;width:100%}.form-input-modern:focus{border-color:#3b82f6;border-color:var(--accent-color);outline:none}.checkbox-group{align-items:center;background:#ffffff0a;background:var(--bg-checkbox);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:12px 16px}.checkbox-group input{cursor:pointer;height:18px;width:18px}.checkbox-group span{font-size:14px;font-weight:500}.u-table-container{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:16px;box-shadow:0 1px 4px #00000059;box-shadow:var(--shadow-sm);overflow:hidden;padding:0}.u-table thead tr{background-color:#1b1b2a;background-color:var(--bg-tertiary);border-bottom:1px solid #23233a;border-bottom:1px solid var(--border-main)}.u-table th{font-weight:1000;letter-spacing:1px;line-height:1;padding:15px 35px}.u-table td{border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--border-light);padding:20px 24px}.u-table tbody tr:hover{background-color:#1b1b2a!important;background-color:var(--bg-tertiary)!important;box-shadow:0 1px 4px #00000059;box-shadow:var(--shadow-sm);position:relative;z-index:10}.u-modal{bottom:0;left:0;right:0;top:0;z-index:2000}.u-modal-content{background:#0a0a12;background:var(--bg-modal);border-radius:30px;box-shadow:0 40px 80px #0009;max-width:500px;overflow-y:auto;width:90%}.u-form-group{margin-bottom:12px}.u-form-group label{color:#55556e;color:var(--text-dim);font-size:11px;margin-bottom:6px}.u-form-group input,.u-form-group select,.u-form-group textarea{font-weight:800;padding:12px 14px}.u-form-group input:focus{border-color:#3b82f6;border-color:var(--accent-color)}.btn-m{border:none;border-radius:12px;cursor:pointer;font-size:13px;font-weight:1000;padding:12px 24px;transition:all .2s}.btn-m:hover{filter:brightness(1.1)}.analysis-footer{color:#55556e;color:var(--text-dim);font-size:11px;font-weight:700;margin-top:10px}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff1a;border-top-color:#3b82f6;border:2px solid var(--spinner-track);border-radius:50%;border-top-color:var(--accent-color);height:20px;width:20px}.count-badge{background:#1b1b2a;background:var(--bg-tertiary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:10px;color:#55556e;color:var(--text-dim);font-size:11px;font-weight:900;padding:6px 14px}.fade-in{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filter-bar-modern{background:#1b1b2a;background:var(--bg-tertiary);border-radius:16px;justify-content:space-between;padding:10px 20px}.filter-bar-modern,.search-box-modern{align-items:center;border:1px solid #23233a;border:1px solid var(--border-main);display:flex}.search-box-modern{background:#080810;background:var(--bg-primary);border-radius:12px;padding:10px 18px}.date-input-modern{background:#0000;border:none;color:#e4e4ec;color:var(--text-main);font-size:13px;font-weight:800;outline:none}.btn-action-modern{align-items:center;border:1px solid #0000;border-radius:14px;cursor:pointer;display:flex;font-size:13px;font-weight:1000;gap:8px;justify-content:center;padding:12px 24px;transition:all .2s ease}.btn-action-modern.income{background:#22c55e;background:var(--success-color);color:#000;color:var(--text-on-warning)}.btn-action-modern.expense{background:#ef4444;background:var(--danger-color);color:#fff;color:var(--text-on-accent)}.btn-action-modern:hover{filter:brightness(1.1);transform:translateY(-1px)}.stat-card-modern{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;border-radius:var(--radius-md);display:flex;flex-direction:column;overflow:hidden;padding:32px;position:relative;transition:all .2s ease}.stat-card-modern:hover{border-color:#32325a;border-color:var(--border-hover);transform:none}.stat-card-modern label{color:#8888a0;color:var(--text-muted);font-size:11px;font-weight:1000;letter-spacing:1.5px;margin-bottom:6px;text-transform:uppercase}.stat-card-modern .value{color:#e4e4ec;color:var(--text-main);font-size:36px;font-weight:1000;letter-spacing:-1px;margin:0}.badge-modern{align-items:center;border-radius:8px;display:inline-flex;font-size:10px;font-weight:1000;gap:6px;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.info-soft{background:#06b6d414;background:var(--info-soft);color:#06b6d4;color:var(--info-color)}.success-soft{background:#22c55e14;background:var(--success-soft);color:#22c55e;color:var(--success-color)}.warning-soft{background:#f59e0b14;background:var(--warning-soft);color:#f59e0b;color:var(--warning-color)}.danger-soft{background:#ef444414;background:var(--danger-soft);color:#ef4444;color:var(--danger-color)}.table-container-modern{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:32px;overflow:hidden}.activity-cell{align-items:center;display:flex;gap:16px;position:relative}.product-avatar-container{background:#0c0c16;background:var(--bg-input);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;flex-shrink:0;height:50px;overflow:hidden;width:50px}.product-avatar-table{height:100%;object-fit:cover;width:100%}.activity-main{align-items:center;color:#e4e4ec;color:var(--text-main);display:flex;font-size:15px;font-weight:1000}.time-cell-sub{color:#55556e;color:var(--text-dim);font-size:12px;font-weight:700;margin-top:4px}.details-cell{color:#8888a0;color:var(--text-muted);font-size:13px;font-weight:600}.amount-cell{color:#e4e4ec;color:var(--text-main);font-size:18px;font-weight:1000}.customer-link{color:#3b82f6;color:var(--accent-color);cursor:pointer;font-weight:1000;text-decoration:none}.customer-link:hover{text-decoration:underline}.pg-title{color:#e4e4ec;color:var(--text-main);font-size:42px;font-weight:900;letter-spacing:-2.5px;line-height:1;margin:0;text-transform:uppercase}.pg-title-accent{background:#3b82f6;background:var(--accent-color);border-radius:4px;display:inline-block;flex-shrink:0;height:36px;margin-right:14px;vertical-align:middle;width:4px}.pg-header{align-items:center;display:flex;margin-bottom:32px}.pg-header h1{color:#e4e4ec;color:var(--text-main);font-size:42px;font-weight:900;letter-spacing:-2.5px;line-height:1;margin:0;text-transform:uppercase}.section-label{font-size:11px;margin-bottom:6px}.card-stat-label,.section-label{color:#8888a0;color:var(--text-muted);font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.card-stat-label{display:block;font-size:10px;margin-bottom:8px}.card-stat-value{color:#e4e4ec;color:var(--text-main);font-size:32px;font-weight:900;letter-spacing:-1px;line-height:1}.card-stat-sub{color:#55556e;color:var(--text-dim);font-size:12px;font-weight:600;margin-top:8px}.dark-card{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:20px;padding:24px 28px;transition:border-color .2s}.dark-card:hover{border-color:#3b82f640}.filter-tab-wrap{align-items:center;background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;display:flex;gap:0;padding:4px}.filter-tab{background:#0000;border:none;border-radius:9px;color:#8888a0;color:var(--text-muted);cursor:pointer;font-size:11px;font-weight:800;letter-spacing:1px;padding:8px 18px;text-transform:uppercase;transition:all .2s}.filter-tab.active{background:#3b82f6;background:var(--accent-color);color:#000;color:var(--text-on-warning)}.filter-tab:hover:not(.active){background:#ffffff0f;background:var(--bg-filter-active);color:#e4e4ec;color:var(--text-main)}.date-pill{align-items:center;background:#0000;border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;display:flex;gap:14px;padding:8px 16px}.date-pill-divider{background:#23233a;background:var(--border-main);height:18px;width:1px}.u-modal-overlay{align-items:center;background:#000000d9;background:var(--bg-modal-overlay);display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.u-modal-content{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:24px;box-shadow:0 12px 36px #0000008c;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.u-modal-header{align-items:center;background:#1b1b2a;background:var(--bg-tertiary);border-bottom:1px solid #23233a;border-bottom:1px solid var(--border-main);display:flex;flex-shrink:0;justify-content:space-between;padding:22px 28px}.u-modal-header h3{font-size:16px;font-weight:900;letter-spacing:-.3px;margin:0;text-transform:uppercase}.close-modal,.u-modal-header h3{color:#e4e4ec;color:var(--text-main)}.close-modal{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:24px;justify-content:center;line-height:1;opacity:.5;padding:0}.u-modal-body{overflow-y:auto;padding:24px 28px}.u-form-group{margin-bottom:18px}.u-form-group label{color:#8888a0;color:var(--text-muted);display:block;font-size:10px;font-weight:800;letter-spacing:1.5px;margin-bottom:8px;text-transform:uppercase}.u-form-group input,.u-form-group select,.u-form-group textarea{background:#0c0c16;background:var(--bg-input);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;box-sizing:border-box;color:#e4e4ec;color:var(--text-main);font-family:Inter,sans-serif;font-size:14px;font-weight:600;outline:none;padding:12px 16px;transition:border-color .2s;width:100%}.u-form-group input:focus,.u-form-group select:focus,.u-form-group textarea:focus{border-color:#3b82f6;border-color:var(--accent-color)}.u-table{border-collapse:collapse;width:100%}.u-table th{background:#1b1b2a;background:var(--bg-tertiary);color:#8888a0;color:var(--text-muted);font-size:10px;font-weight:800;letter-spacing:1.5px;padding:14px 20px;text-align:left;text-transform:uppercase}.u-table td,.u-table th{border-bottom:1px solid #23233a;border-bottom:1px solid var(--border-main)}.u-table td{color:#e4e4ec;color:var(--text-main);font-size:14px;font-weight:600;padding:16px 20px;vertical-align:middle}.u-table tr:last-child td{border-bottom:none}.u-table tr:hover td{background:#1b1b2a;background:var(--bg-tertiary);cursor:pointer}.chip{align-items:center;border-radius:8px;display:inline-flex;font-size:10px;font-weight:800;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.chip-green{background:#22c55e14;background:var(--success-soft);color:#22c55e;color:var(--success-color)}.chip-red{background:#ef444414;background:var(--danger-soft);color:#ef4444;color:var(--danger-color)}.chip-amber{background:#f59e0b14;background:var(--warning-soft);color:#f59e0b;color:var(--warning-color)}.chip-blue{background:#3b82f614;background:var(--accent-soft);color:#3b82f6;color:var(--accent-color)}.chip-grey{background:#a0a1aa1f;color:#8888a0;color:var(--text-muted)}.btn-primary{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:14px;color:#fff;color:var(--text-on-accent);cursor:pointer;display:inline-flex;font-size:12px;font-weight:900;gap:8px;height:46px;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .2s}.btn-primary:hover{background:#2563eb;background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{align-items:center;background:#0000;border:1px solid #23233a;border:1px solid var(--border-main);border-radius:14px;color:#e4e4ec;color:var(--text-main);cursor:pointer;display:inline-flex;font-size:12px;font-weight:800;gap:8px;height:46px;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .2s}.btn-secondary:hover{border-color:#3b82f6;border-color:var(--accent-color);color:#3b82f6;color:var(--accent-color)}.btn-back-modern{transition:all .2s ease}.btn-back-modern:hover{background:#1e1e30!important;background:var(--bg-hover)!important;border-color:#3b82f6!important;border-color:var(--accent-color)!important;color:#3b82f6!important;color:var(--accent-color)!important}.search-field{align-items:center;display:inline-flex;position:relative}.search-field input{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;color:#e4e4ec;color:var(--text-main);font-size:13px;font-weight:500;outline:none;padding:10px 14px 10px 38px;transition:border-color .2s}.search-field input:focus{border-color:#3b82f6;border-color:var(--accent-color)}.search-field .search-icon,.search-field input::placeholder{color:#55556e;color:var(--text-dim)}.search-field .search-icon{left:12px;pointer-events:none;position:absolute}.section-heading{border-bottom:1px solid #23233a;border-bottom:1px solid var(--border-main);font-size:11px;font-weight:900;letter-spacing:2px;margin-bottom:20px;padding-bottom:12px;text-transform:uppercase}.profile-info-row,.section-heading{color:#8888a0;color:var(--text-muted)}.profile-info-row{align-items:center;display:flex;font-size:14px;font-weight:700;gap:8px}.nav-item.active .nav-label{color:#3b82f6;color:var(--accent-color)}.u-modal{align-items:center;background:#000000d9;background:var(--bg-modal-overlay);display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}@keyframes fadeSlideUp{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeSlideUp .35s cubic-bezier(.4,0,.2,1)}.modal-overlay-modern{align-items:center!important;animation:modalEnterModern .4s cubic-bezier(.16,1,.3,1) forwards;background:#000000d9!important;background:var(--bg-modal-overlay)!important;display:flex!important;inset:0!important;justify-content:center!important;margin:0!important;padding:20px!important;position:fixed!important;z-index:999999!important}@keyframes modalEnterModern{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-content-modern{background:#12121e!important;background:var(--bg-secondary)!important;background:#12121e;background:var(--bg-secondary);border:1px solid #ffffff0f!important;border:1px solid var(--border-light)!important;border:1px solid #ffffff0f;border:1px solid var(--border-light);border-radius:28px!important;border-radius:28px;box-shadow:0 12px 36px #0000008c!important;box-shadow:var(--shadow-lg)!important;box-shadow:0 12px 36px #0000008c,0 0 0 1px #ffffff0f;box-shadow:var(--shadow-lg),0 0 0 1px var(--border-light);display:flex!important;display:flex;flex-direction:column!important;flex-direction:column;max-height:90vh!important;max-height:92vh;max-width:450px!important;max-width:600px;overflow:hidden!important;overflow:hidden;position:relative!important;position:relative;width:100%!important;width:100%}.modal-header-modern{align-items:center;background:#ffffff05;background:var(--bg-footer-subtle);border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:24px 32px}.modal-header-modern h2{color:#e4e4ec;color:var(--text-main);font-size:22px;font-weight:1000;letter-spacing:-.5px;margin:0;text-transform:uppercase}.close-btn-modern{background:none;border:none;color:#e4e4ec;color:var(--text-main);cursor:pointer;font-size:24px;line-height:1;opacity:.5;padding:0}.close-btn-modern:hover{opacity:.5}.modal-content-modern input:not([type=checkbox]):not([type=radio]),.modal-content-modern select,.modal-content-modern textarea{background:#0c0c16;background:var(--bg-input);border:1px solid #ffffff0f;border:1px solid var(--border-light);border-radius:12px;box-sizing:border-box;color:#e4e4ec;color:var(--text-main);font-size:14px;font-weight:600;outline:none;padding:14px 16px;transition:all .2s;width:100%}.modal-content-modern input:not([type=checkbox]):not([type=radio]):focus,.modal-content-modern select:focus,.modal-content-modern textarea:focus{background:#0c0c16;background:var(--bg-input);border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a}.modal-content-modern select option{background:#12121e;background:var(--bg-secondary);color:#e4e4ec;color:var(--text-main)}.form-section-modern{flex:1 1;overflow-y:auto;padding:32px}.input-group-modern{margin-bottom:24px}.input-group-modern label{color:#8888a0;color:var(--text-muted);display:block;font-size:11px;font-weight:900;letter-spacing:1.5px;margin-bottom:10px;text-transform:uppercase}.input-group-modern input,.input-group-modern select,.input-group-modern textarea{background:#0c0c16;background:var(--bg-input);border:1px solid #ffffff0f;border:1px solid var(--border-light);border-radius:14px;color:#e4e4ec;color:var(--text-main);font-size:14px;font-weight:600;outline:none;padding:14px 18px;transition:all .2s;width:100%}.input-group-modern input:focus{background:#0c0c16;background:var(--bg-input);border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 4px #3b82f61a}.modal-actions-modern{background:#ffffff05;background:var(--bg-footer-subtle);border-top:1px solid #ffffff0f;border-top:1px solid var(--border-light);display:flex;gap:16px;padding:24px 32px}.btn-submit-modern{background:#3b82f6;background:var(--accent-color);border:none;border-radius:16px;color:#fff;color:var(--text-on-accent);cursor:pointer;flex:1 1;font-size:14px;font-weight:1000;letter-spacing:1px;padding:16px;text-transform:uppercase;transition:all .2s}.btn-submit-modern:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 4px 12px #3b82f633}@keyframes modalEnter{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.grid-card-modern{background:#12121e;background:var(--bg-secondary);border:1px solid #23233a;border:1px solid var(--border-main);border-radius:12px;border-radius:var(--radius-md);padding:20px;transition:all .2s ease}.grid-card-modern:hover{border-color:#32325a;border-color:var(--border-hover);transform:translateY(-2px)}[data-theme=light] .confirm-overlay,[data-theme=light] .modal-overlay,[data-theme=light] .modal-overlay-modern,[data-theme=light] .u-modal,[data-theme=light] .u-modal-overlay{background:#00000073!important}[data-theme=light] .modal-content-modern{box-shadow:0 12px 36px #0000008c!important;box-shadow:var(--shadow-lg)!important}[data-theme=light] .modal-content-modern,[data-theme=light] .u-modal-content{background:#12121e!important;background:var(--bg-secondary)!important;border-color:#23233a!important;border-color:var(--border-main)!important}[data-theme=light] .u-modal-content{box-shadow:0 20px 60px #0000001f!important}[data-theme=light] .modal-header-modern{background:#1b1b2a!important;background:var(--bg-tertiary)!important;border-bottom-color:#23233a!important;border-bottom-color:var(--border-main)!important}[data-theme=light] .modal-header-modern h2{color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] .u-modal-header{background:#1b1b2a!important;background:var(--bg-tertiary)!important;border-bottom-color:#23233a!important;border-bottom-color:var(--border-main)!important}[data-theme=light] .modal-actions-modern,[data-theme=light] .modal-footer-modern{background:#1b1b2a!important;background:var(--bg-tertiary)!important;border-top-color:#23233a!important;border-top-color:var(--border-main)!important}[data-theme=light] .close-btn-modern,[data-theme=light] .close-modal{color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] .form-input-modern,[data-theme=light] .input-group-modern input,[data-theme=light] .input-group-modern select,[data-theme=light] .input-group-modern textarea,[data-theme=light] .modal-content-modern input:not([type=checkbox]):not([type=radio]),[data-theme=light] .modal-content-modern select,[data-theme=light] .modal-content-modern textarea,[data-theme=light] .u-form-group input,[data-theme=light] .u-form-group select,[data-theme=light] .u-form-group textarea{background:#0c0c16!important;background:var(--bg-input)!important;border-color:#23233a!important;border-color:var(--border-main)!important;color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] .form-input-modern:focus,[data-theme=light] .input-group-modern input:focus,[data-theme=light] .modal-content-modern input:focus,[data-theme=light] .modal-content-modern select:focus,[data-theme=light] .u-form-group input:focus,[data-theme=light] .u-form-group select:focus{background:#0c0c16!important;background:var(--bg-input)!important;border-color:#3b82f6!important;border-color:var(--accent-color)!important;box-shadow:0 0 0 3px #2563eb1a!important}[data-theme=light] .modal-content-modern select option{background:#12121e;background:var(--bg-secondary);color:#e4e4ec;color:var(--text-main)}[data-theme=light] .form-group label,[data-theme=light] .input-group-modern label,[data-theme=light] .u-form-group label{color:#8888a0!important;color:var(--text-muted)!important}[data-theme=light] .checkbox-group{background:#00000005!important;border-color:#23233a!important;border-color:var(--border-main)!important}[data-theme=light] .date-input-modern,[data-theme=light] .date-picker-modern,[data-theme=light] .date-picker-modern input[type=date],[data-theme=light] .filter-pill-modern input{color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] .date-picker-modern input::-webkit-calendar-picker-indicator{filter:none!important}[data-theme=light] .hero-card-modern{background:linear-gradient(135deg,#fff,#f2f3f8)!important;border-color:#23233a!important;border-color:var(--border-main)!important}[data-theme=light] .hero-details-modern p{color:#8888a0!important;color:var(--text-muted)!important}[data-theme=light] .hero-footer-modern{border-top-color:#23233a!important;border-top-color:var(--border-main)!important}[data-theme=light] .hero-avatar-modern{color:#fff!important}[data-theme=light] .indicator-text-modern label{color:#8888a0!important;color:var(--text-muted)!important}[data-theme=light] .analysis-footer{color:#55556e!important;color:var(--text-dim)!important}[data-theme=light] .modern-table th,[data-theme=light] .u-table th{background:#1b1b2a!important;background:var(--bg-tertiary)!important;color:#8888a0!important;color:var(--text-muted)!important}[data-theme=light] .activity-main,[data-theme=light] .primary-text{color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] .time-cell-sub{color:#55556e!important;color:var(--text-dim)!important}[data-theme=light] .details-cell,[data-theme=light] .header-titles-modern p,[data-theme=light] .hero-details-modern p{color:#8888a0!important;color:var(--text-muted)!important}[data-theme=light] .product-avatar-container{background:#1b1b2a!important;background:var(--bg-tertiary)!important;border-color:#23233a!important;border-color:var(--border-main)!important}[data-theme=light] .action-btn-modern.primary{background:#3b82f6!important;background:var(--accent-color)!important;color:#fff!important}[data-theme=light] .action-btn-modern.secondary{background:#1b1b2a!important;background:var(--bg-tertiary)!important;border-color:#23233a!important;border-color:var(--border-main)!important}[data-theme=light] .action-btn-modern.secondary,[data-theme=light] .back-btn-modern{color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] .btn-action-modern.income:hover,[data-theme=light] .footer-btn-modern.primary{color:#fff!important}[data-theme=light] .filter-btn{color:#8888a0!important;color:var(--text-muted)!important}[data-theme=light] .filter-btn.active{background:#3b82f614!important;background:var(--accent-soft)!important;border-color:#3b82f6!important;border-color:var(--accent-color)!important;color:#3b82f6!important;color:var(--accent-color)!important}[data-theme=light] .filter-tab.active{background:#3b82f6!important;background:var(--accent-color)!important;color:#fff!important}[data-theme=light] .filter-tab:hover:not(.active){background:#0000000a!important}[data-theme=light] .count-badge{background:#1b1b2a!important;background:var(--bg-tertiary)!important;border-color:#23233a!important;border-color:var(--border-main)!important;color:#8888a0!important;color:var(--text-muted)!important}[data-theme=light] .stat-card-modern:hover{border-color:#3b82f6!important;border-color:var(--accent-color)!important;box-shadow:0 8px 24px #00000014!important}[data-theme=light] .clickable-row:hover{background:#00000008!important;box-shadow:0 8px 30px #00000014!important}[data-theme=light] .grid-card-modern{background:#12121e!important;background:var(--bg-secondary)!important;border-color:#23233a!important;border-color:var(--border-main)!important}[data-theme=light] .grid-card-modern:hover{background:#1b1b2a!important;background:var(--bg-tertiary)!important;border-color:#3b82f6!important;border-color:var(--accent-color)!important;box-shadow:0 10px 30px #00000014!important}[data-theme=light] .spinner{border-color:#3b82f6 #0000001a #0000001a!important;border-top-color:var(--accent-color)!important}[data-theme=light] .header-icon-stack-modern.blue{color:#3b82f6!important;color:var(--accent-color)!important}[data-theme=light] .header-icon-stack-modern.orange{color:#f59e0b!important;color:var(--warning-color)!important}[data-theme=light] .header-icon-stack-modern.green,[data-theme=light] .status-pill-modern.active,[data-theme=light] .status-pill-modern.success{color:#22c55e!important;color:var(--success-color)!important}[data-theme=light] .status-pill-modern.void{color:#ef4444!important;color:var(--danger-color)!important}[data-theme=light] .chip-green{color:#22c55e!important;color:var(--success-color)!important}[data-theme=light] .chip-red{color:#ef4444!important;color:var(--danger-color)!important}[data-theme=light] .chip-amber{color:#f59e0b!important;color:var(--warning-color)!important}[data-theme=light] .chip-blue{color:#3b82f6!important;color:var(--accent-color)!important}[data-theme=light] .analysis-card.warning .analysis-title{color:#f59e0b!important;color:var(--warning-color)!important}[data-theme=light] .hero-badge-modern.blue{color:#3b82f6!important;color:var(--accent-color)!important}[data-theme=light] .menu-toggle{color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] .action-btn-delete:hover,[data-theme=light] .btn-action-modern.expense:hover,[data-theme=light] .btn-action-modern.reports:hover,[data-theme=light] .btn-primary,[data-theme=light] .btn-submit,[data-theme=light] .confirm-actions button.danger{color:#fff!important}[data-theme=light] .btn-primary:hover{background:#2563eb!important;background:var(--accent-hover)!important}[data-theme=light] .analysis-card .analysis-title{color:#8888a0;color:var(--text-muted)}[data-theme=light] .clickable-row{border-bottom-color:#ffffff0f!important;border-bottom-color:var(--border-light)!important}[data-theme=light] [style*="background: '#000'"],[data-theme=light] [style*="background: '#020203'"],[data-theme=light] [style*="background: '#050505'"],[data-theme=light] [style*="background: '#080808'"],[data-theme=light] [style*="background: '#09090b'"],[data-theme=light] [style*="background: '#0a0a0a'"],[data-theme=light] [style*="background: '#0a0a0c'"],[data-theme=light] [style*="background: '#111'"],[data-theme=light] [style*="background: '#141414'"],[data-theme=light] [style*="background: 'linear-gradient(135deg, #0a0a0a"],[data-theme=light] [style*="background: 'linear-gradient(135deg, #111"],[data-theme=light] [style*="background: 'linear-gradient(180deg, #0a0a0a"],[data-theme=light] [style*="background: 'linear-gradient(180deg, #111"],[data-theme=light] [style*="backgroundColor: '#020203'"],[data-theme=light] [style*="backgroundColor: '#050505'"],[data-theme=light] [style*="backgroundColor: '#080808'"],[data-theme=light] [style*="backgroundColor: '#09090b'"],[data-theme=light] [style*="backgroundColor: '#0a0a0a'"],[data-theme=light] [style*="backgroundColor: '#111'"]{background:#12121e!important;background:var(--bg-secondary)!important}[data-theme=light] [style*="color: '#e0e0e0'"],[data-theme=light] [style*="color: '#eee'"],[data-theme=light] [style*="color: '#f4f4f5'"],[data-theme=light] [style*="color: '#fff'"],[data-theme=light] [style*="color: '#ffffff'"],[data-theme=light] [style*="color: 'white'"]{color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] [style*="color: '#555'"],[data-theme=light] [style*="color: '#666'"],[data-theme=light] [style*="color: '#6b7280'"],[data-theme=light] [style*="color: '#888'"],[data-theme=light] [style*="color: '#8b9ab0'"],[data-theme=light] [style*="color: '#94a3b8'"],[data-theme=light] [style*="color: '#999'"],[data-theme=light] [style*="color: '#9ca3af'"],[data-theme=light] [style*="color: '#a1a1aa'"],[data-theme=light] [style*="color: '#aaa'"]{color:#8888a0!important;color:var(--text-muted)!important}[data-theme=light] [style*="border: '1px solid #111'"],[data-theme=light] [style*="border: '1px solid #181818'"],[data-theme=light] [style*="border: '1px solid #1a1a1a'"],[data-theme=light] [style*="border: '1px solid #222'"],[data-theme=light] [style*="border: '1px solid #333'"],[data-theme=light] [style*="borderBottom: '1px solid #111'"],[data-theme=light] [style*="borderBottom: '1px solid #1a1a1a'"],[data-theme=light] [style*="borderBottom: '1px solid #222'"],[data-theme=light] [style*="borderColor: '#111'"],[data-theme=light] [style*="borderColor: '#1a1a1a'"],[data-theme=light] [style*="borderColor: '#222'"],[data-theme=light] [style*="borderColor: '#333'"],[data-theme=light] [style*="borderTop: '1px solid #1a1a1a'"],[data-theme=light] [style*="borderTop: '1px solid #222'"]{border-color:#23233a!important;border-color:var(--border-main)!important}[data-theme=light] option,[data-theme=light] select option[style*=background]{background:#12121e!important;background:var(--bg-secondary)!important;color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] input[style*="background: '#020203'"],[data-theme=light] input[style*="background: '#09090b'"],[data-theme=light] input[style*="background: '#0a0a0a'"],[data-theme=light] input[style*="background: '#111'"],[data-theme=light] select[style*="background: '#09090b'"],[data-theme=light] select[style*="background: '#0a0a0a'"],[data-theme=light] select[style*="background: '#111'"],[data-theme=light] textarea[style*="background: '#0a0a0a'"],[data-theme=light] textarea[style*="background: '#111'"]{background:#0c0c16!important;background:var(--bg-input)!important;border-color:#23233a!important;border-color:var(--border-main)!important;color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] [style*="color: '#000'"][style*="background: '#10b981'"],[data-theme=light] [style*="color: '#000'"][style*="background: '#3b82f6'"],[data-theme=light] [style*="color: '#000'"][style*="background: '#f59e0b'"]{color:#fff!important}[data-theme=light] .content-area,[data-theme=light] .main-content>div,[data-theme=light] .page-wrapper,[data-theme=light] [class*=page]>div:first-child{color:#e4e4ec;color:var(--text-main)}[data-theme=light] th[style*="background: '#050507'"],[data-theme=light] th[style*="background: '#080808'"],[data-theme=light] th[style*="background: '#0a0a0a'"],[data-theme=light] th[style*="color: '#888'"],[data-theme=light] th[style*="color: '#8b9ab0'"]{background:#1b1b2a!important;background:var(--bg-tertiary)!important;color:#8888a0!important;color:var(--text-muted)!important}[data-theme=light] [style*="background: '#050505'"][style*=border],[data-theme=light] [style*="background: '#080808'"][style*=border],[data-theme=light] [style*="background: '#0a0a0a'"][style*=border]{background:#12121e!important;background:var(--bg-secondary)!important;border-color:#23233a!important;border-color:var(--border-main)!important}[data-theme=light] [style*="background: '#111'"][style*="height: '1px'"],[data-theme=light] [style*="background: '#111'"][style*="width: '1px'"],[data-theme=light] [style*="background: '#1a1a1a'"],[data-theme=light] [style*="background: '#222'"],[data-theme=light] [style*="background: '#222'"][style*="height: '1px'"],[data-theme=light] [style*="background: '#222'"][style*="width: '1px'"]{background:#23233a!important;background:var(--border-main)!important}[data-theme=light] [style*="color: '#333'"],[data-theme=light] [style*="color: '#444'"]{color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] h5{color:#e4e4ec;color:var(--text-main)}[data-theme=light] #root,[data-theme=light] body{background:#080810!important;background:var(--bg-primary)!important;color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] .analysis-card,[data-theme=light] .confirm-box,[data-theme=light] .dark-card,[data-theme=light] .date-pill,[data-theme=light] .filter-bar-modern,[data-theme=light] .filter-pill-modern,[data-theme=light] .filter-tab-wrap,[data-theme=light] .search-box-modern,[data-theme=light] .stat-card-modern,[data-theme=light] .table-card-modern,[data-theme=light] .table-container-modern,[data-theme=light] .u-table-container{background:#12121e!important;background:var(--bg-secondary)!important;border-color:#23233a!important;border-color:var(--border-main)!important}[data-theme=light] label{color:#8888a0;color:var(--text-muted)}[data-theme=light] select{background:#0c0c16!important;background:var(--bg-input)!important;border-color:#23233a!important;border-color:var(--border-main)!important;color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] td{color:#e4e4ec;color:var(--text-main)}[data-theme=light] td[style*="color: '#eee'"],[data-theme=light] td[style*="color: '#fff'"]{color:#e4e4ec!important;color:var(--text-main)!important}[data-theme=light] [style*="background: '#ef4444'"]{background:#ef4444!important;background:var(--danger-color)!important}[data-theme=light] [style*="background: '#10b981'"]{background:#22c55e!important;background:var(--success-color)!important}[data-theme=light] [style*="background: '#3b82f6'"]{background:#3b82f6!important;background:var(--accent-color)!important}[data-theme=light] [style*="background: '#f59e0b'"]{background:#f59e0b!important;background:var(--warning-color)!important}[data-theme=light] .confirm-overlay,[data-theme=light] .modal-overlay,[data-theme=light] .modal-overlay-modern,[data-theme=light] .u-modal,[data-theme=light] .u-modal-overlay{background:#000000d9!important;background:var(--bg-modal-overlay)!important}[data-theme=light] .modal-content-modern,[data-theme=light] .u-modal-content,[data-theme=light] .u-modal-content-wide{background:#12121e!important;background:var(--bg-secondary)!important;border-color:#23233a!important;border-color:var(--border-main)!important;box-shadow:0 12px 36px #0000008c!important;box-shadow:var(--shadow-lg)!important}[data-theme=light] .settings-section,[data-theme=light] [class*=settings]{background:#12121e;background:var(--bg-secondary);color:#e4e4ec;color:var(--text-main)}[data-theme=light] ::placeholder{color:#55556e!important;color:var(--text-dim)!important}[data-theme=light] ::-webkit-scrollbar-track{background:#1b1b2a;background:var(--scrollbar-bg)}[data-theme=light] ::-webkit-scrollbar-thumb{background:#32325a;background:var(--scrollbar-thumb)}.mobile-header{align-items:center;background:#1b1b2a;background:var(--bg-tertiary);border-bottom:1px solid #23233a;border-bottom:1px solid var(--border-main);display:none;height:60px;justify-content:space-between;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:1001}.menu-toggle{align-items:center;background:none;border:none;color:#e4e4ec;color:var(--text-main);cursor:pointer;display:flex;justify-content:center}.mobile-brand-name{color:#3b82f6;color:var(--accent-color);font-size:14px;font-weight:900;letter-spacing:1px}.main-content{margin-left:240px;margin-left:var(--sidebar-width);min-height:100vh;transition:margin-left .4s cubic-bezier(.4,0,.2,1)}.app-container.sidebar-closed .main-content{margin-left:80px;margin-left:var(--sidebar-closed-width)}@media (max-width:1024px){:root{--sidebar-width:280px}.mobile-header{display:flex}.sidebar{box-shadow:20px 0 50px #000c;transform:translateX(-100%);width:240px!important;width:var(--sidebar-width)!important;z-index:10002}.sidebar.mobile-open{transform:translateX(0)}.main-content{overflow-x:hidden;padding-top:60px!important}.app-container.sidebar-closed .main-content,.main-content{margin-left:0!important}.page-wrapper{padding:20px 16px}.desktop-only{display:none!important}.u-table-wrap{-webkit-overflow-scrolling:touch;border-radius:12px;border-radius:var(--radius-md);margin-bottom:20px;overflow-x:auto}.flex-responsive{flex-direction:column!important;gap:16px!important}.stats-grid-modern{gap:12px!important;grid-template-columns:1fr!important}.u-modal-content{border-radius:20px;margin:10px;max-width:95%!important;width:95%!important}.u-modal-header{padding:16px 20px}.form-section-modern{padding:20px}.modal-actions-modern{padding:16px 20px}.pos-container{flex-direction:column!important;height:auto!important}.pos-products-section{height:60vh!important;width:100%!important}.pos-sidebar{border-left:none!important;border-top:1px solid #23233a;border-top:1px solid var(--border-main);height:auto!important;width:100%!important}.pos-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))!important}.stat-card-modern h2{font-size:24px!important}.search-input-wrap{width:100%!important}.pos-search-container{padding:10px!important}.pos-products-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))!important}.pos-container{display:flex!important;flex-direction:column!important;height:auto!important;overflow-y:auto!important}.pos-products-section{flex:none!important;padding-bottom:20px!important}.pos-products-section,.pos-sidebar{height:auto!important;width:100%!important}.pos-sidebar{background:#12121e!important;background:var(--bg-secondary)!important;border-left:none!important;border-top:1px solid #23233a!important;border-top:1px solid var(--border-main)!important;padding-bottom:80px!important;position:relative!important}.page-wrapper{padding-top:80px!important}.dashboard-grid,.stats-grid-modern,.u-grid-2,.u-grid-3,.u-grid-4{gap:16px!important;grid-template-columns:1fr!important}.table-responsive,.u-table-wrap{-webkit-overflow-scrolling:touch!important;display:block!important;overflow-x:auto!important;width:100%!important}.pos-header{align-items:flex-start!important;flex-direction:column!important;gap:15px!important;height:auto!important;padding:15px!important}.pos-header-right{justify-content:space-between!important;width:100%!important}body.sidebar-open{overflow:hidden!important}}[data-theme=light] .analysis-card,[data-theme=light] .stat-card-modern{background:#12121e;background:var(--bg-secondary)}[data-theme=light] .stat-card-modern[style*="rgba(16, 185, 129"]{background:linear-gradient(135deg,#10b9810f,#fff 70%)!important}[data-theme=light] .stat-card-modern[style*="rgba(59, 130, 246"]{background:linear-gradient(135deg,#3b82f60f,#fff 70%)!important}[data-theme=light] .stat-card-modern[style*="rgba(245, 158, 11"]{background:linear-gradient(135deg,#f59e0b0f,#fff 70%)!important}[data-theme=light] .stat-card-modern[style*="rgba(239, 68, 68"]{background:linear-gradient(135deg,#ef44440f,#fff 70%)!important}[data-theme=light] .stat-card-modern[style*="rgba(148, 163, 184"]{background:linear-gradient(135deg,#94a3b80f,#fff 70%)!important}[data-theme=light] .stat-card-modern[style*="rgba(6, 182, 212"]{background:linear-gradient(135deg,#06b6d40f,#fff 70%)!important}.whatsapp-settings-page{background:var(--bg-primary);color:var(--text-main);min-height:100vh;padding:20px 30px}.wa-header{margin-bottom:35px}.wa-header h1{align-items:center;color:var(--text-main);display:flex;font-size:46px;font-weight:1000;gap:15px;letter-spacing:-3px;line-height:1;margin:0;text-transform:uppercase}.wa-header p{color:var(--text-muted);font-size:14px;font-weight:600;margin:5px 0 0}.wa-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 400px;max-width:1400px}.wa-section{background:var(--bg-secondary);border:1px solid var(--border-main);border-radius:24px;margin-bottom:24px;padding:32px 36px}.wa-section h2{color:var(--text-main);font-size:13px;font-weight:1000;gap:12px;letter-spacing:2px;margin:0 0 28px;text-transform:uppercase}.wa-section h2,.wa-status-card{align-items:center;display:flex}.wa-status-card{background:var(--bg-secondary);border:1px solid var(--border-main);border-radius:20px;flex-direction:column;padding:40px;text-align:center}.wa-status-card .status-icon{font-size:60px;margin-bottom:20px}.wa-status-card.ready .status-icon{color:#25d366}.wa-status-card.qr .status-icon{color:var(--accent-color)}.wa-status-card.disconnected .status-icon{color:var(--danger-color)}.wa-status-card h3{font-size:24px;font-weight:1000;letter-spacing:-1px;margin:0 0 10px}.wa-status-card p{color:var(--text-muted);font-size:13px;margin-bottom:25px}.qr-container{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000080;display:flex;justify-content:center;margin:20px auto;max-width:304px;padding:24px}.qr-container svg{display:block;height:auto!important;max-width:256px;width:100%!important}.logout-btn,.save-settings-btn,.sync-btn,.test-btn{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border-main);border-radius:12px;color:var(--text-main);cursor:pointer;display:flex;font-size:11px;font-weight:1000;gap:8px;justify-content:center;padding:12px 25px;text-transform:uppercase;transition:all .2s}.sync-btn:hover{background:var(--bg-hover);border-color:var(--border-main)}.logout-btn{background:#ef44441a;border-color:#ef444433;color:var(--danger-color)}.save-settings-btn{background:var(--accent-color);border:none;color:#fff!important;font-weight:1000!important;margin-top:20px;width:100%}.save-settings-btn:hover{box-shadow:0 10px 20px -10px #3b82f680;transform:translateY(-2px)}.template-item{margin-bottom:20px}.template-item label{color:var(--text-muted);display:block;font-size:11px;font-weight:900;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}.template-item textarea{background:var(--bg-input);border:1px solid var(--border-main);border-radius:12px;color:var(--text-main);font-size:13px;line-height:1.6;min-height:80px;outline:none;padding:15px;resize:vertical;transition:border-color .2s;white-space:pre-wrap;width:100%}.template-item textarea:focus{border-color:var(--accent-color)}.template-item small{color:var(--text-dim);display:block;font-size:10px;font-weight:800;margin-top:5px}.auto-toggle-wrapper{align-items:center;background:var(--bg-secondary);border:1px solid var(--border-main);border-radius:16px;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px 25px}.toggle-label{display:flex;flex-direction:column}.toggle-label span:first-child{font-size:13px;font-weight:1000;text-transform:uppercase}.toggle-label span:last-child{color:var(--text-dim);font-size:11px;font-weight:700}.toggle-btn{cursor:pointer;transition:all .2s}.toggle-on{color:#25d366;font-size:38px}.toggle-off{color:var(--border-main);font-size:38px}.test-wrapper{margin-top:25px}.test-wrapper h4{color:var(--text-muted);font-size:11px;font-weight:1000;margin-bottom:15px;text-transform:uppercase}.test-row{display:flex;gap:10px}.test-row input{background:var(--bg-input);border:1px solid var(--border-main);border-radius:12px;color:var(--text-main);flex:1 1;font-size:13px;outline:none;padding:12px 18px}.test-row button{background:var(--accent-color);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:11px;font-weight:1000;padding:0 25px;text-transform:uppercase}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.anime-spin{animation:spin 2s linear infinite}@keyframes pulse{0%,to{opacity:.5;width:30%}50%{opacity:1;width:90%}}.pos-mobile-controls,.pos-mobile-tabs,.settings-save-mobile{display:none}.desktop-hide{display:none!important}.mobile-hide{display:block}.desktop-only{display:inline}.mobile-only{display:none}@media (max-width:768px){.desktop-hide{display:flex!important}.desktop-only{display:none!important}.mobile-only{display:inline!important}.mobile-hide{display:none!important}body,html{max-width:100vw!important;overflow-x:hidden!important;width:100%!important}.mobile-header{display:flex!important}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:block!important;left:0;position:fixed;right:0;top:0;z-index:10001}.sidebar{box-shadow:20px 0 60px #000000e6!important;transform:translateX(-100%)!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;width:220px!important;z-index:10002!important}.sidebar-nav{gap:4px!important;padding:20px 8px!important}.nav-item{border-radius:8px!important;gap:10px!important;padding:10px!important}.nav-icon{font-size:20px!important}.sidebar.mobile-open{transform:translateX(0)!important}.sidebar .hamburger-btn{display:none!important}.main-content{margin-left:0!important;max-width:100vw!important;overflow-x:hidden!important;padding-top:60px!important;width:100%!important}.top-header{display:none!important}.page-wrapper{box-sizing:border-box!important;max-width:100vw!important;overflow-x:hidden!important;padding:16px 14px!important}.page-wrapper>div{max-width:100%!important;overflow-x:hidden!important}.page-wrapper h1{font-size:22px!important;letter-spacing:-1px!important}[style*="font-size: 54px"],[style*="font-size: 56px"]{font-size:24px!important;letter-spacing:-1px!important}[style*="font-size: 46px"],[style*="font-size: 48px"]{font-size:22px!important;letter-spacing:-1px!important}[style*="font-size: 42px"]{font-size:20px!important}[style*="font-size: 28px"],[style*="font-size: 32px"]{font-size:18px!important}.inventory-value-box{border-radius:10px!important;height:40px!important;min-width:0!important;padding:8px 16px!important}.inventory-value-box span{font-size:15px!important;letter-spacing:0!important;white-space:nowrap!important}.add-product-header-btn{align-items:center!important;border-radius:10px!important;display:flex!important;font-size:11px!important;height:40px!important;justify-content:center!important;line-height:normal!important;min-width:130px!important;padding:0 20px!important;text-align:center!important}.section-heading{font-size:14px!important;font-weight:900!important;white-space:nowrap!important}.sections-scroll-container{gap:6px!important;padding-bottom:5px!important}.product-info-wrapper{display:flex!important;flex:1 1!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;padding-right:4px!important}.product-name-text{-webkit-line-clamp:2!important;font-size:13px!important;margin-bottom:2px!important;white-space:normal!important;word-break:break-all!important}.product-desc-text,.product-name-text{-webkit-box-orient:vertical!important;display:-webkit-box!important;line-height:1.2!important;overflow:hidden!important}.product-desc-text{-webkit-line-clamp:1!important;font-size:10px!important}.page-wrapper [style*="width: 200px"],.page-wrapper [style*="width: 250px"],.page-wrapper [style*="width: 280px"],.page-wrapper [style*="width: 300px"],.page-wrapper [style*="width: 328px"],.page-wrapper input[style*="width: 100px"],.page-wrapper input[style*="width: 110px"],.page-wrapper input[style*="width: 200px"],.page-wrapper input[style*="width: 250px"],.page-wrapper input[style*="width: 280px"],.page-wrapper input[style*="width: 300px"]{width:100%!important}.page-wrapper select[style*="width: 120px"],.page-wrapper select[style*="width: 130px"],.page-wrapper select[style*="width: 150px"]{min-width:0!important;width:100%!important}.page-wrapper [style*="width: 50%"],.page-wrapper button[style*="width: 160px"],.page-wrapper button[style*="width: 328px"]{width:100%!important}[style*="padding: 40px"]{padding:16px!important}[style*="padding: 32px"],[style*="padding: 35px"]{padding:14px!important}[style*="padding: 48px"]{padding:16px!important}.page-wrapper>div>div[style*="justify-content: space-between"]{flex-wrap:wrap!important;gap:8px!important}.page-wrapper>div>div[style*=justify-content]>div[style*="display: flex"]{flex-wrap:wrap!important;gap:6px!important}div[style*="grid-template-columns: repeat(3"]:not(.rental-stat-cards):not(.staff-stat-cards){gap:10px!important;grid-template-columns:1fr!important}div[style*="grid-template-columns: repeat(5"]{gap:8px!important;grid-template-columns:1fr 1fr!important}.page-wrapper div[style*="grid-template-columns: 350px"],.page-wrapper div[style*="grid-template-columns: 380px"],.page-wrapper div[style*="grid-template-columns: 400px 1fr"],.page-wrapper div[style*="grid-template-columns: minmax(320px"],.page-wrapper div[style*="grid-template-columns: minmax(450px"]{gap:16px!important;grid-template-columns:1fr!important}.page-wrapper div[style*="grid-template-columns: 1fr 1fr 1fr"],.page-wrapper div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}.page-wrapper div[style*="repeat(4, 1fr)"]{grid-template-columns:1fr 1fr!important}.analysis-grid,.analysis-grid-modern{gap:8px!important;grid-template-columns:1fr 1fr 1fr!important}.analysis-grid .stat-card-modern,.analysis-grid-modern .stat-card-modern{border-radius:14px!important;padding:12px 10px!important}.analysis-grid .stat-card-modern label,.analysis-grid-modern .stat-card-modern label{font-size:8px!important;letter-spacing:0!important}.analysis-grid .stat-card-modern .value,.analysis-grid-modern .stat-card-modern .value{font-size:18px!important;margin-top:4px!important}.analysis-grid .stat-card-modern p,.analysis-grid-modern .stat-card-modern p{font-size:7px!important;margin-top:2px!important}.stats-strip-modern .stat-card-modern{border-radius:14px!important;padding:12px 10px!important}.stats-strip-modern .stat-card-modern label{font-size:8px!important;letter-spacing:0!important}.stats-strip-modern .stat-card-modern .value{font-size:18px!important;margin-top:4px!important}.stats-strip-modern .stat-card-modern p{font-size:7px!important;margin-top:2px!important}div[style*="grid-template-columns: 1fr 1.2fr 1fr"]:not(.analysis-grid):not(.analysis-grid-modern):not(.stats-strip-modern){gap:10px!important;grid-template-columns:1fr!important}div[style*="grid-template-columns: 1fr 300px"]{gap:20px!important;grid-template-columns:1fr!important}div[style*="grid-template-columns: 2fr 80px 1fr 40px"]{gap:8px!important;grid-template-columns:2fr 1fr!important}div[style*="grid-template-columns: 1fr 100px 140px 40px"]{gap:8px!important;grid-template-columns:1fr 1fr 40px!important;grid-template-rows:auto auto!important;padding-right:0!important}div[style*="grid-template-columns: 1fr 100px 140px 40px"],div[style*="grid-template-columns: 1fr 100px 140px 40px"]>input{box-sizing:border-box!important;min-width:0!important;width:100%!important}div[style*="grid-template-columns: 1fr 100px 140px 40px"]>input:first-child{grid-column:1/3!important;grid-row:1!important}div[style*="grid-template-columns: 1fr 100px 140px 40px"]>input:nth-child(2){grid-column:1!important;grid-row:2!important}div[style*="grid-template-columns: 1fr 100px 140px 40px"]>input:nth-child(3){grid-column:2!important;grid-row:2!important}div[style*="grid-template-columns: 1fr 100px 140px 40px"]>button{align-self:center!important;grid-column:3!important;grid-row:1!important}.page-wrapper>div>div[style*="flex-direction: column"][style*="gap: 10px"]{gap:8px!important}.page-wrapper>div>div[style*="flex-direction: column"]>div:first-child{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important}.page-wrapper>div>div[style*="flex-direction: column"]>div:first-child h1{flex:1 1!important;white-space:nowrap!important}.page-wrapper>div>div[style*="flex-direction: column"]>div:first-child>button{flex-shrink:0!important;font-size:11px!important;height:36px!important;min-width:0!important;padding:0 14px!important;white-space:nowrap!important;width:auto!important}.page-wrapper>div>div[style*="flex-direction: column"]>div:nth-child(2){display:flex!important;flex-direction:column!important;gap:8px!important}.page-wrapper>div>div[style*="flex-direction: column"]>div:nth-child(2)>div:last-child{display:flex!important;gap:6px!important;order:-1!important;width:100%!important}.page-wrapper>div>div[style*="flex-direction: column"]>div:nth-child(2)>div:last-child>button{flex:1 1!important;font-size:11px!important;height:38px!important;min-width:0!important;padding:0 8px!important;width:auto!important}.page-wrapper>div>div[style*="flex-direction: column"]>div:nth-child(2)>div:first-child{-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;gap:6px!important;overflow-x:auto!important;padding:6px 10px!important;width:100%!important}.page-wrapper>div>div[style*="flex-direction: column"]>div:nth-child(2)>div:first-child span{font-size:9px!important;letter-spacing:.5px!important;white-space:nowrap!important}.page-wrapper>div>div[style*="flex-direction: column"]>div:nth-child(2)>div:first-child input{font-size:10px!important;min-width:0!important;width:auto!important}.page-wrapper>div>div[style*="flex-direction: column"]>div:nth-child(2)>div:first-child>div:first-child{flex-wrap:nowrap!important;gap:4px!important}.page-wrapper>div>div[style*="grid-template-columns: 1fr"]:not(.analysis-grid):not(.analysis-grid-modern):not(.stats-strip-modern),.page-wrapper>div>div[style*=grid-template-columns][style*="1.2fr"]:not(.analysis-grid):not(.analysis-grid-modern):not(.stats-strip-modern){gap:10px!important;grid-template-columns:1fr!important}.page-wrapper>div>div[style*=grid-template-columns]>div:last-child[style*="display: grid"]:not(.staff-stat-cards):not(.rental-stat-cards){gap:8px!important;grid-template-columns:1fr 1fr!important}.stat-card-modern{background:#09090b!important;background:var(--bg-secondary,#09090b)!important;box-shadow:none!important;padding:12px!important}.stat-card-modern:hover{box-shadow:none!important;transform:none!important}.stat-card-modern p{font-size:7px!important;margin-top:4px!important}.page-wrapper>div>div>.stat-card-modern:first-child{padding:14px!important}.page-wrapper>div>div>.stat-card-modern:first-child .value,.page-wrapper>div>div>.stat-card-modern:first-child h2{font-size:20px!important;margin-top:4px!important}.page-wrapper>div>div>.stat-card-modern:first-child label{font-size:8px!important}.page-wrapper>div>div>.stat-card-modern:first-child p{font-size:9px!important;margin:4px 0 8px!important}.page-wrapper>div>div>.stat-card-modern[style*="paddingTop: '32px'"]{padding-top:14px!important}.stat-card-modern[style*=radial-gradient]{background:#09090b!important;background:var(--bg-secondary,#09090b)!important}.table-container-modern{border-radius:16px!important;overflow:hidden!important}.table-container-modern>div:first-child{align-items:stretch!important;flex-direction:column!important;gap:10px!important;padding:14px!important}.table-container-modern>div:first-child>div:first-child{width:100%!important}.table-container-modern>div:first-child>div:last-child{display:flex!important;flex-wrap:wrap!important;gap:8px!important;width:100%!important}.table-container-modern>div:first-child>div:last-child>select{flex:1 1!important;font-size:11px!important;height:40px!important;min-width:0!important;order:1!important}.table-container-modern>div:first-child>div:last-child>button{flex-shrink:0!important;font-size:10px!important;height:40px!important;order:2!important;padding:0 12px!important}.table-container-modern>div:first-child>div:last-child>div[style*="position: relative"],.table-container-modern>div:first-child>div:last-child>div[style*="width: 300px"]{flex:0 0 100%!important;order:3!important;width:100%!important}.table-container-modern>div:first-child>div:last-child>div[style*="position: relative"] input,.table-container-modern>div:first-child>div:last-child>div[style*="width: 300px"] input{font-size:13px!important;height:40px!important}.table-responsive{overflow-x:hidden!important}.modern-table{display:block!important}.modern-table thead{display:none!important}.modern-table tbody{display:flex!important;flex-direction:column!important;gap:0!important}.modern-table tbody tr{align-items:center!important;background:#ffffff05;border-bottom:2px solid var(--border-main)!important;border-radius:8px;display:flex!important;flex-wrap:wrap!important;gap:4px!important;margin-bottom:4px!important;padding:12px 14px!important}.modern-table tbody tr:hover{box-shadow:none!important;transform:none!important}.modern-table tbody td:first-child{border-bottom:none!important;display:block!important;order:1!important;padding:0 0 8px!important;width:100%!important}.modern-table tbody td:nth-child(4){flex:1.5 1!important;order:2!important;text-align:left!important}.modern-table tbody td:nth-child(2),.modern-table tbody td:nth-child(4){border-bottom:none!important;color:var(--text-muted)!important;font-size:11px!important;font-weight:500!important;padding:0!important}.modern-table tbody td:nth-child(2){flex:1 1!important;order:3!important;text-align:center!important}.modern-table tbody td:nth-child(2) div,.modern-table tbody td:nth-child(2) div[style*="fontWeight: '1000'"]{color:var(--text-muted)!important;font-size:11px!important;font-weight:500!important}.modern-table tbody td:nth-child(2):after{content:""!important}.modern-table tbody td:nth-child(3){display:none!important}.modern-table tbody td:last-child{border-bottom:none!important;flex:1 1!important;margin-left:auto!important;order:4!important;padding:0!important;text-align:right!important}.modern-table tbody td:last-child .amount-cell{font-size:13px!important;font-weight:600!important}.activity-cell{gap:8px!important}.activity-main{font-size:13px!important;font-weight:600!important}.activity-icon-modern,.product-avatar-container{border-radius:8px!important;height:34px!important;width:34px!important}.joint-bar{display:none!important}.activity-badge{font-size:9px!important;padding:3px 7px!important}.time-cell-sub{font-size:10px!important}.modal-overlay,.modal-overlay-modern{align-items:center!important;justify-content:center!important;padding:10px!important}.dashboard-modal,.modal-content-modern{border-radius:20px!important;margin:0 auto!important;max-height:88vh!important;max-width:95vw!important;width:100%!important}.modal-head{padding:18px!important}.modal-head h3{font-size:18px!important}.modal-header-modern{padding:18px!important}.modal-body{padding:16px!important}.info-strip-modern{border-radius:14px!important;padding:14px!important}.info-row-modern{gap:4px!important}.info-row-modern,.item-card-modern{align-items:flex-start!important;flex-direction:column!important}.item-card-modern{border-radius:14px!important;gap:8px!important;padding:12px!important}.summary-box-modern{border-radius:16px!important;padding:14px!important}.dashboard-modal div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}.pos-page-wrapper{height:auto!important;min-height:calc(100vh - 60px)!important;overflow-x:hidden!important;overflow-y:auto!important;padding:16px 14px 10px!important}.pos-top-header{padding:0!important}.pos-title-row,.pos-top-header{margin-bottom:6px!important;margin-top:0!important}.pos-title-row{flex-wrap:nowrap!important;gap:8px!important}.pos-title-row h1{flex:1 1!important;font-size:22px!important;letter-spacing:-1px!important;min-width:0!important}.pos-title-row>div[style*="display: flex"]>button[style*="border-radius: 50%"]{display:none!important}.pos-title-row>div[style*="display: flex"]>button[style*="border-radius: 12px"]{flex-shrink:0!important;font-size:11px!important;height:36px!important;padding:0 14px!important}.pos-title-row>div[style*="display: flex"]{flex-shrink:0!important;flex-wrap:nowrap!important;gap:8px!important;width:auto!important}.pos-mobile-controls{align-items:center;display:flex!important;gap:8px;justify-content:space-between;margin-bottom:8px;padding:0}.pos-mobile-sort{background:#0000!important;border:1px solid #222!important;border:1px solid var(--border-main,#222)!important;border-radius:12px!important;color:var(--text-main)!important;cursor:pointer!important;flex-shrink:0!important;font-size:11px!important;font-weight:1000!important;height:36px!important;outline:none!important;padding:8px 12px!important;text-transform:uppercase!important}.pos-mobile-sort option{background:var(--bg-primary)}.pos-mobile-hold-btns{align-items:center;display:flex;gap:8px}.pos-mobile-hold-btns button{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;color:var(--text-main);cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:relative;width:36px}.pos-mobile-hold-btns button:disabled{background:var(--bg-primary);color:var(--text-muted);cursor:not-allowed}.pos-mobile-held-badge{align-items:center;background:#3b82f6;background:var(--accent-color,#3b82f6);border-radius:50%;color:#fff;display:flex;font-size:9px;font-weight:1000;height:18px;justify-content:center;position:absolute;right:-4px;top:-4px;width:18px}.pos-mobile-tabs{border:1px solid var(--border-main);border-radius:14px;display:flex!important;flex-shrink:0;gap:0;margin-bottom:12px;overflow:hidden}.pos-mobile-tabs button{align-items:center;background:var(--bg-secondary);border:none;color:var(--text-muted);cursor:pointer;display:flex;flex:1 1;font-size:12px;font-weight:1000;gap:6px;justify-content:center;letter-spacing:.5px;padding:13px;text-transform:uppercase;transition:all .2s}.pos-mobile-tabs button.active{background:#3b82f6;color:#fff}.pos-mobile-tab-badge{background:#ffffff40;border-radius:8px;font-size:10px;font-weight:1000;padding:2px 8px}.pos-grid{gap:0!important;height:auto!important}.pos-grid,.pos-grid>div:first-child{display:flex!important;flex-direction:column!important}.pos-grid.mobile-tab-basket>div:first-child,.pos-grid.mobile-tab-products>.cart-section{display:none!important}.inventory-section{max-height:none!important;overflow-y:visible!important;padding-right:0!important}.product-row-list{border-radius:14px!important;gap:12px!important;padding:12px 14px!important}.product-row-list:hover{box-shadow:none!important;transform:none!important}.p-img-box{border-radius:12px!important;height:48px!important;width:48px!important}.p-name-list,.p-price-list{font-size:14px!important}.p-price-list{white-space:nowrap!important}.product-row-list span[style*="text-transform: uppercase"][style*=letter-spacing]{font-size:8px!important;padding:1px 6px!important}.cart-section{border-radius:16px!important;display:flex!important;flex-direction:column!important;height:calc(100vh - 180px)!important;max-height:calc(100vh - 180px)!important;overflow:hidden!important;padding:12px!important}.cart-list{-webkit-overflow-scrolling:touch!important;flex:1 1!important;min-height:0!important;overflow-y:auto!important}.cart-item{gap:10px!important;padding:8px!important}.cart-footer{background:#09090b!important;background:var(--bg-secondary,#09090b)!important;border-radius:14px!important;flex-shrink:0!important;margin-top:auto!important;padding:12px!important;z-index:10!important}.payment-btns{gap:6px!important;grid-template-columns:1fr 1fr!important}.complete-btn{font-size:14px!important;padding:14px!important}.pos-search{border-radius:12px!important;flex:1 1!important;margin-bottom:10px!important;min-width:0!important;padding:10px 14px!important;width:100%!important}.pos-search input{font-size:13px!important}.pos-search svg{flex-shrink:0!important;margin-right:4px!important}.pos-grid>div:first-child>div[style*="display: flex"][style*="gap: 12px"]{flex-wrap:wrap!important;gap:8px!important;margin-bottom:10px!important}.pos-grid>div:first-child>div[style*="display: flex"][style*="gap: 12px"]>select{display:none!important}.pos-grid>div:first-child>div[style*="display: flex"][style*="gap: 12px"]>.pos-search{flex:0 0 100%!important;margin-bottom:0!important;width:100%!important}.u-modal{display:flex!important}.u-modal,.u-modal-overlay{align-items:center!important;justify-content:center!important;padding:8px!important}.u-modal-content,.u-modal-content-wide{border-radius:20px!important;display:flex!important;flex-direction:column!important;margin:0!important;max-height:90vh!important;max-width:100%!important;width:100%!important}.u-modal-header{flex-shrink:0!important;padding:14px 16px!important}.u-modal-header h3{font-size:15px!important}.u-modal-header h2{font-size:16px!important}.u-modal-body{flex:1 1!important;min-height:0!important;padding:14px!important}.close-modal{font-size:20px!important}.u-modal-content div[style*="grid-template-columns: 1fr 1fr"]{gap:8px!important;grid-template-columns:1fr!important}.u-modal-body>div[style*="display: flex"][style*="gap: '20px'"],.u-modal-body>div[style*="gap: '20px'"]{align-items:center!important;flex-direction:row-reverse!important;gap:12px!important;margin-bottom:14px!important}.u-modal-body div[style*="width: '80px'"][style*="height: '80px'"],.u-modal-body div[style*="width: 80px"][style*="height: 80px"]{border-radius:14px!important;height:56px!important;min-width:56px!important;width:56px!important}.u-modal-body h2[style*=font-size]{font-size:16px!important;letter-spacing:-.5px!important;margin:0 0 2px!important}.u-modal-body div[style*="position: relative"] input[type=text],.u-modal-body input[style*="SEARCH VARIATIONS"],.u-modal-body input[style*="padding: '12px 12px 12px 45px'"]{font-size:12px!important;font-weight:700!important;letter-spacing:0!important;padding:10px 12px 10px 38px!important;text-transform:none!important}.u-modal-body div[style*="position: relative"] .material-icons{font-size:16px!important;left:12px!important}.u-modal-content h2[style*=font-size]{font-size:18px!important;margin-bottom:2px!important}.u-modal-content h2[style*=font-size]+div{margin-top:0!important}.u-modal-body div[style*="width: 80px"][style*="height: 80px"],.u-modal-body img[style*="width: 80px"]{height:56px!important;width:56px!important}.u-modal-body .input-group-modern input[type=number],.u-modal-content .input-group-modern input[type=number]{-webkit-appearance:auto!important;appearance:auto!important}.pos-sell-modal-body div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}.u-modal-content,.u-modal-content-wide{max-height:92vh!important}.u-modal-body{-webkit-overflow-scrolling:touch!important;overflow-y:auto!important}.u-modal-content div[style*="repeat(auto-fill, minmax(100px"]{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))!important}.u-modal-content div[style*="max-height: 420px"]{max-height:250px!important}.u-modal-content div[style*="max-height: 350px"]{max-height:300px!important}.u-modal-content[style*="width: 700px"]{width:100%!important}.u-modal-content input[style*=letter-spacing]{font-size:28px!important;letter-spacing:8px!important;padding:16px!important}.success-tick-container{transform:scale(.85)!important}.inventory-wrapper{padding:16px 12px!important}.inventory-wrapper .pos-top-header{align-items:center!important;flex-wrap:nowrap!important;gap:8px!important;justify-content:space-between!important;margin-bottom:12px!important}.inventory-wrapper .pos-title-row h1{font-size:20px!important;letter-spacing:-1px!important}.inventory-wrapper .pos-top-header>div[style*="borderRadius: '16px'"],.inventory-wrapper .pos-top-header>div[style*="padding: '14px 28px'"]{align-items:center!important;border-radius:8px!important;display:flex!important;height:32px!important;justify-content:center!important;min-width:-webkit-fit-content!important;min-width:fit-content!important;padding:4px 12px!important}.inventory-wrapper .pos-top-header>div span[style*="fontSize: '22px'"]{font-size:11px!important;font-weight:1000!important}.inventory-wrapper .pos-top-header>div span[style*="fontSize: '11px'"]{font-size:8px!important}.products-header{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-bottom:14px!important;margin-top:20px!important}.products-header .section-heading{font-size:14px!important}.products-header .btn-m{border-radius:8px!important;font-size:10px!important;height:32px!important;padding:0 14px!important}.sections-scroll-container{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.section-item-box{align-items:center!important;border-radius:10px!important;display:flex!important;font-size:11px!important;height:80px!important;justify-content:center!important;min-width:160px!important;overflow:hidden!important;padding:0!important;text-align:center!important;width:160px!important}.section-item-box .section-item-rectangle{background-position:50%!important;background-size:cover!important;border-radius:0!important;height:100%!important;overflow:hidden!important;padding:0!important;width:100%!important}.section-item-box .section-overlay{padding:6px!important}.section-item-box .section-name-text{font-size:15px!important;font-weight:800!important;padding:0 4px!important}.section-item-box div{justify-content:center!important;text-align:center!important;width:100%!important}.inventory-products-section>div[style*="display: flex"][style*="justify-content: space-between"]{flex-direction:column!important;flex-wrap:wrap!important;gap:10px!important}.inventory-products-section>div[style*="display: flex"]>div[style*="display: flex"][style*="gap: '12px'"],.inventory-products-section>div[style*="display: flex"]>div[style*="gap: 12px"][style*="align-items: stretch"]{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-template-columns:1fr 1fr!important;order:1!important;width:100%!important}.inventory-products-section select.custom-date-input{border-radius:10px!important;font-size:11px!important;height:40px!important;padding:0 12px!important;width:100%!important}.inventory-products-section .btn-action{display:none!important}.add-product-header-btn{display:inline-flex!important}.inventory-products-section .header-date-box{background:var(--bg-input)!important;border:1px solid var(--border-main)!important;border-radius:10px!important;flex:0 0 100%!important;order:2!important;padding:8px 12px!important;width:100%!important}.search-input{flex:1 1!important;font-size:12px!important;height:40px!important;min-width:0!important;width:100%!important}.inventory-products-section .u-table{display:block!important}.inventory-products-section .u-table thead{display:none!important}.inventory-products-section .u-table tbody{display:flex!important;flex-direction:column!important}.inventory-products-section .u-table tbody tr{align-items:flex-start!important;border-bottom:1px solid var(--border-main)!important;display:flex!important;flex-wrap:wrap!important;gap:4px!important;padding:10px 12px!important}.inventory-products-section .u-table tbody td:first-child{border-bottom:none!important;display:block!important;padding:0 0 6px!important;width:100%!important}.inventory-products-section .u-table tbody td:first-child>div{gap:10px!important}.inventory-products-section .u-table tbody td:first-child div[style*="width: '42px'"],.inventory-products-section .u-table tbody td:first-child div[style*="width: 42px"]{border-radius:10px!important;flex-shrink:0!important;height:38px!important;width:38px!important}.inventory-products-section .u-table tbody td:first-child div[style*="width: '42px'"] img,.inventory-products-section .u-table tbody td:first-child div[style*="width: 42px"] img{border-radius:10px!important;object-fit:cover!important}.inventory-products-section .u-table tbody td:first-child .product-name-text{font-size:13px!important}.inventory-products-section .u-table tbody td:first-child .product-desc-text{font-size:10px!important}.inventory-products-section .u-table tbody td:nth-child(2),.inventory-products-section .u-table tbody td:nth-child(3),.inventory-products-section .u-table tbody td:nth-child(4){border-bottom:none!important;display:block!important;flex:1 1!important;min-width:60px!important;padding:0!important}.inventory-products-section .u-table tbody td:nth-child(2){order:1!important;text-align:left!important}.inventory-products-section .u-table tbody td:nth-child(3){order:2!important;text-align:center!important}.inventory-products-section .u-table tbody td:nth-child(4){order:3!important;padding-right:0!important;text-align:right!important}.inventory-products-section .u-table tbody td:nth-child(2)>div:first-child,.inventory-products-section .u-table tbody td:nth-child(3)>div:first-child,.inventory-products-section .u-table tbody td:nth-child(4)>div:first-child{display:none!important}.inventory-products-section .u-table tbody td:nth-child(2)>div:last-child,.inventory-products-section .u-table tbody td:nth-child(3)>div:last-child{font-size:12px!important}.inventory-products-section .u-table tbody td:nth-child(4)>div:last-child{flex-wrap:wrap!important;font-size:12px!important;justify-content:flex-end!important}.inventory-products-section .u-table tbody td:nth-child(3)>div:last-child{text-align:center!important}.categories-grid{grid-template-columns:1fr 1fr!important}.product-detail-full{padding:0 12px 80px!important;z-index:1002!important}.product-detail-full .detail-header{padding-bottom:12px!important;padding-top:16px!important}.product-detail-full .detail-header>div:first-child{gap:12px!important}.preview-main-card{gap:16px!important;grid-template-columns:1fr!important;padding:14px!important}.product-detail-full .supplier-badge{display:none!important}.preview-image-wrapper{top:auto!important}.preview-image-box,.preview-image-wrapper{position:static!important}.preview-image-box,.preview-image-wrapper,div[style*="width: 400px"][style*="height: 400px"],div[style*=aspect-ratio]{margin:0!important;max-height:160px!important;max-width:160px!important;width:100%!important}.stats-modern-grid{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-template-columns:1fr 1fr!important}.stats-modern-grid[style*="repeat(3"]{display:grid!important;grid-template-columns:1fr 1fr!important}.stats-modern-grid .stat-card-modern{padding:12px!important}.preview-container{gap:16px!important;grid-template-columns:1fr!important}.preview-details-grid,.preview-price-section{gap:10px!important;grid-template-columns:1fr 1fr!important}.variants-modern-section .variants-header h3{font-size:16px!important}.variant-grid-modern{max-height:none!important}.detail-content,.detail-content.edit-mode{gap:16px!important;grid-template-columns:1fr!important}.detail-info-grid{grid-template-columns:1fr!important}.transaction-stats{gap:8px!important;grid-template-columns:1fr 1fr!important}.product-image-edit-box{border-radius:20px!important;height:200px!important}.edit-workspace-card>div[style*=grid]{gap:14px!important;grid-template-columns:1fr!important}.edit-workspace-card [style*="grid-column: span"]{grid-column:auto!important}.form-row,.variant-modal-scroll [style*="grid-template-columns: 1fr 1fr 1fr"],.variant-modal-scroll [style*="grid-template-columns: 1fr 1fr"]{gap:12px!important;grid-template-columns:1fr!important}.product-detail-full div[style*="grid-template-columns: 1fr 1fr"]:not(.stats-modern-grid){grid-template-columns:1fr!important}.variations-header{flex-wrap:wrap!important;gap:10px!important}.variations-header>h3{flex:0 0 100%!important;font-size:16px!important}.variations-header>div{flex:1 1!important;width:100%!important}.variations-header .btn-m{flex-shrink:0!important;font-size:11px!important;height:36px!important;padding:0 14px!important;white-space:nowrap!important}.variations-header div[style*="width: 200px"]{flex:1 1!important;width:100%!important}div[style*="repeat(auto-fill, minmax(300px"]{grid-template-columns:1fr!important}div[style*="repeat(auto-fill, minmax(240px"]{grid-template-columns:1fr 1fr!important}div[style*="repeat(auto-fill, minmax(280px"]{grid-template-columns:1fr!important}.product-edit-full-view div[style*="repeat(auto-fill"]>div{overflow:hidden!important;word-break:break-word!important}.variant-modal div[style*="display: flex"][style*=flexWrap],.variant-modal div[style*=flex-wrap]{flex-wrap:wrap!important}.product-detail-full h3[style*="fontSize: '18px'"]{font-size:16px!important}.product-detail-full .table-container-modern>div[style*="padding: '20px 28px'"],.product-detail-full .table-container-modern>div[style*="padding: 20px 28px"]{align-items:stretch!important;flex-direction:column!important;gap:10px!important;padding:12px!important}.product-detail-full .table-container-modern>div>div[style*="display: flex"][style*="gap: '10px'"],.product-detail-full .table-container-modern>div>div[style*="gap: 10px"]{flex-wrap:wrap!important;gap:8px!important;order:1!important;width:100%!important}.product-detail-full .table-container-modern div[style*="border: '1px solid #222'"][style*="padding: '6px 12px'"],.product-detail-full .table-container-modern div[style*="border: 1px solid #222"][style*="padding: 6px 12px"]{flex-wrap:wrap!important;gap:6px!important;height:auto!important;justify-content:center!important;padding:8px 10px!important;width:100%!important}.product-detail-full .table-container-modern div[style*="border: '1px solid #222'"]>div:first-child{flex-wrap:nowrap!important;justify-content:center!important;width:100%!important}.product-detail-full .table-container-modern div[style*="border: '1px solid #222'"] input[type=date],.product-detail-full .table-container-modern div[style*="border: '1px solid #222'"] input[type=month],.product-detail-full .table-container-modern div[style*="border: '1px solid #222'"] input[type=number],.product-detail-full .table-container-modern div[style*="border: '1px solid #222'"] span[style*="fontWeight: '1000'"]{text-align:center!important;width:auto!important}.product-detail-full .table-container-modern div[style*="border: '1px solid #222'"]>div[style*="width: '1px'"][style*="height: '20px'"]{display:none!important}.product-detail-full .table-container-modern>div>div:first-child{display:flex!important;flex-wrap:wrap!important;gap:8px!important;order:2!important;width:100%!important}.product-detail-full .table-container-modern select{flex:1 1!important;font-size:10px!important;height:38px!important;max-width:65%!important;min-width:0!important;padding:6px 10px!important}.product-detail-full .table-container-modern span[style*="font-size: 12px"],.product-detail-full .table-container-modern span[style*="fontSize: '12px'"]{align-items:center!important;display:flex!important;font-size:10px!important;white-space:nowrap!important}.product-detail-full .table-container-modern span[style*="cursor: 'pointer'"]{font-size:9px!important}.product-detail-full .table-container-modern div[style*="position: 'relative'"],.product-detail-full .table-container-modern div[style*="width: '280px'"],.product-detail-full .table-container-modern input[style*="width: '280px'"],.product-detail-full .table-container-modern input[style*="width: 280px"]{order:3!important;width:100%!important}.product-detail-full .table-container-modern>div:first-child{flex-direction:column!important;gap:10px!important;padding:12px 14px!important}.product-detail-full .table-container-modern>div:first-child>div:first-child{flex-direction:column!important;gap:8px!important;width:100%!important}.product-detail-full .table-container-modern>div:first-child>div:first-child>div:first-child{width:100%!important}.product-detail-full .table-container-modern>div:first-child>div:first-child input[type=text]{font-size:12px!important;height:40px!important;width:100%!important}.product-detail-full .table-container-modern>div:first-child>div:last-child{flex-wrap:wrap!important;gap:8px!important;justify-content:center!important;width:100%!important}.product-detail-full .table-container-modern>div:first-child>div:last-child>div:first-child{flex-wrap:wrap!important;gap:6px!important;height:auto!important;justify-content:center!important;min-height:36px!important;padding:6px 10px!important;width:100%!important}.product-detail-full .table-container-modern>div:first-child>div:last-child>div:first-child span{font-size:9px!important;letter-spacing:.5px!important}.product-detail-full .table-container-modern>div:first-child>div:last-child>div:first-child input{font-size:12px!important;text-align:center!important;width:100%!important}.product-detail-full .table-container-modern>div:first-child>div:last-child>select{flex:1 1!important;font-size:10px!important;height:36px!important;min-width:0!important;padding:0 8px!important}.product-detail-full .ledger-table{display:table!important}.product-detail-full .ledger-table thead{display:table-header-group!important}.product-detail-full .ledger-table thead th{font-size:9px!important;padding:8px 6px!important;white-space:nowrap!important}.product-detail-full .ledger-table tbody{display:table-row-group!important}.product-detail-full .ledger-table tbody tr{background:#0000!important;border-radius:0!important;cursor:pointer!important;display:table-row!important;flex-wrap:nowrap!important;gap:0!important;margin-bottom:0!important;padding:0!important}.product-detail-full .ledger-table tbody tr:hover{box-shadow:none!important;transform:none!important}.product-detail-full .ledger-table tbody td{border-bottom:1px solid var(--border-main)!important;color:inherit!important;display:table-cell!important;flex:initial!important;font-size:inherit!important;font-weight:inherit!important;order:0!important;padding:10px 8px!important;text-align:left!important;vertical-align:middle!important;width:auto!important}.product-detail-full .ledger-table tbody td.ledger-hide-mobile,.product-detail-full .ledger-table thead th.ledger-hide-mobile{display:none!important}.product-detail-full .ledger-table tbody td:nth-child(3){display:table-cell!important}.product-detail-full .ledger-table tbody td:first-child div:first-child{color:var(--text-main)!important;font-size:12px!important;font-weight:1000!important}.product-detail-full .ledger-table tbody td:first-child div:last-child{color:var(--text-muted)!important;font-size:9px!important;font-weight:800!important;margin-top:2px!important}.product-detail-full .ledger-table tbody td:nth-child(3) .badge-type{font-size:9px!important;font-weight:1000!important}.product-detail-full .ledger-table tbody td.qty-cell{color:inherit!important}.product-detail-full .ledger-table tbody td.qty-cell div{color:inherit!important;font-size:14px!important;font-weight:1000!important}.product-detail-full .ledger-table tbody td.qty-cell small{font-size:8px!important}.modal-content{border-radius:20px!important;max-height:88vh!important}.detail-modal,.modal-box,.modal-content{max-width:95vw!important;width:95vw!important}.modal-box{max-height:88vh!important}.section-manager-modal{max-height:85vh!important}.section-manager-modal,.variant-modal{max-width:95vw!important;width:95vw!important}.variant-modal{max-height:88vh!important}.refill-modal{max-width:95vw!important;width:95vw!important}.confirm-modal{max-width:90vw!important;width:90vw!important}.edit-workspace-card{padding:16px!important}.u-table th{font-size:9px!important}.u-table td,.u-table th{padding:10px 12px!important}.u-table td{font-size:12px!important}.modern-table td,.modern-table th{padding:10px 12px!important}.clickable-row:hover,.modern-table tbody tr:hover,.u-table tbody tr:hover{box-shadow:none!important;transform:none!important}.u-table-container{border-radius:16px!important;overflow:hidden!important}.page-wrapper>header.pos-top-header:has(.register-btn){grid-gap:8px!important;align-items:center!important;display:grid!important;gap:8px!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;margin-bottom:10px!important;padding:0!important}.page-wrapper>header.pos-top-header:has(.register-btn) .pos-title-row{grid-column:1!important;grid-row:1!important;margin-bottom:0!important}.page-wrapper>header.pos-top-header:has(.register-btn) .pos-title-row h1{font-size:22px!important;letter-spacing:-1px!important}.page-wrapper>header.pos-top-header:has(.register-btn) .header-actions-modern{display:contents!important}.page-wrapper>header.pos-top-header:has(.register-btn) .register-btn{align-self:center!important;border-radius:10px!important;font-size:11px!important;grid-column:2!important;grid-row:1!important;height:32px!important;padding:0 16px!important;white-space:nowrap!important;width:auto!important}.page-wrapper>header.pos-top-header:has(.register-btn) .header-actions-modern>div{align-items:center!important;border-radius:10px!important;display:flex!important;gap:6px!important;grid-column:1/-1!important;grid-row:2!important;justify-content:center!important;padding:6px 10px!important}.page-wrapper>header.pos-top-header:has(.register-btn) .header-actions-modern span{font-size:9px!important;letter-spacing:.5px!important}.page-wrapper>header.pos-top-header:has(.register-btn) .header-actions-modern input{font-size:10px!important;min-width:0!important;width:auto!important}.rental-header{grid-gap:8px!important;align-items:center!important;display:grid!important;gap:8px!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;margin-bottom:10px!important}.rental-header>h1{font-size:22px!important;grid-column:1!important;grid-row:1!important;letter-spacing:-1px!important}.rental-header>div{display:contents!important}.rental-header .register-btn{align-self:center!important;border-radius:10px!important;font-size:11px!important;grid-column:2!important;grid-row:1!important;height:32px!important;padding:0 16px!important;white-space:nowrap!important;width:auto!important}.rental-header>div>div:first-child{align-items:center!important;border-radius:10px!important;display:flex!important;gap:6px!important;grid-column:1/-1!important;grid-row:2!important;justify-content:center!important;padding:6px 10px!important}.rental-header span{font-size:9px!important}.rental-header input{font-size:10px!important;min-width:0!important;width:auto!important}.page-wrapper>header.page-header-modern:has(.register-btn){grid-gap:8px!important;align-items:center!important;display:grid!important;gap:8px!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;margin-bottom:10px!important;padding:0 4px!important}.page-wrapper>header.page-header-modern:has(.register-btn) .header-left-modern{grid-column:1!important;grid-row:1!important}.page-wrapper>header.page-header-modern:has(.register-btn) .header-left-modern h1{font-size:22px!important;letter-spacing:-1px!important}.page-wrapper>header.page-header-modern:has(.register-btn) .header-right-modern{display:contents!important}.page-wrapper>header.page-header-modern:has(.register-btn) .register-btn{align-self:center!important;border-radius:10px!important;font-size:11px!important;grid-column:2!important;grid-row:1!important;height:32px!important;padding:0 16px!important;white-space:nowrap!important;width:auto!important}.page-wrapper>header.page-header-modern:has(.register-btn) .header-right-modern>div:first-child{align-items:center!important;border-radius:10px!important;display:flex!important;gap:6px!important;grid-column:1/-1!important;grid-row:2!important;justify-content:center!important;padding:6px 10px!important}.page-wrapper>header.page-header-modern:has(.register-btn) .header-right-modern span{font-size:9px!important;letter-spacing:.5px!important}.page-wrapper>header.page-header-modern:has(.register-btn) .header-right-modern input{font-size:10px!important;min-width:0!important;width:auto!important}.analysis-grid .stat-card-modern p,.analysis-grid-modern .stat-card-modern p,.stats-strip-modern .stat-card-modern p{display:none!important}.list-page-table>.table-header-modern{align-items:stretch!important;flex-direction:column!important;gap:10px!important;justify-content:flex-start!important;overflow:visible!important;padding:14px!important}.list-page-table>.table-header-modern>div:first-child{width:100%!important}.list-page-table>.table-header-modern>div:first-child h3{font-size:14px!important;letter-spacing:0!important}.list-page-table>.table-header-modern>div:first-child>div{font-size:9px!important;margin-top:2px!important}.list-page-table>.table-header-modern>div:last-child{align-items:center!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;width:100%!important}.list-page-table>.table-header-modern>div:last-child>div:first-child:not(.mobile-search-bar){display:none!important}.list-page-table>.table-header-modern>div:last-child>div.mobile-search-bar{display:flex!important;margin-top:5px!important;order:3!important;width:100%!important}.list-page-table>.table-header-modern>div:last-child>select{flex:1 1!important;font-size:10px!important;height:36px!important;min-width:0!important;padding:0 8px!important}.list-page-table>.table-header-modern>div:last-child>div:last-child{display:flex!important;gap:8px!important}.list-page-table>.table-header-modern>div:last-child>div:last-child>button{font-size:9px!important;height:36px!important;padding:6px 12px!important}.list-page-table .u-table thead{display:none!important}.list-page-table .u-table{display:block!important}.list-page-table .u-table tbody{display:flex!important;flex-direction:column!important}.list-page-table .u-table tbody tr{align-items:center!important;border-bottom:1px solid var(--border-main)!important;cursor:pointer!important;display:flex!important;flex-wrap:nowrap!important;padding:12px 14px!important}.list-page-table .u-table tbody tr:hover{box-shadow:none!important;transform:none!important}.list-page-table .u-table tbody td{border-bottom:none!important;display:none!important}.list-page-table .u-table tbody td[style*="width: 45px"]{align-items:center!important;display:flex!important;flex:0 0 30px!important;justify-content:center!important;padding:0 8px 0 0!important}.customer-table .u-table tbody td:first-child{display:block!important;flex:1 1 33%!important;min-width:0!important;overflow:hidden!important;padding:0!important}.customer-table .u-table tbody td:first-child div{font-size:13px!important;font-weight:1000!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.customer-table .u-table tbody td:nth-child(2){align-items:center!important;display:flex!important;flex:1 1 33%!important;flex-direction:column!important;min-width:0!important;padding:0 4px!important;text-align:center!important}.customer-table .u-table tbody td:nth-child(2) svg{display:none!important}.customer-table .u-table tbody td:nth-child(2) a,.customer-table .u-table tbody td:nth-child(2) div:first-child{color:var(--text-main)!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}.customer-table .u-table tbody td:nth-child(2)>div:last-child{color:var(--text-muted)!important;font-size:8px!important;font-weight:600!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.customer-table .u-table tbody td:nth-child(4){display:block!important;flex:1 1 33%!important;padding:0!important;text-align:right!important}.customer-table .u-table tbody td:nth-child(4) div{font-size:14px!important;font-weight:1000!important}.customer-table .u-table tbody td:nth-child(4) div:last-child{color:var(--text-muted)!important;font-size:7px!important}.customer-table .u-table tbody td[style*="width: 45px"]+td{display:block!important;flex:1 1 33%!important;min-width:0!important;overflow:hidden!important;padding:0!important}.customer-table .u-table tbody td[style*="width: 45px"]+td div{font-size:13px!important;font-weight:1000!important}.supplier-table .u-table tbody td:first-child{display:block!important;flex:1 1 33%!important;min-width:0!important;overflow:hidden!important;padding:0!important}.supplier-table .u-table tbody td:first-child div{font-size:13px!important;font-weight:1000!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.supplier-table .u-table tbody td:nth-child(2){align-items:center!important;display:flex!important;flex:1 1 33%!important;flex-direction:column!important;min-width:0!important;padding:0 4px!important;text-align:center!important}.supplier-table .u-table tbody td:nth-child(2) svg{display:none!important}.supplier-table .u-table tbody td:nth-child(2) a,.supplier-table .u-table tbody td:nth-child(2) div:first-child{color:var(--text-main)!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}.supplier-table .u-table tbody td:nth-child(2)>div:last-child{color:var(--text-muted)!important;font-size:8px!important;font-weight:600!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.supplier-table .u-table tbody td:nth-child(4){display:block!important;flex:1 1 33%!important;padding:0!important;text-align:right!important}.supplier-table .u-table tbody td:nth-child(4) div{font-size:14px!important;font-weight:1000!important}.supplier-table .u-table tbody td:nth-child(4) div:last-child{color:var(--text-muted)!important;font-size:7px!important}.supplier-table .u-table tbody td[style*="width: 45px"]+td{display:block!important;flex:1 1 33%!important;min-width:0!important;overflow:hidden!important;padding:0!important}.supplier-table .u-table tbody td[style*="width: 45px"]+td div{font-size:13px!important;font-weight:1000!important}.rental-table .u-table tbody td:first-child{display:block!important;flex:1 1 33%!important;min-width:0!important;overflow:hidden!important;padding:0!important}.rental-table .u-table tbody td:first-child div{font-size:13px!important;font-weight:1000!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.rental-table .u-table tbody td:nth-child(2){align-items:center!important;display:flex!important;flex:1 1 33%!important;flex-direction:column!important;min-width:0!important;padding:0 4px!important;text-align:center!important}.rental-table .u-table tbody td:nth-child(2) svg{display:none!important}.rental-table .u-table tbody td:nth-child(2) a,.rental-table .u-table tbody td:nth-child(2) div:first-child{color:var(--text-main)!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}.rental-table .u-table tbody td:nth-child(2)>div:last-child{color:var(--text-muted)!important;font-size:8px!important;font-weight:600!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.rental-table .u-table tbody td:nth-child(3){display:block!important;flex:1 1 33%!important;padding:0!important;text-align:right!important}.rental-table .u-table tbody td:nth-child(3) div{font-size:14px!important;font-weight:1000!important}.rental-table .u-table tbody td[style*="width: 45px"]+td{display:block!important;flex:1 1 33%!important;min-width:0!important;overflow:hidden!important;padding:0!important}.rental-table .u-table tbody td[style*="width: 45px"]+td div{font-size:13px!important;font-weight:1000!important}.staff-table .u-table tbody td:first-child{display:block!important;flex:1 1 33%!important;min-width:0!important;overflow:hidden!important;padding:0!important}.staff-table .u-table tbody td:first-child div{font-size:13px!important;font-weight:1000!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.staff-table .u-table tbody td:nth-child(3){align-items:center!important;display:flex!important;flex:1 1 33%!important;flex-direction:column!important;min-width:0!important;padding:0 4px!important;text-align:center!important}.staff-table .u-table tbody td:nth-child(3) svg{display:none!important}.staff-table .u-table tbody td:nth-child(3) a,.staff-table .u-table tbody td:nth-child(3) div:first-child{color:var(--text-main)!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important}.staff-table .u-table tbody td:nth-child(3)>div:last-child{color:var(--text-muted)!important;font-size:8px!important;font-weight:600!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.staff-table .u-table tbody td:nth-child(3) button{display:none!important}.staff-table .u-table tbody td:nth-child(5){display:block!important;flex:1 1 33%!important;padding:0!important;text-align:right!important}.staff-table .u-table tbody td:nth-child(5) div{font-size:14px!important;font-weight:1000!important}.staff-table .u-table tbody td:nth-child(5) div:last-child{color:var(--text-muted)!important;font-size:7px!important}.staff-table .u-table tbody td[style*="width: 45px"]+td{display:block!important;flex:1 1 33%!important;min-width:0!important;overflow:hidden!important;padding:0!important}.staff-table .u-table tbody td[style*="width: 45px"]+td div{font-size:13px!important;font-weight:1000!important}.u-modal-content[style*=grid-template-columns]{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important}.u-modal-content[style*=grid-template-columns]>div:first-child:not(form){display:none!important}.u-modal-content[style*=grid-template-columns]>div:last-child,.u-modal-content[style*=grid-template-columns]>form{box-sizing:border-box!important;max-height:85vh!important;overflow-x:hidden!important;overflow-y:auto!important;padding:20px!important;width:100%!important}.u-modal-content .form-row,.u-modal-content div[style*="grid-template-columns: 1fr 1fr"],.u-modal-content-wide div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}.u-modal-content div[style*="width: 100px"][style*="height: 100px"],.u-modal-content div[style*="width: 120px"][style*="height: 120px"]{height:80px!important;width:80px!important}div[style*=grid-template-columns][style*="minmax(450px"]{gap:16px!important;grid-template-columns:1fr!important}.stats-strip{flex-direction:column!important;gap:12px!important;padding:14px!important}.stats-strip-modern{gap:8px!important;grid-template-columns:1fr 1fr 1fr!important}.mini-stat span{font-size:16px!important}.ledger-page{gap:14px!important}.sale-detail-modal{max-width:95vw!important;width:95vw!important}div[style*="position: fixed"][style*="background: rgba"]>div{max-height:88vh!important;max-width:95vw!important;overflow-y:auto!important;width:95vw!important}div[style*="max-width: 1200px"],div[style*="position: fixed"] div[style*="max-width: 360px"],div[style*="position: fixed"] div[style*="max-width: 420px"],div[style*="position: fixed"] div[style*="max-width: 440px"],div[style*="position: fixed"] div[style*="max-width: 480px"]{max-width:95vw!important;width:95vw!important}div[style*="flex:"][style*="380px"]{flex:1 1 100%!important}.page-wrapper>header.pos-top-header:not(:has(.register-btn)){align-items:stretch!important;flex-direction:column!important;gap:10px!important;margin-bottom:14px!important}.page-wrapper>header.pos-top-header:not(:has(.register-btn)) .pos-title-row h1{font-size:22px!important;letter-spacing:-1px!important}.page-wrapper>header.pos-top-header:not(:has(.register-btn)) .header-actions-modern{width:100%!important}.page-wrapper>header.pos-top-header:not(:has(.register-btn)) .header-actions-modern>div{flex-wrap:nowrap!important;gap:6px!important;padding:6px 10px!important;width:100%!important}.page-wrapper>header.pos-top-header:not(:has(.register-btn)) .header-actions-modern span{font-size:9px!important;letter-spacing:.5px!important;white-space:nowrap!important}.page-wrapper>header.pos-top-header:not(:has(.register-btn)) .header-actions-modern input{font-size:10px!important;min-width:0!important;width:auto!important}.page-wrapper>div[style*="display: flex"][style*="flex-direction: column"]>.pos-search{margin-bottom:10px!important;width:100%!important}.page-wrapper>div[style*="flex-direction: column"]>.pos-search label{font-size:9px!important;margin-bottom:4px!important}.bills-table .u-table{display:block!important}.bills-table .u-table thead{display:none!important}.bills-table .u-table tbody{display:flex!important;flex-direction:column!important}.bills-table .u-table tbody tr.clickable-row{grid-gap:0!important;align-items:center!important;border-bottom:1px solid #111!important;display:grid!important;gap:0!important;grid-template-columns:1fr 1fr 1fr!important;padding:12px 14px!important}.bills-table .u-table tbody td:first-child{border-bottom:none!important;padding:0!important}.bills-table .u-table tbody td:first-child div{font-size:11px!important;gap:4px!important}.bills-table .u-table tbody td:nth-child(2){border-bottom:none!important;padding:0!important;text-align:center!important}.bills-table .u-table tbody td:nth-child(2) div[style*="font-weight: 1000"],.bills-table .u-table tbody td:nth-child(2) div[style*="fontWeight: '1000'"]{font-size:11px!important}.bills-table .u-table tbody td:nth-child(2) div[style*="font-size: 10px"],.bills-table .u-table tbody td:nth-child(2) div[style*="fontSize: '10px'"]{font-size:9px!important}.bills-table .u-table tbody td:nth-child(3),.bills-table .u-table tbody td:nth-child(4){display:none!important}.bills-table .u-table tbody td:nth-child(5){border-bottom:none!important;padding:0!important;text-align:right!important}.bills-table .u-table tbody td:nth-child(5) div[style*="font-size: 18px"],.bills-table .u-table tbody td:nth-child(5) div[style*="fontSize: '18px'"]{font-size:13px!important}.bills-table .u-table tbody td:nth-child(5) span[style*="fontSize: '10px'"]{font-size:8px!important;padding:1px 5px!important}.bills-table .u-table tbody td:nth-child(6){display:none!important}div[style*="max-width: 400px"]{max-width:95vw!important;padding:24px 20px!important}.page-wrapper.fade-in>div[style*="justify-content: space-between"]:first-child{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}.page-wrapper.fade-in>div[style*="justify-content: space-between"]:first-child>div[style*="background: #080808"]{justify-content:center!important;width:100%!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .table-header-modern{padding:14px 12px!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .table-header-modern h3{font-size:14px!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table{display:block!important;table-layout:auto!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td{border-bottom:none!important;width:auto!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table thead{display:none!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody{display:flex!important;flex-direction:column!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody tr{align-items:center!important;border-bottom:1px solid #111!important;display:flex!important;flex-wrap:nowrap!important;gap:30px!important;justify-content:flex-start!important;padding:10px 12px!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody tr td{margin:0!important;padding:0!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:first-child{flex:0 0 auto!important;max-width:-webkit-fit-content!important;max-width:fit-content!important;min-width:0!important;order:1!important;padding:4px 10px 4px 0!important;text-align:left!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:first-child div:first-child{color:#fff!important;font-size:11px!important;font-weight:1000!important;white-space:nowrap!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:first-child div:last-child{color:#6b7280!important;font-size:9px!important;margin-top:1px!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(3){display:block!important;flex:1 1 auto!important;margin-left:0!important;min-width:0!important;order:2!important;padding:0!important;text-align:left!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(3) div{font-size:12px!important;line-height:1.4!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(2),.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(4),.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(5){display:none!important;flex:0 0!important;margin:0!important;padding:0!important;width:0!important}.page-wrapper.fade-in .u-table-container:not(.list-page-table):not(.profile-ledger)>div[style*="text-align: center"] button{border-radius:10px!important;font-size:11px!important;padding:10px 30px!important}.activity-detail-overlay{display:flex!important}.page-wrapper>header.page-header-modern{align-items:center!important;flex-direction:row!important;gap:10px!important;margin-bottom:16px!important;padding:0 4px!important}.page-wrapper>header.page-header-modern .header-left-modern{flex:0 0 65%!important}.page-wrapper>header.page-header-modern .header-left-modern h1{font-size:22px!important;letter-spacing:-1px!important}.page-wrapper>header.page-header-modern .header-actions-modern{flex:0 0 35%!important}.page-wrapper>header.page-header-modern .header-actions-modern .btn-modern-primary,.page-wrapper>header.page-header-modern .header-actions-modern button{align-items:center!important;border-radius:10px!important;display:flex!important;font-size:11px!important;height:38px!important;justify-content:center!important;padding:0 10px!important;width:100%!important}.pending-btn-desktop{display:none!important}.pending-btn-mobile{display:inline!important}.stats-strip-modern[style*="repeat(2, 1fr)"]{gap:10px!important;grid-template-columns:1fr 1fr!important;padding:0 4px!important}.stats-strip-modern[style*="repeat(2, 1fr)"] .stat-card-modern{border-radius:14px!important;padding:14px 12px!important}.stats-strip-modern[style*="repeat(2, 1fr)"] .stat-card-modern label{font-size:9px!important}.stats-strip-modern[style*="repeat(2, 1fr)"] .stat-card-modern .value{font-size:22px!important}.stats-strip-modern[style*="repeat(2, 1fr)"] .stat-card-modern p{font-size:8px!important}.tabs-container-modern{display:flex!important;margin-bottom:16px!important;margin-left:0!important;width:100%!important}.tabs-container-modern button{border-radius:10px!important;flex:1 1!important;font-size:10px!important;min-width:0!important;padding:10px 8px!important}.pending-toolbar{align-items:flex-start!important;flex-direction:column!important;gap:10px!important;padding:12px!important}.pending-toolbar h3{font-size:14px!important}.pending-toolbar-controls{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important;width:100%!important}.pending-filter-select{flex:1 1!important;font-size:10px!important;min-width:0!important;padding:8px 10px!important}.pending-action-btns{display:flex!important;flex:0 0 auto!important;gap:8px!important}.pending-action-btns button{border-radius:8px!important;font-size:9px!important;padding:8px 12px!important;white-space:nowrap!important}.pending-search-bar{padding:0 12px!important}.pending-search-bar>div{padding:8px 0!important}.page-wrapper>.u-table-container:not(.list-page-table):not(.profile-ledger) .u-table thead{display:none!important}.page-wrapper>.u-table-container:not(.list-page-table):not(.profile-ledger) .u-table{display:block!important}.page-wrapper>.u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody{display:flex!important;flex-direction:column!important}.page-wrapper>.u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody tr.clickable-row-modern{align-items:center!important;display:flex!important;flex-wrap:nowrap!important;gap:4px!important;overflow:hidden!important;padding:10px 12px!important;position:relative!important}.page-wrapper>.u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:first-child{flex:0 0 70%!important;min-width:0!important;order:1!important;padding:0!important}.page-wrapper>.u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:first-child div:first-child{font-size:12px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.pending-row-date{display:block!important}.page-wrapper>.u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(2){flex:0 0 30%!important;order:2!important;padding:0!important;text-align:right!important}.page-wrapper>.u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(2) span{border-radius:6px!important;font-size:8px!important;padding:3px 8px!important}.page-wrapper:not(.fade-in)>.u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(3),.pending-action-col,.pending-date-col,.swipe-action-overlay{display:none!important}.page-wrapper .u-modal-content[style*=gridTemplateColumns]{grid-template-columns:1fr!important;max-height:90vh!important;max-width:95vw!important;overflow-y:auto!important}.page-wrapper .u-modal-content[style*=gridTemplateColumns]>div:first-child{display:none!important}.page-wrapper .u-modal-content[style*=gridTemplateColumns]>div:last-child{padding:20px!important}.page-wrapper .u-modal-content[style*=gridTemplateColumns] button[type=submit]{border-radius:12px!important;font-size:12px!important;height:44px!important}.pending-detail-overlay{display:flex!important}div[style*="width: 800px"][style*="height: 400px"]{display:none!important}.page-wrapper>header.pos-top-header{align-items:flex-start!important;flex-direction:column!important;gap:10px!important;margin-bottom:16px!important}.page-wrapper>header.pos-top-header .header-actions-modern{flex-wrap:wrap!important;gap:8px!important;width:100%!important}.page-wrapper>header.pos-top-header .header-actions-modern>div[style*="border: '1px solid #222'"],.page-wrapper>header.pos-top-header .header-actions-modern>div[style*="border: 1px solid"]{justify-content:center!important;width:100%!important}.page-wrapper>header.pos-top-header .header-actions-modern>button{border-radius:10px!important;font-size:11px!important;height:36px!important;padding:0 12px!important;width:100%!important}.page-wrapper>div>div[style*="repeat(3, 1fr)"]:not(.rental-stat-cards):not(.staff-stat-cards){gap:10px!important;grid-template-columns:1fr 1fr!important;margin-bottom:16px!important}.page-wrapper .stat-card-modern{border-radius:16px!important;min-height:auto!important;padding:14px 12px!important}.page-wrapper .stat-card-modern label{font-size:8px!important;letter-spacing:.5px!important}.page-wrapper .stat-card-modern .value{font-size:18px!important;margin-top:8px!important}.page-wrapper .stat-card-modern div[style*="grid-template-columns: 1fr 1fr"]{gap:8px!important;margin-top:10px!important}.page-wrapper .stat-card-modern div[style*=border-left] div:first-child,.page-wrapper .stat-card-modern div[style*=borderLeft] div:first-child{font-size:8px!important}.page-wrapper .stat-card-modern div[style*=border-left] div:last-child,.page-wrapper .stat-card-modern div[style*=borderLeft] div:last-child{font-size:11px!important}.page-wrapper .stat-card-modern div[style*="margin-top: 20px"] div[style*="font-size: 10px"],.page-wrapper .stat-card-modern div[style*="marginTop: '20px'"] div[style*="fontSize: '10px'"]{font-size:8px!important}.page-wrapper .stat-card-modern div[style*="fontSize: '14px'"]{font-size:11px!important}.page-wrapper .stat-card-modern p{font-size:9px!important;margin-top:4px!important}.reports-donut-row{gap:16px!important;grid-template-columns:1fr!important}.reports-donut-card{border-radius:16px!important;padding:20px 16px!important}.reports-donut-card h3{font-size:14px!important;margin-bottom:12px!important}.reports-donut-chart-area{height:280px!important;padding:15px 0!important}.reports-donut-card .recharts-legend-wrapper{margin-top:10px!important}.page-wrapper .table-container-modern div[style*="height: '350px'"],.page-wrapper .table-container-modern div[style*="height: 350px"]{height:220px!important}.page-wrapper .table-container-modern>div[style*="justify-content: space-between"]{flex-direction:column!important;gap:10px!important;margin-bottom:16px!important}.page-wrapper .table-container-modern div[style*="gap: '15px'"][style*=flex-wrap]{gap:8px!important}.page-wrapper .table-container-modern div[style*="gap: '15px'"] span{font-size:8px!important}.analysis-products-table{border-spacing:0 10px!important}.analysis-products-table thead{display:none!important}.analysis-products-table tbody tr{border-radius:14px!important;display:flex!important;flex-wrap:wrap!important;gap:0!important;padding:14px!important}.analysis-products-table tbody td:first-child{display:none!important}.analysis-products-table tbody td:nth-child(2){border-bottom:1px solid var(--border-main)!important;flex:0 0 100%!important;margin-bottom:10px!important;padding:0 0 10px!important;width:100%!important}.analysis-products-table tbody td:nth-child(3),.analysis-products-table tbody td:nth-child(4),.analysis-products-table tbody td:nth-child(5),.analysis-products-table tbody td:nth-child(6){border-radius:0!important;flex:1 1!important;font-size:11px!important;padding:0!important;text-align:center!important}.reports-products-grid{gap:10px!important;grid-template-columns:1fr!important}.reports-products-grid>div{border-radius:16px!important;padding:14px!important}.reports-products-grid>div>div:last-child{grid-template-columns:1fr 1fr!important}.reports-products-grid>div>div:nth-child(2)>div:nth-child(2)>div:first-child{line-height:1.3!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;word-break:break-word!important}.reports-strategic-card{display:flex!important;flex-direction:column!important;padding:20px!important}.reports-strategic-header{margin-bottom:20px!important;order:-1!important;padding-bottom:16px!important}.reports-strategic-header h4{font-size:16px!important}.reports-insights-grid{display:flex!important;flex-direction:column!important;gap:16px!important}.reports-health-card{box-sizing:border-box!important;margin:0!important;padding:20px!important;width:100%!important}.reports-strategic-card{overflow:hidden!important;padding:16px!important}.reports-perf-wrapper{display:flex!important;flex-direction:column!important;gap:16px!important}.settings-save-desktop{display:none!important}.settings-save-mobile{display:block!important}.page-wrapper[style*="background: #030303"]>header.pos-top-header,.page-wrapper[style*="background: '#030303'"]>header.pos-top-header{align-items:flex-start!important;flex-direction:column!important;gap:10px!important;margin-bottom:12px!important}.settings-tabs{display:flex!important;flex-wrap:nowrap!important;gap:4px!important;margin-bottom:16px!important;width:100%!important}.settings-tabs button{border-radius:10px!important;flex:1 1!important;font-size:8px!important;min-width:0!important;overflow:hidden!important;padding:10px 4px!important;text-overflow:ellipsis!important;white-space:nowrap!important}.page-wrapper[style*="background: #030303"]>div[style*="grid-template-columns: 1fr"]>div,.page-wrapper[style*="background: '#030303'"]>div[style*="grid-template-columns: 1fr"]>div{border-radius:16px!important;padding:16px 14px!important}.page-wrapper .u-form>div[style*="display: flex"][style*="gap: '20px'"],.page-wrapper .u-form>div[style*="display: flex"][style*="gap: 20px"]{flex-direction:column!important}.page-wrapper .u-form>div[style*="display: flex"] .u-form-group[style*="width: '50%'"],.page-wrapper .u-form>div[style*="display: flex"] .u-form-group[style*="width: 50%"]{width:100%!important}.page-wrapper .u-form>div[style*="display: flex"]>div[style*="width: '50%'"],.page-wrapper .u-form>div[style*="display: flex"]>div[style*="width: 50%"]{flex-direction:column!important;gap:12px!important;width:100%!important}.page-wrapper .u-form div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}.page-wrapper div[style*="flex-wrap: wrap"][style*="gap: '10px'"],.page-wrapper div[style*="flex-wrap: wrap"][style*="gap: 10px"]{gap:6px!important}.page-wrapper div[style*="flex-wrap: wrap"]>div[style*="display: flex"][style*="gap: '8px'"],.page-wrapper div[style*="flex-wrap: wrap"]>div[style*="display: flex"][style*="gap: 8px"]{font-size:11px!important;padding:6px 10px!important}.settings-add-unit{flex-direction:column!important}.settings-add-unit input{flex:none!important;width:100%!important}.settings-add-unit button{width:100%!important}.backup-action-btns{flex-direction:column!important;gap:10px!important}.backup-action-btns button{border-radius:14px!important;font-size:12px!important;height:48px!important;width:100%!important}.whatsapp-settings-page{padding:16px 14px!important}.wa-header{align-items:flex-start!important;flex-direction:column!important;gap:10px!important;margin-bottom:16px!important}.wa-header h1{font-size:22px!important;letter-spacing:-1px!important}.wa-enable-desktop,.wa-save-desktop{display:none!important}.wa-save-mobile{display:block!important;margin-top:20px!important}.wa-enable-mobile{display:flex!important}.whatsapp-settings-page>div[style*="display: flex"][style*="gap: '2px'"],.whatsapp-settings-page>div[style*="display: flex"][style*="gap: 2px"]{margin-bottom:16px!important;width:100%!important}.whatsapp-settings-page>div[style*="gap: '2px'"] button,.whatsapp-settings-page>div[style*="gap: 2px"] button{flex:1 1!important;font-size:10px!important;padding:8px 6px!important}.wa-grid{gap:16px!important;grid-template-columns:1fr!important}.wa-tab-templates{display:flex!important;flex-direction:column!important}.wa-tab-templates .wa-right{display:contents!important}.wa-tab-templates .wa-right>.wa-section:first-child{order:-2!important}.wa-tab-templates .wa-quick-guide{order:2!important}.wa-tab-templates .wa-left{order:0!important}.wa-tab-logs .wa-quick-guide,.wa-tab-logs .wa-right,.wa-tab-settings .wa-quick-guide,.wa-tab-settings .wa-right{display:none!important}.wa-section{border-radius:16px!important;margin-bottom:12px!important;padding:16px 14px!important}.wa-section h2{font-size:11px!important;margin-bottom:16px!important}.wa-status-card{border-radius:16px!important;padding:24px 16px!important}.wa-status-card .status-icon{font-size:40px!important;margin-bottom:12px!important}.wa-status-card h3{font-size:18px!important}.wa-status-card p{font-size:11px!important}.qr-container{border-radius:14px!important;padding:14px!important}.wa-section .template-item,.wa-section>div[style*=marginBottom]{margin-bottom:12px!important}.auto-toggle-wrapper{padding:10px!important}.toggle-label span:first-child{font-size:12px!important}.toggle-label span:last-child{font-size:10px!important}.wa-logs-header{align-items:flex-start!important;flex-direction:column!important;gap:10px!important;padding:0 12px 12px!important}.wa-logs-header h2{margin-bottom:0!important;width:100%!important}.wa-logs-controls{display:flex!important;gap:8px!important;width:100%!important}.wa-logs-controls select{flex:1 1!important}.wa-stats-bar{flex-wrap:wrap!important;gap:8px 14px!important;padding:10px 12px!important}.wa-stats-bar>div[style*="display: flex"]{flex-shrink:0!important}.wa-logs-table thead{display:none!important}.wa-logs-table tbody tr{align-items:center!important;display:flex!important;gap:6px!important;padding:10px 12px!important}.wa-log-time-col,.wa-logs-table tbody td:first-child{display:none!important}.wa-logs-table tbody td:nth-child(2){border-right:none!important;flex:1 1!important;min-width:0!important;padding:0!important}.wa-log-message{display:none!important}.wa-log-name{display:block!important}.wa-log-status-badge{display:inline-flex!important}.wa-log-error-inline{display:none!important}.wa-log-datetime-mob{display:block!important;flex:0 0 auto!important;padding:0!important;text-align:right!important}.wa-log-detail-overlay{display:flex!important}.wa-logs-section{padding:16px 0!important}.wa-section .sync-btn{font-size:10px!important;padding:6px 10px!important}.loader-stats{gap:8px!important;grid-template-columns:1fr 1fr 1fr!important;padding:0!important}.loader-stats .stat-card-modern{border-radius:14px!important;padding:12px 10px!important}.loader-stats .stat-card-modern label{font-size:8px!important;letter-spacing:0!important}.loader-stats .stat-card-modern .value{font-size:18px!important;margin-top:4px!important}.loader-stats .stat-card-modern p{display:none!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger)>div[style*="padding: 25px 35px"]{align-items:center!important;flex-direction:row!important;gap:8px!important;padding:12px!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger)>div[style*="padding: 25px 35px"]>div:first-child{flex:1 1!important;min-width:0!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger)>div[style*="padding: 25px 35px"]>div:first-child>div{display:none!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger)>div[style*="padding: 25px 35px"] h3{font-size:14px!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger)>div[style*="padding: 25px 35px"] select{font-size:10px!important;padding:6px 10px!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table{display:block!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table thead{display:none!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody{display:flex!important;flex-direction:column!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody tr.clickable-row{align-items:center!important;border-bottom:1px solid #111!important;display:flex!important;flex-wrap:nowrap!important;gap:0!important;padding:12px 14px!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td{border-bottom:none!important;display:none!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:first-child{display:block!important;flex:1 1 33%!important;min-width:0!important;order:1!important;padding:0!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:first-child div:first-child{font-size:12px!important;font-weight:1000!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:first-child div:last-child{font-size:9px!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(2){align-items:center!important;display:flex!important;flex:1 1 33%!important;justify-content:center!important;order:2!important;padding:0 4px!important;text-align:center!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(2) span{font-size:8px!important;padding:3px 8px!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(4){display:block!important;flex:1 1 33%!important;order:3!important;padding:0!important;text-align:right!important}.content-container-modern .u-table-container:not(.list-page-table):not(.profile-ledger) .u-table tbody td:nth-child(4) div{font-size:14px!important}.u-form-group input,.u-form-group select,.u-form-group textarea{border-radius:10px!important;font-size:14px!important;padding:12px!important}.u-form-group label{font-size:10px!important}.u-modal-body button[style*="padding: 18px"]{padding:14px!important}.tab-btn-modern{font-size:11px!important;padding:8px 14px!important}.badge-modern{padding:3px 8px!important}.badge-modern,.danger-soft,.success-soft,.warning-soft{font-size:9px!important}.page-wrapper ::-webkit-scrollbar{height:0!important;width:0!important}.custom-scrollbar::-webkit-scrollbar{width:0!important}.ledger-hide-mobile{display:none!important}.product-detail-full .ledger-table.has-variants tbody td.ledger-hide-mobile:nth-child(2),.product-detail-full .ledger-table.has-variants thead th.ledger-hide-mobile:nth-child(2){display:table-cell!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-detail-full .ledger-table{table-layout:fixed!important;width:100%!important}.product-detail-full .ledger-table thead th:first-child{width:50%!important}.product-detail-full .ledger-table thead th:nth-child(3){width:30%!important}.product-detail-full .ledger-table thead th:nth-child(4){width:20%!important}.product-detail-full .ledger-table.has-variants thead th:first-child{width:35%!important}.product-detail-full .ledger-table.has-variants thead th:nth-child(2){width:30%!important}.product-detail-full .ledger-table.has-variants thead th:nth-child(3){width:22%!important}.product-detail-full .ledger-table.has-variants thead th:nth-child(4){width:13%!important}.product-detail-full .ledger-table td,.product-detail-full .ledger-table th{overflow:hidden!important;padding:10px 6px!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-detail-full .ledger-table td:first-child,.product-detail-full .ledger-table th:first-child{padding-left:12px!important;white-space:normal!important}.product-detail-full .ledger-table td:nth-child(4),.product-detail-full .ledger-table th:nth-child(4){padding-right:12px!important;text-align:right!important}.page-wrapper>header.pos-top-header.profile-header{grid-gap:8px!important;align-items:center!important;display:grid!important;flex-direction:row!important;gap:8px!important;grid-template-columns:auto 1fr auto auto!important;margin-bottom:16px!important}.page-wrapper>header.pos-top-header.profile-header .header-actions-modern{display:contents!important}.page-wrapper>header.pos-top-header.profile-header>button:first-child{border-radius:10px!important;grid-column:1!important;grid-row:1!important;height:36px!important;width:36px!important}.page-wrapper>header.pos-top-header.profile-header .sync-btn{align-items:center!important;border-radius:12px!important;display:flex!important;grid-column:3!important;grid-row:1!important;height:40px!important;justify-content:center!important;padding:0!important;width:40px!important}.page-wrapper>header.pos-top-header.profile-header .edit-btn{border-radius:12px!important;grid-column:4!important;grid-row:1!important;height:40px!important;padding:0 16px!important}.page-wrapper>header.pos-top-header.profile-header .filter-pill-modern{grid-column:1/-1!important;grid-row:2!important;justify-content:center!important;width:100%!important}.page-wrapper>header.page-header-modern.profile-header{grid-gap:8px!important;align-items:center!important;display:grid!important;gap:8px!important;grid-template-columns:auto 1fr auto auto!important;margin-bottom:16px!important;padding:0!important}.page-wrapper>header.page-header-modern.profile-header .header-left-modern,.page-wrapper>header.page-header-modern.profile-header .header-right-modern{display:contents!important}.page-wrapper>header.page-header-modern.profile-header .header-titles-modern{display:none!important}.page-wrapper>header.page-header-modern.profile-header .header-left-modern>button{border-radius:10px!important;grid-column:1!important;grid-row:1!important;height:36px!important;width:36px!important}.page-wrapper>header.page-header-modern.profile-header .sync-btn{align-items:center!important;border-radius:12px!important;display:flex!important;grid-column:3!important;grid-row:1!important;height:40px!important;justify-content:center!important;padding:0!important;width:40px!important}.page-wrapper>header.page-header-modern.profile-header .edit-btn{border-radius:12px!important;grid-column:4!important;grid-row:1!important;height:40px!important;padding:0 16px!important}.page-wrapper>header.page-header-modern.profile-header .filter-pill-modern{grid-column:1/-1!important;grid-row:2!important;justify-content:center!important;width:100%!important}.info-card-modern{align-items:stretch!important;border-radius:20px!important;flex-direction:column!important;gap:16px!important;padding:20px!important}.info-card-modern>div:first-child h1{font-size:28px!important;letter-spacing:-2px!important;margin-bottom:8px!important}.info-card-modern>div:first-child>div{flex-wrap:wrap!important;gap:10px!important}.info-card-modern>div:first-child>div>div{color:#ccc!important;font-size:12px!important;font-weight:900!important;gap:6px!important}.info-card-modern>div:first-child>div>div a{color:#fff!important;font-size:12px!important;font-weight:900!important}.info-card-modern>div:first-child>div>div svg{height:14px!important;width:14px!important}.info-card-modern>div:first-child>div>div[style*="width: '1px'"]{display:none!important}.info-card-modern>div:last-child{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-template-columns:1fr 1fr!important;width:100%!important}.info-card-modern>div.staff-action-buttons:last-child{grid-template-columns:1fr!important}.info-card-modern>div:last-child .btn-m{border-radius:12px!important;font-size:11px!important;justify-content:center!important;padding:12px 8px!important;width:100%!important}.analysis-grid,.page-wrapper>div[style*="gridTemplateColumns: '1.2fr 1fr 1fr'"],.page-wrapper>div[style*=grid-template-columns]{gap:8px!important}.analysis-grid,.page-wrapper>div[style*="1.2fr 1fr 1fr"]{gap:8px!important;grid-template-columns:repeat(3,1fr)!important;margin-bottom:16px!important}.stat-card-modern{border-radius:14px!important;padding:12px 10px!important}.stat-card-modern label{font-size:7px!important;letter-spacing:.3px!important}.stat-card-modern .value,.stat-card-modern h2{font-size:16px!important;margin-top:4px!important}.stat-card-modern p{display:none!important}.rental-stats-section{flex-direction:column!important;gap:12px!important;margin-bottom:20px!important}.rental-stat-cards{gap:8px!important;grid-template-columns:repeat(3,1fr)!important}.rental-stat-cards>div{border-radius:14px!important;padding:12px 10px!important}.rental-stat-cards>div>div:first-child{font-size:7px!important}.rental-stat-cards>div>div:nth-child(2){font-size:16px!important}.rental-stat-cards>div>div:last-child{display:none!important}.rental-action-buttons{flex-direction:row!important;gap:8px!important;width:100%!important}.rental-action-buttons .btn-m{border-radius:12px!important;flex:1 1!important;font-size:11px!important;height:42px!important;padding:0 8px!important}.staff-stat-cards{gap:8px!important;grid-template-columns:repeat(3,1fr)!important;margin-bottom:16px!important}.staff-action-buttons{width:100%!important}.staff-action-buttons .btn-m{border-radius:12px!important;font-size:11px!important;justify-content:center!important;padding:12px 8px!important;width:100%!important}.u-table-container>.table-header-modern{gap:8px!important;padding:14px!important}.u-table-container>.table-header-modern h3{font-size:14px!important;letter-spacing:0!important}.u-table-container>.table-header-modern div[style*=font-size]{font-size:9px!important;margin-top:2px!important}.u-table-container>.table-header-modern>button,.u-table-container>.table-header-modern>div:last-child>button{border-radius:8px!important;font-size:9px!important;gap:4px!important;height:34px!important;padding:6px 10px!important}.u-table-container>.table-header-modern>button svg,.u-table-container>.table-header-modern>div:last-child>button svg{height:10px!important;width:10px!important}.profile-ledger .u-table{border-collapse:collapse!important;display:block!important;width:100%!important}.profile-ledger .u-table thead{display:none!important}.profile-ledger .u-table tbody{display:flex!important;flex-direction:column!important}.profile-ledger .u-table tbody tr{align-items:center!important;border-bottom:1px solid #111!important;display:flex!important;flex-wrap:nowrap!important;gap:10px!important;padding:12px 14px!important}.profile-ledger .u-table tbody td{border:none!important;display:none!important;padding:0!important}.profile-ledger>div[style*=overflow]{overflow-x:hidden!important}.profile-ledger .customer-ledger tbody td:first-child{display:block!important;flex:0 0 26%!important;min-width:0!important}.profile-ledger .customer-ledger tbody td:first-child div:first-child{color:#fff!important;font-size:10px!important;font-weight:1000!important}.profile-ledger .customer-ledger tbody td:first-child div:last-child{color:#8b9ab0!important;font-size:8px!important}.profile-ledger .customer-ledger tbody td:nth-child(3){display:block!important;flex:1 1!important;min-width:0!important;overflow:hidden!important;padding:0 10px!important}.profile-ledger .customer-ledger tbody td:nth-child(3)>div{gap:10px!important}.profile-ledger .customer-ledger tbody td:nth-child(3)>div>div:first-child{border-radius:6px!important;height:32px!important;min-width:32px!important;width:32px!important}.profile-ledger .customer-ledger tbody td:nth-child(3)>div>div:first-child svg{height:14px!important;width:14px!important}.profile-ledger .customer-ledger tbody td:nth-child(3)>div>div:last-child>div:first-child{font-size:11px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.profile-ledger .customer-ledger tbody td:nth-child(3)>div>div:last-child>div:last-child{font-size:8px!important}.profile-ledger .customer-ledger tbody td:nth-child(3)>div>div[style*="42px"]{border-radius:6px!important;height:32px!important;min-width:32px!important;width:32px!important}.profile-ledger .customer-ledger tbody td:nth-child(4){display:block!important;flex:0 0 32%!important;font-size:12px!important;min-width:0!important;text-align:right!important}.profile-ledger .supplier-ledger tbody td:first-child{display:block!important;flex:0 0 30%!important;min-width:0!important}.profile-ledger .supplier-ledger tbody td:first-child div:first-child{color:#fff!important;font-size:10px!important;font-weight:1000!important}.profile-ledger .supplier-ledger tbody td:first-child div:last-child{color:#8b9ab0!important;font-size:8px!important}.profile-ledger .supplier-ledger tbody td:nth-child(3){display:block!important;flex:1 1!important;min-width:0!important;overflow:hidden!important;padding:0 10px!important}.profile-ledger .supplier-ledger tbody td:nth-child(3)>div{gap:10px!important}.profile-ledger .supplier-ledger tbody td:nth-child(3)>div>div:first-child{border-radius:6px!important;height:32px!important;min-width:32px!important;width:32px!important}.profile-ledger .supplier-ledger tbody td:nth-child(3)>div>div:first-child img{height:32px!important;width:32px!important}.profile-ledger .supplier-ledger tbody td:nth-child(3)>div>div:last-child>div:first-child{font-size:11px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.profile-ledger .supplier-ledger tbody td:nth-child(3)>div>div:last-child>div:last-child{font-size:8px!important}.profile-ledger .supplier-ledger tbody td:nth-child(4){display:block!important;flex:0 0 32%!important;font-size:12px!important;min-width:0!important;text-align:right!important}.profile-ledger .rental-inventory-ledger tbody td:first-child{display:block!important;flex:0 0 24%!important;min-width:0!important}.profile-ledger .rental-inventory-ledger tbody td:first-child div:first-child{color:#fff!important;font-size:10px!important;font-weight:1000!important}.profile-ledger .rental-inventory-ledger tbody td:first-child div:last-child{color:#8b9ab0!important;font-size:8px!important}.profile-ledger .rental-inventory-ledger tbody td:nth-child(2){display:block!important;flex:1 1!important;min-width:0!important;overflow:hidden!important;padding:0 8px!important}.profile-ledger .rental-inventory-ledger tbody td:nth-child(2) div:first-child{font-size:12px!important;font-weight:1000!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.profile-ledger .rental-inventory-ledger tbody td:nth-child(2) div:nth-child(2){font-size:8px!important}.profile-ledger .rental-inventory-ledger tbody td:nth-child(2) div:nth-child(3){font-size:7px!important}.profile-ledger .rental-inventory-ledger tbody td:nth-child(3){display:block!important;flex:0 0 14%!important;font-size:12px!important;font-weight:1000!important;min-width:0!important;text-align:center!important}.profile-ledger .rental-inventory-ledger tbody td:nth-child(5){display:block!important;flex:0 0 22%!important;font-size:11px!important;min-width:0!important;text-align:right!important}.profile-ledger .rental-payments-ledger tbody td:first-child{display:block!important;flex:0 0 32%!important;min-width:0!important}.profile-ledger .rental-payments-ledger tbody td:first-child div:first-child{color:#fff!important;font-size:10px!important;font-weight:1000!important}.profile-ledger .rental-payments-ledger tbody td:first-child div:last-child{color:#8b9ab0!important;font-size:8px!important}.profile-ledger .rental-payments-ledger tbody td:nth-child(2){display:block!important;flex:1 1!important;min-width:0!important;text-align:center!important}.profile-ledger .rental-payments-ledger tbody td:nth-child(2) span{font-size:9px!important;padding:4px 9px!important}.profile-ledger .rental-payments-ledger tbody td:nth-child(4){display:block!important;flex:0 0 36%!important;min-width:0!important;text-align:right!important}.profile-ledger .rental-payments-ledger tbody td:nth-child(4) div{font-size:14px!important}.profile-ledger .staff-ledger tbody td:first-child{display:block!important;flex:0 0 28%!important;min-width:0!important}.profile-ledger .staff-ledger tbody td:first-child div:first-child{color:#fff!important;font-size:10px!important;font-weight:1000!important}.profile-ledger .staff-ledger tbody td:first-child div:last-child{color:#8b9ab0!important;font-size:8px!important}.profile-ledger .staff-ledger tbody td:nth-child(2){display:block!important;flex:1 1!important;min-width:0!important;text-align:center!important}.profile-ledger .staff-ledger tbody td:nth-child(2) span{font-size:9px!important;padding:4px 9px!important}.profile-ledger .staff-ledger tbody td:nth-child(4){display:block!important;flex:0 0 32%!important;min-width:0!important;text-align:right!important}.profile-ledger .staff-ledger tbody td:nth-child(4) div{font-size:13px!important}.rental-payment-detail-overlay,.staff-detail-overlay,.supplier-detail-overlay{display:flex!important}.profile-ledger .supplier-catalog{display:block!important;width:100%!important}.profile-ledger .supplier-catalog thead{display:none!important}.profile-ledger .supplier-catalog tbody{display:flex!important;flex-direction:column!important}.profile-ledger .supplier-catalog tbody tr{align-items:center!important;border-bottom:1px solid #111!important;display:flex!important;padding:12px 14px!important}.profile-ledger .supplier-catalog tbody td{border:none!important;display:none!important;padding:0!important}.profile-ledger .supplier-catalog tbody td:first-child{display:block!important;flex:1 1!important;min-width:0!important}.profile-ledger .supplier-catalog tbody td:first-child div:first-child{font-size:11px!important;font-weight:1000!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.profile-ledger .supplier-catalog tbody td:nth-child(2){display:block!important;flex:0 0 26%!important;font-size:11px!important;text-align:center!important}.profile-ledger .supplier-catalog tbody td:nth-child(3){display:block!important;flex:0 0 30%!important;font-size:11px!important;text-align:right!important}.cashflow-grid{gap:24px!important;grid-template-columns:1fr!important}.cashflow-grid>div[style*=background]{display:none!important}.cashflow-grid>div{padding:0!important}.analysis-summary-grid{gap:10px!important;grid-template-columns:repeat(2,1fr)!important}.analysis-summary-grid>div{padding:14px!important}.analysis-summary-grid>div>div:last-child{font-size:18px!important}.table-container-modern[style*="padding: 36px"]{padding:16px!important}.activity-log-table .u-table thead{display:none!important}.activity-log-table .u-table tbody{display:flex!important;flex-direction:column!important;gap:2px!important}.activity-log-table .u-table tbody tr{align-items:center!important;border-bottom:1px solid var(--border-main)!important;display:flex!important;flex-wrap:wrap!important;gap:6px!important;padding:12px 14px!important}.activity-log-table .u-table tbody td:first-child{flex:0 0 auto!important;order:1!important;padding:0!important}.activity-log-table .u-table tbody td:nth-child(4){flex:1 1 60%!important;order:2!important;padding:0!important}.activity-log-table .u-table tbody td:nth-child(6){flex:0 0 auto!important;margin-left:auto!important;order:3!important;padding:0!important;text-align:right!important}.activity-log-table .u-table tbody td:nth-child(2),.activity-log-table .u-table tbody td:nth-child(3){display:none!important}.activity-log-table .u-table tbody td:nth-child(5){flex:0 0 100%!important;order:4!important;padding:0!important}}@media (max-width:375px){.page-wrapper{padding:10px 8px!important}.page-wrapper h1{font-size:20px!important}.stat-card-modern{padding:10px!important}.stat-card-modern .value,.stat-card-modern h2{font-size:14px!important}.stat-card-modern label{font-size:6px!important}.pos-page-wrapper{padding:0 8px 8px!important}.pos-mobile-tabs button{font-size:10px!important;padding:10px!important}.u-modal-content{border-radius:16px!important}}@media (max-width:768px) and (orientation:landscape){.sidebar.mobile-open{width:220px!important}.pos-page-wrapper{padding-top:0!important}}
/*# sourceMappingURL=main.529d3fd8.css.map*/