:root{--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #e0e7ff;--bg-app: #f3f4f6;--bg-card: #ffffff;--bg-input: #f9fafb;--text-main: #111827;--text-muted: #6b7280;--text-inverted: #ffffff;--border-light: #e5e7eb;--status-open: #10b981;--status-closed: #6b7280;--status-pending: #f59e0b;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-2) 0;font-weight:600;line-height:1.2}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:640px;margin:0 auto;padding:0 var(--space-4)}@media(min-width:768px){.container{max-width:768px;padding:0 var(--space-6)}}@media(min-width:1024px){.container{max-width:1024px}}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.w-full{width:100%}.mt-4{margin-top:var(--space-4)}.mb-4{margin-bottom:var(--space-4)}.hidden{display:none}@media(min-width:768px){.md\:block{display:block}.md\:hidden{display:none}.md\:flex{display:flex}}
