@charset "UTF-8";

/* ==============================================
   1. DEALER HEAD & BROKER CARDS
   ============================================== */
.dealer-newhead-otherlang { width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px; }
.dealer-newhead-pc { background: linear-gradient(180deg,#CCAA66 0%,#B27E36 100%); border-radius: 8px; padding: 24px; }
.head-l { display: flex; align-items: flex-start; }
.head-l-logo { position: relative; cursor: pointer; margin-right: 20px; }
.head-l-logo-img { width: 120px; height: auto; }
.dealer-l-logo-label { background: #2cb250; color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 12px; position: absolute; top: -10px; right: -10px; }
.head-l-score { text-align: center; }
.head-l-score-h3 { font-size: 14px; color: #3D3D3D; margin-bottom: 8px; }
.score-num { font-size: 32px; font-weight: 700; color: #D39A57; }
.score-num-small { font-size: 14px; color: #666; }

.head-c { margin: 0 20px; }
.head-c-title { font-size: 24px; color: #3D3D3D; margin-bottom: 16px; }
.head-c-span { margin-bottom: 20px; }
.head-c-span-p { display: flex; align-items: center; gap: 10px; }
.head-c-span-img { width: 24px; height: 16px; }
.head-c-span-text { color: #3D3D3D; font-size: 14px; }
.feature-item { color: #3D3D3D; font-size: 14px; padding-right: 12px; border-right: 1px solid #D3D3D3; }
.feature-item:last-child { border-right: none; }
.head-c-weburl { display: flex; align-items: center; background: #4079a9; padding: 12px 16px; border-radius: 4px; color: #fff; text-decoration: none; margin-bottom: 20px; }
.head-c-weburl-l p:first-child { font-size: 14px; margin-bottom: 4px; }
.head-c-weburl-l p:last-child { font-size: 12px; opacity: .8; }
.head-c-bt { display: flex; gap: 12px; }
.head-c-bt-span { padding: 10px 24px; background: #fff; color: #3D3D3D; border-radius: 4px; text-decoration: none; font-size: 14px; transition: background-color 0.3s; }
.head-c-bt-span:hover { background: #f5f5f5; }
.head-r { min-width: 300px; }

/* Dealer Info & Action Buttons */
.dealer-info-box { background: #fff; border-radius: 8px; padding: 16px; margin-bottom: 16px; }
.dealer-info-title { display: flex; align-items: center; justify-content: space-between; padding: 15px; }
.dealer-info-title-left { display: flex; align-items: center; gap: 8px; }
.dealer-info-title-text { font-size: 16px; color: #333; font-weight: 500; }
.dealer-info-title-icon { width: 16px; height: 16px; border: 1px solid #666; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; color: #666; cursor: pointer; }
.dealer-info-title-right { display: flex; align-items: center; gap: 8px; }

.user-icon { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; color: #666; cursor: pointer; }
.dealer-info-actions { display: flex; gap: 8px; }
.action-btn { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 4px; cursor: pointer; background: none; border: none; color: #666; position: relative; }
.action-btn:hover, .action-btn.plus { background: #f5f5f5; }
.action-btn.like.active { color: #ff4d4f; }
.action-btn.share { background: #f0f0f0; }
.action-btn.refresh { background: #4052e6; color: #fff; }

.share-dropdown { position: absolute; top: 100%; right: 0; background: #fff; border-radius: 4px; box-shadow: 0 2px 8px rgb(0 0 0 / .15); padding: 8px 0; min-width: 120px; display: none; z-index: 100; }
.action-btn.share:hover .share-dropdown { display: block; }
.share-item { display: flex; align-items: center; padding: 8px 16px; color: #333; text-decoration: none; gap: 8px; }
.share-item:hover { background: #f5f5f5; }
.share-item i { font-size: 16px; }
.share-item span { font-size: 14px; }

.dealer-info-rating { text-align: center; padding: 20px 0; }
.rating-score { font-size: 36px; color: #D39A57; font-weight: 700; }

.dealer-info-li { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgb(0 0 0 / .1); }
.dealer-info-li:last-child { border-bottom: none; }
.dealer-info-li-l, .dealer-info-li-c { width: 25%; padding-right: 10px; }
.dealer-info-li-r { width: 25%; display: flex; align-items: center; justify-content: flex-end; }
.dealer-info-li-c-labelson { width: 25%; display: flex; align-items: center; gap: 8px; }
.dealer-info-li-tl, .dealer-info-li-c-txt { font-size: 14px; color: #666; margin-bottom: 5px; }
.dealer-info-li-txt { font-size: 25px; font-weight: 600; color: #333; }
.dealer-info-li-c-label { display: flex; align-items: center; gap: 10px; }
.dealer-info-li-c1 { color: #333; font-weight: 500; }
.dealer-info-li-c2, .mt-num { background: #52A164; color: #fff; padding: 2px 6px; border-radius: 4px; font-size: 12px; }
.mt-num { margin-right: 10px; }
.dealer-info-li-c3 { width: 24px; height: 16px; object-fit: cover; }
.dealer-info-li-c4 { color: #333; font-size: 14px; }
.dealer-info-li-c5 { color: #666; font-size: 14px; }
.dealer-info-li-c6 { color: #333; font-weight: 500; font-size: 16px; }
.dealer-info-li-r { width: 24px; color: #999; display: flex; align-items: center; }

/* Head Tools */
.newhead-tool { display: flex; gap: 12px; margin-top: 20px; }
.newhead-toolbox { width: 40px; height: 40px; background: rgb(255 255 255 / .1); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.3s; }
.newhead-toolbox:hover { background: rgb(255 255 255 / .2); }
.newhead-toolbox span { color: #fff; font-size: 20px; }

/* ==============================================
   2. BROKER CONTAINERS & TABS
   ============================================== */
.broker-container { max-width: 1200px; margin: 20px auto; padding: 0 15px; }
.broker-row { display: flex; border-radius: 8px; padding: 15px; gap: 10px; align-items: flex-start; background: #f7ecec; border: 1px solid rgb(0 0 0 / .051); box-shadow: 0 2px 8px rgb(0 0 0 / .1); }
.broker-left { width: 250px; flex-shrink: 0; }
.broker-right { width: 290px; flex-shrink: 0; }
.broker-center { flex: 1; width: 310px; }
.logo-box { background: #fff; padding: 15px; border-radius: 8px; position: relative; margin-bottom: 15px; height: 160px; width: 230px; }
.broker-logo { width: 100%; }
.regulated-badge { position: absolute; top: -3px; left: -10px; background: #2CB250; color: #fff; padding: 4px 8px; border-radius: 4px; font-size: 12px; }
.score-box { text-align: center; padding: 15px; background: #f8f8f8; border-radius: 8px; height: 100px; width: 230px; }
.score-label { color: #666; font-size: 14px; margin-bottom: 5px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.info-icon { width: 16px; height: 16px; border: 1px solid #666; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-style: normal; }
.score-value { font-size: 36px; color: #D39A57; font-weight: 700; line-height: 1; }
.score-max { font-size: 14px; color: #666; }
.broker-title { font-size: 24px; color: #333; margin-bottom: 15px; }
.brokers-info { display: flex; align-items: center; gap: 10px; margin-bottom: 5px; font-size: 14px; color: #666; }
.country-flag { width: 24px; height: 16px; }
.separator { color: #999; }
.broker-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.tag { background: rgb(0 0 0 / .05); padding: 6px 12px; border-radius: 16px; font-size: 13px; color: #666; }
.website-boxx { background: #4079A9; padding: 10px 5px; border-radius: 6px; margin-bottom: 10px; width: 250px; height: 70px; }
.website-link { color: #fff; }
.website-url { font-size: 12px; margin-bottom: 4px; }
.website-label { font-size: 12px; opacity: .8; }
.action-buttons { display: flex; gap: 4px; }
.btn-open, .btn-time { padding: 8px 18px; border: none; border-radius: 4px; background: #fff; color: #333; font-size: 14px; cursor: pointer; width: 100%; box-shadow: 0 2px 4px rgb(0 0 0 / .1); }
.rating-box, .environment-box { background: #fff; border-radius: 8px; padding: 15px; margin-bottom: 15px; box-shadow: 0 2px 4px rgb(0 0 0 / .05); }
.rating-header, .env-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; font-size: 16px; color: #333; }
.rating-value { font-size: 32px; color: #D39A57; text-align: center; font-weight: 700; }
.env-content { display: flex; justify-content: space-between; }
.env-left, .env-right { flex: 1; }
.env-label, .speed-label { font-size: 13px; color: #666; margin-bottom: 5px; }
.env-value, .speed-value { font-size: 16px; color: #333; font-weight: 500; }

/* Info Chart Box */
.dealer-info-pfzsbox { background: #fff; border-radius: 8px; height: 280px; margin-bottom: 15px; position: relative; width: 290px; }
.dealer-info-title-plus { width: 24px; height: 24px; background: #f5f5f5; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #666; }
.dealer-info-pfzs { position: relative; padding-top: 20px; }
.chart-container { position: relative; width: 290px; margin: 0 auto; }
.module-l-echart-text { position: absolute; top: 53%; left: 50%; transform: translate(-50%,-50%); text-align: center; z-index: 1; }
.module-l-echart-text .scores { font-size: 18px; color: #fff; font-weight: 700; }
.chart-labels { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; }
.chart-label { position: absolute; font-size: 12px; color: #666; text-align: center; white-space: nowrap; display: flex; flex-direction: column; align-items: center; }
.chart-label .value { font-size: 14px; color: #333; font-weight: 500; margin-top: 2px; }
.regulation-badge { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: #2CB250; color: #fff; padding: 2px 12px; border-radius: 12px; font-size: 12px; white-space: nowrap; z-index: 2; }
.chart-label.business { top: 25%; right: 8%; }
.chart-label.risk-control { bottom: 15%; right: 8%; }
.chart-label.software { bottom: 15%; left: 8%; }
.chart-label.license { top: 25%; left: 8%; }
.dealer-info-boxtwo { background: #fff; border-radius: 8px; margin-bottom: 15px; width: 290px; height: 280px; }

/* AvaTrade & Info Wrapper */
.avatrade-info-wrapper { display: flex; gap: 20px; margin: 32px 0; }
.avatrade-info-left { flex: 1; display: flex; flex-direction: column; gap: 24px; width: 900px; }
.avatrade-info-right { flex: 2; display: flex; flex-direction: column; gap: 24px; }
.avatrade-card { background: #fff; border: 1px solid #eee; border-radius: 10px; box-shadow: 0 6px 18px rgb(0 0 0 / .05); padding: 24px 18px 18px 18px; }
.card-title { font-size: 18px; font-weight: 600; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.badge { background: #f5f6fa; color: #4285f4; border-radius: 12px; padding: 2px 10px; font-size: 13px; margin-left: 8px; }

/* Lists & VPS Icons */
.license-list { display: flex; flex-direction: column; gap: 16px; }
.license-item { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.license-flag { width: 28px; height: 20px; border-radius: 3px; border: 1px solid #eee; }
.license-type { font-weight: 600; }
.license-type.asic { color: #4285f4; }
.license-type.fsa { color: #e74c3c; }
.license-status.regulated { background: #eafaf1; color: #52a164; border-radius: 4px; padding: 2px 8px; font-size: 13px; margin-left: 4px; }
.license-desc, .vps-card .vps-desc { color: #888; }
.license-desc { margin-left: 8px; }
.vps-card .vps-desc { margin-bottom: 40px; }
.vps-icons { display: flex; gap: 50px; margin-top: 8px; }
.vps-icon { display: flex; flex-direction: column; align-items: center; font-size: 14px; color: #333; }
.vps-icon img { width: 48px; height: 48px; margin-bottom: 4px; }

/* Basic Info */
.basic-info-card { min-height: 180px; }
.basic-info-title { font-size: 18px; font-weight: 600; margin-bottom: 18px; }
.basic-info-row { display: flex; gap: 48px; margin-bottom: 12px; }
.info-label { color: #888; font-size: 14px; }
.info-value { font-size: 15px; margin-top: 2px; display: flex; align-items: center; gap: 6px; }
.info-flag { width: 20px; height: 14px; border-radius: 2px; border: 1px solid #eee; }
.basic-info-row a { color: #4285f4; text-decoration: none; word-break: break-all; }
.basic-info-row a:hover { text-decoration: underline; }

/* ==============================================
   3. SURVEY & CAROUSEL (Ad)
   ============================================== */
.survey-card { padding: 0!important; overflow: hidden; background: #fff; }
.swiper-container-box { width: 100%; }
.img-box-jaf { display: flex; position: relative; gap: 0; }
.item-info { display: flex; position: relative; text-decoration: none; width: 100%; }
.deal-img { width: 170px; height: 150px; position: relative; overflow: hidden; flex-shrink: 0; margin: 10px; }
.survey-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.item-info:hover .survey-img { transform: scale(1.05); }
.deal-info { flex: 1; padding: 20px; background: #fff; color: #333; display: flex; flex-direction: column; justify-content: space-between; }
.top-cell { display: flex; flex-direction: column; gap: 8px; }
.deal-name { font-size: 16px; line-height: 1.4; }
.deal-name span:first-child { color: #B27E36; font-size: 18px; font-weight: 500; margin-bottom: 4px; }
.deal-name .overhide2 { font-size: 16px; color: #333; }
.tag { align-self: flex-start; padding: 4px 12px; border-radius: 4px; font-size: 12px; font-weight: 500; background: rgb(51 128 102 / .9)!important; color: #fff; }
.bottom-cell { display: flex; align-items: center; gap: 8px; }
.bottom-cell img { width: 20px; height: 14px; border-radius: 2px; }
.country { font-size: 14px; color: #666; }
.deal-img:not(:first-child) { display: block; }
.mb-20 { margin-bottom: 20px; }

.ad-card { padding: 0!important; overflow: hidden; }
.dealer-ad-john { width: 100%; }
.el-carousel { position: relative; }
.el-carousel__container { position: relative; height: 198px; overflow: hidden; }
.el-carousel__arrow { border: none; outline: none; padding: 0; margin: 0; height: 36px; width: 36px; cursor: pointer; transition: .3s; border-radius: 50%; background-color: rgb(31 45 61 / .11); color: #fff; position: absolute; top: 50%; z-index: 10; transform: translateY(-50%); text-align: center; font-size: 12px; }
.el-carousel__arrow--left { left: 16px; }
.el-carousel__arrow--right { right: 16px; }
.el-carousel__arrow:hover { background-color: rgb(31 45 61 / .23); }
.el-carousel__item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: inline-block; transition: transform .4s ease-in-out; overflow: hidden; }
.dealer-ad-a { display: block; width: 100%; height: 100%; }
.dealer-ad-a img { width: 100%; height: 100%; object-fit: cover; }
.el-carousel__indicators { position: absolute; list-style: none; margin: 0; padding: 0; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 2; }
.el-carousel__indicators--horizontal { display: flex; gap: 12px; padding: 12px 0; }
.el-carousel__indicator { display: inline-block; padding: 12px 4px; cursor: pointer; }
.el-carousel__button { display: block; width: 30px; height: 2px; background-color: #fff; border: none; outline: none; padding: 0; margin: 0; cursor: pointer; opacity: .48; transition: .3s; }
.el-carousel__indicator.is-active .el-carousel__button { opacity: 1; }

/* ==============================================
   4. DEALER TABS (License, Platform, Servers)
   ============================================== */
.cursor-pointer { cursor: pointer; }
.sticky { position: sticky; top: 130px; z-index: 19; background: #fff; }
.fix-tab-content { overflow-x: auto; display: flex; gap: 44px; padding-bottom: 0; border-bottom: 1px solid #f5f5f5; min-width: 900px; }
.dealerFixedMenu { font-size: 16px; cursor: pointer; white-space: nowrap; padding-bottom: 8px; transition: color 0.2s,border-bottom 0.2s; color: #222; font-weight: 400; border-bottom: unset; }
.dealerFixedMenu[style*="border-bottom: 3px solid"] { color: #222; font-weight: 600; border-bottom: 3px solid #FFD733!important; }
.dealerFixedMenu:hover { color: #b28936; }
.dealer-tab-content { background: #fff; border-radius: 12px; padding: 32px 24px 24px; margin-top: 24px; box-shadow: 0 2px 8px rgb(3 3 3 / .03); }
dealer-tabss { background: #f3f3f3; }
.dealer-tab-title { font-size: 26px; font-weight: 700; margin-bottom: 18px; }
.dealer-tab-license-row { display: flex; align-items: center; justify-content: space-between; gap: 0; margin-bottom: 18px; flex-wrap: nowrap; background: none; }
.dealer-tab-license { background: #f6fcfb; color: #16a085; border-radius: 10px; padding: 16px 36px 16px 24px; font-size: 22px; font-weight: 700; display: flex; align-items: center; gap: 12px; box-shadow: none; margin-right: 18px; border: none; width: 300px; }
.dealer-tab-license.success { background: #aff2e7; color: #16a085; }
.dealer-tab-license-info { display: flex; align-items: flex-end; justify-content: flex-end; gap: 48px; margin-left: auto; color: #222; font-size: 18px; font-weight: 500; }
.dealer-tab-license-info-item { display: flex; flex-direction: column; align-items: center; min-width: 120px; }
.dealer-tab-license-info-number { font-size: 32px; font-weight: 700; color: #222; line-height: 1; }
.dealer-tab-license-info-label { font-size: 16px; color: #555; margin-top: 6px; font-weight: 400; }
.dealer-tab-license-info-arrow { color: #f7b500; font-size: 20px; margin-left: 4px; vertical-align: middle; }
.dealer-tab-desc { color: #888; font-size: 15px; margin-bottom: 24px; border-bottom: 1px dashed #e5e5e5; padding-bottom: 18px; }

/* Platforms & Servers Sliders */
.dealer-tab-platforms-slider, .dealer-tab-servers-slider { display: flex; align-items: center; position: relative; margin-bottom: 24px; width: 100%; }
.platforms-arrow, .servers-arrow { background: #fff; border: 1px solid #e5e5e5; border-radius: 50%; width: 36px; height: 36px; font-size: 20px; color: #16a085; cursor: pointer; display: flex; align-items: center; justify-content: center; margin: 0 8px; transition: background 0.2s,color 0.2s; box-shadow: 0 2px 8px rgb(0 0 0 / .04); z-index: 2; }
.platforms-arrow:disabled, .servers-arrow:disabled { opacity: .3; cursor: not-allowed; }
.dealer-tab-platforms, .dealer-tab-servers { display: flex; gap: 18px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; width: 100%; }
.dealer-tab-platforms::-webkit-scrollbar, .dealer-tab-servers::-webkit-scrollbar { display: none; }
.dealer-tab-platform { border-radius: 10px; box-shadow: 0 2px 8px rgb(0 0 0 / .04); padding: 18px; min-width: 180px; background: #f5f4f4; text-align: center; flex: 1; }
.dealer-tab-platform-icon { width: 48px; height: 48px; margin-bottom: 8px; }
.dealer-tab-platform-name { font-size: 17px; font-weight: 600; margin-bottom: 6px; }
.dealer-tab-platform-status { display: inline-block; padding: 2px 12px; border-radius: 12px; font-size: 13px; font-weight: 500; margin-top: 2px; }
.dealer-tab-platform-status.perfect { background: #eafaf1; color: #52a164; }
.dealer-tab-platform-status.good { background: #f5f6fa; color: #4285f4; }
.dealer-tab-server-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.dealer-tab-server-tab { background: #111; color: #fff; border: none; border-radius: 6px 6px 0 0; padding: 8px 18px; font-size: 15px; font-weight: 600; cursor: pointer; outline: none; transition: background 0.2s,color 0.2s; opacity: .7; }
.dealer-tab-server-tab.active { background: #fff; color: #111; border-bottom: 2px solid #111; opacity: 1; }
.dealer-tab-server-card { background: #f5f4f4; border-radius: 16px; box-shadow: 0 2px 12px rgb(31 35 41 / .06); padding: 24px 24px 18px; margin-bottom: 18px; min-width: 320px; max-width: 370px; display: flex; flex-direction: column; gap: 18px; font-family: inherit; }
.dealer-tab-server-header { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 700; color: #222; }
.server-type.mt4 { background: #1abc9c; color: #fff; border-radius: 6px; padding: 2px 12px; font-size: 15px; font-weight: 700; margin-right: 8px; }
.server-type.mt5 { background: #2563eb; color: #fff; border-radius: 6px; padding: 2px 12px; font-size: 15px; font-weight: 700; margin-right: 8px; }
.server-name { font-weight: 700; font-size: 18px; color: #222; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.server-count { color: #888; font-size: 16px; font-weight: 500; margin-left: 8px; }
.dealer-tab-server-info-row { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 0; }
.dealer-tab-server-info-col { flex: 1; min-width: 0; }
.dealer-tab-server-info-label { color: #b0b6be; font-size: 15px; margin-bottom: 2px; }
.dealer-tab-server-info-value { color: #222; font-size: 15px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex; align-items: center; gap: 6px; }
.server-flag { width: 18px; height: 12px; vertical-align: middle; margin-right: 4px; border-radius: 2px; }
.dealer-tab-server-meta-box { background: #f8fafd; border-radius: 10px; padding: 16px 18px 10px; margin-top: 6px; font-size: 16px; color: #222; display: flex; flex-direction: column; gap: 8px; border: 1px solid #f0f0f0; }
.dealer-tab-server-meta-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.dealer-tab-server-meta-label { color: #b0b6be; font-size: 15px; margin-right: 4px; }
.dealer-tab-server-meta-value { color: #222; font-size: 16px; font-weight: 600; }
.ping { color: #52a164; font-weight: 700; margin-left: 2px; }
.ping-dot { display: inline-block; width: 10px; height: 10px; background: #52a164; border-radius: 50%; margin-left: 6px; vertical-align: middle; }
.dealer-tab-server-meta-company { color: #222; font-size: 15px; font-weight: 500; margin-top: 8px; border-top: 1px dashed #e5e5e5; padding-top: 8px; }

/* ==============================================
   5. CHARTS & GRAPHS
   ============================================== */
.graph-container { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgb(0 0 0 / .08); }
.graphsss { background: #f3f3f3; }
.tabs { display: flex; gap: 10px; margin-bottom: 20px; }
.tab { padding: 8px 15px; border-radius: 4px; cursor: pointer; background: #f0f0f0; }
.tab.active { background: #333; color: #fff; }
.graph { position: relative; height: 300px; margin-bottom: 20px; }
.graph-canvas { width: 100%; height: 100%; }
.tooltip { position: absolute; background: rgb(0 0 0 / .8); color: #fff; padding: 8px; border-radius: 4px; font-size: 12px; display: none; pointer-events: none; }
.stat-box { background: #f8f8f8; padding: 15px; border-radius: 6px; }
.stat-label { color: #666; font-size: 14px; margin-bottom: 5px; }
.stat-value { font-size: 24px; font-weight: 700; }
.good-tag { background: #e6f4ea; color: #137333; padding: 2px 6px; border-radius: 3px; font-size: 12px; margin-left: 5px; }
.legend { display: flex; gap: 20px; justify-content: center; margin: 10px 0; }
.legend-item { display: flex; align-items: center; gap: 5px; font-size: 14px; }
.legend-color { width: 12px; height: 12px; border-radius: 50%; }

/* ==============================================
   6. RELEVANT ENTERPRISES & COMPANY SUMMARY
   ============================================== */
.relevant-enterprises-section { background: #f7f8fa; border-radius: 8px; }
.relevant-enterprises-section .re-section-title { font-size: 28px; font-weight: 700; color: #292929; margin-bottom: 24px; margin-left: 40px; }
.re-nav-table-wrap { background: #fff; border-radius: 8px; padding: 32px 24px; box-shadow: 0 2px 8px rgb(3 3 3 / .03); }
.re-nav { display: flex; gap: 8px; margin-bottom: 18px; }
.re-nav-tab { font-size: 14px; padding: 0 20px; min-height: 28px; line-height: 28px; border-radius: 6px 6px 0 0; background: #b2b2b2; color: #fff; cursor: pointer; font-weight: 400; transition: background 0.2s,color 0.2s; }
.re-nav-tab.active { background: #222; color: #fff; font-weight: 600; cursor: default; }
.re-table-scroll { overflow-x: auto; }
.re-table { width: 100%; border-collapse: collapse; min-width: 800px; background: #fff; }
.re-table thead tr { background: #222; color: #fff; font-size: 14px; }
.re-table th, .re-table td { padding: 11px; text-align: left; font-size: 14px; vertical-align: middle; }
.re-table th { font-weight: 500; }
.re-table tbody tr { border: 1px solid #e5e6eb; transition: background 0.2s; }
.re-table tbody tr:hover { background: #f7f8fa; }
.re-company-cell { display: flex; align-items: center; gap: 12px; }
.re-company-logo-wrap { position: relative; width: 44px; height: 44px; }
.re-company-logo { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; }
.re-company-flag { position: absolute; right: -8px; bottom: -8px; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #ededed; background: #fff; object-fit: cover; }
.re-company-info { display: flex; flex-direction: column; gap: 4px; }
.re-company-name { font-size: 15px; font-weight: 500; color: #3d3d3d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 320px; }
.re-company-tags { display: flex; gap: 8px; margin-top: 4px; }
.re-tag { font-size: 12px; padding: 2px 8px; border-radius: 4px; border: 1px solid #e5e6eb; color: #86909c; background: #f5f6fa; display: inline-block; }
.re-tag-active { color: #3B9BFF; background: rgb(59 155 255 / .05); border-color: rgb(59 155 255 / .2); }
.re-tag-country { color: #86909c; background: #fff; border-color: #e5e6eb; }

.d-none { display: none!important; }
.company-summary-section { background: #f7f8fa; padding: 40px 0; border-radius: 8px; }
.company-summary-container { display: flex; justify-content: space-between; align-items: flex-start; max-width: 1400px; margin: 0 auto; padding: 0 40px; gap: 40px; }
.company-summary-left { flex: 1 1 0%; display: flex; flex-direction: column; align-items: center; width: 95%; }
.company-summary-title { font-size: 32px; font-weight: 700; color: #292929; margin-bottom: 32px; align-self: flex-start; }
.company-summary-video { width: 480px; height: 270px; background: #000; border-radius: 4px; overflow: hidden; margin-bottom: 32px; display: flex; justify-content: center; align-items: center; }
.company-summary-btn { margin-top: 12px; padding: 12px 48px; border: 1px solid #C9CDD4; background: #fff; color: #3D3D3D; font-size: 16px; border-radius: 4px; cursor: pointer; transition: background 0.2s,color 0.2s; }
.company-summary-btn:hover { background: #f0f0fc; color: #292929; }
.company-summary-right { width: 95%; background: #fafafa; border-radius: 8px; padding: 32px 24px; margin-top: 32px; }
.company-summary-keywords-title { font-size: 20px; font-weight: 700; color: #292929; margin-bottom: 24px; }
.company-summary-keywords-list { display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; list-style: none; }
.company-summary-keywords-list li { background: #f7f8fa; color: #3D3D3D; font-size: 15px; border-radius: 6px; padding: 8px 18px; margin: 0; width: fit-content; }
.company-summary-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgb(31 35 41 / .06); padding: 48px 32px; max-width: 1150px; margin: 0 auto; }

/* ==============================================
   7. NEWS, MEDIA & MARKETING SECTIONS
   ============================================== */
.news-section { background: #f7f8fa; border-radius: 8px; }
.news-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgb(31 35 41 / .06); padding: 32px 24px; max-width: 1150px; margin: 0 auto; }
.news-title { font-size: 28px; font-weight: 700; color: #292929; margin-bottom: 24px; padding-left: 10px; }
.news-list { display: flex; flex-wrap: wrap; }
.news-item { width: 50%; padding: 0 12px; margin-bottom: 20px; text-decoration: none; color: inherit; transition: box-shadow 0.2s; }
.news-item:hover .news-headline { color: #b38936; }
.news-item-inner { display: flex; background: #fafafa; border-radius: 8px; padding: 20px; gap: 20px; min-height: 143px; height: 143px; }
.news-img-wrap { width: 178px; height: 100px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 4px; background: #fff; flex-shrink: 0; }
.news-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.news-item:hover .news-img { transform: scale(1.05); }
.news-content { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.news-headline { font-size: 16px; font-weight: 600; color: #2A2A2A; margin-bottom: 8px; line-height: 22px; display: flex; align-items: center; gap: 8px; }
.news-badge { background: #f9811d; color: #fff; font-size: 12px; border-radius: 3px; padding: 2px 8px; margin-right: 8px; position: relative; top: -2px; }
.news-desc { font-size: 14px; color: #A3A3A3; margin: 12px 0; line-height: 20px; height: 40px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news-meta { display: flex; align-items: center; font-size: 12px; color: #86909C; gap: 6px; }
.news-date { margin-left: 4px; }
.news-view-more-wrap { display: flex; justify-content: center; width: 100%; margin-top: 16px; margin-bottom: 8px; }
.news-view-more { cursor: pointer; background: #fff; color: #3D3D3D; font-size: 14px; border: 1px solid #C9CDD4; border-radius: 4px; padding: 10px 40px; transition: background 0.2s,color 0.2s; }
.news-view-more:hover { background: #F0F0FC; color: #3D3D3D; }
.hidden-news { display: none; }

.environment-section { background: #f7f8fa; padding: 40px 0 0; }
.environment-section .container { background: #fff; border-radius: 8px; box-shadow: 0 1px 3px rgb(0 0 0 / .1); padding: 24px; }
.section-title { font-size: 28px; font-weight: 700; color: #292929; margin-bottom: 24px; }
.environment-tabs { display: flex; gap: 8px; margin-bottom: 24px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.environment-tabs::-webkit-scrollbar { display: none; }
.env-tab { padding: 8px 16px; border: none; background: #f5f5f5; color: #666; font-size: 14px; border-radius: 4px; cursor: pointer; white-space: nowrap; transition: all 0.3s ease; }
.env-tab:hover { background: #e9e9e9; }
.env-tab.active { background: #2c3e50; color: #fff; }

/* Dashboard Tabs */
.data-tabs-bg { background: #f7f8fa; padding: 40px 0; }
.data-tabs-container { display: flex; flex-direction: column; background: #fff; border-radius: 10px; margin: 0 auto; max-width: 1150px; box-shadow: 0 2px 8px #eee; min-height: 500px; }
.data-tabs-header { display: flex; gap: 32px; border-bottom: 2px solid #f0f0f0; background: #fff; border-radius: 10px 10px 0 0; padding: 0 24px; margin: 30px 0 24px; }
.data-tabs-content-row { display: flex; flex: 1; }
.data-tabs-left { flex: 1.5; padding: 32px 24px 24px 32px; border-right: 1px solid #f0f0f0; }
.data-tabs-right { flex: .7; display: flex; flex-direction: column; align-items: center; min-width: 280px; }
.data-tab-btn { background: none; border: none; font-size: 22px; font-weight: 600; color: #888; padding: 0 0 12px; cursor: pointer; border-bottom: 2px solid #fff0; transition: color 0.2s,border-color 0.2s; }
.data-tab-btn.active { color: #222; border-bottom: 2px solid #f7b500; }
.data-tab-content, .data-tab-right-content { display: none; }
.data-tab-content.active, .data-tab-right-content.active { display: block; }

.marketing-tabs-bg { background: #f7f8fa; padding: 10px 0; }
.marketing-tabs-container { display: flex; flex-direction: column; background: #fff; border-radius: 10px; margin: 0 auto 30px; max-width: 1150px; box-shadow: 0 2px 8px #eee; min-height: 300px; }
.marketing-tabs-header { display: flex; gap: 32px; border-bottom: 2px solid #f0f0f0; background: #fff; border-radius: 10px 10px 0 0; padding: 0 24px; margin: 30px 0 24px; }
.marketing-tab-btn { background: none; border: none; font-size: 22px; font-weight: 600; color: #888; padding: 0 0 12px; cursor: pointer; border-bottom: 2px solid #fff0; transition: color 0.2s,border-color 0.2s; }
.marketing-tab-btn.active { color: #222; border-bottom: 2px solid #f7b500; }
.marketing-tabs-content-row { width: 100%; padding: 0 24px 32px; }
.marketing-tab-content { display: none; }
.marketing-tab-content.active { display: block; }

/* Biz Area & Maps */
.bizarea-bg { background: #f7f8fa; padding: 10px 0; }
.bizarea-container { background: #fff; border-radius: 12px; max-width: 1150px; margin: 0 auto 40px; box-shadow: 0 2px 8px #eee; padding: 32px 32px 40px; display: flex; flex-direction: column; }
.bizarea-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.bizarea-title { font-size: 2rem; font-weight: 700; color: #222; }
.bizarea-influence { font-size: 1.1rem; font-weight: 500; color: #888; margin-left: 16px; }
.bizarea-tabs { display: flex; gap: 12px; }
.bizarea-tab-btn { background: #f5f5f5; border: none; border-radius: 6px 6px 0 0; padding: 10px 28px; font-size: 1rem; font-weight: 600; color: #222; cursor: pointer; transition: background 0.2s,color 0.2s; }
.bizarea-tab-btn.active { background: #222; color: #fff; }
.bizarea-content-row { width: 100%; min-height: 340px; }
.bizarea-content { display: none; }
.bizarea-content.active { display: block; }
.bizarea-map-bar-wrap, .bizarea-donut-bar-wrap { display: flex; gap: 40px; align-items: flex-start; justify-content: flex-start; }
.bizarea-map-placeholder, .bizarea-donut-placeholder, .bizarea-bar-placeholder { background: none; border-radius: 10px; overflow: hidden; }

/* Website Section */
.website-section { background: #fff; border-radius: 12px; max-width: 1150px; margin: 32px auto; box-shadow: 0 2px 8px #eee; padding: 40px 40px 32px; }
.website-se { background: #f7f8fa; padding: 10px 0; }
.website-title { font-size: 28px; font-weight: 700; color: #292929; margin-bottom: 24px; }
.website-visited p { color: #A3A3A3; font-size: 14px; }
.website-country-list { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
.website-country-item { display: flex; align-items: center; gap: 8px; background: #FAFAFA; padding: 10px 18px; border-radius: 8px; font-size: 16px; color: #3D3D3D; }
.website-domain-list { margin-top: 32px; }
.website-domain-item { border: 1px solid #F5F5F5; border-radius: 8px; margin-bottom: 12px; overflow: hidden; background: #fff; transition: box-shadow 0.2s; }
.website-domain-view-more { cursor: pointer; background: #fff; color: #3D3D3D; font-size: 14px; border: 1px solid #C9CDD4; border-radius: 4px; padding: 10px 40px; transition: background 0.2s,color 0.2s; }
.website-domain-more-wrap { display: flex; justify-content: center; width: 100%; margin-top: 16px; margin-bottom: 8px; }
.website-domain-header { display: flex; align-items: center; gap: 8px; padding: 12px 18px; cursor: pointer; background: #fff; border-bottom: 1px solid #F5F5F5; min-height: 48px; font-size: 16px; font-weight: 600; }
.website-domain-header .icon-arrow-down { transition: transform 0.3s; font-size: 18px; color: #888; }
.website-domain-item.expanded .icon-arrow-down { transform: rotate(180deg); color: #3B6DF6; }
.website-domain-details { display: none; padding: 18px 18px 18px 48px; background: #fff; box-shadow: 0 2px 8px rgb(59 109 246 / .04); border-radius: 0 0 8px 8px; animation: fadeIn 0.3s; }
.website-domain-item.expanded .website-domain-details { display: block; }
.website-detail-row { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #86909C; margin-top: 10px; padding: 0 0 8px; border-bottom: 1px solid #F5F5F5; }
.website-detail-row:last-child { border-bottom: none; }
.website-detail-row .website-detail-value { margin-left: auto; color: #3D3D3D; font-weight: 500; }
.website-exposure-btn-wrap { margin-top: 24px; }
.website-exposure-btn { background: #3B6DF6; color: #fff; border: none; border-radius: 24px; padding: 12px 48px; font-size: 18px; font-weight: 600; cursor: pointer; box-shadow: 0 2px 8px rgb(59 109 246 / .08); transition: background 0.2s; }
.website-exposure-btn:hover { background: #2a4db7; }
.website-domain-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.website-domain-details-grid>div { padding: 8px 0; display: flex; align-items: center; gap: 8px; font-size: 14px; color: #86909C; }
.website-domain-details-grid>div>div { margin-left: auto; color: #3D3D3D; font-weight: 500; }
.website-domain-item.hidden { display: none; }
.website-more-btn-wrap { text-align: center; margin-top: 20px; }
.website-more-btn { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; background: #FAFAFA; border: 1px solid #F5F5F5; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; }
.website-more-btn:hover { background: #F0F0F0; }
.website-more-btn span { font-size: 14px; color: #3D3D3D; }
.website-more-btn i { font-size: 16px; color: #3D3D3D; transition: transform 0.3s ease; }
.website-more-btn.active i { transform: rotate(180deg); }

/* ==============================================
   8. MEDIA QUERIES (Internal Components)
   ============================================== */
@media (max-width: 1100px) {
    .company-summary-container { flex-direction: column; gap: 24px; padding: 0 12px; }
    .company-summary-right { width: 100%; margin-top: 24px; padding: 24px 12px; }
    .company-summary-video { width: 100%; max-width: 100vw; height: auto; }
    .company-summary-card { padding: 24px 8px; }
}

@media (max-width: 1024px) {
    .dealer-newhead-pc { flex-direction: column; }
    .head-c { margin: 20px 0; }
    .broker-row { flex-direction: column; }
    .broker-left, .broker-right { width: 100%; }
    .broker-center { order: -1; }
}

@media (max-width: 900px) {
    .dealer-tab-server-card { min-width: 90vw; max-width: 90vw; flex: 0 0 90vw; }
    .re-section-title, .re-nav-table-wrap { margin-left: 12px; margin-right: 12px; padding: 16px 8px; }
    .re-table { min-width: 600px; }
    .news-item { width: 100%; padding: 0; }
    .news-item-inner { flex-direction: column; height: auto; min-height: 0; gap: 12px; }
    .news-img-wrap { width: 100%; height: 180px; }
    .bizarea-container { padding: 18px 6px 24px; }
    .bizarea-header { flex-direction: column; align-items: flex-start; gap: 18px; }
    .bizarea-map-bar-wrap, .bizarea-donut-bar-wrap { flex-direction: column; gap: 24px; }
}

@media (max-width: 768px) {
    .broker-features { flex-direction: column; }
    .feature-item { border-right: none; border-bottom: 1px solid #D3D3D3; padding-bottom: 8px; }
    .broker-left { width: 350px; flex-shrink: 0; }
    .head-c-bt { flex-direction: column; }
    .regulated-badge { position: absolute; top: 30px; left: -5px; background: #2CB250; color: #fff; padding: 6px 8px; border-radius: 4px; width: 350px; font-size: 16px; }
    .avatrade-info-wrapper { width: 95%; }
    .dealer-tab-license-info { gap: 10px; }
    .dealer-tab-license.success { margin-bottom: 15px; }
    .dealer-tab-license-info-number { font-size: 16px; }
    .dealer-tab-license-row { display: block; gap: 20px; }
    .broker-container { max-width: 1200px; margin: 20px auto; padding: 0 15px; }
}