     :root {
      --bg: #ffffff;
      --text: #222831;
      --muted: #5e6674;
      --line: #d9dde4;
      --soft-line: #e9edf2;
      --panel: #ffffff;
      --pill: #edf4f8;
      --tab-bg: #dfe8f6;
      --tab-accent: #f2a31d;
      --link: #2b63d9;
      --footer-bg: #f7f8fa;
      --icon: #56607d;
      --brand: #7cb0f2;
      --avatar-a: #d7f6bc;
      --avatar-b: #c6edb4;
      --shadow: 0 2px 8px rgba(31, 41, 55, 0.07);
      --radius: 14px;
      --container: min(1380px, calc(100vw - 88px));
      --title: clamp(1.6rem, 2vw, 2.65rem);
      --section-title: clamp(1.35rem, 1.6vw, 2rem);
      --card-title: clamp(1.15rem, 1.35vw, 1.7rem);
      --body: clamp(0.94rem, 1vw, 1.08rem);
      --meta: clamp(0.88rem, 0.95vw, 1rem);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: "Manrope", sans-serif;
    }

    a {
      color: var(--link);
      text-decoration: none;
    }

    .page {
      width: var(--container);
      margin: 24px auto 18px;
    }

    .hero {
      display: grid;
      grid-template-columns: 120px 1fr;
      gap: 4px;
      align-items: center;
      min-height: 138px;
    }

    .avatar {
      width: 98px;
      height: 98px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 25%, #8dcaf4, #033b6f);
      display: grid;
      place-items: center;
      flex-shrink: 0;
    }

    .avatar svg {
      width: 56px;
      height: 56px;
      fill: #000;
    }

    .hero-copy h1 {
      margin: 0 0 8px;
      font-size: var(--title);
      font-weight: 600;
      letter-spacing: 0.01em;
      color: #404247;
    }

    .contact-link {
      font-size: 16px;
      font-weight: 500;
      color: #5f84dc;
    }

    .tabs {
      display: flex;
      align-items: flex-end;
      gap: 6px;
      margin-top: 28px;
      padding-left: 2px;
      border-bottom: 1px solid #cfd5df;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .tabs::-webkit-scrollbar {
      display: none;
    }

    .tab {
      border: 0;
      background: transparent;
      color: #111111;
      font: inherit;
      /*font-size: clamp(0.95rem, 1vw, 1.65rem);*/
      font-weight: 500;
      padding: 13px 18px 11px;
      border-radius: 12px 12px 0 0;
      cursor: pointer;
      white-space: nowrap;
      transition: background-color 0.2s ease, color 0.2s ease;
    }

    .tab.active {
      background: var(--tab-bg);
      box-shadow: inset 0 -3px 0 #2e6798;
    }

    .tab.about {
      font-weight: 800;
    }

    .content {
      padding-top: 28px;
    }

    .section-title {
      margin: 0 0 28px 140px;
      font-size: var(--section-title);
      font-weight: 600;
      color: #526382;
    }

    .panel {
      min-height: 480px;
    }

    .about-panel {
      margin-left: 140px;
      max-width: 900px;
      padding: 4px 0 0;
    }

    .about-card {
      border: 1px solid var(--line);
      border-radius: 8px;
      background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
      box-shadow: var(--shadow);
      padding: 26px 28px;
    }

    .about-card p {
      margin: 0 0 16px;
      color: #4f5562;
      /*font-size: 0.98rem;*/
      line-height: 1.8;
    }

    .about-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-top: 20px;
    }

    .about-stat {
      border: 1px solid var(--soft-line);
      border-radius: 8px;
      background: #f8fafc;
      padding: 16px 18px;
    }

    .about-stat strong {
      display: block;
      margin-bottom: 6px;
      font-size: 2.25rem;
      color: #25344f;
    }

    .about-stat span {
      color: #697388;
      /*font-size: 0.9rem;*/
    }

    .cards {
      display: grid;
      gap: 22px;
      padding-left: 74px;
    }

    .card {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .card-body {
      display: grid;
      grid-template-columns: 6px 1fr auto;
      gap: 14px;
      padding: 18px 22px 20px;
      align-items: start;
    }

    .reaction {
      width: 56px;
      display: grid;
      justify-items: center;
      gap: 8px;
      color: var(--icon);
      padding-top: 14px;
    }

    .reaction svg {
      width: 28px;
      height: 28px;
      stroke: currentColor;
      stroke-width: 1.9;
      fill: none;
      vector-effect: non-scaling-stroke;
    }

    .reaction-count {
      font-size: 0.98rem;
      color: #666a72;
      font-weight: 600;
      line-height: 1;
    }

    .card-main {
      min-width: 0;
      padding-top: 12px;
    }

    .issue-title {
      margin: 0 0 10px;
      font-size: 18px;
      font-weight: 700;
      color: #30343b;
      
    }

    .issue-excerpt {
      margin: 0;
      color: #535252;

      font-size: var(--body);
      line-height: 1.76;
      font-size: 16px;
    }

    .issue-meta-top {
      white-space: nowrap;

      /*font-size: clamp(0.88rem, 0.95vw, 1rem);*/
      color: #1e1e1e;
      padding-top: 4px;
    }

    .pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 32px;
      padding: 6px 18px;
      margin-top: 16px;
      border-radius: 999px;
      background: var(--pill);
      color: #505154;

      font-size: 13px;
      line-height: 1.1;
    }

    .card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 9px 22px 9px 28px;
      border-top: 1px solid #e7f5fe;
      background: #e7f5fe;
    }

    .asked-by {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .mini-avatar {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #5f95df;
      display: grid;
      place-items: center;
      flex-shrink: 0;
    }

    .mini-avatar svg {
      width: 22px;
      height: 22px;
      fill: #fff;
    }

    .asked-copy {
      display: flex;
      align-items: baseline;
      gap: 8px;
      /*font-size: clamp(0.92rem, 0.96vw, 1rem);*/
      color: #4d4d4d;
      min-width: 0;
      flex-wrap: wrap;
    }

    .asked-copy strong {
      font-weight: 700;
      color: var(--link);
    }

    .stats {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      justify-content: flex-end;
      /*font-size: var(--meta);*/
      color: #51555d;
    }

    .stat {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
    }

    .stat svg {
      width: 18px;
      height: 18px;
      fill: #78a7ea;
      flex-shrink: 0;
    }

    .empty-state {
      margin-left: 140px;
      max-width: 760px;
      padding: 26px 28px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fbfcfe;
      box-shadow: var(--shadow);
    }

    .empty-state h3 {
      margin: 0 0 8px;
      /*font-size: 1.25rem;*/
      color: #2e3f5d;
    }

    .empty-state p {
      margin: 0;
      color: #697388;
      /*font-size: 0.96rem;*/
      line-height: 1.7;
    }

    @media (max-width: 1280px) {
      :root {
        --container: min(1120px, calc(100vw - 40px));
      }

      .section-title {
        margin-left: 94px;
      }

      .about-panel,
      .empty-state {
        margin-left: 94px;
      }

      .cards {
        padding-left: 24px;
      }
    }

    @media (max-width: 900px) {
      .page {
        margin-top: 22px;
      }

      .hero {
        grid-template-columns: 1fr;
        gap: 22px;
        justify-items: start;
      }

      .hero-copy h1 {
        line-height: 1.15;
      }

      .tabs {
        margin-top: 24px;
      }

      .section-title {
        margin: 0 0 24px;
      }

      .about-panel,
      .empty-state {
        margin-left: 0;
      }

      .cards {
        padding-left: 0;
      }

      .card-body {
        grid-template-columns: 72px 1fr;
      }

      .issue-meta-top {
        grid-column: 2;
        padding-top: 0;
      }

      .card-footer {
        padding-left: 22px;
        padding-right: 22px;
        flex-direction: column;
        align-items: flex-start;
      }

      .stats {
        justify-content: flex-start;
      }
    }

    @media (max-width: 640px) {
      :root {
        --container: calc(100vw - 28px);
      }

      .avatar {
        width: 108px;
        height: 108px;
      }

      .avatar svg {
        width: 48px;
        height: 48px;
      }

      .tab {
        padding-left: 14px;
        padding-right: 14px;
      }

      .content {
        padding-top: 24px;
      }

      .about-card,
      .empty-state {
        padding: 20px 18px;
      }

      .about-grid {
        grid-template-columns: 1fr;
      }

      .card-body {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 18px 18px 20px;
      }

      .reaction {
        width: auto;
        grid-auto-flow: column;
        justify-content: start;
        gap: 16px;
        padding-top: 0;
      }

      .reaction-count {
        align-self: center;
        margin-right: 8px;
      }

      .card-main,
      .issue-meta-top {
        grid-column: auto;
      }

      .card-main {
        padding-top: 0;
      }

      .issue-meta-top {
        white-space: normal;
        font-size: 13px;
      }

      /*.asked-by {*/
      /*  align-items: flex-start;*/
      /*}*/

      /*.asked-copy,*/
      /*.stats {*/
      /*  font-size: 0.98rem;*/
      /*}*/

      .stats {
        gap: 12px;
      }
    }
    
    .profile-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    overflow:hidden;
    
}

.profile-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
 .pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      padding-top: 4px;
    }

    .pager-btn {
      min-width: 110px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid #d8e0eb;
      background: #fff;
      color: #28496f;
      cursor: pointer;
    }

    .pager-btn:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }

    .page-label {
      color: #4a5260;
      font-size: 0.94rem;
    }

  .error-div {
      text-align: center;
      margin-top: 170px;
      font-size: 26px;
      width: 90%;
      margin: auto;
      margin-top: 150px;
      line-height: 2;
      font-weight: 400;
      color: grey;
      max-width: 600px;
      margin-bottom: 100px;
  }
  /* LOADER CSS */
  .spinner{
      width:45px;
      height:45px;
      border:4px solid #e5e5e5;
      border-top:4px solid #1f62d5;
      border-radius:50%;
      animation:spin .7s linear infinite;
      margin:auto;
  }
  @keyframes spin{
      100%{ transform:rotate(360deg); }
  }
  .profile-icon svg{
      width: 88px;
      height: 80px;
      fill: #000;
  }
  
