/* Tailwind CSS - Compiled Static Build for Thunder Tech Services */
/* Generated 2026-03-19 — Revision 2: Light Theme */
/* Contains ONLY classes used across the site */

/* === BASE RESET (Tailwind Preflight subset) === */
*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
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;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
[role=button],button{cursor:pointer}
img,svg,video{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]{display:none}
ul,ol{list-style:none;margin:0;padding:0}
p{margin:0}
h1,h2,h3,h4{margin:0}
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}

/* === CUSTOM COLORS — LIGHT THEME === */
/* bg-page: #ffffff  bg-alt: #f9fafb  bg-card: #ffffff */
/* text-heading: #111827  text-body: #4b5563  text-muted: #6b7280 */
/* accent-gold: #ffc93c  accent-purple: #7c3aed */
/* border: #e5e7eb  footer-dark: #111827 */

/* === LAYOUT === */
.absolute{position:absolute}
.relative{position:relative}
.fixed{position:fixed}
.sticky{position:sticky}
.inset-0{inset:0}
.top-0{top:0}
.top-20{top:5rem}
.right-0{right:0}
.right-10{right:2.5rem}
.bottom-20{bottom:5rem}
.left-0{left:0}
.left-10{left:2.5rem}
.z-0{z-index:0}
.z-10{z-index:10}
.z-40{z-index:40}
.z-50{z-index:50}
.z-\[1\]{z-index:1}

/* === DISPLAY === */
.block{display:block}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}

/* === FLEX === */
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.flex-shrink-0{flex-shrink:0}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}

/* === GAP === */
.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}
.gap-12{gap:3rem}
.gap-16{gap:4rem}

/* === GRID === */
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}

/* === SIZING === */
.w-2{width:.5rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-8{width:2rem}
.w-9{width:2.25rem}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-20{width:5rem}
.w-72{width:18rem}
.w-96{width:24rem}
.w-full{width:100%}
.h-2{height:.5rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-8{height:2rem}
.h-9{height:2.25rem}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-20{height:5rem}
.h-48{height:12rem}
.h-64{height:16rem}
.h-72{height:18rem}
.h-96{height:24rem}
.h-auto{height:auto}
.h-full{height:100%}
.min-h-screen{min-height:100vh}
.max-w-none{max-width:none}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-7xl{max-width:80rem}

/* === SPACING (margin) === */
.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-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.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}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.mb-16{margin-bottom:4rem}

/* === SPACING (padding) === */
.p-2{padding:.5rem}
.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}
.px-8{padding-left:2rem;padding-right:2rem}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.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-4{padding-top:1rem;padding-bottom:1rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.pt-4{padding-top:1rem}
.pt-8{padding-top:2rem}
.pt-16{padding-top:4rem}
.pt-20{padding-top:5rem}
.pt-28{padding-top:7rem}
.pb-2{padding-bottom:.5rem}
.pb-4{padding-bottom:1rem}
.pb-6{padding-bottom:1.5rem}
.pb-8{padding-bottom:2rem}
.pb-12{padding-bottom:3rem}
.pb-16{padding-bottom:4rem}
.pb-20{padding-bottom:5rem}
.pl-6{padding-left:1.5rem}
.pr-4{padding-right:1rem}

/* === TYPOGRAPHY === */
.font-sans{font-family:Inter,system-ui,sans-serif}
.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}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-black{font-weight:900}
.font-normal{font-weight:400}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.uppercase{text-transform:uppercase}
.leading-tight{line-height:1.25}
.leading-relaxed{line-height:1.625}
.tracking-wider{letter-spacing:.05em}
.tracking-widest{letter-spacing:.1em}
.whitespace-nowrap{white-space:nowrap}
.text-left{text-align:left}
.text-center{text-align:center}
.list-disc{list-style-type:disc}

/* === COLORS (text) — LIGHT THEME === */
.text-white{color:#fff}
.text-heading{color:#111827}
.text-body{color:#4b5563}
.text-muted{color:#6b7280}
.text-gray-300{color:#d1d5db}
.text-gray-400{color:#6b7280}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-green-400{color:#16a34a}
.text-green-600{color:#16a34a}
.text-red-400{color:#dc2626}
.text-red-600{color:#dc2626}
.text-purple-600{color:#7c3aed}
.text-purple-700{color:#6d28d9}
.text-gold{color:#ffc93c}
/* Remap cyan → gold accent, mint → purple accent for existing HTML */
.text-cyan-400{color:#7c3aed}
.text-mint-400{color:#7c3aed}

/* === COLORS (background) — LIGHT THEME === */
.bg-white{background-color:#fff}
.bg-page{background-color:#fff}
.bg-alt{background-color:#f9fafb}
.bg-dark-900{background-color:#fff}
.bg-dark-900\/80{background-color:rgba(255,255,255,.85)}
.bg-dark-800\/30{background-color:#f9fafb}
.bg-dark-800\/50{background-color:#f3f4f6}
.bg-dark-700{background-color:#f3f4f6}
.bg-dark-600{background-color:#e5e7eb}
.bg-cyan-400{background-color:#ffc93c}
.bg-cyan-400\/5{background-color:rgba(124,58,237,.05)}
.bg-cyan-400\/10{background-color:rgba(124,58,237,.08)}
.bg-mint-400\/5{background-color:rgba(124,58,237,.05)}
.bg-mint-400\/10{background-color:rgba(124,58,237,.08)}
.bg-green-500\/10{background-color:rgba(22,163,74,.1)}
.bg-red-500\/10{background-color:rgba(220,38,38,.1)}
.bg-purple-50{background-color:rgba(124,58,237,.05)}
.bg-gold-50{background-color:rgba(255,201,60,.05)}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.from-cyan-400{--tw-gradient-from:#ffc93c;--tw-gradient-to:rgba(255,201,60,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.to-mint-400{--tw-gradient-to:#7c3aed}

/* Footer dark background override */
.footer-dark{background-color:#111827}

/* === BORDER — LIGHT THEME === */
.border{border-width:1px}
.border-2{border-width:2px}
.border-b{border-bottom-width:1px}
.border-b-2{border-bottom-width:2px}
.border-t{border-top-width:1px}
.border-y{border-top-width:1px;border-bottom-width:1px}
.border-transparent{border-color:transparent}
.border-gray-200{border-color:#e5e7eb}
.border-gray-100{border-color:#f3f4f6}
.border-white\/5{border-color:#e5e7eb}
.border-white\/10{border-color:#e5e7eb}
.border-cyan-400\/30{border-color:rgba(124,58,237,.2)}
.border-cyan-400\/50{border-color:rgba(124,58,237,.3)}
.border-green-500\/30{border-color:rgba(22,163,74,.3)}
.border-red-500\/30{border-color:rgba(220,38,38,.3)}
.border-purple-200{border-color:rgba(124,58,237,.2)}

/* === BORDER RADIUS === */
.rounded{border-radius:.25rem}
.rounded-md{border-radius:.375rem}
.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,0.05)}
.shadow{box-shadow:0 1px 3px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.06)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -4px rgba(0,0,0,.05)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,0.08),0 8px 10px -6px rgba(0,0,0,0.04)}
.shadow-yellow-500\/10{--tw-shadow-color:rgba(234,179,8,.1)}
.blur-3xl{filter:blur(64px)}
.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.resize-none{resize:none}
.object-cover{object-fit:cover}
.cursor-pointer{cursor:pointer}

/* === TRANSITIONS === */
.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}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}

/* === SCROLL === */
.scroll-smooth{scroll-behavior:smooth}

/* === SPACE === */
.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}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}
.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}

/* === PLACEHOLDER === */
.placeholder-gray-500::placeholder{color:#9ca3af}

/* === FOCUS — LIGHT THEME === */
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:border-cyan-400:focus{border-color:#7c3aed}
.focus\:ring-1:focus{box-shadow:0 0 0 3px rgba(124,58,237,.1)}
.focus\:ring-cyan-400:focus{--tw-ring-color:rgba(124,58,237,.2)}

/* === HOVER — LIGHT THEME === */
.hover\:text-cyan-400:hover{color:#7c3aed}
.hover\:text-white:hover{color:#111827}
.hover\:text-purple:hover{color:#7c3aed}
.hover\:underline:hover{text-decoration-line:underline}
.hover\:bg-dark-600:hover{background-color:#e5e7eb}
.hover\:gap-2:hover{gap:.5rem}
.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}

/* === GROUP HOVER === */
.group:hover .group-hover\:text-cyan-400{color:#7c3aed}

/* === PROSE (minimal for blog articles) — LIGHT === */
.prose{max-width:65ch}
.prose p{margin-top:1.25em;margin-bottom:1.25em;color:#4b5563}
.prose h2{margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.333;color:#111827}
.prose h3{margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6;color:#111827}
.prose ul{margin-top:1.25em;margin-bottom:1.25em}
.prose li{margin-top:.5em;margin-bottom:.5em;color:#4b5563}
.prose strong{font-weight:600;color:#111827}

/* === RESPONSIVE: sm (640px) === */
@media(min-width:640px){
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .sm\:text-xl{font-size:1.25rem;line-height:1.75rem}
  .sm\:text-5xl{font-size:3rem;line-height:1}
  .sm\:flex-row{flex-direction:row}
}

/* === RESPONSIVE: md (768px) === */
@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))}
}

/* === RESPONSIVE: lg (1024px) === */
@media(min-width:1024px){
  .lg\:flex{display:flex}
  .lg\:hidden{display:none}
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
  .lg\:col-span-2{grid-column:span 2/span 2}
  .lg\:col-span-3{grid-column:span 3/span 3}
  .lg\:px-8{padding-left:2rem;padding-right:2rem}
  .lg\:p-8{padding:2rem}
  .lg\:p-12{padding:3rem}
  .lg\:py-16{padding-top:4rem;padding-bottom:4rem}
  .lg\:py-28{padding-top:7rem;padding-bottom:7rem}
  .lg\:py-32{padding-top:8rem;padding-bottom:8rem}
  .lg\:pt-36{padding-top:9rem}
  .lg\:pb-28{padding-bottom:7rem}
  .lg\:h-24{height:6rem}
  .lg\:h-auto{height:auto}
  .lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}
  .lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .lg\:text-5xl{font-size:3rem;line-height:1}
  .lg\:text-6xl{font-size:3.75rem;line-height:1}
  .lg\:text-7xl{font-size:4.5rem;line-height:1}
}

/* === FOOTER DARK OVERRIDES === */
footer.footer-dark{background:#111827;color:#9ca3af}
footer.footer-dark h4{color:#fff}
footer.footer-dark span.footer-title{color:#fff}
footer.footer-dark a{color:#9ca3af}
footer.footer-dark a:hover{color:#7c3aed}
footer.footer-dark .border-t{border-color:rgba(255,255,255,0.1)}
footer.footer-dark .text-gray-600{color:#6b7280}
footer.footer-dark .text-gray-500{color:#9ca3af}
