.effects-module__fY0aCW__opacityEffectWrapper{transition:opacity var(--opacity-effect-duration,.12s)ease-out}.effects-module__fY0aCW__opacityEffectWrapper:active{opacity:var(--opacity-effect-value,.5)}.effects-module__fY0aCW__scaleEffectWrapper{transition:transform var(--scale-effect-duration,.12s)ease-out;transform:scale(1)}.effects-module__fY0aCW__scaleEffectWrapper:active{transform:scale(var(--scale-effect-value,.9))}.effects-module__fY0aCW__floatingEffectWrapper{animation:effects-module__fY0aCW__floatingEffect var(--floating-effect-duration,.8s)ease-in-out infinite alternate;will-change:transform}.effects-module__fY0aCW__rippleEffectWrapper{position:relative;overflow:hidden}.effects-module__fY0aCW__rippleEffectInline{justify-content:center;align-items:center;display:inline-flex}.effects-module__fY0aCW__rippleEffect{background:var(--ripple-color,#0000001f);opacity:.9;pointer-events:none;animation:effects-module__fY0aCW__rippleEffect var(--ripple-duration,.45s)ease-out;border-radius:9999px;position:absolute;transform:scale(0)}.effects-module__fY0aCW__fadeEffectWrapper{opacity:0;transition-property:opacity;transition-duration:var(--fade-effect-exit-duration,.2s);transition-timing-function:var(--fade-effect-exit-easing,ease-out)}.effects-module__fY0aCW__fadeEffectWrapper[data-open=true]{opacity:1;transition-duration:var(--fade-effect-enter-duration,.2s);transition-timing-function:var(--fade-effect-enter-easing,ease-out)}.effects-module__fY0aCW__collapseEffectWrapper{transition:grid-template-rows var(--collapse-effect-duration,.3s)var(--collapse-effect-easing,ease-out);grid-template-rows:0fr;display:grid;overflow:hidden}.effects-module__fY0aCW__collapseEffectWrapper[data-open=true]{grid-template-rows:1fr}.effects-module__fY0aCW__collapseEffectInner{min-height:0}@keyframes effects-module__fY0aCW__rippleEffect{0%{opacity:.9;transform:scale(0)}to{opacity:0;transform:scale(1)}}@keyframes effects-module__fY0aCW__floatingEffect{0%{transform:translateY(calc(var(--floating-effect-range,5px)*-1))}to{transform:translateY(var(--floating-effect-range,5px))}}@media (prefers-reduced-motion:reduce){.effects-module__fY0aCW__floatingEffectWrapper{animation:none}.effects-module__fY0aCW__collapseEffectWrapper,.effects-module__fY0aCW__fadeEffectWrapper{transition:none}}
.DialogEffect-module__hGwmMG__dialogRoot{z-index:1000;pointer-events:none;position:fixed;inset:0}.DialogEffect-module__hGwmMG__dialogItem{pointer-events:none;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.DialogEffect-module__hGwmMG__overlayItem{pointer-events:auto;padding:0}.DialogEffect-module__hGwmMG__dialogBackdrop{opacity:0;pointer-events:auto;background:#00000073;transition:opacity .2s;position:absolute;inset:0}.DialogEffect-module__hGwmMG__dialogItem[data-state=open] .DialogEffect-module__hGwmMG__dialogBackdrop{opacity:1}.DialogEffect-module__hGwmMG__dialogItem[data-state=closing] .DialogEffect-module__hGwmMG__dialogBackdrop,.DialogEffect-module__hGwmMG__dialogItem[data-state=opening] .DialogEffect-module__hGwmMG__dialogBackdrop{opacity:0}.DialogEffect-module__hGwmMG__modalPanel{overscroll-behavior:none;background:var(--semantic-color-surface-default);width:min(100vw - 56px,396px);max-height:90dvh;box-shadow:var(--shadow-heavy);opacity:0;pointer-events:auto;border-radius:18px;outline:none;transition:opacity .2s,transform .2s;position:relative;overflow:auto;transform:translateY(6px)scale(.98)}.DialogEffect-module__hGwmMG__dialogItem[data-state=open] .DialogEffect-module__hGwmMG__modalPanel{opacity:1;transform:translateY(0)scale(1)}.DialogEffect-module__hGwmMG__dialogItem[data-state=closing] .DialogEffect-module__hGwmMG__modalPanel,.DialogEffect-module__hGwmMG__dialogItem[data-state=opening] .DialogEffect-module__hGwmMG__modalPanel{opacity:0;transform:translateY(6px)scale(.98)}.DialogEffect-module__hGwmMG__bottomSheetPanel{--dialog-bottom-sheet-max-height:min(85dvh,690px);--dialog-bottom-sheet-handle-area-height:24px;--dialog-bottom-sheet-content-height:calc(var(--dialog-bottom-sheet-max-height) - var(--dialog-bottom-sheet-handle-area-height));--dialog-drag-offset:0px;max-height:var(--dialog-bottom-sheet-max-height);overscroll-behavior:none;background:var(--semantic-color-surface-default);box-shadow:var(--shadow-heavy);transform:translateY(calc(110% + var(--dialog-drag-offset)));opacity:.98;pointer-events:auto;border-radius:28px 28px 0 0;outline:none;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .32s;position:absolute;bottom:0;left:0;right:0}.DialogEffect-module__hGwmMG__bottomSheetFrame{left:var(--dialog-main-left,0px);width:var(--dialog-main-width,100%);pointer-events:none;position:absolute;bottom:0}.DialogEffect-module__hGwmMG__bottomSheetFrame>.DialogEffect-module__hGwmMG__bottomSheetPanel{pointer-events:auto}.DialogEffect-module__hGwmMG__overlayFrame{top:0;bottom:0;left:var(--dialog-main-left,0px);width:var(--dialog-main-width,100%);pointer-events:none;position:absolute}.DialogEffect-module__hGwmMG__overlayFrame>.DialogEffect-module__hGwmMG__overlayPanel{pointer-events:auto}.DialogEffect-module__hGwmMG__bottomSheetDragging{touch-action:none;transition:none}.DialogEffect-module__hGwmMG__bottomSheetHandleArea{touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;pointer-events:auto;justify-content:center;padding:10px 0;display:flex}.DialogEffect-module__hGwmMG__bottomSheetHandleBar{background:var(--color-neutral-96);border-radius:9999px;width:50px;height:4px}.DialogEffect-module__hGwmMG__dialogItem[data-state=open] .DialogEffect-module__hGwmMG__bottomSheetPanel{transform:translateY(var(--dialog-drag-offset));opacity:1}.DialogEffect-module__hGwmMG__dialogItem[data-state=closing] .DialogEffect-module__hGwmMG__bottomSheetPanel,.DialogEffect-module__hGwmMG__dialogItem[data-state=opening] .DialogEffect-module__hGwmMG__bottomSheetPanel{transform:translateY(calc(110% + var(--dialog-drag-offset)));opacity:.98}.DialogEffect-module__hGwmMG__overlayPanel{overscroll-behavior:none;background:var(--semantic-color-surface-default);opacity:0;transform-origin:50%;outline:none;transition:opacity .22s,transform .24s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;overflow:hidden auto;transform:scale(.9)}.DialogEffect-module__hGwmMG__dialogItem[data-state=open] .DialogEffect-module__hGwmMG__overlayPanel{opacity:1;transform:scale(1)}.DialogEffect-module__hGwmMG__dialogItem[data-state=closing] .DialogEffect-module__hGwmMG__overlayPanel,.DialogEffect-module__hGwmMG__dialogItem[data-state=opening] .DialogEffect-module__hGwmMG__overlayPanel{opacity:0;transform:scale(.9)}
.notion-content-module__eehwBq__trimPagePadding{width:100%}.notion-content-module__eehwBq__trimPagePadding .notion{--notion-max-width:100%;width:100%;margin:0;padding-left:0!important;padding-right:0!important}.notion-content-module__eehwBq__trimPagePadding .notion-page-no-cover{margin-top:0!important}.notion-content-module__eehwBq__trimPagePadding .notion-page{width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important}.notion-content-module__eehwBq__trimPagePadding .notion-page-content{max-width:100%!important;padding-left:0!important;padding-right:0!important}.notion-content-module__eehwBq__trimPagePadding .notion-page-content-inner{max-width:100%!important}.notion-content-module__eehwBq__trimPagePadding .notion-page-icon-hero{margin-left:0!important}:is(.notion-content-module__eehwBq__trimPagePadding .notion-h,.notion-content-module__eehwBq__trimPagePadding .notion-text,.notion-content-module__eehwBq__trimPagePadding .notion-callout,.notion-content-module__eehwBq__trimPagePadding .notion-quote){padding-left:0!important;padding-right:0!important}.notion-content-module__eehwBq__trimPagePadding .notion-page>:first-child{margin-top:0!important;padding-top:0!important}.notion-content-module__eehwBq__trimPagePadding .notion-page>:last-child{margin-bottom:0!important;padding-bottom:0!important}:is(.notion-content-module__eehwBq__trimPagePadding .notion-viewport+.notion-h1,.notion-content-module__eehwBq__trimPagePadding .notion-viewport+.notion-h2,.notion-content-module__eehwBq__trimPagePadding .notion-viewport+.notion-h3){margin-top:0!important}.notion-content-module__eehwBq__trimPagePadding .notion-page>.notion-blank:last-child{min-height:0!important;margin:0!important;padding:0!important}:is(.notion-content-module__eehwBq__trimPagePadding .notion-page>.notion-blank:has(+.notion-blank:last-child),.notion-content-module__eehwBq__trimPagePadding .notion-page>.notion-blank:has(+.notion-blank:has(+.notion-blank:last-child)),.notion-content-module__eehwBq__trimPagePadding .notion-page>.notion-blank:has(+.notion-blank:has(+.notion-blank:has(+.notion-blank:last-child)))){min-height:0!important;margin:0!important;padding:0!important}
