.attach-popover{position:absolute;width:max-content;max-width:calc(100vw - 32px);background:hsla(0,0%,100%,.8509803922);border:1px solid rgba(0,0,0,.06);border-radius:12px;max-height:280px;display:flex;flex-direction:column;box-shadow:0 0 0 1px rgba(0,0,0,.02),0 1px 3px rgba(0,0,0,.03),0 6px 16px rgba(0,0,0,.05);animation:attachPopIn .2s cubic-bezier(.16,1,.3,1);font-family:Google Sans,-apple-system,sans-serif;z-index:1000;backdrop-filter:blur(12px)}.attach-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.25);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:attachBackdropIn .18s ease}@keyframes attachBackdropIn{0%{opacity:0}to{opacity:1}}.attach-modal{background:#fff;border-radius:18px;width:450px;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 8px 40px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);animation:attachModalIn .25s cubic-bezier(.16,1,.3,1);overflow:hidden;font-family:Google Sans,-apple-system,sans-serif}.attach-modal .attach-popover__tabs{padding:9px 9px 7px;border-bottom:1px solid rgba(0,0,0,.06);animation:attachItemSlide .3s cubic-bezier(.16,1,.3,1) .05s both}.attach-modal .attach-popover__tab{padding:6px 12px;font-size:13px}.attach-modal .attach-popover__footer{padding:9px 13px;animation:attachItemSlide .3s cubic-bezier(.16,1,.3,1) .15s both}.attach-modal__list{max-height:370px;padding:7px;animation:attachItemSlide .35s cubic-bezier(.16,1,.3,1) .08s both}.attach-modal__list .attach-popover__item{padding:9px 10px;animation:attachItemFade .3s cubic-bezier(.16,1,.3,1) both}.attach-modal__list .attach-popover__item:first-child{animation-delay:.1s}.attach-modal__list .attach-popover__item:nth-child(2){animation-delay:.13s}.attach-modal__list .attach-popover__item:nth-child(3){animation-delay:.16s}.attach-modal__list .attach-popover__item:nth-child(4){animation-delay:.19s}.attach-modal__list .attach-popover__item:nth-child(5){animation-delay:.22s}.attach-modal__list .attach-popover__item:nth-child(6){animation-delay:.25s}.attach-modal__list .attach-popover__item:nth-child(7){animation-delay:.28s}.attach-modal__list .attach-popover__item:nth-child(8){animation-delay:.31s}@keyframes attachModalIn{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes attachItemSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes attachItemFade{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes attachPopIn{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes attachPopInTop{0%{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.attach-popover--top{animation-name:attachPopInTop}.attach-popover__tabs{display:flex;align-items:center;gap:1px;padding:2px 6px;border-bottom:1px solid rgba(0,0,0,.04)}.attach-popover__tab{display:flex;align-items:center;gap:3px;padding:6px 8px;border-radius:7px;border:none;background:rgba(0,0,0,0);cursor:pointer;font-size:11.5px;font-weight:500;color:#78716c;font-family:inherit;white-space:nowrap;flex-shrink:0;transition:background .12s ease,color .12s ease}.attach-popover__tab:hover{background:#f7f7f6;color:#57534e}.attach-popover__tab--active{background:#f5f5f4;color:#1a1a1a;font-weight:600}.attach-popover__tab-count{font-size:10px;font-weight:600;color:#a8a29e;background:rgba(0,0,0,.04);padding:1px 6px;border-radius:50px;min-width:14px;text-align:center}.attach-popover__tab--active .attach-popover__tab-count{color:#57534e;background:rgba(0,0,0,.06)}.attach-popover__list{flex:1;overflow-y:auto;overflow-x:hidden;padding:3px;min-height:40px;width:0;min-width:100%;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.attach-popover__list::-webkit-scrollbar{display:none}.attach-popover__item{display:flex;align-items:center;gap:9px;padding:7px 9px;border-radius:9px;cursor:pointer;transition:background .12s ease}.attach-popover__item--focused,.attach-popover__item:hover{background:#f5f5f4}.attach-popover__item:active{background:#efefee}.attach-popover__item--selected{background:#f5f5f4}.attach-popover__item--selected.attach-popover__item--focused,.attach-popover__item--selected:hover{background:#efefee}.attach-popover__item-icon{width:26px;height:26px;border-radius:7px;background:rgba(0,0,0,.03);display:flex;align-items:center;justify-content:center;flex-shrink:0}.attach-popover__item--selected .attach-popover__item-icon{background:rgba(0,0,0,.05)}.attach-popover__item-icon--agent{width:26px;height:26px;border-radius:7px;background:none}.attach-popover__agent-avatar{width:26px;height:26px;border-radius:7px;object-fit:cover}.attach-popover__integration-logo{width:18px;height:18px;border-radius:4px;object-fit:contain}.attach-popover__item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.attach-popover__item-title{font-size:13px;font-weight:500;color:#57534e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:5px;transition:color .12s ease;line-height:1.3}.attach-popover__item--selected .attach-popover__item-title,.attach-popover__item:hover .attach-popover__item-title{color:#1a1a1a;font-weight:600}.attach-popover__enabled-dot{width:4px;height:4px;border-radius:50%;background:#4ade80;flex-shrink:0}.attach-popover__item-meta{font-size:11px;font-weight:400;color:#a8a29e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.attach-popover__item-badge{font-size:10.5px;font-weight:600;padding:2px 8px;border-radius:50px;background:rgba(0,0,0,.03);flex-shrink:0;letter-spacing:.2px;color:#78716c;text-transform:uppercase}.attach-popover__item--selected .attach-popover__item-badge{color:#57534e;background:rgba(0,0,0,.05)}.attach-popover__item-check{color:#8b5cf6;flex-shrink:0}.attach-popover__loading{display:flex;flex-direction:column;gap:4px;padding:4px}.attach-popover__skeleton{height:38px;border-radius:9px;background:linear-gradient(90deg,rgba(0,0,0,.02) 25%,rgba(0,0,0,.04) 50%,rgba(0,0,0,.02) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.attach-popover__empty{padding:14px 10px;text-align:center;font-size:11px;color:#a8a29e}.attach-popover__footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;border-top:1px solid rgba(0,0,0,.04);width:0;min-width:100%;box-sizing:border-box;flex-wrap:wrap}.attach-popover__footer span{font-size:10.5px;color:#a8a29e;display:flex;align-items:center;gap:3px}.attach-popover__footer kbd{font-size:9.5px;font-weight:500;color:#78716c;background:rgba(0,0,0,.03);padding:1px 4px;border-radius:4px;font-family:SF Mono,Fira Code,monospace;border:1px solid rgba(0,0,0,.04)}.attach-popover__create-row{display:flex;align-items:center;justify-content:center;gap:5px;padding:5px 0;margin:6px 8px 4px;border-radius:6px;border:1px dashed #d6d3d1;cursor:pointer;text-decoration:none;color:#a8a29e;transition:border-color .15s ease,background .15s ease,color .15s ease}.attach-popover__create-row:hover{border-color:#a8a29e;background:rgba(0,0,0,.015);color:#78716c}.attach-popover__create-row span{font-size:12px;font-weight:500}