/*
 * Microsoft Fluent Design System with Tailwind CSS
 * 
 * This file is generated by Tailwind CSS.
 * 
 * To regenerate with your customizations:
 * 1. cd FluentDesign/FluentDesign
 * 2. npm install
 * 3. npm run css:build
 * 
 * For development with hot reload:
 * npm run css:watch
 */

/* Tailwind Base */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #E0E0E0;
}

::before, ::after {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: 'Segoe UI Variable', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  line-height: inherit;
  background-color: #FAFAFA;
  color: #242424;
  min-height: 100vh;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: #0078D4;
  text-decoration: none;
  transition: color 0.15s;
}

a:hover {
  color: #0066B4;
  text-decoration: underline;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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;
}

::-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: #757575;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* Typography */
h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 1rem;
}

h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 0.5rem;
}

/* Focus styles */
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0078D4, 0 0 0 4px rgba(0, 120, 212, 0.3);
}

/* Selection */
::selection {
  background-color: #0078D4;
  color: white;
}

/* Fluent Components */
.fluent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  min-height: 32px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.15s ease-out;
  cursor: pointer;
  user-select: none;
}

.fluent-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0078D4, 0 0 0 4px rgba(0, 120, 212, 0.3);
}

.fluent-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.fluent-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  min-height: 32px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.15s ease-out;
  cursor: pointer;
  user-select: none;
  background-color: #0078D4;
  color: white;
  border: none;
}

.fluent-btn-primary:hover {
  background-color: #0066B4;
  text-decoration: none;
}

.fluent-btn-primary:active {
  background-color: #004377;
}

.fluent-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  min-height: 32px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.15s ease-out;
  cursor: pointer;
  user-select: none;
  background-color: #FFFFFF;
  color: #242424;
  border: 1px solid #E0E0E0;
}

.fluent-btn-secondary:hover {
  background-color: #F5F5F5;
  text-decoration: none;
}

.fluent-btn-secondary:active {
  background-color: #E0E0E0;
}

.fluent-btn-subtle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  min-height: 32px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.15s ease-out;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  color: #242424;
  border: none;
}

.fluent-btn-subtle:hover {
  background-color: #F5F5F5;
  text-decoration: none;
}

.fluent-btn-subtle:active {
  background-color: #E0E0E0;
}

.fluent-btn-lg {
  padding: 0.75rem 1.25rem;
  min-height: 40px;
}

.fluent-btn-sm {
  padding: 0.375rem 0.75rem;
  min-height: 24px;
  font-size: 12px;
}

/* Fluent Inputs */
.fluent-input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  line-height: 20px;
  color: #242424;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  transition: all 0.15s;
}

.fluent-input::placeholder {
  color: #757575;
}

.fluent-input:focus {
  outline: none;
  border-color: #0078D4;
  box-shadow: 0 0 0 1px #0078D4;
}

.fluent-input:disabled {
  background-color: #F5F5F5;
  color: #BDBDBD;
  cursor: not-allowed;
}

/* Fix for input icons alignment - ensures SVGs in relatively positioned input wrappers align properly */
.relative > svg {
  display: inline-block;
}

.fluent-input-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.fluent-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #242424;
}

.fluent-helper {
  font-size: 12px;
  line-height: 16px;
  color: #616161;
}

.fluent-error {
  font-size: 12px;
  line-height: 16px;
  color: #B10E1C;
}

.fluent-checkbox {
  width: 1rem;
  height: 1rem;
  color: #0078D4;
  border-color: #C4C4C4;
  border-radius: 4px;
  cursor: pointer;
}

/* Fluent Cards */
.fluent-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.fluent-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.fluent-card-header {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #E0E0E0;
}

.fluent-card-body {
  padding: 1rem;
}

.fluent-card-footer {
  padding: 0.75rem 1rem;
  border-top: 1px solid #E0E0E0;
  background-color: #FAFAFA;
}

/* Fluent Table */
.fluent-table {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.fluent-table thead {
  background-color: #F5F5F5;
}

.fluent-table th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #424242;
}

.fluent-table tbody tr {
  border-bottom: 1px solid #E0E0E0;
  transition: background-color 0.15s;
}

.fluent-table tbody tr:hover {
  background-color: #F5F5F5;
}

.fluent-table tbody tr:last-child {
  border-bottom: none;
}

.fluent-table td {
  padding: 0.75rem 1rem;
  color: #424242;
}

/* Fluent Badges */
.fluent-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  font-size: 12px;
  font-weight: 500;
  border-radius: 9999px;
}

.fluent-badge-primary {
  background-color: #DEECF9;
  color: #0067B8;
}

.fluent-badge-success {
  background-color: #DFF6DD;
  color: #0E700E;
}

.fluent-badge-warning {
  background-color: #FED9CC;
  color: #BC3C00;
}

.fluent-badge-danger {
  background-color: #FDE7E9;
  color: #B10E1C;
}

/* Fluent Navigation Links */
.fluent-nav-link {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.75rem;
  border-radius: 8px;
  color: #424242;
  text-decoration: none;
  transition: all 0.15s ease-out;
  cursor: pointer;
  border: none;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.fluent-nav-link:hover {
  background-color: #F5F5F5;
  text-decoration: none;
}

.fluent-nav-link:active {
  background-color: #E0E0E0;
}

.fluent-nav-link.active {
  background-color: rgba(0, 120, 212, 0.1);
  color: #0078D4;
  font-weight: 600;
}

.fluent-nav-link.active svg {
  color: #0078D4;
}

.fluent-nav-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0078D4;
}

.fluent-nav-link svg {
  flex-shrink: 0;
  color: #616161;
  transition: color 0.15s ease-out;
  width: 1.25rem;
  height: 1.25rem;
}

.fluent-nav-link:hover svg {
  color: #424242;
}

/* Animations */
@keyframes fluent-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fluent-slide-up {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fluent-scale {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.animate-fluent-fade-in {
  animation: fluent-fade-in 0.2s ease-out;
}

.animate-fluent-slide-up {
  animation: fluent-slide-up 0.3s ease-out;
}

.animate-fluent-scale {
  animation: fluent-scale 0.2s ease-out;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

/* Backdrop blur */
.backdrop-blur-fluent {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

/* Scrollbar */
.fluent-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fluent-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.fluent-scrollbar::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
  border-radius: 9999px;
}

.fluent-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #757575;
}

/* Validation */
.validation-message {
  font-size: 12px;
  line-height: 16px;
  color: #B10E1C;
  margin-top: 0.25rem;
}

.valid.modified:not([type=checkbox]) {
  border-color: #107C10;
}

.invalid {
  border-color: #D13438;
}

/* Blazor Error Boundary */
.blazor-error-boundary {
  background-color: #D13438;
  color: white;
  padding: 1rem;
  border-radius: 8px;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

/* Error UI */
#blazor-error-ui {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #FED9CC;
  padding: 0.75rem 1rem;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.08);
}

#blazor-error-ui .dismiss {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
  cursor: pointer;
  font-size: 1.25rem;
}

#blazor-error-ui .reload {
  color: #BC3C00;
  text-decoration: underline;
}

/* Utility Classes */
.hidden { display: none; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.block { display: block; }
.inline-block { display: inline-block; }

.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; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }

.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }

.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.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-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.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-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pb-2 { padding-bottom: 0.5rem; }

.m-0 { margin: 0; }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-6 { margin-top: 1.5rem; }
.ml-2 { margin-left: 0.5rem; }
.my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

.w-3 { width: 0.75rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-64 { width: 16rem; }
.w-72 { width: 18rem; }
.w-full { width: 100%; }

.h-3 { height: 0.75rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-full { height: 100%; }

.min-h-screen { min-height: 100vh; }
.min-h-\[200px\] { min-height: 200px; }
.min-w-0 { min-width: 0; }
.min-w-\[100px\] { min-width: 100px; }
.min-w-\[120px\] { min-width: 120px; }
.min-w-\[140px\] { min-width: 140px; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-lg { max-width: 32rem; }
.max-w-md { max-width: 28rem; }
.max-w-\[85\%\] { max-width: 85%; }

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.top-2 { top: 0.5rem; }
.top-4 { top: 1rem; }
.top-1\/2 { top: 50%; }
.right-3 { right: 0.75rem; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.left-3 { left: 0.75rem; }
.left-4 { left: 1rem; }

.-translate-y-1\/2 { transform: translateY(-50%); }

.z-30 { z-index: 30; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }

.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }

.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.rounded { border-radius: 0.25rem; }
.rounded-full { border-radius: 9999px; }
.rounded-fluent { border-radius: 8px; }
.rounded-fluent-sm { border-radius: 4px; }
.rounded-fluent-lg { border-radius: 12px; }

.border { border-width: 1px; }
.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-fluent-neutral-stroke { border-color: #E0E0E0; }
.border-fluent-brand-primary { border-color: #0078D4; }
.border-fluent-danger-primary { border-color: #D13438; }
.border-fluent-success-primary { border-color: #107C10; }
.border-fluent-warning-primary { border-color: #D83B01; }
.border-t-transparent { border-top-color: transparent; }

.bg-fluent-neutral-background { background-color: #FAFAFA; }
.bg-fluent-neutral-background-hover { background-color: #F5F5F5; }
.bg-fluent-surface { background-color: #FFFFFF; }
.bg-fluent-surface-secondary { background-color: #FAFAFA; }
.bg-fluent-surface-tertiary { background-color: #F5F5F5; }
.bg-fluent-brand-primary { background-color: #0078D4; }
.bg-fluent-info-background { background-color: #DEECF9; }
.bg-fluent-success-background { background-color: #DFF6DD; }
.bg-fluent-warning-background { background-color: #FED9CC; }
.bg-fluent-danger-background { background-color: #FDE7E9; }
.bg-fluent-danger-primary { background-color: #D13438; }
.bg-white { background-color: #FFFFFF; }
.bg-white\/50 { background-color: rgba(255, 255, 255, 0.5); }
.bg-white\/70 { background-color: rgba(255, 255, 255, 0.7); }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
.bg-blue-500 { background-color: #3b82f6; }
.bg-orange-500 { background-color: #f97316; }
.bg-transparent { background-color: transparent; }

.text-fluent-neutral-foreground { color: #242424; }
.text-fluent-neutral-foreground-1 { color: #424242; }
.text-fluent-neutral-foreground-2 { color: #616161; }
.text-fluent-neutral-foreground-3 { color: #757575; }
.text-fluent-brand-primary { color: #0078D4; }
.text-fluent-info-foreground { color: #0067B8; }
.text-fluent-success-foreground { color: #0E700E; }
.text-fluent-success-primary { color: #107C10; }
.text-fluent-warning-foreground { color: #BC3C00; }
.text-fluent-warning-primary { color: #D83B01; }
.text-fluent-danger-foreground { color: #B10E1C; }
.text-fluent-danger-primary { color: #D13438; }
.text-white { color: #FFFFFF; }
.text-blue-500 { color: #3b82f6; }
.text-orange-500 { color: #f97316; }

.text-body { font-size: 14px; line-height: 20px; }
.text-body-strong { font-size: 14px; line-height: 20px; font-weight: 600; }
.text-caption { font-size: 12px; line-height: 16px; }
.text-subtitle { font-size: 20px; line-height: 28px; font-weight: 600; }
.text-title { font-size: 28px; line-height: 36px; font-weight: 600; }
.text-title-large { font-size: 40px; line-height: 52px; font-weight: 600; }
.text-display { font-size: 68px; line-height: 92px; font-weight: 600; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-center { text-align: center; }
.text-left { text-align: left; }

.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.no-underline { text-decoration-line: none; }
.underline { text-decoration-line: underline; }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:no-underline:hover { text-decoration-line: none; }

.cursor-pointer { cursor: pointer; }
.select-none { user-select: none; }

.shadow-fluent-2 { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }
.shadow-fluent-4 { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
.shadow-fluent-8 { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); }
.shadow-fluent-16 { box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12); }
.shadow-fluent-64 { box-shadow: 0 32px 64px rgba(0, 0, 0, 0.24); }

.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem; }

.divide-x > :not([hidden]) ~ :not([hidden]) { border-left-width: 1px; }
.divide-fluent-neutral-stroke > :not([hidden]) ~ :not([hidden]) { border-color: #E0E0E0; }

.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 200ms; }
.duration-150 { transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }

.hover\:opacity-70:hover { opacity: 0.7; }
.hover\:opacity-90:hover { opacity: 0.9; }

.opacity-50 { opacity: 0.5; }

.ring-2 { box-shadow: 0 0 0 2px; }
.ring-offset-2 { --tw-ring-offset-width: 2px; }

/* Grid */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Responsive Variants */
@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:flex-col { flex-direction: column; }
  .md\:w-64 { width: 16rem; }
  .md\:p-6 { padding: 1.5rem; }
  .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .md\:p-12 { padding: 3rem; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .lg\:p-8 { padding: 2rem; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Peer utilities for mobile nav */
.peer:checked ~ .peer-checked\:flex { display: flex; }
