/*! tailwindcss v4.3.3 | 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;
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --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 {
  .collapse\! {
    visibility: collapse !important;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .isolate {
    isolation: isolate;
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .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,);
  }
  .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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .\[rdoc-ref\:lib\/racc\/rdoc\/grammar\.en\.rdoc\] {
    rdoc-ref: lib/racc/rdoc/grammar.en.rdoc;
  }
}
@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);
  }
  .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;
  }
}
@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-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;
}
@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-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;
    }
  }
}
