*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#1a1a2e;color:#eee;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}h1{text-align:center;margin-bottom:30px;color:#00d4ff}.form-container{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-bottom:30px;padding:20px;background:#16213e;border-radius:10px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:12px;color:#888;text-transform:uppercase}.form-group select,.form-group input{padding:10px 15px;border:1px solid #333;border-radius:5px;background:#0f0f23;color:#eee;font-size:14px;min-width:150px}.form-group input:focus,.form-group select:focus{outline:none;border-color:#00d4ff}button{padding:10px 30px;background:#00d4ff;border:none;border-radius:5px;color:#1a1a2e;font-weight:700;cursor:pointer;align-self:flex-end;transition:background .2s}button:hover{background:#00a8cc}button:disabled{background:#555;cursor:not-allowed}.chart-container{background:#16213e;border-radius:10px;padding:20px;min-height:500px}.info-bar{display:flex;justify-content:space-between;margin-bottom:15px;padding:10px;background:#0f0f23;border-radius:5px;font-size:14px}.info-bar .ticker{color:#00d4ff;font-weight:700}.info-bar .cached{color:#4caf50}.info-bar .fresh{color:#ff9800}.error{background:#ff5252;color:#fff;padding:15px;border-radius:5px;text-align:center;margin-bottom:20px}.loading{display:flex;justify-content:center;align-items:center;height:400px;color:#888}.placeholder{display:flex;justify-content:center;align-items:center;height:400px;color:#555;font-size:18px}
