.driveSharePopupOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(15,23,42,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:100010;display:none;align-items:center;justify-content:center;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.driveSharePopupOverlay[style*="display: block"],.driveSharePopupOverlay[style*="display:block"]{display:flex!important}.driveSharePopupContainer{background:#fff;width:min(560px,92vw);max-height:88vh;border-radius:16px;box-shadow:0 20px 50px rgba(2,8,20,.25);display:flex;flex-direction:column;overflow:hidden;color:#0f172a;animation:.25s cubic-bezier(.175,.885,.32,1.275) driveSharePopupPopIn}@keyframes driveSharePopupPopIn{from{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.driveSharePopupHeader{padding:20px 24px;border-bottom:1px solid #eef2f7;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.driveSharePopupTitle{margin:0;font-size:18px;font-weight:700;color:#0f172a}.driveSharePopupCloseButton{background:0 0;border:none;width:32px;height:32px;font-size:24px;line-height:1;color:#94a3b8;cursor:pointer;border-radius:8px;transition:.15s;padding:0}.driveSharePopupCloseButton:hover{background:#f1f5f9;color:#0f172a}.driveSharePopupBody{padding:20px 24px;overflow-y:auto;flex:1}.driveSharePopupSection{margin-bottom:18px}.driveSharePopupSection:last-child{margin-bottom:0}.driveSharePopupLabel{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:6px}.driveSharePopupLabelHint{font-weight:400;color:#94a3b8;font-size:12px}.driveSharePopupSearchWrap{position:relative}.driveSharePopupSearchInput{width:100%;height:40px;padding:0 14px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;color:#0f172a;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;font-family:inherit}.driveSharePopupSearchInput:focus{outline:0;border-color:var(--main-color,#3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.15)}.driveSharePopupResults{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px rgba(2,8,20,.12);max-height:300px;overflow-y:auto;z-index:5}.driveSharePopupResultsSection{padding:6px 0}.driveSharePopupResultsSection+.driveSharePopupResultsSection{border-top:1px solid #f1f5f9}.driveSharePopupResultsHeading{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;padding:6px 14px}.driveSharePopupResult{display:flex;align-items:center;gap:12px;padding:8px 14px;cursor:pointer;transition:background .1s}.driveSharePopupResult:hover{background:#f1f5f9}.driveSharePopupResultAvatar{width:32px;height:32px;border-radius:50%;background:var(--main-color,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;flex-shrink:0}.driveSharePopupResultAvatarGroup{background:#64748b}.driveSharePopupResultText{flex:1;min-width:0}.driveSharePopupResultName{font-size:14px;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driveSharePopupResultEmail{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driveSharePopupResultEmpty{padding:10px 14px;font-size:13px;color:#94a3b8;text-align:center;font-style:italic}.driveSharePopupSendingToContainer{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px}.driveSharePopupSendingToContainer:empty{display:none}.driveSharePopupSendingTo{display:inline-flex;align-items:center;gap:6px;padding:4px 4px 4px 12px;background:#eaf2fe;color:#1e40af;border-radius:16px;font-size:13px;font-weight:500;max-width:100%}.driveSharePopupSendingToEmail{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.driveSharePopupSendingToRemove{background:rgba(30,64,175,.1);border:none;width:20px;height:20px;border-radius:50%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#1e40af;padding:0;transition:background .15s}.driveSharePopupSendingToRemove:hover{background:rgba(30,64,175,.2)}.driveSharePopupMessage{width:100%;min-height:70px;padding:10px 14px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;color:#0f172a;background:#fff;font-family:inherit;resize:vertical;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.driveSharePopupMessage:focus{outline:0;border-color:var(--main-color,#3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.15)}.driveSharePopupCheckboxRow{display:flex;align-items:center;gap:10px;font-size:14px;color:#0f172a;cursor:pointer;padding:6px 0}.driveSharePopupCheckboxRow input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--main-color,#3b82f6)}.driveSharePopupHint{color:#94a3b8;font-size:12px}.addPasswordContainer{margin-left:26px;padding:8px 0 4px 12px;border-left:2px solid #e2e8f0}#driveSharePasswordTextContainer{margin-top:6px;margin-left:26px}.driveSharePopupPasswordInput{width:100%;max-width:280px;height:36px;padding:0 12px;border-radius:8px;border:1px solid #e2e8f0;font-size:13px;box-sizing:border-box;font-family:inherit}.driveSharePopupPasswordInput:focus{outline:0;border-color:var(--main-color,#3b82f6);box-shadow:0 0 0 3px rgba(59,130,246,.15)}.driveSharePopupFooter{padding:14px 24px;border-top:1px solid #eef2f7;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-shrink:0}.driveSharePopupFooterRight{display:flex;gap:8px}.driveSharePopupButton{height:38px;padding:0 16px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;transition:.15s;display:inline-flex;align-items:center;justify-content:center;font-family:inherit}.driveSharePopupButtonPrimary{background:var(--main-color,#3b82f6);color:#fff}.driveSharePopupButtonPrimary:hover{filter:brightness(.95);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.25)}.driveSharePopupButtonPrimary:active{transform:translateY(0)}.driveSharePopupButtonSecondary{background:#f8fafc;color:#334155;border-color:#e2e8f0}.driveSharePopupButtonSecondary:hover{background:#f1f5f9;border-color:#cbd5e1}@media (max-width:640px){.driveSharePopupContainer{width:96vw;max-height:92vh;border-radius:14px}.driveSharePopupBody,.driveSharePopupFooter,.driveSharePopupHeader{padding-left:16px;padding-right:16px}.driveSharePopupFooter{flex-direction:column;align-items:stretch}.driveSharePopupFooterRight{justify-content:flex-end}#driveSharePopupLeftButton{width:100%}}