:root{--backgroundPrimary:#10161f;--backgroundSecondary:#1d2633;--backgroundTertiary:#2e3847;--backgroundQuaternary:#262f3d;--foregroundPrimary:#fff;--foregroundSecondary:#8994a3;--foregroundTertiary:#556170;--foregroundInverted:#000;--constantBlack:#000;--constantWhite:#fff;--accentBlue:#319ce3;--accentGreen:#39cc83;--accentRed:#ff4766;--accentOrange:#f5a73b;--accentPurple:#972cf5;--transparentAccentBlue:#319ce320;--separatorCommon:#c2daff14;--titleLinearColor:#fff;--shadowGradient:linear-gradient(270deg, #213549 40%, #fff0);--overlayModal:#000000a3}*{box-sizing:border-box;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{background-color:var(--backgroundPrimary);color:var(--foregroundPrimary);min-height:100vh}a{color:var(--accentBlue);text-decoration:none}a:hover{background-color:var(--transparentAccentBlue)}.card{background-color:var(--backgroundSecondary);border:1px solid var(--separatorCommon);border-radius:16px;margin-bottom:24px;padding:24px;box-shadow:0 4px 12px #0000001a}.card *{scrollbar-color:var(--foregroundSecondary) var(--backgroundTertiary)}.card-title{color:var(--foregroundPrimary);border-bottom:1px solid var(--separatorCommon);margin-bottom:16px;padding-bottom:12px;font-size:1.25rem;font-weight:600}.info-list{flex-direction:column;gap:16px;display:flex}.info-item{flex-direction:row;gap:4px;display:flex}.info-label{color:var(--foregroundPrimary);width:144px;font-size:.875rem;font-weight:600}.info-value{color:var(--foregroundPrimary);word-break:break-all;font-size:.875rem}.badge{background-color:var(--backgroundTertiary);color:var(--foregroundPrimary);border-radius:8px;padding:4px 8px;font-size:.75rem;font-weight:600;display:inline-block}.code-block{background-color:var(--backgroundPrimary);color:var(--accentGreen);border-radius:8px;padding:16px;font-family:monospace;overflow-x:auto}header>div{justify-content:space-between;align-items:center;width:100%;max-width:1200px;display:flex}
