@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--user-bg:#f0f2f5;--text:#1a1a2e;--text2:#5f6368;--border:#e0e0e0;--bg:#fff;--bg2:#f8f9fa;--bg3:#f1f3f4;--accent:#1a73e8;--danger:#ea4335;--shadow-sm:0 1px 3px #00000014}@keyframes blink{50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100dvh;overflow:hidden}body{color:#1a1a2e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px}h1,h2,h3{line-height:1.2}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#dadce0;border-radius:3px}:focus-visible{outline-offset:2px;outline:2px solid #1a73e8}button,input,textarea{font-family:inherit}.sidebar{z-index:100;background:#f0f2f5;border-right:1px solid #e0e0e0;flex-direction:column;flex-shrink:0;width:240px;height:100dvh;transition:width .25s,transform .3s;display:flex;position:fixed;top:0;left:0;overflow:visible}.sidebar.collapsed{width:60px}.sidebar-top{flex-direction:column;gap:40px;padding:14px 10px 10px;display:flex}.sidebar-logo-row{justify-content:space-between;align-items:center;min-height:36px;padding:0 2px;display:flex}.sidebar.collapsed .sidebar-top{flex-direction:column-reverse;gap:16px;padding-top:10px;display:flex}.sidebar.collapsed .sidebar-logo-row{order:2;justify-content:center;padding:0}.sidebar-logo-link{align-items:center;gap:8px;text-decoration:none;display:flex;overflow:hidden}.sidebar-logo-img{object-fit:contain;border-radius:4px;flex-shrink:0;width:auto;max-width:140px;height:36px;margin-left:-10px}.btn-toggle-desktop{cursor:pointer;color:#5f6368;background:0 0;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-left:auto;transition:background .15s,color .15s;display:flex}.sidebar.collapsed .btn-toggle-desktop{margin-left:0;margin-right:0}.btn-toggle-desktop:hover{color:#1a1a2e;background:#e2e5e9}.btn-toggle-mobile{cursor:pointer;color:#5f6368;background:0 0;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-left:auto;transition:background .15s,color .15s;display:none}.btn-toggle-mobile:hover{color:#1a1a2e;background:#e2e5e9}@media (width<=767px){.btn-toggle-desktop{display:none!important}.btn-toggle-mobile{display:flex}}.btn-new-chat{cursor:pointer;color:#1a1a2e;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;border-radius:10px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:13.5px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:flex;overflow:hidden}.btn-new-chat:hover{color:#1a73e8;background:#e8f4fd;border-color:#1a73e8}.btn-new-chat-label{opacity:1;white-space:nowrap;transition:opacity .15s}.sidebar.collapsed .btn-new-chat{order:1;justify-content:center;width:36px;height:36px;margin:0 auto;padding:8px}.sidebar.collapsed .btn-new-chat-label{opacity:0;width:0;display:none;overflow:hidden}.sidebar-middle{flex:1;min-height:0;padding:4px 6px;overflow:hidden auto}.sidebar-middle::-webkit-scrollbar{width:4px}.sidebar-middle::-webkit-scrollbar-thumb{background:#dadce0;border-radius:2px}.history-section-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;min-height:32px;padding:8px 6px 4px;display:flex}.history-label{color:#9aa0a6;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;opacity:1;font-size:11px;font-weight:600;transition:opacity .15s}.sidebar.collapsed .history-label{opacity:0;width:0}.sidebar.collapsed .history-section-header{justify-content:center}.history-chevron{color:#9aa0a6;flex-shrink:0;transition:transform .2s}.history-chevron.open{transform:rotate(180deg)}.sidebar.collapsed .history-chevron{display:none}.history-list{margin:0;padding:0;list-style:none}.history-empty{color:#9aa0a6;white-space:nowrap;opacity:1;padding:6px 10px;font-size:12px;transition:opacity .15s}.sidebar.collapsed .history-empty{opacity:0}.history-item{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:6px;min-height:36px;padding:7px 8px;transition:background .12s;display:flex}.history-item:hover{background:#e4e6ea}.history-item.active{background:#e8f4fd}.history-item-inner{flex:1;align-items:center;gap:8px;display:flex;overflow:hidden}.history-item-icon{color:#5f6368;flex-shrink:0}.history-item.active .history-item-icon{color:#1a73e8}.history-item-title{color:#1a1a2e;white-space:nowrap;text-overflow:ellipsis;opacity:1;flex:1;font-size:13px;transition:opacity .15s;overflow:hidden}.sidebar.collapsed .history-item-title{opacity:0;width:0}.history-item.active .history-item-title{color:#1a73e8;font-weight:500}.btn-delete-chat{cursor:pointer;color:#9aa0a6;opacity:0;background:0 0;border:none;border-radius:5px;flex-shrink:0;align-items:center;padding:3px;transition:opacity .15s,color .15s;display:flex}.history-item:hover .btn-delete-chat{opacity:1}.btn-delete-chat:hover{color:#ea4335;background:#fce8e6}.sidebar.collapsed .btn-delete-chat{display:none}.sidebar-bottom{border-top:1px solid #e0e0e0;flex-shrink:0;margin-top:auto;padding:10px 8px 14px}.sidebar.collapsed .sidebar-bottom{border-top:1px solid #e0e0e0;padding:10px 8px 14px}.user-row{border-radius:10px;align-items:center;gap:8px;padding:6px 4px;display:flex;position:relative}.sidebar.collapsed .user-row{justify-content:center}.user-avatar{color:#fff;cursor:pointer;background:#1a73e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.user-name{color:#1a1a2e;white-space:nowrap;text-overflow:ellipsis;opacity:1;flex:1;font-size:13.5px;font-weight:500;transition:opacity .15s;overflow:hidden}.sidebar.collapsed .user-name{opacity:0;width:0}.btn-user-menu{cursor:pointer;color:#5f6368;opacity:1;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:opacity .15s,background .15s;display:flex}.sidebar.collapsed .btn-user-menu{opacity:0;pointer-events:none;width:0}.btn-user-menu:hover{background:#e2e5e9}.user-dropdown{z-index:9999;background:#fff;border:1px solid #e0e0e0;border-radius:10px;min-width:160px;animation:.15s dropUp;position:absolute;bottom:calc(100% + 6px);left:4px;right:4px;overflow:hidden;box-shadow:0 4px 20px #0000001f}.sidebar.collapsed .user-dropdown{width:160px;inset:auto auto calc(100% + 6px) 10px}@keyframes dropUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.user-dropdown button{cursor:pointer;color:#1a1a2e;text-align:left;background:0 0;border:none;align-items:center;gap:9px;width:100%;padding:10px 14px;font-size:13.5px;transition:background .12s;display:flex}.user-dropdown button:hover{background:#f1f3f4}.user-dropdown .logout-btn{color:#ea4335}@media (width<=767px){.sidebar{height:100dvh;overflow:hidden auto;transform:translate(-100%);width:240px!important}.sidebar.open{transform:translate(0)}.btn-collapse{display:none}.sidebar-bottom{padding-bottom:env(safe-area-inset-bottom,14px);background:#f0f2f5;position:sticky;bottom:0}}.sidebar-overlay{z-index:99;background:#00000059;display:none;position:fixed;inset:0}@media (width<=767px){.sidebar-overlay.visible{display:block}}.chat-area{scroll-behavior:smooth;flex:1;padding:0 24px 120px;overflow-y:auto}.chat-area::-webkit-scrollbar{width:6px}.chat-area::-webkit-scrollbar-track{background:0 0}.chat-area::-webkit-scrollbar-thumb{background:#dadce0;border-radius:3px}.chat-empty{flex-direction:column;justify-content:center;align-items:center;height:100%;padding-bottom:100px;display:flex}.chat-empty h1{color:#1a1a2e;text-align:center;margin:0;font-size:28px;font-weight:600}.chat-messages{max-width:760px;margin:0 auto;padding-top:24px}.loading-dots{align-items:center;gap:4px;padding:16px 0;display:flex}.loading-dots span{background:#1a73e8;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite bounce}.loading-dots span:nth-child(2){animation-delay:.15s}.loading-dots span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}@media (width<=767px){.chat-area{padding:0 12px 120px 26px}.chat-messages{padding-top:16px}.chat-empty h1{padding:0 16px;font-size:22px}}.chat-input-bar{z-index:10;background:linear-gradient(#0000,#f9fafb 40%);padding:16px 24px 24px;transition:left .25s;position:fixed;bottom:0;right:0}.chat-input-inner{background:#fff;border:1.5px solid #e0e0e0;border-radius:24px;align-items:center;gap:8px;max-width:760px;margin:0 auto;padding:10px 12px 10px 16px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #00000014}.chat-input-inner:focus-within{border-color:#1a73e8;box-shadow:0 2px 16px #1a73e81f}.btn-new-chat-plus{cursor:pointer;color:#5f6368;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex}.btn-new-chat-plus:hover{color:#1a73e8;background:#f1f3f4}.chat-input-textarea{resize:none;color:#1a1a2e;background:0 0;border:none;outline:none;flex:1;max-height:160px;font-family:inherit;font-size:15px;line-height:1.5;overflow-y:auto}.chat-input-textarea::placeholder{color:#9aa0a6}.btn-send{cursor:pointer;color:#fff;background:#1a73e8;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,transform .1s;display:flex}.btn-send:hover:not(:disabled){background:#1558b0;transform:scale(1.05)}.btn-send:disabled{cursor:not-allowed;background:#dadce0}@media (width<=767px){.chat-input-bar{padding:12px 12px 20px;left:0!important}}.chat-bottom-info{justify-content:center;padding-top:10px;font-size:10px;font-style:italic;display:flex}.modal-backdrop{-webkit-backdrop-filter:blur(4px);z-index:500;background:#00000073;justify-content:center;align-items:center;animation:.2s backdropIn;display:flex;position:fixed;inset:0}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}.login-modal{background:#fff;border-radius:18px;width:100%;max-width:400px;padding:36px 40px;animation:.25s modalSlideIn;position:relative;box-shadow:0 8px 40px #0000002e}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.login-modal h2{color:#1a1a2e;margin:0 0 24px;font-size:24px;font-weight:700}.form-field{flex-direction:column;gap:5px;margin-bottom:14px;display:flex}.form-field label{color:#5f6368;font-size:13px;font-weight:500}.form-field input{color:#1a1a2e;border:1.5px solid #e0e0e0;border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:15px;transition:border-color .15s}.form-field input:focus{border-color:#1a73e8}.btn-submit{color:#fff;cursor:pointer;background:#1a73e8;border:none;border-radius:10px;width:100%;margin-top:6px;padding:12px;font-size:15px;font-weight:600;transition:background .15s}.btn-submit:hover:not(:disabled){background:#1558b0}.btn-submit:disabled{cursor:not-allowed;background:#9aa0a6}.modal-error{color:#ea4335;text-align:center;margin-top:10px;font-size:13px}.modal-toggle{text-align:center;color:#5f6368;margin-top:20px;font-size:14px}.modal-toggle button{color:#1a73e8;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:500;text-decoration:underline}.modal-toggle button:hover{color:#1558b0}@media (width<=480px){.login-modal{margin:16px;padding:28px 24px}}.settings-backdrop{-webkit-backdrop-filter:blur(4px);z-index:600;background:#00000073;justify-content:center;align-items:center;animation:.2s backdropIn;display:flex;position:fixed;inset:0}.settings-modal{background:#fff;border-radius:18px;width:100%;max-width:400px;padding:36px 40px;animation:.25s modalSlideIn;box-shadow:0 8px 40px #0000002e}.settings-modal-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.settings-modal-header h2{color:#1a1a2e;margin:0;font-size:20px;font-weight:700}.btn-settings-close{cursor:pointer;color:#5f6368;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.btn-settings-close:hover{color:#1a1a2e;background:#f1f3f4}.settings-avatar{color:#fff;background:#1a73e8;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 24px;font-size:26px;font-weight:700;display:flex}.settings-field{border-bottom:1px solid #f0f2f5;padding:12px 0}.settings-field:last-child{border-bottom:none}.settings-field-label{color:#9aa0a6;text-transform:uppercase;letter-spacing:.6px;margin-bottom:4px;font-size:11px;font-weight:600}.settings-field-value{color:#1a1a2e;font-size:15px;font-weight:500}.settings-loading{text-align:center;color:#9aa0a6;padding:20px 0;font-size:14px}.settings-error{color:#ea4335;text-align:center;padding:12px 0;font-size:13px}@media (width<=480px){.settings-modal{margin:16px;padding:28px 24px}}.home-layout{background:#f9fafb;height:100dvh;display:flex;overflow:hidden}.home-main{flex-direction:column;flex:1;min-width:0;height:100dvh;transition:margin-left .25s;display:flex;overflow:hidden}.btn-hamburger{z-index:101;cursor:pointer;color:#5f6368;background:#fff;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s;display:none;position:fixed;top:13px;left:13px;box-shadow:0 1px 6px #00000014}.btn-hamburger:hover{background:#f1f3f4}@media (width<=767px){.home-main{margin-left:0!important}.btn-hamburger{display:flex}}
