@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css";*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#df9843;--primary-light:#fff5e9;--black:#1e1e20;--white:#fff;--grey-0:#f8f8fb;--grey-1:#f4f3f8;--grey-2:#ededf3;--grey-3:#e8e7ed;--grey-4:#d8d8e0;--grey-5:#bdbec6;--grey-6:#a0a0a6;--grey-7:#68686d;--false:#ff426f;--customer-bg:#1e1e20;--agent-bg:#fff;--system-bg:#fff5e9;--system-text:#9a6b2f}body{background:var(--grey-0);color:var(--black);-webkit-text-size-adjust:100%;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Malgun Gothic,sans-serif}a,button{color:inherit;background-color:#0000;text-decoration:none}a:focus,button:focus{outline:none}.chat-container{background:var(--grey-0);flex-direction:column;max-width:480px;height:100dvh;margin:0 auto;display:flex}.chat-header{background:var(--white);border-bottom:1px solid var(--grey-2);flex-shrink:0;align-items:center;padding:14px 20px;display:flex}.chat-header h1{color:var(--black);flex:1;font-size:17px;font-weight:600}.connection-status{border-radius:50%;width:8px;height:8px;margin-left:8px}.connection-status.connected{background:#22c55e}.connection-status.disconnected{background:var(--false)}.connection-status.connecting{background:var(--primary)}.message-list{-webkit-overflow-scrolling:touch;flex:1;padding:16px 20px;overflow-y:auto}.session-divider{align-items:center;gap:12px;margin:24px 0 14px;display:flex}.session-divider:before,.session-divider:after{content:"";background:var(--grey-3);flex:1;height:1px}.session-divider span{color:var(--grey-6);white-space:nowrap;font-size:11px;font-weight:500}.message-row{margin-bottom:8px;display:flex}.message-row.customer{justify-content:flex-end}.message-row.agent,.message-row.system{justify-content:flex-start}.message-bubble{word-break:break-word;border-radius:16px;max-width:75%;padding:10px 14px;font-size:14px;font-weight:400;line-height:1.5}.message-row.customer .message-bubble{background:var(--customer-bg);color:var(--white);border-bottom-right-radius:4px}.message-row.agent .message-bubble{background:var(--agent-bg);color:var(--black);border:1px solid var(--grey-2);border-bottom-left-radius:4px}.message-row.system .message-bubble{background:var(--system-bg);color:var(--system-text);text-align:center;border-radius:8px;max-width:90%;margin:0 auto;font-size:12px;font-weight:500}.message-time{color:var(--grey-6);margin-top:4px;font-size:10px}.message-row.customer .message-time{text-align:right}.message-row.agent .message-time{text-align:left}.message-input-area{background:var(--white);border-top:1px solid var(--grey-2);flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 16px;display:flex}.message-input-area textarea{border:1px solid var(--grey-4);resize:none;max-height:100px;color:var(--black);border-radius:20px;outline:none;flex:1;padding:10px 16px;font-family:inherit;font-size:14px;line-height:1.4}.message-input-area textarea::placeholder{color:var(--grey-5)}.message-input-area textarea:focus{border-color:var(--primary)}.send-btn{background:var(--black);width:40px;height:40px;color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:500;display:flex}.send-btn:active{background:var(--primary)}.send-btn:disabled{background:var(--grey-4);cursor:not-allowed}.consent-overlay{z-index:100;background:#1e1e2099;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.consent-banner{background:var(--white);border-radius:20px 20px 0 0;width:100%;max-width:480px;padding:28px 24px}.consent-banner h2{color:var(--black);margin-bottom:14px;font-size:17px;font-weight:600}.consent-banner p{color:var(--grey-7);margin-bottom:24px;font-size:13px;line-height:1.7}.consent-banner a{color:var(--primary);font-weight:500;text-decoration:underline}.consent-btn{background:var(--black);width:100%;height:47px;color:var(--white);cursor:pointer;border:none;border-radius:40px;font-size:14px;font-weight:500}.consent-btn:active{background:var(--primary)}.loading-screen{height:100dvh;color:var(--grey-6);justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}.error-screen{height:100dvh;color:var(--grey-7);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:20px;font-size:14px;font-weight:500;display:flex}
