body{background:#f5f7fb;margin:0;font-family:sans-serif;overflow-x:hidden}.app{display:block}#root{width:100%;max-width:none}.header{z-index:10;background:#fff;border-bottom:1px solid #eee;align-items:center;gap:12px;height:60px;padding-left:12px;display:flex;position:fixed;top:0;left:0;right:0}.header button{color:#fff;cursor:pointer;background:#1e63b5;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.logo-button{cursor:pointer;background:0 0;border:none;padding:0;transition:opacity .2s,transform .1s}.logo-button:hover{opacity:.8}.logo-button:active{transform:scale(.97)}.main{box-sizing:border-box;flex:1;justify-content:center;height:calc(100vh - 60px);margin-top:60px;margin-left:340px;padding:24px;display:flex;overflow:hidden}.main-inner{width:100%;max-width:1200px}.main.expanded{margin-left:70px}.main h1{text-align:center;margin-bottom:30px;font-size:22px;font-weight:600}.quick{gap:20px;margin-bottom:30px;display:flex}.card{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:12px;flex:1;align-items:center;gap:15px;padding:20px;transition:all .2s;display:flex}.card-icon{color:#1e63b5;background:#e8f0fe;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;display:flex}.card-title{font-weight:700}.card-desc{color:#666;font-size:12px}.card:hover{border-color:#1e63b5;transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.card:active{transform:scale(.97);box-shadow:0 4px 10px #0000001a}.main-inner.chat-mode{flex-direction:column;flex:1;width:100%;min-width:0;max-width:1400px;height:100%;display:flex;overflow:hidden}.messages{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow-y:auto}.input-area{flex-shrink:0;margin-top:20px;display:flex}input{border:1px solid #ccc;border-radius:10px;flex:1;padding:12px}.input-area button{color:#fff;cursor:pointer;background:#1e63b5;border:none;border-radius:10px;margin-left:10px;padding:12px 20px}.sidebar{color:#fff;background:#1e63b5;flex-direction:column;width:340px;display:flex;position:fixed;top:60px;bottom:0;left:0}.sidebar.closed{display:none}.menu{flex:auto;padding:20px;overflow-y:auto}.menu-item{cursor:pointer;border-radius:8px;justify-content:flex-start;align-items:center;gap:10px;padding:12px;display:flex}.menu-item.clickable{transition:background .2s,transform .1s,opacity .2s}.menu-item.clickable:hover{background:#fff3}.menu-item.clickable:active{opacity:.95;background:#ffffff47;transform:scale(.96);box-shadow:inset 0 2px 6px #0003}.section{border-radius:8px;align-items:center;gap:10px;margin-top:10px;padding:12px;display:flex}.clickable-section{cursor:pointer;border-radius:8px;transition:background .2s,transform .1s,opacity .2s}.clickable-section:hover{background:#fff3}.clickable-section:active{opacity:.95;background:#ffffff47;transform:scale(.96);box-shadow:inset 0 2px 6px #0003}.icon{text-align:center;width:24px}.section-icon{align-items:center;display:flex}.favorite-icon{color:#facc15}.favorite-icon svg{stroke-width:4px}.user-area{flex-shrink:0;margin-top:auto;padding:20px}.user-card{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.user-icon{color:#1e63b5;background:#e0e7ff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.user-info{flex:1;min-width:0}.user-name{justify-content:flex-start;align-items:center;gap:15px;width:100%;display:flex}.user-display-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.user-role{opacity:.7;color:#ffffffc7;font-size:11px}.signout-button{cursor:pointer;color:inherit;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:0;padding:0;transition:opacity .2s;display:flex}.signout-button:hover{opacity:.8;transform:scale(.92)}.signout-button:active{transform:scale(.85)}.current-project-wrapper{margin-top:12px}.current-project-label{letter-spacing:.04em;text-transform:uppercase;opacity:.7;margin-bottom:6px;font-size:10px}.current-project{background:#ffffff1f;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;transition:background .2s,opacity .2s;display:flex}.project-name{font-size:13px;font-weight:600}.project-close{margin-left:10px}.project-chat-list{margin-top:6px;margin-bottom:10px;margin-left:18px}.project-chat-item{cursor:pointer;color:#ffffffb3;border-radius:8px;padding:8px 10px;font-size:13px;transition:background .2s,opacity .2s}.project-chat-item:hover{background:#ffffff1f}.project-chat-item.active{color:#fff;background:#ffffff2e}.project-item-wrapper .menu-item{padding-left:calc(1em + 10px)}.recent-chat-list{margin-top:4px}.empty-chat{color:#fff9;margin-top:8px;padding-left:28px;font-size:12px}.recent-chat-item{align-items:center;gap:12px;min-height:42px;padding-top:8px;padding-bottom:8px;display:flex}.recent-chat-item .icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;display:flex}.recent-chat-content{flex:1;min-width:0;overflow:hidden}.recent-chat-title{text-overflow:ellipsis;white-space:nowrap;color:#ffffffc7;font-size:13px;line-height:1.2;overflow:hidden}.recent-chat-item.active.recent-chat-title{color:#fff}.recent-chat-date{color:#ffffffa6;margin-top:2px;font-size:10px}.recent-chat-actions{opacity:0;visibility:hidden;flex-shrink:0;align-items:center;margin-left:auto;transition:opacity .2s,visibility .2s;display:flex}.recent-chat-item:hover .recent-chat-actions{opacity:1;visibility:visible}.chat-action-button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background .15s,transform .1s;display:flex}.chat-action-button:hover{background:#ffffff1f}.chat-action-button:active{transform:scale(.92)}.recent-chat-item.active{background:#ffffff2e}.recent-chat-list.compact.recent-chat-item{min-height:36px;padding-top:4px;padding-bottom:4px}.recent-chat-list.compact.recent-chat-title{font-size:13px}.recent-chat-list.compact.recent-chat-date{display:none}.chat-dropdown-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1000;background:#fffffff5;border:2px solid #0f172a14;border-radius:12px;min-width:170px;padding:6px;box-shadow:0 12px 28px #0f172a29}.chat-dropdown-item{box-sizing:border-box;cursor:pointer;color:#1e293b;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:8px;outline:none;align-items:center;gap:10px;width:100%;height:34px;padding:0 10px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.chat-dropdown-item svg{color:#475569;flex-shrink:0;width:15px;height:15px}.chat-dropdown-item[data-highlighted]{color:#2563eb;background:#2563eb14}.chat-dropdown-item[data-highlighted] svg{color:#2563eb}.chat-dropdown-divider{background:#0f172a14;height:1px;margin:6px 4px}.chat-dropdown-item.danger,.chat-dropdown-item.danger svg{color:#dc2626}.chat-dropdown-item.danger:hover{background:#dc262614}@media (hover:none){.recent-chat-actions{opacity:1;visibility:visible}}.alert-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2000;background:#0f172a6b;position:fixed;inset:0}.alert-dialog{z-index:2001;background:#fffffffa;border:1px solid #0f172a14;border-radius:16px;width:360px;max-width:calc(100vw - 32px);padding:20px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 50px #0f172a38}.alert-title{color:#0f172a;margin:0;font-size:17px;font-weight:700}.alert-description{color:#64748b;margin-top:8px;font-size:14px;line-height:1.6}.alert-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.alert-cancel,.alert-delete{cursor:pointer;border:none;border-radius:10px;height:38px;padding:0 16px;font-size:14px;font-weight:600;transition:background .15s}.alert-cancel{color:#334155;background:#f1f5f9}.alert-cancel:hover{background:#e2e8f0}.alert-delete{color:#fff;background:#2563eb}.alert-delete:hover{background:#1d4ed8}.chat-box{box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:column;flex:1;width:100%;min-height:500px;padding:20px;display:flex;overflow-y:auto}.main-inner.chat-mode .chat-box{min-height:0}.message{white-space:pre-wrap;margin-bottom:15px;line-height:1.6}.message.user{text-align:right}.message.ai{text-align:left}.search-page{color:#222;background:#f5f5f5;width:100%;height:100vh;overflow-y:auto}.search-page .search-page-container{max-width:960px;margin:0 auto;padding:48px 32px}.search-page .search-page-header{margin-bottom:32px}.search-page .search-page-title{color:#222;margin-bottom:8px;font-size:32px;font-weight:700}.search-page .search-page-description{color:#666}.search-page .search-page-toolbar{gap:12px;margin-bottom:32px;display:flex}.search-page .search-input{color:#222;background:#fff;border:1px solid #bdbdbd;border-radius:12px;outline:none;flex:1;height:48px;padding:0 16px;font-size:14px}.search-page .search-input::placeholder{color:#999}.search-page .search-input:focus{border-color:#1e63b5;box-shadow:0 0 0 3px #1e63b51f}.search-page .search-project-select{color:#222;cursor:pointer;background:#fff;border:1px solid #bdbdbd;border-radius:12px;outline:none;min-width:220px;height:48px;padding:0 16px;font-size:14px}.search-page .search-results{flex-direction:column;gap:16px;display:flex}.search-page .search-empty{text-align:center;color:#666;background:#fff;border:1px solid #cfcfcf;border-radius:16px;padding:48px}
