{
  "version": 3,
  "sources": ["../../src/style.css"],
  "sourcesContent": ["@import \"tldraw/tldraw.css\";\n\n/* Container style */\n.tldreveal {\n    /* Fill the full viewport by default, overlaid on the slide content */\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    z-index: 10;\n    background: rgba(255, 255, 255, 0);\n}\n\n.tldreveal-inactive {\n    pointer-events: none;\n}\n\n.tldreveal-hidden {\n    display: none;\n}\n\n/* The tldraw canvas background should be transparent */\n.tldreveal .tl-container {\n    --color-background: rgba(255, 255, 255, 0);\n}\n\n/* Set the canvas size according to slide size and position it at the same place\nas the slides element. Note that we don't scale the canvas like the slides\nelement is scaled, because that trips up tldraw. */\n.reveal .tldreveal .tl-canvas {\n    width: calc(var(--slide-width) * var(--slide-scale));\n    height: calc(var(--slide-height) * var(--slide-scale));\n    \n    margin: 0;\n\n    position: absolute;\n    inset: 50% auto auto 50%;\n    transform: translate(-50%, -50%);\n}\n\n/* Slide transition animation styles */\n.tldreveal.start-transition .tl-canvas {\n    transition: opacity 200ms cubic-bezier(0.260, 0.860, 0.440, 0.985);\n    opacity: 0;\n}\n\n.tldreveal.transitioning .tl-canvas {\n    transition: opacity 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985);\n    opacity: 1;\n}\n\n.reveal[data-transition-speed=\"fast\"] .tldreveal.transitioning .tl-canvas {\n    transition-duration: 200ms;\n}\n\n.reveal[data-transition-speed=\"slow\"] .tldreveal.transitioning .tl-canvas {\n    transition-duration: 1000ms;\n}\n"],
  "mappings": "2BAGA,CAAC,UAEG,SAAU,SACV,IAAK,EACL,KAAM,EACN,MAAO,KACP,OAAQ,KACR,QAAS,GACT,WAAY,KAChB,CAEA,CAAC,mBACG,eAAgB,IACpB,CAEA,CAAC,iBACG,QAAS,IACb,CAGA,CApBC,UAoBU,CAAC,aACR,oBAAoB,KAAK,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAC5C,CAKA,CAAC,OAAO,CA3BP,UA2BkB,CAAC,UAChB,MAAO,KAAK,IAAI,eAAe,EAAE,IAAI,gBACrC,OAAQ,KAAK,IAAI,gBAAgB,EAAE,IAAI,gBAhC3C,OAkCY,EAER,SAAU,SApCd,MAqCW,IAAI,KAAK,KAAK,IACrB,UAAW,UAAU,IAAI,CAAE,KAC/B,CAGA,CAvCC,SAuCS,CAAC,iBAAiB,CAZR,UAahB,WAAY,QAAQ,IAAM,aAAa,GAAK,CAAE,GAAK,CAAE,GAAK,CAAE,MAC5D,QAAS,CACb,CAEA,CA5CC,SA4CS,CAAC,cAAc,CAjBL,UAkBhB,WAAY,QAAQ,IAAM,aAAa,GAAK,CAAE,GAAK,CAAE,GAAK,CAAE,MAC5D,QAAS,CACb,CAEA,CAtBC,MAsBM,CAAC,4BAA8B,CAjDrC,SAiD+C,CALrC,cAKoD,CAtB3C,UAuBhB,oBAAqB,GACzB,CAEA,CA1BC,MA0BM,CAAC,4BAA8B,CArDrC,SAqD+C,CATrC,cASoD,CA1B3C,UA2BhB,oBAAqB,EACzB",
  "names": []
}
