@font-face {
    font-family: 'Comic Neue';
    src: local('Comic Neue Light'), local('ComicNeue-Light'),
        url(../javascripts/../fonts/635b9fe6870b5478015f.woff2) format('woff2'),
        url(../javascripts/../fonts/5268ab019820b81cb385.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue';
    src: local('Comic Neue Italic'), local('ComicNeue-Italic'),
        url(../javascripts/../fonts/83cc6fc73bf6afee8a64.woff2) format('woff2'),
        url(../javascripts/../fonts/cc7329756b59f4b0a83c.woff) format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue';
    src: local('Comic Neue Bold'), local('ComicNeue-Bold'),
        url(../javascripts/../fonts/70d70daa8bc9c537eef1.woff2) format('woff2'),
        url(../javascripts/../fonts/d78c75dd2e5921467d3d.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue';
    src: local('Comic Neue Bold Italic'), local('ComicNeue-BoldItalic'),
        url(../javascripts/../fonts/8e29ae40c4e14d3c9d1e.woff2) format('woff2'),
        url(../javascripts/../fonts/402a696c8a79768e630d.woff) format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue';
    src: local('Comic Neue Light Italic'), local('ComicNeue-LightItalic'),
        url(../javascripts/../fonts/c026bb70ebc43e927810.woff2) format('woff2'),
        url(../javascripts/../fonts/951e93da252dd9ffae14.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue';
    src: local('Comic Neue Regular'), local('ComicNeue-Regular'),
        url(../javascripts/../fonts/194ed8af3cae8fdc38cc.woff2) format('woff2'),
        url(../javascripts/../fonts/4bea1d1d80ff8939e2dc.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue Angular';
    src: local('Comic Neue Angular Bold'), local('ComicNeueAngular-Bold'),
        url(../javascripts/../fonts/768ec4a5333d93acd003.woff2) format('woff2'),
        url(../javascripts/../fonts/d906c5ce779851e3d983.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue Angular';
    src: local('Comic Neue Angular Italic'), local('ComicNeueAngular-Italic'),
        url(../javascripts/../fonts/e7135195b25581d0d482.woff2) format('woff2'),
        url(../javascripts/../fonts/d63322d99362d6174936.woff) format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue Angular';
    src: local('Comic Neue Angular Bold Italic'), local('ComicNeueAngular-BoldItalic'),
        url(../javascripts/../fonts/c9e77f265df58e4650aa.woff2) format('woff2'),
        url(../javascripts/../fonts/ffee40ba51efbb118814.woff) format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue Angular';
    src: local('Comic Neue Angular Light Italic'), local('ComicNeueAngular-LightItalic'),
        url(../javascripts/../fonts/22d3dc2331b179f6ce0a.woff2) format('woff2'),
        url(../javascripts/../fonts/32df11b5b745af97cbc9.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue Angular';
    src: local('Comic Neue Angular Regular'), local('ComicNeueAngular-Regular'),
        url(../javascripts/../fonts/a7dd8efaf62d0122fac4.woff2) format('woff2'),
        url(../javascripts/../fonts/1d38aa1e8df50e1b7ae6.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comic Neue Angular';
    src: local('Comic Neue Angular Light'), local('ComicNeueAngular-Light'),
        url(../javascripts/../fonts/de9aa10a6496f30993e5.woff2) format('woff2'),
        url(../javascripts/../fonts/2fe92b060d7b182575c6.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.editor {
    display: grid;
    grid-template-columns: [first] repeat(auto-fill, minmax(220px, 1fr)) [last];
    grid-template-rows: 50px minmax(min-content, 1fr) auto;
    position: relative;
}

.editor-options-bar {
    grid-column: first / last;
    grid-row: 1 / span 1;
}

.editor-toolbar-container {
    grid-column-start: first;
    grid-row: 2 / span 1;
    min-width: 150px;
    max-width: 300px;
}

.editor-canvas-pane {
    grid-column: 2 / last;
    grid-row: 2 / span 1;
}

.editor-bottom {
    grid-column: first / last;
    grid-row: 3 / span 1;
}

.editor-canvas-pane {
    position: relative;
}

.editor-frame-picker {
    position: absolute;
    grid-column: first / last;
    grid-row: 1 / span 2;
}

.palette-modal__swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.palette-modal__swatch {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 5px solid transparent;

  margin: 5px;
  box-shadow: none;
}

.palette-modal__swatch--selected {
  border: 5px solid rgba(255, 255, 255, 0.5);

  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.palette-modal__hex-input {
  font-family: 'Courier New', Courier, monospace;
  width: 5rem;
}

.palette-modal__hex-input-container {
  text-align: center;
  margin-top: 1em;
}
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Comic Neue, Lucida Grande, Helvetica, Arial, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
}

a:hover{
  text-decoration: underline;
}

a{
  font-weight: 500;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-start-1{
  grid-row-start: 1;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-4{
  margin: 1rem;
}

.m-auto{
  margin: auto;
}

.m-0\.5{
  margin: 0.125rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-auto{
  margin-left: auto;
}

.-ml-px{
  margin-left: -1px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-8{
  height: 2rem;
}

.h-32{
  height: 8rem;
}

.h-40{
  height: 10rem;
}

.h-full{
  height: 100%;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-12{
  width: 3rem;
}

.w-20{
  width: 5rem;
}

.w-32{
  width: 8rem;
}

.w-40{
  width: 10rem;
}

.w-full{
  width: 100%;
}

.min-w-full{
  min-width: 100%;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-full{
  max-width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-initial{
  flex: 0 1 auto;
}

.flex-none{
  flex: none;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.origin-top-right{
  transform-origin: top right;
}

.origin-bottom{
  transform-origin: bottom;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0{
  --tw-translate-y: 0px;
}

.translate-y-4{
  --tw-translate-y: 1rem;
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
          user-select: none;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

.gap-2{
  gap: 0.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border{
  border-width: 1px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-dashed{
  border-style: dashed;
}

.border-dotted{
  border-style: dotted;
}

.border-none{
  border-style: none;
}

.border-transparent{
  border-color: transparent;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-blue-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}

.odd\:bg-white:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.even\:bg-gray-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-yellow-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-gray-200{
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.to-gray-500{
  --tw-gradient-to: #6b7280;
}

.fill-current{
  fill: currentColor;
}

.object-cover{
  object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-0\.5{
  padding: 0.125rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.align-baseline{
  vertical-align: baseline;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.font-medium{
  font-weight: 500;
}

.font-bold{
  font-weight: 700;
}

.font-black{
  font-weight: 900;
}

.italic{
  font-style: italic;
}

.leading-4{
  line-height: 1rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-none{
  line-height: 1;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:underline{
  text-decoration: underline;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.opacity-0{
  opacity: 0;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus\:ring-yellow-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus\:ring-green-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-75{
  transition-duration: 75ms;
}

.duration-100{
  transition-duration: 100ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

a {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.react-root .react-colorful {
  width: auto;
}

@media (min-width: 640px){
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }
}

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
}

@media (min-width: 1280px){
}

@media (min-width: 1536px){
}

.editor-main{display:flex;flex-direction:column;max-width:100%}.editor-toolbar-container{padding-bottom:10px;min-width:150px;background:rgba(255,255,255,.7)}.editor-options-bar{display:flex;background:rgba(255,255,255,.7)}.public-switch{line-height:50px;cursor:pointer}.public-switch__label--private,.public-switch__label--public{transition:opacity .2s ease,color .2s ease;background:#e67e22;border-radius:5px;padding:0 5px;margin:0 5px}.public-switch--public .public-switch__label--private{opacity:.4;background-color:rgba(0,0,0,0)}.public-switch--public .public-switch__label--public{opacity:1;color:#fff;background-color:#e67e22}.public-switch--private .public-switch__label--private{opacity:1;color:#fff;background-color:#3498db}.public-switch--private .public-switch__label--public{opacity:.4;background-color:rgba(0,0,0,0)}.editor-canvas-pane{padding:10px;touch-action:none;width:100%;height:100%}.editor-canvas-container{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.7);line-height:0}.editor-canvas-container canvas{position:absolute;top:0;left:0;width:100%;cursor:crosshair;touch-action:none}.editor-canvas-container .canvas-move{cursor:move}.editor-canvas-container{touch-action:none}.onion-skin-container{position:absolute;width:100%;height:100%;top:0;left:0}.editor-onion-skin img{position:absolute;top:0;left:0;width:100%}.editor-onion-skin--previous{opacity:.2}.editor-onion-skin--previous-previous{opacity:.1}.editor-onion-skin--next{opacity:.3}.editor-button{font:24px "Comic Neue","Lucida Grande",Helvetica,Arial,sans-serif;margin:5px;background:#fff;border:#fff solid;border-radius:5px;box-shadow:0px 1px 2px rgba(0,0,0,.5);color:#666;outline:none;padding:0;cursor:pointer;width:40px;height:40px}.editor-button--disabled{color:#eee}.editor-button--active{color:#000;border:3px solid rgba(0,0,0,.5);animation:button-press 300ms forwards}.editor-button--active-transient{animation:button-press-transient 300ms forwards}.palette{display:flex;flex-wrap:wrap;margin:0;padding:0 5px;transition:opacity 300ms,transform 300ms;align-content:flex-start;justify-content:center}.palette--hidden{opacity:0;pointer-events:none;transform:scale(0.8, 0.8)}.palette-button{width:40px;height:40px;margin:5px;border-radius:5px;box-shadow:0px 1px 2px rgba(0,0,0,.5);border:solid rgba(0,0,0,0);padding:5px;outline:none}.palette-button--selected{animation:button-press 300ms forwards}.editor-toolbar{display:flex;justify-content:center;transition:opacity 300ms,transform 300ms;padding:0 5px;flex-wrap:wrap}.editor-toolbar__group{display:flex;flex-wrap:wrap;justify-content:center}.editor-toolbar--hidden{opacity:0;pointer-events:none;transform:scale(0.8, 0.8)}.editor-toolbar__item{display:flex}.icon{width:30px;height:30px;display:inline-block;text-align:center;line-height:30px;color:#666;border-radius:5px}.editor-toolbar-icon__transparent{background-image:linear-gradient(45deg, #808080 25%, transparent 25%),linear-gradient(-45deg, #808080 25%, transparent 25%),linear-gradient(45deg, transparent 75%, #808080 75%),linear-gradient(-45deg, transparent 75%, #808080 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0px}.timeline-container{overflow:hidden;padding:10px 0;position:relative;background:rgba(255,255,255,.7)}.timeline{margin:0;padding:0;display:flex}.timeline--editing{transition:transform 100ms ease-out}.frame-status-text{font-size:30px;padding:0 5px;text-align:center;min-width:80px;display:inline-block}.timeline-toolbar{text-align:center}.timeline__frame{list-style:none;width:120px;min-width:40px;min-height:40px;max-height:90px;flex:none;position:relative}.timeline__frame--insert{text-align:center;font-size:50px;overflow:hidden;position:absolute;top:0;width:100%}.timeline__frame--insert i{animation:insert 2s infinite}.timeline__frame-canvas{width:100%}.framepicker-container{overflow:hidden;background:rgba(100,100,100,.9);position:absolute;bottom:0;width:100%;color:#fff;display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;align-items:center;padding:10px 10px 200px 10px;box-sizing:border-box}.framepicker-close{position:absolute;top:10px;right:20px;border:none;background:none}.framepicker-list{display:flex;flex-wrap:wrap}@keyframes insert{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.timepicker-container{opacity:0;transition:transform 200ms ease-out,opacity 200ms ease-out;overflow:hidden;background:rgba(100,100,100,.9);position:absolute;bottom:0;width:100%;color:#fff;display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;align-items:center;padding:10px 10px 200px 10px;pointer-events:none;box-sizing:border-box}.timepicker-container--visible{pointer-events:all;display:flex;height:auto;opacity:1;transform:translateY(0);min-height:150px}.timepicker-close{position:absolute;top:10px;right:20px;border:none;background:none;color:#fff}.timepicker-preview-item{overflow:hidden}.timepicker-preview-animate{animation:timepicker-preview-walk 1s linear infinite;animation-timing-function:steps(20, end);display:inline-block}@keyframes timepicker-preview-walk{from{transform:translateX(-50px)}to{transform:translateX(50px)}}.delay-input{width:50px;margin-right:0}.slider-control{width:60px;position:relative;height:50px;display:inline-block;margin:0 5px}.slider-control__rail{position:relative;width:100%;height:10px;margin:20px auto;background-color:rgba(150,150,150,.8);border-radius:30px;box-sizing:border-box;touch-action:none}.slider-control__rail:before{content:"";display:block;position:relative;top:-6px;width:20px;height:20px;margin-left:-11px;border:solid 2px #fff;border-radius:20px;background-color:#646464;box-sizing:border-box}.slider-control--show-value .slider-control__rail:after{content:attr(data-value);position:absolute;top:-20px;text-align:center;background:rgba(255,255,255,.8);border-radius:5px;padding:0 5px;font-weight:bold;font-size:14px}.user-toolbar-container{display:flex;flex-direction:column;justify-content:center;position:relative;margin-left:auto}.user-toolbar a{color:#666;background-color:#ddf;padding:5px;border-radius:5px;box-shadow:0 0 3px #000,0 3px 10px rgba(0,0,0,.2);text-decoration:none}.user-toolbar__guest{opacity:.5}.user-toolbar__menu{position:absolute;right:0;background:#fff;border-radius:5px;box-shadow:0 0 3px #000,0 3px 10px rgba(0,0,0,.2);min-width:120px;padding:10px;z-index:100}.user-toolbar__menu button{width:100%;border:none;border-radius:0;box-shadow:none;padding:10px}.user-toolbar__menu button:hover{background-color:#2ecc71;color:#fff}.animation-list{display:flex;flex-wrap:wrap;margin:-10px}.animation-list__item{position:relative;flex:1 1 250px;margin:10px;max-width:450px}.animation-list__item--selected{box-shadow:0 0 10px rgba(0,0,255,.5)}.animation-list__item-inner{background:#fff;box-shadow:0 0 5px rgba(0,0,0,.5);overflow:hidden;max-width:450px;width:100%;height:100%;position:relative}.animation-list__placeholder{color:#888;display:flex;align-items:center;justify-content:center}.animation-list__item:nth-child(3n+1){transform:rotate(-2deg)}.animation-list__item:nth-child(3n+2){transform:rotate(1.5deg)}.animation-list__item:nth-child(3n+3){transform:rotate(0.3deg)}.animation-list__item:nth-child(3n+4){transform:rotate(-1deg)}.animation-list__item:nth-child(3n+5){transform:rotate(1deg)}.animation-list__item::before,.animation-list__placeholder::before{content:"";height:0;width:1px;margin-left:-1px;float:left;padding-top:75%}.animation-list__item::after{content:"";display:table;clear:both}.animation-item__title-bar{box-sizing:border-box;position:absolute;top:0;background:rgba(255,255,255,.9);width:100%;overflow-wrap:break-word;animation:slide-down .5s ease-out both;transform:translateY(-100%)}.animation-list__item--selected .animation-item__title-bar{background:rgba(128,128,255,.5)}.animation-list__item--selected .animation-item__title-bar a{color:#000}.animation-item__title-bar a:hover{text-decoration:underline}.animation-item__title-bar:hover{opacity:1}.animation-list__item-more-text{color:#333;white-space:nowrap}.animation-item__reactions{position:absolute;bottom:5px;left:5px;color:#fff;font-size:18px}.animation-item__image{width:100%;height:100%;object-fit:cover;opacity:.8;animation:fade-in .5s ease-in-out both;position:absolute}.animation-list__item .animation-list__item-inner a:hover .animation-item__image{opacity:1 !important}.animation-item__stack{z-index:-1;width:100%;height:100%;background:#eee;box-shadow:0 0 5px rgba(0,0,0,.5);position:absolute;top:5px;left:5px}.animation-item__stack:nth-child(1){z-index:-1;top:5px;left:5px;box-shadow:0 0 4px rgba(0,0,0,.4);transform:rotate(1deg)}.animation-item__stack:nth-child(2){z-index:-2;top:10px;left:10px;background:#ddd;box-shadow:0 0 3px rgba(0,0,0,.3);transform:rotate(2deg)}.animation-item__stack:nth-child(3){z-index:-3;top:15px;left:15px;background:#ccc;box-shadow:0 0 2px rgba(0,0,0,.2);transform:rotate(3deg)}.animation-item__stack:nth-child(4){z-index:-4;top:20px;left:20px}.animation-item__stack:nth-child(5){z-index:-5;top:25px;left:25px}@keyframes slide-down{from{transform:translateY(-100%)}to{transform:translateY(0%)}}@keyframes fade-in{from{opacity:0;transform:scale(1.1, 1.1)}to{opacity:.8;transform:scale(1, 1)}}.animation-page__video-area{display:flex;flex-wrap:wrap;margin:-10px;justify-content:center}.animation-page__video-container{max-width:800px;flex:1 1 300px;margin:10px;position:relative;background:#fff;line-height:0;box-shadow:0 0 5px #000;z-index:20}.animation-page__stats{margin:10px 0;display:flex;flex-wrap:wrap;font-size:22px;color:#666;justify-content:center}.animation-page__stats li{margin:0 10px}.animation-page__video-area video{width:100%;background:#fff}.animation-page--user-actions{display:flex;margin-bottom:1em}.animation-page__reactions{margin:20px 0}.animation-page--delete-button{margin-left:auto}.animation-page__error-container{position:relative;top:0;left:0;width:100%;height:100%}.animation-page__error-background{top:0;left:0;width:100%;display:block}.animation-page__error{line-height:normal;padding:20px;background:rgba(255,150,150,.8);border-radius:10px;margin:20px;position:absolute;top:0;left:0}.animation-page__public{font-size:20px;border-radius:10px;background:#fdcb6e;padding:5px}.animation-page__private{font-size:20px;border-radius:10px;background:#ccc;padding:5px}.reaction-list__item{display:inline-block;background:#74b9ff;padding:2px 5px;margin:0 5px 5px 0;border-radius:10px;color:#fff;text-align:center;box-shadow:0 0 3px rgba(0,0,0,.5);font-size:20px}.reaction-list__item a{color:#fff;text-decoration:none}.error{background:#c0392b;padding:10px;border-radius:10px;color:#fff}.error p{margin:0}.reaction-selector{margin-top:10px}.reaction-selector__list{display:flex;flex-wrap:wrap;justify-content:center}.reaction-selector__button{background:#3498db;border-radius:50px;border:none;color:#bdc3c7;width:50px;height:50px;font-size:30px;text-shadow:0 0 3px rgba(0,0,0,.5)}.reaction-selector__button:hover{color:#fff}.reaction-selector__button--active{background:#e67e22;color:#fff;text-shadow:0 0 3px rgba(255,255,255,.5)}.reaction{background:#f39c12;border-radius:10px;padding:2px 5px;margin-right:5px;box-shadow:0 0 3px rgba(0,0,0,.5);font-size:14px;color:#fff;display:inline-block}.reaction--large{font-size:30px}.reaction--comments{background:#03a9f4}.reactions-shower{position:absolute;top:0;left:0;width:100%;height:80vh;pointer-events:none;z-index:10;overflow:hidden}.reactions-shower__item{position:absolute;top:0;animation:ReactionShower 5s 1s ease-in forwards;transform:translateY(-100px);font-size:50px}@keyframes ReactionShower{from{transform:translateY(-100px);opacity:.8}to{transform:translateY(80vh);opacity:0}}.progress-bar{height:20px;position:relative;background:#555;border-radius:25px;padding:10px;box-shadow:inset 0 -1px 1px rgba(255,255,255,.3);box-sizing:content-box}.progress-bar>span{display:block;height:100%;border-radius:20px;background-color:#2bc253;background-image:linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);position:relative;overflow:hidden;transition:width .5s ease-out}.progress-bar>span:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);z-index:1;background-size:50px 50px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-bottom-left-radius:20px;overflow:hidden}@keyframes progressMove{0%{background-position:0 0}100%{background-position:50px 50px}}.home-logo-container{position:relative;padding-bottom:215px;overflow:hidden;perspective:1px}.home-logo{width:100%}.home-characters{width:100%;position:absolute;bottom:-10px;left:0;animation:characters-in 1s ease-out backwards}.home-animations-total{font-size:50px;font-weight:bold;border-radius:20px;background-color:#9b59b6;color:#fff;padding:20px;transform:rotate(-3deg);transform-origin:center;display:inline-block}.home-animations-total-text{background:#000;transform:rotate(2deg);font-size:30px;color:#fff;border-radius:5px;padding:0 5px}@media(max-width: 1200px){.home-logo-container{padding-bottom:18vw}}@keyframes characters-in{from{transform:translateY(800px)}to{transform:translateY(0px)}}.thread-title{position:relative;background:#fff;border-radius:20px;padding:10px 20px;color:#000;display:inline-block}.thread-title:before{content:"";width:0px;height:0px;position:absolute;border-left:24px solid #fff;border-right:12px solid rgba(0,0,0,0);border-top:12px solid #fff;border-bottom:20px solid rgba(0,0,0,0);left:20px;bottom:-24px}.thread-competition-entries .thread-animation-container{margin:.5em}.thread-animation-info{font-size:16px;color:#444;background:#eee;padding:5px}.thread-animation{display:block;width:100%}.thread-post:target{background-color:#ffa;border:3px red}.thread-post--hidden{opacity:.5}.thread-post__user-info{padding:5px 0;border-bottom:2px solid #ddd}.thread-post__post-date{font-size:20px;color:#666;padding:10px}.thread-post__inner{border-radius:10px;margin-bottom:10px;display:inline-block;box-shadow:0 0 5px rgba(0,0,0,.4)}.thread-post:nth-child(odd) .thread-post__inner{background-color:rgba(255,255,255,.5)}.thread-post:nth-child(even) .thread-post__inner{background-color:rgba(255,255,255,.8)}.lock-icon,.pinned-icon,.competition-icon{margin-left:10px;color:#666}.thread-post-user-inline{background:#b90;color:#fff;border-radius:5px;text-decoration:none;padding:2px 5px}.thread-post-user-inline:hover{background:#fff;color:#b90}.post-editor textarea{font:26px "Comic Neue","Lucida Grande",Helvetica,Arial,sans-serif;border-radius:10px;width:100%;max-width:600px;height:200px;padding:10px;box-sizing:border-box;margin-bottom:10px}.thread-table{border-collapse:collapse;width:100%}.thread-table thead{border-bottom:1px solid #000}.thread-table td{padding:5px 10px;overflow-wrap:anywhere;min-width:90px}.thread-table tr:nth-child(odd){background-color:rgba(255,255,255,.5)}.thread-table tr:nth-child(even){background-color:rgba(255,255,255,.8)}.notification-icon{color:rgba(255,50,50,.8);margin-right:.3em}.notification-date{color:#666;font-size:20px}html{font-size:20px;height:-webkit-fill-available}body{padding:0;margin:0;position:relative;background-size:cover}.react-root{display:grid;grid-template-rows:auto 1fr;min-height:100vh}.page{padding:20px 0}@media(min-width: 600px){.page{padding:20px 20px}}@media(min-width: 800px){.page{padding:20px 40px}}.main--modal{filter:blur(5px)}.header{background:rgba(255,255,255,.9);display:flex;justify-content:space-between;flex-wrap:wrap;padding:5px 20px;line-height:40px;z-index:10}.main-nav{flex:1 0 auto;display:flex}.main-nav a{margin-right:.5em}.dialog{position:absolute;left:0;right:0;margin:0 auto;max-width:800px;background:rgba(255,255,255,.5);box-shadow:0 5px 5px rgba(0,0,0,.2)}.dialog form{display:inline-block}.form-row{margin-bottom:1em;display:flex;flex-wrap:wrap}.form-row label{line-height:50px;width:100%}.form-hint{margin:0;line-height:50px;color:#666;font-style:italic}.dialog h2{border-bottom:3px solid #000}.button-spacer{width:30px;display:inline-block}.split-layout{display:flex;flex-direction:column;margin:0 -20px;padding:10px;text-align:center;justify-content:center}.split-layout--small{padding:10px}.split-layout--large{padding:10px}@media(min-width: 600px){.split-layout{flex-direction:row}.split-layout--small{width:33%;display:flex;flex-direction:column;justify-content:center}.split-layout--large{width:66%}}@keyframes button-press{0%{transform:scale(1, 1);color:#888;border-color:rgba(0,0,0,0)}50%{transform:scale(0.9, 0.9)}75%{transform:scale(1.2, 1.2)}100%{transform:scale(1, 1);color:#000;border-color:rgba(0,0,0,.5)}}@keyframes button-press-transient{0%{transform:scale(1, 1);color:#888;border-color:rgba(0,0,0,0)}50%{border-color:rgba(0,0,0,.5);transform:scale(0.9, 0.9)}75%{transform:scale(1.2, 1.2);color:#000}100%{transform:scale(1, 1);color:#888;border-color:rgba(0,0,0,0)}}

/*# sourceMappingURL=5ef89e11b9bdeca55d9964109493a489dee19031-pcss.css.map*/