.TopCryptoPairsSection-module-scss-module__tDANUG__section{background:var(--color-surface);padding:60px 40px}@media (max-width:991px){.TopCryptoPairsSection-module-scss-module__tDANUG__section{padding:20px}}@media (max-width:767px){.TopCryptoPairsSection-module-scss-module__tDANUG__section{padding:20px 10px}}.TopCryptoPairsSection-module-scss-module__tDANUG__container{max-width:var(--page-max);margin:0 auto}.TopCryptoPairsSection-module-scss-module__tDANUG__title{color:var(--color-text-primary);margin:0 0 28px;font-size:28px;font-weight:700}@media (max-width:767px){.TopCryptoPairsSection-module-scss-module__tDANUG__title{font-size:24px}}.TopCryptoPairsSection-module-scss-module__tDANUG__tableWrapper{border:1px solid var(--color-border-muted);border-radius:12px;overflow-x:scroll}.TopCryptoPairsSection-module-scss-module__tDANUG__table{border-collapse:collapse;width:100%}.TopCryptoPairsSection-module-scss-module__tDANUG__th{text-align:left;color:var(--color-text-subtle);background:var(--color-surface-soft);border-bottom:1px solid var(--color-border-muted);white-space:nowrap;padding:12px 16px;font-size:12px;font-weight:600}.TopCryptoPairsSection-module-scss-module__tDANUG__tr{transition:background .15s}.TopCryptoPairsSection-module-scss-module__tDANUG__tr:hover{background:var(--color-positive-soft)}.TopCryptoPairsSection-module-scss-module__tDANUG__tr{border-bottom:1px solid var(--color-border-muted)}.TopCryptoPairsSection-module-scss-module__tDANUG__td{color:var(--color-text-primary);white-space:nowrap;padding:14px 16px;font-size:13px}.TopCryptoPairsSection-module-scss-module__tDANUG__cryptoCell{align-items:center;gap:10px;display:flex}.TopCryptoPairsSection-module-scss-module__tDANUG__cryptoIcon{border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.TopCryptoPairsSection-module-scss-module__tDANUG__cryptoName{color:var(--color-text-primary);font-size:14px;font-weight:600;display:block}.TopCryptoPairsSection-module-scss-module__tDANUG__cryptoFullName{color:var(--color-text-subtle);font-size:11px;display:block}
.FAQSection-module-scss-module__PtpCJW__section{background:var(--color-surface);padding:60px 40px}@media (max-width:991px){.FAQSection-module-scss-module__PtpCJW__section{padding:20px}}@media (max-width:767px){.FAQSection-module-scss-module__PtpCJW__section{padding:20px 10px}}.FAQSection-module-scss-module__PtpCJW__container{max-width:var(--page-max);margin:0 auto}.FAQSection-module-scss-module__PtpCJW__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.FAQSection-module-scss-module__PtpCJW__title{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700}.FAQSection-module-scss-module__PtpCJW__tabs{flex-wrap:wrap;gap:8px;display:flex}.FAQSection-module-scss-module__PtpCJW__tab{border:1px solid var(--color-border-muted);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;border-radius:6px;padding:8px 16px;font-size:13px;transition:all .15s}.FAQSection-module-scss-module__PtpCJW__tab:hover{border-color:var(--color-border-muted);color:var(--color-text-secondary);background:var(--color-surface-soft)}.FAQSection-module-scss-module__PtpCJW__tabActive{background:var(--color-text-primary);border-color:var(--color-text-primary);color:var(--color-text-primary);font-weight:600}.FAQSection-module-scss-module__PtpCJW__tabActive:hover{background:var(--raw-color-hex-1f2937);border-color:var(--raw-color-hex-1f2937);color:var(--color-text-on-dark)}.FAQSection-module-scss-module__PtpCJW__faqList{flex-direction:column;display:flex}.FAQSection-module-scss-module__PtpCJW__faqItem{border-bottom:1px solid var(--color-border-muted)}.FAQSection-module-scss-module__PtpCJW__faqItem:first-child{border-top:1px solid var(--color-border-muted)}.FAQSection-module-scss-module__PtpCJW__faqQuestion{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 4px;transition:background .1s;display:flex}.FAQSection-module-scss-module__PtpCJW__faqQuestion:hover{background:var(--raw-color-hex-fafafa)}.FAQSection-module-scss-module__PtpCJW__questionText{color:var(--color-text-primary);font-size:15px;font-weight:500;line-height:1.4}.FAQSection-module-scss-module__PtpCJW__faqArrow{color:var(--color-text-subtle);flex-shrink:0;font-size:16px;transition:transform .2s}.FAQSection-module-scss-module__PtpCJW__faqArrow.FAQSection-module-scss-module__PtpCJW__faqArrowOpen{color:var(--color-text-secondary);transform:rotate(180deg)}.FAQSection-module-scss-module__PtpCJW__faqAnswer{padding:0 4px 20px;animation:.2s ease-out FAQSection-module-scss-module__PtpCJW__fadeIn}.FAQSection-module-scss-module__PtpCJW__faqAnswer p{color:var(--color-text-secondary);margin:0;font-size:14px;line-height:1.6}@keyframes FAQSection-module-scss-module__PtpCJW__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.FAQSection-module-scss-module__PtpCJW__learnMoreLink{color:var(--color-accent);align-items:center;margin-top:24px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.FAQSection-module-scss-module__PtpCJW__learnMoreLink:hover{text-decoration:underline}
