*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5;color:#1f2933;background:#f5f7fa;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}code{font-family:SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.92em;background:#eef2f7;padding:1px 5px;border-radius:3px}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.app-layout{min-height:100%;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;gap:24px;padding:12px 24px;background:#1f2933;color:#f5f7fa;box-shadow:0 1px #0000001a}.app-brand{font-weight:600;font-size:16px;margin-right:8px}.app-nav{display:flex;gap:4px;flex:1}.app-nav-link{display:inline-block;padding:6px 12px;border-radius:6px;color:#cbd5e0;text-decoration:none;font-weight:500}.app-nav-link:hover{background:#ffffff0f;color:#fff;text-decoration:none}.app-nav-link.active{background:#ffffff1f;color:#fff}.app-nav-link:focus-visible{outline:none;box-shadow:0 0 0 2px #ffffff8c;color:#fff}.app-user{display:flex;align-items:center;gap:12px}.app-user-info{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#cbd5e0}.app-user-id{font-family:SFMono-Regular,monospace;font-size:12px;opacity:.8}.app-user-role-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:#ffffff1f}.app-user-role-badge[data-role=OWNER]{background:#7c3aed;color:#fff}.app-user-role-badge[data-role=ADMIN]{background:#2563eb;color:#fff}.app-user-role-badge[data-role=VIEWER]{background:#475569;color:#fff}.app-main{flex:1;padding:24px;max-width:1200px;margin:0 auto;width:100%}.page{display:flex;flex-direction:column;gap:16px}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-header-actions{display:flex;align-items:center;gap:12px}.page-title{font-size:24px;font-weight:600;margin:0}.page-subtitle{color:#52606d;margin:0;font-size:13px}.page-loader{display:flex;align-items:center;justify-content:center;min-height:100vh}.placeholder{padding:32px;text-align:center;color:#7b8794;background:#fff;border:1px solid #e4e7eb;border-radius:8px}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;padding:8px 16px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb59}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-secondary{background:#fff;border-color:#cbd2d9;color:#1f2933}.btn-secondary:hover:not(:disabled){background:#f5f7fa;border-color:#9aa5b1}.btn-block{width:100%}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font-weight:500;font-size:13px;color:#323f4b}.form-input,.form-textarea{display:block;width:100%;border:1px solid #cbd2d9;border-radius:6px;padding:8px 12px;background:#fff;transition:border-color .15s,box-shadow .15s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.form-input:disabled,.form-textarea:disabled{background:#f5f7fa}.form-input-compact{padding:4px 8px;width:auto}.form-textarea{font-family:SFMono-Regular,monospace;font-size:13px;resize:vertical}.form-checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.form-checkbox input{margin:0}.form-checkbox input:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.form-hint{font-size:12px;color:#7b8794;margin:0}.inline-field{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#52606d}.banner{border-radius:6px;padding:10px 14px;font-size:13px;border:1px solid transparent}.banner-error{background:#fdecea;color:#842029;border-color:#f5c2c7}.banner-warning{background:#fff3cd;color:#664d03;border-color:#ffecb5}.banner-info{background:#cfe2ff;color:#084298;border-color:#b6d4fe}.banner-success{background:#d1e7dd;color:#0f5132;border-color:#badbcc}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#f5f7fa,#e4e7eb)}.login-card{width:100%;max-width:380px;padding:32px;background:#fff;border-radius:10px;box-shadow:0 8px 32px #0f172a14;display:flex;flex-direction:column;gap:16px}.login-title{margin:0;font-size:22px;font-weight:600}.login-subtitle{margin:0;color:#52606d;font-size:13px}.login-form{display:flex;flex-direction:column;gap:14px}.policy-grid{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #e4e7eb;border-radius:8px;overflow:hidden}.policy-row{display:grid;grid-template-columns:280px 1fr;gap:16px;padding:14px 16px;border-bottom:1px solid #eef2f7}.policy-row:last-child{border-bottom:none}.policy-row-label{color:#52606d;font-weight:500}.policy-row-value{display:flex;align-items:center;gap:10px;font-weight:600}.policy-row-warning{grid-column:1 / -1;margin-top:8px}.warning-note{background:#fff8e6;border:1px solid #ffe69c;border-left:4px solid #f59e0b;border-radius:4px;padding:10px 12px;font-size:12.5px;color:#614a08;line-height:1.55}.warning-critical{background:#fdecea;border-color:#f5c2c7;border-left-color:#dc2626;color:#7f1d1d}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;background:#fff;border:1px solid #e4e7eb;border-radius:8px;padding:14px 16px;font-size:13px}.meta-label{color:#7b8794;font-size:11px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.meta-value{font-weight:500}.source-badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.source-system_settings{background:#d1e7dd;color:#0f5132}.source-mixed{background:#fff3cd;color:#664d03}.source-fallback{background:#fdecea;color:#842029}.badge{display:inline-block;padding:1px 7px;border-radius:999px;font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.badge-fallback{background:#fff3cd;color:#664d03}.badge-readonly{background:#e4e7eb;color:#52606d}.badge-success{background:#d1e7dd;color:#0f5132;margin-left:8px}.settings-list{display:flex;flex-direction:column;gap:12px}.setting-card{background:#fff;border:1px solid #e4e7eb;border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;gap:12px;transition:border-color .3s}.setting-card--saved{border-color:#0f5132;box-shadow:0 0 0 3px #0f51321a}.setting-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.setting-card-head-text{display:flex;flex-direction:column;gap:4px;flex:1}.setting-card-title{font-size:16px;font-weight:600;color:#1f2933}.setting-card-key{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.setting-card-key code{font-size:12px;background:#eef2f7;color:#52606d}.setting-card-type{font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#475569;background:#f1f5f9;padding:1px 7px;border-radius:4px}.setting-card-desc{margin-top:4px;color:#52606d;font-size:12.5px}.setting-card-value{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.setting-value-label{color:#7b8794;font-size:12.5px}.setting-value{background:#eef2f7;font-weight:600}.setting-card-edit{display:flex;flex-direction:column;gap:10px}.setting-card-actions{display:flex;gap:8px}.setting-card-meta{display:flex;gap:16px;font-size:11.5px;color:#7b8794;border-top:1px solid #eef2f7;padding-top:8px}.audit-list{display:flex;flex-direction:column;gap:8px}.audit-row{background:#fff;border:1px solid #e4e7eb;border-radius:6px;padding:10px 14px;display:flex;flex-direction:column;gap:6px;font-size:13px}.audit-row-time{font-size:11.5px;color:#7b8794}.audit-row-action{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.audit-action{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11.5px;font-weight:600;letter-spacing:.03em;font-family:SFMono-Regular,monospace}.audit-action-success{background:#d1e7dd;color:#0f5132}.audit-action-failure{background:#fdecea;color:#842029}.audit-action-warning{background:#fff3cd;color:#664d03}.audit-action-info{background:#cfe2ff;color:#084298}.audit-entity{font-size:12px;color:#52606d;font-family:SFMono-Regular,monospace}.audit-row-meta{display:flex;gap:16px;font-size:11.5px;color:#7b8794;flex-wrap:wrap}.audit-row-ua{cursor:help}.audit-row-metadata{margin:4px 0 0;background:#eef2f7;padding:8px 10px;border-radius:4px;font-size:11.5px;font-family:SFMono-Regular,monospace;white-space:pre-wrap;word-break:break-word}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:8px}.pagination-info{font-size:13px;color:#52606d}.dashboard-auto-toggle{font-size:13px;color:#52606d;-webkit-user-select:none;user-select:none}.hero{display:flex;align-items:center;gap:16px;padding:18px 22px;border-radius:10px;border:1px solid;border-left-width:6px;background:#fff}.hero-ok{border-color:#d1e7dd;border-left-color:#0f5132;background:#f6fbf8}.hero-warning{border-color:#ffecb5;border-left-color:#f59e0b;background:#fffbf0}.hero-critical{border-color:#f5c2c7;border-left-color:#dc2626;background:#fdecea}.hero-unknown{border-color:#cbd2d9;border-left-color:#7b8794;background:#f5f7fa}.hero-status-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0}.hero-ok .hero-status-dot{background:#0f5132;box-shadow:0 0 0 4px #0f513226}.hero-warning .hero-status-dot{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b26}.hero-critical .hero-status-dot{background:#dc2626;box-shadow:0 0 0 4px #dc262626}.hero-unknown .hero-status-dot{background:#7b8794;box-shadow:0 0 0 4px #7b87941f}.hero-content{flex:1}.hero-title{font-size:18px;font-weight:600;color:#1f2933;margin-bottom:4px}.hero-meta{display:flex;flex-wrap:wrap;gap:18px;font-size:12.5px;color:#52606d}.hero-meta-label{color:#7b8794;margin-right:4px}.hero-warnings-count{color:#b45309;font-weight:500}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media (max-width: 900px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.metrics-grid{grid-template-columns:1fr}}.section-subtitle{margin:16px 0 0;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#7b8794}.metric-card{background:#fff;border:1px solid #e4e7eb;border-left-width:4px;border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;gap:4px;min-height:140px}.metric-card-ok{border-left-color:#0f5132}.metric-card-warning{border-left-color:#f59e0b;background:#fffbf0}.metric-card-critical{border-left-color:#dc2626;background:#fdecea}.metric-card-unknown{border-left-color:#7b8794;background:#f8f9fa}.metric-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.metric-card-title{font-size:13px;font-weight:600;color:#52606d;text-transform:uppercase;letter-spacing:.04em}.metric-status-dot{width:10px;height:10px;border-radius:50%}.metric-status-dot-ok{background:#0f5132}.metric-status-dot-warning{background:#f59e0b}.metric-status-dot-critical{background:#dc2626}.metric-status-dot-unknown{background:#7b8794}.metric-card-value{font-size:26px;font-weight:700;color:#1f2933;line-height:1.1}.metric-card-label{font-size:12px;color:#7b8794;text-transform:uppercase;letter-spacing:.04em}.metric-gauge{position:relative;width:120px;height:120px;margin:6px auto 8px;color:#10b981}.metric-gauge-ok{color:#10b981}.metric-gauge-warning{color:#f59e0b}.metric-gauge-critical{color:#dc2626}.metric-gauge-unknown{color:#cbd2d9}.metric-gauge-svg{width:100%;height:100%;display:block;transition:color .2s ease}.metric-gauge-svg circle{transition:stroke-dashoffset .4s ease}.metric-gauge-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#1f2933;letter-spacing:-.01em}.metric-card-details{margin-top:auto;padding-top:8px;font-size:12px;color:#52606d;display:flex;flex-direction:column;gap:2px}.metric-card-reason{margin-top:auto;padding-top:8px;font-size:11.5px;color:#7b8794;font-style:italic}.cleanup-summary-row{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#fff;border:1px solid #e4e7eb;border-left-width:4px;border-radius:8px}.cleanup-summary-row-clean{border-left-color:#0f5132;background:#f6fbf8}.cleanup-summary-row-pending{border-left-color:#f59e0b;background:#fffbf0}.cleanup-summary-row-unknown{border-left-color:#7b8794}.cleanup-summary-label{font-size:12.5px;color:#7b8794;text-transform:uppercase;letter-spacing:.04em;font-weight:600;min-width:180px}.cleanup-summary-text{font-size:13.5px;color:#1f2933}.server-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;background:#fff;border:1px solid #e4e7eb;border-radius:8px;padding:14px 16px;font-size:13px}.warnings-list{margin:6px 0 0;padding-left:20px}.warnings-list li{margin-bottom:2px}.cleanup-card{background:#fff;border:1px solid #e4e7eb;border-left-width:4px;border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;gap:12px}.cleanup-card--clean{border-left-color:#0f5132;background:#f6fbf8}.cleanup-card--pending{border-left-color:#f59e0b;background:#fffbf0}.cleanup-card--error{border-left-color:#dc2626;background:#fdecea}.cleanup-card--loading{border-left-color:#cbd2d9}.cleanup-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.cleanup-card-title{font-size:15px;font-weight:600;color:#1f2933}.cleanup-card-body{display:flex;flex-direction:column;gap:10px}.cleanup-card--clean .cleanup-card-body{flex-direction:row;align-items:center;gap:12px}.cleanup-card-clean-icon{width:32px;height:32px;border-radius:50%;background:#d1e7dd;color:#0f5132;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0}.cleanup-card-summary{font-weight:600;color:#1f2933}.cleanup-card-hint{font-size:12.5px;color:#52606d;line-height:1.5}.cleanup-card-stats{display:flex;gap:24px;flex-wrap:wrap}.cleanup-card-stat{display:flex;flex-direction:column;gap:2px}.cleanup-card-stat-value{font-size:22px;font-weight:700;color:#1f2933;line-height:1.1}.cleanup-card-stat-label{font-size:11.5px;color:#7b8794;text-transform:uppercase;letter-spacing:.04em}.cleanup-card-meta{display:flex;gap:24px;flex-wrap:wrap;font-size:12.5px;color:#52606d}.cleanup-card-meta-label{color:#7b8794}.cleanup-card-footer{font-size:11.5px;color:#7b8794;border-top:1px solid #eef2f7;padding-top:8px}.btn-compact{padding:4px 10px;font-size:13px}.spinner{width:32px;height:32px;border:3px solid #e4e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.analytics-privacy-note{margin-top:4px}.analytics-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:8px}@media (max-width: 900px){.analytics-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.analytics-summary-grid{grid-template-columns:1fr}}.analytics-summary-card{background:#fff;border:1px solid #e4e7eb;border-left:4px solid #0f5132;border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;gap:6px;min-height:90px}.analytics-summary-card-unavailable{border-left-color:#cbd2d9;background:#f8f9fa}.analytics-summary-card-label{font-size:12px;color:#52606d;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.analytics-summary-card-value{font-size:28px;font-weight:700;color:#1f2933;line-height:1.1;font-variant-numeric:tabular-nums}.analytics-summary-card-hint{font-size:11.5px;color:#7b8794;font-style:italic}.analytics-warnings ul{margin:6px 0 0;padding-left:20px;font-size:13px}.analytics-controls{display:flex;align-items:flex-end;gap:16px;margin-bottom:12px;flex-wrap:wrap}.analytics-controls .form-field{display:flex;flex-direction:column;gap:4px}.analytics-controls .form-field select{padding:6px 10px;border:1px solid #cbd2d9;border-radius:6px;font-size:14px;background:#fff;min-width:100px}.analytics-controls-summary{margin-left:auto;font-size:13px;color:#52606d}.registrations-chart{background:#fff;border:1px solid #e4e7eb;border-radius:8px;padding:14px 16px 8px;min-height:220px}.registrations-chart-svg{display:block;width:100%;height:auto;min-height:200px;max-height:320px}.registrations-chart-bar{fill:#10b981;transition:fill .15s ease}.registrations-chart-bar:hover{fill:#059669}.registrations-chart-bar-zero{fill:#cbd2d9}.registrations-chart-grid{stroke:#eceff3;stroke-width:1;shape-rendering:crispEdges}.registrations-chart-axis-label{fill:#7b8794;font-size:11px;font-family:inherit;font-variant-numeric:tabular-nums}@media (max-width: 600px){.registrations-chart-axis-label{font-size:10px}}.geography-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 900px){.geography-grid{grid-template-columns:1fr}}.geography-table{background:#fff;border:1px solid #e4e7eb;border-radius:8px;padding:12px 14px}.geography-table-title{font-size:13px;font-weight:600;color:#52606d;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.geography-table table{width:100%;border-collapse:collapse;font-size:13px}.geography-table th,.geography-table td{text-align:left;padding:6px 8px;border-bottom:1px solid #f1f3f5}.geography-table th{font-size:11px;text-transform:uppercase;color:#7b8794;letter-spacing:.04em;font-weight:600}.geography-table td:nth-child(3),.geography-table td:nth-child(4),.geography-table th:nth-child(3),.geography-table th:nth-child(4){text-align:right;font-variant-numeric:tabular-nums}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f5f7fa}.error-boundary-card{max-width:520px;width:100%;background:#fff;border:1px solid #e4e7eb;border-radius:12px;padding:28px 32px;box-shadow:0 4px 16px #0f172a0f;text-align:center}.error-boundary-title{font-size:22px;font-weight:700;color:#1f2933;margin:0 0 12px}.error-boundary-text{font-size:14.5px;color:#52606d;line-height:1.5;margin:0 0 20px}.error-boundary-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:18px}.error-boundary-hint{font-size:12.5px;color:#7b8794;margin:0;line-height:1.5}@media (max-width: 360px){.app-header{flex-wrap:wrap;padding:8px 12px;gap:8px}.app-nav{order:3;width:100%;flex-wrap:wrap;gap:4px}.app-nav-link{padding:4px 8px;font-size:13px}.app-main{padding:12px}.page-header{flex-wrap:wrap;gap:8px}.page-header-actions{flex-wrap:wrap;gap:6px}.error-boundary-card{padding:20px 16px}.error-boundary-actions{flex-direction:column}.error-boundary-actions .btn{width:100%}}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.access-state-row{display:flex;flex-wrap:wrap;gap:20px;margin:4px 0 16px}.access-state-item{font-size:14px}.access-state-label{color:#52606d}.access-state-badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.access-state-badge.is-open{background:#d1e7dd;color:#0f5132}.access-state-badge.is-closed{background:#fde2e1;color:#842029}.access-toggle-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.access-toggle{display:flex;align-items:flex-start;gap:14px;background:#fff;border:1px solid #e4e7eb;border-radius:8px;padding:14px 16px;cursor:pointer}.access-toggle.is-disabled{cursor:not-allowed;opacity:.75}.access-toggle-switch{position:relative;flex:0 0 auto;margin-top:2px}.access-toggle-switch input{position:absolute;opacity:0;width:40px;height:22px;margin:0;cursor:inherit}.access-toggle-track{display:block;width:40px;height:22px;border-radius:999px;background:#cbd2d9;transition:background .15s;position:relative}.access-toggle-track:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform .15s}.access-toggle-switch input:checked+.access-toggle-track{background:#16a34a}.access-toggle-switch input:checked+.access-toggle-track:after{transform:translate(18px)}.access-toggle-switch input:focus-visible+.access-toggle-track{box-shadow:0 0 0 3px #2563eb59}.access-toggle-text{display:flex;flex-direction:column;gap:2px}.access-toggle-label{font-weight:600}.access-toggle-desc{color:#52606d;font-size:13px}.access-bypass-note{margin-bottom:16px}.access-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.access-dirty-hint{color:#92400e;font-size:13px}.access-meta{display:flex;flex-wrap:wrap;gap:16px;color:#7b8794;font-size:12px}.gate-matrix{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:8px 0 16px}@media (max-width: 720px){.gate-matrix{grid-template-columns:1fr}}.gate-platform{background:#fff;border:1px solid #e4e7eb;border-radius:8px;padding:14px 16px}.gate-platform-head{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #eef2f7}.gate-platform-name{font-weight:600;font-size:15px}.gate-rows{display:flex;flex-direction:column;gap:12px}.gate-toggle{display:flex;align-items:center;gap:12px;cursor:pointer}.gate-toggle.is-disabled{cursor:not-allowed;opacity:.75}.gate-switch{margin-top:0}.gate-toggle-text{display:flex;flex-direction:column;line-height:1.25}.gate-toggle-label{font-weight:500}.gate-toggle-state{font-size:12px}.gate-toggle-state.is-on{color:#15803d}.gate-toggle-state.is-off{color:#9aa5b1}.modal-list{margin:4px 0 0;padding-left:18px;color:#3e4c59;font-size:13px}.modal-list li{margin-bottom:2px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.modal{background:#fff;border-radius:10px;padding:22px 24px;max-width:460px;width:100%;box-shadow:0 20px 50px #0000004d}.modal-title{margin:0 0 10px;font-size:18px}.modal-body{margin:0 0 12px;color:#3e4c59}.modal-body-muted{color:#7b8794;font-size:13px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}@media (max-width: 360px){.modal-actions{flex-direction:column-reverse}.modal-actions .btn{width:100%}}.users-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin:8px 0 6px}.users-search{position:relative;flex:1 1 280px;min-width:220px}.users-search .form-input{width:100%;padding-right:30px}.users-search-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);border:none;background:transparent;font-size:18px;line-height:1;cursor:pointer;color:#7b8794;padding:2px 6px}.users-search-clear:hover{color:#1f2933}.users-filter{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#52606d}.users-filter select{min-width:150px}.users-activity-note{font-size:12px;color:#7b8794;margin:0 0 14px}.users-table-wrap{overflow-x:auto;border:1px solid #e4e7eb;border-radius:8px;background:#fff}.users-table{width:100%;border-collapse:collapse;font-size:13px}.users-table th,.users-table td{text-align:left;padding:10px 12px;border-bottom:1px solid #eef2f7;white-space:nowrap}.users-table thead th{background:#f5f7fa;font-weight:600;color:#3e4c59;position:sticky;top:0}.users-table tbody tr:last-child td{border-bottom:none}.users-table tbody tr:hover{background:#f9fafb}.users-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.users-th-sortable.is-active{color:#2563eb}.users-th-sortable:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #2563eb59}.users-th-arrow{margin-left:6px;font-size:10px;color:#9aa5b1}.users-th-sortable.is-active .users-th-arrow{color:#2563eb}.users-td-email{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.users-muted{color:#9aa5b1}.users-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.users-pagination-info{font-size:13px;color:#52606d}.users-pagination-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.users-limit{display:flex;align-items:center;gap:6px;font-size:12px;color:#52606d}.users-limit select{min-width:70px}
