@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}[data-theme=dark] ::-webkit-scrollbar,body:not([data-theme=light]) ::-webkit-scrollbar{width:12px;height:12px}[data-theme=dark] ::-webkit-scrollbar-track,body:not([data-theme=light]) ::-webkit-scrollbar-track{background:#1e293b}[data-theme=dark] ::-webkit-scrollbar-thumb,body:not([data-theme=light]) ::-webkit-scrollbar-thumb{background:#334155;border-radius:6px;border:2px solid #1E293B}[data-theme=dark] ::-webkit-scrollbar-thumb:hover,body:not([data-theme=light]) ::-webkit-scrollbar-thumb:hover{background:#475569}[data-theme=light] ::-webkit-scrollbar{width:12px;height:12px}[data-theme=light] ::-webkit-scrollbar-track{background:#f3f4f6}[data-theme=light] ::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:6px;border:2px solid #F3F4F6}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#6b7280}[data-theme=dark] *,body:not([data-theme=light]) *{scrollbar-width:thin;scrollbar-color:#334155 #1E293B}[data-theme=light] *{scrollbar-width:thin;scrollbar-color:#9CA3AF #F3F4F6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in{animation:fadeIn .2s ease-in-out}.slide-in-up{animation:slideInUp .25s cubic-bezier(.4,0,.2,1)}.slide-in-down{animation:slideInDown .25s cubic-bezier(.4,0,.2,1)}.scale-in{animation:scaleIn .25s cubic-bezier(.4,0,.2,1)}*:focus{outline:none}*:focus-visible{outline:2px solid #3B82F6;outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::selection{background-color:#3b82f6;color:#fff}::-moz-selection{background-color:#3b82f6;color:#fff}.skeleton{background:linear-gradient(90deg,#1e293b,#334155,#1e293b);background-size:1000px 100%;animation:shimmer 2s infinite;border-radius:4px}.card-hover{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.card-hover:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media print{body{background:#fff;color:#000}.no-print{display:none!important}}code,pre,.code{font-family:Fira Code,Consolas,Monaco,monospace;font-size:.875em}code{background-color:#334155;padding:2px 6px;border-radius:4px;color:#f1f5f9}pre{background-color:#1e293b;padding:16px;border-radius:8px;overflow-x:auto;border:1px solid #334155}pre code{background-color:transparent;padding:0;border-radius:0}a{color:#3b82f6;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#60a5fa;text-decoration:underline}a:active{color:#2563eb}@media (max-width: 767px){.hide-mobile{display:none!important}}@media (min-width: 768px){.hide-desktop{display:none!important}}.table-row-hover{transition:background-color .15s ease-in-out}.table-row-hover:hover{background-color:#334155!important;cursor:pointer}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.status-dot.success{background-color:#10b981}.status-dot.warning{background-color:#f59e0b}.status-dot.error{background-color:#ef4444}.status-dot.info{background-color:#06b6d4}.tooltip-content{max-width:300px;word-wrap:break-word}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.empty-state-icon{font-size:64px;color:#64748b;margin-bottom:16px}.empty-state-title{font-size:1.25rem;font-weight:600;color:#f1f5f9;margin-bottom:8px}.empty-state-description{font-size:.875rem;color:#94a3b8;margin-bottom:24px}
