.chart-container{position:relative;height:600px;width:100%;background-color:#1e1e1e;border-radius:8px;padding:10px;box-shadow:0 4px 8px rgba(0,0,0,.5);display:flex;flex-direction:column;box-sizing:border-box}.chart-wrapper{flex:1;position:relative}.chart-container{background:linear-gradient(145deg,#1e1e1e,#121212)}.radio-input{display:flex;flex-direction:column;gap:10px}.radio-input *{box-sizing:border-box;margin:0}.radio-input label{display:flex;align-items:center;gap:5px;padding:0 20px;width:100%;cursor:pointer;height:auto;min-height:50px;position:relative}.radio-input label::before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:calc(100% - 5px);z-index:-1;border-radius:10px;border:2px solid transparent}.radio-input label:hover::before{background-color:#2a2e3c}.radio-input .label:has(input:checked)::before{border-color:#435dd8;height:100%}.radio-input .label .text{color:#fff;white-space:normal;word-wrap:break-word;font-size:1.1em;padding:4px;user-select:none}.child-options{display:none;flex-wrap:wrap;gap:5px 10px;margin-left:20px}.child-options.expanded{display:flex}.radio-input label.child{width:220px}.radio-input label.child::before{width:220px}.radio-input label.child .text{color:#6495ed;font-size:.8em}.radio-input .label input[type="radio"]{background-color:#202030;appearance:none;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.radio-input .label input[type="radio"]:checked{background-color:#435dd8;-webkit-animation:pulse .7s forwards;animation:pulse .7s forwards}.radio-input .label input[type="radio"]:before{content:"";width:6px;height:6px;border-radius:50%;background-color:#fff;transform:scale(0)}.radio-input .label input[type="radio"]:checked::before{transform:scale(1)}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.4)}70%{box-shadow:0 0 0 8px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}#custom-legend{display:flex;justify-content:center;align-items:center;font-size:14px}#technical-score{display:flex;justify-content:center;align-items:center;font-size:12px;margin-top:5px;background:transparent}#tooltip-area{position:relative;height:30px;text-align:left;margin-left:-18px}.chart-header{background:linear-gradient(145deg,#242424,#161616);border-radius:8px;padding:10px;margin-bottom:10px;width:100%;box-sizing:border-box;box-shadow:0 4px 8px rgba(0,0,0,.5)}.asset-description{width:100%;margin-bottom:20px}#toggle-desc{background:linear-gradient(145deg,#242424,#161616);color:#fff;border:0;padding:10px 20px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1em;box-shadow:0 2px 4px rgba(0,0,0,.3);width:100%}#toggle-desc span{margin-right:10px}.arrow{transition:transform .3s ease}#desc-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;border-radius:8px;padding:0 20px;font-size:.9em;line-height:1.5}#desc-content.expanded{max-height:500px;padding:20px}#toggle-arrow{cursor:pointer;margin-left:10px;display:inline-flex;align-items:center;vertical-align:middle}#chart-controls{margin-bottom:20px;color:#fff;font-size:1.1em}@media(max-width:768px){.chart-container{height:500px}}@media(max-width:480px){.chart-container{height:400px}}#chartjs-tooltip{opacity:0;position:absolute;pointer-events:none;transition:opacity .1s ease;z-index:1000;margin-left:0}.tooltip-content{background-color:transparent;border:0;border-radius:3px;padding:10px;color:#fff;display:flex;align-items:center;font-size:12px;text-align:center;white-space:nowrap}.tooltip-title{font-size:12px;font-weight:bold;margin-bottom:2px}.tooltip-body{font-size:12px}.back-button{background:linear-gradient(145deg,#242424,#161616);color:#fff;border:0;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:1em;box-shadow:0 2px 4px rgba(0,0,0,.3);text-decoration:none;display:flex;align-items:center}.back-button svg{width:16px;height:16px}.header{justify-content:space-between}.gics-tags{margin-right:30px}.gics-tag{color:#81d4fa;text-decoration:none}.gics-tag:hover{background-color:#81d4fa;color:#000;text-decoration:none}.details a.tag{color:#fff;text-decoration:unset}.details a.tag:visited{color:#fff;text-decoration:unset}.details a.tag:hover{color:#fff;text-decoration:unset}.radio-input .text .gics-tag,#custom-legend .gics-tag{color:#81d4fa;text-decoration:none}.radio-input .text .gics-tag:hover,#custom-legend .gics-tag:hover{background-color:#81d4fa;color:#000;text-decoration:none}.radio-input .text .gics-tag:visited,#custom-legend .gics-tag:visited{text-decoration:none}.cycle-arrow{position:absolute;top:5px;width:40px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cycle-arrow:hover{color:#4caf50}.cycle-arrow:hover svg path,.cycle-arrow:hover svg rect{stroke:#4caf50}.radio-input .text a,#custom-legend a{color:inherit;text-decoration:underline}.radio-input .text a:hover,#custom-legend a:hover{color:#4caf50!important}.radio-input .text a:visited,#custom-legend a:visited{color:unset}.radio-input .text a:active,#custom-legend a:active{color:unset}.bullish{color:#7fff00}.bearish{color:#f00}.score-text{display:block;font-family:'Orbitron',sans-serif;font-size:14px;white-space:nowrap}.score-text span{display:block}.fundamental-breakdown{font-size:.8em;line-height:1.25}.fundamental-breakdown p{margin-bottom:5px}.fundamental-breakdown h3,.fundamental-breakdown h4{margin-bottom:8px}.fundamental-breakdown ul{list-style-type:disc;padding-left:15px}.fundamental-breakdown li{margin-bottom:4px}@media(max-width:480px){.fundamental-breakdown{font-size:.7em}}#toggle-arrow{cursor:pointer;margin-left:10px;display:inline-flex;align-items:center;transition:transform .3s ease}#toggle-arrow.expanded{transform:rotate(180deg)}#annotation-toggle label{display:flex;align-items:center;color:#fff;cursor:pointer}#annotation-toggle input[type="checkbox"]{appearance:none;width:16px;height:16px;background-color:#333;border:1px solid #666;border-radius:3px;cursor:pointer}#annotation-toggle input[type="checkbox"]:checked{background-color:#4caf50;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');background-position:center;background-repeat:no-repeat;background-size:12px}#annotation-toggle span{margin-left:5px}.aggregate-link{position:absolute;top:5px;right:45px;background-color:#000;border:3px solid #808080;border-radius:10px;padding:2px 6px;font-weight:bold;color:#808080;text-decoration:none;font-size:9px;cursor:pointer;display:flex;align-items:center;justify-content:center;height:15px;z-index:10;user-select:none}.aggregate-link:visited{color:unset;text-decoration:unset}.aggregate-link:hover{background-color:#008000;color:#fff}