:root {
  --color-ink: #1a1a2e;
  --color-lilac: #b8c1ec;
  --color-ice: #eefcfe;
  --color-frost: rgba(255, 255, 255, 0.65);
  --color-accent: #232946;
  --color-text: #232946;
  --radius-lg: 24px;
  --radius-md: 12px;
  --font-main: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --spacing-section: 4rem;
  --shadow-glass: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-main);
  background-color: var(--color-ice);
  color: var(--color-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}


body.c-1104fb-06e9c2ce{overflow:hidden;}


.c-1104fb-85c38a2e {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--color-frost);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.25rem 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.c-1104fb-4298f746 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-1104fb-1775192f {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--color-ink);
  font-weight: 700;
  font-size: 1.25rem;
}

.c-1104fb-89ffc3c4 {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-1104fb-f356764f {
  text-decoration: none;
  color: var(--color-ink);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.c-1104fb-f356764f.c-1104fb-f1981558{
  color:#0284c7; 
  font-weight:700;
}

.c-1104fb-f356764f.c-1104fb-f1981558::after{
  content:"";
  display:block;
  height:2px;
  width:100%;
  margin-top:6px;
  background:rgba(2,132,199,0.65);
  border-radius:999px;
}

.c-1104fb-f356764f:hover {
  color: #64748b;
}

.c-1104fb-b91c53df {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-ink);
}


.c-1104fb-6176d668 {
  background: linear-gradient(180deg, var(--color-ice) 0%, #d4dff5 100%);
  padding: 4rem 2rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: var(--spacing-section);
}

.c-1104fb-0dec0e2d {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}

.c-1104fb-f6c0657a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-1104fb-eb7d753d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--color-ink);
}

.c-1104fb-d4df7ae2 {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
  max-width: 300px;
}

.c-1104fb-a4705307 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--color-ink);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.c-1104fb-63cff5e5 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-style: normal;
}

.c-1104fb-3a9b4b05 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--color-text);
  font-size: 0.9rem;
  transition: opacity 0.2s;
}

.c-1104fb-3a9b4b05:hover {
  opacity: 0.7;
}

.c-1104fb-ac172c19 {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-1104fb-0108d8b0 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.c-1104fb-0108d8b0 a {
  text-decoration: none;
  color: var(--color-text);
  font-size: 0.85rem;
}

.c-1104fb-0108d8b0 a:hover {
  text-decoration: underline;
}

.c-1104fb-4f4b72e6 {
  font-size: 0.75rem;
  color: #666;
  margin-top: 2rem;
}


#snow-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

@media (max-width: 768px) {
  .c-1104fb-4298f746 {
    justify-content: space-between;
  }
  .c-1104fb-89ffc3c4 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-frost);
    flex-direction: column;
    padding: 1.5rem;
    text-align: center;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  .c-1104fb-89ffc3c4.c-1104fb-d502dee0 {
    display: flex;
  }
  .c-1104fb-b91c53df {
    display: block;
  }
  .c-1104fb-0dec0e2d {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .c-1104fb-ac172c19, .c-1104fb-f6c0657a, .c-1104fb-63cff5e5 {
    align-items: center;
    text-align: center;
  }
  .c-1104fb-3a9b4b05 {
    justify-content: center;
  }
}

.c-1104fb-fc19b22d{margin-top:16px;}
.c-1104fb-9871afec{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;justify-content:space-between;}
.c-1104fb-a46777cb{display:flex;gap:10px;align-items:center;}
.c-1104fb-b6ad3147{display:inline-flex;gap:8px;align-items:center;text-decoration:none;}
.c-1104fb-da8b103b{display:block;}
.c-1104fb-11c26b68{max-width:520px;}
.c-1104fb-c61edc1e{opacity:0.9;font-size:0.95em;line-height:1.35;}
