/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg-base: #F9FAFB;
    --color-bg-subtle: #F2F4F6;
    --color-surface: #FFFFFF;
    --color-text-primary: #191F28;
    --color-text-secondary: #4E5968;
    --color-text-tertiary: #8B95A1;
    --color-text-disabled: #B0B8C1;
    --color-border: #E5E8EB;
    --color-border-strong: #D1D6DB;
    --color-accent: #3182F6;
    --color-accent-hover: #1B6EF3;
    --color-accent-subtle: #EBF3FE;
    --color-success: #0BB168;
    --color-success-subtle: #E8F9F0;
    --color-success-text: #027A48;
    --color-warning: #F59E0B;
    --color-warning-subtle: #FFFBEB;
    --color-warning-text: #92400E;
    --color-danger: #F03E3E;
    --color-danger-subtle: #FFF0F0;
    --color-danger-text: #C92A2A;
    --color-neutral: #F2F4F6;
    --color-background: #F9FAFB;
    --color-foreground: #191F28;
    --color-foreground-secondary: #4E5968;
    --color-foreground-tertiary: #8B95A1;
    --color-primary: #3182F6;
    --color-primary-subtle: #EBF3FE;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-\[-140px\] {
    top: -140px;
  }
  .right-\[-140px\] {
    right: -140px;
  }
  .-bottom-40 {
    bottom: calc(var(--spacing) * -40);
  }
  .-left-40 {
    left: calc(var(--spacing) * -40);
  }
  .left-10 {
    left: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[520px\] {
    height: 520px;
  }
  .min-h-\[480px\] {
    min-height: 480px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[420px\] {
    width: 420px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .\[animation\:koroDrift2_24s_ease-in-out_infinite\] {
    animation: koroDrift2 24s ease-in-out infinite;
  }
  .\[animation\:koroDrift_18s_ease-in-out_infinite\] {
    animation: koroDrift 18s ease-in-out infinite;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[\#747775\] {
    border-color: #747775;
  }
  .border-\[rgba\(11\,26\,74\,\.07\)\] {
    border-color: rgba(11,26,74,.07);
  }
  .border-\[rgba\(200\,10\,40\,0\.2\)\] {
    border-color: rgba(200,10,40,0.2);
  }
  .bg-\[\#2B62FF\] {
    background-color: #2B62FF;
  }
  .bg-\[\#050B2B\] {
    background-color: #050B2B;
  }
  .bg-\[\#F4F5F7\] {
    background-color: #F4F5F7;
  }
  .bg-\[\#FFE8EC\] {
    background-color: #FFE8EC;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\[background-image\:radial-gradient\(rgba\(11\,26\,74\,\.07\)_1px\,transparent_1px\)\] {
    background-image: radial-gradient(rgba(11,26,74,.07) 1px,transparent 1px);
  }
  .\[background-size\:26px_26px\] {
    background-size: 26px 26px;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-\.03em\] {
    --tw-tracking: -.03em;
    letter-spacing: -.03em;
  }
  .tracking-\[\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }
  .tracking-\[\.14em\] {
    --tw-tracking: .14em;
    letter-spacing: .14em;
  }
  .tracking-\[\.16em\] {
    --tw-tracking: .16em;
    letter-spacing: .16em;
  }
  .text-\[\#1F1F1F\] {
    color: #1F1F1F;
  }
  .text-\[\#2B62FF\] {
    color: #2B62FF;
  }
  .text-\[\#3C4149\] {
    color: #3C4149;
  }
  .text-\[\#6B7079\] {
    color: #6B7079;
  }
  .text-\[\#71767F\] {
    color: #71767F;
  }
  .text-\[\#A3A8B2\] {
    color: #A3A8B2;
  }
  .text-\[\#C80A28\] {
    color: #C80A28;
  }
  .text-\[rgba\(255\,255\,255\,0\.5\)\] {
    color: rgba(255,255,255,0.5);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .shadow-\[0_1px_2px_rgba\(0\,0\,0\,\.06\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(0,0,0,.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_30px_70px_-28px_rgba\(11\,26\,74\,\.35\)\] {
    --tw-shadow: 0 30px 70px -28px var(--tw-shadow-color, rgba(11,26,74,.35));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur-\[16px\] {
    --tw-blur: blur(16px);
    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,);
  }
  .blur-\[20px\] {
    --tw-blur: blur(20px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[background-color\,box-shadow\] {
    transition-property: background-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .\[background\:radial-gradient\(circle\,rgba\(0\,209\,255\,\.3\)\,rgba\(5\,11\,43\,0\)_65\%\)\] {
    background: radial-gradient(circle,rgba(0,209,255,.3),rgba(5,11,43,0) 65%);
  }
  .\[background\:radial-gradient\(circle_at_42\%_42\%\,rgba\(43\,98\,255\,\.6\)\,rgba\(5\,11\,43\,0\)_62\%\)\] {
    background: radial-gradient(circle at 42% 42%,rgba(43,98,255,.6),rgba(5,11,43,0) 62%);
  }
  .hover\:bg-\[\#F8F9FA\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F8F9FA;
      }
    }
  }
  .hover\:shadow-\[0_1px_3px_rgba\(0\,0\,0\,\.12\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 1px 3px var(--tw-shadow-color, rgba(0,0,0,.12));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-10 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:px-11 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 11);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  body {
    background-color: var(--color-bg-base);
    color: var(--color-text-primary);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 1.6;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  button {
    font-family: inherit;
  }
}
@layer components {
  .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 36px;
    padding: 0 16px;
    border-radius: var(--radius-md);
    background-color: var(--color-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.12s;
    white-space: nowrap;
    text-decoration: none;
  }
  .btn-primary:hover {
    background-color: var(--color-accent-hover);
  }
  .btn-primary:disabled {
    opacity: 0.45;
    pointer-events: none;
  }
  .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 36px;
    padding: 0 16px;
    border-radius: var(--radius-md);
    background-color: var(--color-surface);
    color: var(--color-text-secondary);
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--color-border);
    cursor: pointer;
    transition: background 0.12s, border-color 0.12s;
    white-space: nowrap;
    text-decoration: none;
  }
  .btn-secondary:hover {
    background-color: var(--color-bg-subtle);
    border-color: var(--color-border-strong);
  }
  .btn-secondary:disabled {
    opacity: 0.45;
    pointer-events: none;
  }
  .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 36px;
    padding: 0 12px;
    border-radius: var(--radius-md);
    background: transparent;
    color: var(--color-text-secondary);
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.12s;
    white-space: nowrap;
    text-decoration: none;
  }
  .btn-ghost:hover {
    background-color: var(--color-bg-subtle);
  }
  .btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 36px;
    padding: 0 16px;
    border-radius: var(--radius-md);
    background-color: var(--color-danger-subtle);
    color: var(--color-danger);
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ffc9c9;
    cursor: pointer;
    transition: background 0.12s;
    white-space: nowrap;
    text-decoration: none;
  }
  .btn-danger:hover {
    background-color: #ffd6d6;
  }
  .btn-sm {
    font-size: 13px !important;
    height: 30px !important;
    padding: 0 12px !important;
    border-radius: var(--radius-sm) !important;
  }
  .btn-xs {
    font-size: 12px !important;
    height: 26px !important;
    padding: 0 10px !important;
    border-radius: var(--radius-sm) !important;
  }
  .badge-blue {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    background-color: var(--color-accent-subtle);
    color: var(--color-accent);
  }
  .badge-green {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    background-color: var(--color-success-subtle);
    color: var(--color-success-text);
  }
  .badge-red {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    background-color: var(--color-danger-subtle);
    color: var(--color-danger);
  }
  .badge-yellow {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    background-color: var(--color-warning-subtle);
    color: var(--color-warning-text);
  }
  .badge-neutral {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    background-color: var(--color-neutral);
    color: var(--color-text-secondary);
  }
  .badge-dot::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
  }
  .card {
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
  }
  .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--color-border);
  }
  .card-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-primary);
    letter-spacing: -0.01em;
  }
  .card-body {
    padding: 20px;
  }
  .card-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    border-top: 1px solid var(--color-border);
  }
  .metric-card {
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 20px;
  }
  .metric-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-text-tertiary);
    margin-bottom: 8px;
  }
  .metric-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text-primary);
    letter-spacing: -0.03em;
    line-height: 1.2;
  }
  .metric-sub {
    font-size: 12px;
    color: var(--color-text-tertiary);
    margin-top: 4px;
  }
  .input {
    width: 100%;
    height: 36px;
    padding: 0 12px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    font-size: 14px;
    font-family: inherit;
    color: var(--color-text-primary);
    background-color: var(--color-surface);
    outline: none;
    transition: border-color 0.12s, box-shadow 0.12s;
  }
  .input::placeholder {
    color: var(--color-text-disabled);
  }
  .input:hover {
    border-color: var(--color-border-strong);
  }
  .input:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(49,130,246,0.1);
  }
  .input:disabled {
    background-color: var(--color-bg-subtle);
    color: var(--color-text-tertiary);
    cursor: not-allowed;
  }
  .textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    font-size: 14px;
    font-family: inherit;
    color: var(--color-text-primary);
    background-color: var(--color-surface);
    outline: none;
    resize: vertical;
    min-height: 80px;
    line-height: 1.6;
    transition: border-color 0.12s, box-shadow 0.12s;
  }
  .textarea:hover {
    border-color: var(--color-border-strong);
  }
  .textarea:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(49,130,246,0.1);
  }
  .select {
    width: 100%;
    height: 36px;
    padding: 0 32px 0 12px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    font-size: 14px;
    font-family: inherit;
    color: var(--color-text-primary);
    background-color: var(--color-surface);
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24' stroke='%238B95A1' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    transition: border-color 0.12s, box-shadow 0.12s;
  }
  .select:hover {
    border-color: var(--color-border-strong);
  }
  .select:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(49,130,246,0.1);
  }
  .perm-seg {
    display: inline-flex;
    background: var(--color-bg-subtle);
    border-radius: 8px;
    padding: 2px;
    flex-shrink: 0;
  }
  .perm-seg label {
    cursor: pointer;
    margin: 0;
  }
  .perm-seg input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .perm-seg span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-foreground-tertiary);
    padding: 4px 10px;
    border-radius: 6px;
    transition: background 0.12s, color 0.12s;
  }
  .perm-seg input:checked + span {
    background: var(--color-primary);
    color: #fff;
  }
  .perm-seg input:focus-visible + span {
    outline: 2px solid var(--color-primary);
    outline-offset: 1px;
  }
  .perm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 4px;
    border-bottom: 1px solid var(--color-border);
  }
  .perm-row:last-child {
    border-bottom: none;
  }
  .perm-row-label {
    font-size: 13px;
    color: var(--color-foreground);
  }
  .perm-bulk {
    display: inline-flex;
    gap: 4px;
  }
  .perm-bulk-btn {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    background: var(--color-surface);
    color: var(--color-foreground-tertiary);
    cursor: pointer;
  }
  .perm-bulk-btn:hover {
    border-color: var(--color-border-strong);
    color: var(--color-foreground);
  }
  .perm-bulk-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
  .label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-secondary);
    margin-bottom: 6px;
  }
  .field {
    display: flex;
    flex-direction: column;
  }
  .tbl {
    width: 100%;
    border-collapse: collapse;
  }
  .tbl thead tr {
    border-bottom: 1px solid var(--color-border);
  }
  .tbl th {
    padding: 10px 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text-tertiary);
    letter-spacing: 0.03em;
    white-space: nowrap;
    background-color: var(--color-bg-subtle);
  }
  .tbl tbody tr {
    border-bottom: 1px solid var(--color-border);
    transition: background 0.1s;
  }
  .tbl tbody tr:last-child {
    border-bottom: none;
  }
  .tbl tbody tr:hover {
    background-color: #FAFBFC;
  }
  .tbl td {
    padding: 13px 16px;
    font-size: 14px;
    color: var(--color-text-primary);
    vertical-align: middle;
  }
  .sidebar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: var(--radius-md);
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text-secondary);
    text-decoration: none;
    cursor: pointer;
    transition: background 0.1s, color 0.1s;
    white-space: nowrap;
  }
  .sidebar-item:hover {
    background-color: var(--color-bg-subtle);
    color: var(--color-text-primary);
  }
  .sidebar-item.active {
    background-color: var(--color-accent-subtle);
    color: var(--color-accent);
    font-weight: 600;
  }
  .sidebar-item svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
  }
  .sidebar-group-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-text-disabled);
    padding: 0 10px;
    margin-bottom: 2px;
  }
  .sidebar-icon-btn {
    width: 64px;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 10px;
    cursor: pointer;
    color: #E5E7EB;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
    flex-shrink: 0;
  }
  .sidebar-icon-btn svg {
    color: var(--icon-color, #E5E7EB);
    transition: color 0.15s;
  }
  .sidebar-icon-btn span {
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: inherit;
  }
  .sidebar-icon-btn.ic-dashboard {
    --icon-color: #38BDF8;
  }
  .sidebar-icon-btn.ic-plans {
    --icon-color: #8B5CF6;
  }
  .sidebar-icon-btn.ic-benefits {
    --icon-color: #EC4899;
  }
  .sidebar-icon-btn.ic-users {
    --icon-color: #10B981;
  }
  .sidebar-icon-btn.ic-orders {
    --icon-color: #F59E0B;
  }
  .sidebar-icon-btn.ic-sims {
    --icon-color: #06B6D4;
  }
  .sidebar-icon-btn.ic-notices {
    --icon-color: #F97316;
  }
  .sidebar-icon-btn.ic-badges {
    --icon-color: #EAB308;
  }
  .sidebar-icon-btn.ic-codes {
    --icon-color: #14B8A6;
  }
  .sidebar-icon-btn.ic-locales {
    --icon-color: #6366F1;
  }
  .sidebar-icon-btn:hover {
    background: #374151;
    color: #FFFFFF;
    --icon-color: #FFFFFF;
  }
  .sidebar-icon-btn.active {
    background: #0064E0;
    color: #FFFFFF;
    --icon-color: #FFFFFF;
  }
  .sidebar-icon-btn:focus-visible {
    outline: 2px solid #0064E0;
    outline-offset: 2px;
  }
  .section-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-primary);
    letter-spacing: -0.01em;
  }
  .section-desc {
    font-size: 13px;
    color: var(--color-text-tertiary);
  }
  .divider {
    height: 1px;
    background-color: var(--color-border);
  }
  .markdown-body h1 {
    font-size: 1.6em;
    font-weight: 700;
    margin: 0.6em 0 0.4em;
  }
  .markdown-body h2 {
    font-size: 1.35em;
    font-weight: 700;
    margin: 0.6em 0 0.4em;
  }
  .markdown-body h3 {
    font-size: 1.15em;
    font-weight: 700;
    margin: 0.5em 0 0.3em;
  }
  .markdown-body h4 {
    font-size: 1em;
    font-weight: 700;
    margin: 0.4em 0 0.3em;
  }
  .markdown-body h5 {
    font-size: 0.9em;
    font-weight: 700;
    margin: 0.4em 0 0.3em;
  }
  .markdown-body h6 {
    font-size: 0.85em;
    font-weight: 700;
    margin: 0.4em 0 0.3em;
    color: var(--color-foreground-secondary);
  }
  .markdown-body p {
    margin: 0 0 0.75em;
    line-height: 1.8;
  }
  .markdown-body ul, .markdown-body ol {
    padding-left: 1.4em;
    margin: 0 0 0.75em;
  }
  .markdown-body ul {
    list-style: disc;
  }
  .markdown-body ol {
    list-style: decimal;
  }
  .markdown-body li {
    margin-bottom: 0.2em;
    line-height: 1.7;
  }
  .markdown-body li > ul, .markdown-body li > ol {
    margin-bottom: 0;
  }
  .markdown-body strong {
    font-weight: 700;
  }
  .markdown-body em {
    font-style: italic;
  }
  .markdown-body del {
    text-decoration: line-through;
    color: var(--color-foreground-secondary);
  }
  .markdown-body a {
    color: var(--color-primary);
    text-decoration: underline;
  }
  .markdown-body img {
    max-width: 100%;
    border-radius: 4px;
    margin: 0.5em 0;
  }
  .markdown-body code {
    font-size: 0.875em;
    background: var(--color-bg-subtle);
    border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 0 4px;
    font-family: "Menlo", "Monaco", "Consolas", monospace;
  }
  .markdown-body pre {
    background: var(--color-bg-subtle);
    border: 1px solid var(--color-border);
    border-radius: 6px;
    padding: 12px;
    overflow-x: auto;
    margin-bottom: 0.75em;
  }
  .markdown-body pre code {
    border: none;
    padding: 0;
    background: none;
    font-size: 0.85em;
  }
  .markdown-body blockquote {
    border-left: 3px solid var(--color-border-strong);
    padding-left: 12px;
    margin: 0 0 0.75em;
    color: var(--color-foreground-secondary);
  }
  .markdown-body hr {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 1em 0;
  }
  .markdown-body table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0.75em;
    font-size: 0.9em;
  }
  .markdown-body th, .markdown-body td {
    border: 1px solid var(--color-border);
    padding: 6px 12px;
    text-align: left;
  }
  .markdown-body th {
    background: var(--color-bg-subtle);
    font-weight: 600;
  }
  .markdown-body tr:nth-child(even) td {
    background: var(--color-bg-subtle);
  }
  .markdown-body input[type="checkbox"] {
    margin-right: 4px;
    vertical-align: middle;
  }
  .sim-card {
    transition: border-color 0.15s, box-shadow 0.15s;
  }
  .sim-card:hover {
    border-color: var(--color-border-strong);
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  }
  .sim-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
  }
  .sim-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sim-icon span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
  }
  .sim-code {
    display: inline-block;
    margin-top: 3px;
    font-size: 11px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    color: var(--color-foreground-tertiary);
    background: var(--color-bg-subtle);
    padding: 2px 7px;
    border-radius: 6px;
  }
  .sim-seg {
    display: flex;
    background: var(--color-bg-subtle);
    border-radius: 9px;
    padding: 3px;
    flex-shrink: 0;
  }
  .sim-seg label {
    cursor: pointer;
    margin: 0;
  }
  .sim-seg input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .sim-seg span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-foreground-tertiary);
    padding: 5px 11px;
    border-radius: 7px;
    transition: background 0.12s, color 0.12s;
  }
  .sim-seg input:checked + span {
    background: var(--color-primary);
    color: #fff;
  }
  .sim-seg input:focus-visible + span {
    outline: 2px solid var(--color-primary);
    outline-offset: 1px;
  }
  .sim-price-wrap {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: 11px;
    padding: 4px 14px;
    background: var(--color-bg-subtle);
    transition: border-color 0.12s, box-shadow 0.12s;
  }
  .sim-price-wrap:focus-within {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(49,130,246,0.1);
    background: var(--color-surface);
  }
  .sim-price-wrap .won {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-foreground-tertiary);
    margin-right: 8px;
  }
  .sim-price-input {
    flex: 1;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-foreground);
    font-family: inherit;
    padding: 8px 0;
  }
  .sim-price-input::-webkit-outer-spin-button, .sim-price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .sim-preview {
    padding: 12px 14px;
    background: var(--color-primary-subtle);
    border: 1px solid var(--color-primary-subtle);
    border-radius: 12px;
    transition: opacity 0.15s;
  }
  .sim-preview-label {
    font-size: 11px;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 8px;
  }
  .sim-toggle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 26px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .sim-toggle input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .sim-toggle .track {
    position: absolute;
    inset: 0;
    background: #C4CCD4;
    border-radius: 99px;
    transition: background 0.15s;
  }
  .sim-toggle .track::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: transform 0.15s;
  }
  .sim-toggle input:checked + .track {
    background: var(--color-primary);
  }
  .sim-toggle input:checked + .track::after {
    transform: translateX(18px);
  }
  .sim-locale-chip {
    width: 34px;
    text-align: center;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--color-foreground-secondary);
    background: var(--color-bg-subtle);
    border-radius: 6px;
    padding: 5px 0;
  }
  .sim-dirty {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--color-warning-text);
    visibility: hidden;
  }
  .sim-dirty .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
  }
  .sim-row-list {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--color-surface);
  }
  .sim-row-item {
    border-bottom: 1px solid var(--color-border);
    transition: background 0.12s;
  }
  .sim-row-item.is-last {
    border-bottom: none;
  }
  .sim-row-item:hover {
    background: #FAFBFC;
  }
  .sim-row-main {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    flex-wrap: wrap;
  }
  .sim-row-label {
    flex-shrink: 0;
    min-width: 118px;
  }
  .sim-row-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-foreground);
  }
  .sim-row-toggle-label {
    font-size: 11px;
    color: var(--color-foreground-tertiary);
    margin-left: -4px;
    margin-right: 2px;
  }
  .sim-row-spacer {
    flex: 1;
  }
  .sim-row-expand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 7px;
    background: var(--color-bg-subtle);
    color: var(--color-foreground-tertiary);
    cursor: pointer;
    flex-shrink: 0;
  }
  .sim-row-expand:hover {
    background: var(--color-border);
  }
  .sim-row-expand svg {
    display: block;
    transition: transform 0.15s;
  }
  .sim-row-expand.is-open svg {
    transform: rotate(180deg);
  }
  .sim-row-detail {
    padding: 16px;
    border-top: 1px dashed var(--color-border);
    background: var(--color-bg-subtle);
  }
  .sim-icon-sm {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .sim-icon-sm span {
    font-size: 12px;
  }
  .sim-price-wrap-sm {
    padding: 4px 10px;
    border-radius: 8px;
  }
  .sim-price-wrap-sm .won {
    font-size: 13px;
    margin-right: 5px;
  }
  .sim-price-input-sm {
    flex: 0 0 auto;
    width: 80px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
  }
  .sim-toggle-sm {
    width: 34px;
    height: 20px;
  }
  .sim-toggle-sm .track::after {
    width: 14px;
    height: 14px;
  }
  .sim-toggle-sm input:checked + .track::after {
    transform: translateX(14px);
  }
  .header-search {
    position: relative;
  }
  .header-search-box {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    height: 34px;
    min-width: 190px;
    background: var(--color-bg-subtle);
    border: 1px solid var(--color-border);
    border-radius: 9px;
    transition: border-color 0.15s, background 0.15s;
  }
  .header-search-box:focus-within {
    border-color: var(--color-border-strong);
    background: var(--color-surface);
  }
  .header-search-input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 13px;
    color: var(--color-text-primary);
    width: 100%;
  }
  .header-search-input::placeholder {
    color: var(--color-text-tertiary);
  }
  .header-search-kbd {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 600;
    background: var(--color-border);
    color: var(--color-text-secondary);
    padding: 1px 6px;
    border-radius: 5px;
  }
  .header-search-results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    max-height: 320px;
    overflow-y: auto;
    z-index: 30;
  }
  .header-search-results:empty {
    display: none;
  }
  .search-result-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    text-decoration: none;
    color: var(--color-text-primary);
    border-bottom: 1px solid var(--color-border);
  }
  .search-result-item:last-child {
    border-bottom: none;
  }
  .search-result-item:hover, .search-result-item.is-active {
    background: var(--color-bg-subtle);
  }
  .search-result-id {
    font-family: monospace;
    font-size: 11px;
    color: var(--color-text-tertiary);
  }
  .search-result-name {
    font-size: 13px;
    font-weight: 600;
    flex: 1;
  }
  .search-empty {
    padding: 16px;
    text-align: center;
    font-size: 13px;
    color: var(--color-text-tertiary);
  }
  .page-skeleton {
    position: absolute;
    inset: 0;
    background: #F0F2F5;
    z-index: 5;
  }
  .skeleton-block {
    background: linear-gradient(90deg, var(--color-border) 25%, var(--color-bg-subtle) 37%, var(--color-border) 63%);
    background-size: 400% 100%;
    animation: skeleton-shimmer 1.4s ease infinite;
    border-radius: 10px;
  }
  .skeleton-title {
    height: 28px;
    width: 220px;
    margin-bottom: 20px;
  }
  .skeleton-row {
    height: 64px;
    margin-bottom: 12px;
  }
  @keyframes skeleton-shimmer {
    0% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }
  @media (max-width: 768px) {
    .dashboard-grid, .responsive-grid-2, .responsive-grid-3, .responsive-grid-4 {
      grid-template-columns: 1fr !important;
    }
    .kpi-tile-row {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }
  @media (max-width: 480px) {
    .kpi-tile-row {
      grid-template-columns: 1fr !important;
    }
  }
  .responsive-flex-wrap {
    flex-wrap: wrap;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-duration: initial;
    }
  }
}
