/*! utility.css —— 由 Tailwind CDN 按本项目实际用到的 203 个类生成（本地自托管） */

.align-middle {
    vertical-align: middle;
}

.animate-pulse {
    animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.backdrop-blur-md {
    backdrop-filter: blur(12px);
}

.bg-blue-600 {
    background-color: #2563eb;
}

.bg-emerald-500 {
    background-color: #10b981;
}

.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}

.bg-slate-100 {
    background-color: #f1f5f9;
}

.bg-slate-50 {
    background-color: #f8fafc;
}

.bg-slate-50\/50 {
    background-color: rgb(248 250 252 / 50);
}

.bg-slate-50\/80 {
    background-color: rgb(248 250 252 / 80);
}

.bg-slate-900 {
    background-color: #0f172a;
}

.bg-slate-900\/40 {
    background-color: rgb(15 23 42 / 40);
}

.bg-white {
    background-color: #fff;
}

.block {
    display: block;
}

.border {
    border-width: 1px;
    border-style: solid;
    border-color: #e5e7eb;
}

.border-0 {
    border-width: 0px;
}

.border-b {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e7eb;
}

.border-dashed {
    border-style: dashed;
}

.border-r {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e5e7eb;
}

.border-slate-100 {
    border-color: #f1f5f9;
}

.border-slate-200 {
    border-color: #e2e8f0;
}

.border-slate-300 {
    border-color: #cbd5e1;
}

.border-t {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e5e7eb;
}

.cursor-pointer {
    cursor: pointer;
}

.duration-200 {
    transition-duration: 200ms;
}

.fixed {
    position: fixed;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-col {
    flex-direction: column;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.focus\:bg-white:focus {
    background-color: #fff;
}

.focus\:ring-2:focus {
    box-shadow: 0 0 0 2px var(--tw-ring-color, rgb(59 130 246 / 0.5));
}

.focus\:ring-blue-500:focus {
    --tw-ring-color: #3b82f6;
}

.font-black {
    font-weight: 900;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-medium {
    font-weight: 500;
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-semibold {
    font-weight: 600;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-3\.5 {
    gap: 0.875rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.group:hover .group-hover\:scale-105 {
    transform: scale(1.05);
}

.group:hover .group-hover\:text-rose-500 {
    color: #f43f5e;
}

.h-1\.5 {
    height: 0.375rem;
}

.h-16 {
    height: 4rem;
}

.h-4 {
    height: 1rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-screen {
    height: 100vh;
}

.hidden {
    display: none;
}

.hover\:bg-blue-700:hover {
    background-color: #1d4ed8;
}

.hover\:bg-rose-50:hover {
    background-color: #fff1f2;
}

.hover\:bg-slate-100\/80:hover {
    background-color: rgb(241 245 249 / 80);
}

.hover\:bg-slate-200:hover {
    background-color: #e2e8f0;
}

.hover\:bg-slate-200\/60:hover {
    background-color: rgb(226 232 240 / 60);
}

.hover\:text-rose-600:hover {
    color: #e11d48;
}

.hover\:text-slate-600:hover {
    color: #475569;
}

.hover\:text-slate-900:hover {
    color: #0f172a;
}

.inline-flex {
    display: inline-flex;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.leading-relaxed {
    line-height: 1.625;
}

.left-0 {
    left: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-1\.5 {
    margin-bottom: 0.375rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.min-w-0 {
    min-width: 0px;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-2\.5 {
    margin-right: 0.625rem;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-1\.5 {
    margin-top: 0.375rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.object-contain {
    object-fit: contain;
}

.opacity-50 {
    opacity: .5;
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.p-1 {
    padding: 0.25rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-3\.5 {
    padding: 0.875rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pt-0 {
    padding-top: 0px;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.relative {
    position: relative;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shrink {
    flex-shrink: 1;
}

.space-x-1\.5 {

}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.375rem; margin-right: 0.375rem; }

.space-x-2 {

}

.space-x-2 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.5rem; margin-right: 0.5rem; }

.space-x-2\.5 {

}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.625rem; margin-right: 0.625rem; }

.space-y-1 {

}

.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; margin-bottom: 0.25rem; }

.space-y-2\.5 {

}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.625rem; margin-bottom: 0.625rem; }

.space-y-3\.5 {

}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.875rem; margin-bottom: 0.875rem; }

.space-y-4 {

}

.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; margin-bottom: 1rem; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sticky {
    position: sticky;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-\[11px\] {
    font-size: 11px;
}

.text-amber-600 {
    color: #d97706;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-blue-600 {
    color: #2563eb;
}

.text-center {
    text-align: center;
}

.text-emerald-600 {
    color: #059669;
}

.text-green-600 {
    color: #16a34a;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-rose-500 {
    color: #f43f5e;
}

.text-slate-400 {
    color: #94a3b8;
}

.text-slate-500 {
    color: #64748b;
}

.text-slate-600 {
    color: #475569;
}

.text-slate-700 {
    color: #334155;
}

.text-slate-800 {
    color: #1e293b;
}

.text-slate-900 {
    color: #0f172a;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-white {
    color: #fff;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.top-0 {
    top: 0px;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uppercase {
    text-transform: uppercase;
}

.w-1\.5 {
    width: 0.375rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-64 {
    width: 16.000rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-full {
    width: 100%;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

@media (min-width: 1024px) {
  .lg\:hidden {
      display: none;
  }
  .lg\:static {
      position: static;
  }
  .lg\:translate-x-0 {
      transform: translateX(0px);
  }
}

@media (min-width: 768px) {
  .md\:p-8 {
      padding: 2rem;
  }
  .md\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
  }
}

@media (min-width: 640px) {
  .sm\:flex-row {
      flex-direction: row;
  }
  .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:items-center {
      align-items: center;
  }
  .sm\:justify-between {
      justify-content: space-between;
  }
}

@keyframes tw-spin { to { transform: rotate(360deg); } }

@keyframes tw-pulse { 50% { opacity: .5; } }

/* admin 自定义阴影（来自 admin_layout 的 tailwind.config.boxShadow） */
.shadow-soft {
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}
.shadow-float {
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

@keyframes tw-bounce { 0%,100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1);} 50% { transform: none; animation-timing-function: cubic-bezier(0,0,0.2,1);} }
