@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{color:#e6edf3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0d1117;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#30363d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#484f58}.ant-card{border:1px solid #21262d;transition:box-shadow .25s,transform .25s}.ant-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00d4aa14}.ant-table-wrapper{overflow-x:auto}.ant-statistic-content-value{font-weight:600}.page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-header h2{color:#e6edf3;margin:0;font-size:20px;font-weight:600}.stat-card-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.login-page{background:linear-gradient(135deg,#0d1117 0%,#161b22 50%,#0d1117 100%);justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.login-page:before{content:"";background:radial-gradient(circle,#00d4aa14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.login-page:after{content:"";background:radial-gradient(circle,#388bfd0f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:#161b22f2;border:1px solid #30363d;border-radius:16px;width:400px;padding:48px 36px;position:relative}.login-card .brand{text-align:center;margin-bottom:36px}.login-card .brand h1{color:#00d4aa;letter-spacing:1px;font-size:28px;font-weight:700}.login-card .brand p{color:#8b949e;margin-top:8px;font-size:14px}.sidebar-logo{background:linear-gradient(#00d4aa0d 0%,#0000 100%);border-bottom:1px solid #21262d;justify-content:center;align-items:center;height:64px;display:flex}.sidebar-logo span{color:#00d4aa;letter-spacing:1px;font-size:18px;font-weight:700}.sidebar-logo.collapsed span{font-size:16px}.copy-text{color:#8b949e;word-break:break-all;cursor:pointer;background:#0d1117;border:1px solid #30363d;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;transition:border-color .2s;display:flex}.copy-text:hover{color:#e6edf3;border-color:#00d4aa}.trend-chart-container{height:280px;margin-top:16px}
