:root{--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--blue: #2563eb;--blue-dark: #1d4ed8;--blue-soft: #eff6ff;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--bg: #f1f5f9;--white: #ffffff;--danger: #dc2626;--danger-soft: #fef2f2;--xpat-orange: #e5723d;--sidebar-width: 288px}*{box-sizing:border-box}body{font-family:var(--font);background:var(--bg);color:var(--text);margin:0;min-height:100vh}button,input,textarea{font-family:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:2px}.app-layout{display:flex;height:100vh;width:100%;background:var(--bg);overflow:hidden}.sidebar-backdrop{display:none}.sidebar{width:var(--sidebar-width);flex:0 0 var(--sidebar-width);background:var(--white);border-right:1px solid var(--border);padding:20px 16px 16px;display:flex;flex-direction:column;min-height:0}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:4px 8px 18px}.sidebar-logo{width:42px;height:auto}.sidebar-brand-text{display:flex;flex-direction:column;gap:1px}.sidebar-brand-name{font-size:16px;font-weight:700;letter-spacing:-.02em}.sidebar-brand-sub{font-size:12px;color:var(--muted)}.new-chat-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:0 0 14px;padding:11px 14px;border:none;border-radius:12px;background:var(--blue);color:var(--white);font-size:14px;font-weight:600;cursor:pointer}.new-chat-button svg{width:16px;height:16px}.new-chat-button:hover{background:var(--blue-dark)}.sidebar-search{position:relative;margin-bottom:14px}.sidebar-search svg{position:absolute;top:50%;left:12px;width:15px;height:15px;transform:translateY(-50%);color:#94a3b8}.sidebar-search input{width:100%;padding:10px 12px 10px 34px;border:1px solid var(--border);border-radius:10px;background:#f8fafc;color:var(--text);font-size:13px}.sidebar-search input:focus{background:var(--white);border-color:#93c5fd}.conversation-list{display:flex;flex-direction:column;gap:6px;overflow-y:auto;min-height:0;padding-right:2px}.sidebar-empty{margin:18px 8px;color:var(--muted);font-size:13px;text-align:center}.conversation-row{position:relative;display:flex;align-items:center;gap:4px;border-radius:12px}.conversation-row.menu-open{z-index:6}.conversation-row.confirming{background:var(--danger-soft)}.conversation-item{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px;margin:0;padding:10px 12px;border:none;border-radius:12px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.conversation-title{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:550}.conversation-meta{font-size:11px;color:#94a3b8}.conversation-item:hover,.conversation-row:hover .conversation-item{background:#f8fafc}.conversation-row.active .conversation-item{background:var(--blue-soft)}.conversation-row.active .conversation-title{color:#1e40af}.conversation-actions{position:relative;display:flex;gap:2px;opacity:0;pointer-events:none;padding-right:4px}.conversation-row:hover .conversation-actions,.conversation-row:focus-within .conversation-actions,.conversation-row.menu-open .conversation-actions{opacity:1;pointer-events:auto}.row-icon{width:28px;height:28px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#64748b;cursor:pointer}.chat-menu-button,.chat-menu-button:hover,.chat-menu-button.active{color:var(--xpat-orange)}.chat-menu-button:hover,.chat-menu-button.active{background:#e5723d1f}.chat-menu{position:absolute;top:calc(100% + 4px);right:4px;z-index:8;min-width:156px;padding:6px;border:1px solid var(--border);border-radius:12px;background:var(--white);box-shadow:0 12px 30px #0f172a1f}.row-icon svg{width:14px;height:14px}.row-icon:hover{background:#e2e8f0;color:var(--text)}.row-icon.chat-menu-button,.row-icon.chat-menu-button:hover,.row-icon.chat-menu-button.active{color:var(--xpat-orange)}.row-icon.chat-menu-button:hover,.row-icon.chat-menu-button.active{background:#e5723d1f}.row-icon.chat-menu-button svg{width:16px;height:16px}.row-icon.danger:hover{background:var(--danger-soft);color:var(--danger)}.rename-input{flex:1;min-width:0;margin:4px;padding:8px 10px;border:1px solid #93c5fd;border-radius:8px;font-size:13px}.delete-confirm{display:flex;align-items:center;gap:6px;width:100%;padding:8px 10px;font-size:12px;color:#991b1b}.delete-confirm span{flex:1}.confirm-cancel,.confirm-delete{margin:0;padding:5px 8px;border:none;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer}.confirm-cancel{background:#e2e8f0;color:#334155}.confirm-delete{background:var(--danger);color:var(--white)}.skeleton-row,.skeleton-message{border-radius:12px;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc 37%,#eef2f7 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}.skeleton-row{height:52px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.chat-panel{flex:1;min-width:0;display:flex;flex-direction:column;background:#f8fafc}.chat-header{display:flex;align-items:center;gap:14px;min-height:68px;padding:12px 22px;background:var(--white);border-bottom:1px solid var(--border)}.header-title-block{flex:1;min-width:0}.header-title-block h1{margin:0;font-size:16px;font-weight:650;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-title-block p{margin:2px 0 0;color:var(--muted);font-size:12px}.header-user{position:relative;display:flex;align-items:center}.user-menu-button{display:flex;align-items:center;gap:10px;margin:0;padding:4px 8px 4px 4px;border:1px solid transparent;border-radius:999px;background:transparent;color:#334155;cursor:pointer}.user-menu-button:hover,.header-user.open .user-menu-button{background:#f8fafc;border-color:var(--border)}.user-menu-caret{width:16px;height:16px;color:#94a3b8;transition:transform .15s ease}.header-user.open .user-menu-caret{transform:rotate(180deg)}.user-avatar,.message-avatar{width:32px;height:32px;flex:0 0 32px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:700}.message-avatar img,.user-avatar img{width:100%;height:100%;object-fit:contain;background:var(--white)}.user-name{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;color:#334155}.user-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:12;width:240px;padding:8px;border:1px solid var(--border);border-radius:14px;background:var(--white);box-shadow:0 16px 36px #0f172a24}.user-menu-profile{display:flex;align-items:center;gap:10px;margin-bottom:6px;padding:8px 8px 10px;border-bottom:1px solid var(--border)}.user-menu-identity{min-width:0;display:flex;flex-direction:column;gap:2px}.user-menu-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;color:var(--text)}.user-menu-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:var(--muted)}.ghost-button{margin:0;padding:8px 12px;border:1px solid var(--border);border-radius:10px;background:var(--white);color:#334155;font-size:13px;font-weight:600;cursor:pointer}.ghost-button:hover{background:#f8fafc}.icon-button{display:none;width:36px;height:36px;margin:0;padding:0;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:10px;background:var(--white);color:#334155;cursor:pointer}.icon-button svg{width:18px;height:18px}.chat-box{flex:1;min-height:0;overflow-y:auto;padding:28px 28px 8px}.chat-skeleton{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.skeleton-message{height:72px;max-width:70%}.skeleton-message.user{align-self:flex-end}.empty-state{min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;text-align:center;color:var(--muted)}.empty-state-logo{width:72px;height:auto;margin-bottom:6px}.empty-state h3{margin:0;color:var(--text);font-size:24px;letter-spacing:-.03em}.empty-state p{max-width:460px;margin:0 0 8px;line-height:1.55}.suggestion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,180px));gap:10px;margin-top:8px}.suggestion-chip{margin:0;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--white);color:#1e3a8a;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #0f172a0a}.suggestion-chip:hover{border-color:#93c5fd;background:var(--blue-soft)}.message-block{display:flex;gap:12px;max-width:860px;margin:0 auto 20px;animation:message-in .22s ease}.message-block.user{flex-direction:row-reverse}@keyframes message-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.message-content{max-width:min(74%,640px);min-width:0}.message-block.user .message-content{display:flex;flex-direction:column;align-items:flex-end}.message-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;padding:0 4px}.message-block.user .message-header{flex-direction:row-reverse}.message-sender{font-size:12px;font-weight:650;color:#334155}.message-time{font-size:11px;color:#94a3b8}.message{padding:12px 16px;border-radius:18px;line-height:1.55;font-size:15px}.message.user{background:var(--blue);color:var(--white);border-radius:18px 18px 6px;white-space:pre-wrap}.message.assistant{background:var(--white);border:1px solid var(--border);border-radius:18px 18px 18px 6px;color:var(--text);box-shadow:0 8px 20px #0f172a0a;white-space:normal}.message.pending{min-width:64px}.customer-reply{margin-top:12px;overflow:hidden;border:1px dashed #93c5fd;border-radius:14px;background:#f8fbff}.customer-reply-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px 6px 14px;background:#eff6ff;color:#1e3a8a;font-size:12px;font-weight:700}.customer-reply-body{padding:10px 14px 12px}.customer-reply-body>:last-child{margin-bottom:0}.message-actions{display:flex;justify-content:flex-start;align-items:center;gap:2px;margin-top:6px;opacity:1}.message-block.user .message-actions{justify-content:flex-end}@media(hover:hover)and (pointer:fine){.message-actions{opacity:0;transition:opacity .15s ease}.message-block:hover .message-actions,.message-block:focus-within .message-actions,.message-block.copied .message-actions,.message-block.menu-open .message-actions{opacity:1}}.action-button{width:30px;height:30px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;color:#64748b;cursor:pointer}.action-button svg{width:16px;height:16px}.action-button:hover,.action-button.active{background:#e2e8f0;color:#334155}.action-button.selected-up{background:#dcfce7;color:#166534}.action-button.selected-down{background:#fee2e2;color:#991b1b}.copy-button.copied,.copy-button.copied:hover{background:#dcfce7;color:#166534}.more-wrap{position:relative}.more-menu{position:absolute;bottom:calc(100% + 4px);top:auto;left:0;z-index:8;min-width:148px;padding:6px;border:1px solid var(--border);border-radius:12px;background:var(--white);box-shadow:0 12px 30px #0f172a1f}.message-block.user .more-menu{left:auto;right:0}.more-menu-item{width:100%;margin:0;padding:8px 10px;display:flex;align-items:center;gap:10px;border:none;border-radius:8px;background:transparent;color:var(--text);font-size:13px;font-weight:550;text-align:left;cursor:pointer}.more-menu-item svg{width:15px;height:15px;flex:0 0 15px}.more-menu-item:hover{background:#f1f5f9}.more-menu-item.danger{color:var(--danger)}.more-menu-item.danger:hover{background:var(--danger-soft)}.sources-backdrop{display:none}.sources-panel{width:320px;flex:0 0 320px;display:flex;flex-direction:column;min-height:0;background:var(--white);border-left:1px solid var(--border)}.sources-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 14px;border-bottom:1px solid var(--border)}.sources-header h2{margin:0;font-size:16px;letter-spacing:-.02em}.sources-header p{margin:4px 0 0;color:var(--muted);font-size:12px}.sources-close{width:32px;height:32px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:10px;background:var(--white);color:#334155;cursor:pointer}.sources-close svg{width:14px;height:14px}.sources-close:hover{background:#f8fafc}.sources-body{overflow-y:auto;padding:16px 18px 24px}.sources-empty{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.sources-body ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.sources-body li{padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#f8fafc;color:#1e293b;font-size:13px;line-height:1.45;word-break:break-word}.message.assistant h1,.message.assistant h2,.message.assistant h3{margin:12px 0 8px;color:var(--text);line-height:1.3}.message.assistant p{margin:0 0 10px}.message.assistant ul,.message.assistant ol{padding-left:22px;margin:8px 0 12px}.message.assistant li{margin-bottom:6px}.message.assistant code{background:#f1f5f9;padding:2px 6px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em}.message.assistant pre{background:#0f172a;color:#e2e8f0;padding:14px;border-radius:12px;overflow-x:auto}.message.assistant pre code{background:transparent;color:inherit;padding:0}.message.assistant blockquote{margin:8px 0 12px;padding:4px 0 4px 12px;border-left:3px solid var(--blue);color:#475569}.message.assistant table{width:100%;margin:10px 0 14px;border-collapse:collapse;font-size:13px}.message.assistant th,.message.assistant td{padding:8px 10px;border:1px solid var(--border);text-align:left}.message.assistant th{background:#f8fafc}.typing-indicator{display:inline-flex;align-items:center;gap:5px;height:20px}.typing-indicator span{width:7px;height:7px;background:#64748b;border-radius:50%;display:inline-block;animation:typing-bounce 1.2s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.composer-wrap{padding:8px 24px 20px}.composer{display:flex;align-items:flex-end;gap:10px;max-width:860px;margin:0 auto;padding:10px 10px 10px 16px;background:var(--white);border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 30px #0f172a0f}.composer textarea{flex:1;min-height:24px;max-height:160px;margin:0;padding:8px 0;border:none;resize:none;background:transparent;color:var(--text);font-size:15px;line-height:1.45}.composer textarea:focus{outline:none}.composer textarea:disabled{opacity:.65}.send-button{width:40px;height:40px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:12px;background:var(--blue);color:var(--white);cursor:pointer}.send-button svg{width:18px;height:18px}.send-button:hover:not(:disabled){background:var(--blue-dark)}.send-button:disabled{opacity:.4;cursor:not-allowed}.composer-hint{max-width:860px;margin:8px auto 0;color:#94a3b8;font-size:12px;text-align:center}.toast{position:fixed;right:16px;bottom:16px;left:auto;max-width:min(360px,calc(100vw - 32px));z-index:40;padding:12px 16px;border-radius:12px;background:#0f172a;color:var(--white);font-size:13px;box-shadow:0 12px 30px #0f172a33}.modal-backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a66}.modal{width:min(420px,100%);padding:24px;border-radius:16px;background:var(--white);box-shadow:0 20px 50px #0f172a33}.modal h3{margin:0 0 8px;font-size:18px}.modal p{margin:0 0 18px;color:var(--muted);line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.danger-button{margin:0;padding:8px 14px;border:none;border-radius:10px;background:var(--danger);color:var(--white);font-size:13px;font-weight:600;cursor:pointer}.danger-button:hover{background:#b91c1c}@media(max-width:1100px){.sources-backdrop{display:block;position:fixed;inset:0;z-index:34;background:#0f172a47}.sources-panel{position:fixed;top:0;right:0;bottom:0;z-index:36;width:min(320px,92vw);flex:none;box-shadow:-8px 0 30px #0f172a1f}}@media(max-width:860px){.sidebar-backdrop{display:block;position:fixed;inset:0;z-index:20;background:#0f172a47}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;transform:translate(-100%);transition:transform .18s ease;box-shadow:8px 0 30px #0f172a1f}.app-layout.sidebar-open .sidebar{transform:translate(0)}.menu-button{display:inline-flex}.user-menu-button .user-name,.user-menu-caret{display:none}.chat-box,.composer-wrap{padding-left:16px;padding-right:16px}.message-content{max-width:calc(100% - 44px)}.suggestion-grid{grid-template-columns:1fr;width:min(320px,100%)}.conversation-actions{opacity:1;pointer-events:auto}}.login-page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:9vh 24px 48px;box-sizing:border-box;background:linear-gradient(135deg,#2d88c5,#b9cde2);background-attachment:fixed}.login-container{width:min(440px,100%);background:#fffffff7;padding:42px;border:1px solid rgba(203,213,225,.8);border-radius:20px;box-shadow:0 20px 45px #0f172a24,0 4px 12px #0f172a0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-sizing:border-box}.login-brand{display:flex;flex-direction:column;align-items:center;gap:14px}.company-logo{width:130px;height:auto;margin-bottom:10px}.login-container h1{margin:0;color:#0f172a;font-size:32px;font-weight:750;line-height:1.2;letter-spacing:-.025em;text-align:center}.login-subtitle{margin:16px 0 22px;color:#64748b;font-size:16px;line-height:1.5;text-align:center}.login-info{width:100%;display:flex;align-items:flex-start;gap:11px;margin-bottom:22px;padding:13px 15px;box-sizing:border-box;border:1px solid #bfdbfe;border-radius:11px;background:#eff6ff;color:#1e3a8a;font-size:14px;line-height:1.5}.login-info-icon{flex:0 0 auto;width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;margin-top:1px;border-radius:50%;background:#2563eb;color:#fff;font-size:12px;font-weight:700}.login-info strong{color:#172554}.google-login-button{width:100%;min-height:54px;margin:0;padding:12px 18px;border:1px solid #cbd5e1;border-radius:11px;background:#fff;color:#1e293b;cursor:pointer;font-size:16px;font-weight:650;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.google-login-button:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8;box-shadow:0 5px 14px #0f172a17;transform:translateY(-1px)}.google-login-button:active:not(:disabled){transform:translateY(0);box-shadow:none}.google-login-button:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:2px}.google-login-button:disabled{cursor:not-allowed;opacity:.65;transform:none}.google-button-content{display:flex;align-items:center;justify-content:center;gap:12px}.google-icon{width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid #dbe2ea;border-radius:50%;background:#fff;color:#4285f4;font-size:14px;font-weight:750}.login-help{margin:17px 6px 0;color:#64748b;font-size:13px;line-height:1.5;text-align:center}.login-error{margin:18px 0 0;padding:11px 13px;border:1px solid #fecaca;border-radius:9px;background:#fef2f2;color:#b91c1c;font-size:14px;line-height:1.45;text-align:center}@media(max-width:520px){.login-page{padding:32px 16px;align-items:center}.login-container{padding:30px 22px;border-radius:16px}.login-container h1{font-size:28px}}
