/* ============================================================
   sheley.org production stylesheet
   Replaces the Tailwind Play CDN with a static, purged file
   covering every utility class actually used on the site,
   plus a light/dark theme system driven by [data-theme="dark"].
   Light is the default theme; dark is the opt-in override.
   ============================================================ */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0;line-height:inherit}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}a{color:inherit;text-decoration:inherit}svg{display:block;vertical-align:middle}ul,ol{list-style:none;margin:0;padding:0}img,svg{display:block;max-width:100%}button,input,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button{text-transform:none;background-color:transparent;background-image:none;cursor:pointer}table{border-collapse:collapse}summary{display:list-item}p{margin:0}body{font-family:'Inter',sans-serif;background-color:var(--color-bg);color:var(--color-text-heading)}h1,h2,h3,h4,h5,h6{font-family:'Montserrat',sans-serif;color:var(--color-text-heading)}p{line-height:1.6;color:var(--color-text-body)}ul{color:var(--color-text-body)}html.scroll-smooth{scroll-behavior:smooth}:root{--color-bg:#ffffff;--color-text-heading:#111827;--color-text-body:#4b5563}[data-theme="dark"]{--color-bg:#0A0A0A;--color-text-heading:#F9FAFB;--color-text-body:#9CA3AF}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-scrollbar-track,#f3f4f6)}::-webkit-scrollbar-thumb{background:#2563eb;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3b82f6}[data-theme="dark"]{--color-scrollbar-track:#171717}.api-table-container::-webkit-scrollbar{height:8px}.api-table-container::-webkit-scrollbar-thumb{background:#2563eb;border-radius:4px}.api-table-container::-webkit-scrollbar-thumb:hover{background:#3b82f6}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:0.5rem;border:1px solid rgba(0,0,0,0.1);background:#ffffff;color:#4b5563;cursor:pointer;transition:color 150ms,border-color 150ms}.theme-toggle:hover{color:#2563eb;border-color:rgba(37,99,235,0.4)}[data-theme="dark"] .theme-toggle{background:#171717;border-color:rgba(255,255,255,0.1);color:#9CA3AF}[data-theme="dark"] .theme-toggle:hover{color:#3b82f6;border-color:rgba(59,130,246,0.5)}.theme-toggle .icon-sun{display:block}.theme-toggle .icon-moon{display:none}[data-theme="dark"] .theme-toggle .icon-sun{display:none}[data-theme="dark"] .theme-toggle .icon-moon{display:block}.pill{transition:background-color .15s ease,color .15s ease,border-color .15s ease}.pill[aria-pressed="true"]{background-color:#2563eb;color:#fff;border-color:#2563eb}.sortable-th{cursor:pointer;user-select:none;white-space:nowrap}.sortable-th:hover{color:#3b82f6}.-translate-y-1\/2{transform:translateY(-50%)}.\[\&amp;\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}.absolute{position:absolute}.align-middle{vertical-align:middle}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.backdrop-blur-md{backdrop-filter:blur(12px)}.block{display:block}.border{border-width:1px;border-style:solid}.border-b{border-bottom-width:1px;border-style:solid}.border-collapse{border-collapse:collapse}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px;border-style:solid}.border-y{border-top-width:1px;border-bottom-width:1px;border-style:solid}.cursor-pointer{cursor:pointer}.divide-y >:not([hidden]) ~:not([hidden]){border-top-width:1px;border-style:solid}.duration-150{transition-duration:150ms}.duration-200{transition-duration:200ms}.flex{display:flex}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.focus\:outline-none:focus{outline:none}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.gap-1{gap:0.25rem}.gap-1\.5{gap:0.375rem}.gap-10{gap:2.5rem}.gap-2{gap:0.5rem}.gap-3{gap:0.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{column-gap:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}details[open] .group-open\:rotate-180{transform:rotate(180deg)}details[open] .group-open\:rotate-45{transform:rotate(45deg)}.h-3{height:0.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-auto{height:auto}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.italic{font-style:italic}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.left-3{left:0.75rem}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1024px){.lg\:table-cell{display:table-cell}}.list-disc{list-style:disc}.list-inside{list-style-position:inside}.list-none{list-style:none}.marker\:content-none::marker{content:none}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-\[320px\]{max-width:320px}.max-w-container{max-width:1150px}.mb-1{margin-bottom:0.25rem}.mb-1\.5{margin-bottom:0.375rem}.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:0.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.md\:justify-start{justify-content:flex-start}}@media (min-width:768px){.md\:order-1{order:1}}@media (min-width:768px){.md\:order-2{order:2}}@media (min-width:768px){.md\:table-cell{display:table-cell}}@media (min-width:768px){.md\:text-left{text-align:left}}.min-h-screen{min-height:100vh}.min-w-full{min-width:100%}.ml-1{margin-left:0.25rem}.ml-4{margin-left:1rem}.mr-2{margin-right:0.5rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:0.125rem}.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}.mt-auto{margin-top:auto}.mx-auto{margin-left:auto;margin-right:auto}.order-1{order:1}.order-2{order:2}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.pb-2{padding-bottom:0.5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pl-10{padding-left:2.5rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.pt-1{padding-top:0.25rem}.pt-3{padding-top:0.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.px-1{padding-left:0.25rem;padding-right:0.25rem}.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}.px-2{padding-left:0.5rem;padding-right:0.5rem}.px-3{padding-left:0.75rem;padding-right:0.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.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-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.relative{position:relative}.right-0{right:0}.rounded{border-radius:0.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:0.5rem}.rounded-md{border-radius:0.375rem}.rounded-tl-lg{border-top-left-radius:0.5rem}.rounded-tr-lg{border-top-right-radius:0.5rem}.scroll-mt-16{scroll-margin-top:4rem}.scroll-mt-20{scroll-margin-top:5rem}.scroll-smooth{scroll-behavior:smooth}.select-none{user-select:none}.shadow-md{box-shadow:0 4px 6px -1px var(--tw-shadow-color,rgb(0 0 0 / 0.1)),0 2px 4px -2px var(--tw-shadow-color,rgb(0 0 0 / 0.1))}.shadow-sm{box-shadow:0 1px 2px 0 var(--tw-shadow-color,rgb(0 0 0 / 0.05))}.shadow-xl{box-shadow:0 20px 25px -5px var(--tw-shadow-color,rgb(0 0 0 / 0.1)),0 8px 10px -6px var(--tw-shadow-color,rgb(0 0 0 / 0.1))}@media (min-width:640px){.sm\:flex-row{flex-direction:row}}@media (min-width:640px){.sm\:gap-4{gap:1rem}}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:640px){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:640px){.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:640px){.sm\:items-center{align-items:center}}@media (min-width:640px){.sm\:justify-between{justify-content:space-between}}@media (min-width:640px){.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}}@media (min-width:640px){.sm\:py-12{padding-top:3rem;padding-bottom:3rem}}@media (min-width:640px){.sm\:py-16{padding-top:4rem;padding-bottom:4rem}}@media (min-width:640px){.sm\:py-8{padding-top:2rem;padding-bottom:2rem}}@media (min-width:640px){.sm\:right-0{right:0}}@media (min-width:640px){.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (min-width:640px){.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width:640px){.sm\:text-left{text-align:left}}@media (min-width:640px){.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:640px){.sm\:top-\[53px\]{top:53px}}@media (min-width:640px){.sm\:w-72{width:18rem}}.space-y-1\.5 >:not([hidden]) ~:not([hidden]){margin-top:0.375rem}.space-y-2 >:not([hidden]) ~:not([hidden]){margin-top:0.5rem}.space-y-3 >:not([hidden]) ~:not([hidden]){margin-top:0.75rem}.space-y-4 >:not([hidden]) ~:not([hidden]){margin-top:1rem}.sticky{position:sticky}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-center{text-align:center}.text-left{text-align:left}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:0.75rem;line-height:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-\[57px\]{top:57px}.tracking-tight{letter-spacing:-0.025em}.tracking-wide{letter-spacing:0.025em}.tracking-wider{letter-spacing:0.05em}.tracking-widest{letter-spacing:0.1em}.transition{transition-property:all;transition-duration:150ms}.transition-all{transition-property:all}.transition-colors{transition-property:color,background-color,border-color}.transition-transform{transition-property:transform}.uppercase{text-transform:uppercase}.w-3{width:0.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-auto{width:auto}.w-full{width:100%}.whitespace-nowrap{white-space:nowrap}@media (min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.z-40{z-index:40}.z-50{z-index:50}.bg-\[\#0A0A0A\]{background-color:#ffffff}.bg-\[\#0A0A0A\]\/90{background-color:rgb(255 255 255 / 90%)}.bg-\[\#0A0A0A\]\/95{background-color:rgb(255 255 255 / 95%)}.bg-amber-900\/30{background-color:rgb(254 243 199 / 30%)}.bg-black\/30{background-color:rgb(0 0 0 / 30%)}.bg-brand-500\/10{background-color:rgb(37 99 235 / 10%)}.bg-brand-500\/20{background-color:rgb(37 99 235 / 20%)}.bg-brand-600{background-color:#1e40af}.bg-brand-900\/40{background-color:rgb(219 234 254 / 40%)}.bg-brand-900\/50{background-color:rgb(219 234 254 / 50%)}.bg-surface-100{background-color:#ffffff}.bg-surface-200{background-color:#f3f4f6}.bg-white\/5{background-color:rgb(17 24 39 / 5%)}.border-amber-500\/30{border-color:rgb(217 119 6 / 30%)}.border-brand-500\/20{border-color:rgb(37 99 235 / 20%)}.border-brand-500\/30{border-color:rgb(37 99 235 / 30%)}.border-brand-600{border-color:#1e40af}.border-green-400\/30{border-color:rgb(22 163 74 / 30%)}.border-l-brand-500\/50{border-left-color:rgb(37 99 235 / 50%)}.border-l-brand-500\/60{border-left-color:rgb(37 99 235 / 60%)}.border-red-500\/20{border-color:rgb(220 38 38 / 20%)}.border-white\/10{border-color:rgb(17 24 39 / 10%)}.border-white\/15{border-color:rgb(17 24 39 / 15%)}.border-white\/20{border-color:rgb(17 24 39 / 20%)}.border-white\/5{border-color:rgb(17 24 39 / 5%)}.divide-white\/5{border-color:rgb(17 24 39 / 5%)}.focus\:border-brand-500:focus{border-color:#2563eb}.focus\:border-brand-500\/60:focus{border-color:rgb(37 99 235 / 60%)}.focus\:ring-brand-500:focus{--tw-ring-color:#2563eb}.group:hover .group-hover\:bg-brand-500{background-color:#2563eb}.group:hover .group-hover\:text-brand-500{color:#2563eb}.hover\:bg-\[\#0A0A0A\]:hover{background-color:#ffffff}.hover\:bg-brand-500:hover{background-color:#2563eb}.hover\:bg-brand-500\/20:hover{background-color:rgb(37 99 235 / 20%)}.hover\:bg-surface-100:hover{background-color:#ffffff}.hover\:bg-surface-100\/60:hover{background-color:rgb(255 255 255 / 60%)}.hover\:bg-surface-200:hover{background-color:#f3f4f6}.hover\:bg-white\/5:hover{background-color:rgb(17 24 39 / 5%)}.hover\:border-brand-500\/40:hover{border-color:rgb(37 99 235 / 40%)}.hover\:border-brand-500\/50:hover{border-color:rgb(37 99 235 / 50%)}.hover\:border-white\/10:hover{border-color:rgb(17 24 39 / 10%)}.hover\:border-white\/20:hover{border-color:rgb(17 24 39 / 20%)}.hover\:text-brand-400:hover{color:#3b82f6}.hover\:text-brand-500:hover{color:#2563eb}.hover\:text-white:hover{color:#111827}details[open].open\:border-brand-500\/30{border-color:rgb(37 99 235 / 30%)}.placeholder-gray-500::placeholder{color:#6b7280}.shadow-black\/40{--tw-shadow-color:rgb(0 0 0 / 15%)}.shadow-black\/50{--tw-shadow-color:rgb(0 0 0 / 15%)}.text-amber-200{color:#92400e}.text-brand-100{color:#1e3a8a}.text-brand-500{color:#2563eb}.text-gray-200{color:#1f2937}.text-gray-300{color:#374151}.text-gray-400{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-600{color:#9ca3af}.text-green-400{color:#16a34a}.text-red-400{color:#dc2626}.text-white{color:#111827}[data-theme="dark"] .bg-\[\#0A0A0A\]{background-color:#0A0A0A}[data-theme="dark"] .bg-\[\#0A0A0A\]\/90{background-color:rgb(10 10 10 / 90%)}[data-theme="dark"] .bg-\[\#0A0A0A\]\/95{background-color:rgb(10 10 10 / 95%)}[data-theme="dark"] .bg-amber-900\/30{background-color:rgb(120 53 15 / 30%)}[data-theme="dark"] .bg-black\/30{background-color:rgb(0 0 0 / 30%)}[data-theme="dark"] .bg-brand-500\/10{background-color:rgb(59 130 246 / 10%)}[data-theme="dark"] .bg-brand-500\/20{background-color:rgb(59 130 246 / 20%)}[data-theme="dark"] .bg-brand-600{background-color:#2563eb}[data-theme="dark"] .bg-brand-900\/40{background-color:rgb(30 58 138 / 40%)}[data-theme="dark"] .bg-brand-900\/50{background-color:rgb(30 58 138 / 50%)}[data-theme="dark"] .bg-surface-100{background-color:#171717}[data-theme="dark"] .bg-surface-200{background-color:#121212}[data-theme="dark"] .bg-white\/5{background-color:rgb(255 255 255 / 5%)}[data-theme="dark"] .border-amber-500\/30{border-color:rgb(245 158 11 / 30%)}[data-theme="dark"] .border-brand-500\/20{border-color:rgb(59 130 246 / 20%)}[data-theme="dark"] .border-brand-500\/30{border-color:rgb(59 130 246 / 30%)}[data-theme="dark"] .border-brand-600{border-color:#2563eb}[data-theme="dark"] .border-green-400\/30{border-color:rgb(74 222 128 / 30%)}[data-theme="dark"] .border-l-brand-500\/50{border-left-color:rgb(59 130 246 / 50%)}[data-theme="dark"] .border-l-brand-500\/60{border-left-color:rgb(59 130 246 / 60%)}[data-theme="dark"] .border-red-500\/20{border-color:rgb(239 68 68 / 20%)}[data-theme="dark"] .border-white\/10{border-color:rgb(255 255 255 / 10%)}[data-theme="dark"] .border-white\/15{border-color:rgb(255 255 255 / 15%)}[data-theme="dark"] .border-white\/20{border-color:rgb(255 255 255 / 20%)}[data-theme="dark"] .border-white\/5{border-color:rgb(255 255 255 / 5%)}[data-theme="dark"] .divide-white\/5{border-color:rgb(255 255 255 / 5%)}[data-theme="dark"] .focus\:border-brand-500:focus{border-color:#3b82f6}[data-theme="dark"] .focus\:border-brand-500\/60:focus{border-color:rgb(59 130 246 / 60%)}[data-theme="dark"] .focus\:ring-brand-500:focus{--tw-ring-color:#3b82f6}[data-theme="dark"] .group:hover .group-hover\:bg-brand-500{background-color:#3b82f6}[data-theme="dark"] .group:hover .group-hover\:text-brand-500{color:#3b82f6}[data-theme="dark"] .hover\:bg-\[\#0A0A0A\]:hover{background-color:#0A0A0A}[data-theme="dark"] .hover\:bg-brand-500:hover{background-color:#3b82f6}[data-theme="dark"] .hover\:bg-brand-500\/20:hover{background-color:rgb(59 130 246 / 20%)}[data-theme="dark"] .hover\:bg-surface-100:hover{background-color:#171717}[data-theme="dark"] .hover\:bg-surface-100\/60:hover{background-color:rgb(23 23 23 / 60%)}[data-theme="dark"] .hover\:bg-surface-200:hover{background-color:#121212}[data-theme="dark"] .hover\:bg-white\/5:hover{background-color:rgb(255 255 255 / 5%)}[data-theme="dark"] .hover\:border-brand-500\/40:hover{border-color:rgb(59 130 246 / 40%)}[data-theme="dark"] .hover\:border-brand-500\/50:hover{border-color:rgb(59 130 246 / 50%)}[data-theme="dark"] .hover\:border-white\/10:hover{border-color:rgb(255 255 255 / 10%)}[data-theme="dark"] .hover\:border-white\/20:hover{border-color:rgb(255 255 255 / 20%)}[data-theme="dark"] .hover\:text-brand-400:hover{color:#60a5fa}[data-theme="dark"] .hover\:text-brand-500:hover{color:#3b82f6}[data-theme="dark"] .hover\:text-white:hover{color:#ffffff}[data-theme="dark"] details[open].open\:border-brand-500\/30{border-color:rgb(59 130 246 / 30%)}[data-theme="dark"] .placeholder-gray-500::placeholder{color:#6b7280}[data-theme="dark"] .shadow-black\/40{--tw-shadow-color:rgb(0 0 0 / 40%)}[data-theme="dark"] .shadow-black\/50{--tw-shadow-color:rgb(0 0 0 / 50%)}[data-theme="dark"] .text-amber-200{color:#fde68a}[data-theme="dark"] .text-brand-100{color:#dbeafe}[data-theme="dark"] .text-brand-500{color:#3b82f6}[data-theme="dark"] .text-gray-200{color:#e5e7eb}[data-theme="dark"] .text-gray-300{color:#d1d5db}[data-theme="dark"] .text-gray-400{color:#9ca3af}[data-theme="dark"] .text-gray-500{color:#6b7280}[data-theme="dark"] .text-gray-600{color:#4b5563}[data-theme="dark"] .text-green-400{color:#4ade80}[data-theme="dark"] .text-red-400{color:#f87171}[data-theme="dark"] .text-white{color:#ffffff}