*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background-color:#1e1b4b;color:#0f172a}.login{position:relative;display:flex;min-height:100vh;min-height:100dvh;flex-direction:column;align-items:center;justify-content:center;gap:18px;overflow:hidden;padding:28px 20px calc(20px + env(safe-area-inset-bottom));background:linear-gradient(160deg,#171543,#2a2560 38%,#3b2a7d 70%,#155e75 130%)}.login__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.login__blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.55}.login__blob--violet{width:46vmax;height:46vmax;left:-14vmax;top:-12vmax;background:radial-gradient(circle at 30% 30%,#7c3aed 0%,#6d28d9 45%,transparent 72%)}.login__blob--indigo{width:40vmax;height:40vmax;right:-12vmax;top:18%;background:radial-gradient(circle at 60% 40%,#4f46e5 0%,#4338ca 40%,transparent 70%)}.login__blob--cyan{width:44vmax;height:44vmax;left:22%;bottom:-26vmax;background:radial-gradient(circle at 50% 40%,#0ea5e9 0%,rgba(14,165,233,.35) 42%,transparent 70%);opacity:.4}.login__card{position:relative;z-index:1;width:100%;max-width:408px;padding:clamp(24px,6vw,40px) clamp(20px,6vw,36px);border-radius:26px;background:#fffffff7;box-shadow:0 30px 70px -18px #03071299,0 2px 10px #03071233;animation:login-card-in .48s cubic-bezier(.22,1,.36,1) both}@keyframes login-card-in{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.login__brand{text-align:center;margin-bottom:26px}.login__logo{display:block;width:auto;max-width:76%;height:auto;margin:0 auto 6px}.login__subtitle{margin:8px 0 0;font-size:.95rem;line-height:1.45;color:#64748b}.login__form{display:flex;flex-direction:column;gap:16px}.login__field{display:flex;flex-direction:column;gap:7px}.login__label{font-size:.86rem;font-weight:600;color:#334155}.login__input{width:100%;height:50px;padding:0 16px;border:1.5px solid #e2e8f0;border-radius:14px;background:#f8fafc;color:#0f172a;font-size:1rem;line-height:1.2;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.login__input::placeholder{color:#94a3b8}.login__input:hover:not(:disabled){border-color:#cbd5e1}.login__input:focus{border-color:#6366f1;background:#fff;box-shadow:0 0 0 4px #6366f129}.login__input:disabled{opacity:.7;cursor:not-allowed}.login__password{position:relative}.login__input--password{padding-right:50px}.login__toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;border-radius:10px;background:transparent;color:#64748b;cursor:pointer;transition:background-color .15s ease,color .15s ease}.login__toggle:hover{background:#eef2ff;color:#4f46e5}.login__toggle:focus-visible{outline:2px solid #6366f1;outline-offset:1px}.login__feedback{display:flex;align-items:flex-start;gap:10px;min-height:0;padding:0;border-radius:12px;color:#b91c1c;font-size:.9rem;line-height:1.4}.login__feedback:not(:empty){padding:12px 14px;border:1px solid #fecaca;background:#fef2f2;animation:login-shake .32s ease}.login__feedback-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-top:1px;border-radius:50%;background:#dc2626;color:#fff;font-size:.8rem;font-weight:700}@keyframes login-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.login__submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;height:52px;margin-top:4px;border:0;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#6d28d9 60%,#7c3aed);color:#fff;font-size:1rem;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 14px 26px -12px #4f46e5a6;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.login__submit:hover:not(:disabled){filter:brightness(1.07);box-shadow:0 18px 30px -12px #4f46e5bf;transform:translateY(-1px)}.login__submit:active:not(:disabled){transform:translateY(0) scale(.985)}.login__submit:focus-visible{outline:3px solid rgba(255,255,255,.65);outline-offset:2px}.login__submit:disabled{opacity:.8;cursor:not-allowed}.login__spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:login-spin .7s linear infinite}@keyframes login-spin{to{transform:rotate(360deg)}}.login__legal{margin:20px 0 0;text-align:center;font-size:.78rem;color:#94a3b8}.login__footer{position:relative;z-index:1;text-align:center}.login__footer a{color:#ffffffd1;font-size:.84rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);transition:color .15s ease,border-color .15s ease}.login__footer a:hover{color:#fff;border-bottom-color:#fff}@media (max-width: 359px){.login{padding-right:12px;padding-left:12px}.login__card{border-radius:20px;padding-right:16px;padding-left:16px}}@media (max-height: 700px){.login{justify-content:flex-start;padding-top:20px}.login__brand{margin-bottom:16px}.login__logo{max-width:60%}}@media (prefers-reduced-motion: reduce){.login__card,.login__feedback:not(:empty){animation:none}*{transition-duration:.01ms!important}}.login__badge{display:flex;align-items:baseline;justify-content:center;width:72px;height:72px;margin:0 auto 14px;border-radius:22px;background:linear-gradient(135deg,#7c3aed,#6366f1 55%,#0ea5e9 130%);color:#fff;font-size:2.1rem;font-weight:800;line-height:72px;box-shadow:0 16px 30px -14px #7c3aedb3}.login__badge span{font-size:1.15rem;margin-left:1px}.login__title{margin:0;font-size:1.7rem;font-weight:800;letter-spacing:-.02em;color:#1e1b4b}.login__footer{color:#ffffffb8;font-size:.8rem}.portal{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:radial-gradient(60rem 30rem at 110% -10%,rgba(124,58,237,.14),transparent 60%),radial-gradient(50rem 28rem at -10% 0%,rgba(14,165,233,.12),transparent 55%),linear-gradient(180deg,#f6f3ff,#fff 42%,#effaff)}.portal-header{position:sticky;top:0;z-index:20;background:#ffffffd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #ece4fa}.portal-header__inner{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;max-width:1040px;margin:0 auto;padding:10px 20px}.portal-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit;border-radius:12px}.portal-brand:focus-visible{outline:2px solid #7c3aed;outline-offset:3px}.portal-brand__badge{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#7c3aed,#0ea5e9 130%);color:#fff;font-size:1.05rem;font-weight:800}.portal-brand__badge span{font-size:.65rem;align-self:flex-start;margin:7px 2px 0 1px}.portal-brand__text{display:flex;flex-direction:column;line-height:1.15}.portal-brand__text strong{font-size:1rem;color:#1e1b4b}.portal-brand__text small{font-size:.72rem;color:#8b5cf6;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.portal-header__actions{display:flex;align-items:center;gap:8px}.portal-user{display:inline-flex;align-items:center;gap:8px;padding:3px 10px 3px 3px;border:1px solid #ece4fa;border-radius:999px;background:#fff}.portal-user__avatar{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#0ea5e9);color:#fff;font-size:.85rem;font-weight:700}.portal-user__name{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;color:#475569}.portal-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:38px;padding:0 14px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:transform .14s ease,border-color .14s ease,color .14s ease,background-color .14s ease}.portal-btn:hover:not(:disabled){border-color:#c4b5fd;color:#6d28d9}.portal-btn--logout:hover:not(:disabled){border-color:#fecaca;background:#fef2f2;color:#b91c1c}.portal-btn--logout:disabled{opacity:.7;cursor:not-allowed}.portal-btn:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.portal-spinner{width:14px;height:14px;border:2px solid rgba(185,28,28,.3);border-top-color:#b91c1c;border-radius:50%;animation:login-spin .7s linear infinite}.portal-main{flex:1;width:100%;max-width:1040px;margin:0 auto;padding:40px 20px 30px}.portal-main--narrow{max-width:720px}.portal-hero__kicker{margin:0 0 6px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#8b5cf6}.portal-hero__title{margin:0;font-size:clamp(1.9rem,5.5vw,3rem);line-height:1.15;letter-spacing:-.02em;color:#1e1b4b}.portal-hero__subtitle{margin:12px 0 0;max-width:560px;font-size:1.02rem;line-height:1.6;color:#475569}.portal-section{margin-top:36px}.portal-section__title{margin:0 0 14px;font-size:1.2rem;color:#1e1b4b}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.subject-card{position:relative;display:flex;align-items:center;gap:14px;padding:18px;border-radius:20px;border:1px solid #ece4fa;border-top:4px solid var(--card-c, #7c3aed);background:#fff;box-shadow:0 14px 30px -22px #4c1d9566;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.subject-card:hover{transform:translateY(-3px);box-shadow:0 22px 40px -24px #4c1d9580}.subject-card:focus-visible{outline:3px solid var(--card-c, #7c3aed);outline-offset:2px}.subject-card__emoji{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:var(--card-soft, #f5f3ff);font-size:1.6rem}.subject-card__body{display:flex;flex-direction:column;min-width:0;gap:3px}.subject-card__name{font-size:1.08rem;font-weight:700;color:#1e1b4b}.subject-card__blurb{font-size:.82rem;line-height:1.4;color:#64748b}.subject-card__badge{position:absolute;top:12px;right:12px;padding:3px 9px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.subject-card__go{margin-left:auto;color:var(--card-c, #7c3aed);font-size:1.25rem}.subject-card--rose{--card-c: #e11d48;--card-soft: #fff1f2}.subject-card--amber{--card-c: #d97706;--card-soft: #fffbeb}.subject-card--sky{--card-c: #0284c7;--card-soft: #f0f9ff}.subject-card--emerald{--card-c: #059669;--card-soft: #ecfdf5}.portal-back{display:inline-block;margin-bottom:22px;color:#7c3aed;font-size:.9rem;font-weight:600;text-decoration:none}.portal-back:hover{text-decoration:underline}.subject-hero{position:relative;padding:26px;border-radius:24px;background:linear-gradient(135deg,var(--card-c, #7c3aed),color-mix(in srgb,var(--card-c, #7c3aed) 55%,#0ea5e9));color:#fff;box-shadow:0 22px 44px -24px #02061773}.subject-hero__top{display:flex;align-items:center;gap:12px}.subject-hero .subject-card__emoji{width:56px;height:56px;font-size:1.8rem;background:#ffffff2e}.subject-hero__tag{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:#fff3;padding:5px 12px;border-radius:999px}.subject-hero__title{margin:16px 0 0;font-size:clamp(1.8rem,4.5vw,2.6rem);line-height:1.15;letter-spacing:-.02em}.subject-hero__blurb{margin:10px 0 0;font-size:1rem;line-height:1.5;opacity:.92}.subject-empty{margin-top:26px;padding:40px 24px;border:1px dashed #d8cbf5;border-radius:20px;background:#ffffffbf;text-align:center}.subject-empty__icon{display:inline-flex;font-size:2.4rem}.subject-empty h2{margin:12px 0 8px;font-size:1.3rem;color:#1e1b4b}.subject-empty p{margin:0 auto 20px;max-width:430px;color:#64748b;line-height:1.6}.portal-cta{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 22px;border-radius:999px;background:linear-gradient(135deg,#7c3aed,#0ea5e9);color:#fff;font-size:.95rem;font-weight:700;text-decoration:none;box-shadow:0 14px 26px -14px #7c3aedb3}.portal-cta:hover{filter:brightness(1.06)}.subjects-grid--chips{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.subject-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 16px;border-radius:999px;border:1px solid var(--card-soft);background:color-mix(in srgb,var(--card-soft, #f5f3ff) 70%,#ffffff);color:var(--card-c, #1e1b4b);font-weight:600;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease}.subject-chip:hover{transform:translateY(-2px)}.portal-footer{padding:18px 20px 26px;text-align:center;color:#94a3b8;font-size:.8rem}@media (max-width: 700px){.portal-user__name{display:none}.portal-header__actions{gap:6px}}@media (max-width: 560px){.portal-header__inner{padding-right:12px;padding-left:12px}.portal-btn{padding:0 12px}.portal-btn--ghost,.portal-brand__text small{display:none}.portal-main{padding-top:28px}}@media (max-width: 359px){.subject-card{padding:14px}}.subject-card--rose,.subject-hero--rose,.subject-chip--rose,.lesson-row--rose,.lesson-module--rose{--card-c: #e11d48;--card-soft: #fff1f2}.subject-card--amber,.subject-hero--amber,.subject-chip--amber,.lesson-row--amber,.lesson-module--amber{--card-c: #d97706;--card-soft: #fffbeb}.subject-card--sky,.subject-hero--sky,.subject-chip--sky,.lesson-row--sky,.lesson-module--sky{--card-c: #0284c7;--card-soft: #f0f9ff}.subject-card--emerald,.subject-hero--emerald,.subject-chip--emerald,.lesson-row--emerald,.lesson-module--emerald{--card-c: #059669;--card-soft: #ecfdf5}.lesson-section{margin-top:30px}.lesson-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.lesson-row{display:flex;align-items:center;gap:14px;padding:15px 18px;border-radius:16px;border:1px solid #ece4fa;border-left:5px solid var(--card-c, #7c3aed);background:#fff;box-shadow:0 10px 24px -20px #4c1d9573;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.lesson-row:hover{transform:translate(4px);box-shadow:0 16px 30px -22px #4c1d958c}.lesson-row:focus-visible{outline:3px solid var(--card-c, #7c3aed);outline-offset:2px}.lesson-row__emoji{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:var(--card-soft, #f5f3ff);font-size:1.4rem}.lesson-row__body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.lesson-row__name{font-size:1rem;font-weight:700;color:#1e1b4b}.lesson-row__blurb{font-size:.82rem;color:#64748b}.lesson-row__tag{flex:0 0 auto;padding:4px 10px;border-radius:999px;background:var(--card-soft, #f5f3ff);color:var(--card-c, #7c3aed);font-size:.7rem;font-weight:700}.lesson-row__go{flex:0 0 auto;color:var(--card-c, #7c3aed);font-size:1.2rem}@media (max-width: 480px){.lesson-row__tag{display:none}}.lesson-modules{margin-top:30px}.lesson-modules__grid{display:flex;flex-direction:column;gap:12px;margin-top:16px}.lesson-module{display:flex;align-items:center;gap:14px;width:100%;padding:18px;border-radius:18px;border:1px solid #ece4fa;border-left:6px solid var(--card-c, #7c3aed);background:#fff;box-shadow:0 12px 26px -22px #4c1d9580;font-family:inherit;text-align:left;cursor:pointer;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.lesson-module--chat:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 34px -24px #4c1d9599}.lesson-module:focus-visible{outline:3px solid var(--card-c, #7c3aed);outline-offset:2px}.lesson-module--disabled{background:#f8fafc;border-left-style:dashed;cursor:default;opacity:.8}.lesson-module__emoji{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:var(--card-soft, #f5f3ff);font-size:1.5rem}.lesson-module--disabled .lesson-module__emoji{background:#eef2f7;filter:grayscale(.4)}.lesson-module__body{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.lesson-module__name{font-size:1.02rem;font-weight:700;color:#1e1b4b}.lesson-module__desc{font-size:.84rem;line-height:1.45;color:#64748b}.lesson-module__action{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;background:linear-gradient(135deg,#7c3aed,#0ea5e9);color:#fff;font-size:.8rem;font-weight:700;box-shadow:0 10px 18px -12px #7c3aedcc}.lesson-module__soon{flex:0 0 auto;padding:6px 12px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.portal-spinner--light{border-color:#fff6;border-top-color:#fff}.lesson-chat-error{margin:14px 0 0;padding:12px 14px;border:1px solid #fecaca;border-radius:12px;background:#fef2f2;color:#b91c1c;font-size:.9rem;line-height:1.45}@media (max-width: 520px){.lesson-module__action{align-self:flex-start}.lesson-module{align-items:flex-start}}.lesson-module{text-decoration:none}.chat-card{display:flex;flex-direction:column;overflow:hidden;margin-top:4px;border:1px solid #ece4fa;border-radius:22px;background:#fff;box-shadow:0 22px 46px -30px #4c1d958c;height:min(660px,calc(100dvh - 220px));min-height:440px}.chat-head{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #f1ecfb;background:linear-gradient(135deg,#f6f0ff,#fff)}.chat-head__avatar{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#7c3aed,#0ea5e9);font-size:1.4rem}.chat-head__title{margin:0;font-size:1.12rem;color:#1e1b4b}.chat-head__sub{margin:2px 0 0;font-size:.78rem;color:#6b7280}.chat-thread{flex:1;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:18px;background:#faf9ff;overscroll-behavior:contain}.chat-welcome{margin:auto;max-width:420px;text-align:center;color:#64748b;font-size:.95rem;line-height:1.6}.chat-suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px}.chat-suggestions button{padding:8px 12px;border:1px solid #ddd1fa;border-radius:999px;background:#fff;color:#6d28d9;font-size:.8rem;font-weight:600;cursor:pointer;font-family:inherit;transition:transform .12s ease,background-color .12s ease}.chat-suggestions button:hover{background:#f3edff;transform:translateY(-1px)}.chat-bubble{max-width:86%;padding:11px 14px;border-radius:16px;font-size:.95rem;line-height:1.55;overflow-wrap:anywhere}.chat-bubble--user{align-self:flex-end;background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;white-space:pre-wrap;border-bottom-right-radius:6px}.chat-bubble--assistant{align-self:flex-start;background:#fff;border:1px solid #ece4fa;border-bottom-left-radius:6px}.chat-bubble--typing{display:flex;align-items:center;gap:10px;color:#6b7280;font-size:.88rem}.chat-bubble--typing .portal-spinner{width:16px;height:16px;border-width:2px;border-color:#7c3aed47;border-top-color:#7c3aed}.chat-bubble--assistant>*:first-child{margin-top:0}.chat-bubble--assistant>*:last-child{margin-bottom:0}.chat-bubble--assistant p{margin:.5em 0}.chat-bubble--assistant h1,.chat-bubble--assistant h2,.chat-bubble--assistant h3{margin:.6em 0 .3em;font-size:1.05em}.chat-bubble--assistant ul,.chat-bubble--assistant ol{margin:.5em 0;padding-left:1.3em}.chat-bubble--assistant code{padding:1px 5px;border-radius:6px;background:#f3edff;color:#5b21b6;font-size:.88em}.chat-bubble--assistant a{color:#6d28d9}.chat-composer{display:flex;align-items:flex-end;gap:10px;padding:14px 16px;border-top:1px solid #f1ecfb;background:#fff}.chat-composer__input{flex:1;min-height:46px;max-height:130px;padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:15px;background:#f8fafc;color:#0f172a;font-family:inherit;font-size:1rem;line-height:1.45;resize:none;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.chat-composer__input:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed24;background:#fff}.chat-composer__input:disabled{opacity:.7}.chat-composer__btn{flex:0 0 auto;height:46px;padding:0 18px;border:0;border-radius:15px;background:linear-gradient(135deg,#7c3aed,#0ea5e9);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 12px 22px -14px #7c3aedcc}.chat-composer__btn:disabled{opacity:.5;cursor:not-allowed}.chat-composer__btn--stop{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 12px 22px -14px #dc2626cc}@media (max-width: 520px){.chat-card{height:min(640px,calc(100dvh - 180px));min-height:380px}.chat-bubble{max-width:94%}}.wiki-hero{display:flex;align-items:center;gap:14px;margin-top:4px;padding:20px;border-radius:20px;background:linear-gradient(135deg,#fef3c7,#fffbea 60%,#fff);border:1px solid #f3e5b8}.wiki-hero .subject-card__emoji{width:54px;height:54px;font-size:1.7rem;background:#fff7e0}.wiki-hero__title{margin:0;font-size:1.25rem;color:#1e1b4b}.wiki-hero__sub{margin:3px 0 0;font-size:.85rem;color:#6b7280}.wiki-search{width:100%;margin:16px 0 4px;padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:14px;background:#fff;color:#0f172a;font-size:1rem;font-family:inherit;outline:none}.wiki-search:focus{border-color:#d97706;box-shadow:0 0 0 4px #d9770624}.wiki-status{margin:16px 0;color:#64748b;text-align:center}.wiki-section{margin-top:26px}.wiki-section__title{margin:0 0 4px;font-size:1.05rem;color:#1e1b4b}.wiki-section__title span{color:#94a3b8;font-weight:600}.wiki-group{margin:12px 0}.wiki-group__title{margin:14px 0 8px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#b45309}.wiki-group__items{display:flex;flex-direction:column;gap:8px}.wiki-row{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:1px solid #ece4fa;border-left:4px solid #d97706;border-radius:14px;background:#fff;text-align:left;font-family:inherit;color:inherit;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.wiki-row:hover{transform:translate(3px);box-shadow:0 12px 22px -20px #4c1d9599}.wiki-row:focus-visible{outline:3px solid #d97706;outline-offset:2px}.wiki-row__body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.wiki-row__title{font-size:.98rem;font-weight:700;color:#1e1b4b}.wiki-row__summary{font-size:.82rem;line-height:1.45;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wiki-row__go{flex:0 0 auto;color:#d97706;font-size:1.15rem}.wiki-back-btn{border:0;background:none;cursor:pointer;font-family:inherit}.wiki-page{margin-top:4px;padding:24px 22px;border:1px solid #ece4fa;border-radius:20px;background:#fff;box-shadow:0 18px 40px -30px #4c1d9580}.wiki-page__head{padding-bottom:14px;margin-bottom:6px;border-bottom:1px solid #f1ecfb}.wiki-page__title{margin:0 0 8px;font-size:1.45rem;line-height:1.25;color:#1e1b4b}.wiki-page__tag{display:inline-block;padding:4px 10px;border-radius:999px;background:#fffbeb;color:#b45309;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.wiki-page__categories{margin:10px 0 0}.wiki-page__category{display:inline-block;margin-right:6px;padding:3px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.74rem;font-weight:600}.wiki-prose{font-size:1rem;line-height:1.7;color:#1f2937;overflow-wrap:anywhere}.wiki-prose h1,.wiki-prose h2,.wiki-prose h3{color:#1e1b4b;line-height:1.3}.wiki-prose h1{font-size:1.4rem}.wiki-prose h2{margin-top:1.4em;font-size:1.2rem;border-bottom:1px solid #f1ecfb;padding-bottom:6px}.wiki-prose h3{margin-top:1.1em;font-size:1.05rem}.wiki-prose p{margin:.7em 0}.wiki-prose ul,.wiki-prose ol{margin:.6em 0;padding-left:1.4em}.wiki-prose a{color:#7c3aed;text-decoration:underline;text-underline-offset:3px}.wiki-prose blockquote{margin:.8em 0;padding:4px 14px;border-left:4px solid #ddd1fa;color:#57534e;background:#faf9ff}.wiki-prose code{padding:1px 6px;border-radius:6px;background:#f3edff;color:#5b21b6;font-size:.9em}.wiki-prose hr{border:0;border-top:1px solid #e9e2f8;margin:1.2em 0}.chat-card{position:relative}.chat-head__text{flex:1;min-width:0}.chat-head__history{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;border:1px solid #ece4fa;background:#fff;font-size:1.1rem;cursor:pointer;transition:background-color .14s ease,border-color .14s ease}.chat-head__history:hover{background:#f3edff;border-color:#c4b5fd}.chat-head__history.is-open{background:#7c3aed;border-color:#7c3aed;color:#fff}.chat-history{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;flex-direction:column;background:#fff;border-radius:22px;animation:login-card-in .22s ease both}.chat-history__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:16px 18px 12px;border-bottom:1px solid #f1ecfb}.chat-history__title{margin:0;font-size:1.1rem;color:#1e1b4b}.chat-history__sub{margin:2px 0 0;font-size:.78rem;color:#8b5cf6;font-weight:600}.chat-history__close{width:32px;height:32px;border:0;border-radius:10px;background:#f1f5f9;color:#475569;font-size:.9rem;cursor:pointer}.chat-history__actions{display:flex;align-items:center;gap:8px;padding:12px 18px;border-bottom:1px solid #f1ecfb}.chat-history__new{flex:1;height:38px;border:0;border-radius:12px;background:linear-gradient(135deg,#7c3aed,#0ea5e9);color:#fff;font-size:.88rem;font-weight:700;cursor:pointer}.chat-history__refresh{width:38px;height:38px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#475569;font-size:1rem;cursor:pointer}.chat-history__refresh:disabled{opacity:.5}.chat-history__body{flex:1;overflow-y:auto;padding:10px 18px 20px}.chat-history__section+.chat-history__section{margin-top:8px}.chat-history__section h3{margin:14px 0 8px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.chat-history__section ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.chat-history__item{display:flex;align-items:stretch;gap:6px;border:1px solid #ece4fa;border-radius:14px;background:#fff;overflow:hidden;transition:border-color .14s ease}.chat-history__item.is-active{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1f}.chat-history__open{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0;padding:10px 12px;border:0;background:transparent;text-align:left;cursor:pointer;font-family:inherit}.chat-history__item-title{display:inline-flex;align-items:center;gap:8px;font-size:.92rem;font-weight:700;color:#1e1b4b}.chat-history__preview{font-size:.8rem;line-height:1.4;color:#64748b;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;width:100%}.chat-history__meta{font-size:.72rem;color:#94a3b8}.chat-history__pin{flex:0 0 auto;width:42px;border:0;border-left:1px solid #f1ecfb;background:transparent;color:#94a3b8;font-size:1.15rem;cursor:pointer}.chat-history__pin.is-pinned,.chat-history__pin:hover{color:#f59e0b}.chat-history__spinner{display:inline-block;width:12px;height:12px;border:2px solid rgba(124,58,237,.25);border-top-color:#7c3aed;border-radius:50%;animation:login-spin .7s linear infinite}@media (max-height: 620px),(orientation: landscape) and (max-height: 560px){.login{justify-content:flex-start;padding-top:14px}.login__brand{margin-bottom:12px}.login__badge{width:56px;height:56px;margin-bottom:10px;border-radius:17px;font-size:1.7rem;line-height:56px}.login__title{font-size:1.35rem}.portal-main{padding-top:16px;padding-bottom:10px}.portal-hero__title{font-size:clamp(1.4rem,4vw,2rem)}.portal-hero__subtitle{margin-top:6px;font-size:.92rem}.portal-section{margin-top:16px}.portal-footer{padding:6px 12px 10px;font-size:.72rem}.lesson-modules{margin-top:18px}.wiki-hero{padding:14px}.chat-card{height:min(600px,calc(100dvh - 120px));min-height:320px}.subject-hero{padding:16px 18px}.subject-hero__title{margin-top:10px}}@media (orientation: landscape) and (max-height: 480px){.portal-header__inner{padding-top:6px;padding-bottom:6px}.portal-hero__title{font-size:1.25rem}.portal-main{padding-top:8px;padding-right:16px;padding-left:16px}.chat-head{padding:8px 14px}.chat-thread{padding:10px 14px}.chat-composer{padding:8px 12px}}.protected-img{display:inline-flex;flex-direction:column;margin:6px 0}.protected-img--failed,.protected-img--loading{padding:8px 12px;border-radius:10px;background:#f8fafc;color:#64748b;font-size:.85rem}.protected-img--ready{position:relative;display:inline-block;padding:0;border:0;background:none;cursor:zoom-in;border-radius:14px;overflow:hidden}.protected-img--ready img{display:block;max-width:100%;max-height:360px;border-radius:14px;box-shadow:0 12px 26px -16px #02061773}.protected-img__hint{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;background:#0f172a8c;color:#fff;font-size:1rem}.protected-img__caption{display:block;margin-top:4px;color:#94a3b8;font-size:.75rem}.protected-img__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#020617e6;padding:24px;cursor:zoom-out;animation:login-card-in .18s ease both}.protected-img__overlay img{max-width:100%;max-height:100%;border-radius:12px;box-shadow:0 30px 80px -30px #000c}.protected-img__close{position:absolute;right:18px;top:18px;padding:8px 14px;border-radius:999px;background:#ffffff24;color:#fff;font-size:.85rem;font-weight:600}
