/*! 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", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --radius-sm: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .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;
    }
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
}
:root {
  --background: #f6f8f8;
  --surface: #fff;
  --text: #192f3c;
  --muted: #61727b;
  --accent: #14796e;
  --accent-hover: #0c6057;
  --positive: #167667;
  --warning: #98632d;
  --critical: #b53e3e;
  --border: #dde5e6;
  --shadow: 0 12px 44px #193b4210;
  --radius: 18px;
  --radius-sm: 10px;
  --space: 8px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: 'PingFang SC','Hiragino Sans GB','Microsoft YaHei',sans-serif;
  font-size: 15px;
  line-height: 1.7;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,textarea,select {
  font: inherit;
}
button,a,input,textarea,select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: .55;
}
h1,h2,h3,p {
  margin: 0;
}
h1,h2,h3 {
  line-height: 1.4;
}
h1 {
  font-size: 42px;
  font-weight: 650;
  letter-spacing: -1.8px;
}
h2 {
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -.5px;
}
h3 {
  font-size: 17px;
  font-weight: 600;
}
svg {
  flex-shrink: 0;
}
button:focus-visible,a:focus-visible {
  outline: 3px solid #65b8aa;
  outline-offset: 4px;
}
::selection {
  background: #c8ebe2;
}
input,textarea,select {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: #fff;
  width: 100%;
  padding: 12px 14px;
  color: var(--text);
  outline: none;
  transition: border-color .15s,box-shadow .15s;
}
input:focus,textarea:focus,select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px #14796e12;
}
textarea {
  resize: vertical;
  min-height: 115px;
}
input::placeholder,textarea::placeholder {
  color: #89959b;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 550;
}
label>span {
  display: block;
  margin-bottom: 8px;
}
label small {
  font-weight: 400;
  color: var(--muted);
}
.required {
  color: var(--accent);
  margin-left: 4px;
}
.button {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 10px;
  min-height: 46px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 550;
  transition: background .15s,transform .15s;
}
.button:active {
  transform: translateY(1px);
}
.button-primary {
  background: var(--accent);
  color: white;
}
.button-primary:hover {
  background: var(--accent-hover);
}
.button-outline {
  background: white;
  border-color: var(--border);
}
.button-outline:hover {
  background: #f2f6f6;
}
.button-ghost {
  background: transparent;
  color: var(--muted);
}
.button-ghost:hover {
  background: #eaf0f0;
}
.button-danger {
  background: #fff0f0;
  color: var(--critical);
  border-color: #efd2d2;
}
.button-sm {
  min-height: 36px;
  padding: 6px 12px;
  font-size: 13px;
}
.button svg {
  width: 17px;
  height: 17px;
}
.container {
  max-width: 1160px;
  padding: 0 32px;
  margin: 0 auto;
}
.site-header {
  height: 88px;
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-symbol {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  background: var(--accent);
  color: white;
  border-radius: 12px;
}
.brand-symbol svg {
  width: 24px;
  height: 24px;
}
.brand-name {
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.2;
}
.brand-sub {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 3px;
}
.header-project {
  border-left: 1px solid var(--border);
  padding-left: 20px;
  margin-left: 8px;
  color: var(--muted);
  font-size: 13px;
}
.header-link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: var(--muted);
}
.hero {
  padding: 60px 0 42px;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 72px;
  align-items: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 550;
  margin-bottom: 16px;
}
.eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.hero h1 em {
  font-style: normal;
  color: var(--accent);
}
.hero p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 18px;
  max-width: 480px;
  line-height: 1.9;
}
.hero-proof {
  display: flex;
  gap: 20px;
  margin-top: 23px;
  color: #49616c;
  font-size: 12px;
}
.hero-proof span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-proof svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
}
.hero-note {
  border-left: 1px solid #d3dfde;
  padding: 12px 0 12px 32px;
}
.hero-note h3 {
  font-size: 15px;
  margin-bottom: 18px;
}
.mini-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 18px 0;
}
.mini-step>span {
  color: #82a19b;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.mini-step strong {
  font-size: 14px;
  font-weight: 550;
}
.mini-step small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}
.workspace {
  display: grid;
  grid-template-columns: minmax(0,1fr) 280px;
  gap: 40px;
  align-items: start;
  padding-bottom: 48px;
}
.main-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.panel-top {
  padding: 26px 32px 22px;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.panel-top h2 {
  font-size: 20px;
}
.panel-top p {
  color: var(--muted);
  font-size: 13px;
  margin-top: 3px;
}
.step-mark {
  font-size: 12px;
  color: var(--muted);
}
.form-body {
  padding: 26px 32px 32px;
}
.tabs {
  display: flex;
  background: #f0f4f4;
  border-radius: 11px;
  padding: 5px;
  gap: 4px;
  margin-bottom: 24px;
}
.tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-weight: 550;
  font-size: 14px;
}
.tab svg {
  width: 18px;
  height: 18px;
}
.tab.active {
  background: white;
  color: var(--accent);
  box-shadow: 0 2px 6px #1c393810;
}
.drop-zone {
  border: 1.5px dashed #b6d0ca;
  background: #f8fbfa;
  border-radius: 12px;
  text-align: center;
  padding: 26px 20px;
  display: block;
  cursor: pointer;
  transition: background .15s;
}
.drop-zone:hover,.drop-zone.dragging {
  background: #edf7f3;
  border-color: var(--accent);
}
.upload-symbol {
  width: 46px;
  height: 46px;
  border: 1px solid #d5e8e2;
  border-radius: 13px;
  background: white;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  color: var(--accent);
}
.drop-zone strong {
  font-weight: 550;
  font-size: 14px;
  display: block;
  overflow-wrap: anywhere;
}
.drop-zone small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 400;
  font-size: 12px;
}
.drop-zone input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.drop-zone:focus-within {
  outline: 3px solid #65b8aa;
  outline-offset: 3px;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}
.fields .full {
  grid-column: 1/-1;
}
.form-section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.form-section h3 {
  margin-bottom: 16px;
}
.form-section label {
  margin: 16px 0;
}
.section-number {
  color: #86a29c;
  margin-right: 10px;
  font-size: 13px;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 400;
  font-size: 12px;
  margin: 24px 0 18px;
  line-height: 1.8;
}
.consent input {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  accent-color: var(--accent);
  margin-top: 3px;
  padding: 0;
}
.consent button {
  background: none;
  border: 0;
  padding: 0;
  color: var(--accent);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.submit-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.submit-line small {
  color: var(--muted);
  font-size: 12px;
}
.submit-line .button {
  min-width: 190px;
}
.sidebar {
  padding-top: 5px;
}
.side-caption {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.sidebar h2 {
  font-size: 21px;
  margin-bottom: 20px;
}
.benefit {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 14px;
}
.benefit:first-of-type {
  padding-top: 0;
}
.benefit>svg {
  width: 20px;
  height: 20px;
  color: #6e9087;
  margin-top: 3px;
}
.benefit p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 5px;
  line-height: 1.8;
}
.benefit h3 {
  font-size: 14px;
}
.time-note {
  margin-top: 28px;
  background: #eaf2ee;
  padding: 22px;
  border-radius: 12px;
}
.time-note svg {
  color: var(--accent);
  margin-bottom: 12px;
}
.time-note h3 {
  font-size: 14px;
}
.time-note p {
  color: #557169;
  font-size: 12px;
  margin-top: 8px;
}
.footer {
  border-top: 1px solid var(--border);
  padding: 24px 0;
  color: var(--muted);
  font-size: 12px;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer span {
  color: #7c8b91;
}
.alert {
  border: 1px solid #eed5d0;
  background: #fff6f2;
  color: #954634;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  margin: 16px 0;
  overflow-wrap: anywhere;
}
.notice {
  background: #f0f7f5;
  color: #416c60;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 13px;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 13px;
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.inline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #152e3d66;
  backdrop-filter: blur(3px);
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal {
  background: white;
  padding: 32px;
  border-radius: 20px;
  max-width: 560px;
  width: 100%;
  max-height: 85dvh;
  overflow: auto;
  box-shadow: 0 30px 100px #142e3840;
}
.modal h2 {
  margin-bottom: 20px;
}
.modal p {
  margin: 14px 0;
  color: var(--muted);
  font-size: 14px;
}
.modal .button {
  margin-top: 18px;
}
.history-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  gap: 16px;
}
.history-item small {
  display: block;
  color: var(--muted);
}
.history-item a {
  color: var(--accent);
}
.success-symbol {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #e7f3ed;
  color: var(--accent);
  margin-bottom: 20px;
}
.report-shell {
  max-width: 880px;
  margin: 0 auto;
  padding: 32px 24px 64px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 24px;
}
.receipt {
  padding: 38px;
  border: 1px solid var(--border);
  background: white;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.receipt h1 {
  font-size: 30px;
  letter-spacing: -.8px;
}
.receipt>p {
  margin: 14px 0;
  color: var(--muted);
}
.receipt-meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  padding: 20px 0;
  margin: 22px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.receipt-meta span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 5px;
}
.copy-box {
  display: flex;
  gap: 12px;
  margin: 20px 0 10px;
}
.copy-box input {
  font-size: 12px;
  color: var(--muted);
  background: #f7f9f9;
}
.copy-hint {
  font-size: 12px;
  color: var(--muted);
}
.status-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
  background: #eef2f3;
  color: #60757e;
  font-size: 12px;
  padding: 4px 9px;
  white-space: nowrap;
}
.status-tag.completed {
  background: #e6f3ec;
  color: #287661;
}
.status-tag.needs_info {
  background: #fff1db;
  color: #98632d;
}
.status-tag.processing {
  background: #e7f0f8;
  color: #376d9c;
}
.report-paper {
  background: white;
  margin-top: 24px;
  padding: 38px;
  border: 1px solid var(--border);
  border-radius: 18px;
}
.report-paper h2 {
  font-size: 22px;
}
.report-section {
  padding: 26px 0;
  border-bottom: 1px solid var(--border);
}
.report-section:last-child {
  border-bottom: 0;
}
.report-section>h3 {
  margin-bottom: 18px;
  font-size: 18px;
}
.report-section p {
  font-size: 14px;
  line-height: 1.95;
  white-space: pre-line;
}
.report-summary {
  background: #eff6f2;
  padding: 24px;
  border-radius: 12px;
  margin: 20px 0;
}
.report-summary p {
  font-size: 16px;
  line-height: 1.95;
}
.quality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.quality-item {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 10px;
}
.quality-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px;
}
.quality-item p {
  font-size: 12px;
  color: var(--muted);
}
.evidence {
  padding: 16px 0;
}
.evidence strong {
  font-size: 15px;
  display: block;
  margin-bottom: 7px;
}
.evidence p {
  color: #526671;
}
.example {
  background: #f6f8f8;
  border-left: 2px solid #9abbaf;
  padding: 14px 16px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.8;
  white-space: pre-line;
}
.action-row {
  display: flex;
  gap: 13px;
  padding: 10px 0;
  font-size: 14px;
}
.action-row span {
  width: 24px;
  height: 24px;
  background: #eaf3ef;
  border-radius: 50%;
  color: var(--accent);
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  flex-shrink: 0;
}
.source {
  font-size: 12px;
  padding: 10px 0;
  color: var(--muted);
}
.source a {
  color: var(--accent);
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.admin-layout {
  display: grid;
  grid-template-columns: 225px minmax(0,1fr);
  min-height: 100dvh;
}
.admin-nav {
  background: #173b3e;
  color: #e9f1ef;
  padding: 32px 22px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.admin-nav .brand-sub {
  color: #abc1bc;
}
.admin-nav .brand-symbol {
  background: #2b5c56;
}
.nav-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 9px;
  font-size: 14px;
  background: #2c514f;
}
.nav-note {
  font-size: 12px;
  color: #aac3bd;
  line-height: 1.9;
  padding: 0 10px;
}
.nav-foot {
  margin-top: auto;
  font-size: 12px;
  color: #acc4bd;
}
.admin-main {
  padding: 32px 40px;
}
.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
.admin-header h1 {
  font-size: 28px;
  letter-spacing: -.8px;
}
.admin-header p {
  color: var(--muted);
  font-size: 13px;
  margin-top: 5px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  background: white;
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-bottom: 26px;
  padding: 24px 0;
}
.stat {
  padding: 0 24px;
  border-right: 1px solid var(--border);
}
.stat:last-child {
  border: 0;
}
.stat span {
  font-size: 12px;
  color: var(--muted);
}
.stat strong {
  display: block;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 550;
  font-variant-numeric: tabular-nums;
}
.admin-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.filter-bar {
  display: flex;
  gap: 10px;
  align-items: end;
  padding: 20px;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}
.filter-bar label {
  font-size: 11px;
  flex: 1;
  min-width: 120px;
}
.filter-bar label>span {
  margin-bottom: 5px;
}
.filter-bar input,.filter-bar select {
  padding: 8px 10px;
  font-size: 12px;
  height: 38px;
}
.filter-bar .search-filter {
  flex: 1.6;
}
.table-wrap {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  font-size: 13px;
}
th {
  font-weight: 400;
  color: var(--muted);
  font-size: 12px;
  background: #f9fbfb;
}
th,td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
}
td small {
  display: block;
  font-size: 11px;
  color: var(--muted);
}
tbody tr:last-child td {
  border-bottom: 0;
}
tbody tr:hover {
  background: #fbfdfc;
}
.empty {
  text-align: center;
  padding: 70px 24px;
  color: var(--muted);
}
.empty svg {
  margin: 0 auto 14px;
  display: block;
  color: #8ba49c;
}
.empty h3 {
  color: var(--text);
  font-size: 16px;
  margin-bottom: 8px;
}
.empty p {
  font-size: 13px;
}
.admin-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.login-shell {
  min-height: 100dvh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
}
.login-intro {
  background: #163e3d;
  color: white;
  padding: 56px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-intro h1 {
  font-size: 38px;
  line-height: 1.6;
}
.login-intro p {
  color: #bbd1cb;
  font-size: 14px;
  margin-top: 18px;
}
.login-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.login-form form {
  max-width: 370px;
  width: 100%;
}
.login-form h2 {
  font-size: 28px;
  margin-bottom: 8px;
}
.login-form label {
  margin: 22px 0;
}
.login-form .button {
  width: 100%;
  margin-top: 8px;
}
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: #172f3c55;
  z-index: 25;
  display: flex;
  justify-content: flex-end;
}
.drawer {
  width: 760px;
  max-width: 95vw;
  height: 100dvh;
  overflow: auto;
  background: var(--background);
  padding: 28px;
}
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 12px;
}
.drawer section {
  background: white;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 12px;
  margin: 18px 0;
}
.drawer pre {
  white-space: pre-wrap;
  font: inherit;
  font-size: 13px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.drawer h3 {
  margin-bottom: 16px;
}
.drawer .report-paper {
  padding: 24px;
}
.event-row {
  font-size: 12px;
  padding: 9px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--border);
}
.test-toggle {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.test-toggle input {
  width: 16px;
  height: 16px;
  accent-color: var(--accent);
}
.loading {
  padding: 80px;
  text-align: center;
  color: var(--muted);
}
.spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width:1050px) {
  .hero {
    gap: 40px;
  }
  .workspace {
    grid-template-columns: minmax(0,1fr) 240px;
    gap: 26px;
  }
  .admin-layout {
    grid-template-columns: 180px minmax(0,1fr);
  }
  .admin-main {
    padding: 28px 24px;
  }
  .admin-nav {
    padding: 28px 16px;
  }
  .stat {
    padding: 0 16px;
  }
  .login-intro {
    padding: 40px;
  }
}
@media (max-width:760px) {
  .container {
    padding: 0 20px;
  }
  .site-header {
    height: 74px;
  }
  .header-project {
    display: none;
  }
  .brand-name {
    font-size: 21px;
  }
  .header-link {
    font-size: 12px;
  }
  .hero {
    display: block;
    padding: 34px 0 28px;
  }
  .hero h1 {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .hero p {
    font-size: 14px;
    margin-top: 13px;
  }
  .hero-proof {
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .hero-note {
    display: none;
  }
  .workspace {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .main-panel {
    width: 100%;
  }
  .panel-top {
    padding: 22px;
  }
  .form-body {
    padding: 22px;
  }
  .fields {
    gap: 16px;
  }
  .sidebar {
    width: 100%;
  }
  .sidebar h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .benefit {
    padding: 16px 0;
  }
  .time-note {
    margin-top: 20px;
  }
  .submit-line {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .submit-line .button {
    width: 100%;
  }
  .submit-line small {
    text-align: center;
  }
  .footer .container {
    flex-direction: column;
    gap: 6px;
  }
  .report-shell {
    padding: 22px 16px 40px;
  }
  .receipt,.report-paper {
    padding: 24px;
  }
  .receipt h1 {
    font-size: 26px;
  }
  .copy-box {
    flex-direction: column;
  }
  .receipt-meta {
    gap: 20px;
  }
  .quality-grid {
    grid-template-columns: 1fr;
  }
  .report-summary {
    padding: 18px;
  }
  .report-summary p {
    font-size: 14px;
  }
  .admin-layout {
    display: block;
  }
  .admin-nav {
    padding: 16px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .admin-nav .nav-note,.nav-foot,.admin-nav nav {
    display: none;
  }
  .admin-main {
    padding: 24px 16px;
  }
  .admin-header {
    align-items: flex-start;
  }
  .admin-header h1 {
    font-size: 24px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 0;
  }
  .stat:nth-child(2) {
    border: 0;
  }
  .stat strong {
    font-size: 26px;
  }
  .admin-toolbar .inline {
    gap: 8px;
  }
  .admin-toolbar .button {
    font-size: 12px;
    padding: 8px 10px;
  }
  .login-shell {
    display: block;
  }
  .login-intro {
    padding: 26px;
  }
  .login-intro>div:nth-child(2) {
    display: none;
  }
  .login-intro>small {
    display: none;
  }
  .login-form {
    padding: 38px 24px;
  }
  .drawer {
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
  .drawer section {
    padding: 18px;
  }
}
@media (prefers-reduced-motion:reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .site-header,.footer,.back-link,.receipt,.button {
    display: none !important;
  }
  .report-paper {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .report-shell {
    padding: 0;
  }
  .report-section,.quality-item,.evidence {
    break-inside: avoid;
  }
  body {
    background: white;
  }
}
.header-identity {
  display: flex;
  align-items: center;
  gap: 24px;
}
.official-logos {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
}
.official-logos img {
  object-fit: contain;
  display: block;
  height: 58px;
  width: auto;
}
.official-logos .logo-shanghai {
  width: 102px;
}
.official-logos .logo-huangpu {
  width: 49px;
}
.official-logos .logo-train {
  width: 88px;
}
.site-header {
  height: 104px;
}
.header-identity .header-project {
  margin-left: 0;
  padding-left: 24px;
}
@media (max-width:760px) {
  .site-header {
    height: auto;
    min-height: 90px;
  }
  .header-inner {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 10px;
  }
  .official-logos {
    gap: 18px;
  }
  .official-logos img {
    height: 48px;
  }
  .official-logos .logo-shanghai {
    width: 82px;
  }
  .official-logos .logo-huangpu {
    width: 40px;
  }
  .official-logos .logo-train {
    width: 70px;
  }
  .header-link.button {
    padding: 8px 0;
    min-height: 44px;
  }
  .header-link svg {
    display: none;
  }
  .header-identity {
    gap: 0;
  }
}
@media (max-width:380px) {
  .official-logos {
    gap: 12px;
  }
  .official-logos .logo-shanghai {
    width: 70px;
  }
  .official-logos .logo-huangpu {
    width: 35px;
  }
  .official-logos .logo-train {
    width: 61px;
  }
  .header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width:760px) {
  .step-mark {
    display: none;
  }
}
.copy-hint.inline {
  align-items: flex-start;
  flex-wrap: nowrap;
}
.copy-hint svg {
  margin-top: 3px;
}
.professional-report {
  --report-leading: 1.95;
}
.professional-report h2 {
  font-size: 30px;
  letter-spacing: -.6px;
}
.report-deck {
  color: var(--muted);
  margin-top: 12px;
}
.report-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.report-index a {
  font-size: 14px;
  color: var(--accent);
  padding: 4px 0;
}
.report-index a:hover {
  text-decoration: underline;
}
.professional-report .report-section {
  scroll-margin-top: 24px;
}
.report-block {
  margin-top: 22px;
  line-height: var(--report-leading);
  overflow-wrap: anywhere;
}
.report-block h4 {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 650;
}
.report-block p+p {
  margin-top: 8px;
}
.report-rewrite {
  background: #f1f7f5;
  border-left: 3px solid var(--accent);
  padding: 14px 18px;
  margin: 12px 0;
}
.report-reference {
  display: block;
  color: var(--accent);
  font-size: 13px;
  overflow-wrap: anywhere;
}
.professional-report .report-summary strong {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--accent);
  margin-bottom: 8px;
}
@media (max-width:760px) {
  .professional-report h2 {
    font-size: 24px;
  }
  .report-index {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .report-block {
    font-size: 14px;
  }
  .report-rewrite {
    padding: 12px;
  }
  .report-index a {
    min-height: 40px;
    display: flex;
    align-items: center;
  }
}
@media print {
  .report-index {
    display: none;
  }
  .report-block {
    break-inside: avoid;
  }
}
:root {
  --background: #f7f8f8;
  --text: #203339;
  --muted: #667579;
  --accent: #17675d;
  --accent-hover: #10534b;
  --border: #e1e6e5;
  --shadow: 0 4px 24px #243d3606;
  --radius: 12px;
  --radius-sm: 8px;
}
.service-home {
  max-width: 1080px;
  min-height: calc(100dvh - 185px);
  padding-bottom: 64px;
}
.service-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 48px 0 32px;
}
.service-title h1 {
  font-size: 36px;
  letter-spacing: -1px;
  font-weight: 600;
}
.service-title .eyebrow {
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.service-title p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}
.service-timing {
  border-left: 1px solid var(--border);
  padding-left: 28px;
  min-width: 190px;
}
.service-timing span,.service-timing small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.service-timing strong {
  display: block;
  font-size: 23px;
  font-weight: 550;
  margin: 3px 0;
}
.service-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 230px;
  gap: 48px;
  align-items: start;
}
.service-home .main-panel {
  border-radius: 12px;
}
.service-home .form-body {
  padding: 28px 32px;
}
.service-home .tabs {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--border);
  padding: 0;
  margin-bottom: 24px;
  gap: 28px;
}
.service-home .tab {
  flex: 0 1 auto;
  padding: 0 0 15px;
  border-radius: 0;
  position: relative;
  min-height: 44px;
}
.service-home .tab.active {
  background: transparent;
  box-shadow: none;
  color: var(--accent);
}
.service-home .tab.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--accent);
}
.service-home .drop-zone {
  background: #fafcfb;
  border-color: #c7d7d1;
  border-radius: 8px;
  padding: 25px 16px;
}
.service-home .upload-symbol {
  border: 0;
  background: none;
  margin-bottom: 6px;
  width: 36px;
  height: 36px;
}
.service-home .fields {
  gap: 18px;
  margin-top: 24px;
}
.service-home label>span {
  font-size: 13px;
}
.service-home .form-section h3 small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
}
.service-home .consent {
  margin-top: 24px;
  margin-bottom: 24px;
}
.service-home .submit-line {
  border-top: 1px solid var(--border);
  padding-top: 22px;
}
.service-home .submit-line .button {
  min-width: 160px;
}
.service-guide {
  padding: 10px 0;
}
.service-guide h2 {
  font-size: 15px;
  font-weight: 600;
}
.service-guide ol {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}
.service-guide li {
  display: flex;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.service-guide li>span {
  color: #7a9690;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  padding-top: 2px;
}
.service-guide li strong {
  font-size: 14px;
  font-weight: 550;
}
.service-guide li p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.return-note {
  padding-top: 32px;
}
.return-note p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin-top: 12px;
}
.return-note p.small {
  font-size: 12px;
}
.submission-records {
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 24px;
}
.records-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.records-heading h2 {
  font-size: 16px;
}
.records-heading>span {
  color: var(--muted);
  font-size: 12px;
}
.submission-row {
  display: flex;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--border);
  padding: 18px 0 0;
  margin-top: 18px;
}
.submission-row strong {
  font-size: 14px;
}
.submission-row small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.record-actions {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.site-header {
  height: 96px;
}
.official-logos {
  gap: 24px;
}
.official-logos img {
  height: 54px;
}
.compact-receipt {
  padding: 28px 32px;
  border-radius: 12px;
  box-shadow: none;
}
.receipt-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.receipt-heading .eyebrow {
  margin-bottom: 8px;
}
.compact-receipt h1 {
  font-size: 25px;
}
.compact-receipt .receipt-meta {
  margin: 20px 0;
  padding: 16px 0;
}
.compact-receipt p.return-hint {
  font-size: 12px;
  margin: 20px 0 0;
}
.simple-report .report-paper {
  border-radius: 12px;
}
.footer {
  font-size: 11px;
  padding: 20px 0;
}
.login-intro h1 {
  font-size: 34px;
  line-height: 1.5;
}
.admin-panel,.stats {
  border-radius: 10px;
}
.admin-main {
  max-width: 1600px;
}
.modal {
  border-radius: 12px;
}
@media (max-width:760px) {
  .site-header {
    height: auto;
    min-height: 88px;
  }
  .service-home {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 36px;
  }
  .service-title {
    padding: 28px 0 24px;
    align-items: flex-start;
    gap: 16px;
  }
  .service-title h1 {
    font-size: 29px;
  }
  .service-title p {
    font-size: 13px;
    max-width: 210px;
  }
  .service-timing {
    min-width: 100px;
    padding-left: 16px;
    margin-top: 3px;
  }
  .service-timing strong {
    font-size: 19px;
  }
  .service-timing small {
    font-size: 11px;
  }
  .service-timing span {
    font-size: 11px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-home .form-body {
    padding: 22px 20px;
  }
  .service-home .fields {
    gap: 16px;
  }
  .service-home .submit-line .button {
    min-width: 150px;
  }
  .service-guide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 4px;
  }
  .service-guide ol {
    display: flex;
    gap: 20px;
    margin-top: 12px;
  }
  .service-guide li {
    flex: 1;
    border: 0;
    display: block;
    padding: 0;
  }
  .service-guide li>span {
    display: none;
  }
  .service-guide li strong {
    font-size: 13px;
  }
  .service-guide li p {
    font-size: 11px;
  }
  .return-note {
    border-top: 1px solid var(--border);
    padding-top: 20px;
  }
  .return-note p {
    margin-top: 8px;
  }
  .submission-records {
    padding: 18px;
  }
  .records-heading {
    display: block;
  }
  .records-heading>span {
    display: block;
    margin-top: 4px;
  }
  .submission-row {
    gap: 12px;
    flex-wrap: wrap;
  }
  .submission-row>.status-tag {
    margin-left: auto;
  }
  .record-actions {
    width: 100%;
    margin-left: 0;
  }
  .compact-receipt {
    padding: 24px;
  }
  .compact-receipt .receipt-meta {
    gap: 20px;
  }
  .compact-receipt h1 {
    font-size: 22px;
  }
}
.career-needs {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.career-needs label>span {
  margin: 0;
}
.career-needs p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin: 8px 0 12px;
}
.career-needs textarea {
  min-height: 132px;
  font-size: 14px;
  line-height: 1.8;
}
.career-needs textarea::placeholder {
  font-size: 13px;
}
.field-counter {
  text-align: right;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
}
.request-original {
  white-space: pre-wrap !important;
  overflow-wrap: anywhere;
  line-height: 1.9;
  font-size: 14px;
  margin-top: 14px;
}
.public-report h2 {
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: -.5px;
}
.public-focus {
  margin: 12px 0 22px;
  color: var(--muted);
}
.public-report .report-summary strong {
  display: block;
  margin-bottom: 8px;
}
.public-report .report-section {
  padding: 24px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--border) !important;
  background: none !important;
}
.public-report h3 {
  font-size: 20px;
  margin-bottom: 18px;
}
.public-report h4 {
  font-size: 16px;
  margin: 18px 0 8px;
}
.public-report p,.public-report li {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.9;
}
.public-report p+p {
  margin-top: 12px;
}
.public-report ol {
  padding-left: 24px;
}
.public-report li+li {
  margin-top: 8px;
}
.public-table {
  margin: 16px 0;
  overflow-x: auto;
}
.public-table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  white-space: normal;
}
.public-table th,.public-table td {
  padding: 12px;
  text-align: left;
  vertical-align: top;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  line-height: 1.75;
}
.public-table th {
  background: #f0f3f2;
  font-weight: 600;
}
.public-table td:first-child {
  font-weight: 500;
}
.import-review {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: white;
}
.import-result {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.import-result:last-child {
  border: 0;
}
.internal-evidence {
  margin: 24px 0;
  color: var(--muted);
  font-size: 13px;
}
.internal-evidence summary {
  cursor: pointer;
}
.internal-evidence p {
  margin-top: 12px;
  overflow-wrap: anywhere;
}
.batch-note {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 18px;
}
@media (max-width:760px) {
  .public-report h2 {
    font-size: 23px;
  }
  .public-report h3 {
    font-size: 18px;
  }
  .public-table th,.public-table td {
    padding: 9px 7px;
    font-size: 12px;
  }
  .public-report p,.public-report li {
    font-size: 14px;
  }
  .public-report h4 {
    font-size: 15px;
  }
}
.text-button {
  border: 0;
  padding: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}
.public-report ol {
  list-style: decimal;
}
@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-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-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;
    }
  }
}
