
:root {
  --bg: #07111f;
  --surface: #0f1e33;
  --surface-2: #132842;
  --text: #eef6ff;
  --muted: #9db1c9;
  --brand: #68e1fd;
  --brand-2: #7c5cff;
  --line: rgba(255,255,255,.12);
  --success: #52d273;
  --warning: #ffd166;
  --danger: #ff6b6b;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  background: radial-gradient(circle at top left, rgba(104,225,253,.18), transparent 38%), var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(7,17,31,.78); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand { font-size: 1.4rem; font-weight: 900; letter-spacing: -.04em; }
.brand span { color: var(--brand); }
nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
nav a { color: var(--muted); font-weight: 700; }
nav a:hover { color: var(--text); }
.hero {
  display: grid; grid-template-columns: 1.35fr .65fr; gap: 36px;
  padding: clamp(50px, 9vw, 120px) clamp(18px, 5vw, 72px);
  align-items: center;
}
h1, h2, h3 { margin: 0 0 14px; line-height: 1.05; letter-spacing: -.04em; }
h1 { font-size: clamp(2.6rem, 7vw, 5.7rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
p { color: var(--muted); line-height: 1.7; }
.lead { font-size: 1.18rem; max-width: 760px; }
.eyebrow { color: var(--brand); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 900; }
.button {
  border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #06101d; padding: 13px 18px; border-radius: 999px; font-weight: 900; cursor: pointer;
  box-shadow: 0 10px 35px rgba(104,225,253,.22);
}
.button.secondary { background: rgba(255,255,255,.08); color: var(--text); box-shadow: none; border: 1px solid var(--line); }
.button.small { padding: 9px 13px; font-size: .9rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.card {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow);
}
.hero-card { padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.check-list { padding-left: 0; list-style: none; }
.check-list li { margin: 12px 0; color: var(--muted); }
.check-list li:before { content: "✓"; color: var(--success); margin-right: 10px; font-weight: 900; }
.section { padding: 70px clamp(18px, 5vw, 72px); }
.section.muted { background: rgba(255,255,255,.035); border-block: 1px solid var(--line); }
.section-heading { margin-bottom: 26px; }
.grid { display: grid; gap: 22px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; align-items: start; }
.form { display: grid; gap: 14px; }
label { display: grid; gap: 7px; color: var(--text); font-weight: 800; }
input, textarea, select {
  width: 100%; padding: 13px 14px; border-radius: 14px; border: 1px solid var(--line);
  background: rgba(255,255,255,.07); color: var(--text); outline: none; font: inherit;
}
textarea { min-height: 110px; resize: vertical; }
select option { color: #06101d; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.message { min-height: 22px; font-weight: 800; color: var(--brand); }
.site-footer { padding: 28px clamp(18px, 5vw, 72px); border-top: 1px solid var(--line); }
.portal-bg { background: radial-gradient(circle at top right, rgba(124,92,255,.20), transparent 36%), var(--bg); }
.auth-page { min-height: calc(100vh - 82px); display: grid; place-items: center; padding: 30px 18px; }
.auth-card { width: min(560px, 100%); }
hr { border: 0; border-top: 1px solid var(--line); margin: 22px 0; }
.dashboard { padding: 34px clamp(18px, 4vw, 50px) 70px; }
.dashboard-title { margin-bottom: 24px; }
.dashboard-grid { grid-template-columns: 420px 1fr; align-items: start; }
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 16px; }
.stack { display: grid; gap: 16px; }
.project-header { display: flex; justify-content: space-between; gap: 12px; align-items: start; flex-wrap: wrap; }
.status-pill {
  display: inline-flex; padding: 7px 11px; border-radius: 999px; background: rgba(104,225,253,.14);
  color: var(--brand); font-weight: 900; font-size: .82rem; border: 1px solid rgba(104,225,253,.28);
}
.meta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 18px 0; }
.meta { background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 14px; padding: 12px; }
.meta span { display:block; color: var(--muted); font-size: .78rem; font-weight: 800; }
.meta strong { display:block; margin-top: 5px; }
.progress { height: 10px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.progress div { height: 100%; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.sub-list { display: grid; gap: 8px; margin-top: 16px; }
.sub-item { padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.04); }
.sub-item-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.inline-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.inline-actions select { min-width: 160px; padding: 8px 10px; }
.stats-row { display:grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 22px; }
.stat strong { font-size: 2rem; display:block; }
.stat span { color: var(--muted); font-weight: 800; }
.hidden { display: none !important; }
@media (max-width: 980px) {
  .hero, .split, .dashboard-grid, .cards-3, .stats-row { grid-template-columns: 1fr; }
  .meta-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  nav { gap: 10px; }
  .two-col, .meta-grid { grid-template-columns: 1fr; }
  .site-header { align-items: flex-start; flex-direction: column; }
}
