:root{--red:#c9363d;--red-dark:#9f242c;--ink:#171717;--muted:#666;--line:#e7e7e7;--surface:#fff;--soft:#f7f7f8}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{color:var(--ink);background:transparent;font-family:Inter,ui-sans-serif,system-ui,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid rgba(201,54,61,.28);outline-offset:2px}.preview{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f3f3f3}.launcher{position:fixed;z-index:30;right:22px;bottom:22px;display:flex;align-items:center;gap:10px;border:0;border-radius:999px;padding:14px 18px;color:white;background:var(--red);box-shadow:0 12px 35px rgba(72,20,23,.3);font-weight:750}.launcher:hover{background:var(--red-dark);transform:translateY(-1px)}.panel{position:fixed;z-index:29;right:22px;bottom:88px;width:min(410px,calc(100vw - 28px));height:min(680px,calc(100dvh - 112px));display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid rgba(0,0,0,.1);border-radius:24px;background:var(--surface);box-shadow:0 22px 70px rgba(0,0,0,.22)}.header{justify-content:space-between;padding:16px 18px;color:white;background:linear-gradient(135deg,#b42831,#d84a50)}.header,.identity{display:flex;align-items:center}.identity{gap:11px}.mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:white;color:var(--red);font-weight:900}.header h1{margin:0;font-size:16px}.header p{margin:2px 0 0;font-size:12px;opacity:.9}.iconButton{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;color:inherit;background:rgba(255,255,255,.14)}.messages{overflow-y:auto;padding:20px 16px;background:linear-gradient(#fff,#fafafa);scroll-behavior:smooth}.message{max-width:86%;margin:0 0 12px;padding:11px 13px;border-radius:17px;font-size:14px;line-height:1.48;white-space:pre-wrap}.assistant{border-bottom-left-radius:5px;background:#f0f0f2}.user{margin-left:auto;border-bottom-right-radius:5px;color:white;background:var(--red)}.timestamp{margin-top:4px;font-size:10px;opacity:.65}.suggestions{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 16px}.chip{border:1px solid #e3b6b9;border-radius:999px;padding:7px 10px;color:#8e252c;background:#fff}.chip,.notice{font-size:12px}.notice{margin:0 0 12px;padding:10px 12px;border-left:3px solid var(--red);border-radius:8px;color:#555;background:#fff4f4;line-height:1.4}.composer{padding:12px;border-top:1px solid var(--line);background:#fff}.composerRow{display:flex;align-items:flex-end;gap:8px}.composer textarea{flex:1 1;min-height:44px;max-height:110px;resize:none;border:1px solid #d7d7da;border-radius:14px;padding:11px 12px}.send{display:grid;place-items:center;flex:0 0 44px;height:44px;border:0;border-radius:14px;color:white;background:var(--red)}.send:disabled{opacity:.5;cursor:not-allowed}.legal{margin:8px 4px 0;text-align:center;color:#777;font-size:10px}.typing{display:flex;gap:4px;align-items:center;width:-moz-fit-content;width:fit-content}.typing i{width:6px;height:6px;border-radius:50%;background:#888;animation:pulse 1.1s infinite}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (max-width:600px){.launcher{right:14px;bottom:14px}.panel{inset:0;width:100%;height:100dvh;border:0;border-radius:0}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}