:root{
  --btv-bg:#f4f7f3;
  --btv-card:#ffffff;
  --btv-ink:#163025;
  --btv-muted:#6f8379;
  --btv-line:#e0e9e3;
  --btv-green:#2aa16f;
  --btv-green-deep:#10261d;
  --btv-gold:#d5b24f;
}

html,body{max-width:100%;overflow-x:clip}

#appShell>header{display:none!important}
#appShell main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
#home.dashboard73-active>.welcome,
#home.dashboard73-active>.journey,
#home.dashboard73-active>.next,
#home.dashboard73-active>.sectionTitle,
#home.dashboard73-active>.quick,
#home.dashboard73-active>#careerDashboard{display:none!important}

.mission73.dashboardShell73{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
}

.dashboardLayout73{
  display:grid;
  grid-template-columns:286px minmax(0,1fr);
  gap:0;
  align-items:start;
  min-height:100vh;
  color:var(--btv-ink);
  font-family:"Plus Jakarta Sans","Inter","Segoe UI",system-ui,sans-serif;
}

.sidebar73{
  position:sticky;
  top:0;
  height:100vh;
  border-radius:0;
  border:0;
  background:
    linear-gradient(180deg,rgba(17,43,31,.98),rgba(12,28,22,.98)),
    radial-gradient(circle at 15% 85%,rgba(46,162,111,.17),transparent 45%);
  box-shadow:18px 0 44px rgba(3,20,12,.16);
  color:#dce8df;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.sidebarBrand73{
  display:flex;
  align-items:center;
  gap:12px;
  padding:20px 18px 16px;
  border-bottom:1px solid rgba(219,234,222,.1);
}
.brandLogo73{
  width:52px;
  height:52px;
  border-radius:14px;
  background:transparent;
  display:grid;
  place-items:center;
}
.brandLogo73 img{
  width:50px;
  height:50px;
  object-fit:contain;
  mix-blend-mode:screen;
  filter:drop-shadow(0 5px 12px rgba(213,178,79,.2));
}
.sidebarBrand73 b{
  display:block;
  font-size:17px;
  line-height:1.05;
  color:#ffffff;
  letter-spacing:-.01em;
  font-weight:800;
}
.sidebarBrand73 small{
  display:block;
  margin-top:4px;
  font-size:10px;
  letter-spacing:.11em;
  color:#90aa9b;
  font-weight:700;
}

.sidebarNavWrap73{
  flex:1;
  overflow:auto;
  padding:12px 10px 8px;
}
.sidebarGroup73{
  margin:12px 10px 7px;
  color:#7d9989;
  font-size:11px;
  letter-spacing:.13em;
  font-weight:800;
}

.sideNavItem73{
  width:100%;
  display:flex;
  align-items:center;
  gap:11px;
  min-height:45px;
  border:0;
  background:transparent;
  color:#d8e6dd;
  border-radius:12px;
  padding:0 12px;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
}
.sideNavItem73:hover{background:rgba(255,255,255,.07)}
.sideNavItem73.active{
  background:linear-gradient(135deg,#1bd06f,#17b160);
  color:#ffffff;
  box-shadow:0 8px 22px rgba(26,208,112,.28);
}
.sideNavItem73 i{
  margin-left:auto;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ffd772;
}
.sideIc73{
  width:18px;
  text-align:center;
  opacity:.95;
  display:grid;
  place-items:center;
}
.sideIc73 svg{
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.sidebarBottom73{
  padding:12px 10px 14px;
  border-top:1px solid rgba(219,234,222,.11);
}
.coinsCard73{
  width:100%;
  border:1px solid rgba(215,178,80,.35);
  border-radius:14px;
  background:rgba(213,178,79,.16);
  color:#f3d993;
  padding:10px 12px;
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
}
.coinsCard73 b,.coinsCard73 small{display:block;text-align:left}
.coinsCard73 b{font-size:14px}
.coinsCard73 small{font-size:11px;color:#e1c77a}
.coinDot73{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e6c86b;
  color:#3b2c0e;
  font-size:12px;
}
.coinDot73 svg{
  width:14px;
  height:14px;
  stroke:#3b2c0e;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.profileCard73{
  margin-top:10px;
  border-radius:14px;
  border:1px solid rgba(219,234,222,.12);
  background:rgba(255,255,255,.04);
  min-height:56px;
  padding:9px 10px;
  display:flex;
  align-items:center;
  gap:10px;
}
.profileAction73{width:calc(100% - 20px);margin:14px 10px 2px;color:#dce8df;cursor:pointer;text-align:left}
.profileAction73:hover{background:rgba(255,255,255,.08)}
.profileAction73>span:nth-child(2){min-width:0;flex:1}
.profileArrow73{width:18px;height:18px;display:grid;place-items:center;color:#8ea899}
.profileArrow73 svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.avatar73{
  width:33px;
  height:33px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#2aa16f;
  color:#fff;
  font-size:15px;
  font-weight:800;
  flex:none;
}
.avatar73 img,.drawerUser73 .avatar img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}
.profileCard73 b,.profileCard73 small{display:block}
.profileCard73 b{font-size:13px;color:#fff}
.profileCard73 small{
  font-size:10px;
  color:#89a596;
  line-height:1.25;
  max-width:132px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.icon73{
  border:1px solid var(--btv-line);
  background:#fff;
  color:#35574a;
  min-width:40px;
  height:40px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-size:16px;
  cursor:pointer;
}
.icon73 svg{
  width:17px;
  height:17px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.icon73:hover{background:#f4faf6}
.icon73.ghost73{
  border-color:rgba(220,233,227,.2);
  background:rgba(255,255,255,.07);
  color:#d7e8de;
}

.signout73{
  width:100%;
  margin-top:10px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#bed2c6;
  min-height:42px;
  cursor:pointer;
  font-size:14px;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.signout73:hover{background:rgba(255,255,255,.06);color:#fff}
.signout73 svg{
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.mainArea73{
  min-width:0;
  border-radius:0;
  overflow:hidden;
  border:0;
  background:var(--btv-bg);
}

.mainHeader73{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid #dde8e1;
  background:#ffffff;
  padding:8px 32px;
}
.mainHeader73 p{
  margin:0;
  color:#8aa195;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:700;
}
.mainHeader73 h1{
  margin:3px 0 0;
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.01em;
  color:#153126;
  font-weight:700;
}

.headerActions73{display:flex;align-items:center;gap:10px}
.welcomeCard73[data-home-advice]{cursor:pointer}.welcomeCard73[data-home-advice]:focus-visible{outline:3px solid #d5b24f;outline-offset:4px}
.welcomeDestination73{display:inline-flex;align-items:center;gap:8px;margin:10px 0 2px;padding:7px 11px;border:1px solid #ffffff40;border-radius:999px;background:#0b3035a6;color:#fff;font-size:12px;font-weight:800;letter-spacing:.02em;box-shadow:0 8px 22px #071f2440;backdrop-filter:blur(10px)}.welcomeDestination73 b{font-size:20px;line-height:1}
.homeAdvice107{width:min(920px,calc(100% - 24px));max-height:min(90vh,860px);margin:auto;border:0;border-radius:26px;padding:0;background:#f5f8f5;color:#173126;box-shadow:0 34px 100px rgba(6,29,17,.42);overflow:auto}.homeAdvice107::backdrop{background:rgba(5,24,16,.7);backdrop-filter:blur(6px)}.homeAdvicePanel107{padding:24px}.homeAdvicePanel107>header{height:auto;min-height:0;position:static;padding:0 0 19px;border:0;background:transparent;display:flex;align-items:flex-start;gap:18px}.homeAdvicePanel107>header>div{flex:1}.homeAdvicePanel107 header small{color:#a47d1c;font-size:10px;letter-spacing:.13em;font-weight:900}.homeAdvicePanel107 h2{margin:5px 0 4px;font:34px/1.1 Georgia,serif}.homeAdvicePanel107 header p{margin:0;color:#6f8277}.homeAdvicePanel107 header button{flex:none;width:42px;height:42px;border:0;border-radius:13px;background:#e6f2e9;color:#1e704d;font-size:25px}.homeAdviceGrid107{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.homeAdviceGrid107 article{min-width:0;border:1px solid #dce6df;border-radius:19px;background:#fff;padding:17px;display:flex;flex-direction:column;min-height:240px}.homeAdviceGrid107 article.featured{border-color:#d9bd68;background:linear-gradient(145deg,#fffdf7,#f7edce)}.homeAdviceGrid107 article small{color:#71877b;font-size:9px;letter-spacing:.1em;font-weight:900}.homeAdviceGrid107 article h3{margin:8px 0 7px;font-size:19px}.homeAdviceGrid107 article p{margin:0 0 17px;color:#697b71;font-size:13px;line-height:1.55}.homeAdviceGrid107 article button{margin-top:auto;border:0;border-radius:11px;background:#1e704d;color:#fff;padding:11px;text-align:left;font-weight:800}.homeAdvicePanel107>footer{display:flex;justify-content:flex-end;gap:10px;margin-top:17px}.homeAdvicePanel107>footer button{border:1px solid #cbdad0;border-radius:12px;background:#fff;color:#315846;padding:11px 14px;font-weight:800}.homeAdvicePanel107>footer .changeDestination107{margin-right:auto;border-color:#d8bd6a;background:#f8edc9;color:#665016}.homeAdvice107 button:focus-visible{outline:3px solid #d5b24f;outline-offset:2px}@media(max-width:720px){.homeAdvicePanel107{padding:17px}.homeAdviceGrid107{grid-template-columns:1fr}.homeAdviceGrid107 article{min-height:0}.homeAdvicePanel107>footer{align-items:stretch;flex-direction:column}.homeAdvicePanel107>footer .changeDestination107{margin-right:0;order:-1}}
.coinBalance104{height:42px;border:1px solid #ead99e;border-radius:13px;background:linear-gradient(135deg,#fffaf0,#f5e7b9);color:#654f13;padding:0 12px;display:flex;align-items:center;gap:8px;cursor:pointer;white-space:nowrap}.coinBalanceLogo106{width:29px;height:29px;border:1px solid #d8b34e;border-radius:50%;object-fit:cover;object-position:center;box-shadow:0 2px 7px rgba(91,62,8,.22)}.coinBalance104 span,.coinBalance104 b,.coinBalance104 small{display:block}.coinBalance104 span{text-align:left}.coinBalance104 b{font-size:13px;line-height:1}.coinBalance104 small{margin-top:3px;font-size:8px;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#8c742e}.coinBalance104:hover{border-color:#d5b24f;box-shadow:0 6px 16px rgba(117,88,16,.12)}.coinBalance104:focus-visible{outline:3px solid #d5b24f;outline-offset:2px}

.searchWrap73{
  width:290px;
  height:42px;
  border:1px solid #deebe3;
  border-radius:999px;
  background:#f5faf6;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 13px;
}
.searchWrap73 span{color:#90a89a;font-size:14px}
.searchWrap73 span svg{
  width:15px;
  height:15px;
  stroke:#90a89a;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.searchWrap73 input{
  width:100%;
  border:0;
  background:transparent;
  color:#304a3f;
  outline:none;
  font:500 14px/1 "Plus Jakarta Sans","Inter",system-ui,sans-serif;
}
.searchWrap73 input::placeholder{color:#96ab9f}

.avatarBtn73{
  width:42px;
  height:42px;
  border-radius:50%;
  border:0;
  background:#2aa16f;
  color:#fff;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
}
.mobileMenuBtn73{display:none}
.desktopMenuCue73{display:none}

.dashboardContent73{
  padding:28px 32px 48px;
  display:grid;
  gap:24px;
}

.welcomeCard73{
  position:relative;
  min-height:331px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(214,177,71,.42);
  background:linear-gradient(120deg,#0a1d16 0%,#103225 45%,#184636 100%);
  box-shadow:0 22px 48px rgba(9,28,20,.26);
}
.welcomeOverlay73{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(7,25,17,.97) 0%,rgba(10,38,26,.91) 36%,rgba(10,38,26,.48) 62%,rgba(8,27,19,.12) 100%);
}
.welcomeLines73{display:none}
.welcomeNurse73{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background:url("home-nurse-blur-v101.png") center 32%/cover no-repeat;
  opacity:.88;
}

.welcomeInner73{
  position:relative;
  z-index:2;
  padding:26px 34px;
  max-width:58%;
}
.welcomeDate73{
  margin:0 0 8px;
  color:#d5b24f;
  font-size:12px;
  letter-spacing:.1em;
  font-weight:800;
}
.welcomeInner73 h2{
  margin:0;
  color:#f9fff9;
  font-size:48px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:800;
}
.welcomePathway73{
  margin:10px 0 0;
  font-size:15px;
  color:#d2e2d7;
  font-weight:500;
}

.welcomeReadiness73{
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:16px;
}
.ring73{
  width:104px;
  height:104px;
  position:relative;
  display:grid;
  place-items:center;
  flex:none;
  border-radius:50%;
  background:radial-gradient(circle,#153d2b 46%,rgba(21,61,43,.82) 47%,rgba(241,207,112,.12) 68%,transparent 69%);
  box-shadow:0 0 0 7px rgba(255,255,255,.06),0 12px 30px rgba(0,0,0,.26),0 0 28px rgba(224,191,89,.2);
}
.ring73 svg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.ringTrack73{
  fill:none;
  stroke:rgba(206,220,212,.22);
  stroke-width:8;
}
.ringValue73{
  fill:none;
  stroke:var(--btv-gold);
  stroke-width:8;
  stroke-linecap:round;
  transform:rotate(-90deg);
  transform-origin:50% 50%;
  filter:drop-shadow(0 0 5px rgba(241,207,112,.75));
}
.ring73 b{
  position:relative;
  z-index:1;
  color:#fff;
  font-size:25px;
  line-height:1;
  font-weight:800;
}
.ring73>small{position:absolute;z-index:1;top:64px;color:#e7c768;font-size:7px;letter-spacing:.17em;font-weight:900}

.readinessCopy73{
  border:1px solid rgba(217,229,222,.24);
  border-radius:15px;
  background:rgba(217,229,222,.09);
  backdrop-filter:blur(5px);
  padding:13px 15px;
  max-width:400px;
}
.readinessCopy73 b{
  display:block;
  color:#f4faf5;
  font-size:15px;
  font-weight:700;
}
.readinessCopy73 small{
  display:block;
  margin-top:4px;
  color:#d2e2d7;
  font-size:11px;
  line-height:1.35;
}

.premiumBadge73{
  position:absolute;
  right:18px;
  top:18px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:7px;
  height:32px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(214,177,71,.5);
  background:rgba(214,177,71,.18);
  color:#d9b75a;
  letter-spacing:.1em;
  font-size:11px;
  font-weight:700;
}
.premiumBadge73 i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#d9b75a;
}
.destinationFlagBadge73{
  width:50px;
  height:50px;
  justify-content:center;
  padding:0;
  border-color:rgba(255,255,255,.42);
  background:rgba(255,255,255,.16);
  color:#fff;
  font-size:29px;
  letter-spacing:0;
  box-shadow:0 8px 24px rgba(1,29,30,.2);
  backdrop-filter:blur(10px);
}
.destinationFlagBadge73 img{display:block;width:34px;height:25px;border-radius:4px;object-fit:cover;box-shadow:0 2px 7px rgba(0,0,0,.24)}

.statsRow73{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.statCard73{
  min-height:154px;
  border-radius:16px;
  border:1px solid var(--btv-line);
  background:var(--btv-card);
  box-shadow:0 10px 24px rgba(18,50,35,.06);
  padding:20px;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.statCard73:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,#1f8a5d,#d9b955)}
.statCard73:hover{transform:translateY(-3px);border-color:#a9cdb7;box-shadow:0 17px 34px rgba(18,50,35,.11)}
.statCard73 small{
  display:block;
  color:#7f9589;
  font-size:12px;
}
.statCard73 b{
  display:block;
  margin-top:8px;
  font-size:39px;
  line-height:1;
  color:#10291f;
  font-weight:800;
}
.statCard73 span{
  display:block;
  margin-top:6px;
  color:#7f9589;
  font-size:12px;
}
.statCard73 em{
  display:inline-block;
  margin-top:13px;
  color:#2d8c64;
  font-size:12px;
  font-style:normal;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.statCard73 em svg{
  width:13px;
  height:13px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.statCard73:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(18,50,35,.09);
}

.secondaryGrid73{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.panel73{
  min-height:265px;
  border-radius:16px;
  border:1px solid var(--btv-line);
  background:var(--btv-card);
  box-shadow:0 10px 24px rgba(18,50,35,.06);
  padding:0;
  overflow:hidden;
}
.panelHead73{
  min-height:60px;
  border-bottom:1px solid #e8eee9;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 18px;
}
.panelHead73 h3{
  margin:0;
  font-size:19px;
  color:#213a2f;
  font-weight:700;
}
.panelHead73 button{
  border:0;
  background:transparent;
  color:#2f8f67;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
}

.nextStep73{
  margin:16px 18px 18px;
  min-height:132px;
  border-radius:16px;
  border:1px solid #d8e6de;
  background:linear-gradient(145deg,#fffdf6,#edf7f0);
  display:grid;
  grid-template-columns:50px minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:16px;
  box-shadow:0 8px 24px rgba(16,56,39,.07);
}
.nextIcon73{
  width:44px;
  height:44px;
  border-radius:50%;
  background:linear-gradient(140deg,#e8d08a,#c99d3a);
  color:#3a2f12;
  display:grid;
  place-items:center;
  box-shadow:0 8px 16px rgba(141,109,33,.22);
  flex:none;
}
.nextIcon73 svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8}
.nextCopy73{min-width:0}
.nextTag73{display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:999px;background:#f2ead1;color:#7d6220;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.nextStep73 b{
  display:block;
  margin-top:7px;
  color:#183526;
  font-size:17px;
  line-height:1.3;
}
.nextStep73 small{
  display:block;
  margin-top:5px;
  color:#5b7367;
  font-size:12px;
  line-height:1.42;
}
.nextActionBtn73{align-self:center;border:0;border-radius:12px;background:#216e4f;color:#fff;min-height:40px;padding:0 18px;display:flex;align-items:center;gap:7px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(22,87,59,.22)}
.nextActionBtn73:hover{background:#1b5f44}
.nextActionBtn73 svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}

/* Scoped redesign: recommended heading and today's study-plan card only. */
.recommendedPanel73{min-height:0;background:#fff;border-color:#dfe8e2;box-shadow:0 10px 26px rgba(18,50,35,.06);padding:18px;overflow:visible}
.recommendedHead73{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:15px}
.recommendedHead73 h3{margin:0;color:#213a2f;font-size:19px;font-weight:750;line-height:1.25;text-align:left}
.recommendedHead73 p{margin:5px 0 0;color:#71857a;font-size:12px;line-height:1.4;text-align:left}
.recommendedHead73 button{flex:none;min-height:40px;border:1.5px solid #2f8f67;border-radius:999px;background:#fff;color:#247552;padding:0 16px;font-size:13px;font-weight:800;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}
.recommendedHead73 button:hover{background:#edf7f1;box-shadow:0 6px 16px rgba(32,111,76,.1)}
.recommendedHead73 button:focus-visible,.studyPlanCard73:focus-visible{outline:3px solid rgba(47,143,103,.28);outline-offset:3px}
.studyPlanCard73{width:100%;min-height:132px;border:1px solid #eadcae;border-radius:17px;background:linear-gradient(135deg,#fff9e8,#f8edc9);color:#20392e;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;cursor:pointer;box-shadow:0 8px 20px rgba(104,78,18,.07);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.studyPlanCard73:hover{transform:translateY(-1px);border-color:#dcc77f;box-shadow:0 12px 26px rgba(104,78,18,.1)}
.studyPlanCopy73{display:block;min-width:0}
.studyPlanBadge73{display:inline-flex;align-items:center;min-height:22px;border-radius:999px;background:#f0dfaa;color:#73591b;padding:0 9px;font-size:9px;font-weight:850;letter-spacing:.1em}
.studyPlanCopy73 b{display:block;margin-top:11px;color:#20392e;font-size:18px;line-height:1.3}
.studyPlanCopy73>small:last-child{display:block;margin-top:6px;color:#63766c;font-size:12px;line-height:1.45}
.studyPlanSpark73{width:48px;height:48px;flex:none;border-radius:50%;background:#f2dfaa;color:#775b16;display:grid;place-items:center}
.studyPlanSpark73 svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}

/* Colourful recommended next step tile */
.nextStepPanel73{background:linear-gradient(145deg,#0e3d28,#155c3b,#1e7a4e)!important;border-color:#256b42!important;overflow:hidden;position:relative}
.nextStepPanel73::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 10%,rgba(212,178,79,.22),transparent 60%),radial-gradient(ellipse at 10% 90%,rgba(45,160,95,.25),transparent 55%);pointer-events:none;z-index:0}
.nextStepHead73{border-bottom-color:rgba(255,255,255,.12)!important;position:relative;z-index:1}
.nextStepHead73 h3{color:#e8f5ef!important}
.nextStepHead73 button{color:#8dd6a8!important}
.nextStepPanel73 .nextStep73{border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.07)!important;position:relative;z-index:1;box-shadow:none}
.nextStepPanel73 .nextStep73 b{color:#f0fdf4!important}
.nextStepPanel73 .nextStep73 small{color:#9dcfb4!important}
.nextStepPanel73 .nextIcon73{background:linear-gradient(140deg,#f2ca5e,#d4960a)!important;box-shadow:0 6px 18px rgba(200,140,10,.35)!important}
.nextStepPanel73 .nextActionBtn73{background:rgba(255,255,255,.18)!important;color:#fff!important;box-shadow:none!important;border:1px solid rgba(255,255,255,.25)!important}
.nextStepPanel73 .nextActionBtn73:hover{background:rgba(255,255,255,.28)!important}
.nextStepPanel73 .nextTag73{background:rgba(242,202,94,.2)!important;color:#f2d06a!important}

.focusList73{display:grid}
.focusRow73{
  min-height:58px;
  border:0;
  border-top:1px solid #ebf0ec;
  background:#fff;
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:10px;
  align-items:center;
  padding:0 18px;
  text-align:left;
  cursor:pointer;
}
.focusRow73 span{
  font-size:15px;
  color:#1d3a2c;
}
.focusRow73 em{
  font-style:normal;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  color:#2f8f67;
  border:1px solid #b8dbc9;
  border-radius:999px;
  padding:3px 7px;
}
.focusRow73 i{
  font-style:normal;
  color:#8ea496;
  font-size:18px;
  display:grid;
  place-items:center;
}
.focusRow73 i svg{
  width:14px;
  height:14px;
  stroke:#8ea496;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.focusRow73:hover{background:#f8fcf8}
.quickPanel73{min-height:227px;border-radius:16px;border:1px solid var(--btv-line);background:var(--btv-card);box-shadow:0 10px 24px rgba(18,50,35,.06);overflow:hidden}
.quickGrid73{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px}
.quickGrid73>button{position:relative;isolation:isolate;overflow:hidden;min-width:0;min-height:148px;border:1px solid #d8e4dc;border-radius:17px;background:#f5ead1;color:#153b2e;padding:18px;text-align:left;display:grid;grid-template-columns:48px minmax(0,1fr) 42px;gap:13px;align-items:center;cursor:pointer;box-shadow:0 8px 22px rgba(18,50,35,.1);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.quickGrid73>button:last-child:nth-child(odd){grid-column:1/-1}
.quickGrid73>button::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 45%,rgba(255,255,255,.58) 68%,rgba(255,255,255,.08) 100%)}
.quickGrid73>button:hover{transform:translateY(-3px);border-color:#9fcbb2;background:#f5ead1;box-shadow:0 14px 28px rgba(20,60,42,.14)}
.quickActionMedia73{display:block;position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:right center}
.quickGrid73>button>span,.quickGrid73>button>div,.quickGrid73>button>svg{position:relative;z-index:2}
.quickGrid73>button>span{width:48px;height:48px;border:1px solid rgba(32,101,73,.1);border-radius:14px;background:rgba(232,245,237,.92);color:#21744f;display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:0 4px 12px rgba(19,62,67,.08)}
.quickGrid73 b,.quickGrid73 small{display:block}.quickGrid73 b{color:#153b2e;font-size:16px;line-height:1.25}.quickGrid73 small{max-width:260px;margin-top:5px;color:#52665c;font-size:12px;line-height:1.4}.quickGrid73>button>svg{box-sizing:border-box;width:42px;height:42px;padding:12px;border-radius:50%;background:#133e43;stroke:#fff;fill:none;stroke-width:2.2;box-shadow:0 6px 16px rgba(19,62,67,.24)}
body.dark .quickGrid73>button{border-color:#52655d;background:#f5ead1;color:#153b2e}

#home.dashboard73-active>#profileSummary,#home.dashboard73-active>#homeWelcomeArt{display:none!important}

.rightMenu73{position:sticky;top:0;height:100vh;min-width:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;background:#fff;border-left:1px solid var(--btv-line);padding:22px 16px 18px;color:#1b382b}
.rightMenuHead73{padding:0 4px 18px;border-bottom:1px solid #e5ece7}
.rightMenuHead73 p,.menuAdmin73>p{margin:0;color:#789085;font-size:10px;letter-spacing:.14em;font-weight:800;text-transform:uppercase}
.rightMenuHead73 h2{margin:7px 0 5px;font-size:19px;line-height:1.25;color:#173326}
.rightMenuHead73 span{color:#75877e;font-size:12px;line-height:1.45}
.rightMenuNav73{position:static;inset:auto;display:block;width:100%;max-width:none;height:auto;margin:0;transform:none;padding:10px 0 0;background:transparent;border:0;box-shadow:none;backdrop-filter:none;z-index:auto}.menuGroup73{padding:10px 6px 12px;border-bottom:1px solid #e8eee9}
.menuSectionTitle73{margin:0 0 8px;color:#1a3e2e;font-size:12px;letter-spacing:.05em;font-weight:700;padding:0 4px}
.menuLink73 svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.menuGroupLinks73{display:grid;gap:4px;padding:0}
.menuLink73{width:100%;min-height:38px;border:0;border-radius:9px;background:transparent;color:#5b7166;padding:0 8px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;font-size:13px;cursor:pointer}
.menuLink73:hover{background:#eff7f1;color:#176a49}
.menuAdmin73{margin-top:15px;padding:13px 6px;border:1px solid #e6d49c;border-radius:12px;background:#fffaf0}
.menuAdmin73>p{color:#886a1e;margin:0 6px 7px}.adminLink73{color:#654d14;font-weight:700}.menuSignOut73{margin-top:18px;background:#173b2c}
.menuLink73:focus-visible,.profileAction73:focus-visible,.floatingZibur73:focus-visible,.sidebarAdvert73>button:focus-visible{outline:3px solid #d5b24f;outline-offset:2px}

.sidebarMemberMenu73{position:static;inset:auto;display:block;width:100%;max-width:none;margin:10px 0 0;padding:0;transform:none;background:transparent;border:0;box-shadow:none;backdrop-filter:none;z-index:auto}
.sidebarMemberMenu73 .menuGroup73{border-color:rgba(220,233,227,.12)}
.sidebarMemberMenu73 .menuSectionTitle73{color:#c8dfd4;padding-inline:10px;font-size:12px}
.sidebarMemberMenu73 .menuLink73{color:#adc5b7;padding-left:18px}.sidebarMemberMenu73 .menuLink73:hover{background:rgba(255,255,255,.07);color:#fff}
.sidebarMemberMenu73 .menuAdmin73{background:rgba(213,178,79,.1);border-color:rgba(213,178,79,.35)}.sidebarMemberMenu73 .menuAdmin73>p{color:#e2c66f}.sidebarMemberMenu73 .adminLink73{color:#f1daa0}
.sidebarMemberMenu73 .menuSignOut73{margin:16px 0 8px;background:rgba(255,255,255,.08)}.sidebarMemberMenu73 .menuSignOut73:hover{background:rgba(255,255,255,.14)}
.sidebarAdvert73{position:relative;flex:0 0 auto;min-height:96px;margin:8px 10px 12px;padding:12px;border:1px solid rgba(225,195,106,.28);border-radius:17px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(213,178,79,.07));box-shadow:0 12px 28px rgba(0,0,0,.16);isolation:isolate}
.sidebarAdvert73::before{content:"";position:absolute;width:95px;height:95px;right:-46px;top:-48px;border-radius:50%;border:1px solid rgba(233,203,118,.24);box-shadow:0 0 0 18px rgba(233,203,118,.04);z-index:-1}
.sidebarAdvertTop73{display:flex;align-items:center;justify-content:space-between;gap:10px}.sidebarAdvertTop73 span{color:#e7c86d;font-size:8px;font-weight:900;letter-spacing:.18em}.sidebarAdvertTop73 i{display:grid;place-items:center;width:25px;height:19px;border:1px solid rgba(231,200,109,.35);border-radius:7px;color:#e7c86d;font:800 8px/1 Inter,sans-serif}
.sidebarAdvertCopy73{margin:8px 0 9px}.sidebarAdvertCopy73 b,.sidebarAdvertCopy73 small{display:block}.sidebarAdvertCopy73 b{color:#fff;font:700 15px/1.1 Georgia,serif}.sidebarAdvertCopy73 small{margin-top:3px;color:#9eb7aa;font-size:9px;line-height:1.35}
.sidebarAdvert73>button{min-height:28px;padding:0;border:0;background:transparent;color:#f0d88f;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:850;cursor:pointer}.sidebarAdvert73>button svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.sidebarAdvert73>button:hover{color:#fff}

.journeyPanel73{border:1px solid var(--btv-line);border-radius:16px;background:var(--btv-card);box-shadow:0 10px 24px rgba(18,50,35,.06);padding:20px}
.journeyHead73{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.journeyHead73 p{margin:0 0 5px;color:#6d8879;font-size:10px;letter-spacing:.14em;font-weight:800}.journeyHead73 h3{margin:0;color:#18382a;font-size:23px}.journeyHead73 span{display:block;margin-top:5px;color:#71857a;font-size:12px}
.journeyHead73>button{border:0;background:transparent;color:#1f8059;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer}
.journeyHead73>button svg,.journeyStep73>button svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}
.journeyProgress73{height:7px;margin:17px 0 8px;border-radius:999px;background:#e7eee9;overflow:hidden}.journeyProgress73 i{display:block;height:100%;border-radius:inherit;background:#2aa16f}
.journeyTimeline73{display:grid}.journeyStep73{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:13px;align-items:center;padding:15px 0;border-bottom:1px solid #e7eee9}.journeyStep73:last-child{border-bottom:0;padding-bottom:3px}
.journeyMarker73{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#edf3ef;color:#70877b;border:1px solid #d9e5dd;font-size:12px;font-weight:800}.journeyStep73.complete .journeyMarker73{background:#dff3e7;border-color:#9bd0ae;color:#16734b}.journeyStep73.current .journeyMarker73{background:#173f2e;border-color:#173f2e;color:#fff;box-shadow:0 0 0 4px #e5f2e9}
.journeyStepCopy73{min-width:0}.journeyStepCopy73>div{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.journeyStepCopy73 h4{margin:0;color:#213d30;font-size:14px}.journeyStepCopy73 p{margin:5px 0 0;color:#71837a;font-size:12px;line-height:1.45}
.journeyStatus73{border-radius:999px;background:#eef3f0;color:#65796e;padding:4px 7px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.journeyStep73.complete .journeyStatus73{background:#e0f3e7;color:#176e49}.journeyStep73.current .journeyStatus73{background:#fff1c8;color:#775c13}
.journeyStep73>button{min-width:118px;border:1px solid #d9e5dd;border-radius:9px;background:#fff;color:#285c43;padding:9px 10px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;font-weight:700;cursor:pointer}.journeyStep73>button:hover{background:#f0f7f2;border-color:#a9cdb7}
.journeyEmpty73{text-align:center;padding:24px;color:#6e8277}.journeyEmpty73 p{margin:6px 0 14px}.journeyEmpty73 button{border:0;border-radius:10px;background:#173f2e;color:#fff;padding:10px 14px;font-weight:700}
.journeyCurrent73{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:17px;align-items:center;margin-top:18px;padding:20px;border:1px solid #dce8e0;border-radius:15px;background:linear-gradient(135deg,#f8fcf9,#eef7f1)}
.journeyCurrentMarker73{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;background:#173f2e;color:#fff;font-size:18px;font-weight:800;box-shadow:0 8px 18px rgba(23,63,46,.18)}.journeyCurrent73.complete .journeyCurrentMarker73{background:#20845b}
.journeyCurrentCopy73{min-width:0}.journeyCurrentCopy73 h4{margin:7px 0 4px;color:#19382a;font-size:19px}.journeyCurrentCopy73 p{margin:0;color:#657a6f;font-size:13px;line-height:1.5}.journeyCurrentCopy73 small{display:block;margin-top:8px;color:#789084;font-size:11px;font-weight:700}
.journeyCurrent73>button{min-height:42px;border:1px solid #cbded2;border-radius:10px;background:#fff;color:#1f704f;padding:0 14px;display:flex;align-items:center;gap:7px;font-weight:700;cursor:pointer}.journeyCurrent73>button:hover{background:#eaf5ed}.journeyCurrent73>button svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}
.journeySummaryStat73{cursor:pointer;background:linear-gradient(145deg,#fff,#eff8f2)}

/* Upcoming steps below current step */
.journeyUpcomingList73{display:grid;gap:7px;margin-top:10px}
.journeyUpcoming73{position:relative;overflow:hidden;border-radius:12px;padding:13px 16px;min-height:58px;display:flex;align-items:center;gap:13px;border:1px solid transparent}
.journeyUpcomingBg73{position:absolute;inset:0;filter:blur(14px);transform:scale(1.12);z-index:0}
.journeyUpcomingContent73{position:relative;z-index:1;min-width:0}
.journeyUpcomingStatus73{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;opacity:.75}
.journeyUpcomingContent73 b{display:block;font-size:13px;line-height:1.35;font-weight:700}
.journeyUpcomingTheme73-green{border-color:#b8deca}.journeyUpcomingTheme73-green .journeyUpcomingBg73{background:radial-gradient(ellipse at 30% 50%,#a8e6c2 0%,#6ecf9e 40%,#3aad77 100%)}.journeyUpcomingTheme73-green .journeyUpcomingContent73{color:#0e3d24}.journeyUpcomingTheme73-green .journeyUpcomingStatus73{color:#166940}
.journeyUpcomingTheme73-blue{border-color:#b5ceee}.journeyUpcomingTheme73-blue .journeyUpcomingBg73{background:radial-gradient(ellipse at 30% 50%,#a3c8f5 0%,#6aa4ec 40%,#3579da 100%)}.journeyUpcomingTheme73-blue .journeyUpcomingContent73{color:#0e2a55}.journeyUpcomingTheme73-blue .journeyUpcomingStatus73{color:#1a4e9e}
.journeyUpcomingTheme73-purple{border-color:#cbb8e8}.journeyUpcomingTheme73-purple .journeyUpcomingBg73{background:radial-gradient(ellipse at 30% 50%,#d0adf5 0%,#b07ce8 40%,#8741d4 100%)}.journeyUpcomingTheme73-purple .journeyUpcomingContent73{color:#2e0e5a}.journeyUpcomingTheme73-purple .journeyUpcomingStatus73{color:#5e1eaa}
.journeyUpcomingTheme73-orange{border-color:#f0c89a}.journeyUpcomingTheme73-orange .journeyUpcomingBg73{background:radial-gradient(ellipse at 30% 50%,#fac98a 0%,#f5a040 40%,#e07010 100%)}.journeyUpcomingTheme73-orange .journeyUpcomingContent73{color:#3d1a00}.journeyUpcomingTheme73-orange .journeyUpcomingStatus73{color:#8a3800}
.journeyUpcomingTheme73-amber{border-color:#e8d07a}.journeyUpcomingTheme73-amber .journeyUpcomingBg73{background:radial-gradient(ellipse at 30% 50%,#f5e07a 0%,#e8c530 40%,#c9a000 100%)}.journeyUpcomingTheme73-amber .journeyUpcomingContent73{color:#3a2c00}.journeyUpcomingTheme73-amber .journeyUpcomingStatus73{color:#7a5a00}

.floatingZibur73{position:fixed;right:24px;bottom:24px;z-index:80;border:0;border-radius:999px;background:#153e2d;color:#fff;min-height:52px;padding:0 18px;display:flex;align-items:center;gap:9px;box-shadow:0 14px 34px rgba(10,38,25,.28);font-weight:800;cursor:pointer}
.floatingZibur73:hover{background:#1d5d40;transform:translateY(-1px)}.floatingZibur73 svg{width:19px;height:19px;stroke:#f2ca5e;fill:none;stroke-width:1.8}
body:has(#home.dashboard73-active) #btvPlatformOpen{display:none!important}
body:has(#home.dashboard73-active) .ziburFloatPanel{right:18px}

.drawerBackdrop73{
  position:fixed;
  inset:0;
  z-index:9900;
  background:rgba(5,22,15,.62);
  backdrop-filter:blur(4px);
  opacity:0;
  transition:opacity .22s ease;
}
.drawerBackdrop73[hidden]{display:none}
.drawerBackdrop73.open{opacity:1}
.drawer73{
  position:absolute;
  right:0;
  top:0;
  width:min(90vw,390px);
  height:100%;
  overflow:auto;
  background:#10261d;
  color:#d4e5db;
  padding:16px;
  transform:translateX(100%);
  transition:transform .22s ease;
}
.drawerBackdrop73.open .drawer73{transform:translateX(0)}
.drawerHead73{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.drawerHead73 b{color:#fff;font-size:18px}
.drawerUser73{
  margin-top:14px;
  border:1px solid rgba(214,226,219,.15);
  border-radius:12px;
  padding:10px;
  display:flex;
  align-items:center;
  gap:10px;
}
.drawerUser73 .avatar{
  width:32px;
  height:32px;
  border-radius:50%;
  background:#2aa16f;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:14px;
  font-weight:800;
}
.drawerMenu73{margin-top:12px}.drawerMenu73 .menuGroup73{border-color:rgba(220,233,227,.12)}
.drawerMenu73 .menuSectionTitle73{color:#c8dfd4;font-size:12px}
.drawerMenu73 .menuLink73{color:#bed2c6}.drawerMenu73 .menuLink73:hover{background:rgba(255,255,255,.07);color:#fff}
.drawerAdvert73{display:none}
.drawerMenu73 .menuAdmin73{background:rgba(213,178,79,.1);border-color:rgba(213,178,79,.35)}.drawerMenu73 .menuAdmin73>p{color:#e2c66f}.drawerMenu73 .adminLink73{color:#f1daa0}
.drawerGroup73{margin-top:14px}
.drawerGroup73 strong{
  display:block;
  color:#8ca398;
  font-size:11px;
  letter-spacing:.11em;
  margin-bottom:6px;
}
.drawerLink73{
  width:100%;
  min-height:40px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#dce9e0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 9px;
  cursor:pointer;
}
.drawerLink73:hover{background:rgba(255,255,255,.07)}
.rowArrow73{
  width:14px;
  height:14px;
  display:grid;
  place-items:center;
}
.rowArrow73 svg{
  width:12px;
  height:12px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.drawerSignOut73{
  width:100%;
  margin-top:16px;
  min-height:42px;
  border:0;
  border-radius:11px;
  background:#213f31;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.drawerSignOut73 svg{
  width:14px;
  height:14px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.coinsCentreDialog73,.coinsDetailDialog73,.coinsBuyDialog73{border:0;padding:0;background:transparent}
.coinsCentreDialog73::backdrop,.coinsDetailDialog73::backdrop,.coinsBuyDialog73::backdrop{background:rgba(4,23,17,.62);backdrop-filter:blur(3px)}
.coinsCentrePanel73{position:relative;width:min(94vw,680px);max-height:92vh;overflow-y:auto;border:1px solid #d7e2db;border-radius:24px;background:linear-gradient(145deg,#fff,#f3f9f5);padding:24px;overflow-x:hidden;box-shadow:0 24px 64px rgba(10,41,29,.28)}
.coinsCentrePanel73:before{content:"";position:absolute;inset:auto -40px -80px auto;width:260px;height:260px;background:url("beyond-coin-v84.png") center/contain no-repeat;opacity:.08;pointer-events:none;z-index:0}
.coinsCentrePanel73 header{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start}
.coinsCentrePanel73 header small{display:block;color:#8e6c1f;letter-spacing:.14em;font-weight:800;font-size:10px}
.coinsCentrePanel73 header h2{margin:6px 0 4px;font-size:31px;color:#183c2d}
.coinsCentrePanel73 header p{margin:0;color:#647d71;line-height:1.5}
.coinsCentreClose73{width:36px;height:36px;border:0;border-radius:50%;background:#e9f3ee;color:#1f5f43;font-size:22px;cursor:pointer;flex-shrink:0}
.coinsCentreClose73:hover{background:#d1e8d9}
.coinsBalance73{position:relative;z-index:1;margin:16px 0 0;padding:16px;border:1px solid #d8e5dd;border-radius:16px;background:#fff;display:flex;align-items:center;gap:16px}
.coinsBalance73 b,.coinsBalanceAmt73{display:block;font-size:34px;color:#194735;line-height:1}
.coinsBalance73 span{display:block;margin-top:3px;color:#658074;font-size:13px}
/* Section headers */
.coinsSub73{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}
.coinsSub73 span{font-size:10px;font-weight:800;letter-spacing:.14em;color:#287653}
.coinsSub73 small{color:#8fa49a;font-size:11px}
/* Earn section */
.coinsEarnSection73,.coinsBuySection73,.coinsInfoSection73{position:relative;z-index:1;margin-top:18px;padding:16px;border:1px solid #dce8df;border-radius:18px;background:#fff}
.coinsEarnList73{display:flex;flex-direction:column;gap:8px}
.coinsEarnItem73{display:flex;align-items:flex-start;gap:12px;border:1px solid #e5ede8;border-radius:13px;padding:13px 14px;background:#fafcfb;transition:background .15s}
.coinsEarnItem73.earned73{background:#f2faf5;border-color:#c7e3d2;opacity:.85}
.coinsEarnBody73{flex:1;min-width:0}
.coinsEarnBody73 b{display:block;font-size:13px;color:#1a3e2e;font-weight:800}
.coinsEarnBody73 small{display:block;margin-top:2px;color:#728a7e;font-size:11px;line-height:1.45}
.coinsEarnRight73{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}
.coinsRewardTag73{font-size:11px;font-weight:800;color:#1f6045;background:#e3f5ea;border-radius:6px;padding:3px 7px;white-space:nowrap}
.coinsClaimBtn73{border:0;border-radius:9px;background:#1f6045;color:#fff;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer}
.coinsClaimBtn73:hover{background:#174d38}
.coinsClaimBtn73:disabled{opacity:.5;cursor:default}
.coinsEarned73{font-size:11px;font-weight:700;color:#1f7855;background:#d4f0e2;border-radius:6px;padding:3px 8px}
/* Referral code row */
.coinsRefRow73{display:flex;align-items:center;gap:7px;margin-top:7px;flex-wrap:wrap}
.coinsRefCode73{font-size:12px;font-family:monospace;background:#e8f5ec;border:1px solid #c7dece;color:#194735;border-radius:7px;padding:4px 8px;letter-spacing:.08em}
.coinsRefCopyBtn73{border:0;border-radius:7px;background:#d4eadb;color:#1a4832;font-size:11px;font-weight:700;padding:4px 9px;cursor:pointer}
.coinsRefCopyBtn73:hover,.coinsRefCopyBtn73.refCopied73{background:#1f6045;color:#fff}
/* Buy section */
.coinsBuyGrid73{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.coinsPkgCard73{border:1px solid #dce8df;border-radius:14px;background:linear-gradient(145deg,#fff,#f4f9f5);padding:14px;display:flex;flex-direction:column;gap:6px;align-items:flex-start}
.coinsPkgTop73{display:flex;align-items:baseline;gap:3px}
.coinsPkgTop73 b{font-size:26px;color:#194735;line-height:1}
.coinsPkgTop73 small{font-size:11px;color:#658074;font-weight:700}
.coinsPkgBonus73{font-size:10px;font-weight:800;background:#fff3cd;color:#7a5c00;border-radius:5px;padding:2px 7px}
.coinsPkgLabel73{font-size:11px;color:#7e9a8a;font-weight:700}
.coinsPkgBuyBtn73{margin-top:4px;width:100%;border:0;border-radius:10px;background:#1f6045;color:#fff;padding:8px 0;font-size:12px;font-weight:700;cursor:pointer}
.coinsPkgBuyBtn73:hover{background:#174d38}
.coinsPkgBuyBtn73:disabled{opacity:.5;cursor:default}
/* Info section */
.coinsInfoSection73 .coinsDetails73{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.coinsDetails73 button{min-height:50px;border:1px solid #d5e4db;border-radius:12px;background:#fff;color:#234637;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;font-weight:700;cursor:pointer}
.coinsDetails73 button:hover{background:#f4faf6;border-color:#b8d3c4}
.coinsDetails73 button svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.8}
/* Spinner and empty state */
.coinsSpinner73,.coinsEmpty73{color:#7e9a8a;font-size:13px;padding:12px 0}
/* Buy confirmation dialog */
.coinsBuyPanel73{width:min(92vw,460px);border:1px solid #d7e2db;border-radius:22px;background:#fff;padding:24px;box-shadow:0 20px 52px rgba(10,41,29,.26)}
.coinsBuyPanel73 header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.coinsBuyPanel73 h3{margin:0;color:#1a3e2e;font-size:22px}
.coinsBuyPanel73 header button{width:34px;height:34px;border:0;border-radius:50%;background:#edf5ef;color:#1f6045;font-size:20px;cursor:pointer}
.coinsBuyHero73{text-align:center;padding:18px;background:linear-gradient(135deg,#0e2f22,#1b5e3e);border-radius:16px;margin-bottom:16px}
.coinsBuyHero73 b{display:block;font-size:38px;color:#fff;line-height:1}
.coinsBuyHero73 big{display:block;font-size:22px;color:#e4c76f;margin-top:4px;font-weight:800}
.coinsBuyBonusBadge73{display:inline-block;margin-top:6px;font-size:11px;font-weight:700;background:#e4c76f;color:#3a2900;border-radius:6px;padding:2px 8px}
.coinsBuyInfo73{margin:0 0 14px;color:#4f665c;font-size:13px;line-height:1.6}
.coinsBuyRef73{border:1px solid #d5e4db;border-radius:12px;background:#f5faf7;padding:12px 14px;margin-bottom:14px}
.coinsBuyRef73 small{display:block;font-size:10px;font-weight:800;letter-spacing:.12em;color:#287653;margin-bottom:4px}
.coinsBuyRef73 b{font-size:16px;color:#1a3e2e;font-family:monospace;letter-spacing:.08em}
.coinsBuyEmailBtn73{display:block;text-align:center;border:0;border-radius:12px;background:#1f6045;color:#fff;padding:12px;font-size:14px;font-weight:700;text-decoration:none;margin-bottom:8px}
.coinsBuyEmailBtn73:hover{background:#174d38}
.coinsBuyDoneBtn73{display:block;width:100%;border:1px solid #d0e2d6;border-radius:12px;background:#fff;color:#1a3e2e;padding:10px;font-size:13px;font-weight:700;cursor:pointer}
.coinsDetailPanel73{width:min(92vw,520px);border:1px solid #d7e2db;border-radius:20px;background:#fff;padding:22px;box-shadow:0 20px 50px rgba(10,41,29,.24)}
.coinsDetailPanel73 header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.coinsDetailPanel73 h3{margin:0;color:#1a3e2e;font-size:24px}
.coinsDetailPanel73 header button{width:34px;height:34px;border:0;border-radius:50%;background:#edf5ef;color:#1f6045;font-size:20px;cursor:pointer}
.coinsDetailPanel73 p{margin:12px 0 0;color:#4f665c;line-height:1.65}
.coinsDetailPanel73 footer{margin-top:16px}
.coinsDetailPanel73 footer button{min-height:38px;border:0;border-radius:10px;background:#1f684a;color:#fff;padding:0 14px;font-weight:700}

/* Standalone panel dialog */
.standalonePanelDialog73{border:0;padding:0;background:transparent}
.standalonePanelDialog73::backdrop{background:rgba(4,23,17,.65);backdrop-filter:blur(4px)}
.standalonePanelContent73{width:min(94vw,580px);max-height:90vh;overflow-y:auto;border:1px solid #d7e2db;border-radius:24px;background:#fff;padding:0;box-shadow:0 28px 72px rgba(10,41,29,.3)}
.spHeader73{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:26px 26px 18px;background:linear-gradient(135deg,#0e2f22,#1b5e3e);border-radius:24px 24px 0 0;color:#fff}
.spIcon73{display:block;font-size:30px;margin-bottom:8px}
.spHeader73 h2{margin:0 0 6px;font-size:26px;letter-spacing:-.02em}
.spHeader73 p{margin:0;color:#b8d4c5;font-size:13px;line-height:1.5;max-width:400px}
.spCloseBtn73{width:36px;height:36px;flex-shrink:0;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:22px;cursor:pointer}
.spCloseBtn73:hover{background:rgba(255,255,255,.25)}
.spBody73{padding:20px 24px;display:flex;flex-direction:column;gap:18px}
.spSection73{display:flex;flex-direction:column;gap:10px}
.spSectionHead73{margin:0 0 4px;font-size:10px;font-weight:800;letter-spacing:.14em;color:#287653;text-transform:uppercase}
.spItem73{display:flex;align-items:flex-start;gap:13px;border:1px solid #e5ede8;border-radius:14px;padding:13px 15px;background:#fafcfb}
.spItemIcon73{font-size:20px;flex-shrink:0;margin-top:1px}
.spItem73 b{display:block;font-size:13px;color:#1a3e2e;font-weight:800;margin-bottom:3px}
.spItem73 small{display:block;color:#6a837a;font-size:12px;line-height:1.55}
.spFooter73{display:flex;gap:10px;padding:0 24px 22px;flex-wrap:wrap}
.spCtaBtn73{flex:1;min-height:44px;border:0;border-radius:12px;background:#1f6045;color:#fff;font-size:14px;font-weight:700;cursor:pointer}
.spCtaBtn73:hover{background:#174d38}
.spDoneBtn73{min-height:44px;padding:0 18px;border:1px solid #d0e2d6;border-radius:12px;background:#fff;color:#1a3e2e;font-size:13px;font-weight:700;cursor:pointer}
@media(max-width:560px){.standalonePanelContent73{width:100vw;max-height:100vh;border-radius:20px 20px 0 0}.spHeader73{padding:20px 18px 14px}.spBody73{padding:16px 18px}.spFooter73{padding:0 18px 18px}}
@media(max-width:560px){.coinsBuyGrid73{grid-template-columns:repeat(2,minmax(0,1fr))}.coinsInfoSection73 .coinsDetails73{grid-template-columns:1fr}.coinsCentrePanel73{padding:18px}.coinsCentrePanel73 header h2{font-size:26px}}

/* Mentor marketplace v177 */
.mentorMarketplaceDialog177{width:min(96vw,1180px);max-width:none;border:0;padding:0;background:transparent;color:#153c34}
.mentorMarketplaceDialog177::backdrop{background:#021b1ed9;backdrop-filter:blur(9px)}
.mentorMarketplace177{max-height:92vh;overflow:auto;border:1px solid #d7e6df;border-radius:30px;background:#f5f8f5;box-shadow:0 34px 90px #031c1c70}
.mentorHero177{position:relative;overflow:hidden;padding:24px 32px 30px;background:radial-gradient(circle at 83% 20%,#d3ae4c2b 0 13%,transparent 14%),linear-gradient(125deg,#062f35 0%,#0b5552 62%,#166b5d 100%);color:#fff}
.mentorHero177:after{content:"";position:absolute;right:-60px;bottom:-130px;width:300px;height:300px;border:1px solid #ffffff1f;border-radius:50%;box-shadow:0 0 0 38px #ffffff08,0 0 0 78px #ffffff05;pointer-events:none}
.mentorHeroTop177{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:20px}.mentorHeroTop177>span,.mentorEyebrow177{margin:0;color:#efd078;font-size:10px;font-weight:900;letter-spacing:.2em}.mentorHeroTop177 button{width:40px;height:40px;border:1px solid #ffffff2b;border-radius:50%;background:#ffffff12;color:#fff;font-size:25px;line-height:1;cursor:pointer}.mentorHeroTop177 button:hover{background:#ffffff24}
.mentorHeroCopy177{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(310px,.8fr);align-items:end;gap:42px;margin-top:34px}.mentorHeroCopy177 h2{max-width:650px;margin:8px 0 12px;color:#fff;font-size:clamp(32px,4vw,52px);line-height:1.02;letter-spacing:-.045em}.mentorHeroCopy177>div>p:last-child{max-width:660px;margin:0;color:#d8e9e5;font-size:15px;line-height:1.7}.mentorHeroProof177{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid #ffffff1c;border-radius:17px;background:#ffffff16}.mentorHeroProof177 div{padding:17px 14px;background:#062c2e80}.mentorHeroProof177 b,.mentorHeroProof177 small{display:block}.mentorHeroProof177 b{color:#fff;font-size:18px}.mentorHeroProof177 small{margin-top:3px;color:#bcd8d3;font-size:10px;line-height:1.35}
.mentorToolbar177{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 26px;border-bottom:1px solid #dce8e2;background:#fff}.mentorToolbar177 label{position:relative;flex:1;max-width:390px}.mentorToolbar177 input{width:100%;height:45px;border:1px solid #d7e4de;border-radius:13px;background:#f7faf8;padding:0 14px 0 42px;color:#173f35;font:inherit}.mentorToolbar177 input:focus{outline:2px solid #bd9a3d55;border-color:#a98731}.mentorSearchIcon177{position:absolute;left:14px;top:50%;width:18px;height:18px;color:#55776d;transform:translateY(-50%)}.mentorSearchIcon177 svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8}.mentorFilters177{display:flex;gap:7px;overflow-x:auto}.mentorFilters177 button{white-space:nowrap;border:1px solid #d9e5df;border-radius:999px;background:#fff;padding:10px 14px;color:#4b6d63;font-size:12px;font-weight:800;cursor:pointer}.mentorFilters177 button:hover,.mentorFilters177 button.active{border-color:#0d5a50;background:#0d5a50;color:#fff}
.mentorBody177{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:24px;padding:26px}.mentorResultsHead177{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:18px}.mentorResultsHead177 p,.mentorGuide177 section>p{margin:0 0 5px;color:#39796c;font-size:9px;font-weight:900;letter-spacing:.18em}.mentorResultsHead177 h3{margin:0;color:#143d34;font-size:25px;letter-spacing:-.025em}.mentorResultsHead177>span{color:#6b817a;font-size:12px;font-weight:700}.mentorGrid177{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.mentorCard177{position:relative;display:flex;min-width:0;flex-direction:column;border:1px solid #d8e6df;border-radius:21px;background:#fff;padding:18px;box-shadow:0 10px 28px #123d3210;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mentorCard177:hover{border-color:#c6a852;box-shadow:0 17px 38px #123d321b;transform:translateY(-3px)}.mentorCardTop177{display:flex;align-items:center;justify-content:space-between;gap:10px}.mentorAvatar177{display:grid;width:50px;height:50px;place-items:center;border-radius:16px;background:linear-gradient(145deg,#0c5c53,#0c3b3e);color:#f1d27a;font-size:16px;font-weight:900;letter-spacing:.05em}.mentorVerified177{border-radius:999px;background:#e8f6ef;padding:6px 9px;color:#1d7254;font-size:10px;font-weight:900}.mentorCardTitle177{margin-top:14px}.mentorCardTitle177 h4{overflow-wrap:anywhere;margin:0 0 4px;color:#143d34;font-size:18px}.mentorCardTitle177>span{color:#6d817b;font-size:11px}.mentorRating177{display:flex;align-items:center;gap:8px;margin-top:11px}.mentorRating177 b{color:#a57612;font-size:12px}.mentorRating177 small{color:#82928d;font-size:10px}.mentorBio177{display:-webkit-box;overflow:hidden;min-height:60px;margin:12px 0;color:#597168;font-size:12px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.mentorTags177{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.mentorTags177 span{border-radius:8px;background:#eff5f1;padding:6px 8px;color:#38675a;font-size:9px;font-weight:800}.mentorCardFoot177{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid #e5ede9}.mentorCardFoot177 small,.mentorCardFoot177 b{display:block}.mentorCardFoot177 small{color:#82928d;font-size:8px;font-weight:900;letter-spacing:.12em}.mentorCardFoot177 b{margin-top:2px;color:#153f35;font-size:15px}.mentorCardFoot177 button,.mentorEmpty177 button{border:0;border-radius:10px;background:#0d5a50;padding:10px 13px;color:#fff;font-size:11px;font-weight:800;cursor:pointer}.mentorProfile177{margin-top:14px;border-radius:13px;background:#f3f7f4;padding:12px}.mentorProfile177 p{display:grid;grid-template-columns:72px 1fr;gap:8px;margin:0;color:#587168;font-size:10px;line-height:1.5}.mentorProfile177 p+p{margin-top:8px}.mentorProfile177 b{color:#214c41}
.mentorGuide177{display:flex;flex-direction:column;gap:14px}.mentorGuide177>section{border:1px solid #d8e6df;border-radius:19px;background:#fff;padding:18px}.mentorGuide177 ol{display:flex;flex-direction:column;gap:16px;margin:15px 0 0;padding:0;list-style:none}.mentorGuide177 li{display:flex;gap:11px}.mentorGuide177 li>i{display:grid;width:27px;height:27px;flex:0 0 27px;place-items:center;border-radius:9px;background:#e9f3ee;color:#0d5a50;font-size:11px;font-style:normal;font-weight:900}.mentorGuide177 li b,.mentorGuide177 li small{display:block}.mentorGuide177 li b{color:#21483e;font-size:12px}.mentorGuide177 li small{margin-top:3px;color:#758780;font-size:10px;line-height:1.45}.mentorTopics177 div{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.mentorTopics177 span{border:1px solid #dbe7e1;border-radius:9px;padding:7px 8px;color:#4d6d63;font-size:9px;font-weight:800}.mentorGuide177 .mentorSafety177{display:flex;gap:11px;border-color:#e5d7aa;background:#fffaf0}.mentorSafety177>span{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:50%;background:#ecd078;color:#1c4c42;font-weight:900}.mentorSafety177 b,.mentorSafety177 small{display:block}.mentorSafety177 b{color:#614d19;font-size:12px}.mentorSafety177 small{margin-top:4px;color:#776c4c;font-size:10px;line-height:1.5}.mentorMatch177{min-height:47px;border:0;border-radius:13px;background:#c8a545;color:#fff;font-size:12px;font-weight:900;cursor:pointer}.mentorMatch177:hover{background:#ad8a2e}
.mentorLoading177,.mentorEmpty177{grid-column:1/-1;display:grid;min-height:280px;place-items:center;align-content:center;border:1px dashed #cadbd3;border-radius:21px;background:#fff;text-align:center}.mentorLoading177 i{width:28px;height:28px;border:3px solid #d8e7e0;border-top-color:#0d5a50;border-radius:50%;animation:mentorSpin177 .8s linear infinite}.mentorLoading177 p{margin:12px 0 0;color:#6a8178;font-size:12px}.mentorEmpty177{padding:40px}.mentorEmpty177>span{display:grid;width:54px;height:54px;place-items:center;border-radius:18px;background:#eaf3ef;color:#0d5a50;font-size:24px}.mentorEmpty177 h4{margin:14px 0 6px;color:#173f35;font-size:20px}.mentorEmpty177 p{max-width:500px;margin:0 0 18px;color:#667e75;font-size:12px;line-height:1.65}@keyframes mentorSpin177{to{transform:rotate(360deg)}}
@media(max-width:900px){.mentorMarketplaceDialog177{width:96vw}.mentorHeroCopy177{grid-template-columns:1fr}.mentorHeroProof177{max-width:520px}.mentorBody177{grid-template-columns:1fr}.mentorGuide177{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.mentorGuide177 .mentorSafety177,.mentorGuide177 .mentorMatch177{grid-column:1/-1}.mentorToolbar177{align-items:stretch;flex-direction:column}.mentorToolbar177 label{max-width:none}}
@media(max-width:620px){.mentorMarketplaceDialog177{width:100vw;margin:auto 0 0}.mentorMarketplace177{max-height:96vh;border-radius:23px 23px 0 0}.mentorHero177{padding:20px 18px 24px}.mentorHeroCopy177{gap:24px;margin-top:24px}.mentorHeroCopy177 h2{font-size:34px}.mentorHeroProof177{grid-template-columns:1fr}.mentorHeroProof177 div{padding:11px 13px}.mentorToolbar177{padding:15px}.mentorFilters177{padding-bottom:2px}.mentorBody177{padding:18px 15px}.mentorGrid177,.mentorGuide177{grid-template-columns:1fr}.mentorGuide177 .mentorSafety177,.mentorGuide177 .mentorMatch177{grid-column:auto}.mentorResultsHead177{align-items:flex-start;flex-direction:column}.mentorCard177{padding:16px}}
@media(prefers-reduced-motion:reduce){.mentorCard177{transition:none}.mentorLoading177 i{animation:none}}

.dashboardCarousel73{
  min-height:210px;
  border-radius:20px;
  border:1px solid rgba(213,178,79,.45);
  background:linear-gradient(125deg,#10291f 0%,#174934 72%,#226447 100%);
  color:#fff;
  padding:24px;
  box-shadow:0 14px 32px rgba(15,45,32,.14);
  display:grid;
  align-content:space-between;
  gap:18px;
  overflow:hidden;
}
.dashboardCarousel73:focus-visible{outline:3px solid #d5b24f;outline-offset:3px}
.carouselStage73{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.carouselCopy73{max-width:760px}
.carouselCopy73>span{color:#e4c56e;font-size:11px;letter-spacing:.14em;font-weight:800;text-transform:uppercase}
.carouselCopy73 h3{margin:8px 0 6px;font-size:clamp(23px,2.4vw,34px);line-height:1.12}
.carouselCopy73 p{margin:0;color:#cfe0d5;line-height:1.55}
.carouselCopy73 small{display:block;margin-top:10px;color:#a9c1b3}
.carouselStage73>button{flex:none;border:0;border-radius:12px;background:#d5b24f;color:#2b240f;padding:12px 16px;font-weight:800;display:flex;align-items:center;gap:7px;cursor:pointer}
.carouselStage73>button svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8}
.carouselFooter73{display:flex;align-items:center;justify-content:space-between;gap:14px}
.carouselDots73,.carouselControls73{display:flex;align-items:center;gap:8px}
.carouselDots73 button{width:9px;height:9px;border:0;border-radius:999px;background:#ffffff55;padding:0;cursor:pointer}
.carouselDots73 button.active{width:28px;background:#d5b24f}
.carouselControls73 button{width:38px;height:38px;border:1px solid #ffffff38;border-radius:50%;background:#ffffff12;color:#fff;font-size:18px;cursor:pointer}
.carouselControls73 button:hover{background:#ffffff25}
.sideNavItem73:focus-visible,.icon73:focus-visible,.drawerLink73:focus-visible,.drawerSignOut73:focus-visible,.carouselStage73 button:focus-visible,.carouselDots73 button:focus-visible,.carouselControls73 button:focus-visible{outline:3px solid #d5b24f;outline-offset:2px}

.notificationWrap102{position:relative}.notificationBell102{position:relative}.notificationBell102>span{position:absolute;right:-3px;top:-4px;min-width:18px;height:18px;border:2px solid #fff;border-radius:99px;background:#c83f3f;color:#fff;display:grid;place-items:center;padding:0 4px;font-size:9px;font-weight:900}.notificationMenu102{position:absolute;right:0;top:52px;z-index:300;width:min(390px,calc(100vw - 24px));max-height:min(620px,calc(100vh - 90px));overflow:auto;border:1px solid #dce7df;border-radius:18px;background:#fff;color:#18382a;box-shadow:0 24px 58px rgba(8,31,20,.24)}.notificationMenu102[hidden]{display:none}.notificationMenu102>header{position:static;height:auto;padding:16px 17px;border:0;border-bottom:1px solid #e5ece7;background:#f8fbf9;display:flex;align-items:center;justify-content:space-between}.notificationMenu102 header small{color:#6f8b7d;font-size:9px;letter-spacing:.13em;font-weight:800}.notificationMenu102 header h2{margin:4px 0 0;font-size:20px}.notificationMenu102 header button{width:auto;height:auto;border:0;background:transparent;color:#237550;font-size:11px;font-weight:800}.notificationList102{display:grid}.notificationItem102{width:100%;border:0;border-bottom:1px solid #e9efeb;background:#fff;color:#1a3c2c;padding:14px 16px;display:grid;grid-template-columns:15px minmax(0,1fr);gap:10px;text-align:left}.notificationItem102:hover{background:#f5faf6}.notificationItem102.unread{background:#eef8f1}.notificationItem102>i{color:#2a9667;font-size:9px;font-style:normal;margin-top:4px}.notificationItem102 b,.notificationItem102 small,.notificationItem102 time{display:block}.notificationItem102 b{font-size:13px}.notificationItem102 small{margin-top:4px;color:#6e8177;font-size:11px;line-height:1.45}.notificationItem102 time{margin-top:7px;color:#91a299;font-size:9px}.notificationEmpty102{text-align:center;padding:28px 20px}.notificationEmpty102 p{margin:6px 0 0;color:#71847a;font-size:12px}.notificationAll102{width:100%;min-height:46px;border:0;background:#173e2d;color:#fff;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.notificationAll102 svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}

/* The dashboard already supplies its own desktop navigation. Keep the legacy five-item bar mobile-only. */
#appShell>nav{display:none!important}

@media(max-width:1279px){
  .dashboardLayout73{grid-template-columns:260px minmax(0,1fr)}
  .floatingZibur73{right:22px}
  body:has(#home.dashboard73-active) .ziburFloatPanel{right:18px}
  .mainHeader73 h1{font-size:21px}
  .welcomeInner73 h2{font-size:44px}
  .welcomePathway73{font-size:14px}
  .panelHead73 h3{font-size:18px}
  .panelHead73 button{font-size:14px}
  .statCard73 b{font-size:40px}
}

@media(max-width:1090px){
  .dashboardLayout73{grid-template-columns:1fr}
  .sidebar73{display:none}
  .mission73.dashboardShell73{width:calc(100% - 14px);margin:8px auto 112px}
  #appShell>nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:none!important;height:auto!important;margin:0!important;transform:none!important;padding:8px max(6px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left))!important;gap:3px!important;border-radius:18px 18px 0 0!important;box-shadow:0 -10px 30px rgba(13,43,29,.13)!important}
  #appShell>nav .nav{min-width:0!important;width:100%!important;min-height:52px!important;padding:6px 2px!important;border-radius:12px!important;display:grid!important;place-items:center!important;align-content:center!important;gap:2px!important;font-size:19px!important}
  #appShell>nav .nav small{font-size:9px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}
  #appShell>nav .nav.active{background:#e7f3ea!important;color:#176746!important}
  .mainArea73{border-radius:18px}
  .mainHeader73{padding:10px 12px;position:sticky;top:0;z-index:20}
  .mainHeader73 p{font-size:10px}
  .mainHeader73 h1{font-size:22px}
  .searchWrap73{width:210px}
  .mobileMenuBtn73{display:grid}
  .drawerAdvert73{display:block;margin:14px 0 max(8px,env(safe-area-inset-bottom));min-height:112px;padding:14px}
  .drawerAdvert73>button{min-height:44px;width:100%;justify-content:space-between}
  .dashboardContent73{padding:10px 10px 20px;gap:10px}
  .welcomeCard73{min-height:220px;border-radius:20px}
  .welcomeInner73{max-width:100%;padding:16px 16px 18px}
  .welcomeNurse73{width:100%;opacity:.8;background-position:62% center}
  .welcomeDate73{font-size:11px}
  .welcomeInner73 h2{font-size:34px}
  .welcomePathway73{font-size:17px}
  .readinessCopy73 b{font-size:14px}
  .readinessCopy73 small{font-size:11px}
  .premiumBadge73{right:12px;top:12px}
  .destinationFlagBadge73{width:44px;height:44px;padding:0;font-size:25px}
  .statsRow73{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .statCard73{min-height:146px;padding:14px}
  .statCard73 small,.statCard73 span,.statCard73 em{font-size:12px}
  .statCard73 b{font-size:30px}
  .secondaryGrid73{grid-template-columns:1fr;gap:10px}
  .quickGrid73{grid-template-columns:repeat(2,minmax(0,1fr))}
  .floatingZibur73{right:16px;bottom:92px}
  .panelHead73 h3{font-size:21px}
  .panelHead73 button{font-size:16px}
  .nextStep73 b{font-size:16px}
  .nextStep73 small,.focusRow73 span{font-size:13px}
}

@media(max-width:640px){
  .mainHeader73 [data-theme-toggle]{display:none}
  .searchWrap73{display:none}
  .coinBalance104{padding:0 10px}.coinBalance104 small{display:none}
  .carouselStage73{display:grid;gap:15px}
  .carouselStage73>button{width:max-content}
  .dashboardCarousel73{padding:19px;min-height:240px}
  .quickGrid73{grid-template-columns:1fr}
  .quickGrid73>button:last-child:nth-child(odd){grid-column:auto}
  .quickGrid73>button{position:relative;isolation:isolate;overflow:hidden;min-height:132px;grid-template-columns:48px minmax(0,1fr) 42px;align-items:center;gap:12px;padding:16px;border-color:#d8e4dc;border-radius:17px;background:#f5ead1;box-shadow:0 8px 22px rgba(18,50,35,.1)}
  .quickGrid73>button::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 48%,rgba(255,255,255,.58) 68%,rgba(255,255,255,.08) 100%)}
  .quickGrid73>button:hover{background:#f5ead1}
  .quickActionMedia73{display:block;position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:right center}
  .quickGrid73>button>span,.quickGrid73>button>div,.quickGrid73>button>svg{position:relative;z-index:2}
  .quickGrid73>button>span{width:48px;height:48px;border:1px solid rgba(32,101,73,.1);background:rgba(232,245,237,.92);box-shadow:0 4px 12px rgba(19,62,67,.08)}
  .quickGrid73 b{color:#153b2e;font-size:15px;line-height:1.25}.quickGrid73 small{max-width:220px;color:#52665c;font-size:12px;line-height:1.4}
  .quickGrid73>button>svg{box-sizing:border-box;width:42px;height:42px;padding:12px;border-radius:50%;background:#133e43;stroke:#fff;stroke-width:2.2;box-shadow:0 6px 16px rgba(19,62,67,.24)}
  body.dark .quickGrid73>button{border-color:#52655d;background:#f5ead1;color:#153b2e}
  .journeyPanel73{padding:15px}
  .journeyHead73{align-items:flex-start}
  .journeyHead73>button{font-size:0}.journeyHead73>button svg{width:18px;height:18px}
  .journeyCurrent73{grid-template-columns:46px minmax(0,1fr);padding:15px}.journeyCurrentMarker73{width:42px;height:42px}.journeyCurrent73>button{grid-column:2;justify-self:start}
  .journeyStep73{grid-template-columns:30px minmax(0,1fr);align-items:start}
  .journeyStep73>button{grid-column:2;justify-self:start;min-width:0}
  .nextStep73{grid-template-columns:1fr;align-items:start}
  .nextActionBtn73{justify-self:start}
  .nextIcon73{display:none}
  .recommendedPanel73{padding:16px}
  .recommendedHead73{gap:12px;align-items:flex-start}
  .recommendedHead73 h3{font-size:18px}
  .recommendedHead73 button{min-height:38px;padding:0 13px}
  .studyPlanCard73{min-height:120px;padding:16px;gap:12px}
  .studyPlanCopy73 b{font-size:17px}
  .studyPlanSpark73{display:grid;width:44px;height:44px}
  .coinsCentrePanel73{padding:18px}
  .coinsCentrePanel73 header h2{font-size:26px}
  .coinsDetails73{grid-template-columns:1fr}
  .floatingZibur73{width:50px;height:50px;min-height:50px;padding:0;justify-content:center}
  .floatingZibur73 span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
  .notificationMenu102{position:fixed;right:10px;top:70px;width:calc(100vw - 20px);max-height:calc(100vh - 160px)}
}

@media(prefers-reduced-motion:reduce){.drawerBackdrop73,.drawer73,.statCard73{transition:none!important}.dashboardCarousel73 *{scroll-behavior:auto!important}}

/* Verified study streak and private learner standings */
.streakStat245{cursor:pointer}
.streakStat245:focus-visible{outline:3px solid #e0b94e;outline-offset:3px}
.studyStreakDialog245{
  width:min(1540px,calc(100vw - 28px));max-width:none;height:calc(100dvh - 28px);max-height:none;
  margin:auto;padding:0;border:0;border-radius:30px;background:#f6f7f1;color:#092f2d;
  box-shadow:0 36px 100px rgba(1,35,33,.3);overflow:hidden
}
.studyStreakDialog245::backdrop{background:rgba(2,25,24,.72);backdrop-filter:blur(10px)}
.studyStreakPanel245{display:flex;height:100%;max-height:none;flex-direction:column}
.studyStreakPanel245>header{
  min-height:82px;padding:16px 24px;display:flex;align-items:center;gap:13px;
  color:#fff;background:#073f3d;border-bottom:1px solid rgba(255,255,255,.12)
}
.studyStreakPanel245>header>div:nth-child(2){display:grid;gap:2px}
.studyStreakPanel245>header span{font-size:10px;font-weight:900;letter-spacing:.17em;color:#e8c765}
.studyStreakPanel245>header b{font:700 25px/1.05 Georgia,serif}
.studyStreakPanel245>header button{
  margin-left:auto;width:46px;height:46px;border:1px solid rgba(255,255,255,.25);
  border-radius:15px;background:rgba(255,255,255,.08);color:#fff;font-size:27px;cursor:pointer
}
.studyStreakPanel245>header button:hover{background:rgba(255,255,255,.16)}
.studyStreakPanel245>header button:focus-visible,
.studyStreakPanel245>footer button:focus-visible{outline:3px solid #f0ca5f;outline-offset:2px}
.streakMark245{
  width:48px;height:48px;display:grid!important;place-items:center;border-radius:16px;
  background:linear-gradient(145deg,#fff4c7,#e4bd50);font-size:24px;box-shadow:0 9px 20px rgba(0,0,0,.16)
}
.studyStreakPanel245>main{
  width:100%!important;max-width:none!important;margin:0!important;box-sizing:border-box;
  padding:24px;overflow:auto;flex:1;min-height:0
}
.streakHero245{
  min-height:230px;padding:32px;display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:center;
  color:#fff;border-radius:25px;overflow:hidden;position:relative;
  background:
    radial-gradient(circle at 85% 15%,rgba(230,194,88,.2),transparent 31%),
    linear-gradient(125deg,#073f3d 0%,#0b5e57 60%,#15796b 100%);
  box-shadow:0 18px 42px rgba(8,61,57,.16)
}
.streakHero245:before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.5;
  background-image:
    linear-gradient(90deg,#073f3d 0%,rgba(7,63,61,.94) 31%,rgba(7,63,61,.48) 67%,rgba(7,63,61,.2) 100%),
    image-set(
      url("assets/streak/study-streak-nurse-v247-960.webp") 1x,
      url("assets/streak/study-streak-nurse-v247.webp") 2x
    );
  background-repeat:no-repeat;background-size:cover;background-position:center;
  transform:scale(1.01)
}
.streakHero245:after{
  content:"";position:absolute;right:-75px;bottom:-130px;width:340px;height:340px;
  z-index:1;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 42px rgba(255,255,255,.03)
}
.streakHeroCopy245,.streakRank245{position:relative;z-index:2}
.streakHeroCopy245>span,.streakCalendarSection245>div>span,.streakStandingsHead245 span{
  display:block;font-size:11px;font-weight:900;letter-spacing:.16em;color:#e9c75d
}
.streakHeroCopy245 h2{margin:7px 0 -5px;font:700 clamp(70px,10vw,112px)/.9 Georgia,serif;letter-spacing:-.07em}
.streakHeroCopy245 p{margin:12px 0 7px;font-size:18px;font-weight:800}
.streakHeroCopy245 small{color:#c8dfda;font-size:13px}
.streakRank245{
  min-height:160px;padding:25px;display:flex;flex-direction:column;justify-content:center;
  border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(255,255,255,.1);
  backdrop-filter:blur(8px)
}
.streakRank245 strong{font:700 54px/1 Georgia,serif;color:#fff}
.streakRank245>span:not(.streakPercentile245){margin-top:7px;color:#dcebe7;font-size:14px}
.streakPercentile245{
  align-self:flex-start;margin-top:18px;padding:8px 11px;border-radius:999px;
  color:#063c39!important;background:#f0cf69;font-size:11px!important;font-weight:900
}
.streakMetrics245{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.streakMetrics245 article{
  min-height:122px;padding:20px;border:1px solid #d8e2dc;border-radius:19px;background:#fff;
  box-shadow:0 9px 24px rgba(15,49,38,.05)
}
.streakMetrics245 small{display:block;font-size:10px;font-weight:900;letter-spacing:.13em;color:#50706a}
.streakMetrics245 b{display:block;margin:10px 0 5px;font:700 24px/1.1 Georgia,serif;color:#0a4641}
.streakMetrics245 span{font-size:12px;color:#687d79}
.streakCalendarSection245,.streakStandings245{
  margin-top:14px;padding:22px;border:1px solid #d8e2dc;border-radius:21px;background:#fff
}
.streakCalendarSection245{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:center}
.streakCalendarSection245 p{margin:7px 0 0;color:#657b77;font-size:13px;line-height:1.45}
.streakCalendar245{display:grid;grid-template-columns:repeat(14,minmax(24px,1fr));gap:7px}
.streakDay245{display:grid;justify-items:center;gap:6px;color:#738784;font-size:10px}
.streakDay245 i{width:100%;aspect-ratio:1;border-radius:8px;background:#edf1ed;border:1px solid #dfe7e2}
.streakDay245.active i{background:linear-gradient(145deg,#0d695f,#1c8a76);border-color:#0d695f;box-shadow:0 5px 12px rgba(13,105,95,.22)}
.streakDay245.active small{font-weight:900;color:#0c625a}
.streakStandingsHead245{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:13px}
.streakStandingsHead245 h3{margin:5px 0 0;font:700 23px/1.1 Georgia,serif}
.streakStandingsHead245>small{color:#6a7d79}
.streakStandings245 ol{list-style:none;margin:0;padding:0;display:grid;gap:7px}
.streakStandings245 li{
  min-height:48px;padding:8px 13px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;
  border-radius:13px;background:#f4f7f3;color:#214c47
}
.streakStandings245 li.isYou{background:#e3f2e9;box-shadow:inset 0 0 0 1px #9ccab3}
.streakStandings245 li em{font-style:normal;font-size:12px;font-weight:800;color:#446c66}
.streakPosition245{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#fff;font-weight:900}
.streakEmpty245{grid-template-columns:1fr!important;padding:17px!important}
.streakEmpty245 span{font-size:12px;color:#687d79}
.streakRule245{margin-top:14px;padding:15px 17px;display:grid;gap:4px;border-left:4px solid #ddb844;border-radius:12px;background:#fff8dd}
.streakRule245 b{font-size:13px}.streakRule245 span{font-size:12px;line-height:1.5;color:#5d6d69}
.streakSync245{margin:14px 0 0;padding:12px 14px;border-radius:12px;background:#fff4cf;color:#694f04;font-size:13px}
.studyStreakPanel245>footer{padding:15px 24px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #d8e2dc;background:#fff}
.studyStreakPanel245>footer button{min-height:46px;padding:0 20px;border-radius:13px;font-weight:900;cursor:pointer}
.studyStreakPanel245>footer button:first-child{border:1px solid #073f3d;background:#073f3d;color:#fff}
.studyStreakPanel245>footer button:last-child{border:1px solid #cad8d2;background:#fff;color:#174b47}
.streakLoading245{min-height:440px;display:grid;place-items:center;align-content:center;gap:11px;text-align:center}
.streakLoading245 i{width:46px;height:46px;border:4px solid #d8e7e1;border-top-color:#0b665c;border-radius:50%;animation:streakSpin245 .8s linear infinite}
.streakLoading245 b{font:700 24px Georgia,serif}.streakLoading245 span{color:#677c78}
@keyframes streakSpin245{to{transform:rotate(360deg)}}
@media(min-width:1100px){
  .studyStreakPanel245>header{
    min-height:88px;padding:17px 30px;
    background:
      linear-gradient(90deg,rgba(232,199,101,.08),transparent 38%),
      #073f3d
  }
  .studyStreakPanel245>header b{font-size:29px}
  .studyStreakPanel245>main{
    display:grid;
    grid-template-columns:minmax(0,1.6fr) minmax(370px,.72fr);
    grid-template-areas:
      "hero standings"
      "metrics standings"
      "calendar rule";
    grid-template-rows:auto auto minmax(150px,1fr);
    gap:16px;padding:22px 26px;align-content:stretch
  }
  .streakHero245{
    grid-area:hero;min-height:300px;margin:0;padding:34px 42% 34px 38px;
    display:block
  }
  .streakHero245:before{background-position:center}
  .streakHeroCopy245 h2{font-size:clamp(88px,8vw,132px)}
  .streakHeroCopy245 p{font-size:20px}
  .streakRank245{
    position:absolute;right:26px;bottom:24px;width:min(300px,34%);min-height:126px;padding:18px 20px;
    background:rgba(3,54,51,.72);border-color:rgba(255,255,255,.32)
  }
  .streakRank245 strong{font-size:48px}
  .streakPercentile245{margin-top:10px}
  .streakMetrics245{grid-area:metrics;margin:0;gap:16px}
  .streakMetrics245 article{min-height:136px;padding:22px}
  .streakMetrics245 b{font-size:27px}
  .streakCalendarSection245{
    grid-area:calendar;margin:0;min-height:150px;padding:22px 24px;
    grid-template-columns:minmax(180px,240px) 1fr
  }
  .streakCalendar245{gap:8px}
  .streakStandings245{
    grid-area:standings;margin:0;min-height:0;padding:26px;
    display:flex;flex-direction:column;
    background:
      linear-gradient(180deg,rgba(231,242,235,.7),rgba(255,255,255,0) 180px),
      #fff
  }
  .streakStandingsHead245{margin-bottom:18px}
  .streakStandingsHead245 h3{font-size:28px}
  .streakStandings245 ol{gap:10px;overflow:auto;padding-right:2px}
  .streakStandings245 li{min-height:58px;padding:10px 14px}
  .streakPosition245{width:34px;height:34px;border-radius:11px}
  .streakRule245{
    grid-area:rule;margin:0;padding:20px 21px;align-content:center;
    border:1px solid #ead38b;border-left:5px solid #ddb844;
    background:linear-gradient(135deg,#fff9e2,#fffdf5)
  }
  .streakRule245 b{font:700 19px/1.15 Georgia,serif}
  .streakRule245 span{font-size:13px}
  .streakSync245{grid-column:1/-1;margin:0}
  .studyStreakPanel245>footer{min-height:72px;padding:12px 30px}
  .studyStreakPanel245>footer button{min-height:48px;padding-inline:24px}
}
@media(max-width:720px){
  .studyStreakDialog245{width:100%;height:100dvh;max-height:100dvh;border-radius:0}
  .studyStreakPanel245{height:100dvh;max-height:100dvh}
  .studyStreakPanel245>header{min-height:72px;padding:12px 15px}
  .studyStreakPanel245>main{padding:14px}
  .streakHero245{min-height:270px;padding:24px;grid-template-columns:1fr}
  .streakHero245:before{background-position:64% center;opacity:.5}
  .streakHeroCopy245 h2{font-size:76px}
  .streakRank245{min-height:112px;padding:18px}
  .streakRank245 strong{font-size:42px}
  .streakMetrics245{grid-template-columns:1fr 1fr}
  .streakMetrics245 article:last-child{grid-column:1/-1}
  .streakCalendarSection245{grid-template-columns:1fr;padding:18px}
  .streakCalendar245{gap:4px;overflow-x:auto}
  .streakDay245{min-width:26px}.streakDay245 i{border-radius:6px}
  .streakStandings245{padding:18px}
  .streakStandingsHead245{align-items:start;flex-direction:column}
  .studyStreakPanel245>footer{padding:12px 14px;display:grid;grid-template-columns:1fr}
  .studyStreakPanel245>footer button{width:100%}
}
@media(prefers-reduced-motion:reduce){.streakLoading245 i{animation:none}}
body.dark{--teal:#72c9c0}
