*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0f;color:#e0e0e0;min-height:100vh}.dashboard{max-width:1400px;margin:0 auto;padding:2rem}.dashboard-top{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1.5rem;margin-bottom:.75rem}.dashboard h1{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.agentgrade-badge{display:inline-block;margin-bottom:1.25rem;transition:transform .15s ease,opacity .15s ease}.agentgrade-badge:hover{transform:translateY(-1px);opacity:.9}.agentgrade-badge img{display:block;height:20px;border-radius:6px}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:start}.dashboard-widget{position:relative;background:#12121a;border:1px solid #1e1e2e;border-radius:12px;padding:1rem 1.25rem 1.25rem;min-width:0;height:fit-content;align-self:start;display:flex;flex-direction:column;transition:opacity .2s,border-color .2s,box-shadow .15s}.dashboard-widget.span-half{grid-column:span 1}.dashboard-widget.span-full{grid-column:span 2}.dashboard-widget.dragging{opacity:1;cursor:grabbing}.dashboard-widget-placeholder{box-sizing:border-box;border:1px dashed #3a3a50;border-radius:12px;background:#12121a80;min-width:0}.dashboard-widget-placeholder.span-half{grid-column:span 1}.dashboard-widget-placeholder.span-full{grid-column:span 2}.dashboard-widget.drop-target{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1}body.is-widget-dragging{cursor:grabbing!important;-webkit-user-select:none;user-select:none}body.is-widget-dragging *{cursor:grabbing!important}.widget-chrome{display:flex;align-items:center;justify-content:flex-start;margin:-.25rem 0 .4rem;min-height:1.15rem;opacity:.35;transition:opacity .15s}.dashboard-widget:hover .widget-chrome,.dashboard-widget:focus-within .widget-chrome{opacity:.85}.widget-drag-handle{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:#555;line-height:1;padding:.1rem .2rem;border-radius:4px;cursor:grab;-webkit-user-select:none;user-select:none;transition:color .15s,background .15s}.widget-drag-icon{font-size:.8rem;letter-spacing:-.05em;color:inherit}.widget-drag-handle:hover,.widget-drag-handle:focus-visible{color:#999;background:#ffffff0a}.widget-drag-handle:active{cursor:grabbing;color:#bbb}.widget-drag-handle:focus-visible{outline:1px solid #3a3a50;outline-offset:1px}.widget-resize-handle{position:absolute;top:18%;right:0;bottom:18%;width:8px;padding:0;border:none;background:transparent;cursor:ew-resize;z-index:2;display:flex;align-items:center;justify-content:center}.widget-resize-grip{width:2px;height:20px;border-radius:1px;background:#2a2a3e;opacity:0;transition:opacity .15s,background .15s,height .15s}.dashboard-widget:hover .widget-resize-grip,.widget-resize-handle:hover .widget-resize-grip,.widget-resize-handle:focus-visible .widget-resize-grip{opacity:.7}.widget-resize-handle:hover .widget-resize-grip,.widget-resize-handle:focus-visible .widget-resize-grip{background:#555;height:28px;opacity:1}.widget-resize-handle:focus-visible{outline:none}.widget-body{flex:1;min-width:0;min-height:0}.widget-body>h2{font-size:.875rem;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.widget-body>.value{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.version-chart{cursor:default}.version-chart-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.version-chart-header h2{margin-bottom:0}.scope-toggle{display:inline-flex;border:1px solid #2a2a3e;border-radius:8px;overflow:hidden}.scope-toggle button{background:transparent;border:none;color:#888;padding:.35rem .8rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.scope-toggle button:hover{color:#ccc}.scope-toggle button.active{background:#6366f1;color:#fff}.version-legend-counts{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem;margin-bottom:1rem;font-size:.85rem;font-weight:600}.loading{text-align:center;padding:4rem;color:#666}.flows-card{margin-top:0;padding:0;background:transparent;border:none;border-radius:0;cursor:default;overflow-x:auto}.flows-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.flows-header h2{margin-bottom:.35rem}.flows-subtitle{color:#888;font-size:.85rem;line-height:1.4;max-width:40rem}.flows-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.flows-group-toggle{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#aaa;cursor:pointer;-webkit-user-select:none;user-select:none}.flows-group-toggle input{accent-color:#6366f1;cursor:pointer}.flows-status{color:#666;font-size:.9rem;padding:1rem 0}.flows-error{color:#f87171}.flows-table-wrap{width:100%;overflow-x:auto;min-height:12rem;transition:opacity .15s ease}.flows-table-wrap.is-refreshing{opacity:.45;pointer-events:none}.flows-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.875rem}.flows-col-vault{width:32%}.flows-col-chain{width:14%}.flows-col-amt{width:18%}.flows-table th,.flows-table td{padding:.7rem .85rem;border-bottom:1px solid #1e1e2e;vertical-align:middle}.flows-table th{color:#777;font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flows-th-left{text-align:left}.flows-th-right{text-align:right}.flows-sort-btn{background:none;border:none;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;padding:0;max-width:100%;display:inline-flex;align-items:center;gap:.3rem}.flows-sort-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flows-th-right .flows-sort-btn{flex-direction:row;justify-content:flex-end;width:100%}.flows-sort-btn:hover,.flows-sort-btn.active{color:#ddd}.flows-sort-indicator{flex-shrink:0;min-width:.65rem;font-size:.65rem;opacity:.7;color:#888}.flows-sort-btn.active .flows-sort-indicator{opacity:1;color:#aaa}.flows-table tbody tr:hover{background:#161622}.flows-vault-cell{white-space:normal;overflow:hidden}.flows-vault-name{color:#fff;font-weight:600;line-height:1.35}.flows-vault-link{color:#fff;font-weight:600;line-height:1.35;text-decoration:none;cursor:pointer;border-bottom:1px solid transparent;transition:border-color .15s,opacity .15s}.flows-vault-link:hover{border-bottom-color:#666;opacity:.9}.flows-vault-link:focus-visible{outline:1px solid #555;outline-offset:2px;border-radius:2px}.flows-vault-meta{color:#666;font-size:.75rem;margin-top:.15rem}.flows-chain-cell{color:#aaa;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flows-amount-cell{text-align:right;font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.flows-native{color:#e8e8e8;font-size:.84rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flows-usd-primary{color:#e8e8e8;font-size:.84rem;line-height:1.3;white-space:nowrap}.flows-usd-sub{color:#666;font-size:.75rem;line-height:1.3;margin-top:.15rem;white-space:nowrap}.flows-net-pos{color:#34d399}.flows-net-neg{color:#f87171}.flows-usd-missing{color:#a3a3a3;cursor:help}.flows-muted{color:#555}.flows-group-row{background:#14141e}.flows-group-row:hover{background:#1a1a28!important}.flows-child-row td{background:#0e0e16}.flows-expand-btn{background:none;border:none;color:inherit;font:inherit;cursor:pointer;text-align:left;padding:0;display:flex;flex-direction:row;align-items:flex-start;gap:.4rem;max-width:100%}.flows-chevron{display:inline-block;width:.85rem;flex-shrink:0;color:#666;font-size:.6rem;line-height:1.5;margin-top:.2rem}.flows-expand-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.flows-footnote{margin-top:.85rem;color:#555;font-size:.75rem;line-height:1.4}.new-vaults-card{margin-top:0}.new-vaults-table .nv-col-name{width:28%}.new-vaults-table .nv-col-sym,.new-vaults-table .nv-col-asset,.new-vaults-table .nv-col-tvl{width:12%}.new-vaults-table .nv-col-chain{width:14%}.new-vaults-table .nv-col-date{width:22%}.nv-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nv-unlisted{display:inline-block;margin-left:.45rem;padding:.05rem .4rem;border-radius:4px;font-size:.65rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#c4b5fd;background:#1e1b2e;border:1px solid #3b3558;vertical-align:middle}.nv-tvl{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.84rem}.nv-tvl-value{color:#e8e8e8}.nv-tvl-zero{color:#666}.nv-tvl-unknown{color:#a3a3a3;cursor:help}.nv-date{color:#aaa;font-size:.82rem;white-space:nowrap}@media (max-width: 900px){.dashboard-grid{grid-template-columns:1fr}.dashboard-widget.span-half,.dashboard-widget.span-full{grid-column:span 1}.flows-header{flex-direction:column}.flows-table{table-layout:auto;min-width:640px}.new-vaults-table{min-width:720px}}
