.chart-container{position:relative;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border:1px solid #e5e7eb}.dark .chart-container{background-color:#1f2937;border-color:#4b5563}.chart-content{min-height:200px;flex:1}.chart-content,.chart-renderer{position:relative;width:100%;height:100%}.chart-header{flex-shrink:0;padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;background-color:transparent}.dark .chart-header{border-bottom-color:#4b5563}.chart-header-left{flex:1;min-width:0;display:flex;align-items:center;gap:1rem}.chart-header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.chart-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.dark .chart-title{color:#fff}.chart-subtitle{font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.chart-subtitle.positive{color:#22c55e}.chart-subtitle.negative{color:#ef4444}.chart-type-toggle{display:flex;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid #e5e7eb;background-color:#fff}.dark .chart-type-toggle{background-color:#1f2937;border-color:#4b5563}.chart-type-button{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s ease;cursor:pointer;border:none;background:none;color:#6b7280}.chart-type-button:hover{background-color:#f9fafb;color:#10b981}.dark .chart-type-button{color:#9ca3af}.dark .chart-type-button:hover{background-color:#374151;color:#10b981}.chart-type-button.active{background-color:#10b981;color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.chart-type-button:disabled{opacity:.5;cursor:not-allowed}.time-range-selector{display:flex;gap:.25rem;padding:.25rem;border-radius:.5rem;background-color:#f9fafb;border:1px solid #e5e7eb}.dark .time-range-selector{background-color:#1f2937;border-color:#4b5563}.time-range-button{padding:.375rem .75rem;font-size:.75rem;font-weight:500;border-radius:.375rem;transition:all .2s ease;cursor:pointer;border:none;background:none;color:#6b7280}.time-range-button:hover{background-color:#e5e7eb;color:#10b981}.dark .time-range-button{color:#9ca3af}.dark .time-range-button:hover{background-color:#374151;color:#10b981}.time-range-button.active{background-color:#10b981;color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.time-range-button:disabled{opacity:.5;cursor:not-allowed}.chart-refresh-button{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;transition:all .2s ease;cursor:pointer;border:none;background:none;color:#6b7280}.chart-refresh-button:hover{background-color:#f9fafb;color:#10b981}.dark .chart-refresh-button{color:#9ca3af}.dark .chart-refresh-button:hover{background-color:#374151;color:#10b981}.chart-refresh-button:disabled{opacity:.5;cursor:not-allowed}.chart-tooltip{position:absolute;z-index:1000;pointer-events:none;background:hsla(0,0%,100%,.95);border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem;font-size:.8125rem;box-shadow:0 10px 25px rgba(0,0,0,.1);backdrop-filter:blur(10px);transition:all .2s ease;min-width:160px;max-width:200px}.dark .chart-tooltip{background:rgba(31,41,55,.95);border-color:#4b5563;color:#f9fafb}.chart-tooltip-date{font-weight:600;margin-bottom:.5rem;text-align:center;border-bottom:1px solid #e5e7eb;padding-bottom:.375rem;color:#1f2937}.dark .chart-tooltip-date{border-bottom-color:#4b5563;color:#f9fafb}.chart-tooltip-price{font-size:1rem;font-weight:700;color:#10b981;text-align:center}.chart-tooltip-ohlc{display:flex;flex-direction:column;gap:.375rem}.chart-tooltip-row{display:flex;justify-content:space-between;align-items:center}.chart-tooltip-label{color:#6b7280;font-size:.75rem;font-weight:500}.dark .chart-tooltip-label{color:#9ca3af}.chart-tooltip-value{font-weight:600;color:#111827}.dark .chart-tooltip-value{color:#f9fafb}.chart-tooltip-value.high{color:#22c55e}.chart-tooltip-value.low{color:#ef4444}.chart-loading{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px;flex-direction:column;color:#6b7280}.dark .chart-loading{color:#9ca3af}.chart-loading-spinner{width:2rem;height:2rem;border:2px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.dark .chart-loading-spinner{border-color:#10b981 #4b5563 #4b5563}@keyframes spin{to{transform:rotate(1turn)}}.chart-loading-text{font-size:.875rem}.chart-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;text-align:center;padding:2rem}.chart-error-title{font-size:1.125rem;font-weight:600;color:#ef4444;margin-bottom:.5rem}.chart-error-message{font-size:.875rem;color:#6b7280;margin-bottom:1rem;line-height:1.4}.dark .chart-error-message{color:#9ca3af}.chart-error-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;background-color:#10b981;color:#fff;border:none;cursor:pointer;transition:background-color .2s ease}.chart-error-button:hover{background-color:#059669}@media (max-width:768px){.chart-container{height:auto!important;min-height:400px}.chart-content{height:350px!important;max-height:350px!important;overflow:hidden}.chart-header{padding:1rem;flex-direction:row;gap:.75rem}.chart-header-left{flex:1;min-width:0}.chart-header-right{flex-shrink:0}.chart-title{font-size:1.125rem}.chart-subtitle{font-size:.75rem}.chart-refresh-button,.time-range-selector{display:none!important}.chart-type-button{padding:.5rem;min-width:36px;min-height:36px}.chart-type-button span{display:none}.chart-tooltip{display:none!important}.chart-error,.chart-loading{min-height:280px}.chart-error-title{font-size:1rem}.chart-error-message{font-size:.8125rem}.chart-content [class*=tv-lightweight-charts],.chart-content>div{width:100%!important;height:350px!important;max-height:350px!important}.chart-content canvas{width:100%!important;height:100%!important;max-height:350px!important}.chart-content [class*=time-axis],.chart-content [class*=time-scale]{height:20px!important;font-size:10px!important}}@media (max-width:480px){.chart-header{padding:.75rem}.chart-title{font-size:1rem}.chart-subtitle{font-size:.6875rem}.chart-type-button{padding:.375rem;min-width:32px;min-height:32px}}@media (min-width:768px) and (max-width:1024px){.chart-content{min-height:300px}.chart-header{padding:1.25rem 1.5rem}.time-range-button{padding:.25rem .5rem;font-size:.6875rem}}@media (min-resolution:192dpi){.chart-content{backface-visibility:hidden;-webkit-backface-visibility:hidden}}.chart-refresh-button:focus,.chart-type-button:focus,.time-range-button:focus{outline:2px solid #10b981;outline-offset:2px}.dark .chart-container::-webkit-scrollbar{width:6px}.dark .chart-container::-webkit-scrollbar-track{background:#4b5563}.dark .chart-container::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:3px}.dark .chart-container::-webkit-scrollbar-thumb:hover{background:#d1d5db}