.elementor-2923 .elementor-element.elementor-element-4aa96066{--display:flex;}.elementor-2923 .elementor-element.elementor-element-4aa96066.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2923 .elementor-element.elementor-element-4aa96066{--width:84.433%;}}/* Start custom CSS *//* ==========================================================================
   JetX Media — Blog stylesheet
   Post: Fundamentals of Claude Cowork Skill Architecture
   Date: 2026-04-23
   Note: Header/nav and footer injected by WordPress theme. Body-only styles.
   Inherits base components from post 4 (code-block, code-pair, pull-quote).
   Adds one new component — .skill-stack — for master+specialists diagram.
   ========================================================================== */

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: 'Inter', sans-serif;
      background: #f5f5f0;
      color: #1a1a1a;
      line-height: 1.7;
    }

    /* ── Hero ── */
    .hero {
      background: linear-gradient(135deg, #0f0c29 0%, #1a1040 50%, #24243e 100%);
      padding: 72px 24px 64px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(108,99,255,.25) 0%, transparent 70%);
    }
    .hero .category-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(108,99,255,.18);
      border: 1px solid rgba(108,99,255,.4);
      color: #a89eff;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .8px;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 100px;
      margin-bottom: 24px;
      position: relative;
    }
    .hero .category-pill::before {
      content: '';
      width: 6px; height: 6px;
      background: #6c63ff;
      border-radius: 50%;
      display: inline-block;
      box-shadow: 0 0 8px #6c63ff;
    }
    .hero h1 {
      font-family: 'Merriweather', Georgia, serif;
      font-size: clamp(28px, 5vw, 52px);
      font-weight: 700;
      color: #fff;
      line-height: 1.2;
      max-width: 820px;
      margin: 0 auto 20px;
      position: relative;
    }
    .hero h1 em {
      font-style: italic;
      background: linear-gradient(90deg, #a89eff, #f49cbb);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero .subtitle {
      font-size: 17px;
      color: #d4cfe8;
      max-width: 700px;
      margin: 0 auto 36px;
      position: relative;
    }
    .hero .meta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      font-size: 13px;
      color: #a39cc4;
      position: relative;
      flex-wrap: wrap;
    }
    .hero .meta .author {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #e4dff5;
    }
    .hero .meta .avatar {
      width: 32px; height: 32px;
      background: linear-gradient(135deg,#6c63ff,#f49cbb);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 13px; font-weight: 700; color: #fff;
    }
    .hero .meta .sep { color: #5a5378; }

    /* ── Layout ── */
    .page-wrap {
      max-width: 1170px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* ── Reading Progress ── */
    .progress-bar {
      position: fixed;
      top: 0; left: 0;
      height: 3px;
      background: linear-gradient(90deg,#6c63ff,#f49cbb);
      width: 0%;
      z-index: 9999;
      transition: width .1s linear;
      box-shadow: 0 0 8px rgba(108,99,255,.6);
    }

    /* ── Article Layout ── */
    .article-layout {
      display: grid;
      grid-template-columns: 1fr 300px;
      gap: 48px;
      padding: 56px 0 80px;
      align-items: start;
    }
    @media(max-width:900px){
      .article-layout { grid-template-columns: 1fr; }
      .sidebar { display: none; }
    }

    /* ── Article Body ── */
    .article-body {
      background: #fff;
      border-radius: 16px;
      padding: 52px 56px;
      box-shadow: 0 2px 40px rgba(0,0,0,.06);
    }
    @media(max-width:600px){
      .article-body { padding: 32px 24px; }
    }
    .article-body .intro {
      font-family: 'Merriweather', Georgia, serif;
      font-size: 18px;
      line-height: 1.8;
      color: #2d2d2d;
      border-left: 3px solid #6c63ff;
      padding-left: 20px;
      margin-bottom: 40px;
    }
    .article-body h2 {
      font-family: 'Inter', sans-serif;
      font-size: 22px;
      font-weight: 800;
      color: #0f0c29;
      margin: 48px 0 16px;
      padding-bottom: 10px;
      border-bottom: 2px solid #f0eeff;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .article-body h2 .num {
      background: linear-gradient(135deg,#6c63ff,#9b92ff);
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      padding: 3px 9px;
      border-radius: 6px;
      flex-shrink: 0;
    }
    .article-body h3 {
      font-size: 17px;
      font-weight: 700;
      color: #1a1a2e;
      margin: 32px 0 10px;
    }
    .article-body p {
      font-size: 16px;
      color: #3a3a4a;
      margin-bottom: 18px;
      line-height: 1.85;
    }
    .article-body ul {
      margin: 0 0 20px 0;
      padding-left: 20px;
    }
    .article-body ul li {
      font-size: 16px;
      color: #3a3a4a;
      margin-bottom: 10px;
      line-height: 1.7;
    }

    /* ── Inline code ── */
    .article-body code {
      font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
      font-size: 14px;
      background: #f0eeff;
      color: #4b45b8;
      padding: 2px 6px;
      border-radius: 4px;
      border: 1px solid #e4dfff;
    }

    /* ── Code blocks (Good / Bad pairs) ── */
    .code-block {
      border-radius: 12px;
      padding: 20px 22px;
      margin: 18px 0 22px;
      position: relative;
      border: 1px solid transparent;
      overflow: hidden;
    }
    .code-block .code-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: inline-block;
    }
    .code-block pre {
      font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
      font-size: 13px;
      line-height: 1.65;
      color: #1a1a2e;
      white-space: pre-wrap;
      word-break: break-word;
      margin: 0;
    }
    .code-block.good {
      background: #f0fdf4;
      border-color: #bbf7d0;
    }
    .code-block.good .code-label { color: #15803d; }
    .code-block.bad {
      background: #fff5f5;
      border-color: #fecaca;
    }
    .code-block.bad .code-label { color: #b91c1c; }
    .code-block:not(.good):not(.bad) {
      background: #f8f7ff;
      border-color: #ebe8ff;
    }
    .code-block:not(.good):not(.bad) .code-label { color: #6c63ff; }

    /* Paired Good/Bad layout */
    .code-pair {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin: 18px 0 22px;
    }
    .code-pair .code-block { margin: 0; }
    @media(max-width:700px){
      .code-pair { grid-template-columns: 1fr; }
    }

    /* ── Skill Stack (Master + Specialists diagram) ── */
    .skill-stack {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin: 28px 0 36px;
      align-items: stretch;
    }
    .skill-stack .master {
      background: linear-gradient(135deg, #0f0c29, #1e1b4b);
      color: #fff;
      border-radius: 12px;
      padding: 22px 26px;
      text-align: center;
    }
    .skill-stack .master-label {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1.5px;
      color: #a89eff;
      margin-bottom: 8px;
    }
    .skill-stack .master-name {
      font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 6px;
      word-break: break-word;
    }
    .skill-stack .master-role {
      font-size: 13px;
      color: #d4cfe8;
      line-height: 1.55;
    }
    .skill-stack .stack-arrow {
      text-align: center;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #6c63ff;
      padding: 4px 0;
    }
    .skill-stack .specialists {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }
    @media(max-width:720px){
      .skill-stack .specialists { grid-template-columns: repeat(2, 1fr); }
    }
    @media(max-width:480px){
      .skill-stack .specialists { grid-template-columns: 1fr; }
    }
    .skill-stack .specialist {
      background: #f8f7ff;
      border: 1px solid #ebe8ff;
      border-left: 3px solid #6c63ff;
      border-radius: 10px;
      padding: 14px 16px;
    }
    .skill-stack .spec-label {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .6px;
      color: #4b45b8;
      margin-bottom: 6px;
    }
    .skill-stack .spec-path {
      font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
      font-size: 12px;
      color: #1a1a2e;
      word-break: break-word;
      line-height: 1.45;
    }

    /* ── Pull Quote ── */
    .pull-quote {
      background: linear-gradient(135deg, #0f0c29, #1e1b4b);
      border-radius: 14px;
      padding: 32px 36px;
      margin: 36px 0;
      position: relative;
      overflow: hidden;
      color: white;
    }
    .pull-quote::before {
      content: '"';
      position: absolute;
      top: -10px; left: 20px;
      font-size: 120px;
      color: rgba(108,99,255,.2);
      font-family: Georgia, serif;
      line-height: 1;
    }
    .pull-quote p {
      font-family: 'Merriweather', Georgia, serif;
      font-size: 19px;
      font-style: italic;
      color: #e8e4ff;
      line-height: 1.7;
      margin: 0;
      position: relative;
    }

    /* ── CTA Box ── */
    .cta-box {
      background: linear-gradient(135deg,#6c63ff 0%,#9b59b6 100%);
      border-radius: 16px;
      padding: 40px 44px;
      text-align: center;
      margin-top: 48px;
    }
    .cta-box h3 { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 14px; line-height: 1.35; }
    .cta-box p  { font-size: 15px; color: rgba(255,255,255,.95); margin-bottom: 24px; line-height: 1.65; }
    .cta-box .btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
    .cta-box a.btn {
      display: inline-block;
      padding: 14px 30px;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      transition: transform .2s, box-shadow .2s;
      min-height: 44px;
    }
    .cta-box a.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
    .cta-box a.btn:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
    .cta-box a.btn-white { background: #fff; color: #4b45b8; }

    /* ── Sidebar ── */
    .sidebar { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 24px; }
    .sidebar-card {
      background: #fff;
      border-radius: 14px;
      padding: 24px;
      box-shadow: 0 2px 20px rgba(0,0,0,.06);
    }
    .sidebar-card h4 {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .8px;
      color: #5c5480;
      margin-bottom: 16px;
    }

    /* TOC */
    .toc-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
    .toc-list a {
      display: block;
      padding: 9px 12px;
      border-radius: 7px;
      font-size: 13px;
      color: #4a4858;
      text-decoration: none;
      transition: background .15s, color .15s;
      min-height: 32px;
    }
    .toc-list a:hover { background: #f0eeff; color: #4b45b8; }
    .toc-list a:focus-visible { outline: 2px solid #6c63ff; outline-offset: 2px; }
    .toc-list a.active {
      color: #4b45b8;
      background: #f0eeff;
      font-weight: 700;
      border-left: 3px solid #6c63ff;
    }

    html { scroll-behavior: smooth; }

    /* Share Buttons */
    .share-btns {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .share-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 12px;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      border: 1px solid transparent;
      min-height: 44px;
    }
    .share-btn.tw { background: #000; color: #fff; }
    .share-btn.li { background: #0077b5; color: #fff; }
    .share-btn.cp { background: #f3f4f6; color: #1f2937; border: 1px solid #e5e7eb; }
    .share-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      opacity: 0.9;
    }
    .share-btn:focus-visible { outline: 2px solid #6c63ff; outline-offset: 2px; }

    /* Reduced motion */
    @media (prefers-reduced-motion: reduce) {
      * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }
      html { scroll-behavior: auto; }
    }/* End custom CSS */