/* standalone-utils.css — Tailwind utility replacement for GFW-blocked pages */
/* Layout */
.container{width:100%}
.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}
.mx-auto{margin-left:auto;margin-right:auto}
.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}
.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.lg\:px-8{padding-left:2rem;padding-right:2rem}
.py-8{padding-top:2rem;padding-bottom:2rem}.pb-16{padding-bottom:4rem}
.pb-20{padding-bottom:5rem}.pt-28{padding-top:7rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}
.mt-2{margin-top:0.5rem}.mt-5{margin-top:1.25rem}
.p-6{padding:1.5rem}.p-8{padding:2rem}

/* Typography */
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-xs{font-size:.75rem;line-height:1rem}
.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}
.text-white{color:#fff}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}.text-tech{color:#00d9ff}
.leading-relaxed{line-height:1.625}

/* Backgrounds */
.bg-white\/5{background:rgba(255,255,255,.05)}

/* Borders */
.rounded-full{border-radius:9999px}.rounded-2xl{border-radius:1rem}.rounded-lg{border-radius:.5rem}
.border-t{border-top-width:1px}.border-white\/10{border-color:rgba(255,255,255,.1)}

/* Flex */
.flex{display:flex}.inline-flex{display:inline-flex}
.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}
.gap-2{gap:.5rem}.gap-x-6{column-gap:1.5rem}.gap-y-1{row-gap:.25rem}
.space-y-2>*+*{margin-top:.5rem}

/* Visibility */
.hidden{display:none}.block{display:block}
.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}

/* Position */
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}
.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.left-0{left:0}.right-0{right:0}
.z-10{z-index:10}.z-50{z-index:50}

/* Transitions */
.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}
.hover\:text-white:hover{color:#fff}
.hover\:text-tech:hover{color:#00d9ff}

/* Responsive */
@media(min-width:768px){
  .md\:pt-32{padding-top:8rem}.md\:pb-20{padding-bottom:5rem}
  .md\:py-12{padding-top:3rem;padding-bottom:3rem}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .md\:p-8{padding:2rem}.md\:flex{display:flex}
}
@media(min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}
