/* Tailwind-compatible CSS Reset + Utilities — AssureQC v3.0 */
/* Generated statically — no CDN dependency */

*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
*{margin:0;padding:0}
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{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,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
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}
:-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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}
fieldset{margin:0;padding:0}
legend{padding:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role="button"]{cursor:pointer}
:disabled{cursor:default}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]{display:none}

/* ===== LAYOUT ===== */
.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.hidden{display:none}
.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}
.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}
.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}
.gap-1{gap:0.25rem}.gap-2{gap:0.5rem}.gap-3{gap:0.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}
.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))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}
@media(min-width:1024px){.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\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}}
@media(min-width:1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}

/* ===== SPACING ===== */
.p-2{padding:0.5rem}.p-3{padding:0.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}
.px-1{padding-left:0.25rem;padding-right:0.25rem}.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{padding-top:0.25rem;padding-bottom:0.25rem}.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}.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-6{padding-top:1.5rem;padding-bottom:1.5rem}
.pt-0{padding-top:0}
.m-0{margin:0}.m-1{margin:0.25rem}.m-2{margin:0.5rem}
.mb-0{margin-bottom:0}.mb-1{margin-bottom:0.25rem}.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:0.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}
.mt-1{margin-top:0.25rem}.mt-2{margin-top:0.5rem}.mt-3{margin-top:0.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}
.mr-1{margin-right:0.25rem}.mr-2{margin-right:0.5rem}.ml-4{margin-left:1rem}
.space-y-0\.5>*+*{margin-top:0.125rem}.space-y-1>*+*{margin-top:0.25rem}.space-y-3>*+*{margin-top:0.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}
.space-x-2>*+*{margin-left:0.5rem}

/* ===== SIZE ===== */
.h-2{height:0.5rem}.h-3{height:0.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-screen{height:100vh}
.w-2{width:0.5rem}.w-3{width:0.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-56{width:14rem}.w-full{width:100%}
.min-h-screen{min-height:100vh}.max-w-md{max-width:28rem}.max-w-xs{max-width:20rem}
.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-auto{overflow:auto}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* ===== POSITION ===== */
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}
.inset-0{top:0;right:0;bottom:0;left:0}
.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}
.z-10{z-index:10}.z-50{z-index:50}.z-9999{z-index:9999}

/* ===== TYPOGRAPHY ===== */
.text-xs{font-size:0.75rem;line-height:1rem}.text-sm{font-size:0.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}.text-5xl{font-size:3rem;line-height:1}
.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
.leading-none{line-height:1}.leading-tight{line-height:1.25}
.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}
.tracking-wide{letter-spacing:0.025em}
.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
.break-words{overflow-wrap:break-word}.word-break-break-word{word-break:break-word}

/* ===== COLORS — Text ===== */
.text-white{color:#fff}.text-black{color:#000}
.text-slate-200{color:#e2e8f0}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}
.text-blue-400{color:#60a5fa}.text-blue-500{color:#3b82f6}
.text-green-300{color:#86efac}.text-green-400{color:#4ade80}.text-green-700{color:#15803d}
.text-yellow-400{color:#facc15}.text-yellow-700{color:#a16207}
.text-red-300{color:#fca5a5}.text-red-400{color:#f87171}.text-red-700{color:#b91c1c}
.text-orange-400{color:#fb923c}
.text-purple-400{color:#c084fc}

/* ===== COLORS — Background ===== */
.bg-white{background-color:#fff}
.bg-slate-700{background-color:#334155}.bg-slate-800{background-color:#1e293b}.bg-slate-900{background-color:#0f172a}.bg-slate-950{background-color:#020617}
.bg-blue-500{background-color:#3b82f6}.bg-blue-600{background-color:#2563eb}
.bg-green-100{background-color:#dcfce7}.bg-green-500{background-color:#22c55e}
.bg-yellow-100{background-color:#fef9c3}.bg-yellow-500{background-color:#eab308}
.bg-red-100{background-color:#fee2e2}.bg-red-500{background-color:#ef4444}
.bg-gray-100{background-color:#f3f4f6}
.bg-transparent{background-color:transparent}

/* Opacity variants */
.bg-white\/5{background-color:rgba(255,255,255,.05)}.bg-white\/10{background-color:rgba(255,255,255,.10)}
.bg-slate-800\/60{background-color:rgba(30,41,59,.6)}.bg-slate-900\/80{background-color:rgba(15,23,42,.8)}

/* ===== BORDERS ===== */
.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}
.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-l-4{border-left-width:4px}
.border-dashed{border-style:dashed}
.border-white\/10{border-color:rgba(255,255,255,.10)}.border-white\/20{border-color:rgba(255,255,255,.20)}
.border-slate-600{border-color:#475569}.border-slate-700{border-color:#334155}.border-slate-700\/50{border-color:rgba(51,65,85,.5)}
.border-blue-500{border-color:#3b82f6}
.border-green-300{border-color:#86efac}
.border-yellow-300{border-color:#fde047}
.border-red-700\/50{border-color:rgba(185,28,28,.5)}
.border-green-700\/50{border-color:rgba(21,128,61,.5)}

/* ===== ROUNDED ===== */
.rounded{border-radius:0.25rem}.rounded-sm{border-radius:0.125rem}.rounded-md{border-radius:0.375rem}.rounded-lg{border-radius:0.5rem}.rounded-xl{border-radius:0.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}

/* ===== SHADOW ===== */
.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}

/* ===== CURSOR ===== */
.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}

/* ===== SELECT / FORM ===== */
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-2:focus{box-shadow:0 0 0 2px rgba(59,130,246,.5)}
.focus\:ring-blue-500:focus{--tw-ring-color:#3b82f6}
.focus\:border-blue-500:focus{border-color:#3b82f6}
select{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 0.5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;-webkit-appearance:none;appearance:none;padding-right:2rem}

/* ===== TRANSITION ===== */
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.duration-200{transition-duration:200ms}

/* ===== HOVER ===== */
.hover\:text-white:hover{color:#fff}
.hover\:text-red-400:hover{color:#f87171}
.hover\:text-green-300:hover{color:#86efac}
.hover\:bg-slate-800:hover{background-color:#1e293b}
.hover\:bg-blue-500:hover{background-color:#3b82f6}
.hover\:border-blue-500:hover{border-color:#3b82f6}
.hover\:border-slate-400:hover{border-color:#94a3b8}
.hover\:bg-blue-500\/5:hover{background-color:rgba(59,130,246,.05)}

/* ===== BACKDROP ===== */
.backdrop-blur{backdrop-filter:blur(8px)}

/* ===== ANIMATIONS ===== */
@keyframes spin{to{transform:rotate(360deg)}}
.fa-spin{animation:spin 1.2s linear infinite}
@keyframes pulse{50%{opacity:.5}}
.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}

/* ===== MISC ===== */
.opacity-50{opacity:.5}.opacity-0{opacity:0}
.pointer-events-none{pointer-events:none}
.select-none{user-select:none}
.whitespace-nowrap{white-space:nowrap}
.break-all{word-break:break-all}
.list-none{list-style-type:none}
.outline-none{outline:none}
.appearance-none{-webkit-appearance:none;appearance:none}
.resize-none{resize:none}

/* ===== CHART CONTAINERS ===== */
.chart-panel{background:rgba(15,23,42,.8);border:1px solid rgba(51,65,85,.5);border-radius:12px;padding:20px}
.chart-panel-title{color:#e2e8f0;font-weight:600;font-size:14px;margin-bottom:16px}
.chart-container{position:relative;height:260px}
.chart-container-sm{position:relative;height:200px}
.data-table{width:100%;border-collapse:collapse;font-size:13px}
.data-table thead tr{border-bottom:1px solid #1e293b}
.data-table th{color:#64748b;font-weight:600;text-align:left;padding:8px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.05em}
.data-table td{color:#cbd5e1;padding:7px 10px;border-bottom:1px solid #0f172a}
.data-table tbody tr:hover{background:rgba(30,41,59,.5)}
.nav-active{background:rgba(59,130,246,.15)!important;color:#60a5fa!important;border-left:2px solid #3b82f6}

/* ===== ICON SIZE ===== */
.w-4{display:inline-block;width:1rem}.text-center{text-align:center}
