:root{
  --bg: #0b0b0c;
  --card: rgba(255,255,255,0.06);
  --card2: rgba(255,255,255,0.04);
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.62);
  --border: rgba(255,255,255,0.12);
  --shadow: 0 20px 60px rgba(0,0,0,0.45);
  --radius: 18px;
}

*{ box-sizing: border-box; }

html, body{ height: 100%; }

body{
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "SF Pro Display", "SF Pro Text",
               "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(1200px 700px at 20% -10%, rgba(255,255,255,0.10), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(255,255,255,0.07), transparent 55%),
    var(--bg);
  color: var(--text);
  letter-spacing: -0.01em;
}

a{ color: inherit; text-decoration: none; }

.wrap{ max-width: 980px; margin: 0 auto; padding: 28px 20px 64px; }

header{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding: 10px 4px 24px;
}

.brand{ display:flex; align-items:center; gap: 12px; }

.logo{
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--border);
  box-shadow: 0 6px 26px rgba(0,0,0,0.35);
  overflow: hidden;
  flex: 0 0 auto;
}

.logo img{ width:100%; height:100%; object-fit: cover; }

.brandName{ font-size: 18px; margin: 0; font-weight: 700; letter-spacing: 0.02em; }

.nav{
  display:flex; gap: 14px; align-items:center; flex-wrap: wrap; justify-content:flex-end;
}

.nav a{
  font-size: 13px; color: var(--muted);
  padding: 10px 12px; border-radius: 999px; border: 1px solid transparent;
}

.nav a:hover{ color: var(--text); border-color: var(--border); background: rgba(255,255,255,0.04); }

main{ display:block; }

.hero{ padding: 36px 4px 28px; }

.kicker{ color: var(--muted); font-size: 14px; margin: 0 0 10px; }

h1{
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  margin: 0 0 12px;
  font-weight: 720;
  letter-spacing: -0.03em;
}

.subtitle{
  max-width: 62ch; color: var(--muted);
  font-size: 16px; line-height: 1.6; margin: 0 0 22px;
}

.ctaRow{ display:flex; flex-wrap: wrap; gap: 12px; align-items:center; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap: 10px; padding: 12px 16px; border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  font-size: 14px; font-weight: 600;
}

.btn:hover{ background: rgba(255,255,255,0.10); }

.btn.primary{ background: rgba(255,255,255,0.92); color: #0b0b0c; border-color: transparent; }

.btn.primary:hover{ background: rgba(255,255,255,0.98); }

.grid{
  margin-top: 26px;
  display:grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 14px;
}

@media (max-width: 860px){ .grid{ grid-template-columns: 1fr; } }

.card{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(180deg, var(--card), var(--card2));
  box-shadow: var(--shadow);
  overflow:hidden;
}

.cardHeader{ padding: 18px 18px 0; }

.cardHeader h2{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.apps{ padding: 14px 14px 16px; }

.appItem{
  display:flex; align-items:center; justify-content:space-between;
  gap: 12px; padding: 14px 14px; margin: 10px 4px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.18);
  transition: transform 120ms ease, background 120ms ease;
}

.appItem:hover{ transform: translateY(-1px); background: rgba(255,255,255,0.06); }

.appLeft{ display:flex; flex-direction:column; gap: 3px; min-width: 0; }

.appName{ font-size: 15px; font-weight: 680; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.appDesc{ font-size: 12px; color: var(--muted); line-height: 1.4; }

.pill{
  font-size: 12px; color: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 8px 10px; border-radius: 999px;
  background: rgba(255,255,255,0.04);
  flex: 0 0 auto;
}

.side{ padding: 16px 16px 18px; }

.kv{ display:flex; flex-direction:column; gap: 10px; margin-top: 12px; }

.row{
  padding: 12px 12px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.16);
}

.label{ font-size: 12px; color: var(--muted); margin: 0 0 6px; }

.value{ margin: 0; font-size: 14px; line-height: 1.45; color: rgba(255,255,255,0.90); word-break: break-word; }

footer{
  padding: 26px 4px 0;
  color: rgba(255,255,255,0.48);
  font-size: 12px;
  display:flex; justify-content:space-between;
  gap: 12px; flex-wrap: wrap;
}

.skip{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}

.skip:focus{
  left: 18px; top: 18px; width:auto; height:auto; padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.10);
  border: 1px solid var(--border);
  color: var(--text);
  z-index: 9999;
}
