@keyframes sk-shimmer{0%{opacity:.22}50%{opacity:.55}to{opacity:.22}}@keyframes sk-sweep{0%{transform:translate(-120%)}to{transform:translate(220%)}}@keyframes sk-fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.sk-card{background:#161b22;border:1px solid #2a323d;border-radius:16px;flex-direction:column;margin-bottom:16px;padding:18px 18px 8px;animation:.4s both sk-fadein;display:flex;overflow:hidden}.sk-card--wide{grid-column:1/-1}.sk-card__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.sk-title{background:#2a323d;border-radius:6px;width:42%;min-width:120px;max-width:260px;height:14px;animation:1.6s ease-in-out infinite sk-shimmer;position:relative;overflow:hidden}.sk-badge{background:#2a323d;border-radius:6px;width:64px;height:12px;animation:1.8s ease-in-out infinite sk-shimmer;position:relative;overflow:hidden}.sk-title:after,.sk-badge:after,.sk-bar:after,.sk-cell:after,.sk-ring:after,.sk-block:after,.sk-line-path:after{content:"";background:linear-gradient(90deg,#0000 0%,#e6edf31a 50%,#0000 100%);animation:1.8s ease-in-out infinite sk-sweep;position:absolute;inset:0;transform:translate(-120%)}.sk-chart{border-radius:8px;width:100%;position:relative}.sk-chart--bar{align-items:flex-end;gap:6px;height:250px;padding:12px 4px 16px;display:flex}.sk-chart--line{height:250px}.sk-chart--heat{flex-direction:column;gap:4px;height:280px;padding:8px 4px;display:flex}.sk-chart--ring{justify-content:center;align-items:center;gap:28px;height:220px;display:flex}.sk-grid{pointer-events:none;border-bottom:1px solid #2a323d80;border-left:1px solid #2a323d80;position:absolute;inset:14px 6px 40px}.sk-grid:before{content:"";background-image:linear-gradient(#2a323d59 1px,#0000 1px),linear-gradient(90deg,#2a323d40 1px,#0000 1px);background-size:100% 25%,8% 100%;position:absolute;inset:0}.sk-bar{background:linear-gradient(#2a323d 0%,#2a323d40 100%);border-radius:4px 4px 0 0;flex:1 1 0;min-width:4px;max-width:34px;animation:1.9s ease-in-out infinite sk-shimmer;position:relative;overflow:hidden}.sk-heat-row{flex:1;gap:3px;display:flex}.sk-cell{opacity:.25;background:#2a323d;border-radius:2px;flex:1;animation:2.1s ease-in-out infinite sk-shimmer;position:relative;overflow:hidden}.sk-ring{border:13px solid #2a323d;border-radius:50%;width:120px;height:120px;animation:2s ease-in-out infinite sk-shimmer;position:relative;overflow:hidden}.sk-ring--sm{border-width:9px;width:78px;height:78px}.sk-block{background:#2a323d;border-radius:6px;height:16px;animation:1.7s ease-in-out infinite sk-shimmer;position:relative;overflow:hidden}.sk-block--lg{height:28px}.sk-block--pill{border-radius:999px;width:120px;height:22px}.sk-block--icon{border-radius:6px;width:22px;height:22px}.sk-line-svg{width:100%;height:100%;position:absolute;inset:0}.sk-line-path{fill:none;stroke:#2a323d;stroke-width:2px;stroke-linecap:round;opacity:.6;position:relative;overflow:visible}.sk-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.sk-row--4{grid-template-columns:repeat(4,1fr)}.sk-row--3{grid-template-columns:repeat(3,1fr)}.sk-row--wide{grid-template-columns:1fr}@media (max-width:1024px){.sk-row--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.sk-row,.sk-row--3,.sk-row--4{grid-template-columns:1fr}}.sk-inline{background:#161b22;border:1px solid #2a323d;border-radius:14px;height:200px;margin-bottom:16px;position:relative;overflow:hidden}.sk-page-loading{z-index:9999;background:#0d1117;flex-direction:column;justify-content:center;align-items:center;gap:22px;animation:.3s both sk-fadein;display:flex;position:fixed;inset:0}.sk-brand{letter-spacing:.04em;color:#e6edf3;background:linear-gradient(135deg,#e6edf3 0%,#60a5fa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:700}.sk-spinner{border:3px solid #2a323d;border-top-color:#1671a1;border-radius:50%;width:44px;height:44px;animation:.9s linear infinite sk-spin}.sk-spinner--sm{border-width:2px;width:22px;height:22px}@keyframes sk-spin{to{transform:rotate(360deg)}}.sk-msg{color:#8b949e;font-size:13px}.sk-dots:after{content:"";animation:1.4s steps(4,end) infinite sk-dots}@keyframes sk-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.sk-status{color:#8b949e;background:#161b22;border:1px solid #2a323d;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:12px;display:inline-flex}.sk-status .sk-spinner--sm{border-top-color:#1671a1}
