.modal{z-index:1000;padding:max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));justify-content:center;align-items:center;animation:.2s both modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal__backdrop{-webkit-backdrop-filter:blur(2px);cursor:pointer;background:#1a1a1a66;position:absolute;inset:0}.modal__panel{background:var(--color-white);border-radius:var(--radius-xl,16px);box-shadow:var(--shadow-600,0 20px 40px -8px #1a1a1a3d);width:100%;height:var(--modal-height,min(90vh, 680px));flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) both modal-panel-in;display:flex;position:relative;overflow:hidden}.modal__panel--auto-height{height:auto;max-height:90vh}.modal--size-sm .modal__panel{max-width:var(--modal-max-width-sm,480px)}.modal--size-md .modal__panel{max-width:var(--modal-max-width-md,720px)}.modal--size-lg .modal__panel{max-width:var(--modal-max-width-lg,1080px)}@keyframes modal-panel-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal__header{border-bottom:1px solid var(--border-default,#e8e9eb);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.modal__title{letter-spacing:-.01em;color:var(--color-ink,#313233);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:18px;font-weight:600;overflow:hidden}.modal__close{width:32px;height:32px;color:var(--color-grey-70,#666769);cursor:pointer;pointer-events:auto;z-index:3;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:relative}.modal__close:hover{background:var(--color-grey-7,#f3f3f5);color:var(--color-ink,#313233)}.modal__close svg{pointer-events:none;width:20px;height:20px}.modal__body{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--color-grey-30,#bbbcbf) transparent;flex:1;min-height:0;padding:20px 24px;overflow-y:auto}.modal__body::-webkit-scrollbar{width:8px}.modal__body::-webkit-scrollbar-track{background:0 0}.modal__body::-webkit-scrollbar-thumb{background:var(--color-grey-30,#bbbcbf);border-radius:4px}.modal__body--bare{padding:0;overflow:hidden}.modal__footer{border-top:1px solid var(--border-default,#e8e9eb);flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;padding:16px 24px 20px;display:flex}@media (max-width:768px){.modal{align-items:flex-end;padding:0;animation:.3s both modal-fade-in}.modal__panel{border-radius:var(--radius-xl,16px) var(--radius-xl,16px) 0 0;width:100%;height:calc(100dvh - 48px);animation:.35s cubic-bezier(.32,.72,0,1) both modal-drawer-up;max-width:100%!important}.modal__panel--auto-height{height:auto;max-height:calc(100dvh - 48px)}@keyframes modal-drawer-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal__header{padding:16px 16px 12px}.modal__title{font-size:16px}.modal__body{padding:16px}.modal__footer{padding:12px 16px max(16px, env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.modal,.modal__panel{animation:none}}
