@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display&display=swap');/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

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

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

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
	tab-size: 4; /* 3 */
}

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

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
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] {
	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 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.
*/

button,
select {
	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.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

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

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/Inter-Thin-B4o5siQk.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/Inter-ThinItalic-vq4GfdE-.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/Inter-ExtraLight-DDkcCnmI.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/Inter-ExtraLightItalic-Bmm15xK5.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/Inter-Light-MWFfSqj5.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/Inter-LightItalic-B-7nr8NF.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Inter-Regular-B0QUfDW0.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/Inter-Italic-B_ozvy2G.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/Inter-Medium-B0NFony0.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/Inter-MediumItalic-DOveuiCA.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/Inter-SemiBold-_JLwM7Yv.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/Inter-SemiBoldItalic-C4gNvuGw.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/Inter-Bold-CytjP_7U.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/Inter-BoldItalic-B0T-BnK6.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/Inter-ExtraBold-BN24N3BS.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/Inter-ExtraBoldItalic-Elp9ETkg.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/Inter-Black-COIgjx2i.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/Inter-BlackItalic-DXjXe-56.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/InterDisplay-Thin-DMFvXDOM.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/InterDisplay-ThinItalic-DGH5DzcO.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/InterDisplay-ExtraLight-CkrcZ2OC.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/InterDisplay-ExtraLightItalic-COzNG34r.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/InterDisplay-Light-DB1R7qf0.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/InterDisplay-LightItalic-Dg222hFV.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/InterDisplay-Regular-C0mmbI_t.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/InterDisplay-Italic-Ceakq4P4.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/InterDisplay-Medium-BRBaQVhl.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/InterDisplay-MediumItalic-Bn1fyIYu.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/InterDisplay-SemiBold-J6ePsRbj.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/InterDisplay-SemiBoldItalic-Hwqo_RGe.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/InterDisplay-Bold-CXJyJlfA.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/InterDisplay-BoldItalic-DPW1ZV9q.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/InterDisplay-ExtraBold-DsWMgBJM.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/InterDisplay-ExtraBoldItalic-Duz3ksk9.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/InterDisplay-Black-DM1fLmGj.woff2?v=4.0") format("woff2");
}

@font-face {
  font-family: "InterDisplay";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/InterDisplay-BlackItalic-By2MBdM0.woff2?v=4.0") format("woff2");
}

/* --- Foundations --- */

:root {
  /* --- Typography --- */

  --aui-font: 'Inter';
  --aui-font-title: 'InterDisplay';
  --aui-font-feature-settings: 'cv09' on, 'ss11' on, 'calt' off, 'liga' off;

  /* --- Colors --- */

  /* -- Neutrals -- */

  --aui-neutral-950: #0e121b;
  --aui-neutral-900: #181b25;
  --aui-neutral-800: #222530;
  --aui-neutral-700: #2b303b;
  --aui-neutral-600: #525866;
  --aui-neutral-500: #717784;
  --aui-neutral-400: #99a0ae;
  --aui-neutral-300: #cacfd8;
  --aui-neutral-200: #e1e4ea;
  --aui-neutral-100: #f2f5f8;
  --aui-neutral-50: #f5f7fa;
  --aui-neutral-0: #ffffff;

  --aui-neutral-950-rgb: 14, 18, 27;
  --aui-neutral-400-rgb: 153, 160, 174;
  --aui-neutral-0-rgb: 255, 255, 255;

  /* -- Vibrants -- */

  --aui-blue-950: #122368;
  --aui-blue-900: #182f8b;
  --aui-blue-800: #1f3bad;
  --aui-blue-700: #2547d0;
  --aui-blue-600: #3559e9;
  --aui-blue-500: #335cff;
  --aui-blue-400: #6895ff;
  --aui-blue-300: #97baff;
  --aui-blue-200: #c0d5ff;
  --aui-blue-100: #d5e2ff;
  --aui-blue-50: #ebf1ff;

  --aui-orange-950: #683412;
  --aui-orange-900: #8b4618;
  --aui-orange-800: #ad581f;
  --aui-orange-700: #d06925;
  --aui-orange-600: #e97d35;
  --aui-orange-500: #ff9147;
  --aui-orange-400: #ffa468;
  --aui-orange-300: #ffc197;
  --aui-orange-200: #ffd9c0;
  --aui-orange-100: #ffe6d5;
  --aui-orange-50: #fff3eb;

  --aui-orange-500-rgb: 104, 52, 18;

  --aui-red-950: #681219;
  --aui-red-900: #8b1822;
  --aui-red-800: #ad1f2b;
  --aui-red-700: #d02533;
  --aui-red-600: #e93544;
  --aui-red-500: #fb3748;
  --aui-red-400: #ff6875;
  --aui-red-300: #ff97a0;
  --aui-red-200: #ffc0c5;
  --aui-red-100: #ffd5d8;
  --aui-red-50: #ffebec;

  --aui-red-500-rgb: 251, 55, 72;

  --aui-green-950: #0b4627;
  --aui-green-900: #16643b;
  --aui-green-800: #1a7544;
  --aui-green-700: #178c4e;
  --aui-green-600: #1daf61;
  --aui-green-500: #1fc16b;
  --aui-green-400: #3ee089;
  --aui-green-300: #84ebb4;
  --aui-green-200: #c2f5da;
  --aui-green-100: #d0fbe9;
  --aui-green-50: #e0faec;

  --aui-green-500-rgb: 31, 193, 107;

  --aui-yellow-950: #624c18;
  --aui-yellow-900: #86661d;
  --aui-yellow-800: #a78025;
  --aui-yellow-700: #c99a2c;
  --aui-yellow-600: #e6a819;
  --aui-yellow-500: #f6b51e;
  --aui-yellow-400: #ffd268;
  --aui-yellow-300: #ffe097;
  --aui-yellow-200: #ffecc0;
  --aui-yellow-100: #ffefcc;
  --aui-yellow-50: #fff4d6;

  --aui-purple-950: #351a75;
  --aui-purple-900: #3d1d86;
  --aui-purple-800: #4c25a7;
  --aui-purple-700: #5b2cc9;
  --aui-purple-600: #693ee0;
  --aui-purple-500: #7d52f4;
  --aui-purple-400: #8c71f6;
  --aui-purple-300: #a897ff;
  --aui-purple-200: #cac0ff;
  --aui-purple-100: #dcd5ff;
  --aui-purple-50: #efebff;

  --aui-sky-950: #124b68;
  --aui-sky-900: #18658b;
  --aui-sky-800: #1f7ead;
  --aui-sky-700: #2597d0;
  --aui-sky-600: #35ade9;
  --aui-sky-500: #47c2ff;
  --aui-sky-400: #68cdff;
  --aui-sky-300: #97dcff;
  --aui-sky-200: #c0eaff;
  --aui-sky-100: #d5f1ff;
  --aui-sky-50: #ebf8ff;

  --aui-sky-500-rgb: 71, 194, 255;

  --aui-pink-950: #68123d;
  --aui-pink-900: #8b1852;
  --aui-pink-800: #ad1f66;
  --aui-pink-700: #d0257a;
  --aui-pink-600: #e9358f;
  --aui-pink-500: #fb4ba3;
  --aui-pink-400: #ff68b3;
  --aui-pink-300: #ff97cb;
  --aui-pink-200: #ffc0df;
  --aui-pink-100: #ffd5ea;
  --aui-pink-50: #ffebf4;

  --aui-pink-500-rgb: 251, 75, 163;

  --aui-teal-950: #0b463e;
  --aui-teal-900: #16645a;
  --aui-teal-800: #1a7569;
  --aui-teal-700: #178c7d;
  --aui-teal-600: #1daf9c;
  --aui-teal-500: #22d3bb;
  --aui-teal-400: #3fdec9;
  --aui-teal-300: #84ebdd;
  --aui-teal-200: #c2f5ee;
  --aui-teal-100: #d0fbf5;
  --aui-teal-50: #e4fbf8;

  --aui-teal-500-rgb: 34, 211, 187;

  /* -- Alpha -- */

  --aui-neutral-alpha-24: rgba(var(--aui-neutral-400-rgb), 0.24);
  --aui-neutral-alpha-16: rgba(var(--aui-neutral-400-rgb), 0.16);
  --aui-neutral-alpha-10: rgba(var(--aui-neutral-400-rgb), 0.1);

  --aui-blue-alpha-24: rgba(71, 108, 255, 0.24);
  --aui-blue-alpha-16: rgba(71, 108, 255, 0.16);
  --aui-blue-alpha-10: rgba(71, 108, 255, 0.1);

  --aui-orange-alpha-24: rgba(var(--aui-orange-500-rgb), 0.24);
  --aui-orange-alpha-16: rgba(var(--aui-orange-500-rgb), 0.16);
  --aui-orange-alpha-10: rgba(var(--aui-orange-500-rgb), 0.1);

  --aui-red-alpha-24: rgba(var(--aui-red-500-rgb), 0.24);
  --aui-red-alpha-16: rgba(var(--aui-red-500-rgb), 0.16);
  --aui-red-alpha-10: rgba(var(--aui-red-500-rgb), 0.1);

  --aui-green-alpha-24: rgba(var(--aui-green-500-rgb), 0.24);
  --aui-green-alpha-16: rgba(var(--aui-green-500-rgb), 0.16);
  --aui-green-alpha-10: rgba(var(--aui-green-500-rgb), 0.1);

  --aui-yellow-alpha-24: rgba(251, 198, 75, 0.24);
  --aui-yellow-alpha-16: rgba(251, 198, 75, 0.16);
  --aui-yellow-alpha-10: rgba(251, 198, 75, 0.1);

  --aui-sky-alpha-24: rgba(var(--aui-sky-500-rgb), 0.24);
  --aui-sky-alpha-16: rgba(var(--aui-sky-500-rgb), 0.16);
  --aui-sky-alpha-10: rgba(var(--aui-sky-500-rgb), 0.1);

  --aui-purple-alpha-24: rgba(120, 77, 239, 0.24);
  --aui-purple-alpha-16: rgba(120, 77, 239, 0.16);
  --aui-purple-alpha-10: rgba(120, 77, 239, 0.1);

  --aui-pink-alpha-24: rgba(var(--aui-pink-500-rgb), 0.24);
  --aui-pink-alpha-16: rgba(var(--aui-pink-500-rgb), 0.16);
  --aui-pink-alpha-10: rgba(var(--aui-pink-500-rgb), 0.1);

  --aui-teal-alpha-24: rgba(var(--aui-teal-500-rgb), 0.24);
  --aui-teal-alpha-16: rgba(var(--aui-teal-500-rgb), 0.16);
  --aui-teal-alpha-10: rgba(var(--aui-teal-500-rgb), 0.1);

  --aui-white-alpha-24: rgba(var(--aui-neutral-0-rgb), 0.24);
  --aui-white-alpha-16: rgba(var(--aui-neutral-0-rgb), 0.16);
  --aui-white-alpha-10: rgba(var(--aui-neutral-0-rgb), 0.1);

  --aui-black-alpha-24: rgba(var(--aui-neutral-950-rgb), 0.24);
  --aui-black-alpha-16: rgba(var(--aui-neutral-950-rgb), 0.16);
  --aui-black-alpha-10: rgba(var(--aui-neutral-950-rgb), 0.1);

  /* --- Corner radius --- */

  --aui-radius-4: 4px;
  --aui-radius-6: 6px;
  --aui-radius-8: 8px;
  --aui-radius-10: 10px;
  --aui-radius-12: 12px;
  --aui-radius-16: 16px;
  --aui-radius-20: 20px;
  --aui-radius-24: 24px;
  --aui-radius-full: 999px;

  /* --- Shadow --- */

  --aui-shadow-x-small: 0 1px 2px rgba(10, 13, 20, 0.03);
  --aui-shadow-medium: 0 16px 32px -12px rgba(var(--aui-neutral-950-rgb), 0.1);

  /* --- Transition --- */

  --aui-transition-duration-fast: 0.2s;
  --aui-transition-duration-normal: 0.3s;
}

/* --- Tokens --- */

:root {
  /* -- Primary -- */

  --aui-primary-dark: var(--aui-blue-800);
  --aui-primary-darker: var(--aui-blue-700);
  --aui-primary-base: var(--aui-blue-500);
  --aui-primary-alpha-16: var(--aui-blue-alpha-16);
  --aui-primary-alpha-10: var(--aui-blue-alpha-10);

  /* -- Neutral -- */

  /* - Static - */

  --aui-static-black: var(--aui-neutral-950);
  --aui-static-white: var(--aui-neutral-0);

  /* - Background - */

  --aui-bg-strong-950: var(--aui-neutral-950);
  --aui-bg-surface-800: var(--aui-neutral-800);
  --aui-bg-sub-300: var(--aui-neutral-300);
  --aui-bg-soft-200: var(--aui-neutral-200);
  --aui-bg-weak-50: var(--aui-neutral-50);
  --aui-bg-white-0: var(--aui-neutral-0);

  /* - Text - */

  --aui-text-strong-950: var(--aui-neutral-950);
  --aui-text-sub-600: var(--aui-neutral-600);
  --aui-text-soft-400: var(--aui-neutral-400);
  --aui-text-disabled-300: var(--aui-neutral-300);
  --aui-text-white-0: var(--aui-neutral-0);

  /* - Stroke - */

  --aui-stroke-strong-950: var(--aui-neutral-950);
  --aui-stroke-sub-300: var(--aui-neutral-300);
  --aui-stroke-soft-200: var(--aui-neutral-200);
  --aui-stroke-white-0: var(--aui-neutral-0);

  /* - Icon - */

  --aui-icon-strong-950: var(--aui-neutral-950);
  --aui-icon-sub-600: var(--aui-neutral-600);
  --aui-icon-soft-400: var(--aui-neutral-400);
  --aui-icon-disabled-300: var(--aui-neutral-300);
  --aui-icon-white-0: var(--aui-neutral-0);

  /* -- State -- */

  /* - Faded - */

  --aui-faded-dark: var(--aui-neutral-800);
  --aui-faded-base: var(--aui-neutral-500);
  --aui-faded-light: var(--aui-neutral-200);
  --aui-faded-lighter: var(--aui-neutral-100);

  /* - Information - */

  --aui-information-dark: var(--aui-blue-950);
  --aui-information-base: var(--aui-blue-500);
  --aui-information-light: var(--aui-blue-200);
  --aui-information-lighter: var(--aui-blue-50);

  /* - Warning - */

  --aui-warning-dark: var(--aui-orange-950);
  --aui-warning-base: var(--aui-orange-500);
  --aui-warning-light: var(--aui-orange-200);
  --aui-warning-lighter: var(--aui-orange-50);

  /* - Error - */

  --aui-error-dark: var(--aui-red-950);
  --aui-error-base: var(--aui-red-500);
  --aui-error-light: var(--aui-red-200);
  --aui-error-lighter: var(--aui-red-50);

  /* - Success - */

  --aui-success-dark: var(--aui-green-950);
  --aui-success-base: var(--aui-green-500);
  --aui-success-light: var(--aui-green-200);
  --aui-success-lighter: var(--aui-green-50);

  /* - Away - */

  --aui-away-dark: var(--aui-yellow-950);
  --aui-away-base: var(--aui-yellow-500);
  --aui-away-light: var(--aui-yellow-200);
  --aui-away-lighter: var(--aui-yellow-50);

  /* - Feature - */

  --aui-feature-dark: var(--aui-purple-950);
  --aui-feature-base: var(--aui-purple-500);
  --aui-feature-light: var(--aui-purple-200);
  --aui-feature-lighter: var(--aui-purple-50);

  /* - Verified - */

  --aui-verified-dark: var(--aui-sky-950);
  --aui-verified-base: var(--aui-sky-500);
  --aui-verified-light: var(--aui-sky-200);
  --aui-verified-lighter: var(--aui-sky-50);

  /* - Highlighted - */

  --aui-highlighted-dark: var(--aui-pink-950);
  --aui-highlighted-base: var(--aui-pink-500);
  --aui-highlighted-light: var(--aui-pink-200);
  --aui-highlighted-lighter: var(--aui-pink-50);

  /* - Stable - */

  --aui-stable-dark: var(--aui-teal-950);
  --aui-stable-base: var(--aui-teal-500);
  --aui-stable-light: var(--aui-teal-200);
  --aui-stable-lighter: var(--aui-teal-50);
}

@media (prefers-color-scheme: dark) {
  :root {
    /* -- Neutral -- */

    /* - Background - */

    --aui-bg-strong-950: var(--aui-neutral-0);
    --aui-bg-surface-800: var(--aui-neutral-200);
    --aui-bg-sub-300: var(--aui-neutral-600);
    --aui-bg-soft-200: var(--aui-neutral-700);
    --aui-bg-weak-50: var(--aui-neutral-900);
    --aui-bg-white-0: var(--aui-neutral-950);

    /* - Text - */

    --aui-text-strong-950: var(--aui-neutral-0);
    --aui-text-sub-600: var(--aui-neutral-400);
    --aui-text-soft-400: var(--aui-neutral-500);
    --aui-text-disabled-300: var(--aui-neutral-600);
    --aui-text-white-0: var(--aui-neutral-950);

    /* - Stroke - */

    --aui-stroke-strong-950: var(--aui-neutral-0);
    --aui-stroke-sub-300: var(--aui-neutral-600);
    --aui-stroke-soft-200: var(--aui-neutral-700);
    --aui-stroke-white-0: var(--aui-neutral-950);

    /* - Icon - */

    --aui-icon-strong-950: var(--aui-neutral-0);
    --aui-icon-sub-600: var(--aui-neutral-400);
    --aui-icon-soft-400: var(--aui-neutral-500);
    --aui-icon-disabled-300: var(--aui-neutral-600);
    --aui-icon-white-0: var(--aui-neutral-950);

    /* -- State -- */

    /* - Faded - */

    --aui-faded-dark: var(--aui-neutral-300);
    --aui-faded-light: var(--aui-neutral-alpha-24);
    --aui-faded-lighter: var(--aui-neutral-alpha-16);

    /* - Information - */

    --aui-information-dark: var(--aui-blue-400);
    --aui-information-light: var(--aui-blue-alpha-24);
    --aui-information-lighter: var(--aui-blue-alpha-16);

    /* - Warning - */

    --aui-warning-dark: var(--aui-orange-400);
    --aui-warning-base: var(--aui-orange-600);
    --aui-warning-light: var(--aui-orange-alpha-24);
    --aui-warning-lighter: var(--aui-orange-alpha-16);

    /* - Error - */

    --aui-error-dark: var(--aui-red-400);
    --aui-error-base: var(--aui-red-600);
    --aui-error-light: var(--aui-red-alpha-24);
    --aui-error-lighter: var(--aui-red-alpha-16);

    /* - Success - */

    --aui-success-dark: var(--aui-green-400);
    --aui-success-base: var(--aui-green-600);
    --aui-success-light: var(--aui-green-alpha-24);
    --aui-success-lighter: var(--aui-green-alpha-16);

    /* - Away - */

    --aui-away-dark: var(--aui-yellow-400);
    --aui-away-base: var(--aui-yellow-600);
    --aui-away-light: var(--aui-yellow-alpha-24);
    --aui-away-lighter: var(--aui-yellow-alpha-16);

    /* - Feature - */

    --aui-feature-dark: var(--aui-purple-400);
    --aui-feature-base: var(--aui-purple-600);
    --aui-feature-light: var(--aui-purple-alpha-24);
    --aui-feature-lighter: var(--aui-purple-alpha-16);

    /* - Verified - */

    --aui-verified-dark: var(--aui-sky-400);
    --aui-verified-base: var(--aui-sky-600);
    --aui-verified-light: var(--aui-sky-alpha-24);
    --aui-verified-lighter: var(--aui-sky-alpha-16);

    /* - Highlighted - */

    --aui-highlighted-dark: var(--aui-pink-400);
    --aui-highlighted-base: var(--aui-pink-600);
    --aui-highlighted-light: var(--aui-pink-alpha-24);
    --aui-highlighted-lighter: var(--aui-pink-alpha-16);

    /* - Stable - */

    --aui-stable-dark: var(--aui-teal-400);
    --aui-stable-base: var(--aui-teal-600);
    --aui-stable-light: var(--aui-teal-alpha-24);
    --aui-stable-lighter: var(--aui-teal-alpha-16);
  }
}

/* fade */

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

/* fast-fade */

.fast-fade-enter-active,
.fast-fade-leave-active {
  transition: opacity 0.15s;
}

.fast-fade-enter-from,
.fast-fade-leave-to {
  opacity: 0;
}

html {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.006em;

  background: var(--aui-bg-white-0);
  color: var(--aui-text-strong-950);

  font-family: var(--aui-font);
  font-feature-settings: var(--aui-font-feature-settings);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dark {
  color-scheme: dark;
}


.resize-observer[data-v-b329ee4c]{
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  border:none;
  background-color:transparent;
  pointer-events:none;
  display:block;
  overflow:hidden;
  opacity:0
}

.resize-observer[data-v-b329ee4c] object{
  display:block;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  overflow:hidden;
  pointer-events:none;
  z-index:-1
}

.v-popper__popper{
  z-index:10000;
  top:0;
  left:0;
  outline:none
}

.v-popper__popper.v-popper__popper--hidden{
  visibility:hidden;
  opacity:0;
  transition:opacity .15s,visibility .15s;
  pointer-events:none
}

.v-popper__popper.v-popper__popper--shown{
  visibility:visible;
  opacity:1;
  transition:opacity .15s
}

.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{
  transition:none!important
}

.v-popper__backdrop{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none
}

.v-popper__inner{
  position:relative;
  box-sizing:border-box;
  overflow-y:auto
}

.v-popper__inner>div{
  position:relative;
  z-index:1;
  max-width:inherit;
  max-height:inherit
}

.v-popper__arrow-container{
  position:absolute;
  width:10px;
  height:10px
}

.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{
  display:none
}

.v-popper__arrow-inner,.v-popper__arrow-outer{
  border-style:solid;
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:0
}

.v-popper__arrow-inner{
  visibility:hidden;
  border-width:7px
}

.v-popper__arrow-outer{
  border-width:6px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{
  left:-2px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{
  left:-1px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{
  border-bottom-width:0;
  border-left-color:transparent!important;
  border-right-color:transparent!important;
  border-bottom-color:transparent!important
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{
  top:-2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{
  top:0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{
  border-top-width:0;
  border-left-color:transparent!important;
  border-right-color:transparent!important;
  border-top-color:transparent!important
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{
  top:-4px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{
  top:-6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{
  top:-2px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{
  top:-1px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{
  border-left-width:0;
  border-left-color:transparent!important;
  border-top-color:transparent!important;
  border-bottom-color:transparent!important
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{
  left:-4px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{
  left:-6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{
  right:-10px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{
  border-right-width:0;
  border-top-color:transparent!important;
  border-right-color:transparent!important;
  border-bottom-color:transparent!important
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{
  left:-2px
}

.v-popper--theme-dropdown .v-popper__inner{
  background:#fff;
  color:#000;
  border-radius:6px;
  border:1px solid #ddd;
  box-shadow:0 6px 30px #0000001a
}

.v-popper--theme-dropdown .v-popper__arrow-inner{
  visibility:visible;
  border-color:#fff
}

.v-popper--theme-dropdown .v-popper__arrow-outer{
  border-color:#ddd
}

.v-popper--theme-tooltip .v-popper__inner{
  background:rgba(0,0,0,.8);
  color:#fff;
  border-radius:6px;
  padding:7px 12px 6px
}

.v-popper--theme-tooltip .v-popper__arrow-outer{
  border-color:#000c
}

.htw-range-input::-webkit-slider-thumb{
  height:.75rem;
  width:.75rem;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border-radius:9999px;
  border-width:1px;
  border-style:solid;
  border-color:#00000040;
  --aui-tw-bg-opacity: 1;
  background-color:rgb(255 255 255 / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .htw-range-input)::-webkit-slider-thumb{
  border-color:#ffffff40;
  --aui-tw-bg-opacity: 1;
  background-color:rgb(63 63 70 / var(--aui-tw-bg-opacity))
}

.htw-range-input:hover::-webkit-slider-thumb{
  --aui-tw-border-opacity: 1 !important;
  border-color:rgb(16 185 129 / var(--aui-tw-border-opacity))!important;
  --aui-tw-bg-opacity: 1 !important;
  background-color:rgb(16 185 129 / var(--aui-tw-bg-opacity))!important
}

.htw-range-input::-moz-range-thumb{
  height:.75rem;
  width:.75rem;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  border-radius:9999px;
  border-width:1px;
  border-style:solid;
  border-color:#00000040;
  --aui-tw-bg-opacity: 1;
  background-color:rgb(255 255 255 / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .htw-range-input)::-moz-range-thumb{
  border-color:#ffffff40;
  --aui-tw-bg-opacity: 1;
  background-color:rgb(63 63 70 / var(--aui-tw-bg-opacity))
}

.htw-range-input:hover::-moz-range-thumb{
  --aui-tw-border-opacity: 1 !important;
  border-color:rgb(16 185 129 / var(--aui-tw-border-opacity))!important;
  --aui-tw-bg-opacity: 1 !important;
  background-color:rgb(16 185 129 / var(--aui-tw-bg-opacity))!important
}

.v-popper{
  line-height:0
}

.htw-dark .v-popper--theme-dropdown .v-popper__inner{
  --aui-tw-border-opacity: 1;
  border-color:rgb(31 31 33 / var(--aui-tw-border-opacity));
  --aui-tw-bg-opacity: 1;
  background-color:rgb(63 63 70 / var(--aui-tw-bg-opacity));
  --aui-tw-text-opacity: 1;
  color:rgb(244 244 245 / var(--aui-tw-text-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{
  --aui-tw-border-opacity: 1;
  border-color:rgb(63 63 70 / var(--aui-tw-border-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{
  --aui-tw-border-opacity: 1;
  border-color:rgb(31 31 33 / var(--aui-tw-border-opacity))
}

.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper{
  transform:scale(.75)
}

.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper{
  transform:none;
  transition:transform .15s cubic-bezier(0,1,.5,1)
}

.v-popper__popper:focus-visible{
  outline:none
}

.htw-bind-col-size{
  grid-template-columns:repeat(auto-fill,minmax(var(--aui-histoire-col-size),1fr))
}

.__histoire-json-code[data-v-935458a7] .cm-editor{
  height:100%;
  min-width:280px
}

/* @TODO custom themes */

.v-popper {
  line-height: 0;
}

.htw-dark .v-popper--theme-dropdown .v-popper__inner{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-850) / var(--aui-tw-border-opacity));
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-700) / var(--aui-tw-bg-opacity));
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-gray-100) / var(--aui-tw-text-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-700) / var(--aui-tw-border-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-850) / var(--aui-tw-border-opacity))
}

.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper {
  transform: scale(.75);
}

.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper {
  transform: none;
  transition: transform .15s cubic-bezier(0, 1, .5, 1);
}

.v-popper__popper:focus-visible {
  outline: none;
}

.__histoire-scale-x-enter-active,
  .__histoire-scale-x-leave-active {
  transition: transform .15s, opacity .15s;
}

.__histoire-scale-x-enter-from,
  .__histoire-scale-x-leave-to {
  transform: scaleX(0);
  opacity: 0;
}

.__histoire-scale-y-enter-active,
  .__histoire-scale-y-leave-active {
  transition: transform .15s, opacity .15s;
}

.__histoire-scale-y-enter-from,
  .__histoire-scale-y-leave-to {
  transform: scaleY(0);
  opacity: 0;
}

.__histoire-fade-enter-active,
  .__histoire-fade-leave-active {
  transition: opacity .15s;
}

.__histoire-fade-enter-from,
  .__histoire-fade-leave-to {
  opacity: 0;
}

.__histoire-fade-bottom-enter-active,
  .__histoire-fade-bottom-leave-active {
  transition: transform .15s, opacity .15s;
  transform: translateY(0px);
}

.__histoire-fade-bottom-enter-from,
  .__histoire-fade-bottom-leave-to {
  transform: translateY(32px);
  opacity: 0;
}

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

a,
input,
button {
  color: inherit;
}

a {
  text-decoration: inherit;
}

input, button {
  font-family: inherit;
}

a,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body,
  pre {
  margin: 0;
}

html,
  body,
  #app {
  height: 100%;
}

html {
  font-family: 'Noto Sans Display', system-ui, sans-serif;
  font-size: 1rem;
}

body {
  font-size: 1.125rem;
}

@media (min-width: 640px) {
  body {
    font-size: .875rem;
  }
}

.__histoire-render-story:not(.__histoire-render-custom-controls) {
  overflow: auto;
  min-height: 100%;
}

.__histoire-code .shiki {
  background: transparent !important;
}

.htw-prose h1:not(:hover) .header-anchor[aria-hidden="true"], .htw-prose h2:not(:hover) .header-anchor[aria-hidden="true"], .htw-prose h3:not(:hover) .header-anchor[aria-hidden="true"], .htw-prose h4:not(:hover) .header-anchor[aria-hidden="true"] {
  visibility: hidden;
}

.htw-prose hr {
  margin: 1rem 0;
}

.__histoire-pane-shadow-from-right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right;
}

.htw-dark .__histoire-pane-shadow-from-right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

*, ::before, ::after{
  --aui-tw-border-spacing-x:0;
  --aui-tw-border-spacing-y:0;
  --aui-tw-translate-x:0;
  --aui-tw-translate-y:0;
  --aui-tw-rotate:0;
  --aui-tw-skew-x:0;
  --aui-tw-skew-y:0;
  --aui-tw-scale-x:1;
  --aui-tw-scale-y:1;
  --aui-tw-pan-x: ;
  --aui-tw-pan-y: ;
  --aui-tw-pinch-zoom: ;
  --aui-tw-scroll-snap-strictness:proximity;
  --aui-tw-gradient-from-position: ;
  --aui-tw-gradient-via-position: ;
  --aui-tw-gradient-to-position: ;
  --aui-tw-ordinal: ;
  --aui-tw-slashed-zero: ;
  --aui-tw-numeric-figure: ;
  --aui-tw-numeric-spacing: ;
  --aui-tw-numeric-fraction: ;
  --aui-tw-ring-inset: ;
  --aui-tw-ring-offset-width:0px;
  --aui-tw-ring-offset-color:#fff;
  --aui-tw-ring-color:rgb(59 130 246 / 0.5);
  --aui-tw-ring-offset-shadow:0 0 #0000;
  --aui-tw-ring-shadow:0 0 #0000;
  --aui-tw-shadow:0 0 #0000;
  --aui-tw-shadow-colored:0 0 #0000;
  --aui-tw-blur: ;
  --aui-tw-brightness: ;
  --aui-tw-contrast: ;
  --aui-tw-grayscale: ;
  --aui-tw-hue-rotate: ;
  --aui-tw-invert: ;
  --aui-tw-saturate: ;
  --aui-tw-sepia: ;
  --aui-tw-drop-shadow: ;
  --aui-tw-backdrop-blur: ;
  --aui-tw-backdrop-brightness: ;
  --aui-tw-backdrop-contrast: ;
  --aui-tw-backdrop-grayscale: ;
  --aui-tw-backdrop-hue-rotate: ;
  --aui-tw-backdrop-invert: ;
  --aui-tw-backdrop-opacity: ;
  --aui-tw-backdrop-saturate: ;
  --aui-tw-backdrop-sepia: 
}

::backdrop{
  --aui-tw-border-spacing-x:0;
  --aui-tw-border-spacing-y:0;
  --aui-tw-translate-x:0;
  --aui-tw-translate-y:0;
  --aui-tw-rotate:0;
  --aui-tw-skew-x:0;
  --aui-tw-skew-y:0;
  --aui-tw-scale-x:1;
  --aui-tw-scale-y:1;
  --aui-tw-pan-x: ;
  --aui-tw-pan-y: ;
  --aui-tw-pinch-zoom: ;
  --aui-tw-scroll-snap-strictness:proximity;
  --aui-tw-gradient-from-position: ;
  --aui-tw-gradient-via-position: ;
  --aui-tw-gradient-to-position: ;
  --aui-tw-ordinal: ;
  --aui-tw-slashed-zero: ;
  --aui-tw-numeric-figure: ;
  --aui-tw-numeric-spacing: ;
  --aui-tw-numeric-fraction: ;
  --aui-tw-ring-inset: ;
  --aui-tw-ring-offset-width:0px;
  --aui-tw-ring-offset-color:#fff;
  --aui-tw-ring-color:rgb(59 130 246 / 0.5);
  --aui-tw-ring-offset-shadow:0 0 #0000;
  --aui-tw-ring-shadow:0 0 #0000;
  --aui-tw-shadow:0 0 #0000;
  --aui-tw-shadow-colored:0 0 #0000;
  --aui-tw-blur: ;
  --aui-tw-brightness: ;
  --aui-tw-contrast: ;
  --aui-tw-grayscale: ;
  --aui-tw-hue-rotate: ;
  --aui-tw-invert: ;
  --aui-tw-saturate: ;
  --aui-tw-sepia: ;
  --aui-tw-drop-shadow: ;
  --aui-tw-backdrop-blur: ;
  --aui-tw-backdrop-brightness: ;
  --aui-tw-backdrop-contrast: ;
  --aui-tw-backdrop-grayscale: ;
  --aui-tw-backdrop-hue-rotate: ;
  --aui-tw-backdrop-invert: ;
  --aui-tw-backdrop-opacity: ;
  --aui-tw-backdrop-saturate: ;
  --aui-tw-backdrop-sepia: 
}

.htw-prose{
  color:var(--aui-tw-prose-body);
  max-width:65ch;
}

.htw-prose :where(p):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em
}

.htw-prose :where([class~="lead"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-lead);
  font-size:1.25em;
  line-height:1.6;
  margin-top:1.2em;
  margin-bottom:1.2em
}

.htw-prose :where(a):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:rgb(var(--aui-_histoire-color-primary-500));
  text-decoration:none;
  font-weight:500;
}

.htw-prose :where(a):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)):hover{
  text-decoration:underline
}

.htw-prose :where(strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-bold);
  font-weight:600
}

.htw-prose :where(a strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(blockquote strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(thead th strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(ol):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:decimal;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-left:1.625em
}

.htw-prose :where(ol[type="A"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:upper-alpha
}

.htw-prose :where(ol[type="a"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:lower-alpha
}

.htw-prose :where(ol[type="A" s]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:upper-alpha
}

.htw-prose :where(ol[type="a" s]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:lower-alpha
}

.htw-prose :where(ol[type="I"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:upper-roman
}

.htw-prose :where(ol[type="i"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:lower-roman
}

.htw-prose :where(ol[type="I" s]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:upper-roman
}

.htw-prose :where(ol[type="i" s]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:lower-roman
}

.htw-prose :where(ol[type="1"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:decimal
}

.htw-prose :where(ul):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:disc;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-left:1.625em
}

.htw-prose :where(ol > li):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::marker{
  font-weight:400;
  color:var(--aui-tw-prose-counters)
}

.htw-prose :where(ul > li):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::marker{
  color:var(--aui-tw-prose-bullets)
}

.htw-prose :where(dt):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-headings);
  font-weight:600;
  margin-top:1.25em
}

.htw-prose :where(hr):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  border-color:var(--aui-tw-prose-hr);
  border-top-width:1px;
  margin-top:3em;
  margin-bottom:3em
}

.htw-prose :where(blockquote):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:500;
  font-style:italic;
  color:var(--aui-tw-prose-quotes);
  border-left-width:0.25rem;
  border-left-color:var(--aui-tw-prose-quote-borders);
  quotes:"\201C""\201D""\2018""\2019";
  margin-top:1.6em;
  margin-bottom:1.6em;
  padding-left:1em;
  margin-left:0;
  margin-right:0;
  background-color:rgb(var(--aui-_histoire-color-gray-100));
  padding:.25rem .375rem;
}

.htw-prose :where(blockquote):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)) p:first-child{
  margin-top:0
}

.htw-prose :where(blockquote):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)) p:last-child{
  margin-bottom:0
}

.htw-dark .htw-prose :where(blockquote):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  background-color:rgb(var(--aui-_histoire-color-gray-750))
}

.htw-prose :where(blockquote p:first-of-type):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::before{
  content:open-quote
}

.htw-prose :where(blockquote p:last-of-type):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::after{
  content:close-quote
}

.htw-prose :where(h1):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-headings);
  font-weight:800;
  font-size:2.25em;
  margin-top:0;
  margin-bottom:0.8888889em;
  line-height:1.1111111
}

.htw-prose :where(h1 strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:900;
  color:inherit
}

.htw-prose :where(h2):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-headings);
  font-weight:700;
  font-size:1.5em;
  margin-top:2em;
  margin-bottom:1em;
  line-height:1.3333333
}

.htw-prose :where(h2 strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:800;
  color:inherit
}

.htw-prose :where(h3):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-headings);
  font-weight:600;
  font-size:1.25em;
  margin-top:1.6em;
  margin-bottom:0.6em;
  line-height:1.6
}

.htw-prose :where(h3 strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:700;
  color:inherit
}

.htw-prose :where(h4):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-headings);
  font-weight:600;
  margin-top:1.5em;
  margin-bottom:0.5em;
  line-height:1.5
}

.htw-prose :where(h4 strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:700;
  color:inherit
}

.htw-prose :where(img):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(picture):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  display:block;
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(kbd):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:500;
  font-family:inherit;
  color:var(--aui-tw-prose-kbd);
  box-shadow:0 0 0 1px rgb(var(--aui-tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--aui-tw-prose-kbd-shadows) / 10%);
  font-size:0.875em;
  border-radius:0.3125rem;
  padding-top:0.1875em;
  padding-right:0.375em;
  padding-bottom:0.1875em;
  padding-left:0.375em
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-code);
  font-weight:normal;
  font-size:0.8rem;
  background-color:rgb(var(--aui-_histoire-color-gray-500) / 20%);
  padding:0.05rem 0.5rem;
  border-radius:0.25rem;
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::before, .htw-prose :where(code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::after{
  display:none
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::before{
  content:"`"
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::after{
  content:"`"
}

.htw-prose :where(a code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(h1 code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(h2 code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit;
  font-size:0.875em
}

.htw-prose :where(h3 code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit;
  font-size:0.9em
}

.htw-prose :where(h4 code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(blockquote code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(thead th code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(pre):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-pre-code);
  background-color:var(--aui-tw-prose-pre-bg);
  overflow-x:auto;
  font-weight:400;
  font-size:0.875em;
  line-height:1.7142857;
  margin-top:1.7142857em;
  margin-bottom:1.7142857em;
  border-radius:0.375rem;
  padding-top:0.8571429em;
  padding-right:1.1428571em;
  padding-bottom:0.8571429em;
  padding-left:1.1428571em
}

.htw-prose :where(pre code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  background-color:transparent;
  border-width:0;
  border-radius:0;
  padding:0;
  font-weight:inherit;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  line-height:inherit
}

.htw-prose :where(pre code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::before{
  content:none
}

.htw-prose :where(pre code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::after{
  content:none
}

.htw-prose :where(table):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  width:100%;
  table-layout:auto;
  text-align:left;
  margin-top:2em;
  margin-bottom:2em;
  font-size:0.875em;
  line-height:1.7142857
}

.htw-prose :where(thead):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--aui-tw-prose-th-borders)
}

.htw-prose :where(thead th):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-headings);
  font-weight:600;
  vertical-align:bottom;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.htw-prose :where(tbody tr):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--aui-tw-prose-td-borders)
}

.htw-prose :where(tbody tr:last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  border-bottom-width:0
}

.htw-prose :where(tbody td):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  vertical-align:baseline
}

.htw-prose :where(tfoot):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  border-top-width:1px;
  border-top-color:var(--aui-tw-prose-th-borders)
}

.htw-prose :where(tfoot td):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  vertical-align:top
}

.htw-prose :where(figure > *):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.htw-prose :where(figcaption):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--aui-tw-prose-captions);
  font-size:0.875em;
  line-height:1.4285714;
  margin-top:0.8571429em
}

.htw-prose{
  --aui-tw-prose-body:#374151;
  --aui-tw-prose-headings:#111827;
  --aui-tw-prose-lead:#4b5563;
  --aui-tw-prose-links:#111827;
  --aui-tw-prose-bold:#111827;
  --aui-tw-prose-counters:#6b7280;
  --aui-tw-prose-bullets:#d1d5db;
  --aui-tw-prose-hr:#e5e7eb;
  --aui-tw-prose-quotes:#111827;
  --aui-tw-prose-quote-borders:#e5e7eb;
  --aui-tw-prose-captions:#6b7280;
  --aui-tw-prose-kbd:#111827;
  --aui-tw-prose-kbd-shadows:17 24 39;
  --aui-tw-prose-code:#111827;
  --aui-tw-prose-pre-code:#e5e7eb;
  --aui-tw-prose-pre-bg:#1f2937;
  --aui-tw-prose-th-borders:#d1d5db;
  --aui-tw-prose-td-borders:#e5e7eb;
  --aui-tw-prose-invert-body:#d1d5db;
  --aui-tw-prose-invert-headings:#fff;
  --aui-tw-prose-invert-lead:#9ca3af;
  --aui-tw-prose-invert-links:#fff;
  --aui-tw-prose-invert-bold:#fff;
  --aui-tw-prose-invert-counters:#9ca3af;
  --aui-tw-prose-invert-bullets:rgb(var(--aui-_histoire-color-gray-500));
  --aui-tw-prose-invert-hr:rgb(var(--aui-_histoire-color-gray-800));
  --aui-tw-prose-invert-quotes:#f3f4f6;
  --aui-tw-prose-invert-quote-borders:rgb(var(--aui-_histoire-color-gray-800));
  --aui-tw-prose-invert-captions:#9ca3af;
  --aui-tw-prose-invert-kbd:#fff;
  --aui-tw-prose-invert-kbd-shadows:255 255 255;
  --aui-tw-prose-invert-code:#fff;
  --aui-tw-prose-invert-pre-code:#d1d5db;
  --aui-tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);
  --aui-tw-prose-invert-th-borders:#4b5563;
  --aui-tw-prose-invert-td-borders:#374151;
  font-size:1rem;
  line-height:1.75
}

.htw-prose :where(picture > img):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.htw-prose :where(video):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(li):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0.1rem;
  margin-bottom:0.1rem
}

.htw-prose :where(ol > li):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-left:0.375em
}

.htw-prose :where(ul > li):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-left:0.375em
}

.htw-prose :where(.htw-prose > ul > li p):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.htw-prose :where(.htw-prose > ul > li > *:first-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:1.25em
}

.htw-prose :where(.htw-prose > ul > li > *:last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-bottom:1.25em
}

.htw-prose :where(.htw-prose > ol > li > *:first-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:1.25em
}

.htw-prose :where(.htw-prose > ol > li > *:last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-bottom:1.25em
}

.htw-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.htw-prose :where(dl):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em
}

.htw-prose :where(dd):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0.5em;
  padding-left:1.625em
}

.htw-prose :where(hr + *):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(h2 + *):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(h3 + *):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(h4 + *):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(thead th:first-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-left:0
}

.htw-prose :where(thead th:last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-right:0
}

.htw-prose :where(tbody td, tfoot td):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-top:0.5714286em;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.htw-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-left:0
}

.htw-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-right:0
}

.htw-prose :where(figure):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(.htw-prose > :first-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(.htw-prose > :last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-bottom:0
}

.htw-prose :where(h1, h2, h3, h4, th):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-bottom:0.75rem;
}

.htw-prose :where(h1, h2, h3, h4, th):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)):not(:first-child){
  margin-top:1.25rem
}

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

.htw-invisible{
  visibility:hidden
}

.htw-fixed{
  position:fixed
}

.htw-absolute{
  position:absolute
}

.htw-relative{
  position:relative
}

.htw-inset-0{
  inset:0px
}

.htw-bottom-0{
  bottom:0px
}

.htw-bottom-4{
  bottom:1rem
}

.htw-bottom-5{
  bottom:1.25rem
}

.htw-bottom-8{
  bottom:2rem
}

.htw-left-0{
  left:0px
}

.htw-left-5{
  left:1.25rem
}

.htw-left-8{
  left:2rem
}

.htw-right-0{
  right:0px
}

.htw-right-4{
  right:1rem
}

.htw-right-5{
  right:1.25rem
}

.htw-right-8{
  right:2rem
}

.htw-top-0{
  top:0px
}

.htw-top-5{
  top:1.25rem
}

.htw-top-8{
  top:2rem
}

.htw-isolate{
  isolation:isolate
}

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

.htw-z-20{
  z-index:20
}

.htw-m-0{
  margin:0px
}

.htw-m-1{
  margin:0.25rem
}

.htw-m-4{
  margin:1rem
}

.htw-m-auto{
  margin:auto
}

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

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

.htw-mx-2{
  margin-left:0.5rem;
  margin-right:0.5rem
}

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

.htw-mx-6{
  margin-left:1.5rem;
  margin-right:1.5rem
}

.htw-my-0{
  margin-top:0px;
  margin-bottom:0px
}

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

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

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

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

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

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

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

.htw-ml-4{
  margin-left:1rem
}

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

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

.htw-mr-auto{
  margin-right:auto
}

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

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

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

.htw-mt-2{
  margin-top:0.5rem
}

.htw-box-border{
  box-sizing:border-box
}

.htw-block{
  display:block
}

.htw-flex{
  display:flex
}

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

.htw-grid{
  display:grid
}

.\!htw-hidden{
  display:none !important
}

.htw-hidden{
  display:none
}

.htw-h-1{
  height:0.25rem
}

.htw-h-10{
  height:2.5rem
}

.htw-h-12{
  height:3rem
}

.htw-h-16{
  height:4rem
}

.htw-h-2{
  height:0.5rem
}

.htw-h-20{
  height:5rem
}

.htw-h-3{
  height:0.75rem
}

.htw-h-32{
  height:8rem
}

.htw-h-4{
  height:1rem
}

.htw-h-48{
  height:12rem
}

.htw-h-5{
  height:1.25rem
}

.htw-h-6{
  height:1.5rem
}

.htw-h-64{
  height:16rem
}

.htw-h-8{
  height:2rem
}

.htw-h-9{
  height:2.25rem
}

.htw-h-\[100px\]{
  height:100px
}

.htw-h-\[16px\]{
  height:16px
}

.htw-h-\[1px\]{
  height:1px
}

.htw-h-\[22px\]{
  height:22px
}

.htw-h-\[27px\]{
  height:27px
}

.htw-h-\[2px\]{
  height:2px
}

.htw-h-\[51px\]{
  height:51px
}

.htw-h-fit{
  height:-moz-fit-content;
  height:fit-content
}

.htw-h-full{
  height:100%
}

.htw-h-px{
  height:1px
}

.htw-h-screen{
  height:100vh
}

.htw-max-h-\[400px\]{
  max-height:400px
}

.htw-max-h-\[80vh\]{
  max-height:80vh
}

.htw-max-h-full{
  max-height:100%
}

.htw-min-h-32{
  min-height:8rem
}

.htw-min-h-\[26px\]{
  min-height:26px
}

.htw-w-0{
  width:0px
}

.htw-w-16{
  width:4rem
}

.htw-w-2{
  width:0.5rem
}

.htw-w-20{
  width:5rem
}

.htw-w-28{
  width:7rem
}

.htw-w-3{
  width:0.75rem
}

.htw-w-32{
  width:8rem
}

.htw-w-4{
  width:1rem
}

.htw-w-5{
  width:1.25rem
}

.htw-w-6{
  width:1.5rem
}

.htw-w-64{
  width:16rem
}

.htw-w-8{
  width:2rem
}

.htw-w-\[16px\]{
  width:16px
}

.htw-w-\[2px\]{
  width:2px
}

.htw-w-fit{
  width:-moz-fit-content;
  width:fit-content
}

.htw-w-full{
  width:100%
}

.htw-w-max{
  width:-moz-max-content;
  width:max-content
}

.htw-w-px{
  width:1px
}

.htw-w-screen{
  width:100vw
}

.htw-min-w-0{
  min-width:0px
}

.htw-min-w-16{
  min-width:4rem
}

.htw-min-w-4{
  min-width:1rem
}

.htw-min-w-\[150px\]{
  min-width:150px
}

.htw-min-w-\[80px\]{
  min-width:80px
}

.htw-max-w-6{
  max-width:1.5rem
}

.htw-max-w-\[400px\]{
  max-width:400px
}

.htw-max-w-\[512px\]{
  max-width:512px
}

.htw-max-w-\[63px\]{
  max-width:63px
}

.htw-max-w-\[82px\]{
  max-width:82px
}

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

.htw-max-w-none{
  max-width:none
}

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

.htw-flex-none{
  flex:none
}

.htw-flex-shrink{
  flex-shrink:1
}

.htw-shrink{
  flex-shrink:1
}

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

.htw-grow{
  flex-grow:1
}

.htw-rotate-90{
  --aui-tw-rotate:90deg;
  transform:translate(var(--aui-tw-translate-x), var(--aui-tw-translate-y)) rotate(var(--aui-tw-rotate)) skewX(var(--aui-tw-skew-x)) skewY(var(--aui-tw-skew-y)) scaleX(var(--aui-tw-scale-x)) scaleY(var(--aui-tw-scale-y))
}

.htw-scale-0{
  --aui-tw-scale-x:0;
  --aui-tw-scale-y:0;
  transform:translate(var(--aui-tw-translate-x), var(--aui-tw-translate-y)) rotate(var(--aui-tw-rotate)) skewX(var(--aui-tw-skew-x)) skewY(var(--aui-tw-skew-y)) scaleX(var(--aui-tw-scale-x)) scaleY(var(--aui-tw-scale-y))
}

.htw-cursor-default{
  cursor:default
}

.htw-cursor-ew-resize{
  cursor:ew-resize
}

.htw-cursor-ns-resize{
  cursor:ns-resize
}

.htw-cursor-nwse-resize{
  cursor:nwse-resize
}

.htw-cursor-pointer{
  cursor:pointer
}

.htw-cursor-text{
  cursor:text
}

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

.htw-resize-none{
  resize:none
}

.htw-resize-y{
  resize:vertical
}

.htw-appearance-none{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none
}

.htw-grid-cols-\[repeat\(auto-fill\,minmax\(200px\,1fr\)\)\]{
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr))
}

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

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

.htw-flex-wrap{
  flex-wrap:wrap
}

.htw-flex-nowrap{
  flex-wrap:nowrap
}

.htw-place-content-between{
  place-content:space-between
}

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

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

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

.htw-items-baseline{
  align-items:baseline
}

.htw-items-stretch{
  align-items:stretch
}

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

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

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

.htw-gap-0{
  gap:0px
}

.htw-gap-0\.5{
  gap:0.125rem
}

.htw-gap-1{
  gap:0.25rem
}

.htw-gap-12{
  gap:3rem
}

.htw-gap-2{
  gap:0.5rem
}

.htw-gap-4{
  gap:1rem
}

.htw-gap-6{
  gap:1.5rem
}

.htw-gap-px{
  gap:1px
}

.htw-gap-x-2{
  -moz-column-gap:0.5rem;
       column-gap:0.5rem
}

.htw-gap-y-1{
  row-gap:0.25rem
}

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

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

.htw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --aui-tw-divide-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-100) / var(--aui-tw-divide-opacity))
}

.htw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --aui-tw-divide-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-200) / var(--aui-tw-divide-opacity))
}

.htw-overflow-auto{
  overflow:auto
}

.htw-overflow-hidden{
  overflow:hidden
}

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

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

.htw-scroll-smooth{
  scroll-behavior:smooth
}

.htw-truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.htw-text-ellipsis{
  text-overflow:ellipsis
}

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

.\!htw-rounded-\[3px\]{
  border-radius:3px !important
}

.htw-rounded{
  border-radius:0.375rem
}

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

.htw-rounded-lg{
  border-radius:0.75rem
}

.htw-rounded-sm{
  border-radius:0.25rem
}

.htw-rounded-b-lg{
  border-bottom-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem
}

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

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

.htw-rounded-r-lg{
  border-top-right-radius:0.75rem;
  border-bottom-right-radius:0.75rem
}

.htw-border{
  border-width:1px
}

.htw-border-0{
  border-width:0px
}

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

.htw-border-8{
  border-width:8px
}

.htw-border-b{
  border-bottom-width:1px
}

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

.htw-border-r{
  border-right-width:1px
}

.htw-border-t{
  border-top-width:1px
}

.htw-border-solid{
  border-style:solid
}

.htw-border-black\/20{
  border-color:rgb(0 0 0 / 0.2)
}

.htw-border-black\/25{
  border-color:rgb(0 0 0 / 0.25)
}

.htw-border-black\/50{
  border-color:rgb(0 0 0 / 0.5)
}

.htw-border-current{
  border-color:currentColor
}

.htw-border-gray-100{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-100) / var(--aui-tw-border-opacity))
}

.htw-border-gray-200{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-200) / var(--aui-tw-border-opacity))
}

.htw-border-gray-300\/30{
  border-color:rgb(var(--aui-_histoire-color-gray-300) / 0.3)
}

.htw-border-gray-500\/10{
  border-color:rgb(var(--aui-_histoire-color-gray-500) / 0.1)
}

.htw-border-gray-500\/30{
  border-color:rgb(var(--aui-_histoire-color-gray-500) / 0.3)
}

.htw-border-gray-500\/40{
  border-color:rgb(var(--aui-_histoire-color-gray-500) / 0.4)
}

.htw-border-gray-500\/5{
  border-color:rgb(var(--aui-_histoire-color-gray-500) / 0.05)
}

.htw-border-gray-500\/50{
  border-color:rgb(var(--aui-_histoire-color-gray-500) / 0.5)
}

.htw-border-gray-600{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-600) / var(--aui-tw-border-opacity))
}

.htw-border-gray-800{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-800) / var(--aui-tw-border-opacity))
}

.htw-border-gray-850{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-850) / var(--aui-tw-border-opacity))
}

.htw-border-primary-200{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-200) / var(--aui-tw-border-opacity))
}

.htw-border-primary-500{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-border-opacity))
}

.htw-border-primary-900{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-900) / var(--aui-tw-border-opacity))
}

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

.\!htw-bg-primary-500{
  --aui-tw-bg-opacity:1 !important;
  background-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-bg-opacity)) !important
}

.htw-bg-gray-100{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-100) / var(--aui-tw-bg-opacity))
}

.htw-bg-gray-200{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-200) / var(--aui-tw-bg-opacity))
}

.htw-bg-gray-400\/25{
  background-color:rgb(var(--aui-_histoire-color-gray-400) / 0.25)
}

.htw-bg-gray-50{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-50) / var(--aui-tw-bg-opacity))
}

.htw-bg-gray-500\/10{
  background-color:rgb(var(--aui-_histoire-color-gray-500) / 0.1)
}

.htw-bg-gray-500\/50{
  background-color:rgb(var(--aui-_histoire-color-gray-500) / 0.5)
}

.htw-bg-gray-700{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-700) / var(--aui-tw-bg-opacity))
}

.htw-bg-gray-800{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-800) / var(--aui-tw-bg-opacity))
}

.htw-bg-primary-200{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-200) / var(--aui-tw-bg-opacity))
}

.htw-bg-primary-50{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-50) / var(--aui-tw-bg-opacity))
}

.htw-bg-primary-500{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-bg-opacity))
}

.htw-bg-primary-500\/10{
  background-color:rgb(var(--aui-_histoire-color-primary-500) / 0.1)
}

.htw-bg-primary-500\/20{
  background-color:rgb(var(--aui-_histoire-color-primary-500) / 0.2)
}

.htw-bg-primary-500\/25{
  background-color:rgb(var(--aui-_histoire-color-primary-500) / 0.25)
}

.htw-bg-primary-700{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-700) / var(--aui-tw-bg-opacity))
}

.htw-bg-primary-800{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-800) / var(--aui-tw-bg-opacity))
}

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

.htw-bg-white{
  --aui-tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--aui-tw-bg-opacity))
}

.htw-bg-white\/80{
  background-color:rgb(255 255 255 / 0.8)
}

.htw-fill-primary-500{
  fill:rgb(var(--aui-_histoire-color-primary-500))
}

.htw-fill-transparent{
  fill:transparent
}

.htw-stroke-white{
  stroke:#fff
}

.htw-stroke-2{
  stroke-width:2
}

.htw-p-1{
  padding:0.25rem
}

.htw-p-2{
  padding:0.5rem
}

.htw-p-4{
  padding:1rem
}

.htw-p-8{
  padding:2rem
}

.htw-p-px{
  padding:1px
}

.htw-px-0{
  padding-left:0px;
  padding-right:0px
}

.htw-px-0\.5{
  padding-left:0.125rem;
  padding-right:0.125rem
}

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

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

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

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

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

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

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

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

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

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

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

.htw-pl-0{
  padding-left:0px
}

.htw-pl-0\.5{
  padding-left:0.125rem
}

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

.htw-pl-4{
  padding-left:1rem
}

.htw-pl-6{
  padding-left:1.5rem
}

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

.htw-pr-6{
  padding-right:1.5rem
}

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

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

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

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

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

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

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

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

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

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

.htw-uppercase{
  text-transform:uppercase
}

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

.htw-leading-normal{
  line-height:1.5
}

.htw-text-black\/\[1\%\]{
  color:rgb(0 0 0 / 1%)
}

.htw-text-gray-400{
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-gray-400) / var(--aui-tw-text-opacity))
}

.htw-text-gray-500{
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-gray-500) / var(--aui-tw-text-opacity))
}

.htw-text-gray-500\/20{
  color:rgb(var(--aui-_histoire-color-gray-500) / 0.2)
}

.htw-text-gray-700{
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-gray-700) / var(--aui-tw-text-opacity))
}

.htw-text-gray-900{
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-gray-900) / var(--aui-tw-text-opacity))
}

.htw-text-inherit{
  color:inherit
}

.htw-text-orange-500{
  --aui-tw-text-opacity:1;
  color:rgb(249 115 22 / var(--aui-tw-text-opacity))
}

.htw-text-primary-200{
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-primary-200) / var(--aui-tw-text-opacity))
}

.htw-text-primary-400{
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-primary-400) / var(--aui-tw-text-opacity))
}

.htw-text-primary-500{
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-text-opacity))
}

.htw-text-primary-600{
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-primary-600) / var(--aui-tw-text-opacity))
}

.htw-text-primary-800{
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-primary-800) / var(--aui-tw-text-opacity))
}

.htw-text-red-500{
  --aui-tw-text-opacity:1;
  color:rgb(239 68 68 / var(--aui-tw-text-opacity))
}

.htw-text-white{
  --aui-tw-text-opacity:1;
  color:rgb(255 255 255 / var(--aui-tw-text-opacity))
}

.htw-opacity-0{
  opacity:0
}

.htw-opacity-20{
  opacity:0.2
}

.htw-opacity-25{
  opacity:0.25
}

.htw-opacity-30{
  opacity:0.3
}

.htw-opacity-40{
  opacity:0.4
}

.htw-opacity-50{
  opacity:0.5
}

.htw-opacity-60{
  opacity:0.6
}

.htw-opacity-70{
  opacity:0.7
}

.htw-shadow-xl{
  --aui-tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --aui-tw-shadow-colored:0 20px 25px -5px var(--aui-tw-shadow-color), 0 8px 10px -6px var(--aui-tw-shadow-color);
  box-shadow:var(--aui-tw-ring-offset-shadow, 0 0 #0000), var(--aui-tw-ring-shadow, 0 0 #0000), var(--aui-tw-shadow)
}

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

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

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

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

.htw-transition-none{
  transition-property:none
}

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

.htw-delay-150{
  transition-delay:150ms
}

.htw-duration-150{
  transition-duration:150ms
}

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

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

.htw-ease-\[cubic-bezier\(0\,1\,\.6\,1\)\]{
  transition-timing-function:cubic-bezier(0,1,.6,1)
}

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

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

.htw-will-change-transform{
  will-change:transform
}

:is(.htw-dark .dark\:htw-prose-invert){
  --aui-tw-prose-body:var(--aui-tw-prose-invert-body);
  --aui-tw-prose-headings:var(--aui-tw-prose-invert-headings);
  --aui-tw-prose-lead:var(--aui-tw-prose-invert-lead);
  --aui-tw-prose-links:var(--aui-tw-prose-invert-links);
  --aui-tw-prose-bold:var(--aui-tw-prose-invert-bold);
  --aui-tw-prose-counters:var(--aui-tw-prose-invert-counters);
  --aui-tw-prose-bullets:var(--aui-tw-prose-invert-bullets);
  --aui-tw-prose-hr:var(--aui-tw-prose-invert-hr);
  --aui-tw-prose-quotes:var(--aui-tw-prose-invert-quotes);
  --aui-tw-prose-quote-borders:var(--aui-tw-prose-invert-quote-borders);
  --aui-tw-prose-captions:var(--aui-tw-prose-invert-captions);
  --aui-tw-prose-kbd:var(--aui-tw-prose-invert-kbd);
  --aui-tw-prose-kbd-shadows:var(--aui-tw-prose-invert-kbd-shadows);
  --aui-tw-prose-code:var(--aui-tw-prose-invert-code);
  --aui-tw-prose-pre-code:var(--aui-tw-prose-invert-pre-code);
  --aui-tw-prose-pre-bg:var(--aui-tw-prose-invert-pre-bg);
  --aui-tw-prose-th-borders:var(--aui-tw-prose-invert-th-borders);
  --aui-tw-prose-td-borders:var(--aui-tw-prose-invert-td-borders)
}

.first\:htw-mt-0:first-child{
  margin-top:0px
}

.last\:htw-mb-0:last-child{
  margin-bottom:0px
}

.focus-within\:htw-border-primary-500:focus-within{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-border-opacity))
}

.focus-within\:htw-bg-gray-500\/5:focus-within{
  background-color:rgb(var(--aui-_histoire-color-gray-500) / 0.05)
}

.hover\:htw-border-primary-500:hover{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-border-opacity))
}

.hover\:htw-bg-gray-200:hover{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-200) / var(--aui-tw-bg-opacity))
}

.hover\:htw-bg-gray-500\/10:hover{
  background-color:rgb(var(--aui-_histoire-color-gray-500) / 0.1)
}

.hover\:htw-bg-gray-500\/20:hover{
  background-color:rgb(var(--aui-_histoire-color-gray-500) / 0.2)
}

.hover\:htw-bg-gray-500\/30:hover{
  background-color:rgb(var(--aui-_histoire-color-gray-500) / 0.3)
}

.hover\:htw-bg-primary-100:hover{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-100) / var(--aui-tw-bg-opacity))
}

.hover\:htw-bg-primary-200:hover{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-200) / var(--aui-tw-bg-opacity))
}

.hover\:htw-bg-primary-300:hover{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-300) / var(--aui-tw-bg-opacity))
}

.hover\:htw-bg-primary-50:hover{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-50) / var(--aui-tw-bg-opacity))
}

.hover\:htw-bg-primary-500\/10:hover{
  background-color:rgb(var(--aui-_histoire-color-primary-500) / 0.1)
}

.hover\:htw-bg-primary-500\/30:hover{
  background-color:rgb(var(--aui-_histoire-color-primary-500) / 0.3)
}

.hover\:htw-bg-primary-500\/50:hover{
  background-color:rgb(var(--aui-_histoire-color-primary-500) / 0.5)
}

.hover\:htw-bg-primary-600:hover{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-600) / var(--aui-tw-bg-opacity))
}

.hover\:htw-text-primary-500:hover{
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-text-opacity))
}

.hover\:htw-opacity-100:hover{
  opacity:1
}

.focus\:htw-border-primary-500:focus{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-border-opacity))
}

.focus\:htw-border-primary-500\/50:focus{
  border-color:rgb(var(--aui-_histoire-color-primary-500) / 0.5)
}

.focus\:htw-opacity-100:focus{
  opacity:1
}

.focus-visible\:htw-border-primary-500:focus-visible{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-border-opacity))
}

.active\:htw-bg-gray-600\/50:active{
  background-color:rgb(var(--aui-_histoire-color-gray-600) / 0.5)
}

.htw-group:first-child .group-first\:htw-hidden{
  display:none
}

.htw-group:nth-child(odd) .group-odd\:htw-bg-gray-100\/50{
  background-color:rgb(var(--aui-_histoire-color-gray-100) / 0.5)
}

.htw-group:focus-within .group-focus-within\:htw-visible{
  visibility:visible
}

.htw-group:hover .group-hover\:htw-flex{
  display:flex
}

.htw-group:hover .group-hover\:htw-border-primary-500{
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-border-opacity))
}

.htw-group:hover .group-hover\:htw-bg-primary-100{
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-100) / var(--aui-tw-bg-opacity))
}

.htw-group:hover .group-hover\:htw-opacity-100{
  opacity:1
}

.htw-group:hover .group-hover\:htw-opacity-90{
  opacity:0.9
}

.htw-group:active .group-active\:htw-bg-gray-500\/20{
  background-color:rgb(var(--aui-_histoire-color-gray-500) / 0.2)
}

:is(.htw-dark .dark\:htw-divide-gray-750) > :not([hidden]) ~ :not([hidden]){
  --aui-tw-divide-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-750) / var(--aui-tw-divide-opacity))
}

:is(.htw-dark .dark\:htw-divide-gray-800) > :not([hidden]) ~ :not([hidden]){
  --aui-tw-divide-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-800) / var(--aui-tw-divide-opacity))
}

:is(.htw-dark .dark\:htw-divide-gray-850) > :not([hidden]) ~ :not([hidden]){
  --aui-tw-divide-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-850) / var(--aui-tw-divide-opacity))
}

:is(.htw-dark .dark\:htw-border-gray-700\/30){
  border-color:rgb(var(--aui-_histoire-color-gray-700) / 0.3)
}

:is(.htw-dark .dark\:htw-border-gray-750){
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-750) / var(--aui-tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-gray-800){
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-800) / var(--aui-tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-gray-850){
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-gray-850) / var(--aui-tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-primary-900){
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-900) / var(--aui-tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-white\/20){
  border-color:rgb(255 255 255 / 0.2)
}

:is(.htw-dark .dark\:htw-border-white\/25){
  border-color:rgb(255 255 255 / 0.25)
}

:is(.htw-dark .dark\:htw-border-white\/50){
  border-color:rgb(255 255 255 / 0.5)
}

:is(.htw-dark .dark\:htw-bg-black){
  --aui-tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-600){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-600) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-700){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-700) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-750){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-750) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-900){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-900) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-900\/80){
  background-color:rgb(var(--aui-_histoire-color-gray-900) / 0.8)
}

:is(.htw-dark .dark\:htw-bg-primary-400){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-400) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-primary-600){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-600) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-primary-700){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-700) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-primary-800){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-800) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-text-black){
  --aui-tw-text-opacity:1;
  color:rgb(0 0 0 / var(--aui-tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-gray-100){
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-gray-100) / var(--aui-tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-gray-300){
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-gray-300) / var(--aui-tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-primary-200){
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-primary-200) / var(--aui-tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-primary-400){
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-primary-400) / var(--aui-tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-white\/\[1\%\]){
  color:rgb(255 255 255 / 1%)
}

:is(.htw-dark .dark\:focus-within\:htw-border-primary-500:focus-within){
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-border-opacity))
}

:is(.htw-dark .dark\:hover\:htw-border-primary-500:hover){
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-border-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-gray-800:hover){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-gray-800) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-primary-700:hover){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-700) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-primary-800:hover){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-800) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-primary-900:hover){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-900) / var(--aui-tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-text-primary-400:hover){
  --aui-tw-text-opacity:1;
  color:rgb(var(--aui-_histoire-color-primary-400) / var(--aui-tw-text-opacity))
}

:is(.htw-dark .dark\:focus\:htw-border-primary-500:focus){
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-border-opacity))
}

:is(.htw-dark .htw-group:nth-child(odd) .dark\:group-odd\:htw-bg-gray-750\/40){
  background-color:rgb(var(--aui-_histoire-color-gray-750) / 0.4)
}

.htw-group:hover :is(.htw-dark .group-hover\:dark\:htw-border-primary-500){
  --aui-tw-border-opacity:1;
  border-color:rgb(var(--aui-_histoire-color-primary-500) / var(--aui-tw-border-opacity))
}

:is(.htw-dark .htw-group:hover .dark\:group-hover\:htw-bg-primary-700){
  --aui-tw-bg-opacity:1;
  background-color:rgb(var(--aui-_histoire-color-primary-700) / var(--aui-tw-bg-opacity))
}

@media (min-width: 640px){
  .sm\:htw-h-4{
    height:1rem
  }

  .sm\:htw-w-4{
    width:1rem
  }

  .sm\:htw-p-1{
    padding:0.25rem
  }

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

@media (min-width: 768px){
  .md\:htw-mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .md\:htw-mt-16{
    margin-top:4rem
  }

  .md\:htw-block{
    display:block
  }

  .md\:htw-max-w-\[600px\]{
    max-width:600px
  }

  .md\:htw-flex-col{
    flex-direction:column
  }

  .md\:htw-p-12{
    padding:3rem
  }

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

  .md\:htw-py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }
}

@media (min-width: 1024px){
  .lg\:htw-max-w-\[800px\]{
    max-width:800px
  }
}

@media (min-width: 1280px){
  .xl\:htw-max-w-\[900px\]{
    max-width:900px
  }
}

@media (max-width: 767px){
  .\!md\:htw-flex-col{
    flex-direction:column
  }
}

.histoire-story-list-folder-button:hover .\[\.histoire-story-list-folder-button\:hover_\&\]\:htw-opacity-100{
  opacity:1
}

.landscape > div > .dragger[data-v-4f40a1bb] {
  width: .625rem;
}
.portrait > div > .dragger[data-v-4f40a1bb] {
  height: .625rem;
}
.landscape > div > .dragger.dragger-offset-before[data-v-4f40a1bb] {
  right: 0;
}
.portrait > div > .dragger.dragger-offset-before[data-v-4f40a1bb] {
  bottom: 0;
}
.landscape > div > .dragger.dragger-offset-center[data-v-4f40a1bb] {
  right: -.3125rem;
}
.portrait > div > .dragger.dragger-offset-center[data-v-4f40a1bb] {
  bottom: -.3125rem;
}
.landscape > div > .dragger.dragger-offset-after[data-v-4f40a1bb] {
  right: -.625rem;
}
.portrait > div > .dragger.dragger-offset-after[data-v-4f40a1bb] {
  bottom: -.625rem;
}

.bind-icon-color[data-v-b8625753] {
  color: var(--aui-6509026e);
}

.htw-base-empty[data-v-c5ecfead]:not(.no-animation) {
  animation: htw-base-empty-c5ecfead .15s .2s both;
}
@keyframes htw-base-empty-c5ecfead {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

.bind-icon-color[data-v-a5a2e343] {
  color: var(--aui-597bf4c4);
}

.bind-tree-padding[data-v-cace6303] {
  padding-left: var(--aui-1ee776cd);
}

.bind-tree-margin[data-v-c9b616b5] {
  margin-left: var(--aui-c4f9d186);
}
.bind-icon-color[data-v-c9b616b5] {
  color: var(--aui-7270060e);
}

.bind-icon-color[data-v-abf83c04] {
  color: var(--aui-02b8e3da);
}

.bind-icon-color[data-v-f8e09a03] {
  color: var(--aui-2762f67a);
}

.__histoire-code-placeholder[data-v-f7d2e46a] {
  color: inherit;
  font-size: inherit;
}

.bind-icon-color[data-v-d75a2748] {
  color: var(--aui-ddaae392);
}

.bind-preview-bg[data-v-c48fb2b2] {
  background-color: var(--aui-627bec82);
  color: var(--aui-35068428);
}

.bind-icon-color[data-v-d3ab4dd6] {
  color: var(--aui-bd0f30ce);
}
.bind-preview-bg[data-v-d3ab4dd6] {
  background-color: var(--aui-8da98e9c);
}

img.colorize-black[data-v-2114f510] {
  filter: grayscale(100) brightness(0);
}

.bind-preview-bg[data-v-9bc3d486] {
  background-color: var(--aui-321f9a07);
}

.__histoire-hatched-pattern[data-v-91561117] {
  background: repeating-linear-gradient(135deg,
  transparent 0px,
  transparent 32px,
  currentColor 32px,
  currentColor 64px);
}
*, ::before, ::after {--aui-_histoire-color-primary-50: 236 253 245;--aui-_histoire-color-primary-100: 209 250 229;--aui-_histoire-color-primary-200: 167 243 208;--aui-_histoire-color-primary-300: 110 231 183;--aui-_histoire-color-primary-400: 52 211 153;--aui-_histoire-color-primary-500: 16 185 129;--aui-_histoire-color-primary-600: 5 150 105;--aui-_histoire-color-primary-700: 4 120 87;--aui-_histoire-color-primary-800: 6 95 70;--aui-_histoire-color-primary-900: 6 78 59;--aui-_histoire-color-gray-50: 250 250 250;--aui-_histoire-color-gray-100: 244 244 245;--aui-_histoire-color-gray-200: 228 228 231;--aui-_histoire-color-gray-300: 212 212 216;--aui-_histoire-color-gray-400: 161 161 170;--aui-_histoire-color-gray-500: 113 113 122;--aui-_histoire-color-gray-600: 82 82 91;--aui-_histoire-color-gray-700: 63 63 70;--aui-_histoire-color-gray-750: 50 50 56;--aui-_histoire-color-gray-800: 39 39 42;--aui-_histoire-color-gray-850: 31 31 33;--aui-_histoire-color-gray-900: 24 24 27;--aui-_histoire-color-gray-950: 16 16 18;}.htw-range-input::-webkit-slider-thumb{height:.75rem;width:.75rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-style:solid;border-color:#00000040;--aui-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--aui-tw-bg-opacity))}:is(.htw-dark .htw-range-input)::-webkit-slider-thumb{border-color:#ffffff40;--aui-tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--aui-tw-bg-opacity))}.htw-range-input:hover::-webkit-slider-thumb{--aui-tw-border-opacity: 1 !important;border-color:rgb(16 185 129 / var(--aui-tw-border-opacity))!important;--aui-tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--aui-tw-bg-opacity))!important}.htw-range-input::-moz-range-thumb{height:.75rem;width:.75rem;-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-style:solid;border-color:#00000040;--aui-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--aui-tw-bg-opacity))}:is(.htw-dark .htw-range-input)::-moz-range-thumb{border-color:#ffffff40;--aui-tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--aui-tw-bg-opacity))}.htw-range-input:hover::-moz-range-thumb{--aui-tw-border-opacity: 1 !important;border-color:rgb(16 185 129 / var(--aui-tw-border-opacity))!important;--aui-tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--aui-tw-bg-opacity))!important}.v-popper{line-height:0}.htw-dark .v-popper--theme-dropdown .v-popper__inner{--aui-tw-border-opacity: 1;border-color:rgb(31 31 33 / var(--aui-tw-border-opacity));--aui-tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--aui-tw-bg-opacity));--aui-tw-text-opacity: 1;color:rgb(244 244 245 / var(--aui-tw-text-opacity))}.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{--aui-tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--aui-tw-border-opacity))}.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{--aui-tw-border-opacity: 1;border-color:rgb(31 31 33 / var(--aui-tw-border-opacity))}.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper{transform:scale(.75)}.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper{transform:none;transition:transform .15s cubic-bezier(0,1,.5,1)}.v-popper__popper:focus-visible{outline:none}.htw-bind-col-size{grid-template-columns:repeat(auto-fill,minmax(var(--aui-histoire-col-size),1fr))}.__histoire-json-code[data-v-935458a7] .cm-editor{height:100%;min-width:280px}html,
body {
  background: transparent !important;
}body {
  margin: 0;
}html {
  font-size: 1rem;
  font-family: 'Noto Sans Display', system-ui, sans-serif;
}.htw-sandbox-hidden {
  display: none;
}.__histoire-render-story:not(.__histoire-render-custom-controls) {
  overflow: auto;
  min-height: 100%;
}
