@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}
.ygh-test-modules{position:relative;margin:26px 0 28px;padding:30px;border:1px solid rgba(255,255,255,.9);border-radius:34px;background:linear-gradient(135deg,rgba(252,255,248,.86),rgba(228,246,236,.72) 48%,rgba(238,255,250,.78));box-shadow:var(--yg-shadow);backdrop-filter:blur(18px);overflow:hidden}
.ygh-test-modules:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,106,70,.07) 1px,transparent 1px),linear-gradient(180deg,rgba(0,106,70,.05) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(180deg,rgba(0,0,0,.56),transparent 76%);pointer-events:none}
.ygh-module-head{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}
.ygh-module-head h2{min-width:360px;margin:12px 0 0;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:32px;line-height:1.18;color:var(--yg-text)}
.ygh-module-head p{max-width:560px;margin:0;color:var(--yg-muted);font-size:15px;line-height:1.8}
.ygh-module-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.ygh-module-grid button{--card-a:#00c985;--card-b:#4ed7ff;position:relative;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto 1fr auto;gap:7px 10px;min-height:158px;padding:17px;border:1px solid rgba(0,106,70,.14);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(235,255,244,.74));color:var(--yg-text);text-align:left;cursor:pointer;overflow:hidden;box-shadow:0 13px 30px rgba(0,82,53,.07);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
.ygh-module-grid button:nth-child(2n){--card-a:#33d6a6;--card-b:#8be56a}
.ygh-module-grid button:nth-child(3n){--card-a:#14c7ff;--card-b:#99f5c5}
.ygh-module-grid button:nth-child(4n){--card-a:#ffd45a;--card-b:#34d399}
.ygh-module-grid button:nth-child(5n){--card-a:#ff7a90;--card-b:#6ee7b7}
.ygh-module-grid button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 36%),linear-gradient(90deg,rgba(255,255,255,.34) 1px,transparent 1px),linear-gradient(180deg,rgba(0,106,70,.07) 1px,transparent 1px);background-size:auto,22px 22px,22px 22px;opacity:.48;pointer-events:none}
.ygh-module-grid button:after{content:"";position:absolute;left:16px;right:16px;bottom:13px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--card-a),var(--card-b));opacity:.72;pointer-events:none}
.ygh-module-grid button b,.ygh-module-grid button i,.ygh-module-grid button strong,.ygh-module-grid button span,.ygh-module-grid button em,.ygh-module-grid button small{position:relative;z-index:1}
.ygh-module-grid button b{display:inline-flex;grid-column:1;align-items:center;justify-content:center;width:38px;height:24px;border-radius:999px;background:rgba(0,106,70,.08);border:1px solid rgba(0,106,70,.12);color:var(--yg-primary);font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:12px;line-height:1}
.ygh-module-grid button i{grid-column:2;justify-self:end;width:36px;height:24px;border-radius:999px;background:linear-gradient(90deg,var(--card-a),var(--card-b));box-shadow:0 8px 18px rgba(0,106,70,.14)}
.ygh-module-grid button i:before{content:"";display:block;width:16px;height:16px;margin:4px;border-radius:50%;background:rgba(255,255,255,.86);box-shadow:12px 0 0 rgba(255,255,255,.2)}
.ygh-module-grid button strong{grid-column:1/-1;margin-top:5px;font-size:20px;line-height:1.18;color:var(--yg-text)}
.ygh-module-grid button span{grid-column:1/-1;min-height:38px;color:var(--yg-muted);font-size:13px;line-height:1.45}
.ygh-module-grid button em{align-self:end;justify-self:start;display:inline-flex;min-height:28px;max-width:100%;align-items:center;padding:0 10px;border-radius:999px;background:rgba(0,106,70,.08);color:var(--yg-primary);font-style:normal;font-size:12px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ygh-module-grid button small{align-self:end;justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 11px;border-radius:999px;background:#fff;border:1px solid rgba(0,106,70,.13);color:var(--yg-text);font-size:12px;font-weight:900}
.ygh-module-grid button:hover{transform:translateY(-4px);border-color:rgba(0,106,70,.32);box-shadow:0 22px 44px rgba(0,82,53,.14)}
.ygh-module-grid button.is-active{background:linear-gradient(145deg,#06241e,#0b5f44 58%,#0aa36c);border-color:rgba(0,255,159,.5);box-shadow:0 26px 58px rgba(0,106,70,.24)}
.ygh-module-grid button.is-active:before{background:linear-gradient(135deg,rgba(255,255,255,.16),transparent 42%),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(180deg,rgba(153,245,197,.1) 1px,transparent 1px);background-size:auto,20px 20px,20px 20px;opacity:.85}
.ygh-module-grid button.is-active b{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22);color:#d7ffe9}
.ygh-module-grid button.is-active strong,.ygh-module-grid button.is-active span{color:#effff6}
.ygh-module-grid button.is-active em{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);color:#b9ffd5}
.ygh-module-grid button.is-active small{background:#effff6;border-color:rgba(255,255,255,.26);color:#063d2e}
.ygh-assessment [data-body-field]{position:relative}
.ygh-assessment [data-body-field]:after{content:"选填";display:inline-flex;margin-left:8px;padding:2px 7px;border-radius:999px;background:#e3f1ea;color:var(--yg-primary);font-size:11px;font-weight:900;vertical-align:middle}
.ygh-assessment [data-body-field].is-body-required:after{content:"必填";background:rgba(0,106,70,.1);color:#006a46}
.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:260px minmax(0,1fr)!important;gap:26px!important}.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-goods-img{height:230px!important;background:linear-gradient(135deg,#d8e6de,#effdf5)!important}
.pc-goods-info{padding:18px!important}.pc-goods-title{font-family:"Manrope","Microsoft YaHei",sans-serif;color:var(--yg-text)!important}.pc-goods-info p{color:var(--yg-muted)!important}
.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-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:76px!important;background:rgba(255,255,255,.44)!important;border-top:1px solid var(--yg-line)!important;color:var(--yg-muted)!important;padding:36px 0!important}
.pc-footer-grid{display:none!important}.pc-footer p{margin:0;text-align:center;color:var(--yg-muted)}

@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-module-head{display:grid}.ygh-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .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}
  .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}
  .ygh-test-modules{padding:20px;border-radius:28px}.ygh-module-head h2{font-size:27px}.ygh-module-grid{grid-template-columns:1fr}.ygh-module-grid button{min-height:108px;border-radius:20px}
  .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-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}
}

/* 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-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) 340px;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{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)}.ygh-member-quick-status strong{color:var(--yg-primary);font-size:34px;line-height:1}.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(3,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:14px;line-height:1.6;word-break:break-all}
.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}

/* 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-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-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))}

@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-account-layout{grid-template-columns:1fr}.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-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-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}
}

/* 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}
}

/* Shi Xiaotai launch zone */
.sxt-kicker{display:inline-flex;align-items:center;gap:9px;width:max-content;border-radius:999px;padding:8px 13px;background:rgba(0,255,135,.1);border:1px solid rgba(0,255,135,.26);color:#00e982;font-size:12px;font-weight:900;letter-spacing:.04em}
.sxt-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:#00ff87;box-shadow:0 0 18px rgba(0,255,135,.9)}
.sxt-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 500px;gap:46px;align-items:stretch;margin-top:30px;padding:46px;border-radius:34px;background:radial-gradient(circle at 72% 18%,rgba(0,255,135,.2),transparent 30%),radial-gradient(circle at 20% 80%,rgba(0,163,255,.16),transparent 34%),linear-gradient(135deg,#07110d,#102018 48%,#06100c);border:1px solid rgba(183,255,216,.18);box-shadow:0 28px 88px rgba(0,40,24,.28);overflow:hidden;color:#effff6}
.sxt-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 88%);pointer-events:none}
.sxt-hero-copy,.sxt-hero-stage{position:relative;z-index:1}
.sxt-hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0}
.sxt-hero h1{max-width:720px;margin:24px 0 18px;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:58px;line-height:1.05;color:#f5fff8}
.sxt-hero h1 strong{display:block;color:#00ff87;text-shadow:0 0 28px rgba(0,255,135,.3)}
.sxt-hero p{max-width:660px;margin:0;color:rgba(239,255,246,.76);font-size:17px;line-height:1.9}
.sxt-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px}
.sxt-hero .pc-btn-primary,.sxt-home-entry .pc-btn-primary,.sxt-test-shell .pc-btn-primary,.sxt-product-zone .pc-btn-primary,.sxt-launch-grid .pc-btn-primary{background:linear-gradient(135deg,#00ff87,#35d6ff)!important;color:#03120c!important;border-color:transparent!important;box-shadow:0 16px 40px rgba(0,255,135,.22)!important}
.sxt-hero .ai-btn-ghost,.sxt-test-shell .ai-btn-ghost,.sxt-launch-grid .ai-btn-ghost{background:rgba(255,255,255,.08)!important;color:#effff6!important;border-color:rgba(255,255,255,.22)!important}
.sxt-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(520px,100%);margin-top:34px}
.sxt-proof div{padding:17px 18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}
.sxt-proof strong{display:block;color:#fff;font-size:23px;line-height:1}
.sxt-proof span{display:block;margin-top:8px;color:rgba(239,255,246,.62);font-size:13px}
.sxt-hero-stage{min-height:460px;border-radius:30px;background:linear-gradient(155deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.15);display:grid;place-items:center;overflow:hidden}
.sxt-orbit{position:relative;width:330px;height:330px;border-radius:50%;display:grid;place-items:center;background:repeating-radial-gradient(circle,rgba(0,255,135,.18) 0 1px,transparent 1px 46px),conic-gradient(from 180deg,rgba(0,255,135,.08),rgba(0,163,255,.24),rgba(255,126,66,.12),rgba(0,255,135,.08))}
.sxt-orbit:before{content:"";position:absolute;inset:-20px;border-radius:50%;border:1px solid rgba(0,255,135,.22);border-right-color:rgba(53,214,255,.72);animation:yghSpin 9s linear infinite}
.sxt-orbit>i{position:absolute;width:13px;height:13px;border-radius:50%;background:#00ff87;box-shadow:0 0 20px rgba(0,255,135,.9)}
.sxt-orbit>i:nth-child(1){left:46px;top:68px}
.sxt-orbit>i:nth-child(2){right:38px;top:150px;background:#35d6ff}
.sxt-orbit>i:nth-child(3){left:112px;bottom:34px;background:#ff8b53}
.sxt-can{position:relative;width:154px;height:250px;border-radius:34px 34px 42px 42px;background:linear-gradient(145deg,#f7fff9 0%,#c9ffdf 44%,#00ff87 45%,#007d52 100%);box-shadow:0 34px 80px rgba(0,255,135,.25),inset -16px 0 28px rgba(0,43,27,.22);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#02120b;transform:rotate(-6deg)}
.sxt-can:before{content:"";position:absolute;top:-12px;width:92px;height:24px;border-radius:50%;background:#eafff2;border:1px solid rgba(0,43,27,.18)}
.sxt-can span{font-size:25px;font-weight:900;letter-spacing:.08em}
.sxt-can strong{margin-top:18px;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:25px;line-height:1.05}
.sxt-can em{margin-top:18px;font-style:normal;font-size:13px;font-weight:900}
.sxt-floating-card{position:absolute;z-index:2;min-width:132px;padding:14px 16px;border-radius:18px;background:rgba(5,17,12,.68);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(16px);box-shadow:0 18px 42px rgba(0,0,0,.22)}
.sxt-floating-card span{display:block;color:rgba(239,255,246,.62);font-size:12px}
.sxt-floating-card strong{display:block;margin-top:6px;color:#fff;font-size:16px}
.sxt-floating-card.is-energy{right:28px;top:54px}
.sxt-floating-card.is-night{left:28px;bottom:86px}
.sxt-floating-card.is-light{right:56px;bottom:44px}
.sxt-section{margin-top:34px}
.sxt-home-entry{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 30px;border-radius:28px;background:linear-gradient(135deg,#07110d,#102018);border:1px solid rgba(0,255,135,.2);box-shadow:0 22px 60px rgba(0,82,53,.13);color:#effff6}
.sxt-home-entry h2{margin:14px 0 8px;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:30px;color:#fff}
.sxt-home-entry p{max-width:760px;margin:0;color:rgba(239,255,246,.7);line-height:1.8}
.sxt-section-head{text-align:center;max-width:820px;margin:0 auto 24px}
.sxt-section-head .sxt-kicker{margin:0 auto}
.sxt-section-head h2{margin:16px 0 10px;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:36px;line-height:1.22;color:var(--yg-text)}
.sxt-section-head p{margin:0;color:var(--yg-muted);line-height:1.85}
.sxt-test-shell{padding:34px;border-radius:34px;background:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.9);box-shadow:var(--yg-shadow-soft)}
.sxt-test-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}
.sxt-quiz{display:grid;gap:16px}
.sxt-question{padding:22px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(227,241,234,.62));border:1px solid rgba(0,106,70,.12)}
.sxt-question>span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#dff9ea;color:#006a46;font-size:12px;font-weight:900}
.sxt-question h3{margin:14px 0 16px;font-size:21px;color:var(--yg-text)}
.sxt-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.sxt-choice-grid label{cursor:pointer;display:block;min-height:108px;padding:15px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(0,106,70,.12);transition:.18s ease}
.sxt-choice-grid label:hover,.sxt-choice-grid label.is-selected{transform:translateY(-2px);border-color:rgba(0,255,135,.6);box-shadow:0 14px 28px rgba(0,106,70,.1);background:#f7fff9}
.sxt-choice-grid input{display:none}
.sxt-choice-grid b{display:block;color:var(--yg-text);font-size:15px}
.sxt-choice-grid em{display:block;margin-top:8px;color:var(--yg-muted);font-style:normal;font-size:13px;line-height:1.55}
.sxt-submit-row{position:sticky;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-radius:22px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.95);box-shadow:0 16px 40px rgba(0,82,53,.1);backdrop-filter:blur(18px)}
.sxt-submit-row span{color:var(--yg-muted);font-weight:800}
.sxt-result-card{position:sticky;top:110px;display:grid;gap:16px;padding:24px;border-radius:28px;background:linear-gradient(160deg,#07110d,#102018);border:1px solid rgba(0,255,135,.22);box-shadow:0 24px 66px rgba(0,40,24,.22);color:#effff6}
.sxt-result-card>span{color:#00ff87;font-weight:900;font-size:13px}
.sxt-result-card h3{margin:0;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:30px;color:#fff}
.sxt-result-card p{margin:0;color:rgba(239,255,246,.72);line-height:1.85}
.sxt-result-card.is-ready{border-color:rgba(0,255,135,.52);box-shadow:0 28px 72px rgba(0,255,135,.16)}
.sxt-result-tags{display:flex;flex-wrap:wrap;gap:8px}
.sxt-result-tags em{font-style:normal;border-radius:999px;padding:8px 11px;background:rgba(0,255,135,.1);border:1px solid rgba(0,255,135,.2);color:#c9ffdf;font-size:12px;font-weight:900}
.sxt-result-actions{display:grid;gap:10px}
.sxt-scene-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.sxt-scene-grid article,.sxt-empty-product,.sxt-launch-card,.sxt-note-card{border-radius:26px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.9);box-shadow:var(--yg-shadow-soft);padding:24px}
.sxt-scene-grid span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:28px;border-radius:999px;background:#07110d;color:#00ff87;font-size:12px;font-weight:900}
.sxt-scene-grid h3{margin:18px 0 9px;color:var(--yg-text);font-size:22px}
.sxt-scene-grid p{margin:0;color:var(--yg-muted);line-height:1.75}
.sxt-product-zone{padding:32px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(227,241,234,.58));border:1px solid rgba(255,255,255,.9);box-shadow:var(--yg-shadow-soft)}
.sxt-empty-product{display:flex;align-items:center;justify-content:space-between;gap:18px}
.sxt-empty-product strong{font-size:22px;color:var(--yg-text)}
.sxt-empty-product span{color:var(--yg-muted);line-height:1.7}
.sxt-goods-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.sxt-launch-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:stretch}
.sxt-launch-card{background:linear-gradient(135deg,#07110d,#102018);color:#effff6;border-color:rgba(0,255,135,.2)}
.sxt-launch-card h2{margin:16px 0 12px;font-family:"Manrope","Microsoft YaHei",sans-serif;font-size:34px;color:#fff}
.sxt-launch-card p,.sxt-note-card p{margin:0;color:rgba(239,255,246,.72);line-height:1.85}
.sxt-note-card{background:#f7fff9}
.sxt-note-card strong{display:block;margin-bottom:12px;color:#006a46;font-size:20px}
.sxt-note-card p{color:var(--yg-muted)}
@media (max-width:1080px){
  .sxt-hero{grid-template-columns:1fr;padding:34px}.sxt-hero-stage{min-height:380px}.sxt-test-layout,.sxt-launch-grid{grid-template-columns:1fr}.sxt-result-card{position:relative;top:auto}.sxt-scene-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sxt-goods-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:720px){
  .sxt-hero{padding:26px;border-radius:28px}.sxt-hero h1{font-size:40px}.sxt-hero-stage{min-height:320px}.sxt-orbit{width:250px;height:250px}.sxt-can{width:124px;height:204px}.sxt-floating-card{display:none}.sxt-proof,.sxt-choice-grid,.sxt-scene-grid,.sxt-goods-grid{grid-template-columns:1fr!important}.sxt-home-entry,.sxt-empty-product{display:grid}.sxt-section-head h2{font-size:29px}.sxt-submit-row{position:relative;bottom:auto;display:grid}.sxt-test-shell,.sxt-product-zone{padding:22px}.sxt-launch-card h2{font-size:28px}
}
