/* Tailwind Static — pre-compiled utilities for Pulso Trend */
/* Replaces @tailwindcss/browser@4 runtime compiler */

/* ══════════════════════════════════════════════
   BASE RESET
   ══════════════════════════════════════════════ */
*,::after,::before{box-sizing:border-box;border:0 solid #e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}
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,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1em}
small{font-size:80%}
button,input,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button{-webkit-appearance:button;background-color:transparent;background-image:none}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
img,svg,video,canvas{display:block;max-width:100%;height:auto}
*,::after,::before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}

/* ══════════════════════════════════════════════
   LAYOUT
   ══════════════════════════════════════════════ */
.container{width:100%;margin-left:auto;margin-right:auto}
.block{display:block}
.inline-block{display:inline-block}
.inline-flex{display:inline-flex}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}

.flex-1{flex:1 1 0%;min-width:0}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.shrink-0{flex-shrink:0}
.self-stretch{align-self:stretch}

.items-center{align-items:center}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.justify-end{justify-content:flex-end}
.justify-evenly{justify-content:space-evenly}

.gap-0\.5{gap:.125rem}
.gap-1{gap:.25rem}
.gap-1\.5{gap:.375rem}
.gap-2{gap:.5rem}
.gap-2\.5{gap:.625rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}

.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))}

.inset-0{inset:0}
.inset-y-0{top:0;bottom:0}
.top-4{top:1rem}
.top-1\/2{top:50%}
.bottom-0{bottom:0}
.left-0{left:0}
.left-4{left:1rem}
.left-1\/2{left:50%}
.right-0{right:0}
.right-4{right:1rem}

.z-10{z-index:10}
.z-20{z-index:20}
.z-30{z-index:30}
.z-50{z-index:50}

.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.overflow-x-hidden{overflow-x:hidden}
.overflow-y-auto{overflow-y:auto}

/* ══════════════════════════════════════════════
   SPACING
   ══════════════════════════════════════════════ */
.p-0\.5{padding:.125rem}
.p-1{padding:.25rem}
.p-2{padding:.5rem}
.p-3{padding:.75rem}
.p-3\.5{padding:.875rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}

.px-0\.5{padding-left:.125rem;padding-right:.125rem}
.px-1{padding-left:.25rem;padding-right:.25rem}
.px-1\.5{padding-left:.375rem;padding-right:.375rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-2\.5{padding-left:.625rem;padding-right:.625rem}
.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-3\.5{padding-top:.875rem;padding-bottom:.875rem}
.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-20{padding-top:5rem;padding-bottom:5rem}

.pt-2{padding-top:.5rem}
.pt-3{padding-top:.75rem}
.pt-4{padding-top:1rem}
.pt-6{padding-top:1.5rem}
.pb-1{padding-bottom:.25rem}
.pb-1\.5{padding-bottom:.375rem}
.pb-2{padding-bottom:.5rem}
.pb-3{padding-bottom:.75rem}
.pb-6{padding-bottom:1.5rem}
.pl-3{padding-left:.75rem}
.pl-11{padding-left:2.75rem}
.pr-4{padding-right:1rem}

.m-0{margin:0}
.mx-auto{margin-left:auto;margin-right:auto}
.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-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-10{margin-top:2.5rem}
.mb-0\.5{margin-bottom:.125rem}
.mb-1{margin-bottom:.25rem}
.mb-1\.5{margin-bottom:.375rem}
.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}
.mb-10{margin-bottom:2.5rem}
.ml-0\.5{margin-left:.125rem}
.ml-1{margin-left:.25rem}
.ml-2{margin-left:.5rem}
.ml-3{margin-left:.75rem}
.ml-5{margin-left:1.25rem}
.ml-7{margin-left:1.75rem}
.ml-auto{margin-left:auto}
.ml-\[3\.75rem\]{margin-left:3.75rem}
.mr-1{margin-right:.25rem}
.mr-2{margin-right:.5rem}

.space-y-1>:not(:first-child){margin-top:.25rem}
.space-y-1\.5>:not(:first-child){margin-top:.375rem}
.space-y-2>:not(:first-child){margin-top:.5rem}
.space-y-2\.5>:not(:first-child){margin-top:.625rem}
.space-y-3>:not(:first-child){margin-top:.75rem}
.space-y-4>:not(:first-child){margin-top:1rem}
.space-y-5>:not(:first-child){margin-top:1.25rem}

/* ══════════════════════════════════════════════
   SIZING
   ══════════════════════════════════════════════ */
.w-px{width:1px}
.w-1{width:.25rem}
.w-1\.5{width:.375rem}
.w-2{width:.5rem}
.w-3{width:.75rem}
.w-3\.5{width:.875rem}
.w-3\/4{width:75%}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-9{width:2.25rem}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-14{width:3.5rem}
.w-16{width:4rem}
.w-20{width:5rem}
.w-24{width:6rem}
.w-36{width:9rem}
.w-64{width:16rem}
.w-full{width:100%}
.w-\[600px\]{width:600px}

.h-px{height:1px}
.h-0\.5{height:.125rem}
.h-1{height:.25rem}
.h-1\.5{height:.375rem}
.h-2{height:.5rem}
.h-3{height:.75rem}
.h-3\.5{height:.875rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-7{height:1.75rem}
.h-8{height:2rem}
.h-9{height:2.25rem}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-48{height:12rem}
.h-52{height:13rem}
.h-64{height:16rem}
.h-72{height:18rem}
.h-full{height:100%}
.h-screen{height:100vh}
.h-\[50px\]{height:50px}
.h-\[600px\]{height:600px}

.min-w-0{min-width:0}
.min-h-screen{min-height:100vh}
.max-w-sm{max-width:24rem}
.max-w-md{max-width:28rem}
.max-w-xl{max-width:36rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-\[420px\]{max-width:420px}
.max-w-\[70\%\]{max-width:70%}

/* ══════════════════════════════════════════════
   TYPOGRAPHY
   ══════════════════════════════════════════════ */
.text-\[8px\]{font-size:8px}
.text-\[9px\]{font-size:9px}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.text-\[12px\]{font-size:12px}
.text-\[13px\]{font-size:13px}
.text-\[15px\]{font-size:15px}
.text-\[18px\]{font-size:18px}
.text-\[28px\]{font-size:28px}
.text-\[1\.55rem\]{font-size:1.55rem}
.text-\[2rem\]{font-size:2rem}
.text-\[2\.2rem\]{font-size:2.2rem}
.text-\[2\.8rem\]{font-size:2.8rem}
.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-8xl{font-size:6rem;line-height:1}

.font-normal{font-weight:400}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-extrabold{font-weight:800}
.font-black{font-weight:900}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}

.italic{font-style:italic}
.normal-case{text-transform:none}
.uppercase{text-transform:uppercase}
.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.whitespace-nowrap{white-space:nowrap}
.tabular-nums{font-variant-numeric:tabular-nums}

.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}

.leading-none{line-height:1}
.leading-tight{line-height:1.25}
.leading-relaxed{line-height:1.625}

.tracking-tight{letter-spacing:-.025em}
.tracking-normal{letter-spacing:0}
.tracking-wide{letter-spacing:.025em}
.tracking-wider{letter-spacing:.05em}
.tracking-widest{letter-spacing:.1em}
.tracking-\[0\.18em\]{letter-spacing:.18em}
.tracking-\[0\.2em\]{letter-spacing:.2em}

.placeholder-slate-600::placeholder{color:#475569}

/* ══════════════════════════════════════════════
   COLORS — TEXT
   ══════════════════════════════════════════════ */
.text-white{color:#fff}
.text-slate-300{color:#cbd5e1}
.text-slate-400{color:#94a3b8}
.text-slate-500{color:#64748b}
.text-slate-600{color:#475569}
.text-slate-700{color:#334155}
.text-slate-800{color:#1e293b}
.text-navy-900{color:var(--color-navy-900,#0f1a2e)}

.text-red-400{color:#f87171}
.text-red-500{color:#ef4444}
.text-red-600{color:#dc2626}

.text-amber-500{color:#f59e0b}
.text-amber-600{color:#d97706}
.text-amber-700{color:#b45309}
.text-amber-800{color:#92400e}

.text-green-700{color:#15803d}
.text-emerald-400{color:#34d399}
.text-emerald-500{color:#10b981}
.text-emerald-600{color:#059669}
.text-emerald-700{color:#047857}
.text-emerald-800{color:#065f46}

.text-blue-400{color:#60a5fa}
.text-blue-600{color:#2563eb}
.text-blue-700{color:#1d4ed8}

.text-teal-500{color:#14b8a6}
.text-teal-600{color:#0d9488}
.text-teal-700{color:#0f766e}

.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-activa-400{color:var(--color-activa-400,#4DBFED)}
.text-activa-500{color:var(--color-activa-500,#29ABE2)}
.text-activa-500\/20{color:rgb(41 171 226/.2)}

/* ══════════════════════════════════════════════
   COLORS — BACKGROUND
   ══════════════════════════════════════════════ */
.bg-white{background-color:#fff}
.bg-black\/50{background-color:rgb(0 0 0/.5)}
.bg-slate-50{background-color:#f8fafc}
.bg-slate-50\/50{background-color:rgb(248 250 252/.5)}
.bg-slate-50\/80{background-color:rgb(248 250 252/.8)}
.bg-slate-100{background-color:#f1f5f9}
.bg-slate-200{background-color:#e2e8f0}
.bg-slate-300{background-color:#cbd5e1}
.bg-slate-400{background-color:#94a3b8}

.bg-red-50{background-color:#fef2f2}
.bg-red-100{background-color:#fee2e2}
.bg-red-500\/10{background-color:rgb(239 68 68/.1)}
.bg-red-500\/80{background-color:rgb(239 68 68/.8)}

.bg-amber-50{background-color:#fffbeb}
.bg-amber-100{background-color:#fef3c7}
.bg-amber-200{background-color:#fde68a}

.bg-green-50{background-color:#f0fdf4}
.bg-blue-50{background-color:#eff6ff}

.bg-emerald-50{background-color:#ecfdf5}
.bg-emerald-400{background-color:#34d399}

.bg-teal-50{background-color:#f0fdfa}
.bg-teal-100{background-color:#ccfbf1}
.bg-teal-400{background-color:#2dd4bf}
.bg-teal-500{background-color:#14b8a6}

.bg-indigo-50{background-color:#eef2ff}
.bg-indigo-100{background-color:#e0e7ff}
.bg-purple-100{background-color:#f3e8ff}

.bg-navy-800{background-color:var(--color-navy-800,#162033)}
.bg-navy-900{background-color:var(--color-navy-900,#0f1a2e)}
.bg-navy-950{background-color:var(--color-navy-950,#0b1120)}
.bg-navy-950\/50{background-color:rgb(11 17 32/.5)}

.bg-activa-500{background-color:var(--color-activa-500,#29ABE2)}
.bg-activa-500\/5{background-color:rgb(41 171 226/.05)}
.bg-activa-500\/20{background-color:rgb(41 171 226/.2)}

.bg-white\/5{background-color:rgb(255 255 255/.05)}
.bg-\[\#29ABE2\]{background-color:#29ABE2}

/* ══════════════════════════════════════════════
   BORDERS
   ══════════════════════════════════════════════ */
.border{border-width:1px}
.border-2{border-width:2px}
.border-t{border-top-width:1px}
.border-b{border-bottom-width:1px}
.border-b-2{border-bottom-width:2px}
.border-dashed{border-style:dashed}

.border-slate-50{border-color:#f8fafc}
.border-slate-100{border-color:#f1f5f9}
.border-slate-200{border-color:#e2e8f0}
.border-slate-200\/80{border-color:rgb(226 232 240/.8)}
.border-slate-300{border-color:#cbd5e1}
.border-red-200{border-color:#fecaca}
.border-red-500{border-color:#ef4444}
.border-red-500\/20{border-color:rgb(239 68 68/.2)}
.border-amber-100{border-color:#fef3c7}
.border-amber-200{border-color:#fde68a}
.border-green-200{border-color:#bbf7d0}
.border-teal-200{border-color:#99f6e4}
.border-white\/5{border-color:rgb(255 255 255/.05)}
.border-white\/10{border-color:rgb(255 255 255/.1)}
.border-activa-500\/30{border-color:rgb(41 171 226/.3)}
.border-activa-500\/50{border-color:rgb(41 171 226/.5)}

.divide-y>:not(:first-child){border-top-width:1px}
.divide-slate-100>:not(:first-child){border-color:#f1f5f9}

.rounded{border-radius:.25rem}
.rounded-sm{border-radius:.125rem}
.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-full{border-radius:9999px}
.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}

/* ══════════════════════════════════════════════
   EFFECTS
   ══════════════════════════════════════════════ */
.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}
.shadow-xl{box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}
.opacity-60{opacity:.6}
.outline-none{outline:2px solid transparent;outline-offset:2px}
.select-none{user-select:none}
.pointer-events-none{pointer-events:none}
.cursor-pointer{cursor:pointer}

/* ══════════════════════════════════════════════
   TRANSFORMS & TRANSITIONS
   ══════════════════════════════════════════════ */
.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-x-0{--tw-translate-x:0px;transform:translateX(0)}
.translate-x-full{--tw-translate-x:100%;transform:translateX(100%)}
.-translate-x-full{--tw-translate-x:-100%;transform:translateX(-100%)}
.-translate-y-1\/2{transform:translateY(-50%)}

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

.duration-200{transition-duration:200ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}
.duration-700{transition-duration:700ms}
.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}

/* ══════════════════════════════════════════════
   HOVER STATES
   ══════════════════════════════════════════════ */
.hover\:bg-\[\#1E96C8\]:hover{background-color:#1E96C8}
.hover\:bg-activa-500\/5:hover{background-color:rgb(41 171 226/.05)}
.hover\:bg-activa-600:hover{background-color:var(--color-activa-600,#1E96C8)}
.hover\:bg-amber-50:hover{background-color:#fffbeb}
.hover\:bg-blue-50:hover{background-color:#eff6ff}
.hover\:bg-red-50:hover{background-color:#fef2f2}
.hover\:bg-red-500:hover{background-color:#ef4444}
.hover\:bg-red-600:hover{background-color:#dc2626}
.hover\:bg-slate-50:hover{background-color:#f8fafc}
.hover\:bg-slate-50\/50:hover{background-color:rgb(248 250 252/.5)}
.hover\:bg-slate-100:hover{background-color:#f1f5f9}
.hover\:bg-slate-200:hover{background-color:#e2e8f0}
.hover\:bg-slate-500:hover{background-color:#64748b}
.hover\:bg-teal-500:hover{background-color:#14b8a6}
.hover\:bg-teal-600:hover{background-color:#0d9488}
.hover\:bg-white\/5:hover{background-color:rgb(255 255 255/.05)}

.hover\:text-\[\#29ABE2\]:hover{color:#29ABE2}
.hover\:text-activa-500:hover{color:var(--color-activa-500,#29ABE2)}
.hover\:text-activa-600:hover{color:var(--color-activa-600,#1E96C8)}
.hover\:text-amber-700:hover{color:#b45309}
.hover\:text-blue-600:hover{color:#2563eb}
.hover\:text-red-400:hover{color:#f87171}
.hover\:text-slate-600:hover{color:#475569}
.hover\:text-slate-700:hover{color:#334155}
.hover\:text-teal-700:hover{color:#0f766e}
.hover\:text-white:hover{color:#fff}

.hover\:border-activa-300:hover{border-color:#7dd3fc}
.hover\:border-activa-500:hover{border-color:var(--color-activa-500,#29ABE2)}
.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}
.hover\:shadow-activa-500\/25:hover{box-shadow:0 10px 15px -3px rgb(41 171 226/.25)}
.hover\:shadow-teal-500\/20:hover{box-shadow:0 10px 15px -3px rgb(20 184 166/.2)}
.hover\:-translate-y-px:hover{transform:translateY(-1px)}

/* ══════════════════════════════════════════════
   FOCUS STATES
   ══════════════════════════════════════════════ */
.focus\:border-teal-500:focus{border-color:#14b8a6}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-1:focus{box-shadow:var(--tw-ring-offset-shadow),0 0 0 1px var(--tw-ring-color),var(--tw-shadow,0 0 #0000)}
.focus\:ring-teal-500\/25:focus{--tw-ring-color:rgb(20 184 166/.25)}

/* ══════════════════════════════════════════════
   DISABLED STATES
   ══════════════════════════════════════════════ */
.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}
.disabled\:opacity-40:disabled{opacity:.4}

/* ══════════════════════════════════════════════
   ACTIVE STATES
   ══════════════════════════════════════════════ */
.active\:scale-\[0\.98\]:active{transform:scale(.98)}

/* ══════════════════════════════════════════════
   RESPONSIVE — SM (640px)
   ══════════════════════════════════════════════ */
@media(min-width:640px){
.sm\:flex-row{flex-direction:row}
.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.sm\:inline{display:inline}
.sm\:items-center{align-items:center}
}

/* ══════════════════════════════════════════════
   RESPONSIVE — MD (768px)
   ══════════════════════════════════════════════ */
@media(min-width:768px){
.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* ══════════════════════════════════════════════
   RESPONSIVE — LG (1024px)
   ══════════════════════════════════════════════ */
@media(min-width:1024px){
.lg\:hidden{display:none}
.lg\:relative{position:relative}
.lg\:translate-x-0{transform:translateX(0)}
.lg\:ml-0{margin-left:0}
.lg\:p-5{padding:1.25rem}
.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}
}

/* ══════════════════════════════════════════════
   RESPONSIVE — XL (1280px)
   ══════════════════════════════════════════════ */
@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-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.xl\:grid-cols-\[3fr_2fr\]{grid-template-columns:3fr 2fr}
.xl\:col-span-2{grid-column:span 2/span 2}
.xl\:col-span-3{grid-column:span 3/span 3}
}

/* ══════════════════════════════════════════════
   SR-ONLY (accessibility)
   ══════════════════════════════════════════════ */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}

/* ══════════════════════════════════════════════
   PEER (for toggle switches)
   ══════════════════════════════════════════════ */
.peer:checked~.peer-checked\:bg-activa-500{background-color:var(--color-activa-500,#29ABE2)}
.peer:checked~.peer-checked\:translate-x-5{transform:translateX(1.25rem)}
.peer:checked~*>.peer-checked\:text-slate-900{color:#0f172a}
.peer:checked~*>.peer-checked\:font-medium{font-weight:500}

/* ══════════════════════════════════════════════
   ADDITIONAL UTILITIES (from agent scan)
   ══════════════════════════════════════════════ */
.h-14{height:3.5rem}
.w-56{width:14rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-5xl{font-size:3rem;line-height:1}
.tracking-\[0\.25em\]{letter-spacing:.25em}
.tracking-\[0\.3em\]{letter-spacing:.3em}
.pb-4{padding-bottom:1rem}

.bg-teal-500\/20{background-color:rgb(20 184 166/.2)}
.bg-amber-50\/30{background-color:rgb(255 251 235/.3)}
.bg-red-50\/50{background-color:rgb(254 242 242/.5)}
.bg-emerald-100{background-color:#d1fae5}

.text-teal-400{color:#2dd4bf}
.text-slate-300\/70{color:rgb(203 213 225/.7)}
.text-purple-600{color:#9333ea}

.border-t-4{border-top-width:4px}

.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}

.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-from),var(--tw-gradient-to))}
.from-teal-500{--tw-gradient-from:#14b8a6;--tw-gradient-to:rgb(20 184 166/0)}
.to-teal-400{--tw-gradient-to:#2dd4bf}

.bg-teal-500\/10{background-color:rgb(20 184 166/.1)}
.border-teal-500\/20{border-color:rgb(20 184 166/.2)}
.bg-amber-500\/10{background-color:rgb(245 158 11/.1)}
.border-amber-500\/20{border-color:rgb(245 158 11/.2)}
.bg-red-500\/10{background-color:rgb(239 68 68/.1)}
.border-red-500\/20{border-color:rgb(239 68 68/.2)}

/* ══════════════════════════════════════════════
   MISSING UTILITIES (added 2026-07-09)
   ══════════════════════════════════════════════ */
.mb-0{margin-bottom:0}
.h-\[44px\]{height:44px}
.text-\[17px\]{font-size:17px}
.underline{text-decoration-line:underline}
.text-blue-500{color:#3b82f6}
.text-indigo-400{color:#818cf8}
.text-red-700{color:#b91c1c}
.text-teal-800{color:#115e59}
.bg-emerald-500{background-color:#10b981}
.bg-indigo-500{background-color:#6366f1}
.bg-red-500{background-color:#ef4444}
.border-activa-500{border-color:var(--color-activa-500,#29ABE2)}
.border-blue-200{border-color:#bfdbfe}
.border-emerald-200{border-color:#a7f3d0}
.border-indigo-400{border-color:#818cf8}
.hover\:bg-emerald-600:hover{background-color:#059669}
.hover\:bg-indigo-500\/5:hover{background-color:rgb(99 102 241/.05)}
.hover\:bg-indigo-600:hover{background-color:#4f46e5}
.hover\:border-indigo-400:hover{border-color:#818cf8}
@keyframes spin{to{transform:rotate(360deg)}}
.animate-spin{animation:spin 1s linear infinite}

@media(min-width:1280px){
.xl\:mt-0{margin-top:0}
}
@media(min-width:1024px){
.lg\:p-6{padding:1.5rem}
.lg\:pb-5{padding-bottom:1.25rem}
.lg\:pt-4{padding-top:1rem}
.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}
}
