.aluna-body{background:#eef0ec}.aluna-shell{width:min(100% - 32px,1120px);margin:0 auto;padding:34px 0 72px}.aluna-header{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:26px}.aluna-nav{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.aluna-nav a,.aluna-logout{color:var(--green);font-size:.8rem;font-weight:700;text-decoration:none;padding:8px 10px;border-radius:999px}.aluna-nav a[aria-current="page"]{background:var(--green);color:#fff}.aluna-logout{border:1px solid rgba(63,77,66,.22);background:transparent;cursor:pointer}.aluna-main{display:grid;gap:22px}.aluna-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.aluna-card,.dashboard-section,.continue-card,.single-progress{background:#fff;border:1px solid rgba(63,77,66,.1);border-radius:22px;padding:24px}.aluna-card h2,.dashboard-section h2,.continue-card h2{font-size:clamp(1.45rem,2vw,2rem);margin-bottom:8px}.aluna-empty{padding:36px;background:#fff;border-radius:18px;text-align:center;color:var(--muted)}.login-shell{min-height:calc(100vh - 114px);display:grid;place-items:center;padding:36px 0}.login-card{width:min(100%,520px);background:#fff;border:1px solid rgba(63,77,66,.12);border-radius:24px;padding:clamp(24px,5vw,44px);box-shadow:0 24px 70px rgba(63,77,66,.1)}.login-card .brand{margin-bottom:30px}.student-login-form{display:grid;gap:16px;margin:24px 0 18px}.student-login-form .btn{width:100%}.dashboard-welcome{padding:10px 2px}.dashboard-welcome h1{margin-bottom:6px}.dashboard-welcome p{font-size:1.05rem;color:var(--muted)}.continue-card{background:linear-gradient(135deg,#f9f7f1,#fff);box-shadow:0 16px 50px rgba(63,77,66,.08)}.continue-card .btn{margin-top:8px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800;color:var(--green)}.text-link{color:var(--green);font-weight:800;text-decoration:none}.experience-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.experience-card{padding:0;overflow:hidden}.experience-card-image{width:100%;aspect-ratio:4/3;object-fit:cover}.experience-card-body{padding:20px}.experience-card.is-complete{background:rgba(143,162,142,.12)}.experience-status{font-weight:800;color:var(--green)}.journey-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}.journey-list li{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start;padding:12px 0;border-bottom:1px solid rgba(63,77,66,.1)}.journey-list li>span{font-weight:900;color:var(--green)}.journey-list li div{display:flex;justify-content:space-between;gap:12px}.journey-list a{color:var(--green);font-weight:800;text-decoration:none}.raio-x-card{display:grid;grid-template-columns:1fr 180px;gap:22px;align-items:center}.raio-x-card img{width:180px;height:180px;object-fit:contain;justify-self:end}.result-focus{text-align:center;background:#fff;border-radius:24px;padding:28px}.dashboard-result-image{width:min(300px,70vw);height:auto;object-fit:contain;margin:8px auto 16px}.result-focus h1{font-size:clamp(2rem,5vw,3.4rem);margin:8px 0}.result-priority{font-size:1.08rem}.explore-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.explore-card{display:grid;grid-template-columns:180px 1fr;gap:18px;background:#fff;border:1px solid rgba(63,77,66,.1);border-radius:22px;overflow:hidden}.explore-card img{width:100%;height:100%;min-height:220px;object-fit:cover}.explore-card>div{padding:22px 22px 22px 0}.explore-card.is-locked{background:#f8f7f3}.experience-hero{min-height:330px;border-radius:26px;overflow:hidden;background-image:linear-gradient(90deg,rgba(25,35,29,.72),rgba(25,35,29,.16)),var(--experience-image);background-size:cover;background-position:center;display:flex;align-items:flex-end}.experience-hero-overlay{padding:clamp(28px,5vw,52px);color:#fff;max-width:700px}.experience-hero-overlay .eyebrow{color:#fff}.experience-hero-overlay h1{font-size:clamp(2.5rem,7vw,5rem);margin:.1em 0}.experience-hero-overlay p:last-child{font-size:1.15rem}.experience-guidance{font-size:1.05rem;padding:0 4px}.experience-steps{display:grid;grid-template-columns:1fr 1fr;gap:18px}.experience-step{display:grid;grid-template-columns:46px 1fr;gap:16px;background:#fff;border-radius:22px;padding:24px;border:1px solid rgba(63,77,66,.1)}.experience-step>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green);color:#fff;font-weight:900}.experience-step .btn{margin-top:10px}.btn-tertiary{background:transparent;color:var(--green);border:1px solid rgba(63,77,66,.32)}.experience-complete{padding:22px 4px 4px}.content-page{display:grid;gap:12px}.content-lead{font-size:1.08rem}.content-steps{display:grid;gap:10px;padding-left:24px}.collection-extra{margin-top:28px}.experiences-index{margin-top:24px}.before-start{background:#fff;border-radius:22px;padding:24px;border:1px solid rgba(63,77,66,.1)}.profile-list{display:grid;gap:12px}.profile-list div{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:10px 0;border-bottom:1px solid rgba(63,77,66,.1)}.profile-list dt{font-weight:700}.profile-list dd{margin:0}@media(max-width:900px){.experience-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.explore-grid{grid-template-columns:1fr}.experience-steps{grid-template-columns:1fr}}@media(max-width:760px){.aluna-shell{width:min(100% - 24px,1120px);padding-top:20px}.aluna-header{align-items:flex-start;flex-direction:column}.aluna-nav{gap:5px}.aluna-nav a,.aluna-logout{font-size:.75rem;padding:7px 8px}.aluna-grid,.experience-card-grid{grid-template-columns:1fr}.raio-x-card{grid-template-columns:1fr}.raio-x-card img{width:min(320px,82vw);height:auto;justify-self:center;order:-1}.raio-x-card h2{font-size:clamp(2rem,9vw,3rem)}.explore-card{grid-template-columns:1fr}.explore-card img{height:auto;aspect-ratio:16/10;min-height:0}.explore-card>div{padding:20px}.experience-hero{min-height:360px;background-image:linear-gradient(0deg,rgba(25,35,29,.76),rgba(25,35,29,.08)),var(--experience-image)}.experience-hero-overlay{padding:28px}.experience-step{grid-template-columns:38px 1fr;padding:20px}.experience-step>span{width:36px;height:36px}.journey-list li div{flex-direction:column;gap:4px}.profile-list div{grid-template-columns:1fr;gap:4px}.before-start{padding:20px}.before-start .content-page{gap:9px}.before-start .content-page p{margin:.15em 0}.before-start .content-page .content-lead{font-size:1rem}.before-start .content-steps{gap:7px;margin:.2em 0}.result-focus{padding:22px 18px}.dashboard-result-image{width:min(340px,88vw)}}.aluna-main .btn-primary{background:#3f4d42;color:#fff;border-color:#3f4d42}.aluna-main .btn-secondary{background:#f2efe7;color:#29342c;border:1px solid #69766c}.aluna-main .btn-tertiary{color:#29342c;border-color:#69766c;background:#fff}.journey-track{height:10px;background:#e2e6e1;border-radius:999px;overflow:hidden;margin:14px 0 8px}.journey-track>span{display:block;height:100%;width:var(--journey-progress,0%);background:#3f4d42;border-radius:inherit}.journey-list small{display:block;color:#5d685f;margin-top:3px}.journey-list li div{flex-wrap:wrap}.journey-list li div strong{flex:1 1 55%}.explore-section{display:grid;gap:14px;margin-top:10px}.explore-section>h2{font-size:clamp(1.5rem,2.3vw,2rem);margin:0}.dashboard-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-action{display:grid;gap:5px;padding:16px;border:1px solid rgba(63,77,66,.18);border-radius:16px;color:#29342c;text-decoration:none;background:#f8f7f3}.dashboard-action strong{color:#3f4d42}.dashboard-action span{font-size:.88rem;color:#5d685f}.profile-password,.support-card{background:#fff;border:1px solid rgba(63,77,66,.12);border-radius:22px;padding:24px}.profile-password{margin-top:24px}.profile-password form{display:grid;gap:14px;max-width:560px}.support-card{max-width:760px}.support-cta{margin-top:12px;min-width:220px;text-align:center}.experience-card-body p{color:#445048}.experience-card-body .experience-status{color:#344238}.explore-card>div>p{color:#445048}@media(max-width:760px){.dashboard-actions{grid-template-columns:1fr}.experience-card{display:grid;grid-template-columns:112px 1fr;min-height:148px}.experience-card-image{height:100%;aspect-ratio:auto}.experience-card-body{padding:15px}.experience-card-body h2{font-size:1.25rem}.experience-card-body>p:not(.eyebrow):not(.experience-status){display:none}.experience-card-body .btn{margin-top:3px}.dashboard-section,.continue-card,.single-progress{padding:19px}.journey-list li{padding:10px 0}.support-cta{width:100%}}
.preview-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:end;background:#fff;border:1px solid rgba(63,77,66,.16);border-radius:18px;padding:16px 18px;margin:0 0 22px;box-shadow:0 10px 30px rgba(63,77,66,.06)}.preview-toolbar>div{display:grid;gap:3px}.preview-toolbar p{margin:0}.preview-toolbar small{display:block;color:#5d685f}.preview-toolbar label{display:grid;gap:6px;font-size:.78rem;font-weight:800;color:#344238}.preview-toolbar select{min-width:210px;border:1px solid #69766c;border-radius:12px;background:#fff;color:#29342c;padding:10px 12px;font:inherit}.journey-list li{border:1px solid rgba(63,77,66,.11);border-left:4px solid #c7b48a;border-radius:14px;padding:12px 14px;background:#fbfaf6}.journey-list li.active{border-left-color:#3f4d42;background:#f1f4f0}.journey-list li.complete{border-left-color:#708773;background:#edf3ed}.journey-list li small{width:max-content;max-width:100%;padding:3px 8px;border-radius:999px;background:#eee9dc;color:#554d3e;font-weight:800}.journey-list li.active small{background:#dfe7df;color:#344238}.journey-list li.complete small{background:#d7e5d8;color:#2f4934}.journey-list a{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:7px 12px;border:1px solid #3f4d42;border-radius:999px;background:#3f4d42;color:#fff}.experience-hero{background-image:linear-gradient(90deg,rgba(25,35,29,.82),rgba(25,35,29,.34)),var(--experience-image)}@media(max-width:760px){.preview-toolbar{align-items:stretch;flex-direction:column;padding:14px}.preview-toolbar select{width:100%;min-width:0}.journey-list.compact li{padding:10px 12px}.experience-hero{background-image:linear-gradient(0deg,rgba(25,35,29,.88),rgba(25,35,29,.24)),var(--experience-image)}}.experience-hero-overlay h1,.experience-hero-overlay p{text-shadow:0 2px 16px rgba(0,0,0,.34)}.explore-card.is-locked .eyebrow{color:#465347}.content-page--start{gap:16px}.start-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.start-steps article{display:grid;grid-template-columns:34px 1fr;gap:4px 10px;align-items:center;padding:16px;border-radius:16px;background:#f8f7f3;border:1px solid rgba(63,77,66,.12)}.start-steps article>span{grid-row:1/3;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#3f4d42;color:#fff;font-weight:800}.start-steps article strong{color:#29342c}.start-steps article p{margin:0;font-size:.86rem;color:#5d685f}.start-details{border-top:1px solid rgba(63,77,66,.14);padding-top:12px}.start-details summary{cursor:pointer;color:#3f4d42;font-weight:800}.start-details>div{padding:12px 2px 0}.experience-complete .btn-tertiary{font-weight:700}.experience-complete .btn-tertiary:not(:disabled):hover{background:#f2efe7}@media(max-width:760px){.start-steps{grid-template-columns:1fr}.content-page--start h1{font-size:clamp(1.8rem,8vw,2.5rem)}.content-page--start .content-lead{margin-bottom:2px}}
.experience-hero{position:relative;background-image:none;isolation:isolate}.experience-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,35,29,.82),rgba(25,35,29,.34));z-index:-1}.experience-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.journey-progress{display:block;width:100%;height:10px;margin:14px 0 8px;border:0;border-radius:999px;overflow:hidden;background:#e2e6e1}.journey-progress::-webkit-progress-bar{background:#e2e6e1;border-radius:999px}.journey-progress::-webkit-progress-value{background:#3f4d42;border-radius:999px}.journey-progress::-moz-progress-bar{background:#3f4d42;border-radius:999px}@media(max-width:760px){.experience-hero::after{background:linear-gradient(0deg,rgba(25,35,29,.88),rgba(25,35,29,.24))}}
