.view-chart-container{display:flex;flex-direction:column;gap:30px}.controls{padding:20px;background:#f8f9fa;border-radius:12px}.controls h2{margin-bottom:15px;color:#333;font-size:1.3rem}.youtuber-filters{display:flex;flex-wrap:wrap;gap:15px}.youtuber-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;padding:10px 15px;background:#fff;border-radius:8px;border:2px solid #e0e0e0;transition:all .2s;-webkit-user-select:none;user-select:none}.youtuber-checkbox:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.youtuber-checkbox input[type=checkbox]{cursor:pointer;width:18px;height:18px}.youtuber-checkbox input[type=checkbox]:checked+.color-indicator{box-shadow:0 0 0 3px #667eea4d}.color-indicator{width:20px;height:20px;border-radius:50%;display:inline-block;border:2px solid white;box-shadow:0 2px 4px #0003}.chart-wrapper{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000000d}.lightweight-chart-container{width:100%;height:500px;position:relative}.chart-legend{display:flex;gap:20px;margin-bottom:15px;padding:10px;background:#f8f9fa;border-radius:8px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#666}.legend-color{width:16px;height:16px;border-radius:3px;display:inline-block}.correlation-indicator{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:25px;color:#fff;box-shadow:0 4px 16px #667eea4d}.correlation-header{margin-bottom:20px}.correlation-header h3{margin:0;font-size:1.5rem;color:#fff}.correlation-content{display:flex;flex-direction:column;gap:20px}.correlation-main{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:20px}.correlation-value-wrapper{display:flex;align-items:baseline;gap:15px;margin-bottom:10px}.correlation-label{font-size:1rem;opacity:.9}.correlation-value{font-size:2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.correlation-interpretation{font-size:1.1rem;font-weight:500;margin-top:10px;opacity:.95}.correlation-stats{margin-top:10px;font-size:.9rem;opacity:.8}.correlation-by-youtuber{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;padding:20px}.correlation-by-youtuber h4{margin:0 0 15px;font-size:1.1rem;color:#fff}.correlation-list{display:flex;flex-direction:column;gap:10px}.correlation-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#ffffff1a;border-radius:6px}.correlation-youtuber-name{font-weight:500;font-size:.95rem}.correlation-youtuber-value{font-weight:700;font-size:1.1rem}.stats{padding:20px;background:#f8f9fa;border-radius:12px}.stats h3{margin-bottom:20px;color:#333;font-size:1.3rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001a}.stat-header{border-left:4px solid;padding-left:12px;margin-bottom:15px}.stat-header h4{color:#333;font-size:1.1rem}.stat-content{display:flex;flex-direction:column;gap:10px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.stat-item:last-child{border-bottom:none}.stat-label{color:#666;font-size:.9rem}.stat-value{color:#333;font-weight:600;font-size:1rem}.custom-tooltip{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;box-shadow:0 4px 12px #00000026}.tooltip-date{font-weight:600;margin-bottom:8px;color:#333;border-bottom:1px solid #e0e0e0;padding-bottom:6px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-progress{margin-top:10px;color:#666;font-size:.9rem}.error-banner{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:15px;margin-bottom:20px;color:#856404}.error-banner small{display:block;margin-top:5px;font-size:.85rem;opacity:.8}@media (max-width: 768px){.youtuber-filters{flex-direction:column}.stats-grid{grid-template-columns:1fr}.chart-wrapper{padding:10px}}.api-key-setup{display:flex;justify-content:center;align-items:center;min-height:400px}.setup-card{max-width:600px;width:100%;padding:30px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.setup-card h2{color:#333;margin-bottom:10px;font-size:1.8rem}.setup-description{color:#666;margin-bottom:20px;line-height:1.6}.instructions-toggle{background:#f8f9fa;border:1px solid #e0e0e0;padding:10px 15px;border-radius:8px;cursor:pointer;width:100%;text-align:left;margin-bottom:15px;font-size:.95rem;color:#667eea;transition:all .2s}.instructions-toggle:hover{background:#e9ecef;border-color:#667eea}.instructions{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px;border-left:4px solid #667eea}.instructions ol{margin-left:20px;color:#333;line-height:1.8}.instructions li{margin-bottom:10px}.instructions a{color:#667eea;text-decoration:none;font-weight:500}.instructions a:hover{text-decoration:underline}.note{margin-top:15px;padding:12px;background:#e7f3ff;border-radius:6px;color:#004085;font-size:.9rem;line-height:1.6}.api-key-form{margin-top:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input.error{border-color:#ff6b6b}.error-message{color:#ff6b6b;font-size:.9rem;margin-top:5px}.submit-btn{width:100%;padding:14px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.submit-btn:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.submit-btn:disabled{background:#ccc;cursor:not-allowed}.demo-note{margin-top:30px;padding-top:20px;border-top:1px solid #e0e0e0;text-align:center}.demo-note p{color:#666;margin-bottom:15px}.demo-btn{padding:12px 24px;background:#95e1d3;color:#333;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.demo-btn:hover{background:#7dd3c1;transform:translateY(-2px);box-shadow:0 4px 8px #0003}@media (max-width: 768px){.setup-card{padding:20px}.setup-card h2{font-size:1.5rem}}.App{max-width:1400px;margin:0 auto}.app-header{text-align:center;color:#fff;margin-bottom:40px;padding:30px 20px}.app-header h1{font-size:2.5rem;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.app-header p{font-size:1.1rem;opacity:.9}main{background:#fff;border-radius:20px;padding:30px;box-shadow:0 20px 60px #0000004d}.api-key-control{margin-bottom:20px;text-align:right}.change-api-btn{background:#667eea;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .2s}.change-api-btn:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #0003}@media (max-width: 768px){.app-header h1{font-size:1.8rem}main{padding:20px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
