*, ::before, ::after {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #1A1A1A;
    background: #F5F9FC;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, p, ul, ol {
    margin: 0;
}

ul, ol {
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

button {
    font: inherit;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

[data-lucide] {
    display: inline-block;
    vertical-align: middle;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .container { max-width: 640px; }
}

@media (min-width: 768px) {
    .container { max-width: 768px; }
}

@media (min-width: 1024px) {
    .container { max-width: 1024px; }
}

@media (min-width: 1280px) {
    .container { max-width: 1280px; }
}

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.top-1 { top: 0.25rem; }
.top-20 { top: 5rem; }
.top-full { top: 100%; }
.bottom-32 { bottom: 8rem; }
.left-1\/2, [class~="left-1/2"] { left: 50%; }
.top-1\/2, [class~="top-1/2"] { top: 50%; }
.-top-12 { top: -3rem; }
.-top-40 { top: -10rem; }
.-right-40 { right: -10rem; }
.-bottom-40 { bottom: -10rem; }
.-left-40 { left: -10rem; }
.-left-8 { left: -2rem; }
.-right-8 { right: -2rem; }
[class~="-left-[39px]"] { left: -39px; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-50 { z-index: 50; }
[class~="z-[100]"] { z-index: 100; }

.block { display: block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.col-span-1 { grid-column: span 1 / span 1; }
.min-w-0 { min-width: 0; }
.pointer-events-none { pointer-events: none; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }

.w-0\.5, [class~="w-0.5"] { width: 0.125rem; }
.w-1\.5, [class~="w-1.5"] { width: 0.375rem; }
.w-2 { width: 0.5rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-24 { width: 6rem; }
.w-32 { width: 8rem; }
.w-48 { width: 12rem; }
.w-64 { width: 16rem; }
.w-80 { width: 20rem; }
.w-96 { width: 24rem; }
.w-full { width: 100%; }
[class~="w-[500px]"] { width: 500px; }
[class~="w-[800px]"] { width: 800px; }
.h-1\.5, [class~="h-1.5"] { height: 0.375rem; }
.h-2 { height: 0.5rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-24 { height: 6rem; }
.h-32 { height: 8rem; }
.h-80 { height: 20rem; }
.h-96 { height: 24rem; }
.h-full { height: 100%; }
.h-auto { height: auto; }
[class~="h-[500px]"] { height: 500px; }
[class~="h-[800px]"] { height: 800px; }
.min-h-screen { min-height: 100vh; }
[class~="min-h-[calc(100vh-8rem)]"] { min-height: calc(100vh - 8rem); }
.max-w-md { max-width: 28rem; }
.max-w-lg { max-width: 32rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
[class~="max-w-[80vw]"] { max-width: 80vw; }
[class~="max-h-[70vh]"] { max-height: 70vh; }

.mx-auto { margin-left: auto; margin-right: auto; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.ml-4 { margin-left: 1rem; }
.mr-2 { margin-right: 0.5rem; }
.-mr-10 { margin-right: -2.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-20 { margin-top: 5rem; }
.mt-auto { margin-top: auto; }
.-mt-8 { margin-top: -2rem; }
.-mt-10 { margin-top: -2.5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.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; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-1\.5, [class~="py-1.5"] { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5, [class~="py-2.5"] { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5, [class~="py-3.5"] { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pt-8 { padding-top: 2rem; }
.pt-10 { padding-top: 2.5rem; }
.pt-20 { padding-top: 5rem; }
.pt-32 { padding-top: 8rem; }
.pb-20 { padding-bottom: 5rem; }
.pl-8 { padding-left: 2rem; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.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-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.font-sans { font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.tracking-wide { letter-spacing: 0.025em; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.text-white { color: #fff; }
[class~="text-white/60"] { color: rgba(255,255,255,0.6); }
[class~="text-white/70"] { color: rgba(255,255,255,0.7); }
[class~="text-white/80"] { color: rgba(255,255,255,0.8); }
[class~="text-white/90"] { color: rgba(255,255,255,0.9); }
.text-text-primary { color: #1A1A1A; }
.text-text-secondary { color: #5F6368; }
.text-primary { color: #1976D2; }
.text-primary-light { color: #42A5F5; }
.text-success { color: #34A853; }
.text-transparent { color: transparent; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-900 { color: #111827; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-blue-400 { color: #60a5fa; }
.text-blue-500 { color: #3b82f6; }
.text-blue-600 { color: #2563eb; }
.text-green-600 { color: #16a34a; }
.text-emerald-500 { color: #10b981; }
.text-purple-500 { color: #a855f7; }
.text-purple-600 { color: #9333ea; }
.text-orange-500 { color: #f97316; }
.text-orange-600 { color: #ea580c; }

.bg-transparent { background-color: transparent; }
.bg-background { background-color: #F5F9FC; }
.bg-primary { background-color: #1976D2; }
.bg-white { background-color: #fff; }
.bg-gray-900 { background-color: #111827; }
.bg-gray-300 { background-color: #d1d5db; }
.bg-blue-50 { background-color: #eff6ff; }
.bg-blue-100 { background-color: #dbeafe; }
.bg-green-100 { background-color: #dcfce7; }
.bg-purple-100 { background-color: #f3e8ff; }
.bg-orange-100 { background-color: #ffedd5; }
.bg-green-400 { background-color: #4ade80; }
.bg-green-500 { background-color: #22c55e; }
.bg-orange-500 { background-color: #f97316; }
[class~="bg-white/5"] { background-color: rgba(255,255,255,0.05); }
[class~="bg-white/10"] { background-color: rgba(255,255,255,0.1); }
[class~="bg-white/20"] { background-color: rgba(255,255,255,0.2); }
[class~="bg-black/80"] { background-color: rgba(0,0,0,0.8); }
[class~="bg-primary/20"] { background-color: rgba(25,118,210,0.2); }
[class~="bg-primary/30"] { background-color: rgba(25,118,210,0.3); }
[class~="bg-blue-500/10"] { background-color: rgba(59,130,246,0.1); }
[class~="bg-purple-500/10"] { background-color: rgba(168,85,247,0.1); }
[class~="bg-gray-50/50"] { background-color: rgba(249,250,251,0.5); }
[class~="bg-gray-800/30"] { background-color: rgba(31,41,55,0.3); }
[class~="bg-slate-800/50"] { background-color: rgba(30,41,59,0.5); }
[class~="bg-[#0D1117]"] { background-color: #0D1117; }
[class~="bg-[#0F172A]"] { background-color: #0F172A; }
[class~="bg-[#0B1120]"] { background-color: #0B1120; }
[class~="bg-[linear-gradient(rgba(255,255,255,0.03)_1px,transparent_1px),linear-gradient(90deg,rgba(255,255,255,0.03)_1px,transparent_1px)]"] {
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
}
[class~="bg-[size:40px_40px]"] { background-size: 40px 40px; }
.bg-gradient-to-br.from-amber-400.to-orange-500 {
    background-image: linear-gradient(to bottom right, #fbbf24, #f97316);
}
.bg-gradient-to-r.from-white.via-blue-100.to-blue-200 {
    background-image: linear-gradient(to right, #fff, #dbeafe, #bfdbfe);
}
.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.border { border-width: 1px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l-2 { border-left-width: 2px; }
.border-4 { border-width: 4px; }
.border-white { border-color: #fff; }
[class~="border-white/20"] { border-color: rgba(255,255,255,0.2); }
.border-gray-50 { border-color: #f9fafb; }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-800 { border-color: #1f2937; }
[class~="border-gray-800/50"] { border-color: rgba(31,41,55,0.5); }
[class~="border-gray-700/50"] { border-color: rgba(55,65,81,0.5); }
.border-slate-700 { border-color: #334155; }

.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-bl-full { border-bottom-left-radius: 9999px; }
[class~="rounded-t-[2.5rem]"] { border-top-left-radius: 2.5rem; border-top-right-radius: 2.5rem; }

.shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.shadow-lg, [class~="shadow-primary/20"], [class~="shadow-primary/25"], [class~="shadow-primary/30"], [class~="shadow-orange-500/20"], [class~="shadow-blue-900/20"] {
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.12), 0 4px 6px -4px rgba(0,0,0,0.12);
}
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.16), 0 8px 10px -6px rgba(0,0,0,0.12); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.drop-shadow-2xl { filter: drop-shadow(0 25px 25px rgba(0,0,0,0.18)); }

.opacity-0 { opacity: 0; }
.opacity-30 { opacity: 0.3; }
.blur-3xl { filter: blur(64px); }
[class~="blur-[100px]"] { filter: blur(100px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.backdrop-blur-md { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.mix-blend-screen { mix-blend-mode: screen; }

.transform,
[class~="-translate-x-1/2"],
[class~="-translate-y-1/2"],
[class~="scale-95"],
[class~="scale-100"] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) scale(var(--tw-scale-x), var(--tw-scale-y));
}
[class~="-translate-x-1/2"] { --tw-translate-x: -50%; }
[class~="-translate-y-1/2"] { --tw-translate-y: -50%; }
.scale-95 { --tw-scale-x: 0.95; --tw-scale-y: 0.95; }
.scale-100 { --tw-scale-x: 1; --tw-scale-y: 1; }

.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-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.transition-shadow { transition-property: box-shadow; 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-300 { transition-duration: 300ms; }

.cursor-default { cursor: default; }
.cursor-not-allowed { cursor: not-allowed; }
.cursor-zoom-in { cursor: zoom-in; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.list-disc { list-style-type: disc; }
.list-inside { list-style-position: inside; }
.prose { max-width: none; }
.prose-lg { font-size: 1.125rem; line-height: 1.75rem; }
.prose p { margin-top: 1em; margin-bottom: 1em; }
.prose strong { color: #1A1A1A; font-weight: 700; }

.hover\:bg-primary-dark:hover, [class~="hover:bg-primary-dark"]:hover { background-color: #0D47A1; }
[class~="hover:bg-white/20"]:hover { background-color: rgba(255,255,255,0.2); }
[class~="hover:bg-blue-50"]:hover { background-color: #eff6ff; }
[class~="hover:bg-blue-50/50"]:hover { background-color: rgba(239,246,255,0.5); }
[class~="hover:bg-emerald-50/50"]:hover { background-color: rgba(236,253,245,0.5); }
[class~="hover:bg-purple-50/50"]:hover { background-color: rgba(250,245,255,0.5); }
[class~="hover:bg-orange-50/50"]:hover { background-color: rgba(255,247,237,0.5); }
[class~="hover:bg-gray-100"]:hover { background-color: #f3f4f6; }
[class~="hover:border-gray-600/50"]:hover { border-color: rgba(75,85,99,0.5); }
[class~="hover:text-white"]:hover { color: #fff; }
[class~="hover:text-white/80"]:hover { color: rgba(255,255,255,0.8); }
[class~="hover:text-primary"]:hover { color: #1976D2; }
[class~="hover:shadow-lg"]:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.14), 0 4px 6px -4px rgba(0,0,0,0.14); }
[class~="hover:shadow-xl"]:hover, [class~="hover:shadow-primary/40"]:hover, [class~="hover:shadow-gray-900/50"]:hover {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.18), 0 8px 10px -6px rgba(0,0,0,0.14);
}
[class~="hover:-translate-y-1"]:hover {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) scale(var(--tw-scale-x), var(--tw-scale-y));
}
[class~="hover:translate-y-[-5px]"]:hover {
    --tw-translate-y: -5px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) scale(var(--tw-scale-x), var(--tw-scale-y));
}
.group:hover [class~="group-hover:scale-105"] {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) scale(var(--tw-scale-x), var(--tw-scale-y));
}
.group:hover [class~="group-hover:scale-110"] {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) scale(var(--tw-scale-x), var(--tw-scale-y));
}
.group:hover [class~="group-hover:text-blue-400"] { color: #60a5fa; }
.group:hover [class~="group-hover:animate-bounce"] { animation: mixia-bounce 1s infinite; }

@keyframes mixia-pulse {
    50% { opacity: 0.5; }
}

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

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

.card-shadow {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.gradient-bg {
    background: linear-gradient(135deg, #1976D2 0%, #0D47A1 100%);
}

.glass-effect {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mobile-menu-panel {
    width: 88vw;
    max-width: 22rem;
}

@media (min-width: 640px) {
    [class~="sm:flex-row"] { flex-direction: row; }
    [class~="sm:w-auto"] { width: auto; }
}

@media (min-width: 768px) {
    [class~="md:block"] { display: block; }
    [class~="md:flex"] { display: flex; }
    [class~="md:hidden"] { display: none; }
    [class~="md:flex-row"] { flex-direction: row; }
    [class~="md:grid-cols-2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    [class~="md:grid-cols-4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    [class~="md:col-span-2"] { grid-column: span 2 / span 2; }
    [class~="md:items-center"] { align-items: center; }
    [class~="md:justify-start"] { justify-content: flex-start; }
    [class~="md:gap-8"] { gap: 2rem; }
    [class~="md:w-14"] { width: 3.5rem; }
    [class~="md:h-14"] { height: 3.5rem; }
    [class~="md:w-80"] { width: 20rem; }
    [class~="md:px-6"] { padding-left: 1.5rem; padding-right: 1.5rem; }
    [class~="md:p-6"] { padding: 1.5rem; }
    [class~="md:p-8"] { padding: 2rem; }
    [class~="md:p-12"] { padding: 3rem; }
    [class~="md:mt-0"] { margin-top: 0; }
    [class~="md:mx-0"] { margin-left: 0; margin-right: 0; }
    [class~="md:rounded-none"] { border-radius: 0; }
    [class~="md:text-left"] { text-align: left; }
    [class~="md:text-base"] { font-size: 1rem; line-height: 1.5rem; }
    [class~="md:text-2xl"] { font-size: 1.5rem; line-height: 2rem; }
    [class~="md:text-3xl"] { font-size: 1.875rem; line-height: 2.25rem; }
    [class~="md:text-4xl"] { font-size: 2.25rem; line-height: 2.5rem; }
    [class~="md:text-5xl"] { font-size: 3rem; line-height: 1; }
    [class~="md:-right-12"] { right: -3rem; }
    [class~="md:top-0"] { top: 0; }
}

@media (min-width: 1024px) {
    [class~="lg:flex"] { display: flex; }
    [class~="lg:hidden"] { display: none; }
    [class~="lg:grid-cols-2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    [class~="lg:grid-cols-4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    [class~="lg:justify-start"] { justify-content: flex-start; }
    [class~="lg:justify-end"] { justify-content: flex-end; }
    [class~="lg:mx-0"] { margin-left: 0; margin-right: 0; }
    [class~="lg:text-left"] { text-align: left; }
    [class~="lg:text-4xl"] { font-size: 2.25rem; line-height: 2.5rem; }
    [class~="lg:text-6xl"] { font-size: 3.75rem; line-height: 1; }
}
