:root{--color-bg: #f5f7fa;--color-surface: #ffffff;--color-text: #333333;--color-text-muted: #666666;--color-primary: #667eea;--color-primary-dark: #5568d3;--color-danger: #ef4444;--color-success: #10b981;--color-warning: #f59e0b;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}html{width:100%;min-width:320px;min-height:100%;overflow-x:hidden}body{width:100%;min-width:320px;min-height:100vh;max-width:100%;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.5}html[dir=rtl] body{font-family:Tajawal,Cairo,Segoe UI,Tahoma,Arial,sans-serif}#root{width:100%;min-height:100vh;max-width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{line-height:1.2}.loading{text-align:center;padding:40px;color:var(--color-text-muted);font-size:1rem}.error-message{background:#fee2e2;color:var(--color-danger);padding:12px 16px;border-radius:var(--radius-sm);margin-bottom:16px;font-size:.9rem}.no-data-card{grid-column:1 / -1;background:var(--color-surface);border-radius:var(--radius-lg);padding:40px;text-align:center;box-shadow:var(--shadow-sm)}.no-data-card p{color:var(--color-text-muted);margin:0}.btn-view{background:#e0e7ff;color:var(--color-primary)}.btn-view:hover{background:var(--color-primary);color:#fff}.btn-delete{background:#fee2e2;color:var(--color-danger)}.btn-delete:hover{background:var(--color-danger);color:#fff}.page-container{width:100%;max-width:100%;min-height:calc(100vh - var(--top-chrome-height, 0px));margin:0;padding:0;overflow-x:hidden;background-color:var(--color-bg)}.page-header{background:linear-gradient(135deg,#1e3a8a 70%,#059669 0%);padding:20px 30px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.page-header h1{margin:0;color:#fff;font-size:1.75rem}.page-nav{background:#fff;padding:12px 30px;border-bottom:1px solid #eee}.page-content{padding:24px 30px;width:100%;max-width:100%}.ticket-detail-page-content{padding-top:30px;min-width:0;overflow-x:hidden}@media(max-width:640px){.page-content{padding:16px}.page-header{padding:16px;flex-direction:column;align-items:flex-start;gap:12px}.page-header h1{font-size:1.35rem}}.app-layout{--sidebar-width: 260px;--sidebar-collapsed-width: 72px;--top-chrome-height: 56px;display:flex;width:100%;max-width:100%;min-height:100vh;margin:0;overflow-x:hidden;background-color:var(--color-bg)}.main-content{position:relative;flex:1 1 auto;width:calc(100% - var(--sidebar-width));max-width:calc(100% - var(--sidebar-width));min-width:0;min-height:calc(100vh - var(--top-chrome-height));margin-left:var(--sidebar-width);padding-top:var(--top-chrome-height);overflow-x:hidden;border-left:1px solid #e5e7eb;transition:margin-left .25s ease,width .25s ease}.sidebar.open{width:var(--sidebar-width);transition:width .25s ease}.sidebar.closed{width:var(--sidebar-collapsed-width);transition:width .25s ease}.app-layout.sidebar-closed .main-content{margin-left:var(--sidebar-collapsed-width);width:calc(100% - var(--sidebar-collapsed-width));max-width:calc(100% - var(--sidebar-collapsed-width))}.sidebar{width:260px;background:#fff;border-right:0;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100}html[dir=rtl] .sidebar{right:0;left:auto}html[dir=rtl] .main-content{margin-right:var(--sidebar-width);margin-left:0;border-right:1px solid #e5e7eb;border-left:0}html[dir=rtl] .app-layout.sidebar-closed .main-content{margin-right:var(--sidebar-collapsed-width);margin-left:0}.sidebar-header{height:var(--top-chrome-height);padding:0 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center}.sidebar-header-top{display:flex;width:100%;height:100%;align-items:center;justify-content:space-between;gap:10px}.sidebar-logo{width:160px;height:auto;object-fit:contain}.sidebar-toggle{background:transparent;border:none;cursor:pointer;font-size:20px;color:#4f46e5;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;flex-shrink:0}.sidebar-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:#4b5563;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .2s ease}.sidebar-item:hover{background-color:#e5edff;color:#0f172a}.sidebar-item.active{background:#1e3a8a;color:#fff;box-shadow:0 4px 12px #1e3a8a47}.sidebar-item svg{flex-shrink:0}.sidebar-footer{padding:16px 12px;border-top:1px solid #e5e7eb}.sidebar-logout{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;width:100%;background:none;border:none;color:#dc2626;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease}.sidebar-logout:hover{background-color:#fee2e2}.sidebar.closed .sidebar-header{padding:0 8px}.sidebar.closed .sidebar-header-top{flex-direction:row;justify-content:center;gap:8px}.sidebar.closed .sidebar-logo{width:28px}.sidebar.closed .sidebar-item,.sidebar.closed .sidebar-logout{justify-content:center;padding:12px 8px}.root-layout{display:flex;min-height:100vh;background-color:var(--color-bg)}.root-main-content{flex:1;margin-left:260px;display:flex;flex-direction:column}.root-header{background:linear-gradient(135deg,#10b981,#059669);padding:20px 30px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a}.root-content{padding:24px 30px;flex:1}.global-add-ticket-wrapper{position:fixed;right:24px;bottom:24px;z-index:1200;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.global-add-ticket-menu{display:flex;flex-direction:column;gap:8px;align-items:stretch}.global-add-ticket-menu-item{min-width:150px;border:none;border-radius:999px;background:#fff;color:#1e3a8a;padding:10px 14px;font-weight:600;box-shadow:0 8px 18px #0f172a24;cursor:pointer;text-align:center}.global-add-ticket-menu-item:hover{background:#eff6ff}.global-add-ticket-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;background:#1e3a8a;color:#fff;font-weight:600;box-shadow:0 6px 14px #1e3a8a47;transition:background-color .2s ease,box-shadow .2s ease}.global-add-ticket-button:hover{background:#1e40af;box-shadow:0 8px 18px #1e3a8a57}@media(max-width:768px){.app-layout{--sidebar-width: 260px;--sidebar-collapsed-width: 260px}.main-content,.app-layout.sidebar-closed .main-content{width:100%;max-width:100%;margin-left:0;margin-right:0}.dashboard-shell-header,.app-layout.sidebar-closed .dashboard-shell-header,html[dir=rtl] .dashboard-shell-header,html[dir=rtl] .app-layout.sidebar-closed .dashboard-shell-header{left:0;right:0;width:100%;max-width:100%}.sidebar{width:var(--sidebar-width);transform:translate(-110%);transition:transform .25s ease;box-shadow:0 18px 40px #0f172a2e}html[dir=rtl] .sidebar{transform:translate(110%)}.sidebar.open{transform:translate(0)}.sidebar.closed{transform:translate(-110%)}html[dir=rtl] .sidebar.closed{transform:translate(110%)}.app-layout.sidebar-open:before{content:"";position:fixed;inset:0;background:#0f172a59;z-index:90}.sidebar{z-index:100}.root-main-content{margin-left:0;margin-right:0}.root-header{flex-direction:column;gap:16px;padding:16px}.root-content{padding:16px}.global-add-ticket-wrapper{right:16px;bottom:16px}html[dir=rtl] .global-add-ticket-wrapper{right:auto;left:16px}.global-add-ticket-button{padding:10px 14px;font-size:.9rem}}@media(max-width:900px){.app-layout{--sidebar-width: 260px;--sidebar-collapsed-width: 260px}.main-content,.app-layout.sidebar-closed .main-content,html[dir=rtl] .main-content,html[dir=rtl] .app-layout.sidebar-closed .main-content{width:100%;max-width:100%;margin-left:0;margin-right:0}.dashboard-shell-header,.app-layout.sidebar-closed .dashboard-shell-header,html[dir=rtl] .dashboard-shell-header,html[dir=rtl] .app-layout.sidebar-closed .dashboard-shell-header{left:0;right:0;width:100%;max-width:100%;padding:0 12px;gap:10px}.dashboard-shell-mobile-menu{display:inline-flex;flex:0 0 auto}.dashboard-shell-title{font-size:1.18rem}.dashboard-shell-actions{flex:0 0 auto;gap:8px}.dashboard-shell-lang-btn{min-width:58px;padding:0 8px}.sidebar{width:var(--sidebar-width);transform:translate(-110%);transition:transform .25s ease;box-shadow:0 18px 40px #0f172a2e}html[dir=rtl] .sidebar{transform:translate(110%)}.sidebar.open{transform:translate(0)}.sidebar.closed{transform:translate(-110%)}html[dir=rtl] .sidebar.closed{transform:translate(110%)}.app-layout.sidebar-open:before{content:"";position:fixed;inset:0;background:#0f172a59;z-index:90}.sidebar{z-index:100}}.toast-container{position:fixed;bottom:96px;right:16px;z-index:9999;display:flex;flex-direction:column;gap:12px;align-items:flex-end}.toast{position:relative;display:flex;align-items:flex-start;gap:10px;padding:12px 12px 14px;border-radius:14px;border:1px solid transparent;min-width:280px;max-width:380px;box-shadow:0 14px 34px #0f172a38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:toast-slide-in .28s ease-out}.toast-success{background:linear-gradient(130deg,#065f46f2,#10b981f0);border-color:#a7f3d073;color:#ecfdf5}.toast-error{background:linear-gradient(130deg,#991b1bf5,#ef4444f0);border-color:#fecaca73;color:#fef2f2}.toast-warning{background:linear-gradient(130deg,#92400ef5,#f59e0bf2);border-color:#fef08a73;color:#fffbeb}.toast-notification{background:linear-gradient(130deg,#059669f5,#10b981f2);border-color:#a7f3d085;color:#ecfdf5}.toast-icon{width:24px;height:24px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:900;line-height:1;background:#fff3;color:inherit;flex-shrink:0}.toast-content{flex:1;min-width:0}.toast-title{font-size:.76rem;line-height:1.1;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:.95;margin-bottom:4px}.toast-message{font-size:.84rem;line-height:1.3;word-break:break-word}.toast-close{width:22px;height:22px;border-radius:6px;border:1px solid rgba(255,255,255,.32);background:#ffffff1f;color:inherit;font-size:16px;cursor:pointer;padding:0;line-height:1;display:inline-flex;align-items:center;justify-content:center}.toast-close:hover{background:#ffffff38}.toast-progress{position:absolute;left:10px;right:10px;bottom:6px;height:2px;border-radius:99px;background:#ffffff59;transform-origin:left;animation:toast-progress linear forwards;animation-duration:var(--toast-duration, 3s)}@keyframes toast-slide-in{0%{transform:translate(22px) scale(.98);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:640px){.toast-container{left:12px;right:12px;bottom:84px;align-items:stretch}.toast{min-width:0;max-width:none}}.action-buttons{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.search-input{padding:10px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;width:250px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer}.tickets-filter-toolbar{display:flex;flex-direction:column;gap:14px;margin-bottom:18px}.tickets-select-filters{display:flex;flex-wrap:wrap;gap:12px}.ticket-select-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;border:none;border-radius:0;background:transparent;overflow:visible;box-shadow:none}.ticket-select-card.branch-select-card{min-width:0}.ticket-select-label{display:inline-flex;align-items:center;padding:0 2px;min-height:auto;background:transparent;color:#7b8aa3;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.tickets-time-filter{position:relative;min-width:180px}.tickets-time-filter:after{content:"";position:absolute;right:14px;top:50%;width:8px;height:8px;border-right:2px solid #73839c;border-bottom:2px solid #73839c;transform:translateY(-65%) rotate(45deg);pointer-events:none}.tickets-time-filter select{width:100%;min-width:180px;height:44px;border:1px solid #d7dfeb;border-radius:12px;background:#fff;color:#243b63;font-size:.96rem;font-weight:600;line-height:1.2;padding:0 40px 0 14px;appearance:none;outline:none;box-shadow:0 2px 8px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.tickets-time-filter select:hover{border-color:#c4d0e2;background:#fcfdff}.tickets-time-filter select:focus{border-color:#89a3d1;box-shadow:0 0 0 3px #6a85b61f}.tickets-status-filters{display:flex;flex-wrap:wrap;gap:8px}.ticket-filter-chip{border:1px solid #dce3ee;background:#fff;color:#5b6474;border-radius:999px;padding:7px 12px;font-size:.82rem;font-weight:600;line-height:1;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.ticket-filter-chip:before{content:"";width:7px;height:7px;border-radius:50%;background:#c6cfdd}.ticket-filter-chip.all:before{display:none}.ticket-filter-chip.pending:before{background:#d97706}.ticket-filter-chip.in-progress:before{background:#c026d3}.ticket-filter-chip.accepted:before{background:#0ea5e9}.ticket-filter-chip.done:before{background:#16a34a}.ticket-filter-chip.closed:before{background:#64748b}.ticket-filter-chip.active{color:#fff;background:#1f3f73;border-color:#1f3f73}.ticket-filter-chip.active:before{background:#ffffffe6}.stats-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:24px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 6px #0000001a}.stat-card.active{box-shadow:0 0 0 3px #667eea80;transform:scale(1.02);border:2px solid #fff}.stat-icon{background:#fff3;border-radius:10px;padding:12px;display:flex;align-items:center;justify-content:center}.stat-content{display:flex;flex-direction:column}.stat-label{font-size:.875rem;color:#fffc;margin-bottom:4px}.stat-value{font-size:1.75rem;font-weight:700;color:#fff}.filter-indicator{display:flex;align-items:center;gap:12px;background:#e0e7ff;padding:10px 16px;border-radius:8px;margin-bottom:16px;color:#667eea}.clear-filter{background:#667eea;color:#fff;border:none;padding:4px 12px;border-radius:4px;cursor:pointer}.tickets-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0}.pagination-container{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 20px;border-radius:10px;box-shadow:0 2px 8px #00000014;flex-wrap:wrap;gap:16px}.pagination-controls{display:flex;align-items:center;gap:20px}.pagination-items-per-page{display:flex;align-items:center;gap:8px;color:#666;font-size:.9rem}.pagination-items-per-page label{color:#4b5563;font-size:1rem;line-height:1;font-weight:500}.pagination-items-per-page select{min-width:52px;height:34px;padding:4px 6px;border:1px solid #c7ccd5;border-radius:6px;background:#fff;color:#111827;font-size:1rem;line-height:1;outline:none;appearance:auto;cursor:pointer}.pagination-items-per-page select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51f}.pagination-buttons{display:flex;gap:4px}.pagination-btn{min-width:36px;height:36px;padding:0 10px;border:1px solid #ddd;background:#fff;color:#333;border-radius:6px;cursor:pointer;font-size:.875rem}.pagination-btn.active{background:#667eea;color:#fff;border-color:#667eea}.tickets-page-content{padding-bottom:28px}.tickets-page-container .tickets-grid{margin-bottom:10px}.tickets-page-container .pagination-container{margin-top:14px;margin-bottom:6px;padding:18px 24px}@media(max-width:1200px){.stats-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.tickets-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.tickets-select-filters{flex-direction:column;align-items:stretch}.ticket-select-card,.ticket-select-card.branch-select-card{width:100%;min-width:0;align-items:stretch;flex-direction:column}.ticket-select-label{padding-left:2px}.tickets-time-filter select{min-width:0;width:100%}.tickets-status-filters{gap:6px}.ticket-filter-chip{font-size:.76rem;padding:6px 10px}.stats-cards,.tickets-grid{grid-template-columns:1fr}.tickets-page-container .pagination-container{padding:14px 16px}}.user-info{display:flex;align-items:center;gap:16px;color:#fff}.logout-btn{background:#fff3;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.ticket-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;width:100%;min-width:0;max-width:100%;min-height:110px;margin-bottom:22px;background:linear-gradient(135deg,#1f3f73,#2f5f9f);border-radius:14px;padding:20px 24px;color:#fff;box-shadow:0 8px 24px #1f3f732e}.ticket-detail-header .back-button{min-height:34px;padding:7px 12px;border-color:#ffffff59;background:#ffffff1f;color:#fff;box-shadow:none}.ticket-detail-header .back-button:hover{border-color:#ffffff8c;background:#ffffff2e;box-shadow:none}.ticket-detail-hero-left{display:flex;flex-direction:column;gap:10px;min-width:0;max-width:100%}.ticket-detail-title-wrap{display:flex;flex-direction:column;gap:6px;min-width:0}.ticket-detail-title{margin:0;font-size:1.55rem;font-weight:700;line-height:1.1;overflow-wrap:anywhere}.ticket-detail-subtitle{margin:0;color:#ffffffe6;font-size:.9rem;line-height:1.25;overflow-wrap:anywhere}.ticket-detail-hero-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;min-width:0}.ticket-status-pill,.ticket-priority-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:700;border:1px solid transparent;line-height:1}.ticket-status-pill.pending{color:#d97706;background:#fff7ed;border-color:#fed7aa}.ticket-status-pill.accepted{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ticket-status-pill.in-progress{color:#a21caf;background:#fdf4ff;border-color:#f5d0fe}.ticket-status-pill.done{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.ticket-status-pill.closed{color:#64748b;background:#f1f5f9;border-color:#cbd5e1}.ticket-priority-pill.high{color:#9f1239;background:#fdf2f8;border-color:#fbcfe8}.ticket-priority-pill.low{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ticket-header-delete-btn{border:1px solid rgba(239,68,68,.28);border-radius:999px;padding:7px 12px;background:#ef4444;color:#fff;font-size:.78rem;font-weight:800;line-height:1;cursor:pointer;transition:background-color .15s,transform .15s}.ticket-header-delete-btn:hover:not(:disabled){background:#dc2626;transform:translateY(-1px)}.ticket-header-delete-btn:disabled{cursor:not-allowed;opacity:.65}.ticket-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:12px;width:100%;min-width:0;max-width:100%}.ticket-detail-grid.single-card{grid-template-columns:minmax(0,1fr)}.ticket-info-card,.ticket-actions-card,.ticket-reply-card,.ticket-replies-card{width:100%;min-width:0;max-width:100%;background:#fff;border-radius:14px;padding:16px;border:1px solid #dbe3ef;box-shadow:0 4px 14px #16234514}.ticket-actions-card,.ticket-reply-card,.ticket-replies-card{margin-bottom:24px}.ticket-detail-grid>*,.ticket-info-card>*,.ticket-actions-card>*,.ticket-reply-card>*,.ticket-replies-card>*{min-width:0}.ticket-info-card h2,.ticket-actions-card h2,.ticket-reply-card h2,.ticket-replies-card h2{margin:0 0 12px;font-size:1.05rem;color:#12223b;font-weight:700}.info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #edf2f8;gap:12px;min-width:0}.info-row:last-child{border-bottom:none}.info-label{font-size:.84rem;color:#64748b;font-weight:600}.info-value{font-size:.84rem;color:#1f2937;font-weight:600;text-align:right;min-width:0;overflow-wrap:anywhere}.ticket-actions-card .action-buttons{display:flex;gap:10px;flex-wrap:wrap}.btn-primary,.btn-secondary,.btn-danger{border:none;border-radius:10px;padding:9px 14px;font-weight:600;font-size:.85rem;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-secondary{background:#f0f0f0;color:#333}.btn-danger{background:#ef4444;color:#fff}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;min-width:0;max-width:100%}.form-group{margin-bottom:12px;min-width:0;max-width:100%}.form-group label{display:inline-block;margin-bottom:6px;font-size:.82rem;color:#475569;font-weight:600}.form-group input,.form-group textarea{width:100%;min-width:0;max-width:100%;padding:9px 10px;border:1px solid #d8deea;border-radius:10px;font-size:.85rem;color:#1f2937}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.selected-file{margin-top:6px;font-size:.82rem;color:#16a34a;font-weight:700;overflow-wrap:anywhere}.performed-by-dropdown{position:relative;width:100%;min-width:0;max-width:100%}.performed-by-dropdown-trigger{width:100%;min-width:0;max-width:100%;display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:8px 10px;border:1px solid #d8deea;border-radius:12px;background:#fff}.performed-by-trigger-content{flex:1;display:flex;align-items:center;gap:8px;min-width:0;min-height:28px}.performed-by-trigger-tags{display:flex;flex-wrap:wrap;gap:6px;min-width:0;max-width:100%}.performed-by-inline-tag{display:inline-flex;align-items:center;gap:6px;background:#eef1f5;color:#344054;border-radius:999px;padding:4px 8px;font-size:.74rem}.performed-by-inline-remove{width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#667085;background:#d9dee7;font-weight:700;cursor:pointer}.performed-by-dropdown-menu{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:20;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 16px 28px #1018281f;padding:8px}.performed-by-item{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:8px;cursor:pointer}.performed-by-item.selected{background:#f2f7f3}.performed-by-avatar{width:24px;height:24px;border-radius:999px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.performed-by-avatar.tiny{width:18px;height:18px;font-size:.64rem}.performed-by-name{color:#1f2937;font-size:.82rem;font-weight:600}.performed-by-role{margin-left:auto;font-size:.72rem;color:#64748b}.performed-by-check{color:#15803d;font-size:.68rem;font-weight:700;border:1px solid #86efac;border-radius:999px;padding:2px 5px;background:#f0fdf4}.replies-list{display:flex;flex-direction:column;gap:10px}.reply-item{border:1px solid #dce4f1;border-radius:12px;padding:12px;background:#fbfcff}.reply-item-latest{margin-top:8px;border-color:#7c3aed;border-inline-start:4px solid #7c3aed;background:#fbf9ff;box-shadow:0 10px 24px #7c3aed1a}.reply-header{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.reply-status{padding:3px 8px;border-radius:999px;font-size:.72rem;font-weight:700;border:1px solid transparent}.reply-latest-badge{padding:3px 8px;border-radius:999px;font-size:.72rem;font-weight:800;color:#6d28d9;background:#f3e8ff;border:1px solid #d8b4fe}.reply-status.pending{color:#d97706;background:#fff7ed;border-color:#fed7aa}.reply-status.accepted{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.reply-status.in-progress{color:#a21caf;background:#fdf4ff;border-color:#f5d0fe}.reply-status.done{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.reply-status.closed{color:#64748b;background:#f1f5f9;border-color:#cbd5e1}.reply-content{color:#334155;font-size:.85rem;line-height:1.5}.reply-meta{color:#475569;font-size:.82rem;line-height:1.4;margin-bottom:6px}.reply-meta-label{font-weight:800;color:#0f172a}.reply-meta-value{font-weight:700;color:#0f172a}.reply-note{color:#334155;font-size:.86rem;line-height:1.55;margin-bottom:10px;white-space:pre-wrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}.reply-changes{margin-top:6px;display:flex;flex-direction:column;gap:4px}.reply-change{color:#334155;font-size:.84rem;line-height:1.4}.reply-change-label{font-weight:800;color:#0f172a}.reply-change-value{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;font-weight:650;color:#0f172a}.reply-change-chip{font-size:.7rem;padding:3px 8px}.reply-value-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:.78rem;font-weight:800;white-space:pre-wrap;max-width:100%}.reply-value-pill.from{text-decoration:line-through;opacity:.9;background:#fff1f2;border-color:#fecdd3;color:#be123c}.reply-value-pill.to{text-decoration:none;background:#ecfdf5;border-color:#a7f3d0;color:#047857}.reply-value-arrow{font-weight:900;color:#94a3b8}.reply-attachments{margin-top:10px;color:#0f172a;font-size:.84rem}.attachments-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.attachment-card{display:inline-flex;align-items:center;gap:8px;max-width:100%;background:#f9fafb;padding:6px 10px;border-radius:8px;border:1px solid #e5e7eb}.attachment-card img{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb;flex-shrink:0}.attachment-card a{color:#1d4ed8;font-size:.82rem;font-weight:700;text-decoration:none;overflow-wrap:anywhere}.attachment-card a:hover{text-decoration:underline}.file-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#eef2ff;font-size:20px;flex-shrink:0}.reply-date{color:#94a3b8;font-size:.75rem}.reply-author{color:#12223b;font-size:.84rem;font-weight:700}.performed-by-help{display:block;margin-top:6px;margin-bottom:14px;color:#6b7280;font-size:.82rem}.ticket-reply-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:10px;margin-top:0}.ticket-reply-error{width:100%;margin:0}.ticket-reply-card form{display:flex;flex-direction:column;width:100%;min-width:0;max-width:100%}.ticket-reply-card .ticket-note-group{margin-bottom:8px}.ticket-info-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.branch-profile-page .customer-overview-card .customer-overview-col:nth-child(2) .customer-detail-row:nth-child(4){display:none}@media(max-width:768px){.ticket-detail-header{padding:12px}.ticket-detail-hero-right{width:100%}.ticket-detail-grid,.form-row{grid-template-columns:1fr}}.create-ticket-wrapper{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;max-width:1200px;margin:0 auto}.create-ticket-card,.info-card{background:#fff;border-radius:12px;border:1px solid #d8dde7;box-shadow:0 2px 8px #1623450f}.create-ticket-card{overflow:hidden}.create-ticket-card-header{background:#1f3f6d;color:#fff;padding:18px 22px;display:flex;align-items:center;gap:12px}.create-ticket-card-icon{width:48px;height:48px;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff}.create-ticket-card-title h2{margin:0;font-size:1.9rem;font-weight:700}.create-ticket-card-title p{margin:4px 0 0;font-size:.92rem;color:#ffffffd9}.ticket-form-modern{padding:18px 22px 20px}.form-section-modern{margin-bottom:18px}.section-label{display:block;font-size:1.02rem;font-weight:600;color:#0f172a;margin-bottom:12px}.ticket-type-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.type-card{position:relative;cursor:pointer}.type-card input{position:absolute;opacity:0}.type-card-content{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #d5dbe7;border-radius:10px;min-height:70px;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.type-card.active .type-card-content{border-color:#2b64b8;background:#f8fbff;box-shadow:0 0 0 1px #2b64b847}.type-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.type-icon.new-user{background:#173f72}.type-icon.maintenance{background:linear-gradient(135deg,#e93f96,#cf2e86)}.type-icon.other{background:linear-gradient(135deg,#f59e0b,#d97706)}.type-title{font-size:1.02rem;font-weight:700;color:#1e293b;display:block}.type-desc{font-size:.82rem;color:#607084;display:block;margin-top:2px}.form-fields-container{border-top:1px solid #e5e7eb;padding-top:16px}.form-row-modern{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:12px}.other-ticket-primary-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end}.form-group-modern{display:flex;flex-direction:column}.form-group-modern label{font-size:1.01rem;font-weight:600;color:#0f172a;margin-bottom:6px}.form-group-modern input,.form-group-modern select,.form-group-modern textarea,.dropdown-search-input{min-height:44px;padding:10px 12px;border:1px solid #d6dbe5;border-radius:8px;font-size:.95rem;color:#111827;background:#fff;width:100%;outline:none}.form-group-modern input::placeholder,.form-group-modern textarea::placeholder,.dropdown-search-input::placeholder{color:#8a96a8}.form-group-modern input:focus,.form-group-modern select:focus,.form-group-modern textarea:focus,.dropdown-search-input:focus{border-color:#2b64b8;box-shadow:0 0 0 3px #2b64b826}.form-group-modern textarea{min-height:78px;resize:vertical}.form-group-modern.full-width{grid-column:1 / -1}.form-actions-modern{display:flex;justify-content:flex-end;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid #e5e7eb}.btn-cancel,.btn-submit{min-height:44px;padding:10px 22px;border-radius:8px;font-weight:600;border:1px solid transparent;cursor:pointer}.btn-cancel{background:#edf1f6;border-color:#d4dbe6;color:#334155}.btn-submit{background:#1fbe63;border-color:#16a34a;color:#fff;display:inline-flex;align-items:center;gap:8px}.btn-submit:hover{background:#15a651}.info-sidebar{display:flex;flex-direction:column;gap:14px}.info-card{padding:14px 16px}.info-card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.info-card-icon{color:#2b64b8}.info-card h3{margin:0;font-size:1.35rem;color:#0f172a}.tips-list{margin:0;padding-left:18px;color:#475569;line-height:1.4}.tips-list li+li{margin-top:8px}.ticket-type-info+.ticket-type-info{margin-top:12px}.ticket-type-info p{margin:6px 0 0;font-size:.92rem;color:#4b5563;line-height:1.35}.type-badge{display:inline-flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700}.type-badge.new-user{color:#2b64b8}.type-badge.maintenance{color:#d63384}.type-badge.other{color:#d97706}.badge-dot{width:7px;height:7px;border-radius:999px;background:currentColor}.searchable-dropdown,.dropdown-input-wrapper{position:relative}.dropdown-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none}.dropdown-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d6dbe5;border-radius:8px;box-shadow:0 8px 22px #0f172a1f;max-height:250px;overflow-y:auto;z-index:100;margin-top:4px}.dropdown-item{padding:10px 12px;cursor:pointer;border-bottom:1px solid #eef2f6}.dropdown-item:hover{background-color:#f8fbff}.dropdown-item-main{color:#1f2937;font-weight:600}.dropdown-item-sub{font-size:.85rem;color:#64748b}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.create-ticket-wrapper{grid-template-columns:1fr}.create-ticket-card-title h2{font-size:1.5rem}}@media(max-width:600px){.form-row-modern,.ticket-type-cards{grid-template-columns:1fr}}.table-container{background:#fff;border-radius:12px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;box-shadow:0 2px 8px #00000014;margin-bottom:20px}.data-table{width:100%;min-width:720px;border-collapse:collapse;background:#fff}.data-table thead{background:linear-gradient(135deg,#667eea,#764ba2)}.data-table th{padding:16px;text-align:left;font-weight:600;color:#fff;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.data-table td{padding:14px 16px;border-bottom:1px solid #f0f0f0;color:#333;font-size:.9rem}html[dir=rtl] .table-container{direction:rtl}html[dir=rtl] .data-table th,html[dir=rtl] .data-table td{text-align:right}html[dir=rtl] .action-buttons-cell{justify-content:flex-start}html[dir=rtl] .data-table tbody tr.system-log-row--success td:first-child,html[dir=rtl] .data-table tbody tr.system-log-row--failed td:first-child,html[dir=rtl] .data-table tbody tr.system-log-row--neutral td:first-child{border-left:0;padding-left:16px;padding-right:12px}html[dir=rtl] .data-table tbody tr.system-log-row--success td:first-child{border-right:4px solid #10b981}html[dir=rtl] .data-table tbody tr.system-log-row--failed td:first-child{border-right:4px solid #ef4444}html[dir=rtl] .data-table tbody tr.system-log-row--neutral td:first-child{border-right:4px solid #94a3b8}@media(max-width:768px){.table-container{width:100%;max-width:100%}.data-table{min-width:680px}.data-table th,.data-table td{padding:12px 10px;font-size:.78rem;white-space:nowrap}.data-table td{white-space:normal}.action-buttons-cell{gap:6px;flex-wrap:nowrap}}@media(max-width:640px){.table-container:has(.modern-table){overflow-x:visible;background:transparent;box-shadow:none}.modern-table{min-width:0;display:block;background:transparent}.modern-table thead{display:none}.modern-table tbody{display:grid;gap:10px}.modern-table tbody tr{display:grid;gap:0;border:1px solid #e5e7eb;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 2px 8px #0f172a0f}.modern-table tbody tr:hover{background:#fff}.modern-table td{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid #eef2f7;padding:10px 12px;white-space:normal;text-align:right}.modern-table td:last-child{border-bottom:0}.modern-table td[data-label]:before{content:attr(data-label);flex:0 0 42%;color:#64748b;font-weight:700;text-align:left}html[dir=rtl] .modern-table td{text-align:left}html[dir=rtl] .modern-table td[data-label]:before{text-align:right}.modern-table .action-buttons-cell{justify-content:flex-end;flex-wrap:wrap}}.data-table tbody tr{transition:background-color .15s}.data-table tbody tr:hover{background-color:#f8f9ff}.data-table tbody tr:last-child td{border-bottom:none}.action-buttons-cell{display:flex;gap:8px}.btn-small{padding:6px 12px;font-size:.8rem;border-radius:6px;border:none;cursor:pointer;transition:all .15s}.btn-edit{background:#e0e7ff;color:#667eea}.btn-edit:hover{background:#667eea;color:#fff}.btn-delete{background:#fee2e2;color:#ef4444}.btn-delete:hover{background:#ef4444;color:#fff}.btn-view{background:#e0e7ff;color:#667eea}.btn-view:hover{background:#667eea;color:#fff}.loading{text-align:center;padding:40px;color:#666;font-size:1rem}.error-message{background:#fee2e2;color:#ef4444;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:.9rem}.page-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}.page-actions h2{margin:0;color:#333;font-size:1.5rem}.page-actions .action-buttons{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.customers-toolbar{width:100%;justify-content:flex-start}.customers-toolbar-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;order:2;margin-left:auto}.customers-toolbar>.search-input{order:1}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0}@media(max-width:1400px){.cards-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.cards-grid{grid-template-columns:1fr}}.data-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:transform .2s,box-shadow .2s}.data-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;display:flex;align-items:center;gap:12px;position:relative}.card-avatar{width:48px;height:48px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}.card-title{flex:1}.card-title h3{margin:0;color:#fff;font-size:1.1rem;font-weight:600}.card-subtitle{color:#fffc;font-size:.85rem}.card-header .role-badge{position:absolute;top:12px;right:12px}.admin-inactive-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:#7f1d1d;background:#fee2e2f2;border:1px solid rgba(248,113,113,.55);box-shadow:0 2px 8px #7f1d1d38}.role-badge{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.card-body{padding:16px 20px}.card-info{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f0f0f0}.card-info:last-child{border-bottom:none}.info-label{color:#666;font-size:.85rem;font-weight:500}.info-value{color:#333;font-size:.85rem;font-weight:500}.card-footer{padding:12px 20px;background:#f8f9fa;display:flex;justify-content:stretch;gap:8px;flex-wrap:wrap}.no-data-card{grid-column:1 / -1;background:#fff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 2px 8px #00000014}.no-data-card p{color:#666;font-size:1rem;margin:0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{padding:20px 24px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;color:#333;font-size:1.25rem}.modal-close{background:transparent;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:auto;line-height:1}.modal-close:hover{color:#333}.modal-body{padding:24px}.modal-footer{padding:16px 24px;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;gap:12px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;color:#333;font-weight:500;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;transition:border-color .2s,box-shadow .2s;font-family:inherit;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ticket-reply-card .form-row{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;min-width:0;max-width:100%}.ticket-reply-card .form-group,.ticket-reply-card .form-group input,.ticket-reply-card .form-group select,.ticket-reply-card .form-group textarea,.ticket-reply-card .performed-by-dropdown,.ticket-reply-card .performed-by-dropdown-trigger{min-width:0;max-width:100%}@media(max-width:768px){.ticket-reply-card .form-row{grid-template-columns:minmax(0,1fr)}}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:transform .15s,box-shadow .15s}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f0f0f0;color:#333;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .15s}.btn-secondary:hover{background:#e0e0e0}.btn-danger{background:#ef4444;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .15s}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stats-grid .stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;border-left:4px solid #667eea}.stats-grid .stat-card h3{margin:0 0 8px;color:#666;font-size:.9rem;font-weight:500}.stats-grid .stat-card .stat-count{margin:0;color:#333;font-size:2rem;font-weight:700}.section{margin-bottom:30px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h2{margin:0;color:#333;font-size:1.25rem}.badge{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge-admin{background:#e0e7ff;color:#667eea}.badge-root{background:#fce7f3;color:#db2777}.badge-pending{background:#fef3c7;color:#d97706}.badge-accepted{background:#dbeafe;color:#2563eb}.badge-in-progress{background:#ede9fe;color:#7c3aed}.badge-done{background:#d1fae5;color:#059669}.badge-closed{background:#f3f4f6;color:#6b7280}.btn-sm{padding:6px 12px;font-size:.8rem;border-radius:4px;border:none;cursor:pointer;transition:all .15s}.dashboard-header{display:flex;flex-direction:column;padding:0;background:transparent}.dashboard-header .header-content{background:#1e3a8a;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}.dashboard-header .header-brand h1{margin:0;font-size:1.5rem;color:#fff}.dashboard-header .header-user-info{display:flex;align-items:center;gap:24px}.dashboard-header .user-info-main{display:flex;align-items:center;gap:12px}.dashboard-header .user-avatar-large{width:48px;height:48px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;border:2px solid rgba(255,255,255,.3)}.dashboard-header .user-text{display:flex;flex-direction:column;gap:2px}.dashboard-header .user-greeting{color:#fff;font-size:.95rem;font-weight:600}.dashboard-header .user-email{color:#ffffffbf;font-size:.8rem}.dashboard-header .user-role-badge{display:inline-block;margin-top:4px;padding:2px 8px;border-radius:10px;font-size:.7rem;font-weight:600;text-transform:uppercase;width:fit-content}.dashboard-header .header-time-section{display:flex;align-items:center;gap:16px}.dashboard-header .time-clock{display:flex;flex-direction:column;align-items:flex-end}.dashboard-header .time-value{color:#fff;font-size:1.25rem;font-weight:700;font-family:monospace}.dashboard-header .date-value{color:#fffc;font-size:.75rem}.dashboard-header .logout-button{display:flex;align-items:center;gap:6px;background:#fff3;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:background-color .2s}.dashboard-header .logout-button:hover{background:#ffffff4d}.dashboard-header .badge-admin,.dashboard-header .badge-root{background:#ffffff40;color:#fff}.breadcrumb-nav{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:12px 30px;border-bottom:1px solid #eee}.breadcrumb{display:flex;align-items:center;gap:4px}.breadcrumb-link{color:#667eea;text-decoration:none;font-weight:500;transition:color .15s}.breadcrumb-link:hover{color:#5568d3;text-decoration:underline}.breadcrumb-separator{color:#999;margin:0 4px}.breadcrumb-current{color:#333;font-weight:500}.current-location{display:flex;align-items:center;gap:6px;color:#999;font-size:.85rem;font-family:monospace}.dashboard-section{margin-bottom:30px}.dashboard-section h2{margin:0 0 16px;color:#333;font-size:1.25rem}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.dashboard-card{display:flex;align-items:center;gap:16px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.dashboard-card .card-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:center;color:#fff}.dashboard-card .card-info{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}.dashboard-card .card-info h3{margin:0;color:#333;font-size:1.1rem;font-weight:600;line-height:1.3}.dashboard-card .card-info p{margin:0;color:#666;font-size:.9rem;line-height:1.4}.dashboard-card .card-arrow{color:#ccc;transition:transform .2s,color .2s}.dashboard-card:hover .card-arrow{transform:translate(4px);color:#667eea}.user-info-card{display:flex;align-items:center;gap:20px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.user-info-card .user-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:#fff}.user-info-card .user-details{display:flex;flex-direction:column;gap:4px}.user-info-card .user-details h3{margin:0;color:#333;font-size:1.25rem;font-weight:600}.user-info-card .user-details p{margin:0;color:#666;font-size:.9rem}@media(max-width:768px){.dashboard-header-enhanced{flex-direction:column;gap:16px;text-align:center}.dashboard-header-enhanced .header-left,.dashboard-header-enhanced .header-right{width:100%;justify-content:center}.dashboard-header-enhanced .header-time{text-align:center}.breadcrumb-nav{flex-direction:column;gap:8px}.user-info-card{flex-direction:column;text-align:center}}.current-nav{color:#333;font-weight:500}.page-nav .current-nav{color:#333;font-weight:500;margin-left:auto}.searchable-dropdown{position:relative}.dropdown-input-wrapper{position:relative;display:flex;align-items:center}.dropdown-search-input{width:100%;padding:12px 36px 12px 14px;border:2px solid #e0e0e0;border-radius:10px;font-size:.95rem;font-family:inherit;transition:all .2s}.dropdown-search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dropdown-search-input::placeholder{color:#999}.dropdown-arrow{position:absolute;right:12px;color:#999;pointer-events:none}.dropdown-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 20px #00000026;max-height:250px;overflow-y:auto;z-index:100;margin-top:4px}.dropdown-item{padding:12px 14px;cursor:pointer;transition:background-color .15s;border-bottom:1px solid #f0f0f0}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f8f9ff}.dropdown-item.selected{background-color:#e0e7ff}.dropdown-item-main{font-weight:500;color:#333;font-size:.95rem}.dropdown-item-sub{color:#666;font-size:.8rem;margin-top:2px}.dropdown-no-results{padding:16px;text-align:center;color:#999;font-size:.9rem}.customer-profile-page .page-content{display:flex;flex-direction:column;gap:20px;min-width:0}.customer-profile-back-row{display:flex;align-items:center;margin-bottom:4px}.back-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #d6dbe5;color:#1f2937;border-radius:999px;padding:9px 16px;font-size:.94rem;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0f172a14;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.back-button-icon{line-height:1}.back-button:hover{border-color:#b7c0cf;box-shadow:0 6px 16px #0f172a1f;transform:translateY(-1px)}.back-button:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f633}.back-button:active{transform:translateY(0);box-shadow:0 2px 8px #0f172a14}.customer-profile-header-card{background:#fff;border-radius:16px;padding:22px 24px;box-shadow:0 2px 10px #00000014;display:flex;align-items:center;justify-content:space-between;gap:16px}.customer-profile-main{display:flex;align-items:center;gap:14px;min-width:0}.customer-profile-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.6rem;font-weight:700;display:flex;align-items:center;justify-content:center}.customer-profile-name-block h2{margin:0;font-size:1.35rem;color:#1f2937;overflow-wrap:anywhere}.customer-profile-name-block p{margin:4px 0 0;color:#6b7280;font-size:.9rem}.customer-ticket-count-badge{flex:0 0 auto;background:#dcfce7;color:#166534;border:1px solid #86efac;border-radius:999px;padding:8px 14px;font-size:.85rem;font-weight:700}.customer-profile-tabs{background:#fff;border-radius:12px;padding:6px;box-shadow:0 2px 8px #00000014;display:inline-flex;width:fit-content;gap:6px}.customer-profile-tab{border:none;background:transparent;color:#667085;padding:10px 16px;border-radius:10px;font-weight:600}.customer-profile-tab.active{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}.branch-profile-page .customer-profile-tabs{align-items:stretch;gap:8px;max-width:100%;overflow-x:auto;padding:8px}.branch-profile-page .customer-profile-tab{min-height:64px;min-width:96px;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.25;white-space:normal}.customer-overview-card{background:#fff;border-radius:16px;box-shadow:0 2px 10px #00000014;padding:22px 24px}.customer-overview-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.customer-overview-header h3{margin:0;font-size:1.1rem;color:#1f2937}.branch-overview-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.branch-delete-btn{min-height:40px;border:1px solid #fecdd3;border-radius:8px;padding:0 15px;background:#fff1f2;color:#be123c;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease}.branch-delete-btn:hover{transform:translateY(-1px);background:#ffe4e6;border-color:#fda4af;box-shadow:0 8px 18px #be123c24}.branch-delete-modal-name{display:inline-flex;width:fit-content;max-width:100%;margin-top:6px!important;border-radius:8px;padding:8px 10px;background:#f8fafc;color:#0f172a!important;font-weight:800;overflow-wrap:anywhere}.customer-overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 28px}.customer-overview-col{display:flex;flex-direction:column;gap:10px}.permissions-title-group{display:flex;flex-direction:column;gap:4px}.permissions-title-group p{margin:0;color:#6b7280;font-size:.92rem}.permissions-panel{border:1px solid #e5e7eb;border-radius:20px;padding:20px;background:linear-gradient(180deg,#fcfcff,#f7f7ff)}.permissions-panel__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}.permissions-panel__header h3{margin:0;color:#1f2937;font-size:1rem}.permissions-admin-selector{display:grid;gap:8px;max-width:420px;margin:0 0 16px}.permissions-admin-selector label{color:#374151;font-size:.9rem;font-weight:700}.permissions-admin-selector select{min-height:44px;border:1px solid #d8deea;border-radius:10px;background:#fff;color:#111827;padding:0 12px;font-size:.95rem}.permissions-admin-selector select:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1f}.permissions-count{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#f3e8ff;color:#7c3aed;font-size:.85rem;font-weight:700;border:1px solid #d8b4fe}.permissions-bulk-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.permissions-bulk-actions__buttons{display:inline-flex;align-items:center;gap:8px;padding:6px;border-radius:999px;border:1px solid #e9d5ff;background:linear-gradient(180deg,#fff,#faf5ff);box-shadow:inset 0 1px #ffffffe6}.permissions-bulk-btn{border:none;border-radius:999px;padding:10px 16px;background:transparent;color:#6d28d9;font-size:.88rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.permissions-bulk-btn:hover:not(:disabled){background:#8b5cf614;transform:translateY(-1px)}.permissions-bulk-btn.is-primary{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;box-shadow:0 10px 20px #7c3aed33}.permissions-bulk-btn.is-primary:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#5b21b6)}.permissions-bulk-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.permissions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.permission-groups{display:flex;flex-direction:column;gap:18px}.permission-group{border:1px solid #e9d5ff;border-radius:18px;padding:18px;background:linear-gradient(180deg,#fffffff5,#faf5ffeb)}.permission-group__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.permission-group__header h4{margin:0;color:#4c1d95;font-size:1rem}.permission-group__header p{margin:4px 0 0;color:#7c3aed;font-size:.85rem;font-weight:600}.permission-card{display:flex;flex-wrap:wrap;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;padding:16px 18px;border-radius:18px;border:1px solid #e5e7eb;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}html[dir=rtl] .permission-card{direction:ltr}.permission-card:hover{transform:translateY(-2px);border-color:#c4b5fd;box-shadow:0 14px 30px #7c3aed14}.permission-card.is-selected{background:#f3e8ff;border-color:#a78bfa;box-shadow:0 14px 30px #7c3aed1f}.permission-card__content{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0;flex:none}.permission-card__label{display:flex;align-items:center;gap:10px;color:#374151;font-weight:600;min-width:0}.permission-card__label svg{color:#8b5cf6;flex-shrink:0}.permission-card__label span{overflow-wrap:anywhere}.permission-card__meta{color:#6b7280;font-size:.85rem}.permission-toggle{width:42px;height:24px;border:none;border-radius:999px;background:#d1d5db;padding:3px;display:inline-flex;align-items:center;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;flex-shrink:0;align-self:flex-start}html[dir=rtl] .permission-card__content{direction:rtl;text-align:right}.permission-toggle.is-selected{background:#8b5cf6;box-shadow:0 8px 18px #8b5cf647}.permission-toggle__thumb{width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a33;transform:translate(0);transition:transform .2s ease}.permission-toggle.is-selected .permission-toggle__thumb{transform:translate(18px)}.permission-branch-scope{width:100%;min-width:0;margin-top:10px;padding-top:12px;border-top:1px solid rgba(124,58,237,.16);overflow:hidden}.permission-branch-scope label{display:grid;gap:6px;width:100%;min-width:0;color:#4b5563;font-size:.82rem;font-weight:700}.permission-branch-scope select{min-height:38px;border:1px solid #ddd6fe;border-radius:8px;background:#fff;color:#111827;padding:0 10px;width:100%;min-width:0}.permission-branch-list{display:grid;grid-template-columns:1fr;gap:8px;margin-top:10px;width:100%;min-width:0}.permission-branch-option{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px!important;min-height:34px;padding:8px 10px;border:1px solid #ddd6fe;border-radius:8px;background:#ffffffc2;color:#374151!important;font-weight:600!important;width:100%;min-width:0}.permission-save-btn{background:#7c3aed;color:#fff;border:none;padding:10px 24px;border-radius:12px;font-weight:600;cursor:pointer;box-shadow:0 12px 24px #7c3aed33;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.permission-save-btn:hover:not(:disabled){background:#6d28d9;transform:translateY(-1px);box-shadow:0 16px 30px #6d28d942}.permission-save-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.permissions-page-actions{align-items:flex-start}.customer-detail-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;padding-bottom:10px;gap:16px}.customer-detail-row span{color:#6b7280;font-size:.9rem}.customer-detail-row strong{color:#1f2937;font-size:.92rem;text-align:right;min-width:0;overflow-wrap:anywhere}.customer-notes-row{grid-column:1 / -1;align-items:flex-start}.customer-notes-row strong{max-width:70%;white-space:pre-wrap}.pill-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:900;line-height:1;border:1px solid rgba(148,163,184,.55);background:#94a3b81f;color:#475569}.pill-badge-neutral{border-color:#94a3b88c;background:#94a3b81f;color:#475569}.pill-badge-danger{border-color:#ef444459;background:#ef44441f;color:#b91c1c}.customer-tickets-grid{margin-top:4px}.customer-ticket-card{border-radius:16px}.customer-ticket-card .ticket-card-header{padding:10px 14px 0;min-height:34px;border-bottom:none;justify-content:flex-end}.customer-ticket-card .ticket-status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.02em;text-transform:uppercase;color:#fff;white-space:nowrap}.customer-ticket-card .ticket-status-badge.pending{background:#d97706}.customer-ticket-card .ticket-status-badge.accepted{background:#0284c7}.customer-ticket-card .ticket-status-badge.in-progress{background:#7c3aed}.customer-ticket-card .ticket-status-badge.done{background:#059669}.customer-ticket-card .ticket-status-badge.closed{background:#64748b}.customer-ticket-card .ticket-card-body{padding-top:8px}.customer-ticket-priority-row{margin-top:14px}.customer-priority-badge{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase}.customer-priority-badge.important{background:#fee2e2;color:#b91c1c}.customer-priority-badge.low{background:#e2e8f0;color:#334155}@media(max-width:900px){.customer-overview-grid{grid-template-columns:1fr}.permissions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.permissions-grid{grid-template-columns:1fr}.permission-card{padding:14px 16px}.permissions-panel{padding:16px}}@media(max-width:640px){.customer-profile-header-card{flex-direction:column;align-items:flex-start}}@media(max-width:760px){.customer-profile-page .page-content{gap:16px}.customer-profile-back-row{margin-bottom:0}.customer-profile-header-card{padding:18px;border-radius:14px}.customer-profile-avatar{width:56px;height:56px;font-size:1.35rem}.customer-profile-name-block h2{font-size:1.15rem}.customer-profile-tabs{width:100%;max-width:320px}.customer-profile-tab{flex:1;min-width:0;padding:10px 12px}.customer-overview-card{padding:18px;border-radius:14px}.customer-overview-header{align-items:flex-start;flex-direction:column}.customer-overview-header .action-buttons-cell{width:100%;justify-content:flex-start;flex-wrap:wrap}html[dir=rtl] .customer-overview-header .action-buttons-cell{justify-content:flex-end}}@media(max-width:520px){.dashboard-shell-header{padding:0 8px;gap:6px}.dashboard-shell-title{font-size:1rem}.dashboard-shell-actions{gap:5px}.dashboard-shell-icon-btn,.dashboard-shell-lang-btn,.dashboard-shell-user,.dashboard-shell-mobile-menu{min-width:34px;width:34px;height:34px}.dashboard-shell-lang-btn{width:auto;min-width:52px;font-size:.84rem}.dashboard-shell-chevron-btn{width:16px}.customer-profile-header-card{flex-direction:column;align-items:stretch}.customer-ticket-count-badge{width:fit-content}.customer-detail-row{align-items:flex-start;flex-direction:column;gap:4px}.customer-detail-row strong{text-align:start}.customer-notes-row strong{max-width:100%}}.stats-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:24px}.stats-cards .stat-card{background:#fff;border-radius:12px;padding:22px 24px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0f172a14;border:1px solid #edf0f5;transition:transform .15s ease,box-shadow .15s ease}.stats-cards .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f172a1f}.stats-cards .stat-card.active{box-shadow:0 0 0 2px #2563eb47,0 8px 22px #0f172a1f;border-color:#dbe5ff;transform:none}.stats-cards .stat-icon{width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-cards .stat-content{display:flex;flex-direction:column;justify-content:center}.stats-cards .stat-label{font-size:1.1rem;color:#6b7280;margin-bottom:2px}.stats-cards .stat-value{font-size:2.7rem;line-height:1;font-weight:700;color:#111827}.dashboard-section h2{margin:0 0 18px;color:#1f2937;font-size:2.2rem;font-weight:700}.tickets-grid.customer-tickets-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media(max-width:1300px){.stats-cards,.tickets-grid.customer-tickets-grid,.stats-cards.admin-stats-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.stats-cards,.tickets-grid.customer-tickets-grid,.stats-cards.admin-stats-compact{grid-template-columns:1fr}}.stats-cards.admin-stats-compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stats-cards.admin-stats-compact .stat-card{padding:14px 16px;border-radius:10px;gap:12px}.stats-cards.admin-stats-compact .stat-icon{width:44px;height:44px;border-radius:10px}.stats-cards.admin-stats-compact .stat-label{font-size:.9rem}.stats-cards.admin-stats-compact .stat-value{font-size:2rem}.recent-tickets-container{background:#fff;border:1px solid #eceff4;border-radius:14px;box-shadow:0 2px 8px #0f172a14;padding:18px}.recent-tickets-container h3{margin:0 0 14px;color:#1f2937;font-size:1.9rem;font-weight:700}.recent-tickets-container .tickets-grid{margin-top:0}.recent-tickets-container .ticket-customer-name{font-size:1rem;font-weight:500}.page-header.dashboard-header{background:#1f3f97;padding:0;min-height:64px;box-shadow:none}.page-header.dashboard-header .header-content{width:100%;min-height:95px;padding:8px 20px;background:#1f3f97;display:flex;align-items:center;justify-content:space-between;gap:20px}.page-header.dashboard-header .header-brand h2{margin:0;font-size:10px;line-height:1;color:#fff;font-weight:700;white-space:nowrap}.page-header.dashboard-header .header-user-info{display:flex;align-items:center;justify-content:flex-end;gap:28px;flex:1}.page-header.dashboard-header .user-info-main{display:flex;align-items:center;gap:12px}.page-header.dashboard-header .user-avatar-large{width:42px;height:42px;border-radius:50%;background:#ffffff38;border:2px solid rgba(255,255,255,.35);color:#fff;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center}.page-header.dashboard-header .user-greeting{color:#fff;font-size:18px;line-height:1;font-weight:700}.page-header.dashboard-header .user-email{display:none}.page-header.dashboard-header .user-role-badge{margin-top:4px;background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700;line-height:1}.page-header.dashboard-header .header-time-section{display:flex;align-items:center;gap:18px}.page-header.dashboard-header .time-clock{align-items:flex-end}.page-header.dashboard-header .time-value{color:#fff;font-size:20px;line-height:1;font-family:Consolas,Courier New,monospace;font-weight:700;letter-spacing:.5px}.page-header.dashboard-header .date-value{color:#ffffffdb;font-size:12px;margin-top:4px;line-height:1;white-space:nowrap}.page-header.dashboard-header .logout-button{display:inline-flex;align-items:center;gap:6px;border:none;border-radius:8px;background:#ffffff2e;color:#fff;padding:8px 14px;font-size:14px;font-weight:600}@media(max-width:1200px){.page-header.dashboard-header .header-brand h1{font-size:28px}.page-header.dashboard-header .user-greeting{font-size:22px}.page-header.dashboard-header .time-value{font-size:28px}.page-header.dashboard-header .date-value{font-size:14px}}.stats-cards.customers-stats-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.stats-cards.customers-stats-cards .stat-card{min-height:118px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 12px #667eea3d;border:none;padding:20px;gap:16px}.stats-cards.customers-stats-cards .stat-icon{width:60px;height:60px;border-radius:12px;background:#fff3;display:flex;align-items:center;justify-content:center}.stats-cards.customers-stats-cards .stat-icon svg{color:#fff}.stats-cards.customers-stats-cards .stat-label{color:#ffffffe6;font-size:1rem;margin-bottom:6px}.stats-cards.customers-stats-cards .stat-value{color:#fff;font-size:2.25rem;line-height:1;font-weight:700}@media(max-width:1100px){.stats-cards.customers-stats-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.stats-cards.customers-stats-cards{grid-template-columns:1fr}}.btn-status{color:#fff;font-weight:600}.btn-activate{background:#16a34a}.btn-activate:hover:not(:disabled){background:#15803d}.btn-deactivate{background:#dc2626}.btn-deactivate:hover:not(:disabled){background:#b91c1c}.btn-status:disabled{opacity:.65;cursor:not-allowed}.card-footer .admin-action-btn{min-width:0;flex:1 1 0;padding:8px 12px;border-radius:10px;border:1px solid transparent;font-size:.8rem;font-weight:700;letter-spacing:.01em;text-align:center;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease,border-color .15s ease}.card-footer .admin-action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 14px #0f172a24}.card-footer .admin-action-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #0f172a1a}.card-footer .admin-action-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.card-footer .admin-action-edit{background:#eef2ff;color:#3730a3;border-color:#c7d2fe}.card-footer .admin-action-edit:hover:not(:disabled){background:#e0e7ff}.card-footer .admin-action-btn.btn-activate{background:#16a34a;color:#fff;border-color:#15803d}.card-footer .admin-action-btn.btn-activate:hover:not(:disabled){background:#15803d}.card-footer .admin-action-btn.btn-deactivate{background:#dc2626;color:#fff;border-color:#b91c1c}.card-footer .admin-action-btn.btn-deactivate:hover:not(:disabled){background:#b91c1c}.card-footer .admin-action-btn.btn-delete{background:#fff1f2;color:#be123c;border-color:#fecdd3}.card-footer .admin-action-btn.btn-delete:hover:not(:disabled){background:#ffe4e6}.branch-profile-page .card-footer{padding:14px 16px;gap:8px;flex-wrap:nowrap}.branch-profile-page .card-footer .admin-action-btn{flex:1 1 0;min-width:0;min-height:46px;padding:8px 10px;border-radius:10px;font-size:clamp(.72rem,2.9vw,.82rem);line-height:1.1;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis}.branch-profile-page .card-footer .admin-action-edit{flex-basis:34%}.branch-profile-page .card-footer .btn-status,.branch-profile-page .card-footer .btn-delete{flex-basis:33%}@media(max-width:420px){.branch-profile-page .card-footer{padding:12px;gap:6px}.branch-profile-page .card-footer .admin-action-btn{min-height:42px;padding:7px 8px;font-size:.72rem}}.stats-cards.root-stats-admin-color .stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 4px 14px #667eea47}.stats-cards.root-stats-admin-color .stat-icon{background:#fff3;border-radius:12px}.stats-cards.root-stats-admin-color .stat-icon svg{color:#fff}.stats-cards.root-stats-admin-color .stat-label{color:#ffffffdb}.stats-cards.root-stats-admin-color .stat-value{color:#fff}.root-quick-actions-container{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:18px;box-shadow:0 2px 8px #0f172a0f}.root-quick-actions-container .dashboard-section h2,.root-quick-actions-container h2{margin:0 0 16px}.admin-edit-modal{max-width:560px}.admin-edit-modal .modal-header{padding:18px 22px}.admin-edit-form{padding:18px 22px 8px}.admin-edit-form .form-group{margin-bottom:14px}.admin-edit-form .form-group label{margin-bottom:8px;font-size:.88rem;font-weight:600;color:#374151}.admin-edit-form .form-group input{min-height:42px}.admin-edit-modal .modal-footer{padding:14px 22px 18px;gap:10px}.profile-edit-modal,.profile-password-modal{max-width:700px}.profile-edit-modal .modal-header,.profile-password-modal .modal-header{padding:22px 28px 18px}.profile-edit-form,.profile-password-form{padding:22px 28px 10px}.profile-edit-form .form-group,.profile-password-form .form-group{margin-bottom:18px}.profile-edit-form .form-group label,.profile-password-form .form-group label{margin-bottom:10px;font-size:.95rem;font-weight:600;color:#374151}.profile-edit-form .form-group input,.profile-password-form .form-group input{min-height:56px;padding:14px 16px;border-radius:12px}.profile-edit-form .form-row{gap:20px}.profile-edit-modal .modal-footer,.profile-password-modal .modal-footer{padding:18px 28px 22px;gap:14px}@media(max-width:640px){.profile-edit-modal,.profile-password-modal{width:calc(100% - 24px);max-width:none}.profile-edit-modal .modal-header,.profile-password-modal .modal-header,.profile-edit-form,.profile-password-form,.profile-edit-modal .modal-footer,.profile-password-modal .modal-footer{padding-left:18px;padding-right:18px}.profile-edit-form .form-row{grid-template-columns:1fr;gap:0}}.distributor-create-modal{max-width:540px}.distributor-create-modal .modal-header{padding:18px 22px}.distributor-create-form{padding:18px 22px 8px}.distributor-create-form .form-group{margin-bottom:14px}.distributor-create-form .form-group label{margin-bottom:8px;font-size:.88rem;font-weight:600;color:#374151}.distributor-create-form .form-group input{min-height:42px}.distributor-create-modal .modal-footer{padding:14px 22px 18px;gap:10px}.distributor-edit-modal{max-width:540px}.distributor-edit-modal .modal-header{padding:18px 22px}.distributor-edit-form{padding:18px 22px 8px}.distributor-edit-form .form-group{margin-bottom:14px}.distributor-edit-form .form-group label{margin-bottom:8px;font-size:.88rem;font-weight:600;color:#374151}.distributor-edit-form .form-group input{min-height:42px}.distributor-edit-modal .modal-footer{padding:14px 22px 18px;gap:10px}.admin-create-modal{max-width:560px}.admin-create-modal .modal-header{padding:18px 22px}.admin-create-form{padding:18px 22px 8px}.admin-create-form .form-group{margin-bottom:14px}.admin-create-form .form-group label{margin-bottom:8px;font-size:.88rem;font-weight:600;color:#374151}.admin-create-form .form-group input,.admin-create-form .form-group select{min-height:42px}.field-error-message{margin-top:7px;padding:8px 10px;border:1px solid rgba(220,38,38,.22);border-radius:8px;background:#fee2e2b8;color:#991b1b;font-size:.82rem;font-weight:600;line-height:1.35}.field-help-text{display:block;margin-top:7px;color:#64748b;font-size:.82rem;line-height:1.35}.admin-create-modal .modal-footer{padding:14px 22px 18px;gap:10px}.dashboard-shell-header{position:fixed;top:0;left:var(--sidebar-width);z-index:900;min-height:var(--top-chrome-height);height:var(--top-chrome-height);width:calc(100% - var(--sidebar-width));max-width:calc(100% - var(--sidebar-width));min-width:0;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:14px;box-shadow:0 1px #0f172a08}.app-layout.sidebar-closed .dashboard-shell-header{left:var(--sidebar-collapsed-width);width:calc(100% - var(--sidebar-collapsed-width));max-width:calc(100% - var(--sidebar-collapsed-width))}html[dir=rtl] .dashboard-shell-header{right:var(--sidebar-width);left:auto}html[dir=rtl] .app-layout.sidebar-closed .dashboard-shell-header{right:var(--sidebar-collapsed-width);left:auto}.dashboard-shell-mobile-menu{display:none;min-width:38px;height:38px;border:1px solid #e3e7ef;border-radius:10px;background:#fff;color:#1f2a37;align-items:center;justify-content:center;cursor:pointer}.dashboard-shell-mobile-menu:hover{background:#f3f4f6}.dashboard-shell-title{font-size:1.5rem;font-weight:700;color:#1f2a37;line-height:1;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell-actions{display:flex;align-items:center;gap:10px;min-width:0;flex:0 1 auto;justify-content:flex-end}.dashboard-shell-icon-btn,.dashboard-shell-lang-btn{min-width:38px;height:38px;border:1px solid #e3e7ef;border-radius:8px;background:#fff;color:#7b8798;display:inline-flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer}.dashboard-shell-icon-btn{position:relative}.dashboard-shell-dot{position:absolute;top:3px;right:3px;min-width:14px;height:14px;padding:0 3px;border-radius:999px;background:#ef4444;color:#fff;font-size:.62rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ffffff}.dashboard-shell-notification-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:.66rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;border:2px solid #ffffff;font-weight:800}.dashboard-shell-user{width:38px;height:38px;border:none;border-radius:999px;background:#22c55e;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;display:grid;place-items:center}.dashboard-shell-chevron-btn{width:20px;height:20px;border:none;background:transparent;color:#98a2b3;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.dashboard-shell-user-menu{position:relative;display:inline-flex;align-items:center;gap:2px}.dashboard-shell-chevron-btn.open{transform:rotate(180deg)}.dashboard-shell-user-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:172px;padding:6px;border:1px solid #e3e7ef;border-radius:10px;background:#fff;box-shadow:0 12px 28px #0f172a24;z-index:1200}.dashboard-shell-user-dropdown-item{width:100%;border:none;background:transparent;color:#1f2a37;text-align:left;white-space:nowrap;padding:9px 10px;border-radius:8px;cursor:pointer;font-size:.92rem;font-weight:600}.dashboard-shell-user-dropdown-item:hover{background:#f3f6fb}html[dir=rtl] .dashboard-shell-user-dropdown{right:auto;left:0}html[dir=rtl] .dashboard-shell-user-dropdown-item{text-align:right}.dashboard-shell-user:hover,.dashboard-shell-icon-btn:hover,.dashboard-shell-lang-btn:hover,.dashboard-shell-chevron-btn:hover{border-color:#d0d7e2;background:#f8fafc}.dashboard-shell-notifications{position:relative}.dashboard-shell-notifications-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:min(92vw,390px);background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #d9e2ef;border-radius:14px;box-shadow:0 18px 36px #0f172a29;z-index:1200;overflow:hidden}html[dir=rtl] .dashboard-shell-notifications-dropdown{right:auto;left:0}.dashboard-shell-notifications-header{display:flex;align-items:flex-start;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #e5edf7;background:#fff}.dashboard-shell-notifications-title-wrap{display:flex;flex-direction:column;gap:5px}.dashboard-shell-notifications-unread-chip{display:inline-flex;align-items:center;width:fit-content;padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.02em;background:#ecfdf3;color:#047857}.dashboard-shell-notification-action{border:1px solid #cfe0fb;background:#f8fbff;color:#1d4ed8;font-size:.74rem;font-weight:700;padding:6px 9px;border-radius:8px;cursor:pointer;transition:all .2s ease}.dashboard-shell-notification-action:hover:not(:disabled){border-color:#93c5fd;background:#eef5ff}.dashboard-shell-notification-action:disabled{color:#97a4b7;border-color:#dce3ee;background:#f8fafc;cursor:not-allowed}.dashboard-shell-notifications-list{max-height:360px;overflow-y:auto;padding:6px}.dashboard-shell-notification-item{width:100%;border:1px solid #e5edf6;border-radius:10px;background:#fff;text-align:left;padding:10px 10px 9px;cursor:pointer;margin-bottom:7px;transition:background-color .2s ease,border-color .2s ease,transform .15s ease}.dashboard-shell-notification-item:last-child{margin-bottom:0}.dashboard-shell-notification-item:hover{border-color:#c9d9ef;background:#f8fbff;transform:translateY(-1px)}.dashboard-shell-notification-item.unread{border-color:#93c5fd;background:linear-gradient(135deg,#eff6ff,#fff 56%)}.dashboard-shell-notification-row{display:flex;align-items:flex-start;gap:10px}.dashboard-shell-notification-new{flex-shrink:0;display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:999px;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:#2563eb;color:#fff}.dashboard-shell-notification-item .message{color:#0f172a;font-size:.85rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dashboard-shell-notification-item .time{margin-top:6px;color:#64748b;font-size:.72rem;font-weight:600}.dashboard-shell-notification-empty{padding:20px 12px;color:#64748b;text-align:center;font-size:.82rem}.system-logs-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.system-logs-count{color:#475569;font-size:.86rem;font-weight:600}.system-logs-filters{display:flex;gap:8px;align-items:center;margin-bottom:12px}.system-logs-filters input,.system-logs-filters select{min-height:34px;border:1px solid #d5deea;border-radius:8px;padding:6px 10px;background:#fff}.system-logs-filters input{flex:1}.system-logs-pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:12px}.data-table tbody tr.system-log-row--success{background-color:#10b9810f}.data-table tbody tr.system-log-row--failed{background-color:#ef44440f}.data-table tbody tr.system-log-row--neutral{background-color:#94a3b80f}.data-table tbody tr.system-log-row--success:hover{background-color:#10b98117}.data-table tbody tr.system-log-row--failed:hover{background-color:#ef444417}.data-table tbody tr.system-log-row--neutral:hover{background-color:#94a3b817}.data-table tbody tr.system-log-row--clickable{cursor:pointer}.data-table tbody tr.system-log-row--clickable .system-log-action-title{text-decoration:underline;text-underline-offset:3px}.data-table tbody tr.system-log-row--success td:first-child{border-left:4px solid #10b981;padding-left:12px}.data-table tbody tr.system-log-row--failed td:first-child{border-left:4px solid #ef4444;padding-left:12px}.data-table tbody tr.system-log-row--neutral td:first-child{border-left:4px solid #94a3b8;padding-left:12px}.system-log-action-line{display:flex;align-items:center;gap:10px}.system-log-action-title{font-weight:900;color:#0f172a;line-height:1.25}.system-log-meta{margin-top:4px;display:grid;gap:2px}.system-log-details{color:#475569;font-size:.82rem;line-height:1.25;overflow-wrap:anywhere}.system-log-user{font-weight:700;color:#0f172a}.system-log-user-role{margin-top:2px;color:#64748b;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.system-log-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.system-log-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:900;line-height:1;border:1px solid rgba(148,163,184,.45);background:#94a3b824;color:#475569}.system-log-status-badge--success{border-color:#10b98159;background:#10b9811f;color:#047857}.system-log-status-badge--failed{border-color:#ef444459;background:#ef44441f;color:#b91c1c}.system-log-status-badge--neutral{border-color:#94a3b873;background:#94a3b824;color:#475569}.other-subject-toggle{display:flex;align-items:center;gap:6px;width:100%;padding:5px;margin:0;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#eef3f9);border:1px solid #d5deea;box-shadow:inset 0 1px #ffffffe6}.other-subject-heading{display:flex;flex-direction:column;align-items:stretch;gap:7px;margin-bottom:8px}.other-subject-heading label{margin-bottom:0;white-space:nowrap}.other-subject-option{display:inline-flex;align-items:center;justify-content:center;flex:1;min-height:34px;padding:7px 10px;border-radius:9px;border:0;background:transparent;color:#334155;font-size:.84rem;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .15s,box-shadow .15s,color .15s,transform .15s}.other-subject-option input{display:none}.other-subject-option.active{background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;box-shadow:0 8px 18px #d9770638;transform:none}.readonly-subject-input{background:#94a3b829!important;border-color:#94a3b899!important;color:#0f172a!important}@media(max-width:760px){.other-ticket-primary-row{grid-template-columns:1fr;align-items:stretch}.other-subject-heading{align-items:stretch;flex-direction:column;gap:8px}.other-subject-toggle{width:100%}.other-subject-option{flex:1}}.notifications-page-shell{position:relative;border:1px solid #dde4ef;border-radius:18px;padding:18px;background:radial-gradient(circle at 10% 0%,rgba(13,148,136,.16),transparent 38%),radial-gradient(circle at 100% 100%,rgba(59,130,246,.16),transparent 42%),#fff;box-shadow:0 18px 40px #0f172a14}.notifications-page-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.notifications-page-hero h2{margin:0;font-size:1.22rem;color:#0f172a}.notifications-page-hero p{margin:6px 0 0;max-width:560px;color:#475569;font-size:.9rem}.notifications-page-counter{flex-shrink:0;display:inline-flex;flex-direction:column;align-items:center;min-width:86px;padding:8px 10px;border-radius:12px;background:#0f172a;color:#dbeafe}.notifications-page-counter span{font-size:.7rem;letter-spacing:.05em;text-transform:uppercase}.notifications-page-counter strong{margin-top:2px;font-size:1.45rem;line-height:1;color:#f8fafc}.notifications-page-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.notifications-search-input{width:min(380px,100%);padding:9px 11px;border:1px solid #d3deeb;border-radius:10px;font-size:.9rem;color:#0f172a;background:#fff}.notifications-search-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f629}.notifications-page-list{display:flex;flex-direction:column;gap:10px}.notifications-page-item{border:1px solid #dbe5f1;background:#fff;border-radius:13px;text-align:left;padding:11px 12px;cursor:pointer;transition:transform .16s ease,box-shadow .2s ease,border-color .2s ease}.notifications-page-item:hover{transform:translateY(-1px);box-shadow:0 12px 26px #0f172a14}.notifications-page-item.unread{border-color:#34d399;background:linear-gradient(135deg,#10b98124,#fff 45%)}.notifications-page-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.notifications-page-state{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em;color:#0f172a;background:#e2e8f0}.notifications-page-item.unread .notifications-page-state{background:#059669;color:#ecfdf5}.notifications-page-message{color:#0f172a;font-size:.9rem;line-height:1.35}.notifications-page-time{color:#64748b;font-size:.75rem}.dashboard-shell-lang-btn{min-width:64px;gap:6px;padding:0 10px;font-size:.95rem}.dashboard-welcome-card{margin:14px 0 18px;padding:20px 22px;border-radius:12px;background:linear-gradient(90deg,#1f3f73,#3f6ea7);color:#fff;box-shadow:0 2px 8px #0f172a1a}.dashboard-welcome-card h2{margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.dashboard-welcome-card p{margin:8px 0 0;font-size:.96rem;color:#ffffffdb}@media(max-width:768px){.dashboard-shell-header{padding:0 10px;gap:8px}.dashboard-shell-mobile-menu{display:inline-flex}.dashboard-shell-title{font-size:1.1rem}.dashboard-welcome-card h2{font-size:1.2rem}.dashboard-welcome-card p{font-size:.88rem}.notifications-page-shell{padding:14px;border-radius:14px}.notifications-page-hero{flex-direction:column;gap:10px}.notifications-page-counter{min-width:76px}.notifications-page-item-head{flex-direction:column;align-items:flex-start;gap:6px}}@media(max-width:900px){.app-layout{--sidebar-width: 260px;--sidebar-collapsed-width: 260px}.main-content,.app-layout.sidebar-closed .main-content,html[dir=rtl] .main-content,html[dir=rtl] .app-layout.sidebar-closed .main-content{width:100%;max-width:100%;margin-left:0;margin-right:0;border-left:0;border-right:0}.dashboard-shell-header,.app-layout.sidebar-closed .dashboard-shell-header,html[dir=rtl] .dashboard-shell-header,html[dir=rtl] .app-layout.sidebar-closed .dashboard-shell-header{top:0;left:0;right:0;width:100%;max-width:100%;height:var(--top-chrome-height);min-height:var(--top-chrome-height);padding:0 12px;gap:10px}.dashboard-shell-mobile-menu{display:inline-flex;flex:0 0 auto}.dashboard-shell-title{font-size:1.18rem}.dashboard-shell-actions{flex:0 0 auto;gap:8px}.dashboard-shell-lang-btn{min-width:58px;padding:0 8px}.sidebar{width:var(--sidebar-width);transform:translate(-110%);transition:transform .25s ease;box-shadow:0 18px 40px #0f172a2e;z-index:1000}html[dir=rtl] .sidebar{transform:translate(110%)}.sidebar.open{transform:translate(0)}.sidebar.closed{transform:translate(-110%)}html[dir=rtl] .sidebar.closed{transform:translate(110%)}.app-layout.sidebar-open:before{z-index:950}}.customer-create-modal{max-width:680px;width:min(88vw,680px);max-height:min(90vh,920px);border-radius:16px;overflow-y:auto;overflow-x:hidden;border:1px solid #e5eaf3;box-shadow:0 24px 70px #0f172a42}.customer-create-modal .modal-header{position:sticky;top:0;z-index:2;padding:18px 22px;background:linear-gradient(120deg,#eff6ff,#f8faff);border-bottom:1px solid #e5eaf3}.customer-create-modal .modal-header h2{font-size:1.1rem;font-weight:700;color:#1f2a44}.customer-create-modal .modal-close{width:30px;height:30px;border-radius:8px;border:1px solid #d8e0ef;color:#4b5c7a;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s,color .2s}.customer-create-modal .modal-close:hover{background:#eef3ff;border-color:#c5d4f2;color:#2b3f66}.customer-create-form{padding:18px 22px 10px;display:grid;gap:4px}.customer-create-form .form-group{margin-bottom:12px}.customer-create-form .form-group label{display:block;margin-bottom:8px;font-size:.95rem;font-weight:600;color:#334155}.customer-create-form .form-group input,.customer-create-form .form-group select,.customer-create-form .form-group textarea{min-height:54px;border-color:#d9e2f1;border-radius:12px;background:#fbfdff;padding:12px 14px}.customer-create-form .form-group textarea{min-height:96px;resize:vertical}.customer-create-form .form-row{gap:20px}.customer-create-modal .modal-footer{position:sticky;bottom:0;z-index:2;padding:16px 22px 18px;gap:12px;border-top:1px solid #e9eef7;background:#fff}.customer-edit-modal{max-width:680px;width:min(88vw,680px);max-height:min(92vh,920px);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e5eaf3;box-shadow:0 24px 70px #0f172a42}.customer-edit-modal .modal-header{flex:0 0 auto;padding:16px 20px;background:linear-gradient(120deg,#eff6ff,#f8faff);border-bottom:1px solid #e5eaf3;border-top-left-radius:16px;border-top-right-radius:16px}.customer-edit-modal .modal-header h2{font-size:1.05rem;font-weight:700;color:#1f2a44}.customer-edit-modal .modal-close{width:30px;height:30px;border-radius:8px;border:1px solid #d8e0ef;color:#4b5c7a;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s,color .2s}.customer-edit-modal .modal-close:hover{background:#eef3ff;border-color:#c5d4f2;color:#2b3f66}.customer-edit-form{padding:14px 20px 10px;display:grid;gap:2px;overflow-y:auto;overflow-x:hidden;min-height:0}.customer-edit-form .form-group{margin-bottom:8px}.customer-edit-form .form-group label{display:block;margin-bottom:4px;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600;color:#53627d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-edit-form .form-group input,.customer-edit-form .form-group select,.customer-edit-form .form-group textarea{min-height:36px;border-color:#d9e2f1;border-radius:8px;background:#fbfdff;padding:8px 10px}.customer-edit-form .form-group input:hover,.customer-edit-form .form-group select:hover,.customer-edit-form .form-group textarea:hover{border-color:#c4d2eb}.customer-edit-form .form-group input:focus,.customer-edit-form .form-group select:focus,.customer-edit-form .form-group textarea:focus{border-color:#5478c7;box-shadow:0 0 0 3px #5478c724;background:#fff}.customer-edit-form .form-group textarea{min-height:52px}.customer-edit-form .form-group.form-group-checkbox{margin-top:2px}.customer-edit-form .form-group .checkbox-row{text-transform:none;letter-spacing:normal;font-size:.9rem;font-weight:700;color:#0f172a;margin:0;display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid #d9e2f1;background:#fbfdff;cursor:pointer;transition:border-color .15s,box-shadow .15s,background-color .15s}.customer-edit-form .form-group .checkbox-row:hover{border-color:#c4d2eb}.customer-edit-form .form-group .checkbox-row input{width:18px;height:18px}.customer-edit-form .form-group .checkbox-row span{display:inline-flex;align-items:center;gap:6px}.customer-edit-form .form-row{gap:10px}.customer-edit-modal .modal-footer{position:sticky;bottom:0;z-index:2;padding:12px 20px 14px;gap:8px;border-top:1px solid #e9eef7;background:#fbfdff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.customer-edit-modal .modal-footer .btn-secondary,.customer-edit-modal .modal-footer .btn-primary{min-width:132px;min-height:36px;padding:8px 14px}@media(max-width:768px){.customer-create-modal,.customer-edit-modal{width:95vw;max-height:calc(100vh - 24px)}.customer-create-form,.customer-edit-form{padding:12px 14px 10px}.customer-create-modal .modal-header,.customer-create-modal .modal-footer,.customer-edit-modal .modal-header,.customer-edit-modal .modal-footer{padding-left:14px;padding-right:14px}.customer-create-form .form-row,.customer-edit-form .form-row{grid-template-columns:1fr;gap:0}.customer-create-modal .modal-footer .btn-secondary,.customer-create-modal .modal-footer .btn-primary,.customer-edit-modal .modal-footer .btn-secondary,.customer-edit-modal .modal-footer .btn-primary{min-width:0;flex:1}}.dashboard-page .dashboard-welcome-card h2{font-size:1.2rem}.dashboard-page .dashboard-welcome-card p{font-size:.86rem}.dashboard-page .stats-cards .stat-label{font-size:.9rem}.dashboard-page .stats-cards .stat-value{font-size:1.8rem}.dashboard-page .dashboard-section h2{font-size:1.35rem}.dashboard-page .recent-tickets-container h3{font-size:1.2rem}.dashboard-page .stats-cards.admin-stats-compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dashboard-page .stats-cards.admin-stats-compact .stat-card{background:#fff;border:1px solid #e6ebf2;box-shadow:0 4px 14px #0f172a14;border-radius:14px;padding:16px 18px;min-height:98px;display:flex;align-items:center;gap:14px;cursor:pointer;text-align:left;appearance:none}.dashboard-page .stats-cards.admin-stats-compact .stat-card-pending{background:linear-gradient(180deg,#fff,#fffbeb);border-color:#fde68a}.dashboard-page .stats-cards.admin-stats-compact .stat-card-in-progress{background:linear-gradient(180deg,#fff,#fdf4ff);border-color:#f5d0fe}.dashboard-page .stats-cards.admin-stats-compact .stat-card-accepted{background:linear-gradient(180deg,#fff,#ecfeff);border-color:#a5f3fc}.dashboard-page .stats-cards.admin-stats-compact .stat-card-done{background:linear-gradient(180deg,#fff,#ecfdf5);border-color:#86efac}.dashboard-page .stats-cards.admin-stats-compact .stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f172a1f}.dashboard-page .stats-cards.admin-stats-compact .stat-icon{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-page .stats-cards.admin-stats-compact .stat-content{display:flex;flex-direction:column;gap:3px}.dashboard-page .stats-cards.admin-stats-compact .stat-label{color:#6b7280;font-size:.72rem;font-weight:600;line-height:1.2}.dashboard-page .stats-cards.admin-stats-compact .stat-value{color:#0f172a;font-size:1.35rem;font-weight:800;line-height:1}.danger-modal-overlay{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;padding:24px;background:#0f172a7a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.danger-modal{width:min(100%,520px);background:#fff;border:1px solid #fee2e2;border-radius:8px;box-shadow:0 24px 70px #0f172a47;padding:24px;color:#172033}.danger-modal-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;margin-bottom:16px;background:#fee2e2;color:#b91c1c;font-size:1.4rem;font-weight:900}.danger-modal-copy{display:grid;gap:8px}.danger-modal-eyebrow{margin:0;color:#dc2626;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.danger-modal h2{margin:0;color:#0f172a;font-size:1.45rem;line-height:1.2}.danger-modal p{margin:0;color:#556071;line-height:1.55}.danger-modal-error{margin-top:14px;padding:10px 12px;border-radius:8px;background:#fef2f2;color:#991b1b;font-weight:700}.danger-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.danger-modal-cancel,.danger-modal-confirm{min-height:42px;border:0;border-radius:8px;padding:0 16px;font-weight:800;cursor:pointer}.danger-modal-cancel{background:#eef2f7;color:#334155}.danger-modal-confirm{background:#dc2626;color:#fff;box-shadow:0 10px 22px #dc262642}.danger-modal-cancel:disabled,.danger-modal-confirm:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}@media(max-width:560px){.danger-modal-overlay{padding:14px}.danger-modal{padding:20px}.danger-modal-actions{flex-direction:column-reverse}.danger-modal-cancel,.danger-modal-confirm{width:100%}}@media(max-width:900px){html[dir=rtl] .sidebar.open{transform:translate(0)}.app-layout.sidebar-open .dashboard-shell-header{z-index:960}}@media(max-width:640px){.dashboard-shell-notifications-dropdown{position:fixed;top:calc(var(--top-chrome-height, 80px) + 8px);left:12px;right:12px;width:auto;max-width:none;max-height:calc(100dvh - var(--top-chrome-height, 80px) - 24px)}html[dir=rtl] .dashboard-shell-notifications-dropdown{left:12px;right:12px}.dashboard-shell-notifications-header{align-items:center;gap:10px}.dashboard-shell-notifications-title-wrap{min-width:0}.dashboard-shell-notifications-title-wrap strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell-notification-action{flex:0 0 auto}.dashboard-shell-notifications-list{max-height:calc(100dvh - var(--top-chrome-height, 80px) - 96px)}.pagination-container{align-items:stretch;padding:16px 16px 82px}.pagination-info{width:100%;line-height:1.35}.pagination-controls{width:100%;align-items:stretch;flex-direction:column;gap:12px}.pagination-items-per-page{justify-content:space-between;gap:12px}.pagination-items-per-page label{max-width:calc(100% - 70px);line-height:1.15}.pagination-buttons{width:100%;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.pagination-btn{flex:0 0 auto}}.ticket-card{position:relative;background:#fff;border-radius:14px;border:1px solid #dfe5f0;box-shadow:0 3px 10px #11182714;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease}.ticket-card.priority-high{box-shadow:0 3px 10px #11182714,0 14px 34px #ef444429}.ticket-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:#d97706}.ticket-card.status-pending:before{background:#d97706}.ticket-card.status-in-progress:before{background:#c026d3}.ticket-card.status-accepted:before{background:#0ea5e9}.ticket-card.status-done:before{background:#059669}.ticket-card.status-closed:before{background:#64748b}.ticket-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #11182724}.ticket-card.priority-high:hover{box-shadow:0 8px 22px #11182724,0 18px 44px #ef444433}.ticket-card-header{padding:10px 12px 8px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf1f7}.ticket-status-wrap{display:flex;align-items:center}.ticket-status-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 8px;font-size:.68rem;font-weight:700;line-height:1;border:1px solid transparent}.ticket-status-chip .status-dot{width:8px;height:8px;border-radius:999px;display:inline-block;background:currentColor}.ticket-status-chip.pending{color:#d97706;background:#fff7ed;border-color:#fed7aa}.ticket-status-chip.accepted{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.ticket-status-chip.in-progress{color:#c026d3;background:#fdf4ff;border-color:#f5d0fe}.ticket-status-chip.done{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.ticket-status-chip.closed{color:#64748b;background:#f1f5f9;border-color:#cbd5e1}.ticket-posted-time{color:#94a3b8;font-size:.66rem;font-weight:500}.ticket-card-body{padding:10px 12px}.ticket-main-title{margin:0 0 8px;color:#111827;font-size:1.02rem;line-height:1.2;font-weight:700}.ticket-details{display:flex;flex-direction:column;gap:7px}.ticket-detail-item{display:flex;align-items:center;gap:8px;color:#475569;font-size:.74rem}.ticket-detail-item svg{flex-shrink:0;color:#a1acbd}.ticket-priority-chip{margin-top:10px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 9px;font-size:.68rem;font-weight:700;border:1px solid transparent}.ticket-priority-chip.high{color:#9f1239;background:#fdf2f8;border-color:#fbcfe8;box-shadow:0 10px 18px #ef44442e}.ticket-priority-chip.low{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ticket-actor-section{margin-top:10px;border-top:1px dashed #e3e8f2;padding-top:8px}.ticket-actor-title{display:block;font-size:.68rem;font-weight:600;color:#94a3b8;margin-bottom:6px}.ticket-actor-row{display:inline-flex;align-items:center;gap:8px}.ticket-actor-row+.ticket-actor-row{margin-top:6px}.ticket-actor-avatar{width:26px;height:26px;border-radius:999px;background:linear-gradient(145deg,#3b82f6,#60a5fa);color:#fff;font-size:.74rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ticket-actor-avatar.warm{background:linear-gradient(145deg,#f59e0b,#ef4444)}.ticket-actor-name{color:#1f2937;font-size:.72rem;font-weight:600}.ticket-card-footer{padding:9px 12px;border-top:1px solid #edf1f7;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:8px}.ticket-posted-by{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.ticket-posted-by-label{color:#94a3b8;font-size:.74rem;font-weight:700;white-space:nowrap}.ticket-posted-by-person{display:inline-flex;align-items:center;gap:8px;min-width:0}.ticket-posted-by-name{color:#1f2937;font-size:.9rem;font-weight:700;line-height:1.2;word-break:break-word}.ticket-footer-actions{display:inline-flex;align-items:center;gap:8px}.ticket-open-btn{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;font-weight:700;font-size:.68rem;padding:6px 9px}.ticket-open-btn:hover{background:#dbeafe;color:#1e40af;border-color:#93c5fd}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:url(/assets/MAP-_q6qMIOt.png) no-repeat center center fixed;background-size:cover;position:relative;overflow:hidden}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem;border-radius:16px;box-shadow:0 10px 40px #0000004d,0 0 0 1px #ffffff1a,inset 0 1px #fff3;width:100%;max-width:420px;position:relative;z-index:10}.login-card h2{text-align:center;color:#64748b;margin-bottom:2rem;font-size:1rem;font-weight:500}.login-card img{display:block;width:150px;height:auto;margin:0 auto 1.5rem}.login-card button{width:100%;padding:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer}
