.project-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center}.project-modal[hidden]{display:none}.project-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.project-modal-content{position:relative;background:var(--color-bg-panel);border-radius:12px;width:90%;max-width:400px;box-shadow:0 20px 60px #0003;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.project-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08)}.project-modal-title{font-size:16px;font-weight:500;margin:0;color:var(--color-text)}.project-modal-close{width:28px;height:28px;border:none;background:transparent;font-size:20px;color:var(--color-text-secondary);cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}@media(hover:hover)and (pointer:fine){.project-modal-close:hover{background:var(--color-bg-card);color:#000c}}.project-modal-close:active{background:var(--color-bg-card);color:#000c}.project-modal-body{padding:20px}.project-modal-label{display:block;font-size:13px;font-weight:500;color:#0009;margin-bottom:8px}.project-modal-input{width:100%;padding:10px 12px;font-size:14px;border:1px solid var(--color-shadow);border-radius:8px;background:var(--color-bg-panel);outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.project-modal-input:focus{border-color:#000}.project-modal-input:-webkit-autofill,.project-modal-input:-webkit-autofill:hover,.project-modal-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#1a1a1a}.dark-mode .project-modal-input:-webkit-autofill,.dark-mode .project-modal-input:-webkit-autofill:hover,.dark-mode .project-modal-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #2a2a2a inset;-webkit-text-fill-color:rgba(255,255,255,.9)}.project-name-input-with-color:-webkit-autofill,.project-name-input-with-color:-webkit-autofill:hover,.project-name-input-with-color:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#1a1a1a}.dark-mode .project-name-input-with-color:-webkit-autofill,.dark-mode .project-name-input-with-color:-webkit-autofill:hover,.dark-mode .project-name-input-with-color:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #2a2a2a inset;-webkit-text-fill-color:rgba(255,255,255,.9)}.project-name-row{display:flex;align-items:center;position:relative;border:1px solid var(--color-shadow);border-radius:8px;background:var(--color-bg-panel);transition:border-color .15s,box-shadow .15s}.project-name-row:has(.project-name-input-with-color:focus){border-color:#000}.project-name-input-with-color{flex:1;min-width:0;border:none!important;border-radius:0 8px 8px 0!important;box-shadow:none!important;background:transparent!important}.project-color-trigger{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;cursor:pointer;padding:0 0 0 1px;margin:0 0 0 6px;transition:background .15s}.project-name-row-divider{width:1px;align-self:stretch;margin-left:6px;background:var(--color-shadow);flex-shrink:0}@media(hover:hover)and (pointer:fine){.project-color-trigger:hover{background:var(--color-bg-card)}}.project-color-trigger:active{background:var(--color-bg-card)}.project-color-dropdown{position:absolute;top:100%;left:0;margin-top:6px;padding:10px 12px;background:var(--color-bg-panel);border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 4px 16px #0000001a;z-index:10}.project-color-picker{display:flex;gap:8px}.project-color-dot{width:26px;height:26px;border-radius:50%;border:none;cursor:pointer;padding:0;outline:none;box-sizing:border-box;-webkit-appearance:none;appearance:none;position:relative}.project-color-ring{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:21px;height:21px;border-radius:50%;border:2px solid #fff;pointer-events:none}.project-color-dot.active .project-color-ring{display:block}@media(hover:hover)and (pointer:fine){.project-color-dot:hover{transform:scale(1.1)}}.project-color-dot:active{transform:scale(.95)}.project-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid rgba(0,0,0,.08)}.project-modal-btn{padding:5px 12px;font-size:12px;font-weight:500;border-radius:999px;cursor:pointer;transition:background .15s,opacity .15s}.project-modal-btn-cancel{background:transparent;border:1px solid var(--color-shadow);color:#000000b3}@media(hover:hover)and (pointer:fine){.project-modal-btn-cancel:hover{background:var(--color-bg-hover)}}.project-modal-btn-cancel:active{background:var(--color-bg-hover)}.project-modal-btn-primary{background:#1a1a1a;border:none;color:#fff}@media(hover:hover)and (pointer:fine){.project-modal-btn-primary:hover{opacity:.85}}.project-modal-btn-primary:active{opacity:.85}.project-modal-btn-primary:disabled{background:var(--color-shadow);color:#fff9;opacity:1;cursor:not-allowed}.project-modal-btn-danger{background:#dc3545;border:none;color:#fff}@media(hover:hover)and (pointer:fine){.project-modal-btn-danger:hover{background:#c82333}}.project-modal-btn-danger:active{background:#c82333}.memory-off-modal-content{max-width:460px}.memory-off-option{display:flex;align-items:flex-start;gap:12px;cursor:pointer;padding:12px 0;position:relative}.memory-off-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.memory-off-radio{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:2px solid rgba(0,0,0,.3);margin-top:1px;box-sizing:border-box;position:relative}.memory-off-option input[type=radio]:checked+.memory-off-radio{border-color:var(--color-text)}.memory-off-option input[type=radio]:checked+.memory-off-radio:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:var(--color-text)}.memory-off-option-border{border-top:1px solid rgba(0,0,0,.08)}.memory-off-option-title{font-weight:500;font-size:14px;color:var(--color-text)}.memory-off-option-desc{font-size:13px;color:#666;margin-top:2px;line-height:1.4}.delete-modal-message{font-size:14px;color:#4a4a4a;line-height:1.5;margin:0}.delete-project-footer{gap:8px}.move-to-project-list{max-height:300px;overflow-y:auto}.move-to-project-list::-webkit-scrollbar{width:6px}.move-to-project-list::-webkit-scrollbar-track{background:transparent}.move-to-project-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.dark-mode .move-to-project-list::-webkit-scrollbar-thumb{background:#ffffff1a}.move-to-project-item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;cursor:pointer;transition:background .15s;border:none;background:transparent;width:100%;text-align:left;font-size:14px;color:var(--color-text)}@media(hover:hover)and (pointer:fine){.move-to-project-item:hover{background:var(--color-bg-hover)}}.move-to-project-item:active{background:var(--color-bg-hover)}.move-to-project-item .project-icon{width:20px;height:20px;flex-shrink:0;color:#00000080}.move-to-project-empty{text-align:center;padding:24px;color:var(--color-text-secondary);font-size:14px}.project-items-list{display:flex;flex-direction:column;gap:2px}#btnNewProject{color:var(--sidebar-text-main)}.project-sidebar-item{display:flex;align-items:center;gap:5px;width:100%;border:none;background:transparent;height:40px;padding:0 12px 0 14px;border-radius:8px;cursor:pointer;text-decoration:none;color:var(--sidebar-text-main);font-weight:400;transition:background .15s;position:relative;touch-action:manipulation}@media(hover:hover)and (pointer:fine){.project-sidebar-item:hover{background:var(--sidebar-hover)}}.project-sidebar-item:active{background:var(--sidebar-hover)}.project-sidebar-item.active{background:var(--sidebar-active)}.project-sidebar-item .sidebar-item-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.project-sidebar-item .sidebar-item-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;font-size:14px}.project-see-more-btn{display:flex;align-items:center;gap:5px;width:100%;border:none;background:transparent;height:36px;padding:0 12px 0 14px;border-radius:8px;cursor:pointer;color:var(--sidebar-text-sub);font-size:13px;font-family:inherit;transition:background .15s;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media(hover:hover)and (pointer:fine){.project-see-more-btn:hover{background:var(--sidebar-hover)}}.project-see-more-btn:active{background:var(--sidebar-hover)}.project-see-more-dots{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.project-see-more-dots svg{width:18px;height:18px}.project-dropdown-list{display:block;padding:4px 0 4px 31px}.project-dropdown-list[hidden]{display:none}.project-dropdown-chat{display:flex;align-items:center;padding:6px 12px;font-size:14px;color:var(--sidebar-text-main);text-decoration:none;cursor:pointer;border-radius:6px;transition:background .15s;position:relative}.project-dropdown-chat-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.project-dropdown-chat-actions{flex-shrink:0;display:flex;align-items:center;margin-left:auto;opacity:0;transition:opacity .15s}.project-dropdown-chat:hover .project-dropdown-chat-actions,.project-dropdown-chat .project-dropdown-chat-actions:has(.sidebar-action-menu.active){opacity:1}.project-dropdown-chat-dots{width:24px;height:24px;background:none;border:none;cursor:pointer;border-radius:6px;color:#0006;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.project-dropdown-chat-dots svg{width:16px;height:16px;color:inherit}@media(hover:hover)and (pointer:fine){.project-dropdown-chat-dots:hover{background:#00000014;color:#000000b3}}.project-dropdown-chat-dots:active{background:#00000014;color:#000000b3}@media(hover:none)and (pointer:coarse){.project-dropdown-chat-actions{opacity:1}}@media(hover:hover)and (pointer:fine){.project-dropdown-chat:hover{background:var(--sidebar-hover)}}.project-dropdown-chat:active{background:var(--sidebar-hover)}.project-dropdown-chat.active{background:var(--sidebar-active)}.project-dropdown-empty{padding:8px 12px;font-size:14px;color:var(--color-text-secondary);font-style:italic}.project-item-actions{position:relative;display:flex;align-items:center;opacity:1;transition:opacity .15s;margin-left:auto;flex-shrink:0}@media(hover:hover)and (pointer:fine){.project-item-actions{opacity:0}.project-sidebar-item:hover .project-item-actions{opacity:1}}.project-item-actions:has(.project-action-menu.active){opacity:1}.project-action-btn,.chat-history-action-btn{width:24px;height:24px;border:none;background:transparent;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);transition:background .15s,color .15s}@media(hover:hover)and (pointer:fine){.project-action-btn:hover,.chat-history-action-btn:hover{background:#00000014;color:#000000b3}}.project-action-btn:active,.chat-history-action-btn:active{background:#00000014;color:#000000b3}.dark-mode .project-action-btn:active,.dark-mode .chat-history-action-btn:active{background:#ffffff0f;color:#ffffffb3}.project-item-actions:has(.project-action-menu.active) .project-action-btn{background:#00000014;color:#000000b3}.dark-mode .project-item-actions:has(.project-action-menu.active) .project-action-btn{background:#ffffff0f;color:#ffffffb3}.project-sidebar-item:has(.project-action-menu.active){background:var(--sidebar-hover)}.project-action-menu{position:fixed;min-width:160px;max-width:calc(100vw - 16px);background:var(--color-bg-panel);border-radius:8px;box-shadow:0 4px 12px var(--color-shadow);padding:4px 0;z-index:9999;display:none}.project-action-menu.active{display:block}.project-menu-item{padding:8px 12px;font-size:14px;color:var(--color-text);cursor:pointer;transition:background .15s;display:flex;align-items:center;gap:8px}@media(hover:hover)and (pointer:fine){.project-menu-item:hover{background:#0000000d}}.project-menu-item:active{background:#0000000d}.project-menu-item--danger{color:#dc3545}@media(hover:hover)and (pointer:fine){.project-menu-item--danger:hover{background:#dc354514}}.project-menu-item--danger:active{background:#dc354514}.project-view-page{display:flex;flex-direction:column;height:100%;padding:0;background:var(--color-bg-page);overflow-y:auto}.project-view-page::-webkit-scrollbar{width:6px}.project-view-page::-webkit-scrollbar-track{background:transparent}.project-view-page::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.dark-mode .project-view-page::-webkit-scrollbar-thumb{background:#ffffff1a}.project-view-page[hidden]{display:none}.project-view-content{width:100%;display:flex;flex-direction:column;flex:1}.project-title-row{display:flex;align-items:center;gap:8px;padding:200px 0 20px 16px;width:85%;max-width:700px;margin:0 auto;box-sizing:border-box}.project-title-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#000;flex-shrink:0}.project-view-title{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);font-size:var(--text-h3);line-height:1.6;margin:0;color:var(--color-text)}.project-composer-bar{position:relative;flex-shrink:0;margin-bottom:20px}.project-placeholder{position:absolute;left:52px;bottom:13px;color:var(--color-text-secondary);pointer-events:none;font-size:14px}.project-composer-bar .chat-input:not(:placeholder-shown)~.project-placeholder,.project-composer-bar .chat-input:focus~.project-placeholder{display:none}.project-chat-list{min-height:0;width:calc(85% - 12px);max-width:688px;margin:0 auto}.project-chat-item{display:flex;align-items:center;gap:8px;padding:10px 12px 10px 8px;border-top:1px solid var(--color-border);cursor:pointer;transition:background .15s;border-radius:8px;position:relative;text-decoration:none;color:inherit}@media(hover:hover)and (pointer:fine){.project-chat-item:hover{background:#00000005}}.project-chat-item:active{background:#00000005}.project-chat-item:first-child{border-top:none}.project-chat-icon{width:28px;height:28px;border-radius:6px;background:var(--color-bg-hover);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-text-tertiary)}.project-chat-icon svg{width:22px;height:22px}.project-chat-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.project-chat-title{font-size:13px;font-weight:500;color:var(--color-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-chat-summary{font-size:10px;color:#00000073;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-chat-right{display:flex;align-items:center;margin-left:4px;flex-shrink:0;position:relative}.project-chat-date{font-size:11px;color:#00000073;white-space:nowrap}.project-chat-action-btn svg{width:16px;height:16px;color:inherit}.project-chat-action-btn{width:24px;height:24px;border:none;background:transparent;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0006;transition:background .15s,color .15s,opacity .2s;position:absolute;right:0;opacity:0}.project-chat-action-menu{display:none;position:fixed;background:var(--color-bg-panel);box-shadow:0 4px 12px #0000001a;border-radius:8px;padding:4px;z-index:9999;min-width:160px;max-width:calc(100vw - 32px)}.project-chat-action-menu.active{display:block}.project-chat-menu-item{padding:8px 12px;font-size:14px;color:var(--color-text);cursor:pointer;border-radius:4px;white-space:normal;word-break:break-word;position:relative;display:flex;align-items:center;gap:8px}@media(hover:hover)and (pointer:fine){.project-chat-menu-item:hover{background:var(--color-bg-hover)}}.project-chat-menu-item:active{background:var(--color-bg-hover)}.project-chat-menu-item.text-red{color:#d32f2f}.project-chat-menu-item.text-red .action-icon,.project-chat-menu-item.text-red .action-icon svg{color:#d32f2f;stroke:#d32f2f}@media(hover:hover)and (pointer:fine){.project-chat-menu-item.text-red:hover{background:#d32f2f14}}.project-chat-menu-item.text-red:active{background:#d32f2f14}.project-chat-menu-item .submenu-arrow{margin-left:8px;color:var(--color-text-secondary)}.project-chat-submenu{display:none;position:absolute;left:100%;top:0;background:var(--color-bg-panel);box-shadow:0 4px 12px #0000001a;border-radius:8px;padding:4px;min-width:120px;margin-left:4px}@media(hover:hover)and (pointer:fine){.project-chat-menu-item.has-submenu:hover .project-chat-submenu{display:block}}@media(hover:hover)and (pointer:fine){.project-chat-item:hover .project-chat-date{opacity:0}.project-chat-item:hover .project-chat-action-btn{opacity:1}.project-chat-action-btn:hover{background:#00000014;color:#000000b3}}.project-chat-item:has(.project-chat-action-menu.active) .project-chat-date{opacity:0}.project-chat-item:has(.project-chat-action-menu.active) .project-chat-action-btn{opacity:1;background:#00000014;color:#000000b3}.dark-mode .project-chat-item:has(.project-chat-action-menu.active) .project-chat-action-btn{background:#ffffff0f;color:#ffffffb3}@media(hover:none)and (pointer:coarse){.project-chat-date{display:none!important}.project-chat-action-btn{position:relative!important;opacity:1!important}.project-chat-action-btn:active{background:#00000014;color:#000000b3}.dark-mode .project-chat-action-btn{color:#ffffff59!important}.dark-mode .project-chat-action-btn:active{background:#ffffff0f;color:#ffffffb3!important}.project-chat-submenu{left:auto;right:100%;top:0;margin-left:0;margin-right:4px}}.project-chat-empty{text-align:center;padding:48px 0;color:var(--color-text-secondary)}.project-chat-empty-icon{width:48px;height:48px;margin:0 auto 16px;color:#00000026}.project-chat-empty-icon svg{width:100%;height:100%}.project-chat-empty-text{font-size:14px;margin:0;line-height:1.6}@media(max-width:768px){.project-title-row{padding:120px 0 16px 21px;width:90%}.project-chat-list{width:calc(90% - 28px)}}.project-chat-item.is-finalized .project-chat-content,.project-chat-item.is-finalized .project-chat-right,.project-chat-item.is-finalized .project-chat-icon{opacity:.65}.project-chat-item.is-finalized .project-chat-title:after{content:"\b7  Finalised";font-size:10px;font-weight:400;color:var(--color-text-tertiary);margin-left:6px}.dark-mode .project-chat-action-btn{color:#ffffff59}@media(hover:hover)and (pointer:fine){.dark-mode .project-chat-action-btn:hover{color:#ffffffb3;background:#ffffff14}}.dark-mode .project-chat-action-btn:active{color:#ffffffb3;background:#ffffff0f}.dark-mode .project-chat-action-menu,.dark-mode .project-chat-submenu{border-color:#ffffff1a}.dark-mode .project-chat-menu-item{color:#ffffffd9}@media(hover:hover)and (pointer:fine){.dark-mode .project-chat-menu-item:hover{background:#ffffff0f}}.dark-mode .project-chat-menu-item:active{background:#ffffff0f}.dark-mode .project-chat-menu-item.text-red{color:#ef5350}.dark-mode .project-chat-menu-item.text-red .action-icon,.dark-mode .project-chat-menu-item.text-red .action-icon svg{color:#ef5350;stroke:#ef5350}@media(hover:hover)and (pointer:fine){.dark-mode .project-chat-menu-item.text-red:hover{background:#ef53501a}}.dark-mode .project-chat-menu-item.text-red:active{background:#ef53501a}.dark-mode .project-chat-menu-item .submenu-arrow{color:#fff6}.dark-mode .project-modal-content{background:#212121;box-shadow:0 20px 60px #00000080}.dark-mode .project-modal-header{border-bottom-color:#ffffff14}.dark-mode .project-modal-close{color:#ffffff80}@media(hover:hover)and (pointer:fine){.dark-mode .project-modal-close:hover{background:#ffffff14;color:#fffc}}.dark-mode .project-modal-close:active{background:#ffffff14;color:#fffc}.dark-mode .project-modal-label{color:#ffffff80}.dark-mode .project-modal-input{color:#ffffffe6}.dark-mode .project-modal-input::placeholder{color:#ffffff59}.dark-mode .project-modal-input:focus{border-color:#fff6}.dark-mode .project-name-row:has(.project-name-input-with-color:focus){border-color:#fff6}@media(hover:hover)and (pointer:fine){.dark-mode .project-color-trigger:hover{background:#ffffff14}}.dark-mode .project-color-trigger:active{background:#ffffff14}.dark-mode .project-color-dropdown{border-color:#ffffff1f}.dark-mode .project-color-ring{border-color:#000}.dark-mode .project-modal-footer{border-top-color:#ffffff14}.dark-mode .project-modal-btn-cancel{color:#ffffffb3}@media(hover:hover)and (pointer:fine){.dark-mode .project-modal-btn-cancel:hover{background:#ffffff0f}}.dark-mode .project-modal-btn-cancel:active{background:#ffffff0f}.dark-mode .project-modal-btn-primary{background:#fff;color:#1a1a1a}@media(hover:hover)and (pointer:fine){.dark-mode .project-modal-btn-primary:hover{opacity:.9}}.dark-mode .project-modal-btn-primary:active{opacity:.9}.dark-mode .project-modal-btn-primary:disabled{background:#ffffff26;color:#ffffff4d;opacity:1}.dark-mode .project-modal-btn-danger{background:#ef5350}@media(hover:hover)and (pointer:fine){.dark-mode .project-modal-btn-danger:hover{background:#e53935}}.dark-mode .project-modal-btn-danger:active{background:#e53935}.dark-mode .project-modal-backdrop{background:#0009}.dark-mode .memory-off-radio,.dark-mode-active .memory-off-radio{border-color:#ffffff59}.dark-mode .memory-off-option input[type=radio]:checked+.memory-off-radio,.dark-mode-active .memory-off-option input[type=radio]:checked+.memory-off-radio{border-color:#fff}.dark-mode .memory-off-option input[type=radio]:checked+.memory-off-radio:after,.dark-mode-active .memory-off-option input[type=radio]:checked+.memory-off-radio:after{background:#fff}.dark-mode .memory-off-option-border,.dark-mode-active .memory-off-option-border{border-top-color:#ffffff14}.dark-mode .memory-off-option-desc,.dark-mode-active .memory-off-option-desc{color:#ffffff80}.auto-manage-off-content{max-width:420px}.auto-manage-off-body{padding:24px 20px 16px}.auto-manage-off-title{font-size:16px;font-weight:500;margin:0 0 8px;color:var(--color-text)}.auto-manage-off-desc{font-size:14px;color:#666;line-height:1.5;margin:0}.dark-mode .auto-manage-off-desc,.dark-mode-active .auto-manage-off-desc{color:#ffffff80}.dark-mode .delete-modal-message{color:#fff9}@media(hover:hover)and (pointer:fine){.dark-mode .move-to-project-item:hover{background:#ffffff0f}}.dark-mode .move-to-project-item:active{background:#ffffff0f}.dark-mode .move-to-project-item .project-icon{color:#ffffff80}.dark-mode .project-action-menu{box-shadow:0 4px 12px #0006}.dark-mode .project-menu-item{color:#ffffffd9}@media(hover:hover)and (pointer:fine){.dark-mode .project-menu-item:hover{background:#ffffff0f}}.dark-mode .project-menu-item:active{background:#ffffff0f}.dark-mode .project-menu-item--danger{color:#ef5350}@media(hover:hover)and (pointer:fine){.dark-mode .project-menu-item--danger:hover{background:#ef53501a}}.dark-mode .project-menu-item--danger:active{background:#ef53501a}.dark-mode .project-view-page{background:#212121}.dark-mode .project-title-icon{color:#fff}.dark-mode .project-chat-summary,.dark-mode .project-chat-date{color:#fff6}.dark-mode .project-chat-empty-icon{color:#ffffff26}@media(hover:hover)and (pointer:fine){.dark-mode .project-chat-item:hover{background:#ffffff0a}}.dark-mode .project-chat-item:active{background:#ffffff0a}
/*# sourceMappingURL=/cdn/shop/t/15/assets/ai-chat-sidebar-projects.css.map */
