:root{
  --bg:#07090f;
  --bg-soft:#0d111a;
  --panel:rgba(13,17,26,0.22);
  --panel-high:rgba(18,24,36,0.28);
  --panel-highest:rgba(24,34,52,0.34);

  --primary:#5b93ff;
  --primary-dim:#3f7fff;
  --primary-fixed:#9ec0ff;

  --secondary:#d4af37;
  --secondary-soft:#f0d98d;

  --tertiary:#7a5cff;
  --tertiary-soft:#c8bbff;

  --text:#eef4ff;
  --text-soft:rgba(238,244,255,0.76);
  --text-dim:rgba(184,201,230,0.48);

  --line:rgba(91,147,255,0.16);
  --line-soft:rgba(91,147,255,0.18);
  --line-strong:rgba(91,147,255,0.28);

  --glass-stroke:rgba(255,255,255,0.09);
  --glass-top:rgba(255,255,255,0.12);
  --glass-bottom:rgba(255,255,255,0.02);

  --shadow:0 22px 60px rgba(0,0,0,0.34);
  --pill:999px;
  --radius-sm:18px;
  --radius-md:24px;
  --radius-lg:30px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

html,
body{
  max-width:100%;
  overflow-x:hidden;
}

body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(91,147,255,0.12), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(122,92,255,0.08), transparent 20%),
    linear-gradient(180deg, #05070c 0%, #07090f 48%, #07090f 100%);
  min-height:100vh;
  position:relative;
}

img{
  max-width:100%;
  height:auto;
}

main,
section,
.container,
.row,
[class*="col-"],
.section-shell,
.dashboard-shell,
.contact-shell,
.site-footer-inner,
.repo-card,
.hero-panel,
.hero-main-panel{
  min-width:0;
}

.site-grid{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background-image:
    linear-gradient(rgba(91,147,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91,147,255,0.05) 1px, transparent 1px);
  background-size:32px 32px;
  opacity:.18;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.82) 72%, transparent 100%);
}

.site-glow{
  position:fixed;
  border-radius:50%;
  pointer-events:none;
  filter:blur(120px);
  z-index:0;
  opacity:.34;
}

.site-glow-blue{
  width:360px;
  height:360px;
  left:-140px;
  top:100px;
  background:rgba(91,147,255,0.14);
}

.site-glow-purple{
  width:260px;
  height:260px;
  right:-100px;
  top:240px;
  background:rgba(122,92,255,0.08);
}

.scan-line{
  width:100%;
  height:2px;
  background:var(--primary);
  position:fixed;
  top:0;
  left:0;
  opacity:.16;
  z-index:1;
  animation:scan 5s linear infinite;
  pointer-events:none;
}

@keyframes scan{
  0%{transform:translateY(0);}
  100%{transform:translateY(100vh);}
}

.system-panel{
  position:relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.05) 16%, rgba(255,255,255,0.01) 100%),
    linear-gradient(180deg, rgba(18,24,36,0.22) 0%, rgba(13,17,26,0.16) 100%);
  border:1px solid rgba(91,147,255,0.14);
  border-radius:var(--radius-lg);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 22px 60px rgba(0,0,0,0.34);
  backdrop-filter:blur(28px);
  -webkit-backdrop-filter:blur(28px);
}

.system-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.03) 18%, transparent 36%);
  opacity:.65;
}

.hero-main-panel.system-panel{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.06) 14%, rgba(255,255,255,0.015) 100%),
    linear-gradient(180deg, rgba(18,24,36,0.16) 0%, rgba(13,17,26,0.10) 100%);
  border-color:rgba(91,147,255,0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 24px 70px rgba(0,0,0,0.30);
  backdrop-filter:blur(30px);
  -webkit-backdrop-filter:blur(30px);
}

.hero-main-panel.system-panel::before{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05) 16%, transparent 34%);
  opacity:.78;
}

.site-navbar{
  background:rgba(7,9,15,0.62);
  border-bottom:1px solid rgba(91,147,255,0.10);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  padding:.72rem 0;
  z-index:1000;
}

.site-brand{
  display:flex;
  align-items:center;
  gap:.9rem;
  color:var(--primary) !important;
  text-decoration:none;
  min-width:0;
}

.site-brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.site-brand-title,
.site-brand-subtitle{
  position:relative;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  min-height:1em;
  width:max-content;
  max-width:100%;
}

.site-brand-title{
  font-family:'Space Grotesk',sans-serif;
  font-size:.92rem;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:var(--primary);
  text-shadow:0 0 10px rgba(91,147,255,0.16);
}

.site-brand-subtitle{
  margin-top:.3rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:.54rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--text-dim);
  text-shadow:0 0 8px rgba(91,147,255,0.10);
}

.site-brand-title.is-typing::after,
.site-brand-subtitle.is-typing::after{
  content:"";
  display:inline-block;
  width:2px;
  height:0.95em;
  margin-left:6px;
  background:currentColor;
  vertical-align:-0.12em;
  border-radius:var(--pill);
  box-shadow:0 0 8px currentColor;
  animation:brandCaretBlink 0.85s steps(1, end) infinite;
}

@keyframes brandCaretBlink{
  0%, 50%{opacity:1;}
  50.01%, 100%{opacity:0;}
}

.site-toggler{
  border:1px solid rgba(91,147,255,0.20);
  border-radius:14px;
  padding:.52rem .75rem;
  background:rgba(255,255,255,0.02);
  box-shadow:none !important;
}

.site-toggler .navbar-toggler-icon{
  filter:invert(1);
}

.nav-system-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:.72rem 1rem;
  border-radius:var(--pill);
  color:var(--text-dim);
  text-decoration:none;
  font-family:'Space Grotesk',sans-serif;
  font-size:.66rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.16em;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01)),
    rgba(13,17,26,0.14);
  border:1px solid rgba(91,147,255,0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 10px 24px rgba(0,0,0,0.16);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  transition:
    color .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease,
    transform .25s ease;
}

.nav-system-link:hover,
.nav-system-link:focus{
  color:#ffffff;
  transform:translateY(-2px);
  border-color:rgba(91,147,255,0.26);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02)),
    rgba(91,147,255,0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 14px 30px rgba(0,0,0,0.22),
    0 0 18px rgba(91,147,255,0.12);
}

.system-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:150px;
  min-height:46px;
  padding:.8rem 1.2rem;
  border-radius:var(--pill);
  text-decoration:none;
  font-family:'Space Grotesk',sans-serif;
  font-size:.62rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--text);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02)),
    rgba(13,17,26,0.20);
  border:1px solid rgba(91,147,255,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 18px 38px rgba(0,0,0,0.24);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  transition:all .22s ease;
}

.system-btn:hover,
.system-btn:focus{
  transform:translateY(-2px);
  border-color:rgba(91,147,255,0.30);
  color:#fff;
}

.system-btn-primary{
  color:#06101d;
  background:linear-gradient(135deg,var(--primary-fixed) 0%,var(--primary) 45%,var(--primary-dim) 100%);
  border-color:rgba(91,147,255,0.30);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    0 0 20px rgba(91,147,255,0.18);
}

.system-btn-primary:hover,
.system-btn-primary:focus{
  color:#06101d;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.24),
    0 0 28px rgba(91,147,255,0.24);
}

.system-btn-ghost{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    rgba(13,17,26,0.16);
  color:var(--text);
}

.system-btn-lg{
  min-height:52px;
  padding:.95rem 1.4rem;
}

.site-main{
  position:relative;
  z-index:1;
  padding-top:7rem;
  padding-bottom:2rem;
}

.hero-section{
  padding:0 0 1rem;
}

.hero-shell{
  position:relative;
  overflow:visible;
}

.hero-main-panel{
  position:relative;
  padding:2rem;
  border-left:2px solid var(--primary);
  min-height:100%;
}

.hero-kicker-wrap{
  display:inline-flex;
  align-items:center;
  gap:.7rem;
  padding:.55rem .85rem;
  background:rgba(91,147,255,0.08);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-radius:var(--pill);
}

.hero-kicker-icon{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--primary);
  box-shadow:0 0 12px rgba(91,147,255,0.75);
  display:inline-block;
}

.hero-kicker-text{
  font-family:'Space Grotesk',sans-serif;
  font-size:.58rem;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--primary);
}

.hero-title{
  margin:1.45rem 0 0;
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(2.8rem, 8vw, 5.8rem);
  line-height:.92;
  font-weight:800;
  letter-spacing:-0.05em;
  text-transform:uppercase;
  color:#fff;
  max-width:10ch;
}

.hero-subtitle{
  max-width:720px;
  margin:1.45rem 0 0;
  color:var(--text-soft);
  font-size:1rem;
  line-height:1.82;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  margin-top:1.7rem;
}

.hero-statusbar{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:2rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
    rgba(7,9,15,0.18);
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-radius:22px;
  overflow:hidden;
}

.hero-status-item{
  min-height:80px;
  padding:1rem;
  border-right:1px solid var(--line-soft);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:.35rem;
}

.hero-status-item:last-child{
  border-right:0;
}

.hero-status-label{
  font-family:'Space Grotesk',sans-serif;
  font-size:.54rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--text-dim);
}

.hero-status-item strong{
  font-family:'Space Grotesk',sans-serif;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#fff;
}

.hero-side-stack{
  display:grid;
  gap:1rem;
  height:100%;
}

.hero-panel,
.hero-metrics-card{
  padding:1.35rem;
  border-left:2px solid rgba(91,147,255,0.24);
  min-height:100%;
}

.module-chip{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 .75rem;
  background:rgba(91,147,255,0.08);
  color:var(--primary);
  font-family:'Space Grotesk',sans-serif;
  font-size:.54rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-radius:var(--pill);
}

.module-title{
  margin:1rem 0 .85rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:1.38rem;
  line-height:1.08;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
}

.module-text{
  margin:0;
  color:var(--text-soft);
  line-height:1.78;
}

.hero-metric-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.75rem;
}

.hero-metric{
  padding:.95rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)),
    rgba(7,9,15,0.16);
  border:1px solid var(--line-soft);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-radius:18px;
}

.hero-metric strong{
  display:block;
  font-family:'Space Grotesk',sans-serif;
  font-size:.95rem;
  font-weight:700;
  color:#fff;
  text-transform:uppercase;
}

.hero-metric span{
  display:block;
  margin-top:.25rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:.54rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--text-dim);
}

.hero-orb{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter:blur(14px);
}

.hero-orb-blue{
  width:260px;
  height:260px;
  right:-80px;
  top:20px;
  background:radial-gradient(circle at center, rgba(91,147,255,0.18), transparent 72%);
  opacity:.56;
}

.hero-orb-purple{
  width:220px;
  height:220px;
  right:40px;
  bottom:30px;
  background:radial-gradient(circle at center, rgba(122,92,255,0.12), transparent 72%);
  opacity:.34;
}

.content-section{
  padding:1.4rem 0 0;
}

.section-shell,
.contact-shell,
.dashboard-shell,
.site-footer-inner{
  overflow:hidden;
}

.section-shell{
  padding:1.8rem;
  border-left:2px solid rgba(91,147,255,0.24);
}

.section-head{
  margin-bottom:.9rem;
}

.section-kicker{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 .8rem;
  background:rgba(91,147,255,0.08);
  color:var(--primary);
  font-family:'Space Grotesk',sans-serif;
  font-size:.54rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-radius:var(--pill);
}

.section-title{
  margin:1rem 0 .85rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(1.9rem, 4vw, 2.7rem);
  line-height:1.04;
  font-weight:800;
  text-transform:uppercase;
  color:#fff;
}

.section-text{
  margin:0;
  color:var(--text-soft);
  line-height:1.85;
}

.services-section .row{
  align-items:stretch;
}

.repo-card{
  padding:1.4rem;
  border-left:2px solid transparent;
  transition:transform .24s ease, border-color .24s ease;
  display:flex;
  flex-direction:column;
}

.repo-card:hover{
  transform:translateY(-4px);
}

.repo-card-blue{border-left-color:var(--primary);}
.repo-card-gold{border-left-color:var(--secondary);}
.repo-card-purple{border-left-color:var(--tertiary);}

.repo-card-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:.75rem;
  margin-bottom:1rem;
}

.repo-label{
  display:block;
  margin-bottom:.25rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:.54rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.repo-card-blue .repo-label{color:var(--primary);}
.repo-card-gold .repo-label{color:var(--secondary-soft);}
.repo-card-purple .repo-label{color:var(--tertiary-soft);}

.repo-card h3{
  margin:0;
  font-family:'Space Grotesk',sans-serif;
  font-size:1.18rem;
  line-height:1.08;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
}

.repo-state{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 .55rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:.5rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-radius:var(--pill);
}

.repo-state-blue{
  color:var(--primary);
  background:rgba(91,147,255,0.08);
}

.repo-state-gold{
  color:var(--secondary-soft);
  background:rgba(212,175,55,0.10);
}

.repo-state-purple{
  color:var(--tertiary-soft);
  background:rgba(122,92,255,0.10);
}

.repo-card p{
  margin:0 0 1.15rem;
  color:var(--text-soft);
  line-height:1.78;
}

.repo-metrics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin-top:auto;
  margin-bottom:1rem;
}

.repo-metrics span{
  display:block;
  margin-bottom:.25rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:.52rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--text-dim);
}

.repo-metrics strong{
  font-family:'Space Grotesk',sans-serif;
  font-size:.9rem;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
}

.repo-bar{
  height:4px;
  background:rgba(255,255,255,0.08);
  overflow:hidden;
  border-radius:var(--pill);
}

.repo-bar-fill{
  display:block;
  height:100%;
  border-radius:var(--pill);
}

.repo-bar-fill-blue{
  background:linear-gradient(90deg,var(--primary-dim),var(--primary-fixed));
  box-shadow:0 0 10px rgba(91,147,255,0.34);
}

.repo-bar-fill-gold{
  background:linear-gradient(90deg,var(--secondary),var(--secondary-soft));
}

.repo-bar-fill-purple{
  background:linear-gradient(90deg,var(--tertiary),var(--tertiary-soft));
}

.dashboard-shell{
  position:relative;
}

.dashboard-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:1.25rem;
  padding:1.8rem;
  border-bottom:1px solid var(--line-soft);
}

.dashboard-title{
  margin:0;
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(1.7rem, 4vw, 2.4rem);
  line-height:1.04;
  font-weight:800;
  text-transform:uppercase;
  color:#fff;
}

.dashboard-subtitle{
  display:block;
  margin-top:.45rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:.52rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--text-dim);
}

.dashboard-score{
  text-align:right;
}

.dashboard-score strong{
  display:block;
  font-family:'Space Grotesk',sans-serif;
  font-size:2.35rem;
  line-height:1;
  font-weight:800;
  color:var(--primary);
}

.dashboard-score span{
  display:block;
  margin-top:.35rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:.52rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--text-dim);
}

.dashboard-grid{
  margin-top:0;
}

.dashboard-cell{
  height:100%;
  padding:1.35rem 1.15rem;
  border-right:1px solid var(--line-soft);
  border-top:1px solid var(--line-soft);
  background:rgba(255,255,255,0.01);
}

.dashboard-grid > div:last-child .dashboard-cell{
  border-right:0;
}

.dashboard-cell-label{
  display:block;
  margin-bottom:.85rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:.52rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--text-dim);
}

.dashboard-cell h3{
  margin:0 0 .55rem;
  font-family:'Space Grotesk',sans-serif;
  font-size:1rem;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
}

.dashboard-cell p{
  margin:0;
  color:var(--text-soft);
  line-height:1.72;
  font-size:.9rem;
}

.contact-shell{
  padding:1.8rem;
  border-left:2px solid rgba(91,147,255,0.24);
  position:relative;
}

.contact-shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:radial-gradient(rgba(91,147,255,0.12) 1px, transparent 1px);
  background-size:18px 18px;
  opacity:.08;
}

.contact-copy{
  max-width:690px;
  position:relative;
  z-index:1;
}

.site-footer{
  position:relative;
  z-index:1;
  padding:2rem 0 2.5rem;
}

.site-footer-inner{
  max-width:860px;
  margin:0 auto;
  padding:1.25rem 1.5rem;
  border-left:2px solid rgba(91,147,255,0.24);
}

.site-footer-copy{
  color:rgba(255,255,255,0.78);
  font-size:.92rem;
  line-height:1.8;
}

.site-footer-note{
  margin-top:.35rem;
  color:rgba(255,255,255,0.48);
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.site-footer-mark{
  color:rgba(255,255,255,0.60);
}

.site-footer-name{
  color:var(--primary);
  font-weight:700;
}

.site-footer-role{
  color:rgba(255,255,255,0.72);
}

.site-footer-divider{
  display:inline-block;
  margin:0 .45rem;
  color:rgba(255,255,255,0.28);
}

.site-footer-link{
  color:#bfd6ff;
  text-decoration:none;
  font-weight:600;
  transition:color .25s ease;
}

.site-footer-link:hover,
.site-footer-link:focus{
  color:#fff;
}

.site-footer-social{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:.85rem;
  margin:.95rem 0 .55rem;
}

.site-social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.6rem;
  padding:.72rem 1rem;
  text-decoration:none;
  color:rgba(255,255,255,0.9);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)),
    rgba(13,17,26,0.20);
  border:1px solid var(--line-soft);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  transition:transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
  border-radius:var(--pill);
}

.site-social-link:hover,
.site-social-link:focus{
  transform:translateY(-2px);
  color:#fff;
  border-color:rgba(91,147,255,0.24);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01)),
    rgba(13,17,26,0.28);
}

.site-social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  color:#bfd6ff;
  flex:0 0 18px;
}

.site-social-icon svg{
  display:block;
  width:18px;
  height:18px;
}

@media (max-width: 991.98px){
  .site-main{
    padding-top:6.7rem;
  }

  .navbar-collapse{
    margin-top:.9rem;
    padding:1rem;
    background:rgba(7,9,15,0.76);
    border:1px solid var(--line-soft);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border-radius:22px;
  }

  .navbar-nav{
    gap:.35rem;
    width:100%;
    align-items:stretch !important;
  }

  .nav-system-link{
    width:100%;
    justify-content:flex-start;
    padding:.85rem 1rem;
  }

  .system-btn{
    width:100%;
  }

  .hero-statusbar{
    grid-template-columns:1fr;
  }

  .hero-status-item{
    border-right:0;
    border-bottom:1px solid var(--line-soft);
  }

  .hero-status-item:last-child{
    border-bottom:0;
  }

  .dashboard-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .dashboard-score{
    text-align:left;
  }

  .hero-orb{
    display:none;
  }

  .site-brand{
    align-items:center;
    gap:.7rem;
    min-width:0;
  }

  .site-brand-copy{
    display:flex !important;
    flex-direction:column;
    justify-content:center;
    min-width:0;
    max-width:calc(100vw - 120px);
  }

  .site-brand-title,
  .site-brand-subtitle{
    width:100%;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .site-brand-title{
    font-size:.72rem;
    letter-spacing:.08em;
  }

  .site-brand-subtitle{
    margin-top:.18rem;
    font-size:.46rem;
    letter-spacing:.12em;
  }
}

@media (max-width: 767.98px){
  .container{
    padding-left:1rem;
    padding-right:1rem;
  }

  .site-main{
    padding-top:6rem;
  }

  .hero-main-panel,
  .hero-panel,
  .hero-metrics-card,
  .section-shell,
  .repo-card,
  .dashboard-head,
  .dashboard-cell,
  .contact-shell,
  .site-footer-inner{
    padding:1.2rem;
  }

  .hero-title{
    font-size:clamp(2.35rem, 12vw, 4rem);
  }

  .hero-actions{
    flex-direction:column;
  }

  .repo-card-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .repo-metrics{
    grid-template-columns:1fr;
  }

  .dashboard-cell{
    border-right:0;
  }

  .site-footer-copy{
    font-size:.86rem;
    line-height:1.75;
  }

  .site-footer-divider{
    margin:0 .28rem;
  }
}

@media (max-width: 575.98px){
  .site-footer-social{
    gap:.7rem;
  }

  .site-social-link{
    width:100%;
    max-width:220px;
  }
}