.ProfileForm_profileSignUp__FYIUK{display:flex;justify-content:center;width:100%}.ProfileForm_profileForm__gws8Q{display:flex;flex-direction:column;width:100%;max-width:700px;margin:0 auto}.ProfileForm_profileForm__gws8Q input[type=text],.ProfileForm_profileForm__gws8Q select,.ProfileForm_profileForm__gws8Q textarea{height:42px;font-size:.95rem;padding:8px 12px;margin-bottom:.5rem}.ProfileForm_profileForm__gws8Q textarea{height:100px}.ProfileForm_profileForm__gws8Q input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px;margin-right:.5rem;cursor:pointer;accent-color:var(--primary-color)}.ProfileForm_profileForm__gws8Q label{font-size:.95rem;margin-bottom:.5rem;font-weight:500;display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;line-height:1.4}.ProfileForm_buttonWrapper__JUYSh{width:100%;display:flex;flex-direction:column;margin-top:1rem}.ProfileForm_buttonContainer__ZrNaK{display:flex;justify-content:space-between;width:100%}.ProfileForm_steps__zBKJ_{display:flex;justify-content:center;margin-bottom:1rem;width:100%;gap:8px}.ProfileForm_step__ixoQw{width:28px;height:28px;border-radius:50%;background-color:#ccc;display:flex;justify-content:center;align-items:center;font-weight:700;color:var(--color-white);font-size:.85rem}.ProfileForm_step__ixoQw.ProfileForm_active__D__8h{background-color:var(--color-primary)}@media (max-width:650px){.ProfileForm_profileForm__gws8Q{width:100%}.ProfileForm_profileForm__gws8Q .ProfileForm_buttonContainer__ZrNaK{flex-direction:column;gap:.5rem}.ProfileForm_profileForm__gws8Q Button{width:100%}}.forms_formSection__F9_RT{padding:1rem 1.25rem;margin-bottom:1rem;border-left:4px solid var(--primary-color)}.forms_formSectionTitle__GxCfn h3{font-size:1.1rem;margin:0 0 .5rem}.forms_formSectionDescription__wFuT2{font-size:.85rem;line-height:1.3}.forms_formSection__F9_RT{background-color:var(--color-background-light);border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 6px var(--color-primary-light);border:1px solid transparent;transition:all .3s ease}.forms_formSectionError__i6PEY{border-color:var(--color-error);background-color:rgba(229,57,53,.05)}.forms_formSectionHeader__eN88f{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;cursor:pointer}.forms_formSectionTitle__GxCfn{display:flex;align-items:center;gap:.5rem}.forms_formSectionTitle__GxCfn h3{margin:0;color:var(--primary-color);font-size:1.2rem}.forms_formSectionToggle__cCM8s{color:var(--primary-color);display:flex;align-items:center;transition:transform .2s ease}.forms_formSectionActions__hknIS{display:flex;gap:.5rem;align-items:center}.forms_formSectionDescription__wFuT2{color:var(--color-text-light);font-size:.9rem;font-style:italic;margin:0 0 1rem;line-height:1.4}.forms_formSectionContent__7wskw{animation:forms_slideDown__ChX1G .3s ease-out}.forms_required__Hr_ZE{color:var(--color-error);margin-left:.2rem}.forms_characterCount__VRYOk{font-size:.8rem;color:var(--color-text-light);text-align:right;margin-top:.25rem}.forms_characterWarning__TeAzh{color:var(--color-warning);font-weight:500}.forms_characterError__EmBI1{color:var(--color-error);font-weight:500}.forms_noResize__Q0aJi{resize:none}.forms_bigInput__qI4T1{font-family:inherit;line-height:1.4;padding:.75rem;border:1px solid #ccc;border-radius:4px;transition:border-color .2s,box-shadow .2s}.forms_bigInput__qI4T1:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px var(--color-primary-light)}.forms_inputError___U3R0{border-color:var(--color-error)!important;background-color:rgba(229,57,53,.05)}.forms_inputError___U3R0:focus{box-shadow:0 0 0 2px rgba(229,57,53,.2)}.forms_formButtonGroup__oyRoh{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.forms_buttonLeft__d6Ox1{margin-right:auto}.forms_buttonRight___ykO5{margin-left:auto}.forms_buttonSpinner__qqaI6{display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:forms_spin__yZSMY 1s linear infinite;margin-right:.5rem}.forms_progressContainer__qWhit{margin:1rem 0}.forms_progressHeader__FVYtB{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.forms_progressLabel__aYwC0{font-weight:500;color:var(--primary-color);font-size:.9rem}.forms_progressValue__Mn2eP{font-size:.9rem;color:var(--color-text-light)}.forms_progressBar__7eJ1B{width:100%;background-color:var(--color-border);border-radius:4px;overflow:hidden;position:relative}.forms_progressSmall__RDp9N{height:4px}.forms_progressMedium__64HOK{height:8px}.forms_progressLarge__Xp_CM{height:12px}.forms_progressFill__amttV{height:100%;transition:width .3s ease;border-radius:4px}.forms_progressPrimary__Mn3Ba{background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}.forms_progressSuccess__BaQTa{background-color:var(--color-success)}.forms_progressWarning___SXih{background-color:var(--color-warning)}.forms_progressDanger__BroID{background-color:var(--color-error)}.forms_progressStriped__NN32h{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.forms_progressAnimated__KbRUg{animation:forms_progressAnimation__P_cg6 1s linear infinite}@keyframes forms_progressAnimation__P_cg6{0%{background-position:0 0}to{background-position:1rem 0}}.forms_topicSummary__bpBWs{background-color:rgba(122,40,203,.05);border-left:3px solid var(--primary-color);padding:1rem;margin:1rem 0;border-radius:4px}.forms_topicSummary__bpBWs p{margin:0;color:#333}.forms_seriesSelection__82gBn{margin:1.5rem 0}.forms_seriesSelection__82gBn h4{color:var(--primary-color);margin-bottom:1rem}.forms_seriesInfo__lKYK_{margin-top:1rem}.forms_currentSelection__jA9g4{background-color:rgba(65,226,186,.05);border-left:3px solid var(--secondary-color);padding:1rem;margin:1rem 0;border-radius:4px}.forms_currentSelection__jA9g4 p{margin:0;color:#333;font-size:.95rem}.forms_centered__7G5ch{display:flex;justify-content:center;align-items:center;padding:2rem}.forms_fieldHelp__1TJWB{font-size:.8rem;color:var(--color-text-light);margin-top:.25rem;line-height:1.3}.forms_fieldHelp__1TJWB.forms_error__6E0NU{color:#b71c1c}@keyframes forms_slideDown__ChX1G{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes forms_spin__yZSMY{to{transform:rotate(1turn)}}@media (max-width:768px){.forms_formSection__F9_RT{padding:1rem;margin-bottom:1rem}.forms_formSectionHeader__eN88f{flex-direction:column;align-items:flex-start;gap:.5rem}.forms_formButtonGroup__oyRoh{flex-direction:column;gap:.5rem}.forms_formButtonGroup__oyRoh button{width:100%}}.forms_formGroup__9AC_G{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.forms_formGroup__9AC_G label{font-weight:500;color:var(--color-text);font-size:.95rem;display:block}.forms_formGroup__9AC_G input[type=date],.forms_formGroup__9AC_G input[type=email],.forms_formGroup__9AC_G input[type=number],.forms_formGroup__9AC_G input[type=password],.forms_formGroup__9AC_G input[type=search],.forms_formGroup__9AC_G input[type=tel],.forms_formGroup__9AC_G input[type=text],.forms_formGroup__9AC_G input[type=url],.forms_formGroup__9AC_G select,.forms_formGroup__9AC_G textarea{padding:.75rem;border:1px solid var(--color-border);border-radius:var(--border-radius-md,8px);font-size:1rem;font-family:inherit;line-height:1.5;transition:border-color .2s,box-shadow .2s;background-color:hsla(0,0%,100%,.9);width:100%;color:var(--color-text)}.forms_formGroup__9AC_G input[type=date]:focus,.forms_formGroup__9AC_G input[type=email]:focus,.forms_formGroup__9AC_G input[type=number]:focus,.forms_formGroup__9AC_G input[type=password]:focus,.forms_formGroup__9AC_G input[type=search]:focus,.forms_formGroup__9AC_G input[type=tel]:focus,.forms_formGroup__9AC_G input[type=text]:focus,.forms_formGroup__9AC_G input[type=url]:focus,.forms_formGroup__9AC_G select:focus,.forms_formGroup__9AC_G textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.forms_formGroup__9AC_G input[type=date]:disabled,.forms_formGroup__9AC_G input[type=email]:disabled,.forms_formGroup__9AC_G input[type=number]:disabled,.forms_formGroup__9AC_G input[type=password]:disabled,.forms_formGroup__9AC_G input[type=search]:disabled,.forms_formGroup__9AC_G input[type=tel]:disabled,.forms_formGroup__9AC_G input[type=text]:disabled,.forms_formGroup__9AC_G input[type=url]:disabled,.forms_formGroup__9AC_G select:disabled,.forms_formGroup__9AC_G textarea:disabled{background-color:var(--color-background-muted);cursor:not-allowed;opacity:.6}.forms_formGroup__9AC_G select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23192b4d' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.forms_formGroup__9AC_G textarea{min-height:100px;resize:vertical}.forms_checkboxLabel__wNpm5,.forms_radioLabel__Y2TmI{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:var(--color-text)}.forms_formGroup__9AC_G input[type=checkbox],.forms_formGroup__9AC_G input[type=radio]{width:18px;height:18px;cursor:pointer;margin:0}.forms_helpText__BUa_Q{font-size:.875rem;color:var(--color-text-light);margin:0;font-style:italic;line-height:1.4}.forms_helpText__BUa_Q strong{color:var(--color-primary);font-weight:600;font-style:normal}.forms_formGroupError__OqWzr input,.forms_formGroupError__OqWzr select,.forms_formGroupError__OqWzr textarea{border-color:var(--color-error)!important;background-color:rgba(229,57,53,.05)}.forms_formGroupError__OqWzr input:focus,.forms_formGroupError__OqWzr select:focus,.forms_formGroupError__OqWzr textarea:focus{box-shadow:0 0 0 3px rgba(229,57,53,.1)}.forms_errorText__YNiAi,.forms_formGroupError__OqWzr label{color:var(--color-error)}.forms_errorText__YNiAi{font-size:.875rem;margin:0;font-weight:500}.forms_formGroupSuccess__1DnZO input,.forms_formGroupSuccess__1DnZO select,.forms_formGroupSuccess__1DnZO textarea{border-color:var(--color-success)}.forms_formGroupSuccess__1DnZO input:focus,.forms_formGroupSuccess__1DnZO select:focus,.forms_formGroupSuccess__1DnZO textarea:focus{box-shadow:0 0 0 3px rgba(76,175,80,.1)}.forms_inputWithIcon__JKmWA{position:relative}.forms_inputWithIcon__JKmWA input{padding-left:40px}.forms_inputIcon__qPjPZ{left:12px;pointer-events:none}.forms_inputIconRight__4KpXF,.forms_inputIcon__qPjPZ{position:absolute;top:50%;transform:translateY(-50%);color:var(--color-text)}.forms_inputIconRight__4KpXF{right:12px}.forms_inputGroup___eEQK{display:flex;gap:.5rem;align-items:flex-end}.forms_inputGroup___eEQK .forms_formGroup__9AC_G{flex:1 1;margin-bottom:0}.forms_formInline__uFO5p{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.forms_formInline__uFO5p .forms_formGroup__9AC_G{flex:1 1;min-width:200px;margin-bottom:0}@media (max-width:768px){.forms_formGroup__9AC_G label{font-size:.9rem}.forms_formGroup__9AC_G input[type=date],.forms_formGroup__9AC_G input[type=email],.forms_formGroup__9AC_G input[type=number],.forms_formGroup__9AC_G input[type=password],.forms_formGroup__9AC_G input[type=search],.forms_formGroup__9AC_G input[type=tel],.forms_formGroup__9AC_G input[type=text],.forms_formGroup__9AC_G input[type=url],.forms_formGroup__9AC_G select,.forms_formGroup__9AC_G textarea{font-size:.95rem;padding:.65rem}.forms_formGroup__9AC_G select{padding-right:2.25rem;background-position:right .65rem center}.forms_formInline__uFO5p,.forms_inputGroup___eEQK{flex-direction:column;align-items:stretch}.forms_formInline__uFO5p .forms_formGroup__9AC_G{min-width:100%}}@media (max-width:480px){.forms_formGroup__9AC_G input[type=date],.forms_formGroup__9AC_G input[type=email],.forms_formGroup__9AC_G input[type=number],.forms_formGroup__9AC_G input[type=password],.forms_formGroup__9AC_G input[type=search],.forms_formGroup__9AC_G input[type=tel],.forms_formGroup__9AC_G input[type=text],.forms_formGroup__9AC_G input[type=url],.forms_formGroup__9AC_G select,.forms_formGroup__9AC_G textarea{font-size:16px}}.tbh-card{background-color:hsla(0,0%,100%,.7);border-radius:var(--border-radius-md);padding:1.5rem;margin:1rem auto;box-shadow:var(--box-shadow);transition:transform var(--transition-base),box-shadow var(--transition-base);border:none;width:90%;text-align:left;font-family:inherit;font-size:inherit;color:inherit;cursor:default}.tbh-card--green{background-color:var(--color-secondary)}.tbh-card--accent{border-left:4px solid var(--color-primary)}.tbh-card--complete{border:1px solid var(--color-secondary);background-color:var(--color-secondary-light)}.tbh-card--started{border:1px solid var(--color-accent);background-color:var(--color-accent-light)}.tbh-card--outlined{border:1px solid var(--color-border);background-color:transparent}.tbh-card--elevated{box-shadow:0 4px 12px rgba(122,40,203,.15)}.tbh-card--yellow{background-color:var(--color-yellow);border:2px solid var(--color-yellow-hover)}.tbh-card--pink,.tbh-card--yellow,.tbh-card--yellow .tbh-card__icon,.tbh-card--yellow .tbh-card__title{color:var(--color-black)}.tbh-card--pink{background-color:var(--color-other);border:2px solid var(--color-other-hover)}.tbh-card--blue,.tbh-card--pink .tbh-card__icon,.tbh-card--pink .tbh-card__title{color:var(--color-black)}.tbh-card--blue{background-color:var(--color-accent);border:2px solid var(--color-accent-hover)}.tbh-card--blue .tbh-card__icon,.tbh-card--blue .tbh-card__title{color:var(--color-black)}.tbh-card--blue:hover,.tbh-card--pink:hover,.tbh-card--yellow:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.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);outline-offset:2px}.tbh-card--static{transition:none}.tbh-card__header{display:flex;align-items:center;margin-bottom:var(--space-md);gap:var(--space-sm)}.tbh-card__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary)}.tbh-card__title{font-size:var(--font-size-lg);color:var(--color-primary);margin:0;font-weight:var(--font-weight-bold)}.tbh-card__content{color:var(--color-text-primary);line-height:var(--line-height-base)}.tbh-card__content p{margin-bottom:var(--space-md)}.tbh-card__content p:last-child{margin-bottom:0}.tbh-card--flex-content .tbh-card__content{display:flex;flex-direction:column;flex-grow:1}@media (max-width:768px){.tbh-card{padding:var(--space-md)}.tbh-card__title{font-size:var(--font-size-base)}}.tbh-card--clickable:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.tbh-card{transition:none}}.grid .tbh-card,.grid-auto-fit-lg .tbh-card,.grid-auto-fit-md .tbh-card,.grid-auto-fit-sm .tbh-card{height:100%;margin:0 auto}.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:var(--color-secondary);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 var(--color-secondary);background-color:var(--color-white)}.tbh-box--blank{box-shadow:none;background-color:none;overflow-y:auto;justify-content:flex-start;align-content:flex-start;padding-top:0;padding-right:1px}.tbh-box h2,.tbh-box h3{text-align:left}.tbh-error{border-radius:var(--border-radius-md);font-family:inherit;color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb}.tbh-error--default{padding:var(--space-lg);margin:var(--space-md) 0}.tbh-error--inline{padding:var(--space-sm) var(--space-md);margin:var(--space-xs) 0;background-color:#fdf2f2}.tbh-error--page{max-width:600px}.tbh-error--boundary,.tbh-error--page{padding:var(--space-xl);margin:var(--space-lg) auto;text-align:center}.tbh-error--boundary{max-width:800px}.tbh-error--toast{padding:var(--space-md);margin:var(--space-sm);box-shadow:0 4px 12px rgba(0,0,0,.15);background-color:var(--color-background);color:var(--color-text-primary);border-left:4px solid;border-color:#f5c6cb;position:relative}.tbh-error--warning{color:#856404;background-color:#fff3cd;border-color:#ffeaa7}.tbh-error--warning .tbh-error__icon{color:var(--color-warning)}.tbh-error__content{display:flex;flex-direction:column;gap:var(--space-md)}.tbh-error__header{display:flex;align-items:flex-start;gap:var(--space-sm);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);padding:0;line-height:1;transition:color var(--transition-base)}.tbh-error__dismiss:hover,.tbh-error__icon{color:var(--color-error)}.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) 0;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-error)}.tbh-error--inline .tbh-error__title,.tbh-error__message{font-size:var(--font-size-base)}.tbh-error__message{margin:0;line-height:var(--line-height-base)}.tbh-error--inline .tbh-error__message{font-size:var(--font-size-sm)}.tbh-error__actions{display:flex;gap:var(--space-sm);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);color:var(--color-error);padding:var(--space-xs) var(--space-md);border-radius:var(--border-radius-sm);font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-base);font-family:inherit}.tbh-error__button:hover{background-color:var(--color-error);color:var(--color-white)}.tbh-error__button:focus{outline:2px solid var(--color-error);outline-offset:2px}.tbh-error__button--retry{background-color:var(--color-error);color:var(--color-white)}.tbh-error__button--retry:hover{background-color:#c82333}.tbh-error__button--dismiss{background:none;border:1px solid var(--color-border);color:var(--color-text-light)}.tbh-error__button--dismiss:hover{background-color:var(--color-background-muted);color:var(--color-text-primary)}.tbh-error__button--details{background:none;border:none;color:var(--color-error);text-decoration:underline;padding:0;font-size:var(--font-size-sm)}.tbh-error__button--details:hover{color:#c82333}.tbh-error__details{margin-top:var(--space-md);padding:var(--space-md);background-color:var(--color-background-muted);border-radius:var(--border-radius-sm);border:1px solid var(--color-border)}.tbh-error__details-text{margin:0;font-family:var(--font-family-mono);font-size:var(--font-size-xs);color:var(--color-text-light);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);margin:var(--space-md)}.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);outline-offset:2px}@media (prefers-reduced-motion:reduce){.tbh-error__button{transition:none}}.tbh-loading{display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.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-dropdown)}.tbh-loading--fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.9);z-index:2000}.tbh-loading--sm{--loading-size:16px;--loading-message-size:var(--font-size-sm)}.tbh-loading--md{--loading-size:24px;--loading-message-size:var(--font-size-base)}.tbh-loading--lg{--loading-size:32px;--loading-message-size:var(--font-size-lg)}.tbh-loading--primary{color:var(--color-primary)}.tbh-loading--secondary{color:var(--color-secondary)}.tbh-loading--white{color:var(--color-white)}.tbh-loading--dark{color:var(--color-text-primary)}.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) 25%,var(--color-border) 50%,var(--color-background-muted) 75%);background-size:200% 100%;border-radius:var(--border-radius-sm);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);padding:var(--space-xl)}.tbh-loading__extended{margin-top:var(--space-lg);text-align:center;color:var(--color-text-light);font-size:var(--font-size-sm)}.tbh-loading__extended p{margin:var(--space-xs) 0}.tbh-loading__content{display:flex;align-items:center;gap:var(--space-sm)}.tbh-loading__message{font-size:var(--loading-message-size);color:var(--color-text-primary);margin:0;font-weight:var(--font-weight-medium)}.tbh-loading--white .tbh-loading__message{color:var(--color-white)}.tbh-loading__inline{display:inline-flex;align-items:center;gap:var(--space-sm)}.tbh-loading__inline-message{font-size:var(--loading-message-size);color:var(--color-text-primary);margin:0;font-weight:var(--font-weight-medium)}.tbh-loading--white .tbh-loading__inline-message{color:var(--color-white)}@media (max-width:768px){.tbh-loading__page{padding:var(--space-lg)}.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)}.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);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (max-width:768px){.tbh-loading-boundary__container{min-height:150px;padding:var(--space-md)}}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--color-background);background-image:var(--background-image-mobile);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;z-index:1000;display:flex;justify-content:center;align-items:stretch;animation:fadeIn var(--transition-base)}@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:var(--border-radius-full);transition:background-color var(--transition-fast)}.mobile-nav-close-button:hover{background-color:rgba(0,0,0,.1)}.mobile-nav-close-button:focus{outline:2px solid var(--color-primary);outline-offset:2px}.mobile-navigation{width:100%;overflow-y:auto;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(--color-text-primary);text-decoration:none;padding:.75rem 1.5rem;border-radius:var(--border-radius-md);transition:all var(--transition-base);min-width:200px;display:block}.mobile-nav-links a:hover{background-color:var(--color-primary-light);color:var(--color-primary);transform:translateY(-2px)}.mobile-nav-links button{font-size:1.2rem;padding:.75rem 1.5rem;border-radius:var(--border-radius-md);min-width:200px;cursor:pointer;transition:all var(--transition-base)}.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}}.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_statusCardMobile__ETM7f{width:100%}.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:var(--color-border-light);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{margin-top:.75rem;display:block;text-align:center;width:100%}.SharepointFilePicker_modal__XR4Wu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.SharepointFilePicker_modalContent__h2c__{background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:80vh;display:flex;flex-direction:column}.SharepointFilePicker_modalHeader__0m2TV{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.SharepointFilePicker_modalHeader__0m2TV h3{margin:0}.SharepointFilePicker_closeButton__JGyMa{background:none;border:none;font-size:32px;cursor:pointer;color:#666;line-height:1;padding:0;width:32px;height:32px}.SharepointFilePicker_closeButton__JGyMa:hover{color:#000}.SharepointFilePicker_modalBody__Wjofj{padding:20px;overflow-y:auto;flex:1 1;min-height:300px}.SharepointFilePicker_siteSelection__p0tNW{min-height:200px}.SharepointFilePicker_instruction__stla1{font-weight:600;margin-bottom:12px;color:#333}.SharepointFilePicker_authPrompt__IUTI7{font-size:.875rem;color:var(--color-text-secondary);margin-top:.5rem}.SharepointFilePicker_siteList__Jk34M{display:flex;flex-direction:column;gap:8px}.SharepointFilePicker_siteItem__2jrPp{padding:16px;text-align:left;border:2px solid #e0e0e0;border-radius:6px;background:#fff;cursor:pointer;font-size:14px;display:flex;flex-direction:column;gap:4px;transition:all .2s}.SharepointFilePicker_siteItem__2jrPp:hover{background:#f0f8ff;border-color:#0078d4;transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.SharepointFilePicker_siteUrl__hWtfZ{font-size:12px;color:#666}.SharepointFilePicker_emptyState__ga_sQ{padding:40px 20px;text-align:center;color:#666;font-size:16px}.SharepointFilePicker_navigation___uMQo{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:10px}.SharepointFilePicker_backButton__PZ3_a{padding:8px 12px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer;font-size:14px}.SharepointFilePicker_backButton__PZ3_a:hover{background:#f5f5f5}.SharepointFilePicker_librarySelect__48kjy{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px}.SharepointFilePicker_breadcrumbs__ooQGm{margin-bottom:16px;padding:10px;background:#f5f5f5;border-radius:4px;font-size:14px}.SharepointFilePicker_breadcrumb__vfnen{background:none;border:none;color:#0078d4;cursor:pointer;padding:0}.SharepointFilePicker_breadcrumb__vfnen:hover{text-decoration:underline}.SharepointFilePicker_fileList__Zf4Mk{border:1px solid #e0e0e0;border-radius:4px;max-height:400px;overflow-y:auto}.SharepointFilePicker_fileItem__8rVu_{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #e0e0e0;gap:12px}.SharepointFilePicker_fileItem__8rVu_:last-child{border-bottom:none}.SharepointFilePicker_fileItem__8rVu_:hover{background:#f9f9f9}.SharepointFilePicker_fileInfo__MgBWR{flex:1 1;display:flex;flex-direction:column;gap:4px}.SharepointFilePicker_fileName__q3UhQ{font-size:14px;font-weight:500}.SharepointFilePicker_fileSize__m_kX2{font-size:12px;color:#666}.SharepointFilePicker_error__9P_m_{padding:12px;margin-bottom:16px;background:#fee;border:1px solid #fcc;border-radius:4px;color:#c00;font-size:14px}.SharepointFilePicker_retryButton__HL_T1{margin-left:10px;padding:4px 12px;border:1px solid #c00;border-radius:4px;background:#fff;color:#c00;cursor:pointer;font-size:12px}.SharepointFilePicker_retryButton__HL_T1:hover{background:#fee}.SharepointFilePicker_errorHelp__GVp3s{margin-top:12px;padding:12px;background:#fff;border-radius:4px;font-size:13px}.SharepointFilePicker_errorHelp__GVp3s p{margin-bottom:8px;font-weight:500}.SharepointFilePicker_errorHelp__GVp3s ol{margin:0;padding-left:20px}.SharepointFilePicker_errorHelp__GVp3s li{margin:4px 0}.SharepointFilePicker_loading__3atlV{padding:40px 20px;text-align:center;color:#666;font-size:16px}.SourceManager_container__or_W2{display:flex;flex-direction:column;gap:var(--space-md)}.SourceManager_header__cBAGL{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-sm)}.SourceManager_header__cBAGL h3{margin:0;font-size:var(--font-size-lg);color:var(--color-primary)}.SourceManager_sourceCard__45Sq0{position:relative}.SourceManager_sourceHeader__6pqRZ{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}.SourceManager_sourceInfo__x4fHH{display:flex;align-items:center;gap:var(--space-sm)}.SourceManager_sourceName__9AQ2q{font-weight:var(--font-weight-medium);color:var(--color-text)}.SourceManager_iconSuccess__CDulm{color:var(--color-success)}.SourceManager_iconError__SURKA{color:var(--color-error)}.SourceManager_iconDefault__1LVQS{color:var(--color-text)}.SourceManager_spinner__wIk4G{width:20px;height:20px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:SourceManager_spin__wghqd .6s linear infinite}@keyframes SourceManager_spin__wghqd{to{transform:rotate(1turn)}}.SourceManager_sourceControls__fiDr9{display:flex;gap:var(--space-lg);margin-bottom:var(--space-md)}.SourceManager_sourceType___jE6h{display:flex;align-items:center;gap:var(--space-xs);cursor:pointer;font-size:var(--font-size-base)}.SourceManager_sourceType___jE6h input[type=radio]{cursor:pointer}.SourceManager_fileUpload__hbRvm{display:flex;gap:var(--space-sm);align-items:center;flex-wrap:wrap}.SourceManager_fileInput__hHqPG{display:none}.SourceManager_fileLabel__OGMkj{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background-color:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--border-radius-sm);cursor:pointer;transition:all var(--transition-base);font-size:var(--font-size-base);flex:1 1;min-width:200px}.SourceManager_fileLabel__OGMkj:hover{background-color:var(--color-secondary-hover)}.SourceManager_textArea__X6bvC{width:100%;padding:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--border-radius-sm);font-family:var(--font-family-mono);font-size:var(--font-size-sm);resize:vertical;min-height:150px}.SourceManager_textActions__RFOx_{margin-top:var(--space-sm)}.SourceManager_successMessage__YmRcS{display:flex;align-items:center;gap:var(--space-xs);margin-top:var(--space-sm);font-size:var(--font-size-sm);color:var(--color-text)}.SourceManager_textArea__X6bvC:focus{outline:none;border-color:var(--color-primary)}.SourceManager_textArea__X6bvC:disabled{background-color:var(--color-background-muted);cursor:not-allowed}.SourceManager_authPrompt__RqjnD{display:flex;flex-direction:column;gap:var(--space-xs);font-size:var(--font-size-sm);color:var(--color-text-secondary);margin-top:.5rem}.SourceManager_authPrompt__RqjnD p{margin:0}.SourceManager_connectPrompt__mvnzC{display:flex;flex-direction:column;gap:var(--space-xs)}.SourceManager_connectError__3mkV2{font-size:var(--font-size-xs);color:var(--color-error);margin:0}@media (max-width:768px){.SourceManager_sourceControls__fiDr9{flex-direction:column;gap:var(--space-sm)}.SourceManager_fileUpload__hbRvm{flex-direction:column;align-items:stretch}.SourceManager_fileLabel__OGMkj{min-width:auto}}.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:var(--color-background-muted);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:var(--color-background);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:var(--color-white)}.VideoPlayer_transcriptContainer__xwTD_{margin-top:20px;padding:15px;background:var(--color-background-muted);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:var(--color-white);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:var(--color-white);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}}.ChatBox_dotlyHeader__1ZSs4{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ChatBox_dotlyBox__ZnYp_{margin-bottom:1rem;max-height:60vh;overflow-y:auto;height:60vh;overflow-y:scroll;overflow-anchor:auto}.ChatBox_chatBox__KduuL,.ChatBox_dotlyBox__ZnYp_{background-color:var(--color-white);border-radius:var(--border-radius);padding:1rem;box-shadow:var(--box-shadow);margin-left:auto;margin-right:auto;display:flex;flex-direction:column}.ChatBox_chatBox__KduuL{background:var(--color-secondary);height:auto;border-radius:15px}.ChatBox_chatModes__XJ1qj{background-color:var(--color-white);border-radius:var(--border-radius);margin-bottom:1rem;box-shadow:0 3px 10px rgba(0,0,0,.1);width:90%;max-width:90%;padding:30px;margin-left:auto;margin-right:auto}.ChatBox_chatModeButtons__0AmGs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.ChatBox_dotlyInfoModal__owY3C{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.ChatBox_dotlyInfoContent__5J9gC{background-color:var(--color-white);border-radius:var(--border-radius);padding:1.5rem;max-width:700px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 5px 15px rgba(0,0,0,.3)}.ChatBox_dotlyInfoContent__5J9gC h3{color:var(--primary-color);margin-top:0}.ChatBox_dotlyInfoContent__5J9gC ul{padding-left:1.5rem}.ChatBox_dotlyInfoContent__5J9gC li{margin-bottom:.5rem}.ChatBox_profileCompleteActions__hD0R_{text-align:center;padding:1rem 0}.ChatBox_profileCompleteActions__hD0R_ p{margin-bottom:1rem;font-weight:700;color:var(--primary-color)}.ChatBox_comingSoon__UNkvw{font-style:italic;text-align:center;color:var(--color-text-light);margin-top:1rem}.ChatBox_loadingRecommendations__ccUhx{text-align:center;padding:1rem 0}.ChatBox_loadingRecommendations__ccUhx p{font-weight:700;color:var(--primary-color);animation:ChatBox_pulse__42gWU 1.5s ease-in-out infinite}@keyframes ChatBox_pulse__42gWU{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.ChatBox_welcomeContainer__84TP4{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.ChatBox_welcomeHeader__TwSpo{width:100%}.ChatBox_welcomeHeader__TwSpo h2{font-weight:400;color:var(--primary-color);margin-top:0;text-align:center;font-family:var(--font-family-primary)}.ChatBox_welcomeHeader__TwSpo p{font-size:1rem;color:var(--text-color);line-height:1.6;font-family:var(--font-family-primary)}.ChatBox_intentButtons__vKObD{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;width:100%}.ChatBox_intentButton__YyLLg{background-color:var(--color-white);border:2px solid var(--secondary-color);border-radius:var(--border-radius);padding:1.5rem 1rem;cursor:pointer;transition:all .3s ease;text-align:center;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none}.ChatBox_intentButton__YyLLg:not(:disabled):hover{background:var(--secondary-color);color:var(--primary-color);transform:translateY(-2px);box-shadow:0 6px 15px rgba(65,226,186,.25)}.ChatBox_intentButton__YyLLg:active{transform:translateY(0)}.ChatBox_intentButton__YyLLg svg{margin-bottom:.75rem;color:var(--secondary-color);flex-shrink:0;transition:color .3s ease}.ChatBox_intentButton__YyLLg:hover svg{color:var(--color-white)}.ChatBox_intentButton__YyLLg span{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem;line-height:1.2;transition:color .3s ease}.ChatBox_intentButton__YyLLg:hover span{color:var(--color-white)}.ChatBox_intentButton__YyLLg small{font-size:.8rem;color:var(--color-text-light);line-height:1.3;transition:color .3s ease}.ChatBox_intentButton__YyLLg:hover small{color:var(--color-white);opacity:.9}.ChatBox_welcomeFooter__5Ujnh{margin-top:1rem;width:100%}.ChatBox_welcomeFooter__5Ujnh p{font-size:.9rem;color:var(--color-text-light);font-style:italic;font-family:var(--font-family-primary);margin-bottom:1rem;margin-top:1.5rem}.ChatBox_row__zXazV{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.ChatBox_row__zXazV button{flex:1 1;min-width:120px}.ChatBox_contained__QSn2G{position:static;height:auto;background:transparent;z-index:auto}.ChatBox_contained__QSn2G .ChatBox_dotlyBox__ZnYp_{position:static;transform:none;margin:0;height:60vh}.ChatBox_contained__QSn2G .ChatBox_chatBox__KduuL{position:static;transform:none;margin:1rem 0 0;width:100%;box-shadow:none;padding:0}.ChatBox_contained__QSn2G .ChatBox_chatBox__KduuL,.ChatBox_contained__QSn2G .ChatBox_dotlyBox__ZnYp_{width:100%;margin-left:0;margin-right:0}.ChatBox_inline__tfgdc{position:static;height:auto;background:transparent;z-index:auto}.ChatBox_inline__tfgdc .ChatBox_dotlyBox__ZnYp_{position:static;transform:none;margin:0;height:30vh;max-height:30vh}.ChatBox_inline__tfgdc .ChatBox_chatBox__KduuL{position:static;transform:none;margin:0;width:100%;box-shadow:none;padding:0}.ChatBox_inline__tfgdc .ChatBox_chatBox__KduuL,.ChatBox_inline__tfgdc .ChatBox_dotlyBox__ZnYp_{width:100%;margin-left:0;margin-right:0}@media (max-width:768px){.ChatBox_chatBoxContainer__2ZvwN{position:relative;min-height:100vh;display:flex;flex-direction:column;background:var(--color-white);margin:0;padding:0}.ChatBox_dotlyHeader__1ZSs4{flex-shrink:0;height:60px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;background:var(--color-white);margin:0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.ChatBox_dotlyHeader__1ZSs4 h1{font-size:1.2rem;margin:0}.ChatBox_dotlyBox__ZnYp_{flex:1 1;padding:15px;background:var(--color-white);margin:0;width:100%;max-width:100%;border-radius:0;box-shadow:none;height:auto;min-height:calc(100vh - 60px - 100px);overflow-y:visible;max-height:none}.ChatBox_chatBox__KduuL{background:var(--color-secondary);margin:0;border-radius:0;position:-webkit-sticky;position:sticky;bottom:0;z-index:10;box-sizing:border-box}.ChatBox_welcomeContainer__84TP4{padding:1rem;height:auto;min-height:auto;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem}.ChatBox_welcomeHeader__TwSpo{margin-bottom:1rem}.ChatBox_welcomeHeader__TwSpo h2{font-size:1.3rem;line-height:1.3;margin-bottom:1rem}.ChatBox_welcomeHeader__TwSpo p{font-size:.9rem;line-height:1.5;margin-bottom:1rem}.ChatBox_intentButtons__vKObD{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-bottom:1rem}.ChatBox_intentButton__YyLLg{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;min-height:80px;text-align:center;background-color:var(--color-white);border:2px solid var(--secondary-color);border-radius:var(--border-radius);cursor:pointer;transition:all .3s ease;width:100%;box-sizing:border-box}.ChatBox_intentButton__YyLLg:active,.ChatBox_intentButton__YyLLg:hover{background:var(--secondary-color);color:var(--primary-color);transform:translateY(-1px);box-shadow:0 4px 12px rgba(65,226,186,.25)}.ChatBox_intentButton__YyLLg svg{margin-bottom:.5rem;color:var(--secondary-color);flex-shrink:0;transition:color .3s ease}.ChatBox_intentButton__YyLLg:active svg,.ChatBox_intentButton__YyLLg:hover svg{color:var(--color-white)}.ChatBox_intentButton__YyLLg span{font-size:.95rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem;line-height:1.2;transition:color .3s ease}.ChatBox_intentButton__YyLLg:active span,.ChatBox_intentButton__YyLLg:hover span{color:var(--color-white)}.ChatBox_intentButton__YyLLg small{font-size:.75rem;color:var(--color-text-light);line-height:1.3;transition:color .3s ease;text-align:center}.ChatBox_intentButton__YyLLg:active small,.ChatBox_intentButton__YyLLg:hover small{color:var(--color-white);opacity:.9}.ChatBox_welcomeFooter__5Ujnh{margin-top:1rem;width:100%}.ChatBox_welcomeFooter__5Ujnh p{font-size:.85rem;color:var(--color-text-light);margin-bottom:.75rem;text-align:center}.ChatBox_form__RQLye{width:100%;margin:0;padding:0}.ChatBox_inputContainer__WoAqW{width:100%;gap:8px;align-items:flex-end;margin:0;padding:0}.ChatBox_textarea__LP0ol{width:70%;min-height:44px;max-height:100px;font-size:16px;border-radius:12px;border:1px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.9);padding:12px;resize:none;font-family:inherit;box-sizing:border-box;margin:0}.ChatBox_textarea__LP0ol:focus{outline:none;border-color:hsla(0,0%,100%,.6);background:var(--color-white)}.ChatBox_buttonContainer__pziIe{width:30%;gap:6px;margin:0;padding:0}.ChatBox_buttonContainer__pziIe button{font-size:.85rem;padding:10px 12px;min-height:44px;border-radius:12px;white-space:nowrap;margin:0}.ChatBox_confidentialityReminder__1qXI0{background-color:#f8f9fa;border-left:4px solid var(--secondary-color);padding:.75rem;margin:1rem 0;border-radius:0 var(--border-radius) var(--border-radius) 0}.ChatBox_confidentialityReminder__1qXI0 strong{color:var(--primary-color)}.ChatBox_comingSoon__UNkvw{margin:10px 0;padding:10px 15px;background:hsla(0,0%,100%,.1);border-radius:8px}.ChatBox_chatBoxContainer__2ZvwN{position:static;height:auto;min-height:auto;background:transparent;z-index:auto}.ChatBox_dotlyBox__ZnYp_{position:static;height:60vh;max-height:60vh;overflow-y:auto;flex:none}.ChatBox_chatBox__KduuL{position:static;margin:1rem 0 0;width:100%;box-shadow:none;padding:15px;flex-shrink:0}}.dots_canvasStyleDots__Bkh4_{display:flex;align-items:center;padding:0;margin:0;gap:0;max-width:800px;width:100%}.dots_canvasStyleDots__Bkh4_ button{border:2px solid var(--color-primary)!important;box-sizing:border-box}.dots_line__iKA9x{height:2px;background-color:var(--color-primary);flex:1 1;min-width:10px;max-width:100px}@media (max-width:768px){.dots_canvasStyleDots__Bkh4_{max-width:600px}.dots_line__iKA9x{min-width:5px;max-width:50px}}@media (max-width:480px){.dots_canvasStyleDots__Bkh4_{max-width:400px}.dots_line__iKA9x{min-width:3px;max-width:30px}}.Overlay_overlay__KRdvI{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.Overlay_modal__TgU1l{position:relative;border-radius:15px;overflow:hidden;max-height:90vh;width:90%;background:var(--color-white);display:flex;flex-direction:column}.Overlay_modalHeader__J8Arq{position:relative;padding:20px;display:flex;align-items:center;justify-content:flex-end}.Overlay_closeButton__KhfNi{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;margin:0;transition:color .2s ease}.Overlay_title__NnvRX{margin-right:auto;color:var(--primary-color);font-size:1.5rem}.Overlay_modalContent__x1Bqr{padding:20px;overflow-y:auto;flex:1 1}.Overlay_small__NyRkV{max-width:400px}.Overlay_default__2O3v8{max-width:600px}.Overlay_large__QW5XO{max-width:800px}.Overlay_default__2O3v8{background:var(--color-white)}.Overlay_green__Xd9L9{background:var(--color-secondary)}.Overlay_modal__TgU1l{animation:Overlay_slideIn___3eZw .3s ease-out}@keyframes Overlay_slideIn___3eZw{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.Overlay_modal__TgU1l{width:95%}.Overlay_modalContent__x1Bqr,.Overlay_modalHeader__J8Arq{padding:15px}}.ActionButtons_buttonFullWidth__JrBMY{width:100%;margin-left:0;margin-right:0}.ActionButtons_actionButtonGroup__MHnM1{display:flex;justify-content:center;gap:var(--space-sm)}.ActionButtons_actionButtonGroupVertical__v2Yg5{display:flex;flex-direction:column;gap:var(--space-sm);width:100%}@media (max-width:768px){.ActionButtons_actionButtonGroup__MHnM1{flex-direction:column;width:100%}}.Tooltip_tooltipContainer__xRahZ{position:relative;display:inline-block}.Tooltip_tooltip__GNx1z{position:absolute;z-index:1000;background-color:var(--primary-color);color:var(--color-white);padding:8px 12px;border-radius:4px;font-size:14px;min-width:15vw;white-space:normal;word-wrap:break-word;box-shadow:0 2px 5px rgba(0,0,0,.2);opacity:0;animation:Tooltip_fadeIn__9p1Jp .3s forwards;max-width:100px;text-align:center}@keyframes Tooltip_fadeIn__9p1Jp{0%{opacity:0}to{opacity:1}}.Tooltip_top__f4z6P{bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:8px}.Tooltip_bottom__AEEju{top:100%;left:50%;transform:translateX(-50%);margin-top:8px}.Tooltip_left__EUl70{right:100%;top:50%;transform:translateY(-50%);margin-right:8px}.Tooltip_right__yyNEr{left:100%;top:50%;transform:translateY(-50%);margin-left:8px}.Tooltip_arrow__mnBLi{position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent}.Tooltip_top__f4z6P .Tooltip_arrow__mnBLi{top:100%;left:50%;transform:translateX(-50%);border-top:5px solid #333}.Tooltip_bottom__AEEju .Tooltip_arrow__mnBLi{bottom:100%;left:50%;transform:translateX(-50%);border-bottom:5px solid #333}.Tooltip_left__EUl70 .Tooltip_arrow__mnBLi{left:100%;border-left:5px solid #333}.Tooltip_left__EUl70 .Tooltip_arrow__mnBLi,.Tooltip_right__yyNEr .Tooltip_arrow__mnBLi{top:50%;transform:translateY(-50%);border-top:5px solid transparent;border-bottom:5px solid transparent}.Tooltip_right__yyNEr .Tooltip_arrow__mnBLi{right:100%;border-right:5px solid #333}.Tooltip_nav__IFoUZ{min-width:0;text-align:left;max-width:110px}.DotlyReminder_reminderBox__7VUjd{text-align:center;padding:var(--space-lg);background-color:#f9f9f9;border-radius:var(--border-radius-md);border:2px solid var(--color-primary)}.DotlyReminder_reminderTitle___akYy{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);margin-bottom:var(--space-sm);color:var(--color-primary)}.DotlyReminder_reminderText__of8Gf{font-size:var(--font-size-sm);margin-bottom:var(--space-md);line-height:var(--line-height-base)}.MicrolearningBanner_banner__r3dWg{background-color:#eff6ff;border:1px solid var(--color-primary-other);border-radius:8px;padding:16px 20px;margin-bottom:24px}.MicrolearningBanner_content__3kd8T{display:flex;justify-content:space-between;align-items:center;gap:16px}.MicrolearningBanner_text__MR9Nn{color:var(--text-primary,#1f2937);font-size:14px;line-height:1.5}.MicrolearningBanner_text__MR9Nn strong{color:var(--color-primary-other);font-weight:600}.MicrolearningBanner_link__kkmKv{color:var(--color-primary-other);font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.MicrolearningBanner_link__kkmKv:hover{opacity:.7;text-decoration:underline}@media (max-width:640px){.MicrolearningBanner_content__3kd8T{flex-direction:column;align-items:flex-start}.MicrolearningBanner_link__kkmKv{align-self:flex-end}}.DocumentPicker_picker__ZKt3m{display:flex;flex-direction:column;gap:var(--space-md);min-height:0}.DocumentPicker_searchBar__mGFli{position:relative;display:flex;align-items:center}.DocumentPicker_searchIcon__jZySJ{position:absolute;left:var(--space-sm);color:var(--color-text-muted);pointer-events:none}.DocumentPicker_searchInput__av1IK{width:100%;padding:var(--space-sm) var(--space-xl) var(--space-sm) calc(var(--space-sm) * 2 + 16px);border:1px solid var(--color-border);border-radius:var(--border-radius-md);font-family:var(--font-family-primary);font-size:var(--font-size-base);color:var(--color-text);background:var(--color-background);transition:border-color var(--transition-fast)}.DocumentPicker_searchInput__av1IK:focus{outline:none;border-color:var(--color-primary)}.DocumentPicker_clearSearch____ZPF{position:absolute;right:var(--space-sm);background:none;border:none;cursor:pointer;color:var(--color-text-muted);display:flex;align-items:center;padding:var(--space-xs);border-radius:var(--border-radius-sm)}.DocumentPicker_clearSearch____ZPF:hover{color:var(--color-text)}.DocumentPicker_selectionMeta___NAAJ{font-size:var(--font-size-sm)}.DocumentPicker_selectionHint__RnTcy{color:var(--color-text-muted)}.DocumentPicker_selectionCount__CzTEN{color:var(--color-primary);font-weight:var(--font-weight-medium)}.DocumentPicker_limitReached__6NEzT{color:var(--color-warning)}.DocumentPicker_list__cke8q{display:flex;flex-direction:column;gap:var(--space-sm);max-height:420px;overflow-y:auto;padding-right:var(--space-xs)}.DocumentPicker_empty__K7e_z{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);padding:var(--space-xl);color:var(--color-text-muted);text-align:center}.DocumentPicker_docItem__2E_EO{border:1px solid var(--color-border);border-radius:var(--border-radius-md);overflow:hidden;transition:border-color var(--transition-fast),background var(--transition-fast);background:var(--color-background)}.DocumentPicker_docItemSelected__uExPH{border-color:var(--color-secondary);background:var(--color-secondary-light)}.DocumentPicker_docItemDisabled__YUUCu{opacity:.45;pointer-events:none}.DocumentPicker_docMain__ntb6Q{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-sm) var(--space-md)}.DocumentPicker_checkbox__swSmc{flex-shrink:0;width:20px;height:20px;border:2px solid var(--color-border);border-radius:var(--border-radius-sm);background:var(--color-background);cursor:pointer;display:flex;align-items:center;justify-content:center;margin-top:2px;transition:border-color var(--transition-fast),background var(--transition-fast)}.DocumentPicker_checkbox__swSmc:hover{border-color:var(--color-secondary)}.DocumentPicker_checkboxSelected__Xp99F{border-color:var(--color-secondary);background:var(--color-secondary);color:#fff}.DocumentPicker_docInfo__3x_Yj{flex:1 1;cursor:pointer;min-width:0}.DocumentPicker_docTitleRow__PvY6B{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap}.DocumentPicker_docIcon__6H7Jn{flex-shrink:0;color:var(--color-text-muted)}.DocumentPicker_docTitle__QKjNu{font-weight:var(--font-weight-medium);font-size:var(--font-size-base);color:var(--color-text)}.DocumentPicker_purposeBadge__ZnjS_{font-size:var(--font-size-xs);padding:2px 8px;border-radius:var(--border-radius-full);background:var(--color-primary-light);color:var(--color-primary);font-weight:var(--font-weight-medium)}.DocumentPicker_docSummary__deNAI{font-size:var(--font-size-sm);color:var(--color-text-light);margin:var(--space-xs) 0 0;line-height:var(--line-height-base);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.DocumentPicker_topics__IBU0i{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-xs)}.DocumentPicker_topic__lpZ9u{font-size:var(--font-size-xs);padding:2px 8px;border-radius:var(--border-radius-full);background:var(--color-background-muted);color:var(--color-text-light)}.DocumentPicker_expandBtn__t9_oM{flex-shrink:0;background:none;border:none;cursor:pointer;color:var(--color-text-muted);display:flex;align-items:center;padding:var(--space-xs);border-radius:var(--border-radius-sm);margin-top:2px;transition:color var(--transition-fast)}.DocumentPicker_expandBtn__t9_oM:hover{color:var(--color-primary)}.DocumentPicker_preview__vKsbi{padding:var(--space-sm) var(--space-md) var(--space-md) calc(var(--space-md) + 20px + var(--space-sm));border-top:1px solid var(--color-border-light);font-size:var(--font-size-sm);color:var(--color-text-light);line-height:var(--line-height-base);background:var(--color-background-muted)}.DocumentPicker_actions__b_9UO{display:flex;justify-content:flex-end;gap:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--color-border-light)}.ContentStartMode_wrapper__Yivol{padding:var(--space-md) 0}.ContentStartMode_heading__NZLuW{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--color-text);margin-bottom:var(--space-xs)}.ContentStartMode_subheading__CmsoX{font-size:var(--font-size-base);color:var(--color-text-muted);margin-bottom:var(--space-xl)}.ContentStartMode_grid__v9nkW{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-lg);gap:var(--space-lg)}@media (max-width:768px){.ContentStartMode_grid__v9nkW{grid-template-columns:1fr}}.ContentStartMode_cardWrapper__EfM3F{display:contents}.ContentStartMode_cardWrapper__EfM3F .tbh-card{width:100%;margin:0;height:100%}.ContentStartMode_description__pisP6{font-size:var(--font-size-sm);color:var(--color-text);margin:0;line-height:var(--line-height-base)}.ContentStartMode_selected__EmSXK{outline:3px solid var(--color-primary);outline-offset:2px}.UnifiedContentDetails_aiAssistant__E_LDx{margin-top:var(--space-md);border:1px solid var(--color-border);border-radius:var(--border-radius-md);overflow:hidden}.UnifiedContentDetails_aiHistory__JA5_e{max-height:240px;overflow-y:auto;padding:var(--space-sm) var(--space-md);background:var(--color-background-muted);border-bottom:1px solid var(--color-border);display:flex;flex-direction:column;gap:var(--space-sm)}.UnifiedContentDetails_aiMessage__MG5wT{display:flex;flex-direction:column;gap:2px}.UnifiedContentDetails_aiMessage--user__9uemC{align-items:flex-end}.UnifiedContentDetails_aiMessage--assistant__zF0HY{align-items:flex-start}.UnifiedContentDetails_aiMessageLabel__OqEIy{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.UnifiedContentDetails_aiMessageText__LEaGi{margin:0;font-size:var(--font-size-sm);line-height:var(--line-height-base);padding:var(--space-xs) var(--space-sm);border-radius:var(--border-radius-sm);max-width:85%}.UnifiedContentDetails_aiMessage--user__9uemC .UnifiedContentDetails_aiMessageText__LEaGi{background:var(--color-primary-light);color:var(--color-primary)}.UnifiedContentDetails_aiMessage--assistant__zF0HY .UnifiedContentDetails_aiMessageText__LEaGi{background:var(--color-background);color:var(--color-text);border:1px solid var(--color-border)}.UnifiedContentDetails_aiInputRow__v6N4Q{display:flex;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-background);align-items:flex-end}.UnifiedContentDetails_aiInput__F2XWI{flex:1 1;padding:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--border-radius-sm);font-family:inherit;font-size:var(--font-size-sm);line-height:var(--line-height-base);resize:none;color:var(--color-text);background:var(--color-background)}.UnifiedContentDetails_aiInput__F2XWI:focus{outline:2px solid var(--color-primary);outline-offset:0;border-color:var(--color-primary)}.UnifiedContentDetails_aiInput__F2XWI:disabled{background:var(--color-background-muted);color:var(--color-text-muted)}.UnifiedContentDetails_aiClearHistory__2eC2c{display:block;width:100%;padding:var(--space-xs) var(--space-md);background:none;border:none;border-top:1px solid var(--color-border);font-size:var(--font-size-xs);color:var(--color-text-muted);cursor:pointer;text-align:center;transition:color var(--transition-fast),background var(--transition-fast)}.UnifiedContentDetails_aiClearHistory__2eC2c:hover{color:var(--color-error);background:rgba(229,57,53,.04)}.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:var(--color-primary)}.LoadingDots_dotSecondary__g9QCe{fill:var(--color-secondary)}.LoadingDots_dotLight__Y80GP{fill:var(--color-white)}.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:var(--color-primary)}.LoadingDots_lineSecondary__qEhWe{stroke:var(--color-secondary)}.LoadingDots_lineLight__e0aN4{stroke:var(--color-white)}.LoadingDots_lineDark__jPY4J{stroke:#333}.LoadingDots_label__4etuG{margin-top:10px;font-size:.9rem;color:var(--color-text-light);text-align:center;font-weight:500}.LoadingDots_inline__nfaSP{display:flex;align-items:center;gap:8px}.LoadingDots_inlineText__Q7cGg{font-size:.9rem;color:var(--color-text-light)}.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}}.ChatMessage_assistant__JXNie{max-width:95%;align-items:flex-start;margin-left:0;margin-right:10%}.ChatMessage_assistant__JXNie,.ChatMessage_user__i90Xx{padding:10px;border-radius:15px;box-shadow:0 3px 10px rgba(0,0,0,.2);margin-bottom:10px;-webkit-hyphens:auto;hyphens:auto}.ChatMessage_user__i90Xx{max-width:80%}.ChatMessage_speaker__NaIvd{margin-top:auto;margin-bottom:auto}.ChatMessage_messageRow__oLZ4M{width:100%;margin-bottom:1rem;display:flex;flex-direction:row}.ChatMessage_baseMessage__AC4Hm{max-width:95%;padding:10px;border-radius:15px}.ChatMessage_content__WGpcA{margin:0}.ChatMessage_speaker__NaIvd{margin-bottom:.5rem}.ChatMessage_assistant__JXNie{background-color:var(--color-accent);color:var(--color-accent-text-color);margin-right:auto}.ChatMessage_user__i90Xx{background-color:var(--color-other);color:var(--color-other-text-color);align-items:flex-end;margin-right:0;margin-left:auto}@media (max-width:768px){.ChatMessage_baseMessage__AC4Hm{max-width:85%;padding:12px 16px;border-radius:18px;margin-bottom:.5rem}.ChatMessage_speaker__NaIvd{margin-bottom:.25rem;font-size:.85rem}.ChatMessage_content__WGpcA{line-height:1.4;font-size:.95rem}.ChatMessage_messageRow__oLZ4M{margin-bottom:.5rem}}.ChatInput_form__zYFcQ{width:100%;display:flex;align-items:center}.ChatInput_inputContainer__UQThe{width:100%;height:100%;display:flex;flex-direction:row}.ChatInput_textarea___4N5f{width:90%;font-family:var(--font-family-primary);padding:10px;box-sizing:border-box;border-radius:var(--border-radius);border:none;box-shadow:var(--box-shadow)}.ChatInput_buttonContainer__dNoEW{display:flex;flex-direction:column;gap:10px;margin-left:10px}@media (max-width:768px){.ChatInput_form__zYFcQ{width:100%;margin:0}.ChatInput_inputContainer__UQThe{width:100%;gap:8px;align-items:flex-end}.ChatInput_textarea___4N5f{width:70%;min-height:44px;max-height:100px;font-size:16px;border-radius:12px;border:1px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.9);padding:12px;resize:none;font-family:inherit}.ChatInput_textarea___4N5f:focus{outline:none;border-color:hsla(0,0%,100%,.6);background:var(--color-white)}.ChatInput_buttonContainer__dNoEW{width:30%;gap:6px}.ChatInput_buttonContainer__dNoEW button{font-size:.85rem;padding:10px 12px;min-height:44px;border-radius:12px;white-space:nowrap}}.ContentAssist_wrapper__azGsp{margin-top:var(--space-xl);padding-top:var(--space-md);border-top:1px solid var(--color-border)}.ContentAssist_header__C8cA0{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg)}.ContentAssist_toggle__lPgjN{display:inline-flex;align-items:center;gap:var(--space-sm);background:none;border:none;padding:0;cursor:pointer;font-family:var(--font-family-heading);font-size:var(--font-size-base);font-weight:var(--font-weight-bold);color:var(--color-primary);text-decoration:underline;text-underline-offset:3px}.ContentAssist_toggle__lPgjN:hover{color:var(--color-primary-hover)}.ContentAssist_toggleIcon__WRSUg{font-size:var(--font-size-xs);text-decoration:none;display:inline-block}.ContentDetails_sourcePanel__uzV8g{margin-bottom:var(--space-lg);padding:var(--space-md) var(--space-lg);border:1px solid var(--color-border);border-radius:var(--border-radius-md);background:var(--color-background-muted)}.ContentDetails_sourcePicker__eiJpU{display:flex;align-items:center;gap:var(--space-md)}.ContentDetails_sourceHint__Bvoxx{font-size:var(--font-size-sm);color:var(--color-text-muted);margin:0}.ContentDetails_sourceSelected__CTlwG{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-md);background:var(--color-primary-light);border:1px solid var(--color-primary);border-radius:var(--border-radius-full);font-size:var(--font-size-sm);color:var(--color-primary);max-width:100%}.ContentDetails_sourceTitle__Yrcil{font-weight:var(--font-weight-medium);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ContentDetails_sourceClear__kJGTJ{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--color-primary);padding:0;flex-shrink:0;opacity:.7;transition:opacity var(--transition-fast)}.ContentDetails_sourceClear__kJGTJ:hover{opacity:1}.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 var(--color-primary-light);margin-left:auto;margin-right:auto}.TopicManager_topicList__xofbs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.TopicManager_topicPill___TOFe{background-color:var(--color-border-light);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:var(--color-primary);color:var(--color-white);border-color:var(--color-accent);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:var(--font-family-primary)}.TopicManager_newTopicInput__4QlXZ:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}.TopicManager_selectedTopicsDisplay__cwzqh{background-color:#f7f7f7;border-radius:4px;padding:10px 15px;margin-top:15px;border-left:3px solid var(--color-primary)}.TopicManager_selectedTopicsDisplay__cwzqh h5{margin:0 0 5px;font-size:16px;color:var(--color-primary)}.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}}.TopicManager_toggleHeader__kSQlM{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 0;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--color-text,#333);text-align:left;transition:color .15s ease}.TopicManager_toggleHeader__kSQlM:hover{color:var(--color-primary)}.TopicManager_toggleHeader__kSQlM:focus{outline:none}.TopicManager_toggleHeaderCollapsed__afUue:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.TopicManager_toggleIcon__Y8GSI{display:flex;align-items:center;justify-content:center;color:var(--color-muted);transition:transform .2s ease}.TopicManager_toggleLabel__sMLd2{font-weight:500}.TopicManager_selectedCount__JxU4O{color:var(--color-muted);font-weight:400;font-size:.8125rem}.TopicManager_collapsibleContent__r8ehO{padding-left:1.5rem;padding-bottom:.5rem}.CompanySelector_companySelector__61Y3H{width:95%;margin-bottom:20px;padding:15px;background-color:hsla(0,0%,100%,.6);border-radius:15px;box-shadow:0 2px 5px var(--color-primary-light);margin-left:auto;margin-right:auto}.CompanySelector_dropdown__jaojE{width:100%;padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border);border-radius:var(--border-radius-sm);font-size:var(--font-size-base);font-family:var(--font-family-primary);background-color:#fff;cursor:pointer}.CompanySelector_dropdown__jaojE:focus{outline:2px solid var(--color-primary);outline-offset:2px}.CompanySelector_companyList__hKKqN{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-md)}.CompanySelector_selectedDisplay__nmzIj{margin-top:var(--space-lg);padding:var(--space-md);background-color:var(--color-background-muted);border-radius:var(--border-radius-sm);border-left:3px solid var(--color-primary)}.CompanySelector_selectedDisplay__nmzIj h5{margin:0 0 var(--space-xs) 0;color:var(--color-primary);font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.5px}.CompanySelector_selectedDisplay__nmzIj p{margin:0;color:var(--color-text);font-size:var(--font-size-sm)}.CompanySelector_error__XgPZo{color:var(--color-error);padding:var(--space-sm);background-color:rgba(229,57,53,.1);border-radius:var(--border-radius-sm);border-left:3px solid var(--color-error)}