.home-static-viewport{position:relative;width:100%;height:100%;overflow:hidden;display:grid;place-items:center;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:transparent}.home-static-scaled-frame{position:relative;z-index:1;flex:none}.home-static-canvas{position:absolute;inset:0 auto auto 0;width:1280px;height:800px;overflow:hidden;transform-origin:top left;background:transparent;color:var(--color-text);font-family:var(--font-ui)}.home-static-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;width:100vw;height:100vh;height:100dvh;overflow:hidden;pointer-events:none;background:linear-gradient(to bottom,#fff,#eff1f3 26%,#eff1f3)}.home-static-background__left,.home-static-background__right{position:fixed;display:block;width:max(25.8125vw,41.28125dvh);max-width:none;height:auto;object-fit:contain;pointer-events:none}.home-static-background__left{left:0;bottom:0;object-position:bottom left;transform:rotate(180deg);transform-origin:center center}.home-static-background__right{right:0;top:0;object-position:top right}.home-static-header{position:absolute;z-index:2;top:40px;left:40px;right:40px;height:144px;display:flex;align-items:center;justify-content:space-between}.home-user-stage-card{display:flex;align-items:center;gap:16px;width:592px;height:144px}.home-profile{display:block;flex:0 0 144px;width:144px;height:144px;padding:8px;overflow:hidden;border:2px solid var(--color-white);border-radius:50%;background:var(--color-white);box-shadow:var(--home-shadow-profile);cursor:pointer}.home-profile img{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover}.home-gem-progress{flex:1 1 auto;width:431px;min-width:0}.home-gem-progress h1{margin:0;max-width:431px;overflow:hidden;font-size:20px;line-height:28px;font-weight:700;color:#000;text-overflow:ellipsis;white-space:nowrap}.home-gem-progress__row{display:flex;align-items:center;gap:var(--spacing-s);height:91px;margin-top:7px}.home-gem-slot{position:relative;flex:0 0 58px;width:58px;height:91px;object-fit:contain}.home-gem-slot--full{filter:drop-shadow(0 6px 5px rgb(255 91 206 / 24%))}.home-gem-slot--fragment,.home-gem-slot--empty{object-position:center}.home-gem-progress__value{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:61px}.home-gem-progress__value strong{margin-left:0;font-family:var(--font-learning);font-size:40px;line-height:48px;font-weight:700;color:#000;white-space:nowrap}.home-gem-progress__value small{margin-top:-4px;font-family:var(--font-learning);font-size:14px;line-height:20px;font-weight:700;color:var(--color-text-secondary)}.home-top-actions{display:flex;align-items:center;gap:var(--spacing-m);height:112px}.home-top-action{width:80px;height:112px;display:grid;grid-template-rows:80px 28px;row-gap:4px;justify-items:center;color:inherit;text-decoration:none;cursor:pointer}.home-top-action img{width:80px;height:80px;display:block;object-fit:contain}.home-top-action span{font-size:20px;line-height:28px;font-weight:700;color:var(--color-text-secondary);white-space:nowrap}.home-current-lesson-card{position:absolute;z-index:1;left:40px;top:208px;width:592px;height:552px;overflow:hidden;border:4px solid var(--color-white);border-radius:var(--radius-xl)}.home-current-lesson-card__background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.home-current-lesson-card__label{position:absolute;left:36px;top:20px;display:flex;align-items:center;gap:var(--spacing-xs)}.home-current-lesson-card__label h2{margin:0 0 0 4px;font-size:24px;line-height:32px;font-weight:700}.home-current-lesson-card__icon{position:relative;display:block;width:38px;height:38px}.home-current-lesson-card__icon img:first-child{position:absolute;top:0;right:0;bottom:0;left:0;width:38px;height:38px}.home-current-lesson-card__icon img:last-child{position:absolute;left:8px;top:8px;width:22px;height:21px;object-fit:cover}.home-current-lesson-card__copy{position:absolute;left:36px;top:108px;width:512px}.home-current-lesson-card__copy h3{margin:0 0 23px;max-width:512px;overflow:hidden;font-size:40px;line-height:48px;font-weight:700;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:nowrap}.home-current-lesson-card__copy--long h3{display:-webkit-box;margin-bottom:14px;font-size:32px;line-height:40px;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-current-lesson-card__copy p{margin:0;max-width:512px;overflow:hidden;font-family:var(--font-learning);font-size:24px;line-height:32px;font-weight:700;color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap}.home-current-lesson-card__cta{position:absolute;left:36px;bottom:36px;width:512px;height:88px;display:flex;align-items:center;justify-content:center;gap:var(--spacing-s);padding:0 var(--spacing-m);border:4px solid var(--color-white);border-radius:var(--radius-pill);background:var(--home-color-button);box-shadow:var(--home-shadow-cta);color:var(--color-text);cursor:pointer}.home-current-lesson-card__cta:disabled{cursor:not-allowed;opacity:.62}.home-current-lesson-card__cta span{font-size:32px;line-height:40px;font-weight:700}.home-current-lesson-card__cta img{width:28px;height:28px;transform:scaleX(-1)}.home-summary-card,.home-recent-card{position:absolute;z-index:1;left:648px;width:592px;overflow:hidden;border-radius:var(--radius-xl);background:var(--color-white)}.home-summary-card{top:208px;height:202px;padding:var(--spacing-m)}.home-recent-card{top:426px;height:334px;padding:var(--spacing-m)}.home-section-title{display:flex;align-items:center;gap:8px}.home-section-title img{width:38px;height:38px}.home-section-title--report img{transform:scaleY(-1)}.home-section-title h2{margin:0;font-size:24px;line-height:32px;font-weight:700;color:#000}.home-progress-metrics{display:grid;grid-template-columns:repeat(3,1fr);height:104px;margin-top:12px}.home-progress-metric{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-xs)}.home-progress-metric+.home-progress-metric{border-left:1px solid var(--home-color-divider)}.home-progress-metric__value{height:48px;display:flex;align-items:baseline;justify-content:center;font-family:var(--font-learning)}.home-progress-metric__value strong{font-size:50px;line-height:48px;font-weight:700}.home-progress-metric__value small{font-size:24px;line-height:32px;font-weight:700;color:var(--color-text-secondary)}.home-progress-metric>span{font-size:20px;line-height:28px;font-weight:700;color:var(--color-text-secondary)}.home-progress-metric--blue strong{color:var(--home-color-stage-blue)}.home-progress-metric--purple strong{color:var(--color-primary-purple)}.home-progress-metric--green strong{color:var(--home-color-success-green)}.home-recent-list{margin-top:12px}.home-recent-row{height:74px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:inherit;text-decoration:none;cursor:pointer}.home-recent-row--disabled{cursor:default}.home-profile:focus-visible,.home-top-action:focus-visible,.home-recent-row:focus-visible,.home-current-lesson-card__cta:focus-visible{outline:3px solid var(--color-primary-purple);outline-offset:3px}.home-recent-row:not(:last-child){border-bottom:1px solid var(--home-color-divider)}.home-recent-row__copy{flex:1 1 auto;min-width:0;max-width:390px;display:flex;flex-direction:column;justify-content:center}.home-recent-row__copy strong{overflow:hidden;font-size:20px;line-height:28px;font-weight:700;color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap}.home-recent-row__copy span{font-size:14px;line-height:20px;font-weight:400;color:var(--color-text-tertiary)}.home-recent-score{position:relative;width:106px;height:44px;flex:0 0 106px}.home-recent-score__pill{position:absolute;right:0;top:6px;width:86px;height:32px}.home-recent-score__gem{position:absolute;left:0;top:0;width:44px;height:44px}.home-recent-score>span{position:absolute;right:12px;top:6px;height:32px;font-family:var(--font-learning);font-size:20px;line-height:32px;font-weight:700;color:#000;white-space:nowrap}.home-recent-score>span small{font-size:14px;line-height:20px}.home-recent-score--review{width:auto;min-width:106px;flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;padding:0 12px 0 52px}.home-recent-score--review:before{content:"";position:absolute;left:20px;right:0;top:6px;height:32px;border-radius:0 16px 16px 0;background:#c669ff1a}.home-recent-score--review .home-recent-score__pill{display:none}.home-recent-score--review>span{position:relative;z-index:2;right:auto;top:auto}.home-recent-empty{height:222px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-xs);text-align:center}.home-recent-empty strong{font-size:20px;line-height:28px;color:var(--color-text-secondary)}.home-recent-empty span{font-size:14px;line-height:20px;color:var(--color-text-tertiary)}
