:root,[data-theme=light]{--bg-base: #f3f4f8;--bg-surface: #ffffff;--bg-paper: #ffffff;--bg-card: rgba(255, 255, 255, .85);--bg-card-hover: rgba(255, 255, 255, 1);--bg-card-subtle: rgba(255, 255, 255, .75);--bg-hover: rgba(0, 0, 0, .02);--bg-hover-strong: rgba(0, 0, 0, .04);--bg-hover-stronger: rgba(0, 0, 0, .06);--bg-input: #ffffff;--bg-overlay: rgba(0, 0, 0, .3);--bg-tag: rgba(0, 0, 0, .04);--border-default: rgba(0, 0, 0, .1);--border-subtle: rgba(0, 0, 0, .06);--border-hover: rgba(0, 0, 0, .15);--border-strong: rgba(0, 0, 0, .2);--border-divider: rgba(0, 0, 0, .08);--text-primary: #1a1a2e;--text-body: #334155;--text-muted: #64748b;--text-dim: #94a3b8;--text-dimmer: #b0bec5;--accent: #3f51eb;--accent-light: #6366f1;--accent-lavender: #818cf8;--accent-bg: rgba(63, 81, 235, .06);--accent-bg-subtle: rgba(63, 81, 235, .08);--accent-border: rgba(63, 81, 235, .2);--accent-glow: rgba(63, 81, 235, .08);--accent-glow-strong: rgba(63, 81, 235, .2);--scrollbar-thumb: rgba(0, 0, 0, .12);--shadow-card: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--success-bg: rgba(16, 185, 129, .1);--success-text: #059669;--success-border: rgba(16, 185, 129, .25);--error-bg: rgba(239, 68, 68, .06);--error-border: rgba(239, 68, 68, .2);--error-text: #dc2626;--warning-bg: rgba(245, 158, 11, .08);--warning-text: #d97706;--warning-border: rgba(245, 158, 11, .25);color-scheme:light;color:var(--text-body);background-color:var(--bg-base)}[data-theme=dark]{--bg-base: #06090e;--bg-surface: #050b14;--bg-paper: #131314;--bg-card: rgba(15, 23, 42, .45);--bg-card-hover: rgba(15, 23, 42, .6);--bg-card-subtle: rgba(15, 23, 42, .35);--bg-hover: rgba(255, 255, 255, .02);--bg-hover-strong: rgba(255, 255, 255, .05);--bg-hover-stronger: rgba(255, 255, 255, .06);--bg-input: #080807;--bg-overlay: rgba(0, 0, 0, .6);--bg-tag: rgba(255, 255, 255, .03);--border-default: rgba(255, 255, 255, .06);--border-subtle: rgba(255, 255, 255, .04);--border-hover: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--border-divider: rgba(255, 255, 255, .05);--text-primary: #ffffff;--text-body: #e2e8f0;--text-muted: #94a3b8;--text-dim: #64748b;--text-dimmer: #475569;--accent: #3f51eb;--accent-light: #bdc2ff;--accent-lavender: #a5b4fc;--accent-bg: rgba(63, 81, 235, .08);--accent-bg-subtle: rgba(63, 81, 235, .12);--accent-border: rgba(63, 81, 235, .25);--accent-glow: rgba(63, 81, 235, .15);--accent-glow-strong: rgba(63, 81, 235, .45);--scrollbar-thumb: rgba(255, 255, 255, .05);--shadow-card: 0 8px 32px 0 rgba(0, 0, 0, .37);--shadow-sm: 0 4px 20px rgba(0, 0, 0, .2);--success-bg: rgba(16, 185, 129, .15);--success-text: #10b981;--success-border: rgba(16, 185, 129, .3);--error-bg: rgba(239, 68, 68, .08);--error-border: rgba(239, 68, 68, .25);--error-text: #fca5a5;--warning-bg: rgba(245, 158, 11, .12);--warning-text: #f59e0b;--warning-border: rgba(245, 158, 11, .3);color-scheme:dark;color:var(--text-body);background-color:var(--bg-base)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button,a,input,select,textarea{min-height:44px;min-width:44px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}a{font-weight:500;color:var(--accent);text-decoration:inherit}a:hover{color:var(--accent-light)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--bg-paper);color:var(--text-body);cursor:pointer;transition:all .25s}button:hover{border-color:var(--accent);background-color:var(--bg-hover-strong)}button:focus,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tx-queue-page{display:flex;flex-direction:column;gap:2rem}.tx-queue-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.tx-queue-title-wrapper{display:flex;align-items:center;gap:1rem}.tx-queue-title-wrapper h1{font-family:Geist,sans-serif;font-size:2.25rem;font-weight:800;color:var(--text-primary);margin:0;letter-spacing:-.01em}.tx-queue-badge{font-family:Geist,sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--accent-bg-subtle);border:1px solid var(--accent-border);color:var(--accent-lavender);padding:.35rem .75rem;border-radius:9999px;box-shadow:0 0 12px var(--accent-glow)}.tx-queue-actions{display:flex;align-items:center;gap:.75rem}.tx-btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--bg-hover);border:1px solid var(--border-hover);border-radius:8px;color:var(--text-muted);padding:.625rem 1rem;font-weight:600;font-size:.8125rem;cursor:pointer;transition:all .2s}.tx-btn-outline:hover{background:var(--bg-hover-strong);border-color:var(--border-strong);color:var(--text-primary)}.tx-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#3f51eb,#2533ca);color:#fff;border:1px solid transparent;border-radius:8px;padding:.625rem 1.25rem;font-weight:600;font-size:.875rem;cursor:pointer;box-shadow:0 4px 15px #3f51eb33;transition:all .3s cubic-bezier(.16,1,.3,1)}.tx-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #3f51eb66}.tx-hud-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.tx-hud-card{padding:1.5rem!important;display:flex;flex-direction:column;justify-content:space-between;min-height:140px;position:relative;overflow:hidden}.tx-hud-card-header{display:flex;justify-content:space-between;align-items:center;font-family:Geist,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim)}.tx-hud-card-header.urgent{color:#f87171}.tx-hud-card-header.critical{color:#fb7185}.tx-hud-card-body{margin-top:.75rem;margin-bottom:.75rem}.tx-hud-card-val{font-family:Geist,sans-serif;font-size:2rem;font-weight:800;color:var(--text-primary);line-height:1}.tx-hud-card-label{font-size:.75rem;color:var(--text-dim);font-weight:600;margin-top:.25rem;letter-spacing:.02em}.tx-hud-card-footer{font-size:.75rem;font-weight:600}.tx-trend-badge{color:#34d399;display:inline-flex;align-items:center;gap:.25rem}.tx-hud-progress-bg{height:4px;background:var(--border-divider);border-radius:2px;margin-top:.5rem;overflow:hidden}.tx-hud-progress-fill{height:100%;background:var(--accent);border-radius:2px;box-shadow:0 0 8px var(--accent)}.tx-glow-indicator{display:flex;align-items:center;gap:.375rem}.glow-dot{width:6px;height:6px;border-radius:50%;background:var(--text-dim);display:inline-block}.glow-dot.active-green{background:#10b981;box-shadow:0 0 8px #10b981}.glow-dot.active-red{background:#f43f5e;box-shadow:0 0 8px #f43f5e}.glow-dots-container{display:flex;gap:.375rem}.tx-table-card{padding:0!important;overflow:hidden}.tx-table-header-row{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;border-bottom:1px solid var(--border-divider);flex-wrap:wrap;gap:1rem}.tx-table-header-row h3{font-family:Geist,sans-serif;font-size:.725rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-primary);margin:0}.tx-table-header-filters{display:flex;gap:.75rem}.tx-table-select{background:var(--bg-hover);border:1px solid var(--border-default);border-radius:6px;color:var(--text-body);font-size:.75rem;font-weight:600;padding:.375rem 1.75rem .375rem .75rem;outline:none;cursor:pointer}.tx-queue-table{width:100%;border-collapse:collapse;text-align:left}.tx-queue-table th{padding:1rem 2rem;background:var(--bg-hover);border-bottom:1px solid var(--border-divider);font-family:Geist,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.12em;color:var(--text-dim);text-transform:uppercase}.tx-queue-table td{padding:1.25rem 2rem;border-bottom:1px solid var(--border-subtle);vertical-align:middle}.tx-queue-table tr:hover td{background:var(--bg-hover)}.tx-type-cell{display:flex;align-items:center;gap:.75rem}.tx-type-icon-wrapper{width:32px;height:32px;border-radius:8px;background:var(--bg-hover);border:1px solid var(--border-default);display:flex;align-items:center;justify-content:center;color:var(--accent-lavender)}.tx-type-icon-wrapper.critical{color:#f87171;background:var(--error-bg);border-color:var(--error-border)}.tx-type-title{font-family:Geist,sans-serif;font-weight:700;color:var(--text-primary);font-size:.875rem}.tx-type-id{font-size:.6875rem;color:var(--text-dim);font-family:monospace;margin-top:.125rem}.tx-entity-cell{display:flex;flex-direction:column}.tx-entity-name{font-weight:600;color:var(--text-primary);font-size:.8125rem}.tx-entity-chain{font-size:.6875rem;color:var(--text-dim);margin-top:.125rem}.tx-amount-cell{display:flex;flex-direction:column}.tx-amount-val{font-weight:700;color:var(--text-primary);font-size:.875rem}.tx-amount-fiat{font-size:.6875rem;color:var(--text-dim);margin-top:.125rem}.tx-initiator-cell{display:flex;align-items:center;gap:.5rem;font-family:monospace;font-size:.8125rem;color:var(--text-body)}.tx-initiator-shield{color:var(--text-dim);font-size:1rem!important}.tx-quorum-cell{display:flex;flex-direction:column;gap:.375rem;min-width:140px}.tx-quorum-label{font-family:Geist,sans-serif;font-size:.6875rem;font-weight:700;color:var(--accent-lavender);letter-spacing:.05em}.tx-quorum-progress-bg{height:6px;background:var(--border-divider);border-radius:3px;overflow:hidden;position:relative}.tx-quorum-progress-fill{height:100%;background:var(--accent);border-radius:3px;box-shadow:0 0 8px #3f51eb66}.tx-quorum-progress-fill.override{background:#ef444480;box-shadow:none}.tx-action-btn{background:var(--bg-hover);border:1px solid var(--border-hover);color:var(--text-body);border-radius:6px;padding:.5rem 1rem;font-family:Geist,sans-serif;font-weight:700;font-size:.75rem;cursor:pointer;letter-spacing:.05em;transition:all .2s;min-width:90px}.tx-action-btn:hover{background:var(--bg-hover-stronger);border-color:var(--border-strong);color:var(--text-primary)}.tx-action-btn.override-btn{border-color:var(--error-border);color:#f87171;background:var(--error-bg)}.tx-action-btn.override-btn:hover{background:#ef44441a;border-color:#ef444480;color:var(--text-primary)}.tx-table-pagination-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-top:1px solid var(--border-subtle);font-size:.75rem;color:var(--text-dim)}.tx-pagination-pages{display:flex;align-items:center;gap:.375rem}.tx-page-btn{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;color:var(--text-dim);cursor:pointer;font-weight:600;transition:all .2s}.tx-page-btn:hover{color:var(--text-primary);background:var(--bg-hover)}.tx-page-btn.active{background:var(--bg-hover-strong);border-color:var(--border-hover);color:var(--text-primary)}.tx-bottom-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:60em){.tx-bottom-grid{grid-template-columns:1.5fr 1fr}}.tx-bottom-card{padding:1.5rem 2rem!important}.tx-bottom-card h3{font-family:Geist,sans-serif;font-size:.725rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin:0 0 1.25rem;display:flex;align-items:center;gap:.5rem}.tx-console-panel{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:8px;padding:1.25rem;font-family:monospace;font-size:.75rem;color:var(--text-muted);display:flex;flex-direction:column;gap:.5rem;height:180px;overflow-y:auto}.console-line{line-height:1.5;white-space:nowrap}.console-line .time{color:var(--text-dimmer);margin-right:.75rem}.console-line .verified{color:#34d399}.console-line .warning{color:#fb7185}.console-line .quorum{color:var(--accent-lavender)}.health-status-list{display:flex;flex-direction:column;gap:.875rem;height:180px;justify-content:space-between}.health-item{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;border-bottom:1px solid var(--border-subtle);padding-bottom:.5rem}.health-item:last-child{border:none;padding-bottom:0}.health-item .label{color:var(--text-muted);font-weight:500}.health-badge{font-family:Geist,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.05em;padding:.25rem .5rem;border-radius:4px}.health-badge.green{background:var(--success-bg);border:1px solid var(--success-border);color:var(--success-text)}.health-badge.gray{background:var(--bg-tag);border:1px solid var(--border-default);color:var(--text-body)}.health-heartbeat{font-size:.6875rem;color:var(--text-dimmer);text-align:right;margin-top:.5rem}.glass-panel{background:var(--bg-card-subtle);border:1px solid var(--border-default);backdrop-filter:blur(12px);border-radius:16px;box-shadow:var(--shadow-sm)}@media(max-width:1024px){.tx-queue-header{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:768px){.tx-hud-grid{grid-template-columns:1fr 1fr;gap:1rem}.tx-queue-table th,.tx-queue-table td{padding:.875rem 1rem}.tx-table-header-row,.tx-table-pagination-row{padding:1rem}.tx-queue-table th:nth-child(4),.tx-queue-table td:nth-child(4){display:none}}@media(max-width:480px){.tx-queue-title-wrapper h1{font-size:1.5rem}.tx-queue-badge{padding:.25rem .5rem;font-size:.6rem}.tx-hud-grid{grid-template-columns:1fr;gap:.75rem}.tx-hud-card{padding:1rem!important;min-height:110px}.tx-hud-card-val{font-size:1.5rem}.tx-table-header-filters{flex-direction:column;width:100%;gap:.5rem}.tx-table-select{width:100%}.tx-queue-table th:nth-child(2),.tx-queue-table td:nth-child(2){display:none}.tx-table-pagination-row{flex-direction:column;gap:.75rem;align-items:center}}.tx-split-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:1.5rem;width:100%}.tx-queue-section{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;height:100%;min-height:500px}.tx-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.tx-section-title{font-family:Geist,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;display:flex;align-items:center;gap:.5rem}.tx-section-title-badge{font-size:.75rem;background:var(--accent-bg-subtle);border:1px solid var(--accent-border);color:var(--accent-lavender);padding:.15rem .5rem;border-radius:9999px;font-weight:600}.tx-pending-card-list{display:flex;flex-direction:column;gap:.75rem}.tx-pending-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:12px;padding:1rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;gap:.75rem}.tx-pending-card:hover{background:var(--bg-card-hover);border-color:var(--accent-border);box-shadow:0 4px 20px var(--accent-glow);transform:translateY(-1px)}.tx-pending-card-header{display:flex;justify-content:space-between;align-items:center}.tx-pending-card-type{display:flex;align-items:center;gap:.5rem}.tx-pending-icon-wrap{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.tx-pending-icon-wrap.disbursement{background:var(--accent-bg-subtle);color:#6366f1}.tx-pending-icon-wrap.override{background:#f43f5e1f;color:#f43f5e}.tx-pending-type-text{font-weight:600;font-size:.9375rem;color:var(--text-primary)}.tx-pending-time{font-size:.75rem;color:var(--text-dim)}.tx-pending-card-body{display:flex;flex-direction:column;gap:.5rem}.tx-pending-amount-row{display:flex;justify-content:space-between;align-items:baseline}.tx-pending-amount-val{font-size:1.25rem;font-weight:700;color:var(--text-primary);font-family:JetBrains Mono,monospace}.tx-pending-amount-fiat{font-size:.8125rem;color:var(--text-dim)}.tx-pending-meta-row{display:flex;justify-content:space-between;font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}.tx-pending-org{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--accent);font-weight:600;letter-spacing:.02em}.tx-pending-quorum-bar{margin-top:.5rem}.tx-pending-quorum-text{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-dim);margin-bottom:.25rem}.tx-pending-quorum-progress{height:4px;background:var(--border-divider);border-radius:2px;overflow:hidden}.tx-pending-quorum-fill{height:100%;background:#10b981;border-radius:2px;box-shadow:0 0 8px #10b98166}.tx-pending-quorum-fill.override{background:#f43f5e;box-shadow:0 0 8px #f43f5e66}.tx-pending-card-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem;border-top:1px solid var(--border-divider);padding-top:.75rem}.tx-history-group{margin-bottom:1.5rem}.tx-date-label{font-size:.8125rem;font-weight:600;color:var(--text-dim);margin-bottom:.5rem;margin-top:.5rem}.tx-history-card-container{background:var(--bg-card-subtle);border:1px solid var(--border-default);border-radius:12px;overflow:hidden}.tx-activity-row{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;transition:all .2s ease;position:relative}.tx-activity-row:hover{background:var(--bg-hover)}.tx-activity-left{display:flex;align-items:center;gap:1rem;flex:1}.tx-activity-icon-container{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.tx-activity-info{display:flex;flex-direction:column;gap:.25rem}.tx-activity-title{font-weight:600;font-size:.875rem;color:var(--text-primary)}.tx-activity-sub{font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;gap:.35rem}.tx-activity-org{font-family:JetBrains Mono,monospace;font-size:.6875rem;color:var(--accent);font-weight:600;letter-spacing:.02em}.tx-activity-right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.tx-activity-time{font-size:.75rem;color:var(--text-dim)}.tx-history-divider{height:1px;background:var(--border-divider);margin:0}.tx-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:var(--text-dim)}.tx-empty-title{font-weight:600;font-size:1rem;color:var(--text-primary);margin:.75rem 0 .25rem}.tx-empty-sub{font-size:.8125rem;color:var(--text-dim)}@media(max-width:1200px){.tx-split-layout{grid-template-columns:1fr}}body:has(.db-layout-root){display:block!important;margin:0!important;padding:0!important;background-color:var(--bg-base)!important;color:var(--text-body)!important;font-family:Inter,sans-serif}body:has(.db-layout-root)>#root{width:100%!important;max-width:100%!important;display:block!important}.db-layout-root{display:flex;min-height:100vh;background-color:var(--bg-base);color:var(--text-body);font-family:Inter,sans-serif}.db-sidebar{width:260px;background-color:var(--bg-surface);border-right:1px solid var(--border-default);display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 1rem 1rem;z-index:100;flex-shrink:0;height:100vh;position:sticky;top:0}.db-sidebar-brand{display:flex;align-items:center;gap:.75rem;padding-left:.5rem;margin-bottom:2rem;text-decoration:none}.db-sidebar-brand-logo{width:24px;height:24px}.db-sidebar-brand-name{font-family:Geist,sans-serif;font-size:1.15rem;font-weight:700;color:var(--text-primary)}.db-sidebar-env-badge{font-family:Geist,sans-serif;font-size:.5625rem;font-weight:700;letter-spacing:.08em;padding:.15rem .45rem;border-radius:4px;line-height:1;background:var(--warning-bg);color:var(--warning-text);border:1px solid var(--warning-border);margin-left:auto}.db-sidebar-menu{flex-grow:1;overflow-y:auto;padding-right:.25rem;margin-bottom:1.5rem}.db-sidebar-menu::-webkit-scrollbar{width:4px}.db-sidebar-menu::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:2px}.db-sidebar-group{margin-bottom:1.75rem}.db-sidebar-group-title{font-family:Geist,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.12em;color:var(--text-dimmer);text-transform:uppercase;padding-left:.75rem;margin-bottom:.625rem}.db-sidebar-nav-list{display:flex;flex-direction:column;gap:.25rem}.db-sidebar-nav-item{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;border-radius:8px;color:var(--text-muted);text-decoration:none;font-size:.875rem;font-weight:600;transition:all .2s ease;cursor:pointer;border:1px solid transparent}.db-sidebar-nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.db-sidebar-nav-item.active{background:var(--accent-bg);color:var(--text-primary);border-color:var(--accent-border);box-shadow:inset 0 0 10px var(--accent-glow)}.db-sidebar-nav-item-left{display:flex;align-items:center;gap:.75rem}.db-sidebar-nav-item-icon{font-size:1.25rem!important;color:inherit}.db-sidebar-nav-item-badge{font-family:Geist,sans-serif;font-size:.6875rem;font-weight:700;background:#2563eb;color:#fff;padding:.2rem .5rem;border-radius:9999px;line-height:1;box-shadow:0 0 8px #2563eb66}.db-sidebar-nav-item-badge.pending{background:var(--accent);color:#fff}.db-sidebar-user-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:12px;padding:.75rem;display:flex;align-items:center;justify-content:space-between;margin-top:auto;margin-bottom:.75rem;cursor:pointer;transition:background .2s}.db-sidebar-user-card:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}.db-sidebar-user-info{display:flex;align-items:center;gap:.625rem;overflow:hidden;text-align:left}.db-sidebar-user-avatar{width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.db-sidebar-user-details{display:flex;flex-direction:column;overflow:hidden}.db-sidebar-user-name{font-size:.8125rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-sidebar-user-id{font-family:monospace;font-size:.625rem;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-sidebar-user-more{color:var(--text-dim)}.db-sidebar-footer{font-family:Geist,sans-serif;font-size:.625rem;color:var(--text-dimmer);text-align:center;letter-spacing:.05em;font-weight:600;padding-top:.5rem;border-top:1px solid var(--border-subtle)}.db-main{flex-grow:1;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;background-color:var(--bg-base)}.db-topbar{height:60px;background-color:var(--bg-surface);border-bottom:1px solid var(--border-divider);display:flex;align-items:center;justify-content:space-between;padding-inline:1.5rem;z-index:90;position:sticky;top:0}.db-topbar-left{display:flex;align-items:center;gap:1.25rem}.db-topbar-collapse-btn{color:var(--text-dim);cursor:pointer;display:none;align-items:center}.db-topbar-collapse-btn:hover{color:var(--text-primary)}.db-topbar-breadcrumbs{font-family:Geist,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.15em;color:var(--text-dim);text-transform:uppercase}.db-topbar-env-badge{font-family:Geist,sans-serif;font-size:.625rem;font-weight:700;letter-spacing:.1em;padding:.2rem .625rem;border-radius:4px;line-height:1;text-transform:uppercase}.db-topbar-env-badge.sandbox{background:var(--warning-bg);color:var(--warning-text);border:1px solid var(--warning-border)}.db-topbar-env-badge.live{background:var(--success-bg);color:var(--success-text);border:1px solid var(--success-border)}.db-topbar-right{display:flex;align-items:center;gap:1.25rem}.db-topbar-icon-btn{color:var(--text-dim);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s}.db-topbar-icon-btn:hover{color:var(--text-primary)}.db-topbar-tag{font-family:Geist,sans-serif;font-size:.6875rem;font-weight:700;color:var(--text-muted);background:var(--bg-tag);border:1px solid var(--border-default);padding:.25rem .5rem;border-radius:4px}.db-topbar-avatar{width:28px;height:28px;border-radius:50%;background:var(--accent-lavender);color:#0f172a;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8125rem;cursor:pointer}.db-theme-toggle{background:var(--bg-tag);border:1px solid var(--border-default);border-radius:8px;color:var(--text-dim);cursor:pointer;display:flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;min-height:34px;padding:0;transition:all .2s}.db-theme-toggle:hover{color:var(--text-primary);border-color:var(--border-hover);background:var(--bg-hover-strong)}.db-content{flex-grow:1;padding:2.25rem;background-color:var(--bg-base)}.db-sidebar-submenu-list{display:flex;flex-direction:column;gap:.25rem;padding-left:1.25rem;margin-top:.25rem;border-left:1px solid var(--border-subtle)}.db-sidebar-submenu-item{display:flex;align-items:center;padding:.5rem .75rem;border-radius:6px;color:var(--text-dim);text-decoration:none;font-size:.8125rem;font-weight:600;transition:all .2s ease}.db-sidebar-submenu-item:hover,.db-sidebar-submenu-item.active{color:var(--text-primary);background:var(--bg-hover)}.db-sidebar-overlay{display:none}@media(max-width:1024px){.db-sidebar{position:fixed;left:-280px;top:0;width:260px;height:100vh;transition:left .3s ease;z-index:200}.db-sidebar.open{left:0}.db-topbar-collapse-btn{display:flex}.db-sidebar-overlay{display:block;position:fixed;inset:0;background:var(--bg-overlay);z-index:199}.db-content{padding:1.5rem}}@media(max-width:640px){.db-topbar{padding-inline:.75rem;height:52px;gap:.5rem}.db-topbar-left{gap:.5rem;min-width:0}.db-topbar-breadcrumbs{font-size:.6rem;letter-spacing:.08em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.db-topbar-right{gap:.5rem}.db-topbar-tag{display:none}.db-content{padding:1rem}}@media(max-width:380px){.db-topbar-breadcrumbs{max-width:90px}.db-content{padding:.75rem}}
