:root{--ml-bg:#fbf7f2;--ml-surface:#f8f2ec;--ml-surface-2:#fff;--ml-sidebar-bg:#f5f0fa;--ml-plum:#3d2e50;--ml-text:#3d2e50;--ml-text-muted:#7b6ba8;--ml-lavender:#b8a4e3;--ml-lavender-muted:#9b82d8;--ml-lavender-deep:#7b6ba8;--ml-lavender-50:#f0e8ff;--ml-lavender-100:#eae4f5;--ml-border:#efe6f2;--ml-r-md:12px;--ml-r-lg:18px;--ml-r-pill:100px;--ml-shadow:0 8px 24px rgba(61,46,80,.12)}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{font-family:Manrope,system-ui,-apple-system,sans-serif;background:var(--ml-bg);color:var(--ml-text);font-size:14px;line-height:1.5}a{color:inherit}.app{display:grid;grid-template-columns:280px 1fr;height:100vh}.sidebar{background:var(--ml-sidebar-bg);border-right:1px solid var(--ml-border);display:flex;flex-direction:column;min-height:0}.sidebar__head{display:flex;align-items:center;gap:8px;padding:16px 16px 10px}.sidebar__brand{font-family:"Instrument Serif",Georgia,serif;font-size:22px;color:var(--ml-plum)}.sidebar__list{flex:1 1;overflow-y:auto;padding:6px 8px 16px}.sidebar__footer{border-top:1px solid var(--ml-border);padding:10px 12px}.legal{max-width:760px;margin:0 auto;padding:56px 24px 96px;color:var(--ml-text);line-height:1.65}.legal h1{font-family:"Instrument Serif",Georgia,serif;font-size:38px;color:var(--ml-plum);margin:0 0 6px}.legal__date{color:var(--ml-text-muted);font-size:13px;margin:0 0 28px}.legal h2{font-size:19px;color:var(--ml-plum);margin:30px 0 8px}.legal p{margin:0 0 12px}.legal ul{margin:0 0 14px;padding-left:22px}.legal li{margin:6px 0}.legal code{background:var(--ml-lavender-50);padding:1px 6px;border-radius:5px;font-size:.9em}.legal a{color:var(--ml-lavender-deep)}.signin{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;gap:4px}.signin__logo{width:84px;height:84px;border-radius:20px}.signin__brand{font-family:"Instrument Serif",Georgia,serif;font-size:34px;color:var(--ml-plum);margin:12px 0 0}.signin__sub{margin:0 0 22px;color:var(--ml-text-muted);font-size:15px}.signin__btn{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--ml-border);background:var(--ml-surface-2);color:var(--ml-text);font:inherit;font-size:14px;font-weight:700;padding:11px 20px;border-radius:var(--ml-r-pill);cursor:pointer;box-shadow:var(--ml-shadow)}.signin__btn:hover{background:var(--ml-lavender-50)}.signin__legal{margin-top:22px;font-size:12.5px}.signin__legal a{color:var(--ml-text-muted)}.connect{max-width:440px;margin:120px auto;text-align:center;padding:0 24px}.connect__logo{width:72px;height:72px;border-radius:18px}.connect__brand{font-family:"Instrument Serif",Georgia,serif;font-size:28px;color:var(--ml-plum);margin-top:10px}.connect__msg{margin-top:14px;font-size:15px;color:var(--ml-text-muted);line-height:1.5}.connect__msg--ok{color:var(--ml-lavender-deep);font-weight:600}.connect__msg--err{color:#c0563f}.auth{display:flex;justify-content:space-between}.auth,.auth__signin{align-items:center;gap:8px}.auth__signin{display:inline-flex;width:100%;justify-content:center;border:1px solid var(--ml-border);background:var(--ml-surface-2);color:var(--ml-text);font:inherit;font-size:12.5px;font-weight:600;padding:8px 12px;border-radius:var(--ml-r-md);cursor:pointer}.auth__signin:hover{background:var(--ml-lavender-50)}.auth__user{gap:8px;min-width:0}.auth__avatar,.auth__user{display:flex;align-items:center}.auth__avatar{width:26px;height:26px;flex:none;border-radius:50%;background:var(--ml-lavender);color:#fff;font-weight:800;font-size:13px;justify-content:center}.auth__name{font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth__signout{flex:none;border:none;background:transparent;color:var(--ml-text-muted);font-size:16px;cursor:pointer;padding:4px 6px;border-radius:var(--ml-r-md)}.auth__signout:hover{background:var(--ml-lavender-50)}.sidebar__eyebrow{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ml-text-muted);font-weight:700;padding:8px 8px 4px}.mtg{display:block;padding:9px 10px;border-radius:var(--ml-r-md);text-decoration:none;color:var(--ml-text);transition:background .12s ease}.mtg:hover{background:var(--ml-lavender-50)}.mtg.is-active{background:var(--ml-lavender-100)}.mtg__title{font-weight:700;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mtg__meta{font-size:11px;color:var(--ml-text-muted);margin-top:1px}.search{margin:0 8px 6px;width:calc(100% - 16px);padding:7px 10px;border:1px solid var(--ml-border);border-radius:var(--ml-r-md);background:var(--ml-surface-2);font:inherit;font-size:12px;color:var(--ml-plum)}.search:focus{outline:none;border-color:var(--ml-lavender)}.main{display:flex;flex-direction:column;min-width:0;min-height:0}.main__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 22px;border-bottom:1px solid var(--ml-border)}.main__title{font-family:Manrope,system-ui,sans-serif;font-weight:800;font-size:20px;color:var(--ml-plum);margin:0}.btn{border:1px solid var(--ml-border);background:var(--ml-surface-2);color:var(--ml-lavender-deep);font:inherit;font-size:12.5px;font-weight:700;padding:6px 12px;border-radius:var(--ml-r-pill);cursor:pointer}.btn:hover{background:var(--ml-lavender-50)}.empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ml-text-muted);gap:6px;padding:24px}.empty__mascot{width:92px;height:92px;animation:ml-mascot-float 4.5s ease-in-out infinite}@keyframes ml-mascot-float{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-6px) rotate(1deg)}}.empty__title{font-family:"Instrument Serif",Georgia,serif;font-size:30px;color:var(--ml-plum);margin:10px 0 0;text-align:center}.empty__sub{margin:0 0 22px;font-size:14px;text-align:center}.suggest{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:680px}.suggest__card{display:flex;flex-direction:column;align-items:flex-start;gap:3px;width:200px;padding:14px 16px;border:1px solid var(--ml-border);background:var(--ml-surface-2);border-radius:var(--ml-r-lg);cursor:pointer;text-align:left;transition:all .14s ease}.suggest__card:hover{background:var(--ml-lavender-50);border-color:var(--ml-lavender);transform:translateY(-2px);box-shadow:var(--ml-shadow)}.suggest__ico{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--ml-r-md);background:var(--ml-lavender-50);color:var(--ml-lavender-deep);margin-bottom:4px}.suggest__card:hover .suggest__ico{background:#fff}.suggest__label{font-weight:600;font-size:15px;color:var(--ml-plum)}.suggest__desc{font-size:12px;color:var(--ml-text-muted)}.thread{flex:1 1;overflow-y:auto;padding:24px 0}.thread__inner{max-width:760px;margin:0 auto;padding:0 22px;gap:18px}.msg,.thread__inner{display:flex;flex-direction:column}.msg.user{align-items:flex-end}.msg__bubble{border-radius:var(--ml-r-lg);padding:10px 14px;max-width:100%}.msg.user .msg__bubble{background:var(--ml-lavender);color:#fff;max-width:80%}.msg.assistant .msg__bubble{background:transparent;color:var(--ml-text);width:100%;padding-left:0;padding-right:0}.typing{color:var(--ml-text-muted);font-style:italic}.loading-dots{display:inline-flex;align-items:center;gap:5px;padding:4px 0}.loading-dots i{width:7px;height:7px;border-radius:50%;background:var(--ml-lavender);display:inline-block;animation:loading-bounce 1.2s ease-in-out infinite}.loading-dots i:nth-child(2){animation-delay:.18s}.loading-dots i:nth-child(3){animation-delay:.36s}@keyframes loading-bounce{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-5px);opacity:1}}.composer{border-top:1px solid var(--ml-border);padding:12px 22px 18px;background:var(--ml-bg)}.composer__inner{max-width:760px;margin:0 auto}.composer__tools{display:flex;gap:6px;margin-bottom:8px}.tool{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--ml-border);background:transparent;color:var(--ml-text-muted);font:inherit;font-size:11.5px;font-weight:600;padding:4px 11px;border-radius:var(--ml-r-pill);cursor:pointer;transition:all .14s ease}.tool:hover{background:var(--ml-lavender-50);color:var(--ml-lavender-deep)}.tool.is-on{background:var(--ml-lavender);border-color:var(--ml-lavender);color:#fff;font-weight:700}.composer__row{display:flex;gap:8px;align-items:center;background:var(--ml-surface-2);border:1px solid var(--ml-border);border-radius:var(--ml-r-lg);padding:6px 8px 6px 14px}.composer__row:focus-within{border-color:var(--ml-lavender)}.composer__input{flex:1 1;min-width:0;border:none;background:transparent;resize:none;font:inherit;font-size:14px;line-height:1.45;color:var(--ml-plum);max-height:160px;padding:5px 0;margin:0;display:block;outline:none}.composer__input::placeholder{color:var(--ml-text-muted)}.composer__send{flex:none;width:34px;height:34px;border:none;border-radius:var(--ml-r-md);background:var(--ml-lavender);color:#fff;font-size:17px;cursor:pointer}.composer__send:disabled{opacity:.45;cursor:default}.quick{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.chip{border:1px solid var(--ml-border);background:var(--ml-surface-2);color:var(--ml-text-muted);font:inherit;font-size:12.5px;padding:6px 12px;border-radius:var(--ml-r-pill);cursor:pointer}.chip:hover{background:var(--ml-lavender-50)}.drawer{position:fixed;top:0;right:0;height:100vh;width:min(440px,92vw);background:var(--ml-surface-2);border-left:1px solid var(--ml-border);box-shadow:var(--ml-shadow);display:flex;flex-direction:column;z-index:50}.drawer__head{align-items:center;justify-content:space-between;border-bottom:1px solid var(--ml-border)}.drawer__body,.drawer__head{display:flex;padding:14px 18px}.drawer__body{flex:1 1;overflow-y:auto;flex-direction:column;gap:12px}.scrim{position:fixed;inset:0;background:rgba(61,46,80,.28);z-index:40}.seg__tag{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:11px;font-weight:800;color:#fff;background:var(--ml-lavender);border-radius:50%;margin-bottom:4px}.seg__tag[data-speaker=B]{background:#ff9aa2}.seg__tag[data-speaker=C]{background:#1da870}.seg__tag[data-speaker=D]{background:#ffcb73;color:var(--ml-plum)}.seg__tag[data-speaker=E]{background:#5aa9e6}.seg__original{font-size:12px;color:var(--ml-text-muted)}.seg__translation{font-size:13px;color:var(--ml-plum)}.icon-btn{border:none;background:transparent;color:var(--ml-text-muted);font-size:20px;cursor:pointer;line-height:1;padding:4px;border-radius:var(--ml-r-md)}.icon-btn:hover{background:var(--ml-lavender-50)}.md>:first-child{margin-top:0}.md>:last-child{margin-bottom:0}.md ol,.md p,.md ul{margin:0 0 8px}.md ol,.md ul{padding-left:20px}.md li{margin:2px 0}.md li>p{margin:0}.md h1,.md h2,.md h3{margin:14px 0 6px;color:var(--ml-plum)}.md h2{font-size:16px}.md h3{font-size:14px}.md code{background:var(--ml-lavender-50);padding:1px 5px;border-radius:5px;font-size:.9em}.md pre{background:var(--ml-surface);padding:12px;border-radius:var(--ml-r-md);overflow-x:auto}.md pre code{background:none;padding:0}.md table{border-collapse:collapse;width:100%;margin:8px 0;font-size:13px}.md td,.md th{border:1px solid var(--ml-border);padding:6px 9px;text-align:left}.md th{background:var(--ml-lavender-50)}.cite,.md a{color:var(--ml-lavender-deep)}.cite{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;margin:0 1px;padding:0 4px;font-size:10px;font-weight:700;background:var(--ml-lavender-50);border:1px solid var(--ml-border);border-radius:var(--ml-r-pill);text-decoration:none;vertical-align:super}.cite:hover{background:var(--ml-lavender);color:#fff}.cite__card{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);width:250px;padding:10px 11px;background:#fff;border:1px solid var(--ml-border);border-radius:var(--ml-r-md);box-shadow:var(--ml-shadow);opacity:0;visibility:hidden;transition:opacity .12s ease;z-index:30;text-align:left}.cite:hover .cite__card{opacity:1;visibility:visible}.cite__head{display:flex;align-items:center;gap:6px;margin-bottom:4px}.cite__fav{width:14px;height:14px;border-radius:3px;flex:none}.cite__title{font-size:11.5px;font-weight:700;color:var(--ml-plum);line-height:1.25}.cite__desc{display:block;font-size:10.5px;color:var(--ml-text-muted);line-height:1.35;max-height:50px;overflow:hidden}.cite__host{display:block;margin-top:4px;font-size:10px;color:var(--ml-lavender-deep)}.markmap{position:relative;margin:10px 0;height:360px;border-radius:var(--ml-r-md);background:#0d0d14;overflow:hidden}.markmap__svg{width:100%;height:100%;display:block}.markmap__dl{position:absolute;right:10px;bottom:10px;border:none;border-radius:var(--ml-r-md);background:hsla(0,0%,100%,.14);color:#fff;font:inherit;font-size:12px;font-weight:700;padding:6px 11px;cursor:pointer}.markmap__dl:hover{background:hsla(0,0%,100%,.26)}