/* Participant dashboard: one landscape, details reached through navigation. */
.explorer-shell{--explorer-ink:#302d36;--explorer-muted:#786f79;--explorer-cream:#f2ece5;display:grid;grid-template-columns:80px minmax(0,1fr);min-height:100svh;background:var(--explorer-cream);color:var(--explorer-ink);padding:12px;max-width:1680px;margin:auto;position:relative}
body:has(.explorer-shell){background:#ebe5df}.explorer-icon{width:22px;height:22px;flex:0 0 22px;vertical-align:middle}.explorer-sr,.explorer-skip:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.explorer-skip:focus{position:fixed;z-index:30;left:100px;top:12px;padding:12px 18px;background:#fff;border-radius:12px}
.explorer-rail{display:flex;flex-direction:column;align-items:center;width:72px;height:calc(100svh - 24px);position:sticky;top:12px;z-index:5;background:#fbf8f1e8;border:1px solid #fff9;border-radius:22px;padding:12px 5px}.explorer-brand{display:block;margin-bottom:24px}.explorer-brand img{display:block;width:60px;height:60px;object-fit:contain;mix-blend-mode:multiply}.explorer-rail nav{display:grid;gap:8px;width:100%}.explorer-rail button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:transparent;color:#766c68;padding:9px 2px;font-size:10px;font-weight:550;border-radius:15px;min-height:57px;width:100%}.explorer-rail button.selected{background:#eadff3;color:#6e4695}.explorer-rail-bottom{width:100%;display:grid;gap:4px;margin-top:auto}.explorer-rail-bottom button{font-size:9px;min-height:48px}
.explorer-main{min-width:0;padding:10px 24px 100px}.explorer-main h1{color:var(--explorer-ink)}.explorer-footer{font-size:11px;text-align:center;color:#8d7c76;margin:35px 0 0}.explorer-dashboard .explorer-main{height:calc(100svh - 24px);min-height:640px;display:flex;flex-direction:column;padding-bottom:86px}.explorer-dashboard #page{flex:1;min-height:0;display:flex;flex-direction:column}.explorer-home{flex:1;min-height:0;display:flex;flex-direction:column}.explorer-greeting{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 8px 12px;flex-shrink:0}.explorer-greeting h1{font-size:clamp(22px,2.4vw,30px);letter-spacing:-1px;margin:4px 0 5px;font-weight:700}.explorer-greeting p{font-size:12px;margin:0;color:var(--explorer-muted)}.explorer-greeting-dot{color:#a9815c}.explorer-account-pill{display:flex;align-items:center;gap:9px;background:#faf7f1;border:1px solid #fff9;color:#736476;border-radius:16px;font-size:12px;max-width:230px}.explorer-account-pill span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explorer-kicker{text-transform:uppercase;font-size:10px;letter-spacing:1.3px;font-weight:750;color:#927167}
.explorer-scene{position:relative;flex:1;min-height:430px;isolation:isolate;border-radius:26px;background:radial-gradient(ellipse at 54% 55%,#e7e1d5 0,transparent 66%);overflow:hidden}.explorer-scene .journey-immersive{position:absolute;inset:0;max-width:none;border:0!important;border-radius:0;margin:0!important;background:transparent!important;box-shadow:none!important;z-index:-1;overflow:visible}.explorer-scene .journey-immersive .world-heading,.explorer-scene .journey-immersive .world-card,.explorer-scene .journey-immersive .world-atmosphere{display:none}.explorer-scene .journey-immersive .world-map{max-width:100%;width:100%;height:100%;margin:0;overflow:visible;display:flex;justify-content:center;align-items:center}.explorer-scene .journey-immersive .world-map svg{width:100%;height:100%;display:block;overflow:visible;mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}.journey-immersive .mountain-terrain{mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 96%,transparent)}.journey-immersive svg>rect{mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 92%,transparent)}
.explorer-glass{background:#fffcf6f2;backdrop-filter:blur(12px);border:1px solid #fffdf7;box-shadow:0 10px 28px #58402b14;border-radius:19px;color:var(--explorer-ink)}.explorer-pass{position:absolute;left:16px;top:14px;width:280px;max-width:29%;display:grid;grid-template-columns:minmax(0,1fr) 72px;overflow:hidden}.explorer-pass>div:first-child{padding:19px 16px 9px}.explorer-pass h2{font-size:20px;letter-spacing:-.6px;line-height:1.18;margin:9px 0 3px;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.explorer-training-link{display:flex;align-items:center;gap:10px;background:transparent;color:#806c5c;font-size:11px;padding:5px 0;min-height:44px}.explorer-training-link .explorer-icon{width:16px;height:16px;flex-basis:16px}.explorer-pass-art{background:linear-gradient(155deg,#b79cc9,#795694);display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.explorer-pass-art:after{content:'';position:absolute;inset:12px 7px;border:1px solid #fff4;border-radius:35px 35px 4px 4px;pointer-events:none}.explorer-pass-art img{width:100%;height:102px;object-fit:contain;position:relative;z-index:1}.explorer-pass-art span{font-size:8px;color:#fff;text-transform:uppercase;letter-spacing:.8px;margin:3px 0 17px;text-align:center;z-index:1}
.explorer-progress{position:absolute;right:16px;top:14px;width:220px;max-width:25%;padding:17px 18px 7px;border-radius:19px;background:linear-gradient(145deg,#3c3645,#282a2c);color:#f9f3ed;box-shadow:0 10px 25px #372c3b29;border:1px solid #ffffff1a}.explorer-card-label{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;font-weight:650}.explorer-card-label>.explorer-icon{color:#d3bb88;width:18px;height:18px;flex-basis:18px}.explorer-progress-value{display:flex;align-items:center;gap:14px;margin:12px 0}.explorer-progress-value>strong{font-size:42px;line-height:1;letter-spacing:-2px;font-weight:600}.explorer-progress-value small{font-size:19px;letter-spacing:0;margin-left:2px}.explorer-progress-value>span{font-size:10px;line-height:1.5;color:#d2c7c2}.explorer-progress progress{display:block;width:100%;height:4px;border:0;border-radius:5px;overflow:hidden;background:#69606c}.explorer-progress progress::-webkit-progress-bar{background:#69606c}.explorer-progress progress::-webkit-progress-value{background:#b3d6bd;border-radius:5px}.explorer-progress progress::-moz-progress-bar{background:#b3d6bd}.explorer-progress-link{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;font-size:11px;padding:8px 0 0;background:transparent;color:#e6dbca}.explorer-progress-link .explorer-icon{width:16px;height:16px;flex-basis:16px}
.explorer-next{position:absolute;bottom:16px;left:16px;width:285px;max-width:29%;padding:18px}.explorer-next h2{font-size:21px;line-height:1.2;letter-spacing:-.6px;margin:9px 0 15px;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.explorer-primary{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#7952a7;border:1px solid #70489d;color:#fff;padding:11px 13px;min-height:46px;width:100%;font-size:12px;font-weight:650;line-height:1.4;border-radius:12px;text-align:left}.explorer-primary>.explorer-icon{width:18px;height:18px;flex-basis:18px}.explorer-route-card{position:absolute;right:16px;bottom:16px;width:235px;max-width:26%;padding:18px 16px 8px}.explorer-shortcut{display:flex;align-items:center;gap:10px;width:100%;min-height:49px;padding:9px 0;border-radius:0;border-bottom:1px solid #e6dccf80;background:transparent;color:#766752;text-align:left;font-size:12px}.explorer-shortcut:last-child{border-bottom:0}.explorer-shortcut span{flex:1}.explorer-shortcut>.explorer-icon{width:18px;height:18px;flex-basis:18px}.explorer-shortcut>.explorer-icon:last-child{width:15px;height:15px;flex-basis:15px}
.explorer-dock{display:flex;align-items:center;justify-content:center;position:fixed;bottom:20px;left:calc(50% + 40px);transform:translateX(-50%);gap:12px;background:#fffaf2f2;backdrop-filter:blur(18px);box-shadow:0 8px 28px #68513a26,0 1px 0 #fff inset;padding:7px 16px;border-radius:23px;border:1px solid #fff;z-index:12}.explorer-dock button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:72px;min-height:54px;padding:7px 10px;background:transparent;color:#7e7167;font-size:10px;font-weight:550;border-radius:15px}.explorer-dock button.selected{color:#7851a3;background:#eee5f6}.explorer-dock .explorer-practice-nav{color:#fff;background:#7953a8;box-shadow:0 5px 13px #6e4a9a22}.explorer-dock .explorer-practice-nav.selected{background:#65408f}.explorer-dock button:focus-visible,.explorer-rail button:focus-visible{outline-color:#8763ac}
.explorer-task-section{padding:10px 0}.explorer-task-section h2{font-size:24px;margin:7px 0;letter-spacing:-.7px}.explorer-task-count{font-size:12px;color:#857369;white-space:nowrap}.explorer-shell .task-card{border:1px solid #e9dfd4;border-radius:20px;background:#fffcf8;padding:23px;box-shadow:0 6px 20px #81695106}.explorer-shell .task-card h3{font-size:22px;color:#403540}.explorer-shell .task-persona{background:#f0eaf5;color:#604977;padding:10px 15px;border-radius:14px}.explorer-shell .task-persona span{color:#79698b}.explorer-shell .task-persona strong{color:#5b4171;font-size:18px}.explorer-shell .task-persona img{width:57px;height:57px;mix-blend-mode:normal;border-radius:12px}.explorer-partner-initial{display:grid!important;place-items:center;width:57px;height:57px;flex:0 0 57px;border-radius:15px;background:#e1d4ed;color:#75528c!important;font-size:26px!important;font-weight:650}.explorer-shell .task-card .module-foot button{background:#f7f1fc;border:1px solid #e6d9ee;color:#71508a;border-radius:12px}.explorer-shell .completed-tasks{border-color:#dfd3c9}.explorer-shell .panel{background:#fffcf8;border-color:#e6dcd4}.explorer-main .module-deadline{color:#514059}.explorer-availability-note{color:#796754;font-size:13px;margin:15px 0;padding:12px 16px;background:#f9f3e9;border-radius:12px}
.explorer-preview-bar{display:flex;flex-wrap:wrap;align-items:center;flex-shrink:0;gap:6px 16px;padding:8px 12px;background:#fffaf3;border:1px dashed #baa885;border-radius:14px;font-size:11px;margin:0 0 10px}.explorer-preview-bar>label{display:flex;align-items:center;gap:8px;font-size:11px;margin:0}.explorer-preview-bar input{width:105px;min-height:30px;padding:0;accent-color:#7953a8}.explorer-preview-bar button{font-size:11px;min-height:34px;padding:5px 10px}.explorer-phone-frame{width:390px;max-width:100%;height:790px;display:block;margin:18px auto 0;border:1px solid #d8c9bc;border-radius:22px;background:#f2ece5}.explorer-embedded{margin:0}
/* The trainer's inline preview is not a viewport; reserve enough space for the scene. */
.participant-hub.explorer-home:not(.explorer-shell .explorer-home){min-height:650px}
@media(max-width:1050px) and (min-width:701px){.explorer-shell{grid-template-columns:70px minmax(0,1fr);padding:8px}.explorer-rail{width:62px}.explorer-brand img{width:50px;height:50px}.explorer-main{padding:10px 8px 95px}.explorer-pass{max-width:29%;grid-template-columns:minmax(0,1fr)}.explorer-pass-art{display:none}.explorer-pass h2{font-size:18px}.explorer-progress{padding:14px 13px 5px}.explorer-progress-value{gap:8px}.explorer-progress-value>strong{font-size:34px}.explorer-next{padding:15px;max-width:30%}.explorer-next h2{font-size:18px}.explorer-route-card{padding:15px 12px 6px;max-width:27%}.explorer-dock{left:calc(50% + 35px)}}
@media(max-width:700px){.explorer-shell{grid-template-columns:46px minmax(0,1fr);padding:6px}.explorer-rail{width:42px;border-radius:15px;top:6px;height:calc(100svh - 90px);min-height:480px;padding:8px 1px}.explorer-brand{margin-bottom:16px}.explorer-brand img{width:38px;height:40px}.explorer-rail nav{gap:5px}.explorer-rail button{font-size:8px;min-height:48px;padding:6px 1px;gap:4px;border-radius:10px}.explorer-rail .explorer-icon{width:18px;height:18px;flex-basis:18px}.explorer-rail-bottom button{font-size:8px;min-height:44px}.explorer-main{padding:8px 0 88px 4px}.explorer-dashboard .explorer-main{height:calc(100svh - 12px);min-height:620px;padding-bottom:78px}.explorer-greeting{margin:2px 6px 8px;gap:8px;min-height:50px}.explorer-greeting h1{font-size:21px;letter-spacing:-.7px;line-height:1.1;margin:0 0 5px}.explorer-greeting p{font-size:10px}.explorer-account-pill{display:none}.explorer-scene{min-height:450px;border-radius:18px}.explorer-scene .journey-immersive .world-map svg{mask-image:none}.explorer-pass{left:5px;top:8px;width:55%;max-width:55%;grid-template-columns:minmax(0,1fr);border-radius:13px}.explorer-pass>div:first-child{padding:12px 12px 3px}.explorer-pass .explorer-kicker{font-size:8px;letter-spacing:.7px}.explorer-pass h2{font-size:16px;line-height:1.15;margin:6px 0 1px;-webkit-line-clamp:2;min-height:36px}.explorer-pass-art{display:none}.explorer-training-link{font-size:10px;min-height:37px;padding:4px 0;gap:8px}.explorer-progress{right:5px;top:8px;width:calc(45% - 20px);max-width:none;padding:11px 10px 1px;border-radius:13px}.explorer-progress .explorer-card-label{font-size:9px;gap:2px}.explorer-progress .explorer-card-label>.explorer-icon{display:none}.explorer-progress-value{margin:8px 0;gap:5px;align-items:center}.explorer-progress-value>strong{font-size:29px;letter-spacing:-1px}.explorer-progress-value small{font-size:12px}.explorer-progress-value>span{font-size:9px;line-height:1.25}.explorer-progress-link{font-size:10px;min-height:37px;padding:4px 0}.explorer-progress-link .explorer-icon{width:13px;height:13px;flex-basis:13px}.explorer-next{left:5px;right:5px;bottom:6px;width:auto;max-width:none;padding:12px;border-radius:15px}.explorer-next .explorer-kicker{font-size:8px;letter-spacing:.8px}.explorer-next h2{font-size:16px;line-height:1.15;letter-spacing:-.3px;margin:5px 0 9px;-webkit-line-clamp:2}.explorer-primary{font-size:11px;min-height:44px;padding:9px 12px}.explorer-route-card{display:none}.explorer-dock{bottom:10px;left:calc(50% + 23px);width:calc(100% - 62px);max-width:510px;gap:0;border-radius:18px;padding:5px 4px}.explorer-dock button{flex:1;min-width:0;min-height:54px;padding:6px 1px;font-size:9px;gap:5px;border-radius:12px}.explorer-dock .explorer-icon{width:20px;height:20px;flex-basis:20px}.explorer-task-section>.panel-head{align-items:flex-start;gap:8px;flex-direction:column}.explorer-task-section h2{font-size:22px}.explorer-shell .task-card{padding:18px;border-radius:18px}.explorer-shell .task-card h3{font-size:21px}.explorer-shell .grid2{grid-template-columns:1fr}.explorer-shell .module-number{font-size:9px}.explorer-shell .task-card-top .badge{white-space:normal;font-size:10px}.explorer-shell .page-heading{padding:0 6px;flex-wrap:wrap}.explorer-shell .page-heading h1{font-size:28px}.explorer-shell .page-heading p{font-size:13px}.explorer-shell .panel{padding:18px}.explorer-shell .practice-layout{grid-template-columns:1fr}.explorer-shell .chat{height:350px}.explorer-shell .practice-layout aside .actions{gap:8px}.explorer-preview-bar{padding:8px;margin:0 3px 8px;font-size:10px;gap:6px}.explorer-footer{font-size:9px}}
@media(prefers-reduced-motion:no-preference){.explorer-dock button,.explorer-rail button{transition:background .15s,color .15s,transform .15s}.explorer-dock button:hover{transform:translateY(-2px)}}
@media(min-width:701px){.explorer-scene .journey-immersive .world-map svg{width:auto;flex:0 0 auto;aspect-ratio:1000 / 1120}}
@media(max-width:360px){.explorer-progress-value{flex-wrap:wrap}.explorer-progress-value>span br{display:none}.explorer-progress-value>span{width:100%}.explorer-greeting h1{font-size:19px}.explorer-pass h2{font-size:15px}}
/* One continuous environment: the artwork sits behind the interface, not in a photo panel. */
.explorer-dashboard{isolation:isolate;background:#eed9c9}.explorer-backdrop{--route-sky:#dbc0c0;--route-horizon:#f3c5a6;--route-ground:#f7d9bf;position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:linear-gradient(180deg,var(--route-sky),var(--route-horizon) 42%,var(--route-ground) 77%)}
.explorer-backdrop:has(.mountain-stage-1){--route-sky:#d0c7d1;--route-horizon:#ebd3c4;--route-ground:#f8dfc7}.explorer-backdrop:has(.mountain-stage-2){--route-sky:#b8cce5;--route-horizon:#e3dce0;--route-ground:#f7e3cd}.explorer-backdrop:has(.mountain-stage-3){--route-sky:#a8c9ee;--route-horizon:#e1e2e3;--route-ground:#f8e9d7}.explorer-backdrop:has(.mountain-stage-4){--route-sky:#9ccafa;--route-horizon:#e1e8ed;--route-ground:#faf0e3}
.explorer-backdrop .journey-immersive{position:absolute;inset:0;margin:0!important;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;overflow:visible}.explorer-backdrop .world-heading,.explorer-backdrop .world-card,.explorer-backdrop .world-atmosphere{display:none!important}.explorer-backdrop .world-map{position:absolute;inset:70px 0 65px 80px;max-width:none!important;width:auto!important;height:auto;margin:0!important;display:flex;justify-content:center;align-items:center;overflow:visible}.explorer-backdrop .world-map svg{width:auto;height:100%;flex:0 0 auto;aspect-ratio:1000 / 1120;overflow:visible;mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent)}.explorer-backdrop svg>rect{display:none}.explorer-backdrop .mountain-terrain{mask-image:linear-gradient(to bottom,transparent,#000 8%,#000 94%,transparent 100%)}
.explorer-dashboard .explorer-home{position:static}.explorer-greeting,.explorer-preview-bar{position:relative;z-index:2}.explorer-scene{background:none;border-radius:0;overflow:visible;isolation:auto;z-index:1}.explorer-glass{background:#fffaf0e8;border-color:#fff9;box-shadow:0 9px 26px #654b2b1a}.explorer-dashboard .explorer-rail{background:#fffaf1cc;backdrop-filter:blur(14px);border-color:#fff8}.explorer-dashboard .explorer-greeting p{color:#544e59}.explorer-home:not(.explorer-shell .explorer-home){position:relative;padding:16px}.explorer-next-short{display:none}
.explorer-phone-sizes{display:flex;flex-wrap:wrap;gap:8px}.explorer-phone-sizes button[aria-pressed=true]{background:#eee4f6;border-color:#a086ba;color:#634383}.explorer-phone-small{width:360px;height:740px}.explorer-phone-large{width:430px;height:850px}
@media(min-width:701px){.explorer-pass{top:5px}.explorer-progress{top:26px}.explorer-next{bottom:10px}.explorer-route-card{bottom:38px}.explorer-backdrop .world-map{inset:100px 0 80px 80px}.explorer-dashboard:has(.explorer-preview-bar) .explorer-backdrop .world-map{top:135px}}
@media(max-width:700px){
 .explorer-shell{grid-template-columns:50px minmax(0,1fr)}.explorer-rail{width:46px;padding-left:0;padding-right:0}.explorer-rail button{width:44px;min-height:48px;font-size:9px;color:#665953}.explorer-rail-bottom button{font-size:9px;min-height:46px}.explorer-main{padding-left:3px}.explorer-dashboard .explorer-main{padding-top:max(8px,env(safe-area-inset-top));padding-bottom:calc(84px + env(safe-area-inset-bottom))}.explorer-greeting{margin-left:5px;min-height:51px}.explorer-greeting p{font-size:11px}.explorer-backdrop .world-map{inset:0;display:block}.explorer-backdrop .world-map svg{position:absolute;left:0;bottom:calc(90px + env(safe-area-inset-bottom));width:112%;height:auto;max-width:none;aspect-ratio:1000 / 1120;mask-image:none}.explorer-backdrop .mountain-terrain{mask-image:linear-gradient(to bottom,transparent,#000 8%,#000 94%,transparent 100%)}
 .explorer-pass{top:4px;left:4px;width:52%;max-width:52%}.explorer-pass>div:first-child{padding:12px 11px 2px}.explorer-pass h2{font-size:16px}.explorer-pass .explorer-kicker{font-size:9px}.explorer-training-link{font-size:11px;min-height:44px;width:100%;color:#685544}.explorer-progress{top:0;right:4px;width:calc(48% - 16px);padding:11px 10px 0}.explorer-progress .explorer-card-label{font-size:10px}.explorer-progress-value{flex-wrap:nowrap;gap:5px;margin:7px 0}.explorer-progress-value>strong{font-size:28px}.explorer-progress-value>span{font-size:9px;width:auto}.explorer-progress-link{min-height:44px;font-size:11px}.explorer-next{bottom:6px;left:4px;right:auto;width:57%;max-width:220px;padding:13px;border-radius:16px}.explorer-next .explorer-kicker{font-size:9px}.explorer-next h2{font-size:16px;-webkit-line-clamp:3;margin-bottom:10px}.explorer-primary{min-height:48px;font-size:13px;padding:10px 11px}.explorer-next-full{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.explorer-next-short{display:inline}.explorer-next .explorer-primary .explorer-icon{width:16px;height:16px;flex-basis:16px}
 .explorer-dock{left:50%;width:calc(100% - 20px);bottom:calc(9px + env(safe-area-inset-bottom));padding:5px;gap:1px}.explorer-dock button{min-height:56px;min-width:44px;font-size:10px;color:#6c5e54}.explorer-dock .explorer-practice-nav{color:#fff}.explorer-detail .explorer-main{padding-bottom:calc(100px + env(safe-area-inset-bottom))}.explorer-shell input:not([type=range]),.explorer-shell select,.explorer-shell textarea{font-size:16px}.explorer-shell .task-card .module-foot button{min-height:48px;width:100%}.explorer-shell .task-card p,.explorer-shell .page-heading p{font-size:15px}.explorer-shell .task-card-top .badge{font-size:11px}.explorer-shell .module-number{font-size:10px}.explorer-shell .page-heading button{min-height:44px}.explorer-shell .explorer-task-count{font-size:13px}
 body:has(.explorer-shell) dialog{max-width:calc(100vw - 20px);width:calc(100vw - 20px);max-height:calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));padding:54px 20px 24px;border-radius:23px;background:#fffcf7}body:has(.explorer-shell) dialog .close{position:sticky;top:-44px;float:right;margin:-44px -9px 0 0;width:44px;min-height:44px;background:#f5ede4;border-radius:50%;z-index:3;color:#685969}body:has(.explorer-shell) dialog p{font-size:15px}body:has(.explorer-shell) dialog input,body:has(.explorer-shell) dialog textarea,body:has(.explorer-shell) dialog select{font-size:16px}body:has(.explorer-shell) dialog button{min-height:44px}body:has(.explorer-shell) #toast{bottom:calc(92px + env(safe-area-inset-bottom))}
}

/* Immersive participant start: the route is the interface. */
.explorer-dashboard{display:block;max-width:none;margin:0;padding:0;background:#d9c1ae;overflow:hidden}
.explorer-dashboard .explorer-rail{display:none}
.explorer-dashboard .explorer-main{height:100svh;min-height:650px;padding:0 0 92px}
.explorer-dashboard .explorer-home,.explorer-dashboard #page{height:100%;min-height:0}
.explorer-dashboard .explorer-backdrop:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,250,245,.34) 0,rgba(255,250,245,0) 31%,rgba(27,16,34,0) 58%,rgba(29,17,32,.43) 100%);z-index:2}
.explorer-dashboard .explorer-backdrop .world-map{inset:0;display:flex}
.explorer-dashboard .explorer-backdrop .world-map svg{width:auto;height:100%;min-width:100%;mask-image:none}
.explorer-dashboard .explorer-backdrop .mountain-terrain{mask-image:none}
.explorer-dashboard .explorer-backdrop .mountain-milestone{display:none}
.explorer-dashboard .explorer-backdrop .world-mascot{transform-box:fill-box;transform-origin:center bottom;transform:scale(1.55)}
.explorer-dashboard .explorer-backdrop .mountain-stage-0 .world-mascot{transform:translate(-110px,-85px) scale(2.25)}
.explorer-hero-head{position:absolute;z-index:4;inset:0 0 auto;color:#17132f;pointer-events:none}
.explorer-hero-top{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 24px}
.explorer-hero-top>*{pointer-events:auto}
.explorer-hero-brand{display:block;width:132px;height:68px;overflow:hidden}
.explorer-hero-brand img{display:block;width:132px;height:84px;object-fit:contain;object-position:center;mix-blend-mode:multiply;transform:translateY(-8px)}
.explorer-menu{display:flex;align-items:center;gap:10px;padding:10px 13px;min-height:44px;border-radius:15px;background:rgba(255,250,246,.72);backdrop-filter:blur(12px);color:#211b3b;font-size:12px;box-shadow:0 3px 14px rgba(45,28,56,.08)}
.explorer-menu .explorer-icon{width:20px;height:20px}
.explorer-hero-copy{padding:18px 30px 0;max-width:620px}
.explorer-hero-copy h1{font-size:clamp(40px,5vw,72px);line-height:.96;letter-spacing:-3px;margin:0;color:#17122f;text-wrap:balance}
.explorer-hero-copy p{font-size:clamp(17px,1.7vw,24px);line-height:1.35;margin:14px 0 0;color:#28213d}
.explorer-dashboard .explorer-scene{position:relative;flex:1;min-height:0;height:100%;z-index:3}
.explorer-route-status{position:absolute;top:92px;right:26px;display:grid;gap:10px;width:min(280px,24vw)}
.explorer-route-chip{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:58px;padding:10px 14px;border-radius:16px;background:rgba(255,250,244,.82);border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(14px);color:#31283d;text-align:left;box-shadow:0 7px 22px rgba(54,39,43,.12)}
.explorer-route-chip span{min-width:0}.explorer-route-chip small,.explorer-route-chip span{display:block;font-size:10px;line-height:1.25;color:#6d6071}.explorer-route-chip strong{display:block;font-size:14px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explorer-route-progress strong{font-size:23px;color:#6f35bd}.explorer-route-progress span{text-align:right}
.explorer-waypoints{position:absolute;z-index:2;right:14%;top:47%;display:grid;gap:8px;transform:rotate(-1deg)}
.explorer-waypoints span{display:block;min-width:128px;padding:8px 16px;background:linear-gradient(175deg,#6c432c,#49301f);border:2px solid #8c6243;border-radius:3px;color:#fff7e9;text-align:center;font-size:12px;line-height:1.15;box-shadow:0 5px 10px rgba(31,17,11,.3);transform:rotate(1deg)}
.explorer-waypoints span:nth-child(2){transform:translateX(-16px) rotate(-1deg)}.explorer-waypoints span:nth-child(3){transform:translateX(5px) rotate(1.5deg)}
.explorer-dashboard .explorer-next{position:absolute;z-index:4;left:50%;right:auto;bottom:104px;transform:translateX(-50%);width:min(560px,calc(100% - 40px));max-width:none;padding:0;background:transparent;border:0;box-shadow:none;text-align:center;color:#fff}
.explorer-dashboard .explorer-next>.explorer-kicker,.explorer-dashboard .explorer-next h2{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.explorer-dashboard .explorer-primary{display:flex;align-items:center;justify-content:center;gap:14px;width:100%;min-height:56px;padding:13px 24px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:linear-gradient(100deg,#8137d0,#6b2bc0);color:#fff;font-size:16px;font-weight:750;box-shadow:0 12px 30px rgba(47,18,78,.33)}
.explorer-dashboard .explorer-primary .explorer-icon{width:19px;height:19px}.explorer-dashboard .explorer-next-full{display:inline;position:static;width:auto;height:auto;overflow:visible;clip-path:none;white-space:normal}.explorer-dashboard .explorer-next-short{display:none}
.explorer-feature-strip{position:absolute;z-index:4;left:50%;bottom:27px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:min(520px,calc(100% - 40px));min-height:52px;padding:7px 14px;border:1px solid rgba(255,255,255,.66);border-radius:15px;background:rgba(78,55,47,.54);backdrop-filter:blur(12px);box-shadow:0 8px 22px rgba(35,22,31,.2)}
.explorer-feature-strip button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:7px 12px;background:transparent;color:#fff;font-size:12px;flex:1}.explorer-feature-strip .explorer-icon{width:18px;height:18px;flex-basis:18px}.explorer-feature-strip i{color:rgba(255,255,255,.7);font-style:normal}
.explorer-dashboard .explorer-dock{left:50%;bottom:12px;width:auto;transform:translateX(-50%)}
.participant-menu-list{display:grid;gap:9px;margin-top:22px}.participant-menu-list button{display:flex;align-items:center;gap:12px;width:100%;text-align:left}.participant-menu-list button span{flex:1}.participant-menu-list .explorer-icon:last-child{width:17px;height:17px}

@media(max-width:700px){
 .explorer-shell.explorer-detail{grid-template-columns:1fr;padding:6px}.explorer-detail .explorer-rail{display:none}.explorer-detail .explorer-main{padding-left:3px}
 .explorer-dashboard .explorer-main{height:100svh;min-height:620px;padding:0 0 calc(78px + env(safe-area-inset-bottom))}
 .explorer-dashboard .explorer-backdrop .world-map{inset:0;display:block}
 .explorer-dashboard .explorer-backdrop .world-map svg{position:absolute;left:50%;bottom:calc(56px + env(safe-area-inset-bottom));transform:translateX(-50%);width:auto;height:calc(100% - 20px);min-width:0;max-width:none;aspect-ratio:1000 / 1120}
 .explorer-hero-top{padding:max(8px,env(safe-area-inset-top)) 12px 0}
 .explorer-hero-brand{width:122px;height:58px}.explorer-hero-brand img{width:122px;height:78px;transform:translateY(-9px)}
 .explorer-menu{min-height:42px;padding:8px 9px;background:rgba(255,250,246,.62);box-shadow:none}.explorer-menu span{font-size:11px}
 .explorer-hero-copy{padding:8px 15px 0;max-width:355px}
 .explorer-hero-copy h1{font-size:clamp(34px,9.8vw,43px);line-height:.98;letter-spacing:-1.9px}
 .explorer-hero-copy p{font-size:16px;line-height:1.35;margin-top:9px}
 .explorer-route-status{top:156px;left:14px;right:14px;width:auto;display:flex;justify-content:space-between;align-items:flex-start;gap:8px}
 .explorer-route-chip{width:auto;min-width:0;min-height:44px;padding:7px 10px;border-radius:13px;background:rgba(255,250,244,.72);box-shadow:0 4px 14px rgba(54,39,43,.08)}
 .explorer-route-chip:first-child{max-width:62%}.explorer-route-chip small{font-size:8px}.explorer-route-chip strong{font-size:11px}.explorer-route-progress strong{font-size:18px}.explorer-route-progress span{font-size:8px;max-width:54px}
 .explorer-waypoints{right:8px;top:48%;gap:6px}.explorer-waypoints span{min-width:93px;padding:6px 9px;font-size:9px;border-width:1px}.explorer-waypoints span:nth-child(2){transform:translateX(-12px) rotate(-1deg)}
 .explorer-dashboard .explorer-next{bottom:74px;width:calc(100% - 28px)}
 .explorer-dashboard .explorer-primary{min-height:52px;padding:11px 18px;font-size:14px}
 .explorer-feature-strip{bottom:12px;width:calc(100% - 28px);min-height:48px;padding:4px 6px;border-radius:14px}.explorer-feature-strip button{font-size:10px;padding:5px 4px}.explorer-feature-strip .explorer-icon{width:16px;height:16px;flex-basis:16px}
 .explorer-dashboard .explorer-dock{bottom:calc(7px + env(safe-area-inset-bottom));width:calc(100% - 14px);max-width:none}
}
@media(max-width:360px){.explorer-hero-copy h1{font-size:32px}.explorer-hero-copy p{font-size:14px}.explorer-route-status{top:143px}.explorer-waypoints{top:49%}}

/* Checkpoint 81: rebuild the participant start from the approved mountain reference. */
body:has(.explorer-dashboard){margin:0;background:#e9e5ec}
.explorer-dashboard{display:block;width:100%;height:100svh;min-height:650px;max-width:none;padding:0;overflow:hidden;background:#d9c6ad}
.explorer-dashboard .explorer-main{width:100%;height:100%;min-height:0;padding:0;overflow:hidden}
.explorer-dashboard #page,.explorer-dashboard .explorer-home{width:100%;height:100%;min-height:0}
.explorer-dashboard .explorer-home{position:relative;isolation:isolate;background-image:linear-gradient(180deg,rgba(248,247,255,.48) 0,rgba(255,255,255,0) 31%),url('participant-route-bg-desktop-v82.webp');background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}
.explorer-dashboard .explorer-home:after{content:'';position:absolute;z-index:0;inset:auto 0 0;height:30%;background:linear-gradient(180deg,transparent,rgba(21,12,28,.2));pointer-events:none}
.explorer-dashboard .explorer-hero-head{position:absolute;z-index:4;inset:0 0 auto;pointer-events:none;color:#17122f}
.explorer-dashboard .explorer-hero-top{display:flex;align-items:center;justify-content:space-between;padding:14px 22px 0}
.explorer-dashboard .explorer-hero-top>*{pointer-events:auto}
.explorer-dashboard .explorer-hero-brand{display:block;width:138px;height:48px;overflow:hidden}
.explorer-dashboard .explorer-hero-brand img{display:block;width:138px;height:82px;object-fit:contain;object-position:center;mix-blend-mode:multiply;transform:translateY(-17px)}
.explorer-dashboard .explorer-menu{display:flex;align-items:center;gap:9px;min-height:44px;padding:8px 11px;border:0;border-radius:13px;background:rgba(255,255,255,.35);backdrop-filter:blur(8px);box-shadow:none;color:#17122f;font-size:13px}
.explorer-dashboard .explorer-menu .explorer-icon{width:20px;height:20px}
.explorer-dashboard .explorer-hero-copy{max-width:620px;padding:14px 30px 0}
.explorer-dashboard .explorer-hero-copy h1{margin:0;color:#14102d;font-size:clamp(45px,5.2vw,76px);font-weight:800;line-height:.98;letter-spacing:-3px;text-shadow:0 1px 0 rgba(255,255,255,.16)}
.explorer-dashboard .explorer-hero-copy p{margin:12px 0 0;color:#28213b;font-size:clamp(18px,1.7vw,25px);line-height:1.3}
.explorer-dashboard .explorer-scene{position:absolute;z-index:2;inset:0;width:100%;height:100%;min-height:0}
.explorer-dashboard .explorer-waypoints{position:absolute;z-index:3;right:25.8%;top:58.8%;display:grid;gap:7px;width:190px;transform:none}
.explorer-dashboard .explorer-waypoints span{display:grid;place-items:center;min-width:0;height:52px;padding:0 18px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#fff9ec;font-size:14px;font-weight:550;line-height:1.06;text-align:center;text-shadow:0 1px 3px #24150c,0 1px 1px #24150c;transform:none}
.explorer-dashboard .explorer-waypoints span:nth-child(2){transform:translateX(-4px)}
.explorer-dashboard .explorer-waypoints span:nth-child(3){transform:translateX(3px)}
.explorer-dashboard .explorer-next{position:absolute;z-index:5;left:50%;right:auto;bottom:151px;width:min(620px,calc(100% - 36px));max-width:none;padding:0;border:0;background:transparent;box-shadow:none;transform:translateX(-50%)}
.explorer-dashboard .explorer-primary{display:flex;align-items:center;justify-content:center;gap:13px;width:100%;min-height:58px;padding:13px 24px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:linear-gradient(100deg,#7c31d4,#6122ba);box-shadow:0 12px 28px rgba(44,17,74,.34);color:#fff;font-size:17px;font-weight:750;line-height:1.15}
.explorer-dashboard .explorer-primary:hover{background:linear-gradient(100deg,#8840da,#6d2dc5)}
.explorer-dashboard .explorer-primary .explorer-icon{width:19px;height:19px;flex-basis:19px}
.explorer-dashboard .explorer-next-full{display:inline;position:static;width:auto;height:auto;overflow:visible;clip-path:none;white-space:normal}
.explorer-dashboard .explorer-next-short{display:none}
.explorer-dashboard .explorer-feature-strip{position:absolute;z-index:5;left:50%;bottom:82px;display:flex;align-items:center;justify-content:center;width:min(590px,calc(100% - 36px));min-height:57px;padding:6px 14px;border:1px solid rgba(255,255,255,.7);border-radius:15px;background:rgba(72,50,42,.5);backdrop-filter:blur(13px);box-shadow:0 8px 22px rgba(28,17,24,.22);transform:translateX(-50%)}
.explorer-dashboard .explorer-feature-strip button{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;min-height:44px;padding:7px 10px;background:transparent;color:#fff;font-size:13px}
.explorer-dashboard .explorer-feature-strip .explorer-icon{width:18px;height:18px;flex-basis:18px}
.explorer-dashboard .explorer-feature-strip i{color:rgba(255,255,255,.78);font-style:normal}
.explorer-dashboard .explorer-bottom-nav{position:absolute;z-index:6;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);height:70px;padding:0 max(8px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(8px,env(safe-area-inset-left));border-radius:18px 18px 0 0;background:rgba(255,255,255,.94);box-shadow:0 -5px 20px rgba(33,23,42,.08);backdrop-filter:blur(14px)}
.explorer-dashboard .explorer-bottom-nav button{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;min-height:48px;padding:8px 4px;border-radius:0;background:transparent;color:#29223e;font-size:12px;font-weight:550}
.explorer-dashboard .explorer-bottom-nav button+button{border-left:1px solid #d9d3df}
.explorer-dashboard .explorer-bottom-nav button[aria-current=page]{color:#6e2db8}
.explorer-dashboard .explorer-bottom-nav .explorer-icon{width:20px;height:20px;flex-basis:20px}
.explorer-dashboard .explorer-preview-bar{position:absolute;z-index:10;left:50%;top:6px;width:min(760px,calc(100% - 12px));margin:0;transform:translateX(-50%)}

/* Register desktop board labels to the cover-scaled background image. */
@media(min-width:701px){
 .explorer-dashboard .explorer-next{width:min(480px,calc(100% - 36px))}
 .explorer-dashboard .explorer-waypoints{left:calc(50% + max(18.4vw,32.694svh,212.51px));right:auto;top:calc(50% + max(10.8svh,6.078vw,70.2px));width:max(10.3vw,18.302svh,118.96px);gap:max(1.1svh,.619vw,7.15px);transform:translateX(-50%)}
 .explorer-dashboard .explorer-waypoints span{height:max(6.2svh,3.489vw,40.3px)}
}


@media(max-width:700px){
 .explorer-dashboard{min-height:620px}
 .explorer-dashboard .explorer-home{background-image:linear-gradient(180deg,rgba(248,247,255,.42) 0,rgba(255,255,255,0) 29%),url('participant-route-bg-v82.webp');background-position:center 47%;background-size:cover}
 .explorer-dashboard .explorer-hero-top{padding:max(7px,env(safe-area-inset-top)) 13px 0 12px}
 .explorer-dashboard .explorer-hero-brand{width:122px;height:47px}.explorer-dashboard .explorer-hero-brand img{width:122px;height:76px;transform:translateY(-15px)}
 .explorer-dashboard .explorer-menu{min-height:42px;padding:7px 8px;background:transparent;backdrop-filter:none}.explorer-dashboard .explorer-menu span{font-size:11px}
 .explorer-dashboard .explorer-hero-copy{max-width:370px;padding:5px 15px 0}
 .explorer-dashboard .explorer-hero-copy h1{font-size:clamp(33px,9.2vw,41px);line-height:.98;letter-spacing:-1.8px}
 .explorer-dashboard .explorer-hero-copy p{margin-top:8px;font-size:16px;line-height:1.3}
 .explorer-dashboard .explorer-waypoints{right:6.5%;top:48.2%;gap:2px;width:112px}
 .explorer-dashboard .explorer-waypoints span{height:48px;padding:0 8px;font-size:10px}
 .explorer-dashboard .explorer-waypoints span:nth-child(2){transform:translateX(-6px)}.explorer-dashboard .explorer-waypoints span:nth-child(3){transform:translateX(3px)}
 .explorer-dashboard .explorer-next{bottom:148px;width:calc(100% - 28px)}
 .explorer-dashboard .explorer-primary{min-height:52px;padding:11px 17px;font-size:14px}
 .explorer-dashboard .explorer-feature-strip{bottom:82px;width:calc(100% - 28px);min-height:53px;padding:4px 7px;border-radius:14px}
 .explorer-dashboard .explorer-feature-strip button{min-height:43px;padding:5px 3px;font-size:11px}.explorer-dashboard .explorer-feature-strip .explorer-icon{width:17px;height:17px;flex-basis:17px}
 .explorer-dashboard .explorer-bottom-nav{height:70px}.explorer-dashboard .explorer-bottom-nav button{font-size:10px;gap:5px}.explorer-dashboard .explorer-bottom-nav .explorer-icon{width:18px;height:18px;flex-basis:18px}
}
@media(max-width:360px){
 .explorer-dashboard .explorer-hero-copy h1{font-size:32px}.explorer-dashboard .explorer-hero-copy p{font-size:14px}
 .explorer-dashboard .explorer-waypoints{right:4%;top:49%;width:104px}.explorer-dashboard .explorer-waypoints span{height:44px;font-size:9px}
 .explorer-dashboard .explorer-feature-strip button{font-size:10px}
}
/* Participant workspace identity, separate from the public welcome page. */
.explorer-dashboard .explorer-hero-copy .explorer-workspace-label{margin:0 0 10px;font-size:11px;font-weight:800;letter-spacing:2px;color:#51326a}
.explorer-dashboard .explorer-hero-copy h1{font-size:clamp(36px,4.1vw,58px);letter-spacing:-2px;line-height:1.05}
.explorer-dashboard .explorer-training-name{font-size:20px;font-weight:600;max-width:520px;overflow-wrap:anywhere}
/* Compact progress: information, not button-shaped chips. */
.explorer-workspace-status{display:grid;gap:8px;margin-top:15px;max-width:340px;color:#352643}
.explorer-workspace-status label{font-size:14px;font-weight:600;line-height:1.4}
.explorer-workspace-status progress{display:block;appearance:none;width:100%;height:6px;border:0;border-radius:99px;overflow:hidden;background:rgba(255,255,255,.75);accent-color:#7633bd}
.explorer-workspace-status progress::-webkit-progress-bar{background:rgba(255,255,255,.75);border-radius:99px}
.explorer-workspace-status progress::-webkit-progress-value{background:#7633bd;border-radius:99px}
.explorer-workspace-status progress::-moz-progress-bar{background:#7633bd;border-radius:99px}
.explorer-workspace-status .explorer-credit{font-size:13px;line-height:1.4}
.explorer-dashboard .explorer-next{bottom:calc(90px + env(safe-area-inset-bottom))}
.explorer-next-caption{margin:0 0 12px;color:#fff;text-align:center;text-shadow:0 2px 5px #201526,0 0 12px #201526;line-height:1.35;overflow-wrap:anywhere}
.explorer-next-caption span{display:block;font-size:12px;font-weight:500;margin-bottom:3px}
.explorer-next-caption strong{display:block;font-size:17px;font-weight:650}
.explorer-dashboard .explorer-bottom-nav{height:calc(70px + env(safe-area-inset-bottom))}
@media(max-width:700px){
 .explorer-dashboard .explorer-hero-copy .explorer-workspace-label{font-size:9px;margin-bottom:7px;letter-spacing:1.5px}
 .explorer-dashboard .explorer-hero-copy h1{font-size:clamp(30px,8vw,38px);letter-spacing:-1.5px}
 .explorer-dashboard .explorer-hero-copy .explorer-training-name{font-size:16px;margin-top:7px}
 .explorer-workspace-status{margin-top:12px;gap:7px;max-width:280px}
 .explorer-workspace-status label{font-size:13px}
 .explorer-workspace-status .explorer-credit{font-size:12px}
 .explorer-next-caption strong{font-size:16px}
 .explorer-dashboard .explorer-bottom-nav button{font-size:12px}
}

/* Update 85: group text on calm, readable surfaces over the landscape. */
.explorer-dashboard .explorer-hero-copy{width:fit-content;max-width:min(560px,calc(100% - 48px));margin:14px 24px 0;padding:18px 22px;background:rgba(255,252,248,.94);border:1px solid rgba(255,255,255,.95);border-radius:20px;box-shadow:0 6px 24px rgba(36,23,47,.12);backdrop-filter:blur(10px)}
.explorer-dashboard .explorer-hero-copy h1{font-size:clamp(32px,3.3vw,46px)}
.explorer-workspace-status progress{width:180px;max-width:100%;height:5px;background:#ded3e9}
.explorer-workspace-status progress::-webkit-progress-bar{background:#ded3e9}
.explorer-next-caption{padding:11px 16px;margin-bottom:10px;background:rgba(255,252,248,.94);border:1px solid rgba(255,255,255,.95);border-radius:15px;color:#29213b;text-shadow:none;box-shadow:0 4px 18px rgba(36,23,47,.14);backdrop-filter:blur(10px)}
.explorer-next-caption span{color:#654e79}
.explorer-dashboard .explorer-menu{background:rgba(255,252,248,.94);border:1px solid rgba(255,255,255,.95);backdrop-filter:blur(10px)}
@media(max-width:700px){
 .explorer-dashboard .explorer-hero-copy{max-width:calc(100% - 28px);margin:9px 14px 0;padding:13px 16px;border-radius:17px}
 .explorer-dashboard .explorer-hero-copy h1{font-size:clamp(28px,7.6vw,34px)}
 .explorer-workspace-status{margin-top:10px;gap:6px}
 .explorer-workspace-status progress{width:160px}
 .explorer-dashboard .explorer-menu{min-height:44px}
 .explorer-next-caption{padding:10px 13px}
}

/* Update 86: separate compact title/progress and conditional route action. */
.explorer-dashboard .explorer-hero-top{align-items:flex-start;gap:12px;padding:16px 24px 0}
.explorer-dashboard .explorer-hero-copy{flex:0 1 auto;min-width:0;max-width:420px;margin:0;padding:12px 16px;border-radius:15px}
.explorer-dashboard .explorer-hero-copy h1{font-size:28px;line-height:1.1;letter-spacing:-.8px}
.explorer-dashboard .explorer-hero-copy .explorer-training-name{margin:5px 0 0;font-size:14px;line-height:1.3}
.explorer-dashboard .explorer-workspace-status{width:fit-content;max-width:calc(100% - 48px);margin:10px 24px 0;padding:10px 13px;gap:5px;background:rgba(255,252,248,.94);border:1px solid rgba(255,255,255,.95);border-radius:12px;box-shadow:0 4px 16px rgba(36,23,47,.12)}
.explorer-dashboard .explorer-workspace-status label{margin:0;font-size:12px;line-height:1.25}
.explorer-dashboard .explorer-workspace-status progress{width:100px;height:4px}
.explorer-dashboard .explorer-workspace-status .explorer-credit{font-size:12px;line-height:1.25}
.explorer-dashboard .explorer-next{display:flex;align-items:stretch;gap:10px}
.explorer-dashboard .explorer-primary{flex:1;min-width:0;width:auto}
.explorer-dashboard .explorer-continue{flex:1;min-width:0;min-height:52px;padding:11px 15px;border:1px solid rgba(255,255,255,.95);border-radius:999px;background:rgba(255,252,248,.96);color:#57258d;font-size:15px;font-weight:700;line-height:1.2;box-shadow:0 6px 20px rgba(36,23,47,.18)}
.explorer-dashboard .explorer-continue:hover{background:#eee3fa}
@media(max-width:700px){
 .explorer-dashboard .explorer-hero-top{padding:12px 14px 0;gap:8px}
 .explorer-dashboard .explorer-hero-copy{max-width:calc(100% - 88px);padding:10px 12px;border-radius:13px}
 .explorer-dashboard .explorer-hero-copy h1{font-size:21px;letter-spacing:-.5px}
 .explorer-dashboard .explorer-hero-copy .explorer-training-name{font-size:12px}
 .explorer-dashboard .explorer-workspace-status{margin:8px 14px 0;padding:8px 11px}
 .explorer-dashboard .explorer-next{gap:8px}
 .explorer-dashboard .explorer-primary,.explorer-dashboard .explorer-continue{font-size:13px;padding:11px 10px}
}
