@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";
.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:.36rem;padding:.36rem .78rem;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:.2rem;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__indicatorChips{flex-wrap:wrap;align-items:center;gap:.35rem;margin-left:.25rem;display:flex}.PriceChart-module__WbD1yG__indicatorChip{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#0f172a66;border:1px solid #94a3b840;border-radius:999px;padding:.2rem .5rem;font-size:.7rem;transition:all .15s}.PriceChart-module__WbD1yG__indicatorChipActive{color:#0f172a;background:linear-gradient(135deg,#38bdf8,#22c55e);border-color:#0000}.PriceChart-module__WbD1yG__tfBtn{color:var(--secondary-foreground);border-radius:calc(var(--radius) - 2px);cursor:pointer;background:0 0;border:none;padding:.28rem .6rem;font-size:.75rem;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{background:#0d1117;flex:1;width:100%;min-height:700px;position:relative}.PriceChart-module__WbD1yG__chart{width:100%;height:calc(100% - 30px)}.PriceChart-module__WbD1yG__legend{z-index:20;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:absolute;top:12px;left:12px}.PriceChart-module__WbD1yG__legendMain{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.PriceChart-module__WbD1yG__legendTitle{color:#e6edf3;letter-spacing:.5px;font-size:20px;font-weight:600}.PriceChart-module__WbD1yG__legendInfo{align-items:center;gap:8px;font-size:13px;font-weight:400;display:flex}.PriceChart-module__WbD1yG__legendPrice{color:#c9d1d9;font-family:JetBrains Mono,monospace}.PriceChart-module__WbD1yG__legendChange{font-family:JetBrains Mono,monospace;font-weight:500}.PriceChart-module__WbD1yG__legendValues{color:#8b949e;gap:12px;margin-top:2px;font-size:11px;display:flex}.PriceChart-module__WbD1yG__legendItem{align-items:center;gap:4px;display:flex}.PriceChart-module__WbD1yG__legendLabel{font-weight:600}.PriceChart-module__WbD1yG__legendValue{font-family:JetBrains Mono,monospace}.PriceChart-module__WbD1yG__watermark{color:#ffffff08;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:80px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PriceChart-module__WbD1yG__loadingOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;background:#0d111780;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PriceChart-module__WbD1yG__spinner{border:3px solid #ffffff1a;border-top-color:#2f81f7;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__dropdown{display:inline-block;position:relative}.PriceChart-module__WbD1yG__dropdownBtn{color:var(--secondary-foreground);border-radius:var(--radius);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.PriceChart-module__WbD1yG__dropdownBtn:hover,.PriceChart-module__WbD1yG__dropdownBtn.PriceChart-module__WbD1yG__active{color:var(--foreground);background:#ffffff0d}.PriceChart-module__WbD1yG__dropdownContent{background:var(--popover);border:1px solid var(--border);border-radius:var(--radius);z-index:1001;flex-direction:column;gap:1px;min-width:160px;margin-top:.25rem;padding:.25rem;display:flex;position:absolute;top:100%;left:auto;right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.PriceChart-module__WbD1yG__dropdownItem{text-align:left;color:var(--secondary-foreground);cursor:pointer;border-radius:calc(var(--radius) - 2px);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.8125rem;display:flex}.PriceChart-module__WbD1yG__dropdownItem:hover{background:var(--accent);color:var(--accent-foreground)}.PriceChart-module__WbD1yG__dropdownItem.PriceChart-module__WbD1yG__active{color:var(--primary);background:#22c55e1a}.PriceChart-module__WbD1yG__modalOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.2s ease-out PriceChart-module__WbD1yG__fadeIn;display:flex;position:fixed;inset:0}.PriceChart-module__WbD1yG__settingsModal{background:#1e293b;border:1px solid #ffffff1a;border-radius:12px;width:320px;animation:.2s ease-out PriceChart-module__WbD1yG__scaleIn;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes PriceChart-module__WbD1yG__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.PriceChart-module__WbD1yG__modalHeader{background:#0f172a80;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1rem;display:flex}.PriceChart-module__WbD1yG__modalHeader h3{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.PriceChart-module__WbD1yG__closeBtn{color:var(--secondary-foreground);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.PriceChart-module__WbD1yG__closeBtn:hover{color:var(--foreground);background:#ffffff1a}.PriceChart-module__WbD1yG__modalBody{padding:1rem}.PriceChart-module__WbD1yG__settingGroup{flex-direction:column;gap:.75rem;display:flex}.PriceChart-module__WbD1yG__settingGroup h4{color:var(--secondary-foreground);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.8rem}.PriceChart-module__WbD1yG__settingRow{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.PriceChart-module__WbD1yG__settingRow span{color:var(--foreground);font-size:.9rem}.PriceChart-module__WbD1yG__emmaRow{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.PriceChart-module__WbD1yG__emaCol{flex-direction:column;gap:.25rem;display:flex}.PriceChart-module__WbD1yG__label{color:var(--secondary-foreground);font-size:.7rem}.PriceChart-module__WbD1yG__numInput{border:1px solid var(--border);color:var(--foreground);background:#0f172a80;border-radius:4px;outline:none;width:60px;padding:.25rem .5rem;font-size:.85rem}.PriceChart-module__WbD1yG__numInput:focus{border-color:var(--primary)}.PriceChart-module__WbD1yG__colorPicker{border:1px solid var(--border);background:#0f172a80;border-radius:4px;gap:4px;padding:4px;display:flex}.PriceChart-module__WbD1yG__colorSwatch{cursor:pointer;border-radius:2px;width:16px;height:16px;transition:transform .1s}.PriceChart-module__WbD1yG__colorSwatch:hover{transform:scale(1.2)}.PriceChart-module__WbD1yG__colorSwatch.PriceChart-module__WbD1yG__active{transform:scale(1.1);box-shadow:0 0 0 1px #fff}.PriceChart-module__WbD1yG__emaToggle{justify-content:center;align-items:center;margin-left:auto;padding-top:14px;display:flex}.PriceChart-module__WbD1yG__emaRow{background:#ffffff05;border-radius:6px;align-items:flex-start;gap:1rem;padding:.5rem;display:flex}.PriceChart-module__WbD1yG__iconBtn{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__iconBtn:hover,.PriceChart-module__WbD1yG__iconBtn.PriceChart-module__WbD1yG__active{color:var(--foreground);background:#ffffff1a}@keyframes PriceChart-module__WbD1yG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.PriceChart-module__WbD1yG__chartContainer{height:50vh;min-height:50vh}.PriceChart-module__WbD1yG__chart{height:calc(100% - 40px)}.PriceChart-module__WbD1yG__legend{top:6px;left:6px}.PriceChart-module__WbD1yG__legendTitle{font-size:14px}.PriceChart-module__WbD1yG__legendPrice{font-size:16px}.PriceChart-module__WbD1yG__legendItem{font-size:10px}.PriceChart-module__WbD1yG__controls{flex-wrap:wrap;gap:2px;padding:4px 5px}.PriceChart-module__WbD1yG__timeframeGroup{gap:2px}.PriceChart-module__WbD1yG__tfBtn{min-width:auto;padding:3px 6px;font-size:10px}.PriceChart-module__WbD1yG__divider{margin:0 4px}.PriceChart-module__WbD1yG__resetBtn,.PriceChart-module__WbD1yG__iconBtn{padding:4px}}
.AIAnalysis-module__wT9s8a__container{--primary:#0ea5e9;--accent:#10b981;--border:#ffffff0f;--card:#0f172a66;--foreground:#f1f5f9;--secondary-foreground:#94a3b8;--danger:#ef4444;flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.AIAnalysis-module__wT9s8a__header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(#02061799,#02061733);justify-content:space-between;align-items:center;padding:.62rem .9rem;display:flex}.AIAnalysis-module__wT9s8a__title{color:var(--foreground);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.86rem;font-weight:600;display:flex}.AIAnalysis-module__wT9s8a__icon{color:var(--primary)}.AIAnalysis-module__wT9s8a__analyzeBtn{background:linear-gradient(135deg,var(--primary),var(--accent));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 6px 16px #22c55e59}.AIAnalysis-module__wT9s8a__analyzeBtn:disabled{opacity:.6;cursor:not-allowed}.AIAnalysis-module__wT9s8a__content{scrollbar-width:thin;scrollbar-color:#2a2e39 transparent;overscroll-behavior:contain;background:radial-gradient(500px 320px at 10% 10%,#38bdf814,#0000 60%);flex:1;height:100%;min-height:300px;padding:.75rem;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:.75rem;padding:.75rem}.AIAnalysis-module__wT9s8a__title{justify-content:space-between}.AIAnalysis-module__wT9s8a__content{padding:.5rem}.AIAnalysis-module__wT9s8a__analyzeBtn,.AIAnalysis-module__wT9s8a__loginBtn{justify-content:center;width:100%}}@media (max-width:1024px){.AIAnalysis-module__wT9s8a__container{height:auto;min-height:62vh}.AIAnalysis-module__wT9s8a__content{min-height:520px;padding:.5rem}.AIAnalysis-module__wT9s8a__skillsList{min-height:460px;max-height:none;overflow-y:visible}.AIAnalysis-module__wT9s8a__skillDetail{max-height:none;overflow-y:visible}}@media (max-width:1366px){.AIAnalysis-module__wT9s8a__header{padding:.75rem 1rem}.AIAnalysis-module__wT9s8a__title{gap:.4rem;font-size:.9rem}.AIAnalysis-module__wT9s8a__remaining{padding:.2rem .4rem;font-size:.7rem}.AIAnalysis-module__wT9s8a__analyzeBtn,.AIAnalysis-module__wT9s8a__loginBtn,.AIAnalysis-module__wT9s8a__secondaryBtn{padding:.45rem .75rem;font-size:.78rem}}.AIAnalysis-module__wT9s8a__skillsList{flex-direction:column;flex:1;gap:.4rem;min-height:0;padding:.35rem;display:flex;overflow-y:auto}.AIAnalysis-module__wT9s8a__skillItem{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden}.AIAnalysis-module__wT9s8a__skillItem:hover{border-color:#0ea5e933;transform:translateY(-1px)}.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:#38bdf80f}.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:#22c55e2e;padding:.125rem .375rem;font-size:.75rem;font-weight:500}.AIAnalysis-module__wT9s8a__skillConclusion{border-top:1px solid var(--border);color:var(--foreground);background:#38bdf80d;padding:.44rem .78rem;font-size:.84rem;line-height:1.5}.AIAnalysis-module__wT9s8a__skillDetail{border-top:1px solid var(--border);color:var(--secondary-foreground);word-wrap:break-word;overflow-wrap:break-word;background:#02061759;max-height:80vh;padding:.9rem .95rem;font-size:.88rem;line-height:1.6;overflow-y:auto}.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:#38bdf81f;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{border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--foreground);background:#0f172ab3;padding:.5rem;font-size:.875rem}.AIAnalysis-module__wT9s8a__timeframeRow{align-items:center;gap:.5rem;padding:0 1rem;display:flex}.AIAnalysis-module__wT9s8a__tfSelect{border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;background:#0f172ab3;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}.AIAnalysis-module__wT9s8a__markdownContent{color:var(--foreground);font-size:1rem;line-height:1.6}.AIAnalysis-module__wT9s8a__markdownContent h1,.AIAnalysis-module__wT9s8a__markdownContent h2,.AIAnalysis-module__wT9s8a__markdownContent h3,.AIAnalysis-module__wT9s8a__markdownContent h4{color:var(--foreground);letter-spacing:-.01em;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.AIAnalysis-module__wT9s8a__markdownContent h3{color:var(--primary);font-size:1.1rem}.AIAnalysis-module__wT9s8a__markdownContent h4{color:var(--accent);font-size:1rem}.AIAnalysis-module__wT9s8a__markdownContent p{margin-bottom:1rem}.AIAnalysis-module__wT9s8a__markdownContent ul,.AIAnalysis-module__wT9s8a__markdownContent ol{margin-bottom:1rem;padding-left:1.5rem;list-style-type:disc}.AIAnalysis-module__wT9s8a__markdownContent li{margin-bottom:.5rem}.AIAnalysis-module__wT9s8a__markdownContent strong{color:var(--accent);font-weight:600}.AIAnalysis-module__wT9s8a__markdownContent blockquote{border-left:3px solid var(--primary);color:var(--secondary-foreground);border-radius:0 var(--radius)var(--radius)0;background:#0ea5e90d;margin:1rem 0;padding:.5rem 1rem}.AIAnalysis-module__wT9s8a__markdownContent pre{border-radius:var(--radius);border:1px solid var(--border);background:#02061780;margin-bottom:1rem;padding:1rem;overflow-x:auto}.AIAnalysis-module__wT9s8a__markdownContent code{background:#ffffff1a;border-radius:4px;padding:.2em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85em}.AIAnalysis-module__wT9s8a__markdownContent pre code{color:#e2e8f0;background:0 0;padding:0}.AIAnalysis-module__wT9s8a__markdownContent table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.9rem}.AIAnalysis-module__wT9s8a__markdownContent th{text-align:left;border-bottom:1px solid var(--border);color:var(--secondary-foreground);background:#0206174d;padding:.75rem;font-weight:600}.AIAnalysis-module__wT9s8a__markdownContent td{border-bottom:1px solid var(--border);padding:.75rem}.AIAnalysis-module__wT9s8a__markdownContent tr:last-child td{border-bottom:none}.AIAnalysis-module__wT9s8a__configBar{border-bottom:1px solid var(--border);border-radius:var(--radius);background:#02061766;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;padding:7px 10px;display:flex}.AIAnalysis-module__wT9s8a__configDivider{background:var(--border);width:1px;height:16px}.AIAnalysis-module__wT9s8a__configGroup{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media (max-width:1366px){.AIAnalysis-module__wT9s8a__skillDetail{max-height:74vh}}@media (max-width:1024px){.AIAnalysis-module__wT9s8a__configBar{gap:8px;padding:8px 10px}.AIAnalysis-module__wT9s8a__configDivider{display:none}.AIAnalysis-module__wT9s8a__configGroup{gap:8px;width:100%}.AIAnalysis-module__wT9s8a__skillHeader{padding:.62rem .72rem}.AIAnalysis-module__wT9s8a__skillName{font-size:.82rem;line-height:1.35}.AIAnalysis-module__wT9s8a__skillConclusion{padding:.44rem .68rem;font-size:.78rem}.AIAnalysis-module__wT9s8a__skillsList{min-height:260px;max-height:none;padding:.35rem;overflow-y:visible}.AIAnalysis-module__wT9s8a__skillDetail{max-height:none;padding:.72rem .78rem;overflow-y:visible}.AIAnalysis-module__wT9s8a__markdownContent{font-size:.9rem;line-height:1.55}.AIAnalysis-module__wT9s8a__markdownContent h3{margin-top:1rem;margin-bottom:.55rem;font-size:1rem}.AIAnalysis-module__wT9s8a__markdownContent h4{margin-top:.72rem;font-size:.92rem}}@media (max-width:640px){.AIAnalysis-module__wT9s8a__content{padding:.35rem}.AIAnalysis-module__wT9s8a__title{flex-wrap:wrap;font-size:.84rem}.AIAnalysis-module__wT9s8a__remaining{padding:.18rem .36rem;font-size:.66rem}}
.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{gap:.25rem;padding:.5rem .75rem}.TradingView-module__KLiOva__symbolGroup{gap:.4rem}.TradingView-module__KLiOva__symbolIcon{width:24px;height:24px}.TradingView-module__KLiOva__symbolName{font-size:.9rem}.TradingView-module__KLiOva__symbolTicker{padding:1px 4px;font-size:.65rem}.TradingView-module__KLiOva__priceGroup{gap:.5rem}.TradingView-module__KLiOva__currentPrice{font-size:1.1rem}.TradingView-module__KLiOva__priceChange{padding:1px 4px;font-size:.75rem}.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}}
.CoinDetailClient-module__bkuTtq__container{color:#e5e7eb;background:radial-gradient(1200px 560px at 78% -16%,#6366f133,#0000 62%),radial-gradient(900px 560px at 8% 8%,#10b98126,#0000 58%),#0a0f14;flex-direction:column;min-height:calc(100vh - 64px);font-family:Space Grotesk,system-ui,sans-serif;display:flex}.CoinDetailClient-module__bkuTtq__content{flex:1;padding:.7rem 1rem 1rem}.CoinDetailClient-module__bkuTtq__contentGrid{grid-template-columns:minmax(0,1.65fr) minmax(360px,1fr);align-items:stretch;gap:.85rem;max-width:1520px;margin:0 auto;display:grid}.CoinDetailClient-module__bkuTtq__panel{background:#0a0e13e6;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;min-height:0;display:flex;overflow:hidden;box-shadow:0 20px 60px #02061757}.CoinDetailClient-module__bkuTtq__chartPanel{height:clamp(780px,100vh - 66px,1280px);min-height:780px}.CoinDetailClient-module__bkuTtq__analysisPanel{height:clamp(780px,100vh - 66px,1280px);min-height:780px;max-height:calc(100vh - 56px);position:sticky;top:.55rem}.CoinDetailClient-module__bkuTtq__analysisPanel .CoinDetailClient-module__bkuTtq__panelBody{overflow:hidden}.CoinDetailClient-module__bkuTtq__panelHeader{background:linear-gradient(#0f172aeb,#0a0e13eb);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.58rem .82rem;display:flex}.CoinDetailClient-module__bkuTtq__panelTitle{letter-spacing:.02em;font-size:.88rem;font-weight:700}.CoinDetailClient-module__bkuTtq__panelMeta{color:#94a3b8f2;margin-top:.04rem;font-size:.64rem}.CoinDetailClient-module__bkuTtq__panelBadge{color:#38bdf8;letter-spacing:.05em;text-transform:uppercase;background:#38bdf829;border-radius:999px;padding:.18rem .5rem;font-size:.6rem;font-weight:600}.CoinDetailClient-module__bkuTtq__panelBody{overscroll-behavior:contain;background:#0a0e13eb;flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.CoinDetailClient-module__bkuTtq__noData{color:#94a3b8;justify-content:center;align-items:center;min-height:360px;font-size:.875rem;display:flex}@media (max-width:1180px){.CoinDetailClient-module__bkuTtq__content{padding:.8rem}.CoinDetailClient-module__bkuTtq__contentGrid{grid-template-columns:1fr;gap:.9rem}.CoinDetailClient-module__bkuTtq__analysisPanel{height:auto;min-height:720px;max-height:none;position:static}.CoinDetailClient-module__bkuTtq__chartPanel{height:auto;min-height:min(70vh,820px)}}@media (max-width:760px){.CoinDetailClient-module__bkuTtq__content{padding:0}.CoinDetailClient-module__bkuTtq__contentGrid{gap:0}.CoinDetailClient-module__bkuTtq__panel{box-shadow:none;border-bottom:1px solid #ffffff12;border-left:none;border-right:none;border-radius:0}.CoinDetailClient-module__bkuTtq__chartPanel{height:auto;min-height:50vh}.CoinDetailClient-module__bkuTtq__analysisPanel{height:auto;min-height:72vh}.CoinDetailClient-module__bkuTtq__panelHeader{padding:.52rem .68rem}}
