@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Inter,system-ui,sans-serif;color:#183022;background:#f3efe5;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f3efe5;--surface: #ffffff;--surface-soft: #f3f8f3;--surface-raised: #ffffff;--border: #cddfd1;--border-soft: #dce9df;--text: #183022;--text-2: #3b5243;--muted: #687a6d;--faint: #98a19b;--green: #718a55;--green-dark: #52683c;--green-soft: #e9efdf;--green-light: #a4b985;--red: #b44747;--red-soft: #fbeeee;--amber: #a66a29;--amber-soft: #fff5e8;--shadow-sm: 0 1px 2px rgba(23, 33, 26, .04), 0 4px 14px rgba(23, 33, 26, .04);--shadow-md: 0 14px 40px rgba(23, 33, 26, .1);--header-h: 64px}[data-theme=dark]{--bg: #101512;--surface: #171d19;--surface-soft: #1c241f;--surface-raised: #202922;--border: #303b33;--border-soft: #263029;--text: #edf2ee;--text-2: #c8d0ca;--muted: #98a39b;--faint: #68736b;--green: #78bd93;--green-dark: #95d2aa;--green-soft: #20372a;--red: #ef8c8c;--red-soft: #3b2424;--amber: #e7ad67;--amber-soft: #382b1d;--shadow-sm: 0 1px 2px rgba(0,0,0,.16), 0 5px 16px rgba(0,0,0,.1);--shadow-md: 0 18px 46px rgba(0,0,0,.3)}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{min-width:320px;overflow:hidden;background:linear-gradient(180deg,#f8f5ed 0%,var(--bg) 100%);color:var(--text)}button,input,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--green);outline-offset:2px}.app{position:relative;display:flex;flex-direction:column;width:100%;height:100dvh;max-width:1200px;margin:0 auto;padding:0 24px;background:transparent}.app[data-theme=dark]{background:var(--bg)}.header{z-index:20;display:flex;flex:0 0 var(--header-h);align-items:center;gap:8px;height:var(--header-h);border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-brand{display:flex;min-width:0;align-items:center;gap:11px;margin-right:auto}.header-logo{display:grid;flex:0 0 30px;width:30px;height:34px;place-items:center;color:#829d61}.header-logo svg{width:27px;height:27px}.header-info{min-width:0}.header-title{font-size:15px;font-weight:700;letter-spacing:-.03em}.header-title span{color:var(--text)}.header-title strong{color:#829d61;font-weight:700}.header-subtitle{margin-top:1px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.header-badge{display:none}.theme-btn,.sidebar-toggle-btn,.notebook-toggle-btn,.header-signout-btn{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface);color:var(--muted);cursor:pointer;transition:border-color .15s,color .15s,background .15s}.theme-btn:hover,.sidebar-toggle-btn:hover,.notebook-toggle-btn:hover,.header-signout-btn:hover{border-color:var(--border);background:var(--surface-soft);color:var(--text)}.header-signin-btn,.header-quiz-btn{min-height:34px;padding:0 13px;border:1px solid transparent;border-radius:8px;background:var(--green);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.header-quiz-btn{display:flex;align-items:center;gap:7px;background:var(--green-soft);color:var(--green-dark)}.header-quiz-btn:disabled{opacity:.45;cursor:not-allowed}.welcome{position:relative;display:flex;flex:1;min-height:0;align-items:flex-start;justify-content:center;overflow-y:auto;padding:54px 0 190px}.welcome-orb{display:none}.welcome-card{position:relative;width:100%;max-width:800px;padding:0;border:0;background:transparent;box-shadow:none}.welcome-hero{display:block}.welcome-copy{max-width:630px}.welcome-kicker{display:flex;align-items:center;gap:8px;margin-bottom:15px;color:var(--green);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.welcome-kicker-dot{width:9px;height:9px;border-radius:70% 0;background:var(--green-light);transform:rotate(-25deg);box-shadow:5px -3px 0 -2px var(--green)}.welcome-name{max-width:620px;margin:0 0 13px;color:var(--text);font-size:clamp(36px,4.2vw,48px);font-weight:700;letter-spacing:-.045em;line-height:1.06}.welcome-name span{color:var(--green)}.welcome-msg{max-width:570px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.welcome-feature-row,.welcome-visual{display:none}.welcome-partner{display:flex;max-width:420px;align-items:center;gap:10px;margin-top:26px}.welcome-partner-logo{width:29px;height:29px;object-fit:contain;border:1px solid var(--border-soft);border-radius:7px;background:#fff}.welcome-partner-text{display:flex;flex-direction:column;color:var(--muted);font-size:10px;line-height:1.4}.welcome-partner-text strong{color:var(--text-2);font-size:11px;font-weight:600}.welcome-anon-hint{margin:16px 0 0;color:var(--muted);font-size:11px}.auth-inline-link{padding:0;border:0;background:none;color:var(--green);font-weight:600;cursor:pointer;text-decoration:none}.auth-inline-link:hover{text-decoration:underline}.welcome-divider{height:1px;margin:30px 0 18px;background:var(--border-soft)}.welcome-hint{margin:0 0 11px;color:var(--muted);font-size:11px;font-weight:600}.starters{display:grid;grid-template-columns:1fr 1fr;gap:8px}.starter-btn{position:relative;display:flex;min-height:70px;align-items:center;gap:12px;padding:12px 38px 12px 13px;border:1px solid var(--border);border-radius:12px;background:color-mix(in srgb,var(--surface) 94%,var(--green-soft));text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s,transform .15s}.starter-btn:hover{border-color:#a9c6b0;background:var(--surface-raised);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.starter-icon{display:grid;flex:0 0 31px;width:31px;height:31px;place-items:center;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface-soft);font-size:14px}.starter-content{display:flex;min-width:0;flex-direction:column;gap:3px}.starter-subject{color:var(--green);font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.starter-q{overflow:hidden;color:var(--text-2);font-size:11px;font-weight:500;line-height:1.35;text-overflow:ellipsis}.starter-arrow{position:absolute;top:50%;right:11px;color:var(--faint);transform:translateY(-50%)}.chat-main{flex:1;width:100%;max-width:820px;min-height:0;margin:0 auto;padding:30px 12px 180px;overflow-y:auto;scroll-behavior:smooth}.msg-row{display:flex;width:100%;align-items:flex-start;gap:10px;margin-bottom:24px}.msg-row.user{justify-content:flex-end}.msg-avatar{display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;border-radius:8px}.msg-avatar.stemmy{background:var(--green);color:#fff}.msg-avatar.user-av{order:2;border:1px solid var(--border);background:var(--surface);color:var(--muted)}.msg-body{display:flex;max-width:min(76%,650px);min-width:0;flex-direction:column;align-items:flex-start;gap:6px}.msg-row.user .msg-body{align-items:flex-end}.msg-bubble{min-width:0;padding:11px 14px;border-radius:12px;font-size:14px;line-height:1.65}.msg-bubble.assistant{border:1px solid var(--border-soft);background:var(--surface);color:var(--text-2);box-shadow:var(--shadow-sm);border-top-left-radius:4px}.msg-bubble.user{background:var(--green);color:#fff;border-top-right-radius:4px}.error-bubble{border-color:#e8bcbc!important;background:var(--red-soft)!important;color:var(--red)!important}.thinking-text{color:var(--muted);font-style:italic}.streaming-cursor:after{content:"";display:inline-block;width:5px;height:14px;margin-left:3px;vertical-align:-2px;background:var(--green);animation:blink 1s infinite}.upload-chip,.file-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);font-size:10px}.upload-chip{padding:5px 8px}.typing-row{display:flex;align-items:center;gap:10px}.typing-dots{display:flex;gap:4px;padding:10px 12px;border:1px solid var(--border-soft);border-radius:11px;background:var(--surface)}.typing-dots span{width:5px;height:5px;border-radius:50%;background:var(--faint);animation:typing 1.2s infinite}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes blink{50%{opacity:0}}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}.md-p{margin:0 0 10px}.md-p:last-child{margin-bottom:0}.md-h,.md-h2,.md-h3{margin:17px 0 8px;color:inherit;line-height:1.25}.md-h{font-size:20px}.md-h2{font-size:17px}.md-h3{font-size:15px}.md-ul,.md-ol{margin:8px 0;padding-left:21px}.md-li{margin:4px 0}.md-strong{font-weight:700}.md-link{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px}.md-code{padding:2px 5px;border-radius:5px;background:#7f7f7f1f;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.md-pre{max-width:100%;margin:10px 0;padding:12px;overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:#121814;color:#e9f0eb}.md-code-block{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;white-space:pre}.md-blockquote{margin:10px 0;padding-left:12px;border-left:2px solid var(--green);color:var(--muted)}.md-hr{margin:16px 0;border:0;border-top:1px solid var(--border)}.md-table-wrap{max-width:100%;overflow-x:auto}.md-table{width:100%;border-collapse:collapse;font-size:12px}.md-th,.md-td{padding:7px 9px;border:1px solid var(--border);text-align:left}.md-th{background:var(--surface-soft);font-weight:600}.input-area{position:fixed;z-index:15;right:24px;bottom:18px;left:24px;width:auto;max-width:800px;margin:auto;border:1px solid var(--border);border-radius:13px;background:var(--surface);box-shadow:0 12px 34px #17211a1c}.input-row{display:flex;align-items:flex-end;gap:10px;padding:9px}.input-field{width:100%;min-height:38px;max-height:140px;resize:none;padding:9px 7px;border:0;outline:0;background:transparent;color:var(--text);font-size:13px;line-height:1.5}.input-field::placeholder{color:var(--faint)}.input-actions{display:flex;flex:0 0 auto;align-items:center;gap:4px}.attach-btn,.send-btn{display:grid;width:33px;height:33px;place-items:center;border:0;border-radius:8px;cursor:pointer}.attach-btn{background:transparent;color:var(--muted)}.attach-btn:hover{background:var(--surface-soft);color:var(--text)}.send-btn{background:var(--green);color:#fff}.attach-btn:disabled,.send-btn:disabled{opacity:.35;cursor:not-allowed}.mic-recording{background:var(--red-soft);color:var(--red);animation:pulse 1.2s infinite}.file-chip{margin:8px 9px 0;padding:6px 8px;background:var(--green-soft);color:var(--green-dark)}.file-chip-remove{border:0;background:none;color:inherit;cursor:pointer}.drop-overlay{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;border:2px dashed var(--green);border-radius:13px;background:color-mix(in srgb,var(--green-soft) 94%,transparent);color:var(--green);font-size:12px;font-weight:600}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.65}}.achievements{position:fixed;z-index:10;right:24px;bottom:101px;left:24px;width:auto;max-width:800px;margin:auto}.achievements-top{display:flex;align-items:center;gap:7px;color:var(--muted)}.achievements-label{margin-right:3px;font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.badges-row{display:flex;gap:4px}.badge{display:flex;height:24px;align-items:center;gap:4px;padding:0 6px;border:1px solid var(--border-soft);border-radius:7px;background:color-mix(in srgb,var(--surface) 82%,transparent);font-size:10px}.badge.locked{opacity:.42;filter:grayscale(1)}.badge-name{display:none}.badge-emoji{font-size:11px}.achievements-progress{margin-left:auto;font-size:9px}.streak-badge{padding:4px 7px;border-radius:7px;background:var(--amber-soft);color:var(--amber);font-size:9px;font-weight:600}.milestone-progress{display:flex;align-items:center;gap:8px;margin-top:6px}.milestone-progress-track{flex:1;height:3px;overflow:hidden;border-radius:99px;background:var(--border-soft)}.milestone-progress-fill{height:100%;border-radius:inherit;background:var(--green)}.milestone-progress-label{color:var(--muted);font-size:9px}.badge-toast{position:fixed;z-index:100;top:78px;right:24px;display:flex;width:min(350px,calc(100vw - 32px));align-items:center;gap:10px;padding:12px;border:1px solid var(--border);border-radius:11px;background:var(--surface);box-shadow:var(--shadow-md);cursor:pointer}.toast-emoji{font-size:22px}.toast-body{flex:1}.toast-title{font-size:12px;font-weight:700}.toast-desc{margin-top:2px;color:var(--muted);font-size:10px}.toast-close{border:0;background:none;color:var(--muted);cursor:pointer}.sidebar-backdrop{position:fixed;z-index:39;top:0;right:0;bottom:0;left:0;background:#080e0a42;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar,.notebook-panel{position:fixed;z-index:40;top:0;bottom:0;left:0;display:flex;width:min(330px,88vw);flex-direction:column;padding:17px;border-right:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-md);transform:translate(-105%);transition:transform .22s ease}.notebook-panel{right:0;left:auto;border-right:0;border-left:1px solid var(--border);transform:translate(105%)}.sidebar.open,.notebook-panel.open{transform:translate(0)}.sidebar-header{display:flex;min-height:38px;align-items:center;justify-content:space-between;margin-bottom:12px}.sidebar-title{font-size:15px;font-weight:700;letter-spacing:-.02em}.sidebar-close{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:19px;cursor:pointer}.sidebar-close:hover{background:var(--surface-soft);color:var(--text)}.sidebar-new-chat{display:flex;width:100%;min-height:38px;align-items:center;justify-content:center;gap:7px;margin-bottom:14px;border:1px solid var(--green);border-radius:8px;background:var(--green);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.sidebar-list{display:flex;min-height:0;flex:1;flex-direction:column;gap:4px;overflow-y:auto}.sidebar-empty{padding:24px 12px;color:var(--muted);font-size:11px;line-height:1.5;text-align:center}.sidebar-item{position:relative;display:flex;align-items:center;border-radius:8px}.sidebar-item:hover,.sidebar-item.active{background:var(--surface-soft)}.sidebar-item.active{box-shadow:inset 2px 0 var(--green)}.sidebar-item-main{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px;padding:9px 8px;border:0;background:transparent;text-align:left;cursor:pointer}.sidebar-item-title-row{display:flex;min-width:0;align-items:center;gap:5px}.sidebar-item-preview{overflow:hidden;color:var(--text-2);font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.sidebar-item-time{color:var(--faint);font-size:9px}.sidebar-item-menu-btn,.notebook-item-delete{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--faint);cursor:pointer}.sidebar-item-menu-btn:hover,.notebook-item-delete:hover{background:var(--surface);color:var(--text)}.sidebar-item-menu-wrap{position:relative;margin-right:4px}.menu-backdrop{position:fixed;z-index:41;top:0;right:0;bottom:0;left:0}.sidebar-item-menu{position:absolute;z-index:42;top:30px;right:0;width:166px;padding:5px;border:1px solid var(--border);border-radius:9px;background:var(--surface-raised);box-shadow:var(--shadow-md)}.sidebar-item-menu button{display:flex;width:100%;align-items:center;gap:8px;padding:8px;border:0;border-radius:6px;background:transparent;color:var(--text-2);font-size:11px;text-align:left;cursor:pointer}.sidebar-item-menu button:hover{background:var(--surface-soft)}.sidebar-item-menu button.danger{color:var(--red)}.sidebar-rename-input,.notebook-title-input,.notebook-content-input{width:100%;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text)}.sidebar-rename-input{margin:5px;padding:8px;font-size:11px}.notebook-back{display:flex;align-items:center;gap:5px;border:0;background:none;color:var(--muted);font-size:11px;cursor:pointer}.notebook-title-input{padding:11px 12px;font-size:14px;font-weight:600}.notebook-content-input{min-height:0;flex:1;margin-top:8px;padding:12px;resize:none;font-size:12px;line-height:1.65}.notebook-delete{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:10px;padding:9px;border:1px solid #eccaca;border-radius:8px;background:var(--red-soft);color:var(--red);font-size:11px;cursor:pointer}.auth-modal-backdrop,.camera-modal-backdrop{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#080e0a7a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.auth-modal-backdrop .welcome{width:100%;padding:0;overflow:visible}.auth-modal-backdrop .welcome-card,.auth-form+.welcome-card{width:100%}.auth-modal-backdrop .welcome-card,.welcome:has(.auth-form) .welcome-card{max-width:410px;padding:28px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-md);text-align:left}.welcome:has(.auth-form){align-items:center;padding:30px 0 120px}.welcome-avatar{display:grid;width:42px;height:42px;place-items:center;margin-bottom:18px;border-radius:11px;background:var(--green)}.welcome-avatar svg{width:25px;height:25px}.welcome-tagline{margin-bottom:7px;color:var(--green);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.welcome:has(.auth-form) .welcome-name{margin-bottom:8px;font-size:27px}.welcome:has(.auth-form) .welcome-msg{font-size:12px;line-height:1.55}.auth-modal-close{position:absolute;top:14px;right:14px;width:30px;height:30px;border:0;border-radius:7px;background:var(--surface-soft);color:var(--muted);font-size:19px;cursor:pointer}.auth-form{display:flex;flex-direction:column;gap:9px;margin-top:20px}.auth-input{width:100%;height:42px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text);font-size:12px}.auth-input:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 13%,transparent)}.auth-google{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;color:#1f2937;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.auth-google:hover:not(:disabled){background:#f7f8fa;box-shadow:0 1px 4px #00000014}.auth-google:disabled{opacity:.6;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:.75rem;width:100%;margin:1rem 0;color:#00000073;font-size:.8rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#0000001f}.auth-submit{display:block;width:100%;padding:11px 14px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:12px;font-weight:600;text-align:center;cursor:pointer}.auth-submit:disabled{opacity:.55;cursor:not-allowed}.auth-forgot,.auth-switch{border:0;background:none;color:var(--green);font-size:10px;cursor:pointer}.auth-forgot{align-self:flex-end}.auth-switch{width:100%;margin-top:14px}.auth-error,.auth-info{padding:8px 10px;border-radius:7px;font-size:10px;line-height:1.45}.auth-error{background:var(--red-soft);color:var(--red)}.auth-info{background:var(--green-soft);color:var(--green-dark)}.citations{width:100%}.citation-toggle{display:flex;align-items:center;gap:6px;padding:5px 0;border:0;background:none;color:var(--muted);font-size:10px;cursor:pointer}.citation-item{margin-top:6px;padding:9px 10px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface-soft)}.citation-file{display:flex;align-items:center;gap:6px;color:var(--text-2);font-size:10px;font-weight:600}.citation-link{color:var(--green)}.citation-quote{margin-top:5px;color:var(--muted);font-size:10px;line-height:1.45}.camera-modal{width:min(520px,100%);padding:18px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-md)}.camera-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:14px;font-weight:700}.camera-close{width:30px;height:30px;border:0;border-radius:7px;background:var(--surface-soft);color:var(--muted);cursor:pointer}.camera-viewport{position:relative;overflow:hidden;aspect-ratio:4/3;border-radius:10px;background:#0e120f}.camera-viewport video{width:100%;height:100%;object-fit:cover}.camera-guide-box{position:absolute;top:10%;right:10%;bottom:10%;left:10%;border:2px dashed rgba(255,255,255,.75);border-radius:8px}.camera-hint{margin:10px 0;color:var(--muted);font-size:10px;text-align:center}.camera-capture-btn{width:100%;padding:10px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.camera-error{padding:12px;border-radius:8px;background:var(--red-soft);color:var(--red);font-size:11px}.config-banner,.anon-quota-bar{z-index:12;width:100%;max-width:800px;margin:10px auto 0;padding:8px 11px;border:1px solid var(--border);border-radius:8px;font-size:10px;line-height:1.45}.config-banner{display:flex;align-items:flex-start;gap:7px;background:var(--amber-soft);color:var(--amber)}.config-banner code{font-size:9px}.anon-quota-bar{position:fixed;right:24px;bottom:92px;left:24px;display:flex;align-items:center;justify-content:space-between;background:var(--surface);color:var(--muted)}.anon-quota-bar.low{border-color:#e6c697;background:var(--amber-soft);color:var(--amber)}.shared-footer{position:fixed;right:0;bottom:0;left:0;padding:12px;border-top:1px solid var(--border);background:var(--surface);text-align:center;font-size:11px}@media (max-width: 720px){:root{--header-h: 56px}.app{padding:0 14px}.header-subtitle{display:none}.header-logo{flex-basis:31px;width:31px;height:31px}.header-title{font-size:13px}.header-quiz-btn{width:34px;padding:0;font-size:0}.welcome{padding:36px 4px 180px}.welcome-name{font-size:34px;line-height:1.08}.welcome-msg{font-size:14px}.starters{grid-template-columns:1fr}.starter-btn{min-height:58px}.chat-main{padding:22px 2px 176px}.msg-row{gap:7px;margin-bottom:18px}.msg-avatar{flex-basis:25px;width:25px;height:25px;border-radius:7px}.msg-body{max-width:84%}.msg-bubble{padding:10px 12px;font-size:13px}.input-area{right:8px;bottom:8px;left:8px}.input-row{gap:4px;padding:7px}.input-field{padding-inline:5px;font-size:12px}.attach-btn,.send-btn{width:31px;height:31px}.achievements{right:10px;bottom:88px;left:10px}.achievements-label,.milestone-progress-label{display:none}.anon-quota-bar{right:8px;bottom:82px;left:8px}.auth-modal-backdrop{padding:12px}.auth-modal-backdrop .welcome-card,.welcome:has(.auth-form) .welcome-card{padding:23px}}@media (max-width: 430px){.notebook-toggle-btn,.theme-btn,.sidebar-toggle-btn,.header-signout-btn{width:31px;height:31px}.header-signin-btn{min-height:31px;padding-inline:10px}.welcome-name{font-size:31px}.welcome-partner-text{max-width:280px}.badges-row .badge:nth-child(n+5){display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
