:root{--green:#0b5a3c;--deep:#06452f;--gold:#e1b329;--cream:#fbf7eb;--ink:#17372d;--muted:#6c7772;--line:#cdd6d1}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,var(--deep),#073923);font-family:Arial,sans-serif;color:var(--ink);min-height:100vh}main{max-width:720px;margin:auto;padding:28px 18px 70px}header{color:white;padding:22px 12px 20px}.brand{font-weight:900;letter-spacing:2px;font-size:18px}.brand span,.eyebrow{color:var(--gold)}h1,h2{font-family:Georgia,serif}h1{font-size:42px;margin:14px 0 8px}h2{font-size:32px;margin:8px 0}header p{color:#dbe9e2;line-height:1.55;font-size:17px}.steps{display:flex;gap:12px;margin:8px 10px 20px}.steps i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#39745f;color:white;font-style:normal;font-weight:bold;font-size:18px}.steps i.on{background:var(--gold);color:#24351e}.card{background:var(--cream);border-radius:28px;padding:30px;box-shadow:0 18px 50px #002a1c88}.hide{display:none!important}.eyebrow{font-size:13px;letter-spacing:1.4px}p{line-height:1.55;color:var(--muted);font-size:16px}label{font-weight:700;font-size:14px;display:block;margin:18px 0 7px}input{width:100%;padding:16px;border:1px solid var(--line);border-radius:12px;font-size:16px;background:white}.pwrow{display:flex;gap:8px}.pwrow input{flex:1}.eye{width:auto!important;margin:0!important;padding:0 14px!important;background:#edf2ef!important;color:var(--green)!important}.check{display:flex;gap:10px;align-items:flex-start;font-weight:normal}.check input{width:auto;margin-top:3px}.notice,.box,.agreement,.important{background:#e7f2ed;border-radius:15px;padding:15px;margin:16px 0;line-height:1.5}.box{background:#f3ead0}.placement{display:flex;gap:12px;align-items:flex-start}.placement .icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white}.placement p{margin:5px 0 0}.agreement{background:#fff4d8;border:1px solid #ead392}.agreement h3{margin-top:0}.sponsorcard{border:1px solid var(--green);border-radius:14px;padding:14px;margin:18px 0;background:#f6fbf7;text-align:center}.sponsorcard>b{display:block;margin-bottom:12px}.linkbox{display:flex;gap:8px}.linkbox button{width:auto;margin:0;padding:0 18px}.linkbox input{min-width:0;font-size:13px}.important{border:1px solid var(--green);background:#f9fcfa}.important ul{padding-left:20px;margin-bottom:0}.important li{margin:7px 0;color:#41574f}button,.button{display:block;width:100%;border:0;border-radius:13px;padding:15px;background:var(--green);color:white;font-size:16px;font-weight:800;text-align:center;text-decoration:none;margin-top:16px;cursor:pointer}.back{background:transparent;color:var(--green);border:1px solid #9eaea6}.successBox{margin-top:20px;background:#e7f2ed;border-radius:18px;padding:20px;text-align:center}.success{width:64px;height:64px;border-radius:50%;margin:auto;display:grid;place-items:center;background:var(--gold);font-size:40px;color:white;font-weight:bold}footer{text-align:center;color:#d5e5de;padding:28px 8px}footer a{color:#f2ce6c;font-weight:bold}footer p{color:#b9d0c6;font-size:12px}@media(max-width:480px){main{padding:12px 12px 50px}header{padding-top:22px}h1{font-size:34px}.card{padding:24px 18px;border-radius:22px}.steps i{width:38px;height:38px}.linkbox{flex-direction:column}.linkbox button{width:100%;padding:12px}}

.pwrow{display:flex;gap:8px;align-items:stretch}.pwrow input{flex:1;min-width:0}.pwrow .eye{width:auto;min-width:72px;padding:0 14px;margin:0;background:#f7f2df;color:#0d5a3b;border:1px solid #0d5a3b;border-radius:12px;font-size:16px}.pwrow .eye:hover{background:#efe7c9}

.brandHero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(150px,.9fr);gap:18px;align-items:center;margin:4px 0 18px}
.brandTree{width:100%;max-height:235px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.16))}
.requirementGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}
.requirementTile{border:1px solid #d9cfad;border-radius:14px;padding:13px;background:#fffdf5}
.requirementTile b{display:block;color:#0f5132;font-size:16px}
.requirementTile strong{display:block;font-size:22px;color:#0f5132;margin-top:4px}
.treeStatement{text-align:center;border:1px solid #cbd8bf;border-radius:14px;padding:14px;background:#f5f8ef;margin:14px 0}
.treeStatement img{width:180px;max-width:65%;display:block;margin:0 auto 8px}
.treeStatement p{margin:0;color:#31523c;font-style:italic}
@media(max-width:650px){.brandHero{grid-template-columns:1fr}.brandTree{max-height:190px}.requirementGrid{grid-template-columns:1fr}}

/* Approved visual design v6.2 */
:root{
  --twg-green:#054d35;
  --twg-green-deep:#033c2a;
  --twg-gold:#e2b52f;
  --twg-cream:#fffaf0;
  --twg-soft:#f2f6ed;
  --twg-ink:#123d2c;
}
body{
  background:
    radial-gradient(circle at 50% 0%, rgba(25,119,77,.22), transparent 30%),
    linear-gradient(180deg,var(--twg-green-deep),var(--twg-green));
}
.wrap{max-width:760px}
.brandLine{
  display:flex;align-items:center;gap:12px;
  font-weight:900;letter-spacing:.11em;
  color:white;font-size:20px;margin:0 0 6px;
}
.brandLine img{width:48px;height:48px;object-fit:cover;border-radius:50%}
.brandLine .gold{color:var(--twg-gold)}
.brandTag{font-size:14px;color:#f6f3e9;font-style:italic;margin-bottom:16px}
.heroApproved{
  position:relative;
  min-height:360px;
  border-radius:0 0 28px 28px;
  overflow:hidden;
  margin:0 -18px 20px;
  background:#073d2c;
}
.heroApproved::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(3,55,39,.98) 0%,rgba(3,55,39,.85) 38%,rgba(3,55,39,.25) 68%,rgba(3,55,39,.05) 100%);
}
.heroApproved img{
  position:absolute;right:0;top:0;width:68%;height:100%;
  object-fit:cover;object-position:center;
}
.heroApproved .heroCopy{
  position:relative;z-index:2;width:56%;padding:30px 24px 26px;
  color:white;
}
.heroApproved h1{color:white;font-size:46px;line-height:1.02;margin:0 0 18px}
.heroApproved p{font-size:18px;line-height:1.55;color:#fff;margin:0}
.stepRail{
  display:grid;grid-template-columns:repeat(4,1fr);gap:8px;
  position:relative;z-index:2;margin:4px 24px 22px;
}
.stepRail::before{
  content:"";position:absolute;left:10%;right:10%;top:24px;height:4px;
  background:linear-gradient(90deg,var(--twg-gold) 0 33%,#4a8c69 33% 100%);
  z-index:-1;border-radius:99px;
}
.stepNode{text-align:center;color:white;font-size:12px;font-weight:800}
.stepNode span{
  width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;margin:0 auto 7px;
  background:#36795b;border:2px solid rgba(255,255,255,.12);
  font-size:20px;
}
.stepNode.on span{background:var(--twg-gold);color:#1f2d1d}
.card{
  background:linear-gradient(180deg,#fffdf7,#fffaf0);
  border:1px solid #ede4cf;
  border-radius:24px;
  box-shadow:0 20px 45px rgba(0,0,0,.11);
}
.eyebrow{color:#c99b19;letter-spacing:.08em}
.card h2{font-size:36px}
.formDivider{
  height:1px;background:#ded7c4;margin:16px 0 20px;position:relative;
}
.formDivider::after{
  content:"❧";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  background:#fffaf0;color:#8ba27e;padding:0 12px;font-size:22px;
}
.secureNote{
  display:flex;gap:12px;align-items:flex-start;background:#edf3e8;
  border:1px solid #ccd9bf;border-radius:14px;padding:14px;margin:14px 0;
}
.secureIcon{
  width:34px;height:34px;border-radius:50%;background:#0b6846;color:#fff;
  display:grid;place-items:center;flex:0 0 auto;font-weight:900;
}
.reqCard{
  background:#fff8e6;border:1px solid #e7c86e;border-radius:16px;padding:16px;margin:16px 0;
}
.reqRows{display:grid;gap:9px;margin:12px 0}
.reqRow{
  display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;
  border:1px solid #eadfbf;background:#fffdf8;border-radius:12px;padding:10px 12px;
}
.reqIcon{width:36px;height:36px;border-radius:50%;background:#4f8f45;color:white;display:grid;place-items:center;font-weight:900}
.reqPrice{font-size:21px;font-weight:900;color:#0a5a3b}
.treeQuote{
  display:grid;grid-template-columns:58px 1fr;align-items:center;gap:12px;
  background:#eff4e9;border:1px solid #cbd8bf;border-radius:14px;padding:12px 14px;margin:14px 0;
}
.treeQuote img{width:54px;height:54px;object-fit:cover;border-radius:50%}
.treeQuote em{font-weight:700;color:#31523c}
.footerBrand{
  border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding:20px 0 10px;
  display:flex;align-items:center;gap:12px;color:white;
}
.footerBrand img{width:46px;height:46px;border-radius:50%}
.footerBrand b{letter-spacing:.08em}
@media(max-width:650px){
  .heroApproved{min-height:430px}
  .heroApproved img{width:78%;opacity:.88}
  .heroApproved::after{background:linear-gradient(180deg,rgba(3,55,39,.18) 0%,rgba(3,55,39,.65) 42%,rgba(3,55,39,.96) 100%)}
  .heroApproved .heroCopy{width:auto;padding:28px 20px 0;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end}
  .heroApproved h1{font-size:38px}
  .heroApproved p{font-size:17px}
  .stepRail{margin:10px 18px 20px}
  .stepNode span{width:46px;height:46px}
  .card h2{font-size:34px}
  .reqRow{grid-template-columns:38px 1fr}
  .reqPrice{grid-column:2}
}

/* Clean approved tree layout v6.2.1 */
.cleanHeader{
  padding:22px 18px 0;
  background:linear-gradient(180deg,#064d37,#054832);
}
.cleanHeader .brandLine{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}
.cleanHeader .brandLine img{
  width:54px;height:54px;border-radius:50%;object-fit:cover;
  border:2px solid rgba(226,181,47,.5);
}
.brandName{
  color:#fff;font-weight:900;letter-spacing:.09em;font-size:22px;line-height:1.1;
}
.brandName span{color:#e2b52f}
.cleanHeader .brandTag{
  color:#fff;font-style:italic;font-size:14px;margin-top:5px;
}
.cleanHero{
  position:relative;
  min-height:440px;
  margin:0 -18px;
  overflow:hidden;
  background:#063c2b;
}
.cleanHero>img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;
}
.cleanHeroShade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(3,55,39,.95) 0%,rgba(3,55,39,.72) 38%,rgba(3,55,39,.16) 74%),
             linear-gradient(0deg,rgba(3,55,39,.55),transparent 42%);
}
.cleanHeroCopy{
  position:absolute;left:24px;top:38px;z-index:2;width:min(54%,440px);color:white;
}
.cleanHeroCopy h1{
  color:white;font-size:48px;line-height:1.03;margin:0 0 20px;
}
.cleanHeroCopy p{
  color:white;font-size:18px;line-height:1.55;margin:0;
}
.cleanHero .steps{
  position:absolute;z-index:3;left:24px;right:24px;bottom:28px;
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
  margin:0;padding:0;background:transparent;
}
.cleanHero .steps::before{
  content:"";position:absolute;left:8%;right:8%;top:24px;height:4px;background:#478465;border-radius:10px;z-index:-1;
}
.cleanHero .steps i{
  width:48px;height:48px;margin:auto;border-radius:50%;
  display:grid;place-items:center;background:#34775a;color:white;font-style:normal;font-size:20px;font-weight:900;
  border:2px solid rgba(255,255,255,.12);
}
.cleanHero .steps i.on{
  background:#e2b52f;color:#183124;
}
.cleanHeader + section.card{
  margin-top:20px;
}
.brandTree,.heroApproved{display:none!important}
main>header>.brand{display:none!important}
main>.steps{display:none!important}
.secureNote{
  display:flex;gap:12px;align-items:flex-start;background:#edf3e8;
  border:1px solid #ccd9bf;border-radius:14px;padding:14px;margin:14px 0;
}
.secureIcon{
  width:34px;height:34px;border-radius:50%;background:#0b6846;color:#fff;
  display:grid;place-items:center;flex:0 0 auto;font-weight:900;
}
@media(max-width:650px){
  .cleanHeader{padding:18px 18px 0}
  .cleanHeader .brandLine img{width:48px;height:48px}
  .brandName{font-size:20px}
  .cleanHero{min-height:465px}
  .cleanHeroShade{
    background:linear-gradient(180deg,rgba(3,55,39,.10) 0%,rgba(3,55,39,.38) 38%,rgba(3,55,39,.93) 100%);
  }
  .cleanHeroCopy{
    left:20px;right:20px;top:auto;bottom:115px;width:auto;
  }
  .cleanHeroCopy h1{font-size:40px;margin-bottom:12px}
  .cleanHeroCopy p{font-size:17px;line-height:1.45}
  .cleanHero .steps{left:18px;right:18px;bottom:24px;gap:8px}
  .cleanHero .steps i{width:46px;height:46px}
}

/* Final approved visual design v6.3 */
.approvedHeader{
  margin:0;
  background:#064c36;
  border-bottom:1px solid rgba(226,181,47,.45);
}
.approvedBrandRow{
  display:flex;justify-content:space-between;align-items:center;
  padding:18px 22px 14px;
}
.approvedBrand{display:flex;align-items:center;gap:12px}
.approvedBrand img{
  width:74px;height:74px;border-radius:50%;object-fit:cover;
  border:2px solid rgba(226,181,47,.7);
}
.approvedBrandName{
  color:#fff;font-size:24px;font-weight:900;letter-spacing:.06em;line-height:1.05;
}
.approvedBrandName span{color:#e4b82f}
.approvedTagline{color:#fff;font-size:14px;font-style:italic;margin-top:6px}
.approvedMenu{width:42px;display:grid;gap:6px}
.approvedMenu span{height:4px;border-radius:8px;background:#fff;display:block}

.approvedHero{
  position:relative;min-height:560px;overflow:hidden;
  border-top:2px solid #d8ac2a;
}
.approvedHero>img{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center;
}
.approvedHeroOverlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,248,225,.88) 0%,rgba(255,248,225,.64) 29%,rgba(255,248,225,.10) 52%,rgba(0,45,30,.08) 100%),
             linear-gradient(0deg,rgba(0,64,43,.65) 0%,rgba(0,64,43,0) 32%);
}
.approvedHeroCopy{
  position:absolute;left:6%;top:12%;z-index:2;width:34%;
}
.approvedHeroCopy h1{
  color:#0a3f2c;font-size:58px;line-height:1.02;margin:0 0 22px;
}
.approvedHeroCopy p{
  color:#111;font-size:21px;line-height:1.55;margin:0;
}
.approvedSteps{
  position:absolute;left:6%;bottom:26px;z-index:3;
  display:grid;grid-template-columns:repeat(4,1fr);gap:26px;
  width:46%;
}
.approvedSteps::before{
  content:"";position:absolute;left:7%;right:7%;top:29px;height:4px;
  background:linear-gradient(90deg,#d9ad26 0 25%,#2f7354 25% 100%);
  z-index:-1;border-radius:20px;
}
.approvedStep{text-align:center;color:#fff;font-size:14px;font-weight:800}
.approvedStep span{
  width:58px;height:58px;border-radius:50%;margin:0 auto 8px;
  display:grid;place-items:center;background:#0b6a48;color:#fff;
  font-size:22px;font-weight:900;
}
.approvedStep.active span{background:#e4b82f;color:#173424}
.approvedStep.active b{color:#e4b82f}

.approvedHeader + section.card{margin-top:0}
.card{
  border-radius:28px;
  background:linear-gradient(180deg,#fffdf7,#fffaf0);
  box-shadow:0 18px 44px rgba(0,0,0,.12);
}
#s1{
  margin:-1px auto 0;
  border-top-left-radius:28px;border-top-right-radius:28px;
}
#s1 h2{font-size:42px}
#s1 label{font-size:16px}
#s1 input{min-height:58px;font-size:17px}
#s1 button{min-height:58px;font-size:18px}

.approvedSecure{
  display:flex;gap:14px;align-items:flex-start;
  background:#edf2e8;border:1px solid #ccd8bf;border-radius:15px;
  padding:15px 16px;margin:16px 0;
}
.approvedSecureIcon{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;background:#0b6746;color:#fff;
  font-weight:900;flex:0 0 auto;
}
.approvedSecure b{color:#173f2e}
.approvedSecure span{color:#445f50}

@media(max-width:700px){
  .approvedBrandRow{padding:16px 18px 12px}
  .approvedBrand img{width:52px;height:52px}
  .approvedBrandName{font-size:20px}
  .approvedTagline{font-size:13px}
  .approvedHero{min-height:500px}
  .approvedHeroOverlay{
    background:linear-gradient(180deg,rgba(255,248,225,.28) 0%,rgba(255,248,225,.18) 34%,rgba(0,66,45,.78) 100%);
  }
  .approvedHeroCopy{
    left:22px;right:22px;top:auto;bottom:132px;width:auto;
  }
  .approvedHeroCopy h1{
    color:#fff;font-size:42px;text-shadow:0 2px 12px rgba(0,0,0,.22);
    margin-bottom:12px;
  }
  .approvedHeroCopy p{
    color:#fff;font-size:17px;line-height:1.45;text-shadow:0 2px 8px rgba(0,0,0,.25);
  }
  .approvedSteps{
    left:18px;right:18px;bottom:24px;width:auto;gap:8px;
  }
  .approvedSteps::before{left:9%;right:9%;top:24px}
  .approvedStep span{width:48px;height:48px;font-size:20px}
  #s1{margin-top:0}
  #s1 h2{font-size:36px}
}

/* Hide obsolete header/tree elements from earlier iterations */
.cleanHeader,.heroApproved,.brandHero,.brandTree{display:none!important}

/* v6.4 final corrected responsive header */
.v64Header{
  background:#064c36;
  border-bottom:2px solid #d8ac2a;
}
.v64Topbar{
  display:flex;justify-content:space-between;align-items:center;
  padding:18px 22px;
}
.v64Brand{display:flex;align-items:center;gap:12px}
.v64Brand img{
  width:74px;height:74px;border-radius:50%;object-fit:cover;
  border:2px solid #d8ac2a;
}
.v64Name{font-weight:900;letter-spacing:.055em;color:#fff;font-size:26px;line-height:1}
.v64Name span{color:#e3b72f}
.v64Tag{color:#fff;font-size:14px;font-style:italic;margin-top:7px}
.v64Menu{width:42px;display:grid;gap:6px}
.v64Menu i{display:block;height:4px;border-radius:9px;background:#fff}

.v64Hero{
  position:relative;
  min-height:560px;
  overflow:hidden;
  background:
    linear-gradient(90deg,#fff8e7 0%,#fff6df 28%,rgba(255,246,223,.52) 45%,rgba(4,73,50,.04) 64%),
    linear-gradient(180deg,#f9efcf,#ebdcae);
}
.v64HeroTree{
  position:absolute;right:-2%;top:0;width:67%;height:100%;
  background:url('/hero-tree-clean-v625.jpg') center center/cover no-repeat;
}
.v64Hero::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:33%;
  background:linear-gradient(180deg,rgba(5,73,50,0),rgba(5,73,50,.76));
  pointer-events:none;
}
.v64HeroCopy{
  position:absolute;left:6%;top:11%;z-index:3;width:34%;
}
.v64HeroCopy h1{
  color:#0a402c;font-size:58px;line-height:1.02;margin:0 0 22px;
}
.v64HeroCopy p{
  color:#161616;font-size:21px;line-height:1.55;margin:0;
}
.v64Steps{
  position:absolute;left:6%;bottom:28px;z-index:4;
  width:47%;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
}
.v64Steps::before{
  content:"";position:absolute;left:8%;right:8%;top:29px;height:4px;
  border-radius:9px;background:linear-gradient(90deg,#dcb129 0 25%,#2e7754 25% 100%);
  z-index:-1;
}
.v64Step{text-align:center;color:#fff}
.v64Step span{
  width:58px;height:58px;border-radius:50%;margin:0 auto 8px;
  display:grid;place-items:center;background:#0b6a48;color:#fff;
  font-size:22px;font-weight:900;
}
.v64Step b{font-size:15px}
.v64Step.active span{background:#e4b82f;color:#173424}
.v64Step.active b{color:#e4b82f}

body>main>.approvedHeader,
body>main>.cleanHeader,
body>main>.heroApproved,
body>main>.brandHero{display:none!important}

.v64Header + .card{margin-top:0}
#s1{
  background:linear-gradient(180deg,#fffdf7,#fff9ee);
  border-radius:26px;
  box-shadow:0 20px 48px rgba(0,0,0,.12);
}
#s1 h2{font-size:42px}

@media(max-width:700px){
  .v64Topbar{padding:15px 18px}
  .v64Brand img{width:60px;height:60px}
  .v64Name{font-size:20px}
  .v64Tag{font-size:12.5px;max-width:330px}
  .v64Menu{width:36px}
  .v64Hero{
    min-height:540px;
    background:#f7edcf;
  }
  .v64HeroTree{
    width:100%;height:100%;right:0;
    background-position:64% center;
  }
  .v64Hero::before{
    content:"";position:absolute;inset:0;z-index:1;
    background:
      linear-gradient(90deg,rgba(255,249,231,.94) 0%,rgba(255,249,231,.80) 43%,rgba(255,249,231,.16) 67%),
      linear-gradient(0deg,rgba(4,72,49,.84) 0%,rgba(4,72,49,0) 38%);
  }
  .v64HeroCopy{
    left:22px;top:42px;width:48%;z-index:3;
  }
  .v64HeroCopy h1{
    font-size:43px;line-height:1.03;margin-bottom:16px;
  }
  .v64HeroCopy p{
    font-size:16.5px;line-height:1.48;
  }
  .v64Steps{
    left:18px;right:18px;bottom:22px;width:auto;gap:8px;
  }
  .v64Steps::before{left:9%;right:9%;top:24px}
  .v64Step span{width:48px;height:48px;font-size:20px}
  .v64Step b{font-size:13px}
  #s1 h2{font-size:36px}
}
@media(max-width:430px){
  .v64Hero{min-height:500px}
  .v64HeroCopy{width:54%;left:18px;top:34px}
  .v64HeroCopy h1{font-size:37px}
  .v64HeroCopy p{font-size:15.5px}
  .v64Brand img{width:55px;height:55px}
  .v64Name{font-size:18px}
  .v64Tag{font-size:11.5px}
}

/* Mobile polish: keep the Step 2 heading compact and balanced. */
@media(max-width:700px){
  #s2 h2{
    font-size:30px;
    line-height:1.08;
    letter-spacing:-0.4px;
    margin:8px 0 16px;
  }
}
@media(max-width:430px){
  #s2 h2{
    font-size:28px;
    line-height:1.08;
    letter-spacing:-0.35px;
  }
}

/* Grace Community opportunity overview */
.graceInfo{margin:18px 0;padding:18px;border:1px solid rgba(10,91,62,.22);border-radius:16px;background:#f3f8ed}
.graceInfo h3{margin:0 0 10px;color:#0b5b3e;font-size:1.15rem}
.graceInfo p{margin:0 0 10px;line-height:1.55}
.graceInfo .notice{margin-top:12px}

/* Team Hub */
.hubGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.hubCard{border:1px solid #d9e4df;border-radius:16px;padding:16px;background:#fff}.hubCard h3{margin-top:0}.hubItem{border:1px solid #e2e8e5;border-radius:12px;padding:12px;margin:10px 0;background:#f8fbfa}.hubItem small{color:#65736e}.hubActions{display:flex;gap:8px;flex-wrap:wrap}.hubActions a,.hubButton{display:inline-block;text-decoration:none;background:#1f6b4f;color:white;padding:10px 14px;border-radius:10px;font-weight:700}.hubButton.secondary{background:#eef4f1;color:#245844;border:1px solid #cfe0d8}.hubEmpty{color:#66736f;font-style:italic}.hubAdmin label{font-weight:700;display:block;margin-top:10px}.hubAdmin textarea{min-height:90px}.hubAdmin input,.hubAdmin textarea{width:100%;box-sizing:border-box}.hubAdmin .row{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:700px){.hubGrid,.hubAdmin .row{grid-template-columns:1fr}}

/* Share & Grow */
.shareGrow{text-align:center}.shareGrow .shareIcon{font-size:42px}.shareGrow h2{color:#0b5b3e;margin:6px 0 14px}.shareGrow p{line-height:1.55}.shareButton{border:0;font:inherit;cursor:pointer;margin:8px 0}.shareGrow .notice{text-align:left;margin-top:14px}.earlyStage{margin:16px 0;padding:16px;border-radius:14px;background:#fffaf0;border:1px solid #eadfbd}.earlyStage h3{margin-top:0}

/* Power of Two team-growth visual */
.powerTwo{text-align:center}
.powerTwoFlow{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin:18px 0}
.powerTwoNode{min-width:52px;padding:10px 8px;border:1px solid #d7e4d5;border-radius:14px;background:#f7fbf5;font-weight:800;font-size:1.05rem}
.powerTwoArrow{font-weight:800;font-size:1.15rem}
.powerTwoCaption{font-size:.86rem;font-weight:500;display:block;margin-top:3px}

.dangerZone{border:2px solid #9b2c2c;background:#fff3f1}.dangerZone h3{color:#7f1d1d}.dangerBtn{background:#9b2c2c!important;color:#fff!important;margin-top:12px}

/* Member matrix view v6.7 */
.matrixHeader{display:flex;align-items:center;gap:14px;padding:20px 22px;background:linear-gradient(180deg,#010201,#050705);color:#fff;border:1px solid rgba(221,170,49,.45);border-top:0;border-bottom:2px solid #d8ac2a;box-shadow:0 12px 34px rgba(0,0,0,.38)}
.matrixHeader img{width:64px;height:64px;border-radius:50%;border:2px solid #d8ac2a;object-fit:cover}.matrixHeader p{margin:4px 0 0;color:#fff;font-size:18px}.matrixBrand{font-size:22px;font-weight:900;letter-spacing:.05em}.matrixBrand span{color:#e4b82f}
.matrixSummary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.matrixSummary>div{background:#f3f7f1;border:1px solid #d4dfcf;border-radius:14px;padding:12px;text-align:center}.matrixSummary b{display:block;font-size:12px;color:#577063;text-transform:uppercase}.matrixSummary strong{display:block;margin-top:5px;font-size:20px;color:#064c36}
.matrixVisual{padding:18px 6px 8px;overflow-x:auto}.matrixNode{max-width:330px;margin:0 auto;background:#fff;border:2px solid #b8cbbf;border-radius:16px;padding:14px;text-align:center;box-shadow:0 5px 16px rgba(0,0,0,.06)}.matrixNode b,.matrixNode strong,.matrixNode span,.matrixNode a{display:block}.matrixNode b{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#64776d}.matrixNode strong{font-size:18px;color:#173f31;margin:5px 0}.matrixNode a{font-size:14px;word-break:break-word}.selfNode{border-color:#d8ac2a;background:#fff9e8}.selfNode b{color:#8a6a09}.sponsorNode{background:#eef6f1}.childNode{min-width:0}.openSpot{padding:10px 0;color:#789084;font-style:italic}.matrixConnector.down{width:3px;height:25px;background:#8eaa9a;margin:0 auto}.matrixFork{height:28px;position:relative;max-width:520px;margin:0 auto}.matrixFork:before{content:"";position:absolute;top:0;left:25%;right:25%;height:2px;background:#8eaa9a}.matrixFork:after{content:"";position:absolute;top:0;left:50%;width:2px;height:2px;background:#8eaa9a}.matrixFork span{position:absolute;top:0;width:2px;height:28px;background:#8eaa9a}.matrixFork span:first-child{left:25%}.matrixFork span:last-child{right:25%}.matrixChildren{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:660px;margin:0 auto}.lineage{display:flex;align-items:center;gap:7px;overflow-x:auto;padding:8px 2px 16px}.lineageItem{white-space:nowrap;padding:8px 10px;border-radius:999px;background:#edf4ef;border:1px solid #cad9cf;font-size:13px}.lineageItem.you{background:#fff4cc;border-color:#d8ac2a;font-weight:800}.lineageArrow{color:#789084}
@media(max-width:520px){.matrixSummary{grid-template-columns:1fr}.matrixChildren{gap:8px}.matrixNode{padding:11px 8px}.matrixNode strong{font-size:15px}.matrixNode a{font-size:12px}.matrixFork:before{left:25%;right:25%}}

/* Grace Community placement protection v6.8 */
.graceLocked,.graceUnverified{display:inline-block;margin-top:8px;padding:5px 9px;border-radius:999px;font-size:.84rem;font-weight:800}
.graceLocked{background:#e6f4ea;color:#17633e;border:1px solid #b9d9c5}
.graceUnverified{background:#fff6df;color:#7a5a06;border:1px solid #ead38b}
.memberButtons{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.memberButtons button{width:auto;margin:0;padding:9px 12px}
.compactDanger{margin-top:0!important;width:auto!important}
.memberAction{border:2px solid #d8ac2a;background:#fffaf0}
.memberAction h3{color:#244d3c}
@media(max-width:520px){.memberButtons button{width:100%}}
.verifyRequested{border-width:2px}.verifyRequested .graceUnverified{font-weight:800}

.assignedLinkDisplay{margin:10px 0;padding:12px;border:1px solid #c9d8cf;border-radius:10px;background:#f3f7f4;word-break:break-all;font-size:.94rem;user-select:text}.sponsorcard .assignedLinkDisplay:before{content:"🔒 ";}

/* v6.12 visual refinement + payment transparency */
:root{
  --twg-deep:#05452f;
  --twg-deeper:#043b29;
  --twg-gold2:#e3b72f;
  --twg-cream:#fffaf0;
}

/* Softer, cleaner page frame */
body{background:linear-gradient(180deg,#064c36 0,#05452f 35%,#043b29 100%)}
main{padding-bottom:18px}
.card{border-color:#eadfca;box-shadow:0 16px 38px rgba(0,0,0,.12)}
.card p{line-height:1.58}
.card h2{letter-spacing:-.02em}

/* Brand header */
.v64Topbar{max-width:1120px;margin:0 auto;padding-top:15px;padding-bottom:15px}
.v64Brand img{box-shadow:0 0 0 3px rgba(255,255,255,.06)}
.v64Name{letter-spacing:.065em}
.v64Tag{opacity:.95}

/* Hero: preserve the tree as the centerpiece while keeping text readable */
.v64Hero{max-width:1120px;margin:0 auto;min-height:530px;border-left:1px solid rgba(227,183,47,.16);border-right:1px solid rgba(227,183,47,.16)}
.v64HeroTree{right:0;width:65%;background-position:58% center}
.v64HeroCopy{left:5.5%;top:10%;width:35%}
.v64HeroCopy h1{font-size:54px;letter-spacing:-.035em;margin-bottom:16px}
.v64HeroCopy p{font-size:19px;line-height:1.48;max-width:390px}
.v64Steps{left:5.5%;width:49%}
.v64Step span{box-shadow:0 5px 14px rgba(0,0,0,.12)}

/* Current payment information */
.cryptoNotice{
  display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:start;
  margin:18px 0;padding:17px 18px;border-radius:16px;
  background:linear-gradient(180deg,#fff9e7,#fff4cf);
  border:1px solid #e2bd4d;
  box-shadow:0 5px 16px rgba(94,72,7,.07);
}
.cryptoNoticeIcon{
  width:48px;height:48px;border-radius:50%;display:grid;place-items:center;
  background:#e3b72f;color:#173424;font-weight:900;font-size:25px;
  border:2px solid rgba(23,52,36,.08);
}
.cryptoNotice h3{margin:1px 0 7px;color:#173f2e;font-size:1.12rem}
.cryptoNotice p{margin:0 0 8px;color:#2f3a33}
.cryptoNotice p:last-child{margin-bottom:0}
.cryptoReminder{
  margin:12px 0 15px;padding:12px 14px;border-left:4px solid #e3b72f;
  border-radius:8px;background:#fff8df;color:#3c3829;line-height:1.45;
}

/* Form polish */
#s1{border-top-left-radius:22px;border-top-right-radius:22px}
#s1 h2{margin-top:6px}
input,textarea,select{border-radius:12px!important}
button,.button,.hubButton{border-radius:12px}
.notice{border-radius:13px}

@media(max-width:700px){
  .v64Topbar{padding:13px 16px}
  .v64Brand{gap:10px}
  .v64Brand img{width:50px;height:50px}
  .v64Name{font-size:19px;letter-spacing:.055em}
  .v64Tag{font-size:11.5px;margin-top:5px}

  .v64Hero{min-height:470px;border-left:0;border-right:0}
  .v64HeroTree{width:100%;background-position:61% center}
  .v64Hero::before{
    background:
      linear-gradient(90deg,rgba(255,249,231,.96) 0%,rgba(255,249,231,.88) 38%,rgba(255,249,231,.26) 62%,rgba(255,249,231,0) 78%),
      linear-gradient(0deg,rgba(4,72,49,.88) 0%,rgba(4,72,49,0) 40%);
  }
  .v64HeroCopy{left:18px;top:29px;width:49%;max-width:240px}
  .v64HeroCopy h1{font-size:34px;line-height:1.02;margin-bottom:13px;letter-spacing:-.04em}
  .v64HeroCopy p{font-size:14.5px;line-height:1.46}
  .v64Steps{left:16px;right:16px;bottom:18px;gap:6px}
  .v64Step span{width:46px;height:46px;font-size:19px;margin-bottom:6px}
  .v64Step b{font-size:12.5px}
  .v64Steps::before{top:23px}

  .card{border-radius:22px;padding-left:20px;padding-right:20px}
  #s1 h2{font-size:33px}
  .cryptoNotice{grid-template-columns:42px 1fr;padding:14px;gap:11px}
  .cryptoNoticeIcon{width:40px;height:40px;font-size:21px}
  .cryptoNotice h3{font-size:1.02rem}
}

@media(max-width:430px){
  .v64Hero{min-height:455px}
  .v64HeroCopy{left:16px;top:26px;width:52%;max-width:218px}
  .v64HeroCopy h1{font-size:32px}
  .v64HeroCopy p{font-size:14px;line-height:1.43}
  .v64Brand img{width:48px;height:48px}
  .v64Name{font-size:18px}
  .v64Tag{font-size:11px;white-space:nowrap}
  .card{padding-left:18px;padding-right:18px}
}


/* v6.28 Professional Team Platform - Team Hub & Coordinator */
:root{--pro-navy:#0b1726;--pro-navy2:#12263d;--pro-gold:#d3a52e;--pro-gold2:#f0cd69;--pro-bg:#eef2f4;--pro-card:#fff;--pro-text:#172638;--pro-muted:#627180;--pro-border:#dce4e9;--pro-green:#165f47}
body{background:linear-gradient(180deg,var(--pro-navy) 0,var(--pro-navy2) 360px,var(--pro-bg) 720px,var(--pro-bg) 100%);color:var(--pro-text);font-family:Arial,sans-serif}
main{max-width:940px;padding:22px 20px 64px}
header{padding:14px 4px 24px}.brand{font-family:Georgia,serif;font-size:22px;letter-spacing:.055em}.brand span{color:var(--pro-gold2)}header h1{font-size:44px;line-height:1.05;margin-top:22px}header p{color:#c8d3dc;max-width:680px}
.card{background:var(--pro-card);border:1px solid var(--pro-border);border-radius:20px;box-shadow:0 14px 34px rgba(10,27,42,.10);margin-bottom:18px}.card h2,.card h3{color:#17283a}
p{color:var(--pro-muted)}input,textarea{border:1px solid #cbd6dd;background:#fff;color:#172638}input:focus,textarea:focus{outline:3px solid rgba(211,165,46,.16);border-color:#bd9027}
button,.button,.hubButton{background:linear-gradient(180deg,#1b6a50,#14553f);border-radius:11px;box-shadow:0 7px 14px rgba(16,77,58,.13)}.back,.hubButton.secondary{background:#fff!important;color:#28485b!important;border:1px solid #cbd6dd!important;box-shadow:none!important}
.notice,.box{background:#f3f6f7;border:1px solid #dce5e9}.hubCard{border:1px solid var(--pro-border);background:#fff;border-radius:15px;box-shadow:0 5px 14px rgba(15,36,53,.05)}.hubItem{background:#f7f9fa;border-color:#e0e7eb}.hubCard h3{border-bottom:1px solid #e6ebee;padding-bottom:11px}.hubEmpty{color:#7e8b96}
.footerBrand{border-top:1px solid rgba(255,255,255,.15)}
.proBrandBar{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(255,255,255,.12);padding:0 0 16px}.proBrandLockup{display:flex;align-items:center;gap:12px}.proBrandLockup img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid var(--pro-gold)}.proBrandText{font-family:Georgia,serif;font-weight:900;color:#fff;letter-spacing:.055em;font-size:21px}.proBrandText span{color:var(--pro-gold2)}.proBadge{border:1px solid rgba(240,205,105,.45);color:#f1d47d;background:rgba(211,165,46,.08);padding:8px 11px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.05em}
.proHero{padding:26px 0 12px}.proKicker{font-size:12px;font-weight:900;color:var(--pro-gold2);letter-spacing:.14em}.proHero h1{color:#fff;margin:10px 0 8px}.proHero p{color:#cad5de;margin:0;max-width:700px}.proQuickNav{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.proQuickNav a{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);padding:9px 12px;border-radius:10px;font-size:13px;font-weight:700}
@media(max-width:700px){main{padding:14px 12px 48px}.proBrandBar{align-items:flex-start}.proBrandLockup img{width:50px;height:50px}.proBrandText{font-size:18px}.proBadge{display:none}.proHero h1,header h1{font-size:36px}.card{border-radius:17px}.hubGrid{grid-template-columns:1fr}}

/* v6.36 member back office & security */
.memberBackOfficeNav{display:flex;gap:10px;margin:18px 0}.memberBackOfficeNav button{flex:1;margin:0}.accountPanel{margin:18px 0;padding:18px;border:1px solid rgba(215,170,34,.35);border-radius:18px;background:rgba(255,255,255,.04)}.accountPanel .matrixSummary{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:16px}.accountPanel .matrixSummary>div{min-width:0}.accountPanel .matrixSummary strong{font-size:15px;overflow-wrap:anywhere}.accountPanel label{margin-top:12px}@media(max-width:600px){.memberBackOfficeNav{flex-direction:column}.accountPanel .matrixSummary{grid-template-columns:1fr}}

/* v6.37 readability + one-team-link guidance */
.lightPaymentBox,.lightPaymentBox p,.lightPaymentBox b,.lightPaymentBox strong,.lightPaymentBox span{color:#17352a!important}
.lightPaymentBox{background:#fff3bf!important;border-color:#d7aa22!important}
.paymentMethodBox{margin:14px 0 4px;padding:14px 16px;border:2px solid #d7aa22;border-radius:12px;line-height:1.45}
.teamGrowCallout{margin:16px 0;padding:16px;border:1px solid rgba(139,210,41,.45);border-radius:14px;background:rgba(139,210,41,.08);text-align:left}
.teamGrowCallout>b{display:block;color:#a9e94b!important;letter-spacing:.04em;margin-bottom:8px}
.teamGrowCallout p{margin:8px 0;color:#d0dbd4!important}
.teamGrowCallout a{display:block;color:#ffd873!important;font-size:19px;font-weight:900;overflow-wrap:anywhere;margin:9px 0}
.teamGrowCallout strong{display:block;color:#ffd873!important;margin-top:12px;letter-spacing:.04em}


/* v6.38 high-contrast pale-panel fix */
#graceCryptoPaymentNotice,#graceCryptoPaymentNotice *,#gracePaymentMethodBox,#gracePaymentMethodBox *,#graceCryptoReminder,#graceCryptoReminder *{color:#17352a!important;text-shadow:none!important}
#graceCryptoPaymentNotice h3{color:#173f2e!important}
#graceCryptoPaymentNotice>div:first-child{color:#755900!important}
#assigned,#assigned *{color:#17352a!important;text-shadow:none!important}

/* v6.49 THE PROSPERITY CIRCLE — gold interface refresh */
:root{--pc-gold:#d8a62a;--pc-gold-light:#ffe08a;--pc-gold-dark:#a96f10;--pc-black:#030403}
button,.button,.hubButton{
  background:linear-gradient(180deg,#ffe38f 0%,#efbd48 42%,#b87912 100%)!important;
  color:#130d04!important;border:1px solid #ffe8a7!important;
  box-shadow:0 7px 18px rgba(210,145,20,.20)!important;font-weight:900!important;
}
button:hover,.button:hover,.hubButton:hover{filter:brightness(1.05)}
.back,.hubButton.secondary,.eye{
  background:#0a0c0a!important;color:#f5cf68!important;
  border:1px solid rgba(216,166,42,.62)!important;box-shadow:none!important;
}
.proBrandLockup img,.matrixHeader img,.footerBrand img{
  border-color:#d8a62a!important;box-shadow:0 0 15px rgba(216,166,42,.30)!important;
}
.proBrandText,.matrixBrand{color:#f6d36e!important}
.proKicker{color:#f3ca61!important}
.proQuickNav a{border-color:rgba(216,166,42,.45)!important;color:#f8e8b2!important}
.shareIcon{color:#d8a62a!important}


/* v6.54 warm-charcoal balance — lower site/office panels only */
:root{--pc-warm:#12140f;--pc-warm2:#181b15;--pc-warm3:#1d2018;--pc-softgold:rgba(221,170,49,.56)}
.card{background:linear-gradient(180deg,#181b15,#11130f)!important;border-color:rgba(221,170,49,.48)!important;color:#f4efe2!important;box-shadow:0 16px 38px rgba(0,0,0,.30)!important}
.card h2,.card h3,.card b,.card label{color:#faf1dc!important}
.card p,.card li,.card .muted,.card .small{color:#d5cdbd!important}
.notice,.box,.agreement,.important,.secureNote,.treeQuote,.reqCard,.sponsorcard,.graceInfo,.earlyStage,.hubCard,.hubItem,.accountPanel{background:#1d2018!important;border-color:rgba(221,170,49,.40)!important;color:#efe7d3!important}
.notice p,.box p,.agreement p,.important li,.secureNote span,.treeQuote em,.reqCard p,.sponsorcard p,.graceInfo p,.earlyStage p,.hubCard p,.hubItem p{color:#d5cdbd!important}
.hubCard h3,.hubItem b{color:#f8edd2!important}
.metricCard{background:linear-gradient(180deg,#1b1e17,#141611)!important;border-color:rgba(221,170,49,.42)!important}
.metricCard span,.metricCard small{color:#c9c1b2!important}.metricCard strong{color:#f6d777!important}
.memberRow{background:#1a1d17!important;border-color:rgba(221,170,49,.38)!important}.memberRow summary{color:#f5ead0!important}.memberDetail{border-top-color:rgba(221,170,49,.25)!important}.memberDetail p{color:#d5cdbd!important}
.matrixSummary>div,.matrixNode,.lineageItem{background:#1a1d17!important;border-color:rgba(221,170,49,.38)!important;color:#efe7d3!important}.matrixSummary b,.matrixNode b{color:#c7bdac!important}.matrixSummary strong,.matrixNode strong{color:#f3d16d!important}.selfNode{background:#202016!important;border-color:#d8ac2a!important}.sponsorNode{background:#1b2119!important}
input,textarea,select{background:#f7f3e8!important;color:#1d211b!important;border-color:#bda96f!important}
.back,.hubButton.secondary,.eye{background:#161913!important;color:#f5cf68!important;border-color:rgba(216,166,42,.62)!important}

/* v6.56 Member Dashboard */
.memberDashboard{padding:4px 0 8px}.memberWelcome{max-width:720px}.dashboardPeople{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.dashboardPerson{background:linear-gradient(180deg,rgba(57,50,39,.72),rgba(32,29,25,.88));border:1px solid rgba(215,178,82,.62);border-radius:14px;padding:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.dashboardPerson span{display:block;color:#c9b77f;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px}.dashboardPerson strong{display:block;color:#f2d57d;font-size:1.03rem;line-height:1.35}.dashboardActions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 8px}.dashboardActions .hubButton,.dashboardActions button{width:100%;box-sizing:border-box;text-align:center;display:flex;align-items:center;justify-content:center;min-height:48px}.memberBackOfficeNav{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.memberBackOfficeNav button{flex:1;min-width:170px}@media(max-width:700px){.dashboardPeople,.dashboardActions{grid-template-columns:1fr}.dashboardPerson{padding:14px}}
\n\n/* v6.69 final readability and terminology cleanup */
.powerTwoNode{
  background:#171a14!important;
  color:#f4cf67!important;
  border:1px solid rgba(221,170,49,.72)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02),0 5px 14px rgba(0,0,0,.22)!important;
}
.powerTwoCaption{color:#d9cfbc!important}
.powerTwoArrow{color:#f4e6bd!important}
.card a:not(.hubButton):not(.button),
.hubItem a,
.memberDetail a,
.memberLoginCard a{color:#f2cf6b!important;text-decoration-color:rgba(242,207,107,.65)!important}
#hubMemberContent footer{
  background:#070907!important;
  border:1px solid rgba(221,170,49,.38)!important;
  border-radius:18px!important;
  margin-top:20px!important;
  padding:18px 20px!important;
}
#hubMemberContent footer .footerBrand{margin:0!important;padding:0!important;border-top:0!important;color:#f4efe2!important}
#hubMemberContent footer .footerBrand .small{color:#cfc4ae!important}

/* v6.73 member matrix status glow */
.memberStatusLegend{max-width:660px;margin:16px auto 6px;padding:14px 16px;border:1px solid rgba(221,170,49,.35);border-radius:16px;background:#151812;color:#d8d0c1}
.memberStatusLegend .legend{display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center}
.memberStatusLegend .legendItem{display:inline-flex;align-items:center;gap:8px;font-size:14px}
.memberStatusLegend .light{width:15px;height:15px;border-radius:50%;display:inline-block;background:#788695;box-shadow:0 0 9px #788695}
.memberStatusLegend .green{background:#22ed85;box-shadow:0 0 12px #22ed85,0 0 22px rgba(34,237,133,.6)}
.memberStatusLegend .yellow{background:#ffd21f;box-shadow:0 0 12px #ffd21f,0 0 22px rgba(255,210,31,.55)}
.memberStatusLegend .red{background:#ff4553;box-shadow:0 0 12px #ff4553,0 0 22px rgba(255,69,83,.55)}
.memberStatusLegend p{margin:10px 0 0;font-size:13px;color:#aaa69d;line-height:1.45}
.matrixNode.status-green{border-color:#35f18b!important;box-shadow:0 0 6px #35f18b,0 0 18px rgba(53,241,139,.85),0 0 34px rgba(53,241,139,.45)!important}
.matrixNode.status-yellow{border-color:#ffd21f!important;box-shadow:0 0 6px #ffd21f,0 0 18px rgba(255,210,31,.8),0 0 34px rgba(255,210,31,.4)!important}
.matrixNode.status-red{border-color:#ff4553!important;box-shadow:0 0 6px #ff4553,0 0 18px rgba(255,69,83,.8),0 0 34px rgba(255,69,83,.4)!important}
.matrixNode.status-gray{border-color:#7d8996!important;box-shadow:0 0 5px rgba(125,137,150,.8),0 0 15px rgba(125,137,150,.35)!important}


/* v6.75 Power of Two readability fix */
.powerTwo .powerTwoNode{
  background:#151812 !important;
  color:#f5d46f !important;
  border:1px solid rgba(221,170,49,.82) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.025),
    0 0 14px rgba(221,170,49,.16),
    0 7px 18px rgba(0,0,0,.28) !important;
  text-shadow:none !important;
}
.powerTwo .powerTwoCaption{
  color:#eee4cf !important;
  opacity:1 !important;
}
.powerTwo .powerTwoArrow{
  color:#f5df9a !important;
  opacity:1 !important;
}

/* v6.79 Member matrix share prompt */
.matrixShareGrow{margin:22px 0;padding:18px;border:1px solid rgba(218,170,55,.55);border-radius:16px;background:linear-gradient(145deg,#151812,#0b0d0a);box-shadow:0 10px 28px rgba(0,0,0,.18)}
.matrixShareGrow>b{display:block;color:#f4d36c;font-size:20px;letter-spacing:.03em;margin-bottom:8px}
.matrixShareGrow p{margin:0 0 14px;color:#eee7d7;line-height:1.55}
.matrixShareGrow button{margin:0;width:100%;}
.matrixShareGrow a{color:#f4d36c!important}

/* v6.80 member back office page + four-stat layout */
body.memberBackOfficePage{background:#050705!important;min-height:100vh!important}
body.memberBackOfficePage main{background:#050705!important}
body.memberBackOfficePage footer{background:#050705!important}
body.memberBackOfficePage .matrixSummary{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:600px){body.memberBackOfficePage .matrixSummary{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* v7.01 Team Hub Ventures */
.venturesPanel{margin-top:16px;border:1px solid #d8ac2a;border-radius:16px;background:#fffaf0;overflow:hidden}
.venturesPanel>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;cursor:pointer;font-weight:900;color:#173f31;list-style:none}
.venturesPanel>summary::-webkit-details-marker{display:none}
.venturesPanel>summary:after{content:"▾";margin-left:8px;color:#9a7514}.venturesPanel[open]>summary:after{content:"▴"}
.venturesCount{margin-left:auto;min-width:30px;text-align:center;padding:4px 9px;border-radius:999px;background:#173f31;color:#fff;font-size:.85rem}
.venturesBody{padding:0 16px 16px}.ventureCard{border:1px solid #e4d6a6;border-radius:14px;padding:14px;margin:10px 0;background:#fff}.ventureTop{display:flex;justify-content:space-between;gap:10px;align-items:start}.ventureTop b{font-size:1.08rem;color:#173f31}.ventureCategory{display:inline-block;margin-left:8px;padding:3px 8px;border-radius:999px;background:#fff4cc;color:#755a0a;font-size:.75rem;font-weight:800}.ventureCard p{margin:9px 0 12px}.venturesDisclosure{margin-top:14px}.proQuickNav a span{opacity:.8}
/* v7.01.1 Ventures readability fix */
.venturesBody,.venturesBody .small{color:#2b2b26!important}
.ventureCard{color:#24241f!important}
.ventureTop b{color:#173f31!important}
.ventureCard p{color:#30302a!important;opacity:1!important}
.ventureCategory{color:#5d4500!important;background:#fff0b3!important}
