:root,:root[data-theme=light]{--background:#f6f8fa;--foreground:#1f2328;--ap-bg:#f6f8fa;--ap-panel:#fff;--ap-panel-muted:#f6f8fa;--ap-border:#d0d7de;--ap-fg:#1f2328;--ap-muted:#656d76;--ap-primary:#0969da;--sidebar-bg:#24292f;--sidebar-fg:#f0f6fc;--sidebar-border:#ffffff1a;--sidebar-hover-bg:#ffffff1a;--sidebar-active-bg:#0969da;--sidebar-active-fg:#fff}:root[data-theme=dark]{--background:#0d1117;--foreground:#e6edf3;--ap-bg:#0d1117;--ap-panel:#161b22;--ap-panel-muted:#21262d;--ap-border:#30363d;--ap-fg:#e6edf3;--ap-muted:#8b949e;--ap-primary:#58a6ff;--sidebar-bg:#010409;--sidebar-fg:#e6edf3;--sidebar-border:#ffffff1a;--sidebar-hover-bg:#ffffff14;--sidebar-active-bg:#58a6ff;--sidebar-active-fg:#fff}html,body{min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--background)!important;color:var(--foreground)!important}[data-theme=dark] body{color:#e6edf3!important;background-color:#0d1117!important}[data-theme=dark] .bg-white,[data-theme=dark] .bg-gray-50,[data-theme=dark] .bg-gray-100{background-color:#161b22!important}[data-theme=dark] .bg-gray-200,[data-theme=dark] .bg-gray-300{background-color:#21262d!important}[data-theme=dark] .text-gray-900,[data-theme=dark] .text-gray-800,[data-theme=dark] .text-gray-700,[data-theme=dark] .text-black{color:#e6edf3!important}[data-theme=dark] .text-gray-600,[data-theme=dark] .text-gray-500,[data-theme=dark] .text-gray-400{color:#8b949e!important}[data-theme=dark] .border-gray-100,[data-theme=dark] .border-gray-200,[data-theme=dark] .border-gray-300{border-color:#30363d!important}[data-theme=dark] header,[data-theme=dark] .header{background-color:#161b22!important;border-color:#30363d!important}[data-theme=dark] main{background-color:#0d1117!important}[data-theme=dark] .shadow,[data-theme=dark] .shadow-sm,[data-theme=dark] .shadow-md,[data-theme=dark] .shadow-lg{box-shadow:0 1px 3px #0000004d,0 1px 2px -1px #0000004d!important}[data-theme=light] body{color:#1f2328!important;background-color:#f6f8fa!important}[data-theme=light] .bg-white{background-color:#fff!important}[data-theme=light] .text-gray-900,[data-theme=light] .text-gray-800{color:#1f2328!important}[data-theme=light] header{background-color:#fff!important;border-color:#d0d7de!important}.bg-\[var\(--sidebar-bg\)\]{background:var(--sidebar-bg)!important}.text-\[var\(--sidebar-fg\)\]{color:var(--sidebar-fg)!important}.border-\[var\(--sidebar-border\)\]{border-color:var(--sidebar-border)!important}.hover\:bg-\[var\(--sidebar-hover-bg\)\]:hover{background-color:var(--sidebar-hover-bg)!important}.bg-\[var\(--sidebar-active-bg\)\]{background-color:var(--sidebar-active-bg)!important}.text-\[var\(--sidebar-active-fg\)\]{color:var(--sidebar-active-fg)!important}.bg-\[var\(--ap-bg\)\]{background-color:var(--ap-bg)!important}.bg-\[var\(--ap-panel\)\]{background-color:var(--ap-panel)!important}.bg-\[var\(--ap-panel-muted\)\]{background-color:var(--ap-panel-muted)!important}.text-\[var\(--ap-fg\)\]{color:var(--ap-fg)!important}.text-\[var\(--ap-muted\)\]{color:var(--ap-muted)!important}.text-\[var\(--ap-primary\)\]{color:var(--ap-primary)!important}.border-\[var\(--ap-border\)\]{border-color:var(--ap-border)!important}.hover\:bg-\[var\(--ap-panel-muted\)\]:hover{background-color:var(--ap-panel-muted)!important}[data-theme=dark] .dark\:bg-\[var\(--ap-panel\)\]{background-color:var(--ap-panel)!important}[data-theme=dark] .dark\:bg-\[\#151821\]{background-color:#151821!important}[data-theme=dark] .dark\:bg-white\/5{background-color:#ffffff0d!important}[data-theme=dark] .dark\:hover\:bg-\[var\(--ap-panel-muted\)\]:hover{background-color:var(--ap-panel-muted)!important}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.tracking-\[0\.1em\]{letter-spacing:.1em}.shadow-\[var\(--ap-primary\)\]\/20{box-shadow:0 4px 6px -1px #3b82f633}.max-w-\[1600px\]{max-width:1600px}.bg-\[\#0275d8\]{background-color:#0275d8}.hover\:bg-\[\#025aa5\]:hover{background-color:#025aa5}.active\:bg-\[\#014682\]:active{background-color:#014682}.border-\[\#025aa5\]{border-color:#025aa5}.hover\:bg-\[\#f8f9fa\]:hover{background-color:#f8f9fa}.hover\:text-\[\#0275d8\]:hover{color:#0275d8}.bg-\[\#d9534f\]{background-color:#d9534f}.hover\:bg-\[\#c9302c\]:hover{background-color:#c9302c}.active\:bg-\[\#ac2925\]:active{background-color:#ac2925}.border-\[\#c9302c\]{border-color:#c9302c}.bg-\[\#5cb85c\]{background-color:#5cb85c}.hover\:bg-\[\#449d44\]:hover{background-color:#449d44}.active\:bg-\[\#398439\]:active{background-color:#398439}.border-\[\#449d44\]{border-color:#449d44}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-in,.fade-in{animation:.3s ease-out fadeIn}@keyframes slideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.slide-in-from-left{animation:.3s ease-out slideInFromLeft}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.zoom-in-95{animation:.3s ease-out zoomIn}
