:root{--bs-body-font-family:"Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html,body{background-color:#1a1f2e;height:100%;margin:0;font-family:Sarabun,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mobile-wrap{background:#1a1f2e;flex-direction:column;max-width:430px;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 30px #0006}.chat-layout{background:#1a1f2e;flex-direction:column;max-width:430px;height:100dvh;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 0 30px #0006}.chat-header{color:#fff;z-index:10;background:#212736;flex-shrink:0;align-items:center;gap:12px;padding:12px 16px;display:flex;box-shadow:0 1px #ffffff0f}.chat-header .oa-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:38px;height:38px}.chat-header .oa-logo{object-fit:contain;flex-shrink:0;width:auto;max-width:110px;height:32px;margin-left:auto}.messages-area{scroll-behavior:smooth;flex-direction:column;flex:1;gap:4px;padding:16px 12px;display:flex;overflow-y:auto}.messages-area::-webkit-scrollbar{width:4px}.messages-area::-webkit-scrollbar-track{background:0 0}.messages-area::-webkit-scrollbar-thumb{background:#3a4055;border-radius:4px}.msg-row{margin-bottom:2px;display:flex}.msg-row.me{justify-content:flex-end}.msg-row.other{justify-content:flex-start}.msg-row.system{justify-content:center}.msg-row.me>div,.msg-row.other>div{max-width:72%}.bubble{word-break:break-word;border-radius:18px;width:max-content;max-width:100%;padding:9px 13px;font-size:.92rem;line-height:1.45;position:relative}.bubble-me{color:#fff;background:#e8961e;border-radius:18px 18px 4px;box-shadow:0 2px 6px #e8961e4d}.bubble-other{color:#e8eaf0;background:#2c3347;border-radius:18px 18px 18px 4px;box-shadow:0 1px 4px #0000004d}.bubble-system{color:#8b95b0;text-align:center;background:#ffffff14;border:1px solid #ffffff14;border-radius:20px;max-width:80%;padding:6px 16px;font-size:.78rem}.bubble-time{opacity:.7;text-align:right;white-space:nowrap;margin-top:3px;font-size:.67rem;display:block}.bubble-me .bubble-time{color:#ffffffbf}.bubble-other .bubble-time{color:#6b7590;text-align:left}.sender-name{color:#e8961e;margin-bottom:3px;margin-left:4px;font-size:.72rem}.msg-img{object-fit:cover;cursor:pointer;border-radius:12px;max-width:200px;max-height:200px;display:block}.bubble-pending{opacity:.55}.typing-bubble{background:#2c3347;border-radius:18px 18px 18px 4px;align-items:center;gap:4px;padding:10px 14px;display:flex;box-shadow:0 1px 4px #0000004d}.typing-dot{background:#6b7590;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite typingPulse}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingPulse{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chat-input-bar{background:#212736;border-top:1px solid #ffffff0f;flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.chat-textarea{resize:none;color:#e8eaf0;background:#2c3347;border:1.5px solid #3a4055;border-radius:22px;outline:none;flex:1;max-height:100px;padding:9px 16px;font-family:inherit;font-size:.92rem;line-height:1.4;transition:border-color .15s}.chat-textarea::placeholder{color:#5a6278}.chat-textarea:focus{background:#2c3347;border-color:#e8961e}.chat-send-btn{color:#fff;cursor:pointer;background:#e8961e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;transition:transform .1s,opacity .15s;display:flex;box-shadow:0 2px 6px #e8961e66}.chat-send-btn:disabled{opacity:.35;cursor:not-allowed;transform:none}.chat-send-btn:not(:disabled):active{transform:scale(.92)}.chat-icon-btn{color:#6b7590;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;transition:color .15s;display:flex}.chat-icon-btn:hover{color:#e8961e}.conv-item{cursor:pointer;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:14px 16px;transition:background .15s;display:flex}.conv-item:hover,.conv-item:active{background:#ffffff0a}.avatar-circle{color:#fff;letter-spacing:.5px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1rem;font-weight:700;display:flex}.load-more-btn{justify-content:center;align-items:center;margin-bottom:8px;padding:8px 0;display:flex}.empty-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.lightbox-overlay{z-index:9999;cursor:zoom-out;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-img{object-fit:contain;border-radius:8px;max-width:95vw;max-height:90vh}.slip-badge{cursor:pointer;color:#374151;background:#f3f4f6;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;margin-top:6px;padding:6px 10px;font-size:.78rem;font-weight:500;transition:filter .15s;display:inline-flex}.slip-badge:hover{filter:brightness(.95)}.slip-badge.slip-success{color:#065f46;background:#d1fae5;border-color:#6ee7b7}.slip-badge.slip-pending{color:#1e40af;background:#dbeafe;border-color:#93c5fd}.slip-badge.slip-warning{color:#92400e;background:#fef3c7;border-color:#fcd34d}.slip-badge.slip-danger{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.slip-badge .slip-amount{opacity:.85;border-left:1px solid;margin-left:4px;padding-left:8px;font-weight:600}.slip-spin{animation:.9s linear infinite slip-spin}@keyframes slip-spin{to{transform:rotate(360deg)}}.slip-overlay{z-index:9998;background:#0000008c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.slip-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:460px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000059}.slip-modal-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:center;padding:14px 16px;font-size:.95rem;display:flex}.slip-modal-body{padding:16px;overflow-y:auto}.slip-modal-footer{border-top:1px solid #eef0f4;justify-content:flex-end;padding:12px 16px;display:flex}.btn-close-x{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.btn-close-x:hover{background:#f3f4f6}.slip-status-banner{border-radius:10px;align-items:center;gap:12px;margin-bottom:14px;padding:12px 14px;display:flex}.slip-status-banner.slip-success{color:#065f46;background:#d1fae5}.slip-status-banner.slip-pending{color:#1e40af;background:#dbeafe}.slip-status-banner.slip-warning{color:#92400e;background:#fef3c7}.slip-status-banner.slip-danger{color:#991b1b;background:#fee2e2}.slip-status-banner .banner-msg{opacity:.85;margin-top:2px;font-size:.78rem}.slip-amount-large{font-size:1.15rem;font-weight:700}.slip-grid{grid-template-columns:110px 1fr;gap:10px 14px;margin:0;font-size:.85rem;display:grid}.slip-grid dt{color:#6b7280;font-weight:500}.slip-grid dd{color:#1f2937;word-break:break-word;margin:0}.slip-grid dd .dd-sub{color:#6b7280;margin-top:2px;font-size:.78rem}.slip-grid dd code{background:#f3f4f6;border-radius:4px;padding:1px 6px;font-size:.78rem}.date-sep{align-items:center;gap:10px;margin:8px 0;display:flex}.date-sep span{color:#5a6278;white-space:nowrap;background:#212736;border-radius:10px;padding:2px 10px;font-size:.72rem}.date-sep:before,.date-sep:after{content:"";background:#ffffff12;flex:1;height:1px}.upload-indicator{color:#e8961e;background:#e8961e26;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;display:flex}
