/* 由 scripts/build_studio_css.mjs 编译产物（勿手改，源文件在 css/studio.tailwind.css） */
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    --font-mono: "SF Mono", "Cascadia Code", Consolas, "Liberation Mono", Menlo, monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #faf7f1;
    --color-surface: #ffffff;
    --color-surface-2: #f6f2ea;
    --color-line: #ece5d8;
    --color-line-strong: #d8cdb8;
    --color-ink: #2a241f;
    --color-ink-2: #6f6253;
    --color-ink-3: #a09380;
    --color-accent: #ff7a18;
    --color-accent-hover: #f26a00;
    --color-accent-soft: #fff1e4;
    --color-danger: #c0392b;
    --color-danger-soft: #fdecec;
    --color-ok: #18794e;
    --color-ok-soft: #e6f4ec;
    --color-warn: #b45309;
    --color-warn-soft: #fef3e2;
    --color-sidebar: #241f18;
    --color-sidebar-ink: #f0e8da;
    --color-sidebar-muted: #9c917f;
    --color-sidebar-hover: #322b21;
    --color-sidebar-active: #43382a;
    --color-preview: #2d2a26;
    --color-preview-ink: #f5efe4;
    --color-preview-line: rgba(245, 239, 228, 0.14);
    --radius-card: 12px;
    --shadow-card: 0 1px 3px rgb(42 36 31 / 0.07), 0 4px 14px rgb(42 36 31 / 0.05);
    --shadow-pop: 0 8px 30px rgb(42 36 31 / 0.18);
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    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:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    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 {
  .hidden {
    display: none;
  }
  .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,);
  }
}
@layer base {
  body {
    margin: 0;
    background: var(--color-bg);
    color: var(--color-ink);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: var(--font-sans);
  }
  button {
    cursor: pointer;
  }
  button, input, textarea, select {
    font: inherit;
  }
  code {
    font-family: var(--font-mono);
  }
  input[type="number"] {
    -moz-appearance: textfield;
  }
}
@layer components {
  .app {
    display: grid;
    grid-template-columns: 216px minmax(0, 1fr);
    min-height: 100vh;
  }
  .sidebar {
    background: var(--color-sidebar);
    color: var(--color-sidebar-ink);
    padding: 18px 12px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
  }
  .sidebar .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 8px 16px;
  }
  .sidebar .brand .brand-logo {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .sidebar .brand h1 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
  }
  .sidebar .brand p {
    font-size: 11px;
    color: var(--color-sidebar-muted);
    margin: 2px 0 0;
  }
  .sidebar .nav-group {
    margin-top: 6px;
  }
  .sidebar .nav-group-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--color-sidebar-muted);
    padding: 8px 10px 4px;
    letter-spacing: 0.02em;
  }
  .sidebar .nav-link {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 10px;
    border-radius: 7px;
    color: var(--color-sidebar-muted);
    font-size: 13px;
    font-weight: 500;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    transition: background 0.12s ease, color 0.12s ease;
    position: relative;
  }
  .sidebar .nav-link:hover {
    background: var(--color-sidebar-hover);
    color: var(--color-sidebar-ink);
  }
  .sidebar .nav-link.is-active {
    background: var(--color-sidebar-active);
    color: #fff;
  }
  .sidebar .nav-link .ic {
    width: 20px;
    text-align: center;
    opacity: 0.92;
    font-size: 14px;
    flex-shrink: 0;
  }
  .sidebar .nav-link .name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sidebar .nav-link .count {
    margin-left: auto;
    background: #43382a;
    color: var(--color-sidebar-muted);
    border-radius: 99px;
    font-size: 11px;
    padding: 0 7px;
    font-weight: 600;
    flex-shrink: 0;
  }
  .sidebar .nav-link .count.is-issue {
    background: var(--color-warn);
    color: #fff;
  }
  .sidebar .sidebar-foot {
    margin-top: auto;
    padding: 10px;
    font-size: 11px;
    color: var(--color-sidebar-muted);
    border-top: 1px solid #322b21;
    display: grid;
    gap: 4px;
  }
  .content {
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 26px;
    border-bottom: 1px solid var(--color-line);
    background: rgb(250 247 241 / 0.88);
    backdrop-filter: blur(8px);
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .topbar .crumb {
    font-size: 13px;
    color: var(--color-ink-3);
  }
  .topbar .crumb strong {
    color: var(--color-ink);
    font-weight: 700;
    font-size: 15px;
    margin-right: 8px;
  }
  .topbar .actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .page {
    padding: 22px 26px 60px;
    max-width: 1180px;
    width: 100%;
  }
  .page-head {
    margin-bottom: 18px;
  }
  .page-head h2 {
    margin: 0 0 4px;
    font-size: 19px;
    font-weight: 750;
  }
  .page-head p {
    margin: 0;
    color: var(--color-ink-2);
    font-size: 13px;
  }
  .card {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
  }
  .card-head {
    padding: 15px 18px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }
  .card-head h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
  }
  .card-head .sub {
    margin: 3px 0 0;
    font-size: 12px;
    color: var(--color-ink-3);
  }
  .card-body {
    padding: 14px 18px 18px;
  }
  .card + .card {
    margin-top: 16px;
  }
  .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 16px;
  }
  .form-grid .span-2 {
    grid-column: 1 / -1;
  }
  .field {
    display: grid;
    gap: 5px;
    align-content: start;
  }
  .field > label {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-ink-2);
  }
  .field .help {
    font-size: 11px;
    color: var(--color-ink-3);
    margin: 0;
    line-height: 1.45;
  }
  .field .error-text {
    font-size: 11px;
    color: var(--color-danger);
    margin: 0;
  }
  input, textarea, select {
    width: 100%;
    border: 1px solid var(--color-line-strong);
    border-radius: 8px;
    background: var(--color-surface);
    padding: 7px 10px;
    color: var(--color-ink);
    outline: none;
    transition: border-color 0.12s ease, box-shadow 0.12s ease;
    font-size: 13px;
    box-sizing: border-box;
  }
  input:focus, textarea:focus, select:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgb(255 122 24 / 0.15);
  }
  input.is-invalid, select.is-invalid, textarea.is-invalid {
    border-color: var(--color-danger);
  }
  textarea {
    min-height: 72px;
    resize: vertical;
  }
  .check {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .check input {
    width: auto;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid var(--color-line-strong);
    border-radius: 8px;
    background: var(--color-surface);
    color: var(--color-ink);
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 550;
    transition: background 0.12s ease, border-color 0.12s ease;
    white-space: nowrap;
  }
  .btn:hover:not(:disabled) {
    background: var(--color-surface-2);
  }
  .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .btn.primary {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff;
  }
  .btn.primary:hover:not(:disabled) {
    background: var(--color-accent-hover);
  }
  .btn.ghost {
    border-color: transparent;
    background: transparent;
    color: var(--color-ink-2);
  }
  .btn.ghost:hover:not(:disabled) {
    background: var(--color-surface-2);
    color: var(--color-ink);
  }
  .btn.danger {
    color: var(--color-danger);
    border-color: transparent;
    background: transparent;
  }
  .btn.danger:hover:not(:disabled) {
    background: var(--color-danger-soft);
  }
  .btn.ok {
    background: var(--color-ok);
    border-color: var(--color-ok);
    color: #fff;
  }
  .btn.ok:hover:not(:disabled) {
    filter: brightness(0.95);
  }
  .btn.sm {
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 6px;
  }
  .btn .ic {
    font-size: 12px;
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 99px;
    padding: 2px 9px;
    font-size: 11px;
    font-weight: 600;
  }
  .badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
  }
  .badge.ok {
    background: var(--color-ok-soft);
    color: var(--color-ok);
  }
  .badge.warn {
    background: var(--color-warn-soft);
    color: var(--color-warn);
  }
  .badge.danger {
    background: var(--color-danger-soft);
    color: var(--color-danger);
  }
  .badge.flat {
    background: var(--color-surface-2);
    color: var(--color-ink-2);
  }
  .badge.flat::before {
    display: none;
  }
  .badge.accent {
    background: var(--color-accent-soft);
    color: var(--color-accent);
  }
  .badge.accent::before {
    display: none;
  }
  .list {
    display: grid;
    gap: 8px;
  }
  .list-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: 10px;
    padding: 10px 14px;
  }
  .list-row .thumb {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    object-fit: contain;
    background: var(--color-surface-2);
    flex-shrink: 0;
  }
  .list-row .meta {
    min-width: 0;
    flex: 1;
  }
  .list-row .meta strong {
    font-size: 13px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list-row .meta small {
    color: var(--color-ink-3);
    font-size: 11.5px;
    display: block;
    margin-top: 1px;
  }
  .list-row .row-actions {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-shrink: 0;
  }
  .row {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
  }
  .spread {
    justify-content: space-between;
  }
  .empty-state {
    padding: 40px 20px;
    text-align: center;
    color: var(--color-ink-3);
    font-size: 13px;
  }
  .empty-state .big {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .notice {
    font-size: 12.5px;
    color: var(--color-ink-2);
    min-height: 18px;
    white-space: pre-wrap;
  }
  .notice.error {
    color: var(--color-danger);
  }
  .toast-wrap {
    position: fixed;
    bottom: 22px;
    right: 22px;
    display: grid;
    gap: 8px;
    z-index: 100;
  }
  .toast {
    background: #1f1b16;
    color: #f5efe4;
    border-radius: 9px;
    padding: 10px 16px;
    font-size: 13px;
    box-shadow: var(--shadow-pop);
    display: flex;
    align-items: center;
    gap: 9px;
    animation: toast-in 0.18s ease-out;
    max-width: 380px;
  }
  .toast.error {
    background: #7f1d1d;
  }
  .toast.ok {
    background: #14532d;
  }
  @keyframes toast-in {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgb(42 36 31 / 0.45);
    display: grid;
    place-items: center;
    z-index: 90;
    padding: 20px;
  }
  .modal {
    background: var(--color-surface);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-pop);
    width: min(480px, 100%);
    overflow: hidden;
  }
  .modal-head {
    padding: 18px 20px 0;
  }
  .modal-head h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
  }
  .modal-body {
    padding: 12px 20px 4px;
    font-size: 13.5px;
    color: var(--color-ink-2);
    line-height: 1.6;
  }
  .modal-body .code-block {
    background: #1f1b16;
    color: #f0e8da;
    border-radius: 8px;
    padding: 12px 14px;
    font-family: var(--font-mono);
    font-size: 12.5px;
    white-space: pre-wrap;
    word-break: break-all;
    margin: 10px 0 0;
    max-height: 260px;
    overflow: auto;
  }
  .modal-foot {
    padding: 16px 20px 18px;
    display: flex;
    justify-content: flex-end;
    gap: 9px;
  }
  .issue-list {
    display: grid;
    gap: 6px;
  }
  .issue {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    background: var(--color-warn-soft);
    border-radius: 8px;
    padding: 8px 11px;
    font-size: 12.5px;
  }
  .issue.is-error {
    background: var(--color-danger-soft);
  }
  .issue .issue-path {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--color-ink-3);
    background: rgb(255 255 255 / 0.65);
    border-radius: 5px;
    padding: 1px 6px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .issue .issue-msg {
    min-width: 0;
  }
  .preview-shell {
    background: var(--color-preview);
    border-radius: var(--radius-card);
    border: 1px solid var(--color-line-strong);
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    max-height: 420px;
  }
  .preview-stage {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
  }
  .preview-stage img.stage-art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .preview-hitarea {
    position: absolute;
    border: 1.5px dashed rgba(255, 199, 90, 0.85);
    background: rgb(255 199 90 / 0.08);
    pointer-events: none;
  }
  .preview-pet {
    position: relative;
    width: 46%;
    aspect-ratio: 1;
    cursor: grab;
    user-select: none;
    touch-action: none;
  }
  .preview-pet.is-dragging {
    cursor: grabbing;
  }
  .preview-pet .p-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .preview-pet .p-layer img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .preview-pet .p-face {
    z-index: 0;
  }
  .preview-pet .p-costume {
    z-index: 1;
  }
  .preview-toolbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 12px;
    background: linear-gradient(transparent, rgb(45 42 38 / 0.92));
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-preview-ink);
    font-size: 12px;
    z-index: 3;
  }
  .preview-toolbar .btn {
    background: transparent;
    border-color: var(--color-preview-line);
    color: var(--color-preview-ink);
    padding: 2px 9px;
    font-size: 12px;
  }
  .preview-toolbar .btn:hover:not(:disabled) {
    background: rgb(255 255 255 / 0.12);
  }
  .preview-toolbar .btn.is-active {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff;
  }
  .preview-toolbar .hint {
    opacity: 0.7;
  }
  .preview-toolbar input[type="range"] {
    width: 110px;
    padding: 0;
  }
  .preview-stage .stage-hint {
    color: rgb(245 239 228 / 0.4);
    font-size: 12px;
    position: absolute;
    bottom: 44px;
  }
  .toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .toolbar input, .toolbar select {
    width: auto;
    padding: 5px 10px;
  }
  .hidden {
    display: none !important;
  }
  .muted {
    color: var(--color-ink-3);
    font-size: 12px;
  }
  .mono {
    font-family: var(--font-mono);
    font-size: 12px;
  }
  .drop-zone {
    border: 1.5px dashed var(--color-line-strong);
    border-radius: 10px;
    padding: 22px 16px;
    text-align: center;
    color: var(--color-ink-3);
    font-size: 13px;
    background: var(--color-surface-2);
    transition: border-color 0.12s ease, background 0.12s ease;
  }
  .drop-zone.is-over {
    border-color: var(--color-accent);
    background: var(--color-accent-soft);
  }
  .thumb-stack {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-surface-2);
    border: 1px solid var(--color-line);
    border-radius: 99px;
    padding: 3px 10px;
    font-size: 12px;
    color: var(--color-ink-2);
  }
  .chip .ic {
    font-size: 11px;
  }
  @media (max-width: 960px) {
    .app {
      grid-template-columns: 1fr;
    }
    .sidebar {
      position: static;
      height: auto;
      flex-direction: row;
      align-items: center;
      gap: 6px;
      overflow: visible;
      padding: 10px 12px;
      flex-wrap: wrap;
    }
    .sidebar .brand {
      padding: 0 10px 0 0;
    }
    .sidebar .nav-group, .sidebar .sidebar-foot {
      margin: 0;
    }
    .sidebar .nav-group {
      display: flex;
      gap: 4px;
      flex-wrap: wrap;
    }
    .sidebar .nav-group-label {
      display: none;
    }
    .sidebar .nav-link {
      width: auto;
    }
    .sidebar .sidebar-foot {
      border: 0;
      padding: 0;
    }
    .sidebar .sidebar-foot .foot-text {
      display: none;
    }
    .grid-2, .grid-3, .grid-4 {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 560px) {
    .form-grid {
      grid-template-columns: 1fr;
    }
    .topbar {
      padding: 10px 14px;
    }
    .page {
      padding: 16px 14px 50px;
    }
  }
}
@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;
}
@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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
    }
  }
}
