.chat[data-v-c2cd78bd]{display:flex;flex-direction:column;gap:12px}.history[data-v-c2cd78bd]{height:420px;overflow:auto;background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:12px}.msg[data-v-c2cd78bd]{margin-bottom:12px}.msg .role[data-v-c2cd78bd]{font-size:12px;color:var(--gray-600);margin-bottom:4px}.msg.user .content[data-v-c2cd78bd]{background:#eef6ff;border:1px solid #d9ebff}.msg.assistant .content[data-v-c2cd78bd]{background:#f7f7ff;border:1px solid #ebebff}.content[data-v-c2cd78bd]{padding:10px;border-radius:10px;white-space:pre-wrap;line-height:1.4}.composer[data-v-c2cd78bd]{display:flex;gap:8px}textarea[data-v-c2cd78bd]{flex:1;padding:10px;border-radius:10px;border:1px solid var(--gray-300);resize:vertical}button[data-v-c2cd78bd]{padding:10px 14px;border:0;border-radius:10px;background:var(--brand);color:#fff;font-weight:600;cursor:pointer}button[disabled][data-v-c2cd78bd]{opacity:.6;cursor:not-allowed}:root{--brand:#3f9bf1;--black:#000;--white:#fff;--purple:#6f42c1;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-600:#6c757d}*{box-sizing:border-box}html,body,#app{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--gray-100);color:#111}a{color:var(--brand);text-decoration:none}.header{position:sticky;top:0;background:var(--white);border-bottom:1px solid var(--gray-200);padding:12px 16px;display:flex;align-items:center;gap:12px;z-index:10}.logo{width:28px;height:28px;border-radius:6px;background:var(--brand)}.title{font-weight:700}.container{max-width:900px;margin:40px auto;padding:0 16px}.hero{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:24px;box-shadow:0 6px 24px #0000000f}.hero h1{margin:0 0 8px}.hero p{margin:0 0 16px;color:var(--gray-600)}.footer{margin:28px 0;color:var(--gray-600);font-size:14px}.footer a{margin-right:12px}
