	*, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: "DM Sans", sans-serif;
      background: #f9f8f5;
      color: #1a1a1a;
      padding: 2rem 1rem 4rem;
    }

    .article-wrap {
      max-width: 900px;
      margin: 0 auto;
      padding: 3rem 3.5rem;
      background: #ffffff;
      border: 0.5px solid #e0ddd6;
      border-radius: 18px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    }

    .badge {
      display: inline-block;
      margin-bottom: 1rem;
      padding: 6px 14px;
      color: #ffffff;
      background: #5b5fc7;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      align-items: center;
      margin-bottom: 1.25rem;
      color: #666666;
      font-size: 13px;
    }

    .meta span + span::before {
      content: "·";
      margin-right: 0.5rem;
    }

    h1 {
      margin-bottom: 1rem;
      color: #17213c;
      font-family: "Lora", serif;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.2;
    }

    .subtitle {
      margin-bottom: 2rem;
      padding-left: 1rem;
      color: #4f5f7d;
      border-left: 4px solid #5b5fc7;
      font-size: 1.1rem;
      line-height: 1.7;
    }

    .workshop-summary {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin: 2rem 0 2.5rem;
    }

    .session-card {
      min-height: 150px;
      padding: 1.2rem;
      background: #f4f3fb;
      border: 1px solid #deddf3;
      border-radius: 14px;
    }

    .session-number {
      display: block;
      margin-bottom: 0.65rem;
      color: #5b5fc7;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .session-card h2 {
      margin-bottom: 0.5rem;
      color: #17213c;
      font-size: 1rem;
      line-height: 1.35;
    }

    .session-card p {
      color: #5f6470;
      font-size: 13px;
      line-height: 1.55;
    }

    hr {
      margin: 2rem 0;
      border: 0;
      border-top: 0.5px solid #dddddd;
    }

    .body {
      color: #1a1a1a;
      font-family: "Lora", serif;
      font-size: 17px;
      line-height: 1.85;
    }

    .body p {
      margin-bottom: 1.35rem;
    }

    .body h2 {
      margin: 2.5rem 0 0.75rem;
      padding-top: 1.4rem;
      color: #70788a;
      border-top: 0.5px solid #e5e5e5;
      font-family: "DM Sans", sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .pullquote {
      margin: 2rem 0;
      padding: 1.25rem 1.5rem;
      color: #3f347c;
      background: #f4f3fb;
      border-left: 4px solid #5b5fc7;
      border-radius: 0 10px 10px 0;
      font-family: "Lora", serif;
      font-size: 1.1rem;
      font-style: italic;
      line-height: 1.7;
    }

    .pullquote cite {
      display: block;
      margin-top: 0.7rem;
      color: #5f6470;
      font-family: "DM Sans", sans-serif;
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
    }

    .faculty-note {
      margin: 2rem 0;
      padding: 1.5rem;
      background: #f7fafc;
      border: 1px solid #dce5ed;
      border-radius: 14px;
    }

    .faculty-note h3 {
      margin-bottom: 0.45rem;
      color: #17213c;
      font-family: "DM Sans", sans-serif;
      font-size: 1.05rem;
    }

    .faculty-note p {
      margin-bottom: 0;
      color: #465469;
      font-family: "DM Sans", sans-serif;
      font-size: 14px;
      line-height: 1.7;
    }

    .back-to-news {
      margin-top: 2.5rem;
      padding-top: 1.5rem;
    }

    .back-to-news a {
      display: inline-block;
      padding: 10px 16px;
      color: #0c447c;
      background: #e6f1fb;
      border-radius: 999px;
      font-family: "DM Sans", sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
    }

    .back-to-news a:hover,
    .back-to-news a:focus-visible {
      background: #d5e8f8;
    }

    .article-footer {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 3rem;
      padding-top: 1.25rem;
      color: #888888;
      border-top: 0.5px solid #dddddd;
      font-size: 13px;
    }

    .article-footer .author {
      color: #1a1a1a;
      font-weight: 700;
    }
    
    .future-plans {
      margin: 1.75rem 0 2rem;
      padding: 1.5rem;
      background: #f4f3fb;
      border: 1px solid #deddf3;
      border-radius: 14px;
    }

    .future-plans h3 {
      margin-bottom: 1rem;
      color: #17213c;
      font-family: "DM Sans", sans-serif;
      font-size: 1.05rem;
    }

    .future-date-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      list-style: none;
    }

    .future-date-grid li {
      padding: 0.8rem 0.6rem;
      color: #3f347c;
      background: #ffffff;
      border: 1px solid #deddf3;
      border-radius: 10px;
      font-family: "DM Sans", sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
    }

    @media (max-width: 900px) {
      .article-wrap {
        padding: 2.5rem 2rem;
      }

      .workshop-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      
      .future-date-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 560px) {
      body {
        padding: 1rem 0.75rem 3rem;
      }

      .article-wrap {
        padding: 2rem 1.25rem;
      }

      h1 {
        font-size: 1.75rem;
      }

      .subtitle {
        font-size: 1rem;
      }

      .body {
        font-size: 16px;
      }

      .workshop-summary {
        grid-template-columns: 1fr;
      }
      
      .future-date-grid {
        grid-template-columns: 1fr;
      }
    }