@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap";.admin-dashboard{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#374151}.admin-dashboard img{max-width:200px!important;max-height:150px!important;width:auto!important;height:auto!important;object-fit:cover!important;border-radius:8px!important}.admin-dashboard svg{width:20px!important;height:20px!important}.admin-dashboard [class*=Card]{max-width:none!important}.admin-dashboard [class*=MetricCard] svg{width:24px!important;height:24px!important}.admin-dashboard [class*=MetricCard] [class*=icon] svg,.admin-dashboard [class*=QuickAction] svg{width:20px!important;height:20px!important}.admin-dashboard [class*=Card] img,.admin-dashboard [class*=card] img{max-width:150px!important;max-height:100px!important}.admin-dashboard *{max-width:100%!important}.admin-dashboard [class*=image]{max-width:200px!important;max-height:150px!important}.dashboard-image{width:100%;max-width:300px;height:200px;object-fit:cover;border-radius:8px;box-shadow:0 2px 4px #0000001a}.equal-height-card{height:100%;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.equal-height-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.equal-height-card .card-content{flex:1;display:flex;flex-direction:column}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.status-indicator{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}.status-online{background-color:#10b981}.status-offline{background-color:#ef4444}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.connection-pulse{animation:pulse 2s infinite}.image-container{width:100%;max-width:300px;height:200px;overflow:hidden;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;margin:0 auto}.image-container img{width:100%;height:100%;object-fit:cover}.dashboard-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.dashboard-card-content{flex:1;display:flex;flex-direction:column;padding:1.5rem}.dashboard-card-footer{margin-top:auto;padding:1rem 1.5rem;background-color:#f9fafb;border-top:1px solid #e5e7eb}.metric-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease}.metric-card:hover{transform:translateY(-2px)}.metric-card .metric-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:1rem}.metric-card .metric-value{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.metric-card .metric-label{font-size:.875rem;color:#6b7280;font-weight:500}.quick-action-button{display:block;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s ease;margin-bottom:1rem}.quick-action-button:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-1px)}.quick-action-button .action-content{display:flex;align-items:center;gap:1rem}.quick-action-button .action-icon{width:48px;height:48px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:20px;color:#6b7280}.quick-action-button .action-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.quick-action-button .action-subtitle{font-size:.875rem;color:#6b7280}.dashboard-grid{display:grid;gap:1.5rem;margin-bottom:2rem}.dashboard-grid.metrics{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.dashboard-grid.content{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.dashboard-icon{width:20px;height:20px}.dashboard-icon.large{width:24px;height:24px}.connection-status{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;background:#fff;border:1px solid #e5e7eb;font-size:.875rem;font-weight:500}.connection-status.connected{color:#10b981;border-color:#10b981;background-color:#f0fdf4}.connection-status.disconnected{color:#ef4444;border-color:#ef4444;background-color:#fef2f2}@layer components{.flex-center{@apply flex items-center justify-center;}.flex-between{@apply flex items-center justify-between;}.flex-col-center{@apply flex flex-col items-center justify-center;}.page-container{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 w-full;}.section-container{@apply bg-white dark:bg-gray-800 rounded-lg shadow-md p-6 mb-6;}.card{@apply bg-white dark:bg-gray-800 rounded-xl shadow-sm border border-gray-100 dark:border-gray-700 overflow-hidden hover:shadow-md transition-shadow duration-200;}.card-header{@apply px-6 py-4 border-b border-gray-100 dark:border-gray-700 flex items-center justify-between;}.card-body{@apply p-6;}.card-footer{@apply px-6 py-4 bg-gray-50 dark:bg-gray-900/50 border-t border-gray-100 dark:border-gray-700;}.btn{@apply inline-flex items-center justify-center px-4 py-2 rounded-lg font-medium transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-50 disabled:cursor-not-allowed;}.btn-primary{@apply btn bg-primary-600 text-white hover:bg-primary-700 focus:ring-primary-500 shadow-sm hover:shadow;}.btn-secondary{@apply btn bg-white text-gray-700 border border-gray-300 hover:bg-gray-50 focus:ring-primary-500 shadow-sm;}.btn-accent{@apply btn bg-secondary-500 text-white hover:bg-secondary-600 focus:ring-secondary-500 shadow-sm hover:shadow;}.btn-danger{@apply btn bg-error-600 text-white hover:bg-error-700 focus:ring-error-500 shadow-sm hover:shadow;}.btn-ghost{@apply btn text-gray-600 hover:bg-gray-100 hover:text-gray-900 dark:text-gray-400 dark:hover:bg-gray-800 dark:hover:text-white;}.btn-link{@apply btn text-primary-600 hover:text-primary-700 underline-offset-4 hover:underline p-0 bg-transparent shadow-none;}.btn-outline{@apply btn bg-transparent text-primary-600 border-2 border-primary-600 hover:bg-primary-50 focus:ring-primary-500;}.btn-sm{@apply px-3 py-1.5 text-sm;}.btn-lg{@apply px-6 py-3 text-lg;}.form-group{@apply mb-4;}.form-label{@apply block text-sm font-medium text-gray-700 dark:text-gray-300 mb-1;}.form-input,.form-select{@apply block w-full rounded-lg border-gray-300 shadow-sm focus:border-primary-500 focus:ring-primary-500 sm:text-sm dark:bg-gray-800 dark:border-gray-600 dark:text-white;}.form-checkbox{@apply h-4 w-4 text-primary-600 focus:ring-primary-500 border-gray-300 rounded;}.form-error{@apply mt-1 text-sm text-error-600;}.heading-1{@apply text-3xl font-bold text-gray-900 dark:text-white sm:text-4xl font-montserrat;}.heading-2{@apply text-2xl font-bold text-gray-900 dark:text-white sm:text-3xl font-montserrat;}.heading-3{@apply text-xl font-semibold text-gray-900 dark:text-white sm:text-2xl font-montserrat;}.text-body{@apply text-base text-gray-600 dark:text-gray-300;}.text-small{@apply text-sm text-gray-500 dark:text-gray-400;}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;}.badge-primary{@apply badge bg-primary-100 text-primary-800 dark:bg-primary-900/30 dark:text-primary-300;}.badge-success{@apply badge bg-success-100 text-success-800 dark:bg-success-900/30 dark:text-success-300;}.badge-warning{@apply badge bg-warning-100 text-warning-800 dark:bg-warning-900/30 dark:text-warning-300;}.badge-error{@apply badge bg-error-100 text-error-800 dark:bg-error-900/30 dark:text-error-300;}.badge-gray{@apply badge bg-gray-100 text-gray-800 dark:bg-gray-700 dark:text-gray-300;}.avatar{@apply relative inline-block rounded-full overflow-hidden bg-gray-200 object-cover;}.avatar-sm{@apply h-8 w-8;}.avatar-md{@apply h-10 w-10;}.avatar-lg{@apply h-12 w-12;}.avatar-xl{@apply h-16 w-16;}}@tailwind base;@tailwind components;@tailwind utilities;@layer components{.btn{@apply inline-flex items-center justify-center font-medium rounded-md transition-all duration-200 cursor-pointer;@apply min-h-[44px] min-w-[44px] px-4 py-3 text-base;@apply disabled:opacity-50 disabled:cursor-not-allowed;@apply focus:outline-none focus:ring-2 focus:ring-offset-2;}.btn-primary{@apply bg-primary-600 text-white hover:bg-primary-700;@apply focus:ring-primary-500;}.btn-secondary{@apply bg-secondary-600 text-white hover:bg-secondary-700;@apply focus:ring-secondary-500;}.btn-outline{@apply border-2 border-primary-600 text-primary-600 bg-transparent hover:bg-primary-50;@apply focus:ring-primary-500;}.btn-ghost{@apply text-gray-700 bg-transparent hover:bg-gray-100;@apply focus:ring-gray-500;}.btn-danger{@apply bg-error-600 text-white hover:bg-error-700;@apply focus:ring-error-500;}.btn-accent{@apply bg-accent-600 text-white hover:bg-accent-700;@apply focus:ring-accent-500;}.btn-link{@apply text-primary-600 bg-transparent hover:text-primary-700 hover:underline;@apply min-h-0 min-w-0 p-0;}.btn-sm{@apply min-h-[36px] min-w-[36px] px-3 py-2 text-sm;}.btn-lg{@apply min-h-[52px] min-w-[52px] px-6 py-4 text-lg;}}body{font-family:Roboto,sans-serif;scroll-behavior:smooth}h1,h2,h3,h4,.font-montserrat{font-family:Montserrat,sans-serif}.transition-transform{transition:transform .3s ease-in-out}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}svg{display:inline-block;vertical-align:middle;flex-shrink:0}@media(max-width:768px){html,body,#root{overflow-x:hidden;width:100%;position:relative}.container,.max-w-screen-xl,.max-w-7xl{padding-left:1rem;padding-right:1rem;margin-left:auto;margin-right:auto}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}button:focus,[role=button]:focus,input:focus,select:focus,textarea:focus,a:focus{outline:2px solid #2563eb;outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
