.tbh-card{background-color:hsla(0,0%,100%,.7);border-radius:var(--border-radius-md,8px);padding:1.5rem;margin:1rem auto;box-shadow:var(--box-shadow);transition:transform .3s ease,box-shadow .3s ease;border:none;width:90%;text-align:left;font-family:inherit;font-size:inherit;color:inherit;cursor:default}.tbh-card--green{background-color:#41e2ba}.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--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,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}}.ContentContainer_container__kn5BX{max-width:1000px;margin:4rem auto;background-color:#fff;border-radius:15px;box-shadow:var(--box-shadow);width:100%;box-sizing:border-box;overflow:hidden}.ContentContainer_withPadding__Nf5BI{padding:4rem 2rem}@media (max-width:768px){.ContentContainer_container__kn5BX{margin:2rem auto;width:95%}.ContentContainer_withPadding__Nf5BI{padding:2rem 1rem}}