:root{--bg:#F1F4F8;--surface:#FFFFFF;--surface-2:#EAEEF3;--border:#E1E6ED;--text:#171C24;--muted:#586171;--faint:#8A94A3;--accent:#FEF08C;--accent-soft:#FEF9C3;--accent-ink:#8A6A00;--on-accent:#1F1A00;--user:#E9EEF5;--shadow:0 1px 2px rgba(20,30,45,.05), 0 6px 18px rgba(20,30,45,.05);--radius:16px;--font-ui:"Pretendard","Apple SD Gothic Neo",-apple-system,BlinkMacSystemFont,system-ui,"Segoe UI",sans-serif;--font-num:ui-monospace,"SF Mono",SFMono-Regular,Menlo,Consolas,monospace;color-scheme:light}@media(prefers-color-scheme:dark){:root{--bg:#0E1116;--surface:#161B22;--surface-2:#1B212A;--border:#262E39;--text:#E7EAF0;--muted:#8B94A3;--faint:#69727F;--accent:#FFEB60;--accent-soft:#3A3413;--accent-ink:#FFEB60;--on-accent:#1A1600;--user:#20272F;--shadow:0 1px 2px rgba(0,0,0,.4), 0 8px 24px rgba(0,0,0,.32);color-scheme:dark}}:root[data-theme=light]{--bg:#F1F4F8;--surface:#FFFFFF;--surface-2:#EAEEF3;--border:#E1E6ED;--text:#171C24;--muted:#586171;--faint:#8A94A3;--accent:#FEF08C;--accent-soft:#FEF9C3;--accent-ink:#8A6A00;--on-accent:#1F1A00;--user:#E9EEF5;--shadow:0 1px 2px rgba(20,30,45,.05), 0 6px 18px rgba(20,30,45,.05);color-scheme:light}:root[data-theme=dark]{--bg:#0E1116;--surface:#161B22;--surface-2:#1B212A;--border:#262E39;--text:#E7EAF0;--muted:#8B94A3;--faint:#69727F;--accent:#FFEB60;--accent-soft:#3A3413;--accent-ink:#FFEB60;--on-accent:#1A1600;--user:#20272F;--shadow:0 1px 2px rgba(0,0,0,.4), 0 8px 24px rgba(0,0,0,.32);color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.6}.app{max-width:760px;margin:0 auto;min-height:100vh;background:var(--bg);border-inline:1px solid var(--border);display:flex;flex-direction:column}@media(max-width:780px){.app{border-inline:none}}.stickytop{position:sticky;top:0;z-index:20}.top{background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid var(--border);padding:16px 18px 12px;display:flex;flex-direction:column;gap:10px}.brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:8px;font-size:17px;letter-spacing:-.01em;min-width:0}.brand .mark{color:var(--accent-ink);font-size:15px}.brand b{font-weight:800;letter-spacing:-.02em;background:var(--accent);color:var(--on-accent);padding:1px 8px;border-radius:6px}.brand .lw{font-weight:600;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tagline{margin:0;font-size:12.5px;color:var(--muted)}.picker{background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid var(--border);padding:10px 14px 12px;display:flex;flex-direction:column;gap:10px}.chips{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;border:1px solid var(--border);background:var(--surface);cursor:pointer;font-family:var(--font-ui);font-size:12.5px;font-weight:600;color:var(--muted);padding:6px 13px;border-radius:999px;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.chip:hover{border-color:var(--faint);color:var(--text)}.chip.active{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.chip:focus-visible{outline:2px solid var(--accent-ink);outline-offset:1px}.qsel{display:flex;align-items:center;gap:9px}.qsel-lbl{flex:0 0 auto;font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.qsel select{flex:1;min-width:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:var(--font-ui);font-size:13.5px;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:11px;padding:9px 34px 9px 13px;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.qsel select:focus-visible{outline:2px solid var(--accent-ink);outline-offset:1px;border-color:var(--accent-ink)}.chat{flex:1;padding:6px 16px 90px}.turn-wrap{scroll-margin-top:150px}.turn-wrap:not(:first-child){border-top:1px dashed var(--border)}.turn{display:flex;flex-direction:column;gap:14px;padding:16px 0;animation:rise .45s cubic-bezier(.2,.7,.3,1) both}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.turn,.followups{animation:none}}.followups{display:flex;flex-direction:column;gap:9px;padding:2px 0 10px 40px;margin-bottom:6px;animation:rise .45s cubic-bezier(.2,.7,.3,1) both}.fup-lbl{font-size:11.5px;font-weight:700;letter-spacing:.06em;color:var(--muted)}.fup-row{display:flex;flex-wrap:wrap;gap:8px}.fup{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-ui);font-size:13px;font-weight:600;text-align:left;padding:9px 14px;border-radius:12px;cursor:pointer;box-shadow:var(--shadow);transition:border-color .15s ease,color .15s ease,transform .15s ease}.fup:hover{border-color:var(--accent-ink);color:var(--accent-ink);transform:translateY(-1px)}.fup:focus-visible{outline:2px solid var(--accent-ink);outline-offset:2px}.fup-arw{color:var(--accent-ink);font-size:12px}.restart{align-self:flex-start;margin-top:2px;border:none;background:transparent;color:var(--muted);font-family:var(--font-ui);font-size:12px;font-weight:600;cursor:pointer;padding:5px 2px}.restart:hover{color:var(--accent-ink)}@media(prefers-reduced-motion:reduce){.fup:hover{transform:none}}.msg{display:flex;gap:10px}.msg.user{justify-content:flex-end}.msg.user .bubble{background:var(--user);border:1px solid var(--border);border-radius:16px 16px 4px;padding:10px 14px;font-size:14px;font-weight:600;color:var(--text);max-width:82%}.msg.assistant{align-items:flex-start}.avatar{flex:0 0 auto;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;margin-top:2px;background:var(--accent-soft);color:var(--accent-ink);font-size:14px}.msg.assistant .bubble{flex:1;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:4px 16px 16px;box-shadow:var(--shadow);padding:4px 17px;cursor:default}.answer{cursor:pointer}.period{display:inline-block;font-family:var(--font-num);font-size:11px;font-weight:600;color:var(--muted);background:var(--surface-2);border:1px solid var(--border);padding:2px 8px;border-radius:6px;margin:2px 0 12px;letter-spacing:.02em}.caret{display:inline-block;width:7px;height:1.05em;vertical-align:text-bottom;background:var(--accent-ink);margin-left:2px;border-radius:1px;animation:blink 1s steps(1) infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media(prefers-reduced-motion:reduce){.caret{animation:none}}.state{padding:60px 24px;text-align:center;color:var(--muted);font-size:13px}.md{font-size:14.5px;color:var(--text)}.md>*:first-child{margin-top:0}.md>*:last-child{margin-bottom:0}.md h1,.md h2,.md h3{line-height:1.3;letter-spacing:-.01em;margin:20px 0 10px}.md h1{font-size:20px;font-weight:800}.md h2{font-size:17px;font-weight:800}.md h3{font-size:15px;font-weight:700;color:var(--muted)}.md p{margin:10px 0}.md ul,.md ol{margin:10px 0;padding-left:22px}.md li{margin:4px 0}.md li::marker{color:var(--accent-ink)}.md a{color:var(--accent-ink);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--accent-ink) 40%,transparent)}.md a:hover{border-bottom-color:var(--accent-ink)}.md strong{font-weight:700}.md code{font-family:var(--font-num);font-size:12.5px;background:var(--surface-2);border:1px solid var(--border);padding:1px 5px;border-radius:5px}.md pre{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:13px 15px;overflow-x:auto;margin:12px 0}.md pre code{background:none;border:none;padding:0;font-size:12.5px;line-height:1.6}.md blockquote{margin:12px 0;padding:2px 14px;border-left:3px solid var(--accent-ink);color:var(--muted)}.md hr{border:none;border-top:1px solid var(--border);margin:18px 0}.md img{max-width:100%;height:auto;border-radius:10px}.md table{border-collapse:collapse;width:100%;margin:12px 0;font-size:13px;display:block;overflow-x:auto}.md th,.md td{border:1px solid var(--border);padding:7px 11px;text-align:left}.md th{background:var(--surface-2);font-weight:700}.mseg{display:flex;gap:3px;flex:0 0 auto;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:3px}.mseg button{border:none;background:transparent;cursor:pointer;font-family:var(--font-ui);font-size:11.5px;font-weight:600;color:var(--muted);padding:5px 10px;border-radius:7px;transition:background .15s ease,color .15s ease}.mseg button.active{background:var(--surface);color:var(--accent-ink);box-shadow:0 1px 2px #0000001f}.mseg button:focus-visible{outline:2px solid var(--accent-ink);outline-offset:1px}
