:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{max-width:1400px;margin:0 auto;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:2px solid #e0e0e0;margin-bottom:2rem}.app-header h1{margin:0;color:#333}.app-content{display:flex;flex-direction:column;gap:2rem}.api-status{padding:1rem;border-radius:8px;border:1px solid}.api-status.status-connected{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.api-status.status-checking{background-color:#fff3cd;border-color:#ffeaa7;color:#856404}.api-status.status-error{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.status-content{display:flex;align-items:center;gap:.5rem}.status-icon{font-size:1.2em}.status-text{font-weight:600}.retry-button{margin-left:auto;padding:.25rem .75rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem}.retry-button:hover{background:#0056b3}.status-help{margin-top:.5rem;font-size:.875rem}.status-help code{background:#0000001a;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace}.controls-section{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #dee2e6}.exchange-selector h3{margin-top:0;color:#333}.selector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.selector-group{display:flex;flex-direction:column}.selector-group label{font-weight:600;margin-bottom:.5rem;color:#555}.selector{padding:.5rem;border:1px solid #ccc;border-radius:4px;background:#fff;font-size:1rem}.selector:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.selector[size]{height:auto;max-height:360px}.selection-summary{background:#fff;padding:1rem;border-radius:4px;border:1px solid #dee2e6}.selection-summary p{margin:.5rem 0}.market-info{font-size:.875rem;color:#666}.ticker-widget{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem}.ticker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ticker-header h3{margin:0;color:#333}.connection-status{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.connection-status.connected{background:#d4edda;color:#155724}.connection-status.disconnected{background:#f8d7da;color:#721c24}.ticker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.ticker-item{background:#f8f9fa;padding:1rem;border-radius:4px;border:1px solid #dee2e6}.ticker-label{font-size:.875rem;color:#666;margin-bottom:.25rem}.ticker-value{font-size:1.1rem;font-weight:600;color:#333}.ticker-value.price-positive{color:#28a745}.ticker-value.price-negative{color:#dc3545}.ticker-value.price-neutral{color:#6c757d}.ticker-timestamp{text-align:center;font-size:.875rem;color:#666;border-top:1px solid #dee2e6;padding-top:1rem}.chart-section{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem}.candlestick-chart h3{margin-top:0;color:#333}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.chart-container{position:relative;height:500px;margin-bottom:1rem}.chart-info{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:4px;font-size:.875rem;color:#666}.loading{display:flex;justify-content:center;align-items:center;padding:2rem;color:#666}.error-message{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem}.error-message button{margin-top:.5rem;padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer}.error-message button:hover{background:#c82333}@media (max-width: 768px){.app{padding:.5rem}.app-header{flex-direction:column;gap:1rem;text-align:center}.selector-grid,.ticker-grid{grid-template-columns:1fr}.chart-info{flex-direction:column;gap:.5rem;text-align:center}}
