
        * { margin: 0; padding: 0; box-sizing: border-box; }
        :root {
            --coral: #F2A09A; --coral-light: #FDF5F4; --coral-dark: #E88B84;
            --teal: #4CB5AE; --teal-dark: #3A9A94; --teal-light: #E8F6F5;
            --navy: #1A2B3C; --text-dark: #2D3748; --text-gray: #5A6B7D;
            --text-light: #8899AA; --white: #FFFFFF; --bg-cream: #FFFAF9; --border: #E8ECF1;
            --pod: #92400E; --pod-dark: #78350F; --pod-light: #FFFBEB; --pod-mid: #FDE68A;
        }
        html { scroll-behavior: smooth; }
        body { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text-dark); line-height: 1.6; background: var(--white); -webkit-font-smoothing: antialiased; }
        h1, h2, h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; }

        .article-hero { padding: 140px 20px 60px; background: linear-gradient(170deg, var(--bg-cream) 0%, var(--white) 40%, var(--pod-light) 100%); text-align: center; position: relative; overflow: hidden; }
        .article-hero::before { content: ''; position: absolute; top: -50%; right: -15%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(146,64,14,0.07) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
        .article-hero::after { content: ''; position: absolute; bottom: -40%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(242,160,154,0.05) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
        .article-hero .breadcrumb { font-size: var(--fs-breadcrumb); color: var(--text-light); margin-bottom: 24px; letter-spacing: 0.5px; }
        .article-hero .breadcrumb a { color: var(--teal); text-decoration: none; }
        .article-hero .breadcrumb a:hover { text-decoration: underline; }
        .article-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--navy); max-width: 800px; margin: 0 auto 20px; line-height: 1.2; }
        .article-hero .article-meta { font-size: var(--fs-article-meta); color: var(--text-light); }
        .article-hero .article-meta span { display: inline-block; margin: 0 8px; }
        .tag { display: inline-block; background: var(--pod-light); color: var(--pod-dark); font-size: var(--fs-tag); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }

        .article-body { max-width: 720px; margin: 0 auto; padding: 48px 20px 80px; }
        .article-body p { font-family: 'Newsreader', Georgia, serif; font-size: var(--fs-article-body); line-height: 1.85; color: var(--text-gray); margin-bottom: 28px; }
        .article-body h2 { font-size: var(--fs-article-h2); color: var(--navy); margin: 48px 0 20px; padding-top: 24px; border-top: 1px solid var(--border); }
        .article-body h2:first-of-type { border-top: none; margin-top: 0; padding-top: 0; }
        .article-body strong { color: var(--text-dark); font-weight: 600; }

        .pod-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 36px 0; }
        .pod-feat { border-radius: 16px; padding: 28px 24px; position: relative; overflow: hidden; }
        .pod-feat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
        .pod-feat.dfx { background: var(--pod-light); border: 1px solid var(--pod-mid); }
        .pod-feat.dfx::before { background: var(--pod); }
        .pod-feat.wound { background: #FEF2F2; border: 1px solid #FECACA; }
        .pod-feat.wound::before { background: #DC2626; }
        .pod-feat.proc { background: #EFF6FF; border: 1px solid #BFDBFE; }
        .pod-feat.proc::before { background: #2563EB; }
        .pod-feat.code { background: #F0FDF4; border: 1px solid #BBF7D0; }
        .pod-feat.code::before { background: #16A34A; }
        .pod-feat-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
        .pod-feat.dfx .pod-feat-icon { background: rgba(146,64,14,0.15); }
        .pod-feat.wound .pod-feat-icon { background: rgba(220,38,38,0.15); }
        .pod-feat.proc .pod-feat-icon { background: rgba(37,99,235,0.15); }
        .pod-feat.code .pod-feat-icon { background: rgba(22,163,74,0.15); }
        .pod-feat-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-card-title); font-weight: 700; margin-bottom: 6px; color: var(--text-dark); }
        .pod-feat-desc { font-family: 'DM Sans', sans-serif; font-size: var(--fs-card-body); color: var(--text-gray); line-height: 1.5; }

        .stat-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 36px 0; }
        .stat-item { background: var(--pod-light); border: 1px solid var(--pod-mid); border-radius: 14px; padding: 22px 18px; text-align: center; }
        .stat-num { font-family: 'DM Serif Display', Georgia, serif; font-size: var(--fs-panel-stat); color: var(--pod); margin-bottom: 4px; }
        .stat-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-label); color: var(--pod-dark); line-height: 1.4; font-weight: 500; }

        /* DFE PANEL */
        .dfe-panel { margin: 36px 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
        .dfe-panel-header { background: linear-gradient(135deg, var(--pod-dark) 0%, #451A03 100%); padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; }
        .dfe-panel-header .dfe-left { display: flex; align-items: center; gap: 10px; }
        .dfe-panel-header .dfe-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; }
        .dfe-panel-header .dfe-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-header); font-weight: 600; color: #fff; }
        .dfe-panel-header .dfe-badge { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-badge); text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 12px; }
        .dfe-panel-body { background: #FAFBFD; padding: 24px; }
        .dfe-section { margin-bottom: 20px; }
        .dfe-section:last-child { margin-bottom: 0; }
        .dfe-section-head { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-title); text-transform: uppercase; letter-spacing: 1.2px; color: var(--pod-dark); font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
        .dfe-section-head .dfe-auto { font-size: var(--fs-panel-small); background: var(--pod-light); color: var(--pod); padding: 2px 6px; border-radius: 4px; letter-spacing: 0.5px; }
        .dfe-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
        .dfe-field { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 12px 16px; }
        .dfe-field-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-title); text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); margin-bottom: 4px; }
        .dfe-field-value { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-body); font-weight: 600; color: var(--text-dark); }
        .dfe-field-value.good { color: #16A34A; }
        .dfe-field-value.warn { color: #EA580C; }
        .dfe-field-value.critical { color: #DC2626; }
        .dfe-mono-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 10px; }
        .dfe-foot { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px; }
        .dfe-foot-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-pipeline-num); font-weight: 700; color: var(--text-dark); margin-bottom: 10px; text-align: center; }
        .dfe-sites { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
        .dfe-site { display: flex; align-items: center; gap: 8px; font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-small); color: var(--text-gray); padding: 4px 8px; border-radius: 6px; background: #FAFBFD; }
        .dfe-site-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
        .dfe-site-dot.felt { background: #16A34A; }
        .dfe-site-dot.absent { background: #DC2626; }
        .dfe-risk-box { background: var(--white); border: 2px solid var(--pod-mid); border-radius: 12px; padding: 16px; margin-top: 14px; text-align: center; }
        .dfe-risk-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-title); text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); margin-bottom: 4px; }
        .dfe-risk-value { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-value); font-weight: 700; }
        .dfe-risk-value.high { color: #DC2626; }
        .dfe-risk-value.mod { color: #EA580C; }
        .dfe-risk-detail { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-small); color: var(--text-gray); margin-top: 4px; }
        .dfe-billing-row { display: flex; gap: 10px; margin-top: 14px; }
        .dfe-billing-code { flex: 1; background: var(--pod-light); border: 1px solid var(--pod-mid); border-radius: 10px; padding: 12px; text-align: center; }
        .dfe-billing-code-num { font-family: 'JetBrains Mono', monospace; font-size: var(--fs-panel-badge); font-weight: 700; color: var(--pod); }
        .dfe-billing-code-desc { font-family: 'DM Sans', sans-serif; font-size: var(--fs-pipeline-sub); color: var(--pod-dark); margin-top: 2px; }

        /* WOUND TRACKER */
        .wound-panel { margin: 36px 0; border-radius: 16px; overflow: hidden; border: 1px solid #FECACA; }
        .wound-panel-header { background: linear-gradient(135deg, #991B1B 0%, #7F1D1D 100%); padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; }
        .wound-panel-header .wp-left { display: flex; align-items: center; gap: 10px; }
        .wound-panel-header .wp-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; }
        .wound-panel-header .wp-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-header); font-weight: 600; color: #fff; }
        .wound-panel-header .wp-badge { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-badge); text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 12px; }
        .wound-panel-body { background: #FAFBFD; padding: 24px; }
        .wound-measurements { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px; }
        .wound-measure { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 12px; text-align: center; }
        .wm-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-pipeline-sub); text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); margin-bottom: 4px; }
        .wm-value { font-family: 'JetBrains Mono', monospace; font-size: var(--fs-panel-value); font-weight: 700; color: var(--text-dark); }
        .wm-value.area { color: #DC2626; }
        .wound-bed { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
        .wound-bed-item { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 12px 16px; }
        .wb-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-flow-num); text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); margin-bottom: 4px; }
        .wb-value { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-body); font-weight: 600; color: var(--text-dark); }
        .wound-trajectory { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px; }
        .wt-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-title); text-transform: uppercase; letter-spacing: 1.2px; color: #991B1B; font-weight: 700; margin-bottom: 10px; }
        .wt-bars { display: flex; align-items: flex-end; gap: 8px; height: 50px; margin-bottom: 6px; }
        .wt-bar { flex: 1; border-radius: 4px 4px 0 0; }
        .wt-dates { display: flex; gap: 8px; }
        .wt-date { flex: 1; font-family: 'JetBrains Mono', monospace; font-size: var(--fs-panel-small); color: var(--text-light); text-align: center; }
        .wt-values { display: flex; gap: 8px; margin-bottom: 4px; }
        .wt-val { flex: 1; font-family: 'JetBrains Mono', monospace; font-size: var(--fs-dot-label-sm); color: var(--text-gray); text-align: center; }
        .wound-wagner { display: flex; align-items: center; gap: 12px; margin-top: 14px; background: #FEF2F2; border: 1px solid #FECACA; border-radius: 10px; padding: 12px 16px; }
        .wg-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-pipeline-num); font-weight: 600; color: #991B1B; }
        .wg-value { font-family: 'JetBrains Mono', monospace; font-size: var(--fs-panel-heading); font-weight: 700; color: #DC2626; }
        .wg-desc { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-small); color: #7F1D1D; }

        /* CODING FLOW */
        .coding-flow { margin: 36px 0; padding: 28px 24px; background: linear-gradient(135deg, #F0FDF4 0%, var(--pod-light) 50%, #EFF6FF 100%); border-radius: 16px; border: 1px solid #BBF7D0; }
        .coding-flow-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-title); text-transform: uppercase; letter-spacing: 1.5px; color: #16A34A; font-weight: 700; text-align: center; margin-bottom: 20px; }
        .coding-scenario { background: var(--white); border-radius: 12px; padding: 18px 20px; margin-bottom: 12px; border: 1px solid var(--border); }
        .coding-scenario:last-of-type { margin-bottom: 0; }
        .coding-scenario-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
        .coding-scenario-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-row); font-weight: 700; color: var(--text-dark); }
        .coding-scenario-type { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-small); text-transform: uppercase; letter-spacing: 1px; padding: 3px 10px; border-radius: 10px; font-weight: 600; }
        .coding-scenario-type.routine { background: var(--pod-light); color: var(--pod-dark); }
        .coding-scenario-type.lops { background: #F0FDF4; color: #16A34A; }
        .coding-scenario-type.wound { background: #FEF2F2; color: #DC2626; }
        .coding-scenario-type.nail { background: #EFF6FF; color: #2563EB; }
        .coding-steps { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
        .coding-step { font-family: 'JetBrains Mono', monospace; font-size: var(--fs-panel-small); padding: 4px 10px; border-radius: 6px; font-weight: 500; }
        .coding-step.code { background: var(--pod-light); color: var(--pod-dark); }
        .coding-step.modifier { background: #EFF6FF; color: #2563EB; }
        .coding-step.gcode { background: #F0FDF4; color: #16A34A; }
        .coding-arrow { font-size: var(--fs-coding-arrow); color: var(--text-light); }
        .coding-note { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-small); color: var(--text-light); margin-top: 8px; font-style: italic; }

        /* DOTPHRASE */
        .dotphrase-demo { margin: 36px 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
        .dotphrase-demo-header { background: var(--navy); padding: 14px 20px; display: flex; align-items: center; gap: 8px; }
        .dotphrase-demo-header .dot { width: 10px; height: 10px; border-radius: 50%; }
        .dotphrase-demo-header .dot.r { background: #FF5F57; }
        .dotphrase-demo-header .dot.y { background: #FEBC2E; }
        .dotphrase-demo-header .dot.g { background: #28C840; }
        .dotphrase-demo-header .title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-nav); color: rgba(255,255,255,0.5); margin-left: 8px; }
        .dotphrase-demo-body { background: #1E293B; padding: 24px; }
        .dotphrase-line { font-family: 'JetBrains Mono', 'SF Mono', monospace; font-size: var(--fs-dot-body); line-height: 2; color: rgba(255,255,255,0.55); display: flex; align-items: center; flex-wrap: wrap; gap: 0; }
        .dotphrase-line .label { color: rgba(255,255,255,0.3); min-width: 100px; display: inline-block; font-size: var(--fs-panel-small); }
        .dotphrase-line .cmd { color: #89DDFF; font-weight: 500; font-size: var(--fs-dot-cmd); }
        .dotphrase-line .arg { color: #82AAFF; }
        .dotphrase-line .cmt { color: rgba(255,255,255,0.25); font-style: italic; font-size: var(--fs-panel-small); margin-left: 12px; }
        .dotphrase-line .result { color: #C3E88D; }
        .dotphrase-divider { height: 1px; background: rgba(255,255,255,0.06); margin: 12px 0; }
        .dotphrase-section-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-small); text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.2); margin-bottom: 6px; padding-left: 100px; }

        /* AMBIENT */
        .template-preview { margin: 36px 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
        .template-preview-header { background: linear-gradient(135deg, var(--pod-dark) 0%, #451A03 100%); padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; }
        .template-preview-header .tp-left { display: flex; align-items: center; gap: 10px; }
        .template-preview-header .tp-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; }
        .template-preview-header .tp-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-mock-header); font-weight: 600; color: #fff; }
        .template-preview-header .tp-badge { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-badge); text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 12px; }
        .template-preview-body { background: #FAFBFD; padding: 24px; }
        .tp-section { margin-bottom: 20px; }
        .tp-section:last-child { margin-bottom: 0; }
        .tp-section-head { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-title); text-transform: uppercase; letter-spacing: 1.2px; color: var(--pod-dark); font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
        .tp-section-head .tp-auto { font-size: var(--fs-panel-small); background: var(--pod-light); color: var(--pod); padding: 2px 6px; border-radius: 4px; letter-spacing: 0.5px; }
        .tp-content { font-family: 'Newsreader', Georgia, serif; font-size: var(--fs-panel-body); color: var(--text-gray); line-height: 1.7; background: var(--white); padding: 14px 18px; border-radius: 10px; border: 1px solid var(--border); }
        .tp-content .tp-ai { background: linear-gradient(135deg, var(--pod-light) 0%, #FEF3C7 100%); padding: 2px 6px; border-radius: 4px; color: var(--pod-dark); font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-small); font-weight: 500; }
        .tp-content .tp-highlight { border-bottom: 2px solid var(--pod-mid); }

        /* PIPELINE */
        .procedure-pipeline { margin: 36px 0; padding: 32px 24px; background: linear-gradient(135deg, var(--pod-light) 0%, #FFFBEB 50%, #F0FDF4 100%); border-radius: 16px; border: 1px solid var(--pod-mid); }
        .procedure-pipeline-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-title); text-transform: uppercase; letter-spacing: 1.5px; color: var(--pod-dark); font-weight: 700; text-align: center; margin-bottom: 24px; }
        .pipeline-steps { display: flex; align-items: flex-start; justify-content: center; gap: 0; }
        .pipeline-step { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; min-width: 0; }
        .pipeline-step-num { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-size: var(--fs-pipeline-num); font-weight: 700; color: #fff; margin-bottom: 10px; }
        .pipeline-step:nth-child(1) .pipeline-step-num { background: var(--pod); }
        .pipeline-step:nth-child(3) .pipeline-step-num { background: #DC2626; }
        .pipeline-step:nth-child(5) .pipeline-step-num { background: #2563EB; }
        .pipeline-step:nth-child(7) .pipeline-step-num { background: #16A34A; }
        .pipeline-step:nth-child(9) .pipeline-step-num { background: var(--teal); }
        .pipeline-step-title { font-family: 'DM Sans', sans-serif; font-size: var(--fs-pipeline-title); font-weight: 600; color: var(--text-dark); margin-bottom: 4px; }
        .pipeline-step-sub { font-family: 'DM Sans', sans-serif; font-size: var(--fs-pipeline-sub); color: var(--text-gray); max-width: 110px; line-height: 1.35; }
        .pipeline-arrow { flex: 0 0 24px; width: 24px; display: flex; align-items: center; justify-content: center; padding-top: 6px; }
        .pipeline-arrow svg { width: 20px; height: 20px; stroke: var(--pod); stroke-width: 2; fill: none; opacity: 0.45; }

        /* COMPARISON */
        .auto-flow { margin: 36px 0; padding: 32px 20px; background: linear-gradient(135deg, #FFFDF7 0%, var(--pod-light) 100%); border-radius: 16px; border: 1px solid var(--pod-mid); }
        .auto-flow-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-title); text-transform: uppercase; letter-spacing: 1.5px; color: var(--pod-dark); font-weight: 700; text-align: center; margin-bottom: 24px; }
        .auto-flow-cols { display: flex; gap: 32px; align-items: stretch; }
        .auto-flow-col { flex: 1; min-width: 0; }
        .auto-flow-col-label { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-title); text-transform: uppercase; letter-spacing: 1.2px; font-weight: 700; text-align: center; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid; }
        .auto-flow-col.manual .auto-flow-col-label { color: #B91C1C; border-color: #FECACA; }
        .auto-flow-col.hero .auto-flow-col-label { color: var(--pod-dark); border-color: var(--pod-mid); }
        .auto-step { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
        .auto-step-num { flex: 0 0 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-size: var(--fs-flow-num); font-weight: 700; color: #fff; margin-top: 1px; }
        .auto-flow-col.manual .auto-step-num { background: #EF4444; }
        .auto-flow-col.hero .auto-step-num { background: var(--pod); }
        .auto-step-text { font-family: 'DM Sans', sans-serif; font-size: var(--fs-panel-body); color: var(--text-gray); line-height: 1.45; }
        .auto-step-text strong { color: var(--text-dark); }
        .auto-flow-col.manual .auto-step-text { color: #7F1D1D; }
        .auto-flow-col.manual .auto-step-text strong { color: #991B1B; }
        .auto-flow-divider { flex: 0 0 1px; background: var(--border); margin: 24px 0 0; }
        .auto-flow-verdict { display: flex; gap: 20px; margin-top: 20px; padding-top: 16px; border-top: 1px dashed var(--pod-mid); }
        .verdict-box { flex: 1; text-align: center; font-family: 'DM Sans', sans-serif; padding: 12px; border-radius: 10px; }
        .verdict-box.bad { background: #FEF2F2; color: #991B1B; font-size: var(--fs-verdict); font-weight: 600; }
        .verdict-box.good { background: var(--pod-light); color: var(--pod-dark); font-size: var(--fs-verdict); font-weight: 600; }

        .callout { background: var(--pod-light); border-left: 4px solid var(--pod); padding: 20px 24px; border-radius: 0 10px 10px 0; margin: 32px 0; }
        .callout.teal { background: var(--teal-light); border-left-color: var(--teal); }
        .callout.blue { background: #EFF6FF; border-left-color: #2563EB; }
        .callout p { font-family: 'DM Sans', sans-serif !important; font-size: var(--fs-callout) !important; color: var(--text-dark) !important; margin-bottom: 0 !important; line-height: 1.65 !important; }
        .callout strong { color: var(--pod-dark); }
        .callout.teal strong { color: var(--teal-dark); }
        .callout.blue strong { color: #1E40AF; }

        .article-cta { background: linear-gradient(135deg, var(--navy) 0%, #2a4560 100%); border-radius: 16px; padding: 40px 36px; margin: 48px 0 0; text-align: center; }
        .article-cta h3 { color: #fff; font-size: var(--fs-cta-heading); margin-bottom: 12px; }
        .article-cta p { color: rgba(255,255,255,0.65) !important; font-family: 'DM Sans', sans-serif !important; font-size: var(--fs-cta-body) !important; margin-bottom: 24px !important; }
        .article-cta .btn { display: inline-block; background: var(--teal); color: #fff; padding: 14px 32px; border-radius: 10px; font-weight: 600; text-decoration: none; font-size: var(--fs-btn); transition: background 0.2s, transform 0.15s; }
        .article-cta .btn:hover { background: var(--teal-dark); transform: translateY(-1px); }

        @media (max-width: 600px) {
            .article-hero { padding: 120px 16px 40px; }
            .article-body { padding: 32px 16px 60px; }
            .article-body p { font-size: var(--fs-article-body-sm); }
            .pod-features { grid-template-columns: 1fr; }
            .stat-bar { grid-template-columns: 1fr; }
            .dfe-fields { grid-template-columns: 1fr; }
            .dfe-mono-grid { grid-template-columns: 1fr; }
            .dfe-billing-row { flex-direction: column; }
            .wound-measurements { grid-template-columns: 1fr 1fr; }
            .wound-bed { grid-template-columns: 1fr; }
            .pipeline-steps { flex-direction: column; align-items: center; }
            .pipeline-arrow { transform: rotate(90deg); padding: 0; }
            .pipeline-step { flex-direction: row; text-align: left; gap: 12px; width: 100%; }
            .pipeline-step-num { flex-shrink: 0; }
            .pipeline-step-sub { max-width: none; }
            .auto-flow-cols { flex-direction: column; }
            .auto-flow-divider { height: 1px; width: 100%; margin: 12px 0; }
            .coding-scenario-head { flex-direction: column; align-items: flex-start; gap: 6px; }
            .coding-steps { gap: 6px; }
            .dotphrase-line .label { min-width: 70px; font-size: var(--fs-dot-label-sm); }
            .dotphrase-line { font-size: var(--fs-dot-body-sm); }
            .article-cta { padding: 28px 20px; }
        }
        @media (prefers-reduced-motion: reduce) {
            * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
        }
    