:root{font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic",sans-serif;color:#302a35;background:#f4eff5}*{box-sizing:border-box}body{margin:0;min-height:100dvh}.hidden{display:none!important}.guest-shell{width:min(760px,100%);min-height:100dvh;margin:auto;background:#fff}.guest-card{min-height:100dvh;padding:max(44px,env(safe-area-inset-top)) 24px 40px;display:flex;flex-direction:column;justify-content:center}.mark{width:68px;height:68px;border-radius:24px;background:#7c5d8e;color:#fff;display:grid;place-items:center;font:36px Georgia,serif}.eyebrow{letter-spacing:.16em;font-size:12px;color:#846c91;font-weight:700}.guest-card h1{font-family:Georgia,"Yu Mincho",serif;font-size:34px;margin:.35em 0}.guest-card form{display:grid;gap:16px;margin-top:22px}label{display:grid;gap:7px;font-weight:650}input,textarea{font:inherit;border:1px solid #ddd4e1;border-radius:16px;padding:15px;background:#fcfafc;color:inherit}button{font:inherit;border:0;border-radius:16px;padding:15px;background:#795b8b;color:#fff;font-weight:700}.privacy{font-size:13px;color:#766e79;line-height:1.7}.error{color:#9a3f49;min-height:1.5em}.chat-screen{height:100dvh;display:grid;grid-template-rows:auto 1fr auto}.chat-screen header{display:flex;align-items:center;justify-content:space-between;padding:max(16px,env(safe-area-inset-top)) 18px 14px;border-bottom:1px solid #eee7f0}.chat-screen header>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 9px}.chat-screen header small{grid-column:2;color:#7b727e}.presence{width:10px;height:10px;border-radius:50%;background:#70b98b}.quiet{background:#f2edf4;color:#655c69;padding:10px 12px}.guest-messages{overflow:auto;padding:22px 16px;display:flex;flex-direction:column;gap:14px}.message{max-width:88%;padding:13px 15px;border-radius:18px;line-height:1.65;white-space:pre-wrap}.message.user{align-self:flex-end;background:#765789;color:#fff;border-bottom-right-radius:5px}.message.assistant{align-self:flex-start;background:#f3eef5;border-bottom-left-radius:5px}.message strong{display:block;font-size:12px;margin-bottom:4px;opacity:.75}#guest-composer{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 14px max(12px,env(safe-area-inset-bottom));border-top:1px solid #eee7f0;background:#fff}#guest-composer textarea{resize:none;max-height:150px}#guest-send{align-self:stretch;padding:10px 18px}@media(min-width:680px){.guest-shell{box-shadow:0 0 50px #d9cfdd}.guest-card{padding-inline:80px}}
