:root{--xp-cream:#f8f4ed;--xp-green:#405f3f;--xp-green-dark:#29422f;--xp-green-soft:#ddf1e7;--xp-sage:#809078;--xp-text:#777168;--xp-line:#dfd7ca;--xp-track:#e7e3da;--xp-white:#fff}
body.player-open{overflow:hidden}
.xp-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.xp-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 12px 32px rgba(6,39,70,.06);display:flex;flex-direction:column;min-height:280px;position:relative;overflow:hidden}
.xp-card:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(53,184,181,.08);right:-45px;top:-45px}
.xp-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#eef7f2;border:1px solid #dce8df;margin-bottom:20px;color:var(--xp-green)}
.xp-icon svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.xp-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:9px}.xp-kicker{font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--teal2)}.xp-duration{font-size:11px;font-weight:800;color:#5f7866;background:#eef6ef;border-radius:999px;padding:5px 9px}
.xp-card h3{font-family:Georgia,serif;color:var(--navy);font-size:29px;line-height:1.08;margin:0 0 12px}.xp-card p{color:#617583;line-height:1.6;font-size:14px;margin:0 0 22px}.xp-launch{margin-top:auto;align-self:flex-start;border:0;border-radius:999px;padding:12px 18px;background:var(--navy);color:#fff;font-weight:900;cursor:pointer}.xp-launch:hover{filter:brightness(1.08)}.xp-launch:focus-visible{outline:3px solid rgba(53,184,181,.35);outline-offset:3px}
.xp-dialog[hidden]{display:none}.xp-dialog{position:fixed;inset:0;z-index:10000;background:var(--xp-cream);color:#233526;overflow:auto}.xp-shell{width:min(900px,calc(100% - 32px));min-height:100vh;margin:auto;padding:24px 0 44px;display:flex;flex-direction:column}.xp-top{display:flex;align-items:center;justify-content:space-between;gap:18px}.xp-close{width:46px;height:46px;border-radius:50%;border:1px solid #e4dccf;background:#fff;color:var(--xp-green);font-size:22px;cursor:pointer;box-shadow:0 4px 14px rgba(52,64,45,.08)}.xp-brand img{width:58px;height:58px;display:block}.xp-top-spacer{width:46px;height:46px}.xp-main{flex:1;width:min(620px,100%);margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;padding:24px 0 12px}.xp-label{font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--xp-sage);margin-top:10px}.xp-title{font-family:Georgia,serif;color:var(--xp-green-dark);font-size:clamp(34px,5vw,48px);line-height:1.06;margin:11px 0 10px}.xp-subtitle{max-width:500px;color:var(--xp-text);font-size:15px;line-height:1.6;margin:0 auto 26px}.xp-orb{width:190px;height:190px;border-radius:50%;background:var(--xp-green-soft);display:grid;place-items:center;margin:0 auto 26px;transition:transform .5s ease}.xp-orb-inner{width:132px;height:132px;border-radius:50%;background:#fff;border:1px solid #dce5d7;display:grid;place-items:center;box-shadow:0 5px 14px rgba(45,67,46,.12)}.xp-orb img{width:64px;height:64px;object-fit:contain}.xp-orb.playing{animation:xp-breathe var(--xp-orb-seconds,5s) ease-in-out infinite}@keyframes xp-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}
.xp-step{min-height:82px}.xp-step h2{font-family:Georgia,serif;color:var(--xp-green-dark);font-size:25px;line-height:1.15;margin:0 0 8px}.xp-step p{color:var(--xp-text);font-size:14px;line-height:1.55;margin:0 auto;max-width:470px}.xp-time{margin-top:20px;color:var(--xp-green);font-size:32px;font-weight:800;font-variant-numeric:tabular-nums}.xp-progress{margin:17px auto 20px;height:7px;width:min(420px,100%);overflow:hidden;border-radius:999px;background:var(--xp-track)}.xp-progress>span{display:block;height:100%;width:0;border-radius:inherit;background:#58754c;transition:width .25s linear}.xp-audio-toggle{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--xp-line);background:#fff;color:var(--xp-green);border-radius:999px;padding:11px 17px;font-weight:700;cursor:pointer;margin-bottom:18px}.xp-dot{width:9px;height:9px;border-radius:50%;background:#c9c5bb}.xp-audio-toggle[aria-pressed="true"] .xp-dot{background:#58754c}.xp-controls[hidden]{display:none!important}.xp-controls{width:min(420px,100%);display:grid;grid-template-columns:1fr 1fr;gap:12px}.xp-btn{border-radius:999px;padding:14px 18px;font-size:14px;font-weight:800;cursor:pointer;border:1px solid var(--xp-line);background:#fff;color:var(--xp-green)}.xp-btn.primary{border-color:var(--xp-green);background:var(--xp-green);color:#fff}.xp-btn:focus-visible,.xp-close:focus-visible,.xp-audio-toggle:focus-visible{outline:3px solid rgba(88,117,76,.24);outline-offset:3px}.xp-safety{max-width:520px;text-align:center;color:#8c897f;font-size:11px;line-height:1.55;margin:26px auto 0}.xp-status{min-height:22px;margin:10px 0 0;color:#9a6645;font-size:12px;line-height:1.45}.xp-complete .xp-orb{transform:scale(.94);animation:none}.xp-complete .xp-step h2{font-size:28px}.xp-complete .xp-step{min-height:90px}
@media(max-width:850px){.xp-cards{grid-template-columns:1fr}.xp-card{min-height:0}.xp-shell{width:min(100% - 24px,900px);padding-top:16px}.xp-main{justify-content:flex-start;padding-top:18px}.xp-orb{width:160px;height:160px}.xp-orb-inner{width:112px;height:112px}.xp-title{font-size:36px}.xp-controls{grid-template-columns:1fr}.xp-btn{min-height:48px}}
@media(prefers-reduced-motion:reduce){.xp-orb.playing{animation:none}.xp-progress>span{transition:none}}

.xp-audio-toggle:disabled{cursor:default;opacity:.72;background:#f7f5f0;color:#7f7a70}.xp-audio-toggle:disabled .xp-dot{background:#c9c5bb}
