/* Fibrhost — self-contained. No external fonts, no CDNs, no analytics.
   Everything loads from this origin, so the page is fast and nobody third-party
   sees who visits. */

:root {
  --bg:       #0a0f1a;
  --bg-2:     #0e1524;
  --card:     #121a2b;
  --card-2:   #162034;
  --line:     #1f2b42;
  --line-2:   #2a3a58;
  --text:     #eef3fb;
  --muted:    #94a3b8;
  --dim:      #64748b;

  --mint:     #12e5a0;
  --mint-2:   #0bbd85;
  --violet:   #8b7cf6;
  --amber:    #fbbf24;
  --rose:     #fb7185;

  --r:        16px;
  --r-sm:     11px;
  --shadow:   0 1px 2px rgba(0,0,0,.4), 0 12px 32px -12px rgba(0,0,0,.6);
  --maxw:     1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.65 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { width: min(var(--maxw), 90vw); margin-inline: auto; }

/* Soft colour wash behind everything. Three blurred radial blobs — cheap,
   no images, and it stops the dark palette feeling flat. */
.aurora {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(680px 420px at 12% -8%,  rgba(18,229,160,.16), transparent 65%),
    radial-gradient(600px 400px at 88% 4%,   rgba(139,124,246,.14), transparent 62%),
    radial-gradient(700px 500px at 50% 108%, rgba(18,229,160,.07), transparent 60%);
}

/* ---------------- header ---------------- */

.top {
  position: sticky; top: 0; z-index: 40;
  background: rgba(10,15,26,.72);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 0; }

.brand {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 750; font-size: 1.12rem; letter-spacing: -.025em;
  color: var(--text); text-decoration: none;
}
.brand .mark { width: 26px; height: 26px; display: block; }
.brand .mark svg { width: 100%; height: 100%; }
.brand .mark rect { fill: var(--mint); }
.brand .mark path { stroke: #08111d; }
.accent { color: var(--mint); }

.top nav { display: flex; align-items: center; gap: 1.4rem; }
.top nav a { color: var(--muted); text-decoration: none; font-size: .93rem; transition: color .15s ease; }
.top nav a:hover { color: var(--text); }
.nav-cta {
  padding: .45rem .9rem; border-radius: 999px;
  background: rgba(18,229,160,.12); border: 1px solid rgba(18,229,160,.3);
  color: var(--mint) !important; font-weight: 600;
}
.nav-cta:hover { background: rgba(18,229,160,.2); }

/* ---------------- hero ---------------- */

.hero { padding: clamp(3.5rem, 11vw, 7rem) 0 clamp(2.5rem, 7vw, 4.5rem); }
.hero-inner { max-width: 780px; }

.eyebrow {
  display: inline-block; margin: 0 0 1rem;
  font-size: .74rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase;
  color: var(--mint);
  padding: .3rem .75rem; border-radius: 999px;
  background: rgba(18,229,160,.08); border: 1px solid rgba(18,229,160,.22);
}

.hero h1 {
  margin: 0 0 1.15rem;
  font-size: clamp(2.1rem, 6.2vw, 3.7rem);
  line-height: 1.08; letter-spacing: -.035em; font-weight: 780;
}
.grad {
  background: linear-gradient(105deg, var(--mint), #7dd3fc 45%, var(--violet));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.lede { margin: 0 0 2rem; max-width: 58ch; color: var(--muted); font-size: clamp(1rem, 2.1vw, 1.13rem); }

.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 3rem; }
.btn {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .78rem 1.4rem; border-radius: 999px;
  font-size: .97rem; font-weight: 600; text-decoration: none;
  border: 1px solid var(--line-2); color: var(--text); background: var(--card);
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); border-color: var(--dim); }
.btn.primary {
  background: linear-gradient(135deg, var(--mint), var(--mint-2));
  border-color: transparent; color: #04140d;
  box-shadow: 0 8px 26px -10px rgba(18,229,160,.75);
}
.btn.primary:hover { box-shadow: 0 12px 32px -10px rgba(18,229,160,.9); }
.btn.ghost { background: rgba(255,255,255,.03); }
.arrow { transition: transform .15s ease; }
.btn.ghost:hover .arrow { transform: translateX(3px); }

.trust {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  padding-top: 1.75rem; border-top: 1px solid var(--line);
}
.trust-item { display: flex; flex-direction: column; }
.trust-item strong { font-size: 1.05rem; letter-spacing: -.01em; }
.trust-item span { color: var(--dim); font-size: .87rem; }

/* ---------------- sections ---------------- */

.section { padding: clamp(2.75rem, 7vw, 4.75rem) 0; }
.head { margin-bottom: 1.9rem; }
h2 { margin: 0 0 .4rem; font-size: clamp(1.5rem, 3.4vw, 2.05rem); letter-spacing: -.028em; font-weight: 730; }
.sub { margin: 0; color: var(--muted); max-width: 60ch; }

.grid { display: grid; gap: 1.1rem; }
.status-grid, .games { grid-template-columns: repeat(auto-fit, minmax(288px, 1fr)); }

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

/* ---------------- status ---------------- */

.status-grid .card { padding: 1.15rem 1.25rem; }

.srv-head { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: .3rem; }
.srv-name { font-weight: 650; letter-spacing: -.01em; }

.pill {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .7rem; font-weight: 650; letter-spacing: .07em; text-transform: uppercase;
  border-radius: 999px; padding: .22rem .65rem; white-space: nowrap;
}
.pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.pill.online   { color: var(--mint);  background: rgba(18,229,160,.1);  border: 1px solid rgba(18,229,160,.28); }
.pill.starting { color: var(--amber); background: rgba(251,191,36,.1);  border: 1px solid rgba(251,191,36,.28); }
.pill.offline  { color: var(--rose);  background: rgba(251,113,133,.1); border: 1px solid rgba(251,113,133,.28); }
.pill.online::before { box-shadow: 0 0 0 3px rgba(18,229,160,.22); }

.bar { height: 7px; background: #0a1120; border-radius: 999px; overflow: hidden; margin: .85rem 0 .55rem; border: 1px solid var(--line); }
.bar > i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--mint-2), var(--mint)); transition: width .5s ease; }

.srv-meta { display: flex; justify-content: space-between; gap: .75rem; font-size: .88rem; color: var(--muted); }

.addr {
  margin-top: .95rem; padding-top: .8rem; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: .5rem; align-items: center;
}
.addr code {
  background: #0a1120; border: 1px solid var(--line); border-radius: 8px;
  padding: .22rem .5rem; color: var(--text); font-size: .84rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.copy {
  background: rgba(255,255,255,.04); border: 1px solid var(--line-2); color: var(--muted);
  border-radius: 8px; padding: .24rem .62rem; cursor: pointer; font-size: .78rem;
  font-weight: 600; transition: all .15s ease;
}
.copy:hover { color: var(--mint); border-color: rgba(18,229,160,.4); }

.meta { margin-top: 1.1rem; color: var(--dim); font-size: .85rem; }

.skeleton {
  height: 13px; border-radius: 7px; margin: .5rem 0;
  background: linear-gradient(90deg, #16203a, #1e2b47, #16203a);
  background-size: 200% 100%; animation: sheen 1.4s ease-in-out infinite;
}
.skeleton.short { width: 55%; }
@keyframes sheen { from { background-position: 200% 0 } to { background-position: -200% 0 } }

.notice {
  border: 1px dashed var(--line-2); border-radius: var(--r);
  padding: 1.2rem 1.35rem; color: var(--muted); font-size: .94rem;
  background: rgba(255,255,255,.02); grid-column: 1 / -1;
}

/* ---------------- games ---------------- */

.game { display: flex; flex-direction: column; transition: transform .18s ease, border-color .18s ease; }
.game:hover { transform: translateY(-3px); border-color: var(--line-2); }
.art { height: 92px; }
.art svg { display: block; width: 100%; height: 100%; }
.game-body { padding: 1.05rem 1.25rem 1.25rem; }
.game-head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-bottom: .6rem; }
.game h3 { margin: 0; font-size: 1.06rem; letter-spacing: -.015em; }
.game ul { margin: 0; padding-left: 1.05rem; color: var(--muted); font-size: .92rem; }
.game li { margin: .22rem 0; }

.tag {
  font-size: .66rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  border-radius: 999px; padding: .2rem .6rem;
  color: var(--mint); background: rgba(18,229,160,.1); border: 1px solid rgba(18,229,160,.3);
}

/* ---------------- why ---------------- */

.pillars { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.pillar {
  background: linear-gradient(180deg, var(--card), var(--card-2));
  border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.35rem 1.35rem 1.45rem; box-shadow: var(--shadow);
}
.picon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 11px; margin-bottom: .9rem;
  background: rgba(18,229,160,.1); border: 1px solid rgba(18,229,160,.24);
}
.picon svg { width: 20px; height: 20px; stroke: var(--mint); }
.pillar h3 { margin: 0 0 .4rem; font-size: 1.02rem; letter-spacing: -.015em; }
.pillar p { margin: 0; color: var(--muted); font-size: .93rem; }

.honest {
  margin-top: 1.6rem; border-radius: var(--r);
  background: rgba(251,191,36,.045);
  border: 1px solid rgba(251,191,36,.22);
  border-left: 3px solid var(--amber);
  padding: 1.35rem 1.5rem;
}
.honest h3 { margin: 0 0 .35rem; font-size: 1.02rem; }
.honest > p { margin: 0 0 .7rem; color: var(--muted); font-size: .93rem; }
.honest ul { margin: 0; padding-left: 1.1rem; color: var(--muted); font-size: .93rem; }
.honest li { margin: .45rem 0; }
.honest strong { color: var(--text); }
.honest-foot { margin: .9rem 0 0 !important; font-style: italic; }

/* ---------------- contact ---------------- */

.contact-panel {
  display: grid; gap: 1.75rem; align-items: center;
  grid-template-columns: 1.25fr 1fr;
  background:
    radial-gradient(520px 260px at 8% 0%, rgba(18,229,160,.1), transparent 62%),
    linear-gradient(180deg, var(--card), var(--card-2));
  border: 1px solid var(--line-2); border-radius: 22px;
  padding: clamp(1.6rem, 4vw, 2.6rem); box-shadow: var(--shadow);
}
.contact-copy h2 { margin-bottom: .5rem; }
.price { margin: 1.1rem 0 0; font-size: 1rem; color: var(--muted); }
.price strong { font-size: 1.7rem; color: var(--text); letter-spacing: -.02em; }

.contact-actions { display: grid; gap: .8rem; }
.contact-card {
  display: flex; flex-direction: column; gap: .15rem;
  background: rgba(255,255,255,.035); border: 1px solid var(--line-2);
  border-radius: var(--r-sm); padding: 1rem 1.15rem;
  text-decoration: none; color: var(--text);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.contact-card:hover { transform: translateY(-2px); border-color: rgba(18,229,160,.45); }
.contact-card.primary { background: rgba(18,229,160,.1); border-color: rgba(18,229,160,.35); }
.ck { color: var(--dim); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 650; }
.cv { font-size: .99rem; font-weight: 600; }

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

/* ---------------- footer ---------------- */

footer { border-top: 1px solid var(--line); padding: 2.2rem 0; margin-top: 1rem; }
.foot { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: flex-end; }
.brand-sm { margin: 0; font-weight: 720; letter-spacing: -.02em; }
.fine { margin: .2rem 0 0; color: var(--dim); font-size: .82rem; max-width: 52ch; }

@media (max-width: 620px) {
  .top nav { gap: .9rem; }
  .top nav a:not(.nav-cta) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
