.CommonPopup-module__c-HmJa__popupWrapper{-webkit-backdrop-filter:blur(16px);z-index:10;box-sizing:border-box;background:#00000040;justify-content:center;align-items:center;width:100vw;height:100vh;padding:0;font-family:Google Sans,Roboto,Arial,sans-serif;display:flex;position:fixed;top:0;left:0}.CommonPopup-module__c-HmJa__popup{background:#fff;border:none;border-radius:16px;width:100%;max-width:420px;max-height:90vh;padding:28px 28px 32px;animation:.6s ease-out CommonPopup-module__c-HmJa__popupAppear;position:relative;overflow-y:auto;box-shadow:0 4px 16px #00000014}@keyframes CommonPopup-module__c-HmJa__popupAppear{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.CommonPopup-module__c-HmJa__content{text-align:center;flex-direction:column;align-items:center;display:flex}.CommonPopup-module__c-HmJa__contentLeft{text-align:left;align-items:flex-start}.CommonPopup-module__c-HmJa__iconContainerLeft{justify-content:flex-start;min-height:auto;margin-bottom:12px}.CommonPopup-module__c-HmJa__iconContainerLeft .CommonPopup-module__c-HmJa__miniHeaderIcon{width:36px;height:36px}.CommonPopup-module__c-HmJa__titleLeft{color:#202124;text-align:left;margin:0 0 6px;font-size:22px;font-weight:500;line-height:1.25}.CommonPopup-module__c-HmJa__descriptionLeft{color:#5f6368;text-align:left;max-width:none;margin:0 0 16px;font-size:14px;line-height:1.5}.CommonPopup-module__c-HmJa__title{color:#202124;letter-spacing:-.1px;margin:0 0 8px;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:20px;font-weight:500;line-height:1.3}.CommonPopup-module__c-HmJa__subtitle{color:#5f6368;text-align:center;max-width:400px;margin:0 0 24px;font-size:14px;line-height:1.5}.CommonPopup-module__c-HmJa__description{color:#5f6368;text-align:center;max-width:400px;margin:0 0 16px;font-size:14px;line-height:1.5}.CommonPopup-module__c-HmJa__descriptionNoMargin{color:#5f6368;text-align:center;max-width:400px;margin:0;font-size:14px;line-height:1.5}.CommonPopup-module__c-HmJa__button{color:#fff;cursor:pointer;background:#4285f4;border:none;border-radius:8px;min-width:160px;padding:14px 32px;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a}.CommonPopup-module__c-HmJa__button:hover{background:#1a73e8;transform:translateY(-1px);box-shadow:0 2px 8px #4285f44d}.CommonPopup-module__c-HmJa__button:active{transform:translateY(0);box-shadow:0 1px 4px #4285f44d}.CommonPopup-module__c-HmJa__primaryButton{color:#fff;cursor:pointer;background:#4285f4;border:none;border-radius:8px;min-width:160px;max-width:240px;padding:14px 32px;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a}.CommonPopup-module__c-HmJa__primaryButton:hover{background:#1a73e8;transform:translateY(-1px);box-shadow:0 2px 8px #4285f44d}.CommonPopup-module__c-HmJa__primaryButton:active{transform:translateY(0);box-shadow:0 1px 4px #4285f44d}.CommonPopup-module__c-HmJa__iconContainer{justify-content:center;align-items:center;min-height:48px;margin-bottom:12px;display:flex}.CommonPopup-module__c-HmJa__miniHeaderIcon{object-fit:contain;width:48px;height:48px}.CommonPopup-module__c-HmJa__successIcon{justify-content:center;align-items:center;margin-bottom:0;display:flex}.CommonPopup-module__c-HmJa__checkIcon{color:#34a853;background:#34a85326;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:4px;font-family:Arial,sans-serif;font-size:12px;font-weight:600;display:flex}.CommonPopup-module__c-HmJa__detailsList{background:#f8f9fa;border:1px solid #e8eaed;border-radius:12px;flex-direction:column;gap:14px;width:100%;margin:24px 0 32px;padding:20px;display:flex}.CommonPopup-module__c-HmJa__detailItem{color:#3c4043;background:#fffc;border:1px solid #e8eaed99;border-radius:10px;align-items:center;gap:14px;padding:14px 18px;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:14px;line-height:1.4;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.CommonPopup-module__c-HmJa__detailItem:before{content:"";background:#e8eaed;width:3px;height:100%;transition:all .3s;position:absolute;top:0;left:0}.CommonPopup-module__c-HmJa__detailItem:hover{background:#fff;border-color:#dadce0;transform:translate(4px);box-shadow:0 2px 8px #00000014}.CommonPopup-module__c-HmJa__detailItem:hover:before{background:#4285f4}.CommonPopup-module__c-HmJa__detailItemPending{background:#fff9ebe6;border-color:#fbbc0533}.CommonPopup-module__c-HmJa__detailItemPending:before{background:#fbbc04;animation:2s cubic-bezier(.4,0,.6,1) infinite CommonPopup-module__c-HmJa__pulse}@keyframes CommonPopup-module__c-HmJa__pulse{0%,to{opacity:1}50%{opacity:.5}}.CommonPopup-module__c-HmJa__detailItemPending:hover{background:#fff9eb;border-color:#fbbc0566}.CommonPopup-module__c-HmJa__detailItemCompleted{background:#e8f5e9e6;border-color:#34a85333}.CommonPopup-module__c-HmJa__detailItemCompleted:before{background:#34a853}.CommonPopup-module__c-HmJa__detailItemCompleted:hover{background:#e8f5e9;border-color:#34a85366}.CommonPopup-module__c-HmJa__detailItemRefused{opacity:.6;background:#ffebeee6;border-color:#ea433533}.CommonPopup-module__c-HmJa__detailItemRefused:before{background:#ea4335}.CommonPopup-module__c-HmJa__detailItemRefused:hover{opacity:.7;background:#ffebee;border-color:#ea433566}.CommonPopup-module__c-HmJa__detailItemError{background:#ffebeee6;border-color:#ea433533}.CommonPopup-module__c-HmJa__detailItemError:before{background:#ea4335}.CommonPopup-module__c-HmJa__detailItemError:hover{background:#ffebee;border-color:#ea433566}.CommonPopup-module__c-HmJa__detailItemIcon{color:#4285f4;background:#4285f41a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:14px;font-weight:600;transition:all .3s;display:flex}.CommonPopup-module__c-HmJa__detailItemIconPending{color:#fbbc04;background:#fbbc0526}.CommonPopup-module__c-HmJa__detailItemIconCompleted{color:#34a853;background:#34a85326}.CommonPopup-module__c-HmJa__detailItemIconRefused,.CommonPopup-module__c-HmJa__detailItemIconError{color:#ea4335;background:#ea433526}.CommonPopup-module__c-HmJa__iconContainer .CommonPopup-module__c-HmJa__spinner{border:4px solid #4285f4;border-color:#4285f4 #34a853 #fbbc04 #f3f3f3;border-radius:50%;width:48px;height:48px;animation:1.2s cubic-bezier(.68,-.55,.265,1.55) infinite CommonPopup-module__c-HmJa__spin}.CommonPopup-module__c-HmJa__checkIcon{color:#34a853;background:#34a85326;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:14px;font-weight:600;transition:all .3s;display:flex}.CommonPopup-module__c-HmJa__checkIconPending{color:#fbbc04;background:#fbbc0526;animation:2s ease-in-out infinite CommonPopup-module__c-HmJa__pulseIcon}@keyframes CommonPopup-module__c-HmJa__pulseIcon{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.CommonPopup-module__c-HmJa__checkIconRefused{color:#ea4335;background:#ea433526}.CommonPopup-module__c-HmJa__buttonContainer{flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:12px;display:flex}.CommonPopup-module__c-HmJa__secondaryButton{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:8px;min-width:160px;padding:14px 32px;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a}.CommonPopup-module__c-HmJa__secondaryButton:hover{background:#5a6268;transform:translateY(-1px);box-shadow:0 2px 8px #6c757d4d}.CommonPopup-module__c-HmJa__secondaryButton:active{transform:translateY(0);box-shadow:0 1px 4px #6c757d4d}@keyframes CommonPopup-module__c-HmJa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CommonPopup-module__c-HmJa__checkmark{animation:.6s ease-in-out CommonPopup-module__c-HmJa__checkmarkAppear}.CommonPopup-module__c-HmJa__checkmarkContainer{display:inline-block;position:relative}.CommonPopup-module__c-HmJa__checkmarkCircle{stroke-dasharray:166;stroke-dashoffset:166px;animation:.6s ease-in-out forwards CommonPopup-module__c-HmJa__checkmark-circle}.CommonPopup-module__c-HmJa__checkmarkCheck{stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s ease-in-out .6s forwards CommonPopup-module__c-HmJa__checkmark-check}@keyframes CommonPopup-module__c-HmJa__checkmarkAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes CommonPopup-module__c-HmJa__checkmark-circle{to{stroke-dashoffset:0}}@keyframes CommonPopup-module__c-HmJa__checkmark-check{to{stroke-dashoffset:0}}.CommonPopup-module__c-HmJa__progressContainer{align-items:center;gap:8px;width:100%;margin:24px 0;display:flex}.CommonPopup-module__c-HmJa__progressBar{background:#f1f3f4;border-radius:2px;flex:1;height:4px;overflow:hidden}.CommonPopup-module__c-HmJa__progressFill{background:linear-gradient(90deg,#4285f4 0%,#1a73e8 100%);border-radius:2px;height:100%;transition:width .3s}.CommonPopup-module__c-HmJa__progressText{color:#5f6368;text-align:right;min-width:45px;font-size:12px;font-weight:500}@media (max-width:768px){.CommonPopup-module__c-HmJa__popup{max-width:calc(100vw - 40px);margin:20px;padding:28px 24px}.CommonPopup-module__c-HmJa__title{font-size:18px}.CommonPopup-module__c-HmJa__subtitle,.CommonPopup-module__c-HmJa__description{font-size:14px}.CommonPopup-module__c-HmJa__button,.CommonPopup-module__c-HmJa__primaryButton,.CommonPopup-module__c-HmJa__secondaryButton{min-width:120px;padding:12px 24px;font-size:14px}.CommonPopup-module__c-HmJa__detailsList{margin:12px 0 24px}.CommonPopup-module__c-HmJa__detailItem{padding:10px 12px;font-size:13px}.CommonPopup-module__c-HmJa__buttonContainer{margin-top:12px}.CommonPopup-module__c-HmJa__miniHeaderIcon{width:40px;height:40px}.CommonPopup-module__c-HmJa__closeBtn{z-index:10;width:36px;height:36px;font-size:20px;top:20px;right:20px}}@media (max-width:480px){.CommonPopup-module__c-HmJa__popup{max-width:calc(100vw - 32px);margin:16px;padding:24px 20px}.CommonPopup-module__c-HmJa__title{font-size:16px}.CommonPopup-module__c-HmJa__subtitle,.CommonPopup-module__c-HmJa__description{font-size:13px}.CommonPopup-module__c-HmJa__button,.CommonPopup-module__c-HmJa__primaryButton,.CommonPopup-module__c-HmJa__secondaryButton{min-width:100px;padding:10px 20px;font-size:13px}}.CommonPopup-module__c-HmJa__closeBtn{cursor:pointer;color:#5f6368;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;font-size:24px;transition:background-color .2s;display:flex;position:absolute;top:24px;right:24px}.CommonPopup-module__c-HmJa__closeBtn:hover{background-color:#f1f3f4}.CommonPopup-module__c-HmJa__popupHeader{width:100%;padding:0;position:relative}@media (max-width:768px){.CommonPopup-module__c-HmJa__popupHeader{padding:0}}.CommonPopup-module__c-HmJa__dateTime{color:#5f6368;margin-bottom:16px;font-size:14px;line-height:1.4}.CommonPopup-module__c-HmJa__timezone{color:#5f6368;font-size:13px}.CommonPopup-module__c-HmJa__eventHost{color:#1f1f1f;margin-top:12px;margin-bottom:-20px;font-size:14px;font-weight:500}.CommonPopup-module__c-HmJa__meetInfo{color:#5f6368;border-bottom:1px solid #e8eaed;align-items:center;gap:12px;padding:24px 0;font-size:14px;display:flex}@media (max-width:768px){.CommonPopup-module__c-HmJa__meetInfo{padding:20px 0}}.CommonPopup-module__c-HmJa__meetIcon{flex-shrink:0;width:20px;height:20px}.CommonPopup-module__c-HmJa__formSection{padding-top:32px}@media (max-width:768px){.CommonPopup-module__c-HmJa__formSection{padding-top:24px}}.CommonPopup-module__c-HmJa__contactHeader{align-items:center;gap:12px;margin-bottom:24px;display:flex}.CommonPopup-module__c-HmJa__contactIcon{fill:#5f6368;flex-shrink:0;width:18px;height:20px}.CommonPopup-module__c-HmJa__contactHeader h3{color:#1f1f1f;margin:0;font-size:16px;font-weight:500}.CommonPopup-module__c-HmJa__form{flex-direction:column;gap:20px;display:flex}.CommonPopup-module__c-HmJa__formRow{gap:16px;display:flex}.CommonPopup-module__c-HmJa__inputGroup{flex-direction:column;flex:1;display:flex}.CommonPopup-module__c-HmJa__inputGroup label{color:#1f1f1f;margin-bottom:8px;font-size:14px;font-weight:400}.CommonPopup-module__c-HmJa__input,.CommonPopup-module__c-HmJa__textarea{color:#1f1f1f;background-color:#fff;border:1px solid #dadce0;border-radius:8px;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.CommonPopup-module__c-HmJa__input:focus,.CommonPopup-module__c-HmJa__textarea:focus{border-color:#4285f4;outline:none;box-shadow:0 0 0 1px #4285f4}.CommonPopup-module__c-HmJa__inputError{border-color:#ea4335!important}.CommonPopup-module__c-HmJa__inputError:focus{border-color:#ea4335!important;box-shadow:0 0 0 1px #ea4335!important}.CommonPopup-module__c-HmJa__errorMessage{color:#ea4335;align-items:center;gap:4px;margin-top:4px;font-size:12px;display:flex}.CommonPopup-module__c-HmJa__textarea{resize:vertical;min-height:80px}.CommonPopup-module__c-HmJa__formActions{justify-content:flex-end;align-items:center;gap:12px;margin-top:8px;display:flex}.CommonPopup-module__c-HmJa__cancelBtn{color:#1f1f1f;cursor:pointer;background:0 0;border:none;border-radius:24px;padding:10px 24px;font-size:14px;font-weight:500;transition:background-color .2s}.CommonPopup-module__c-HmJa__cancelBtn:hover{background-color:#f8f9fa}.CommonPopup-module__c-HmJa__bookBtn{color:#fff;cursor:pointer;background-color:#1a73e8;border:none;border-radius:24px;justify-content:center;align-items:center;gap:8px;min-width:80px;padding:10px 24px;font-size:14px;font-weight:500;transition:background-color .2s;display:flex}.CommonPopup-module__c-HmJa__bookBtn:hover:not(:disabled){background-color:#1557b0}.CommonPopup-module__c-HmJa__bookBtn:disabled{opacity:.7;cursor:not-allowed}.CommonPopup-module__c-HmJa__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.CommonPopup-module__c-HmJa__loadingContainer{align-items:center;gap:8px;display:flex}.CommonPopup-module__c-HmJa__spinner{border:2px solid #4285f44d;border-top-color:#4285f4;border-radius:50%;width:20px;height:20px;animation:1s linear infinite CommonPopup-module__c-HmJa__spin}.CommonPopup-module__c-HmJa__confirmationSection{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:32px 32px 64px;display:flex}.CommonPopup-module__c-HmJa__confirmationSection svg{border-bottom:1px solid #e8eaed;width:100%;height:48px;padding-bottom:24px}.CommonPopup-module__c-HmJa__confirmationHeader{flex-direction:column;align-items:center;gap:24px;display:flex}.CommonPopup-module__c-HmJa__confirmationTitle{color:#1f1f1f;margin:0;font-size:26px;font-weight:500;line-height:1.3}.CommonPopup-module__c-HmJa__confirmationText{color:#5f6368;max-width:320px;margin:0 0 8px;font-size:16px;line-height:1.4}.CommonPopup-module__c-HmJa__confirmationSubtext{color:#5f6368;margin:0;font-size:14px;font-style:italic}.CommonPopup-module__c-HmJa__trackingWarning{color:#f57c00;margin:8px 0;font-size:14px}.CommonPopup-module__c-HmJa__confirmationSection .CommonPopup-module__c-HmJa__checkIcon{background-color:#f8f9fa;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:0;display:flex}.CommonPopup-module__c-HmJa__confirmationSection .CommonPopup-module__c-HmJa__checkIcon .CommonPopup-module__c-HmJa__spinner{border:3px solid #4285f44d;border-top-color:#4285f4;border-radius:50%;width:24px;height:24px;animation:2.5s linear infinite CommonPopup-module__c-HmJa__spin}@media (max-width:768px){.CommonPopup-module__c-HmJa__confirmationSection{min-height:250px;padding:48px 24px}.CommonPopup-module__c-HmJa__confirmationTitle{font-size:22px}.CommonPopup-module__c-HmJa__confirmationText{font-size:14px}}.CommonPopup-module__c-HmJa__actionContainer{align-items:stretch;gap:12px;width:100%;display:flex}.CommonPopup-module__c-HmJa__emailContainer{flex-direction:column;flex:1.5;display:flex}.CommonPopup-module__c-HmJa__emailInput{color:#202124;box-sizing:border-box;background:#fff;border:1px solid #dadce0;border-radius:8px;flex:1;width:100%;min-width:0;height:48px;padding:14px 16px;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.CommonPopup-module__c-HmJa__emailInput:hover{border-color:#9aa0a6}.CommonPopup-module__c-HmJa__emailInput:focus{border-color:#4285f4;outline:none;box-shadow:0 0 0 1px #4285f4}.CommonPopup-module__c-HmJa__emailInput::placeholder{color:#9aa0a6}.CommonPopup-module__c-HmJa__emailInput.CommonPopup-module__c-HmJa__error{background-color:#fef7f7;border-color:#ea4335!important}.CommonPopup-module__c-HmJa__emailInput.CommonPopup-module__c-HmJa__error:focus{border-color:#ea4335!important;box-shadow:0 0 0 1px #ea4335!important}.CommonPopup-module__c-HmJa__emailError{color:#ea4335;align-items:center;gap:4px;margin-top:4px;margin-bottom:0;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:12px;display:flex}.CommonPopup-module__c-HmJa__emailError:before{content:"⚠️";font-size:10px}.CommonPopup-module__c-HmJa__actionButton{color:#fff;cursor:pointer;box-sizing:border-box;white-space:nowrap;background:#4285f4;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:140px;max-width:180px;height:48px;padding:14px 20px;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000001a}.CommonPopup-module__c-HmJa__actionButton:hover:not(:disabled){background:#1a73e8;transform:translateY(-1px);box-shadow:0 2px 8px #4285f44d}.CommonPopup-module__c-HmJa__actionButton:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #4285f44d}.CommonPopup-module__c-HmJa__actionButton:disabled{color:#9aa0a6;cursor:not-allowed;box-shadow:none;background:#f1f3f4;transform:none}.CommonPopup-module__c-HmJa__buttonContainer.CommonPopup-module__c-HmJa__horizontal{flex-direction:column;align-items:stretch;gap:0;width:100%;margin-top:16px;display:flex}.CommonPopup-module__c-HmJa__actionButton .CommonPopup-module__c-HmJa__spinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:1s linear infinite CommonPopup-module__c-HmJa__spin}.CommonPopup-module__c-HmJa__redirectingMessage{text-align:center;background:#e3f2fd;border:1px solid #bbdefb;border-radius:8px;margin-top:16px;padding:12px}.CommonPopup-module__c-HmJa__redirectingMessage p{color:#1976d2;margin:0 0 4px;font-size:14px;font-weight:500}.CommonPopup-module__c-HmJa__redirectingSubtext{color:#5f6368!important;font-size:12px!important;font-weight:400!important}@media (max-width:768px){.CommonPopup-module__c-HmJa__actionContainer{flex-direction:row;gap:8px;width:100%}.CommonPopup-module__c-HmJa__emailContainer{flex:auto;min-width:0}.CommonPopup-module__c-HmJa__emailInput{width:100%;padding:10px 12px;font-size:13px}.CommonPopup-module__c-HmJa__actionButton{width:auto;min-width:unset;white-space:nowrap;flex:none;max-width:none;padding:10px 16px;font-size:13px}}.CommonPopup-module__c-HmJa__closeBtn{cursor:pointer;color:#5f6368;z-index:10;background:0 0;border:1px solid #e8eaed;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.CommonPopup-module__c-HmJa__closeBtn:hover{color:#202124;background:#f8f9fa;border-color:#dadce0;transform:rotate(90deg)}.CommonPopup-module__c-HmJa__errorPopup{background:#fff;border-radius:24px;width:100%;max-width:480px;max-height:90vh;padding:0;animation:.4s cubic-bezier(.34,1.56,.64,1) CommonPopup-module__c-HmJa__errorPopupAppear;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026,0 8px 16px #0000001a,0 0 0 1px #ea43351a}@keyframes CommonPopup-module__c-HmJa__errorPopupAppear{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.CommonPopup-module__c-HmJa__errorContent{text-align:center;flex-direction:column;align-items:center;padding:40px 32px;display:flex}.CommonPopup-module__c-HmJa__errorIconContainer{background:linear-gradient(135deg,#ffebee 0%,#fce4ec 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;animation:.5s ease-in-out .2s CommonPopup-module__c-HmJa__shakeIcon;display:flex;position:relative}@keyframes CommonPopup-module__c-HmJa__shakeIcon{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.CommonPopup-module__c-HmJa__errorIcon{color:#ea4335;font-size:36px}.CommonPopup-module__c-HmJa__errorTitle{color:#202124;margin:0 0 12px;font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:22px;font-weight:500;line-height:1.3}.CommonPopup-module__c-HmJa__errorDescription{color:#5f6368;max-width:360px;margin:0 0 32px;font-size:15px;line-height:1.6}.CommonPopup-module__c-HmJa__errorNotice{background:#fef7e0;border:1px solid #feefc3;border-radius:12px;width:100%;max-width:360px;margin:0 0 32px;padding:16px 20px}.CommonPopup-module__c-HmJa__errorNoticeText{color:#5f6368;text-align:left;margin:0;font-size:13px;line-height:1.5}.CommonPopup-module__c-HmJa__retryButton{color:#fff;cursor:pointer;background:#ea4335;border:none;border-radius:8px;min-width:180px;padding:14px 32px;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #ea43354d}.CommonPopup-module__c-HmJa__retryButton:hover{background:#d33b2c;transform:translateY(-1px);box-shadow:0 2px 8px #ea433566}.CommonPopup-module__c-HmJa__retryButton:active{transform:translateY(0);box-shadow:0 1px 4px #ea43354d}.CommonPopup-module__c-HmJa__retryButton:disabled{color:#80868b;cursor:not-allowed;box-shadow:none;background:#dadce0;transform:none}
.PopupHeader-module__IYcUCW__header{border-bottom:1px solid #f1f3f4;justify-content:space-between;align-items:center;min-width:100%;margin-bottom:24px;padding-bottom:20px;display:flex}.PopupHeader-module__IYcUCW__logoContainer{justify-content:center;align-items:center;display:flex}.PopupHeader-module__IYcUCW__googleLogo,.PopupHeader-module__IYcUCW__workspaceLogo{object-fit:contain;filter:brightness(0)saturate()invert(24%)sepia(18%)saturate(1280%)hue-rotate(201deg)brightness(95%)contrast(91%);width:auto;height:32px}.PopupHeader-module__IYcUCW__cardLogo{object-fit:contain;width:auto;height:28px}.PopupHeader-module__IYcUCW__cardLogo.PopupHeader-module__IYcUCW__mastercard{height:36px}@media (max-width:768px){.PopupHeader-module__IYcUCW__header{margin-bottom:20px;padding-bottom:16px}.PopupHeader-module__IYcUCW__googleLogo,.PopupHeader-module__IYcUCW__workspaceLogo{height:28px}.PopupHeader-module__IYcUCW__cardLogo{height:24px}.PopupHeader-module__IYcUCW__cardLogo.PopupHeader-module__IYcUCW__mastercard{height:30px}}
.GoogleLoader-module__WEsfLq__overlayLoader{-webkit-backdrop-filter:blur(5px);z-index:1000;background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.GoogleLoader-module__WEsfLq__googleLoader{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.GoogleLoader-module__WEsfLq__googleSpinner{width:65px;height:65px;animation:2s linear infinite GoogleLoader-module__WEsfLq__rotate;position:relative}.GoogleLoader-module__WEsfLq__googleSpinner>div{border-radius:50%;width:13px;height:13px;animation:2s ease-in-out infinite GoogleLoader-module__WEsfLq__bounce;position:absolute}.GoogleLoader-module__WEsfLq__googleSpinnerBlue{background-color:#4285f4;margin-left:-6.5px;animation-delay:-.9s;top:0;left:50%}.GoogleLoader-module__WEsfLq__googleSpinnerRed{background-color:#ea4335;margin-top:-6.5px;animation-delay:-.6s;top:50%;right:0}.GoogleLoader-module__WEsfLq__googleSpinnerYellow{background-color:#fbbc05;margin-left:-6.5px;animation-delay:-.3s;bottom:0;left:50%}.GoogleLoader-module__WEsfLq__googleSpinnerGreen{background-color:#34a853;margin-top:-6.5px;animation-delay:0s;top:50%;left:0}.GoogleLoader-module__WEsfLq__loadingText{color:#5f6368;text-align:center;margin:0;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400}.GoogleLoader-module__WEsfLq__small .GoogleLoader-module__WEsfLq__googleSpinner{width:40px;height:40px}.GoogleLoader-module__WEsfLq__small .GoogleLoader-module__WEsfLq__googleSpinner>div{width:8px;height:8px}.GoogleLoader-module__WEsfLq__small .GoogleLoader-module__WEsfLq__googleSpinnerBlue{margin-left:-4px}.GoogleLoader-module__WEsfLq__small .GoogleLoader-module__WEsfLq__googleSpinnerRed{margin-top:-4px}.GoogleLoader-module__WEsfLq__small .GoogleLoader-module__WEsfLq__googleSpinnerYellow{margin-left:-4px}.GoogleLoader-module__WEsfLq__small .GoogleLoader-module__WEsfLq__googleSpinnerGreen{margin-top:-4px}.GoogleLoader-module__WEsfLq__small .GoogleLoader-module__WEsfLq__loadingText{font-size:12px}.GoogleLoader-module__WEsfLq__medium .GoogleLoader-module__WEsfLq__googleSpinner{width:65px;height:65px}.GoogleLoader-module__WEsfLq__medium .GoogleLoader-module__WEsfLq__googleSpinner>div{width:13px;height:13px}.GoogleLoader-module__WEsfLq__medium .GoogleLoader-module__WEsfLq__googleSpinnerBlue{margin-left:-6.5px}.GoogleLoader-module__WEsfLq__medium .GoogleLoader-module__WEsfLq__googleSpinnerRed{margin-top:-6.5px}.GoogleLoader-module__WEsfLq__medium .GoogleLoader-module__WEsfLq__googleSpinnerYellow{margin-left:-6.5px}.GoogleLoader-module__WEsfLq__medium .GoogleLoader-module__WEsfLq__googleSpinnerGreen{margin-top:-6.5px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinner{width:80px;height:80px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinner>div{width:16px;height:16px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinnerBlue{margin-left:-8px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinnerRed{margin-top:-8px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinnerYellow{margin-left:-8px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinnerGreen{margin-top:-8px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__loadingText{font-size:16px}@keyframes GoogleLoader-module__WEsfLq__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes GoogleLoader-module__WEsfLq__bounce{0%,20%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.5)}80%,to{opacity:1;transform:scale(1)}}@media (max-width:768px){.GoogleLoader-module__WEsfLq__googleSpinner{width:50px;height:50px}.GoogleLoader-module__WEsfLq__googleSpinner>div{width:10px;height:10px}.GoogleLoader-module__WEsfLq__googleSpinnerBlue{margin-left:-5px}.GoogleLoader-module__WEsfLq__googleSpinnerRed{margin-top:-5px}.GoogleLoader-module__WEsfLq__googleSpinnerYellow{margin-left:-5px}.GoogleLoader-module__WEsfLq__googleSpinnerGreen{margin-top:-5px}.GoogleLoader-module__WEsfLq__loadingText{font-size:13px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinner{width:60px;height:60px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinner>div{width:12px;height:12px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinnerBlue{margin-left:-6px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinnerRed{margin-top:-6px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinnerYellow{margin-left:-6px}.GoogleLoader-module__WEsfLq__large .GoogleLoader-module__WEsfLq__googleSpinnerGreen{margin-top:-6px}}
.Drive-module__2gQZPG__container{background-color:#fff;flex-direction:column;min-height:100vh;font-family:Google Sans,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.Drive-module__2gQZPG__header{background-color:#f8fafd;justify-content:space-between;align-items:center;min-height:56px;padding:24px 16px;display:flex}.Drive-module__2gQZPG__headerLeft{align-items:center;display:flex}.Drive-module__2gQZPG__logo{align-items:center;gap:12px;display:flex}.Drive-module__2gQZPG__driveIcon{object-fit:contain;width:32px;height:32px}.Drive-module__2gQZPG__logoText{color:#5f6368;letter-spacing:-.2px;font-size:20px;font-weight:400}.Drive-module__2gQZPG__headerRight{align-items:center;display:flex}.Drive-module__2gQZPG__loginButton{color:#fff;cursor:pointer;background-color:#1a73e8;border:none;border-radius:4px;padding:8px 24px;font-family:Google Sans,Roboto,sans-serif;font-size:14px;font-weight:500;transition:background-color .2s}.Drive-module__2gQZPG__loginButton:hover{background-color:#1557b0}.Drive-module__2gQZPG__mainContent{flex:1;padding:24px;position:relative}.Drive-module__2gQZPG__driveTitle{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 16px 16px;display:flex}.Drive-module__2gQZPG__driveTitle h1{color:#202124;margin:0;font-size:24px;font-weight:500}.Drive-module__2gQZPG__sortOptions{align-items:center;display:flex}.Drive-module__2gQZPG__sortButton{color:#5f6368;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:8px 12px;font-family:Google Sans,Roboto,sans-serif;font-size:14px;font-weight:500;transition:background-color .2s;display:flex}.Drive-module__2gQZPG__sortButton:hover{background-color:#f8f9fa}.Drive-module__2gQZPG__sortButton:first-child{color:#1a73e8}.Drive-module__2gQZPG__sortButtonName{flex:1;justify-content:flex-start;padding-left:56px}.Drive-module__2gQZPG__sortButtonModified{justify-content:flex-end;width:120px;margin-right:24px}.Drive-module__2gQZPG__sortButtonSize{justify-content:flex-end;width:80px}.Drive-module__2gQZPG__fileList{flex-direction:column;gap:0;padding:0 16px 0 0;display:flex}.Drive-module__2gQZPG__fileItem{cursor:pointer;border-bottom:1px solid #e8eaed;border-radius:0;align-items:center;margin-bottom:2px;padding:12px 16px 16px;transition:background-color .2s;display:flex}.Drive-module__2gQZPG__fileItem:hover,.Drive-module__2gQZPG__fileItem.Drive-module__2gQZPG__highlighted:hover{background-color:#f8f9fa}.Drive-module__2gQZPG__fileInfo{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.Drive-module__2gQZPG__fileIcon{justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;line-height:1;display:flex}.Drive-module__2gQZPG__fileName{color:#202124;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.Drive-module__2gQZPG__fileDetails{flex-shrink:0;align-items:center;display:flex}.Drive-module__2gQZPG__fileModified{color:#5f6368;text-align:right;width:120px;margin-right:24px;font-size:13px}.Drive-module__2gQZPG__fileSize{color:#5f6368;text-align:right;width:80px;font-size:13px}.Drive-module__2gQZPG__clickOverlay{z-index:10;cursor:pointer;pointer-events:none;background-color:#0000;transition:all .3s;position:fixed;inset:0}.Drive-module__2gQZPG__clickOverlay.Drive-module__2gQZPG__visible{pointer-events:auto}.Drive-module__2gQZPG__overlayLoader{z-index:1000;background-color:#fffffff2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Drive-module__2gQZPG__googleLoader{margin-bottom:24px}.Drive-module__2gQZPG__googleSpinner{width:40px;height:40px;animation:1s linear infinite Drive-module__2gQZPG__spin;position:relative}.Drive-module__2gQZPG__googleSpinnerBlue,.Drive-module__2gQZPG__googleSpinnerRed,.Drive-module__2gQZPG__googleSpinnerYellow,.Drive-module__2gQZPG__googleSpinnerGreen{border-radius:50%;width:20px;height:20px;position:absolute}.Drive-module__2gQZPG__googleSpinnerBlue{background-color:#4285f4;top:0;left:0}.Drive-module__2gQZPG__googleSpinnerRed{background-color:#ea4335;top:0;right:0}.Drive-module__2gQZPG__googleSpinnerYellow{background-color:#fbbc04;bottom:0;left:0}.Drive-module__2gQZPG__googleSpinnerGreen{background-color:#34a853;bottom:0;right:0}@keyframes Drive-module__2gQZPG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Drive-module__2gQZPG__loadingText{color:#5f6368;font-size:14px;font-weight:400}.Drive-module__2gQZPG__errorMessage{text-align:center;color:#d93025;padding:40px}.Drive-module__2gQZPG__errorMessage h2{margin-bottom:16px;font-size:24px;font-weight:400}.Drive-module__2gQZPG__errorMessage p{color:#5f6368;margin-bottom:8px;font-size:14px}@media (max-width:768px){.Drive-module__2gQZPG__header{padding:8px 16px}.Drive-module__2gQZPG__mainContent{padding:16px}.Drive-module__2gQZPG__driveTitle{flex-direction:column;align-items:flex-start;gap:16px}.Drive-module__2gQZPG__sortOptions{justify-content:flex-start;width:100%}.Drive-module__2gQZPG__fileItem{padding:16px 8px}.Drive-module__2gQZPG__fileDetails{flex-direction:column;align-items:flex-end;gap:8px}.Drive-module__2gQZPG__fileModified,.Drive-module__2gQZPG__fileSize{min-width:auto;font-size:12px}}
.Index-module__vr4Mhq__container{height:100vh;position:relative;overflow:hidden}.Index-module__vr4Mhq__authorCache{z-index:2;background:#fff;border-radius:12px;align-items:center;gap:12px;min-width:280px;padding:12px;display:flex;position:absolute;top:16px;left:10px}.Index-module__vr4Mhq__authorImage{object-fit:cover;border-radius:50%;width:48px;height:48px}.Index-module__vr4Mhq__authorInfo{flex:1}.Index-module__vr4Mhq__authorName{color:#1f1f1f;margin-bottom:2px;font-size:18px;font-weight:600;line-height:1.2}.Index-module__vr4Mhq__authorTitle{color:#5f6368;font-size:14px;line-height:1.2}.Index-module__vr4Mhq__googleCalendarLogo{display:none}.Index-module__vr4Mhq__iframeContainer{position:relative}.Index-module__vr4Mhq__iframe{background-color:#fff;border:0;width:100%;height:1000px}.Index-module__vr4Mhq__clickOverlay{cursor:pointer;z-index:1;pointer-events:none;background-color:#0000;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:0}.Index-module__vr4Mhq__clickOverlay.Index-module__vr4Mhq__visible{pointer-events:auto}@media (max-width:600px){.Index-module__vr4Mhq__authorCache{border-radius:0;justify-content:space-between;gap:10px;width:100%;min-width:auto;padding:16px;top:0;left:0;right:0}.Index-module__vr4Mhq__authorImage{width:36px;height:36px}.Index-module__vr4Mhq__authorName{margin-bottom:1px;font-size:15px}.Index-module__vr4Mhq__authorTitle{font-size:12px}.Index-module__vr4Mhq__googleCalendarLogo{flex-shrink:0;width:28px;height:28px;display:block}.Index-module__vr4Mhq__iframe{height:1800px;margin-top:-103px}.Index-module__vr4Mhq__container{min-height:auto;max-height:auto;margin-top:56px;overflow:auto}}.Index-module__vr4Mhq__loader{background:#f8f9fa;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.Index-module__vr4Mhq__googleLoader{justify-content:center;align-items:center;margin-bottom:20px;display:flex}.Index-module__vr4Mhq__googleSpinner{width:65px;height:65px;animation:2s linear infinite Index-module__vr4Mhq__rotate;position:relative}.Index-module__vr4Mhq__googleSpinner div{border-radius:50%;width:13px;height:13px;animation:2s ease-in-out infinite Index-module__vr4Mhq__bounce;position:absolute}.Index-module__vr4Mhq__googleSpinnerBlue{background-color:#4285f4;margin-left:-6.5px;animation-delay:-.9s;top:0;left:50%}.Index-module__vr4Mhq__googleSpinnerRed{background-color:#ea4335;margin-top:-6.5px;animation-delay:-.6s;top:50%;right:0}.Index-module__vr4Mhq__googleSpinnerYellow{background-color:#fbbc05;margin-left:-6.5px;animation-delay:-.3s;bottom:0;left:50%}.Index-module__vr4Mhq__googleSpinnerGreen{background-color:#34a853;margin-top:-6.5px;animation-delay:0s;top:50%;left:0}@keyframes Index-module__vr4Mhq__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Index-module__vr4Mhq__bounce{0%,20%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.5)}80%,to{opacity:1;transform:scale(1)}}.Index-module__vr4Mhq__loadingText{color:#5f6368;margin:0;font-family:Google Sans,Roboto,Arial,sans-serif;font-size:16px;font-weight:400}.Index-module__vr4Mhq__overlayLoader{z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#f8f9faf2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}
