:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#111;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:inherit}html,body,#root{height:100%;width:100%}body{margin:0;min-width:320px;min-height:100vh;display:block!important}#root{max-width:none!important;margin:0!important;padding:0!important;text-align:left!important}:root{--bg: #f6f7f8;--card: #ffffff;--text: #111;--muted: #5f6b7a;--border: #e6e8eb;--shadow: 0 10px 30px rgba(0, 0, 0, .08);--db-red: #ec0016;--db-red-dark: #c30012;--radius: 14px;--maxw: 980px;--mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.4}*{box-sizing:border-box}.page{min-height:100vh;background:radial-gradient(900px 500px at 15% 0%,rgba(236,0,22,.1),transparent 60%),radial-gradient(700px 400px at 85% 10%,rgba(236,0,22,.06),transparent 60%),var(--bg);color:var(--text)}.topbar{position:sticky;top:0;z-index:20;background:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.topbarInner{max-width:var(--maxw);margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.dbLogo{width:54px;height:34px;border-radius:9px;background:var(--db-red);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 18px #ec00162e;flex:0 0 auto}.dbLogo span{color:#fff;font-weight:800;letter-spacing:.5px}.dbLogoImg{height:34px;width:auto;display:block}.brandText{min-width:0}.brandTitle{font-weight:800;font-size:21px;line-height:1.1}.brandSubtitle{margin-top:1px;font-size:16px;line-height:1.1;font-weight:600;color:var(--muted)}.topbarHint{color:var(--muted);font-size:12px;white-space:nowrap}.topbarActions{flex:0 0 auto}.content{width:100%;max-width:var(--maxw);margin:0 auto;padding:42px 18px 20px;display:flex;justify-content:center}.card{width:100%;max-width:720px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px}.cardHeader{margin-bottom:14px}.kicker{display:inline-block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.h1{margin:0 0 8px;font-size:28px;letter-spacing:-.02em}.lead{margin:0;color:var(--muted);line-height:1.5}.actions{margin-top:18px}.btnPrimary{appearance:none;border:1px solid transparent;background:var(--db-red);color:#fff;padding:11px 14px;border-radius:12px;font-weight:700;cursor:pointer;transition:transform .06s ease,background .12s ease,box-shadow .12s ease;box-shadow:0 10px 18px #ec00162e}.btnPrimary:hover{background:var(--db-red-dark)}.btnPrimary:active{transform:translateY(1px)}.btnGhost{appearance:none;border:1px solid var(--border);background:#fff;color:#111;padding:10px 12px;border-radius:12px;font-weight:700;cursor:pointer}.helper{margin-top:10px;color:var(--muted);font-size:12px;line-height:1.4}.helper code{font-family:var(--mono);font-size:12px;background:#f1f3f5;border:1px solid var(--border);padding:1px 6px;border-radius:8px}.divider{height:1px;background:var(--border);margin:18px 0}.fineprint{color:var(--muted);font-size:12px}.fineTitle{font-weight:700;margin-bottom:6px;color:#1d2733}.fineList{margin:0;padding-left:18px}.fineList li{margin:6px 0}.alert{margin-top:14px;border:1px solid #ffd1d6;background:#fff5f6;border-radius:12px;padding:12px}.alertTitle{font-weight:800;color:#8a0010;margin-bottom:4px}.alertBody{color:#5a0010;font-size:13px;white-space:pre-wrap}.kv{display:grid;gap:10px;margin-top:10px}.row{display:grid;grid-template-columns:140px 1fr;gap:12px;align-items:start}.k{color:var(--muted)}.badge{display:inline-block;background:#f1f3f5;border:1px solid var(--border);border-radius:999px;padding:2px 8px;margin-right:6px;font-size:12px}.shell{display:flex;min-height:100vh;width:100%}.sidebar{width:280px;flex:0 0 280px;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid var(--border);padding:14px;display:flex;flex-direction:column;gap:14px}.sidebarBrand{appearance:none;border:1px solid var(--border);background:#fff;border-radius:14px;padding:12px;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left}.sidebarBrandText{min-width:0}.sidebarTitle{font-weight:900;letter-spacing:-.01em;font-size:18px;line-height:1.1}.sidebarSubtitle{margin-top:2px;font-size:12px;color:var(--muted);line-height:1.2}.nav{display:flex;flex-direction:column;gap:8px}.navItem{appearance:none;border:1px solid var(--border);background:#fff;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:800;color:#111;display:flex;align-items:center;justify-content:space-between}.navItem:hover{border-color:#d6d9de;background:#fbfbfc}.navItem.active{border-color:#ec001659;background:#ec00160f}.navItemText{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navDivider{height:1px;background:var(--border);margin:8px 0}.sidebarFooter{margin-top:auto;border:1px solid var(--border);background:#fff;border-radius:14px;padding:12px;display:grid;gap:8px}.miniLabel{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.miniValue{font-weight:800;color:#1d2733;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w100{width:100%}.shellMain{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.shellTopbar{position:sticky;top:0;z-index:15;background:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.shellTopbarTitle{font-weight:900;font-size:18px;letter-spacing:-.01em}.shellTopbarRight{display:flex;align-items:center;gap:8px;min-width:0}.topbarPill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:12px;font-weight:800;color:#1d2733;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbarPill.danger{border-color:#ffd1d6;background:#fff5f6;color:#8a0010}.shellContent{padding:22px 18px;display:flex;flex-direction:column;gap:16px}.panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;max-width:980px}@media(max-width:720px){.topbarHint{display:none}.row{grid-template-columns:1fr}.shell{flex-direction:column}.sidebar{width:100%;flex:0 0 auto;border-right:none;border-bottom:1px solid var(--border)}.panel{max-width:none}}.page.appPage{background:#fff}.appHeader{position:sticky;top:0;z-index:30;height:44px;background:#fff;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px}.appHeaderTitle{grid-column:2;font-weight:800;font-size:14px;letter-spacing:-.01em;text-align:center;white-space:nowrap}.appHeaderRight{grid-column:3;justify-self:end;display:inline-flex;align-items:center;gap:8px;min-width:0}.appHeaderBadge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:12px;font-weight:700;color:#1d2733;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appHeaderBadge.danger{border-color:#ffd1d6;background:#fff5f6;color:#8a0010}.appHeaderUser{font-size:12px;font-weight:700;color:#1d2733;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appHeaderLogout{appearance:none;border:1px solid var(--border);background:#fff;color:#111;padding:6px 10px;border-radius:10px;font-weight:800;cursor:pointer}.appHeaderLogout:hover{background:#f4f5f6}.appShell{display:flex;min-height:calc(100vh - 44px);width:100%}.page.appPage .sidebar{width:190px;flex:0 0 190px;background:#f7f7f7;border-right:1px solid var(--border);padding:10px 8px;display:flex;flex-direction:column;gap:8px}.sidebarHeader{padding:4px 6px 6px;display:flex;align-items:center;justify-content:space-between;gap:8px}.page.appPage .sidebarHeader .dbLogoImg{height:28px}.page.appPage .navToggle{appearance:none;border:1px solid var(--border);background:#fff;color:#111;width:26px;height:22px;border-radius:6px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1}.page.appPage .navToggleSvg{display:block}.page.appPage .navToggle:hover{background:#ededed}.page.appPage .sidebar.collapsed{width:56px;flex:0 0 56px;padding:10px 6px}.page.appPage .sidebar.collapsed .sidebarHeader{flex-direction:column;align-items:center;justify-content:flex-start;gap:6px}.page.appPage .sidebar.collapsed .nav{padding-right:0}.page.appPage .sidebar.collapsed .navItem{justify-content:center;gap:0;padding:8px 0}.page.appPage .sidebar.collapsed .navItemText,.page.appPage .sidebar.collapsed .navSuffix,.page.appPage .sidebar.collapsed .navSubList,.page.appPage .sidebar.collapsed .sidebarBottom{display:none}.page.appPage .nav{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:2px}.page.appPage .navItem{appearance:none;border:0;background:transparent;border-radius:6px;padding:8px 10px;cursor:pointer;font-weight:700;color:#111;display:flex;align-items:center;gap:10px;text-align:left}.page.appPage .navItem:hover{background:#ededed}.page.appPage .navItem.active{background:#e1e1e1}.page.appPage .navItemText{flex:1 1 auto}.page.appPage .navSuffix{margin-left:auto;display:inline-flex;align-items:center;opacity:.7}.page.appPage .navSuffix .navSvg{transition:transform .12s ease}.page.appPage .navSvg.rot90{transform:rotate(90deg)}.page.appPage .navSubList{display:flex;flex-direction:column;gap:0;margin:0 0 6px}.page.appPage .navSubItem{appearance:none;border:0;background:transparent;border-radius:6px;padding:7px 10px 7px 34px;cursor:pointer;font-weight:600;color:#111;display:flex;align-items:center;text-align:left;font-size:11px;line-height:1.2}.page.appPage .navSubItem:hover{background:#ededed}.page.appPage .navSubItem.active{background:#e1e1e1}.page.appPage .navSubItemText{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navIcon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:#111;flex:0 0 auto}.navSvg{display:block}.sidebarBottom{margin-top:auto;padding:8px 6px 2px}.sidebarVersion{font-size:11px;color:#6b7280}.appMain{flex:1 1 auto;min-width:0;background:#fff;padding:14px 16px}.startPlaceholder{color:#6b7280;font-size:12px;padding:6px 2px}@media(max-width:720px){.appHeader{grid-template-columns:1fr;justify-items:center}.appHeaderRight{display:none}.appShell{flex-direction:column;min-height:auto}.page.appPage .sidebar{width:100%;flex:0 0 auto;border-right:none;border-bottom:1px solid var(--border)}.page.appPage .sidebar.collapsed{width:100%;flex:0 0 auto}}
