*{box-sizing:border-box}html,body{color:#111827;background:linear-gradient(135deg,#fff7ed,#fff);min-height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button{font-family:inherit}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding:28px}.card{background:#fff;border:1px solid #fed7aa;border-radius:28px;max-width:960px;margin:0 auto;padding:42px;box-shadow:0 24px 70px #f9731624}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px;display:flex}.brand{color:#c2410c;font-weight:900}.lang{flex-wrap:wrap;gap:8px;display:flex}.lang button{color:#c2410c;cursor:pointer;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:8px 12px;font-weight:800}.contentBlock{width:100%}.badge{color:#c2410c;background:#ffedd5;border-radius:999px;padding:8px 13px;font-size:14px;font-weight:800;display:inline-block}h1{letter-spacing:-.05em;margin:24px 0 12px;font-size:clamp(34px,7vw,66px);line-height:1.05}h2{margin:30px 0 10px;font-size:22px}p{color:#4b5563;font-size:17px;line-height:1.7}.lead{color:#6b7280;font-size:20px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:28px 0;display:grid}.item{background:#fffaf5;border:1px solid #fde6d2;border-radius:18px;padding:18px}.item strong{margin-bottom:8px;display:block}.links{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.btn{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:800;display:inline-flex}.btnPrimary{color:#fff;background:#f97316;border-color:#f97316}.note{color:#6b7280;margin-top:28px;font-size:13px}@media (max-width:720px){.page{padding:18px}.card{border-radius:22px;padding:24px 18px}.topbar{align-items:flex-start}.grid{grid-template-columns:1fr}.links{flex-direction:column}.btn{width:100%}}.taskPanel{border-top:1px solid #fed7aa;margin-top:32px;padding-top:28px}.taskPanelHeader{justify-content:space-between;gap:18px;display:flex}.sectionLabel{color:#c2410c;background:#ffedd5;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:900;display:inline-block}.accountGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0;display:grid}.accountCard{background:#fffaf5;border:1px solid #fde6d2;border-radius:18px;padding:16px}.accountCard span{color:#6b7280;font-size:13px;font-weight:800;display:block}.accountCard strong{color:#111827;margin-top:8px;font-size:28px;line-height:1.2;display:block}.accountCard .inviteCode{word-break:break-all;font-size:18px}.taskMessage{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;margin:14px 0;padding:12px 14px;font-weight:800}.taskList{gap:14px;display:grid}.taskCard{background:#fff;border:1px solid #fde6d2;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:18px;display:flex}.taskCard strong{color:#111827;font-size:18px;display:block}.taskCard p{margin:6px 0}.taskReward{color:#c2410c;font-size:13px;font-weight:900}.taskCard button{color:#fff;cursor:pointer;background:#f97316;border:1px solid #f97316;border-radius:999px;flex:none;min-height:42px;padding:0 16px;font-weight:900}.taskCard button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:720px){.accountGrid{grid-template-columns:1fr}.taskCard{flex-direction:column;align-items:stretch}.taskCard button{width:100%}}.rewardPanel{border-top:1px solid #fed7aa;margin-top:32px;padding-top:28px}.rewardPanelHeader{justify-content:space-between;gap:18px;display:flex}.rewardSummaryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0;display:grid}.rewardSummaryCard{background:#fffaf5;border:1px solid #fde6d2;border-radius:18px;padding:16px}.rewardSummaryCard span{color:#6b7280;font-size:13px;font-weight:800;display:block}.rewardSummaryCard strong{color:#111827;margin-top:8px;font-size:24px;line-height:1.25;display:block}.poolGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0;display:grid}.poolCard{background:#fff;border:1px solid #fde6d2;border-radius:18px;padding:16px}.poolCard span{color:#c2410c;background:#ffedd5;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:900;display:inline-block}.poolCard strong{color:#111827;margin-top:10px;font-size:16px;display:block}.poolCard p{margin:8px 0 0;font-size:13px}.poolAmount{color:#f97316;margin-top:10px;font-size:24px;font-weight:900}.usageGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0;display:grid}.usageCard{background:#fffaf5;border:1px solid #fde6d2;border-radius:18px;padding:16px}.usageCard strong{color:#111827;font-size:17px;display:block}.usageCard p{margin-bottom:0}.nextLevelBox{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;margin:16px 0;padding:13px 15px;font-weight:800}.noticeBox{background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;margin-top:18px;padding:16px 18px}.noticeBox strong{color:#111827}.noticeBox ul{color:#4b5563;margin:10px 0 0;padding-left:20px;line-height:1.7}@media (max-width:900px){.poolGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.usageGrid{grid-template-columns:1fr}}@media (max-width:720px){.rewardSummaryGrid,.poolGrid{grid-template-columns:1fr}}.growthRecordPanel{border-top:1px solid #fed7aa;margin-top:32px;padding-top:28px}.growthSummaryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0;display:grid}.growthSummaryCard{background:#fffaf5;border:1px solid #fde6d2;border-radius:18px;padding:16px}.growthSummaryCard span{color:#6b7280;font-size:13px;font-weight:800;display:block}.growthSummaryCard strong{color:#111827;margin-top:8px;font-size:26px;line-height:1.2;display:block}.recordColumns{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.recordBox{background:#fff;border:1px solid #fde6d2;border-radius:18px;padding:16px}.recordBox>strong{color:#111827;margin-bottom:12px;font-size:17px;display:block}.recordItem{border-top:1px solid #f3f4f6;padding:10px 0}.recordItem:first-of-type{border-top:0}.recordItem span{color:#111827;font-weight:800;display:block}.recordItem em{color:#6b7280;margin-top:3px;font-size:13px;font-style:normal;display:block}.emptyGrowthBox{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;margin:16px 0;padding:13px 15px;font-weight:800}@media (max-width:900px){.growthSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.recordColumns{grid-template-columns:1fr}}@media (max-width:720px){.growthSummaryGrid{grid-template-columns:1fr}}:root{--ec-orange:#ff7a1a;--ec-orange-dark:#f97316;--ec-orange-light:#fff7ed;--ec-blue:#0b63ce;--ec-blue-soft:#eff6ff;--ec-line:#fed7aa;--ec-text:#111827;--ec-muted:#6b7280}.page{padding:clamp(12px,3vw,34px)}.card{max-width:1080px;padding:clamp(22px,4vw,44px)}.taskSquarePageV3 .contentBlock{border-bottom:1px solid #ffedd5;padding-bottom:18px}.taskSquarePageV3 .contentBlock h1{letter-spacing:-.05em;margin-top:22px;margin-bottom:8px}.taskSquarePageV3 .contentBlock .lead{max-width:720px}.taskHeroLine{color:#9a3412;align-items:center;gap:8px;margin-top:14px;font-size:14px;font-weight:900;display:flex}.taskHeroLine i{color:#fdba74;font-style:normal}.taskBoardV3{border:1px solid var(--ec-line);background:radial-gradient(circle at 0 0,#ffedd5f5,#fffffffa 46%),linear-gradient(#fffaf5,#fff);border-radius:28px;margin-top:18px;padding:clamp(18px,3vw,28px);box-shadow:0 20px 52px #f9731614}.taskBoardV3Header h2{color:var(--ec-text);letter-spacing:-.05em;margin:0 0 6px;font-size:clamp(26px,4vw,38px);line-height:1.12}.taskBoardV3Header p{color:var(--ec-muted);margin:0;font-size:15px;line-height:1.55}.taskBoardV3Stats{background:#ffffffbd;border:1px solid #fed7aac7;border-radius:999px;justify-content:space-between;align-items:center;gap:8px;margin:16px 0 14px;padding:10px 14px;display:flex}.taskBoardV3Stats span{color:var(--ec-muted);white-space:nowrap;font-size:13px;font-weight:900}.taskBoardV3Stats strong{color:var(--ec-text);letter-spacing:-.03em;margin-left:5px;font-size:18px}.taskBoardV3Stats i{background:#ffedd5;width:1px;height:18px}.taskBoardV3Message{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:15px;margin:10px 0;padding:10px 12px;font-size:13px;font-weight:800}.taskBoardV3List{gap:9px;display:grid}.taskBoardV3Row{background:#fff7edc7;border:0;border-radius:20px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;display:grid}.taskBoardV3Row.completed{background:#f9fafbeb}.taskBoardV3Row.loading{color:var(--ec-muted);font-weight:800;display:block}.taskBoardV3Icon{width:42px;height:42px;color:var(--ec-orange);background:#fff;border-radius:17px;justify-content:center;align-items:center;font-size:18px;font-weight:1000;display:inline-flex;box-shadow:inset 0 0 0 1px #fed7aad9}.taskBoardV3Row.completed .taskBoardV3Icon{color:#16a34a;box-shadow:inset 0 0 0 1px #bbf7d0f2}.taskBoardV3TitleLine{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.taskBoardV3TitleLine strong{color:var(--ec-text);font-size:16px;line-height:1.25}.taskBoardV3TitleLine span{color:#c2410c;background:#ffedd5;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.taskBoardV3Main p{color:var(--ec-muted);margin:4px 0 0;font-size:13px;line-height:1.4}.taskBoardV3Row button{border:1px solid var(--ec-orange-dark);background:var(--ec-orange-dark);color:#fff;cursor:pointer;border-radius:999px;min-width:92px;min-height:36px;padding:0 14px;font-weight:900;box-shadow:0 8px 18px #f9731633}.taskBoardV3Row button.completed,.taskBoardV3Row button:disabled.completed{color:#16a34a;box-shadow:none;cursor:default;background:0 0;border-color:#0000}.taskBoardV3Row button:disabled{cursor:not-allowed;opacity:.88}.taskBoardV3Entry{background:var(--ec-blue-soft);border:1px solid #bfdbfef2;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;margin-top:13px;padding:15px;display:flex}.taskBoardV3Entry strong{color:var(--ec-text);letter-spacing:-.02em;font-size:17px}.taskBoardV3Entry p{color:var(--ec-muted);margin:5px 0 0;font-size:13px;line-height:1.45}.taskBoardV3Entry a{background:var(--ec-blue);color:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:38px;padding:0 15px;font-weight:900;text-decoration:none;display:inline-flex}.taskBoardV3Entry a:hover{filter:brightness(.96)}.taskBoardV3Entry.ecosystemBuilder{background:linear-gradient(135deg,#f8fbff,#fff)}.homeFooter{color:#9ca3af;border-top:1px solid #ffedd5;justify-content:space-between;align-items:center;gap:14px;margin-top:28px;padding:20px 4px 4px;font-size:13px;display:flex}.homeFooterBrand{color:#9a3412;font-weight:900}.homeFooterLinks{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.homeFooterLinks a{color:#6b7280;font-weight:900;text-decoration:none}.homeFooterLinks a:hover{color:#c2410c}@media (max-width:720px){.page{padding:10px}.card{border-radius:22px;padding:17px 12px}.topbar{margin-bottom:14px}.brand{font-size:16px}.lang button{min-height:34px;padding:0 13px}.taskSquarePageV3 .contentBlock{padding-bottom:13px}.taskSquarePageV3 .contentBlock h1{margin-top:16px;margin-bottom:6px;font-size:clamp(34px,10vw,46px)}.taskSquarePageV3 .contentBlock .lead{margin:0;font-size:15px;line-height:1.5}.taskHeroLine{gap:6px;margin-top:10px;font-size:13px}.taskBoardV3{border-radius:20px;margin-top:12px;padding:14px 10px}.taskBoardV3Header h2{font-size:23px}.taskBoardV3Header p{font-size:13px}.taskBoardV3Stats{border-radius:18px;gap:5px;margin:13px 0 12px;padding:9px 10px}.taskBoardV3Stats span{font-size:10px}.taskBoardV3Stats strong{margin-left:3px;font-size:17px}.taskBoardV3Stats i{height:16px}.taskBoardV3Row{border-radius:17px;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:11px}.taskBoardV3Icon{border-radius:15px;width:38px;height:38px}.taskBoardV3TitleLine strong{font-size:15px}.taskBoardV3TitleLine span{padding:4px 8px;font-size:11px}.taskBoardV3Main p{font-size:12px}.taskBoardV3Row button{grid-column:1/-1;width:100%;min-height:35px}.taskBoardV3Row button.completed,.taskBoardV3Row button:disabled.completed{justify-self:end;width:auto;min-height:24px;padding:0}.taskBoardV3Entry{border-radius:17px;padding:12px}.taskBoardV3Entry strong{font-size:15px}.taskBoardV3Entry p{font-size:12px}.taskBoardV3Entry a{white-space:nowrap;min-height:35px;padding:0 12px;font-size:12px}.taskBoardV3Entry.ecosystemBuilder{flex-direction:column;align-items:stretch}.taskBoardV3Entry.ecosystemBuilder a{width:100%}.homeFooter{flex-direction:column;align-items:flex-start;gap:8px;margin-top:22px;padding-top:16px;font-size:11px}.homeFooterLinks{gap:10px}}.taskBoardV3Icon{justify-content:center;align-items:center;display:inline-flex}.taskBoardV3Icon svg{width:22px;height:22px;display:block}.taskBoardV3Row.completed .taskBoardV3Icon svg{width:23px;height:23px}.taskBoardV3Row.ecosystemTaskRow{background:#f0fdf4e6}.taskBoardV3Row.ecosystemTaskRow .taskBoardV3Icon{color:#16a34a;box-shadow:inset 0 0 0 1px #bbf7d0f2}.taskBoardV3Row.ecosystemTaskRow .taskBoardV3TitleLine span{color:#15803d;background:#dcfce7}.taskBoardV3Button{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:92px;min-height:36px;padding:0 14px;font-weight:900;text-decoration:none;display:inline-flex}.taskBoardV3Button.green{color:#fff;background:#16a34a;box-shadow:0 8px 18px #16a34a29}.taskBoardV3RuleSupport{margin-top:13px;display:flex}.taskBoardV3RuleSupport a{background:var(--ec-blue);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:46px;padding:0 18px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 10px 22px #0b63ce29}.taskBoardV3RuleSupport a:hover,.taskBoardV3Button.green:hover{filter:brightness(.96)}@media (max-width:720px){.taskBoardV3Button{grid-column:1/-1;width:100%;min-height:35px}.taskBoardV3RuleSupport a{min-height:44px;font-size:14px}.taskBoardV3{padding:13px 10px}.taskBoardV3List{gap:8px}.taskBoardV3Row{border-radius:16px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px}.taskBoardV3Icon{border-radius:14px;width:34px;height:34px}.taskBoardV3Icon svg{width:19px;height:19px}.taskBoardV3Row.completed .taskBoardV3Icon svg{width:20px;height:20px}.taskBoardV3TitleLine{gap:6px}.taskBoardV3TitleLine strong{font-size:14px;line-height:1.2}.taskBoardV3TitleLine span{padding:3px 7px;font-size:10px}.taskBoardV3Main p{margin-top:3px;font-size:11px;line-height:1.35}.taskBoardV3Row button,.taskBoardV3Button{grid-column:auto;justify-self:end;width:auto;min-width:78px;min-height:32px;padding:0 10px;font-size:12px}.taskBoardV3Row button.completed,.taskBoardV3Row button:disabled.completed{color:#16a34a;background:0 0;border-color:#0000;grid-column:auto;justify-self:end;width:auto;min-width:58px;min-height:28px;padding:0 6px}.taskBoardV3Button.green{grid-column:auto;justify-self:end;width:auto;min-width:78px;min-height:32px;padding:0 10px;font-size:12px}.taskBoardV3RuleSupport{margin-top:12px}.taskBoardV3RuleSupport a{width:100%;min-height:42px;font-size:14px}}@media (max-width:360px){.taskBoardV3Row{grid-template-columns:34px minmax(0,1fr)}.taskBoardV3Row button,.taskBoardV3Button,.taskBoardV3Button.green{grid-column:1/-1;justify-self:stretch;width:100%}}.ecosystemRulesPage{overflow:hidden}.ecosystemRulesHero{border-bottom:1px solid #ffedd5;padding-bottom:22px}.ecosystemRulesSection{background:linear-gradient(#fffaf5,#fff);border:1px solid #fde6d2;border-radius:24px;margin-top:28px;padding:clamp(18px,3vw,26px)}.ecosystemRulesSection h2{color:#111827;letter-spacing:-.04em;margin:10px 0 16px;font-size:clamp(24px,3vw,34px)}.ecosystemRulesGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ecosystemRulesGrid.twoColumns{grid-template-columns:repeat(2,minmax(0,1fr))}.ecosystemRuleCard{background:#fff;border:1px solid #fed7aa;border-radius:20px;padding:18px;box-shadow:0 12px 30px #f973160d}.ecosystemRuleCard span{color:#c2410c;background:#fff7ed;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.ecosystemRuleCard strong{color:#111827;margin-top:12px;font-size:18px;display:block}.ecosystemRuleCard p{color:#6b7280;margin:8px 0 0;font-size:14px;line-height:1.65}.ecosystemTimeline{gap:12px;display:grid}.ecosystemTimeline>div{background:#fff;border-left:4px solid #f97316;border-radius:18px;padding:16px 18px}.ecosystemTimeline strong{color:#111827;font-size:17px;display:block}.ecosystemTimeline p{color:#6b7280;margin:7px 0 0;font-size:14px;line-height:1.65}.ecosystemNotice{background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;padding:18px}.ecosystemNotice ul{margin:0;padding-left:20px}.ecosystemNotice li{color:#374151;margin:6px 0;font-size:14px;line-height:1.75}.englishBlock{background:linear-gradient(135deg,#f8fbff,#fff);border-color:#bfdbfe}.englishBlock p{color:#4b5563;margin:0;font-size:15px;line-height:1.75}@media (max-width:900px){.ecosystemRulesGrid,.ecosystemRulesGrid.twoColumns{grid-template-columns:1fr}}@media (max-width:720px){.ecosystemRulesHero{padding-bottom:16px}.ecosystemRulesSection{border-radius:19px;margin-top:16px;padding:15px 12px}.ecosystemRulesSection h2{margin:8px 0 12px;font-size:22px}.ecosystemRuleCard{border-radius:16px;padding:14px}.ecosystemRuleCard strong{font-size:16px}.ecosystemRuleCard p,.ecosystemTimeline p,.ecosystemNotice li,.englishBlock p{font-size:13px;line-height:1.65}.ecosystemTimeline>div,.ecosystemNotice{border-radius:16px;padding:14px}}.ecosystemSummaryStrip,.membershipQuick{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;margin-top:16px;padding:12px 14px}.ecosystemSummaryStrip{color:#9a3412;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;font-weight:900;display:flex}.ecosystemSummaryStrip i{color:#fdba74;font-style:normal}.budgetFlow{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:8px;margin-bottom:16px;display:grid}.budgetFlow div{color:#111827;text-align:center;background:#fff;border:1px solid #fed7aa;border-radius:16px;justify-content:center;align-items:center;min-height:52px;padding:8px;font-weight:900;display:flex}.budgetFlow span{color:#f97316;font-weight:900}.ecosystemTimeline.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.membershipRulesPage{overflow:hidden}.membershipHero{border-bottom:1px solid #ffedd5;padding-bottom:22px}.membershipQuick{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.membershipQuick div{background:#fff;border-radius:15px;padding:12px}.membershipQuick strong,.membershipQuick span{display:block}.membershipQuick strong{color:#111827;font-size:15px}.membershipQuick span{color:#6b7280;margin-top:5px;font-size:13px;line-height:1.45}.membershipSection{background:linear-gradient(#fffaf5,#fff);border:1px solid #fde6d2;border-radius:24px;margin-top:24px;padding:clamp(18px,3vw,26px)}.membershipSection h2{color:#111827;letter-spacing:-.04em;margin:10px 0 16px;font-size:clamp(24px,3vw,34px)}.membershipGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.membershipCard{background:#fff;border:1px solid #fed7aa;border-radius:20px;padding:18px}.membershipCard span{color:#c2410c;background:#fff7ed;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.membershipCard.green span{color:#15803d;background:#dcfce7}.membershipCard strong{color:#111827;margin-top:12px;font-size:18px;display:block}.membershipCard p{color:#6b7280;margin:8px 0 0;font-size:14px;line-height:1.65}.membershipNotice li{color:#374151;margin:6px 0;font-size:14px;line-height:1.75}@media (max-width:900px){.budgetFlow{grid-template-columns:1fr}.budgetFlow span{display:none}.ecosystemTimeline.compact,.membershipQuick,.membershipGrid{grid-template-columns:1fr}}@media (max-width:720px){.ecosystemSummaryStrip{font-size:12px;line-height:1.6}.membershipHero{padding-bottom:16px}.membershipSection{border-radius:19px;margin-top:16px;padding:15px 12px}.membershipSection h2{margin:8px 0 12px;font-size:22px}.membershipQuick,.membershipCard,.membershipNotice{border-radius:16px}.membershipCard{padding:14px}.membershipCard strong{font-size:16px}.membershipCard p,.membershipNotice li{font-size:13px;line-height:1.65}}.rulesTopStandard{justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;display:flex}.rulesBackLink{color:#9a3412;white-space:nowrap;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;min-height:38px;padding:0 14px;font-weight:900;text-decoration:none;display:inline-flex}.rulesLangSwitch{align-items:center;gap:8px;display:inline-flex}.rulesLangSwitch button{color:#9a3412;cursor:pointer;background:#fff;border:1px solid #fed7aa;border-radius:999px;min-height:38px;padding:0 15px;font-weight:900}.rulesLangSwitch button.active{color:#fff;background:#f97316;border-color:#f97316}.ecosystemRulesPageV3 .rulesHeroClean{padding-right:0}.ecosystemRulesPageV3 .ecosystemRulesHero{padding-top:0}@media (max-width:720px){.rulesTopStandard{gap:10px;margin-bottom:18px}.rulesBackLink,.rulesLangSwitch button{min-height:34px;padding:0 11px;font-size:12px}.rulesLangSwitch{gap:6px}}.membershipRulesPageV2 .membershipHeroClean{padding-top:0}.membershipFlow div{color:#111827;text-align:center;background:#fff;border:1px solid #bbf7d0;border-radius:16px;justify-content:center;align-items:center;min-height:52px;padding:8px;font-weight:900;display:flex}.membershipFlow span{color:#16a34a;font-weight:900}.membershipBoundaryGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.membershipBoundaryCard{background:#fff;border:1px solid #fed7aa;border-radius:20px;padding:18px}.membershipBoundaryCard strong{color:#111827;font-size:17px;display:block}.membershipBoundaryCard p{color:#6b7280;margin:8px 0 0;font-size:14px;line-height:1.65}.membershipFooterLinks{border-top:1px solid #ffedd5;flex-wrap:wrap;align-items:center;gap:14px;margin-top:24px;padding-top:18px;display:flex}.membershipFooterLinks a{color:#9a3412;font-size:13px;font-weight:900;text-decoration:none}.membershipFooterLinks a:hover{color:#c2410c}@media (max-width:900px){.membershipFlow,.membershipBoundaryGrid{grid-template-columns:1fr}.membershipFlow span{display:none}}@media (max-width:720px){.membershipFlow{gap:8px;margin-bottom:12px}.membershipFlow div{border-radius:14px;min-height:46px;font-size:13px}.membershipBoundaryCard{border-radius:16px;padding:14px}.membershipBoundaryCard strong{font-size:16px}.membershipBoundaryCard p{font-size:13px;line-height:1.65}.membershipFooterLinks{gap:10px;margin-top:18px}}.ecosystemOnboardingPage{overflow:hidden}.onboardingHero{border-bottom:1px solid #ffedd5;padding-bottom:18px}.onboardingLayout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:18px;margin-top:22px;display:grid}.onboardingForm{background:linear-gradient(#fffaf5,#fff);border:1px solid #fde6d2;border-radius:24px;padding:clamp(16px,3vw,24px)}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.onboardingForm label,.fullField{gap:7px;display:grid}.onboardingForm label span,.fullField span,.taskTypeBox>span{color:#374151;font-size:13px;font-weight:900}.onboardingForm input,.onboardingForm select,.onboardingForm textarea{color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #fed7aa;border-radius:15px;outline:none;padding:12px 13px}.onboardingForm textarea{resize:vertical}.fullField,.taskTypeBox{margin-top:14px}.taskTypeBox{gap:8px;display:grid}.taskTypeBox>div{flex-wrap:wrap;gap:9px;display:flex}.taskTypeBox button{color:#9a3412;cursor:pointer;background:#fff;border:1px solid #fed7aa;border-radius:999px;padding:8px 12px;font-weight:900}.taskTypeBox button.active{color:#15803d;background:#dcfce7;border-color:#16a34a}.onboardingSubmitRow{margin-top:18px}.onboardingSubmitRow button,.ecosystemOnboardingCta a{background:var(--ec-blue);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 10px 22px #0b63ce29}.onboardingSubmitRow button:disabled{opacity:.68;cursor:not-allowed}.onboardingMessage{color:#1d4ed8;background:#eff6ff;border-radius:15px;margin-top:12px;padding:12px;font-size:14px;font-weight:800}.onboardingSide{gap:12px;display:grid}.onboardingSide>div{background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;padding:16px}.onboardingSide strong{color:#111827;font-size:16px;display:block}.onboardingSide p{color:#4b5563;margin:7px 0 0;font-size:13px;line-height:1.65}.ecosystemOnboardingCta{margin-top:15px}.ecosystemOnboardingCta a{width:auto}@media (max-width:900px){.onboardingLayout,.formGrid{grid-template-columns:1fr}}@media (max-width:720px){.onboardingLayout{gap:14px;margin-top:16px}.onboardingForm{border-radius:19px;padding:14px 12px}.onboardingForm input,.onboardingForm select,.onboardingForm textarea{border-radius:13px;padding:11px 12px}.onboardingSubmitRow button,.ecosystemOnboardingCta a{width:100%;min-height:42px;font-size:14px}.onboardingSide>div{border-radius:16px;padding:14px}}.internalAdminPage{overflow:hidden}.internalLoginForm{background:linear-gradient(#fffaf5,#fff);border:1px solid #fde6d2;border-radius:24px;gap:14px;max-width:520px;margin-top:22px;padding:clamp(16px,3vw,24px);display:grid}.internalLoginForm label{gap:8px;display:grid}.internalLoginForm span{color:#374151;font-size:13px;font-weight:900}.internalLoginForm input{color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #fed7aa;border-radius:15px;outline:none;padding:12px 13px}.internalLoginForm button{background:var(--ec-blue);color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:44px;font-weight:900}.internalLoginForm button:disabled{opacity:.68;cursor:not-allowed}.internalStats{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.internalStats div{background:#fff7ed;border:1px solid #fed7aa;border-radius:17px;min-width:110px;padding:11px 13px}.internalStats strong,.internalStats span{display:block}.internalStats strong{color:#111827;font-size:20px}.internalStats span{color:#9a3412;margin-top:3px;font-size:12px;font-weight:900}.internalTableWrap{background:#fff;border:1px solid #fde6d2;border-radius:22px;margin-top:22px;overflow-x:auto}.internalTable{border-collapse:collapse;width:100%;min-width:980px}.internalTable th,.internalTable td{text-align:left;vertical-align:top;border-bottom:1px solid #ffedd5;padding:13px 12px;font-size:13px}.internalTable th{color:#9a3412;background:#fff7ed;font-weight:900}.internalTable td{color:#374151}.internalTable tbody tr:last-child td{border-bottom:0}.internalSub{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.internalSub a{color:var(--ec-blue);font-size:12px;font-weight:900;text-decoration:none}.internalStatus{color:#92400e;background:#fef3c7;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:900;display:inline-flex}.internalEmpty{color:#6b7280;text-align:center;padding:28px 18px;font-size:14px;font-weight:800}@media (max-width:720px){.internalLoginForm{border-radius:19px;padding:14px 12px}.internalStats div{min-width:calc(50% - 5px)}.internalTableWrap{border-radius:18px}}.taskTypeBox button{align-items:center;gap:7px;display:inline-flex}.taskTypeBox button small{color:#9a3412;background:#fff7ed;border-radius:999px;align-items:center;min-height:20px;padding:0 7px;font-size:11px;font-weight:900;display:inline-flex}.taskTypeBox button.active small{color:#fff;background:#16a34a}@media (max-width:720px){.taskTypeBox button{justify-content:space-between;width:100%}}.internalDetailLink{color:#111827;font-weight:950;text-decoration:none}.internalDetailLink:hover{color:var(--ec-blue)}.internalDetailSection{background:linear-gradient(#fffaf5,#fff);border:1px solid #fde6d2;border-radius:22px;margin-top:22px;padding:clamp(16px,3vw,22px)}.internalDetailGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.internalDetailGrid.twoColumns{grid-template-columns:repeat(2,minmax(0,1fr))}.internalDetailItem{background:#fff;border:1px solid #ffedd5;border-radius:16px;min-width:0;padding:13px}.internalDetailItem span,.internalDetailTextBlock>strong{color:#9a3412;font-size:12px;font-weight:950;display:block}.internalDetailItem strong{color:#111827;overflow-wrap:anywhere;margin-top:6px;font-size:14px;line-height:1.55;display:block}.internalDetailItem a{color:var(--ec-blue);text-decoration:none}.internalDetailTextBlock{background:#fff;border:1px solid #ffedd5;border-radius:16px;padding:14px}.internalDetailTextBlock+.internalDetailTextBlock{margin-top:12px}.internalDetailTextBlock p{color:#374151;white-space:pre-wrap;margin:7px 0 0;font-size:14px;line-height:1.7}@media (max-width:900px){.internalDetailGrid,.internalDetailGrid.twoColumns{grid-template-columns:1fr}}@media (max-width:720px){.internalDetailSection{border-radius:18px;margin-top:16px;padding:14px 12px}.internalDetailItem,.internalDetailTextBlock{border-radius:14px}}.internalStatusActionSection{background:linear-gradient(#eff6ff,#fff);border-color:#bfdbfe}.internalStatusActionSection h2{color:#111827;letter-spacing:-.03em;margin:8px 0;font-size:clamp(22px,3vw,30px)}.internalActionHint{color:#4b5563;margin:0 0 14px;font-size:14px;line-height:1.65}.internalStatusForm{gap:13px;display:grid}.internalStatusForm label{gap:7px;display:grid}.internalStatusForm label span{color:#1d4ed8;font-size:13px;font-weight:950}.internalStatusForm select,.internalStatusForm textarea{color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #bfdbfe;border-radius:15px;outline:none;padding:12px 13px}.internalStatusForm textarea{resize:vertical}.internalStatusForm button{background:var(--ec-blue);color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:44px;font-weight:950}.internalStatusForm button:disabled{opacity:.68;cursor:not-allowed}@media (max-width:720px){.internalStatusForm select,.internalStatusForm textarea{border-radius:13px;padding:11px 12px}.internalStatusForm button{min-height:42px}}.internalFilterTabs{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.internalFilterTabs a{color:#9a3412;background:#fff;border:1px solid #fed7aa;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 13px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.internalFilterTabs a strong{color:#c2410c;background:#fff7ed;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:12px;display:inline-flex}.internalFilterTabs a.active{border-color:var(--ec-blue);color:#1d4ed8;background:#eff6ff}.internalFilterTabs a.active strong{background:var(--ec-blue);color:#fff}.internalStatus-pending{color:#92400e;background:#fef3c7}.internalStatus-reviewing{color:#1d4ed8;background:#dbeafe}.internalStatus-rejected{color:#b91c1c;background:#fee2e2}@media (max-width:720px){.internalFilterTabs{gap:8px}.internalFilterTabs a{flex:calc(50% - 8px);justify-content:space-between;min-height:36px;padding:0 11px}}.internalDetailStats .internalStatusSummary{border-width:1px}.internalStatusSummary strong{font-size:20px}.internalStatusSummary span{color:inherit;opacity:.88}.internalStatusSummary-pending{color:#92400e;background:#fef3c7!important;border-color:#fcd34d!important}.internalStatusSummary-reviewing{color:#1d4ed8;background:#dbeafe!important;border-color:#93c5fd!important}.internalStatusSummary-rejected{color:#b91c1c;background:#fee2e2!important;border-color:#fecaca!important}.internalAuditTrailSection{background:linear-gradient(#f8fafc,#fff)}.internalAuditHint{color:#64748b;margin:0 0 14px;font-size:14px;line-height:1.65}@media (max-width:720px){.internalDetailStats .internalStatusSummary{min-width:100%}.internalStatusSummary strong{font-size:18px}}.internalStatus-approved{color:#15803d;background:#dcfce7}.internalStatusSummary-approved{color:#15803d;background:#dcfce7!important;border-color:#86efac!important}.internalConvertActionSection{background:linear-gradient(#f0fdf4,#fff);border-color:#bbf7d0}.internalConvertActionSection h2{color:#111827;letter-spacing:-.03em;margin:8px 0;font-size:clamp(22px,3vw,30px)}.internalConvertHint,.internalConvertedNotice{color:#15803d;background:#f0fdf4;border-radius:15px;padding:12px;font-size:14px;font-weight:900}.internalStatus-converted{color:#6d28d9;background:#ede9fe}.internalStatusSummary-converted{color:#6d28d9;background:#ede9fe!important;border-color:#c4b5fd!important}.internalStatus-draft{color:#92400e;background:#fef3c7}.internalStatus-active{color:#15803d;background:#dcfce7}.internalStatus-paused{color:#374151;background:#e5e7eb}.internalSub span{color:#64748b;font-size:12px;font-weight:800}.onboardingSuccessCard{color:#14532d;background:linear-gradient(135deg,#f0fdf4fa,#ecfdf5e0);border:1px solid #22c55e38;border-radius:18px;margin-top:14px;padding:16px;font-size:14px;line-height:1.75}.onboardingSuccessCard strong{color:#166534;margin-bottom:6px;font-size:16px;font-weight:850;display:block}.onboardingSuccessCard p{margin:4px 0}.onboardingSuccessCard ul{margin:10px 0 0;padding-left:18px}.onboardingSuccessCard li{margin:4px 0}.taskBoardV3StandardLogin{background:linear-gradient(135deg,#ff7a1a1f,#0b63ce14);border:1px solid #ff7a1a38;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin:14px 0 10px;padding:14px;display:flex}.taskBoardV3StandardLogin strong{color:#111827;font-size:15px;display:block}.taskBoardV3StandardLogin p{color:#6b7280;margin:4px 0 0;font-size:12px;line-height:1.5}.taskBoardV3StandardLogin button{color:#fff;white-space:nowrap;cursor:pointer;background:#ff7a1a;border:0;border-radius:999px;padding:10px 14px;font-weight:700;box-shadow:0 8px 18px #ff7a1a38}.taskBoardV3StandardLogin button:disabled{opacity:.72;cursor:not-allowed}@media (max-width:640px){.taskBoardV3StandardLogin{flex-direction:column;align-items:stretch}.taskBoardV3StandardLogin button{width:100%}}.topbar{align-items:center;gap:12px}.topbar .brand{flex:auto;min-width:0}.lang{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.lang button{color:#9a3412;min-width:58px;height:34px;box-shadow:none;background:#ff7a1a14;border:1px solid #ff7a1a38;border-radius:999px;padding:0 14px;font-size:14px;font-weight:700;line-height:1}.lang button.active{color:#9a3412;background:#ff7a1a1f;border-color:#ff7a1a47}.lang button:disabled{opacity:.7}.lang select{color:#2f2f36;background-color:#ffffffb8;border:1px solid #9a341229;border-radius:14px;outline:none;min-width:88px;max-width:112px;height:34px;padding:0 28px 0 12px;font-size:14px;font-weight:650;line-height:34px;box-shadow:0 8px 22px #9a34120d}.lang select:focus{border-color:#ff7a1a6b;box-shadow:0 0 0 3px #ff7a1a1f}@media (max-width:520px){.topbar{gap:8px}.topbar .brand{letter-spacing:-.02em;font-size:18px}.lang{gap:6px}.lang button{min-width:52px;height:32px;padding:0 12px;font-size:13px}.lang select{border-radius:13px;min-width:78px;max-width:92px;height:32px;padding-left:10px;padding-right:24px;font-size:13px;line-height:32px}}.myGrowthPage{max-width:980px}.myGrowthTopbar{color:#7c5f42;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;font-size:14px;font-weight:700;display:flex}.myGrowthBack{color:#9a3412;background:#ff7a1a14;border:1px solid #ff7a1a2e;border-radius:999px;padding:8px 12px;text-decoration:none}.myGrowthHero{margin-bottom:18px}.myGrowthHero span{color:#9a3412;background:#ff7a1a1a;border-radius:999px;padding:5px 10px;font-size:13px;font-weight:800;display:inline-flex}.myGrowthHero h1{color:#1f2933;letter-spacing:-.04em;margin:12px 0 8px;font-size:clamp(28px,6vw,44px);line-height:1.05}.myGrowthHero p{color:#6b7280;margin:0;font-size:15px;line-height:1.7}.myGrowthNotice{color:#7c2d12;background:#ff7a1a17;border:1px solid #ff7a1a29;border-radius:18px;margin:14px 0;padding:14px;line-height:1.6}.myGrowthNotice p{margin:6px 0 0}.myGrowthNotice.danger{color:#991b1b;background:#ef444414;border-color:#ef444424}.myGrowthStats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0;display:grid}.myGrowthStats>div,.myGrowthProfile>div,.myGrowthColumns section,.myGrowthInvite{background:#ffffffb8;border:1px solid #9a34121a;border-radius:22px;box-shadow:0 14px 34px #9a34120f}.myGrowthStats>div{padding:16px}.myGrowthStats span,.myGrowthProfile span,.myGrowthInvite span{color:#7c6f64;font-size:13px;font-weight:700;display:block}.myGrowthStats strong{color:#1f2933;margin-top:8px;font-size:30px;line-height:1;display:block}.myGrowthProfile{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.myGrowthProfile>div{min-width:0;padding:14px}.myGrowthProfile strong{color:#1f2933;overflow-wrap:anywhere;margin-top:6px;font-size:14px;display:block}.myGrowthInvite{margin-bottom:16px;padding:14px}.myGrowthInvite p{color:#1f2933;overflow-wrap:anywhere;margin:8px 0 0;font-size:13px;line-height:1.6}.myGrowthColumns{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.myGrowthColumns section{padding:16px}.myGrowthColumns h2{color:#1f2933;letter-spacing:-.02em;margin:0 0 12px;font-size:18px}.myGrowthRecord{border-top:1px solid #9a341214;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.myGrowthRecord:first-of-type{border-top:0}.myGrowthRecord strong{color:#2f2f36;font-size:14px;display:block}.myGrowthRecord span{color:#8a7a6b;margin-top:4px;font-size:12px;display:block}.myGrowthRecord em{color:#9a3412;flex:none;font-style:normal;font-weight:800}.myGrowthEmpty{color:#8a7a6b;margin:0;font-size:14px;line-height:1.6}@media (max-width:760px){.myGrowthStats,.myGrowthProfile,.myGrowthColumns{grid-template-columns:1fr}.myGrowthTopbar{flex-direction:column;align-items:flex-start}}.homeCleanTopbar{justify-content:flex-start}.myGrowthAccountTools{background:#ffffffb3;border:1px solid #9a34121a;border-radius:22px;justify-content:space-between;align-items:center;gap:12px;margin:16px 0 18px;padding:12px;display:flex;box-shadow:0 14px 34px #9a34120d}.myGrowthLangSwitch{background:#ff7a1a12;border:1px solid #ff7a1a1f;border-radius:999px;align-items:center;gap:6px;padding:4px;display:inline-flex}.myGrowthLangSwitch button,.myGrowthAuthActions button{cursor:pointer;border:0;font-family:inherit;font-weight:800}.myGrowthLangSwitch button{color:#9a3412;background:0 0;border-radius:999px;min-width:74px;height:34px;padding:0 12px}.myGrowthLangSwitch button.active{color:#fff;background:linear-gradient(135deg,#ff7a1a,#f97316);box-shadow:0 8px 18px #f9731638}.myGrowthAuthActions button{color:#9a3412;background:#ff7a1a1a;border:1px solid #ff7a1a33;border-radius:999px;min-height:40px;padding:0 18px}.myGrowthAuthActions button:disabled{cursor:not-allowed;opacity:.65}@media (max-width:760px){.myGrowthAccountTools{flex-direction:column;align-items:stretch}.myGrowthLangSwitch{justify-content:center;width:100%}.myGrowthLangSwitch button{flex:1 1 0}.myGrowthAuthActions button{width:100%}}.myGrowthPageV2{color:#102033;width:min(100%,980px);margin:0 auto;padding:16px}.myGrowthV2Topbar{color:#0f172ab8;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:13px;font-weight:800;display:flex}.myGrowthV2Back{color:#17406f;background:#ffffffd6;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 14px;text-decoration:none;display:inline-flex;box-shadow:0 10px 28px #0f172a14}.myGrowthV2Hero{background:radial-gradient(circle at 20% 0,#ffc76b8c,#0000 32%),linear-gradient(135deg,#fff8e9 0%,#eef7ff 52%,#fff 100%);border:1px solid #ffffffc7;border-radius:30px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px;display:grid;box-shadow:0 22px 60px #0f172a1f}.myGrowthV2HeroMain{align-items:center;gap:16px;min-width:0;display:flex}.myGrowthV2Avatar{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#f97316 45%,#0b63ce 100%);border-radius:22px;flex:none;place-items:center;width:64px;height:64px;font-size:30px;font-weight:950;display:grid;box-shadow:0 18px 30px #f973163d}.myGrowthV2Kicker,.myGrowthV2Label,.myGrowthV2PanelHead span{letter-spacing:.08em;text-transform:uppercase;color:#f97316;font-size:12px;font-weight:900;display:inline-flex}.myGrowthV2Hero h1{letter-spacing:-.04em;color:#0f172a;margin:6px 0 8px;font-size:clamp(26px,5vw,42px);line-height:1.05}.myGrowthV2Hero p{color:#0f172aad;max-width:620px;margin:0;font-size:14px;line-height:1.7}.myGrowthV2HeroActions{flex-direction:column;align-items:stretch;gap:10px;min-width:168px;display:flex}.myGrowthV2LangSwitch{background:#ffffffb8;border:1px solid #0f172a14;border-radius:999px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.myGrowthV2LangSwitch button{color:#0f172a9e;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:9px 10px;font-size:12px;font-weight:900}.myGrowthV2LangSwitch button.active{color:#fff;background:#0f172a;box-shadow:0 8px 18px #0f172a29}.myGrowthV2AuthButton,.myGrowthV2AccountCard button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0b63ce 0%,#164a9f 100%);border:0;border-radius:999px;min-height:42px;padding:0 16px;font-weight:950;box-shadow:0 12px 28px #0b63ce33}.myGrowthV2AuthButton.secondary{color:#17406f;background:#fff;border:1px solid #0b63ce29;box-shadow:0 12px 26px #0f172a14}.myGrowthV2AuthButton:disabled,.myGrowthV2AccountCard button:disabled{cursor:not-allowed;opacity:.56}.myGrowthV2Message{color:#9a3412;background:#fff7ed;border:1px solid #f9731629;border-radius:18px;margin-top:14px;padding:12px 14px;font-size:13px;font-weight:800}.myGrowthV2AccountCard{background:#fff;border:1px solid #0f172a14;border-radius:26px;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:18px;display:flex;box-shadow:0 16px 42px #0f172a14}.myGrowthV2AccountCard strong{color:#0f172a;margin-top:5px;font-size:20px;line-height:1.2;display:block}.myGrowthV2AccountCard p{color:#0f172a94;margin:6px 0 0;font-size:13px}.myGrowthV2StatsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.myGrowthV2StatCard{background:#fff;border:1px solid #0f172a14;border-radius:26px;min-height:126px;padding:18px;box-shadow:0 14px 36px #0f172a12}.myGrowthV2StatCard.primary{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#173b73 100%)}.myGrowthV2StatCard span{color:#0f172a94;font-size:12px;font-weight:900;display:block}.myGrowthV2StatCard.primary span,.myGrowthV2StatCard.primary p{color:#ffffffb8}.myGrowthV2StatCard strong{letter-spacing:-.04em;margin-top:10px;font-size:34px;line-height:1;display:block}.myGrowthV2StatCard p{color:#0f172a85;margin:10px 0 0;font-size:12px;font-weight:800}.myGrowthV2TwoColumn{grid-template-columns:1.15fr .85fr;gap:14px;margin-top:16px;display:grid}.myGrowthV2Panel{background:#fff;border:1px solid #0f172a14;border-radius:26px;padding:18px;box-shadow:0 16px 42px #0f172a14}.myGrowthV2Panel.membership{background:radial-gradient(circle at 0 0,#0b63ce1f,#0000 35%),#fff}.myGrowthV2PanelHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.myGrowthV2PanelHead h2{color:#0f172a;letter-spacing:-.02em;margin:6px 0 0;font-size:19px}.myGrowthV2PanelHead em{color:#0b63ce;background:#eaf3ff;border-radius:999px;flex:none;padding:7px 10px;font-size:12px;font-style:normal;font-weight:950}.myGrowthV2Panel p{color:#0f172a9e;margin:12px 0 0;font-size:13px;line-height:1.7}.myGrowthV2PanelActions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.myGrowthV2PanelActions a{color:#fff;background:#0f172a;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.myGrowthV2PanelActions a+a{color:#17406f;background:#f8fafc;border:1px solid #0f172a14}.myGrowthV2SettingList{gap:10px;margin-top:14px;display:grid}.myGrowthV2SettingList div{border-bottom:1px solid #0f172a14;justify-content:space-between;gap:12px;padding:12px 0;display:flex}.myGrowthV2SettingList div:last-child{border-bottom:0}.myGrowthV2SettingList span{color:#0f172a8c;font-size:13px}.myGrowthV2SettingList strong{color:#0f172a;font-size:13px}.myGrowthV2Panel.records{margin-top:16px}.myGrowthV2RecordList{gap:10px;margin-top:14px;display:grid}.myGrowthV2RecordItem{background:#f8fafc;border:1px solid #0f172a0f;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.myGrowthV2RecordItem strong{color:#0f172a;font-size:14px;display:block}.myGrowthV2RecordItem span{color:#0f172a85;margin-top:5px;font-size:12px;display:block}.myGrowthV2RecordItem em{color:#f97316;flex:none;font-size:14px;font-style:normal;font-weight:950}.myGrowthV2Empty{color:#0f172a94;text-align:center;background:#f8fafc;border-radius:20px;margin-top:14px;padding:18px;font-size:13px;font-weight:800}@media (max-width:760px){.myGrowthPageV2{padding:12px}.myGrowthV2Topbar{margin-bottom:10px}.myGrowthV2Hero{border-radius:26px;grid-template-columns:1fr;padding:18px}.myGrowthV2HeroMain{align-items:flex-start}.myGrowthV2Avatar{border-radius:18px;width:54px;height:54px;font-size:26px}.myGrowthV2HeroActions{min-width:0}.myGrowthV2AccountCard{flex-direction:column;align-items:stretch}.myGrowthV2StatsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.myGrowthV2TwoColumn{grid-template-columns:1fr}.myGrowthV2StatCard{min-height:112px;padding:16px}.myGrowthV2StatCard strong{font-size:30px}}@media (max-width:390px){.myGrowthV2StatsGrid{grid-template-columns:1fr}.myGrowthV2HeroMain{gap:12px}}.myGrowthV3Page{color:#111827;width:100%;max-width:760px;margin:0 auto;padding:16px}.myGrowthV3Topbar{color:#111827b8;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:14px;font-weight:900;display:flex}.myGrowthV3Back{color:#173b73;background:#ffffffe0;border:1px solid #11182714;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 16px;text-decoration:none;display:inline-flex;box-shadow:0 10px 26px #1118270f}.myGrowthV3MainCard,.myGrowthV3Panel{background:linear-gradient(135deg,#fffffff5,#f8fafceb);border:1px solid #11182714;border-radius:30px;box-shadow:0 18px 50px #11182714}.myGrowthV3MainCard{padding:22px}.myGrowthV3HeroLine{align-items:flex-start;gap:16px;display:flex}.myGrowthV3Avatar{color:#fff;background:linear-gradient(135deg,#f97316 0%,#1d4ed8 100%);border-radius:22px;flex:none;place-items:center;width:66px;height:66px;font-size:33px;font-weight:950;display:grid;box-shadow:0 14px 34px #f973162e}.myGrowthV3TitleBlock span,.myGrowthV3PanelHead span{color:#f97316;letter-spacing:.14em;font-size:13px;font-weight:950;display:block}.myGrowthV3TitleBlock h1{color:#111827;letter-spacing:-.05em;margin:7px 0 0;font-size:34px;line-height:1.08}.myGrowthV3TitleBlock p{color:#11182794;margin:12px 0 0;font-size:15px;font-weight:750;line-height:1.65}.myGrowthV3Controls{grid-template-columns:minmax(0,1.2fr) minmax(150px,.8fr);gap:12px;margin-top:20px;display:grid}.myGrowthV3LangSwitch{background:#f3f4f6;border:1px solid #1118270f;border-radius:999px;grid-template-columns:1fr 1fr;gap:4px;min-height:48px;padding:4px;display:grid}.myGrowthV3LangSwitch button,.myGrowthV3AuthButton,.myGrowthV3InviteRow button{appearance:none;cursor:pointer;font:inherit;border:0}.myGrowthV3LangSwitch button{color:#1118279e;background:0 0;border-radius:999px;font-size:14px;font-weight:950}.myGrowthV3LangSwitch button.active{color:#fff;background:#111827;box-shadow:0 8px 20px #1118271f}.myGrowthV3AuthButton,.myGrowthV3InviteRow button{color:#fff;background:#0f56c7;border-radius:999px;min-height:48px;font-size:14px;font-weight:950;box-shadow:0 12px 28px #0f56c729}.myGrowthV3AuthButton.secondary{color:#173b73;box-shadow:none;background:#fff;border:1px solid #1118271a}.myGrowthV3AuthButton:disabled,.myGrowthV3InviteRow button:disabled{cursor:not-allowed;opacity:.58}.myGrowthV3Message{color:#9a3412;background:#fff7ed;border:1px solid #f973162e;border-radius:18px;margin-top:14px;padding:12px 14px;font-size:13px;font-weight:850}.myGrowthV3IdentityStrip{background:#ffffffc2;border:1px solid #11182712;border-radius:22px;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;padding:16px;display:grid}.myGrowthV3IdentityStrip span,.myGrowthV3Stats span{color:#11182780;font-size:12px;font-weight:900;display:block}.myGrowthV3IdentityStrip strong{color:#111827;word-break:break-word;margin-top:6px;font-size:18px;font-weight:950;display:block}.myGrowthV3Stats{background:#f8fafc;border:1px solid #11182712;border-radius:24px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:14px;display:grid;overflow:hidden}.myGrowthV3Stats>div{border-right:1px solid #11182712;min-height:104px;padding:16px 14px}.myGrowthV3Stats>div:last-child{border-right:0}.myGrowthV3Stats strong{color:#111827;letter-spacing:-.04em;margin-top:9px;font-size:30px;line-height:1;display:block}.myGrowthV3Stats em{color:#11182775;margin-top:8px;font-size:12px;font-style:normal;font-weight:850;display:block}.myGrowthV3InviteRow{grid-template-columns:1fr minmax(150px,.42fr);align-items:center;gap:12px;margin-top:16px;display:grid}.myGrowthV3InviteRow p{color:#1118278a;margin:0;font-size:13px;font-weight:800;line-height:1.6}.myGrowthV3Panel{margin-top:16px;padding:20px}.myGrowthV3PanelHead{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.myGrowthV3PanelHead h2{color:#111827;letter-spacing:-.04em;margin:7px 0 0;font-size:22px;line-height:1.25}.myGrowthV3PanelHead em{color:#0f56c7;background:#eff6ff;border-radius:999px;flex:none;padding:7px 11px;font-size:12px;font-style:normal;font-weight:950}.myGrowthV3Panel p{color:#11182794;margin:13px 0 0;font-size:14px;font-weight:760;line-height:1.7}.myGrowthV3PanelActions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.myGrowthV3PanelActions a{color:#fff;background:#111827;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 15px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}.myGrowthV3PanelActions a+a{color:#173b73;background:#fff;border:1px solid #1118271a}.myGrowthV3RecordList{gap:10px;margin-top:15px;display:grid}.myGrowthV3RecordItem{background:#f8fafc;border:1px solid #1118270f;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.myGrowthV3RecordItem strong{color:#111827;font-size:14px;font-weight:950;display:block}.myGrowthV3RecordItem span{color:#1118277a;margin-top:5px;font-size:12px;font-weight:800;display:block}.myGrowthV3RecordItem em{color:#f97316;flex:none;font-size:15px;font-style:normal;font-weight:950}.myGrowthV3Empty{color:#1118278c;text-align:center;background:#f8fafc;border-radius:18px;margin-top:15px;padding:18px;font-size:13px;font-weight:850}@media (max-width:760px){.myGrowthV3Page{padding:14px}.myGrowthV3Topbar{margin-bottom:12px}.myGrowthV3MainCard,.myGrowthV3Panel{border-radius:28px}.myGrowthV3MainCard{padding:20px}.myGrowthV3HeroLine{gap:14px}.myGrowthV3Avatar{border-radius:20px;width:58px;height:58px;font-size:29px}.myGrowthV3TitleBlock h1{font-size:30px}.myGrowthV3Controls,.myGrowthV3InviteRow,.myGrowthV3IdentityStrip{grid-template-columns:1fr}.myGrowthV3Stats{grid-template-columns:repeat(2,minmax(0,1fr))}.myGrowthV3Stats>div{min-height:100px}.myGrowthV3Stats>div:nth-child(2){border-right:0}.myGrowthV3Stats>div:first-child,.myGrowthV3Stats>div:nth-child(2){border-bottom:1px solid #11182712}.myGrowthV3PanelHead{align-items:flex-start}}@media (max-width:390px){.myGrowthV3Page{padding:12px}.myGrowthV3TitleBlock h1,.myGrowthV3Stats strong{font-size:27px}}.mySettingsPage{color:#101827;width:min(100%,780px);margin:0 auto;padding:24px 18px 48px}.mySettingsTopbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.mySettingsTopbar a{color:#17365d;background:#fff;border-radius:999px;align-items:center;min-height:40px;padding:0 18px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 10px 28px #0f172a14}.mySettingsTopbar span{color:#475569;font-weight:800}.mySettingsHeader,.mySettingsGroup,.mySettingsActionCard{background:#ffffffeb;border:1px solid #0f172a14;border-radius:28px;box-shadow:0 18px 45px #0f172a14}.mySettingsHeader{background:radial-gradient(circle at 12% 12%,#ff7a1a26,#0000 34%),radial-gradient(circle at 88% 8%,#2563eb1a,#0000 28%),#fffffff0;margin-bottom:18px;padding:28px}.mySettingsHeader span,.mySettingsGroupTitle{color:#e36b18;letter-spacing:.18em;margin-bottom:8px;font-size:14px;font-weight:900;display:inline-flex}.mySettingsHeader h1{letter-spacing:-.04em;margin:0;font-size:32px;line-height:1.15}.mySettingsHeader p{color:#6b7280;max-width:560px;margin:12px 0 0;font-size:16px;line-height:1.75}.mySettingsGroup{margin-bottom:18px;padding:22px 24px}.mySettingsRow,.mySettingsLinkRow{border-top:1px solid #0f172a12;justify-content:space-between;align-items:center;gap:18px;min-height:66px;padding:14px 0;display:flex}.mySettingsGroupTitle+.mySettingsRow,.mySettingsGroupTitle+.mySettingsLinkRow{border-top:0}.mySettingsRow strong,.mySettingsLinkRow span{color:#111827;font-size:17px;font-weight:850;display:block}.mySettingsRow p{color:#7b8494;margin:6px 0 0;font-size:13px;line-height:1.5}.mySettingsRow em,.mySettingsLinkRow em{color:#64748b;flex:none;font-style:normal;font-weight:850}.mySettingsLinkRow{color:inherit;text-decoration:none}.mySettingsLangButtons{background:#f8fafc;border:1px solid #0f172a14;border-radius:999px;gap:6px;padding:4px;display:inline-flex}.mySettingsLangButtons button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:8px 13px;font-weight:850}.mySettingsLangButtons button.active{color:#fff;background:#0f172a}.mySettingsMessage{color:#9a3412;background:#fff7ed;border-radius:18px;margin:0 0 18px;padding:14px 18px;font-weight:800}.mySettingsActionCard{padding:18px}.mySettingsActionCard button{color:#fff;cursor:pointer;background:#0f172a;border:0;border-radius:999px;width:100%;min-height:52px;font-size:16px;font-weight:900}.mySettingsActionCard button.danger{color:#e11d48;background:#fff1f2}.mySettingsActionCard button:disabled{cursor:not-allowed;opacity:.62}@media (max-width:640px){.mySettingsPage{padding:20px 14px 42px}.mySettingsTopbar{margin-bottom:18px}.mySettingsTopbar a{min-height:36px;padding:0 14px;font-size:14px}.mySettingsHeader,.mySettingsGroup{border-radius:24px}.mySettingsHeader{padding:24px 22px}.mySettingsHeader h1{font-size:28px}.mySettingsRow,.mySettingsLinkRow{gap:12px;min-height:62px}.mySettingsLangButtons button{padding:7px 10px;font-size:13px}}.hasMainBottomNav .page{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.mainBottomNav{z-index:1200;padding:8px 14px calc(8px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border-top:1px solid #0f172a14;position:fixed;bottom:0;left:0;right:0}.mainBottomNavInner{background:#f8fafce6;border-radius:24px;grid-template-columns:repeat(4,1fr);gap:6px;width:min(720px,100%);margin:0 auto;padding:6px;display:grid;box-shadow:0 12px 34px #0f172a1f}.mainBottomNavItem{color:#64748b;letter-spacing:.02em;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:54px;font-size:12px;font-weight:800;text-decoration:none;display:flex}.mainBottomNavIcon{font-size:16px;line-height:1}.myGrowthCleanPage,.myPageStandard,.ecosystemsPage{width:min(720px,100vw - 28px);margin:0 auto;padding:22px 0 32px}.myGrowthCleanTopbar,.myPageTopbar,.ecosystemsTopbar{color:#475569;letter-spacing:.03em;justify-content:space-between;align-items:center;margin-bottom:18px;font-weight:900;display:flex}.myGrowthCleanTopbar a,.myPageTopbar a,.ecosystemsTopbar a{color:#102a4c;background:#ffffffe6;border:1px solid #0f172a0f;border-radius:999px;padding:10px 18px;text-decoration:none;box-shadow:0 10px 24px #0f172a0f}.myGrowthCleanHero,.myPageHero,.ecosystemsHero{background:radial-gradient(circle at 0 0,#f9731621,#0000 34%),radial-gradient(circle at 100% 0,#2563eb1a,#0000 34%),#ffffffdb;border:1px solid #0f172a14;border-radius:32px;padding:34px;box-shadow:0 24px 60px #0f172a14}.myGrowthCleanHero{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.myGrowthCleanHero span,.myPageHero span,.ecosystemsHero span,.myGrowthCleanPanelHead span,.myPageGroupTitle,.ecosystemsCard span{color:#d36b22;letter-spacing:.18em;font-size:14px;font-weight:900}.myGrowthCleanHero h1,.myPageHero h1,.ecosystemsHero h1{color:#0f172a;letter-spacing:-.04em;margin:10px 0 14px;font-size:clamp(34px,7vw,54px);line-height:1.08}.myGrowthCleanHero p,.myPageHero p,.ecosystemsHero p,.myGrowthCleanPanel p,.ecosystemsCard p{color:#64748b;margin:0;font-size:18px;font-weight:700;line-height:1.75}.myGrowthCleanSettingsLink{color:#102a4c;background:#fff;border:1px solid #0f172a14;border-radius:999px;flex:none;padding:10px 18px;font-size:14px;font-weight:900;text-decoration:none}.myGrowthCleanNotice,.myGrowthCleanIdentity,.myGrowthCleanInvite,.myGrowthCleanPanel,.myPageGroup,.ecosystemsCard,.ecosystemsGrid a{background:#ffffffe0;border:1px solid #0f172a14;border-radius:28px;margin-top:18px;box-shadow:0 18px 44px #0f172a12}.myGrowthCleanNotice{padding:22px}.myGrowthCleanNotice strong{color:#0f172a;margin-bottom:8px;font-size:20px;display:block}.myGrowthCleanNotice p{color:#64748b;margin:0 0 16px;font-size:15px;font-weight:700;line-height:1.65}.myGrowthCleanNotice a{color:#fff;background:#0f172a;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-weight:900;text-decoration:none;display:inline-flex}.myGrowthCleanIdentity{grid-template-columns:1fr 1fr;gap:18px;padding:24px;display:grid}.myGrowthCleanIdentity span,.myGrowthCleanStats span,.myGrowthCleanStats em{color:#7b8494;font-size:14px;font-weight:900;display:block}.myGrowthCleanIdentity strong{color:#0f172a;letter-spacing:.02em;margin-top:8px;font-size:24px;display:block}.myGrowthCleanStats{background:#f8fafceb;border:1px solid #0f172a14;border-radius:28px;grid-template-columns:repeat(2,1fr);margin-top:18px;display:grid;overflow:hidden}.myGrowthCleanStats div{border-bottom:1px solid #0f172a14;border-right:1px solid #0f172a14;min-height:142px;padding:24px}.myGrowthCleanStats div:nth-child(2n){border-right:0}.myGrowthCleanStats div:nth-last-child(-n+2){border-bottom:0}.myGrowthCleanStats strong{color:#0f172a;letter-spacing:-.04em;margin:12px 0 10px;font-size:44px;line-height:1;display:block}.myGrowthCleanStats .primary{background:linear-gradient(145deg,#0f172a,#12396f)}.myGrowthCleanStats .primary span,.myGrowthCleanStats .primary strong,.myGrowthCleanStats .primary em{color:#fff}.myGrowthCleanInvite{justify-content:space-between;align-items:center;gap:16px;padding:22px;display:flex}.myGrowthCleanInvite p{color:#64748b;margin:0;font-weight:800;line-height:1.65}.myGrowthCleanInvite button,.myPageActionRow button{color:#fff;cursor:pointer;background:#1767d8;border:0;border-radius:999px;min-height:46px;padding:0 22px;font-size:15px;font-weight:900}.myGrowthCleanInvite button:disabled,.myPageActionRow button:disabled{cursor:not-allowed;opacity:.55}.myGrowthCleanPanel{padding:26px}.myGrowthCleanPanelHead{justify-content:space-between;gap:18px;margin-bottom:14px;display:flex}.myGrowthCleanPanelHead h2{color:#0f172a;margin:8px 0 0;font-size:26px;line-height:1.25}.myGrowthCleanActions,.ecosystemsGrid{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.myGrowthCleanActions a{color:#102a4c;background:#f8fafc;border:1px solid #0f172a14;border-radius:999px;padding:12px 18px;font-weight:900;text-decoration:none}.myGrowthCleanRecordList{gap:10px;display:grid}.myGrowthCleanRecord{background:#f8fafc;border:1px solid #0f172a0f;border-radius:20px;justify-content:space-between;align-items:center;min-height:66px;padding:14px 18px;display:flex}.myGrowthCleanRecord strong,.myGrowthCleanRecord span{display:block}.myGrowthCleanRecord strong{color:#0f172a;font-size:16px}.myGrowthCleanRecord span{color:#7b8494;margin-top:4px;font-size:13px;font-weight:800}.myGrowthCleanRecord em{color:#d36b22;font-size:22px;font-style:normal;font-weight:1000}.myGrowthCleanEmpty,.myGrowthCleanMessage,.myPageMessage{color:#64748b;font-weight:800;line-height:1.6}.myGrowthCleanMessage,.myPageMessage{color:#102a4c;background:#1767d814;border-radius:18px;margin-top:14px;padding:14px 16px}.myPageGroup{padding:0 26px}.myPageGroupTitle{padding-top:24px;padding-bottom:10px}.myPageRow,.myPageLinkRow{border-top:1px solid #0f172a14;justify-content:space-between;align-items:center;gap:18px;min-height:78px;display:flex}.myPageRow strong,.myPageLinkRow span{color:#0f172a;font-size:20px;font-weight:900;display:block}.myPageRow p{color:#7b8494;margin:6px 0 0;font-size:14px;font-weight:750;line-height:1.5}.myPageRow em,.myPageLinkRow em{color:#64748b;flex:none;font-size:18px;font-style:normal;font-weight:900}.myPageLangButtons{background:#f1f5f9;border:1px solid #0f172a14;border-radius:999px;padding:4px;display:inline-flex}.myPageLangButtons button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:82px;height:38px;font-weight:900}.myPageLangButtons button.active{color:#fff;background:#0f172a}.myPageActionRow{border-top:1px solid #0f172a14;padding:18px 0 24px}.myPageActionRow button{width:100%}.myPageActionRow button.danger{background:#ef4444}.myPageLinkRow{color:inherit;text-decoration:none}.ecosystemsCard{padding:26px}.ecosystemsCard h2{color:#0f172a;margin:8px 0 10px;font-size:28px;line-height:1.2}.ecosystemsGrid{grid-template-columns:1fr;display:grid}.ecosystemsGrid a{color:inherit;padding:22px;text-decoration:none;display:block}.ecosystemsGrid strong,.ecosystemsGrid span{display:block}.ecosystemsGrid strong{color:#0f172a;margin-bottom:8px;font-size:20px}.ecosystemsGrid span{color:#64748b;font-weight:800;line-height:1.55}@media (max-width:640px){.myGrowthCleanPage,.myPageStandard,.ecosystemsPage{width:min(100% - 24px,720px);padding-top:18px}.myGrowthCleanHero,.myPageHero,.ecosystemsHero{border-radius:28px;padding:28px 22px}.myGrowthCleanHero{display:block}.myGrowthCleanSettingsLink{margin-top:18px;display:inline-flex}.myGrowthCleanHero h1,.myPageHero h1,.ecosystemsHero h1{font-size:42px}.myGrowthCleanHero p,.myPageHero p,.ecosystemsHero p{font-size:17px}.myGrowthCleanIdentity{grid-template-columns:1fr}.myGrowthCleanInvite{display:block}.myGrowthCleanInvite button{width:100%;margin-top:16px}.myPageRow{align-items:flex-start;padding:18px 0;display:block}.myPageRow em,.myPageLangButtons{margin-top:12px}.mainBottomNav{padding-left:10px;padding-right:10px}.mainBottomNavItem{font-size:11px}}.myPageMenuShell{width:min(100%,520px);margin:0 auto;padding:18px 16px 112px}.myPageMenuTopbar{grid-template-columns:44px 1fr auto;align-items:center;gap:12px;margin-bottom:18px;display:grid}.myPageMenuTopbar strong{color:#111827;text-align:center;font-size:15px}.myPageMenuTopbar a{color:#7c3aed;font-size:13px;font-weight:800;text-decoration:none}.myPageHamburgerButton{background:#fff;border:1px solid #7c3aed29;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;display:inline-flex;box-shadow:0 10px 24px #1f293714}.myPageHamburgerButton span{background:#4c1d95;border-radius:999px;width:18px;height:2px}.myPageMenuHero{color:#fff;background:radial-gradient(circle at 10% 0,#a855f72e,#0000 34%),linear-gradient(135deg,#6d28d9 0%,#7c3aed 46%,#4338ca 100%);border-radius:26px;grid-template-columns:58px 1fr;align-items:center;gap:14px;padding:18px;display:grid;box-shadow:0 22px 42px #4c1d953d}.myPageMenuAvatar{background:#ffffff2e;border:1px solid #fff3;border-radius:22px;place-items:center;width:58px;height:58px;font-size:26px;font-weight:900;display:grid}.myPageMenuHero span{opacity:.82;margin-bottom:4px;font-size:12px;font-weight:900;display:block}.myPageMenuHero h1{letter-spacing:-.03em;margin:0;font-size:27px;line-height:1.08}.myPageMenuHero p{opacity:.9;margin:8px 0 0;font-size:13px;line-height:1.55}.myPageMenuCard,.myPageMenuQuick{background:#fff;border:1px solid #7c3aed1a;border-radius:24px;margin-top:14px;overflow:hidden;box-shadow:0 16px 34px #1f293714}.myPageMenuCard{padding:16px}.myPageMenuCard.account{margin-top:16px}.myPageMenuCardHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.myPageMenuCardHead span,.myPageMenuRow p,.myPageMenuAccountMeta span{color:#6b7280;font-size:12px;font-weight:800}.myPageMenuCardHead h2{color:#111827;letter-spacing:-.02em;margin:5px 0 0;font-size:20px}.myPageMenuCardHead em,.myPageMenuRow em{color:#6d28d9;background:#f5f3ff;border-radius:999px;flex:none;padding:7px 10px;font-size:12px;font-style:normal;font-weight:900}.myPageMenuAccountMeta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.myPageMenuAccountMeta div{background:#fafafa;border-radius:18px;padding:13px}.myPageMenuAccountMeta strong{color:#111827;margin-top:4px;font-size:22px;line-height:1;display:block}.myPageMenuAction{color:#fff;background:#6d28d9;border:0;border-radius:18px;width:100%;margin-top:14px;padding:13px 16px;font-size:15px;font-weight:900;box-shadow:0 14px 24px #6d28d938}.myPageMenuAction.danger{background:#111827;box-shadow:0 14px 24px #11182729}.myPageMenuAction:disabled{opacity:.55}.myPageMenuMessage{color:#4c1d95;background:#f5f3ff;border-radius:16px;margin-top:10px;padding:11px 12px;font-size:13px;font-weight:800;line-height:1.45}.myPageMenuRow{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;display:flex}.myPageMenuRow:first-child{border-top:0;padding-top:0}.myPageMenuRow:last-child{padding-bottom:0}.myPageMenuRow strong{color:#111827;margin-bottom:4px;font-size:15px;display:block}.myPageMenuRow p{margin:0;line-height:1.45}.myPageMenuRow select{color:#111827;background:#f8fafc;border:1px solid #7c3aed29;border-radius:14px;outline:none;min-width:118px;height:38px;padding:0 12px;font-weight:900}.myPageMenuQuick a{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:15px 16px;text-decoration:none;display:flex}.myPageMenuQuick a:first-child{border-top:0}.myPageMenuQuick span{color:#111827;font-size:15px;font-weight:900}.myPageMenuQuick em{color:#a855f7;font-size:22px;font-style:normal;line-height:1}.myPageMenuOverlay{z-index:1200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a6b;justify-content:flex-start;align-items:stretch;display:flex;position:fixed;inset:0}.myPageDrawer{background:#fff;width:min(84vw,360px);height:100%;padding:18px 16px 28px;overflow-y:auto;box-shadow:24px 0 60px #0f172a38}.myPageDrawerHead{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:16px;display:flex}.myPageDrawerHead span{color:#7c3aed;margin-bottom:4px;font-size:12px;font-weight:900;display:block}.myPageDrawerHead strong{color:#111827;font-size:18px}.myPageDrawerHead button{color:#4c1d95;background:#f5f3ff;border:0;border-radius:14px;width:36px;height:36px;font-size:24px;line-height:1}.myPageDrawerSection{padding-top:16px}.myPageDrawerTitle{color:#6b7280;margin:0 0 8px;font-size:12px;font-weight:900}.myPageDrawerSection a{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;gap:12px;padding:13px 0;text-decoration:none;display:flex}.myPageDrawerSection a span{color:#111827;font-size:15px;font-weight:850}.myPageDrawerSection a em{color:#a855f7;font-size:20px;font-style:normal}@media (max-width:520px){.myPageMenuShell{padding:14px 12px 104px}.myPageMenuHero{border-radius:24px;padding:16px}.myPageMenuHero h1{font-size:24px}.myPageMenuRow{align-items:flex-start}.myPageMenuRow select{min-width:104px}}.myDrawerPage{color:#111827;width:min(100%,900px);margin:0 auto;padding:28px 22px 120px}.myDrawerTopbar{grid-template-columns:54px 1fr 54px;align-items:center;gap:12px;margin-bottom:24px;display:grid}.myDrawerTopbar strong{text-align:center;letter-spacing:.01em;font-size:21px;font-weight:800}.myDrawerTopbarSpacer{width:54px;height:54px;display:block}.myDrawerMenuButton{cursor:pointer;background:#fff;border:1px solid #11182714;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:54px;height:54px;display:inline-flex;box-shadow:0 14px 34px #11182714}.myDrawerMenuButton span{background:#111827;border-radius:99px;width:24px;height:2px}.myDrawerHero,.myDrawerAccountCard,.myDrawerStatusCard{background:#fff;border:1px solid #11182714;border-radius:28px;box-shadow:0 18px 46px #1118270f}.myDrawerHero{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:30px;display:flex}.myDrawerHero span{color:#c86b2b;letter-spacing:.12em;margin-bottom:8px;font-size:15px;font-weight:900;display:block}.myDrawerHero h1{letter-spacing:-.055em;margin:0;font-size:clamp(42px,8vw,64px);line-height:.96}.myDrawerHero p{color:#6b7280;max-width:520px;margin:16px 0 0;font-size:17px;font-weight:650;line-height:1.75}.myDrawerLogo{color:#fff;background:linear-gradient(135deg,#f97316 0%,#111827 100%);border-radius:28px;flex:none;place-items:center;width:86px;height:86px;font-size:40px;font-weight:900;display:grid;box-shadow:0 16px 36px #f9731638}.myDrawerAccountCard{margin-bottom:18px;padding:26px}.myDrawerAccountHead{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.myDrawerAccountHead span,.myDrawerStats span,.myDrawerStatusCard span{color:#6b7280;font-size:15px;font-weight:750;display:block}.myDrawerAccountHead strong{letter-spacing:-.035em;margin-top:8px;font-size:32px;line-height:1.1;display:block}.myDrawerAccountHead em,.myDrawerStatusCard span{color:#c86b2b;white-space:nowrap;background:#fff7ed;border-radius:999px;padding:8px 13px;font-size:14px;font-style:normal;font-weight:900}.myDrawerStats{background:#f9fafb;border:1px solid #11182712;border-radius:22px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.myDrawerStats div{padding:22px}.myDrawerStats div+div{border-left:1px solid #11182712}.myDrawerStats strong{letter-spacing:-.045em;margin-top:10px;font-size:44px;line-height:1;display:block}.myDrawerStatusCard{padding:10px 26px}.myDrawerStatusCard div{justify-content:space-between;align-items:center;gap:16px;padding:22px 0;display:flex}.myDrawerStatusCard div+div{border-top:1px solid #11182712}.myDrawerStatusCard strong{letter-spacing:-.025em;font-size:23px}.myDrawerMessage{color:#374151;background:#f9fafb;border:1px solid #11182714;border-radius:18px;margin-top:16px;padding:14px 16px;font-size:14px;font-weight:750}.myDrawerOverlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1118277a;justify-content:flex-start;display:flex;position:fixed;inset:0}.myDrawerPanel{color:#111827;background:#fff;width:min(78vw,360px);height:100%;padding:22px 20px 28px;overflow-y:auto;box-shadow:18px 0 48px #0000002e}.myDrawerPanelHead{border-bottom:1px solid #11182714;justify-content:space-between;align-items:flex-start;gap:18px;padding:8px 0 20px;display:flex}.myDrawerPanelHead span{color:#6b7280;font-size:13px;font-weight:800;display:block}.myDrawerPanelHead strong{letter-spacing:-.035em;margin-top:6px;font-size:26px;display:block}.myDrawerPanelHead button{color:#111827;cursor:pointer;background:#f3f4f6;border:0;border-radius:999px;width:38px;height:38px;font-size:24px;line-height:1}.myDrawerLanguageRow{border-bottom:1px solid #11182714;justify-content:space-between;align-items:center;gap:14px;padding:18px 0;display:flex}.myDrawerLanguageRow span{font-size:18px;font-weight:850}.myDrawerLanguageRow select{color:#111827;background:#fff;border:1px solid #1118271f;border-radius:14px;min-width:128px;padding:10px 12px;font-size:15px;font-weight:800}.myDrawerSection{padding:18px 0 4px}.myDrawerSectionTitle{color:#9ca3af;letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:900}.myDrawerSection a{color:#111827;border-bottom:1px solid #1118270f;justify-content:space-between;align-items:center;gap:14px;padding:15px 0;text-decoration:none;display:flex}.myDrawerSection a span{font-size:18px;font-weight:750}.myDrawerSection a em{color:#9ca3af;font-size:22px;font-style:normal}.myDrawerAuthArea{border-top:1px solid #11182714;margin-top:22px;padding-top:18px}.myDrawerAuthArea button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:16px;width:100%;min-height:52px;font-size:17px;font-weight:900}.myDrawerAuthArea button.danger{color:#dc2626;background:#fff1f2}.myDrawerAuthArea button:disabled{opacity:.62;cursor:not-allowed}@media (max-width:640px){.myDrawerPage{padding:22px 20px 112px}.myDrawerTopbar{grid-template-columns:50px 1fr 50px;margin-bottom:20px}.myDrawerTopbar strong{font-size:18px}.myDrawerTopbarSpacer,.myDrawerMenuButton{border-radius:17px;width:50px;height:50px}.myDrawerHero{padding:26px}.myDrawerHero h1{font-size:46px}.myDrawerHero p{font-size:16px}.myDrawerLogo{border-radius:24px;width:72px;height:72px;font-size:34px}.myDrawerAccountHead{flex-direction:column}.myDrawerAccountHead strong{font-size:30px}.myDrawerStats strong{font-size:40px}.myDrawerStatusCard strong{font-size:21px}.myDrawerPanel{width:min(82vw,340px)}}.myStandardPageV3{color:#111827;width:min(100%,760px);margin:0 auto;padding:22px 18px 112px}.myStandardTopbarV3{grid-template-columns:56px 1fr 70px;align-items:center;gap:12px;margin-bottom:18px;display:grid}.myStandardTopbarV3 strong{text-align:center;letter-spacing:.01em;color:#111827;font-size:18px}.myStandardTopbarTextV3{text-align:right;color:#9a5a22;font-size:15px;font-weight:800}.myStandardMenuButtonV3{color:#111827;background:#ffffffeb;border:1px solid #11182714;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:54px;height:54px;padding:0;display:inline-flex;box-shadow:0 12px 28px #11182714}.myStandardMenuButtonV3 span{background:currentColor;border-radius:999px;width:22px;height:2px}.myStandardAccountCardV3,.myStandardStatsCardV3,.myStandardAccessCardV3{background:#fff;border:1px solid #11182714;border-radius:28px;box-shadow:0 18px 44px #1118270f}.myStandardAccountCardV3{padding:28px}.myStandardAccountHeroV3{grid-template-columns:1fr 94px;align-items:center;gap:18px;display:grid}.myStandardAccountHeroV3 span,.myStandardStatsHeadV3 span{letter-spacing:.16em;color:#b86b2b;text-transform:uppercase;font-size:14px;font-weight:900;display:inline-block}.myStandardAccountHeroV3 h1{letter-spacing:-.08em;color:#0f172a;margin:8px 0 10px;font-size:clamp(44px,9vw,72px);line-height:.96}.myStandardAccountHeroV3 p{color:#6b7280;margin:0;font-size:18px;line-height:1.75}.myStandardPiMarkV3{color:#fff;background:#111827;border-radius:28px;place-items:center;width:92px;height:92px;font-size:38px;font-weight:900;display:grid;box-shadow:0 18px 42px #1118272e}.myStandardLoginLineV3{border-top:1px solid #11182714;justify-content:space-between;align-items:center;gap:18px;margin-top:28px;padding-top:22px;display:flex}.myStandardLoginLineV3 span{color:#6b7280;margin-bottom:8px;font-size:15px;font-weight:800;display:block}.myStandardLoginLineV3 strong{color:#111827;font-size:28px;line-height:1.1}.myStandardLoginLineV3 em,.myStandardStatsHeadV3 strong,.myStandardAccessRowV3 span{color:#9a5a22;background:#fbf2e8;border-radius:999px;flex:none;padding:9px 15px;font-size:14px;font-style:normal;font-weight:900}.myStandardStatsCardV3{margin-top:18px;padding:24px}.myStandardStatsHeadV3{justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.myStandardStatsGridV3{background:#fafafa;border:1px solid #11182714;border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.myStandardStatsGridV3 div{background:#ffffffb8;min-height:116px;padding:20px}.myStandardStatsGridV3 div:nth-child(2n){border-left:1px solid #11182714}.myStandardStatsGridV3 div:nth-last-child(-n+2){border-top:1px solid #11182714}.myStandardStatsGridV3 span{color:#6b7280;margin-bottom:12px;font-size:15px;font-weight:800;display:block}.myStandardStatsGridV3 strong{letter-spacing:-.04em;color:#111827;font-size:clamp(28px,7vw,50px);line-height:1;display:block}.myStandardAccessCardV3{margin-top:18px;padding:4px 24px}.myStandardAccessRowV3{justify-content:space-between;align-items:center;gap:18px;min-height:78px;display:flex}.myStandardAccessRowV3+.myStandardAccessRowV3{border-top:1px solid #11182714}.myStandardAccessRowV3 strong{color:#111827;font-size:21px}.myStandardMessageV3{color:#6b7280;background:#fff;border:1px solid #11182714;border-radius:22px;margin-top:18px;padding:16px 18px;font-size:15px;font-weight:800}.myStandardDrawerOverlayV3{z-index:80;background:#1118276b;justify-content:flex-start;align-items:stretch;display:flex;position:fixed;inset:0}.myStandardDrawerV3{background:#fff;flex-direction:column;width:min(78vw,300px);height:100%;padding:28px 22px 26px;display:flex;overflow-y:auto;box-shadow:24px 0 70px #11182738}.myStandardDrawerHeadV3{border-bottom:1px solid #11182714;justify-content:space-between;align-items:center;gap:16px;padding-bottom:22px;display:flex}.myStandardDrawerHeadV3 strong{color:#6b7280;letter-spacing:.01em;font-size:16px}.myStandardDrawerHeadV3 button{color:#111827;background:#f7f7f7;border:0;border-radius:50%;width:46px;height:46px;font-size:30px;line-height:1}.myStandardDrawerLanguageV3{border-bottom:1px solid #11182714;grid-template-columns:1fr 132px;align-items:center;gap:16px;padding:26px 0;display:grid}.myStandardDrawerLanguageV3 span{color:#111827;font-size:22px;font-weight:900}.myStandardDrawerLanguageV3 select{color:#111827;background:#fff;border:1px solid #1118271f;border-radius:16px;width:100%;height:48px;padding:0 14px;font-size:17px;font-weight:800}.myStandardDrawerSectionV3{border-bottom:1px solid #11182714;padding:24px 0 8px}.myStandardDrawerTitleV3{letter-spacing:.18em;color:#9ca3af;margin-bottom:8px;font-size:12px;font-weight:900}.myStandardDrawerSectionV3 a{color:#111827;justify-content:space-between;align-items:center;gap:14px;min-height:58px;font-size:20px;font-weight:850;text-decoration:none;display:flex}.myStandardDrawerSectionV3 a span{min-width:0}.myStandardDrawerSectionV3 a em{color:#9ca3af;font-size:30px;font-style:normal;line-height:1}.myStandardDrawerAuthV3{margin-top:auto;padding-top:28px}.myStandardDrawerAuthV3 button{color:#fff;background:#111827;border:0;border-radius:18px;width:100%;min-height:56px;font-size:18px;font-weight:900}.myStandardDrawerAuthV3 button.danger{color:#b45309;background:#fff;border:1px solid #b453093d}.myStandardDrawerAuthV3 button:disabled{opacity:.62}@media (max-width:520px){.myStandardPageV3{padding:18px 14px 104px}.myStandardTopbarV3{grid-template-columns:54px 1fr 58px}.myStandardAccountCardV3{border-radius:26px;padding:24px}.myStandardAccountHeroV3{grid-template-columns:1fr 82px}.myStandardPiMarkV3{border-radius:24px;width:80px;height:80px;font-size:34px}.myStandardAccountHeroV3 h1{font-size:54px}.myStandardAccountHeroV3 p{font-size:17px}.myStandardLoginLineV3{flex-direction:column;align-items:flex-start}.myStandardStatsCardV3{padding:20px}.myStandardStatsGridV3 div{min-height:108px;padding:18px}.myStandardAccessCardV3{padding:2px 20px}.myStandardAccessRowV3 strong{font-size:20px}.myStandardDrawerV3{width:min(76vw,292px);padding:26px 20px 24px}.myStandardDrawerLanguageV3{grid-template-columns:1fr 126px}.myStandardDrawerSectionV3 a{font-size:19px}}.myStandardDrawerOverlayV3{z-index:9999;background:#0f172a75;align-items:stretch;display:flex;position:fixed;inset:0}.myStandardDrawerV3{width:min(72vw,340px);max-width:340px;height:100dvh;max-height:100dvh;padding-bottom:calc(18px + env(safe-area-inset-bottom));background:#fff;flex-direction:column;display:flex;overflow-y:auto}.myStandardDrawerLanguageV3,.myStandardDrawerSectionV3{flex:none}.myStandardDrawerAuthV3{padding:18px 0 calc(18px + env(safe-area-inset-bottom));z-index:2;background:#fff;border-top:1px solid #e5e7eb;margin-top:auto;position:sticky;bottom:0}.myStandardDrawerAuthV3 button{width:100%}@media (max-width:520px){.myStandardDrawerV3{width:76vw;max-width:310px}.myStandardAccountHeroV3 span{letter-spacing:.12em}.myStandardAccountHeroV3 h1{letter-spacing:-.04em}}.myStandardAccountHeroV3,.myStandardAccountHeroV3.compact{grid-template-columns:1fr!important}.myStandardTopbarTextV3,.myStandardAccountHeroV3 span{color:#1d4ed8!important}.myStandardStatsHeadV3 strong,.myStandardAccessRowV3 span,.myStandardLoginLineV3 em{color:#1d4ed8!important;background:#eff6ff!important}.myStandardDrawerAuthV3 button:disabled{opacity:.58!important;box-shadow:none!important}@media (max-width:520px){.myStandardAccountHeroV3 h1{letter-spacing:-.06em!important;font-size:clamp(44px,12vw,66px)!important}.myStandardDrawerAuthV3 button{min-width:142px!important;height:44px!important;font-size:15px!important}}.myStandardPiMarkV3{display:none!important}.myStandardAccountHeroV3.compact{grid-template-columns:1fr!important}.myStandardTopbarTextV3,.myStandardAccountHeroV3.compact span{color:#2563eb!important}.myStandardDrawerAuthV3{justify-content:flex-start!important;padding-top:18px!important;display:flex!important}.myStandardDrawerAuthV3 button{color:#fff!important;letter-spacing:.03em!important;background:#2563eb!important;border:0!important;border-radius:999px!important;width:auto!important;min-width:142px!important;max-width:198px!important;height:44px!important;padding:0 24px!important;font-size:15px!important;font-weight:800!important;box-shadow:0 12px 28px #2563eb38!important}.myStandardDrawerAuthV3 button.danger{color:#fff!important;background:#2563eb!important}.myStandardAccessRowV3 strong{font-size:15px!important}.myStandardAccessRowV3 span{font-size:12px!important}.myStandardTopbarSpacerV3{width:44px;height:1px;display:block}.myStandardAccountHeroV3.compact p{max-width:320px!important;font-size:14px!important;line-height:1.55!important}.myStandardLoginLineV3.simple{align-items:center!important;padding-top:16px!important}.myStandardLoginLineV3.simple strong{letter-spacing:-.02em!important;word-break:break-word!important;font-size:clamp(19px,5.2vw,26px)!important;line-height:1.15!important}.myStandardLoginLineV3.simple em{display:none!important}.myStandardStatsHeadV3.clean{margin-bottom:14px!important}.myStandardStatsHeadV3.clean strong{display:none!important}.myStandardStatsGridV3 strong{font-size:clamp(20px,5.8vw,28px)!important;line-height:1.05!important}.myStandardDrawerAuthV3 button{background:#2563eb!important;min-width:142px!important;max-width:198px!important;height:44px!important}.myAccountTopGridV4{gap:10px;margin-top:18px;display:grid}.myAccountInfoRowV4{background:#f8fafc;border:1px solid #e2e8f0eb;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:13px 14px;display:flex}.myAccountInfoRowV4 span{color:#64748b;flex:none;font-size:12px;font-weight:800}.myAccountInfoRowV4 strong{color:#0f172a;text-align:right;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;font-weight:850;overflow:hidden}.myAccountInfoRowV4.primary{background:#eff6ff;border-color:#93c5fde6}.myAccountInfoRowV4.invite{align-items:flex-start}.myAccountInfoRowV4.invite>div{flex:1;min-width:0}.myAccountInfoRowV4.invite strong{color:#334155;text-align:left;max-width:100%;margin-top:4px;font-size:13px;display:block}.myAccountInfoRowV4.invite button{color:#fff;background:#2563eb;border:0;border-radius:999px;flex:none;height:34px;padding:0 14px;font-size:13px;font-weight:850}.myAccountInfoRowV4.invite button:disabled{opacity:.45}.myStandardStatsGridV3.three{grid-template-columns:repeat(3,minmax(0,1fr))!important}.myStandardStatsGridV3.three div{border-right:1px solid #e2e8f0e6;border-bottom:0!important}.myStandardStatsGridV3.three div:last-child{border-right:0!important}.myStandardDrawerV3{width:min(66vw,286px)!important;max-width:286px!important}.myStandardDrawerLanguageV3{grid-template-columns:34px 1fr!important;gap:10px!important}.myStandardDrawerLangIconV4{color:#2563eb;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;display:inline-flex}.myStandardDrawerLanguageV3 select{width:100%!important}@media (max-width:520px){.myStandardDrawerV3{width:68vw!important;min-width:248px!important;max-width:274px!important}.myStandardStatsGridV3.three{grid-template-columns:repeat(3,minmax(0,1fr))!important}.myStandardStatsGridV3.three strong{font-size:clamp(18px,5vw,24px)!important}.myAccountInfoRowV4{padding:12px 13px}.myAccountInfoRowV4 strong{font-size:14px}}.myStandardPageV3,.myStandardPageV3 *{box-sizing:border-box}.myStandardPageV3{max-width:100vw!important;overflow-x:hidden!important}.myStandardAccountCardV3,.myAccountTopGridV4{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.myAccountTopGridV4{grid-template-columns:minmax(0,1fr)!important}.myAccountInfoRowV4{grid-template-columns:86px minmax(0,1fr)!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.myAccountInfoRowV4 span,.myAccountInfoRowV4 strong,.myAccountInfoRowV4 div{min-width:0!important;max-width:100%!important}.myAccountInfoRowV4 strong{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.myAccountInfoRowV4.invite{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.myAccountInfoRowV4.invite>div{min-width:0!important;max-width:100%!important}.myAccountInfoRowV4.invite strong{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;overflow:hidden!important}.myAccountInfoRowV4.invite button{width:52px!important;min-width:52px!important;max-width:52px!important;padding:0!important}@media (max-width:420px){.myStandardPageV3{padding-left:14px!important;padding-right:14px!important}.myAccountInfoRowV4{grid-template-columns:78px minmax(0,1fr)!important;gap:8px!important;padding-left:12px!important;padding-right:12px!important}.myAccountInfoRowV4 span{font-size:11px!important}.myAccountInfoRowV4 strong{font-size:13px!important}.myAccountInfoRowV4.invite button{width:48px!important;min-width:48px!important;max-width:48px!important;height:32px!important;font-size:12px!important}}.myStandardDrawerV3{width:min(60vw,252px)!important;min-width:232px!important;max-width:252px!important;padding:28px 18px 22px!important}.myStandardDrawerHeadV3{border-bottom:1px solid #e2e8f0e6!important;margin-bottom:16px!important;padding-bottom:18px!important}.myStandardDrawerHeadV3 span{color:#64748b!important;letter-spacing:-.01em!important;font-size:13px!important;font-weight:760!important;line-height:1.2!important}.myStandardDrawerHeadV3 strong{letter-spacing:-.04em!important;color:#0f172a!important;margin-top:6px!important;font-size:23px!important;font-weight:850!important;line-height:1.08!important}.myStandardDrawerHeadV3 button{border-radius:999px!important;width:38px!important;height:38px!important;font-size:22px!important}.myStandardDrawerLanguageV3{grid-template-columns:30px minmax(0,1fr)!important;gap:10px!important;margin:4px 0 18px!important;padding:0!important}.myStandardDrawerLangIconV4{border-radius:10px!important;width:30px!important;height:30px!important;font-size:16px!important}.myStandardDrawerLanguageV3 select{border-radius:14px!important;height:42px!important;padding:0 34px 0 14px!important;font-size:15px!important;font-weight:760!important}.myStandardDrawerSectionV3,.myStandardDrawerSection{margin-top:16px!important}.myStandardDrawerTitleV3,.myStandardDrawerTitle{letter-spacing:.12em!important;text-transform:uppercase!important;color:#94a3b8!important;margin:0 0 8px!important;font-size:11px!important;font-weight:850!important;line-height:1.2!important}.myStandardDrawerSectionV3 a,.myStandardDrawerSection a{border-bottom:1px solid #e2e8f0db!important;min-height:52px!important;padding:0!important}.myStandardDrawerSectionV3 a span,.myStandardDrawerSection a span{letter-spacing:-.02em!important;color:#0f172a!important;font-size:17px!important;font-weight:780!important;line-height:1.25!important}.myStandardDrawerSectionV3 a em,.myStandardDrawerSection a em{color:#94a3b8!important;font-size:24px!important}.myStandardDrawerAuthV3{border-top:1px solid #e2e8f0e6!important;margin-top:22px!important;padding-top:18px!important}.myStandardDrawerAuthV3 button{color:#fff!important;background:#2563eb!important;border-radius:999px!important;width:148px!important;min-width:148px!important;max-width:168px!important;height:42px!important;font-size:15px!important;font-weight:850!important;box-shadow:0 10px 22px #2563eb2e!important}.myStandardDrawerAuthV3 button.danger{background:#2563eb!important}@media (max-width:420px){.myStandardDrawerV3{width:60vw!important;min-width:224px!important;max-width:248px!important;padding:26px 17px 20px!important}.myStandardDrawerHeadV3 strong{font-size:22px!important}.myStandardDrawerSectionV3 a,.myStandardDrawerSection a{min-height:50px!important}.myStandardDrawerSectionV3 a span,.myStandardDrawerSection a span{font-size:16px!important}.myStandardDrawerAuthV3 button{width:142px!important;min-width:142px!important;height:42px!important}}.myAccountInfoRowV4.primary{box-shadow:none!important;background:#f8fafc!important;border-color:#e2e8f0eb!important}.myAccountInfoRowV4.primary span{color:#64748b!important}.myAccountInfoRowV4.primary strong{color:#2563eb!important}.myAccountInfoRowV4{box-shadow:none!important}.myAccountInfoRowV4.invite button{background:#2563eb!important}.myStandardAccountHeroV3.compact h1{letter-spacing:-.052em!important;font-size:clamp(30px,7.4vw,42px)!important;line-height:1.02!important}.myStandardAccountHeroV3.compact p{color:#64748b!important;max-width:360px!important;margin-top:12px!important;font-size:14px!important;line-height:1.62!important}.myStandardDrawerLanguageV3{width:100%!important;margin:6px 0 18px!important;padding:0!important;display:block!important;position:relative!important}.myStandardDrawerLangIconV4{z-index:2!important;color:#2563eb!important;pointer-events:none!important;background:0 0!important;border-radius:0!important;width:24px!important;height:24px!important;font-size:17px!important;position:absolute!important;top:50%!important;left:13px!important;transform:translateY(-50%)!important}.myStandardDrawerLanguageV3 select{color:#0f172a!important;width:100%!important;height:44px!important;box-shadow:none!important;background-color:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:14px!important;padding:0 38px 0 46px!important;font-size:15px!important;font-weight:760!important}@media (max-width:420px){.myStandardAccountHeroV3.compact h1{font-size:clamp(29px,7.2vw,38px)!important}.myStandardAccountHeroV3.compact p{font-size:13.5px!important}.myStandardDrawerLanguageV3 select{height:42px!important;font-size:14.5px!important}}.myStandardDrawerLanguageV3.custom{grid-template-columns:32px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;width:100%!important;margin:6px 0 18px!important;padding:0!important;display:grid!important}.myStandardDrawerLanguageV3.custom .myStandardDrawerLangIconV4{color:#2563eb!important;background:#eff6ff!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;font-size:17px!important;display:inline-flex!important;position:static!important;transform:none!important}.myStandardDrawerLangButtonsV5{background:#f8fafc!important;border:1px solid #e2e8f0f2!important;border-radius:16px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;width:100%!important;min-width:0!important;padding:5px!important;display:grid!important}.myStandardDrawerLangButtonsV5 button{color:#64748b!important;letter-spacing:-.01em!important;background:0 0!important;border:0!important;border-radius:12px!important;width:100%!important;min-width:0!important;height:34px!important;font-size:14px!important;font-weight:820!important}@media (max-width:420px){.myStandardDrawerLanguageV3.custom{grid-template-columns:30px minmax(0,1fr)!important;gap:9px!important}.myStandardDrawerLanguageV3.custom .myStandardDrawerLangIconV4{width:30px!important;height:30px!important;font-size:16px!important}.myStandardDrawerLangButtonsV5{border-radius:15px!important;gap:5px!important;padding:4px!important}.myStandardDrawerLangButtonsV5 button{height:32px!important;font-size:13.5px!important}}.myStandardDrawerLanguageV3.custom{grid-template-columns:28px minmax(0,112px)!important;justify-content:start!important;gap:10px!important;margin:4px 0 18px!important}.myStandardDrawerLanguageV3.custom .myStandardDrawerLangIconV4{color:#2563eb!important;background:#eff6ff!important;border-radius:10px!important;width:28px!important;height:28px!important;font-size:15px!important}.myStandardDrawerLangButtonsV5{background:#f8fafc!important;border:1px solid #e2e8f0f2!important;border-radius:14px!important;grid-template-columns:repeat(2,1fr)!important;gap:4px!important;width:112px!important;min-width:112px!important;max-width:112px!important;padding:4px!important}.myStandardDrawerLangButtonsV5 button{letter-spacing:.01em!important;color:#64748b!important;border-radius:10px!important;height:30px!important;font-size:13px!important;font-weight:850!important}.myStandardDrawerLangButtonsV5 button.active{color:#fff!important;background:#2563eb!important;box-shadow:0 6px 14px #2563eb26!important}@media (max-width:420px){.myStandardDrawerLanguageV3.custom{grid-template-columns:28px minmax(0,108px)!important}.myStandardDrawerLangButtonsV5{width:108px!important;min-width:108px!important;max-width:108px!important}.myStandardDrawerLangButtonsV5 button{height:30px!important;font-size:12.5px!important}}.myStandardDrawerLanguageV3.custom{grid-template-columns:26px 92px!important;justify-content:start!important;gap:9px!important;width:auto!important}.myStandardDrawerLanguageV3.custom .myStandardDrawerLangIconV4{background:0 0!important;width:26px!important;height:26px!important;font-size:14px!important}.myStandardDrawerLangButtonsV5{border-radius:12px!important;gap:3px!important;width:92px!important;min-width:92px!important;max-width:92px!important;padding:3px!important}.myStandardDrawerLangButtonsV5 button{border-radius:9px!important;height:28px!important;font-size:12px!important;font-weight:850!important}.ecosystemsFeaturedPageV1{padding-bottom:118px!important}.ecosystemsFeaturedTopbarV1{align-items:center!important}.ecosystemsFeaturedHeroV1{background:radial-gradient(circle at 18% 0,#2563eb14,#0000 32%),linear-gradient(#fff 0%,#fbfdff 100%)!important}.ecosystemsFeaturedSectionV1,.ecosystemsFeaturedStageV1{background:#fff!important;border:1px solid #e2e8f0eb!important;border-radius:28px!important;box-shadow:0 18px 46px #0f172a0f!important}.ecosystemsFeaturedSectionV1{margin-top:18px!important;padding:24px!important}.ecosystemsFeaturedHeadV1{justify-content:space-between!important;align-items:flex-start!important;gap:16px!important;margin-bottom:18px!important;display:flex!important}.ecosystemsFeaturedHeadV1 span,.ecosystemsFeaturedStageV1 span{letter-spacing:.16em!important;text-transform:uppercase!important;color:#2563eb!important;font-size:13px!important;font-weight:850!important;display:block!important}.ecosystemsFeaturedHeadV1 h2,.ecosystemsFeaturedStageV1 h2{letter-spacing:-.04em!important;color:#0f172a!important;margin:8px 0 0!important;font-size:24px!important;line-height:1.18!important}.ecosystemsFeaturedHeadV1 em{color:#2563eb!important;background:#eff6ff!important;border-radius:999px!important;flex:none!important;padding:8px 12px!important;font-size:12px!important;font-style:normal!important;font-weight:850!important}.ecosystemsFeaturedListV1{gap:12px!important;display:grid!important}.ecosystemsFeaturedItemV1{background:#f8fafc!important;border:1px solid #e2e8f0db!important;border-radius:22px!important;grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;padding:16px!important;display:grid!important}.ecosystemsFeaturedLogoV1{color:#fff!important;letter-spacing:-.04em!important;background:#0f172a!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;width:54px!important;height:54px!important;font-size:16px!important;font-weight:900!important;display:flex!important}.ecosystemsFeaturedMainV1{min-width:0!important}.ecosystemsFeaturedTitleV1{justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.ecosystemsFeaturedTitleV1 h3{color:#0f172a!important;letter-spacing:-.03em!important;min-width:0!important;margin:0!important;font-size:18px!important;font-weight:900!important;line-height:1.2!important}.ecosystemsFeaturedTitleV1 span{color:#2563eb!important;background:#eff6ff!important;border-radius:999px!important;flex:none!important;padding:6px 9px!important;font-size:11px!important;font-weight:850!important}.ecosystemsFeaturedMainV1 p{color:#64748b!important;margin:7px 0 0!important;font-size:13.5px!important;line-height:1.58!important}.ecosystemsFeaturedMetaV1{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-top:10px!important;display:flex!important}.ecosystemsFeaturedMetaV1 strong,.ecosystemsFeaturedMetaV1 em{font-size:11.5px!important;font-style:normal!important;font-weight:800!important}.ecosystemsFeaturedMetaV1 strong{color:#0f172a!important}.ecosystemsFeaturedMetaV1 em{color:#94a3b8!important}.ecosystemsFeaturedNoticeV1{color:#64748b!important;background:#f8fafc!important;border-radius:18px!important;margin:16px 0 0!important;padding:13px 14px!important;font-size:12.5px!important;line-height:1.58!important}.ecosystemsFeaturedStageV1,.ecosystemsFeaturedActionsV1{margin-top:18px!important}.ecosystemsFeaturedActionsV1 a{background:#fff!important}@media (max-width:420px){.ecosystemsFeaturedSectionV1{border-radius:24px!important;padding:18px!important}.ecosystemsFeaturedHeadV1 h2,.ecosystemsFeaturedStageV1 h2{font-size:21px!important}.ecosystemsFeaturedItemV1{border-radius:20px!important;grid-template-columns:48px minmax(0,1fr)!important;gap:12px!important;padding:14px!important}.ecosystemsFeaturedLogoV1{border-radius:16px!important;width:48px!important;height:48px!important;font-size:14px!important}.ecosystemsFeaturedTitleV1 h3{font-size:17px!important}.ecosystemsFeaturedTitleV1 span{font-size:10.5px!important}.ecosystemsFeaturedMainV1 p{font-size:13px!important}}.ecosystemsLogosLinksV2 .ecosystemsFeaturedItemV2{background:#fff!important;grid-template-columns:62px minmax(0,1fr)!important;align-items:flex-start!important}.ecosystemsLogosLinksV2 .ecosystemsFeaturedLogoV2{background:#f8fafc!important;border:1px solid #e2e8f0f2!important;border-radius:20px!important;width:62px!important;height:62px!important;overflow:hidden!important;box-shadow:0 10px 24px #0f172a0f!important}.ecosystemsLogosLinksV2 .ecosystemsFeaturedLogoV2 img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.ecosystemsLogosLinksV2 .ecosystemsFeaturedMainV2{gap:8px!important;display:grid!important}.ecosystemsLogosLinksV2 .ecosystemsFeaturedTitleV2{align-items:flex-start!important}.ecosystemsLogosLinksV2 .ecosystemsFeaturedOpenV2{color:#fff!important;background:#2563eb!important;border-radius:999px!important;width:fit-content!important;margin-top:2px!important;padding:8px 14px!important;font-size:12.5px!important;font-weight:850!important;text-decoration:none!important;box-shadow:0 10px 20px #2563eb29!important}.ecosystemsLogosLinksV2 .ecosystemsFeaturedOpenV2:active{transform:translateY(1px)!important}@media (max-width:420px){.ecosystemsLogosLinksV2 .ecosystemsFeaturedItemV2{grid-template-columns:54px minmax(0,1fr)!important}.ecosystemsLogosLinksV2 .ecosystemsFeaturedLogoV2{border-radius:18px!important;width:54px!important;height:54px!important}.ecosystemsLogosLinksV2 .ecosystemsFeaturedOpenV2{padding:7px 12px!important;font-size:12px!important}}.ecosystemsCompactPageV3{padding-bottom:118px!important}.ecosystemsCompactHeroV3{background:radial-gradient(circle at 18% 0,#2563eb14,#0000 32%),linear-gradient(#fff 0%,#fbfdff 100%)!important}.ecosystemsCompactSectionV3{background:#fff!important;border:1px solid #e2e8f0eb!important;border-radius:28px!important;margin-top:18px!important;padding:22px!important;box-shadow:0 18px 46px #0f172a0f!important}.ecosystemsCompactHeadV3{justify-content:space-between!important;align-items:flex-start!important;gap:14px!important;margin-bottom:14px!important;display:flex!important}.ecosystemsCompactHeadV3 span,.ecosystemsCompactStageV3 span{color:#2563eb!important;letter-spacing:.16em!important;text-transform:uppercase!important;font-size:12px!important;font-weight:880!important;display:block!important}.ecosystemsCompactHeadV3 h2,.ecosystemsCompactStageV3 h2{color:#0f172a!important;letter-spacing:-.04em!important;margin:7px 0 0!important;font-size:22px!important;font-weight:920!important;line-height:1.18!important}.ecosystemsCompactHeadV3 em{color:#2563eb!important;background:#eff6ff!important;border-radius:999px!important;flex:none!important;padding:7px 11px!important;font-size:11.5px!important;font-style:normal!important;font-weight:850!important}.ecosystemsCompactListV3{gap:10px!important;display:grid!important}.ecosystemsCompactItemV3{background:#f8fafc!important;border:1px solid #e2e8f0e6!important;border-radius:20px!important;grid-template-columns:46px minmax(0,1fr) auto 16px!important;align-items:center!important;gap:12px!important;min-height:68px!important;padding:11px 13px!important;text-decoration:none!important;display:grid!important}.ecosystemsCompactItemV3 img{object-fit:cover!important;background:#fff!important;border:1px solid #e2e8f0cc!important;border-radius:14px!important;width:46px!important;height:46px!important}.ecosystemsCompactItemV3 strong{color:#0f172a!important;letter-spacing:-.03em!important;white-space:nowrap!important;text-overflow:ellipsis!important;min-width:0!important;font-size:17px!important;font-weight:900!important;line-height:1.18!important;overflow:hidden!important}.ecosystemsCompactItemV3 span{color:#2563eb!important;white-space:nowrap!important;background:#eff6ff!important;border-radius:999px!important;flex:none!important;padding:6px 9px!important;font-size:11.5px!important;font-weight:850!important}.ecosystemsCompactItemV3 em{color:#94a3b8!important;font-size:24px!important;font-style:normal!important;font-weight:500!important;line-height:1!important}.ecosystemsCompactNoticeV3{color:#64748b!important;background:#f8fafc!important;border-radius:16px!important;margin:14px 0 0!important;padding:12px 13px!important;font-size:12.5px!important;line-height:1.55!important}.ecosystemsCompactStageV3,.ecosystemsCompactActionsV3{margin-top:18px!important}.ecosystemsCompactActionsV3 a{background:#fff!important}@media (max-width:420px){.ecosystemsCompactSectionV3{border-radius:24px!important;padding:18px!important}.ecosystemsCompactHeadV3 h2,.ecosystemsCompactStageV3 h2{font-size:20px!important}.ecosystemsCompactItemV3{border-radius:18px!important;grid-template-columns:42px minmax(0,1fr) auto 14px!important;gap:10px!important;min-height:62px!important;padding:10px 12px!important}.ecosystemsCompactItemV3 img{border-radius:13px!important;width:42px!important;height:42px!important}.ecosystemsCompactItemV3 strong{font-size:16px!important}.ecosystemsCompactItemV3 span{padding:5px 8px!important;font-size:10.5px!important}}.ecosystemsCompactActionsTwoV4{grid-template-columns:repeat(2,minmax(0,1fr))!important}@media (max-width:520px){.ecosystemsCompactActionsTwoV4{grid-template-columns:1fr!important}}.ecosystemsCompactHeroV3{padding:26px 24px!important}.ecosystemsCompactHeroV3>span{display:none!important}.ecosystemsCompactHeroV3 h1{letter-spacing:-.045em!important;margin-top:0!important;font-size:28px!important;line-height:1.16!important}.ecosystemsCompactHeroV3 p{color:#64748b!important;margin-top:10px!important;font-size:14px!important;line-height:1.62!important}.ecosystemsCompactSectionV3{margin-top:14px!important;padding:18px!important}.ecosystemsCompactHeadV3{margin-bottom:12px!important}.ecosystemsCompactHeadV3>div>span,.ecosystemsCompactHeadV3>em{display:none!important}.ecosystemsCompactHeadV3 h2{letter-spacing:-.035em!important;margin:0!important;font-size:18px!important;line-height:1.18!important}.ecosystemsCompactItemV3{border-radius:17px!important;min-height:58px!important;padding:9px 11px!important}.ecosystemsCompactItemV3 img{border-radius:12px!important;width:40px!important;height:40px!important}.ecosystemsCompactItemV3 strong{font-size:15.5px!important;line-height:1.2!important}.ecosystemsCompactItemV3 span{padding:5px 8px!important;font-size:10.5px!important}.ecosystemsCompactNoticeV3{margin-top:12px!important;padding:10px 11px!important;font-size:11.8px!important;line-height:1.55!important}.ecosystemsCompactActionsV3{margin-top:14px!important}@media (max-width:420px){.ecosystemsCompactHeroV3{padding:22px 20px!important}.ecosystemsCompactHeroV3 h1{font-size:25px!important}.ecosystemsCompactHeroV3 p{font-size:13.5px!important}.ecosystemsCompactSectionV3{padding:16px!important}.ecosystemsCompactHeadV3 h2{font-size:17px!important}.ecosystemsCompactItemV3{grid-template-columns:38px minmax(0,1fr) auto 14px!important;min-height:56px!important}.ecosystemsCompactItemV3 img{width:38px!important;height:38px!important}.ecosystemsCompactItemV3 strong{font-size:15px!important}}.myGrowthStandardPageV4{color:#0f172a!important;width:min(100%,760px)!important;margin:0 auto!important;padding:18px 16px 118px!important}.myGrowthStandardTopbarV4{justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-bottom:14px!important;display:flex!important}.myGrowthStandardTopbarV4 strong{color:#0f172a!important;letter-spacing:-.02em!important;font-size:15px!important;font-weight:900!important}.myGrowthStandardTopbarV4 a{color:#2563eb!important;font-size:13px!important;font-weight:850!important;text-decoration:none!important}.myGrowthStandardHeroV4,.myGrowthStandardNoticeV4,.myGrowthStandardProfileV4,.myGrowthStandardStatsV4,.myGrowthStandardInviteV4,.myGrowthStandardPanelV4{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:24px!important;box-shadow:0 16px 42px #0f172a0e!important}.myGrowthStandardHeroV4{background:radial-gradient(circle at 14% 0,#2563eb14,#0000 34%),linear-gradient(#fff 0%,#fbfdff 100%)!important;padding:24px!important}.myGrowthStandardHeroV4 h1{color:#0f172a!important;letter-spacing:-.055em!important;margin:0!important;font-size:28px!important;font-weight:950!important;line-height:1.14!important}.myGrowthStandardHeroV4 p{color:#64748b!important;margin:10px 0 0!important;font-size:14px!important;line-height:1.62!important}.myGrowthStandardNoticeV4{background:#f8fafc!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-top:14px!important;padding:16px!important;display:flex!important}.myGrowthStandardNoticeV4 strong,.myGrowthStandardInviteV4 strong{color:#0f172a!important;font-size:14px!important;font-weight:900!important}.myGrowthStandardNoticeV4 p,.myGrowthStandardInviteV4 p,.myGrowthStandardPanelV4 p{color:#64748b!important;margin:6px 0 0!important;font-size:13px!important;line-height:1.56!important}.myGrowthStandardNoticeV4 a{color:#fff!important;background:#2563eb!important;border-radius:999px!important;flex:none!important;padding:9px 13px!important;font-size:12px!important;font-weight:850!important;text-decoration:none!important}.myGrowthStandardProfileV4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:14px!important;padding:16px!important;display:grid!important}.myGrowthStandardProfileV4 div,.myGrowthStandardStatsV4 div{background:#f8fafc!important;border:1px solid #e2e8f0d1!important;border-radius:18px!important;min-width:0!important}.myGrowthStandardProfileV4 div{padding:14px!important}.myGrowthStandardProfileV4 span,.myGrowthStandardStatsV4 span,.myGrowthStandardStatsV4 em,.myGrowthStandardPanelHeadV4 span{color:#64748b!important;font-size:12px!important;font-weight:780!important;line-height:1.2!important;display:block!important}.myGrowthStandardProfileV4 strong{color:#0f172a!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-top:8px!important;font-size:15px!important;font-weight:900!important;line-height:1.22!important;display:block!important;overflow:hidden!important}.myGrowthStandardStatsV4{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:14px!important;padding:12px!important;display:grid!important}.myGrowthStandardStatsV4 div{padding:14px 12px!important}.myGrowthStandardStatsV4 strong{color:#0f172a!important;letter-spacing:-.045em!important;margin-top:8px!important;font-size:24px!important;font-weight:950!important;line-height:1!important;display:block!important}.myGrowthStandardStatsV4 em{color:#94a3b8!important;margin-top:7px!important;font-size:11px!important;font-style:normal!important}.myGrowthStandardInviteV4{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;margin-top:14px!important;padding:16px!important;display:grid!important}.myGrowthStandardInviteV4 button{color:#fff!important;cursor:pointer!important;background:#2563eb!important;border:0!important;border-radius:999px!important;width:76px!important;height:40px!important;font-size:13px!important;font-weight:850!important}.myGrowthStandardInviteV4 button:disabled{cursor:not-allowed!important;opacity:.45!important}.myGrowthStandardPanelV4{margin-top:14px!important;padding:18px!important}.myGrowthStandardPanelHeadV4{justify-content:space-between!important;align-items:flex-start!important;gap:14px!important;display:flex!important}.myGrowthStandardPanelHeadV4 h2{color:#0f172a!important;letter-spacing:-.04em!important;margin:6px 0 0!important;font-size:18px!important;font-weight:920!important;line-height:1.22!important}.myGrowthStandardActionsV4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:14px!important;display:grid!important}.myGrowthStandardActionsV4 a{color:#2563eb!important;background:#eff6ff!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;font-size:13px!important;font-weight:850!important;text-decoration:none!important;display:flex!important}.myGrowthStandardRecordListV4{gap:10px!important;margin-top:14px!important;display:grid!important}.myGrowthStandardRecordV4{background:#f8fafc!important;border:1px solid #e2e8f0d1!important;border-radius:16px!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;padding:12px 13px!important;display:flex!important}.myGrowthStandardRecordV4 strong{color:#0f172a!important;font-size:13.5px!important;font-weight:850!important;display:block!important}.myGrowthStandardRecordV4 span{color:#94a3b8!important;margin-top:4px!important;font-size:11.5px!important;font-weight:700!important;display:block!important}.myGrowthStandardRecordV4 em{color:#2563eb!important;flex:none!important;font-size:14px!important;font-style:normal!important;font-weight:900!important}.myGrowthStandardEmptyV4,.myGrowthStandardMessageV4{color:#64748b!important;background:#f8fafc!important;border-radius:16px!important;margin-top:14px!important;padding:14px!important;font-size:13px!important;font-weight:760!important;line-height:1.55!important}.myGrowthStandardMessageV4{color:#2563eb!important;background:#eff6ff!important}@media (max-width:520px){.myGrowthStandardPageV4{padding:16px 14px 112px!important}.myGrowthStandardHeroV4{border-radius:22px!important;padding:20px!important}.myGrowthStandardHeroV4 h1{font-size:25px!important}.myGrowthStandardHeroV4 p{font-size:13.5px!important}.myGrowthStandardNoticeV4{flex-direction:column!important;align-items:flex-start!important}.myGrowthStandardProfileV4{grid-template-columns:1fr!important}.myGrowthStandardStatsV4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.myGrowthStandardStatsV4 strong{font-size:22px!important}.myGrowthStandardInviteV4{grid-template-columns:1fr auto!important}.myGrowthStandardActionsV4{grid-template-columns:1fr!important}}.myGrowthStandardTopbarV4,.ecosystemsCompactTopbarV3{display:none!important}.myGrowthStandardHeroV5{margin-top:0!important}.myGrowthStandardHeroHeadV5{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;display:grid!important}.myGrowthStandardHeroIdentityV5{text-align:left!important;background:#eff6ff!important;border:1px solid #2563eb24!important;border-radius:18px!important;min-width:118px!important;padding:12px 13px!important}.myGrowthStandardHeroIdentityV5 span{color:#2563eb!important;font-size:11.5px!important;font-weight:850!important;line-height:1.2!important;display:block!important}.myGrowthStandardHeroIdentityV5 strong{color:#0f172a!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:138px!important;margin-top:7px!important;font-size:14px!important;font-weight:920!important;line-height:1.2!important;display:block!important;overflow:hidden!important}.myGrowthStandardMemberRuleV5{margin-top:14px!important}.myGrowthStandardMemberRuleV5 a{color:#fff!important;background:#2563eb!important;border-radius:22px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:14px 16px!important;text-decoration:none!important;display:grid!important;box-shadow:0 16px 34px #2563eb2e!important}.myGrowthStandardMemberRuleV5 strong{color:#fff!important;font-size:15px!important;font-weight:920!important;line-height:1.2!important}.myGrowthStandardMemberRuleV5 span{color:#ffffffd1!important;text-align:right!important;font-size:12px!important;font-weight:760!important;line-height:1.35!important}.ecosystemsCompactPageV3{padding-top:16px!important}@media (max-width:520px){.myGrowthStandardHeroHeadV5{grid-template-columns:1fr!important}.myGrowthStandardHeroIdentityV5{width:100%!important}.myGrowthStandardHeroIdentityV5 strong{max-width:100%!important}.myGrowthStandardMemberRuleV5 a{grid-template-columns:1fr!important;gap:6px!important}.myGrowthStandardMemberRuleV5 span{text-align:left!important}.ecosystemsCompactPageV3{padding-top:14px!important}}.myGrowthForceV6Page{padding-top:16px!important}.myGrowthForceV6Hero{margin-top:0!important}.myGrowthForceV6HeroMain{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;display:grid!important}.myGrowthForceV6Member{background:#eff6ff!important;border:1px solid #2563eb24!important;border-radius:18px!important;min-width:120px!important;padding:12px 13px!important}.myGrowthForceV6Member span{color:#2563eb!important;font-size:11.5px!important;font-weight:850!important;line-height:1.2!important;display:block!important}.myGrowthForceV6Member strong{color:#0f172a!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin-top:7px!important;font-size:14px!important;font-weight:920!important;line-height:1.2!important;display:block!important;overflow:hidden!important}.myGrowthForceV6MemberRule{margin-top:14px!important}.myGrowthForceV6MemberRule a{color:#fff!important;background:#2563eb!important;border-radius:22px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:14px 16px!important;text-decoration:none!important;display:grid!important;box-shadow:0 16px 34px #2563eb2e!important}.myGrowthForceV6MemberRule strong{color:#fff!important;font-size:15px!important;font-weight:920!important;line-height:1.2!important}.myGrowthForceV6MemberRule span{color:#ffffffd1!important;text-align:right!important;font-size:12px!important;font-weight:760!important;line-height:1.35!important}@media (max-width:520px){.myGrowthForceV6HeroMain{grid-template-columns:1fr!important}.myGrowthForceV6Member{width:100%!important}.myGrowthForceV6MemberRule a{grid-template-columns:1fr!important;gap:6px!important}.myGrowthForceV6MemberRule span{text-align:left!important}}.myGrowthNoJumpV7Page{padding-top:16px!important}.myGrowthNoJumpV7Hero{margin-top:0!important;padding:24px!important}.myGrowthNoJumpV7MemberRule{margin-top:14px!important}.myGrowthNoJumpV7MemberRule a{color:#fff!important;background:#2563eb!important;border-radius:20px!important;justify-content:center!important;align-items:center!important;min-height:50px!important;padding:13px 16px!important;text-decoration:none!important;display:flex!important;box-shadow:0 14px 30px #2563eb29!important}.myGrowthNoJumpV7MemberRule strong{color:#fff!important;font-size:15px!important;font-weight:920!important;line-height:1.2!important}.myGrowthNoJumpV7Records{margin-top:14px!important}@media (max-width:520px){.myGrowthNoJumpV7Hero{padding:20px!important}.myGrowthNoJumpV7MemberRule a{min-height:48px!important}}.homeStandardBlueV8{color:#0f172a!important;background:radial-gradient(circle at 18% 0,#2563eb14,#0000 34%),linear-gradient(#fff 0%,#fbfdff 100%)!important;border:1px solid #e2e8f0f2!important;border-radius:26px!important;box-shadow:0 18px 46px #0f172a0f!important}.homeStandardBlueV8 .homeCleanTopbar .brand{color:#0000!important;background:url(/ecotrust-logo.svg) 50%/cover no-repeat!important;border-radius:14px!important;flex:0 0 40px!important;width:40px!important;height:40px!important;font-size:0!important;line-height:0!important;display:block!important;overflow:hidden!important;box-shadow:0 12px 26px #2563eb2e!important}.homeStandardBlueV8 .contentBlock{padding-top:2px!important}.homeStandardBlueV8 .contentBlock h1{color:#0f172a!important;letter-spacing:-.06em!important;font-size:34px!important;font-weight:950!important;line-height:1.08!important}.homeStandardBlueV8 .contentBlock .lead{color:#64748b!important;font-size:15px!important;line-height:1.62!important}.homeStandardBlueV8 .taskHeroLine{color:#2563eb!important;background:#eff6ff!important;border:1px solid #2563eb1f!important}.homeStandardBlueV8 .taskBoardV3{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:24px!important;box-shadow:0 14px 34px #0f172a0b!important}.homeStandardBlueV8 .taskBoardV3Header h2,.homeStandardBlueV8 .taskBoardV3TitleLine strong{color:#0f172a!important}.homeStandardBlueV8 .taskBoardV3Header p,.homeStandardBlueV8 .taskBoardV3Main p{color:#64748b!important}.homeStandardBlueV8 .taskBoardV3Stats,.homeStandardBlueV8 .taskBoardV3Row{background:#f8fafc!important;border:1px solid #e2e8f0d1!important}.homeStandardBlueV8 .taskBoardV3Icon{color:#2563eb!important;background:#eff6ff!important}.homeStandardBlueV8 .taskBoardV3Row button,.homeStandardBlueV8 .taskBoardV3Button,.homeStandardBlueV8 .taskBoardV3Button.green{color:#fff!important;background:#2563eb!important;border:0!important;box-shadow:0 10px 22px #2563eb29!important}.homeStandardBlueV8 .taskBoardV3Row button:disabled{color:#64748b!important;box-shadow:none!important;background:#e2e8f0!important}.homeStandardBlueV8 .taskBoardV3RuleSupport a{color:#2563eb!important;background:#eff6ff!important;border:1px solid #2563eb1f!important}@media (max-width:520px){.homeStandardBlueV8{border-radius:24px!important}.homeStandardBlueV8 .homeCleanTopbar .brand{border-radius:13px!important;flex-basis:38px!important;width:38px!important;height:38px!important}.homeStandardBlueV8 .contentBlock h1{font-size:30px!important}}.homeStandardBlueV8{padding-top:22px!important}.homeStandardBlueV8 .homeCleanTopbar{min-height:34px!important;margin-bottom:22px!important}.homeStandardBlueV8 .homeCleanTopbar .brand{border-radius:12px!important;flex-basis:34px!important;width:34px!important;height:34px!important;box-shadow:0 10px 22px #2563eb29!important}.homeStandardBlueV8 .contentBlock{margin-top:0!important;padding-top:0!important}.homeStandardBlueV8 .contentBlock h1{margin-top:0!important}@media (max-width:520px){.homeStandardBlueV8{padding-top:20px!important}.homeStandardBlueV8 .homeCleanTopbar{min-height:32px!important;margin-bottom:20px!important}.homeStandardBlueV8 .homeCleanTopbar .brand{border-radius:11px!important;flex-basis:32px!important;width:32px!important;height:32px!important}}.homeStandardBlueV8 .contentBlock h1{color:#0f172a!important;letter-spacing:-.055em!important;margin-top:0!important;font-size:32px!important;font-weight:950!important;line-height:1.12!important}@media (max-width:520px){.homeStandardBlueV8 .homeCleanTopbar{min-height:36px!important;margin-bottom:18px!important}.homeStandardBlueV8 .homeCleanTopbar .brand{gap:9px!important;height:36px!important;font-size:14.5px!important;line-height:36px!important}.homeStandardBlueV8 .homeCleanTopbar .brand:before{border-radius:11px!important;flex-basis:34px!important;width:34px!important;height:34px!important}.homeStandardBlueV8 .contentBlock h1{font-size:28px!important}}.homeStandardBlueV8 .homeCleanTopbar{justify-content:flex-start!important;align-items:center!important;min-height:44px!important;margin-bottom:18px!important;display:flex!important}.homeStandardBlueV8 .homeCleanTopbar .brand{color:#0f172a!important;letter-spacing:-.035em!important;width:auto!important;height:44px!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;flex:none!important;align-items:center!important;gap:12px!important;font-size:19px!important;font-weight:950!important;line-height:44px!important;display:inline-flex!important;overflow:visible!important}.homeStandardBlueV8 .homeCleanTopbar .brand:before{content:""!important;background:url(/ecotrust-logo-official.webp) 50%/cover no-repeat!important;border-radius:14px!important;flex:0 0 44px!important;width:44px!important;height:44px!important;display:block!important;box-shadow:0 10px 24px #0f172a29!important}@media (max-width:520px){.homeStandardBlueV8 .homeCleanTopbar{min-height:42px!important}.homeStandardBlueV8 .homeCleanTopbar .brand{gap:11px!important;height:42px!important;font-size:18px!important;line-height:42px!important}.homeStandardBlueV8 .homeCleanTopbar .brand:before{border-radius:13px!important;flex-basis:42px!important;width:42px!important;height:42px!important}}.homeStandardBlueV8 .homeCleanTopbar .brand:before{background:url(/ecotrust-logo-official-v12.webp) 50%/cover no-repeat!important}.homeStandardBlueV8 .homeCleanTopbar .brand{letter-spacing:-.035em!important;color:#0f172a!important;font-size:19px!important;font-weight:950!important}.homeStandardBlueV8 .homeCleanTopbar .brand:before{background:url(/ecotrust-home-logo-v14.svg) 50%/cover no-repeat!important;border-radius:14px!important;flex-basis:42px!important;width:42px!important;height:42px!important;box-shadow:0 10px 24px #2563eb29!important}@media (max-width:520px){.homeStandardBlueV8 .homeCleanTopbar .brand{font-size:18px!important}.homeStandardBlueV8 .homeCleanTopbar .brand:before{border-radius:13px!important;flex-basis:40px!important;width:40px!important;height:40px!important}}.homeStandardBlueV8 .homeCleanTopbar .brand:before{background:url(/ecotrust-home-logo-v15.svg) 50%/cover no-repeat!important;box-shadow:0 10px 22px #2563eb24!important}.homeStandardBlueV8 .homeCleanTopbar{margin-bottom:16px!important}.homeStandardBlueV8 .homeCleanTopbar .brand{letter-spacing:-.035em!important;font-size:18px!important;font-weight:950!important;line-height:40px!important}.homeStandardBlueV8 .contentBlock h1{letter-spacing:-.055em!important;margin-bottom:9px!important;font-size:28px!important;font-weight:950!important;line-height:1.16!important}.homeStandardBlueV8 .contentBlock .lead{color:#64748b!important;font-size:13.5px!important;font-weight:720!important;line-height:1.58!important}.homeStandardBlueV8 .taskBoardV3{margin-top:16px!important;padding:16px!important}.homeStandardBlueV8 .taskBoardV3Header h2{letter-spacing:-.035em!important;font-size:17px!important;font-weight:920!important;line-height:1.22!important}.homeStandardBlueV8 .taskBoardV3Header p{margin-top:7px!important;font-size:13px!important;font-weight:720!important;line-height:1.52!important}.homeStandardBlueV8 .taskBoardV3Stats{margin-top:13px!important;padding:11px 12px!important}.homeStandardBlueV8 .taskBoardV3Stats span{font-size:12px!important;font-weight:780!important;line-height:1.25!important}.homeStandardBlueV8 .taskBoardV3Stats strong{font-size:18px!important;font-weight:950!important;line-height:1!important}.homeStandardBlueV8 .taskBoardV3List{gap:10px!important;margin-top:13px!important}.homeStandardBlueV8 .taskBoardV3Row{border-radius:18px!important;gap:11px!important;padding:12px!important}.homeStandardBlueV8 .taskBoardV3Icon{border-radius:14px!important;width:38px!important;min-width:38px!important;height:38px!important}.homeStandardBlueV8 .taskBoardV3TitleLine strong{letter-spacing:-.018em!important;font-size:14px!important;font-weight:880!important;line-height:1.25!important}.homeStandardBlueV8 .taskBoardV3TitleLine span{font-size:11.5px!important;font-weight:820!important;line-height:1.25!important}.homeStandardBlueV8 .taskBoardV3Main p{margin-top:5px!important;font-size:12.5px!important;font-weight:690!important;line-height:1.48!important}.homeStandardBlueV8 .taskBoardV3Row button,.homeStandardBlueV8 .taskBoardV3Button,.homeStandardBlueV8 .taskBoardV3Button.green{border-radius:999px!important;min-width:72px!important;height:36px!important;padding:0 12px!important;font-size:12.5px!important;font-weight:850!important;line-height:36px!important}.homeStandardBlueV8 .taskBoardV3RuleSupport{margin-top:12px!important}.homeStandardBlueV8 .taskBoardV3RuleSupport a{min-height:38px!important;font-size:12.5px!important;font-weight:820!important}@media (max-width:520px){.homeStandardBlueV8 .homeCleanTopbar .brand{font-size:17.5px!important}.homeStandardBlueV8 .contentBlock h1{font-size:27px!important}.homeStandardBlueV8 .contentBlock .lead{font-size:13px!important}.homeStandardBlueV8 .taskBoardV3{padding:15px!important}.homeStandardBlueV8 .taskBoardV3Header h2{font-size:16.5px!important}.homeStandardBlueV8 .taskBoardV3Header p{font-size:12.8px!important}.homeStandardBlueV8 .taskBoardV3Row{padding:11px!important}.homeStandardBlueV8 .taskBoardV3TitleLine strong{font-size:13.6px!important}.homeStandardBlueV8 .taskBoardV3Main p{font-size:12.3px!important}.homeStandardBlueV8 .taskBoardV3Row button,.homeStandardBlueV8 .taskBoardV3Button,.homeStandardBlueV8 .taskBoardV3Button.green{min-width:68px!important;height:34px!important;font-size:12px!important;line-height:34px!important}}.membershipRulesPage{background:radial-gradient(circle at 0 0,#38bdf824,#0000 28%),radial-gradient(circle at 100% 10%,#818cf829,#0000 30%),#fff!important;border:1px solid #e2e8f0e6!important;border-radius:26px!important;max-width:760px!important;margin:0 auto!important;padding:18px 16px 24px!important;box-shadow:0 18px 50px #0f172a14!important}.rulesTopStandard{border-bottom:0!important;justify-content:flex-start!important;align-items:center!important;margin-bottom:18px!important;padding-bottom:0!important;display:flex!important}.rulesBackLink{color:#2563eb!important;background:#eff6fff2!important;border:1px solid #bfdbfef2!important;border-radius:999px!important;align-items:center!important;gap:6px!important;min-height:34px!important;padding:0 12px!important;font-size:13px!important;font-weight:700!important;text-decoration:none!important;display:inline-flex!important}.rulesBackLink:before{content:"‹";font-size:18px;line-height:1}.rulesLangSwitch{display:none!important}.membershipRulesPageV2 .membershipHeroClean,.membershipHero{background:linear-gradient(135deg,#eff6fff5,#f5f3fff0),#fff!important;border:1px solid #dbeafef2!important;border-radius:24px!important;margin-bottom:18px!important;padding:20px 18px!important;box-shadow:0 14px 32px #2563eb14!important}.membershipHero .badge{color:#0369a1!important;letter-spacing:.01em!important;background:#0ea5e91a!important;border-radius:999px!important;align-items:center!important;margin-bottom:12px!important;padding:6px 10px!important;font-size:12px!important;font-weight:800!important;display:inline-flex!important}.membershipHero h1{color:#0f172a!important;letter-spacing:-.03em!important;margin:0!important;font-size:26px!important;font-weight:900!important;line-height:1.18!important}.membershipHero .lead{color:#475569!important;margin:10px 0 0!important;font-size:14px!important;font-weight:500!important;line-height:1.72!important}.membershipQuick{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:16px!important;display:grid!important}.membershipQuick div{box-shadow:none!important;background:#ffffffdb!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;padding:13px 12px!important}.membershipQuick strong{color:#1d4ed8!important;font-size:14px!important;font-weight:850!important;line-height:1.35!important;display:block!important}.membershipQuick span{color:#64748b!important;margin-top:5px!important;font-size:12px!important;font-weight:500!important;line-height:1.55!important;display:block!important}.membershipSection{background:#fffffff0!important;border:1px solid #e2e8f0f2!important;border-radius:24px!important;margin-top:14px!important;padding:18px!important;box-shadow:0 12px 28px #0f172a0d!important}.sectionLabel{color:#4338ca!important;background:#e0e7ffd1!important;border-radius:999px!important;align-items:center!important;margin-bottom:8px!important;padding:5px 9px!important;font-size:12px!important;font-weight:850!important;display:inline-flex!important}.membershipSection h2{color:#0f172a!important;letter-spacing:-.02em!important;margin:0 0 12px!important;font-size:19px!important;font-weight:900!important;line-height:1.3!important}.membershipGrid,.membershipBoundaryGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.membershipCard,.membershipBoundaryCard{min-height:0!important;box-shadow:none!important;background:#f8fafc!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;padding:14px!important}.membershipCard span{color:#fff!important;background:linear-gradient(135deg,#2563eb,#7c3aed)!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:30px!important;height:30px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.membershipCard strong,.membershipBoundaryCard strong{color:#0f172a!important;margin-top:10px!important;font-size:14px!important;font-weight:850!important;line-height:1.35!important;display:block!important}.membershipCard p,.membershipBoundaryCard p,.membershipNotice li{color:#475569!important;font-size:13px!important;font-weight:500!important;line-height:1.68!important}.membershipCard p,.membershipBoundaryCard p{margin:7px 0 0!important}.membershipFlow{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:8px!important;margin-bottom:12px!important;display:grid!important}.membershipFlow span{display:none!important}.membershipFlow div{color:#1e3a8a!important;text-align:center!important;background:linear-gradient(135deg,#eff6fff2,#f5f3ffe6)!important;border:1px solid #dbeafef2!important;border-radius:16px!important;padding:12px 10px!important;font-size:13px!important;font-weight:800!important;line-height:1.4!important}.membershipNotice{background:#f8fafcf2!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;padding:14px 15px!important}.membershipNotice ul{margin:0!important;padding-left:18px!important}.membershipNotice li+li{margin-top:6px!important}.membershipFooterLinks{display:none!important}@media (max-width:720px){.membershipRulesPage{border-radius:22px!important;padding:14px 12px 18px!important}.membershipHero h1{font-size:23px!important}.membershipHero .lead{font-size:13px!important;line-height:1.68!important}.membershipQuick,.membershipGrid,.membershipBoundaryGrid,.membershipFlow{grid-template-columns:1fr!important}.membershipSection{border-radius:22px!important;padding:16px!important}.membershipSection h2{font-size:18px!important}}.membershipRulesPage{background:#fff!important;border:1px solid #e2e8f0f2!important;box-shadow:0 14px 38px #0f172a0f!important}.membershipRulesPageV2 .membershipHeroClean,.membershipHero{box-shadow:none!important;background:#fff!important;border:1px solid #e2e8f0f2!important}.membershipHero .badge{color:#334155!important;background:#f8fafcfa!important;border:1px solid #e2e8f0f2!important}.membershipHero h1{color:#0f172a!important}.membershipHero .lead{color:#475569!important}.membershipQuick div,.membershipSection,.membershipNotice,.membershipCard,.membershipBoundaryCard{box-shadow:none!important;background:#fff!important;border-color:#e2e8f0f2!important}.membershipCard.green{background:#fff!important;border-color:#e2e8f0f2!important}.sectionLabel{color:#475569!important;background:#f8fafcfa!important;border:1px solid #e2e8f0f2!important}.membershipSection h2,.membershipCard strong,.membershipBoundaryCard strong{color:#0f172a!important}.membershipQuick strong{color:#1e40af!important}.membershipQuick span,.membershipCard p,.membershipBoundaryCard p,.membershipNotice li{color:#475569!important}.membershipFlow div{color:#1e293b!important;background:#fff!important;border:1px solid #e2e8f0f2!important}.membershipCard span{color:#fff!important;background:linear-gradient(135deg,#2563eb,#4f46e5)!important}.membershipCard.green span{background:linear-gradient(135deg,#2563eb,#4f46e5)!important}.ecosystemRulesPageV4{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:26px!important;max-width:760px!important;margin:0 auto!important;padding:18px 16px 24px!important;overflow:hidden!important;box-shadow:0 14px 38px #0f172a0f!important}.ecosystemRulesPageV4 .ecosystemRulesHero{box-shadow:none!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:24px!important;padding:20px 18px!important}.ecosystemRulesPageV4 .ecosystemRulesHero h1{color:#0f172a!important;letter-spacing:-.03em!important;margin:0!important;font-size:26px!important;font-weight:900!important;line-height:1.18!important}.ecosystemRulesPageV4 .ecosystemRulesHero p{color:#475569!important;margin:10px 0 0!important;font-size:14px!important;font-weight:500!important;line-height:1.72!important}.ecosystemRulesActions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:16px!important;display:grid!important}.ecosystemRulesActions a{color:#1e293b!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;font-size:14px!important;font-weight:850!important;text-decoration:none!important;display:inline-flex!important}.ecosystemRulesActions a.primary{color:#fff!important;background:linear-gradient(135deg,#2563eb,#4f46e5)!important;border-color:#0000!important}.ecosystemRulesPageV4 .ecosystemSummaryStrip{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:14px!important;display:grid!important}.ecosystemRulesPageV4 .ecosystemSummaryStrip div{box-shadow:none!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;padding:14px 13px!important}.ecosystemRulesPageV4 .ecosystemSummaryStrip strong{color:#1e40af!important;font-size:14px!important;font-weight:850!important;line-height:1.35!important;display:block!important}.ecosystemRulesPageV4 .ecosystemSummaryStrip span{color:#64748b!important;margin-top:5px!important;font-size:12px!important;font-weight:500!important;line-height:1.55!important;display:block!important}.ecosystemRulesPageV4 .ecosystemRulesSection{box-shadow:none!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:24px!important;margin-top:14px!important;padding:18px!important}.ecosystemRulesPageV4 .sectionLabel{color:#475569!important;background:#f8fafcfa!important;border:1px solid #e2e8f0f2!important;border-radius:999px!important;align-items:center!important;margin-bottom:8px!important;padding:5px 9px!important;font-size:12px!important;font-weight:850!important;display:inline-flex!important}.ecosystemRulesPageV4 .ecosystemRulesSection h2{color:#0f172a!important;letter-spacing:-.02em!important;margin:0 0 12px!important;font-size:19px!important;font-weight:900!important;line-height:1.3!important}.ecosystemRulesPageV4 .ecosystemRulesGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.ecosystemRulesPageV4 .ecosystemRulesGrid.twoColumns{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ecosystemRulesPageV4 .ecosystemRuleCard{box-shadow:none!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;padding:14px!important}.ecosystemRulesPageV4 .ecosystemRuleCard span{color:#fff!important;background:linear-gradient(135deg,#2563eb,#4f46e5)!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;min-width:30px!important;min-height:30px!important;padding:0 10px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.ecosystemRulesPageV4 .ecosystemRuleCard strong{color:#0f172a!important;margin-top:10px!important;font-size:14px!important;font-weight:850!important;line-height:1.35!important;display:block!important}.ecosystemRulesPageV4 .ecosystemRuleCard p{color:#475569!important;margin:7px 0 0!important;font-size:13px!important;font-weight:500!important;line-height:1.68!important}.ecosystemRulesPageV4 .budgetFlow{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:8px!important;margin-bottom:12px!important;display:grid!important}.ecosystemRulesPageV4 .budgetFlow span{display:none!important}.ecosystemRulesPageV4 .budgetFlow div{color:#1e293b!important;text-align:center!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:16px!important;padding:12px 10px!important;font-size:13px!important;font-weight:800!important;line-height:1.4!important}.ecosystemRulesPageV4 .ecosystemNotice{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;padding:14px 15px!important}.ecosystemRulesPageV4 .ecosystemNotice ul{margin:0!important;padding-left:18px!important}.ecosystemRulesPageV4 .ecosystemNotice li{color:#475569!important;margin:6px 0!important;font-size:13px!important;font-weight:500!important;line-height:1.72!important}@media (max-width:720px){.ecosystemRulesPageV4{border-radius:22px!important;padding:14px 12px 18px!important}.ecosystemRulesPageV4 .ecosystemRulesHero{border-radius:22px!important;padding:18px 16px!important}.ecosystemRulesPageV4 .ecosystemRulesHero h1{font-size:23px!important}.ecosystemRulesPageV4 .ecosystemRulesHero p{font-size:13px!important;line-height:1.68!important}.ecosystemRulesActions,.ecosystemRulesPageV4 .ecosystemSummaryStrip,.ecosystemRulesPageV4 .ecosystemRulesGrid,.ecosystemRulesPageV4 .ecosystemRulesGrid.twoColumns,.ecosystemRulesPageV4 .budgetFlow{grid-template-columns:1fr!important}.ecosystemRulesPageV4 .ecosystemRulesSection{border-radius:22px!important;padding:16px!important}.ecosystemRulesPageV4 .ecosystemRulesSection h2{font-size:18px!important}}.ecosystemRulesPageV4 .ecosystemRulesActions{grid-template-columns:1fr!important}.ecosystemRulesPageV4 .ecosystemRulesActions a.primary{width:100%!important}.ecosystemOnboardingPageV2{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:26px!important;max-width:760px!important;margin:0 auto!important;padding:18px 16px 24px!important;overflow:hidden!important;box-shadow:0 14px 38px #0f172a0f!important}.ecosystemOnboardingPageV2 .onboardingHero{box-shadow:none!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:24px!important;padding:20px 18px!important}.ecosystemOnboardingPageV2 .onboardingHero h1{color:#0f172a!important;letter-spacing:-.03em!important;margin:0!important;font-size:26px!important;font-weight:900!important;line-height:1.18!important}.ecosystemOnboardingPageV2 .onboardingHero .lead{color:#475569!important;margin:10px 0 0!important;font-size:14px!important;font-weight:500!important;line-height:1.72!important}.ecosystemOnboardingPageV2 .onboardingLayout{grid-template-columns:minmax(0,1fr) 260px!important;align-items:start!important;gap:14px!important;margin-top:14px!important;display:grid!important}.ecosystemOnboardingPageV2 .onboardingForm,.ecosystemOnboardingPageV2 .onboardingSide>div{box-shadow:none!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:24px!important}.ecosystemOnboardingPageV2 .onboardingForm{padding:18px!important}.ecosystemOnboardingPageV2 .formGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.ecosystemOnboardingPageV2 .onboardingForm label,.ecosystemOnboardingPageV2 .fullField{gap:7px!important;display:grid!important}.ecosystemOnboardingPageV2 .onboardingForm label span,.ecosystemOnboardingPageV2 .fullField span,.ecosystemOnboardingPageV2 .taskTypeBox>span{color:#334155!important;font-size:13px!important;font-weight:850!important;line-height:1.35!important}.ecosystemOnboardingPageV2 .onboardingForm input,.ecosystemOnboardingPageV2 .onboardingForm select,.ecosystemOnboardingPageV2 .onboardingForm textarea{color:#0f172a!important;width:100%!important;font:inherit!important;background:#fff!important;border:1px solid #cbd5e1f2!important;border-radius:15px!important;outline:none!important;padding:12px 13px!important;font-size:14px!important}.ecosystemOnboardingPageV2 .onboardingForm input:focus,.ecosystemOnboardingPageV2 .onboardingForm select:focus,.ecosystemOnboardingPageV2 .onboardingForm textarea:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1f!important}.ecosystemOnboardingPageV2 .onboardingForm textarea{resize:vertical!important}.ecosystemOnboardingPageV2 .fullField,.ecosystemOnboardingPageV2 .taskTypeBox{margin-top:14px!important}.ecosystemOnboardingPageV2 .taskTypeBox{gap:8px!important;display:grid!important}.ecosystemOnboardingPageV2 .taskTypeBox>div{flex-wrap:wrap!important;gap:9px!important;display:flex!important}.ecosystemOnboardingPageV2 .taskTypeBox button{color:#1e293b!important;cursor:pointer!important;background:#fff!important;border:1px solid #cbd5e1f2!important;border-radius:999px!important;align-items:center!important;gap:7px!important;padding:8px 12px!important;font-size:13px!important;font-weight:850!important;display:inline-flex!important}.ecosystemOnboardingPageV2 .taskTypeBox button.active{color:#1d4ed8!important;background:#eff6ffe6!important;border-color:#2563eb4d!important}.ecosystemOnboardingPageV2 .taskTypeBox button small{color:#64748b!important;background:#f8fafc!important;border-radius:999px!important;align-items:center!important;min-height:20px!important;padding:0 7px!important;font-size:11px!important;font-weight:850!important;display:inline-flex!important}.ecosystemOnboardingPageV2 .taskTypeBox button.active small{color:#fff!important;background:#2563eb!important}.ecosystemOnboardingPageV2 .onboardingSubmitRow{margin-top:18px!important}.ecosystemOnboardingPageV2 .onboardingSubmitRow button{color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#2563eb,#4f46e5)!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:0 18px!important;font-size:14px!important;font-weight:900!important;display:inline-flex!important;box-shadow:0 12px 24px #2563eb29!important}.ecosystemOnboardingPageV2 .onboardingSubmitRow button:disabled{opacity:.68!important;cursor:not-allowed!important}.ecosystemOnboardingPageV2 .onboardingMessage,.ecosystemOnboardingPageV2 .onboardingSuccessCard{color:#1e293b!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;margin-top:12px!important;padding:14px!important;font-size:13px!important;font-weight:650!important;line-height:1.65!important}.ecosystemOnboardingPageV2 .onboardingSuccessCard strong{color:#0f172a!important;font-size:15px!important;font-weight:900!important;display:block!important}.ecosystemOnboardingPageV2 .onboardingSuccessCard p{color:#475569!important;margin:7px 0 0!important;font-size:13px!important;line-height:1.65!important}.ecosystemOnboardingPageV2 .onboardingSuccessCard ul{margin:10px 0 0!important;padding-left:18px!important}.ecosystemOnboardingPageV2 .onboardingSuccessCard li{color:#475569!important;margin:5px 0!important;font-size:13px!important;line-height:1.65!important}.ecosystemOnboardingPageV2 .onboardingSide{gap:12px!important;display:grid!important}.ecosystemOnboardingPageV2 .onboardingSide>div{border-radius:20px!important;padding:15px!important}.ecosystemOnboardingPageV2 .onboardingSide strong{color:#0f172a!important;font-size:14px!important;font-weight:850!important;line-height:1.35!important;display:block!important}.ecosystemOnboardingPageV2 .onboardingSide p{color:#475569!important;margin:7px 0 0!important;font-size:13px!important;line-height:1.65!important}@media (max-width:900px){.ecosystemOnboardingPageV2 .onboardingLayout,.ecosystemOnboardingPageV2 .formGrid{grid-template-columns:1fr!important}}@media (max-width:720px){.ecosystemOnboardingPageV2{border-radius:22px!important;padding:14px 12px 18px!important}.ecosystemOnboardingPageV2 .onboardingHero{border-radius:22px!important;padding:18px 16px!important}.ecosystemOnboardingPageV2 .onboardingHero h1{font-size:23px!important}.ecosystemOnboardingPageV2 .onboardingHero .lead{font-size:13px!important;line-height:1.68!important}.ecosystemOnboardingPageV2 .onboardingForm{border-radius:22px!important;padding:16px!important}.ecosystemOnboardingPageV2 .taskTypeBox button{justify-content:space-between!important;width:100%!important}.ecosystemOnboardingPageV2 .onboardingSide>div{border-radius:18px!important}}.ecosystemsNavRowsV5{gap:10px!important;margin-top:14px!important;display:grid!important}.ecosystemsNavRowsV5 a{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:56px!important;padding:0 16px!important;text-decoration:none!important;display:flex!important;box-shadow:0 10px 24px #0f172a0a!important}.ecosystemsNavRowsV5 strong{color:#0f172a!important;font-size:15px!important;font-weight:900!important;line-height:1.3!important}.ecosystemsNavRowsV5 em{color:#2563eb!important;background:#eff6fff2!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;font-size:20px!important;font-style:normal!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}@media (max-width:720px){.ecosystemsNavRowsV5{gap:9px!important;margin-top:12px!important}.ecosystemsNavRowsV5 a{border-radius:16px!important;min-height:52px!important;padding:0 14px!important}.ecosystemsNavRowsV5 strong{font-size:14px!important}}.myMemberPaymentCardV1{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:22px!important;margin-top:14px!important;padding:16px!important;box-shadow:0 10px 24px #0f172a0a!important}.myMemberPaymentHeadV1{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:12px!important;display:flex!important}.myMemberPaymentHeadV1 strong{color:#0f172a!important;font-size:15px!important;font-weight:900!important;line-height:1.3!important}.myMemberPaymentHeadV1 span{color:#2563eb!important;background:#eff6fff2!important;border-radius:999px!important;align-items:center!important;min-height:24px!important;padding:0 9px!important;font-size:12px!important;font-weight:850!important;display:inline-flex!important}.myMemberPaymentRowV1{background:#f8fafc!important;border:1px solid #e2e8f0e6!important;border-radius:16px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:48px!important;padding:0 13px!important;display:flex!important}.myMemberPaymentRowV1 span{color:#64748b!important;font-size:12px!important;font-weight:800!important;line-height:1.3!important}@media (max-width:720px){.myMemberPaymentCardV1{border-radius:20px!important;margin-top:12px!important;padding:14px!important}.myMemberPaymentRowV1{border-radius:15px!important;min-height:46px!important}}.paymentPlaceholderPageV1{gap:14px!important;max-width:760px!important;margin:0 auto!important;display:grid!important}.paymentPlaceholderHeroV1,.paymentPlaceholderCardV1{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:24px!important;box-shadow:0 12px 28px #0f172a0d!important}.paymentPlaceholderHeroV1{padding:22px 18px!important}.paymentPlaceholderHeroV1 span{color:#2563eb!important;background:#eff6fff2!important;border-radius:999px!important;align-items:center!important;min-height:24px!important;padding:0 10px!important;font-size:12px!important;font-weight:850!important;display:inline-flex!important}.paymentPlaceholderHeroV1 h1{color:#0f172a!important;letter-spacing:-.03em!important;margin:12px 0 0!important;font-size:26px!important;font-weight:900!important;line-height:1.18!important}.paymentPlaceholderHeroV1 p,.paymentPlaceholderCardV1 p,.paymentPlaceholderCardV1 li{color:#475569!important;font-size:14px!important;font-weight:500!important;line-height:1.72!important}.paymentPlaceholderHeroV1 p{margin:10px 0 0!important}.paymentPlaceholderCardV1{padding:18px!important}.paymentPlaceholderCardV1 h2{color:#0f172a!important;margin:0!important;font-size:18px!important;font-weight:900!important;line-height:1.3!important}.paymentPlaceholderCardV1 p{margin:10px 0 0!important}.paymentPlaceholderCardV1 ul{margin:12px 0 0!important;padding-left:18px!important}.paymentPlaceholderCardV1 li+li{margin-top:6px!important}.paymentPlaceholderRowsV1{gap:10px!important;display:grid!important}.paymentPlaceholderRowsV1 a{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:0 16px!important;text-decoration:none!important;display:flex!important}.paymentPlaceholderRowsV1 strong{font-size:14px!important;font-weight:850!important;line-height:1.35!important}.paymentPlaceholderRowsV1 em{color:#2563eb!important;font-size:20px!important;font-style:normal!important;font-weight:900!important}.myMemberPaymentRowV1{text-decoration:none!important}.myMemberPaymentRowV1 span{color:#2563eb!important;font-size:20px!important;font-weight:900!important}@media (max-width:720px){.paymentPlaceholderHeroV1{border-radius:22px!important;padding:20px 16px!important}.paymentPlaceholderHeroV1 h1{font-size:23px!important}.paymentPlaceholderCardV1{border-radius:22px!important;padding:16px!important}}.membershipOpenPageV2{gap:14px!important;max-width:760px!important;margin:0 auto!important;display:grid!important}.membershipOpenHeroV2,.membershipPlanCardV2,.membershipOpenNoteV2{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:24px!important;box-shadow:0 12px 28px #0f172a0d!important}.membershipOpenHeroV2{padding:22px 18px!important}.membershipOpenHeroV2 span{color:#2563eb!important;background:#eff6fff2!important;border-radius:999px!important;align-items:center!important;min-height:24px!important;padding:0 10px!important;font-size:12px!important;font-weight:850!important;display:inline-flex!important}.membershipOpenHeroV2 h1{color:#0f172a!important;letter-spacing:-.03em!important;margin:12px 0 0!important;font-size:26px!important;font-weight:900!important;line-height:1.18!important}.membershipOpenHeroV2 p,.membershipOpenNoteV2 p,.membershipPlanCardV2 li,.membershipPlanPriceV2 span{color:#475569!important;font-size:14px!important;font-weight:500!important;line-height:1.72!important}.membershipOpenHeroV2 p{margin:10px 0 0!important}.membershipPlanGridV2{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.membershipPlanCardV2{align-content:start!important;gap:14px!important;padding:18px!important;display:grid!important}.membershipPlanCardV2.featured{background:linear-gradient(#eff6ffd1,#fff 42%)!important;border-color:#2563eb47!important}.membershipPlanTopV2{gap:8px!important;display:grid!important}.membershipPlanTopV2 span{color:#64748b!important;background:#f8fafc!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:24px!important;padding:0 10px!important;font-size:12px!important;font-weight:850!important;display:inline-flex!important}.membershipPlanCardV2.featured .membershipPlanTopV2 span{color:#fff!important;background:#2563eb!important}.membershipPlanTopV2 strong{color:#0f172a!important;font-size:20px!important;font-weight:950!important;line-height:1.25!important}.membershipPlanPriceV2{background:#f8fafc!important;border:1px solid #e2e8f0e6!important;border-radius:18px!important;gap:3px!important;padding:12px!important;display:grid!important}.membershipPlanPriceV2 strong{color:#0f172a!important;font-size:16px!important;font-weight:900!important;line-height:1.35!important}.membershipPlanCardV2 ul{margin:0!important;padding-left:18px!important}.membershipPlanCardV2 li+li{margin-top:6px!important}.membershipPlanActionV2{color:#fff!important;background:linear-gradient(135deg,#2563eb,#4f46e5)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 16px!important;font-size:14px!important;font-weight:900!important;display:inline-flex!important}.membershipPlanActionV2.disabled{color:#64748b!important;background:#f1f5f9!important}.membershipOpenNoteV2{padding:16px!important}.membershipOpenNoteV2 strong{color:#0f172a!important;font-size:15px!important;font-weight:900!important;line-height:1.35!important;display:block!important}.membershipOpenNoteV2 p{margin:8px 0 0!important}@media (max-width:720px){.membershipPlanGridV2{grid-template-columns:1fr!important}.membershipOpenHeroV2,.membershipPlanCardV2,.membershipOpenNoteV2{border-radius:22px!important}.membershipOpenHeroV2{padding:20px 16px!important}.membershipOpenHeroV2 h1{font-size:23px!important}.membershipPlanCardV2{padding:16px!important}}.membershipPremiumPageV1{gap:16px!important;max-width:820px!important;margin:0 auto!important;padding-bottom:10px!important;display:grid!important}.membershipPremiumHeroV1{background:radial-gradient(circle at 14% 12%,#22d3ee3d,#0000 28%),radial-gradient(circle at 86% 20%,#7c3aed38,#0000 32%),linear-gradient(135deg,#fff 0%,#f8fbff 46%,#f5f3ff 100%)!important;border:1px solid #cbd5e1e6!important;border-radius:30px!important;gap:22px!important;padding:22px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 24px 60px #0f172a1a!important}.membershipPremiumHeroV1:after{content:""!important;filter:blur(28px)!important;pointer-events:none!important;background:linear-gradient(90deg,#2563eb21,#14b8a61a,#7c3aed1f)!important;height:130px!important;position:absolute!important;inset:auto -18% -36% 18%!important}.ecoBrandMarkV1{z-index:1!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#ffffffd1!important;border:1px solid #e2e8f0f2!important;border-radius:999px!important;align-items:center!important;gap:12px!important;width:fit-content!important;padding:9px 12px 9px 9px!important;display:inline-flex!important;position:relative!important;box-shadow:0 12px 28px #0f172a0f!important}.ecoBrandIconV1{color:#fff!important;letter-spacing:-.08em!important;background:radial-gradient(circle at 28% 18%,#67e8f9 0%,#0000 30%),linear-gradient(135deg,#2563eb 0%,#06b6d4 42%,#7c3aed 100%)!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;font-size:22px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;box-shadow:0 10px 24px #2563eb40!important}.ecoBrandMarkV1 strong{color:#0f172a!important;font-size:14px!important;font-weight:950!important;line-height:1.15!important;display:block!important}.ecoBrandMarkV1 em{color:#64748b!important;margin-top:2px!important;font-size:11px!important;font-style:normal!important;font-weight:750!important;line-height:1.15!important;display:block!important}.membershipPremiumHeroTextV1{z-index:1!important;max-width:680px!important;position:relative!important}.membershipPremiumKickerV1{color:#2563eb!important;background:#eff6ffeb!important;border-radius:999px!important;align-items:center!important;min-height:26px!important;padding:0 11px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.membershipPremiumHeroTextV1 h1{color:#07111f!important;letter-spacing:-.055em!important;margin:13px 0 0!important;font-size:34px!important;font-weight:950!important;line-height:1.08!important}.membershipPremiumHeroTextV1 p{color:#475569!important;margin:13px 0 0!important;font-size:15px!important;font-weight:600!important;line-height:1.78!important}.membershipPremiumPlansV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.membershipPremiumPlanV1{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:28px!important;align-content:start!important;gap:15px!important;min-height:360px!important;padding:18px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 16px 42px #0f172a12!important}.membershipPremiumPlanV1.pro{background:radial-gradient(circle at 80% 8%,#7c3aed2e,#0000 28%),radial-gradient(circle at 8% 18%,#22d3ee29,#0000 30%),linear-gradient(#f8fbff 0%,#fff 52%)!important;border-color:#2563eb47!important}.membershipPremiumGlowV1{filter:blur(8px)!important;pointer-events:none!important;background:linear-gradient(135deg,#2563eb2e,#7c3aed29)!important;border-radius:999px!important;width:150px!important;height:150px!important;position:absolute!important;top:-46px!important;right:-54px!important}.membershipPremiumPlanHeadV1{z-index:1!important;gap:8px!important;display:grid!important;position:relative!important}.membershipPremiumPlanHeadV1 span{color:#64748b!important;background:#f1f5f9!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:25px!important;padding:0 10px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.membershipPremiumPlanV1.pro .membershipPremiumPlanHeadV1 span{color:#fff!important;background:linear-gradient(135deg,#2563eb,#7c3aed)!important}.membershipPremiumPlanHeadV1 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:0!important;font-size:22px!important;font-weight:950!important;line-height:1.2!important}.membershipPremiumPlanHeadV1 p{color:#64748b!important;margin:0!important;font-size:13px!important;font-weight:600!important;line-height:1.62!important}.membershipPremiumPriceV1{z-index:1!important;background:#f8fafceb!important;border:1px solid #e2e8f0e6!important;border-radius:20px!important;gap:4px!important;padding:13px!important;display:grid!important;position:relative!important}.membershipPremiumPriceV1 strong{color:#0f172a!important;font-size:17px!important;font-weight:950!important;line-height:1.3!important}.membershipPremiumPriceV1 span{color:#64748b!important;font-size:12px!important;font-weight:800!important;line-height:1.3!important}.membershipPremiumPlanV1 ul{z-index:1!important;gap:9px!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important;position:relative!important}.membershipPremiumPlanV1 li{color:#334155!important;padding-left:23px!important;font-size:13px!important;font-weight:650!important;line-height:1.55!important;position:relative!important}.membershipPremiumPlanV1 li:before{content:"✓"!important;color:#fff!important;background:#2563eb!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:16px!important;height:16px!important;font-size:10px!important;font-weight:950!important;display:inline-flex!important;position:absolute!important;top:0!important;left:0!important}.membershipPremiumActionV1{z-index:1!important;color:#fff!important;background:linear-gradient(135deg,#2563eb 0%,#4f46e5 55%,#7c3aed 100%)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;margin-top:2px!important;padding:0 18px!important;font-size:14px!important;font-weight:950!important;display:inline-flex!important;position:relative!important;box-shadow:0 14px 28px #2563eb38!important}.membershipPremiumActionV1.muted{color:#64748b!important;box-shadow:none!important;background:#f1f5f9!important}.membershipPremiumNoteV1{background:linear-gradient(135deg,#f0fdfad1,#eff6ffe0)!important;border:1px solid #cbd5e1c7!important;border-radius:24px!important;padding:16px!important}.membershipPremiumNoteV1 strong{color:#0f172a!important;font-size:15px!important;font-weight:950!important;line-height:1.35!important;display:block!important}.membershipPremiumNoteV1 p{color:#475569!important;margin:8px 0 0!important;font-size:13px!important;font-weight:600!important;line-height:1.7!important}.membershipPremiumLinksV1{gap:10px!important;display:grid!important}.membershipPremiumLinksV1 a{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:0 16px!important;text-decoration:none!important;display:flex!important;box-shadow:0 10px 24px #0f172a0a!important}.membershipPremiumLinksV1 strong{font-size:14px!important;font-weight:900!important;line-height:1.35!important}.membershipPremiumLinksV1 em{color:#2563eb!important;font-size:20px!important;font-style:normal!important;font-weight:950!important;line-height:1!important}@media (max-width:720px){.membershipPremiumPageV1{gap:13px!important}.membershipPremiumHeroV1{border-radius:26px!important;padding:20px 16px!important}.ecoBrandIconV1{border-radius:13px!important;width:36px!important;height:36px!important}.membershipPremiumHeroTextV1 h1{font-size:28px!important}.membershipPremiumPlansV1{grid-template-columns:1fr!important}.membershipPremiumPlanV1{border-radius:24px!important;min-height:auto!important;padding:16px!important}.membershipPremiumNoteV1{border-radius:22px!important}}.membershipPearlPageV1{gap:16px!important;max-width:820px!important;margin:0 auto!important;padding-bottom:10px!important;display:grid!important}.membershipPearlHeroV1{background:radial-gradient(circle at 16% 10%,#8b5cf624,#0000 30%),radial-gradient(circle at 84% 18%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:24px!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.membershipPearlHeroV1:before{content:""!important;filter:blur(8px)!important;opacity:.82!important;pointer-events:none!important;background:conic-gradient(from 160deg,#4f46e529,#06b6d421,#8b5cf621,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;bottom:-128px!important;right:-92px!important}.ecoTrustRingBrandV1{z-index:1!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#ffffffdb!important;border:1px solid #e2e8f0f2!important;border-radius:999px!important;align-items:center!important;gap:12px!important;width:fit-content!important;padding:8px 13px 8px 8px!important;display:inline-flex!important;position:relative!important;box-shadow:0 12px 30px #0f172a0f!important}.ecoTrustRingMarkV1{background:radial-gradient(circle,#fff 0 31%,#0000 32%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 126deg,#8b5cf6 245deg,#4f46e5 360deg)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;display:inline-flex!important;position:relative!important;box-shadow:0 12px 26px #4f46e53d,inset 0 0 0 1px #ffffff80!important}.ecoTrustRingCoreV1{background:linear-gradient(135deg,#06b6d4,#8b5cf6)!important;border-radius:999px!important;width:11px!important;height:11px!important;position:absolute!important;box-shadow:0 0 16px #06b6d46b!important}.ecoTrustRingNodeV1{background:#fff!important;border:2px solid #4f46e5!important;border-radius:999px!important;width:8px!important;height:8px!important;position:absolute!important;box-shadow:0 5px 12px #4f46e52e!important}.ecoTrustRingNodeV1.nodeA{border-color:#8b5cf6!important;top:2px!important;left:17px!important}.ecoTrustRingNodeV1.nodeB{border-color:#06b6d4!important;top:21px!important;right:2px!important}.ecoTrustRingNodeV1.nodeC{border-color:#4f46e5!important;bottom:6px!important;left:5px!important}.ecoTrustRingBrandV1 strong{color:#0f172a!important;font-size:14px!important;font-weight:950!important;line-height:1.15!important;display:block!important}.ecoTrustRingBrandV1 em{color:#64748b!important;margin-top:2px!important;font-size:11px!important;font-style:normal!important;font-weight:750!important;line-height:1.15!important;display:block!important}.membershipPearlHeroTextV1{z-index:1!important;max-width:690px!important;position:relative!important}.membershipPearlKickerV1{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.membershipPearlHeroTextV1 h1{color:#0f172a!important;letter-spacing:-.055em!important;margin:13px 0 0!important;font-size:34px!important;font-weight:950!important;line-height:1.08!important}.membershipPearlHeroTextV1 p{color:#475569!important;margin:13px 0 0!important;font-size:15px!important;font-weight:600!important;line-height:1.78!important}.membershipPearlPlansV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.membershipPearlPlanV1{background:#fff!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;align-content:start!important;gap:15px!important;min-height:352px!important;padding:18px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 15px 40px #0f172a11!important}.membershipPearlPlanV1.pro{background:radial-gradient(circle at 86% 4%,#8b5cf61f,#0000 28%),radial-gradient(circle at 8% 14%,#06b6d41f,#0000 32%),linear-gradient(#fff 0%,#fbfbff 100%)!important;border-color:#8b5cf642!important}.membershipPearlPlanHeadV1{gap:8px!important;display:grid!important}.membershipPearlPlanHeadV1 span{color:#64748b!important;background:#f1f5f9!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:25px!important;padding:0 10px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.membershipPearlPlanV1.pro .membershipPearlPlanHeadV1 span{color:#4f46e5!important;background:#eef2fff5!important}.membershipPearlPlanHeadV1 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:0!important;font-size:22px!important;font-weight:950!important;line-height:1.2!important}.membershipPearlPlanHeadV1 p{color:#64748b!important;margin:0!important;font-size:13px!important;font-weight:600!important;line-height:1.62!important}.membershipPearlPriceV1{background:#f8fafcf0!important;border:1px solid #e2e8f0e6!important;border-radius:20px!important;gap:4px!important;padding:13px!important;display:grid!important}.membershipPearlPriceV1 strong{color:#0f172a!important;font-size:17px!important;font-weight:950!important;line-height:1.3!important}.membershipPearlPriceV1 span{color:#64748b!important;font-size:12px!important;font-weight:800!important;line-height:1.3!important}.membershipPearlPlanV1 ul{gap:9px!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.membershipPearlPlanV1 li{color:#334155!important;padding-left:23px!important;font-size:13px!important;font-weight:650!important;line-height:1.55!important;position:relative!important}.membershipPearlPlanV1 li:before{content:""!important;background:radial-gradient(circle,#fff 0 28%,#0000 30%),linear-gradient(135deg,#4f46e5,#06b6d4)!important;border-radius:999px!important;width:13px!important;height:13px!important;position:absolute!important;top:5px!important;left:0!important;box-shadow:0 6px 14px #4f46e529!important}.membershipPearlActionV1{color:#fff!important;background:linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;margin-top:2px!important;padding:0 18px!important;font-size:14px!important;font-weight:950!important;display:inline-flex!important;box-shadow:0 14px 30px #4f46e533!important}.membershipPearlActionV1.muted{color:#64748b!important;box-shadow:none!important;background:#f1f5f9!important}.membershipPearlNoteV1{background:linear-gradient(135deg,#f0fdfac2,#eef2ffc7)!important;border:1px solid #cbd5e1c7!important;border-radius:24px!important;align-items:flex-start!important;gap:12px!important;padding:16px!important;display:flex!important;box-shadow:0 10px 28px #0f172a09!important}.membershipPearlNoteIconV1{background:radial-gradient(circle,#fff 0 28%,#0000 30%),conic-gradient(from 220deg,#4f46e5,#06b6d4,#8b5cf6,#4f46e5)!important;border-radius:999px!important;flex:none!important;width:30px!important;height:30px!important;box-shadow:0 10px 22px #4f46e526!important}.membershipPearlNoteV1 strong{color:#0f172a!important;font-size:15px!important;font-weight:950!important;line-height:1.35!important;display:block!important}.membershipPearlNoteV1 p{color:#475569!important;margin:7px 0 0!important;font-size:13px!important;font-weight:600!important;line-height:1.7!important}.membershipPearlLinksV1{gap:10px!important;display:grid!important}.membershipPearlLinksV1 a{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:0 16px!important;text-decoration:none!important;display:flex!important;box-shadow:0 10px 24px #0f172a0a!important}.membershipPearlLinksV1 strong{font-size:14px!important;font-weight:900!important;line-height:1.35!important}.membershipPearlLinksV1 em{color:#4f46e5!important;font-size:20px!important;font-style:normal!important;font-weight:950!important;line-height:1!important}@media (max-width:720px){.membershipPearlPageV1{gap:13px!important}.membershipPearlHeroV1{border-radius:26px!important;padding:20px 16px!important}.ecoTrustRingMarkV1{width:40px!important;height:40px!important}.membershipPearlHeroTextV1 h1{font-size:28px!important}.membershipPearlPlansV1{grid-template-columns:1fr!important}.membershipPearlPlanV1{border-radius:24px!important;min-height:auto!important;padding:16px!important}.membershipPearlNoteV1{border-radius:22px!important}}.mainBottomNav{z-index:90!important;padding:0 14px max(12px, env(safe-area-inset-bottom))!important;pointer-events:none!important;background:linear-gradient(#f8fafc00,#f8fafcdb 54%,#f8fafcf5)!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.mainBottomNavInner{-webkit-backdrop-filter:blur(22px)saturate(1.25)!important;pointer-events:auto!important;background:#ffffffdb!important;border:1px solid #e2e8f0eb!important;border-radius:28px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;max-width:520px!important;min-height:66px!important;margin:0 auto!important;padding:7px!important;display:grid!important;box-shadow:0 20px 48px #0f172a24,inset 0 1px #fffffff5!important}.mainBottomNavItem{color:#64748b!important;letter-spacing:-.02em!important;-webkit-tap-highlight-color:transparent!important;border-radius:22px!important;align-content:center!important;place-items:center!important;gap:3px!important;min-width:0!important;min-height:52px!important;font-size:11px!important;font-weight:850!important;line-height:1.12!important;text-decoration:none!important;transition:transform .18s,color .18s,background .18s,box-shadow .18s!important;display:grid!important;position:relative!important}.mainBottomNavItem:active{transform:scale(.97)!important}.mainBottomNavItem.active{color:#0f172a!important;background:radial-gradient(circle at 18% 0,#06b6d42e,#0000 34%),radial-gradient(circle at 82% 0,#8b5cf629,#0000 36%),linear-gradient(#fffffff0,#eef2ffdb)!important;box-shadow:0 10px 26px #4f46e521,inset 0 0 0 1px #c7d2feb8!important}.mainBottomNavIcon{color:#64748b!important;background:#f8fafce0!important;border:1px solid #e2e8f0e6!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:27px!important;height:27px!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffffeb!important}.mainBottomNavIcon svg{fill:none!important;stroke:currentColor!important;stroke-width:1.9px!important;stroke-linecap:round!important;stroke-linejoin:round!important;width:17px!important;height:17px!important;display:block!important}.mainBottomNavItem.active .mainBottomNavIcon{color:#fff!important;background:radial-gradient(circle at 32% 20%,#ffffff6b,#0000 28%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 135deg,#8b5cf6 262deg,#4f46e5 360deg)!important;border-color:#ffffffb8!important;box-shadow:0 8px 18px #4f46e53d,inset 0 0 0 1px #ffffff2e!important}.mainBottomNavText{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;overflow:hidden!important}@media (max-width:720px){html.hasMainBottomNav body{padding-bottom:max(86px, calc(86px + env(safe-area-inset-bottom)))!important}.mainBottomNav{padding-left:10px!important;padding-right:10px!important}.mainBottomNavInner{border-radius:26px!important;min-height:64px!important}.mainBottomNavItem{border-radius:20px!important;min-height:50px!important;font-size:10.5px!important}.mainBottomNavIcon{width:26px!important;height:26px!important}.mainBottomNavIcon svg{width:16.5px!important;height:16.5px!important}}.homePearlPageV1{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:820px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.homePearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.homePearlPageV1 .homeCleanTopbar{z-index:1!important;min-height:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;justify-content:flex-start!important;align-items:center!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important}.homePearlPageV1 .homeCleanTopbar .brand{color:#0f172a!important;letter-spacing:-.03em!important;-webkit-backdrop-filter:blur(18px)!important;background:#ffffffdb!important;border:1px solid #e2e8f0f2!important;border-radius:999px!important;align-items:center!important;gap:12px!important;width:fit-content!important;min-height:50px!important;padding:7px 14px 7px 8px!important;font-size:15px!important;font-weight:950!important;line-height:1.15!important;display:inline-flex!important;position:relative!important;box-shadow:0 12px 30px #0f172a0f!important}.homePearlPageV1 .homeCleanTopbar .brand:before{content:""!important;background:radial-gradient(circle,#fff 0 31%,#0000 32%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 126deg,#8b5cf6 245deg,#4f46e5 360deg)!important;border-radius:999px!important;flex:none!important;width:42px!important;height:42px!important;box-shadow:0 12px 26px #4f46e53d,inset 0 0 0 1px #ffffff80!important}.homePearlPageV1 .contentBlock{z-index:1!important;max-width:690px!important;margin:0!important;padding:2px 2px 0!important;position:relative!important}.homePearlPageV1 .contentBlock h1{color:#0f172a!important;letter-spacing:-.055em!important;margin:0!important;font-size:34px!important;font-weight:950!important;line-height:1.08!important}.homePearlPageV1 .contentBlock .lead{color:#475569!important;margin:13px 0 0!important;font-size:15px!important;font-weight:600!important;line-height:1.78!important}.homePearlPageV1 .taskBoardV3{z-index:1!important;background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;gap:14px!important;padding:18px!important;display:grid!important;position:relative!important;box-shadow:0 16px 42px #0f172a12!important}.homePearlPageV1 .taskBoardV3Header{gap:7px!important;display:grid!important}.homePearlPageV1 .taskBoardV3Header h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:0!important;font-size:20px!important;font-weight:950!important;line-height:1.25!important}.homePearlPageV1 .taskBoardV3Header p,.homePearlPageV1 .taskBoardV3Main p{color:#64748b!important;margin:0!important;font-size:13px!important;font-weight:600!important;line-height:1.62!important}.homePearlPageV1 .taskBoardV3Stats{background:linear-gradient(135deg,#f0fdfac2,#eef2ffc7)!important;border:1px solid #cbd5e1c7!important;border-radius:20px!important;grid-template-columns:1fr auto 1fr auto 1fr!important;align-items:center!important;gap:8px!important;padding:11px 12px!important;display:grid!important;box-shadow:0 10px 28px #0f172a09!important}.homePearlPageV1 .taskBoardV3Stats span{color:#64748b!important;text-align:center!important;font-size:12px!important;font-weight:800!important;line-height:1.25!important}.homePearlPageV1 .taskBoardV3Stats strong{color:#0f172a!important;margin-top:3px!important;font-size:18px!important;font-weight:950!important;line-height:1.15!important;display:block!important}.homePearlPageV1 .taskBoardV3Stats i{background:#94a3b857!important;width:1px!important;height:26px!important;display:block!important}.homePearlPageV1 .taskBoardV3List{gap:10px!important;display:grid!important}.homePearlPageV1 .taskBoardV3Row{background:#fff!important;border:1px solid #e2e8f0f5!important;border-radius:22px!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:72px!important;padding:12px!important;display:grid!important;box-shadow:0 10px 24px #0f172a0b!important}.homePearlPageV1 .taskBoardV3Icon{color:#4f46e5!important;background:radial-gradient(circle,#fff 0 31%,#0000 32%),conic-gradient(from 220deg,#4f46e5e6,#06b6d4e6,#8b5cf6e6,#4f46e5e6)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;display:inline-flex!important;box-shadow:0 10px 22px #4f46e526!important}.homePearlPageV1 .taskBoardV3Icon svg{color:#fff!important;width:21px!important;height:21px!important}.homePearlPageV1 .taskBoardV3TitleLine strong{color:#0f172a!important;letter-spacing:-.025em!important;font-size:15px!important;font-weight:950!important;line-height:1.25!important}.homePearlPageV1 .taskBoardV3Row button,.homePearlPageV1 .taskBoardV3Button,.homePearlPageV1 .taskBoardV3Button.green{color:#fff!important;white-space:nowrap!important;background:linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:86px!important;min-height:38px!important;padding:0 14px!important;font-size:13px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 12px 24px #4f46e52e!important}.homePearlPageV1 .taskBoardV3Row button.completed,.homePearlPageV1 .taskBoardV3Row button:disabled,.homePearlPageV1 .taskBoardV3Row button:disabled.completed{color:#64748b!important;box-shadow:none!important;cursor:default!important;background:#f1f5f9!important}.homePearlPageV1 .taskBoardV3RuleSupport{display:grid!important}.homePearlPageV1 .taskBoardV3RuleSupport a{color:#4f46e5!important;background:#eef2ffb8!important;border:1px solid #c7d2fec7!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;min-height:48px!important;padding:0 14px!important;font-size:13px!important;font-weight:900!important;line-height:1.2!important;text-decoration:none!important;display:flex!important}@media (max-width:720px){.homePearlPageV1{border-radius:26px!important;gap:13px!important;padding:20px 16px!important}.homePearlPageV1 .homeCleanTopbar .brand{min-height:48px!important;font-size:14px!important}.homePearlPageV1 .homeCleanTopbar .brand:before{width:40px!important;height:40px!important}.homePearlPageV1 .contentBlock h1{font-size:28px!important}.homePearlPageV1 .contentBlock .lead{font-size:14px!important}.homePearlPageV1 .taskBoardV3{border-radius:24px!important;padding:15px!important}.homePearlPageV1 .taskBoardV3Row{grid-template-columns:auto minmax(0,1fr)!important;gap:11px!important;min-height:auto!important}.homePearlPageV1 .taskBoardV3Row button,.homePearlPageV1 .taskBoardV3Button,.homePearlPageV1 .taskBoardV3Button.green{grid-column:2!important;width:fit-content!important;min-width:82px!important}.homePearlPageV1 .taskBoardV3Header h2{font-size:18px!important}.homePearlPageV1 .taskBoardV3Stats{gap:6px!important;padding:10px!important}.homePearlPageV1 .taskBoardV3Stats span{font-size:11px!important}.homePearlPageV1 .taskBoardV3Stats strong{font-size:17px!important}}.homePearlPageV1 .homeCleanTopbar .brand{gap:0!important;min-height:50px!important;padding:7px 14px 7px 58px!important;position:relative!important}.homePearlPageV1 .homeCleanTopbar .brand:before{content:""!important;background:radial-gradient(circle,#fff 0 31%,#0000 32%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 126deg,#8b5cf6 245deg,#4f46e5 360deg)!important;border-radius:50%!important;width:42px!important;height:42px!important;position:absolute!important;top:50%!important;left:8px!important;transform:translateY(-50%)!important;box-shadow:0 12px 26px #4f46e53d,inset 0 0 0 1px #ffffff80!important}.homePearlPageV1 .homeCleanTopbar .brand:after{content:""!important;background:linear-gradient(135deg,#06b6d4,#8b5cf6)!important;border-radius:999px!important;width:9px!important;height:9px!important;position:absolute!important;top:50%!important;left:25px!important;transform:translateY(-50%)!important;box-shadow:0 -15px 0 -1px #8b5cf6,15px 5px 0 -1px #06b6d4,-13px 10px 0 -1px #4f46e5,0 0 16px #06b6d461!important}.homePearlPageV1 .taskBoardV3Icon{color:#4f46e5!important;background:radial-gradient(circle at 24% 18%,#06b6d421,#0000 32%),linear-gradient(135deg,#fff 0%,#f8fafc 100%)!important;border:1px solid #e2e8f0f5!important;border-radius:15px!important;width:40px!important;height:40px!important;box-shadow:0 10px 22px #0f172a0e,inset 0 1px #ffffffeb!important}.homePearlPageV1 .taskBoardV3Row.ecosystemTaskRow .taskBoardV3Icon svg{color:#06b6d4!important}.homePearlPageV1 .taskBoardV3Stats{background:linear-gradient(135deg,#f8fafcf0,#eef2ffc7)!important}@media (max-width:720px){.homePearlPageV1 .homeCleanTopbar .brand{min-height:48px!important;padding-left:56px!important}.homePearlPageV1 .homeCleanTopbar .brand:before{width:40px!important;height:40px!important}.homePearlPageV1 .homeCleanTopbar .brand:after{left:24px!important}.homePearlPageV1 .taskBoardV3Icon{border-radius:14px!important;width:38px!important;height:38px!important}}.homePearlPageV1 .homeCleanTopbar>.ecoTrustRingBrandV1{z-index:1!important;position:relative!important}.homePearlPageV1 .homeCleanTopbar>.brand:before,.homePearlPageV1 .homeCleanTopbar>.brand:after{content:none!important;display:none!important}.homePearlPageV1 .taskBoardV3Row.ecosystemTaskRow .taskBoardV3Icon{color:#06b6d4!important;background:radial-gradient(circle at 24% 18%,#10b9811a,#0000 32%),linear-gradient(135deg,#fff 0%,#f8fafc 100%)!important}.homePearlPageV1 .taskBoardV3Row{grid-template-columns:auto minmax(0,1fr) max-content!important}.homePearlPageV1 .taskBoardV3Row button,.homePearlPageV1 .taskBoardV3Button,.homePearlPageV1 .taskBoardV3Button.green{white-space:nowrap!important;flex:none!important;min-width:76px!important;max-width:92px!important;padding:0 12px!important;font-size:12px!important}@media (max-width:720px){.homePearlPageV1 .taskBoardV3Row{grid-template-columns:auto minmax(0,1fr) max-content!important;align-items:center!important;gap:9px!important}.homePearlPageV1 .taskBoardV3Row button,.homePearlPageV1 .taskBoardV3Button,.homePearlPageV1 .taskBoardV3Button.green{grid-column:auto!important;width:auto!important;min-width:72px!important;max-width:88px!important;min-height:36px!important;padding:0 10px!important;font-size:12px!important}.homePearlPageV1 .taskBoardV3TitleLine strong{font-size:14px!important}.homePearlPageV1 .taskBoardV3Main p{font-size:12px!important;line-height:1.45!important}}.ecoTrustPrimaryPillActionV1{color:#fff!important;white-space:nowrap!important;background:linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;padding:0 18px!important;font-size:14px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 14px 30px #4f46e533!important}.ecoTrustPrimaryPillActionV1:active{transform:scale(.98)!important}.membershipPearlActionV1.ecoTrustPrimaryPillActionV1{width:100%!important}@media (max-width:720px){.ecoTrustPrimaryPillActionV1{min-height:42px!important;padding:0 16px!important;font-size:13px!important}.homePearlPageV1 .taskBoardV3RuleSupport .ecoTrustPrimaryPillActionV1{min-width:128px!important}}.homePearlPageV1 .taskBoardV3Icon{color:#fff!important;background:radial-gradient(circle at 32% 20%,#ffffff6b,#0000 28%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 135deg,#8b5cf6 262deg,#4f46e5 360deg)!important;border:1px solid #ffffffb8!important;border-radius:999px!important;flex:none!important;width:36px!important;height:36px!important;box-shadow:0 8px 18px #4f46e533,inset 0 0 0 1px #ffffff2e!important}.homePearlPageV1 .taskBoardV3Row{grid-template-columns:auto minmax(0,1fr) max-content!important;align-items:center!important}.homePearlPageV1 .taskBoardV3Main{min-width:0!important}.homePearlPageV1 .taskBoardV3Row button,.homePearlPageV1 .taskBoardV3Button,.homePearlPageV1 .taskBoardV3Button.green{white-space:nowrap!important;flex:none!important;grid-column:auto!important;justify-self:end!important;width:auto!important;min-width:76px!important;max-width:none!important;padding:0 12px!important}.homePearlPageV1 .taskBoardV3RuleSupport .ecoTrustPrimaryPillActionV1{justify-self:center!important;width:fit-content!important;min-width:132px!important}@media (max-width:720px){.homePearlPageV1 .taskBoardV3Row{grid-template-columns:36px minmax(0,1fr) max-content!important;gap:9px!important}.homePearlPageV1 .taskBoardV3Icon{width:34px!important;height:34px!important}.homePearlPageV1 .taskBoardV3Icon svg{width:18px!important;height:18px!important}.homePearlPageV1 .taskBoardV3Row button,.homePearlPageV1 .taskBoardV3Button,.homePearlPageV1 .taskBoardV3Button.green{min-width:72px!important;min-height:36px!important;padding:0 10px!important;font-size:12px!important}}.homePearlPageV1 .taskBoardV3Icon{color:#fff!important;background:radial-gradient(circle at 32% 20%,#ffffff6b,#0000 28%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 135deg,#8b5cf6 262deg,#4f46e5 360deg)!important;border:1px solid #ffffffb8!important;border-radius:999px!important;flex:0 0 28px!important;width:28px!important;min-width:28px!important;height:28px!important;box-shadow:0 7px 15px #4f46e52e,inset 0 0 0 1px #ffffff2e!important}.homePearlPageV1 .taskBoardV3Icon svg{color:#fff!important;stroke:currentColor!important;width:16.5px!important;height:16.5px!important}.homePearlPageV1 .taskBoardV3Row.ecosystemTaskRow .taskBoardV3Icon{background:radial-gradient(circle at 32% 20%,#ffffff6b,#0000 28%),conic-gradient(from 220deg,#06b6d4 0deg,#10b981 135deg,#4f46e5 262deg,#06b6d4 360deg)!important;box-shadow:0 7px 15px #06b6d429,inset 0 0 0 1px #ffffff2e!important}.homePearlPageV1 .taskBoardV3Row{grid-template-columns:28px minmax(0,1fr) max-content!important;align-items:center!important;gap:10px!important}.homePearlPageV1 .taskBoardV3RuleSupport{justify-content:center!important;align-items:center!important;padding-top:2px!important;display:flex!important}.homePearlPageV1 .taskBoardV3RuleSupport a.ecoTrustPrimaryPillActionV1,.homePearlPageV1 .taskBoardV3RuleSupport .ecoTrustPrimaryPillActionV1{color:#fff!important;white-space:nowrap!important;background:linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:fit-content!important;min-width:132px!important;min-height:42px!important;padding:0 18px!important;font-size:13px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 14px 30px #4f46e533!important}.homePearlPageV1 .taskBoardV3Row button,.homePearlPageV1 .taskBoardV3Button,.homePearlPageV1 .taskBoardV3Button.green{white-space:nowrap!important;grid-column:auto!important;justify-self:end!important;width:auto!important;min-width:72px!important;max-width:none!important;min-height:36px!important;padding:0 10px!important;font-size:12px!important}@media (max-width:720px){.homePearlPageV1 .taskBoardV3Icon{flex-basis:26px!important;width:26px!important;min-width:26px!important;height:26px!important}.homePearlPageV1 .taskBoardV3Icon svg{width:15.5px!important;height:15.5px!important}.homePearlPageV1 .taskBoardV3Row{grid-template-columns:26px minmax(0,1fr) max-content!important;gap:8px!important}.homePearlPageV1 .taskBoardV3RuleSupport a.ecoTrustPrimaryPillActionV1,.homePearlPageV1 .taskBoardV3RuleSupport .ecoTrustPrimaryPillActionV1{min-width:128px!important;min-height:40px!important;padding:0 16px!important;font-size:13px!important}}.homePearlPageV1 .taskBoardV3RuleSupport a.ecoTrustPrimaryPillActionV1,.homePearlPageV1 .taskBoardV3RuleSupport .ecoTrustPrimaryPillActionV1{box-sizing:border-box!important;color:#fff!important;white-space:nowrap!important;background:linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;max-width:none!important;min-height:44px!important;padding:0 18px!important;font-size:13px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 14px 30px #4f46e533!important}@media (max-width:720px){.homePearlPageV1 .taskBoardV3RuleSupport a.ecoTrustPrimaryPillActionV1,.homePearlPageV1 .taskBoardV3RuleSupport .ecoTrustPrimaryPillActionV1{width:100%!important;min-height:42px!important;padding:0 16px!important;font-size:13px!important}}.homePearlPageV1 .taskBoardV3RuleSupport{width:100%!important;padding-top:2px!important;display:block!important}.homePearlPageV1 .taskBoardV3RuleFullButton{box-sizing:border-box!important;color:#fff!important;white-space:nowrap!important;background:linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:0 18px!important;font-size:13px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;display:flex!important;box-shadow:0 14px 30px #4f46e533!important}.homePearlPageV1 .taskBoardV3RuleFullButton:active{transform:scale(.985)!important}@media (max-width:720px){.homePearlPageV1 .taskBoardV3RuleFullButton{width:100%!important;min-height:42px!important;padding:0 16px!important;font-size:13px!important}}.homePearlPageV1 .taskBoardV3RuleSupport a.taskBoardV3RuleFullButton,.homePearlPageV1 .taskBoardV3RuleSupport .taskBoardV3RuleFullButton{box-sizing:border-box!important;color:#fff!important;white-space:nowrap!important;background:radial-gradient(circle at 18% 0,#ffffff47,#0000 32%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:44px!important;padding:0 18px!important;font-size:13px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;display:flex!important;box-shadow:0 14px 30px #4f46e538,inset 0 1px #ffffff38!important}.homePearlPageV1 .taskBoardV3RuleSupport a.taskBoardV3RuleFullButton:active,.homePearlPageV1 .taskBoardV3RuleSupport .taskBoardV3RuleFullButton:active{transform:scale(.985)!important}@media (max-width:720px){.homePearlPageV1 .taskBoardV3RuleSupport a.taskBoardV3RuleFullButton,.homePearlPageV1 .taskBoardV3RuleSupport .taskBoardV3RuleFullButton{min-height:42px!important;padding:0 16px!important;font-size:13px!important}}.ecoTrustRingBrandV1 strong{margin-top:0!important;line-height:1.15!important}.ecoTrustRingBrandV1:not(:has(em)){align-items:center!important;min-height:50px!important}.ecoTrustRingBrandV1:not(:has(em))>div{align-items:center!important;display:flex!important}.homePearlPageV1 .homeCleanTopbar .ecoTrustRingBrandV1,.membershipPearlHeroV1 .ecoTrustRingBrandV1,.ecoTrustRingBrandV1{width:fit-content!important;min-height:44px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:10px!important;padding:0!important;display:inline-flex!important}.homePearlPageV1 .homeCleanTopbar .ecoTrustRingBrandV1>div,.membershipPearlHeroV1 .ecoTrustRingBrandV1>div,.ecoTrustRingBrandV1>div{align-items:center!important;display:flex!important}.homePearlPageV1 .homeCleanTopbar .ecoTrustRingBrandV1 strong,.membershipPearlHeroV1 .ecoTrustRingBrandV1 strong,.ecoTrustRingBrandV1 strong{color:#0f172a!important;letter-spacing:-.035em!important;font-size:16px!important;font-weight:950!important;line-height:1.1!important;display:block!important}.homePearlPageV1 .homeCleanTopbar .ecoTrustRingBrandV1 em,.membershipPearlHeroV1 .ecoTrustRingBrandV1 em,.ecoTrustRingBrandV1 em{display:none!important}.homePearlPageV1 .homeCleanTopbar .ecoTrustRingMarkV1,.membershipPearlHeroV1 .ecoTrustRingMarkV1,.ecoTrustRingMarkV1{border-radius:999px!important;flex:0 0 40px!important;width:40px!important;height:40px!important}@media (max-width:720px){.homePearlPageV1 .homeCleanTopbar .ecoTrustRingBrandV1,.membershipPearlHeroV1 .ecoTrustRingBrandV1,.ecoTrustRingBrandV1{gap:9px!important;min-height:42px!important}.homePearlPageV1 .homeCleanTopbar .ecoTrustRingBrandV1 strong,.membershipPearlHeroV1 .ecoTrustRingBrandV1 strong,.ecoTrustRingBrandV1 strong{font-size:15px!important}.homePearlPageV1 .homeCleanTopbar .ecoTrustRingMarkV1,.membershipPearlHeroV1 .ecoTrustRingMarkV1,.ecoTrustRingMarkV1{flex-basis:38px!important;width:38px!important;height:38px!important}}html.hasMainBottomNav body{padding-bottom:0!important}html.hasMainBottomNav .page,.hasMainBottomNav .page{box-sizing:border-box!important;min-height:100dvh!important;padding-bottom:max(78px, calc(78px + env(safe-area-inset-bottom)))!important}html.hasMainBottomNav .mainBottomNav,.hasMainBottomNav .mainBottomNav{padding-bottom:max(8px, env(safe-area-inset-bottom))!important}@media (max-width:720px){html.hasMainBottomNav body{padding-bottom:0!important}html.hasMainBottomNav .page,.hasMainBottomNav .page{box-sizing:border-box!important;min-height:100dvh!important;padding-bottom:max(76px, calc(76px + env(safe-area-inset-bottom)))!important}html.hasMainBottomNav .mainBottomNav,.hasMainBottomNav .mainBottomNav{padding-bottom:max(8px, env(safe-area-inset-bottom))!important}}html.hasMainBottomNav .ecosystemsPage,html.hasMainBottomNav .myGrowthCleanPage,html.hasMainBottomNav .myPageStandard,html.hasMainBottomNav .myStandardPageV3,html.hasMainBottomNav .myPageMenuShell,html.hasMainBottomNav .membershipPearlPageV1,html.hasMainBottomNav .ecosystemRulesPage,html.hasMainBottomNav .ecosystemRulesPageV3,html.hasMainBottomNav .ecosystemOnboardingPage,html.hasMainBottomNav .pioneerMembershipPage,html.hasMainBottomNav .pioneerMembershipPageV1,html.hasMainBottomNav .paymentRecordsPage,html.hasMainBottomNav .membershipOrdersPage,.hasMainBottomNav .ecosystemsPage,.hasMainBottomNav .myGrowthCleanPage,.hasMainBottomNav .myPageStandard,.hasMainBottomNav .myStandardPageV3,.hasMainBottomNav .myPageMenuShell,.hasMainBottomNav .membershipPearlPageV1,.hasMainBottomNav .ecosystemRulesPage,.hasMainBottomNav .ecosystemRulesPageV3,.hasMainBottomNav .ecosystemOnboardingPage,.hasMainBottomNav .pioneerMembershipPage,.hasMainBottomNav .pioneerMembershipPageV1,.hasMainBottomNav .paymentRecordsPage,.hasMainBottomNav .membershipOrdersPage{padding-bottom:12px!important}@media (max-width:720px){html.hasMainBottomNav .ecosystemsPage,html.hasMainBottomNav .myGrowthCleanPage,html.hasMainBottomNav .myPageStandard,html.hasMainBottomNav .myStandardPageV3,html.hasMainBottomNav .myPageMenuShell,html.hasMainBottomNav .membershipPearlPageV1,html.hasMainBottomNav .ecosystemRulesPage,html.hasMainBottomNav .ecosystemRulesPageV3,html.hasMainBottomNav .ecosystemOnboardingPage,html.hasMainBottomNav .pioneerMembershipPage,html.hasMainBottomNav .pioneerMembershipPageV1,html.hasMainBottomNav .paymentRecordsPage,html.hasMainBottomNav .membershipOrdersPage,.hasMainBottomNav .ecosystemsPage,.hasMainBottomNav .myGrowthCleanPage,.hasMainBottomNav .myPageStandard,.hasMainBottomNav .myStandardPageV3,.hasMainBottomNav .myPageMenuShell,.hasMainBottomNav .membershipPearlPageV1,.hasMainBottomNav .ecosystemRulesPage,.hasMainBottomNav .ecosystemRulesPageV3,.hasMainBottomNav .ecosystemOnboardingPage,.hasMainBottomNav .pioneerMembershipPage,.hasMainBottomNav .pioneerMembershipPageV1,.hasMainBottomNav .paymentRecordsPage,.hasMainBottomNav .membershipOrdersPage{padding-bottom:8px!important}}.ecosystemsPearlPageV1{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:820px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.ecosystemsPearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.ecosystemsPearlHeroV1{z-index:1!important;gap:18px!important;display:grid!important;position:relative!important}.ecosystemsPearlHeroTextV1{gap:10px!important;max-width:690px!important;display:grid!important}.ecosystemsPearlHeroTextV1>span,.ecosystemsPearlSectionHeadV1 span{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.ecosystemsPearlHeroTextV1 h1{color:#0f172a!important;letter-spacing:-.055em!important;margin:0!important;font-size:34px!important;font-weight:950!important;line-height:1.08!important}.ecosystemsPearlHeroTextV1 p{color:#475569!important;margin:0!important;font-size:15px!important;font-weight:600!important;line-height:1.78!important}.ecosystemsPearlSectionV1{z-index:1!important;background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;gap:14px!important;padding:18px!important;display:grid!important;position:relative!important;box-shadow:0 16px 42px #0f172a12!important}.ecosystemsPearlSectionHeadV1{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.ecosystemsPearlSectionHeadV1 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:8px 0 0!important;font-size:20px!important;font-weight:950!important;line-height:1.25!important}.ecosystemsPearlListV1{gap:10px!important;display:grid!important}.ecosystemsPearlItemV1{min-height:68px!important;color:inherit!important;-webkit-tap-highlight-color:transparent!important;background:#fff!important;border:1px solid #e2e8f0f5!important;border-radius:22px!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:12px!important;text-decoration:none!important;display:grid!important;box-shadow:0 10px 24px #0f172a0b!important}.ecosystemsPearlLogoV1{background:radial-gradient(circle at 24% 18%,#06b6d41f,#0000 32%),linear-gradient(135deg,#fff 0%,#f8fafc 100%)!important;border:1px solid #e2e8f0f5!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;display:inline-flex!important;overflow:hidden!important;box-shadow:0 10px 22px #0f172a0e,inset 0 1px #ffffffeb!important}.ecosystemsPearlLogoV1 img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.ecosystemsPearlItemMainV1{gap:4px!important;min-width:0!important;display:grid!important}.ecosystemsPearlItemMainV1 strong{color:#0f172a!important;letter-spacing:-.025em!important;font-size:15px!important;font-weight:950!important;line-height:1.25!important}.ecosystemsPearlItemMainV1 em{color:#64748b!important;font-size:12px!important;font-style:normal!important;font-weight:800!important;line-height:1.2!important}.ecosystemsPearlArrowV1{color:#fff!important;background:radial-gradient(circle at 32% 20%,#ffffff6b,#0000 28%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 135deg,#8b5cf6 262deg,#4f46e5 360deg)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;font-size:18px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;box-shadow:0 7px 15px #4f46e52e,inset 0 0 0 1px #ffffff2e!important}.ecosystemsPearlNoticeV1{color:#64748b!important;background:linear-gradient(135deg,#f8fafcf0,#eef2ffc7)!important;border:1px solid #e2e8f0e6!important;border-radius:18px!important;margin:0!important;padding:13px!important;font-size:12px!important;font-weight:650!important;line-height:1.65!important}.ecosystemsPearlNavRowsV1{z-index:1!important;gap:10px!important;display:grid!important;position:relative!important}.ecosystemsPearlNavRowsV1 a{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:0 16px!important;text-decoration:none!important;display:flex!important;box-shadow:0 10px 24px #0f172a0a!important}.ecosystemsPearlNavRowsV1 strong{font-size:14px!important;font-weight:900!important;line-height:1.35!important}.ecosystemsPearlNavRowsV1 em{color:#4f46e5!important;font-size:20px!important;font-style:normal!important;font-weight:950!important;line-height:1!important}@media (max-width:720px){.ecosystemsPearlPageV1{border-radius:26px!important;gap:13px!important;padding:20px 16px!important}.ecosystemsPearlHeroTextV1 h1{font-size:28px!important}.ecosystemsPearlHeroTextV1 p{font-size:14px!important}.ecosystemsPearlSectionV1{border-radius:24px!important;padding:15px!important}.ecosystemsPearlItemV1{gap:10px!important;min-height:64px!important}.ecosystemsPearlLogoV1{border-radius:15px!important;width:40px!important;height:40px!important}.ecosystemsPearlArrowV1{width:26px!important;height:26px!important;font-size:17px!important}.ecosystemsPearlNavRowsV1 a{min-height:52px!important}}.myGrowthPearlPageV1{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:820px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.myGrowthPearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.myGrowthPearlHeroV1{z-index:1!important;gap:18px!important;display:grid!important;position:relative!important}.myGrowthPearlHeroTextV1{gap:10px!important;max-width:690px!important;display:grid!important}.myGrowthPearlHeroTextV1>span,.myGrowthPearlPanelHeadV1 span{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.myGrowthPearlHeroTextV1 h1{color:#0f172a!important;letter-spacing:-.055em!important;margin:0!important;font-size:34px!important;font-weight:950!important;line-height:1.08!important}.myGrowthPearlHeroTextV1 p{color:#475569!important;margin:0!important;font-size:15px!important;font-weight:600!important;line-height:1.78!important}.myGrowthPearlStatsV1{z-index:1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;display:grid!important;position:relative!important}.myGrowthPearlStatsV1 div{background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:22px!important;align-content:center!important;gap:8px!important;min-height:112px!important;padding:14px!important;display:grid!important;box-shadow:0 12px 30px #0f172a0e!important}.myGrowthPearlStatsV1 span{color:#64748b!important;font-size:12px!important;font-weight:850!important;line-height:1.2!important}.myGrowthPearlStatsV1 strong{color:#0f172a!important;letter-spacing:-.045em!important;font-size:26px!important;font-weight:950!important;line-height:1!important}.myGrowthPearlStatsV1 em{color:#64748b!important;font-size:12px!important;font-style:normal!important;font-weight:750!important;line-height:1.2!important}.myGrowthPearlStatsV1 div:first-child{background:radial-gradient(circle at 18% 0,#06b6d429,#0000 34%),radial-gradient(circle at 82% 0,#8b5cf624,#0000 36%),linear-gradient(#fffffff5,#eef2ffd1)!important;box-shadow:0 14px 34px #4f46e51c,inset 0 0 0 1px #c7d2fe9e!important}.myGrowthPearlRuleV1{z-index:1!important;display:grid!important;position:relative!important}.myGrowthPearlRuleV1 a{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:0 16px!important;text-decoration:none!important;display:flex!important;box-shadow:0 10px 24px #0f172a0a!important}.myGrowthPearlRuleV1 strong{font-size:14px!important;font-weight:900!important;line-height:1.35!important}.myGrowthPearlRuleV1 em{color:#4f46e5!important;font-size:20px!important;font-style:normal!important;font-weight:950!important;line-height:1!important}.myGrowthPearlPanelV1{z-index:1!important;background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;gap:14px!important;padding:18px!important;display:grid!important;position:relative!important;box-shadow:0 16px 42px #0f172a12!important}.myGrowthPearlPanelHeadV1 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:8px 0 0!important;font-size:20px!important;font-weight:950!important;line-height:1.25!important}.myGrowthPearlRecordListV1{gap:10px!important;display:grid!important}.myGrowthPearlRecordV1{background:#fff!important;border:1px solid #e2e8f0f5!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:58px!important;padding:12px!important;display:flex!important;box-shadow:0 10px 24px #0f172a0a!important}.myGrowthPearlRecordV1 strong{color:#0f172a!important;font-size:14px!important;font-weight:900!important;line-height:1.3!important;display:block!important}.myGrowthPearlRecordV1 span{color:#64748b!important;margin-top:4px!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important;display:block!important}.myGrowthPearlRecordV1 em{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;flex:none!important;align-items:center!important;min-height:28px!important;padding:0 10px!important;font-size:12px!important;font-style:normal!important;font-weight:950!important;line-height:1!important;display:inline-flex!important}.myGrowthPearlEmptyV1,.myGrowthPearlMessageV1{color:#64748b!important;background:linear-gradient(135deg,#f8fafcf0,#eef2ffc7)!important;border:1px solid #e2e8f0e6!important;border-radius:18px!important;align-items:center!important;min-height:54px!important;padding:0 14px!important;font-size:13px!important;font-weight:700!important;line-height:1.45!important;display:flex!important}.myGrowthPearlMessageV1{z-index:1!important;position:relative!important}@media (max-width:720px){.myGrowthPearlPageV1{border-radius:26px!important;gap:13px!important;padding:20px 16px!important}.myGrowthPearlHeroTextV1 h1{font-size:28px!important}.myGrowthPearlHeroTextV1 p{font-size:14px!important}.myGrowthPearlStatsV1{grid-template-columns:repeat(2,minmax(0,1fr))!important}.myGrowthPearlStatsV1 div{border-radius:20px!important;min-height:104px!important}.myGrowthPearlStatsV1 strong{font-size:24px!important}.myGrowthPearlPanelV1{border-radius:24px!important;padding:15px!important}.myGrowthPearlRuleV1 a{min-height:52px!important}}.myStandardTopbarV3.mySettingsPearlTopbarV1{z-index:1!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-bottom:16px!important;display:flex!important;position:relative!important}.mySettingsPearlMenuButtonRightV1 span{background:#4f46e5!important;border-radius:999px!important;width:17px!important;height:2px!important}@media (max-width:720px){.myStandardTopbarV3.mySettingsPearlTopbarV1{margin-bottom:14px!important}.mySettingsPearlMenuButtonRightV1{border-radius:15px!important;flex-basis:40px!important;width:40px!important;height:40px!important;min-height:40px!important}}.myStandardTopbarV3.mySettingsPearlTopbarV1{z-index:1!important;box-shadow:none!important;background:0 0!important;border:0!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-bottom:16px!important;padding:0!important;display:flex!important;position:relative!important}.mySettingsPearlTopbarV1 .ecoTrustRingBrandV1{flex:0 auto!important;min-width:0!important}.mySettingsPearlMenuButtonRightV1{background:radial-gradient(circle at 18% 0,#06b6d424,#0000 34%),linear-gradient(#fffffff0,#eef2ffd1)!important;border:1px solid #e2e8f0f5!important;border-radius:16px!important;flex-direction:column!important;flex:0 0 42px!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;display:inline-flex!important;box-shadow:0 10px 24px #0f172a0f,inset 0 1px #ffffffeb!important}.mySettingsPearlMenuButtonRightV1 span{background:#4f46e5!important;border-radius:999px!important;width:17px!important;height:2px!important;display:block!important}.mySettingsPearlMenuButtonRightV1:active{transform:scale(.97)!important}@media (max-width:720px){.myStandardTopbarV3.mySettingsPearlTopbarV1{margin-bottom:14px!important}.mySettingsPearlMenuButtonRightV1{border-radius:15px!important;flex-basis:40px!important;width:40px!important;height:40px!important;min-height:40px!important}}.myStandardPageV3{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:820px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.myStandardPageV3:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.myStandardAccountCardV3,.myStandardStatsCardV3,.myMemberPaymentCardV1{z-index:1!important;background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;position:relative!important;box-shadow:0 16px 42px #0f172a12!important}.myStandardAccountHeroV3.compact h1{color:#0f172a!important;letter-spacing:-.05em!important;font-size:26px!important;font-weight:950!important;line-height:1.12!important}.myStandardAccountHeroV3.compact p{color:#475569!important;font-size:14px!important;font-weight:650!important;line-height:1.7!important}.myAccountTopGridV4{gap:10px!important;display:grid!important}.myAccountInfoRowV4{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;min-height:58px!important;box-shadow:0 10px 24px #0f172a0a!important}.myAccountInfoRowV4.primary{background:radial-gradient(circle at 18% 0,#06b6d429,#0000 34%),radial-gradient(circle at 82% 0,#8b5cf624,#0000 36%),linear-gradient(#fffffff5,#eef2ffd1)!important;box-shadow:0 14px 34px #4f46e51c,inset 0 0 0 1px #c7d2fe9e!important}.myAccountInfoRowV4 span,.myStandardStatsHeadV3.clean span,.myStandardStatsGridV3.three span{color:#64748b!important;font-size:12px!important;font-weight:850!important;line-height:1.2!important}.myAccountInfoRowV4 strong,.myStandardStatsGridV3.three strong{color:#0f172a!important;letter-spacing:-.025em!important;font-weight:950!important}.myAccountInfoRowV4.invite button{color:#fff!important;background:radial-gradient(circle at 18% 0,#ffffff47,#0000 32%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:64px!important;min-height:34px!important;padding:0 12px!important;font-size:12px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;box-shadow:0 10px 22px #4f46e52e!important}.myAccountInfoRowV4.invite button:disabled{color:#94a3b8!important;box-shadow:none!important;background:#f1f5f9eb!important;border:1px solid #e2e8f0f2!important}.myStandardStatsGridV3.three{gap:10px!important;display:grid!important}.myStandardStatsGridV3.three div{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:22px!important;min-height:94px!important;box-shadow:0 10px 24px #0f172a0a!important}.myStandardStatsGridV3.three div:first-child{background:radial-gradient(circle at 18% 0,#06b6d429,#0000 34%),radial-gradient(circle at 82% 0,#8b5cf624,#0000 36%),linear-gradient(#fffffff5,#eef2ffd1)!important}.myMemberPaymentHeadV1{align-items:center!important}.myMemberPaymentHeadV1 strong{color:#0f172a!important;font-weight:950!important}.myMemberPaymentHeadV1 span{color:#4f46e5!important;background:#eef2fff5!important;border:1px solid #c7d2fec7!important;border-radius:999px!important;align-items:center!important;min-height:28px!important;padding:0 11px!important;font-size:12px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important}.myMemberPaymentRowsV1{gap:10px!important;display:grid!important}.myMemberPaymentRowV1{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;min-height:54px!important;box-shadow:0 10px 24px #0f172a0a!important}.myMemberPaymentRowV1 strong{color:#0f172a!important;font-size:14px!important;font-weight:900!important;line-height:1.35!important}.myMemberPaymentRowV1 span{color:#fff!important;background:radial-gradient(circle at 32% 20%,#ffffff6b,#0000 28%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 135deg,#8b5cf6 262deg,#4f46e5 360deg)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;font-size:18px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;box-shadow:0 7px 15px #4f46e52e,inset 0 0 0 1px #ffffff2e!important}@media (max-width:720px){.myStandardPageV3{border-radius:26px!important;gap:13px!important;padding:20px 16px!important}.myStandardAccountCardV3,.myStandardStatsCardV3,.myMemberPaymentCardV1{border-radius:24px!important}.myStandardAccountHeroV3.compact h1{font-size:24px!important}.myMemberPaymentRowV1 span{width:26px!important;height:26px!important;font-size:17px!important}}.ecosystemRulesPearlPageV1{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:820px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.ecosystemRulesPearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.ecosystemRulesPearlHeroV1,.ecosystemRulesPearlIntroV1,.ecosystemRulesPearlPanelV1,.ecosystemRulesPearlNoticeV1{z-index:1!important;position:relative!important}.ecosystemRulesPearlHeroV1{gap:18px!important;display:grid!important}.ecosystemRulesPearlHeroTextV1{gap:10px!important;max-width:720px!important;display:grid!important}.ecosystemRulesPearlHeroTextV1>span,.ecosystemRulesPearlPanelHeadV1>span,.ecosystemRulesPearlIntroV1 span,.ecosystemRulesPearlBudgetGridV1 article>span{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.ecosystemRulesPearlHeroTextV1 h1{color:#0f172a!important;letter-spacing:-.055em!important;margin:0!important;font-size:34px!important;font-weight:950!important;line-height:1.08!important}.ecosystemRulesPearlHeroTextV1 p,.ecosystemRulesPearlIntroV1 p,.ecosystemRulesPearlStepsV1 p,.ecosystemRulesPearlBudgetGridV1 p,.ecosystemRulesPearlNoticeV1 p{color:#475569!important;margin:0!important;font-size:14px!important;font-weight:650!important;line-height:1.75!important}.ecosystemRulesPearlIntroV1{background:radial-gradient(circle at 18% 0,#06b6d429,#0000 34%),radial-gradient(circle at 82% 0,#8b5cf624,#0000 36%),linear-gradient(#fffffff5,#eef2ffd1)!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:18px!important;display:grid!important;box-shadow:0 14px 34px #4f46e51c!important}.ecosystemRulesPearlIntroV1>div{gap:9px!important;display:grid!important}.ecosystemRulesPearlIntroV1 strong{color:#0f172a!important;font-size:18px!important;font-weight:950!important;line-height:1.25!important}.ecosystemRulesPearlIntroV1 a{color:#fff!important;white-space:nowrap!important;background:radial-gradient(circle at 18% 0,#ffffff47,#0000 32%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 16px!important;font-size:13px!important;font-weight:950!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 12px 26px #4f46e533!important}.ecosystemRulesPearlPanelV1,.ecosystemRulesPearlNoticeV1{background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;gap:14px!important;padding:18px!important;display:grid!important;box-shadow:0 16px 42px #0f172a12!important}.ecosystemRulesPearlPanelHeadV1 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:8px 0 0!important;font-size:20px!important;font-weight:950!important;line-height:1.25!important}.ecosystemRulesPearlStepsV1,.ecosystemRulesPearlBudgetGridV1{gap:10px!important;display:grid!important}.ecosystemRulesPearlStepsV1 article{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:20px!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important;gap:12px!important;min-height:74px!important;padding:13px!important;display:grid!important;box-shadow:0 10px 24px #0f172a0a!important}.ecosystemRulesPearlStepsV1 article>em{color:#fff!important;background:radial-gradient(circle at 32% 20%,#ffffff6b,#0000 28%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 135deg,#8b5cf6 262deg,#4f46e5 360deg)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:30px!important;height:30px!important;font-size:11px!important;font-style:normal!important;font-weight:950!important;display:inline-flex!important;box-shadow:0 7px 15px #4f46e52e!important}.ecosystemRulesPearlStepsV1 strong,.ecosystemRulesPearlBudgetGridV1 strong,.ecosystemRulesPearlNoticeV1 strong{color:#0f172a!important;font-size:15px!important;font-weight:950!important;line-height:1.35!important;display:block!important}.ecosystemRulesPearlStepsV1 p{margin-top:5px!important}.ecosystemRulesPearlBudgetGridV1{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ecosystemRulesPearlBudgetGridV1 article{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:20px!important;gap:9px!important;padding:14px!important;display:grid!important;box-shadow:0 10px 24px #0f172a0a!important}.ecosystemRulesPearlListV1{gap:10px!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.ecosystemRulesPearlListV1 li{color:#475569!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;padding:12px 12px 12px 40px!important;font-size:13px!important;font-weight:650!important;line-height:1.65!important;position:relative!important;box-shadow:0 10px 24px #0f172a0a!important}.ecosystemRulesPearlListV1 li:before{content:"✓"!important;color:#fff!important;background:linear-gradient(135deg,#4f46e5,#06b6d4)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:20px!important;height:20px!important;font-size:11px!important;font-weight:950!important;display:inline-flex!important;position:absolute!important;top:12px!important;left:12px!important}@media (max-width:720px){.ecosystemRulesPearlPageV1{border-radius:26px!important;gap:13px!important;padding:20px 16px!important}.ecosystemRulesPearlHeroTextV1 h1{font-size:28px!important}.ecosystemRulesPearlIntroV1{border-radius:24px!important;grid-template-columns:1fr!important}.ecosystemRulesPearlIntroV1 a{width:100%!important}.ecosystemRulesPearlPanelV1,.ecosystemRulesPearlNoticeV1{border-radius:24px!important;padding:15px!important}.ecosystemRulesPearlBudgetGridV1{grid-template-columns:1fr!important}}.ecosystemOnboardingPearlPageV1{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:920px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.ecosystemOnboardingPearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.ecosystemOnboardingPearlPageV1 .onboardingHero,.ecosystemOnboardingPearlPageV1 .onboardingLayout{z-index:1!important;position:relative!important}.ecosystemOnboardingPearlHeroV1{box-shadow:none!important;background:0 0!important;border:0!important;gap:18px!important;padding:0!important;display:grid!important}.ecosystemOnboardingPearlHeroTextV1{gap:10px!important;max-width:720px!important;display:grid!important}.ecosystemOnboardingPearlHeroTextV1>span{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important}.ecosystemOnboardingPearlPageV1 .onboardingHero h1{color:#0f172a!important;letter-spacing:-.055em!important;margin:0!important;font-size:34px!important;font-weight:950!important;line-height:1.08!important}.ecosystemOnboardingPearlPageV1 .onboardingHero .lead{color:#475569!important;margin:0!important;font-size:14px!important;font-weight:650!important;line-height:1.75!important}.ecosystemOnboardingPearlPageV1 .onboardingLayout{grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr)!important;gap:14px!important;display:grid!important}.ecosystemOnboardingPearlPageV1 .onboardingForm,.ecosystemOnboardingPearlPageV1 .onboardingSide>div{background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;box-shadow:0 16px 42px #0f172a12!important}.ecosystemOnboardingPearlPageV1 .onboardingForm{padding:18px!important}.ecosystemOnboardingPearlPageV1 .formGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.ecosystemOnboardingPearlPageV1 .onboardingForm label,.ecosystemOnboardingPearlPageV1 .fullField,.ecosystemOnboardingPearlPageV1 .taskTypeBox{gap:8px!important;display:grid!important}.ecosystemOnboardingPearlPageV1 .onboardingForm label span,.ecosystemOnboardingPearlPageV1 .fullField span,.ecosystemOnboardingPearlPageV1 .taskTypeBox>span{color:#64748b!important;font-size:12px!important;font-weight:850!important}.ecosystemOnboardingPearlPageV1 input,.ecosystemOnboardingPearlPageV1 select,.ecosystemOnboardingPearlPageV1 textarea{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0f5!important;border-radius:16px!important;width:100%!important;min-height:44px!important;font-size:13px!important;font-weight:700!important;box-shadow:0 8px 18px #0f172a09!important}.ecosystemOnboardingPearlPageV1 textarea{min-height:108px!important}.ecosystemOnboardingPearlPageV1 input:focus,.ecosystemOnboardingPearlPageV1 select:focus,.ecosystemOnboardingPearlPageV1 textarea:focus{border-color:#4f46e56b!important;outline:none!important;box-shadow:0 0 0 4px #4f46e51a,0 10px 24px #0f172a0d!important}.ecosystemOnboardingPearlPageV1 .fullField,.ecosystemOnboardingPearlPageV1 .taskTypeBox,.ecosystemOnboardingPearlPageV1 .onboardingSubmitRow{margin-top:14px!important}.ecosystemOnboardingPearlPageV1 .taskTypeBox>div{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.ecosystemOnboardingPearlPageV1 .taskTypeBox button{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;min-height:58px!important;box-shadow:0 10px 24px #0f172a0a!important}.ecosystemOnboardingPearlPageV1 .taskTypeBox button.active{background:radial-gradient(circle at 18% 0,#06b6d429,#0000 34%),radial-gradient(circle at 82% 0,#8b5cf624,#0000 36%),linear-gradient(#fffffff5,#eef2ffd1)!important;border-color:#c7d2fec7!important}.ecosystemOnboardingPearlPageV1 .taskTypeBox button span{color:#0f172a!important;font-weight:950!important}.ecosystemOnboardingPearlPageV1 .taskTypeBox button small{color:#64748b!important;font-weight:800!important}.ecosystemOnboardingPearlPageV1 .onboardingSubmitRow button{color:#fff!important;background:radial-gradient(circle at 18% 0,#ffffff47,#0000 32%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border:0!important;border-radius:999px!important;width:100%!important;min-height:46px!important;font-size:14px!important;font-weight:950!important;box-shadow:0 14px 30px #4f46e538!important}.ecosystemOnboardingPearlPageV1 .onboardingSide{align-content:start!important;gap:12px!important;display:grid!important}.ecosystemOnboardingPearlPageV1 .onboardingSide>div{padding:16px!important}.ecosystemOnboardingPearlPageV1 .onboardingSide strong{color:#0f172a!important;font-size:15px!important;font-weight:950!important}.ecosystemOnboardingPearlPageV1 .onboardingSide p,.ecosystemOnboardingPearlPageV1 .onboardingMessage,.ecosystemOnboardingPearlPageV1 .onboardingSuccessCard p,.ecosystemOnboardingPearlPageV1 .onboardingSuccessCard li{color:#475569!important;font-size:13px!important;font-weight:650!important;line-height:1.65!important}@media (max-width:720px){.ecosystemOnboardingPearlPageV1{border-radius:26px!important;padding:20px 16px!important}.ecosystemOnboardingPearlPageV1 .onboardingHero h1{font-size:28px!important}.ecosystemOnboardingPearlPageV1 .onboardingLayout,.ecosystemOnboardingPearlPageV1 .formGrid,.ecosystemOnboardingPearlPageV1 .taskTypeBox>div{grid-template-columns:1fr!important}.ecosystemOnboardingPearlPageV1 .onboardingForm,.ecosystemOnboardingPearlPageV1 .onboardingSide>div{border-radius:24px!important}}.ecosystemOnboardingPearlPageV1 .onboardingHero h1{letter-spacing:-.045em!important;font-size:30px!important;line-height:1.12!important}.ecosystemOnboardingPearlPageV1 .taskTypeBox button{text-align:left!important;align-items:flex-start!important;padding:13px 14px!important;position:relative!important}.ecosystemOnboardingPearlPageV1 .taskTypeBox button span{color:#0f172a!important;font-size:13px!important;font-weight:950!important;line-height:1.25!important;display:block!important}.ecosystemOnboardingPearlPageV1 .taskTypeBox button small{color:#64748b!important;background:#f1f5f9eb!important;border:1px solid #e2e8f0f5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:fit-content!important;min-height:24px!important;margin-top:8px!important;padding:0 10px!important;font-size:11px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.ecosystemOnboardingPearlPageV1 .taskTypeBox button.active small{color:#fff!important;background:radial-gradient(circle at 18% 0,#ffffff52,#0000 32%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 56%,#8b5cf6 100%)!important;border-color:#0000!important;box-shadow:0 8px 18px #4f46e52e!important}@media (max-width:720px){.ecosystemOnboardingPearlPageV1 .onboardingHero h1{letter-spacing:-.04em!important;font-size:25px!important;line-height:1.14!important}.ecosystemOnboardingPearlPageV1 .taskTypeBox button{min-height:56px!important;padding:12px 13px!important}}.pioneerMembershipPearlPageV1{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:820px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.pioneerMembershipPearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.pioneerMembershipPearlPageV1 .membershipHero,.pioneerMembershipPearlPageV1 .membershipSection{z-index:1!important;position:relative!important}.pioneerMembershipPearlHeroV1{box-shadow:none!important;background:0 0!important;border:0!important;gap:18px!important;padding:0!important;display:grid!important}.pioneerMembershipPearlHeroTextV1{gap:10px!important;max-width:720px!important;display:grid!important}.pioneerMembershipPearlHeroTextV1>span,.pioneerMembershipPearlPageV1 .sectionLabel,.pioneerMembershipPearlPageV1 .membershipCard>span{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.pioneerMembershipPearlPageV1 h1{color:#0f172a!important;letter-spacing:-.045em!important;margin:0!important;font-size:30px!important;font-weight:950!important;line-height:1.12!important}.pioneerMembershipPearlPageV1 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:8px 0 0!important;font-size:20px!important;font-weight:950!important;line-height:1.25!important}.pioneerMembershipPearlPageV1 .lead,.pioneerMembershipPearlPageV1 p,.pioneerMembershipPearlPageV1 li,.pioneerMembershipPearlPageV1 .membershipQuick span{color:#475569!important;font-size:13px!important;font-weight:650!important;line-height:1.68!important}.pioneerMembershipPearlPageV1 .membershipQuick{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.pioneerMembershipPearlPageV1 .membershipQuick>div,.pioneerMembershipPearlPageV1 .membershipSection,.pioneerMembershipPearlPageV1 .membershipCard,.pioneerMembershipPearlPageV1 .membershipBoundaryCard,.pioneerMembershipPearlPageV1 .membershipNotice{background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:24px!important;box-shadow:0 16px 42px #0f172a12!important}.pioneerMembershipPearlPageV1 .membershipQuick>div{align-content:center!important;gap:8px!important;min-height:112px!important;padding:14px!important;display:grid!important}.pioneerMembershipPearlPageV1 .membershipQuick>div:first-child{background:radial-gradient(circle at 18% 0,#06b6d429,#0000 34%),radial-gradient(circle at 82% 0,#8b5cf624,#0000 36%),linear-gradient(#fffffff5,#eef2ffd1)!important}.pioneerMembershipPearlPageV1 strong{color:#0f172a!important;font-weight:950!important}.pioneerMembershipPearlPageV1 .membershipSection{gap:14px!important;padding:18px!important;display:grid!important}.pioneerMembershipPearlPageV1 .membershipGrid,.pioneerMembershipPearlPageV1 .membershipBoundaryGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.pioneerMembershipPearlPageV1 .membershipCard,.pioneerMembershipPearlPageV1 .membershipBoundaryCard{background:#fff!important;gap:9px!important;padding:14px!important;display:grid!important}.pioneerMembershipPearlPageV1 .membershipCard.green{background:radial-gradient(circle at 18% 0,#06b6d429,#0000 34%),radial-gradient(circle at 82% 0,#8b5cf624,#0000 36%),linear-gradient(#fffffff5,#eef2ffd1)!important;border-color:#c7d2fec7!important}.pioneerMembershipPearlPageV1 .membershipFlow{grid-template-columns:repeat(7,auto)!important;align-items:center!important;gap:8px!important;display:grid!important}.pioneerMembershipPearlPageV1 .membershipFlow div{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0f5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;display:inline-flex!important;box-shadow:0 8px 18px #0f172a09!important}.pioneerMembershipPearlPageV1 .membershipFlow span{color:#4f46e5!important;font-weight:950!important}.pioneerMembershipPearlPageV1 .membershipNotice{background:linear-gradient(135deg,#f8fafcf0,#eef2ffc7)!important;padding:14px!important}.pioneerMembershipPearlPageV1 .membershipNotice ul{margin:0!important;padding-left:18px!important}@media (max-width:720px){.pioneerMembershipPearlPageV1{border-radius:26px!important;padding:20px 16px!important}.pioneerMembershipPearlPageV1 h1{font-size:25px!important;line-height:1.14!important}.pioneerMembershipPearlPageV1 .membershipQuick,.pioneerMembershipPearlPageV1 .membershipGrid,.pioneerMembershipPearlPageV1 .membershipBoundaryGrid,.pioneerMembershipPearlPageV1 .membershipFlow{grid-template-columns:1fr!important}.pioneerMembershipPearlPageV1 .membershipFlow span{text-align:center!important;transform:rotate(90deg)!important}.pioneerMembershipPearlPageV1 .membershipSection,.pioneerMembershipPearlPageV1 .membershipQuick>div,.pioneerMembershipPearlPageV1 .membershipCard,.pioneerMembershipPearlPageV1 .membershipBoundaryCard{border-radius:22px!important}}.pioneerMembershipPearlPageV1 .membershipCard{grid-template-columns:auto minmax(0,1fr)!important;grid-template-areas:"num title""body body"!important;align-items:center!important;gap:9px 10px!important}.pioneerMembershipPearlPageV1 .membershipCard>span{color:#fff!important;background:radial-gradient(circle at 28% 18%,#ffffff57,#0000 30%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 56%,#8b5cf6 100%)!important;border:0!important;border-radius:999px!important;grid-area:num!important;justify-content:center!important;align-items:center!important;min-width:34px!important;height:26px!important;padding:0 10px!important;font-size:11px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;box-shadow:0 8px 18px #4f46e52e!important}.pioneerMembershipPearlPageV1 .membershipCard>strong{letter-spacing:-.02em!important;grid-area:title!important;min-width:0!important;font-size:15px!important;line-height:1.32!important;display:block!important}.pioneerMembershipPearlPageV1 .membershipCard>p{grid-area:body!important;margin-top:2px!important}.pioneerMembershipPearlPageV1 .membershipFlow{counter-reset:growth-step!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr)!important;align-items:stretch!important;gap:8px!important;display:grid!important}.pioneerMembershipPearlPageV1 .membershipFlow div{color:#0f172a!important;white-space:normal!important;text-align:left!important;background:radial-gradient(circle at 18% 0,#06b6d41a,#0000 34%),linear-gradient(#fffffff5,#f8fafceb)!important;border:1px solid #e2e8f0f5!important;border-radius:18px!important;grid-template-columns:auto minmax(0,1fr)!important;justify-content:start!important;align-items:center!important;gap:9px!important;min-height:64px!important;padding:12px!important;font-size:12px!important;font-weight:900!important;line-height:1.35!important;display:grid!important;position:relative!important;box-shadow:0 10px 24px #0f172a0b!important}.pioneerMembershipPearlPageV1 .membershipFlow div:before{counter-increment:growth-step!important;content:counter(growth-step)!important;color:#fff!important;background:radial-gradient(circle at 28% 18%,#ffffff57,#0000 30%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 56%,#8b5cf6 100%)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;font-size:11px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;box-shadow:0 8px 18px #4f46e529!important}.pioneerMembershipPearlPageV1 .membershipFlow span{color:#4f46e5!important;opacity:.72!important;justify-content:center!important;align-items:center!important;min-width:18px!important;font-size:18px!important;font-weight:950!important;display:inline-flex!important}@media (max-width:720px){.pioneerMembershipPearlPageV1 .membershipCard{grid-template-columns:auto minmax(0,1fr)!important}.pioneerMembershipPearlPageV1 .membershipFlow{grid-template-columns:1fr!important;gap:8px!important}.pioneerMembershipPearlPageV1 .membershipFlow div{border-radius:17px!important;min-height:56px!important}.pioneerMembershipPearlPageV1 .membershipFlow span{min-height:14px!important;font-size:16px!important;transform:rotate(90deg)!important}}.pioneerMembershipPearlPageV1 .sectionLabel{display:none!important}.pioneerMembershipPearlPageV1 .membershipSection{gap:12px!important}.pioneerMembershipPearlPageV1 .membershipSection h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:0!important;font-size:19px!important;font-weight:950!important;line-height:1.28!important}@media (max-width:720px){.pioneerMembershipPearlPageV1 .membershipSection{gap:10px!important}.pioneerMembershipPearlPageV1 .membershipSection h2{font-size:18px!important;line-height:1.3!important}}.membershipOrdersPearlPageV1{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:820px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.membershipOrdersPearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.membershipOrdersPearlHeroV1,.membershipOrdersPearlCardV1,.membershipOrdersPearlRowsV1{z-index:1!important;position:relative!important}.membershipOrdersPearlHeroV1{gap:18px!important;display:grid!important}.membershipOrdersPearlHeroTextV1{gap:10px!important;max-width:720px!important;display:grid!important}.membershipOrdersPearlHeroTextV1>span,.membershipOrdersPearlCardV1>div>span{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.membershipOrdersPearlHeroTextV1 h1{color:#0f172a!important;letter-spacing:-.045em!important;margin:0!important;font-size:30px!important;font-weight:950!important;line-height:1.12!important}.membershipOrdersPearlHeroTextV1 p,.membershipOrdersPearlCardV1 p{color:#475569!important;margin:0!important;font-size:14px!important;font-weight:650!important;line-height:1.75!important}.membershipOrdersPearlCardV1{background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;gap:16px!important;padding:18px!important;display:grid!important;box-shadow:0 16px 42px #0f172a12!important}.membershipOrdersPearlCardV1>div{gap:10px!important;display:grid!important}.membershipOrdersPearlCardV1 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:0!important;font-size:20px!important;font-weight:950!important;line-height:1.25!important}.membershipOrdersPearlCardV1 ul{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.membershipOrdersPearlCardV1 li{color:#0f172a!important;text-align:center!important;background:radial-gradient(circle at 18% 0,#06b6d41a,#0000 34%),linear-gradient(#fffffff5,#f8fafceb)!important;border:1px solid #e2e8f0f5!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;min-height:54px!important;padding:0 10px!important;font-size:13px!important;font-weight:900!important;line-height:1.25!important;display:flex!important;box-shadow:0 10px 24px #0f172a0b!important}.membershipOrdersPearlRowsV1{gap:10px!important;display:grid!important}.membershipOrdersPearlRowsV1 a{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:0 16px!important;text-decoration:none!important;display:flex!important;box-shadow:0 10px 24px #0f172a0a!important}.membershipOrdersPearlRowsV1 strong{font-size:14px!important;font-weight:900!important;line-height:1.35!important}.membershipOrdersPearlRowsV1 em{color:#fff!important;background:radial-gradient(circle at 32% 20%,#ffffff6b,#0000 28%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 135deg,#8b5cf6 262deg,#4f46e5 360deg)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;font-size:18px!important;font-style:normal!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;box-shadow:0 7px 15px #4f46e52e!important}@media (max-width:720px){.membershipOrdersPearlPageV1{border-radius:26px!important;padding:20px 16px!important}.membershipOrdersPearlHeroTextV1 h1{font-size:25px!important;line-height:1.14!important}.membershipOrdersPearlCardV1{border-radius:24px!important;padding:15px!important}.membershipOrdersPearlCardV1 ul{grid-template-columns:repeat(2,minmax(0,1fr))!important}.membershipOrdersPearlRowsV1 em{width:26px!important;height:26px!important;font-size:17px!important}}.paymentRecordsPearlPageV1{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:820px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.paymentRecordsPearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.paymentRecordsPearlHeroV1,.paymentRecordsPearlCardV1,.paymentRecordsPearlRowsV1{z-index:1!important;position:relative!important}.paymentRecordsPearlHeroV1{gap:18px!important;display:grid!important}.paymentRecordsPearlHeroTextV1{gap:10px!important;max-width:720px!important;display:grid!important}.paymentRecordsPearlHeroTextV1>span,.paymentRecordsPearlCardV1>div>span{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.paymentRecordsPearlHeroTextV1 h1{color:#0f172a!important;letter-spacing:-.045em!important;margin:0!important;font-size:30px!important;font-weight:950!important;line-height:1.12!important}.paymentRecordsPearlHeroTextV1 p,.paymentRecordsPearlCardV1 p{color:#475569!important;margin:0!important;font-size:14px!important;font-weight:650!important;line-height:1.75!important}.paymentRecordsPearlCardV1{background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;gap:16px!important;padding:18px!important;display:grid!important;box-shadow:0 16px 42px #0f172a12!important}.paymentRecordsPearlCardV1>div{gap:10px!important;display:grid!important}.paymentRecordsPearlCardV1 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:0!important;font-size:20px!important;font-weight:950!important;line-height:1.25!important}.paymentRecordsPearlCardV1 ul{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.paymentRecordsPearlCardV1 li{color:#0f172a!important;text-align:center!important;background:radial-gradient(circle at 18% 0,#06b6d41a,#0000 34%),linear-gradient(#fffffff5,#f8fafceb)!important;border:1px solid #e2e8f0f5!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;min-height:54px!important;padding:0 10px!important;font-size:13px!important;font-weight:900!important;line-height:1.25!important;display:flex!important;box-shadow:0 10px 24px #0f172a0b!important}.paymentRecordsPearlRowsV1{gap:10px!important;display:grid!important}.paymentRecordsPearlRowsV1 a{color:#0f172a!important;background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:0 16px!important;text-decoration:none!important;display:flex!important;box-shadow:0 10px 24px #0f172a0a!important}.paymentRecordsPearlRowsV1 strong{font-size:14px!important;font-weight:900!important;line-height:1.35!important}.paymentRecordsPearlRowsV1 em{color:#fff!important;background:radial-gradient(circle at 32% 20%,#ffffff6b,#0000 28%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 135deg,#8b5cf6 262deg,#4f46e5 360deg)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;font-size:18px!important;font-style:normal!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;box-shadow:0 7px 15px #4f46e52e!important}@media (max-width:720px){.paymentRecordsPearlPageV1{border-radius:26px!important;padding:20px 16px!important}.paymentRecordsPearlHeroTextV1 h1{font-size:25px!important;line-height:1.14!important}.paymentRecordsPearlCardV1{border-radius:24px!important;padding:15px!important}.paymentRecordsPearlCardV1 ul{grid-template-columns:repeat(2,minmax(0,1fr))!important}.paymentRecordsPearlRowsV1 em{width:26px!important;height:26px!important;font-size:17px!important}}.termsPearlPageV1{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:820px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.termsPearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.termsPearlPageV1 .topbar,.termsPearlPageV1 .contentBlock{z-index:1!important;position:relative!important}.termsPearlPageV1 .topbar{box-shadow:none!important;background:0 0!important;border:0!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin:0 0 18px!important;padding:0!important;display:flex!important}.termsPearlBrandLinkV1{color:inherit!important;text-decoration:none!important;display:inline-flex!important}.termsPearlPageV1 .contentBlock{background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;gap:12px!important;padding:18px!important;display:grid!important;box-shadow:0 16px 42px #0f172a12!important}.termsPearlContentV1{gap:12px!important;display:grid!important}.termsPearlTitleV1{gap:9px!important;padding-bottom:4px!important;display:grid!important}.termsPearlTitleV1>span{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.termsPearlPageV1 h1{color:#0f172a!important;letter-spacing:-.045em!important;margin:0!important;font-size:30px!important;font-weight:950!important;line-height:1.12!important}.termsPearlPageV1 h2{color:#0f172a!important;letter-spacing:-.02em!important;margin:0!important;font-size:16px!important;font-weight:950!important;line-height:1.35!important}.termsPearlPageV1 p{color:#475569!important;margin:0!important;font-size:13px!important;font-weight:650!important;line-height:1.7!important}.termsPearlContentV1 section{background:radial-gradient(circle at 18% 0,#06b6d414,#0000 34%),linear-gradient(#fffffff5,#f8fafceb)!important;border:1px solid #e2e8f0f5!important;border-radius:18px!important;gap:7px!important;padding:13px!important;display:grid!important;box-shadow:0 10px 24px #0f172a0a!important}.termsPearlActionsV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:2px!important;display:grid!important}.termsPearlActionsV1 a{color:#fff!important;background:radial-gradient(circle at 18% 0,#ffffff47,#0000 32%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;padding:0 14px!important;font-size:13px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 12px 26px #4f46e533!important}.termsPearlActionsV1 a:last-child{color:#4f46e5!important;box-shadow:none!important;background:#eef2ffeb!important;border:1px solid #c7d2fec7!important}@media (max-width:720px){.termsPearlPageV1{border-radius:26px!important;padding:20px 16px!important}.termsPearlPageV1 .contentBlock{border-radius:24px!important;padding:15px!important}.termsPearlPageV1 h1{font-size:25px!important;line-height:1.14!important}.termsPearlActionsV1{grid-template-columns:1fr!important}}.privacyPearlPageV1{background:radial-gradient(circle at 14% 8%,#8b5cf621,#0000 31%),radial-gradient(circle at 86% 14%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:820px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.privacyPearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;top:-120px!important;right:-96px!important}.privacyPearlPageV1 .topbar,.privacyPearlPageV1 .contentBlock{z-index:1!important;position:relative!important}.privacyPearlPageV1 .topbar{box-shadow:none!important;background:0 0!important;border:0!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin:0 0 18px!important;padding:0!important;display:flex!important}.privacyPearlBrandLinkV1{color:inherit!important;text-decoration:none!important;display:inline-flex!important}.privacyPearlPageV1 .contentBlock{background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;gap:12px!important;padding:18px!important;display:grid!important;box-shadow:0 16px 42px #0f172a12!important}.privacyPearlContentV1{gap:12px!important;display:grid!important}.privacyPearlTitleV1{gap:9px!important;padding-bottom:4px!important;display:grid!important}.privacyPearlTitleV1>span{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.privacyPearlPageV1 h1{color:#0f172a!important;letter-spacing:-.045em!important;margin:0!important;font-size:30px!important;font-weight:950!important;line-height:1.12!important}.privacyPearlPageV1 h2{color:#0f172a!important;letter-spacing:-.02em!important;margin:0!important;font-size:16px!important;font-weight:950!important;line-height:1.35!important}.privacyPearlPageV1 p{color:#475569!important;margin:0!important;font-size:13px!important;font-weight:650!important;line-height:1.7!important}.privacyPearlContentV1 section{background:radial-gradient(circle at 18% 0,#06b6d414,#0000 34%),linear-gradient(#fffffff5,#f8fafceb)!important;border:1px solid #e2e8f0f5!important;border-radius:18px!important;gap:7px!important;padding:13px!important;display:grid!important;box-shadow:0 10px 24px #0f172a0a!important}.privacyPearlActionsV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:2px!important;display:grid!important}.privacyPearlActionsV1 a{color:#fff!important;background:radial-gradient(circle at 18% 0,#ffffff47,#0000 32%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:44px!important;padding:0 14px!important;font-size:13px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 12px 26px #4f46e533!important}.privacyPearlActionsV1 a:last-child{color:#4f46e5!important;box-shadow:none!important;background:#eef2ffeb!important;border:1px solid #c7d2fec7!important}@media (max-width:720px){.privacyPearlPageV1{border-radius:26px!important;padding:20px 16px!important}.privacyPearlPageV1 .contentBlock{border-radius:24px!important;padding:15px!important}.privacyPearlPageV1 h1{font-size:25px!important;line-height:1.14!important}.privacyPearlActionsV1{grid-template-columns:1fr!important}}.ecosystemsPearlNavRowsV1 em{color:#fff!important;background:radial-gradient(circle at 32% 20%,#ffffff6b,#0000 28%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 135deg,#8b5cf6 262deg,#4f46e5 360deg)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;font-size:18px!important;font-style:normal!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;box-shadow:0 7px 15px #4f46e52e!important}@media (max-width:720px){.ecosystemsPearlNavRowsV1 em{width:26px!important;height:26px!important;font-size:17px!important}}.homeHeroCopyV2{gap:8px!important;display:grid!important}.homeServiceCardsV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:16px!important;display:grid!important}.homeServiceCardV1{color:#0f172a!important;background:radial-gradient(circle at 16% 0,#ffffffeb,#0000 34%),linear-gradient(135deg,#fffffff5,#f8fafceb)!important;border:1px solid #e2e8f0fa!important;border-radius:26px!important;grid-template-rows:1fr auto!important;grid-template-columns:auto 1fr!important;align-items:start!important;gap:10px 12px!important;min-height:118px!important;padding:16px!important;text-decoration:none!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 16px 38px #0f172a13,inset 0 1px #fffffff5!important}.homeServiceCardBuildV1{background:radial-gradient(circle at 14% 4%,#8b5cf629,#0000 34%),radial-gradient(circle at 86% 2%,#06b6d424,#0000 34%),linear-gradient(135deg,#fffffffa,#f8fafceb)!important}.homeServiceCardNodeV1{background:radial-gradient(circle at 14% 4%,#06b6d429,#0000 34%),radial-gradient(circle at 86% 2%,#4f46e521,#0000 34%),linear-gradient(135deg,#fffffffa,#f8fafceb)!important}.homeServiceCardV1:after{content:""!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e526,#06b6d429,#8b5cf61f,#4f46e526)!important;border-radius:999px!important;width:120px!important;height:120px!important;position:absolute!important;bottom:-58px!important;right:-52px!important}.homeServiceIconV1{z-index:1!important;color:#fff!important;background:radial-gradient(circle at 30% 18%,#ffffff6b,#0000 30%),conic-gradient(from 220deg,#4f46e5 0deg,#06b6d4 138deg,#8b5cf6 265deg,#4f46e5 360deg)!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;width:42px!important;height:42px!important;font-size:20px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;position:relative!important;box-shadow:0 10px 22px #4f46e533!important}.homeServiceTextV1{z-index:1!important;gap:6px!important;min-width:0!important;display:grid!important;position:relative!important}.homeServiceTextV1 strong{color:#0f172a!important;letter-spacing:-.02em!important;font-size:16px!important;font-weight:950!important;line-height:1.25!important;display:block!important}.homeServiceTextV1 em{color:#64748b!important;font-size:12.5px!important;font-style:normal!important;font-weight:700!important;line-height:1.45!important;display:block!important}.homeServiceActionV1{z-index:1!important;color:#fff!important;background:radial-gradient(circle at 20% 0,#ffffff4d,#0000 34%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 54%,#8b5cf6 100%)!important;border-radius:999px!important;grid-column:1/-1!important;justify-content:center!important;align-items:center!important;width:fit-content!important;min-height:34px!important;padding:0 13px!important;font-size:12.5px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;position:relative!important;box-shadow:0 10px 22px #4f46e52e!important}.homeServiceCardV1:hover{border-color:#c7d2fef5!important;transform:translateY(-1px)!important;box-shadow:0 18px 42px #0f172a1a,inset 0 1px #fffffffa!important}.supportPearlPageV1{background:radial-gradient(circle at 12% 5%,#8b5cf621,#0000 30%),radial-gradient(circle at 88% 8%,#06b6d429,#0000 34%),linear-gradient(135deg,#fff 0%,#fbfbff 48%,#f7f8ff 100%)!important;border:1px solid #e2e8f0fa!important;border-radius:32px!important;gap:16px!important;max-width:900px!important;margin:0 auto!important;padding:24px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 20px 56px #0f172a14,inset 0 1px #fffffff5!important}.supportPearlPageV1:before{content:""!important;filter:blur(10px)!important;opacity:.78!important;pointer-events:none!important;background:conic-gradient(from 220deg,#4f46e529,#06b6d421,#8b5cf624,#4f46e529)!important;border-radius:999px!important;width:280px!important;height:280px!important;position:absolute!important;top:-135px!important;right:-120px!important}.supportPearlPageV1 .topbar,.supportPearlPageV1 .contentBlock{z-index:1!important;position:relative!important}.supportPearlPageV1 .topbar{box-shadow:none!important;background:0 0!important;border:0!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin:0 0 18px!important;padding:0!important;display:flex!important}.supportPearlBrandLinkV1{color:inherit!important;text-decoration:none!important;display:inline-flex!important}.supportPearlPageV1 .contentBlock{background:#ffffffeb!important;border:1px solid #e2e8f0f5!important;border-radius:28px!important;gap:14px!important;padding:18px!important;display:grid!important;box-shadow:0 16px 42px #0f172a12!important}.supportPearlHeroV1{gap:10px!important;padding-bottom:2px!important;display:grid!important}.supportPearlHeroV1>span,.supportPearlSectionTitleV1>span{color:#4f46e5!important;background:#eef2ffeb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:26px!important;padding:0 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.supportPearlPageV1 h1{color:#0f172a!important;letter-spacing:-.045em!important;margin:0!important;font-size:31px!important;font-weight:950!important;line-height:1.12!important}.supportPearlPageV1 h2{color:#0f172a!important;letter-spacing:-.02em!important;margin:0!important;font-size:17px!important;font-weight:950!important;line-height:1.35!important}.supportPearlPageV1 p{color:#475569!important;margin:0!important;font-size:13px!important;font-weight:650!important;line-height:1.7!important}.supportPearlGridV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.supportPearlGridV1 section,.supportPearlPanelV1,.supportPearlBoundaryV1,.supportPearlIntakeV1{background:radial-gradient(circle at 18% 0,#06b6d414,#0000 34%),linear-gradient(#fffffff5,#f8fafceb)!important;border:1px solid #e2e8f0f5!important;border-radius:20px!important;gap:8px!important;padding:14px!important;display:grid!important;box-shadow:0 10px 24px #0f172a0a!important}.supportPearlGridV1 strong,.supportPearlTiersV1 strong,.supportPearlStepsV1 strong,.supportPearlBoundaryV1 strong,.supportPearlIntakeV1 strong{color:#0f172a!important;font-size:14px!important;font-weight:950!important;line-height:1.35!important}.supportPearlSectionTitleV1{justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.supportPearlStepsV1{gap:9px!important;display:grid!important}.supportPearlStepsV1 div{background:#ffffffd1!important;border:1px solid #e2e8f0eb!important;border-radius:16px!important;grid-template-columns:auto 1fr!important;align-items:start!important;gap:2px 10px!important;padding:10px!important;display:grid!important}.supportPearlStepsV1 div>span{color:#fff!important;background:radial-gradient(circle at 30% 18%,#fff6,#0000 30%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 100%)!important;border-radius:999px!important;grid-row:1/span 2!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;font-size:12px!important;font-weight:950!important;display:inline-flex!important}.supportPearlTiersV1{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.nodeSupportPearlV1 .supportPearlTiersV1{grid-template-columns:repeat(4,minmax(0,1fr))!important}.supportPearlTiersV1 article{background:#ffffffdb!important;border:1px solid #e2e8f0eb!important;border-radius:18px!important;gap:7px!important;padding:12px!important;display:grid!important}.supportPearlBoundaryV1{background:radial-gradient(circle at 16% 0,#f59e0b1a,#0000 36%),linear-gradient(#fffbebc7,#ffffffeb)!important;border-color:#fde68ae0!important}.supportPearlIntakeV1{background:radial-gradient(circle at 16% 0,#4f46e51a,#0000 36%),linear-gradient(#eef2ffbd,#ffffffeb)!important;border-color:#c7d2fed1!important}.supportPearlActionsV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:2px!important;display:grid!important}.supportPearlActionsV1 a{color:#fff!important;background:radial-gradient(circle at 18% 0,#ffffff47,#0000 32%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:46px!important;padding:0 14px!important;font-size:13px!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 12px 26px #4f46e533!important}.supportPearlActionsV1 a:last-child{color:#4f46e5!important;box-shadow:none!important;background:#eef2ffeb!important;border:1px solid #c7d2fec7!important}@media (max-width:720px){.homeServiceCardsV1{grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important}.homeServiceCardV1{border-radius:24px!important;min-height:104px!important;padding:14px!important}.homeServiceIconV1{border-radius:15px!important;width:38px!important;height:38px!important;font-size:18px!important}.homeServiceTextV1 strong{font-size:15px!important}.homeServiceTextV1 em{font-size:12px!important}.supportPearlPageV1{border-radius:26px!important;padding:20px 16px!important}.supportPearlPageV1 .contentBlock{border-radius:24px!important;padding:15px!important}.supportPearlPageV1 h1{font-size:25px!important;line-height:1.14!important}.supportPearlGridV1,.supportPearlTiersV1,.nodeSupportPearlV1 .supportPearlTiersV1,.supportPearlActionsV1{grid-template-columns:1fr!important}.supportPearlSectionTitleV1{flex-direction:column!important;align-items:flex-start!important}}.homeServiceCardV1{grid-template-rows:auto!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;min-height:94px!important}.homeServiceIconV1{border-radius:12px!important;width:30px!important;min-width:30px!important;height:30px!important;font-size:14px!important;box-shadow:0 8px 16px #4f46e529!important}.homeServiceTextV1{align-self:center!important}.homeServiceActionV1{white-space:nowrap!important;border-radius:999px!important;grid-column:auto!important;place-self:center end!important;min-height:36px!important;padding:0 14px!important;font-size:12.5px!important}@media (max-width:720px){.homeServiceCardV1{grid-template-columns:auto minmax(0,1fr) auto!important;gap:9px!important;min-height:88px!important;padding:13px!important}.homeServiceIconV1{border-radius:11px!important;width:28px!important;min-width:28px!important;height:28px!important;font-size:13px!important}.homeServiceTextV1 strong{font-size:14.5px!important}.homeServiceTextV1 em{font-size:11.5px!important;line-height:1.38!important}.homeServiceActionV1{min-height:34px!important;padding:0 12px!important;font-size:12px!important}}@media (max-width:390px){.homeServiceCardV1{grid-template-columns:auto minmax(0,1fr)!important}.homeServiceActionV1{grid-column:2/3!important;justify-self:start!important;margin-top:2px!important}}.homeServiceTaskIconV1{flex:none!important;place-self:center start!important;margin:0!important}.homeServiceTaskIconV1 svg{display:block!important}.homeServiceTaskIconV1 svg path,.homeServiceTaskIconV1 svg circle{fill:none!important;stroke:currentColor!important;stroke-width:1.8px!important;stroke-linecap:round!important;stroke-linejoin:round!important}.supportPearlActionsSingleV1{grid-template-columns:1fr!important}.supportPearlActionsSingleV1 a{width:100%!important}.supportPearlActionsSingleV1 a,.supportPearlActionsSingleV1 a:last-child{color:#fff!important;background:radial-gradient(circle at 18% 0,#ffffff47,#0000 32%),linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important;border:0!important;box-shadow:0 12px 26px #4f46e533!important}.supportRequestLangSwitchV1{background:#ffffffdb!important;border:1px solid #e2e8f0f5!important;border-radius:999px!important;gap:6px!important;padding:4px!important;display:inline-flex!important}.supportRequestLangSwitchV1 button{color:#64748b!important;background:0 0!important;border:0!important;border-radius:999px!important;min-height:30px!important;padding:0 11px!important;font-size:12px!important;font-weight:900!important}.supportRequestLangSwitchV1 button.active,.supportRequestSubmitRowV1 button{color:#fff!important;background:linear-gradient(135deg,#4f46e5 0%,#06b6d4 52%,#8b5cf6 100%)!important}.supportRequestFormV1{gap:13px!important;display:grid!important}.supportRequestTypeSwitchV1,.supportRequestGridV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.supportRequestTypeSwitchV1 button{text-align:left!important;cursor:pointer!important;background:#ffffffdb!important;border:1px solid #e2e8f0f5!important;border-radius:20px!important;gap:5px!important;min-height:72px!important;padding:13px!important;display:grid!important}.supportRequestTypeSwitchV1 button.active{background:linear-gradient(#eef2ffdb,#fffffff5)!important;border-color:#818cf8b8!important}.supportRequestTypeSwitchV1 strong{color:#0f172a!important;font-size:14px!important;font-weight:950!important}.supportRequestTypeSwitchV1 span{color:#64748b!important;font-size:12px!important;font-weight:700!important;line-height:1.45!important}.supportRequestGridV1 label,.supportRequestFullFieldV1{gap:7px!important;display:grid!important}.supportRequestGridV1 label>span,.supportRequestFullFieldV1>span{color:#334155!important;font-size:12px!important;font-weight:900!important}.supportRequestGridV1 input,.supportRequestFullFieldV1 textarea{color:#0f172a!important;background:#fffffff0!important;border:1px solid #cbd5e1eb!important;border-radius:16px!important;outline:none!important;width:100%!important;min-height:43px!important;padding:0 13px!important;font-size:13px!important;font-weight:700!important}.supportRequestFullFieldV1 textarea{resize:vertical!important;min-height:110px!important;padding:12px 13px!important;line-height:1.65!important}.supportRequestBoundaryV1,.supportRequestSuccessV1,.supportRequestMessageV1{background:linear-gradient(#fffbebd1,#fffffff0)!important;border:1px solid #fde68ae0!important;border-radius:18px!important;gap:7px!important;padding:13px!important;display:grid!important}.supportRequestSuccessV1{background:linear-gradient(#f0fdf4db,#fffffff0)!important;border-color:#bbf7d0eb!important}.supportRequestMessageV1{background:linear-gradient(#fef2f2db,#fffffff0)!important;border-color:#fecacaeb!important}.supportRequestSubmitRowV1{display:grid!important}.supportRequestSubmitRowV1 button{cursor:pointer!important;border:0!important;border-radius:999px!important;min-height:48px!important;font-size:13px!important;font-weight:950!important;box-shadow:0 12px 26px #4f46e533!important}@media (max-width:720px){.supportRequestTypeSwitchV1,.supportRequestGridV1{grid-template-columns:1fr!important}}.contactPearlPageV1{padding-bottom:92px!important}.contactPearlSectionV1{gap:12px!important;margin-top:16px!important;display:grid!important}.contactPearlGridV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.contactPearlCardV1{background:radial-gradient(circle at 16% 0,#4f46e514,#0000 34%),linear-gradient(#ffffffeb,#f8fafce0)!important;border:1px solid #e2e8f0eb!important;border-radius:22px!important;gap:7px!important;padding:15px!important;display:grid!important;box-shadow:0 12px 30px #0f172a0d!important}.contactPearlCardV1 strong{color:#0f172a!important;font-size:14px!important;font-weight:950!important}.contactPearlCardV1 span{color:#4f46e5!important;word-break:break-all!important;font-size:13px!important;font-weight:900!important}.contactPearlCardV1 p{color:#64748b!important;font-size:12.5px!important;font-weight:700!important;line-height:1.65!important}@media (max-width:720px){.contactPearlGridV1{grid-template-columns:1fr!important}}.contactPearlPageV1{min-height:100vh!important;padding-bottom:112px!important}.contactPearlPageV1 .supportPearlHeroV1{background:radial-gradient(circle at 12% 0,#4f46e51a,#0000 34%),radial-gradient(circle at 88% 10%,#06b6d41a,#0000 34%),linear-gradient(#fffffff5,#f8fafce6)!important;border:1px solid #e2e8f0eb!important;box-shadow:0 20px 50px #0f172a0f!important}.contactPearlSectionV1{background:#ffffffb8!important;border:1px solid #e2e8f0e0!important;border-radius:26px!important;padding:16px!important;box-shadow:0 18px 44px #0f172a0b!important}.contactPearlCardV1{min-height:112px!important;transition:transform .16s,box-shadow .16s,border-color .16s!important}.contactPearlCardV1:active{transform:scale(.985)!important}.contactPearlCardV1:hover{border-color:#818cf88c!important;box-shadow:0 18px 42px #4f46e517!important}.myStandardPageV3{background:radial-gradient(circle at 12% 0,#4f46e51a,#0000 30%),radial-gradient(circle at 90% 10%,#06b6d41a,#0000 32%),linear-gradient(#f8fbff 0%,#f8fafc 52%,#fff 100%)!important}.myStandardAccountCardV3,.myStandardStatsCardV3,.myMemberPaymentCardV1{background:radial-gradient(circle at 12% 0,#4f46e512,#0000 34%),linear-gradient(#fffffff0,#f8fafce6)!important;border:1px solid #e2e8f0eb!important;box-shadow:0 20px 50px #0f172a0e!important}.myMemberPaymentRowV1{background:#ffffffc7!important;border:1px solid #e2e8f0e0!important}.myMemberPaymentRowV1:active{transform:scale(.99)!important}.myStandardDrawerV3{border:1px solid #e2e8f0eb!important;box-shadow:0 24px 70px #0f172a2e!important}@media (max-width:720px){.contactPearlSectionV1{border-radius:22px!important;padding:13px!important}.contactPearlCardV1{min-height:auto!important}}.contactSocialSectionV1{margin-top:12px!important}.contactSocialCardV1{gap:10px!important;display:grid!important}.contactSocialItemV1{background:radial-gradient(circle at 12% 0,#4f46e514,#0000 34%),linear-gradient(#ffffffeb,#f8fafce0)!important;border:1px solid #e2e8f0e0!important;border-radius:20px!important;align-items:center!important;gap:12px!important;padding:13px 14px!important;display:flex!important;box-shadow:0 12px 28px #0f172a0b!important}.contactSocialIconV1{color:#fff!important;letter-spacing:-.02em!important;background:linear-gradient(135deg,#4f46e5 0%,#06b6d4 55%,#8b5cf6 100%)!important;border-radius:14px!important;flex:0 0 38px!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;font-size:13px!important;font-weight:950!important;display:inline-flex!important;box-shadow:0 10px 24px #4f46e52e!important}.contactSocialItemV1>span:last-child{gap:3px!important;min-width:0!important;display:grid!important}.contactSocialItemV1 strong{color:#0f172a!important;font-size:13.5px!important;font-weight:950!important}.contactSocialItemV1 em{color:#4f46e5!important;word-break:break-all!important;font-size:12.5px!important;font-style:normal!important;font-weight:850!important}.contactSocialItemV1:active{transform:scale(.985)!important}.contactSocialSectionV2{margin-top:12px!important}.contactSocialSingleCardV2{background:radial-gradient(circle at 12% 0,#4f46e514,#0000 34%),radial-gradient(circle at 90% 10%,#06b6d414,#0000 34%),linear-gradient(#fffffff0,#f8fafce6)!important;border:1px solid #e2e8f0eb!important;border-radius:24px!important;gap:14px!important;padding:16px!important;display:grid!important;box-shadow:0 16px 38px #0f172a0d!important}.contactSocialSingleHeadV2{gap:5px!important;display:grid!important}.contactSocialSingleHeadV2 strong{color:#0f172a!important;font-size:15px!important;font-weight:950!important}.contactSocialSingleHeadV2 span{color:#64748b!important;font-size:12.5px!important;font-weight:750!important;line-height:1.6!important}.contactSocialSingleLinksV2{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.contactSocialSingleLinkV2{text-align:center!important;background:#ffffffc7!important;border:1px solid #e2e8f0e0!important;border-radius:20px!important;justify-items:center!important;gap:8px!important;min-width:0!important;padding:13px 10px!important;display:grid!important;box-shadow:0 10px 26px #0f172a09!important}.contactSocialOfficialMarkV2{width:28px!important;height:28px!important;display:block!important}.contactSocialOfficialMarkV2.telegram{color:#229ed9!important;fill:currentColor!important}.contactSocialOfficialMarkV2.x{color:#0f172a!important;fill:currentColor!important}.contactSocialSingleLinkV2 span{gap:3px!important;min-width:0!important;display:grid!important}.contactSocialSingleLinkV2 strong{color:#0f172a!important;font-size:12.5px!important;font-weight:950!important}.contactSocialSingleLinkV2 em{color:#4f46e5!important;word-break:break-word!important;font-size:11.5px!important;font-style:normal!important;font-weight:850!important}.contactSocialSingleLinkV2:active{transform:scale(.985)!important}@media (max-width:720px){.contactSocialSingleLinksV2{grid-template-columns:1fr!important}.contactSocialSingleLinkV2{text-align:left!important;grid-template-columns:32px 1fr!important;place-items:center start!important;padding:12px 13px!important}.contactSocialOfficialMarkV2{width:27px!important;height:27px!important}}.homePiTrendEntryV1{isolation:isolate!important;background:radial-gradient(circle at 88% 12%,#facc154d,#0000 28%),radial-gradient(circle at 12% 0,#7c3aed61,#0000 34%),linear-gradient(135deg,#0f172afa,#1e1b4bf5 58%,#0f172afa)!important;border:1px solid #facc1547!important;border-radius:28px!important;gap:9px!important;width:min(100%,420px)!important;margin:18px 0 16px auto!important;padding:18px 18px 16px!important;text-decoration:none!important;display:grid!important;position:relative!important;overflow:hidden!important;transform:translateZ(0)!important;box-shadow:0 24px 60px #0f172a2e,inset 0 1px #ffffff24!important}.homePiTrendEntryV1:before{content:""!important;z-index:-1!important;pointer-events:none!important;background:linear-gradient(135deg,#ffffff1a,#0000 38%),radial-gradient(circle at 80% 72%,#14b8a633,#0000 34%)!important;border-radius:27px!important;position:absolute!important;inset:1px!important}.homePiTrendGlowV1{filter:blur(24px)!important;pointer-events:none!important;background:#facc1547!important;border-radius:999px!important;width:130px!important;height:130px!important;position:absolute!important;top:-42px!important;right:-38px!important}.homePiTrendKickerV1{color:#fde68a!important;letter-spacing:.12em!important;background:#facc151a!important;border:1px solid #facc154d!important;border-radius:999px!important;width:fit-content!important;padding:5px 9px!important;font-size:10.5px!important;font-weight:950!important}.homePiTrendEntryV1 strong{color:#fff!important;letter-spacing:-.03em!important;font-size:23px!important;font-weight:980!important;line-height:1.12!important}.homePiTrendEntryV1 em{color:#e2e8f0db!important;letter-spacing:.02em!important;font-size:12.5px!important;font-style:normal!important;font-weight:820!important}.homePiTrendActionV1{color:#111827!important;background:linear-gradient(135deg,#facc15,#f59e0b)!important;border-radius:999px!important;width:fit-content!important;margin-top:4px!important;padding:10px 14px!important;font-size:13px!important;font-weight:950!important;box-shadow:0 12px 28px #f59e0b40!important}.homePiTrendEntryV1:active{transform:scale(.988)!important}@media (max-width:720px){.homePiTrendEntryV1{border-radius:25px!important;width:100%!important;margin:14px 0 15px!important;padding:17px 16px 15px!important}.homePiTrendEntryV1 strong{font-size:22px!important}.homePiTrendActionV1{text-align:center!important;width:100%!important}}.piTrendReportPageV1{background:radial-gradient(circle at 16% 0,#7c3aed1f,#0000 34%),radial-gradient(circle at 86% 8%,#facc151f,#0000 30%),linear-gradient(#f8fafc,#eef7f6)!important;min-height:100vh!important;padding:18px 16px 108px!important}.piTrendReportShellV1{gap:16px!important;max-width:760px!important;margin:22px auto 0!important;display:grid!important}.piTrendReportHeroV1,.piTrendReportPreviewV1{background:#ffffffe0!important;border:1px solid #e2e8f0eb!important;border-radius:30px!important;box-shadow:0 18px 50px #0f172a0f!important}.piTrendReportHeroV1{padding:24px 20px!important}.piTrendReportKickerV1,.piTrendReportPreviewV1 span{color:#7c2d12!important;letter-spacing:.1em!important;background:#fbbf242e!important;border-radius:999px!important;width:fit-content!important;padding:6px 10px!important;font-size:11px!important;font-weight:950!important;display:inline-flex!important}.piTrendReportHeroV1 h1{color:#0f172a!important;letter-spacing:-.055em!important;margin:12px 0 8px!important;font-size:clamp(32px,8vw,52px)!important;font-weight:980!important;line-height:.98!important}.piTrendReportHeroV1 p,.piTrendReportPreviewV1 p{color:#64748b!important;margin:0!important;font-size:15px!important;font-weight:720!important;line-height:1.75!important}.piTrendReportPreviewV1{gap:12px!important;padding:20px!important;display:grid!important}.piTrendReportPreviewV1 h2{color:#111827!important;letter-spacing:-.025em!important;margin:0!important;font-size:22px!important;font-weight:950!important}.piTrendReportBackV1{color:#fff!important;background:linear-gradient(135deg,#0f172a,#312e81)!important;border-radius:999px!important;width:fit-content!important;padding:11px 15px!important;font-size:13px!important;font-weight:930!important;text-decoration:none!important}@media (max-width:720px){.piTrendReportPageV1{padding:14px 12px 104px!important}.piTrendReportShellV1{margin-top:16px!important}.piTrendReportHeroV1,.piTrendReportPreviewV1{border-radius:26px!important}}.homePiTrendEntryV1{background:radial-gradient(circle at 88% 10%,#fbb44a6b,#0000 28%),radial-gradient(circle at 12% 0,#ffffff29,#0000 30%),linear-gradient(135deg,#593b8b 0%,#8a348e 54%,#593b8b 100%)!important;border:1px solid #fbb44a75!important;box-shadow:0 24px 58px #593b8b3d,0 12px 30px #8a348e24,inset 0 1px #ffffff2e!important}.homePiTrendEntryV1:before{background:linear-gradient(135deg,#ffffff24,#0000 42%),radial-gradient(circle at 82% 74%,#fbb44a3d,#0000 36%),radial-gradient(circle at 16% 92%,#ffffff1a,#0000 30%)!important}.homePiTrendGlowV1{filter:blur(26px)!important;background:#fbb44a61!important}.homePiTrendKickerV1{color:#ffe7a8!important;background:#fbb44a29!important;border:1px solid #fbb44a6b!important}.homePiTrendActionV1{color:#3d2600!important;background:linear-gradient(135deg,#fbb44a,#e99b22)!important;box-shadow:0 14px 30px #fbb44a47,inset 0 1px #ffffff73!important}.homePiTrendEntryV1{background:radial-gradient(circle at 88% 10%,#fbb44a5c,#0000 28%),radial-gradient(circle at 12% 0,#ffffff12,#0000 26%),linear-gradient(135deg,#593b8b 0%,#8a348e 54%,#593b8b 100%)!important}.homePiTrendEntryV1:before{opacity:.78!important;background:radial-gradient(circle at 82% 74%,#fbb44a2e,#0000 34%),radial-gradient(circle at 16% 92%,#ffffff0b,#0000 28%)!important}.homePiTrendGlowV1{filter:blur(24px)!important;opacity:.86!important;background:#fbb44a52!important}.homePiTrendEntryV1 strong{color:#fff!important;text-shadow:0 2px 10px #2525253d!important}.homePiTrendEntryV1 em{color:#ffffffdb!important}.homePiTrendKickerV1{color:#ffe3a0!important;background:#fbb44a2e!important}.homePiTrendActionV1{background:linear-gradient(135deg,#fbb44a,#e7a12b)!important}.homeHeroSingleSloganV1{margin-bottom:14px!important}.homeHeroSingleSloganV1 h1{letter-spacing:-.06em!important;max-width:760px!important}@media (max-width:720px){.homeHeroSingleSloganV1{margin-bottom:12px!important}.homeHeroSingleSloganV1 h1{letter-spacing:-.052em!important}}.piTrendDetailPageV1{background:radial-gradient(circle at 12% 0,#593b8b1f,#0000 32%),radial-gradient(circle at 88% 2%,#fbb44a29,#0000 30%),linear-gradient(#f8fafc,#eef7f6)!important;min-height:100vh!important;padding:18px 16px 112px!important}.piTrendDetailShellV1{gap:16px!important;max-width:860px!important;margin:22px auto 0!important;display:grid!important}.piTrendDetailHeroV1{background:radial-gradient(circle at 88% 12%,#fbb44a57,#0000 30%),linear-gradient(135deg,#593b8b,#8a348e 54%,#593b8b)!important;border:1px solid #fbb44a57!important;border-radius:32px!important;padding:28px 22px!important;position:relative!important;overflow:hidden!important;box-shadow:0 22px 58px #593b8b2e!important}.piTrendDetailKickerV1{color:#ffe3a0!important;letter-spacing:.12em!important;background:#fbb44a29!important;border:1px solid #fbb44a6b!important;border-radius:999px!important;width:fit-content!important;padding:6px 10px!important;font-size:11px!important;font-weight:950!important;display:inline-flex!important}.piTrendDetailHeroV1 h1{color:#fff!important;letter-spacing:-.065em!important;text-shadow:0 2px 12px #25252538!important;margin:14px 0 9px!important;font-size:clamp(36px,9vw,60px)!important;font-weight:980!important;line-height:.95!important}.piTrendDetailHeroV1 p{color:#ffffffdb!important;max-width:620px!important;margin:0!important;font-size:15px!important;font-weight:760!important;line-height:1.75!important}.piTrendDetailCardV1,.piTrendInsightBoxV1,.piTrendRiskNoteV1{background:#ffffffe6!important;border:1px solid #e2e8f0eb!important;border-radius:28px!important;box-shadow:0 18px 50px #0f172a0e!important}.piTrendDetailCardV1{padding:20px!important}.piTrendDetailLeadCardV1{background:radial-gradient(circle at 90% 0,#fbb44a1a,#0000 34%),#ffffffeb!important}.piTrendDetailMetaV1{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-bottom:12px!important;display:flex!important}.piTrendDetailMetaV1 span,.piTrendSectionTitleV1 span{color:#6d28d9!important;letter-spacing:.08em!important;background:#713fbf14!important;border-radius:999px!important;width:fit-content!important;padding:6px 10px!important;font-size:11px!important;font-weight:950!important;display:inline-flex!important}.piTrendDetailCardV1 h2,.piTrendSectionTitleV1 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:0!important;font-size:23px!important;font-weight:980!important;line-height:1.18!important}.piTrendDetailCardV1 p{color:#64748b!important;margin:10px 0 0!important;font-size:15px!important;font-weight:720!important;line-height:1.78!important}.piTrendInsightGridV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.piTrendInsightBoxV1{gap:8px!important;padding:17px!important;display:grid!important}.piTrendInsightBoxV1 span{color:#8a348e!important;font-size:12px!important;font-weight:950!important}.piTrendInsightBoxV1 strong{color:#0f172a!important;font-size:16px!important;font-weight:980!important}.piTrendInsightBoxV1 p{color:#64748b!important;margin:0!important;font-size:13px!important;font-weight:720!important;line-height:1.65!important}.piTrendSectionTitleV1{gap:10px!important;margin-bottom:14px!important;display:grid!important}.piTrendSummaryListV1{gap:11px!important;display:grid!important}.piTrendSummaryListV1 p{background:#f8fafceb!important;border-radius:20px!important;margin:0!important;padding:13px 14px!important}.piTrendSummaryListV1 strong{color:#312e81!important}.piTrendLockedCardV1{background:radial-gradient(circle at 92% 0,#fbb44a1f,#0000 34%),#ffffffeb!important;border-color:#fbb44a57!important}.piTrendLockedListV1{gap:9px!important;margin:0 0 16px!important;display:grid!important}.piTrendLockedListV1 span{color:#334155!important;background:#f8fafce0!important;border-radius:18px!important;padding:12px 13px!important;font-size:13.5px!important;font-weight:780!important;line-height:1.5!important;display:block!important}.piTrendUnlockBoxV1{background:radial-gradient(circle at 92% 10%,#fbb44a29,#0000 36%),linear-gradient(135deg,#593b8b14,#fbb44a14)!important;border:1px solid #fbb44a4d!important;border-radius:22px!important;gap:8px!important;padding:16px!important;display:grid!important}.piTrendUnlockBoxV1 strong{color:#3b1f78!important;font-size:16px!important;font-weight:980!important}.piTrendUnlockBoxV1 p{color:#64748b!important;margin:0!important;font-size:13px!important;font-weight:720!important;line-height:1.65!important}.piTrendUnlockBoxV1 button{color:#3d2600!important;opacity:.72!important;background:linear-gradient(135deg,#fbb44a,#e7a12b)!important;border:0!important;border-radius:999px!important;width:fit-content!important;margin-top:4px!important;padding:11px 15px!important;font-size:13px!important;font-weight:950!important}.piTrendRiskNoteV1{gap:6px!important;padding:15px 16px!important;display:grid!important}.piTrendRiskNoteV1 strong{color:#0f172a!important;font-size:14px!important;font-weight:950!important}.piTrendRiskNoteV1 p{color:#64748b!important;margin:0!important;font-size:12.5px!important;font-weight:700!important;line-height:1.65!important}.piTrendDetailActionsV1{justify-content:center!important;display:flex!important}.piTrendDetailBackV1{color:#fff!important;background:linear-gradient(135deg,#0f172a,#312e81)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:12px 18px!important;font-size:13px!important;font-weight:930!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 14px 32px #0f172a1f!important}@media (max-width:720px){.piTrendDetailPageV1{padding:14px 12px 108px!important}.piTrendDetailShellV1{gap:13px!important;margin-top:16px!important}.piTrendDetailHeroV1,.piTrendDetailCardV1,.piTrendRiskNoteV1{border-radius:25px!important}.piTrendInsightGridV1{grid-template-columns:1fr!important}.piTrendUnlockBoxV1 button{width:100%!important}}.piTrendFeaturedPointsV1{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin-top:14px!important;display:grid!important}.piTrendFeaturedPointsV1 span{color:#3b1f78!important;background:#fbb44a1f!important;border:1px solid #fbb44a2e!important;border-radius:18px!important;padding:11px 12px!important;font-size:12.5px!important;font-weight:850!important;line-height:1.45!important;display:block!important}.piTrendCategoryNavV1{background:radial-gradient(circle at 92% 0,#593b8b14,#0000 34%),#ffffffeb!important}@media (max-width:720px){.piTrendFeaturedPointsV1{grid-template-columns:1fr!important}}.piTrendArticlePageV2{background:radial-gradient(circle at 12% 0,#593b8b1a,#0000 32%),radial-gradient(circle at 88% 2%,#fbb44a1f,#0000 30%),linear-gradient(#f8fafc,#eef7f6)!important;min-height:100vh!important;padding:18px 16px 112px!important}.piTrendArticleShellV2{max-width:780px!important;margin:22px auto 0!important}.piTrendArticleHeroV2{background:radial-gradient(circle at 88% 12%,#fbb44a52,#0000 30%),linear-gradient(135deg,#593b8b,#8a348e 56%,#593b8b)!important;border-radius:30px!important;margin-bottom:18px!important;padding:26px 20px!important;box-shadow:0 22px 58px #593b8b2e!important}.piTrendArticleHeroV2 span,.piTrendArticleMetaV2 span,.piTrendArticleUnlockV2 span,.piTrendCategoryTitleV2 span{letter-spacing:.1em!important;border-radius:999px!important;width:fit-content!important;padding:6px 10px!important;font-size:11px!important;font-weight:950!important;display:inline-flex!important}.piTrendArticleHeroV2 span{color:#ffe3a0!important;background:#fbb44a29!important;border:1px solid #fbb44a6b!important}.piTrendArticleHeroV2 h1{color:#fff!important;letter-spacing:-.065em!important;margin:14px 0 8px!important;font-size:clamp(36px,9vw,58px)!important;font-weight:980!important;line-height:.96!important}.piTrendArticleHeroV2 p{color:#ffffffdb!important;max-width:620px!important;margin:0!important;font-size:15px!important;font-weight:760!important;line-height:1.72!important}.piTrendArticleV2{background:#fffffff0!important;border:1px solid #e2e8f0eb!important;border-radius:30px!important;padding:26px 21px 22px!important;position:relative!important;box-shadow:0 18px 52px #0f172a0f!important}.piTrendArticleMetaV2{flex-wrap:wrap!important;gap:8px!important;margin-bottom:16px!important;display:flex!important}.piTrendArticleMetaV2 span,.piTrendCategoryTitleV2 span{color:#6d28d9!important;background:#713fbf14!important}.piTrendArticleV2 h2{color:#0f172a!important;letter-spacing:-.045em!important;margin:0 0 18px!important;font-size:clamp(25px,6vw,38px)!important;font-weight:980!important;line-height:1.12!important}.piTrendArticleV2 p{color:#334155!important;margin:0 0 17px!important;font-size:16px!important;font-weight:650!important;line-height:1.92!important}.piTrendArticleFadeV2{pointer-events:none!important;background:linear-gradient(#fff0,#fffffff5)!important;height:46px!important;margin:-14px 0 0!important}.piTrendArticleUnlockV2{background:radial-gradient(circle at 92% 10%,#fbb44a26,#0000 36%),linear-gradient(135deg,#593b8b14,#fbb44a14)!important;border:1px solid #fbb44a57!important;border-radius:24px!important;margin-top:0!important;padding:18px!important}.piTrendArticleUnlockV2 span{color:#7c2d12!important;background:#fbb44a2e!important}.piTrendArticleUnlockV2 h3{color:#3b1f78!important;letter-spacing:-.03em!important;margin:10px 0 8px!important;font-size:23px!important;font-weight:980!important;line-height:1.15!important}.piTrendArticleUnlockV2 p{color:#64748b!important;margin:0!important;font-size:13.5px!important;font-weight:720!important;line-height:1.72!important}.piTrendArticleUnlockV2 button{color:#3d2600!important;opacity:.76!important;background:linear-gradient(135deg,#fbb44a,#e7a12b)!important;border:0!important;border-radius:999px!important;width:fit-content!important;margin-top:13px!important;padding:12px 16px!important;font-size:13px!important;font-weight:950!important}.piTrendCategoryAfterArticleV2{background:#ffffffe6!important;border:1px solid #e2e8f0eb!important;border-radius:28px!important;margin-top:18px!important;padding:20px!important;box-shadow:0 18px 50px #0f172a0e!important}.piTrendCategoryTitleV2{gap:10px!important;margin-bottom:14px!important;display:grid!important}.piTrendCategoryTitleV2 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:0!important;font-size:23px!important;font-weight:980!important}.piTrendCategoryGridV2{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.piTrendCategoryGridV2 section{background:#f8fafccc!important;border:1px solid #e2e8f0eb!important;border-radius:22px!important;gap:7px!important;padding:15px!important;display:grid!important}.piTrendCategoryGridV2 span{color:#8a348e!important;font-size:12px!important;font-weight:950!important}.piTrendCategoryGridV2 strong{color:#0f172a!important;font-size:16px!important;font-weight:980!important}.piTrendCategoryGridV2 p{color:#64748b!important;margin:0!important;font-size:13px!important;font-weight:720!important;line-height:1.62!important}.piTrendArticleNoteV2{background:#ffffff9e!important;border:1px solid #e2e8f0b8!important;border-radius:22px!important;gap:6px!important;margin-top:14px!important;padding:15px 16px!important;display:grid!important}.piTrendArticleNoteV2 strong{color:#0f172a!important;font-size:14px!important;font-weight:950!important}.piTrendArticleNoteV2 p{color:#64748b!important;margin:0!important;font-size:12.5px!important;font-weight:700!important;line-height:1.65!important}.piTrendArticleActionsV2{justify-content:center!important;margin-top:16px!important;display:flex!important}.piTrendArticleBackV2{color:#fff!important;background:linear-gradient(135deg,#0f172a,#312e81)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:12px 18px!important;font-size:13px!important;font-weight:930!important;text-decoration:none!important;display:inline-flex!important}@media (max-width:720px){.piTrendArticlePageV2{padding:14px 12px 108px!important}.piTrendArticleShellV2{margin-top:16px!important}.piTrendArticleHeroV2,.piTrendArticleV2{border-radius:25px!important}.piTrendArticleV2{padding:22px 17px 18px!important}.piTrendArticleV2 p{font-size:15.5px!important;line-height:1.88!important}.piTrendArticleUnlockV2 button{width:100%!important}.piTrendCategoryGridV2{grid-template-columns:1fr!important}}.piTrendConversionPageV3{background:radial-gradient(circle at 12% 0,#593b8b24,#0000 30%),radial-gradient(circle at 86% 4%,#fbb44a29,#0000 28%),linear-gradient(#faf7ff 0%,#f8fafc 46%,#eef7f6 100%)!important;min-height:100vh!important;padding:18px 14px 112px!important}.piTrendConversionShellV3{max-width:760px!important;margin:16px auto 0!important}.piTrendConversionHeroV3{color:#fff!important;background:radial-gradient(circle at 86% 12%,#fbb44a6b,#0000 30%),radial-gradient(circle at 10% 0,#ffffff29,#0000 30%),linear-gradient(135deg,#4b2f7f 0%,#8a348e 58%,#593b8b 100%)!important;border-radius:32px!important;padding:24px 19px 22px!important;position:relative!important;overflow:hidden!important;box-shadow:0 26px 64px #593b8b38!important}.piTrendConversionBadgeLineV3{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin-bottom:15px!important;display:flex!important}.piTrendConversionBadgeLineV3 span,.piTrendConversionBadgeLineV3 em,.piTrendReportMetaV3 span,.piTrendUnlockPanelV3>span,.piTrendExploreHeadV3 span{letter-spacing:.1em!important;border-radius:999px!important;width:fit-content!important;padding:6px 10px!important;font-size:10.5px!important;font-style:normal!important;font-weight:950!important;display:inline-flex!important}.piTrendConversionBadgeLineV3 span{color:#ffe3a0!important;background:#fbb44a2b!important;border:1px solid #fbb44a61!important}.piTrendConversionBadgeLineV3 em{color:#ffffffd1!important;background:#ffffff1a!important}.piTrendConversionHeroV3 h1{color:#fff!important;letter-spacing:-.072em!important;text-shadow:0 2px 14px #25252533!important;margin:0!important;font-size:clamp(37px,10vw,66px)!important;font-weight:990!important;line-height:.94!important}.piTrendConversionHeroV3 p{color:#ffffffe0!important;max-width:590px!important;margin:14px 0 0!important;font-size:15.5px!important;font-weight:760!important;line-height:1.68!important}.piTrendSignalRowV3{flex-wrap:wrap!important;gap:8px!important;margin-top:16px!important;display:flex!important}.piTrendSignalRowV3 span{color:#32164f!important;background:#ffffffd1!important;border-radius:999px!important;padding:9px 11px!important;font-size:12px!important;font-weight:900!important}.piTrendHeroCtaV3{color:#3d2600!important;background:linear-gradient(135deg,#fbb44a,#e7a12b)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;margin-top:17px!important;padding:12px 16px!important;font-size:13.5px!important;font-weight:980!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 15px 34px #fbb44a4d!important}.piTrendReportPaperV3{background:#fffffff5!important;border:1px solid #e2e8f0eb!important;border-radius:28px!important;margin-top:16px!important;padding:24px 20px 20px!important;position:relative!important;box-shadow:0 18px 52px #0f172a11!important}.piTrendReportMetaV3{flex-wrap:wrap!important;gap:8px!important;margin-bottom:15px!important;display:flex!important}.piTrendReportMetaV3 span,.piTrendExploreHeadV3 span{color:#6d28d9!important;background:#713fbf14!important}.piTrendReportPaperV3 h2{color:#0f172a!important;letter-spacing:-.048em!important;margin:0 0 15px!important;font-size:clamp(24px,6.2vw,38px)!important;font-weight:990!important;line-height:1.11!important}.piTrendReportPaperV3 p{color:#334155!important;margin:0 0 16px!important;font-size:16px!important;font-weight:680!important;line-height:1.88!important}.piTrendLeadV3{color:#1e293b!important;font-size:16.5px!important;font-weight:760!important}.piTrendReportPaperV3 blockquote{color:#3b1f78!important;background:linear-gradient(135deg,#fbb44a21,#8a348e12)!important;border-left:4px solid #fbb44a!important;border-radius:18px!important;margin:18px 0!important;padding:16px!important;font-size:17px!important;font-weight:930!important;line-height:1.65!important}.piTrendReadFadeV3{background:linear-gradient(#fff0,#fffffff7)!important;height:54px!important;margin:-18px 0 0!important}.piTrendUnlockPanelV3{background:radial-gradient(circle at 92% 10%,#fbb44a2b,#0000 36%),linear-gradient(135deg,#593b8b14,#fbb44a17)!important;border:1px solid #fbb44a57!important;border-radius:24px!important;margin-top:0!important;padding:18px!important}.piTrendUnlockPanelV3>span{color:#7c2d12!important;background:#fbb44a2e!important}.piTrendUnlockPanelV3 h3{color:#3b1f78!important;letter-spacing:-.035em!important;margin:11px 0 8px!important;font-size:25px!important;font-weight:990!important;line-height:1.14!important}.piTrendUnlockPanelV3 p{color:#64748b!important;margin:0!important;font-size:13.8px!important;font-weight:730!important;line-height:1.72!important}.piTrendUnlockListV3{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:13px!important;display:grid!important}.piTrendUnlockListV3 strong,.piTrendUnlockListV3 em{border-radius:16px!important;padding:10px 11px!important;font-size:12.5px!important;font-style:normal!important;font-weight:850!important;line-height:1.4!important;display:block!important}.piTrendUnlockListV3 strong{color:#3b1f78!important;background:#ffffff9e!important;grid-column:1/-1!important}.piTrendUnlockListV3 em{color:#334155!important;background:#ffffff8c!important}.piTrendUnlockPanelV3 button{color:#3d2600!important;opacity:.82!important;background:linear-gradient(135deg,#fbb44a,#e7a12b)!important;border:0!important;border-radius:999px!important;width:100%!important;margin-top:14px!important;padding:13px 16px!important;font-size:14px!important;font-weight:990!important}.piTrendExploreV3{background:#ffffffe0!important;border:1px solid #e2e8f0e6!important;border-radius:26px!important;margin-top:18px!important;padding:19px!important;box-shadow:0 16px 44px #0f172a0e!important}.piTrendExploreHeadV3{gap:9px!important;margin-bottom:13px!important;display:grid!important}.piTrendExploreHeadV3 h2{color:#0f172a!important;letter-spacing:-.035em!important;margin:0!important;font-size:22px!important;font-weight:980!important}.piTrendExploreGridV3{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important;display:grid!important}.piTrendExploreGridV3 section{background:#f8fafcd9!important;border:1px solid #e2e8f0db!important;border-radius:20px!important;gap:6px!important;padding:14px!important;display:grid!important}.piTrendExploreGridV3 span{color:#8a348e!important;font-size:12px!important;font-weight:950!important}.piTrendExploreGridV3 strong{color:#0f172a!important;font-size:15.5px!important;font-weight:980!important}.piTrendExploreGridV3 p,.piTrendNoteV3 p{color:#64748b!important;margin:0!important;font-size:12.8px!important;font-weight:710!important;line-height:1.62!important}.piTrendNoteV3{background:#ffffff94!important;border:1px solid #e2e8f0b3!important;border-radius:20px!important;gap:6px!important;margin-top:14px!important;padding:14px 15px!important;display:grid!important}.piTrendNoteV3 strong{color:#0f172a!important;font-size:13.5px!important;font-weight:950!important}.piTrendBackWrapV3{justify-content:center!important;margin-top:16px!important;display:flex!important}.piTrendBackV3{color:#fff!important;background:linear-gradient(135deg,#0f172a,#312e81)!important;border-radius:999px!important;padding:11px 16px!important;font-size:13px!important;font-weight:930!important;text-decoration:none!important}@media (max-width:720px){.piTrendConversionPageV3{padding:14px 12px 108px!important}.piTrendConversionShellV3{margin-top:12px!important}.piTrendConversionHeroV3,.piTrendReportPaperV3,.piTrendExploreV3{border-radius:25px!important}.piTrendReportPaperV3{padding:22px 17px 18px!important}.piTrendReportPaperV3 p{font-size:15.5px!important;line-height:1.84!important}.piTrendUnlockListV3,.piTrendExploreGridV3{grid-template-columns:1fr!important}.piTrendHeroCtaV3{width:100%!important}}.piTrendArticlePageV4{background:radial-gradient(circle at 12% 0,#593b8b1a,#0000 30%),radial-gradient(circle at 88% 2%,#fbb44a21,#0000 28%),linear-gradient(#fbf8ff 0%,#f8fafc 48%,#eef7f6 100%)!important;min-height:100vh!important;padding:18px 14px 112px!important}.piTrendArticleDetailV4{max-width:740px!important;margin:16px auto 0!important}.piTrendArticleHeaderV4{color:#fff!important;background:radial-gradient(circle at 88% 12%,#fbb44a5c,#0000 30%),linear-gradient(135deg,#4b2f7f 0%,#8a348e 58%,#593b8b 100%)!important;border-radius:30px!important;padding:24px 19px 22px!important;box-shadow:0 24px 60px #593b8b33!important}.piTrendArticleTopLineV4{flex-wrap:wrap!important;gap:8px!important;margin-bottom:15px!important;display:flex!important}.piTrendArticleTopLineV4 span,.piTrendArticleTopLineV4 em,.piTrendArticleMetaV4 span,.piTrendUnlockBoxV4>span{letter-spacing:.1em!important;border-radius:999px!important;width:fit-content!important;padding:6px 10px!important;font-size:10.5px!important;font-style:normal!important;font-weight:950!important;display:inline-flex!important}.piTrendArticleTopLineV4 span{color:#ffe3a0!important;background:#fbb44a2b!important;border:1px solid #fbb44a61!important}.piTrendArticleTopLineV4 em{color:#ffffffd1!important;background:#ffffff1a!important}.piTrendArticleHeaderV4 h1{color:#fff!important;letter-spacing:-.065em!important;margin:0!important;font-size:clamp(32px,8.4vw,56px)!important;font-weight:990!important;line-height:.98!important}.piTrendArticleHeaderV4 p{color:#ffffffe0!important;max-width:600px!important;margin:14px 0 0!important;font-size:15px!important;font-weight:760!important;line-height:1.68!important}.piTrendMarketStripV4{background:radial-gradient(circle at 92% 8%,#fbb44a24,#0000 34%),#ffffffe0!important;border:1px solid #fbb44a47!important;border-radius:22px!important;gap:7px!important;margin:14px 0!important;padding:14px 15px!important;display:grid!important;box-shadow:0 14px 38px #0f172a0b!important}.piTrendMarketStripV4 div{justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.piTrendMarketStripV4 span{color:#6d28d9!important;letter-spacing:.08em!important;font-size:11px!important;font-weight:950!important}.piTrendMarketStripV4 strong{color:#3b1f78!important;font-size:15px!important;font-weight:980!important}.piTrendMarketStripV4 p{color:#64748b!important;margin:0!important;font-size:12.8px!important;font-weight:720!important;line-height:1.58!important}.piTrendArticleBodyV4{background:#fffffff5!important;border:1px solid #e2e8f0eb!important;border-radius:28px!important;padding:24px 20px 20px!important;box-shadow:0 18px 52px #0f172a11!important}.piTrendArticleMetaV4{flex-wrap:wrap!important;gap:8px!important;margin-bottom:16px!important;display:flex!important}.piTrendArticleMetaV4 span{color:#6d28d9!important;background:#713fbf14!important}.piTrendArticleBodyV4 p{color:#334155!important;margin:0 0 16px!important;font-size:16px!important;font-weight:680!important;line-height:1.9!important}.piTrendArticleLeadV4{color:#1e293b!important;font-size:16.5px!important;font-weight:760!important}.piTrendArticleBodyV4 blockquote{color:#3b1f78!important;background:linear-gradient(135deg,#fbb44a21,#8a348e12)!important;border-left:4px solid #fbb44a!important;border-radius:18px!important;margin:18px 0!important;padding:16px!important;font-size:17px!important;font-weight:930!important;line-height:1.65!important}.piTrendArticleFadeV4{background:linear-gradient(#fff0,#fffffffa)!important;height:58px!important;margin:-20px 0 0!important}.piTrendUnlockBoxV4{background:radial-gradient(circle at 92% 10%,#fbb44a2b,#0000 36%),linear-gradient(135deg,#593b8b14,#fbb44a17)!important;border:1px solid #fbb44a57!important;border-radius:24px!important;margin-top:0!important;padding:18px!important}.piTrendUnlockBoxV4>span{color:#7c2d12!important;background:#fbb44a2e!important}.piTrendUnlockBoxV4 h2{color:#3b1f78!important;letter-spacing:-.035em!important;margin:11px 0 8px!important;font-size:25px!important;font-weight:990!important;line-height:1.14!important}.piTrendUnlockBoxV4 p{color:#64748b!important;margin:0!important;font-size:13.8px!important;font-weight:730!important;line-height:1.72!important}.piTrendUnlockItemsV4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:13px!important;display:grid!important}.piTrendUnlockItemsV4 em{color:#334155!important;background:#ffffff94!important;border-radius:16px!important;padding:10px 11px!important;font-size:12.5px!important;font-style:normal!important;font-weight:850!important;line-height:1.4!important;display:block!important}.piTrendUnlockBoxV4 button{color:#3d2600!important;opacity:.84!important;background:linear-gradient(135deg,#fbb44a,#e7a12b)!important;border:0!important;border-radius:999px!important;width:100%!important;margin-top:14px!important;padding:13px 16px!important;font-size:14px!important;font-weight:990!important}.piTrendArticleNoteV4{background:#ffffff94!important;border:1px solid #e2e8f0b3!important;border-radius:20px!important;gap:6px!important;margin-top:14px!important;padding:14px 15px!important;display:grid!important}.piTrendArticleNoteV4 strong{color:#0f172a!important;font-size:13.5px!important;font-weight:950!important}.piTrendArticleNoteV4 p{color:#64748b!important;margin:0!important;font-size:12.8px!important;font-weight:710!important;line-height:1.62!important}.piTrendArticleBackWrapV4{justify-content:center!important;margin-top:16px!important;display:flex!important}.piTrendArticleBackV4{color:#fff!important;background:linear-gradient(135deg,#0f172a,#312e81)!important;border-radius:999px!important;padding:11px 16px!important;font-size:13px!important;font-weight:930!important;text-decoration:none!important}@media (max-width:720px){.piTrendArticlePageV4{padding:14px 12px 108px!important}.piTrendArticleDetailV4{margin-top:12px!important}.piTrendArticleHeaderV4,.piTrendArticleBodyV4{border-radius:25px!important}.piTrendArticleBodyV4{padding:22px 17px 18px!important}.piTrendArticleBodyV4 p{font-size:15.5px!important;line-height:1.84!important}.piTrendMarketStripV4 div{flex-direction:column!important;align-items:flex-start!important}.piTrendUnlockItemsV4{grid-template-columns:1fr!important}}.piTrendCleanPageV5{background:radial-gradient(circle at 12% 0,#593b8b14,#0000 28%),radial-gradient(circle at 88% 2%,#fbb44a1a,#0000 26%),linear-gradient(#fbf8ff 0%,#f8fafc 48%,#eef7f6 100%)!important;min-height:100vh!important;padding:18px 14px 112px!important}.piTrendCleanArticleV5{max-width:720px!important;margin:14px auto 0!important}.piTrendCleanMetaV5{flex-wrap:wrap!important;gap:8px!important;margin-bottom:13px!important;display:flex!important}.piTrendCleanMetaV5 span,.piTrendCleanMetaV5 em,.piTrendCleanUnlockV5>span{letter-spacing:.1em!important;border-radius:999px!important;width:fit-content!important;padding:6px 10px!important;font-size:10.5px!important;font-style:normal!important;font-weight:950!important;display:inline-flex!important}.piTrendCleanMetaV5 span{color:#6d28d9!important;background:#713fbf14!important}.piTrendCleanMetaV5 em{color:#7c2d12!important;background:#fbb44a29!important}.piTrendCleanArticleV5>h1{color:#0f172a!important;letter-spacing:-.065em!important;margin:0 0 15px!important;font-size:clamp(30px,8vw,52px)!important;font-weight:990!important;line-height:1.02!important}.piMarketLiveCardV1{background:radial-gradient(circle at 92% 8%,#fbb44a24,#0000 34%),#ffffffeb!important;border:1px solid #fbb44a47!important;border-radius:24px!important;margin:0 0 16px!important;padding:15px!important;box-shadow:0 14px 38px #0f172a0d!important}.piMarketLiveTopV1{justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;display:flex!important}.piMarketLiveTopV1 div{gap:3px!important;display:grid!important}.piMarketLiveTopV1 span{color:#6d28d9!important;letter-spacing:.1em!important;font-size:11px!important;font-weight:950!important}.piMarketLiveTopV1 strong{color:#3b1f78!important;font-size:28px!important;font-weight:990!important;line-height:1!important}.piMarketLiveTopV1 em{background:#0f172a0f!important;border-radius:999px!important;padding:7px 9px!important;font-size:12px!important;font-style:normal!important;font-weight:950!important}.piMarketLiveTopV1 em.up{color:#047857!important;background:#10b9811f!important}.piMarketLiveTopV1 em.down{color:#be123c!important;background:#f43f5e1a!important}.piMarketChartWrapV1{color:#8a348e!important;margin-top:12px!important}.piMarketChartWrapV1 svg{width:100%!important;height:76px!important;display:block!important}.piMarketChartFallbackV1{color:#64748b!important;place-items:center!important;height:76px!important;font-size:12px!important;font-weight:800!important;display:grid!important}.piMarketLiveStatsV1{flex-wrap:wrap!important;gap:8px!important;margin-top:10px!important;display:flex!important}.piMarketLiveStatsV1 span{color:#64748b!important;background:#f8fafce0!important;border-radius:999px!important;padding:7px 9px!important;font-size:12px!important;font-weight:820!important}.piTrendCleanBodyV5{background:#fffffff5!important;border:1px solid #e2e8f0eb!important;border-radius:26px!important;padding:21px 18px 18px!important;box-shadow:0 18px 52px #0f172a0f!important}.piTrendCleanBodyV5>p{color:#1e293b!important;margin:0!important;font-size:16px!important;font-weight:730!important;line-height:1.86!important}.piTrendCleanFadeV5{background:linear-gradient(#fff0,#fffffffa)!important;height:54px!important;margin:-6px 0 0!important}.piTrendCleanUnlockV5{background:radial-gradient(circle at 92% 10%,#fbb44a2b,#0000 36%),linear-gradient(135deg,#593b8b14,#fbb44a17)!important;border:1px solid #fbb44a57!important;border-radius:22px!important;margin-top:0!important;padding:17px!important}.piTrendCleanUnlockV5>span{color:#7c2d12!important;background:#fbb44a2e!important}.piTrendCleanUnlockV5 h2{color:#3b1f78!important;letter-spacing:-.035em!important;margin:10px 0 7px!important;font-size:25px!important;font-weight:990!important;line-height:1.14!important}.piTrendCleanUnlockV5 p{color:#64748b!important;margin:0!important;font-size:13.5px!important;font-weight:730!important;line-height:1.68!important}.piTrendCleanUnlockV5 button{color:#3d2600!important;opacity:.86!important;background:linear-gradient(135deg,#fbb44a,#e7a12b)!important;border:0!important;border-radius:999px!important;width:100%!important;margin-top:13px!important;padding:13px 16px!important;font-size:14px!important;font-weight:990!important}.piTrendCleanNoteV5{background:#ffffff94!important;border:1px solid #e2e8f0b3!important;border-radius:20px!important;gap:6px!important;margin-top:14px!important;padding:14px 15px!important;display:grid!important}.piTrendCleanNoteV5 strong{color:#0f172a!important;font-size:13.5px!important;font-weight:950!important}.piTrendCleanNoteV5 p{color:#64748b!important;margin:0!important;font-size:12.8px!important;font-weight:710!important;line-height:1.62!important}@media (max-width:720px){.piTrendCleanPageV5{padding:14px 12px 108px!important}.piTrendCleanArticleV5{margin-top:12px!important}.piTrendCleanArticleV5>h1{font-size:clamp(28px,8.7vw,42px)!important}.piMarketLiveTopV1 strong{font-size:25px!important}.piTrendCleanBodyV5{border-radius:24px!important;padding:20px 16px 17px!important}.piTrendCleanBodyV5>p{font-size:15.5px!important;line-height:1.82!important}}.piTrendCleanArticleV5{max-width:680px!important}.piTrendCleanArticleV5>h1{letter-spacing:-.035em!important;margin:0 0 14px!important;font-size:clamp(24px,6vw,34px)!important;font-weight:900!important;line-height:1.18!important}.piTrendCleanMetaV5 span,.piTrendCleanMetaV5 em{font-size:10.5px!important}.piMarketLiveTopV1 strong{font-size:24px!important}.piTrendCleanBodyV5>p{font-size:15px!important;font-weight:650!important;line-height:1.74!important}.piTrendCleanUnlockV5 h2{letter-spacing:-.02em!important;font-size:21px!important;line-height:1.2!important}.piTrendCleanUnlockV5 p{font-size:13px!important;line-height:1.62!important}.piTrendCleanNoteV5 strong{font-size:13px!important}.piTrendCleanNoteV5 p{font-size:12.3px!important;line-height:1.58!important}@media (max-width:720px){.piTrendCleanArticleV5>h1{font-size:25px!important;line-height:1.18!important}.piTrendCleanBodyV5>p{font-size:14.8px!important;line-height:1.72!important}.piTrendCleanUnlockV5 h2{font-size:20px!important}}.piTrendCleanArticleV5>h1{letter-spacing:-.028em!important;margin-bottom:13px!important;font-size:clamp(22px,5.4vw,30px)!important;font-weight:880!important;line-height:1.22!important}@media (max-width:720px){.piTrendCleanArticleV5>h1{letter-spacing:-.025em!important;font-size:23px!important;font-weight:880!important;line-height:1.22!important}}.piTrendUnlockActionV1{gap:8px!important;margin-top:13px!important;display:grid!important}.piTrendUnlockActionV1 button{color:#3d2600!important;background:linear-gradient(135deg,#fbb44a,#e7a12b)!important;border:0!important;border-radius:999px!important;width:100%!important;padding:13px 16px!important;font-size:14px!important;font-weight:990!important;box-shadow:0 14px 30px #fbb44a38!important}.piTrendUnlockActionV1 button:disabled{opacity:.72!important}.piTrendUnlockActionV1 p{color:#64748b!important;margin:0!important;font-size:12.5px!important;font-weight:720!important;line-height:1.55!important}.piTrendUnlockActionV1 span{color:#8a6b26!important;font-size:11.5px!important;font-weight:820!important;line-height:1.45!important}.piTrendFullReportContentV1{background:#ffffffb8!important;border:1px solid #e2e8f0e0!important;border-radius:22px!important;gap:12px!important;margin-top:16px!important;padding:18px 16px!important;display:grid!important}.piTrendFullReportContentV1>span{color:#6d28d9!important;letter-spacing:.1em!important;background:#713fbf14!important;border-radius:999px!important;width:fit-content!important;padding:6px 10px!important;font-size:10.5px!important;font-weight:950!important;display:inline-flex!important}.piTrendFullReportContentV1 h3{color:#0f172a!important;letter-spacing:-.025em!important;margin:0!important;font-size:20px!important;font-weight:900!important;line-height:1.24!important}.piTrendFullReportContentV1 p{color:#334155!important;margin:0!important;font-size:14.6px!important;font-weight:640!important;line-height:1.78!important}@media (max-width:720px){.piTrendFullReportContentV1{border-radius:20px!important;padding:16px 14px!important}.piTrendFullReportContentV1 h3{font-size:19px!important}.piTrendFullReportContentV1 p{font-size:14.4px!important;line-height:1.74!important}}.piTrendInlinePaywallV1{margin-top:2px!important;padding-top:2px!important}.piTrendInlinePaywallV1 .piTrendUnlockActionV1{gap:9px!important;margin-top:0!important;display:grid!important}.piTrendInlinePaywallV1 .piTrendUnlockActionV1 button{color:#3d2600!important;background:linear-gradient(135deg,#fbb44a,#e7a12b)!important;border:0!important;border-radius:999px!important;width:100%!important;padding:13px 16px!important;font-size:14px!important;font-weight:920!important;box-shadow:0 12px 26px #fbb44a33!important}.piTrendInlinePaywallV1 .piTrendUnlockActionV1 p{color:#64748b!important;text-align:center!important;margin:0!important;font-size:12.5px!important;font-weight:680!important;line-height:1.55!important}.piTrendInlinePaywallV1 .piTrendUnlockActionV1>span{color:#8a6b26!important;text-align:center!important;margin:0!important;font-size:11.5px!important;font-weight:760!important;line-height:1.45!important}.piTrendInlinePaywallV1 .piTrendFullReportContentV1{box-shadow:none!important;background:0 0!important;border:0!important;border-top:1px solid #e2e8f0db!important;border-radius:0!important;margin-top:18px!important;padding:18px 0 0!important}.piTrendInlinePaywallV1 .piTrendFullReportContentV1>span{color:#8a348e!important;letter-spacing:.1em!important;background:0 0!important;border-radius:0!important;padding:0!important;font-size:10.5px!important;font-weight:900!important}.piTrendInlinePaywallV1 .piTrendFullReportContentV1 h3{color:#0f172a!important;letter-spacing:-.025em!important;margin:0!important;font-size:20px!important;font-weight:900!important;line-height:1.25!important}.piTrendInlinePaywallV1 .piTrendFullReportContentV1 p{color:#334155!important;margin:0!important;font-size:14.8px!important;font-weight:620!important;line-height:1.78!important}@media (max-width:720px){.piTrendInlinePaywallV1 .piTrendFullReportContentV1{padding-top:16px!important}.piTrendInlinePaywallV1 .piTrendFullReportContentV1 h3{font-size:19px!important}.piTrendInlinePaywallV1 .piTrendFullReportContentV1 p{font-size:14.5px!important;line-height:1.74!important}}.piTrendProtectedReportV1{position:relative!important;overflow:hidden!important}.piTrendProtectedReportV1:before{content:attr(data-watermark)!important;z-index:0!important;color:#593b8b0e!important;letter-spacing:.08em!important;white-space:pre-wrap!important;pointer-events:none!important;width:140%!important;font-size:28px!important;font-weight:900!important;line-height:2.8!important;position:absolute!important;inset:10% auto auto 50%!important;transform:translate(-50%)rotate(-18deg)!important}.piTrendProtectedReportV1>*{z-index:1!important;position:relative!important}@media (max-width:720px){.piTrendProtectedReportV1:before{font-size:20px!important;line-height:3.2!important}}.piTrendVisibleWatermarkV1{color:#593b8bb8!important;letter-spacing:.02em!important;word-break:break-all!important;background:#713fbf11!important;border-radius:999px!important;width:fit-content!important;max-width:100%!important;margin:-2px 0 2px!important;padding:5px 8px!important;font-size:11.2px!important;font-weight:760!important;line-height:1.35!important;display:inline-flex!important}.paymentRecordsRealPageV1{padding-bottom:112px!important}.paymentRecordsSummaryV1{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:14px 0!important;display:grid!important}.paymentRecordsSummaryV1>div{background:#ffffffd1!important;border:1px solid #e2e8f0c7!important;border-radius:20px!important;gap:5px!important;padding:13px 12px!important;display:grid!important;box-shadow:0 12px 28px #0f172a0b!important}.paymentRecordsSummaryV1 span{color:#64748b!important;font-size:11.5px!important;font-weight:820!important}.paymentRecordsSummaryV1 strong{color:#111827!important;font-size:22px!important;font-weight:950!important;line-height:1!important}.paymentRecordsFilterV1{gap:8px!important;margin:0 0 2px!important;padding:3px 0 12px!important;display:flex!important;overflow-x:auto!important}.paymentRecordsFilterV1 button{color:#64748b!important;background:#ffffffbd!important;border:1px solid #e2e8f0e6!important;border-radius:999px!important;flex:none!important;padding:9px 12px!important;font-size:12.5px!important;font-weight:850!important}.paymentRecordsFilterV1 button.active{color:#3b1f78!important;background:linear-gradient(135deg,#fbb44a38,#713fbf1a)!important;border-color:#fbb44a61!important}.paymentRecordsStateV1,.paymentRecordItemV1{background:#ffffffe0!important;border:1px solid #e2e8f0d1!important;border-radius:22px!important;padding:16px!important;box-shadow:0 14px 34px #0f172a0d!important}.paymentRecordsStateV1{gap:6px!important;display:grid!important}.paymentRecordsStateV1 strong{color:#0f172a!important;font-size:15px!important;font-weight:900!important}.paymentRecordsStateV1 p{color:#64748b!important;margin:0!important;font-size:13px!important;font-weight:650!important;line-height:1.6!important}.paymentRecordsListV1{gap:12px!important;display:grid!important}.paymentRecordItemTopV1{justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;margin-bottom:12px!important;display:flex!important}.paymentRecordItemTopV1 div{gap:5px!important;display:grid!important}.paymentRecordItemTopV1 span{color:#6d28d9!important;background:#713fbf14!important;border-radius:999px!important;width:fit-content!important;padding:5px 8px!important;font-size:10.8px!important;font-weight:920!important}.paymentRecordItemTopV1 h2{color:#0f172a!important;letter-spacing:-.02em!important;margin:0!important;font-size:17px!important;font-weight:930!important;line-height:1.25!important}.paymentRecordItemTopV1 em{color:#64748b!important;background:#f8fafcf2!important;border-radius:999px!important;flex:none!important;padding:6px 9px!important;font-size:11.8px!important;font-style:normal!important;font-weight:850!important}.paymentRecordItemTopV1 em.completed{color:#047857!important;background:#10b9811c!important}.paymentRecordItemV1 dl{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:0!important;display:grid!important}.paymentRecordItemV1 dl>div{background:#f8fafcb8!important;border-radius:16px!important;min-width:0!important;padding:10px!important}.paymentRecordItemV1 dt{color:#94a3b8!important;font-size:11px!important;font-weight:820!important}.paymentRecordItemV1 dd{color:#334155!important;word-break:break-all!important;margin:4px 0 0!important;font-size:12.5px!important;font-weight:760!important;line-height:1.35!important}.paymentRecordActionsV1{justify-content:space-between!important;align-items:center!important;gap:10px!important;margin-top:13px!important;display:flex!important}.paymentRecordActionsV1 a{color:#3d2600!important;background:linear-gradient(135deg,#fbb44a,#e7a12b)!important;border-radius:999px!important;flex:none!important;padding:9px 13px!important;font-size:12.8px!important;font-weight:900!important;text-decoration:none!important}.paymentRecordActionsV1 span{color:#94a3b8!important;text-align:right!important;word-break:break-all!important;min-width:0!important;font-size:11.2px!important;font-weight:720!important}@media (max-width:720px){.paymentRecordsSummaryV1{gap:8px!important}.paymentRecordsSummaryV1>div{padding:12px 10px!important}.paymentRecordsSummaryV1 strong{font-size:20px!important}.paymentRecordItemV1 dl{grid-template-columns:1fr!important}}.paymentRecordsAuthCardV1,.paymentRecordsIdentityV1{background:#ffffffdb!important;border:1px solid #e2e8f0d1!important;border-radius:22px!important;margin:14px 0!important;padding:16px!important;box-shadow:0 14px 34px #0f172a0d!important}.paymentRecordsAuthCardV1{gap:14px!important;display:grid!important}.paymentRecordsAuthCardV1 div{gap:7px!important;display:grid!important}.paymentRecordsAuthCardV1 span,.paymentRecordsIdentityV1 span{color:#6d28d9!important;letter-spacing:.04em!important;font-size:11.5px!important;font-weight:900!important}.paymentRecordsAuthCardV1 h2{color:#0f172a!important;letter-spacing:-.025em!important;margin:0!important;font-size:21px!important;font-weight:930!important;line-height:1.22!important}.paymentRecordsAuthCardV1 p{color:#64748b!important;margin:0!important;font-size:13.5px!important;font-weight:650!important;line-height:1.65!important}.paymentRecordsAuthCardV1 button,.paymentRecordsIdentityV1 button{color:#3d2600!important;background:linear-gradient(135deg,#fbb44a,#e7a12b)!important;border:0!important;border-radius:999px!important;width:100%!important;font-weight:920!important;box-shadow:0 12px 26px #fbb44a2e!important}.paymentRecordsAuthCardV1 button{padding:13px 16px!important;font-size:14px!important}.paymentRecordsAuthCardV1 button:disabled{opacity:.72!important}.paymentRecordsIdentityV1{grid-template-columns:1fr auto!important;align-items:center!important;gap:6px 12px!important;display:grid!important}.paymentRecordsIdentityV1 span{grid-column:1/-1!important}.paymentRecordsIdentityV1 strong{color:#0f172a!important;word-break:break-all!important;min-width:0!important;font-size:14px!important;font-weight:850!important}.paymentRecordsIdentityV1 button{width:auto!important;padding:8px 12px!important;font-size:12px!important}.firstRewardV2Overlay{z-index:1300;-webkit-backdrop-filter:blur(10px);background:radial-gradient(circle at 50% 36%,#4f46e538,#0000 32%),radial-gradient(circle at 50% 58%,#06b6d41f,#0000 30%),#030712ad;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.firstRewardV2Card{color:#f8fbff;text-align:center;background:radial-gradient(circle at 50% 0,#486aff57,#0000 34%),radial-gradient(circle at 94% 90%,#06b6d426,#0000 30%),radial-gradient(circle at 0 2%,#8b5cf633,#0000 30%),linear-gradient(145deg,#0a163efa,#040f28fa);border:1px solid #5eb7ff7a;border-radius:26px;width:min(330px,100vw - 42px);padding:24px 21px 22px;position:relative;overflow:hidden;box-shadow:0 26px 72px #00000070,inset 0 0 0 1px #ffffff0d,0 0 30px #2484ff3d}.firstRewardV2Card:before{content:"";pointer-events:none;background:linear-gradient(120deg,#ffffff1f,#0000 24% 72%,#33d6ff1a),radial-gradient(circle at 20% 18%,#ffffff1a,#0000 18%);position:absolute;inset:0}.firstRewardV2Close{z-index:3;color:#ffffffeb;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff38;border-radius:999px;width:34px;height:34px;font-size:27px;line-height:28px;position:absolute;top:13px;right:13px}.firstRewardV2LogoStage{z-index:2;place-items:center;width:92px;height:82px;margin:0 auto 4px;display:grid;position:relative}.firstRewardV2LogoBadge{background:radial-gradient(circle,#0f172a6b,#0f172a14 64%,#0000 68%);border-radius:999px;place-items:center;width:68px;height:68px;display:grid;position:relative;box-shadow:0 0 28px #22d3ee2e,0 0 44px #8b5cf61f}.firstRewardV2LogoBadge .ecoTrustRingMarkV1{flex:0 0 54px!important;width:54px!important;height:54px!important;transform:none!important}.firstRewardV2Eyebrow{z-index:2;color:#e5f1ffdb;letter-spacing:.04em;align-items:center;gap:8px;margin-top:2px;font-size:15px;font-weight:900;display:inline-flex;position:relative}.firstRewardV2Eyebrow:before,.firstRewardV2Eyebrow:after{content:"✦";color:#44deffc7;font-size:12px}.firstRewardV2Title{z-index:2;color:#f8fbff;letter-spacing:-.035em;margin:12px 0 0;font-size:26px;font-weight:950;line-height:1.14;position:relative}.firstRewardV2Amount{z-index:2;letter-spacing:-.055em;background:linear-gradient(96deg,#24d7ff,#5b8cff 42%,#a869ff 72%,#66f2ff);color:#0000;text-shadow:0 0 26px #5b8cff57;-webkit-background-clip:text;background-clip:text;margin:15px 0 19px;font-size:clamp(56px,15vw,68px);font-weight:980;line-height:.96;position:relative}.firstRewardV2Amount:after{content:"";background:linear-gradient(90deg,#0000,#4ecdffc7,#0000);height:1px;position:absolute;bottom:-8px;left:24%;right:24%;box-shadow:0 0 14px #4ecdff8f}.firstRewardV2Error{z-index:2;color:#ffd7df;background:#ff5e861c;border:1px solid #ff5e8647;border-radius:15px;margin:-4px 0 13px;padding:9px 11px;font-size:13px;font-weight:850;position:relative}.firstRewardV2Primary{z-index:2;color:#fff;letter-spacing:.02em;cursor:pointer;background:linear-gradient(90deg,#1aa7ff,#586cff 48%,#a449ff 78%,#26e0d0),radial-gradient(circle at 16%,#ffffff3d,#0000 26%);border:0;border-radius:999px;width:100%;min-height:54px;font-size:21px;font-weight:950;position:relative;box-shadow:0 15px 32px #14a7ff3d,inset 0 0 0 1px #fff3,0 0 24px #745cff33}.firstRewardV2Primary:disabled,.firstRewardV2Close:disabled{cursor:not-allowed;opacity:.62}@media (max-width:420px){.firstRewardV2Card{border-radius:25px;width:min(320px,100vw - 34px);padding:23px 19px 21px}.firstRewardV2LogoStage{width:88px;height:78px}.firstRewardV2LogoBadge{width:64px;height:64px}.firstRewardV2LogoBadge .ecoTrustRingMarkV1{flex-basis:50px!important;width:50px!important;height:50px!important}.firstRewardV2Title{font-size:24px}.firstRewardV2Primary{min-height:52px;font-size:20px}}.ecoTrustRingMarkV1{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;display:inline-flex!important;overflow:visible!important}.ecoTrustCurrentLogoV1{object-fit:contain!important;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important;filter:drop-shadow(0 8px 18px #0f172a29)drop-shadow(0 0 16px #22d3ee2e)!important;border-radius:12px!important;width:100%!important;height:100%!important;display:block!important}.ecoTrustRingBrandV1 .ecoTrustRingMarkV1{flex:0 0 40px!important;width:40px!important;height:40px!important}.firstRewardV2LogoBadge .ecoTrustRingMarkV1{border-radius:18px!important;flex:0 0 62px!important;width:62px!important;height:62px!important;transform:none!important}.firstRewardV2LogoBadge .ecoTrustCurrentLogoV1{filter:drop-shadow(0 0 18px #22d3ee57)drop-shadow(0 0 26px #8b5cf63d)!important;border-radius:18px!important}@media (max-width:420px){.ecoTrustRingBrandV1 .ecoTrustRingMarkV1{flex-basis:38px!important;width:38px!important;height:38px!important}.firstRewardV2LogoBadge .ecoTrustRingMarkV1{flex-basis:58px!important;width:58px!important;height:58px!important}}.firstRewardV2LogoBadge{box-shadow:none!important;background:0 0!important;border-radius:0!important}.firstRewardV2LogoBadge .ecoTrustRingMarkV1{width:66px!important;height:66px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex:0 0 66px!important;overflow:visible!important}.firstRewardV2LogoBadge .ecoTrustCurrentLogoV1{object-fit:contain!important;filter:drop-shadow(0 0 14px #22d3ee42)drop-shadow(0 0 22px #8b5cf62e)!important;border-radius:0!important}@media (max-width:420px){.firstRewardV2LogoBadge .ecoTrustRingMarkV1{flex-basis:62px!important;width:62px!important;height:62px!important}}@media (min-width:640px){body .homePearlPageV1{box-sizing:border-box!important;width:min(760px,100vw - 64px)!important;max-width:760px!important;margin-left:auto!important;margin-right:auto!important}body .homePearlPageV1>.contentBlock{box-sizing:border-box!important;width:100%!important;max-width:760px!important;margin-left:auto!important;margin-right:auto!important}body .homePearlPageV1>.taskBoardV3{box-sizing:border-box!important;width:100%!important;max-width:760px!important;margin:18px auto 0!important}body .homePearlPageV1 .homeHeroSingleSloganV1{margin:28px 0 18px!important}body .homePearlPageV1 .homeHeroSingleSloganV1 h1{max-width:720px!important;line-height:1.1!important}body .homePearlPageV1 .homePiTrendEntryV1{box-sizing:border-box!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"kicker action""title action""meta action"!important;align-items:center!important;column-gap:22px!important;width:100%!important;max-width:100%!important;min-height:136px!important;margin:16px auto 18px!important;padding:24px 26px!important;display:grid!important;overflow:hidden!important}body .homePearlPageV1 .homePiTrendKickerV1{grid-area:kicker!important;width:max-content!important}body .homePearlPageV1 .homePiTrendEntryV1 strong{grid-area:title!important;font-size:clamp(30px,4vw,42px)!important;line-height:1.05!important}body .homePearlPageV1 .homePiTrendEntryV1 em{grid-area:meta!important;font-size:14px!important}body .homePearlPageV1 .homePiTrendActionV1{text-align:center!important;grid-area:action!important;justify-self:end!important;min-width:124px!important}body .homePearlPageV1 .homeServiceCardsV1{box-sizing:border-box!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;width:100%!important;max-width:100%!important;margin:0 0 22px!important;display:grid!important}body .homePearlPageV1 .homeServiceCardV1{align-items:center!important;min-height:104px!important}body .mainBottomNav{padding-left:0!important;padding-right:0!important}body .mainBottomNav .mainBottomNavInner{box-sizing:border-box!important;width:min(760px,100vw - 64px)!important;max-width:760px!important;margin-left:auto!important;margin-right:auto!important}}@media (min-width:640px) and (max-width:767px){body .homePearlPageV1{width:min(760px,100vw - 40px)!important;max-width:760px!important}body .homePearlPageV1 .homePiTrendEntryV1{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"kicker""title""meta""action"!important;justify-items:start!important;row-gap:8px!important;padding:22px!important}body .homePearlPageV1 .homePiTrendActionV1{justify-self:start!important}body .homePearlPageV1 .homeServiceCardsV1{grid-template-columns:1fr!important}body .mainBottomNav .mainBottomNavInner{width:min(760px,100vw - 40px)!important;max-width:760px!important}}.piTrendFreeBadgeV1{color:#166534!important;background:#dcfce7db!important;border:1px solid #22c55e38!important;border-radius:999px!important;width:fit-content!important;margin:14px 0 0!important;padding:7px 11px!important;font-size:12px!important;font-weight:900!important;line-height:1.2!important;display:inline-flex!important}.piTrendFreeIntroV1{color:#334155!important;border-bottom:1px solid #e2e8f0e6!important;margin:0!important;padding:0 0 20px!important;font-size:17px!important;font-weight:760!important;line-height:1.9!important}.piTrendFreeSectionsV1{gap:0!important;display:grid!important}.piTrendFreeSectionV1,.piTrendFreeConclusionV1{border-bottom:1px solid #e2e8f0e6!important;padding:23px 0!important}.piTrendFreeSectionV1 h2,.piTrendFreeConclusionV1 h2{color:#312e81!important;letter-spacing:-.025em!important;margin:0 0 12px!important;font-size:21px!important;font-weight:950!important;line-height:1.35!important}.piTrendFreeSectionV1 p,.piTrendFreeConclusionV1 p{color:#475569!important;margin:0!important;font-size:15px!important;font-weight:650!important;line-height:1.9!important}.piTrendFreeSectionV1 p+p{margin-top:12px!important}.piTrendFreeConclusionV1{background:radial-gradient(circle at 90% 8%,#fbb44a29,#0000 34%),linear-gradient(135deg,#f5f3fff5,#fffbebdb)!important;border:1px solid #7c3aed24!important;border-radius:22px!important;margin-top:5px!important;padding:22px 20px!important}.piTrendFreeConclusionV1 p{color:#3730a3!important;font-weight:760!important}.piTrendFreeSourceV1{color:#5b21b6!important;background:#f5f3ffc7!important;border:1px solid #7c3aed24!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-top:22px!important;padding:15px 16px!important;font-size:13px!important;font-weight:900!important;line-height:1.45!important;text-decoration:none!important;display:flex!important}.piTrendFreeSourceV1 span{flex:none!important;font-size:18px!important}@media (max-width:720px){.piTrendFreeIntroV1{font-size:16px!important;line-height:1.82!important}.piTrendFreeSectionV1,.piTrendFreeConclusionV1{padding-top:20px!important;padding-bottom:20px!important}.piTrendFreeSectionV1 h2,.piTrendFreeConclusionV1 h2{font-size:19px!important}.piTrendFreeSectionV1 p,.piTrendFreeConclusionV1 p{font-size:14.5px!important;line-height:1.82!important}.piTrendFreeConclusionV1{padding-left:16px!important;padding-right:16px!important}}.contactDirectCardV1{cursor:default!important}.contactDirectCardV1 span{-webkit-user-select:all!important;user-select:all!important;overflow-wrap:anywhere!important}.contactDirectCardV1:active{transform:none!important}
