:root{--bg-base: #0b0e14;--bg-surface: #161b22;--bg-surface-light: #21262d;--accent-primary: #10b981;--accent-secondary: #059669;--accent-success: #10b981;--accent-warning: #f59e0b;--accent-danger: #ef4444;--text-primary: #ffffff;--text-secondary: #8b949e;--text-muted: rgba(255, 255, 255, .3);--border-dim: rgba(255, 255, 255, .05);--border-regular: rgba(255, 255, 255, .1);--glass-bg: rgba(22, 27, 34, .7);--glass-blur: blur(12px);--glow-emerald: 0 0 15px rgba(16, 185, 129, .35);--glow-ruby: 0 0 15px rgba(239, 68, 68, .35);--glow-amber: 0 0 15px rgba(245, 158, 11, .35);--accent-edit: #f59e0b;--transition-premium: all .3s cubic-bezier(.16, 1, .3, 1)}html,body,app-root{height:100%}body{margin:0;padding:0;overflow:hidden;font-family:Inter,system-ui,sans-serif;background-color:var(--bg-base);color:var(--text-primary)}*,*:before,*:after{box-sizing:border-box}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--bg-surface-light);border-radius:20px;border:3px solid var(--bg-base);background-clip:padding-box;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#ffffff40}*{scrollbar-width:thin;scrollbar-color:var(--bg-surface-light) transparent}.table-wrapper{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--border-regular);border-radius:20px;overflow-x:auto;box-shadow:0 20px 50px #00000080}.orders-table{width:100%;min-width:1000px;border-collapse:collapse;font-size:1.1rem}.orders-table th{text-align:center;padding:18px 20px;background:var(--bg-surface-light);color:var(--text-secondary);font-weight:500;text-transform:uppercase;font-size:.9rem;letter-spacing:1px;border-bottom:1px solid var(--border-dim);vertical-align:middle}.orders-table td{padding:18px 20px;border-bottom:1px solid var(--border-dim);color:var(--text-primary);transition:color .2s;vertical-align:middle;text-align:center}.orders-table td.highlight{text-align:center}.order-row{cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.order-row:hover{background:#ffffff0a!important;transform:translateY(-2px);box-shadow:0 10px 30px #0009;z-index:10}.order-row:hover td{color:var(--accent-primary)}.order-row:last-child td{border-bottom:none}.empty-state{text-align:center;padding:40px;color:#fff6;font-style:italic}.highlight{font-family:Courier New,monospace;font-weight:600;color:var(--text-primary)!important}.cost{font-weight:700;color:var(--accent-success)!important;text-shadow:var(--glow-emerald)}.paid{color:#f59e0b!important;white-space:nowrap;font-weight:600}.remaining{font-weight:700;white-space:nowrap;color:var(--accent-danger)!important;text-shadow:var(--glow-ruby)}.center{text-align:center!important}.user-badge{width:32px;height:32px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:700;color:#fff;margin:0 auto}.status-col{width:120px}.status-cell-content{display:flex;flex-direction:column;align-items:center;gap:4px}.status-text{font-size:13px;color:#10b981;font-weight:500;white-space:nowrap}.status-dot{width:14px;height:14px;background:#ef4444;border-radius:50%;cursor:pointer;box-shadow:0 0 10px #ef444466;transition:all .3s ease;border:2px solid rgba(255,255,255,.2);margin:0 auto}.status-dot.delivered{background:#10b981!important;box-shadow:0 0 10px #10b98166}.icon-btn{background:none;border:none;padding:8px;border-radius:10px;color:var(--text-muted);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;line-height:0}.icon-btn svg{width:28px;height:28px;stroke:currentColor;display:block}.history-btn:hover{color:#818cf8;background:#818cf81a;transform:translateY(-1px) scale(1.1)}.pdf-btn:hover{background:#ef44441a;transform:translateY(-1px) scale(1.1)}.pdf-btn svg{width:38px;height:38px;stroke:none}.progress-bar-container{width:80px;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin:0 auto 4px}.progress-fill{height:100%;background:var(--accent-warning);width:0%;transition:width .3s ease}.progress-fill.full{background:var(--accent-success)}.progress-text{font-size:11px;color:#ffffff80}@media (max-width: 768px){::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{border:1px solid #05020a}.orders-table{min-width:unset;font-size:.9rem}.orders-table thead{display:none}.orders-table tbody:not(.month-group-header){display:block;width:100%}.orders-table tr.order-row{display:flex;flex-wrap:wrap;width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:12px 14px 16px;margin-bottom:10px;position:relative;cursor:pointer;gap:0 12px;align-items:center}.orders-table tr.order-row td{display:flex;align-items:center;gap:6px;padding:4px 0;border-bottom:none;font-size:1rem}.orders-table tr.order-row td:before{content:attr(data-label) ": ";font-weight:600;font-size:.75rem;color:#fff6;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.orders-table tr.order-row td[data-label=Status]{order:1;flex:1;justify-content:flex-start;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:4px}.orders-table tr.order-row td[data-label=Status] .status-cell-content{flex-direction:row;gap:8px}.orders-table tr.order-row td[data-label=Status]:before{display:none}.orders-table tr.order-row td[data-label="Bestell-Nr."]{order:2;flex:none;width:auto;justify-content:flex-end;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:4px}.orders-table tr.order-row td[data-label="Bestell-Nr."]:before{display:none}.orders-table tr.order-row td[data-label=Bestellt]{order:3;width:100%;justify-content:space-between}.orders-table tr.order-row td[data-label=Lieferung]{order:4;width:100%;justify-content:space-between}.orders-table tr.order-row td[data-label=Kunde]{order:5;width:100%;justify-content:space-between}.orders-table tr.order-row td[data-label="Erstellt von"]{order:6;width:100%;justify-content:space-between}.orders-table tr.order-row td[data-label=Fortschritt]{order:7;width:100%;justify-content:space-between}.orders-table tr.order-row td[data-label=Fortschritt] .progress-bar-container{margin-left:auto;margin-right:6px}.orders-table tr.order-row td[data-label=Historie]{order:8;flex:none;width:calc(50% - 6px);justify-content:flex-start;padding-top:6px;border-top:1px solid rgba(255,255,255,.06);margin-top:4px}.orders-table tr.order-row td[data-label=Historie]:before{display:none}.orders-table tr.order-row td[data-label=Angebot]{position:absolute;bottom:12px;right:14px;width:auto;padding:0;border:none;margin:0;z-index:5}.orders-table tr.order-row td[data-label=Angebot]:before{display:none}.angebot-cell-content{display:flex;align-items:center;gap:8px}.month-group-header{display:table-row-group}.month-group-header tr{display:block}.month-group-header td{display:block;cursor:pointer;position:relative;z-index:5}.order-row:hover{transform:none;box-shadow:none}.orders-table tr.order-row td .icon-btn{position:relative;z-index:1}.icon-btn svg{width:20px;height:20px}.pdf-btn svg{width:26px;height:26px}.progress-bar-container{width:80px}.user-badge{margin:0 auto;width:54px!important;height:54px!important;font-size:1.6rem!important}.table-wrapper{border:none;box-shadow:none;background:transparent;border-radius:0;overflow:visible}}@media (hover: none){.order-row:hover{transform:none;box-shadow:none;background:transparent!important}}.modal-backdrop{overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;align-items:flex-start!important;padding:20px 16px!important}.modal-content{max-height:none!important;overflow-y:visible!important;margin:auto}@media (max-height: 700px),(max-width: 768px){.modal-backdrop{padding:12px 10px!important}.modal-content{width:100%!important;max-width:100%!important;border-radius:12px}}.gate-card{background:var(--glass-bg)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border:1px solid var(--accent-danger)!important;box-shadow:var(--glow-ruby)!important}.gate-icon{background:#ef44441a!important;border:1px solid rgba(239,68,68,.2)!important}.gate-icon svg{color:var(--accent-danger)!important}.btn-unlock,.btn-confirm.ruby{background:linear-gradient(135deg,var(--accent-danger),#b91c1c)!important;color:#fff!important;box-shadow:var(--glow-ruby)!important;border:none!important;font-weight:700!important;text-transform:uppercase!important;cursor:pointer!important}:root.light-mode{--bg-base: #f0f2f5;--bg-surface: #ffffff;--bg-surface-light: #e8eaed;--text-primary: #1a1a2e;--text-secondary: #5f6368;--text-muted: rgba(0, 0, 0, .35);--border-dim: rgba(0, 0, 0, .06);--border-regular: rgba(0, 0, 0, .12);--glass-bg: rgba(255, 255, 255, .85);--glass-blur: blur(12px);--glow-emerald: 0 0 12px rgba(16, 185, 129, .2);--glow-ruby: 0 0 12px rgba(239, 68, 68, .2);--glow-amber: 0 0 12px rgba(245, 158, 11, .2)}.light-mode,.light-mode *:not(.cost):not(.remaining):not(.ek-color):not(.vk-color):not(.highlight-blue):not(.emp-badge-rate):not(.accent-primary){color:#1a1a2e;-webkit-text-fill-color:#1a1a2e}.light-mode .cost,.light-mode .accent-primary,.light-mode [style*="color:#10b981"],.light-mode [style*="color: #10b981"]{color:#059669!important;-webkit-text-fill-color:#059669!important}.light-mode .remaining,.light-mode .accent-danger,.light-mode [style*="color:#ef4444"],.light-mode [style*="color: #ef4444"]{color:#dc2626!important;-webkit-text-fill-color:#dc2626!important}.light-mode .ek-color{color:#ea580c!important;-webkit-text-fill-color:#ea580c!important}.light-mode .vk-color{color:#059669!important;-webkit-text-fill-color:#059669!important}.light-mode .highlight-blue,.light-mode .calc-result.highlight-blue{color:#2563eb!important;-webkit-text-fill-color:#2563eb!important;background:#3b82f614!important}.light-mode .emp-badge-rate{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode button.active,.light-mode .btn-primary,.light-mode .btn-unlock,.light-mode .btn-confirm,.light-mode .save-btn,.light-mode .submit-btn,.light-mode [style*="background:#10b981"],.light-mode [style*="background: #10b981"],.light-mode [style*="background-color:#10b981"],.light-mode [style*="background:linear-gradient"]{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.light-mode .status-text{color:#059669!important;-webkit-text-fill-color:#059669!important}.light-mode .paid,.light-mode [style*="color:#f59e0b"],.light-mode [style*="color: #f59e0b"]{color:#d97706!important;-webkit-text-fill-color:#d97706!important}.light-mode [style*=border]{border-color:#0000001f!important}.light-mode [style*="rgba(255,255,255,0.0"],.light-mode [style*="rgba(255, 255, 255, 0.0"]{background-color:#00000008!important}.light-mode [style*="rgba(255,255,255,0.1"],.light-mode [style*="rgba(255, 255, 255, 0.1"]{background-color:#0000000f!important}.light-mode input,.light-mode textarea,.light-mode select{border:1px solid #1a1a2e!important;color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important;caret-color:#1a1a2e!important;background:#fff!important}.light-mode input:focus,.light-mode textarea:focus,.light-mode select:focus{border-color:#10b981!important;outline:none!important;box-shadow:0 0 0 2px #10b98133!important}.light-mode input::placeholder,.light-mode textarea::placeholder{color:#0006!important;-webkit-text-fill-color:rgba(0,0,0,.4)!important}.light-mode .input-with-unit{border:1px solid #1a1a2e!important;background:#fff!important}.light-mode .input-with-unit input{border:none!important}.light-mode .input-unit{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .stage,.light-mode .stage *,.light-mode .stage input,.light-mode .stage select,.light-mode .stage textarea,.light-mode .stage .tab,.light-mode .stage .label-text,.light-mode .stage .forgot,.light-mode .stage .otp-title,.light-mode .stage .otp-subtitle,.light-mode .stage .digit-input{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.light-mode .stage{background:#020617!important}.light-mode .stage input,.light-mode .stage .digit-input{background:transparent!important;border-color:#ffffff14!important}.light-mode .stage .input-wrap{background:#ffffff0a!important;border-color:#ffffff14!important}.light-mode .stage .input-wrap:focus-within{border-color:#10b981!important;background:#10b9810d!important}.light-mode .stage input:-webkit-autofill{-webkit-text-fill-color:#ffffff!important;-webkit-box-shadow:0 0 0px 1000px #0b0e14 inset!important}.light-mode .stage .label-text{color:#ffffff80!important;-webkit-text-fill-color:rgba(255,255,255,.5)!important}.light-mode .stage .forgot{color:#fff9!important;-webkit-text-fill-color:rgba(255,255,255,.6)!important}.light-mode .stage .eye-btn{color:#ffffff4d!important;-webkit-text-fill-color:rgba(255,255,255,.3)!important}.light-mode .stage .primary{color:#0b0e14!important;-webkit-text-fill-color:#0b0e14!important}.light-mode .forgot-password-stage,.light-mode .forgot-password-stage *,.light-mode .reset-password-stage,.light-mode .reset-password-stage *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.light-mode iframe,.light-mode .pdf-preview,.light-mode .pdf-container,.light-mode [style*=pdf]{background:#fff!important}.light-mode .pdf-preview-wrapper,.light-mode .pdf-frame{background:#fff!important;border:1px solid rgba(0,0,0,.12)!important}:root.light-mode body{color:var(--text-primary)}.light-mode .order-row:hover{background:#00000008!important;box-shadow:0 4px 16px #00000014}.light-mode ::-webkit-scrollbar-thumb:hover{background:#00000040}.light-mode ::-webkit-scrollbar-thumb{background:#d1d5db!important;border-color:#f0f2f5!important}.light-mode .progress-bar-container{background:#00000014}.light-mode .status-dot{border-color:#00000026}.light-mode .table-wrapper{box-shadow:0 4px 24px #00000014}@media (max-width: 768px){.light-mode .orders-table tr.order-row{background:#00000005;border-color:#00000014}.light-mode ::-webkit-scrollbar-thumb{border-color:#f0f2f5}}.theme-toggle-wrapper{position:fixed;top:12px;right:16px;z-index:10000;display:flex;align-items:center;gap:8px}.theme-toggle{position:relative;width:52px;height:28px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;padding:0 4px}.light-mode .theme-toggle{background:#00000014;border-color:#00000026}.theme-toggle-knob{width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .3s cubic-bezier(.68,-.55,.27,1.55);display:flex;align-items:center;justify-content:center;font-size:12px;box-shadow:0 1px 4px #0000004d}.theme-toggle-knob.dark{transform:translate(0);background:#21262d}.theme-toggle-knob.light{transform:translate(24px);background:#f59e0b}.light-mode .sidebar-wrapper,.light-mode .sidebar{background:#fff!important;border-right-color:#00000014!important}.light-mode .sidebar-content{background:transparent!important}.light-mode .nav-item{color:#5f6368!important}.light-mode .nav-item:hover{background:#0000000a!important;color:#1a1a2e!important}.light-mode .nav-item.active{background:#10b98114!important;color:#059669!important}.light-mode .username{color:#1a1a2e!important}.light-mode .role{color:#5f6368!important}.light-mode .search-box{background:#0000000a!important;border-color:#0000001a!important}.light-mode .search-box input{color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important}.light-mode .section-label{background:#fff!important;border-color:#0000001a!important;color:#5f6368!important}.light-mode .logout-item,.light-mode .papierkorb-link{color:#5f6368!important}.light-mode .logout-item:hover{background:#ef44440f!important;color:#ef4444!important}.light-mode .main-content,.light-mode .content{background:#f0f2f5!important}.light-mode .card,.light-mode .position-card,.light-mode .sg-card,.light-mode .order-card,.light-mode .detail-card{background:#fff!important;border-color:#00000014!important;box-shadow:0 1px 6px #0000000f!important}.light-mode .sg-card:hover{border-color:#10b9814d!important;box-shadow:0 2px 12px #00000014!important}.light-mode .add-btn{background:#10b98114!important;color:#059669!important;-webkit-text-fill-color:#059669!important;border-color:#10b98133!important}.light-mode .calc-section{background:#00000005!important;border-color:#00000014!important}.light-mode .calc-subtotal{background:#00000008!important}.light-mode .calc-result{background:#0000000a!important}.light-mode .position-wrapper{background:#fff!important;border-color:#00000014!important}.light-mode .position-footer{background:#00000005!important;border-top-color:#00000014!important}.light-mode .material-dropdown,.light-mode .emp-list{background:#fff!important;border-color:#0000001f!important;box-shadow:0 4px 20px #0000001f!important}.light-mode .material-dropdown-item:hover,.light-mode .emp-option:hover{background:#0000000a!important}.light-mode .emp-toggle{background:#00000008!important;border-color:#0000001a!important}.light-mode .emp-badge{background:#10b98114!important;border-color:#10b98133!important}.light-mode .modal-backdrop,.light-mode .sg-modal-backdrop{background:#0006!important}.light-mode .modal-content,.light-mode .sg-modal{background:#fff!important;border-color:#0000001a!important;color:#1a1a2e!important}.light-mode .sg-card{background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;box-shadow:0 1px 4px #0000000f!important}.light-mode .sg-card:hover{border-color:#10b981!important;box-shadow:0 2px 8px #0000001a!important}.light-mode .sg-card-header{border-bottom-color:#0000000f!important}.light-mode .sg-card-chips .sg-chip{border-color:#0000001a!important}.light-mode .sg-mat-item,.light-mode .sg-pair-card{background:#f8f9fa!important;border:1px solid rgba(0,0,0,.1)!important}.light-mode .sg-modal{background:#fff!important}.light-mode .sg-modal-header{border-bottom-color:#00000014!important}.light-mode .sg-section-header{border-bottom-color:#0000000f!important}.light-mode .sg-total-row{background:#10b9810f!important;border-color:#10b98126!important}.light-mode .sg-chip{background:#0000000d!important;color:#5f6368!important}.light-mode .sg-chip.mat{background:#3b82f614!important;color:#2563eb!important}.light-mode .sg-chip.svc{background:#10b98114!important;color:#059669!important}.light-mode .context-menu,.light-mode .sg-context-menu{background:#fff!important;border-color:#0000001a!important;box-shadow:0 4px 16px #0000001f!important}.light-mode .context-menu-item:hover{background:#0000000a!important}.light-mode .pos-mode-toggle button,.light-mode .leistung-subtab{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important;background:#0000000a!important}.light-mode .pos-mode-toggle button.active,.light-mode .leistung-subtab.active{background:#10b981!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.light-mode .leistung-subtabs{background:#0000000f!important}.light-mode .header-actions button{border-color:#00000026!important;background:#fff!important}.light-mode .tmpl-selected{background:#10b9810f!important;border-color:#10b98133!important}.light-mode .material-card,.light-mode .tree-row{border-color:#0000000f!important}.light-mode .tree-row:hover{background:#00000005!important}.light-mode [style*="color:#fff"],.light-mode [style*="color: #fff"],.light-mode [style*="color: #ffffff"],.light-mode [style*="color:#ffffff"]{color:#1a1a2e!important}.light-mode .position-total-value,.light-mode .total-value{color:#059669!important}.light-mode .login-wrapper,.light-mode .login-card,.light-mode .settings-card,.light-mode .setting-item{background:#fff!important;border-color:#00000014!important}@media (max-width: 768px){.light-mode .sidebar-overlay{background:#0000004d!important}.light-mode .sidebar-wrapper{background:#fff!important}}.light-mode .emp-card{background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;box-shadow:0 1px 4px #0000000f!important}.light-mode .emp-card:hover{border-color:#0003!important}.light-mode .emp-name{color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important}.light-mode .emp-card-body{color:#5f6368!important}.light-mode .emp-card-body *{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .cost-item{background:#00000008!important}.light-mode .cost-item.highlight{background:#10b98114!important;border:1px solid rgba(16,185,129,.2)!important}.light-mode .cost-label{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .cost-value{color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important}.light-mode .cost-value.rate-color{color:#d97706!important;-webkit-text-fill-color:#d97706!important}.light-mode .cost-value.cost-color{color:#059669!important;-webkit-text-fill-color:#059669!important}.light-mode .emp-card-costs{border-top-color:#0000000f!important;border-bottom-color:#0000000f!important}.light-mode .badge-green{background:#10b9811a!important;color:#059669!important;-webkit-text-fill-color:#059669!important}.light-mode .badge-gray{background:#0000000f!important;color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .page-header h1{color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important}.light-mode .contribution-row{color:#5f6368!important;border-bottom-color:#0000000a!important}.light-mode .contribution-row:nth-child(odd){background:#00000005!important}.light-mode .c-rate{color:#2563eb!important;-webkit-text-fill-color:#2563eb!important}.light-mode .total-row{border-top-color:#10b9814d!important;color:#059669!important;background:#10b9810f!important}.light-mode .total-row .c-rate{color:#059669!important;-webkit-text-fill-color:#059669!important}.light-mode .info-card{background:#fff!important;border:1px solid rgba(0,0,0,.1)!important}.light-mode .info-card h3{color:#2563eb!important;-webkit-text-fill-color:#2563eb!important}.light-mode .btn-secondary{background:#0000000a!important;color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important;border:1px solid rgba(0,0,0,.12)!important}.light-mode .btn-edit{background:#60a5fa1a!important;color:#2563eb!important;-webkit-text-fill-color:#2563eb!important}.light-mode .btn-danger{background:#ef44441a!important;color:#dc2626!important;-webkit-text-fill-color:#dc2626!important}.light-mode .modal-overlay{background:#0006!important}.light-mode .modal-box{background:#fff!important;color:#1a1a2e!important}.light-mode .modal-box h2{color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important}.light-mode .modal-box label{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .search-input{background:#fff!important;border:1px solid rgba(0,0,0,.15)!important;color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important}.light-mode .search-wrap{background:#fff!important;border:1px solid rgba(0,0,0,.12)!important;border-radius:12px!important}.light-mode .search-wrap:focus-within{border-color:#10b981!important;box-shadow:0 0 0 2px #10b98126!important}.light-mode .search-icon{color:#5f6368!important}.light-mode .search-wrap .search-input{background:transparent!important;border:none!important;color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important}.light-mode .search-wrap .search-input::placeholder{color:#0006!important;-webkit-text-fill-color:rgba(0,0,0,.4)!important}.light-mode .stat-card{background:#fff!important;border:1px solid rgba(0,0,0,.08)!important}.light-mode .stat-label{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .stat-value{color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important}.light-mode .revenue-card{border-color:#00000014!important}.light-mode .orders-table th{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important;background:#00000005!important;border-bottom-color:#00000014!important}.light-mode .orders-table td{color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important;border-bottom-color:#0000000f!important}.light-mode .nav-item.active .icon,.light-mode .nav-item.active .icon svg,.light-mode .nav-item.active .text{color:#059669!important;-webkit-text-fill-color:#059669!important;fill:#059669;stroke:#059669}.light-mode .nav-item .icon,.light-mode .nav-item .icon svg{color:#5f6368!important;stroke:#5f6368}.light-mode .nav-item:hover .icon,.light-mode .nav-item:hover .icon svg,.light-mode .nav-item:hover .text{color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important;stroke:#1a1a2e}.light-mode .tab-button,.light-mode .tab-btn{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .tab-button.active,.light-mode .tab-btn.active,.light-mode .tab-button.selected,.light-mode .tab-btn.selected{color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important;font-weight:700}.light-mode .deleted-table th{color:#5f6368!important;-webkit-text-fill-color:#5f6368!important}.light-mode .deleted-table td{color:#1a1a2e!important;-webkit-text-fill-color:#1a1a2e!important}.light-mode .empty-state{color:#9ca3af!important;-webkit-text-fill-color:#9ca3af!important}.light-mode select option{background:#fff!important;color:#1a1a2e!important}.light-mode [style*="background: rgba(255"],.light-mode [style*="background:rgba(255"]{background-color:#00000008!important}.light-mode .sidebar .search-box .search-icon,.light-mode .sidebar .search-box svg{color:#5f6368!important;stroke:#5f6368!important}.light-mode .nav-item.active{background:#10b98114!important}.light-mode .nav-item.active .text{color:#059669!important;-webkit-text-fill-color:#059669!important}
