@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap";.mobile-phone-shell{--orange:#24583a;--orange-soft:#e4f1e8;--orange-dark:#143822;--green:#3f8f58;--green-soft:#e6f6e4;--blue:#5b8fd4;--blue-soft:#eef4fd;--yellow-soft:#fffaec;--pink:#e87c6a;--pink-soft:#fdf0ee;--cream:#fbf2df;--cream-2:#e9dfc7;--card:#fffaf0;--ink:#1a1208;--ink-2:#4a3f2f;--muted:#665f48;--border:#d9cfaa;--serif:"Playfair Display", serif;--mono:"IBM Plex Mono", monospace;--radius-lg:24px;--radius:18px;--hard-shadow:7px 8px 0 #1a1208;--hard-shadow-sm:4px 5px 0 #1a1208;--hard-shadow-hover:10px 11px 0 #1a1208;--hard-shadow-press:2px 3px 0 #1a1208;--mobile-safe-top:max(76px, calc(env(safe-area-inset-top,0px) + 30px));--mobile-page-bg:#f0e1bf;background:var(--mobile-page-bg);width:min(100vw,430px);min-height:100dvh;color:var(--ink);font-family:var(--mono);margin:0 auto;position:relative;overflow-x:hidden}.mobile-phone-shell *{box-sizing:border-box}.mobile-phone-shell button{font-family:inherit}.mobile-card{border:2px solid var(--ink);background:var(--card);box-shadow:var(--hard-shadow-sm);border-radius:24px}.mobile-primary-btn{border:2px solid var(--ink);letter-spacing:.6px;text-transform:uppercase;box-shadow:var(--hard-shadow-sm);border-radius:999px;padding:12px 20px;font-size:13px;font-weight:900;transition:transform .14s,box-shadow .14s,opacity .14s}.mobile-primary-btn:hover{box-shadow:var(--hard-shadow);transform:translate(-2px,-2px)}.mobile-primary-btn:active{box-shadow:var(--hard-shadow-press);transform:translate(3px,3px)}.mobile-primary-btn:disabled{opacity:.55;transform:none}.mobile-btn-ink{background:var(--ink);color:var(--cream)}.mobile-btn-orange{background:var(--orange);color:#fff}.mobile-btn-gold{color:var(--ink);background:#f5c842}.mobile-btn-cream{background:var(--card);color:var(--ink)}.mobile-btn-green{background:var(--green);color:#fff}.mobile-field-control{border:2px solid var(--ink);background:var(--card);width:100%;font-family:var(--mono);color:var(--ink);box-shadow:3px 4px 0 var(--ink);border-radius:18px;outline:none;margin-top:8px;padding:13px 15px;font-size:15px;font-weight:700;display:block}.mobile-field-control:focus{border-color:var(--orange)}.mobile-view{background:var(--mobile-page-bg);min-height:100dvh;padding-top:var(--mobile-safe-top);padding-bottom:calc(92px + env(safe-area-inset-bottom,0px));display:block}.mobile-greeting{padding:0 20px 16px}.mobile-date-label{text-transform:uppercase;letter-spacing:.6px;color:var(--muted);margin-bottom:3px;font-size:11px;font-weight:700}.mobile-greeting h1{font-family:var(--serif);margin:0;font-size:clamp(28px,8vw,34px);font-weight:900;line-height:1.04}.mobile-greeting h1 span{color:var(--orange)}.mobile-home-navbar{justify-content:space-between;align-items:center;gap:14px;padding:0 20px 18px;display:flex}.mobile-home-navbar .mobile-home-profile{text-align:left;background:0 0;border:0;padding:0}.mobile-home-top{justify-content:space-between;align-items:center;gap:18px;padding:0 26px 24px;display:flex}.mobile-home-profile{align-items:center;gap:12px;min-width:0;display:flex}.mobile-home-avatar{border:2px solid var(--ink);background:radial-gradient(circle at 32% 28%, #ffd8b8 0 16%, transparent 17%), linear-gradient(135deg, var(--orange) 0 50%, var(--blue) 51% 100%);color:#fff;width:58px;height:58px;font-family:var(--serif);box-shadow:3px 4px 0 var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:21px;font-weight:900;display:flex}.mobile-home-name{white-space:nowrap;text-overflow:ellipsis;max-width:190px;font-size:18px;font-weight:900;line-height:1.1;overflow:hidden}.mobile-home-role{color:var(--muted);text-transform:capitalize;margin-top:4px;font-size:14px;font-weight:700}.mobile-home-bell{border:2px solid var(--ink);width:58px;height:58px;color:var(--ink);background:#ffffff7a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:3px 4px #1a12082e}.mobile-home-bell span{background:var(--orange);border:2px solid var(--cream);border-radius:50%;width:9px;height:9px;position:absolute;top:13px;right:14px}.mobile-home-section{margin-bottom:24px;padding:0 26px}.mobile-home-section-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-home-section-row>button{color:var(--orange);text-transform:uppercase;background:0 0;border:0;font-size:12px;font-weight:900}.mobile-home-section-title{margin:0 0 14px;font-size:25px;font-weight:900;line-height:1}.mobile-home-section-row .mobile-home-section-title{margin-bottom:0}.mobile-home-activity-head{justify-content:space-between;align-items:flex-end;gap:12px;padding:0 20px 12px;display:flex}.mobile-home-activity-head h1{font-family:var(--serif);margin:0;font-size:34px;font-weight:900;line-height:.95}.mobile-home-activity-head button{border:2px solid var(--ink);background:var(--orange);color:#fff;height:40px;box-shadow:3px 4px 0 var(--ink);text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:0 12px;font-size:10px;font-weight:900;display:inline-flex}.mobile-activity-rail,.mobile-suggestion-rail{scrollbar-width:none;gap:12px;padding:0 20px 22px;display:flex;overflow-x:auto}.mobile-activity-rail::-webkit-scrollbar{display:none}.mobile-suggestion-rail::-webkit-scrollbar{display:none}.mobile-activity-list{flex-direction:column;gap:12px;padding:0 20px 22px;display:flex}.mobile-activity-list .mobile-activity-swipe{width:100%;min-width:unset;max-width:unset}.mobile-activity-list .mobile-activity-card,.mobile-activity-list .mobile-activity-card.empty{width:100%}.mobile-activity-card{text-align:left;background:#fff;border-radius:22px;grid-template-columns:46px minmax(0,1fr) auto;align-items:start;gap:12px;width:100%;min-height:92px;padding:13px;display:grid}.mobile-activity-card.empty{background:var(--orange-soft);align-items:center}.mobile-activity-icon{border:2px solid var(--ink);width:46px;height:46px;box-shadow:3px 4px 0 var(--ink);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-activity-icon.flashcards{background:var(--blue-soft);color:var(--blue)}.mobile-activity-icon.quiz{background:var(--green-soft);color:var(--green)}.mobile-activity-body{flex-direction:column;gap:3px;min-width:0;display:flex}.mobile-activity-meta,.mobile-activity-type{color:var(--orange);letter-spacing:.6px;text-transform:uppercase;font-size:9px;font-weight:900}.mobile-activity-title{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:900;line-height:1.18;display:-webkit-box;overflow:hidden}.mobile-activity-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:800;line-height:1.3;overflow:hidden}.mobile-activity-progress{background:var(--cream-2);border:2px solid #1a120833;border-radius:999px;height:8px;margin:5px 0 2px;overflow:hidden}.mobile-activity-progress span{border-radius:inherit;background:var(--orange);height:100%;display:block}.mobile-activity-badge{border:2px solid var(--ink);background:var(--green-soft);max-width:72px;color:var(--ink);box-shadow:2px 3px 0 var(--ink);text-align:center;white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.mobile-activity-badge.empty-badge{background:var(--orange-soft);padding:5px 7px}.mobile-suggestion-card{background:#fff;border-radius:23px;flex-direction:column;gap:10px;min-width:218px;max-width:218px;padding:13px;display:flex}.mobile-suggestion-rail.popular .mobile-suggestion-card{background:var(--green-soft)}.mobile-suggestion-main{text-align:left;color:var(--ink);background:0 0;border:0;padding:0}.mobile-suggestion-badge{border:2px solid var(--ink);background:var(--orange);color:#fff;box-shadow:2px 3px 0 var(--ink);text-transform:uppercase;letter-spacing:.4px;border-radius:999px;margin-bottom:11px;padding:5px 8px;font-size:8px;font-weight:900;display:inline-flex}.mobile-suggestion-title{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;font-size:15px;font-weight:900;line-height:1.16;display:-webkit-box;overflow:hidden}.mobile-suggestion-sub,.mobile-suggestion-reason,.mobile-suggestion-meta{color:var(--muted);margin-top:5px;font-size:10px;font-weight:800;line-height:1.3;display:block}.mobile-suggestion-reason{color:var(--ink-2)}.mobile-suggestion-meta{color:var(--green);text-transform:uppercase;letter-spacing:.35px;font-weight:900}.mobile-suggestion-action{border:2px solid var(--ink);background:var(--cream);height:38px;color:var(--ink);box-shadow:3px 4px 0 var(--ink);text-transform:uppercase;border-radius:14px;justify-content:center;align-items:center;gap:5px;font-size:10px;font-weight:900;display:flex}.mobile-course-home-loading{background:#fff;border-radius:22px;margin:0 20px 22px;padding:15px;font-size:12px;font-weight:900}.mobile-click-card{border:2px solid var(--ink);box-shadow:var(--hard-shadow-sm);cursor:pointer;transition:transform .14s,box-shadow .14s}.mobile-click-card:hover{box-shadow:var(--hard-shadow);transform:translate(-3px,-3px)}.mobile-click-card:active{box-shadow:var(--hard-shadow-press);transform:translate(3px,3px)}.mobile-streak-card{border:3px solid var(--ink);box-shadow:var(--hard-shadow);background:#fff0b8;border-radius:28px;margin:0 20px 22px;padding:16px;position:relative;overflow:hidden}.mobile-streak-main{align-items:center;gap:13px;margin-bottom:14px;display:flex}.mobile-streak-icon{border:3px solid var(--ink);background:var(--orange);color:#fff;width:54px;height:54px;box-shadow:var(--hard-shadow-sm);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-streak-copy{flex:1}.mobile-streak-kicker{color:var(--orange-dark);letter-spacing:.7px;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:900}.mobile-streak-title{font-family:var(--serif);font-size:27px;font-weight:900;line-height:.98}.mobile-streak-sub{color:#7c5d35;margin-top:4px;font-size:11px;font-weight:700}.mobile-week-strip{grid-template-columns:repeat(7,1fr);gap:7px;display:grid}.mobile-day-pill{border:2px solid var(--ink);height:38px;box-shadow:2px 3px 0 var(--ink);background:#fff;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex}.mobile-day-pill span{font-size:8px;font-weight:900}.mobile-day-pill.done{background:var(--ink);color:#fff}.mobile-day-pill.today{background:var(--orange);color:#fff}.mobile-day-pill.locked{background:var(--cream-2);color:var(--muted);border-color:#cfc6b8;box-shadow:2px 3px #cfc6b8}.mobile-section-head{justify-content:space-between;align-items:center;margin-bottom:11px;padding:0 20px;display:flex}.mobile-section-title{text-transform:uppercase;letter-spacing:.7px;color:var(--muted);font-size:12px;font-weight:900}.mobile-section-link{color:var(--orange);cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:900}.mobile-quick-grid{grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:22px;padding:0 20px;display:grid}.mobile-quick-card{background:#fff;border-radius:18px;flex-direction:column;justify-content:space-between;align-items:center;min-height:86px;padding:12px 7px;display:flex}.mobile-quick-icon{border-radius:13px;justify-content:center;align-items:center;width:39px;height:39px;display:flex}.mobile-quick-icon.orange,.mobile-create-type-icon.orange,.mobile-project-icon.orange,.mobile-insight-icon.orange{background:var(--orange-soft);color:var(--orange)}.mobile-quick-icon.green,.mobile-create-type-icon.green,.mobile-project-icon.green,.mobile-insight-icon.green,.mobile-recent-icon.green{background:var(--green-soft);color:var(--green)}.mobile-quick-icon.yellow,.mobile-create-type-icon.yellow{background:var(--yellow-soft);color:#be9300}.mobile-quick-icon.blue,.mobile-create-type-icon.blue,.mobile-project-icon.blue,.mobile-insight-icon.blue,.mobile-recent-icon.blue{background:var(--blue-soft);color:var(--blue)}.mobile-project-icon.pink,.mobile-recent-icon.pink{background:var(--pink-soft);color:var(--pink)}.mobile-quick-label{text-align:center;font-size:9px;font-weight:900;line-height:1.15}.mobile-continue-card{background:var(--orange);color:#fff;border-radius:28px;margin:0 20px 22px;padding:17px;position:relative;overflow:hidden}.mobile-continue-top{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.mobile-mini-tag{color:var(--ink);border:2px solid var(--ink);box-shadow:3px 4px 0 var(--ink);text-transform:uppercase;background:#fff;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:10px;font-weight:900;display:inline-flex}.mobile-continue-title{font-family:var(--serif);margin-bottom:4px;font-size:23px;font-weight:900}.mobile-continue-sub{color:#ffffffd1;max-width:270px;margin-bottom:14px;font-size:11px;font-weight:700;line-height:1.45}.mobile-progress-line{background:#ffffff59;border:2px solid #1a120840;border-radius:99px;height:9px;margin-bottom:13px;overflow:hidden}.mobile-progress-fill{background:#fff;border-radius:99px;width:62%;height:100%}.mobile-continue-footer{justify-content:space-between;align-items:center;display:flex}.mobile-continue-pct{font-size:12px;font-weight:900}.mobile-resume-btn{border:2px solid var(--ink);color:var(--orange);box-shadow:4px 5px 0 var(--ink);cursor:pointer;text-transform:uppercase;background:#fff;border-radius:999px;padding:8px 14px;font-size:11px;font-weight:900}.mobile-projects-scroll{scrollbar-width:none;gap:13px;padding:0 20px 24px;display:flex;overflow-x:auto}.mobile-projects-scroll::-webkit-scrollbar{display:none}.mobile-project-card{text-align:left;background:#fff;border-radius:22px;min-width:146px;max-width:146px;padding:12px}.mobile-project-icon{border:2px solid var(--ink);width:43px;height:43px;box-shadow:3px 4px 0 var(--ink);border-radius:14px;justify-content:center;align-items:center;margin-bottom:11px;display:flex}.mobile-project-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:13px;font-weight:900;display:-webkit-box;overflow:hidden}.mobile-project-meta{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:10px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.mobile-chips{flex-wrap:wrap;gap:5px;display:flex}.mobile-chip{text-transform:uppercase;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:900}.mobile-chip.green{background:var(--green-soft);color:var(--green)}.mobile-chip.orange{background:var(--orange-soft);color:var(--orange)}.mobile-chip.blue{background:var(--blue-soft);color:var(--blue)}.mobile-page-header{padding:18px 20px 14px}.mobile-page-title{font-family:var(--serif);font-size:31px;font-weight:900;line-height:1}.mobile-page-sub{color:var(--muted);margin-top:6px;font-size:11px;font-weight:700;line-height:1.45}.mobile-create-grid{grid-template-columns:1fr 1fr;gap:13px;padding:0 20px 20px;display:grid}.mobile-create-type{text-align:center;background:#fff;border-radius:24px;padding:18px 13px}.mobile-create-type-icon{border:2px solid var(--ink);width:52px;height:52px;box-shadow:3px 4px 0 var(--ink);border-radius:17px;justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.mobile-create-type-name{margin-bottom:4px;font-size:14px;font-weight:900}.mobile-create-type-desc{color:var(--muted);font-size:10px;font-weight:700;line-height:1.45}.mobile-recent-list{flex-direction:column;gap:12px;padding:0 20px 24px;display:flex}.mobile-recent-item{text-align:left;background:#fff;border-radius:22px;align-items:center;gap:12px;padding:13px;display:flex}.mobile-recent-icon{border:2px solid var(--ink);width:40px;height:40px;box-shadow:3px 4px 0 var(--ink);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-recent-name{margin-bottom:2px;font-size:13px;font-weight:900}.mobile-recent-meta{color:var(--muted);font-size:10px;font-weight:700}.mobile-recent-arrow{margin-left:auto}.mobile-insight-stack{flex-direction:column;gap:13px;padding:0 20px 18px;display:flex}.mobile-insight-card{background:#fff;border-radius:24px;align-items:flex-start;gap:12px;padding:15px;display:flex}.mobile-insight-icon{border:2px solid var(--ink);width:42px;height:42px;box-shadow:3px 4px 0 var(--ink);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-insight-kicker{color:var(--orange);letter-spacing:.7px;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:900}.mobile-insight-title{margin-bottom:4px;font-size:14px;font-weight:900;line-height:1.25}.mobile-insight-copy{color:var(--muted);font-size:11px;font-weight:700;line-height:1.45}.mobile-weak-list{background:#fff;border-radius:24px;margin:0 20px 22px;overflow:hidden}.mobile-weak-item{width:100%;color:var(--ink);text-align:left;border:0;border-bottom:1px solid var(--border);background:0 0;align-items:center;gap:10px;padding:13px 14px;display:flex}.mobile-weak-item:last-child{border-bottom:none}.mobile-weak-rank{background:var(--orange-soft);width:24px;height:24px;color:var(--orange);border:2px solid var(--ink);box-shadow:2px 3px 0 var(--ink);border-radius:9px;justify-content:center;align-items:center;font-size:10px;font-weight:900;display:flex}.mobile-weak-topic{flex:1;min-width:0}.mobile-weak-name{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:900;overflow:hidden}.mobile-weak-action{color:var(--muted);margin-top:2px;font-size:10px;font-weight:700}.mobile-review-btn{border:2px solid var(--ink);background:var(--cream);width:34px;height:34px;box-shadow:3px 4px 0 var(--ink);border-radius:12px;justify-content:center;align-items:center;display:flex}.mobile-bottom-nav{left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 12px);border:2px solid var(--ink);z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffaf0f0;border-radius:999px;justify-content:space-around;width:min(348px,100vw - 54px);padding:8px 12px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 5px #1a120838}.mobile-nav-item{cursor:pointer;width:52px;height:48px;color:var(--muted);box-shadow:none;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:flex;position:relative}.mobile-nav-label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.mobile-nav-item.active{color:var(--orange)}.mobile-nav-item.active:after{content:"";background:var(--orange);border-radius:50%;width:6px;height:6px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.mobile-courses-view{padding-bottom:104px}.mobile-course-search{background:#fff;border-radius:18px;align-items:center;gap:10px;min-height:54px;margin:0 20px 14px;padding:0 14px;display:flex}.mobile-course-search input{min-width:0;color:var(--ink);font:800 13px/1 var(--mono);background:0 0;border:0;outline:none;flex:1}.mobile-course-search input::placeholder{color:var(--muted)}.mobile-course-filter-row{scrollbar-width:none;gap:8px;padding:0 20px 12px;display:flex;overflow-x:auto}.mobile-course-filter-row::-webkit-scrollbar{display:none}.mobile-course-filter-pill{border:2px solid var(--ink);min-height:42px;color:var(--ink);font:900 12px/1 var(--mono);box-shadow:3px 4px 0 var(--ink);white-space:nowrap;background:#fff;border-radius:999px;padding:0 16px}.mobile-course-filter-pill.active{background:var(--orange);color:#fff}.mobile-course-subject-select{grid-template-columns:minmax(0,1fr) 48px;gap:10px;padding:0 20px 12px;display:grid}.mobile-course-subject-select select,.mobile-course-subject-select a{border:2px solid var(--ink);height:48px;color:var(--ink);box-shadow:3px 4px 0 var(--ink);background:#fff;border-radius:16px}.mobile-course-subject-select select{font:900 12px/1 var(--mono);outline:none;padding:0 12px}.mobile-course-subject-select a{justify-content:center;align-items:center;display:flex}.mobile-course-catalog-count{color:var(--muted);letter-spacing:.7px;text-transform:uppercase;padding:0 20px 10px;font-size:10px;font-weight:900}.mobile-course-catalog-list{flex-direction:column;gap:12px;padding:0 20px 28px;display:flex}.mobile-course-catalog-card{text-align:left;background:#fff;border-radius:22px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:92px;padding:13px;display:grid}.mobile-course-catalog-icon{border:2px solid var(--ink);background:var(--orange-soft);width:46px;height:46px;color:var(--orange);box-shadow:3px 4px 0 var(--ink);border-radius:16px;justify-content:center;align-items:center;display:flex}.mobile-course-catalog-body{flex-direction:column;gap:3px;min-width:0;display:flex}.mobile-course-catalog-meta{color:var(--orange);letter-spacing:.6px;text-transform:uppercase;font-size:9px;font-weight:900}.mobile-course-catalog-title{color:var(--ink);font-size:14px;font-weight:900;line-height:1.18}.mobile-course-catalog-sub{color:var(--muted);font-size:10px;font-weight:800;line-height:1.3}.mobile-course-catalog-badge{border:2px solid var(--ink);background:var(--green-soft);max-width:72px;color:var(--ink);box-shadow:2px 3px 0 var(--ink);text-align:center;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.mobile-course-loading{background:#fff;border-radius:22px;margin:0 20px 20px;padding:16px;font-size:13px;font-weight:900;line-height:1.45}.mobile-course-detail-top{grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;padding:18px 20px 14px;display:grid}.mobile-course-detail-back{border:2px solid var(--ink);width:44px;height:44px;color:var(--ink);box-shadow:3px 4px 0 var(--ink);background:#fff;border-radius:15px}.mobile-course-detail-kicker{color:var(--orange);letter-spacing:.7px;text-transform:uppercase;font-size:10px;font-weight:900}.mobile-course-detail-title{font-family:var(--serif);margin-top:3px;font-size:30px;font-weight:900;line-height:.98}.mobile-course-detail-hero{background:#fff0b8;border-radius:26px;margin:0 20px 18px;padding:16px}.mobile-course-detail-icon{border:3px solid var(--ink);background:var(--orange);color:#fff;width:56px;height:56px;box-shadow:var(--hard-shadow-sm);border-radius:19px;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.mobile-course-detail-hero p{color:var(--ink-2);font-size:12px;font-weight:800;line-height:1.55}.mobile-course-detail-stats{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px;display:grid}.mobile-course-detail-stats span{border:2px solid var(--ink);text-align:center;color:var(--muted);box-shadow:2px 3px 0 var(--ink);background:#fff;border-radius:14px;padding:8px 5px;font-size:9px;font-weight:900}.mobile-course-detail-stats strong{color:var(--ink);font-size:18px;font-family:var(--serif);display:block}.mobile-course-create-btn{border:2px solid var(--ink);background:var(--orange);color:#fff;width:100%;height:50px;font:900 12px/1 var(--mono);box-shadow:var(--hard-shadow-sm);border-radius:17px;justify-content:center;align-items:center;gap:8px;margin-top:13px;display:flex}.mobile-course-detail-section{padding:0 20px 18px}.mobile-course-detail-section-title{color:var(--muted);letter-spacing:.7px;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:900}.mobile-course-term-wrap{flex-wrap:wrap;gap:7px;display:flex}.mobile-course-term-wrap span{color:var(--ink-2);background:#fff;border:1.5px solid #1a120833;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900}.mobile-course-unit-list{flex-direction:column;gap:11px;display:flex}.mobile-course-unit-card{background:#fff;border-radius:21px;padding:13px}.mobile-course-unit-main{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.mobile-course-unit-title{color:var(--ink);font-size:13px;font-weight:900;line-height:1.25}.mobile-course-unit-meta{color:var(--muted);margin-top:3px;font-size:10px;font-weight:800}.mobile-course-unit-main button{border:2px solid var(--ink);background:var(--green-soft);color:var(--ink);font:900 9px/1 var(--mono);box-shadow:2px 3px 0 var(--ink);border-radius:999px;padding:7px 9px}.mobile-course-unit-preview{border-top:1px solid var(--border);color:var(--ink-2);margin-top:10px;padding-top:9px;font-size:10px;font-weight:750;line-height:1.4}.mobile-course-source-list{flex-wrap:wrap;gap:8px;display:flex}.mobile-course-source-list a{border:2px solid var(--ink);color:var(--ink);box-shadow:2px 3px 0 var(--ink);background:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;text-decoration:none}.mobile-empty-card{background:#fff;border-radius:24px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;margin:0 20px 22px;padding:14px;display:grid}.mobile-empty-icon{border:2px solid var(--ink);background:var(--orange-soft);width:42px;height:42px;color:var(--orange);box-shadow:3px 4px 0 var(--ink);border-radius:14px;justify-content:center;align-items:center;display:flex}.mobile-empty-title{font-size:14px;font-weight:900;line-height:1.15}.mobile-empty-copy{color:var(--muted);margin-top:3px;font-size:10px;font-weight:800;line-height:1.4}.mobile-empty-action{border:2px solid var(--ink);background:var(--ink);color:#fff;text-transform:uppercase;box-shadow:3px 4px 0 var(--ink);border-radius:999px;grid-column:2;justify-self:start;padding:7px 12px;font-size:10px;font-weight:900}.mobile-course-intro-shell,.mobile-course-player-shell,.mobile-course-intro-shell>.relative,.mobile-course-player-shell>.relative{background:var(--mobile-page-bg);height:100dvh;min-height:100dvh;overflow:hidden}.mobile-course-topbar,.mobile-player-header{border-bottom:3px solid var(--ink);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:78px;padding:calc(env(safe-area-inset-top,0px) + 8px) 16px 8px;background:#fff3d6f5;justify-content:space-between;align-items:center;gap:12px;display:flex}.mobile-course-back-btn{border:3px solid var(--ink);width:42px;height:42px;color:var(--ink);font-family:var(--serif);box-shadow:3px 4px 0 var(--ink);background:#fffaf0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:29px;font-weight:900;line-height:1;display:flex}.mobile-course-pill{border:3px solid var(--ink);background:var(--ink);color:#fff3d6;text-transform:uppercase;letter-spacing:.7px;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900}.mobile-course-intro-main{height:calc(100dvh - 162px);padding:12px 14px;overflow:hidden}.mobile-course-hero-card{height:100%;padding:0;overflow:hidden}.mobile-course-hero-inner{background:#ffffff9e;grid-template-rows:auto auto auto minmax(0,1fr) auto;gap:9px;height:100%;padding:14px;display:grid}.mobile-course-hero-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.mobile-course-icon-frame{border:3px solid var(--ink);width:54px;height:54px;box-shadow:3px 4px 0 var(--ink);background:#fffaf0;border-radius:18px;justify-content:center;align-items:center;display:flex}.mobile-course-icon{width:31px;height:31px}.mobile-course-level{border:3px solid var(--ink);text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;background:#fffaf0;border-radius:999px;max-width:130px;padding:4px 9px;font-size:10px;font-weight:900;overflow:hidden}.mobile-course-title{font-family:var(--serif);letter-spacing:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:clamp(30px,9vw,42px);font-weight:900;line-height:.94;display:-webkit-box;overflow:hidden}.mobile-course-unit{color:#6f4a2f;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:900;line-height:1.25;display:-webkit-box;overflow:hidden}.mobile-course-overview{color:#6f4a2f;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:800;line-height:1.32;display:-webkit-box;overflow:hidden}.mobile-course-stats{gap:8px;display:grid}.mobile-course-stat{border:3px solid var(--ink);background:#fffaf0;border-radius:18px;min-width:0;padding:9px}.mobile-course-stat p{text-transform:uppercase;color:#6f4a2f;letter-spacing:.4px;margin:0;font-size:9px;font-weight:900}.mobile-course-stat strong{font-family:var(--serif);margin-top:1px;font-size:27px;font-weight:900;line-height:.9;display:block}.mobile-course-footer,.mobile-player-footer{inset-inline:0;border-top:3px solid var(--ink);height:84px;padding:10px 14px calc(env(safe-area-inset-bottom,0px) + 10px);background:#fff3d6;align-items:center;gap:10px;display:flex;position:absolute;bottom:0}.mobile-course-footer-btn,.mobile-player-footer-btn{flex:1;width:100%;padding-block:11px;font-size:12px}.mobile-player-header{height:92px;display:block}.mobile-player-header-row{align-items:center;gap:10px;display:flex}.mobile-player-title-wrap{flex:1;min-width:0}.mobile-player-title-wrap p{color:var(--orange);text-transform:uppercase;letter-spacing:.9px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:9px;font-weight:900;line-height:1.1;overflow:hidden}.mobile-player-title-wrap h1{font-family:var(--serif);white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:20px;font-weight:900;line-height:.98;overflow:hidden}.mobile-player-type-icon{border:3px solid var(--ink);width:42px;height:42px;color:var(--ink);background:#f4bd4f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-player-progress{border:2px solid var(--ink);background:#fffaf0;border-radius:999px;height:9px;margin-top:8px;overflow:hidden}.mobile-player-progress div{background:var(--orange);height:100%}.mobile-player-main{height:calc(100dvh - 176px);padding:10px 12px;overflow:hidden}.mobile-player-card{height:100%;padding:14px;overflow:hidden}.mobile-slide-title{font-family:var(--serif);letter-spacing:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:clamp(28px,8.7vw,39px);font-weight:900;line-height:.95;display:-webkit-box;overflow:hidden}.mobile-slide-title.compact{-webkit-line-clamp:2;font-size:clamp(24px,7.5vw,34px)}.mobile-slide-body{color:#6f4a2f;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:800;line-height:1.34;display:-webkit-box;overflow:hidden}.mobile-slide-body.compact{-webkit-line-clamp:3}.mobile-slide-bullets{gap:7px;display:grid}.mobile-slide-bullet{border:2px solid var(--ink);-webkit-line-clamp:2;background:#fffaf0;border-radius:16px;-webkit-box-orient:vertical;margin:0;padding:8px 9px;font-size:11px;font-weight:900;line-height:1.25;display:-webkit-box;overflow:hidden}.mobile-slide-example,.mobile-slide-stimulus,.mobile-quiz-feedback{box-shadow:3px 4px 0 var(--ink);background:#e7f3da;padding:10px}.mobile-slide-example p,.mobile-slide-stimulus p,.mobile-quiz-feedback p,.mobile-slide-kicker{color:var(--orange);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:9px;font-weight:900;line-height:1.1}.mobile-slide-example strong,.mobile-slide-stimulus strong,.mobile-quiz-feedback strong{color:#6f4a2f;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:4px;font-size:12px;font-weight:900;line-height:1.28;display:-webkit-box;overflow:hidden}.mobile-slide-visual-card{box-shadow:3px 4px 0 var(--ink);padding:0;overflow:hidden}.mobile-slide-visual-img{object-fit:contain;background:#fffaf0;width:100%;max-height:120px;display:block}.mobile-slide-visual-caption{border-top:2px solid var(--ink);color:#6f4a2f;white-space:nowrap;text-overflow:ellipsis;margin:0;padding:7px 9px;font-size:10px;font-weight:900;line-height:1.25;overflow:hidden}.mobile-slide-table-card{padding:8px;overflow-x:hidden}.mobile-slide-table{border-collapse:collapse;table-layout:fixed;text-align:left;width:100%;font-size:10px;font-weight:800}.mobile-slide-table th,.mobile-slide-table td{text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #211a1638;padding:4px;overflow:hidden}.mobile-slide-pre,.mobile-slide-code-visual{white-space:pre-wrap;max-height:110px;margin:0;font-size:10px;font-weight:800;line-height:1.25;overflow:hidden}.mobile-slide-code-visual{background:var(--ink);color:#fff3d6;padding:9px}.mobile-slide-generic-visual{padding:10px}.mobile-slide-generic-visual h3,.mobile-slide-generic-visual p{margin:0}.mobile-slide-generic-visual h3{font-family:var(--serif);font-size:20px;font-weight:900;line-height:1}.mobile-slide-generic-visual p:last-child{color:#6f4a2f;margin-top:4px;font-size:11px;font-weight:800;line-height:1.25}.mobile-visual-heading{border-bottom:2px solid var(--ink);background:var(--card);padding:9px 11px}.mobile-visual-heading span{color:var(--green);letter-spacing:.32em;text-transform:uppercase;font-size:9px;font-weight:900;display:block}.mobile-visual-heading strong{color:var(--ink);font-family:var(--serif);margin-top:2px;font-size:22px;font-weight:900;line-height:.95;display:block}.mobile-graph-card,.mobile-flow-card,.mobile-chart-card{background:var(--card)}.mobile-graph-svg{background:#fffaf0;width:100%;height:auto;display:block}.mobile-graph-svg rect{fill:#fffaf0;stroke:#211a1629;stroke-width:2px}.mobile-graph-svg .grid line{stroke:#211a161f;stroke-width:1px}.mobile-graph-svg .axis{stroke:var(--ink);stroke-width:2.4px}.mobile-graph-svg .series{fill:none;stroke:var(--green);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.mobile-graph-svg .series.s1{stroke:var(--orange)}.mobile-graph-svg .series.s2{stroke:var(--blue)}.mobile-graph-svg .series.s3{stroke:var(--yellow)}.mobile-graph-svg .point circle{fill:var(--orange);stroke:var(--ink);stroke-width:2px}.mobile-graph-svg .point circle.open{fill:#fffaf0}.mobile-graph-svg text{fill:var(--ink);font-family:var(--mono);font-size:10px;font-weight:900}.mobile-graph-svg .annotation{fill:var(--orange-dark)}.mobile-flow-steps{flex-direction:column;gap:7px;padding:12px;display:flex}.mobile-flow-step{background:#fffaf0;border:2px solid #211a162e;border-radius:15px;align-items:center;gap:9px;padding:10px;display:flex}.mobile-flow-step b{border:2px solid var(--ink);background:var(--green-soft);width:26px;height:26px;color:var(--green);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:flex}.mobile-flow-step span{color:var(--ink-2);font-size:11px;font-weight:900;line-height:1.25}.mobile-flow-arrow{color:var(--muted);align-self:center;font-weight:900;line-height:1}.mobile-chart-card{padding-bottom:10px}.mobile-chart-row{color:var(--ink);grid-template-columns:74px 1fr 34px;align-items:center;gap:8px;padding:9px 12px 0;font-size:10px;font-weight:900;display:grid}.mobile-chart-row div{background:#fffaf0;border:2px solid #211a162e;border-radius:999px;height:12px;overflow:hidden}.mobile-chart-row i{border-radius:inherit;background:var(--green);height:100%;display:block}.mobile-slide-complete-btn{width:100%;margin-top:auto}.mobile-code-tabs{gap:6px;display:flex;overflow:hidden}.mobile-code-tabs button{border:2px solid var(--ink);text-overflow:ellipsis;white-space:nowrap;background:#fffaf0;border-radius:999px;min-width:0;padding:6px 9px;font-size:9px;font-weight:900;overflow:hidden}.mobile-code-tabs button.active{background:#f4bd4f}.mobile-code-editor{border:3px solid var(--ink);background:var(--ink);color:#fff3d6;width:100%;min-height:0;font-family:var(--mono);resize:none;border-radius:18px;outline:none;flex:1;padding:10px;font-size:11px;font-weight:800;line-height:1.3}.mobile-code-actions,.mobile-quiz-actions{gap:8px;display:flex}.mobile-code-action-btn,.mobile-quiz-action-btn{flex:1;padding:9px 10px;font-size:10px}.mobile-code-output{border:2px solid var(--ink);white-space:pre-wrap;background:#fffaf0;border-radius:14px;max-height:54px;margin:0;padding:7px;font-size:10px;font-weight:800;line-height:1.25;overflow:hidden}.mobile-quiz-question{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:900;line-height:1.2;display:-webkit-box;overflow:hidden}.mobile-quiz-choices{gap:7px;display:grid}.mobile-quiz-choice{border:2px solid var(--ink);width:100%;color:var(--ink);text-align:left;-webkit-line-clamp:2;background:#fffaf0;border-radius:16px;-webkit-box-orient:vertical;padding:9px 10px;font-size:11px;font-weight:900;line-height:1.2;display:-webkit-box;overflow:hidden}.mobile-quiz-choice.selected{background:#f4bd4f}.mobile-quiz-choice.correct{background:#9fc59b}.mobile-quiz-choice.wrong{background:#ffe2d8}@media (width<=360px){.mobile-quick-grid{gap:8px;padding:0 16px}.mobile-greeting h1{font-size:31px}.mobile-streak-title{font-size:24px}.mobile-project-card{min-width:136px;max-width:136px}.mobile-course-topbar,.mobile-player-header{padding-inline:12px}.mobile-course-title,.mobile-slide-title{font-size:28px}.mobile-player-main{padding-inline:10px}}.mobile-course-player-shell{background:linear-gradient(#1a12080b 1px, transparent 1px), linear-gradient(90deg, #1a12080b 1px, transparent 1px), var(--mobile-page-bg);background-size:32px 32px,32px 32px,cover}.mobile-course-player-shell>.relative{grid-template-rows:calc(env(safe-area-inset-top,0px) + 76px) minmax(0, 1fr) calc(env(safe-area-inset-bottom,0px) + 96px);display:grid}.mobile-course-back-btn{width:48px;height:48px;box-shadow:5px 6px 0 var(--ink);background:#fffaf0;border-width:4px}.mobile-player-title-wrap p{letter-spacing:1.8px;color:var(--orange);font-size:10px}.mobile-player-title-wrap h1{max-width:210px;margin-top:3px;font-size:18px}.mobile-player-type-icon{background:var(--ink);color:#fff3d6;border-width:4px;width:48px;height:48px}.mobile-player-main{height:auto;min-height:0;padding:18px 18px 16px}.mobile-player-card{border:4px solid var(--ink);height:100%;box-shadow:8px 10px 0 var(--ink);background:radial-gradient(circle,#faf6efc7 0 12px,#0000 13px) 0 0/42px 42px,#fff 0 0/cover;border-radius:28px;padding:22px 18px}.mobile-slide-content{gap:13px}.mobile-slide-kicker{color:var(--orange);letter-spacing:2px;font-size:11px}.mobile-slide-title,.mobile-slide-title.compact{-webkit-line-clamp:3;font-size:clamp(38px,10.5vw,54px);line-height:.9}.mobile-slide-body{color:#6f4a2f;-webkit-line-clamp:6;max-width:100%;font-size:16px;line-height:1.28}.mobile-slide-bullet{background:#fffaf0;border-width:3px;border-radius:20px;padding:12px 13px;font-size:14px;line-height:1.25;box-shadow:4px 5px #1a1208e0}.mobile-slide-example,.mobile-slide-stimulus,.mobile-quiz-feedback{box-shadow:5px 6px 0 var(--ink);background:#e8f4dc;border-width:3px;border-radius:22px;padding:13px 14px}.mobile-slide-stimulus{flex-shrink:0}.mobile-slide-example p,.mobile-slide-stimulus p,.mobile-quiz-feedback p{color:var(--orange);letter-spacing:2px;font-size:11px}.mobile-slide-example strong,.mobile-slide-stimulus strong,.mobile-quiz-feedback strong{color:#6f4a2f;-webkit-line-clamp:4;margin-top:7px;font-size:15px;line-height:1.24}.mobile-slide-visual-img{max-height:180px}.mobile-quiz-question{-webkit-line-clamp:3;margin-top:2px;font-size:clamp(24px,7vw,34px);line-height:1.05}.mobile-quiz-choice{background:#fffaf0;border-width:3px;border-radius:18px;padding:12px 14px;font-size:15px;line-height:1.18;box-shadow:0 0 #0000}.mobile-quiz-choice.selected{background:#ffe6a3;box-shadow:4px 5px #1a1208b8}.mobile-quiz-choice.correct{background:#9fc59b;box-shadow:4px 5px #1a1208b8}.mobile-quiz-choice.wrong{background:#ffe2d8;box-shadow:4px 5px #1a1208b8}.mobile-quiz-actions{margin-top:auto}.mobile-player-footer{border-top:4px solid var(--ink);height:auto;padding:12px 18px calc(env(safe-area-inset-bottom,0px) + 12px);background:#fff3d6;position:static}.mobile-sheet-nav-btn{border:4px solid var(--ink);min-width:0;font-family:var(--mono);letter-spacing:1px;text-transform:uppercase;box-shadow:7px 8px 0 var(--ink);border-radius:999px;flex:1;padding:15px 18px;font-size:14px;font-weight:900}.mobile-sheet-nav-btn.primary{background:var(--ink);color:#fff3d6}.mobile-sheet-nav-btn.secondary{color:var(--ink);background:#fff}.mobile-sheet-nav-btn.accent{color:var(--ink);background:#ffe49a}.mobile-sheet-nav-btn:disabled{color:#8a857d;opacity:.85;border-color:#8a857d;box-shadow:5px 6px #8a857d}.mobile-code-editor{border-radius:22px;font-size:13px}.mobile-code-tabs button{border-width:3px;font-size:11px}.mobile-code-output{border-width:3px;max-height:80px;font-size:12px}@media (width<=380px){.mobile-player-card{padding:18px 14px}.mobile-slide-title,.mobile-slide-title.compact{font-size:38px}.mobile-quiz-question{font-size:24px}.mobile-quiz-choice{padding-block:10px;font-size:14px}}.mobile-landing-shell,.mobile-auth-shell{background:var(--mobile-page-bg)}.mobile-landing-shell>.relative,.mobile-auth-shell>.relative{background:var(--mobile-page-bg);min-height:100dvh}.mobile-landing-simple{min-height:100dvh;padding:calc(env(safe-area-inset-top,0px) + 24px) 24px calc(env(safe-area-inset-bottom,0px) + 28px);flex-direction:column;justify-content:center;align-items:center;gap:22px;display:flex}.mobile-landing-logo{object-fit:cover;object-position:center;width:min(430px,92vw);height:122px;margin:0 auto;display:block}.mobile-landing-actions{flex-direction:column;gap:13px;width:100%;max-width:370px;display:flex}.mobile-auth-wrap{min-height:100dvh;padding:calc(env(safe-area-inset-top,0px) + 22px) 24px calc(env(safe-area-inset-bottom,0px) + 30px);flex-direction:column;display:flex}.mobile-auth-back{border:2px solid var(--ink);background:var(--card);width:40px;height:40px;color:var(--ink);box-shadow:var(--hard-shadow-sm);cursor:pointer;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.mobile-auth-head{margin-bottom:24px}.mobile-auth-kicker{color:var(--orange);letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:900}.mobile-auth-title{color:var(--ink);font-family:var(--serif);margin:0;font-size:32px;font-weight:900;line-height:1.05}.mobile-auth-title span{color:var(--orange)}.mobile-auth-sub{color:var(--muted);margin:8px 0 0;font-size:11px;font-weight:700;line-height:1.5}.mobile-auth-form{flex-direction:column;gap:0;display:flex}.mobile-field-group{flex-direction:column;gap:14px;margin-bottom:18px;display:flex}.mobile-auth-field{display:block}.mobile-field-label{color:var(--muted);letter-spacing:.7px;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:900;display:block}.mobile-field-wrap{display:block;position:relative}.mobile-field-icon{color:var(--muted);pointer-events:none;z-index:3;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.mobile-auth-input{z-index:1;border:2px solid var(--ink);background:var(--card);width:100%;height:52px;color:var(--ink);box-shadow:var(--hard-shadow-sm);font-family:var(--mono);border-radius:16px;outline:none;padding:0 16px 0 44px;font-size:13px;font-weight:700;position:relative}.mobile-auth-input:focus{box-shadow:var(--hard-shadow);transform:translate(-2px,-2px)}.mobile-auth-input::placeholder{color:var(--muted);font-weight:500}.mobile-auth-primary:disabled,.mobile-auth-ghost:disabled{cursor:not-allowed;opacity:.58;box-shadow:var(--hard-shadow-sm);transform:none!important}.mobile-password-strength{margin:-7px 0 4px}.mobile-password-strength-track{border:2px solid var(--ink);height:10px;box-shadow:2px 3px 0 var(--ink);background:#1f5f3c29;border-radius:999px;overflow:hidden}.mobile-password-strength-fill{border-radius:inherit;background:#b83a34;height:100%;transition:width .18s,background-color .18s}.mobile-password-strength-fill.valid{background:var(--green)}.mobile-password-strength-meta{color:var(--muted);letter-spacing:.5px;text-transform:uppercase;justify-content:space-between;gap:9px;margin-top:7px;font-size:8px;font-weight:900;line-height:1.25;display:flex}.mobile-auth-status{border:2px solid var(--ink);color:var(--ink-2);box-shadow:3px 4px 0 var(--ink);background:#fff0b8;border-radius:16px;margin:0 0 14px;padding:11px 13px;font-size:11px;font-weight:800;line-height:1.4}.mobile-auth-primary,.mobile-auth-ghost{border:2px solid var(--ink);width:100%;min-height:54px;box-shadow:var(--hard-shadow);font-family:var(--mono);letter-spacing:.5px;cursor:pointer;border-radius:18px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:900;display:flex}.mobile-auth-primary{background:var(--orange);color:#fff}.mobile-auth-ghost{color:var(--ink);box-shadow:var(--hard-shadow-sm);background:#fff}.mobile-auth-divider{color:var(--muted);align-items:center;gap:10px;margin:18px 0;font-size:10px;font-weight:700;display:flex}.mobile-auth-divider:before,.mobile-auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.mobile-course-player-shell{background:linear-gradient(#1a12080a 1px, transparent 1px), linear-gradient(90deg, #1a12080a 1px, transparent 1px), var(--mobile-page-bg);background-size:30px 30px,30px 30px,cover;height:100dvh;overflow:hidden}.mobile-course-player-shell>.relative{grid-template-rows:auto minmax(0,1fr) auto;height:100dvh;min-height:100dvh;display:grid;overflow:hidden}.mobile-player-header{border-bottom:2px solid var(--ink);height:auto;padding:calc(env(safe-area-inset-top,0px) + 7px) 14px 8px;background:#faf6effa}.mobile-player-header-row{gap:9px}.mobile-course-back-btn{width:38px;height:38px;box-shadow:3px 4px 0 var(--ink);background:#fff;border-width:2px;border-radius:14px;font-size:30px;line-height:1}.mobile-player-title-wrap p{letter-spacing:1.2px;font-size:8px}.mobile-player-title-wrap h1{max-width:220px;margin-top:2px;font-size:15px;line-height:1}.mobile-player-type-icon{background:var(--ink);width:38px;height:38px;color:var(--cream);border-width:2px}.mobile-player-type-svg{width:21px;height:21px}.mobile-player-progress{background:#1a120821;border:0;height:5px;margin-top:7px}.mobile-player-main,.mobile-course-player-shell.quiz-mode .mobile-player-main{-webkit-overflow-scrolling:touch;height:auto;min-height:0;padding:16px 18px 22px;overflow:hidden auto}.mobile-player-page{width:100%;min-height:100%;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.mobile-slide-content{flex-direction:column;gap:11px;height:auto;min-height:100%;display:flex;overflow:visible}.mobile-slide-title,.mobile-slide-title.compact{-webkit-line-clamp:unset;-webkit-box-orient:unset;font-size:clamp(29px,8.4vw,36px);line-height:.98;display:block;overflow:visible}.mobile-slide-body,.mobile-slide-body.compact{-webkit-line-clamp:unset;-webkit-box-orient:unset;font-size:13px;line-height:1.48;display:block;overflow:visible}.mobile-slide-bullets{gap:8px}.mobile-slide-bullet{-webkit-line-clamp:unset;-webkit-box-orient:unset;border-width:2px;border-radius:16px;padding:10px 11px;font-size:12px;line-height:1.38;display:block;overflow:visible;box-shadow:3px 4px #1a1208e6}.mobile-slide-example,.mobile-slide-stimulus,.mobile-quiz-feedback,.mobile-slide-visual-card{box-shadow:3px 4px 0 var(--ink);border-width:2px;border-radius:18px;padding:11px 12px}.mobile-slide-example strong,.mobile-slide-stimulus strong,.mobile-quiz-feedback strong{-webkit-line-clamp:unset;-webkit-box-orient:unset;font-size:13px;line-height:1.4;display:block;overflow:visible}.mobile-slide-visual-img{object-fit:contain;width:100%;max-height:none}.mobile-quiz-question{-webkit-line-clamp:unset;-webkit-box-orient:unset;font-size:clamp(20px,5.8vw,27px);line-height:1.08;display:block;overflow:visible}.mobile-quiz-choices{gap:8px}.mobile-quiz-choice{-webkit-line-clamp:unset;-webkit-box-orient:unset;border-width:2px;border-radius:15px;padding:10px 12px;font-size:13px;line-height:1.25;display:block;overflow:visible}.mobile-quiz-actions{padding-bottom:calc(env(safe-area-inset-bottom,0px) + 8px);margin-top:6px}.mobile-player-footer{border-top:2px solid var(--ink);background:var(--mobile-page-bg);height:auto;padding:9px 14px calc(env(safe-area-inset-bottom,0px) + 10px);position:static}.mobile-sheet-nav-btn{min-width:0;box-shadow:4px 5px 0 var(--ink);border-width:2px;flex:1;padding:12px 14px;font-size:12px}.mobile-sheet-nav-btn:disabled{box-shadow:3px 4px #8a857d}@media (width<=360px){.mobile-auth-wrap{padding-inline:18px}.mobile-player-main,.mobile-course-player-shell.quiz-mode .mobile-player-main{padding-inline:14px}.mobile-slide-title,.mobile-slide-title.compact{font-size:29px}}.mobile-priority-card{border:3px solid var(--ink);box-shadow:var(--hard-shadow);background:#fff0b8;border-radius:28px;margin:0 20px 22px;padding:16px}.mobile-priority-main{align-items:center;gap:13px;margin-bottom:13px;display:flex}.mobile-priority-icon{border:3px solid var(--ink);background:var(--orange);color:#fff;width:54px;height:54px;box-shadow:var(--hard-shadow-sm);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-priority-kicker{color:var(--orange-dark);letter-spacing:.7px;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:900}.mobile-priority-title{font-family:var(--serif);font-size:24px;font-weight:900;line-height:.98}.mobile-priority-sub{color:#7c5d35;margin-top:4px;font-size:11px;font-weight:700;line-height:1.45}.mobile-priority-action{border:2px solid var(--ink);box-shadow:var(--hard-shadow-sm);background:#fff;border-radius:17px;align-items:center;gap:10px;padding:11px 12px;display:flex}.mobile-priority-action svg{background:var(--orange-soft);width:31px;height:31px;color:var(--orange);border-radius:11px;flex-shrink:0;padding:6px}.mobile-priority-action-text{color:var(--ink-2);font-size:11px;font-weight:800;line-height:1.35}.mobile-profile-card-big{background:var(--green);color:#fff;border-radius:28px;align-items:center;gap:14px;margin:0 20px 18px;padding:18px;display:flex}.mobile-avatar-big{width:58px;height:58px;color:var(--green);border:3px solid var(--ink);box-shadow:3px 4px 0 var(--ink);font-family:var(--serif);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;font-weight:900;display:flex}.mobile-profile-card-name{font-family:var(--serif);font-size:22px;font-weight:900;line-height:1}.mobile-profile-card-email{color:#ffffffc7;overflow-wrap:anywhere;margin:3px 0 8px;font-size:10px;font-weight:700;line-height:1.3}.mobile-profile-card-plan{border:2px solid var(--ink);background:var(--orange);color:#fff;width:fit-content;box-shadow:2px 3px 0 var(--ink);border-radius:999px;align-items:center;gap:5px;padding:4px 9px;font-size:9px;font-weight:900;display:inline-flex}.mobile-settings-section{padding:0 20px 18px}.mobile-settings-label{color:var(--muted);letter-spacing:.7px;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:900}.mobile-settings-group{flex-direction:column;gap:12px;display:flex}.mobile-settings-row{border:2px solid var(--ink);width:100%;color:var(--ink);box-shadow:var(--hard-shadow-sm);text-align:left;background:#fff;border-radius:22px;align-items:center;gap:12px;padding:14px;display:flex}.mobile-settings-row-stacked{flex-direction:column;align-items:stretch}.mobile-settings-row-main{align-items:center;gap:12px;display:flex}.mobile-settings-row.danger{color:#b83a34}.mobile-settings-row-icon{background:var(--cream-2);width:36px;height:36px;color:var(--ink);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-settings-row-icon.blue{background:var(--blue-soft);color:var(--blue)}.mobile-settings-row-icon.orange{background:var(--orange-soft);color:var(--orange)}.mobile-settings-row-icon.green{background:var(--green-soft);color:var(--green)}.mobile-settings-row-icon.pink{background:var(--pink-soft);color:#b83a34}.mobile-settings-row-text{flex:1;min-width:0}.mobile-settings-row-title,.mobile-settings-row-sub{display:block}.mobile-settings-row-title{font-size:12px;font-weight:900}.mobile-settings-row-sub{color:var(--muted);margin-top:2px;font-size:10px;font-weight:700;line-height:1.3}.mobile-notification-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:2px;display:grid}.mobile-notification-choice{border:2px solid var(--border);background:var(--card);min-height:42px;color:var(--muted);text-transform:uppercase;border-radius:14px;justify-content:center;align-items:center;gap:5px;font-size:9px;font-weight:900;line-height:1;display:flex}.mobile-notification-choice.selected{border-color:var(--ink);background:var(--orange-soft);color:var(--orange);box-shadow:2px 3px 0 var(--ink)}.mobile-notification-choice:disabled{opacity:.7}.mobile-toggle{border:2px solid var(--ink);background:var(--green);width:42px;height:24px;box-shadow:2px 3px 0 var(--ink);border-radius:999px;flex-shrink:0;position:relative}.mobile-toggle:after{content:"";border:1.5px solid var(--ink);background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:2px;right:2px}.mobile-toggle.off{background:var(--cream-2)}.mobile-toggle.off:after{left:2px;right:auto}.mobile-onboarding-shell{background:var(--mobile-page-bg)}.mobile-onboarding-shell>.relative{background:var(--mobile-page-bg);min-height:100dvh;padding-top:var(--mobile-safe-top);flex-direction:column;display:flex}.mobile-ob-status{flex-shrink:0}.mobile-ob-progress-bar{background:var(--border);border-radius:999px;flex-shrink:0;height:4px;margin:8px 24px 0;overflow:hidden}.mobile-ob-progress-bar>div{background:var(--orange);border-radius:999px;height:100%;transition:width .25s}.mobile-ob-body{flex:1;min-height:0;padding:28px 24px 18px;overflow-y:auto}.mobile-ob-step{flex-direction:column;min-height:100%;display:flex}.mobile-ob-q-num{color:var(--orange);letter-spacing:.8px;text-transform:uppercase;margin-bottom:10px;font-size:10px;font-weight:900}.mobile-ob-q-text{font-family:var(--serif);margin:0 0 8px;font-size:28px;font-weight:900;line-height:1.1}.mobile-ob-q-text span{color:var(--orange)}.mobile-ob-q-sub{color:var(--muted);margin:0 0 24px;font-size:11px;font-weight:700;line-height:1.5}.mobile-ob-options{flex-direction:column;gap:10px;display:flex}.mobile-ob-option{border:2px solid var(--border);width:100%;box-shadow:3px 4px 0 var(--border);color:var(--ink);text-align:left;background:#fff;border-radius:18px;align-items:center;gap:14px;padding:15px 16px;display:flex}.mobile-ob-option:disabled{cursor:not-allowed;opacity:.62;background:var(--cream-2)}.mobile-ob-option.selected{border-color:var(--ink);background:var(--orange-soft);box-shadow:var(--hard-shadow-sm)}.mobile-ob-option-icon{border:2px solid;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-ob-option-icon.blue{color:var(--blue)}.mobile-ob-option-icon.orange{color:var(--orange)}.mobile-ob-option-icon.green{color:var(--green)}.mobile-ob-option-icon.pink{color:var(--pink)}.mobile-ob-option-icon.muted{color:var(--muted)}.mobile-ob-option-text{flex:1;min-width:0}.mobile-ob-option-label,.mobile-ob-option-desc{display:block}.mobile-ob-option-label{font-size:13px;font-weight:900}.mobile-ob-option-desc{color:var(--muted);margin-top:2px;font-size:10px;font-weight:700}.mobile-ob-option-check{border:2px solid var(--border);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.mobile-ob-option.selected .mobile-ob-option-check{background:var(--orange);border-color:var(--ink)}.mobile-ob-input{border:2px solid var(--ink);width:100%;height:56px;box-shadow:var(--hard-shadow-sm);color:var(--ink);font-family:var(--mono);background:#fff;border-radius:18px;outline:none;padding:0 18px;font-size:15px;font-weight:700}.mobile-ob-footer{padding:16px 24px calc(env(safe-area-inset-bottom,0px) + 28px);flex-direction:column;flex-shrink:0;gap:10px;display:flex}.mobile-ob-skip{color:var(--muted);text-align:center;background:0 0;border:0;font-size:11px;font-weight:700}.mobile-guide-wizard-shell{background:var(--mobile-page-bg)}.mobile-guide-wizard-shell>.relative{background:var(--mobile-page-bg);min-height:100dvh;padding-top:var(--mobile-safe-top);flex-direction:column;display:flex}.mobile-guide-wizard-body .mobile-ob-step{min-height:auto}.mobile-guide-course-picker{flex-direction:column;gap:0;min-height:100%;display:flex}.mobile-guide-course-picker-top{grid-template-columns:48px minmax(0,1fr);align-items:start;gap:12px;padding:0 0 10px;display:grid}.mobile-guide-course-picker-top>button{border:2px solid var(--ink);width:44px;height:44px;color:var(--ink);box-shadow:var(--hard-shadow-sm);background:#fff;border-radius:16px;justify-content:center;align-items:center;display:flex}.mobile-guide-course-picker .mobile-course-search,.mobile-guide-course-picker .mobile-course-filter-row,.mobile-guide-course-picker .mobile-course-subject-select,.mobile-guide-course-picker .mobile-course-catalog-count,.mobile-guide-course-picker .mobile-course-catalog-list{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.mobile-guide-course-picker .mobile-course-subject-select{grid-template-columns:minmax(0,1fr)}.mobile-guide-course-picker-list{padding-bottom:12px}.mobile-guide-textarea{resize:none;height:auto;min-height:190px;padding:15px 18px;line-height:1.5}.mobile-guide-generating{text-align:center;align-items:center}.mobile-guide-spinner{border:3px solid var(--ink);background:var(--orange-soft);width:88px;height:88px;color:var(--orange);box-shadow:var(--hard-shadow);border-radius:28px;justify-content:center;align-items:center;margin:8px auto 20px;animation:1.4s ease-in-out infinite mobileGuidePulse;display:flex}.mobile-guide-status{border:2px solid var(--ink);box-shadow:var(--hard-shadow-sm);color:var(--ink-2);background:#fff;border-radius:18px;padding:13px 15px;font-size:12px;font-weight:800;line-height:1.45}@keyframes mobileGuidePulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.mobile-course-player-shell>.relative{grid-template-rows:minmax(0,1fr) auto}.mobile-course-player-shell.quiz-mode>.relative{grid-template-rows:minmax(0,1fr)}.mobile-player-header{z-index:20;padding:calc(env(safe-area-inset-top,0px) + 8px) 14px 0;pointer-events:none;background:0 0;border:0;position:absolute;top:0;left:0;right:0}.mobile-player-header-row,.mobile-player-title-wrap,.mobile-player-type-icon,.mobile-player-progress{display:none}.mobile-course-back-btn{pointer-events:auto}.mobile-player-main,.mobile-course-player-shell.quiz-mode .mobile-player-main{padding-top:calc(env(safe-area-inset-top,0px) + 58px)}.mobile-phone-shell{--mobile-page-bg:#89c89b;--green:#2f7d4b;--green-soft:#dcf2e4;--cream:#fbf2df;--cream-2:#dbe8c6;--card:#fffaf0;background:radial-gradient(circle at 12% 0%, #fffaf066, transparent 34%), radial-gradient(circle at 100% 8%, #2f7d4b3d, transparent 34%), var(--mobile-page-bg)}.mobile-view,.mobile-course-player-shell,.mobile-shell-screen{background:radial-gradient(circle at 10% 0%, #fffaf05c, transparent 30%), var(--mobile-page-bg)}.mobile-home-view{padding-top:0;padding-bottom:calc(126px + env(safe-area-inset-bottom,0px))}.mobile-home-navbar{width:100%;padding:var(--mobile-safe-top) 20px 18px;border-bottom:3px solid var(--ink);background:#fffaf0eb;border-radius:0 0 32px 32px;box-shadow:0 7px #1a120847}.mobile-home-avatar{color:#6f786d;width:56px;height:56px;font-family:var(--mono);background:#eef1ed;border:2px solid #8c968a;box-shadow:3px 4px #1a120859}.mobile-home-name{max-width:205px;font-size:18px}.mobile-home-role{color:#6f6655;font-size:13px;font-weight:900}.mobile-home-bell{background:#fff;box-shadow:3px 4px #1a120859}.mobile-home-search{min-height:56px;color:var(--muted);background:#fffaf0f5;border-radius:20px;align-items:center;gap:11px;margin:18px 20px 16px;padding:0 15px;display:flex}.mobile-home-search input{min-width:0;color:var(--ink);font-family:var(--mono);background:0 0;border:0;outline:0;flex:1;font-size:13px;font-weight:900}.mobile-home-search input::placeholder{color:var(--muted)}.mobile-home-search.mobile-click-card:hover,.mobile-home-search.mobile-click-card:active{box-shadow:var(--hard-shadow-sm);transform:none}.mobile-recommendation-panel{background:#fffaf0f5;border-radius:30px;flex-direction:column;height:clamp(360px,48dvh,470px);margin:0 20px 22px;padding:16px 0;display:flex;overflow:hidden}.mobile-recommendation-panel.mobile-click-card:hover,.mobile-recommendation-panel.mobile-click-card:active{box-shadow:var(--hard-shadow-sm);transform:none}.mobile-recommendation-head{justify-content:space-between;align-items:flex-start;gap:12px;padding:0 16px 10px;display:flex}.mobile-recommendation-head h1{font-family:var(--serif);margin:1px 0 0;font-size:30px;font-weight:900;line-height:.95}.mobile-recommendation-head button{border:2px solid var(--ink);background:var(--orange);color:#fff;min-height:36px;box-shadow:3px 4px 0 var(--ink);letter-spacing:.45px;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:0 12px;font-size:9px;font-weight:900}.mobile-recommendation-copy{color:var(--ink-2);padding:0 16px 13px;font-size:11px;font-weight:800;line-height:1.45}.mobile-recommendation-scroll{scrollbar-width:none;flex:1;gap:12px;min-height:0;padding:0 16px 5px;display:flex;overflow:auto hidden}button.mobile-suggestion-card{border:2px solid var(--ink);color:var(--ink);text-align:left;align-items:stretch}.mobile-suggestion-main{display:contents}.mobile-suggestion-action{background:var(--orange);color:#fff;margin-top:auto}.mobile-recommendation-panel .mobile-course-home-loading{border:2px solid var(--ink);box-shadow:var(--hard-shadow-sm);margin:0 16px}.mobile-activity-rail.compact{padding-bottom:20px}.mobile-activity-rail.compact .mobile-activity-card{min-width:270px;max-width:270px}.mobile-bottom-nav{transition:width .42s cubic-bezier(.45,0,.2,1),padding .42s cubic-bezier(.45,0,.2,1),opacity .32s,transform .42s cubic-bezier(.45,0,.2,1);overflow:hidden}.mobile-bottom-nav.is-compressing{width:74px;padding-left:7px;padding-right:7px}.mobile-bottom-nav.is-expanding{opacity:0}.mobile-bottom-nav.is-compressing .mobile-nav-item:not(.mobile-nav-create),.mobile-bottom-nav.is-expanding .mobile-nav-item:not(.mobile-nav-create){opacity:0;pointer-events:none;width:0;transform:scale(.35)}.mobile-nav-item{transition:width .28s,opacity .24s,transform .28s,color .16s}.mobile-nav-create{background:var(--orange);color:#fff;border:2px solid var(--ink);isolation:isolate;box-shadow:3px 4px #1a120859}.mobile-nav-create svg:not(.mobile-nav-hold-ring){z-index:2;position:relative}.mobile-nav-hold-ring{pointer-events:none;opacity:0;z-index:1;width:calc(100% + 18px);height:calc(100% + 18px);position:absolute;inset:-9px;transform:rotate(-90deg)}.mobile-nav-hold-ring circle{fill:none;stroke:var(--ink);stroke-width:4px;stroke-linecap:round;stroke-dasharray:170;stroke-dashoffset:170px}.mobile-nav-create.is-holding .mobile-nav-hold-ring{opacity:1}.mobile-nav-create.is-holding .mobile-nav-hold-ring circle{animation:.7s linear forwards mobileCreateHoldProgress}@keyframes mobileCreateHoldProgress{to{stroke-dashoffset:0}}.mobile-create-overlay{z-index:120;pointer-events:none;position:fixed;inset:0}.mobile-create-overlay.phase-compress{background:0 0}.mobile-create-overlay.phase-expand{clip-path:circle(34px at 50% calc(100% - 58px));background:#050505;animation:.82s cubic-bezier(.2,.8,.2,1) forwards mobileCreateBlackExpand}.mobile-create-overlay.phase-choices{color:#fff;pointer-events:auto;background:#050505;justify-content:center;align-items:center;padding:32px 24px;display:flex}@keyframes mobileCreateBlackExpand{to{clip-path:circle(150% at 50% calc(100% - 58px))}}.mobile-create-choice-panel{color:#fff;width:min(100%,360px);animation:.32s both mobileCreateChoicesIn}@keyframes mobileCreateChoicesIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.mobile-create-close{top:calc(env(safe-area-inset-top,0px) + 18px);color:#fff;letter-spacing:.5px;text-transform:uppercase;background:0 0;border:2px solid #fff9;border-radius:999px;padding:9px 13px;font-size:10px;font-weight:900;position:absolute;right:22px}.mobile-create-choice-kicker{color:var(--orange);letter-spacing:.8px;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:900}.mobile-create-choice-panel h2{font-family:var(--serif);margin:0 0 22px;font-size:42px;font-weight:900;line-height:.92}.mobile-create-choice-grid{flex-direction:column;gap:13px;display:flex}.mobile-create-choice-grid button{color:#fff;text-align:left;background:#111;border:2px solid #ffffffbf;border-radius:22px;align-items:center;gap:15px;width:100%;min-height:76px;padding:0 18px;font-size:17px;font-weight:900;display:flex;box-shadow:5px 6px #ffffff29}.mobile-create-choice-grid button:first-child{background:var(--orange)}.mobile-course-catalog-card:disabled{opacity:.72;cursor:wait;transform:none}.mobile-home-view{padding-top:0;padding-bottom:calc(102px + env(safe-area-inset-bottom,0px));min-height:100dvh;overflow:hidden}.mobile-home-navbar{padding:calc(env(safe-area-inset-top,0px) + 12px) 18px 12px;border-bottom:2px solid var(--ink);background:#fffaf0eb;border-radius:0 0 22px 22px;min-height:74px;box-shadow:0 4px #1a12083d}.mobile-home-logo-btn{background:0 0;border:0;align-items:center;gap:9px;max-width:210px;height:44px;padding:0;display:flex}.mobile-home-logo-mark{border:2px solid var(--ink);background:var(--ink);border-radius:15px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden;box-shadow:3px 4px #1a120847}.mobile-home-logo-mark img{object-fit:contain;width:28px;height:28px;display:block}.mobile-home-logo-text{color:var(--ink);font-family:var(--serif);font-size:25px;font-weight:900;line-height:.9}.mobile-home-nav-actions{align-items:center;gap:9px;display:flex}.mobile-home-icon-btn{border:2px solid var(--ink);width:42px;height:42px;color:var(--ink);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:3px 4px #1a120847}.mobile-home-icon-btn span{background:var(--orange);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.mobile-recommendation-panel{height:min(54dvh,446px);min-height:392px;box-shadow:none;background:0 0;border:0;border-radius:0;margin:14px 16px 12px;padding:0;overflow:visible}.mobile-recommendation-head{align-items:center;padding:0 14px 9px}.mobile-recommendation-head h1{font-family:var(--mono);letter-spacing:0;font-size:18px;line-height:1.05}.mobile-recommendation-head button{min-height:32px;padding:0 11px}.mobile-recommendation-scroll{scroll-snap-type:x mandatory;gap:14px;height:100%;padding:0 0 8px}.mobile-recommendation-scroll .mobile-suggestion-card{scroll-snap-align:start;min-width:100%;max-width:100%;height:100%}button.mobile-suggestion-card{background:radial-gradient(circle at 92% 12%,#e8612a2e,#0000 32%),linear-gradient(135deg,#fffaf0,#e6f6e4);border-radius:26px;padding:17px;overflow:hidden}.mobile-suggestion-title{min-height:0;font-family:var(--serif);-webkit-line-clamp:2;margin-top:4px;font-size:30px;line-height:.95}.mobile-suggestion-reason{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:9px;font-size:11px;line-height:1.38;display:-webkit-box;overflow:hidden}.mobile-suggestion-sub{border:2px solid var(--ink);width:fit-content;box-shadow:2px 3px 0 var(--ink);color:var(--ink);text-transform:uppercase;letter-spacing:.35px;background:#fff;border-radius:999px;margin-top:8px;padding:5px 8px;font-size:9px}.mobile-suggestion-units{scrollbar-width:none;flex-direction:column;flex:1;gap:7px;min-height:0;margin:10px 0 9px;padding-right:2px;display:flex;overflow-y:auto}.mobile-suggestion-units::-webkit-scrollbar{display:none}.mobile-suggestion-unit{background:#ffffffb8;border:2px solid #1a120829;border-radius:15px;padding:8px 9px;display:block}.mobile-suggestion-unit strong,.mobile-suggestion-unit small{display:block}.mobile-suggestion-unit strong{color:var(--ink);font-size:10px;font-weight:900;line-height:1.22}.mobile-suggestion-unit small{color:var(--muted);margin-top:3px;font-size:8px;font-weight:800;line-height:1.25}.mobile-suggestion-action{border-radius:13px;height:34px}.mobile-course-mini-badge.empty{background:var(--cream);color:var(--ink)}.mobile-section-head{margin-bottom:8px;padding:0 16px}.mobile-activity-rail.compact{flex-direction:column;gap:9px;padding:0 16px;display:flex;overflow:visible}.mobile-activity-rail.compact .mobile-activity-card{border-radius:18px;grid-template-columns:42px minmax(0,1fr) 70px;align-items:center;gap:11px;width:100%;min-width:0;max-width:none;min-height:74px;padding:11px 12px;display:grid}.mobile-activity-rail.compact .mobile-activity-card-top{display:contents}.mobile-activity-rail.compact .mobile-activity-icon{grid-row:1/span 3;width:40px;height:40px}.mobile-activity-rail.compact .mobile-activity-type{display:none}.mobile-activity-rail.compact .mobile-activity-title{-webkit-line-clamp:1;min-height:0;font-size:13px;line-height:1.2}.mobile-activity-rail.compact .mobile-activity-sub{grid-column:2/3;margin-top:2px;font-size:9px}.mobile-activity-rail.compact .mobile-activity-progress{grid-column:2/4;height:7px;margin:2px 0 0}.mobile-activity-rail.compact .mobile-activity-foot{grid-area:1/3/3/4;justify-content:flex-end;font-size:9px}.mobile-activity-rail.compact .mobile-activity-foot svg{display:none}.mobile-home-search-overlay{z-index:130;background:var(--mobile-page-bg);padding:calc(env(safe-area-inset-top,0px) + 18px) 16px calc(env(safe-area-inset-bottom,0px) + 24px);flex-direction:column;gap:14px;display:flex;position:fixed;inset:0}.mobile-search-modal-top{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.mobile-search-input-wrap{border:2px solid var(--ink);height:52px;box-shadow:var(--hard-shadow-sm);background:#fff;border-radius:18px;align-items:center;gap:10px;padding:0 14px;display:flex}.mobile-search-input-wrap input{min-width:0;color:var(--ink);font:900 13px/1 var(--mono);background:0 0;border:0;outline:0;flex:1}.mobile-search-modal-top>button{border:2px solid var(--ink);background:var(--ink);color:#fff;height:48px;box-shadow:var(--hard-shadow-sm);text-transform:uppercase;border-radius:16px;padding:0 13px;font-size:10px;font-weight:900}.mobile-search-modal-scroll{flex:1;min-height:0;padding-bottom:18px;overflow-y:auto}.mobile-search-result-list{flex-direction:column;gap:10px;margin:0 0 18px;display:flex}.mobile-search-result{border:2px solid var(--ink);width:100%;min-height:64px;box-shadow:var(--hard-shadow-sm);color:var(--ink);text-align:left;background:#fff;border-radius:18px;align-items:center;gap:12px;padding:10px 12px;display:flex}.mobile-search-result strong,.mobile-search-result small{display:block}.mobile-search-result .mobile-activity-icon{border-radius:13px;flex-shrink:0;width:42px;height:42px}.mobile-search-result strong{font-size:12px;line-height:1.22}.mobile-search-result small{color:var(--muted);margin-top:3px;font-size:9px;font-weight:900}.mobile-course-mini-badge{border:2px solid var(--ink);background:var(--orange);color:#fff;width:42px;height:34px;box-shadow:2px 3px 0 var(--ink);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;font-size:9px;font-weight:900;display:flex}.mobile-search-empty{color:var(--ink-2);border:2px dashed #1a120859;border-radius:18px;padding:14px;font-size:11px;font-weight:900}.mobile-weak-action{line-height:1.3}.mobile-weak-accuracy{background:var(--cream-2);border:2px solid #1a12082e;border-radius:999px;height:7px;margin-top:6px;overflow:hidden}.mobile-weak-accuracy span{background:var(--orange);border-radius:inherit;height:100%;display:block}.mobile-topic-action-sheet{z-index:180;padding:18px 18px calc(136px + env(safe-area-inset-bottom,0px));pointer-events:auto;background:#1a12086b;align-items:flex-end;display:flex;position:fixed;inset:0}.mobile-topic-action-card{width:100%;max-height:calc(100dvh - 260px - env(safe-area-inset-bottom,0px));border:3px solid var(--ink);background:var(--card);box-shadow:var(--hard-shadow);border-radius:28px;padding:18px;position:relative;overflow-y:auto}.mobile-topic-action-close{border:2px solid var(--ink);text-transform:uppercase;background:#fff;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900;position:absolute;top:14px;right:14px}.mobile-topic-action-card h2{font-family:var(--serif);margin:12px 72px 6px 0;font-size:28px;font-weight:900;line-height:.95}.mobile-topic-action-card p{color:var(--ink-2);margin:0 0 16px;font-size:11px;font-weight:900}.mobile-topic-action-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mobile-topic-action-grid button{border:2px solid var(--ink);background:var(--orange);color:#fff;height:54px;box-shadow:var(--hard-shadow-sm);text-transform:uppercase;border-radius:17px;justify-content:center;align-items:center;gap:7px;font-size:11px;font-weight:900;display:flex}.mobile-topic-action-grid button:first-child{background:var(--blue)}.mobile-topic-action-detail{background:var(--green-soft);border:2px solid #1a120824;border-radius:18px;margin:0 0 14px;padding:12px}.mobile-topic-action-detail strong,.mobile-topic-action-detail span{display:block}.mobile-topic-action-detail strong{color:var(--green);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:900}.mobile-topic-action-detail span{color:var(--ink-2);margin-top:6px;font-size:12px;font-weight:850;line-height:1.45}.mobile-topic-mini-lesson-btn{border:2px solid var(--ink);background:var(--green);color:#fff;width:100%;height:56px;box-shadow:var(--hard-shadow-sm);font-family:var(--mono);text-transform:uppercase;border-radius:18px;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:900;display:flex}.mobile-insight-generated-stack{flex-direction:column;gap:14px;margin:0 20px 22px;display:flex}.mobile-insight-generated-card,.mobile-insight-empty-card{border:3px solid var(--ink);background:var(--card);box-shadow:var(--hard-shadow);border-radius:26px;padding:16px}.mobile-insight-empty-card{align-items:center;gap:12px;display:flex}.mobile-insight-empty-card svg{border:2px solid var(--ink);background:var(--green-soft);width:42px;height:42px;color:var(--green);box-shadow:3px 4px 0 var(--ink);border-radius:14px;flex-shrink:0;padding:9px}.mobile-insight-empty-card strong,.mobile-insight-empty-card span{display:block}.mobile-insight-empty-card strong{font-size:13px;font-weight:900}.mobile-insight-empty-card span{color:var(--muted);margin-top:3px;font-size:10px;font-weight:800;line-height:1.4}.mobile-insight-generated-top{align-items:flex-start;gap:12px;display:flex}.mobile-insight-generated-card h2{font-family:var(--serif);margin:0 0 6px;font-size:24px;font-weight:900;line-height:.98}.mobile-insight-generated-card p{color:var(--ink-2);margin:0;font-size:11px;font-weight:800;line-height:1.45}.mobile-insight-topic-chips{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.mobile-insight-topic-chips span{border:2px solid var(--ink);background:var(--green-soft);box-shadow:2px 3px 0 var(--ink);color:var(--ink);border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900}.mobile-insight-recommendations{flex-direction:column;gap:10px;margin-top:14px;display:flex}.mobile-insight-recommendation{border:2px solid var(--ink);background:var(--cream);box-shadow:var(--hard-shadow-sm);border-radius:18px;padding:12px}.mobile-insight-recommendation strong,.mobile-insight-recommendation span{display:block}.mobile-insight-recommendation strong{font-size:12px;font-weight:900}.mobile-insight-recommendation span,.mobile-insight-recommendation small{color:var(--muted);text-transform:none;margin-top:3px;font-size:10px;font-weight:800;line-height:1.35}.mobile-insight-recommendation-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.mobile-insight-recommendation-actions button{border:2px solid var(--ink);height:38px;box-shadow:2px 3px 0 var(--ink);color:var(--ink);font-family:var(--mono);text-transform:uppercase;background:#fff;border-radius:13px;font-size:10px;font-weight:900}.mobile-insight-recommendation-actions button:last-child{background:var(--green);color:#fff}.mobile-insight-advice-only{background:var(--green-soft);border:2px solid #1a120829;border-radius:16px;padding:11px;margin-top:13px!important}.mobile-home-logo-btn{justify-content:flex-start;width:190px;max-width:52vw;height:52px}.mobile-home-logo-long{object-fit:contain;object-position:left center;filter:drop-shadow(2px 3px #1a12082e);width:154px;height:48px;display:block}.mobile-recommendation-scroll{gap:16px;height:100%;padding:0 10px 18px 0;overflow:auto visible}.mobile-recommendation-scroll .mobile-suggestion-card{min-width:calc(100% - 10px);max-width:calc(100% - 10px);height:calc(100% - 12px)}.mobile-suggestion-card-top{justify-content:flex-start;align-items:flex-start;min-height:33px;margin-bottom:8px;display:flex}.mobile-suggestion-badge{border:2px solid var(--ink);background:var(--green-soft);width:auto;max-width:none;min-height:30px;color:var(--ink);letter-spacing:.25px;text-transform:none;border-radius:999px;padding:6px 12px;font-size:10px;font-weight:900;line-height:1;box-shadow:3px 4px #0000006b}.mobile-suggestion-title{color:var(--cream);letter-spacing:0;text-shadow:0 2px #00000047;max-width:94%;min-height:64px;margin:0;font-size:34px;line-height:.9}.mobile-suggestion-sub{border:2px solid var(--cream);width:fit-content;min-height:38px;color:var(--cream);font-family:var(--mono);letter-spacing:.35px;text-transform:uppercase;background:0 0;border-radius:999px;margin-top:auto;padding:7px 12px;font-size:10px;font-weight:900;box-shadow:3px 4px #faf6ef2e}.mobile-suggestion-action{border:2px solid var(--ink);background:var(--orange);color:#fff;width:100%;min-height:43px;font-family:var(--mono);text-transform:uppercase;border-radius:15px;justify-content:center;align-items:center;gap:8px;margin-top:12px;font-size:12px;font-weight:900;display:flex;box-shadow:4px 5px #0000009e}.mobile-syllabus-overlay{z-index:145;background:var(--mobile-page-bg);color:var(--ink);padding:calc(env(safe-area-inset-top,0px) + 14px) 16px calc(env(safe-area-inset-bottom,0px) + 18px);flex-direction:column;display:flex;position:fixed;inset:0}.mobile-syllabus-top{grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;margin-bottom:14px;display:grid}.mobile-syllabus-back{border:2px solid var(--ink);background:var(--cream);width:46px;height:46px;color:var(--ink);box-shadow:var(--hard-shadow-sm);border-radius:16px;justify-content:center;align-items:center;display:flex}.mobile-syllabus-kicker{color:var(--orange-dark);letter-spacing:.55px;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:900}.mobile-syllabus-top h2{font-family:var(--serif);margin:0;font-size:28px;font-weight:900;line-height:.95}.mobile-syllabus-scroll{flex:1;min-height:0;padding:4px 2px 16px;overflow-y:auto}.mobile-syllabus-desc{border:2px solid var(--ink);background:var(--cream);box-shadow:var(--hard-shadow-sm);color:var(--ink-2);border-radius:20px;margin:0 0 12px;padding:13px;font-size:11px;font-weight:900;line-height:1.5}.mobile-syllabus-source,.mobile-suggestion-source,.mobile-course-detail-source,.mobile-detailed-syllabus-source{color:var(--green);letter-spacing:.2px;margin:0 0 12px;font-size:10px;font-weight:900;line-height:1.35;display:block}.mobile-syllabus-count{border:2px solid var(--ink);background:var(--green-soft);width:fit-content;box-shadow:3px 4px 0 var(--ink);text-transform:uppercase;border-radius:999px;margin:0 0 12px;padding:7px 12px;font-size:10px;font-weight:900}.mobile-syllabus-list{flex-direction:column;gap:11px;display:flex}.mobile-syllabus-unit{border:2px solid var(--ink);background:var(--card);box-shadow:var(--hard-shadow-sm);border-radius:22px;grid-template-columns:34px minmax(0,1fr);gap:11px;padding:13px;display:grid}.mobile-syllabus-unit-num{border:2px solid var(--ink);background:var(--orange);color:#fff;width:34px;height:34px;box-shadow:2px 3px 0 var(--ink);border-radius:12px;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:flex}.mobile-syllabus-unit h3{margin:0;font-size:13px;font-weight:900;line-height:1.2}.mobile-syllabus-unit p{color:var(--muted);margin:5px 0 0;font-size:10px;font-weight:800;line-height:1.42}.mobile-syllabus-terms{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.mobile-syllabus-terms span{background:var(--cream);color:var(--ink-2);border:1.5px solid #1a120842;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:900}.mobile-syllabus-generate{border:2px solid var(--ink);background:var(--orange);color:#fff;min-height:52px;box-shadow:var(--hard-shadow);font-family:var(--mono);text-transform:uppercase;border-radius:18px;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:900;display:flex}.mobile-phone-shell,.mobile-view,.mobile-home-view,.mobile-courses-view{background-color:var(--mobile-page-bg);background-image:linear-gradient(#1a12080e 1px,#0000 1px),linear-gradient(90deg,#1a12080e 1px,#0000 1px);background-position:-1px -1px;background-size:24px 24px}.mobile-recommendation-panel{height:min(43dvh,350px);min-height:316px;margin:12px 0 10px;padding:0;overflow:visible}.mobile-recommendation-scroll{scroll-snap-type:x mandatory;gap:0;width:100%;height:100%;padding:0;scroll-padding:0;overflow:auto visible}.mobile-recommendation-slide{box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always;width:100%;min-width:100%;height:100%;padding:0 23px 18px 16px;overflow:visible}.mobile-recommendation-slide .mobile-suggestion-card,.mobile-recommendation-scroll .mobile-suggestion-card{width:100%;min-width:0;max-width:none;height:100%}.mobile-suggestion-card{border:3px solid var(--ink);color:var(--ink);text-align:left;background:linear-gradient(#1a120809 1px,#0000 1px) 0 0/18px 18px,linear-gradient(90deg,#1a120809 1px,#0000 1px) 0 0/18px 18px,radial-gradient(circle at 92% 12%,#e8612a24,#0000 31%),linear-gradient(145deg,#d8bd91 0%,#cfae7a 52%,#ead5af 100%);border-radius:27px;flex-direction:column;padding:17px;display:flex;overflow:hidden;box-shadow:9px 11px #1a1208d1}.mobile-suggestion-title{color:var(--ink);letter-spacing:0;max-width:94%;min-height:64px;text-shadow:none;margin:0;font-size:34px;line-height:.9}.mobile-suggestion-sub{border-color:var(--ink);color:var(--ink);background:#fffaf0a3;box-shadow:4px 5px #1a120852}.mobile-suggestion-action{box-shadow:5px 6px #1a1208b8}.mobile-home-logo-btn{width:230px;max-width:60vw;height:64px}.mobile-home-logo-long{width:208px;height:62px}.mobile-recommendation-panel{height:min(57dvh,470px);min-height:424px;margin:12px 0 10px}.mobile-suggestion-card{border:3px solid var(--ink);color:var(--ink);background:#d6bd92;border-radius:30px;padding:17px;overflow:hidden;box-shadow:9px 11px #1a1208e0}.mobile-suggestion-card-top{align-items:flex-start;min-height:50px;margin-bottom:15px;display:flex}.mobile-suggestion-badge{border:3px solid var(--ink);background:var(--orange);color:#fff;letter-spacing:.45px;text-transform:none;border-radius:999px;align-items:center;width:100%;min-height:40px;padding:10px 14px;font-size:11px;font-weight:900;display:flex;box-shadow:5px 6px #1a1208d1}.mobile-suggestion-title{color:var(--ink);font-family:var(--serif);max-width:94%;min-height:60px;font-size:33px;line-height:.9}.mobile-suggestion-reason{color:#1a1208b8;-webkit-line-clamp:2;min-height:46px;margin-top:13px;font-size:11px;line-height:1.38}.mobile-suggestion-controls{align-items:center;gap:8px;margin-top:10px;margin-bottom:10px;display:flex}.mobile-suggestion-sub{border:2px solid var(--ink);min-height:34px;color:var(--ink);box-shadow:3px 4px 0 var(--ink);font-family:var(--mono);letter-spacing:.35px;text-transform:uppercase;background:#fffaf0;border-radius:999px;margin:0;padding:7px 11px;font-size:10px;font-weight:900}.mobile-suggestion-units-btn{border:2px solid var(--ink);background:var(--green-soft);min-height:34px;color:var(--ink);font-family:var(--mono);text-transform:uppercase;border-radius:999px;padding:7px 11px;font-size:9px;font-weight:900;box-shadow:3px 4px #1a120885}.mobile-suggestion-preview-units{flex-direction:column;flex:1;gap:9px;min-height:0;margin-bottom:12px;display:flex;overflow:hidden}.mobile-suggestion-preview-unit{background:#fffaf0;border:2px solid #1a12082e;border-radius:18px;padding:9px 11px;display:block}.mobile-suggestion-preview-unit strong,.mobile-suggestion-preview-unit small{display:block}.mobile-suggestion-preview-unit strong{color:var(--ink);font-size:11px;font-weight:900;line-height:1.2}.mobile-suggestion-preview-unit small{color:var(--muted);margin-top:4px;font-size:8.5px;font-weight:800;line-height:1.25}.mobile-suggestion-action{border:3px solid var(--ink);border-radius:17px;min-height:45px;margin-top:0;box-shadow:5px 6px #1a1208d1}.mobile-recommendation-panel{height:min(60dvh,510px);min-height:472px;overflow:hidden}.mobile-recommendation-scroll{scroll-snap-type:x mandatory;scrollbar-width:none;overflow:auto hidden}.mobile-recommendation-scroll::-webkit-scrollbar{display:none}.mobile-recommendation-slide{scroll-snap-align:center;scroll-snap-stop:always;padding:0 26px 20px 16px;overflow:visible}.mobile-suggestion-card{background:#fffaf0;gap:0;padding:16px;overflow:hidden;box-shadow:9px 11px #1a1208e0}.mobile-suggestion-badge{border:2px solid var(--ink);background:var(--green-soft);width:fit-content;min-width:0;min-height:28px;color:var(--ink);box-shadow:3px 4px 0 var(--ink);letter-spacing:.25px;border-radius:999px;padding:6px 11px;font-size:9px;line-height:1}.mobile-suggestion-title{color:var(--ink);font-family:var(--serif);text-overflow:clip;white-space:normal;-webkit-line-clamp:unset;-webkit-box-orient:initial;max-width:100%;min-height:0;margin:0;font-size:27px;line-height:.96;display:block;overflow:visible}.mobile-suggestion-reason{color:#1a1208b8;text-overflow:clip;white-space:normal;-webkit-line-clamp:unset;-webkit-box-orient:initial;min-height:0;margin-top:9px;font-size:10px;line-height:1.35;display:block;overflow:visible}.mobile-suggestion-controls{flex-wrap:wrap;margin-top:10px;margin-bottom:9px}.mobile-suggestion-sub,.mobile-suggestion-units-btn{min-height:31px;padding:6px 10px;font-size:9px}.mobile-suggestion-preview-units{flex:none;gap:8px;min-height:142px;max-height:152px;margin-bottom:10px;overflow:hidden}.mobile-suggestion-preview-unit{border-radius:17px;min-height:66px;padding:8px 10px}.mobile-suggestion-preview-unit strong{overflow-wrap:anywhere;font-size:10px;line-height:1.18}.mobile-suggestion-preview-unit small{overflow-wrap:anywhere;font-size:8px;line-height:1.22}.mobile-suggestion-action{min-height:42px;margin-top:auto}.mobile-home-logo-long{object-fit:contain;object-position:left center;transform-origin:0;width:232px;height:74px;transform:scale(3.15)}.mobile-home-view .mobile-section-head{margin-top:4px;margin-bottom:7px}.mobile-recommendation-panel{height:min(46dvh,390px);min-height:352px;margin:0 0 10px;overflow:hidden}.mobile-recommendation-slide{padding:0 28px 19px 16px}.mobile-suggestion-card{padding:17px}.mobile-suggestion-card-top{min-height:32px;margin-bottom:13px}.mobile-suggestion-title{font-size:25px;line-height:.96}.mobile-suggestion-reason{margin-top:13px;font-size:10px;line-height:1.35}.mobile-suggestion-controls{gap:10px;margin-top:14px;margin-bottom:13px}.mobile-suggestion-preview-units{min-height:80px;max-height:90px;margin-bottom:14px}.mobile-suggestion-preview-unit{min-height:76px;padding:10px 12px}.mobile-suggestion-action{min-height:43px}.mobile-home-search-overlay{padding:calc(env(safe-area-inset-top,0px) + 18px) 24px calc(env(safe-area-inset-bottom,0px) + 28px) 16px}.mobile-search-modal-top{padding-right:8px}.mobile-search-modal-scroll{padding:0 8px 24px 0}.mobile-search-result-list{gap:13px;padding:0 8px 8px 0}.mobile-search-result{box-shadow:7px 8px 0 var(--ink)}.mobile-course-mini-badge,.mobile-course-mini-badge.empty{width:54px;height:54px;color:var(--orange);box-shadow:4px 5px 0 var(--ink);background:#fffaf0;border-radius:18px}.mobile-create-close{display:none}.mobile-create-back{top:calc(env(safe-area-inset-top,0px) + 16px);color:#fff;z-index:2;background:0 0;border:2px solid #ffffffb8;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:fixed;right:18px}.mobile-create-choice-panel{padding-top:28px}.mobile-home-navbar{min-height:108px;padding:calc(env(safe-area-inset-top,0px) + 22px) 28px 16px;margin-bottom:14px}.mobile-home-logo-btn{width:180px;max-width:48vw;height:48px;overflow:hidden}.mobile-home-logo-long{object-fit:contain;object-position:left center;transform-origin:0;filter:none;width:160px;height:46px;transform:scale(2.05)}.mobile-home-nav-actions{gap:10px}.mobile-home-icon-btn{width:48px;height:48px}.mobile-course-player-shell .mobile-player-footer{left:50%;right:auto;bottom:calc(env(safe-area-inset-bottom,0px) + 12px);border:2px solid var(--ink);z-index:45;background:#fffaf0f5;border-radius:999px;align-items:center;gap:10px;width:min(348px,100vw - 54px);height:auto;min-height:66px;padding:8px 12px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 5px #1a120838}.mobile-course-player-shell .mobile-player-footer .mobile-sheet-nav-btn{height:48px;min-height:48px;box-shadow:none;border-width:2px;border-radius:999px;padding:0 14px;font-size:11px}.mobile-course-player-shell .mobile-player-footer .mobile-sheet-nav-btn:disabled{opacity:.45;box-shadow:none}.mobile-home-navbar{min-height:72px;padding:calc(env(safe-area-inset-top,0px) + 14px) 20px 10px;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;margin:0 0 18px;display:flex}.mobile-home-title{color:var(--ink);font-family:var(--serif);margin:0;font-size:40px;font-weight:900;line-height:.9}.mobile-home-logo-btn,.mobile-home-logo-long{display:none}.mobile-home-icon-btn{background:#fffaf0;width:46px;height:46px}.mobile-nav-create.is-holding .mobile-nav-hold-ring circle{animation-duration:.7s}.mobile-create-overlay{background:0 0}.mobile-create-overlay.phase-expand,.mobile-create-overlay.phase-choices{background:#050505}.mobile-syllabus-overlay{z-index:999;background-color:var(--mobile-page-bg);min-height:100dvh;color:var(--ink);background-image:linear-gradient(#1a12080e 1px,#0000 1px),linear-gradient(90deg,#1a12080e 1px,#0000 1px);background-size:24px 24px}.mobile-syllabus-top,.mobile-syllabus-scroll,.mobile-syllabus-generate{z-index:1;position:relative}.mobile-phone-shell{--mobile-page-bg:#f0e1bf;background-color:var(--mobile-page-bg);background-image:linear-gradient(#1a12080b 1px,#0000 1px),linear-gradient(90deg,#1a12080b 1px,#0000 1px);background-size:24px 24px}.mobile-view,.mobile-courses-view,.mobile-review-entry-shell,.mobile-review-player-shell{background-color:var(--mobile-page-bg);background-image:linear-gradient(#1a12080b 1px,#0000 1px),linear-gradient(90deg,#1a12080b 1px,#0000 1px);background-size:24px 24px}.mobile-phone-shell button,.mobile-phone-shell [role=button]{transition:transform .16s cubic-bezier(.2,.85,.25,1),box-shadow .16s,background-color .16s,border-color .16s,opacity .16s}.mobile-phone-shell button:active{transform:translate(2px,2px)scale(.985)}.mobile-app-screen-transition,.mobile-tab-screen-transition,.mobile-page-slide-in{min-height:100dvh;animation:.34s cubic-bezier(.22,.85,.28,1) both mobileSlideIn;position:relative}@keyframes mobileSlideIn{0%{opacity:.7;left:22px}to{opacity:1;left:0}}.mobile-bottom-nav{z-index:140;will-change:auto;flex-shrink:0;width:min(348px,100vw - 54px);min-height:66px;left:50%!important;right:auto!important;bottom:calc(env(safe-area-inset-bottom,0px) + 12px)!important;position:fixed!important;transform:translate(-50%)!important}.mobile-bottom-nav.is-compressing,.mobile-bottom-nav.is-expanding{transform:translate(-50%)!important}.mobile-view{padding-bottom:calc(132px + env(safe-area-inset-bottom,0px))}.mobile-home-search-overlay,.mobile-create-overlay,.mobile-syllabus-overlay{z-index:999}.mobile-settings-detail-top{padding:calc(env(safe-area-inset-top,0px) + 18px) 20px 16px;align-items:center;gap:12px;display:flex}.mobile-settings-back{border:2px solid var(--ink);background:var(--card);width:48px;height:48px;color:var(--ink);box-shadow:var(--hard-shadow-sm);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-settings-detail-card,.mobile-settings-detail-group{margin:0 20px 18px}.mobile-settings-detail-card{border:2px solid var(--ink);background:var(--card);box-shadow:var(--hard-shadow);border-radius:28px;padding:18px}.mobile-settings-field{color:var(--muted);letter-spacing:.7px;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.mobile-settings-field+.mobile-settings-field{margin-top:14px}.mobile-settings-field input,.mobile-settings-field select{border:2px solid var(--ink);width:100%;height:50px;color:var(--ink);box-shadow:3px 4px 0 var(--ink);font-family:var(--mono);background:#fff;border-radius:16px;outline:none;margin-top:8px;padding:0 14px;font-size:13px;font-weight:800}.mobile-settings-save-btn{border:2px solid var(--ink);background:var(--orange);color:#fff;width:100%;height:52px;box-shadow:var(--hard-shadow-sm);letter-spacing:.6px;text-transform:uppercase;border-radius:18px;margin-top:18px;font-size:12px;font-weight:900}.mobile-settings-plan-grid{gap:12px;display:grid}.mobile-settings-plan-card{border:2px solid var(--ink);min-height:106px;box-shadow:var(--hard-shadow-sm);color:var(--ink);text-align:left;background:#fff;border-radius:22px;padding:16px}.mobile-settings-plan-card.selected{background:var(--orange-soft)}.mobile-settings-plan-card span{font-family:var(--serif);font-size:24px;font-weight:900;line-height:1;display:block}.mobile-settings-plan-card small{color:var(--muted);margin-top:8px;font-size:11px;font-weight:800;line-height:1.35;display:block}.mobile-review-entry-shell{color:var(--ink);padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))}.mobile-review-entry-top{padding:calc(env(safe-area-inset-top,0px) + 16px) 20px 12px;justify-content:space-between;align-items:center;display:flex}.mobile-review-entry-top button{border:2px solid var(--ink);background:var(--card);width:46px;height:46px;color:var(--ink);box-shadow:var(--hard-shadow-sm);border-radius:17px;justify-content:center;align-items:center;display:flex}.mobile-review-entry-top span{border:2px solid var(--ink);background:var(--ink);color:var(--cream);box-shadow:var(--hard-shadow-sm);letter-spacing:.7px;text-transform:uppercase;border-radius:999px;padding:9px 13px;font-size:10px;font-weight:900}.mobile-review-entry-main{padding:8px 20px 22px}.mobile-review-entry-hero{box-shadow:var(--hard-shadow);background:#fff;border-width:3px;border-radius:30px;padding:20px}.mobile-review-entry-icon{border:2px solid var(--ink);width:68px;height:68px;box-shadow:var(--hard-shadow-sm);color:var(--orange);background:var(--orange-soft);border-radius:22px;justify-content:center;align-items:center;display:flex}.mobile-review-entry-icon.flashcards{color:var(--blue);background:var(--blue-soft)}.mobile-review-entry-icon.quiz{color:var(--green);background:var(--green-soft)}.mobile-review-entry-kicker{color:var(--orange);letter-spacing:.8px;text-transform:uppercase;margin-top:28px;font-size:10px;font-weight:900}.mobile-review-entry-hero h1{font-family:var(--serif);margin:8px 0 0;font-size:clamp(34px,9vw,46px);font-weight:900;line-height:.94}.mobile-review-entry-hero p{color:var(--muted);margin:12px 0 0;font-size:12px;font-weight:800;line-height:1.45}.mobile-review-preview-list{flex-direction:column;gap:12px;margin-top:18px;display:flex}.mobile-review-preview-row{border:2px solid var(--ink);box-shadow:var(--hard-shadow-sm);background:#fff;border-radius:22px;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:13px;display:grid}.mobile-review-preview-row>span{border:2px solid var(--ink);background:var(--cream);width:42px;height:42px;color:var(--orange);box-shadow:2px 3px 0 var(--ink);border-radius:15px;justify-content:center;align-items:center;display:flex}.mobile-review-preview-row strong{text-transform:uppercase;letter-spacing:.5px;color:var(--orange);font-size:11px;font-weight:900;display:block}.mobile-review-preview-row p{color:var(--ink);margin:4px 0 0;font-size:13px;font-weight:900;line-height:1.25}.mobile-review-entry-footer,.mobile-review-player-footer{left:50%;right:auto;bottom:calc(env(safe-area-inset-bottom,0px) + 12px);border:2px solid var(--ink);z-index:55;background:#fffaf0f7;border-radius:999px;width:min(348px,100vw - 54px);min-height:66px;padding:8px 12px;animation:.38s cubic-bezier(.24,.9,.28,1) both mobileFooterReopen;position:fixed;transform:translate(-50%);box-shadow:0 5px #1a120838}.mobile-review-entry-footer button{border:2px solid var(--ink);background:var(--orange);color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-size:12px;font-weight:900;display:flex}.mobile-review-player-header{background:#fffaf0f5!important}.mobile-review-player-footer{align-items:center;gap:10px;display:flex;border-top:2px solid var(--ink)!important}.mobile-review-player-footer .mobile-primary-btn{height:48px;min-height:48px;box-shadow:none;border-width:2px;border-radius:999px;padding:0 12px;font-size:11px}.mobile-wizard-close{top:calc(env(safe-area-inset-top,0px) + 16px);border:2px solid var(--ink);background:var(--card);width:48px;height:48px;color:var(--ink);box-shadow:var(--hard-shadow-sm);z-index:40;border-radius:999px;justify-content:center;align-items:center;display:flex;position:fixed;right:18px}.mobile-review-wizard-field{color:var(--muted);letter-spacing:.7px;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.mobile-review-wizard-field select{border:2px solid var(--ink);background:var(--card);width:100%;min-height:64px;color:var(--ink);box-shadow:5px 6px 0 var(--ink);font-family:var(--mono);border-radius:22px;outline:none;margin-top:14px;padding:0 18px;font-size:16px;font-weight:900;line-height:1.2}.mobile-review-wizard-stack{flex-direction:column;gap:14px;display:flex}.mobile-review-summary-card{border:2px solid var(--ink);box-shadow:var(--hard-shadow-sm);background:#fff;border-radius:22px;flex-direction:column;gap:6px;padding:16px;display:flex}.mobile-review-summary-card strong{color:var(--ink);font-size:16px;font-weight:900;line-height:1.2}.mobile-review-summary-card span,.mobile-review-summary-card small{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:900}.mobile-review-player-shell{min-height:100dvh;padding-bottom:calc(102px + env(safe-area-inset-bottom,0px))}.mobile-review-player-top{padding:calc(env(safe-area-inset-top,0px) + 18px) 20px 12px;grid-template-columns:1fr 48px;align-items:center;gap:12px;display:grid}.mobile-review-player-top p{color:var(--orange);letter-spacing:.8px;text-transform:uppercase;margin:0 0 5px;font-size:10px;font-weight:900}.mobile-review-player-top h1{color:var(--ink);font-family:var(--serif);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:24px;font-weight:900;line-height:1;overflow:hidden}.mobile-review-player-top button{border:2px solid var(--ink);background:var(--card);width:48px;height:48px;color:var(--ink);box-shadow:var(--hard-shadow-sm);border-radius:17px;justify-content:center;align-items:center;display:flex}.mobile-review-player-main{padding:12px 20px 24px}.mobile-flashcard-stage{perspective:1200px;background:0 0;border:0;width:100%;min-height:min(560px,100dvh - 214px);padding:0;display:block}.mobile-flashcard-inner{width:100%;min-height:min(560px,100dvh - 214px);transform-style:preserve-3d;transition:transform .46s cubic-bezier(.24,.9,.28,1);position:relative}.mobile-flashcard-inner.flipped{transform:rotateY(180deg)}.mobile-flashcard-face{border:3px solid var(--ink);box-shadow:var(--hard-shadow);backface-visibility:hidden;text-align:left;background:#fff;border-radius:32px;flex-direction:column;justify-content:space-between;padding:24px;display:flex;position:absolute;inset:0;overflow-y:auto}.mobile-flashcard-face.back{background:var(--orange-soft);transform:rotateY(180deg)}.mobile-flashcard-face span,.mobile-review-stimulus-card span,.mobile-review-feedback span{color:var(--orange);letter-spacing:.8px;text-transform:uppercase;font-size:10px;font-weight:900}.mobile-flashcard-face h2{color:var(--ink);font-family:var(--serif);margin:22px 0;font-size:clamp(31px,8vw,43px);font-weight:900;line-height:1}.mobile-flashcard-face p{color:var(--ink-2);font-size:14px;font-weight:800;line-height:1.45}.mobile-flashcard-face small{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:900}.mobile-review-question-card{border:3px solid var(--ink);box-shadow:var(--hard-shadow);background:#fff;border-radius:32px;min-height:calc(100dvh - 214px);padding:20px}.mobile-review-question-card h2{color:var(--ink);font-family:var(--serif);margin:16px 0 18px;font-size:clamp(28px,7vw,39px);font-weight:900;line-height:1.02}.mobile-review-stimulus-card,.mobile-review-feedback{border:2px solid var(--ink);background:var(--orange-soft);box-shadow:var(--hard-shadow-sm);border-radius:22px;margin-bottom:16px;padding:14px}.mobile-review-stimulus-card p,.mobile-review-feedback p,.mobile-review-stimulus-card small{color:var(--ink-2);white-space:pre-wrap;margin:8px 0 0;font-size:12px;font-weight:800;line-height:1.45}.mobile-review-feedback-wrapper,.mobile-quiz-feedback-wrapper{opacity:1;max-height:none;margin-top:0;transition:none;display:none;overflow:visible}.mobile-review-feedback-wrapper.visible,.mobile-quiz-feedback-wrapper.visible{opacity:1;max-height:none;margin-top:12px;display:block}.mobile-review-choice-list button,.mobile-quiz-choice{transition:background-color .18s,box-shadow .18s,border-color .18s}.mobile-review-visual-card{background:var(--card);box-shadow:var(--hard-shadow-sm);margin-top:12px;padding:0;overflow:auto}.mobile-review-visual-card img{object-fit:contain;background:var(--card);width:100%;max-height:230px;display:block}.mobile-review-visual-card table{border-collapse:collapse;width:100%;min-width:260px;color:var(--ink);font-size:12px;font-weight:800}.mobile-review-visual-card th,.mobile-review-visual-card td{text-align:left;border-bottom:1px solid #1a120833;padding:8px}.mobile-review-visual-card pre{background:var(--ink);max-height:240px;color:var(--cream);white-space:pre-wrap;margin:0;padding:14px;font-size:12px;font-weight:800;overflow:auto}.mobile-review-choice-list{flex-direction:column;gap:11px;display:flex}.mobile-review-choice-list button{border:2px solid var(--ink);background:var(--card);min-height:58px;color:var(--ink);box-shadow:var(--hard-shadow-sm);text-align:left;border-radius:19px;grid-template-columns:32px 1fr 20px;align-items:center;gap:10px;padding:12px;display:grid}.mobile-review-choice-list button>span{border:2px solid var(--ink);background:#fff;border-radius:11px;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:900;display:flex}.mobile-review-choice-list button strong{font-size:13px;font-weight:900;line-height:1.25}.mobile-review-choice-list button.selected{background:var(--cream)}.mobile-review-choice-list button.correct{background:var(--green-soft)}.mobile-review-choice-list button.wrong{background:var(--pink-soft)}.mobile-review-written-response textarea{border:2px solid var(--ink);background:var(--card);width:100%;min-height:150px;box-shadow:var(--hard-shadow-sm);color:var(--ink);font-family:var(--mono);border-radius:19px;padding:14px;font-size:13px;font-weight:800}.mobile-review-written-response button{border:2px solid var(--ink);background:var(--orange);color:#fff;width:100%;min-height:48px;box-shadow:var(--hard-shadow-sm);text-transform:uppercase;border-radius:999px;margin-top:12px;font-size:11px;font-weight:900}.mobile-review-player-footer{z-index:80;border-radius:999px;grid-template-columns:1fr 1fr;align-items:center;gap:10px;width:min(348px,100vw - 54px);min-height:66px;box-shadow:0 5px #1a120838;left:50%!important;right:auto!important;bottom:calc(env(safe-area-inset-bottom,0px) + 12px)!important;border:2px solid var(--ink)!important;background:#fffaf0f7!important;padding:8px 12px!important;display:grid!important;position:fixed!important;transform:translate(-50%)!important}.mobile-review-footer-btn{border:2px solid var(--ink);height:48px;box-shadow:none;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:11px;font-weight:900;display:flex}.mobile-review-footer-btn.primary{background:var(--orange);color:#fff}.mobile-review-footer-btn.secondary{background:var(--card);color:var(--ink)}.mobile-review-footer-btn:disabled{opacity:.45}.mobile-quiz-bank-player{background:linear-gradient(#211a160b 1px, transparent 1px), linear-gradient(90deg, #211a160b 1px, transparent 1px), var(--cream);min-height:100dvh;padding-bottom:calc(112px + env(safe-area-inset-bottom,0px));background-size:28px 28px,28px 28px,auto}.mobile-quiz-bank-main{padding:calc(env(safe-area-inset-top,0px) + 42px) 20px calc(116px + env(safe-area-inset-bottom,0px))}.mobile-quiz-bank-question{flex-direction:column;align-items:stretch;min-height:calc(100dvh - 168px);display:flex}.mobile-quiz-bank-kicker{color:var(--green);margin:0 0 12px}.mobile-quiz-bank-title{margin-bottom:14px}.mobile-quiz-bank-prompt{-webkit-line-clamp:none;margin-bottom:14px}.mobile-quiz-bank-player .mobile-review-stimulus-card{border:3px solid var(--ink);box-shadow:var(--hard-shadow);background:#e5f1dc;border-radius:24px;margin:0 0 26px;padding:16px}.mobile-quiz-bank-player .mobile-review-stimulus-card p,.mobile-quiz-bank-player .mobile-review-stimulus-card small{color:#79513a;font-size:17px;font-weight:900;line-height:1.42}.mobile-quiz-bank-choices{gap:8px}.mobile-quiz-bank-player .mobile-quiz-choice{min-height:44px;box-shadow:none;grid-template-columns:1fr 18px;align-items:center;display:grid}.mobile-quiz-bank-player .mobile-quiz-choice span{overflow-wrap:anywhere;min-width:0}.mobile-quiz-bank-player .mobile-quiz-choice.selected{background:var(--card)}.mobile-quiz-bank-player .mobile-quiz-choice.correct{background:#a7cda1;box-shadow:4px 5px #211a16b8}.mobile-quiz-bank-player .mobile-quiz-choice.wrong{background:#f7d8cf;box-shadow:4px 5px #211a16b8}.mobile-quiz-bank-player .mobile-review-feedback-wrapper.visible{margin-top:28px}.mobile-quiz-bank-player .mobile-review-feedback{border:3px solid var(--ink);box-shadow:var(--hard-shadow);background:#e5f1dc;border-radius:24px;padding:16px}.mobile-quiz-bank-player .mobile-review-feedback p{color:#79513a;font-size:17px;font-weight:900;line-height:1.42}.mobile-quiz-bank-player .mobile-review-written-response textarea{border-width:3px;border-radius:22px;min-height:180px;font-size:17px}.mobile-quiz-bank-player .mobile-review-written-response button{background:var(--orange)}.mobile-quiz-bank-player .mobile-review-player-footer{border-radius:999px;width:min(336px,100vw - 58px);min-height:72px;box-shadow:0 6px #211a1640;background:#fffaf0f5!important;padding:9px 12px!important}.mobile-quiz-bank-player .mobile-review-footer-btn{letter-spacing:.14em;border-radius:999px;height:52px;font-size:12px}.mobile-quiz-bank-player .mobile-review-footer-btn.primary{color:#fff;background:#1a1208}.mobile-quiz-bank-player .mobile-review-footer-btn.secondary{background:#fff}.mobile-course-player-shell .mobile-player-footer{animation:.38s cubic-bezier(.24,.9,.28,1) both mobileFooterReopen}.mobile-a11y-root.mobile-a11y-high-contrast{--muted:#1a1208;--border:#1a1208;--hard-shadow-sm:5px 6px 0 #1a1208;--ink:#000;--ink-2:#1a1208;--card:#fff;--cream:#fff8e8;--cream-2:#f0e1bf}.mobile-a11y-root.mobile-a11y-high-contrast .mobile-card,.mobile-a11y-root.mobile-a11y-high-contrast .mobile-click-card,.mobile-a11y-root.mobile-a11y-high-contrast button:not(.mobile-toggle):not(.mobile-nav-item){border-width:3px}.mobile-a11y-root.mobile-a11y-high-contrast .mobile-page-sub,.mobile-a11y-root.mobile-a11y-high-contrast .mobile-settings-row-sub,.mobile-a11y-root.mobile-a11y-high-contrast .mobile-activity-sub,.mobile-a11y-root.mobile-a11y-high-contrast .mobile-suggestion-reason{color:var(--ink);opacity:1}.mobile-a11y-root.mobile-a11y-large-text{font-size:18px}.mobile-a11y-root.mobile-a11y-large-text .mobile-phone-shell{font-size:17px}.mobile-a11y-root.mobile-a11y-large-text .mobile-page-sub,.mobile-a11y-root.mobile-a11y-large-text .mobile-settings-row-sub,.mobile-a11y-root.mobile-a11y-large-text .mobile-activity-sub,.mobile-a11y-root.mobile-a11y-large-text .mobile-suggestion-reason,.mobile-a11y-root.mobile-a11y-large-text .mobile-review-entry-hero p{font-size:14px}.mobile-a11y-root.mobile-a11y-large-text h1,.mobile-a11y-root.mobile-a11y-large-text .mobile-page-title{font-size:26px}.mobile-a11y-root.mobile-a11y-large-text h2{font-size:21px}.mobile-a11y-root.mobile-a11y-large-text .mobile-settings-row-title,.mobile-a11y-root.mobile-a11y-large-text .mobile-activity-title{font-size:17px}.mobile-a11y-root.mobile-a11y-large-text .mobile-auth-input,.mobile-a11y-root.mobile-a11y-large-text .mobile-ob-input,.mobile-a11y-root.mobile-a11y-large-text .mobile-settings-field input,.mobile-a11y-root.mobile-a11y-large-text .mobile-settings-field select,.mobile-a11y-root.mobile-a11y-large-text .mobile-search-input-wrap input{min-height:58px;font-size:16px}.mobile-a11y-root.mobile-a11y-large-text .mobile-bottom-nav,.mobile-a11y-root.mobile-a11y-large-text .mobile-course-footer{min-height:86px}.mobile-a11y-root.mobile-a11y-high-contrast .mobile-phone-shell,.mobile-a11y-root.mobile-a11y-high-contrast .mobile-view,.mobile-a11y-root.mobile-a11y-high-contrast .mobile-dashboard{background-color:#fff4d3}.mobile-a11y-root.mobile-a11y-high-contrast :is(.mobile-auth-input,.mobile-ob-input,.mobile-settings-field input,.mobile-settings-field select,.mobile-search-input-wrap,.mobile-course-card,.mobile-activity-card,.mobile-settings-row){border-width:3px!important;border-color:#000!important}.mobile-a11y-root.mobile-a11y-high-contrast :is(.mobile-auth-sub,.mobile-ob-q-sub,.mobile-page-sub,.mobile-settings-row-sub,.mobile-activity-sub){color:#000!important}.mobile-a11y-root.mobile-a11y-reduce-motion *,.mobile-a11y-root.mobile-a11y-reduce-motion :before,.mobile-a11y-root.mobile-a11y-reduce-motion :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.mobile-a11y-high-contrast{--muted:#1a1208;--border:#1a1208;--hard-shadow-sm:5px 6px 0 #1a1208;--ink:#000;--ink-2:#1a1208;--card:#fff;--cream:#fff8e8;--cream-2:#f0e1bf}.mobile-a11y-high-contrast .mobile-card,.mobile-a11y-high-contrast .mobile-click-card,.mobile-a11y-high-contrast button:not(.mobile-toggle):not(.mobile-nav-item){border-width:3px}.mobile-a11y-high-contrast .mobile-page-sub,.mobile-a11y-high-contrast .mobile-settings-row-sub,.mobile-a11y-high-contrast .mobile-activity-sub,.mobile-a11y-high-contrast .mobile-suggestion-reason{color:var(--ink);opacity:1}@keyframes mobileFooterReopen{0%{opacity:.55;transform:translate(-50%)scaleX(.18)}62%{opacity:1;transform:translate(-50%)scaleX(1.04)}to{opacity:1;transform:translate(-50%)scaleX(1)}}@media (prefers-reduced-motion:reduce){.mobile-app-screen-transition,.mobile-tab-screen-transition,.mobile-page-slide-in,.mobile-course-player-shell .mobile-player-footer,.mobile-review-entry-footer,.mobile-review-player-footer{animation:none}.mobile-phone-shell button,.mobile-phone-shell [role=button]{transition:none}}.mobile-create-overlay.phase-expand{background:var(--orange-dark);clip-path:circle(34px at 50% calc(100% - 58px));animation:.58s cubic-bezier(.2,.8,.2,1) forwards mobileCreateGreenExpand}.mobile-create-overlay.phase-choices,.mobile-create-overlay.phase-swipe-out{background:linear-gradient(#ffffff09 1px, transparent 1px), linear-gradient(90deg, #ffffff09 1px, transparent 1px), var(--orange-dark);color:var(--mobile-page-bg);pointer-events:auto;background-size:28px 28px;justify-content:center;align-items:center;padding:32px 24px;display:flex}.mobile-create-overlay.phase-swipe-out{animation:.26s cubic-bezier(.4,0,.2,1) both mobileCreateSwipeOut}@keyframes mobileCreateGreenExpand{to{clip-path:circle(150% at 50% calc(100% - 58px))}}@keyframes mobileCreateSwipeOut{to{opacity:0;transform:translate(112%)}}.mobile-create-back{display:none!important}.mobile-create-choice-panel{width:min(100%,360px);color:var(--mobile-page-bg);padding-top:0}.mobile-create-choice-kicker{color:#d8ead8}.mobile-create-choice-panel h2{color:var(--mobile-page-bg);margin-bottom:12px}.mobile-create-choice-copy{color:#f0e1bfcc;max-width:320px;margin:0 0 24px;font-size:12px;font-weight:800;line-height:1.55}.mobile-create-choice-grid{gap:14px}.mobile-create-choice-grid button{background:var(--mobile-page-bg);min-height:86px;color:var(--orange-dark);text-align:left;border:2px solid #b8d7bf;border-radius:24px;grid-template-columns:30px 1fr;align-items:center;gap:3px 14px;padding:16px 18px;display:grid;box-shadow:7px 8px #00000061}.mobile-create-choice-grid button svg{grid-row:span 2}.mobile-create-choice-grid button span{font-size:19px;font-weight:900;line-height:1}.mobile-create-choice-grid button small{color:#143822b8;font-size:10px;font-weight:900;line-height:1.25}button.mobile-profile-card-big{text-align:left;cursor:pointer;border:0;width:calc(100% - 40px)}.mobile-avatar-big img,.mobile-profile-photo-preview img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.mobile-profile-photo-editor{grid-template-columns:76px 1fr;align-items:center;gap:14px;margin-bottom:16px;display:grid}.mobile-profile-photo-preview{border:3px solid var(--ink);background:var(--green-soft);width:76px;height:76px;color:var(--orange);box-shadow:var(--hard-shadow-sm);border-radius:24px;justify-content:center;align-items:center;display:flex;overflow:hidden}.mobile-profile-photo-actions{flex-direction:column;gap:9px;display:flex}.mobile-profile-photo-actions button{border:2px solid var(--ink);min-height:42px;color:var(--ink);box-shadow:3px 4px 0 var(--ink);text-transform:uppercase;background:#fff;border-radius:15px;align-items:center;gap:8px;padding:0 12px;font-size:10px;font-weight:900;display:flex}.mobile-review-wizard-shell .mobile-ob-progress-bar{margin-top:8px!important}.mobile-wizard-close{display:none!important}.mobile-create-choice-grid button:first-child{background:var(--mobile-page-bg);border-color:#b8d7bf}.mobile-course-catalog-icon.math,.mobile-course-mini-badge.math,.mobile-activity-icon.math{color:#6f5900;background:#fff7d7}.mobile-course-catalog-icon.science,.mobile-course-mini-badge.science,.mobile-activity-icon.science{color:#24583a;background:#e6f6e4}.mobile-course-catalog-icon.business,.mobile-course-mini-badge.business,.mobile-activity-icon.business{color:#7a3218;background:#fff0e8}.mobile-course-catalog-icon.technology,.mobile-course-mini-badge.technology,.mobile-activity-icon.technology{color:#2e5f9c;background:#eef4fd}.mobile-course-catalog-icon.health,.mobile-course-mini-badge.health,.mobile-activity-icon.health{color:#9a3d31;background:#fdf0ee}.mobile-course-catalog-icon.english,.mobile-course-mini-badge.english,.mobile-activity-icon.english{color:#5d438a;background:#f4eeff}.mobile-course-catalog-icon.media,.mobile-course-mini-badge.media,.mobile-activity-icon.media{color:#9a3d10;background:#fff0e8}.mobile-course-catalog-icon.humanities,.mobile-course-mini-badge.humanities,.mobile-activity-icon.humanities{color:#6a5330;background:#f2ead8}.mobile-course-catalog-icon.social-studies,.mobile-course-mini-badge.social-studies,.mobile-activity-icon.social-studies{color:#315f9b;background:#e9f1ff}.mobile-course-catalog-icon.engineering,.mobile-course-mini-badge.engineering,.mobile-activity-icon.engineering{color:#35423b;background:#ecf0ed}.mobile-course-catalog-icon.practical,.mobile-course-mini-badge.practical,.mobile-activity-icon.practical{color:#765c06;background:#fff7d7}.mobile-course-catalog-icon.general,.mobile-course-mini-badge.general,.mobile-activity-icon.general{background:var(--green-soft);color:var(--orange)}.mobile-player-header{justify-content:space-between;align-items:flex-start;display:flex}.mobile-player-header .mobile-player-type-icon{pointer-events:auto;border:2px solid var(--ink);background:var(--green-soft);width:42px;height:42px;color:var(--orange);box-shadow:3px 4px 0 var(--ink);border-radius:16px;display:flex!important}.mobile-player-header .mobile-player-type-icon.math{color:#6f5900;background:#fff7d7}.mobile-player-header .mobile-player-type-icon.science{color:#24583a;background:#e6f6e4}.mobile-player-header .mobile-player-type-icon.business{color:#7a3218;background:#fff0e8}.mobile-player-header .mobile-player-type-icon.engineering{color:#35423b;background:#ecf0ed}.mobile-player-header .mobile-player-type-icon.english{color:#5d438a;background:#f4eeff}.mobile-player-header .mobile-player-type-icon.health{color:#9a3d31;background:#fdf0ee}.mobile-player-header .mobile-player-type-icon.humanities{color:#6a5330;background:#f2ead8}.mobile-player-header .mobile-player-type-icon.media{color:#9a3d10;background:#fff0e8}.mobile-player-header .mobile-player-type-icon.practical{color:#765c06;background:#fff7d7}.mobile-player-header .mobile-player-type-icon.social-studies{color:#315f9b;background:#e9f1ff}.mobile-player-header .mobile-player-type-icon.technology{color:#2e5f9c;background:#eef4fd}.mobile-player-header .mobile-player-type-icon.general{background:var(--green-soft);color:var(--orange)}.mobile-activity-icon.math,.mobile-course-detail-icon.math{color:#6f5900;background:#fff7d7}.mobile-activity-icon.science,.mobile-course-detail-icon.science{color:#24583a;background:#e6f6e4}.mobile-activity-icon.business,.mobile-course-detail-icon.business{color:#7a3218;background:#fff0e8}.mobile-activity-icon.engineering,.mobile-course-detail-icon.engineering{color:#35423b;background:#ecf0ed}.mobile-activity-icon.english,.mobile-course-detail-icon.english{color:#5d438a;background:#f4eeff}.mobile-activity-icon.health,.mobile-course-detail-icon.health{color:#9a3d31;background:#fdf0ee}.mobile-activity-icon.humanities,.mobile-course-detail-icon.humanities{color:#6a5330;background:#f2ead8}.mobile-activity-icon.media,.mobile-course-detail-icon.media{color:#9a3d10;background:#fff0e8}.mobile-activity-icon.practical,.mobile-course-detail-icon.practical{color:#765c06;background:#fff7d7}.mobile-activity-icon.social-studies,.mobile-course-detail-icon.social-studies{color:#315f9b;background:#e9f1ff}.mobile-activity-icon.technology,.mobile-course-detail-icon.technology{color:#2e5f9c;background:#eef4fd}.mobile-activity-icon.general,.mobile-course-detail-icon.general{background:var(--green-soft);color:var(--orange)}.mobile-phone-shell,.mobile-phone-shell *{-webkit-user-select:none;user-select:none}.mobile-slide-content,.mobile-slide-content *,.mobile-review-question-card,.mobile-review-question-card *,.mobile-review-stimulus-card,.mobile-review-stimulus-card *,.mobile-review-feedback,.mobile-review-feedback *,.mobile-flashcard-face,.mobile-flashcard-face *,.mobile-review-written-response textarea,.mobile-code-editor,.mobile-slide-code-visual,.mobile-code-output,.mobile-field-control,.mobile-phone-shell input,.mobile-phone-shell textarea{-webkit-user-select:text;user-select:text}.mobile-activity-swipe{border-radius:22px;width:100%;position:relative;overflow:visible}.mobile-activity-swipe .mobile-activity-card{z-index:2;width:100%;height:100%;transform:translateX(var(--delete-offset,0));will-change:transform;touch-action:pan-y;transition:transform .34s cubic-bezier(.18,.86,.25,1.08);position:relative}.mobile-activity-swipe.is-dragging .mobile-activity-card{transition:none}.mobile-activity-swipe.delete-open .mobile-activity-card{transform:translateX(var(--delete-offset,82px))}.mobile-activity-delete-btn{border:2px solid var(--ink);color:#fff;width:76px;box-shadow:4px 5px 0 var(--ink);z-index:1;opacity:var(--delete-progress,0);transform:scale(calc(.72 + var(--delete-progress,0) * .28));transform-origin:50%;background:#b83a34;border-radius:22px;justify-content:center;align-items:center;transition:opacity .2s,transform .28s cubic-bezier(.18,.86,.25,1.08);display:flex;position:absolute;inset:0 auto 0 0}.mobile-course-catalog-swipe{flex-direction:column;gap:10px;display:flex}.mobile-course-catalog-swipe.units-open .mobile-course-catalog-card{background:var(--green-soft)}.mobile-course-unit-reveal{border:2px solid var(--ink);background:var(--card);box-shadow:5px 6px 0 var(--ink);border-radius:22px;flex-direction:column;gap:9px;margin-left:22px;padding:12px;animation:.22s both mobileUnitRevealIn;display:flex}.mobile-course-unit-reveal-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mobile-course-unit-reveal-title{color:var(--orange);letter-spacing:.7px;text-transform:uppercase;font-size:9px;font-weight:900}.mobile-course-unit-reveal-head p{color:var(--muted);margin:4px 0 0;font-size:10px;font-weight:800;line-height:1.35}.mobile-course-unit-reveal-head .mobile-course-source-line{color:var(--green)}.mobile-course-unit-reveal .mobile-course-syllabus-small-btn{border-color:var(--ink);background:var(--green-soft);width:auto;min-width:86px;box-shadow:3px 4px 0 var(--ink);color:var(--ink);text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:9px 12px;font-size:10px;font-weight:900;display:inline-flex}.mobile-course-unit-reveal button{border:2px solid var(--border);width:100%;color:var(--ink);text-align:left;background:#fff;border-radius:17px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;padding:10px;display:grid}.mobile-course-unit-number{border:2px solid var(--ink);background:var(--green-soft);width:42px;height:42px;color:var(--green);box-shadow:3px 4px 0 var(--ink);border-radius:15px;justify-content:center;align-items:center;font-size:14px;font-weight:900;display:flex}.mobile-course-unit-text{flex-direction:column;gap:4px;min-width:0;display:flex}.mobile-course-unit-text strong{font-size:12px;font-weight:900;line-height:1.25}.mobile-course-unit-text span,.mobile-course-unit-reveal-loading{color:var(--muted);font-size:10px;font-weight:800;line-height:1.3}@keyframes mobileUnitRevealIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-activity-rail.compact{gap:11px;width:100%;padding:0 20px}.mobile-activity-rail.compact .mobile-activity-swipe{border-radius:22px;width:100%;min-width:0;max-width:none;overflow:visible}.mobile-activity-rail.compact .mobile-activity-card{border-radius:22px;grid-template-columns:52px minmax(0,1fr) 82px;width:100%;min-width:0;max-width:none;min-height:88px;padding:13px 14px}.mobile-course-catalog-swipe{width:100%;position:relative}.mobile-activity-rail.compact{flex-direction:column;gap:12px;width:100%;max-height:none;padding:0 20px 18px;display:flex;overflow:visible}.mobile-activity-rail.compact .mobile-activity-swipe,.mobile-activity-rail.compact .mobile-activity-card{width:100%;min-width:0;max-width:none}.mobile-activity-rail.compact .mobile-activity-card{min-height:88px}.mobile-home-view{-webkit-overflow-scrolling:touch;height:100dvh;overflow:hidden auto}.mobile-home-view .mobile-activity-rail.compact{flex-direction:column;gap:12px;width:100%;max-height:none;padding:0 20px 18px;display:flex;overflow:visible}.mobile-home-view .mobile-activity-rail.compact .mobile-activity-swipe{width:100%;min-width:0;max-width:none;overflow:visible}.mobile-home-view .mobile-activity-rail.compact .mobile-activity-card{background:#fff;border-radius:24px;grid-template-rows:auto auto 9px;grid-template-columns:54px minmax(0,1fr) 86px;align-items:center;gap:6px 12px;width:100%;min-width:0;max-width:none;min-height:106px;padding:14px;display:grid}.mobile-home-view .mobile-activity-rail.compact .mobile-activity-card-top{margin:0;display:contents}.mobile-home-view .mobile-activity-rail.compact .mobile-activity-icon{grid-area:1/1/span 3;width:48px;height:48px}.mobile-home-view .mobile-activity-rail.compact .mobile-activity-type{display:none}.mobile-home-view .mobile-activity-rail.compact .mobile-activity-title{white-space:nowrap;text-overflow:ellipsis;grid-area:1/2/auto/3;min-height:0;font-size:15px;line-height:1.15;display:block;overflow:hidden}.mobile-home-view .mobile-activity-rail.compact .mobile-activity-sub{white-space:nowrap;text-overflow:ellipsis;grid-area:2/2/auto/4;margin:0;font-size:10px;line-height:1.2;overflow:hidden}.mobile-home-view .mobile-activity-rail.compact .mobile-activity-progress{grid-area:3/2/auto/4;width:100%;height:7px;margin:0}.mobile-home-view .mobile-activity-rail.compact .mobile-activity-foot{white-space:nowrap;grid-area:1/3;justify-content:flex-end;align-self:center;font-size:10px;line-height:1}.mobile-home-view .mobile-activity-rail.compact .mobile-activity-foot svg{display:none}.mobile-course-catalog-card{transition:transform .2s,box-shadow .2s,background .2s}.mobile-unit-picker-overlay{z-index:180;background:linear-gradient(#ffffff0b 1px, transparent 1px), linear-gradient(90deg, #ffffff0b 1px, transparent 1px), var(--orange);color:var(--cream);padding:calc(env(safe-area-inset-top,0px) + 86px) 24px calc(env(safe-area-inset-bottom,0px) + 28px);touch-action:pan-y;background-size:32px 32px,32px 32px,auto;flex-direction:column;animation:.42s cubic-bezier(.2,.8,.2,1) both mobileUnitPickerPageIn;display:flex;position:fixed;inset:0;overflow:hidden}.mobile-unit-picker-overlay.closing{animation:.28s both mobileUnitPickerPageOut}.mobile-unit-picker-overlay:before{content:"";background:var(--orange);z-index:-1;border-radius:999px;width:42px;height:42px;animation:.48s cubic-bezier(.16,.86,.22,1) both mobileUnitPickerCircle;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.mobile-unit-picker-content{flex-direction:column;min-height:100%;animation:.28s .22s both mobileUnitPickerContent;display:flex}.mobile-unit-picker-kicker{color:var(--green-soft);letter-spacing:1.2px;text-transform:uppercase;font-size:12px;font-weight:900}.mobile-unit-picker-content h2{color:var(--cream);font-family:var(--serif);margin:18px 0 8px;font-size:54px;font-weight:900;line-height:.9}.mobile-unit-picker-content p{color:#fff3d6d1;margin:0;font-size:14px;font-weight:900;line-height:1.45}.mobile-unit-picker-list{flex-direction:column;gap:13px;margin-top:26px;padding:0 0 18px;display:flex;overflow-y:auto}.mobile-unit-picker-list button,.mobile-unit-picker-loading{background:var(--mobile-page-bg);width:100%;min-height:82px;color:var(--orange);text-align:left;border:2px solid #fff3d6ad;border-radius:26px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:15px 16px;display:grid;box-shadow:7px 8px #00000047}.mobile-unit-picker-list button span{border:2px solid var(--ink);background:var(--green-soft);width:42px;height:42px;color:var(--orange);box-shadow:3px 4px 0 var(--ink);border-radius:16px;justify-content:center;align-items:center;font-size:13px;font-weight:900;display:flex}.mobile-unit-picker-list button strong{color:var(--ink);font-size:15px;font-weight:900;line-height:1.18}.mobile-unit-picker-list button small{color:var(--muted);grid-column:2/3;font-size:10px;font-weight:900;line-height:1.3}.mobile-unit-picker-loading{justify-content:center;align-items:center;font-size:13px;font-weight:900;display:flex}.mobile-unit-picker-hint{color:#fff3d6b8;text-transform:uppercase;letter-spacing:.8px;margin-top:auto;font-size:11px;font-weight:900}.mobile-guide-confirm-overlay{z-index:230;padding:0 18px calc(env(safe-area-inset-bottom,0px) + 18px);background:#211a1652;justify-content:center;align-items:flex-end;animation:.18s both mobileConfirmFade;display:flex;position:fixed;inset:0}.mobile-guide-confirm-card{border:3px solid var(--ink);background:var(--mobile-page-bg);width:min(100%,390px);color:var(--ink);box-shadow:9px 10px 0 var(--ink);border-radius:30px;padding:22px;animation:.25s cubic-bezier(.2,.85,.2,1) both mobileConfirmSheetIn}.mobile-guide-confirm-kicker{color:var(--orange);letter-spacing:.9px;text-transform:uppercase;font-size:10px;font-weight:900}.mobile-guide-confirm-card h2{font-family:var(--serif);margin:8px 0;font-size:30px;font-weight:900;line-height:.95}.mobile-guide-confirm-card p{color:var(--muted);margin:0;font-size:12px;font-weight:900;line-height:1.45}.mobile-guide-confirm-card .mobile-guide-confirm-unit{color:var(--orange);margin-bottom:8px}.mobile-guide-confirm-actions{grid-template-columns:1fr 1fr;gap:11px;margin-top:18px;display:grid}.mobile-guide-confirm-actions button{border:2px solid var(--ink);min-height:50px;box-shadow:4px 5px 0 var(--ink);font:900 12px/1 var(--mono);text-transform:uppercase;border-radius:18px}.mobile-guide-confirm-actions button:first-child{color:var(--ink);background:#fff}.mobile-guide-confirm-actions button:last-child{background:var(--orange);color:#fff}.mobile-detailed-syllabus-overlay{z-index:185;background:linear-gradient(#1a12080b 1px, transparent 1px), linear-gradient(90deg, #1a12080b 1px, transparent 1px), var(--mobile-page-bg);color:var(--ink);padding:calc(env(safe-area-inset-top,0px) + 28px) 18px calc(env(safe-area-inset-bottom,0px) + 22px);background-size:32px 32px,32px 32px,auto;flex-direction:column;animation:.24s both mobileSyllabusIn;display:flex;position:fixed;inset:0}.mobile-detailed-syllabus-top{flex-shrink:0;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:14px;margin-bottom:18px;display:grid}.mobile-detailed-syllabus-top>button{border:3px solid var(--ink);width:54px;height:54px;color:var(--ink);box-shadow:5px 6px 0 var(--ink);background:#fff;border-radius:19px;justify-content:center;align-items:center;display:flex}.mobile-detailed-syllabus-kicker{color:var(--orange);letter-spacing:.9px;text-transform:uppercase;font-size:10px;font-weight:900}.mobile-detailed-syllabus-top h2{font-family:var(--serif);margin:4px 0 0;font-size:30px;font-weight:900;line-height:.94}.mobile-detailed-syllabus-scroll{flex-direction:column;flex:1;gap:16px;min-height:0;padding:0 0 10px;display:flex;overflow-y:auto}.mobile-detailed-syllabus-overview,.mobile-detailed-syllabus-unit{border:3px solid var(--ink);box-shadow:7px 8px 0 var(--ink);background:#fff;border-radius:26px}.mobile-detailed-syllabus-overview{color:var(--ink-2);margin:0;padding:16px;font-size:12px;font-weight:900;line-height:1.55}.mobile-detailed-syllabus-unit{padding:15px}.mobile-detailed-syllabus-unit-head{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;margin-bottom:14px;display:grid}.mobile-detailed-syllabus-unit-head>span{border:2px solid var(--ink);background:var(--green-soft);width:42px;height:42px;color:var(--orange);box-shadow:3px 4px 0 var(--ink);border-radius:15px;justify-content:center;align-items:center;font-size:13px;font-weight:900;display:flex}.mobile-detailed-syllabus-unit h3{margin:0;font-size:16px;font-weight:900;line-height:1.18}.mobile-detailed-syllabus-unit-head p{color:var(--muted);margin:4px 0 0;font-size:10px;font-weight:900}.mobile-detailed-syllabus-groups{flex-direction:column;gap:10px;display:flex}.mobile-detailed-syllabus-groups section{border:2px solid var(--border);background:var(--card);border-radius:18px;padding:11px}.mobile-detailed-syllabus-groups h4{color:var(--orange);text-transform:uppercase;letter-spacing:.7px;margin:0 0 7px;font-size:10px;font-weight:900}.mobile-detailed-syllabus-groups ul{color:var(--ink-2);margin:0;padding-left:17px;font-size:11px;font-weight:800;line-height:1.45}.mobile-detailed-syllabus-groups li+li{margin-top:5px}.mobile-detailed-syllabus-unit>button{border:2px solid var(--ink);background:var(--orange);color:#fff;width:100%;min-height:48px;box-shadow:4px 5px 0 var(--ink);font:900 12px/1 var(--mono);text-transform:uppercase;border-radius:17px;margin-top:14px}.mobile-guide-spinner{border:6px solid #24583a2e;border-top-color:var(--orange);width:68px;height:68px;box-shadow:none;color:#0000;background:0 0;border-radius:50%;animation:.82s linear infinite mobileCircleSpin}.mobile-guide-spinner svg{display:none}@keyframes mobileCircleSpin{to{transform:rotate(360deg)}}@keyframes mobileUnitPickerCircle{0%{transform:translate(-50%,-50%)scale(1)}to{transform:translate(-50%,-50%)scale(42)}}@keyframes mobileUnitPickerPageIn{0%{opacity:.2;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@keyframes mobileUnitPickerPageOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes mobileUnitPickerContent{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileConfirmFade{0%{opacity:0}to{opacity:1}}@keyframes mobileConfirmSheetIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileSyllabusIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.mobile-home-view .mobile-activity-list{flex-direction:column;gap:12px;padding:0 20px 18px;display:flex;overflow:visible}.mobile-home-view .mobile-activity-list .mobile-activity-swipe{width:100%;min-width:0;max-width:none;overflow:visible}.mobile-home-view .mobile-activity-list .mobile-activity-card{border:3px solid var(--ink);width:100%;min-width:0;max-width:none;min-height:106px;box-shadow:8px 10px 0 var(--ink);text-align:left;background:#fff;border-radius:24px;grid-template-rows:auto auto 9px;grid-template-columns:54px minmax(0,1fr) 82px;align-items:center;gap:6px 12px;padding:14px;display:grid}.mobile-home-view .mobile-activity-list .mobile-activity-card-top{margin:0;display:contents}.mobile-home-view .mobile-activity-list .mobile-activity-icon{border-radius:17px;grid-area:1/1/span 3;width:48px;height:48px}.mobile-home-view .mobile-activity-list .mobile-activity-type{display:none}.mobile-home-view .mobile-activity-list .mobile-activity-title{white-space:nowrap;text-overflow:ellipsis;grid-area:1/2;min-height:0;margin:0;font-size:15px;line-height:1.15;display:block;overflow:hidden}.mobile-home-view .mobile-activity-list .mobile-activity-sub{white-space:nowrap;text-overflow:ellipsis;grid-area:2/2/auto/4;margin:0;font-size:10px;line-height:1.22;overflow:hidden}.mobile-home-view .mobile-activity-list .mobile-activity-progress{grid-area:3/2/auto/4;align-self:center;width:100%;height:7px;margin:0}.mobile-home-view .mobile-activity-list .mobile-activity-foot{white-space:nowrap;grid-area:1/3;justify-content:flex-end;align-self:center;margin:0;font-size:10px;line-height:1;display:flex}.mobile-home-view .mobile-activity-list .mobile-activity-foot svg{display:none}.mobile-home-view .mobile-activity-list{gap:12px;padding:0 20px 28px}.mobile-home-view .mobile-activity-list .mobile-activity-card{border-radius:22px;grid-template-rows:auto auto 8px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:4px 12px;min-height:92px;padding:13px}.mobile-home-view .mobile-activity-list .mobile-activity-icon{border-radius:16px;width:46px;height:46px}.mobile-home-view .mobile-activity-list .mobile-activity-title{font-size:14px;line-height:1.18}.mobile-home-view .mobile-activity-list .mobile-activity-sub{grid-column:2/4;font-size:10px;line-height:1.3}.mobile-home-view .mobile-activity-list .mobile-activity-progress{grid-column:2/4;height:7px}.mobile-home-view .mobile-activity-list .mobile-activity-foot{color:var(--muted);grid-area:1/3;font-size:10px;font-weight:900}.mobile-notifications-scrim{z-index:899;opacity:0;pointer-events:none;background:#1a12086b;transition:opacity .28s;position:fixed;inset:0}.mobile-notifications-scrim.visible{opacity:1;pointer-events:auto}.mobile-notifications-overlay{z-index:900;background:var(--mobile-page-bg,#89c89b);flex-direction:column;transition:transform .34s cubic-bezier(.22,.85,.28,1);display:flex;position:fixed;inset:0;overflow:hidden;transform:translate(-100%)}.mobile-notifications-overlay.open{transform:translate(0)}.mobile-notifications-header{padding:calc(env(safe-area-inset-top,0px) + 14px) 16px 14px;border-bottom:3px solid var(--ink);background:var(--mobile-page-bg,#89c89b);flex-shrink:0;align-items:center;gap:12px;display:flex}.mobile-notifications-back{border:2px solid var(--ink);background:var(--card);width:40px;height:40px;box-shadow:var(--hard-shadow-sm);color:var(--ink);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-notifications-header>div:first-of-type+div{flex:1;min-width:0}.mobile-notifications-kicker{text-transform:uppercase;letter-spacing:.06em;color:var(--ink-2);font-size:11px;font-weight:900}.mobile-notifications-header h2{color:var(--ink);margin:4px 0 0;font-size:21px;font-weight:900;line-height:1.15}.mobile-notifications-clear{border:2px solid var(--ink);background:var(--card);width:40px;height:40px;box-shadow:var(--hard-shadow-sm);color:var(--ink);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-notifications-scroll{-webkit-overflow-scrolling:touch;flex:1;padding:0 16px 32px;overflow-y:auto}.mobile-notifications-group{margin-top:20px}.mobile-notifications-group-label{text-transform:uppercase;letter-spacing:.06em;color:var(--ink-2);margin-bottom:10px;padding:0 2px;font-size:12px;font-weight:900}.mobile-notification-item{border:2px solid var(--ink);background:var(--card);width:100%;box-shadow:var(--hard-shadow-sm);text-align:left;cursor:pointer;border-radius:18px;grid-template-columns:36px 1fr 24px;align-items:start;gap:10px;margin-bottom:10px;padding:13px 14px;transition:background-color .18s,border-color .18s;display:grid}.mobile-notification-item:active{transform:scale(.985)}.mobile-notification-item.unread{background:var(--cream);border-left:4px solid var(--orange)}.mobile-notification-icon{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mobile-notification-icon.green{background:var(--green);color:var(--ink)}.mobile-notification-icon.orange{background:var(--cream);color:var(--orange)}.mobile-notification-icon.blue{color:#5b8fd4;background:#e6f3ff}.mobile-notification-icon.pink{color:#b95b4d;background:#ffe2d8}.mobile-notification-body{flex-direction:column;gap:3px;min-width:0;display:flex}.mobile-notification-body strong{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:900;line-height:1.2;overflow:hidden}.mobile-notification-body>span{color:var(--ink-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.mobile-notification-body small{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:800}.mobile-notification-dismiss{border:2px solid var(--border);width:24px;height:24px;color:var(--muted);background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;padding:0;display:flex}.mobile-notification-dismiss:active{color:#b95b4d;background:#ffe2d8;border-color:#b95b4d}.mobile-notifications-empty{text-align:center;padding:72px 24px 32px}.mobile-notifications-empty-icon{border:3px solid var(--ink);background:var(--card);width:72px;height:72px;box-shadow:var(--hard-shadow-sm);color:var(--ink-2);border-radius:999px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.mobile-notifications-empty h3{color:var(--ink);margin:0 0 10px;font-size:19px;font-weight:900}.mobile-notifications-empty p{color:var(--ink-2);max-width:280px;margin:0 auto;font-size:13px;font-weight:700;line-height:1.5}.mobile-home-icon-btn{position:relative}.mobile-home-notif-dot{background:#d9482d;border:2px solid #fffaf0;border-radius:50%;width:9px;height:9px;position:absolute;top:2px;right:2px}.mobile-phone-shell .math-text{overflow-wrap:anywhere}.mobile-phone-shell .math-inline{vertical-align:-.12em;max-width:100%;display:inline-block}.mobile-phone-shell .math-display{text-align:center;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;padding:8px 0;display:block;overflow:auto hidden}.mobile-phone-shell .math-display .katex{white-space:normal}.mobile-phone-shell .mobile-view{scroll-padding-bottom:calc(108px + env(safe-area-inset-bottom,0px));padding-bottom:calc(108px + env(safe-area-inset-bottom,0px))!important}.mobile-phone-shell .mobile-view>.scroll-content,.mobile-phone-shell .mobile-home-scroll,.mobile-phone-shell .mobile-courses-scroll,.mobile-phone-shell .mobile-settings-scroll,.mobile-phone-shell .mobile-insights-scroll{padding-bottom:calc(110px + env(safe-area-inset-bottom,0px));scroll-padding-bottom:calc(110px + env(safe-area-inset-bottom,0px))}.mobile-phone-shell .mobile-bottom-nav{z-index:120;transform:translate(-50%);left:50%!important;right:auto!important;bottom:calc(14px + env(safe-area-inset-bottom,0px))!important;position:fixed!important}.mobile-course-player-shell,.mobile-course-player-shell>.relative{height:100dvh;min-height:100dvh;overflow:hidden}.mobile-course-player-shell .mobile-player-main{scroll-padding-bottom:calc(108px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;height:100dvh!important;min-height:0!important;padding-bottom:calc(108px + env(safe-area-inset-bottom,0px))!important;overflow-y:auto!important}.mobile-course-player-shell.quiz-mode .mobile-player-main{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important}.mobile-course-player-shell .mobile-slide-content{min-height:auto!important;padding-bottom:calc(18px + env(safe-area-inset-bottom,0px))!important}.mobile-course-player-shell.quiz-mode .mobile-slide-content{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important}.mobile-course-player-shell .mobile-player-footer{left:50%!important;right:auto!important;bottom:calc(18px + env(safe-area-inset-bottom,0px))!important;z-index:140!important;width:min(340px,100vw - 48px)!important;position:fixed!important;transform:translate(-50%)!important}.mobile-security-card{border:2px solid var(--ink);box-shadow:var(--hard-shadow-sm);background:#fff;border-radius:22px;margin-top:14px;padding:16px}.mobile-security-actions{gap:10px;margin-top:14px;display:flex}.mobile-settings-ghost-btn{border:2px solid var(--ink);background:var(--cream);height:44px;box-shadow:var(--hard-shadow-sm);color:var(--ink);font-family:var(--mono);text-transform:uppercase;letter-spacing:.5px;border-radius:14px;flex:1;font-size:11px;font-weight:900}.mobile-settings-detail-desc{color:var(--muted);margin-bottom:14px;font-size:12px;font-weight:700;line-height:1.5}.mobile-settings-status-badge{border:2px solid var(--ink);font-family:var(--mono);text-transform:uppercase;letter-spacing:.5px;background:var(--ink-soft);color:var(--ink);border-radius:100px;margin-bottom:8px;padding:6px 14px;font-size:10px;font-weight:900;display:inline-block}.mobile-settings-status-badge.enabled{background:var(--green-soft,#e7f3da);color:#1f5f3c}.mobile-course-player-shell{will-change:transform, opacity;transition:transform .24s cubic-bezier(.2,.85,.2,1),opacity .24s}.mobile-course-player-shell.swipe-exiting{opacity:.96;transform:translate(104vw)}.mobile-course-player-shell>.relative,.mobile-course-player-shell.quiz-mode>.relative{grid-template-rows:minmax(0,1fr)!important;display:grid!important}.mobile-course-player-shell .mobile-player-header,.mobile-course-player-shell .mobile-course-back-btn{display:none!important}.mobile-course-player-shell .mobile-player-main,.mobile-course-player-shell.quiz-mode .mobile-player-main{padding-top:calc(16px + env(safe-area-inset-top,0px))!important;grid-row:1!important}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC)format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.47"}.katex .katex-mathml{clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}html{scroll-behavior:smooth}body{background:#f0e1bf;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}.math-text{overflow-wrap:anywhere}.math-inline{vertical-align:-.12em;max-width:100%;display:inline-block}.math-inline .katex{white-space:normal;line-height:1.18}.math-inline .katex-html{white-space:normal}.math-display{text-align:center;padding:8px 0;display:block;overflow:auto hidden}.math-display .katex{white-space:normal;font-size:1.18em}.soft-ui :is(div,article,aside,form,figure,section,button,input,textarea,select,span)[class*="border-[#211a16]"]:not([class*=rounded-full]),.soft-ui :is(div,article,aside,form,figure,section,button,input,textarea,select,span)[class*="border-[3px]"]:not([class*=rounded-full]),.soft-ui :is(div,article,aside,form,figure,section,button,input,textarea,select,span)[class*="border-[4px]"]:not([class*=rounded-full]){border-radius:1.45rem!important}.soft-ui :is(input,textarea,select)[class*=border]{border-radius:1rem!important}.soft-ui table,.soft-ui thead,.soft-ui tbody,.soft-ui tr,.soft-ui th,.soft-ui td{border-radius:0!important}.web-app-shell,.soft-ui{--hs-bg:#f0e1bf;--hs-ink:#211a16;--hs-green:#1f5f3c;--hs-green-deep:#143d29;--hs-cream:#fffaf0;--hs-card:#fffaf0;--hs-panel:#ead7ad;--hs-sage:#dbead2;--hs-clay:#b96b42;--hs-brown:#6f4a2f;background-color:var(--hs-bg)!important;background-image:none!important}.soft-ui :is(section,div,main)[class*="bg-[#fbfaf6]"],.soft-ui :is(section,div,main)[class*="bg-[#f6e7c8]"]{background-color:var(--hs-bg)!important}.soft-ui [class*=bg-gradient]{background-image:none!important;background-color:var(--hs-card)!important}.soft-ui [class*=backdrop-blur]{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.soft-ui [class*=bg-white\/],.soft-ui [class*="bg-[#fffaf0]/"]{background-color:var(--hs-card)!important}.soft-ui [class*="bg-[#fff3d6]/"]{background-color:#fff3d6!important}.soft-ui [class*="bg-[#f6e7c8]/"]{background-color:var(--hs-panel)!important}.soft-ui [class*="bg-[#eef6ec]"],.soft-ui [class*="bg-[#e7f3da]"]{background-color:var(--hs-sage)!important}.soft-ui [class*="bg-[#ffe6df]"],.soft-ui [class*="bg-[#ffd6d1]"]{background-color:#ead0bf!important}.soft-ui [class*="bg-[#e7effb]"],.soft-ui [class*="bg-[#eef5ff]"]{background-color:#d8e2d0!important}.soft-ui [class*="bg-[#f4bd4f]"],.soft-ui [class*="bg-[#fff2b8]"]{background-color:#d7b46a!important}.soft-ui [class*="text-[#f27830]"],.soft-ui [class*="text-[#9fc59b]"]{color:var(--hs-green)!important}.soft-ui :is(button,a,div)[class*="bg-[#f27830]"],.soft-ui :is(button,a,div)[class*="bg-[#9fc59b]"]{background-color:var(--hs-green)!important;color:var(--hs-cream)!important}.soft-ui :is(p,span,h1,h2,h3)[class*="text-[#f27830]"],.soft-ui :is(p,span,h1,h2,h3)[class*="text-[#9fc59b]"]{color:var(--hs-green)!important}.soft-ui [class*="ring-[#f27830]"]{--tw-ring-color:var(--hs-green)!important}.soft-ui :is(input,textarea,select){caret-color:var(--hs-green)}.password-strength-meter{margin:-6px 0 16px}.password-strength-track{border:2px solid var(--hs-ink);height:11px;box-shadow:2px 3px 0 var(--hs-ink);background:#1f5f3c24;border-radius:999px;overflow:hidden}.password-strength-fill{border-radius:inherit;background:#c94c3c;height:100%;transition:width .18s,background-color .18s}.password-strength-fill.valid{background:var(--hs-green)}.password-strength-meta{color:#6f4a2f;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:12px;margin-top:7px;font-size:11px;font-weight:900;display:flex}.web-a11y-high-contrast{--hs-bg:#fff4d3;--hs-ink:#000;--hs-green:#004d2c;--hs-grid:#00000029;color:#000!important}.web-a11y-high-contrast :is(button,input,textarea,select,article,aside,section,div)[class*=border]{border-width:3px!important;border-color:#000!important}.web-a11y-high-contrast :is(p,span,small)[class*="text-[#6f4a2f]"],.web-a11y-high-contrast :is(p,span,small)[class*="text-[#5f4535]"]{color:#000!important}.web-a11y-large-text{font-size:18px}.web-a11y-large-text :is(input,textarea,select,button){font-size:1.05em}.web-a11y-large-text :is(p,li,label){line-height:1.65}.web-a11y-large-text .grid{gap:1.25rem}.web-a11y-reduce-motion,.web-a11y-reduce-motion *,.web-a11y-reduce-motion :before,.web-a11y-reduce-motion :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
