Spaces:
Sleeping
Sleeping
josesalazar2025 commited on
Commit ·
da1a232
1
Parent(s): b3b452a
Cambio de las dependencias a las LTS
Browse files- backend/package.json +3 -3
- frontend/dist/assets/index-B0wDNpCs.js +0 -0
- frontend/dist/assets/index-CnesqZ-E.css +1 -0
- frontend/dist/assets/index-DUFVKRJi.js +0 -0
- frontend/dist/assets/index-xtYPhhTl.css +0 -1
- frontend/dist/index.html +227 -227
- frontend/package.json +2 -2
- package.json +1 -1
backend/package.json
CHANGED
|
@@ -17,10 +17,10 @@
|
|
| 17 |
"express": "^5.2.1",
|
| 18 |
"socket.io": "^4.8.3",
|
| 19 |
"node-cron": "^4.2.1",
|
| 20 |
-
"@prisma/client": "^
|
| 21 |
-
"prisma": "^
|
| 22 |
},
|
| 23 |
"engines": {
|
| 24 |
-
"node": ">=
|
| 25 |
}
|
| 26 |
}
|
|
|
|
| 17 |
"express": "^5.2.1",
|
| 18 |
"socket.io": "^4.8.3",
|
| 19 |
"node-cron": "^4.2.1",
|
| 20 |
+
"@prisma/client": "^6.19.2",
|
| 21 |
+
"prisma": "^6.19.2"
|
| 22 |
},
|
| 23 |
"engines": {
|
| 24 |
+
"node": ">=24.0.0"
|
| 25 |
}
|
| 26 |
}
|
frontend/dist/assets/index-B0wDNpCs.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
frontend/dist/assets/index-CnesqZ-E.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Syne:wght@400;500;600;700&display=swap";:root{--bg: #0a0c10;--bg2: #111318;--bg3: #181c24;--bg4: #1e232d;--border: rgba(255,255,255,.08);--border2: rgba(255,255,255,.13);--text: #e8eaf0;--text2: #8b90a0;--text3: #555b6e;--green: #22d37a;--green2: #0d6e3a;--green3: #052a17;--red: #f04040;--red2: #7a1a1a;--red3: #2d0808;--blue: #4a9eff;--blue2: #1a4a80;--blue3: #081830;--amber: #f0a020;--amber2: #7a4e08;--amber3: #2d1c02;--accent: #4a9eff;--sidebar-width: 240px;--sidebar-collapsed: 56px;--topbar-height: 56px;--panel-gap: 16px;--radius: 10px;--radius-sm: 6px;--fs-p: clamp(16px, 1.15vw, 18px);--fs-h1: clamp(28px, 2.8vw, 36px);--fs-h2: clamp(24px, 2.4vw, 30px);--fs-h3: clamp(20px, 1.9vw, 24px);--fs-h4: clamp(18px, 1.6vw, 20px);--fs-h5: clamp(16px, 1.3vw, 18px);--fs-h6: clamp(14px, 1.1vw, 16px)}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;width:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:Syne,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}p{font-size:var(--fs-p);line-height:1.55}h1{font-size:var(--fs-h1);line-height:1.15;font-weight:700}h2{font-size:var(--fs-h2);line-height:1.2;font-weight:700}h3{font-size:var(--fs-h3);line-height:1.25;font-weight:600}h4{font-size:var(--fs-h4);line-height:1.3;font-weight:600}h5{font-size:var(--fs-h5);line-height:1.35;font-weight:500}h6{font-size:var(--fs-h6);line-height:1.4;font-weight:500}.layout{display:grid;grid-template-areas:"topbar topbar" "sidebar main";grid-template-columns:var(--sidebar-width) 1fr;grid-template-rows:var(--topbar-height) 1fr;height:100vh;width:100vw;transition:grid-template-columns .25s ease}.layout.collapsed{grid-template-columns:var(--sidebar-collapsed) 1fr}.sidebar{grid-area:sidebar;background:var(--bg2);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;transition:width .25s ease;position:relative}.sidebar-toggle{position:absolute;top:12px;right:-10px;width:24px;height:24px;border-radius:50%;background:var(--bg3);border:1px solid var(--border2);color:var(--text2);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;z-index:10;transition:transform .2s}.layout.collapsed .sidebar-toggle{transform:rotate(180deg);right:-10px}.topbar-logo{position:absolute;left:16px;top:0;bottom:0;display:flex;align-items:center;gap:10px}.topbar-logo .logo-dot{width:10px;height:10px;border-radius:50%;background:var(--blue);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.topbar-logo .logo-text{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.3px;white-space:nowrap}.sidebar-nav{flex:1;padding:14px 8px;display:flex;flex-direction:column;gap:4px;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:14px;padding:14px;border-radius:var(--radius-sm);cursor:pointer;color:var(--text2);font-size:16px;font-weight:500;transition:background .15s,color .15s;white-space:nowrap;overflow:hidden}.nav-item:hover{background:var(--bg3);color:var(--text)}.nav-item.active{background:var(--blue3);color:var(--blue);border:.5px solid var(--blue2)}.nav-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0}.nav-label{opacity:1;transition:opacity .15s}.layout.collapsed .nav-label{opacity:0;width:0}.sidebar-footer{padding:14px;border-top:1px solid var(--border);font-size:14px;color:var(--text3);font-family:DM Mono,monospace;text-align:center;white-space:nowrap;overflow:hidden}.layout.collapsed .sidebar-footer{opacity:0}.topbar{grid-area:topbar;background:var(--bg2);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 16px;padding-left:calc(var(--sidebar-width) + var(--panel-gap));gap:16px;overflow:hidden;position:relative;transition:padding-left .25s ease}.layout.collapsed .topbar{padding-left:calc(var(--sidebar-collapsed) + var(--panel-gap))}.live-badge{font-family:DM Mono,monospace;font-size:14px;background:var(--green3);color:var(--green);border:.5px solid var(--green2);padding:6px 12px;border-radius:4px;display:flex;align-items:center;gap:4px;flex-shrink:0}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 1.5s ease-in-out infinite}.topbar-stats{display:flex;align-items:center;gap:20px;flex:1;overflow:hidden}.stat{display:flex;align-items:center;gap:14px;flex-shrink:0}.stat-label{font-size:14px;color:var(--text3);font-family:DM Mono,monospace;text-transform:uppercase;letter-spacing:.06em}.stat-val{font-size:16px;font-weight:600;color:var(--text);font-family:DM Mono,monospace}.stat-delta{font-size:14px;font-family:DM Mono,monospace}.stat-delta.up{color:var(--green)}.stat-delta.dn{color:var(--red)}.stat-delta.neutral{color:var(--text3)}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:16px;flex-shrink:0}.btn-ghost{font-size:15px;font-weight:500;color:var(--blue);border:.5px solid var(--blue2);background:var(--blue3);padding:8px 16px;border-radius:var(--radius-sm);cursor:pointer;font-family:Syne,sans-serif;transition:opacity .15s}.btn-ghost:hover{opacity:.85}.icon-btn{width:32px;height:32px;border-radius:50%;background:var(--bg3);border:.5px solid var(--border2);color:var(--text2);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:color .15s,border-color .15s}.icon-btn:hover{color:var(--text);border-color:var(--border2)}.main{grid-area:main;overflow:auto;padding:var(--panel-gap);background:var(--bg)}.view{display:none}.view.active{display:block;height:100%}.dashboard-grid{display:grid;grid-template-columns:1fr 280px;grid-template-rows:1fr minmax(280px,40%);gap:var(--panel-gap);height:100%;min-height:0}.panel{background:var(--bg2);border:.5px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden;min-height:0}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px;border-bottom:.5px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.panel-header:hover{background:#ffffff05}.panel-title{font-size:14px;color:var(--text3);font-family:DM Mono,monospace;text-transform:uppercase;letter-spacing:.08em;display:flex;align-items:center;gap:14px}.panel-toggle{font-size:14px;color:var(--text3);transition:transform .2s}.panel.collapsed .panel-toggle{transform:rotate(-90deg)}.panel-body{flex:1;overflow:auto;padding:12px;min-height:0}.panel.collapsed .panel-body{display:none}.panel-subtitle{font-size:14px;color:var(--text3)}.positions-separator{margin-top:10px;padding-top:10px;border-top:.5px solid var(--border)}.panel-title.mb-sm{margin-bottom:8px}.panel.full-height{height:100%}.hidden{display:none}.map-panel{grid-row:1 / 2;grid-column:1 / 2}#map-container{width:100%;height:100%;min-height:300px;background:var(--bg3);border-radius:var(--radius-sm);overflow:hidden}.signals-panel{grid-row:1 / 3;grid-column:2 / 3}.signals-list{display:flex;flex-direction:column;gap:16px}.market-card{background:var(--bg3);border:.5px solid var(--border);border-radius:var(--radius-sm);padding:14px;cursor:pointer;transition:border-color .15s,background .15s}.market-card:hover{border-color:var(--border2)}.market-card.active{border-color:var(--blue2);background:var(--blue3)}.market-cat{font-size:14px;font-family:DM Mono,monospace;color:var(--text3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.market-q{font-size:15px;color:var(--text);line-height:1.4;font-weight:500;margin-bottom:8px}.market-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.prob-bar-wrap{flex:1;min-width:0}.prob-bar-bg{height:5px;background:var(--bg4);border-radius:2px;overflow:hidden}.prob-bar-fill{height:100%;border-radius:2px;width:var(--prob-width, 0%);transition:width .8s ease}.prob-val{font-size:15px;font-weight:600;font-family:DM Mono,monospace;flex-shrink:0}.signal-badge{font-size:14px;font-weight:600;padding:2px 6px;border-radius:4px;font-family:DM Mono,monospace;letter-spacing:.04em;flex-shrink:0}.sig-bull{background:var(--green3);color:var(--green);border:.5px solid var(--green2)}.sig-bear{background:var(--red3);color:var(--red);border:.5px solid var(--red2)}.sig-neut{background:var(--bg4);color:var(--text2);border:.5px solid var(--border2)}.detail-panel{grid-row:2 / 3;grid-column:1 / 2;max-height:100%;overflow:hidden}.detail-panel .panel-body{overflow-y:auto}.detail-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px;gap:16px}.detail-tag{font-size:14px;color:var(--blue);font-family:DM Mono,monospace;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.detail-q{font-size:16px;font-weight:600;color:var(--text);line-height:1.5}.detail-meta{font-size:14px;color:var(--text3);font-family:DM Mono,monospace;margin-top:2px}.detail-metrics{display:flex;gap:16px;align-items:center;flex-shrink:0}.metric{text-align:right}.metric-label{font-size:14px;color:var(--text3);font-family:DM Mono,monospace;margin-bottom:2px}.metric-value{font-size:14px;font-weight:700;font-family:DM Mono,monospace}.metric-sep{width:1px;height:40px;background:var(--border)}.outcomes-row{display:flex;gap:16px;margin-bottom:12px}.outcome-card{flex:1;background:var(--bg3);border:.5px solid var(--border);border-radius:var(--radius-sm);padding:14px;text-align:center}.outcome-name{font-size:14px;color:var(--text2);margin-bottom:4px;font-family:DM Mono,monospace}.outcome-price{font-size:20px;font-weight:700;color:var(--text);font-family:DM Mono,monospace}.outcome-delta{font-size:14px;font-family:DM Mono,monospace;margin-top:2px}.outcome-card.yes .outcome-price{color:var(--green)}.outcome-card.no .outcome-price{color:var(--red)}.chart-container{flex:2;background:var(--bg3);border:.5px solid var(--border);border-radius:var(--radius-sm);padding:14px;min-height:120px;height:160px;max-height:160px;overflow:hidden}.chart-container canvas{max-height:130px}.chart-label{font-size:14px;color:var(--text3);font-family:DM Mono,monospace;margin-bottom:6px}.ai-box{background:var(--bg3);border:.5px solid var(--blue2);border-radius:var(--radius-sm);padding:14px;display:flex;gap:14px;align-items:flex-start;margin-bottom:10px}.ai-icon{width:32px;height:32px;border-radius:6px;background:var(--blue3);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px}.ai-label{font-size:14px;color:var(--blue);font-family:DM Mono,monospace;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}.ai-text{font-size:15px;color:var(--text2);line-height:1.5}.sim-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.sim-label{font-size:15px;color:var(--text3);font-family:DM Mono,monospace}.sim-input{background:var(--bg3);border:.5px solid var(--border2);border-radius:var(--radius-sm);padding:8px 14px;color:var(--text);font-size:16px;font-family:DM Mono,monospace;width:100px;outline:none}.sim-input:focus{border-color:var(--blue2)}.sim-btn-yes{background:var(--green3);border:.5px solid var(--green2);color:var(--green);font-size:15px;font-weight:600;padding:8px 16px;border-radius:var(--radius-sm);cursor:pointer;font-family:DM Mono,monospace;transition:opacity .15s}.sim-btn-no{background:var(--red3);border:.5px solid var(--red2);color:var(--red);font-size:15px;font-weight:600;padding:8px 16px;border-radius:var(--radius-sm);cursor:pointer;font-family:DM Mono,monospace;transition:opacity .15s}.sim-btn-yes:hover,.sim-btn-no:hover{opacity:.85}.sim-disclaimer{font-size:14px;color:var(--text3);font-family:DM Mono,monospace}.legend{display:flex;gap:16px;align-items:center}.legend-item{display:flex;align-items:center;gap:5px;font-size:14px;color:var(--text3);font-family:DM Mono,monospace}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-dot.green{background:var(--green)}.legend-dot.red{background:var(--red)}.legend-dot.gray{background:var(--text3)}.legend.end{margin-left:auto}.table-wrap{overflow:auto;border:.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg3)}table{width:100%;border-collapse:collapse;font-size:16px}th,td{padding:14px;text-align:left;border-bottom:.5px solid var(--border)}th{font-family:DM Mono,monospace;font-size:14px;color:var(--text3);text-transform:uppercase;letter-spacing:.06em;font-weight:500;background:var(--bg4);position:sticky;top:0}tr:hover td{background:#ffffff05}td{color:var(--text)}.td-mono{font-family:DM Mono,monospace}.td-green{color:var(--green)}.td-red{color:var(--red)}.td-blue{color:var(--blue)}.empty-state{padding:40px;text-align:center;color:var(--text3);font-size:16px}#app .leaflet-container{background:var(--bg3);font-family:DM Mono,monospace}#app .leaflet-popup-content-wrapper{background:var(--bg2);color:var(--text);border:.5px solid var(--border);border-radius:var(--radius-sm)}#app .leaflet-popup-tip{background:var(--bg2)}.sparkline{display:flex;align-items:flex-end;gap:2px;height:32px;margin-top:6px}.spark-bar{width:3px;border-radius:1px;background:var(--blue2);transition:height .3s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg4);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-start{display:flex;align-items:flex-start;justify-content:space-between}.flex-row{display:flex;align-items:center}.flex-wrap{flex-wrap:wrap}.gap-6{gap:14px}.gap-8{gap:16px}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-blue{color:var(--blue)}.text-amber{color:var(--amber)}.text-neutral{color:var(--text3)}.bg-green{background:var(--green)}.bg-red{background:var(--red)}.bg-amber{background:var(--amber)}.flex-1{flex:1}.font-mono{font-family:DM Mono,monospace}.text-xs,.text-sm{font-size:14px}.text-base{font-size:15px}.text-lg{font-size:16px}.text-xl{font-size:18px}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mb-4{margin-bottom:4px}.mb-6{margin-bottom:6px}.mb-8{margin-bottom:8px}.mt-4{margin-top:4px}.mt-6{margin-top:6px}.ml-auto{margin-left:auto}.divider{height:1px;background:var(--border);margin:8px 0}.empty-state-sm{padding:16px;text-align:center;color:var(--text3);font-size:16px}.map-popup{font-family:Syne,sans-serif;font-size:15px;color:var(--text);max-width:200px}.map-popup-cat{font-size:14px;color:var(--text3);font-family:DM Mono,monospace;margin-bottom:4px;text-transform:uppercase}.map-popup-q{font-weight:600;margin-bottom:4px;line-height:1.3}.map-popup-prices{display:flex;gap:16px;font-family:DM Mono,monospace;font-size:15px}.map-label-text{color:var(--text2);font-family:DM Mono,monospace;font-size:14px;text-shadow:0 1px 2px #000}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto}.signals-panel{grid-row:auto;grid-column:auto;max-height:400px}.map-panel{grid-row:auto;grid-column:auto;min-height:300px}.detail-panel{grid-row:auto;grid-column:auto}}@media(max-width:640px){.layout{grid-template-columns:0 1fr}.sidebar,.topbar-stats{display:none}.outcomes-row{flex-direction:column}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
|
frontend/dist/assets/index-DUFVKRJi.js
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
frontend/dist/assets/index-xtYPhhTl.css
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Syne:wght@400;500;600;700&display=swap";:root{--bg:#0a0c10;--bg2:#111318;--bg3:#181c24;--bg4:#1e232d;--border:#ffffff14;--border2:#ffffff21;--text:#e8eaf0;--text2:#8b90a0;--text3:#555b6e;--green:#22d37a;--green2:#0d6e3a;--green3:#052a17;--red:#f04040;--red2:#7a1a1a;--red3:#2d0808;--blue:#4a9eff;--blue2:#1a4a80;--blue3:#081830;--amber:#f0a020;--amber2:#7a4e08;--amber3:#2d1c02;--accent:#4a9eff;--sidebar-width:240px;--sidebar-collapsed:56px;--topbar-height:56px;--panel-gap:16px;--radius:10px;--radius-sm:6px;--fs-p:clamp(16px, 1.15vw, 18px);--fs-h1:clamp(28px, 2.8vw, 36px);--fs-h2:clamp(24px, 2.4vw, 30px);--fs-h3:clamp(20px, 1.9vw, 24px);--fs-h4:clamp(18px, 1.6vw, 20px);--fs-h5:clamp(16px, 1.3vw, 18px);--fs-h6:clamp(14px, 1.1vw, 16px)}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{width:100%;height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Syne,sans-serif;font-size:16px;line-height:1.5}p{font-size:var(--fs-p);line-height:1.55}h1{font-size:var(--fs-h1);font-weight:700;line-height:1.15}h2{font-size:var(--fs-h2);font-weight:700;line-height:1.2}h3{font-size:var(--fs-h3);font-weight:600;line-height:1.25}h4{font-size:var(--fs-h4);font-weight:600;line-height:1.3}h5{font-size:var(--fs-h5);font-weight:500;line-height:1.35}h6{font-size:var(--fs-h6);font-weight:500;line-height:1.4}.layout{grid-template-areas:"topbar topbar""sidebar main";grid-template-columns:var(--sidebar-width) 1fr;grid-template-rows:var(--topbar-height) 1fr;width:100vw;height:100vh;transition:grid-template-columns .25s;display:grid}.layout.collapsed{grid-template-columns:var(--sidebar-collapsed) 1fr}.sidebar{background:var(--bg2);border-right:1px solid var(--border);flex-direction:column;grid-area:sidebar;transition:width .25s;display:flex;position:relative;overflow:hidden}.sidebar-toggle{background:var(--bg3);border:1px solid var(--border2);width:24px;height:24px;color:var(--text2);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:transform .2s;display:flex;position:absolute;top:12px;right:-10px}.layout.collapsed .sidebar-toggle{right:-10px;transform:rotate(180deg)}.topbar-logo{align-items:center;gap:10px;display:flex;position:absolute;top:0;bottom:0;left:16px}.topbar-logo .logo-dot{background:var(--blue);border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s ease-in-out infinite pulse}.topbar-logo .logo-text{color:var(--text);letter-spacing:-.3px;white-space:nowrap;font-size:18px;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:14px 8px;display:flex;overflow-y:auto}.nav-item{border-radius:var(--radius-sm);cursor:pointer;color:var(--text2);white-space:nowrap;align-items:center;gap:14px;padding:14px;font-size:16px;font-weight:500;transition:background .15s,color .15s;display:flex;overflow:hidden}.nav-item:hover{background:var(--bg3);color:var(--text)}.nav-item.active{background:var(--blue3);color:var(--blue);border:.5px solid var(--blue2)}.nav-icon{text-align:center;flex-shrink:0;width:20px;font-size:16px}.nav-label{opacity:1;transition:opacity .15s}.layout.collapsed .nav-label{opacity:0;width:0}.sidebar-footer{border-top:1px solid var(--border);color:var(--text3);text-align:center;white-space:nowrap;padding:14px;font-family:DM Mono,monospace;font-size:14px;overflow:hidden}.layout.collapsed .sidebar-footer{opacity:0}.topbar{background:var(--bg2);border-bottom:1px solid var(--border);padding:0 16px;padding-left:calc(var(--sidebar-width) + var(--panel-gap));grid-area:topbar;align-items:center;gap:16px;transition:padding-left .25s;display:flex;position:relative;overflow:hidden}.layout.collapsed .topbar{padding-left:calc(var(--sidebar-collapsed) + var(--panel-gap))}.live-badge{background:var(--green3);color:var(--green);border:.5px solid var(--green2);border-radius:4px;flex-shrink:0;align-items:center;gap:4px;padding:6px 12px;font-family:DM Mono,monospace;font-size:14px;display:flex}.live-dot{background:var(--green);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse}.topbar-stats{flex:1;align-items:center;gap:20px;display:flex;overflow:hidden}.stat{flex-shrink:0;align-items:center;gap:14px;display:flex}.stat-label{color:var(--text3);text-transform:uppercase;letter-spacing:.06em;font-family:DM Mono,monospace;font-size:14px}.stat-val{color:var(--text);font-family:DM Mono,monospace;font-size:16px;font-weight:600}.stat-delta{font-family:DM Mono,monospace;font-size:14px}.stat-delta.up{color:var(--green)}.stat-delta.dn{color:var(--red)}.stat-delta.neutral{color:var(--text3)}.topbar-actions{flex-shrink:0;align-items:center;gap:16px;margin-left:auto;display:flex}.btn-ghost{color:var(--blue);border:.5px solid var(--blue2);background:var(--blue3);border-radius:var(--radius-sm);cursor:pointer;padding:8px 16px;font-family:Syne,sans-serif;font-size:15px;font-weight:500;transition:opacity .15s}.btn-ghost:hover{opacity:.85}.icon-btn{background:var(--bg3);border:.5px solid var(--border2);width:32px;height:32px;color:var(--text2);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:16px;transition:color .15s,border-color .15s;display:flex}.icon-btn:hover{color:var(--text);border-color:var(--border2)}.main{padding:var(--panel-gap);background:var(--bg);grid-area:main;overflow:auto}.view{display:none}.view.active{height:100%;display:block}.dashboard-grid{gap:var(--panel-gap);grid-template-rows:1fr minmax(280px,40%);grid-template-columns:1fr 280px;height:100%;min-height:0;display:grid}.panel{background:var(--bg2);border:.5px solid var(--border);border-radius:var(--radius);flex-direction:column;min-height:0;display:flex;overflow:hidden}.panel-header{border-bottom:.5px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:14px;transition:background .15s;display:flex}.panel-header:hover{background:#ffffff05}.panel-title{color:var(--text3);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:14px;font-family:DM Mono,monospace;font-size:14px;display:flex}.panel-toggle{color:var(--text3);font-size:14px;transition:transform .2s}.panel.collapsed .panel-toggle{transform:rotate(-90deg)}.panel-body{flex:1;min-height:0;padding:12px;overflow:auto}.panel.collapsed .panel-body{display:none}.panel-subtitle{color:var(--text3);font-size:14px}.positions-separator{border-top:.5px solid var(--border);margin-top:10px;padding-top:10px}.panel-title.mb-sm{margin-bottom:8px}.panel.full-height{height:100%}.hidden{display:none}.map-panel{grid-area:1/1/2/2}#map-container{background:var(--bg3);border-radius:var(--radius-sm);width:100%;height:100%;min-height:300px;overflow:hidden}.signals-panel{grid-area:1/2/3/3}.signals-list{flex-direction:column;gap:16px;display:flex}.market-card{background:var(--bg3);border:.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:14px;transition:border-color .15s,background .15s}.market-card:hover{border-color:var(--border2)}.market-card.active{border-color:var(--blue2);background:var(--blue3)}.market-cat{color:var(--text3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-family:DM Mono,monospace;font-size:14px}.market-q{color:var(--text);margin-bottom:8px;font-size:15px;font-weight:500;line-height:1.4}.market-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.prob-bar-wrap{flex:1;min-width:0}.prob-bar-bg{background:var(--bg4);border-radius:2px;height:5px;overflow:hidden}.prob-bar-fill{height:100%;width:var(--prob-width,0%);border-radius:2px;transition:width .8s}.prob-val{flex-shrink:0;font-family:DM Mono,monospace;font-size:15px;font-weight:600}.signal-badge{letter-spacing:.04em;border-radius:4px;flex-shrink:0;padding:2px 6px;font-family:DM Mono,monospace;font-size:14px;font-weight:600}.sig-bull{background:var(--green3);color:var(--green);border:.5px solid var(--green2)}.sig-bear{background:var(--red3);color:var(--red);border:.5px solid var(--red2)}.sig-neut{background:var(--bg4);color:var(--text2);border:.5px solid var(--border2)}.detail-panel{grid-area:2/1/3/2;max-height:100%;overflow:hidden}.detail-panel .panel-body{overflow-y:auto}.detail-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.detail-tag{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-family:DM Mono,monospace;font-size:14px}.detail-q{color:var(--text);font-size:16px;font-weight:600;line-height:1.5}.detail-meta{color:var(--text3);margin-top:2px;font-family:DM Mono,monospace;font-size:14px}.detail-metrics{flex-shrink:0;align-items:center;gap:16px;display:flex}.metric{text-align:right}.metric-label{color:var(--text3);margin-bottom:2px;font-family:DM Mono,monospace;font-size:14px}.metric-value{font-family:DM Mono,monospace;font-size:14px;font-weight:700}.metric-sep{background:var(--border);width:1px;height:40px}.outcomes-row{gap:16px;margin-bottom:12px;display:flex}.outcome-card{background:var(--bg3);border:.5px solid var(--border);border-radius:var(--radius-sm);text-align:center;flex:1;padding:14px}.outcome-name{color:var(--text2);margin-bottom:4px;font-family:DM Mono,monospace;font-size:14px}.outcome-price{color:var(--text);font-family:DM Mono,monospace;font-size:20px;font-weight:700}.outcome-delta{margin-top:2px;font-family:DM Mono,monospace;font-size:14px}.outcome-card.yes .outcome-price{color:var(--green)}.outcome-card.no .outcome-price{color:var(--red)}.chart-container{background:var(--bg3);border:.5px solid var(--border);border-radius:var(--radius-sm);flex:2;height:160px;min-height:120px;max-height:160px;padding:14px;overflow:hidden}.chart-container canvas{max-height:130px}.chart-label{color:var(--text3);margin-bottom:6px;font-family:DM Mono,monospace;font-size:14px}.ai-box{background:var(--bg3);border:.5px solid var(--blue2);border-radius:var(--radius-sm);align-items:flex-start;gap:14px;margin-bottom:10px;padding:14px;display:flex}.ai-icon{background:var(--blue3);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.ai-label{color:var(--blue);text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-family:DM Mono,monospace;font-size:14px}.ai-text{color:var(--text2);font-size:15px;line-height:1.5}.sim-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.sim-label{color:var(--text3);font-family:DM Mono,monospace;font-size:15px}.sim-input{background:var(--bg3);border:.5px solid var(--border2);border-radius:var(--radius-sm);color:var(--text);outline:none;width:100px;padding:8px 14px;font-family:DM Mono,monospace;font-size:16px}.sim-input:focus{border-color:var(--blue2)}.sim-btn-yes{background:var(--green3);border:.5px solid var(--green2);color:var(--green);border-radius:var(--radius-sm);cursor:pointer;padding:8px 16px;font-family:DM Mono,monospace;font-size:15px;font-weight:600;transition:opacity .15s}.sim-btn-no{background:var(--red3);border:.5px solid var(--red2);color:var(--red);border-radius:var(--radius-sm);cursor:pointer;padding:8px 16px;font-family:DM Mono,monospace;font-size:15px;font-weight:600;transition:opacity .15s}.sim-btn-yes:hover,.sim-btn-no:hover{opacity:.85}.sim-disclaimer{color:var(--text3);font-family:DM Mono,monospace;font-size:14px}.legend{align-items:center;gap:16px;display:flex}.legend-item{color:var(--text3);align-items:center;gap:5px;font-family:DM Mono,monospace;font-size:14px;display:flex}.legend-dot{border-radius:50%;width:10px;height:10px}.legend-dot.green{background:var(--green)}.legend-dot.red{background:var(--red)}.legend-dot.gray{background:var(--text3)}.legend.end{margin-left:auto}.table-wrap{border:.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg3);overflow:auto}table{border-collapse:collapse;width:100%;font-size:16px}th,td{text-align:left;border-bottom:.5px solid var(--border);padding:14px}th{color:var(--text3);text-transform:uppercase;letter-spacing:.06em;background:var(--bg4);font-family:DM Mono,monospace;font-size:14px;font-weight:500;position:sticky;top:0}tr:hover td{background:#ffffff05}td{color:var(--text)}.td-mono{font-family:DM Mono,monospace}.td-green{color:var(--green)}.td-red{color:var(--red)}.td-blue{color:var(--blue)}.empty-state{text-align:center;color:var(--text3);padding:40px;font-size:16px}#app .leaflet-container{background:var(--bg3);font-family:DM Mono,monospace}#app .leaflet-popup-content-wrapper{background:var(--bg2);color:var(--text);border:.5px solid var(--border);border-radius:var(--radius-sm)}#app .leaflet-popup-tip{background:var(--bg2)}.sparkline{align-items:flex-end;gap:2px;height:32px;margin-top:6px;display:flex}.spark-bar{background:var(--blue2);border-radius:1px;width:3px;transition:height .3s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg4);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-start{justify-content:space-between;align-items:flex-start;display:flex}.flex-row{align-items:center;display:flex}.flex-wrap{flex-wrap:wrap}.gap-6{gap:14px}.gap-8{gap:16px}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-blue{color:var(--blue)}.text-amber{color:var(--amber)}.text-neutral{color:var(--text3)}.bg-green{background:var(--green)}.bg-red{background:var(--red)}.bg-amber{background:var(--amber)}.flex-1{flex:1}.font-mono{font-family:DM Mono,monospace}.text-xs,.text-sm{font-size:14px}.text-base{font-size:15px}.text-lg{font-size:16px}.text-xl{font-size:18px}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mb-4{margin-bottom:4px}.mb-6{margin-bottom:6px}.mb-8{margin-bottom:8px}.mt-4{margin-top:4px}.mt-6{margin-top:6px}.ml-auto{margin-left:auto}.divider{background:var(--border);height:1px;margin:8px 0}.empty-state-sm{text-align:center;color:var(--text3);padding:16px;font-size:16px}.map-popup{color:var(--text);max-width:200px;font-family:Syne,sans-serif;font-size:15px}.map-popup-cat{color:var(--text3);text-transform:uppercase;margin-bottom:4px;font-family:DM Mono,monospace;font-size:14px}.map-popup-q{margin-bottom:4px;font-weight:600;line-height:1.3}.map-popup-prices{gap:16px;font-family:DM Mono,monospace;font-size:15px;display:flex}.map-label-text{color:var(--text2);text-shadow:0 1px 2px #000;font-family:DM Mono,monospace;font-size:14px}@media (width<=1024px){.dashboard-grid{grid-template-rows:auto auto auto;grid-template-columns:1fr}.signals-panel{grid-area:auto;max-height:400px}.map-panel{grid-area:auto;min-height:300px}.detail-panel{grid-area:auto}}@media (width<=640px){.layout{grid-template-columns:0 1fr}.sidebar,.topbar-stats{display:none}.outcomes-row{flex-direction:column}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
|
|
|
|
|
|
frontend/dist/index.html
CHANGED
|
@@ -1,227 +1,227 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
-
<html lang="es">
|
| 3 |
-
<head>
|
| 4 |
-
<meta charset="UTF-8" />
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
-
<title>PolySignal — Dashboard de Inteligencia de Mercados</title>
|
| 7 |
-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 8 |
-
<script type="module" crossorigin src="/assets/index-
|
| 9 |
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
| 10 |
-
</head>
|
| 11 |
-
<body>
|
| 12 |
-
<div id="app" class="layout">
|
| 13 |
-
|
| 14 |
-
<!-- Sidebar -->
|
| 15 |
-
<aside class="sidebar" id="sidebar">
|
| 16 |
-
<div class="sidebar-toggle" id="sidebar-toggle" title="Colapsar sidebar">◀</div>
|
| 17 |
-
<nav class="sidebar-nav">
|
| 18 |
-
<div class="nav-item active" data-view="dashboard">
|
| 19 |
-
<span class="nav-icon">◈</span>
|
| 20 |
-
<span class="nav-label">Panel</span>
|
| 21 |
-
</div>
|
| 22 |
-
<div class="nav-item" data-view="positions">
|
| 23 |
-
<span class="nav-icon">◫</span>
|
| 24 |
-
<span class="nav-label">Posiciones</span>
|
| 25 |
-
</div>
|
| 26 |
-
<div class="nav-item" data-view="watchlist">
|
| 27 |
-
<span class="nav-icon">☆</span>
|
| 28 |
-
<span class="nav-label">Seguimiento</span>
|
| 29 |
-
</div>
|
| 30 |
-
<div class="nav-item" data-view="alerts">
|
| 31 |
-
<span class="nav-icon">⚡</span>
|
| 32 |
-
<span class="nav-label">Alertas</span>
|
| 33 |
-
</div>
|
| 34 |
-
</nav>
|
| 35 |
-
<div class="sidebar-footer">
|
| 36 |
-
v0.1.0 · HF Spaces
|
| 37 |
-
</div>
|
| 38 |
-
</aside>
|
| 39 |
-
|
| 40 |
-
<!-- Topbar -->
|
| 41 |
-
<header class="topbar" id="topbar">
|
| 42 |
-
<div class="topbar-logo">
|
| 43 |
-
<div class="logo-dot"></div>
|
| 44 |
-
<span class="logo-text">PolySignal</span>
|
| 45 |
-
</div>
|
| 46 |
-
<div class="live-badge">
|
| 47 |
-
<div class="live-dot"></div>
|
| 48 |
-
EN VIVO
|
| 49 |
-
</div>
|
| 50 |
-
<div class="topbar-stats">
|
| 51 |
-
<div class="stat">
|
| 52 |
-
<span class="stat-label">Mercados</span>
|
| 53 |
-
<span class="stat-val" id="stat-markets">2.847</span>
|
| 54 |
-
</div>
|
| 55 |
-
<div class="stat">
|
| 56 |
-
<span class="stat-label">Volumen 24h</span>
|
| 57 |
-
<span class="stat-val" id="stat-volume">€4,2M</span>
|
| 58 |
-
<span class="stat-delta up" id="stat-volume-delta">+12,4%</span>
|
| 59 |
-
</div>
|
| 60 |
-
<div class="stat">
|
| 61 |
-
<span class="stat-label">Señales IA</span>
|
| 62 |
-
<span class="stat-val" id="stat-signals">183</span>
|
| 63 |
-
<span class="stat-delta up" id="stat-signals-delta">alcista</span>
|
| 64 |
-
</div>
|
| 65 |
-
<div class="stat">
|
| 66 |
-
<span class="stat-label">Alertas enviadas</span>
|
| 67 |
-
<span class="stat-val" id="stat-alerts">47</span>
|
| 68 |
-
<span class="stat-delta neutral">hoy</span>
|
| 69 |
-
</div>
|
| 70 |
-
<div class="legend end">
|
| 71 |
-
<div class="legend-item"><div class="legend-dot green"></div>alcista</div>
|
| 72 |
-
<div class="legend-item"><div class="legend-dot red"></div>bajista</div>
|
| 73 |
-
<div class="legend-item"><div class="legend-dot gray"></div>neutral</div>
|
| 74 |
-
</div>
|
| 75 |
-
</div>
|
| 76 |
-
<div class="topbar-actions">
|
| 77 |
-
<button class="btn-ghost" id="btn-telegram">Alertas Telegram</button>
|
| 78 |
-
<button class="icon-btn" id="btn-notif" title="Notificaciones">◉</button>
|
| 79 |
-
</div>
|
| 80 |
-
</header>
|
| 81 |
-
|
| 82 |
-
<!-- Main content area -->
|
| 83 |
-
<main class="main" id="main">
|
| 84 |
-
|
| 85 |
-
<!-- DASHBOARD VIEW -->
|
| 86 |
-
<section class="view active" id="view-dashboard">
|
| 87 |
-
<div class="dashboard-grid">
|
| 88 |
-
|
| 89 |
-
<!-- Map Panel -->
|
| 90 |
-
<div class="panel map-panel" id="panel-map">
|
| 91 |
-
<div class="panel-header" data-panel="map">
|
| 92 |
-
<div class="panel-title">
|
| 93 |
-
<span>◈</span>
|
| 94 |
-
Mapa global de predicciones
|
| 95 |
-
<span class="panel-subtitle">· tamaño = volumen · color = señal IA</span>
|
| 96 |
-
</div>
|
| 97 |
-
<span class="panel-toggle">▼</span>
|
| 98 |
-
</div>
|
| 99 |
-
<div class="panel-body">
|
| 100 |
-
<div id="map-container"></div>
|
| 101 |
-
</div>
|
| 102 |
-
</div>
|
| 103 |
-
|
| 104 |
-
<!-- Signals Panel -->
|
| 105 |
-
<div class="panel signals-panel" id="panel-signals">
|
| 106 |
-
<div class="panel-header" data-panel="signals">
|
| 107 |
-
<div class="panel-title">
|
| 108 |
-
<span>◈</span>
|
| 109 |
-
Señales IA — mercados top
|
| 110 |
-
</div>
|
| 111 |
-
<span class="panel-toggle">▼</span>
|
| 112 |
-
</div>
|
| 113 |
-
<div class="panel-body">
|
| 114 |
-
<div class="signals-list" id="signals-list"></div>
|
| 115 |
-
<div class="positions-separator">
|
| 116 |
-
<div class="panel-title mb-sm">Mis posiciones</div>
|
| 117 |
-
<div id="mini-positions"></div>
|
| 118 |
-
</div>
|
| 119 |
-
</div>
|
| 120 |
-
</div>
|
| 121 |
-
|
| 122 |
-
<!-- Detail Panel -->
|
| 123 |
-
<div class="panel detail-panel" id="panel-detail">
|
| 124 |
-
<div class="panel-header" data-panel="detail">
|
| 125 |
-
<div class="panel-title">
|
| 126 |
-
<span>◈</span>
|
| 127 |
-
Detalle del mercado
|
| 128 |
-
</div>
|
| 129 |
-
<span class="panel-toggle">▼</span>
|
| 130 |
-
</div>
|
| 131 |
-
<div class="panel-body" id="detail-body">
|
| 132 |
-
<!-- Dynamic content -->
|
| 133 |
-
</div>
|
| 134 |
-
</div>
|
| 135 |
-
|
| 136 |
-
</div>
|
| 137 |
-
</section>
|
| 138 |
-
|
| 139 |
-
<!-- POSITIONS VIEW -->
|
| 140 |
-
<section class="view" id="view-positions">
|
| 141 |
-
<div class="panel full-height">
|
| 142 |
-
<div class="panel-header">
|
| 143 |
-
<div class="panel-title"><span>◫</span> Simulador — Posiciones abiertas</div>
|
| 144 |
-
</div>
|
| 145 |
-
<div class="panel-body">
|
| 146 |
-
<div class="table-wrap">
|
| 147 |
-
<table id="positions-table">
|
| 148 |
-
<thead>
|
| 149 |
-
<tr>
|
| 150 |
-
<th>Mercado</th>
|
| 151 |
-
<th>Resultado</th>
|
| 152 |
-
<th>Cantidad</th>
|
| 153 |
-
<th>Entrada</th>
|
| 154 |
-
<th>Actual</th>
|
| 155 |
-
<th>G&P</th>
|
| 156 |
-
<th>Kelly</th>
|
| 157 |
-
<th>Abierta</th>
|
| 158 |
-
<th></th>
|
| 159 |
-
</tr>
|
| 160 |
-
</thead>
|
| 161 |
-
<tbody></tbody>
|
| 162 |
-
</table>
|
| 163 |
-
</div>
|
| 164 |
-
<div class="empty-state hidden" id="positions-empty">No hay posiciones abiertas. Ve al Panel para simular una operación.</div>
|
| 165 |
-
</div>
|
| 166 |
-
</div>
|
| 167 |
-
</section>
|
| 168 |
-
|
| 169 |
-
<!-- WATCHLIST VIEW -->
|
| 170 |
-
<section class="view" id="view-watchlist">
|
| 171 |
-
<div class="panel full-height">
|
| 172 |
-
<div class="panel-header">
|
| 173 |
-
<div class="panel-title"><span>☆</span> Lista de seguimiento</div>
|
| 174 |
-
</div>
|
| 175 |
-
<div class="panel-body">
|
| 176 |
-
<div class="table-wrap">
|
| 177 |
-
<table id="watchlist-table">
|
| 178 |
-
<thead>
|
| 179 |
-
<tr>
|
| 180 |
-
<th>Mercado</th>
|
| 181 |
-
<th>Categoría</th>
|
| 182 |
-
<th>Sí</th>
|
| 183 |
-
<th>No</th>
|
| 184 |
-
<th>Señal</th>
|
| 185 |
-
<th>Volumen</th>
|
| 186 |
-
<th>Umbral de alerta</th>
|
| 187 |
-
<th></th>
|
| 188 |
-
</tr>
|
| 189 |
-
</thead>
|
| 190 |
-
<tbody></tbody>
|
| 191 |
-
</table>
|
| 192 |
-
</div>
|
| 193 |
-
<div class="empty-state hidden" id="watchlist-empty">Tu lista de seguimiento está vacía. Añade mercados desde el Panel.</div>
|
| 194 |
-
</div>
|
| 195 |
-
</div>
|
| 196 |
-
</section>
|
| 197 |
-
|
| 198 |
-
<!-- ALERTS VIEW -->
|
| 199 |
-
<section class="view" id="view-alerts">
|
| 200 |
-
<div class="panel full-height">
|
| 201 |
-
<div class="panel-header">
|
| 202 |
-
<div class="panel-title"><span>⚡</span> Historial de alertas</div>
|
| 203 |
-
</div>
|
| 204 |
-
<div class="panel-body">
|
| 205 |
-
<div class="table-wrap">
|
| 206 |
-
<table id="alerts-table">
|
| 207 |
-
<thead>
|
| 208 |
-
<tr>
|
| 209 |
-
<th>Hora</th>
|
| 210 |
-
<th>Mercado</th>
|
| 211 |
-
<th>Tipo</th>
|
| 212 |
-
<th>Mensaje</th>
|
| 213 |
-
</tr>
|
| 214 |
-
</thead>
|
| 215 |
-
<tbody></tbody>
|
| 216 |
-
</table>
|
| 217 |
-
</div>
|
| 218 |
-
<div class="empty-state hidden" id="alerts-empty">Aún no se han enviado alertas.</div>
|
| 219 |
-
</div>
|
| 220 |
-
</div>
|
| 221 |
-
</section>
|
| 222 |
-
|
| 223 |
-
</main>
|
| 224 |
-
</div>
|
| 225 |
-
|
| 226 |
-
</body>
|
| 227 |
-
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="es">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8" />
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
+
<title>PolySignal — Dashboard de Inteligencia de Mercados</title>
|
| 7 |
+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 8 |
+
<script type="module" crossorigin src="/assets/index-B0wDNpCs.js"></script>
|
| 9 |
+
<link rel="stylesheet" crossorigin href="/assets/index-CnesqZ-E.css">
|
| 10 |
+
</head>
|
| 11 |
+
<body>
|
| 12 |
+
<div id="app" class="layout">
|
| 13 |
+
|
| 14 |
+
<!-- Sidebar -->
|
| 15 |
+
<aside class="sidebar" id="sidebar">
|
| 16 |
+
<div class="sidebar-toggle" id="sidebar-toggle" title="Colapsar sidebar">◀</div>
|
| 17 |
+
<nav class="sidebar-nav">
|
| 18 |
+
<div class="nav-item active" data-view="dashboard">
|
| 19 |
+
<span class="nav-icon">◈</span>
|
| 20 |
+
<span class="nav-label">Panel</span>
|
| 21 |
+
</div>
|
| 22 |
+
<div class="nav-item" data-view="positions">
|
| 23 |
+
<span class="nav-icon">◫</span>
|
| 24 |
+
<span class="nav-label">Posiciones</span>
|
| 25 |
+
</div>
|
| 26 |
+
<div class="nav-item" data-view="watchlist">
|
| 27 |
+
<span class="nav-icon">☆</span>
|
| 28 |
+
<span class="nav-label">Seguimiento</span>
|
| 29 |
+
</div>
|
| 30 |
+
<div class="nav-item" data-view="alerts">
|
| 31 |
+
<span class="nav-icon">⚡</span>
|
| 32 |
+
<span class="nav-label">Alertas</span>
|
| 33 |
+
</div>
|
| 34 |
+
</nav>
|
| 35 |
+
<div class="sidebar-footer">
|
| 36 |
+
v0.1.0 · HF Spaces
|
| 37 |
+
</div>
|
| 38 |
+
</aside>
|
| 39 |
+
|
| 40 |
+
<!-- Topbar -->
|
| 41 |
+
<header class="topbar" id="topbar">
|
| 42 |
+
<div class="topbar-logo">
|
| 43 |
+
<div class="logo-dot"></div>
|
| 44 |
+
<span class="logo-text">PolySignal</span>
|
| 45 |
+
</div>
|
| 46 |
+
<div class="live-badge">
|
| 47 |
+
<div class="live-dot"></div>
|
| 48 |
+
EN VIVO
|
| 49 |
+
</div>
|
| 50 |
+
<div class="topbar-stats">
|
| 51 |
+
<div class="stat">
|
| 52 |
+
<span class="stat-label">Mercados</span>
|
| 53 |
+
<span class="stat-val" id="stat-markets">2.847</span>
|
| 54 |
+
</div>
|
| 55 |
+
<div class="stat">
|
| 56 |
+
<span class="stat-label">Volumen 24h</span>
|
| 57 |
+
<span class="stat-val" id="stat-volume">€4,2M</span>
|
| 58 |
+
<span class="stat-delta up" id="stat-volume-delta">+12,4%</span>
|
| 59 |
+
</div>
|
| 60 |
+
<div class="stat">
|
| 61 |
+
<span class="stat-label">Señales IA</span>
|
| 62 |
+
<span class="stat-val" id="stat-signals">183</span>
|
| 63 |
+
<span class="stat-delta up" id="stat-signals-delta">alcista</span>
|
| 64 |
+
</div>
|
| 65 |
+
<div class="stat">
|
| 66 |
+
<span class="stat-label">Alertas enviadas</span>
|
| 67 |
+
<span class="stat-val" id="stat-alerts">47</span>
|
| 68 |
+
<span class="stat-delta neutral">hoy</span>
|
| 69 |
+
</div>
|
| 70 |
+
<div class="legend end">
|
| 71 |
+
<div class="legend-item"><div class="legend-dot green"></div>alcista</div>
|
| 72 |
+
<div class="legend-item"><div class="legend-dot red"></div>bajista</div>
|
| 73 |
+
<div class="legend-item"><div class="legend-dot gray"></div>neutral</div>
|
| 74 |
+
</div>
|
| 75 |
+
</div>
|
| 76 |
+
<div class="topbar-actions">
|
| 77 |
+
<button class="btn-ghost" id="btn-telegram">Alertas Telegram</button>
|
| 78 |
+
<button class="icon-btn" id="btn-notif" title="Notificaciones">◉</button>
|
| 79 |
+
</div>
|
| 80 |
+
</header>
|
| 81 |
+
|
| 82 |
+
<!-- Main content area -->
|
| 83 |
+
<main class="main" id="main">
|
| 84 |
+
|
| 85 |
+
<!-- DASHBOARD VIEW -->
|
| 86 |
+
<section class="view active" id="view-dashboard">
|
| 87 |
+
<div class="dashboard-grid">
|
| 88 |
+
|
| 89 |
+
<!-- Map Panel -->
|
| 90 |
+
<div class="panel map-panel" id="panel-map">
|
| 91 |
+
<div class="panel-header" data-panel="map">
|
| 92 |
+
<div class="panel-title">
|
| 93 |
+
<span>◈</span>
|
| 94 |
+
Mapa global de predicciones
|
| 95 |
+
<span class="panel-subtitle">· tamaño = volumen · color = señal IA</span>
|
| 96 |
+
</div>
|
| 97 |
+
<span class="panel-toggle">▼</span>
|
| 98 |
+
</div>
|
| 99 |
+
<div class="panel-body">
|
| 100 |
+
<div id="map-container"></div>
|
| 101 |
+
</div>
|
| 102 |
+
</div>
|
| 103 |
+
|
| 104 |
+
<!-- Signals Panel -->
|
| 105 |
+
<div class="panel signals-panel" id="panel-signals">
|
| 106 |
+
<div class="panel-header" data-panel="signals">
|
| 107 |
+
<div class="panel-title">
|
| 108 |
+
<span>◈</span>
|
| 109 |
+
Señales IA — mercados top
|
| 110 |
+
</div>
|
| 111 |
+
<span class="panel-toggle">▼</span>
|
| 112 |
+
</div>
|
| 113 |
+
<div class="panel-body">
|
| 114 |
+
<div class="signals-list" id="signals-list"></div>
|
| 115 |
+
<div class="positions-separator">
|
| 116 |
+
<div class="panel-title mb-sm">Mis posiciones</div>
|
| 117 |
+
<div id="mini-positions"></div>
|
| 118 |
+
</div>
|
| 119 |
+
</div>
|
| 120 |
+
</div>
|
| 121 |
+
|
| 122 |
+
<!-- Detail Panel -->
|
| 123 |
+
<div class="panel detail-panel" id="panel-detail">
|
| 124 |
+
<div class="panel-header" data-panel="detail">
|
| 125 |
+
<div class="panel-title">
|
| 126 |
+
<span>◈</span>
|
| 127 |
+
Detalle del mercado
|
| 128 |
+
</div>
|
| 129 |
+
<span class="panel-toggle">▼</span>
|
| 130 |
+
</div>
|
| 131 |
+
<div class="panel-body" id="detail-body">
|
| 132 |
+
<!-- Dynamic content -->
|
| 133 |
+
</div>
|
| 134 |
+
</div>
|
| 135 |
+
|
| 136 |
+
</div>
|
| 137 |
+
</section>
|
| 138 |
+
|
| 139 |
+
<!-- POSITIONS VIEW -->
|
| 140 |
+
<section class="view" id="view-positions">
|
| 141 |
+
<div class="panel full-height">
|
| 142 |
+
<div class="panel-header">
|
| 143 |
+
<div class="panel-title"><span>◫</span> Simulador — Posiciones abiertas</div>
|
| 144 |
+
</div>
|
| 145 |
+
<div class="panel-body">
|
| 146 |
+
<div class="table-wrap">
|
| 147 |
+
<table id="positions-table">
|
| 148 |
+
<thead>
|
| 149 |
+
<tr>
|
| 150 |
+
<th>Mercado</th>
|
| 151 |
+
<th>Resultado</th>
|
| 152 |
+
<th>Cantidad</th>
|
| 153 |
+
<th>Entrada</th>
|
| 154 |
+
<th>Actual</th>
|
| 155 |
+
<th>G&P</th>
|
| 156 |
+
<th>Kelly</th>
|
| 157 |
+
<th>Abierta</th>
|
| 158 |
+
<th></th>
|
| 159 |
+
</tr>
|
| 160 |
+
</thead>
|
| 161 |
+
<tbody></tbody>
|
| 162 |
+
</table>
|
| 163 |
+
</div>
|
| 164 |
+
<div class="empty-state hidden" id="positions-empty">No hay posiciones abiertas. Ve al Panel para simular una operación.</div>
|
| 165 |
+
</div>
|
| 166 |
+
</div>
|
| 167 |
+
</section>
|
| 168 |
+
|
| 169 |
+
<!-- WATCHLIST VIEW -->
|
| 170 |
+
<section class="view" id="view-watchlist">
|
| 171 |
+
<div class="panel full-height">
|
| 172 |
+
<div class="panel-header">
|
| 173 |
+
<div class="panel-title"><span>☆</span> Lista de seguimiento</div>
|
| 174 |
+
</div>
|
| 175 |
+
<div class="panel-body">
|
| 176 |
+
<div class="table-wrap">
|
| 177 |
+
<table id="watchlist-table">
|
| 178 |
+
<thead>
|
| 179 |
+
<tr>
|
| 180 |
+
<th>Mercado</th>
|
| 181 |
+
<th>Categoría</th>
|
| 182 |
+
<th>Sí</th>
|
| 183 |
+
<th>No</th>
|
| 184 |
+
<th>Señal</th>
|
| 185 |
+
<th>Volumen</th>
|
| 186 |
+
<th>Umbral de alerta</th>
|
| 187 |
+
<th></th>
|
| 188 |
+
</tr>
|
| 189 |
+
</thead>
|
| 190 |
+
<tbody></tbody>
|
| 191 |
+
</table>
|
| 192 |
+
</div>
|
| 193 |
+
<div class="empty-state hidden" id="watchlist-empty">Tu lista de seguimiento está vacía. Añade mercados desde el Panel.</div>
|
| 194 |
+
</div>
|
| 195 |
+
</div>
|
| 196 |
+
</section>
|
| 197 |
+
|
| 198 |
+
<!-- ALERTS VIEW -->
|
| 199 |
+
<section class="view" id="view-alerts">
|
| 200 |
+
<div class="panel full-height">
|
| 201 |
+
<div class="panel-header">
|
| 202 |
+
<div class="panel-title"><span>⚡</span> Historial de alertas</div>
|
| 203 |
+
</div>
|
| 204 |
+
<div class="panel-body">
|
| 205 |
+
<div class="table-wrap">
|
| 206 |
+
<table id="alerts-table">
|
| 207 |
+
<thead>
|
| 208 |
+
<tr>
|
| 209 |
+
<th>Hora</th>
|
| 210 |
+
<th>Mercado</th>
|
| 211 |
+
<th>Tipo</th>
|
| 212 |
+
<th>Mensaje</th>
|
| 213 |
+
</tr>
|
| 214 |
+
</thead>
|
| 215 |
+
<tbody></tbody>
|
| 216 |
+
</table>
|
| 217 |
+
</div>
|
| 218 |
+
<div class="empty-state hidden" id="alerts-empty">Aún no se han enviado alertas.</div>
|
| 219 |
+
</div>
|
| 220 |
+
</div>
|
| 221 |
+
</section>
|
| 222 |
+
|
| 223 |
+
</main>
|
| 224 |
+
</div>
|
| 225 |
+
|
| 226 |
+
</body>
|
| 227 |
+
</html>
|
frontend/package.json
CHANGED
|
@@ -9,10 +9,10 @@
|
|
| 9 |
"preview": "vite preview"
|
| 10 |
},
|
| 11 |
"devDependencies": {
|
| 12 |
-
"vite": "^
|
| 13 |
},
|
| 14 |
"engines": {
|
| 15 |
-
"node": ">=
|
| 16 |
},
|
| 17 |
"dependencies": {
|
| 18 |
"chart.js": "^4.5.1",
|
|
|
|
| 9 |
"preview": "vite preview"
|
| 10 |
},
|
| 11 |
"devDependencies": {
|
| 12 |
+
"vite": "^7.3.3"
|
| 13 |
},
|
| 14 |
"engines": {
|
| 15 |
+
"node": ">=24.0.0"
|
| 16 |
},
|
| 17 |
"dependencies": {
|
| 18 |
"chart.js": "^4.5.1",
|
package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"db:studio": "npm run db:studio --workspace=backend"
|
| 20 |
},
|
| 21 |
"engines": {
|
| 22 |
-
"node": ">=
|
| 23 |
},
|
| 24 |
"keywords": [
|
| 25 |
"polymarket",
|
|
|
|
| 19 |
"db:studio": "npm run db:studio --workspace=backend"
|
| 20 |
},
|
| 21 |
"engines": {
|
| 22 |
+
"node": ">=24.0.0"
|
| 23 |
},
|
| 24 |
"keywords": [
|
| 25 |
"polymarket",
|