*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background:#161617;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.app{height:100vh;display:flex}.loading{color:#6a9fff;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.sidebar{background:0 0;flex-direction:column;align-items:center;width:64px;padding:12px 0;display:flex}.sidebar-logo{background:linear-gradient(135deg,#6a9fff,#46c);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:24px;display:flex}.logo-text{color:#fff;font-size:14px;font-weight:800}.sidebar-nav{flex-direction:column;flex:1;gap:8px;display:flex}.sidebar-btn{cursor:pointer;color:#555;background:0 0;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:48px;height:48px;transition:all .2s;display:flex;position:relative}.sidebar-btn:hover{color:#8ab4ff;transform:scale(1.05)}.sidebar-btn.active{color:#6a9fff}.sidebar-btn.active:before{content:"";background:#6a9fff;border-radius:0 3px 3px 0;width:3px;height:20px;transition:top .3s,height .3s;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.sidebar-icon{justify-content:center;align-items:center;font-size:20px;display:flex}.sidebar-label{color:inherit;text-transform:uppercase;letter-spacing:.3px;opacity:.7;font-size:8px;font-weight:500}.sidebar-btn.active .sidebar-label{color:#6a9fff;opacity:1}.sidebar-footer{margin-top:auto}.sidebar-version{color:#444;font-size:9px}.page-content{flex:1;overflow:hidden}.terrain-page{flex-direction:column;height:100%;display:flex}.terrain-header{justify-content:space-between;align-items:center;padding:20px 20px 10px;display:flex}.terrain-title h1{color:#6a9fff;letter-spacing:2px;font-family:Bebas Neue,sans-serif;font-size:32px;font-weight:400}.subtitle{color:#555;margin-left:10px;font-size:11px}.terrain-stats{gap:12px;display:flex}.stat-pill{color:#aaa;background:#6a9fff0f;border:1px solid #6a9fff26;border-radius:8px;flex-direction:column;align-items:center;gap:2px;min-width:80px;padding:8px 14px;font-size:13px;display:flex}.stat-pill strong{color:#6a9fff;font-size:16px;font-weight:700}.stat-pill .stat-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:9px}.terrain-body{flex:1;display:flex;overflow:visible}.terrain-viewer-wrap{flex:1;position:relative;overflow:visible}.terrain-viewer{width:100%;height:100%}.terrain-tooltip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#161617c7;border:1px solid #6a9fff40;border-radius:8px;min-width:160px;padding:10px 14px;font-size:12px}.tt-header{color:#6a9fff;margin-bottom:6px;font-size:13px;font-weight:700}.tt-row{color:#ccc;justify-content:space-between;padding:2px 0;display:flex}.tt-row span:first-child{color:#888}.terrain-sidebar{background:0 0;flex-direction:column;gap:16px;width:220px;padding:14px;display:flex;overflow-y:auto}.layer-controls h3{text-transform:uppercase;letter-spacing:1px;color:#555;margin-bottom:8px;font-size:10px}.story-button{color:#6a9fff;cursor:pointer;background:#6a9fff1a;border:1px solid #6a9fff4d;border-radius:6px;width:100%;margin-bottom:10px;padding:7px 10px;font-size:12px;font-weight:600;transition:all .2s}.story-button:hover{background:#6a9fff33}.story-button.active{background:#6a9fff40;border-color:#6a9fff;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.story-caption{color:#a0c4ff;background:#6a9fff0f;border-left:2px solid #6a9fff;border-radius:0 4px 4px 0;margin-bottom:10px;padding:6px 8px;font-size:11px;line-height:1.4}.layer-option{cursor:pointer;border-radius:4px;align-items:center;gap:6px;padding:5px 6px;font-size:12px;transition:background .15s;display:flex}.layer-option:hover{background:#6a9fff14}.layer-option.active{color:#6a9fff;background:#6a9fff1f}.layer-option input[type=radio]{accent-color:#6a9fff;width:12px;height:12px}.layer-name{flex:1}.layer-unit{color:#444;font-size:10px}.color-legend{z-index:10;background:0 0;border:none;border-radius:6px;min-width:180px;padding:8px 12px;position:fixed;bottom:20px;left:80px}.legend-title{text-transform:uppercase;letter-spacing:.5px;color:#777;margin-bottom:5px;font-size:10px}.legend-gradient{border-radius:3px;width:100%;height:8px}.legend-labels{color:#555;justify-content:space-between;margin-top:3px;font-size:9px;display:flex}.cell-detail h3{text-transform:uppercase;letter-spacing:1px;color:#555;margin-bottom:8px;font-size:10px}.cell-hint{color:#333;font-size:11px;font-style:italic}.cell-fields{flex-direction:column;gap:3px;display:flex}.cell-field{border-bottom:1px solid #141420;justify-content:space-between;padding:2px 0;font-size:11px;display:flex}.field-label{color:#666}.field-value{color:#ddd;font-weight:500}.analytics-page{flex-direction:column;height:100%;padding:20px;display:flex}.analytics-header h1{color:#6a9fff;letter-spacing:2px;font-family:Bebas Neue,sans-serif;font-size:32px;font-weight:400}.analytics-header .subtitle{margin-top:4px;margin-left:0;display:block}.analytics-grid{flex:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:16px;min-height:0;margin-top:16px;display:grid}.chart-card{background:#1c1c1e;border:1px solid #1a1a2e;border-radius:8px;position:relative;overflow:hidden}.chart-inner{width:100%;height:100%}.chart-title{color:#888;text-align:left;padding:8px 12px 4px;font-size:11px;font-weight:600}.heatmap-title{text-align:left}.chart-dropdown{z-index:5;position:absolute;top:8px;right:10px}.chart-dropdown select{color:#ccc;cursor:pointer;background:#202022;border:1px solid #2a2a3e;border-radius:4px;outline:none;padding:4px 8px;font-size:10px}.chart-dropdown select:hover{border-color:#6a9fff66}.heatmap-container{flex-direction:column;justify-content:flex-start;align-items:center;padding:0 10px;display:flex}.heatmap-container .chart-title{align-self:flex-start;margin-bottom:0}.heatmap-container svg{margin-top:-10px}.heatmap-container canvas{border-radius:4px}.heatmap-legend{align-items:center;gap:6px;margin-top:6px;padding:0 10px;display:flex}.heatmap-legend-corner{min-width:120px;position:absolute;bottom:12px;right:12px}.heatmap-legend-corner .legend-title{text-transform:uppercase;letter-spacing:.3px;color:#777;margin-bottom:3px;font-size:8px}.heatmap-legend-corner .legend-gradient{border-radius:3px;width:100%;height:8px}.heatmap-legend-corner .legend-labels{color:#666;justify-content:space-between;margin-top:2px;font-size:8px;display:flex}.heatmap-legend-bar{border-radius:3px;flex:1;height:6px}.heatmap-legend-val{color:#666;font-size:9px}.heatmap-legend-label{color:#888;margin-left:6px;font-size:9px}.data-page{flex-direction:column;height:100%;padding:20px;display:flex}.data-header{justify-content:space-between;align-items:center;display:flex}.data-header h1{color:#6a9fff;letter-spacing:2px;font-family:Bebas Neue,sans-serif;font-size:32px;font-weight:400}.data-actions{gap:8px;display:flex}.download-btn{color:#6a9fff;cursor:pointer;background:#6a9fff1a;border:1px solid #6a9fff4d;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .15s}.download-btn:hover{background:#6a9fff33;border-color:#6a9fff}.data-search{margin:12px 0}.data-search input{color:#ddd;background:#202022;border:1px solid #1a1a2e;border-radius:6px;outline:none;width:300px;padding:8px 12px;font-size:13px}.data-search input:focus{border-color:#6a9fff66}.data-table-wrap{border:1px solid #1a1a2e;border-radius:8px;flex:1;overflow:auto}.data-table{border-collapse:collapse;width:100%;font-size:12px}.data-table th{text-align:left;color:#888;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#202022;border-bottom:1px solid #1a1a2e;padding:8px 10px;font-size:10px;font-weight:600;position:sticky;top:0}.data-table th:hover{color:#6a9fff}.sort-arrow{color:#6a9fff;font-size:9px}.data-table td{color:#ccc;border-bottom:1px solid #1c1c1e;padding:6px 10px}.data-table tr:hover td{background:#6a9fff0a}.pipeline-page{flex-direction:column;height:100%;padding:20px;display:flex}.pipeline-header h1{color:#6a9fff;letter-spacing:2px;font-family:Bebas Neue,sans-serif;font-size:32px;font-weight:400}.pipeline-header .subtitle{margin-top:4px;margin-left:0;display:block}.pipeline-flow{border:1px solid #1a1a2e;border-radius:8px;flex:1;justify-content:center;align-items:center;margin-top:16px;padding:20px;display:flex;overflow:hidden}.pipeline-svg{width:100%;height:100%;max-height:100%}.react-flow__node{white-space:pre-line;text-align:center}body{background:#161617;margin:0}
