@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f7f8fa;color:#1a1a2e;direction:rtl;font-family:Heebo,sans-serif;font-size:14px;line-height:1.6}.loading{color:#4a5568;font-size:.95rem;font-weight:300}.loading,.login-page{align-items:center;display:flex;height:100vh;justify-content:center}.login-page{background:#f7f8fa}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:3rem 2.5rem;text-align:center;width:380px}.login-card h1{color:#1a1a2e;font-size:1.5rem;font-weight:600;letter-spacing:-.3px;margin-bottom:.25rem}.login-card p{color:#4a5568;font-size:.9rem;font-weight:300;margin-bottom:2rem}.login-card input{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1a1a2e;direction:rtl;font-family:Heebo,sans-serif;font-size:.9rem;margin-bottom:.75rem;padding:.7rem .85rem;transition:border-color .2s;width:100%}.login-card input:focus{border-color:#3b82f6;outline:none}.login-card input::placeholder{color:#9ca3af}.login-card button{background:#1a1a2e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Heebo,sans-serif;font-size:.9rem;font-weight:500;margin-top:.5rem;padding:.7rem;transition:background .2s;width:100%}.login-card button:hover{background:#2d2d4e}.login-error{color:#ef4444;font-size:.85rem;margin-bottom:.75rem}.app-layout{display:flex;min-height:100vh}.sidebar{background:#1a1a2e;color:#fff;flex-shrink:0;padding:1.25rem 0;width:200px}.sidebar-logo{border-bottom:1px solid #ffffff14;margin-bottom:.75rem;padding:0 1.25rem 1.25rem}.sidebar-logo h2{font-size:1rem;font-weight:600;letter-spacing:-.3px}.sidebar-logo span{color:#fff6;font-size:.75rem;font-weight:300}.sidebar-menu{list-style:none}.sidebar-menu li{align-items:center;color:#ffffffa6;cursor:pointer;display:flex;font-size:.9rem;font-weight:400;gap:.6rem;padding:.6rem 1.25rem;transition:background .15s}.sidebar-menu li:hover{background:#ffffff0f;color:#fff}.sidebar-menu li.active{background:#ffffff1a;color:#fff}.sidebar-menu li .icon{height:18px;opacity:.6;width:18px}.sidebar-menu li.active .icon,.sidebar-menu li:hover .icon{opacity:1}.sidebar-menu li.logout{color:#fff6;margin-top:2rem}.sidebar-menu li.logout:hover{color:#ef4444}.header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.85rem 2rem}.header h1{color:#4a5568;font-size:.95rem;font-weight:500}.bell{align-items:center;border-radius:6px;cursor:pointer;display:flex;padding:.4rem;position:relative;transition:background .15s}.bell:hover{background:#f7f8fa}.bell-badge{align-items:center;background:#ef4444;border-radius:50%;color:#fff;display:flex;font-size:.65rem;font-weight:600;height:16px;justify-content:center;position:absolute;right:0;top:0;width:16px}.main-content{display:flex;flex:1 1;flex-direction:column;min-width:0}.page-content{flex:1 1;padding:1.75rem 2rem}.stats-row{display:flex;gap:.75rem;margin-bottom:1.75rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex:1 1;padding:1.1rem 1.25rem}.stat-card .number{color:#1a1a2e;font-size:1.5rem;font-weight:700;line-height:1.2}.stat-card .label{color:#4a5568;font-size:.8rem;font-weight:400;margin-top:.15rem}.stat-card.green .number{color:#22c55e}.stat-card.yellow .number{color:#eab308}.stat-card.red .number{color:#ef4444}.data-table{background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;width:100%}.data-table table{border-collapse:collapse;width:100%}.data-table th{background:#f7f8fa;border-bottom:1px solid #e5e7eb;color:#4a5568;font-size:.8rem;font-weight:500;letter-spacing:.3px;padding:.65rem 1rem;text-align:right;text-transform:uppercase}.data-table td{border-bottom:1px solid #f3f4f6;font-size:.9rem;padding:.65rem 1rem}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr{transition:background .1s}.data-table tbody tr:hover{background:#f9fafb;cursor:pointer}.status-dot{border-radius:50%;display:inline-block;height:8px;width:8px}.status-dot.green{background:#22c55e}.status-dot.yellow{background:#eab308}.status-dot.red{background:#ef4444}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-family:Heebo,sans-serif;font-size:.85rem;font-weight:500;gap:.4rem;padding:.45rem 1rem;transition:all .15s}.btn-primary{background:#1a1a2e;color:#fff}.btn-primary:hover{background:#2d2d4e}.btn-secondary{background:#fff;border:1px solid #e5e7eb;color:#4a5568}.btn-secondary:hover{background:#f7f8fa}.btn-sm{font-size:.8rem;padding:.3rem .7rem}.modal-overlay{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.modal{background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:80vh;overflow-y:auto;padding:2rem;width:420px}.modal h2{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.form-group{margin-bottom:.85rem}.form-group label{color:#4a5568;display:block;font-size:.85rem;font-weight:500;margin-bottom:.3rem}.form-group input{border:1px solid #e5e7eb;border-radius:6px;color:#1a1a2e;direction:rtl;font-family:Heebo,sans-serif;font-size:.9rem;padding:.55rem .75rem;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#3b82f6;outline:none}.modal-actions{display:flex;gap:.6rem;justify-content:flex-start;margin-top:1.5rem}.breadcrumb{color:#9ca3af;display:flex;font-size:.85rem;gap:.4rem;margin-bottom:1.5rem}.breadcrumb a{color:#3b82f6;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.site-cards{display:flex;flex-wrap:wrap;gap:1rem}.site-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;padding:1.25rem;transition:border-color .15s;width:260px}.site-card:hover{border-color:#3b82f6}.site-card h3{font-size:.95rem;font-weight:600;margin-bottom:.35rem}.site-card .info{color:#4a5568;font-size:.85rem;margin-bottom:.25rem}.slide-panel{background:#fff;border-right:1px solid #e5e7eb;height:100vh;left:0;overflow-y:auto;padding:1.75rem;position:fixed;top:0;transform:translateX(-100%);transition:transform .25s ease;width:360px;z-index:50}.slide-panel.open{transform:translateX(0)}.slide-panel-close{background:none;border:none;color:#9ca3af;cursor:pointer;float:left;font-family:Heebo,sans-serif;font-size:1.1rem;transition:color .15s}.slide-panel-close:hover{color:#1a1a2e}.gate-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;min-width:120px;padding:.85rem 1rem;text-align:center;transition:border-color .15s}.gate-card:hover{border-color:#3b82f6}.gate-card .gate-name{color:#1a1a2e;font-size:.9rem;font-weight:600;margin-bottom:.2rem}.gate-card .gate-status{align-items:center;color:#4a5568;display:flex;font-size:.8rem;gap:.3rem;justify-content:center}.gate-card .gate-cycles{color:#9ca3af;font-size:.75rem;margin-top:.15rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.section-header h3{font-size:.95rem;font-weight:600}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1.25rem}.info-card h3{color:#1a1a2e;font-size:.9rem;font-weight:600;margin-bottom:.85rem}.info-row{border-bottom:1px solid #f3f4f6;display:flex;font-size:.9rem;padding:.4rem 0}.info-row:last-child{border-bottom:none}.info-label{color:#9ca3af;flex-shrink:0;width:120px}.info-value{color:#1a1a2e}.map-container{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:1.25rem;min-height:250px;padding:1.5rem}.map-container .gates-grid{display:flex;flex-wrap:wrap;gap:.75rem}.map-empty{color:#9ca3af;font-size:.9rem;padding:3rem 0;text-align:center}.search-input{border:1px solid #e5e7eb;border-radius:6px;color:#1a1a2e;direction:rtl;font-family:Heebo,sans-serif;font-size:.9rem;padding:.5rem .85rem;transition:border-color .2s;width:280px}.search-input:focus{border-color:#3b82f6;outline:none}.search-input::placeholder{color:#9ca3af}.alert-row-unread{font-weight:500}.alert-row-read{opacity:.5}.customer-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;height:52px;justify-content:space-between;padding:0 1.75rem}.customer-header h1{color:#1a1a2e;font-size:.95rem;font-weight:500}.customer-header-actions{align-items:center;display:flex;gap:.75rem}.sheli-urls{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin-top:1rem;padding:1rem}.sheli-urls.compact{background:#f8fafc;margin-top:.5rem;padding:.75rem}.sheli-urls-header h4{color:#1a1a2e;font-size:.95rem;margin:0 0 .25rem}.sheli-urls-hint{color:#6b7280;font-size:.8rem;line-height:1.4;margin:0 0 .85rem}.sheli-url-row+.sheli-url-row{margin-top:.75rem}.sheli-url-label{color:#4a5568;font-size:.8rem;font-weight:500;margin-bottom:.3rem}.sheli-url-box{align-items:stretch;display:flex;gap:.4rem}.sheli-url-box input{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1a1a2e;direction:ltr;flex:1 1;font-family:Menlo,Monaco,Courier New,monospace;font-size:.78rem;min-width:0;padding:.4rem .55rem;text-align:left}.sheli-url-box input:focus{border-color:#1a1a2e;outline:none}.btn-copied{background:#16a34a;color:#fff}.btn-copied:hover{background:#15803d}.btn-danger{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.btn-danger:hover{background:#fee2e2}.badge-light{background:#f3f4f6;border-radius:999px;color:#4b5563;display:inline-block;font-size:.72rem;font-weight:500;padding:.15rem .5rem}.category-grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-direction:column;gap:.75rem;padding:.85rem}.category-card-header{align-items:center;display:flex;justify-content:space-between}.category-card-header h4{color:#1a1a2e;font-size:1rem;margin:0}.category-icons{display:flex;gap:.75rem;justify-content:space-around}.category-icon-slot{flex:1 1;text-align:center}.category-icon-slot img{background:#f8fafc;border-radius:6px;max-height:70px;max-width:100%;object-fit:contain;padding:.3rem}.category-icon-label{color:#6b7280;font-size:.72rem;margin-bottom:.3rem}.category-icon-empty{align-items:center;background:#f8fafc;border-radius:6px;color:#cbd5e1;display:flex;height:70px;justify-content:center}.category-card-actions{display:flex;gap:.4rem;justify-content:flex-end}.product-grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:border-color .15s,box-shadow .15s}.product-card:hover{border-color:#1a1a2e;box-shadow:0 2px 8px #0000000d}.product-card-image{align-items:center;background:#f8fafc;display:flex;height:120px;justify-content:center;overflow:hidden}.product-card-image img{max-height:100%;max-width:100%;object-fit:contain}.product-card-image-placeholder{color:#cbd5e1;font-size:.8rem}.product-card-body{padding:.65rem .85rem .85rem}.product-card-name{color:#1a1a2e;font-size:.95rem;font-weight:600;margin-bottom:.4rem}.product-card-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.35rem}.product-card-model{color:#6b7280;font-family:Menlo,monospace;font-size:.72rem}.product-card-manufacturer{color:#4b5563;font-size:.8rem;margin-bottom:.4rem}.product-card-footer{border-top:1px solid #f3f4f6;color:#9ca3af;display:flex;font-size:.75rem;justify-content:space-between;margin-top:.45rem;padding-top:.45rem}.image-upload{display:flex;flex-direction:column}.image-upload label{color:#6b7280;font-size:.8rem;margin-bottom:.3rem}.image-upload-drop{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;cursor:pointer;display:flex;justify-content:center;overflow:hidden;position:relative;transition:border-color .15s}.image-upload-drop:hover{border-color:#1a1a2e}.image-upload-drop img{max-height:100%;max-width:100%;object-fit:contain}.image-upload-placeholder{color:#94a3b8;font-size:.85rem}.image-upload-remove{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:22px;justify-content:center;line-height:1;padding:0;position:absolute;right:4px;top:4px;width:22px}.image-upload-error{color:#dc2626;font-size:.78rem;margin-top:.3rem}.doc-list{display:flex;flex-direction:column;gap:.4rem}.doc-row{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:.65rem;padding:.55rem .7rem}.doc-row-icon{color:#6b7280;flex-shrink:0}.doc-row-main{flex:1 1;min-width:0}.doc-row-name{color:#1a1a2e;display:block;font-size:.9rem;font-weight:500;text-decoration:none}.doc-row-name:hover{text-decoration:underline}.doc-row-meta{color:#9ca3af;font-size:.72rem;margin-top:.2rem}.product-summary-card{align-items:flex-start;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:.85rem;margin-top:.75rem;padding:.75rem}.product-summary-image{align-items:center;background:#fff;border-radius:6px;display:flex;flex-shrink:0;height:64px;justify-content:center;overflow:hidden;width:64px}.product-summary-image img{max-height:100%;max-width:100%;object-fit:contain}.product-summary-body{flex:1 1;min-width:0}.product-summary-name{color:#1a1a2e;font-size:.95rem;font-weight:600}.product-summary-meta{color:#6b7280;font-size:.78rem;margin-top:.2rem}.product-summary-desc{color:#4b5563;font-size:.85rem;line-height:1.4;margin-top:.35rem}
/*# sourceMappingURL=main.fa66d75e.css.map*/