:root{--bg: #ffffff;--bg-alt: #f6f8fa;--text: #222222;--text-muted: #555;--primary: #00bcd4;--header-h: 60px;--footer-h: 50px;--sidebar-w: 200px;--sidebar-w-collapsed: 40px;--header-bg: #5cc6d0;--sidebar-bg: #5cc6d0;--card-bg: #e6e6e6;--footer-bg: #5cc6d0}.dark{--bg: #04191b;--bg-alt: #081718;--text: #5cc6ce;--text-muted: #c3c3c3;--primary: #00bcd4;--header-bg: #222222;--sidebar-bg: #222222;--card-bg: #0c2224;--footer-bg: #222222}body{margin:0;font-family:-apple-system,Ubuntu,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text);overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}._app-layout_1gztz_60{display:flex;flex-direction:column;height:100vh}._app-main_1gztz_66{display:flex;flex:1;overflow:hidden}._app-content_1gztz_72{display:flex;flex-direction:column;flex:1;overflow-y:auto;background:var(--bg);margin-left:var(--sidebar-w);margin-top:var(--header-h);margin-bottom:var(--footer-h);padding:5px 5px 5px 2%}._collapsed_1gztz_83 ._app-content_1gztz_72{margin-left:var(--sidebar-w-collapsed)}footer{width:100%;text-align:center;background-color:var(--footer-bg);font-size:.875rem;color:var(--text-muted);position:fixed;bottom:0}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;color:var(--text)}pre{background-color:var(--bg-alt);color:var(--text);padding:1rem;border-radius:5px;overflow-x:auto}._app-header_1gztz_121{height:var(--header-h);background-color:var(--header-bg);color:var(--text);display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;box-shadow:0 2px 4px #0000000f;position:fixed;top:0;left:0;right:0;z-index:1000}._app-header-left_1gztz_137 h1{font-size:1.5rem;font-weight:700;margin:0}._app-header-right_1gztz_143{display:flex;align-items:center;gap:2rem;width:fit-content}._wallet-address_1gztz_149{font-size:.875rem;padding:.4rem .75rem;border-radius:4px;color:var(--text);min-width:fit-content;font-weight:700}._app-sidebar_1gztz_160{width:var(--sidebar-w);background-color:var(--sidebar-bg);color:var(--text);padding:1% 1% 0 0;height:calc(98vh - var(--header-h));position:fixed;top:var(--header-h);left:0;overflow-y:auto;display:flex;flex-direction:column;justify-content:space-between}._app-sidebar_1gztz_160 nav ul{list-style:none;padding:0}._app-sidebar_1gztz_160 nav ul li{margin-bottom:1rem}._app-sidebar_1gztz_160 nav ul li a{color:var(--text);text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;display:block;border-radius:5px}._app-sidebar_1gztz_160 nav ul li a:hover,._app-sidebar_1gztz_160 nav ul li a._active_1gztz_195{background-color:var(--bg-alt);color:var(--primary)}nav ul li a._active_1gztz_195{font-weight:600}._app-sidebar-toggle_1gztz_204{background:none;border:none;color:var(--text);cursor:pointer;align-self:flex-end}._sd-footer_1gztz_213{margin-bottom:20px}._theme-toggle_1gztz_216{background:none;border:none;color:var(--text);cursor:pointer;align-self:flex-end}._theme-toggle_1gztz_216 li{display:grid}._disconnectButton_1gztz_226{border:none;background:var(--text);cursor:pointer;padding:4% 10%;border-radius:50px;color:var(--bg);font-weight:400}.overview{display:flex;flex-direction:column;gap:2rem;padding:1rem;background:var(--bg);color:var(--text)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.stat-card{background:var(--card-bg);border-radius:8px;padding:1rem 1.25rem;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:.5rem}.stat-title{font-size:.875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.stat-value{font-size:1.5rem;font-weight:600;color:var(--text)}.products{background:var(--card-bg);border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0000000f;overflow-x:auto}.products table{width:100%;border-collapse:collapse;font-size:.875rem}.products thead{background:var(--bg-alt)}.products th,.products td{padding:.75rem 1rem;text-align:left;white-space:nowrap}.products th{font-weight:600;color:var(--text);border-bottom:1px solid var(--bg-alt)}.products tbody tr:nth-child(2n){background:var(--bg-alt)}.charts{background:var(--card-bg);border-radius:8px;padding:1rem;min-height:260px;box-shadow:0 1px 3px #0000000f;display:flex;align-items:center;justify-content:center}.charts .loading{color:var(--text-muted);font-style:italic}.charts-block{display:contents}.charts-grid{display:flex;flex-wrap:nowrap;gap:1.5rem;margin:1% 0}.charts-list{display:flex;flex-direction:row;margin:2% 0}.chart-card{background:var(--card-bg);border-radius:8px;box-shadow:0 1px 3px #0000000f;padding:1rem;align-items:center}.chart-card.half{flex:1 1 calc(50% - .75rem);min-width:260px}.chart-card.full{flex:1 1 100%}.chart-card h3{margin:0 0 .5rem;font-size:1rem;color:var(--text);text-align:center}.chart-content{flex:1;width:100%;max-height:360px}.chart-loading{color:var(--text-muted);font-style:italic}
