main {
      background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
      color: #e0f2f1;
      font-family: 'Inter', system-ui, -apple-system, sans-serif;
      overflow-x: hidden;
}
    .room {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 2rem;
      position: relative;
      text-align: center;
    }

    .content {
      position: relative;
      z-index: 2;
      max-width: 920px;
    }

    .logo-area {
      margin-bottom: 3.5rem;
    }

    .school-name {
      font-family: 'Playfair Display', serif;
      font-size: clamp(3.8rem, 12vw, 9.5rem);
      font-weight: 800;
      letter-spacing: -0.04em;
      background: linear-gradient(90deg, #a1c4fd 0%, #c2e9fb 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-shadow: 0 10px 40px rgba(0,0,0,0.45);
      line-height: 0.92;
    }

    .subtitle {
      font-size: clamp(1.35rem, 4.5vw, 2.1rem);
      font-weight: 400;
      color: rgba(224, 242, 241, 0.82);
      margin-top: 0.6rem;
      letter-spacing: 0.04em;
    }

    .launching {
      font-size: 1.35rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 1.8rem;
      opacity: 0.75;
    }

