@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}}@layer base{:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:210 40% 96%;--secondary-foreground:222.2 84% 4.9%;--muted:210 40% 96%;--muted-foreground:215.4 16.3% 46.9%;--accent:210 40% 96%;--accent-foreground:222.2 84% 4.9%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:221.2 83.2% 53.3%;--radius:0.5rem}.dark{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:222.2 84% 4.9%;--card-foreground:210 40% 98%;--popover:222.2 84% 4.9%;--popover-foreground:210 40% 98%;--primary:217.2 91.2% 59.8%;--primary-foreground:222.2 84% 4.9%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:224.3 76.3% 94.1%}*{@apply border-border}body,html{overflow-x:hidden;max-width:100vw}body{@apply bg-background text-foreground;position:relative}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.btn-enterprise,.btn-enterprise-outline,.card-hover,.dashboard-card,.dashboard-label,.dashboard-metric,.enterprise-accent,.enterprise-content,.enterprise-header,.enterprise-primary,.enterprise-secondary,.enterprise-sidebar,.form-error,.form-input,.form-label,.status-error,.status-info,.status-success,.status-warning{@apply bg-white}@media (max-width:640px){.mobile-full,.mobile-hidden{@apply w-full}}.page-container,.page-content,.page-description,.page-title{@apply text-sm sm:text-base text-gray-600 dark:text-gray-300 break-words}.main-with-sidebar{margin-left:4rem!important;width:calc(100% - 4rem)!important;position:relative;z-index:30}@media (min-width:1024px){.main-with-sidebar{margin-left:16rem!important;width:calc(100% - 16rem)!important}}@media (min-width:768px){button[aria-label="Toggle menu"]{display:none!important}.tablet-hidden{@apply hidden}}@media (min-width:1024px){.desktop-hidden{@apply hidden}}@media print{.no-print,.print-only{@apply block}}