/* TPA Al Amin - Complete Tailwind CSS Backup */
/* Generated for hosting where CDN is blocked */

/* === RESET & BASE === */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Inter,ui-sans-serif,system-ui,sans-serif}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
img,svg,video{display:block;vertical-align:middle;max-width:100%;height:auto}
button,input,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}
button{cursor:pointer;background-color:transparent}
table{text-indent:0;border-color:inherit;border-collapse:collapse}

/* === LAYOUT === */
.block{display:block}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.table{display:table}
.contents{display:contents}
.relative{position:relative}
.absolute{position:absolute}
.fixed{position:fixed}
.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}
.-top-20{top:-5rem}
.-left-20{left:-5rem}
.-right-20{right:-5rem}
.-bottom-20{bottom:-5rem}
.-top-32{top:-8rem}
.-left-32{left:-8rem}
.-right-32{right:-8rem}
.-bottom-32{bottom:-8rem}
.-top-48{top:-12rem}
.-left-48{left:-12rem}
.-right-48{right:-12rem}
.-bottom-48{bottom:-12rem}
.-top-2{top:-0.5rem}
.-top-3{top:-0.75rem}
.-right-2{right:-0.5rem}
.-right-3{right:-0.75rem}
.-mt-4{margin-top:-1rem}
.-mr-4{margin-right:-1rem}
.-mb-4{margin-bottom:-1rem}
.-ml-4{margin-left:-1rem}
.-mr-12{margin-right:-3rem}
.-mt-12{margin-top:-3rem}
.-mr-16{margin-right:-4rem}
.-mt-16{margin-top:-4rem}
.-inset-4{top:-1rem;right:-1rem;bottom:-1rem;left:-1rem}
.z-10{z-index:10}
.z-50{z-index:50}
.float-right{float:right}

/* === FLEXBOX & GRID === */
.flex-col{flex-direction:column}
.flex-row{flex-direction:row}
.flex-wrap{flex-wrap:wrap}
.flex-shrink-0{flex-shrink:0}
.flex-grow{flex-grow:1}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.justify-end{justify-content:flex-end}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-12{gap:3rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.col-span-full{grid-column:1/-1}
.space-x-2>*+*{margin-left:0.5rem}
.space-x-3>*+*{margin-left:0.75rem}
.space-x-4>*+*{margin-left:1rem}
.space-y-1>*+*{margin-top:0.25rem}
.space-y-2>*+*{margin-top:0.5rem}
.space-y-3>*+*{margin-top:0.75rem}
.space-y-4>*+*{margin-top:1rem}

/* === SIZING === */
.w-6{width:1.5rem}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-14{width:3.5rem}
.w-16{width:4rem}
.w-20{width:5rem}
.w-24{width:6rem}
.w-32{width:8rem}
.w-64{width:16rem}
.w-full{width:100%}
.h-1{height:0.25rem}
.h-6{height:1.5rem}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.h-20{height:5rem}
.h-24{height:6rem}
.h-32{height:8rem}
.h-48{height:12rem}
.h-64{height:16rem}
.h-80{height:20rem}
.h-96{height:24rem}
.h-auto{height:auto}
.h-full{height:100%}
.min-h-screen{min-height:100vh}
.min-w-full{min-width:100%}
.max-w-md{max-width:28rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-7xl{max-width:80rem}

/* === SPACING === */
.m-0{margin:0}
.mx-auto{margin-left:auto;margin-right:auto}
.mx-4{margin-left:1rem;margin-right:1rem}
.mt-1{margin-top:0.25rem}
.mt-2{margin-top:0.5rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.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}
.ml-1{margin-left:0.25rem}
.ml-2{margin-left:0.5rem}
.ml-3{margin-left:0.75rem}
.ml-4{margin-left:1rem}
.mr-1{margin-right:0.25rem}
.mr-2{margin-right:0.5rem}
.mr-3{margin-right:0.75rem}
.p-2{padding:0.5rem}
.p-3{padding:0.75rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-1{padding-top:0.25rem;padding-bottom:0.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-12{padding-top:3rem;padding-bottom:3rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.pt-2{padding-top:0.5rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.pt-16{padding-top:4rem}
.pb-3{padding-bottom:0.75rem}
.pb-4{padding-bottom:1rem}

/* === TYPOGRAPHY === */
.text-\[10px\]{font-size:10px}
.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-7xl{font-size:4.5rem;line-height:1}
.font-bold{font-weight:700}
.font-black{font-weight:900}
.font-semibold{font-weight:600}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.font-light{font-weight:300}
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.uppercase{text-transform:uppercase}
.leading-tight{line-height:1.25}
.leading-relaxed{line-height:1.625}
.leading-5{line-height:1.25rem}
.tracking-wider{letter-spacing:0.05em}
.whitespace-nowrap{white-space:nowrap}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.-mt-0\.5{margin-top:-0.125rem}

/* === COLORS - Text === */
.text-white{color:#fff}
.text-black{color:#000}
.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-red-500{color:#ef4444}
.text-red-600{color:#dc2626}
.text-red-700{color:#b91c1c}
.text-yellow-600{color:#ca8a04}
.text-green-600{color:#16a34a}
.text-green-800{color:#166534}
.text-primary-400{color:#34d399}
.text-primary-600{color:#059669}
.text-primary-700{color:#047857}
.text-primary-800{color:#065f46}
.text-secondary-300{color:#fcd34d}
.text-secondary-400{color:#fbbf24}
.text-secondary-600{color:#d97706}

/* === COLORS - Background === */
.bg-white{background-color:#fff}
.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}
.bg-gray-800{background-color:#1f2937}
.bg-gray-900{background-color:#111827}
.bg-red-50{background-color:#fef2f2}
.bg-red-100{background-color:#fee2e2}
.bg-red-500{background-color:#ef4444}
.bg-red-600{background-color:#dc2626}
.bg-yellow-50{background-color:#fefce8}
.bg-yellow-100{background-color:#fef3c7}
.bg-green-100{background-color:#dcfce7}
.bg-primary-50{background-color:#ecfdf5}
.bg-primary-100{background-color:#d1fae5}
.bg-primary-300{background-color:#6ee7b7}
.bg-primary-400{background-color:#34d399}
.bg-secondary-50{background-color:#fffbeb}
.bg-secondary-100{background-color:#fef3c7}
.bg-secondary-400{background-color:#fbbf24}

/* === COLORS - Border === */
.border{border-width:1px}
.border-2{border-width:2px}
.border-4{border-width:4px}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-l-4{border-left-width:4px}
.border-gray-100{border-color:#f3f4f6}
.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}
.border-gray-800{border-color:#1f2937}
.border-red-300{border-color:#fca5a5}
.border-red-400{border-color:#f87171}
.border-red-500{border-color:#ef4444}
.border-yellow-400{border-color:#facc15}
.border-primary-50{border-color:#ecfdf5}
.border-primary-100{border-color:#d1fae5}
.border-primary-500{border-color:#10b981}

/* === BACKGROUNDS - Gradients === */
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-primary-400{--tw-gradient-from:#34d399;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(52,211,153,0))}
.from-primary-500{--tw-gradient-from:#10b981;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(16,185,129,0))}
.from-primary-600{--tw-gradient-from:#059669;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(5,150,105,0))}
.from-primary-700{--tw-gradient-from:#047857;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(4,120,87,0))}
.to-primary-500{--tw-gradient-to:#10b981}
.to-primary-600{--tw-gradient-to:#059669}
.to-primary-700{--tw-gradient-to:#047857}
.to-primary-800{--tw-gradient-to:#065f46}
.from-secondary-400{--tw-gradient-from:#fbbf24;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(251,191,36,0))}
.from-secondary-500{--tw-gradient-from:#f59e0b;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(245,158,11,0))}
.from-secondary-600{--tw-gradient-from:#d97706;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(217,119,6,0))}
.to-secondary-500{--tw-gradient-to:#f59e0b}
.to-secondary-600{--tw-gradient-to:#d97706}
.to-secondary-700{--tw-gradient-to:#b45309}
.from-primary-50{--tw-gradient-from:#ecfdf5;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(236,253,245,0))}
.to-emerald-50{--tw-gradient-to:#ecfdf5}

/* === BORDER RADIUS === */
.rounded{border-radius:0.25rem}
.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-r-lg{border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem}

/* === SHADOWS === */
.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}
.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)}

/* === EFFECTS === */
.opacity-5{opacity:0.05}
.opacity-30{opacity:0.3}
.opacity-50{opacity:0.5}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.overflow-x-hidden{overflow-x:hidden}

/* === TRANSITIONS === */
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;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-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}
.duration-200{transition-duration:200ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}
.duration-700{transition-duration:700ms}
.ease-out{transition-timing-function:cubic-bezier(0,0,0.2,1)}

/* === TRANSFORMS === */
.transform{transform:translate(var(--tw-translate-x,0),var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1))}
.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:scale(1.05)}

/* === OPACITY COLORS === */
.bg-white\/10{background-color:rgba(255,255,255,0.1)}
.bg-white\/20{background-color:rgba(255,255,255,0.2)}
.bg-white\/95{background-color:rgba(255,255,255,0.95)}
.bg-primary-50\/50{background-color:rgba(236,253,245,0.5)}
.bg-secondary-50\/50{background-color:rgba(255,251,235,0.5)}
.bg-secondary-500\/90{background-color:rgba(245,158,11,0.9)}
.bg-red-50\/50{background-color:rgba(254,242,242,0.5)}
.text-white\/80{color:rgba(255,255,255,0.8)}
.text-white\/90{color:rgba(255,255,255,0.9)}
.border-white\/20{border-color:rgba(255,255,255,0.2)}
.border-white\/30{border-color:rgba(255,255,255,0.3)}
.border-white\/50{border-color:rgba(255,255,255,0.5)}

/* === BACKDROP === */
.backdrop-blur-lg{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.backdrop-blur-xl{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}

/* === FILTERS === */
.blur-xl{filter:blur(24px)}
.drop-shadow-sm{filter:drop-shadow(0 1px 1px rgba(0,0,0,0.05))}
.drop-shadow-md{filter:drop-shadow(0 4px 3px rgba(0,0,0,0.07)) drop-shadow(0 2px 2px rgba(0,0,0,0.06))}
.drop-shadow-lg{filter:drop-shadow(0 10px 8px rgba(0,0,0,0.04)) drop-shadow(0 4px 3px rgba(0,0,0,0.1))}

/* === INTERACTIVITY === */
.cursor-pointer{cursor:pointer}
.select-none{user-select:none}
.outline-none{outline:2px solid transparent;outline-offset:2px}

/* === TABLE === */
.divide-y>*+*{border-top-width:1px}
.divide-gray-200>*+*{border-color:#e5e7eb}

/* === OBJECT FIT === */
.object-cover{object-fit:cover}

/* === HOVER STATES === */
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:bg-white\/20:hover{background-color:rgba(255,255,255,0.2)}
.hover\:bg-red-600:hover{background-color:#dc2626}
.hover\:bg-red-700:hover{background-color:#b91c1c}
.hover\:bg-primary-600:hover{background-color:#059669}
.hover\:bg-primary-700:hover{background-color:#047857}
.hover\:text-white:hover{color:#fff}
.hover\:text-primary-400:hover{color:#34d399}
.hover\:text-primary-600:hover{color:#059669}
.hover\:text-primary-800:hover{color:#065f46}
.hover\:text-secondary-800:hover{color:#92400e}
.hover\:text-red-800:hover{color:#991b1b}
.hover\:text-yellow-800:hover{color:#854d0e}
.hover\:text-green-800:hover{color:#166534}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1)}
.hover\:scale-105:hover{transform:scale(1.05)}
.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}
.hover\:scale-110:hover{transform:scale(1.1)}
.hover\:border-primary-200:hover{border-color:#a7f3d0}
.hover\:from-primary-700:hover{--tw-gradient-from:#047857}
.hover\:from-secondary-600:hover{--tw-gradient-from:#d97706}
.hover\:to-primary-800:hover{--tw-gradient-to:#065f46}
.hover\:to-secondary-700:hover{--tw-gradient-to:#b45309}

/* === FOCUS STATES === */
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:border-primary-500:focus{border-color:#10b981}
.focus\:ring-2:focus{box-shadow:0 0 0 2px var(--tw-ring-color,rgba(59,130,246,0.5))}
.focus\:ring-primary-200:focus{--tw-ring-color:#a7f3d0;box-shadow:0 0 0 2px #a7f3d0}

/* === LAST/FIRST === */
.last\:border-0:last-child{border-width:0}
.first\:pt-0:first-child{padding-top:0}
.last\:pb-0:last-child{padding-bottom:0}

/* === GROUP HOVER === */
.group:hover .group-hover\:scale-105{transform:scale(1.05)}
.group:hover .group-hover\:scale-110{transform:scale(1.1)}
.group:hover .group-hover\:scale-150{transform:scale(1.5)}
.group:hover .group-hover\:opacity-50{opacity:0.5}
.group:hover .group-hover\:rotate-3{transform:rotate(3deg)}
.group:hover .group-hover\:animate-bounce{animation:bounce 1s infinite}
.group{position:relative}

/* === RESPONSIVE sm: (640px) === */
@media(min-width:640px){
.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.sm\:py-24{padding-top:6rem;padding-bottom:6rem}
.sm\:py-16{padding-top:4rem;padding-bottom:4rem}
.sm\:py-20{padding-top:5rem;padding-bottom:5rem}
.sm\:px-4{padding-left:1rem;padding-right:1rem}
.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}
.sm\:p-6{padding:1.5rem}
.sm\:p-8{padding:2rem}
.sm\:p-12{padding:3rem}
.sm\:text-xs{font-size:0.75rem;line-height:1rem}
.sm\:text-sm{font-size:0.875rem;line-height:1.25rem}
.sm\:text-base{font-size:1rem;line-height:1.5rem}
.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}
.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}
.sm\:text-2xl{font-size:1.5rem;line-height:2rem}
.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}
.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.sm\:w-14{width:3.5rem}
.sm\:h-14{height:3.5rem}
.sm\:w-12{width:3rem}
.sm\:h-12{height:3rem}
.sm\:w-32{width:8rem}
.sm\:h-32{height:8rem}
.sm\:w-20{width:5rem}
.sm\:h-20{height:5rem}
.sm\:h-96{height:24rem}
.sm\:mb-2{margin-bottom:0.5rem}
.sm\:mb-3{margin-bottom:0.75rem}
.sm\:mb-4{margin-bottom:1rem}
.sm\:mb-6{margin-bottom:1.5rem}
.sm\:mb-8{margin-bottom:2rem}
.sm\:mb-10{margin-bottom:2.5rem}
.sm\:mb-12{margin-bottom:3rem}
.sm\:mb-16{margin-bottom:4rem}
.sm\:mt-6{margin-top:1.5rem}
.sm\:mr-3{margin-right:0.75rem}
.sm\:gap-6{gap:1.5rem}
.sm\:gap-8{gap:2rem}
.sm\:gap-12{gap:3rem}
.sm\:space-x-4>*+*{margin-left:1rem}
.sm\:space-y-0>*+*{margin-top:0}
.sm\:flex-row{flex-direction:row}
.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.sm\:col-span-2{grid-column:span 2/span 2}
.sm\:rounded-2xl{border-radius:1rem}
.sm\:rounded-3xl{border-radius:1.5rem}
.sm\:block{display:block}
.sm\:inline{display:inline}
.sm\:w-auto{width:auto}
.-top-3{top:-0.75rem}
.-right-3{right:-0.75rem}
}

/* === RESPONSIVE md: (768px) === */
@media(min-width:768px){
.md\:flex{display:flex}
.md\:hidden{display:none}
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.md\:flex-row{flex-direction:row}
.md\:space-y-0>*+*{margin-top:0}
.md\:text-left{text-align:left}
.md\:pt-20{padding-top:5rem}
.md\:py-32{padding-top:8rem;padding-bottom:8rem}
.md\:w-96{width:24rem}
.md\:h-96{height:24rem}
.md\:h-20{height:5rem}
.md\:block{display:block}
.md\:-top-48{top:-12rem}
.md\:-left-48{left:-12rem}
.md\:-right-48{right:-12rem}
.md\:-bottom-48{bottom:-12rem}
.md\:-mr-16{margin-right:-4rem}
.md\:-mt-16{margin-top:-4rem}
.md\:col-span-2{grid-column:span 2/span 2}
}

/* === RESPONSIVE lg: (1024px) === */
@media(min-width:1024px){
.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.lg\:px-8{padding-left:2rem;padding-right:2rem}
.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.lg\:py-24{padding-top:6rem;padding-bottom:6rem}
.lg\:p-16{padding:4rem}
.lg\:text-base{font-size:1rem;line-height:1.5rem}
.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}
.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}
.lg\:text-2xl{font-size:1.5rem;line-height:2rem}
.lg\:text-5xl{font-size:3rem;line-height:1}
.lg\:text-7xl{font-size:4.5rem;line-height:1}
.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.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\:gap-8{gap:2rem}
.lg\:gap-16{gap:4rem}
.lg\:space-x-6>*+*{margin-left:1.5rem}
.lg\:col-span-2{grid-column:span 2/span 2}
.lg\:mb-20{margin-bottom:5rem}
}

/* === KEYFRAME ANIMATIONS === */
@keyframes 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)}}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes pulse{50%{opacity:0.5}}
.animate-bounce{animation:bounce 1s infinite}
.animate-spin{animation:spin 1s linear infinite}
.animate-pulse{animation:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite}

/* === INLINE-FLEX UTILITIES === */
.inline-flex{display:inline-flex}

/* === RING === */
.ring-2{box-shadow:0 0 0 2px var(--tw-ring-color)}

/* === SCROLL BEHAVIOR === */
html{scroll-behavior:smooth}
