@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Questrial&display=swap";:root{--color_background: #fffaf8;--color_background_soft: #fff3ef;--color_surface: rgba(255, 255, 255, .92);--color_surface_strong: #ffffff;--color_border: rgba(160, 74, 24, .12);--color_border_strong: rgba(160, 74, 24, .2);--color_text: #24140e;--color_text_soft: #6e4a3b;--color_text_muted: #9a7564;--color_red: #e33b2f;--color_yellow: #ffbf2f;--color_orange: #ff7a1a;--color_user_card: #fff1ea;--color_assistant_card: #ffffff;--color_shadow: 0 24px 60px rgba(165, 77, 26, .12);--radius_xl: 30px;--radius_lg: 24px;--radius_md: 18px;--radius_sm: 14px;--sidebar_width: 320px;--content_max_width: 980px;--mobile_topbar_height: 74px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Poppins,sans-serif;background:radial-gradient(circle at top left,rgba(255,191,47,.22),transparent 28%),radial-gradient(circle at top right,rgba(227,59,47,.12),transparent 24%),linear-gradient(180deg,#fffdfc,#fff6f1);color:var(--color_text);overflow-x:hidden}button,textarea{font:inherit}img{display:block;max-width:100%}button{cursor:pointer;border:0}button:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid rgba(227,59,47,.18);outline-offset:2px}.app-shell{min-height:100vh;min-height:100dvh}.app-layout{display:grid;grid-template-columns:var(--sidebar_width) 1fr;min-height:100vh;min-height:100dvh}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#24140e42;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.mobile-overlay.show{opacity:1;visibility:visible;pointer-events:auto}.sidebar{position:sticky;top:0;height:100vh;height:100dvh;overflow:auto;border-right:1px solid rgba(160,74,24,.12);background:linear-gradient(180deg,#fffaf8f2,#fff4eee0)}.sidebar-inner{min-height:100%;padding:28px 22px 24px;display:flex;flex-direction:column;gap:20px}.sidebar-mobile-actions{display:none;justify-content:flex-end}.sidebar-close-button{width:46px;height:46px;border:1px solid var(--color_border);border-radius:16px;background:#fffffff0;color:var(--color_text);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 24px #a54d1a14}.sidebar-brand,.sidebar-section{background:transparent;border:0;border-radius:var(--radius_lg);box-shadow:none}.sidebar-brand{padding:24px}.eyebrow{margin:0 0 10px;font-family:Questrial,sans-serif;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--color_text_muted)}.sidebar-brand h1,.mobile-topbar h2{margin:0;font-size:30px;line-height:1.02;letter-spacing:-.05em;font-weight:800;color:var(--color_text)}.brand-gradient{background:linear-gradient(90deg,var(--color_red) 0%,var(--color_orange) 48%,var(--color_yellow) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.brand-suffix{color:var(--color_text)}.sidebar-description{margin:12px 0 0;color:var(--color_text_soft);line-height:1.7;font-size:14px;font-family:Questrial,sans-serif}.new-chat-button{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border:1px solid var(--color_border);border-radius:18px;background:linear-gradient(135deg,var(--color_red) 0%,var(--color_orange) 48%,var(--color_yellow) 100%);color:#fff;font-weight:600;font-size:14px;box-shadow:0 12px 24px #e33b2f33;transition:transform .16s ease,box-shadow .16s ease}.new-chat-button:hover{transform:translateY(-2px);box-shadow:0 16px 32px #e33b2f47}.language-toggle-button{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;border:1px solid var(--color_border);border-radius:18px;background:#fffc;color:var(--color_text);font-weight:500;font-size:14px;box-shadow:0 8px 16px #a54d1a14;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.language-toggle-button:hover{transform:translateY(-2px);background:#fff;box-shadow:0 12px 24px #a54d1a1f}.chat-history-list{display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 420px);overflow-y:auto;padding-right:4px}.chat-history-list::-webkit-scrollbar{width:6px}.chat-history-list::-webkit-scrollbar-track{background:#a04a180d;border-radius:3px}.chat-history-list::-webkit-scrollbar-thumb{background:#a04a1833;border-radius:3px}.chat-history-list::-webkit-scrollbar-thumb:hover{background:#a04a184d}.empty-history{margin:0;padding:20px;text-align:center;color:var(--color_text_muted);font-size:13px;font-family:Questrial,sans-serif}.chat-history-item{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(160,74,24,.08);border-radius:14px;background:#fff9;cursor:pointer;transition:all .16s ease}.chat-history-item:hover{background:#fffffff2;border-color:#e33b2f33;transform:translate(2px)}.chat-history-item.active{background:linear-gradient(135deg,#ffbf2f26,#e33b2f1a);border-color:#e33b2f3d;box-shadow:0 4px 12px #e33b2f14}.chat-history-content{flex:1;min-width:0}.chat-history-title{font-size:13px;font-weight:500;color:var(--color_text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.chat-history-date{font-size:11px;color:var(--color_text_muted);font-family:Questrial,sans-serif}.chat-history-delete{flex-shrink:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(160,74,24,.12);border-radius:10px;background:#fffc;color:var(--color_text_muted);transition:all .16s ease;opacity:0}.chat-history-item:hover .chat-history-delete{opacity:1}.chat-history-delete:hover{background:#e33b2f1a;border-color:#e33b2f4d;color:var(--color_red);transform:scale(1.05)}.sidebar-footer{margin-top:auto;padding:20px 18px}.sidebar-footer-text{margin:0;font-size:12px;line-height:1.6;color:var(--color_text_soft);text-align:center;font-family:Questrial,sans-serif}.sidebar-footer-text strong{font-weight:600;color:var(--color_text);font-family:Poppins,sans-serif}.footer-company{display:inline-block;margin-top:2px;font-weight:600;background:linear-gradient(90deg,var(--color_red) 0%,var(--color_orange) 48%,var(--color_yellow) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.sidebar-section{padding:18px}.sidebar-section-title{margin:0 0 14px;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--color_text_muted);font-family:Questrial,sans-serif}.chat-stage{position:relative;min-width:0;min-height:100vh;min-height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.mobile-topbar{display:none}.chat-log{min-height:0;overflow-y:auto;padding:80px 26px 180px}.chat-log-inner{width:min(100%,var(--content_max_width));margin:0 auto}.chat-starter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch}.chat-starter-button{width:100%;min-height:84px;text-align:left;padding:18px;border:1px solid rgba(160,74,24,.1);border-radius:20px;background:#fffaf8f5;color:var(--color_text);font-weight:500;font-size:14px;line-height:1.5;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.chat-starter-button:hover{transform:translateY(-2px);border-color:#e33b2f3d;background:#fff;box-shadow:0 16px 30px #e33b2f14}.message-row{display:flex;margin-bottom:22px}.message-wrap{display:flex;align-items:flex-start;gap:14px;width:min(100%,820px)}.message-row.user{justify-content:flex-end}.message-row.user .message-wrap{flex-direction:row-reverse}.assistant-avatar,.typing-avatar-placeholder,.user-avatar{width:80px;min-width:80px;height:80px}.assistant-avatar{display:flex;align-items:flex-start;justify-content:center;background:transparent;border:0;box-shadow:none}.assistant-avatar-gif{width:80px;height:80px;object-fit:contain;background:transparent;border:0;box-shadow:none}.typing-avatar-placeholder{opacity:0;pointer-events:none}.user-avatar{display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#ffe6d7,#fff2b8);color:#7b2a1f;font-weight:700;box-shadow:0 12px 24px #ff914d24}.message-card{min-width:0;width:100%;max-width:100%;border-radius:24px;padding:18px 18px 16px;border:1px solid rgba(160,74,24,.08);box-shadow:0 16px 36px #a54d1a14}.message-card.assistant{background:var(--color_assistant_card)}.message-card.user{background:var(--color_user_card);border-color:#e33b2f1f}.message-head{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px}.message-role{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-family:Questrial,sans-serif}.message-role.assistant{background:linear-gradient(90deg,var(--color_red) 0%,var(--color_orange) 48%,var(--color_yellow) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.message-role.user{color:var(--color_text);font-weight:700}.message-body p{margin:0;color:var(--color_text);line-height:1.75;overflow-wrap:anywhere;white-space:pre-wrap;font-size:15px}.citations{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.citation-link{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid var(--color_border);background:#fff9f6;text-decoration:none;color:#934125;font-size:13px;transition:border-color .16s ease,transform .16s ease}.citation-link:hover{transform:translateY(-1px);border-color:#e33b2f3d}.loading-card{display:flex;align-items:center;min-height:64px}.typing-dots{display:inline-flex;align-items:center;gap:8px}.typing-dots span{width:8px;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--color_red),var(--color_yellow));animation:typing_bounce 1.2s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.16s}.typing-dots span:nth-child(3){animation-delay:.32s}@keyframes typing_bounce{0%,80%,to{transform:scale(.72);opacity:.42}40%{transform:scale(1);opacity:1}}.chat-bottom-space{height:8px}.chat-starter-panel{margin-top:32px;padding-top:32px;border-top:1px solid rgba(160,74,24,.08)}.composer-zone{position:fixed;bottom:0;left:var(--sidebar_width);right:0;z-index:40;padding:14px 26px 18px;background:linear-gradient(180deg,#fff6f100,#fff6f185 34%,#fff6f1c7)}.composer-card{width:min(100%,var(--content_max_width));margin:0 auto;background:#ffffffc7;border:1px solid rgba(160,74,24,.08);border-radius:28px;box-shadow:0 18px 38px #a54d1a14;padding:14px}.composer-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.composer-actions{display:flex;gap:10px;align-items:center}.composer-textarea{width:100%;min-height:58px;max-height:160px;resize:none;border:1px solid var(--color_border);outline:none;border-radius:20px;padding:16px 18px;background:#fffdfc;color:var(--color_text);font-family:Poppins,sans-serif;transition:border-color .16s ease,box-shadow .16s ease}.composer-textarea::placeholder{color:var(--color_text_muted);font-family:Questrial,sans-serif}.composer-textarea:focus{border-color:#e33b2f47;box-shadow:0 0 0 4px #ffbf2f1f}.mic-button{width:56px;height:56px;border:1px solid var(--color_border);border-radius:20px;color:var(--color_text);background:#fffffff0;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,opacity .16s ease,background .16s ease,border-color .16s ease}.mic-button:hover:not(:disabled){transform:translateY(-1px);background:#fff;border-color:#e33b2f3d}.mic-button:disabled{opacity:.45;cursor:not-allowed}.mic-button.listening{background:linear-gradient(135deg,var(--color_red) 0%,var(--color_orange) 48%,var(--color_yellow) 100%);color:#fff;border-color:transparent;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{box-shadow:0 0 #e33b2f66}50%{box-shadow:0 0 0 10px #e33b2f00}}.send-button{width:56px;height:56px;border-radius:20px;color:#fff;background:linear-gradient(135deg,var(--color_red) 0%,var(--color_orange) 48%,var(--color_yellow) 100%);box-shadow:0 18px 28px #e33b2f33;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,opacity .16s ease}.send-button:hover:not(:disabled){transform:translateY(-1px)}.send-button:disabled{opacity:.45;cursor:not-allowed}.composer-footer{margin-top:10px;padding:0 4px;font-size:12px;color:var(--color_text_muted);font-family:Questrial,sans-serif}.error-text{color:var(--color_red)}@media (max-width: 1024px){:root{--sidebar_width: 292px}}@media (max-width: 920px){.app-layout{grid-template-columns:1fr}.sidebar{position:fixed;top:0;left:0;bottom:0;height:100dvh;width:min(88vw,360px);z-index:80;transform:translate(-100%);transition:transform .24s ease;box-shadow:var(--color_shadow);will-change:transform}.sidebar.open{transform:translate(0)}.sidebar-mobile-actions{display:flex}.mobile-topbar{position:fixed;top:0;left:0;right:0;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:var(--mobile_topbar_height);padding:calc(16px + env(safe-area-inset-top,0px)) 20px 16px;background:#fffbf8f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(160,74,24,.08);box-shadow:0 2px 12px #a54d1a0f}.mobile-topbar-brand{min-width:0}.mobile-topbar-eyebrow{margin:0 0 4px;font-family:Questrial,sans-serif;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--color_text_muted)}.mobile-topbar h2{font-size:24px}.mobile-topbar-menu{flex-shrink:0;width:48px;height:48px;border:none;border-radius:16px;background:transparent;color:var(--color_text);display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,opacity .16s ease}.mobile-topbar-menu:hover,.mobile-topbar-menu.active{opacity:.7}.chat-stage{min-height:100vh;min-height:100dvh}.chat-log{padding:calc(var(--mobile_topbar_height) + 24px) 20px calc(180px + env(safe-area-inset-bottom,0px))}.message-row{margin-bottom:24px}.composer-zone{position:fixed;bottom:0;left:0;right:0;padding:16px 20px calc(20px + env(safe-area-inset-bottom,0px))}.chat-starter-grid{gap:10px}}@media (max-width: 640px){.sidebar-brand h1,.mobile-topbar h2{font-size:24px}.sidebar-brand{padding:18px}.sidebar-description{font-size:13px}.new-chat-button{padding:12px 18px;font-size:13px}.chat-history-list{max-height:calc(100vh - 380px)}.chat-history-delete{opacity:1}.message-wrap{width:100%;max-width:100%;gap:10px}.assistant-avatar,.typing-avatar-placeholder,.user-avatar,.assistant-avatar-gif{width:42px;min-width:42px;height:42px}.message-card{border-radius:20px;padding:16px}.message-role{font-size:12px}.citations{gap:8px;flex-direction:column}.citation-link{width:100%;justify-content:center}.chat-starter-grid{grid-template-columns:1fr;gap:10px}.chat-starter-button{min-height:0;padding:16px;font-size:13px}.composer-card{border-radius:24px;padding:14px}.composer-form{gap:10px;grid-template-columns:minmax(0,1fr) auto auto}.composer-actions{display:contents}.composer-textarea{min-height:56px;padding:16px 18px;font-size:15px}.mic-button,.send-button{width:56px;height:56px;border-radius:18px}}@media (max-width: 480px){:root{--mobile_topbar_height: 70px}.sidebar-inner{padding:22px 18px 20px}.sidebar-brand{padding:16px}.sidebar-brand h1{font-size:24px}.sidebar-description{font-size:12px;margin-top:10px}.new-chat-button{padding:11px 16px;font-size:13px}.chat-history-list{max-height:calc(100vh - 360px)}.chat-history-item{padding:10px 12px}.chat-history-title{font-size:12px}.chat-history-date{font-size:10px}.mobile-topbar{padding:calc(14px + env(safe-area-inset-top,0px)) 16px 14px}.mobile-topbar h2{font-size:22px}.mobile-topbar-menu,.sidebar-close-button{width:46px;height:46px;border-radius:14px}.mobile-topbar-menu{border:none;background:transparent;box-shadow:none}.chat-log{padding:calc(var(--mobile_topbar_height) + 20px) 16px calc(180px + env(safe-area-inset-bottom,0px))}.message-wrap{gap:8px}.assistant-avatar,.typing-avatar-placeholder,.user-avatar,.assistant-avatar-gif{width:36px;min-width:36px;height:36px}.user-avatar{border-radius:12px;font-size:14px}.message-card{padding:16px;border-radius:18px}.message-role{font-size:11px}.message-body p{font-size:14px;line-height:1.65}.citation-link{padding:9px 11px;font-size:12px}.composer-zone{position:fixed;bottom:0;left:0;right:0;padding:14px 16px calc(18px + env(safe-area-inset-bottom,0px))}.composer-card{padding:12px}.composer-form{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.composer-actions{display:contents}.composer-textarea{min-height:52px;padding:15px 16px;font-size:14px;border-radius:18px}.mic-button,.send-button{width:52px;height:52px;border-radius:16px}.mic-button svg,.send-button svg{width:18px;height:18px}}@media (max-width: 360px){.sidebar{width:100%}.mobile-topbar h2{font-size:20px}.message-card{padding:12px}.composer-card{border-radius:20px}}
