.ops-view{min-width:0}.ops-split{display:grid;grid-template-columns:minmax(0,2fr) minmax(310px,1fr);gap:14px;min-height:620px}.ops-toolbar{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-bottom:1px solid var(--border,#dfe6e2)}.ops-toolbar label{display:flex;align-items:center;gap:8px;border:1px solid #d6ded9;border-radius:7px;padding:8px 10px;min-width:300px}.ops-toolbar label svg{width:17px}.ops-toolbar input{border:0;outline:0;background:transparent;width:100%}.ops-toolbar>span{font-size:12px;color:#6b756f}.ops-table-wrap{overflow:auto}.ops-table{min-width:650px}.ops-table tr{cursor:pointer}.ops-table tr.selected,.ops-table tr:hover{background:#f0f8f3}.ops-table td:first-child{display:flex;align-items:center;gap:9px}.ops-table td:last-child button{border:0;background:transparent}.ops-table td:last-child svg{width:17px}.ops-icon{width:31px;height:31px;border-radius:7px;display:grid;place-items:center;background:#e7f4eb;color:#08753e}.ops-icon svg{width:17px}.ops-status{display:inline-flex;border-radius:99px;padding:4px 8px;font-size:11px;font-weight:700;background:#f0f2f1;color:#65716a}.ops-status.active{background:#e5f6eb;color:#08753e}.ops-status.maintenance{background:#fff3df;color:#a35c00}.ops-editor{display:flex;flex-direction:column}.ops-editor>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #e3e8e5}.ops-editor h2{margin:3px 0}.ops-editor header small{color:#08753e;font-weight:800;letter-spacing:.1em}.ops-editor header button{border:0;background:transparent}.ops-editor form{display:flex;flex-direction:column;gap:13px;padding-top:15px}.ops-editor label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:700;color:#536159}.ops-editor input,.ops-editor select{border:1px solid #d2dcd5;border-radius:7px;padding:9px;background:var(--panel,#fff);color:inherit}.ops-editor .btn{display:flex;align-items:center;justify-content:center;gap:7px}.ops-editor .btn svg{width:16px}.ops-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ops-info{display:flex;gap:8px;background:#eef7f1;color:#3f5d49;border-radius:8px;padding:10px;font-size:12px}.ops-info svg{width:17px;flex:0 0 auto}.ops-error{margin-bottom:12px;background:#fff0f0;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:10px}.ops-empty{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#68746c;padding:25px}.ops-empty>svg{width:42px;height:42px;color:#49a86e}.ops-empty b{font-size:17px;margin-top:8px}.ops-empty span{max-width:440px}.device-list{display:flex;flex-direction:column}.device-list>button{border:0;border-bottom:1px solid #e3e8e5;background:transparent;display:grid;grid-template-columns:38px 1fr auto 25px;align-items:center;gap:9px;padding:12px 15px;text-align:left;color:inherit}.device-list>button:hover,.device-list>button.selected{background:#f0f8f3}.device-list b,.device-list small{display:block}.device-list small{color:#6e7972}.device-list>button>svg{width:17px}.secret-once{display:flex;gap:9px;background:#fff7db;border:1px solid #f2d685;border-radius:8px;padding:10px;margin-top:12px}.secret-once>svg{width:20px;color:#946100}.secret-once>div{min-width:0;flex:1}.secret-once b,.secret-once code,.secret-once small{display:block}.secret-once code{word-break:break-all;background:#fff;padding:5px;border-radius:4px;margin:5px 0;font-size:11px}.secret-once small{color:#776a42}.secret-once button{border:0;background:transparent}.secret-once button svg{width:18px}.ops-context-shield{position:fixed;inset:0;border:0;background:transparent;z-index:190}.ops-context{position:fixed;z-index:191;width:225px;background:var(--panel,#fff);border:1px solid #dbe3dd;border-radius:8px;padding:7px;box-shadow:0 14px 42px #16251b38}.ops-context b{display:block;padding:8px}.ops-context button{width:100%;display:flex;align-items:center;gap:8px;border:0;background:transparent;padding:9px;border-radius:5px;text-align:left;color:inherit}.ops-context button:hover{background:#eaf5ee}.ops-context svg{width:16px}.stats-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.stats-cards article{background:var(--panel,#fff);border:1px solid var(--border,#dfe6e2);border-radius:10px;padding:15px}.stats-cards small,.stats-cards b{display:block}.stats-cards small{color:#6a756e}.stats-cards b{font-size:25px;margin-top:5px}.stats-chart{margin-bottom:14px}.stats-chart>div{display:grid;grid-template-columns:110px 1fr 120px;gap:10px;align-items:center;margin:13px 0}.stats-chart i{height:18px;background:#edf0ee;border-radius:4px;overflow:hidden}.stats-chart i b{height:100%;display:block;border-radius:4px;min-width:2px}.stats-chart .original{background:#64748b}.stats-chart .planned{background:#139447}.stats-chart .actual{background:#7c3aed}.export-types{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.export-types article{background:var(--panel,#fff);border:1px solid var(--border,#dfe6e2);border-radius:10px;padding:17px}.export-types article>svg{width:30px;height:30px;color:#139447}.export-types h3{margin:9px 0 4px}.export-types p{min-height:42px;color:#657069}.export-list>div{display:flex;align-items:center;gap:10px;padding:12px 15px;border-bottom:1px solid #e3e8e5}.export-list>div>div{flex:1}.export-list b,.export-list small{display:block}.export-list small{color:#6d7770}.export-list .btn{display:flex;align-items:center;gap:6px}.export-list .btn svg{width:16px}@media(max-width:1000px){.ops-split{grid-template-columns:minmax(0,1.6fr) minmax(290px,1fr)}.stats-cards{grid-template-columns:1fr 1fr}}@media(max-width:760px){.ops-split{grid-template-columns:1fr}.ops-editor{min-height:500px}.ops-toolbar label{min-width:0}.ops-form-grid,.export-types{grid-template-columns:1fr}.stats-chart>div{grid-template-columns:90px 1fr}.stats-chart strong{grid-column:2}.export-list>div{flex-wrap:wrap}.export-list>div .btn{width:100%;justify-content:center}}:root{--bg: #f5f7fb;--card: #fff;--soft: #f8fafc;--text: #101936;--muted: #64708a;--line: #dbe5ef;--nav: #4a0628;--nav2: #260417;--accent: #be185d;--danger: #e11d48;--shadow: 0 12px 32px rgba(64, 18, 46, .08);--radius: 13px}html.dark{--bg: #100712;--card: #190d1c;--soft: #241326;--text: #fff4fb;--muted: #c8a8bd;--line: #41223a;--nav: #280416;--nav2: #14020c;--accent: #f472b6;--shadow: 0 18px 42px rgba(0, 0, 0, .42)}html,body,#root{height:100%}body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}button,input,select{font:inherit}.layout{display:grid;grid-template-columns:290px 1fr;min-height:100vh}.side{background:linear-gradient(180deg,var(--nav),var(--nav2));color:#fff;padding:22px 16px;display:flex;flex-direction:column;box-shadow:8px 0 28px #3a092629}.brand{display:flex;align-items:center;gap:14px;margin-bottom:22px}.brand img{width:54px;height:54px;object-fit:cover;border-radius:10px;box-shadow:0 14px 28px #00000042}.brand b{font-size:30px;line-height:1;font-weight:950}.brand small{display:block;font-size:12px;font-weight:900;color:#ffd7ea;letter-spacing:.08em}.nav{display:grid;gap:5px}.nav-section{font-size:12px;letter-spacing:.08em;color:#ffd0e9;font-weight:950;margin:14px 12px 8px}.nav button{height:38px;border:0;background:transparent;color:#fff1f8;border-radius:9px;text-align:left;display:flex;align-items:center;gap:11px;padding:0 12px;font-weight:850;cursor:pointer}.nav button:hover{background:#ffffff1c}.nav button.active{background:#d62274;color:#fff;box-shadow:0 8px 20px #d6227452}.side-actions{margin-top:auto;display:grid;gap:9px}.copy{font-size:12px;color:#ffd0e9;margin-top:16px;padding:0 8px}.main{min-width:0;background:linear-gradient(180deg,#fff 0,#f6f7fb)}.topbar{height:76px;background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:18px;position:sticky;top:0;z-index:30}.dark .topbar{background:#190d1ce6}.topbar b{font-size:23px}.topbar small{display:block;color:var(--muted);font-size:12px}.search{width:min(520px,38vw);height:48px;border:1px solid var(--line);background:var(--card);border-radius:13px;display:flex;align-items:center;gap:12px;padding:0 13px;box-shadow:0 8px 22px #0f28500a}.search input{border:0;outline:0;background:transparent;color:var(--text);flex:1}.top-icons{display:flex;align-items:center;gap:14px}.top-icons>button{border:0;background:transparent;color:var(--text);position:relative;cursor:pointer}.top-icons>button span{position:absolute;right:-6px;top:-8px;background:#ff202e;color:#fff;border-radius:99px;width:18px;height:18px;font-size:10px;display:grid;place-items:center;font-weight:950}.user-menu{position:relative;display:flex;align-items:center;gap:4px}.avatar{width:42px;height:42px;border:0;border-radius:99px;background:#d62274;color:#fff;font-weight:950;cursor:pointer}.user-pop{position:absolute;right:0;top:52px;width:230px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:13px;padding:10px;z-index:60}.user-pop>b,.user-pop>small{display:block;padding:0 10px 6px}.user-pop small{color:var(--muted)}.user-pop button{border:0;background:transparent;color:var(--text);text-align:left;padding:10px;border-radius:9px;width:100%;cursor:pointer}.user-pop button:hover{background:var(--soft)}.content{padding:24px 30px;display:grid;gap:18px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.page-head h1{margin:0 0 5px;font-size:25px}.page-head p{margin:0;color:var(--muted)}.grid{display:grid;gap:16px}.cols2{grid-template-columns:1fr 1fr}.cols3{grid-template-columns:repeat(3,1fr)}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:17px;overflow:hidden}.no-pad{padding:0}.stat b{font-size:36px;display:block}.stat span{color:var(--muted)}.table{width:100%;border-collapse:collapse}.table th{background:var(--soft);text-align:left;color:var(--muted);font-size:12px;padding:11px;font-weight:950}.table td{border-top:1px solid var(--line);padding:11px;vertical-align:middle}.table tr:hover td{background:color-mix(in srgb,var(--accent) 8%,var(--card))}.btn{height:42px;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:9px;padding:0 15px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-decoration:none}.btn.ghost{background:var(--card);border-color:var(--line);color:var(--text)}.btn.danger,.mini.danger{background:var(--danger);border-color:var(--danger);color:#fff}.mini{height:32px;min-width:32px;border:1px solid var(--line);border-radius:8px;background:var(--card);color:var(--text);display:inline-flex;align-items:center;justify-content:center}.input,select{border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:8px;padding:10px 11px;outline:0}.input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 16%,transparent)}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:99px;background:#fce7f3;color:#9d174d;font-weight:950;padding:0 8px}.badge.green{background:#dcfce7;color:#166534}.badge.yellow{background:#fef3c7;color:#92400e}.login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top left,#be185d 0,#300617 48%,#020617);padding:24px}.login-card{display:grid;grid-template-columns:1.1fr .9fr;max-width:980px;width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:28px;overflow:hidden;box-shadow:0 30px 90px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-hero{padding:44px;color:#fff;background:linear-gradient(135deg,#be185d73,#ffffff0f)}.login-hero img{width:92px;border-radius:18px}.login-hero h1{font-size:44px;margin:18px 0 8px}.chips{display:flex;flex-wrap:wrap;gap:9px}.chips span{border:1px solid rgba(255,255,255,.24);border-radius:99px;padding:8px 12px}.login-form{display:grid;gap:13px;background:var(--card);padding:42px}.dev-users{display:grid;gap:7px}.dev-users button{border:1px solid var(--line);background:var(--soft);border-radius:10px;padding:9px;text-align:left;color:var(--text)}.dev-users small{display:block;color:var(--muted)}.error,.success,.shell-error{border-radius:10px;padding:12px;margin-top:10px}.error,.shell-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}@media(max-width:1000px){.layout,.login-card{grid-template-columns:1fr}.search{width:260px}.cols2,.cols3{grid-template-columns:1fr}.side{position:relative}.topbar{height:auto;flex-wrap:wrap;padding:14px}.search{width:100%;order:3}}.login-redirect{height:100vh;display:grid;place-content:center;gap:14px;text-align:center;background:#071f49;color:#fff;font-weight:950}.login-redirect img{width:86px;border-radius:24px;margin:auto}.topbar{height:78px!important;padding:0 32px!important;background:#fffffff0!important;box-shadow:0 1px #dbe7f3!important}.topbar>div:first-child b{font-size:22px!important;font-weight:950!important;color:#0b1533}.topbar>div:first-child small{display:block;color:#6b7a90;font-weight:800}.search{max-width:520px!important;height:50px!important;border-radius:18px!important;background:#fff!important;border:1px solid #d8e4f2!important;box-shadow:0 12px 38px #0b26480f!important}.search input{font-size:15px!important}.top-icons>button{width:44px;height:44px;border:0;background:transparent;border-radius:14px;color:#17305d;position:relative;cursor:pointer}.top-icons>button:hover{background:#fff0f7}.top-icons>button span{position:absolute;right:2px;top:0;background:#ef233c;color:#fff;border-radius:99px;font-size:11px;min-width:18px;height:18px;display:grid;place-items:center;font-weight:950}.user-menu{position:relative}.avatar{width:48px!important;height:48px!important;border-radius:50%!important;background:#b91d6f!important;color:#fff!important;box-shadow:0 12px 32px #b91d6f40!important}.user-pop{position:absolute;right:0;top:58px;width:270px;background:#fff;border:1px solid #dbe7f3;border-radius:18px;padding:10px;box-shadow:0 24px 70px #081e4238;z-index:99}.user-pop b,.user-pop small{display:block;padding:0 10px}.user-pop small{color:#64748b;margin-bottom:8px}.user-pop button{height:42px;width:100%;border:0;background:transparent;border-radius:12px;text-align:left;padding:0 10px;font-weight:850;color:#102041;cursor:pointer}.user-pop button:hover{background:#fff0f7}.side{background:linear-gradient(180deg,#4a082c,#930e59)!important}.side .brand img{border-radius:13px!important}.nav button{border-radius:10px!important}:root{--om-accent: #169447;--om-accent-strong: #0c7436;--om-bg: #f3f6f4;--om-surface: #ffffff;--om-surface-2: #f8faf9;--om-text: #14221a;--om-muted: #647168;--om-border: #d8dfda;--om-border-strong: #bcc8c0;--om-warning: #b7791f;--om-warning-bg: #fff8e8;--om-radius: 4px;--om-shadow-float: 0 10px 28px rgba(10, 29, 18, .14)}html[data-theme=dark]{--om-bg: #09111c;--om-surface: #101a28;--om-surface-2: #131f2e;--om-text: #edf4ef;--om-muted: #9aa9a0;--om-border: #293646;--om-border-strong: #3b4b5c;--om-warning: #e6ad47;--om-warning-bg: #2a2214}button,input,textarea,select{font:inherit}button,.btn,.input,input,textarea,select,.panel,.card,.ref-panel,.modal-card,.om-dialog-card{border-radius:var(--om-radius)!important}.btn,button{box-shadow:none!important}input,textarea,select,.input{color:var(--om-text)!important;border-color:var(--om-border)!important;background:var(--om-surface)!important}input:focus,textarea:focus,select:focus,.input:focus{border-color:var(--om-accent)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--om-accent) 16%,transparent)!important}[data-theme-toggle]{position:fixed;z-index:9100;top:18px;right:112px;display:grid;width:36px;height:36px;place-items:center;color:var(--om-text);border:1px solid var(--om-border);border-radius:var(--om-radius)!important;background:var(--om-surface);cursor:pointer}[data-theme-toggle]:hover{color:var(--om-accent);border-color:var(--om-accent)}[data-theme-toggle] span{font-size:18px;line-height:1}html[data-theme=dark] .panel,html[data-theme=dark] .card,html[data-theme=dark] .ref-panel,html[data-theme=dark] .modal-card,html[data-theme=dark] .om-dialog-card{color:var(--om-text)!important;border-color:var(--om-border)!important;background:var(--om-surface)!important;box-shadow:none!important}*{scrollbar-color:var(--om-border-strong) transparent;scrollbar-width:thin}.layout{min-height:100vh!important;align-items:stretch!important;background:var(--om-bg)!important}.side{position:fixed!important;inset:0 auto 0 0;width:242px!important;height:100vh!important;overflow-y:auto;border-radius:0!important;background:#073b25!important}.topbar{position:sticky!important;top:0;z-index:60;border-bottom:1px solid var(--om-border)!important;border-radius:0!important;background:color-mix(in srgb,var(--om-surface) 94%,transparent)!important;box-shadow:none!important}.content{max-width:none!important;min-width:0!important;overflow:visible!important}.panel,.database-card{border:1px solid var(--om-border)!important;border-radius:4px!important;background:var(--om-surface)!important;box-shadow:none!important}.btn{border-radius:4px!important;background:var(--om-accent-strong)!important;box-shadow:none!important}.table{border-collapse:separate;border-spacing:0}.table th{position:sticky;top:0;z-index:2;color:var(--om-muted)!important;border-color:var(--om-border)!important;background:var(--om-surface-2)!important}.sidebar-toggle{position:absolute;top:24px;right:7px;z-index:2;display:grid;width:25px;height:25px;place-items:center;color:#d5e9dd;border:1px solid rgba(255,255,255,.2);border-radius:3px!important;background:#ffffff0f;cursor:pointer}.sidebar-collapsed .side{width:72px!important;padding-inline:9px!important}.sidebar-collapsed .side .brand div,.sidebar-collapsed .side .nav-section,.sidebar-collapsed .side .copy{display:none!important}.sidebar-collapsed .side .nav button{width:52px!important;overflow:hidden;white-space:nowrap}@media(max-width:980px){.side{width:72px!important}.main{margin-left:72px!important}.side .brand div,.side .nav-section,.side .copy{display:none}}.nav button.active{background:#e83e8c!important;color:#fff!important}.panel{border-radius:16px!important;box-shadow:0 12px 32px #071f490f!important}.btn{border-radius:11px!important}.btn.ghost{background:#fff!important;color:#17305d!important;border:1px solid #d8e4f2!important}.btn.ghost:hover{border-color:#e83e8c!important;background:#fff0f7!important}.content{padding:28px!important}.dark .topbar{background:#071426f0!important}.dark .topbar>div:first-child b{color:#f8fbff}.dark .user-pop{background:#071426;border-color:#703053}.dark .user-pop button{color:#f8fbff}.dark .user-pop button:hover{background:#341326}.dark .btn.ghost{background:#10284e!important;color:#fff!important;border-color:#244c83!important}.search-wrap kbd,.search kbd{display:none!important}.user-pop{z-index:99999!important;position:absolute!important}.ref-topbar,.topbar{z-index:9000!important}.leaflet-container,.ref-panel .leaflet-container{z-index:1!important}.om-dialog-backdrop{position:fixed;inset:0;background:#0714266b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;z-index:100000}.om-dialog-card{width:min(460px,calc(100vw - 32px));background:#fff;border:1px solid #dbe7f3;border-radius:26px;box-shadow:0 30px 100px #03122a59;padding:24px;color:#071834}.om-dialog-icon{width:50px;height:50px;border-radius:18px;background:#139447;color:#fff;display:grid;place-items:center;font-weight:950;font-size:22px}.om-dialog-card h2{margin:14px 0 6px;font-size:26px;letter-spacing:-.04em}.om-dialog-card p{color:#607089;margin:0 0 14px;line-height:1.45}.om-dialog-input{width:100%;height:52px;border:1px solid #d8e4f2;border-radius:16px;padding:0 14px;font-size:16px;outline:0;background:#fff;color:#071834}.om-dialog-input:focus{border-color:#139447;box-shadow:0 0 0 4px #dbeafe}.om-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.om-dialog-actions .btn{height:44px;border:0;border-radius:14px;padding:0 18px;background:#139447;color:#fff;font-weight:950;cursor:pointer}.om-dialog-actions .btn.ghost{background:#eef4fb;color:#102041}.topbar,.ref-topbar{box-shadow:0 10px 30px #0f264b0d}.user-pop{border-radius:22px!important;box-shadow:0 28px 90px #07183440!important;border:1px solid #dbe7f3!important;background:#fff!important}.user-pop button{border-radius:13px!important}.search-wrap,.search{box-shadow:0 12px 28px #102c580f!important}html,body,#root{min-height:100%}.ref-layout{height:100vh;overflow:hidden}.ref-side{height:100vh;position:sticky;top:0;overflow-y:auto;flex:0 0 auto}.ref-main{height:100vh;overflow-y:auto;position:relative}.ref-topbar,.topbar,.suite-top{position:sticky;top:0;z-index:9000}.side-actions,.ref-side-actions,[data-dark-toggle]{display:none!important}.nav-count{margin-left:auto;opacity:.72;font-size:11px;background:#ffffff21;border-radius:999px;padding:1px 7px}.region-card{position:relative;overflow:hidden}.region-dot{width:34px;height:34px;border-radius:12px;margin-bottom:12px;box-shadow:0 12px 26px #00000029}body{overflow:hidden}.layout{height:100vh!important;min-height:100vh!important;overflow:hidden!important}.side{height:100vh!important;position:sticky!important;top:0!important;overflow-y:auto!important;flex:0 0 auto!important}.main{height:100vh!important;overflow-y:auto!important;position:relative!important}html,body,#root{width:100%;height:100%;overflow:hidden!important}.layout{height:100vh!important;max-height:100vh!important;overflow:hidden!important;grid-template-columns:280px minmax(0,1fr)!important}.side{height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;position:relative!important}.topbar{flex:0 0 74px!important;position:relative!important;top:auto!important}.content{flex:1 1 auto!important;min-height:0!important;overflow:auto!important}.context-menu.compact{position:fixed;z-index:100000;background:#fff;color:#071834;border:1px solid #d8e4f2;border-radius:8px;box-shadow:0 24px 70px #0718343b;padding:6px;width:220px}.context-menu.compact b{display:block;padding:6px 8px;color:#486177;font-size:12px}.context-menu.compact button{width:100%;height:32px;border:0;background:transparent;border-radius:6px;text-align:left;padding:0 8px;font-weight:750;color:#102041;cursor:pointer;display:flex;align-items:center;gap:8px}.context-menu.compact button:hover{background:#f4f7fb}.db-card{cursor:context-menu}.db-card .top-actions{margin-top:12px}.topbar,.side{z-index:20}.user-pop{z-index:100000!important}:root{--ccs: #b91d6f;--ink: #071834;--line: #dbe5ee}.side{background:linear-gradient(180deg,#4b082d,#811052)!important;border-right:1px solid rgba(255,255,255,.1)!important}.brand.clickable{cursor:pointer}.brand.clickable:hover{opacity:.92}.topbar{height:58px!important;padding:0 22px!important}.topbar>div:first-child b{font-size:20px!important}.search{height:36px!important;border-radius:5px!important;box-shadow:none!important}.search input{font-size:13px!important}.top-icons>button,.avatar{width:34px!important;height:34px!important;border-radius:5px!important}.app-switch{background:#fff!important;border:1px solid #d9e5ef!important}.app-switch img{width:22px;height:22px;border-radius:4px}.user-pop{border-radius:6px!important;padding:6px!important;width:220px!important}.user-pop button{height:30px!important;border-radius:4px!important;font-size:13px!important}.content{padding:16px 20px!important}.page-head h1{font-size:22px!important}.btn{height:32px!important;border-radius:4px!important;padding:0 11px!important;font-size:13px!important;box-shadow:none!important}.input,select,textarea{height:32px!important;border-radius:4px!important;font-size:13px!important}.panel{border-radius:5px!important;box-shadow:0 6px 18px #0718340a!important}.table th,.table td{padding:7px 10px!important;font-size:13px!important}.lock-overlay{position:fixed;inset:0;z-index:120000;display:grid;place-items:center;background:#35072138;-webkit-backdrop-filter:blur(18px) saturate(.72);backdrop-filter:blur(18px) saturate(.72)}.lock-card{width:min(380px,calc(100vw - 32px));background:#fff;border:1px solid #d9e5ef;padding:24px;box-shadow:0 30px 100px #03122a47;display:grid;gap:10px}.lock-card img{width:44px;border-radius:6px}.lock-card small{color:#b91d6f;font-weight:900;letter-spacing:.12em}.lock-card h2{margin:0}.lock-card p{color:#607089;margin:0 0 4px}.context-menu.compact{border-radius:4px!important;width:205px!important;padding:4px!important}.context-menu.compact button{height:26px!important;border-radius:3px!important;font-size:12px!important;font-weight:650!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#c69ab7;border:1px solid #f3eef5;border-radius:0}::-webkit-scrollbar-track{background:#f4eef3;border-radius:0}:root{--accent: #be185d !important;--radius: 3px !important;--shadow: 0 1px 0 rgba(20, 30, 45, .04), 0 8px 22px rgba(20, 30, 45, .045) !important}body{background:#f6f8fb!important;color:#091832!important;font-size:13px!important;overflow:hidden!important}.layout{grid-template-columns:238px minmax(0,1fr)!important;height:100vh!important;min-height:100vh!important;overflow:hidden!important}.side{height:100vh!important;padding:12px 10px!important;background:linear-gradient(180deg,#4b082d,#7a0b4e)!important;box-shadow:none!important}.brand{gap:9px!important;margin:0 0 13px!important;padding:2px 4px!important}.brand img{width:40px!important;height:40px!important;border-radius:3px!important;box-shadow:none!important}.brand b{font-size:22px!important;letter-spacing:-.03em!important}.brand small{font-size:10px!important}.nav-section{font-size:10.5px!important;margin:14px 8px 5px!important;color:#f4a8ce!important}.nav button{height:28px!important;border-radius:2px!important;padding:0 9px!important;font-size:12px!important;font-weight:800!important}.nav button svg{width:15px!important;height:15px!important}.nav button.active{background:#be185d!important;box-shadow:inset 3px 0 #ffc4df!important}.copy{font-size:10.5px!important}.main{height:100vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.topbar{height:54px!important;flex:0 0 54px!important;padding:0 18px!important;background:#fff!important;border-bottom:1px solid #dbe4ec!important;box-shadow:none!important}.topbar>div:first-child b{font-size:18px!important;letter-spacing:-.03em!important}.topbar>div:first-child small{font-size:11px!important}.search{height:34px!important;max-width:500px!important;border-radius:2px!important;box-shadow:none!important;border-color:#d7e0e8!important;padding:0 9px!important}.search input{font-size:12.8px!important}.top-icons{gap:7px!important}.top-icons>button,.avatar{width:30px!important;height:30px!important;border-radius:2px!important}.app-switch img{width:20px!important;height:20px!important;border-radius:2px!important}.avatar{background:#be185d!important;box-shadow:none!important}.content{padding:14px 18px!important;gap:12px!important;overflow:auto!important;flex:1!important}.page-head{margin:0 0 8px!important}.page-head h1{font-size:20px!important}.page-head p{font-size:12px!important}.panel{border-radius:3px!important;box-shadow:0 1px #0a1e3208,0 9px 22px #0a1e320a!important}.btn{height:30px!important;min-height:30px!important;border-radius:2px!important;padding:0 10px!important;font-size:12px!important;box-shadow:none!important;background:#be185d!important;border-color:#be185d!important}.btn.ghost{background:#fff!important;border-color:#d6e0e8!important;color:#10243b!important}.input,select,textarea{height:30px!important;min-height:30px!important;border-radius:2px!important;padding:6px 8px!important;font-size:12.5px!important}.table th{padding:6px 8px!important;font-size:11px!important;background:#f5f7fa!important}.table td{padding:6px 8px!important;font-size:12.2px!important}.user-pop{top:37px!important;width:210px!important;border-radius:3px!important;box-shadow:0 18px 46px #081e4229!important}.user-pop-head{padding:4px 8px 7px!important;border-bottom:1px solid #edf1f5!important;margin-bottom:4px!important}.user-pop button{height:28px!important;border-radius:2px!important;font-size:12px!important}.db-card{min-height:100px!important}.context-menu.compact{width:190px!important;border-radius:2px!important;padding:3px!important;box-shadow:0 12px 35px #081e4229!important}.context-menu.compact b{font-size:10.5px!important;padding:4px 6px!important}.context-menu.compact button{height:24px!important;border-radius:1px!important;font-size:11.5px!important;padding:0 6px!important;gap:6px!important}.suite-launcher-backdrop{position:fixed;inset:0;z-index:150000;background:transparent}.suite-launcher{position:fixed;left:14px;top:58px;width:360px;max-width:calc(100vw - 28px);background:#fff;border:1px solid #d9e3ec;box-shadow:0 24px 70px #0718343d;border-radius:3px;padding:10px}.launcher-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.launcher-head b{font-size:14px}.launcher-head button{border:0;background:transparent;font-size:22px;line-height:1;cursor:pointer}.launcher-search{height:30px;border:1px solid #d7e0e8;display:flex;align-items:center;gap:8px;padding:0 9px;color:#64748b;margin-bottom:10px;border-radius:2px}.launcher-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.launcher-grid button{border:0;background:#fff;border-radius:2px;padding:7px 4px;display:grid;justify-items:center;gap:5px;cursor:pointer;color:#12233b}.launcher-grid button:hover{background:#fff0f7}.launcher-grid button.disabled{opacity:.55}.launcher-icon{width:34px;height:34px;border-radius:3px;color:#fff;font-weight:900;display:grid;place-items:center;font-size:11px}.launcher-icon img{width:100%;height:100%;object-fit:cover;border-radius:3px}.launcher-grid small{font-size:10px;color:#64748b;text-align:center;line-height:1.15}::-webkit-scrollbar{width:8px!important;height:8px!important}::-webkit-scrollbar-track{background:#f1f3f6!important;border-radius:0!important}::-webkit-scrollbar-thumb{background:#c99ab7!important;border:1px solid #f1f3f6!important;border-radius:0!important}.om-dialog-card{border-radius:3px!important}.om-dialog-input,.om-dialog-actions .btn{border-radius:2px!important}:root{--accent: #be185d !important;--ccs: #be185d !important;--line: #d9e2ea !important;--radius: 2px !important;--shadow: none !important}body{background:#f6f7fa!important;color:#0a1528!important;font-size:13px!important;line-height:1.35!important}.layout{grid-template-columns:224px minmax(0,1fr)!important}.side{padding:10px 8px!important;background:linear-gradient(180deg,#5b0a37,#420622)!important;border-right:1px solid #3b071f!important}.brand{gap:10px!important;padding:0 4px 8px!important;margin-bottom:10px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.brand img{width:36px!important;height:36px!important;border-radius:2px!important}.brand div{display:grid!important;gap:0!important}.brand b{font-size:24px!important;line-height:1!important;letter-spacing:-.03em!important}.brand small{display:block!important;font-size:10px!important;line-height:1.05!important;margin-top:-1px!important}.nav-section{font-size:10px!important;margin:12px 8px 4px!important}.nav button{height:26px!important;border-radius:1px!important;font-size:12px!important;padding:0 8px!important}.nav button.active{background:#be185d!important;box-shadow:inset 2px 0 #ffd1e6!important}.main{background:#f6f7fa!important}.topbar{height:48px!important;flex:0 0 48px!important;padding:0 14px!important;background:#fff!important;border-bottom:1px solid #d9e2ea!important}.topbar>div:first-child b{font-size:17px!important}.search{height:31px!important;border-radius:1px!important;max-width:470px!important}.top-icons{gap:5px!important}.top-icons>button,.avatar{width:28px!important;height:28px!important;border-radius:1px!important}.content{padding:12px 14px!important;gap:10px!important}.page-head h1{font-size:19px!important;margin:0 0 2px!important}.btn{height:28px!important;border-radius:1px!important;padding:0 10px!important;font-size:12px!important}.input,select,textarea{height:28px!important;border-radius:1px!important;padding:5px 8px!important;font-size:12px!important}.panel{border-radius:2px!important;border-color:#d9e2ea!important;box-shadow:none!important;background:#fff!important}.grid{gap:10px!important}.db-create-panel{padding:10px!important}.db-create-form{display:grid!important;grid-template-columns:minmax(220px,330px) 1fr 130px!important;gap:8px!important;align-items:end!important}.db-create-form label{display:grid!important;gap:4px!important;font-size:11px!important;font-weight:820!important;color:#526276!important}.db-create-form .btn{width:100%!important}.success.slim{margin-top:8px!important;padding:7px 9px!important;border-radius:1px!important}.db-list{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:10px!important}.db-card{display:grid!important;gap:8px!important;min-height:112px!important;padding:12px!important}.db-card p{margin:2px 0 0!important;color:#68788d!important}.row-actions{display:flex!important;gap:6px!important;align-items:center!important;flex-wrap:wrap!important;margin-top:4px!important}.row-actions .btn{min-width:80px!important}.mini{height:28px!important;min-width:28px!important;border-radius:1px!important}.context-menu.compact{border-radius:1px!important;border-color:#d9e2ea!important;box-shadow:0 14px 38px #3c07242e!important}.context-menu.compact button{height:24px!important;border-radius:0!important}.context-menu.compact .danger-item{color:#be123c!important}.user-pop{border-radius:1px!important;box-shadow:0 12px 36px #3c07242e!important}.suite-launcher{border-radius:2px!important;width:365px!important;box-shadow:0 20px 65px #3c072438!important}.launcher-grid{grid-template-columns:repeat(4,1fr)!important}.launcher-icon{border-radius:2px!important;overflow:hidden!important}.table th,.table td{padding:5px 7px!important;font-size:12px!important}::-webkit-scrollbar-thumb{background:#bb8ba6!important;border:1px solid #f0eef1!important;border-radius:0!important}@media(max-width:1050px){.layout{grid-template-columns:205px minmax(0,1fr)!important}.db-create-form,.cols2,.cols3{grid-template-columns:1fr!important}}html,body,#root{height:100%;overflow:hidden!important}body{font-size:12.5px!important;background:#f6f7fa!important;color:#08152b!important}.layout{height:100vh!important;min-height:0!important;grid-template-columns:218px minmax(0,1fr)!important;overflow:hidden!important}.side{height:100vh!important;overflow:auto!important;padding:9px 8px!important;box-shadow:none!important}.main{height:100vh!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#f6f7fa!important}.topbar{height:44px!important;min-height:44px!important;flex:0 0 44px!important;padding:0 13px!important;position:relative!important;top:auto!important;background:#fff!important;border-bottom:1px solid #d9e2ea!important;box-shadow:none!important}.content{height:calc(100vh - 44px)!important;min-height:0!important;overflow:auto!important;padding:10px 12px!important;gap:9px!important;display:flex!important;flex-direction:column!important}.brand{height:42px!important;margin:0 0 8px!important;padding:0 4px 8px!important}.brand img{width:34px!important;height:34px!important}.brand b{font-size:22px!important;letter-spacing:-.04em!important}.brand small{font-size:9.5px!important}.nav{gap:2px!important}.nav button{height:25px!important;border-radius:0!important;font-size:11.5px!important;padding:0 8px!important;gap:8px!important}.nav-section{margin:10px 8px 3px!important;font-size:9.5px!important}.topbar b{font-size:16px!important}.topbar small{font-size:10.5px!important}.search{height:30px!important;border-radius:0!important;width:min(450px,38vw)!important;box-shadow:none!important}.top-icons{gap:4px!important}.top-icons>button,.avatar{height:28px!important;width:28px!important;border-radius:0!important}.page-head{align-items:center!important;margin:0!important}.page-head h1{font-size:18px!important;line-height:1.12!important;margin:0!important}.page-head p{font-size:11.5px!important;margin-top:2px!important}.btn{height:27px!important;min-height:27px!important;border-radius:0!important;padding:0 9px!important;font-size:11.5px!important;line-height:1!important;box-shadow:none!important}.input,select,textarea{height:27px!important;min-height:27px!important;border-radius:0!important;padding:4px 7px!important;font-size:11.5px!important;box-shadow:none!important}.panel{border-radius:0!important;box-shadow:none!important;border-color:#d9e2ea!important}.grid{gap:9px!important}.table th,.table td{padding:5px 6px!important;font-size:11.5px!important;line-height:1.25!important}.db-create-form{grid-template-columns:minmax(220px,320px) minmax(260px,1fr) 112px!important;gap:7px!important;align-items:end!important}.db-card{min-height:92px!important;border-radius:0!important}.row-actions{gap:6px!important}.user-pop,.suite-launcher,.context-menu.compact{border-radius:0!important;box-shadow:0 16px 40px #3c07242e!important}.toast{border-radius:0!important}::-webkit-scrollbar{width:7px!important;height:7px!important}::-webkit-scrollbar-track{background:#f0eef1!important}::-webkit-scrollbar-thumb{background:#bb8ba6!important;border-radius:0!important}@media(max-width:1100px){.layout{grid-template-columns:205px minmax(0,1fr)!important}.db-create-form,.cols2,.cols3{grid-template-columns:1fr!important}.search{width:330px!important}}body{font-size:14px!important;line-height:1.45!important}.ref-nav button,.nav-parent,.nav-child{font-size:12.8px!important;height:29px!important}.top-index,.page-head h1{font-size:20px!important}.btn,.input,select,textarea{height:31px!important;font-size:12.8px!important;border-radius:2px!important}.ref-panel,.panel{border-radius:2px!important}.table th,.table td{font-size:12.8px!important;padding:6px 8px!important}body{font-size:15px!important;line-height:1.5!important}.side{border-radius:0!important}.nav button{font-size:13.6px!important;height:34px!important;border-radius:3px!important}.btn,.input,select,textarea{height:34px!important;border-radius:3px!important}.panel{border-radius:3px!important}.db-create-form{align-items:end!important;gap:12px!important}.db-create-form label span{display:block;font-size:12px;font-weight:800;color:#64748b;margin-bottom:4px}.db-create-form .btn{min-width:160px}.user-pop{border-radius:3px!important}.copy{font-size:12px!important;color:#ffffffd1!important;font-weight:750!important}:root{--bg: #f5f4f2;--card: rgba(255, 255, 255, .94);--soft: #faf8f7;--text: #251b21;--muted: #746770;--line: #e4dddf;--nav: #3c1028;--nav2: #210715;--accent: #a81955;--shadow: 0 18px 48px rgba(62, 20, 43, .075);--radius: 16px}body{background:radial-gradient(circle at 85% -10%,rgba(190,24,93,.07),transparent 32%),var(--bg)!important}.layout{grid-template-columns:278px minmax(0,1fr)!important}.side{background:radial-gradient(circle at 20% 0,rgba(202,74,127,.2),transparent 25%),linear-gradient(165deg,var(--nav),var(--nav2))!important;box-shadow:16px 0 48px #2907181f!important}.brand img{border-radius:13px!important}.nav button{border-radius:11px!important}.nav button.active{background:linear-gradient(135deg,#fff8fb,#f7e9ef)!important;color:#61102f!important;box-shadow:0 10px 24px #1b040f2e!important}.topbar{border-bottom:1px solid #e4dddf!important;background:#fcfaf9e0!important;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 8px 28px #3e142b0a!important}.panel,.modal-card,.database-card{border-color:#e4dddf!important;border-radius:17px!important;background:var(--card)!important;box-shadow:var(--shadow)!important}.btn{border-radius:11px!important;background:linear-gradient(145deg,#ba1d5e,#941344)!important;box-shadow:0 9px 22px #a819552e!important}.input,input,textarea,select{border-radius:10px!important}body{color:var(--om-text)!important;background:var(--om-bg)!important}.layout{display:block!important;min-height:100vh!important;overflow:visible!important;background:var(--om-bg)!important}.side{position:fixed!important;inset:0 auto 0 0!important;z-index:80;width:242px!important;height:100vh!important;overflow-x:hidden!important;overflow-y:auto!important;border:0!important;border-right:1px solid rgba(255,255,255,.09)!important;border-radius:0!important;background:#073b25!important;box-shadow:none!important}html[data-theme=dark] .side{background:#07131f!important}.main{min-width:0!important;min-height:100vh!important;margin-left:242px!important;overflow:visible!important;background:var(--om-bg)!important}.topbar{position:sticky!important;top:0;z-index:70;color:var(--om-text)!important;border:0!important;border-bottom:1px solid var(--om-border)!important;border-radius:0!important;background:color-mix(in srgb,var(--om-surface) 94%,transparent)!important;box-shadow:none!important}.content{box-sizing:border-box;width:100%!important;max-width:none!important;min-width:0!important;overflow:visible!important}.panel,.database-card,.modal-card,.om-dialog-card,.user-pop,.context-menu.compact{color:var(--om-text)!important;border:1px solid var(--om-border)!important;border-radius:4px!important;background:var(--om-surface)!important;box-shadow:none!important}.nav button{border-radius:3px!important;box-shadow:none!important}.nav button.active{color:#fff!important;background:var(--om-accent)!important;box-shadow:none!important}.btn,.btn.ghost,.input,input,textarea,select{border-radius:4px!important;box-shadow:none!important}.btn{color:#fff!important;border-color:var(--om-accent-strong)!important;background:var(--om-accent-strong)!important}.btn.ghost,.input,input,textarea,select{color:var(--om-text)!important;border-color:var(--om-border)!important;background:var(--om-surface)!important}.table{border-collapse:separate!important;border-spacing:0!important}.table th{position:sticky;top:72px;z-index:3;color:var(--om-muted)!important;border-color:var(--om-border)!important;background:var(--om-surface-2)!important}.table td{color:var(--om-text)!important;border-color:var(--om-border)!important;background:var(--om-surface)!important}@media(max-width:980px){.side{width:72px!important;padding-inline:9px!important}.main{margin-left:72px!important}.side .brand div,.side .nav-section,.side .copy{display:none!important}.side .nav button{width:52px!important;overflow:hidden;white-space:nowrap}}.user-admin-tabs{display:flex;border:1px solid var(--om-border);background:var(--om-surface)}.user-admin-tabs button{border:0;border-right:1px solid var(--om-border);padding:9px 16px;background:transparent;font-weight:700;color:var(--om-muted);cursor:pointer}.user-admin-tabs button:last-child{border-right:0}.user-admin-tabs button.active{background:var(--om-accent);color:#fff}.user-admin-layout{display:grid;grid-template-columns:minmax(250px,320px) minmax(0,1fr);gap:12px;min-height:calc(100vh - 180px)}.user-admin-list{overflow:hidden;min-height:0}.user-list-head{display:flex;align-items:center;gap:8px;padding:10px;border-bottom:1px solid var(--om-border)}.user-list-head .input{min-width:0;flex:1}.user-list-scroll{overflow:auto;max-height:calc(100vh - 245px)}.user-list-item{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;border:0;border-bottom:1px solid var(--om-border);background:var(--om-surface);padding:10px;text-align:left;color:var(--om-text);cursor:pointer}.user-list-item:hover,.user-list-item.active{background:var(--om-surface-2)}.user-list-item.active{box-shadow:inset 3px 0 0 var(--om-accent)}.user-list-item span:nth-child(2){display:flex;flex-direction:column;min-width:0}.user-list-item small{color:var(--om-muted);overflow:hidden;text-overflow:ellipsis}.user-list-item em{font-size:11px;font-style:normal;color:var(--om-muted)}.user-avatar{width:30px;height:30px;border:1px solid var(--om-border);display:grid;place-items:center;font-weight:800;background:var(--om-surface-2)}.user-admin-editor{min-width:0;overflow:auto;max-height:calc(100vh - 180px)}.editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--om-border)}.editor-head h3,.editor-head p{margin:0}.editor-head p{color:var(--om-muted);margin-top:3px}.editor-head>div:last-child{display:flex;gap:7px;align-items:center}.user-master-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 0}.user-master-grid label{display:flex;flex-direction:column;gap:5px}.user-master-grid label>span{font-size:12px;font-weight:700;color:var(--om-muted)}.user-master-grid .wide{grid-column:span 2}.user-access-section{border-top:1px solid var(--om-border);padding-top:14px;margin-top:4px}.section-title{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.section-title h3,.section-title p{margin:0}.section-title p{font-size:12px;color:var(--om-muted);margin-top:3px}.group-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.group-check-grid label{display:flex;gap:9px;align-items:flex-start;padding:9px;border:1px solid var(--om-border);background:var(--om-surface-2);cursor:pointer}.group-check-grid label>span{display:flex;flex-direction:column}.group-check-grid small{color:var(--om-muted)}.permission-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.permission-category{border:1px solid var(--om-border);background:var(--om-surface)}.permission-category-head{min-height:36px;display:flex;align-items:center;justify-content:space-between;padding:7px 9px;border-bottom:1px solid var(--om-border);background:var(--om-surface-2)}.permission-list{display:flex;flex-direction:column}.permission-row{display:flex;gap:9px;align-items:flex-start;padding:8px 9px;border-bottom:1px solid var(--om-border);cursor:pointer}.permission-row:last-child{border-bottom:0}.permission-row:hover{background:var(--om-surface-2)}.permission-row input{margin-top:3px}.permission-row span{display:flex;flex-direction:column}.permission-row b{font-size:12px}.permission-row small{font-size:10px;color:var(--om-muted)}.permission-empty{margin-top:12px}@media(max-width:1050px){.user-admin-layout{grid-template-columns:1fr}.user-admin-editor{max-height:none}.user-list-scroll{max-height:260px}.permission-categories{grid-template-columns:1fr}.user-master-grid{grid-template-columns:1fr 1fr}}.db-create-form{grid-template-columns:minmax(210px,1fr) minmax(250px,1.4fr) minmax(220px,1fr) 140px!important;align-items:end!important}.db-import-field>input[type=file]{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.file-picker-button{display:flex!important;align-items:center!important;height:34px!important;padding:0 10px!important;border:1px solid var(--om-border)!important;background:var(--om-surface)!important;color:var(--om-text)!important;font-size:12px!important;font-weight:650!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;cursor:pointer!important;border-radius:3px!important}.db-create-submit{align-self:end!important;margin:0!important;height:34px!important}@media(max-width:1200px){.db-create-form{grid-template-columns:1fr 1fr!important}.db-create-submit{width:100%!important}}.db-import-field{display:grid;gap:4px;font-size:11px;font-weight:820;color:var(--om-muted)}.ops-pagination{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-top:1px solid var(--om-border);color:var(--om-muted);font-size:12px}.ops-pagination>div{display:flex;align-items:center;gap:9px}.ops-pagination button{width:32px;height:30px;border:1px solid var(--om-border);background:var(--om-surface);border-radius:3px;color:inherit}.ops-pagination button:disabled{opacity:.42;cursor:default}.ops-view>.page-head,.ops-view>.stats-cards,.ops-view>.stats-chart,.ops-view>.ops-split{flex-shrink:0}:root{--om-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--om-bg: #f3f6f4;--om-surface: #ffffff;--om-surface-soft: #f7f9f8;--om-surface-muted: #eef3f0;--om-text: #13231b;--om-muted: #627168;--om-border: #d8e1dc;--om-border-strong: #c7d2cc;--om-accent: #0f8f43;--om-accent-strong: #087237;--om-accent-soft: #edf8f1;--om-danger: #d71943;--om-danger-soft: #fff0f3;--om-warning: #a46800;--om-warning-soft: #fff8e6;--om-radius-xs: 3px;--om-radius-sm: 5px;--om-radius-md: 7px;--om-control-h: 38px;--om-shadow-float: 0 16px 44px rgba(9, 29, 19, .14)}html,body,#root{margin:0;min-height:100%;font-family:var(--om-font)!important;background:var(--om-bg);color:var(--om-text)}*{box-sizing:border-box}button,input,select,textarea{font:inherit}button{cursor:pointer}.input,input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],select,textarea,.soft-select>button,.cell-input{min-height:var(--om-control-h);border:1px solid var(--om-border);border-radius:var(--om-radius-sm);background:var(--om-surface);color:var(--om-text);outline:none;box-shadow:none}.input,input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],select,.cell-input{height:var(--om-control-h);padding:0 11px}textarea{padding:10px 11px;resize:vertical}.input:focus,input:focus,select:focus,textarea:focus,.cell-input:focus,.soft-select>button:focus-visible{border-color:var(--om-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--om-accent) 12%,transparent)}input:disabled,select:disabled,textarea:disabled,.input:disabled{color:#66746c;background:#f3f6f4;cursor:default}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:var(--om-text)!important;caret-color:var(--om-text)!important;-webkit-box-shadow:0 0 0 1000px var(--om-surface) inset!important;box-shadow:0 0 0 1000px var(--om-surface) inset!important;transition:background-color 9999s ease-out 0s}.btn,button.btn,.mini,.icon-btn{min-height:var(--om-control-h);height:var(--om-control-h);display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--om-border);border-radius:var(--om-radius-sm);background:var(--om-surface);color:var(--om-text);box-shadow:none;font-weight:750;line-height:1;white-space:nowrap}.btn{padding:0 14px}.btn:not(.ghost):not(.secondary):not(.danger){color:#fff;border-color:var(--om-accent);background:var(--om-accent)}.btn:not(.ghost):not(.secondary):not(.danger):hover{background:var(--om-accent-strong)}.btn.ghost,.btn.secondary{background:var(--om-surface);color:var(--om-text)}.btn.ghost:hover,.btn.secondary:hover{border-color:var(--om-border-strong);background:var(--om-surface-soft)}.btn.danger,.mini.danger{color:#fff;border-color:var(--om-danger);background:var(--om-danger)}.mini,.icon-btn{width:var(--om-control-h);padding:0}.panel,.card,.ref-panel,.modal-card,.om-dialog-card{border:1px solid var(--om-border);border-radius:var(--om-radius-md);background:var(--om-surface);box-shadow:none}.no-pad{padding:0!important}.tabs,.subtabs,.detail-tabs,.compact-tabs{display:flex;align-items:stretch;gap:18px;min-height:42px;padding:0 12px;border-bottom:1px solid var(--om-border);background:var(--om-surface);overflow-x:auto;overflow-y:hidden}.tabs button,.subtabs button,.detail-tabs button,.compact-tabs button{min-height:42px;padding:0 2px;border:0;border-radius:0;background:transparent;color:var(--om-muted);box-shadow:inset 0 -2px 0 transparent;font-weight:760;white-space:nowrap}.tabs button.active,.subtabs button.active,.detail-tabs button.active,.compact-tabs button.active{color:var(--om-accent);box-shadow:inset 0 -3px 0 var(--om-accent)}.table,.ref-table{width:100%;border-collapse:collapse;background:var(--om-surface)}.table th,.table td,.ref-table th,.ref-table td{padding:8px 10px;border-bottom:1px solid #e8eeea;text-align:left;vertical-align:middle}.table th,.ref-table th{color:#607067;background:#f7f9f8;font-weight:790}.table tbody tr:hover td,.ref-table tbody tr:hover td{background:#f8fbf9}.context-menu,.rightclick-menu,.user-pop,.soft-select-menu,.search-pop{border:1px solid var(--om-border-strong);border-radius:var(--om-radius-sm);background:var(--om-surface);box-shadow:var(--om-shadow-float)}.context-menu button,.rightclick-menu button,.user-pop button,.soft-select-menu button,.search-pop button{border-radius:var(--om-radius-xs)}.status-dot,.work-dot,.lock-dot{display:inline-block;width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#19a95a}.work-dot.readonly,.lock-dot.locked{background:#d99a18}.work-dot.pending{background:#94a39a}.leaflet-container{font-family:var(--om-font)!important;background:#e9f0ec!important}.leaflet-control-zoom{overflow:hidden;border:1px solid var(--om-border)!important;border-radius:var(--om-radius-sm)!important;background:#fff!important;box-shadow:0 8px 24px #0b22161a!important}.leaflet-control-zoom a{width:36px!important;height:36px!important;line-height:34px!important;border:0!important;border-bottom:1px solid var(--om-border)!important;color:var(--om-text)!important;font-weight:800!important}.leaflet-control-zoom a:last-child{border-bottom:0!important}*{scrollbar-width:thin;scrollbar-color:#b9c7bf transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:10px;background:#b9c7bf;background-clip:content-box}html[data-theme=dark]{--om-bg: #08111d;--om-surface: #111d2b;--om-surface-soft: #162536;--om-surface-muted: #1b2b3d;--om-text: #f2f7f4;--om-muted: #bdc9c2;--om-border: #344558;--om-border-strong: #4a5e73;--om-accent-soft: #102d20;--om-danger-soft: #351522;color-scheme:dark}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select,html[data-theme=dark] .input,html[data-theme=dark] .cell-input,html[data-theme=dark] .soft-select>button{color:#f4f8f5!important;border-color:var(--om-border)!important;background:#132131!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#9fb0a7!important;opacity:1!important}html[data-theme=dark] input:disabled,html[data-theme=dark] textarea:disabled,html[data-theme=dark] select:disabled,html[data-theme=dark] .input:disabled{color:#c2cec7!important;background:#182637!important;opacity:1!important}html[data-theme=dark] .table,html[data-theme=dark] .ref-table,html[data-theme=dark] .table th,html[data-theme=dark] .ref-table th,html[data-theme=dark] .table td,html[data-theme=dark] .ref-table td{color:var(--om-text)!important;border-color:#293b4d!important;background:var(--om-surface)!important}html[data-theme=dark] .table th,html[data-theme=dark] .ref-table th{color:#cbd6d0!important;background:#172536!important}html[data-theme=dark] .table tbody tr:hover td,html[data-theme=dark] .ref-table tbody tr:hover td{background:#182a3a!important}html[data-theme=dark] input:-webkit-autofill,html[data-theme=dark] input:-webkit-autofill:hover,html[data-theme=dark] input:-webkit-autofill:focus{-webkit-text-fill-color:#f4f8f5!important;caret-color:#f4f8f5!important;-webkit-box-shadow:0 0 0 1000px #132131 inset!important;box-shadow:0 0 0 1000px #132131 inset!important}.om-toast-stack{position:fixed;right:18px;bottom:18px;z-index:50000;display:grid;gap:8px;width:min(390px,calc(100vw - 36px));pointer-events:none}.om-toast{min-height:58px;display:grid;grid-template-columns:30px minmax(0,1fr) 28px;align-items:center;gap:10px;padding:10px 10px 10px 12px;border:1px solid var(--om-border-strong);border-left:4px solid var(--om-accent);border-radius:var(--om-radius-sm);background:var(--om-surface);color:var(--om-text);box-shadow:var(--om-shadow-float);pointer-events:auto;animation:omToastIn .16s ease-out}.om-toast.info{border-left-color:#2563eb}.om-toast.error{border-left-color:var(--om-danger)}.om-toast-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--om-accent)}.om-toast.info .om-toast-icon{background:#2563eb}.om-toast.error .om-toast-icon{background:var(--om-danger)}.om-toast-copy{min-width:0;display:grid;gap:2px}.om-toast-copy b{color:var(--om-text);font-size:13px;line-height:1.25}.om-toast-copy small{color:var(--om-muted);font-size:11.5px;line-height:1.35}.om-toast>button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:var(--om-radius-xs);background:transparent;color:var(--om-muted)}.om-toast>button:hover{background:var(--om-surface-soft);color:var(--om-text)}@keyframes omToastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.user-pop button,.suite-user-pop button{color:var(--om-text)!important;background:var(--om-surface)!important}.user-pop button:hover,.user-pop button:focus-visible,.suite-user-pop button:hover,.suite-user-pop button:focus-visible{color:var(--om-text)!important;background:var(--om-surface-soft)!important;outline:0!important}html[data-theme=dark] .user-pop,html[data-theme=dark] .suite-user-pop{color:#f5f8f6!important;border-color:#43586d!important;background:#111d2b!important}html[data-theme=dark] .user-pop button,html[data-theme=dark] .suite-user-pop button{color:#f5f8f6!important;background:#111d2b!important}html[data-theme=dark] .user-pop button:hover,html[data-theme=dark] .user-pop button:focus-visible,html[data-theme=dark] .suite-user-pop button:hover,html[data-theme=dark] .suite-user-pop button:focus-visible{color:#fff!important;background:#24384c!important}html[data-theme=dark] .user-pop small,html[data-theme=dark] .suite-user-pop small{color:#aebdc5!important}html[data-theme=dark] .om-toast{border-color:#43586d;background:#111d2b;color:#f5f8f6}html[data-theme=dark] .om-toast-copy b{color:#fff}html[data-theme=dark] .om-toast-copy small{color:#b8c6ce}html[data-theme=dark] .om-toast>button:hover{background:#24384c;color:#fff}.om-assistant{position:fixed;right:18px;bottom:18px;z-index:10050;font-family:inherit}.om-assistant-launch{height:38px;padding:0 13px;border:1px solid var(--om-border, #cfd8d3);border-radius:8px;background:var(--om-surface, #fff);color:var(--om-text, #10241c);box-shadow:0 8px 24px #0620161f;display:flex;align-items:center;gap:7px;cursor:pointer}.om-assistant-launch span{color:#139447}.om-assistant-panel{position:absolute;right:0;bottom:48px;width:360px;height:min(500px,70vh);display:grid;grid-template-rows:auto 1fr auto;background:var(--om-surface, #fff);color:var(--om-text, #10241c);border:1px solid var(--om-border, #cfd8d3);border-radius:8px;box-shadow:0 18px 50px #06201633;overflow:hidden}.om-assistant-panel header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--om-border, #dce4e0)}.om-assistant-panel header div{display:grid}.om-assistant-panel header small{color:var(--om-text-muted, #687b73);font-size:11px}.om-assistant-panel header button{border:0;background:transparent;color:inherit;font-size:22px;cursor:pointer}.om-assistant-messages{overflow:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.om-assistant-welcome{font-size:12px;color:var(--om-text-muted, #687b73);padding:8px}.om-assistant-msg{max-width:88%;padding:8px 10px;border-radius:6px;font-size:12px;line-height:1.45;white-space:pre-wrap}.om-assistant-msg.user{align-self:flex-end;background:#e7f6ee}.om-assistant-msg.assistant{align-self:flex-start;background:var(--om-surface-alt, #f3f6f5);border:1px solid var(--om-border, #dce4e0)}.om-assistant-panel footer{display:grid;grid-template-columns:1fr 38px;gap:6px;padding:10px;border-top:1px solid var(--om-border, #dce4e0)}.om-assistant-panel footer input{height:36px;border:1px solid var(--om-border, #cfd8d3);background:var(--om-input-bg, #fff);color:var(--om-text, #10241c);border-radius:5px;padding:0 10px}.om-assistant-panel footer button{border:0;border-radius:5px;background:#139447;color:#fff;cursor:pointer}@media(max-width:700px){.om-assistant-panel{width:min(360px,calc(100vw - 24px));right:-6px}}[data-theme=dark] .om-assistant-msg.user{background:#123e2c;color:#f2fff8}.user-language{display:grid}.user-language>button{display:flex!important;justify-content:space-between!important;align-items:center!important}.user-language>button small{font-size:10px;opacity:.7}.user-language-options{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px 8px 8px}.user-language-options button{min-height:30px!important;border:1px solid var(--om-border, #dce4e0)!important;border-radius:4px!important;background:transparent!important}.user-language-options button.active{border-color:#139447!important;color:#139447!important;background:#13944712!important}.login-language{position:fixed;right:18px;top:16px;z-index:40;display:flex;padding:2px;border:1px solid var(--om-border, #d8e0dc);background:var(--om-surface, #fff);border-radius:6px;box-shadow:0 1px 4px #0f172a14}.login-language button,.om-language-inline button{min-width:38px;height:30px;border:0;background:transparent;color:var(--om-text, #102015);font:600 12px/1 inherit;cursor:pointer;border-radius:4px}.login-language button.active,.om-language-inline button.active{background:var(--om-accent, #159447);color:#fff}.om-language-inline{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px 8px 8px}[data-theme=dark] .login-language{background:#0e1a28;border-color:#304256}[data-theme=dark] .login-language button,[data-theme=dark] .om-language-inline button{color:#eaf1f7}.om-assistant-panel{width:390px}.om-assistant-panel header small{font-size:12px}.om-assistant-welcome{font-size:13px;line-height:1.5}.om-assistant-msg{font-size:13.5px;line-height:1.5;padding:9px 11px}.om-assistant-panel footer input{font-size:13.5px}.module-user-menu{--module-menu-text: #172033;--module-menu-muted: #5f6c7c;--module-menu-surface: #ffffff;--module-menu-soft: #eef3f7;--module-menu-line: #cfd9e2;position:relative;z-index:90}.module-user-trigger{min-height:44px;display:flex;align-items:center;gap:9px;padding:4px 7px 4px 4px;color:inherit;background:transparent;border:1px solid transparent;border-radius:10px;cursor:pointer}.module-user-trigger:hover,.module-user-trigger[aria-expanded=true]{background:var(--module-menu-soft);border-color:var(--module-menu-line)}.module-user-trigger>span,.module-user-popover>header>span{width:36px;height:36px;flex:none;display:grid;place-items:center;color:#fff;background:var(--module-accent, #6d28d9);border-radius:10px;font-size:12px;font-weight:900;box-shadow:0 5px 15px color-mix(in srgb,var(--module-accent, #6d28d9) 26%,transparent)}.module-user-trigger>div{max-width:150px;display:grid;gap:2px;text-align:left}.module-user-trigger b,.module-user-trigger small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.module-user-trigger b{color:var(--module-menu-text);font-size:12px}.module-user-trigger small{color:var(--module-menu-muted);font-size:10px}.module-user-trigger>svg{width:15px}.module-user-popover{position:absolute;top:calc(100% + 9px);right:0;width:310px;color:var(--module-menu-text);background:var(--module-menu-surface);border:1px solid var(--module-menu-line);border-radius:13px;box-shadow:0 22px 58px #0f172a38;overflow:hidden;animation:module-menu-in .15s ease-out}@keyframes module-menu-in{0%{opacity:0;transform:translateY(-5px)}}.module-user-popover>header{display:flex;align-items:center;gap:11px;padding:15px;border-bottom:1px solid var(--module-menu-line);background:linear-gradient(135deg,color-mix(in srgb,var(--module-accent, #6d28d9) 10%,var(--module-menu-surface)),var(--module-menu-surface))}.module-user-popover>header>div{min-width:0;display:grid;gap:3px}.module-user-popover>header b,.module-user-popover>header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.module-user-popover>header small{color:var(--module-menu-muted)}.module-language-row{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-bottom:1px solid var(--module-menu-line)}.module-language-row>span{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800}.module-language-row>span svg{width:17px}.module-language-options{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:3px;background:var(--module-menu-soft);border:1px solid var(--module-menu-line);border-radius:9px}.module-language-options button{min-width:45px;min-height:31px;padding:0 9px;color:var(--module-menu-text);background:transparent;border:0;border-radius:6px;font-size:11px;font-weight:900;cursor:pointer}.module-language-options button.active{color:#fff;background:var(--module-accent, #6d28d9)}.module-language-options button:disabled{opacity:.6;cursor:wait}.module-theme-toggle{min-height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:0 10px!important;color:var(--module-menu-text)!important;background:var(--module-menu-soft)!important;border:1px solid var(--module-menu-line)!important;border-radius:8px!important;font-size:11px!important;font-weight:800!important;cursor:pointer!important}.module-theme-toggle svg{width:16px!important;height:16px!important}.module-theme-toggle.compact{width:38px!important;min-width:38px!important;padding:0!important}.module-user-popover>section{display:grid;padding:8px;border-bottom:1px solid var(--module-menu-line)}.module-user-popover>section>small{padding:4px 7px 7px;color:var(--module-menu-muted);font-size:9px;font-weight:900;letter-spacing:.08em}.module-user-popover>section>button,.module-user-popover>footer>button{min-height:38px;display:flex;align-items:center;gap:8px;padding:0 8px;color:var(--module-menu-text);background:transparent;border:0;border-radius:7px;text-align:left;font-weight:700;cursor:pointer}.module-user-popover>section>button:hover,.module-user-popover>footer>button:hover{background:var(--module-menu-soft)}.module-user-popover button svg{width:17px}.module-user-popover>section>button span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.module-user-popover>section>button span+svg{color:var(--module-accent, #6d28d9);stroke-width:3}.module-user-error{margin:8px 10px 0;padding:8px;color:#b42318;background:#fff1ef;border-radius:7px;font-size:11px}.module-user-popover>footer{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:8px}.module-user-popover>footer.single{grid-template-columns:1fr}.module-user-popover>footer>button:last-child{color:#b42318}html[data-theme=dark] .module-user-menu{--module-menu-text: #f5f8f6;--module-menu-muted: #b9c7d1;--module-menu-surface: #111d2b;--module-menu-soft: #1c2d40;--module-menu-line: #43586d}html[data-theme=dark] .module-user-trigger:hover,html[data-theme=dark] .module-user-trigger[aria-expanded=true]{background:var(--module-menu-soft)}html[data-theme=dark] .module-user-error{color:#ffb4ac;background:#431d1d}@media(max-width:900px){.module-user-trigger>div{display:none}.module-user-popover{position:fixed;top:66px;right:12px;width:min(310px,calc(100vw - 24px))}}input[type=checkbox]:not([role=switch]){appearance:none;-webkit-appearance:none;width:18px;min-width:18px;height:18px;margin:0;display:inline-grid;place-content:center;border:1.5px solid var(--om-border-strong, #91a39a);border-radius:4px;background:var(--om-surface, #fff);box-shadow:inset 0 1px #ffffff80;cursor:pointer;vertical-align:middle}input[type=checkbox]:not([role=switch]):before{width:9px;height:5px;content:"";transform:rotate(-45deg) scale(0);transform-origin:center;border-left:2px solid #fff;border-bottom:2px solid #fff;transition:transform .1s ease-out}input[type=checkbox]:not([role=switch]):checked{border-color:var(--module-accent, var(--om-accent, #159447));background:var(--module-accent, var(--om-accent, #159447))}input[type=checkbox]:not([role=switch]):checked:before{transform:rotate(-45deg) scale(1)}input[type=checkbox]:not([role=switch]):focus-visible{outline:3px solid color-mix(in srgb,var(--module-accent, var(--om-accent, #159447)) 25%,transparent);outline-offset:2px}input[type=checkbox]:not([role=switch]):disabled{opacity:.5;cursor:not-allowed}.context-menu,.rightclick-menu,.ops-context,.smp-context{max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 16px)!important;overflow:auto!important;border-radius:10px!important}.context-menu button,.rightclick-menu button,.ops-context button,.smp-context button{height:auto!important;min-height:40px!important;align-items:center!important;gap:9px!important;padding:8px 10px!important;line-height:1.25!important;text-align:left!important;white-space:normal!important}.context-menu>b,.context-menu>strong,.rightclick-menu>b,.ops-context>b,.smp-context>b{white-space:normal!important;line-height:1.3!important}@media(min-width:901px){.module-user-trigger>div{min-width:88px}}html,body,#root{min-height:100%;overflow-x:hidden}body,.layout,.main{color:var(--om-text)!important;background:var(--om-bg)!important}.side{position:fixed!important;inset:0 auto 0 0!important;z-index:1200!important;display:flex!important;flex-direction:column!important;width:260px!important;padding:18px 14px 14px!important;color:#fff1f7!important;border-right:1px solid #3e2130!important;background:linear-gradient(180deg,#25101d,#130b18)!important;box-shadow:none!important;overflow-x:hidden!important;overflow-y:auto!important}.main{min-width:0!important;min-height:100vh!important;margin-left:260px!important}.sidebar-collapsed .side{width:72px!important}.sidebar-collapsed .main{margin-left:72px!important}.brand{display:flex!important;align-items:center!important;gap:12px!important;min-height:64px!important;margin:0 0 14px!important;padding:8px 6px 12px!important;border-bottom:1px solid #3e2130!important}.brand img,.avatar{border-radius:5px!important;box-shadow:none!important}.brand img{width:48px!important;height:48px!important;flex:0 0 48px!important}.brand b{color:#fff1f7!important;font-size:24px!important;line-height:1!important}.brand small,.nav-section,.copy{color:#bea5b2!important}.nav{display:grid!important;gap:3px!important;width:100%!important;padding-bottom:24px!important}.nav-section{margin:12px 11px 6px!important;font-size:10px!important;letter-spacing:.12em!important}.nav button{min-height:40px!important;width:100%!important;padding:9px 11px!important;color:#fff1f7!important;border:1px solid transparent!important;border-radius:4px!important;background:transparent!important;box-shadow:none!important}.nav button:hover{color:#fff!important;border-color:#563044!important;background:#ffffff0e!important}.nav button.active{color:#fff3f8!important;border-color:color-mix(in srgb,var(--om-accent) 24%,var(--om-border))!important;background:color-mix(in srgb,var(--om-accent) 8%,#25101d)!important}.copy{margin-top:auto!important;padding:10px 8px!important}.topbar{position:sticky!important;top:0!important;z-index:9000!important;display:grid!important;grid-template-columns:minmax(300px,1fr) minmax(240px,520px) minmax(270px,1fr)!important;align-items:center!important;gap:20px!important;height:72px!important;padding:0 28px!important;color:var(--om-text)!important;border-bottom:1px solid var(--om-border)!important;background:color-mix(in srgb,var(--om-surface) 96%,transparent)!important;-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%);box-shadow:none!important}.search{height:40px!important;color:var(--om-muted)!important;border:1px solid var(--om-border)!important;border-radius:4px!important;background:var(--om-surface-2)!important;box-shadow:none!important}.search input{color:var(--om-text)!important;border:0!important;background:transparent!important;box-shadow:none!important}.top-icons{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:9px!important;padding-right:0!important}.top-icons>button,.top-icons [data-theme-toggle]{display:inline-grid!important;place-items:center!important;width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;flex:0 0 40px!important;color:var(--om-text)!important;border:1px solid var(--om-border)!important;border-radius:4px!important;background:var(--om-surface)!important;box-shadow:none!important}.top-icons .app-switch img{width:26px!important;height:26px!important;border-radius:3px!important}.top-icons .user-menu{min-height:40px!important;flex:0 0 auto!important}.top-icons .avatar{width:40px!important;height:40px!important;min-height:40px!important;border-radius:4px!important}.top-icons [data-theme-toggle]{position:static!important;inset:auto!important;z-index:auto!important}.top-icons [data-theme-toggle] span{position:static!important;inset:auto!important;width:auto!important;height:auto!important;padding:0!important;color:inherit!important;background:transparent!important}body>[data-theme-toggle],#root>[data-theme-toggle]{position:fixed!important;top:18px!important;right:18px!important}.content{width:100%!important;min-height:calc(100vh - 72px)!important;padding:26px 28px 34px!important;overflow:visible!important}.page-head{align-items:flex-start!important;gap:20px!important;margin-bottom:20px!important;padding-bottom:18px!important;border-bottom:1px solid var(--om-border)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.page-head h1,.panel h2,.panel h3{color:var(--om-text)!important}.page-head p,.copy,.nav-section{color:var(--om-muted)!important}.panel,.db-card,.user-pop,.om-dialog-card{min-width:0;color:var(--om-text)!important;border:1px solid var(--om-border)!important;border-radius:4px!important;background:var(--om-surface)!important;box-shadow:none!important}.btn,.mini,.input,input,select,textarea{border-radius:4px!important;box-shadow:none!important}.input,input,select,textarea{color:var(--om-text)!important;border:1px solid var(--om-border)!important;background:var(--om-surface-2)!important}.panel.no-pad{overflow:auto!important}.table{min-width:720px}.table th{color:var(--om-muted)!important;background:var(--om-surface-2)!important}.table td{color:var(--om-text)!important;background:var(--om-surface)!important}.audit-panel{min-width:0;overflow:hidden}.audit-panel .table{width:100%;min-width:0;table-layout:fixed}.audit-panel .table td:nth-child(1){width:23%}.audit-panel .table td:nth-child(2){width:35%;overflow:hidden;text-overflow:ellipsis}.audit-panel .table td:last-child{width:42%;text-align:right;white-space:nowrap}.release-create-panel{margin-bottom:16px}.release-create-form{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(280px,1.3fr) auto;align-items:end;gap:14px}.release-create-form label{display:grid;min-width:0;gap:7px;color:var(--om-muted);font-size:.82rem;font-weight:700}.release-create-form select,.release-create-form input{width:100%;min-height:42px}.release-create-form .btn{min-height:42px}.success-note{margin-top:12px;color:var(--accent);font-weight:700}@media(max-width:1180px){.topbar{grid-template-columns:minmax(0,1fr) auto!important}.topbar .search{display:none!important}}@media(max-width:920px){.side{width:72px!important}.main{margin-left:72px!important}.content{padding:20px 16px 28px!important}.release-create-form{grid-template-columns:1fr}}.mobile-nav-toggle,.mobile-nav-backdrop{display:none}.panel.no-pad .table th,.table-wrap .table th{top:0!important}@media(min-width:921px){.stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:700px){html,body,#root,.layout{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.layout,.layout.sidebar-collapsed{display:block!important}.side,.layout.sidebar-collapsed .side{position:fixed!important;inset:0 auto 0 0!important;z-index:10020!important;display:flex!important;width:min(286px,86vw)!important;padding:18px 14px!important;transform:translate(-105%);transition:transform .18s ease!important;box-shadow:18px 0 42px #00000047!important}.mobile-nav-open .side{transform:translate(0)!important}.side .brand div,.side .nav-section,.side .copy{display:block!important}.side .nav,.layout.sidebar-collapsed .side .nav{width:100%!important}.side .nav button,.layout.sidebar-collapsed .side .nav button{width:100%!important;max-width:none!important;overflow:visible!important;white-space:normal!important}.main,.layout.sidebar-collapsed .main{width:100%!important;min-width:0!important;margin-left:0!important}.mobile-nav-backdrop{position:fixed!important;inset:0!important;z-index:10010!important;width:100%!important;border:0!important;border-radius:0!important;background:#020a1294!important}.mobile-nav-open .mobile-nav-backdrop{display:block!important}.mobile-nav-toggle{display:inline-grid!important;place-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;padding:0!important;border:1px solid var(--om-border)!important;border-radius:4px!important;background:var(--om-surface)!important}.topbar{grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px!important;min-height:64px!important;padding:10px 12px!important}.topbar>div:first-of-type small,.topbar .app-switch,.topbar .top-icons>button:nth-of-type(2),.topbar .top-icons>button:nth-of-type(3),.topbar .user-menu>svg{display:none!important}.topbar>div:first-of-type b{display:block!important;max-width:130px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.content{padding:18px 12px 28px!important}.stats,.dashboard-grid,.grid.cols2,.grid.cols3{grid-template-columns:minmax(0,1fr)!important}}:root{--om-radius:5px;--om-border:#d7e0dc;--om-green:#0f8f43}html,body,#root{font-size:15px!important}.btn,.mini,.input,.soft-select>button,button{border-radius:var(--om-radius)!important}.password-card .om-dialog-input{margin-bottom:8px}.form-error{background:#fff0f0;color:#b91c1c;border:1px solid #fecaca;border-radius:5px;padding:8px 10px;margin:6px 0}.user-pop button{min-height:34px!important}:root{--om-accent:#c2185b;--om-accent-strong:#9d1249;--om-accent-soft:#fcecf4}.top-icons .user-menu{position:relative!important;display:flex!important;align-items:center!important;min-height:40px!important}.top-icons .user-menu>.user-trigger{width:auto!important;min-width:58px!important;height:40px!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:3px 7px 3px 3px!important;color:var(--om-text)!important;border:1px solid var(--om-border)!important;border-radius:4px!important;background:var(--om-surface)!important;box-shadow:none!important}.top-icons .user-menu>.user-trigger:hover{background:var(--om-surface-2)!important}.top-icons .user-trigger .avatar{width:32px!important;height:32px!important;min-height:32px!important;display:grid!important;place-items:center!important;flex:0 0 32px!important;padding:0!important;border:0!important;border-radius:4px!important}.top-icons .user-trigger>svg{flex:0 0 auto!important;transition:transform .14s ease!important}.top-icons .user-trigger>svg.open{transform:rotate(180deg)!important}.top-icons [data-theme-toggle] svg{display:block!important;width:18px!important;height:18px!important}html[data-theme=dark] .topbar,html[data-theme=dark] .top-icons{color:#f5f8f6!important}html[data-theme=dark] .top-icons>button,html[data-theme=dark] .top-icons .user-menu>.user-trigger,html[data-theme=dark] .top-icons [data-theme-toggle]{border-color:#42566a!important;background:#162536!important;color:#f5f8f6!important}html[data-theme=dark] .top-icons>button:hover,html[data-theme=dark] .top-icons .user-menu>.user-trigger:hover,html[data-theme=dark] .top-icons [data-theme-toggle]:hover{border-color:#60778d!important;background:#24384c!important;color:#fff!important}.resource-access-layout{display:grid;grid-template-columns:minmax(230px,28%) minmax(0,1fr);gap:16px;align-items:start}.resource-principals{padding:0;overflow:hidden;position:sticky;top:92px}.resource-principals>header{min-height:76px;display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--line,#dce4e8)}.resource-principals>header>svg{width:30px;color:#166c50}.resource-principals h3,.resource-editor h2{margin:0}.resource-principals small{color:var(--muted,#6b7785)}.resource-principals>div{max-height:calc(100vh - 250px);overflow:auto}.resource-principals>div>button{width:100%;min-height:62px;display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;padding:10px 14px;color:var(--text,#142026);background:transparent;border:0;border-bottom:1px solid var(--line,#e2e8eb);text-align:left;cursor:pointer}.resource-principals>div>button:hover{background:#166c5012}.resource-principals>div>button.active{background:#166c501f;box-shadow:inset 4px 0 #166c50}.resource-principals>div>button>span{width:36px;height:36px;display:grid;place-items:center;color:#fff;background:#166c50;border-radius:9px;font-weight:900}.resource-principals>div>button b{min-width:0;display:grid;gap:3px;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-principals>div>button small{overflow:hidden;text-overflow:ellipsis}.resource-editor{min-width:0;padding:0;overflow:hidden}.resource-editor>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px;border-bottom:1px solid var(--line,#dce4e8)}.resource-editor>header small{color:#166c50;font-weight:900;letter-spacing:.08em}.resource-editor>header p{max-width:720px;margin:7px 0 0;color:var(--muted,#687781)}.resource-editor>header .btn{display:flex;align-items:center;gap:8px;white-space:nowrap}.resource-editor>header .btn svg{width:17px}.resource-search{height:44px;display:flex;align-items:center;gap:9px;margin:16px 20px;padding:0 12px;border:1px solid var(--line,#d7e0e4);border-radius:8px;background:var(--surface-alt,#f8fafb)}.resource-search svg{width:18px;color:var(--muted,#6e7d86)}.resource-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--text,#142026);font:600 14px/1.2 inherit}.resource-groups{display:grid;gap:14px;padding:0 20px 20px}.resource-groups>section{border:1px solid var(--line,#dbe3e7);border-radius:10px;overflow:hidden}.resource-groups>section>header{min-height:44px;display:flex;align-items:center;gap:9px;padding:0 13px;background:var(--surface-alt,#f4f7f8);border-bottom:1px solid var(--line,#dbe3e7)}.resource-groups>section>header svg{width:18px;color:#166c50}.resource-groups>section>header span{margin-left:auto;color:var(--muted,#687781);font-size:12px;font-weight:800}.resource-groups article{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) 130px;align-items:center;gap:12px;padding:8px 12px;border-bottom:1px solid var(--line,#e3e9ec)}.resource-groups article:last-child{border-bottom:0}.resource-groups article.enabled{background:#166c500b}.resource-groups article label{min-width:0;display:grid;grid-template-columns:0 26px minmax(0,1fr);gap:9px;align-items:center;cursor:pointer}.resource-groups article input{position:absolute;opacity:0}.resource-check{width:24px;height:24px;display:grid;place-items:center;border:1px solid #9aa9b1;border-radius:5px;background:var(--surface,#fff)}.resource-check svg{width:16px;opacity:0;color:#fff;stroke-width:4}.resource-groups input:checked+.resource-check{background:#166c50;border-color:#166c50}.resource-groups input:checked+.resource-check svg{opacity:1}.resource-groups article label b{min-width:0;display:grid;gap:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.resource-groups article label small{color:var(--muted,#75828a);font-weight:500;overflow:hidden;text-overflow:ellipsis}.resource-groups select{min-height:36px;border:1px solid var(--line,#cfd9de);border-radius:6px;background:var(--surface,#fff);color:var(--text,#142026);font-weight:700}.resource-groups select:disabled{opacity:.45}.resource-empty{min-height:260px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:var(--muted,#6e7d86)}.resource-empty svg{width:42px;height:42px;color:#166c50}.resource-empty h3,.resource-empty p{margin:0}.resource-empty p{max-width:520px}html[data-theme=dark] .resource-groups article.enabled{background:#44be9214}@media(max-width:1000px){.resource-access-layout{grid-template-columns:230px minmax(0,1fr)}}@media(max-width:760px){.resource-access-layout{grid-template-columns:1fr}.resource-principals{position:static}.resource-principals>div{max-height:260px}.resource-editor>header{display:grid}.resource-groups article{grid-template-columns:1fr}.resource-groups select{margin-left:35px}}@media(min-width:1001px){.module-standard-header.topbar,.module-standard-header.ref-topbar{position:sticky!important;top:0!important;z-index:80!important;height:76px!important;min-height:76px!important;display:grid!important;grid-template-columns:minmax(220px,auto) minmax(360px,680px) auto!important;align-items:center!important;gap:22px!important;padding:0 25px!important;color:var(--text, #172033)!important;background:var(--surface, #fff)!important;border-bottom:1px solid var(--line, #e1e5eb)!important;box-shadow:none!important}.module-standard-header .mobile-nav-toggle{display:none!important}.module-standard-header .module-header-title{min-width:0!important}.module-standard-header .module-header-title>b,.module-standard-header .top-index{color:var(--text, #172033)!important;font-size:22px!important;font-weight:900!important;line-height:1.15!important}.module-standard-header .module-header-title>small,.module-standard-header .editor-hint{color:var(--muted, #687386)!important;font-size:12px!important}.module-standard-header .search,.module-standard-header .search-wrap{width:100%!important;height:44px!important;min-height:44px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 13px!important;color:var(--muted, #687386)!important;background:var(--surface-alt, #f7f8fa)!important;border:1px solid var(--line, #dfe5eb)!important;border-radius:9px!important;box-shadow:none!important}.module-standard-header .search input,.module-standard-header .search-wrap input{min-width:0!important;flex:1!important;color:var(--text, #172033)!important;background:transparent!important;border:0!important;outline:0!important;font-size:14px!important}.module-standard-header .top-icons,.module-standard-header .ref-top-icons{justify-self:end!important;display:flex!important;align-items:center!important;gap:8px!important}.module-standard-header .top-icons>button,.module-standard-header .ref-top-icons>button,.module-standard-header .module-theme-toggle.compact{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;color:var(--text, #172033)!important;background:var(--surface, #fff)!important;border:1px solid var(--line, #dfe5eb)!important;border-radius:9px!important;box-shadow:none!important}.module-standard-header .app-switch img{width:27px!important;height:27px!important;border-radius:7px!important}.module-standard-header .module-user-menu{--module-accent: #159447}.module-standard-header .module-user-trigger{min-height:44px!important}}html[data-theme=dark] .module-standard-header.topbar,html[data-theme=dark] .module-standard-header.ref-topbar{color:#f4f7f8!important;background:#171d24!important;border-color:#303a45!important}html[data-theme=dark] .module-standard-header .search,html[data-theme=dark] .module-standard-header .search-wrap,html[data-theme=dark] .module-standard-header .top-icons>button,html[data-theme=dark] .module-standard-header .ref-top-icons>button,html[data-theme=dark] .module-standard-header .module-theme-toggle.compact{background:#202832!important;border-color:#364452!important}
