:root{--bg1: #0f172a;--bg2: #071034;--card: rgba(255,255,255,.03);--glass: rgba(255,255,255,.06);--accent: linear-gradient(90deg,#7f5af0 0%, #2cb67d 100%);--accent-solid: #7f5af0;--muted: rgba(255,255,255,.7)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(1000px 600px at 10% 10%,rgba(127,90,240,.12),transparent 10%),radial-gradient(800px 500px at 90% 90%,rgba(44,182,125,.08),transparent 10%),linear-gradient(180deg,var(--bg1),var(--bg2));position:relative;overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.bg-glow{position:absolute;inset:-10% -20%;background:conic-gradient(from 120deg at 50% 50%,rgba(127,90,240,.08),rgba(44,182,125,.06),transparent 50%);filter:blur(60px);transform:rotate(5deg);pointer-events:none;z-index:0}.login-card{position:relative;z-index:1;width:100%;max-width:420px;border-radius:14px;padding:28px;background:linear-gradient(180deg,#ffffff05,#ffffff03);box-shadow:0 10px 30px #04081499,inset 0 1px #ffffff05;border:1px solid rgba(255,255,255,.04);-webkit-backdrop-filter:blur(8px) saturate(120%);backdrop-filter:blur(8px) saturate(120%);color:var(--muted);display:flex;flex-direction:column;gap:14px;transition:transform .28s cubic-bezier(.2,.9,.3,1)}.login-card:hover{transform:translateY(-6px)}.brand{text-align:center;margin-bottom:4px}.logo{width:56px;height:56px;margin:0 auto 10px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;background:linear-gradient(135deg,#7f5af0,#2cb67d);box-shadow:0 6px 18px #7c56f02e;font-family:Inter,sans-serif}.form-title{margin:0;font-size:20px;color:#fff;letter-spacing:-.2px}.subtitle{margin:6px 0 0;font-size:13px;color:#ffffffad}.form{display:flex;flex-direction:column;gap:12px;margin-top:6px}.field{position:relative;display:block;margin:6px 0}.input{width:100%;padding:14px 14px 12px;border-radius:10px;background:linear-gradient(180deg,#ffffff04,#ffffff03);border:1px solid rgba(255,255,255,.04);color:#fff;outline:none;font-size:15px;transition:box-shadow .18s ease,border-color .18s ease,transform .12s ease}.label{position:absolute;left:14px;top:12px;pointer-events:none;font-size:13px;color:#ffffff8c;transform-origin:left top;transition:transform .18s ease,top .18s ease,font-size .18s ease,color .18s ease}.input:focus+.label,.input:not(:placeholder-shown)+.label,.input[value]:not([value=""])+.label{transform:translateY(-10px) scale(.86);top:6px;color:#7f5af0e6}.input:focus{box-shadow:0 6px 24px #7f5af01f;border-color:#7f5af0d9}.actions{display:flex;gap:10px;margin-top:6px}.btn{flex:1;padding:12px 14px;border-radius:10px;border:none;cursor:pointer;background:var(--accent-solid);color:#fff;font-weight:600;font-size:15px;box-shadow:0 8px 18px #7f5af02e;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.btn:active{transform:translateY(1px)}.btn[disabled]{opacity:.6;cursor:not-allowed;box-shadow:none}.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.06);box-shadow:none;color:#ffffffd9;font-weight:500}.meta{margin-top:10px;display:flex;gap:8px;align-items:center;justify-content:center;color:#fff9;font-size:13px}.link{color:#ffffffd9;text-decoration:none}.link:hover{text-decoration:underline}.card-footer{margin-top:12px;text-align:center;border-top:1px dashed rgba(255,255,255,.03);padding-top:12px;color:#ffffff73;font-size:12px}@media(max-width:480px){.login-card{padding:18px;border-radius:12px;max-width:96%}.logo{width:48px;height:48px}.form-title{font-size:18px}}.btn-link{background:none;border:none;color:#ffffffd9;font-size:14px;cursor:pointer;padding:4px 8px}:root{--bg1: #0f172a;--bg2: #071034;--card: rgba(255,255,255,.03);--glass: rgba(255,255,255,.06);--accent-solid: #7f5af0;--muted: rgba(255,255,255,.7)}*{box-sizing:border-box}body,html,#root{height:100%}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(180deg,var(--bg1),var(--bg2));position:relative;overflow:hidden;font-family:Inter,sans-serif}.bg-glow{position:absolute;inset:-10% -20%;background:conic-gradient(from 120deg,rgba(127,90,240,.1),rgba(44,182,125,.06),transparent);filter:blur(60px);z-index:0}.register-card{position:relative;z-index:1;width:100%;max-width:420px;border-radius:14px;padding:28px;background:#ffffff08;border:1px solid rgba(255,255,255,.04);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#eee;display:flex;flex-direction:column;gap:14px}.brand{text-align:center}.logo{width:56px;height:56px;background:linear-gradient(135deg,#7f5af0,#2cb67d);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.form-title{margin:0;font-size:22px}.subtitle{color:#ffffffa6;margin-top:4px}.form{display:flex;flex-direction:column;gap:12px}.field{position:relative}.input{width:100%;padding:14px;background:#ffffff0f;border:none;border-radius:10px;color:#fff;outline:none}.input::placeholder{color:transparent}.label{position:absolute;left:14px;top:12px;color:#ffffff8c;pointer-events:none;transition:.2s ease}.input:focus+.label,.input:not(:placeholder-shown)+.label{top:-6px;font-size:12px;color:#7f5af0}.select-wrapper{margin-top:6px}.select{width:100%;padding:14px;background:#ffffff0f;border:none;color:#fff;border-radius:10px;outline:none;font-size:15px;cursor:pointer}.actions{display:flex;gap:10px}.btn{flex:1;padding:12px;border:none;border-radius:10px;background:var(--accent-solid);color:#fff;font-weight:600;cursor:pointer}.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.15)}.meta{text-align:center}.btn-link{background:none;border:none;color:#fff;cursor:pointer;font-size:14px}.btn-link:hover{text-decoration:underline}.fade-in{animation:fadeSlide .7s ease forwards;opacity:0;transform:translateY(20px)}@keyframes fadeSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.password-field{position:relative}.eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:18px;-webkit-user-select:none;user-select:none}.select{color:#000!important;background:#fff!important;border:none;border-radius:10px}.admin-dashboard{min-height:100vh;padding:24px;background:#f5f5f5;direction:rtl}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#6b7280}.spinner-large{width:48px;height:48px;animation:spin 1s linear infinite;color:#6366f1;margin-bottom:16px}.loading-small{display:flex;justify-content:center;padding:40px}.spinner{width:24px;height:24px;animation:spin 1s linear infinite;color:#6366f1}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:20px;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:currentColor;transform:scaleX(0);transition:transform .3s}.stat-card:hover:before{transform:scaleX(1)}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.stat-card-primary{border-left:4px solid #6366f1}.stat-card-primary .stat-icon-wrapper{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.stat-card-success{border-left:4px solid #10b981}.stat-card-success .stat-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669)}.stat-card-info{border-left:4px solid #3b82f6}.stat-card-info .stat-icon-wrapper{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-card-warning{border-left:4px solid #f59e0b}.stat-card-warning .stat-icon-wrapper{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card-gradient{border-left:4px solid #8b5cf6;background:linear-gradient(135deg,#faf5ff,#fff)}.stat-card-gradient .stat-icon-wrapper{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.stat-card-gradient-success{border-left:4px solid #10b981;background:linear-gradient(135deg,#ecfdf5,#fff)}.stat-card-gradient-success .stat-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon-wrapper{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 6px #0000001a}.stat-icon{width:32px;height:32px;color:#fff}.stat-content{flex:1;min-width:0}.stat-label{font-size:14px;font-weight:600;color:#6b7280;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:32px;font-weight:800;color:#1f2937;margin:0 0 8px;line-height:1}.stat-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#6366f1;text-decoration:none;transition:color .2s}.stat-link:hover{color:#4f46e5}.link-icon{width:14px;height:14px;transform:rotate(180deg)}.quick-actions-section{margin-bottom:32px}.section-title{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:20px}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.quick-action-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;text-decoration:none;color:#374151;font-weight:600;transition:all .3s;text-align:center}.quick-action-card:hover{border-color:#6366f1;background:linear-gradient(135deg,#f5f3ff,#fff);transform:translateY(-2px);box-shadow:0 6px 12px #6366f126;color:#6366f1}.action-icon{width:32px;height:32px;color:#6366f1;transition:transform .3s}.quick-action-card:hover .action-icon{transform:scale(1.1)}.recent-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.view-all-link{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:#6366f1;text-decoration:none;transition:color .2s}.view-all-link:hover{color:#4f46e5}.invoices-table{overflow-x:auto}.invoices-table table{width:100%;border-collapse:collapse}.invoices-table th{padding:12px 16px;text-align:right;font-weight:600;color:#374151;font-size:14px;border-bottom:2px solid #e5e7eb}.invoice-number{font-weight:600;color:#6366f1}.type-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.badge-sale{background:#dbeafe;color:#1e40af}.badge-purchase{background:#fef3c7;color:#92400e}.amount{font-weight:700;color:#059669}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.badge-paid{background:#d1fae5;color:#065f46}.badge-pending{background:#fee2e2;color:#991b1b}.empty-state{text-align:center;padding:60px 20px;color:#9ca3af}.empty-icon{width:64px;height:64px;margin:0 auto 16px;opacity:.5}.empty-state p{font-size:16px;font-weight:500}@media(max-width:768px){.admin-dashboard{padding:16px}.stats-grid{grid-template-columns:1fr}.quick-actions-grid{grid-template-columns:repeat(2,1fr)}.stat-card{flex-direction:column;text-align:center}.invoices-table{font-size:12px}.invoices-table th,.invoices-table td{padding:8px}}.seller-container{min-height:100vh;font-family:Poppins,sans-serif}.seller-card{width:100%;max-width:1080px;margin:0 auto;animation:fadeIn .6s ease}.seller-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:16px}.seller-title{color:#1f2937;font-size:28px;margin:0;letter-spacing:1px;flex:1}.logout-button{white-space:nowrap}.seller-user-info{margin-bottom:20px;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.seller-welcome{color:#6366f1;font-size:14px;margin:0;text-align:right;font-weight:600}.seller-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;list-style:none;padding:0;margin:0}.seller-menu li{margin:0}.seller-menu li a{display:block;background:#f9fafb;padding:14px 18px;border-radius:10px;color:#1f2937;font-size:16px;text-decoration:none;transition:.25s ease;border:1px solid #e5e7eb;height:100%}.seller-menu li a:hover{background:#eef2ff;color:#4f46e5;transform:translateY(-2px);box-shadow:0 5px 12px #6366f126}.seller-activity-section{margin-top:28px;padding-top:24px;border-top:1px solid #e5e7eb}.seller-activity-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.seller-activity-header h2{color:#111827;font-size:22px;font-weight:800}.seller-activity-header p,.seller-empty{color:#64748b;font-size:14px}.seller-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}.seller-stat{display:grid;gap:6px;padding:14px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;color:#334155}.seller-stat strong{color:#111827;font-size:20px}.seller-activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.seller-activity-grid h3{margin-bottom:10px;color:#111827;font-size:16px;font-weight:800}.seller-activity-list{display:grid;gap:10px}.seller-activity-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#111827}.seller-activity-item div{display:grid;gap:4px}.seller-activity-item span,.seller-activity-item small{color:#64748b;font-size:12px}@media(max-width:760px){.seller-activity-header,.seller-activity-item{align-items:stretch;flex-direction:column}.seller-stat-grid,.seller-activity-grid,.seller-menu{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:root{--seller-bg: #f5f5f5;--seller-surface: #ffffff;--seller-surface-muted: #f9fafb;--seller-border: #e5e7eb;--seller-border-strong: #d1d5db;--seller-text: #1f2937;--seller-text-muted: #6b7280;--seller-primary: #6366f1;--seller-primary-hover: #4f46e5;--seller-success: #059669;--seller-success-hover: #047857;--seller-danger: #dc2626;--seller-danger-hover: #b91c1c;--seller-shadow: 0 1px 3px rgba(0, 0, 0, .1);--seller-radius: 12px;--seller-radius-sm: 8px}.form-layout{min-height:100vh;padding:24px;background:var(--seller-bg);direction:rtl}.form-layout__container{width:100%;max-width:1180px;margin:0 auto}.form-layout__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.form-layout__title-wrap{display:flex;align-items:center;gap:12px}.form-layout__title{margin:0;font-size:28px;font-weight:700;color:var(--seller-text)}.form-layout__subtitle{margin:8px 0 0;font-size:14px;color:var(--seller-text-muted)}.form-layout__icon{width:32px;height:32px;color:var(--seller-primary);flex-shrink:0}.form-layout__content{display:flex;flex-direction:column;gap:24px}.card-container{background:var(--seller-surface);border-radius:var(--seller-radius);box-shadow:var(--seller-shadow);padding:24px;border:1px solid rgba(229,231,235,.7)}.card-container--muted{background:var(--seller-surface-muted)}.card-container__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;flex-wrap:wrap}.card-container__title{margin:0;font-size:20px;font-weight:700;color:var(--seller-text)}.seller-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.seller-field,.seller-input__wrapper,.seller-select-field{display:flex;flex-direction:column;gap:8px}.seller-field label,.seller-input__label,.seller-select-field__label{font-size:14px;font-weight:600;color:#374151}.seller-help-text{font-size:12px;color:var(--seller-text-muted);margin-top:4px}.seller-input,.seller-select,.seller-file-input,.seller-plain-input{width:100%;min-height:48px;padding:12px 16px;border:2px solid var(--seller-border);border-radius:var(--seller-radius-sm);background:var(--seller-surface);color:var(--seller-text);font-size:15px;transition:border-color .2s,box-shadow .2s,background-color .2s}.seller-input::placeholder,.seller-plain-input::placeholder{color:#9ca3af}.seller-input:focus,.seller-select:focus,.seller-file-input:focus,.seller-plain-input:focus{outline:none;border-color:var(--seller-primary);box-shadow:0 0 0 3px #6366f11a}.seller-file-input{border-style:dashed;background:var(--seller-surface-muted);color:var(--seller-text-muted);cursor:pointer}.seller-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 24px;border:none;border-radius:var(--seller-radius-sm);font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s,box-shadow .2s;text-decoration:none}.seller-button:hover:not(:disabled){transform:translateY(-1px)}.seller-button:disabled{opacity:.6;cursor:not-allowed}.seller-button--primary{background:var(--seller-primary);color:#fff}.seller-button--primary:hover:not(:disabled){background:var(--seller-primary-hover)}.seller-button--success{background:var(--seller-success);color:#fff}.seller-button--success:hover:not(:disabled){background:var(--seller-success-hover)}.seller-button--danger{background:var(--seller-danger);color:#fff}.seller-button--danger:hover:not(:disabled){background:var(--seller-danger-hover)}.seller-button--secondary{background:var(--seller-surface-muted);color:var(--seller-text);border:1px solid var(--seller-border)}.seller-button--secondary:hover:not(:disabled){background:#eef2ff}.seller-button--full{width:100%}.seller-stack{display:flex;flex-direction:column;gap:16px}.seller-inline-actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:768px){.form-layout{padding:16px}.card-container{padding:20px}.seller-form-grid{grid-template-columns:1fr;gap:16px}}.back-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;margin-bottom:20px;direction:rtl}.back-button:hover{background:#4f46e5}.back-button:active{transform:scale(.98)}.products-wrapper{padding:0}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;flex-wrap:wrap;gap:16px}.products-title{font-size:30px;font-weight:800;color:#0f172a;margin:0}.products-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.add-product-btn{text-decoration:none}.products-card{padding-top:20px}.products-card,.products-card .products-title,.products-card .empty-text,.products-table th,.products-table td,.products-card input,.products-card textarea,.products-card select{color:#000}.empty-text{color:#64748b;font-size:17px;text-align:center;padding:20px 0}.products-table{width:100%;border-collapse:collapse;font-size:15px;overflow:hidden;border-radius:12px;table-layout:auto;box-shadow:0 4px 6px -1px #0000001a}.products-table thead{background:#f1f5f9;font-weight:800;position:sticky;top:0;z-index:10}.products-table th{padding:16px 12px;border-bottom:2px solid #dbe1e8;text-align:left}.products-table td{padding:16px 12px;border-bottom:1px solid #e5e7eb}.products-table tbody tr:hover{background:#f8fafc;transform:translateY(-1px);transition:all .2s ease}.products-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.products-edit-link,.products-delete-btn{min-height:36px;padding:6px 12px;font-size:14px}.products-edit-link--muted{display:inline-flex;align-items:center;color:#6b7280}.products-delete-btn{border-radius:10px}.delete-product-modal{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.delete-product-modal__panel{width:min(100%,520px);background:#fff;border:1px solid rgba(229,231,235,.95);border-radius:18px;box-shadow:0 32px 80px #0f172a3d;overflow:hidden}.delete-product-modal__header{padding:24px;border-bottom:1px solid #e5e7eb}.delete-product-modal__header h2{margin:0;font-size:24px;font-weight:700;color:#111827}.delete-product-modal__header p{margin:10px 0 0;color:#4b5563;font-size:15px}.delete-product-modal__body{padding:22px 24px}.delete-product-modal__subtitle{margin:0 0 12px;color:#334155;font-weight:600}.delete-product-modal__details{list-style:none;margin:0;padding:0;display:grid;gap:10px;color:#1f2937;font-size:15px}.delete-product-modal__details strong{display:inline-block;width:110px;color:#0f172a}.delete-product-modal__error{margin-top:18px;padding:12px 14px;border:1px solid #fecaca;border-radius:12px;background:#fef2f2;color:#b91c1c;font-size:14px}.delete-product-modal__actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px 24px;border-top:1px solid #e5e7eb}.delete-product-modal__button{min-height:36px;padding:0 14px;font-size:14px;border-radius:10px;font-weight:600}.delete-product-modal__button--secondary{color:#334155;background:#f8fafc;border:1px solid #cbd5e1}.delete-product-modal__button--danger{color:#fff;background:#dc2626;border:1px solid #b91c1c}.delete-product-modal__button:disabled{opacity:.62;cursor:not-allowed}@media(max-width:768px){.products-header{align-items:stretch}.products-actions{width:100%}.products-table{font-size:13px}}.edit-product-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a94;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.edit-product-modal__panel{width:min(100%,1000px);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid rgba(229,231,235,.9);border-radius:16px;box-shadow:0 24px 70px #0f172a47;animation:editProductModalIn .18s ease-out}.edit-product-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px;border-bottom:1px solid #e5e7eb}.edit-product-modal__header h2{margin:0;color:#1f2937;font-size:28px;font-weight:700;line-height:1.2}.edit-product-modal__header p{margin:8px 0 0;color:#6b7280;font-size:14px}.edit-product-modal__close{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;cursor:pointer;font-size:0;transition:background-color .2s,border-color .2s,color .2s,transform .2s}.edit-product-modal__close:hover{background:#f9fafb;border-color:#d1d5db;color:#111827;transform:translateY(-1px)}.edit-product-modal__body{flex:1;overflow-y:auto;padding:24px}.edit-product-modal__error{margin-bottom:24px;padding:12px 16px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:14px;font-weight:600}.edit-product-modal__sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.edit-product-modal__section{padding:24px;border:1px solid rgba(229,231,235,.9);border-radius:12px;background:#fff;box-shadow:0 1px 3px #00000014}.edit-product-modal__section h3{margin:0 0 20px;padding-bottom:14px;border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:20px;font-weight:700}.edit-product-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.edit-product-modal .field{display:flex;flex-direction:column;gap:8px}.edit-product-modal .field label{color:#374151;font-size:14px;font-weight:600}.edit-product-modal input,.edit-product-modal select,.edit-product-modal textarea{width:100%;min-height:48px;margin:0;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#1f2937;font-size:15px;line-height:1.4;transition:border-color .2s,box-shadow .2s,background-color .2s}.edit-product-modal input::placeholder,.edit-product-modal textarea::placeholder{color:#9ca3af}.edit-product-modal input:hover,.edit-product-modal select:hover,.edit-product-modal textarea:hover{border-color:#d1d5db}.edit-product-modal input:focus,.edit-product-modal select:focus,.edit-product-modal textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.edit-product-modal input[readonly]{background:#f9fafb;color:#6b7280}.edit-product-modal textarea{min-height:112px;resize:vertical}.edit-product-modal__field--full{grid-column:1 / -1}.edit-product-modal__footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:12px;padding:18px 24px;border-top:1px solid #e5e7eb;background:#fffffff5;box-shadow:0 -8px 24px #0f172a0f}.edit-product-modal__button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:8px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s,box-shadow .2s}.edit-product-modal__button:hover:not(:disabled){transform:translateY(-1px)}.edit-product-modal__button:disabled{opacity:.6;cursor:not-allowed}.edit-product-modal__button--primary{background:#6366f1;color:#fff}.edit-product-modal__button--primary:hover:not(:disabled){background:#4f46e5;box-shadow:0 10px 20px #6366f133}.edit-product-modal__button--secondary{border:1px solid #e5e7eb;background:#f9fafb;color:#1f2937}.edit-product-modal__button--secondary:hover:not(:disabled){background:#eef2ff}@keyframes editProductModalIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:900px){.edit-product-modal__sections{grid-template-columns:1fr}}@media(max-width:768px){.edit-product-modal{padding:12px}.edit-product-modal__header,.edit-product-modal__body,.edit-product-modal__footer{padding-left:20px;padding-right:20px}.edit-product-modal__grid{grid-template-columns:1fr;gap:16px}.edit-product-modal__section{padding:20px}.edit-product-modal__footer{flex-direction:column-reverse}.edit-product-modal__button{width:100%}}.product-wrapper{min-height:100vh;direction:rtl}.product-card{max-width:1000px;margin:0 auto}.product-title{font-size:28px;font-weight:700;margin-bottom:32px;color:#1f2937;display:flex;align-items:center;gap:12px}.product-title:before{content:"+";font-size:32px;font-weight:700;color:#6366f1}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:14px;font-weight:600;color:#374151}.field input{margin:0}.product-upload{margin-bottom:24px}.product-upload label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.product-upload input[type=file]{width:100%;padding:12px;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;color:#6b7280;cursor:pointer;transition:border-color .2s}.product-upload input[type=file]:hover{border-color:#6366f1}.product-btn{margin-top:24px}.product-btn+.product-btn{margin-top:12px}@media(max-width:768px){.product-grid{grid-template-columns:1fr}.product-wrapper{padding:16px}.product-card{padding:24px}}.purchase-page{gap:24px}.card-box{min-height:0}.card-box:hover{box-shadow:0 12px 32px #0000002e}.product-grid-box{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-height:70vh;overflow-y:auto;padding-right:5px}.product-item{background:#f8fafc;padding:13px;border-radius:12px;border:1px solid #dce3ea;cursor:pointer;box-shadow:0 4px 12px #00000014;transition:.2s}.product-item:hover{box-shadow:0 6px 16px #00000024;background:#eef5ff}.product-item h3{font-size:16px;font-weight:700;color:#1e293b}.search-box{margin-bottom:12px;position:relative}.search-box input{width:100%;padding:10px 10px 10px 34px!important;font-size:15px;border-radius:10px;border:2px solid #cbd5e1}.search-box input:focus{border-color:#3b82f6;box-shadow:0 0 4px #3b82f666}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#b6c3d6;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#8fa1b5}.cart-box{position:sticky;top:18px}.cart-list{max-height:300px;overflow-y:auto;padding-right:3px}.cart-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.cart-price-input{width:60px;border-radius:8px;padding:2px 4px;border:1px solid #cbd5e1;text-align:right;font-size:13px}.cart-price-input:focus{border-color:#3b82f6}.cart-qty-input{width:60px;border-radius:8px;padding:4px;border:1px solid #cbd5e1;text-align:center}.cart-total{display:flex;justify-content:space-between;font-size:18px;font-weight:800;padding-top:10px}.cart-total span{color:#1e3a8a}.btn-save{margin-top:14px}.cashbox-warning{margin-top:8px;padding:10px 12px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:14px;font-weight:700}.purchase-history-card{margin-top:24px}.purchase-history-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.purchase-history-title{color:#111827;font-size:18px;font-weight:800}.purchase-history-subtitle,.purchase-history-empty{color:#64748b;font-size:14px}.purchase-history-table-wrap{overflow-x:auto}.purchase-history-table{width:100%;border-collapse:collapse;min-width:760px}.purchase-history-table th,.purchase-history-table td{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left;color:#111827;font-size:14px}.purchase-history-table th{background:#f8fafc;color:#475569;font-weight:800}.purchase-actions{display:flex;flex-wrap:wrap;gap:8px}.purchase-edit-backdrop{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a8c}.purchase-edit-modal{width:min(860px,100%);max-height:90vh;overflow-y:auto;border-radius:12px;background:#fff;padding:20px;box-shadow:0 24px 70px #0f172a40}.purchase-edit-header,.purchase-edit-footer,.purchase-edit-total{display:flex;align-items:center;justify-content:space-between;gap:12px}.purchase-edit-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.purchase-edit-header h3{color:#111827;font-size:20px;font-weight:800}.purchase-edit-header p{color:#64748b;font-size:13px}.purchase-edit-header button{width:34px;height:34px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;color:#111827;font-weight:800}.purchase-edit-items{display:grid;gap:10px;margin-bottom:12px}.purchase-edit-row{display:grid;grid-template-columns:minmax(180px,1fr) 100px 120px auto;gap:10px;align-items:center}.purchase-edit-row select,.purchase-edit-field textarea{width:100%;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;padding:10px}.purchase-edit-field{display:grid;gap:8px;margin-top:14px;color:#374151;font-weight:700}.purchase-edit-total{margin:16px 0;padding:14px;border-radius:10px;background:#ecfdf5;color:#065f46;font-size:18px}@media(max-width:720px){.purchase-history-header,.purchase-edit-footer{align-items:stretch;flex-direction:column}.purchase-edit-row{grid-template-columns:1fr}}.delete-icon{cursor:pointer;transition:.2s}.delete-icon:hover{color:#e11d48}.purchase-page{color:#000}.btn-save,.btn-save *{color:#fff!important}.bg-white.p-6.rounded-xl.shadow-lg.h-fit.sticky.top-4{max-width:420px}.create-client-form .input{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#000!important}.create-client-form .input::placeholder{color:#6b7280}.btn-primary{background:#2563eb;color:#fff;padding:8px 12px;border-radius:8px;font-weight:600}.btn-secondary{background:#efefef;color:#111827;padding:8px 10px;border-radius:8px;border:1px solid #e5e7eb}.btn-muted{background:transparent;color:#374151;padding:8px 10px;border-radius:8px;border:1px solid #e5e7eb}.no-parties{background:#fff;padding:10px;border-radius:8px;border:1px solid #e5e7eb}.sale-container{min-height:100vh;direction:rtl}.sale-header{margin-bottom:24px}.sale-title{font-size:28px;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:12px}.sale-content{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.products-section{grid-column:span 8;display:flex;flex-direction:column}.products-search-container{position:relative;margin-bottom:24px}.products-search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af;pointer-events:none}.products-search-input{width:100%;padding:14px 50px 14px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:16px;transition:all .3s;background:#fff;direction:rtl;color:#1f2937}.products-search-input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 4px #6366f11a}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;max-height:calc(100vh - 300px);overflow-y:auto;padding-right:8px;padding-bottom:8px}.products-grid::-webkit-scrollbar{width:8px}.products-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.products-grid::-webkit-scrollbar-thumb{background:#6366f1;border-radius:10px}.products-grid::-webkit-scrollbar-thumb:hover{background:#4f46e5}.product-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e5e7eb;border-radius:12px;padding:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:12px}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6);transform:scaleX(0);transition:transform .3s}.product-card:hover:before{transform:scaleX(1)}.product-card:hover{border-color:#6366f1;box-shadow:0 10px 25px #6366f126;transform:translateY(-4px)}.product-card:active{transform:translateY(-2px)}.product-name{font-size:16px;font-weight:700;color:#1f2937;margin:0;line-height:1.4;min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-code{font-size:12px;color:#6b7280;font-weight:500;background:#f3f4f6;padding:4px 8px;border-radius:6px;display:inline-block;margin:0}.product-price{font-size:22px;font-weight:800;color:#059669;margin:8px 0;display:flex;align-items:baseline;gap:4px}.product-price-currency{font-size:14px;font-weight:600;color:#6b7280}.product-add-btn{position:relative;overflow:hidden;margin-top:auto}.product-add-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.product-add-btn:hover:before{width:300px;height:300px}.product-add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #6366f14d}.product-add-btn:active{transform:translateY(0)}.product-add-btn:focus{outline:none;box-shadow:0 0 0 3px #6366f14d}.loading-products{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280}.loading-spinner{width:48px;height:48px;animation:spin 1s linear infinite;color:#6366f1;margin-bottom:16px}.empty-products{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#9ca3af}.empty-products-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-products-text{font-size:18px;font-weight:500}.cart-section{grid-column:span 4;position:sticky;top:20px;height:fit-content}.cart-section{display:flex;flex-direction:column;height:fit-content;max-height:none;overflow:visible}.cart-header{order:1;font-size:24px;font-weight:700;color:#1f2937;padding-bottom:16px;border-bottom:3px solid #6366f1;margin-bottom:20px;display:flex;align-items:center;gap:8px}.cart-header:before{content:"🛒";font-size:28px}.customer-payment-section{order:3;background:#f9fafb;padding:20px;border-radius:12px;margin-bottom:20px;border:1px solid #e5e7eb;color:#1f2937}.section-title{font-size:16px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px;color:#1f2937}.current-customer{font-size:14px;margin-bottom:12px;padding:8px 12px;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.current-customer-label{font-weight:600}.current-customer-name{font-weight:700;font-size:16px;color:#6366f1}.customer-select-wrapper{margin-top:12px}.invoice-customer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.customer-select{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#1f2937;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.customer-select:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.add-client-btn{margin-top:8px;font-size:13px}.payment-method-section{margin-top:20px;padding-top:20px;border-top:2px solid #e5e7eb}.payment-label{font-size:14px;font-weight:600;margin-bottom:8px;display:block}.payment-select{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#1f2937;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.payment-select:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.payment-readonly{display:flex;align-items:center;min-height:44px;background:#f3f4f6;font-weight:700}.payment-select[type=number]::-webkit-inner-spin-button,.payment-select[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.payment-select[type=number]{-moz-appearance:textfield}.warehouse-info{margin-top:12px;padding:8px 12px;background:#fff3;border-radius:8px;font-size:13px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.warehouse-name{font-weight:600;color:#fbbf24}.add-warehouse-link{color:#6366f1;text-decoration:none;font-size:12px;transition:color .2s;font-weight:600}.add-warehouse-link:hover{color:#4f46e5}.cart-items-container{order:2;flex:0 0 auto;overflow:visible;margin-bottom:20px;margin-top:0;padding-right:4px;max-height:none}.cart-items-container::-webkit-scrollbar{width:6px}.cart-items-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.cart-items-container::-webkit-scrollbar-thumb{background:#6366f1;border-radius:10px}.cart-items-container::-webkit-scrollbar-thumb:hover{background:#4f46e5}.cart-card-list{display:grid;grid-template-columns:1fr;gap:12px}.cart-product-card{display:flex;flex-direction:column;gap:14px;padding:14px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 18px #0f172a0f}.cart-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cart-card-title-wrap{min-width:0}.cart-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;color:#6b7280;font-size:12px;font-weight:600}.cart-unit-chip{width:fit-content;padding:2px 8px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:11px;font-weight:700}.qty-control{display:grid;grid-template-columns:32px 56px 32px;align-items:center;gap:6px}.qty-btn{width:32px;height:32px;border:1px solid #c7d2fe;border-radius:8px;background:#eef2ff;color:#4338ca;font-size:17px;font-weight:800;cursor:pointer;transition:all .2s}.qty-btn:hover:not(:disabled){background:#6366f1;color:#fff}.qty-btn:disabled{opacity:.45;cursor:not-allowed}.cart-price-input{width:100%;padding:9px 10px;border:2px solid #a5b4fc;border-radius:8px;background:#fff;color:#111827;font-size:14px;font-weight:800;text-align:center;transition:all .2s}.cart-price-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #6366f129}.cart-card-row,.cart-card-field,.cart-card-total{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-card-field{align-items:stretch;flex-direction:column;gap:7px}.cart-card-label{color:#4b5563;font-size:12px;font-weight:800}.cart-item-name{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-qty-input{width:56px;padding:8px;border:2px solid #d1d5db;border-radius:8px;text-align:center;font-size:15px;font-weight:700;color:#1f2937;transition:border-color .2s}.cart-item-qty-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.cart-item-remove{padding:6px 10px;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px}.cart-item-remove:hover{background:#fecaca;transform:scale(1.1)}.cart-card-total{padding:12px;border-radius:8px;background:#ecfdf5;color:#047857;font-size:14px;font-weight:800}.cart-card-total strong{font-size:17px}.empty-cart{text-align:center;padding:40px 20px;color:#9ca3af;font-size:16px;font-weight:500}.empty-cart:before{content:"🛒";display:block;font-size:48px;margin-bottom:12px;opacity:.5}.cart-footer{order:4;margin-top:0;padding-top:20px;border-top:3px solid #e5e7eb}.total-section{display:block;padding:16px;background:#f9fafb;border-radius:10px;margin-bottom:16px;border:1px solid #e5e7eb}.total-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;color:#1f2937;font-size:14px;font-weight:700}.total-row:last-child{margin-bottom:0}.total-row-discount{color:#047857}.total-row-tax{color:#166534}.total-row-due{color:#b45309}.total-row-final{margin-top:10px;padding-top:12px;border-top:1px solid #d1d5db}.total-label{font-size:20px;font-weight:600;color:#1f2937}.total-amount{font-size:28px;font-weight:800;color:#059669}.checkout-btn{position:relative;overflow:hidden}.checkout-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.checkout-btn:hover:not(:disabled):before{width:300px;height:300px}.checkout-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #10b98166}.checkout-btn:active:not(:disabled){transform:translateY(0)}.checkout-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.create-client-form{margin-top:12px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.create-client-form .input{width:100%;padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#1f2937;font-size:14px;margin-bottom:8px}.create-client-form .input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.create-client-form .input::placeholder{color:#9ca3af}.create-client-form .btn-primary,.create-client-form .btn-muted{margin-top:8px}.no-parties{padding:12px;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.no-parties-text{font-size:13px;margin-bottom:8px;color:#6b7280}@media(max-width:1024px){.sale-content{grid-template-columns:1fr}.products-section{grid-column:span 12}.products-grid{max-height:none;overflow:visible}.cart-section{grid-column:span 12;position:static;max-height:none}.cart-items-container{max-height:none;overflow:visible}}@media(max-width:768px){.invoice-customer-grid{grid-template-columns:1fr}.qty-control{grid-template-columns:34px 64px 34px}.cart-product-card{padding:12px}.cart-card-row,.cart-card-total{align-items:stretch;flex-direction:column}.qty-control,.cart-price-input{width:100%}.total-amount{font-size:24px}}.return-container{min-height:100vh;direction:rtl}.return-header{margin-bottom:24px}.return-title{font-size:28px;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:12px}.return-title .icon{width:32px;height:32px;color:#dc2626}.return-content{max-width:1000px;margin:0 auto}.reason-field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;color:#1f2937;font-weight:700}.reason-field textarea{width:100%;resize:vertical;min-height:88px;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;color:#111827;background:#fff;font-weight:500}.reason-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.search-section{margin-bottom:24px}.search-box{display:flex;gap:12px;align-items:center}.search-input{flex:1;margin:0}.search-btn{display:flex;align-items:center;gap:8px}.invoice-details-card{border:2px solid #fee2e2}.invoice-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:2px solid #fee2e2;margin-bottom:20px;flex-wrap:wrap;gap:12px}.invoice-info{font-size:16px;font-weight:600;color:#374151}.invoice-number{color:#6366f1}.invoice-total{color:#059669}.items-section-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:16px}.items-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;padding-right:8px}.item-card{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;gap:16px}.item-name{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:4px}.item-details{font-size:14px;color:#6b7280}.qty-control{display:flex;align-items:center;gap:12px}.total-section{margin-top:24px;padding-top:20px;border-top:2px solid #fee2e2}.total-row{display:flex;justify-content:space-between;align-items:center;font-size:20px;font-weight:700;margin-bottom:20px}.total-label{color:#1f2937}.total-amount{color:#dc2626}.submit-btn{min-height:52px}@media(max-width:768px){.return-container{padding:16px}.search-box{flex-direction:column}.search-input{width:100%}.search-btn{width:100%;justify-content:center}.invoice-header{flex-direction:column;align-items:flex-start}.item-card{flex-direction:column;align-items:stretch}.qty-control{justify-content:space-between;width:100%}}.transfer-container{min-height:100vh}.transfer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.transfer-title{font-size:28px;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:12px}.transfer-title .icon{width:32px;height:32px;color:#6366f1}.history-btn{white-space:nowrap}.loading-state{text-align:center;padding:40px;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:12px}.spinner{width:24px;height:24px;animation:spin 1s linear infinite}.empty-state{text-align:center;padding:40px;color:#6b7280;font-size:16px}.warehouse-selection{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;margin-bottom:32px;align-items:end}.warehouse-field{display:flex;flex-direction:column;gap:8px}.field-label{font-size:14px;font-weight:600;color:#374151}.warehouse-select{margin:0}.arrow-container{display:flex;align-items:center;justify-content:center;padding-bottom:8px}.arrow-icon-large{width:32px;height:32px;color:#6366f1}.product-search-section{margin-bottom:32px}.search-box{position:relative;margin-bottom:20px}.search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af}.search-input{width:100%;padding:12px 48px 12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;direction:rtl}.search-input:focus{outline:none;border-color:#6366f1}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.product-card{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s}.product-card:hover:not(.out-of-stock):not(.in-cart){border-color:#6366f1;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.product-card.in-cart{border-color:#10b981;background:#f0fdf4}.product-card.out-of-stock{opacity:.6;cursor:not-allowed;background:#fef2f2;border-color:#fecaca}.product-info{display:flex;flex-direction:column;gap:8px}.product-name{font-size:16px;font-weight:600;color:#1f2937;margin:0}.product-code{font-size:13px;color:#6b7280;margin:0}.stock-info{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;margin-top:4px}.stock-info.in-stock{color:#059669}.stock-info.no-stock{color:#dc2626}.in-cart-badge{margin-top:8px;padding:4px 8px;background:#10b981;color:#fff;border-radius:4px;font-size:12px;font-weight:500;text-align:center}.transfer-items-section{margin-bottom:32px}.section-title{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:16px}.items-list{display:flex;flex-direction:column;gap:12px}.item-card{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;gap:16px}.item-info{flex:1}.item-name{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 4px}.item-code{font-size:13px;color:#6b7280;margin:0 0 4px}.stock-available{font-size:13px;color:#059669;margin:0}.item-controls{display:flex;align-items:center;gap:12px}.qty-label{font-size:14px;font-weight:500;color:#374151}.qty-input{width:80px;text-align:center;font-weight:600;min-height:44px}.remove-btn{padding:8px;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.remove-btn:hover{background:#fecaca}.submit-section{display:flex;justify-content:center}.submit-btn{display:flex;align-items:center;gap:12px}.spinner-btn{width:20px;height:20px;animation:spin 1s linear infinite}.transfer-history-section{padding-top:24px}.transfer-refresh-btn{min-height:32px;padding:6px 10px;font-size:12px}.transfers-list{display:flex;flex-direction:column;gap:16px}.transfer-card{border:2px solid #e5e7eb;border-radius:8px;padding:16px;background:#f9fafb}.transfer-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:12px}.transfer-info{display:flex;align-items:center;gap:12px;font-weight:600}.transfer-from{color:#dc2626}.transfer-to{color:#059669}.arrow-icon{width:20px;height:20px;color:#6366f1}.transfer-date{font-size:13px;color:#6b7280}.transfer-items{display:flex;flex-wrap:wrap;gap:8px}.transfer-item{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border-radius:6px;font-size:14px;color:#374151}@media(max-width:768px){.warehouse-selection{grid-template-columns:1fr}.arrow-container{transform:rotate(90deg)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.item-card{flex-direction:column;align-items:stretch}.transfer-card-header{flex-direction:column;align-items:flex-start}}.warehouse-wrapper{min-height:100vh;padding:24px;background:#f5f5f5;direction:rtl}.warehouse-card{background:#fff;width:100%;max-width:1000px;margin:0 auto;padding:32px;border-radius:16px;box-shadow:0 1px 3px #0000001a}.warehouse-header{margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #f3f4f6}.warehouse-title-section{display:flex;align-items:center;gap:16px}.warehouse-icon{width:40px;height:40px;color:#6366f1;flex-shrink:0}.warehouse-title{font-size:28px;font-weight:800;color:#1f2937;margin:0 0 8px}.warehouse-subtitle{font-size:14px;color:#6b7280;margin:0}.success-message{display:flex;align-items:center;gap:12px;padding:16px;background:#d1fae5;border:2px solid #10b981;border-radius:8px;margin-bottom:24px;color:#065f46;font-weight:600}.success-icon{width:24px;height:24px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.warehouse-form{display:flex;flex-direction:column;gap:24px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.form-field{display:flex;flex-direction:column;gap:10px}.field-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#374151}.field-icon{width:18px;height:18px;color:#6366f1}.form-select{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:15px;color:#1f2937;cursor:pointer;transition:border-color .2s}.form-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-select:hover{border-color:#d1d5db}.form-actions{margin-top:8px;display:flex;justify-content:flex-end}.submit-button{padding:14px 32px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;min-width:200px}.submit-button:hover:not(:disabled){background:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:768px){.warehouse-wrapper{padding:16px}.warehouse-card{padding:24px}.form-grid{grid-template-columns:1fr}.warehouse-title-section{flex-direction:column;align-items:flex-start}.form-actions{justify-content:stretch}.submit-button{width:100%}}.cashboxes-page{color:#fff}.cashboxes-content{display:flex;flex-direction:column;gap:24px;color:#fff}.cashboxes-top{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:8px;flex-wrap:wrap}.cashboxes-heading{margin:0;font-size:32px;font-weight:700;color:#fff}.cashboxes-subheading{margin:8px 0 0;font-size:14px;color:#cbd5e1}.cashboxes-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cashboxes-stat{background:#000;border-left:4px solid #8b5cf6;border-radius:16px;padding:14px 16px;box-shadow:0 4px 14px #0000002e;border-top:1px solid rgba(139,92,246,.25);border-right:1px solid rgba(139,92,246,.25);border-bottom:1px solid rgba(139,92,246,.25)}.cashboxes-stat-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#cbd5e1}.cashboxes-stat-value{margin-top:4px;font-size:28px;font-weight:700;color:#fff}.cashboxes-card{background:#000;border-left:4px solid #8b5cf6;color:#fff;box-shadow:0 8px 24px #11182759}.cashboxes-dashboard-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 20px;border-radius:12px;border:1px solid rgba(139,92,246,.45);background:#7c3aed;color:#fff;text-decoration:none;font-size:14px;font-weight:700;box-shadow:0 10px 24px #4c1d9559;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.cashboxes-dashboard-link:hover{background:#8b5cf6;transform:translateY(-1px);box-shadow:0 14px 26px #4c1d9573}.cashboxes-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cashboxes-form-field{display:flex;flex-direction:column;gap:8px}.cashboxes-label{font-size:14px;font-weight:600;color:#fff}.cashboxes-input,.cashboxes-select,.cashboxes-textarea{width:100%;min-height:48px;border-radius:12px;border:1px solid rgba(139,92,246,.4);background:#0f0f14f2;color:#fff;padding:12px 14px;box-shadow:0 2px 10px #00000026;transition:border-color .2s ease,box-shadow .2s ease}.cashboxes-input:focus,.cashboxes-select:focus,.cashboxes-textarea:focus{outline:none;border-color:#a78bfa;box-shadow:0 0 0 3px #8b5cf62e}.cashboxes-input::placeholder,.cashboxes-textarea::placeholder{color:#94a3b8}.cashboxes-actions-row{display:flex;justify-content:flex-end;margin-top:20px}.cashboxes-primary-btn{min-width:160px;background:#7c3aed;color:#fff;box-shadow:0 10px 20px #4c1d9547;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.cashboxes-primary-btn:hover:not(:disabled){background:#8b5cf6;transform:translateY(-1px);box-shadow:0 14px 24px #4c1d9559}.cashboxes-empty,.cashboxes-loading{color:#cbd5e1;font-size:14px;text-align:center}.cashboxes-loading-icon{color:#a78bfa}.cashboxes-list{display:flex;flex-direction:column;gap:24px}.cashboxes-warehouse-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:20px;border-bottom:1px solid rgba(139,92,246,.2);flex-wrap:wrap}.cashboxes-warehouse-main{display:flex;align-items:flex-start;gap:16px}.cashboxes-warehouse-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:#8b5cf61f;color:#a78bfa;flex-shrink:0}.cashboxes-warehouse-title{margin:0;font-size:24px;font-weight:700;color:#fff}.cashboxes-warehouse-subtitle{margin:6px 0 0;font-size:14px;color:#cbd5e1}.cashboxes-balance-chip{background:#8b5cf61f;border:1px solid rgba(139,92,246,.25);border-radius:16px;padding:14px 16px;min-width:180px}.cashboxes-balance-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#cbd5e1}.cashboxes-balance-value{margin-top:4px;font-size:28px;font-weight:700;color:#fff}.cashboxes-inner-empty{margin-top:20px;border:1px dashed rgba(139,92,246,.3);border-radius:16px;background:#0a0a0eb3;padding:24px 16px;text-align:center;color:#cbd5e1}.cashboxes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.cashbox-item{border:1px solid rgba(139,92,246,.25);border-radius:18px;background:#0d0d11;padding:16px;color:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.cashbox-item:hover{transform:translateY(-2px);border-color:#a78bfab3;box-shadow:0 14px 26px #2e106538}.cashbox-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cashbox-item-title{margin:0;font-size:18px;font-weight:700;color:#fff}.cashbox-item-meta{margin-top:6px;font-size:14px;color:#cbd5e1}.cashbox-item-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#8b5cf61f;color:#a78bfa;flex-shrink:0}.cashbox-balance-panel{margin-top:16px;border-radius:16px;background:#020617b3;border:1px solid rgba(139,92,246,.2);padding:14px 16px}.cashbox-balance-panel-label{display:flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#cbd5e1}.cashbox-balance-panel-value{margin-top:6px;font-size:28px;font-weight:700;color:#fff}.cashbox-buttons{display:flex;gap:12px;margin-top:16px}.cashbox-button{flex:1;color:#fff;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.cashbox-button:hover:not(:disabled){transform:translateY(-1px)}.cashbox-button--deposit{background:#7c3aed;box-shadow:0 10px 18px #4c1d9538}.cashbox-button--deposit:hover:not(:disabled){background:#8b5cf6}.cashbox-button--withdraw{background:transparent;border:1px solid rgba(139,92,246,.45)}.cashbox-button--withdraw:hover:not(:disabled){background:#8b5cf61f}.cashbox-note{margin-top:12px;font-size:12px;color:#cbd5e1}.cashboxes-modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;background:#020617d1}.cashboxes-modal{width:100%;max-width:520px;border-radius:24px;border:1px solid rgba(139,92,246,.3);background:#000;color:#fff;padding:24px;box-shadow:0 18px 48px #2e106552}.cashboxes-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.cashboxes-modal-title{margin:0;font-size:24px;font-weight:700;color:#fff}.cashboxes-modal-subtitle{margin:6px 0 0;font-size:14px;color:#cbd5e1}.cashboxes-modal-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:999px;background:transparent;color:#cbd5e1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.cashboxes-modal-close:hover{background:#8b5cf61f;color:#fff}.cashboxes-modal-body{display:flex;flex-direction:column;gap:16px}.cashboxes-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.cashboxes-secondary-btn{background:transparent;color:#fff;border:1px solid rgba(139,92,246,.45)}.cashboxes-secondary-btn:hover:not(:disabled){background:#8b5cf61f}.cashboxes-modal-btn{background:#7c3aed;color:#fff}.cashboxes-modal-btn:hover:not(:disabled){background:#8b5cf6}@media(max-width:900px){.cashboxes-stats,.cashboxes-form-grid,.cashboxes-grid{grid-template-columns:1fr}.cashboxes-warehouse-header,.cashboxes-top{align-items:stretch}.cashboxes-balance-chip{width:100%}}.reports-container{min-height:100vh;padding:24px;background:#f5f5f5;direction:rtl}.reports-header{margin-bottom:32px}.reports-title{font-size:32px;font-weight:800;color:#1f2937;display:flex;align-items:center;gap:12px;margin-bottom:8px}.title-icon{width:36px;height:36px;color:#6366f1}.reports-subtitle{font-size:16px;color:#6b7280;margin:0}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.summary-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:20px;transition:all .3s;border:2px solid transparent;text-decoration:none}.summary-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.summary-card-primary{border-left:4px solid #6366f1}.summary-card-primary .summary-icon-wrapper{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.summary-card-success{border-left:4px solid #10b981}.summary-card-success .summary-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669)}.summary-card-warning{border-left:4px solid #f59e0b}.summary-card-warning .summary-icon-wrapper{background:linear-gradient(135deg,#f59e0b,#d97706)}.summary-card-profit{border-left:4px solid #0f766e}.summary-card-profit .summary-icon-wrapper{background:linear-gradient(135deg,#0f766e,#14b8a6)}.summary-icon-wrapper{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 6px #0000001a}.summary-icon{width:32px;height:32px;color:#fff}.summary-label{font-size:14px;font-weight:600;color:#6b7280;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:28px;font-weight:800;color:#1f2937;margin:0 0 4px;line-height:1}.summary-detail{font-size:13px;color:#9ca3af;margin:0}.reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.report-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;border:2px solid #e5e7eb;transition:all .3s}.report-card:hover{box-shadow:0 4px 6px #0000001a}.report-card-warning-border{border-color:#fef3c7;background:linear-gradient(135deg,#fffbeb,#fff)}.report-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f3f4f6;gap:16px;flex-wrap:wrap}.report-title-section{display:flex;align-items:center;gap:12px;flex:1}.report-icon{width:32px;height:32px;flex-shrink:0}.report-icon-primary{color:#6366f1}.report-icon-success{color:#10b981}.report-icon-warning{color:#f59e0b}.report-title{font-size:18px;font-weight:700;color:#1f2937;margin:0 0 4px}.report-subtitle{font-size:13px;color:#6b7280;margin:0}.report-controls{display:flex;align-items:center;gap:8px}.range-select,.year-select{padding:8px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;background:#fff;cursor:pointer;transition:border-color .2s}.range-select:focus,.year-select:focus{outline:none;border-color:#6366f1}.refresh-btn{padding:8px;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.refresh-btn:hover:not(:disabled){background:#e5e7eb}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.refresh-icon{width:18px;height:18px;color:#6366f1}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.report-content{min-height:200px;max-height:500px;overflow-y:auto}.report-content::-webkit-scrollbar{width:6px}.report-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.report-content::-webkit-scrollbar-thumb{background:#6366f1;border-radius:10px}.report-content::-webkit-scrollbar-thumb:hover{background:#4f46e5}.report-list{display:flex;flex-direction:column;gap:12px}.report-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;transition:all .2s}.report-item:hover{border-color:#6366f1;background:#f5f3ff}.report-item-warning{background:#fef3c7;border-color:#fde68a}.report-item-warning:hover{background:#fde68a;border-color:#f59e0b}.report-item-info{display:flex;flex-direction:column;gap:4px;flex:1}.report-item-date,.report-item-name{font-size:15px;font-weight:600;color:#1f2937}.report-item-code,.report-item-count{font-size:12px;color:#6b7280}.report-item-amount{font-size:18px;font-weight:700;color:#059669}.report-item-stock{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700}.stock-current{color:#dc2626}.stock-separator{color:#9ca3af}.stock-reorder{color:#6b7280}.net-profit-search{position:relative;display:flex;align-items:center;margin-bottom:18px}.net-profit-search-icon{position:absolute;left:14px;width:20px;height:20px;color:#9ca3af;pointer-events:none}.net-profit-search-input{width:100%;min-height:46px;border:2px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#1f2937;font-size:15px;font-weight:500;padding:12px 44px;transition:border-color .2s,background .2s,box-shadow .2s}.net-profit-search-input:focus{outline:none;border-color:#0f766e;background:#fff;box-shadow:0 0 0 3px #14b8a61f}.net-profit-search-clear{position:absolute;right:10px;width:30px;height:30px;border:none;border-radius:8px;background:#e5e7eb;color:#4b5563;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.net-profit-search-clear:hover{background:#d1d5db;color:#111827}.net-profit-table-wrap{overflow-x:auto}.net-profit-table{width:100%;border-collapse:collapse;min-width:860px}.net-profit-table th,.net-profit-table td{padding:14px 16px;border-bottom:1px solid #e5e7eb;text-align:left;color:#1f2937}.net-profit-table th{background:#f9fafb;color:#6b7280;font-size:12px;font-weight:700;text-transform:uppercase}.net-profit-table tbody tr:hover{background:#f9fafb}.net-profit-table tfoot td{background:#ecfdf5;font-weight:800}.net-profit-empty{padding:42px 16px;text-align:center;color:#9ca3af}.net-profit-error{margin-bottom:16px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#991b1b;padding:12px 14px;font-size:14px;font-weight:600}.profit-positive{color:#059669!important;font-weight:800}.profit-negative{color:#dc2626!important;font-weight:800}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280;gap:12px}.spinner{width:32px;height:32px;animation:spin 1s linear infinite;color:#6366f1}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#9ca3af;text-align:center}.empty-icon{width:48px;height:48px;margin-bottom:12px;opacity:.5}.empty-state p{font-size:14px;font-weight:500;margin:0}@media(max-width:768px){.reports-container{padding:16px}.summary-cards,.reports-grid{grid-template-columns:1fr}.report-card-header{flex-direction:column;align-items:stretch}.report-controls{justify-content:flex-end}}.fade-in{opacity:1;animation:fadeIn .24s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.summary-content{flex:1}.summary-value{font-size:22px;font-weight:800;color:#1f2937}.summary-label{font-size:13px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.report-card-body{margin-top:12px}.report-controls a.range-select{display:flex;align-items:center;gap:8px;text-decoration:none;color:#111827}.status-badge{padding:6px 10px;border-radius:9999px;font-weight:700;font-size:12px}.status-ok{background:#ecfdf5;color:#065f46}.status-low{background:#fffbeb;color:#92400e}.status-out{background:#fee2e2;color:#991b1b}.report-row:hover{background:#fbfdff}@media print{.reports-container{background:#fff;margin:0;padding:0}.report-controls,.net-profit-search{display:none}}.invoices-container{padding:24px;background:#f5f5f5;min-height:100vh}.invoices-header{margin-bottom:24px}.invoices-title{font-size:28px;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:12px}.invoices-title .icon{width:32px;height:32px}.invoices-filters{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.search-box{position:relative;flex:1;min-width:250px}.search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#6b7280}.search-input{width:100%;padding:10px 40px 10px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;direction:rtl}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-select{padding:10px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;direction:rtl}.filter-select:focus{outline:none;border-color:#3b82f6}.refresh-btn{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.refresh-btn:hover{background:#2563eb}.loading,.no-invoices{text-align:center;padding:40px;font-size:18px;color:#6b7280}.invoices-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.invoices-table{width:100%;border-collapse:collapse}.invoices-table thead{background:#f9fafb}.invoices-table th{padding:16px;text-align:right;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:14px}.invoices-table td{padding:16px;text-align:right;border-bottom:1px solid #e5e7eb;font-size:14px}.invoices-table tbody tr:hover{background:#f9fafb}.invoice-number{font-weight:600;color:#3b82f6}.type-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.type-badge.sale{background:#dbeafe;color:#1e40af}.type-badge.purchase{background:#fef3c7;color:#92400e}.date-cell{display:flex;align-items:center;gap:6px;color:#6b7280}.date-icon{width:16px;height:16px}.amount{font-weight:600;color:#1f2937}.amount.paid{color:#059669}.amount.due{color:#dc2626}.print-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;transition:background .2s}.print-btn:hover{background:#2563eb}@media(max-width:768px){.invoices-table-container{overflow-x:auto}.invoices-table{min-width:800px}.invoices-filters{flex-direction:column}.search-box{min-width:100%}}@tailwind base;@tailwind components;@tailwind utilities;:root{--bg: #0f172a;--panel: #0b1220;--muted: #94a3b8}html,body,#root{height:100%}body{background:linear-gradient(180deg,var(--bg),#071126);color:#e6eef8}input,textarea,select{color:#000}
