
:root {
  --bg: #1A0B10;
  --surface: #2A1118;
  --text: #FFF1F2;
  --muted_text: #FDA4AF;
  --primary: #FB7185;
  --secondary: #F97316;
  --accent: #FACC15;
  --border: rgba(255, 241, 242, 0.12);
  --glow-primary: 0 0 20px rgba(251, 113, 133, 0.4);
  --glow-inner: inset 0 0 20px rgba(251, 113, 133, 0.08);
  --font-sans: 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'Consolas', 'Monaco', monospace;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-sans);
  min-height: 100vh;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}

body.ievl6b1 {
  overflow: hidden;
  height: 100vh;
}


.isn6zds {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(26, 11, 16, 0.92);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--glow-inner);
}

.ijd5kio {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.izz6q4l {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-mono);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.izz6q4l img {
  height: 36px;
  width: auto;
  margin-right: 0.5rem;
  object-fit: contain;
}

.ibkuaom {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}

.ibkuaom a {
  color: var(--muted_text);
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.5rem;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.ibkuaom a:hover {
  color: var(--primary);
  border-color: var(--border);
  box-shadow: var(--glow-inner);
}

@media (max-width: 768px) {
  .ibkuaom {
    display: none;
  }
}


.irvz0vu {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  overflow: hidden;
}

.ibmq2os {
  position: absolute;
  inset: 0;
  background: var(--surface) url('/9f1ab3c9/b5219198b7f02d12.webp') center/cover no-repeat;
}

.ibmq2os::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 11, 16, 0.85) 0%, rgba(42, 17, 24, 0.7) 100%);
}

.ibmq2os::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(251, 113, 133, 0.03) 2px,
    rgba(251, 113, 133, 0.03) 4px
  );
  pointer-events: none;
}

.inlusal {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
}

.ijuxph3 {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary);
  margin-bottom: 0.75rem;
  text-shadow: 0 0 12px rgba(251, 113, 133, 0.5);
}

.irvz0vu h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.iq62r5k {
  color: var(--muted_text);
  font-size: 1rem;
  max-width: 480px;
  margin: 0 auto;
}

.inkck00 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.ixir4vs {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: rgba(42, 17, 24, 0.6);
  transition: color 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
  font-family: var(--font-mono);
}

.ixir4vs:hover {
  color: var(--primary);
  border-color: rgba(251, 113, 133, 0.5);
  background: rgba(42, 17, 24, 0.8);
  box-shadow: 0 0 12px rgba(251, 113, 133, 0.3);
}


.ilwenbq {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.iplhm88 {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.iqpk7d1 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
  color: var(--text);
}

.isn3i8z {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.ika3ax4 {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.25rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: var(--glow-inner);
}

.ika3ax4:hover {
  border-color: rgba(251, 113, 133, 0.35);
  box-shadow: 0 0 24px rgba(251, 113, 133, 0.2), var(--glow-inner);
}

.ika3ax4 a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.imfvkdr {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid var(--border);
}

.ifhrh38 {
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
  color: var(--text);
}

.im3bl6v {
  font-size: 0.9rem;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.ibvfjr5 {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--primary);
  border-radius: 4px;
  transition: background 0.2s, box-shadow 0.2s;
}

.ika3ax4:hover .ibvfjr5 {
  background: rgba(251, 113, 133, 0.15);
  box-shadow: 0 0 12px rgba(251, 113, 133, 0.3);
}


.iyri6or {
  padding: 3rem 1.5rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.ikqq8tg {
  max-width: 1200px;
  margin: 0 auto;
}

.ibd3dtj {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.iahyvtl {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--glow-inner);
}

.iahyvtl h3 {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.iahyvtl p {
  font-size: 0.9rem;
  color: var(--muted_text);
}


.imhfoeh {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.id728f9 {
  max-width: 840px;
  margin: 0 auto;
}

.ih2oqnt {
  margin-top: 1.5rem;
}

.ih2oqnt p {
  font-size: 0.95rem;
  color: var(--muted_text);
  margin-bottom: 1rem;
  line-height: 1.7;
}

.ih2oqnt p:last-child {
  margin-bottom: 0;
}


.il6isbe {
  padding: 3rem 1.5rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.int2iom {
  max-width: 1200px;
  margin: 0 auto;
}

.ihlgcd4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.igl27uk {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: var(--glow-inner);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.igl27uk:hover {
  border-color: rgba(251, 113, 133, 0.35);
  box-shadow: 0 0 20px rgba(251, 113, 133, 0.15), var(--glow-inner);
}

.igl27uk h3 {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.igl27uk p {
  font-size: 0.9rem;
  color: var(--muted_text);
  line-height: 1.6;
}


.ilsup9c {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.isddpfx {
  max-width: 840px;
  margin: 0 auto;
}

.iyeoil1 {
  margin-top: 1.5rem;
}

.ipteqr1 {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
}

.ipteqr1:last-child {
  border-bottom: none;
}

.ipteqr1 h3 {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.ipteqr1 p {
  font-size: 0.9rem;
  color: var(--muted_text);
  line-height: 1.7;
}

.im9htb6 {
  padding: 3rem 1.5rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.in81exn {
  max-width: 1200px;
  margin: 0 auto;
}

.iowfqul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.ibpij9l {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--glow-inner);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ibpij9l:hover {
  border-color: rgba(251, 113, 133, 0.35);
  box-shadow: 0 0 24px rgba(251, 113, 133, 0.2), var(--glow-inner);
}

.ibpij9l h3 {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.ieeuxff {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 0.75rem;
  font-family: var(--font-mono);
}

.ibpij9l p:last-child {
  font-size: 0.9rem;
  color: var(--muted_text);
  line-height: 1.6;
}

.itzvepr {
  padding: 2.5rem 1.5rem 2rem;
  border-top: 1px solid var(--border);
  background: var(--bg);
}

.ibp8fgs {
  max-width: 1200px;
  margin: 0 auto;
}

.irnwdyg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.irnwdyg a {
  display: block;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.irnwdyg a:hover {
  opacity: 1;
}

.irnwdyg img {
  height: 44px;
  width: auto;
  object-fit: contain;
  filter: brightness(1.05);
}

.ijyh4wz {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.ijyh4wz a {
  color: var(--muted_text);
  text-decoration: none;
  font-size: 0.85rem;
}

.ijyh4wz a:hover {
  color: var(--primary);
}

.ic2l522 {
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted_text);
  margin-bottom: 1rem;
}

.ic2l522 a {
  color: var(--primary);
  text-decoration: none;
}

.ic2l522 a:hover {
  text-decoration: underline;
}

.ivkp7y9 {
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted_text);
  opacity: 0.9;
  max-width: 720px;
  margin: 0 auto;
}


.if2u6om {
  max-width: 840px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
}

.if2u6om h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
  color: var(--text);
}

.if2u6om h2 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.if2u6om p,
.if2u6om li {
  color: var(--muted_text);
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.if2u6om ul {
  margin-left: 1.25rem;
  margin-bottom: 1rem;
}

.if2u6om a {
  color: var(--primary);
  text-decoration: none;
}

.if2u6om a:hover {
  text-decoration: underline;
}


#rmg0jf {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  background: rgba(26, 11, 16, 0.9);
}

#rmg0jf.iluur2l {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.izgmvms {
  position: relative;
}

.iaz3ryd {
  background: var(--surface);
  padding: 1.75rem;
  border-radius: 8px;
  max-width: 400px;
  border: 1px solid var(--border);
  box-shadow: var(--glow-primary), var(--glow-inner);
}

.ijzirft p {
  color: var(--text);
  margin-bottom: 1rem;
}

.if0p4k2 {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.izi7lqg,
.iuwck3z {
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: box-shadow 0.2s, background 0.2s;
}

.izi7lqg {
  background: var(--primary);
  color: var(--bg);
  border: 1px solid var(--primary);
}

.izi7lqg:hover {
  box-shadow: 0 0 16px rgba(251, 113, 133, 0.5);
}

.iuwck3z {
  background: transparent;
  color: var(--muted_text);
  border: 1px solid var(--border);
}

.iuwck3z:hover {
  border-color: var(--muted_text);
}

.iwti9ob {
  display: none;
  background: var(--surface);
  padding: 1.75rem;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.iwti9ob.iluur2l {
  display: block;
}

.iwti9ob p {
  color: var(--muted_text);
}


#sc5go2 {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  background: var(--surface);
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.3);
}

#sc5go2.iluur2l {
  display: block;
  visibility: visible;
  opacity: 1;
}

.im1dae2 p {
  color: var(--muted_text);
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.ie03u6a {
  display: flex;
  gap: 0.5rem;
}

.iqr7b2n,
.ivjxusa {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: box-shadow 0.2s, background 0.2s;
}

.iqr7b2n {
  background: var(--primary);
  color: var(--bg);
  border: 1px solid var(--primary);
}

.ivjxusa {
  background: transparent;
  color: var(--muted_text);
  border: 1px solid var(--border);
}




#ef4gqf {}
#p42txw {}
#viuyf2 {}
#i1kq7z {}
#f2xesx {}
#yq7gn7 {}
#e558an {}
#zotihm {}

#rmg0jf{z-index:999999!important;position:fixed!important;}
#rmg0jf.iluur2l{display:flex!important;visibility:visible!important;opacity:1!important;}
body.ievl6b1{overflow:hidden!important;height:100vh!important;}
#sc5go2{z-index:999998!important;}
