:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;background:#f7f8fa;font-synthesis:none;--primary: #f01e0c;--primary-hover: #cf1708;--border: #e5e7eb;--muted: #667085;--dark: #111827}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:#f7f8fa;font-size:14px}button,input,select{font:inherit}button,select{cursor:pointer}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-page{display:grid;min-height:100vh;grid-template-columns:minmax(0,1fr);padding:20px;background:#f8f9fb}.auth-content{position:relative;min-width:0}.auth-toolbar{position:absolute;z-index:2;top:0;right:0;display:flex;align-items:center;gap:8px}.auth-inner{width:min(500px,calc(100% - 48px));min-height:calc(100vh - 40px);margin:auto;display:flex;flex-direction:column;justify-content:space-between;padding:46px 0 14px}.brand-wordmark{color:#1f2020;font-size:21px;font-weight:800;letter-spacing:-.04em;white-space:nowrap}.auth-logo{align-self:center;font-size:28px}.auth-form{margin-bottom:76px}.auth-form h1{margin:0 0 8px;color:#17191c;font-size:24px;line-height:1.25;letter-spacing:-.025em}.auth-form p{margin:0 0 26px;color:var(--muted);font-size:15px}.office-button{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--primary);border-radius:5px;background:var(--primary);color:#fff;font-weight:700;box-shadow:0 2px 4px #f01e0c29;transition:background .16s,border-color .16s}.office-button:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.fake-login-link{width:max-content;display:block;margin:12px auto 0;color:#98a2b3;font-size:12px;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px;transition:color .16s,text-decoration-color .16s}.fake-login-link:hover{color:#667085;text-decoration-color:currentColor}.microsoft-logo{width:17px;height:17px;display:grid;grid-template-columns:1fr 1fr;gap:1px;padding:2px;background:#fff}.microsoft-logo i:nth-child(1){background:#f25022}.microsoft-logo i:nth-child(2){background:#7fba00}.microsoft-logo i:nth-child(3){background:#00a4ef}.microsoft-logo i:nth-child(4){background:#ffb900}.auth-copyright{margin:0;color:#111827;text-align:center}.app-shell{min-height:100vh;display:grid;grid-template:56px 1fr / 240px minmax(0,1fr);transition:grid-template-columns .2s}.app-shell.sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.app-header{position:sticky;z-index:40;top:0;grid-column:1 / -1;display:flex;align-items:center;height:56px;border-bottom:1px solid var(--border);background:#fff;box-shadow:0 1px 2px #10182805}.header-brand{width:240px;height:100%;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 14px 0 17px;border-right:1px solid var(--border);transition:width .2s}.sidebar-collapsed .header-brand{width:72px;justify-content:center;padding:0}.sidebar-collapsed .brand-wordmark{display:none}.icon-button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:5px;background:transparent;color:#475467}.icon-button:hover{border-color:var(--border);background:#f8fafc;color:var(--primary)}.mobile-menu{display:none;margin-left:12px}.header-search{width:236px;height:38px;margin-left:20px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--border);border-radius:5px;color:#667085;box-shadow:0 1px 2px #1018280d}.header-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#344054}.header-actions{margin-left:auto;display:flex;align-items:center;gap:10px;padding-right:18px}.language-select select{height:34px;min-width:58px;padding:0 8px;border:1px solid var(--border);border-radius:5px;background:transparent;color:#344054;font-weight:700}.header-divider{width:1px;height:24px;background:var(--border)}.logout-button{height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:0;background:transparent;color:#475467;font-weight:600}.logout-form{margin:0}.logout-button:hover{color:var(--primary)}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fee4e2;color:var(--primary);font-size:12px;font-weight:800}.sidebar{position:sticky;z-index:30;top:56px;grid-column:1;grid-row:2;height:calc(100vh - 56px);overflow-x:hidden;overflow-y:auto;padding:19px 16px;border-right:1px solid var(--border);background:#fff;transition:padding .2s}.menu-label{margin:0 0 12px;color:#667085;font-size:11px;font-weight:700;letter-spacing:.04em;white-space:nowrap}.nav-link{height:38px;display:flex;align-items:center;gap:10px;padding:0 10px;border-radius:5px;color:#344054;font-size:13px;font-weight:650;white-space:nowrap}.nav-link:hover{color:var(--primary);background:#fff5f4}.nav-link.active{color:var(--primary);background:#fee9e7}.nav-icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto}.sidebar-collapsed .sidebar{padding-inline:16px}.sidebar-collapsed .menu-label,.sidebar-collapsed .nav-text{display:none}.sidebar-collapsed .nav-link{justify-content:center;padding:0}.sidebar nav{display:grid;gap:4px}.sidebar-close,.sidebar-backdrop{display:none}.page-column{min-width:0;grid-column:2;grid-row:2;display:flex;flex-direction:column}.main-content{min-height:calc(100vh - 111px);padding:20px}.footer{min-height:55px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 20px;border-top:1px solid var(--border);background:#fff;color:#667085}.page-heading{min-height:59px;margin-bottom:26px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.title-line{display:flex;align-items:center;gap:8px}.title-line h1{margin:0;color:#17191c;font-size:20px;line-height:1.4;letter-spacing:-.015em}.count-badge{padding:3px 6px;border-bottom:1px solid var(--primary);border-radius:4px;background:#fee4e2;color:var(--primary);font-size:12px;font-weight:700}.breadcrumb{margin-top:5px;display:flex;align-items:center;gap:6px;color:#667085}.breadcrumb strong{color:#1f2937;font-weight:650}.breadcrumb b{color:#98a2b3;font-size:17px;font-weight:400}.page-actions,.control-group{display:flex;align-items:center;gap:8px}.outline-button,.primary-button,.secondary-button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border-radius:5px;font-weight:650}.outline-button,.secondary-button{border:1px solid var(--border);background:#fff;color:#344054;box-shadow:0 1px 2px #1018280d}.outline-button:hover,.secondary-button:hover{border-color:#f6aaa3;color:var(--primary)}.primary-button{border:1px solid var(--primary);background:var(--primary);color:#fff}.primary-button:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.icon-button.framed{border-color:var(--border);background:#fff;box-shadow:0 1px 2px #1018280d}.card{border:1px solid var(--border);border-radius:6px;background:#fff;box-shadow:0 1px 2px #1018280a}.card-search-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px;border-bottom:1px solid var(--border)}.table-search{width:255px;height:38px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--border);border-radius:5px;color:#667085;box-shadow:0 1px 2px #1018280a}.table-search:focus-within{border-color:#f88f86;box-shadow:0 0 0 3px #f01e0c14}.table-search input{width:100%;min-width:0;border:0;outline:0;background:transparent}.table-controls{min-height:69px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px;border-bottom:1px solid var(--border)}.toolbar-button{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--border);border-radius:5px;background:#fff;color:#344054;font-weight:600;box-shadow:0 1px 2px #1018280d}.toolbar-button:hover,.toolbar-button[aria-expanded=true]{border-color:#f6aaa3;color:var(--primary)}.active-filter-count:not(:empty){min-width:18px;height:18px;display:inline-grid;place-items:center;border-radius:9px;background:var(--primary);color:#fff;font-size:11px}.popover-root{position:relative}.popover-panel{position:absolute;z-index:60;top:calc(100% + 6px);left:0;min-width:170px;overflow:hidden;border:1px solid var(--border);border-radius:6px;background:#fff;box-shadow:0 12px 32px #10182824}.popover-panel.right{right:0;left:auto}.menu-list{padding:6px}.menu-list button{width:100%;padding:9px 10px;border:0;border-radius:4px;background:transparent;color:#344054;text-align:left}.menu-list button:hover,.menu-list button.selected{background:#fff1f0;color:var(--primary)}.popover-heading{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid var(--border)}.popover-heading strong{display:flex;align-items:center;gap:7px}.popover-heading button{width:26px;height:26px;display:grid;place-items:center;padding:0;border:1px solid var(--border);border-radius:50%;background:#fff}.filter-panel{width:320px}.filter-content{padding:14px}.filter-content details{margin-bottom:14px}.filter-content summary{cursor:pointer;color:#1f2937;font-weight:650}.filter-options{max-height:160px;margin-top:10px;display:grid;gap:9px;overflow:auto;padding:12px;border:1px solid var(--border);border-radius:5px;background:#f9fafb}.filter-options label{display:flex;align-items:center;gap:8px;cursor:pointer;color:#475467}.filter-options input{width:15px;height:15px;accent-color:var(--primary)}.date-panel{width:300px;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px}.date-panel label{display:grid;gap:6px;color:#475467;font-size:12px;font-weight:650}.date-panel input{width:100%;height:37px;padding:0 8px;border:1px solid var(--border);border-radius:5px;color:#344054}.popover-footer{grid-column:1 / -1;display:flex;gap:8px;padding-top:4px}.popover-footer>*{flex:1}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{height:58px;padding:10px 14px;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap}th{height:43px;background:#f8f9fa;color:#475467;font-size:12px;font-weight:700}.sortable-heading{width:100%;display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left}.sortable-heading:hover{color:var(--primary)}td{color:#475467;font-size:13px}tbody tr:hover{background:snow}.user-cell{display:flex;align-items:center;gap:9px;color:#1f2937}.user-avatar{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#fee4e2;color:var(--primary);font-size:11px;font-weight:800}.email-link:hover{color:var(--primary)}.row-action{text-align:right}.row-action a{display:inline-flex;align-items:center;gap:5px;color:var(--primary);font-weight:650}.status{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700}.status i{width:6px;height:6px;border-radius:50%;background:currentColor}.status.active{background:#dcfae6;color:#067647}.status.disabled{background:#fff3d6;color:#b54708}.status.deleted{background:#fee4e2;color:#b42318}.table-footer{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 15px;color:#667085}.pagination{display:flex;align-items:center;gap:5px}.pagination button,.pagination span{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--border);border-radius:4px;background:#fff}.pagination span{border-color:var(--primary);background:var(--primary);color:#fff}.pagination button:disabled{cursor:default;opacity:.4}.state-message{margin:0;padding:38px;color:#667085;text-align:center}.state-message.error,.form-error{color:#b42318}.load-error-state{display:grid;justify-items:center;gap:14px}.form-card{max-width:980px}.form-card-header{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border)}.form-title-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:5px;background:#fee4e2;color:var(--primary)}.form-card-header h2{margin:0 0 3px;font-size:17px}.form-card-header p{margin:0;color:#667085}.form-body{padding:22px 20px 24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}.field{display:grid;gap:7px;color:#344054;font-size:13px;font-weight:650}.field span i{margin-left:3px;color:var(--primary);font-style:normal}.field input,.field select{width:100%;height:40px;padding:0 11px;border:1px solid #d0d5dd;border-radius:5px;background:#fff;outline:none;color:#1f2937;font-weight:400}.field input:focus,.field select:focus{border-color:#f88f86;box-shadow:0 0 0 3px #f01e0c14}.form-error{margin:18px 0 0}.form-actions{display:flex;justify-content:flex-end;gap:8px;padding:15px 20px;border-top:1px solid var(--border);background:#fcfcfd}.button-sized{min-width:116px;min-height:39px}.primary-button:disabled{cursor:wait;opacity:.6}[data-theme=dark]{--border: #344054;--muted: #98a2b3;--dark: #f2f4f7;color:#e4e7ec;background:#101828}[data-theme=dark] body,[data-theme=dark] .auth-page{background:#101828}[data-theme=dark] .app-header,[data-theme=dark] .sidebar,[data-theme=dark] .footer,[data-theme=dark] .card,[data-theme=dark] .popover-panel{background:#1d2939}[data-theme=dark] .auth-form h1,[data-theme=dark] .auth-copyright,[data-theme=dark] .title-line h1,[data-theme=dark] .breadcrumb strong,[data-theme=dark] .user-cell,[data-theme=dark] .filter-content summary,[data-theme=dark] .form-card-header h2{color:#f2f4f7}[data-theme=dark] .fake-login-link{color:#667085}[data-theme=dark] .fake-login-link:hover{color:#98a2b3}[data-theme=dark] .icon-button,[data-theme=dark] .logout-button,[data-theme=dark] .nav-link,[data-theme=dark] .breadcrumb,[data-theme=dark] .footer,[data-theme=dark] td,[data-theme=dark] .table-footer,[data-theme=dark] .state-message,[data-theme=dark] .filter-options label,[data-theme=dark] .date-panel label,[data-theme=dark] .form-card-header p{color:#b9c1cc}[data-theme=dark] .icon-button:hover{background:#283548}[data-theme=dark] .language-select select,[data-theme=dark] .outline-button,[data-theme=dark] .secondary-button,[data-theme=dark] .toolbar-button,[data-theme=dark] .icon-button.framed,[data-theme=dark] .pagination button,[data-theme=dark] .popover-heading button,[data-theme=dark] .sidebar-close,[data-theme=dark] .field input,[data-theme=dark] .field select,[data-theme=dark] .date-panel input{border-color:var(--border);background:#101828;color:#e4e7ec}[data-theme=dark] .language-select select{background:transparent}[data-theme=dark] .header-search,[data-theme=dark] .table-search{color:#98a2b3}[data-theme=dark] .header-search input,[data-theme=dark] .table-search input{color:#e4e7ec}[data-theme=dark] .header-search input::placeholder,[data-theme=dark] .table-search input::placeholder{color:#98a2b3}[data-theme=dark] .menu-list button:hover,[data-theme=dark] .menu-list button.selected{background:#3a2527}[data-theme=dark] .nav-link:hover,[data-theme=dark] .nav-link.active{color:#a5b4fc;background:#29324f}[data-theme=dark] .row-action a{color:#a5b4fc}[data-theme=dark] .row-action a:hover{color:#c7d2fe}[data-theme=dark] .filter-options,[data-theme=dark] th,[data-theme=dark] .form-actions{background:#162231}[data-theme=dark] th,[data-theme=dark] .field,[data-theme=dark] .menu-list button{color:#cbd1da}[data-theme=dark] tbody tr:hover{background:#263548}[data-theme=dark] .sortable-heading:hover{color:#a5b4fc}[data-theme=dark] .brand-wordmark{color:#f2f4f7}[data-theme=dark] .theme-toggle{border-color:var(--border)}.auto-theme-icon{font-size:17px;font-weight:700;line-height:1}[data-theme=dark] .status.active{background:#163d2c;color:#75e0a7}[data-theme=dark] .status.disabled{background:#422d16;color:#fec84b}[data-theme=dark] .status.deleted{background:#4b2424;color:#fda29b}@media(max-width:900px){.auth-page{padding:0}.auth-inner{min-height:100vh;padding:60px 0 24px}.auth-toolbar{top:16px;right:18px}.auth-form{margin-bottom:40px}.app-shell,.app-shell.sidebar-collapsed{grid-template:56px 1fr / minmax(0,1fr)}.app-header{grid-column:1}.header-brand{width:auto;min-width:150px;border-right:0}.sidebar-toggle{display:none}.mobile-menu{display:inline-flex}.header-search{display:none}.sidebar{position:fixed;z-index:80;top:0;left:0;width:240px;height:100vh;padding-top:70px;transform:translate(-100%);transition:transform .2s}.sidebar.open{transform:translate(0)}.sidebar-close{position:absolute;top:16px;right:14px;width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:#fff}.sidebar-backdrop{position:fixed;z-index:70;inset:0;display:block;border:0;background:#1018286b}.page-column{grid-column:1}.main-content{padding:16px}.footer{padding-inline:16px}.logout-button span{display:none}.page-heading{margin-bottom:18px}.table-controls{align-items:flex-start}.filter-panel{width:min(320px,calc(100vw - 32px))}.form-grid{grid-template-columns:1fr}}@media(max-width:600px){.header-actions{gap:4px;padding-right:10px}.avatar,.header-divider{display:none}.page-heading,.table-controls,.footer{align-items:stretch;flex-direction:column}.page-actions{justify-content:flex-end}.card-search-row{align-items:stretch;padding:12px}.table-search,.control-group{width:100%}.control-group .popover-root{flex:1}.control-group .toolbar-button{width:100%}.date-panel{width:min(300px,calc(100vw - 32px))}.form-body{padding:18px 14px}.form-actions{padding:14px}.auth-inner{width:calc(100% - 40px)}}
