.customers-page{--cust-bg: #0f1419;--cust-surface: #1a2332;--cust-border: #2d3a50;--cust-text: #e8edf5;--cust-muted: #8b9cb5;--cust-accent: #14b8a6}.customers-page{direction:rtl;padding:1rem 1.25rem;flex:1;min-height:0;display:flex;flex-direction:column;background:transparent}.customers-page-loading{justify-content:center;align-items:center}.customers-page-loading .empty{color:var(--cust-muted)}.customers-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.customers-header-right{display:flex;flex-direction:row;align-items:center;gap:.75rem}.customers-back-link{font-size:.9rem;color:var(--cust-muted)}.customers-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--cust-text)}.customers-header-actions{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-shrink:0}.customers-move-btn,.customers-export-excel-btn,.customers-add-btn,.customers-delete-btn,.customers-import-excel-btn,.customers-refresh-btn{background:transparent;color:var(--text-muted, #94a3b8);border:1px solid var(--border, rgba(255,255,255,.12));padding:.6rem 1rem;border-radius:10px;cursor:pointer;font-size:.95rem;font-family:inherit;transition:color .15s,border-color .15s,background .15s}.customers-move-btn:hover:not(:disabled),.customers-export-excel-btn:hover:not(:disabled),.customers-add-btn:hover:not(:disabled),.customers-delete-btn:hover:not(:disabled),.customers-import-excel-btn:hover:not(:disabled),.customers-refresh-btn:hover:not(:disabled){color:var(--text, #e2e8f0);border-color:var(--border);background:#ffffff0d}.customers-move-btn:disabled,.customers-export-excel-btn:disabled,.customers-add-btn:disabled,.customers-delete-btn:disabled,.customers-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.customers-move-btn-icon{padding:.6rem;display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem}.customers-move-btn-icon .customers-move-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.customers-add-btn{flex-shrink:0}.customers-add-btn-icon{padding:.6rem;display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem}.customers-add-btn-icon .customers-add-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.customers-export-excel-btn-icon{padding:.6rem;display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem}.customers-export-excel-btn-icon .customers-export-excel-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.customers-export-excel-loading{font-size:1rem}.customers-delete-btn-icon{padding:.6rem;display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem}.customers-delete-btn-icon .customers-delete-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.customers-delete-loading{font-size:1rem}.customers-import-excel-btn-icon{padding:.6rem;display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem}.customers-import-excel-btn-icon .customers-import-excel-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.customers-refresh-btn-icon{padding:.6rem}.customers-refresh-btn-icon .customers-refresh-icon{width:1.25rem;height:1.25rem;display:block}.customers-th-checkbox input,.customers-td-checkbox input{cursor:pointer}.customers-messages{margin-bottom:.75rem}.customers-msg-error{color:#f87171;margin:0 0 .25rem;font-size:.9rem}.customers-msg-success{color:#4ade80;margin:0 0 .25rem;font-size:.9rem}.customers-import-format-block{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:#0d948814;border:1px solid rgba(13,148,136,.35);border-radius:10px}.customers-import-format-label{font-size:.9rem;color:var(--cust-text, #1e293b);font-weight:500}.customers-import-hint{font-size:.85rem;color:#64748b;margin-top:.35rem}.customers-import-duplicates-block{margin:1rem 0;padding:1rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.4);border-radius:10px}.customers-import-duplicates-title{margin:0 0 .5rem;font-weight:600;color:var(--cust-text)}.customers-import-duplicates-list{margin:0 0 .75rem;padding-right:1.25rem;color:var(--cust-muted);font-size:.9rem}.customers-import-duplicates-choose{margin:0 0 .25rem;font-size:.9rem;color:var(--cust-text)}.customers-import-preview-loading{margin:.5rem 0;font-size:.9rem;color:var(--cust-accent)}.customers-download-format-btn{padding:.5rem 1rem;font-size:.95rem;font-weight:500;background:#0d9488;color:#fff;border:none;border-radius:8px;cursor:pointer;width:100%}.customers-download-format-btn-link{display:block;text-align:center;text-decoration:none;color:#fff;box-sizing:border-box}.customers-download-format-btn:hover,.customers-download-format-btn-link:hover{background:#0f766e;color:#fff}.customers-download-format-btn:focus,.customers-download-format-btn-link:focus{outline:2px solid #0d9488;outline-offset:2px}.customers-toolbar{display:flex;flex-direction:column;gap:0;margin-bottom:1.25rem;padding:1.25rem 1.5rem;background:var(--cust-surface);border:1px solid var(--cust-border);border-radius:12px;box-sizing:border-box}.customers-toolbar-title{margin:0;font-size:.8rem;font-weight:600;color:var(--cust-muted, #94a3b8);letter-spacing:.03em}.customers-toolbar-row{display:grid;grid-template-columns:1.4fr repeat(4,minmax(0,1fr)) auto;gap:1.25rem;align-items:end;direction:rtl;width:100%;box-sizing:border-box}@media (max-width: 1100px){.customers-toolbar-row{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 700px){.customers-toolbar-row{grid-template-columns:1fr}}.customers-toolbar-row .customers-search-input{grid-column:1}.customers-toolbar-row .customers-filter-date-two-forms{grid-column:-1;display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap}.customers-toolbar-row .customers-filter-date-with-rows{grid-column:-1;display:inline-flex;align-items:end;gap:.55rem;justify-self:start}.customers-search-input{width:100%;min-width:0;padding:.65rem 1rem;height:2.75rem;border:1px solid var(--cust-border);border-radius:10px;background:var(--cust-bg);color:var(--cust-text);font-size:.95rem;font-family:inherit;box-sizing:border-box;transition:border-color .15s}.customers-search-input::placeholder{color:var(--cust-muted)}.customers-search-input:focus{outline:none;border-color:var(--cust-accent)}.customers-search-btn{flex-shrink:0}.customers-filter-item{display:flex;flex-direction:column;gap:.35rem;min-width:0}.customers-filter-item label{font-size:.8rem;font-weight:500;color:var(--cust-muted);white-space:nowrap;letter-spacing:.01em}.customers-filter-select{width:100%;min-width:0;height:2.75rem;border:1px solid var(--cust-border);border-radius:10px;background:var(--cust-bg);color:var(--cust-text);font-size:.95rem;font-family:inherit;box-sizing:border-box;cursor:pointer;transition:border-color .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding:.65rem 2.25rem .65rem 1rem}.customers-filter-select:focus{outline:none;border-color:var(--cust-accent)}.customers-filter-date .customers-filter-date-inputs{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.customers-filter-input-date{padding:.5rem .75rem;border:1px solid var(--cust-border);border-radius:8px;background:var(--cust-bg);color:var(--cust-text);font-size:.95rem;font-family:inherit;min-width:140px}.customers-filter-input-date:focus{outline:none;border-color:var(--cust-accent)}.customers-filter-date-sep{color:var(--cust-muted);font-size:.9rem}.customers-filter-date-from-label{color:var(--cust-muted);font-size:.9rem;margin-left:.25rem}.customers-date-triple{display:inline-flex;flex-direction:row;align-items:center;gap:.35rem;direction:ltr;font-variant-numeric:normal}.customers-date-triple .customers-date-select{min-width:4rem;padding:.5rem}.customers-filter-date-mode{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;margin-bottom:.35rem}.customers-filter-date-mode-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--cust-muted);cursor:pointer;margin:0}.customers-filter-radio{accent-color:var(--cust-accent);cursor:pointer}.customers-filter-date-two-forms{display:flex;flex-direction:row;align-items:center;gap:.75rem;flex-wrap:nowrap}.customers-filter-date-form{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.customers-filter-date-form-label{font-size:.8rem;font-weight:500;color:var(--cust-muted);letter-spacing:.01em}.customers-filter-date-form .customers-date-select{min-width:4rem;height:2.75rem;padding:.65rem 1rem;border-radius:10px}.customers-filter-item--rows{min-width:4rem;max-width:5.2rem;gap:.3rem}.customers-filter-item--rows label{text-align:center}.customers-filter-item--rows .customers-filter-select{min-width:4rem;width:100%;height:2.75rem;padding:.65rem 1.6rem .65rem .45rem;text-align:center}.customers-filter-date-clear{flex-shrink:0;padding:.4rem .6rem;font-size:.85rem}.customers-date-numeric,.customers-date-ltr,.customers-filter-input-date.customers-date-ltr{direction:ltr;font-variant-numeric:normal;unicode-bidi:embed}.customers-filter-date [lang=en],.customers-filter-date-inputs[lang=en]{font-variant-numeric:normal}.customers-filter-input-date[lang=en]{direction:ltr;font-variant-numeric:normal;text-align:left}.customers-filter-section-wrap{display:flex;flex-direction:column;gap:.35rem;min-width:0}.customers-filter-section-wrap .customers-filter-select{width:100%}.customers-filter-section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:var(--cust-muted);cursor:pointer;margin:0;letter-spacing:.01em}.customers-filter-section-checkbox{width:1.1rem;height:1.1rem;accent-color:var(--cust-accent);cursor:pointer}.customers-filter-section-wrap select:disabled{opacity:.6;cursor:not-allowed}.customers-count{margin:0 0 .75rem;font-size:.95rem;color:var(--cust-muted)}.customers-table-wrap{flex:1;min-height:0;overflow:auto;border:1px solid var(--cust-border);border-radius:12px;background:var(--cust-surface)}.customers-table{width:100%;border-collapse:collapse;font-size:.95rem}.customers-table th,.customers-table td{padding:.75rem 1rem;text-align:right;border-bottom:1px solid var(--cust-border)}.customers-table th{background:#0003;color:var(--cust-muted);font-weight:600;white-space:nowrap}.customers-th-checkbox,.customers-td-checkbox{width:2.5rem;text-align:center;vertical-align:middle}.customers-th-checkbox input,.customers-td-checkbox input{cursor:pointer;width:1.1rem;height:1.1rem}.customers-table tbody tr:hover{background:#ffffff08}.customers-table-row-clickable{cursor:pointer}.customers-table td{color:var(--cust-text)}.customers-page .customer-cell--ellipsis{max-width:180px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customers-page .customer-cell--ellipsis .numeric-value{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customers-empty-cell{text-align:center;color:var(--cust-muted);padding:2rem}.customers-status-badge{display:inline-block;padding:.25rem .5rem;border-radius:6px;background:#14b8a626;color:var(--cust-accent);font-size:.85rem}.customers-view-btn{padding:.4rem .75rem;font-size:.9rem}.customers-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.customers-modal{background:var(--cust-surface);border:1px solid var(--cust-border);border-radius:16px;padding:1.5rem;max-width:420px;width:100%;max-height:90vh;overflow-y:auto}.customers-modal h3{margin:0 0 1rem;font-size:1.25rem;color:var(--cust-text)}.customers-import-modal{max-width:480px}.customers-import-format-section{margin-bottom:1.25rem}.customers-import-format-heading{margin:0 0 .5rem;font-size:.95rem;font-weight:500;color:var(--cust-text)}.customers-import-format-section .customers-download-format-btn{width:100%}.customers-import-instructions{margin:1rem 0 1.25rem;padding:.75rem 1rem;background:#14b8a614;border:1px solid rgba(20,184,166,.25);border-radius:10px;font-size:.9rem;color:var(--cust-muted)}.customers-import-instructions p{margin:0 0 .35rem}.customers-import-instructions p:last-child{margin-bottom:0}.customers-import-errors{margin:.75rem 0;padding:.75rem 1rem;background:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:8px;font-size:.9rem}.customers-import-errors-title{margin:0 0 .5rem;font-weight:600;color:#f87171}.customers-import-errors-list{margin:0;padding-right:1.25rem;max-height:12rem;overflow-y:auto}.customers-import-errors-list li{margin-bottom:.25rem}.customers-form-row{margin-bottom:1rem}.customers-form-row label{display:block;margin-bottom:.35rem;font-size:.9rem;color:var(--cust-muted)}.customers-form-row input,.customers-form-row select,.customers-form-row textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--cust-border);border-radius:8px;background:var(--cust-bg);color:var(--cust-text);font-size:1rem;font-family:inherit;box-sizing:border-box}.customers-form-row input:focus,.customers-form-row select:focus,.customers-form-row textarea:focus{outline:none;border-color:var(--cust-accent)}.customers-form-row textarea{resize:vertical;min-height:60px}.customers-file-row .customers-file-picker{display:flex;flex-direction:row;align-items:center;gap:.75rem;border:1px solid var(--cust-border);border-radius:8px;padding:.5rem .75rem;background:var(--cust-bg);min-height:2.75rem}.customers-file-input-hidden{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}.customers-file-name{flex:1;min-width:0;font-size:.95rem;color:var(--cust-muted)}.customers-file-name-has-file{color:var(--cust-text)}.customers-file-choose-btn{flex-shrink:0;cursor:pointer;margin:0}.customers-transfer-hint{margin:0 0 1rem;font-size:.9rem;color:var(--cust-muted)}.customers-transfer-field-hint{margin:.35rem 0 0;font-size:.8rem;color:var(--cust-muted)}.customers-transfer-modal .customers-form-row{margin-bottom:1rem}.customers-modal-title{margin:0 0 1rem;font-size:1.25rem;color:var(--cust-text)}.customers-form-group{margin-bottom:1rem}.customers-form-group label{display:block;margin-bottom:.35rem;font-size:.9rem;color:var(--cust-muted)}.customers-input{width:100%;padding:.6rem .75rem;border:1px solid var(--cust-border);border-radius:8px;background:var(--cust-bg);color:var(--cust-text);font-size:1rem;font-family:inherit;box-sizing:border-box}.customers-input:focus{outline:none;border-color:var(--cust-accent)}textarea.customers-input{resize:vertical;min-height:60px}.customers-modal-actions{display:flex;flex-direction:row;gap:.5rem;margin-top:1.25rem}.customers-modal-actions .btn-primary{flex:1}.customers-move-count{margin:0 0 1rem;color:var(--cust-muted);font-size:.95rem}.customers-move-hint{margin:.35rem 0 0;font-size:.85rem;color:var(--cust-muted)}.customer-detail-page{display:flex;flex-direction:row-reverse;gap:1.5rem;padding:1rem 1.25rem;width:100%;max-width:none;margin:0;direction:rtl;min-height:0;flex:1;box-sizing:border-box}.customer-detail-code-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#00000080;padding:1rem;box-sizing:border-box}.customer-detail-code-modal-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;min-width:280px;max-width:90vw;box-shadow:0 8px 32px #0003;text-align:center}.customer-detail-code-modal-title{margin:0 0 1rem;font-size:1.1rem;color:var(--text)}.customer-detail-code-modal-input{width:100%;padding:.6rem .75rem;margin-bottom:.75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;box-sizing:border-box}.customer-detail-code-modal-input:focus{outline:none;border-color:var(--accent)}.customer-detail-code-modal-error{margin:0 0 .75rem;color:#f87171;font-size:.9rem}.customer-detail-code-modal-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.customer-detail-right-columns{flex:0 0 25%;width:25%;min-width:240px;max-width:400px;display:flex;flex-direction:column;gap:1rem;min-height:0;box-sizing:border-box}.customer-detail-col-note{flex:0 0 auto;max-height:33vh;display:flex;flex-direction:column;min-height:0;border:1px solid var(--border);border-radius:12px;padding:1rem;background:var(--surface);box-sizing:border-box}.customer-detail-col-comment{flex:0 0 auto;height:34rem;min-height:34rem;max-height:34rem;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:12px;padding:1rem;background:var(--surface);box-sizing:border-box;overflow:hidden}.customer-detail-col-comment .customer-detail-comment-body{flex:1;min-height:0;overflow-y:auto}.customer-detail-comment-form{flex:0 0 auto;display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.customer-detail-comment-input{width:100%;min-height:4rem;padding:.5rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-size:.9rem;resize:vertical;box-sizing:border-box}.customer-detail-comment-input:focus{border-color:var(--accent);outline:none}.customer-detail-comment-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}.customer-detail-comment-user-wrap{display:inline-flex;align-items:center;gap:.35rem}.customer-detail-comment-user,.customer-detail-comment-deleted-by{color:var(--text-muted);font-size:.85em}.customer-detail-comment-empty{margin:0;color:var(--text-muted);font-size:.9rem}.customer-detail-comment-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.customer-detail-comment-item{padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid var(--border)}.customer-detail-comment-item:last-of-type{margin-bottom:0}.customer-detail-comment-text{color:var(--text);font-size:.95rem;white-space:pre-wrap;word-break:break-word}.customer-detail-comment-meta{color:var(--text-muted);font-size:.8rem;margin-top:.35rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.customer-detail-comment-date{font-variant-numeric:tabular-nums}.customer-detail-comment-time-wrap{display:inline-flex;align-items:center;gap:.4rem;font-variant-numeric:tabular-nums}.customer-detail-comment-delete{font-size:.7rem;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;font-family:inherit}.customer-detail-comment-delete:hover{color:#f87171}.customer-detail-lead-type-row{display:flex;flex-direction:column;gap:.35rem;flex:1;min-height:0}.customer-detail-lead-type-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.customer-detail-action-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);cursor:pointer;color:var(--text-muted);line-height:1;transition:background .15s,border-color .15s,color .15s}.customer-detail-action-btn svg{display:block}.customer-detail-action-btn:hover{background:var(--bg);border-color:var(--text-muted)}.customer-detail-action-edit:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f614}.customer-detail-action-delete:hover{border-color:#ef4444;color:#ef4444;background:#ef444414}.customer-detail-col-title{margin:0 0 .75rem;font-size:1.15rem;font-weight:600;color:var(--text)}.customer-detail-comment-title{text-align:left;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.customer-detail-note-form{display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0}.customer-detail-note-textarea{width:100%;min-height:160px;flex:1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);color:var(--text);font-size:1rem;font-family:inherit;resize:vertical;box-sizing:border-box}.customer-detail-note-textarea:focus{outline:none;border-color:var(--accent)}.customer-detail-note-textarea::placeholder{color:var(--text-muted)}.customer-detail-col-data{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0;border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden;box-shadow:0 2px 8px #00000026;box-sizing:border-box;position:relative}.customer-detail-col-data:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/logo.png) center / 75% no-repeat;opacity:.12;pointer-events:none;z-index:0}.customer-detail-col-data .customer-detail-data-header,.customer-detail-col-data .customer-detail-data-body{position:relative;z-index:1}.customer-detail-data-header{flex-shrink:0;margin:0;padding:1rem 1.25rem;font-size:1.2rem;font-weight:600;color:var(--text);background:#0003;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:1rem}.customer-detail-data-header-right,.customer-detail-data-header-left{display:flex;align-items:center;gap:.6rem}.customer-detail-nav-btn{width:2rem;height:2rem;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:1.1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:background .15s,border-color .15s}.customer-detail-nav-btn:hover:not(:disabled){background:#ffffff14;border-color:var(--accent)}.customer-detail-nav-btn:disabled{opacity:.4;cursor:not-allowed}.customer-detail-nav-btn-person{text-decoration:none;color:inherit}.customer-detail-nav-btn-person:hover{color:var(--text)}.customer-detail-data-header-fileno{font-size:1rem;font-weight:500;font-variant-numeric:tabular-nums}.customer-detail-data-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:.75rem 1.25rem 1rem;min-height:0;box-sizing:border-box;display:grid;grid-template-columns:1fr 1px auto;grid-template-rows:1fr;gap:0 1rem;align-items:stretch}.customer-detail-data-body>.customer-detail-col1-wrap{grid-column:1;grid-row:1;min-width:0;min-height:0;display:flex;flex-direction:column;gap:0;align-self:stretch}.customer-detail-col1-wrap .tabs.tabs-in-header-row{flex-shrink:0;margin-bottom:0;padding-bottom:0}.customer-detail-data-body>.customer-detail-divider-inner{grid-column:2;grid-row:1}.customer-detail-data-body>.customer-detail-photo-block{grid-column:3;grid-row:1}.customer-detail-col1-wrap>.customer-detail-content-col{min-width:0;min-height:0;flex:1;margin-top:.75rem;padding-top:0;display:flex;flex-direction:column;gap:.5rem}.customer-detail-content-col .card{flex:1;min-height:0;margin-top:0;padding:0 1rem 1rem;overflow:auto;direction:rtl;text-align:right}.customer-detail-content-col .card .form-group label,.customer-detail-content-col .card .form-group input,.customer-detail-content-col .card .form-group textarea,.customer-detail-content-col .card .form-group select{text-align:right}.customer-detail-content-col .card ul,.customer-detail-content-col .card li,.customer-detail-content-col .card .customer-detail-comment-list,.customer-detail-content-col .card .customer-detail-comment-item,.customer-detail-content-col .card .customer-detail-comment-text,.customer-detail-content-col .card .customer-detail-comment-meta{text-align:right;justify-content:flex-end}.customer-detail-content-col .card h3{text-align:right}.customer-detail-content-col .customer-detail-tickets-card{flex:0 0 auto;width:69rem;min-width:69rem;max-width:69rem;height:26rem;min-height:26rem;max-height:26rem;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.customer-detail-tickets-card{min-height:0;overflow:hidden}.customer-detail-tickets-split{display:flex;flex-direction:row;flex:1;min-height:0;gap:0;margin-top:.75rem;overflow:hidden}.customer-detail-tickets-half{flex:0 0 50%;width:50%;min-width:0;min-height:0;display:flex;flex-direction:column;box-sizing:border-box;padding-inline-start:1rem;padding-inline-end:1rem;overflow:hidden}.customer-detail-tickets-half:first-child{padding-inline-end:.75rem}.customer-detail-tickets-half:last-child{padding-inline-start:.75rem;overflow:hidden}.customer-detail-tickets-vline{width:1px;min-width:1px;align-self:stretch;background:var(--border);flex-shrink:0}.customer-detail-tickets-list{list-style:none;margin:0;padding:0;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;text-align:left;direction:ltr}.customer-detail-tickets-item{padding:.65rem .85rem;margin-bottom:.5rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);text-align:left;direction:ltr}.customer-detail-tickets-item:last-child{margin-bottom:0}.customer-detail-tickets-item-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.customer-detail-tickets-item-head strong{display:inline;margin-bottom:0;font-size:.95rem}.customer-detail-ticket-status{font-size:.8rem;padding:.2rem .5rem;border-radius:999px;background:var(--border);color:var(--text-muted);font-weight:400}.customer-detail-ticket-actions{margin-top:.5rem;display:flex;gap:.5rem}.customer-detail-ticket-actions .btn-sm{font-size:.85rem;padding:.35rem .65rem}.customer-detail-tickets-desc{margin:.25rem 0 0;color:var(--text-muted);font-size:.9rem;white-space:pre-wrap;word-break:break-word}.customer-detail-tickets-half:last-child{align-items:flex-start}.customer-detail-content-col .customer-detail-comments-card{flex:0 0 auto;align-self:start;width:69rem;min-width:69rem;max-width:69rem;height:26rem;min-height:26rem;max-height:26rem;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.customer-detail-comments-card{min-height:0}.customer-detail-comments-split{display:flex;flex-direction:row;flex:1;min-height:0;gap:0;margin-top:.75rem;overflow:hidden}.customer-detail-comments-half{flex:0 0 50%;width:50%;min-width:0;min-height:0;display:flex;flex-direction:column;box-sizing:border-box;padding-inline-start:1rem;padding-inline-end:1rem;overflow:hidden}.customer-detail-comments-half:first-child{padding-inline-end:.75rem}.customer-detail-comments-half:last-child{padding-inline-start:.75rem}.customer-detail-comments-section-title{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:var(--text)}.customer-detail-comment-deleted .customer-detail-comment-text{color:var(--text-muted)}.customer-detail-comments-vline{width:1px;min-width:1px;align-self:stretch;background:var(--border);flex-shrink:0}.customer-detail-comments-card .customer-detail-comment-body{flex:1;min-height:0;overflow-y:auto}.customer-detail-content-col .customer-detail-attachments-card{flex:0 0 auto;align-self:start;width:69rem;min-width:69rem;max-width:69rem;height:26rem;min-height:26rem;max-height:26rem;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.customer-detail-attachments-card{direction:rtl;text-align:right;min-height:0}.customer-detail-attachments-title{margin:0 0 .75rem;flex:0 0 auto}.customer-detail-attachments-split{display:flex;flex-direction:row;flex:1;min-height:0;overflow:hidden;gap:0}.customer-detail-attachments-col{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;padding:0 .5rem;overflow:hidden}.customer-detail-attachments-col:first-child{padding-inline-end:.75rem}.customer-detail-attachments-col:last-child{padding-inline-start:.75rem}.customer-detail-attachments-col-title{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:var(--text)}.customer-detail-attachments-list{list-style:none;padding:0;margin:0;overflow-y:auto;flex:1;min-height:0}.customer-detail-attachments-item{padding:.5rem 0;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;justify-content:flex-end}.customer-detail-attachments-item a{color:var(--accent);text-decoration:none}.customer-detail-attachments-item a:hover{text-decoration:underline}.customer-detail-attachments-link{background:none;border:none;padding:0;font:inherit;color:var(--accent);text-decoration:none;cursor:pointer}.customer-detail-attachments-link:hover{text-decoration:underline}.customer-detail-attachments-delete{font-size:.85rem}.customer-detail-attachments-vline{width:1px;min-width:1px;align-self:stretch;background:var(--border);flex-shrink:0}.customer-detail-content-col .customer-detail-info-card{flex:0 0 auto;align-self:start;width:69rem;min-width:69rem;max-width:69rem;height:26rem;min-height:26rem;max-height:26rem;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.customer-detail-info-card{direction:rtl;text-align:right}.customer-detail-info-card .numeric-value{direction:ltr;text-align:right;unicode-bidi:isolate}.customer-detail-edit-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.customer-detail-edit-card-header .customer-detail-lead-type-actions{margin-inline-end:auto}.customer-detail-action-save-text{padding:.35rem .75rem;font-size:.9rem}.customer-detail-edit-readonly{margin-top:.25rem;flex:1;min-height:0;display:flex;flex-direction:column}.customer-detail-edit-readonly.customer-detail-info-split{flex:1;min-height:20rem}.customer-detail-edit-form-box{margin-top:.5rem;flex:1;min-height:0;display:flex;flex-direction:column;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);box-sizing:border-box}.customer-detail-edit-form-box .customer-detail-edit-form{flex:1;min-height:0;display:flex;flex-direction:column}.customer-detail-edit-form-box .customer-detail-info-split{flex:1;min-height:18rem}.customer-detail-info-card>h3{flex:0 0 auto;margin:0 0 .5rem}.customer-detail-info-split{display:flex;flex-direction:row;gap:0;flex:1;min-height:0}.customer-detail-info-quarter{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;padding-left:.5rem;padding-right:.5rem;box-sizing:border-box}.customer-detail-info-quarter .form-grid{display:flex;flex-direction:column;flex:1;min-height:0;gap:0}.customer-detail-info-quarter .form-group{flex:1;min-height:0;display:flex;flex-direction:column;gap:.25rem;justify-content:center;align-items:flex-start}.customer-detail-info-quarter{text-align:right}.customer-detail-info-card .customer-detail-info-quarter .form-group label{text-align:right;width:100%;display:block}.customer-detail-info-quarter .form-group>div{text-align:right;min-height:2rem;display:block;padding-top:.15rem;width:100%;box-sizing:border-box}.customer-detail-info-quarter .form-group .numeric-value{direction:ltr;text-align:right;unicode-bidi:isolate}.customer-detail-status-in-quarter{width:100%;padding:.25rem .4rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:.85rem;cursor:pointer;text-align:right;direction:rtl}.customer-detail-status-in-quarter:hover,.customer-detail-status-in-quarter:focus{border-color:var(--accent);outline:none}.customer-detail-info-vline{width:1px;min-width:1px;height:22rem;align-self:flex-start;background:var(--border);flex-shrink:0}.customer-detail-edit-form-box .customer-detail-info-vline{height:18rem}.customer-detail-edit-form{display:flex;flex-direction:column;gap:1rem}.customer-detail-edit-input{width:100%;min-height:2.25rem;padding:.4rem .6rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-size:.9rem;box-sizing:border-box;text-align:right}.customer-detail-edit-form-box input[type=email],.customer-detail-edit-form-box .customer-detail-edit-input[dir=ltr],.customer-detail-edit-form-box select.customer-detail-edit-input{text-align:right}.customer-detail-edit-input:focus{border-color:var(--accent);outline:none}.customer-detail-edit-password-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--border)}.customer-detail-edit-password-row .form-group{flex:1;min-width:180px}.customer-detail-content-col .customer-detail-comment-lead-card{flex:0 0 auto;align-self:start;width:83rem;min-width:83rem;max-width:83rem;height:17rem;min-height:17rem;max-height:17rem;text-align:left;overflow:auto}.customer-detail-comment-lead-heading-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.customer-detail-comment-lead-title{margin:0}.customer-detail-comment-lead-hr{width:100%;margin:0 0 .5rem;border:none;border-top:1px solid var(--border)}.customer-detail-comment-lead-label{margin:0;font-size:.9rem;color:var(--text-muted);text-align:right}.customer-detail-comment-lead-value{font-size:1rem;color:var(--text);text-align:right;white-space:pre-wrap;word-break:break-word}.customer-detail-body-main{flex:1;min-width:0}.customer-detail-divider-inner{width:1px;min-width:1px;align-self:start;height:29rem;min-height:120px;background:var(--border);flex-shrink:0}.customer-detail-photo-wrap{position:relative}.customer-detail-photo-input{position:absolute;width:0;height:0;opacity:0;overflow:hidden}.customer-detail-photo-block{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex-shrink:0}.customer-detail-photo-block .customer-detail-photo-wrap{flex-shrink:0}.customer-detail-under-photo{width:100%;max-width:12rem;display:flex;flex-direction:column;gap:.35rem;padding:.5rem 0;text-align:center}.customer-detail-under-photo-item{display:flex;flex-direction:column;gap:.15rem}.customer-detail-under-photo-label{font-size:.75rem;color:var(--text-muted);text-align:center}.customer-detail-under-photo-value{font-size:.95rem;font-weight:500;color:var(--text);font-variant-numeric:tabular-nums;text-align:center}.customer-detail-under-photo .numeric-value{text-align:center}.customer-detail-photo-circle{width:12rem;height:12rem;border-radius:50%;border:2px solid var(--border);padding:0;overflow:hidden;cursor:pointer;background:var(--surface);display:flex;align-items:center;justify-content:center;transition:border-color .2s,box-shadow .2s}.customer-detail-photo-circle:hover{border-color:var(--accent);box-shadow:0 0 0 2px #3b82f64d}.customer-detail-photo-circle img{width:100%;height:100%;object-fit:contain;display:block}.customer-detail-data-body .detail-header{margin-bottom:0}.detail-header h1{margin:0 0 .25rem;font-size:1.5rem}.file-no{color:var(--text-muted);font-size:.95rem}.status-select{padding:.4rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-family:inherit}.customer-detail-data-body .tabs{flex-shrink:0;display:flex;gap:.5rem;flex-wrap:wrap}.customer-detail-data-body .tabs .tabs-label{flex:0 0 100%;margin-bottom:0;font-size:.875rem;color:var(--text-muted)}.customer-detail-data-body .tabs button{padding:.5rem 1rem;border:1px solid var(--border);background:transparent;color:var(--text-muted);border-radius:8px;cursor:pointer;font-family:inherit}.customer-detail-data-body .tabs button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.customer-detail-data-body .card{min-height:0;border:1px solid var(--border);border-radius:10px;padding:1rem;background:#00000026;align-self:stretch}.customer-detail-data-body .card h3{margin:0 0 1rem;font-size:1.1rem}.customer-detail-status-in-tab .status-select-in-tab{padding:.6rem 1rem;border:2px solid var(--accent);border-radius:10px;background:#58a6ff1f;color:var(--text);font-size:1rem;font-weight:500;cursor:pointer;width:100%;max-width:280px}.customer-detail-status-in-tab .status-select-in-tab:hover,.customer-detail-status-in-tab .status-select-in-tab:focus{background:#58a6ff2e;outline:none}.form-grid{display:flex;flex-direction:column;gap:.75rem}.form-grid .form-group{display:flex;flex-direction:column;gap:.25rem}.form-grid input,.form-grid select,.form-grid textarea{padding:.5rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text)}.dashboard-page{--dash-bg: #0d1117;--dash-surface: #161b22;--dash-surface2: #21262d;--dash-card-bg: #1a2332;--dash-border: #30363d;--dash-text: #e6edf3;--dash-muted: #8b949e;--dash-accent: #2ea043;--dash-accent-hover: #238636;--dash-glow: rgba(46, 160, 67, .2);--dash-radius: 12px;--dash-radius-sm: 8px;--dash-shadow: 0 4px 24px rgba(0, 0, 0, .3);--dash-transition: .2s ease}.dashboard-page{direction:rtl;padding:0;margin-top:.75rem;display:flex;flex-direction:column;flex:1;min-height:100%;background:transparent;scrollbar-width:none;-ms-overflow-style:none}.dashboard-page::-webkit-scrollbar{display:none}.dashboard-page-loading{background:var(--dash-bg);justify-content:center;align-items:center}.dashboard-page-loading .empty{color:var(--dash-muted)}.dashboard-top-row{display:flex;flex-direction:row;gap:1rem;flex-shrink:0;padding:.75rem 0 1rem;margin-bottom:.5rem;border-bottom:1px solid var(--dash-border)}.dashboard-top-row .dashboard-top-card{flex:1;min-width:0;max-width:200px}.dashboard-top-row-manager{display:grid;grid-template-columns:170px repeat(7,minmax(110px,1fr));gap:1rem;align-items:stretch}.dashboard-top-row-manager .dashboard-top-card{max-width:none;min-width:0}.dashboard-top-row-manager .dashboard-employee-card{width:100%;max-width:none;min-width:0}.dashboard-employee-card{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.5rem 1rem .65rem;min-width:130px;max-width:170px;background:var(--dash-surface);border:1px solid var(--dash-border);border-radius:var(--dash-radius);box-shadow:0 2px 12px #00000026}.dashboard-employee-card-photo-wrap{width:56px;height:56px;border-radius:50%;overflow:hidden;background:var(--dash-bg);border:1px solid var(--dash-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-employee-card-photo{width:82%;height:82%;object-fit:contain}.dashboard-employee-card-initial{font-size:1.25rem;font-weight:700;color:var(--dash-muted);line-height:1}.dashboard-employee-card-name{font-size:.75rem;font-weight:600;color:var(--dash-text);text-align:center;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.dashboard-employee-card-id{font-size:.6875rem;font-weight:500;color:var(--dash-muted);letter-spacing:.02em}.dashboard-employee-card-logout{display:flex;flex-direction:column;align-items:center;gap:.1rem;margin-top:.1rem}.dashboard-employee-card-logout-label{font-size:.625rem;font-weight:500;color:var(--dash-muted);letter-spacing:.02em}.dashboard-employee-card-logout-value{font-size:.625rem;color:var(--dash-text);text-align:center;line-height:1.2}.dashboard-top-form-wrap{flex-shrink:0;width:fit-content;min-width:380px;max-width:480px;padding:.4rem 1rem .75rem;background:var(--dash-surface);border:1px solid var(--dash-border);border-radius:var(--dash-radius);box-shadow:0 2px 12px #00000026}.dashboard-top-form-title{margin:0 0 .25rem;font-size:.9375rem;font-weight:600;color:var(--dash-text);letter-spacing:.01em;text-align:right}.dashboard-top-form{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.dashboard-top-form-cols{display:flex;flex-direction:row;gap:.75rem;align-items:flex-start}.dashboard-top-form-col{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.dashboard-top-form-field{display:flex;flex-direction:column;gap:.25rem;flex-shrink:0;width:100%}.dashboard-top-form-field-label{font-size:.75rem;font-weight:500;color:var(--dash-muted);letter-spacing:.02em;margin-bottom:.02rem}.dashboard-top-form-select,.dashboard-top-form-input{height:34px;padding:0 .6rem;background:var(--dash-bg);border:1px solid var(--dash-border);border-radius:var(--dash-radius-sm);color:var(--dash-text);font-size:.9rem;font-family:inherit;box-sizing:border-box;transition:border-color var(--dash-transition)}.dashboard-top-form-select{width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238b949e' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;padding-right:1.75rem;padding-left:.75rem}.dashboard-top-form-select:focus{outline:none;border-color:var(--dash-accent)}.dashboard-top-form-input{width:100%}.dashboard-top-form-input::placeholder{color:var(--dash-muted)}.dashboard-top-form-input:focus{outline:none;border-color:var(--dash-accent)}.dashboard-top-form-textarea{width:100%;min-height:60px;padding:.4rem .6rem;background:var(--dash-bg);border:1px solid var(--dash-border);border-radius:var(--dash-radius-sm);color:var(--dash-text);font-size:.9rem;font-family:inherit;resize:vertical;box-sizing:border-box;transition:border-color var(--dash-transition)}.dashboard-top-form-textarea::placeholder{color:var(--dash-muted)}.dashboard-top-form-textarea:focus{outline:none;border-color:var(--dash-accent)}.dashboard-top-form-upload{cursor:pointer;display:block;width:100%}.dashboard-top-form-file-input{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.dashboard-top-form-upload-label{display:inline-flex;align-items:center;justify-content:center;width:100%;height:34px;padding:0 .6rem;font-size:.875rem;font-weight:500;color:var(--dash-text);background:var(--dash-bg);border:1px solid var(--dash-border);border-radius:var(--dash-radius-sm);transition:border-color var(--dash-transition),background var(--dash-transition);box-sizing:border-box;cursor:pointer}.dashboard-top-form-upload-label:hover{border-color:var(--dash-accent);background:#2ea04314}.dashboard-top-form-btn{flex-shrink:0;height:34px;padding:0 1rem;font-size:.875rem;font-weight:500;align-self:flex-start}.dashboard-top-form-error{font-size:.85rem;color:#ef4444;margin-top:.25rem}.dashboard-top-form-success{font-size:.85rem;color:#22c55e;margin-top:.25rem}.dashboard-main-row{display:flex;flex-direction:row;gap:1.25rem;flex:1;min-height:0}.dashboard-sections-column{width:280px;flex-shrink:0;align-self:stretch;background:linear-gradient(180deg,var(--dash-surface) 0%,var(--dash-bg) 100%);border:1px solid var(--dash-border);border-radius:var(--dash-radius);padding:1.5rem;box-shadow:var(--dash-shadow);display:flex;flex-direction:column;min-height:0}.dashboard-sections-column .dashboard-sections-nav{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.dashboard-sections-column .dashboard-sections-nav::-webkit-scrollbar{display:none}.dashboard-section-block{margin-bottom:.5rem}.dashboard-section-main-row{display:flex;align-items:center;gap:.4rem;width:100%}.dashboard-section-main{flex:1;min-width:0;padding:.75rem 1.25rem;background:#2d3849;border:1px solid var(--dash-border);border-radius:9999px;color:var(--dash-text);font-size:.9375rem;font-weight:500;cursor:pointer;text-align:center;font-family:inherit;transition:border-color var(--dash-transition),color var(--dash-transition),background var(--dash-transition)}.dashboard-section-main:hover{background:var(--dash-border);border-color:var(--dash-accent);color:var(--dash-accent)}.dashboard-section-delete-btn{flex-shrink:0;width:28px;height:28px;padding:0;border:1px solid var(--dash-border);border-radius:50%;background:var(--dash-bg);color:var(--dash-muted);font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.dashboard-section-delete-btn:hover{background:#ef444433;color:#ef4444;border-color:#ef4444}.dashboard-section-subs{padding:.5rem 0 0 1.25rem;display:flex;flex-direction:column;gap:.4rem;border-right:2px solid transparent;margin-right:-2px}.dashboard-section-sub-row{display:flex;align-items:center;gap:.35rem}.dashboard-section-sub{flex:1;min-width:0;padding:.55rem 1rem;background:#21262d99;border:1px solid rgba(48,54,61,.8);border-radius:8px;color:var(--dash-text);font-size:.875rem;font-weight:500;cursor:pointer;text-align:right;transition:all .22s ease;box-shadow:0 1px 2px #00000014}.dashboard-section-sub:hover{background:#2d3849b3;border-color:var(--dash-accent);color:var(--dash-accent);box-shadow:0 2px 8px #2ea0431f}.dashboard-section-sub.active{background:#2ea0431f;border-color:var(--dash-accent);color:var(--dash-accent);font-weight:600;box-shadow:0 0 0 1px #2ea04340,0 2px 6px #00000026}.dashboard-section-delete-btn-sub{width:24px;height:24px;font-size:1rem;opacity:.7;transition:opacity .2s ease}.dashboard-section-sub-row:hover .dashboard-section-delete-btn-sub{opacity:1}.dashboard-section-sub-add{margin-top:.25rem}.dashboard-section-sub-add-btn,.dashboard-section-add-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;color:var(--dash-muted);transition:all .2s ease}.dashboard-section-sub-add-btn:hover,.dashboard-section-add-btn:hover{color:var(--dash-accent);border-color:var(--dash-accent)}.dashboard-section-add-icon{font-size:1.25rem;font-weight:700;line-height:1}.dashboard-section-add{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--dash-border)}.dashboard-section-add-form{display:flex;flex-direction:column;gap:.5rem}.dashboard-section-add-actions{display:flex;gap:.5rem}.dashboard-content-area{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0;background:linear-gradient(180deg,var(--dash-surface) 0%,var(--dash-bg) 100%);border:1px solid var(--dash-border);border-radius:var(--dash-radius);overflow:hidden;box-shadow:var(--dash-shadow)}.dashboard-content-area .dashboard-filters-bar{flex-shrink:0;margin-bottom:0;border-radius:0;border-left:none;border-right:none;border-top:none;background:#0000001f}.dashboard-filters-bar{width:100%;background:var(--dash-surface);border:1px solid var(--dash-border);border-radius:var(--dash-radius);padding:1rem 1.5rem;margin-bottom:1rem;box-shadow:0 2px 12px #0003}.dashboard-filters-bar-inner{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.25rem;width:100%}.dashboard-filters-group{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;flex:1;min-width:0;justify-content:flex-end}.dashboard-filter-item{display:flex;flex-direction:column;gap:.3rem}.dashboard-filter-item label{font-size:.8rem;font-weight:500;color:var(--dash-muted);letter-spacing:.02em}.dashboard-filter-input{padding:.5rem .875rem;background:var(--dash-bg);border:1px solid var(--dash-border);border-radius:var(--dash-radius-sm);color:var(--dash-text);font-size:.9rem;font-family:inherit;min-width:140px;transition:border-color var(--dash-transition),box-shadow var(--dash-transition)}.dashboard-filter-input:focus{outline:none;border-color:var(--dash-accent);box-shadow:0 0 0 3px var(--dash-glow)}.dashboard-customers-link{display:inline-block;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;color:var(--dash-accent);background:var(--dash-glow);border:1px solid var(--dash-accent);border-radius:var(--dash-radius-sm);text-decoration:none;text-align:center;transition:background var(--dash-transition),border-color var(--dash-transition)}.dashboard-customers-link:hover{background:#2ea04340;color:var(--dash-accent-hover);border-color:var(--dash-accent-hover)}.dashboard-account-wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;flex-shrink:0;gap:.4rem}.dashboard-account-label{font-size:1rem;font-weight:600;color:var(--dash-text);padding:.4rem .75rem;background:var(--dash-card-bg);border:1px solid var(--dash-border);border-radius:var(--dash-radius-sm);letter-spacing:.02em}.dashboard-load-error{padding:2rem;text-align:center;max-width:360px;margin:0 auto}.dashboard-load-error .error-msg{margin-bottom:.5rem}.dashboard-load-error-hint{margin:0 0 1rem;font-size:.9rem;color:var(--dash-muted)}.dashboard-content-inner{flex:1;min-height:160px;background:var(--dash-bg);padding:1rem;overflow:auto;display:flex;flex-direction:column;min-height:0;scrollbar-width:none;-ms-overflow-style:none;position:relative}.dashboard-content-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/logo.png) center no-repeat;background-size:95%;background-position:center;opacity:.08;pointer-events:none;z-index:0}.dashboard-content-inner::-webkit-scrollbar{display:none}.dashboard-content-inner .dashboard-stats-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:1.25rem;width:100%;flex:1;min-height:0;align-content:stretch}.dashboard-content-inner .dashboard-stat-card{min-height:0;width:100%;height:100%}.dashboard-content-inner .dashboard-stats-grid.dashboard-stats-grid--admin{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(140px,auto);flex:0 0 auto;align-content:start}.dashboard-content-inner .dashboard-stats-grid.dashboard-stats-grid--admin .dashboard-stat-card{min-height:140px;height:auto}.dashboard-stat-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:1.25rem 1.125rem;text-decoration:none;background:linear-gradient(145deg,#161b22e6,#21262dd9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--dash-border);border-radius:var(--dash-radius);cursor:pointer;transition:transform var(--dash-transition),border-color var(--dash-transition),box-shadow var(--dash-transition);text-align:right;font-family:inherit}.dashboard-stat-card:hover{border-color:var(--dash-muted);transform:translateY(-3px);box-shadow:0 8px 24px #00000040}.dashboard-stat-card:active,.dashboard-stat-card:focus{outline:none}.dashboard-stat-card:focus-visible{box-shadow:0 0 0 2px var(--dash-glow)}.dashboard-stat-card.active{background:linear-gradient(145deg,#2ea0432e,#2ea0430f);border-color:var(--dash-accent);box-shadow:0 0 0 1px var(--dash-glow),0 8px 24px #2ea0431f}.dashboard-stat-label{font-size:.8125rem;font-weight:500;color:var(--dash-muted);margin-bottom:0;flex-shrink:0;letter-spacing:.02em}.dashboard-stat-value{font-size:1.625rem;font-weight:700;color:var(--dash-text);margin-top:auto;margin-bottom:auto;align-self:center;letter-spacing:-.02em;text-decoration:none;border-bottom:none}.dashboard-stat-card.active .dashboard-stat-value{color:var(--dash-accent)}.dashboard-stat-card-admin{cursor:default}.dashboard-stat-card-display-only{cursor:default;pointer-events:auto}.dashboard-stat-card-display-only:hover{transform:none;border-color:var(--dash-border);box-shadow:none}.dashboard-page .btn{padding:.5rem 1rem;border-radius:10px;font-family:inherit;cursor:pointer;font-size:.9rem;transition:all .2s ease}.dashboard-page .btn-primary{background:var(--dash-accent);color:#fff;border:none}.dashboard-page .btn-primary:hover{background:var(--dash-accent-hover)}@media (max-width: 1200px){.dashboard-content-inner .dashboard-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 900px){.dashboard-main-row{flex-direction:column;gap:1rem}.dashboard-sections-column{width:100%;max-height:280px}.dashboard-content-inner .dashboard-stats-grid{grid-template-columns:1fr}.dashboard-filters-group{width:100%}}.dashboard-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.dashboard-confirm-box{background:var(--dash-surface);border:1px solid var(--dash-border);border-radius:var(--dash-radius);padding:1.5rem;max-width:420px;width:100%;box-shadow:var(--dash-shadow)}.dashboard-confirm-message{margin:0 0 1rem;font-size:.95rem;color:var(--dash-text);line-height:1.5;white-space:pre-line}.dashboard-confirm-message-strict{color:var(--dash-muted)}.dashboard-confirm-actions{display:flex;gap:.75rem;flex-wrap:wrap}.dashboard-confirm-cancel-btn{background:transparent;color:var(--dash-muted);border:1px solid var(--dash-border)}.dashboard-confirm-cancel-form .dashboard-filter-input{margin-bottom:.5rem}.dashboard-confirm-password-input{width:100%;box-sizing:border-box}.dashboard-confirm-error{margin:0 0 .5rem;font-size:.9rem;color:#ef4444}.filtered-results-page{padding:1rem 1.5rem;max-width:1400px;margin:0 auto}.filtered-results-header{margin-bottom:1.25rem}.filtered-results-back{margin-bottom:.75rem;font-size:.9rem}.filtered-results-title{margin:0 0 .35rem;font-size:1.5rem;font-weight:700;color:var(--dash-text, #e2e8f0)}.filtered-results-count{margin:0;font-size:.9rem;color:var(--dash-muted, #94a3b8)}.filtered-results-empty{padding:2rem;text-align:center;background:var(--dash-bg, #1a1f35);border:1px solid var(--dash-border, rgba(255,255,255,.08));border-radius:12px;color:var(--dash-muted, #94a3b8)}.filtered-results-table-wrap{overflow-x:auto;background:var(--dash-bg, #1a1f35);border:1px solid var(--dash-border, rgba(255,255,255,.08));border-radius:12px}.filtered-results-table{width:100%;border-collapse:collapse;font-size:.9rem}.filtered-results-table th,.filtered-results-table td{padding:.65rem .85rem;text-align:right;border-bottom:1px solid var(--dash-border, rgba(255,255,255,.06))}.filtered-results-table th{font-weight:600;color:var(--dash-muted, #94a3b8);background:#0003}.filtered-results-table tbody tr:hover{background:#ffffff08}.filtered-results-notes{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filtered-results-table .btn-sm{font-size:.8rem;padding:.35rem .6rem}:root{--emp-panel-bg: rgba(28, 35, 48, .72);--emp-panel-border: rgba(45, 55, 72, .9);--emp-header-bg: linear-gradient(135deg, rgba(30, 41, 59, .95) 0%, rgba(15, 23, 42, .98) 100%);--emp-accent-strip: 4px solid var(--accent, #58a6ff);--emp-card-bg: rgba(15, 23, 42, .5);--emp-input-bg: rgba(15, 23, 42, .6)}.employees-layout{display:grid;grid-template-columns:400px 25% 1fr;gap:1.5rem;align-items:start;margin-top:1rem}.employees-panel{background:var(--emp-panel-bg);border:1px solid var(--emp-panel-border);border-radius:14px;overflow:hidden;box-shadow:0 8px 32px #00000047,0 1px #ffffff0a inset;display:flex;flex-direction:column;width:100%;min-height:200px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.employees-panel--add-picker-open{overflow:visible}.employees-panel-header{background:var(--emp-header-bg);border-bottom:1px solid var(--emp-panel-border);padding:1rem 1.35rem;font-size:1.08rem;font-weight:700;color:var(--text, #e2e8f0);letter-spacing:.02em;position:relative;flex-shrink:0}.employees-panel--add .employees-panel-header,.employees-panel--accounts .employees-panel-header{border-right:var(--emp-accent-strip)}.employees-panel--view-edit .employees-panel-header{border-right:4px solid rgba(34,197,94,.9)}.employees-panel-body{padding:1.25rem;flex:1}.employees-panel--add{width:400px;min-width:400px;max-width:400px;height:800px;min-height:800px;max-height:800px;flex:none;align-self:start}.employees-panel--accounts,.employees-panel--view-edit{height:auto;align-self:start}.employees-panel--add .employees-panel-body.employees-panel-body--add{display:flex;flex-direction:column;flex:1;min-height:0;height:100%;overflow-y:auto;overflow-x:hidden;padding:1rem 1.25rem;box-sizing:border-box}.employees-panel--add .employees-panel-body.employees-panel-body--add-picker-open{overflow:visible;position:relative}.employees-panel--add .employees-panel-body--add-picker-open .employees-sections-accordion-wrap{position:static}.employees-panel--add .employees-add-form-block{background:transparent;border:none;box-shadow:none;direction:rtl;text-align:right;margin-left:0;margin-right:0;padding:.75rem 0;padding-right:0;padding-left:0;width:100%;box-sizing:border-box}.employees-panel--add .employees-add-field{margin-top:0;margin-bottom:.75rem}.employees-panel--add .employees-add-field:first-child{margin-top:0}.employees-panel--add .employees-add-field .employees-label{font-size:.875rem;margin-bottom:.35rem}.employees-panel--add .employees-add-field .login-input,.employees-panel--add .employees-add-field select.login-input{min-height:2.5rem;padding:.5rem .75rem;font-size:.9rem;text-align:right}.employees-panel--add .employees-sections-accordion-wrap .employees-sections-toggle-btn{min-height:2.5rem;padding:.5rem .75rem;font-size:.9rem}.employees-panel--add .employees-add-form-block .btn-primary{min-height:2.75rem;padding:.6rem 1rem;font-size:.95rem;margin-top:.5rem}.employees-add-form-block{flex-shrink:0;padding:1.35rem 1.35rem .75rem;background:var(--emp-card-bg);border-radius:12px;border:1px solid var(--emp-panel-border);margin:0 1rem .75rem;box-shadow:0 2px 12px #00000026}.employees-add-form-block label{display:block;margin-bottom:.4rem;color:var(--text-muted, #94a3b8);font-size:.875rem;font-weight:500}.employees-add-form-block .login-input{width:100%;margin-bottom:.85rem;padding:.6rem .85rem;font-size:.9rem;border-radius:8px;border:1px solid var(--emp-panel-border);background:var(--emp-input-bg);color:var(--text, #e2e8f0);transition:border-color .2s,box-shadow .2s}.employees-add-form-block .login-input::placeholder{color:var(--text-muted, #94a3b8);opacity:.8}.employees-add-form-block .login-input:focus{border-color:var(--accent, #58a6ff);box-shadow:0 0 0 3px #58a6ff26}.employees-add-form-block select.login-input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.employees-add-form-block .btn-primary{width:100%;margin-top:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;border-radius:10px;border:none;background:linear-gradient(180deg,var(--accent, #58a6ff) 0%,#3b82c9 100%);color:#fff;cursor:pointer;box-shadow:0 4px 14px #58a6ff59;transition:transform .15s,box-shadow .15s}.employees-add-form-block .btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #58a6ff66}.employees-add-form-block .btn-primary:disabled{opacity:.7;cursor:not-allowed}.employees-add-field--priority-1{opacity:1}.employees-add-field--priority-1 .employees-label{color:var(--text, #e2e8f0);font-weight:600}.employees-add-field--priority-1 .login-input{background:#1e293bd9;border-color:#58a6ff59;box-shadow:0 0 0 1px #58a6ff14}.employees-add-field--priority-1 .login-input:focus{box-shadow:0 0 0 3px #58a6ff33}.employees-add-field--identity{opacity:1}.employees-add-field--priority-2.employees-add-rectangle .employees-sections-oval{opacity:1;background:#1e293bcc;border-color:#58a6ff40;box-shadow:0 0 0 1px #58a6ff0f}.employees-add-field--priority-2.employees-add-rectangle .employees-sections-oval:hover{background:#2d3748b3;border-color:#58a6ff66}.employees-add-field--priority-4{opacity:.92}.employees-add-field--priority-4 .employees-label{color:var(--text-muted, #94a3b8);font-weight:500}.employees-add-field--priority-4 .login-input{background:#0f172a80}.employees-add-rectangle{flex:1;min-height:0;overflow-y:auto;padding:.85rem 1.25rem 1.25rem;margin-bottom:.85rem}.employees-add-rectangle--picker-open{overflow:visible}.employees-sections-accordion-wrap{position:relative;margin-bottom:.85rem}.employees-sections-picker-wrap--expand-up{position:absolute;bottom:100%;margin-bottom:.35rem;left:0;right:0;width:100%;max-width:100%;box-sizing:border-box;max-height:min(320px,52vh);overflow-y:auto;z-index:100;padding:10px;background:#0e121a;border:2px solid rgba(96,165,250,.85);border-radius:10px;box-shadow:0 0 0 2px #60a5fa59,0 0 24px #60a5fa66,0 0 100px #60a5fa2e,0 8px 24px #0006}.employees-panel--add .employees-panel-body--add-picker-open .employees-sections-picker-wrap--expand-up{top:0;bottom:12rem;margin-bottom:0;height:auto;max-height:none;min-height:8rem}.employees-sections-picker-wrap--expand-up .employees-sections-picker{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:0 .75rem;border:none;border-radius:0;background:transparent;box-shadow:none;max-height:none;width:100%;box-sizing:border-box}.employees-add-rectangle .employees-sections-picker-wrap--expand-up{margin-left:1rem;margin-right:1rem;width:calc(100% - 2rem);left:0;right:auto}.employees-sections-accordion-wrap .employees-sections-picker-wrap{border:none;box-shadow:none}.employees-panel--accounts{min-height:320px;max-height:85vh}.employees-panel--accounts .employees-panel-body.employees-panel-body--accounts{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;padding:0}.employees-panel--view-edit{min-height:280px;max-height:85vh}.employees-panel--view-edit .employees-panel-body--view-edit{padding:1rem 1.25rem;overflow-y:auto;max-height:70vh;background:transparent;display:flex;flex-direction:column;gap:0}.employees-view-edit-tabs-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--emp-panel-border)}.employees-view-edit-tabs-row .employees-view-edit-tabs{margin-bottom:0}.employees-view-edit-icons-in-header{flex-shrink:0}.employees-view-edit-tabs{flex-shrink:0;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--emp-panel-border)}.employees-view-edit-tabs button{padding:.5rem 1rem;border:1px solid var(--emp-panel-border);background:transparent;color:var(--text-muted, #94a3b8);border-radius:8px;font-size:.875rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.employees-view-edit-tabs button:hover{background:#ffffff0f;color:var(--text, #e2e8f0);border-color:var(--emp-panel-border)}.employees-view-edit-tabs button.active{background:var(--accent, #58a6ff);color:#fff;border-color:var(--accent, #58a6ff)}.employees-view-edit-tab-content{flex:1;min-height:0;overflow-y:auto}.employees-view-edit-placeholder{margin:0;padding:1.5rem 0;text-align:center;color:var(--text-muted, #94a3b8);font-size:.95rem}.employees-view-edit-empty{padding:.5rem 0}.employees-view-edit-empty .employees-hint{font-size:.85rem;margin-top:.5rem;opacity:.9}.employees-panel--view-edit .employees-sections-picker{border:none;border-radius:0;background:transparent;box-shadow:none;padding:.5rem 0 .75rem;margin-bottom:.75rem}.employees-panel--view-edit .employees-section-group{margin-bottom:.5rem}.employees-view-edit-info-fields{flex:1;min-width:0;display:flex;flex-direction:column;gap:0;text-align:right}.employees-view-edit-info-fields .employees-view-edit-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem;min-height:0}.employees-view-edit-info-fields .employees-view-edit-group:last-of-type{margin-bottom:0}.employees-view-edit-info-fields .employees-view-edit-group label{font-size:.8rem;font-weight:600;color:var(--text-muted, #94a3b8);letter-spacing:.01em;display:block}.employees-view-edit-info-fields .employees-view-edit-group .employees-view-edit-value,.employees-view-edit-info-fields .employees-view-edit-group .login-input{font-size:.95rem;color:var(--text, #e2e8f0);line-height:1.45;min-height:2rem}.employees-view-edit-info-fields .employees-view-edit-group .employees-view-edit-value{padding:.25rem 0}.employees-view-edit-info-fields .employees-view-edit-group .login-input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--emp-panel-border);background:var(--emp-input-bg);box-sizing:border-box}.employees-view-edit-info-fields .employees-view-edit-group .login-input:focus{outline:none;border-color:var(--accent)}.employees-view-edit-info-fields .employees-view-edit-sections-label{margin-top:.25rem;margin-bottom:.5rem}.employees-view-edit-info-fields .employees-sections-picker{margin-bottom:0}.employees-activity-fixed-box{height:420px;min-height:420px;max-height:420px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.employees-activity-fixed-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/logo.png) center / 75% no-repeat;opacity:.12;pointer-events:none;z-index:0}.employees-activity-fixed-box>*{position:relative;z-index:1}.employees-activity-wrap{display:flex;flex-direction:column;height:420px;min-height:420px;max-height:420px;gap:0;text-align:right;overflow:hidden;flex-shrink:0;position:relative}.employees-activity-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/logo.png) center / 75% no-repeat;opacity:.12;pointer-events:none;z-index:0}.employees-activity-wrap>*{position:relative;z-index:1}.employees-activity-top{flex:4;min-height:0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:0}.employees-activity-top .employees-activity-col{display:flex;flex-direction:column;gap:0;padding:0 1.5rem;min-width:0}.employees-activity-top .employees-activity-col:first-child{position:relative;padding-left:0;padding-left:1.5rem;padding-bottom:11rem}.employees-activity-top .employees-activity-col:first-child:before{content:"";position:absolute;inset-inline-end:0;top:0;width:1px;height:calc(100% - 10rem);background:#94a3b859}.employees-activity-top .employees-activity-col:nth-child(2){position:relative;padding-left:1.5rem;padding-bottom:11rem}.employees-activity-top .employees-activity-col:nth-child(2):before{content:"";position:absolute;inset-inline-end:0;top:0;width:1px;height:calc(100% - 10rem);background:#94a3b859}.employees-activity-line{flex-shrink:0;width:100%;height:0;border-bottom:2px solid rgba(148,163,184,.5);margin-top:-2rem}.employees-activity-bottom{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center;padding-top:2.25rem;padding-bottom:.5rem;margin-top:.5rem}.employees-activity-bottom .employees-view-edit-group{margin-bottom:0}.employees-activity-progress-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;flex:1;min-height:0;padding:0 .5rem}.employees-activity-progress-item{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex:1;min-width:0}.employees-activity-progress-circle{position:relative;width:min(4.5rem,18vw);height:min(4.5rem,18vw);flex-shrink:0}.employees-activity-progress-circle svg{transform:rotate(-90deg);width:100%;height:100%}.employees-activity-progress-bg{fill:none;stroke:#94a3b833;stroke-width:2.5}.employees-activity-progress-fill{fill:none;stroke:#3a86ffb3;stroke-width:2.5;stroke-linecap:round;transition:stroke-dasharray .4s ease}.employees-activity-progress-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:min(.7rem,2.5vw);font-weight:600;color:var(--text, #e2e8f0)}.employees-activity-progress-label{font-size:min(.7rem,2.5vw);color:var(--text-muted, #94a3b8);text-align:center}.employees-activity-datetime-row{display:flex;justify-content:space-between;width:100%}.employees-view-edit-split{display:flex;flex-direction:row;gap:0;flex:1;min-height:0;margin-bottom:1rem}.employees-view-edit-col{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;padding:0 .5rem;box-sizing:border-box;text-align:right}.employees-view-edit-col .employees-view-edit-group{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;min-height:2.25rem}.employees-view-edit-col .employees-view-edit-group label{font-size:.8rem;font-weight:600;color:var(--text-muted, #94a3b8);display:block}.employees-view-edit-col .employees-view-edit-group>div,.employees-view-edit-col .employees-view-edit-group .login-input{font-size:.9rem;color:var(--text, #e2e8f0);min-height:1.75rem}.employees-view-edit-col .employees-view-edit-group .login-input{width:100%;padding:.4rem .6rem;border-radius:6px;border:1px solid var(--emp-panel-border);background:var(--emp-input-bg)}.employees-view-edit-col .employees-view-edit-group .login-input:focus{outline:none;border-color:var(--accent)}.employees-view-edit-vline{width:1px;min-width:1px;height:12rem;align-self:flex-start;background:var(--emp-panel-border);flex-shrink:0}.employees-view-edit-with-avatar>.employees-view-edit-split{flex:1;min-width:0}.employees-view-edit-avatar-block{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.75rem}.employees-view-edit-icons{display:flex;align-items:center;justify-content:center;gap:.35rem}.employees-view-edit-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--emp-panel-border);border-radius:8px;background:transparent;color:var(--text-muted, #94a3b8);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.employees-view-edit-icon-btn:hover{background:#ffffff14;color:var(--text, #e2e8f0);border-color:var(--emp-panel-border)}.employees-view-edit-icon-btn:disabled{opacity:.6;cursor:not-allowed}.employees-view-edit-form-wrap{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.employees-view-edit-form-wrap .employees-view-edit-split{margin-bottom:0}.employees-view-edit-sections-label{margin-bottom:.25rem}.employees-view-edit-sections-inline{margin-bottom:0}.employees-view-edit-with-avatar{display:flex;flex-direction:row;gap:1.25rem;align-items:stretch;margin-bottom:1rem;min-height:420px}.employees-view-edit-info-content{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;gap:1rem}.employees-view-edit-with-avatar .employees-view-edit-form-wrap{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;gap:1rem;margin-bottom:0}.employees-view-edit-with-avatar .employees-view-edit-form-wrap .employees-view-edit-info-grid{margin-bottom:0}.employees-view-edit-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem 2rem;text-align:right;align-items:start}.employees-view-edit-info-grid--two-cols{grid-template-columns:1fr 1fr;gap:0 1.5rem}.employees-view-edit-info-grid--two-cols .employees-view-edit-info-col:first-child{border-left:1px solid rgba(148,163,184,.35);padding-left:1.5rem}.employees-view-edit-info-col{display:flex;flex-direction:column;gap:0;min-width:0;min-height:0}.employees-view-edit-info-col .employees-view-edit-group .login-input,.employees-view-edit-info-col .employees-view-edit-group .employees-view-edit-value{min-height:2.25rem;box-sizing:border-box}.employees-view-edit-info-grid .employees-view-edit-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.employees-view-edit-info-grid .employees-view-edit-group:last-child{margin-bottom:0}.employees-view-edit-info-grid .employees-view-edit-group label{font-size:.8rem;font-weight:600;color:var(--text-muted, #94a3b8);letter-spacing:.01em}.employees-view-edit-info-grid .employees-view-edit-group .employees-view-edit-value,.employees-view-edit-info-grid .employees-view-edit-group .login-input{font-size:.95rem;color:var(--text, #e2e8f0);line-height:1.45;min-height:2.25rem}.employees-view-edit-info-grid .employees-view-edit-group .employees-view-edit-value{padding:.3rem 0}.employees-view-edit-value--command-password[role=button]{cursor:pointer;padding:.4rem .5rem;border-radius:6px;transition:background .15s}.employees-view-edit-value--command-password[role=button]:hover{background:#ffffff0f}.employees-view-edit-value--password-hidden{font-size:.85rem;color:var(--text-muted, #94a3b8);font-style:italic}.employees-view-edit-info-grid .employees-view-edit-group .login-input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--emp-panel-border);background:var(--emp-input-bg);box-sizing:border-box}.employees-view-edit-info-grid .employees-view-edit-group .login-input:focus{outline:none;border-color:var(--accent)}.employees-view-edit-field-disabled{opacity:.7;cursor:not-allowed}.employees-view-edit-current-password{background:transparent;color:var(--text, #e2e8f0);font-weight:500;padding:0;border:none;display:inline-block}.employees-view-edit-password-masked{opacity:.85;color:var(--text-muted, #94a3b8);cursor:not-allowed;letter-spacing:.15em}.employees-view-edit-hint{font-size:.75rem;color:var(--text-muted, #94a3b8);margin-top:.15rem}.employees-permissions-ovals{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--emp-panel-border);display:flex;flex-direction:column;gap:.4rem;align-items:stretch;width:100%}.employees-permission-oval{display:block;width:100%;box-sizing:border-box;padding:.35rem .75rem;border-radius:999px;font-size:.78rem;font-weight:500;transition:box-shadow .2s,background .2s,border-color .2s;text-align:right}.employees-permission-oval--active{color:var(--text, #e2e8f0);background:#3a86ff47;border:1px solid rgba(58,134,255,.5);box-shadow:0 0 10px #3a86ff66}.employees-permission-oval--inactive{color:var(--text-muted, #94a3b8);background:#1e293b80;border:1px solid var(--emp-panel-border);box-shadow:none}.employees-permission-oval[role=button]{cursor:pointer}.employees-permission-oval[role=button]:hover.employees-permission-oval--inactive{background:#3a86ff1a;border-color:#3a86ff4d}.employees-view-edit-departments-block{width:100%;padding:1rem 1rem 1.75rem;min-height:5.5rem;border:1px solid var(--emp-panel-border);border-radius:8px;background:#1e293b40;box-sizing:border-box}.employees-view-edit-form-wrap .employees-view-edit-departments-block{flex:1;min-height:12rem;display:flex;flex-direction:column}.employees-view-edit-form-wrap .employees-view-edit-departments-block .employees-view-edit-departments-two-cols{flex:1;min-height:0}.employees-view-edit-info-fields .employees-view-edit-departments-block{flex:1;min-height:12rem;display:flex;flex-direction:column}.employees-view-edit-info-fields .employees-view-edit-departments-block .employees-view-edit-departments-two-cols{flex:1;min-height:0}.employees-view-edit-departments-head{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--emp-panel-border);font-size:.8rem;font-weight:600;color:var(--text-muted, #94a3b8)}.employees-view-edit-departments-head-sub{text-align:right}.employees-view-edit-departments-grid{display:flex;flex-direction:column;gap:.5rem}.employees-section-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.employees-section-main{display:flex;align-items:center;gap:.5rem}.employees-section-subs{display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center}.employees-section-item.employees-section-disabled{opacity:.5;cursor:not-allowed}.employees-view-edit-no-subs{font-size:.9rem;color:var(--text-muted)}.employees-view-edit-departments-empty{margin:0;font-size:.9rem;color:var(--text-muted)}.employees-view-edit-departments-view-label{font-size:.8rem;font-weight:600;color:var(--text-muted, #94a3b8);margin-bottom:.35rem}.employees-view-edit-departments-view{font-size:.95rem;color:var(--text, #e2e8f0);line-height:1.5}.employees-view-edit-departments-head--view{border-bottom:1px solid var(--emp-panel-border);margin-bottom:.75rem;padding-bottom:.5rem}.employees-view-edit-departments-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.employees-view-edit-departments-col{display:flex;flex-direction:column;gap:.4rem}.employees-view-edit-departments-pills{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.employees-view-edit-dept-pill{display:inline-block;padding:.35rem .85rem;border-radius:999px;font-size:.85rem;font-weight:500;color:var(--text, #e2e8f0);background:#3a86ff40;box-shadow:0 0 12px #3a86ff59;border:1px solid rgba(58,134,255,.45)}.employees-view-edit-dept-pill--removable{display:inline-flex;align-items:center;gap:.35rem;padding-right:.5rem}.employees-view-edit-dept-pill-remove{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;padding:0;border:none;border-radius:50%;background:#ef444480;color:#fff;font-size:1rem;line-height:1;cursor:pointer}.employees-view-edit-dept-pill-remove:hover{background:#ef4444cc}.employees-view-edit-departments-add-row{margin-top:.75rem;padding-top:.5rem;border-top:1px solid var(--emp-panel-border)}.employees-view-edit-add-section-btn{padding:.35rem .75rem;border:1px dashed rgba(58,134,255,.6);border-radius:6px;background:#3a86ff1a;color:var(--accent, #3a86ff);font-size:.85rem;cursor:pointer}.employees-view-edit-add-section-btn:hover{background:#3a86ff33}.employees-view-edit-departments-available{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--emp-panel-border)}.employees-view-edit-departments-col--main .employees-view-edit-departments-available{border-top:1px solid var(--emp-panel-border)}.employees-view-edit-departments-available .employees-view-edit-departments-head-main{display:block;margin-bottom:.5rem}.employees-view-edit-dept-add-btn{display:block;width:100%;max-width:14rem;padding:.35rem .6rem;margin-bottom:.35rem;border:1px solid var(--emp-panel-border);border-radius:6px;background:#1e293b66;color:var(--text, #e2e8f0);font-size:.85rem;text-align:right;cursor:pointer}.employees-view-edit-dept-add-btn:hover{background:#3a86ff26;border-color:#3a86ff66}.employees-view-edit-departments-block--edit .employees-view-edit-departments-pills{flex-direction:column;align-items:flex-start}.employees-view-edit-with-avatar .employees-view-edit-form-wrap,.employees-view-edit-with-avatar .employees-view-edit-split,.employees-view-edit-with-avatar .employees-view-edit-info-fields{flex:1;min-width:0;min-height:0;margin-bottom:0}.employees-view-edit-avatar-col{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.25rem}.employees-view-edit-identity-label{margin:0;font-size:.75rem;font-weight:600;color:var(--text-muted, #94a3b8);text-align:center}.employees-view-edit-avatar-wrap{flex-shrink:0;width:6.25rem;height:6.25rem;border-radius:50%;border:2px solid var(--emp-panel-border);overflow:hidden;background:#1e293b99;display:flex;align-items:center;justify-content:center}.employees-view-edit-account-id{margin:0;font-size:.8rem;font-weight:600;color:var(--text-muted, #94a3b8);text-align:center;line-height:1.2}.employees-view-edit-avatar-col-divider{width:100%;height:1px;margin:.5rem 0;background:#94a3b859;flex-shrink:0}.employees-view-edit-permissions-label{font-size:.95rem;font-weight:700;color:var(--text, #e2e8f0);margin:.35rem 0 .5rem;text-align:center;letter-spacing:.02em}.employees-view-edit-avatar-img{width:100%;height:100%;object-fit:cover}.employees-view-edit-avatar-img.employees-view-edit-avatar-logo{object-fit:contain;padding:.35rem}.employees-accounts-list{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 1rem 1rem;margin:0;background:transparent}.employees-panel--accounts .employees-accounts-table-wrap{margin:0;border:none;border-radius:0;background:transparent;overflow:visible}.employees-panel--accounts table{width:100%;border-collapse:collapse;font-size:.9rem}.employees-panel--accounts table thead th{background:transparent;color:var(--text-muted, #94a3b8);font-weight:600;font-size:.8rem;text-align:center;padding:.6rem .75rem .5rem;border-bottom:1px solid var(--emp-panel-border)}.employees-panel--accounts table tbody td{padding:.6rem .75rem;border-bottom:1px solid rgba(45,55,72,.35);color:var(--text, #e2e8f0);transition:background .15s;text-align:left}.employees-panel--accounts table tbody tr:hover{background:#ffffff0a}.employees-panel--accounts table tbody tr.employees-row-selected,.employees-panel--accounts table tbody tr.employees-row-selected:hover{background:#58a6ff1a}.employees-panel--accounts table tbody tr.employees-row-selected td{color:var(--text, #e2e8f0)}.employees-panel--accounts table tbody tr:last-child td{border-bottom:none}.employees-account-expand{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;margin-left:.35rem;padding:0;border:none;border-radius:6px;background:#ffffff0f;color:var(--text-muted, #94a3b8);font-size:.7rem;cursor:pointer;vertical-align:middle;transition:background .15s,color .15s}.employees-account-expand:hover{background:#58a6ff33;color:var(--accent, #58a6ff)}.employees-account-name{vertical-align:middle}.employees-account-name-btn{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-align:right;vertical-align:middle}.employees-account-name-btn:hover{text-decoration:underline}.employees-account-row--child td{padding-right:1.5rem;padding-top:.45rem;padding-bottom:.45rem;font-size:.85rem;border-bottom-color:#2d374866}.employees-account-row--child td:last-child{padding-right:2rem}.employees-account-child-name{opacity:.92}.employees-sections-oval{display:block;width:100%;padding:.75rem 1.15rem;margin-bottom:.85rem;border-radius:999px;border:1px solid var(--emp-panel-border);background:var(--emp-input-bg);color:var(--text, #e2e8f0);font-size:.9rem;font-weight:500;cursor:pointer;text-align:center;transition:background .2s,border-color .2s,color .2s}.employees-sections-toggle-btn{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding:.75rem 1.15rem;border-radius:8px}.employees-sections-title{pointer-events:none}.employees-sections-oval:hover{background:#2d374899;border-color:var(--accent, #58a6ff);color:var(--accent, #58a6ff)}.employees-sections-oval[aria-expanded=true]{background:#58a6ff26;border-color:var(--accent, #58a6ff);color:var(--accent, #58a6ff);cursor:pointer}.employees-sections-oval[aria-expanded=true]:hover{background:#58a6ff40}.employees-sections-picker-wrap{margin-bottom:1rem}.employees-sections-picker{padding:1.1rem;border:1px solid var(--emp-panel-border);border-radius:12px 12px 0 0;border-bottom:none;background:#0f172a99;max-height:220px;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.employees-sections-hide-btn{display:block;width:100%;margin-top:0;border-radius:0 0 12px 12px;border:1px solid var(--emp-panel-border);border-top:1px dashed var(--emp-panel-border);background:#1e293bb3;font-weight:600}.employees-sections-hide-btn:hover{background:#2d3748cc;border-color:var(--accent, #58a6ff);color:var(--accent, #58a6ff)}.employees-section-group{margin-bottom:.75rem}.employees-section-group:last-child{margin-bottom:0}.employees-sections-picker-wrap .employees-section-group.employees-section-tile{background:#1a202c;min-height:3.5rem;overflow:visible;padding:10px 12px;width:100%;box-sizing:border-box}.employees-sections-picker-wrap .employees-section-main-row{position:relative;min-height:2.75rem;padding:.6rem .75rem;align-items:center;justify-content:center;width:100%;box-sizing:border-box}.employees-sections-picker-wrap .employees-section-main-row--has-subs{cursor:pointer}.employees-sections-picker-wrap .employees-section-main-row .employees-section-row-title{position:absolute;left:50%;transform:translate(-50%);font-size:.95rem;line-height:1.5;white-space:normal;padding:.25rem .5rem;text-align:center;pointer-events:none;max-width:calc(100% - 4rem);overflow:visible;word-break:break-word}.employees-section-tile{background:#ffffff0f;border:1px solid rgba(255,255,255,.28);border-radius:14px;padding:14px 16px;overflow:hidden;text-align:center}.employees-section-tile:hover{border-color:#fff6}.employees-section-tile--selected{background:#56a0ff38;border:1px solid rgba(86,160,255,.55);box-shadow:0 0 0 1px #56a0ff40 inset}.employees-section-tile--selected:hover{border-color:#56a0ffb3}.employees-section-tile--sub{background:#00000085;border:1px solid rgba(255,255,255,.22);border-radius:14px;padding:14px 16px;text-align:center;margin-bottom:0}.employees-section-tile--sub:hover{border-color:#ffffff59}.employees-section-tile--sub.employees-section-tile--selected{background:#56a0ff38;border:1px solid rgba(86,160,255,.55);box-shadow:0 0 0 1px #56a0ff40 inset}.employees-sections-picker-wrap .employees-section-group.employees-section-tile.employees-section-tile--selected{background:#121a26;border:1px solid rgba(86,160,255,.55);box-shadow:0 0 0 1px #56a0ff40 inset}.employees-section-main-row{position:relative;width:100%;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;cursor:pointer}.employees-section-main-row .employees-section-row-label{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:0 0 auto;min-width:0;cursor:pointer;padding:0}.employees-section-main-row .employees-section-row-label--checkbox-only{flex:0 0 auto}.employees-section-main-row .employees-section-row-title{flex:1;min-width:0;text-align:center;padding:0 .5rem}.employees-sections-picker-wrap .employees-section-main-row--expanded{border-bottom:1px solid rgba(96,165,250,.4);box-shadow:0 -1px #60a5fa26}.employees-sections-picker-wrap .employees-section-main-select-circle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1.15rem;height:1.15rem;border-radius:50%;border:1.5px solid rgba(148,163,184,.85);background:transparent;padding:0;margin:0;cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s,box-shadow .15s}.employees-sections-picker-wrap .employees-section-main-row--has-subs .employees-section-main-select-circle{right:3.25rem}.employees-sections-picker-wrap .employees-section-main-select-circle:hover{border-color:#60a5facc}.employees-sections-picker-wrap .employees-section-main-select-circle--selected{background:#3b82f6e6;border-color:#60a5faf2;box-shadow:0 0 0 1px #60a5fa66}.employees-sections-picker-wrap .employees-section-main-select-circle--selected:hover{background:#60a5faf2}.employees-sections-picker-wrap .employees-section-main-expand{position:absolute;right:0;top:0;bottom:0;width:3rem;padding:0;margin:0;border:none;background:transparent;opacity:0;cursor:pointer}.employees-section-subs-wrap{margin-top:10px;margin-right:0;display:grid;gap:10px}.employees-sections-picker-wrap input[type=checkbox],.employees-sections-picker-wrap .employees-section-dot{display:none}.employees-sections-picker-wrap .employees-section-tile--sub{padding:14px 16px;cursor:pointer}.employees-section-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.35rem 0;font-size:.9rem}.employees-section-item.employees-section-sub{padding-right:1.25rem}.employees-section-item.employees-section-sub--disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.employees-section-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent, #58a6ff);flex-shrink:0}.employees-title{margin-top:0;margin-bottom:.5rem}.employees-msg{margin-bottom:1rem}.employees-muted{color:var(--text-muted, rgba(226, 232, 240, .7));font-size:.9rem}.employees-label{display:block;margin-bottom:.35rem;color:var(--text-muted);font-size:.9rem}.employees-add-form-block .employees-label+.login-input{margin-bottom:.75rem}.employees-add-dept{display:flex;gap:.5rem;margin-top:1rem;align-items:center}.employees-add-dept .login-input{flex:1}.employees-uploads-tab{padding:.5rem 0;text-align:right}.employees-uploads-tab-head{display:grid;grid-template-columns:1fr 120px 80px 70px;gap:.75rem;padding:.5rem .75rem;font-size:.85rem;font-weight:700;color:var(--text-muted, #94a3b8);border-bottom:1px solid var(--emp-panel-border, rgba(45, 55, 72, .9));margin-bottom:.25rem}.employees-uploads-tab-row{display:grid;grid-template-columns:1fr 120px 80px 70px;gap:.75rem;padding:.5rem .75rem;font-size:.9rem;color:var(--text, #e2e8f0);border-bottom:1px solid rgba(45,55,72,.4)}.employees-uploads-tab-row:hover{background:#1e293b66}.employees-uploads-tab-col{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employees-uploads-tab-col:first-child{white-space:nowrap;min-width:0}.employees-uploads-tab-head--with-delete,.employees-uploads-tab-row--with-delete{grid-template-columns:1fr 120px 80px 70px 44px}.employees-uploads-tab-col--status{display:flex;align-items:center}.employees-uploads-download{display:inline-flex;align-items:center;gap:.35rem;color:var(--accent, #58a6ff);font-size:.85rem;cursor:pointer;border:none;background:none;padding:0;font:inherit}.employees-uploads-download:hover{text-decoration:underline}.employees-uploads-view-only{font-size:.85rem;color:var(--text-muted, #94a3b8);cursor:default}.employees-uploads-upload-section{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--emp-panel-border, rgba(45, 55, 72, .9))}.employees-uploads-upload-label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:600;color:var(--text-muted, #94a3b8)}.employees-uploads-upload-picker{display:flex;flex-direction:row;align-items:center;gap:.75rem;border:1px solid var(--emp-panel-border, rgba(45, 55, 72, .9));border-radius:8px;padding:.5rem .75rem;background:#0f172a80;min-height:2.5rem}.employees-uploads-file-input-hidden{position:absolute;width:0;height:0;opacity:0;overflow:hidden;pointer-events:none}.employees-uploads-upload-hint{flex:1;min-width:0;font-size:.9rem;color:var(--text-muted, #94a3b8)}.employees-uploads-upload-btn{flex-shrink:0;cursor:pointer;margin:0}.employees-deleted-tab .employees-deleted-status{font-size:.85rem;color:var(--text-muted, #94a3b8);cursor:default}.employees-deleted-tab-head{display:grid;grid-template-columns:1fr 120px 80px 70px 100px;gap:.75rem;padding:.5rem .75rem;font-size:.85rem;font-weight:700;color:var(--text-muted, #94a3b8);border-bottom:1px solid var(--emp-panel-border, rgba(45, 55, 72, .9));margin-bottom:.25rem}.employees-deleted-tab-row{display:grid;grid-template-columns:1fr 120px 80px 70px 100px;gap:.75rem;padding:.5rem .75rem;font-size:.9rem;color:var(--text, #e2e8f0);border-bottom:1px solid rgba(45,55,72,.4)}.employees-deleted-tab-row:hover{background:#1e293b66}.employees-deleted-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.employees-deleted-actions .employees-uploads-download{padding:0}.employees-deleted-actions .employees-uploads-trash-btn{display:inline-flex;align-items:center;gap:.25rem}.employees-deleted-permanent-label{font-size:.75rem}.employees-uploads-download-icon{width:18px;height:18px;flex-shrink:0}.employees-uploads-tab-col--action{display:flex;align-items:center;justify-content:center}.employees-uploads-trash-btn{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;background:transparent;border:none;color:var(--text-muted, #94a3b8);cursor:pointer;border-radius:6px}.employees-uploads-trash-btn:hover{color:#f87171;background:#f871711f}.employees-view-edit-with-avatar .employees-view-edit-info-grid .employees-view-edit-group label{overflow-wrap:break-word;word-wrap:break-word;min-width:0}.employees-view-edit-with-avatar .employees-view-edit-info-grid .employees-view-edit-group .employees-view-edit-value{word-break:break-word;overflow-wrap:break-word;min-width:0}.employees-view-edit-with-avatar .employees-view-edit-info-grid .employees-view-edit-group,.employees-view-edit-with-avatar .employees-view-edit-avatar-col{gap:.5rem}.employees-view-edit-with-avatar .employees-view-edit-departments-block .employees-view-edit-departments-head{text-align:right}.employees-view-edit-with-avatar .employees-view-edit-info-col.employees-view-edit-info-col--divider{padding-right:.25rem}@media (max-width: 1200px){.employees-layout{grid-template-columns:1fr}}.deleted-page{direction:rtl;padding:1rem 1.25rem;flex:1;min-height:0;display:flex;flex-direction:column;background:transparent}.deleted-page-loading{justify-content:center;align-items:center}.deleted-page-loading .empty,.deleted-page .empty{color:var(--cust-muted, #8b9cb5)}.deleted-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.deleted-header-right{flex:1;min-width:0}.deleted-header-left{display:flex;flex-direction:row;gap:.5rem;margin-inline-start:auto}.deleted-nav-btn{text-decoration:none;color:var(--cust-muted, #8b9cb5)}.deleted-nav-btn:hover{color:var(--cust-text, #e8edf5)}.deleted-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:var(--cust-text, #e8edf5)}.deleted-desc{margin:0;font-size:.9rem;color:var(--cust-muted, #8b9cb5)}.deleted-alert{padding:.75rem 1rem;margin-bottom:1rem;background:#fbbf2426;border:1px solid rgba(251,191,36,.45);border-radius:8px;color:#fcd34d;font-size:.9rem}.deleted-error{padding:.75rem 1rem;margin-bottom:1rem;background:#ef444426;border:1px solid rgba(239,68,68,.4);border-radius:8px;color:#fca5a5}.deleted-table-wrap{overflow:auto;flex:1;min-height:0}.deleted-table{width:100%;border-collapse:collapse;font-size:.9rem}.deleted-table th,.deleted-table td{padding:.6rem .75rem;text-align:right;border-bottom:1px solid var(--cust-border, rgba(255, 255, 255, .12))}.deleted-table th{font-weight:600;color:var(--cust-muted, #8b9cb5);background:var(--cust-surface, #1a2332)}.deleted-table td{color:var(--cust-text, #e8edf5)}.deleted-table .btn-sm{padding:.35rem .6rem;font-size:.8rem}.deleted-table .btn-danger{background:#ef444433;color:#fca5a5;border-color:#ef444480}.deleted-table .btn-danger:hover{background:#ef444459}.deleted-page .customers-filter-select,.deleted-page select.customers-filter-select{background:#0d1b33;color:var(--cust-text, #e8edf5);border-color:#18c3d8;width:56px;min-width:56px;height:32px;padding:0 18px 0 8px;border-radius:10px;font-size:15px;line-height:1}.deleted-page .customers-filter-select option,.deleted-page select.customers-filter-select option{background:#0a1324;color:var(--cust-text, #e8edf5)}.deleted-page .customers-filter-select option:checked,.deleted-page select.customers-filter-select option:checked{background:#2f74d0;color:#fff}.deleted-th-actions,.deleted-td-actions{white-space:nowrap;text-align:left!important;width:1%}.login-index-page{--login-index-header-bg: #11161e;padding:1.25rem 1.5rem;height:100%;display:flex;flex-direction:column;min-height:0}.login-index-layout{flex:1;display:flex;gap:1rem;min-height:0}.login-index-main{flex:3;min-width:0;display:flex;flex-direction:column;overflow:hidden}.login-index-main .login-index-table-wrap{flex:1;min-height:0;overflow:auto;margin-top:1rem}.login-index-header{padding:1rem 1.25rem;background:var(--login-index-header-bg, #141c24);border:1px solid var(--dash-border, #30363d);border-radius:10px;border-inline-start:4px solid #2d3748}.login-index-title{margin:0 0 .4rem;font-size:1.4rem;font-weight:700;color:var(--dash-text, #e6edf3);letter-spacing:-.02em}.login-index-desc{margin:0;font-size:.9rem;color:var(--dash-muted, #94a3b8);line-height:1.5}.login-index-loading,.login-index-error{text-align:center;padding:2rem;color:var(--dash-muted, #8b949e)}.login-index-error{color:var(--dash-error, #f85149)}.login-index-table-wrap{overflow-x:auto;border:1px solid var(--dash-border, #30363d);border-radius:var(--dash-radius, 8px);background:var(--dash-surface, #161b22)}.login-index-table{width:100%;border-collapse:collapse;font-size:.9rem}.login-index-table th,.login-index-table td{padding:.65rem 1rem;text-align:right;border-bottom:1px solid var(--dash-border, #30363d)}.login-index-table th{font-weight:600;color:var(--dash-muted, #8b949e);background:var(--login-index-header-bg, #141c24)}.login-index-table tbody tr:last-child td{border-bottom:none}.login-index-table tbody tr:hover td{background:#ffffff08}.login-index-empty{text-align:center;color:var(--dash-muted, #8b949e);padding:1.5rem}.login-index-files-section{flex:1;min-width:0;display:flex;flex-direction:column;border:1px solid var(--dash-border, #30363d);border-radius:var(--dash-radius, 8px);background:var(--dash-surface, #161b22);padding:1rem;overflow:hidden}.login-index-files-section .login-index-files-table-wrap{flex:1;min-height:0;overflow:auto;border:none;background:transparent}.login-index-files-title{margin:0 0 .4rem;font-size:1.15rem;font-weight:600;color:var(--dash-text, #e6edf3)}.login-index-files-desc{margin:0 0 1rem;font-size:.85rem;color:var(--dash-muted, #8b949e)}.login-index-files-table-wrap{overflow-x:auto;border:1px solid var(--dash-border, #30363d);border-radius:var(--dash-radius, 8px);background:var(--dash-surface, #161b22)}.login-index-btn{padding:.4rem .75rem;font-size:.85rem;font-family:inherit;border-radius:6px;cursor:pointer;transition:opacity .15s}.login-index-btn:hover{opacity:.9}.login-index-btn-download{background:#22c55e33;border:1px solid rgba(34,197,94,.4);color:#4ade80}.login-index-btn-delete{background:#ef444433;border:1px solid rgba(239,68,68,.4);color:#f87171}.messages-page{height:100%;display:flex;flex-direction:column;min-height:0}.messages-page-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600}.messages-layout{flex:1;display:flex;gap:1rem;min-height:0;overflow:hidden}.messages-sidebar{width:280px;flex-shrink:0;background:#1a1f2e;border:1px solid #2d3748;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;min-height:0}.messages-sidebar-title{margin:0;padding:.75rem 1rem;font-size:.95rem;font-weight:600;border-bottom:1px solid #2d3748;flex-shrink:0}.messages-sidebar-scroll{flex:1;min-height:0;overflow-y:auto}.messages-thread-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}.messages-thread-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:.75rem 1rem;border:none;background:none;color:#e2e8f0;font-family:inherit;font-size:.9rem;text-align:right;cursor:pointer;border-bottom:1px solid rgba(45,55,72,.6);transition:background .15s}.messages-thread-item:hover{background:#ffffff0a}.messages-thread-item.active{background:#58a6ff1f}.messages-thread-label{font-weight:600;margin-bottom:.25rem}.messages-thread-preview{font-size:.8rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.messages-thread-meta{font-size:.75rem;color:#64748b;margin-top:.25rem}.messages-thread-badge{position:absolute;top:.5rem;left:.5rem;background:#22c55e;color:#fff;font-size:.7rem;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.messages-thread-item{position:relative}.messages-main{flex:1;display:flex;flex-direction:column;background:#1a1f2e;border:1px solid #2d3748;border-radius:8px;overflow:hidden;min-width:0}.messages-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#94a3b8;text-align:center;gap:1.5rem}.messages-header{padding:.75rem 1rem;border-bottom:1px solid #2d3748}.messages-conversation-title{margin:0;font-size:1rem;font-weight:600}.messages-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.messages-msg{max-width:80%;padding:.6rem .9rem;border-radius:10px;background:#252d3a;border:1px solid rgba(255,255,255,.06)}.messages-msg-self{align-self:flex-start;margin-right:auto;background:#2563eb33;border-color:#2563eb4d}.messages-msg-other{align-self:flex-end;margin-left:auto;background:#22c55e40;border-color:#22c55e66}.messages-msg-sender{display:block;font-size:.8rem;font-weight:600;color:#94a3b8;margin-bottom:.25rem}.messages-msg-meta{display:block;font-size:.75rem;color:#64748b;margin-bottom:.25rem}.messages-msg-content{margin:0;font-size:.95rem;white-space:pre-wrap;word-break:break-word}.messages-msg-time{display:block;font-size:.7rem;color:#64748b;margin-top:.35rem}.messages-reply-form{padding:1rem;border-top:1px solid #2d3748;display:flex;flex-direction:column;gap:.5rem}.messages-reply-row{display:flex;flex-direction:row;gap:1rem;align-items:flex-start}.messages-reply-row .messages-reply-input{flex:1;min-width:0}.messages-start-with-box{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;min-width:200px;border:1px solid #2d3748;border-radius:8px;background:#0f141999}.messages-start-with-sidebar{flex-shrink:0;margin:0 .75rem .75rem;padding-top:.75rem;border-top:1px solid #2d3748}.messages-start-with-label{font-size:.85rem;color:#94a3b8;margin:0}.messages-start-with-select{padding:.5rem .6rem;border:1px solid #2d3748;border-radius:6px;background:#0f1419;color:#e2e8f0;font-family:inherit;font-size:.9rem}.messages-start-with-btn{font-size:.9rem;padding:.45rem .75rem}.messages-send-error{font-size:.85rem;color:#ef4444}.messages-reply-input{width:100%;padding:.6rem .75rem;border:1px solid #2d3748;border-radius:8px;background:#0f1419;color:#e2e8f0;font-family:inherit;font-size:.9rem;resize:none}.messages-reply-input:focus{outline:none;border-color:#58a6ff}.messages-reply-btn{align-self:flex-end}.messages-empty,.messages-error{padding:1.5rem;text-align:center;color:#94a3b8;font-size:.9rem}.messages-error{color:#ef4444}:root{--bg: #0f172a;--surface: #1e2530;--border: #2d3748;--text: #e2e8f0;--text-muted: #94a3b8;--accent: #58a6ff;--success: #22c55e}html,body{scrollbar-width:none!important;-ms-overflow-style:none!important}html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}*{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}body{margin:0;font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text)}.app{min-height:100vh}.app:has(.main-layout){max-width:none;margin:0;padding:0;min-height:100vh}.main-layout{display:flex;flex-direction:row;min-height:100vh;width:100%}.main-sidebar{width:56px;flex-shrink:0;background:#1e2530;border-left:1px solid #2d3748;display:flex;flex-direction:column}.main-nav{display:flex;flex-direction:column;flex:1;padding:.75rem 0;min-height:0}.main-nav-list{list-style:none;margin:0;padding:0;flex:1}.main-nav-footer{flex-shrink:0;margin-top:auto;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.06)}.main-nav-link{display:flex;align-items:center;justify-content:center;padding:.75rem;color:#e2e8f0;border:none;background:none;cursor:pointer;width:100%;font:inherit;text-decoration:none;transition:background .15s,color .15s}.main-nav-link:hover{background:#252d3a}.main-nav-link.active{background:#252d3a;color:#58a6ff}.main-nav-link-logout:hover{color:#f87171}.main-nav-link-logout.active{color:inherit}.main-content-wrap{flex:1;display:flex;flex-direction:column;min-width:0}.main-content{flex:1;padding:1rem;overflow:auto;display:flex;flex-direction:column;min-height:0;scrollbar-width:none!important;-ms-overflow-style:none!important}.main-content::-webkit-scrollbar{display:none!important;width:0!important}.main-content-wrap>.header{margin-bottom:0;padding:1.25rem 1.5rem}.main-content-wrap.dashboard-route .main-content{padding-top:0;background:#0f1419}.header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1.5rem;height:64px;min-height:64px;padding:0 1.5rem;border-bottom:1px solid #2d3748;flex-wrap:nowrap;box-sizing:border-box}.header>*{align-self:center;flex-shrink:0}.header-logo{height:44px;width:auto;object-fit:contain;display:block}.header-manager-marquee{flex:1;min-width:0;overflow:hidden;padding:0 1rem;white-space:nowrap}.header-manager-marquee-inner{display:inline-block;padding-left:100%;animation:header-marquee 45s linear infinite;color:#94a3b8;font-size:.95rem}@keyframes header-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.header h1{margin:0;font-size:1.5rem;font-weight:700;white-space:nowrap;line-height:1}.header .btn{padding:.6rem 1.1rem;font-size:.95rem;height:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.btn{padding:.5rem 1rem;border-radius:8px;font-family:inherit;cursor:pointer;font-size:.9rem}.btn-primary{background:#2563eb;color:#fff;border:none}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-ghost{background:transparent;color:#94a3b8;border:1px solid #2d3748}.btn-ghost:hover{background:#252d3a}.empty{padding:2rem;text-align:center;color:#94a3b8}.error-msg{color:#ef4444}.login-success-msg{background:var(--success);color:#fff;padding:.75rem;border-radius:8px;margin-bottom:1rem}.form-group label{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.form-group input,.form-group select,.form-group textarea{font-family:inherit}.table-wrap{overflow-x:auto;border-radius:8px;border:1px solid var(--border)}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap th,.table-wrap td{padding:.6rem .75rem;text-align:right;border-bottom:1px solid var(--border)}.table-wrap th{background:#2d374880;color:var(--text-muted);font-weight:600;font-size:.85rem}.table-wrap tbody tr:hover{background:#ffffff0a}.app:has(.login-page){max-width:none;margin:0;padding:0;min-height:100vh}.login-page{display:flex;flex-direction:row;min-height:100vh;width:100%;direction:rtl}.login-form-wrap{flex:0 0 30%;max-width:30%;min-width:0;padding:2rem;display:flex;align-items:center;justify-content:center;background:#0f1116}.login-card{width:100%;max-width:360px;background:#1c2330fa;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;box-shadow:0 12px 40px #0006}.login-card-head{margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.login-logo{display:block;max-width:140px;height:auto;margin:0 auto 1rem;object-fit:contain}.login-title{margin:0 0 .35rem;font-size:1.75rem;font-weight:700;color:#fff}.login-subtitle{margin:0;font-size:.95rem;color:#9ca3af}.login-error{background:#ef444426;color:#fca5a5;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.login-connection-issue{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem;font-weight:500}.login-connection-no{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.4)}.login-connection-error{background:#f59e0b33;color:#fcd34d;border:1px solid rgba(245,158,11,.5)}.login-form .form-group{margin-bottom:1rem}.login-form .form-group.full{width:100%}.login-form .form-group label{display:block;margin-bottom:.35rem;font-size:.9rem;color:#9ca3af}.login-input{width:100%;padding:.65rem .9rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#0f172a99;color:#fff;font-size:.95rem}.login-input::placeholder{color:#6b7280}.login-input:focus{outline:none;border-color:var(--accent)}.login-btn{width:100%;padding:.75rem 1rem;margin-top:.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.login-btn:hover:not(:disabled){background:#1d4ed8}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-forgot-link{display:block;margin-top:1rem;background:none;border:none;color:#94a3b8;font-size:.9rem;cursor:pointer;padding:0}.login-forgot-link:hover{text-decoration:underline}.login-forgot-box{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.login-forgot-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#fff}.login-forgot-desc{margin:0 0 1rem;font-size:.9rem;color:#9ca3af}.login-server-link{margin:1.25rem 0 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);font-size:.8rem;color:#9ca3af}.login-server-link-a{color:var(--accent);text-decoration:none}.login-server-link-a:hover{text-decoration:underline}.login-image-section{flex:1;min-width:0;position:relative;overflow:hidden}.login-image-section-img{width:100%;height:100%;object-fit:cover}.login-image-section-placeholder{display:none;align-items:center;justify-content:center;min-height:200px;color:var(--text-muted);font-size:.9rem}.login-image-section-placeholder.show{display:flex}.numeric-value{direction:ltr;text-align:right}
