/* =============================================================
   tailwind.min.css — compiled subset for Limited Admin Menu Access by URLs
   Contains only the utility classes used by the plugin.
   Generated from Tailwind CSS v3.4.x rules.
   ============================================================= */

/* ── Reset / base ───────────────────────────────────────────── */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
* { --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.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; }

/* ── Display ────────────────────────────────────────────────── */
.block       { display: block; }
.flex        { display: flex; }
.grid        { display: grid; }
.hidden      { display: none; }
.inline      { display: inline; }
.inline-flex { display: inline-flex; }
.inline-block{ display: inline-block; }

/* ── Flex & Grid ────────────────────────────────────────────── */
.flex-wrap      { flex-wrap: wrap; }
.flex-shrink-0  { flex-shrink: 0; }
.flex-1         { flex: 1 1 0%; }
.items-center   { align-items: center; }
.items-start    { align-items: flex-start; }
.justify-between{ justify-content: space-between; }
.justify-center { justify-content: center; }
.grid-cols-1    { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.col-span-2     { grid-column: span 2 / span 2; }
.gap-2  { gap: 0.5rem; }
.gap-3  { gap: 0.75rem; }
.gap-4  { gap: 1rem; }
.gap-8  { gap: 2rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); }

/* ── Sizing ─────────────────────────────────────────────────── */
.w-full          { width: 100%; }
.w-5             { width: 1.25rem; }
.w-10            { width: 2.5rem; }
.h-5             { height: 1.25rem; }
.\!h-auto        { height: auto !important; }
.min-h-screen    { min-height: 100vh; }
.min-h-\[80px\]  { min-height: 80px; }
.max-h-\[500px\] { max-height: 500px; }
.max-w-7xl       { max-width: 80rem; }
.min-w-0         { min-width: 0px; }

/* ── Spacing ────────────────────────────────────────────────── */
.mx-auto  { margin-left: auto; margin-right: auto; }
.mx-1     { margin-left: 0.25rem; margin-right: 0.25rem; }
.mt-0\.5  { margin-top: 0.125rem; }
.mt-1     { margin-top: 0.25rem; }
.mt-2     { margin-top: 0.5rem; }
.mb-3     { margin-bottom: 0.75rem; }
.mb-8     { margin-bottom: 2rem; }
.mr-1     { margin-right: 0.25rem; }
.mr-2     { margin-right: 0.5rem; }
.p-4      { padding: 1rem; }
.p-5      { padding: 1.25rem; }
.p-6      { padding: 1.5rem; }
.p-8      { padding: 2rem; }
.px-1     { padding-left: 0.25rem;  padding-right: 0.25rem; }
.px-1\.5  { padding-left: 0.375rem; padding-right: 0.375rem; }
.px-3     { padding-left: 0.75rem;  padding-right: 0.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: 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-2\.5  { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-4     { padding-top: 1rem;     padding-bottom: 1rem; }
.\!py-4    { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.pb-12    { padding-bottom: 3rem; }
.pt-0     { padding-top: 0; }
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {margin: 0;}
/* ── Typography ─────────────────────────────────────────────── */
.font-bold      { font-weight: 700; }
.\!font-bold    { font-weight: 700 !important; }
.font-extrabold { font-weight: 800; }
.font-medium    { font-weight: 500; }
.font-semibold  { font-weight: 600; }
.font-mono      { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.text-3xl       { font-size: 1.875rem; line-height: 2.25rem; }
.text-xl        { font-size: 1.25rem;  line-height: 1.75rem; }
.text-lg        { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm        { font-size: 0.875rem; line-height: 1.25rem; }
.text-xs        { font-size: 0.75rem;  line-height: 1rem; }
.text-left      { text-align: left; }
.text-center    { text-align: center; }
.text-right     { text-align: right; }
.uppercase      { text-transform: uppercase; }
.italic         { font-style: italic; }
.tracking-tight { letter-spacing: -0.025em; }
.leading-none   { line-height: 1; }
.antialiased    { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* ── Text colors ────────────────────────────────────────────── */
.text-white      { color: #ffffff; }
.\!text-white    { color: #ffffff !important; }
.text-slate-100  { color: #f1f5f9; }
.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-blue-400   { color: #60a5fa; }
.text-blue-500   { color: #3b82f6; }
.text-blue-600   { color: #2563eb; }
.text-blue-700   { color: #1d4ed8; }
.text-blue-800   { color: #1e40af; }
.text-green-400  { color: #4ade80; }
.text-red-400    { color: #f87171; }

/* ── Background colors ──────────────────────────────────────── */
.bg-white             { background-color: #ffffff; }
.bg-slate-50          { background-color: #f8fafc; }
.bg-slate-100         { background-color: #f1f5f9; }
.bg-slate-800         { background-color: #1e293b; }
.bg-blue-50           { background-color: #eff6ff; }
.bg-blue-900          { background-color: #1e3a8a; }
.bg-\[\#0f172a\]      { background: linear-gradient(to right, #2d4d9b, #0f172a); }
.bg-blue-600\/20      { background-color: rgb(37 99 235 / 0.2); }
.\!bg-blue-600        { background-color: #2563eb !important; }

/* ── Border ─────────────────────────────────────────────────── */
.border            { border-width: 1px; }
.border-b          { border-bottom-width: 1px; }
.border-t-4        { border-top-width: 4px; }
.\!border-none     { border-style: none !important; }
.border-slate-50   { border-color: #f8fafc; }
.border-slate-100  { border-color: #f1f5f9; }
.border-slate-200  { border-color: #e2e8f0; }
.border-slate-300  { border-color: #cbd5e1; }
.border-blue-100   { border-color: #dbeafe; }
.border-blue-300   { border-color: #93c5fd; }
.border-blue-600   { border-color: #2563eb; }
.border-blue-600\/30 { border-color: rgb(37 99 235 / 0.3); }

/* ── Border radius ──────────────────────────────────────────── */
.rounded      { border-radius: 0.25rem; }
.rounded-lg   { border-radius: 0.5rem; }
.rounded-2xl  { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.\!rounded-xl { border-radius: 0.75rem !important; }

/* ── Shadows ────────────────────────────────────────────────── */
.shadow-sm  { --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.shadow-xl  { --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
.\!shadow-lg { --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important; box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; }
.\!shadow-blue-200 { --tw-shadow-color: #bfdbfe !important; --tw-shadow: var(--tw-shadow-colored) !important; }

/* ── Overflow ───────────────────────────────────────────────── */
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }

/* ── Position / Z-index ─────────────────────────────────────── */
.sticky   { position: sticky; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed    { position: fixed; }
.top-0    { top: 0; }
.z-10     { z-index: 10; }

/* ── Interaction ────────────────────────────────────────────── */
.cursor-pointer      { cursor: pointer; }
.select-none         { user-select: none; }
.pointer-events-none { pointer-events: none; }
.outline-none        { outline: 2px solid transparent; outline-offset: 2px; }

/* ── 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(0.4,0,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(0.4,0,0.2,1); transition-duration: 150ms; }
.duration-150      { transition-duration: 150ms; }

/* ── Focus rings ────────────────────────────────────────────── */
.focus\:ring-2:focus         { --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-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.focus\:ring-blue-500:focus  { --tw-ring-color: rgb(59 130 246 / 1); }
.focus\:ring-blue-600:focus  { --tw-ring-color: rgb(37 99 235 / 1); }

/* ── Hover states ───────────────────────────────────────────── */
.hover\:bg-blue-50\/40:hover { background-color: rgb(239 246 255 / 0.4); }
.hover\:bg-red-600:hover     { background-color: #dc2626; }

/* ── Group hover ────────────────────────────────────────────── */
.group { }
.group:hover .group-hover\:text-blue-600 { color: #2563eb; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (min-width: 768px) {
    .md\:block { display: block; }
}
@media (min-width: 1024px) {
    .lg\:col-span-2  { grid-column: span 2 / span 2; }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}