/* Tailwind CSS - Compiled for 聚蜂筑讯 */
/* 自定义颜色变量 */
:root {
    --brand: #FABD33;
    --brand-dark: #e5a82e;
    --brand-light: rgba(250, 189, 51, 0.08);
    --ink-900: #1a1a1a;
    --ink-800: #2d2d2d;
    --ink-700: #404040;
    --ink-600: #525252;
    --ink-500: #6b6b6b;
    --ink-400: #8a8a8a;
    --ink-300: #b3b3b3;
    --ink-200: #d4d4d4;
    --ink-100: #ebebeb;
    --ink-50: #f5f5f5;
}

/* Reset & Base */
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
body {
    margin: 0;
    line-height: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
p {
    margin: 0;
}
a {
    color: inherit;
    text-decoration: inherit;
}
button, input {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
button {
    cursor: pointer;
    background-color: transparent;
    background-image: none;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Layout */
.fixed { position: fixed; }
.absolute { position: absolute; }
.sticky { position: sticky; }
.relative { position: relative; }

.inset-0 { inset: 0; }
.top-0 { top: 0; }
.top-2 { top: 0.5rem; }
.top-1\/2 { top: 50%; }
.right-0 { right: 0; }
.right-2 { right: 0.5rem; }
.right-6 { right: 1.5rem; }
.bottom-0 { bottom: 0; }
.bottom-6 { bottom: 1.5rem; }
.left-0 { left: 0; }
.left-1\/2 { left: 50%; }

.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.z-\[80\] { z-index: 80; }
.z-\[100\] { z-index: 100; }
.z-\[200\] { z-index: 200; }

/* Flexbox */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.hidden { display: none; }
.block { display: block; }

.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }

.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }

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

/* Sizing */
.w-4 { width: 1rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-20 { width: 5rem; }
.w-60 { width: 15rem; }
.w-72 { width: 18rem; }
.w-full { width: 100%; }
.w-px { width: 1px; }
.w-\[85\%\] { width: 85%; }

.h-4 { height: 1rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-15 { height: 3.75rem; }
.h-auto { height: auto; }
.h-full { height: 100%; }

.min-w-0 { min-width: 0; }
.min-h-screen { min-height: 100vh; }

.max-w-xs { max-width: 20rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-\[1120px\] { max-width: 1120px; }

/* Spacing */
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.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-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pt-1 { padding-top: 0.25rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-12 { padding-top: 3rem; }
.pt-20 { padding-top: 5rem; }
.pr-3 { padding-right: 0.75rem; }
.pb-16 { padding-bottom: 4rem; }

.m-0 { margin: 0; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-3 { margin-top: 0.75rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.ml-0\.5 { margin-left: 0.125rem; }

/* Typography */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-\[13px\] { font-size: 13px; }
.text-\[15px\] { font-size: 15px; }

.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.leading-relaxed { line-height: 1.625; }
.text-center { text-align: center; }
.no-underline { text-decoration-line: none; }

/* Colors */
.text-white { color: #fff; }
.text-brand { color: var(--brand); }
.text-ink-200 { color: var(--ink-200); }
.text-ink-300 { color: var(--ink-300); }
.text-ink-400 { color: var(--ink-400); }
.text-ink-500 { color: var(--ink-500); }
.text-ink-600 { color: var(--ink-600); }
.text-ink-700 { color: var(--ink-700); }
.text-ink-800 { color: var(--ink-800); }
.text-slate-400 { color: #94a3b8; }
.text-gray-300 { color: #d1d5db; }

.bg-white { background-color: #fff; }
.bg-brand { background-color: var(--brand); }
.bg-brand-light { background-color: var(--brand-light); }
.bg-ink-50 { background-color: var(--ink-50); }
.bg-ink-100 { background-color: var(--ink-100); }
.bg-ink-200 { background-color: var(--ink-200); }
.bg-white\/95 { background-color: rgba(255, 255, 255, 0.95); }
.bg-black\/40 { background-color: rgba(0, 0, 0, 0.4); }
.bg-\[\#f5f5f5\] { background-color: #f5f5f5; }
.bg-\[\#fafafa\] { background-color: #fafafa; }

/* Borders */
.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-none { border-style: none; }
.border-transparent { border-color: transparent; }
.border-ink-100 { border-color: var(--ink-100); }
.border-brand { border-color: var(--brand); }
.border-gray-200 { border-color: #e5e7eb; }

.rounded-lg { border-radius: 0.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-xl { border-radius: 0.75rem; }

/* Effects */
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }

.backdrop-blur-sm { backdrop-filter: blur(4px); }

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

.object-cover { object-fit: cover; }
.cursor-pointer { cursor: pointer; }

/* Transform */
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-y-1\/2 { transform: translateY(-50%); }
.-translate-x-1\/2.-translate-y-1\/2,
.top-1\/2.left-1\/2.-translate-x-1\/2.-translate-y-1\/2 { transform: translate(-50%, -50%); }

/* Transitions */
.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-all { transition-property: all; 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; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }

/* Animation */
@keyframes spin {
    to { transform: rotate(360deg); }
}
.animate-spin { animation: spin 1s linear infinite; }

/* Line Clamp */
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hover States */
.hover\:text-brand:hover { color: var(--brand); }
.hover\:text-ink-500:hover { color: var(--ink-500); }
.hover\:text-ink-600:hover { color: var(--ink-600); }
.hover\:text-ink-800:hover { color: var(--ink-800); }
.hover\:text-slate-500:hover { color: #64748b; }
.hover\:bg-brand-dark:hover { background-color: var(--brand-dark); }
.hover\:bg-brand-light:hover { background-color: var(--brand-light); }
.hover\:bg-ink-50:hover { background-color: var(--ink-50); }
.hover\:border-brand:hover { border-color: var(--brand); }
.hover\:border-ink-200\/60:hover { border-color: rgba(212, 212, 212, 0.6); }

/* Active States */
.active\:text-brand:active { color: var(--brand); }
.active\:border-brand:active { border-color: var(--brand); }

/* Group Hover */
.group:hover .group-hover\:text-brand { color: var(--brand); }

/* Responsive - md (768px) */
@media (min-width: 768px) {
    .md\:inline-flex { display: inline-flex; }
    .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .md\:gap-3 { gap: 0.75rem; }
    .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .md\:w-24 { width: 6rem; }
    .md\:w-\[120px\] { width: 120px; }
    .md\:h-20 { height: 5rem; }
    .md\:hover\:text-brand:hover { color: var(--brand); }
    .md\:hover\:border-brand:hover { border-color: var(--brand); }
}

/* Responsive - lg (1024px) */
@media (min-width: 1024px) {
    .lg\:block { display: block; }
    .lg\:hidden { display: none; }
    .lg\:flex-row { flex-direction: row; }
}

/* Responsive - max-sm (max 640px) */
@media (max-width: 640px) {
    .max-sm\:hidden { display: none; }
    .max-sm\:flex-col { flex-direction: column; }
    .max-sm\:gap-1\.5 { gap: 0.375rem; }
    .max-sm\:text-center { text-align: center; }
    .max-sm\:gap-2 { gap: 0.5rem; }
}
