@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";:root{--font-main: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Plus Jakarta Sans", "Inter", ui-sans-serif, system-ui, sans-serif;--blue: #005bff;--cyan: #11c5ff;--purple: #7c3cff;--green: #10b981;--orange: #ff8a1d;--radius-xl: 28px;--radius-lg: 22px;--radius-md: 18px;font-family:var(--font-main);font-synthesis:none;text-rendering:optimizeLegibility}:root[data-theme=light]{--bg: #f3f8ff;--surface: rgba(255, 255, 255, .76);--surface-strong: rgba(255, 255, 255, .9);--surface-muted: rgba(236, 245, 255, .74);--text: #070d2b;--text-soft: #405074;--text-muted: #546487;--border: rgba(138, 174, 232, .28);--shadow: 0 24px 70px rgba(32, 75, 147, .14);--shadow-soft: 0 14px 32px rgba(39, 78, 139, .1);--robot-filter: drop-shadow(0 28px 45px rgba(0, 91, 255, .22))}:root[data-theme=dark]{--bg: #060917;--surface: rgba(13, 19, 44, .78);--surface-strong: rgba(17, 26, 58, .92);--surface-muted: rgba(18, 30, 65, .8);--text: #eef3ff;--text-soft: #bfcef0;--text-muted: #8fa5cf;--border: rgba(100, 148, 255, .2);--shadow: 0 28px 82px rgba(0, 0, 0, .42);--shadow-soft: 0 18px 42px rgba(0, 0, 0, .28);--robot-filter: drop-shadow(0 24px 40px rgba(100, 180, 255, .3)) drop-shadow(0 0 24px rgba(0, 91, 255, .22))}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-width:320px;min-height:100dvh;overflow-x:hidden;overflow-y:auto;color:var(--text);background:radial-gradient(circle at 18% 12%,rgba(0,91,255,.2),transparent 24rem),radial-gradient(circle at 78% 20%,rgba(124,60,255,.17),transparent 24rem),radial-gradient(circle at 58% 78%,rgba(17,197,255,.12),transparent 24rem),var(--bg)}button,input{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid rgba(17,197,255,.36);outline-offset:3px}a{color:inherit;text-decoration:none}.app-shell{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr) clamp(330px,30vw,410px);grid-template-rows:minmax(0,1fr);gap:clamp(10px,1.25vw,18px);width:min(100%,1480px);min-height:100dvh;margin:0 auto;overflow:visible;padding:clamp(8px,1.1vw,16px)}.ambient-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;overflow:hidden;pointer-events:none}.ambient-layer:before{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,91,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(0,91,255,.055) 1px,transparent 1px);background-size:54px 54px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 72%);mask-image:radial-gradient(circle at center,black,transparent 72%);content:""}.ambient-orb,.particle{position:absolute;display:block;border-radius:999px}.ambient-orb{filter:blur(28px);opacity:.68}.ambient-orb-a{top:5%;left:7%;width:210px;height:210px;background:#005bff2e}.ambient-orb-b{right:14%;top:10%;width:180px;height:180px;background:#7c3cff2b}.ambient-orb-c{right:30%;bottom:4%;width:220px;height:220px;background:#11c5ff24}.particle{width:6px;height:6px;background:linear-gradient(135deg,var(--cyan),var(--blue));box-shadow:0 0 22px #11c5ff80;animation:drift 9s ease-in-out infinite}.particle-a{top:19%;left:29%}.particle-b{top:13%;right:30%;animation-delay:-3s}.particle-c{bottom:18%;left:48%;animation-delay:-5s}.workspace,.assistant-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.assistant-panel:before,.workspace:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(135deg,rgba(255,255,255,.24),transparent 42%),radial-gradient(circle at 20% 10%,rgba(0,91,255,.12),transparent 16rem);content:""}.workspace{position:relative;grid-column:1;grid-row:1;display:grid;grid-template-rows:minmax(0,1fr) 34px;min-width:0;overflow:clip;border-radius:var(--radius-xl);padding:18px 18px 12px}.theme-corner{position:absolute;right:0;top:0;z-index:5;display:flex;align-items:center;padding:18px 18px 0 0}.theme-toggle{position:relative;border:0;padding:0;background:transparent}.theme-toggle-track{display:block;width:58px;height:34px;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);box-shadow:var(--shadow-soft)}.theme-toggle-thumb{display:grid;width:28px;height:28px;margin:2px;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple));box-shadow:0 10px 20px #005bff47;transition:transform .24s ease}.theme-dark .theme-toggle-thumb{transform:translate(24px)}.dashboard{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;min-height:0;overflow:hidden;padding-top:clamp(6px,1.8vh,20px)}.dashboard-header-controls{position:absolute;top:clamp(14px,1.5vw,20px);right:clamp(14px,1.5vw,20px);z-index:6}.search-filter-section{width:min(100%,960px);margin:0 auto clamp(12px,1.8vh,24px);display:flex;flex-direction:column;gap:clamp(10px,1.25vw,14px);padding-inline:clamp(10px,4vw,58px)}.search-wrapper{position:relative;width:100%;display:flex;align-items:center}.search-icon{position:absolute;left:18px;color:var(--text-muted);pointer-events:none}.search-input{width:100%;padding:13px 44px 13px 48px;border-radius:20px;border:1px solid var(--border);background:var(--surface-muted);color:var(--text);font-family:inherit;font-size:.88rem;font-weight:600;outline:none;transition:all .26s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-input:focus{border-color:#005bff70;background:var(--surface-strong);box-shadow:0 10px 30px #005bff14,0 0 0 3px #005bff1f}.search-clear{position:absolute;right:14px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:0;background:#7e9cd226;color:var(--text-soft);cursor:pointer;transition:background .18s ease,color .18s ease}.search-clear:hover{background:#7e9cd247;color:var(--text)}.category-scroll{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.category-scroll::-webkit-scrollbar{display:none}.category-pill{flex:0 0 auto;padding:8px 16px;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);color:var(--text-soft);font-size:.74rem;font-weight:700;cursor:pointer;transition:all .22s ease}.category-pill:hover{background:var(--surface);color:var(--text);border-color:color-mix(in srgb,var(--blue) 28%,var(--border))}.category-pill.is-active{background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;border-color:transparent;box-shadow:0 8px 20px #005bff2e,inset 0 1px #ffffff26}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(30px,6vh,50px) 20px;width:min(100%,540px);margin:20px auto;border:1px dashed var(--border);border-radius:28px;background:var(--surface-muted);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.empty-illustration{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#005bff1a,#7c3cff14);margin-bottom:16px;color:var(--blue);box-shadow:inset 0 1px #fff3}.empty-sparkle-icon{animation:float-pulse 2s infinite ease-in-out}.empty-state h3{margin:0 0 8px;font-size:1.15rem;font-weight:900;color:var(--text)}.empty-state p{margin:0 0 20px;font-size:.8rem;line-height:1.5;color:var(--text-muted);max-width:340px}.clear-search-btn{padding:10px 20px;border-radius:14px;border:0;background:linear-gradient(135deg,#0055f0,#1a80ff);color:#fff;font-size:.8rem;font-weight:800;cursor:pointer;box-shadow:0 10px 24px #005bff38;transition:all .2s ease}.clear-search-btn:hover{transform:translateY(-1.5px);box-shadow:0 14px 28px #005bff47}.assistant-backdrop,.bottom-sheet-handle,.bottom-sheet-close,.mobile-assistant-slot{display:none}@keyframes float-pulse{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.05)}}.hero-copy{max-width:960px;margin:0 auto clamp(10px,1.2vh,16px);text-align:center;padding-inline:clamp(12px,3vw,44px)}.hero-header-row{display:flex;align-items:center;justify-content:center;width:100%}.hero-title-group{display:inline-flex;align-items:center;justify-content:center;gap:clamp(8px,1.2vw,14px);min-width:0}.hero-mascot-head{width:clamp(50px,5vw,68px);height:clamp(50px,5vw,68px);flex:0 0 auto;object-fit:cover;object-position:50% 5%;border:1px solid color-mix(in srgb,var(--cyan) 34%,var(--border));border-radius:999px;background:color-mix(in srgb,var(--surface-strong) 82%,transparent);filter:var(--robot-filter);box-shadow:0 16px 34px #005bff33,0 0 0 6px color-mix(in srgb,var(--surface-muted) 76%,transparent),inset 0 1px #ffffff2e}.hero-copy h1{font-family:var(--font-display);margin:0;color:var(--text);font-size:clamp(1.72rem,3vw,2.5rem);font-weight:900;line-height:1.06;letter-spacing:0}.hero-copy p{margin:8px 0 0;color:var(--text-soft);font-size:.96rem;font-weight:500}.hero-copy strong{color:var(--blue)}.error-banner{display:flex;align-items:center;gap:10px;margin:0 0 10px;border:1px solid rgba(239,68,68,.22);border-radius:18px;padding:10px 12px;background:#fee2e2b8;color:#b91c1c;font-size:.82rem;font-weight:700}.topics-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:minmax(105px,auto);gap:clamp(8px,1vw,12px);width:min(100%,960px);flex:1 1 0%;min-height:0;overflow-y:auto;align-content:start;justify-content:center;margin:0 auto;padding:4px 8px 30px 4px}.topics-grid::-webkit-scrollbar{width:6px}.topics-grid::-webkit-scrollbar-track{background:transparent}.topics-grid::-webkit-scrollbar-thumb{background:#7e9cd238;border-radius:999px}.topics-grid::-webkit-scrollbar-thumb:hover{background:#7e9cd266}.topic-card,.topic-skeleton{min-height:clamp(96px,13vh,112px);height:100%;border-radius:21px}.topic-card{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;overflow:hidden;border:1px solid color-mix(in srgb,var(--topic-color) 17%,var(--border));padding:clamp(10px,1.3vh,14px) clamp(10px,1vw,14px);text-align:center;color:var(--text);background:linear-gradient(155deg,#ffffffb8,#ffffff52),radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--topic-color) 16%,transparent),transparent 70%),var(--surface);box-shadow:0 14px 30px #1f488914,inset 0 1px #ffffff8c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:border-color .26s ease,box-shadow .26s ease,background .26s ease}.theme-dark .topic-card{background:linear-gradient(155deg,#1c2850d1,#0a0f249e),radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--topic-color) 22%,transparent),transparent 72%),var(--surface)}.theme-dark .topic-card:hover{box-shadow:0 24px 52px #00000052,0 10px 28px color-mix(in srgb,var(--topic-color) 18%,transparent),inset 0 2.5px color-mix(in srgb,var(--topic-color) 72%,transparent),inset 0 1px #ffffff14}.topic-card:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(135deg,color-mix(in srgb,var(--topic-color) 13%,transparent),transparent 52%),radial-gradient(circle at 50% 105%,rgba(255,255,255,.42),transparent 48%);content:"";opacity:0;transition:opacity .26s ease,transform .26s ease}.topic-card:after{position:absolute;top:10px;right:10px;width:7px;height:7px;border-radius:999px;background:color-mix(in srgb,var(--topic-color) 72%,#ffffff);box-shadow:0 0 18px color-mix(in srgb,var(--topic-color) 55%,transparent);content:"";opacity:.65;transition:all .26s ease}.topic-card:hover{border-color:color-mix(in srgb,var(--topic-color) 52%,var(--border));box-shadow:0 24px 52px #1e4c9129,0 10px 28px color-mix(in srgb,var(--topic-color) 14%,transparent),inset 0 2.5px color-mix(in srgb,var(--topic-color) 65%,transparent),inset 0 1px #ffffffad}.topic-card.is-active{border-color:var(--topic-color)!important;box-shadow:0 20px 45px color-mix(in srgb,var(--topic-color) 22%,transparent),0 0 0 2.5px var(--topic-color),inset 0 1px #ffffffad!important}.theme-dark .topic-card.is-active{border-color:var(--topic-color)!important;box-shadow:0 24px 52px #0000006b,0 10px 28px color-mix(in srgb,var(--topic-color) 25%,transparent),0 0 0 2.5px var(--topic-color),inset 0 1px #ffffff1f!important}.topic-card:hover:before,.topic-card.is-active:before{opacity:1}.topic-card.is-active:after{opacity:1;transform:scale(1.4);box-shadow:0 0 12px var(--topic-color)}.topic-icon{display:grid;width:clamp(40px,5.8vh,48px);height:clamp(40px,5.8vh,48px);flex:0 0 clamp(40px,5.8vh,48px);place-items:center;border-radius:17px;color:#fff;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.58),transparent 28%),linear-gradient(145deg,color-mix(in srgb,var(--topic-color) 88%,#ffffff),color-mix(in srgb,var(--topic-color) 74%,#06143a));box-shadow:0 14px 26px color-mix(in srgb,var(--topic-color) 22%,transparent),inset 0 1px #ffffff73}.topic-icon svg{width:24px;height:24px;fill:none;stroke:currentColor}.topic-copy{display:grid;gap:3px;width:100%;min-width:0;justify-items:center;place-content:center;text-align:center}.topic-category{display:inline-flex;max-width:100%;overflow:hidden;border-radius:999px;padding:2px 6px;color:color-mix(in srgb,var(--topic-color) 78%,var(--text));background:color-mix(in srgb,var(--topic-color) 10%,transparent);font-size:.5rem;font-weight:900;line-height:1.2;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.topic-title{font-family:var(--font-display);display:block;width:100%;max-width:9.8rem;color:var(--text);font-size:clamp(.68rem,1vw,.78rem);font-weight:900;line-height:1.18;text-align:center;text-wrap:balance}.topic-description{display:-webkit-box;width:100%;max-width:9.9rem;overflow:hidden;color:var(--text-muted);font-size:clamp(.56rem,.78vw,.64rem);font-weight:600;line-height:1.28;text-align:center;text-wrap:pretty;-webkit-box-orient:vertical;-webkit-line-clamp:2}.topic-action{position:absolute;right:10px;bottom:9px;display:grid;width:23px;height:23px;place-items:center;border-radius:50%;color:color-mix(in srgb,var(--topic-color) 78%,var(--text));background:color-mix(in srgb,var(--topic-color) 10%,transparent);opacity:0;transform:translate(5px,5px);transition:.24s ease}.topic-card:hover .topic-action,.topic-card.is-active .topic-action{opacity:1;transform:translate(0)}.topic-magikey .topic-description,.topic-ead .topic-description{max-width:9.9rem;font-size:.62rem;line-height:1.27;-webkit-line-clamp:2}.topic-skeleton{display:grid;place-items:center;gap:8px;border:1px solid var(--border);padding:14px;background:var(--surface);box-shadow:var(--shadow-soft)}.topic-skeleton span,.topic-skeleton strong,.topic-skeleton em{display:block;border-radius:999px;background:linear-gradient(90deg,#7e9cd224,#7e9cd24d,#7e9cd224);background-size:220% 100%;animation:shimmer 1.5s ease-in-out infinite}.topic-skeleton span{width:46px;height:46px}.topic-skeleton strong{width:66%;height:11px}.topic-skeleton em{width:78%;height:9px}.page-credit{position:relative;z-index:4;display:flex;align-items:end;justify-content:center;min-width:0;border-top:1px solid color-mix(in srgb,var(--border) 72%,transparent);padding-top:8px;color:var(--text-muted);font-size:.72rem;font-weight:600;text-align:center;background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--surface) 82%,transparent) 34%)}.assistant-panel{position:relative;grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:space-between;gap:18px;min-width:0;overflow:clip;border-radius:var(--radius-xl);padding:22px}.speech-bubble{position:relative;z-index:2;display:grid;gap:8px;border:1px solid var(--border);border-radius:28px;min-width:min(100%,340px);padding:clamp(24px,2.6vw,30px);background:var(--surface-strong);box-shadow:var(--shadow-soft),inset 0 1px #ffffff1f}.speech-bubble:after{position:absolute;left:50%;bottom:-11px;width:22px;height:22px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-strong);content:"";transform:translate(-20%) rotate(45deg)}.speech-bubble strong{font-family:var(--font-display);color:var(--text);font-size:clamp(1.08rem,1.25vw,1.24rem);font-weight:900;line-height:1.24}.speech-bubble span{color:var(--text-soft);font-size:clamp(.84rem,.92vw,.94rem);font-weight:500;line-height:1.5}.topic-detail{margin:2px 0 0;border-top:1px solid var(--border);padding-top:10px;color:var(--text-muted);font-size:.72rem;font-weight:500;line-height:1.48}.bubble-kicker{display:inline-flex;align-items:center;gap:6px;color:var(--blue)!important;font-size:.72rem!important;font-weight:800!important;text-transform:uppercase}.robot-stage{position:relative;z-index:1;display:grid;flex:1 1 auto;min-height:0;place-items:center}.robot-image{position:relative;z-index:2;width:min(276px,96%);max-width:276px;object-fit:contain;filter:var(--robot-filter);mix-blend-mode:multiply}.theme-dark .robot-image{mix-blend-mode:normal}.robot-glow{position:absolute;bottom:12%;left:50%;width:60%;height:22%;border-radius:50%;background:radial-gradient(circle,rgba(0,91,255,.2),transparent 70%);filter:blur(8px);transform:translate(-50%)}.assistant-action-card,.assistant-status{position:relative;z-index:2;border:1px solid var(--border);border-radius:22px;padding:14px;background:var(--surface-strong);box-shadow:var(--shadow-soft)}.assistant-action-card{display:grid;gap:10px}.assistant-action-card span{color:var(--text-muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.primary-action{font-family:var(--font-display);display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:16px;padding:0 18px;color:#fff;background:linear-gradient(135deg,#0055f0,#1a80ff 55%,#00c4ff);box-shadow:0 14px 32px #005bff4d,inset 0 1px #ffffff38;font-size:.85rem;font-weight:800;letter-spacing:.01em;transition:.2s ease}.primary-action:hover{transform:translateY(-2px);box-shadow:0 20px 40px #005bff61,inset 0 1px #ffffff38}.pending-link{margin:0;border:1px dashed color-mix(in srgb,var(--orange) 44%,var(--border));border-radius:16px;padding:11px 12px;color:var(--text-soft);background:color-mix(in srgb,var(--orange) 9%,transparent);font-size:.73rem;font-weight:600;line-height:1.42}.assistant-status{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);border-radius:999px;padding:6px 14px;background:var(--surface-muted);color:var(--text-soft);font-size:.73rem;font-weight:700;width:fit-content;margin:0 auto;box-shadow:inset 0 1px #ffffff0d}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);position:relative}.status-dot:after{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:1.5px solid var(--green);background:transparent;content:"";animation:pulse-ring 2s infinite ease-out;opacity:0}@keyframes pulse-ring{0%{transform:scale(.6);opacity:1}to{transform:scale(1.8);opacity:0}}.spin{animation:spin .9s linear infinite}[data-tooltip]{position:relative}[data-tooltip]:before{position:absolute;left:50%;bottom:calc(100% + 8px);z-index:20;width:max-content;max-width:180px;border:1px solid var(--border);border-radius:10px;padding:6px 8px;color:var(--text);background:var(--surface-strong);box-shadow:var(--shadow-soft);content:attr(data-tooltip);font-size:.68rem;font-weight:700;opacity:0;pointer-events:none;transform:translate(-50%,5px);transition:.18s ease}[data-tooltip]:hover:before{opacity:1;transform:translate(-50%)}@keyframes drift{0%,to{transform:translateZ(0)}50%{transform:translate3d(18px,-16px,0)}}@keyframes shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:901px)and (min-height:560px){body{overflow-y:hidden}.app-shell{height:100dvh;min-height:100dvh;overflow:hidden}}@media(max-width:1360px){.app-shell{grid-template-columns:minmax(0,1fr) clamp(310px,29vw,360px);gap:14px;padding:12px}.assistant-panel{padding:18px}.workspace{padding:12px 14px 10px}.topics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;width:min(100%,920px)}.topic-card,.topic-skeleton{min-height:clamp(94px,13.5vh,108px);border-radius:18px}.topic-icon{width:41px;height:41px;flex-basis:41px;border-radius:15px}.topic-icon svg{width:21px;height:21px}.topic-title{font-family:var(--font-display);max-width:9rem;font-size:.7rem}.topic-description{max-width:9.2rem;font-size:.57rem;line-height:1.24}.topic-magikey .topic-description,.topic-ead .topic-description{max-width:9.2rem;font-size:.57rem}.robot-image{width:min(260px,96%);max-width:260px}}@media(max-width:1180px)and (min-width:901px){.hero-copy{margin-bottom:clamp(6px,.8vh,12px);padding-inline:24px}.hero-copy h1{font-family:var(--font-display);font-size:clamp(1.4rem,2.2vw,1.9rem)}.hero-copy p{font-size:.86rem}}@media(max-width:1180px){.app-shell{grid-template-columns:minmax(0,1fr) clamp(260px,26vw,300px);gap:10px;padding:10px}.assistant-panel{padding:14px}.workspace{padding:48px 12px 10px}.topics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;width:100%}.topic-card,.topic-skeleton{min-height:clamp(88px,11.5vh,100px);border-radius:16px}.topic-icon{width:36px;height:36px;flex-basis:36px;border-radius:13px}.topic-icon svg{width:18px;height:18px}.topic-title{font-family:var(--font-display);max-width:7.5rem;font-size:.62rem}.topic-description{max-width:7.5rem;font-size:.51rem}.robot-image{width:min(240px,94%);max-width:240px}.speech-bubble{padding:30px;min-width:min(100%,245px)}.speech-bubble strong{font-family:var(--font-display);font-size:.98rem}.speech-bubble span{font-size:.78rem}.assistant-action-card{padding:12px}.assistant-action-card span{font-size:.65rem}.primary-action{font-family:var(--font-display);min-height:40px;font-size:.82rem}}@media(max-width:900px){.app-shell{display:flex;width:100%;flex-direction:column;gap:12px;padding:12px}.workspace{display:block;overflow:visible;padding:14px}.dashboard{display:block!important;height:auto!important;min-height:auto!important;overflow:visible!important}.theme-corner{padding:12px 12px 0 0}.hero-copy{margin-bottom:18px;padding-inline:0}.hero-copy h1{font-family:var(--font-display);font-size:clamp(1.72rem,7vw,2.25rem)}.hero-copy p{max-width:30rem;margin-left:auto;margin-right:auto;font-size:.9rem;line-height:1.45}.topics-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;gap:12px;width:min(100%,700px);height:auto!important;flex:none!important;min-height:auto!important;overflow-y:visible!important}.topic-card,.topic-skeleton{min-height:150px}.topic-card{padding:16px 14px;min-width:0;touch-action:manipulation}.topic-icon{width:54px;height:54px;flex-basis:54px;border-radius:18px}.topic-icon svg{width:27px;height:27px}.topic-title{font-family:var(--font-display);max-width:13rem;font-size:.86rem}.topic-description,.topic-magikey .topic-description,.topic-ead .topic-description{max-width:15rem;font-size:.72rem;line-height:1.36;-webkit-line-clamp:3}.page-credit{margin-top:16px;align-items:center;line-height:1.4}.assistant-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#0509178c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:auto}.assistant-panel{display:flex!important;flex-direction:column;position:fixed!important;bottom:0!important;left:0!important;right:0!important;top:auto!important;z-index:100!important;width:100%!important;max-height:85dvh!important;overflow-y:auto!important;border-radius:28px 28px 0 0!important;border:1px solid var(--border)!important;border-bottom:0!important;background:var(--surface-strong)!important;box-shadow:0 -15px 45px #00000059!important;padding:24px 20px 32px!important;transform:translateY(105%);transition:transform .38s cubic-bezier(.16,1,.3,1),opacity .38s ease!important;opacity:0;pointer-events:none}.assistant-panel.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.bottom-sheet-handle{display:block;width:48px;height:5px;background:#7e9cd259;border-radius:999px;margin:-12px auto 18px;cursor:pointer;transition:background .2s ease}.bottom-sheet-handle:hover{background:#7e9cd28c}.bottom-sheet-close{display:flex;position:absolute;top:14px;right:14px;width:32px;height:32px;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border);background:var(--surface-muted);color:var(--text-soft);cursor:pointer;transition:all .18s ease;z-index:10}.bottom-sheet-close:hover{background:var(--surface);color:var(--text);transform:scale(1.05)}.speech-bubble{width:100%;max-width:100%!important;padding:16px;border-radius:20px;background:var(--surface-muted);box-shadow:none}.speech-bubble:after{display:none!important}.robot-stage{display:none}.assistant-action-card,.assistant-status{width:100%;max-width:100%!important;margin-top:4px}}@media(max-width:560px){.app-shell{gap:10px;padding:8px}.workspace{border-radius:23px}.workspace{padding:12px 10px}.theme-toggle-track{width:54px;height:32px}.theme-toggle-thumb{width:26px;height:26px}.theme-dark .theme-toggle-thumb{transform:translate(22px)}.hero-copy h1{font-family:var(--font-display);font-size:clamp(1.55rem,8vw,2rem)}.topics-grid{grid-template-columns:1fr;gap:10px}.topic-card,.topic-skeleton{min-height:126px}.topic-card{padding:14px 16px}.topic-description,.topic-magikey .topic-description,.topic-ead .topic-description{max-width:18rem;font-size:.73rem;-webkit-line-clamp:3}.topic-magikey .topic-description,.topic-ead .topic-description{-webkit-line-clamp:4}.hero-title-group{flex-direction:column;gap:10px}}@media(max-width:380px){.hero-copy h1{font-family:var(--font-display);font-size:1.42rem}.hero-copy p{font-size:.82rem}.topic-title{font-family:var(--font-display);font-size:.82rem}.topic-description,.topic-magikey .topic-description,.topic-ead .topic-description{font-size:.68rem}}@media(max-height:750px)and (min-width:901px){.app-shell{padding-bottom:max(14px,env(safe-area-inset-bottom))}.workspace{grid-template-rows:minmax(0,1fr) 38px}.dashboard{padding-top:4px}.hero-copy{margin-bottom:5px}.hero-copy h1{font-family:var(--font-display);font-size:clamp(1.2rem,1.85vw,1.6rem);line-height:1.06}.hero-copy p{margin-top:4px;font-size:.84rem}.topic-card,.topic-skeleton{min-height:clamp(74px,10.6vh,86px)}.topics-grid{gap:clamp(5px,.65vw,7px)}.page-credit{align-items:center;padding-top:6px;padding-bottom:4px}}@media(max-height:559px)and (min-width:901px){body{overflow-y:auto}.app-shell{height:auto;min-height:100dvh;overflow:visible}.workspace{display:block;overflow:visible;padding:56px 14px 14px}.dashboard,.assistant-panel{overflow:visible}.hero-copy{margin-bottom:8px;padding-inline:0}.topic-card,.topic-skeleton{min-height:88px}}.app-shell{--shell-padding: clamp(.75rem, 1.4vw, 1.25rem);--shell-gap: clamp(.75rem, 1.35vw, 1.25rem);grid-template-columns:minmax(0,1fr) minmax(18rem,23rem);gap:var(--shell-gap);width:min(100%,1540px);padding:var(--shell-padding)}.workspace{grid-column:1;min-height:0;padding:clamp(1rem,1.45vw,1.35rem)}.assistant-panel{grid-column:2;gap:clamp(.9rem,1.2vw,1.15rem);min-height:0;padding:clamp(1rem,1.35vw,1.35rem)}.dashboard{gap:clamp(.75rem,1.2vh,1rem);padding-top:clamp(.35rem,1vh,.9rem)}.dashboard-header-controls{top:clamp(.85rem,1.2vw,1.15rem);right:clamp(.85rem,1.2vw,1.15rem)}.theme-toggle,.search-clear,.category-pill,.topic-card,.primary-action,.bottom-sheet-close{min-width:44px;min-height:44px}.hero-copy{display:grid;width:min(100%,58rem);gap:.45rem;margin-bottom:0;padding:0 clamp(3.2rem,7vw,5rem)}.hero-title-group{display:grid;grid-template-columns:auto minmax(0,max-content);align-items:center;justify-content:center;gap:clamp(.75rem,1.2vw,1rem);max-width:100%}.hero-mascot-head{width:clamp(3rem,4.7vw,4.25rem);height:clamp(3rem,4.7vw,4.25rem);border-radius:50%}.hero-copy h1{font-family:var(--font-display);max-width:100%;font-size:clamp(1.65rem,3.1vw,2.65rem);line-height:1.05;text-wrap:balance}.hero-copy p{margin:0;font-size:clamp(.86rem,1vw,1rem);line-height:1.45}.search-filter-section{width:min(78%,52rem);gap:clamp(.55rem,1vw,.85rem);margin:0 auto;padding-inline:0}.search-input{min-height:48px;padding:.75rem 2.9rem .75rem 3rem;font-size:clamp(.82rem,.9vw,.95rem)}.category-scroll{justify-content:center;gap:.5rem;padding:.05rem 0 .35rem}.category-pill{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;font-size:clamp(.68rem,.78vw,.78rem);line-height:1;white-space:nowrap}.topics-grid{grid-template-columns:repeat(5,minmax(8.75rem,1fr));grid-auto-rows:minmax(8.35rem,auto);gap:clamp(.65rem,.95vw,.9rem);width:min(100%,64rem);padding:.15rem .35rem .85rem;align-content:start}.topic-card,.topic-skeleton{min-height:8.35rem;border-radius:clamp(1rem,1.35vw,1.35rem)}.topic-card{gap:.45rem;padding:clamp(.75rem,1vw,.95rem);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.topic-icon{width:clamp(2.55rem,3.7vw,3.1rem);height:clamp(2.55rem,3.7vw,3.1rem);flex-basis:clamp(2.55rem,3.7vw,3.1rem);border-radius:1rem}.topic-title{font-family:var(--font-display);max-width:100%;font-size:clamp(.74rem,.9vw,.84rem);line-height:1.16;overflow-wrap:anywhere}.topic-description,.topic-magikey .topic-description,.topic-ead .topic-description{max-width:12rem;font-size:clamp(.62rem,.72vw,.69rem);line-height:1.32;-webkit-line-clamp:3}.speech-bubble{gap:.55rem;padding:clamp(.95rem,1.25vw,1.15rem)}.speech-bubble strong{font-family:var(--font-display);font-size:clamp(.95rem,1.1vw,1.08rem)}.speech-bubble span,.topic-detail{font-size:clamp(.72rem,.82vw,.82rem)}.robot-stage{min-height:clamp(14rem,41vh,22rem)}.robot-image{width:min(100%,clamp(13.5rem,22vw,18.5rem));height:auto;aspect-ratio:1 / 1.22;object-fit:contain}.assistant-status,.assistant-action-card{width:100%}.assistant-status{min-height:44px;width:100%;border-radius:1rem;text-align:center}@media(min-width:901px)and (min-height:620px){body{overflow-y:hidden}.app-shell{height:100dvh;overflow:hidden}}@media(max-width:1440px){.app-shell{grid-template-columns:minmax(0,1fr) minmax(17rem,20rem)}.topics-grid{grid-template-columns:repeat(4,minmax(8.5rem,1fr));width:min(100%,56rem)}.robot-stage{min-height:clamp(12.5rem,36vh,19rem)}}@media(max-width:1180px){.app-shell{grid-template-columns:minmax(0,1fr) minmax(14.75rem,17rem)}.workspace{padding:clamp(.85rem,1.2vw,1rem)}.hero-copy{padding-inline:clamp(2.7rem,6vw,4.5rem)}.hero-copy h1{font-family:var(--font-display);font-size:clamp(1.45rem,2.55vw,2rem)}.search-filter-section{width:min(88%,46rem)}.topics-grid{grid-template-columns:repeat(3,minmax(8.25rem,1fr));width:min(100%,43rem)}.topic-card,.topic-skeleton{min-height:8rem}.robot-stage{min-height:clamp(10rem,32vh,15rem)}.robot-image{width:min(100%,13rem)}}@media(max-width:900px){body{overflow-y:auto}.app-shell{display:grid;grid-template-columns:1fr;gap:.9rem;width:100%;min-height:100dvh;height:auto;overflow:visible;padding:clamp(.6rem,2.5vw,1rem)}.workspace,.assistant-panel{grid-column:1;grid-row:auto!important;width:min(100%,48rem);margin-inline:auto;overflow:visible}.workspace{display:grid;grid-template-rows:auto auto;padding:clamp(.85rem,2.5vw,1.1rem)}.dashboard{display:grid!important;gap:1rem;height:auto!important;overflow:visible!important;padding-top:0}.dashboard-header-controls{position:static;display:flex;justify-content:flex-end;order:-1;width:100%}.hero-copy{width:100%;padding:0}.hero-title-group{grid-template-columns:auto minmax(0,1fr);justify-content:start;text-align:left}.hero-copy h1{font-family:var(--font-display);font-size:clamp(1.45rem,5.8vw,2.25rem)}.hero-copy p{padding-left:calc(clamp(3rem,10vw,4rem) + .8rem);text-align:left}.search-filter-section{width:100%}.category-scroll{justify-content:flex-start;overflow-x:auto;margin-inline:-.15rem;padding:.05rem .15rem .45rem}.topics-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;gap:.75rem;width:100%;height:auto!important;min-height:0!important;overflow:visible!important;padding:0}.topic-card,.topic-skeleton{min-height:10rem}.topic-description,.topic-magikey .topic-description,.topic-ead .topic-description{max-width:16rem;font-size:clamp(.68rem,2.2vw,.78rem);-webkit-line-clamp:4}.assistant-backdrop{display:none!important}.assistant-panel{position:relative!important;inset:auto!important;display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(8.5rem,.9fr);align-items:center;max-height:none!important;padding:clamp(.9rem,2.6vw,1.15rem)!important;transform:none!important;opacity:1!important;pointer-events:auto!important;border-radius:var(--radius-xl)!important;border:1px solid var(--border)!important;box-shadow:var(--shadow)!important;overflow:hidden!important}.bottom-sheet-handle,.bottom-sheet-close{display:none!important}.speech-bubble{width:100%;padding:clamp(.9rem,2.4vw,1.1rem)}.speech-bubble:after{display:none}.robot-stage{display:grid;min-height:10rem}.robot-image{width:min(100%,10rem)}.assistant-action-card,.assistant-status{grid-column:1 / -1}}@media(min-width:768px)and (max-width:900px){.app-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(14rem,16rem);align-items:stretch;height:100dvh;overflow:hidden}.workspace,.assistant-panel{grid-column:auto;width:100%;height:100%;margin:0;overflow:hidden}.workspace{grid-column:1;grid-row:1}.assistant-panel{grid-column:2;grid-row:1;position:relative!important;inset:auto!important;display:flex!important;max-height:none!important;transform:none!important;opacity:1!important;pointer-events:auto!important;border-radius:var(--radius-xl)!important;border:1px solid var(--border)!important;box-shadow:var(--shadow)!important}.dashboard{display:flex!important;height:100%!important;overflow:hidden!important}.hero-title-group{grid-template-columns:auto minmax(0,max-content);justify-content:center;text-align:center}.hero-copy p{padding-left:0;text-align:center}.topics-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow-y:auto!important}.robot-stage{display:grid;min-height:clamp(10rem,30vh,14rem)}.robot-image{width:min(100%,12rem)}.assistant-action-card,.assistant-status{grid-column:auto}}@media(max-width:767px){.app-shell{width:100%;max-width:100dvw}.workspace,.assistant-panel,.dashboard,.hero-copy,.search-filter-section,.topics-grid,.page-credit{width:100%!important;max-width:100%!important;min-width:0!important}.workspace,.assistant-panel{margin-inline:0}.hero-title-group{width:100%;grid-template-columns:auto minmax(0,1fr)}.hero-copy h1,.hero-copy p,.topic-title,.topic-description{overflow-wrap:anywhere}.search-wrapper,.search-input{min-width:0}.topics-grid{justify-items:stretch}.topic-card{width:100%}}@media(max-width:560px){.app-shell{padding:.55rem}.workspace,.assistant-panel{border-radius:1.25rem!important}.hero-title-group{gap:.7rem}.hero-mascot-head{width:clamp(2.75rem,13vw,3.35rem);height:clamp(2.75rem,13vw,3.35rem);box-shadow:0 12px 26px #005bff33,0 0 0 4px color-mix(in srgb,var(--surface-muted) 76%,transparent)}.hero-copy p{padding-left:calc(clamp(2.75rem,13vw,3.35rem) + .7rem);font-size:.84rem}.search-input{min-height:46px;padding-left:2.75rem;font-size:.82rem}.topics-grid{grid-template-columns:1fr}.topic-card,.topic-skeleton{min-height:9.4rem}.topic-title{font-family:var(--font-display);font-size:clamp(.86rem,3.6vw,1rem)}.topic-description,.topic-magikey .topic-description,.topic-ead .topic-description{max-width:20rem;font-size:clamp(.72rem,3.1vw,.82rem)}.assistant-panel{grid-template-columns:1fr!important}.robot-stage{min-height:11rem}.robot-image{width:min(70vw,12rem)}}@media(max-width:380px){.workspace,.assistant-panel{padding:.75rem!important}.hero-copy h1{font-family:var(--font-display);font-size:clamp(1.28rem,7vw,1.55rem)}.hero-copy p{font-size:.78rem}.category-pill{padding-inline:.78rem;font-size:.66rem}}html,body{min-height:100%;overflow-x:hidden;overflow-y:auto}.app-shell{height:auto!important;min-height:100dvh;overflow:visible!important}.workspace,.assistant-panel,.dashboard{height:auto!important;min-height:0;overflow:visible!important}.dashboard{display:flex;gap:clamp(.9rem,1.4vw,1.25rem)}.search-filter-section{width:min(100%,56rem);max-width:100%;margin:0 auto}.category-scroll{display:flex;flex-wrap:wrap;justify-content:center;overflow:visible;gap:.5rem;padding:0}.category-pill{min-height:40px;white-space:nowrap}.topics-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-auto-rows:auto;width:100%;max-width:100%;overflow:visible!important;padding:0;gap:clamp(.7rem,1vw,.95rem)}.topic-card,.topic-skeleton{min-height:clamp(8.8rem,12vw,10rem);height:auto}.topic-card{min-width:0}.topic-description,.topic-magikey .topic-description,.topic-ead .topic-description{-webkit-line-clamp:3}@media(max-width:1100px){.app-shell{grid-template-columns:1fr;align-items:start}.workspace,.assistant-panel{grid-column:1!important;grid-row:auto!important;width:min(100%,62rem);margin-inline:auto}.assistant-panel{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(12rem,18rem);align-items:center}.assistant-action-card,.assistant-status{grid-column:1 / -1}.topics-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:700px){.app-shell{padding:clamp(.55rem,2.5vw,.9rem)}.workspace,.assistant-panel{width:100%}.hero-title-group{grid-template-columns:auto minmax(0,1fr);justify-content:start;text-align:left}.hero-copy p{padding-left:calc(clamp(2.75rem,13vw,3.35rem) + .7rem);text-align:left}.category-scroll{justify-content:flex-start}.topics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.topic-card,.topic-skeleton{min-height:10rem}.assistant-panel{grid-template-columns:1fr!important}}@media(max-width:480px){.topics-grid{grid-template-columns:1fr!important}}.app-shell{width:min(100%,1380px);align-items:start;grid-template-columns:minmax(0,1fr) minmax(15.5rem,18rem);gap:clamp(.6rem,1vw,.9rem);padding:clamp(.55rem,.9vw,.9rem)}.workspace,.assistant-panel{border-radius:clamp(1.1rem,1.5vw,1.6rem);padding:clamp(.75rem,1vw,1rem)}.workspace{grid-template-rows:auto auto}.dashboard{gap:clamp(.55rem,.85vw,.8rem);padding-top:0}.dashboard-header-controls{top:clamp(.65rem,.9vw,.9rem);right:clamp(.65rem,.9vw,.9rem)}.theme-toggle-track{width:52px;height:30px}.theme-toggle-thumb{width:24px;height:24px}.theme-dark .theme-toggle-thumb{transform:translate(22px)}.hero-copy{width:min(100%,46rem);gap:.25rem;padding-inline:clamp(2.8rem,5vw,4rem)}.hero-mascot-head{width:clamp(2.55rem,3.4vw,3.35rem);height:clamp(2.55rem,3.4vw,3.35rem);box-shadow:0 10px 24px #005bff2e,0 0 0 4px color-mix(in srgb,var(--surface-muted) 76%,transparent),inset 0 1px #ffffff2e}.hero-copy h1{font-family:var(--font-display);font-size:clamp(1.35rem,2.25vw,2.05rem);line-height:1.05}.hero-copy p{font-size:clamp(.78rem,.82vw,.9rem);line-height:1.35}.search-filter-section{width:min(100%,50rem);gap:.45rem}.search-input{min-height:42px;border-radius:15px;padding:.6rem 2.5rem .6rem 2.75rem;font-size:.78rem}.search-icon{left:.9rem}.search-clear{right:.65rem;width:26px;height:26px;min-width:26px;min-height:26px}.category-scroll{gap:.35rem}.category-pill{min-width:auto;min-height:32px;padding:.38rem .68rem;font-size:clamp(.58rem,.66vw,.68rem)}.topics-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:clamp(.48rem,.72vw,.7rem)}.topic-card,.topic-skeleton{min-height:clamp(6.9rem,8.5vw,7.8rem);border-radius:clamp(.8rem,1vw,1.05rem)}.topic-card{gap:.32rem;padding:clamp(.5rem,.75vw,.7rem)}.topic-icon{width:clamp(2rem,2.7vw,2.45rem);height:clamp(2rem,2.7vw,2.45rem);flex-basis:clamp(2rem,2.7vw,2.45rem);border-radius:.8rem}.topic-icon svg{width:1.1rem;height:1.1rem}.topic-category{padding:1px 5px;font-size:.45rem}.topic-title{font-family:var(--font-display);font-size:clamp(.62rem,.76vw,.72rem);line-height:1.12}.topic-description,.topic-magikey .topic-description,.topic-ead .topic-description{max-width:10.5rem;font-size:clamp(.52rem,.62vw,.6rem);line-height:1.2;-webkit-line-clamp:2}.topic-action{right:7px;bottom:7px;width:20px;height:20px}.page-credit{min-height:24px;padding-top:5px;font-size:.66rem}.assistant-panel{gap:.75rem}.speech-bubble{gap:.4rem;border-radius:18px;padding:clamp(.7rem,.9vw,.9rem)}.speech-bubble strong{font-family:var(--font-display);font-size:clamp(.82rem,.9vw,.95rem)}.speech-bubble span,.topic-detail{font-size:clamp(.65rem,.7vw,.74rem);line-height:1.38}.bubble-kicker{font-size:.58rem!important}.robot-stage{min-height:clamp(10rem,27vh,15rem)}.robot-image{width:min(100%,clamp(10.5rem,17vw,14rem))}.assistant-action-card,.assistant-status{border-radius:16px;padding:.75rem}.primary-action{font-family:var(--font-display);min-height:38px;border-radius:13px;font-size:.76rem}.assistant-status{min-height:38px;font-size:.66rem}@media(min-width:701px){.app-shell>.assistant-panel{display:flex}}@media(max-width:700px){.app-shell>.assistant-panel{display:none!important}.mobile-assistant-slot{display:block;width:100%}.mobile-assistant-slot .assistant-panel{display:grid!important;width:100%;margin:0}}@media(min-width:1200px){.app-shell{grid-template-columns:minmax(0,1fr) minmax(15rem,17.5rem)}}@media(max-width:1366px)and (min-width:1101px){.app-shell{width:min(100%,1366px);grid-template-columns:minmax(0,1fr) 16.5rem}.topics-grid{gap:.48rem}.topic-card,.topic-skeleton{min-height:6.85rem}.robot-stage{min-height:11rem}.robot-image{width:min(100%,11rem)}}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.topics-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.topic-card,.topic-skeleton{min-height:7.4rem}}@media(max-width:700px){.hero-copy{padding-inline:0}.topics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:480px){.topics-grid{grid-template-columns:1fr!important}.topic-card,.topic-skeleton{min-height:8rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.topics-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:minmax(140px,1fr)!important;gap:14px!important;width:100%!important;height:100%!important;overflow:hidden!important;align-content:start!important}.topic-card,.topic-skeleton{min-height:140px!important;height:100%!important;padding:16px!important}.topic-title{font-family:var(--font-display);font-size:.95rem!important;line-height:1.2!important}.topic-description{font-size:.82rem!important;line-height:1.35!important}@media(max-width:1200px){.topics-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:768px){.topics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important;height:auto!important}.topic-card,.topic-skeleton{min-height:150px!important}}@media(max-width:520px){.topics-grid{grid-template-columns:1fr!important}}.topics-grid{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(4,minmax(0,1fr))!important;grid-auto-rows:unset!important;gap:clamp(7px,1.25vh,13px)!important;width:100%!important;height:100%!important;align-content:stretch!important}.topic-card,.topic-skeleton{min-width:0!important;min-height:0!important;height:100%!important;overflow:hidden!important;border-radius:21px!important;padding:clamp(7px,1.25vh,13px) clamp(8px,1vw,12px)!important;flex-shrink:1!important}.topic-card{display:flex!important;flex-direction:row!important;align-items:center!important;gap:clamp(7px,1vw,12px)!important;text-align:left!important}.topic-icon{width:clamp(38px,6vh,54px)!important;height:clamp(38px,6vh,54px)!important;flex:0 1 clamp(38px,6vh,54px)!important;border-radius:clamp(13px,2vh,18px)!important}.topic-icon svg{width:clamp(20px,3.3vh,32px)!important;height:clamp(20px,3.3vh,32px)!important}.topic-copy{min-width:0!important}.topic-title{font-family:var(--font-display);display:block!important;font-size:clamp(11.5px,1.65vh,14.5px)!important;line-height:1.12!important;font-weight:800!important}.topic-description,.topic-magikey .topic-description,.topic-ead .topic-description{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin-top:clamp(3px,.7vh,7px)!important;color:var(--text-muted)!important;font-size:clamp(10px,1.42vh,12.4px)!important;line-height:1.22!important;font-weight:500!important}@media(max-width:1180px){.topics-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:auto!important;overflow:visible!important;flex:unset!important;height:auto!important}}@media(max-width:820px){.topics-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.topic-card,.topic-skeleton{min-height:118px!important}.topic-card{flex-direction:column!important;align-items:flex-start!important}.topic-title{font-family:var(--font-display);font-size:14.8px!important}}@media(max-width:540px){.topics-grid{grid-template-columns:1fr!important;gap:11px!important}.topic-card,.topic-skeleton{min-height:0!important}.topic-card{flex-direction:row!important}}.topics-grid,.topicGrid{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(4,minmax(0,1fr))!important;grid-auto-rows:unset!important;gap:clamp(7px,1.25vh,13px)!important;width:100%!important;height:100%!important;align-content:stretch!important;justify-content:stretch!important;padding:0!important;margin:0!important}.topic-card,.topicCard,.topic-skeleton{min-width:0!important;min-height:0!important;height:100%!important;overflow:hidden!important;border:1px solid var(--border)!important;background:linear-gradient(145deg,var(--card),rgba(247,251,255,.9))!important;border-radius:21px!important;padding:clamp(7px,1.25vh,13px) clamp(8px,1vw,12px)!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:clamp(7px,1vw,12px)!important;text-align:left!important;cursor:pointer!important;box-shadow:0 10px 24px #004aad1a!important;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s!important;color:var(--text)!important;font-family:inherit!important;flex-shrink:1!important}.theme-dark .topic-card,:root[data-theme=dark] .topic-card,.theme-dark .topicCard,:root[data-theme=dark] .topicCard{background:linear-gradient(145deg,#132847f2,#0d1e38f2)!important}.topic-card:before,.topic-card:after,.topicCard:before,.topicCard:after{display:none!important}.topic-card:hover,.topicCard:hover{transform:translateY(-4px)!important;box-shadow:0 18px 34px #0057d938!important;border-color:#7db7ff!important}.topic-card.is-active,.topic-card.selected,.topicCard.is-active,.topicCard.selected{border-color:var(--blue2, var(--topic-color))!important;box-shadow:0 0 0 3px #176bff29,0 18px 36px #0057d942!important;background:linear-gradient(145deg,#fff,#eaf4ff)!important}.theme-dark .topic-card.is-active,.theme-dark .topic-card.selected,:root[data-theme=dark] .topic-card.is-active,:root[data-theme=dark] .topic-card.selected,.theme-dark .topicCard.is-active,.theme-dark .topicCard.selected,:root[data-theme=dark] .topicCard.is-active,:root[data-theme=dark] .topicCard.selected{background:linear-gradient(145deg,#18365f,#102542)!important}.topic-icon,.iconBubble{width:clamp(38px,6vh,54px)!important;height:clamp(38px,6vh,54px)!important;flex:0 1 clamp(38px,6vh,54px)!important;border-radius:clamp(13px,2vh,18px)!important;display:grid!important;place-items:center!important;color:#fff!important;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.58),transparent 28%),linear-gradient(145deg,color-mix(in srgb,var(--topic-color) 88%,#ffffff),color-mix(in srgb,var(--topic-color) 74%,#06143a))!important;box-shadow:0 14px 26px color-mix(in srgb,var(--topic-color) 22%,transparent),inset 0 1px #ffffff73!important;transition:transform .22s,filter .22s!important}.topic-icon svg,.iconBubble svg{width:clamp(20px,3.3vh,32px)!important;height:clamp(20px,3.3vh,32px)!important;fill:none!important;stroke:currentColor!important}.topic-card:hover .topic-icon,.topic-card:hover .iconBubble,.topicCard:hover .topic-icon,.topicCard:hover .iconBubble{transform:scale(1.08) rotate(-5deg)!important;filter:saturate(1.25)!important}.topic-copy,.cardText{min-width:0!important;width:auto!important;display:block!important;justify-items:unset!important;place-content:unset!important;text-align:left!important}.topic-title,.cardText strong{display:block!important;width:auto!important;max-width:none!important;color:var(--text)!important;font-size:clamp(11.5px,1.65vh,14.5px)!important;line-height:1.12!important;font-weight:800!important;text-align:left!important;text-wrap:unset!important}.topic-description,.cardText small{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin-top:clamp(3px,.7vh,7px)!important;color:var(--muted, var(--text-muted))!important;font-size:clamp(10px,1.42vh,12.4px)!important;line-height:1.22!important;font-weight:500!important;text-align:left!important;max-width:none!important;width:auto!important;text-wrap:unset!important}.topic-category,.topic-action{display:none!important}@media(max-width:1180px){.topics-grid,.topicGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:auto!important;overflow:visible!important;flex:unset!important;height:auto!important}}@media(max-width:820px){.topics-grid,.topicGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.topic-card,.topicCard,.topic-skeleton{min-height:118px!important;flex-direction:column!important;align-items:flex-start!important}.topic-title,.cardText strong{font-size:14.8px!important}}@media(max-width:540px){.topics-grid,.topicGrid{grid-template-columns:1fr!important;gap:11px!important}.topic-card,.topicCard,.topic-skeleton{min-height:0!important;flex-direction:row!important}}:root{--card: var(--surface-strong);--muted: var(--text-muted);--blue2: var(--blue)}@media(min-width:768px){html,body,#root{height:100%;overflow:hidden}.app-shell{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,355px)!important;align-items:stretch!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important}.workspace,.app-shell>.assistant-panel{height:100%!important;max-height:calc(100dvh - (clamp(.55rem,.9vw,.9rem)*2))!important;overflow:hidden!important}.workspace{display:grid!important;grid-template-rows:minmax(0,1fr) auto!important}.dashboard{display:flex!important;flex-direction:column!important;min-height:0!important;height:100%!important;overflow:hidden!important}.app-shell>.assistant-panel{display:flex!important;flex-direction:column!important;justify-content:space-between!important}.topics-grid,.topicGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(4,minmax(0,1fr))!important;height:100%!important;min-height:0!important;overflow:hidden!important}}.robot-image.is-speaking{animation:edubotSpeakingPulse .42s ease-in-out infinite alternate}@keyframes edubotSpeakingPulse{0%{transform:translateY(0) scale(1)}to{transform:translateY(-3px) scale(1.015)}}@media(max-width:767px){html,body,#root{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}.app-shell{display:block!important;height:auto!important;min-height:100dvh!important;max-height:none!important;overflow:visible!important}.workspace{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important}.dashboard{display:flex!important;flex-direction:column!important;height:auto!important;min-height:0!important;overflow:visible!important}.dashboard-header-controls{order:0}.hero-copy{order:1}.mobile-assistant-slot{display:block!important;order:2;width:100%!important;margin:0 0 .85rem!important;scroll-margin-top:.75rem}.search-filter-section{order:3}.error-banner,.empty-state{order:4}.topics-grid,.topicGrid{order:5;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important;height:auto!important;max-height:none!important;overflow:visible!important}.app-shell>.assistant-panel{display:none!important}.mobile-assistant-slot .assistant-panel{position:relative!important;inset:auto!important;display:grid!important;grid-template-columns:1fr!important;width:100%!important;height:auto!important;max-height:none!important;margin:0!important;opacity:1!important;pointer-events:auto!important;transform:none!important;overflow:hidden!important;border-radius:24px!important}.mobile-assistant-slot .robot-stage{display:grid!important;min-height:clamp(180px,45vw,260px)!important}.mobile-assistant-slot .robot-image{width:min(72vw,250px)!important}.bottom-sheet-handle,.bottom-sheet-close,.assistant-backdrop{display:none!important}}@media(max-width:520px){.topics-grid,.topicGrid{grid-template-columns:1fr!important}}.assistant-panel .speech-bubble{min-width:min(100%,360px);gap:.58rem;padding:clamp(1rem,1.35vw,1.25rem)}.assistant-panel .speech-bubble strong{font-size:clamp(.9rem,1vw,1.08rem)}.assistant-panel .speech-bubble span,.assistant-panel .topic-detail{font-size:clamp(.7rem,.78vw,.82rem)}.assistant-panel .robot-stage{min-height:clamp(10.8rem,29vh,16.5rem)}.assistant-panel .robot-image{width:min(100%,clamp(11.2rem,18.3vw,15.25rem));max-width:none}@media(min-width:1100px){.assistant-panel .speech-bubble{min-width:min(100%,370px);padding:clamp(1.05rem,1.5vw,1.35rem)}.assistant-panel .robot-stage{min-height:clamp(15rem,42vh,23rem)}.assistant-panel .robot-image{width:min(100%,clamp(14.5rem,23.5vw,19.5rem))}}@media(max-width:767px){.mobile-assistant-slot .speech-bubble{padding:clamp(1rem,4vw,1.25rem)!important}.mobile-assistant-slot .robot-stage{min-height:clamp(190px,48vw,280px)!important}.mobile-assistant-slot .robot-image{width:min(76vw,270px)!important}}
