<style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
      background: #f4f7fb;
      color: #1a2634;
      line-height: 1.5;
    }

    .wrapper {
      max-width: 1280px;
      margin: 0 auto;
      padding: 1.5rem 1.5rem 2rem;
    }

    /* header & navigation */
    .top-bar {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1.5rem;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 1.8rem;
      font-weight: 600;
      letter-spacing: -0.02em;
      color: #0b2b4a;
    }

    .logo i {
      color: #1e6ec5;
      font-size: 2rem;
    }

    .header-date {
      background: white;
      padding: 0.4rem 1.2rem;
      border-radius: 40px;
      font-weight: 500;
      box-shadow: 0 2px 6px rgba(0,0,0,0.03);
      font-size: 0.95rem;
      color: #2c3e50;
      border: 1px solid #e9edf2;
    }

    .header-date i {
      margin-right: 6px;
      color: #1e6ec5;
    }

    /* market ticker */
    .ticker-wrap {
      background: white;
      border-radius: 60px;
      padding: 0.5rem 1.8rem;
      margin-bottom: 2.2rem;
      box-shadow: 0 4px 12px rgba(0,20,40,0.04);
      border: 1px solid #eef2f6;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .ticker-label {
      font-weight: 600;
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #54738f;
      margin-right: 1rem;
    }

    .ticker-items {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem 2rem;
    }

    .ticker-item {
      display: flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.95rem;
    }

    .ticker-item .index {
      font-weight: 600;
      color: #1f3a5f;
    }

    .ticker-item .value {
      font-weight: 600;
      color: #0f2a44;
    }

    .positive {
      color: #1e7b4c;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 2px;
    }

    .negative {
      color: #b13e3e;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 2px;
    }

    /* featured section */
    .featured-card {
      background: linear-gradient(145deg, #ffffff 0%, #f6faff 100%);
      border-radius: 28px;
      padding: 2rem 2rem;
      margin-bottom: 2.5rem;
      box-shadow: 0 10px 25px -8px rgba(0,40,80,0.15);
      border: 1px solid #e1eaf1;
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      align-items: center;
    }

    .featured-content {
      flex: 2 1 400px;
    }

    .featured-tag {
      background: #1e6ec5;
      color: white;
      padding: 0.2rem 1rem;
      border-radius: 40px;
      font-size: 0.8rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.4px;
      display: inline-block;
      margin-bottom: 0.8rem;
    }

    .featured-content h2 {
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 1rem;
      color: #0a233b;
    }

    .featured-summary {
      font-size: 1.1rem;
      color: #2b455e;
      margin-bottom: 1.5rem;
      max-width: 85%;
    }

    .featured-meta {
      display: flex;
      gap: 1.5rem;
      align-items: center;
      flex-wrap: wrap;
    }

    .btn {
      background: #0f2f4f;
      color: white;
      border: none;
      padding: 0.7rem 2rem;
      border-radius: 40px;
      font-weight: 600;
      font-size: 1rem;
      cursor: default;
      box-shadow: 0 4px 8px rgba(0,30,60,0.1);
      transition: 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      border: 1px solid #214b70;
    }

    .btn i {
      font-size: 0.9rem;
    }

    .btn:hover {
      background: #1a3f62;
      transform: scale(1.02);
    }

    .date-badge {
      color: #4a627a;
      font-size: 0.95rem;
    }

    .date-badge i {
      margin-right: 5px;
    }

    .featured-icon {
      flex: 0 0 110px;
      height: 110px;
      background: #d6e6fb;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1e4e7a;
      font-size: 3.2rem;
      margin: 0 auto;
      box-shadow: 0 15px 20px -10px rgba(0,50,100,0.2);
    }

    /* section header */
    .section-header {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin: 2.5rem 0 1.5rem;
    }

    .section-header h3 {
      font-size: 1.8rem;
      font-weight: 600;
      color: #152f44;
      letter-spacing: -0.02em;
    }

    .section-header a {
      color: #1e6ec5;
      text-decoration: none;
      font-weight: 500;
      font-size: 1rem;
    }

    /* card grid */
    .news-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.8rem;
    }

    .card {
      background: white;
      border-radius: 0px;
      padding: 1.6rem 1.5rem 1.5rem;
      box-shadow: 0 8px 22px -8px rgba(0,25,45,0.08);
      border: 1px solid #ecf2f9;
      transition: all 0.2s ease;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 1rem;
    }

    .card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 30px -8px rgba(20,60,120,0.15);
      border-color: #cdddec;
    }

    .card-icon {
      flex: 0 0 52px;
      height: 52px;
      background: #e2edfc;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1e5ca3;
      font-size: 1.6rem;
    }

    .card-content {
      flex: 1;
    }

    .card-content h4 {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 0.4rem;
      color: #0d2b44;
      line-height: 1.3;
    }

    .card-summary {
      color: #3a516a;
      font-size: 0.9rem;
      margin-bottom: 0.9rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .card-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.8rem;
    }

    .timestamp {
      color: #6a7f98;
    }

    .timestamp i {
      margin-right: 3px;
      font-size: 0.7rem;
    }

    .category {
      background: #eef3f9;
      padding: 0.2rem 0.7rem;
      border-radius: 40px;
      font-weight: 600;
      color: #2d5679;
      font-size: 0.7rem;
      letter-spacing: 0.3px;
    }

    .read-link {
      margin-top: 0.8rem;
      display: inline-block;
      font-size: 0.85rem;
      font-weight: 600;
      color: #1e6ec5;
      text-decoration: none;
    }

    .read-link i {
      font-size: 0.7rem;
      margin-left: 5px;
      transition: 0.2s;
    }

    .read-link:hover i {
      transform: translateX(4px);
    }

      /* responsive */
    @media (max-width: 1000px) {
      .news-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 700px) {
      .top-bar {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
      }
      .ticker-wrap {
        border-radius: 30px;
        padding: 1rem 1.5rem;
      }
      .ticker-items {
        gap: 1rem 1.5rem;
        margin-top: 0.5rem;
      }
      .featured-content h2 {
        font-size: 1.8rem;
      }
      .featured-summary {
        max-width: 100%;
      }
      .featured-icon {
        flex: 0 0 80px;
        height: 80px;
        font-size: 2.5rem;
      }
      .news-grid {
        grid-template-columns: 1fr;
      }
      .card {
        padding: 1.4rem;
      }
    }

    @media (max-width: 480px) {
      .wrapper {
        padding: 1rem 1rem 1.5rem;
      }
      .featured-card {
        padding: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
      }
    }