:root{--bg-color: #050505;--card-bg: rgba(255, 255, 255, .03);--text-color: #e0e0e0;--accent-color: #00ff88;--accent-glow: 0 0 10px #00ff88, 0 0 20px #00ff8840;--danger-color: #ff0055;--danger-glow: 0 0 10px #ff0055, 0 0 20px #ff005540;--font-family: "Inter", system-ui, -apple-system, sans-serif}body{margin:0;background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-family);display:flex;flex-direction:column;align-items:center;min-height:100vh;overflow-x:hidden}#app{width:100%;max-width:800px;padding:1rem;box-sizing:border-box}header{text-align:center;margin-bottom:2rem;animation:fadeIn 1s ease-out}h1{font-size:2.5rem;font-weight:800;margin:0;background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1px}.subtitle{color:#666;font-size:1rem;margin-top:.5rem}.global-stats-container{margin-top:1.5rem;display:flex;justify-content:center}.stat-box{background:#00000080;border:1px solid rgba(255,255,255,.1);padding:1rem 2rem;border-radius:12px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:200px}.stat-value{font-size:2rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;transition:color .3s ease}.stat-unit{font-size:.75rem;color:#666}.mode-switcher{display:flex;justify-content:center;gap:1rem;margin:2rem 0;background:#ffffff0d;padding:.5rem;border-radius:99px;width:fit-content;margin-left:auto;margin-right:auto}.mode-btn{background:transparent;border:none;color:#666;padding:.5rem 1.5rem;border-radius:99px;cursor:pointer;font-weight:600;transition:all .3s ease}.mode-btn.active{background:var(--text-color);color:var(--bg-color)}.view-section{display:none;animation:fadeIn .5s ease-out}.view-section.visible{display:block}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.core-card{background:var(--card-bg);border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.core-card.active{border-color:var(--accent-color);background:#00ff880d}.core-icon{font-size:1.5rem;margin-bottom:.5rem;color:#444}.core-card.active .core-icon{color:var(--accent-color)}.core-label{font-weight:600;font-size:.9rem;margin-bottom:.2rem}.core-speed{font-size:.7rem;font-family:monospace;color:#666}.core-card.active .core-speed{color:#fff}.simple-list{display:flex;flex-direction:column;gap:1rem}.master-control{background:#ffffff14;padding:1.5rem;border-radius:16px;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1)}.simple-core-row{display:flex;align-items:center;gap:1rem;padding:.5rem 0}.row-label{width:60px;font-weight:600;font-size:.9rem}.row-slider{flex-grow:1}.row-val{width:40px;text-align:right;font-family:monospace;opacity:.8}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;background:transparent}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;border-radius:50%;background:#fff;cursor:pointer;margin-top:-8px;box-shadow:0 0 10px #ffffff80}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#333;border-radius:2px}input[type=range]:focus{outline:none}@media(max-width:600px){h1{font-size:2rem}.stat-value{font-size:1.5rem}.dashboard-grid{grid-template-columns:repeat(3,1fr)}.core-card{padding:.5rem}.core-icon{font-size:1.2rem}.core-label{font-size:.7rem}.simple-core-row{gap:.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.heater-text{font-size:.9rem;color:var(--danger-color);opacity:.8;font-style:italic;margin-top:5px;display:inline-block}.credits{position:fixed;top:1rem;right:1.5rem;font-size:.8rem;color:#888;text-align:right;z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#0003}.credits a{color:#00eaff;text-decoration:none;font-weight:700;text-shadow:0 0 10px rgba(0,234,255,.5)}.credits a:hover{text-decoration:underline}@media(max-width:600px){.credits{position:static;margin-top:3rem;text-align:center;width:100%;border:none;-webkit-backdrop-filter:none;backdrop-filter:none}}.monitor-hint{font-size:.8rem;color:#d9d9d9;margin-top:1rem;line-height:1.4;opacity:.7}
