@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-primary:#56ab2f;--color-primary-dark:#3b6d11;--color-primary-light:#56ab2f1a;--color-gold:#eab308;--color-gold-dark:#ca8a04;--color-gold-light:#eab3081a;--color-danger:#ef4444;--color-danger-light:#ef44441a;--color-warning:#f59e0b;--color-ink:#1a202c;--color-muted:#64748b;--color-subtle:#94a3b8;--color-border:#e2e8f0cc;--color-border-soft:#e2e8f099;--color-surface:#f4f7f6;--color-page-bg:#f8f9fa;--color-modal-bg:#fff;--color-input-bg:#fff;--color-card-alt:#f8fafc;--color-hover:#00000008;--glass-bg:#ffffffb3;--glass-bg-pill:color-mix(in srgb, var(--color-primary) 25%, var(--glass-bg));--glass-border:#ffffffe6;--glass-shadow:inset 0 1px 0 #fff, 0 4px 16px #00000008;--glass-blur:blur(24px);--sidebar-width:260px;--navbar-height:70px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--font-base:"Inter", -apple-system, sans-serif;--duration-fast:.15s;--duration-normal:.2s;--duration-slow:.35s;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--color-error-bg:#fff5f5;--color-error-border:#fed7d7;--color-success-bg:#f0fdf4;--color-success-border:#bbf7d0;--flag-red-bg:#fee2e2;--flag-red-text:#b91c1c;--flag-yellow-bg:#fef3c7;--flag-yellow-text:#92400e;--flag-orange-bg:#fff3e0;--flag-orange-text:#bf360c;--flag-black-bg:#1e1e1e21;--flag-black-text:#1a1a1a;--flag-green-bg:#dcfce7;--flag-green-text:#15803d;--flag-purple-bg:#ede9fe;--flag-purple-text:#6d28d9;--flag-default-bg:#f1f5f9;--flag-default-text:#64748b}body{font-family:var(--font-base);color:var(--color-ink);background:var(--color-page-bg);-webkit-font-smoothing:antialiased}.frosted-glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.saas-card{border-radius:var(--radius-lg);padding:24px}.primary-btn{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-normal), transform var(--duration-fast);border:none;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;display:inline-flex}.primary-btn:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.ghost-btn{color:var(--color-ink);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-normal);background:#fff;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:0 2px 4px #00000005}.ghost-btn svg{width:16px;height:16px}.ghost-btn:hover{background:#f8f9fa;border-color:#cbd5e1}.recharts-default-tooltip{color:#fff!important;background:#111827!important;border:1px solid #374151!important;border-radius:8px!important;box-shadow:0 4px 12px #0000004d!important}.recharts-default-tooltip .recharts-tooltip-label,.recharts-default-tooltip .recharts-tooltip-item{color:#fff!important}.registry-action-btn{border-radius:var(--radius-sm);color:#1f2937;font:600 12px var(--font-base);cursor:pointer;transition:background var(--duration-normal), border-color var(--duration-normal);background:0 0;border:1px solid #cbd5e1;align-items:center;gap:4px;padding:6px 12px;display:inline-flex}.registry-action-btn:hover{background:#f8fafc;border-color:#64748b}.priority-filter-btn{color:#1f2937!important;background:#f8fafc!important;border-color:#cbd5e1!important}.priority-filter-btn:hover{background:#e2e8f0!important;border-color:#64748b!important}.icon-btn{color:var(--color-muted);cursor:pointer;background:0 0;border:none;padding:4px;display:flex;position:relative}.icon-btn svg{width:20px;height:20px;display:block}.badge{color:var(--color-muted);background:#f1f5f9;border-radius:12px;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;line-height:1.6;display:inline-flex}.badge--red{background:var(--color-danger-light);color:var(--color-danger)}.badge--green{background:var(--color-primary-light);color:var(--color-primary-dark)}.badge--gold{background:var(--color-gold-light);color:var(--color-gold-dark)}.badge--orange{color:#e65100;background:#e651001f}.badge--black{color:#1f2937;background:#f3f4f6}.badge--purple{color:#6d28d9;background:#ede9fe}.dot-indicator{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dot-indicator--red{background:var(--color-danger);box-shadow:0 0 8px #ef444466}.dot-indicator--orange{background:#e65100;box-shadow:0 0 8px #e6510066}.dot-indicator--green{background:var(--color-primary);box-shadow:0 0 8px #56ab2f66}.widget-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.widget-header h3{color:var(--color-ink);font-size:18px;font-weight:700}.widget-header a{color:var(--color-primary);font-size:13px;font-weight:600;text-decoration:none}.widget-header a:hover{text-decoration:underline}.saas-root{height:100vh;font-family:var(--font-base);color:var(--color-ink);display:flex;overflow:hidden}.saas-sidebar{width:var(--sidebar-width);-webkit-backdrop-filter:blur(16px);border-right:1px solid var(--color-border);z-index:30;background:#ffffffd9;flex-direction:column;flex-shrink:0;display:flex}.sidebar-brand{height:var(--navbar-height);border-bottom:1px solid var(--color-border-soft);align-items:center;gap:12px;padding:0 24px;display:flex}.sidebar-brand h2{letter-spacing:.5px;color:var(--color-ink);font-size:20px;font-weight:800}.brand-logo{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.logo-img{object-fit:contain;border-radius:inherit;width:100%;height:100%}.sidebar-scroll{flex-direction:column;flex:1;padding:16px 0;display:flex;overflow-y:auto}.menu-group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-subtle);padding:12px 24px 6px;font-size:10px;font-weight:600;display:block}.menu-divider{background:var(--color-border-soft);height:1px;margin:8px 24px}.menu-item{color:var(--color-muted);transition:all var(--duration-fast);align-items:center;gap:12px;padding:10px 24px;font-size:14px;font-weight:500;text-decoration:none;display:flex;position:relative}.menu-item svg{flex-shrink:0;width:18px;height:18px}.menu-item:hover{color:var(--color-ink);background:#00000008}.menu-item.active{color:var(--color-primary);font-weight:600}.menu-item.active:after{content:"";background:var(--color-primary);border-radius:3px 0 0 3px;width:3px;position:absolute;top:15%;bottom:15%;right:0}.menu-item .badge{margin-left:auto}.sidebar-footer{border-top:1px solid var(--color-border-soft);padding:16px 24px}.logout-btn{width:100%;color:var(--color-muted);cursor:pointer;font-size:14px;font-weight:500;font-family:var(--font-base);transition:color var(--duration-fast);background:0 0;border:none;align-items:center;gap:10px;padding:8px 0;display:flex}.logout-btn svg{width:18px;height:18px}.logout-btn:hover{color:var(--color-danger)}.saas-main{background:var(--color-surface);flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.ambient-bg-mesh{pointer-events:none;z-index:0;background-image:radial-gradient(circle at 10% 20%,#56ab2f0d 0%,#0000 40%),radial-gradient(circle at 90% 80%,#d4af370d 0%,#0000 40%);position:absolute;inset:0}.top-navbar{height:var(--navbar-height);z-index:20;border-bottom:1px solid #e2e8f080;border-radius:0;justify-content:space-between;align-items:center;padding:0 40px;display:flex;position:sticky;top:0}.search-bar{border:1px solid var(--color-border);width:min(520px,100%);min-width:280px;max-width:520px;transition:all var(--duration-normal);background:#f8f9fa99;border-radius:8px;flex:1 1 0;align-items:center;gap:10px;padding:10px 16px;display:flex}.search-bar:focus-within{border-color:var(--color-primary);background:#ffffffe6}.search-bar svg{width:16px;height:16px;color:var(--color-subtle);flex-shrink:0}.search-bar input{color:var(--color-ink);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:14px}.notification-wrapper{position:relative}.notification-popover{z-index:30;background:#fff;border:1px solid #e2e8f0e6;border-radius:24px;width:min(500px,100vw);padding:0;position:absolute;top:calc(100% + 14px);right:-10px;overflow:hidden;box-shadow:0 32px 80px #0f172a2e}.notification-popover__header{color:var(--color-ink);letter-spacing:.05em;background:var(--color-surface);border-bottom:1px solid var(--color-border-soft);padding:24px 32px;font-size:15px;font-weight:800}.notification-list{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.notification-item{border:1px solid var(--color-border-soft);transition:all var(--duration-normal);background:0 0;border-radius:16px;align-items:flex-start;gap:20px;padding:20px 24px;text-decoration:none;display:flex}.notification-item:last-child{border-bottom:1px solid var(--color-border-soft)}.notification-item:hover{background:var(--color-surface);border-color:var(--color-border);transform:translateY(-2px);box-shadow:0 8px 24px #0000000a}.notification-item-icon{width:38px;height:38px;color:var(--color-primary);background:#34d39926;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.notification-item-content{flex:1}.notification-item strong{color:var(--color-ink);margin-bottom:4px;font-size:14px;font-weight:700;display:block}.notification-item p{color:var(--color-muted);margin:0 0 8px;font-size:13px;line-height:1.5}.notification-item span{color:var(--color-primary);font-size:11px;font-weight:700;display:block}.top-nav-right{align-items:center;gap:24px;margin-left:auto;display:flex}.nav-badge{background:var(--color-danger);border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:2px;right:2px}.nav-profile{cursor:pointer;color:inherit;font:inherit;background:0 0;border:none;align-items:center;gap:10px;padding:0;display:flex}.nav-profile:focus-visible{outline-offset:3px;outline:2px solid #56ab2f73}.nav-avatar{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex}.nav-user-info{flex-direction:column;display:flex}.welcome-text{color:var(--color-subtle);font-size:11px;line-height:1}.user-name{color:var(--color-ink);font-size:13px;font-weight:600;line-height:1.4}.saas-content{z-index:10;flex-direction:column;flex:1;gap:32px;width:100%;padding:40px 48px;display:flex;position:relative;overflow-y:auto}.page-header{justify-content:space-between;align-items:flex-end;display:flex}.page-title{color:var(--color-ink);letter-spacing:-.5px;margin-bottom:4px;font-size:28px;font-weight:800}.page-subtitle{color:var(--color-muted);font-size:14px}.saas-footer{border-radius:var(--radius-md);justify-content:space-between;align-items:center;margin-top:auto;padding:22px 32px;display:flex}.saas-footer p{color:#4b5563;font-size:13px;font-weight:500}.footer-links span{cursor:pointer;transition:color var(--duration-fast)}.footer-links span:hover{color:var(--color-ink)}html:not(.theme-dark) .priority-dispatch-item{background:#fff!important;border-color:#d1d5db!important}html:not(.theme-dark) .priority-dispatch-name{color:#1f2937!important}html:not(.theme-dark) .priority-dispatch-meta{color:#4b5563!important}html:not(.theme-dark) .priority-dispatch-icon{color:#047857!important}html.theme-dark{--color-primary:#34d399;--color-primary-dark:#059669;--color-primary-light:#34d39924;--color-gold:#fde047;--color-gold-dark:#eab308;--color-gold-light:#fde04726;--color-danger:#fb7185;--color-danger-light:#fb718526;--color-warning:#fbbf24;--color-ink:#f8f9fa;--color-muted:#9ca3af;--color-subtle:#6b7280;--color-border:#ffffff26;--color-border-soft:#ffffff14;--color-surface:#111;--color-page-bg:#000;--color-modal-bg:#1a1a1a;--color-input-bg:#111;--color-card-alt:#161616;--color-hover:#ffffff0d;--glass-bg:#111111bf;--glass-bg-pill:color-mix(in srgb, var(--color-primary) 15%, var(--glass-bg));--glass-border:#fff3;--glass-shadow:inset 0 1px 0 #ffffff0f, 0 8px 32px #0006;--flag-red-bg:#ef444426;--flag-red-text:#fca5a5;--flag-yellow-bg:#f59e0b26;--flag-yellow-text:#fcd34d;--flag-orange-bg:#e6510026;--flag-orange-text:#ffb74d;--flag-black-bg:#ffffff1a;--flag-black-text:#f3f4f6;--flag-green-bg:#22c55e26;--flag-green-text:#86efac;--flag-purple-bg:#7c3aed26;--flag-purple-text:#c4b5fd;--flag-default-bg:#ffffff1a;--flag-default-text:#cbd5e1;--color-error-bg:#fb71851a;--color-error-border:#fb718533;--color-success-bg:#34d3991a;--color-success-border:#34d39933}html.theme-dark body{background:var(--color-page-bg);color:var(--color-ink)}html.theme-dark .top-navbar{border-bottom-color:var(--color-border)}html.theme-dark .saas-sidebar{border-right-color:var(--color-border-soft);background:#111111eb}html.theme-dark .saas-main{background:var(--color-surface)}html.theme-dark .search-bar{border-color:var(--color-border);color:var(--color-ink);background:#111111a6}html.theme-dark .search-bar input{color:var(--color-ink)}html.theme-dark .search-bar input::placeholder{color:var(--color-subtle)}html.theme-dark .search-bar:focus-within{background:#1a1a1ad9}html.theme-dark .notification-popover{background:var(--color-modal-bg);border-color:var(--color-border);box-shadow:0 18px 50px #00000080}html.theme-dark .saas-card,html.theme-dark .frosted-glass{background:var(--glass-bg);border-color:var(--glass-border);box-shadow:var(--glass-shadow)}html.theme-dark .notification-item:hover{background:#ffffff08}html.theme-dark .ghost-btn{border-color:var(--color-border);color:var(--color-ink);background:#ffffff0f}html.theme-dark .ghost-btn:hover{background:#ffffff1a}html.theme-dark .registry-action-btn{color:#e5e7eb;background:0 0;border-color:#374151}html.theme-dark .registry-action-btn:hover{background:#1f2937;border-color:#4b5563}html.theme-dark .priority-filter-btn{color:#f3f4f6!important;background:#ffffff0f!important;border-color:#374151!important}html.theme-dark .priority-filter-btn:hover{background:#1f2937!important;border-color:#4b5563!important}html.theme-dark .saas-footer p{color:var(--color-muted)}html.theme-dark .primary-btn{background:var(--color-primary);color:#111;box-shadow:none}html.theme-dark .primary-btn:hover{color:#111;background:#2ec47c}html.theme-dark .primary-btn:disabled{color:#11111180;background:#34d3994d}html.theme-dark .menu-item:hover{background:var(--color-hover)}html.theme-dark .menu-item.active{color:var(--color-primary)}html.theme-dark .brand-logo{background:#ffffff14}html.theme-dark .nav-badge{border-color:var(--color-surface)}html.theme-dark .badge{color:var(--color-muted);background:#94a3b826}html.theme-dark .badge--red{color:#fb7185;background:#fb71852e}html.theme-dark .badge--green{color:#34d399;background:#34d3992e}html.theme-dark .badge--gold{color:#fcd34d;background:#fcd34d2e}html.theme-dark .badge--orange{color:#fb923c;background:#e651002e}html.theme-dark .badge--black{color:#e2e8f0;background:#ffffff1a}html.theme-dark .badge--purple{color:#c4b5fd;background:#7c3aed2e}html.theme-dark input,html.theme-dark select,html.theme-dark textarea{background:var(--color-input-bg);color:var(--color-ink);border-color:var(--color-border)}html.theme-dark input::placeholder,html.theme-dark textarea::placeholder{color:var(--color-subtle)}html.theme-dark input:focus,html.theme-dark select:focus,html.theme-dark textarea:focus{border-color:var(--color-primary);outline-color:var(--color-primary)}html.theme-dark option{background:var(--color-modal-bg);color:var(--color-ink)}html.theme-dark table{border-color:var(--color-border)}html.theme-dark th{color:var(--color-muted);border-color:var(--color-border);background:#1a1a1a99}html.theme-dark td{border-color:var(--color-border-soft);color:var(--color-ink)}html.theme-dark .swal2-popup{background:var(--color-modal-bg)!important;color:var(--color-ink)!important;border:1px solid var(--color-border)!important}html.theme-dark .swal2-title,html.theme-dark .swal2-html-container{color:var(--color-ink)!important}html.theme-dark .swal2-input,html.theme-dark .swal2-textarea,html.theme-dark .swal2-select,html.theme-dark .swal2-radio{background:var(--color-input-bg)!important;color:var(--color-ink)!important;border-color:var(--color-border)!important}html.theme-dark .swal2-validation-message{background:var(--color-input-bg)!important;color:var(--color-danger)!important}html.theme-dark .swal2-success-circular-line-left,html.theme-dark .swal2-success-circular-line-right,html.theme-dark .swal2-success-fix{background:var(--color-modal-bg)!important}html.theme-dark .swal2-radio label{color:var(--color-ink)!important}html.theme-dark tr:hover td{background:var(--color-hover)}html.theme-dark ::-webkit-scrollbar{width:8px}html.theme-dark ::-webkit-scrollbar-track{background:0 0}html.theme-dark ::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:4px}html.theme-dark ::-webkit-scrollbar-thumb:hover{background:#94a3b866}html.theme-dark .ambient-bg-mesh{background-image:radial-gradient(circle at 10% 20%,#34d3990a 0%,#0000 40%),radial-gradient(circle at 90% 80%,#fcd34d08 0%,#0000 40%)}@keyframes revela-fade-in{0%{opacity:0}to{opacity:1}}@keyframes revela-slide-up{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes revela-slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes revela-fade-out{0%{opacity:1}to{opacity:0}}@keyframes revela-slide-down-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(16px)scale(.97)}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.anim-fade-in{animation:revela-fade-in var(--duration-slow) var(--ease-out)}.anim-slide-up{animation:revela-slide-up var(--duration-slow) var(--ease-out)}.anim-slide-down{animation:revela-slide-down var(--duration-slow) var(--ease-out)}.anim-fade-out{animation:revela-fade-out var(--duration-slow) var(--ease-out) forwards}.anim-slide-down-out{animation:revela-slide-down-out var(--duration-slow) var(--ease-out) forwards}.hover-lift{transition:transform var(--duration-fast) var(--ease-in-out), box-shadow var(--duration-fast) var(--ease-in-out)}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.hover-subtle{transition:all var(--duration-fast) var(--ease-in-out)}.hover-subtle:hover{transform:translateY(-1px)}.modal-backdrop{animation:revela-fade-in var(--duration-normal) var(--ease-out)}.modal-backdrop.closing{animation:revela-fade-out var(--duration-normal) var(--ease-out) forwards}.modal-panel{animation:revela-slide-up var(--duration-slow) var(--ease-out)}.modal-panel.closing{animation:revela-slide-down-out var(--duration-slow) var(--ease-out) forwards}.modal-close-btn{background:var(--color-hover);cursor:pointer;width:36px;height:36px;color:var(--color-muted);transition:background var(--duration-fast), color var(--duration-fast);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.modal-close-btn:hover{background:var(--color-border);color:var(--color-ink)}.modal-close-btn svg{width:18px;height:18px}@media (width<=900px){:root{--sidebar-width:220px}.top-navbar{padding:0 24px}.saas-content{gap:28px;padding:24px}}@media (width<=768px){.saas-sidebar{z-index:999;background:var(--color-modal-bg);width:260px;height:100vh;transition:left .3s;display:flex;position:fixed;top:0;left:-100%}.saas-root.mobile-open .saas-sidebar{left:0}.mobile-toggle{z-index:1000;background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 12px;display:block;position:fixed;top:15px;left:15px}.saas-main{width:100%;margin-left:0!important}}@media (width>=769px){.mobile-toggle{display:none}}@keyframes ping{0%{opacity:.8;transform:scale(1)}70%,to{opacity:0;transform:scale(2)}}@keyframes progress-shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media print{html,body,#root,.saas-root,.saas-main,.saas-content{color:#000!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;max-height:none!important;box-shadow:none!important;background:#fff!important;border:none!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.mobile-toggle,aside,header,.ambient-bg-mesh,.page-header,.saas-card.frosted-glass,.swal2-container,button,.no-print{display:none!important}.print-report-container{color:#000!important;background:#fff!important;width:100%!important;margin:0!important;padding:0!important;display:block!important}.print-table{border-collapse:collapse;page-break-inside:auto;width:100%;margin-top:15px;margin-bottom:25px}.print-table tr{page-break-inside:avoid;page-break-after:auto}.print-table th,.print-table td{text-align:left;border:1px solid #cbd5e1;padding:8px 12px;font-size:11px}.print-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact;font-weight:700}.print-table tr:nth-child(2n) td{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:#f8fafc!important}body{counter-reset:page}.print-page-number:after{counter-increment:page;content:"Page " counter(page)}.page-break-before-avoid{page-break-inside:avoid}}.legal-page-container{background:var(--color-page-bg);background-image:radial-gradient(circle at 10% 20%, var(--color-primary-light) 0%, transparent 40%), radial-gradient(circle at 90% 80%, var(--color-gold-light) 0%, transparent 40%);justify-content:center;min-height:100vh;padding:56px 24px 80px;display:flex}.legal-page-content{background:var(--color-modal-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:720px;box-shadow:var(--glass-shadow);color:var(--color-ink);padding:48px 56px}.legal-page-eyebrow{background:var(--color-primary-light);color:var(--color-primary-dark);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.legal-page-content h1{letter-spacing:-.5px;color:var(--color-ink);margin-bottom:6px;font-size:28px;font-weight:800}.legal-page-divider{background:var(--color-gold);border-radius:3px;width:48px;height:3px;margin:14px 0 18px}.legal-page-subtitle{color:var(--color-muted);margin-bottom:28px;font-size:13px;font-weight:500}.legal-page-content p{color:var(--color-muted);margin-bottom:16px;font-size:15px;line-height:1.7}.legal-page-content h2{color:var(--color-ink);border-bottom:1px solid var(--color-border-soft);margin:32px 0 12px;padding-bottom:8px;font-size:17px;font-weight:700}.legal-page-content ul{margin:0 0 16px;padding-left:20px}.legal-page-content li{color:var(--color-muted);margin-bottom:8px;font-size:15px;line-height:1.7}.legal-page-content li strong{color:var(--color-ink)}.legal-page-notice{background:var(--color-gold-light);border-radius:var(--radius-lg);border:1px solid #d4af374d;margin:24px 0;padding:16px 20px}.legal-page-notice p{color:var(--color-gold-dark);margin:0;font-size:14px;font-weight:600}.legal-page-restricted{background:var(--color-danger-light);color:var(--color-danger);text-align:center;border-radius:var(--radius-lg);border:1px solid #ef444440;margin-top:32px;padding:14px 18px;font-size:13px;font-weight:700}.legal-page-footer{border-top:1px solid var(--color-border-soft);text-align:center;color:var(--color-subtle);margin-top:32px;padding-top:20px;font-size:12px}.legal-page-footer strong{color:var(--color-primary-dark)}@media (width<=640px){.legal-page-content{padding:32px 24px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.login-root{background:#f0f4f0;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.topo-overlay{opacity:.08;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.83v58.34l-.83.83H5.373l-.83-.83V.83l.83-.83h49.254zm-1.66 2.49H7.033v55.02h45.934V2.49z' fill='%231a3a1a' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");position:absolute;inset:0}.orb{filter:blur(80px);pointer-events:none;z-index:1;border-radius:50%;animation:20s ease-in-out infinite alternate liquidFloat;position:absolute}.orb-tl{background:#a8e06359;width:400px;height:400px;animation-delay:0s;top:-100px;left:-50px}.orb-br{background:#f7c9484d;width:350px;height:350px;animation-delay:-5s;bottom:-100px;right:-50px}.orb-mid{background:#56ab2f26;width:250px;height:250px;animation-duration:25s;top:30%;right:25%}.seal{object-fit:contain;width:48px;height:48px}@keyframes liquidFloat{0%{transform:translate(0)scale(1)}50%{transform:translate(40px,40px)scale(1.05)}to{transform:translate(-20px,-40px)scale(.95)}}.login-card{-webkit-backdrop-filter:blur(40px);z-index:2;background:#ffffffbf;border:1px solid #fff;border-radius:20px;width:800px;min-height:500px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px #1a3a1a1a,0 5px 15px #0000000d}.left-panel{background:linear-gradient(#56ab2f0d 0%,#fff6 100%);border-right:1px solid #1a3a1a14;flex-direction:column;flex-shrink:0;justify-content:space-between;width:320px;padding:48px 40px;display:flex;position:relative}.left-inner-orb{pointer-events:none;background:radial-gradient(circle,#f7c94826 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;left:-50px}.seal-row{z-index:1;align-items:center;gap:12px;display:flex}.seal{width:48px;height:48px}.muni-pre{color:#1a3a1a99;letter-spacing:.5px;text-transform:uppercase;font-size:10px;font-weight:600}.muni-name{color:#1a3a1a;letter-spacing:.2px;font-size:14px;font-weight:700;line-height:1.2}.muni-loc{color:#1a3a1a80;font-size:11px}.left-brand{z-index:1}.gold-bar{background:#d4af37;border-radius:2px;width:32px;height:4px;margin-bottom:24px}.powered-by{color:#1a3a1a80;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:600}.wordmark{color:#1a3a1a;letter-spacing:2px;margin-bottom:12px;font-size:36px;font-weight:800;line-height:1}.tagline{color:#1a3a1ab3;margin-bottom:20px;font-size:13px;font-weight:500;line-height:1.5}.brand-divider{background:linear-gradient(90deg,#1a3a1a26,#0000);height:1px;margin-bottom:16px}.brand-desc{color:#1a3a1a99;font-size:11px;line-height:1.6}.right-panel{flex-direction:column;flex:1;justify-content:center;padding:56px 64px;display:flex}.portal-pill{align-items:center;gap:8px;margin-bottom:24px;display:flex}.portal-dot{background:#56ab2f;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #56ab2f80}.portal-label{color:#1a3a1a;letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700}.form-heading{color:#1a3a1a;letter-spacing:-.5px;margin-bottom:8px;font-size:28px;font-weight:700}.form-sub{color:#1a3a1a99;margin-bottom:36px;font-size:14px;font-weight:400}.field{margin-bottom:22px}.field-label{color:#1a3a1a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.input-wrap{position:relative}.input-icon{color:#1a3a1a66;width:18px;height:18px;transition:color var(--duration-normal) var(--ease-in-out);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.glass-input{color:#1a3a1a;width:100%;transition:all var(--duration-normal) var(--ease-in-out);background:#fff;border:1px solid #1a3a1a26;border-radius:10px;outline:none;padding:14px 14px 14px 42px;font-size:15px;box-shadow:inset 0 2px 4px #00000005}.glass-input::placeholder{color:#1a3a1a4d;font-weight:400}.glass-input:focus{border-color:#56ab2f;box-shadow:0 0 0 4px #56ab2f26}.glass-input:focus~.input-icon{color:#56ab2f}.glass-input--pw{padding-right:48px}.glass-input--otp{padding-left:14px}.pw-toggle{cursor:pointer;color:#1a3a1a80;transition:color var(--duration-normal);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.pw-toggle svg{width:20px;height:20px}.pw-toggle:hover{color:#1a3a1a}.forgot-row{text-align:right;margin-top:-8px;margin-bottom:28px}.forgot-btn{color:#56ab2f;cursor:pointer;transition:color var(--duration-normal);background:0 0;border:none;font-size:13px;font-weight:500}.forgot-btn:hover{color:#1a3a1a;text-decoration:underline}.otp-box{animation:revela-slide-down var(--duration-slow) var(--ease-out);background:#f9fbf9;border:1px solid #56ab2f33;border-radius:12px;margin-bottom:24px;padding:20px}.otp-desc{color:#1a3a1a;margin-bottom:16px;font-size:13px;font-weight:500;line-height:1.5}.otp-action-row{gap:12px;display:flex}.otp-action-row .glass-input{flex:1;padding:12px 14px;font-size:14px}.otp-send-btn{color:#fff;cursor:pointer;transition:all var(--duration-normal);background:#56ab2f;border:none;border-radius:8px;padding:0 20px;font-size:13px;font-weight:600}.otp-send-btn:hover{background:#458a25}.signin-btn{color:#fff;cursor:pointer;letter-spacing:.5px;width:100%;transition:all var(--duration-normal) var(--ease-in-out);background:#059669;border:none;border-radius:10px;margin-bottom:28px;padding:16px;font-size:16px;font-weight:600;box-shadow:0 8px 16px #05966940}.signin-btn:hover{background:#10b981;transform:translateY(-2px);box-shadow:0 12px 20px #1a3a1a40}.signin-btn:active{box-shadow:none;transform:translateY(1px)}.legal-note{color:#8b0000;text-align:center;letter-spacing:.2px;background:#8b00000a;border:1px solid #8b00001a;border-radius:8px;padding:14px;font-size:11px;font-weight:500;line-height:1.6}.message-alert{animation:revela-slide-down var(--duration-slow) var(--ease-out);border:1px solid;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 16px;font-size:14px;font-weight:500;display:flex}.btn-loader-container{justify-content:center;align-items:center;gap:10px;display:flex}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.message-alert svg{flex-shrink:0;width:20px;height:20px}.message-alert--error{color:#7a1a1f;background:#dc354514;border-color:#dc35454d}.message-alert--error svg{color:#dc3545}.message-alert--success{color:#1a4d2e;background:#28a74514;border-color:#28a7454d}.message-alert--success svg{color:#28a745}@media (width<=800px){.login-card{flex-direction:column;width:92%;min-height:auto}.left-panel{border-bottom:1px solid #1a3a1a14;border-right:none;width:100%;padding:32px}.right-panel{padding:40px 32px}}html.theme-dark .login-root{background:var(--color-page-bg)}html.theme-dark .orb-tl{background:#34d39926}html.theme-dark .orb-br{background:#fcd34d1a}html.theme-dark .orb-mid{background:#10b98114}html.theme-dark .topo-overlay{opacity:.03;filter:invert()}html.theme-dark .login-card{background:#111827db;border-color:#1f2937;box-shadow:0 25px 50px #00000080}html.theme-dark .left-panel{border-right-color:var(--color-border);background:#0f172a66}html.theme-dark .muni-name,html.theme-dark .wordmark,html.theme-dark .portal-label,html.theme-dark .form-heading{color:var(--color-ink)}html.theme-dark .muni-pre,html.theme-dark .muni-loc,html.theme-dark .powered-by,html.theme-dark .brand-desc,html.theme-dark .form-sub,html.theme-dark .field-label,html.theme-dark .forgot-btn{color:var(--color-muted)}html.theme-dark .legal-note{color:#ff8a8a;background:#ff8a8a1a;border-color:#ff8a8a33}.text-accent{color:#56ab2f!important}html.theme-dark .text-accent{color:#81c784!important}html.theme-dark .tagline{color:var(--color-subtle)}html.theme-dark .glass-input{color:#fff;background:#1f2937;border-color:#374151}html.theme-dark .glass-input:focus{background:#1f2937;border-color:#10b981;box-shadow:0 0 0 4px #10b98129}html.theme-dark .signin-btn{color:#fff;background:#059669}html.theme-dark .signin-btn:hover{background:#10b981}html.theme-dark .pw-toggle,html.theme-dark .input-icon{color:var(--color-muted)}html.theme-dark .pw-toggle:hover{color:var(--color-ink)}html.theme-dark .otp-box{border-color:var(--color-border);background:#0f172a66}html.theme-dark .otp-desc{color:var(--color-ink)}html.theme-dark .modal-backdrop{background:#0009}html.theme-dark .modal-content{background:var(--color-modal-bg);box-shadow:0 24px 60px #0009}html.theme-dark .modal-close{color:var(--color-subtle)}html.theme-dark .modal-close:hover{color:var(--color-danger);background:#ef44441a}html.theme-dark .btn-secondary{border-color:var(--color-border);color:var(--color-ink);background:#ffffff0d}html.theme-dark .btn-secondary:hover{background:#ffffff1a}.kpi-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.kpi-card{transition:transform var(--duration-normal) var(--ease-in-out);align-items:center;gap:20px;display:flex}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000000a}.kpi-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.kpi-icon svg{width:28px;height:28px}.kpi-icon--gold{background:var(--color-gold-light);color:var(--color-gold-dark)}.kpi-icon--red{background:var(--color-danger-light);color:var(--color-danger)}.kpi-icon--green{background:var(--color-primary-light);color:var(--color-primary)}.kpi-info h3{color:var(--color-ink);margin-bottom:6px;font-size:28px;font-weight:800;line-height:1}.kpi-info p{color:var(--color-muted);font-size:13px;font-weight:500}.widget-grid{grid-template-columns:2fr 1fr;gap:24px;display:grid}.dashboard-widget{border-radius:var(--radius-lg);flex-direction:column;padding:24px;display:flex}.map-widget{min-height:400px}.map-placeholder{background:#fff6;border:2px dashed #e2e8f0cc;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.map-placeholder svg{color:#94a3b880;width:48px;height:48px}.map-placeholder p{color:var(--color-muted);font-size:14px;font-weight:500}.flag-list{flex-direction:column;gap:16px;display:flex}.flag-item{background:var(--color-hover);border:1px solid var(--color-border-soft);transition:background var(--duration-normal);border-radius:10px;align-items:center;gap:12px;padding:12px;display:flex}.flag-item:hover{background:var(--color-input-bg)}.flag-details{flex:1}.flag-details h4{color:var(--color-ink);margin-bottom:2px;font-size:14px;font-weight:600}.flag-details p{color:var(--color-muted);font-size:12px}.action-btn{color:#475569;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration-normal);font-size:12px;font-weight:600;font-family:var(--font-base);background:0 0;border:1px solid #cbd5e1;padding:6px 12px}.action-btn:hover{background:var(--color-ink);color:#fff;border-color:var(--color-ink)}.hero-banner{color:var(--color-ink);animation:revela-slide-down var(--duration-slow) var(--ease-out) forwards;background:linear-gradient(135deg,#fdfffb 0%,#f4faee 55%,#eaf6e0 100%);border:1px solid #56ab2f38;border-radius:24px;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:32px;padding:36px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 25px #56ab2f14}.hero-glow{pointer-events:none;background:radial-gradient(circle at 85% 15%,#86efac40,#0000 45%),radial-gradient(circle at 10% 90%,#eab30814,#0000 40%);position:absolute;inset:0}.hero-left,.hero-right{z-index:1;min-width:0;position:relative}.hero-status-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.3px;color:var(--color-muted);background:#ffffffbf;border:1px solid #56ab2f40;border-radius:999px;align-items:center;gap:14px;padding:8px 18px;font-size:11.5px;font-weight:600;display:inline-flex}.hero-status-item{align-items:center;gap:8px;display:inline-flex}.hero-status-dot{background:var(--color-primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite hero-pulse;box-shadow:0 0 8px #56ab2f99}@keyframes hero-pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-status-divider{background:#56ab2f40;width:1px;height:16px}.hero-greeting{letter-spacing:-1px;overflow-wrap:break-word;margin:20px 0 12px;font-size:clamp(28px,3.4vw,44px);font-weight:800;line-height:1.1}.hero-greeting-name{color:var(--color-primary-dark)}.hero-sub{color:var(--color-muted);max-width:46ch;margin:0 0 24px;font-size:14.5px;line-height:1.65}.hero-sub-highlight{color:var(--color-gold-dark);text-underline-offset:3px;font-weight:700;text-decoration:underline}.hero-steps{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.hero-step{color:var(--color-ink);font-size:13px;font-weight:600;font-family:var(--font-base);cursor:pointer;transition:all var(--duration-normal);background:#fffc;border:1px solid #56ab2f40;border-radius:12px;align-items:center;gap:12px;padding:9px 16px 9px 9px;display:inline-flex}.hero-step:hover{background:var(--color-primary-light);border-color:#56ab2f73;transform:translate(4px)}.hero-step-num{background:var(--color-primary);color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:flex}.hero-step-arrow{opacity:.5;transition:transform var(--duration-normal), opacity var(--duration-normal);margin-left:8px}.hero-step:hover .hero-step-arrow{opacity:1;transform:translate(3px)}.hero-right{flex-direction:column;gap:16px;display:flex}.hero-cards{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-width:0;display:grid}.hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #56ab2f2e;border-radius:16px;flex-direction:column;gap:10px;min-width:0;padding:18px;display:flex;container-type:inline-size}.hero-card-head{justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;display:flex}.hero-card-head>*{min-width:0}.hero-card-title{color:var(--color-ink);align-items:center;gap:8px;font-size:12.5px;font-weight:600;line-height:1.3;display:flex}.hero-card-badge{background:var(--color-primary-light);color:var(--color-primary-dark);text-align:center;white-space:nowrap;border:1px solid #56ab2f4d;border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:10.5px;font-weight:700;line-height:1.3}.hero-card-loc{color:var(--color-muted);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:clamp(9px,3.5cqi,10.5px);font-weight:600;overflow:hidden}.hero-clock{letter-spacing:-.5px;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:clamp(20px,11cqi,30px);font-weight:800;line-height:1}.hero-clock-ampm{color:var(--color-muted);font-size:clamp(11px,5.5cqi,15px);font-weight:700}.hero-card-date{color:var(--color-muted);margin:0;font-size:12px}.hero-card-foot{color:var(--color-muted);border-top:1px solid #56ab2f26;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:10px;font-size:11.5px;display:flex}.hero-foot-value{color:var(--color-primary-dark);font-weight:700}.hero-foot-value--loading{color:var(--color-gold-dark)}.hero-foot-value--optimal{background:var(--color-primary-light);color:var(--color-primary-dark);border:1px solid #56ab2f4d;border-radius:999px;padding:2px 8px;font-size:10.5px}.hero-weather-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.hero-temp{letter-spacing:-.5px;font-size:clamp(20px,11cqi,30px);font-weight:800;line-height:1}.hero-cond{color:var(--color-muted);margin:6px 0 0;font-size:12px}.hero-sun{background:var(--color-gold-light);width:42px;height:42px;color:var(--color-gold-dark);border:1px solid #eab30859;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-status-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #56ab2f2e;border-radius:16px;flex-direction:column;flex:1;justify-content:space-between;gap:10px;padding:16px 18px;display:flex}.hero-status-card-title{color:var(--color-ink);font-size:12.5px;font-weight:700}.hero-status-row{justify-content:space-between;align-items:center;gap:8px;font-size:12.5px;display:flex}.hero-status-row-label{color:var(--color-muted);align-items:center;gap:8px;font-weight:600;display:inline-flex}.hero-status-row-label .hero-status-dot{width:7px;height:7px;box-shadow:none}.hero-status-dot--idle{background:var(--color-gold);box-shadow:none;animation:none}.hero-status-row-value{color:var(--color-ink);font-weight:700}.hero-status-row-value--ok{color:var(--color-primary-dark)}.hero-status-row-value--wait{color:var(--color-gold-dark)}@media (width<=1100px){.hero-banner,.hero-cards,.widget-grid{grid-template-columns:1fr}}@media (width<=900px){.kpi-grid{grid-template-columns:1fr}}html.theme-dark .hero-banner{background:linear-gradient(135deg,#131a12 0%,#101710 55%,#0d150c 100%);border-color:#34d39940;box-shadow:0 10px 25px #00000073}html.theme-dark .hero-glow{background:radial-gradient(circle at 85% 15%,#34d3991f,#0000 45%),radial-gradient(circle at 10% 90%,#fde0470d,#0000 40%)}html.theme-dark .hero-status-pill{background:#ffffff0d;border-color:#34d3994d}html.theme-dark .hero-status-divider{background:#34d3994d}html.theme-dark .hero-greeting-name{color:var(--color-primary)}html.theme-dark .hero-sub-highlight{color:var(--color-gold)}html.theme-dark .hero-step{background:#ffffff0d;border-color:#34d3994d}html.theme-dark .hero-step:hover{background:var(--color-primary-light);border-color:#34d3998c}html.theme-dark .hero-step-num{background:var(--color-primary);color:#111}html.theme-dark .hero-card{background:#ffffff0a;border-color:#34d39938}html.theme-dark .hero-card-badge{color:var(--color-primary);border-color:#34d39959}html.theme-dark .hero-card-foot{border-top-color:#34d39933}html.theme-dark .hero-foot-value,html.theme-dark .hero-foot-value--optimal{color:var(--color-primary)}html.theme-dark .hero-sun{border-color:#fde04766}html.theme-dark .hero-status-card{background:#ffffff0a;border-color:#34d39938}html.theme-dark .hero-status-row-value--ok{color:var(--color-primary)}html.theme-dark .hero-status-row-value--wait{color:var(--color-gold)}.um-stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.um-stat-card{border-radius:var(--radius-lg);transition:transform var(--duration-normal) var(--ease-in-out), box-shadow var(--duration-normal) var(--ease-in-out);align-items:center;gap:16px;padding:20px 24px;display:flex}.um-stat-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000000a}.um-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.um-stat-icon svg{width:24px;height:24px}.um-stat-icon--green{background:var(--color-primary-light);color:var(--color-primary)}.um-stat-icon--gold{background:var(--color-gold-light);color:var(--color-gold-dark)}.um-stat-icon--blue{color:#3b82f6;background:#3b82f61a}.um-stat-icon--red{background:var(--color-danger-light);color:var(--color-danger)}.um-stat-info h3{color:var(--color-ink);margin-bottom:4px;font-size:26px;font-weight:800;line-height:1}.um-stat-info p{color:var(--color-muted);font-size:13px;font-weight:500}.um-avatar{color:#fff;letter-spacing:.5px;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.um-badge{white-space:nowrap;border-radius:20px;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;line-height:1.4;display:inline-flex}.um-badge--green{color:#15803d;background:#dcfce7}.um-badge--gold{color:#92400e;background:#fef3c7}.um-badge--blue{color:#2563eb;background:#3b82f61a}.um-badge--muted{background:var(--color-surface);color:var(--color-muted)}.um-badge--success{color:#15803d;background:#dcfce7}.um-badge--warning{color:#92400e;background:#fef3c7}.um-badge--danger{color:#b91c1c;background:#fee2e2}.um-badge--pulse{animation:2s infinite um-pulse}@keyframes um-pulse{0%,to{opacity:1}50%{opacity:.7}}.um-table-card{flex-direction:column;max-height:calc(100vh - 280px);display:flex;overflow:hidden;padding:0!important}.um-toolbar{border-bottom:1px solid var(--color-border-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.um-search{background:var(--color-input-bg);border:1px solid var(--color-border);border-radius:10px;flex:1;align-items:center;gap:10px;min-width:280px;max-width:400px;padding:9px 14px;transition:all .2s;display:flex}.um-search:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.um-search svg{width:16px;height:16px;color:var(--color-subtle);flex-shrink:0}.um-search input{color:var(--color-ink);width:100%;font-size:13px;font-family:var(--font-base);background:0 0;border:none;outline:none}.um-filters{flex-wrap:wrap;gap:6px;display:flex}.um-filter-btn{border:1px solid var(--color-border);color:var(--color-muted);cursor:pointer;transition:all var(--duration-fast);font-size:12px;font-weight:600;font-family:var(--font-base);background:0 0;border-radius:8px;padding:6px 14px}.um-filter-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.um-filter-btn--active{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}.um-table-wrapper{flex:1;overflow:auto}.um-table{border-collapse:collapse;width:100%}.um-table thead tr{border-bottom:1px solid var(--color-border)}.um-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);background:var(--color-hover);white-space:nowrap;padding:14px 24px;font-size:11px;font-weight:700}.um-table td{vertical-align:middle;padding:16px 24px;font-size:14px}.um-row{border-bottom:1px solid var(--color-border-soft);transition:background var(--duration-fast)}.um-row:last-child{border-bottom:none}.um-row:hover{background:var(--color-hover)}.um-user-cell{align-items:center;gap:14px;display:flex}.um-user-name{color:var(--color-ink);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.um-you-badge{color:var(--color-primary);background:var(--color-primary-light);border-radius:10px;padding:2px 8px;font-size:10px;font-weight:700}.um-user-email{color:var(--color-muted);margin-top:2px;font-size:12px}.um-cell-muted{color:var(--color-muted);font-size:13px}.um-actions{justify-content:flex-end;gap:6px;display:flex}.um-action-btn{border:1px solid var(--color-border);background:var(--color-input-bg);width:34px;height:34px;color:var(--color-muted);cursor:pointer;transition:all var(--duration-fast);border-radius:8px;justify-content:center;align-items:center;display:flex}.um-action-btn svg{width:15px;height:15px}.um-action-btn:hover{background:var(--color-ink);color:#fff;border-color:var(--color-ink);transform:translateY(-1px);box-shadow:0 4px 8px #00000014}.um-action-btn--primary:hover{background:var(--color-primary);border-color:var(--color-primary)}.um-action-btn--danger:hover{background:var(--color-danger);border-color:var(--color-danger)}.um-table-footer{border-top:1px solid var(--color-border-soft);color:var(--color-muted);padding:14px 24px;font-size:12px;font-weight:500}.um-table-empty{text-align:center;color:var(--color-muted);font-size:14px;padding:60px 20px!important}.um-table-empty span{margin-top:8px;display:block}.um-spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:32px;height:32px;margin:0 auto 12px;animation:.8s linear infinite spin}.um-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);animation:revela-fade-in var(--duration-normal) var(--ease-out);background:#0f172a80;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.um-backdrop.closing{animation:revela-fade-out var(--duration-normal) var(--ease-out) forwards}.um-modal{background:var(--color-modal-bg);width:min(100%,460px);animation:revela-slide-up var(--duration-slow) var(--ease-out);border-radius:20px;padding:32px;position:relative;box-shadow:0 24px 60px #0f172a33}.um-modal.closing{animation:revela-slide-down-out var(--duration-slow) var(--ease-out) forwards}.um-modal-close{cursor:pointer;color:var(--color-muted);width:32px;height:32px;transition:all var(--duration-fast);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;top:16px;right:16px}.um-modal-close:hover{background:var(--color-hover);color:var(--color-ink)}.um-modal-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.um-modal-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.um-modal-icon svg{width:22px;height:22px}.um-modal-icon--green{background:var(--color-primary-light);color:var(--color-primary)}.um-modal-icon--blue{color:#3b82f6;background:#3b82f61a}.um-modal-icon--red{background:var(--color-danger-light);color:var(--color-danger)}.um-modal-icon--gold{background:var(--color-gold-light);color:var(--color-gold-dark)}.um-modal-title{color:var(--color-ink);font-size:18px;font-weight:700}.um-modal-subtitle{color:var(--color-muted);margin-top:2px;font-size:13px}.um-modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.um-form{flex-direction:column;gap:18px;display:flex}.um-field{flex-direction:column;display:flex}.um-label{color:var(--color-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.um-input{border:1px solid var(--color-border);background:var(--color-input-bg);width:100%;font-size:14px;font-family:var(--font-base);box-sizing:border-box;color:var(--color-ink);transition:border-color var(--duration-fast), box-shadow var(--duration-fast);border-radius:10px;padding:10px 14px}.um-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light);outline:none}.um-input--disabled{background:var(--color-hover);color:var(--color-muted);cursor:not-allowed}.um-input-group{align-items:stretch;gap:8px;display:flex}.um-btn-sm{gap:4px!important;padding:0 12px!important;font-size:12px!important}.um-btn-sm svg{width:14px;height:14px}.um-hint{color:var(--color-muted);margin-top:6px;font-size:11px;display:block}.um-alert{animation:revela-fade-in var(--duration-normal) var(--ease-out);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:12px 16px;font-size:13px;display:flex}.um-alert--error{color:var(--color-danger);background:#fff5f5;border:1px solid #fed7d7}.um-alert--success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.um-alert-dismiss{cursor:pointer;color:inherit;opacity:.6;transition:opacity var(--duration-fast);background:0 0;border:none;font-size:14px}.um-alert-dismiss:hover{opacity:1}.um-confirm-text{color:var(--color-ink);font-size:14px;line-height:1.6}.um-btn--danger{background:var(--color-danger)!important;border-color:var(--color-danger)!important}.um-btn--danger:hover{background:#dc2626!important}.um-password-result{background:var(--color-hover);border:1px solid var(--color-border);border-radius:12px;margin-top:16px;padding:16px 20px}.um-password-display{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.um-password-value{color:var(--color-primary);letter-spacing:1px;-webkit-user-select:all;user-select:all;font-family:SF Mono,Cascadia Code,monospace;font-size:20px;font-weight:700}.um-copy-btn{background:var(--color-input-bg);border:1px solid var(--color-border);color:var(--color-muted);cursor:pointer;transition:all var(--duration-fast);font-size:12px;font-weight:600;font-family:var(--font-base);border-radius:8px;align-items:center;gap:6px;padding:6px 12px;display:inline-flex}.um-copy-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.um-copy-icon svg{width:14px;height:14px}html.theme-dark .um-stat-icon--blue{color:#60a5fa;background:#3b82f626}html.theme-dark .um-badge--green{color:#86efac;background:#22c55e26}html.theme-dark .um-badge--gold{color:#fcd34d;background:#fcd34d26}html.theme-dark .um-badge--blue{color:#93c5fd;background:#3b82f626}html.theme-dark .um-badge--success{color:#86efac;background:#22c55e26}html.theme-dark .um-badge--warning{color:#fcd34d;background:#f59e0b26}html.theme-dark .um-badge--danger{color:#fca5a5;background:#fb718526}html.theme-dark .um-action-btn{border-color:var(--color-border);background:#ffffff0f}html.theme-dark .um-action-btn:hover{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-surface)}html.theme-dark .um-action-btn--primary:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff}html.theme-dark .um-action-btn--danger:hover{background:var(--color-danger);border-color:var(--color-danger);color:#fff}html.theme-dark .um-filter-btn{border-color:var(--color-border);color:var(--color-muted);background:#ffffff0a}html.theme-dark .um-filter-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}html.theme-dark .um-filter-btn--active{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}html.theme-dark .um-search{border-color:var(--color-border);background:#111111a6}html.theme-dark .um-search input{color:var(--color-ink)}html.theme-dark .um-alert--error{color:#fca5a5;background:#fb71851a;border-color:#fb718533}html.theme-dark .um-alert--success{color:#6ee7b7;background:#34d3991a;border-color:#34d39933}html.theme-dark .um-password-result{border-color:var(--color-border);background:#ffffff0a}html.theme-dark .um-password-value{color:var(--color-primary)}html.theme-dark .um-copy-btn{border-color:var(--color-border);background:#ffffff0f}html.theme-dark .um-copy-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}html.theme-dark .um-modal-icon--blue{color:#60a5fa;background:#3b82f626}@media (width<=1100px){.um-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.um-toolbar{flex-direction:column;align-items:stretch}.um-search{max-width:100%;min-width:unset}.um-stats-grid{grid-template-columns:1fr}}
