*,::before,::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background-color:#f9fafb;color:#111827}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{display:block;max-width:100%}
button{background:none;border:0;padding:0;cursor:pointer}

.icon{display:inline-block;width:1em;height:1em;flex-shrink:0;vertical-align:-0.125em}
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.block{display:block}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-start{align-items:flex-start}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.justify-start{justify-content:flex-start}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.justify-end{justify-content:flex-end}

.relative{position:relative}
.absolute{position:absolute}
.sticky{position:sticky}
.overflow-hidden{overflow:hidden}
.inset-y-0{top:0;bottom:0}
.right-0{right:0}
.right-3{right:.75rem}
.top-0{top:0}
.top-1\/2{top:50%}
.z-40{z-index:40}
.z-50{z-index:50}
.pointer-events-none{pointer-events:none}

.w-1\/2{width:50%}
.w-12{width:3rem}
.w-16{width:4rem}
.w-full{width:100%}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-16{height:4rem}
.h-48{height:12rem}
.h-full{height:100%}
.h-screen{height:100vh}
.max-w-xs{max-width:20rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-none{max-width:none}
.aspect-square{aspect-ratio:1 / 1}

.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.gap-2{gap:.5rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}

.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}
.space-x-8>:not([hidden])~:not([hidden]){margin-left:2rem}
.space-x-10>:not([hidden])~:not([hidden]){margin-left:2.5rem}
.space-x-12>:not([hidden])~:not([hidden]){margin-left:3rem}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}
.space-y-16>:not([hidden])~:not([hidden]){margin-top:4rem}

.m-auto,.mx-auto{margin-left:auto;margin-right:auto}
.my-12{margin-top:3rem;margin-bottom:3rem}
.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}
.ml-2{margin-left:.5rem}
.mr-1{margin-right:.25rem}
.mr-2{margin-right:.5rem}
.mr-3{margin-right:.75rem}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-7{margin-top:1.75rem}
.mt-12{margin-top:3rem}
.mx-auto{margin-left:auto;margin-right:auto}

.p-4{padding:1rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.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-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.pl-4{padding-left:1rem}
.pr-3{padding-right:.75rem}
.pr-10{padding-right:2.5rem}
.pt-6{padding-top:1.5rem}
.pt-12{padding-top:3rem}

.text-center{text-align:center}
.text-xs{font-size:.75rem;line-height:1rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-md{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-7xl{font-size:4.5rem;line-height:1}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.tracking-wider{letter-spacing:.05em}

.text-white{color:#fff}
.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-red-500{color:#ef4444}
.text-red-600{color:#dc2626}
.text-blue-400{color:#60a5fa}
.text-blue-600{color:#2563eb}
.text-green-600{color:#16a34a}
.text-green-800{color:#166534}
.text-yellow-400{color:#facc15}
.text-yellow-700{color:#a16207}

.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-400{background-color:#9ca3af}
.bg-gray-800{background-color:#1f2937}
.bg-red-600{background-color:#dc2626}
.bg-blue-500{background-color:#3b82f6}
.bg-green-100{background-color:#dcfce7}
.bg-yellow-100{background-color:#fef9c3}

.border{border-width:1px}
.border-2{border-width:2px}
.border-\[1px\]{border-width:1px}
.border-b{border-bottom-width:1px}
.border-t{border-top-width:1px}
.border-white{border-color:#fff}
.border-gray-300{border-color:#d1d5db}
.border-gray-400{border-color:#9ca3af}
.border-gray-700{border-color:#374151}
.border-red-600{border-color:#dc2626}

.rounded{border-radius:.25rem}
.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}

.shadow-sm{box-shadow:0 1px 2px rgba(15,23,42,.08)}
.shadow-md{box-shadow:0 4px 10px rgba(15,23,42,.1)}

.overflow-hidden{overflow:hidden}
.object-cover{object-fit:cover}
.object-contain{object-fit:contain}
.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}

.transition{transition-property:all;transition-duration:.15s;transition-timing-function:ease}
.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s;transition-timing-function:ease}
.transition-shadow{transition-property:box-shadow;transition-duration:.15s;transition-timing-function:ease}
.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:ease}
.duration-150{transition-duration:.15s}
.duration-300{transition-duration:.3s}

.hover\:bg-blue-600:hover{background-color:#2563eb}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:bg-gray-200:hover{background-color:#e5e7eb}
.hover\:bg-red-700:hover{background-color:#b91c1c}
.hover\:border-red-400:hover{border-color:#f87171}
.hover\:border-red-500:hover{border-color:#ef4444}
.hover\:text-blue-500:hover{color:#3b82f6}
.hover\:text-blue-700:hover{color:#1d4ed8}
.hover\:text-gray-600:hover{color:#4b5563}
.hover\:text-red-600:hover{color:#dc2626}
.hover\:text-red-700:hover{color:#b91c1c}
.hover\:text-white:hover{color:#fff}
.hover\:scale-105:hover{transform:scale(1.05)}
.hover\:shadow-md:hover{box-shadow:0 4px 10px rgba(15,23,42,.1)}

.focus\:outline-none:focus{outline:0}
.focus\:border-transparent:focus{border-color:transparent}
.focus\:ring-2:focus{box-shadow:0 0 0 2px rgba(239,68,68,.2)}
.focus\:ring-red-500:focus{border-color:#ef4444}

.group:hover .group-hover\:scale-105{transform:scale(1.05)}
.group:hover .group-hover\:text-red-600{color:#dc2626}
.group:hover .group-hover\:translate-x-2{transform:translateX(.5rem)}
.group-hover\:translate-x-2{transition-property:transform;transition-duration:.15s;transition-timing-function:ease}

.-translate-y-1\/2{transform:translateY(-50%)}

.prose{max-width:65ch}
.prose-lg{font-size:1.125rem;line-height:1.75rem}
.toc-toggle{font-weight:600;color:#dc2626}

@media (min-width:640px){
  .container{max-width:640px}
}

@media (min-width:768px){
  .container{max-width:768px}
  .md\:hidden{display:none}
  .md\:flex{display:flex}
  .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\:h-\[100vh\]{height:100vh}
  .md\:mt-\[10\%\]{margin-top:10%}
  .md\:text-xl{font-size:1.25rem;line-height:1.75rem}
  .md\:text-5xl{font-size:3rem;line-height:1}
  .md\:text-8xl{font-size:6rem;line-height:1}
}

@media (min-width:1024px){
  .container{max-width:1024px}
  .lg\:col-span-1{grid-column:span 1 / span 1}
  .lg\:col-span-2{grid-column:span 2 / span 2}
  .lg\:flex-row{flex-direction:row}
  .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\:h-full{height:100%}
  .lg\:items-end{align-items:flex-end}
  .lg\:px-2{padding-left:.5rem;padding-right:.5rem}
  .lg\:space-y-0>:not([hidden])~:not([hidden]){margin-top:0}
  .lg\:text-2xl{font-size:1.5rem;line-height:2rem}
  .lg\:text-6xl{font-size:3.75rem;line-height:1}
  .lg\:text-9xl{font-size:8rem;line-height:1}
  .lg\:w-1\/2{width:50%}
}

@media (min-width:1280px){
  .container{max-width:1280px}
  .xl\:px-0{padding-left:0;padding-right:0}
}

@media (min-width:1536px){
  .\32 xl\:space-x-0>:not([hidden])~:not([hidden]){margin-left:0}
}
