/* Tailwind CSS v3 - Subset build for muzpud.com */
/* Preflight */
*,::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%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;background-color:transparent;background-image:none}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role="button"]{cursor:pointer}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]{display:none}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
fieldset,legend{margin:0;padding:0}
textarea{resize:vertical}
:disabled{cursor:default}

/* Layout */
.block{display:block}.inline-block{display:inline-block}.inline{display:inline}
.flex{display:flex}.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}
.table{display:table}

/* Positioning */
.static{position:static}.fixed{position:fixed}.absolute{position:absolute}
.relative{position:relative}.sticky{position:sticky}
.inset-0{top:0;right:0;bottom:0;left:0}
.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}

/* Z-index */
.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}

/* Overflow */
.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}
.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}

/* Flexbox */
.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}
.flex-row{flex-direction:row}.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}
.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}
.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}
.items-start{align-items:flex-start}.items-end{align-items:flex-end}
.items-center{align-items:center}.items-stretch{align-items:stretch}
.self-center{align-self:center}.self-start{align-self:flex-start}
.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}
.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.justify-around{justify-content:space-around}
.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}
.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}
.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}
.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}
.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.space-y-5>:not([hidden])~:not([hidden]){margin-top:1.25rem}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}
.space-x-2>:not([hidden])~:not([hidden]){margin-left:.5rem}
.space-x-3>:not([hidden])~:not([hidden]){margin-left:.75rem}
.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}

/* Grid */
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.col-span-2{grid-column:span 2/span 2}
.col-span-full{grid-column:1/-1}

/* Sizing */
.w-0{width:0}.w-px{width:1px}.w-1{width:.25rem}.w-1\.5{width:.375rem}
.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}
.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}
.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}
.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}
.w-32{width:8rem}.w-36{width:9rem}.w-40{width:10rem}.w-48{width:12rem}
.w-64{width:16rem}.w-72{width:18rem}.w-80{width:20rem}.w-96{width:24rem}
.w-auto{width:auto}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}
.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-3\/4{width:75%}
.w-full{width:100%}.w-screen{width:100vw}
.min-w-0{min-width:0}.min-w-full{min-width:100%}
.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.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-5xl{max-width:64rem}
.max-w-6xl{max-width:72rem}.max-w-full{max-width:100%}.max-w-none{max-width:none}

.h-0{height:0}.h-px{height:1px}.h-1{height:.25rem}.h-1\.5{height:.375rem}
.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}
.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}
.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}
.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}
.h-32{height:8rem}.h-36{height:9rem}.h-40{height:10rem}.h-48{height:12rem}
.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}
.min-h-0{min-height:0}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}
.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}
.max-h-60{max-height:15rem}.max-h-80{max-height:20rem}

/* Margin */
.m-0{margin:0}.m-auto{margin:auto}
.mx-auto{margin-left:auto;margin-right:auto}.mx-0{margin-left:0;margin-right:0}
.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}
.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}
.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}
.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}
.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}
.my-8{margin-top:2rem;margin-bottom:2rem}
.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}
.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}
.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}
.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}
.mt-auto{margin-top:auto}
.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}
.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}
.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}
.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}
.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}
.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}
.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}
.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-auto{margin-right:auto}

/* Padding */
.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}
.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}
.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}
.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}
.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}
.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{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}
.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}
.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}
.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}
.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}
.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}
.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}
.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}
.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}
.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}
.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}
.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}
.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}
.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-10{padding-right:2.5rem}

/* Typography */
.font-sans{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.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}
.font-thin{font-weight:100}.font-light{font-weight:300}.font-normal{font-weight:400}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}
.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}
.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0}
.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}
.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}
.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}
.capitalize{text-transform:capitalize}.normal-case{text-transform:none}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}
.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}
.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}
.select-none{user-select:none}
.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}

/* Colors - Text */
.text-inherit{color:inherit}.text-transparent{color:transparent}
.text-black{color:#000}.text-white{color:#fff}
.text-gray-50{color:#f9fafb}.text-gray-100{color:#f3f4f6}.text-gray-200{color:#e5e7eb}
.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}
.text-gray-900{color:#111827}
.text-indigo-50{color:#eef2ff}.text-indigo-100{color:#e0e7ff}
.text-indigo-400{color:#818cf8}.text-indigo-500{color:#6366f1}
.text-indigo-600{color:#4f46e5}.text-indigo-700{color:#4338ca}
.text-indigo-900{color:#312e81}

/* Colors - Background */
.bg-transparent{background-color:transparent}.bg-inherit{background-color:inherit}
.bg-black{background-color:#000}.bg-white{background-color:#fff}
.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}
.bg-gray-200{background-color:#e5e7eb}.bg-gray-300{background-color:#d1d5db}
.bg-gray-400{background-color:#9ca3af}.bg-gray-500{background-color:#6b7280}
.bg-gray-600{background-color:#4b5563}.bg-gray-700{background-color:#374151}
.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}
.bg-indigo-50{background-color:#eef2ff}.bg-indigo-100{background-color:#e0e7ff}
.bg-indigo-500{background-color:#6366f1}.bg-indigo-600{background-color:#4f46e5}
.bg-indigo-700{background-color:#4338ca}.bg-indigo-800{background-color:#3730a3}

/* Colors - Border */
.border-transparent{border-color:transparent}
.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}.border-gray-400{border-color:#9ca3af}
.border-gray-500{border-color:#6b7280}.border-gray-700{border-color:#374151}
.border-indigo-200{border-color:#c7d2fe}.border-indigo-300{border-color:#a5b4fc}
.border-indigo-500{border-color:#6366f1}.border-indigo-600{border-color:#4f46e5}
.border-white{border-color:#fff}

/* Borders */
.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}
.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-2{border-top-width:2px}
.border-r{border-right-width:1px}.border-r-0{border-right-width:0}
.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}
.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-l-4{border-left-width:4px}
.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}
.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}
.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}
.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}
.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}
.rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}

/* Shadows */
.shadow-none{box-shadow:none}
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}
.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-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}

/* Divide */
.divide-y>:not([hidden])~:not([hidden]){border-top-width:1px;border-bottom-width:0}
.divide-gray-100>:not([hidden])~:not([hidden]){border-color:#f3f4f6}
.divide-gray-200>:not([hidden])~:not([hidden]){border-color:#e5e7eb}

/* Object Fit */
.object-contain{object-fit:contain}.object-cover{object-fit:cover}
.object-fill{object-fit:fill}.object-center{object-position:center}

/* Cursor */
.cursor-auto{cursor:auto}.cursor-default{cursor:default}
.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}

/* Pointer events */
.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}

/* Transition */
.transition-none{transition-property:none}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition{transition-property:color,background-color,border-color,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}
.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}

/* Transform */
.scale-95{transform:scale(.95)}.scale-100{transform:scale(1)}.scale-105{transform:scale(1.05)}
.-translate-x-full{transform:translateX(-100%)}.translate-x-0{transform:translateX(0)}
.translate-y-0{transform:translateY(0)}.translate-y-full{transform:translateY(100%)}

/* Visibility */
.visible{visibility:visible}.invisible{visibility:hidden}

/* Other */
.appearance-none{appearance:none}.outline-none{outline:0}
.resize-none{resize:none}
.list-none{list-style-type:none}.list-disc{list-style-type:disc}
.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}
.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}
.italic{font-style:italic}.not-italic{font-style:normal}
.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}

/* Hover variants */
.hover\:bg-white:hover{background-color:#fff}
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:bg-gray-200:hover{background-color:#e5e7eb}
.hover\:bg-indigo-50:hover{background-color:#eef2ff}
.hover\:bg-indigo-600:hover{background-color:#4f46e5}
.hover\:bg-indigo-700:hover{background-color:#4338ca}
.hover\:text-gray-900:hover{color:#111827}
.hover\:text-gray-700:hover{color:#374151}
.hover\:text-gray-600:hover{color:#4b5563}
.hover\:text-gray-500:hover{color:#6b7280}
.hover\:text-indigo-500:hover{color:#6366f1}
.hover\:text-indigo-600:hover{color:#4f46e5}
.hover\:text-indigo-700:hover{color:#4338ca}
.hover\:text-white:hover{color:#fff}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.hover\:shadow-sm:hover{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.hover\:underline:hover{text-decoration-line:underline}
.hover\:border-gray-300:hover{border-color:#d1d5db}
.hover\:border-indigo-300:hover{border-color:#a5b4fc}
.hover\:opacity-80:hover{opacity:.8}
.hover\:scale-105:hover{transform:scale(1.05)}

/* Focus variants */
.focus\:bg-white:focus{background-color:#fff}
.focus\:border-indigo-500:focus{border-color:#6366f1}
.focus\:outline-none:focus{outline:0}
.focus\:ring-2:focus{box-shadow:0 0 0 2px rgba(99,102,241,.4)}
.focus\:ring-indigo-500:focus{box-shadow:0 0 0 2px rgba(99,102,241,.4)}

/* Group */
.group{}
.group:hover .group-hover\:text-indigo-600{color:#4f46e5}
.group:hover .group-hover\:text-gray-900{color:#111827}
.group:hover .group-hover\:bg-gray-50{background-color:#f9fafb}

/* Active */
.active\:scale-95:active{transform:scale(.95)}
.active\:bg-gray-100:active{background-color:#f3f4f6}

/* Responsive - sm (640px) */
@media(min-width:640px){
.sm\:hidden{display:none}.sm\:block{display:block}.sm\:flex{display:flex}
.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}
.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}
.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.sm\:text-base{font-size:1rem;line-height:1.5rem}
.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}
.sm\:w-auto{width:auto}
}

/* Responsive - md (768px) */
@media(min-width:768px){
.md\:hidden{display:none}.md\:block{display:block}.md\:flex{display:flex}
.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}
.md\:justify-between{justify-content:space-between}
.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}
.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.md\:px-8{padding-left:2rem;padding-right:2rem}
.md\:text-lg{font-size:1.125rem;line-height:1.75rem}
.md\:text-xl{font-size:1.25rem;line-height:1.75rem}
.md\:text-2xl{font-size:1.5rem;line-height:2rem}
.md\:w-auto{width:auto}.md\:w-1\/2{width:50%}
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Responsive - lg (1024px) */
@media(min-width:1024px){
.lg\:hidden{display:none!important}.lg\:block{display:block!important}
.lg\:flex{display:flex!important}.lg\:inline-flex{display:inline-flex!important}
.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}
.lg\:items-start{align-items:flex-start}
.lg\:justify-between{justify-content:space-between}
.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}
.lg\:px-8{padding-left:2rem;padding-right:2rem}
.lg\:py-8{padding-top:2rem;padding-bottom:2rem}
.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}
.lg\:text-2xl{font-size:1.5rem;line-height:2rem}
.lg\:w-72{width:18rem}.lg\:w-80{width:20rem}
.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.lg\:max-w-5xl{max-width:64rem}
}
