:root{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;line-height:1.5;color:#111;background:#f6f7fb}*{box-sizing:border-box}body{margin:0;min-height:100vh}.container{max-width:900px;margin:0 auto;padding:24px}.card{background:#fff;border:1px solid #e7e9f1;border-radius:16px;box-shadow:0 6px 24px #1118270f}.header{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e7e9f1}.title{font-weight:700}.badge{font-size:12px;padding:4px 8px;border-radius:999px;background:#eef2ff;border:1px solid #dbeafe}.chat{height:65vh;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:12px}.bubble{max-width:80%;padding:10px 12px;border-radius:14px;border:1px solid #e7e9f1;white-space:pre-wrap}.user{margin-left:auto;background:#eef2ff}.assistant{margin-right:auto;background:#fff}.footer{display:flex;gap:10px;padding:14px 18px;border-top:1px solid #e7e9f1}.input{flex:1;padding:10px 12px;border-radius:12px;border:1px solid #d1d5db;outline:none}.button{padding:10px 14px;border-radius:12px;border:1px solid #d1d5db;background:#111827;color:#fff;cursor:pointer}.button:disabled{opacity:.6;cursor:not-allowed}.small{font-size:12px;color:#6b7280}
