.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);padding:2rem;text-align:center;border-bottom:1px solid #334155}.header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#3b82f6 0%,#10b981 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header p{color:#94a3b8;font-size:1.1rem}.main-content{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:2rem}.top-section{display:flex;gap:1rem;align-items:flex-start;margin-bottom:2rem}.search-bar{display:flex;gap:1rem;flex:1;position:relative}.search-input-container{flex:1;position:relative}.search-bar input{width:100%;padding:1rem;background:#1e293b;border:2px solid #334155;border-radius:8px;color:#e2e8f0;font-size:1rem;transition:border-color .3s}.search-bar input:focus{outline:none;border-color:#3b82f6}.search-bar input::placeholder{color:#64748b}.suggestions{position:absolute;top:100%;left:0;right:0;background:#1e293b;border:2px solid #334155;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;z-index:1000}.suggestion-item{padding:.75rem 1rem;cursor:pointer;color:#e2e8f0;transition:background .2s}.suggestion-item:hover{background:#334155}.search-bar button{padding:1rem 2rem;background:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;white-space:nowrap}.search-bar button:hover:not(:disabled){background:#2563eb}.search-bar button:disabled{background:#334155;cursor:not-allowed;opacity:.5}.export-btn{padding:1rem 2rem;background:#10b981;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s;white-space:nowrap}.export-btn:hover{background:#059669}.error-message{background:#7f1d1d;color:#fecaca;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #ef4444}.watchlist{background:#1e293b;padding:1rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid #334155}.watchlist-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.watchlist-header h3{color:#e2e8f0;font-size:1.1rem;margin:0}.toggle-icon{color:#94a3b8;font-size:.9rem}.watchlist-items{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.watchlist-item{display:flex;align-items:center;gap:.5rem;background:#0f172a;padding:.5rem .75rem;border-radius:6px;border:1px solid #334155}.watchlist-symbol{color:#3b82f6;font-weight:600;cursor:pointer;transition:color .2s}.watchlist-symbol:hover{color:#60a5fa}.watchlist-remove{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1.2rem;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s}.watchlist-remove:hover{color:#ef4444}.chart-section{background:#1e293b;padding:2rem;border-radius:12px;margin-bottom:2rem;border:1px solid #334155}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.chart-header h2{color:#e2e8f0;margin:0}.chart-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.time-range-selector{display:flex;gap:.5rem;background:#0f172a;padding:.25rem;border-radius:8px}.time-range-selector button{padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;color:#94a3b8;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.time-range-selector button:hover{color:#e2e8f0;background:#1e293b}.time-range-selector button.active{background:#3b82f6;color:#fff}.chart-type-selector{display:flex;gap:.5rem;background:#0f172a;padding:.25rem;border-radius:8px}.chart-type-selector button{padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;color:#94a3b8;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.chart-type-selector button:hover{color:#e2e8f0;background:#1e293b}.chart-type-selector button.active{background:#10b981;color:#fff}.chart-container{width:100%}.stocks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.stock-card{background:#1e293b;padding:1.5rem;border-radius:12px;border:1px solid #334155}.stock-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stock-card-header h3{color:#e2e8f0;font-size:1.5rem}.card-actions{display:flex;gap:.5rem;align-items:center}.watchlist-btn{background:none;border:none;color:#f59e0b;font-size:1.5rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.watchlist-btn:hover{background:#334155;color:#fbbf24;transform:scale(1.1)}.remove-btn{background:none;border:none;color:#94a3b8;font-size:2rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.remove-btn:hover{background:#334155;color:#ef4444}.stock-info{display:flex;flex-direction:column;gap:1rem}.price{font-size:2rem;font-weight:700;color:#e2e8f0}.change{font-size:1.1rem;font-weight:600}.change.positive{color:#10b981}.change.negative{color:#ef4444}.stats{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #334155}.stat{display:flex;justify-content:space-between;color:#94a3b8}.stat span:last-child{color:#e2e8f0;font-weight:600}.empty-state{text-align:center;padding:4rem 2rem;color:#64748b}.empty-state h2{color:#94a3b8;margin-bottom:.5rem}.footer{background:#1e293b;padding:1.5rem;text-align:center;color:#64748b;border-top:1px solid #334155;margin-top:2rem}@media (max-width: 768px){.header h1{font-size:2rem}.top-section,.search-bar{flex-direction:column}.chart-header{flex-direction:column;align-items:flex-start}.chart-controls{width:100%;flex-direction:column}.time-range-selector,.chart-type-selector{width:100%}.stocks-grid{grid-template-columns:1fr}}*{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:#0f172a;color:#e2e8f0}#root{min-height:100vh}
