.adventure-module__gjBVtW__container{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.adventure-module__gjBVtW__header{z-index:10;justify-content:space-between;align-items:center;padding:20px;display:flex}.adventure-module__gjBVtW__backButton{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.adventure-module__gjBVtW__backButton:hover{background:#fff3;transform:scale(1.05)}.adventure-module__gjBVtW__progressBar{background:#ffffff1a;border-radius:2px;flex:1;height:4px;margin:0 20px;overflow:hidden}.adventure-module__gjBVtW__progressFill{background:var(--accent,#a78bfa);height:100%;transition:width .3s}.adventure-module__gjBVtW__stepContainer{flex-direction:column;flex:1;width:100%;max-width:600px;margin:0 auto;padding:20px;animation:.5s ease-out adventure-module__gjBVtW__fadeIn;display:flex}.adventure-module__gjBVtW__question{text-align:center;background:linear-gradient(135deg,#fff 0%,#e0d4f5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:32px;font-size:28px;font-weight:800;line-height:1.2}.adventure-module__gjBVtW__optionsGrid{grid-template-columns:1fr;gap:16px;width:100%;display:grid}.adventure-module__gjBVtW__optionCard{cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:space-between;align-items:center;padding:20px;transition:all .2s;display:flex}.adventure-module__gjBVtW__optionCard:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.adventure-module__gjBVtW__optionCard.adventure-module__gjBVtW__selected{border-color:var(--accent,#a78bfa);background:#a78bfa33}.adventure-module__gjBVtW__optionContent{flex:1}.adventure-module__gjBVtW__optionTitle{margin-bottom:4px;font-size:18px;font-weight:700;display:block}.adventure-module__gjBVtW__optionDescription{color:#fff9;font-size:14px;display:block}.adventure-module__gjBVtW__optionIcon{color:var(--accent,#a78bfa);opacity:0;margin-left:16px;transition:all .2s;transform:translate(-10px)}.adventure-module__gjBVtW__optionCard:hover .adventure-module__gjBVtW__optionIcon,.adventure-module__gjBVtW__optionCard.adventure-module__gjBVtW__selected .adventure-module__gjBVtW__optionIcon{opacity:1;transform:translate(0)}.adventure-module__gjBVtW__recommendationContainer{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px;animation:.5s ease-out adventure-module__gjBVtW__slideUp;display:flex}.adventure-module__gjBVtW__matchLabel{text-transform:uppercase;letter-spacing:2px;color:var(--accent,#a78bfa);margin-bottom:16px;font-size:14px;font-weight:700}.adventure-module__gjBVtW__experienceCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:400px;margin-bottom:32px;padding:32px}.adventure-module__gjBVtW__experienceTitle{color:#fff;margin-bottom:12px;font-size:24px;font-weight:800}.adventure-module__gjBVtW__experienceDescription{color:#fffc;margin-bottom:24px;font-size:16px;line-height:1.5}.adventure-module__gjBVtW__metaTags{justify-content:center;gap:16px;margin-bottom:24px;display:flex}.adventure-module__gjBVtW__metaTag{color:#fff9;align-items:center;gap:6px;font-size:14px;display:flex}.adventure-module__gjBVtW__primaryButton{background:linear-gradient(135deg,var(--primary,#7c3aed)0%,var(--secondary,#db2777)100%);color:#fff;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:100%;max-width:300px;padding:16px 48px;font-size:18px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 20px #7c3aed66}.adventure-module__gjBVtW__primaryButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #7c3aed80}.adventure-module__gjBVtW__secondaryButton{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:50px;margin-top:16px;padding:12px 32px;font-size:16px;font-weight:600;transition:all .2s}.adventure-module__gjBVtW__secondaryButton:hover{background:#ffffff1a}@keyframes adventure-module__gjBVtW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes adventure-module__gjBVtW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.adventure-module__gjBVtW__optionsGrid{grid-template-columns:repeat(2,1fr)}.adventure-module__gjBVtW__question{font-size:36px}}
