@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";@font-face{font-family:Cairo;src:url(/Cairo-Light.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Cairo;src:url(/Cairo-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Cairo;src:url(/Cairo-Medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Cairo;src:url(/Cairo-SemiBold.ttf)format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Cairo;src:url(/Cairo-Bold.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Cairo;src:url(/Cairo-ExtraBold.ttf)format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Cairo;src:url(/Cairo-Black.ttf)format("truetype");font-weight:900;font-style:normal}:root{--primary:#0c1e5b;--primary-light:#1a317e;--primary-dark:#07123a;--accent:#ffc72c;--accent-hover:#e0ae20;--success:#10b981;--success-light:#10b98126;--danger:#ef4444;--danger-light:#ef444426;--warning:#f59e0b;--warning-light:#f59e0b26;--info:#3b82f6;--info-light:#3b82f626;--bg-app:#f4f7f9;--bg-sidebar:#0c1e5b;--bg-card:#fff;--bg-input:#f8fafc;--border-color:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b;--text-on-primary:#fff;--text-on-accent:#0f172a;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--font-ar:"Cairo", sans-serif;--font-en:"Plus Jakarta Sans", sans-serif;--transition:all .25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-ar);background-color:var(--bg-app);color:var(--text-main);-webkit-font-smoothing:antialiased;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);direction:rtl;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{border:1px solid var(--border-color);background-color:var(--bg-input);color:var(--text-main);transition:var(--transition);border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #ffc72c33}input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial}}[data-theme=trendy-dark] input[type=date],body.dark-theme input[type=date]{--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important;color:#fff!important}[data-theme=trendy-dark] input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert()brightness(2)!important}body.dark-theme input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert()brightness(2)!important}.card{background-color:var(--bg-card);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:var(--transition);border-radius:16px;padding:1.5rem}.card:hover{box-shadow:var(--shadow-md)}.btn{transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;display:inline-flex}.btn-primary{background-color:var(--accent);color:var(--text-on-accent)}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background-color:var(--bg-input);color:var(--text-main);border:1px solid var(--border-color)}.btn-secondary:hover{background-color:var(--border-color)}.btn-danger{background-color:var(--danger);color:#fff}.btn-danger:hover{background-color:#dc2626}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.badge{border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.8rem;font-weight:700;display:inline-flex}.badge-success{background:var(--success-light);color:var(--success)}.badge-warning{background:var(--warning-light);color:var(--warning)}.badge-danger{background:var(--danger-light);color:var(--danger)}.badge-info{background:var(--info-light);color:var(--info)}@media (width<=768px){.main-area-container{padding:1rem!important}.sidebar{height:100vh;transition:right .3s ease-in-out;position:fixed;top:0;right:-300px;box-shadow:-4px 0 15px #0000001a}.sidebar.open{right:0}.sidebar-overlay{z-index:40;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.sidebar-overlay.open{opacity:1;visibility:visible}.mobile-top-bar{background-color:var(--bg-sidebar);color:#fff;z-index:30;justify-content:space-between;align-items:center;padding:1rem;position:sticky;top:0;display:flex!important}.table-responsive{-webkit-overflow-scrolling:touch;margin-bottom:1rem;overflow-x:auto}h1{font-size:1.5rem!important}h2{font-size:1.25rem!important}.card{padding:1rem!important}.responsive-header{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.responsive-header>div{flex-direction:column;gap:.5rem;width:100%;display:flex}.responsive-header button{justify-content:center;width:100%}}@media (width>=769px){.mobile-top-bar{display:none!important}}@media (width<=768px){.mobile-close-btn{display:flex!important}}.main-content-padding{padding:2rem 3rem}.mt-print-reset{margin-top:2rem}.gap-print-reset{gap:2rem}.invoice-inner-padding{padding:3rem}@media (width<=768px){.main-content-padding{padding:1rem}.invoice-inner-padding{padding:1.5rem}}.print-only{display:none}@page{margin:0}@media print{:root,[data-theme]{--primary:#1e3a8a!important;--text-main:#000!important;--text-muted:#334155!important;--text-secondary:#475569!important;--bg-main:#fff!important;--bg-card:#fff!important;--bg-surface:#f8fafc!important;--border-color:#cbd5e1!important;--success:#059669!important;--danger:#dc2626!important;--warning:#d97706!important;--info:#0284c7!important}html,body,#root,#root>div,#root>div>div,.main-area-container,.main-content-padding{background-color:#fff!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.print-reset,.print-reset>div{gap:0!important;margin:0!important;padding:0!important;position:static!important}.card{box-shadow:none!important;border:none!important;margin:0!important;padding:0!important;position:static!important;overflow:visible!important}.invoice-paper,.print-sheet,.print-receipt{width:100%!important;min-width:100%!important;box-shadow:none!important;color:#000!important;background-color:#fff!important;border:none!important;margin:0!important;padding:0!important;position:absolute!important;top:0!important;left:0!important}.invoice-paper *,.print-sheet *,.print-receipt *{--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important;text-shadow:none!important}.invoice-paper>div,.print-sheet{padding:2.5rem 3rem!important}.no-print,aside.sidebar,.mobile-top-bar,.sidebar-overlay{opacity:0!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;display:none!important}.print-only{display:block!important}}@media (width<=768px){.sidebar{height:100vh;transition:right .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-300px;box-shadow:-10px 0 40px #00000080;z-index:1000!important;border-left:none!important;width:300px!important}.sidebar.open{right:0}.mobile-top-bar button{display:block!important}.btn{border-radius:12px!important;padding:1rem 1.5rem!important;font-size:1rem!important}.card{border:1px solid #00000008!important;border-radius:16px!important;box-shadow:0 4px 20px #0000000a!important}.mobile-fab{background-color:var(--accent);color:#fff;z-index:999;border-radius:28px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:fixed;bottom:90px;right:20px;box-shadow:0 4px 12px #0a2b5c4d}}.call-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:2rem;display:flex}.call-avatar-wrapper{justify-content:center;align-items:center;width:150px;height:150px;margin:3rem 0;display:flex;position:relative}.call-avatar{background:linear-gradient(135deg, var(--accent), #1a4d9e);z-index:10;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000004d}.pulse-ring{background-color:var(--accent);opacity:0;z-index:1;border-radius:50%;width:100%;height:100%;position:absolute}.state-listening .call-avatar{transform:scale(1.05)}.state-listening .ring-1{animation:2s cubic-bezier(.215,.61,.355,1) infinite pulse-ring}.state-listening .ring-2{animation:2s cubic-bezier(.215,.61,.355,1) 1s infinite pulse-ring}.state-speaking .call-avatar{background:linear-gradient(135deg,#10b981,#059669);transform:scale(1.1)}.state-speaking .ring-1{background-color:#10b981;animation:1.5s cubic-bezier(.215,.61,.355,1) infinite pulse-ring}.state-speaking .ring-2{background-color:#10b981;animation:1.5s cubic-bezier(.215,.61,.355,1) .75s infinite pulse-ring}.state-thinking .call-avatar{background:linear-gradient(135deg,#f59e0b,#d97706)}@keyframes pulse-ring{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(2)}}.call-transcript{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;width:100%;max-width:500px;padding:1rem;display:flex;overflow-y:auto}.user-transcript{color:#fff9;font-size:1.25rem;line-height:1.6}.ai-transcript{color:#fff;font-size:1.5rem;font-weight:700;line-height:1.6}.end-call-btn{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-top:2rem;transition:transform .2s;display:flex;box-shadow:0 10px 20px #ef444466}.end-call-btn:hover{background-color:#dc2626;transform:scale(1.1)}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background-color:var(--bg-card);border-radius:20px;width:100%;max-width:500px;max-height:90vh;padding:2.5rem;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@media (width<=768px){.modal-overlay{align-items:flex-end;padding:0}.modal-content{border-radius:24px 24px 0 0;max-height:95vh;padding:1.5rem}}[data-theme=trendy-dark]{--primary:#60a5fa;--primary-light:#93c5fd;--primary-dark:#2563eb;--accent:#fbbf24;--accent-hover:#fde68a;--success:#34d399;--success-light:#34d39926;--danger:#f87171;--danger-light:#f8717126;--warning:#fbbf24;--warning-light:#fbbf2426;--info:#60a5fa;--info-light:#60a5fa26;--bg-app:#070e1d;--bg-sidebar:#0b1528;--bg-card:#111e35;--bg-input:#0d1729;--bg-surface:#162640;--border-color:#60a5fa1f;--text-main:#f0f4ff;--text-muted:#8fa8c8;--text-secondary:#b8cde8;--text-on-primary:#070e1d;--text-on-accent:#070e1d;--shadow-sm:0 2px 8px #0006;--shadow-md:0 4px 20px #00000080, 0 0 0 1px #60a5fa0f;--shadow-lg:0 12px 35px #0009, 0 0 30px #60a5fa14}[data-theme=trendy-dark] body,[data-theme=trendy-dark] #root{background-color:#070e1d;background-image:radial-gradient(at 20% 20%,#0e1f3d 0%,#0000 50%),radial-gradient(at 80% 80%,#0a1625 0%,#0000 50%),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;color:var(--text-main)!important}[data-theme=trendy-dark] .sidebar{background:linear-gradient(#0b1528 0%,#0d1a30 100%)!important;border-left:1px solid #60a5fa1a!important;box-shadow:-2px 0 20px #00000080!important}[data-theme=trendy-dark] .card{color:var(--text-main)!important;background:linear-gradient(145deg,#152236 0%,#111e35 100%)!important;border:1px solid #60a5fa1a!important;box-shadow:0 4px 20px #00000073!important}[data-theme=trendy-dark] .card:hover{transform:translateY(-1px);border-color:#60a5fa40!important;box-shadow:0 8px 30px #0000008c,0 0 20px #60a5fa12!important}[data-theme=trendy-dark] .stat-card{background:linear-gradient(135deg,#162640 0%,#111e35 100%)!important;border:1px solid #60a5fa1f!important}[data-theme=trendy-dark] h1:not(.doc-ink):not(.preview-paper *):not(.printable-document-sheet *),[data-theme=trendy-dark] h2:not(.doc-ink):not(.preview-paper *):not(.printable-document-sheet *),[data-theme=trendy-dark] h3:not(.doc-ink):not(.preview-paper *):not(.printable-document-sheet *),[data-theme=trendy-dark] h4:not(.doc-ink):not(.preview-paper *):not(.printable-document-sheet *),[data-theme=trendy-dark] h5:not(.doc-ink):not(.preview-paper *):not(.printable-document-sheet *),[data-theme=trendy-dark] h6:not(.doc-ink):not(.preview-paper *):not(.printable-document-sheet *){color:var(--text-main)!important}[data-theme=trendy-dark] p:not(.preview-paper *):not(.printable-document-sheet *),[data-theme=trendy-dark] span:not(.preview-paper *):not(.printable-document-sheet *),[data-theme=trendy-dark] div:not(.preview-paper *):not(.printable-document-sheet *),[data-theme=trendy-dark] label:not(.preview-paper *):not(.printable-document-sheet *),[data-theme=trendy-dark] li:not(.preview-paper *):not(.printable-document-sheet *){color:inherit}.preview-paper,.printable-document-sheet,.document-sheet,[data-theme=trendy-dark] .preview-paper,[data-theme=trendy-dark] .printable-document-sheet,[data-theme=trendy-dark] .document-sheet{color:#0f172a!important;background:#fff!important}[data-theme=trendy-dark] .preview-paper h1,[data-theme=trendy-dark] .preview-paper h2,[data-theme=trendy-dark] .preview-paper h3,[data-theme=trendy-dark] .preview-paper h4,[data-theme=trendy-dark] .preview-paper h5,[data-theme=trendy-dark] .preview-paper h6,[data-theme=trendy-dark] .printable-document-sheet h1,[data-theme=trendy-dark] .printable-document-sheet h2,[data-theme=trendy-dark] .printable-document-sheet h3,[data-theme=trendy-dark] .printable-document-sheet h4,[data-theme=trendy-dark] .printable-document-sheet h5,[data-theme=trendy-dark] .printable-document-sheet h6,[data-theme=trendy-dark] .document-sheet h1,[data-theme=trendy-dark] .document-sheet h2,[data-theme=trendy-dark] .document-sheet h3,[data-theme=trendy-dark] .preview-paper p,[data-theme=trendy-dark] .preview-paper span:not(.badge),[data-theme=trendy-dark] .preview-paper div:not(.badge):not(.no-print),[data-theme=trendy-dark] .preview-paper td,[data-theme=trendy-dark] .preview-paper th,[data-theme=trendy-dark] .preview-paper strong,[data-theme=trendy-dark] .printable-document-sheet p,[data-theme=trendy-dark] .printable-document-sheet span:not(.badge),[data-theme=trendy-dark] .printable-document-sheet div:not(.badge):not(.no-print),[data-theme=trendy-dark] .printable-document-sheet td,[data-theme=trendy-dark] .printable-document-sheet th,[data-theme=trendy-dark] .printable-document-sheet strong{color:#0f172a!important}[data-theme=trendy-dark] .preview-paper .text-muted,[data-theme=trendy-dark] .printable-document-sheet .text-muted{color:#64748b!important}[data-theme=trendy-dark] .preview-paper table,[data-theme=trendy-dark] .printable-document-sheet table{color:#0f172a!important;background-color:#0000!important}[data-theme=trendy-dark] .preview-paper table thead tr,[data-theme=trendy-dark] .preview-paper table thead th,[data-theme=trendy-dark] .printable-document-sheet table thead tr,[data-theme=trendy-dark] .printable-document-sheet table thead th{color:#fff!important;background-color:#0f172a!important}[data-theme=trendy-dark] .preview-paper table tbody tr,[data-theme=trendy-dark] .printable-document-sheet table tbody tr{background-color:#0000!important;border-bottom:1px solid #e2e8f0!important}[data-theme=trendy-dark] .preview-paper table tbody td,[data-theme=trendy-dark] .printable-document-sheet table tbody td{color:#1e293b!important;border-bottom:1px solid #e2e8f0!important}[data-theme=trendy-dark] .text-muted,[data-theme=trendy-dark] [style*="color: var(--text-muted)"],[data-theme=trendy-dark] [style*=--text-muted]{color:var(--text-muted)!important}[data-theme=trendy-dark] input,[data-theme=trendy-dark] select:not(.campaign-select):not(.status-select),[data-theme=trendy-dark] textarea,[data-theme=trendy-dark] .input-field{box-shadow:inset 0 2px 6px #0000004d;color:#f0f4ff!important;background:#0d1729!important;border:1px solid #60a5fa33!important}[data-theme=trendy-dark] select.campaign-select{background:var(--campaign-bg)!important;color:var(--campaign-text)!important;border-color:var(--campaign-border)!important;box-shadow:0 0 8px var(--campaign-glow), inset 0 0 8px var(--campaign-glow)!important}[data-theme=trendy-dark] input:focus,[data-theme=trendy-dark] select:focus,[data-theme=trendy-dark] textarea:focus,[data-theme=trendy-dark] .input-field:focus{outline:none;border-color:var(--accent)!important;box-shadow:0 0 0 3px #fbbf242e,inset 0 2px 6px #0000004d!important}[data-theme=trendy-dark] input::placeholder,[data-theme=trendy-dark] textarea::placeholder{color:#4a6080!important}[data-theme=trendy-dark] select option{color:#f0f4ff!important;background:#111e35!important}[data-theme=trendy-dark] .btn-primary{color:#070e1d!important;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)!important;border:none!important;font-weight:800!important;box-shadow:0 4px 15px #fbbf2459!important}[data-theme=trendy-dark] .btn-primary:hover{transform:translateY(-2px);background:linear-gradient(135deg,#fde68a 0%,#fbbf24 100%)!important;box-shadow:0 6px 25px #fbbf2480!important}[data-theme=trendy-dark] .btn-secondary{color:#93c5fd!important;background:#60a5fa14!important;border:1px solid #60a5fa40!important}[data-theme=trendy-dark] .btn-secondary:hover{background:#60a5fa26!important;border-color:#60a5fa80!important}[data-theme=trendy-dark] .btn-danger{color:#f87171!important;background:#f8717126!important;border:1px solid #f871714d!important}[data-theme=trendy-dark] .btn-danger:hover{background:#f8717140!important}[data-theme=trendy-dark] table{border-collapse:collapse!important}[data-theme=trendy-dark] table thead tr,[data-theme=trendy-dark] table thead{color:#93c5fd!important;background:#60a5fa12!important}[data-theme=trendy-dark] table thead th{color:#93c5fd!important;border-bottom:1px solid #60a5fa26!important;padding:1rem!important;font-weight:700!important}[data-theme=trendy-dark] table tbody tr{color:#f0f4ff!important;background:0 0!important;border-bottom:1px solid #60a5fa12!important}[data-theme=trendy-dark] .campaign-header{border-color:var(--campaign-color)!important;box-shadow:inset 0 0 25px color-mix(in srgb, var(--campaign-color) 25%, transparent)!important;background-image:radial-gradient(color-mix(in srgb, var(--campaign-color) 40%, transparent) 1px, transparent 1px)!important;background-size:20px 20px!important;background-color:color-mix(in srgb, var(--campaign-color) 5%, #0b1528cc)!important}[data-theme=trendy-dark] .btn-campaign-add{color:var(--campaign-color)!important;border:1px solid var(--campaign-color)!important;box-shadow:0 0 8px color-mix(in srgb, var(--campaign-color) 20%, transparent), inset 0 0 8px color-mix(in srgb, var(--campaign-color) 20%, transparent)!important;background:0 0!important}[data-theme=trendy-dark] .btn-campaign-add:hover{background:color-mix(in srgb, var(--campaign-color) 15%, transparent)!important;box-shadow:0 0 15px color-mix(in srgb, var(--campaign-color) 35%, transparent), inset 0 0 15px color-mix(in srgb, var(--campaign-color) 35%, transparent)!important}[data-theme=trendy-dark] table tbody tr:hover{background:#60a5fa0d!important}[data-theme=trendy-dark] table tbody td{color:#f0f4ff!important;padding:.9rem 1rem!important}[data-theme=trendy-dark] .sidebar a,[data-theme=trendy-dark] .sidebar button{color:#94a3b8}[data-theme=trendy-dark] .sidebar a:hover,[data-theme=trendy-dark] .sidebar button:hover{color:#f0f4ff!important;background:#ffffff0f!important}[data-theme=trendy-dark] .sidebar a:hover span,[data-theme=trendy-dark] .sidebar button:hover span{color:#f0f4ff!important}[data-theme=trendy-dark] .sidebar .active,[data-theme=trendy-dark] .sidebar [class*=active]{color:var(--accent)!important;border-right:4px solid var(--accent)!important;background:#fbbf2426!important}[data-theme=trendy-dark] .sidebar .active span,[data-theme=trendy-dark] .sidebar [class*=active] span{color:#fff!important;font-weight:700!important}[data-theme=trendy-dark] .badge,[data-theme=trendy-dark] .status-badge{letter-spacing:.3px!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border-radius:50px!important;align-items:center!important;gap:.35rem!important;padding:.35rem .85rem!important;font-size:.82rem!important;font-weight:700!important;transition:all .25s!important;display:inline-flex!important}[data-theme=trendy-dark] .badge-success,[data-theme=trendy-dark] .status-success{color:#34d399!important;background:#34d3991a!important;border:1px solid #34d39966!important;box-shadow:0 0 10px #34d39940!important}[data-theme=trendy-dark] .badge-success:hover,[data-theme=trendy-dark] .status-success:hover{background:#34d39933!important;border-color:#34d399!important;box-shadow:0 0 16px #34d39973!important}[data-theme=trendy-dark] .badge-warning,[data-theme=trendy-dark] .status-warning,[data-theme=trendy-dark] .status-pending{color:#fbbf24!important;background:#fbbf241a!important;border:1px solid #fbbf2466!important;box-shadow:0 0 10px #fbbf2440!important}[data-theme=trendy-dark] .badge-warning:hover,[data-theme=trendy-dark] .status-warning:hover,[data-theme=trendy-dark] .status-pending:hover{background:#fbbf2433!important;border-color:#fbbf24!important;box-shadow:0 0 16px #fbbf2473!important}[data-theme=trendy-dark] .badge-danger,[data-theme=trendy-dark] .status-danger{color:#f87171!important;background:#f871711a!important;border:1px solid #f8717166!important;box-shadow:0 0 10px #f8717140!important}[data-theme=trendy-dark] .badge-danger:hover,[data-theme=trendy-dark] .status-danger:hover{background:#f8717133!important;border-color:#f87171!important;box-shadow:0 0 16px #f8717173!important}[data-theme=trendy-dark] .badge-info,[data-theme=trendy-dark] .status-info{color:#38bdf8!important;background:#38bdf81a!important;border:1px solid #38bdf866!important;box-shadow:0 0 10px #38bdf840!important}[data-theme=trendy-dark] .badge-info:hover,[data-theme=trendy-dark] .status-info:hover{background:#38bdf833!important;border-color:#38bdf8!important;box-shadow:0 0 16px #38bdf873!important}[data-theme=trendy-dark] [class*=kanban]>div,[data-theme=trendy-dark] [class*=column],[data-theme=trendy-dark] [style*="background-color: var(--bg-input)"]{background:linear-gradient(#0f1c31 0%,#0b1528 100%)!important;border:1px solid #60a5fa1a!important}[data-theme=trendy-dark] .modal-content{color:#f0f4ff!important;background:linear-gradient(145deg,#152236 0%,#111e35 100%)!important;border:1px solid #60a5fa26!important}[data-theme=trendy-dark] .modal-overlay{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#040914bf!important}[data-theme=trendy-dark] .navbar,[data-theme=trendy-dark] .top-nav,[data-theme=trendy-dark] [class*=topbar],[data-theme=trendy-dark] header:not(.invoice-header){background:#0b1528f2!important;border-bottom:1px solid #60a5fa1a!important}[data-theme=trendy-dark] ::-webkit-scrollbar{width:6px;height:6px}[data-theme=trendy-dark] ::-webkit-scrollbar-track{background:#070e1d}[data-theme=trendy-dark] ::-webkit-scrollbar-thumb{background:#60a5fa40;border-radius:3px}[data-theme=trendy-dark] ::-webkit-scrollbar-thumb:hover{background:#60a5fa66}[data-theme=trendy-dark] .hover-link:hover{color:var(--accent)!important}@keyframes gradientBG{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes pageElementFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.card,.table-responsive,header,.page-title,.stat-card{animation:.35s cubic-bezier(.16,1,.3,1) forwards pageElementFadeIn}[data-theme=trendy-dark] .btn-icon{color:#60a5fa!important;background:#60a5fa1f!important;border:1px solid #60a5fa40!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;padding:.5rem!important;transition:all .2s!important;display:inline-flex!important}[data-theme=trendy-dark] .btn-icon:hover{transform:translateY(-1px);color:#fff!important;background:#60a5fa4d!important;box-shadow:0 0 12px #60a5fa66!important}[data-theme=trendy-dark] .btn-warning{color:#fff!important;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)!important;border:none!important;font-weight:700!important;box-shadow:0 4px 15px #f59e0b66!important}[data-theme=trendy-dark] .btn-warning:hover{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)!important;box-shadow:0 6px 20px #f59e0b99!important}[data-theme=trendy-dark] .btn-secondary{color:#f0f4ff!important;background:#60a5fa26!important;border:1px solid #60a5fa59!important;font-weight:600!important}[data-theme=trendy-dark] .btn-secondary:hover{color:#fff!important;background:#60a5fa47!important;border-color:#60a5fa!important}[data-theme=trendy-dark] .stat-glow-success{border:1px solid #34d39940!important;box-shadow:0 4px 20px #0006,0 0 15px #34d39914!important}[data-theme=trendy-dark] .stat-glow-success:hover{border-color:#34d399!important;box-shadow:0 8px 30px #0009,0 0 25px #34d39959!important}[data-theme=trendy-dark] .stat-glow-info{border:1px solid #38bdf840!important;box-shadow:0 4px 20px #0006,0 0 15px #38bdf814!important}[data-theme=trendy-dark] .stat-glow-info:hover{border-color:#38bdf8!important;box-shadow:0 8px 30px #0009,0 0 25px #38bdf859!important}[data-theme=trendy-dark] .stat-glow-warning{border:1px solid #fbbf2440!important;box-shadow:0 4px 20px #0006,0 0 15px #fbbf2414!important}[data-theme=trendy-dark] .stat-glow-warning:hover{border-color:#fbbf24!important;box-shadow:0 8px 30px #0009,0 0 25px #fbbf2459!important}[data-theme=trendy-dark] .stat-glow-danger{border:1px solid #f8717140!important;box-shadow:0 4px 20px #0006,0 0 15px #f8717114!important}[data-theme=trendy-dark] .stat-glow-danger:hover{border-color:#f87171!important;box-shadow:0 8px 30px #0009,0 0 25px #f8717159!important}.invoice-document,.quote-document,.print-sheet,.invoice-sheet,.quote-sheet,.invoice-paper,.print-receipt,.print-credit-note{background:var(--bg-card);min-width:800px;min-height:1056px;color:var(--text-main);border:1px solid var(--border-color);border-radius:8px;padding:3rem;box-shadow:0 10px 30px #00000026}.invoice-document h1,.quote-document h1,.print-sheet h1,.invoice-sheet h1,.invoice-paper h1{color:var(--primary)}.invoice-document input,.quote-document input,.print-sheet input,.invoice-sheet input,.quote-sheet input,.invoice-paper input{color:var(--text-main);border-color:var(--border-color)}.invoice-document input[type=date],.quote-document input[type=date],.print-sheet input[type=date],.invoice-document select,.quote-document select,.print-sheet select,.invoice-sheet select,.quote-sheet select,.invoice-paper select{background-color:var(--bg-input);color:var(--text-main);border:1px solid var(--border-color)}.invoice-document select option,.quote-document select option,.print-sheet select option{background-color:var(--bg-card);color:var(--text-main)}.invoice-document table thead tr,.quote-document table thead tr,.print-sheet table thead tr,.invoice-sheet table thead tr,.quote-sheet table thead tr,.invoice-paper table thead tr{background:var(--primary);color:#fff}.invoice-document table thead th,.quote-document table thead th,.print-sheet table thead th,.invoice-sheet table thead th,.quote-sheet table thead th,.invoice-paper table thead th{color:#fff;background:var(--primary)}.invoice-document table tbody tr,.quote-document table tbody tr,.print-sheet table tbody tr,.invoice-sheet table tbody tr,.quote-sheet table tbody tr,.invoice-paper table tbody tr{border-bottom:1px solid var(--border-color);background:0 0}.invoice-document table tbody td,.quote-document table tbody td,.print-sheet table tbody td,.invoice-sheet table tbody td,.quote-sheet table tbody td,.invoice-paper table tbody td{color:var(--text-main);border-bottom:1px solid var(--border-color)}@page{size:auto;margin:10mm 15mm}@media print{:root,html,html[data-theme],html[data-theme=trendy-dark],html[data-theme=standard],body{--bg-main:#fff!important;--bg-card:#fff!important;--bg-input:#fff!important;--text-main:#0f172a!important;--text-muted:#475569!important;--primary:#0c1e5b!important;--border-color:#cbd5e1!important;--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important;color:#0f172a!important;background:#fff!important}*,:before,:after{box-shadow:none!important;text-shadow:none!important;filter:none!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}#root,.app-container,.main-content,.print-reset,.invoice-builder-layout,.sheet-scroll-container{color:#0f172a!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;box-shadow:none!important;background:#fff!important;border:none!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.no-print,.invoice-actions,.sidebar,.header,nav,footer,button,.btn,input.no-print,select.no-print,div.no-print{display:none!important}.print-only{display:block!important}span.print-only{display:inline!important}[data-theme] .card,[data-theme=trendy-dark] .card,[data-theme=standard] .card,[data-theme] .invoice-document,[data-theme=trendy-dark] .invoice-document,[data-theme] .print-sheet,[data-theme=trendy-dark] .print-sheet,.card,.dashboard-card,.glass-panel,.print-sheet,.invoice-sheet,.quote-sheet,.invoice-document,.quote-document,.invoice-paper,.print-credit-note{break-inside:avoid;page-break-inside:avoid;color:#0f172a!important;box-shadow:none!important;background:#fff!important;border:none!important;border-radius:0!important;outline:none!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;margin:0!important;padding:0!important;overflow:visible!important}[data-theme=trendy-dark] .card *,[data-theme=trendy-dark] .invoice-document *,[data-theme=trendy-dark] .print-sheet *,.print-sheet *,.invoice-document *,.quote-document *,.invoice-sheet *,.quote-sheet *,.invoice-paper *{color:#0f172a!important;--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important;box-shadow:none!important;text-shadow:none!important;background-color:#0000!important;background-image:none!important}.print-sheet h1,.invoice-document h1,.quote-document h1,.print-sheet h2,.invoice-document h2{color:#0c1e5b!important}.print-sheet table,.invoice-document table,.quote-document table,.invoice-paper table{border-collapse:collapse!important;background:0 0!important;width:100%!important;margin-bottom:2rem!important}.print-sheet table thead,.invoice-document table thead,.quote-document table thead,.print-sheet table thead tr,.invoice-document table thead tr,.quote-document table thead tr,.print-sheet table thead th,.invoice-document table thead th,.quote-document table thead th{color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#0c1e5b!important}.print-sheet table tbody tr,.invoice-document table tbody tr,.quote-document table tbody tr,.invoice-paper table tbody tr{background:0 0!important;border-bottom:1px solid #cbd5e1!important}.print-sheet table tbody td,.invoice-document table tbody td,.quote-document table tbody td,.invoice-paper table tbody td{color:#0f172a!important;padding:.75rem!important}}@keyframes moiaGlowPulse{0%{opacity:.4;transform:scale(.85)}to{opacity:.9;transform:scale(1.15)}}@keyframes moiaFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes moiaFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;pointer-events:none;transform:scale(1.03)}}.moia-preloader-root.fade-in{animation:.35s ease-out forwards moiaFadeIn}.moia-preloader-root.fade-out{animation:.45s ease-in forwards moiaFadeOut}.moia-logo-motion-container{transition:transform .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.moia-logo-motion-container:hover{transform:translateY(-2px)}@media (width>=769px){.mobile-top-bar,.mobile-bottom-nav,.mobile-quick-action-overlay,.mobile-close-btn{display:none!important}}@media (width<=768px){body,#root{overflow-x:hidden!important}.main-area-container,.main-content-padding{max-width:100vw!important;padding-bottom:90px!important;padding-left:.75rem!important;padding-right:.75rem!important;overflow-x:hidden!important}.mobile-top-bar{-webkit-backdrop-filter:blur(16px)!important;z-index:990!important;background:#0b1528eb!important;border-bottom:1px solid #60a5fa26!important;height:56px!important;padding:0 1rem!important;display:flex!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.mobile-top-bar-content{justify-content:space-between!important;align-items:center!important;width:100%!important;display:flex!important}.mobile-header-btn{color:#fff!important;cursor:pointer!important;background:#ffffff14!important;border:1px solid #60a5fa33!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;transition:all .2s!important;display:flex!important}.mobile-header-btn:active{background:#60a5fa33!important;transform:scale(.92)!important}.sidebar{z-index:1100!important;border-left:1px solid #60a5fa26!important;width:290px!important;height:100vh!important;transition:right .35s cubic-bezier(.32,.72,0,1)!important;position:fixed!important;top:0!important;right:-320px!important;box-shadow:-10px 0 40px #000000b3!important}.sidebar.open{right:0!important}.sidebar-overlay{-webkit-backdrop-filter:blur(4px)!important;z-index:1050!important;opacity:0!important;visibility:hidden!important;background:#000000a6!important;transition:all .3s!important;position:fixed!important;inset:0!important}.sidebar-overlay.open{opacity:1!important;visibility:visible!important}.mobile-close-btn{justify-content:flex-start!important;margin-bottom:.5rem!important;display:flex!important}.mobile-bottom-nav{-webkit-backdrop-filter:blur(20px)!important;z-index:999!important;background:#0b1528f2!important;border-top:1px solid #60a5fa2e!important;justify-content:space-around!important;align-items:center!important;height:66px!important;padding:0 .5rem!important;display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -4px 25px #00000080!important}.mobile-nav-item{color:#8fa8c8!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:12px!important;flex-direction:column!important;flex:1!important;justify-content:center!important;align-items:center!important;gap:3px!important;padding:4px 8px!important;font-size:.72rem!important;font-weight:600!important;text-decoration:none!important;transition:all .2s!important;display:flex!important}.mobile-nav-item.active{color:#fbbf24!important;font-weight:800!important;transform:translateY(-2px)!important}.mobile-nav-item.active svg{filter:drop-shadow(0 0 6px #fbbf2480);color:#fbbf24!important}.mobile-center-fab{color:#070e1d!important;cursor:pointer!important;z-index:1001!important;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%)!important;border:none!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:48px!important;height:48px!important;margin-top:-24px!important;transition:transform .2s!important;display:flex!important;box-shadow:0 4px 15px #fbbf2480,0 0 0 4px #0b1528f0!important}.mobile-center-fab:active{transform:scale(.9)!important}.mobile-quick-action-overlay{-webkit-backdrop-filter:blur(6px)!important;z-index:1200!important;background:#000000a6!important;justify-content:center!important;align-items:flex-end!important;display:flex!important;position:fixed!important;inset:0!important}.mobile-quick-action-sheet{background:var(--bg-card)!important;border-top:1px solid #60a5fa40!important;border-radius:24px 24px 0 0!important;width:100%!important;max-width:500px!important;padding:1.25rem 1.25rem 2rem!important;animation:.25s cubic-bezier(.16,1,.3,1) slideUp!important;box-shadow:0 -10px 40px #0009!important}.mobile-sheet-handle{background:#ffffff40!important;border-radius:2px!important;width:40px!important;height:4px!important;margin:0 auto 1.25rem!important}.mobile-quick-grid{grid-template-columns:1fr 1fr!important;gap:.75rem!important;display:grid!important}.mobile-quick-btn{background:var(--bg-input)!important;border:1px solid var(--border-color)!important;color:var(--text-main)!important;text-align:right!important;cursor:pointer!important;border-radius:14px!important;align-items:center!important;gap:.75rem!important;padding:.85rem!important;font-size:.88rem!important;font-weight:700!important;transition:all .2s!important;display:flex!important}.mobile-quick-btn:active{background:var(--bg-surface)!important;transform:scale(.96)!important}.mobile-quick-icon{border-radius:10px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;display:flex!important}h1{font-size:1.35rem!important;line-height:1.3!important}h2{font-size:1.18rem!important}h3{font-size:1.05rem!important}h4{font-size:.95rem!important}p{font-size:.85rem!important}.card{border-radius:14px!important;padding:1rem!important}.stat-card{padding:1rem!important}.stat-card h3{font-size:.95rem!important}.dashboard-header,.kanban-header,header{flex-direction:column!important;align-items:stretch!important;gap:.85rem!important}.dashboard-header-controls,.kanban-controls{flex-direction:column!important;gap:.6rem!important;width:100%!important;display:flex!important}.dashboard-action-buttons{grid-template-columns:1fr 1fr 1fr!important;gap:.4rem!important;width:100%!important;display:grid!important}.dashboard-action-buttons a,.dashboard-action-buttons button{white-space:nowrap!important;border-radius:10px!important;justify-content:center!important;width:100%!important;padding:.55rem .25rem!important;font-size:.78rem!important}.dashboard-period-selector{justify-content:center!important;width:100%!important}.client-card{margin-top:2rem!important;padding-top:2.25rem!important}.client-avatar-container{width:62px!important;height:62px!important;top:-31px!important}.client-avatar-container span{font-size:1.6rem!important}.client-card-actions{top:.6rem!important;left:.6rem!important}.client-card-badge{top:.6rem!important;right:.6rem!important}.fast-entry-container{padding:.85rem!important}.fast-entry-grid{grid-template-columns:1fr 1fr!important;gap:.5rem!important;display:grid!important}.fast-entry-grid input[type=text],.fast-entry-grid input[type=date],.fast-entry-grid input[type=number]{width:100%!important;min-width:0!important}.fast-entry-grid input[placeholder*=المشروع],.fast-entry-grid input[placeholder*=الحدث]{grid-column:1/-1!important}.kanban-board-container{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:1rem!important;margin:0 -.5rem!important;padding-bottom:1rem!important;padding-left:.5rem!important;padding-right:.5rem!important;display:flex!important;overflow-x:auto!important}.kanban-column{scroll-snap-align:center!important;border-radius:14px!important;flex-shrink:0!important;min-width:82vw!important;max-width:85vw!important}.monitoring-main-grid{grid-template-columns:1fr!important;gap:1.25rem!important}table{-webkit-overflow-scrolling:touch!important;width:100%!important;display:block!important;overflow-x:auto!important}table th,table td{white-space:nowrap!important;padding:.65rem .75rem!important;font-size:.85rem!important}.modal-overlay{background:#000000b3!important;align-items:flex-end!important;padding:0!important}.modal-content{border-top:1px solid #60a5fa40!important;border-radius:24px 24px 0 0!important;width:100%!important;max-width:100%!important;max-height:90vh!important;padding:1.25rem!important;animation:.25s cubic-bezier(.16,1,.3,1) slideUp!important}input,select,textarea{border-radius:10px!important;padding:.65rem .85rem!important;font-size:.9rem!important}.chatbot-toggle-btn{z-index:995!important;bottom:85px!important;left:16px!important}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.mobile-top-bar{transition:transform .3s cubic-bezier(.4,0,.2,1)!important}.mobile-top-bar.hidden{transform:translateY(-100%)!important}.mobile-top-bar.visible{transform:translateY(0)!important}@media (width<=768px){.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important}.stat-card{border-radius:12px!important;gap:.5rem!important;padding:.8rem!important}.stat-card h3{font-size:.75rem!important}.stat-card .badge{border-radius:8px!important;padding:.3rem!important}.stat-card lord-icon{width:22px!important;height:22px!important}.stat-card>div:last-child>div:first-child>div:first-child{font-size:1.1rem!important}.stat-card>div:last-child>div:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.65rem!important}.dashboard-kpi-grid{box-sizing:border-box;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important}.stat-card{box-sizing:border-box;width:100%;overflow:hidden;border-radius:12px!important;padding:.8rem!important}.card{max-width:100%!important;overflow:hidden!important}.mobile-list-item{flex-direction:row!important;align-items:center!important;gap:.25rem!important;padding:.5rem!important}.mobile-list-item>div:first-child{flex:1}.mobile-list-item>div:last-child{flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.mobile-list-item>div:last-child>div:first-child{font-size:1rem!important}.mobile-list-item .btn{min-width:auto!important;padding:.3rem .5rem!important;font-size:.7rem!important}.mobile-list-item *{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.8rem!important}.mobile-list-item>div:last-child{flex-direction:column!important;align-items:flex-end!important;gap:.2rem!important}.mobile-list-item-new{flex-flow:row!important;align-items:center!important;gap:.25rem!important;padding:.5rem .75rem!important}.mobile-list-item-new>div:first-child{flex:1;min-width:0}.mobile-list-item-new *{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.8rem!important}.mobile-list-item-new>div:last-child{flex-direction:column!important;align-items:flex-end!important;gap:.2rem!important}.mobile-list-item-new .btn{min-width:auto!important;padding:.25rem .5rem!important;font-size:.7rem!important}.mobile-table-wrapper{width:100%;overflow:hidden!important}.mobile-table-wrapper table{flex-direction:column;width:100%!important;display:flex!important}.mobile-table-wrapper thead{display:none!important}.mobile-table-wrapper tbody{flex-direction:column;gap:.5rem;display:flex}.mobile-table-wrapper tr{background:var(--bg-sidebar);border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem .5rem;display:flex;border-bottom:none!important}.mobile-table-wrapper td{display:block;border:none!important;padding:0!important}.mobile-table-wrapper td:first-child{flex:1;font-size:.85rem}.mobile-table-wrapper td:nth-child(2){flex:2;margin:0 .5rem;font-size:.9rem}.mobile-table-wrapper td:last-child{flex:1;font-size:.95rem;text-align:right!important}.mobile-hidden-header{display:none!important}.dashboard-kpi-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.6rem!important}.stat-card{border-radius:12px!important;gap:.3rem!important;min-width:0!important;padding:.65rem .7rem!important;overflow:hidden!important}.stat-card h3{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;margin:0!important;font-size:.68rem!important;overflow:hidden!important}.stat-amount{white-space:nowrap!important;font-size:clamp(.9rem,3.5vw,1.3rem)!important;line-height:1.2!important}.stat-card>div:last-child>div:first-child>div:nth-child(2){padding:.1rem .3rem!important;font-size:.65rem!important}.stat-card>div:last-child>div:last-child{white-space:nowrap!important;text-overflow:ellipsis!important;margin-top:.2rem!important;font-size:.62rem!important;overflow:hidden!important}.stat-card .badge{border-radius:6px!important;flex-shrink:0!important;padding:.25rem!important}.dashboard-compact-row{flex-flow:row!important;align-items:center!important;gap:.4rem!important;min-width:0!important;padding:.55rem .75rem!important;overflow:hidden!important}.dashboard-compact-row>div:first-child{flex:1!important;min-width:0!important;overflow:hidden!important}.dashboard-compact-row a[href*="/projects/"],.dashboard-compact-row>div:first-child>a:first-child{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.82rem!important;display:block!important;overflow:hidden!important}.dashboard-compact-row>div:first-child>div{white-space:nowrap!important;text-overflow:ellipsis!important;flex-wrap:nowrap!important;font-size:.7rem!important;overflow:hidden!important}.dashboard-compact-row>div:last-child{flex-direction:column!important;flex-shrink:0!important;align-items:flex-end!important;gap:.2rem!important}.dashboard-compact-row>div:last-child>div:first-child{white-space:nowrap!important;font-size:.88rem!important}.dashboard-compact-row .btn{gap:.2rem!important;min-width:auto!important;padding:.2rem .4rem!important;font-size:.68rem!important}.modal-compact-list{flex-direction:column;gap:.5rem;display:flex}.modal-list-row{background:var(--bg-input);border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .75rem;display:flex;overflow:hidden}.modal-list-row-main{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex;overflow:hidden}.modal-list-row-main>a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.modal-list-row-sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.stat-glow-warning .badge,.stat-glow-danger .badge{flex-shrink:0}.mobile-table-wrapper tr{gap:.5rem!important;padding:.5rem .6rem!important}.mobile-table-wrapper td:first-child{color:var(--text-muted)!important;font-size:.72rem!important}.mobile-table-wrapper td:nth-child(2){font-size:.82rem!important}.mobile-table-wrapper td:nth-child(2)>div:first-child{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.82rem!important;font-weight:600!important;overflow:hidden!important}.mobile-table-wrapper td:nth-child(2)>div:last-child{white-space:nowrap!important;font-size:.68rem!important}.mobile-table-wrapper td:last-child{white-space:nowrap!important;font-size:.85rem!important;font-weight:800!important}.stat-glow-warning>div:first-child>div,.stat-glow-danger>div:first-child>div{font-size:1.6rem!important}body>div>div>main>div>div[style*="flex-direction: column"]{gap:1rem!important}}@media (width>=769px){.modal-compact-list{border-collapse:collapse;width:100%;display:table}.modal-list-row{border-bottom:1px solid var(--border-color);background:0 0;padding:0;display:table-row}.modal-list-row-main{vertical-align:middle;padding:.65rem .75rem;display:table-cell}.modal-list-row-main>a{font-weight:700}.modal-list-row-sub{color:var(--text-muted);margin-top:.15rem;font-size:.78rem;display:block}.modal-list-row>div:last-child{text-align:left;vertical-align:middle;white-space:nowrap;padding:.65rem .75rem;display:table-cell}}@media (width<=768px){.mobile-top-bar{align-items:center!important;height:60px!important}.main-content-padding{padding-top:80px!important;padding-left:1rem!important;padding-right:1rem!important}.mobile-top-bar-content{align-items:center!important}}.dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.stat-amount{font-size:1.9rem}.dashboard-compact-row{justify-content:space-between!important}.invoice-details-split-grid{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (width>=1200px){.invoice-details-split-grid{grid-template-columns:3fr 2fr;gap:1.75rem}}.invoice-preview-card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;max-height:calc(100vh - 3rem);padding:1.5rem;position:sticky;top:1.5rem;overflow:auto}.invoice-paper.invoice-document{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;width:100%!important;min-width:0!important;min-height:auto!important;padding:2.25rem 2rem!important;box-shadow:0 10px 25px #00000040!important}[data-theme=trendy-dark] .invoice-paper.invoice-document{color:#0f172a!important;background:#fff!important}[data-theme=trendy-dark] .invoice-paper.invoice-document *{color:#0f172a}[data-theme=trendy-dark] .invoice-paper.invoice-document h1,[data-theme=trendy-dark] .invoice-paper.invoice-document h2,[data-theme=trendy-dark] .invoice-paper.invoice-document h4{color:#0c1e5b!important}[data-theme=trendy-dark] .invoice-paper.invoice-document table thead tr,[data-theme=trendy-dark] .invoice-paper.invoice-document table thead th{color:#fff!important;background:#0c1e5b!important}[data-theme=trendy-dark] .invoice-paper.invoice-document table tbody tr{background:0 0!important;border-bottom:1px solid #cbd5e1!important}[data-theme=trendy-dark] .invoice-paper.invoice-document table tbody td{color:#0f172a!important;border-bottom:1px solid #cbd5e1!important}[data-theme=trendy-dark] .invoice-paper.invoice-document [style*="background-color: rgb(248, 250, 252)"],[data-theme=trendy-dark] .invoice-paper.invoice-document [style*="background-color: #f8fafc"]{border-left:4px solid var(--accent)!important;background-color:#f8fafc!important}[data-theme=trendy-dark] .invoice-paper.invoice-document .text-muted,[data-theme=trendy-dark] .invoice-paper.invoice-document [style*="color: var(--text-muted)"]{color:#64748b!important}
