:root{--base-font-size: 14px;--primary: #2563eb;--primary-hover: #1d4ed8;--bg-main: #f8fafc;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem}html{font-size:var(--base-font-size);scroll-behavior:smooth}body{position:relative;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;margin:0}@tailwind base;@tailwind components;@tailwind utilities;@layer base{h1,h2,h3,h4,h5,h6{@apply font-bold tracking-tight text-slate-900;}}@media print{*{overflow:visible!important;scrollbar-width:none!important;-ms-overflow-style:none!important}*::-webkit-scrollbar{display:none!important}html,body,#root,.flex,.grid,main{height:auto!important;max-height:none!important;overflow:visible!important}body{background:#fff!important}}.glass-card{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.text-gradient{background:linear-gradient(135deg,var(--blue-600) 0%,var(--blue-400) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bg-gradient-blue{background:linear-gradient(135deg,var(--blue-600) 0%,var(--blue-700) 100%)}.shadow-soft{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.card-hover{transition:all .3s ease}.card-hover:hover{box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005;transform:translateY(-2px)}@layer components{.compact-scrollbar::-webkit-scrollbar{width:6px;height:6px}.compact-scrollbar::-webkit-scrollbar-track{background:#f8fafc}.compact-scrollbar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.compact-scrollbar::-webkit-scrollbar-thumb:hover{background:#cbd5e1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out forwards}.custom-scrollbar::-webkit-scrollbar{width:4px;height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e180;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8cc}.gwd-table{@apply w-full text-left border-collapse;}.gwd-table thead th{@apply border-r border-slate-100/50;}.gwd-table thead th:last-child{@apply border-r-0;}.gwd-table tbody tr{@apply border-b border-slate-50 odd:bg-slate-50/20 transition-colors hover:bg-slate-50/50;}.gwd-table tbody td{@apply border-r border-slate-50/50;}.gwd-table tbody td:last-child{@apply border-r-0;}
