.fpd-content{max-width:720px;width:min(720px,calc(100% - 32px));height:min(560px,calc(100vh - 120px));padding:0;gap:0;border-color:rgba(106,64,64,.08);background-color:var(--bg-subtle,#faf9f5);overflow:hidden;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border-radius:16px;display:flex;flex-direction:column}.fpd-header{padding:16px 12px 12px 20px;border-bottom:.5px solid var(--t-divider,rgba(106,64,64,.08));display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px;flex-shrink:0}.fpd-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.fpd-header-left{display:flex;flex-direction:column;gap:2px;min-width:0}.fpd-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fpd-back-btn,.fpd-title{font-size:15px;font-weight:500;color:var(--t-primary,#3d3d3d);font-family:Poppins,sans-serif;line-height:26px}.fpd-back-btn{display:inline-flex;align-items:center;gap:2px;background:none;border:none;cursor:pointer;padding:2px 6px 2px 2px;border-radius:4px;transition:background-color .15s ease;opacity:.5;flex-shrink:0}.fpd-back-btn:hover{background-color:rgba(0,0,0,.04);opacity:.8}.fpd-close-btn{width:28px;height:28px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;margin-left:auto;cursor:pointer;transition:opacity .15s ease;outline:none;box-shadow:none;opacity:.5;border-radius:6px;flex-shrink:0}.fpd-close-btn:hover{opacity:1;background-color:rgba(0,0,0,.04)}.fpd-close-btn:active,.fpd-close-btn:focus{outline:none;box-shadow:none}.fpd-search-wrapper{display:flex;align-items:center;gap:8px;height:32px;padding:0 10px;border:1px solid rgba(32,32,32,.08);border-radius:8px;background:white;flex-shrink:0;width:240px;max-width:240px;transition:max-width .2s ease,border-color .15s ease,box-shadow .15s ease}.fpd-search-wrapper:focus-within{max-width:240px;border-color:#0085FF;box-shadow:0 0 0 3px rgba(0,133,255,.1)}.fpd-search-icon{width:14px;height:14px;flex-shrink:0;opacity:.35;color:var(--t-primary,#3d3d3d)}.fpd-search-input{flex:1;border:none;outline:none;background:transparent;font-size:13px;font-family:Poppins,sans-serif;color:var(--t-primary,#3d3d3d);min-width:0}.fpd-search-input::placeholder{color:var(--t-primary,#3d3d3d);opacity:.35}.fpd-search-clear{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:none;background:none;cursor:pointer;flex-shrink:0;opacity:.35;transition:opacity .15s ease}.fpd-search-clear:hover{opacity:.7}.fpd-search-clear-icon{width:12px;height:12px}.fpd-search-results{overflow-y:auto;height:100%}.fpd-search-results .fpd-table-row{height:52px;padding:8px 16px}.fpd-search-result-info{display:flex;flex-direction:column;min-width:0}.fpd-search-result-path{font-size:11px;font-family:Poppins,sans-serif;color:var(--t-primary,#3d3d3d);opacity:.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.fpd-search-highlight{background-color:rgba(0,0,0,.03)}.fpd-search-highlight.selected{background-color:rgba(0,133,255,.08)}.fpd-breadcrumbs{display:flex;align-items:center;gap:3px;overflow-x:auto;scrollbar-width:none}.fpd-breadcrumbs::-webkit-scrollbar{display:none}.fpd-breadcrumb-item{background:none;border:none;padding:1px 3px;border-radius:3px;font-size:11px;font-family:Poppins,sans-serif;font-weight:400;color:var(--t-primary,#3d3d3d);opacity:.4;cursor:pointer;white-space:nowrap;transition:opacity .15s ease,background-color .15s ease;line-height:1.4}.fpd-breadcrumb-item:hover{opacity:.7;background-color:rgba(0,0,0,.04)}.fpd-breadcrumb-item--active{opacity:.6}.fpd-breadcrumb-sep{flex-shrink:0;opacity:.3;color:var(--t-primary,#3d3d3d)}.fpd-table-container{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.fpd-table-header{display:flex;height:36px;padding:10px 16px;align-items:center;gap:12px;flex-shrink:0;border-bottom:.5px solid var(--t-divider,rgba(106,64,64,.08))}.fpd-col-name{flex:1;min-width:0}.fpd-col-date{width:140px;flex-shrink:0}.fpd-col-kind{width:80px;flex-shrink:0;margin-left:12px}.fpd-table-header-cell{font-size:12px;font-family:Poppins,sans-serif;color:var(--t-primary,#202020);opacity:.4;font-weight:400;line-height:140%;user-select:none;background:none;border:none;padding:0;text-align:left;cursor:pointer;transition:opacity .15s ease}.fpd-table-header-cell:hover{opacity:.6}.fpd-table-header-cell.fpd-sort-active{opacity:.8}.fpd-table-body{flex:1;overflow:hidden}.fpd-table-row{display:flex;height:38px;padding:10px 16px;align-items:center;gap:12px;cursor:pointer;transition:background-color .1s ease;user-select:none;border-bottom:.5px solid var(--t-divider,rgba(106,64,64,.08))}.fpd-table-row:hover{background-color:rgba(0,0,0,.02)}.fpd-table-row.selected{background-color:rgba(0,133,255,.08)}.fpd-table-row.selected:hover{background-color:rgba(0,133,255,.1)}.fpd-row-name{gap:6px;min-width:0;flex:1}.fpd-chevron-btn,.fpd-row-name{display:flex;align-items:center}.fpd-chevron-btn{justify-content:center;width:16px;height:16px;padding:0;border:none;background:none;cursor:pointer;flex-shrink:0;opacity:.4;color:var(--t-primary,#3d3d3d)}.fpd-chevron-btn:hover{opacity:.7}.fpd-chevron-icon{display:block}.fpd-chevron-spinner{width:10px;height:10px;border:1.5px solid rgba(0,0,0,.08);border-top-color:#3d3d3d;border-radius:50%;animation:fpd-spin .6s linear infinite}.fpd-row-folder-icon{width:16px;height:16px;flex-shrink:0}.fpd-row-name-text{font-size:14px;line-height:16.5px}.fpd-row-meta,.fpd-row-name-text{font-family:Poppins,sans-serif;color:var(--t-primary,#3D3D3D);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fpd-row-meta{font-size:12px;opacity:.4;line-height:150%}.fpd-footer{height:60px;padding:0 20px;border-top:.5px solid var(--t-divider,rgba(106,64,64,.08));flex-direction:row;align-items:center;justify-content:space-between;flex-shrink:0}.fpd-footer,.fpd-footer-left{display:flex}.fpd-footer-right{display:flex;gap:8px}.fpd-btn-new-folder{height:32px;width:128px;border-radius:8px;border:1px solid rgba(106,64,64,.12);background:white;color:var(--t-primary,#3d3d3d);font-size:13px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:background-color .15s ease}.fpd-btn-new-folder:hover{background-color:rgba(0,0,0,.03)}.fpd-btn-cancel{height:32px;width:120px;border-radius:8px;border:1px solid rgba(106,64,64,.12);background:white;color:var(--t-primary,#3d3d3d);font-size:13px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:background-color .15s ease}.fpd-btn-cancel:hover{background-color:rgba(0,0,0,.03)}.fpd-btn-open{height:32px;width:120px;border-radius:8px;border:none;background-color:#202020;color:white;font-size:13px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:opacity .15s ease}.fpd-btn-open:hover{opacity:.85}.fpd-btn-open:disabled{opacity:.3;cursor:not-allowed}.fpd-placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;font-size:13px;font-family:Poppins,sans-serif;color:var(--t-primary,#3d3d3d);opacity:.4}.fpd-new-folder-overlay{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;background:rgba(0,0,0,.25)}.fpd-new-folder-dialog{width:360px;background:white;border-radius:12px;padding:24px;box-shadow:0 10px 25px rgba(0,0,0,.15),0 4px 10px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:16px}.fpd-new-folder-title{font-size:14px;font-weight:500;color:#202020;font-family:Poppins,sans-serif;margin:0}.fpd-new-folder-desc{color:#676767;opacity:.8;margin:0;line-height:1.4}.fpd-new-folder-desc,.fpd-new-folder-input{font-size:13px;font-family:Poppins,sans-serif}.fpd-new-folder-input{height:32px;padding:0 10px;border:1px solid rgba(0,0,0,.12);border-radius:6px;color:#202020;outline:none;transition:border-color .15s ease,box-shadow .15s ease;width:100%;box-sizing:border-box}.fpd-new-folder-input:focus{border-color:#90caf9;box-shadow:0 0 0 2px rgba(144,202,249,.3)}.fpd-new-folder-input-group{display:flex;flex-direction:column;gap:4px}.fpd-new-folder-input--error{border-color:#e53935;box-shadow:0 0 0 2px rgba(229,57,53,.15)}.fpd-new-folder-error{color:#e53935;font-size:12px;margin:0;line-height:1.4}.fpd-new-folder-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.fpd-new-folder-cancel{height:32px;width:120px;border-radius:8px;border:none;background-color:#f6f5f5;color:#3d3d3d;opacity:.7;font-size:13px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:opacity .15s ease}.fpd-new-folder-cancel:hover{opacity:1}.fpd-new-folder-create{height:32px;width:120px;border-radius:8px;border:none;background-color:#202020;color:white;font-size:13px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:opacity .15s ease}.fpd-new-folder-create:hover{opacity:.85}.fpd-new-folder-create:disabled{opacity:.3;cursor:not-allowed}@keyframes fpd-spin{to{transform:rotate(1turn)}}.fpd-spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.08);border-top-color:#3d3d3d;border-radius:50%;animation:fpd-spin .6s linear infinite}.wif-trigger{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 10px;border-radius:8px;border:1px solid rgba(32,32,32,.08);background:#ffffff;color:var(--color-neutral-80,#4c4c4b);font-size:12px;font-family:Poppins,sans-serif;font-weight:400;line-height:1.4;cursor:pointer;user-select:none;transition:background .15s ease,border-color .15s ease;white-space:nowrap;max-width:220px}.wif-trigger--compact{max-width:none}.wif-trigger:hover{background:var(--color-state-hover-on-white,#f6f5f5)}.wif-trigger--disabled{opacity:.5;cursor:default}.wif-trigger__icon{width:16px;height:16px;flex-shrink:0;opacity:.6}.wif-trigger__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.wif-menu-content{min-width:220px;max-width:300px;padding:4px;border:1px solid rgba(32,32,32,.08);border-radius:8px;background:#ffffff;box-shadow:0 0 12px 0 rgba(32,32,32,.08)}.wif-menu-item{display:flex;align-items:center;gap:8px;width:100%;height:32px;padding:4px 8px;border:none;border-radius:8px;background:transparent;color:var(--color-neutral-80,#4c4c4b);font-size:12px;font-family:Poppins,sans-serif;font-weight:400;line-height:1.4;text-align:left;cursor:pointer;transition:background .15s ease}.wif-menu-item:hover{background:var(--color-state-hover-on-white,#f6f5f5)}.wif-menu-item__icon{width:16px;height:16px;flex-shrink:0;color:var(--color-neutral-80,#4c4c4b)}.wif-menu-item__label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-neutral-80,#4c4c4b)}.wif-menu-item__badge{font-weight:500;line-height:1;padding:2px 6px;border-radius:4px;background:none;flex-shrink:0}.wif-menu-item__badge,.wif-recent-label{font-size:10px;font-family:Poppins,sans-serif;color:var(--color-neutral-60,#787876)}.wif-recent-label{padding:6px 8px 2px;font-weight:400;user-select:none}.wif-recent-item{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:none;border-radius:8px;background:transparent;cursor:pointer;transition:background .15s ease}.wif-recent-item:hover{background:var(--color-state-hover-on-white,#f6f5f5)}.wif-recent-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.wif-recent-item__name{font-size:12px;line-height:1.4;color:var(--color-neutral-80,#4c4c4b)}.wif-recent-item__name,.wif-recent-item__path{font-family:Poppins,sans-serif;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wif-recent-item__path{font-size:10px;line-height:1.3;color:var(--color-neutral-60,#787876)}.wif-recent-item__check{width:16px;height:16px;flex-shrink:0;color:#2563eb}.wif-separator{margin:4px 0;height:1px;background:rgba(32,32,32,.08)}.dark .wif-trigger{border-color:rgba(255,255,255,.08);background:var(--t-card,#2a2a2a);color:var(--t-secondary,#b0b0b0)}.dark .wif-trigger:hover{background:rgba(255,255,255,.06)}.dark .wif-menu-content{border-color:rgba(255,255,255,.08);background:var(--t-card,#2a2a2a);box-shadow:0 0 12px 0 rgba(0,0,0,.3)}.dark .wif-menu-item{color:var(--t-secondary,#b0b0b0)}.dark .wif-menu-item:hover{background:rgba(255,255,255,.06)}.dark .wif-menu-item__icon,.dark .wif-menu-item__label{color:var(--t-secondary,#b0b0b0)}.dark .wif-menu-item__badge{background:rgba(255,255,255,.08)}.dark .wif-menu-item__badge,.dark .wif-recent-label{color:var(--t-tertiary,#787878)}.dark .wif-recent-item:hover{background:rgba(255,255,255,.06)}.dark .wif-recent-item__name{color:var(--t-secondary,#b0b0b0)}.dark .wif-recent-item__path{color:var(--t-tertiary,#787878)}.dark .wif-recent-item__check{color:#60a5fa}.dark .wif-separator{background:rgba(255,255,255,.08)}.style_inputAreaWrapper__p7hKI{position:relative;display:flex;flex-direction:column;width:100%;gap:0}.style_chatInputContainer__nw5rY{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-radius:var(--kuse-radius-lg);flex-shrink:0;width:100%;height:auto;box-sizing:border-box;transition:padding .2s ease,box-shadow .2s ease;background:#ffffff;box-shadow:none;padding:12px}.style_fileAttachmentSlot__RUhW_{display:grid;grid-template-rows:0fr;margin-bottom:0;transition:grid-template-rows .25s ease,margin-bottom .25s ease}.style_fileAttachmentSlotOpen__5oEDo{grid-template-rows:1fr;margin-bottom:12px}.style_fileAttachmentInner__B9Bag{overflow:hidden}.style_chatInputBorder__hTGvO{position:absolute;inset:0;border:1px solid rgba(32,32,32,.12);border-radius:8px;pointer-events:none}.style_chatInputContainer__nw5rY.style_standalone__qdNhk{border-radius:12px;box-shadow:0 4px 24px 0 rgba(134,125,92,.05);transition:box-shadow .15s ease}.style_chatInputContainer__nw5rY.style_standalone__qdNhk:focus-within{box-shadow:0 4px 24px 0 rgba(134,125,92,.08)}.style_chatInputContainer__nw5rY.style_standalone__qdNhk .style_chatInputBorder__hTGvO{border-radius:12px}.style_standalone__qdNhk .style_messageInputContainer__kIkkE{min-height:63px}.style_messageInputSection__Z_YHR{display:flex;flex-direction:row;gap:var(--kuse-space-1);align-items:flex-start;justify-content:flex-start;padding:0;position:relative;width:100%}.style_messageInputContainer__kIkkE{flex:1;display:flex;flex-direction:row;align-items:flex-start;position:relative;min-height:42px;max-height:126px;min-width:1px}.style_messagePlaceholder__ZC_Co{position:absolute;left:0;top:2px;font-style:normal;color:var(--kuse-text-placeholder);text-align:left;white-space:nowrap;pointer-events:none}.style_messageEditable__SeudI,.style_messagePlaceholder__ZC_Co{font-family:var(--kuse-font-primary);font-weight:var(--kuse-weight-normal);line-height:var(--kuse-leading-normal);font-size:var(--kuse-text-base)}.style_messageEditable__SeudI{flex:1;min-height:42px;max-height:126px;padding:0;border:none;outline:none;background:transparent;color:var(--kuse-text-primary);overflow-y:auto;word-wrap:break-word;white-space:pre-wrap;position:relative;z-index:2}.style_messageEditable__SeudI:focus{outline:none}.style_messageEditable__SeudI[contenteditable=plaintext-only],.style_messageEditable__SeudI[contenteditable=true]{cursor:text}.style_messageEditable__SeudI[contenteditable=false]{cursor:not-allowed}.style_messageEditable__SeudI.style_disabled__TAcOE{color:var(--kuse-text-placeholder);cursor:not-allowed}.style_messageEditable__SeudI:empty:before{content:"";display:inline-block}.style_messageEditable__SeudI::-webkit-scrollbar{width:6px}.style_messageEditable__SeudI::-webkit-scrollbar-track{background:transparent}.style_messageEditable__SeudI::-webkit-scrollbar-thumb{background:var(--kuse-border-hover);border-radius:3px}.style_messageEditable__SeudI::-webkit-scrollbar-thumb:hover{background:var(--kuse-text-tertiary)}.style_chatControls__nPcyb{flex-direction:row;justify-content:space-between;padding:0;position:relative;flex-shrink:0;width:100%}.style_chatControls__nPcyb,.style_controlsLeft__Ig3rF{display:flex;align-items:center;gap:var(--kuse-space-2)}.style_controlsRight__GbLqF{display:flex;align-items:center;gap:var(--kuse-space-3);flex-shrink:0}.style_attachmentIcons__2FNLQ{display:flex;align-items:center;gap:var(--kuse-space-2)}.style_attachmentBtn__wlRkt{width:24px;height:24px;padding:var(--kuse-space-1);background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:var(--kuse-radius-sm);color:var(--kuse-text-secondary);transition:all var(--kuse-transition-normal)}.style_attachmentBtn__wlRkt.style_disabled__TAcOE{opacity:.4;cursor:not-allowed}.style_attachmentBtnLoading__xbfU8{animation:style_loadingSpin__gFnSi 1s linear infinite}@keyframes style_loadingSpin__gFnSi{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_chatSelectors__9TylN{padding:0;position:relative;flex-shrink:0}.style_chatSelectors__9TylN,.style_imageSelectors__R_PZr{display:flex;flex-direction:row;gap:var(--kuse-space-2);align-items:center;justify-content:flex-start}.style_imageSelectors__R_PZr{flex-wrap:wrap}.style_sendButton__xRfUl{position:relative;flex-shrink:0;width:20px;height:20px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:var(--kuse-radius-sm);transition:background-color var(--kuse-transition-normal),opacity var(--kuse-transition-normal)}.style_sendButton__xRfUl:hover:not(.style_disabled__TAcOE){background:var(--kuse-hover-bg)}.style_sendButton__xRfUl.style_disabled__TAcOE{opacity:.4;cursor:not-allowed}.style_sendIcon__XUv5e{width:18px;height:18px;filter:none}.style_kuseClawSend__FBpLV{color:#F47561}.style_kuseClawSend__FBpLV:hover:not(.style_disabled__TAcOE){background:rgba(244,117,97,.08)}.style_stopButton__u1wD0{position:relative;flex-shrink:0;width:20px;height:20px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:var(--kuse-radius-sm);transition:background-color var(--kuse-transition-normal),opacity var(--kuse-transition-normal)}.style_stopButton__u1wD0:hover:not(.style_disabled__TAcOE){background:rgba(239,68,68,.08)}.style_stopButton__u1wD0.style_disabled__TAcOE{opacity:.4;cursor:not-allowed}.style_stopIcon__NNr4o{width:18px;height:18px}.style_chatInputContainer__nw5rY:focus-within .style_chatInputBorder__hTGvO{border-color:rgba(32,32,32,.16)}.style_chatInputContainer__nw5rY.style_kuseClaw__IwqyW .style_chatInputBorder__hTGvO{border-color:#F4E0D3}.style_chatInputContainer__nw5rY.style_loading__mifBH{pointer-events:none}.style_loading__mifBH .style_messageEditable__SeudI{cursor:not-allowed}.dark .style_chatInputContainer__nw5rY{background:var(--t-card,#2a2a2a)}.dark .style_chatInputBorder__hTGvO{border-color:rgba(255,255,255,.12)}.dark .style_chatInputContainer__nw5rY:focus-within .style_chatInputBorder__hTGvO{border-color:rgba(255,255,255,.2)}