@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap");

:root{
  --yg-bg:#effdf5;
  --yg-bg-soft:#e3f1ea;
  --yg-card:rgba(255,255,255,.78);
  --yg-card-solid:#fff;
  --yg-line:rgba(0,106,70,.14);
  --yg-line-strong:rgba(0,106,70,.26);
  --yg-text:#121e1a;
  --yg-muted:#3f4942;
  --yg-primary:#006a46;
  --yg-primary-2:#0a7d55;
  --yg-primary-soft:#99f5c5;
  --yg-gold:#b58a00;
  --yg-gold-soft:#ffe08d;
  --yg-shadow:0 22px 60px rgba(0,82,53,.1);
  --yg-shadow-soft:0 12px 34px rgba(0,82,53,.07);
}

html,body{background:var(--yg-bg);color:var(--yg-text);font-family:"Inter","Microsoft YaHei","PingFang SC",Arial,sans-serif;letter-spacing:0}
body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 16% 7%,rgba(153,245,197,.46),transparent 34%),radial-gradient(circle at 86% 16%,rgba(255,224,141,.16),transparent 28%),linear-gradient(180deg,#effdf5 0%,#f7fff9 42%,#effdf5 100%)}
.pc-wrap{width:min(1180px,calc(100% - 48px))!important}
.pc-main{background:transparent!important}
.pc-topbar{display:none!important}
.pc-header{position:relative;z-index:30;background:rgba(239,253,245,.72)!important;border-bottom:1px solid var(--yg-line)!important;box-shadow:none!important;backdrop-filter:blur(18px);padding:22px 0!important}
.pc-header .pc-flex{gap:28px}
.ygh-header-shell{min-height:64px}
.pc-logo{min-width:205px;flex:0 0 auto;grid-template-columns:54px minmax(0,1fr)!important;column-gap:13px!important}
.pc-logo i{width:54px!important;height:54px!important;border-radius:50%!important;background:#006a46!important;box-shadow:0 14px 30px rgba(0,106,70,.22)!important;overflow:hidden!important}
.pc-logo i img{display:block;width:100%!important;height:100%!important;border-radius:50%!important;object-fit:cover!important}
.pc-logo span{font-family:"Manrope","Microsoft YaHei",sans-serif!important;font-size:22px!important;color:var(--yg-primary)!important;font-weight:800}
.pc-logo em{font-size:12px!important;color:var(--yg-muted)!important}
.pc-search{width:min(480px,42vw)!important}
.pc-search-row{width:100%!important;height:42px!important;border-radius:999px;background:rgba(255,255,255,.58);border:1px solid rgba(0,106,70,.1);overflow:hidden}
.pc-search-row input{height:40px!important;border:0!important;background:transparent!important;padding-left:18px!important;color:var(--yg-text)}
.pc-search-row button{height:40px!important;width:92px!important;flex-basis:92px!important;border-radius:999px!important;margin:0;background:var(--yg-primary)!important;box-shadow:none!important}
.pc-hotwords{display:none}
.pc-cart-entry{border:1px solid var(--yg-line)!important;background:rgba(255,255,255,.62)!important;border-radius:999px!important;color:var(--yg-text)!important;padding:11px 18px!important}
.pc-cart-entry strong{color:var(--yg-primary)!important}

.pc-nav.ygh-nav{position:static;z-index:32;margin:0 0 0 auto!important;padding:0!important;background:transparent!important;pointer-events:auto;flex:0 0 auto}
.ygh-nav-shell{pointer-events:auto;display:flex!important;grid-template-columns:none!important;justify-content:flex-end!important;gap:6px!important;width:auto!important;max-width:none!important;padding:9px!important;border-radius:999px!important;background:rgba(255,255,255,.74)!important;border:1px solid rgba(255,255,255,.88)!important;box-shadow:0 18px 48px rgba(0,82,53,.13)!important;backdrop-filter:blur(24px)}
.pc-nav.ygh-nav a{display:flex!important;align-items:center;justify-content:center;min-width:96px;margin:0!important;padding:14px 22px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:var(--yg-muted)!important;line-height:1!important;box-shadow:none!important;transform:none!important}
.pc-nav.ygh-nav a strong{font-size:14px!important;font-weight:800;color:inherit}
.pc-nav.ygh-nav a span{display:none!important}
.pc-nav.ygh-nav a:hover,.pc-nav.ygh-nav a.is-active{background:var(--yg-primary)!important;color:#fff!important}
.pc-nav.ygh-nav a:first-child:not(.is-active){background:transparent!important;color:var(--yg-muted)!important}

.pc-btn,.pc-btn-primary,.ai-btn-ghost,.ygt-btn-soft,.pc-message-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;border-radius:999px!important;min-height:44px;padding:12px 24px!important;font-weight:800;letter-spacing:0;border:1px solid var(--yg-line-strong)!important;background:rgba(255,255,255,.72)!important;color:var(--yg-primary)!important;box-shadow:none!important}
.pc-btn-primary,.pc-search-row button,.pc-message-btn{background:linear-gradient(135deg,#006a46,#0a7d55)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 14px 28px rgba(0,106,70,.22)!important}
.pc-btn:hover{transform:translateY(-1px)}
.ai-kicker{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:7px 12px;background:rgba(255,255,255,.66);border:1px solid var(--yg-line);color:var(--yg-primary)!important;font-size:12px!important;font-weight:800;letter-spacing:0!important}
.ai-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--yg-primary)}

.pc-panel,.pc-login-card,.pc-login-visual,.ai-page-head,.ai-form-section,.ai-report-block,.ai-profile-current,.ai-profile-timeline,.ai-report-history,.ai-empty-profile,.pc-member-side,.pc-member-main .pc-panel,.pc-filter-panel,.pc-list-head,.pc-detail-gallery,.pc-detail-info,.pc-detail-content,.pc-detail-tabs aside,.pc-goods-card,.pc-order-card,.pc-checkout-total{background:var(--yg-card)!important;border:1px solid rgba(255,255,255,.9)!important;border-radius:32px!important;box-shadow:var(--yg-shadow-soft)!important;backdrop-filter:blur(18px)}
.pc-main>.pc-wrap:first-child:not(.ygh-home-hero):not(.pc-login-page){margin-top:32px!important}
.pc-main>.ai-assessment-shell:first-child,.pc-main>.ai-report-shell:first-child,.pc-main>.ygh-analyzing:first-child{padding-top:0!important}
.pc-main>.ygh-assessment:first-child .ygh-assessment-hero{margin-top:0!important}

.ygh-home-hero{grid-template-columns:minmax(0,1fr) 500px!important;gap:64px!important;align-items:stretch!important;min-height:520px;padding:42px 0 32px!important}
.ygh-hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0!important}
.ygh-hero-copy h1{font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:56px!important;line-height:1.08!important;margin:22px 0!important;color:var(--yg-text)!important}
.ygh-hero-copy h1 strong{display:block;color:var(--yg-primary)}
.ygh-hero-copy p{font-size:17px!important;line-height:1.95!important;color:var(--yg-muted)!important;max-width:560px!important}
.ygh-hero-actions{margin-top:30px!important}
.ygh-hero-actions .pc-btn-primary{min-width:172px}
.ygh-hero-visual{position:relative;border-radius:36px!important;background:linear-gradient(160deg,rgba(255,255,255,.78),rgba(227,241,234,.68))!important;border:1px solid rgba(255,255,255,.9)!important;padding:34px!important;box-shadow:var(--yg-shadow)!important;min-height:auto;display:grid;align-items:stretch}
.ygh-hero-visual img{display:none}
.ygh-health-score{display:grid;grid-template-rows:auto 1fr auto;place-items:center;text-align:center;gap:22px;width:100%}
.ygh-map-head h2{margin:0 0 12px;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:28px;color:var(--yg-text)}
.ygh-map-head p{margin:0;color:var(--yg-muted);line-height:1.8;font-size:15px}
.ygh-radar-map{position:relative;width:248px;height:248px;border-radius:50%;display:grid;place-items:center;background:repeating-radial-gradient(circle,rgba(0,106,70,.12) 0 1px,transparent 1px 45px),conic-gradient(from 18deg,rgba(0,106,70,.14),rgba(153,245,197,.36),rgba(181,138,0,.14),rgba(0,106,70,.14));box-shadow:inset 0 0 0 1px rgba(255,255,255,.9),0 18px 38px rgba(0,82,53,.11);overflow:hidden}
.ygh-radar-map:before{content:"";position:absolute;inset:42px;background:linear-gradient(135deg,rgba(0,106,70,.7),rgba(153,245,197,.42));clip-path:polygon(50% 6%,86% 29%,78% 76%,41% 92%,13% 58%,23% 25%);filter:drop-shadow(0 14px 22px rgba(0,106,70,.2));animation:yghRadarPulse 3.2s ease-in-out infinite}
.ygh-radar-map:after{content:"";position:absolute;inset:18px;border-radius:50%;border:1px solid rgba(255,255,255,.72);border-top-color:rgba(0,106,70,.55);border-right-color:rgba(153,245,197,.7);animation:yghSpin 8s linear infinite}
.ygh-radar-map i,.ygh-radar-map b{position:absolute;display:block;border-radius:50%;z-index:2}.ygh-radar-map i{width:76px;height:76px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.95);box-shadow:0 16px 30px rgba(0,82,53,.12)}.ygh-radar-map b{width:14px;height:14px;background:var(--yg-primary);box-shadow:0 0 0 10px rgba(0,106,70,.12)}
.ygh-radar-map span{position:absolute;width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid var(--yg-primary);z-index:3;box-shadow:0 0 18px rgba(0,106,70,.34)}.ygh-radar-map .p1{left:119px;top:31px}.ygh-radar-map .p2{right:43px;top:82px}.ygh-radar-map .p3{right:61px;bottom:54px}.ygh-radar-map .p4{left:67px;bottom:36px}.ygh-radar-map .p5{left:39px;top:101px}
@keyframes yghRadarPulse{0%,100%{transform:scale(.96);opacity:.7}50%{transform:scale(1.04);opacity:1}}@keyframes yghSpin{to{transform:rotate(360deg)}}
.ygh-score-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}
.ygh-score-mini div{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);border-radius:18px;padding:16px;text-align:left}
.ygh-score-mini span{display:block;color:var(--yg-muted);font-size:12px}.ygh-score-mini strong{display:block;margin-top:6px;color:var(--yg-text);font-size:20px}
.ygh-map-metrics div{display:grid;gap:8px}.ygh-map-metrics i{display:block;width:100%;height:8px;border-radius:999px;background:#d8e6de;overflow:hidden}.ygh-map-metrics i:before{content:"";display:block;width:var(--v);height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--yg-primary),var(--yg-primary-soft))}
.ygh-map-metrics strong{font-size:16px!important}
.ygh-hero-proof{transform:none;position:relative;z-index:2;align-self:stretch;width:100%;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);border-radius:28px;box-shadow:var(--yg-shadow);padding:22px!important;max-width:none!important;margin-top:32px}
.ygh-hero-proof div{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-align:center;border-right:1px solid var(--yg-line)!important}
.ygh-hero-proof div:last-child{border-right:0!important}
.ygh-hero-proof strong{font-size:27px!important;color:var(--yg-text)!important}.ygh-hero-proof span{color:var(--yg-muted)!important}
.ygh-section{margin-top:54px!important}
.ygh-section-title{text-align:center;margin-left:auto;margin-right:auto}
.ygh-section-title h2{font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:34px!important;color:var(--yg-text)!important}
.ygh-section-title p{color:var(--yg-muted)!important}
.ygh-principle-grid article,.ygh-entry-band a{border-radius:28px!important;background:rgba(255,255,255,.76)!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:var(--yg-shadow-soft)!important}
.ygh-principle-grid article h3,.ygh-entry-band strong{font-family:"Manrope","Microsoft YaHei",sans-serif;color:var(--yg-text)!important}
.ygh-principle-grid article p,.ygh-entry-band span{color:var(--yg-muted)!important}
.ygh-report-preview{background:rgba(255,255,255,.76)!important;color:var(--yg-text)!important;border-radius:36px!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:var(--yg-shadow)!important}
.ygh-report-preview h2{color:var(--yg-text)!important}.ygh-report-preview p{color:var(--yg-muted)!important}
.ygh-preview-panel{background:#e3f1ea!important;border-color:var(--yg-line)!important;color:var(--yg-text)!important}
.ygh-preview-score strong{color:var(--yg-primary)!important}.ygh-preview-score span,.ygh-preview-bars span{color:var(--yg-muted)!important}

.ygh-assessment .ai-page-head{position:relative;display:block;padding:34px 0 40px!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:hidden}
.ygh-assessment .ai-page-head h1{font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:42px!important;color:var(--yg-primary)!important}
.ygh-assessment .ai-page-head:after{display:none!important}
.ai-modern-form{gap:28px!important}
.ai-form-section{padding:34px!important;border-radius:36px!important;background:linear-gradient(120deg,rgba(255,255,255,.78),rgba(255,255,255,.92),rgba(227,241,234,.58))!important}
.ai-form-section-title{border-bottom:1px solid var(--yg-line);padding-bottom:22px}
.ai-form-section-title em{width:44px;height:44px;display:grid;place-items:center;border-radius:50%!important;background:var(--yg-primary)!important;color:#fff!important}
.ai-form-section:nth-child(2) .ai-form-section-title em{background:var(--yg-gold-soft)!important;color:#584400!important}
.ai-form-section:nth-child(3) .ai-form-section-title em{background:#627a6d!important}
.ai-form-section-title h2{font-family:"Manrope","Microsoft YaHei",sans-serif;color:var(--yg-text)!important}
.ai-form-grid{gap:22px!important;margin-bottom:0!important}
.ai-form-grid label,.ygh-form-final label{font-size:13px;font-weight:700;color:var(--yg-muted)!important}
.ai-form-grid input,.ai-form-grid select,.pc-login-card input,.pc-form-grid input,.pc-buy-form select,.pc-buy-form input,.pc-checkout textarea{height:52px!important;border:1px solid var(--yg-line-strong)!important;border-radius:16px!important;background:rgba(255,255,255,.62)!important;color:var(--yg-text)!important;padding:0 16px!important}
.ai-form-grid input:focus,.ai-form-grid select:focus,.pc-login-card input:focus{outline:none;border-color:var(--yg-primary)!important;box-shadow:0 0 0 4px rgba(0,106,70,.1)}
.ygh-form-final{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;background:rgba(255,255,255,.76)!important}
.ygh-form-final h2{font-family:"Manrope","Microsoft YaHei",sans-serif;color:var(--yg-text)!important}.ygh-form-final p{color:var(--yg-muted)!important}

.ygh-analyzing-card{background:rgba(255,255,255,.78)!important;border:1px solid rgba(255,255,255,.9)!important;border-radius:36px!important;box-shadow:var(--yg-shadow)!important}
.ygh-ai-orbit{background:conic-gradient(var(--yg-primary) 0 72%,#d8e6de 72% 100%)!important}.ygh-ai-orbit span{background:var(--yg-text)!important}
.ygh-analyzing-card h1{font-family:"Manrope","Microsoft YaHei",sans-serif;color:var(--yg-text)!important}
.ygh-progress i{background:linear-gradient(90deg,var(--yg-primary),var(--yg-primary-soft))!important}

.ygh-report-hero{grid-template-columns:minmax(0,1fr) 390px!important;align-items:stretch!important;gap:28px!important;overflow:hidden;background:linear-gradient(135deg,rgba(227,241,234,.86),rgba(255,255,255,.7))!important;color:var(--yg-text)!important;border-radius:36px!important;border:1px solid rgba(0,106,70,.16)!important;box-shadow:var(--yg-shadow)!important}
.ygh-report-maincopy{display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.ygh-report-maincopy h1{font-family:"Manrope","Microsoft YaHei",sans-serif;color:var(--yg-text)!important}
.ygh-report-summary-card{align-self:stretch;margin-top:24px;max-width:none;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);border-radius:28px;padding:24px 28px;box-shadow:0 16px 36px rgba(0,82,53,.06)}
.ygh-report-summary-card strong{display:block;color:var(--yg-primary);font-size:15px;margin-bottom:10px}.ygh-report-summary-card p{margin:0;color:var(--yg-muted)!important;line-height:1.9!important;background:transparent!important;border-radius:0!important;padding:0!important}
.ygh-report .ygt-tag-row span{background:#e3f1ea!important;border-color:var(--yg-line)!important;color:var(--yg-primary)!important}
.ygh-report-console{align-self:stretch;justify-self:stretch;display:flex;flex-direction:column;gap:16px;border-radius:30px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.9);padding:26px;box-shadow:var(--yg-shadow-soft)}
.ygh-report-console-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.ygh-report-console-head span{color:var(--yg-text);font-weight:900;font-size:18px}.ygh-report-console-head em{font-style:normal;color:var(--yg-primary);background:#e3f1ea;border:1px solid var(--yg-line);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;white-space:nowrap}
.ygh-attention-score{display:grid;gap:12px;padding:18px;border-radius:22px;background:linear-gradient(135deg,#effdf5,#fff);border:1px solid var(--yg-line)}
.ygh-attention-score div{display:flex;align-items:flex-end;gap:6px}.ygh-attention-score strong{font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:58px;line-height:.9;color:var(--yg-primary)}.ygh-attention-score span{color:var(--yg-muted);font-size:15px;font-weight:800}.ygh-attention-score i{display:block;height:12px;border-radius:999px;background:#d8e6de;overflow:hidden}.ygh-attention-score b{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#7dd9aa,#006a46)}
.ygh-attention-text{margin:0;color:var(--yg-muted);line-height:1.8;background:#f6fff6;border:1px solid var(--yg-line);border-radius:18px;padding:14px 16px;font-size:14px}
.ygh-report-metrics{display:grid;grid-template-columns:1fr;gap:10px;margin-top:auto}.ygh-report-metrics div{display:flex;justify-content:space-between;gap:12px;background:rgba(227,241,234,.62);border:1px solid var(--yg-line);border-radius:16px;padding:12px 14px}.ygh-report-metrics span{color:var(--yg-muted);font-size:13px}.ygh-report-metrics strong{color:var(--yg-text);font-size:13px}
.ygt-dimension,.ygt-insight-grid div,.ygt-support-list article,.ai-follow-list div,.ai-profile-timeline div{background:rgba(255,255,255,.7)!important;border-color:var(--yg-line)!important;border-radius:20px!important}
.ygt-dimension i{background:linear-gradient(90deg,var(--yg-primary),var(--yg-primary-soft))!important}
.ygh-notes article{border-left-color:var(--yg-primary)!important;background:rgba(255,255,255,.66)!important}
.ygh-plan-cta{margin-top:16px;padding:16px;border-radius:20px;background:#e3f1ea;border:1px solid var(--yg-line)}.ygh-plan-cta strong{display:block;color:var(--yg-primary);font-size:18px}.ygh-plan-cta span{display:block;margin-top:6px;color:var(--yg-muted);line-height:1.7}
.ygh-recommend-products{margin-top:26px}.ygh-recommend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ygh-recommend-grid article{display:grid;grid-template-columns:140px minmax(0,1fr);gap:18px;align-items:center;background:rgba(255,255,255,.72);border:1px solid var(--yg-line);border-radius:24px;padding:18px}.ygh-recommend-img{display:block;border-radius:22px;overflow:hidden;background:#e3f1ea;aspect-ratio:1}.ygh-recommend-img img{width:100%;height:100%;object-fit:cover}.ygh-recommend-grid article span{display:block;color:var(--yg-primary);font-size:12px;font-weight:800}.ygh-recommend-grid article h3{margin:8px 0;color:var(--yg-text);font-family:"Manrope","Microsoft YaHei",sans-serif}.ygh-recommend-grid article p{color:var(--yg-muted);line-height:1.75}.ygh-recommend-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.ygh-recommend-actions strong{color:var(--yg-primary);font-size:22px}.ygh-no-products{grid-column:1/-1!important;display:block!important}

.pc-login-page{min-height:720px;grid-template-columns:minmax(0,1.05fr) 520px!important;align-items:center!important;gap:74px!important;margin-top:32px!important}
.pc-login-visual{position:relative;min-height:580px;padding:74px 68px!important;background:radial-gradient(circle at 25% 15%,rgba(153,245,197,.42),transparent 32%),linear-gradient(135deg,#dff7ea,#effdf5)!important;color:var(--yg-text)!important;border:0!important;box-shadow:none!important;display:flex;flex-direction:column;justify-content:center;overflow:hidden}
.pc-login-visual:before{content:"";position:absolute;right:-90px;bottom:-110px;width:330px;height:330px;border-radius:50%;border:1px solid rgba(0,106,70,.12);box-shadow:0 0 0 38px rgba(0,106,70,.045),0 0 0 76px rgba(109,205,143,.035);pointer-events:none}
.pc-login-visual span{position:relative;z-index:1;color:var(--yg-primary)!important;font-weight:900;letter-spacing:4px}.pc-login-visual h1{position:relative;z-index:1;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:52px!important;line-height:1.16!important;color:var(--yg-text)!important}.pc-login-visual p{position:relative;z-index:1;max-width:560px;font-size:18px;line-height:1.95;color:var(--yg-muted)}
.pc-login-highlights{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:46px}
.pc-login-highlights div{min-height:104px;padding:18px 16px;border-radius:24px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.92);box-shadow:var(--yg-shadow-soft)}
.pc-login-highlights strong{display:block;color:var(--yg-primary);font-size:17px}.pc-login-highlights em{display:block;margin-top:8px;color:var(--yg-muted);font-style:normal;font-size:13px;line-height:1.6}
.pc-login-card{padding:52px!important;border-radius:36px!important;background:rgba(255,255,255,.9)!important}
.pc-login-card h2{font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:34px;color:var(--yg-text);margin:0 0 10px}.pc-login-subtitle{margin:0 0 26px;color:var(--yg-muted);line-height:1.7}
.pc-login-card .pc-btn{width:100%;margin-top:12px}.pc-login-card a{display:block;text-align:center;margin-top:20px;color:var(--yg-primary);font-weight:800}.pc-login-switch{border-top:1px solid var(--yg-line);padding-top:18px}
.pc-captcha{grid-template-columns:1fr 118px!important;gap:12px}.pc-captcha img{height:52px!important;border-radius:16px!important;border-color:var(--yg-line)!important}

.pc-list-layout{grid-template-columns:240px minmax(0,1fr)!important;gap:26px!important}.pc-list-main{min-width:0}.pc-filter-panel,.pc-list-head{padding:24px!important}
.pc-filter-panel h3,.pc-list-head h1,.pc-detail-info h1,.pc-panel h1,.pc-panel h2,.ai-profile-plan h2,.ai-report-history h2{font-family:"Manrope","Microsoft YaHei",sans-serif;color:var(--yg-text)!important}
.pc-filter-panel a,.pc-sort a{border-radius:999px!important}.pc-filter-panel a.active,.pc-filter-panel a:hover,.pc-sort a:hover{background:#d8f4e4!important;color:var(--yg-primary)!important}
.pc-filter-panel a.pc-filter-child{margin-left:16px;padding-left:18px!important;border-left:2px solid rgba(0,106,70,.18);border-radius:14px!important;font-size:14px}
.pc-goods-card{overflow:hidden!important;border-radius:28px!important;transition:.18s ease}.pc-goods-card:hover{transform:translateY(-4px)!important;box-shadow:var(--yg-shadow)!important}
.pc-list-main .pc-goods-grid-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:start}
.pc-list-main .pc-goods-grid-list .pc-goods-img{height:auto!important;aspect-ratio:1/1;background:linear-gradient(135deg,#d8e6de,#effdf5)!important}
.pc-list-main .pc-goods-grid-list .pc-goods-img img{width:100%!important;height:100%!important;object-fit:cover!important}
.pc-list-main .pc-goods-grid-list .pc-goods-info{padding:20px!important}.pc-goods-title{font-family:"Manrope","Microsoft YaHei",sans-serif;color:var(--yg-text)!important}.pc-list-main .pc-goods-grid-list .pc-goods-title{font-size:17px;line-height:1.45;height:50px!important}.pc-list-main .pc-goods-grid-list .pc-goods-info p{color:var(--yg-muted)!important;height:22px!important;line-height:22px!important}.pc-list-main .pc-goods-grid-list .pc-goods-meta{gap:10px;align-items:flex-end!important}.pc-list-main .pc-goods-grid-list .pc-goods-meta strong{white-space:nowrap}.pc-list-main .pc-goods-grid-list .pc-goods-meta span{max-width:92px;line-height:1.35;text-align:right}
.pc-detail{grid-template-columns:520px minmax(0,1fr)!important;gap:28px!important}.pc-detail-gallery img{width:100%!important;height:auto!important;aspect-ratio:1;object-fit:cover;border-radius:24px!important}
.pc-price-box{background:#e3f1ea!important;border:1px solid var(--yg-line);border-radius:24px!important}.pc-service-line span{background:rgba(255,255,255,.74)!important;border:1px solid var(--yg-line);color:var(--yg-primary)!important}
.pc-detail-tabs aside{padding:26px!important}.pc-detail-tabs aside h3{margin:0 0 18px;color:var(--yg-text);font-size:22px}.pc-side-goods{display:block;margin:0 0 22px!important}.pc-side-goods:last-child{margin-bottom:0!important}.pc-side-goods img{width:100%!important;height:auto!important;aspect-ratio:1.28/1;object-fit:contain!important;object-position:center;background:linear-gradient(135deg,#f6faf8,#eef7f2)!important;border:1px solid rgba(34,126,91,.1);border-radius:18px!important;padding:12px}.pc-side-goods span{display:block;margin:10px 0 6px!important;color:var(--yg-text);font-size:15px;line-height:1.5;font-weight:800}.pc-side-goods strong{display:block;color:#c21f1f!important;font-size:18px;line-height:1.2}
.pc-cart-table th,.pc-cart-table td{border-bottom-color:var(--yg-line)!important}.pc-cart-summary{background:rgba(255,255,255,.68);border:1px solid var(--yg-line);border-radius:24px;padding:18px;flex-wrap:wrap}
.pc-order-card{overflow:hidden}.pc-order-head,.pc-order-actions{background:rgba(227,241,234,.7)!important}
.pc-empty{background:rgba(255,255,255,.66)!important;border:1px solid var(--yg-line)!important;border-radius:28px!important}

.pc-member{grid-template-columns:280px minmax(0,1fr)!important;gap:26px!important}.pc-avatar{background:var(--yg-primary)!important}.pc-member-side a{border-radius:16px!important;background:rgba(255,255,255,.64)!important;color:var(--yg-primary)!important}
.pc-stats div{border-radius:24px!important;background:rgba(255,255,255,.76)!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:var(--yg-shadow-soft)!important}
.pc-stats strong{color:var(--yg-primary)!important}.pc-member-order{border-bottom-color:var(--yg-line)!important}.pc-member-order em,.ai-report-history article em{font-style:normal!important;color:var(--yg-text)}
.ai-profile-head{position:relative}.ai-profile-grid{gap:26px!important}.ai-profile-current{grid-template-columns:340px minmax(0,1fr)!important;align-items:stretch!important}.ai-profile-score{border-radius:28px!important;background:#e3f1ea!important}.ai-profile-score strong{font-family:"Manrope";color:var(--yg-primary)!important}.ygh-profile-attention{display:flex;flex-direction:column;gap:12px;text-align:left!important;padding:24px!important;background:linear-gradient(145deg,#effdf5,#fff)!important;border:1px solid var(--yg-line)!important}.ygh-profile-attention>span{color:var(--yg-text)!important;font-weight:900}.ygh-profile-attention strong{font-size:56px!important;line-height:.92!important}.ygh-profile-attention em{font-style:normal;color:var(--yg-primary);font-weight:900}.ygh-profile-attention i{display:block;height:12px;border-radius:999px;background:#d8e6de;overflow:hidden}.ygh-profile-attention b{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#7dd9aa,#006a46)}.ygh-profile-attention p{margin:0;color:var(--yg-muted);font-size:14px;line-height:1.75}.ygh-profile-metrics{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.ygh-profile-metrics span{display:inline-flex!important;color:var(--yg-primary)!important;background:#e3f1ea;border:1px solid var(--yg-line);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}

.pc-footer{margin-top:56px!important;background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,.58))!important;border-top:1px solid rgba(34,126,91,.12)!important;color:var(--yg-muted)!important;padding:22px 0 26px!important;backdrop-filter:blur(14px)}
.pc-footer-grid{display:none!important}.pc-footer .pc-wrap{display:flex!important;justify-content:center!important;align-items:center!important}
.pc-footer-meta{display:flex;align-items:center;justify-content:center;gap:12px 14px;flex-wrap:wrap;color:var(--yg-muted);font-size:12px;line-height:1.8;text-align:center}
.pc-footer-meta span,.pc-footer-meta a{color:inherit}.pc-footer-meta a{padding-left:14px;border-left:1px solid rgba(34,126,91,.16);text-decoration:none;transition:color .16s ease}
.pc-footer-meta a:hover{color:var(--yg-primary)!important}

@media (max-width:900px){
  .pc-wrap{width:calc(100% - 32px)!important}
  .pc-header{padding:14px 0 12px!important}.pc-header .pc-flex{display:grid!important;grid-template-columns:1fr;gap:14px}
  .pc-logo{min-width:0;justify-self:start}.pc-search{width:100%!important}.pc-cart-entry{width:100%;text-align:center}
  .pc-nav.ygh-nav{width:100%;margin:0!important;padding:0!important;background:transparent!important;backdrop-filter:none;pointer-events:auto}
  .ygh-nav-shell{width:100%!important;max-width:none!important;overflow-x:auto;justify-content:space-between!important;scrollbar-width:none;padding:7px!important}
  .ygh-nav-shell::-webkit-scrollbar{display:none}.pc-nav.ygh-nav a{flex:1 0 auto;min-width:76px;padding:11px 10px!important}
  .ygh-home-hero,.ai-platform-hero,.ygh-report-preview,.ygh-report-hero,.ygh-report-grid,.pc-login-page,.pc-list-layout,.pc-detail,.pc-detail-tabs,.pc-member,.ai-profile-grid,.ai-profile-current{grid-template-columns:1fr!important}
  .ygh-home-hero{gap:24px!important;min-height:auto;padding-top:24px!important}.ygh-hero-copy h1{font-size:42px!important}.ygh-hero-visual{min-height:340px}.ygh-hero-proof{transform:none;grid-template-columns:repeat(3,1fr)!important;padding:16px!important}
  .ygh-hero-proof div{border-right:1px solid var(--yg-line)!important;border-bottom:0!important}.ygh-hero-proof div:last-child{border-right:0!important}
  .ygh-principle-grid,.ygh-entry-band,.ai-form-grid,.pc-goods-grid,.pc-goods-grid-list,.pc-stats{grid-template-columns:1fr 1fr!important}
  .pc-list-main .pc-goods-grid-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
  .ygh-assessment .ai-page-head{padding:26px 0!important}.ygh-assessment .ai-page-head:after{display:none}.ygh-assessment .ai-page-head h1{font-size:32px!important}
  .ygh-form-final{display:grid!important}.ygh-form-final .pc-btn{width:100%}
  .pc-login-page{gap:22px!important;min-height:auto}.pc-login-visual{min-height:auto;padding:38px 28px!important}.pc-login-visual h1{font-size:36px!important}.pc-login-highlights{grid-template-columns:1fr!important;margin-top:24px}.pc-login-highlights div{min-height:auto}.pc-login-card{padding:30px!important}
}

@media (max-width:520px){
  .pc-wrap{width:calc(100% - 24px)!important}
  .pc-logo{grid-template-columns:50px minmax(0,1fr)!important}.pc-logo i{width:50px!important;height:50px!important}.pc-logo span{font-size:20px!important}.pc-search-row button{width:74px!important;flex-basis:74px!important}
  .ygh-hero-proof{padding:14px!important;border-radius:22px!important}.ygh-hero-proof strong{font-size:24px!important}.ygh-hero-proof span{font-size:13px!important}
  .ygh-hero-copy h1{font-size:36px!important}.ygh-section-title h2{font-size:28px!important}.ygh-score-ring{width:176px;height:176px}.ygh-score-ring div{width:128px;height:128px}.ygh-score-ring strong{font-size:44px}
  .ygh-score-mini,.ygh-principle-grid,.ygh-entry-band,.ai-form-grid,.pc-goods-grid,.pc-goods-grid-list,.pc-stats,.ygt-dimension-grid,.ygt-support-list{grid-template-columns:1fr!important}
  .pc-list-main .pc-goods-grid-list{grid-template-columns:1fr!important}
  .ai-form-section{padding:22px!important;border-radius:28px!important}.ai-form-section-title{display:grid!important;gap:12px}.ygh-report-hero{padding:26px!important}.ygh-report-summary-card{padding:20px;border-radius:22px}.ygh-report-console{padding:20px}.ygh-attention-score strong{font-size:46px}.ygh-recommend-grid{grid-template-columns:1fr}.ygh-recommend-grid article{grid-template-columns:96px minmax(0,1fr);padding:14px}.ygh-recommend-actions{display:grid;justify-items:start}.ygh-recommend-actions .pc-btn{width:100%}
  .pc-login-page{display:block!important;width:auto!important;margin:24px 12px 0!important;min-width:0!important}
  .pc-login-visual{display:none}.pc-login-card{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important;padding:24px 18px!important}.pc-login-card h2{font-size:28px}.pc-login-subtitle{font-size:14px}.pc-login-card input,.pc-login-card .pc-btn{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.pc-captcha{display:grid!important;grid-template-columns:1fr!important;max-width:100%!important}.pc-captcha img{width:118px;max-width:100%}
  .pc-footer{padding:20px 0 22px!important}
  .pc-footer-meta{gap:6px 10px;font-size:11px;line-height:1.7}
  .pc-footer-meta a{padding-left:10px}
  .pc-cart-table,.pc-cart-table thead,.pc-cart-table tbody,.pc-cart-table tr,.pc-cart-table th,.pc-cart-table td{display:block;width:100%}.pc-cart-table thead{display:none}.pc-cart-table tr{background:rgba(255,255,255,.66);border:1px solid var(--yg-line);border-radius:20px;margin:12px 0;padding:12px}.pc-cart-table td{border:0!important;padding:8px!important}
}

/* Mobile visual theme pass: typography, cards and controls must match the soft jade app style */
@media (max-width:620px){
  :root{
    --yg-bg:#fbf9f1;
    --yg-card:rgba(255,255,255,.66);
    --yg-card-solid:#fffdf8;
    --yg-card-tint:rgba(239,244,236,.72);
    --yg-line:rgba(84,113,96,.14);
    --yg-line-strong:rgba(84,113,96,.24);
    --yg-text:#22332b;
    --yg-heading:#1f352b;
    --yg-muted:#6d766f;
    --yg-soft-muted:#8d958e;
    --yg-primary:#547160;
    --yg-primary-2:#7f9f8b;
    --yg-primary-soft:#dce9df;
    --yg-primary-pale:#eef4ee;
    --yg-gold:#547160;
    --yg-gold-soft:#eef4ee;
  }
  html,body{background:#fbf9f1!important;color:var(--yg-text)!important}
  body:before{background:radial-gradient(circle at 50% 12%,rgba(163,193,173,.22),transparent 32%),linear-gradient(180deg,#fbf9f1 0%,#fbfaf5 48%,#f3f5ef 100%)!important}
  .pc-nav.ygh-nav{left:0!important;right:0!important;width:auto!important;box-sizing:border-box!important;overflow:hidden!important;white-space:normal!important}
  .ygh-nav-shell{width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important}
  .pc-nav.ygh-nav a{min-width:0!important;box-sizing:border-box!important;color:#879087!important}
  .pc-nav.ygh-nav a strong{font-size:11px!important;letter-spacing:0!important}
  .pc-nav.ygh-nav a.is-active,.pc-nav.ygh-nav a:hover,.pc-nav.ygh-nav a:first-child.is-active{background:#e5ece7!important;color:#4b6757!important}

  .pc-logo span,.ygh-hero-copy h1,.ygh-hero-copy h1 strong,.pc-list-head h1,.ygh-assessment-copy h1,.ygh-report-maincopy h1,.ygh-member-command h1,section.pc-login-page.pc-wrap .pc-login-card h2,.ai-form-section-title h2,.ai-block-title h2{color:var(--yg-heading)!important;font-weight:500!important}
  .pc-logo span{color:#486454!important}
  .ai-kicker,.pc-list-head p,.ygh-hero-copy p,.ygh-map-head p,.ygh-assessment-copy p,.ygh-member-command p,.pc-login-subtitle,.ai-form-section-title p,.ai-block-title span,.pc-goods-info p{color:var(--yg-muted)!important}
  .ai-kicker{letter-spacing:.04em!important;color:#587463!important}
  .ygh-hero-proof strong,.pc-goods-meta strong,.pc-price-box strong,.pc-order-body strong,.pc-stats strong,.pc-member-order strong,.pc-pay-head strong,.pc-checkout-total strong,.pc-cart-summary strong{color:#567763!important}
  .ygh-hero-proof span,.pc-goods-meta span,.pc-footer-meta,.pc-footer-meta a{color:var(--yg-soft-muted)!important}

  .ygh-home-hero,.ygh-entry-band .ygh-entry-card,.pc-filter-panel,.pc-goods-card,.ygh-member-sidebar,.ygh-member-command,.ygh-overview-card,.ygh-assessment .ai-form-section,.ai-report-block,.ygh-report-hero,section.pc-login-page.pc-wrap .pc-login-card,.pc-panel,.pc-order-card,.pc-checkout-total,.pc-wechat-paybox{background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(244,247,240,.72))!important;border:1px solid rgba(255,255,255,.86)!important;box-shadow:0 18px 46px rgba(84,113,96,.07)!important}
  .ygh-hero-proof,.pc-sort a,.pc-filter-panel a,.ygh-assessment-badges span,.ygh-step-track,.ygh-step-track span,.ygh-member-nav a,.ygh-member-quick-status a,.ygh-member-quick-status div{background:rgba(255,255,255,.58)!important;border-color:rgba(84,113,96,.11)!important;color:#5f7066!important;box-shadow:none!important}
  .pc-filter-panel a.active,.pc-filter-panel a:hover,.ygh-step-track span.is-active,.ygh-member-nav a.is-active{background:#547160!important;color:#fffdf8!important}

  .pc-btn,.ai-btn-ghost,.ygt-btn-soft,.pc-message-btn,.pc-wx-refresh{background:rgba(255,255,255,.68)!important;border:1px solid rgba(84,113,96,.16)!important;color:#4c6657!important;box-shadow:none!important}
  .pc-btn-primary,.pc-message-btn,.ygh-hero-actions .pc-btn-primary,section.pc-login-page.pc-wrap .pc-wx-login-btn{background:linear-gradient(135deg,#dce9df,#f3f6ef)!important;border:1px solid rgba(255,255,255,.92)!important;color:#20342b!important;box-shadow:0 12px 28px rgba(84,113,96,.12)!important}
  .pc-btn-primary:hover,.pc-message-btn:hover,.pc-wx-refresh:hover{background:linear-gradient(135deg,#d3e4d8,#fffdf8)!important;color:#1f352b!important}
  .pc-goods-img{background:linear-gradient(145deg,#e7f0ea,#f8f7ef)!important}
  .pc-goods-title{color:#273a31!important}
  .pc-goods-meta strong{font-weight:800!important}

  .ygh-assessment .ai-form-section-title em{background:#e8efe8!important;color:#516d5c!important}
  .ygh-step-track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;overflow:visible!important}
  .ygh-step-track span{min-width:0!important;width:auto!important;justify-content:center!important;padding:0 4px!important;font-size:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important}
  .ygh-step-track span:after{display:block;font-size:11px!important;line-height:1!important;font-weight:800!important;color:inherit!important}
  .ygh-step-track span:nth-child(1):after{content:"01 基础"}
  .ygh-step-track span:nth-child(2):after{content:"02 状态"}
  .ygh-step-track span:nth-child(3):after{content:"03 生活"}
  .ygh-step-track span:nth-child(4):after{content:"04 报告"}
  .ygh-assessment input,.ygh-assessment select,.ygh-assessment textarea,.pc-form-grid input,.pc-checkout textarea,.pc-buy-form input,.pc-buy-form select,.pc-login-card input{background:rgba(255,255,255,.72)!important;border:1px solid rgba(84,113,96,.18)!important;color:var(--yg-text)!important;border-radius:18px!important}
  .ygh-assessment label,.pc-buy-form label{color:#637267!important}
  .ygh-assessment input::placeholder,.pc-form-grid input::placeholder,.pc-checkout textarea::placeholder{color:#9aa49d!important}
  .ygh-assessment-submitbar{background:rgba(255,255,255,.82)!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:0 16px 38px rgba(84,113,96,.12)!important}

  .pc-wechat-status>span{background:linear-gradient(135deg,#dce9df,#f5f7ef)!important;box-shadow:0 14px 32px rgba(84,113,96,.12)!important}
  .pc-wechat-status>span:before{background:#547160!important}
  .pc-wechat-status>span:after{background:#f8f7ef!important;box-shadow:12px 0 0 #f8f7ef!important}
}

/* Report preview upgrade */
.ygh-report-preview{position:relative;grid-template-columns:minmax(0,1fr) 430px!important;gap:46px!important;align-items:center!important;padding:44px!important;overflow:hidden}
.ygh-report-preview:before{content:"";position:absolute;right:70px;top:34px;width:220px;height:220px;border-radius:50%;border:1px solid rgba(0,106,70,.12);box-shadow:0 0 0 34px rgba(0,106,70,.045),0 0 0 68px rgba(109,205,143,.035);pointer-events:none}
.ygh-report-preview-copy{position:relative;z-index:1;max-width:620px}
.ygh-report-preview-copy h2{max-width:560px;font-size:40px!important;line-height:1.18!important}
.ygh-report-preview-copy p{max-width:680px;font-size:17px;line-height:1.95!important}
.ygh-preview-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0 28px}
.ygh-preview-features div{min-height:116px;border:1px solid var(--yg-line);border-radius:22px;padding:16px;background:rgba(255,255,255,.64)}
.ygh-preview-features span{display:inline-grid;place-items:center;width:34px;height:24px;border-radius:999px;background:#e3f1ea;color:var(--yg-primary);font-size:12px;font-weight:900}
.ygh-preview-features strong{display:block;margin-top:12px;color:var(--yg-text);font-size:17px}
.ygh-preview-features em{display:block;margin-top:7px;color:var(--yg-muted);font-style:normal;font-size:13px;line-height:1.55}
.ygh-preview-dashboard{position:relative;z-index:1;display:grid;gap:18px;padding:26px!important;border-radius:30px!important;background:linear-gradient(145deg,rgba(239,253,245,.94),rgba(255,255,255,.78))!important;box-shadow:0 24px 60px rgba(0,82,53,.12)!important}
.ygh-preview-console-head{display:flex;justify-content:space-between;gap:14px;align-items:center}
.ygh-preview-console-head span{color:var(--yg-muted);font-size:13px;font-weight:800}
.ygh-preview-console-head strong{color:var(--yg-primary);font-size:16px}
.ygh-preview-status-ring{position:relative;width:206px;height:206px;margin:0 auto;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--yg-primary) 0 86%,#d8e6de 86% 100%);box-shadow:0 0 40px rgba(0,106,70,.15)}
.ygh-preview-status-ring:before{content:"";position:absolute;width:246px;height:246px;border-radius:50%;border:1px solid rgba(0,106,70,.12);animation:yghSpin 10s linear infinite}
.ygh-preview-status-ring div{width:148px;height:148px;border-radius:50%;display:grid;place-items:center;align-content:center;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.94)}
.ygh-preview-status-ring strong{font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:54px;line-height:.95;color:var(--yg-primary)}
.ygh-preview-status-ring span{margin-top:7px;color:var(--yg-text);font-weight:900}
.ygh-preview-dashboard .ygh-preview-bars{display:grid;gap:14px}
.ygh-preview-dashboard .ygh-preview-bars p{margin:0}
.ygh-preview-dashboard .ygh-preview-bars span{display:flex;justify-content:space-between;gap:14px;margin-bottom:7px;color:var(--yg-muted)!important}
.ygh-preview-dashboard .ygh-preview-bars b{font-weight:900;color:var(--yg-text)}
.ygh-preview-dashboard .ygh-preview-bars em{font-style:normal;color:var(--yg-primary);font-weight:900}
.ygh-preview-dashboard .ygh-preview-bars i{height:10px;background:#d8e6de!important;border-radius:999px;overflow:hidden}
.ygh-preview-dashboard .ygh-preview-bars i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--yg-primary),var(--yg-primary-soft))}
.ygt-dimension.good i{background:linear-gradient(90deg,var(--yg-primary),var(--yg-primary-soft))!important}
.ygt-dimension.warning i{background:linear-gradient(90deg,#8adca5,#f3cf75)!important}
.ygt-dimension.high i{background:linear-gradient(90deg,#f3cf75,#e88b63)!important}
@media (max-width:900px){.ygh-report-preview{grid-template-columns:1fr!important;gap:28px!important;padding:30px!important}.ygh-preview-features{grid-template-columns:1fr 1fr}.ygh-report-preview-copy h2{font-size:32px!important}.ygh-preview-status-ring{width:188px;height:188px}.ygh-preview-status-ring:before{width:226px;height:226px}}
@media (max-width:520px){.ygh-report-preview{padding:24px!important;border-radius:30px!important}.ygh-preview-features{grid-template-columns:1fr}.ygh-preview-features div{min-height:0}.ygh-preview-status-ring{width:168px;height:168px}.ygh-preview-status-ring:before{width:202px;height:202px}.ygh-preview-status-ring div{width:122px;height:122px}.ygh-preview-status-ring strong{font-size:44px}}

/* Bottom action entries */
.ygh-entry-band{position:relative;display:grid!important;grid-template-columns:1.18fr 1fr 1fr!important;gap:16px!important;margin-top:42px!important}
.ygh-entry-band:before{content:"";position:absolute;inset:-16px;border-radius:34px;background:linear-gradient(115deg,rgba(0,106,70,.05),rgba(255,255,255,0) 46%,rgba(181,138,0,.05));pointer-events:none}
.ygh-entry-band .ygh-entry-card{position:relative;z-index:1;display:grid!important;grid-template-columns:56px minmax(0,1fr) 40px;align-items:center;gap:16px;min-height:128px;padding:24px!important;overflow:hidden;text-decoration:none!important;border-radius:30px!important;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(231,247,238,.7))!important;border:1px solid rgba(255,255,255,.94)!important;box-shadow:0 20px 46px rgba(0,82,53,.1)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.ygh-entry-band .ygh-entry-card:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 36%,rgba(255,255,255,.42) 48%,transparent 60%);transform:translateX(-120%);transition:transform .55s ease;pointer-events:none}
.ygh-entry-band .ygh-entry-card:hover{transform:translateY(-5px);border-color:rgba(0,106,70,.22)!important;box-shadow:0 28px 64px rgba(0,82,53,.16)!important}
.ygh-entry-band .ygh-entry-card:hover:after{transform:translateX(120%)}
.ygh-entry-band .is-primary{background:linear-gradient(135deg,#006a46,#0c865f 58%,#68c894)!important;color:#fff!important;border-color:rgba(255,255,255,.36)!important;box-shadow:0 26px 66px rgba(0,106,70,.26)!important}
.ygh-entry-band .ygh-entry-icon{position:relative;width:56px;height:56px;border-radius:18px;background:rgba(0,106,70,.1);border:1px solid rgba(0,106,70,.12);display:grid;place-items:center}
.ygh-entry-band .ygh-entry-icon:before,.ygh-entry-band .ygh-entry-icon:after,.ygh-entry-band .ygh-entry-icon i{content:"";display:block;position:absolute;border-radius:999px;background:var(--yg-primary)}
.ygh-entry-band .ygh-entry-icon:before{width:25px;height:25px;left:15px;top:12px;opacity:.18}
.ygh-entry-band .ygh-entry-icon i{width:26px;height:4px;left:16px;top:30px}
.ygh-entry-band .ygh-entry-icon:after{width:18px;height:4px;left:16px;top:38px;opacity:.56}
.ygh-entry-band .is-primary .ygh-entry-icon{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.28)}
.ygh-entry-band .is-primary .ygh-entry-icon:before,.ygh-entry-band .is-primary .ygh-entry-icon:after,.ygh-entry-band .is-primary .ygh-entry-icon i{background:#fff}
.ygh-entry-copy{display:grid;gap:7px;min-width:0}
.ygh-entry-band .ygh-entry-copy strong{font-size:23px!important;line-height:1.15!important;color:var(--yg-text)!important}
.ygh-entry-band .ygh-entry-copy em{font-style:normal;color:var(--yg-muted)!important;font-size:14px;line-height:1.45}
.ygh-entry-band .is-primary .ygh-entry-copy strong,.ygh-entry-band .is-primary .ygh-entry-copy em{color:#fff!important}
.ygh-entry-arrow{position:relative;width:38px;height:38px;border-radius:50%;background:rgba(0,106,70,.08);border:1px solid rgba(0,106,70,.12)}
.ygh-entry-arrow:before{content:"";position:absolute;width:11px;height:11px;right:13px;top:12px;border-top:2px solid var(--yg-primary);border-right:2px solid var(--yg-primary);transform:rotate(45deg)}
.ygh-entry-arrow:after{content:"";position:absolute;width:14px;height:2px;right:13px;top:18px;background:var(--yg-primary)}
.is-primary .ygh-entry-arrow{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.3)}
.is-primary .ygh-entry-arrow:before{border-color:#fff}.is-primary .ygh-entry-arrow:after{background:#fff}
@media (max-width:900px){.ygh-entry-band{grid-template-columns:1fr!important}.ygh-entry-band .ygh-entry-card{min-height:110px;padding:20px!important}}
@media (max-width:520px){.ygh-entry-band{gap:12px!important;margin-top:30px!important}.ygh-entry-band .ygh-entry-card{grid-template-columns:48px minmax(0,1fr) 34px;gap:13px;min-height:96px;border-radius:24px!important}.ygh-entry-band .ygh-entry-icon{width:48px;height:48px;border-radius:16px}.ygh-entry-band .ygh-entry-copy strong{font-size:20px!important}.ygh-entry-band .ygh-entry-copy em{font-size:13px}.ygh-entry-arrow{width:34px;height:34px}}

@media (max-width:520px){
  section.pc-login-page.pc-wrap{display:block!important;width:calc(100vw - 48px)!important;max-width:calc(100vw - 48px)!important;margin:24px 24px 0!important;padding:0!important;box-sizing:border-box!important}
  section.pc-login-page.pc-wrap .pc-login-card{width:100%!important;max-width:100%!important;margin:0!important;box-sizing:border-box!important}
  section.pc-login-page.pc-wrap .pc-login-card input,section.pc-login-page.pc-wrap .pc-login-card .pc-btn,section.pc-login-page.pc-wrap .pc-captcha{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
}

/* AI customer service */
.ygh-ai-customer{position:fixed;right:28px;bottom:28px;z-index:80;font-family:"Inter","Microsoft YaHei","PingFang SC",Arial,sans-serif}
.ygh-ai-customer-toggle{display:flex;align-items:center;gap:10px;border:0;border-radius:999px;background:linear-gradient(135deg,#006a46,#0a7d55);color:#fff;padding:12px 18px 12px 12px;box-shadow:0 20px 46px rgba(0,82,53,.24);cursor:pointer;font-weight:900}
.ygh-ai-customer-toggle span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.22)}
.ygh-ai-customer-toggle strong{font-size:15px}
.ygh-ai-customer-panel{position:absolute;right:0;bottom:64px;width:380px;max-width:calc(100vw - 32px);border-radius:28px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.9);box-shadow:0 28px 76px rgba(0,82,53,.22);backdrop-filter:blur(18px);overflow:hidden;display:none}
.ygh-ai-customer.is-open .ygh-ai-customer-panel{display:block}
.ygh-ai-customer-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#006a46,#0a7d55);color:#fff;padding:18px 20px}
.ygh-ai-customer-panel header strong{display:block;font-size:18px}.ygh-ai-customer-panel header span{display:block;margin-top:5px;font-size:12px;color:rgba(255,255,255,.78)}
.ygh-ai-customer-close{border:0;background:rgba(255,255,255,.14);color:#fff;width:32px;height:32px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer}
.ygh-ai-customer-body{height:330px;overflow:auto;padding:18px;background:linear-gradient(180deg,#effdf5,#fff)}
.ygh-ai-customer-msg{max-width:86%;margin:0 0 12px;padding:12px 14px;border-radius:18px;line-height:1.75;font-size:14px;white-space:pre-wrap}
.ygh-ai-customer-msg.is-ai{background:#fff;border:1px solid var(--yg-line);color:var(--yg-text);border-top-left-radius:6px}
.ygh-ai-customer-msg.is-user{margin-left:auto;background:#007a50;color:#fff;border-top-right-radius:6px}
.ygh-ai-customer-msg.is-loading{color:var(--yg-muted)}
.ygh-ai-customer-quick{display:flex;gap:8px;flex-wrap:wrap;padding:12px 16px 0;background:#fff}
.ygh-ai-customer-quick button{border:1px solid var(--yg-line);background:#effdf5;color:var(--yg-primary);border-radius:999px;padding:8px 10px;font-size:12px;font-weight:800;cursor:pointer}
.ygh-ai-customer-form{display:grid;grid-template-columns:1fr 72px;gap:10px;padding:14px 16px;background:#fff}
.ygh-ai-customer-form textarea{resize:none;border:1px solid var(--yg-line-strong);border-radius:16px;padding:10px 12px;line-height:1.5;outline:none;background:#fbfffd}
.ygh-ai-customer-form textarea:focus{border-color:var(--yg-primary);box-shadow:0 0 0 4px rgba(0,106,70,.1)}
.ygh-ai-customer-form button{border:0;border-radius:16px;background:var(--yg-primary);color:#fff;font-weight:900;cursor:pointer}
.ygh-ai-customer-notice{margin:0;padding:0 16px 16px;background:#fff;color:var(--yg-muted);font-size:12px;line-height:1.6}
@media (max-width:520px){.ygh-ai-customer{right:14px;bottom:16px}.ygh-ai-customer-toggle strong{display:none}.ygh-ai-customer-panel{right:-2px;bottom:58px;width:calc(100vw - 28px)}.ygh-ai-customer-body{height:300px}}

/* Member center modules */
.ygh-member-module-page .ygh-member-main{align-content:start}
.ygh-member-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}
.ygh-member-page-head h1{margin:12px 0 8px;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:34px;line-height:1.15;color:var(--yg-text)}
.ygh-member-page-head p{margin:0;color:var(--yg-muted);line-height:1.75}
.ygh-member-page-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.ygh-member-content-panel{padding:28px!important}
.ygh-member-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ygh-member-module{display:grid;gap:8px;min-height:138px;padding:22px;border:1px solid rgba(255,255,255,.94);border-radius:24px;background:rgba(255,255,255,.82);box-shadow:var(--yg-shadow-soft);color:var(--yg-text);text-decoration:none!important}
.ygh-member-module:hover{transform:translateY(-2px);border-color:var(--yg-line-strong)}
.ygh-member-module span{color:var(--yg-muted);font-size:13px;font-weight:800}
.ygh-member-module strong{font-size:22px;line-height:1.25;color:var(--yg-text)}
.ygh-member-module em{align-self:end;color:var(--yg-primary);font-style:normal;font-size:13px;font-weight:800;line-height:1.45}
.ygh-member-module-page .ai-profile-head{display:flex!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(255,255,255,.94)!important;padding:28px!important;margin:0!important}
.ygh-member-module-page .ai-profile-grid{grid-template-columns:minmax(0,1fr) 330px!important}

/* Daily health check-in */
.ygh-checkin-shell{padding:0 0 80px;display:grid;gap:22px}
.ygh-checkin-hero{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:stretch}
.ygh-checkin-hero>div,.ygh-checkin-status,.ygh-checkin-form-card,.ygh-checkin-side section,.ygh-checkin-metrics article,.ygh-checkin-ai-card,.ygh-member-checkin-card{background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.94);border-radius:30px;box-shadow:var(--yg-shadow-soft);backdrop-filter:blur(18px)}
.ygh-checkin-hero>div{padding:28px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(227,241,234,.78))}
.ygh-checkin-hero h1{margin:14px 0;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:34px;line-height:1.1;color:var(--yg-text)}
.ygh-checkin-hero p{max-width:720px;margin:0;color:var(--yg-muted);font-size:16px;line-height:1.9}
.ygh-checkin-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.ygh-checkin-status{display:flex;flex-direction:column;justify-content:center;gap:12px;padding:28px;background:linear-gradient(150deg,#06241e,#0b5f44 62%,#0a7d55);color:#effff6}
.ygh-checkin-status span,.ygh-checkin-status em{font-style:normal;color:#c8f2dd;font-weight:900}.ygh-checkin-status strong{font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:64px;line-height:.9;color:#fff}.ygh-checkin-status p{margin:0;color:#d9f8e8;line-height:1.7}
.ygh-checkin-notice{padding:14px 18px;border-radius:20px;background:#e3f1ea;border:1px solid var(--yg-line);color:var(--yg-primary);font-weight:800}
.ygh-checkin-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.ygh-checkin-metrics article{padding:22px}.ygh-checkin-metrics span{display:block;color:var(--yg-muted);font-size:13px;font-weight:800}.ygh-checkin-metrics strong{display:inline-block;margin-top:8px;color:var(--yg-primary);font-size:38px;line-height:1}.ygh-checkin-metrics em{margin-left:6px;color:var(--yg-muted);font-style:normal}
.ygh-checkin-ai-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ygh-checkin-ai-card{display:grid;gap:14px;padding:24px}.ygh-checkin-ai-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.ygh-checkin-ai-head span{display:block;color:var(--yg-muted);font-size:13px;font-weight:900}.ygh-checkin-ai-head strong{display:block;margin-top:6px;color:var(--yg-text);font-size:22px;line-height:1.2}.ygh-checkin-ai-head em{flex:0 0 auto;color:var(--yg-primary);font-style:normal;font-weight:900}.ygh-checkin-ai-card p{margin:0;color:var(--yg-muted);line-height:1.8}.ygh-checkin-ai-tags{display:flex;flex-wrap:wrap;gap:8px}.ygh-checkin-ai-tags span{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:#effdf5;border:1px solid var(--yg-line);color:var(--yg-primary);font-size:12px;font-weight:900}.ygh-checkin-ai-card ul{margin:0;padding-left:18px;color:var(--yg-muted);line-height:1.75}.ygh-checkin-ai-card li+li{margin-top:5px}
.ygh-checkin-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}.ygh-checkin-form-card,.ygh-checkin-side section{padding:28px}.ygh-checkin-side{display:grid;gap:22px}
.ygh-checkin-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px}.ygh-checkin-card-head span{display:block;color:var(--yg-muted);font-size:13px;font-weight:800}.ygh-checkin-card-head h2{margin:6px 0 0;color:var(--yg-text);font-size:26px}.ygh-checkin-card-head a,.ygh-checkin-card-head em{flex:0 0 auto;color:var(--yg-primary);font-style:normal;font-weight:900}
.ygh-checkin-plan{display:grid;gap:8px;margin-bottom:22px;padding:16px;border-radius:20px;background:#e3f1ea;border:1px solid var(--yg-line)}.ygh-checkin-plan strong{color:var(--yg-primary);font-size:18px}.ygh-checkin-plan span{color:var(--yg-muted);line-height:1.75}
.ygh-checkin-form{display:grid;gap:22px}.ygh-checkin-fields{display:grid;gap:18px}.ygh-checkin-field{padding:18px;border:1px solid var(--yg-line);border-radius:22px;background:rgba(255,255,255,.66)}
.ygh-checkin-field-title{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.ygh-checkin-field-title strong{color:var(--yg-text);font-size:17px}.ygh-checkin-field-title span{color:var(--yg-primary);font-weight:900}
.ygh-checkin-options{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.ygh-checkin-options label{min-width:0;cursor:pointer}.ygh-checkin-options input{position:absolute;opacity:0;pointer-events:none}.ygh-checkin-options span{display:grid;gap:5px;place-items:center;min-height:74px;padding:10px 6px;border:1px solid var(--yg-line);border-radius:16px;background:#fff;color:var(--yg-muted);text-align:center;transition:border-color .18s ease,background .18s ease,transform .18s ease}.ygh-checkin-options b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e3f1ea;color:var(--yg-primary)}.ygh-checkin-options em{font-style:normal;font-size:12px;line-height:1.25}.ygh-checkin-options input:checked+span{border-color:rgba(0,106,70,.42);background:linear-gradient(135deg,#effdf5,#fff);box-shadow:0 10px 24px rgba(0,82,53,.08);transform:translateY(-1px)}.ygh-checkin-options input:checked+span b{background:var(--yg-primary);color:#fff}
.ygh-checkin-plan-done{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px;border-radius:22px;background:rgba(227,241,234,.7);border:1px solid var(--yg-line)}.ygh-checkin-plan-done strong{color:var(--yg-text);font-size:17px}.ygh-checkin-plan-done div{display:flex;gap:10px;flex-wrap:wrap}.ygh-checkin-plan-done label{cursor:pointer}.ygh-checkin-plan-done input{position:absolute;opacity:0}.ygh-checkin-plan-done span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid var(--yg-line);color:var(--yg-muted);font-weight:800}.ygh-checkin-plan-done input:checked+span{background:var(--yg-primary);border-color:var(--yg-primary);color:#fff}
.ygh-checkin-notes{display:grid;gap:10px}.ygh-checkin-notes span{color:var(--yg-text);font-weight:900}.ygh-checkin-notes textarea{width:100%;box-sizing:border-box;resize:vertical;border:1px solid var(--yg-line-strong);border-radius:20px;background:rgba(255,255,255,.72);padding:14px 16px;color:var(--yg-text);line-height:1.7}.ygh-checkin-notes textarea:focus{outline:none;border-color:var(--yg-primary);box-shadow:0 0 0 4px rgba(0,106,70,.1)}
.ygh-checkin-submit{display:flex;align-items:center;justify-content:space-between;gap:16px}.ygh-checkin-submit .pc-btn{min-width:142px;white-space:nowrap;flex:0 0 auto}.ygh-checkin-submit span{flex:1;min-width:0;color:var(--yg-muted);font-size:13px;line-height:1.6}
.ygh-checkin-submitting{position:fixed;inset:0;z-index:9999;display:none;place-items:center;background:rgba(239,253,245,.76);backdrop-filter:blur(12px)}
.ygh-checkin-submitting.is-active{display:grid}
.ygh-checkin-submitting>div{width:min(360px,calc(100% - 40px));box-sizing:border-box;padding:28px;border-radius:24px;background:#fff;border:1px solid rgba(255,255,255,.94);box-shadow:var(--yg-shadow);text-align:center}
.ygh-checkin-submitting i{display:block;width:42px;height:42px;margin:0 auto 16px;border-radius:50%;border:4px solid #d8e6de;border-top-color:var(--yg-primary);animation:yghSubmitSpin .9s linear infinite}
.ygh-checkin-submitting strong{display:block;color:var(--yg-text);font-size:20px;line-height:1.35}
.ygh-checkin-submitting span{display:block;margin-top:10px;color:var(--yg-muted);font-size:14px;line-height:1.7}
@keyframes yghSubmitSpin{to{transform:rotate(360deg)}}
.ygh-checkin-trend{height:230px;display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:10px;padding-top:12px}.ygh-checkin-trend div{height:100%;display:grid;grid-template-rows:1fr auto auto;gap:7px;align-items:end;text-align:center}.ygh-checkin-trend i{display:block;width:100%;min-height:10px;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,var(--yg-primary-soft),var(--yg-primary));opacity:.95}.ygh-checkin-trend .is-empty i{background:#d8e6de;opacity:.55}.ygh-checkin-trend strong{font-size:12px;color:var(--yg-text)}.ygh-checkin-trend span{font-size:12px;color:var(--yg-muted)}
.ygh-checkin-history-row{display:grid;grid-template-columns:1fr 54px;gap:12px;align-items:center;border-top:1px solid var(--yg-line);padding:14px 0}.ygh-checkin-history-row:first-of-type{border-top:0}.ygh-checkin-history-row strong,.ygh-checkin-history-row span{display:block}.ygh-checkin-history-row span{margin-top:5px;color:var(--yg-muted);font-size:13px;line-height:1.6}.ygh-checkin-history-row em{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#e3f1ea;color:var(--yg-primary);font-style:normal;font-weight:900}.ygh-checkin-history-row em.watch{background:#fff3d2;color:#8b6500}.ygh-checkin-history-row em.focus{background:#ffe5df;color:#a0361f}.ygh-checkin-empty{padding:24px;border-radius:20px;background:#effdf5;border:1px solid var(--yg-line);color:var(--yg-muted);text-align:center}
.ygh-member-metrics{grid-template-columns:repeat(6,1fr)!important}.ygh-member-checkin-card{grid-column:1/-1;padding:28px!important}.ygh-member-checkin-head{display:grid;grid-template-columns:180px minmax(0,1fr);gap:22px;align-items:center}.ygh-member-checkin-score{position:relative;width:156px;height:156px;border-radius:50%;display:grid;place-items:center;align-content:center;justify-self:center;background:conic-gradient(var(--yg-primary) 0 var(--score),#d8e6de var(--score) 100%);box-shadow:0 0 34px rgba(0,106,70,.13)}.ygh-member-checkin-score:before{content:"";position:absolute;inset:26px;border-radius:50%;background:#fff}.ygh-member-checkin-score strong,.ygh-member-checkin-score span{position:relative;z-index:1}.ygh-member-checkin-score strong{font-size:42px;line-height:1;color:var(--yg-primary)}.ygh-member-checkin-score span{margin-top:6px;color:var(--yg-muted);font-size:13px;font-weight:800}.ygh-member-checkin-head h2{margin:0 0 8px;color:var(--yg-text);font-size:26px}.ygh-member-checkin-head p{margin:0 0 16px;color:var(--yg-muted);line-height:1.8}
.ygh-member-checkin-trend{height:116px;display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:end;margin-top:20px;padding:14px;border-radius:20px;background:rgba(227,241,234,.58);border:1px solid var(--yg-line)}.ygh-member-checkin-trend div{height:100%;display:grid;grid-template-rows:1fr auto;gap:7px;align-items:end;text-align:center}.ygh-member-checkin-trend i{display:block;min-height:10px;border-radius:999px 999px 7px 7px;background:linear-gradient(180deg,var(--yg-primary-soft),var(--yg-primary))}.ygh-member-checkin-trend .is-empty i{background:#d8e6de;opacity:.56}.ygh-member-checkin-trend span{color:var(--yg-muted);font-size:12px}
.ygh-member-checkin-list{display:grid;gap:8px;margin-top:16px}.ygh-member-checkin-list div{display:grid;grid-template-columns:110px 70px 1fr;gap:10px;align-items:center;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.68);border:1px solid var(--yg-line)}.ygh-member-checkin-list span{color:var(--yg-muted);font-size:13px}.ygh-member-checkin-list strong{color:var(--yg-primary)}.ygh-member-checkin-list em{font-style:normal;color:var(--yg-text);font-size:13px}

@media (max-width:1000px){
  .ygh-checkin-hero,.ygh-checkin-layout,.ygh-checkin-ai-grid{grid-template-columns:1fr}.ygh-checkin-metrics{grid-template-columns:repeat(2,1fr)}.ygh-member-metrics{grid-template-columns:repeat(3,1fr)!important}.ygh-member-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ygh-member-page-head{display:grid}.ygh-member-page-actions{justify-content:flex-start}.ygh-member-module-page .ai-profile-grid{grid-template-columns:1fr!important}
}
@media (max-width:620px){
  .ygh-member-module-grid{grid-template-columns:1fr}.ygh-member-page-head h1{font-size:28px}.ygh-member-page-actions .pc-btn{width:100%}.ygh-checkin-shell{padding-top:0;gap:18px}.ygh-checkin-hero>div,.ygh-checkin-status,.ygh-checkin-form-card,.ygh-checkin-side section,.ygh-checkin-metrics article,.ygh-checkin-ai-card{border-radius:24px}.ygh-checkin-hero>div,.ygh-checkin-form-card,.ygh-checkin-side section,.ygh-checkin-ai-card{padding:22px}.ygh-checkin-hero h1{font-size:30px}.ygh-checkin-actions .pc-btn,.ygh-checkin-submit .pc-btn{width:100%}.ygh-checkin-status strong{font-size:52px}.ygh-checkin-metrics{grid-template-columns:1fr 1fr;gap:12px}.ygh-checkin-metrics article{padding:18px}.ygh-checkin-metrics strong{font-size:30px}.ygh-checkin-ai-head{display:grid}.ygh-checkin-card-head{display:grid}.ygh-checkin-card-head a,.ygh-checkin-card-head em{justify-self:start}.ygh-checkin-options{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.ygh-checkin-options span{min-height:68px;padding:8px 4px}.ygh-checkin-options em{font-size:11px}.ygh-checkin-plan-done,.ygh-checkin-submit{display:grid}.ygh-checkin-plan-done div{display:grid;grid-template-columns:1fr 1fr}.ygh-checkin-plan-done span{justify-content:center;width:100%;box-sizing:border-box}.ygh-checkin-trend{height:180px;gap:6px}.ygh-member-metrics{grid-template-columns:1fr 1fr!important}.ygh-member-checkin-head{grid-template-columns:1fr}.ygh-member-checkin-score{width:138px;height:138px}.ygh-member-checkin-list div{grid-template-columns:1fr auto}.ygh-member-checkin-list em{grid-column:1/-1}
}
@media (max-width:420px){
  .ygh-checkin-options{grid-template-columns:repeat(3,1fr)}.ygh-checkin-options span{min-height:66px}.ygh-checkin-metrics{grid-template-columns:1fr}.ygh-checkin-plan-done div{grid-template-columns:1fr}
}

/* Member center redesign */
.ygh-member-dashboard{width:min(1380px,calc(100% - 56px))!important;display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:24px!important;align-items:start;margin-top:32px!important}
.ygh-member-sidebar{position:sticky;top:24px;display:grid;gap:16px;padding:18px;border-radius:28px;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.94);box-shadow:var(--yg-shadow-soft);backdrop-filter:blur(18px)}
.ygh-member-profile{display:grid;gap:8px;padding:18px;border-radius:22px;background:linear-gradient(145deg,rgba(239,253,245,.96),rgba(255,255,255,.78));border:1px solid var(--yg-line)}
.ygh-member-avatar{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,#006a46,#0a7d55);color:#fff;font-size:24px;font-weight:900;box-shadow:0 16px 30px rgba(0,106,70,.18)}
.ygh-member-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.ygh-member-profile span{color:var(--yg-primary);font-size:12px;font-weight:900}.ygh-member-profile h1{margin:4px 0 0;color:var(--yg-text);font-size:24px;line-height:1.18}.ygh-member-profile p{margin:0;color:var(--yg-muted);font-size:13px;line-height:1.5;word-break:break-word}
.ygh-member-profile-edit{display:inline-flex;align-items:center;justify-content:center;min-height:34px;width:max-content;margin-top:4px;padding:0 13px;border-radius:999px;background:#fff;border:1px solid var(--yg-line);color:var(--yg-primary);font-size:12px;font-weight:900;text-decoration:none!important}.ygh-member-profile-edit:hover,.ygh-member-profile-edit.is-active{background:var(--yg-primary);border-color:var(--yg-primary);color:#fff}
.ygh-member-nav{display:grid;gap:8px}.ygh-member-nav a{display:grid;gap:4px;padding:13px 14px;border-radius:18px;background:rgba(255,255,255,.62);border:1px solid transparent;color:var(--yg-text);text-decoration:none!important;transition:background .18s ease,border-color .18s ease,transform .18s ease}.ygh-member-nav a:hover{transform:translateX(2px);border-color:var(--yg-line)}.ygh-member-nav a.is-active{background:linear-gradient(135deg,#006a46,#0a7d55);border-color:transparent;color:#fff;box-shadow:0 16px 34px rgba(0,106,70,.18)}.ygh-member-nav strong{font-size:15px;line-height:1.2;color:inherit}.ygh-member-nav span{font-size:12px;line-height:1.45;color:var(--yg-muted)}.ygh-member-nav .is-active span{color:rgba(255,255,255,.78)}
.ygh-member-main{display:grid;gap:20px;min-width:0}.ygh-member-module-page .ygh-member-main>.pc-panel,.ygh-member-module-page .ygh-member-main>.ai-page-head,.ygh-member-module-page .ygh-member-main>.ygh-member-content-panel{margin-top:0!important}.ygh-member-main>.pc-panel,.ygh-member-content-panel,.ygh-member-card,.ygh-share-status-card,.ygh-share-link-card,.ygh-share-tool-grid a,.ygh-shareposter-preview,.ygh-profile-overview,.ygh-profile-follow-card,.ygh-profile-history{background:rgba(255,255,255,.84)!important;border:1px solid rgba(255,255,255,.94)!important;border-radius:28px!important;box-shadow:var(--yg-shadow-soft)!important;backdrop-filter:blur(18px)}
.ygh-member-command{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:20px;align-items:stretch;padding:30px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(227,241,234,.82));border:1px solid rgba(255,255,255,.94);box-shadow:var(--yg-shadow-soft)}
.ygh-member-command-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}.ygh-member-command h1{margin:14px 0 12px;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:40px;line-height:1.12;color:var(--yg-text)}.ygh-member-command p{max-width:760px;margin:0;color:var(--yg-muted);font-size:16px;line-height:1.9}.ygh-member-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.ygh-member-command-simple{grid-template-columns:minmax(0,1fr) 360px;padding:28px}.ygh-member-quick-status{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-self:stretch}.ygh-member-quick-status div,.ygh-member-quick-status a{display:grid;align-content:center;gap:8px;min-height:112px;padding:18px;border-radius:22px;background:rgba(255,255,255,.78);border:1px solid var(--yg-line);text-decoration:none!important;color:inherit}.ygh-member-quick-status a:hover{transform:translateY(-1px);border-color:var(--yg-line-strong);box-shadow:0 14px 30px rgba(0,82,53,.08)}.ygh-member-quick-status strong{color:var(--yg-primary);font-size:28px;line-height:1.12;word-break:break-word}.ygh-member-quick-status span{color:var(--yg-muted);font-size:13px;font-weight:900}
.ygh-member-share-panel{display:grid;gap:16px;padding:22px;border-radius:24px;background:#fff;border:1px solid var(--yg-line);box-shadow:0 18px 42px rgba(0,82,53,.08)}.ygh-member-share-head{display:grid;gap:6px}.ygh-member-share-head span{color:var(--yg-primary);font-size:12px;font-weight:900}.ygh-member-share-head strong{font-size:22px;color:var(--yg-text)}.ygh-member-share-head em{font-style:normal;color:var(--yg-muted);font-weight:800}
.ygh-member-share-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ygh-member-share-stats div{min-width:0;padding:12px;border-radius:18px;background:#effdf5;border:1px solid var(--yg-line)}.ygh-member-share-stats strong{display:block;color:var(--yg-primary);font-size:20px;line-height:1;white-space:nowrap}.ygh-member-share-stats span{display:block;margin-top:7px;color:var(--yg-muted);font-size:12px;font-weight:800}.ygh-member-share-link{padding:12px;border-radius:16px;background:rgba(227,241,234,.74);border:1px solid var(--yg-line);overflow:hidden}.ygh-member-share-link span{display:block;color:var(--yg-primary);font-size:12px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ygh-member-metrics{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important}.ygh-member-metrics article{min-width:0;min-height:118px;padding:18px;border-radius:22px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.94);box-shadow:var(--yg-shadow-soft)}.ygh-member-metrics span{display:block;color:var(--yg-muted);font-size:12px;font-weight:900}.ygh-member-metrics strong{display:block;margin-top:10px;color:var(--yg-primary);font-size:26px;line-height:1.1;word-break:break-word}.ygh-member-metrics em{display:block;margin-top:8px;color:var(--yg-muted);font-style:normal;font-size:12px;line-height:1.45}
.ygh-member-module-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.ygh-member-module{min-height:142px!important;padding:20px!important;border-radius:22px!important;background:rgba(255,255,255,.84)!important;border:1px solid rgba(255,255,255,.94)!important;box-shadow:var(--yg-shadow-soft)!important}.ygh-member-module.is-primary{background:linear-gradient(135deg,#006a46,#0a7d55)!important;color:#fff!important}.ygh-member-module.is-primary span,.ygh-member-module.is-primary strong,.ygh-member-module.is-primary em{color:#fff!important}.ygh-member-module strong{font-size:20px!important}
.ygh-member-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ygh-overview-card{display:grid;grid-template-rows:auto auto 1fr auto;gap:10px;min-height:178px;padding:22px;border-radius:24px;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.94);box-shadow:var(--yg-shadow-soft);color:var(--yg-text);text-decoration:none!important}.ygh-overview-card:hover{transform:translateY(-2px);border-color:var(--yg-line-strong)}.ygh-overview-card span{color:var(--yg-muted);font-size:13px;font-weight:900}.ygh-overview-card strong{color:var(--yg-text);font-size:24px;line-height:1.2}.ygh-overview-card em{color:var(--yg-muted);font-style:normal;font-size:13px;line-height:1.6}.ygh-overview-card b{align-self:end;display:inline-flex;width:max-content;min-height:34px;align-items:center;padding:0 14px;border-radius:999px;background:#effdf5;border:1px solid var(--yg-line);color:var(--yg-primary);font-size:13px}.ygh-overview-card.is-primary{background:linear-gradient(135deg,#006a46,#0a7d55)!important;color:#fff!important}.ygh-overview-card.is-primary span,.ygh-overview-card.is-primary strong,.ygh-overview-card.is-primary em{color:#fff}.ygh-overview-card.is-primary b{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.3);color:#fff}
.ygh-member-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ygh-member-grid-lower{margin-top:0}.ygh-member-card{padding:24px!important;min-width:0}.ygh-card-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.ygh-card-title span{color:var(--yg-text);font-size:19px;font-weight:900}.ygh-card-title a{color:var(--yg-primary);font-size:13px;font-weight:900;text-decoration:none!important;white-space:nowrap}.ygh-empty-line{padding:20px;border-radius:18px;background:#effdf5;border:1px solid var(--yg-line);color:var(--yg-muted);line-height:1.7}
.ygh-member-funnel{display:grid;gap:10px}.ygh-member-funnel div{display:grid;gap:5px;padding:14px 16px;border-radius:18px;background:rgba(239,253,245,.78);border:1px solid var(--yg-line)}.ygh-member-funnel strong{color:var(--yg-text);font-size:15px}.ygh-member-funnel span{color:var(--yg-muted);font-size:13px;line-height:1.6}
.pc-member-order{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--yg-line)}.pc-member-order:last-child{border-bottom:0}.pc-member-order span,.pc-member-order em{min-width:0}.pc-member-order a{color:var(--yg-primary);font-weight:900;text-decoration:none!important}
.ygh-product-share-row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px;border-radius:18px;background:rgba(239,253,245,.72);border:1px solid var(--yg-line);margin-top:10px}.ygh-product-share-row img{width:72px;height:72px;border-radius:16px;object-fit:cover;background:#e3f1ea}.ygh-product-share-row strong,.ygh-product-share-row span{display:block}.ygh-product-share-row strong{color:var(--yg-text);line-height:1.35}.ygh-product-share-row span{margin-top:5px;color:var(--yg-muted);font-size:13px}.ygh-product-share-row a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid var(--yg-line);color:var(--yg-primary);font-size:13px;font-weight:900;text-decoration:none!important}
.ygh-member-health-mini{display:grid;grid-template-columns:118px minmax(0,1fr);gap:18px;align-items:center}.ygh-member-score-ring{position:relative;width:112px;height:112px;border-radius:50%;display:grid;place-items:center;align-content:center;background:conic-gradient(var(--yg-primary) 0 var(--score),#d8e6de var(--score) 100%);box-shadow:0 0 30px rgba(0,106,70,.12)}.ygh-member-score-ring:before{content:"";position:absolute;inset:20px;border-radius:50%;background:#fff}.ygh-member-score-ring strong,.ygh-member-score-ring span{position:relative;z-index:1}.ygh-member-score-ring strong{color:var(--yg-primary);font-size:34px;line-height:1}.ygh-member-score-ring span{color:var(--yg-muted);font-size:12px;font-weight:900}.ygh-member-health-mini h2{margin:0 0 8px;color:var(--yg-text);font-size:22px;line-height:1.28}.ygh-member-health-mini p{margin:0;color:var(--yg-muted);line-height:1.7;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.ygh-member-health-mini .ygh-member-actions{margin-top:16px}

/* Share and earn center */
.ygh-share-center{gap:20px}.ygh-share-head{margin-bottom:0!important}.ygh-share-hero{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:20px}.ygh-share-status-card,.ygh-share-link-card{display:grid;gap:16px;padding:26px!important}.ygh-share-status-card{background:linear-gradient(135deg,#06241e,#0b5f44 62%,#0a7d55)!important;color:#effff6!important}.ygh-share-status-card span{color:#c8f2dd;font-weight:900}.ygh-share-status-card h2{margin:0;color:#fff;font-size:30px;line-height:1.15}.ygh-share-status-card p{margin:0;color:#d9f8e8;line-height:1.8}.ygh-share-rules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ygh-share-rules div{padding:14px;border-radius:18px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2)}.ygh-share-rules strong{display:block;color:#fff;font-size:24px}.ygh-share-rules span{display:block;margin-top:6px;color:#d9f8e8;font-size:12px}
.ygh-share-link-card>span,.ygh-share-link-card p{color:var(--yg-muted)}.ygh-share-link-card>strong{display:block;padding:14px 16px;border-radius:18px;background:#effdf5;border:1px solid var(--yg-line);color:var(--yg-primary);font-size:15px;line-height:1.6}.ygh-share-link-card .ygh-member-page-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;justify-content:stretch}.ygh-share-link-card .ygh-member-page-actions .pc-btn{width:100%;min-width:0;box-sizing:border-box;padding-left:16px!important;padding-right:16px!important;white-space:nowrap}.ygh-share-link-card .ygh-member-page-actions .pc-btn-primary{grid-column:1/-1}
.ygh-share-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ygh-share-tool-grid a{display:grid;gap:8px;min-height:112px;padding:20px!important;color:var(--yg-text);text-decoration:none!important}.ygh-share-tool-grid a:hover{transform:translateY(-2px);border-color:var(--yg-line-strong)!important}.ygh-share-tool-grid strong{font-size:18px}.ygh-share-tool-grid span{color:var(--yg-muted);font-size:13px;line-height:1.65}
.ygh-share-center .ygh-member-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.ygh-share-center .ygh-member-grid .ygh-member-card{height:100%;box-sizing:border-box}
.ygh-share-rule-list{display:grid;gap:10px}.ygh-share-rule-list div{display:flex;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;background:rgba(239,253,245,.72);border:1px solid var(--yg-line)}.ygh-share-rule-list span{color:var(--yg-muted);font-size:13px;font-weight:800}.ygh-share-rule-list strong{color:var(--yg-text);text-align:right}
.ygh-share-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ygh-share-product-grid article{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center;padding:14px;border-radius:20px;background:rgba(239,253,245,.72);border:1px solid var(--yg-line)}.ygh-share-product-grid img{width:96px;height:96px;border-radius:18px;object-fit:cover;background:#e3f1ea}.ygh-share-product-grid strong,.ygh-share-product-grid span{display:block}.ygh-share-product-grid strong{color:var(--yg-text);line-height:1.35}.ygh-share-product-grid span{margin-top:6px;color:var(--yg-muted);font-size:13px}.ygh-share-product-grid .pc-btn{grid-column:1/-1;width:100%;min-height:40px}
.ygh-shareposter-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}.ygh-shareposter-preview{position:relative;display:grid;place-items:center;min-height:620px;padding:26px!important;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(227,241,234,.7))!important}.ygh-shareposter-preview:before{content:"";position:absolute;inset:auto -120px -180px auto;width:360px;height:360px;border-radius:50%;background:rgba(0,106,70,.08);pointer-events:none}.ygh-shareposter-preview canvas{position:relative;z-index:1;display:block;width:min(100%,420px);height:auto;border-radius:26px;box-shadow:0 24px 70px rgba(0,82,53,.18);background:#effdf5}.ygh-shareposter-loading{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid var(--yg-line);color:var(--yg-primary);font-size:13px;font-weight:900;box-shadow:0 16px 38px rgba(0,82,53,.1)}.ygh-shareposter-side{display:grid;gap:20px;position:sticky;top:24px}.ygh-shareposter-qr{display:grid;justify-items:center;gap:12px;padding:18px;border-radius:22px;background:#effdf5;border:1px solid var(--yg-line);text-align:center}.ygh-shareposter-qr img{width:188px;height:188px;border-radius:20px;background:#fff;border:10px solid #fff;box-shadow:0 14px 34px rgba(0,82,53,.12)}.ygh-shareposter-qr p,.ygh-shareposter-tip{margin:0;color:var(--yg-muted);font-size:13px;line-height:1.7}.ygh-shareposter-methods{display:grid;gap:10px}.ygh-shareposter-methods div{padding:14px 16px;border-radius:18px;background:rgba(239,253,245,.74);border:1px solid var(--yg-line)}.ygh-shareposter-methods strong,.ygh-shareposter-methods span{display:block}.ygh-shareposter-methods strong{color:var(--yg-text);font-size:15px}.ygh-shareposter-methods span{margin-top:6px;color:var(--yg-muted);font-size:13px;line-height:1.65}.ygh-shareposter-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0 12px;justify-content:stretch}.ygh-shareposter-actions .pc-btn{width:100%;min-width:0;box-sizing:border-box;padding-left:16px!important;padding-right:16px!important;white-space:nowrap}.ygh-shareposter-tip{padding:0 2px}

/* Member commerce pages */
.pc-cart-table{width:100%;border-collapse:separate;border-spacing:0 10px}.pc-cart-table th{padding:0 14px 8px;color:var(--yg-muted);font-size:13px;text-align:left}.pc-cart-table td{padding:14px!important;background:rgba(239,253,245,.72);border-top:1px solid var(--yg-line);border-bottom:1px solid var(--yg-line)}.pc-cart-table td:first-child{border-left:1px solid var(--yg-line);border-radius:18px 0 0 18px}.pc-cart-table td:last-child{border-right:1px solid var(--yg-line);border-radius:0 18px 18px 0}.pc-cart-goods{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center}.pc-cart-goods img{width:72px;height:72px;border-radius:16px;object-fit:cover}.pc-cart-goods a{color:var(--yg-text);font-weight:900;text-decoration:none!important}.pc-cart-goods p{margin:6px 0 0;color:var(--yg-muted);font-size:13px}.pc-cart-table input{width:78px;height:38px;border:1px solid var(--yg-line-strong);border-radius:12px;background:#fff;text-align:center}.pc-cart-table button{border:1px solid var(--yg-line);border-radius:999px;background:#fff;color:var(--yg-primary);padding:8px 12px;font-weight:800}.pc-cart-summary{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:18px}.pc-cart-summary strong{color:var(--yg-primary);font-size:22px}
.pc-order-card{margin-top:14px!important;border-radius:24px!important}.pc-order-head,.pc-order-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 18px!important}.pc-order-head span,.pc-order-head em{font-size:13px}.pc-order-head em{font-style:normal;color:var(--yg-primary);font-weight:900}.pc-order-body{display:flex;align-items:center;gap:10px;padding:16px 18px}.pc-order-body img{width:64px;height:64px;border-radius:16px;object-fit:cover;background:#e3f1ea}.pc-order-body strong{margin-left:auto;color:var(--yg-primary);font-size:22px}.pc-order-actions>a{color:var(--yg-primary);font-weight:900;text-decoration:none!important}.pc-order-action-group{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.pc-order-action-group .pc-btn{min-height:40px;padding:9px 18px!important;white-space:nowrap}.pc-cart-table button{min-width:64px;cursor:pointer}
.pc-order-detail-head{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.pc-order-detail-head div{padding:16px;border-radius:18px;background:#effdf5;border:1px solid var(--yg-line)}.pc-order-detail-head span{display:block;color:var(--yg-muted);font-size:12px;font-weight:900}.pc-order-detail-head strong{display:block;margin-top:8px;color:var(--yg-text);word-break:break-word}.pc-order-line{display:grid;grid-template-columns:70px minmax(0,1fr) 64px auto;gap:14px;align-items:center;padding:14px;border-radius:18px;background:rgba(239,253,245,.72);border:1px solid var(--yg-line);margin-top:10px}.pc-order-line img{width:70px;height:70px;border-radius:16px;object-fit:cover}.pc-order-line span{color:var(--yg-text);font-weight:900;line-height:1.45}.pc-order-line em{font-style:normal;color:var(--yg-muted);text-align:center}.pc-order-line strong{color:var(--yg-primary);white-space:nowrap}
.pc-order-express,.pc-order-logistics,.pc-order-service-card,.pc-order-service-form{margin:14px 18px;padding:16px;border-radius:20px;background:rgba(255,255,255,.72);border:1px solid var(--yg-line)}.pc-order-express{display:flex;justify-content:space-between;gap:14px;align-items:center}.pc-order-express span,.pc-order-logistics span,.pc-order-service-grid span{color:var(--yg-muted);font-size:12px;font-weight:900}.pc-order-express strong,.pc-order-logistics strong,.pc-order-service-grid strong{color:var(--yg-text);font-size:14px;line-height:1.5}.pc-order-logistics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-left:0;margin-right:0;background:#effdf5}.pc-order-logistics div{display:grid;gap:8px}.pc-order-service-card{display:grid;gap:14px;margin-left:0;margin-right:0}.pc-order-service-card h2{margin:0;color:var(--yg-text);font-size:22px}.pc-order-service-card p{margin:0;color:var(--yg-muted);line-height:1.7}.pc-order-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pc-order-service-grid div{display:grid;gap:8px;padding:14px;border-radius:16px;background:#effdf5;border:1px solid var(--yg-line)}.pc-order-service-note{padding:14px 16px;border-radius:16px;background:rgba(239,253,245,.72);color:var(--yg-muted);line-height:1.75}.pc-order-service-form{display:grid;gap:16px;margin-left:0;margin-right:0}.pc-order-service-form label{display:grid;gap:9px;color:var(--yg-text);font-size:13px;font-weight:900}.pc-order-service-form select,.pc-order-service-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--yg-line-strong);border-radius:16px;background:rgba(255,255,255,.82);padding:0 14px;color:var(--yg-text);outline:none}.pc-order-service-form select{height:48px}.pc-order-service-form textarea{min-height:118px;padding-top:13px;resize:vertical;line-height:1.7}.pc-order-service-form select:focus,.pc-order-service-form textarea:focus{border-color:var(--yg-primary);box-shadow:0 0 0 4px rgba(0,106,70,.1)}.pc-order-service-tip{padding:13px 15px;border-radius:16px;background:#effdf5;border:1px solid var(--yg-line);color:var(--yg-muted);font-size:13px;line-height:1.7}.pc-order-service-form .pc-btn{justify-self:start}
.pc-order-actions{min-height:64px}.pc-order-actions>a{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.68);border:1px solid var(--yg-line)}.pc-order-action-group{margin-left:auto}.pc-order-action-group .pc-btn{min-width:96px;box-shadow:none!important}.pc-order-action-group .ai-btn-ghost{background:#fff!important}.pc-order-info-card{display:grid!important;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:14px;margin:16px 0!important;padding:18px!important;border-radius:22px!important;background:linear-gradient(135deg,#effdf5,#f7fbf8)!important;border:1px solid var(--yg-line)!important}.pc-order-info-icon{display:grid!important;place-items:center;width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#006a46,#0a7d55);color:#fff;font-weight:900;box-shadow:0 14px 28px rgba(0,106,70,.16)}.pc-order-info-main{display:grid!important;gap:5px;min-width:0}.pc-order-info-main span{color:var(--yg-primary);font-size:12px;font-weight:900}.pc-order-info-main strong{color:var(--yg-text);font-size:18px;line-height:1.35}.pc-order-info-main em{color:var(--yg-muted);font-style:normal;font-size:13px;line-height:1.55}.pc-order-info-card .pc-order-service-grid{grid-column:1/-1}.pc-order-service-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start}.pc-order-service-layout .pc-order-service-form{margin:0!important;padding:22px!important;border-radius:24px;background:rgba(255,255,255,.72)}.pc-order-service-side{display:grid;gap:10px;padding:22px;border-radius:24px;background:linear-gradient(145deg,#effdf5,#fff);border:1px solid var(--yg-line);box-shadow:0 16px 36px rgba(0,82,53,.08)}.pc-order-service-side span{color:var(--yg-primary);font-size:12px;font-weight:900}.pc-order-service-side strong{color:var(--yg-text);line-height:1.55}.pc-order-service-side p{margin:0;color:var(--yg-muted);line-height:1.75;font-size:13px}.pc-order-service-submit{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;padding-top:4px}.pc-order-service-submit .pc-btn{min-width:132px}.pc-checkout-total{align-content:start}.pc-checkout-total>.pc-btn{justify-self:stretch}.pc-checkout-total .ai-btn-ghost{background:#fff!important;box-shadow:none!important}
.pc-checkout{gap:20px}.pc-checkout-form{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}.pc-checkout-form>.pc-panel{padding:26px!important}.pc-checkout-form>.pc-panel:first-child{grid-column:1}.pc-checkout-form>.pc-panel:nth-child(2){grid-column:1}.pc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pc-col-2{grid-column:1/-1}.pc-checkout textarea{width:100%;box-sizing:border-box;margin-top:12px;min-height:104px;padding:14px 16px!important;resize:vertical}.pc-checkout-total{grid-column:2;grid-row:1 / span 2;position:sticky;top:24px;display:grid;gap:12px;padding:24px!important}.pc-checkout-total p{display:flex;justify-content:space-between;margin:0;color:var(--yg-muted)}.pc-checkout-total strong{display:block;padding-top:12px;border-top:1px solid var(--yg-line);color:var(--yg-primary);font-size:28px}.pc-checkout-total .pc-btn{width:100%}
.pc-pay-head{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:18px;border-radius:20px;background:#effdf5;border:1px solid var(--yg-line);margin-bottom:16px}.pc-pay-head span{color:var(--yg-muted);font-weight:800}.pc-pay-head strong{color:var(--yg-primary);font-size:28px}.pc-payment-list{display:grid;gap:12px;margin-top:18px}.pc-payment-list label{display:grid;grid-template-columns:24px minmax(0,160px) minmax(0,1fr);gap:12px;align-items:center;padding:16px;border-radius:18px;background:rgba(239,253,245,.72);border:1px solid var(--yg-line);cursor:pointer}.pc-payment-list span{color:var(--yg-text);font-weight:900}.pc-payment-list em{font-style:normal;color:var(--yg-muted);line-height:1.6}.pc-payment-list .pc-btn{justify-self:end;min-width:180px}

/* Health profile in member shell */
.ai-profile-shell{gap:20px}.ygh-member-module-page .ai-profile-grid{grid-template-columns:1fr!important}.ygh-profile-overview{display:grid;grid-template-columns:230px minmax(0,1fr);gap:20px;padding:24px!important;align-items:stretch}.ygh-profile-plan-wide{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:22px;border-radius:22px;background:rgba(239,253,245,.72);border:1px solid var(--yg-line)}.ygh-profile-plan-wide>span{color:var(--yg-primary);font-size:12px;font-weight:900}.ygh-profile-plan-wide h2{margin:10px 0;color:var(--yg-text);font-size:28px;line-height:1.2}.ygh-profile-plan-wide p{margin:0;color:var(--yg-muted);line-height:1.8}.ygh-profile-plan-wide .pc-btn{align-self:flex-start;margin-top:18px}.ygh-profile-follow-card,.ygh-profile-history{padding:24px!important}.ygh-profile-follow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ygh-profile-follow-grid div{padding:16px;border-radius:18px;background:rgba(239,253,245,.72);border:1px solid var(--yg-line)}.ygh-profile-follow-grid strong,.ygh-profile-follow-grid span{display:block}.ygh-profile-follow-grid strong{color:var(--yg-text)}.ygh-profile-follow-grid span{margin-top:8px;color:var(--yg-muted);line-height:1.65}.ygh-profile-history article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--yg-line)}.ygh-profile-history article:last-child{border-bottom:0}

/* Account profile */
.ygh-account-shell{gap:20px}.ygh-account-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:20px;align-items:start}.ygh-account-card{position:sticky;top:24px;display:grid;gap:10px;padding:26px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(227,241,234,.78));border:1px solid rgba(255,255,255,.94);box-shadow:var(--yg-shadow-soft)}.ygh-account-avatar{display:grid;place-items:center;width:92px;height:92px;border-radius:28px;background:linear-gradient(135deg,#006a46,#0a7d55);color:#fff;font-size:38px;font-weight:900;box-shadow:0 18px 38px rgba(0,106,70,.18);overflow:hidden}.ygh-account-avatar img{width:100%;height:100%;object-fit:cover}.ygh-account-card>span{color:var(--yg-primary);font-size:12px;font-weight:900}.ygh-account-card h2{margin:6px 0 0;color:var(--yg-text);font-size:28px;line-height:1.2}.ygh-account-card p{margin:0;color:var(--yg-muted)}.ygh-account-status{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.ygh-account-status div{padding:14px;border-radius:18px;background:rgba(255,255,255,.7);border:1px solid var(--yg-line)}.ygh-account-status strong,.ygh-account-status em{display:block}.ygh-account-status strong{color:var(--yg-primary);font-size:18px}.ygh-account-status em{margin-top:5px;color:var(--yg-muted);font-style:normal;font-size:12px;font-weight:800}.ygh-account-forms{display:grid;gap:20px}.ygh-account-form{display:grid;gap:18px}.ygh-account-form-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;border-bottom:1px solid var(--yg-line);padding-bottom:16px}.ygh-account-form-head span{color:var(--yg-text);font-size:20px;font-weight:900}.ygh-account-form-head em{color:var(--yg-muted);font-style:normal;font-size:13px;line-height:1.6;text-align:right}.ygh-account-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ygh-account-fields label{display:grid;gap:9px;color:var(--yg-text);font-size:13px;font-weight:900}.ygh-account-fields input{width:100%;height:50px;border:1px solid var(--yg-line-strong);border-radius:16px;background:rgba(255,255,255,.72);padding:0 15px;color:var(--yg-text);outline:none}.ygh-account-fields input:focus{border-color:var(--yg-primary);box-shadow:0 0 0 4px rgba(0,106,70,.1)}.ygh-account-upload{grid-column:1/-1}.ygh-account-upload input{display:flex;align-items:center;height:auto;min-height:50px;padding:12px}.ygh-account-upload span,.ygh-account-reserved span{color:var(--yg-muted);font-size:13px;font-weight:500;line-height:1.6}.ygh-account-reserved{display:grid;gap:6px;padding:15px 16px;border-radius:18px;background:#effdf5;border:1px solid var(--yg-line)}.ygh-account-reserved strong{color:var(--yg-primary)}.ygh-account-form .pc-btn{justify-self:start}.ygh-account-password-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

/* Wallet */
.ygh-wallet-shell{gap:20px}.ygh-wallet-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,0.95fr);gap:20px;align-items:stretch}.ygh-wallet-balance-card,.ygh-wallet-withdraw-card{display:grid;align-content:start;gap:14px;padding:28px;border-radius:28px;background:rgba(255,255,255,.84);border:1px solid rgba(255,255,255,.94);box-shadow:var(--yg-shadow-soft);min-width:0}.ygh-wallet-balance-card{background:linear-gradient(135deg,#006a46,#0a7d55)!important;color:#fff}.ygh-wallet-balance-card>span,.ygh-wallet-withdraw-card>span{font-size:13px;font-weight:900}.ygh-wallet-balance-card>span{color:rgba(255,255,255,.78)}.ygh-wallet-balance-card strong{font-size:48px;line-height:1;color:#fff}.ygh-wallet-balance-card p,.ygh-wallet-withdraw-card p{margin:0;line-height:1.75}.ygh-wallet-balance-card p{color:rgba(255,255,255,.78)}.ygh-wallet-mini{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}.ygh-wallet-mini div{padding:14px;border-radius:18px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2)}.ygh-wallet-mini em,.ygh-wallet-mini b{display:block}.ygh-wallet-mini em{color:rgba(255,255,255,.72);font-style:normal;font-size:12px;font-weight:900}.ygh-wallet-mini b{margin-top:7px;color:#fff;font-size:20px}.ygh-wallet-withdraw-card h2{margin:0;color:var(--yg-text);font-size:26px;line-height:1.25}.ygh-wallet-withdraw-card p,.ygh-wallet-withdraw-card em{color:var(--yg-muted);font-style:normal}.ygh-wallet-withdraw-card label{display:grid;gap:9px;color:var(--yg-text);font-size:13px;font-weight:900}.ygh-wallet-withdraw-card input{width:100%;height:52px;border:1px solid var(--yg-line-strong);border-radius:16px;background:rgba(255,255,255,.72);padding:0 16px;color:var(--yg-text);outline:none}.ygh-wallet-withdraw-card input:focus{border-color:var(--yg-primary);box-shadow:0 0 0 4px rgba(0,106,70,.1)}.ygh-wallet-withdraw-card .pc-btn{justify-self:start;min-width:136px}.ygh-wallet-withdraw-card .pc-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none!important}.ygh-wallet-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ygh-wallet-log-card{display:grid;align-content:start}.ygh-wallet-log-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--yg-line)}.ygh-wallet-log-row:last-child{border-bottom:0}.ygh-wallet-log-row strong,.ygh-wallet-log-row span,.ygh-wallet-log-row b{display:block}.ygh-wallet-log-row strong{color:var(--yg-text);font-size:15px}.ygh-wallet-log-row span{margin-top:5px;color:var(--yg-muted);font-size:13px;line-height:1.55}.ygh-wallet-log-row em{grid-column:2;grid-row:1 / span 2;align-self:center;color:var(--yg-text);font-style:normal;font-size:18px;font-weight:900;white-space:nowrap}.ygh-wallet-log-row em.is-add{color:var(--yg-primary)}.ygh-wallet-log-row em.is-use{color:#9b6b00}.ygh-wallet-log-row b{grid-column:1;color:#7b8b84;font-size:12px;font-weight:800}
@media (max-width:900px){.ygh-wallet-hero,.ygh-wallet-grid{grid-template-columns:1fr}.ygh-wallet-balance-card strong{font-size:42px}}
@media (max-width:620px){.ygh-wallet-balance-card,.ygh-wallet-withdraw-card{padding:22px;border-radius:24px}.ygh-wallet-mini{grid-template-columns:1fr}.ygh-wallet-withdraw-card .pc-btn{width:100%;box-sizing:border-box}.ygh-wallet-log-row{grid-template-columns:1fr}.ygh-wallet-log-row em{grid-column:1;grid-row:auto}.ygh-wallet-log-row b{grid-column:1}}

@media (max-width:1180px){
  .ygh-member-dashboard{grid-template-columns:230px minmax(0,1fr)!important;width:calc(100% - 36px)!important;gap:18px!important}.ygh-member-command,.ygh-share-hero,.ygh-shareposter-layout,.ygh-account-layout{grid-template-columns:1fr}.ygh-shareposter-side{position:relative;top:auto}.ygh-account-card{position:relative;top:auto}.ygh-member-quick-status,.ygh-member-overview-grid,.ygh-member-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important}.pc-checkout-form{grid-template-columns:1fr}.pc-checkout-total{grid-column:1;grid-row:auto;position:static}
}
@media (max-width:900px){
  .ygh-member-dashboard{grid-template-columns:1fr!important}.ygh-member-sidebar{position:relative;top:auto}.ygh-member-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.ygh-member-nav a{min-height:64px}.ygh-member-grid,.ygh-share-tool-grid,.ygh-profile-follow-grid{grid-template-columns:1fr 1fr}.ygh-member-module-grid,.ygh-member-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ygh-profile-overview{grid-template-columns:1fr}.ygh-profile-attention{min-height:auto}.pc-order-detail-head{grid-template-columns:1fr}
}
  @media (max-width:620px){
    .pc-main>.pc-wrap:first-child:not(.ygh-home-hero):not(.pc-login-page){margin-top:20px!important}.ygh-member-dashboard{width:calc(100% - 24px)!important;margin-top:20px!important}.ygh-member-sidebar,.ygh-member-command,.ygh-member-content-panel,.ygh-member-card,.ygh-share-status-card,.ygh-share-link-card,.ygh-shareposter-preview,.ygh-account-card,.ygh-account-form{border-radius:24px!important}.ygh-member-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.ygh-member-nav a{padding:11px;min-height:58px}.ygh-member-command{padding:22px;grid-template-columns:1fr}.ygh-member-command h1{font-size:30px}.ygh-member-quick-status,.ygh-member-share-stats,.ygh-share-rules,.ygh-account-status{grid-template-columns:1fr 1fr}.ygh-member-metrics{grid-template-columns:1fr 1fr!important}.ygh-member-module-grid,.ygh-member-overview-grid,.ygh-member-grid,.ygh-share-tool-grid,.ygh-share-product-grid,.ygh-profile-follow-grid,.ygh-account-fields,.ygh-account-password-grid{grid-template-columns:1fr!important}.ygh-shareposter-preview{min-height:auto;padding:18px!important}.ygh-shareposter-preview canvas{width:min(100%,340px);border-radius:22px}.ygh-shareposter-qr img{width:164px;height:164px}.ygh-shareposter-actions{grid-template-columns:1fr!important}.ygh-shareposter-actions .pc-btn{width:100%;box-sizing:border-box}.ygh-account-form-head{display:grid}.ygh-account-form-head em{text-align:left}.ygh-account-form .pc-btn{width:100%;justify-self:stretch}.ygh-member-health-mini,.ygh-product-share-row,.pc-order-line{grid-template-columns:1fr}.ygh-member-score-ring{justify-self:center}.ygh-product-share-row img,.pc-order-line img{width:100%;height:auto;aspect-ratio:1;border-radius:18px}.pc-member-order{grid-template-columns:1fr auto}.pc-member-order a{grid-column:1/-1}.pc-order-body{display:grid;grid-template-columns:repeat(3,56px) minmax(0,1fr)}.pc-order-body img{width:56px;height:56px}.pc-order-body strong{grid-column:1/-1;margin-left:0}.pc-form-grid,.pc-payment-list label{grid-template-columns:1fr}.pc-payment-list .pc-btn{width:100%;justify-self:stretch}.pc-cart-summary{display:grid;justify-items:stretch}.pc-cart-summary .pc-btn,.pc-cart-summary button{width:100%}.ygh-checkin-fields{grid-template-columns:1fr!important}
    .pc-order-actions{display:grid!important;justify-items:stretch}.pc-order-actions>a{justify-content:center}.pc-order-action-group{display:grid!important;grid-template-columns:1fr 1fr;width:100%;margin-left:0}.pc-order-action-group .pc-btn{width:100%;box-sizing:border-box}.pc-order-info-card,.pc-order-service-layout{grid-template-columns:1fr!important}.pc-order-info-icon{width:48px;height:48px;border-radius:16px}.pc-order-service-grid{grid-template-columns:1fr!important}.pc-order-service-submit{display:grid}.pc-order-service-submit .pc-btn{width:100%;box-sizing:border-box}
  }

/* Profile image and status message polish */
.ygh-member-avatar,.ygh-account-avatar{border-radius:50%!important;background:#fff!important;border:1px solid rgba(0,106,70,.14)!important;box-shadow:0 14px 30px rgba(0,82,53,.12)!important;overflow:hidden!important}
.ygh-member-avatar{width:62px!important;height:62px!important;color:var(--yg-primary)!important;font-size:24px!important}
.ygh-account-avatar{width:98px!important;height:98px!important;color:var(--yg-primary)!important;font-size:38px!important}
.ygh-member-avatar img,.ygh-account-avatar img{display:block;width:100%!important;height:100%!important;border-radius:50%!important;object-fit:cover!important;background:#fff!important}
.pc-message-panel{display:grid;place-items:start center;min-height:calc(100vh - 210px);padding:72px 18px!important}
.pc-message-card{position:relative;width:min(720px,calc(100% - 32px))!important;margin:0 auto!important;display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:24px!important;align-items:center!important;padding:36px!important;border-radius:28px!important;background:rgba(255,255,255,.86)!important;border:1px solid rgba(255,255,255,.94)!important;box-shadow:var(--yg-shadow)!important;backdrop-filter:blur(18px);overflow:hidden}
.pc-message-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--yg-primary),var(--yg-primary-soft));opacity:.9}
.pc-message-icon{position:relative;display:grid!important;place-items:center!important;width:76px!important;height:76px!important;border-radius:50%!important;background:linear-gradient(135deg,#006a46,#0a7d55)!important;color:#fff!important;line-height:1!important;box-shadow:0 18px 36px rgba(0,106,70,.22)!important}
.pc-message-icon span{display:block;width:28px;height:16px;border-left:5px solid #fff;border-bottom:5px solid #fff;transform:rotate(-45deg);margin-top:-4px}
.pc-message-card.is-warning:before{background:linear-gradient(90deg,#b58a00,#ffe08d)}
.pc-message-card.is-warning .pc-message-icon{background:linear-gradient(135deg,#b58a00,#d2a617)!important}
.pc-message-card.is-warning .pc-message-icon span{width:6px;height:30px;border:0;border-radius:999px;background:#fff;transform:none;margin:0;box-shadow:0 18px 0 -12px #fff}
.pc-message-content h1{margin:0 0 10px!important;color:var(--yg-text)!important;font-size:28px!important;line-height:1.25!important}
.pc-message-content p{margin:0 0 18px!important;color:var(--yg-muted)!important;line-height:1.75!important}
.pc-message-tip{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 12px;border-radius:999px;background:#effdf5;border:1px solid var(--yg-line);font-size:14px}
.pc-message-tip strong{color:var(--yg-primary)!important}
.pc-message-content .pc-message-btn{min-width:116px}
@media (max-width:620px){
  .pc-message-panel{min-height:auto;padding:32px 12px!important}.pc-message-card{grid-template-columns:1fr!important;justify-items:start;padding:28px!important}.pc-message-icon{width:66px!important;height:66px!important}.pc-message-content h1{font-size:24px!important}
}

/* WeChat login and payment */
.pc-login-divider{position:relative;display:grid;place-items:center;margin:18px 0 4px;color:var(--yg-muted);font-size:13px;font-weight:900}
.pc-login-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--yg-line)}
.pc-login-divider span{position:relative;z-index:1;padding:0 12px;background:rgba(255,255,255,.92)}
.pc-wechat-only-card{position:relative;overflow:hidden}.pc-wechat-only-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,#12b76a,#006a46)}
.pc-wx-login-btn{position:relative;display:grid!important;grid-template-columns:54px minmax(0,1fr) 24px!important;gap:14px!important;align-items:center!important;margin-top:22px!important;padding:18px 20px!important;border-radius:22px!important;background:linear-gradient(135deg,#11bf6a,#007d52)!important;border:1px solid rgba(255,255,255,.5)!important;color:#fff!important;text-align:left!important;box-shadow:0 20px 42px rgba(0,106,70,.24)!important;text-decoration:none!important;overflow:hidden}
.pc-wx-login-btn:after{content:"";width:10px;height:10px;border-right:3px solid rgba(255,255,255,.9);border-bottom:3px solid rgba(255,255,255,.9);transform:rotate(-45deg);justify-self:center}
.pc-wx-login-btn:hover{transform:translateY(-2px);box-shadow:0 24px 48px rgba(0,106,70,.3)!important}
.pc-wx-login-btn i{grid-row:1 / span 2;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#fff;color:#07c160;box-shadow:0 14px 28px rgba(0,82,53,.2);overflow:hidden}
.pc-wx-login-btn i img{display:block;width:35px;height:35px;object-fit:contain}
.pc-wx-login-btn strong{display:block;color:#fff;font-size:18px;line-height:1.2}
.pc-wx-login-btn em{display:block;margin-top:5px;color:rgba(255,255,255,.82);font-style:normal;font-size:13px;line-height:1.45}
.pc-wx-login-note{margin-top:14px;padding:13px 15px;border-radius:16px;background:#effdf5;border:1px solid var(--yg-line);color:var(--yg-muted);font-size:13px;line-height:1.6;text-align:center}
.pc-wx-qr-login{display:grid;gap:20px;margin-top:24px}
.pc-wx-qr-head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px 18px;border-radius:22px;background:linear-gradient(135deg,rgba(239,253,245,.9),rgba(255,255,255,.92));border:1px solid rgba(0,106,70,.14);color:var(--yg-text);box-shadow:0 14px 32px rgba(0,82,53,.07)}
.pc-wx-qr-head i{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#07c160;color:#fff;box-shadow:0 12px 24px rgba(7,193,96,.22);overflow:hidden}
.pc-wx-qr-head i img{width:31px;height:31px;object-fit:contain;filter:brightness(0) invert(1)}
.pc-wx-qr-head strong{display:block;color:var(--yg-text);font-size:18px;line-height:1.25}
.pc-wx-qr-head span{display:block;margin-top:5px;color:var(--yg-muted);font-size:13px;line-height:1.45}
.pc-wx-qr-head em{font-style:normal;white-space:nowrap;border-radius:999px;padding:7px 11px;background:#e6fff1;color:#007d52;border:1px solid rgba(7,193,96,.18);font-size:12px;font-weight:900}
.pc-wx-qr-box{position:relative;display:grid;place-items:center;width:min(318px,100%);margin:0 auto;padding:18px;border-radius:30px;background:linear-gradient(180deg,#fff,#f8fffb);border:1px solid rgba(0,106,70,.16);box-shadow:0 18px 46px rgba(0,82,53,.12)}
.pc-wx-qr-box:before{content:"";position:absolute;inset:10px;border-radius:23px;border:1px solid rgba(0,106,70,.08);pointer-events:none}
.pc-wx-qr-box:after{content:"";position:absolute;inset:18px;border-radius:17px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.92);pointer-events:none}
.pc-wx-qr-box img{display:block;width:252px;height:252px;object-fit:contain;border-radius:16px;background:#fff}
.pc-wx-refresh{display:inline-flex;align-items:center;justify-content:center;min-width:156px;min-height:44px;padding:0 22px;border-radius:999px;background:#fff;border:1px solid var(--yg-line-strong);color:var(--yg-primary)!important;text-decoration:none!important;font-weight:900;box-shadow:0 12px 26px rgba(0,82,53,.08)}
.pc-wx-refresh:hover{background:#effdf5;transform:translateY(-1px)}
.pc-wechat-paybox{display:grid;gap:18px;margin-top:20px;padding:24px;border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(239,253,245,.78));border:1px solid rgba(255,255,255,.94);box-shadow:var(--yg-shadow-soft)}
.pc-wechat-status{display:grid;justify-items:center;text-align:center;gap:10px}
.pc-wechat-status>span{position:relative;display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#006a46,#0a7d55);box-shadow:0 18px 38px rgba(0,106,70,.18)}
.pc-wechat-status>span:before{content:"";width:34px;height:24px;border-radius:50%;background:#fff}
.pc-wechat-status>span:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#0a7d55;box-shadow:12px 0 0 #0a7d55;transform:translate(1px,-2px)}
.pc-wechat-status.is-error>span{background:linear-gradient(135deg,#b58a00,#d2a617)}
.pc-wechat-status.is-error>span:before{width:7px;height:32px;border-radius:999px;background:#fff}
.pc-wechat-status.is-error>span:after{width:7px;height:7px;background:#fff;box-shadow:none;transform:translateY(20px)}
.pc-wechat-status h2{margin:4px 0 0;color:var(--yg-text);font-size:28px;line-height:1.2}
.pc-wechat-status p{max-width:620px;margin:0;color:var(--yg-muted);line-height:1.75}
.pc-wechat-qr{display:grid;justify-items:center;gap:10px;width:min(340px,100%);margin:0 auto;padding:22px;border-radius:24px;background:#fff;border:1px solid var(--yg-line);box-shadow:0 18px 42px rgba(0,82,53,.1)}
.pc-wechat-qr img{width:238px;height:238px;border-radius:18px;background:#fff;object-fit:contain}
.pc-wechat-qr strong{color:var(--yg-primary);font-size:28px;line-height:1}
.pc-wechat-qr em{max-width:250px;color:var(--yg-muted);font-style:normal;font-size:13px;line-height:1.6;text-align:center}
.pc-wechat-progress{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--yg-primary);font-weight:900}
.pc-wechat-progress i{display:block;width:22px;height:22px;border-radius:50%;border:3px solid #d8e6de;border-top-color:var(--yg-primary);animation:yghSubmitSpin .9s linear infinite}
.pc-wechat-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.pc-wechat-actions .pc-btn{min-width:150px}
@media (max-width:620px){
  .pc-wx-login-btn{grid-template-columns:46px minmax(0,1fr) 18px!important;padding:15px!important}.pc-wx-login-btn i{width:46px;height:46px}.pc-wx-login-btn i img{width:30px;height:30px}.pc-wx-login-btn strong{font-size:16px}.pc-wx-qr-head{grid-template-columns:42px minmax(0,1fr);padding:14px}.pc-wx-qr-head i{width:42px;height:42px;border-radius:14px}.pc-wx-qr-head i img{width:28px;height:28px}.pc-wx-qr-head em{grid-column:2;justify-self:start;margin-top:2px}.pc-wx-qr-box{width:min(282px,100%);padding:14px}.pc-wx-qr-box img{width:226px;height:226px}.pc-wechat-paybox{padding:20px;border-radius:22px}.pc-wechat-status h2{font-size:24px}.pc-wechat-qr img{width:210px;height:210px}.pc-wechat-actions{display:grid}.pc-wechat-actions .pc-btn,.pc-wechat-actions .pc-wx-refresh{width:100%}
}

/* Final WeChat authorization login polish */
section.pc-login-page.pc-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) 500px!important;gap:52px!important;align-items:stretch!important;width:min(1180px,calc(100% - 48px))!important;min-height:640px!important;margin:48px auto!important}
section.pc-login-page.pc-wrap .pc-login-visual,section.pc-login-page.pc-wrap .pc-login-card{box-sizing:border-box!important;min-height:640px!important}
section.pc-login-page.pc-wrap .pc-login-visual{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:56px 54px!important;border-radius:34px!important;background:radial-gradient(circle at 22% 18%,rgba(153,245,197,.44),transparent 32%),radial-gradient(circle at 92% 84%,rgba(0,106,70,.12),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.84),rgba(227,241,234,.72))!important;border:1px solid rgba(255,255,255,.94)!important;box-shadow:0 24px 64px rgba(0,82,53,.11)!important}
section.pc-login-page.pc-wrap .pc-login-visual span{font-size:13px!important;letter-spacing:3px!important;color:var(--yg-primary)!important}
section.pc-login-page.pc-wrap .pc-login-visual h1{max-width:620px;margin:18px 0 16px!important;font-size:48px!important;line-height:1.16!important}
section.pc-login-page.pc-wrap .pc-login-visual p{max-width:620px;margin:0!important;font-size:17px!important;line-height:1.9!important}
section.pc-login-page.pc-wrap .pc-login-highlights{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin-top:42px!important}
section.pc-login-page.pc-wrap .pc-login-highlights div{display:grid!important;align-content:start!important;min-height:126px!important;padding:20px 18px!important;border-radius:22px!important;background:rgba(255,255,255,.74)!important;border:1px solid rgba(255,255,255,.96)!important}
section.pc-login-page.pc-wrap .pc-login-highlights strong{font-size:17px!important;line-height:1.25!important}
section.pc-login-page.pc-wrap .pc-login-highlights em{font-size:13px!important;line-height:1.55!important}
section.pc-login-page.pc-wrap .pc-login-card{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:44px!important;border-radius:34px!important;background:rgba(255,255,255,.92)!important;border:1px solid rgba(255,255,255,.96)!important;box-shadow:0 24px 64px rgba(0,82,53,.13)!important}
section.pc-login-page.pc-wrap .pc-login-card h2{margin:0 0 12px!important;font-size:32px!important;line-height:1.22!important;color:var(--yg-text)!important}
section.pc-login-page.pc-wrap .pc-login-subtitle{margin:0 0 24px!important;color:var(--yg-muted)!important;font-size:14px!important;line-height:1.8!important}
section.pc-login-page.pc-wrap .pc-wechat-only-card:before{height:4px!important;background:linear-gradient(90deg,#006a46,#87e3aa,#ffe08d)!important}
section.pc-login-page.pc-wrap .pc-wx-login-btn{min-height:88px!important;margin-top:4px!important;border-radius:24px!important}
section.pc-login-page.pc-wrap .pc-wx-login-btn i{border-radius:50%!important}
section.pc-login-page.pc-wrap .pc-wx-login-btn i img{filter:none!important}
section.pc-login-page.pc-wrap .pc-wx-qr-login{gap:16px!important;margin-top:0!important}
section.pc-login-page.pc-wrap .pc-wx-qr-head{grid-template-columns:50px minmax(0,1fr) auto!important;gap:14px!important;padding:15px 16px!important;border-radius:22px!important;background:rgba(239,253,245,.78)!important;border:1px solid var(--yg-line)!important;box-shadow:none!important}
section.pc-login-page.pc-wrap .pc-wx-qr-head i{width:50px!important;height:50px!important;border-radius:50%!important;background:#fff!important;border:1px solid rgba(7,193,96,.18)!important;box-shadow:0 12px 26px rgba(0,82,53,.08)!important}
section.pc-login-page.pc-wrap .pc-wx-qr-head i img{width:32px!important;height:32px!important;filter:none!important}
section.pc-login-page.pc-wrap .pc-wx-qr-head strong{font-size:17px!important}
section.pc-login-page.pc-wrap .pc-wx-qr-head span{font-size:13px!important;line-height:1.5!important}
section.pc-login-page.pc-wrap .pc-wx-qr-head em{align-self:center!important;background:#fff!important;border-color:var(--yg-line)!important;color:var(--yg-primary)!important}
section.pc-login-page.pc-wrap .pc-wx-qr-box{width:292px!important;max-width:100%!important;padding:16px!important;border-radius:28px!important}
section.pc-login-page.pc-wrap .pc-wx-qr-box img{width:238px!important;height:238px!important}
section.pc-login-page.pc-wrap .pc-wechat-progress{min-height:28px!important;font-size:14px!important}
section.pc-login-page.pc-wrap .pc-wx-login-note{margin-top:0!important;border-radius:16px!important;text-align:left!important}
section.pc-login-page.pc-wrap .pc-wechat-actions{margin-top:0!important}
section.pc-login-page.pc-wrap .pc-wx-refresh{min-width:148px!important;min-height:42px!important}
@media (max-width:1060px){
  section.pc-login-page.pc-wrap{grid-template-columns:minmax(0,1fr) 460px!important;gap:28px!important;width:calc(100% - 36px)!important}
  section.pc-login-page.pc-wrap .pc-login-visual,section.pc-login-page.pc-wrap .pc-login-card{min-height:610px!important}
  section.pc-login-page.pc-wrap .pc-login-visual{padding:44px 36px!important}
  section.pc-login-page.pc-wrap .pc-login-visual h1{font-size:40px!important}
}
@media (max-width:900px){
  section.pc-login-page.pc-wrap{grid-template-columns:1fr!important;gap:22px!important;min-height:auto!important;margin:28px auto!important}
  section.pc-login-page.pc-wrap .pc-login-visual,section.pc-login-page.pc-wrap .pc-login-card{min-height:auto!important}
  section.pc-login-page.pc-wrap .pc-login-visual{padding:36px 30px!important}
  section.pc-login-page.pc-wrap .pc-login-visual h1{font-size:34px!important}
  section.pc-login-page.pc-wrap .pc-login-highlights{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  section.pc-login-page.pc-wrap .pc-login-highlights div{min-height:112px!important}
}
@media (max-width:620px){
  section.pc-login-page.pc-wrap{display:block!important;width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin:22px auto!important}
  section.pc-login-page.pc-wrap .pc-login-visual{display:none!important}
  section.pc-login-page.pc-wrap .pc-login-card{display:flex!important;width:100%!important;max-width:100%!important;min-height:auto!important;padding:24px 18px!important;border-radius:26px!important}
  section.pc-login-page.pc-wrap .pc-login-card h2{font-size:26px!important}
  section.pc-login-page.pc-wrap .pc-wx-qr-head{grid-template-columns:44px minmax(0,1fr)!important}
  section.pc-login-page.pc-wrap .pc-wx-qr-head i{width:44px!important;height:44px!important}
  section.pc-login-page.pc-wrap .pc-wx-qr-head i img{width:28px!important;height:28px!important}
  section.pc-login-page.pc-wrap .pc-wx-qr-head em{grid-column:2!important;justify-self:start!important}
  section.pc-login-page.pc-wrap .pc-wx-qr-box{width:100%!important}
  section.pc-login-page.pc-wrap .pc-wx-qr-box img{width:218px!important;height:218px!important}
  section.pc-login-page.pc-wrap .pc-wx-login-note{text-align:left!important}
}

/* Mobile mini-program layout: keep business content, simplify presentation */
@media (max-width:620px){
  :root{
    --yg-bg:#fbf9f1;
    --yg-bg-soft:#f3f5ef;
    --yg-card:rgba(255,255,255,.84);
    --yg-card-solid:#fff;
    --yg-line:rgba(73,100,84,.13);
    --yg-line-strong:rgba(73,100,84,.24);
    --yg-text:#1b1c17;
    --yg-muted:#666f67;
    --yg-primary:#496454;
    --yg-primary-2:#6d9078;
    --yg-primary-soft:#cfe2d5;
    --yg-gold:#496454;
    --yg-gold-soft:#e8efe8;
    --yg-shadow:0 22px 54px rgba(73,100,84,.08);
    --yg-shadow-soft:0 12px 30px rgba(73,100,84,.06);
  }
  html,body{background:var(--yg-bg)!important;color:var(--yg-text)!important;font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",Arial,sans-serif!important}
  body{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px));overflow-x:hidden}
  body:before{background:radial-gradient(circle at 50% 2%,rgba(163,193,173,.26),transparent 30%),linear-gradient(180deg,#fbf9f1 0%,#fbfaf4 58%,#f3f5ef 100%)!important}
  .pc-wrap{width:calc(100% - 32px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}
  .pc-main{min-height:auto!important}
  .pc-main>.pc-wrap:first-child:not(.pc-login-page){margin-top:18px!important}

  .pc-header{position:sticky!important;top:0!important;z-index:70!important;padding:10px 0 8px!important;background:rgba(251,249,241,.86)!important;border-bottom:0!important;box-shadow:none!important;backdrop-filter:blur(18px)}
  .pc-header .pc-flex{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .ygh-header-shell{min-height:auto!important}
  .pc-logo{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;column-gap:9px!important;min-width:0!important;width:100%!important}
  .pc-logo i{width:34px!important;height:34px!important;box-shadow:none!important;background:transparent!important;border:1px solid var(--yg-line)!important}
  .pc-logo span{font-size:17px!important;letter-spacing:1px!important;color:var(--yg-primary)!important;font-weight:900!important}
  .pc-logo em{font-size:11px!important;margin-top:1px!important;color:var(--yg-muted)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .pc-nav.ygh-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:90!important;margin:0!important;padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px))!important;background:rgba(255,255,255,.9)!important;border-top:1px solid rgba(73,100,84,.1)!important;backdrop-filter:blur(22px)!important}
  .ygh-nav-shell{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:3px!important;width:100%!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
  .pc-nav.ygh-nav a{min-width:0!important;min-height:54px!important;padding:7px 2px!important;border-radius:22px!important;color:#8a8c86!important}
  .pc-nav.ygh-nav a strong{font-size:12px!important;line-height:1.2!important;font-weight:700!important}
  .pc-nav.ygh-nav a span{display:none!important}
  .pc-nav.ygh-nav a:before{content:"";display:block;width:22px;height:22px;margin:0 auto 5px;background:currentColor;opacity:.92;mask:center/contain no-repeat}
  .pc-nav.ygh-nav a:nth-child(1):before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.7 12 3l9 7.7V21h-6v-6H9v6H3V10.7Zm2 .9V19h2v-6h10v6h2v-7.4l-7-6-7 6Z'/%3E%3C/svg%3E")}
  .pc-nav.ygh-nav a:nth-child(2):before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 21h-1.2l-2.2-7H3v-2h6.1l1.4 4.4L14 3h1.2l2.2 9H21v2h-5.2l-1.4-5.7L11 21Z'/%3E%3C/svg%3E")}
  .pc-nav.ygh-nav a:nth-child(3):before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 6V5a5 5 0 0 1 10 0v1h3v15H4V6h3Zm2 0h6V5a3 3 0 0 0-6 0v1Zm-3 2v11h12V8H6Z'/%3E%3C/svg%3E")}
  .pc-nav.ygh-nav a:nth-child(4):before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 1 0-10 5 5 0 0 1 0 10Zm0-2a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm9 11H3v-1a7 7 0 0 1 14 0v1Zm-15.9-2h13.8a5 5 0 0 0-13.8 0Z'/%3E%3C/svg%3E")}
  .pc-nav.ygh-nav a.is-active,.pc-nav.ygh-nav a:hover{background:rgba(73,100,84,.16)!important;color:var(--yg-primary)!important}

  .pc-btn,.pc-btn-primary,.ai-btn-ghost,.ygt-btn-soft,.pc-message-btn{min-height:42px!important;padding:10px 17px!important;border-radius:999px!important;font-size:14px!important;font-weight:700!important;box-shadow:none!important}
  .pc-btn-primary,.pc-message-btn{background:rgba(73,100,84,.94)!important;color:#fff!important;box-shadow:0 10px 24px rgba(73,100,84,.16)!important}
  .ai-kicker{padding:0!important;border:0!important;background:transparent!important;color:var(--yg-primary)!important;font-size:11px!important;letter-spacing:0!important;font-weight:800!important}
  .ai-kicker:before{display:none!important}

  .ygh-home-hero{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;min-height:auto!important;padding:18px 0 8px!important}
  .ygh-hero-copy{align-items:center!important;text-align:center!important;padding:0 4px!important}
  .ygh-hero-copy h1{max-width:300px!important;margin:18px auto 12px!important;font-size:36px!important;line-height:1.22!important;font-weight:400!important;letter-spacing:0!important}
  .ygh-hero-copy h1 strong{display:block;color:var(--yg-primary)!important;font-weight:400!important}
  .ygh-hero-copy p{max-width:300px!important;margin:0 auto!important;font-size:14px!important;line-height:1.75!important;color:var(--yg-muted)!important}
  .ygh-hero-actions{width:100%!important;margin-top:24px!important}
  .ygh-hero-actions .pc-btn-primary{width:100%!important;min-height:56px!important;border-radius:999px!important;font-size:18px!important;background:linear-gradient(135deg,rgba(163,193,173,.72),rgba(255,255,255,.64))!important;color:var(--yg-text)!important;border:1px solid rgba(255,255,255,.9)!important}
  .ygh-hero-proof{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;margin-top:18px!important;padding:15px 8px!important;border-radius:24px!important;background:rgba(255,255,255,.62)!important;box-shadow:none!important}
  .ygh-hero-proof div{padding:0 6px!important;border-right:1px solid var(--yg-line)!important}
  .ygh-hero-proof strong{font-size:19px!important}
  .ygh-hero-proof span{font-size:11px!important}
  .ygh-hero-visual{order:-1;min-height:310px!important;padding:24px 18px!important;border-radius:34px!important;background:linear-gradient(145deg,rgba(255,255,255,.62),rgba(238,243,235,.74))!important;box-shadow:0 22px 60px rgba(73,100,84,.08)!important}
  .ygh-map-head h2{font-size:21px!important;margin-bottom:8px!important;font-weight:400!important}
  .ygh-map-head p{font-size:12px!important;line-height:1.6!important}
  .ygh-radar-map{width:148px!important;height:148px!important}
  .ygh-radar-map:before{inset:28px!important}.ygh-radar-map i{width:54px!important;height:54px!important}.ygh-radar-map span{display:none!important}
  .ygh-score-mini{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}
  .ygh-score-mini div{padding:10px 8px!important;border-radius:16px!important;text-align:center!important}
  .ygh-score-mini strong{font-size:12px!important}.ygh-score-mini span{font-size:10px!important}

  .ygh-principle,.ygh-report-preview{display:none!important}
  .ygh-entry-band{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin-top:20px!important}
  .ygh-entry-band .ygh-entry-card{min-height:78px!important;padding:16px!important;border-radius:24px!important;background:rgba(255,255,255,.78)!important;box-shadow:none!important}
  .ygh-entry-band .ygh-entry-copy strong{font-size:18px!important}.ygh-entry-band .ygh-entry-copy em{font-size:12px!important;color:var(--yg-muted)!important}
  .ygh-entry-band .ygh-entry-icon{width:42px!important;height:42px!important;border-radius:16px!important}

  .pc-list-layout{display:block!important;margin-top:16px!important}
  .pc-filter-panel{margin:0 0 12px!important;padding:13px!important;border-radius:24px!important;background:rgba(255,255,255,.72)!important;box-shadow:none!important;overflow-x:auto;white-space:nowrap}
  .pc-filter-panel h3{display:none!important}
  .pc-filter-panel a{display:inline-flex!important;margin:0 7px 0 0!important;padding:8px 13px!important;border-radius:999px!important;font-size:13px!important;background:rgba(73,100,84,.08)!important;color:var(--yg-muted)!important}
  .pc-filter-panel a.active{background:var(--yg-primary)!important;color:#fff!important}
  .pc-filter-child{padding-left:13px!important}
  .pc-list-head{display:grid!important;gap:12px!important;padding:18px 4px 14px!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .pc-list-head h1{font-size:26px!important;font-weight:500!important;margin:0!important}.pc-list-head p{margin:5px 0 0!important;font-size:13px!important}
  .pc-sort{display:flex!important;gap:8px!important;overflow:auto!important;padding-bottom:2px}
  .pc-sort a{flex:0 0 auto;margin:0!important;padding:7px 12px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;font-size:12px!important}
  .pc-list-main .pc-goods-grid-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .pc-goods-card{border-radius:22px!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(255,255,255,.88)!important;box-shadow:none!important;overflow:hidden!important}
  .pc-goods-img{height:auto!important;aspect-ratio:1!important;border-radius:0!important;background:#f0f3ed!important}.pc-goods-img img{object-fit:cover!important}
  .pc-goods-info{padding:11px!important}
  .pc-goods-title{height:38px!important;font-size:14px!important;line-height:19px!important;font-weight:600!important}
  .pc-goods-info p{height:18px!important;margin:5px 0 8px!important;font-size:11px!important;line-height:18px!important;color:var(--yg-muted)!important}
  .pc-goods-meta{display:grid!important;grid-template-columns:1fr!important;gap:3px!important;align-items:start!important}
  .pc-goods-meta strong{font-size:17px!important;color:var(--yg-primary)!important}
  .pc-goods-meta span{max-width:none!important;text-align:left!important;font-size:10px!important;color:#8a8c86!important}

  .ygh-member-dashboard{display:block!important;width:calc(100% - 32px)!important;margin-top:16px!important;padding:0 0 12px!important}
  .ygh-member-sidebar{position:relative!important;top:auto!important;padding:18px!important;border-radius:28px!important;background:linear-gradient(150deg,rgba(255,255,255,.82),rgba(239,244,236,.78))!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:none!important}
  .ygh-member-profile{display:grid!important;grid-template-columns:56px minmax(0,1fr) auto!important;gap:10px 12px!important;align-items:center!important;padding:0 0 14px!important}
  .ygh-member-avatar{grid-row:1 / span 3!important;width:56px!important;height:56px!important;border-radius:50%!important}
  .ygh-member-profile span{margin:0!important;font-size:11px!important}.ygh-member-profile h1{margin:1px 0!important;font-size:20px!important}.ygh-member-profile p{font-size:12px!important}
  .ygh-member-profile-edit{grid-column:3!important;grid-row:1 / span 3!important;align-self:center!important;padding:7px 10px!important;border-radius:999px!important;background:rgba(73,100,84,.1)!important;color:var(--yg-primary)!important;font-size:12px!important}
  .ygh-member-nav{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important}
  .ygh-member-nav a{min-height:58px!important;padding:9px 4px!important;text-align:center!important;border-radius:18px!important;background:rgba(255,255,255,.66)!important}
  .ygh-member-nav strong{font-size:12px!important;line-height:1.25!important}.ygh-member-nav span{display:none!important}
  .ygh-member-nav a:last-child{display:none!important}
  .ygh-member-main{gap:14px!important;margin-top:14px!important}
  .ygh-member-command{padding:20px!important;border-radius:28px!important;background:rgba(255,255,255,.78)!important;box-shadow:none!important}
  .ygh-member-command h1{font-size:26px!important;font-weight:500!important;margin:8px 0!important}.ygh-member-command p{font-size:13px!important;line-height:1.7!important}
  .ygh-member-quick-status{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}
  .ygh-member-quick-status a,.ygh-member-quick-status div{padding:12px 8px!important;border-radius:18px!important;text-align:center!important;background:rgba(255,255,255,.72)!important}
  .ygh-member-quick-status strong{font-size:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .ygh-member-quick-status span{font-size:11px!important}
  .ygh-member-overview-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}
  .ygh-overview-card{min-height:112px!important;padding:15px!important;border-radius:22px!important;background:rgba(255,255,255,.78)!important;box-shadow:none!important}
  .ygh-overview-card.is-primary{grid-column:1/-1!important;background:linear-gradient(145deg,rgba(73,100,84,.96),rgba(109,144,120,.9))!important;color:#fff!important}
  .ygh-overview-card span{font-size:12px!important}.ygh-overview-card strong{font-size:18px!important;line-height:1.3!important}.ygh-overview-card em{font-size:12px!important;line-height:1.45!important}.ygh-overview-card b{font-size:12px!important}

  .ai-assessment-shell,.ai-report-shell{width:calc(100% - 32px)!important;margin-top:16px!important}
  .ygh-assessment-hero{display:block!important}.ygh-assessment-copy{padding:24px 4px!important;text-align:left!important;background:transparent!important;border:0!important;box-shadow:none!important}
  .ygh-assessment-copy h1,.ygh-report-maincopy h1{font-size:28px!important;font-weight:500!important;line-height:1.25!important}
  .ygh-assessment-copy p{font-size:13px!important;line-height:1.7!important}.ygh-assessment-badges{gap:8px!important}.ygh-assessment-badges span{font-size:11px!important}
  .ygh-assessment-console,.ygh-assessment-side{display:none!important}
  .ygh-step-track{display:flex!important;position:relative!important;top:auto!important;margin-bottom:12px!important;overflow:auto!important;padding:8px!important;border-radius:20px!important;box-shadow:none!important}
  .ygh-step-track span{flex:0 0 auto!important;min-height:36px!important;padding:0 12px!important;font-size:12px!important;border-radius:14px!important}
  .ygh-assessment .ai-form-section{padding:18px!important;border-radius:24px!important;box-shadow:none!important;background:rgba(255,255,255,.82)!important}
  .ygh-assessment .ai-form-section-title{grid-template-columns:38px 1fr!important;margin-bottom:14px!important;padding-bottom:13px!important}
  .ygh-assessment .ai-form-section-title em{width:38px!important;height:38px!important;font-size:13px!important;background:var(--yg-primary)!important;color:#fff!important}
  .ygh-assessment .ai-form-section-title h2{font-size:20px!important}.ygh-assessment .ai-form-section-title p{font-size:12px!important}
  .ygh-assessment .ai-form-grid{grid-template-columns:1fr!important;gap:12px!important}
  .ygh-assessment-submitbar{position:sticky!important;left:12px!important;right:12px!important;bottom:82px!important;display:grid!important;gap:10px!important;padding:13px!important;border-radius:22px!important}
  .ygh-assessment-submitbar .pc-btn{width:100%!important}

  .ygh-report-hero{display:block!important;padding:22px!important;border-radius:30px!important;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(239,244,236,.78))!important;box-shadow:none!important}
  .ygh-report-summary-card{margin-top:14px!important;padding:15px!important;border-radius:20px!important;box-shadow:none!important}
  .ygh-report-console{margin-top:16px!important;padding:18px!important;border-radius:24px!important;box-shadow:none!important}
  .ygh-attention-score strong{font-size:48px!important}
  .ygh-report-grid{display:block!important}.ygh-report-grid main,.ygh-report-grid aside{display:grid!important;gap:14px!important}
  .ai-report-block{padding:18px!important;border-radius:24px!important;box-shadow:none!important;background:rgba(255,255,255,.82)!important}
  .ai-block-title{display:grid!important;gap:5px!important}.ai-block-title h2{font-size:20px!important}.ai-block-title span{font-size:12px!important;text-align:left!important}
  .ygh-recommend-grid{grid-template-columns:1fr!important}.ygh-recommend-grid article{grid-template-columns:92px minmax(0,1fr)!important;padding:12px!important;border-radius:20px!important}.ygh-recommend-actions{display:grid!important;gap:8px!important}.ygh-recommend-actions .pc-btn{width:100%!important}

  .pc-footer{margin-top:20px!important;padding:14px 0 18px!important;background:transparent!important;border-top:0!important}
  .pc-footer-meta{font-size:10px!important;color:#8b918a!important}
  .pc-footer-meta a{border-left:0!important;padding-left:0!important}
  .ygh-ai-customer{right:14px!important;bottom:86px!important}
}

/* Mobile app shell refinement after visual QA */
@media (max-width:620px){
  body{padding-top:0!important}
  .pc-topbar{display:none!important}
  .pc-header{position:relative!important;top:auto!important;z-index:80!important;padding:16px 0 8px!important;background:transparent!important;border-bottom:0!important;box-shadow:none!important;backdrop-filter:none!important}
  .pc-header .pc-flex{display:flex!important;justify-content:center!important;align-items:center!important}
  .ygh-header-shell{min-height:40px!important}
  .pc-logo{display:grid!important;grid-template-columns:32px auto!important;justify-content:center!important;width:max-content!important;max-width:100%!important;margin:0 auto!important}
  .pc-logo i{width:32px!important;height:32px!important;border-radius:50%!important;background:rgba(255,255,255,.72)!important}
  .pc-logo span{font-size:18px!important;line-height:32px!important;letter-spacing:2px!important}
  .pc-logo em{display:none!important}
  .pc-nav.ygh-nav{position:fixed!important;top:auto!important;left:0!important;right:0!important;bottom:0!important;z-index:999!important;display:block!important;width:100%!important;height:auto!important;margin:0!important;padding:8px 14px calc(8px + env(safe-area-inset-bottom,0px))!important;background:rgba(255,255,255,.88)!important;border:0!important;border-top:1px solid rgba(73,100,84,.1)!important;box-shadow:0 -16px 44px rgba(73,100,84,.08)!important;backdrop-filter:blur(22px)!important;transform:none!important}
  .ygh-nav-shell{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:center!important;gap:4px!important;width:100%!important;max-width:430px!important;height:62px!important;margin:0 auto!important;padding:0!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
  .pc-nav.ygh-nav a{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;flex:initial!important;min-width:0!important;width:auto!important;min-height:54px!important;margin:0!important;padding:7px 2px!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;border:0!important;border-radius:22px!important;background:transparent!important;color:#858a83!important;box-shadow:none!important;transform:none!important}
  .pc-nav.ygh-nav a strong{display:block!important;max-width:100%!important;font-size:12px!important;line-height:1.18!important;font-weight:700!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:inherit!important}
  .pc-nav.ygh-nav a.is-active,.pc-nav.ygh-nav a:hover,.pc-nav.ygh-nav a:first-child.is-active{background:rgba(73,100,84,.14)!important;color:var(--yg-primary)!important}
  .pc-nav.ygh-nav a:first-child:not(.is-active){background:transparent!important;color:#858a83!important}
  .pc-nav.ygh-nav a:before{flex:0 0 auto!important}

  .pc-main>.pc-wrap:first-child:not(.pc-login-page){margin-top:14px!important}
  .ygh-home-hero{position:relative!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important;min-height:calc(100dvh - 142px)!important;margin-top:10px!important;padding:22px 18px 18px!important;border:1px solid rgba(255,255,255,.78)!important;border-radius:34px!important;background:linear-gradient(145deg,rgba(255,255,255,.58),rgba(239,244,236,.68))!important;box-shadow:0 28px 70px rgba(73,100,84,.08)!important;overflow:hidden!important}
  .ygh-home-hero:before{content:"";position:absolute;left:50%;bottom:-120px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(163,193,173,.34),transparent 68%);transform:translateX(-50%);pointer-events:none}
  .ygh-hero-visual{order:0!important;position:relative!important;z-index:1!important;min-height:0!important;padding:4px 0 0!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .ygh-health-score{gap:13px!important}
  .ygh-map-head h2{font-size:20px!important;line-height:1.3!important}
  .ygh-map-head p{max-width:260px!important;margin:0 auto!important}
  .ygh-radar-map{width:138px!important;height:138px!important}
  .ygh-radar-map:before{inset:32px!important}
  .ygh-radar-map:after{inset:11px!important}
  .ygh-radar-map i{width:48px!important;height:48px!important}
  .ygh-radar-map b{width:11px!important;height:11px!important}
  .ygh-score-mini{display:none!important}
  .ygh-hero-copy{order:1!important;position:relative!important;z-index:1!important;padding:0!important}
  .ygh-hero-copy h1{max-width:310px!important;margin:7px auto 10px!important;font-size:32px!important;line-height:1.25!important}
  .ygh-hero-copy p{max-width:300px!important;font-size:13px!important;line-height:1.7!important}
  .ygh-hero-actions{margin-top:18px!important}
  .ygh-hero-actions .pc-btn-primary{min-height:54px!important;font-size:17px!important}
  .ygh-hero-proof{margin-top:14px!important;padding:12px 4px!important;border-radius:22px!important}
  .ygh-hero-proof div{min-width:0!important;padding:0 4px!important}
  .ygh-hero-proof div:last-child{border-right:0!important}
  .ygh-hero-proof strong{font-size:17px!important}
  .ygh-hero-proof span{font-size:10px!important;white-space:nowrap!important}

  .ygh-entry-band{margin-top:16px!important}
  .ygh-entry-band .ygh-entry-card{border-radius:22px!important}
  .pc-list-layout{width:calc(100% - 32px)!important}
  .pc-list-head h1{font-size:25px!important;line-height:1.25!important}
  .pc-list-main .pc-goods-grid-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important}
  .pc-goods-card{min-width:0!important}
  .pc-goods-img img{object-fit:contain!important;padding:8px!important}
  .pc-goods-title{height:40px!important}
  .pc-pager{margin:18px 0!important}

  section.pc-login-page.pc-wrap{margin-top:14px!important}
  section.pc-login-page.pc-wrap .pc-login-card{border-radius:28px!important;background:rgba(255,255,255,.8)!important;box-shadow:0 22px 54px rgba(73,100,84,.08)!important}
  section.pc-login-page.pc-wrap .pc-login-card h2{font-size:27px!important;line-height:1.25!important}
  .pc-footer{margin-top:18px!important;padding:16px 0 calc(92px + env(safe-area-inset-bottom,0px))!important}
  .pc-footer .pc-wrap{width:calc(100% - 32px)!important}
  .pc-footer-meta{display:grid!important;grid-template-columns:1fr!important;gap:4px!important;max-width:320px!important;margin:0 auto!important;font-size:10px!important;line-height:1.55!important;text-align:center!important;color:#8a9189!important;word-break:keep-all!important}
  .pc-footer-meta a{display:block!important;border-left:0!important;padding-left:0!important;white-space:normal!important}
}

/* Mobile final visual system: placed last so old responsive rules cannot override it */
@media (max-width:620px){
  :root{
    --yg-bg:#fbf9f1;
    --yg-card:rgba(255,255,255,.66);
    --yg-card-solid:#fffdf8;
    --yg-card-tint:rgba(239,244,236,.72);
    --yg-line:rgba(84,113,96,.14);
    --yg-line-strong:rgba(84,113,96,.24);
    --yg-text:#22332b;
    --yg-heading:#1f352b;
    --yg-muted:#6d766f;
    --yg-soft-muted:#8d958e;
    --yg-primary:#547160;
    --yg-primary-2:#7f9f8b;
    --yg-primary-soft:#dce9df;
    --yg-primary-pale:#eef4ee;
    --yg-gold:#547160;
    --yg-gold-soft:#eef4ee;
    --yg-shadow:0 22px 54px rgba(84,113,96,.08);
    --yg-shadow-soft:0 14px 34px rgba(84,113,96,.06);
  }
  html,body{background:#fbf9f1!important;color:var(--yg-text)!important}
  body:before{background:radial-gradient(circle at 50% 12%,rgba(163,193,173,.22),transparent 32%),linear-gradient(180deg,#fbf9f1 0%,#fbfaf5 48%,#f3f5ef 100%)!important}

  .pc-header{background:transparent!important}
  .pc-logo span{color:#486454!important;font-weight:700!important}
  .pc-logo i{border-color:rgba(84,113,96,.14)!important;box-shadow:0 8px 18px rgba(84,113,96,.08)!important}
  .pc-nav.ygh-nav{left:0!important;right:0!important;width:auto!important;box-sizing:border-box!important;overflow:hidden!important;padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px))!important;background:rgba(255,255,255,.9)!important;border-top:1px solid rgba(84,113,96,.1)!important;box-shadow:0 -16px 44px rgba(84,113,96,.08)!important}
  .ygh-nav-shell{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;width:100%!important;max-width:370px!important;min-width:0!important;box-sizing:border-box!important;height:62px!important;margin:0 auto!important}
  .pc-nav.ygh-nav a{min-width:0!important;width:auto!important;box-sizing:border-box!important;color:#879087!important;border-radius:22px!important}
  .pc-nav.ygh-nav a strong{font-size:10.5px!important;letter-spacing:0!important;color:inherit!important}
  .pc-nav.ygh-nav a.is-active,.pc-nav.ygh-nav a:hover,.pc-nav.ygh-nav a:first-child.is-active{background:#e5ece7!important;color:#4b6757!important}
  .pc-nav.ygh-nav a:first-child:not(.is-active){background:transparent!important;color:#879087!important}

  .pc-logo span,.ygh-hero-copy h1,.ygh-hero-copy h1 strong,.pc-list-head h1,.ygh-assessment-copy h1,.ygh-report-maincopy h1,.ygh-member-command h1,section.pc-login-page.pc-wrap .pc-login-card h2,.ai-form-section-title h2,.ai-block-title h2,.pc-wechat-status h2{color:var(--yg-heading)!important;font-weight:500!important}
  .ai-kicker,.pc-list-head p,.ygh-hero-copy p,.ygh-map-head p,.ygh-assessment-copy p,.ygh-member-command p,.pc-login-subtitle,.ai-form-section-title p,.ai-block-title span,.pc-goods-info p,.pc-wechat-status p{color:var(--yg-muted)!important}
  .ai-kicker{letter-spacing:.04em!important;color:#587463!important}
  .ygh-hero-proof strong,.pc-goods-meta strong,.pc-price-box strong,.pc-order-body strong,.pc-stats strong,.pc-member-order strong,.pc-pay-head strong,.pc-checkout-total strong,.pc-cart-summary strong{color:#567763!important}
  .ygh-hero-proof span,.pc-goods-meta span,.pc-footer-meta,.pc-footer-meta a{color:var(--yg-soft-muted)!important}
  .ygh-hero-proof{grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;overflow:hidden!important}
  .ygh-hero-proof strong{font-size:15px!important}
  .ygh-hero-proof span{font-size:10px!important;overflow:hidden!important;text-overflow:ellipsis!important}

  .ygh-home-hero,.ygh-entry-band .ygh-entry-card,.pc-filter-panel,.pc-goods-card,.ygh-member-sidebar,.ygh-member-command,.ygh-overview-card,.ygh-assessment .ai-form-section,.ai-report-block,.ygh-report-hero,section.pc-login-page.pc-wrap .pc-login-card,.pc-panel,.pc-order-card,.pc-checkout-total,.pc-wechat-paybox{background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(244,247,240,.72))!important;border:1px solid rgba(255,255,255,.86)!important;box-shadow:0 18px 46px rgba(84,113,96,.07)!important}
  .ygh-hero-proof,.pc-sort a,.pc-filter-panel a,.ygh-assessment-badges span,.ygh-step-track,.ygh-step-track span,.ygh-member-nav a,.ygh-member-quick-status a,.ygh-member-quick-status div{background:rgba(255,255,255,.58)!important;border-color:rgba(84,113,96,.11)!important;color:#5f7066!important;box-shadow:none!important}
  .pc-filter-panel a.active,.pc-filter-panel a:hover,.ygh-step-track span.is-active,.ygh-member-nav a.is-active{background:#547160!important;color:#fffdf8!important}

  .pc-btn,.ai-btn-ghost,.ygt-btn-soft,.pc-message-btn,.pc-wx-refresh{background:rgba(255,255,255,.68)!important;border:1px solid rgba(84,113,96,.16)!important;color:#4c6657!important;box-shadow:none!important}
  .pc-btn-primary,.pc-message-btn,.ygh-hero-actions .pc-btn-primary,section.pc-login-page.pc-wrap .pc-wx-login-btn{background:linear-gradient(135deg,#dce9df,#f3f6ef)!important;border:1px solid rgba(255,255,255,.92)!important;color:#20342b!important;box-shadow:0 12px 28px rgba(84,113,96,.12)!important}
  .pc-btn-primary:hover,.pc-message-btn:hover,.pc-wx-refresh:hover{background:linear-gradient(135deg,#d3e4d8,#fffdf8)!important;color:#1f352b!important}
  .pc-goods-img{background:linear-gradient(145deg,#e7f0ea,#f8f7ef)!important}
  .pc-goods-img img{object-fit:contain!important;padding:8px!important}
  .pc-goods-title{color:#273a31!important}
  .pc-goods-meta strong{font-weight:800!important}

  .ygh-assessment .ai-form-section-title em{background:#e8efe8!important;color:#516d5c!important}
  .ygh-step-track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;overflow:visible!important}
  .ygh-step-track span{min-width:0!important;width:auto!important;justify-content:center!important;padding:0 4px!important;font-size:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important}
  .ygh-step-track span:after{display:block;font-size:11px!important;line-height:1!important;font-weight:800!important;color:inherit!important}
  .ygh-step-track span:nth-child(1):after{content:"01 基础"}
  .ygh-step-track span:nth-child(2):after{content:"02 状态"}
  .ygh-step-track span:nth-child(3):after{content:"03 生活"}
  .ygh-step-track span:nth-child(4):after{content:"04 报告"}
  .ygh-assessment input,.ygh-assessment select,.ygh-assessment textarea,.pc-form-grid input,.pc-checkout textarea,.pc-buy-form input,.pc-buy-form select,.pc-login-card input{background:rgba(255,255,255,.72)!important;border:1px solid rgba(84,113,96,.18)!important;color:var(--yg-text)!important;border-radius:18px!important}
  .ygh-assessment label,.pc-buy-form label{color:#637267!important}
  .ygh-assessment input::placeholder,.pc-form-grid input::placeholder,.pc-checkout textarea::placeholder{color:#9aa49d!important}
  .ygh-assessment-submitbar{background:rgba(255,255,255,.82)!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:0 16px 38px rgba(84,113,96,.12)!important}
  .pc-wechat-status>span{background:linear-gradient(135deg,#dce9df,#f5f7ef)!important;box-shadow:0 14px 32px rgba(84,113,96,.12)!important}
  .pc-wechat-status>span:before{background:#547160!important}
  .pc-wechat-status>span:after{background:#f8f7ef!important;box-shadow:12px 0 0 #f8f7ef!important}
  section.pc-login-page.pc-wrap{width:calc(100% - 32px)!important;max-width:370px!important;overflow:hidden!important}
  section.pc-login-page.pc-wrap .pc-login-card{overflow:hidden!important}
  section.pc-login-page.pc-wrap .pc-login-card p,
  section.pc-login-page.pc-wrap .pc-wx-login-note,
  section.pc-login-page.pc-wrap .pc-login-subtitle{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
}
