:root{--bg: #ffffff;--surface: #f8fafc;--muted: #5b708b;--primary: #0b3d91;--primary-600: #092f70;--ring: 0 0 0 2px rgba(11, 61, 145, .28)}*{box-sizing:border-box}html,body,#root{height:100%;overflow-x:hidden;overflow-y:auto;width:100%;max-width:100%}body{margin:0;background:radial-gradient(1200px 800px at 80% -10%,rgba(11,61,145,.08),transparent 60%),radial-gradient(800px 600px at 10% 110%,rgba(2,132,199,.08),transparent 60%),var(--bg);color:#0f172a;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";overflow-x:hidden;overflow-y:auto}.layout{display:grid;grid-template-columns:260px 1fr;min-height:100%;overflow-x:hidden;overflow-y:auto;width:100%;max-width:100%}.sidebar{display:flex;flex-direction:column;gap:12px;padding:16px;border-right:1px solid #e2e8f0;background:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow:hidden;width:260px;max-width:260px;-webkit-app-region:drag}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:8px 10px}.sidebar .brand-logo{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#0b3d91,#2563eb);color:#fff;font-weight:700}.sidebar .brand-name{font-weight:700;letter-spacing:.3px}.nav{display:flex;flex-direction:column;gap:8px;-webkit-app-region:no-drag}.no-drag{-webkit-app-region:no-drag}.sidebar .nav{overscroll-behavior:contain;position:relative;scrollbar-width:none}.sidebar .nav::-webkit-scrollbar{width:0px;height:0px}.sidebar .nav:before{content:"";position:absolute;left:6px;top:calc(var(--sb-thumb-top, 0) * 1%);width:3px;height:calc(var(--sb-thumb-height, 100) * 1%);border-radius:999px;background:#94a3b800;box-shadow:0 0 0 1px #94a3b800;transition:background .18s ease,box-shadow .18s ease,opacity .18s ease;opacity:0;pointer-events:none}.sidebar:hover .nav[data-can-scroll="1"]:before{opacity:1;background:#94a3b88c;box-shadow:0 0 0 1px #94a3b81f}.sidebar:hover .nav[data-can-scroll="1"]:before:hover{background:#64748bbf}.sidebar .nav{box-shadow:inset 0 10px 10px -14px #0f172a47,inset 0 -10px 10px -14px #0f172a38}.nav-section{display:flex;flex-direction:column;gap:6px}.nav-item{display:flex;align-items:center;gap:10px;height:38px;padding:0 12px;border-radius:6px;border:none;background:transparent;color:#475569;cursor:pointer;text-align:left;-webkit-app-region:no-drag;position:relative;transition:all .15s ease}.nav-item:hover{background:#f1f5f9;color:#1e293b}.nav-item.active{background:#eff6ff;color:#1d4ed8;font-weight:500}.nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#3b82f6;border-radius:0 2px 2px 0}.nav-item.subtle{background:#ffffff0a}.nav-icon{display:inline-grid;place-items:center;width:22px}.nav-label{font-size:14px}.sidebar-bottom{margin-top:auto}.actions{display:flex;gap:10px}.btn{height:36px;padding:0 14px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#e5e7eb;cursor:pointer;-webkit-app-region:no-drag}.btn:hover{border-color:#fff3}.btn.primary{background:var(--primary);border-color:transparent}.btn.primary:hover{background:var(--primary-600);box-shadow:var(--ring)}.btn.subtle{background:#ffffff0a}.btn.ghost{background:transparent}.content{display:grid;grid-template-rows:auto 1fr auto;min-height:100vh;overflow-x:hidden;overflow-y:auto;width:100%;max-width:100%}.content-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;background:#fff;border-bottom:1px solid #e2e8f0;-webkit-app-region:drag}.topbar-title{font-weight:600;letter-spacing:.3px}.topbar-actions{display:flex;align-items:center;gap:10px;-webkit-app-region:no-drag}.search{height:34px;width:260px;padding:0 12px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;-webkit-app-region:no-drag}.search::placeholder{color:#94a3b8}.content-body{padding:20px;overflow-x:hidden;overflow-y:auto;width:100%;max-width:100%}.panel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.panel h3{margin:0 0 10px;font-size:16px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.quick-actions{display:flex;gap:8px;flex-wrap:wrap}.pulse-wrap{position:relative}@keyframes pulseRingBlue{0%{box-shadow:0 0 #2563eb73}70%{box-shadow:0 0 0 12px #2563eb00}to{box-shadow:0 0 #2563eb00}}.pulse-blue:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;animation:pulseRingBlue 1.6s ease-out infinite}.footer{display:flex;align-items:center;justify-content:center;height:56px;color:#64748b;border-top:1px solid #e2e8f0;background:#fff}.btn{height:40px;padding:0 18px;border-radius:10px;border:1.5px solid #d1dce8;background:#fff;color:#475569;cursor:pointer;transition:all .15s ease;font-weight:500;font-size:14px}.btn:hover{border-color:#94a3b8;background:#f1f5f9;color:#1e293b;transform:translateY(-.5px);box-shadow:0 2px 8px #00000014}.btn:active{transform:translateY(0);box-shadow:0 1px 4px #0000000f}.btn.primary{height:42px;background:linear-gradient(180deg,#2563eb,#1d4ed8);border-color:#1d4ed8;color:#fff;box-shadow:0 2px 8px #2563eb4d;font-weight:600}.btn.primary:hover{background:linear-gradient(180deg,#1d4ed8,#1e40af);box-shadow:0 6px 20px #2563eb73;transform:translateY(-2px)}.btn.primary:active{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb59}.btn.subtle{background:#f1f5f9;border-color:#e2e8f0;color:#64748b}.btn.subtle:hover{background:#e2e8f0;border-color:#cbd5e1;color:#475569}.btn.ghost{background:transparent;border:1px solid #cbd5e1;color:#64748b}.btn.ghost:hover{border-color:#94a3b8;color:#334155;background:#f8fafc}.settings-page{display:grid;gap:16px}.tabs{display:flex;gap:8px;border-bottom:1px solid #e2e8f0}.tab{height:36px;padding:0 14px;border:1px solid transparent;border-bottom:2px solid transparent;background:transparent;cursor:pointer;color:#334155}.tab:hover{background:#f8fafc}.tab.active{color:#0b3d91;border-bottom-color:#0b3d91;font-weight:600}.approval-tabs-container{background:#fff;border-radius:12px;border:1px solid #e5e7eb;margin-bottom:24px;padding:0;box-shadow:0 1px 2px #00000008}.approval-tabs{display:flex;gap:0;padding:0;background:transparent;border-radius:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.approval-tabs::-webkit-scrollbar{display:none}.approval-tab{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border:none;border-radius:0;border-bottom:2px solid transparent;background:transparent;color:#6b7280;font-weight:500;font-size:13.5px;cursor:pointer;transition:all .2s ease;letter-spacing:-.01em;white-space:nowrap;min-width:fit-content}.approval-tab:hover{color:#374151;background:#f9fafb;border-bottom-color:#d1d5db}.approval-tab.active{background:transparent;color:#2563eb;font-weight:600;border-bottom-color:#2563eb}.approval-tab-badge{padding:3px 8px;border-radius:6px;font-size:10.5px;font-weight:700;min-width:22px;text-align:center;background:#f3f4f6;color:#6b7280;margin-left:6px;transition:all .2s ease;border:none}.approval-tab.active .approval-tab-badge{background:#dbeafe;color:#2563eb}.approval-filter-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#fff;border-top:1px solid #f1f5f9;border-radius:0 0 10px 10px}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:24px}.stat-card{padding:18px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.stat-card.accent-left{border-left-width:4px}.stat-label{font-size:11px;color:#64748b;margin-bottom:6px;font-weight:500}.stat-value{font-size:28px;font-weight:700}.settings-row{display:grid;grid-template-columns:220px 1fr;align-items:center;padding:10px 0;border-top:1px dashed #e2e8f0}.settings-row:first-of-type{border-top:none}.settings-label{color:#334155;font-weight:500}.settings-control select,.text-input{height:40px;padding:0 12px;border:1.5px solid #cbd5e1;border-radius:10px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px #0000000a}.text-input::placeholder{color:#94a3b8}.text-input:focus,.settings-control select:focus{outline:none;border-color:#0b3d91;box-shadow:0 0 0 3px #0b3d911f}.settings-actions{display:flex;justify-content:flex-end;gap:10px}.badge{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;background:#0b3d911a;color:#0b3d91;border:1px solid rgba(11,61,145,.28)}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e2e8f0;transition:.2s;border-radius:999px;border:1px solid #cbd5e1}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;top:50%;transform:translateY(-50%);background-color:#fff;transition:.2s;border-radius:50%;box-shadow:0 1px 2px #00000026}.switch input:checked+.slider{background-color:#0b3d912e;border-color:#0b3d9147}.switch input:checked+.slider:before{transform:translate(20px,-50%)}.table{display:grid;gap:6px}.table-head,.table-row{display:grid;grid-template-columns:2fr 1.2fr 1fr 1fr 1fr 64px;gap:10px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;align-items:center}.table-head{position:sticky;top:0;z-index:0;background:#fafbfc;font-weight:500;color:#64748b;border:1px solid #e2e8f0;font-size:13px}.th{display:flex;align-items:center;gap:4px;justify-content:flex-start;padding:0;border:none;background:transparent;color:inherit;cursor:pointer;font-weight:500}.th:hover{color:#0b3d91}.sort-icon{display:inline-grid;place-items:center;color:#cbd5e1}.th:hover .sort-icon{color:#0b3d91}.table-row:nth-child(odd){background:#fff}.table-row:nth-child(2n){background:#fbfdff}.table-row:hover{border-color:#dbe3ee;box-shadow:0 6px 18px #02061712;transform:translateY(-1px)}.user-table .table-head{background:#fafbfc;border-color:#e6f0ff}.user-table .table-row{border-color:#e6f0ff;background:#fbfdff}.user-table .table-row:hover{border-color:#d4e6ff;box-shadow:0 6px 18px #0b3d9114}.table-row{transition:border-color .2s,box-shadow .2s,transform .06s}.table-row:hover{border-color:#dbe3ee;box-shadow:0 4px 18px #0206170f}.user-cell-name{display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#0b3d91,#2563eb);color:#fff;display:grid;place-items:center;font-weight:700}.user-meta .name{font-weight:600}.user-meta .sub{color:#64748b;font-size:12px}.chip{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;font-size:12px;font-weight:500}.chip.brand{border-color:#0b3d9147;color:#0b3d91;background:#0b3d911a}.chip.role-admin{border-color:#ea580c59;color:#9a3412;background:#fb923c24}.chip.role-user{border-color:#e2e8f0;color:#0f172a;background:#f8fafc}.chip.dept{border-color:#0284c747;color:#075985;background:#7dd3fc29}.row-actions{display:flex;justify-content:flex-end;gap:6px}.icon-btn{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;cursor:pointer}.icon-btn:hover{background:#f8fafc}.table-toolbar{display:flex;gap:8px}.group-select{height:34px;padding:0 10px;border-radius:10px;border:1px solid #cbd5e1;background:#fff}.group-block{display:grid;gap:8px;margin-top:10px}.group-header{display:flex;align-items:center;gap:8px;padding:6px 8px;color:#0b3d91}.group-chip{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;border:1px solid rgba(11,61,145,.28);background:#0b3d911a;font-weight:600}.group-count{color:#64748b;font-size:12px}.inline-input{border:1px solid transparent;background:transparent;border-radius:8px;padding:4px 6px;font-weight:600;color:#0f172a}.inline-input:focus{outline:none;border-color:#cbd5e1;background:#fff;box-shadow:0 0 0 2px #0b3d911f}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061759;display:grid;place-items:center;justify-items:end;z-index:1000}.drawer{width:580px;height:100vh;background:#fff;border-left:1px solid #e2e8f0;border-radius:12px 0 0 12px;box-shadow:-20px 0 60px #0206172e;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.drawer-body{padding:0;overflow-y:auto;overflow-x:hidden}.drawer-footer{display:flex;justify-content:flex-end;gap:10px;padding:12px 16px;border-top:1px solid #e2e8f0;flex-shrink:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b3d911f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:20px;animation:fadeIn .2s ease;z-index:1000;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{width:900px;max-width:95%;max-height:calc(100vh - 40px);background:#fff;border:1px solid #dce6f5;border-radius:16px;box-shadow:0 24px 80px #0b3d9126,0 0 1px #0b3d911a;animation:modalSlideIn .25s ease;display:flex;flex-direction:column}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:20px 28px;border-bottom:1px solid #e6f0ff;background:linear-gradient(180deg,#fafcff,#fff);border-radius:16px 16px 0 0;flex-shrink:0}.modal-header h3{font-size:18px;font-weight:600;letter-spacing:-.01em;display:flex;align-items:center;gap:10px;color:#1e293b}.modal-header h3 svg{width:20px;height:20px;color:#0b3d91;flex-shrink:0}.modal-header[style*=background] h3{color:inherit}.modal-header[style*=background] h3 svg{color:currentColor}.modal-body{padding:28px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}.modal-body label{display:grid;gap:10px}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px;margin:8px 0}.modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:20px 28px;border-top:1px solid #f0f4f9;background:#fafcff;border-radius:0 0 16px 16px;flex-shrink:0}.modal-header .icon-btn{border-color:transparent;width:32px;height:32px;background:transparent;transition:all .2s ease}.modal-header .icon-btn:hover{background:#f1f5f9;border-color:transparent;color:#0b3d91}.modal-header .icon-btn svg{width:20px;height:20px}.modal-header[style*=background] .icon-btn:hover{background:#ffffff26;border-color:transparent}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid label{display:grid;gap:6px;color:#334155}.form-grid select,.form-grid .text-input{height:40px;padding:0 12px;border:1.5px solid #cbd5e1;border-radius:10px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px #0000000a}.form-grid .text-input:focus,.form-grid select:focus{outline:none;border-color:#0b3d91;box-shadow:0 0 0 3px #0b3d911f}.user-form{display:flex;flex-direction:column;gap:24px}.user-form .form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.user-form label{display:flex;flex-direction:column;gap:8px}.user-form label span{font-size:13px;font-weight:500;color:#475569;letter-spacing:.01em}.user-form label span.required:after{content:" *";color:#ef4444}.user-form label.form-full{grid-column:1 / -1}.user-form select,.user-form .text-input{height:42px;padding:0 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;transition:all .2s ease;font-size:14px;color:#1e293b}.user-form .text-input:focus,.user-form select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61f;background:#fafcff}.user-form select:disabled{background:#f1f5f9;color:#9ca3af;cursor:not-allowed;border-color:#d1d5db;opacity:.7}.user-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.user-form select:hover:not(:disabled){border-color:#cbd5e1;background:#fafbfc}.user-form-minimal{display:flex;flex-direction:column;gap:32px}.form-group{display:flex;flex-direction:column;gap:18px;padding-bottom:32px;border-bottom:1px solid #e5e7eb}.form-group:last-of-type{border-bottom:none;padding-bottom:0}.form-group-title{margin:0 0 4px;font-size:12px;font-weight:500;color:#475569;letter-spacing:.02em;display:flex;align-items:center;gap:8px}.form-group-title svg{width:15px;height:15px;color:#64748b;flex-shrink:0;opacity:.8}.form-row-3{display:grid;grid-template-columns:.85fr 1.05fr 1.05fr;gap:12px;column-gap:16px}.form-row-3>:nth-child(2){margin-left:8px}.form-row-3>:nth-child(3){margin-left:-4px}.input-with-icon{position:relative}.input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;z-index:1}.text-input.with-icon,select.with-icon{padding-left:42px}.form-footer-options{display:flex;align-items:center;padding-top:0;margin-top:-8px}.checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:#1e293b;font-weight:500;transition:color .2s ease}.checkbox-label:hover{color:#3b82f6}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#3b82f6;transition:transform .2s ease}.checkbox-label input[type=checkbox]:hover{transform:scale(1.1)}.checkbox-label input[type=checkbox]:checked{filter:brightness(1.1)}.btn.primary:disabled{background:#cbd5e1;border-color:#cbd5e1;color:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none}.label-with-action{display:flex;align-items:center;justify-content:space-between}.empty-hint{font-size:11px;color:#f59e0b;font-weight:500;background:#fffbeb;padding:2px 8px;border-radius:6px}.quick-add-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1.5px solid #d1dce8;border-radius:7px;background:#f8fafc;color:#64748b;cursor:pointer;transition:all .2s ease}.quick-add-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:scale(1.08);box-shadow:0 2px 8px #3b82f640}.password-input-wrapper{position:relative}.password-input-wrapper.input-with-icon .password-toggle{right:12px}.password-input-wrapper.input-with-icon .password-match-icon{right:44px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;padding:4px;transition:color .2s ease;z-index:2}.password-toggle:hover{color:#3b82f6}.password-match-icon{position:absolute;right:44px;top:50%;transform:translateY(-50%);font-size:15px;font-weight:700;z-index:2}.password-match-icon.match{color:#10b981}.password-match-icon.no-match{color:#ef4444}.password-strength-bar{height:5px;background:#e8eef5;border-radius:3px;overflow:hidden;margin-top:6px}.password-strength-fill{height:100%;transition:width .3s ease,background .3s ease;border-radius:3px}.password-strength-label{font-size:11px;font-weight:600;margin-top:5px;display:inline-block}.password-actions{display:flex;justify-content:flex-end;margin-top:-4px;margin-bottom:4px}.btn-generate-password{display:inline-flex;align-items:center;gap:6px;padding:0;background:transparent;border:none;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-generate-password:hover{color:#3b82f6;text-decoration:underline}.btn-generate-password svg{flex-shrink:0;width:14px;height:14px}.matrix{display:grid;gap:6px}.matrix-head,.matrix-row{display:grid;grid-template-columns:1.6fr repeat(2,.7fr);gap:10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.matrix-head{background:#f8fafc;font-weight:600;color:#334155}.matrix-cell{display:flex;align-items:center;justify-content:center}.matrix-cell.perm{justify-content:flex-start}.list-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;display:grid;grid-template-rows:auto 1fr}.list-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e2e8f0;position:relative}.list-header:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#0b3d91;border-radius:0 2px 2px 0}.list-header h4{margin:0 0 0 8px;font-size:16px;font-weight:600;letter-spacing:.02em}.list-header .icon-btn{transition:background .2s ease,border-color .2s ease,color .2s ease}.list-header .icon-btn:hover{background:#0b3d91;border-color:#0b3d91;color:#fff}.list-items{display:grid;gap:6px;padding:10px 12px 12px}.list-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid #d5e5ff;background:#f8fafc;border-radius:10px;min-height:40px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.list-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0b3d911f;border-color:#c0dcff}.list-item .label{font-weight:500;color:#0f172a;font-size:14px}.list-item .actions{display:flex;gap:6px}.list-item .actions .icon-btn{width:28px;height:28px;opacity:.4;transition:opacity .2s ease}.list-item:hover .actions .icon-btn{opacity:1}.company-section{background:linear-gradient(180deg,#f6f9ff,#f9fbff);border-color:#e6efff}.company-section .list-card{border-color:#e4ecff}.company-section .list-item{background:#f7faff;border-color:#e6efff}.company-rows{display:grid;gap:16px}.text-input.error{border-color:#ef4444}.text-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #ef44441f}.error-message{color:#dc2626;font-size:13px;margin-top:4px}.toast{position:fixed;bottom:24px;right:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;box-shadow:0 10px 40px #0000001f;display:flex;align-items:center;gap:10px;animation:toastSlideIn .3s ease;z-index:1000}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 0 #ef4444b3}50%{box-shadow:0 0 0 8px #ef444400}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 6px #3b82f666;border:3px solid white}input[type=range]::-webkit-slider-thumb:hover{background:#2563eb;box-shadow:0 3px 8px #3b82f699;transform:scale(1.1)}input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 6px #3b82f666;border:3px solid white}input[type=range]::-moz-range-thumb:hover{background:#2563eb;box-shadow:0 3px 8px #3b82f699}.toast.success{border-color:#10b981}.toast-icon{width:20px;height:20px;color:#10b981}.toast-message{font-size:14px;color:#0f172a}.table-scroll-container{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.table-scroll-container::-webkit-scrollbar{height:8px}.table-scroll-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.table-scroll-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.brands-cell{display:flex;flex-wrap:wrap;gap:4px}.user-edit-drawer{display:flex;flex-direction:column;gap:0}.user-edit-header{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:20px 28px;border-bottom:1px solid #e0f2fe;display:flex;align-items:center;gap:16px}.user-edit-avatar{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#0b3d91,#2563eb);color:#fff;display:grid;place-items:center;font-size:20px;font-weight:700;box-shadow:0 3px 12px #0b3d9133;flex-shrink:0}.user-edit-info{flex:1}.user-edit-info h2{margin:0 0 6px;font-size:18px;font-weight:600;color:#0c4a6e;letter-spacing:-.01em}.user-edit-meta{margin:0;display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:#64748b}.meta-item{display:flex;align-items:center;gap:5px}.meta-item svg{color:#94a3b8;flex-shrink:0;width:14px;height:14px}.user-edit-sections{padding:24px 28px 40px;display:flex;flex-direction:column;gap:18px}.edit-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease}.edit-section:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.edit-section-header{padding:16px 20px;background:#fafbfc;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:10px}.edit-section-header svg{color:#0b3d91;flex-shrink:0}.edit-section-header h3{margin:0;font-size:15px;font-weight:600;color:#1e293b;letter-spacing:-.01em}.edit-section-content{padding:22px;display:flex;flex-direction:column;gap:18px}.edit-field{display:flex;flex-direction:column;gap:6px}.edit-field label{font-size:13px;font-weight:500;color:#64748b;letter-spacing:.01em}.edit-field .text-input,.edit-field select{height:40px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;font-size:14px;transition:all .2s ease}.edit-field .text-input:focus,.edit-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fafcff}.selected-brands-display{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;min-height:40px}.brand-chip-small{display:inline-flex;align-items:center;padding:4px 10px;background:#e0f2fe;color:#0c4a6e;border:1px solid #bae6fd;border-radius:5px;font-size:12px;font-weight:500}.security-info{display:flex;gap:10px;padding:12px 14px;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px}.security-info svg{color:#3b82f6;flex-shrink:0;margin-top:2px}.security-info strong{display:block;font-size:13px;color:#1e40af;margin-bottom:3px}.security-info p{margin:0;font-size:12px;color:#1e40af;line-height:1.5}.account-status{display:flex;flex-direction:column;gap:12px}.status-item{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.status-label{font-size:13px;font-weight:500;color:#64748b}.status-value{font-size:14px;font-weight:600;color:#1e293b}.badge-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}.multi-select-wrapper{display:flex;flex-direction:column;gap:6px}.selected-brands-compact{display:flex;flex-wrap:wrap;gap:6px}.brand-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 8px 5px 10px;background:#e0f2fe;color:#0c4a6e;border:1px solid #bae6fd;border-radius:6px;font-size:13px;font-weight:500;box-shadow:0 1px 2px #0ea5e91a;transition:all .2s ease}.brand-chip:hover{background:#bae6fd;border-color:#7dd3fc;box-shadow:0 2px 4px #0ea5e926}.brand-chip button{background:#7dd3fc;border:none;color:#0c4a6e;width:18px;height:18px;border-radius:4px;display:grid;place-items:center;cursor:pointer;font-size:16px;line-height:1;font-weight:600;transition:all .2s ease}.brand-chip button:hover{background:#38bdf8;color:#fff;transform:scale(1.1)}.multi-select-dropdown{height:42px;padding:0 40px 0 14px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#1e293b;font-size:14px;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9l-7 7-7-7' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.multi-select-dropdown:hover:not(:disabled){border-color:#cbd5e1;background-color:#fafbfc}.multi-select-dropdown:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61f;background-color:#fafcff}.multi-select-dropdown:disabled{background:#f1f5f9;color:#9ca3af;border-color:#d1d5db;opacity:.7;cursor:not-allowed}@media print{@page{size:A4 portrait;margin:12mm}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}body *{visibility:hidden}.proforma-document,.proforma-document *,.otv-document,.otv-document *{visibility:visible}.proforma-document,.otv-document{position:absolute;left:0;top:0;width:100%!important;padding:0!important;box-shadow:none!important;background:#fff!important}.proforma-grid,.proforma-footer-grid{display:block!important}.proforma-grid>div,.proforma-footer-grid>div{margin-bottom:12px}button,.proforma-hide-on-print{display:none!important}}.notification-wrapper{position:relative}.pdf-avoid-break{break-inside:avoid;page-break-inside:avoid}.otv-document{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:#0f172a;line-height:1.35}.otv-document,.otv-document *{box-shadow:none!important;transition:none!important}.otv-document,.otv-document *{border-radius:0!important;border-color:#111827!important}.otv-document [style*=linear-gradient]{background:#fff!important}.otv-document,.otv-document *{background:transparent!important}.otv-document{background:#fff!important}.otv-document input,.otv-document textarea{border-radius:0!important;border:1px solid #111827!important;background:#fff!important;padding:8px 10px!important;font-size:13px!important;color:#111827!important}.otv-document label{font-size:11px!important;font-weight:700!important;color:#111827!important;text-transform:uppercase;letter-spacing:.04em}.otv-document .otv-source-hint{margin-top:4px;font-size:11px;color:#6b7280}.otv-document>div{break-inside:avoid;page-break-inside:avoid}.notification-btn{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .2s ease}.notification-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.notification-btn:active{transform:translateY(0)}.notification-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ef444466;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notification-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:520px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 50px #00000026,0 10px 20px #00000014;z-index:1000;overflow:hidden;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f5f9;background:linear-gradient(135deg,#f8fafc,#fff)}.notification-header h4{margin:0;font-size:15px;font-weight:700;color:#0f172a;letter-spacing:-.01em}.mark-all-read-btn{padding:6px 12px;border-radius:8px;border:none;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.mark-all-read-btn:hover{background:#e2e8f0;color:#334155}.notification-list{max-height:400px;overflow-y:auto}.notification-list::-webkit-scrollbar{width:6px}.notification-list::-webkit-scrollbar-track{background:transparent}.notification-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.notification-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.notification-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;color:#94a3b8}.notification-empty p{margin:12px 0 0;font-size:14px}.notification-item{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;border-bottom:1px solid #f8fafc;cursor:pointer;transition:all .15s ease;position:relative}.notification-item:hover{background:#f8fafc}.notification-item:last-child{border-bottom:none}.notification-item.unread{background:linear-gradient(90deg,rgba(37,99,235,.04) 0%,transparent 100%)}.notification-item.unread:hover{background:linear-gradient(90deg,#2563eb14,#f8fafc)}.notification-icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:16px}.notification-content{flex:1;min-width:0}.notification-title{font-size:13px;font-weight:600;color:#0f172a;margin-bottom:2px;line-height:1.4}.notification-message{font-size:12px;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-time{font-size:11px;color:#94a3b8;margin-top:4px}.notification-dot{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 2px 6px #2563eb66}.notification-footer{padding:12px 20px;border-top:1px solid #f1f5f9;background:#fafbfc}.notification-footer button{width:100%;padding:10px 16px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.notification-footer button:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}
