*, ::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.19 | 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: 'Instrument Sans', Helvetica, Arial, sans-serif; /* 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, 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;
}
  html { -webkit-font-smoothing: antialiased; }
  body {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 249 / var(--tw-bg-opacity, 1));
  font-family: 'Instrument Sans', Helvetica, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  a {
  --tw-text-opacity: 1;
  color: rgb(31 139 128 / var(--tw-text-opacity, 1));
}
  a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 107 98 / var(--tw-text-opacity, 1));
}
  ::-moz-selection { background: #C4E5E1; }
  ::selection { background: #C4E5E1; }

  /* Slim, unobtrusive scrollbars — the design has no heavy chrome. */
  * { scrollbar-width: thin; scrollbar-color: #D5D8D4 transparent; }
  *::-webkit-scrollbar { width: 10px; height: 10px; }
  *::-webkit-scrollbar-thumb {
    background: #D5D8D4; border-radius: 999px; border: 3px solid transparent;
    background-clip: content-box;
  }
  *::-webkit-scrollbar-thumb:hover { background: #B4B9B5; background-clip: content-box; }
  *::-webkit-scrollbar-track { background: transparent; }
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
  /* --- Typographic roles ------------------------------------------------ */

  /* Uppercase mono section label: "MY FILES", "SHARE LINK", "NAME". */
  .dc-label {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 10px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}
  /* Mono metadata: sizes, dates, counts, tokens. */
  .dc-meta {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}
  .dc-title {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.015em;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  /* Same role one and two steps down: a dialog title, then the title of a
     block inside a page that already carries a .dc-title. */
  .dc-title-sm {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  .dc-title-xs {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.015em;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  /* Inline text action ("Edit", "See all"), set at the metadata size. The
     colours restate the global `a` rule so a <button> reads as a link too. */
  .dc-link {
  font-size: 12.5px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(31 139 128 / var(--tw-text-opacity, 1));
}
  .dc-link:hover {
  --tw-text-opacity: 1;
  color: rgb(20 107 98 / var(--tw-text-opacity, 1));
}
  /* The single large figure of a stat card: a count, a size, a total. */
  .dc-stat {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

  /* --- Surfaces --------------------------------------------------------- */

  .dc-card {
  border-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
  .dc-panel {
  overflow: hidden;
  border-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
  .dc-section-head {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 235 / var(--tw-border-opacity, 1));
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  /* Header strip of a .dc-panel: a title on the left, one action on the right.
     Tighter than .dc-section-head, which titles a full page section. */
  .dc-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 235 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
  /* Card of the stat strip at the top of shares / settings / dashboard. */
  .dc-stat-card {
  border-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

  /* The 244px contextual column between the rail and the content. Folded away
     below lg; the page keeps its own overflow rule when it needs another one. */
  .dc-sidebar {
  display: none;
  width: 244px;
  flex: none;
  flex-direction: column;
  overflow-y: auto;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 244 / var(--tw-bg-opacity, 1));
}
  @media (min-width: 1024px) {

  .dc-sidebar {
    display: flex;
  }
}

  /* --- Logged-out pages --------------------------------------------------
     Login, 2FA, share and booking pages render without the rail and the
     sidebar, so they carry their own frame. */

  /* Centres a single card on the outer canvas. */
  .dc-auth-page {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 233 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
  /* Full-width header of a public page. Fixed height, unlike .dc-modal-head:
     it is the only chrome the page has, and it must not shift with content. */
  .dc-public-head {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

  /* --- Modals ------------------------------------------------------------
     The overlay carries `flex` so a Vue modal behind a v-if needs nothing
     else. A server-rendered modal still ships with `hidden` and is opened by
     openModal(): utilities are emitted after components, so that `hidden`
     keeps winning over the `flex` this class applies. */

  .dc-overlay {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.4);
}
  /* The white box inside the overlay. Width stays at the call site: the
     dialogs are not all the same width. */
  .dc-modal-panel {
  border-radius: 14px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  width: 100%;
  padding: 1.5rem;
  --tw-shadow: 0 20px 44px -18px rgba(20,25,22,0.35);
  --tw-shadow-colored: 0 20px 44px -18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
  /* Header strip of a dialog that scrolls its own body, so the rule under the
     title is the full one, not the hairline .dc-panel-head uses. */
  .dc-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

  /* --- Buttons ---------------------------------------------------------- */
  .dc-btn-primary {
  display: inline-flex;
  height: 2.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  gap: 0.5rem;
  border-radius: 10px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 500;
  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;
  --tw-bg-opacity: 1;
  background-color: rgb(22 25 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .dc-btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 167 155 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(6 48 39 / var(--tw-text-opacity, 1));
}
  /* Same reason as .dc-btn-danger below: pin the hover colour, or the base
     `a:hover` rule makes the label green when this button is an <a>, and two
     identical-looking buttons read differently under the pointer. */
  .dc-btn-ghost {
  display: inline-flex;
  height: 2.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  gap: 0.5rem;
  border-radius: 10px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 500;
  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;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
}
  .dc-btn-ghost:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 167 155 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
}
  .dc-btn-quiet {
  display: inline-flex;
  height: 2.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  gap: 0.5rem;
  border-radius: 10px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 500;
  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;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(110 115 111 / var(--tw-text-opacity, 1));
}
  .dc-btn-quiet:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  /* `hover:text-` is not redundant with `text-`: the base `a:hover` rule above
     repaints any anchor accent-green on hover, and these buttons are an <a> as
     often as a <button>. Without it a danger action turns green under the
     pointer -- the one colour it must never be. */
  .dc-btn-danger {
  display: inline-flex;
  height: 2.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  gap: 0.5rem;
  border-radius: 10px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 500;
  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;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(138 74 51 / var(--tw-text-opacity, 1));
}
  .dc-btn-danger:hover {
  --tw-border-opacity: 1;
  border-color: rgb(138 74 51 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 233 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(138 74 51 / var(--tw-text-opacity, 1));
}
  .dc-btn-sm {
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 12.5px;
  line-height: 1.4;
}
  /* The one big action closing a form (sign in, confirm a booking). Combine
     with a colour class; `justify-center` needs the flex .dc-btn sets. */
  .dc-btn-submit {
  height: 50px;
  width: 100%;
  justify-content: center;
  border-radius: 14px;
  font-size: 15px;
}

  /* Bare icon button of a toolbar (preview zoom, row actions). No border and
     no fixed height: it sizes to the icon it wraps. */
  .dc-icon-btn {
  border-radius: 0.25rem;
  padding: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}
  .dc-icon-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  /* Same, one step back: tighter and fainter, for an action that only shows
     up next to the content it acts on. */
  .dc-icon-btn-quiet {
  border-radius: 0.25rem;
  padding: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}
  .dc-icon-btn-quiet:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  .dc-icon-btn-quiet {
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(180 185 181 / var(--tw-text-opacity, 1));
}
  /* Delete / revoke sitting next to the thing it removes. Warm brown, never a
     saturated red: same pair as .dc-notice-danger and .dc-btn-danger. */
  .dc-icon-btn-danger {
  border-radius: 0.25rem;
  padding: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}
  .dc-icon-btn-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  .dc-icon-btn-danger {
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(180 185 181 / var(--tw-text-opacity, 1));
}
  .dc-icon-btn-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 233 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(138 74 51 / var(--tw-text-opacity, 1));
}

  /* Button sitting on the dark top rail, where the ink ramp cannot be read. */
  .dc-rail-btn {
  border-radius: 9px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 12.5px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(234 246 241 / 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;
}
  .dc-rail-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 122 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

  /* Pill filter / chip. Add .is-on for the selected state. */
  .dc-pill {
  display: inline-flex;
  height: 30px;
  cursor: pointer;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 11px;
  padding-right: 11px;
  font-size: 12.5px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(110 115 111 / 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;
}
  .dc-pill:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 167 155 / var(--tw-border-opacity, 1));
}
  .dc-pill.is-on {
  --tw-border-opacity: 1;
  border-color: rgb(22 25 27 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 25 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .dc-pill.is-on:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 25 27 / var(--tw-border-opacity, 1));
}

  /* Bookable time slot on the public booking page. Add .is-on for the pick. */
  .dc-slot {
  height: 2.25rem;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 13.5px;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / 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;
}
  .dc-slot:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 167 155 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 107 98 / var(--tw-text-opacity, 1));
}
  .dc-slot.is-on {
  --tw-border-opacity: 1;
  border-color: rgb(22 25 27 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 25 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

  /* Segmented control (List / Grid). */
  .dc-seg {
  display: inline-flex;
  gap: 0.125rem;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 237 / var(--tw-bg-opacity, 1));
  padding: 3px;
}
  .dc-seg-btn {
  cursor: pointer;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12.5px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(110 115 111 / 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;
}
  .dc-seg-btn.is-on {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px rgba(20,25,22,0.12);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

  /* --- Form controls ---------------------------------------------------- */

  .dc-input {
  height: 2.25rem;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 13.5px;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}

  .dc-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}

  .dc-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}

  .dc-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(42 167 155 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
  textarea.dc-input {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.625;
}
  select.dc-input {
  padding-right: 2rem;
}

  .dc-field-label {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 10px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
  margin-bottom: 0.375rem;
  display: block;
}
  /* Disclosure holding the tuning half of a form: values with defensible
     defaults that only matter once something has been measured. Bordered and
     inset so a closed one reads as "there is more here" rather than as a
     stray line of text. The marker is left in place -- a custom triangle
     would have to be re-taught to every screen reader that already knows
     this one. */
  .dc-details {
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 239 235 / var(--tw-border-opacity, 1));
  background-color: rgb(244 244 240 / 0.4);
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
  .dc-details > summary {
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(110 115 111 / var(--tw-text-opacity, 1));
}
  .dc-details > summary:hover {
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  .dc-details[open] > summary {
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  /* Sentence under a field or a switch explaining what it does. */
  .dc-field-hint {
  margin-top: 0.25rem;
  display: block;
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(110 115 111 / var(--tw-text-opacity, 1));
}

  /* Toggle switch. Add .is-on to the track. */
  .dc-switch {
  display: inline-flex;
  height: 1.25rem;
  width: 34px;
  flex: none;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 223 / var(--tw-bg-opacity, 1));
  padding: 0.125rem;
  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;
}
  .dc-switch.is-on {
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(42 167 155 / var(--tw-bg-opacity, 1));
}
  .dc-switch > span {
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

  /* Square checkbox used in the file list. */
  .dc-check {
  box-sizing: border-box;
  height: 17px;
  width: 17px;
  cursor: pointer;
  border-radius: 5px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(213 216 212 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-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;
}
  .dc-check.is-on {
  --tw-border-opacity: 1;
  border-color: rgb(22 25 27 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(22 25 27 / var(--tw-bg-opacity, 1));
    box-shadow: inset 0 0 0 3px #FFFFFF, inset 0 0 0 9px #16191B;
}

  /* --- Tags, badges, avatars -------------------------------------------- */

  .dc-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
}
  /* Tinted tag carrying a state the eye should catch: "primary", "draft". */
  .dc-tag-accent {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
  gap: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(230 244 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 242 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(20 107 98 / var(--tw-text-opacity, 1));
}
  /* Colour dot of a tag / a calendar / a status. The colour itself is data,
     so it is set inline at the call site. */
  .dc-dot {
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  flex: none;
  border-radius: 9999px;
}
  /* Small uppercase mono status badge, e.g. SHARED. */
  .dc-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 242 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(31 139 128 / var(--tw-text-opacity, 1));
}
  .dc-avatar {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}

  /* Square brand mark holding the product initial. Square and accent-filled,
     where .dc-avatar is round and stands for a person. */
  .dc-logo {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 167 155 / var(--tw-bg-opacity, 1));
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(6 48 39 / var(--tw-text-opacity, 1));
}
  /* Header-sized mark, for a page that leads with its content, not its name. */
  .dc-logo-sm {
  height: 2rem;
  width: 2rem;
  border-radius: 0.5rem;
  font-size: 15px;
}

  /* File-type square badge: a tinted tile holding one glyph. The tint says
     which family (see .ft-* below), the glyph says which kind. It used to hold
     the extension in three letters, which told anyone who did not already know
     the format nothing at all. */
  .dc-ft {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
    width: 30px; height: 30px;
}
  .dc-ft-sm { width: 26px; height: 26px; }
  .dc-ft-lg { width: 34px; height: 34px; }

  /* --- Rows ------------------------------------------------------------- */

  .dc-row {
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 240 / var(--tw-border-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;
}

  .dc-row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 244 / var(--tw-bg-opacity, 1));
}
  .dc-row.is-on {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 247 / var(--tw-bg-opacity, 1));
}
  /* Inner layout of a listing row. Split from .dc-row because the pickers
     reuse the layout without the separator and the selected state. */
  .dc-row-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
  /* Row of a picker list (move to, attach, contact search): pick and go, so
     it hovers and it has no bottom rule. */
  .dc-pick-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
}
  .dc-pick-row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
}

  /* Entry of a dropdown menu, whether it renders as <a> or as <button>. */
  .dc-menu-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 13.5px;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
}
  .dc-menu-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
}

  /* The item a search result points at: it stays ringed long enough to be
     found again after a scroll or a detour, then fades on its own. */
  .dc-flash {
    animation: dc-flash 60s ease-out;
  }

  /* Listing header cell: stays visible while the rows scroll underneath.
     The background and the border must sit on the cells, not on the <tr>:
     a sticky row would let the content show through both. */
  .dc-th {
  position: sticky;
  top: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 250 / var(--tw-bg-opacity, 1));
    box-shadow: inset 0 -1px 0 #EFEFEB;
}

  /* Sidebar / nav item. */
  .dc-nav-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 13.5px;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / 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;
}
  .dc-nav-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 235 / var(--tw-bg-opacity, 1));
}
  .dc-nav-item.is-on {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px rgba(20,25,22,0.08);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
  /* A row of a contextual column is a navigation target, not a link to read:
     without this the global `a` rule paints its label with the accent. */
  .dc-nav-item a {
  color: inherit;
  text-decoration-line: none;
}

  /* Underlined tab strip (Activity / Versions / Comments). */
  .dc-tab {
  margin-bottom: -9px;
  cursor: pointer;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 0.375rem;
  font-size: 12.5px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / 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;
}
  .dc-tab:hover {
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
}
  .dc-tab.is-on {
  --tw-border-opacity: 1;
  border-color: rgb(22 25 27 / var(--tw-border-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}

  /* --- Meters ----------------------------------------------------------- */

  .dc-meter {
  height: 5px;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 223 / var(--tw-bg-opacity, 1));
}
  .dc-meter > div {
  height: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 167 155 / var(--tw-bg-opacity, 1));
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

  /* --- Notices ----------------------------------------------------------
     Inline callouts: retention reminders, password confirmations, one-shot
     secrets. Tinted from the file-type palette, never a saturated alert red. */

  .dc-notice {
  border-radius: 14px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 13.5px;
  line-height: 1.45;
}
  .dc-notice-info {
  border-radius: 14px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 13.5px;
  line-height: 1.45;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
}
  .dc-notice-warn {
  border-radius: 14px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 13.5px;
  line-height: 1.45;
  --tw-border-opacity: 1;
  border-color: rgb(234 223 196 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(122 98 36 / var(--tw-text-opacity, 1));
}
  .dc-notice-danger {
  border-radius: 14px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 13.5px;
  line-height: 1.45;
  --tw-border-opacity: 1;
  border-color: rgb(240 217 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 233 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(138 74 51 / var(--tw-text-opacity, 1));
}
  .dc-notice-success {
  border-radius: 14px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 13.5px;
  line-height: 1.45;
  --tw-border-opacity: 1;
  border-color: rgb(230 244 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 94 86 / var(--tw-text-opacity, 1));
}

  /* --- Empty state ------------------------------------------------------ */

  .dc-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
  .dc-empty-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
}
  .dc-empty-hint {
  max-width: 20rem;
  font-size: 12.5px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}
  /* One-line "nothing here" inside a scrolling list, where the full .dc-empty
     block would push the list out of its box. */
  .dc-empty-inline {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}

  /* --- Rendered Markdown -------------------------------------------------
     Where an assistant answer lands once parsed (see js/markdown.js). Written
     out rather than taken from a typography plugin: the chat is the only place
     that renders Markdown, its type has to match the messages around it, and
     the tag list is the short one the sanitiser allows. */

  .dc-prose {
  font-size: 13.5px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
}
  /* The bubble already spaces the message, so its outer edges add nothing. */
  .dc-prose > :first-child {
  margin-top: 0px;
}
  .dc-prose > :last-child {
  margin-bottom: 0px;
}

  .dc-prose p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
  .dc-prose strong {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  /* One size for every level: an answer uses headings to separate two or three
     paragraphs, not to open a document. */
  .dc-prose h1, .dc-prose h2, .dc-prose h3,
  .dc-prose h4, .dc-prose h5, .dc-prose h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.015em;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
  .dc-prose ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
  padding-left: 1.25rem;
}
  .dc-prose ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: decimal;
  padding-left: 1.25rem;
}
  .dc-prose li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
  .dc-prose li > ul, .dc-prose li > ol, .dc-prose li p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
  .dc-prose blockquote {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(213 216 212 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(110 115 111 / var(--tw-text-opacity, 1));
}
  .dc-prose a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
  .dc-prose hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
}
  .dc-prose code {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
}
  /* A fenced block: the <pre> carries the frame, and the <code> inside it drops
     the chip an inline span would get. */
  .dc-prose pre {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  overflow-x: auto;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
  .dc-prose pre code {
  background-color: transparent;
  padding: 0px;
  font-size: 11.5px;
}
  .dc-prose table {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
  line-height: 1.4;
}
  .dc-prose th, .dc-prose td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left;
  vertical-align: top;
}
  .dc-prose th {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-4 {
  right: 1rem;
}
.right-7 {
  right: 1.75rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[42px\] {
  top: 42px;
}
.top-\[60px\] {
  top: 60px;
}
.top-full {
  top: 100%;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-\[22px\] {
  margin-left: 22px;
  margin-right: 22px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-px {
  margin-top: 1px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[7px\] {
  height: 7px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[380px\] {
  max-height: 380px;
}
.max-h-\[52vh\] {
  max-height: 52vh;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[88vh\] {
  max-height: 88vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[2\.25rem\] {
  min-height: 2.25rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[2rem\] {
  min-height: 2rem;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-full {
  min-height: 100%;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16rem\] {
  width: 16rem;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40rem\] {
  width: 40rem;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[90px\] {
  width: 90px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[13rem\] {
  min-width: 13rem;
}
.min-w-\[14rem\] {
  min-width: 14rem;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[17px\] {
  min-width: 17px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[3rem\] {
  min-width: 3rem;
}
.min-w-\[620px\] {
  min-width: 620px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1300px\] {
  max-width: 1300px;
}
.max-w-\[14rem\] {
  max-width: 14rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[24rem\] {
  max-width: 24rem;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[40rem\] {
  max-width: 40rem;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[85vw\] {
  max-width: 85vw;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[92\%\] {
  max-width: 92%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[minmax\(0\2c 1fr\)_120px_150px_90px\] {
  grid-template-columns: minmax(0,1fr) 120px 150px 90px;
}
.grid-cols-\[minmax\(0\2c 1fr\)_180px_90px_140px_140px_240px\] {
  grid-template-columns: minmax(0,1fr) 180px 90px 140px 140px 240px;
}
.grid-cols-\[minmax\(0\2c 1fr\)_220px_100px_150px_60px\] {
  grid-template-columns: minmax(0,1fr) 220px 100px 150px 60px;
}
.grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
  grid-template-columns: minmax(0,1fr) auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.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-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}
.divide-line-softer > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 240 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.justify-self-start {
  justify-self: start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-card {
  border-radius: 14px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#8A4A33\] {
  --tw-border-opacity: 1;
  border-color: rgb(138 74 51 / var(--tw-border-opacity, 1));
}
.border-\[\#E4CFC6\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 207 198 / var(--tw-border-opacity, 1));
}
.border-\[\#F0D9D0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 217 208 / var(--tw-border-opacity, 1));
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(42 167 155 / var(--tw-border-opacity, 1));
}
.border-accent-ink {
  --tw-border-opacity: 1;
  border-color: rgb(31 139 128 / var(--tw-border-opacity, 1));
}
.border-accent-tint {
  --tw-border-opacity: 1;
  border-color: rgb(230 244 242 / var(--tw-border-opacity, 1));
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-ink {
  --tw-border-opacity: 1;
  border-color: rgb(22 25 27 / var(--tw-border-opacity, 1));
}
.border-line {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 227 / var(--tw-border-opacity, 1));
}
.border-line-soft {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 235 / var(--tw-border-opacity, 1));
}
.border-line-softer {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 240 / var(--tw-border-opacity, 1));
}
.border-line-strong {
  --tw-border-opacity: 1;
  border-color: rgb(213 216 212 / var(--tw-border-opacity, 1));
}
.border-l-accent {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 167 155 / var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.\!bg-\[\#7A6224\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(122 98 36 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#8A4A33\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(138 74 51 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-accent {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 167 155 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-line-strong {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(213 216 212 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-subtle {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-surface {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#7A6224\] {
  --tw-bg-opacity: 1;
  background-color: rgb(122 98 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8A4A33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(138 74 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C7A44E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(199 164 78 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CFD3CF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 211 207 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DDE3E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 227 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECEAF6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 234 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F1F1ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6E9E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 233 228 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FCFCFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 250 / var(--tw-bg-opacity, 1));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(42 167 155 / var(--tw-bg-opacity, 1));
}
.bg-accent-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(31 139 128 / var(--tw-bg-opacity, 1));
}
.bg-accent-tint {
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 242 / var(--tw-bg-opacity, 1));
}
.bg-accent-wash {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 247 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-canvas {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 233 / var(--tw-bg-opacity, 1));
}
.bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(22 25 27 / var(--tw-bg-opacity, 1));
}
.bg-ink-faint {
  --tw-bg-opacity: 1;
  background-color: rgb(154 160 156 / var(--tw-bg-opacity, 1));
}
.bg-ink-ghost {
  --tw-bg-opacity: 1;
  background-color: rgb(180 185 181 / var(--tw-bg-opacity, 1));
}
.bg-ink\/40 {
  background-color: rgb(22 25 27 / 0.4);
}
.bg-ink\/60 {
  background-color: rgb(22 25 27 / 0.6);
}
.bg-line {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 227 / var(--tw-bg-opacity, 1));
}
.bg-line-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 235 / var(--tw-bg-opacity, 1));
}
.bg-line-track {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 223 / var(--tw-bg-opacity, 1));
}
.bg-page {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 249 / var(--tw-bg-opacity, 1));
}
.bg-rail {
  --tw-bg-opacity: 1;
  background-color: rgb(10 68 56 / var(--tw-bg-opacity, 1));
}
.bg-rail-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 122 102 / var(--tw-bg-opacity, 1));
}
.bg-rail\/95 {
  background-color: rgb(10 68 56 / 0.95);
}
.bg-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
}
.bg-subtle\/60 {
  background-color: rgb(244 244 240 / 0.6);
}
.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-rail {
  --tw-gradient-from: #0A4438 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[18px\] {
  padding: 18px;
}
.p-\[22px\] {
  padding: 22px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[16vh\] {
  padding-bottom: 16vh;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
}
.font-sans {
  font-family: 'Instrument Sans', Helvetica, Arial, sans-serif;
}
.\!text-\[11px\] {
  font-size: 11px !important;
}
.text-2xs {
  font-size: 10px;
  line-height: 1.35;
}
.text-\[10\.5px\] {
  font-size: 10.5px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11\.5px\] {
  font-size: 11.5px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12\.5px\] {
  font-size: 12.5px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13\.5px\] {
  font-size: 13.5px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[9\.5px\] {
  font-size: 9.5px;
}
.text-\[9px\] {
  font-size: 9px;
}
.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-sm\+ {
  font-size: 13.5px;
  line-height: 1.45;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xs\+ {
  font-size: 12.5px;
  line-height: 1.4;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[1\.65\] {
  line-height: 1.65;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}
.tracking-code {
  letter-spacing: 0.04em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight2 {
  letter-spacing: -0.015em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-\[\#7A6224\] {
  --tw-text-opacity: 1 !important;
  color: rgb(122 98 36 / var(--tw-text-opacity, 1)) !important;
}
.\!text-ink-muted {
  --tw-text-opacity: 1 !important;
  color: rgb(110 115 111 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#33578A\] {
  --tw-text-opacity: 1;
  color: rgb(51 87 138 / var(--tw-text-opacity, 1));
}
.text-\[\#3D6B45\] {
  --tw-text-opacity: 1;
  color: rgb(61 107 69 / var(--tw-text-opacity, 1));
}
.text-\[\#4B4497\] {
  --tw-text-opacity: 1;
  color: rgb(75 68 151 / var(--tw-text-opacity, 1));
}
.text-\[\#5A5F5B\] {
  --tw-text-opacity: 1;
  color: rgb(90 95 91 / var(--tw-text-opacity, 1));
}
.text-\[\#7A6224\] {
  --tw-text-opacity: 1;
  color: rgb(122 98 36 / var(--tw-text-opacity, 1));
}
.text-\[\#8A4A33\] {
  --tw-text-opacity: 1;
  color: rgb(138 74 51 / var(--tw-text-opacity, 1));
}
.text-\[\#C7A44E\] {
  --tw-text-opacity: 1;
  color: rgb(199 164 78 / var(--tw-text-opacity, 1));
}
.text-\[\#CFD3CF\] {
  --tw-text-opacity: 1;
  color: rgb(207 211 207 / var(--tw-text-opacity, 1));
}
.text-\[\#D9A400\] {
  --tw-text-opacity: 1;
  color: rgb(217 164 0 / var(--tw-text-opacity, 1));
}
.text-\[\#E4826A\] {
  --tw-text-opacity: 1;
  color: rgb(228 130 106 / var(--tw-text-opacity, 1));
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(42 167 155 / var(--tw-text-opacity, 1));
}
.text-accent-dark {
  --tw-text-opacity: 1;
  color: rgb(21 94 86 / var(--tw-text-opacity, 1));
}
.text-accent-deep {
  --tw-text-opacity: 1;
  color: rgb(20 107 98 / var(--tw-text-opacity, 1));
}
.text-accent-ink {
  --tw-text-opacity: 1;
  color: rgb(31 139 128 / var(--tw-text-opacity, 1));
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-ink {
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
.text-ink-body {
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
}
.text-ink-faint {
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}
.text-ink-ghost {
  --tw-text-opacity: 1;
  color: rgb(180 185 181 / var(--tw-text-opacity, 1));
}
.text-ink-muted {
  --tw-text-opacity: 1;
  color: rgb(110 115 111 / var(--tw-text-opacity, 1));
}
.text-rail-deep {
  --tw-text-opacity: 1;
  color: rgb(6 48 39 / var(--tw-text-opacity, 1));
}
.text-rail-muted {
  --tw-text-opacity: 1;
  color: rgb(217 234 228 / var(--tw-text-opacity, 1));
}
.text-rail-text {
  --tw-text-opacity: 1;
  color: rgb(234 246 241 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.accent-accent {
  accent-color: #2AA79B;
}
.accent-current {
  accent-color: currentColor;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow-bar {
  --tw-shadow: 0 18px 40px -12px rgba(20,25,22,0.6);
  --tw-shadow-colored: 0 18px 40px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-pop {
  --tw-shadow: 0 20px 44px -18px rgba(20,25,22,0.35);
  --tw-shadow-colored: 0 20px 44px -18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-raised {
  --tw-shadow: 0 1px 2px rgba(20,25,22,0.12);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-window {
  --tw-shadow: 0 30px 70px -20px rgba(20,25,22,0.35), 0 0 0 1px rgba(20,25,22,0.08);
  --tw-shadow-colored: 0 30px 70px -20px var(--tw-shadow-color), 0 0 0 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;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-accent {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(42 167 155 / var(--tw-ring-opacity, 1));
}
.ring-accent-tint {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(230 244 242 / var(--tw-ring-opacity, 1));
}
.ring-line {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 231 227 / var(--tw-ring-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.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-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
  /* Hatched placeholder used for previews and grid thumbnails. */
  .dc-hatch {
    background: repeating-linear-gradient(135deg, #F2F2EE 0 6px, #FBFBF9 6px 12px);
  }

/* --- File-type palette ---------------------------------------------------
   One tinted background + ink pair per family, applied to .dc-ft badges and
   reused for grid thumbnails. The ink is what the glyph inside is drawn in.
   Keep in sync with FILE_TYPE_MAP and FAMILY_ICON in common.js. */
.ft-dir   { background: #F8F2E1; color: #9A7A28; }  /* the browse listing's #C7A44E, darkened to sit on its own wash */
.ft-doc   { background: #F6E9E4; color: #8A4A33; }
.ft-sheet { background: #EDF3EC; color: #3D6B45; }
.ft-slide { background: #F6F1E4; color: #7A6224; }
.ft-image { background: #F6F1E4; color: #7A6224; }
.ft-video { background: #E9EEF6; color: #33578A; }
.ft-audio { background: #ECEAF6; color: #4B4497; }
.ft-design{ background: #ECEAF6; color: #4B4497; }
.ft-code  { background: #E9EEF6; color: #33578A; }
.ft-text  { background: #F1F1ED; color: #5A5F5B; }
.ft-arch  { background: #F6E9E4; color: #7A4029; }
.ft-other { background: #F1F1ED; color: #5A5F5B; }

/* --- Legacy behaviour carried over --------------------------------------- */
[x-cloak] { display: none !important; }
.tree-item > .tree-children { display: none; }
.tree-item.open > .tree-children { display: block; }
.tree-toggle { transition: transform 0.15s; }
.tree-item.open > div > .tree-toggle,
.tree-item.open > a > .tree-toggle { transform: rotate(90deg); }
.email-row[draggable] { cursor: grab; }
.email-row[draggable]:active { cursor: grabbing; }
/* Ticked for a bulk action. Two classes, so it wins over the background the
   open message carries. */
.email-row.is-checked { background: #E6F4F2; }

/* Flash of the item a search result points at (see .dc-flash). An inset ring
   rather than a background: it reads the same on a table row and on a card,
   and it leaves the element's own colours alone. */
@keyframes dc-flash {
    0%, 96% { box-shadow: inset 0 0 0 2px #2AA79B; }
    100%    { box-shadow: inset 0 0 0 2px transparent; }
}
.file\:mr-3::file-selector-button {
  margin-right: 0.75rem;
}
.file\:rounded-lg::file-selector-button {
  border-radius: 0.5rem;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-accent-tint::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 242 / var(--tw-bg-opacity, 1));
}
.file\:px-3::file-selector-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.file\:text-sm\+::file-selector-button {
  font-size: 13.5px;
  line-height: 1.45;
}
.file\:font-medium::file-selector-button {
  font-weight: 500;
}
.file\:text-accent-deep::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(20 107 98 / var(--tw-text-opacity, 1));
}
.placeholder\:text-ink-faint::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}
.placeholder\:text-ink-faint::placeholder {
  --tw-text-opacity: 1;
  color: rgb(154 160 156 / var(--tw-text-opacity, 1));
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:border-0:last-child {
  border-width: 0px;
}
.focus-within\:border-accent:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(42 167 155 / var(--tw-border-opacity, 1));
}
.focus-within\:bg-surface:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus-within\:opacity-100:focus-within {
  opacity: 1;
}
.hover\:border-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(42 167 155 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#EFEFEB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F6E9E4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 233 228 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F6F1E4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 228 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 167 155 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-ink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 139 128 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-tint:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-wash:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-line-softer:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rail-active-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 138 115 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rail-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 122 102 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sidebar:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-subtle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:text-\[\#8A4A33\]:hover {
  --tw-text-opacity: 1;
  color: rgb(138 74 51 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#C7A44E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(199 164 78 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-deep:hover {
  --tw-text-opacity: 1;
  color: rgb(20 107 98 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-ink:hover {
  --tw-text-opacity: 1;
  color: rgb(31 139 128 / var(--tw-text-opacity, 1));
}
.hover\:text-inherit:hover {
  color: inherit;
}
.hover\:text-ink:hover {
  --tw-text-opacity: 1;
  color: rgb(22 25 27 / var(--tw-text-opacity, 1));
}
.hover\:text-ink-body:hover {
  --tw-text-opacity: 1;
  color: rgb(61 66 63 / var(--tw-text-opacity, 1));
}
.hover\:text-rail-deep:hover {
  --tw-text-opacity: 1;
  color: rgb(6 48 39 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:file\:bg-\[\#C4E5E1\]::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 229 225 / var(--tw-bg-opacity, 1));
}
.focus\:border-accent:focus {
  --tw-border-opacity: 1;
  border-color: rgb(42 167 155 / var(--tw-border-opacity, 1));
}
.focus\:opacity-100:focus {
  opacity: 1;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-accent:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(42 167 155 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-accent:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(42 167 155 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-30:disabled {
  opacity: 0.3;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:focus-within .group-focus-within\:block {
  display: block;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

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

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:table-cell {
    display: table-cell;
  }

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

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

  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

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

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

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:w-\[46\%\] {
    width: 46%;
  }

  .md\:min-w-\[380px\] {
    min-width: 380px;
  }

  .md\:max-w-\[900px\] {
    max-width: 900px;
  }

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

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

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

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

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

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

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:static {
    position: static;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-\[420px\] {
    width: 420px;
  }

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

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

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1536px) {

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

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

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (prefers-color-scheme: dark) {

  .dark\:border-amber-500\/40 {
    border-color: rgb(245 158 11 / 0.4);
  }

  .dark\:bg-amber-500\/10 {
    background-color: rgb(245 158 11 / 0.1);
  }

  .dark\:text-amber-200 {
    --tw-text-opacity: 1;
    color: rgb(253 230 138 / var(--tw-text-opacity, 1));
  }
}
.\[\&_mark\]\:rounded-sm mark {
  border-radius: 0.125rem;
}
.\[\&_mark\]\:bg-\[\#F6F1E4\] mark {
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 228 / var(--tw-bg-opacity, 1));
}
.\[\&_mark\]\:px-0\.5 mark {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.\[\&_mark\]\:text-\[\#7A6224\] mark {
  --tw-text-opacity: 1;
  color: rgb(122 98 36 / var(--tw-text-opacity, 1));
}
.\[\&_svg\]\:h-full svg {
  height: 100%;
}
.\[\&_svg\]\:w-full svg {
  width: 100%;
}


/*# sourceMappingURL=common-d8d52829.css.map*/