.GenerationExperience-module__Z9hbGW__grid{gap:var(--space-xxxl);grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;display:grid}.GenerationExperience-module__Z9hbGW__left{min-width:0}.GenerationExperience-module__Z9hbGW__eyebrow{gap:8px}.GenerationExperience-module__Z9hbGW__pulse{border-radius:var(--radius-full);background:var(--color-primary);width:8px;height:8px;animation:1.6s ease-out infinite GenerationExperience-module__Z9hbGW__pulse;box-shadow:0 0 #2563eb73}.GenerationExperience-module__Z9hbGW__pulseDone{background:var(--color-success);animation:none}.GenerationExperience-module__Z9hbGW__pulsePaused{background:var(--color-mute);box-shadow:none;animation:none}@keyframes GenerationExperience-module__Z9hbGW__pulse{0%{box-shadow:0 0 #2563eb73}70%{box-shadow:0 0 0 8px #2563eb00}to{box-shadow:0 0 #2563eb00}}.GenerationExperience-module__Z9hbGW__title{margin-top:var(--space-lg);flex-wrap:wrap;align-items:center;gap:10px;display:flex}.GenerationExperience-module__Z9hbGW__titleAccent{color:var(--color-primary)}.GenerationExperience-module__Z9hbGW__spark{color:var(--color-primary);animation:2.4s ease-in-out infinite GenerationExperience-module__Z9hbGW__sparkle}@keyframes GenerationExperience-module__Z9hbGW__sparkle{0%,to{opacity:.9;transform:scale(1)rotate(0)}50%{opacity:1;transform:scale(1.15)rotate(12deg)}}.GenerationExperience-module__Z9hbGW__sub{margin-top:var(--space-md);font-size:var(--text-md);color:var(--color-mute);max-width:54ch;line-height:1.55}.GenerationExperience-module__Z9hbGW__subRow{align-items:center;gap:14px;display:flex}.GenerationExperience-module__Z9hbGW__subject{color:var(--color-ink);font-weight:var(--weight-strong)}.GenerationExperience-module__Z9hbGW__meta{margin-top:var(--space-lg);flex-wrap:wrap;gap:8px;display:flex}.GenerationExperience-module__Z9hbGW__chip{border-radius:var(--radius-full);background:var(--color-surface-card);border:1px solid var(--color-hairline-soft);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-body);align-items:center;gap:7px;padding:6px 11px;display:inline-flex}.GenerationExperience-module__Z9hbGW__chip svg{color:var(--color-primary)}.GenerationExperience-module__Z9hbGW__list{margin-top:var(--space-xl);flex-direction:column;gap:8px;list-style:none;display:flex}.GenerationExperience-module__Z9hbGW__item{border-radius:var(--radius-md);background:var(--color-surface-card);border:1px solid var(--color-hairline-soft);animation:GenerationExperience-module__Z9hbGW__itemIn .45s var(--ease-paper) both;transition:background-color var(--dur-object) ease, border-color var(--dur-object) ease;align-items:center;gap:12px;padding:13px 16px;display:flex;position:relative;overflow:hidden}@keyframes GenerationExperience-module__Z9hbGW__itemIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.GenerationExperience-module__Z9hbGW__item-running{border-color:var(--color-brand-soft-2);background:var(--color-surface-faint)}.GenerationExperience-module__Z9hbGW__itemBar{background:linear-gradient(90deg, transparent 0%, var(--color-primary) 40%, var(--color-primary-bright) 60%, transparent 100%);opacity:.85;background-repeat:no-repeat;background-size:50% 100%;height:2px;animation:1.8s ease-in-out infinite GenerationExperience-module__Z9hbGW__slide;position:absolute;bottom:0;left:0;right:0}@keyframes GenerationExperience-module__Z9hbGW__slide{0%{background-position:-100% 0}to{background-position:300% 0}}.GenerationExperience-module__Z9hbGW__item-done{border-color:var(--color-hairline-soft)}.GenerationExperience-module__Z9hbGW__marker{border-radius:var(--radius-full);border:1.5px solid var(--color-hairline-light);width:22px;height:22px;color:var(--color-on-primary);transition:background-color var(--dur-object) var(--ease-settle), border-color var(--dur-object) ease, transform var(--dur-object) var(--ease-settle);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.GenerationExperience-module__Z9hbGW__item-done .GenerationExperience-module__Z9hbGW__marker{background:var(--color-success);border-color:var(--color-success);animation:GenerationExperience-module__Z9hbGW__markerPop var(--dur-object) var(--ease-settle)}@keyframes GenerationExperience-module__Z9hbGW__markerPop{0%{transform:scale(.6)}to{transform:scale(1)}}.GenerationExperience-module__Z9hbGW__item-running .GenerationExperience-module__Z9hbGW__marker{border-color:#0000}.GenerationExperience-module__Z9hbGW__item-error .GenerationExperience-module__Z9hbGW__marker{background:var(--color-danger);border-color:var(--color-danger)}.GenerationExperience-module__Z9hbGW__spinner{border-radius:var(--radius-full);border:2px solid var(--color-brand-soft-2);border-top-color:var(--color-primary);width:16px;height:16px;animation:.8s linear infinite GenerationExperience-module__Z9hbGW__spin}@keyframes GenerationExperience-module__Z9hbGW__spin{to{transform:rotate(360deg)}}.GenerationExperience-module__Z9hbGW__itemLabel{font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--color-ink);flex:1}.GenerationExperience-module__Z9hbGW__item-todo .GenerationExperience-module__Z9hbGW__itemLabel{color:var(--color-stone);font-weight:var(--weight-regular)}.GenerationExperience-module__Z9hbGW__itemDetail{font-size:var(--text-sm);font-weight:var(--weight-strong);color:var(--color-success-text);animation:GenerationExperience-module__Z9hbGW__detailIn .4s var(--ease-settle) both}.GenerationExperience-module__Z9hbGW__item-running .GenerationExperience-module__Z9hbGW__itemDetail,.GenerationExperience-module__Z9hbGW__item-todo .GenerationExperience-module__Z9hbGW__itemDetail{color:var(--color-stone);font-weight:var(--weight-regular)}@keyframes GenerationExperience-module__Z9hbGW__detailIn{0%{opacity:0;transform:translate(6px)}to{opacity:1;transform:translate(0)}}.GenerationExperience-module__Z9hbGW__segments{margin-top:var(--space-lg);grid-auto-columns:1fr;grid-auto-flow:column;gap:6px;display:grid}.GenerationExperience-module__Z9hbGW__seg{border-radius:var(--radius-full);background:var(--color-surface-soft);height:6px;transition:background-color var(--dur-object) ease;position:relative;overflow:hidden}.GenerationExperience-module__Z9hbGW__seg-done{background:var(--color-primary)}.GenerationExperience-module__Z9hbGW__seg-running{background:var(--color-brand-soft-2)}.GenerationExperience-module__Z9hbGW__seg-running:after{content:"";background:linear-gradient(90deg, transparent, var(--color-primary), transparent);background-repeat:no-repeat;background-size:60% 100%;animation:1.6s ease-in-out infinite GenerationExperience-module__Z9hbGW__slide;position:absolute;inset:0}.GenerationExperience-module__Z9hbGW__seg-error{background:var(--color-danger)}.GenerationExperience-module__Z9hbGW__leave{margin-top:var(--space-xl);border-radius:var(--radius-md);background:var(--color-brand-soft);align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.GenerationExperience-module__Z9hbGW__leaveIcon{border-radius:var(--radius-full);background:var(--color-surface-card);width:30px;height:30px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.GenerationExperience-module__Z9hbGW__leaveText{font-size:var(--text-base);color:var(--color-body);line-height:1.55}.GenerationExperience-module__Z9hbGW__leaveText strong{color:var(--color-ink);font-weight:var(--weight-strong)}.GenerationExperience-module__Z9hbGW__leaveLink{font-weight:var(--weight-strong);color:var(--color-primary);text-underline-offset:3px;text-decoration:underline}.GenerationExperience-module__Z9hbGW__reassure{min-height:1.5em;margin-top:var(--space-md);font-size:var(--text-base);color:var(--color-stone);animation:GenerationExperience-module__Z9hbGW__itemIn .4s var(--ease-paper);line-height:1.5}.GenerationExperience-module__Z9hbGW__reassure:empty{min-height:0;margin-top:0}.GenerationExperience-module__Z9hbGW__actions{align-items:center;gap:var(--space-lg);margin-top:var(--space-xl);flex-wrap:wrap;display:flex}.GenerationExperience-module__Z9hbGW__note{font-size:var(--text-base);color:var(--color-stone)}.GenerationExperience-module__Z9hbGW__errorBox{margin-top:var(--space-xl);padding:var(--space-lg) var(--space-xl);border-radius:var(--radius-lg);border:1px solid var(--color-danger-border);background:var(--color-danger-tint)}.GenerationExperience-module__Z9hbGW__errorTitle{font-weight:var(--weight-strong);color:var(--color-danger-text)}.GenerationExperience-module__Z9hbGW__errorText{font-size:var(--text-base);color:var(--color-body);margin-top:4px;line-height:1.5}.GenerationExperience-module__Z9hbGW__errorDetail{font-size:var(--text-sm);color:var(--color-mute);margin-top:8px;line-height:1.5}.GenerationExperience-module__Z9hbGW__errorLink{font-size:var(--text-base);font-weight:var(--weight-strong);text-underline-offset:4px;text-decoration:underline}.GenerationExperience-module__Z9hbGW__networkError{margin-top:var(--space-md);font-size:var(--text-base);color:var(--color-warning-text)}.GenerationExperience-module__Z9hbGW__devCost{margin-top:var(--space-xl);font-size:var(--text-sm);color:var(--color-stone)}.GenerationExperience-module__Z9hbGW__devCostGrid{margin-top:var(--space-sm);grid-template-columns:max-content 1fr;gap:4px 16px;display:grid}.GenerationExperience-module__Z9hbGW__right{position:sticky;top:88px}.GenerationExperience-module__Z9hbGW__stackWrap{perspective:1400px;position:relative}.GenerationExperience-module__Z9hbGW__stack{transform-style:preserve-3d;transition:transform var(--dur-scene) var(--ease-paper);flex-direction:column;gap:10px;display:flex;transform:rotateX(6deg)rotateY(-8deg)}.GenerationExperience-module__Z9hbGW__stackDone{transform:rotateX(0)rotateY(0)}.GenerationExperience-module__Z9hbGW__pv{background:var(--color-surface-card);border:1px solid var(--color-hairline-light);border-radius:var(--radius-md);box-shadow:var(--shadow-1);opacity:.55;transition:opacity var(--dur-object) ease, transform var(--dur-object) var(--ease-settle), box-shadow var(--dur-object) ease, border-color var(--dur-object) ease;align-items:center;gap:12px;padding:14px 16px;display:flex;transform:translate(0)}.GenerationExperience-module__Z9hbGW__pv:nth-child(2n){margin-left:22px}.GenerationExperience-module__Z9hbGW__pvActive{opacity:1;box-shadow:var(--shadow-2)}.GenerationExperience-module__Z9hbGW__pvDone{border-color:var(--color-success-border)}.GenerationExperience-module__Z9hbGW__pvIcon{background:var(--color-brand-soft);width:34px;height:34px;color:var(--color-primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.GenerationExperience-module__Z9hbGW__pvTitle{font-size:var(--text-base);font-weight:var(--weight-strong);flex:1}.GenerationExperience-module__Z9hbGW__pvValue{text-align:right;min-width:28px;font-size:var(--text-md);font-weight:var(--weight-display);color:var(--color-primary);font-variant-numeric:tabular-nums}.GenerationExperience-module__Z9hbGW__pvDone .GenerationExperience-module__Z9hbGW__pvValue{color:var(--color-success-text)}.GenerationExperience-module__Z9hbGW__pvDots{justify-content:flex-end;align-items:center;gap:3px;display:inline-flex}.GenerationExperience-module__Z9hbGW__pvDots i{border-radius:var(--radius-full);background:var(--color-primary);opacity:.35;width:5px;height:5px;animation:1.2s ease-in-out infinite GenerationExperience-module__Z9hbGW__dot}.GenerationExperience-module__Z9hbGW__pvDots i:nth-child(2){animation-delay:.2s}.GenerationExperience-module__Z9hbGW__pvDots i:nth-child(3){animation-delay:.4s}@keyframes GenerationExperience-module__Z9hbGW__dot{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.GenerationExperience-module__Z9hbGW__topicsCard{margin-top:var(--space-lg);padding:var(--space-lg) var(--space-xl);background:var(--block-lilac);border-radius:var(--radius-lg);animation:GenerationExperience-module__Z9hbGW__cardLand .6s var(--ease-settle) both}@keyframes GenerationExperience-module__Z9hbGW__cardLand{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.GenerationExperience-module__Z9hbGW__topicsHead{font-size:var(--text-xs);font-weight:var(--weight-strong);letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.GenerationExperience-module__Z9hbGW__topicsList{margin-top:var(--space-md);flex-direction:column;gap:8px;list-style:none;display:flex}.GenerationExperience-module__Z9hbGW__topic{animation:GenerationExperience-module__Z9hbGW__topicIn .45s var(--ease-settle) both;align-items:center;gap:10px;display:flex}@keyframes GenerationExperience-module__Z9hbGW__topicIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.GenerationExperience-module__Z9hbGW__topicNumber{border-radius:var(--radius-full);background:var(--color-surface-card);width:22px;height:22px;color:var(--color-primary);font-size:var(--text-xs);font-weight:var(--weight-display);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.GenerationExperience-module__Z9hbGW__topicName{font-size:var(--text-base);font-weight:var(--weight-medium)}.GenerationExperience-module__Z9hbGW__ask{margin-top:var(--space-xl);padding:var(--space-lg) var(--space-xl);border-radius:var(--radius-lg);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);box-shadow:var(--shadow-1)}.GenerationExperience-module__Z9hbGW__askTitle{font-size:var(--text-md);font-weight:var(--weight-strong);letter-spacing:-.008em;color:var(--color-ink)}.GenerationExperience-module__Z9hbGW__askOptions{margin-top:var(--space-md);gap:var(--space-sm);flex-wrap:wrap;display:flex}.GenerationExperience-module__Z9hbGW__askOption{min-height:44px;padding:0 var(--space-lg);border-radius:var(--radius-full);background:var(--color-brand-soft);color:var(--color-primary-deep);font-size:var(--text-base);font-weight:var(--weight-strong);transition:background-color var(--dur-micro) ease, transform var(--dur-micro) ease}.GenerationExperience-module__Z9hbGW__askOption:hover{background:var(--color-brand-soft-2)}.GenerationExperience-module__Z9hbGW__askOption:active{transform:scale(.97)}.GenerationExperience-module__Z9hbGW__askOption:focus-visible{box-shadow:var(--shadow-focus);outline:none}.GenerationExperience-module__Z9hbGW__tip{margin-top:var(--space-xl);padding:var(--space-lg) var(--space-xl);background:var(--block-lilac);border-radius:var(--radius-lg)}.GenerationExperience-module__Z9hbGW__tipHead{font-size:var(--text-sm);font-weight:var(--weight-strong);color:var(--color-primary);align-items:center;gap:8px;display:flex}.GenerationExperience-module__Z9hbGW__tipBulb{border-radius:var(--radius-full);background:var(--color-surface-card);justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.GenerationExperience-module__Z9hbGW__tipText{font-size:var(--text-base);color:var(--color-body);animation:GenerationExperience-module__Z9hbGW__itemIn .4s var(--ease-paper);margin-top:6px;line-height:1.5}@media (prefers-reduced-motion:reduce){.GenerationExperience-module__Z9hbGW__pulse,.GenerationExperience-module__Z9hbGW__spark,.GenerationExperience-module__Z9hbGW__item,.GenerationExperience-module__Z9hbGW__itemDetail,.GenerationExperience-module__Z9hbGW__itemBar,.GenerationExperience-module__Z9hbGW__seg-running:after,.GenerationExperience-module__Z9hbGW__pvDots i,.GenerationExperience-module__Z9hbGW__reassure,.GenerationExperience-module__Z9hbGW__topicsCard,.GenerationExperience-module__Z9hbGW__topic,.GenerationExperience-module__Z9hbGW__tipText,.GenerationExperience-module__Z9hbGW__item-done .GenerationExperience-module__Z9hbGW__marker{animation:none!important}.GenerationExperience-module__Z9hbGW__itemBar{background:var(--color-primary);background-size:100% 100%}.GenerationExperience-module__Z9hbGW__pvDots i{opacity:.7}.GenerationExperience-module__Z9hbGW__stack,.GenerationExperience-module__Z9hbGW__pv,.GenerationExperience-module__Z9hbGW__seg{transition:none}.GenerationExperience-module__Z9hbGW__stack{transform:none}}@media (max-width:900px){.GenerationExperience-module__Z9hbGW__grid{gap:var(--space-xxl);grid-template-columns:1fr}.GenerationExperience-module__Z9hbGW__right{position:static}.GenerationExperience-module__Z9hbGW__stack{transform:none}.GenerationExperience-module__Z9hbGW__pv:nth-child(2n){margin-left:0}}@media (max-width:640px){.GenerationExperience-module__Z9hbGW__actions>.btn{width:100%}.GenerationExperience-module__Z9hbGW__tip{display:none}}
.GenerationNight-module__jwGc2W__wrap{gap:var(--space-xxl);padding-top:var(--space-xxl);padding-bottom:var(--space-block);grid-template-columns:minmax(0,664px) minmax(0,1fr);align-items:start;display:grid}.GenerationNight-module__jwGc2W__work{gap:var(--space-lg);min-width:0;display:grid}.GenerationNight-module__jwGc2W__head{gap:var(--space-sm);display:grid;position:relative}.GenerationNight-module__jwGc2W__band{display:none}.GenerationNight-module__jwGc2W__kicker{align-items:center;gap:var(--space-md);font-family:var(--font-mono);font-size:var(--text-base);font-weight:var(--weight-strong);letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary-deep);display:flex}.GenerationNight-module__jwGc2W__dashes{gap:5px;display:inline-flex}.GenerationNight-module__jwGc2W__dashes i{border-radius:var(--radius-full);background:var(--color-brand-soft-2);width:28px;height:4px}.GenerationNight-module__jwGc2W__dashes .GenerationNight-module__jwGc2W__dashOn{background:var(--color-primary)}.GenerationNight-module__jwGc2W__title{font-size:clamp(2rem,1.2rem + 2.2vw,2.75rem);line-height:1.08;font-weight:var(--weight-display);letter-spacing:-.032em;color:var(--color-ink);text-wrap:balance;overflow-wrap:anywhere}.GenerationNight-module__jwGc2W__sub{overflow-wrap:anywhere;max-width:58ch;font-size:var(--text-md);color:var(--color-mute);line-height:1.55}.GenerationNight-module__jwGc2W__subject{color:var(--color-ink);font-weight:var(--weight-strong)}.GenerationNight-module__jwGc2W__card{gap:var(--space-xl);padding:var(--space-xl);border-radius:var(--radius-xl);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);box-shadow:var(--shadow-2);display:grid}.GenerationNight-module__jwGc2W__wait{flex-direction:column;display:flex}.GenerationNight-module__jwGc2W__wait:not(:has(.GenerationNight-module__jwGc2W__leave)):has(.GenerationNight-module__jwGc2W__reassure:empty){display:none}.GenerationNight-module__jwGc2W__reassure:not(:empty){margin-top:var(--space-md)}.GenerationNight-module__jwGc2W__meta{gap:var(--space-sm);flex-wrap:wrap;display:flex}.GenerationNight-module__jwGc2W__chip{align-items:center;gap:var(--space-sm);min-height:34px;padding:0 var(--space-md);border-radius:var(--radius-full);background:var(--color-surface-soft);font-size:var(--text-base);font-weight:var(--weight-strong);color:var(--color-body);display:inline-flex}.GenerationNight-module__jwGc2W__chip svg{color:var(--color-primary);flex-shrink:0}.GenerationNight-module__jwGc2W__label{align-items:center;gap:var(--space-sm);font-size:var(--text-base);font-weight:var(--weight-strong);letter-spacing:.07em;text-transform:uppercase;color:var(--color-mute);display:flex}.GenerationNight-module__jwGc2W__mark{border-radius:var(--radius-full);border:1.5px solid var(--color-hairline-light);flex-shrink:0;width:24px;height:24px;position:relative}.GenerationNight-module__jwGc2W__markDone,.GenerationNight-module__jwGc2W__markError,.GenerationNight-module__jwGc2W__markDot,.GenerationNight-module__jwGc2W__markSpin{border-radius:var(--radius-full);position:absolute;inset:-1.5px}.GenerationNight-module__jwGc2W__markDone{background:var(--color-success);color:var(--color-on-primary);opacity:0;transition:opacity var(--dur-micro) ease, transform var(--dur-object) var(--ease-settle);justify-content:center;align-items:center;display:flex;transform:scale(.6)}.GenerationNight-module__jwGc2W__stepDone .GenerationNight-module__jwGc2W__markDone,.GenerationNight-module__jwGc2W__rowDone .GenerationNight-module__jwGc2W__markDone{opacity:1;transform:scale(1)}.GenerationNight-module__jwGc2W__markError{background:var(--color-danger);color:var(--color-on-primary);justify-content:center;align-items:center;display:flex}.GenerationNight-module__jwGc2W__markDot{background:var(--color-primary);opacity:0;transition:opacity var(--dur-micro) ease, transform var(--dur-object) var(--ease-settle);inset:5px;transform:scale(.6)}.GenerationNight-module__jwGc2W__rowWriting .GenerationNight-module__jwGc2W__mark{border-color:var(--color-primary)}.GenerationNight-module__jwGc2W__rowWriting .GenerationNight-module__jwGc2W__markDot{opacity:1;transform:scale(1)}.GenerationNight-module__jwGc2W__markSpin{border:2px solid var(--color-brand-soft-2);border-top-color:var(--color-primary);opacity:0}.GenerationNight-module__jwGc2W__stepRunning .GenerationNight-module__jwGc2W__markSpin{opacity:1;animation:.9s linear infinite GenerationNight-module__jwGc2W__nightSpin}@keyframes GenerationNight-module__jwGc2W__nightSpin{to{transform:rotate(360deg)}}.GenerationNight-module__jwGc2W__steps{margin:0;padding:0;list-style:none;display:grid}.GenerationNight-module__jwGc2W__step{align-items:center;gap:var(--space-md);min-height:44px;padding:var(--space-sm) 0;display:flex}.GenerationNight-module__jwGc2W__step+.GenerationNight-module__jwGc2W__step{border-top:1px solid var(--color-hairline-soft)}.GenerationNight-module__jwGc2W__stepLabel{min-width:0;font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--color-ink);flex:1}.GenerationNight-module__jwGc2W__stepTodo .GenerationNight-module__jwGc2W__stepLabel{font-weight:var(--weight-regular);color:var(--color-mute)}.GenerationNight-module__jwGc2W__stepRunning .GenerationNight-module__jwGc2W__stepLabel{font-weight:var(--weight-strong)}.GenerationNight-module__jwGc2W__stepError .GenerationNight-module__jwGc2W__stepLabel{color:var(--color-danger-text)}.GenerationNight-module__jwGc2W__stepDetail{font-size:var(--text-base);font-weight:var(--weight-strong);color:var(--color-mute);flex-shrink:0}.GenerationNight-module__jwGc2W__stepDone .GenerationNight-module__jwGc2W__stepDetail{color:var(--color-success-text)}.GenerationNight-module__jwGc2W__topics{gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--color-hairline-light);display:grid}.GenerationNight-module__jwGc2W__topicsHead{justify-content:space-between;align-items:baseline;gap:var(--space-xs) var(--space-lg);flex-wrap:wrap;display:flex}.GenerationNight-module__jwGc2W__count{font-size:var(--text-base);font-weight:var(--weight-strong);color:var(--color-mute)}.GenerationNight-module__jwGc2W__countNum{font-size:var(--text-3xl);line-height:1;font-weight:var(--weight-display);letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--color-ink);margin-right:2px}.GenerationNight-module__jwGc2W__bar{gap:3px;display:flex}.GenerationNight-module__jwGc2W__seg{border-radius:var(--radius-full);background:var(--color-hairline-light);flex:1 1 0;min-width:0;height:8px;position:relative;overflow:hidden}.GenerationNight-module__jwGc2W__segWriting,.GenerationNight-module__jwGc2W__segDone{border-radius:var(--radius-full);position:absolute;inset:0}.GenerationNight-module__jwGc2W__segWriting{background:var(--color-primary);opacity:0;transition:opacity var(--dur-object) ease}.GenerationNight-module__jwGc2W__segIsWriting .GenerationNight-module__jwGc2W__segWriting{opacity:.38}.GenerationNight-module__jwGc2W__segDone{background:var(--color-success);transform-origin:0;transition:transform var(--dur-object) var(--ease-paper);transform:scaleX(0)}.GenerationNight-module__jwGc2W__segIsDone .GenerationNight-module__jwGc2W__segDone{transform:scaleX(1)}.GenerationNight-module__jwGc2W__rows{margin:0;padding:0;list-style:none;display:grid}.GenerationNight-module__jwGc2W__row{align-items:center;gap:var(--space-md);min-height:44px;padding:var(--space-sm) 0;display:flex}.GenerationNight-module__jwGc2W__row+.GenerationNight-module__jwGc2W__row{border-top:1px solid var(--color-hairline-soft)}.GenerationNight-module__jwGc2W__rowName{min-width:0;font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--color-ink);overflow-wrap:anywhere;flex:1;line-height:1.35}.GenerationNight-module__jwGc2W__rowWaiting .GenerationNight-module__jwGc2W__rowName{font-weight:var(--weight-regular);color:var(--color-mute)}.GenerationNight-module__jwGc2W__rowState{font-size:var(--text-base);font-weight:var(--weight-strong);color:var(--color-mute);flex-shrink:0}.GenerationNight-module__jwGc2W__rowWriting .GenerationNight-module__jwGc2W__rowState{color:var(--color-primary-deep)}.GenerationNight-module__jwGc2W__rowDone .GenerationNight-module__jwGc2W__rowState{color:var(--color-success-text)}.GenerationNight-module__jwGc2W__locked{font-size:var(--text-base);color:var(--color-mute);line-height:1.5}.GenerationNight-module__jwGc2W__made{gap:var(--space-sm);padding-top:var(--space-sm);display:grid}.GenerationNight-module__jwGc2W__madeList{gap:var(--space-xs);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.GenerationNight-module__jwGc2W__madeItem{align-items:center;gap:var(--space-xs);border-radius:var(--radius-full);background:var(--color-surface-soft);min-height:32px;font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--color-body);padding:0 10px;display:inline-flex}.GenerationNight-module__jwGc2W__madeItem b{font-weight:var(--weight-display);font-variant-numeric:tabular-nums;color:var(--color-ink)}.GenerationNight-module__jwGc2W__leave{align-items:flex-start;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);background:var(--color-brand-soft);display:flex}.GenerationNight-module__jwGc2W__leaveIcon{border-radius:var(--radius-full);background:var(--color-surface-card);width:32px;height:32px;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.GenerationNight-module__jwGc2W__leaveText{font-size:var(--text-base);color:var(--color-body);line-height:1.55}.GenerationNight-module__jwGc2W__leaveText strong{font-weight:var(--weight-strong);color:var(--color-ink)}.GenerationNight-module__jwGc2W__leaveLink{font-weight:var(--weight-strong);color:var(--color-primary-deep);text-underline-offset:3px;text-decoration:underline}.GenerationNight-module__jwGc2W__reassure,.GenerationNight-module__jwGc2W__note{font-size:var(--text-base);color:var(--color-mute);line-height:1.5}.GenerationNight-module__jwGc2W__actions{align-items:center;gap:var(--space-md) var(--space-lg);flex-wrap:wrap;display:flex}.GenerationNight-module__jwGc2W__primary{min-height:56px;padding-inline:var(--space-xxl);font-size:var(--text-lg)}.GenerationNight-module__jwGc2W__errorBox{gap:var(--space-sm);padding:var(--space-lg);border-radius:var(--radius-lg);border:1px solid var(--color-danger-border);background:var(--color-danger-tint);display:grid}.GenerationNight-module__jwGc2W__errorTitle{font-size:var(--text-md);font-weight:var(--weight-strong);color:var(--color-danger-text)}.GenerationNight-module__jwGc2W__errorText{font-size:var(--text-md);color:var(--color-body);line-height:1.5}.GenerationNight-module__jwGc2W__errorDetail{font-size:var(--text-base);color:var(--color-mute);overflow-wrap:anywhere;line-height:1.5}.GenerationNight-module__jwGc2W__errorBox .GenerationNight-module__jwGc2W__actions{padding-top:var(--space-sm)}.GenerationNight-module__jwGc2W__errorLink{min-height:44px;font-size:var(--text-md);font-weight:var(--weight-strong);color:var(--color-ink);text-underline-offset:4px;align-items:center;text-decoration:underline;display:inline-flex}.GenerationNight-module__jwGc2W__networkError{font-size:var(--text-base);color:var(--color-warning-text);line-height:1.5}.GenerationNight-module__jwGc2W__devCost{font-size:var(--text-base);color:var(--color-mute)}.GenerationNight-module__jwGc2W__devCost summary{cursor:pointer;align-items:center;min-height:44px;display:flex}.GenerationNight-module__jwGc2W__devCostGrid{gap:var(--space-xxs) var(--space-lg);overflow-wrap:anywhere;grid-template-columns:max-content minmax(0,1fr);display:grid}.GenerationNight-module__jwGc2W__ask{gap:var(--space-md);padding:var(--space-lg);border-radius:var(--radius-lg);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);box-shadow:var(--shadow-1);display:grid}.GenerationNight-module__jwGc2W__askInline{display:none}.GenerationNight-module__jwGc2W__askTitle{font-size:var(--text-md);font-weight:var(--weight-strong);letter-spacing:-.008em;color:var(--color-ink)}.GenerationNight-module__jwGc2W__askOptions{gap:var(--space-sm);flex-wrap:wrap;display:flex}.GenerationNight-module__jwGc2W__askOption{min-width:44px;min-height:44px;padding:0 var(--space-lg);border-radius:var(--radius-full);background:var(--color-brand-soft);color:var(--color-primary-deep);font-size:var(--text-base);font-weight:var(--weight-strong);transition:transform var(--dur-micro) ease}.GenerationNight-module__jwGc2W__askOption:hover{background:var(--color-brand-soft-2)}.GenerationNight-module__jwGc2W__askOption:active{transform:scale(.97)}.GenerationNight-module__jwGc2W__askOption:focus-visible{box-shadow:var(--shadow-focus);outline:none}.GenerationNight-module__jwGc2W__scene{top:calc(60px + var(--space-xl));height:min(676px, calc(100vh - 60px - 2 * var(--space-xl)));border-radius:var(--radius-xl);background:var(--color-brand-soft);min-height:520px;box-shadow:var(--shadow-2);position:sticky;overflow:hidden}.GenerationNight-module__jwGc2W__sceneArt{position:absolute;inset:0}.GenerationNight-module__jwGc2W__sceneArt:after{content:"";background:linear-gradient(#f7f9fef0 0%,#f7f9feb8 60%,#f7f9fe00 100%);height:56%;position:absolute;inset:0 0 auto}.GenerationNight-module__jwGc2W__scenePlate{width:auto;max-width:none;height:127%;position:absolute;top:70%;left:54%;transform:translate(-71%,-58%)}.GenerationNight-module__jwGc2W__sceneCard{left:var(--space-xl);right:var(--space-xl);top:var(--space-xl);box-shadow:var(--shadow-2);position:absolute}.GenerationNight-module__jwGc2W__sceneCardScroll{gap:var(--space-sm);padding:var(--space-md) var(--space-lg);max-height:calc(100% - 2 * var(--space-xl));overscroll-behavior:contain;overflow-y:auto}.GenerationNight-module__jwGc2W__tip{gap:var(--space-sm);padding:var(--space-lg);border-radius:var(--radius-lg);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);display:grid}.GenerationNight-module__jwGc2W__tipBulb{border-radius:var(--radius-full);background:var(--color-brand-soft);width:26px;height:26px;color:var(--color-primary);justify-content:center;align-items:center;display:inline-flex}.GenerationNight-module__jwGc2W__tipText{min-height:3.1em;font-size:var(--text-md);color:var(--color-body);text-wrap:pretty;animation:GenerationNight-module__jwGc2W__nightFade var(--dur-object) ease both;line-height:1.55}@keyframes GenerationNight-module__jwGc2W__nightFade{0%{opacity:0}to{opacity:1}}.GenerationNight-module__jwGc2W__sceneChip{left:var(--space-xl);bottom:var(--space-xl);align-items:center;gap:var(--space-sm);min-height:40px;max-width:calc(100% - 2 * var(--space-xl));padding:0 var(--space-lg);border-radius:var(--radius-full);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);font-size:var(--text-base);font-weight:var(--weight-strong);color:var(--color-ink);display:inline-flex;position:absolute}.GenerationNight-module__jwGc2W__sceneDot{border-radius:var(--radius-full);background:var(--color-primary);flex-shrink:0;width:8px;height:8px}.GenerationNight-module__jwGc2W__sceneDotDone{background:var(--color-success)}@media (max-width:1040px){.GenerationNight-module__jwGc2W__wrap{grid-template-columns:minmax(0,1fr);max-width:720px;padding-top:0}.GenerationNight-module__jwGc2W__scene{display:none}.GenerationNight-module__jwGc2W__askInline{display:grid}.GenerationNight-module__jwGc2W__head{min-height:148px;margin-inline:calc(-1 * var(--space-xxl));padding:var(--space-lg) var(--space-xxl);align-content:center;overflow:hidden}.GenerationNight-module__jwGc2W__head>:not(.GenerationNight-module__jwGc2W__band){max-width:62%;position:relative}.GenerationNight-module__jwGc2W__headPlain{min-height:0;padding-bottom:0}.GenerationNight-module__jwGc2W__headPlain>:not(.GenerationNight-module__jwGc2W__band){max-width:none}.GenerationNight-module__jwGc2W__band{background:var(--color-brand-soft);display:block;position:absolute;inset:0}.GenerationNight-module__jwGc2W__bandPlate{width:auto;max-width:none;height:300%;position:absolute;top:62%;left:78%;transform:translate(-71%,-58%)}.GenerationNight-module__jwGc2W__band:after{content:"";background:linear-gradient(180deg, #f7f9fe00 70%, var(--color-canvas-light) 100%), linear-gradient(90deg, #f7f9fef7 0%, #f7f9fedb 48%, #f7f9fe00 80%);position:absolute;inset:0}}@media (max-width:640px){.GenerationNight-module__jwGc2W__wrap{padding-bottom:var(--space-xxl)}.GenerationNight-module__jwGc2W__work{gap:var(--space-md)}.GenerationNight-module__jwGc2W__head{padding:var(--space-lg) 20px;margin-inline:-20px}.GenerationNight-module__jwGc2W__kicker{gap:var(--space-sm)}.GenerationNight-module__jwGc2W__dashes i{width:18px}.GenerationNight-module__jwGc2W__title{font-size:1.75rem}.GenerationNight-module__jwGc2W__card{gap:var(--space-lg);box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.GenerationNight-module__jwGc2W__topics{padding-top:var(--space-lg)}.GenerationNight-module__jwGc2W__actions>.btn{width:100%}.GenerationNight-module__jwGc2W__errorLink{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.GenerationNight-module__jwGc2W__markDone,.GenerationNight-module__jwGc2W__markDot,.GenerationNight-module__jwGc2W__segWriting,.GenerationNight-module__jwGc2W__segDone,.GenerationNight-module__jwGc2W__askOption{transition:none}.GenerationNight-module__jwGc2W__tipText{animation:none}.GenerationNight-module__jwGc2W__stepRunning .GenerationNight-module__jwGc2W__markSpin{border-color:var(--color-primary);animation:none}}
.TopNav-module__IdunYG__nav{z-index:40;background:var(--color-surface-card);border-bottom:1px solid var(--color-hairline-light);position:sticky;top:0}.TopNav-module__IdunYG__inner{justify-content:space-between;align-items:center;gap:var(--space-xl);height:60px;display:flex}.TopNav-module__IdunYG__navFull .TopNav-module__IdunYG__inner{height:72px}.TopNav-module__IdunYG__navFull .TopNav-module__IdunYG__wordmark{font-size:var(--text-2xl)}.TopNav-module__IdunYG__brand{border-radius:var(--radius-sm);flex-shrink:0;align-items:center;gap:10px;display:inline-flex}.TopNav-module__IdunYG__brand svg{flex-shrink:0}.TopNav-module__IdunYG__wordmark{font-size:var(--text-lg);font-weight:var(--weight-display);letter-spacing:-.024em;color:var(--color-ink)}.TopNav-module__IdunYG__links{align-items:center;gap:var(--space-xl);flex-shrink:0;display:flex}.TopNav-module__IdunYG__link,.TopNav-module__IdunYG__linkAlways{font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--color-ink);border-radius:var(--radius-full);white-space:nowrap;padding:6px 4px}.TopNav-module__IdunYG__linkAlways{font-weight:var(--weight-strong)}.TopNav-module__IdunYG__link:hover,.TopNav-module__IdunYG__linkAlways:hover{text-underline-offset:4px;text-decoration:underline}.TopNav-module__IdunYG__navNight{transition:background-color var(--dur-object) var(--ease-paper), border-color var(--dur-object) var(--ease-paper);position:fixed;inset:0 0 auto}.TopNav-module__IdunYG__navNight[data-tone=night]{background:0 0;border-bottom-color:#0000}.TopNav-module__IdunYG__navNight .TopNav-module__IdunYG__wordmark,.TopNav-module__IdunYG__navNight .TopNav-module__IdunYG__linkAlways{transition:color var(--dur-object) var(--ease-paper)}.TopNav-module__IdunYG__navNight[data-tone=night] .TopNav-module__IdunYG__wordmark,.TopNav-module__IdunYG__navNight[data-tone=night] .TopNav-module__IdunYG__linkAlways{color:var(--color-on-dark)}.TopNav-module__IdunYG__navNight[data-tone=night] :focus-visible{outline-color:var(--color-on-dark)}@media (prefers-reduced-motion:reduce){.TopNav-module__IdunYG__navNight,.TopNav-module__IdunYG__navNight .TopNav-module__IdunYG__wordmark,.TopNav-module__IdunYG__navNight .TopNav-module__IdunYG__linkAlways{transition:none}}@media (max-width:640px){.TopNav-module__IdunYG__inner,.TopNav-module__IdunYG__navFull .TopNav-module__IdunYG__inner{gap:var(--space-md);height:60px}.TopNav-module__IdunYG__navFull .TopNav-module__IdunYG__wordmark{font-size:var(--text-xl)}.TopNav-module__IdunYG__links{gap:var(--space-md)}.TopNav-module__IdunYG__link,.TopNav-module__IdunYG__linkAlways{padding:12px 4px}}@media (max-width:374px){.TopNav-module__IdunYG__link{display:none}}
.reward-module__IctmEq__chip{border-radius:var(--radius-full);background:var(--color-brand-soft);color:var(--color-primary-deep);font-size:var(--text-sm);font-weight:var(--weight-strong);white-space:nowrap;align-items:center;gap:6px;padding:5px 10px 5px 8px;line-height:1;display:inline-flex}.reward-module__IctmEq__chipPause{background:var(--color-surface-soft);color:var(--color-mute)}.reward-module__IctmEq__chipIcon{flex:none;width:14px;height:14px}.reward-module__IctmEq__chipHelp{font-size:var(--text-sm);color:var(--color-mute);margin:6px 0 0}.reward-module__IctmEq__chipHelp summary{cursor:pointer;color:var(--color-mute);text-underline-offset:3px;text-decoration:underline;list-style:none}.reward-module__IctmEq__chipHelp summary::-webkit-details-marker{display:none}.reward-module__IctmEq__chipHelp p{margin:6px 0 0}.reward-module__IctmEq__bar{gap:8px;display:grid}.reward-module__IctmEq__barLabel{font-size:var(--text-md);margin:0}.reward-module__IctmEq__segments{gap:4px;height:10px;display:flex}.reward-module__IctmEq__segment{border-radius:var(--radius-full);background:var(--color-surface-soft);transform-origin:50%;flex:1}.reward-module__IctmEq__seg-paagaar{background:linear-gradient(90deg, var(--color-success) 0 50%, var(--color-surface-soft) 50% 100%)}.reward-module__IctmEq__seg-god-kontroll{background:var(--color-success)}.reward-module__IctmEq__segMissing{box-shadow:inset 0 0 0 1px var(--color-hairline-light);background:0 0}.reward-module__IctmEq__segChanged{animation:.52s cubic-bezier(.2,.8,.2,1) both reward-module__IctmEq__segPop;animation-delay:calc(var(--i,0) * 90ms + .52s)}@keyframes reward-module__IctmEq__segPop{0%{opacity:.35;filter:saturate(.4);transform:scaleY(.35)}60%{opacity:1;transform:scaleY(1.35)}to{opacity:1;filter:none;transform:none}}.reward-module__IctmEq__barText{font-size:var(--text-base);color:var(--color-mute);margin:0}.reward-module__IctmEq__barCompact{gap:6px}.reward-module__IctmEq__barCompact .reward-module__IctmEq__barLabel{font-size:var(--text-sm);color:var(--color-mute)}.reward-module__IctmEq__barCompact .reward-module__IctmEq__barLabel strong{color:var(--color-ink)}.reward-module__IctmEq__barCompact .reward-module__IctmEq__segments{gap:3px;height:6px}.reward-module__IctmEq__barLevel{font-size:var(--text-md);font-weight:var(--weight-strong);margin:0}.reward-module__IctmEq__milestone{border-radius:var(--radius-lg);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);box-shadow:var(--shadow-1);grid-template-columns:auto 1fr;align-items:center;gap:4px 14px;padding:14px 16px;animation:.24s ease-out both reward-module__IctmEq__riseIn;display:grid}.reward-module__IctmEq__milestoneSingle{grid-template-columns:1fr}.reward-module__IctmEq__milestoneFigure{grid-row:span 3;width:56px;height:56px}.reward-module__IctmEq__milestoneKicker{font-size:var(--text-xs);font-weight:var(--weight-strong);letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary-deep);margin:0}.reward-module__IctmEq__milestoneTitle{font-size:var(--text-md);font-weight:var(--weight-display);letter-spacing:-.01em;margin:0}.reward-module__IctmEq__milestoneText{font-size:var(--text-base);color:var(--color-mute);margin:0}.reward-module__IctmEq__share{font-size:var(--text-base);flex-wrap:wrap;grid-column:1/-1;align-items:baseline;gap:4px 12px;margin:6px 0 0;animation:.24s ease-out both reward-module__IctmEq__riseIn;display:flex}.reward-module__IctmEq__shareButton{font:inherit;font-weight:var(--weight-strong);color:var(--color-primary-deep);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:6px 0;text-decoration:underline}.reward-module__IctmEq__shareNote{color:var(--color-mute)}@media (prefers-reduced-motion:reduce){.reward-module__IctmEq__share{animation:none}}.reward-module__IctmEq__celebrate{border-radius:var(--radius-xl);background:var(--color-surface-card);border:1px solid var(--color-success-border);box-shadow:var(--shadow-2);gap:10px;padding:22px 20px;animation:.26s ease-out both reward-module__IctmEq__riseIn;display:grid;position:relative;overflow:hidden}.reward-module__IctmEq__celebrateHead{align-items:center;gap:14px;display:flex}.reward-module__IctmEq__celebrateFigure{flex:none;width:72px;height:72px}.reward-module__IctmEq__celebrateKicker{font-size:var(--text-sm);font-weight:var(--weight-strong);letter-spacing:.04em;text-transform:uppercase;color:var(--color-success-text);margin:0}.reward-module__IctmEq__celebrateTitle{font-size:var(--text-2xl);font-weight:var(--weight-display);letter-spacing:-.02em;margin:2px 0 0}.reward-module__IctmEq__celebrateList{font-size:var(--text-md);gap:6px;margin:0;padding:0;list-style:none;display:grid}.reward-module__IctmEq__celebrateList li{align-items:baseline;gap:8px;display:flex}.reward-module__IctmEq__celebrateList li:before{content:"";border-radius:var(--radius-full);background:var(--color-success);flex:none;width:8px;height:8px;transform:translateY(-1px)}.reward-module__IctmEq__celebrateNext{color:var(--color-mute);margin:4px 0 0}.reward-module__IctmEq__celebrateActions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.reward-module__IctmEq__confetti{pointer-events:none;position:absolute;inset:0}.reward-module__IctmEq__confetti span{top:-8px;left:calc(var(--x) * 1%);background:var(--color-success);opacity:0;width:6px;height:10px;animation:1.6s ease-in both reward-module__IctmEq__confettiFall;animation-delay:calc(var(--d) * 1ms);border-radius:2px;position:absolute}.reward-module__IctmEq__confetti span:nth-child(odd){background:var(--color-primary);border-radius:var(--radius-full);width:5px;height:5px}@keyframes reward-module__IctmEq__confettiFall{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:.9}to{opacity:0;transform:translateY(140px)rotate(200deg)}}@keyframes reward-module__IctmEq__riseIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (max-width:640px){:is(.reward-module__IctmEq__celebrateActions .reward-module__IctmEq__btn,.reward-module__IctmEq__celebrateActions .btn){justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.reward-module__IctmEq__segChanged,.reward-module__IctmEq__milestone,.reward-module__IctmEq__celebrate,.reward-module__IctmEq__confetti span{animation:none}.reward-module__IctmEq__confetti{display:none}}.reward-module__IctmEq__weekGuide{margin-top:var(--space-sm);gap:var(--space-xs);display:grid}.reward-module__IctmEq__weekDots{gap:6px;display:inline-flex}.reward-module__IctmEq__weekDot{border-radius:var(--radius-full);background:var(--color-surface-card);border:1.5px solid var(--color-brand-soft-2);width:12px;height:12px}.reward-module__IctmEq__weekDotDone{background:var(--color-primary);border-color:var(--color-primary)}.reward-module__IctmEq__weekRule{font-size:var(--text-sm);color:var(--color-mute);line-height:1.45}.reward-module__IctmEq__weekGoal{font-size:var(--text-base);font-weight:var(--weight-strong);letter-spacing:-.006em;color:var(--color-ink)}.reward-module__IctmEq__resultStrip{gap:var(--space-sm);grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;margin:0;padding:0;list-style:none;display:grid}.reward-module__IctmEq__resultTile{padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);background:var(--color-surface-card);gap:2px;display:grid}.reward-module__IctmEq__resultValue{font-size:32px;line-height:1.1;font-weight:var(--weight-display);letter-spacing:-.02em;color:var(--color-ink);font-variant-numeric:tabular-nums;align-items:baseline;gap:4px;display:inline-flex}.reward-module__IctmEq__resultOf{font-size:var(--text-base);font-weight:var(--weight-strong);letter-spacing:0;color:var(--color-mute)}.reward-module__IctmEq__resultFlame{width:22px;height:22px;color:var(--color-primary);align-self:center}.reward-module__IctmEq__resultLabel{font-size:var(--text-sm);color:var(--color-mute);line-height:1.35}@media (max-width:420px){.reward-module__IctmEq__resultTile{padding:var(--space-md)}.reward-module__IctmEq__resultValue{font-size:28px}}:is([data-look=night] .reward-module__IctmEq__milestoneKicker,[data-look=night] .reward-module__IctmEq__celebrateKicker){font-family:var(--font-mono);font-size:var(--text-base);letter-spacing:.1em;line-height:1.45}@media (max-width:420px){[data-look=night] .reward-module__IctmEq__resultStrip{grid-auto-columns:minmax(min-content,1fr)}[data-look=night] .reward-module__IctmEq__resultTile{padding:var(--space-md) 12px}[data-look=night] .reward-module__IctmEq__resultValue{flex-wrap:wrap}}@media (max-width:640px){[data-look=night] .reward-module__IctmEq__shareButton{align-items:center;min-height:44px;display:inline-flex}[data-look=night] .reward-module__IctmEq__chipHelp summary{padding-block:12px}}
.night-module__rPP-hW__main{background:var(--color-canvas-light);min-height:calc(100vh - 60px);color:var(--color-ink)}.night-module__rPP-hW__missing{justify-items:start;gap:var(--space-lg);padding-top:var(--space-xxxl);padding-bottom:var(--space-block);display:grid}.night-module__rPP-hW__missingTitle{font-size:clamp(2rem,1.2rem + 2.2vw,2.75rem);line-height:1.08;font-weight:var(--weight-display);letter-spacing:-.032em;color:var(--color-ink)}.night-module__rPP-hW__missingText{max-width:52ch;font-size:var(--text-md);color:var(--color-mute);line-height:1.55}@media (max-width:640px){.night-module__rPP-hW__missing{padding-top:var(--space-xl)}.night-module__rPP-hW__missingTitle{font-size:1.75rem}.night-module__rPP-hW__missingAction{width:100%}}
.night-module__Y9K93q__main{background:var(--color-canvas-light);min-height:calc(100vh - 72px)}.night-module__Y9K93q__wrap{gap:var(--space-xxl);padding-top:var(--space-xxl);padding-bottom:var(--space-block);grid-template-columns:minmax(0,664px) minmax(0,1fr);align-items:start;display:grid}.night-module__Y9K93q__work{min-width:0}.night-module__Y9K93q__band,.night-module__Y9K93q__howInline{display:none}.night-module__Y9K93q__scene{top:calc(72px + var(--space-xl));height:min(560px, calc(100vh - 72px - 2 * var(--space-xl)));border-radius:var(--radius-xl);background:var(--color-brand-soft);min-height:480px;box-shadow:var(--shadow-2);position:sticky;overflow:hidden}.night-module__Y9K93q__sceneArt{position:absolute;inset:0}.night-module__Y9K93q__sceneArt:after{content:"";background:linear-gradient(#f7f9fef0 0%,#f7f9feb3 62%,#f7f9fe00 100%);height:54%;position:absolute;inset:0 0 auto}.night-module__Y9K93q__scenePlate{width:auto;max-width:none;height:143%;position:absolute;top:71%;left:50%;transform:translate(-71%,-58%)}.night-module__Y9K93q__sceneHow{left:var(--space-xl);right:var(--space-xl);top:var(--space-xl);position:absolute}@media (max-width:1040px){.night-module__Y9K93q__wrap{grid-template-columns:minmax(0,1fr);max-width:720px;padding-top:0}.night-module__Y9K93q__scene{display:none}.night-module__Y9K93q__howInline{display:block}.night-module__Y9K93q__band{background:var(--color-brand-soft);display:block;position:absolute;inset:0}.night-module__Y9K93q__bandPlate{width:auto;max-width:none;height:300%;position:absolute;top:62%;left:78%;transform:translate(-71%,-58%)}.night-module__Y9K93q__band:after{content:"";background:linear-gradient(180deg, #f7f9fe00 70%, var(--color-canvas-light) 100%), linear-gradient(90deg, #f7f9fef7 0%, #f7f9fedb 48%, #f7f9fe00 80%);position:absolute;inset:0}}@media (max-width:640px){.night-module__Y9K93q__main{min-height:calc(100vh - 60px)}.night-module__Y9K93q__wrap{padding-bottom:var(--space-xxl)}}
.GuideIntro-module__XWd4ua__intro{padding:var(--space-md) var(--space-xl);border-radius:var(--radius-lg);border:1px solid var(--color-hairline-soft);background:var(--color-surface-card);box-shadow:var(--shadow-1);animation:GuideIntro-module__XWd4ua__introIn .4s var(--ease-paper) both}@keyframes GuideIntro-module__XWd4ua__introIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.GuideIntro-module__XWd4ua__head{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.GuideIntro-module__XWd4ua__title{font-size:var(--text-base);font-weight:var(--weight-strong);color:var(--color-ink)}.GuideIntro-module__XWd4ua__close{font-size:var(--text-sm);font-weight:var(--weight-strong);color:var(--color-primary);border-radius:var(--radius-full);background:var(--color-brand-soft);padding:4px 10px}.GuideIntro-module__XWd4ua__close:hover{background:var(--color-brand-soft-2)}.GuideIntro-module__XWd4ua__rows{gap:var(--space-md);margin-top:var(--space-sm);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.GuideIntro-module__XWd4ua__row{align-items:baseline;gap:8px;min-width:0;display:flex}.GuideIntro-module__XWd4ua__row dt{border-radius:var(--radius-full);background:var(--color-brand-soft);color:var(--color-primary);font-size:var(--text-xs);font-weight:var(--weight-strong);flex:none;padding:2px 8px}.GuideIntro-module__XWd4ua__row dd{font-size:var(--text-base);color:var(--color-body);line-height:1.45}@media (prefers-reduced-motion:reduce){.GuideIntro-module__XWd4ua__intro{animation:none}}@media (max-width:720px){.GuideIntro-module__XWd4ua__rows{grid-template-columns:1fr;gap:8px}}
.SubjectCard-module__IdWi2W__card{padding:var(--space-xl);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);animation:SubjectCard-module__IdWi2W__cardIn .45s var(--ease-paper) both;transition:transform var(--dur-micro) var(--ease-paper), box-shadow var(--dur-micro) var(--ease-paper), border-color var(--dur-micro) ease;flex-direction:column;gap:6px;display:flex}.SubjectCard-module__IdWi2W__card:hover{box-shadow:var(--shadow-2);border-color:var(--color-brand-soft-2);transform:translateY(-3px)}@keyframes SubjectCard-module__IdWi2W__cardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SubjectCard-module__IdWi2W__top{justify-content:space-between;align-items:center;display:flex}.SubjectCard-module__IdWi2W__icon{background:var(--color-brand-soft);width:42px;height:42px;color:var(--color-primary);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.SubjectCard-module__IdWi2W__arrow{color:var(--color-stone);transition:transform var(--dur-micro) var(--ease-paper), color var(--dur-micro) ease}.SubjectCard-module__IdWi2W__card:hover .SubjectCard-module__IdWi2W__arrow{color:var(--color-primary);transform:translate(3px)}.SubjectCard-module__IdWi2W__subject{margin-top:var(--space-md);font-size:var(--text-xl);font-weight:var(--weight-display);letter-spacing:-.015em;color:var(--color-ink)}.SubjectCard-module__IdWi2W__level{font-size:var(--text-base);color:var(--color-mute);margin-top:6px}.SubjectCard-module__IdWi2W__level strong{color:var(--color-ink)}.SubjectCard-module__IdWi2W__pct{font-size:var(--text-base);color:var(--color-mute)}.SubjectCard-module__IdWi2W__pct strong{color:var(--color-success-text);font-variant-numeric:tabular-nums}.SubjectCard-module__IdWi2W__track{border-radius:var(--radius-full);background:var(--color-surface-soft);height:6px;display:block;overflow:hidden}.SubjectCard-module__IdWi2W__fill{border-radius:var(--radius-full);background:var(--color-success);height:100%;transition:width .7s var(--ease-paper);display:block}.SubjectCard-module__IdWi2W__preview{font-size:var(--text-base);color:var(--color-primary);font-weight:var(--weight-medium);align-items:center;gap:6px;display:inline-flex}.SubjectCard-module__IdWi2W__meta{font-size:var(--text-sm);color:var(--color-stone);align-items:center;gap:4px;margin-top:4px;display:inline-flex}.SubjectCard-module__IdWi2W__foot{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-hairline-soft);justify-content:space-between;align-items:center;gap:8px;display:flex}.SubjectCard-module__IdWi2W__footMeta{font-size:var(--text-sm);color:var(--color-stone)}.SubjectCard-module__IdWi2W__cta{font-size:var(--text-base);font-weight:var(--weight-strong);color:var(--color-primary)}@media (prefers-reduced-motion:reduce){.SubjectCard-module__IdWi2W__card{transition:none;animation:none}.SubjectCard-module__IdWi2W__card:hover{transform:none}.SubjectCard-module__IdWi2W__fill{transition:none}}.SubjectCard-module__IdWi2W__countdown{font-size:var(--text-sm);color:var(--color-mute)}.SubjectCard-module__IdWi2W__countdown strong{font-size:var(--text-2xl);font-weight:var(--weight-display);letter-spacing:-.02em;color:var(--color-ink);font-variant-numeric:tabular-nums;margin-right:2px}
.page-module__pRgZAG__page{background:var(--color-canvas-light);min-height:100vh;color:var(--color-ink);flex-direction:column;display:flex}.page-module__pRgZAG__top{height:60px;padding:0 var(--space-xxl);border-bottom:1px solid var(--color-hairline-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fcfcfbd9;justify-content:space-between;align-items:center;display:flex}.page-module__pRgZAG__brand{border-radius:var(--radius-sm);align-items:center;gap:9px;display:inline-flex}.page-module__pRgZAG__wordmark{font-size:var(--text-lg);font-weight:var(--weight-strong);letter-spacing:-.02em;color:var(--color-ink)}.page-module__pRgZAG__topLink{font-size:var(--text-base);font-weight:var(--weight-strong);color:var(--color-mute)}.page-module__pRgZAG__topLink:hover{color:var(--color-ink)}.page-module__pRgZAG__main{width:100%;max-width:1120px;padding:var(--space-xxxl) var(--space-xxl) var(--space-block);flex:1;margin-inline:auto}.page-module__pRgZAG__missing{align-items:flex-start;gap:var(--space-lg);padding-top:var(--space-block);flex-direction:column;max-width:480px;display:flex}.page-module__pRgZAG__missingTitle{color:var(--color-ink)}.page-module__pRgZAG__missingText{color:var(--color-mute);line-height:1.55}@media (max-width:640px){.page-module__pRgZAG__top{padding:0 20px}.page-module__pRgZAG__main{padding:var(--space-xl) 20px var(--space-block)}}
.page-module__qVi-YW__main{min-height:calc(100svh - 60px);padding:var(--space-xxxl) var(--space-xl) var(--space-block);justify-content:center;align-items:flex-start;display:flex}@media (max-width:640px){.page-module__qVi-YW__main{padding:var(--space-xxl) 20px var(--space-block)}}.page-module__qVi-YW__card{width:100%;max-width:520px}.page-module__qVi-YW__eyebrow{color:var(--color-stone)}.page-module__qVi-YW__title{margin-top:var(--space-md)}.page-module__qVi-YW__intro{margin-top:var(--space-md);color:var(--color-mute);max-width:48ch;line-height:1.55}.page-module__qVi-YW__error{margin-top:var(--space-lg);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);background:var(--color-danger-tint);border:1px solid var(--color-danger-border);font-size:var(--text-base);color:var(--color-danger-text)}
.page-module__5i2dPW__main{background:var(--color-canvas-light);min-height:calc(100vh - 60px)}.page-module__5i2dPW__inner{padding-top:var(--space-xxxl);padding-bottom:var(--space-block)}.page-module__5i2dPW__head{justify-content:space-between;align-items:flex-end;gap:var(--space-xl);flex-wrap:wrap;display:flex}.page-module__5i2dPW__title{color:var(--color-ink)}.page-module__5i2dPW__intro{margin-top:var(--space-sm);color:var(--color-mute);font-size:var(--text-md)}.page-module__5i2dPW__streak{margin-top:10px}.page-module__5i2dPW__semester{margin-top:var(--space-sm);font-size:var(--text-base);color:var(--color-stone);font-variant-numeric:tabular-nums}.page-module__5i2dPW__grid{gap:var(--space-lg);margin-top:var(--space-xxl);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.page-module__5i2dPW__newCard{text-align:center;min-height:220px;padding:var(--space-xl);border:1.5px dashed var(--color-brand-soft-2);border-radius:var(--radius-lg);transition:border-color var(--dur-micro) ease, background-color var(--dur-micro) ease, transform var(--dur-micro) var(--ease-paper);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.page-module__5i2dPW__newCard:hover{border-color:var(--color-primary);background:var(--color-surface-faint);transform:translateY(-2px)}.page-module__5i2dPW__newLesa{transition:transform var(--dur-object) var(--ease-settle);margin-bottom:4px}.page-module__5i2dPW__newCard:hover .page-module__5i2dPW__newLesa{transform:translateY(-3px)}.page-module__5i2dPW__newIcon{border-radius:var(--radius-full);background:var(--color-brand-soft);width:48px;height:48px;color:var(--color-primary);font-size:var(--text-3xl);font-weight:var(--weight-medium);justify-content:center;align-items:center;margin-bottom:6px;display:inline-flex}.page-module__5i2dPW__newTitle{font-size:var(--text-lg);font-weight:var(--weight-display);color:var(--color-ink)}.page-module__5i2dPW__newText{font-size:var(--text-base);color:var(--color-mute);max-width:28ch;line-height:1.5}.page-module__5i2dPW__account{justify-content:space-between;align-items:center;gap:var(--space-lg);margin-top:var(--space-xxxl);padding-top:var(--space-lg);border-top:1px solid var(--color-hairline-soft);font-size:var(--text-sm);color:var(--color-stone);flex-wrap:wrap;display:flex}.page-module__5i2dPW__accountText strong{color:var(--color-mute);font-weight:var(--weight-medium)}.page-module__5i2dPW__logoutButton{font-size:var(--text-sm);font-weight:var(--weight-strong);color:var(--color-mute);text-underline-offset:4px;text-decoration:underline}.page-module__5i2dPW__logoutButton:hover{color:var(--color-ink)}@media (prefers-reduced-motion:reduce){.page-module__5i2dPW__newCard{transition:none}.page-module__5i2dPW__newCard:hover,.page-module__5i2dPW__newCard:hover .page-module__5i2dPW__newLesa{transform:none}}.page-module__5i2dPW__accountActions{align-items:center;gap:var(--space-xl);display:flex}.page-module__5i2dPW__error{margin-top:var(--space-xxl);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);background:var(--color-danger-tint);border:1px solid var(--color-danger-border);font-size:var(--text-base);color:var(--color-danger-text)}@media (max-width:640px){.page-module__5i2dPW__logoutButton,.page-module__5i2dPW__accountActions button,.page-module__5i2dPW__accountActions a{align-items:center;min-height:44px;display:inline-flex}}.page-module__5i2dPW__mainNight{--text-xs:13px;--text-sm:14px}.page-module__5i2dPW__headNight{align-content:center;justify-items:start;gap:var(--space-lg);min-height:212px;padding:var(--space-xxl);border-radius:var(--radius-xl);background:var(--color-brand-soft);box-shadow:var(--shadow-1);grid-template-columns:minmax(0,1fr);padding-right:46%;display:grid;position:relative;overflow:hidden}.page-module__5i2dPW__headArt{width:50%;position:absolute;inset:0 0 0 auto;overflow:hidden}.page-module__5i2dPW__headPlate{width:auto;max-width:none;height:205%;position:absolute;top:60%;left:60%;transform:translate(-71%,-58%)}.page-module__5i2dPW__headArt:after{content:"";background:linear-gradient(90deg, var(--color-brand-soft) 0%, #e8f0feb8 24%, #e8f0fe00 58%);background:linear-gradient(90deg, var(--color-brand-soft) 0%, color-mix(in srgb, var(--color-brand-soft) 72%, transparent) 24%, color-mix(in srgb, var(--color-brand-soft) 0%, transparent) 58%);position:absolute;inset:0}.page-module__5i2dPW__headNight .page-module__5i2dPW__headText,.page-module__5i2dPW__headNight>a{position:relative}.page-module__5i2dPW__headNight .page-module__5i2dPW__semester{color:var(--color-mute)}.page-module__5i2dPW__kicker{margin-bottom:var(--space-sm);font-family:var(--font-mono);font-size:var(--text-base);font-weight:var(--weight-strong);letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary-deep)}.page-module__5i2dPW__titleNight{font-size:clamp(2rem,1.2rem + 2.2vw,2.75rem);line-height:1.08;font-weight:var(--weight-display);letter-spacing:-.032em}@media (max-width:900px){.page-module__5i2dPW__headNight{padding-right:40%}.page-module__5i2dPW__headArt{width:44%}}@media (max-width:640px){.page-module__5i2dPW__headNight{min-height:0;padding:calc(112px + var(--space-lg)) var(--space-xl) var(--space-xl);justify-items:stretch}.page-module__5i2dPW__headNight>a{justify-content:center}.page-module__5i2dPW__headArt{width:auto;height:112px;inset:0 0 auto}.page-module__5i2dPW__headPlate{height:330%;top:66%;left:74%}.page-module__5i2dPW__headArt:after{background:linear-gradient(180deg, #e8f0fe00 55%, var(--color-brand-soft) 100%);background:linear-gradient(180deg, color-mix(in srgb, var(--color-brand-soft) 0%, transparent) 55%, var(--color-brand-soft) 100%)}}.page-module__5i2dPW__headPlain{align-items:center}.page-module__5i2dPW__headPlain .page-module__5i2dPW__kicker{margin-bottom:var(--space-xs)}@media (max-width:640px){.page-module__5i2dPW__mainNight .page-module__5i2dPW__inner{padding-top:var(--space-xl)}.page-module__5i2dPW__headPlain{gap:var(--space-md)}.page-module__5i2dPW__headPlain .page-module__5i2dPW__titleNight{font-size:clamp(1.625rem,1.2rem + 2.4vw,2rem)}.page-module__5i2dPW__headPlain>a{min-height:44px}}
.OverviewDashboard-module__VjuzWW__dashboard{gap:var(--space-xxl);flex-direction:column;display:flex}.OverviewDashboard-module__VjuzWW__head{justify-content:space-between;align-items:flex-end;gap:var(--space-xl);flex-wrap:wrap;display:flex}.OverviewDashboard-module__VjuzWW__headLeft{min-width:0}.OverviewDashboard-module__VjuzWW__titleRow{align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.OverviewDashboard-module__VjuzWW__title{color:var(--color-ink)}.OverviewDashboard-module__VjuzWW__readyChip{border-radius:var(--radius-full);background:var(--color-success-tint);color:var(--color-success-text);font-size:var(--text-sm);font-weight:var(--weight-strong);align-items:center;gap:6px;padding:5px 11px;display:inline-flex}.OverviewDashboard-module__VjuzWW__readyDot{border-radius:var(--radius-full);background:var(--color-success);width:7px;height:7px}.OverviewDashboard-module__VjuzWW__readyChipBuilding{background:var(--color-brand-soft);color:var(--color-primary)}.OverviewDashboard-module__VjuzWW__readyChipBuilding .OverviewDashboard-module__VjuzWW__readyDot{background:var(--color-primary);animation:1.6s ease-out infinite OverviewDashboard-module__VjuzWW__buildPulse}.OverviewDashboard-module__VjuzWW__readyChipPaused{background:var(--color-surface-soft);color:var(--color-body)}.OverviewDashboard-module__VjuzWW__readyChipPaused .OverviewDashboard-module__VjuzWW__readyDot{background:var(--color-mute)}@keyframes OverviewDashboard-module__VjuzWW__buildPulse{0%{box-shadow:0 0 #2563eb73}70%{box-shadow:0 0 0 6px #2563eb00}to{box-shadow:0 0 #2563eb00}}@media (prefers-reduced-motion:reduce){.OverviewDashboard-module__VjuzWW__readyChipBuilding .OverviewDashboard-module__VjuzWW__readyDot{animation:none}}.OverviewDashboard-module__VjuzWW__meta{margin-top:var(--space-md);flex-wrap:wrap;gap:8px;display:flex}.OverviewDashboard-module__VjuzWW__metaChip{border-radius:var(--radius-full);background:var(--color-surface-soft);font-size:var(--text-sm);color:var(--color-mute);align-items:center;gap:6px;padding:5px 11px;display:inline-flex}.OverviewDashboard-module__VjuzWW__metaUrgent{background:var(--color-warning-tint);color:var(--color-warning-text)}.OverviewDashboard-module__VjuzWW__progress{min-width:240px}.OverviewDashboard-module__VjuzWW__readinessBox{border-radius:var(--radius-lg);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);box-shadow:var(--shadow-1);text-align:left;gap:8px;padding:14px 16px;display:grid}.OverviewDashboard-module__VjuzWW__streakRow{margin-top:2px}.OverviewDashboard-module__VjuzWW__progressTrack{border-radius:var(--radius-full);background:var(--color-surface-soft);height:8px;overflow:hidden}.OverviewDashboard-module__VjuzWW__progressFill{border-radius:var(--radius-full);background:var(--color-success);height:100%;transition:width .9s var(--ease-paper);display:block}.OverviewDashboard-module__VjuzWW__progressLabel{font-size:var(--text-sm);color:var(--color-mute);text-align:right;margin-top:6px;display:block}.OverviewDashboard-module__VjuzWW__progressLabel strong{color:var(--color-ink);font-variant-numeric:tabular-nums}.OverviewDashboard-module__VjuzWW__unlock{justify-content:space-between;align-items:center;gap:var(--space-xl);padding:var(--space-xl) var(--space-xxl);background:var(--block-lilac);border-radius:var(--radius-xl);flex-wrap:wrap;display:flex}.OverviewDashboard-module__VjuzWW__unlockLeft{min-width:0;max-width:60ch}.OverviewDashboard-module__VjuzWW__unlockKicker{font-size:var(--text-xs);font-weight:var(--weight-strong);letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary-deep);align-items:center;gap:6px;display:inline-flex}.OverviewDashboard-module__VjuzWW__unlockTitle{margin-top:var(--space-sm);font-size:var(--text-2xl);font-weight:var(--weight-display);letter-spacing:-.018em}.OverviewDashboard-module__VjuzWW__unlockCounts{font-size:var(--text-base);color:var(--color-mute);margin-top:6px;line-height:1.5}.OverviewDashboard-module__VjuzWW__unlockRight{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.OverviewDashboard-module__VjuzWW__unlockNote{font-size:var(--text-sm);color:var(--color-mute)}.OverviewDashboard-module__VjuzWW__next{align-items:center;gap:var(--space-xl);padding:var(--space-xl) var(--space-xxl);background:var(--block-lilac);border-radius:var(--radius-xl);display:flex}.OverviewDashboard-module__VjuzWW__nextIcon{background:var(--color-surface-card);width:56px;height:56px;color:var(--color-primary);box-shadow:var(--shadow-1);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.OverviewDashboard-module__VjuzWW__nextLesa{margin-bottom:calc(-1 * var(--space-xs));flex-shrink:0;align-self:flex-end}.OverviewDashboard-module__VjuzWW__nextBody{flex:1;min-width:0}.OverviewDashboard-module__VjuzWW__nextKicker{font-size:var(--text-xs);font-weight:var(--weight-strong);letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary-deep)}.OverviewDashboard-module__VjuzWW__nextTitle{font-size:var(--text-2xl);font-weight:var(--weight-display);letter-spacing:-.018em;margin-top:4px}.OverviewDashboard-module__VjuzWW__nextReason{font-size:var(--text-base);color:var(--color-mute);margin-top:4px;line-height:1.5}.OverviewDashboard-module__VjuzWW__nextCta{flex-shrink:0}.OverviewDashboard-module__VjuzWW__tiles{gap:var(--space-md);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}@media (max-width:1100px){.OverviewDashboard-module__VjuzWW__tiles{grid-template-columns:repeat(3,minmax(0,1fr))}}.OverviewDashboard-module__VjuzWW__tile{padding:var(--space-lg) var(--space-xl);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);transition:transform var(--dur-micro) var(--ease-paper), box-shadow var(--dur-micro) var(--ease-paper);flex-direction:column;gap:2px;display:flex;position:relative}.OverviewDashboard-module__VjuzWW__tile:hover{box-shadow:var(--shadow-2);transform:translateY(-2px)}.OverviewDashboard-module__VjuzWW__tileIcon{background:var(--color-brand-soft);width:34px;height:34px;color:var(--color-primary);border-radius:10px;justify-content:center;align-items:center;margin-bottom:8px;display:inline-flex}.OverviewDashboard-module__VjuzWW__tileValue{font-size:var(--text-3xl);font-weight:var(--weight-display);letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1}.OverviewDashboard-module__VjuzWW__tileLabel{font-size:var(--text-base);color:var(--color-mute)}.OverviewDashboard-module__VjuzWW__tileSub{font-size:var(--text-sm);font-weight:var(--weight-strong);color:var(--color-success-text);margin-top:4px}.OverviewDashboard-module__VjuzWW__tileLock{color:var(--color-stone);opacity:.7;display:inline-flex;position:absolute;top:14px;right:14px}.OverviewDashboard-module__VjuzWW__sectionHead{justify-content:space-between;align-items:baseline;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.OverviewDashboard-module__VjuzWW__sectionTitle{font-size:var(--text-2xl);font-weight:var(--weight-display);letter-spacing:-.02em;color:var(--color-ink);margin-bottom:var(--space-md);line-height:1.2}.OverviewDashboard-module__VjuzWW__sectionHead .OverviewDashboard-module__VjuzWW__sectionTitle{margin-bottom:0}.OverviewDashboard-module__VjuzWW__sectionLink{font-size:var(--text-base);font-weight:var(--weight-strong);color:var(--color-primary)}.OverviewDashboard-module__VjuzWW__sectionLink:hover{text-underline-offset:4px;text-decoration:underline}.OverviewDashboard-module__VjuzWW__actionGrid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.OverviewDashboard-module__VjuzWW__actionCard{padding:var(--space-xl);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);transition:transform var(--dur-micro) var(--ease-paper), box-shadow var(--dur-micro) var(--ease-paper), border-color var(--dur-micro) ease;flex-direction:column;gap:4px;display:flex;position:relative}.OverviewDashboard-module__VjuzWW__actionCard:hover{box-shadow:var(--shadow-2);border-color:var(--color-brand-soft-2);transform:translateY(-3px)}.OverviewDashboard-module__VjuzWW__actionIcon{background:var(--color-brand-soft);width:38px;height:38px;color:var(--color-primary);margin-bottom:var(--space-md);border-radius:11px;justify-content:center;align-items:center;display:inline-flex}.OverviewDashboard-module__VjuzWW__actionKicker{font-size:var(--text-xs);font-weight:var(--weight-strong);letter-spacing:.06em;text-transform:uppercase;color:var(--color-stone)}.OverviewDashboard-module__VjuzWW__actionTitle{font-size:var(--text-md);font-weight:var(--weight-display);letter-spacing:-.01em;color:var(--color-ink)}.OverviewDashboard-module__VjuzWW__actionReason{font-size:var(--text-base);color:var(--color-mute);line-height:1.5}.OverviewDashboard-module__VjuzWW__actionArrow{top:var(--space-xl);right:var(--space-xl);color:var(--color-stone);transition:transform var(--dur-micro) var(--ease-paper), color var(--dur-micro) ease;position:absolute}.OverviewDashboard-module__VjuzWW__actionCard:hover .OverviewDashboard-module__VjuzWW__actionArrow{color:var(--color-primary);transform:translate(3px)}.OverviewDashboard-module__VjuzWW__topicList{flex-direction:column;gap:8px;list-style:none;display:flex}.OverviewDashboard-module__VjuzWW__topicRow{align-items:center;gap:var(--space-lg);padding:var(--space-md) var(--space-xl);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);border-radius:var(--radius-md);display:flex}.OverviewDashboard-module__VjuzWW__topicNumber{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-stone);flex-shrink:0}.OverviewDashboard-module__VjuzWW__topicBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.OverviewDashboard-module__VjuzWW__topicName{font-size:var(--text-lg);font-weight:var(--weight-strong);letter-spacing:-.01em;color:var(--color-ink)}.OverviewDashboard-module__VjuzWW__topicName:hover{color:var(--color-primary)}.OverviewDashboard-module__VjuzWW__topicDesc{font-size:var(--text-sm);color:var(--color-mute);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.OverviewDashboard-module__VjuzWW__topicRight{align-items:center;gap:var(--space-md);flex-shrink:0;display:flex}.OverviewDashboard-module__VjuzWW__topicTrack{border-radius:var(--radius-full);background:var(--color-surface-soft);width:90px;height:6px;overflow:hidden}.OverviewDashboard-module__VjuzWW__topicFill{border-radius:var(--radius-full);background:var(--color-success);height:100%;transition:width .6s var(--ease-paper);display:block}.OverviewDashboard-module__VjuzWW__topicCounts{font-size:var(--text-sm);color:var(--color-stone);white-space:nowrap}.OverviewDashboard-module__VjuzWW__statusBadge{font-size:var(--text-xs);font-weight:var(--weight-strong);border-radius:var(--radius-full);white-space:nowrap;padding:4px 9px}.OverviewDashboard-module__VjuzWW__status-ikke-startet{background:var(--color-surface-soft);color:var(--color-stone)}.OverviewDashboard-module__VjuzWW__status-paagaar{background:var(--color-brand-soft);color:var(--color-primary)}.OverviewDashboard-module__VjuzWW__status-god-kontroll{background:var(--color-success-tint);color:var(--color-success-text)}.OverviewDashboard-module__VjuzWW__panel{padding:var(--space-xl);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);border-radius:var(--radius-lg)}.OverviewDashboard-module__VjuzWW__strengthCols{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.OverviewDashboard-module__VjuzWW__strengthLabel{font-size:var(--text-xs);font-weight:var(--weight-strong);letter-spacing:.06em;text-transform:uppercase;color:var(--color-stone);margin-bottom:8px}.OverviewDashboard-module__VjuzWW__strengthNone{font-size:var(--text-base);color:var(--color-mute)}.OverviewDashboard-module__VjuzWW__strengthRow{border-top:1px solid var(--color-hairline-soft);font-size:var(--text-base);font-weight:var(--weight-medium);justify-content:space-between;align-items:center;gap:8px;padding:8px 0;display:flex}.OverviewDashboard-module__VjuzWW__scoreChip{font-size:var(--text-sm);font-weight:var(--weight-strong);border-radius:var(--radius-full);padding:3px 9px}.OverviewDashboard-module__VjuzWW__chipGood{background:var(--color-success-tint);color:var(--color-success-text)}.OverviewDashboard-module__VjuzWW__chipLow{background:var(--color-danger-tint);color:var(--color-danger-text)}.OverviewDashboard-module__VjuzWW__warnings{padding:var(--space-lg) var(--space-xl);border-radius:var(--radius-md);background:var(--color-warning-tint);border:1px solid var(--color-warning-border);font-size:var(--text-base)}.OverviewDashboard-module__VjuzWW__warningsTitle{font-weight:var(--weight-strong);color:var(--color-warning-text)}.OverviewDashboard-module__VjuzWW__warningsList{margin-top:6px;padding-left:18px}.OverviewDashboard-module__VjuzWW__disclaimer{font-size:var(--text-sm);color:var(--color-stone);max-width:70ch;line-height:1.5}@media (prefers-reduced-motion:reduce){.OverviewDashboard-module__VjuzWW__tile,.OverviewDashboard-module__VjuzWW__actionCard,.OverviewDashboard-module__VjuzWW__progressFill,.OverviewDashboard-module__VjuzWW__topicFill{transition:none}.OverviewDashboard-module__VjuzWW__tile:hover,.OverviewDashboard-module__VjuzWW__actionCard:hover{transform:none}}@media (max-width:900px){.OverviewDashboard-module__VjuzWW__tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.OverviewDashboard-module__VjuzWW__next{flex-direction:column;align-items:flex-start}.OverviewDashboard-module__VjuzWW__topicRight{display:none}.OverviewDashboard-module__VjuzWW__strengthCols{grid-template-columns:1fr}.OverviewDashboard-module__VjuzWW__progress{width:100%}.OverviewDashboard-module__VjuzWW__progressLabel{text-align:left}}@media (max-width:640px){.OverviewDashboard-module__VjuzWW__unlock{padding:var(--space-xl) var(--space-lg);gap:var(--space-lg)}.OverviewDashboard-module__VjuzWW__unlockRight{align-items:stretch;width:100%}.OverviewDashboard-module__VjuzWW__unlockRight>.btn{width:100%}.OverviewDashboard-module__VjuzWW__unlockNote{text-align:center}.OverviewDashboard-module__VjuzWW__sectionHead{flex-wrap:wrap;row-gap:2px}}.OverviewDashboard-module__VjuzWW__coverageLine{margin-top:var(--space-xs);max-width:78ch;font-size:var(--text-base);color:var(--color-mute);line-height:1.55}.OverviewDashboard-module__VjuzWW__coverageWarn{margin-top:var(--space-xs);font-size:var(--text-base);color:var(--color-warning-text)}.OverviewDashboard-module__VjuzWW__tierGroup{margin-top:14px}.OverviewDashboard-module__VjuzWW__tierTitle{font-size:var(--text-sm);font-weight:var(--weight-strong);letter-spacing:.02em;text-transform:uppercase;color:var(--color-mute);margin:0 0 6px}.OverviewDashboard-module__VjuzWW__topicChips{margin-top:6px;display:block}.OverviewDashboard-module__VjuzWW__more{border-top:1px solid var(--color-hairline-light);padding-top:var(--space-lg)}.OverviewDashboard-module__VjuzWW__moreSummary{cursor:pointer;justify-content:space-between;align-items:center;gap:var(--space-md);min-height:44px;font-size:var(--text-md);font-weight:var(--weight-strong);color:var(--color-ink);list-style:none;display:flex}.OverviewDashboard-module__VjuzWW__moreSummary::-webkit-details-marker{display:none}.OverviewDashboard-module__VjuzWW__moreSummary:after{content:"+";font-size:var(--text-xl);font-weight:var(--weight-regular);color:var(--color-stone)}.OverviewDashboard-module__VjuzWW__more[open] .OverviewDashboard-module__VjuzWW__moreSummary:after{content:"−"}.OverviewDashboard-module__VjuzWW__moreBody{gap:var(--space-xxl);padding-top:var(--space-lg);flex-direction:column;display:flex}@media (max-width:640px){.OverviewDashboard-module__VjuzWW__next{align-items:stretch;gap:var(--space-md);padding:var(--space-xl);flex-direction:column}.OverviewDashboard-module__VjuzWW__nextIcon,.OverviewDashboard-module__VjuzWW__nextLesa{display:none}.OverviewDashboard-module__VjuzWW__nextCta{justify-content:center;width:100%}.OverviewDashboard-module__VjuzWW__meta .OverviewDashboard-module__VjuzWW__metaChip:not(:last-child),.OverviewDashboard-module__VjuzWW__readyChip:not(.OverviewDashboard-module__VjuzWW__readyChipBuilding):not(.OverviewDashboard-module__VjuzWW__readyChipPaused){display:none}.OverviewDashboard-module__VjuzWW__sectionTitle{font-size:var(--text-xl)}.OverviewDashboard-module__VjuzWW__topicName{font-size:var(--text-md)}.OverviewDashboard-module__VjuzWW__sectionLink{align-items:center;min-height:44px;display:inline-flex}.OverviewDashboard-module__VjuzWW__sectionHead{align-items:center;margin-bottom:0}.OverviewDashboard-module__VjuzWW__topicName{margin-block:-10px;padding-block:10px;display:inline-block}}.OverviewDashboard-module__VjuzWW__nightKicker{margin-bottom:var(--space-sm);font-family:var(--font-mono);font-size:var(--text-base);font-weight:var(--weight-strong);letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary-deep)}.OverviewDashboard-module__VjuzWW__nightTitle{font-size:clamp(2rem,1.2rem + 2.2vw,2.75rem);line-height:1.08;font-weight:var(--weight-display);letter-spacing:-.032em;text-wrap:balance}.OverviewDashboard-module__VjuzWW__nextNight{justify-items:start;gap:var(--space-lg);min-height:212px;padding:var(--space-xxl);background:var(--color-brand-soft);box-shadow:var(--shadow-1);grid-template-columns:minmax(0,1fr);align-content:center;padding-right:46%;display:grid;position:relative;overflow:hidden}.OverviewDashboard-module__VjuzWW__nextArt{width:50%;position:absolute;inset:0 0 0 auto;overflow:hidden}.OverviewDashboard-module__VjuzWW__nextPlate{width:auto;max-width:none;height:205%;position:absolute;top:60%;left:60%;transform:translate(-71%,-58%)}.OverviewDashboard-module__VjuzWW__nextArt:after{content:"";background:linear-gradient(90deg, var(--color-brand-soft) 0%, #e8f0feb8 24%, #e8f0fe00 58%);background:linear-gradient(90deg, var(--color-brand-soft) 0%, color-mix(in srgb, var(--color-brand-soft) 72%, transparent) 24%, color-mix(in srgb, var(--color-brand-soft) 0%, transparent) 58%);position:absolute;inset:0}.OverviewDashboard-module__VjuzWW__nextNight .OverviewDashboard-module__VjuzWW__nextBody,.OverviewDashboard-module__VjuzWW__nextNight .OverviewDashboard-module__VjuzWW__nextCta{position:relative}.OverviewDashboard-module__VjuzWW__nextNight .OverviewDashboard-module__VjuzWW__nextKicker{font-family:var(--font-mono);font-size:var(--text-base);letter-spacing:.1em}.OverviewDashboard-module__VjuzWW__arriveKicker{align-items:center;gap:var(--space-md);display:flex}.OverviewDashboard-module__VjuzWW__dashes{gap:5px;display:inline-flex}.OverviewDashboard-module__VjuzWW__dashes i{border-radius:var(--radius-full);background:var(--color-brand-soft-2);width:28px;height:4px}.OverviewDashboard-module__VjuzWW__dashes i:last-child{background:var(--color-primary)}.OverviewDashboard-module__VjuzWW__nextNight .OverviewDashboard-module__VjuzWW__nextTitle{margin-top:var(--space-xs);letter-spacing:-.026em;font-size:clamp(1.5rem,1.2rem + .9vw,2rem);line-height:1.12}.OverviewDashboard-module__VjuzWW__nextNight .OverviewDashboard-module__VjuzWW__nextReason{margin-top:var(--space-sm);font-size:var(--text-md);max-width:46ch}@media (max-width:900px){.OverviewDashboard-module__VjuzWW__nextNight{padding-right:40%}.OverviewDashboard-module__VjuzWW__nextArt{width:44%}}@media (max-width:640px){.OverviewDashboard-module__VjuzWW__nextNight{min-height:0;padding:calc(112px + var(--space-lg)) var(--space-xl) var(--space-xl);justify-items:stretch}.OverviewDashboard-module__VjuzWW__nextArt{width:auto;height:112px;inset:0 0 auto}.OverviewDashboard-module__VjuzWW__nextPlate{height:330%;top:66%;left:74%}.OverviewDashboard-module__VjuzWW__nextArt:after{background:linear-gradient(180deg, #e8f0fe00 55%, var(--color-brand-soft) 100%);background:linear-gradient(180deg, color-mix(in srgb, var(--color-brand-soft) 0%, transparent) 55%, var(--color-brand-soft) 100%)}}.OverviewDashboard-module__VjuzWW__nextWhy{font-size:var(--text-base);color:var(--color-mute);margin-top:2px;line-height:1.5}.OverviewDashboard-module__VjuzWW__nextPlain{align-items:center;gap:var(--space-xl);padding:var(--space-xl) var(--space-xxl);background:var(--color-brand-soft);box-shadow:var(--shadow-1);grid-template-columns:minmax(0,1fr) auto;display:grid}.OverviewDashboard-module__VjuzWW__nextPlain .OverviewDashboard-module__VjuzWW__nextKicker{font-family:var(--font-mono);font-size:var(--text-base);letter-spacing:.1em}.OverviewDashboard-module__VjuzWW__nextPlain .OverviewDashboard-module__VjuzWW__nextTitle{margin-top:var(--space-xs);letter-spacing:-.026em;text-wrap:balance;overflow-wrap:anywhere;font-size:clamp(1.375rem,1.1rem + .9vw,1.875rem);line-height:1.14}.OverviewDashboard-module__VjuzWW__nextPlain .OverviewDashboard-module__VjuzWW__nextReason{margin-top:var(--space-sm);font-size:var(--text-md);color:var(--color-body)}.OverviewDashboard-module__VjuzWW__nextPlain .OverviewDashboard-module__VjuzWW__nextWhy{font-size:var(--text-base)}.OverviewDashboard-module__VjuzWW__nextPlain .OverviewDashboard-module__VjuzWW__nextCta{min-height:52px;padding-inline:var(--space-xxl)}@media (max-width:900px){.OverviewDashboard-module__VjuzWW__nextPlain{gap:var(--space-lg);padding:var(--space-xl);grid-template-columns:minmax(0,1fr)}.OverviewDashboard-module__VjuzWW__nextPlain .OverviewDashboard-module__VjuzWW__nextCta{justify-content:center;width:100%}}@media (max-width:640px){.OverviewDashboard-module__VjuzWW__nightHead{display:contents}.OverviewDashboard-module__VjuzWW__nightHead>.OverviewDashboard-module__VjuzWW__headLeft{order:-3}.OverviewDashboard-module__VjuzWW__nightHead+.OverviewDashboard-module__VjuzWW__nextPlain,.OverviewDashboard-module__VjuzWW__nightHead+.OverviewDashboard-module__VjuzWW__nextNight{order:-2}.OverviewDashboard-module__VjuzWW__nightHead>.OverviewDashboard-module__VjuzWW__progress{order:-1}.OverviewDashboard-module__VjuzWW__nightDash{gap:var(--space-xl)}.OverviewDashboard-module__VjuzWW__nightKicker{margin-bottom:var(--space-xs)}.OverviewDashboard-module__VjuzWW__nightTitle{font-size:clamp(1.625rem,1.2rem + 2.4vw,2rem)}}
.StudyNow-module__8mTbzq__wrap{gap:16px;max-width:560px;margin:0 auto;display:grid}.StudyNow-module__8mTbzq__head{gap:2px;display:grid}.StudyNow-module__8mTbzq__greeting{font-size:var(--text-base);color:var(--color-mute);margin:0}.StudyNow-module__8mTbzq__title{margin:0}.StudyNow-module__8mTbzq__exam{color:var(--color-mute);margin:4px 0 0}.StudyNow-module__8mTbzq__headChip{margin-top:8px}.StudyNow-module__8mTbzq__readiness{border-radius:var(--radius-lg);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);box-shadow:var(--shadow-1);padding:16px 18px}.StudyNow-module__8mTbzq__readinessLabel{font-size:var(--text-md);margin:0 0 10px}.StudyNow-module__8mTbzq__segments{gap:4px;height:10px;display:flex}.StudyNow-module__8mTbzq__segment{border-radius:var(--radius-full);background:var(--color-surface-soft);flex:1}.StudyNow-module__8mTbzq__seg-paagaar{background:linear-gradient(90deg, var(--color-success) 0 50%, var(--color-surface-soft) 50% 100%)}.StudyNow-module__8mTbzq__seg-god-kontroll{background:var(--color-success)}.StudyNow-module__8mTbzq__readinessText{font-size:var(--text-base);color:var(--color-mute);margin:10px 0 0}.StudyNow-module__8mTbzq__note{font-size:var(--text-base);color:var(--color-mute);margin:0}.StudyNow-module__8mTbzq__card,.StudyNow-module__8mTbzq__endCard,.StudyNow-module__8mTbzq__step{border-radius:var(--radius-xl);background:var(--color-surface-card);border:1px solid var(--color-hairline-light);box-shadow:var(--shadow-2);gap:12px;padding:20px;display:grid}.StudyNow-module__8mTbzq__endCard{background:var(--color-brand-soft);border-color:#0000}.StudyNow-module__8mTbzq__kicker{font-size:var(--text-sm);font-weight:var(--weight-strong);letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary-deep);margin:0}.StudyNow-module__8mTbzq__cardTitle{font-size:var(--text-2xl);font-weight:var(--weight-display);letter-spacing:-.02em;margin:0}.StudyNow-module__8mTbzq__cardText{color:var(--color-mute);margin:0}.StudyNow-module__8mTbzq__chips{margin:0}.StudyNow-module__8mTbzq__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;display:flex}.StudyNow-module__8mTbzq__linkButton{font:inherit;color:var(--color-mute);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.StudyNow-module__8mTbzq__secondary{font-size:var(--text-base);flex-wrap:wrap;gap:8px 18px;display:flex}.StudyNow-module__8mTbzq__secondary a{color:var(--color-primary);text-underline-offset:3px;text-decoration:underline}.StudyNow-module__8mTbzq__runBar{align-items:center;gap:12px;display:flex}.StudyNow-module__8mTbzq__runCount{font-family:var(--font-jbmono), monospace;font-size:var(--text-sm);color:var(--color-mute);white-space:nowrap}.StudyNow-module__8mTbzq__dots{flex:1;gap:3px;display:flex}.StudyNow-module__8mTbzq__dot{border-radius:var(--radius-full);background:var(--color-surface-soft);flex:1;height:6px}.StudyNow-module__8mTbzq__dotDone{background:var(--color-success)}.StudyNow-module__8mTbzq__dotNow{background:var(--color-primary)}.StudyNow-module__8mTbzq__readIntro{font-size:var(--text-md);margin:0;line-height:1.55}.StudyNow-module__8mTbzq__readBlock{gap:4px;display:grid}.StudyNow-module__8mTbzq__readHeading{font-size:var(--text-md);font-weight:var(--weight-display);margin:0}.StudyNow-module__8mTbzq__readText{margin:0;line-height:1.55}.StudyNow-module__8mTbzq__focus{border-radius:var(--radius-lg);background:var(--color-brand-soft);padding:12px 14px}.StudyNow-module__8mTbzq__focus ul{margin:6px 0 0;padding-left:18px}.StudyNow-module__8mTbzq__focusTitle{font-weight:var(--weight-display);font-size:var(--text-md);margin:0}.StudyNow-module__8mTbzq__flash{border-radius:var(--radius-lg);border:1px solid var(--color-hairline-light);background:var(--color-surface-card);text-align:left;cursor:pointer;width:100%;min-height:200px;font:inherit;color:var(--color-ink);align-content:start;gap:8px;padding:22px;display:grid}.StudyNow-module__8mTbzq__flashFlipped{background:var(--color-brand-soft);border-color:#0000}.StudyNow-module__8mTbzq__flashLabel{font-size:var(--text-xs);font-weight:var(--weight-strong);letter-spacing:.04em;text-transform:uppercase;color:var(--color-mute)}.StudyNow-module__8mTbzq__flashText{font-size:var(--text-lg);line-height:1.45}.StudyNow-module__8mTbzq__flashHint{font-size:var(--text-sm);color:var(--color-stone);margin-top:auto}.StudyNow-module__8mTbzq__rate{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.StudyNow-module__8mTbzq__rateButton{border-radius:var(--radius-full);border:1px solid var(--color-hairline-light);background:var(--color-surface-card);font:inherit;font-weight:var(--weight-strong);font-size:var(--text-base);cursor:pointer;color:var(--color-ink);padding:14px 6px}.StudyNow-module__8mTbzq__rateButton:disabled{opacity:.45;cursor:default}.StudyNow-module__8mTbzq__rateNo:not(:disabled){border-color:var(--color-danger-border)}.StudyNow-module__8mTbzq__rateUnsure:not(:disabled){border-color:var(--color-warning-border)}.StudyNow-module__8mTbzq__rateYes:not(:disabled){border-color:var(--color-success-border)}.StudyNow-module__8mTbzq__rateActive{background:var(--color-brand-soft);border-color:var(--color-primary)}.StudyNow-module__8mTbzq__question{font-size:var(--text-lg);line-height:1.5;font-weight:var(--weight-strong);margin:0}.StudyNow-module__8mTbzq__alts{gap:8px;display:grid}.StudyNow-module__8mTbzq__alt{border-radius:var(--radius-lg);border:1px solid var(--color-hairline-light);background:var(--color-surface-card);text-align:left;font:inherit;cursor:pointer;color:var(--color-ink);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.StudyNow-module__8mTbzq__altLetter{font-family:var(--font-jbmono), monospace;font-size:var(--text-sm);color:var(--color-mute);padding-top:2px}.StudyNow-module__8mTbzq__altCorrect{border-color:var(--color-success);background:var(--color-success-tint)}.StudyNow-module__8mTbzq__altWrong{border-color:var(--color-danger-border);background:var(--color-danger-tint)}.StudyNow-module__8mTbzq__altMuted{opacity:.55}.StudyNow-module__8mTbzq__feedback{border-radius:var(--radius-lg);background:var(--color-surface-soft);gap:8px;padding:14px;display:grid}.StudyNow-module__8mTbzq__feedbackTitle{align-items:center;gap:var(--space-sm);font-weight:var(--weight-display);margin:0;display:flex}.StudyNow-module__8mTbzq__feedbackText{color:var(--color-mute);margin:0}.StudyNow-module__8mTbzq__solution{gap:8px;display:grid}.StudyNow-module__8mTbzq__solutionLabel{font-size:var(--text-sm);font-weight:var(--weight-strong);letter-spacing:.04em;text-transform:uppercase;color:var(--color-mute);margin:6px 0 0}.StudyNow-module__8mTbzq__solutionText{margin:0;line-height:1.55}.StudyNow-module__8mTbzq__points{margin:0;padding-left:18px}.StudyNow-module__8mTbzq__changes{gap:8px;margin:0;padding:0;list-style:none;display:grid}.StudyNow-module__8mTbzq__changes li{border-radius:var(--radius-lg);background:var(--color-surface-card);gap:2px;padding:10px 12px;display:grid}.StudyNow-module__8mTbzq__changeTopic{font-weight:var(--weight-display)}.StudyNow-module__8mTbzq__changeArrow{font-size:var(--text-base);color:var(--color-mute)}.StudyNow-module__8mTbzq__endLine{font-size:var(--text-md);margin:0}.StudyNow-module__8mTbzq__endHead{align-items:center;gap:14px;display:flex}.StudyNow-module__8mTbzq__endHead>div{gap:6px;min-width:0;display:grid}.StudyNow-module__8mTbzq__comebackRow{align-items:center;gap:14px;display:flex}.StudyNow-module__8mTbzq__endBar{border-radius:var(--radius-lg);background:var(--color-surface-card);gap:8px;padding:14px 16px;display:grid}.StudyNow-module__8mTbzq__endStat{color:var(--color-mute);font-size:var(--text-base);align-items:baseline;gap:10px;margin:0;display:flex}.StudyNow-module__8mTbzq__endStat strong{font-size:40px;line-height:1;font-weight:var(--weight-display);letter-spacing:-.03em;color:var(--color-ink);font-variant-numeric:tabular-nums}.StudyNow-module__8mTbzq__endStatFrom{color:var(--color-stone);font-weight:var(--weight-medium)}.StudyNow-module__8mTbzq__endCard>*{animation:StudyNow-module__8mTbzq__endStep .36s var(--ease-paper) both}.StudyNow-module__8mTbzq__endCard>:nth-child(2){animation-delay:.12s}.StudyNow-module__8mTbzq__endCard>:nth-child(3){animation-delay:.26s}.StudyNow-module__8mTbzq__endCard>:nth-child(4){animation-delay:.4s}.StudyNow-module__8mTbzq__endCard>:nth-child(5){animation-delay:.54s}.StudyNow-module__8mTbzq__endCard>:nth-child(n+6){animation-delay:.68s}@keyframes StudyNow-module__8mTbzq__endStep{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.StudyNow-module__8mTbzq__endCard>*{animation:none}}.StudyNow-module__8mTbzq__endLevel{font-size:var(--text-md);margin:0}.StudyNow-module__8mTbzq__endNext{color:var(--color-mute);margin:0}@media (max-width:640px){:is(.StudyNow-module__8mTbzq__actions .StudyNow-module__8mTbzq__btn,.StudyNow-module__8mTbzq__actions .btn){justify-content:center;width:100%}.StudyNow-module__8mTbzq__card .StudyNow-module__8mTbzq__actions,.StudyNow-module__8mTbzq__endCard .StudyNow-module__8mTbzq__actions{bottom:calc(64px + env(safe-area-inset-bottom));z-index:2;border-radius:0 0 var(--radius-lg) var(--radius-lg);background:linear-gradient(to bottom, transparent, var(--color-surface-card) 20px);margin:0 -8px -8px;padding:20px 8px 8px;position:sticky}.StudyNow-module__8mTbzq__endCard .StudyNow-module__8mTbzq__actions{background:linear-gradient(to bottom, transparent, var(--color-brand-soft) 20px)}}.StudyNow-module__8mTbzq__dateBox{border-radius:var(--radius-lg);background:var(--color-surface-soft);gap:8px;padding:14px 16px;display:grid}.StudyNow-module__8mTbzq__dateText{font-size:var(--text-base);color:var(--color-mute);margin:0}.StudyNow-module__8mTbzq__dateRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.StudyNow-module__8mTbzq__dateInput{border:1px solid var(--color-hairline-light);background:var(--color-surface-card);min-width:160px;font:inherit;border-radius:12px;flex:1;padding:10px 12px}.StudyNow-module__8mTbzq__rateButton{min-height:48px}@media (max-width:640px){.StudyNow-module__8mTbzq__rateButton{min-height:52px}.StudyNow-module__8mTbzq__secondary a{align-items:center;min-height:44px;display:inline-flex}.StudyNow-module__8mTbzq__secondary{gap:0 18px}}.StudyNow-module__8mTbzq__opening{align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);background:var(--color-brand-soft);display:flex}.StudyNow-module__8mTbzq__openingLine{font-size:var(--text-md);font-weight:var(--weight-strong);letter-spacing:-.008em;color:var(--color-ink);text-wrap:pretty;margin:0;line-height:1.4}.StudyNow-module__8mTbzq__effortNote{margin:var(--space-sm) 0 0;padding-left:var(--space-md);border-left:3px solid var(--color-brand-soft-2);font-size:var(--text-base);color:var(--color-mute);text-wrap:pretty;line-height:1.55}.StudyNow-module__8mTbzq__beat{align-items:center;gap:var(--space-sm);min-width:0;font-size:var(--text-sm);font-weight:var(--weight-strong);color:var(--color-primary-deep);white-space:nowrap;text-overflow:ellipsis;animation:StudyNow-module__8mTbzq__beatIn .22s var(--ease-paper) both;flex:1;display:inline-flex;overflow:hidden}@keyframes StudyNow-module__8mTbzq__beatIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.StudyNow-module__8mTbzq__beat{animation:none}}.StudyNow-module__8mTbzq__goalOffer{justify-content:space-between;align-items:center;gap:var(--space-sm) var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);background:var(--color-surface-card);flex-wrap:wrap;display:flex}.StudyNow-module__8mTbzq__goalText{font-size:var(--text-md);font-weight:var(--weight-strong);letter-spacing:-.008em;color:var(--color-ink);margin:0}.StudyNow-module__8mTbzq__goalActions{align-items:center;gap:var(--space-md);display:flex}@media (max-width:640px){.StudyNow-module__8mTbzq__goalActions .btn{min-height:44px}.StudyNow-module__8mTbzq__goalActions .StudyNow-module__8mTbzq__linkButton{min-height:44px}}.StudyNow-module__8mTbzq__steps{gap:var(--space-xs);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);background:var(--color-surface-soft);max-width:100%;font-family:var(--font-mono);font-size:var(--text-base);color:var(--color-body);overflow-wrap:anywhere;margin:0;line-height:1.6;list-style:none;display:grid}.StudyNow-module__8mTbzq__stepResult{white-space:nowrap;font-weight:var(--weight-strong);color:var(--color-ink)}[data-look=night] .StudyNow-module__8mTbzq__wrap{grid-template-columns:minmax(0,1fr)}:is([data-look=night] .StudyNow-module__8mTbzq__title,[data-look=night] .StudyNow-module__8mTbzq__kicker,[data-look=night] .StudyNow-module__8mTbzq__cardTitle,[data-look=night] .StudyNow-module__8mTbzq__cardText,[data-look=night] .StudyNow-module__8mTbzq__note,[data-look=night] .StudyNow-module__8mTbzq__openingLine,[data-look=night] .StudyNow-module__8mTbzq__readIntro,[data-look=night] .StudyNow-module__8mTbzq__readHeading,[data-look=night] .StudyNow-module__8mTbzq__readText,[data-look=night] .StudyNow-module__8mTbzq__focus,[data-look=night] .StudyNow-module__8mTbzq__flashText,[data-look=night] .StudyNow-module__8mTbzq__question,[data-look=night] .StudyNow-module__8mTbzq__alt,[data-look=night] .StudyNow-module__8mTbzq__feedbackText,[data-look=night] .StudyNow-module__8mTbzq__solutionText,[data-look=night] .StudyNow-module__8mTbzq__points,[data-look=night] .StudyNow-module__8mTbzq__changeTopic,[data-look=night] .StudyNow-module__8mTbzq__endLine,[data-look=night] .StudyNow-module__8mTbzq__endNext){overflow-wrap:anywhere}[data-look=night] .StudyNow-module__8mTbzq__wrap>.StudyNow-module__8mTbzq__card{order:1}[data-look=night] .StudyNow-module__8mTbzq__wrap>.StudyNow-module__8mTbzq__note{order:2}:is([data-look=night] .StudyNow-module__8mTbzq__wrap>.StudyNow-module__8mTbzq__opening,[data-look=night] .StudyNow-module__8mTbzq__wrap>.StudyNow-module__8mTbzq__readiness,[data-look=night] .StudyNow-module__8mTbzq__wrap>.StudyNow-module__8mTbzq__dateBox){order:3}[data-look=night] .StudyNow-module__8mTbzq__wrap>.StudyNow-module__8mTbzq__secondary{order:4}:is([data-look=night] .StudyNow-module__8mTbzq__kicker,[data-look=night] .StudyNow-module__8mTbzq__flashLabel,[data-look=night] .StudyNow-module__8mTbzq__solutionLabel){font-family:var(--font-mono);font-size:var(--text-base);font-weight:var(--weight-strong);letter-spacing:.1em;text-wrap:balance;line-height:1.45}[data-look=night] .StudyNow-module__8mTbzq__step>.StudyNow-module__8mTbzq__kicker{font-family:var(--font-sans);font-weight:var(--weight-medium);letter-spacing:0;text-transform:none;color:var(--color-mute)}[data-look=night] .StudyNow-module__8mTbzq__step>.StudyNow-module__8mTbzq__kicker:first-letter{text-transform:uppercase}[data-look=night] .StudyNow-module__8mTbzq__runCount{font-family:var(--font-mono);font-size:var(--text-base)}[data-look=night] .StudyNow-module__8mTbzq__altLetter{font-family:var(--font-mono);font-size:var(--text-base)}:is([data-look=night] .StudyNow-module__8mTbzq__card,[data-look=night] .StudyNow-module__8mTbzq__step,[data-look=night] .StudyNow-module__8mTbzq__endCard){padding:var(--space-xl);gap:var(--space-md)}[data-look=night] .StudyNow-module__8mTbzq__cardTitle{letter-spacing:-.025em;text-wrap:balance;font-size:clamp(1.375rem,1.2rem + .8vw,1.75rem);line-height:1.15}[data-look=night] .StudyNow-module__8mTbzq__chips:empty{display:none}[data-look=night] .StudyNow-module__8mTbzq__flashHint{font-size:var(--text-base);color:var(--color-mute)}:is([data-look=night] .StudyNow-module__8mTbzq__flashText,[data-look=night] .StudyNow-module__8mTbzq__readText,[data-look=night] .StudyNow-module__8mTbzq__taskText,[data-look=night] .StudyNow-module__8mTbzq__solutionText,[data-look=night] .StudyNow-module__8mTbzq__feedbackText){white-space:pre-line}[data-look=night] .StudyNow-module__8mTbzq__taskText{font-size:var(--text-md);font-weight:var(--weight-regular);line-height:1.6}:is([data-look=night] .StudyNow-module__8mTbzq__solutionText,[data-look=night] .StudyNow-module__8mTbzq__points){font-size:var(--text-md);line-height:1.6}[data-look=night] .StudyNow-module__8mTbzq__points li+li{margin-top:var(--space-xs)}[data-look=night] .StudyNow-module__8mTbzq__feedback{gap:var(--space-md);padding:var(--space-lg)}[data-look=night] .StudyNow-module__8mTbzq__feedbackText{line-height:1.55}[data-look=night] .StudyNow-module__8mTbzq__runBar{min-height:44px}[data-look=night] .StudyNow-module__8mTbzq__runBar .StudyNow-module__8mTbzq__linkButton{min-height:44px;font-size:var(--text-base);align-items:center;display:inline-flex}@media (hover:hover){[data-look=night] .StudyNow-module__8mTbzq__alt:not(:disabled):hover{background:var(--color-surface-soft)}[data-look=night] .StudyNow-module__8mTbzq__rateButton:not(:disabled):not(.StudyNow-module__8mTbzq__rateActive):hover{background:var(--color-surface-soft)}}@media (max-width:640px){[data-look=night] .StudyNow-module__8mTbzq__wrap{gap:12px}[data-look=night] .StudyNow-module__8mTbzq__head{column-gap:var(--space-md);grid-template-columns:minmax(0,1fr) auto;align-items:baseline}[data-look=night] .StudyNow-module__8mTbzq__head .StudyNow-module__8mTbzq__exam{font-size:var(--text-base);text-align:right;grid-area:1/2;margin:0}:is([data-look=night] .StudyNow-module__8mTbzq__head .StudyNow-module__8mTbzq__title,[data-look=night] .StudyNow-module__8mTbzq__head .StudyNow-module__8mTbzq__headChip){grid-column:1/-1}:is([data-look=night] .StudyNow-module__8mTbzq__card,[data-look=night] .StudyNow-module__8mTbzq__step,[data-look=night] .StudyNow-module__8mTbzq__endCard){gap:12px;padding:18px 20px 20px}:is([data-look=night] .StudyNow-module__8mTbzq__card .StudyNow-module__8mTbzq__actions,[data-look=night] .StudyNow-module__8mTbzq__endCard .StudyNow-module__8mTbzq__actions){z-index:auto;margin:var(--space-xxs) 0 0;background:0 0;border-radius:0;justify-content:center;padding:0;position:static}[data-look=night] .StudyNow-module__8mTbzq__card .StudyNow-module__8mTbzq__effortNote{order:1;margin-top:0}[data-look=night] .StudyNow-module__8mTbzq__actions .StudyNow-module__8mTbzq__linkButton{align-items:center;min-height:44px;display:inline-flex}:is([data-look=night] .StudyNow-module__8mTbzq__readiness,[data-look=night] .StudyNow-module__8mTbzq__dateBox,[data-look=night] .StudyNow-module__8mTbzq__opening){padding:var(--space-md) var(--space-lg)}}@media (max-width:420px){[data-look=night] .StudyNow-module__8mTbzq__beat{white-space:normal;max-height:44px;line-height:1.25}}
.LegalPage-module__bHW_4a__main{background:var(--color-canvas-light)}.LegalPage-module__bHW_4a__article{max-width:var(--width-prose);padding:var(--space-xxxl) var(--space-xl) var(--space-block);margin-inline:auto}.LegalPage-module__bHW_4a__eyebrow{color:var(--color-stone)}.LegalPage-module__bHW_4a__title{margin-top:var(--space-md)}.LegalPage-module__bHW_4a__intro{margin-top:var(--space-md);font-size:var(--text-lg);color:var(--color-mute);max-width:60ch;line-height:1.5}.LegalPage-module__bHW_4a__placeholderWarning{margin-top:var(--space-lg);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);background:var(--color-warning-tint);border:1px solid var(--color-warning-border);font-size:var(--text-base);color:var(--color-warning-text)}.LegalPage-module__bHW_4a__prose{margin-top:var(--space-xxl);font-size:var(--text-md);color:var(--color-body);line-height:1.6}.LegalPage-module__bHW_4a__prose h2{font-size:var(--text-xl);font-weight:var(--weight-medium);letter-spacing:-.01em;margin-top:var(--space-xxl);margin-bottom:var(--space-sm)}.LegalPage-module__bHW_4a__prose p+p{margin-top:var(--space-md)}.LegalPage-module__bHW_4a__prose ul{margin-top:var(--space-md);flex-direction:column;gap:6px;padding-left:22px;display:flex}.LegalPage-module__bHW_4a__prose a{text-underline-offset:3px;text-decoration:underline}.LegalPage-module__bHW_4a__prose strong{font-weight:var(--weight-strong)}.LegalPage-module__bHW_4a__updated{margin-top:var(--space-xxl);font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--color-stone)}
