*{margin:0;padding:0;box-sizing:border-box}html{background:#171717}body{background:radial-gradient(circle at center,#1f1f1f,#171717);color:#fff;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;overflow-y:auto}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}#root{width:100%;min-height:100vh;background:radial-gradient(circle at center,#1f1f1f,#171717)}.app{width:100%;min-height:100vh;background:radial-gradient(circle at center,#1f1f1f,#171717);display:flex;flex-direction:column;align-items:center;position:relative}.logo-background{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.logo-bg-image{width:80vw;height:80vh;object-fit:contain;opacity:.03;max-width:1200px;max-height:1200px}.gauge-section{transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;opacity:.9}.gauge-section:hover{opacity:1;z-index:10}.segment-text{font-size:7px;font-weight:800;fill:#fffffff2;text-transform:uppercase;pointer-events:none;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.8)}.needle{transition:transform 1s cubic-bezier(.16,1,.3,1);filter:drop-shadow(0 4px 10px rgba(0,0,0,.6));pointer-events:none}.help-button-container{position:fixed;bottom:64px;right:64px;z-index:1000;opacity:0;transform:translateY(100px) scale(0);will-change:transform,opacity}.help-button-container.bounce-in{animation:bounceIn 1s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes bounceIn{0%{opacity:0;transform:translateY(80px) scale(.3)}30%{opacity:.7}50%{opacity:1;transform:translateY(-8px) scale(1.08)}65%{transform:translateY(3px) scale(.98)}80%{transform:translateY(-1px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.help-button{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#ff4e00,#ff960b,#fff200);border:2px solid rgba(255,242,0,.3);color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #ff4e0066,0 2px 8px #fff2004d,inset 0 1px #fff3;transition:all .3s cubic-bezier(.4,0,.2,1)}.help-button:hover{transform:scale(1.15);background:linear-gradient(135deg,#ff960b,#fff200,#fffb00);box-shadow:0 6px 24px #ff4e0080,0 4px 12px #fff20066,inset 0 1px #ffffff4d;border-color:#fff20080}.help-button:active{transform:scale(1.05)}.help-tooltip{position:absolute;bottom:70px;right:0;width:380px;max-height:80vh;overflow-y:auto;background:linear-gradient(135deg,#171717,#2e2e2e);border:1px solid rgba(255,150,11,.3);border-radius:12px;box-shadow:0 8px 24px #0009,0 4px 8px #0006,0 0 20px #ff4e0033;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.help-content{padding:20px;color:#e2e8f0}.help-content h3{font-size:18px;font-weight:600;margin-bottom:12px;color:#f1f5f9}.help-content h4{font-size:15px;font-weight:600;margin-bottom:10px;margin-top:16px;color:#e2e8f0}.help-content h4:first-of-type{margin-top:0}.help-intro{font-size:14px;line-height:1.6;color:#cbd5e1;margin-bottom:16px}.help-section{margin-bottom:16px}.help-content ul{list-style:none;padding:0;margin:0 0 16px}.help-content li{margin-bottom:10px;font-size:13px;line-height:1.6;color:#cbd5e1;padding-left:8px;position:relative}.help-content li:before{content:"•";color:#fff200;font-weight:700;position:absolute;left:-8px}.help-content li strong{color:#fff200;font-weight:600}.help-close{width:100%;padding:10px 16px;background:linear-gradient(135deg,#ff4e00,#ff960b,#fff200);border:1px solid rgba(255,242,0,.3);border-radius:8px;color:#1a1a1a;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #ff4e004d}.help-close:hover{background:linear-gradient(135deg,#ff960b,#fff200,#fffb00);border-color:#fff20080;box-shadow:0 4px 12px #ff4e0066}.help-close:active{transform:scale(.98)}.chart-tooltip{position:absolute;z-index:10000;pointer-events:none;background:linear-gradient(135deg,#171717,#2e2e2e);border:1px solid rgba(255,150,11,.3);border-radius:8px;padding:12px;box-shadow:0 4px 12px #0009,0 2px 4px #0006,0 0 12px #ff4e0033;min-width:180px}.tooltip-content{display:flex;flex-direction:column;gap:6px}.tooltip-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;line-height:1.4}.tooltip-label{color:#cbd5e1;font-weight:500;margin-right:12px}.tooltip-value{color:#fff;font-weight:600;text-align:right}.live-ticker{display:flex;gap:24px;align-items:center;padding:16px 24px;background:linear-gradient(135deg,#171717,#2e2e2e);border:1px solid rgba(255,150,11,.3);border-radius:12px;margin-bottom:24px;flex-wrap:wrap;box-shadow:0 4px 12px #0006,0 0 12px #ff4e001a}.ticker-item{display:flex;align-items:center;gap:8px;position:relative}.ticker-label{color:#cbd5e1;font-size:13px;font-weight:500}.ticker-value{font-size:14px;font-weight:600;color:#fff;font-variant-numeric:tabular-nums;transition:all .3s ease;position:relative}.ticker-value.updated{animation:valueUpdate .5s ease}@keyframes valueUpdate{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}.ticker-value.price{color:#fff}.ticker-value.positive{color:#10b981}.ticker-value.negative{color:#ef4444}.ticker-item.fomo-index{margin-left:auto;padding-left:16px;border-left:1px solid rgba(255,150,11,.2)}.fomo-value{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.connection-indicator{width:8px;height:8px;border-radius:50%;margin-left:8px;animation:pulse 2s ease-in-out infinite}.connection-indicator.connected{background:#10b981;box-shadow:0 0 8px #10b98199}.connection-indicator.disconnected{background:#ef4444;box-shadow:0 0 8px #ef444499}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
