/* Tailwind CSS v3.4 — pre-compiled for Promptoteka */
*,::after,::before{box-sizing:border-box;border:0 solid #e5e7eb}::after,::before{--tw-content:''}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:'Inter',ui-sans-serif,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}
/* Layout */
.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.static{position:static}
.inset-0{inset:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.-top-3{top:-.75rem}
.z-50{z-index:50}.z-40{z-index:40}.z-10{z-index:10}
.flex{display:flex}.inline-flex{display:inline-flex}.inline{display:inline}.inline-block{display:inline-block}.block{display:block}.hidden{display:none}.grid{display:grid}.table{display:table}
.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.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-6>:not([hidden])~:not([hidden]){margin-left:1.5rem}.space-x-8>:not([hidden])~:not([hidden]){margin-left:2rem}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.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;line-height:2rem}}
@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
/* Sizing */
.w-full{width:100%}.w-5{width:1.25rem}.w-48{width:12rem}.w-64{width:16rem}.h-16{height:4rem}.min-h-screen{min-height:100vh}.max-w-none{max-width:none}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}
/* Spacing */
.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.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}.px-8{padding-left:2rem;padding-right:2rem}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.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-20{padding-top:5rem;padding-bottom:5rem}
.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mb-1{margin-bottom:.25rem}.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}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.ml-6{margin-left:1.5rem}.ml-64{margin-left:16rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}
.pt-8{padding-top:2rem}.pb-16{padding-bottom:4rem}
/* Typography */
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{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}
@media(min-width:768px){.md\:text-6xl{font-size:3.75rem;line-height:1}}
.font-sans{font-family:'Inter',ui-sans-serif,system-ui,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}
.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}
.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}
/* Colors */
.text-white{color:#fff}.text-black{color:#000}
.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-900{color:#111827}
.text-indigo-100{color:#e0e7ff}.text-indigo-600{color:#4f46e5}.text-indigo-700{color:#4338ca}
.text-red-400{color:#f87171}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}
.text-green-500{color:#22c55e}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}
.text-yellow-600{color:#ca8a04}.text-yellow-700{color:#a16207}
.text-amber-700{color:#b45309}
.text-orange-600{color:#ea580c}.text-orange-700{color:#c2410c}
.text-purple-400{color:#c084fc}
.bg-white{background-color:#fff}.bg-black{background-color:#000}
.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}
.bg-indigo-50{background-color:#eef2ff}.bg-indigo-100{background-color:#e0e7ff}.bg-indigo-600{background-color:#4f46e5}
.bg-red-50{background-color:#fef2f2}.bg-red-100{background-color:#fee2e2}.bg-red-600{background-color:#dc2626}
.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}.bg-green-600{background-color:#16a34a}
.bg-yellow-50{background-color:#fefce8}.bg-yellow-100{background-color:#fef9c3}.bg-yellow-500{background-color:#eab308}
.bg-amber-50\/50{background-color:rgba(255,251,235,.5)}.bg-amber-100{background-color:#fef3c7}
.bg-white\/10{background-color:rgba(255,255,255,.1)}
/* Gradient */
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-to:rgba(79,70,229,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.via-purple-600{--tw-gradient-to:rgba(147,51,234,0);--tw-gradient-stops:var(--tw-gradient-from),#9333ea,var(--tw-gradient-to)}
.to-pink-500{--tw-gradient-to:#ec4899}
/* Borders */
.border{border-width:1px}.border-2{border-width:2px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}
.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-gray-700{border-color:#374151}
.border-indigo-500{border-color:#6366f1}.border-amber-200{border-color:#fde68a}
.border-green-200{border-color:#bbf7d0}.border-red-200{border-color:#fecaca}.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}
/* Effects */
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}
.ring-2{box-shadow:0 0 0 2px var(--tw-ring-color,#6366f1)}
.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.opacity-50{opacity:.5}.opacity-75{opacity:.75}
/* Hover */
.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-800:hover{background-color:#1f2937}
.hover\:bg-indigo-50:hover{background-color:#eef2ff}.hover\:bg-indigo-700:hover{background-color:#4338ca}
.hover\:bg-green-100:hover{background-color:#dcfce7}.hover\:bg-green-700:hover{background-color:#15803d}
.hover\:bg-red-700:hover{background-color:#b91c1c}
.hover\:bg-yellow-100:hover{background-color:#fef9c3}.hover\:bg-yellow-600:hover{background-color:#ca8a04}
.hover\:bg-indigo-100:hover{background-color:#e0e7ff}
.hover\:text-white:hover{color:#fff}.hover\:text-indigo-600:hover{color:#4f46e5}.hover\:text-indigo-700:hover{color:#4338ca}.hover\:text-orange-700:hover{color:#c2410c}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
/* Focus */
.focus\:ring-2:focus{box-shadow:0 0 0 2px rgba(79,70,229,.5)}.focus\:ring-indigo-500:focus{--tw-ring-color:#6366f1}.focus\:border-indigo-500:focus{border-color:#6366f1}
/* Responsive hidden */
@media(min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}
@media(min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
/* Left translate */
.left-1\/2{left:50%}.-translate-x-1\/2{transform:translateX(-50%)}
/* Prose (simplified) */
.prose{color:#374151;max-width:65ch}.prose p{margin-top:1.25em;margin-bottom:1.25em}.prose h1,.prose h2,.prose h3{font-weight:700;line-height:1.3}.prose h2{font-size:1.5em;margin-top:2em;margin-bottom:1em}.prose h3{font-size:1.25em;margin-top:1.6em;margin-bottom:.6em}.prose a{color:#4f46e5;text-decoration:underline}.prose ul,.prose ol{margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose li{margin-top:.5em;margin-bottom:.5em}.prose code{color:#111827;font-size:.875em;font-weight:600}.prose pre{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:.5rem;overflow-x:auto;font-size:.875rem;line-height:1.7}
.prose-sm{font-size:.875rem}.prose-lg{font-size:1.125rem}

/* ═══════════════════════════════════════════
   DARK MODE
   ═══════════════════════════════════════════ */
/* Transition */
html{transition:background-color .3s ease,color .3s ease}

/* Dark backgrounds */
.dark .bg-white{background-color:#1f2937!important}
.dark .bg-gray-50{background-color:#111827!important}
.dark .bg-gray-100{background-color:#0f172a!important}
.dark .bg-gray-800{background-color:#0f172a!important}

/* Dark body/root */
.dark .dark\:bg-gray-950{background-color:#030712!important}
.dark .dark\:bg-gray-900{background-color:#111827!important}
.dark .dark\:bg-gray-800{background-color:#1f2937!important}

/* Dark text */
.dark .dark\:text-gray-100{color:#f3f4f6!important}
.dark .dark\:text-gray-300{color:#d1d5db!important}
.dark .dark\:text-gray-400{color:#9ca3af!important}
.dark .dark\:text-indigo-400{color:#818cf8!important}
.dark .dark\:text-orange-400{color:#fb923c!important}
.dark .dark\:text-orange-300{color:#fdba74!important}
.dark .dark\:text-red-400{color:#f87171!important}

.dark .text-gray-900{color:#f3f4f6!important}
.dark .text-gray-700{color:#d1d5db!important}
.dark .text-gray-600{color:#9ca3af!important}
.dark .text-gray-500{color:#9ca3af!important}
.dark .text-gray-400{color:#6b7280!important}

/* Dark borders */
.dark .border-gray-100{border-color:#374151!important}
.dark .border-gray-200{border-color:#374151!important}
.dark .border-gray-300{border-color:#4b5563!important}
.dark .dark\:border-gray-700{border-color:#374151!important}

/* Dark forms */
.dark input,.dark select,.dark textarea{background-color:#1f2937!important;border-color:#4b5563!important;color:#f3f4f6!important}
.dark input::placeholder,.dark textarea::placeholder{color:#6b7280!important}
.dark input:focus,.dark select:focus,.dark textarea:focus{border-color:#6366f1!important;box-shadow:0 0 0 2px rgba(99,102,241,.3)!important}

/* Dark cards/surfaces */
.dark .shadow-sm{box-shadow:0 1px 3px rgba(0,0,0,.3)!important}
.dark .shadow-lg{box-shadow:0 10px 25px rgba(0,0,0,.4)!important}

/* Dark hover */
.dark .hover\:bg-gray-50:hover,.dark .dark\:hover\:bg-gray-700:hover{background-color:#374151!important}
.dark .hover\:bg-gray-100:hover,.dark .dark\:hover\:bg-gray-800:hover{background-color:#1f2937!important}
.dark .hover\:shadow-md:hover{box-shadow:0 4px 12px rgba(0,0,0,.3)!important}
.dark .dark\:hover\:text-indigo-400:hover{color:#818cf8!important}

/* Dark colored backgrounds */
.dark .bg-indigo-50{background-color:rgba(99,102,241,.1)!important}
.dark .bg-indigo-100{background-color:rgba(99,102,241,.15)!important}
.dark .bg-green-50{background-color:rgba(34,197,94,.1)!important}
.dark .bg-green-100{background-color:rgba(34,197,94,.15)!important}
.dark .bg-red-50{background-color:rgba(239,68,68,.1)!important}
.dark .bg-red-100{background-color:rgba(239,68,68,.15)!important}
.dark .bg-yellow-50{background-color:rgba(234,179,8,.1)!important}
.dark .bg-yellow-100{background-color:rgba(234,179,8,.15)!important}
.dark .bg-amber-50\/50{background-color:rgba(245,158,11,.08)!important}
.dark .bg-amber-100{background-color:rgba(245,158,11,.15)!important}
.dark .bg-blue-50{background-color:rgba(59,130,246,.1)!important}
.dark .bg-purple-50{background-color:rgba(168,85,247,.1)!important}
.dark .bg-orange-50{background-color:rgba(249,115,22,.1)!important}

/* Dark alert text stays readable */
.dark .bg-green-50 .text-green-700,.dark .text-green-700{color:#86efac!important}
.dark .bg-red-50 .text-red-700,.dark .text-red-700{color:#fca5a5!important}
.dark .bg-yellow-50 .text-yellow-700,.dark .text-yellow-700{color:#fde047!important}
.dark .bg-amber-100 .text-amber-700,.dark .text-amber-700{color:#fbbf24!important}

/* Dark tags/badges */
.dark .bg-gray-100{background-color:#374151!important}
.dark .bg-green-100.text-green-700{background-color:rgba(34,197,94,.2)!important;color:#86efac!important}
.dark .bg-red-100.text-red-700{background-color:rgba(239,68,68,.2)!important;color:#fca5a5!important}
.dark .bg-yellow-100.text-yellow-700{background-color:rgba(234,179,8,.2)!important;color:#fde047!important}

/* Dark footer */
.dark footer,.dark .bg-gray-800{background-color:#0a0f1a!important}
.dark footer .text-gray-400{color:#6b7280!important}
.dark footer .text-white{color:#e5e7eb!important}

/* Dark prose */
.dark .prose{color:#d1d5db!important}
.dark .prose h2,.dark .prose h3{color:#f3f4f6!important}
.dark .prose a{color:#818cf8!important}
.dark .prose code{color:#e5e7eb!important}
.dark .prose pre{background:#0f172a!important}

/* Dark table */
.dark thead .bg-gray-50,.dark .bg-gray-50{background-color:#1e293b!important}
.dark tr.border-t{border-color:#374151!important}
.dark table{color:#d1d5db}

/* Dark hero gradient stays as-is (already dark-friendly) */

/* Dark scrollbar */
.dark ::-webkit-scrollbar{width:8px;height:8px}
.dark ::-webkit-scrollbar-track{background:#1f2937}
.dark ::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}
.dark ::-webkit-scrollbar-thumb:hover{background:#6b7280}

/* Dark cookie banner already dark */

/* Transition for theme switch */
.transition-colors{transition-property:background-color,border-color,color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}
.duration-300{transition-duration:.3s}
