.Footer_footer__60cBi{width:100%;background-color:#fff;border-top:1px solid #eaeaea;padding:2rem 0;margin-top:auto;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.Footer_footerContent__3qU89{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.Footer_footerSection__vuREl{display:flex;flex-direction:column;align-items:center;gap:.5rem}.Footer_footerSection__vuREl h4{margin:0;color:#7a28cb}.Footer_footerSection__vuREl p{margin:0;color:#666}@media (max-width:768px){.Footer_footerContent__3qU89{flex-direction:column;text-align:center;padding:1rem}.Footer_footerSection__vuREl{width:100%}}.tbh-card{background-color:hsla(0,0%,100%,.7);border-radius:var(--border-radius-md,8px);padding:var(--space-lg,1.5rem);margin-bottom:1rem;box-shadow:var(--box-shadow);transition:transform .3s ease,box-shadow .3s ease;border:none;width:100%;text-align:left;font-family:inherit;font-size:inherit;color:inherit;cursor:default}.tbh-card--accent{border-left:4px solid var(--color-primary,#7a28cb)}.tbh-card--complete{border:1px solid var(--color-secondary,#41e2ba);background-color:rgba(65,226,186,.05)}.tbh-card--started{border:1px solid var(--color-accent,#5cc8ff);background-color:rgba(92,200,255,.05)}.tbh-card--outlined{border:1px solid var(--color-border,#e0e0e0);background-color:transparent}.tbh-card--elevated{box-shadow:0 4px 12px rgba(122,40,203,.15)}.tbh-card--hoverable:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(122,40,203,.2)}.tbh-card--clickable{cursor:pointer}.tbh-card--clickable:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(122,40,203,.2)}.tbh-card--clickable:active{transform:translateY(0);box-shadow:0 2px 6px rgba(122,40,203,.1)}.tbh-card--clickable:focus{outline:2px solid var(--color-primary,#7a28cb);outline-offset:2px}.tbh-card__header{display:flex;align-items:center;margin-bottom:var(--space-md,1rem);gap:var(--space-sm,.75rem)}.tbh-card__icon{display:inline-flex;align-items:center;justify-content:center}.tbh-card__icon,.tbh-card__title{color:var(--color-primary,#7a28cb)}.tbh-card__title{font-size:var(--font-size-lg,1.25rem);margin:0;font-weight:var(--font-weight-bold,700)}.tbh-card__content{color:var(--color-text,#333);line-height:var(--line-height-base,1.6)}.tbh-card__content p{margin-bottom:var(--space-md,1rem)}.tbh-card__content p:last-child{margin-bottom:0}@media (max-width:768px){.tbh-card{padding:var(--space-md,1rem)}.tbh-card__title{font-size:var(--font-size-base,1rem)}}.tbh-card--clickable:focus-visible{outline:2px solid var(--color-primary,#7a28cb);outline-offset:2px}@media (prefers-reduced-motion:reduce){.tbh-card{transition:none}}.tbh-box{border-radius:15px;display:flex;flex-direction:column;padding:5vh 2vw;margin:1rem auto;min-height:80vh;height:auto;overflow-y:none;max-width:92vw;min-width:92vw;box-sizing:border-box}.tbh-box--main{background:#41e2ba;box-shadow:var(--box-shadow)}.tbh-box--inverse,.tbh-box--main{overflow-y:auto;justify-content:flex-start;align-content:flex-start}.tbh-box--inverse{box-shadow:0 3px 10px #41e2ba;background-color:#fff}.tbh-box h2,.tbh-box h3{text-align:left}.tbh-error{border-radius:var(--border-radius-md,8px);font-family:inherit;color:var(--color-error-text,#721c24);background-color:var(--color-error-background,#f8d7da);border:1px solid var(--color-error-border,#f5c6cb)}.tbh-error--default{padding:var(--space-lg,1.5rem);margin:var(--space-md,1rem) 0}.tbh-error--inline{padding:var(--space-sm,.5rem) var(--space-md,1rem);margin:var(--space-xs,.25rem) 0;background-color:var(--color-error-background-light,#fdf2f2)}.tbh-error--page{max-width:600px}.tbh-error--boundary,.tbh-error--page{padding:var(--space-xl,2rem);margin:var(--space-lg,1.5rem) auto;text-align:center}.tbh-error--boundary{max-width:800px}.tbh-error--toast{padding:var(--space-md,1rem);margin:var(--space-sm,.5rem);box-shadow:0 4px 12px rgba(0,0,0,.15);border-left:4px solid var(--color-error,#dc3545);background-color:#fff;color:var(--color-text,#333);border-color:var(--color-error-border,#f5c6cb);position:relative}.tbh-error--warning{color:var(--color-warning-text,#856404);background-color:var(--color-warning-background,#fff3cd);border-color:var(--color-warning-border,#ffeaa7)}.tbh-error--warning .tbh-error__icon{color:var(--color-warning,#ffc107)}.tbh-error__content{display:flex;flex-direction:column;gap:var(--space-md,1rem)}.tbh-error__header{display:flex;align-items:flex-start;gap:var(--space-sm,.75rem);position:relative}.tbh-error__dismiss{position:absolute;top:0;right:0;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text-light,#666);padding:0;line-height:1;transition:color var(--transition-base,.2s ease)}.tbh-error__dismiss:hover,.tbh-error__icon{color:var(--color-error,#dc3545)}.tbh-error__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.tbh-error__icon-svg{width:100%;height:100%}.tbh-error__text{flex:1 1;min-width:0}.tbh-error__title{margin:0 0 var(--space-xs,.25rem) 0;font-size:var(--font-size-lg,1.25rem);font-weight:var(--font-weight-bold,700);color:var(--color-error,#dc3545)}.tbh-error--inline .tbh-error__title,.tbh-error__message{font-size:var(--font-size-base,1rem)}.tbh-error__message{margin:0;line-height:var(--line-height-base,1.6)}.tbh-error--inline .tbh-error__message{font-size:var(--font-size-sm,.875rem)}.tbh-error__actions{display:flex;gap:var(--space-sm,.75rem);align-items:center;flex-wrap:wrap}.tbh-error--page .tbh-error__actions{justify-content:center}.tbh-error__button{background:none;border:1px solid var(--color-error,#dc3545);color:var(--color-error,#dc3545);padding:var(--space-xs,.25rem) var(--space-md,1rem);border-radius:var(--border-radius-sm,4px);font-size:var(--font-size-sm,.875rem);cursor:pointer;transition:all var(--transition-base,.2s ease);font-family:inherit}.tbh-error__button:hover{background-color:var(--color-error,#dc3545);color:#fff}.tbh-error__button:focus{outline:2px solid var(--color-error,#dc3545);outline-offset:2px}.tbh-error__button--retry{background-color:var(--color-error,#dc3545);color:#fff}.tbh-error__button--retry:hover{background-color:var(--color-error-dark,#c82333)}.tbh-error__button--dismiss{background:none;border:1px solid var(--color-border,#e0e0e0);color:var(--color-text-light,#666)}.tbh-error__button--dismiss:hover{background-color:var(--color-background-muted,#f8f9fa);color:var(--color-text,#333)}.tbh-error__button--details{background:none;border:none;color:var(--color-error,#dc3545);text-decoration:underline;padding:0;font-size:var(--font-size-sm,.875rem)}.tbh-error__button--details:hover{color:var(--color-error-dark,#c82333)}.tbh-error__details{margin-top:var(--space-md,1rem);padding:var(--space-md,1rem);background-color:var(--color-background-muted,#f8f9fa);border-radius:var(--border-radius-sm,4px);border:1px solid var(--color-border,#e0e0e0)}.tbh-error__details-text{margin:0;font-family:var(--font-family-mono,"Monaco","Menlo",monospace);font-size:var(--font-size-xs,.75rem);color:var(--color-text-light,#666);white-space:pre-wrap;word-wrap:break-word;max-height:200px;overflow-y:auto}@media (max-width:768px){.tbh-error--page{padding:var(--space-lg,1.5rem);margin:var(--space-md,1rem)}.tbh-error__actions{flex-direction:column;align-items:stretch}.tbh-error__button{width:100%;text-align:center}}.tbh-error__button:focus-visible{outline:2px solid var(--color-error,#dc3545);outline-offset:2px}@media (prefers-reduced-motion:reduce){.tbh-error__button{transition:none}}.tbh-loading__inline{display:inline-flex;align-items:center;gap:var(--space-sm,.75rem)}.tbh-loading__inline-message{font-size:var(--loading-message-size);color:var(--color-text,#333);margin:0;font-weight:var(--font-weight-medium,500)}.tbh-loading--white .tbh-loading__inline-message{color:#fff}.tbh-loading{display:flex;align-items:center;justify-content:center;color:var(--color-primary,#7a28cb)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tbh-loading--overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:var(--z-overlay,1000)}.tbh-loading--fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.9);z-index:var(--z-modal,2000)}.tbh-loading--sm{--loading-size:16px;--loading-message-size:var(--font-size-sm,0.875rem)}.tbh-loading--md{--loading-size:24px;--loading-message-size:var(--font-size-base,1rem)}.tbh-loading--lg{--loading-size:32px;--loading-message-size:var(--font-size-lg,1.25rem)}.tbh-loading--primary{color:var(--color-primary,#7a28cb)}.tbh-loading--secondary{color:var(--color-secondary,#41e2ba)}.tbh-loading--white{color:#fff}.tbh-loading--dark{color:#333}.tbh-loading__spinner{width:var(--loading-size);height:var(--loading-size)}.tbh-loading__spinner-svg{width:100%;height:100%;animation:tbh-loading-spin 1s linear infinite}.tbh-loading__spinner-circle{animation:tbh-loading-dash 1.5s ease-in-out infinite}@keyframes tbh-loading-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes tbh-loading-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.tbh-loading__dots{display:flex;align-items:center;justify-content:center}.tbh-loading__dots-svg{display:block}.tbh-loading__dot{fill:currentColor;opacity:1;transform:scale(1);transition:all .3s ease-in-out}.tbh-loading__dot--animated{animation:tbh-loading-dots-scale 1.4s ease-in-out infinite both}.tbh-loading__line{stroke:currentColor;opacity:0;stroke-dasharray:100;stroke-dashoffset:100;transition:all .4s ease-in-out}.tbh-loading__line--animated{opacity:1;stroke-dashoffset:0;animation:tbh-loading-line-draw 1.4s ease-in-out infinite}@keyframes tbh-loading-dots-scale{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}@keyframes tbh-loading-line-draw{0%,40%,to{stroke-dashoffset:100;opacity:0}20%,80%{stroke-dashoffset:0;opacity:1}}.tbh-loading__dots-css{display:flex;gap:calc(var(--loading-size) * .2)}.tbh-loading__dot-css{width:calc(var(--loading-size) * .3);height:calc(var(--loading-size) * .3);background-color:currentColor;border-radius:50%;animation:tbh-loading-dots 1.4s ease-in-out infinite both}.tbh-loading__dot-css:first-child{animation-delay:-.32s}.tbh-loading__dot-css:nth-child(2){animation-delay:-.16s}@keyframes tbh-loading-dots{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.tbh-loading__bars{display:flex;gap:calc(var(--loading-size) * .1);align-items:center}.tbh-loading__bar{width:calc(var(--loading-size) * .15);height:var(--loading-size);background-color:currentColor;border-radius:calc(var(--loading-size) * .075);animation:tbh-loading-bars 1.2s ease-in-out infinite}.tbh-loading__bar:first-child{animation-delay:-1.2s}.tbh-loading__bar:nth-child(2){animation-delay:-1.1s}.tbh-loading__bar:nth-child(3){animation-delay:-1s}.tbh-loading__bar:nth-child(4){animation-delay:-.9s}@keyframes tbh-loading-bars{0%,40%,to{transform:scaleY(.4);opacity:.5}20%{transform:scaleY(1);opacity:1}}.tbh-loading__skeleton{width:100%;max-width:300px}.tbh-loading__skeleton-line{height:1rem;background:linear-gradient(90deg,var(--color-background-muted,#f0f0f0) 25%,var(--color-border,#e0e0e0) 50%,var(--color-background-muted,#f0f0f0) 75%);background-size:200% 100%;border-radius:var(--border-radius-sm,4px);margin-bottom:.75rem;animation:tbh-loading-skeleton 1.5s ease-in-out infinite}.tbh-loading__skeleton-line--title{height:1.5rem;width:60%}.tbh-loading__skeleton-line--short{width:40%;margin-bottom:0}@keyframes tbh-loading-skeleton{0%{background-position:-200% 0}to{background-position:200% 0}}.tbh-loading__page{display:flex;flex-direction:column;align-items:center;gap:var(--space-md,1rem);padding:var(--space-xl,2rem)}.tbh-loading__extended{margin-top:var(--space-lg,1.5rem);text-align:center;color:var(--color-text-light,#666);font-size:var(--font-size-sm,.875rem)}.tbh-loading__extended p{margin:var(--space-xs,.25rem) 0}.tbh-loading__content{display:flex;align-items:center;gap:var(--space-sm,.75rem)}.tbh-loading__message{font-size:var(--loading-message-size);color:var(--color-text,#333);margin:0;font-weight:var(--font-weight-medium,500)}.tbh-loading--white .tbh-loading__message{color:#fff}@media (max-width:768px){.tbh-loading__page{padding:var(--space-lg,1.5rem)}.tbh-loading__content{flex-direction:column;text-align:center}}@media (prefers-reduced-motion:reduce){.tbh-loading__bar,.tbh-loading__dot,.tbh-loading__skeleton-line,.tbh-loading__spinner-svg{animation:none}.tbh-loading__spinner-circle{stroke-dasharray:none;stroke-dashoffset:0}}.tbh-loading-boundary__container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;width:100%;padding:var(--space-lg,1.5rem)}.tbh-loading-boundary__fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.95);z-index:var(--z-modal,2000);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (max-width:768px){.tbh-loading-boundary__container{min-height:150px;padding:var(--space-md,1rem)}}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;z-index:1000;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav-close-button{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;z-index:1001;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.mobile-nav-close-button:hover{background-color:rgba(0,0,0,.1)}.mobile-nav-close-button:focus{outline:2px solid #7a28cb;outline-offset:2px}.mobile-navigation{width:100%;text-align:center;padding:2rem}.mobile-nav-links{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.mobile-nav-links a{font-size:1.2rem;color:var(--text-color,#333);text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease;min-width:200px;display:block}.mobile-nav-links a:hover{background-color:rgba(122,40,203,.1);color:#7a28cb;transform:translateY(-2px)}.mobile-nav-links button{font-size:1.2rem;padding:.75rem 1.5rem;border-radius:8px;min-width:200px;cursor:pointer;transition:all .3s ease}.mobile-nav-links button:hover{transform:translateY(-2px)}@media (max-width:480px){.mobile-nav-links{gap:1.25rem}.mobile-nav-links a,.mobile-nav-links button{font-size:1.1rem;min-width:180px;padding:.6rem 1.25rem}.mobile-navigation{padding:1.5rem}}.AuthContent_container__DPOIT{padding:1rem;text-align:center;background-color:#fff}.AuthContent_container__DPOIT h2{color:var(--primary-color);margin-bottom:.5rem}.AuthContent_container__DPOIT p{color:#666;margin-bottom:2rem}.AuthContent_form__BlZgp{display:flex;flex-direction:column;gap:1rem;max-width:300px;margin:0 auto}.AuthContent_form__BlZgp input[type=email],.AuthContent_form__BlZgp input[type=password]{padding:.8rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.AuthContent_message__lxpbu{padding:1rem;margin:1rem 0}.AuthContent_message__lxpbu p{margin-bottom:0;padding-bottom:0}.AuthContent_message__lxpbu.AuthContent_error__hCL7m{background-color:#fee2e2;color:#dc2626}.AuthContent_message__lxpbu.AuthContent_success__uwoPW{background-color:#dcfce7;color:#166534;border:1px solid #166534;border-radius:5px}.AuthContent_message__lxpbu.AuthContent_warning__WmDw_{background-color:#fef9c3;color:#854d0e;border:1px solid #854d0e;border-radius:5px}.AuthContent_divider__4hl7f{margin:1rem 0;color:#666;position:relative}.AuthContent_divider__4hl7f:after,.AuthContent_divider__4hl7f:before{content:"";position:absolute;top:50%;width:45%;height:1px;background-color:#ddd}.AuthContent_divider__4hl7f:before{left:0}.AuthContent_divider__4hl7f:after{right:0}.AuthContent_termsWrapper__u4Jiy{text-align:left;margin:1rem 0}.AuthContent_termsLabel__CTi_u{display:flex;gap:.5rem;align-items:flex-start;font-size:.9rem;color:#666}.AuthContent_checkbox__mjPrz{margin-top:.2rem}.AuthContent_link__IuZb9{color:var(--primary-color);text-decoration:underline}.AuthContent_link__IuZb9:hover{text-decoration:none}.DemoRequestForm_container__L6tJD{padding:2rem;text-align:center;background-color:#fff;border-radius:10px;max-width:650px;margin:0 auto}.DemoRequestForm_container__L6tJD h2{color:var(--primary-color);margin-bottom:.5rem;font-size:1.75rem}.DemoRequestForm_container__L6tJD p{color:#666;margin-bottom:2rem;font-size:1.1rem}.DemoRequestForm_form__8QIkZ{display:flex;flex-direction:column;gap:1.25rem;text-align:left}.DemoRequestForm_formGrid__u7Tmr{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}@media (max-width:768px){.DemoRequestForm_formGrid__u7Tmr{grid-template-columns:1fr}}.DemoRequestForm_formGroup__MXmO_{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.DemoRequestForm_formGroup__MXmO_ label{font-weight:500;color:#333;font-size:.95rem}.DemoRequestForm_formGroup__MXmO_ input,.DemoRequestForm_formGroup__MXmO_ select,.DemoRequestForm_formGroup__MXmO_ textarea{padding:.8rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;background-color:#f9f9f9;transition:border .2s,box-shadow .2s}.DemoRequestForm_formGroup__MXmO_ input:focus,.DemoRequestForm_formGroup__MXmO_ select:focus,.DemoRequestForm_formGroup__MXmO_ textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(122,40,203,.1)}.DemoRequestForm_formGroup__MXmO_ textarea{resize:vertical}.DemoRequestForm_checkboxGroup__H0MCr{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem;margin-top:.5rem}.DemoRequestForm_checkboxLabel___XJKG{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#333;cursor:pointer}.DemoRequestForm_checkboxLabel___XJKG input{margin:0;accent-color:var(--primary-color)}.DemoRequestForm_formActions__WVgmc{margin-top:1rem;display:flex;justify-content:center}.DemoRequestForm_message__mzTcv{padding:1rem;margin:1rem 0;border-radius:5px;font-weight:500}.DemoRequestForm_message__mzTcv p{margin-bottom:0;padding-bottom:0}.DemoRequestForm_message__mzTcv.DemoRequestForm_error___PAjJ{background-color:#fee2e2;color:#dc2626;border:1px solid #dc2626}.DemoRequestForm_message__mzTcv.DemoRequestForm_success__gXnVd{background-color:#dcfce7;color:#166534;border:1px solid #166534}.DemoRequestForm_successContainer__XgKXl{display:flex;flex-direction:column;align-items:center;padding:1.5rem;text-align:center}.DemoRequestForm_successIcon__yK13p{color:#16a34a;margin-bottom:1rem}.DemoRequestForm_successContainer__XgKXl h2{font-size:2rem;margin-bottom:1.5rem}.DemoRequestForm_successContainer__XgKXl p{margin-bottom:1rem;line-height:1.6}.DemoRequestForm_buttons__WMxOP{margin-top:2rem;display:flex;gap:1rem}@media (max-width:600px){.DemoRequestForm_container__L6tJD{padding:1.5rem}.DemoRequestForm_checkboxGroup__H0MCr{grid-template-columns:1fr}}.SplashScreen_container__KA6vT{display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}.SplashScreen_content__dhEn6{display:flex;flex-direction:column;align-items:center;gap:2rem;height:100vh;width:100vw}.SplashScreen_logo__m7lA6{font-family:Kollektif;font-size:2rem;margin-bottom:.5rem;text-align:center}.SplashScreen_svgContainer__YzZDF{width:16rem}.SplashScreen_dot__XCQBl{fill:#7a28cb;transition:opacity .5s ease-in-out;opacity:0}.SplashScreen_dotAnimated__pXZuc{opacity:1}.SplashScreen_line__ErjOz{stroke:#7a28cb;transition:opacity .5s ease-in-out;opacity:0}.SplashScreen_lineAnimated__ghyIi{opacity:1}.SplashScreen_tagline__yARzX{text-align:center;color:#666;transition:opacity .5s ease-in-out;opacity:0}.SplashScreen_taglineAnimated__OVbzA{opacity:1}.JourneyRecommendations_recommendationsContainer__oKKOw{display:flex;flex-direction:column;width:100%}.JourneyRecommendations_recommendationsTitle__XQzqr{text-align:center;color:var(--primary-color);margin-top:0}.JourneyRecommendations_journeyGrid__14YuW{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,32%));grid-gap:20px;gap:20px;justify-content:center}.JourneyRecommendations_journeyCard__WtpxM{padding:20px;border-radius:15px;border:1px solid #7a28cb;background-color:#fff;transition:box-shadow .3s ease,transform .2s ease;display:flex;flex-direction:column;gap:10px;height:100%}.JourneyRecommendations_journeyCard__WtpxM:hover{box-shadow:0 5px 15px rgba(122,40,203,.2);transform:translateY(-3px)}.JourneyRecommendations_journeyTitle__fJ6Nw{font-size:1.2em;margin:0;color:var(--primary-color)}.JourneyRecommendations_journeyDescription__dKoKl{font-size:.9em;margin:0;flex-grow:1;color:var(--text-color)}.JourneyRecommendations_cardActions__CK_Aq{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.JourneyRecommendations_learnMore__hHlLI{color:#7a28cb;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;font:inherit;transition:color .2s ease}.JourneyRecommendations_learnMore__hHlLI:hover{color:#6520a0}.JourneyRecommendations_actionButtons__mkuy_{display:flex;justify-content:center;margin-top:1rem}@media (max-width:768px){.JourneyRecommendations_recommendationsContainer__oKKOw{padding:5px 20px 20px}.JourneyRecommendations_journeyGrid__14YuW{display:flex;flex-direction:row;gap:20px;width:100%;overflow-x:auto;padding-bottom:15px;justify-content:flex-start}.JourneyRecommendations_journeyCard__WtpxM{flex:0 0 auto;width:80%;min-height:auto;box-sizing:border-box}.JourneyRecommendations_actionButtons__mkuy_{margin-top:5px}}.LearningPlan_learningPlan___HsA_{margin:0 auto;font-family:Kollektif,Arial,sans-serif}.LearningPlan_title__ABqyD{color:#7a28cb;font-size:2rem;margin-bottom:20px;text-align:center;font-family:Cabin-Sketch,sans-serif;font-weight:400}.LearningPlan_planList__vSGH_{list-style-type:none;padding:0}.LearningPlan_planItem__1HMeV{border-radius:15px;margin-bottom:20px;padding:20px;box-shadow:0 3px 10px #7a28cb;transition:transform .3s ease,box-shadow .3s ease;border:none}.LearningPlan_itemTitle__7rGcE{color:#7a28cb;margin-bottom:10px;font-weight:700}.LearningPlan_itemContent__zssWu{color:#333;font-size:1rem;line-height:1.6}.LearningPlan_itemContent__zssWu strong{color:#7a28cb;font-weight:700}@media (max-width:768px){.LearningPlan_learningPlan___HsA_{padding:10px}.LearningPlan_title__ABqyD{font-size:1.75rem}.LearningPlan_planItem__1HMeV{padding:15px}.LearningPlan_itemTitle__7rGcE{font-size:1.25rem}.LearningPlan_itemContent__zssWu{font-size:.9rem}}.LoadingDots_container__Ni34G{display:flex;flex-direction:column;align-items:center;justify-content:center}.LoadingDots_svg__9k7ZT{display:block}.LoadingDots_small__tbRQZ .LoadingDots_svg__9k7ZT{width:60px;height:20px}.LoadingDots_medium__o2RBp .LoadingDots_svg__9k7ZT{width:120px;height:30px}.LoadingDots_large__vyUEA .LoadingDots_svg__9k7ZT{width:180px;height:40px}.LoadingDots_dot__Wph92{opacity:1;transform:scale(3);transition:all .3s ease-in-out}.LoadingDots_dotAnimated__6dDr8{opacity:1;transform:scale(1)}.LoadingDots_dotPrimary__8QVDq{fill:#7a28cb}.LoadingDots_dotSecondary__g9QCe{fill:#41e2ba}.LoadingDots_dotLight__Y80GP{fill:#fff}.LoadingDots_dotDark__6SscF{fill:#333}.LoadingDots_line__9MYJv{opacity:0;stroke-dasharray:100;stroke-dashoffset:100;transition:all .4s ease-in-out}.LoadingDots_lineAnimated__U_rA7{opacity:1;stroke-dashoffset:0}.LoadingDots_linePrimary__eLq55{stroke:#7a28cb}.LoadingDots_lineSecondary__qEhWe{stroke:#41e2ba}.LoadingDots_lineLight__e0aN4{stroke:#fff}.LoadingDots_lineDark__jPY4J{stroke:#333}.LoadingDots_label__4etuG{margin-top:10px;font-size:.9rem;color:#666;text-align:center;font-weight:500}.LoadingDots_inline__nfaSP{display:flex;align-items:center;gap:8px}.LoadingDots_inlineText__Q7cGg{font-size:.9rem;color:#666}.LoadingDots_centered__kpSCi{display:flex;justify-content:center;align-items:center;padding:20px}.LoadingDots_loading__xB82F{pointer-events:none}@media (max-width:768px){.LoadingDots_large__vyUEA .LoadingDots_svg__9k7ZT{width:120px;height:30px}.LoadingDots_medium__o2RBp .LoadingDots_svg__9k7ZT{width:90px;height:25px}}.VideoPlayer_videoWrapper__9X6Gw{display:flex;justify-content:center;align-items:flex-start;gap:20px;padding:20px;max-width:100%;box-sizing:border-box}.VideoPlayer_withTranscript__N3kak .VideoPlayer_videoContainer__4QzMZ{width:60%;margin-left:auto;margin-right:auto}.VideoPlayer_withTranscript__N3kak .VideoPlayer_transcriptContainer__xwTD_{width:35%;height:65vh;overflow-y:auto;padding:15px;background:#f5f5f5;border-radius:5px;margin-top:10vh}.VideoPlayer_videoPlayer__P2kPS{border-radius:30px}.VideoPlayer_buttonsDiv__3ZoBd{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;margin-top:2vh}.VideoPlayer_fullScreenButton__no5Vr,.VideoPlayer_transcriptButton__N9dqQ{bottom:15px;background:#fff;color:var(--primary-color);border:1px solid var(--primary-color);padding:10px 15px;border-radius:5px;cursor:pointer;font-size:14px;box-shadow:var(--box-shadow);transition:background .3s ease}.VideoPlayer_transcriptButton__N9dqQ{left:15px}.VideoPlayer_fullScreenButton__no5Vr{right:15px}.VideoPlayer_fullScreenButton__no5Vr:hover,.VideoPlayer_transcriptButton__N9dqQ:hover{background:var(--primary-color);color:#fff}.VideoPlayer_transcriptContainer__xwTD_{margin-top:20px;padding:15px;background:#f5f5f5;border-radius:5px;max-height:60vh;overflow-y:scroll}.VideoPlayer_transcriptContainer__xwTD_ pre{white-space:pre-wrap;word-wrap:break-word;font-family:Arial,sans-serif;font-size:14px;line-height:1.6}.VideoPlayer_playButton__LEd_p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:50px;color:#fff;cursor:pointer;background:var(--primary-color);border-radius:50%;padding:10px}.VideoPlayer_playButton__LEd_p:hover{background:rgba(0,0,0,.7)}.VideoPlayer_videoPlayer__P2kPS::cue{background-color:rgba(0,0,0,.8);color:#fff;font-family:Arial,sans-serif;font-size:16px;line-height:1.5}.VideoPlayer_customPosterContainer__bfeqp{position:relative;width:100%;max-width:60vw;overflow:hidden;box-shadow:var(--box-shadow);aspect-ratio:16/9;margin:0 auto}.VideoPlayer_customPosterOverlay__kgIKS{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease}.VideoPlayer_customPosterOverlay__kgIKS:hover{transform:scale(1.01)}.VideoPlayer_videoPlayer__P2kPS.VideoPlayer_playing__MGXCN+.VideoPlayer_customPosterOverlay__kgIKS,.VideoPlayer_videoPlayer__P2kPS:not(:paused)+.VideoPlayer_customPosterOverlay__kgIKS{display:none}.VideoPlayer_videoPlayer__P2kPS{width:100%;max-width:60vw;height:auto;border-radius:15px;box-shadow:var(--box-shadow)}.VideoPlayer_videoContainer__4QzMZ{width:100%;max-width:60vw;margin:0 auto}@media (max-width:768px){.VideoPlayer_videoWrapper__9X6Gw{flex-direction:column;padding:10px;width:100%}.VideoPlayer_customPosterContainer__bfeqp,.VideoPlayer_videoPlayer__P2kPS{max-width:100%;border-radius:5px}.VideoPlayer_withTranscript__N3kak .VideoPlayer_transcriptContainer__xwTD_,.VideoPlayer_withTranscript__N3kak .VideoPlayer_videoContainer__4QzMZ{width:95%}.VideoPlayer_playButton__LEd_p{font-size:40px}.VideoPlayer_fullScreenButton__no5Vr,.VideoPlayer_transcriptButton__N9dqQ{padding:8px 12px;font-size:12px}}@media (max-width:480px){.VideoPlayer_playButton__LEd_p{font-size:30px}.VideoPlayer_videoWrapper__9X6Gw{padding:5px}}.PaginatedTables_learningJourneyTable__qYuhm table{border-collapse:separate;border-spacing:0;margin:0;border:1px dashed #7a28cb}.PaginatedTables_learningJourneyTable__qYuhm td,.PaginatedTables_learningJourneyTable__qYuhm th{border:1px dashed #7a28cb;padding:1vh 1vw;margin:0;border-spacing:0;border-collapse:collapse}.PaginatedTables_learningJourneyTable__qYuhm th{background-color:#7a28cb;color:#fff}.PaginatedTables_learningJourneyTable__qYuhm td{text-align:center}.PaginatedTables_pagination__8hlpa{display:flex;justify-content:center;align-items:center;margin-top:20px}.PaginatedTables_pagination__8hlpa button{margin:0 10px;padding:5px 10px;color:#7a28cb;background-color:#fff;border:1px solid #7a28cb;border-radius:5px;cursor:pointer}.PaginatedTables_pagination__8hlpa button:disabled{background-color:#ccc;cursor:not-allowed}.PaginatedTables_pagination__8hlpa span{margin:0 10px}.PaginatedTables_emptyRow__WS3VM td{border:none;background-color:transparent}.StatusDisplay_statusCard__q1I_n{background-color:var(--secondary-color);border-radius:var(--border-radius);padding:1rem;box-shadow:0 2px 6px rgba(0,0,0,.1);border:1px solid var(--primary-color)}.StatusDisplay_statusHeader___v7lb{display:flex;align-items:center;margin-bottom:.75rem}.StatusDisplay_statusIcon__diqdS{margin-right:.75rem;display:flex;align-items:center}.StatusDisplay_statusText__wsUPd{display:flex;align-items:center;gap:.5rem}.StatusDisplay_labelSmall__AYHXI{font-size:.9rem;color:var(--text-color)}.StatusDisplay_statusValue__6iObO{font-weight:600;font-size:1rem;color:var(--text-color)}.StatusDisplay_progressContainer__JV7lt{width:100%;background-color:#f0f0f0;border-radius:10px;height:20px;position:relative;overflow:hidden;padding:2px}.StatusDisplay_progressBar__96PcM{height:100%;background-color:var(--primary-color);transition:width .3s ease;border-radius:8px}.StatusDisplay_progressText__LSkVk{position:absolute;right:8px;color:#666}.StatusDisplay_whiteText__f06pZ{color:#fff}.CompletionScreen_container__6YJo0{width:100%;max-width:800px;margin:0 auto;text-align:center;position:relative;overflow:hidden}.CompletionScreen_confettiContainer__q0ahN{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:1000}.CompletionScreen_confettiParticle__rPPnI{position:absolute;will-change:transform;animation:CompletionScreen_confettiDrop__gXD_f 4s cubic-bezier(.25,.46,.45,.94) forwards;transform-origin:center}@keyframes CompletionScreen_confettiDrop__gXD_f{0%{transform:translate(var(--x),var(--y)) rotate(var(--rotation)) scale(0);opacity:0}10%{transform:translate(var(--x),var(--y)) rotate(var(--rotation)) scale(1);opacity:1}to{transform:translate(calc(var(--x) + (cos(var(--angle)) * var(--velocity) * 150px)),calc(var(--y) + (sin(var(--angle)) * var(--velocity) * 150px) + 1000px)) rotate(calc(var(--rotation) + var(--rotation-speed) * 30)) scale(.5);opacity:0}}.CompletionScreen_header__LwCJi{position:relative;margin-bottom:2rem;z-index:1}.CompletionScreen_title__G_Wib{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.CompletionScreen_subtitle__2euuG{font-size:1.25rem;color:var(--text-secondary)}.CompletionScreen_achievementCard__byKDW{background-color:var(--background-light);padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-bottom:2rem;position:relative;z-index:1}.CompletionScreen_cardTitle__Yjs55{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.CompletionScreen_achievementGrid__qOyAj{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.CompletionScreen_achievementItem__kEN1K{background-color:#fff;padding:1rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.CompletionScreen_nextSteps__Nws1d{margin-bottom:2rem;position:relative;z-index:1}.CompletionScreen_sectionTitle__QRW53{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.CompletionScreen_buttonContainer__hpMHr{display:flex;flex-direction:column;gap:1rem}.CompletionScreen_actionButton__AJ2Nb{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;gap:.75rem}.CompletionScreen_shareContainer__JPDVf{padding-top:1rem;position:relative;z-index:1}.CompletionScreen_shareButton__Xt8UD{display:inline-flex;align-items:center;gap:.5rem}.TopicManager_topicManager__XyeNv{width:95%;margin-bottom:20px;padding:15px;background-color:hsla(0,0%,100%,.6);border-radius:15px;box-shadow:0 2px 5px rgba(122,40,203,.1);margin-left:auto;margin-right:auto}.TopicManager_topicList__xofbs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.TopicManager_topicPill___TOFe{background-color:#f0f0f0;border:2px solid transparent;border-radius:20px;padding:5px 15px;font-size:14px;cursor:pointer;transition:all .3s;margin-bottom:5px}.TopicManager_topicPill___TOFe:hover{background-color:#e0e0e0;transform:translateY(-2px)}.TopicManager_topicPill___TOFe.TopicManager_selected__2_8M7{background-color:#7a28cb;color:#fff;border-color:#5cc8ff;box-shadow:0 0 5px rgba(92,200,255,.5)}.TopicManager_newTopicSection__CIjsD{display:flex;margin-bottom:20px}.TopicManager_inputContainer__nvlxK{display:flex;gap:10px;width:100%;flex-wrap:wrap}.TopicManager_newTopicInput__4QlXZ{flex-grow:1;padding:8px 12px;border:1px solid #ccc;border-radius:4px;min-width:250px;font-family:Kollektif,sans-serif}.TopicManager_newTopicInput__4QlXZ:focus{outline:none;border-color:#7a28cb;box-shadow:0 0 0 2px rgba(122,40,203,.1)}.TopicManager_selectedTopicsDisplay__cwzqh{background-color:#f7f7f7;border-radius:4px;padding:10px 15px;margin-top:15px;border-left:3px solid #7a28cb}.TopicManager_selectedTopicsDisplay__cwzqh h5{margin:0 0 5px;font-size:16px;color:#7a28cb}.TopicManager_selectedTopicsDisplay__cwzqh p{margin:0;font-size:14px;line-height:1.5;color:#444;word-wrap:break-word}@media (max-width:768px){.TopicManager_inputContainer__nvlxK{flex-direction:column;align-items:flex-start}.TopicManager_newTopicInput__4QlXZ{width:100%}.TopicManager_inputContainer__nvlxK button{margin-top:5px}}.stepWizard_stepProgress__ZmIns{margin-bottom:2rem}.stepWizard_stepProgressBar__O8j3s{width:100%;height:6px;background-color:#e9ecef;border-radius:3px;overflow:hidden;margin-bottom:1rem}.stepWizard_stepProgressFill__30XvM{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transition:width .3s ease;border-radius:3px}.stepWizard_stepList__L9O3h{display:flex;justify-content:space-between;align-items:center}.stepWizard_stepItem__FmIeo{display:flex;flex-direction:column;align-items:center;flex:1 1;position:relative}.stepWizard_stepNumber__ICT2z{width:30px;height:30px;border-radius:50%;background-color:#e9ecef;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;margin-bottom:.5rem;transition:all .3s ease}.stepWizard_stepNumber__ICT2z.stepWizard_active__aFpQ_{background-color:var(--primary-color);color:#fff}.stepWizard_stepNumber__ICT2z.stepWizard_completed__LzLea{background-color:var(--secondary-color);color:var(--primary-color)}.stepWizard_stepNumber__ICT2z.stepWizard_error__C9C_j{background-color:#e53935;color:#fff}.stepWizard_stepName__xXxZ7{font-size:.8rem;text-align:center;color:#666;max-width:80px;line-height:1.2}.stepWizard_stepName__xXxZ7.stepWizard_active__aFpQ_{color:var(--primary-color);font-weight:500}.stepWizard_stepConnector__t0LUM{position:absolute;top:15px;left:50%;right:-50%;height:2px;background-color:#e9ecef;z-index:-1}.stepWizard_stepConnector__t0LUM.stepWizard_completed__LzLea{background-color:var(--secondary-color)}.stepWizard_stepCounter__nEe8y{text-align:center;font-size:.9rem;color:#666;margin-top:1rem;font-weight:500}.stepWizard_autoSaveIndicator__S_kmb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.stepWizard_saving__F9PlV{color:#ff9800;animation:stepWizard_pulse__wsKen 1.5s infinite}.stepWizard_saved___Nj9k{color:#4caf50}@keyframes stepWizard_pulse__wsKen{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width:768px){.stepWizard_stepList__L9O3h{flex-wrap:wrap;gap:.5rem}.stepWizard_stepItem__FmIeo{min-width:60px}.stepWizard_stepConnector__t0LUM{display:none}}