/*! FSM CRM — Pre-compiled Tailwind CSS v3 output. Commit this file to repo. No build step required. */

/* ─── Reset / Base ──────────────────────────────────────────────────────── */
*,::before,::after{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:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;background-color:transparent;background-image:none}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role="button"]{cursor:pointer}
:disabled{cursor:default}
img,svg,video{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]{display:none}
[x-cloak]{display:none!important}

/* ─── Layout ─────────────────────────────────────────────────────────────── */
.h-full{height:100%}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}
.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-7{width:1.75rem}.w-10{width:2.5rem}.w-12{width:3rem}
.h-4{height:1rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}
.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}
.mx-auto{margin-left:auto;margin-right:auto}
.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.block{display:block}.hidden{display:none}.table-cell{display:table-cell}
.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}
.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}
.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))}
.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}
.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}
.divide-y>*+*{border-top-width:1px}.divide-gray-100>*+*{border-color:#f3f4f6}.divide-gray-200>*+*{border-color:#e5e7eb}
.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-auto{overflow-x:auto}
.max-h-40{max-height:10rem}.max-h-96{max-height:24rem}.max-h-\[600px\]{max-height:600px}
.sticky{position:sticky}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.top-0{top:0}.z-10{z-index:10}.z-50{z-index:50}
.-mb-px{margin-bottom:-1px}.-translate-y-1\/2{transform:translateY(-50%)}
.left-3{left:.75rem}.top-1\/2{top:50%}
.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}
.min-w-0{min-width:0}

/* ─── Spacing ────────────────────────────────────────────────────────────── */
.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-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.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-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}
.pl-9{padding-left:2.25rem}.pr-3{padding-right:.75rem}
.mt-0\.5{margin-top:.125rem}.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}
.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}
.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}
.mx-2{margin-left:.5rem;margin-right:.5rem}

/* ─── Typography ─────────────────────────────────────────────────────────── */
.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.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-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}
.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}
.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}
.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* ─── Colors ─────────────────────────────────────────────────────────────── */
.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}
.bg-slate-50{background-color:#f8fafc}
.bg-indigo-50{background-color:#eef2ff}.bg-indigo-100{background-color:#e0e7ff}.bg-indigo-600{background-color:#4f46e5}.bg-indigo-700{background-color:#4338ca}
.bg-purple-50{background-color:#faf5ff}.bg-purple-100{background-color:#f3e8ff}.bg-purple-600{background-color:#9333ea}.bg-purple-700{background-color:#7e22ce}
.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}
.bg-yellow-100{background-color:#fef9c3}
.bg-red-50{background-color:#fef2f2}.bg-red-600{background-color:#dc2626}.bg-red-700{background-color:#b91c1c}
.bg-amber-50{background-color:#fffbeb}
.bg-black\/40{background-color:rgba(0,0,0,.4)}
.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-800{color:#1f2937}.text-gray-900{color:#111827}
.text-indigo-200{color:#c7d2fe}.text-indigo-500{color:#6366f1}.text-indigo-600{color:#4f46e5}.text-indigo-700{color:#4338ca}.text-indigo-800{color:#3730a3}
.text-purple-700{color:#7e22ce}
.text-blue-700{color:#1d4ed8}.bg-blue-100{background-color:#dbeafe}
.text-green-700{color:#15803d}
.text-yellow-700{color:#a16207}
.text-red-400{color:#f87171}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}
.text-amber-800{color:#92400e}

/* ─── Borders & Rings ────────────────────────────────────────────────────── */
.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}
.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-gray-400{border-color:#9ca3af}
.border-indigo-400{border-color:#818cf8}.border-indigo-500{border-color:#6366f1}.border-indigo-600{border-color:#4f46e5}
.border-purple-400{border-color:#c084fc}.border-purple-600{border-color:#9333ea}
.border-green-200{border-color:#bbf7d0}
.border-amber-200{border-color:#fde68a}
.border-red-200{border-color:#fecaca}
.border-b-2{border-bottom-width:2px}.border-transparent{border-color:transparent}
.ring-2{--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-shadow)}.ring-indigo-500{--tw-ring-color:#6366f1}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{--tw-ring-shadow:0 0 0 2px var(--tw-ring-color);box-shadow:var(--tw-ring-shadow)}
.focus\:ring-indigo-500:focus{--tw-ring-color:#6366f1}

/* ─── Border Radius ──────────────────────────────────────────────────────── */
.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}

/* ─── Shadows ────────────────────────────────────────────────────────────── */
.shadow{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}

/* ─── Effects ────────────────────────────────────────────────────────────── */
.backdrop-blur-sm{backdrop-filter:blur(4px)}
.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:150ms}
.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-0{opacity:0}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-75{opacity:.75}
.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-40:disabled{opacity:.4}

/* ─── Animations ─────────────────────────────────────────────────────────── */
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes pulse{50%{opacity:.5}}
.animate-spin{animation:spin 1s linear infinite}
.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
.scale-95{transform:scale(.95)}.scale-100{transform:scale(1)}
.transition.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}
.duration-200{transition-duration:200ms}

/* ─── Hover states ───────────────────────────────────────────────────────── */
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:text-indigo-600:hover{color:#4f46e5}.hover\:text-indigo-800:hover{color:#3730a3}
.hover\:text-gray-700:hover{color:#374151}.hover\:text-gray-800:hover{color:#1f2937}.hover\:text-gray-600:hover{color:#4b5563}
.hover\:text-red-600:hover{color:#dc2626}
.hover\:bg-indigo-700:hover{background-color:#4338ca}
.hover\:bg-indigo-50:hover{background-color:#eef2ff}
.hover\:bg-red-700:hover{background-color:#b91c1c}
.hover\:border-indigo-400:hover{border-color:#818cf8}
.hover\:border-purple-400:hover{border-color:#c084fc}
.hover\:border-gray-300:hover{border-color:#d1d5db}
.hover\:border-gray-400:hover{border-color:#9ca3af}
.hover\:text-white:hover{color:#fff}
.hover\:underline:hover{text-decoration-line:underline}

/* ─── Table ──────────────────────────────────────────────────────────────── */
.min-w-full{min-width:100%}.table-auto{table-layout:auto}
thead{background-color:inherit}
th{text-align:left}

/* ─── Form ───────────────────────────────────────────────────────────────── */
.resize-none{resize:none}.resize{resize:both}
.accent-indigo-600{accent-color:#4f46e5}.accent-purple-600{accent-color:#9333ea}

/* ─── Responsive ─────────────────────────────────────────────────────────── */
@media(min-width:640px){
.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.sm\:flex-row{flex-direction:row}
.sm\:table-cell{display:table-cell}
}
@media(min-width:768px){
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.md\:table-cell{display:table-cell}
}
@media(min-width:1024px){
.lg\:px-8{padding-left:2rem;padding-right:2rem}
}
