:root{--bg:#fff;--bg-secondary:#f8f9fa;--surface:#fff;--surface-soft:#f7f7f8;--surface-hover:#f1f3f4;--text:#202124;--text-secondary:#5f6368;--text-muted:#80868b;--border:#e5e7eb;--border-strong:#d5d8dc;--primary:#1a73e8;--primary-hover:#1769d1;--primary-soft:#e8f0fe;--success:#188038;--success-soft:#e6f4ea;--danger:#d93025;--danger-soft:#fce8e6;--warning:#b06000;--warning-soft:#fef7e0;--shadow-sm:0 1px 3px #3c40431f;--shadow-md:0 4px 14px #3c40431f;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--header-height:68px}html.dark{--bg:#131314;--bg-secondary:#1a1a1b;--surface:#1e1f20;--surface-soft:#202124;--surface-hover:#292a2d;--text:#e8eaed;--text-secondary:#bdc1c6;--text-muted:#9aa0a6;--border:#3c4043;--border-strong:#5f6368;--primary:#8ab4f8;--primary-hover:#aecbfa;--primary-soft:#1e3a5f;--success:#81c995;--success-soft:#173b25;--danger:#f28b82;--danger-soft:#4a211f;--warning:#fdd663;--warning-soft:#443b18;--shadow-sm:0 1px 3px #00000059;--shadow-md:0 8px 24px #00000059}*{box-sizing:border-box}html{background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;min-height:100%}html.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Arial,Helvetica,sans-serif;transition:background-color .18s,color .18s}button,input,textarea{font:inherit}button{border:0}button:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}textarea{resize:none}a{color:inherit;text-decoration:none}.app-shell{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1;width:100%}.app-header{height:var(--header-height);border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--bg) 92%, transparent);-webkit-backdrop-filter:blur(16px);z-index:50;justify-content:space-between;align-items:center;width:100%;padding:0 28px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#4285f4,#8ab4f8);border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 2px 8px #4285f440}.brand-text{flex-direction:column;line-height:1.1;display:flex}.brand-name{letter-spacing:-.2px;font-size:17px;font-weight:600}.brand-subtitle{color:var(--text-muted);margin-top:4px;font-size:11px}.header-actions{align-items:center;gap:8px;display:flex}.icon-button{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s,color .15s,transform .15s;display:inline-flex}.icon-button:hover{background:var(--surface-hover);color:var(--text)}.icon-button:active{transform:scale(.94)}.home-page{min-height:calc(100vh - var(--header-height));flex-direction:column;padding:52px 24px 32px;display:flex}.home-content{flex-direction:column;align-items:center;width:min(920px,100%);margin:auto;display:flex}.hero{text-align:center;width:100%;margin-bottom:34px}.hero-orb{background:radial-gradient(circle at 30% 25%,#a8c7fa,#0000 35%),linear-gradient(135deg,#4285f4,#8ab4f8 50%,#c58af9);border-radius:22px;width:68px;height:68px;margin:0 auto 24px;transform:rotate(-4deg);box-shadow:0 10px 30px #4285f42e}.hero h1{letter-spacing:-2.5px;background:linear-gradient(90deg,#4285f4,#8ab4f8,#a142f4);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(36px,6vw,58px);font-weight:600;line-height:1.05}.hero p{max-width:600px;color:var(--text-secondary);margin:16px auto 0;font-size:16px;line-height:1.6}.topic-input-wrapper{width:100%}.topic-input{border:1px solid var(--border-strong);background:var(--surface);border-radius:28px;align-items:flex-end;gap:10px;width:100%;padding:10px 10px 10px 18px;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 2px #3c404314,0 4px 16px #3c404314}.topic-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #4285f41f,0 4px 18px #3c40431a}.topic-textarea{min-height:44px;max-height:150px;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:10px 4px;font-size:16px;line-height:1.5;overflow-y:auto}.topic-textarea::placeholder{color:var(--text-muted)}.ask-button{background:var(--text);min-width:82px;height:44px;color:var(--bg);cursor:pointer;border-radius:22px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:600;transition:opacity .15s,transform .15s;display:inline-flex}.ask-button:hover:not(:disabled){opacity:.88}.ask-button:active:not(:disabled){transform:scale(.97)}.ask-button:disabled{opacity:.45;cursor:not-allowed}.suggestions{flex-wrap:wrap;justify-content:center;gap:10px;width:100%;margin-top:18px;display:flex}.suggestion-chip{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;border-radius:18px;align-items:center;gap:7px;padding:9px 14px;font-size:13px;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.suggestion-chip:hover{background:var(--surface-hover);border-color:var(--border-strong);color:var(--text)}.chat-page{min-height:calc(100vh - var(--header-height));flex-direction:column;width:min(980px,100%);margin:0 auto;padding:32px 24px 140px;display:flex}.chat-list{flex-direction:column;gap:28px;width:100%;display:flex}.message-row{width:100%;display:flex}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.user-message{background:var(--primary);color:#fff;word-break:break-word;border-radius:22px 22px 6px;max-width:min(680px,85%);padding:13px 18px;font-size:15px;line-height:1.55}.dark .user-message{color:#101114}.assistant-message{gap:14px;width:100%;max-width:820px;display:flex}.assistant-avatar{color:#fff;background:linear-gradient(135deg,#4285f4,#a142f4);border-radius:11px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.assistant-content{flex:1;min-width:0}.assistant-name{color:var(--text-secondary);margin-bottom:8px;font-size:12px;font-weight:600}.summary-content{color:var(--text);white-space:pre-wrap;word-break:break-word;font-size:15px;line-height:1.75}.loading-dots{align-items:center;gap:5px;padding:8px 0;display:inline-flex}.loading-dot{background:var(--text-muted);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite pulse}.loading-dot:nth-child(2){animation-delay:.15s}.loading-dot:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.error-card{border:1px solid var(--danger);border-radius:var(--radius-md);background:var(--danger-soft);width:100%;color:var(--danger);justify-content:space-between;align-items:flex-start;gap:16px;margin-top:18px;padding:16px 18px;display:flex}.error-content{align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.retry-button{color:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:18px;flex:none;padding:8px 14px}.sources-card{border-top:1px solid var(--border);margin-top:24px;padding-top:18px}.sources-title{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:600;display:flex}.sources-list{flex-direction:column;gap:8px;display:flex}.source-item{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;padding:10px 12px;transition:background-color .15s,border-color .15s;display:block}.source-item:hover{background:var(--surface-hover);border-color:var(--border-strong)}.source-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.source-url{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;overflow:hidden}.quiz-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:100%;box-shadow:var(--shadow-sm);margin-top:28px;padding:22px}.quiz-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.7px;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.quiz-question{color:var(--text);margin-top:12px;font-size:17px;font-weight:500;line-height:1.6}.answer-input{border:1px solid var(--border-strong);background:var(--bg-secondary);width:100%;min-height:110px;color:var(--text);border-radius:14px;outline:none;margin-top:18px;padding:14px;line-height:1.55;transition:border-color .15s,box-shadow .15s}.answer-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4285f41f}.quiz-actions{justify-content:flex-end;margin-top:12px;display:flex}.primary-button{background:var(--text);min-height:42px;color:var(--bg);cursor:pointer;border-radius:21px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:600;transition:opacity .15s,transform .15s;display:inline-flex}.primary-button:hover:not(:disabled){opacity:.88}.primary-button:active:not(:disabled){transform:scale(.97)}.primary-button:disabled{opacity:.45;cursor:not-allowed}.grade-card{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-soft);margin-top:18px;padding:18px}.grade-card.correct{border-color:var(--success);background:var(--success-soft)}.grade-card.incorrect{border-color:var(--danger);background:var(--danger-soft)}.grade-heading{align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.grade-feedback{white-space:pre-wrap;margin-top:10px;font-size:14px;line-height:1.6}.composer{z-index:40;background:linear-gradient(to top, var(--bg) 70%, transparent);padding:16px 24px 20px;position:fixed;bottom:0;left:0;right:0}.composer-inner{width:min(920px,100%);margin:0 auto}.app-footer{text-align:center;color:var(--text-muted);padding:18px 24px 24px;font-size:11px;line-height:1.5}.disclaimer{max-width:720px;margin:0 auto}@media (max-width:640px){:root{--header-height:60px}.app-header{padding:0 16px}.brand-subtitle{display:none}.home-page{padding:34px 16px 24px}.hero{margin-bottom:26px}.hero-orb{border-radius:18px;width:56px;height:56px;margin-bottom:20px}.hero h1{letter-spacing:-1.8px;font-size:39px}.hero p{font-size:14px}.topic-input{border-radius:22px;padding-left:14px}.ask-button{width:48px;min-width:48px;padding:0}.ask-button-text{display:none}.suggestions{justify-content:flex-start}.suggestion-chip{font-size:12px}.chat-page{padding:22px 16px 140px}.assistant-message{gap:10px}.assistant-avatar{border-radius:9px;width:30px;height:30px}.user-message{max-width:90%}.composer{padding:12px 12px 14px}.error-card{flex-direction:column}.retry-button{align-self:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
