    @font-face {
        font-family: "pixel";
        src: url("../fonts/Nunito-VariableFont_wght.ttf");
    }
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "pixel";
    }
    
    body {
      background-color: #d2ffd2;
      opacity: 1;
      background-image: radial-gradient(#f74545 1.4000000000000001px, #cfffcf 1.4000000000000001px);
      background-size: 28px 28px;
      animation: moveBackground 20s linear infinite;
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      flex-direction: column;
    }

    li {
        margin-top: 5px;
        margin-left: 30px;
    }

    .top-container{
      display: flex;

    }
    
    .container {
      display: flex;
      gap: 30px;
      max-width: 1200px;
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .panel {
      background: white;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.3);
      flex: 1;
      min-width: 320px;
      max-width: 500px;
    }

    .panel-top{
      background: white;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.3);
      flex: 1;
      min-width: 200px;
      max-width: 100%;
      margin-bottom: 30px;
      text-align: center;
    }
    
    h2 {
      color: #c41e3a;
      font-size: 28px;
      margin-bottom: 10px;
      text-align: center;
    }

    h3 {
      color: #c41e3a;
      font-size: 40px;
    }

    .main-page-button {
      text-decoration: none;
      color: black;
      position: fixed;
      top: 25px;
      left: 25px;
      padding: 10px 20px;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      z-index: 1000;
      font-size: 14px;
    }
    
    .subtitle {
      color: #666;
      text-align: center;
      margin-bottom: 30px;
      font-size: 14px;
    }
    
    .input-group {
      margin-bottom: 20px;
    }
    
    label {
      display: block;
      margin-bottom: 8px;
      color: #333;
      font-weight: 600;
    }
    
    input, textarea {
      width: 100%;
      padding: 15px;
      border: 2px solid #e0e0e0;
      border-radius: 10px;
      font-size: 16px;
      transition: border 0.3s;
      font-family: "pixel";
    }
    
    textarea {
      min-height: 80px;
      resize: vertical;
    }
    
    input:focus, textarea:focus {
      outline: none;
      border-color: #667eea;
    }
    
    button {
      width: 100%;
      padding: 15px;
      background: linear-gradient(135deg, #c41e3a 0%, #8b0000 100%);
      color: white;
      border: none;
      border-radius: 10px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: transform 0.2s;
    }
    
    button:hover {
      transform: translateY(-2px);
    }
    
    button:active {
      transform: translateY(0);
    }
    
    .logout-btn {
      background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
      padding: 10px;
      font-size: 14px;
      margin-bottom: 20px;
    }
    
    .hidden {
      display: none;
    }
    
    .assignment-box {
      background: #f0f8ff;
      border: 3px solid #4169e1;
      border-radius: 15px;
      padding: 20px;
      margin: 20px 0;
      text-align: center;
    }
    
    .assignment-box h3 {
      color: #c41e3a;
      font-size: 22px;
      margin-bottom: 10px;
    }
    
    .assignment-box .name {
      font-size: 32px;
      font-weight: bold;
      color: #1e3a8a;
      margin: 10px 0;
    }
    
    .hints-container {
      margin: 20px 0;
    }
    
    .hint-group {
      background: #f8f9fa;
      border: 2px solid #e9ecef;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 15px;
    }
    
    .hint-group textarea {
      margin-bottom: 10px;
    }
    
    .hint-group button {
      background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
      padding: 10px;
      font-size: 14px;
    }
    
    .santa-message {
      background: #fff0f0;
      border: 3px solid #c41e3a;
      border-radius: 15px;
      padding: 20px;
      margin: 20px 0;
      text-align: center;
    }
    
    .santa-message h3 {
      color: #c41e3a;
      font-size: 24px;
      margin-bottom: 15px;
    }
    
    .hint-item {
      background: white;
      padding: 15px;
      border-radius: 10px;
      margin: 10px 0;
      border-left: 4px solid #c41e3a;
      text-align: left;
    }
    
    .hint-item strong {
      color: #c41e3a;
    }
    
    .success-msg, .error-msg {
      padding: 12px;
      border-radius: 8px;
      margin: 15px 0;
      text-align: center;
      font-size: 14px;
    }
    
    .success-msg {
      background: #d4edda;
      color: #155724;
      border: 1px solid #c3e6cb;
    }
    
    .error-msg {
      background: #f8d7da;
      color: #721c24;
      border: 1px solid #f5c6cb;
    }
    
    .reveal-box {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 2px dashed #ddd;
    }
    
    .santa-reveal {
      background: #ffd700;
      border: 3px solid #ff8c00;
      border-radius: 15px;
      padding: 20px;
      margin: 20px 0;
      text-align: center;
      animation: glow 2s infinite;
    }
    
    .santa-reveal h3 {
      color: #8b0000;
      font-size: 28px;
    }
    
    .info-note {
      background: #e7f3ff;
      border: 2px solid #2196F3;
      border-radius: 10px;
      padding: 12px;
      margin: 15px 0;
      font-size: 14px;
      color: #0d47a1;
    }

    .lol {
      width: 80%;
      display: block;
      margin: 0 auto;
      margin-top: 20px;
      border-radius: 20px;
    }
    
    @keyframes glow {
      0%, 100% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.5); }
      50% { box-shadow: 0 0 30px rgba(255, 215, 0, 0.8); }
    }

    @keyframes moveBackground {
      0% { background-position: 0 0; }
      100% { background-position: 200px 200px; }
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .main-img {
      max-width: 80%;
      max-height: 400px;
      display: block;
      margin: auto;
      margin-bottom: 30px;
      border-radius: 10px;
    }

    .hint-img {
      max-width: 100%;
      max-height: 300px;
      display: block;
      margin: 10px auto;
      border-radius: 8px;
    }
    
    @media (max-width: 768px) {
      body {
        padding: 10px;
        flex-direction: column;
      }
      
      .container {
        gap: 20px;
        padding-top: 20px;
      }
      
      .panel {
        padding: 25px;
        min-width: 100%;
        max-width: 100%;
      }
      
      h2 {
        font-size: 24px;
      }
      
      .assignment-box .name {
        font-size: 24px;
      }
      
      .hint-group {
        padding: 12px;
      }
      
      textarea {
        min-height: 60px;
        font-size: 14px;
      }
      
      button {
        padding: 12px;
        font-size: 14px;
      }
      
      .santa-reveal h3 {
        font-size: 22px;
      }
      
      .santa-reveal div {
        font-size: 28px !important;
      }
      .main-img {
        max-width: 100%;
        max-height: 200px;
        display: block;
        margin: auto;
        margin-bottom: 30px;
      }
      .hint-img {
        max-width: 100%;
        max-height: 200px;
      }
    }