.SentimentContentSections-module__kYda2G__root{color:#cbd5e1;max-width:980px;margin:48px auto;padding:0 20px;line-height:1.72}.SentimentContentSections-module__kYda2G__section{border-bottom:1px solid #94a3b814;padding:28px 0}.SentimentContentSections-module__kYda2G__section:last-child{border-bottom:none}.SentimentContentSections-module__kYda2G__section h2{color:#f8fafc;letter-spacing:-.02em;background:linear-gradient(90deg,#22d3ee,#818cf8,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 16px;font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:700}.SentimentContentSections-module__kYda2G__section h3{color:#f1f5f9;margin:28px 0 10px;font-size:1.15rem;font-weight:600}.SentimentContentSections-module__kYda2G__section p{color:#cbd5e1;margin:0 0 14px;font-size:1rem}.SentimentContentSections-module__kYda2G__section strong{color:#f8fafc;font-weight:600}.SentimentContentSections-module__kYda2G__section ul{margin:0 0 14px;padding-left:22px}.SentimentContentSections-module__kYda2G__section ul li{margin-bottom:8px}.SentimentContentSections-module__kYda2G__section a{color:#67e8f9;border-bottom:1px dashed #67e8f94d;text-decoration:none;transition:color .15s,border-color .15s}.SentimentContentSections-module__kYda2G__section a:hover{color:#a5f3fc;border-bottom-color:#a5f3fc99}.SentimentContentSections-module__kYda2G__section code{color:#fbbf24;background:#1e293bcc;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:.9em}.SentimentContentSections-module__kYda2G__tableWrap{margin:16px -4px;overflow-x:auto}.SentimentContentSections-module__kYda2G__compareTable{border-collapse:collapse;width:100%;min-width:640px;font-size:.88rem}.SentimentContentSections-module__kYda2G__compareTable th,.SentimentContentSections-module__kYda2G__compareTable td{text-align:left;border-bottom:1px solid #94a3b81a;padding:10px 12px}.SentimentContentSections-module__kYda2G__compareTable thead th{color:#f8fafc;text-transform:uppercase;letter-spacing:.03em;background:linear-gradient(90deg,#22d3ee1f,#818cf81f);border-bottom-color:#94a3b84d;font-size:.82rem;font-weight:600}.SentimentContentSections-module__kYda2G__compareTable tbody tr:nth-child(2n){background:#0f172a66}.SentimentContentSections-module__kYda2G__compareTable tbody td:first-child{color:#e2e8f0;font-weight:500}.SentimentContentSections-module__kYda2G__compareTable tbody td:nth-child(2){color:#67e8f9;font-weight:500}.SentimentContentSections-module__kYda2G__coinGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.SentimentContentSections-module__kYda2G__coinGrid li{margin:0}.SentimentContentSections-module__kYda2G__coinGrid a{color:#e2e8f0;background:#0f172a80;border:1px solid #94a3b81f;border-radius:10px;padding:10px 14px;font-size:.9rem;text-decoration:none;transition:border-color .15s,background .15s;display:block}.SentimentContentSections-module__kYda2G__coinGrid a:hover{color:#67e8f9;background:#1e293bb3;border-color:#22d3ee80}.SentimentContentSections-module__kYda2G__relatedList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.SentimentContentSections-module__kYda2G__relatedList li{margin:0}.SentimentContentSections-module__kYda2G__relatedList a{color:#e2e8f0;background:#0f172a80;border:1px solid #94a3b81f;border-radius:10px;padding:12px 16px;font-size:.95rem;display:block}.SentimentContentSections-module__kYda2G__relatedList a:hover{color:#a5b4fc;border-color:#818cf880}
.faq-section{background:var(--background-elevated);border-radius:var(--radius-xl,16px);border:1px solid var(--border-1);width:100%;max-width:1200px;box-shadow:var(--shadow-md);box-sizing:border-box;align-self:center;margin:3rem auto;padding:2rem}.faq-title{font-size:var(--text-2xl,24px);font-weight:var(--font-bold,700);color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1.75rem;display:flex}.faq-title:before{content:"";background:var(--brand-gradient,linear-gradient(135deg,#4a90d9 0%,#7c3aed 100%));border-radius:var(--radius-full,9999px);width:4px;height:1.5em;display:inline-block}.faq-list{flex-direction:column;gap:.5rem;display:flex}.faq-item{background:var(--surface-1);border:1px solid var(--border-1);border-radius:var(--radius-lg,12px);transition:all var(--transition-base,.2s ease);overflow:hidden}.faq-item:hover{border-color:var(--accent-primary,#4a90d9);background:var(--surface-2);box-shadow:0 0 0 1px var(--accent-glow,#4a90d926)}.faq-item--open{border-color:var(--accent-primary,#4a90d9);background:var(--surface-2);box-shadow:0 0 0 3px var(--accent-glow,#4a90d926)}.faq-question{cursor:pointer;text-align:left;width:100%;font-size:var(--text-base,15px);font-weight:var(--font-medium,500);color:var(--text-primary);transition:all var(--transition-base,.2s ease);font-family:var(--font-sans);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.125rem 1.5rem;display:flex}.faq-question:hover,.faq-item--open .faq-question{color:var(--accent-primary,#4a90d9)}.faq-question-text{line-height:var(--leading-snug,1.375);flex:1;padding-right:1rem}.faq-icon{width:2rem;height:2rem;font-size:1.25rem;font-weight:var(--font-normal,400);color:var(--text-tertiary);background:var(--surface-2);border-radius:var(--radius-full,9999px);transition:all var(--transition-base,.2s ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.faq-item:hover .faq-icon{background:var(--accent-glow,#4a90d926);color:var(--accent-primary,#4a90d9)}.faq-item--open .faq-icon{background:var(--accent-primary,#4a90d9);color:#fff;transform:rotate(45deg)}.faq-answer{color:var(--text-secondary);line-height:var(--leading-relaxed,1.625);font-size:var(--text-sm,13px);border-top:1px solid var(--border-1);margin-top:0;padding:1rem 1.5rem 1.25rem;animation:.2s ease-out faqFadeIn}@keyframes faqFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.faq-answer[hidden]{display:none}.faq-answer p{margin:0}[data-theme=dark] .faq-section{background:var(--background-elevated);border-color:var(--border-2)}[data-theme=dark] .faq-item{background:var(--surface-1)}[data-theme=dark] .faq-item:hover,[data-theme=dark] .faq-item--open{background:var(--surface-2)}[data-theme=dark] .faq-icon{background:var(--surface-3)}@media (max-width:640px){.faq-section{border-radius:var(--radius-lg,12px);margin:2rem auto;padding:1.25rem}.faq-title{font-size:var(--text-xl,20px);margin-bottom:1.25rem}.faq-title:before{width:3px;height:1.25em}.faq-question{font-size:var(--text-sm,13px);padding:1rem 1.25rem}.faq-icon{width:1.75rem;height:1.75rem;font-size:1rem}.faq-answer{font-size:var(--text-xs,11px);padding:.875rem 1.25rem 1rem}.faq-list{gap:.375rem}}@media (min-width:641px) and (max-width:1024px){.faq-section{padding:1.75rem}}
.about-module__vWsOUa__aboutPage{min-height:100vh;padding:0}.about-module__vWsOUa__hero{text-align:center;background:linear-gradient(180deg,var(--background-elevated)0%,var(--background)100%);border-bottom:1px solid var(--border-1);padding:4rem 1.5rem;position:relative;overflow:hidden}.about-module__vWsOUa__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#caff0314 0%,#0000 70%);width:600px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.about-module__vWsOUa__title{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;position:relative}.about-module__vWsOUa__subtitle{font-size:var(--text-lg);color:var(--text-muted);max-width:600px;line-height:var(--leading-relaxed);margin:0 auto}.about-module__vWsOUa__container{max-width:1000px;margin:0 auto;padding:3rem 1.5rem}.about-module__vWsOUa__section{margin-bottom:4rem}.about-module__vWsOUa__sectionTitle{font-size:var(--text-2xl);color:var(--text-primary);align-items:center;gap:.75rem;margin:0 0 1.5rem;font-weight:700;display:flex}.about-module__vWsOUa__sectionTitle:before{content:"";background:var(--foreground);border-radius:2px;width:4px;height:1.5rem;display:block}.about-module__vWsOUa__text{font-size:var(--text-base);line-height:var(--leading-loose);color:var(--text-muted);margin:0 0 1rem}.about-module__vWsOUa__featureGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1.5rem;display:grid}.about-module__vWsOUa__feature{background:var(--surface-1);border:1px solid var(--border-1);border-radius:var(--radius-lg);padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.about-module__vWsOUa__feature:before{content:"";background:linear-gradient(90deg,var(--foreground),transparent);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.about-module__vWsOUa__feature:hover{background:var(--surface-2);border-color:var(--border-2)}.about-module__vWsOUa__feature:hover:before{opacity:1}.about-module__vWsOUa__feature h3{font-size:var(--text-lg);color:var(--text-primary);margin:0 0 .75rem;font-weight:600}.about-module__vWsOUa__feature p{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-muted);margin:0}.about-module__vWsOUa__featureIcon{background:var(--surface-3);border-radius:var(--radius-md);width:40px;height:40px;color:var(--foreground);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.about-module__vWsOUa__sourceGrid{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.about-module__vWsOUa__sourceTag{background:var(--surface-2);border:1px solid var(--border-2);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-muted);padding:.4rem .875rem;font-weight:500;transition:all .2s;display:inline-block}.about-module__vWsOUa__sourceTag:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.about-module__vWsOUa__list{margin:1.25rem 0;padding:0;list-style:none}.about-module__vWsOUa__list li{font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text-muted);margin-bottom:.75rem;padding-left:1.75rem;position:relative}.about-module__vWsOUa__list li:before{content:"";background:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;top:.6em;left:0}.about-module__vWsOUa__link{color:var(--foreground);text-decoration:none;transition:opacity .2s}.about-module__vWsOUa__link:hover{opacity:.8;text-decoration:underline}.about-module__vWsOUa__links{border-top:1px solid var(--border-1);flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;padding-top:3rem;display:flex}.about-module__vWsOUa__linkButton{background:var(--surface-2);border:1px solid var(--border-2);color:var(--text-primary);border-radius:var(--radius-full);font-weight:500;font-size:var(--text-sm);align-items:center;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .2s;display:inline-flex}.about-module__vWsOUa__linkButton:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.about-module__vWsOUa__stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0;display:grid}.about-module__vWsOUa__stat{text-align:center;background:var(--surface-1);border:1px solid var(--border-1);border-radius:var(--radius-lg);padding:1.5rem}.about-module__vWsOUa__statNumber{font-size:var(--text-3xl);color:var(--foreground);margin-bottom:.25rem;font-weight:800;display:block}.about-module__vWsOUa__statLabel{font-size:var(--text-sm);color:var(--text-muted)}.about-module__vWsOUa__techGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem;display:grid}.about-module__vWsOUa__techItem{background:var(--surface-1);border:1px solid var(--border-1);border-radius:var(--radius-md);text-align:center;padding:1rem;transition:all .2s}.about-module__vWsOUa__techItem:hover{background:var(--surface-2);border-color:var(--border-2)}.about-module__vWsOUa__techItem span{font-size:var(--text-sm);color:var(--text-muted);display:block}.about-module__vWsOUa__contactCard{background:linear-gradient(135deg,var(--surface-2),var(--surface-1));border:1px solid var(--border-2);border-radius:var(--radius-xl);text-align:center;margin-top:1.5rem;padding:2rem}.about-module__vWsOUa__contactCard .about-module__vWsOUa__link{font-size:var(--text-lg);font-weight:600}@media (max-width:768px){.about-module__vWsOUa__hero{padding:3rem 1rem}.about-module__vWsOUa__container{padding:2rem 1rem}.about-module__vWsOUa__featureGrid{grid-template-columns:1fr}.about-module__vWsOUa__stats{grid-template-columns:1fr;gap:1rem}.about-module__vWsOUa__techGrid{grid-template-columns:repeat(2,1fr)}.about-module__vWsOUa__links{flex-direction:column;align-items:center}.about-module__vWsOUa__linkButton{justify-content:center;width:100%;max-width:280px}}@media (max-width:480px){.about-module__vWsOUa__title{font-size:2rem}.about-module__vWsOUa__sectionTitle{font-size:var(--text-xl)}.about-module__vWsOUa__techGrid{grid-template-columns:1fr 1fr;gap:.75rem}.about-module__vWsOUa__techItem{padding:.75rem}}
