@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Manrope:wght@600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-accent: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary: hsl(0, 84%, 60%);--color-primary-hover: hsl(0, 84%, 54%);--color-primary-light: hsl(0, 84%, 95%);--color-primary-dark: hsl(0, 84%, 40%);--color-success: hsl(142, 71%, 45%);--color-success-light: hsl(142, 71%, 95%);--color-warning: hsl(38, 92%, 50%);--color-warning-light: hsl(38, 92%, 95%);--color-danger: hsl(0, 84%, 60%);--color-danger-light: hsl(0, 84%, 95%);--color-neutral-50: hsl(0, 0%, 98%);--color-neutral-100: hsl(0, 0%, 96%);--color-neutral-200: hsl(0, 0%, 90%);--color-neutral-300: hsl(0, 0%, 83%);--color-neutral-400: hsl(0, 0%, 64%);--color-neutral-500: hsl(0, 0%, 45%);--color-neutral-600: hsl(0, 0%, 32%);--color-neutral-700: hsl(0, 0%, 25%);--color-neutral-800: hsl(0, 0%, 15%);--color-neutral-900: hsl(0, 0%, 9%);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--space-24: 6rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1)}.login-background{background-color:#f87171;background-image:linear-gradient(135deg,#f87171,#dc2626);background-size:cover;background-position:center}.elegant-accent{border-left:3px solid hsl(350,70%,50%)}.card-hover:hover{box-shadow:0 10px 15px -3px #dc26261a,0 4px 6px -2px #dc26260d;border-color:#f0a8b4}table tbody tr:hover{background-color:#f871710d}.form-message-error{color:#e11d48!important;font-weight:500;margin-top:.25rem;font-size:.875rem}[data-slot=form-message]{color:#e11d48!important;font-weight:500}html.high-contrast{filter:contrast(1.5)}html.high-contrast body{background:#fff;color:#000}html.high-contrast button,html.high-contrast a{outline:2px solid currentColor;outline-offset:2px}html.high-contrast input:focus,html.high-contrast select:focus,html.high-contrast textarea:focus,html.high-contrast button:focus,html.high-contrast a:focus{outline:3px solid hsl(350,70%,50%);outline-offset:2px}html.reduced-motion *{animation:none!important;transition:none!important;transition-duration:0ms!important}html.screen-reader-mode .sr-only{position:static!important;width:auto!important;height:auto!important;padding:.5rem!important;margin:.5rem 0!important;overflow:visible!important;clip:auto!important;white-space:normal!important;border:1px solid currentColor!important}html.screen-reader-mode img:not([alt]),html.screen-reader-mode img[alt=""]{outline:5px solid red}html.screen-reader-mode [aria-hidden=true]{display:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid hsl(350,70%,50%);outline-offset:2px}.skip-link{position:absolute;top:-40px;left:0;background:#000;color:#fff;padding:8px;z-index:100;transition:top .2s}.skip-link:focus{top:0}@media (forced-colors: active){*{forced-color-adjust:none}}@layer base{*{@apply border-border;}body{font-family:var(--font-primary);@apply antialiased bg-neutral-50 text-neutral-900;font-size:15px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-accent);font-weight:700;line-height:1.3;color:var(--color-neutral-900)}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:700}h3{font-size:1.125rem;font-weight:600}@media (max-width: 768px){h1{font-size:1.5rem}h2{font-size:1.25rem}}}@layer components{.btn-primary{@apply px-6 py-3 rounded-lg font-medium transition-all;background-color:var(--color-primary);color:#fff;height:44px;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover:not(:disabled){background-color:var(--color-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{@apply px-6 py-3 rounded-lg font-medium transition-all;border:2px solid var(--color-primary);color:var(--color-primary);background:transparent;height:44px;display:inline-flex;align-items:center;justify-content:center}.btn-secondary:hover:not(:disabled){background-color:var(--color-primary-light)}.modern-card{@apply bg-white rounded-lg p-6 shadow-sm border border-neutral-200;transition:all var(--transition-base)}.modern-card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-neutral-300)}.stats-card{@apply modern-card text-center;}.stats-card-number{font-family:var(--font-accent);font-size:3rem;font-weight:700;line-height:1;margin-bottom:var(--space-2)}.stats-card-label{font-size:.8125rem;text-transform:uppercase;letter-spacing:.5px;font-weight:500;color:var(--color-neutral-600)}.data-table{@apply w-full;}.data-table thead{@apply bg-neutral-100 sticky top-0;z-index:10}.data-table th{@apply px-4 py-3 text-left text-xs font-medium uppercase tracking-wider;color:var(--color-neutral-700)}.data-table td{@apply px-4 py-4 border-b border-neutral-200;}.data-table tbody tr:hover{background-color:var(--color-neutral-50)}.data-table tbody tr:nth-child(2n){background-color:#00000003}.modern-input{@apply px-4 rounded-lg border-2 border-neutral-300 transition-all;height:44px;font-family:var(--font-primary)}.modern-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.badge{@apply inline-flex items-center px-3 py-1 rounded-full text-xs font-medium;height:24px}.badge-success{background-color:var(--color-success-light);color:var(--color-success)}.badge-warning{background-color:var(--color-warning-light);color:var(--color-warning)}.badge-danger{background-color:var(--color-danger-light);color:var(--color-danger)}}.replit-fix{--replit-id: "41ac8b72-21d7-4fe2-b847-b13e83b27cab"}.scrollbar-visible::-webkit-scrollbar{width:10px}.scrollbar-visible::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.scrollbar-visible::-webkit-scrollbar-thumb{background:#e87d8f;border-radius:4px}.scrollbar-visible::-webkit-scrollbar-thumb:hover{background:#e05269}.scrollbar-visible{scrollbar-width:auto;scrollbar-color:hsl(350,70%,70%) #f1f1f1}.custom-scrollbar::-webkit-scrollbar{width:12px;height:12px;background-color:#f3f4f6}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#dc2626;border:3px solid #f3f4f6;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-track{background-color:#f3f4f6;border-radius:8px}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#dc2626 #f3f4f6}
