/*
 * EA668 Mobile UI V3
 * Professional structure: fewer modules, single-layer cards, clear actions.
 */

.ea668-brand-mobile{display:none}
.float-kefu-trigger-icon{display:none}
.ea668-home-popup-confirm{width:100%;border:0;cursor:pointer}
.ea668-v3-drawer-mask[hidden],
.ea668-v3-drawer[hidden]{display:none!important}

.ea668-v3-kicker{
  display:inline-flex;
  color:#2563eb;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}
.ea668-v3-actions{display:flex;flex-wrap:wrap;gap:9px}
.ea668-v3-section{margin-top:28px}
.ea668-v3-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:13px;
}
.ea668-v3-section-head h2{margin:0;font-size:25px;line-height:1.2}
.ea668-v3-section-head p{margin:5px 0 0;color:#64748b}
.ea668-v3-section-head>a{color:#2563eb;font-weight:850;white-space:nowrap}
.ea668-v3-page-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:28px 30px;
  border:1px solid #dbe5f1;
  border-radius:22px;
  background:#fff;
}
.ea668-v3-page-head h1{margin:0;font-size:34px;line-height:1.16}
.ea668-v3-page-head p{margin:8px 0 0;color:#64748b}
.ea668-v3-page-head>span{
  flex:0 0 auto;
  padding:7px 12px;
  border-radius:999px;
  background:#eef4ff;
  color:#2563eb;
  font-size:13px;
  font-weight:900;
}
.ea668-v3-risk-line{
  display:flex;
  gap:8px;
  margin-top:22px;
  padding:12px 14px;
  border:1px solid #f0d8ae;
  border-radius:12px;
  background:#fffaf0;
  color:#7c5b2c;
  font-size:13px;
  line-height:1.6;
}
.ea668-v3-risk-line b{color:#9a5a00;white-space:nowrap}
.ea668-v3-consult-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:28px;
  padding:24px 26px;
  border-radius:18px;
  background:#172033;
  color:#fff;
}
.ea668-v3-consult-cta h2{margin:0;font-size:24px}
.ea668-v3-consult-cta p{margin:5px 0 0;color:#cbd5e1}

/* Homepage */
.ea668-v3-home-hero{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(290px,.8fr);
  gap:26px;
  align-items:center;
  padding:38px 42px;
  border:1px solid #dbe5f1;
  border-radius:24px;
  background:linear-gradient(135deg,#fff,#f5f9ff);
}
.ea668-v3-home-copy h1{
  max-width:740px;
  margin:10px 0 12px;
  font-size:43px;
  line-height:1.14;
  letter-spacing:-1.1px;
}
.ea668-v3-home-copy>p{
  max-width:700px;
  margin:0;
  color:#64748b;
  font-size:17px;
  line-height:1.75;
}
.ea668-v3-home-copy .ea668-v3-actions{margin-top:19px}
.ea668-v3-market-strip{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:112px;
  padding:22px;
  border:1px solid #dbe5f1;
  border-radius:18px;
  background:#fff;
}
.ea668-v3-market-strip>span{flex:1}
.ea668-v3-market-strip small{display:block;color:#64748b}
.ea668-v3-market-strip strong{display:block;margin-top:6px;font-size:27px}
.ea668-v3-market-strip em{
  padding:5px 9px;
  border-radius:999px;
  background:#f1f5f9;
  color:#475569;
  font-style:normal;
  font-weight:900;
}
.ea668-v3-market-strip em.up{background:#ecfdf5;color:#047857}
.ea668-v3-market-strip em.down{background:#fef2f2;color:#b91c1c}
.ea668-v3-market-strip>b{color:#2563eb;white-space:nowrap}
.ea668-v3-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.ea668-v3-shortcuts a{
  display:flex;
  align-items:center;
  gap:11px;
  padding:15px;
  border:1px solid #dbe5f1;
  border-radius:14px;
  background:#fff;
}
.ea668-v3-shortcuts span{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:10px;
  background:#eef4ff;
  color:#2563eb;
  font-size:11px;
  font-weight:900;
}
.ea668-v3-shortcuts b{font-size:14px}
.ea668-v3-support-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.ea668-v3-support-grid a{
  padding:15px;
  border:1px solid #dbe5f1;
  border-radius:12px;
  background:#fff;
}
.ea668-v3-support-grid b{display:block}
.ea668-v3-support-grid span{display:block;margin-top:4px;color:#64748b;font-size:13px}

/* Product rows */
.ea668-v3-product-list{display:grid;gap:11px}
.ea668-v3-product-row{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  min-width:0;
  overflow:hidden;
  border:1px solid #dbe5f1;
  border-radius:16px;
  background:#fff;
}
.ea668-v3-product-row.is-featured{border-color:#bfdbfe;background:linear-gradient(135deg,#fff,#f7faff)}
.ea668-v3-product-cover{
  min-height:132px;
  overflow:hidden;
  background:linear-gradient(135deg,#1d4ed8,#38bdf8);
}
.ea668-v3-product-cover img{width:100%;height:100%;display:block;object-fit:cover}
.ea668-v3-product-cover>span{display:grid;place-items:center;height:100%;color:#fff;font-size:42px;font-weight:950}
.ea668-v3-product-info{min-width:0;padding:16px}
.ea668-v3-tags{display:flex;flex-wrap:wrap;gap:5px}
.ea668-v3-tags span{
  padding:3px 7px;
  border-radius:999px;
  background:#eef4ff;
  color:#1d4ed8;
  font-size:10px;
  font-weight:850;
}
.ea668-v3-product-info h3{margin:7px 0 5px;font-size:19px;line-height:1.3}
.ea668-v3-product-info p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin:0;
  color:#64748b;
  line-height:1.55;
}
.ea668-v3-product-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:11px;
  padding-top:10px;
  border-top:1px solid #edf1f6;
}
.ea668-v3-product-meta strong{font-size:17px}
.ea668-v3-product-meta a{color:#2563eb;font-weight:850}
.ea668-v3-filter{
  display:flex;
  gap:7px;
  margin:14px 0 0;
  overflow-x:auto;
  scrollbar-width:none;
}
.ea668-v3-filter::-webkit-scrollbar{display:none}
.ea668-v3-filter a{
  flex:0 0 auto;
  padding:8px 13px;
  border:1px solid #dbe5f1;
  border-radius:999px;
  background:#fff;
  color:#475569;
  font-size:13px;
  font-weight:800;
}
.ea668-v3-filter a.active{border-color:#2563eb;background:#2563eb;color:#fff}
.ea668-v3-shop-section{margin-top:16px}

/* Product detail */
.ea668-v3-breadcrumb{display:flex;gap:7px;margin-bottom:10px;color:#64748b;font-size:12px}
.ea668-v3-breadcrumb b{color:#172033}
.ea668-v3-product-hero{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:28px;
  padding:26px;
  border:1px solid #dbe5f1;
  border-radius:20px;
  background:#fff;
}
.ea668-v3-product-hero-cover{
  min-height:340px;
  overflow:hidden;
  border-radius:14px;
  background:linear-gradient(135deg,#1d4ed8,#38bdf8);
}
.ea668-v3-product-hero-cover img{width:100%;height:100%;object-fit:cover}
.ea668-v3-product-hero-cover>span{display:grid;place-items:center;height:100%;color:#fff;font-size:64px;font-weight:950}
.ea668-v3-product-summary h1{margin:10px 0 8px;font-size:34px;line-height:1.2}
.ea668-v3-product-lead{margin:0;color:#64748b;font-size:16px;line-height:1.7}
.ea668-v3-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:17px 0 12px;
  padding:13px 15px;
  border-radius:12px;
  background:#f8fafc;
}
.ea668-v3-price-row small{color:#64748b}
.ea668-v3-price-row strong{font-size:24px}
.ea668-v3-policy-chips{display:flex;flex-wrap:wrap;gap:6px}
.ea668-v3-policy-chips span{
  padding:4px 8px;
  border-radius:999px;
  border:1px solid #dbe5f1;
  color:#475569;
  font-size:11px;
  font-weight:800;
}
.ea668-v3-feature-summary{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px 14px;
  margin:14px 0;
  padding:0;
  list-style:none;
}
.ea668-v3-feature-summary li{position:relative;padding-left:17px;color:#475569;font-size:13px}
.ea668-v3-feature-summary li:before{content:'✓';position:absolute;left:0;color:#059669;font-weight:900}
.ea668-v3-accordion-list{display:grid;gap:9px;margin-top:14px}
.ea668-v3-accordion-list details,
.ea668-v3-faq-list details,
.ea668-open-v3-folds details{
  border:1px solid #dbe5f1;
  border-radius:12px;
  background:#fff;
}
.ea668-v3-accordion-list summary,
.ea668-v3-faq-list summary,
.ea668-open-v3-folds summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  padding:0 15px;
  list-style:none;
  cursor:pointer;
  font-weight:900;
}
.ea668-v3-accordion-list summary::-webkit-details-marker,
.ea668-v3-faq-list summary::-webkit-details-marker,
.ea668-open-v3-folds summary::-webkit-details-marker{display:none}
.ea668-v3-accordion-list summary:after,
.ea668-v3-faq-list summary:after,
.ea668-open-v3-folds summary:after{content:'＋';color:#2563eb;font-size:17px}
.ea668-v3-accordion-list details[open] summary:after,
.ea668-v3-faq-list details[open] summary:after,
.ea668-open-v3-folds details[open] summary:after{content:'－'}
.ea668-v3-accordion-list details>div,
.ea668-v3-accordion-list details>ul,
.ea668-v3-accordion-list details>video,
.ea668-v3-accordion-list details>small{
  margin:0 15px 15px;
}
.ea668-v3-rich-text{color:#475569;line-height:1.8}
.ea668-v3-rich-text p{margin:7px 0}
.ea668-v3-detail-feature-list{display:grid;gap:7px;padding-left:19px;color:#475569}
.ea668-v3-video{display:block;width:calc(100% - 30px);max-height:70vh;border-radius:10px;background:#0f172a}
.ea668-v3-mobile-actionbar{display:none}

/* Drawers */
.ea668-v3-drawer-mask{
  position:fixed;
  inset:0;
  z-index:99970;
  background:rgba(15,23,42,.38);
  backdrop-filter:blur(3px);
}
.ea668-v3-drawer{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:99971;
  width:min(430px,calc(100vw - 44px));
  overflow:hidden;
  border:1px solid #dbe5f1;
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 70px rgba(15,23,42,.26);
}
.ea668-v3-drawer-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:15px 16px;
  border-bottom:1px solid #e5e7eb;
}
.ea668-v3-drawer-head b{display:block;font-size:17px}
.ea668-v3-drawer-head span{display:block;margin-top:3px;color:#64748b;font-size:12px}
.ea668-v3-drawer-head button{
  width:34px;
  height:34px;
  min-height:34px;
  padding:0;
  border-radius:999px;
  background:#f1f5f9;
  color:#64748b;
  font-size:22px;
}
.ea668-v3-drawer-form{display:grid;gap:8px;padding:15px}
.ea668-v3-drawer-form label{margin:0;font-size:13px}
.ea668-v3-form-message{color:#2563eb;font-size:12px;font-weight:800}
body.ea668-v3-drawer-open{overflow:hidden}

/* Open account */
.ea668-open-v3-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:28px 30px;
  border:1px solid #dbe5f1;
  border-radius:20px;
  background:linear-gradient(135deg,#fff,#f5f9ff);
}
.ea668-open-v3-hero h1{margin:7px 0;font-size:34px;line-height:1.2}
.ea668-open-v3-hero p{margin:0;color:#64748b;line-height:1.65}
.ea668-open-v3-third-party{
  margin-top:10px;
  border:1px solid #f0d8ae;
  border-radius:10px;
  background:#fffaf0;
}
.ea668-open-v3-third-party summary{
  padding:9px 12px;
  cursor:pointer;
  color:#9a5a00;
  font-size:12px;
  font-weight:900;
}
.ea668-open-v3-third-party p{margin:0;padding:0 12px 11px;color:#7c5b2c;font-size:12px;line-height:1.55}
.ea668-open-v3-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}
.ea668-open-v3-timeline>li{
  position:relative;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:14px;
  padding:0 0 18px;
}
.ea668-open-v3-timeline>li:not(:last-child):before{
  content:'';
  position:absolute;
  left:23px;
  top:42px;
  bottom:0;
  width:1px;
  background:#dbe5f1;
}
.ea668-open-v3-marker{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:14px;
  background:#eef4ff;
  color:#2563eb;
  font-size:12px;
  font-weight:950;
}
.ea668-open-v3-step{
  padding:15px 16px;
  border:1px solid #dbe5f1;
  border-radius:14px;
  background:#fff;
}
.ea668-open-v3-step h3{margin:0;font-size:18px}
.ea668-open-v3-step>p{margin:5px 0 0;color:#64748b;line-height:1.55}
.ea668-open-v3-actions{display:grid;gap:5px;margin-top:10px}
.ea668-open-v3-action,
.ea668-open-v3-resource-list>a,
.ea668-open-v3-resource-list>details>summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:48px;
  padding:8px 10px;
  border-top:1px solid #edf1f6;
}
.ea668-open-v3-action:first-child{border-top:0}
.ea668-open-v3-action span,
.ea668-open-v3-resource-list span{min-width:0}
.ea668-open-v3-action b,
.ea668-open-v3-resource-list b{display:block;font-size:13px}
.ea668-open-v3-action small,
.ea668-open-v3-resource-list small{
  display:block;
  overflow:hidden;
  margin-top:2px;
  color:#64748b;
  font-size:11px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ea668-open-v3-action em,
.ea668-open-v3-resource-list em{
  flex:0 0 auto;
  color:#2563eb;
  font-size:12px;
  font-style:normal;
  font-weight:850;
}
.ea668-open-v3-folds{display:grid;gap:7px}
.ea668-open-v3-folds details>p{margin:0;padding:0 15px 5px;color:#64748b;line-height:1.55}
.ea668-open-v3-folds .ea668-open-v3-actions{margin:0 15px 13px}
.ea668-open-v3-resource-list{
  overflow:hidden;
  border:1px solid #dbe5f1;
  border-radius:12px;
  background:#fff;
}
.ea668-open-v3-resource-list>a,
.ea668-open-v3-resource-list>details{border-top:1px solid #edf1f6}
.ea668-open-v3-resource-list>:first-child{border-top:0}
.ea668-open-v3-resource-list details{background:#fff}
.ea668-open-v3-resource-list details>summary{cursor:pointer;list-style:none}
.ea668-open-v3-resource-list details>summary::-webkit-details-marker{display:none}
.ea668-open-v3-video{display:block;width:calc(100% - 20px);max-height:64vh;margin:0 10px 10px;border-radius:9px;background:#0f172a}
.ea668-open-v3-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.ea668-open-v3-checklist>div{
  display:flex;
  gap:9px;
  padding:11px;
  border:1px solid #dbe5f1;
  border-radius:11px;
  background:#fff;
}
.ea668-open-v3-checklist>div>b{color:#059669}
.ea668-open-v3-checklist strong,
.ea668-open-v3-checklist small{display:block}
.ea668-open-v3-checklist small{margin-top:3px;color:#64748b;font-size:11px}
.ea668-v3-faq-list{display:grid;gap:6px}
.ea668-v3-faq-list details>p{margin:0;padding:0 15px 14px;color:#64748b;line-height:1.65}

/* Benefits */
.ea668-v3-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.ea668-v3-benefit-grid a{
  padding:15px;
  border:1px solid #dbe5f1;
  border-radius:12px;
  background:#fff;
}
.ea668-v3-benefit-grid span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:10px;
  background:#eef4ff;
  color:#2563eb;
  font-size:10px;
  font-weight:900;
}
.ea668-v3-benefit-grid b{display:block;margin-top:9px}
.ea668-v3-benefit-grid small{display:block;margin-top:3px;color:#64748b}

/* Member */
.ea668-member-v3-summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:24px;
  padding:23px 25px;
  border:1px solid #dbe5f1;
  border-radius:18px;
  background:#fff;
}
.ea668-member-v3-user{display:flex;align-items:center;gap:13px;min-width:0}
.ea668-member-v3-user h1{margin:2px 0;font-size:25px}
.ea668-member-v3-user p{margin:0;color:#64748b;font-size:13px}
.ea668-member-v3-user>div>span{color:#2563eb;font-size:11px;font-weight:900}
.ea668-member-v3-stats{display:flex;gap:8px}
.ea668-member-v3-stats>div{
  min-width:76px;
  padding:9px 11px;
  border-radius:10px;
  background:#f8fafc;
}
.ea668-member-v3-stats small{display:block;color:#64748b}
.ea668-member-v3-stats strong{display:block;margin-top:3px;font-size:16px}
.ea668-member-v3-onboarding,
.ea668-member-v3-alerts{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:9px;
  padding:10px 12px;
  border:1px solid #dbe5f1;
  border-radius:10px;
  background:#f8fafc;
  font-size:12px;
}
.ea668-member-v3-onboarding>div{display:flex;gap:8px}
.ea668-member-v3-onboarding a{color:#2563eb;font-weight:900}
.ea668-member-v3-onboarding button{min-height:0;padding:0;background:none;color:#64748b;font-size:12px}
.ea668-member-v3-alerts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.ea668-member-v3-alerts a{display:flex;justify-content:space-between;gap:8px;color:#9a3412}
.ea668-member-v3-core{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
}
.ea668-member-v3-core a{
  padding:12px 8px;
  border:1px solid #dbe5f1;
  border-radius:11px;
  background:#fff;
  text-align:center;
}
.ea668-member-v3-core span{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  margin:0 auto 7px;
  border-radius:9px;
  background:#eef4ff;
  color:#2563eb;
  font-size:10px;
  font-weight:900;
}
.ea668-member-v3-core b{font-size:12px}
.ea668-member-v3-groups{display:grid;gap:7px;margin-top:18px}
.ea668-member-v3-groups details{
  border:1px solid #dbe5f1;
  border-radius:11px;
  background:#fff;
}
.ea668-member-v3-groups summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:46px;
  padding:0 13px;
  cursor:pointer;
  list-style:none;
  font-weight:900;
}
.ea668-member-v3-groups summary::-webkit-details-marker{display:none}
.ea668-member-v3-groups summary:after{content:'＋';color:#2563eb}
.ea668-member-v3-groups details[open] summary:after{content:'－'}
.ea668-member-v3-linkgrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
  padding:0 10px 10px;
}
.ea668-member-v3-linkgrid a{
  padding:9px;
  border-radius:8px;
  background:#f8fafc;
  color:#475569;
  font-size:12px;
  font-weight:800;
  text-align:center;
}
.ea668-member-v3-records{
  overflow:hidden;
  border:1px solid #dbe5f1;
  border-radius:11px;
  background:#fff;
}
.ea668-member-v3-records>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:13px;
  padding:11px 13px;
  border-top:1px solid #edf1f6;
}
.ea668-member-v3-records>a:first-child{border-top:0}
.ea668-member-v3-records span{min-width:0}
.ea668-member-v3-records b,
.ea668-member-v3-records small{display:block}
.ea668-member-v3-records span b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ea668-member-v3-records small{margin-top:3px;color:#64748b;font-size:10px}
.ea668-member-v3-records em{flex:0 0 auto;text-align:right;font-style:normal}
.ea668-member-v3-records em strong{display:block;font-size:12px}

/* Professional generic layout for ordinary user pages only */
body.ea668-v3-standard .card,
body.ea668-v3-standard .content-card,
body.ea668-v3-standard .form-card,
body.ea668-v3-standard .article{
  box-shadow:none!important;
}
body.ea668-v3-standard .card,
body.ea668-v3-standard .content-card,
body.ea668-v3-standard .form-card{
  border-radius:14px!important;
}
body.ea668-v3-standard .table-wrap{box-shadow:none!important}

/* Keep game, chat and copy pages on their own visual systems */
body.ea668-v3-special .ea668-atmo-float{display:none!important}

/* Mobile */
@media(max-width:760px){
  body.ea668-front{font-size:14px!important;line-height:1.55!important;overflow-x:hidden!important}
  body.ea668-front .ea668-brand-full{display:none!important}
  body.ea668-front .ea668-brand-mobile{display:inline!important}
  body.ea668-front .wrap,
  body.ea668-front .front-wrap{padding-left:12px!important;padding-right:12px!important}
  body.ea668-front .page,
  body.ea668-front .front-page{
    width:100%!important;
    max-width:none!important;
    padding:10px 12px calc(66px + env(safe-area-inset-bottom))!important;
  }

  /* Header */
  body.ea668-front .ea668-nav-main{min-height:50px!important;gap:5px!important}
  body.ea668-front .ea668-nav-main .brand{max-width:90px!important;gap:5px!important;font-size:13px!important}
  body.ea668-front .ea668-nav-main .brand .logo{width:30px!important;height:30px!important;border-radius:9px!important;font-size:10px!important}
  body.ea668-front .ea668-nav-actions{gap:5px!important}
  body.ea668-front .ea668-nav-login-compact,
  body.ea668-front .ea668-nav-checkin,
  body.ea668-front .ea668-nav-toggle{
    min-height:34px!important;height:34px!important;border-radius:9px!important;font-size:11px!important;
  }
  body.ea668-front .ea668-nav-login-compact{min-width:48px!important;padding:0 7px!important}
  body.ea668-front .ea668-nav-checkin{min-width:48px!important;padding:0 6px!important}
  body.ea668-front .ea668-nav-toggle{min-width:58px!important;padding:0 7px!important;gap:5px!important}
  body.ea668-front .ea668-nav-drawer{top:50px!important;max-height:calc(100dvh - 50px)!important}
  body.ea668-front .ea668-nav-group{padding:8px!important;border-radius:11px!important}
  body.ea668-front .ea668-nav-grid a,
  body.ea668-front .ea668-account-links a{min-height:34px!important;padding:6px!important;font-size:11px!important}

  body.ea668-front .btn,
  body.ea668-front button{
    min-height:40px!important;
    padding:9px 13px!important;
    border-radius:10px!important;
    font-size:13px!important;
  }
  body.ea668-front input,
  body.ea668-front select,
  body.ea668-front textarea{
    min-height:42px!important;
    padding:10px 11px!important;
    border-radius:10px!important;
    font-size:14px!important;
  }
  body.ea668-front textarea{min-height:88px!important}

  .ea668-v3-section{margin-top:16px}
  .ea668-v3-section-head{align-items:center;gap:10px;margin-bottom:9px}
  .ea668-v3-section-head h2{font-size:19px}
  .ea668-v3-section-head p{display:none}
  .ea668-v3-section-head>a{font-size:12px}
  .ea668-v3-page-head{
    padding:13px 14px;
    border-radius:13px;
  }
  .ea668-v3-page-head h1{font-size:24px}
  .ea668-v3-page-head p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    margin-top:4px;
    font-size:12px;
  }
  .ea668-v3-page-head>span{padding:5px 8px;font-size:10px}
  .ea668-v3-risk-line{
    margin-top:14px;
    padding:9px 10px;
    border-radius:10px;
    font-size:11px;
    line-height:1.48;
  }
  .ea668-v3-consult-cta{
    gap:10px;
    margin-top:16px;
    padding:13px 14px;
    border-radius:12px;
  }
  .ea668-v3-consult-cta h2{font-size:17px}
  .ea668-v3-consult-cta p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    margin-top:3px;
    font-size:11px;
  }
  .ea668-v3-consult-cta .btn{flex:0 0 auto;white-space:nowrap}

  /* Home */
  .ea668-v3-home-hero{
    grid-template-columns:1fr;
    gap:10px;
    padding:17px;
    border-radius:15px;
  }
  .ea668-v3-home-copy h1{
    margin:6px 0 7px;
    font-size:27px;
    line-height:1.16;
    letter-spacing:-.5px;
  }
  .ea668-v3-home-copy>p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:13px;
    line-height:1.5;
  }
  .ea668-v3-home-copy .ea668-v3-actions{margin-top:11px}
  .ea668-v3-home-copy .ea668-v3-actions>*{flex:1}
  .ea668-v3-market-strip{
    min-height:0;
    padding:10px 11px;
    border-radius:11px;
  }
  .ea668-v3-market-strip small{font-size:10px}
  .ea668-v3-market-strip strong{margin-top:2px;font-size:19px}
  .ea668-v3-market-strip em{padding:3px 6px;font-size:10px}
  .ea668-v3-market-strip>b{font-size:11px}
  .ea668-v3-shortcuts{gap:6px;margin-top:8px}
  .ea668-v3-shortcuts a{
    display:block;
    padding:8px 4px;
    border-radius:10px;
    text-align:center;
  }
  .ea668-v3-shortcuts span{
    width:29px;
    height:29px;
    margin:0 auto 5px;
    border-radius:8px;
    font-size:9px;
  }
  .ea668-v3-shortcuts b{font-size:11px}
  .ea668-v3-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .ea668-v3-support-grid a{padding:10px;border-radius:10px}
  .ea668-v3-support-grid b{font-size:13px}
  .ea668-v3-support-grid span{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    margin-top:2px;
    font-size:10px;
  }

  /* Product rows */
  .ea668-v3-product-list{gap:8px}
  .ea668-v3-product-row{
    grid-template-columns:112px minmax(0,1fr);
    min-height:118px;
    border-radius:12px;
  }
  .ea668-v3-product-cover{min-height:118px}
  .ea668-v3-product-info{padding:10px}
  .ea668-v3-tags{gap:3px}
  .ea668-v3-tags span{padding:2px 5px;font-size:8px}
  .ea668-v3-tags span:nth-child(n+3){display:none}
  .ea668-v3-product-info h3{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin:5px 0 3px;
    font-size:15px;
    line-height:1.25;
  }
  .ea668-v3-product-info p{
    -webkit-line-clamp:1;
    font-size:10px;
    line-height:1.35;
  }
  .ea668-v3-product-meta{margin-top:6px;padding-top:6px}
  .ea668-v3-product-meta strong{font-size:13px}
  .ea668-v3-product-meta a{font-size:10px}
  .ea668-v3-filter{
    position:sticky;
    top:50px;
    z-index:38;
    margin:7px -12px 0;
    padding:7px 12px;
    background:rgba(244,247,251,.96);
    border-bottom:1px solid #dbe5f1;
    backdrop-filter:blur(8px);
  }
  .ea668-v3-filter a{padding:6px 10px;font-size:11px}
  .ea668-v3-shop-section{margin-top:10px}

  /* Product detail */
  .ea668-v3-breadcrumb{margin-bottom:6px;font-size:10px}
  .ea668-v3-product-hero{
    grid-template-columns:1fr;
    gap:9px;
    padding:11px;
    border-radius:13px;
  }
  .ea668-v3-product-hero-cover{min-height:0;aspect-ratio:16/8;border-radius:9px}
  .ea668-v3-product-summary h1{margin:6px 0 4px;font-size:23px}
  .ea668-v3-product-lead{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:12px;
    line-height:1.45;
  }
  .ea668-v3-price-row{margin:8px 0 7px;padding:8px 9px;border-radius:9px}
  .ea668-v3-price-row small{font-size:9px}
  .ea668-v3-price-row strong{font-size:18px}
  .ea668-v3-policy-chips{gap:4px}
  .ea668-v3-policy-chips span{padding:3px 6px;font-size:9px}
  .ea668-v3-feature-summary{gap:4px 8px;margin:8px 0}
  .ea668-v3-feature-summary li{padding-left:14px;font-size:10px;line-height:1.35}
  .ea668-v3-product-summary>.ea668-v3-actions{display:none}
  .ea668-v3-accordion-list{gap:6px;margin-top:9px}
  .ea668-v3-accordion-list summary,
  .ea668-v3-faq-list summary,
  .ea668-open-v3-folds summary{
    min-height:43px;
    padding:0 12px;
    font-size:13px;
  }
  .ea668-v3-accordion-list details>div,
  .ea668-v3-accordion-list details>ul,
  .ea668-v3-accordion-list details>video,
  .ea668-v3-accordion-list details>small{margin:0 12px 12px}
  .ea668-v3-rich-text{font-size:12px;line-height:1.62}
  .ea668-v3-detail-feature-list{gap:5px;font-size:12px}
  .ea668-v3-video{width:calc(100% - 24px)}
  .ea668-v3-mobile-actionbar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:140;
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:8px;
    padding:8px 12px calc(8px + env(safe-area-inset-bottom));
    border-top:1px solid #dbe5f1;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(10px);
  }

  /* Open account */
  .ea668-open-v3-hero{
    display:block;
    padding:15px;
    border-radius:13px;
  }
  .ea668-open-v3-hero h1{margin:4px 0;font-size:24px}
  .ea668-open-v3-hero p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:12px;
    line-height:1.45;
  }
  .ea668-open-v3-hero .ea668-v3-actions{margin-top:10px}
  .ea668-open-v3-hero .ea668-v3-actions>*{flex:1}
  .ea668-open-v3-third-party{margin-top:7px}
  .ea668-open-v3-third-party summary{padding:8px 10px;font-size:11px}
  .ea668-open-v3-third-party p{padding:0 10px 9px;font-size:10px}
  .ea668-open-v3-timeline>li{
    grid-template-columns:35px minmax(0,1fr);
    gap:8px;
    padding-bottom:10px;
  }
  .ea668-open-v3-timeline>li:not(:last-child):before{left:17px;top:34px}
  .ea668-open-v3-marker{width:34px;height:34px;border-radius:9px;font-size:9px}
  .ea668-open-v3-step{padding:10px 11px;border-radius:10px}
  .ea668-open-v3-step h3{font-size:15px}
  .ea668-open-v3-step>p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top:3px;
    font-size:11px;
    line-height:1.4;
  }
  .ea668-open-v3-actions{gap:0;margin-top:7px}
  .ea668-open-v3-action,
  .ea668-open-v3-resource-list>a,
  .ea668-open-v3-resource-list>details>summary{
    min-height:43px;
    padding:7px 4px;
  }
  .ea668-open-v3-action b,
  .ea668-open-v3-resource-list b{font-size:12px}
  .ea668-open-v3-action small,
  .ea668-open-v3-resource-list small{font-size:9px}
  .ea668-open-v3-action em,
  .ea668-open-v3-resource-list em{font-size:10px}
  .ea668-open-v3-folds details>p{padding:0 12px 4px;font-size:11px}
  .ea668-open-v3-folds .ea668-open-v3-actions{margin:0 12px 10px}
  .ea668-open-v3-checklist{grid-template-columns:1fr;gap:5px}
  .ea668-open-v3-checklist>div{padding:8px;border-radius:9px}
  .ea668-open-v3-checklist small{font-size:9px}
  .ea668-v3-faq-list{gap:5px}
  .ea668-v3-faq-list details>p{padding:0 12px 11px;font-size:11px}

  /* Benefits */
  .ea668-v3-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .ea668-v3-benefit-grid a{padding:9px 6px;border-radius:10px;text-align:center}
  .ea668-v3-benefit-grid span{width:29px;height:29px;margin:auto;border-radius:8px;font-size:8px}
  .ea668-v3-benefit-grid b{margin-top:6px;font-size:11px}
  .ea668-v3-benefit-grid small{display:none}

  /* Member */
  .ea668-member-v3-summary{
    display:block;
    padding:13px;
    border-radius:13px;
  }
  .ea668-member-v3-user{gap:9px}
  .ea668-member-v3-user h1{font-size:20px}
  .ea668-member-v3-stats{gap:5px;margin-top:10px}
  .ea668-member-v3-stats>div{flex:1;min-width:0;padding:7px 8px;border-radius:8px}
  .ea668-member-v3-stats small{font-size:9px}
  .ea668-member-v3-stats strong{font-size:13px}
  .ea668-member-v3-summary>.ea668-v3-actions{margin-top:9px}
  .ea668-member-v3-summary>.ea668-v3-actions>*{flex:1}
  .ea668-member-v3-onboarding{align-items:flex-start;padding:8px 9px;font-size:10px}
  .ea668-member-v3-onboarding>div{flex:0 0 auto}
  .ea668-member-v3-alerts{grid-template-columns:1fr;padding:8px 9px}
  .ea668-member-v3-core{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .ea668-member-v3-core a{padding:9px 5px;border-radius:9px}
  .ea668-member-v3-core span{width:28px;height:28px;margin-bottom:5px;border-radius:8px;font-size:8px}
  .ea668-member-v3-core b{font-size:10px}
  .ea668-member-v3-groups{gap:5px;margin-top:12px}
  .ea668-member-v3-groups summary{min-height:42px;padding:0 11px;font-size:12px}
  .ea668-member-v3-linkgrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:0 7px 7px}
  .ea668-member-v3-linkgrid a{padding:8px 4px;border-radius:7px;font-size:9px}
  .ea668-member-v3-records>a{padding:9px 10px}
  .ea668-member-v3-records span b{font-size:12px}
  .ea668-member-v3-records small{font-size:9px}

  /* Generic ordinary user pages only */
  body.ea668-v3-standard .section{margin-top:16px!important}
  body.ea668-v3-standard .section-head,
  body.ea668-v3-standard .section-title{margin-bottom:9px!important}
  body.ea668-v3-standard .section-head h2,
  body.ea668-v3-standard .section-title h2{font-size:20px!important}
  body.ea668-v3-standard .card,
  body.ea668-v3-standard .content-card,
  body.ea668-v3-standard .form-card{
    padding:13px!important;
    border-radius:12px!important;
  }
  body.ea668-v3-standard .quick-menu{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  body.ea668-v3-standard .quick-menu a{
    padding:11px!important;
    border-radius:10px!important;
    box-shadow:none!important;
  }
  body.ea668-v3-standard .quick-menu b{font-size:13px!important}
  body.ea668-v3-standard .quick-menu span{
    display:-webkit-box!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:1!important;
    font-size:10px!important;
  }

  /* Float systems: one launcher only */
  body.ea668-front .ea668-atmo-float{display:none!important}
  body.ea668-front .ea668-atmo-bar-inner{min-height:28px!important;padding:0 10px!important}
  body.ea668-front .ea668-atmo-label{display:none!important}
  body.ea668-front .ea668-atmo-line{font-size:10px!important}

  body.ea668-front .float-kefu{
    right:12px!important;
    bottom:12px!important;
    z-index:150!important;
  }
  body.ea668-front .float-kefu-trigger{
    width:46px!important;
    min-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    padding:0!important;
    border-radius:50%!important;
  }
  body.ea668-front .float-kefu-trigger-icon{display:inline!important;font-size:14px!important;font-weight:950!important}
  body.ea668-front .float-kefu-trigger-text{display:none!important}
  body.ea668-front .float-panel{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:68px!important;
    width:auto!important;
    padding:12px!important;
    border-radius:13px!important;
  }
  body.ea668-front .float-panel p{margin:3px 0!important;font-size:11px!important}
  body.ea668-v3-has-notify .float-kefu{display:none!important}

  body.ea668-front .ea668-notify-widget{
    left:auto!important;
    right:12px!important;
    bottom:12px!important;
    width:46px!important;
    display:block!important;
  }
  body.ea668-front .ea668-notify-main{
    width:46px!important;
    height:46px!important;
    border-radius:50%!important;
  }
  body.ea668-front .ea668-notify-main span{display:none!important}
  body.ea668-front .ea668-sound-toggle{display:none!important}
  body.ea668-front .ea668-notify-toast{
    left:12px!important;
    right:12px!important;
    bottom:68px!important;
    max-width:none!important;
  }

  /* Popup */
  body.ea668-front .ea668-home-popup-overlay{padding:12px!important;backdrop-filter:blur(5px)!important}
  body.ea668-front .ea668-home-popup-card{
    width:100%!important;
    max-height:70dvh!important;
    padding:16px!important;
    border-radius:16px!important;
  }
  body.ea668-front .ea668-home-popup-card h2{margin:8px 0!important;font-size:21px!important}
  body.ea668-front .ea668-home-popup-content{font-size:13px!important;line-height:1.55!important}
  body.ea668-front .ea668-home-popup-content p{margin:5px 0!important}
  body.ea668-front .ea668-home-popup-receipt{
    position:sticky!important;
    bottom:-1px!important;
    margin-top:9px!important;
    padding:9px!important;
    border-radius:9px!important;
    background:#2563eb!important;
    color:#fff!important;
    font-size:12px!important;
  }
  html.ea668-home-popup-lock body.ea668-front .float-kefu,
  html.ea668-home-popup-lock body.ea668-front .ea668-notify-widget{display:none!important}

  /* Drawer mobile */
  .ea668-v3-drawer{
    left:0;
    right:0;
    bottom:0;
    width:100%;
    max-height:82dvh;
    overflow:auto;
    border-radius:18px 18px 0 0;
    border-left:0;
    border-right:0;
    border-bottom:0;
  }
  .ea668-v3-drawer-head{padding:13px 14px}
  .ea668-v3-drawer-form{padding:13px 14px calc(13px + env(safe-area-inset-bottom))}
}

@media(max-width:360px){
  .ea668-v3-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ea668-v3-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ea668-member-v3-linkgrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
