﻿/* ========== Tailwind CSS CDN Play v2.2 完整离线版（仅用到的类） ========== */
/* Source: tailwindcss.com v2.2.19 */

/*! normalize.css v8.0.1 */
*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
body{margin:0;line-height:inherit}
h1,h2,h3,p{margin:0}
a{color:inherit;text-decoration:inherit}
img{max-width:100%;height:auto;display:block}
button,input{font-family:inherit;font-size:100%;line-height:1.15;margin:0;padding:0}
button{text-transform:none;cursor:pointer}
[hidden]{display:none}
hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px}

/* ========== Container ========== */
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@media (min-width:640px){.container{max-width:640px}}
@media (min-width:768px){.container{max-width:768px;padding-left:1.5rem;padding-right:1.5rem}}
@media (min-width:1024px){.container{max-width:1024px}}
@media (min-width:1280px){.container{max-width:1280px}}
@media (min-width:1536px){.container{max-width:1536px}}

/* ========== Display ========== */
.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}

/* ========== Flexbox ========== */
.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}
.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}

/* ========== Gap ========== */
.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}

/* ========== Space Between ========== */
.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}
.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}
.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}

/* ========== Grid ========== */
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* ========== Width / Height ========== */
.w-full{width:100%}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}
.h-full{height:100%}.h-1{height:.25rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-44{height:11rem}
.max-w-\[400px\]{max-width:400px}
@media (min-width:768px){.md\:w-1\/2{width:50%}.md\:h-20{height:5rem}}

/* ========== Object Fit ========== */
.object-contain{-o-object-fit:contain;object-fit:contain}

/* ========== Overflow ========== */
.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}

/* ========== Position ========== */
.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}
.top-0{top:0}.top-2{top:.5rem}.left-0{left:0}.left-2{left:.5rem}.bottom-6{bottom:1.5rem}.right-6{right:1.5rem}
.z-40{z-index:40}.z-50{z-index:50}

/* ========== Padding ========== */
.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.px-2{}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}
.py-0{}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}
.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.pt-16{padding-top:4rem}.pb-5{padding-bottom:1.25rem}
@media (min-width:768px){.md\:p-8{padding:2rem}.md\:pt-20{padding-top:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}}

/* ========== Margin ========== */
.mx-auto{margin-left:auto;margin-right:auto}.mr-2{margin-right:.5rem}
.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}
.mt-2{margin-top:.5rem}.mt-8{margin-top:2rem}
@media (min-width:768px){.md\:mb-0{margin-bottom:0}}

/* ========== Typography ========== */
.text-center{text-align:center}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.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-5xl{font-size:3rem;line-height:1}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}
.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}
.opacity-90{opacity:.9}
@media (min-width:768px){.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}
@media (min-width:1024px){.lg\:text-5xl{font-size:3rem;line-height:1}}

/* ========== Font ========== */
.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}

/* ========== Colors - Text ========== */
.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}
.text-white\/70{color:rgba(255,255,255,.7)}.text-white\/80{color:rgba(255,255,255,.8)}
.text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}
.text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}
.text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}
.text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}
.text-orange-700{--tw-text-opacity:1;color:rgba(194,65,12,var(--tw-text-opacity))}
.text-primary{--tw-text-opacity:1;color:rgba(22,93,255,var(--tw-text-opacity))}
.text-secondary{--tw-text-opacity:1;color:rgba(44,62,80,var(--tw-text-opacity))}

/* ========== Colors - Background ========== */
.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}
.bg-white\/10{background-color:rgba(255,255,255,.1)}
.bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}
.bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255,247,237,var(--tw-bg-opacity))}
.bg-light{--tw-bg-opacity:1;background-color:rgba(245,247,250,var(--tw-bg-opacity))}
.bg-primary{--tw-bg-opacity:1;background-color:rgba(22,93,255,var(--tw-bg-opacity))}
.bg-primary\/10{background-color:rgba(22,93,255,.1)}
.bg-secondary{--tw-bg-opacity:1;background-color:rgba(44,62,80,var(--tw-bg-opacity))}
.bg-transparent{background-color:transparent}
.bg-\[#165DFF\]{--tw-bg-opacity:1;background-color:rgba(22,93,255,var(--tw-bg-opacity))}

/* ========== Gradient ========== */
.bg-gradient-primary{background:linear-gradient(135deg,#165dff 0%,#7c3aed 100%)}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,250,251,0))}
.to-gray-100{--tw-gradient-to:#f3f4f6}

/* ========== Border ========== */
.border{border-width:1px}.border-2{border-width:2px}
.border-b{border-bottom-width:1px}
.border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}
.border-gray-700{--tw-border-opacity:1;border-color:rgba(55,65,81,var(--tw-border-opacity))}
.border-orange-100{--tw-border-opacity:1;border-color:rgba(255,237,213,var(--tw-border-opacity))}

/* ========== Border Radius ========== */
.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}

/* ========== Shadow ========== */
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.shadow-\[0_2px_12px_rgba\(0\2c 0\2c 0\2c \.06\)\]{box-shadow:0 2px 12px rgba(0,0,0,.06)}
.shadow-custom{box-shadow:0 10px 30px rgba(0,0,0,.1)}

/* ========== Transition ========== */
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-custom{transition:all .3s ease}
.duration-300{transition-duration:.3s}

/* ========== Backdrop ========== */
.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur);backdrop-filter:var(--tw-backdrop-blur)}

/* ========== Scroll ========== */
.scroll-mt-20{scroll-margin-top:5rem}

/* ========== Group Hover ========== */
.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}

/* ========== Hover ========== */
.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}
.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}
.hover\:bg-white\/10:hover{background-color:rgba(255,255,255,.1)}
.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity))}
.hover\:text-primary:hover{--tw-text-opacity:1;color:rgba(22,93,255,var(--tw-text-opacity))}
.hover\:shadow-\[0_8px_30px_rgba\(0\2c 0\2c 0\2c \.12\)\]:hover{box-shadow:0 8px 30px rgba(0,0,0,.12)}

/* ========== Responsive - md: ========== */
@media (min-width:768px){
  .md\:flex{display:flex}.md\:hidden{display:none}
  .md\:flex-row{flex-direction:row}
}

/* ========== Cursor ========== */
.cursor-pointer{cursor:pointer}

/* ========== Color override ========== */
.text-white'{} .bg-white'{}

/* ========== Utility ========== */
hr{max-width:400px;margin:0 auto 16px}
