/* GulpBot Identity — hand-maintained Tailwind utility subset.
 * Brand alignment: matches clients/admin/ teal palette (#7CDBCD primary).
 * Add new utilities here when a template needs them; no build step. */

*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
::after,::before{--tw-content:''}
html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:"Outfit",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
body{margin:0;line-height:inherit}
h1,h2{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
button,input,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{cursor:pointer;background-color:transparent;background-image:none;-webkit-appearance:button}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
img,svg{display:block;vertical-align:middle}
img{max-width:100%;height:auto}

/* layout */
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.flex{display:flex}
.inline-flex{display:inline-flex}
.block{display:block}
.inline-block{display:inline-block}
.hidden{display:none}
.grid{display:grid}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.min-h-screen{min-height:100vh}
.w-full{width:100%}
.w-auto{width:auto}
.max-w-sm{max-width:24rem}
.max-w-md{max-width:28rem}
.shrink-0{flex-shrink:0}
.grow{flex-grow:1}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.items-start{align-items:flex-start}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem*var(--tw-space-y-reverse))}
.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem*var(--tw-space-y-reverse))}
.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem*var(--tw-space-y-reverse))}
.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}
.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}
.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}
.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.75rem*var(--tw-space-x-reverse));margin-left:calc(0.75rem*(1 - var(--tw-space-x-reverse)))}
.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}

/* sizing */
.h-8{height:2rem}
.h-9{height:2.25rem}
.h-10{height:2.5rem}
.h-11{height:2.75rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.w-8{width:2rem}
.w-10{width:2.5rem}
.w-14{width:3.5rem}

/* spacing */
.m-0{margin:0}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-1{margin-top:0.25rem}
.mt-2{margin-top:0.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mb-2{margin-bottom:0.5rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.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-6{padding-left:1.5rem;padding-right:1.5rem}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.pt-4{padding-top:1rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}

/* type */
.text-left{text-align:left}
.text-center{text-align:center}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.font-bold{font-weight:700}
.font-semibold{font-weight:600}
.font-medium{font-weight:500}
.tracking-widest{letter-spacing:0.1em}
.leading-relaxed{line-height:1.625}
.underline{text-decoration-line:underline}
.underline-offset-4{text-underline-offset:4px}

/* borders + corners */
.rounded{border-radius:0.25rem}
.rounded-md{border-radius:0.375rem}
.rounded-lg{border-radius:0.5rem}
.rounded-full{border-radius:9999px}
.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-red-200{border-color:#fecaca}
.border-red-300{border-color:#fca5a5}
.border-green-200{border-color:#bbf7d0}
.border-yellow-200{border-color:#fef08a}
.border-brand{border-color:#7CDBCD}

/* backgrounds */
.bg-white{background-color:#fff}
.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}
.bg-gray-900{background-color:#111827}
.bg-red-50{background-color:#fef2f2}
.bg-green-50{background-color:#f0fdf4}
.bg-yellow-50{background-color:#fefce8}
.bg-brand{background-color:#7CDBCD}
.bg-brand-soft{background-color:#e8f8f5}
.bg-brand-ink{background-color:#11191d}

/* text colours */
.text-white{color:#fff}
.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-red-700{color:#b91c1c}
.text-red-800{color:#991b1b}
.text-green-600{color:#16a34a}
.text-green-800{color:#166534}
.text-yellow-800{color:#854d0e}
.text-brand{color:#3CBAAA}            /* brand-darker for legibility on white */
.text-brand-ink{color:#11191d}        /* dark ink against teal button */

/* placeholders */
.placeholder\:text-gray-400::placeholder{color:#9ca3af}
.placeholder\:tracking-widest::placeholder{letter-spacing:0.1em}

/* shadow */
.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05)}

/* hover */
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:bg-gray-800:hover{background-color:#1f2937}
.hover\:bg-red-50:hover{background-color:#fef2f2}
.hover\:bg-brand-dark:hover{background-color:#3CBAAA}
.hover\:underline:hover{text-decoration-line:underline}
.hover\:text-gray-900:hover{color:#111827}
.hover\:text-brand:hover{color:#3CBAAA}

/* focus */
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-1:focus{--tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow)}
.focus\:ring-2:focus{--tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow)}
.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}
.focus\:ring-gray-500:focus{--tw-ring-color:#6b7280}
.focus\:ring-gray-900:focus{--tw-ring-color:#111827}
.focus\:ring-brand:focus{--tw-ring-color:#7CDBCD}
.focus\:border-gray-500:focus{border-color:#6b7280}
.focus\:border-brand:focus{border-color:#7CDBCD}

/* disabled */
.disabled\:opacity-50:disabled{opacity:0.5}
.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}

/* object */
.object-cover{object-fit:cover}
.object-contain{object-fit:contain}

/* misc */
.cursor-pointer{cursor:pointer}
.cursor-not-allowed{cursor:not-allowed}
.list-none{list-style:none}

/* native disclosure widget — chevron via summary marker */
details>summary{list-style:none}
details>summary::-webkit-details-marker{display:none}
details>summary::after{content:" ▾";color:#6b7280;font-size:0.75em}
details[open]>summary::after{content:" ▴"}

/* responsive helpers (mobile-first) */
@media (min-width:640px){
  .sm\:max-w-md{max-width:28rem}
  .sm\:flex-row{flex-direction:row}
}
