/* [project]/src/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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: #fef2f2;
    --color-red-600: #e40014;
    --color-gray-50: #f9fafb;
    --color-gray-200: #e5e7eb;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --spacing: .25rem;
    --breakpoint-md: 48rem;
    --breakpoint-lg: 64rem;
    --container-sm: 24rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --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-base: #f5f5f7;
    --color-graphite: #1a1a1e;
    --color-sub: #6b7280;
    --shadow-card: 0 4px 20px #00000005;
    --shadow-widget: 0 2px 8px #0000000a, 0 8px 24px #00000005;
    --shadow-capsule: 0 8px 24px #0000000a, 0 0 1px #00000014;
    --shadow-dock: 0 8px 24px #0003;
    --shadow-sheet: 0 4px 16px #00000014;
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18511 1.52329);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-200: lab(91.6229% -.159085 -2.26791);
      --color-gray-500: lab(47.7841% -.393212 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
    }
  }
}

@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 {
  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

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

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

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

  .mt-auto {
    margin-top: auto;
  }

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .table {
    display: table;
  }

  .h-full {
    height: 100%;
  }

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

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

  .w-full {
    width: 100%;
  }

  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }

  .max-w-screen-md {
    max-width: var(--breakpoint-md);
  }

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

  .flex-1 {
    flex: 1;
  }

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

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

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

  .gap-\[14px\] {
    gap: 14px;
  }

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

  .overflow-hidden {
    overflow: hidden;
  }

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

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-\[21px\] {
    font-size: 21px;
  }

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

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

  .text-\[--color-graphite\] {
    color: --color-graphite;
  }

  .text-\[--color-sub\] {
    color: --color-sub;
  }

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

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

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

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

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

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

  .opacity-60 {
    opacity: .6;
  }

  .shadow {
    --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);
  }

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

  .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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .\[clip-path\:url\(\#squircle-card-clip\)\] {
    clip-path: url("#squircle-card-clip");
  }

  @media (hover: hover) {
    .hover\:bg-gray-200:hover {
      background-color: var(--color-gray-200);
    }

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

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

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

    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }
}

:root {
  --bg-base: #f5f5f7;
  --card-yellow: #305cff;
  --text-dark: #1a1a1e;
  --text-sub: #6b7280;
  --pill-gray: #e8ecf0;
  --btn-gray: #e8ecf0;
  --btn-dark: #1a1a1e;
  --font-family: -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "Inter", "Segoe UI", Roboto, sans-serif;
  --card-bg: #fff;
  --text-main: #1a1a1e;
  --text-muted: #9ca3af;
  --active-bar: #1a1a1e;
  --stripe-color: #c4c8d4;
  --icon-coral: #305cff;
  --accent: #305cff;
  --spot-color-1: #305cff0f;
  --spot-color-2: #305cff08;
  --spot-color-3: #305cff03;
}

@font-face {
  font-family: MrROI;
  src: url("/mr-roi-font.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg-base);
  color: var(--text-dark);
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

@font-face {
  font-family: MrROI;
  src: url("/mr-roi-font.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.squircle-card {
  clip-path: url("#squircle-card-clip");
}

.squircle-pill {
  clip-path: url("#squircle-pill-clip");
}

.squircle-btn {
  clip-path: url("#squircle-btn-clip");
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  display: inline-flex;
}

.squircle-avatar {
  clip-path: url("#squircle-avatar-clip");
}

.squircle-widget {
  clip-path: url("#squircle-widget-clip");
}

.squircle-slider {
  clip-path: url("#squircle-slider-clip");
}

.squircle-capsule {
  clip-path: url("#squircle-capsule-clip");
}

.squircle-dock {
  clip-path: url("#squircle-dock-clip");
}

.squircle-sheet {
  clip-path: url("#squircle-sheet-clip");
}

.squircle-bar {
  clip-path: url("#squircle-bar-clip");
}

.squircle-bar-activity {
  clip-path: url("#squircle-bar-activity-clip");
}

.squircle-circle {
  clip-path: url("#squircle-circle-clip");
}

.squircle-video {
  clip-path: url("#squircle-video-clip");
}

.squircle-module {
  clip-path: url("#squircle-module-clip");
}

.squircle-range-card {
  clip-path: url("#squircle-range-card-clip");
}

.squircle-left-box {
  clip-path: url("#squircle-left-clip");
}

.squircle-right-box {
  clip-path: url("#squircle-right-clip");
}

.sc-left, .sc-right, .sc-capsule {
  clip-path: url("#squircle-pill-clip");
}

.lead-card {
  background-color: var(--card-bg);
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  padding: 16px 14px 14px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px #00000005;
}

.lead-card.active, .lead-card-active {
  background-color: #305cff;
}

.lead-card.faded, .lead-card-faded {
  opacity: .55;
}

.card-header {
  align-items: center;
  gap: 10px;
  display: flex;
}

.avatar-wrapper {
  width: 44px;
  height: 44px;
  color: var(--text-dark);
  background: #e8ecf0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.avatar-wrapper .initials {
  width: 100%;
  height: 100%;
  color: var(--text-dark);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.user-name {
  color: var(--text-dark);
  letter-spacing: -.2px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.company-title {
  color: var(--text-sub);
  margin: 2px 0 auto;
  padding-top: 6px;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.35;
}

.card-footer {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  display: flex;
}

.metric-pill {
  background-color: var(--pill-gray);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 44px;
  padding: 6px 10px;
  display: flex;
}

.lead-card.active .metric-pill, .lead-card-active .metric-pill {
  background-color: #0000;
  border: 1.5px solid #12121240;
}

.metric-amount {
  color: var(--text-dark);
  letter-spacing: -.3px;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.1;
}

.metric-label {
  color: var(--text-sub);
  white-space: nowrap;
  margin-top: 2px;
  font-size: 8.5px;
  font-weight: 500;
}

.lead-card.active .metric-label, .lead-card-active .metric-label {
  color: #1a1a1ab3;
}

.action-btn {
  background-color: var(--pill-gray);
  width: 44px;
  height: 44px;
  color: var(--text-dark);
  cursor: pointer;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.action-btn svg {
  display: block;
}

.lead-card.active .action-btn, .lead-card-active .action-btn {
  color: #fff;
  background-color: #1a1a1e;
}

.action-btn svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
}

.chips-row {
  scrollbar-width: none;
  align-self: center;
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
  overflow-x: auto;
}

.chips-row::-webkit-scrollbar {
  display: none;
}

.chip {
  color: #4d4d4d;
  white-space: nowrap;
  background: #f8f7fc;
  border-radius: 100px;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.chip.active {
  color: #1a1a1a;
  background: #fff;
}

.sc-row {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.sc-track {
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  height: 36px;
  padding: 3px;
  display: inline-flex;
  position: relative;
}

.sc-track .sc-item {
  cursor: pointer;
  white-space: nowrap;
  color: var(--text-sub);
  letter-spacing: -.15px;
  clip-path: url("#squircle-pill-clip");
  background: none;
  border: none;
  border-radius: 14px;
  outline: none;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  transition: all .18s;
  display: flex;
}

.sc-left .sc-item {
  padding: 0 16px;
}

.sc-right .sc-item {
  width: 30px;
}

.sc-right .sc-item.active {
  width: 34px;
}

.sc-item.active {
  background-color: var(--pill-gray);
  color: var(--text-dark);
  font-weight: 600;
}

.capsules-grid {
  scrollbar-width: none;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 18px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 0 0 0 16px;
  display: flex;
  overflow-x: auto;
}

@media (max-width: 767px) {
  .capsules-grid {
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 0 0 32px;
  }
}

.capsules-grid::-webkit-scrollbar {
  display: none;
}

.capsule-wrapper {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
  display: flex;
  position: relative;
}

.capsule {
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 110px;
  height: 240px;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px #0000000a;
}

.capsule:hover {
  transform: translateY(-4px);
}

.capsule-border {
  z-index: 1;
  pointer-events: none;
  background-color: #4a7cf704;
  width: 118px;
  height: 248px;
  transition: transform .2s;
  position: absolute;
  top: -4px;
  left: -4px;
}

.capsule-wrapper:hover .capsule-border {
  transform: translateY(-4px);
}

.pill-header {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 26px;
  display: flex;
  position: relative;
}

.pill-fill {
  opacity: .2;
  z-index: 2;
  background: #305cff;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.capsule-label {
  color: #1a1a1e;
  letter-spacing: -.2px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.capsule-sub {
  color: #8e8e93;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.battery-pill {
  background-color: var(--card-bg);
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 112px;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px #0000000a, 0 0 1px #00000014;
}

.pill-value {
  color: #fff;
  letter-spacing: -.5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.pill-label {
  color: #fff;
  letter-spacing: -.2px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 500;
}

.pill-fill-level {
  z-index: 2;
  background-color: #305cff;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pill-fill-text {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.activity-card {
  background: var(--card-bg);
  flex-direction: column;
  width: 100%;
  margin-bottom: 18px;
  padding: 22px 20px 18px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 8px #0000000a, 0 8px 24px #00000005;
}

.widget-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.activity-badge {
  align-items: center;
  gap: 8px;
  padding-top: 4px;
  display: flex;
}

.activity-icon {
  width: 22px;
  height: 22px;
  color: var(--icon-coral);
  justify-content: center;
  align-items: center;
  display: flex;
}

.activity-title {
  color: var(--text-main);
  letter-spacing: -.2px;
  font-size: 15px;
  font-weight: 600;
}

.steps-counter {
  align-items: baseline;
  gap: 3px;
  display: flex;
}

.steps-value {
  color: var(--text-main);
  letter-spacing: -.6px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.steps-unit {
  color: var(--text-main);
  font-size: 15px;
  font-weight: 600;
}

.chart-container {
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
  height: 150px;
  display: flex;
}

.day-column {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  height: 100%;
  display: flex;
}

.bar {
  background-color: #0000;
  background-image: repeating-linear-gradient(-45deg, var(--stripe-color), var(--stripe-color) 1.5px, transparent 1.5px, transparent 5.5px);
  width: 100%;
  transition: height .3s;
}

.day-column.active .bar {
  background-image: none;
  background-color: var(--active-bar);
}

.day-label {
  color: var(--text-muted);
  letter-spacing: -.1px;
  font-size: 11px;
  font-weight: 500;
}

.day-column.active .day-label {
  color: var(--text-main);
  font-weight: 700;
}

.mbs-activity {
  margin-top: 24px;
}

.slider-wrapper {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-bottom: 18px;
  display: flex;
}

.brightness-slider {
  -webkit-user-select: none;
  user-select: none;
  background-color: #e8ecf0;
  border-radius: 21px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  height: 56px;
  padding: 0 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-fill {
  z-index: 1;
  background-color: #305cff1f;
  border-radius: 21px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.slider-thumb {
  background-color: #305cff;
  border-radius: 3px;
  flex-shrink: 0;
  width: 3.5px;
  height: 28px;
  box-shadow: 0 1px 4px #00000040;
}

.slider-label, .slider-value {
  z-index: 2;
  color: #1a1a1e;
  letter-spacing: -.2px;
  pointer-events: none;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.slider-value {
  font-weight: 700;
}

.reset-btn {
  background: var(--pill-gray);
  color: #1a1a1e;
  cursor: pointer;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: inherit;
  transition: background .2s;
  display: flex;
}

.reset-btn:hover {
  background: #dde1e5;
}

.reset-btn svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
  height: 20px;
}

.slider-balance {
  text-align: center;
  color: #8e8e93;
  letter-spacing: -.1px;
  width: 100%;
  margin-top: 4px;
  font-size: 12.5px;
  font-weight: 500;
}

.calendar-v2-card {
  clip-path: url("#squircle-widget-clip");
  background-color: #fff;
  border-radius: 36px;
  width: 100%;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.calendar-v2-sheet {
  background-color: #fff;
  flex-direction: column;
  padding: 24px 20px 60px;
  display: flex;
}

.calendar-header {
  margin-bottom: 20px;
}

.month-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.month-dropdown {
  color: #121214;
  letter-spacing: -.3px;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.week-row {
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  padding: 0 4px;
  display: flex;
}

.day-item {
  cursor: default;
  background: none;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  padding: 6px 12px;
  transition: color .2s;
  display: flex;
}

.day-name {
  color: #909098;
  text-transform: lowercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.day-num {
  color: #909098;
  letter-spacing: -.5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.day-item.active .day-name, .day-item.active .day-num {
  color: #1c1d20;
}

.timeline-container {
  flex-direction: column;
  gap: 12px;
  display: flex;
  position: relative;
}

.timeline-slot {
  align-items: flex-start;
  gap: 16px;
  min-height: 48px;
  display: flex;
}

.time-label {
  color: #909098;
  letter-spacing: -.2px;
  flex-shrink: 0;
  width: 44px;
  padding-top: 6px;
  font-size: 12.5px;
  font-weight: 600;
}

.task-card {
  border-radius: 21px;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-title {
  color: #121214;
  letter-spacing: -.2px;
  font-size: 15px;
  font-weight: 700;
}

.dots-btn {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.card-standup {
  background-color: var(--pill-gray);
  align-items: center;
  height: 48px;
  padding: 0 14px 0 16px;
}

.card-meeting {
  background-color: var(--pill-gray);
  border-radius: 21px;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
  padding: 14px 14px 12px 16px;
}

.card-meeting-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-meeting-bottom {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.avatars-stack {
  align-items: center;
  display: flex;
}

.avatar-placeholder {
  color: #fff;
  background-color: #b8c4d9;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: -8px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.video-call-badge {
  color: #fff;
  background-color: #305cff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.card-lunch {
  background-color: var(--pill-gray);
  border-radius: 21px;
  align-items: center;
  height: 48px;
  padding: 0 14px 0 16px;
}

.bottom-sheet-overlay {
  z-index: 100;
  display: none;
  position: fixed;
  inset: 0;
}

.bottom-sheet-overlay.open {
  display: block;
}

.bottom-sheet-backdrop {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  cursor: pointer;
  background: #0003;
  position: fixed;
  inset: 0;
}

.bottom-sheet {
  font-family: var(--font-family);
  background: #fff;
  border-radius: 32px 32px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.sheet-content {
  padding: 12px 20px 34px;
}

.sheet-handle {
  background: #0000001f;
  border-radius: 2px;
  width: 36px;
  height: 4px;
  margin: 0 auto 12px;
}

.sheet-actions {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.sheet-action {
  color: #1a1a1e;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  border-radius: 12px;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  transition: background .12s;
  display: flex;
}

.sheet-action:hover {
  background: #0000000a;
}

.sheet-action svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.bottom-bar-outer {
  z-index: 50;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-bar-inner {
  pointer-events: auto;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px 16px;
  display: flex;
}

@media (min-width: 768px) {
  .bottom-bar-inner {
    padding: 0 32px 16px;
  }
}

.bottom-bar-wrapper {
  pointer-events: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.dock-wrapper {
  pointer-events: auto;
  position: relative;
}

.dock-shadow {
  filter: blur(10px);
  pointer-events: none;
  background: #0000001f;
  border-radius: 40px;
  width: 266px;
  height: 76px;
  position: absolute;
  top: -8px;
  left: -8px;
}

.floating-dock {
  pointer-events: auto;
  z-index: 1;
  background: #fff;
  border: none;
  outline: none;
  align-items: center;
  gap: 14px;
  width: 250px;
  height: 60px;
  padding: 6px 16px;
  display: flex;
  position: relative;
}

.tab-item {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.tab-item.active {
  color: var(--text-dark);
  background: #f8f7fc;
  border-radius: 50%;
}

.fab-plus-btn {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  background: #1a1a1e;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  box-shadow: 0 8px 24px #0003;
}

.scroll-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-hide::-webkit-scrollbar {
  display: none;
}

.sh {
  justify-content: space-between;
  align-items: center;
  padding: 0 0 14px;
  display: flex;
}

.st {
  color: #1a1a1a;
  letter-spacing: -.3px;
  font-size: 21px;
  font-weight: 700;
}

.app-header {
  flex-direction: column;
  gap: 10px;
  padding: 8px 32px;
  display: flex;
}

.hr {
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 900px;
  height: 44px;
  margin: 0 auto;
  display: flex;
}

.logo {
  text-align: center;
  color: var(--text-dark);
  letter-spacing: 1px;
  flex: 1;
  padding-top: 4px;
  font-family: MrROI, serif;
  font-size: 34px;
  font-weight: normal;
  line-height: 1;
}

.av {
  background: var(--pill-gray);
  width: 40px;
  height: 40px;
  color: var(--text-dark);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.ha {
  align-self: center;
  align-items: center;
  gap: 8px;
  display: flex;
}

.ib {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  display: flex;
}

.ib svg {
  display: block;
}

.sc {
  flex: 1;
  padding: 8px 32px 240px;
  overflow-y: scroll;
}

.sc::-webkit-scrollbar {
  width: 8px;
}

.sc::-webkit-scrollbar-track {
  background: none;
}

.sc::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
}

.sc::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

@media (min-width: 768px) {
  .sc {
    padding: 8px 32px 240px;
  }
}

@media (min-width: 1200px) {
  .sc {
    padding: 16px 32px 240px;
  }
}

.app-root {
  background: var(--bg-base);
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.sc-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.cards-grid {
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  gap: 14px;
  display: grid;
}

.bg-spot {
  background-image: radial-gradient(circle at 12% 12%, var(--spot-color-1) 0%, var(--spot-color-2) 28%, var(--spot-color-3) 50%, #f8f6f200 72%);
}

.course-card {
  background: var(--card-bg);
  border-radius: 28px;
  height: 210px;
  transition: transform .2s, box-shadow .2s;
  overflow: hidden;
}

.course-card:hover {
  transform: translateY(-2px);
}

.course-card-inner {
  flex-direction: column;
  height: 100%;
  padding: 16px 14px 14px;
  display: flex;
}

.course-card-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.course-card-icon {
  background: var(--pill-gray);
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.course-card-meta {
  align-items: center;
  display: flex;
}

.course-lesson-count {
  color: var(--text-sub);
  font-size: 12px;
  font-weight: 600;
}

.course-card-title {
  color: var(--text-dark);
  letter-spacing: -.2px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.course-card-desc {
  color: var(--text-sub);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: auto;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.course-progress-track {
  background: var(--pill-gray);
  border-radius: 2px;
  width: 100%;
  height: 4px;
  margin: 10px 0 6px;
  overflow: hidden;
}

.course-progress-fill {
  background: var(--accent);
  border-radius: 2px;
  height: 100%;
  transition: width .3s;
}

.course-card-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.course-progress-label {
  color: var(--text-sub);
  font-size: 12px;
  font-weight: 600;
}

.course-card-arrow {
  background: var(--pill-gray);
  cursor: pointer;
  width: 28px;
  height: 28px;
  color: var(--text-dark);
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.course-card-arrow svg {
  width: 16px;
  height: 16px;
}

.course-detail {
  padding-bottom: 0;
}

.course-back-btn {
  background: var(--pill-gray);
  color: var(--text-dark);
  cursor: pointer;
  clip-path: url("#squircle-back-clip");
  border: none;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  padding: 10px 18px 10px 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  transition: background .15s;
  display: inline-flex;
}

.course-back-btn:hover {
  background: #dde1e5;
}

.course-detail-header {
  background: var(--card-bg);
  clip-path: url("#squircle-widget-clip");
  margin-bottom: 16px;
  padding: 28px 26px;
  box-shadow: 0 4px 20px #00000005;
}

.course-detail-icon {
  background: var(--pill-gray);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  display: flex;
}

.course-detail-title {
  color: var(--text-dark);
  letter-spacing: -.3px;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
}

.course-detail-desc {
  color: var(--text-sub);
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.course-detail-stats {
  gap: 16px;
  display: flex;
}

.course-detail-stat {
  color: var(--text-sub);
  font-size: 13px;
  font-weight: 600;
}

.course-sections {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.course-section {
  background: var(--card-bg);
  border-radius: 28px;
  padding: 20px;
}

.section-title {
  color: var(--text-dark);
  letter-spacing: -.2px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}

.section-lessons {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.lesson-row {
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  transition: background .15s;
  display: flex;
}

.lesson-row:hover {
  background: var(--pill-gray);
}

.lesson-row.completed {
  opacity: .7;
}

.lesson-row.locked {
  opacity: .5;
  cursor: default;
}

.lesson-index {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.lesson-index svg {
  color: var(--accent);
}

.lesson-row.completed .lesson-index svg {
  color: #34c759;
}

.lesson-row.locked .lesson-index svg {
  color: var(--text-muted);
}

.lesson-check-icon {
  display: flex;
}

.lesson-info {
  flex: 1;
  min-width: 0;
}

.lesson-title {
  color: var(--text-dark);
  letter-spacing: -.1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.lesson-duration {
  color: var(--text-muted);
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
}

.lesson-row > svg:last-child {
  width: 16px;
  height: 16px;
  color: var(--text-muted);
  flex-shrink: 0;
}

.course-empty {
  text-align: center;
  color: var(--text-sub);
  padding: 32px 16px;
  font-size: 14px;
  font-weight: 500;
}

.lesson-detail {
  padding-bottom: 120px;
}

.video-player-block {
  clip-path: url("#squircle-widget-clip");
  aspect-ratio: 16 / 9;
  background: #121214;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.video-player-inner {
  background-image: radial-gradient(circle at 30% 20%, #305cff40 0%, #0000 60%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.video-play-button {
  color: #121214;
  cursor: pointer;
  background: #fffffff2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  transition: transform .15s;
  display: flex;
  box-shadow: 0 8px 24px #0000004d;
}

.video-play-button:hover {
  transform: scale(1.05);
}

.video-play-button svg {
  margin-left: 4px;
}

.video-duration-label {
  color: #fff;
  letter-spacing: .2px;
  background: #000000a6;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.lesson-detail-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  display: flex;
}

.lesson-detail-title {
  color: var(--text-dark);
  letter-spacing: -.3px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.lesson-completed-badge {
  color: #2e7d32;
  white-space: nowrap;
  background: #e8f5e9;
  border-radius: 999px;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.lesson-completed-badge svg {
  width: 14px;
  height: 14px;
}

.lesson-info-card {
  background: var(--card-bg);
  clip-path: url("#squircle-d2-clip");
  margin-bottom: 14px;
  padding: 32px;
  box-shadow: 0 4px 20px #00000005;
}

.lesson-summary-text {
  color: var(--text-sub);
  border-bottom: 1px solid var(--pill-gray);
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
}

.lesson-body {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.lesson-body p {
  color: var(--text-dark);
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.lesson-block {
  background: var(--card-bg);
  clip-path: url("#squircle-widget-clip");
  margin-bottom: 14px;
  padding: 24px 26px;
  box-shadow: 0 4px 20px #00000005;
}

.lesson-block-title {
  color: var(--text-dark);
  letter-spacing: -.2px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
}

.lesson-key-points {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.key-point {
  color: var(--text-dark);
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
  display: flex;
}

.key-point svg {
  flex-shrink: 0;
  margin-top: 7px;
}

.lesson-resources {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.resource-link {
  color: var(--accent);
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
  -webkit-text-decoration: underline #305cff4d;
  text-decoration: underline #305cff4d;
  display: inline-flex;
}

.resource-link svg {
  color: var(--accent);
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.course-hero {
  background: var(--card-bg);
  clip-path: url("#squircle-widget-clip");
  margin-bottom: 16px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px #00000005;
}

.course-hero-title {
  color: var(--text-dark);
  letter-spacing: -.3px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.course-hero-progress {
  align-items: center;
  gap: 12px;
  display: flex;
}

.hero-progress-bar {
  background: var(--pill-gray);
  border-radius: 999px;
  flex: 1;
  height: 10px;
  overflow: hidden;
}

.hero-progress-fill {
  background: var(--accent);
  border-radius: 999px;
  height: 100%;
  transition: width .4s;
}

.hero-progress-pct {
  color: var(--text-dark);
  letter-spacing: -.5px;
  text-align: right;
  min-width: 48px;
  font-size: 20px;
  font-weight: 800;
}

.course-hero-stats {
  color: var(--text-sub);
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 500;
}

.module-list {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.module-card {
  background-color: var(--card-bg);
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  width: 100%;
  padding: 32px 30px 30px;
  display: flex;
}

.module-card.locked {
  opacity: .65;
}

.card-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.status-badge {
  letter-spacing: .6px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  font-size: 11.5px;
  font-weight: 700;
  display: inline-flex;
}

.status-badge svg {
  width: 12px;
  height: 12px;
}

.meta-list {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.meta-item {
  color: var(--text-muted);
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.meta-item svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2px;
  width: 14px;
  height: 14px;
}

.module-card-title {
  color: #1e293b;
  letter-spacing: -.3px;
  margin-top: 26px;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.card-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-btn {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  background: #305cff;
  border: none;
  padding: 12px 36px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 700;
  transition: transform .15s;
}

.cta-btn:hover {
  opacity: .94;
  transform: translateY(-1px);
}

.cta-btn.disabled-btn {
  background: var(--pill-gray);
  color: var(--text-muted);
  box-shadow: none;
  cursor: default;
  opacity: 1;
}

.rocket-disc {
  background: linear-gradient(145deg, #f0f6ff 0%, #fff 100%);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  box-shadow: 0 10px 24px #305cff26, inset 0 2px 4px #ffffffe6;
}

.rocket-disc svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #74a5c7;
  width: 22px;
  height: 22px;
}

.course-detail-spacer {
  flex-shrink: 0;
  height: 100px;
}

.course-detail-layout {
  display: block;
}

@media (min-width: 768px) {
  .course-detail-layout {
    grid-template-columns: 1fr 280px;
    align-items: start;
    gap: 20px;
    display: grid;
  }
}

.course-detail-sidebar > :first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .course-detail-sidebar {
    position: sticky;
    top: 16px;
  }
}

.course-hero-bg {
  opacity: .6;
  pointer-events: none;
  position: absolute;
  top: -10px;
  right: -10px;
}

.course-hero-desc {
  color: var(--text-sub);
  margin-top: -10px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.course-detail-sidebar {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.sidebar-card {
  background: var(--card-bg);
  clip-path: url("#squircle-widget-clip");
  padding: 24px 26px;
  box-shadow: 0 4px 20px #00000005;
}

.speaker-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.speaker-avatar {
  background: #e3f2fd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 4px;
  display: flex;
}

.speaker-name {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 700;
}

.speaker-title {
  color: var(--text-sub);
  font-size: 12px;
  font-weight: 500;
}

.speaker-quote {
  color: var(--text-muted);
  margin-top: 6px;
  padding: 0 4px;
  font-size: 12.5px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.challenge-card {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.challenge-header {
  align-items: center;
  gap: 8px;
  display: flex;
}

.challenge-title {
  color: var(--text-dark);
  letter-spacing: -.2px;
  font-size: 15px;
  font-weight: 700;
}

.challenge-metrics {
  gap: 20px;
  display: flex;
}

.challenge-metric {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.challenge-value {
  color: var(--text-dark);
  letter-spacing: -.6px;
  font-size: 28px;
  font-weight: 800;
}

.challenge-unit {
  color: var(--text-sub);
  font-size: 11px;
  font-weight: 500;
}

.challenge-btn {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  clip-path: url("#squircle-btn3-clip");
  background: #305cff;
  border: none;
  width: 100%;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  transition: transform .15s;
}

.challenge-btn:hover {
  transform: translateY(-1px);
}

.qa-card {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.qa-header {
  align-items: center;
  gap: 8px;
  display: flex;
}

.qa-title {
  color: var(--text-dark);
  letter-spacing: -.2px;
  font-size: 15px;
  font-weight: 700;
}

.qa-text {
  color: var(--text-sub);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.5;
}

.qa-btn {
  background: var(--pill-gray);
  color: var(--text-dark);
  letter-spacing: .6px;
  text-transform: uppercase;
  cursor: pointer;
  clip-path: url("#squircle-btn3-clip");
  border: none;
  width: 100%;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  transition: background .15s;
}

.qa-btn:hover {
  background: #dde1e5;
}

.squircle-d2 {
  clip-path: url("#squircle-d2-clip");
}

.squircle-d2, .squircle-d2.squircle-card, .squircle-d2.squircle-capsule, .squircle-d2.squircle-widget, .squircle-d2.squircle-pill {
  clip-path: url("#squircle-d2-clip") !important;
}

.squircle-slider2 {
  clip-path: url("#squircle-slider2-clip");
}

.brightness-slider.d2-radius {
  border-radius: 22px !important;
}

.academy-filters.sc-row {
  scrollbar-width: none;
  white-space: nowrap;
  justify-content: flex-start;
  gap: 8px;
  width: auto;
  margin-bottom: 12px;
  overflow-x: auto;
}

.academy-filters.sc-row::-webkit-scrollbar {
  display: none;
}

.academy-filters .sc-track {
  clip-path: url("#squircle-sc-track-clip");
  border-radius: 0;
  height: 36px;
  padding: 0;
}

.academy-filters .sc-track .sc-item {
  border-radius: 0;
  height: 36px;
  padding: 0 16px;
}

.academy-filters .sc-left, .academy-filters .sc-right, .academy-filters .sc-capsule {
  clip-path: url("#squircle-sc-track-clip");
}

.academy-filters .sc-item.active {
  clip-path: url("#squircle-pill-clip");
}

.academy-grid.cards-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.ai2-project-picker {
  z-index: 999;
  background: var(--card-bg);
  border-radius: 16px;
  min-width: 220px;
  padding: 8px 6px 6px;
  position: fixed;
  box-shadow: 0 4px 24px #00000014;
}

.ai2-project-picker .picker-item {
  cursor: pointer;
  color: var(--text-dark);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 500;
  transition: background .12s;
  display: flex;
}

.ai2-project-picker .picker-item:hover, .ai2-project-picker .picker-item.current {
  background: var(--pill-gray);
}

.ai2-project-picker .picker-add-btn {
  cursor: pointer;
  color: #fff;
  background: var(--accent);
  border: none;
  border-radius: 12px;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  transition: opacity .12s;
  display: block;
}

.ai2-project-picker .picker-add-btn:hover {
  opacity: .9;
}

.ai2-project-picker .picker-item:first-child {
  margin-top: 2px;
}

.ai2-project-picker .picker-item:last-of-type {
  margin-bottom: 2px;
}

.ai2-project-picker .picker-input-row {
  gap: 6px;
  padding: 10px 14px;
  display: flex;
}

.ai2-project-picker .picker-input {
  border: 1px solid var(--pill-gray);
  background: var(--card-bg);
  color: var(--text-dark);
  border-radius: 8px;
  flex: 1;
  padding: 6px 8px;
  font-family: inherit;
  font-size: 13px;
}

.ai2-project-picker .picker-input:focus {
  border-color: var(--accent);
  outline: none;
}

.ai2-project-picker .picker-ok-btn {
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
}

.ai2-context-menu {
  z-index: 100000;
  background: var(--card-bg);
  border-radius: 14px;
  min-width: 160px;
  padding: 4px;
  position: absolute;
  top: 28px;
  right: 4px;
  overflow: visible;
  box-shadow: 0 8px 32px #0000002e;
}

.ai2-context-menu .ctx-item {
  cursor: pointer;
  color: var(--text-dark);
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 13px;
  transition: background .12s;
  display: flex;
}

.ai2-context-menu .ctx-item:hover {
  background: var(--pill-gray);
}

.ai2-context-menu .ctx-item.danger {
  color: #ff3b30;
}

.ai2-header-project {
  flex: 1;
  align-items: center;
  gap: 17px;
  min-width: 0;
  padding: 4px 0;
  display: flex;
  overflow: visible;
}

.ai2-header-project .project-name {
  color: var(--text-dark);
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14.5px;
  font-weight: 450;
  overflow: hidden;
}

.ai2-header-project .project-chevron {
  cursor: pointer;
  color: var(--text-dark);
  flex-shrink: 0;
}

.ai2-header-project .av {
  flex-shrink: 0;
}

.ai2-fab-row {
  align-items: center;
  gap: 6px;
  display: flex;
}

.ai2-fab-pill {
  cursor: pointer;
  width: 34px;
  height: 34px;
  color: var(--text-dark);
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: background .12s;
  display: flex;
}

.ai2-fab-pill.squircle-btn {
  background: var(--pill-gray);
}

.ai2-fab-pill:hover {
  background: #dde1e5 !important;
}

.ai2-fab-window {
  justify-content: center;
  align-items: center;
  min-width: 28px;
  padding: 0 2px;
  display: flex;
}

.ai2-fab-window input {
  text-align: center;
  width: 26px;
  color: var(--text-dark);
  background: none;
  border: none;
  border-radius: 6px;
  outline: none;
  padding: 2px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}

.ai2-fab-window input:focus {
  outline: none;
}

.ai2-settings-overlay {
  z-index: 100;
  background: #00000059;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.ai2-settings-panel {
  background: var(--card-bg);
  box-sizing: border-box;
  width: 90%;
  max-width: 680px;
  max-height: 85vh;
  margin-bottom: 40px;
  padding: 24px;
  overflow-y: auto;
}

.ai2-settings-panel::-webkit-scrollbar {
  width: 4px;
}

.ai2-settings-panel::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 2px;
}

.ai2-settings-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.ai2-settings-header h2 {
  color: var(--text-dark);
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.ai2-settings-close {
  cursor: pointer;
  color: var(--text-muted);
  background: none;
  border: none;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 18px;
  transition: background .12s;
}

.ai2-settings-close:hover {
  background: var(--pill-gray);
}

.ai2-section {
  margin-bottom: 22px;
}

.ai2-section-title {
  color: var(--text-sub);
  letter-spacing: -.15px;
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 600;
}

.ai2-settings-input {
  background: var(--card-bg);
  width: 100%;
  color: var(--text-dark);
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 13px;
  transition: border-color .15s;
}

.ai2-settings-input:focus {
  border-color: var(--accent);
  outline: none;
}

textarea.ai2-settings-input {
  resize: vertical;
  min-height: 80px;
}

.ai2-settings-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  display: flex;
}

.ai2-settings-btn {
  background: var(--pill-gray);
  color: var(--text-dark);
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 5px 10px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  transition: background .12s;
}

.ai2-settings-btn:hover {
  background: #dde1e5;
}

.ai2-settings-btn.primary {
  background: var(--accent);
  color: #fff;
}

.ai2-settings-btn.primary:hover {
  opacity: .9;
}

.ai2-settings-btn.danger {
  color: #fff;
  background: #ff3b30;
}

.ai2-settings-textarea {
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  width: 100%;
  min-height: 60px;
  padding: 10px;
  font-family: inherit;
  font-size: 13px;
}

.ai2-settings-textarea:focus {
  border-color: var(--accent);
  outline: none;
}

.ai2-toggle-container {
  cursor: pointer;
  color: var(--text-sub);
  align-items: center;
  gap: 6px;
  font-size: 12px;
  display: flex;
}

.ai2-toggle-track {
  background: #ccc;
  border-radius: 10px;
  flex-shrink: 0;
  width: 36px;
  height: 20px;
  transition: background .15s;
  display: inline-block;
  position: relative;
}

.ai2-toggle-track.active {
  background: #34c759;
}

.ai2-toggle-thumb {
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: left .15s;
  position: absolute;
  top: 2px;
  left: 2px;
  box-shadow: 0 1px 2px #00000026;
}

.ai2-toggle-track.active .ai2-toggle-thumb {
  left: 18px;
}

.ai2-model-select {
  background: var(--card-bg);
  color: var(--text-dark);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 13px;
}

.ai2-section-divider {
  border-top: 1px solid var(--pill-gray);
  margin: 8px 0;
}

.ai2-timeline-header {
  color: var(--text-sub);
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.ai2-timeline-header .brand {
  color: var(--text-dark);
  margin-right: 8px;
  font-family: MrROI, serif;
  font-size: 32px;
}

.ai2-result-card {
  padding: 0;
}

.ai2-result-card .result-text {
  color: var(--text-dark);
  white-space: pre-wrap;
  word-break: break-word;
  padding: 14px 16px 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.ai2-result-card .result-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0 16px 12px;
  display: flex;
}

.ai2-live-batch-progress {
  background: var(--pill-gray);
  border-radius: 2px;
  height: 3px;
  margin-bottom: 6px;
  overflow: hidden;
}

.ai2-live-batch-progress-fill {
  background: var(--accent);
  border-radius: 2px;
  height: 100%;
  transition: width .3s;
}

.ai2-modal-overlay {
  z-index: 110;
  background: #00000059;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.ai2-modal-content {
  background: var(--card-bg);
  flex-direction: column;
  width: 92%;
  max-width: 600px;
  max-height: 80vh;
  display: flex;
}

.ai2-modal-content.wide {
  max-width: 680px;
}

.squircle-d2.ai2-modal-content, .squircle-d2.ai2-modal-content.wide {
  background: var(--card-bg);
}

.ai2-modal-header {
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 8px;
  display: flex;
}

.ai2-modal-header span {
  color: var(--text-dark);
  font-size: 15px;
  font-weight: 600;
}

.ai2-modal-close {
  cursor: pointer;
  color: var(--text-muted);
  background: none;
  border: none;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 18px;
}

.ai2-modal-close:hover {
  background: var(--pill-gray);
}

.ai2-modal-body {
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--text-dark);
  flex: 1;
  padding: 0 20px 16px;
  font-size: 14px;
  line-height: 1.6;
  overflow: auto;
}

.ai2-modal-footer {
  border-top: 1px solid var(--pill-gray);
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 20px;
  display: flex;
}

.ai2-history-group {
  padding: 12px 0;
}

.squircle-d2.ai2-history-group {
  background: var(--card-bg);
  margin-bottom: 8px;
  padding: 12px 0;
}

.ai2-history-nav {
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0 12px;
  display: flex;
}

.ai2-nav-btn {
  border: 1px solid var(--pill-gray);
  background: var(--card-bg);
  cursor: pointer;
  color: var(--text-dark);
  border-radius: 8px;
  padding: 4px 10px;
  font-family: inherit;
  font-size: 12px;
  transition: background .12s;
}

.ai2-nav-btn:hover:not(:disabled) {
  background: var(--pill-gray);
}

.ai2-nav-btn:disabled {
  opacity: .3;
  cursor: default;
}

.ai2-nav-index {
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 500;
}

.ai2-icon-btn {
  cursor: pointer;
  width: 32px;
  height: 32px;
  color: var(--text-sub);
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background .12s;
  display: flex;
}

.ai2-icon-btn:hover {
  background: var(--pill-gray);
}

.ai2-icon-btn svg {
  display: block;
}

.ai2-empty-state {
  text-align: center;
  padding: 30px 20px;
}

.ai2-empty-state h3 {
  color: var(--text-sub);
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
}

.ai2-empty-state p {
  color: var(--text-muted);
  font-size: 13px;
}

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

@media (min-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-numeric-fraction {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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