.PriceChart-module__WbD1yG__wrapper{border-radius:var(--radius);border:1px solid var(--border);background:#1e293b80;margin-top:2rem;overflow:hidden}.PriceChart-module__WbD1yG__controls{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.PriceChart-module__WbD1yG__divider{background:var(--border);width:1px;height:16px;margin:0 .5rem}.PriceChart-module__WbD1yG__timeframeGroup{border-radius:var(--radius);background:#0f172a80;gap:.25rem;padding:.25rem;display:flex}.PriceChart-module__WbD1yG__resetBtn{color:var(--secondary-foreground);border-radius:calc(var(--radius) - 2px);cursor:pointer;background:0 0;border:none;align-items:center;padding:.375rem;transition:all .15s;display:flex}.PriceChart-module__WbD1yG__resetBtn:hover{color:var(--foreground);background:#ffffff0d}.PriceChart-module__WbD1yG__tfBtn{color:var(--secondary-foreground);border-radius:calc(var(--radius) - 2px);cursor:pointer;background:0 0;border:none;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s}.PriceChart-module__WbD1yG__tfBtn:hover:not(:disabled){color:var(--foreground)}.PriceChart-module__WbD1yG__tfBtn.PriceChart-module__WbD1yG__active{background:var(--primary);color:#fff}.PriceChart-module__WbD1yG__tfBtn:disabled{opacity:.5;cursor:not-allowed}.PriceChart-module__WbD1yG__emaGroup{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.PriceChart-module__WbD1yG__emaLabel{color:var(--secondary-foreground);font-size:.8125rem;font-weight:500}.PriceChart-module__WbD1yG__emaItem{align-items:center;display:flex;position:relative}.PriceChart-module__WbD1yG__emaBtn{color:var(--secondary-foreground);border-radius:var(--radius);cursor:pointer;background:#0f172a80;border:2px solid #0000;padding:.25rem .625rem;font-size:.75rem;font-weight:600;transition:all .15s}.PriceChart-module__WbD1yG__emaBtn:hover{color:var(--foreground)}.PriceChart-module__WbD1yG__emaBtn.PriceChart-module__WbD1yG__emaActive{color:var(--foreground);background:#3b82f61a}.PriceChart-module__WbD1yG__emaRemove{background:var(--danger);color:#fff;cursor:pointer;opacity:0;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;transition:opacity .15s;display:flex;position:absolute;top:-6px;right:-6px}.PriceChart-module__WbD1yG__emaItem:hover .PriceChart-module__WbD1yG__emaRemove{opacity:1}.PriceChart-module__WbD1yG__addEmaBtn{border:1px dashed var(--border);color:var(--secondary-foreground);border-radius:var(--radius);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:.25rem .5rem;transition:all .15s;display:flex}.PriceChart-module__WbD1yG__addEmaBtn:hover{border-color:var(--primary);color:var(--primary)}.PriceChart-module__WbD1yG__addEmaInput{align-items:center;gap:.25rem;display:flex}.PriceChart-module__WbD1yG__periodInput{border:1px solid var(--border);width:60px;color:var(--foreground);border-radius:var(--radius);background:#0f172a80;outline:none;padding:.25rem .5rem;font-size:.75rem}.PriceChart-module__WbD1yG__periodInput:focus{border-color:var(--primary)}.PriceChart-module__WbD1yG__addBtn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.PriceChart-module__WbD1yG__cancelBtn{color:var(--secondary-foreground);cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.PriceChart-module__WbD1yG__chartContainer{padding:1rem 1.5rem .5rem;position:relative}.PriceChart-module__WbD1yG__chart{width:100%;height:450px}.PriceChart-module__WbD1yG__loadingOverlay{z-index:10;background:#0f172ab3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PriceChart-module__WbD1yG__spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:1s linear infinite PriceChart-module__WbD1yG__spin}@keyframes PriceChart-module__WbD1yG__spin{to{transform:rotate(360deg)}}.PriceChart-module__WbD1yG__legend{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:.75rem;display:flex}.PriceChart-module__WbD1yG__legendItem{font-size:.75rem;font-weight:500}@media (max-width:640px){.PriceChart-module__WbD1yG__controls{flex-direction:column;align-items:flex-start}.PriceChart-module__WbD1yG__chart{height:350px}}
.AIAnalysis-module__wT9s8a__container{border-radius:var(--radius);border:1px solid var(--border);background:#1e293b80;margin-top:2rem;overflow:hidden}.AIAnalysis-module__wT9s8a__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.AIAnalysis-module__wT9s8a__title{color:var(--foreground);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.AIAnalysis-module__wT9s8a__icon{color:var(--primary)}.AIAnalysis-module__wT9s8a__analyzeBtn{background:linear-gradient(135deg,var(--primary),#8b5cf6);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.AIAnalysis-module__wT9s8a__analyzeBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.AIAnalysis-module__wT9s8a__analyzeBtn:disabled{opacity:.6;cursor:not-allowed}.AIAnalysis-module__wT9s8a__content{min-height:200px;padding:1.5rem}.AIAnalysis-module__wT9s8a__placeholder{min-height:200px;color:var(--secondary-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.AIAnalysis-module__wT9s8a__placeholderIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.AIAnalysis-module__wT9s8a__loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:200px;display:flex}.AIAnalysis-module__wT9s8a__spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite AIAnalysis-module__wT9s8a__spin}@keyframes AIAnalysis-module__wT9s8a__spin{to{transform:rotate(360deg)}}.AIAnalysis-module__wT9s8a__result{color:var(--foreground);line-height:1.8}.AIAnalysis-module__wT9s8a__result h1,.AIAnalysis-module__wT9s8a__result h2,.AIAnalysis-module__wT9s8a__result h3{color:var(--foreground);margin-top:1.5rem;margin-bottom:.75rem}.AIAnalysis-module__wT9s8a__result h1{font-size:1.5rem}.AIAnalysis-module__wT9s8a__result h2{font-size:1.25rem}.AIAnalysis-module__wT9s8a__result h3{font-size:1.125rem}.AIAnalysis-module__wT9s8a__result p{color:var(--secondary-foreground);margin-bottom:1rem}.AIAnalysis-module__wT9s8a__result strong{color:var(--foreground)}.AIAnalysis-module__wT9s8a__result ul,.AIAnalysis-module__wT9s8a__result ol{margin-bottom:1rem;margin-left:1.5rem}.AIAnalysis-module__wT9s8a__result li{color:var(--secondary-foreground);margin-bottom:.5rem}.AIAnalysis-module__wT9s8a__result code{background:#3b82f61a;border-radius:4px;padding:.125rem .375rem;font-size:.875rem}.AIAnalysis-module__wT9s8a__error{border-radius:var(--radius);color:var(--danger);background:#ef44441a;align-items:center;gap:.5rem;padding:1rem;display:flex}.AIAnalysis-module__wT9s8a__remaining{color:var(--primary);border-radius:var(--radius);background:#3b82f626;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.AIAnalysis-module__wT9s8a__loginBtn{color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.AIAnalysis-module__wT9s8a__loginBtn:hover:not(:disabled){border-color:var(--primary);background:#3b82f61a}.AIAnalysis-module__wT9s8a__loginBtn:disabled{opacity:.6;cursor:not-allowed}
.CoinDetail-module__obp6Oq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;display:flex}.CoinDetail-module__obp6Oq__titleGroup{align-items:center;gap:1rem;display:flex}.CoinDetail-module__obp6Oq__name{font-size:2rem;font-weight:700}.CoinDetail-module__obp6Oq__rank{background:var(--secondary);color:var(--secondary-foreground);border-radius:var(--radius);padding:.25rem .5rem;font-size:.875rem;font-weight:600}.CoinDetail-module__obp6Oq__priceGroup{text-align:right}.CoinDetail-module__obp6Oq__price{color:var(--foreground);font-size:2rem;font-weight:700}.CoinDetail-module__obp6Oq__change{font-size:1.125rem;font-weight:600}.CoinDetail-module__obp6Oq__positive{color:var(--accent)}.CoinDetail-module__obp6Oq__negative{color:var(--danger)}.CoinDetail-module__obp6Oq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem;display:grid}.CoinDetail-module__obp6Oq__statCard{border-radius:var(--radius);border:1px solid var(--border);background:#1e293b80;padding:1.5rem}.CoinDetail-module__obp6Oq__statLabel{color:var(--secondary-foreground);margin-bottom:.5rem;font-size:.875rem}.CoinDetail-module__obp6Oq__statValue{color:var(--foreground);font-size:1.25rem;font-weight:600}.CoinDetail-module__obp6Oq__description{color:var(--secondary-foreground);margin-top:2rem;line-height:1.7}.CoinDetail-module__obp6Oq__description a{color:var(--primary);text-decoration:underline}
