*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-gray-900{background-color:#111827}.text-white{color:#fff}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-emerald-500{color:#10b981}.text-emerald-600{color:#059669}.text-emerald-700{color:#047857}.text-emerald-800{color:#065f46}.text-orange-500{color:#f97316}.text-orange-700{color:#c2410c}.text-red-500{color:#ef4444}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.bg-emerald-50{background-color:#ecfdf5}.bg-emerald-100{background-color:#d1fae5}.bg-blue-50{background-color:#eff6ff}.bg-orange-50{background-color:#fff7ed}.bg-yellow-50{background-color:#fefce8}.bg-red-50{background-color:#fef2f2}.bg-gray-100{background-color:#f3f4f6}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.leading-relaxed{line-height:1.625}.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}.mb-10{margin-bottom:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-xl{max-width:36rem}.max-w-full{max-width:100%}.w-full{width:100%}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.block{display:block}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-1{flex:1 1}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.relative{position:relative}.absolute{position:absolute}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.top-full{top:100%}.left-0{left:0}.right-0{right:0}.z-10{z-index:10}.z-50{z-index:50}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-yellow-200{border-color:#fde68a}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.overflow-x-auto{overflow-x:auto}.overflow-auto{overflow:auto}.max-h-60{max-height:15rem}.cursor-not-allowed{cursor:not-allowed}.opacity-50{opacity:.5}.transition-all{transition:all .2s}.transition-colors{transition:color .2s,background-color .2s}.transition-shadow{transition:box-shadow .2s}.duration-200{transition-duration:.2s}.hover\:bg-emerald-50:hover{background-color:#ecfdf5}.hover\:bg-emerald-600:hover{background-color:#059669}.hover\:text-emerald-600:hover{color:#059669}.hover\:underline:hover{text-decoration:underline}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.hover\:text-red-500:hover{color:#ef4444}.list-disc{list-style-type:disc}.pl-6{padding-left:1.5rem}.border-collapse,table{border-collapse:collapse}table{width:100%}td,th{padding:.75rem;text-align:left}th{font-weight:500;color:#6b7280}.font-mono{font-family:ui-monospace,monospace}@media (min-width:768px){.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\:flex-row{flex-direction:row}.text-5xl{font-size:3rem}}@media (max-width:767px){.md\:grid-cols-2,.md\:grid-cols-3{grid-template-columns:1fr}}