.aha-learner-shell{min-height:100vh;min-height:100dvh}.aha-learner-player{display:grid;grid-template-columns:280px minmax(0,1fr);align-items:start}.aha-learner-player--stacked{grid-template-columns:minmax(0,1fr)}.aha-learner-player__frame{transition:width .25s ease,border-color .25s ease,border-radius .25s ease,box-shadow .25s ease}.aha-learner-player__stage{transition:background-color .25s ease,padding .25s ease}@media (prefers-reduced-motion: reduce){.aha-learner-player__frame,.aha-learner-player__stage{transition:none}}.aha-learner-player__sidebar{align-self:stretch;border-right:1px solid var(--aha-colorBorderSecondary);padding:var(--aha-sizeLG, 24px) var(--aha-size, 16px)}.aha-learner-player__sidebar-inner{position:sticky;top:var(--aha-size, 16px)}.aha-learner-player__main{min-width:0;padding:var(--aha-sizeLG, 24px) var(--aha-sizeXL, 32px) var(--aha-sizeXXL, 48px);container-type:inline-size}.aha-learner-player__reading{max-width:760px;margin:0 auto}@media (min-width: 1280px){.aha-learner-player__reading{max-width:880px}}@media (min-width: 1600px){.aha-learner-player__reading{max-width:1040px}}.aha-learner-block{margin-bottom:var(--aha-sizeXL, 32px)}.aha-learner-player__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--aha-sizeSM, 12px);border-top:1px solid var(--aha-colorBorderSecondary);padding-top:var(--aha-sizeLG, 24px);margin-top:var(--aha-sizeXL, 32px);position:sticky;bottom:0;z-index:1;background:var(--aha-colorBgContainer, #ffffff);padding-bottom:var(--aha-sizeLG, 24px)}.aha-course-lesson-switcher{transition:background-color .15s ease}.aha-course-lesson-switcher:hover{background:var(--aha-colorFillTertiary)}.aha-learner-player__menu-toggle{display:none}@media (max-width: 767.98px){.aha-learner-player{grid-template-columns:minmax(0,1fr)}.aha-learner-player__sidebar{display:none}.aha-learner-player__menu-toggle{display:inline-flex}.aha-learner-player__main{padding:var(--aha-size, 16px) var(--aha-size, 16px) var(--aha-sizeXL, 32px)}.aha-learner-block{margin-bottom:var(--aha-sizeLG, 24px)}.aha-learner-player__footer{padding-top:var(--aha-sizeSM, 12px);padding-bottom:max(var(--aha-sizeSM, 12px),env(safe-area-inset-bottom));margin-top:var(--aha-sizeLG, 24px)}}.aha-rich-text-surface>:first-child,.aha-rich-text-surface .ProseMirror>:first-child,.aha-rich-text-surface .ProseMirror li:first-child>:first-child{margin-top:0}.aha-rich-text-surface>:last-child,.aha-rich-text-surface .ProseMirror>:last-child,.aha-rich-text-surface .ProseMirror li:last-child>:last-child{margin-bottom:0}.aha-rich-text-surface table{width:100%;margin:.75em 0;border:var(--aha-rich-table-border);border-collapse:collapse;border-radius:var(--aha-rich-table-radius);overflow:hidden}.aha-rich-text-surface th,.aha-rich-text-surface td{min-width:4rem;padding:var(--aha-rich-table-cell-padding);border:var(--aha-rich-table-border);vertical-align:top}.aha-rich-text-surface th{background:var(--aha-rich-table-header-bg);color:var(--aha-rich-table-header-color);font-weight:600;text-align:left}.aha-rich-text-surface .ProseMirror table{table-layout:fixed}.aha-rich-text-surface a{color:var(--aha-rich-link, inherit)}.aha-rich-text-surface--editable a{text-decoration:underline;text-underline-offset:2px}.aha-text-body h2{margin:0 0 var(--aha-sizeXS);font-size:var(--aha-fontSizeHeading3);line-height:var(--aha-lineHeightHeading3);color:var(--aha-block-text, var(--aha-colorTextBase))}.aha-text-body img{display:block;width:100%;height:auto}.aha-text-body h3{margin:0 0 var(--aha-sizeXS);font-size:var(--aha-fontSizeHeading5);line-height:var(--aha-lineHeightHeading5);color:var(--aha-block-text, var(--aha-colorTextBase));font-weight:600}.aha-list-editor-checkbox .aha-rich-text ul{list-style:none;margin:0;padding-left:0}.aha-list-editor-checkbox .aha-rich-text li{position:relative;padding-left:calc(var(--aha-size) + var(--aha-sizeXS))}.aha-list-editor-checkbox .aha-rich-text li:before{content:"";position:absolute;left:0;top:var(--aha-sizeXXS);width:var(--aha-size);height:var(--aha-size);border:var(--aha-lineWidth) solid var(--aha-colorBorder);border-radius:var(--aha-borderRadiusXS)}.aha-flashcard{perspective:1000px}.aha-flashcard__inner{display:grid;transform-style:preserve-3d;transition:transform var(--aha-motionDurationSlow) var(--aha-motionEaseInOut)}.aha-flashcard__inner--flipped{transform:rotateY(180deg)}.aha-flashcard__face{grid-area:1 / 1;backface-visibility:hidden}.aha-flashcard__face--back{transform:rotateY(180deg)}@media (prefers-reduced-motion: reduce){.aha-flashcard__inner{transition:none}}.aha-gallery-carousel .ant-carousel .slick-arrow:after{content:none}.aha-scenario-choice{display:block;width:100%;min-height:44px;height:auto;white-space:normal;text-align:left;overflow-wrap:anywhere}.aha-scenario-back{align-self:flex-start;min-height:44px}.aha-scenario-choice-made{overflow-wrap:anywhere}.aha-scenario-segment{animation:aha-scenario-enter var(--aha-motionDurationMid) var(--aha-motionEaseOut) both}@keyframes aha-scenario-enter{0%{opacity:0;transform:translateY(var(--aha-sizeXS))}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.aha-scenario-segment{animation:none}}.aha-block__band{background:var(--aha-block-bg, transparent);container-type:inline-size}.aha-block__band--image{background-image:var(--aha-block-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat}.aha-block__column{max-width:var(--aha-block-max-width);margin:0 auto;padding:var(--aha-block-pad-y) var(--aha-block-pad-x);color:var(--aha-block-text)}.aha-block__view,.aha-block__editor{color:var(--aha-block-text)}.canvas-block__content--entering{animation:canvas-block-enter .42s cubic-bezier(.2,.8,.2,1);will-change:opacity,transform}@keyframes canvas-block-enter{0%{opacity:0;transform:translateY(12px) scale(.985)}65%{opacity:1;transform:translateY(-2px) scale(1.002)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.canvas-block__content--entering{animation:none}}.aha-editor-page-rail{width:210px;flex-shrink:0;height:100%;box-sizing:border-box;display:flex;flex-direction:column;background:var(--aha-colorWhite);border-right:1px solid var(--aha-colorBorderSecondary);padding:var(--aha-sizeSM);min-height:0;overflow:hidden}.aha-editor-page-rail__header{font-size:var(--aha-fontSizeSM);font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--aha-colorTextTertiary);padding:0 var(--aha-sizeXXS) var(--aha-sizeXS);flex-shrink:0}.aha-editor-page-rail__list{display:flex;flex-direction:column;gap:var(--aha-sizeXXS);flex:0 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:2px;margin-right:-2px}.aha-editor-page-rail__add{margin-top:var(--aha-sizeXS);flex-shrink:0}.aha-editor-page-rail__footer{margin-top:auto;padding-top:var(--aha-sizeSM);border-top:1px solid var(--aha-colorSplit);flex-shrink:0}.aha-editor-page{position:relative;display:flex;align-items:center;gap:var(--aha-sizeXXS);padding:var(--aha-sizeXXS) var(--aha-sizeXXS) var(--aha-sizeXXS) var(--aha-sizeXXS);border-radius:var(--aha-borderRadiusLG);background:var(--aha-colorWhite);transition:border-color .12s,box-shadow .12s}.aha-editor-page[data-selected=true]{background:var(--aha-colorPrimaryBg);box-shadow:0 0 0 2px rgba(var(--aha-colorPrimaryRGB),.12)}.aha-editor-page[data-dragging=true]{opacity:.5}.aha-editor-page__drag{display:inline-flex;align-items:center;flex-shrink:0;color:var(--aha-colorTextPlaceholder);cursor:grab;touch-action:none}.aha-editor-page__drag:active{cursor:grabbing}.aha-editor-page__num{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;border-radius:50%;font-size:var(--aha-fontSizeSM);background:var(--aha-colorFillSecondary);color:var(--aha-colorTextSecondary)}.aha-editor-page[data-selected=true] .aha-editor-page__num{background:var(--aha-colorPrimary);color:var(--aha-colorWhite)}.aha-editor-page__body{display:flex;flex-direction:column;flex:1;min-width:0;line-height:1.3;gap:1px}.aha-editor-page__title{font-size:var(--aha-fontSize);color:var(--aha-colorText);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aha-editor-page[data-selected=true] .aha-editor-page__title{color:var(--aha-colorPrimaryText)}.aha-editor-page__count{font-size:var(--aha-fontSizeXS);color:var(--aha-colorTextPlaceholder)}.aha-editor-page__actions{display:flex;align-items:center;flex-shrink:0}.aha-lesson-agent-panel{flex-shrink:0;width:380px;max-width:380px}:root{--aha-variant: "frontend";--aha-colorPrimary: #6a1ebb;--aha-colorPrimaryRGB: 90, 24, 154;--aha-colorSuccess: #16c49a;--aha-colorWarning: #ff7747;--aha-colorError: #f5222d;--aha-colorInfo: #9bb3e9;--aha-colorTextBase: #1a1a2e;--aha-colorBgBase: #ffffff;--brand-radical-pink: #ff4081;--brand-radical-pink-tint: #ffe3e9;--brand-violet: #6a1ebb;--brand-deep-space: #1a1a2e;--brand-white: #ffffff;--brand-deep-carmine: #e6005c;--brand-dark-royal-purple: #5a189a;--brand-muted-indigo: #3e3e5a;--brand-soft-sky: #f0f4ff;--brand-bright-teal: #20e8b5;--brand-coral-sunset: #ff9068;--brand-cool-mint: #b4e4e0;--brand-lavender-mist: #d3b4ff;--brand-rose-quartz: #faf0f6;--brand-blush-white: #fdf6fa;--brand-soft-pink: #ff91af;--brand-soft-pink-hover: #ffbaca;--aha-fontFamily: "Plus Jakarta Sans", system-ui;--aha-lineWidth: 1px;--aha-lineType: solid;--aha-questionTitleFontSize: clamp(1.05rem, .95rem + .4vw, 1.25rem);--aha-questionTitleFontWeight: 600;--aha-motionUnit: .1px;--aha-motionBase: 0px;--aha-motionEaseOutCirc: cubic-bezier(.08, .82, .17, 1);--aha-motionEaseInOutCirc: cubic-bezier(.78, .14, .15, .86);--aha-motionEaseOut: cubic-bezier(.215, .61, .355, 1);--aha-motionEaseInOut: cubic-bezier(.645, .045, .355, 1);--aha-motionEaseOutBack: cubic-bezier(.12, .4, .29, 1.46);--aha-motionEaseInBack: cubic-bezier(.71, -.46, .88, .6);--aha-motionEaseInQuint: cubic-bezier(.755, .05, .855, .06);--aha-motionEaseOutQuint: cubic-bezier(.23, 1, .32, 1);--aha-borderRadius: 8px;--aha-sizeUnit: 4px;--aha-sizeStep: 4px;--aha-sizePopupArrow: 16px;--aha-controlHeight: 32px;--aha-zIndexBase: 0px;--aha-zIndexPopupBase: 1000px;--aha-opacityImage: 1;--aha-wireframe: false;--aha-colorText: rgba(26, 26, 46, .88);--aha-colorTextSecondary: rgba(26, 26, 46, .65);--aha-colorTextTertiary: rgba(26, 26, 46, .45);--aha-colorTextQuaternary: rgba(26, 26, 46, .25);--aha-colorFill: rgba(26, 26, 46, .15);--aha-colorFillSecondary: rgba(26, 26, 46, .06);--aha-colorFillTertiary: rgba(26, 26, 46, .04);--aha-colorFillQuaternary: rgba(26, 26, 46, .02);--aha-colorBgLayout: #f5f5f5;--aha-colorBgContainer: #ffffff;--aha-colorBgElevated: #ffffff;--aha-colorBgSpotlight: rgba(26, 26, 46, .85);--aha-colorBorder: #d9d9d9;--aha-colorBorderSecondary: #f0f0f0;--aha-colorPrimaryBg: #f5ebfa;--aha-colorPrimaryBgHover: #dbbeed;--aha-colorPrimaryBorder: #bf90e0;--aha-colorPrimaryBorderHover: #a266d4;--aha-colorPrimaryHover: #8640c7;--aha-colorPrimaryActive: #4b1094;--aha-colorPrimaryTextHover: #8640c7;--aha-colorPrimaryText: #6a1ebb;--aha-colorPrimaryTextActive: #4b1094;--aha-colorSuccessBg: #e8fff6;--aha-colorSuccessBgHover: #baf7e1;--aha-colorSuccessBorder: #8aebcb;--aha-colorSuccessBorderHover: #5fdeb8;--aha-colorSuccessHover: #5fdeb8;--aha-colorSuccessActive: #099e80;--aha-colorSuccessTextHover: #38d1a8;--aha-colorSuccessText: #16c49a;--aha-colorSuccessTextActive: #099e80;--aha-colorErrorBg: #fff1f0;--aha-colorErrorBgHover: #ffccc7;--aha-colorErrorBorder: #ffa39e;--aha-colorErrorBorderHover: #ff7875;--aha-colorErrorHover: #ff4d4f;--aha-colorErrorActive: #cf1322;--aha-colorErrorTextHover: #ff4d4f;--aha-colorErrorText: #f5222d;--aha-colorErrorTextActive: #cf1322;--aha-colorWarningBg: #fff6f0;--aha-colorWarningBgHover: #fff3eb;--aha-colorWarningBorder: #ffd8c2;--aha-colorWarningBorderHover: #ffbb99;--aha-colorWarningHover: #ffbb99;--aha-colorWarningActive: #d95932;--aha-colorWarningTextHover: #ff9b70;--aha-colorWarningText: #ff7747;--aha-colorWarningTextActive: #d95932;--aha-colorInfoBg: #f0f7ff;--aha-colorInfoBgHover: #f0f6ff;--aha-colorInfoBorder: #f0f6ff;--aha-colorInfoBorderHover: #f0f5ff;--aha-colorInfoHover: #f0f5ff;--aha-colorInfoActive: #788cc2;--aha-colorInfoTextHover: #cbd9f5;--aha-colorInfoText: #9bb3e9;--aha-colorInfoTextActive: #788cc2;--aha-colorTextStrong: #111827;--aha-colorTextDark: #1f2937;--aha-colorTextBody: #374151;--aha-colorTextMuted: #6b7280;--aha-colorTextPlaceholder: #9ca3af;--aha-colorTextSubtle: #94a3b8;--aha-colorTextSlate: #64748b;--aha-colorTextSlateLight: #475569;--aha-colorTextSlateBody: #4b5563;--aha-colorBorderLight: #eef0f3;--aha-colorBorderMedium: #e5e7eb;--aha-colorBorderStrong: #d1d5db;--aha-colorBorderEmphasis: #d5d9e0;--aha-colorBorderSlate: #cbd5e1;--aha-colorBorderHover: #e0e3e8;--aha-colorBgSubtle: #fafbfc;--aha-colorBgMuted: #f7f8fa;--aha-colorBgFill: #f3f4f6;--aha-colorBgFillAlt: #f4f4f6;--aha-colorBgHover: #f9fafb;--aha-colorBgTint: #f1f5f9;--aha-colorBgSurface: #fafafa;--aha-statusGreen: #16a34a;--aha-statusGreenDark: #047857;--aha-statusGreenStrong: #166534;--aha-statusGreenLight: #22c55e;--aha-statusGreenBg: #ecfdf5;--aha-statusGreenBgAlt: #dcfce7;--aha-statusGreenBorder: #bbf7d0;--aha-statusAmber: #f59e0b;--aha-statusAmberStrong: #92400e;--aha-statusAmberBg: #fef3c7;--aha-statusAmberBorder: #fde68a;--aha-statusOrange: #c2410c;--aha-statusOrangeBgLight: #fff7ed;--aha-statusRed: #dc2626;--aha-statusRedDark: #b91c1c;--aha-statusRedLight: #ef4444;--aha-statusRedBg: #fee2e2;--aha-statusRedBgLight: #fef2f2;--aha-colorPrimarySubtle: #ede9fe;--aha-colorPrimaryDark: #4a1280;--aha-colorPrimaryBorderSubtle: #c4b5fd;--aha-accentIndigo: #6366f1;--aha-accentIndigoBg: #eef2ff;--aha-accentIndigoText: #4338ca;--aha-accentTeal: #14b8a6;--aha-accentSlate: #64748b;--aha-accentSlateLight: #94a3b8;--aha-colorBgMask: rgba(0, 0, 0, .45);--aha-colorOverlayLight: rgba(255, 255, 255, .7);--aha-colorWhite: #fff;--aha-fontSize: 14px;--aha-fontSizeXS: 10px;--aha-fontSizeSM: 12px;--aha-fontSizeLG: 16px;--aha-fontSizeXL: 20px;--aha-fontSizeHeading1: 38px;--aha-fontSizeHeading2: 30px;--aha-fontSizeHeading3: 24px;--aha-fontSizeHeading4: 20px;--aha-fontSizeHeading5: 16px;--aha-lineHeight: 1.5714285714285714;--aha-lineHeightLG: 1.5;--aha-lineHeightSM: 1.6666666666666667;--aha-lineHeightHeading1: 1.2105263157894737;--aha-lineHeightHeading2: 1.2666666666666666;--aha-lineHeightHeading3: 1.3333333333333333;--aha-lineHeightHeading4: 1.4;--aha-lineHeightHeading5: 1.5;--aha-sizeXXL: 48px;--aha-sizeXL: 32px;--aha-sizeLG: 24px;--aha-sizeMD: 20px;--aha-sizeMS: 16px;--aha-size: 16px;--aha-sizeSM: 12px;--aha-sizeXS: 8px;--aha-sizeXXS: 4px;--aha-controlHeightSM: 24px;--aha-controlHeightXS: 16px;--aha-controlHeightLG: 40px;--aha-motionDurationFast: .1s;--aha-motionDurationMid: .2s;--aha-motionDurationSlow: .3s;--aha-lineWidthBold: 2px;--aha-borderRadiusXS: 2px;--aha-borderRadiusSM: 6px;--aha-borderRadiusLG: 10px;--aha-borderRadiusOuter: 6px}html,body{margin:0;padding:0;font-family:var(--aha-fontFamily);color:var(--aha-colorText);background:var(--aha-colorBgLayout);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus-visible{outline:2px solid #6a1ebb;outline-offset:2px}.aha-xl-scope .ant-btn:hover:not(:disabled),.aha-xl-scope .ant-btn:focus-visible:not(:disabled){box-shadow:0 12px 32px #5a189a52}.aha-xl-scope .ant-btn:disabled{box-shadow:none}
