.Modal_backdrop__MVQWC{position:fixed;inset:0;z-index:1000;display:flex;background:rgba(0,0,0,0);transition:background .26s ease;pointer-events:none}.Modal_backdropEnter__iOhQw{background:rgba(0,0,0,.4);pointer-events:auto}.Modal_backdropExit__55pBq{background:rgba(0,0,0,0);pointer-events:auto}.Modal_sheet__ZABKn{position:absolute;display:flex;flex-direction:column;background:var(--card-surface);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:0 8px 32px rgba(0,0,0,.15);outline:none;pointer-events:auto}.Modal_sheetCenter__lxxXU{left:50%;top:50%;transform:translate(-50%,-50%) scale(.92);width:calc(100% - 2rem);max-width:560px;max-height:90vh;transition:transform .26s ease,opacity .26s ease}.Modal_sheetCenter__lxxXU.Modal_sheetEnter__xQNpJ{transform:translate(-50%,-50%) scale(1);opacity:1}.Modal_sheetCenter__lxxXU.Modal_sheetExit__HPnY4{transform:translate(-50%,-50%) scale(.92);opacity:0}.Modal_sheetBottom__hCEfB{left:0;right:0;bottom:0;max-height:90vh;border-radius:var(--radius-xl) var(--radius-xl) 0 0;transform:translateY(100%);transition:transform .26s ease}.Modal_sheetBottom__hCEfB.Modal_sheetEnter__xQNpJ{transform:translateY(0)}.Modal_sheetBottom__hCEfB.Modal_sheetExit__HPnY4{transform:translateY(100%)}@media (min-width:768px){.Modal_sheetBottom__hCEfB{left:50%;right:auto;top:50%;bottom:auto;width:min(100% - 48px,600px);max-height:85vh;border-radius:var(--radius-xl);transform:translate(-50%,-50%) scale(.92);opacity:0;transition:transform .26s ease,opacity .26s ease}.Modal_sheetBottom__hCEfB.Modal_sheetEnter__xQNpJ{transform:translate(-50%,-50%) scale(1);opacity:1}.Modal_sheetBottom__hCEfB.Modal_sheetExit__HPnY4{transform:translate(-50%,-50%) scale(.92);opacity:0}}.Modal_header__8JnYo{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid var(--card-border);flex-shrink:0}.Modal_headerText__GJKgp{display:flex;flex-direction:column;gap:.2rem;min-width:0}.Modal_title__iI9nk{font-size:1rem;font-weight:700;color:var(--foreground);margin:0}.Modal_subtitle__z2HHI{font-size:.8rem;color:var(--secondary);margin:0;line-height:1.4}.Modal_closeBtn__Q_gIS{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--card-border);border-radius:var(--radius-sm);background:transparent;color:var(--secondary);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.Modal_closeBtn__Q_gIS:hover{background:rgba(0,0,0,.04);border-color:var(--primary);color:var(--foreground)}.Modal_closeBtn__Q_gIS:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.Modal_body__9cyDA{flex:1 1;overflow-y:auto;padding:1.25rem;-webkit-overflow-scrolling:touch}@media (max-width:520px){.Modal_sheetCenter__lxxXU{width:calc(100% - 1rem);max-width:none}.Modal_header__8JnYo{padding:1rem 1rem .6rem}.Modal_body__9cyDA{padding:1rem}}@media (prefers-reduced-motion:reduce){.Modal_backdrop__MVQWC,.Modal_sheetBottom__hCEfB,.Modal_sheetCenter__lxxXU{transition-duration:0s}}