/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-lg: 32rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --leading-relaxed: 1.625;
    --radius-xs: 0.125rem;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: 'Inter','Segoe UI',Arial,sans-serif;
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, 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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-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"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip-path: none;
    white-space: normal;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .isolate {
    isolation: isolate;
  }
  .isolation-auto {
    isolation: auto;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flow-root {
    display: flow-root;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .field-sizing-content {
    field-sizing: content;
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-\[calc\(100\%-1px\)\] {
    height: calc(100% - 1px);
  }
  .h-\[var\(--radix-select-trigger-height\)\] {
    height: var(--radix-select-trigger-height);
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\(--radix-select-content-available-height\) {
    max-height: var(--radix-select-content-available-height);
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[8rem\] {
    min-width: 8rem;
  }
  .min-w-\[var\(--radix-select-trigger-width\)\] {
    min-width: var(--radix-select-trigger-width);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .caption-bottom {
    caption-side: bottom;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-\(--radix-select-content-transform-origin\) {
    transform-origin: var(--radix-select-content-transform-origin);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-none {
    translate: none;
  }
  .scale-3d {
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .touch-pinch-zoom {
    --tw-pinch-zoom: pinch-zoom;
    touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
  }
  .resize {
    resize: both;
  }
  .scroll-my-1 {
    scroll-margin-block: calc(var(--spacing) * 1);
  }
  .grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-reverse {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 1;
    }
  }
  .space-x-reverse {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 1;
    }
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :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)));
    }
  }
  .divide-y-reverse {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 1;
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius);
  }
  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }
  .rounded-sm {
    border-radius: calc(var(--radius) - 4px);
  }
  .rounded-xl {
    border-radius: calc(var(--radius) + 4px);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-s {
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
  }
  .rounded-ss {
    border-start-start-radius: 0.25rem;
  }
  .rounded-e {
    border-start-end-radius: 0.25rem;
    border-end-end-radius: 0.25rem;
  }
  .rounded-se {
    border-start-end-radius: 0.25rem;
  }
  .rounded-ee {
    border-end-end-radius: 0.25rem;
  }
  .rounded-es {
    border-end-start-radius: 0.25rem;
  }
  .rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-tl {
    border-top-left-radius: 0.25rem;
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-tr {
    border-top-right-radius: 0.25rem;
  }
  .rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-s {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }
  .border-e {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
  }
  .border-bs {
    border-block-start-style: var(--tw-border-style);
    border-block-start-width: 1px;
  }
  .border-be {
    border-block-end-style: var(--tw-border-style);
    border-block-end-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-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-input {
    border-color: var(--input);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-accent {
    background-color: var(--accent);
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-border {
    background-color: var(--border);
  }
  .bg-destructive {
    background-color: var(--destructive);
  }
  .bg-muted {
    background-color: var(--muted);
  }
  .bg-muted\/50 {
    background-color: var(--muted);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }
  .bg-popover {
    background-color: var(--popover);
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-primary\/20 {
    background-color: var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--primary) 20%, transparent);
    }
  }
  .bg-secondary {
    background-color: var(--secondary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .mask-no-clip {
    mask-clip: no-clip;
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[3px\] {
    padding: 3px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .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-sm\/relaxed {
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-clip {
    text-overflow: clip;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-current {
    color: currentcolor;
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-foreground\/60 {
    color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--foreground) 60%, transparent);
    }
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-popover-foreground {
    color: var(--popover-foreground);
  }
  .text-primary {
    color: var(--primary);
  }
  .text-primary-foreground {
    color: var(--primary-foreground);
  }
  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .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,);
  }
  .proportional-nums {
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .slashed-zero {
    --tw-slashed-zero: slashed-zero;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .normal-nums {
    font-variant-numeric: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .inset-ring {
    --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .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-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
    -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-invert {
    --tw-backdrop-invert: invert(100%);
    -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-sepia {
    --tw-backdrop-sepia: sepia(100%);
    -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-filter {
    -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-\[color\,box-shadow\] {
    transition-property: color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-none {
    transition-property: none;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .divide-x-reverse {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 1;
    }
  }
  .paused {
    animation-play-state: paused;
  }
  .ring-inset {
    --tw-ring-inset: inset;
  }
  .zoom-in {
    --tw-enter-scale: 0;
  }
  .zoom-out {
    --tw-exit-scale: 0;
  }
  .group-data-\[disabled\=true\]\:pointer-events-none {
    &:is(:where(.group)[data-disabled="true"] *) {
      pointer-events: none;
    }
  }
  .group-data-\[disabled\=true\]\:opacity-50 {
    &:is(:where(.group)[data-disabled="true"] *) {
      opacity: 50%;
    }
  }
  .group-data-\[orientation\=horizontal\]\/tabs\:h-9 {
    &:is(:where(.group\/tabs)[data-orientation="horizontal"] *) {
      height: calc(var(--spacing) * 9);
    }
  }
  .group-data-\[orientation\=vertical\]\/tabs\:h-fit {
    &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
      height: fit-content;
    }
  }
  .group-data-\[orientation\=vertical\]\/tabs\:w-full {
    &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
      width: 100%;
    }
  }
  .group-data-\[orientation\=vertical\]\/tabs\:flex-col {
    &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
      flex-direction: column;
    }
  }
  .group-data-\[orientation\=vertical\]\/tabs\:justify-start {
    &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
      justify-content: flex-start;
    }
  }
  .group-data-\[size\=sm\]\/alert-dialog-content\:grid {
    &:is(:where(.group\/alert-dialog-content)[data-size="sm"] *) {
      display: grid;
    }
  }
  .group-data-\[size\=sm\]\/alert-dialog-content\:grid-cols-2 {
    &:is(:where(.group\/alert-dialog-content)[data-size="sm"] *) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .group-data-\[variant\=line\]\/tabs-list\:bg-transparent {
    &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
      background-color: transparent;
    }
  }
  .peer-disabled\:cursor-not-allowed {
    &:is(:where(.peer):disabled ~ *) {
      cursor: not-allowed;
    }
  }
  .peer-disabled\:opacity-50 {
    &:is(:where(.peer):disabled ~ *) {
      opacity: 50%;
    }
  }
  .selection\:bg-primary {
    & *::selection {
      background-color: var(--primary);
    }
    &::selection {
      background-color: var(--primary);
    }
  }
  .selection\:text-primary-foreground {
    & *::selection {
      color: var(--primary-foreground);
    }
    &::selection {
      color: var(--primary-foreground);
    }
  }
  .file\:inline-flex {
    &::file-selector-button {
      display: inline-flex;
    }
  }
  .file\:h-7 {
    &::file-selector-button {
      height: calc(var(--spacing) * 7);
    }
  }
  .file\:border-0 {
    &::file-selector-button {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .file\:bg-transparent {
    &::file-selector-button {
      background-color: transparent;
    }
  }
  .file\:text-sm {
    &::file-selector-button {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .file\:font-medium {
    &::file-selector-button {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .file\:text-foreground {
    &::file-selector-button {
      color: var(--foreground);
    }
  }
  .placeholder\:text-muted-foreground {
    &::placeholder {
      color: var(--muted-foreground);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:bg-foreground {
    &::after {
      content: var(--tw-content);
      background-color: var(--foreground);
    }
  }
  .after\:opacity-0 {
    &::after {
      content: var(--tw-content);
      opacity: 0%;
    }
  }
  .after\:transition-opacity {
    &::after {
      content: var(--tw-content);
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .group-data-\[orientation\=horizontal\]\/tabs\:after\:inset-x-0 {
    &:is(:where(.group\/tabs)[data-orientation="horizontal"] *) {
      &::after {
        content: var(--tw-content);
        inset-inline: calc(var(--spacing) * 0);
      }
    }
  }
  .group-data-\[orientation\=horizontal\]\/tabs\:after\:bottom-\[-5px\] {
    &:is(:where(.group\/tabs)[data-orientation="horizontal"] *) {
      &::after {
        content: var(--tw-content);
        bottom: -5px;
      }
    }
  }
  .group-data-\[orientation\=horizontal\]\/tabs\:after\:h-0\.5 {
    &:is(:where(.group\/tabs)[data-orientation="horizontal"] *) {
      &::after {
        content: var(--tw-content);
        height: calc(var(--spacing) * 0.5);
      }
    }
  }
  .group-data-\[orientation\=vertical\]\/tabs\:after\:inset-y-0 {
    &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
      &::after {
        content: var(--tw-content);
        inset-block: calc(var(--spacing) * 0);
      }
    }
  }
  .group-data-\[orientation\=vertical\]\/tabs\:after\:-right-1 {
    &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
      &::after {
        content: var(--tw-content);
        right: calc(var(--spacing) * -1);
      }
    }
  }
  .group-data-\[orientation\=vertical\]\/tabs\:after\:w-0\.5 {
    &:is(:where(.group\/tabs)[data-orientation="vertical"] *) {
      &::after {
        content: var(--tw-content);
        width: calc(var(--spacing) * 0.5);
      }
    }
  }
  .hover\:bg-accent {
    &:hover {
      @media (hover: hover) {
        background-color: var(--accent);
      }
    }
  }
  .hover\:bg-destructive\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-muted\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--muted);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--muted) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--primary) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-secondary\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--secondary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
        }
      }
    }
  }
  .hover\:text-accent-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--accent-foreground);
      }
    }
  }
  .hover\:text-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--foreground);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .focus\:bg-accent {
    &:focus {
      background-color: var(--accent);
    }
  }
  .focus\:text-accent-foreground {
    &:focus {
      color: var(--accent-foreground);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-ring {
    &:focus {
      --tw-ring-color: var(--ring);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus-visible\:border-ring {
    &:focus-visible {
      border-color: var(--ring);
    }
  }
  .focus-visible\:ring-\[3px\] {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-destructive\/20 {
    &:focus-visible {
      --tw-ring-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
  }
  .focus-visible\:ring-ring\/50 {
    &:focus-visible {
      --tw-ring-color: var(--ring);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
      }
    }
  }
  .focus-visible\:outline-1 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus-visible\:outline-ring {
    &:focus-visible {
      outline-color: var(--ring);
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .has-aria-expanded\:bg-muted\/50 {
    &:has(*[aria-expanded="true"]) {
      background-color: var(--muted);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--muted) 50%, transparent);
      }
    }
  }
  .has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_auto_1fr\] {
    &:has(*[data-slot="alert-dialog-media"]) {
      grid-template-rows: auto auto 1fr;
    }
  }
  .has-data-\[slot\=alert-dialog-media\]\:gap-x-6 {
    &:has(*[data-slot="alert-dialog-media"]) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .has-\[\>svg\]\:px-1\.5 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 1.5);
    }
  }
  .has-\[\>svg\]\:px-2\.5 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .has-\[\>svg\]\:px-3 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .has-\[\>svg\]\:px-4 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .aria-invalid\:border-destructive {
    &[aria-invalid="true"] {
      border-color: var(--destructive);
    }
  }
  .aria-invalid\:ring-destructive\/20 {
    &[aria-invalid="true"] {
      --tw-ring-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
  }
  .data-\[disabled\]\:pointer-events-none {
    &[data-disabled] {
      pointer-events: none;
    }
  }
  .data-\[disabled\]\:opacity-50 {
    &[data-disabled] {
      opacity: 50%;
    }
  }
  .data-\[orientation\=horizontal\]\:flex-col {
    &[data-orientation="horizontal"] {
      flex-direction: column;
    }
  }
  .data-\[placeholder\]\:text-muted-foreground {
    &[data-placeholder] {
      color: var(--muted-foreground);
    }
  }
  .data-\[side\=bottom\]\:translate-y-1 {
    &[data-side="bottom"] {
      --tw-translate-y: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=bottom\]\:slide-in-from-top-2 {
    &[data-side="bottom"] {
      --tw-enter-translate-y: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=left\]\:-translate-x-1 {
    &[data-side="left"] {
      --tw-translate-x: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=left\]\:slide-in-from-right-2 {
    &[data-side="left"] {
      --tw-enter-translate-x: calc(2*var(--spacing));
    }
  }
  .data-\[side\=right\]\:translate-x-1 {
    &[data-side="right"] {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=right\]\:slide-in-from-left-2 {
    &[data-side="right"] {
      --tw-enter-translate-x: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=top\]\:-translate-y-1 {
    &[data-side="top"] {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=top\]\:slide-in-from-bottom-2 {
    &[data-side="top"] {
      --tw-enter-translate-y: calc(2*var(--spacing));
    }
  }
  .data-\[size\=default\]\:h-9 {
    &[data-size="default"] {
      height: calc(var(--spacing) * 9);
    }
  }
  .data-\[size\=sm\]\:h-8 {
    &[data-size="sm"] {
      height: calc(var(--spacing) * 8);
    }
  }
  .data-\[size\=sm\]\:max-w-xs {
    &[data-size="sm"] {
      max-width: var(--container-xs);
    }
  }
  .\*\:data-\[slot\=select-value\]\:line-clamp-1 {
    :is(& > *) {
      &[data-slot="select-value"] {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:flex {
    :is(& > *) {
      &[data-slot="select-value"] {
        display: flex;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:items-center {
    :is(& > *) {
      &[data-slot="select-value"] {
        align-items: center;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:gap-2 {
    :is(& > *) {
      &[data-slot="select-value"] {
        gap: calc(var(--spacing) * 2);
      }
    }
  }
  .data-\[state\=active\]\:bg-background {
    &[data-state="active"] {
      background-color: var(--background);
    }
  }
  .data-\[state\=active\]\:text-foreground {
    &[data-state="active"] {
      color: var(--foreground);
    }
  }
  .group-data-\[variant\=default\]\/tabs-list\:data-\[state\=active\]\:shadow-sm {
    &:is(:where(.group\/tabs-list)[data-variant="default"] *) {
      &[data-state="active"] {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .group-data-\[variant\=line\]\/tabs-list\:data-\[state\=active\]\:bg-transparent {
    &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
      &[data-state="active"] {
        background-color: transparent;
      }
    }
  }
  .group-data-\[variant\=line\]\/tabs-list\:data-\[state\=active\]\:shadow-none {
    &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
      &[data-state="active"] {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .group-data-\[variant\=line\]\/tabs-list\:data-\[state\=active\]\:after\:opacity-100 {
    &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
      &[data-state="active"] {
        &::after {
          content: var(--tw-content);
          opacity: 100%;
        }
      }
    }
  }
  .data-\[state\=checked\]\:border-primary {
    &[data-state="checked"] {
      border-color: var(--primary);
    }
  }
  .data-\[state\=checked\]\:bg-primary {
    &[data-state="checked"] {
      background-color: var(--primary);
    }
  }
  .data-\[state\=checked\]\:text-primary-foreground {
    &[data-state="checked"] {
      color: var(--primary-foreground);
    }
  }
  .data-\[state\=closed\]\:animate-out {
    &[data-state="closed"] {
      animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
    }
  }
  .data-\[state\=closed\]\:fade-out-0 {
    &[data-state="closed"] {
      --tw-exit-opacity: calc(0/100);
      --tw-exit-opacity: 0;
    }
  }
  .data-\[state\=closed\]\:zoom-out-95 {
    &[data-state="closed"] {
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
    }
  }
  .data-\[state\=open\]\:animate-in {
    &[data-state="open"] {
      animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
    }
  }
  .data-\[state\=open\]\:bg-accent {
    &[data-state="open"] {
      background-color: var(--accent);
    }
  }
  .data-\[state\=open\]\:text-muted-foreground {
    &[data-state="open"] {
      color: var(--muted-foreground);
    }
  }
  .data-\[state\=open\]\:fade-in-0 {
    &[data-state="open"] {
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
    }
  }
  .data-\[state\=open\]\:zoom-in-95 {
    &[data-state="open"] {
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
    }
  }
  .data-\[state\=selected\]\:bg-muted {
    &[data-state="selected"] {
      background-color: var(--muted);
    }
  }
  .data-\[variant\=line\]\:rounded-none {
    &[data-variant="line"] {
      border-radius: 0;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:max-w-lg {
    @media (width >= 40rem) {
      max-width: var(--container-lg);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:pr-2\.5 {
    @media (width >= 40rem) {
      padding-right: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:pl-2\.5 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:group-data-\[size\=default\]\/alert-dialog-content\:row-span-2 {
    @media (width >= 40rem) {
      &:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
        grid-row: span 2 / span 2;
      }
    }
  }
  .sm\:group-data-\[size\=default\]\/alert-dialog-content\:place-items-start {
    @media (width >= 40rem) {
      &:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
        place-items: start;
      }
    }
  }
  .sm\:group-data-\[size\=default\]\/alert-dialog-content\:text-left {
    @media (width >= 40rem) {
      &:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
        text-align: left;
      }
    }
  }
  .sm\:group-data-\[size\=default\]\/alert-dialog-content\:group-has-data-\[slot\=alert-dialog-media\]\/alert-dialog-content\:col-start-2 {
    @media (width >= 40rem) {
      &:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
        &:is(:where(.group\/alert-dialog-content):has(*[data-slot="alert-dialog-media"]) *) {
          grid-column-start: 2;
        }
      }
    }
  }
  .sm\:group-data-\[size\=default\]\/alert-dialog-content\:has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_1fr\] {
    @media (width >= 40rem) {
      &:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
        &:has(*[data-slot="alert-dialog-media"]) {
          grid-template-rows: auto 1fr;
        }
      }
    }
  }
  .data-\[size\=default\]\:sm\:max-w-lg {
    &[data-size="default"] {
      @media (width >= 40rem) {
        max-width: var(--container-lg);
      }
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .dark\:border-input {
    @media (prefers-color-scheme: dark) {
      border-color: var(--input);
    }
  }
  .dark\:bg-destructive\/60 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
      }
    }
  }
  .dark\:bg-input\/30 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--input);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--input) 30%, transparent);
      }
    }
  }
  .dark\:text-muted-foreground {
    @media (prefers-color-scheme: dark) {
      color: var(--muted-foreground);
    }
  }
  .dark\:hover\:bg-accent\/50 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--accent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--accent) 50%, transparent);
          }
        }
      }
    }
  }
  .dark\:hover\:bg-input\/50 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--input);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--input) 50%, transparent);
          }
        }
      }
    }
  }
  .dark\:hover\:text-foreground {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          color: var(--foreground);
        }
      }
    }
  }
  .dark\:focus-visible\:ring-destructive\/40 {
    @media (prefers-color-scheme: dark) {
      &:focus-visible {
        --tw-ring-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
        }
      }
    }
  }
  .dark\:aria-invalid\:ring-destructive\/40 {
    @media (prefers-color-scheme: dark) {
      &[aria-invalid="true"] {
        --tw-ring-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
        }
      }
    }
  }
  .dark\:data-\[state\=active\]\:border-input {
    @media (prefers-color-scheme: dark) {
      &[data-state="active"] {
        border-color: var(--input);
      }
    }
  }
  .dark\:data-\[state\=active\]\:bg-input\/30 {
    @media (prefers-color-scheme: dark) {
      &[data-state="active"] {
        background-color: var(--input);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--input) 30%, transparent);
        }
      }
    }
  }
  .dark\:data-\[state\=active\]\:text-foreground {
    @media (prefers-color-scheme: dark) {
      &[data-state="active"] {
        color: var(--foreground);
      }
    }
  }
  .dark\:group-data-\[variant\=line\]\/tabs-list\:data-\[state\=active\]\:border-transparent {
    @media (prefers-color-scheme: dark) {
      &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
        &[data-state="active"] {
          border-color: transparent;
        }
      }
    }
  }
  .dark\:group-data-\[variant\=line\]\/tabs-list\:data-\[state\=active\]\:bg-transparent {
    @media (prefers-color-scheme: dark) {
      &:is(:where(.group\/tabs-list)[data-variant="line"] *) {
        &[data-state="active"] {
          background-color: transparent;
        }
      }
    }
  }
  .dark\:data-\[state\=checked\]\:bg-primary {
    @media (prefers-color-scheme: dark) {
      &[data-state="checked"] {
        background-color: var(--primary);
      }
    }
  }
  .\[\&_svg\]\:pointer-events-none {
    & svg {
      pointer-events: none;
    }
  }
  .\[\&_svg\]\:shrink-0 {
    & svg {
      flex-shrink: 0;
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-6 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 6);
      height: calc(var(--spacing) * 6);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground {
    & svg:not([class*='text-']) {
      color: var(--muted-foreground);
    }
  }
  .\[\&_tr\]\:border-b {
    & tr {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .\[\&_tr\:last-child\]\:border-0 {
    & tr:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0 {
    &:has([role=checkbox]) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .\*\:\[span\]\:last\:flex {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          display: flex;
        }
      }
    }
  }
  .\*\:\[span\]\:last\:items-center {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          align-items: center;
        }
      }
    }
  }
  .\*\:\[span\]\:last\:gap-2 {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          gap: calc(var(--spacing) * 2);
        }
      }
    }
  }
  .\*\:\[svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-8 {
    :is(& > *) {
      &:is(svg:not([class*='size-'])) {
        width: calc(var(--spacing) * 8);
        height: calc(var(--spacing) * 8);
      }
    }
  }
  .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] {
    &>[role=checkbox] {
      --tw-translate-y: 2px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\[\&\>a\]\:underline {
    &>a {
      text-decoration-line: underline;
    }
  }
  .\[\&\>a\]\:underline-offset-4 {
    &>a {
      text-underline-offset: 4px;
    }
  }
  .\[\&\>a\:hover\]\:text-primary {
    &>a:hover {
      color: var(--primary);
    }
  }
  .\[\&\>tr\]\:last\:border-b-0 {
    &>tr {
      &:last-child {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
      }
    }
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --scroll-fade-t {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-b {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-s {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-e {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-mask {
  syntax: "*";
  inherits: false;
}
@property --shimmer-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 20deg;
}
@property --shimmer-image {
  syntax: "*";
  inherits: false;
}
@property --shimmer-text-fill {
  syntax: "*";
  inherits: false;
}
@media (prefers-reduced-motion: reduce) {
  .shimmer {
    animation: none;
    background-image: none;
    -webkit-text-fill-color: currentColor;
  }
}
:root {
  --background: #f6f8f7;
  --foreground: #203930;
  --card: #fff;
  --card-foreground: #203930;
  --popover: #fff;
  --popover-foreground: #203930;
  --primary: #177451;
  --primary-foreground: #fff;
  --secondary: #edf4ef;
  --secondary-foreground: #315c49;
  --muted: #eef2ef;
  --muted-foreground: #6b7971;
  --accent: #edf5ef;
  --accent-foreground: #185439;
  --destructive: #bc3b3b;
  --border: #dde5df;
  --input: #d9e3dc;
  --ring: #66a886;
  --radius: .65rem;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: 'Inter','Segoe UI',Arial,sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
button,a,input,textarea {
  -webkit-tap-highlight-color: transparent;
}
button,a {
  transition: background .15s,color .15s,box-shadow .15s;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
a {
  text-decoration: none;
}
h1,h2,h3,p {
  margin: 0;
}
button:focus-visible,a:focus-visible {
  outline: 3px solid #86c5a5;
  outline-offset: 3px;
}
input,textarea {
  background: #fff !important;
}
input[readonly] {
  background: #f4f6f4 !important;
  color: #77817b;
}
button[data-slot=button] {
  font-size: 13px;
  font-weight: 600;
  height: 41px;
  border-radius: 7px;
  gap: 9px;
  padding-left: 17px;
  padding-right: 17px;
}
button[data-slot=button][data-size=icon] {
  padding: 0;
}
svg {
  flex-shrink: 0;
}
.topbar {
  height: 81px;
  background: #fff;
  border-bottom: 1px solid #e4e9e5;
}
.topbar-inner {
  max-width: 1360px;
  margin: auto;
  height: 100%;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #204f3a;
}
.brand-icon {
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: #eaf4ee;
  display: grid;
  place-items: center;
}
.brand strong {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.05;
}
.brand-dot {
  color: #60a875;
}
.brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 1.7px;
  font-weight: 700;
  margin-top: 4px;
}
.header-caption {
  font-size: 11px;
  color: #76837b;
  display: flex;
  align-items: center;
  gap: 8px;
}
.live-dot {
  display: inline-block;
  background: #499b72;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 13px;
}
.header-separator {
  height: 30px;
  width: 1px;
  background: #e5eae6;
  margin: 0 9px;
}
.school-avatar {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0f3eb;
  color: #6c7a4e;
}
.header-school strong {
  display: block;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.header-school small {
  font-size: 10px;
  color: #7b897f;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.55px;
  color: #538166;
}
.eyebrow.light {
  color: #a9ceb7;
}
.subtle {
  color: #7b867e;
  font-size: 13px;
  line-height: 1.7;
}
.login-shell {
  max-width: 1140px;
  margin: 46px auto 30px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border: 1px solid #e1e8e2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 35px #203b2710;
  background: #fff;
  min-height: 622px;
}
.login-story {
  background: #174e38;
  color: #fff;
  padding: 48px 43px 28px;
  display: flex;
  flex-direction: column;
}
.login-story .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.login-story .eyebrow span {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: #b2d8b9;
}
.login-story h1 {
  font-size: 48px;
  line-height: 1.13;
  letter-spacing: -1.7px;
  font-weight: 550;
  margin: 36px 0 24px;
}
.login-story h1 em {
  color: #bbdb86;
  font-style: normal;
}
.login-story>p {
  color: #b5cbbd;
  max-width: 380px;
  line-height: 1.9;
  font-size: 13px;
}
.login-stage-rail {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  margin: 38px 0;
}
.login-stage-rail>div {
  border-top: 1px solid #ffffff36;
  padding-top: 15px;
}
.login-stage-rail span {
  display: block;
  color: #aacdb6;
  font-size: 10px;
  margin-bottom: 5px;
}
.login-stage-rail strong {
  font-size: 12px;
  font-weight: 500;
}
.login-story-bottom {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #ffffff20;
  display: flex;
  gap: 22px;
  font-size: 9px;
  color: #acccb7;
}
.login-story-bottom strong {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
}
.login-panel {
  padding: 46px 48px 30px;
}
.login-mini-icon {
  display: grid;
  place-items: center;
  width: 53px;
  height: 53px;
  background: #f0f5eb;
  color: #719041;
  border-radius: 14px;
  margin-bottom: 25px;
}
.login-panel h2 {
  font-size: 27px;
  letter-spacing: -.8px;
  line-height: 1.3;
  font-weight: 650;
  margin: 10px 0;
}
.login-panel>.subtle {
  max-width: 320px;
}
.login-form {
  display: grid;
  gap: 21px;
  margin-top: 26px;
}
.field {
  display: grid;
  gap: 9px;
}
.field>label {
  font-size: 12px;
  font-weight: 600;
}
.field [data-slot=input],.field [data-slot=select-trigger] {
  width: 100%;
  height: 44px;
  font-size: 13px;
  border-radius: 7px;
  box-shadow: none;
}
.field [data-slot=select-trigger] {
  background: #fff;
}
.field-hint {
  font-size: 10px;
  color: #7a847d;
  line-height: 1.6;
}
.password-field {
  position: relative;
}
.password-field input {
  padding-right: 44px;
}
.password-field button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b9690;
}
.login-submit {
  width: 100%;
  height: 46px !important;
  justify-content: space-between;
}
.login-security {
  display: flex;
  gap: 10px;
  border-top: 1px solid #e9eeea;
  padding-top: 24px;
  margin-top: 25px;
  color: #8b958e;
}
.login-security p {
  font-size: 10px;
  line-height: 1.8;
}
.login-footer {
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 26px;
  color: #8a958e;
  font-size: 10px;
}
.workspace {
  max-width: 1360px;
  padding: 0 38px;
  margin: auto;
}
.main-tabs {
  gap: 0;
}
.workspace-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e7e2;
  align-items: center;
  height: 66px;
  margin-bottom: 28px;
}
.main-tab-list {
  height: 66px !important;
  gap: 24px !important;
  padding: 0;
}
.main-tab-list [data-slot=tabs-trigger] {
  border: 0;
  flex: none;
  gap: 8px;
  border-radius: 0;
  font-size: 12px;
  color: #7b867f;
  font-weight: 500;
  padding: 0 2px;
}
.main-tab-list [data-state=active] {
  color: #1b7050;
  font-weight: 650;
}
.main-tab-list [data-state=active]:after {
  bottom: -1px !important;
  background: #207954;
  height: 2px !important;
}
.autosave-label {
  font-size: 10px;
  color: #87948c;
  display: flex;
  gap: 6px;
  align-items: center;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.page-heading h1 {
  font-size: 29px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -.9px;
  margin-top: 8px;
  margin-bottom: 9px;
}
.school-subtitle {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: #879087;
}
.school-subtitle strong {
  font-weight: 500;
  color: #63776b;
}
.security-banner {
  background: #fff8e8;
  color: #8b723b;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid #eee3c6;
  border-radius: 8px;
  font-size: 11px;
  margin-bottom: 18px;
}
.security-banner button {
  margin-left: auto;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.overview-grid {
  display: grid;
  grid-template-columns: 1.67fr 1fr;
  gap: 20px;
}
.strata-overview {
  background: #19543d;
  border-radius: 13px;
  color: white;
  padding: 26px 29px 20px;
  position: relative;
  overflow: hidden;
}
.strata-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.strata-top h2 {
  font-size: 39px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 12px 0;
  font-weight: 550;
  display: flex;
  gap: 13px;
  align-items: center;
}
.strata-icon {
  color: #b7d67d;
}
.strata-top p:not(.eyebrow) {
  font-size: 11px;
  max-width: 330px;
  line-height: 1.8;
  color: #adc9b8;
}
.completion-ring {
  --progress: 0%;
  width: 114px;
  height: 114px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 100%;
  background: conic-gradient(#c3db86 var(--progress),#ffffff1c 0);
}
.completion-ring>div {
  background: #19543d;
  width: 99px;
  height: 99px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.completion-ring strong {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
}
.completion-ring strong small {
  font-size: 15px;
  margin-left: 1px;
}
.completion-ring span {
  font-size: 8px;
  letter-spacing: .4px;
  color: #acc9b7;
}
.strata-track {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  padding-top: 27px;
  margin-bottom: 20px;
}
.strata-track>div {
  display: flex;
  align-items: center;
  gap: 7px;
  border-top: 2px solid #ffffff25;
  padding-top: 10px;
  color: #a6c1b1;
}
.strata-track>div.achieved {
  border-color: #b9d888;
  color: #e2f1c9;
}
.strata-track>div.current {
  border-color: #c8dda2;
  color: #e1edcf;
}
.strata-track>div>span {
  border: 1px solid #7fa28d;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  font-size: 9px;
}
.strata-track>div.achieved>span {
  background: #c8dda2;
  color: #23543b;
  border-color: #c8dda2;
}
.strata-track strong {
  font-size: 10px;
  font-weight: 500;
}
.strata-footnote {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: #96bba4;
}
.metric-stack {
  display: grid;
  grid-template-rows: repeat(3,1fr);
  gap: 10px;
}
.metric {
  background: #fff;
  border: 1px solid #e3e9e4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 14px;
}
.metric-icon {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
.metric-icon svg {
  width: 21px;
  height: 21px;
}
.green {
  --component: #367c54;
  --component-bg: #edf5ed;
}
.blue {
  --component: #5888b4;
  --component-bg: #edf3fa;
}
.orange {
  --component: #b79844;
  --component-bg: #faf3e5;
}
.purple {
  --component: #8a78b2;
  --component-bg: #f3eff9;
}
.metric-icon,.component-icon {
  background: var(--component-bg);
  color: var(--component);
}
.metric p {
  font-size: 10px;
  color: #879089;
  margin-bottom: 4px;
}
.metric strong {
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -.7px;
  font-weight: 650;
}
.metric strong small {
  font-size: 10px;
  font-weight: 400;
  color: #8e9991;
  letter-spacing: 0;
}
.metric-caption {
  margin-left: auto;
  font-size: 8px;
  background: #f2f6ef;
  color: #849077;
  border-radius: 4px;
  padding: 4px 6px;
  white-space: nowrap;
}
.metric>button {
  margin-left: auto;
  color: #82998a;
}
.components-section {
  margin-top: 28px;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.section-title h2 {
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.3px;
}
.section-title p {
  font-size: 11px;
  color: #87928b;
  margin-top: 6px;
}
.section-title>span {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #8c9b91;
}
.component-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.component-card {
  text-align: left;
  display: block;
  border: 1px solid #e0e7e1;
  border-radius: 10px;
  padding: 21px;
  background: #fff;
  transition: transform .15s,border-color .15s,box-shadow .15s;
}
.component-card:hover {
  transform: translateY(-2px);
  border-color: #a6c4b0;
  box-shadow: 0 6px 18px #25533808;
}
.component-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9ca99f;
  margin-bottom: 16px;
}
.component-icon {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.component-card h3 {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
  min-height: 44px;
  margin-bottom: 11px;
  max-width: 210px;
}
.status-badge {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  background: #f0f2ef;
  color: #7f8a7d;
  font-size: 9px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 5px;
  white-space: nowrap;
  font-weight: 600;
}
.status-badge .dot {
  height: 5px;
  width: 5px;
  background: #b2bcae;
  border-radius: 50%;
}
.rank-1 {
  background: #ecf5e7;
  color: #698346;
}
.rank-2 {
  background: #e7f2fb;
  color: #5483a9;
}
.rank-3 {
  background: #f1ebfa;
  color: #8a6bb1;
}
.rank-4 {
  background: #faf1d8;
  color: #a38932;
}
.component-progress-caption {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
  font-size: 9px;
  color: #8b978e;
}
.component-progress-caption strong {
  font-size: 12px;
  color: #465d4e;
}
.component-progress-caption small {
  font-weight: 400;
  color: #8e9a91;
  font-size: 10px;
}
.component-card [data-slot=progress] {
  height: 5px;
  background: #edf1eb;
}
.component-card [data-slot=progress-indicator] {
  background: var(--component);
}
.dashboard-bottom {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 20px;
  margin-top: 23px;
}
.next-step {
  background: #eef4e9;
  border: 1px solid #e0e9d9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.next-step-icon {
  width: 40px;
  height: 40px;
  background: #e1edcf;
  color: #769749;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.next-step .eyebrow {
  font-size: 8px;
  color: #819867;
}
.next-step h3 {
  font-size: 14px;
  font-weight: 650;
  margin: 5px 0;
}
.next-step p:not(.eyebrow) {
  font-size: 10px;
  line-height: 1.6;
  color: #819078;
}
.next-step>button {
  margin-left: auto;
  background: #fff;
  font-size: 10px;
  height: 34px;
  white-space: nowrap;
}
.assessment-note {
  display: flex;
  gap: 14px;
  padding: 22px 16px;
  color: #8a9b8d;
}
.assessment-note h3 {
  font-size: 12px;
  color: #627a68;
  font-weight: 600;
  margin-bottom: 7px;
}
.assessment-note p {
  font-size: 10px;
  line-height: 1.8;
  color: #8b978b;
}
.workspace-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 24px 0;
  margin-top: 25px;
  border-top: 1px solid #e1e7e1;
  font-size: 9px;
  color: #929d94;
}
.workspace-footer b {
  margin: 0 7px;
  font-weight: 400;
  color: #bec9c0;
}
.instrument-layout {
  display: grid !important;
  grid-template-columns: 236px minmax(0,1fr);
  gap: 28px !important;
  align-items: start;
}
.instrument-aside>.eyebrow {
  margin: 0 0 16px 10px;
  font-size: 9px;
}
.component-tabs {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  height: auto !important;
  background: transparent !important;
  gap: 7px !important;
  padding: 0 !important;
  align-items: stretch !important;
}
.component-tabs [data-slot=tabs-trigger] {
  display: flex;
  justify-content: flex-start;
  flex: none;
  height: 70px;
  padding: 12px;
  gap: 10px;
  border: 1px solid transparent;
  background: transparent;
  white-space: normal;
  text-align: left;
  border-radius: 8px;
}
.component-tabs [data-state=active] {
  border: 1px solid #dce7dd;
  background: #fff;
  box-shadow: 0 2px 3px #22382903;
}
.component-tabs [data-state=active]:after {
  display: none;
}
.component-tabs [data-slot=tabs-trigger]>span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.component-tabs strong {
  font-size: 11px;
  font-weight: 600;
  color: #526954;
}
.component-tabs small {
  font-size: 9px;
  color: #8b998c;
}
.component-tabs [data-slot=tabs-trigger]>svg {
  color: #96a994;
}
.sidebar-note {
  margin: 24px 8px 0;
  background: #f0f4ed;
  padding: 18px 16px;
  border-radius: 8px;
  color: #87a073;
}
.sidebar-note h3 {
  font-size: 12px;
  color: #6d815e;
  font-weight: 600;
  margin: 10px 0;
}
.sidebar-note p {
  font-size: 10px;
  line-height: 1.9;
  color: #89977e;
}
.sidebar-note>span {
  font-size: 9px;
  display: block;
  margin-top: 17px;
  color: #6f8261;
}
.instrument-main-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
.instrument-main-heading h2 {
  font-size: 19px;
  letter-spacing: -.35px;
  font-weight: 650;
}
.instrument-main-heading p {
  font-size: 11px;
  color: #88978a;
  margin-top: 7px;
}
.stage-tab-list {
  width: 100%;
  height: 51px !important;
  background: #eaf0e9;
  padding: 5px !important;
  border-radius: 8px;
}
.stage-tab-list [data-slot=tabs-trigger] {
  gap: 8px;
  border-radius: 6px;
  font-size: 12px;
}
.stage-tab-list [data-state=active] {
  background: #fff;
  color: #2f774f;
}
.stage-tab-list small {
  font-size: 9px;
  color: #9aac96;
  margin-left: 4px;
}
.stage-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cbd9c4;
  color: #8b9c7d;
  display: grid;
  place-items: center;
  font-size: 9px;
}
.stage-tab-list [data-state=active] .stage-dot {
  background: #edf6e8;
  color: #659547;
  border-color: #cbdcbc;
}
.stage-explainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 22px 0 17px;
}
.stage-explainer h3 {
  font-size: 14px;
  font-weight: 650;
}
.stage-explainer p {
  font-size: 10px;
  color: #8d9888;
  margin-top: 6px;
}
.stage-explainer>span {
  font-size: 10px;
  color: #7f9276;
  white-space: nowrap;
}
.questions-list {
  display: grid;
  gap: 13px;
}
.question-card {
  background: #fff;
  border: 1px solid #dfe7dd;
  border-radius: 10px;
  padding: 22px;
}
.question-card.complete {
  border-color: #b9d6b4;
}
.question-title {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.question-title [data-slot=checkbox] {
  margin-top: 25px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  box-shadow: none;
}
.question-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #9ca799;
  letter-spacing: .7px;
  font-size: 8px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
.question-meta>span+span {
  font-size: 7px;
  letter-spacing: .35px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.question-meta .met {
  color: #699857;
}
.question-meta .missing {
  color: #b19550;
}
.question-title label {
  font-size: 12px;
  color: #465b48;
  line-height: 1.9;
  cursor: pointer;
  font-weight: 500;
}
.applicable-hint {
  font-size: 9px;
  margin-top: 4px;
  color: #9aab90;
}
.question-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 19px 0 0 31px;
  padding-top: 17px;
  border-top: 1px solid #edf0eb;
}
.question-body [data-slot=label] {
  font-size: 10px;
  color: #84947a;
  font-weight: 500;
}
.question-note [data-slot=label] span {
  color: #a3ada0;
  font-weight: 400;
  font-size: 9px;
}
.question-note textarea {
  font-size: 10px;
  color: #668060;
  border-color: #e2e8de;
  resize: vertical;
  border-radius: 6px;
  min-height: 75px;
  margin-top: 10px;
  padding: 10px 12px;
  box-shadow: none;
}
.question-note textarea::placeholder {
  color: #a3ae9d;
}
.question-note button {
  margin-top: 8px;
  height: 30px;
  font-size: 10px;
}
.evidence-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.evidence-label>span {
  font-size: 8px;
  color: #a4b19d;
}
.required {
  color: #bf886a;
}
.upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 17px 10px;
  border: 1px dashed #cfddc8;
  border-radius: 7px;
  background: #fafcf8;
  position: relative;
  color: #8aac73;
  cursor: pointer;
  min-height: 75px;
}
.upload-box>span {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.upload-box strong {
  font-size: 9px;
  color: #728d5f;
  font-weight: 600;
}
.upload-box small {
  font-size: 8px;
  color: #a3b29b;
}
.upload-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-box:focus-within {
  outline: 2px solid #5c9565;
  outline-offset: 2px;
}
.upload-box:hover {
  background: #f3f8ee;
  border-color: #93b979;
}
.upload-box.disabled {
  opacity: .55;
  pointer-events: none;
}
.inline-file {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 8px;
  background: #f0f5ec;
  border-radius: 5px;
  margin-bottom: 7px;
  color: #86a273;
  font-size: 8px;
  min-width: 0;
}
.inline-file a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  color: #597a46;
  font-size: 9px;
}
.inline-file a:hover {
  text-decoration: underline;
}
.inline-file button {
  padding: 3px;
  color: #a38e7d;
}
.inline-file>span {
  white-space: nowrap;
}
.checkbox-reminder {
  display: block;
  font-size: 9px;
  color: #9b905e;
  margin-top: 7px;
}
.not-applicable {
  background: #f3f5f0;
  border-style: dashed;
}
.not-applicable .question-title label {
  color: #9aa391;
  cursor: default;
}
.evidence-guidance {
  display: flex;
  gap: 13px;
  padding: 22px 15px;
  color: #9dab93;
}
.evidence-guidance h3 {
  font-size: 11px;
  font-weight: 600;
  color: #7f9470;
  margin-bottom: 6px;
}
.evidence-guidance p {
  font-size: 10px;
  color: #96a38a;
  line-height: 1.9;
}
.pending-note {
  font-size: 10px;
  background: #f9f4e6;
  color: #a4915d;
  border-radius: 6px;
  padding: 11px 13px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  line-height: 1.8;
}
.privacy-note {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 18px;
  border: 1px solid #dce7d7;
  background: #eef5e9;
  border-radius: 8px;
  color: #7b9566;
  margin-bottom: 22px;
  font-size: 11px;
  line-height: 1.8;
}
.evidence-empty {
  background: #fff;
  border: 1px dashed #d4e0cc;
  border-radius: 12px;
  min-height: 320px;
}
.evidence-empty [data-slot=empty-header] {
  align-items: center;
  gap: 15px;
  color: #89a776;
}
.evidence-empty [data-slot=empty-title] {
  font-size: 18px;
  color: #5c7850;
}
.evidence-empty [data-slot=empty-description] {
  font-size: 12px;
  line-height: 1.8;
}
.evidence-groups {
  display: grid;
  gap: 23px;
}
.evidence-groups>section {
  border: 1px solid #dee7d8;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.file-group-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #f4f7f0;
  padding: 18px 22px;
  color: #7e9870;
}
.file-group-heading h2 {
  font-size: 13px;
  font-weight: 600;
}
.file-group-heading span {
  margin-left: auto;
  font-size: 10px;
  color: #9bac90;
}
.file-row {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 19px 22px;
  border-top: 1px solid #edf1e8;
}
.file-icon {
  width: 44px;
  height: 49px;
  background: #eef4e8;
  color: #87a16d;
  border-radius: 7px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.file-info {
  flex: 1;
  min-width: 0;
}
.file-name {
  font-size: 12px;
  font-weight: 600;
  color: #58774a;
  overflow-wrap: anywhere;
}
.file-name:hover {
  text-decoration: underline;
}
.file-info p {
  font-size: 9px;
  color: #9fac90;
  margin-top: 6px;
}
.file-info>span {
  display: block;
  font-size: 10px;
  color: #93a385;
  line-height: 1.8;
  margin-top: 6px;
}
.file-info>small {
  color: #b49d62;
  font-size: 9px;
}
.file-action {
  padding: 8px;
  color: #8caa76;
}
.file-row>button {
  color: #ae9e85;
}
.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}
.form-panel {
  background: #fff;
  border: 1px solid #dfe8d9;
  border-radius: 10px;
  padding: 28px;
}
.form-panel-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  color: #90ac7b;
  padding-bottom: 25px;
  border-bottom: 1px solid #edf1e8;
  margin-bottom: 25px;
}
.form-panel h2 {
  font-size: 17px;
  color: #57744d;
  font-weight: 600;
}
.form-panel-heading p {
  font-size: 10px;
  color: #9bab8d;
  margin-top: 6px;
}
.form-panel form {
  display: grid;
  gap: 24px;
}
.form-panel .profile-fields {
  display: grid;
  gap: 24px;
}
.profile-fields {
  display: grid;
  gap: 18px;
}
.form-panel form>button {
  justify-self: start;
  margin-top: 4px;
}
.source-note {
  display: flex;
  gap: 12px;
  color: #9cab91;
  padding: 25px 4px;
}
.source-note strong {
  font-size: 12px;
  font-weight: 600;
  color: #7c936c;
}
.source-note p {
  font-size: 10px;
  line-height: 1.9;
  margin-top: 7px;
  max-width: 980px;
}
.error-inline {
  background: #fff1ee;
  color: #bd6350;
  border-radius: 6px;
  padding: 11px;
  font-size: 11px;
}
.loading-page {
  max-width: 1200px;
  margin: 48px auto;
  padding: 0 24px;
}
.loading-page>p {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 30px;
  font-size: 13px;
  color: #809678;
}
.loading-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  margin-top: 25px;
}
.error-page {
  max-width: 600px;
  margin: 100px auto;
  padding: 25px;
  display: grid;
  gap: 25px;
}
.error-page h1 {
  font-size: 24px;
}
.error-page button {
  justify-self: start;
}
.spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width:1450px) {
  .workspace {
    max-width: 1390px;
  }
  .login-shell {
    margin-top: 65px;
  }
  .page-heading h1 {
    font-size: 32px;
  }
  .component-card {
    padding: 24px;
  }
  .strata-overview {
    padding: 30px 32px 23px;
  }
}
@media (max-width:1050px) {
  .workspace,.topbar-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .login-shell {
    margin: 30px 25px;
    min-height: 610px;
  }
  .login-panel {
    padding: 40px 32px;
  }
  .login-story {
    padding: 42px 32px 28px;
  }
  .login-story h1 {
    font-size: 42px;
  }
  .login-footer {
    margin: 0 25px 25px;
  }
  .component-grid {
    gap: 12px;
  }
  .component-card {
    padding: 16px;
  }
  .component-card h3 {
    font-size: 12px;
    min-height: 41px;
  }
  .strata-top h2 {
    font-size: 34px;
  }
  .strata-overview {
    padding: 25px 22px 20px;
  }
  .completion-ring {
    width: 95px;
    height: 95px;
  }
  .completion-ring>div {
    width: 82px;
    height: 82px;
  }
  .metric {
    padding: 12px 16px;
  }
  .metric-caption {
    display: none;
  }
  .autosave-label {
    display: none;
  }
  .instrument-layout {
    grid-template-columns: 210px minmax(0,1fr);
    gap: 20px !important;
  }
  .question-body {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .question-card {
    padding: 18px;
  }
  .dashboard-bottom {
    grid-template-columns: 1.3fr 1fr;
  }
  .next-step {
    gap: 12px;
  }
  .next-step-icon {
    display: none;
  }
}
@media (max-width:760px) {
  .topbar {
    height: 72px;
  }
  .topbar-inner,.workspace {
    padding-left: 18px;
    padding-right: 18px;
  }
  .header-caption,.header-separator {
    display: none;
  }
  .header-right {
    gap: 8px;
  }
  .header-school strong {
    max-width: 135px;
    font-size: 10px;
  }
  .header-school small {
    font-size: 9px;
  }
  .school-avatar {
    display: none;
  }
  .brand strong {
    font-size: 25px;
  }
  .brand small {
    font-size: 7px;
  }
  .brand-icon {
    width: 37px;
    height: 37px;
  }
  .workspace-nav {
    height: 60px;
    margin-bottom: 23px;
  }
  .main-tab-list {
    width: 100%;
    height: 60px !important;
    gap: 0 !important;
    justify-content: space-between;
  }
  .main-tab-list [data-slot=tabs-trigger] {
    font-size: 10px;
    gap: 6px;
  }
  .main-tab-list svg {
    width: 14px !important;
    height: 14px !important;
  }
  .page-heading {
    align-items: flex-start;
    margin-bottom: 21px;
    gap: 10px;
  }
  .page-heading h1 {
    font-size: 25px;
    margin-top: 7px;
  }
  .page-heading>button {
    font-size: 10px;
    height: 35px;
    padding: 0 10px;
    margin-top: 17px;
    gap: 5px;
    white-space: nowrap;
  }
  .school-subtitle {
    font-size: 9px;
    gap: 5px;
    flex-wrap: wrap;
  }
  .school-subtitle>strong {
    width: 100%;
  }
  .school-subtitle>span {
    display: none;
  }
  .eyebrow {
    font-size: 8px;
  }
  .security-banner {
    font-size: 9px;
    align-items: flex-start;
    line-height: 1.6;
  }
  .security-banner>svg {
    margin-top: 1px;
  }
  .security-banner button {
    font-size: 9px;
    white-space: normal;
    flex-shrink: 0;
    max-width: 90px;
  }
  .overview-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .strata-top h2 {
    font-size: 35px;
  }
  .strata-top p:not(.eyebrow) {
    font-size: 10px;
    max-width: 245px;
  }
  .strata-overview {
    padding: 22px 23px 17px;
  }
  .strata-track {
    padding-top: 21px;
    margin-bottom: 16px;
  }
  .metric-stack {
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr;
    gap: 8px;
  }
  .metric {
    padding: 13px 12px;
    display: block;
  }
  .metric-icon {
    width: 29px;
    height: 29px;
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .metric-icon svg {
    height: 16px;
    width: 16px;
  }
  .metric p {
    font-size: 8px;
    min-height: 25px;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .metric strong {
    font-size: 21px;
  }
  .metric strong small {
    font-size: 8px;
    display: block;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 5px;
  }
  .metric>button {
    display: none;
  }
  .section-title>span {
    display: none;
  }
  .section-title h2 {
    font-size: 17px;
  }
  .section-title p {
    font-size: 10px;
  }
  .component-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
  }
  .component-card {
    padding: 18px;
  }
  .component-card h3 {
    font-size: 12px;
    max-width: 200px;
    min-height: 38px;
  }
  .component-card-top {
    margin-bottom: 12px;
  }
  .component-progress-caption {
    margin-top: 20px;
  }
  .component-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }
  .component-icon svg {
    height: 19px;
    width: 19px;
  }
  .dashboard-bottom {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .next-step {
    padding: 18px;
  }
  .assessment-note {
    padding: 17px 6px;
  }
  .workspace-footer {
    font-size: 8px;
    line-height: 1.7;
    margin-top: 13px;
    padding-top: 19px;
  }
  .workspace-footer>span:last-child {
    text-align: right;
    max-width: 140px;
  }
  .instrument-layout {
    display: block !important;
  }
  .instrument-aside>.eyebrow {
    display: none;
  }
  .component-tabs {
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    gap: 5px !important;
    margin-bottom: 26px;
  }
  .component-tabs [data-slot=tabs-trigger] {
    height: auto;
    flex-direction: column;
    padding: 12px 4px;
    gap: 9px;
    text-align: center;
  }
  .component-tabs [data-slot=tabs-trigger]>span:nth-child(2) {
    gap: 5px;
  }
  .component-tabs strong {
    font-size: 9px;
  }
  .component-tabs small {
    font-size: 7px;
  }
  .component-tabs [data-slot=tabs-trigger]>svg {
    display: none;
  }
  .sidebar-note {
    display: none;
  }
  .instrument-main-heading h2 {
    font-size: 17px;
    line-height: 1.5;
  }
  .instrument-main-heading p {
    font-size: 10px;
    line-height: 1.7;
  }
  .instrument-main-heading {
    gap: 10px;
    align-items: flex-start;
  }
  .stage-tab-list {
    height: 49px !important;
  }
  .stage-tab-list [data-slot=tabs-trigger] {
    font-size: 10px;
    gap: 4px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .stage-tab-list small {
    font-size: 8px;
    margin-left: 0;
  }
  .stage-dot {
    display: none;
  }
  .stage-explainer {
    gap: 16px;
  }
  .stage-explainer h3 {
    font-size: 13px;
  }
  .stage-explainer p {
    font-size: 9px;
    line-height: 1.6;
  }
  .stage-explainer>span {
    font-size: 8px;
  }
  .question-card {
    padding: 18px 15px;
  }
  .question-title {
    gap: 10px;
  }
  .question-title label {
    font-size: 11px;
    line-height: 1.9;
  }
  .question-body {
    margin-left: 28px;
  }
  .question-meta {
    gap: 10px;
  }
  .question-meta>span+span {
    font-size: 6px;
  }
  .pending-note {
    font-size: 9px;
  }
  .evidence-guidance {
    padding: 19px 5px;
  }
  .evidence-guidance p {
    font-size: 9px;
  }
  .profile-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .form-panel {
    padding: 23px;
  }
  .source-note p {
    font-size: 9px;
  }
  .privacy-note {
    font-size: 10px;
    align-items: flex-start;
  }
  .file-row {
    padding: 17px 13px;
    gap: 9px;
    align-items: flex-start;
  }
  .file-icon {
    display: none;
  }
  .file-group-heading {
    padding: 17px 13px;
    gap: 8px;
  }
  .file-group-heading h2 {
    font-size: 11px;
  }
  .file-group-heading span {
    font-size: 9px;
    white-space: nowrap;
  }
  .file-name {
    font-size: 11px;
  }
  .file-info>span {
    font-size: 9px;
  }
  .file-action {
    padding: 7px;
  }
  .file-row>button {
    width: 30px;
    padding: 5px !important;
    height: 33px;
  }
  .login-shell {
    display: flex;
    flex-direction: column;
    margin: 24px 18px 22px;
    min-height: 0;
  }
  .login-story {
    padding: 26px 28px 22px;
  }
  .login-story .eyebrow {
    font-size: 8px;
  }
  .login-story h1 {
    font-size: 35px;
    line-height: 1.15;
    margin: 20px 0 15px;
  }
  .login-story h1 br:nth-child(2) {
    display: none;
  }
  .login-story>p {
    font-size: 11px;
    max-width: 380px;
  }
  .login-stage-rail {
    margin: 24px 0 0;
  }
  .login-stage-rail>div {
    padding-top: 10px;
  }
  .login-stage-rail span {
    font-size: 8px;
  }
  .login-stage-rail strong {
    font-size: 10px;
  }
  .login-story-bottom {
    display: none;
  }
  .login-panel {
    padding: 30px 28px;
  }
  .login-mini-icon {
    display: none;
  }
  .login-panel h2 {
    font-size: 24px;
  }
  .login-panel>.subtle {
    font-size: 12px;
  }
  .login-form {
    margin-top: 24px;
  }
  .login-footer {
    margin: 0 20px 20px;
    gap: 20px;
    font-size: 8px;
    line-height: 1.8;
  }
  .login-footer span {
    text-align: right;
    max-width: 130px;
  }
  .loading-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .spin {
    animation: none;
  }
}
.public-header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.portal-button {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #1e754f;
  color: white;
  padding: 12px 17px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
}
.portal-button:hover {
  background: #155b3c;
}
.public-link {
  color: #398160;
  font-size: 10px;
  margin-right: 10px;
}
.public-workspace {
  padding-top: 31px;
}
.public-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.public-heading h1 {
  font-size: 29px;
  font-weight: 650;
  letter-spacing: -1px;
  margin: 9px 0;
}
.public-heading h1 span {
  font-weight: 400;
  color: #718778;
  margin-left: 6px;
}
.public-heading p:not(.eyebrow) {
  font-size: 12px;
  color: #87978b;
  line-height: 1.7;
}
.public-access-note {
  font-size: 10px;
  color: #678b6c;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #eaf3e7;
  padding: 9px 12px;
  border-radius: 6px;
  white-space: nowrap;
}
.public-filter-panel {
  background: white;
  border: 1px solid #dfe8df;
  border-radius: 11px;
  padding: 21px 23px;
  margin-bottom: 22px;
}
.public-filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 15px;
}
.public-filter-title>span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 12px;
  color: #496d50;
}
.public-filter-title>span:last-child {
  font-size: 10px;
  color: #8ca085;
}
.public-filter-grid {
  display: grid;
  grid-template-columns: 1.35fr 1.2fr 1fr 1fr;
  gap: 18px 16px;
}
.public-filter-field,.public-search {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.public-filter-field [data-slot=label],.public-search label {
  font-size: 10px;
  color: #7c9073;
  font-weight: 500;
}
.public-filter-field [data-slot=select-trigger] {
  height: 39px;
  width: 100%;
  font-size: 11px;
  box-shadow: none;
  border-color: #dce5d6;
  border-radius: 6px;
}
.public-search>div {
  position: relative;
}
.public-search>div>svg {
  position: absolute;
  left: 11px;
  top: 11px;
  color: #91a087;
}
.public-search input {
  height: 39px;
  padding-left: 35px;
  font-size: 11px;
  box-shadow: none;
  border-color: #dce5d6;
  border-radius: 6px;
}
.public-filter-actions {
  align-self: end;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}
.public-filter-actions button {
  font-size: 10px;
  height: 39px !important;
  padding: 0 13px;
}
.public-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr) .95fr;
  gap: 16px;
  margin-bottom: 25px;
}
.public-stat {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e0e8dc;
  border-radius: 10px;
  padding: 22px;
}
.public-stat p {
  font-size: 11px;
  color: #7b9075;
}
.public-stat strong {
  display: block;
  font-size: 33px;
  line-height: 1.15;
  letter-spacing: -1px;
  font-weight: 650;
  margin: 10px 0;
}
.public-stat div>span {
  font-size: 8px;
  color: #a0ad97;
}
.public-stat>.metric-icon {
  width: 35px;
  height: 35px;
}
.public-participation {
  background: #21573c;
  border-radius: 10px;
  padding: 21px 22px;
  color: #ecf5df;
}
.public-participation>p {
  font-size: 11px;
  color: #b1cba6;
}
.public-participation>strong {
  font-size: 32px;
  font-weight: 500;
  display: block;
  margin: 7px 0 11px;
}
.public-participation>strong>small {
  font-size: 16px;
  margin-left: 3px;
}
.public-participation [data-slot=progress] {
  height: 5px;
  background: #ffffff20;
}
.public-participation [data-slot=progress-indicator] {
  background: #c5db85;
}
.public-participation>span {
  display: block;
  font-size: 8px;
  color: #a6bf9e;
  margin-top: 9px;
}
.public-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.public-section-heading h2 {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -.35px;
}
.public-section-heading>span {
  font-size: 10px;
  color: #92a088;
}
.public-section-heading p {
  font-size: 10px;
  color: #97a58d;
  margin-top: 6px;
}
.public-strata-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 12px;
}
.public-strata-card {
  background: #fff;
  border: 1px solid #e0e8da;
  padding: 17px 19px;
  position: relative;
  text-align: left;
  border-radius: 9px;
}
.public-strata-card.selected {
  border-color: #6e9c56;
  box-shadow: 0 0 0 1px #6e9c56;
}
.public-strata-card:hover {
  border-color: #a1be8d;
}
.public-strata-card strong {
  font-size: 26px;
  display: block;
  margin-top: 13px;
  font-weight: 550;
  line-height: 1.1;
}
.public-strata-card strong small {
  font-size: 9px;
  color: #9eac92;
  font-weight: 400;
  margin-left: 8px;
}
.public-strata-card>svg {
  position: absolute;
  right: 17px;
  top: 20px;
  color: #b4c1a8;
}
.public-strata-note {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 9px;
  color: #92a087;
  margin: 12px 0 26px;
  line-height: 1.7;
}
.public-table-section {
  background: #fff;
  border: 1px solid #dfe6d9;
  border-radius: 11px;
  overflow: hidden;
}
.public-table-section>.public-section-heading {
  padding: 23px 23px 18px;
  margin: 0;
}
.public-fetch-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px !important;
  color: #a0ac96 !important;
}
.public-table [data-slot=table] {
  font-size: 11px;
}
.public-table [data-slot=table-head] {
  background: #f2f6ee;
  color: #859478;
  font-size: 9px;
  font-weight: 500;
  white-space: nowrap;
  height: 42px;
  padding: 10px 14px;
}
.public-table [data-slot=table-cell] {
  padding: 15px 14px;
  white-space: normal;
  vertical-align: middle;
  border-color: #e8ede3;
}
.public-table [data-slot=table-row] {
  border-color: #e9eee4;
}
.public-table [data-slot=table-row]:hover {
  background: #f9fbf6;
}
.public-table .number-column {
  width: 45px;
  font-size: 9px;
  color: #a3af98;
  padding-left: 23px;
}
.public-school-name {
  font-size: 11px;
  font-weight: 650;
  color: #506746;
  min-width: 170px;
  max-width: 250px;
  line-height: 1.6;
}
.public-npsn {
  display: block;
  font-size: 9px;
  color: #93a087;
  margin-top: 5px;
  font-variant-numeric: tabular-nums;
}
.public-form {
  font-size: 10px;
  font-weight: 500;
  color: #627a55;
  white-space: nowrap;
}
.public-muted {
  display: block;
  font-size: 9px;
  color: #9cab90;
  margin-top: 5px;
  line-height: 1.7;
}
.public-region {
  font-size: 10px;
  color: #75896a;
  white-space: nowrap;
}
.filling-badge {
  font-size: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.filling-badge>span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.filling-badge.filled {
  color: #60954a;
}
.filling-badge.filled>span {
  background: #70a858;
}
.filling-badge.empty {
  color: #a29e80;
}
.filling-badge.empty>span {
  background: #c5bc8e;
}
.unassessed-label {
  font-size: 9px;
  color: #a6af9b;
  white-space: nowrap;
}
.public-row-progress {
  min-width: 108px;
  max-width: 135px;
}
.public-row-progress>span {
  font-size: 8px;
  color: #a0ad95;
  display: block;
  margin-bottom: 7px;
}
.public-row-progress strong {
  font-size: 10px;
  color: #7f946f;
  font-weight: 600;
}
.public-row-progress [data-slot=progress] {
  height: 4px;
  background: #eef3e7;
}
.public-row-progress [data-slot=progress-indicator] {
  background: #a3be76;
}
.public-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #e6ecdf;
  padding: 16px 23px;
}
.public-pagination>span {
  font-size: 9px;
  color: #96a38a;
  white-space: nowrap;
}
.public-pagination nav {
  width: auto;
  margin: 0;
}
.public-pagination button {
  height: 30px !important;
  width: 30px;
  padding: 5px;
  font-size: 9px;
  border-color: #dce6d1;
}
.page-number {
  font-size: 9px;
  color: #849776;
  padding: 0 12px;
  white-space: nowrap;
}
.public-no-results {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 40px;
  color: #9fb08f;
}
.public-no-results h3 {
  font-size: 15px;
  color: #758f62;
}
.public-no-results p {
  font-size: 11px;
}
.public-no-results button {
  font-size: 10px;
  height: 35px;
  margin-top: 8px;
}
.public-explanation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 25px 5px 0;
}
.public-explanation>div {
  display: flex;
  gap: 12px;
  color: #a1b18e;
}
.public-explanation p {
  font-size: 9px;
  color: #94a287;
  line-height: 1.9;
}
.public-explanation strong {
  display: block;
  color: #7e946e;
  font-size: 10px;
  margin-bottom: 4px;
  font-weight: 600;
}
.public-error {
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid #e6d7b6;
  background: #fff9ed;
  padding: 24px;
  border-radius: 10px;
  color: #a99a6b;
}
.public-error h2 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 7px;
}
.public-error p {
  font-size: 12px;
  line-height: 1.8;
}
.public-error>button {
  margin-left: auto;
}
.public-updating {
  opacity: .6;
  pointer-events: none;
}
@media (max-width:1050px) {
  .public-stats {
    gap: 12px;
  }
  .public-stat {
    padding: 19px 16px;
  }
  .public-stat>.metric-icon {
    width: 30px;
    height: 30px;
  }
  .public-stat strong {
    font-size: 29px;
  }
  .public-heading h1 {
    font-size: 27px;
  }
  .public-strata-card {
    padding: 15px;
  }
  .public-strata-card>svg {
    display: none;
  }
  .public-filter-grid {
    grid-template-columns: 1.2fr 1.2fr 1fr 1fr;
  }
  .public-filter-panel {
    padding: 20px;
  }
  .public-access-note {
    display: none;
  }
}
@media (max-width:760px) {
  .public-workspace {
    padding-top: 25px;
  }
  .public-heading h1 {
    font-size: 27px;
    line-height: 1.2;
  }
  .public-heading h1 span {
    display: block;
    font-size: 23px;
    margin: 4px 0 0;
  }
  .public-heading p:not(.eyebrow) {
    font-size: 11px;
  }
  .portal-button {
    font-size: 10px;
    padding: 10px 11px;
    gap: 6px;
  }
  .portal-button svg:last-child {
    display: none;
  }
  .public-filter-panel {
    padding: 17px 15px;
  }
  .public-filter-title {
    gap: 10px;
  }
  .public-filter-title>span:first-child {
    font-size: 10px;
  }
  .public-filter-title>span:last-child {
    font-size: 8px;
    text-align: right;
    max-width: 110px;
    line-height: 1.7;
  }
  .public-filter-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px 12px;
  }
  .public-filter-field [data-slot=label],.public-search label {
    font-size: 9px;
  }
  .public-filter-field [data-slot=select-trigger] {
    font-size: 10px;
  }
  .public-search input {
    font-size: 10px;
  }
  .public-filter-actions {
    justify-content: flex-start;
  }
  .public-filter-actions button {
    font-size: 9px;
    padding: 0 10px;
  }
  .public-stats {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .public-stat {
    padding: 17px;
  }
  .public-stat p {
    font-size: 10px;
  }
  .public-stat strong {
    font-size: 29px;
  }
  .public-stat div>span {
    font-size: 7px;
    line-height: 1.8;
    display: block;
    max-width: 95px;
  }
  .public-stat>.metric-icon {
    width: 28px;
    height: 28px;
  }
  .public-stat>.metric-icon svg {
    width: 17px;
    height: 17px;
  }
  .public-participation {
    padding: 17px;
  }
  .public-participation>p {
    font-size: 10px;
  }
  .public-participation>strong {
    font-size: 29px;
    margin-bottom: 8px;
  }
  .public-strata-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
  .public-strata-card {
    padding: 16px;
  }
  .public-strata-card:last-child {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .public-strata-card:last-child strong {
    margin: 0;
  }
  .public-strata-card strong {
    font-size: 24px;
  }
  .public-strata-card strong small {
    font-size: 8px;
  }
  .public-strata-note {
    font-size: 8px;
    align-items: flex-start;
    margin-top: 14px;
  }
  .public-section-heading h2 {
    font-size: 16px;
  }
  .public-section-heading>span {
    font-size: 9px;
  }
  .public-table-section>.public-section-heading {
    padding: 18px 15px;
  }
  .public-fetch-status {
    max-width: 95px;
    text-align: right;
    font-size: 7px !important;
    line-height: 1.7;
  }
  .public-table [data-slot=table-cell] {
    padding: 13px 12px;
  }
  .public-table .number-column {
    padding-left: 15px;
  }
  .public-pagination {
    padding: 14px 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .public-pagination>span {
    font-size: 8px;
  }
  .public-pagination button {
    height: 28px !important;
    width: 28px;
  }
  .page-number {
    padding: 0 5px;
    font-size: 8px;
  }
  .public-explanation {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .public-explanation p {
    font-size: 9px;
  }
  .public-link {
    font-size: 8px;
    margin: 0;
  }
  .public-error {
    padding: 20px;
    flex-wrap: wrap;
  }
  .public-error p {
    font-size: 11px;
  }
  .public-error h2 {
    font-size: 16px;
  }
  .public-error>button {
    margin-left: 0;
  }
}
.verification-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
  padding: 4px 7px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.4;
  width: fit-content;
  white-space: normal;
}
.verification-badge.approved {
  background: #e5f5ed;
  color: #24654a;
}
.verification-badge.pending {
  background: #fff4dc;
  color: #8a601a;
}
.verification-badge.rejected {
  background: #fcebea;
  color: #9f3737;
}
.file-review {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-top: 5px;
}
.file-review small {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #735342;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 12px;
}
.inline-file-detail {
  flex: 1;
  min-width: 0;
}
.inline-file-detail a {
  overflow-wrap: anywhere;
}
.component-card .verification-badge {
  display: table;
  margin-top: 7px;
}
.school-verification-summary {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f0f6f3;
  border: 1px solid #d2e5da;
  border-radius: 12px;
  padding: 22px;
  margin: 20px 0;
  color: #315342;
}
.school-verification-summary>svg {
  flex-shrink: 0;
  margin-top: 4px;
}
.school-verification-summary>div {
  flex: 1;
}
.school-verification-summary h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}
.school-verification-summary p {
  font-size: 13px;
  margin: 8px 0 3px;
}
.school-verification-summary small {
  color: #64766c;
  line-height: 1.5;
}
.strata-verification-split {
  display: grid;
  gap: 3px;
  border-top: 1px solid #e7ece8;
  margin-top: 12px;
  padding-top: 9px;
  font-size: 11px;
  line-height: 1.5;
  color: #6d786f;
}
.strata-verification-split b {
  color: #304d3d;
}
.public-strata-card {
  min-height: 178px;
}
.public-strata-card>strong {
  margin-bottom: 0;
}
.public-table .verification-badge {
  min-width: 105px;
}
.staff-entry {
  font-size: 12px;
}
.staff-login {
  max-width: 470px;
  margin: 70px auto;
  padding: 34px !important;
}
.staff-login>svg {
  color: #307654;
  margin-bottom: 20px;
}
.staff-login h1,.staff-password h1 {
  font-size: 25px;
  font-weight: 700;
  margin: 10px 0;
}
.staff-login>p,.staff-password>p {
  font-size: 14px;
  color: #69756e;
  margin-bottom: 18px;
}
.staff-login form>a {
  display: block;
  margin-top: 16px;
}
.staff-identity {
  font-size: 13px;
  color: #4f6558;
}
.staff-password {
  max-width: 540px;
  margin: 30px auto;
}
.staff-toolbar {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e4eae6;
  border-radius: 12px;
  margin: 24px 0;
}
.staff-toolbar>.field {
  margin: 0;
  min-width: 220px;
  flex: 1;
}
.staff-table {
  padding: 20px !important;
}
.staff-table>p {
  font-size: 13px;
  color: #65766b;
  margin-bottom: 15px;
}
.staff-table td {
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: top;
}
.staff-table .verification-badge {
  display: table;
  margin-top: 5px;
}
.staff-table strong {
  font-weight: 600;
}
.staff-pager {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  font-size: 13px;
}
.staff-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.staff-add-dialog {
  max-height: 90vh;
  overflow-y: auto;
}
.staff-add-form .field {
  margin-bottom: 13px;
}
.review-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 25px;
}
.review-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e2e8e4;
  border-radius: 12px;
  padding: 24px;
  gap: 7px;
}
.review-stat strong {
  font-size: 30px;
  font-weight: 700;
}
.review-stat span {
  font-size: 13px;
  color: #56665b;
}
.review-stat small {
  font-size: 11px;
  color: #7e8a81;
}
.review-stat.pending {
  border-top: 3px solid #d2a24d;
}
.review-stat.approved {
  border-top: 3px solid #4c9871;
}
.review-stat.rejected {
  border-top: 3px solid #c57971;
}
.review-dialog {
  width: calc(100vw - 32px) !important;
  max-width: 1250px !important;
  max-height: 94vh;
  overflow-y: auto;
}
.review-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 22px;
  min-width: 0;
}
.review-document {
  min-width: 0;
}
.review-document iframe {
  width: 100%;
  height: 64vh;
  border: 1px solid #d7dfda;
  border-radius: 8px;
  background: #f1f3f2;
}
.review-file-heading {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
}
.review-file-heading>span {
  overflow-wrap: anywhere;
}
.review-file-heading a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.review-decision {
  min-width: 0;
}
.review-decision h3 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 650;
}
.review-decision blockquote {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  padding: 12px;
  background: #f5f7f6;
  border-left: 3px solid #b4c7ba;
  font-size: 13px;
  line-height: 1.5;
  margin: 12px 0;
}
.review-decision>.field {
  margin-top: 18px;
}
.review-confirm {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0;
}
.review-confirm label {
  font-size: 12px;
  line-height: 1.6;
}
.review-confirm button {
  flex-shrink: 0;
  margin-top: 2px;
}
.review-history {
  border-top: 1px solid #dfe6e1;
  padding-top: 15px;
  margin-top: 20px;
  font-size: 12px;
}
.review-history summary {
  cursor: pointer;
  color: #466553;
}
.review-history>div {
  padding: 12px 0;
  border-bottom: 1px solid #edf0ee;
}
.review-history small {
  display: block;
  color: #839086;
  margin: 4px 0;
}
.review-history p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.review-dialog .field-hint {
  margin-top: 10px;
  line-height: 1.6;
}
@media (max-width:800px) {
  .review-layout {
    grid-template-columns: 1fr;
  }
  .review-document iframe {
    height: 50vh;
  }
  .staff-toolbar {
    flex-wrap: wrap;
  }
  .staff-toolbar>.field {
    min-width: 180px;
  }
  .staff-identity {
    display: none;
  }
  .school-verification-summary {
    flex-wrap: wrap;
  }
  .school-verification-summary>div {
    min-width: 220px;
  }
  .public-header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px !important;
  }
  .review-stats {
    gap: 8px;
  }
  .review-stat {
    padding: 15px;
  }
  .review-stat span {
    font-size: 11px;
  }
  .staff-login {
    margin: 35px 16px;
  }
  .staff-workspace .page-heading {
    align-items: flex-start;
    gap: 15px;
  }
  .staff-pager {
    justify-content: center;
    gap: 8px;
  }
  .staff-pager button {
    font-size: 12px;
  }
}
.review-toolbar {
  flex-wrap: wrap;
}
.review-toolbar>.field {
  flex: 1 1 220px;
  min-width: min(100%,220px);
}
.review-toolbar [data-slot="select-trigger"] {
  width: 100%;
}
.review-filter-note {
  font-size: 12px;
  color: #69756e;
  margin-top: 12px;
  line-height: 1.6;
}
.admin-row-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  min-width: 240px;
}
.reset-school-button {
  color: #8a5a18 !important;
  border-color: #ddc497 !important;
  background: #fff9ed !important;
}
.reset-school-button:hover {
  background: #fff0d2 !important;
}
.replacement-notice {
  font-size: 11px;
  line-height: 1.6;
  color: #846022;
  background: #fff8e9;
  border-radius: 6px;
  padding: 9px 11px;
  margin-top: 8px;
}
.brand>span:last-child {
  min-width: 0;
}
.brand strong {
  display: block;
  font-size: 23px;
  white-space: nowrap;
  letter-spacing: -.65px;
}
.brand small {
  white-space: nowrap;
  letter-spacing: 1.15px;
}
.public-heading p strong {
  color: #5c7663;
  font-weight: 650;
}
.evidence-guidance {
  display: flex;
  gap: 15px;
  padding: 20px 22px;
  margin: 0 0 22px;
  border: 1px solid #d6e6d4;
  border-left: 4px solid #6fa35a;
  border-radius: 10px;
  background: #f3f8ef;
  color: #729063;
}
.evidence-guidance>svg {
  margin-top: 2px;
}
.evidence-guidance>div {
  min-width: 0;
  flex: 1;
}
.evidence-component {
  display: block;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #689055;
  margin-bottom: 6px;
}
.evidence-guidance h3 {
  font-size: 14px;
  font-weight: 700;
  color: #466644;
  margin-bottom: 11px;
}
.evidence-guidance ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px 28px;
  margin: 0;
  padding-left: 18px;
}
.evidence-guidance li {
  font-size: 11px;
  color: #60775d;
  line-height: 1.7;
  padding-left: 2px;
}
.evidence-guidance li::marker {
  color: #79a660;
}
.evidence-guidance .evidence-guidance-note {
  font-size: 10px;
  color: #738370;
  line-height: 1.75;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid #dce9d8;
}
@media (max-width:760px) {
  .topbar {
    height: auto;
    min-height: 72px;
  }
  .topbar-inner {
    min-height: 72px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .brand {
    gap: 8px;
  }
  .brand strong {
    font-size: 17px;
    letter-spacing: -.35px;
  }
  .brand small {
    font-size: 5.8px;
    letter-spacing: .65px;
  }
  .brand-icon {
    width: 35px;
    height: 35px;
  }
  .evidence-guidance {
    padding: 16px 14px;
    margin-bottom: 18px;
    gap: 10px;
  }
  .evidence-guidance>svg {
    width: 20px;
    height: 20px;
  }
  .evidence-guidance h3 {
    font-size: 12px;
    line-height: 1.5;
  }
  .evidence-guidance ul {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .evidence-guidance li {
    font-size: 10px;
  }
  .evidence-guidance .evidence-guidance-note {
    font-size: 9px;
  }
  .public-header-actions {
    max-width: 170px;
  }
}
.unified-instrument-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 11px 20px;
  align-items: center;
  background: #fff;
  border: 1px solid #dce7dc;
  border-radius: 10px;
  padding: 17px 20px;
  margin-bottom: 15px;
}
.unified-instrument-summary h3 {
  font-size: 13px;
  font-weight: 700;
  color: #4f6b52;
}
.unified-instrument-summary p {
  font-size: 10px;
  color: #89978a;
  margin-top: 5px;
}
.unified-instrument-summary>div:nth-child(2) {
  display: grid;
  text-align: right;
}
.unified-instrument-summary>div:nth-child(2) strong {
  font-size: 18px;
  color: #49704f;
}
.unified-instrument-summary>div:nth-child(2) span {
  font-size: 8px;
  color: #91a090;
}
.unified-instrument-summary [data-slot=progress] {
  grid-column: 1/-1;
  height: 5px;
  background: #eef3ea;
}
.unified-instrument-summary [data-slot=progress-indicator] {
  background: #6e9d61;
}
.unified-questions-list {
  padding-bottom: 6px;
}
.question-filter {
  grid-column: span 2;
}
.public-analytics-section {
  margin: 3px 0 26px;
}
.public-analytics-section>.public-section-heading>span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chart-legend {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin: -5px 0 12px;
  font-size: 9px;
  color: #7c8c80;
}
.chart-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chart-legend i {
  width: 10px;
  height: 10px;
  border-radius: 3px;
}
.fulfilled {
  background: #72a45d;
}
.verified {
  background: #5888b4;
}
.public-chart-grid {
  display: grid;
  grid-template-columns: minmax(0,1.5fr) minmax(330px,.8fr);
  gap: 16px;
}
.chart-panel {
  background: #fff;
  border: 1px solid #dfe7df;
  border-radius: 11px;
  padding: 20px;
  min-width: 0;
}
.chart-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.chart-panel-heading h3 {
  font-size: 14px;
  color: #4b6652;
  font-weight: 700;
}
.chart-panel-heading p {
  font-size: 9px;
  color: #92a096;
  margin-top: 5px;
  line-height: 1.6;
}
.chart-panel-heading button {
  font-size: 9px;
  height: 29px !important;
}
.question-chart-list {
  max-height: 535px;
  overflow: auto;
  padding-right: 7px;
  display: grid;
  gap: 7px;
}
.question-chart-row {
  display: grid;
  grid-template-columns: minmax(220px,1.25fr) minmax(180px,1fr);
  gap: 18px;
  align-items: center;
  text-align: left;
  border: 1px solid transparent;
  background: #f8faf7;
  border-radius: 8px;
  padding: 12px;
}
.question-chart-row:hover,.question-chart-row.selected {
  border-color: #a9c5a3;
  background: #f1f7ed;
}
.question-chart-label {
  min-width: 0;
}
.question-chart-label>span {
  display: block;
  font-size: 8px;
  color: #6f9563;
  font-weight: 700;
  letter-spacing: .25px;
  text-transform: uppercase;
}
.question-chart-label strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.55;
  color: #4f6253;
  margin: 5px 0;
}
.question-chart-label small {
  font-size: 8px;
  color: #97a297;
}
.horizontal-bars {
  display: grid;
  gap: 7px;
}
.horizontal-bars>div {
  height: 14px;
  border-radius: 5px;
  background: #e9efea;
  position: relative;
  overflow: hidden;
}
.horizontal-bars span {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: 5px;
}
.horizontal-bars b {
  position: absolute;
  right: 5px;
  top: 1px;
  font-size: 8px;
  color: #405649;
  z-index: 1;
}
.chart-empty {
  font-size: 11px;
  color: #94a094;
  padding: 30px;
  text-align: center;
}
.level-bar-chart {
  height: 330px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  align-items: end;
  gap: 13px;
  border-bottom: 1px solid #dce5de;
  padding: 25px 5px 0;
}
.level-bar-column {
  height: 100%;
  display: grid;
  grid-template-rows: 24px 1fr auto auto;
  gap: 5px;
  text-align: center;
  min-width: 0;
}
.level-values {
  display: flex;
  justify-content: center;
  gap: 7px;
  font-size: 7px;
  color: #718276;
}
.level-values span:last-child {
  color: #5888b4;
}
.vertical-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  min-height: 0;
}
.vertical-bars>span {
  width: 17px;
  min-height: 2px;
  border-radius: 5px 5px 0 0;
  transition: height .2s;
}
.level-bar-column>strong {
  font-size: 10px;
  color: #506654;
}
.level-bar-column>small {
  font-size: 7px;
  color: #96a298;
  white-space: nowrap;
}
.chart-footnote {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 8px;
  color: #8e9b90;
  line-height: 1.6;
  margin-top: 15px;
}
.public-table .verification-badge {
  white-space: nowrap;
}
.public-filter-field.question-filter [data-slot=select-trigger] {
  font-size: 10px;
}
@media (max-width:1050px) {
  .public-chart-grid {
    grid-template-columns: 1fr;
  }
  .level-bar-chart {
    height: 280px;
  }
  .question-filter {
    grid-column: span 2;
  }
}
@media (max-width:760px) {
  .unified-instrument-summary {
    padding: 14px;
    grid-template-columns: 1fr auto;
  }
  .unified-instrument-summary h3 {
    font-size: 11px;
  }
  .unified-instrument-summary p {
    font-size: 9px;
  }
  .question-filter {
    grid-column: 1/-1;
  }
  .public-chart-grid {
    grid-template-columns: 1fr;
  }
  .chart-panel {
    padding: 15px;
  }
  .chart-legend {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .question-chart-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .question-chart-list {
    max-height: 470px;
  }
  .level-bar-chart {
    height: 230px;
    gap: 6px;
  }
  .vertical-bars>span {
    width: 12px;
  }
  .level-values {
    gap: 3px;
  }
  .level-bar-column>small {
    font-size: 6px;
  }
  .public-analytics-section>.public-section-heading {
    align-items: flex-start;
  }
  .public-analytics-section>.public-section-heading>span {
    font-size: 7px;
  }
  .login-story {
    min-height: 430px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-pan-x {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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: 0px;
}
@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;
}
@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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity,1);
    transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
    filter: blur(var(--tw-enter-blur,0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity,1);
    transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
    filter: blur(var(--tw-exit-blur,0));
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --shimmer-angle: 20deg;
    }
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-leading: initial;
      --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;
      --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;
      --tw-duration: initial;
      --tw-content: "";
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
      --scroll-fade-t: 0px;
      --scroll-fade-b: 0px;
      --scroll-fade-s: 0px;
      --scroll-fade-e: 0px;
      --scroll-fade-mask: initial;
      --shimmer-image: initial;
      --shimmer-text-fill: initial;
    }
  }
}
