:root{font-family:"Press Start 2P",cursive;line-height:1.6;font-weight:400;--oil-amber: #D4A017;--oil-dark-amber: #8B6914;--oil-sand: #C2A366;--oil-dark-sand: #8B7355;--oil-rust: #D4A017;--oil-black: #1a1209;--oil-panel: #2a2a2a;--oil-terminal: #33FF33;--text-primary: #FFFFFF;--text-secondary: #CCCCCC;color-scheme:dark;color:var(--text-primary);background-color:var(--oil-black);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;image-rendering:pixelated;image-rendering:crisp-edges}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--oil-black);overflow:hidden}#root{width:100%;height:100vh;margin:0;padding:0}a{color:var(--oil-amber);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--oil-black)}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--oil-dark-amber)}*{margin:0;padding:0;box-sizing:border-box}.error-message{background:#2a1a0a;color:#ff6b6b;padding:16px;border:2px solid #444;border-left:4px solid #ff6b6b;margin:20px;text-align:center;font-size:10px;text-transform:uppercase;font-family:"Press Start 2P",monospace}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;color:#d4a017;font-size:12px;font-family:"Press Start 2P",monospace;background:#1a1209}.loading-spinner{width:50px;height:50px;border:4px solid #333;border-top-color:#d4a017;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px;color:#fff;font-family:"Press Start 2P",monospace;background:#1a1209;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-state h2{font-size:20px;margin:0 0 16px;color:#d4a017;text-shadow:2px 2px 0 #000}.empty-state p{font-size:9px;color:#888}[data-pump-id]:hover{filter:drop-shadow(2px 3px 0 rgba(0,0,0,.3)) brightness(1.2)!important}.bottom-panel-log::-webkit-scrollbar{width:6px}.bottom-panel-log::-webkit-scrollbar-track{background:#0a0a0a}.bottom-panel-log::-webkit-scrollbar-thumb{background:#333;border-radius:3px}@media (max-width: 768px){.empty-state h2{font-size:14px}.empty-state p{font-size:7px}}
