/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: #fef2f2;
    --color-red-200: #ffcaca;
    --color-red-400: #ff6568;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-2xl: 42rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --blur-sm: 8px;
    --blur-md: 12px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: var(--bg);
    --color-shell: var(--shell);
    --color-panel: var(--panel);
    --color-raised: var(--raised);
    --color-border: var(--border);
    --color-textPrimary: var(--text);
    --color-textSecondary: var(--text-secondary);
    --color-textMuted: var(--text-muted);
    --color-accent: var(--accent);
    --color-accentHover: var(--accent-hover);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-400: lab(63.7053% 60.745 31.3109);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

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

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .fixed {
    position: fixed;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

  .top-0 {
    top: 0;
  }

  .right-0 {
    right: 0;
  }

  .bottom-0 {
    bottom: 0;
  }

  .left-0 {
    left: 0;
  }

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

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

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

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: var(--spacing);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-0 {
    min-height: 0;
  }

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

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

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

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .min-w-0 {
    min-width: 0;
  }

  .flex-1 {
    flex: 1;
  }

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

  .cursor-text {
    cursor: text;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

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

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

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

  .gap-1 {
    gap: var(--spacing);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-border > :not(:last-child)) {
    border-color: var(--color-border);
  }

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

  .overflow-hidden {
    overflow: hidden;
  }

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

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .border-accent\/30 {
    border-color: var(--color-accent);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-accent\/30 {
      border-color: color-mix(in oklab, var(--color-accent) 30%, transparent);
    }
  }

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

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-white\/10 {
    border-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .border-white\/\[0\.06\] {
    border-color: #ffffff0f;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/\[0\.06\] {
      border-color: color-mix(in oklab, var(--color-white) 6%, transparent);
    }
  }

  .border-white\/\[0\.07\] {
    border-color: #ffffff12;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/\[0\.07\] {
      border-color: color-mix(in oklab, var(--color-white) 7.0%, transparent);
    }
  }

  .bg-\[\#0d1520\] {
    background-color: #0d1520;
  }

  .bg-\[\#0d1520\]\/95 {
    background-color: #0d1520f2;
    background-color: lab(6.45587% -.734575 -8.8472 / .95);
  }

  .bg-\[\#1a2333\] {
    background-color: #1a2333;
  }

  .bg-\[\#f8fafc\] {
    background-color: #f8fafc;
  }

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

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

  .bg-black\/35 {
    background-color: #00000059;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/35 {
      background-color: color-mix(in oklab, var(--color-black) 35%, transparent);
    }
  }

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

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

  .bg-shell\/95 {
    background-color: var(--color-shell);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-shell\/95 {
      background-color: color-mix(in oklab, var(--color-shell) 95%, transparent);
    }
  }

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

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

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .pt-0\.5 {
    padding-top: calc(var(--spacing) * .5);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }

  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }

  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

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

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#c8d8e8\] {
    color: #c8d8e8;
  }

  .text-accent {
    color: var(--color-accent);
  }

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-textMuted {
    color: var(--color-textMuted);
  }

  .text-textMuted\/50 {
    color: var(--color-textMuted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-textMuted\/50 {
      color: color-mix(in oklab, var(--color-textMuted) 50%, transparent);
    }
  }

  .text-textPrimary {
    color: var(--color-textPrimary);
  }

  .text-textSecondary {
    color: var(--color-textSecondary);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .accent-accent {
    accent-color: var(--color-accent);
  }

  .opacity-10 {
    opacity: .1;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .placeholder\:text-textMuted::placeholder {
    color: var(--color-textMuted);
  }

  @media (hover: hover) {
    .hover\:border-accent\/40:hover {
      border-color: var(--color-accent);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-accent\/40:hover {
        border-color: color-mix(in oklab, var(--color-accent) 40%, transparent);
      }
    }

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

    .hover\:bg-raised:hover, .hover\:bg-raised\/60:hover {
      background-color: var(--color-raised);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-raised\/60:hover {
        background-color: color-mix(in oklab, var(--color-raised) 60%, transparent);
      }
    }

    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }

    .hover\:bg-white\/5:hover {
      background-color: #ffffff0d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/5:hover {
        background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
      }
    }

    .hover\:text-accentHover:hover {
      color: var(--color-accentHover);
    }

    .hover\:text-textPrimary:hover {
      color: var(--color-textPrimary);
    }

    .hover\:text-textSecondary:hover {
      color: var(--color-textSecondary);
    }

    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .disabled\:opacity-60:disabled {
    opacity: .6;
  }

  @media (min-width: 48rem) {
    .md\:flex {
      display: flex;
    }

    .md\:hidden {
      display: none;
    }
  }
}

html, body {
  height: 100%;
}

body {
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, SF Pro Text, SF Pro Display, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

.dm-sidebar {
  background: #101822;
  border-right: 1px solid #ffffff13;
  flex-direction: column;
  flex-shrink: 0;
  width: 244px;
  height: 100%;
  display: flex;
}

.dm-brand {
  border-bottom: 1px solid #ffffff13;
  padding: 25px 21px 21px;
}

.dm-brand-link {
  color: var(--text);
  align-items: center;
  gap: 11px;
  text-decoration: none;
  display: flex;
}

.dm-brand-link strong, .dm-brand-link small, .dm-account strong, .dm-account small {
  display: block;
}

.dm-brand-link strong {
  letter-spacing: -.02em;
  font-size: 15px;
}

.dm-brand-link small {
  color: var(--text-muted);
  margin-top: 3px;
  font-size: 10px;
}

.dm-wordmark {
  color: #fff;
  letter-spacing: -.08em;
  background: linear-gradient(145deg, #346fe3, #2455b5);
  border-radius: 12px;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 12px;
  font-weight: 900;
  display: grid;
  box-shadow: 0 7px 17px #2f6feb45;
}

.dm-compose {
  padding: 20px 17px 22px;
}

.dm-compose button {
  border-radius: 10px !important;
  padding: 11px !important;
  box-shadow: 0 8px 18px #2f6feb2e !important;
}

.dm-sidebar-label, .dm-eyebrow {
  color: #718096;
  text-transform: uppercase;
  letter-spacing: .17em;
  padding: 0 18px;
  font-size: 10px;
  font-weight: 800;
}

.dm-folder-nav {
  flex-direction: column;
  gap: 2px;
  padding: 10px 10px 0;
  display: flex;
}

.dm-nav-item {
  color: #aab7c6;
  border-radius: 9px;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  transition: all .18s;
  display: flex;
}

.dm-nav-count {
  color: #8eafec;
  font-size: 11px;
  font-weight: 800;
}

.dm-sidebar-spacer {
  flex: 1;
}

.dm-sidebar-bottom {
  border-top: 1px solid #ffffff13;
  padding: 13px 10px 16px;
}

.dm-account {
  color: var(--text);
  align-items: center;
  gap: 9px;
  padding: 14px 9px 4px;
  display: flex;
}

.dm-account-avatar {
  color: #d9e8ff;
  background: #2b548f;
  border-radius: 50%;
  place-items: center;
  width: 27px;
  height: 27px;
  font-size: 11px;
  font-weight: 800;
  display: grid;
}

.dm-account strong {
  font-size: 11px;
}

.dm-account small {
  color: var(--text-muted);
  margin-top: 2px;
  font-size: 10px;
}

.dm-presence {
  background: var(--success);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-left: auto;
}

.dm-list-pane {
  background: #141e2a;
  height: 100%;
  overflow: hidden;
}

.dm-list-header {
  background: #141e2a;
  border-bottom: 1px solid #ffffff13;
  padding: 28px 23px 15px;
}

.dm-list-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.dm-eyebrow {
  color: #7695ca;
  margin: 0 0 7px;
  padding: 0;
  font-size: 9px;
}

.dm-list-heading h1 {
  color: #f0f5fb;
  letter-spacing: -.045em;
  margin: 0;
  font-size: 23px;
}

.dm-more-button {
  color: #8090a2;
  letter-spacing: 2px;
  background: none;
  border: 0;
  font-size: 14px;
}

.dm-search {
  color: #718096;
  background: #070d1552;
  border: 1px solid #ffffff17;
  border-radius: 9px;
  align-items: center;
  gap: 9px;
  margin-top: 19px;
  padding: 9px 12px;
  display: flex;
}

.dm-search span {
  font-size: 19px;
  line-height: 1;
  transform: rotate(-20deg);
}

.dm-search input {
  width: 100%;
  color: var(--text);
  background: none;
  border: 0;
  outline: 0;
  font-size: 12px;
}

.dm-list-toolbar {
  color: #77879a;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.dm-list-toolbar button {
  color: #9bacc0;
  font: inherit;
  background: none;
  border: 0;
  padding: 0;
}

.dm-thread-list {
  height: calc(100% - 178px);
  overflow-y: auto;
}

.dm-thread {
  color: inherit;
  border-bottom: 1px solid #ffffff0e;
  border-left: 2px solid #0000;
  align-items: flex-start;
  gap: 10px;
  padding: 15px 18px 15px 16px;
  text-decoration: none;
  transition: all .18s;
  display: flex;
}

.dm-thread .dm-avatar {
  flex: none;
  width: 30px;
  height: 30px;
  font-size: 10px;
}

.dm-checkbox {
  border: 1px solid #657487;
  border-radius: 4px;
  flex: none;
  width: 13px;
  height: 13px;
  display: inline-block;
}

.dm-thread-copy {
  flex: 1;
  min-width: 0;
}

.dm-thread-top {
  justify-content: space-between;
  gap: 8px;
  display: flex;
}

.dm-thread-top strong {
  color: #dce6f1;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
}

.dm-thread-top time {
  color: #7d8b99;
  white-space: nowrap;
  font-size: 10px;
}

.dm-thread-subject {
  color: #afbdd0;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
}

.dm-thread-preview {
  color: #718096;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.dm-empty-list {
  color: var(--text-muted);
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-top: 120px;
  font-size: 12px;
  display: flex;
}

.dm-empty-icon {
  opacity: .35;
  margin-bottom: 6px;
  font-size: 31px;
}

@media (max-width: 767px) {
  .dm-sidebar {
    display: none;
  }

  .dm-list-pane {
    min-height: calc(100vh - 64px);
  }

  .dm-list-header {
    padding: 22px 18px 14px;
  }

  .dm-thread-list {
    height: calc(100% - 168px);
  }
}

.settings-shell {
  background: radial-gradient(circle at 80% -10%, #2f6feb24, #0000 36%), #121b27;
  min-height: 100%;
  overflow-y: auto;
}

.settings-topbar {
  z-index: 5;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #0d1520d1;
  border-bottom: 1px solid #ffffff13;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 78px;
  padding: 0 42px;
  display: flex;
  position: sticky;
  top: 0;
}

.settings-back {
  color: #8292a5;
  border: 1px solid #ffffff1a;
  border-radius: 9px;
  place-items: center;
  width: 33px;
  height: 33px;
  transition: all .2s;
  display: grid;
}

.settings-back:hover {
  color: #fff;
  background: #2f6feb1f;
  border-color: #4c8dff;
}

.settings-kicker, .settings-eyebrow {
  color: #76a4f3;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 9px;
  font-weight: 800;
}

.settings-title {
  letter-spacing: -.04em;
  margin: 3px 0 0;
  font-size: 20px;
}

.settings-save {
  color: #fff;
  background: #2f6feb;
  border: 0;
  border-radius: 8px;
  padding: 9px 15px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 6px 15px #2f6feb38;
}

.settings-saved {
  color: #33c481;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 750;
  display: inline-flex;
}

.settings-layout {
  grid-template-columns: 234px minmax(0, 720px);
  gap: 68px;
  max-width: 1110px;
  margin: 0 auto;
  padding: 45px 36px 72px;
  display: grid;
}

.settings-nav-intro {
  border-bottom: 1px solid #ffffff13;
  align-items: center;
  gap: 10px;
  padding-bottom: 22px;
  display: flex;
}

.settings-icon-tile, .settings-section-icon {
  color: #80aaf6;
  background: #2f6feb1a;
  border: 1px solid #4c8dff33;
  border-radius: 10px;
  place-items: center;
  width: 37px;
  height: 37px;
  display: grid;
}

.settings-nav-intro strong, .settings-nav-intro span {
  display: block;
}

.settings-nav-intro strong {
  color: #e8f0f8;
  font-size: 12px;
}

.settings-nav-intro span {
  color: #77879a;
  margin-top: 4px;
  font-size: 10px;
}

.settings-nav nav {
  flex-direction: column;
  gap: 2px;
  margin-top: 23px;
  display: flex;
}

.settings-nav-item {
  text-align: left;
  color: #aab7c6;
  background: none;
  border: 1px solid #0000;
  border-radius: 9px;
  flex-direction: column;
  gap: 3px;
  width: 100%;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 750;
  display: flex;
}

.settings-nav-item small {
  color: #718096;
  font-size: 10px;
  font-weight: 500;
}

.settings-nav-footer {
  color: #718096;
  gap: 7px;
  margin-top: 48px;
  font-size: 10px;
  line-height: 1.5;
  display: flex;
}

.settings-content-heading {
  border-bottom: 1px solid #ffffff13;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 21px;
  padding-bottom: 22px;
  display: flex;
}

.settings-content-heading h2 {
  color: #f1f5f9;
  letter-spacing: -.045em;
  margin: 6px 0 0;
  font-size: 26px;
}

.settings-status, .settings-connected {
  color: #76879a;
  white-space: nowrap;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 750;
  display: inline-flex;
}

.settings-status i, .settings-connected i {
  background: #33c481;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 3px #33c4811a;
}

.settings-section {
  background: #121c28c2;
  border: 1px solid #ffffff14;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 15px 35px #0000001f;
}

.settings-section-head {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
  display: flex;
}

.settings-section-head h3 {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 16px;
}

.settings-section-head p {
  color: #77879a;
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.settings-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.settings-field {
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
  display: flex;
}

.settings-label {
  color: #aab7c6;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 10px;
  font-weight: 800;
}

.settings-hint {
  color: #718096;
  font-size: 10px;
  line-height: 1.45;
}

.settings-input {
  color: #eaf1f8;
  width: 100%;
  font: inherit;
  background: #070d155c;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  outline: none;
  padding: 10px 11px;
  font-size: 12px;
}

.settings-textarea {
  resize: vertical;
  line-height: 1.55;
}

.settings-callout {
  color: #8fb4f5;
  background: #2f6feb12;
  border: 1px solid #4c8dff2b;
  border-radius: 9px;
  gap: 10px;
  margin-bottom: 20px;
  padding: 12px;
  font-size: 11px;
  line-height: 1.45;
  display: flex;
}

.settings-callout strong, .settings-callout span {
  display: block;
}

.settings-callout strong {
  color: #b4cefd;
  font-size: 11px;
}

.settings-callout.muted {
  color: #7c8b9c;
  background: #ffffff06;
  border-color: #ffffff14;
  margin: 20px 0 0;
}

.settings-callout.muted strong {
  color: #aebdcb;
}

.settings-sender-list {
  flex-direction: column;
  gap: 7px;
  margin-bottom: 22px;
  display: flex;
}

.settings-sender, .settings-integration {
  background: #070d1538;
  border: 1px solid #ffffff13;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  display: flex;
}

.settings-sender-avatar {
  color: #bdd5ff;
  background: #2f6feb2e;
  border-radius: 9px;
  place-items: center;
  width: 30px;
  height: 30px;
  font-size: 11px;
  font-weight: 800;
  display: grid;
}

.settings-sender-name, .settings-sender-email, .settings-integration strong, .settings-integration small {
  display: block;
}

.settings-sender-name {
  color: #e2ebf4;
  font-size: 12px;
}

.settings-sender-name em {
  color: #9fc3ff;
  text-transform: uppercase;
  background: #2f6feb26;
  border-radius: 99px;
  margin-left: 7px;
  padding: 3px 6px;
  font-size: 9px;
  font-style: normal;
}

.settings-sender-email, .settings-integration small {
  color: #718096;
  margin-top: 3px;
  font-size: 10px;
}

.settings-unverified {
  color: #f5b83d;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 800;
}

.settings-verified {
  color: #33c481;
  font-size: 10px;
  font-weight: 800;
}

.settings-quiet-button {
  color: #8494a7;
  white-space: nowrap;
  background: none;
  border: 0;
  padding: 5px;
  font-size: 10px;
  font-weight: 750;
}

.settings-quiet-button:hover {
  color: #79a7f8;
}

.settings-icon-button {
  color: #7b8b9d;
  background: none;
  border: 1px solid #ffffff14;
  border-radius: 7px;
  place-items: center;
  width: 26px;
  height: 26px;
  display: grid;
}

.settings-icon-button:hover {
  color: #ff6b6b;
  border-color: #ff5d5d59;
}

.settings-add-sender {
  border-top: 1px solid #ffffff12;
  padding-top: 20px;
}

.settings-add-heading {
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  display: flex;
}

.settings-add-heading > span {
  color: #80aaf6;
  background: #2f6feb21;
  border-radius: 7px;
  place-items: center;
  width: 26px;
  height: 26px;
  display: grid;
}

.settings-add-heading strong, .settings-add-heading small {
  display: block;
}

.settings-add-heading strong {
  color: #b2c0ce;
  font-size: 12px;
}

.settings-add-heading small {
  color: #718096;
  margin-top: 3px;
  font-size: 10px;
}

.settings-secondary-button {
  color: #b5cefb;
  background: #2f6feb1a;
  border: 1px solid #4c8dff42;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}

.settings-option-list {
  border-top: 1px solid #ffffff12;
}

.settings-toggle-row {
  background: none;
  border: 0;
  border-bottom: 1px solid #ffffff12;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
}

.settings-toggle-title {
  color: #c3d0dc;
  font-size: 12px;
  display: block;
}

.settings-switch {
  background: #293547;
  border-radius: 99px;
  align-items: center;
  width: 38px;
  height: 22px;
  padding: 3px;
  display: inline-flex;
}

.settings-switch span {
  background: #8797a9;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: all .2s;
}

.settings-switch-on {
  background: #2f6feb;
}

.settings-switch-on span {
  background: #fff;
  transform: translateX(16px);
}

.settings-segmented {
  background: #070d154d;
  border: 1px solid #ffffff14;
  border-radius: 9px;
  gap: 3px;
  padding: 3px;
  display: inline-flex;
}

.settings-segmented button {
  color: #7d8d9f;
  background: none;
  border: 0;
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 750;
}

.settings-segmented .settings-segment-active {
  color: #fff;
  background: #2f6feba6;
}

.settings-theme-note {
  background: #2f6feb14;
  border: 1px solid #4c8dff40;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  display: flex;
}

.theme-swatch {
  background: linear-gradient(135deg, #14263e 50%, #2f6feb 50%);
  border-radius: 6px;
  width: 32px;
  height: 24px;
}

.settings-theme-note strong, .settings-theme-note small {
  display: block;
}

.settings-theme-note strong {
  font-size: 12px;
}

.settings-theme-note small {
  color: #7c8e9f;
  margin-top: 3px;
  font-size: 10px;
}

@media (max-width: 850px) {
  .settings-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 22px 70px;
  }

  .settings-nav nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    display: grid;
  }

  .settings-nav-footer {
    display: none;
  }
}

@media (max-width: 600px) {
  .settings-topbar {
    height: 68px;
    padding: 0 16px;
  }

  .settings-topbar .settings-saved {
    display: none;
  }

  .settings-layout {
    padding: 22px 14px 70px;
  }

  .settings-nav nav {
    grid-template-columns: 1fr;
  }

  .settings-content-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .settings-content-heading h2 {
    font-size: 23px;
  }

  .settings-section {
    padding: 19px 15px;
  }

  .settings-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

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

  .settings-sender .settings-unverified, .settings-sender .settings-verified {
    margin-left: 40px;
  }

  .settings-sender .settings-quiet-button {
    margin-left: auto;
  }
}

:root {
  --bg: #f4f7fb;
  --shell: #fff;
  --panel: #fff;
  --raised: #edf3fa;
  --border: #dbe4ee;
  --text: #172333;
  --text-secondary: #526276;
  --text-muted: #8290a1;
  --accent: #2563d8;
  --accent-hover: #1d55bd;
  --accent-soft: #2563d81c;
  --danger: #d94a4a;
  --warning: #a26a09;
  --success: #168755;
}

body {
  background: var(--bg);
  color: var(--text);
}

.dm-sidebar {
  background: #fbfcfe;
  border-right-color: #dce5ef;
}

.dm-brand {
  border-bottom-color: #e4ebf3;
}

.dm-brand-link strong {
  color: #172333;
}

.dm-brand-link small, .dm-account small, .dm-sidebar-label, .dm-eyebrow {
  color: #8290a1;
}

.dm-nav-item {
  color: #526276;
}

.dm-nav-item:hover {
  color: #172333;
  background: #eef3f8;
}

.dm-nav-active {
  color: #174fae;
  background: #e6efff;
  box-shadow: inset 2px 0 #2563d8;
}

.dm-nav-count {
  color: #2563d8;
}

.dm-sidebar-bottom {
  border-top-color: #e4ebf3;
}

.dm-account {
  color: #172333;
}

.dm-account-avatar {
  color: #174fae;
  background: #dceaff;
}

.dm-list-pane {
  background: #fff;
}

.dm-list-header {
  background: #fff;
  border-bottom-color: #e1e8f0;
}

.dm-list-heading h1 {
  color: #172333;
}

.dm-more-button {
  color: #8290a1;
}

.dm-search {
  color: #7f8ea1;
  background: #f5f8fb;
  border-color: #dbe4ee;
}

.dm-search input {
  color: #172333;
}

.dm-search input::placeholder {
  color: #94a1b1;
}

.dm-list-toolbar {
  color: #8290a1;
}

.dm-list-toolbar button {
  color: #526276;
}

.dm-thread {
  border-bottom-color: #edf1f5;
}

.dm-thread:hover {
  background: #f7faff;
}

.dm-thread-active {
  background: #eef5ff;
  border-left-color: #2563d8;
}

.dm-thread-top time {
  color: #8290a1;
}

.dm-thread-preview {
  color: #8290a1;
}

.dm-checkbox {
  border-color: #a8b5c4;
}

.dm-empty-list {
  color: #8290a1;
}

.dm-empty-list strong {
  color: #526276;
}

.dm-compose-button {
  color: #fff;
  background: linear-gradient(135deg, #2f70e3, #1f59bd);
  border: 0;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: 800;
  transition: transform .18s, box-shadow .18s, background .18s;
  display: flex;
  box-shadow: 0 8px 18px #2563d838;
}

.dm-compose-button:hover {
  background: linear-gradient(135deg, #3b7ced, #2563d8);
  transform: translateY(-1px);
  box-shadow: 0 10px 23px #2563d847;
}

.dm-compose-button:active {
  transform: translateY(0);
}

.dm-compose-plus {
  border: 1px solid #ffffff73;
  border-radius: 6px;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: grid;
}

.settings-shell {
  background: radial-gradient(circle at 80% -10%, #2563d81a, #0000 36%), #f4f7fb;
}

.settings-topbar {
  background: #ffffffdb;
  border-bottom-color: #dce5ef;
}

.settings-title, .settings-content-heading h2, .settings-section-head h3 {
  color: #172333;
}

.settings-section {
  background: #ffffffeb;
  border-color: #dbe4ee;
  box-shadow: 0 12px 30px #243d5b12;
}

.settings-nav-intro, .settings-content-heading {
  border-color: #dce5ef;
}

.settings-nav-item:hover {
  color: #172333;
  background: #edf3fa;
}

.settings-nav-item-active {
  color: #174fae;
  background: #e8f1ff;
  border-color: #cfe0fb;
  box-shadow: inset 2px 0 #2563d8;
}

.settings-nav-item-active small {
  color: #4e76b5;
}

.settings-input {
  color: #172333;
  background: #f8fafc;
  border-color: #d4dee9;
}

.settings-input:focus {
  border-color: #2563d8;
  box-shadow: 0 0 0 3px #2563d81f;
}

.settings-input::placeholder {
  color: #9aa7b6;
}

.settings-sender, .settings-integration {
  background: #f8fafc;
  border-color: #dbe4ee;
}

.settings-callout {
  color: #4e76b5;
  background: #edf4ff;
  border-color: #cfe0fb;
}

.settings-callout strong {
  color: #285aa9;
}

.settings-callout.muted {
  color: #718096;
  background: #f7f9fb;
  border-color: #dbe4ee;
}

.settings-toggle-row {
  border-bottom-color: #e1e8f0;
}

.settings-toggle-title {
  color: #34455a;
}

.settings-sender-name {
  color: #233247;
}

.settings-segmented {
  background: #f4f7fb;
  border-color: #dbe4ee;
}

.settings-segmented .settings-segment-active {
  background: #2563d8;
}

.dm-topbar {
  background: #fff;
  border-bottom: 1px solid #dce5ef;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 58px;
  padding: 0 22px;
  display: flex;
}

.dm-topbar-left, .dm-topbar-actions, .dm-topbar-search, .dm-list-toolbar-left, .dm-list-toolbar-right {
  align-items: center;
  display: flex;
}

.dm-topbar-left {
  gap: 10px;
  min-width: 245px;
}

.dm-topbar-app {
  color: #fff;
  letter-spacing: -.08em;
  background: #2563d8;
  border-radius: 7px;
  place-items: center;
  width: 25px;
  height: 25px;
  font-size: 9px;
  font-weight: 900;
  display: grid;
}

.dm-topbar-title {
  color: #1c2b3d;
  font-size: 13px;
  font-weight: 800;
}

.dm-topbar-separator {
  background: #dbe4ee;
  width: 1px;
  height: 17px;
}

.dm-topbar-context {
  color: #8290a1;
  font-size: 11px;
  font-weight: 650;
}

.dm-topbar-search {
  color: #8290a1;
  background: #f5f8fb;
  border: 1px solid #d4dee9;
  border-radius: 7px;
  gap: 9px;
  width: min(420px, 42%);
  padding: 8px 13px;
}

.dm-topbar-search input {
  color: #172333;
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 11px;
}

.dm-topbar-search input::placeholder {
  color: #8d9bab;
}

.dm-topbar-actions {
  justify-content: flex-end;
  gap: 7px;
  min-width: 245px;
}

.dm-topbar-actions button {
  color: #718096;
  background: none;
  border: 0;
  border-radius: 7px;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  display: grid;
}

.dm-topbar-actions button:hover {
  color: #2563d8;
  background: #eef4fc;
}

.dm-topbar-avatar {
  color: #174fae;
  background: #dceaff;
  border-radius: 50%;
  place-items: center;
  width: 27px;
  height: 27px;
  margin-left: 5px;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}

.dm-list-toolbar {
  align-items: center;
}

.dm-list-toolbar-left, .dm-list-toolbar-right {
  gap: 10px;
}

.dm-list-toolbar-left button {
  color: #526276;
  background: none;
  border: 0;
  padding: 0;
  font-size: 10px;
  font-weight: 750;
}

.dm-list-toolbar-left button:hover {
  color: #2563d8;
}

.dm-list-toolbar-left .dm-checkbox {
  width: 14px;
  height: 14px;
}

.dm-list-toolbar-right {
  gap: 13px;
}

.dm-list-toolbar-right > span {
  color: #8290a1;
}

@media (max-width: 950px) {
  .dm-topbar-left, .dm-topbar-actions {
    min-width: auto;
  }

  .dm-topbar-context, .dm-topbar-separator {
    display: none;
  }
}

@media (max-width: 767px) {
  .dm-topbar {
    display: none;
  }
}

.dm-checkbox-button {
  cursor: pointer;
  background: none;
  padding: 0;
  transition: all .16s;
}

.dm-checkbox-button:hover {
  border-color: #2563d8;
  box-shadow: 0 0 0 3px #2563d81a;
}

.dm-checkbox-selected {
  background: #2563d8;
  border-color: #2563d8;
  box-shadow: inset 0 0 0 3px #fff;
}

.dm-selected-count {
  color: #2563d8;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 800;
}

.dm-thread-check {
  margin-top: 7px;
}

.dm-reader-pane {
  background: #f4f7fb;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.dm-reader-header {
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 12px;
  padding: 17px 20px;
  box-shadow: 0 4px 14px #243d5b0d;
}

.dm-reader-heading {
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  display: flex;
}

.dm-reader-heading h2 {
  color: #172333;
  letter-spacing: -.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 20px;
  font-weight: 750;
  overflow: hidden;
}

.dm-reader-heading p {
  color: #8290a1;
  margin: 6px 0 0;
  font-size: 11px;
}

.dm-reader-actions {
  flex-shrink: 0;
  align-items: center;
  gap: 7px;
  display: flex;
}

.dm-reader-actions button {
  color: #526276;
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 7px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 750;
  transition: all .18s;
}

.dm-reader-actions button:hover {
  color: #2563d8;
  background: #f4f8ff;
  border-color: #9ebbe8;
}

.dm-reader-actions .dm-reader-primary {
  color: #fff;
  background: #2563d8;
  border-color: #2563d8;
}

.dm-reader-actions .dm-reader-primary:hover {
  color: #fff;
  background: #1d55bd;
}

.dm-draft-badge {
  color: #9a6506;
  text-transform: uppercase;
  background: #fff4d8;
  border-radius: 99px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 800;
}

.dm-message-card {
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 12px #243d5b0b;
}

.dm-message-meta {
  border-bottom: 1px solid #e8eef4;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  display: flex;
}

.dm-message-meta .dm-avatar {
  width: 31px;
  height: 31px;
}

.dm-message-from {
  color: #1f3044;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 750;
  overflow: hidden;
}

.dm-message-recipient, .dm-message-date {
  color: #8290a1;
  font-size: 10px;
}

.dm-message-date {
  white-space: nowrap;
}

.dm-message-body {
  background: #fff;
  min-height: 100px;
  padding: 18px;
}

.dm-email-frame {
  background: #fff;
  border: 0;
  width: 100%;
  min-height: 480px;
  display: block;
}

.dm-plain-body {
  color: #33465b;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .dm-reader-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .dm-reader-actions {
    width: 100%;
  }

  .dm-reader-actions button {
    flex: 1;
  }

  .dm-email-frame {
    min-height: 420px;
  }
}

html, body, button, input, textarea, select {
  font-family: SF Pro Text, SF Pro Display, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

body {
  color: #172333;
}

.dm-list-heading h1, .dm-reader-heading h2 {
  color: #152235;
}

.dm-thread-top strong {
  color: #1f3044;
}

.dm-thread-subject {
  color: #3e5064;
}

.dm-thread-preview, .dm-message-recipient, .dm-message-date {
  color: #66778b;
}

.dm-message-from {
  color: #172b42;
}

.dm-plain-body {
  color: #2f4359;
}

.settings-content-heading h2, .settings-section-head h3 {
  color: #152235;
}

.settings-section-head p, .settings-hint {
  color: #637388;
}

.settings-label {
  color: #40536a;
}

.settings-nav-item {
  color: #465a70;
}

.settings-nav-item small {
  color: #708096;
}

.settings-nav-item-active {
  color: #174fae;
}

.settings-input {
  color: #172333;
}

.dm-reader-actions .dm-reader-action {
  color: #40536a;
}

.dm-reader-actions .dm-reader-danger {
  color: #b83d43;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_0yg4wg8.css.map*/