: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;}.mobile-card-container{display:flex;flex-direction:column;gap:.75rem;padding:.25rem}.mobile-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:.875rem 1rem;box-shadow:0 1px 2px #0000000a;transition:all .2s ease-in-out}.mobile-card:active{background-color:#f8fafc}.mobile-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.mobile-card-title{font-size:.9375rem;font-weight:800;color:#0f172a;line-height:1.25;margin-bottom:.25rem}.mobile-card-subtext{font-size:.75rem;color:#64748b;font-weight:500}.mobile-card-badge{font-size:.625rem;font-weight:800;padding:.125rem .5rem;border-radius:.375rem;text-transform:uppercase;letter-spacing:.05em}.mobile-touch-target{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.mobile-expand-btn{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.75rem;font-weight:700;color:#3b82f6;background-color:#eff6ff;border:1px border #dbeafe;border-radius:.5rem;margin-top:.625rem;transition:background-color .2s ease}.mobile-expand-btn:active{background-color:#dbeafe}.mobile-expand-panel{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed #e2e8f0;animation:fadeIn .25s ease-out forwards}@media(max-width:767px){.mobile-fullscreen-modal{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;border-radius:0!important;margin:0!important;z-index:70!important}.mobile-sticky-header{position:sticky;top:0;z-index:20;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0;padding:.75rem 1rem}.mobile-sticky-actions{position:sticky;bottom:0;z-index:20;background-color:#fff;border-top:1px solid #e2e8f0;padding:.75rem 1rem;box-shadow:0 -4px 6px -1px #0000000d}.mobile-filter-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;background-color:#fff;animation:fadeIn .25s ease-out forwards}.mobile-filter-section{border-bottom:1px solid #f1f5f9;padding:.875rem 1rem}.mobile-filter-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;border:1px solid #e2e8f0;background-color:#f8fafc;color:#334155;transition:all .15s ease}.mobile-filter-chip.active{background-color:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}}
