/* local imports */

:root {
  /* Base Colors */
  --dp-black: #22212C;
  --dp-black-rgb: 34, 33, 44;
  --dp-black-hsl: 250, 15%, 15%;
  --dp-red: #FF9580;
  --dp-red-rgb: 255, 149, 128;
  --dp-red-hsl: 10, 100%, 75%;
  --dp-green: #8AFF80;
  --dp-green-rgb: 138, 255, 128;
  --dp-green-hsl: 115, 100%, 75%;
  --dp-yellow: #FFFF80;
  --dp-yellow-rgb: 255, 255, 128;
  --dp-yellow-hsl: 60, 100%, 75%;
  --dp-blue: #7FBFFF;
  --dp-blue-rgb: 127, 191, 255;
  --dp-blue-hsl: 210, 100%, 75%;
  --dp-purple: #9580FF;
  --dp-purple-rgb: 149, 128, 255;
  --dp-purple-hsl: 250, 100%, 75%;
  --dp-orange: #FFCA80;
  --dp-orange-rgb: 255, 202, 128;
  --dp-orange-hsl: 35, 100%, 75%;
  --dp-magenta: #FF80BF;
  --dp-magenta-rgb: 255, 128, 191;
  --dp-magenta-hsl: 330, 100%, 75%;
  --dp-cyan: #80FFEA;
  --dp-cyan-rgb: 128, 255, 234;
  --dp-cyan-hsl: 170, 100%, 75%;
  --dp-white: #F8F8F2;
  --dp-white-rgb: 248, 248, 242;
  --dp-white-hsl: 60, 30%, 96%;
  /* Bright Colors */
  --dp-brightblack: #504C67;
  --dp-brightblack-rgb: 80, 76, 103;
  --dp-brightblack-hsl: 249, 15%, 35%;
  --dp-brightred: #FFAA99;
  --dp-brightred-rgb: 255, 170, 153;
  --dp-brightred-hsl: 10, 100%, 80%;
  --dp-brightgreen: #A2FF99;
  --dp-brightgreen-rgb: 162, 255, 153;
  --dp-brightgreen-hsl: 115, 100%, 80%;
  --dp-brightyellow: #FFFF99;
  --dp-brightyellow-rgb: 255, 255, 153;
  --dp-brightyellow-hsl: 60, 100%, 80%;
  --dp-brightblue: #99CCFF;
  --dp-brightblue-rgb: 153, 204, 255;
  --dp-brightblue-hsl: 210, 100%, 80%;
  --dp-brightpurple: #AA99FF;
  --dp-brightpurple-rgb: 170, 153, 255;
  --dp-brightpurple-hsl: 250, 100%, 80%;
  --dp-brightmagenta: #FF99CC;
  --dp-brightmagenta-rgb: 255, 153, 204;
  --dp-brightmagenta-hsl: 330, 100%, 80%;
  --dp-brightcyan: #99FFEE;
  --dp-brightcyan-rgb: 153, 255, 238;
  --dp-brightcyan-hsl: 170, 100%, 80%;
  --dp-brightwhite: #FFFFFF;
  --dp-brightwhite-rgb: 255, 255, 255;
  --dp-brightwhite-hsl: 0, 0%, 100%;
  --dp-brightorange: #FFDD99;
  --dp-brightorange-rgb: 255, 221, 153;
  --dp-brightorange-hsl: 35, 100%, 80%;
  /* Dim Colors */
  --dp-dimblack: #1B1A23;
  --dp-dimblack-rgb: 27, 26, 35;
  --dp-dimblack-hsl: 247, 15%, 12%;
  --dp-dimred: #CC7766;
  --dp-dimred-rgb: 204, 119, 102;
  --dp-dimred-hsl: 10, 50%, 60%;
  --dp-dimgreen: #6ECC66;
  --dp-dimgreen-rgb: 110, 204, 102;
  --dp-dimgreen-hsl: 115, 50%, 60%;
  --dp-dimyellow: #CCCC66;
  --dp-dimyellow-rgb: 204, 204, 102;
  --dp-dimyellow-hsl: 60, 50%, 60%;
  --dp-dimblue: #6699CC;
  --dp-dimblue-rgb: 102, 153, 204;
  --dp-dimblue-hsl: 210, 50%, 60%;
  --dp-dimpurple: #7766CC;
  --dp-dimpurple-rgb: 119, 102, 204;
  --dp-dimpurple-hsl: 250, 50%, 60%;
  --dp-dimmagenta: #CC6699;
  --dp-dimmagenta-rgb: 204, 102, 153;
  --dp-dimmagenta-hsl: 330, 50%, 60%;
  --dp-dimcyan: #66CCBB;
  --dp-dimcyan-rgb: 102, 204, 187;
  --dp-dimcyan-hsl: 170, 50%, 60%;
  --dp-dimwhite: #C6C6C2;
  --dp-dimwhite-rgb: 198, 198, 194;
  --dp-dimwhite-hsl: 60, 3%, 77%;
  --dp-dimorange: #CCA166;
  --dp-dimorange-rgb: 204, 161, 102;
  --dp-dimorange-hsl: 35, 50%, 60%;
  /* Dark colors */
  --dp-darkred: #2E2705;
  --dp-darkred-rgb: 46, 39, 5;
  --dp-darkred-hsl: 10, 80%, 10%;
  --dp-darkgreen: #082E05;
  --dp-darkgreen-rgb: 8, 46, 5;
  --dp-darkgreen-hsl: 115, 80%, 10%;
  --dp-darkyellow: #2E2E05;
  --dp-darkyellow-rgb: 46, 46, 5;
  --dp-darkyellow-hsl: 60, 80%, 10%;
  --dp-darkblue: #05192E;
  --dp-darkblue-rgb: 5, 25, 46;
  --dp-darkblue-hsl: 210, 80%, 10%;
  --dp-darkorange: #2E1605;
  --dp-darkorange-rgb: 46, 22, 5;
  --dp-darkorange-hsl: 35, 80%, 10%;
  --dp-darkpurple: #27052E;
  --dp-darkpurple-rgb: 39, 5, 46;
  --dp-darkpurple-hsl: 250, 80%, 10%;
  --dp-darkmagenta: #2E0519;
  --dp-darkmagenta-rgb: 46, 5, 25;
  --dp-darkmagenta-hsl: 330, 80%, 10%;
  --dp-darkcyan: #052E0C;
  --dp-darkcyan-rgb: 5, 46, 12;
  --dp-darkcyan-hsl: 170, 80%, 10%;
  /* UI & Others */
  --dp-background: #22212C;
  /* same as black */
  --dp-background-rgb: 34, 33, 44;
  --dp-background-hsl: 250, 15%, 15%;
  --dp-foreground: #F8F8F2;
  --dp-foreground-rgb: 248, 248, 242;
  --dp-foreground-hsl: 60, 30%, 96%;
  --dp-comment: #7970A9;
  --dp-comment-rgb: 121, 112, 169;
  --dp-comment-hsl: 250, 25%, 55%;
  --dp-selection: #454158;
  --dp-selection-rgb: 69, 65, 88;
  --dp-selection-hsl: 250, 15%, 30%;
  --dp-cursor: #7970A9;
  --dp-cursor-rgb: 121, 112, 169;
  --dp-cursor-hsl: 250, 25%, 55%;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-Regular.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-Italic.woff2') format('woff2');

  font-weight: 400;

  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-Bold.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-BoldItalic.woff2') format('woff2');

  font-weight: 700;

  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-ExtraBold.woff2') format('woff2');

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-ExtraBoldItalic.woff2') format('woff2');

  font-weight: 800;

  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-ExtraLight.woff2') format('woff2');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-ExtraLightItalic.woff2') format('woff2');

  font-weight: 200;

  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-Light.woff2') format('woff2');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-LightItalic.woff2') format('woff2');

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-Medium.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-MediumItalic.woff2') format('woff2');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-SemiBold.woff2') format('woff2');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-SemiBoldItalic.woff2') format('woff2');

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-Thin.woff2') format('woff2');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';

  src: url('/fonts/jetbrains-mono/JetBrainsMono-ThinItalic.woff2') format('woff2');

  font-weight: 100;

  font-style: italic;
}

@font-face {
  font-family: InterVariable;

  font-style: normal;

  font-weight: 100 900;

  font-display: swap;

  src: url("/fonts/inter/InterVariable.woff2") format("woff2");
}

@font-face {
  font-family: InterVariable;

  font-style: italic;

  font-weight: 100 900;

  font-display: swap;

  src: url("/fonts/inter/InterVariable-Italic.woff2") format("woff2");
}

/* static fonts */

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 100;

  font-display: swap;

  src: url("/fonts/inter/Inter-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: italic;

  font-weight: 100;

  font-display: swap;

  src: url("/fonts/inter/Inter-ThinItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 200;

  font-display: swap;

  src: url("/fonts/inter/Inter-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: italic;

  font-weight: 200;

  font-display: swap;

  src: url("/fonts/inter/Inter-ExtraLightItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url("/fonts/inter/Inter-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: italic;

  font-weight: 300;

  font-display: swap;

  src: url("/fonts/inter/Inter-LightItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("/fonts/inter/Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: italic;

  font-weight: 400;

  font-display: swap;

  src: url("/fonts/inter/Inter-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url("/fonts/inter/Inter-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: italic;

  font-weight: 500;

  font-display: swap;

  src: url("/fonts/inter/Inter-MediumItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url("/fonts/inter/Inter-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: italic;

  font-weight: 600;

  font-display: swap;

  src: url("/fonts/inter/Inter-SemiBoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url("/fonts/inter/Inter-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: italic;

  font-weight: 700;

  font-display: swap;

  src: url("/fonts/inter/Inter-BoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 800;

  font-display: swap;

  src: url("/fonts/inter/Inter-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: italic;

  font-weight: 800;

  font-display: swap;

  src: url("/fonts/inter/Inter-ExtraBoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url("/fonts/inter/Inter-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";

  font-style: italic;

  font-weight: 900;

  font-display: swap;

  src: url("/fonts/inter/Inter-BlackItalic.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: normal;

  font-weight: 100;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: italic;

  font-weight: 100;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-ThinItalic.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: normal;

  font-weight: 200;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: italic;

  font-weight: 200;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-ExtraLightItalic.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-Light.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: italic;

  font-weight: 300;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-LightItalic.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: italic;

  font-weight: 400;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: italic;

  font-weight: 500;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-MediumItalic.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: italic;

  font-weight: 600;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-SemiBoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: italic;

  font-weight: 700;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-BoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: normal;

  font-weight: 800;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: italic;

  font-weight: 800;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-ExtraBoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-Black.woff2") format("woff2");
}

@font-face {
  font-family: "InterDisplay";

  font-style: italic;

  font-weight: 900;

  font-display: swap;

  src: url("/fonts/inter/InterDisplay-BlackItalic.woff2") format("woff2");
}

@font-feature-values InterVariable {
  @character-variant {
    cv01: 1;

    cv02: 2;

    cv03: 3;

    cv04: 4;

    cv05: 5;

    cv06: 6;

    cv07: 7;

    cv08: 8;

    cv09: 9;

    cv10: 10;

    cv11: 11;

    cv12: 12;

    cv13: 13;

    alt-1:            1;

    /* Alternate one */

    alt-3:            9;

    /* Flat-top three */

    open-4:           2;

    /* Open four */

    open-6:           3;

    /* Open six */

    open-9:           4;

    /* Open nine */

    lc-l-with-tail:   5;

    /* Lower-case L with tail */

    simplified-u:     6;

    /* Simplified u */

    alt-double-s:     7;

    /* Alternate German double s */

    uc-i-with-serif:  8;

    /* Upper-case i with serif */

    uc-g-with-spur:  10;

    /* Capital G with spur */

    single-story-a:  11;

    /* Single-story a */

    compact-lc-f:    12;

    /* Compact f */

    compact-lc-t:    13;

    /* Compact t */
  }

  @styleset {
    ss01: 1;

    ss02: 2;

    ss03: 3;

    ss04: 4;

    ss05: 5;

    ss06: 6;

    ss07: 7;

    ss08: 8;

    open-digits: 1;

    /* Open digits */

    disambiguation: 2;

    /* Disambiguation (with zero) */

    disambiguation-except-zero: 4;

    /* Disambiguation (no zero) */

    round-quotes-and-commas: 3;

    /* Round quotes &amp; commas */

    square-punctuation: 7;

    /* Square punctuation */

    square-quotes: 8;

    /* Square quotes */

    circled-characters: 5;

    /* Circled characters */

    squared-characters: 6;

    /* Squared characters */
  }
}

@font-feature-values Inter {
  @character-variant {
    cv01: 1;

    cv02: 2;

    cv03: 3;

    cv04: 4;

    cv05: 5;

    cv06: 6;

    cv07: 7;

    cv08: 8;

    cv09: 9;

    cv10: 10;

    cv11: 11;

    cv12: 12;

    cv13: 13;

    alt-1:            1;

    /* Alternate one */

    alt-3:            9;

    /* Flat-top three */

    open-4:           2;

    /* Open four */

    open-6:           3;

    /* Open six */

    open-9:           4;

    /* Open nine */

    lc-l-with-tail:   5;

    /* Lower-case L with tail */

    simplified-u:     6;

    /* Simplified u */

    alt-double-s:     7;

    /* Alternate German double s */

    uc-i-with-serif:  8;

    /* Upper-case i with serif */

    uc-g-with-spur:  10;

    /* Capital G with spur */

    single-story-a:  11;

    /* Single-story a */

    compact-lc-f:    12;

    /* Compact f */

    compact-lc-t:    13;

    /* Compact t */
  }

  @styleset {
    ss01: 1;

    ss02: 2;

    ss03: 3;

    ss04: 4;

    ss05: 5;

    ss06: 6;

    ss07: 7;

    ss08: 8;

    open-digits: 1;

    /* Open digits */

    disambiguation: 2;

    /* Disambiguation (with zero) */

    disambiguation-except-zero: 4;

    /* Disambiguation (no zero) */

    round-quotes-and-commas: 3;

    /* Round quotes &amp; commas */

    square-punctuation: 7;

    /* Square punctuation */

    square-quotes: 8;

    /* Square quotes */

    circled-characters: 5;

    /* Circled characters */

    squared-characters: 6;

    /* Squared characters */
  }
}

@font-feature-values InterDisplay {
  @character-variant {
    cv01: 1;

    cv02: 2;

    cv03: 3;

    cv04: 4;

    cv05: 5;

    cv06: 6;

    cv07: 7;

    cv08: 8;

    cv09: 9;

    cv10: 10;

    cv11: 11;

    cv12: 12;

    cv13: 13;

    alt-1:            1;

    /* Alternate one */

    alt-3:            9;

    /* Flat-top three */

    open-4:           2;

    /* Open four */

    open-6:           3;

    /* Open six */

    open-9:           4;

    /* Open nine */

    lc-l-with-tail:   5;

    /* Lower-case L with tail */

    simplified-u:     6;

    /* Simplified u */

    alt-double-s:     7;

    /* Alternate German double s */

    uc-i-with-serif:  8;

    /* Upper-case i with serif */

    uc-g-with-spur:  10;

    /* Capital G with spur */

    single-story-a:  11;

    /* Single-story a */

    compact-lc-f:    12;

    /* Compact f */

    compact-lc-t:    13;

    /* Compact t */
  }

  @styleset {
    ss01: 1;

    ss02: 2;

    ss03: 3;

    ss04: 4;

    ss05: 5;

    ss06: 6;

    ss07: 7;

    ss08: 8;

    open-digits: 1;

    /* Open digits */

    disambiguation: 2;

    /* Disambiguation (with zero) */

    disambiguation-except-zero: 4;

    /* Disambiguation (no zero) */

    round-quotes-and-commas: 3;

    /* Round quotes &amp; commas */

    square-punctuation: 7;

    /* Square punctuation */

    square-quotes: 8;

    /* Square quotes */

    circled-characters: 5;

    /* Circled characters */

    squared-characters: 6;

    /* Squared characters */
  }
}

.header-button {
  display: inline-block;
  border-radius: 0.125rem;
  border-width: 2px;
  border-color: var(--dp-yellow);
  background-color: var(--dp-darkyellow);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: var(--dp-yellow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-button:hover, .header-button:focus {
  border-color: transparent;
  background-color: var(--dp-yellow);
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

#cronitordetails {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

@media (min-width: 1024px) {
  #cronitordetails {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.variant-og h2 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--dp-yellow);
}

/* .variant-x styles so this code doesn't collide with the previous code */

.shadow-dp-yellow-01 {
  box-shadow: 0 0 20px 5px rgba(var(--dp-yellow-rgb), 0.2);
}

.shadow-dp-yellow-02 {
  box-shadow: 0 0 30px 5px rgba(var(--dp-yellow-rgb), 0.2);
}

.shadow-dp-green-01 {
  box-shadow: 0 0 20px 5px rgba(var(--dp-green-rgb), 0.2);
}

.shadow-dp-green-02 {
  box-shadow: 0 0 30px 5px rgba(var(--dp-green-rgb), 0.2);
}

.variant-x h2 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--dp-yellow);
}

.variant-og p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  max-width: 95%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .variant-og p {
    max-width: 85%;
  }
}

.variant-x p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  max-width: 95%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .variant-x p {
    max-width: 85%;
  }
}

.variant-x img {
  box-shadow: 0 0 20px 5px rgba(var(--dp-yellow-rgb), 0.2);
}

.variant-x img:hover {
  box-shadow: 0 0 30px 5px rgba(var(--dp-yellow-rgb), 0.2);
}

.variant-x .action {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.variant-x-button {
  display: inline-block;
  border-radius: 0.125rem;
  border-width: 2px;
  border-color: transparent;
  background-color: var(--dp-yellow);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  box-shadow: 0 0 20px 5px rgba(var(--dp-yellow-rgb), 0.2);
}

.variant-x-button:visited {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.variant-x-button:hover,
.variant-x-button:focus {
  border-color: var(--dp-yellow);
  background-color: var(--dp-darkyellow);
  color: var(--dp-yellow);
}

/* src/tailwind.css */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.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;
  }
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.-mb-5 {
  margin-bottom: -1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.ml-3 {
  margin-left: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-8 {
  height: 2rem;
}

.min-h-\[500px\] {
  min-height: 500px;
}

.w-full {
  width: 100%;
}

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

.max-w-2xl {
  max-width: 42rem;
}

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

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-lg {
  max-width: 32rem;
}

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

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

.border-dp-dimyellow {
  border-color: var(--dp-dimyellow);
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.bg-dp-yellow {
  background-color: var(--dp-yellow);
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

.font-mono {
  font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

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

.font-semibold {
  font-weight: 600;
}

.leading-loose {
  line-height: 2;
}

.text-dp-yellow {
  color: var(--dp-yellow);
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.filter {
  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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
}

.human-readable {
  margin-bottom: 1.25rem;
  margin-top: 4rem;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.human-readable .active {
  color: var(--dp-yellow);
}

.next-date {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* tailwind up, old below */

::-moz-selection {
  background-color: rgba(var(--dp-yellow-rgb), 0.2);
}

::selection {
  background-color: rgba(var(--dp-yellow-rgb), 0.2);
}

html {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.man {
  font-size: 75%;
  text-align: left;
}

.man .comment {
  color: #737373;
  font-style: italic;
}

.man i {
  color: #e6e673;
}

select {
  font-size: 20px;
  width: 45px;
  margin-right: 5px;
}

div.select {
  position: relative;
  display: inline-block;
  height: 15em;
}

div.select label {
  position: absolute;
  top: 28px;
  left: 25px;
  transform: rotate(45deg);
  transform-origin: left top 0;
}

table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  width: 100%;
  max-width: 400px;
}

table th,
table td {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

table th {
  width: 13em;
  text-align: right;
  padding: 0 1em 0 0;
}

table td {
  text-align: left;
  padding: 0 1em;
}

div.warning {
  color: var(--dp-orange);
  font-size: 75%;
  height: 0;
}

.example {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}

.example span {
  margin-right: 1rem;
  background-color: var(--dp-yellow);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.text-editor {
  position: relative;
  margin-bottom: 1.25rem;
}

.text-editor input {
  box-shadow: 0 0 20px 5px rgba(var(--dp-yellow-rgb), 0.15);
  width: 100%;
  border-radius: 0.375rem;
  border-width: 4px;
  border-style: solid;
  border-color: var(--dp-yellow);
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 2.25;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-editor .copy-button {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
  background-color: var(--dp-yellow);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.text-editor .copy-button:hover {
  background-color: var(--dp-brightyellow);
}

.text-editor input.invalid {
  border-width: 4px;
  border-style: solid;
  border-color: var(--dp-red);
  box-shadow: 0 0 40px 5px rgba(var(--dp-red-rgb), 0.15);
}

.text-editor input.warning {
  border-width: 4px;
  border-style: solid;
  border-color: var(--dp-orange);
  box-shadow: 0 0 40px 5px rgba(var(--dp-orange-rgb), 0.15);
}

.text-editor input:focus {
  outline: none;
  box-shadow: 0 0 40px 5px rgba(var(--dp-yellow-rgb), 0.15);
}

.text-editor input.invalid:focus {
  outline: none;
  box-shadow: 0 0 40px 5px rgba(var(--dp-red-rgb), 0.30);
}

.text-editor input.warning:focus {
  outline: none;
  box-shadow: 0 0 40px 5px rgba(var(--dp-orange-rgb), 0.30);
}

.text-editor input::-ms-clear {
  width: 0;
  height: 0;
}

.text-editor input::-moz-selection {
  background-color: var(--dp-darkyellow);
  color: var(--dp-yellow);
}

.text-editor input::selection {
  background-color: var(--dp-darkyellow);
  color: var(--dp-yellow);
}

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration-line: underline;
}

.part-explanation {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.part-explanation table {
  margin-top: 1.25rem;
}

.part-explanation div {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
}

.part-explanation .active {
  color: var(--dp-yellow);
}

.part-explanation .invalid {
  background-color: var(--dp-red);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.part-explanation .warning {
  background-color: var(--dp-orange);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.part-explanation .clickable {
  border-radius: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.part-explanation .clickable:last-child {
  margin: 0;
}

/* /examples.html */

.examples-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .examples-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.examples li {
  margin-bottom: 0.25rem;
}

.examples a {
  text-decoration-line: underline;
}

@media screen and (max-width: 400px) {
  .text-editor input {
    margin-top: 1rem;
    font-size: 3rem;
    line-height: 1;
  }

  .text-editor .copy-button {
    right: 12px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.65rem;
  }

  .example {
    display: none;
  }

  .part-explanation .clickable {
    padding: 0.1em 0.01em;
    margin: 0 0.2em 0 0;
  }

  table {
    max-width: 360px;
  }

  table th {
    width: 7em;
  }
}

/* deprecated */

.text-highlight {
  color: #ffff80;
  font-size: 75%;
  margin-bottom: 10px;
  margin-top: 25px;
}

.text-highlight a {
  color: #ffff80;
}

.hover\:bg-dp-brightyellow:hover {
  background-color: var(--dp-brightyellow);
}

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

.hover\:text-neutral-300:hover {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-950:hover {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }

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

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

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-w-\[720px\] {
    max-width: 720px;
  }

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

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
