.PriceChart-module__WbD1yG__wrapper{background:0 0;border:none;flex-direction:column;height:100%;display:flex}.PriceChart-module__WbD1yG__controls{border-bottom:1px solid var(--border);background:#131722;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 1rem;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:1024px){.PriceChart-module__WbD1yG__tfBtn{padding:.25rem .5rem;font-size:.75rem}.PriceChart-module__WbD1yG__controls{gap:.5rem;padding:.5rem .75rem}}@media (max-width:640px){.PriceChart-module__WbD1yG__controls{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:.375rem;padding:.5rem;overflow-x:auto}.PriceChart-module__WbD1yG__controls::-webkit-scrollbar{display:none}.PriceChart-module__WbD1yG__timeframeGroup{flex-shrink:0;gap:.125rem;padding:.125rem}.PriceChart-module__WbD1yG__tfBtn{white-space:nowrap;padding:.25rem .375rem;font-size:.6875rem}.PriceChart-module__WbD1yG__emaGroup{border-left:1px solid var(--border);flex-shrink:0;gap:.25rem;padding-left:.375rem}.PriceChart-module__WbD1yG__emaBtn{padding:.25rem .375rem;font-size:.625rem}.PriceChart-module__WbD1yG__divider{display:none}.PriceChart-module__WbD1yG__resetBtn{padding:.25rem}.PriceChart-module__WbD1yG__resetBtn svg{width:12px;height:12px}.PriceChart-module__WbD1yG__chart{height:100%}.PriceChart-module__WbD1yG__legend{gap:.5rem;padding:.375rem}.PriceChart-module__WbD1yG__legendItem{font-size:.6875rem}}@media (max-width:375px){.PriceChart-module__WbD1yG__controls{padding:.375rem}.PriceChart-module__WbD1yG__tfBtn{padding:.1875rem .25rem;font-size:.625rem}.PriceChart-module__WbD1yG__timeframeGroup{gap:.0625rem}.PriceChart-module__WbD1yG__emaBtn{padding:.1875rem .25rem;font-size:.5625rem}}
.AIAnalysis-module__wT9s8a__container{flex-direction:column;height:100%;display:flex}.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{scrollbar-width:thin;scrollbar-color:#2a2e39 transparent;flex:1;min-height:0;padding:1.5rem;overflow-y:auto}.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);font-size:.875rem;line-height:1.6}.AIAnalysis-module__wT9s8a__result h1,.AIAnalysis-module__wT9s8a__result h2,.AIAnalysis-module__wT9s8a__result h3{color:var(--foreground);margin-top:1rem;margin-bottom:.5rem}.AIAnalysis-module__wT9s8a__result h1{font-size:1.125rem}.AIAnalysis-module__wT9s8a__result h2{font-size:1rem}.AIAnalysis-module__wT9s8a__result h3{font-size:.9375rem}.AIAnalysis-module__wT9s8a__result p{color:var(--secondary-foreground);margin-bottom:.75rem;font-size:.875rem}.AIAnalysis-module__wT9s8a__result strong{color:var(--foreground)}.AIAnalysis-module__wT9s8a__result ul,.AIAnalysis-module__wT9s8a__result ol{margin-bottom:.75rem;margin-left:1.25rem}.AIAnalysis-module__wT9s8a__result li{color:var(--secondary-foreground);margin-bottom:.25rem}.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}@media (max-width:640px){.AIAnalysis-module__wT9s8a__header{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.AIAnalysis-module__wT9s8a__title{justify-content:space-between}.AIAnalysis-module__wT9s8a__content{padding:1rem}.AIAnalysis-module__wT9s8a__analyzeBtn,.AIAnalysis-module__wT9s8a__loginBtn{justify-content:center;width:100%}}.AIAnalysis-module__wT9s8a__skillsList{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.AIAnalysis-module__wT9s8a__skillItem{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.AIAnalysis-module__wT9s8a__skillHeader{justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background .2s;display:flex}.AIAnalysis-module__wT9s8a__skillHeader:hover{background:#ffffff05}.AIAnalysis-module__wT9s8a__skillDone{border-left:3px solid var(--primary)}.AIAnalysis-module__wT9s8a__skillLeft{align-items:center;gap:.75rem;display:flex}.AIAnalysis-module__wT9s8a__skillNumber{width:1.5rem;height:1.5rem;color:var(--primary);background:#3b82f626;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.AIAnalysis-module__wT9s8a__skillName{color:var(--foreground);font-weight:500}.AIAnalysis-module__wT9s8a__skillRight{align-items:center;gap:.5rem;display:flex}.AIAnalysis-module__wT9s8a__statusPending{color:var(--muted-foreground);font-size:.75rem}.AIAnalysis-module__wT9s8a__statusDone{color:#22c55e}.AIAnalysis-module__wT9s8a__statusError{color:var(--danger)}.AIAnalysis-module__wT9s8a__confidence{color:#22c55e;border-radius:var(--radius);background:#22c55e26;padding:.125rem .375rem;font-size:.75rem;font-weight:500}.AIAnalysis-module__wT9s8a__skillConclusion{border-top:1px solid var(--border);color:var(--foreground);background:#3b82f60d;padding:.5rem 1rem;font-size:.875rem}.AIAnalysis-module__wT9s8a__skillDetail{border-top:1px solid var(--border);color:var(--secondary-foreground);word-wrap:break-word;overflow-wrap:break-word;background:#00000026;padding:1rem 1.25rem;font-size:.875rem;line-height:1.7}.AIAnalysis-module__wT9s8a__skillDetail table{border-collapse:collapse;width:100%;margin:.75rem 0;font-size:.8125rem}.AIAnalysis-module__wT9s8a__skillDetail td{border:1px solid var(--border);background:#ffffff05;padding:.5rem .75rem}.AIAnalysis-module__wT9s8a__skillDetail tr:first-child td{color:var(--foreground);background:#3b82f614;font-weight:500}.AIAnalysis-module__wT9s8a__mdH3{color:var(--foreground);margin:.75rem 0 .5rem;font-size:.9375rem;font-weight:600}.AIAnalysis-module__wT9s8a__mdH4{color:var(--foreground);margin:.5rem 0 .25rem;font-size:.875rem;font-weight:500}.AIAnalysis-module__wT9s8a__keyInput{border-bottom:1px solid var(--border);padding:.75rem 1rem}.AIAnalysis-module__wT9s8a__keyInput input{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--foreground);padding:.5rem;font-size:.875rem}.AIAnalysis-module__wT9s8a__timeframeRow{align-items:center;gap:.5rem;padding:0 1rem;display:flex}.AIAnalysis-module__wT9s8a__tfSelect{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;padding:.25rem .5rem;font-size:.75rem}.AIAnalysis-module__wT9s8a__loginPrompt{color:var(--muted-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.AIAnalysis-module__wT9s8a__secondaryBtn{border:1px solid var(--border);color:var(--muted-foreground);border-radius:var(--radius);cursor:pointer;background:0 0;transition:all .2s}.AIAnalysis-module__wT9s8a__secondaryBtn:hover{border-color:var(--primary);background:#3b82f61a}.AIAnalysis-module__wT9s8a__spinner{animation:1s linear infinite AIAnalysis-module__wT9s8a__spin}
.TradingView-module__KLiOva__container{background:#0b0e11;flex-direction:column;height:calc(100vh - 64px);display:flex;overflow:hidden}.TradingView-module__KLiOva__header{background:#131722;grid-column:1/-1;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex}.TradingView-module__KLiOva__symbolGroup{align-items:center;gap:1rem;display:flex}.TradingView-module__KLiOva__symbolIcon{border-radius:50%;width:36px;height:36px}.TradingView-module__KLiOva__symbolName{color:#fff;font-size:1.25rem;font-weight:700;line-height:1}.TradingView-module__KLiOva__symbolTicker{color:#787b86;background:#2a2e39;border-radius:4px;padding:2px 6px;font-size:.75rem}.TradingView-module__KLiOva__priceGroup{align-items:center;gap:1.5rem;display:flex}.TradingView-module__KLiOva__currentPrice{color:#fff;font-family:Geist Mono,monospace;font-size:1.5rem;font-weight:600}.TradingView-module__KLiOva__priceChange{border-radius:4px;padding:4px 8px;font-size:1rem;font-weight:500}.TradingView-module__KLiOva__up{color:#089981}.TradingView-module__KLiOva__down{color:#f23645}.TradingView-module__KLiOva__tickerStats{border-left:1px solid #2a2e39;gap:2rem;margin-left:3rem;margin-right:auto;padding-left:2rem;display:flex}.TradingView-module__KLiOva__statItem{flex-direction:column;display:flex}.TradingView-module__KLiOva__statLabel{color:#787b86;text-transform:uppercase;margin-bottom:2px;font-size:.75rem}.TradingView-module__KLiOva__statValue{color:#d1d4dc;font-family:Geist Mono,monospace;font-size:.875rem}.TradingView-module__KLiOva__chartArea{background:#131722;flex:1;position:relative;overflow:hidden}.TradingView-module__KLiOva__analysisArea{scrollbar-width:thin;scrollbar-color:#2a2e39 transparent;background:#131722;border-top:1px solid #2a2e39;min-height:200px;max-height:50vh;overflow-y:auto}.TradingView-module__KLiOva__sidebar{background:#131722;border-left:1px solid #2a2e39;flex-direction:column;grid-area:2/2/3/3;display:flex;overflow:hidden}.TradingView-module__KLiOva__sidebarHeader{color:#d1d4dc;background:#1e222d;border-bottom:1px solid #2a2e39;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.TradingView-module__KLiOva__sidebarContent{scrollbar-width:thin;scrollbar-color:#2a2e39 transparent;flex:1;padding:1rem;overflow-y:auto}.TradingView-module__KLiOva__mobileOnly{display:none}.TradingView-module__KLiOva__desktopOnly{display:flex}@media (max-width:1024px){.TradingView-module__KLiOva__container{grid-template-rows:auto 1fr;grid-template-columns:1fr;height:auto;min-height:calc(100vh - 64px);overflow-y:auto}.TradingView-module__KLiOva__chartArea{border-right:none;grid-area:2/1/3/-1;height:60vh;min-height:400px}.TradingView-module__KLiOva__sidebar{display:none}.TradingView-module__KLiOva__tickerStats{gap:1.5rem;margin-left:2rem;padding-left:1.5rem}.TradingView-module__KLiOva__header{flex-wrap:wrap;gap:.75rem;height:auto;padding:.75rem 1rem}}@media (max-width:640px){.TradingView-module__KLiOva__container{grid-template-rows:auto 1fr;height:auto}.TradingView-module__KLiOva__chartArea{height:55vh;min-height:320px;max-height:450px}.TradingView-module__KLiOva__header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}.TradingView-module__KLiOva__symbolGroup{gap:.5rem}.TradingView-module__KLiOva__symbolIcon{width:28px;height:28px}.TradingView-module__KLiOva__symbolName{font-size:1rem}.TradingView-module__KLiOva__priceGroup{justify-content:space-between;gap:.75rem;width:100%}.TradingView-module__KLiOva__currentPrice{font-size:1.25rem}.TradingView-module__KLiOva__priceChange{padding:2px 6px;font-size:.875rem}.TradingView-module__KLiOva__tickerStats{display:none}.TradingView-module__KLiOva__mobileOnly{display:flex}.TradingView-module__KLiOva__desktopOnly{display:none}}@media (max-width:375px){.TradingView-module__KLiOva__chartArea{height:50vh;min-height:280px}.TradingView-module__KLiOva__currentPrice{font-size:1.125rem}.TradingView-module__KLiOva__symbolName{font-size:.9375rem}}
.Modal-module__bmFajq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background-color:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out Modal-module__bmFajq__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__bmFajq__modal{background:#1e222d;border:1px solid #2a2e39;border-radius:12px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;animation:.3s ease-out Modal-module__bmFajq__slideUp;display:flex;box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0000004d}.Modal-module__bmFajq__header{border-bottom:1px solid #2a2e39;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Modal-module__bmFajq__title{color:#e2e8f0;margin:0;font-size:1.125rem;font-weight:600}.Modal-module__bmFajq__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Modal-module__bmFajq__closeBtn:hover{color:#fff;background:#ffffff1a}.Modal-module__bmFajq__content{flex:1;padding:0;overflow-y:auto}@keyframes Modal-module__bmFajq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__bmFajq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.CoinDetailClient-module__bkuTtq__container{background:#0b0e11;flex-direction:column;height:calc(100vh - 64px);display:flex;overflow:hidden}.CoinDetailClient-module__bkuTtq__tabBar{background:#131722;border-bottom:1px solid #2a2e39;gap:0;padding:0 1rem;display:flex}.CoinDetailClient-module__bkuTtq__tab{color:#787b86;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-1px;padding:.875rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.CoinDetailClient-module__bkuTtq__tab:hover{color:#d1d4dc;background:#ffffff05}.CoinDetailClient-module__bkuTtq__activeTab{color:#fff;background:#3b82f60d;border-bottom-color:#3b82f6}.CoinDetailClient-module__bkuTtq__content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.CoinDetailClient-module__bkuTtq__chartArea{background:#131722;flex:1;min-height:0;position:relative}.CoinDetailClient-module__bkuTtq__analysisArea{scrollbar-width:thin;scrollbar-color:#2a2e39 transparent;background:#131722;flex:1;overflow-y:auto}.CoinDetailClient-module__bkuTtq__noData{color:#555;justify-content:center;align-items:center;height:100%;font-size:.875rem;display:flex}@media (max-width:768px){.CoinDetailClient-module__bkuTtq__tabBar{padding:0}.CoinDetailClient-module__bkuTtq__tab{flex:1;justify-content:center;padding:.75rem 1rem}}
