:root{
  --ewell-blue:#0A0F1D;
  --ewell-blue-2:#111827;
  --ewell-green:#38BDF8;
  --ewell-green-2:#A855F7;
  --ewell-text:#0F172A;
  --ewell-muted:#64748B;
  --ewell-line:#E2E8F0;
  --ewell-bg:#F8FAFC;
  --ewell-white:#ffffff;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--ewell-bg);color:var(--ewell-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Helvetica Neue",sans-serif}
a{color:inherit}
img{max-width:100%;height:auto}
.ewell-wrap{width:min(100% - 40px,1240px);margin:0 auto}
.ewell-topbar{background:var(--ewell-blue);color:#fff;font-size:14px}
.ewell-topbar .ewell-wrap{display:flex;align-items:center;gap:10px;min-height:38px}
.ewell-topbar b{opacity:.45;font-weight:700}
.ewell-lang-switch{margin-left:auto;display:flex;gap:16px}
.ewell-lang-switch a{text-decoration:none;color:#fff;opacity:.92}
.ewell-lang-switch a:last-child{color:var(--ewell-green);font-weight:700}
.ewell-masthead{background:#fff;text-align:center;padding:18px 0 14px;border-bottom:1px solid var(--ewell-line)}
.ewell-masthead a{text-decoration:none}
.ewell-masthead img{max-width:390px;width:42vw;min-width:250px;display:block;margin:0 auto}
.ewell-masthead p{margin:6px 0 0;font-size:15px;color:#374659;display:inline-flex;align-items:center;gap:16px}
.ewell-masthead p:before,.ewell-masthead p:after{content:"";display:block;width:72px;height:2px;background:#cfd7df}
.ewell-nav{background:var(--ewell-blue);border-top:1px solid rgba(255,255,255,.06);border-bottom:3px solid var(--ewell-green)}
.ewell-nav .ewell-wrap{display:flex;align-items:center;overflow-x:auto;white-space:nowrap}
.ewell-nav a{display:block;padding:12px 18px;color:#fff;text-decoration:none;font-size:15px;font-weight:700;border-right:1px solid rgba(255,255,255,.08)}
.ewell-nav a.is-home{box-shadow:inset 0 -4px 0 0 var(--ewell-green)}
.ewell-main{padding-bottom:0}
.ewell-hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);gap:0;background:#fff}
.ewell-hero-left{min-height:432px;background-size:cover;background-position:center;position:relative}
.ewell-hero-overlay{position:absolute;inset:0;padding:56px 42px;background:linear-gradient(90deg,rgba(6,20,39,.78),rgba(6,20,39,.52) 44%,rgba(6,20,39,.06));color:#fff;display:flex;flex-direction:column;justify-content:center;max-width:69%}
.ewell-hero-overlay span{font-size:13px;font-weight:900;letter-spacing:.06em;color:var(--ewell-green);text-transform:uppercase}
.ewell-hero-overlay h1{font-size:56px;line-height:1.02;margin:10px 0 14px;letter-spacing:-.03em}
.ewell-hero-overlay p{font-size:18px;line-height:1.6;color:#dbe5ef;margin:0 0 20px}
.ewell-hero-dots{display:flex;gap:10px;margin-top:16px}
.ewell-hero-dots i{display:block;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.45)}
.ewell-hero-dots i.is-active{background:var(--ewell-green)}
.ewell-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ewell-green);color:#10243b;padding:13px 18px;border-radius:6px;text-decoration:none;font-weight:800;border:2px solid var(--ewell-green);line-height:1}
.ewell-btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}
.ewell-picks{background:var(--ewell-blue);color:#fff;padding:30px 26px 18px}
.ewell-picks h2{margin:0 0 18px;font-size:40px;line-height:1.03;letter-spacing:-.03em}
.ewell-pick{display:grid;grid-template-columns:62px 1fr 108px;gap:16px;align-items:center;background:rgba(255,255,255,.05);padding:14px 12px;margin-bottom:10px;border-radius:4px;text-decoration:none;border:1px solid rgba(255,255,255,.08)}
.ewell-pick strong{font-size:46px;line-height:1;color:var(--ewell-green);font-weight:800}
.ewell-pick span{font-size:16px;font-weight:800;line-height:1.28;color:#fff}
.ewell-pick img{width:108px;height:78px;object-fit:cover;border-radius:2px}
.ewell-view{display:flex;justify-content:flex-end;padding:10px 0 0;text-decoration:none;color:var(--ewell-green);font-weight:800}
.ewell-section-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--ewell-line);border-bottom:1px solid var(--ewell-line)}
.ewell-section-strip a{display:grid;grid-template-columns:60px 1fr;gap:14px;align-items:center;padding:22px 24px;color:var(--ewell-text);text-decoration:none;border-right:1px solid var(--ewell-line)}
.ewell-section-strip a:last-child{border-right:0}
.ewell-strip-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;color:var(--ewell-blue)}
.ewell-strip-icon svg{width:50px;height:50px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.ewell-section-strip span{font-size:17px;font-weight:800;display:block;line-height:1.12}
.ewell-section-strip em{font-style:normal;color:var(--ewell-muted);font-size:13px}
.ewell-featured,.ewell-trends{padding:28px 0}
.ewell-featured h2,.ewell-trends h2,.ewell-data-lab h2{font-size:24px;margin:0 0 18px;border-bottom:3px solid var(--ewell-green);display:inline-block;padding-bottom:6px}
.ewell-review-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr;grid-auto-rows:185px;gap:16px}
.ewell-card{background:#fff;border:1px solid #e3e8ef;border-radius:6px;overflow:hidden;box-shadow:0 4px 14px rgba(5,23,42,.06)}
.ewell-card a{color:inherit;text-decoration:none;display:block;height:100%}
.ewell-card img{width:100%;height:120px;object-fit:cover;display:block}
.ewell-card-large{grid-row:span 2}
.ewell-card-large img{height:246px}
.ewell-card div{padding:14px 16px}
.ewell-card small{color:var(--ewell-green-2);font-weight:900;text-transform:uppercase;font-size:11px}
.ewell-card h3{font-size:18px;line-height:1.18;margin:8px 0}
.ewell-card-large h3{font-size:24px}
.ewell-card p{font-size:14px;color:var(--ewell-muted);line-height:1.45;margin:0 0 12px}
.ewell-card span{font-size:12px;color:#7c8794}
.ewell-data-lab{background:var(--ewell-blue);color:#fff;padding:22px 0 28px}
.ewell-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.ewell-metrics div{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);padding:14px 16px;border-radius:7px;display:grid;grid-template-columns:38px 1fr;column-gap:12px;align-items:center}
.ewell-metric-icon{display:flex;align-items:center;justify-content:center;color:var(--ewell-green)}
.ewell-metric-icon svg{width:30px;height:30px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.ewell-metrics small{display:block;font-size:12px;color:#dbe5ef;line-height:1.15}
.ewell-metrics b{display:block;color:var(--ewell-green);font-size:29px;line-height:1;margin-top:3px}
.ewell-metrics span{display:block;font-size:12px;color:#d8e1ea;grid-column:2}
.ewell-trend-list{display:grid;grid-template-columns:1fr 1fr;gap:14px 34px}
.ewell-trend-list a{display:grid;grid-template-columns:120px 1fr;gap:14px;text-decoration:none;color:var(--ewell-text);padding-bottom:12px;border-bottom:1px solid var(--ewell-line)}
.ewell-trend-list img{width:120px;height:70px;object-fit:cover}
.ewell-trend-list b{display:block;font-size:15px;margin-bottom:4px}
.ewell-trend-list em{display:block;font-style:normal;color:var(--ewell-muted);font-size:13px;line-height:1.35}
.ewell-submit-band{background:#071827;color:#fff;padding:26px 0;background-image:linear-gradient(90deg,#071827,#08223c)}
.ewell-submit-band .ewell-wrap{display:grid;grid-template-columns:80px 1fr auto auto;gap:22px;align-items:center}
.ewell-submit-icon{display:flex;align-items:center;justify-content:center;color:var(--ewell-green)}
.ewell-submit-icon svg{width:54px;height:54px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.ewell-submit-band h2{margin:0 0 6px;font-size:20px}
.ewell-submit-band p{margin:0;color:#d9e2ec;line-height:1.55}
.ewell-footer{background:#06172a;color:#dbe6f2;padding:34px 0 12px}
.ewell-footer-grid{display:grid;grid-template-columns:1.4fr .8fr .95fr .95fr 1.25fr;gap:34px}
.ewell-footer img{max-width:190px}
.ewell-footer h3{color:#fff;margin:0 0 10px;font-size:18px}
.ewell-footer a{display:block;color:#dbe6f2;text-decoration:none;margin:7px 0}
.ewell-footer p{color:#aeb8c6;line-height:1.55}
.ewell-footer input{background:#0b223b;border:1px solid #31445d;color:#fff;border-radius:4px;padding:12px;width:100%;margin-bottom:10px}
.ewell-footer button{background:var(--ewell-green);border:0;padding:12px 18px;border-radius:4px;font-weight:800;width:100%}
.ewell-copyright{text-align:center;color:#8da0b6;border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:12px;font-size:13px}
.ewell-archive{padding:42px 0}
.ewell-archive header{background:#071827;color:#fff;padding:42px;border-radius:8px;margin-bottom:26px}
.ewell-archive header span{color:var(--ewell-green);font-weight:800}
.ewell-archive header h1{font-size:42px;margin:8px 0}
.ewell-archive header p{max-width:780px;color:#dbe6f2;line-height:1.65}
.ewell-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ewell-article{display:grid;grid-template-columns:minmax(0,780px) 320px;gap:42px;padding:42px 0}
.ewell-breadcrumb{font-size:13px;color:#637084;margin-bottom:18px}
.ewell-breadcrumb a{color:#637084;text-decoration:none}
.ewell-label{display:inline-block;background:#eff6e9;color:#427133;border-radius:999px;font-size:12px;font-weight:800;padding:6px 10px}
.ewell-article h1{font-size:44px;line-height:1.08;margin:10px 0 14px;letter-spacing:-.03em}
.ewell-excerpt{font-size:19px;line-height:1.55;color:#465364}
.ewell-meta{font-size:13px;color:#7c8794;margin:18px 0}
.ewell-feature-img{width:100%;max-height:470px;object-fit:cover;border-radius:8px;display:block;margin:20px 0}
.ewell-verdict{border-left:5px solid var(--ewell-green);background:#f0f6ed;padding:18px 24px;margin:26px 0}
.ewell-verdict h2{margin:0 0 8px}
.ewell-content{font-size:18px;line-height:1.78;color:#203044}
.ewell-content p{margin:0 0 1.2em}
.ewell-sidebar{position:sticky;top:24px;align-self:start;background:#fff;border:1px solid var(--ewell-line);border-radius:8px;padding:18px}
.ewell-sidebar h3{margin-top:0}
.ewell-sidebar a{display:grid;grid-template-columns:90px 1fr;gap:12px;align-items:center;text-decoration:none;color:var(--ewell-text);border-bottom:1px solid var(--ewell-line);padding:10px 0;font-weight:800;font-size:13px}
.ewell-sidebar img{width:90px;height:58px;object-fit:cover;border-radius:4px}
.ewell-page,.ewell-empty{padding:70px 0;min-height:360px}
.ewell-page h1{font-size:44px;margin:0 0 18px}
.ewell-page p{font-size:19px;line-height:1.7;max-width:820px}
.ewell-contact-box{background:#fff;border-left:4px solid var(--ewell-green);padding:22px;margin-top:26px;box-shadow:0 4px 16px rgba(0,0,0,.06)}
@media(max-width:1100px){
  .ewell-hero-overlay{max-width:74%;padding:42px 28px}
  .ewell-hero-overlay h1{font-size:42px}
  .ewell-review-grid{grid-template-columns:1fr 1fr;grid-auto-rows:auto}
  .ewell-card-large{grid-column:1 / -1;grid-row:auto}
  .ewell-card-large img{height:220px}
  .ewell-metrics{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:920px){
  .ewell-wrap{width:min(100% - 28px,1180px)}
  .ewell-hero{grid-template-columns:1fr}
  .ewell-hero-overlay{max-width:76%}
  .ewell-section-strip{grid-template-columns:1fr 1fr}
  .ewell-archive-grid{grid-template-columns:1fr 1fr}
  .ewell-metrics{grid-template-columns:1fr 1fr}
  .ewell-trend-list{grid-template-columns:1fr}
  .ewell-submit-band .ewell-wrap,.ewell-footer-grid,.ewell-article{grid-template-columns:1fr}
  .ewell-sidebar{position:static}
  .ewell-masthead img{width:68vw}
}
@media(max-width:560px){
  .ewell-topbar .ewell-wrap{flex-wrap:wrap;line-height:28px;padding:5px 0}
  .ewell-lang-switch{width:100%;margin-left:0}
  .ewell-hero-overlay{max-width:100%;padding:28px 20px}
  .ewell-hero-overlay h1,.ewell-article h1,.ewell-archive header h1{font-size:30px}
  .ewell-section-strip,.ewell-review-grid,.ewell-archive-grid,.ewell-metrics{grid-template-columns:1fr}
  .ewell-pick{grid-template-columns:48px 1fr 88px}.ewell-pick img{width:88px}
  .ewell-trend-list a{grid-template-columns:96px 1fr}.ewell-trend-list img{width:96px}
  .ewell-masthead img{min-width:0;width:86vw}
  .ewell-masthead p{font-size:12px}.ewell-masthead p:before,.ewell-masthead p:after{width:34px}
  .ewell-card-large img{height:180px}
  .ewell-submit-band .ewell-wrap{grid-template-columns:1fr;text-align:left}
}

/* compact masthead + EIPRESS global sidebar integration */
.ewell-masthead{padding:10px 0 8px!important}
.ewell-masthead img{max-width:320px!important;width:32vw!important;min-width:210px!important}
.ewell-masthead p{margin-top:4px!important;font-size:14px!important}
.ewell-nav a{text-transform:none}
.ewell-with-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}
.ewell-main-column{min-width:0}
.ewell-with-sidebar .ewell-archive-grid{grid-template-columns:repeat(2,1fr)}
.ewell-global-sidebar{position:sticky;top:24px;align-self:start;min-width:0}
.ewell-global-card{background:#fff;border:1px solid var(--ewell-line);border-radius:8px;padding:18px;box-shadow:0 4px 14px rgba(5,23,42,.04)}
.ewell-global-card h3{margin:0 0 14px;font-size:20px;color:var(--ewell-text)}
.ewell-global-item{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:center;text-decoration:none;color:var(--ewell-text);border-bottom:1px solid var(--ewell-line);padding:10px 0;font-size:13px;line-height:1.35}
.ewell-global-item:last-child{border-bottom:0}
.ewell-global-item img,.ewell-global-thumb{width:92px;height:58px;object-fit:cover;border-radius:4px;background:#e7edf5;display:block}
.ewell-global-item strong{font-weight:800}
.ewell-article{grid-template-columns:minmax(0,780px) 340px!important}
.ewell-article .ewell-global-sidebar{position:sticky;top:24px}
@media(max-width:920px){
  .ewell-masthead{padding:8px 0 7px!important}
  .ewell-masthead img{width:48vw!important;max-width:300px!important;min-width:180px!important}
  .ewell-with-sidebar,.ewell-article{grid-template-columns:1fr!important}
  .ewell-with-sidebar .ewell-archive-grid{grid-template-columns:1fr 1fr}
  .ewell-global-sidebar,.ewell-article .ewell-global-sidebar{position:static}
}
@media(max-width:560px){
  .ewell-masthead img{width:60vw!important;max-width:250px!important;min-width:160px!important}
  .ewell-masthead p{font-size:12px!important}
  .ewell-with-sidebar .ewell-archive-grid{grid-template-columns:1fr}
}

/* stable standalone sidebar + iPad/home Chinese layout */
.ewell-global-sidebar{font-family:inherit;color:var(--ewell-text)}
.ewell-global-sidebar *{box-sizing:border-box}
.ewell-global-card{background:#fff;border:1px solid var(--ewell-line);border-radius:8px;padding:20px;margin-bottom:18px;box-shadow:0 4px 14px rgba(5,23,42,.04);overflow:hidden}
.ewell-global-card h3{margin:0 0 14px!important;font-size:22px!important;line-height:1.2!important;color:var(--ewell-text)!important;font-weight:850!important;letter-spacing:0!important}
.ewell-global-card p{margin:0 0 12px!important;font-size:15px!important;line-height:1.55!important;color:#3e4d60!important}
.ewell-global-item{display:grid!important;grid-template-columns:96px 1fr!important;gap:12px!important;align-items:center!important;text-decoration:none!important;color:var(--ewell-text)!important;border-bottom:1px solid var(--ewell-line)!important;padding:10px 0!important;font-size:13px!important;line-height:1.35!important}
.ewell-global-item:first-of-type{padding-top:0!important}
.ewell-global-item:last-child{border-bottom:0!important;padding-bottom:0!important}
.ewell-global-item img,.ewell-global-thumb{width:96px!important;height:60px!important;object-fit:cover!important;border-radius:4px!important;background:#e7edf5!important;display:block!important;flex:0 0 auto!important}
.ewell-global-item strong{font-size:13px!important;line-height:1.35!important;font-weight:800!important;color:var(--ewell-text)!important;text-decoration:none!important;display:block!important}
.ewell-publication-list{display:flex!important;flex-wrap:wrap!important;gap:8px 10px!important}
.ewell-publication-list a{display:inline-flex!important;background:#f2f6fb!important;border:1px solid #e1e8f0!important;border-radius:999px!important;padding:6px 10px!important;color:#1f3147!important;text-decoration:none!important;font-size:13px!important;font-weight:750!important;line-height:1!important}
.ewell-sidebar-link{display:inline-flex!important;color:#061c4b!important;font-weight:800!important;text-decoration:underline!important;margin-top:6px!important}
.ewell-lang-zh .ewell-hero-overlay h1{font-size:42px!important;line-height:1.08!important;letter-spacing:-.02em!important;max-width:720px!important}
.ewell-lang-zh .ewell-hero-overlay p{font-size:16px!important;line-height:1.55!important;max-width:680px!important}
.ewell-hero{overflow:hidden}
@media(max-width:1100px){
  .ewell-lang-zh .ewell-hero-overlay{padding:32px 28px!important;max-width:74%!important}
  .ewell-lang-zh .ewell-hero-overlay h1{font-size:35px!important;line-height:1.12!important}
  .ewell-lang-zh .ewell-hero-overlay p{font-size:15px!important;line-height:1.5!important;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
  .ewell-picks h2{font-size:32px!important}
  .ewell-pick strong{font-size:38px!important}
  .ewell-pick span{font-size:14px!important}
}
@media(max-width:920px){
  .ewell-lang-zh .ewell-hero-overlay{max-width:100%!important}
  .ewell-lang-zh .ewell-hero-overlay h1{font-size:32px!important}
  .ewell-global-card{padding:16px!important}
}
@media(max-width:560px){
  .ewell-lang-zh .ewell-hero-overlay h1{font-size:28px!important}
  .ewell-lang-zh .ewell-hero-overlay p{-webkit-line-clamp:4}
}

/* EIP Wellness v1.0.0 strict UI fixes */
.ewell-masthead{padding:12px 0 10px!important;}
.ewell-masthead img{max-width:460px!important;width:36vw!important;min-width:260px!important;display:block!important;}
.ewell-masthead p{font-size:14px!important;color:#334155!important;}
.ewell-nav{border-bottom-color:#FF7A00!important;}
.ewell-nav a.is-home{box-shadow:inset 0 -4px 0 0 #FF7A00!important;}
.ewell-hero-overlay span{background:#FF7A00;color:#fff;padding:7px 12px;border-radius:2px;display:inline-block;width:max-content;}
.ewell-btn{background:#FF7A00!important;border-color:#FF7A00!important;color:#0F172A!important;}
.ewell-btn-outline{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.38)!important;}
.ewell-pick strong,.ewell-view,.ewell-card small,.ewell-metrics b{color:#FF7A00!important;}
.ewell-strip-icon,.ewell-metric-icon,.ewell-submit-icon{color:#FF7A00!important;}
.ewell-data-lab{background:#0F172A!important;}
.ewell-metrics{grid-template-columns:repeat(6,1fr)!important;}
.ewell-hero-overlay h1{font-size:clamp(34px,4.3vw,56px)!important;max-width:720px;}
.ewell-lang-zh .ewell-hero-overlay h1{font-size:clamp(30px,3.8vw,48px)!important;line-height:1.12!important;letter-spacing:-.04em;}
.ewell-lang-zh .ewell-hero-overlay p{font-size:17px!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.ewell-article h1,.ewell-archive header h1{font-size:clamp(30px,3.2vw,44px)!important;line-height:1.14!important;word-break:normal;overflow-wrap:anywhere;}
.ewell-lang-zh .ewell-article h1,.ewell-lang-zh .ewell-archive header h1{font-size:clamp(30px,3vw,42px)!important;}
.ewell-global-card h3{font-size:20px!important;line-height:1.25!important;}
.ewell-publication-list a{line-height:1.45!important;}
@media(max-width:1100px){.ewell-metrics{grid-template-columns:1fr 1fr 1fr!important}.ewell-masthead img{width:48vw!important}}
@media(max-width:920px){.ewell-hero-overlay{max-width:82%!important}.ewell-masthead img{width:62vw!important}.ewell-metrics{grid-template-columns:1fr 1fr!important}}
@media(max-width:560px){.ewell-masthead{padding:10px 0 8px!important}.ewell-masthead img{width:82vw!important;min-width:0!important}.ewell-metrics{grid-template-columns:1fr!important}.ewell-hero-left{min-height:500px!important}.ewell-hero-overlay{max-width:100%!important}.ewell-picks h2{font-size:30px!important}}

/* v1.0.1 tablet typography stability patch */
.ewell-card h3{font-size:clamp(16px,1.45vw,20px)!important;line-height:1.18!important;letter-spacing:-.01em!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ewell-card-large h3{font-size:clamp(20px,2.1vw,28px)!important;line-height:1.14!important;-webkit-line-clamp:2!important;}
.ewell-card p{font-size:clamp(13px,1.1vw,15px)!important;line-height:1.42!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.ewell-hero-overlay h1{font-size:clamp(34px,3.6vw,54px)!important;line-height:1.06!important;max-width:760px!important;}
.ewell-lang-zh .ewell-hero-overlay h1{font-size:clamp(28px,3.2vw,42px)!important;line-height:1.08!important;max-width:680px!important;letter-spacing:-.04em!important;}
.ewell-hero-overlay p{font-size:clamp(15px,1.35vw,18px)!important;line-height:1.48!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.ewell-picks h2{font-size:clamp(28px,2.5vw,38px)!important;line-height:1.06!important;}
.ewell-pick strong{font-size:clamp(34px,3vw,44px)!important;}
.ewell-pick span{font-size:clamp(13px,1.2vw,16px)!important;line-height:1.24!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.ewell-metrics b{font-size:clamp(23px,1.8vw,29px)!important;line-height:1.05!important;word-break:normal!important;}
.ewell-metrics small{font-size:12px!important;line-height:1.15!important;}
.ewell-metrics span{font-size:12px!important;line-height:1.2!important;}
@media (max-width:1280px){
  .ewell-metrics{grid-template-columns:repeat(3,1fr)!important;}
}
@media (max-width:1180px){
  .ewell-review-grid{grid-auto-rows:168px!important;}
  .ewell-card img{height:106px!important;}
  .ewell-card-large img{height:214px!important;}
  .ewell-card div{padding:12px 14px!important;}
  .ewell-metrics div{padding:12px!important;grid-template-columns:32px 1fr!important;column-gap:9px!important;}
  .ewell-metric-icon svg{width:26px!important;height:26px!important;}
}
@media (max-width:920px){
  .ewell-hero-overlay h1{font-size:clamp(28px,5vw,38px)!important;}
  .ewell-lang-zh .ewell-hero-overlay h1{font-size:clamp(26px,5vw,34px)!important;}
  .ewell-card-large h3{font-size:22px!important;}
  .ewell-metrics{grid-template-columns:1fr 1fr!important;}
}
@media (max-width:560px){
  .ewell-metrics{grid-template-columns:1fr!important;}
}

/* EIP Wellness v1.0.0 strict UI fixes */
.ewell-masthead{padding:12px 0 10px!important;}
.ewell-masthead img{max-width:500px!important;width:38vw!important;min-width:280px!important;display:block!important;}
.ewell-masthead p{font-size:14px!important;color:#334155!important;}
.ewell-nav{border-bottom-color:#38BDF8!important;}
.ewell-nav a.is-home{box-shadow:inset 0 -4px 0 0 #38BDF8!important;}
.ewell-hero-overlay span{background:#38BDF8;color:#061827;padding:7px 12px;border-radius:2px;display:inline-block;width:max-content;}
.ewell-btn{background:#38BDF8!important;border-color:#38BDF8!important;color:#071827!important;}
.ewell-btn-outline{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.38)!important;}
.ewell-pick strong,.ewell-view,.ewell-card small,.ewell-metrics b{color:#38BDF8!important;}
.ewell-strip-icon,.ewell-metric-icon,.ewell-submit-icon{color:#38BDF8!important;}
.ewell-data-lab{background:#0A0F1D!important;}
.ewell-metrics{grid-template-columns:repeat(6,1fr)!important;}
.ewell-hero-overlay h1{font-size:clamp(34px,4.2vw,54px)!important;max-width:720px;line-height:1.08!important;}
.ewell-lang-zh .ewell-hero-overlay h1{font-size:clamp(30px,3.6vw,46px)!important;line-height:1.12!important;letter-spacing:-.035em;}
.ewell-lang-zh .ewell-hero-overlay p{font-size:17px!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.ewell-card h3{font-size:clamp(17px,1.5vw,22px)!important;line-height:1.22!important;}
.ewell-card-large h3{font-size:clamp(22px,2.4vw,30px)!important;}
.ewell-article h1,.ewell-archive header h1{font-size:clamp(30px,3vw,42px)!important;line-height:1.14!important;word-break:normal;overflow-wrap:anywhere;}
.ewell-lang-zh .ewell-article h1,.ewell-lang-zh .ewell-archive header h1{font-size:clamp(29px,2.8vw,40px)!important;}
.ewell-global-card h3{font-size:20px!important;line-height:1.25!important;}
.ewell-publication-list a{line-height:1.45!important;}
@media(max-width:1100px){.ewell-metrics{grid-template-columns:1fr 1fr 1fr!important}.ewell-masthead img{width:50vw!important}}
@media(max-width:920px){.ewell-hero-overlay{max-width:82%!important}.ewell-masthead img{width:66vw!important}.ewell-metrics{grid-template-columns:1fr 1fr!important}}
@media(max-width:560px){.ewell-masthead{padding:10px 0 8px!important}.ewell-masthead img{width:86vw!important;min-width:0!important}.ewell-metrics{grid-template-columns:1fr!important}.ewell-hero-left{min-height:500px!important}.ewell-hero-overlay{max-width:100%!important}.ewell-picks h2{font-size:30px!important}}
