/* Tailwind CSS — purged: only classes used in index.html */
/* Base reset */
*,::after,::before{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:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{margin:0;line-height:inherit}
h1,h2,h3{font-size:inherit;font-weight:inherit;margin:0}
p{margin:0}
ul{list-style:none;margin:0;padding:0}
a{color:inherit;text-decoration:inherit}
img,svg{display:block;vertical-align:middle}
img{max-width:100%;height:auto}
button,input{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}
button{cursor:pointer;background-color:transparent;background-image:none}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
th{text-align:inherit}
strong{font-weight:bolder}

/* Layout */
.fixed{position:fixed}
.sticky{position:sticky}
.inset-0{top:0;right:0;bottom:0;left:0}
.top-0{top:0}
.z-50{z-index:50}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-1{flex:1 1 0%}
.grid{display:grid}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.hidden{display:none}
.items-center{align-items:center}
.justify-start{justify-content:flex-start}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:0.25rem}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}
.overflow-x-auto{overflow-x:auto}

/* Sizing */
.w-8{width:2rem}
.w-64{width:16rem}
.w-full{width:100%}
.h-8{height:2rem}
.h-40{height:10rem}
.min-h-screen{min-height:100vh}
.max-w-5xl{max-width:64rem}
.max-w-lg{max-width:32rem}

/* Spacing */
.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-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mb-2{margin-bottom:0.5rem}
.mb-3{margin-bottom:0.75rem}
.p-6{padding:1.5rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-8{padding-left:2rem;padding-right:2rem}
.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-8{padding-top:2rem;padding-bottom:2rem}

/* Typography */
.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.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-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.uppercase{text-transform:uppercase}
.tracking-tight{letter-spacing:-0.025em}
.tracking-wider{letter-spacing:0.05em}
.leading-relaxed{line-height:1.625}

/* Colors — Background */
.bg-black{background-color:#000}
.bg-gray-700{background-color:#374151}
.bg-gray-800{background-color:#1f2937}
.bg-gray-900{background-color:#111827}
.bg-gray-950{background-color:#030712}
.bg-blue-600{background-color:#2563eb}
.bg-opacity-60{--tw-bg-opacity:0.6}
.bg-black.bg-opacity-60{background-color:rgba(0,0,0,0.6)}
.bg-gray-950\/80{background-color:rgba(3,7,18,0.8)}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(37,99,235,0))}
.to-cyan-500{--tw-gradient-to:#06b6d4}

/* Colors — Text */
.text-white{color:#fff}
.text-gray-100{color:#f3f4f6}
.text-gray-300{color:#d1d5db}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-blue-400{color:#60a5fa}
.text-cyan-400{color:#22d3ee}
.text-green-400{color:#4ade80}
.text-yellow-400{color:#facc15}
.text-red-400{color:#f87171}
.text-orange-400{color:#fb923c}
.text-purple-400{color:#c084fc}

/* Anonymity banner backgrounds */
.bg-green-900\/30{background-color:rgba(20,83,45,0.3)}
.bg-yellow-900\/30{background-color:rgba(113,63,18,0.3)}
.bg-orange-900\/30{background-color:rgba(124,45,18,0.3)}
.bg-red-900\/30{background-color:rgba(127,29,29,0.3)}
.bg-purple-900\/30{background-color:rgba(88,28,135,0.3)}

/* Misc utilities */
.whitespace-nowrap{white-space:nowrap}
.inline-block{display:inline-block}
.w-2{width:0.5rem}
.h-2{height:0.5rem}
.rounded-full{border-radius:9999px}
.bg-yellow-400{background-color:#facc15}

/* Border with opacity */
.border-gray-800\/50{border-color:rgba(31,41,55,0.5)}
.hover\:bg-gray-800\/30:hover{background-color:rgba(31,41,55,0.3)}

/* Border */
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-gray-700{border-color:#374151}
.border-gray-800{border-color:#1f2937}
.rounded-lg{border-radius:0.5rem}
.rounded-xl{border-radius:0.75rem}
.rounded-2xl{border-radius:1rem}

/* Effects */
.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-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,0.25)}
.shadow-blue-500\/20{--tw-shadow-color:rgba(59,130,246,0.2);box-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -2px var(--tw-shadow-color)}
.backdrop-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-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}
.duration-200{transition-duration:200ms}

/* Lists */
.list-disc{list-style-type:disc}
.list-inside{list-style-position:inside}

/* Hover states */
.hover\:bg-blue-500:hover{background-color:#3b82f6}
.hover\:bg-gray-600:hover{background-color:#4b5563}
.hover\:from-blue-500:hover{--tw-gradient-from:#3b82f6;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(59,130,246,0))}
.hover\:to-cyan-400:hover{--tw-gradient-to:#22d3ee}
.hover\:shadow-blue-500\/40:hover{--tw-shadow-color:rgba(59,130,246,0.4);box-shadow:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -2px var(--tw-shadow-color)}

/* Responsive: sm (640px+) */
@media(min-width:640px){
.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
}
