.Modal_overlay__1WELO{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);padding:1rem}.Modal_modal__EL_94{background:var(--color-bg-tertiary);border-radius:12px;border:1px solid var(--color-border-primary);width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 50px rgba(0,0,0,.5);position:relative}.Modal_small__M5stC{max-width:400px}.Modal_medium__Wqd_E{max-width:500px}.Modal_large__GBaQB{max-width:700px}.Modal_header__8l8qp{padding:1.5rem;border-bottom:1px solid var(--color-border-primary);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.Modal_title__p7MfR{margin:0;font-size:1.25rem;font-weight:600;color:var(--color-text-primary)}.Modal_closeButton__pDPHs{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:var(--color-text-tertiary);font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;line-height:1;transition:color .15s;z-index:1}.Modal_closeButton__pDPHs:hover{color:var(--color-text-primary)}.Modal_body__a3kyk{padding:1.5rem;overflow-y:auto;flex:1 1}.Modal_modal__EL_94:not(:has(.Modal_header__8l8qp)) .Modal_body__a3kyk{border-top-left-radius:12px;border-top-right-radius:12px}.Modal_footer__9rEaw{padding:1rem 1.5rem;border-top:1px solid var(--color-border-primary);display:flex;justify-content:flex-end;gap:.75rem;flex-shrink:0}.Modal_body__a3kyk p{color:var(--color-text-secondary);font-size:.95rem;margin:0 0 1rem;line-height:1.5}.Modal_body__a3kyk p:last-child{margin-bottom:0}@media (max-width:640px){.Modal_overlay__1WELO{padding:1rem}.Modal_modal__EL_94{max-height:85vh}.Modal_large__GBaQB,.Modal_medium__Wqd_E,.Modal_small__M5stC{max-width:100%}.Modal_body__a3kyk,.Modal_header__8l8qp{padding:1rem}.Modal_footer__9rEaw{padding:1rem;flex-direction:column}.Modal_footer__9rEaw>*{width:100%}}.SignOutModal_footer__STpw6{display:flex;gap:.75rem;justify-content:flex-end;width:100%}.SignOutModal_message__mEc35{color:var(--color-text-secondary);font-size:var(--font-size-base);margin:0;text-align:center}@media (max-width:640px){.SignOutModal_footer__STpw6{flex-direction:column-reverse}.SignOutModal_footer__STpw6 button{width:100%}}