@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Rajdhani:wght@600;700;800&display=swap');

:root {
  --bg: #050505;
  --bg-soft: #0b0b0d;
  --glass: rgba(17,17,20,.92);
  --panel: #111114;
  --panel-soft: #151518;
  --line: #29292f;
  --text: #fff;
  --muted: #aaaab2;
  --brand: #f20d18;
  --brand-2: #b90009;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 88% 3%, rgba(242,13,24,.12), transparent 30rem),
    radial-gradient(circle at 5% 85%, rgba(255,255,255,.035), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.snow { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.snow::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -310px;
  right: -210px;
  border-radius: 50%;
  background: var(--brand);
  filter: blur(150px);
  opacity: .13;
}
.snow::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 36px 0 70px; position: relative; z-index: 1; }
.profile {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(20,20,23,.97), rgba(9,9,11,.97));
  box-shadow: var(--shadow);
}
.banner { position: relative; height: 240px; overflow: hidden; }
.banner img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) brightness(.48); transform: scale(1.015); }
.banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,5,5,.08),rgba(5,5,5,.92)), linear-gradient(90deg,rgba(242,13,24,.14),transparent 45%); }
.profile-body { position: relative; z-index: 2; margin-top: -76px; padding: 0 34px 36px; text-align: center; }
.avatar {
  display: block;
  width: 122px;
  height: 122px;
  margin: 0 auto;
  object-fit: cover;
  border: 5px solid #0b0b0d;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 12px 36px rgba(0,0,0,.65), 0 0 0 1px rgba(242,13,24,.4);
}
.title { margin: 18px 0 5px; color: #fff; font: 800 clamp(34px,5vw,54px)/1 Rajdhani, sans-serif; letter-spacing: -.025em; }
.subtitle { max-width: 720px; margin: 0 auto; color: var(--muted); font: 400 15px/1.7 Inter, sans-serif; }
.nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 26px 0 14px; }
.nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #303038;
  border-radius: 11px;
  background: rgba(255,255,255,.025);
  color: #d5d5da;
  text-decoration: none;
  font: 700 12px Inter, sans-serif;
  transition: .22s ease;
}
.nav a.active, .nav a:hover { color: #fff; border-color: var(--brand); background: rgba(242,13,24,.11); transform: translateY(-1px); }
.search { max-width: 560px; margin: 25px auto 10px; }
.search input, input, select, textarea {
  width: 100%;
  border: 1px solid #33333a;
  border-radius: 11px;
  background: #0b0b0d;
  color: #fff;
  padding: 14px 15px;
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(242,13,24,.09); }
.grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 16px; margin-top: 22px; }
.card {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .25s ease;
}
.card::before { content: ""; position: absolute; inset: 0; background: var(--bg-img) center/cover no-repeat; filter: grayscale(72%) brightness(.28); transition: .35s; }
.card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,5,5,.18),rgba(5,5,5,.9)); }
.card:hover { transform: translateY(-5px); border-color: var(--brand); box-shadow: 0 20px 45px rgba(242,13,24,.1); }
.card:hover::before { transform: scale(1.06); filter: grayscale(15%) brightness(.43); }
.card > div, .card h3, .card .acessar { position: relative; z-index: 2; }
.card h3 { margin: 8px 0; color: #fff; font: 800 23px/1.05 Rajdhani, sans-serif; }
.badge, .acessar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(242,13,24,.85);
  border-radius: 9px;
  background: rgba(242,13,24,.12);
  color: #fff;
  font: 800 10px Inter, sans-serif;
  letter-spacing: .06em;
}
.panel { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); color: #d0d0d5; font: 400 14px/1.6 Inter,sans-serif; }
.table-row { margin-bottom: 9px; padding: 13px 14px; border: 1px solid #29292f; border-radius: 11px; background: #111114; }
.btn, button:not(.menu-toggle) { border: 1px solid var(--brand); border-radius: 11px; background: linear-gradient(135deg,var(--brand),var(--brand-2)); color: #fff; font-weight: 800; cursor: pointer; box-shadow: 0 12px 30px rgba(242,13,24,.18); }
.btn:hover, button:not(.menu-toggle):hover { filter: brightness(1.08); }
.txt-white { color: #fff; }
.txt-red { color: var(--brand); }
.txt-muted { color: var(--muted); }
.wa-link { display: inline-flex; align-items: center; gap: 6px; margin-left: 6px; padding: 5px 9px; border-radius: 8px; background: #16b85b; color: #fff; text-decoration: none; font: 800 10px Inter,sans-serif; }
.site-footer { width: min(980px, calc(100% - 40px)); margin: 48px auto 18px; padding-top: 22px; border-top: 1px solid #222228; color: #777780; text-align: center; font: 500 11px Inter,sans-serif; }
.site-footer .dfs { color: var(--brand); font-weight: 800; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 24px, 1180px); padding-top: 18px; }
  .profile { border-radius: 17px; }
  .banner { height: 185px; }
  .profile-body { margin-top: -62px; padding: 0 14px 24px; }
  .avatar { width: 104px; height: 104px; }
  .title { margin-top: 15px; }
  .nav { gap: 7px; }
  .nav a { min-height: 39px; padding: 0 11px; font-size: 10px; }
  .grid { grid-template-columns: 1fr; }
}
