:root{--primary: #2563eb;--primary-dark: #1e40af;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-600: #4b5563;--gray-700: #374151;--gray-900: #111827;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--gray-700);background-color:var(--white)}a{text-decoration:none;color:inherit;transition:color .3s ease}.flex{display:flex}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.items-center{align-items:center}.justify-between{justify-content:space-between}.space-x-8>*+*{margin-left:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-8>*+*{margin-top:2rem}.max-w-7xl{max-width:80rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.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}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-24{padding-top:6rem;padding-bottom:6rem}.text-center{text-align:center}.text-white{color:var(--white)}.text-gray-50{color:var(--gray-50)}.text-gray-400{color:#d1d5db}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-900{color:var(--gray-900)}.text-blue-600{color:var(--primary)}.bg-white{background-color:var(--white)}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-100{background-color:var(--gray-100)}.bg-gray-900{background-color:var(--gray-900)}.bg-gray{background-color:gray}.bg-blue-600{background-color:var(--primary)}.bg-gradient-to-r{background-color:#caa74b}.bg-gradient-to-r1{background-image:linear-gradient(to right,var(--primary),#1e3a8a)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,#60a5fa,var(--primary))}.text-lg{font-size:1.125rem}.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-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.hover\:text-blue-600:hover{color:var(--primary)}.hover\:bg-blue-700:hover{background-color:var(--primary-dark)}.hover\:bg-gray-100:hover{background-color:var(--gray-100)}.hover\:bg-white:hover{background-color:var(--white)}.hover\:text-white:hover{color:var(--white)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.inline-block{display:inline-block}.border{border:1px solid #e5e7eb}.border-t{border-top:1px solid #e5e7eb}.border-gray-300{border-color:#d1d5db}.border-gray-800{border-color:#1f2937}.border-green-400{border-color:#4ade80}.inline-flex{display:inline-flex}.justify-center{justify-content:center}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.pt-8{padding-top:2rem}.h-6{height:1.5rem}.w-6{width:1.5rem}.h-24{height:6rem}.w-24{width:6rem}.h-96{height:24rem}.z-50{z-index:50}.sticky{position:sticky}.top-0{top:0}.pt-2{padding-top:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.block{display:block}@media (max-width: 650px){.hidden{display:none}}.text-yellow-300{color:#fcd34d}.text-yellow-400{color:#facc15}.text-yellow-500{color:#eab308}.text-yellow-600{color:#ca8a04}.text-yellow-700{color:#b45309}.bg-yellow-600{background-color:#ca8a04}.bg-yellow-700{background-color:#b45309}.bg-gray-900{background-color:#111827}.bg-gray-950{background-color:#030712}.border-yellow-600{border-color:#ca8a04}.hover\:bg-yellow-600:hover{background-color:#ca8a04}.hover\:bg-yellow-700:hover{background-color:#b45309}.hover\:bg-yellow-50:hover{background-color:#fefce8}.hover\:text-yellow-400:hover{color:#facc15}.hover\:text-yellow-600:hover{color:#ca8a04}.hover\:text-yellow-700:hover{color:#b45309}.group{position:relative}.group:hover .group-hover\:text-yellow-600{color:#ca8a04}.group:hover .group-hover\:scale-110,.scale-110{transform:scale(1.1)}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.top-2{top:.5rem}.right-2{right:.5rem}.z-10{z-index:10}.h-48{height:12rem}.h-64{height:16rem}.h-full{height:100%}.w-full{width:100%}.overflow-hidden{overflow:hidden}.pb-8{padding-bottom:2rem}.pb-4{padding-bottom:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.mb-2{margin-bottom:.5rem}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mt-6{margin-top:1.5rem}.min-h-screen{min-height:100vh}.border-b{border-bottom:1px solid #e5e7eb}.border-b-4{border-bottom:4px solid transparent}.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-12>*+*{margin-top:3rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.flex-wrap{flex-wrap:wrap}.gap-6{gap:1.5rem}.gap-3{gap:.75rem}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px #0000000d,0 0 0 4px #ca8a04}.focus\:ring-yellow-600:focus{box-shadow:0 0 0 3px #ca8a041a,0 0 0 4px #ca8a04}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}option{background-color:#fff;color:#374151;padding:3px}@media (min-width: 640px){.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:block{display:block}.sm\:text-left{text-align:left}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-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\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:text-2xl{font-size:1.5rem}.md\:text-6xl{font-size:3.75rem}.md\:gap-12{gap:3rem}.md\:items-center{align-items:center}}
