body{font-family:'Inter',sans-serif;background-color:#f8fafc;color:#334155}.chart-container{position:relative;width:100%;max-width:800px;margin-left:auto;margin-right:auto;height:350px;max-height:400px}@media (min-width:768px){.chart-container{height:400px}}.glass-card{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 25px rgba(0,0,0,.05)}.floating-btn{position:fixed;bottom:2rem;right:2rem;z-index:50;animation:bounce 2s infinite}@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}input[type=range]{-webkit-appearance:none;width:100%;background:0 0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:24px;width:24px;border-radius:50%;background:#10b981;cursor:pointer;margin-top:-8px;box-shadow:0 2px 6px rgba(0,0,0,.2)}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;cursor:pointer;background:#cbd5e1;border-radius:4px}input[type=range]:focus{outline:none}