{"id":525,"date":"2026-02-20T03:30:21","date_gmt":"2026-02-20T03:30:21","guid":{"rendered":"https:\/\/yogaismylife.vn\/en\/?page_id=525"},"modified":"2026-02-20T03:50:05","modified_gmt":"2026-02-20T03:50:05","slug":"yoga-safety-checklist-tool","status":"publish","type":"page","link":"https:\/\/yogaismylife.vn\/en\/yoga-safety-checklist-tool\/","title":{"rendered":"Exercise Safety Checklist"},"content":{"rendered":"\r\n<style>\r\n    \/* === VANILLA CSS (TRANSLATED FROM TAILWIND) === *\/\r\n\r\n    \/* Custom Font & Box-sizing *\/\r\n    #yg-checklist-app-container {\r\n        font-family: 'Inter', sans-serif; \r\n        box-sizing: border-box;\r\n        \/* MODIFIED: Removed max-width, set to 100% *\/\r\n        \/* max-width: 1200px; *\/\r\n        \/* width: 98%; *\/\r\n        margin: 0 auto; \/* Center *\/\r\n    }\r\n    #yg-checklist-app-container *,\r\n    #yg-checklist-app-container *::before,\r\n    #yg-checklist-app-container *::after {\r\n        box-sizing: inherit;\r\n    }\r\n\r\n    \/* Utility classes *\/\r\n    .hidden { \r\n        display: none; \r\n    }\r\n\r\n    \/* Main Container (Modal Overlay) *\/\r\n    #checklist-modal-overlay {\r\n        \/* FIX: Removed popup CSS, reverted to inline *\/\r\n        padding: 0;\r\n        \/* position: fixed; *\/ \/* (Removed) *\/\r\n    }\r\n    #checklist-modal-content {\r\n        background-color: #ffffff;\r\n        width: 100%;\r\n        \/* * WIDTH FIX:\r\n         * Set FIXED max-width (768px\/1200px) to equalize across all 3 screens.\r\n         * (Matches your original design)\r\n        *\/\r\n        max-width: 1200px; \/* 768px *\/ \r\n        margin: 0 auto; \/* Center *\/\r\n        display: flex;\r\n        flex-direction: column;\r\n        overflow: hidden; \/* Content inside will scroll *\/\r\n        \r\n        \/* Removed max-height (no longer a popup) *\/\r\n        \/* max-height: 90vh; *\/ \r\n        \r\n        border-radius: 0.75rem;\r\n        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\r\n    }\r\n    \r\n    \/* Overrides for smaller screens (mobile) *\/\r\n    @media (max-width: 639px) { \/* sm: *\/\r\n        #checklist-modal-content {\r\n            border-radius: 0;\r\n            box-shadow: none;\r\n            \/* On mobile, remove max-width to make it 100% *\/\r\n            max-width: none; \r\n        }\r\n    }\r\n\r\n\r\n    \/* Modal Header *\/\r\n    .modal-header {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n        padding: 1rem;\r\n        border-bottom: 1px solid #e2e8f0; \/* border-slate-200 *\/\r\n        flex-shrink: 0; \/* Do not shrink *\/\r\n    }\r\n    .modal-title {\r\n        font-size: 1.25rem; \/* text-xl *\/\r\n        font-weight: 700; \/* font-bold *\/\r\n        color: #1e293b; \/* text-slate-800 *\/\r\n    }\r\n    \/* CSS for close button *\/\r\n    .modal-close-btn {\r\n        font-size: 2rem;\r\n        font-weight: 300;\r\n        line-height: 1;\r\n        color: #94a3b8; \/* text-slate-400 *\/\r\n        background: none;\r\n        border: none;\r\n        cursor: pointer;\r\n        padding: 0 0.5rem;\r\n        \/* FIX: Hide close button in inline mode *\/\r\n        display: none; \r\n    }\r\n    .modal-close-btn:hover {\r\n        color: #475569; \/* text-slate-600 *\/\r\n    }\r\n\r\n\r\n    \/* Modal Body (scrollable area) *\/\r\n    .modal-body {\r\n        overflow-y: auto; \/* Main scroll area *\/\r\n        \/* \"JUMP\" FIX: Removed minimum height *\/\r\n        \/* min-height: 600px; *\/\r\n    }\r\n\r\n    \/* Screens (Steps) *\/\r\n    .step-screen {\r\n        padding: 1.25rem; \/* p-5 *\/\r\n    }\r\n    @media (min-width: 768px) { \/* md: *\/\r\n        .step-screen {\r\n            padding: 1.5rem; \/* md:p-6 *\/\r\n        }\r\n    }\r\n\r\n    \/* Information Box (Disclaimer) *\/\r\n    .info-box-yellow {\r\n        padding: 1rem;\r\n        margin-bottom: 1.5rem;\r\n        background-color: #fefce8; \/* bg-yellow-50 *\/\r\n        border: 1px solid #fcd34d; \/* border-yellow-300 *\/\r\n        border-radius: 0.5rem; \/* rounded-lg *\/\r\n        color: #92400e; \/* text-yellow-800 *\/\r\n        font-size: 0.875rem; \/* text-sm *\/\r\n    }\r\n    .info-box-yellow .info-box-title {\r\n        font-weight: 700; \/* font-bold *\/\r\n        color: #e30000; \/* text-yellow-800 *\/\r\n        margin: 0 0 0.25rem 0; \/* Override h4 *\/\r\n    }\r\n    .info-box-yellow p {\r\n        margin-top: 0.25rem;\r\n    }\r\n    .info-box-yellow i {\r\n        margin-right: 0.5rem;\r\n    }\r\n\r\n    \/* Titles *\/\r\n    .step-title {\r\n        font-size: 1.5rem; \/* text-2xl *\/\r\n        font-weight: 700; \/* font-bold *\/\r\n        color: #1e293b; \/* text-slate-800 *\/\r\n        text-align: center;\r\n        margin-bottom: 1.5rem; \/* mb-6 *\/\r\n    }\r\n    .group-title {\r\n        font-size: 1.125rem; \/* text-lg *\/\r\n        font-weight: 600; \/* font-semibold *\/\r\n        margin-bottom: 0.75rem; \/* mb-3 *\/\r\n        border-bottom: 1px solid #e2e8f0; \/* border-b *\/\r\n        padding-bottom: 0.5rem; \/* pb-2 *\/\r\n    }\r\n\r\n    \/* Grid *\/\r\n    .goals-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(2, minmax(0, 1fr)); \/* grid-cols-2 *\/\r\n        gap: 1rem; \/* gap-4 *\/\r\n    }\r\n    @media (min-width: 768px) { \/* md: *\/\r\n        .goals-grid {\r\n            grid-template-columns: repeat(3, minmax(0, 1fr)); \/* md:grid-cols-3 *\/\r\n        }\r\n    }\r\n\r\n    \/* Buttons *\/\r\n    .btn {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        border-radius: 0.5rem; \/* rounded-lg *\/\r\n        font-weight: 700; \/* font-bold *\/\r\n        transition: all 0.2s ease-in-out;\r\n        cursor: pointer;\r\n        border: 1px solid transparent;\r\n        padding: 0.75rem 1.25rem; \/* px-5 py-3 *\/\r\n    }\r\n    .btn-primary {\r\n        background-color: #0d9488; \/* bg-teal-600 *\/\r\n        color: #ffffff; \/* text-white *\/\r\n        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06); \/* shadow *\/\r\n    }\r\n    .btn-primary:hover {\r\n        background-color: #0f766e; \/* hover:bg-teal-700 *\/\r\n    }\r\n    .btn-secondary {\r\n        background-color: #475569; \/* bg-gray-600 *\/\r\n        color: #ffffff; \/* text-white *\/\r\n        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06); \/* shadow *\/\r\n    }\r\n    .btn-secondary:hover {\r\n        background-color: #334155; \/* hover:bg-gray-700 *\/\r\n    }\r\n    .btn-full {\r\n        width: 100%;\r\n    }\r\n    .btn-back {\r\n        font-size: 0.875rem; \/* text-sm *\/\r\n        font-weight: 500; \/* font-medium *\/\r\n        color: #64748b; \/* text-slate-500 *\/\r\n        margin-bottom: 1rem; \/* mb-4 *\/\r\n        background: none;\r\n        border: none;\r\n        padding: 0;\r\n        cursor: pointer;\r\n    }\r\n    .btn-back:hover {\r\n        color: #0d9488; \/* hover:text-teal-600 *\/\r\n    }\r\n    .btn-back i {\r\n        margin-right: 0.25rem;\r\n    }\r\n    .btn-continue {\r\n        margin-top: 2rem; \/* mt-8 *\/\r\n    }\r\n    .btn-continue i {\r\n        margin-left: 0.5rem;\r\n    }\r\n    \r\n    .btn-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 0.75rem; \/* gap-3 *\/\r\n    }\r\n    @media (min-width: 640px) { \/* sm: *\/\r\n        .btn-group {\r\n            flex-direction: row; \/* sm:flex-row *\/\r\n        }\r\n    }\r\n    .btn-group .btn {\r\n        flex: 1 1 0%; \/* flex-1 *\/\r\n    }\r\n    .btn i {\r\n        margin-right: 0.5rem;\r\n    }\r\n\r\n    \/* Step 2: Safety Gateway *\/\r\n    .safety-questions-container {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 1.5rem; \/* space-y-6 *\/\r\n    }\r\n    .safety-check-item {\r\n        border: 1px solid #e2e8f0;\r\n        padding: 1rem;\r\n        border-radius: 0.5rem;\r\n        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); \/* shadow-sm *\/\r\n    }\r\n    .safety-check-item label {\r\n        font-weight: 600; \/* font-semibold *\/\r\n        color: #334155; \/* text-slate-700 *\/\r\n    }\r\n    .binary-options {\r\n        display: flex;\r\n        gap: 1rem; \/* gap-4 *\/\r\n        margin-top: 0.75rem; \/* mt-3 *\/\r\n    }\r\n    .radio-options-list {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 0.75rem; \/* space-y-3 *\/\r\n        margin-top: 0.75rem; \/* mt-3 *\/\r\n    }\r\n\r\n    \/* Step 3: Plan *\/\r\n    .personalized-advice {\r\n        margin-bottom: 1.5rem; \/* mb-6 *\/\r\n    }\r\n    .personalized-advice-title {\r\n        font-size: 1rem; \/* text-base *\/\r\n        font-weight: 600; \/* font-semibold *\/\r\n        color: #7e22ce; \/* text-purple-700 *\/\r\n        margin-bottom: 0.75rem; \/* mb-3 *\/\r\n    }\r\n    .personalized-advice-title i {\r\n        margin-right: 0.5rem;\r\n    }\r\n    .personalized-advice-content {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 0.5rem; \/* space-y-2 *\/\r\n        padding: 0.75rem; \/* p-3 *\/\r\n        background-color: #f5f3ff; \/* bg-purple-50 *\/\r\n        border-radius: 0.375rem; \/* rounded-md *\/\r\n        border: 1px solid #ddd6fe; \/* border-purple-200 *\/\r\n        color: #6b21a8; \/* text-purple-800 *\/\r\n        font-size: 0.875rem; \/* text-sm *\/\r\n    }\r\n\r\n    \/* Plan Tabs *\/\r\n    #plan-tabs-container {\r\n        border-bottom: 1px solid #e2e8f0; \/* border-b *\/\r\n        padding-left: 1.25rem; \/* px-5 *\/\r\n        padding-right: 1.25rem;\r\n        overflow-x: auto;\r\n        flex-shrink: 0; \/* Do not shrink *\/\r\n    }\r\n    @media (min-width: 768px) { \/* md: *\/\r\n        #plan-tabs-container {\r\n            padding-left: 1.5rem; \/* md:px-6 *\/\r\n            padding-right: 1.5rem;\r\n        }\r\n    }\r\n    .tabs-nav {\r\n        display: flex;\r\n        margin-bottom: 10px; \/* -mb-px *\/\r\n\t\t    column-gap: 10px;\r\n    }\r\n    #plan-tab-content {\r\n        background-color: #f8fafc; \/* bg-slate-50 *\/\r\n        overflow-y: auto; \/* Allow tab content to scroll *\/\r\n        \/* \"JUMP\" FIX: Removed minimum height *\/\r\n        max-height: 400px; *\/\r\n    }\r\n    \r\n    \/* Footer Area (Options & Signature) *\/\r\n    .plan-footer, .plan-signature {\r\n        padding: 1.25rem; \/* p-5 *\/\r\n        border-top: 1px solid #e2e8f0; \/* border-t *\/\r\n        flex-shrink: 0; \/* Do not shrink *\/\r\n    }\r\n    @media (min-width: 768px) { \/* md: *\/\r\n        .plan-footer, .plan-signature {\r\n            padding: 1.5rem; \/* md:p-6 *\/\r\n        }\r\n    }\r\n    .plan-footer {\r\n        background-color: #ffffff; \/* bg-white *\/\r\n    }\r\n    .plan-signature {\r\n        background-color: #f8fafc; \/* bg-slate-50 *\/\r\n    }\r\n    .plan-footer-title {\r\n        font-size: 1rem; \/* text-md *\/\r\n        font-weight: 600; \/* font-semibold *\/\r\n        color: #334155; \/* text-slate-700 *\/\r\n        margin-bottom: 0.75rem; \/* mb-3 *\/\r\n    }\r\n    .signature-divider {\r\n        border-top: 1px dashed #cbd5e1; \/* border-t border-dashed border-slate-300 *\/\r\n        margin-bottom: 10px; \/* mb-4 *\/\r\n    }\r\n    .signature-text {\r\n        font-size: 0.75rem; \/* text-xs *\/\r\n        text-align: center;\r\n        color: #64748b; \/* text-slate-500 *\/\r\n        font-style: italic;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n\t\tmargin-top:10px;\r\n    }\r\n    .signature-text i {\r\n        color: #16a34a; \/* text-green-600 *\/\r\n        margin-right: 0.5rem; \/* mr-2 *\/\r\n    }\r\n\r\n\r\n    \/* === YOUR ORIGINAL CSS (VERY GOOD, KEPT INTACT) === *\/\r\n    \/* These classes are used by JS *\/\r\n    .step-screen.hidden { display: none; }\r\n    .goal-card {\r\n        background: white; border: 1px solid #e2e8f0; border-radius: 0.75rem;\r\n        padding: 1rem; cursor: pointer; transition: all 0.2s ease-in-out;\r\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);\r\n        display: flex; flex-direction: column; align-items: center; justify-content: center;\r\n        min-height: 100px;\r\n    }\r\n    .goal-card:hover {\r\n        transform: translateY(-4px); \r\n        border-color: #14b8a6;\r\n        \/* THEME CONFLICT FIX: Override background *\/\r\n        background: #ffffff !important; \r\n    }\r\n    \/* THEME CONFLICT FIX: Override text color *\/\r\n    .goal-card:hover span {\r\n        color: #1e293b !important; \r\n    }\r\n    .goal-card i { font-size: 1.5rem; color: #0d9488; margin-bottom: 0.5rem; }\r\n    .goal-card span {\r\n        font-size: 0.875rem; font-weight: 600; color: #1e293b;\r\n        line-height: 1.3; text-align: center;\r\n    }\r\n    .tab-button {\r\n        padding: 0.65rem 1rem; font-size: 0.9rem; font-weight: 600;\r\n        color: #64748b; border-bottom: 3px solid transparent; cursor: pointer;\r\n        transition: all 0.2s; white-space: nowrap;\r\n        background: none; border-left: none; border-right: none; border-top: none;\r\n    }\r\n    .tab-button.active { color: #0d9488; border-bottom-color: #0d9488; }\r\n    .tab-content { display: none; padding: 1.5rem; animation: fadeIn 0.3s ease-in-out; }\r\n    .tab-content.active { display: block; }\r\n    @keyframes fadeIn {\r\n        from { opacity: 0; transform: translateY(10px); }\r\n        to { opacity: 1; transform: translateY(0); }\r\n    }\r\n    .checklist-item {\r\n        display: flex; align-items: flex-start; gap: 0.75rem;\r\n        margin-bottom: 0.75rem; font-size: 0.95rem; line-height: 1.6;\r\n    }\r\n    .checklist-item i {\r\n        padding-top: 0.25rem; flex-shrink: 0; width: 1.25rem;\r\n    }\r\n    .checklist-item.caution i { color: #ef4444; }\r\n    .checklist-item.recommend i { color: #22c55e; }\r\n    .checklist-item.prepare i { color: #3b82f6; }\r\n    .checklist-item.focus i { color: #a855f7; }\r\n    .safety-alert {\r\n        padding: 1rem; border-radius: 0.5rem; margin-top: 1rem;\r\n        font-size: 0.9rem; display: none;\r\n    }\r\n    .safety-alert.fail { background-color: #fef2f2; border: 1px solid #f87171; color: #b91c1c; }\r\n    .safety-alert.warn { background-color: #fffbeb; border: 1px solid #facc15; color: #a16207; }\r\n\r\n    .radio-label {\r\n        display: flex; align-items: center; padding: 0.75rem; border: 1px solid #e2e8f0;\r\n        border-radius: 0.5rem; cursor: pointer; transition: all 0.2s;\r\n    }\r\n    .radio-label:hover { background-color: #f8fafc; }\r\n    .radio-label:has(input:checked) { background-color: #f0fdfa; border-color: #14b8a6; }\r\n    .radio-label input { margin-right: 0.75rem; width: 1rem; height: 1rem; }\r\n    .radio-label-binary {\r\n        display: flex; align-items: center; justify-content: center; flex: 1;\r\n        padding: 0.75rem; border: 1px solid #e2e8f0; border-radius: 0.5rem;\r\n        cursor: pointer; transition: all 0.2s; font-size: 1.125rem;\r\n    }\r\n    .radio-label-binary:hover { background-color: #f8fafc; }\r\n    .radio-label-binary:has(input[value=\"yes\"]:checked) {\r\n        background-color: #fef2f2; border-color: #ef4444; color: #b91c1c;\r\n    }\r\n    .radio-label-binary:has(input[value=\"no\"]:checked) {\r\n        background-color: #f0fdfa; border-color: #14b8a6; color: #0d9488;\r\n    }\r\n    .radio-label-binary input { margin-right: 0.75rem; width: 1.25rem; height: 1.25rem; }\r\n    .reason-pt {\r\n        font-size: 0.875rem; color: #475569; background-color: #f1f5f9;\r\n        border-left: 4px solid #94a3b8; padding: 0.5rem 0.75rem;\r\n        border-radius: 0.25rem; margin-top: 0.5rem;\r\n    }\r\n    \/* Override theme CSS (if conflicts exist) *\/\r\n    #yg-checklist-app-container h3 {\r\n        font-size: 1.5rem;\r\n        font-weight: 700;\r\n        color: #1e293b;\r\n        margin-bottom: 1.5rem;\r\n    }\r\n    #yg-checklist-app-container h4 {\r\n        font-size: 1.125rem;\r\n        font-weight: 600;\r\n        margin-bottom: 0.75rem;\r\n    }\r\n<\/style>\r\n\r\n<div id=\"yg-checklist-app-container\"> \r\n    \r\n    <div id=\"checklist-modal-overlay\">\r\n        \r\n        <div id=\"checklist-modal-content\">\r\n            \r\n            <div class=\"modal-header\">\r\n                <h2 id=\"modal-title-text\" class=\"modal-title\">Workout Checklist<\/h2>\r\n                <button id=\"modal-close-btn\" class=\"modal-close-btn\">&times;<\/button>\r\n            <\/div>\r\n\r\n            <div class=\"modal-body\">\r\n                <div id=\"step-1-goals\" class=\"step-screen hidden\">\r\n                    \r\n                    <div class=\"info-box-yellow\">\r\n                        <h4 class=\"info-box-title\"><i class=\"fas fa-exclamation-triangle\"><\/i> Important Disclaimer<\/h4>\r\n                  <p><strong>This Checklist is for reference only and does not replace professional medical advice.<\/strong> Always consult a physician or physical therapist before starting any exercise program, especially if you have existing injuries or medical conditions.<\/p>\r\n<p>\u27a1\ufe0f <em><a href=\"https:\/\/yogaismylife.vn\/en\/medical-disclaimer\/\" class=\"ysml-link\">Read more: Medical Disclaimer<\/a><\/em><\/p>\r\n                    <\/div>\r\n\r\n                    <h3 class=\"step-title\">What is your training goal today?<\/h3>\r\n                    \r\n                    <div>\r\n                        <h4 class=\"group-title\">Physical Health (Medical Conditions)<\/h4>\r\n                        <div class=\"goals-grid\" id=\"group-suc_khoe_the_chat\"><\/div>\r\n                    <\/div>\r\n\r\n                    <div style=\"margin-top: 2rem;\"> <h4 class=\"group-title\">Mental Health<\/h4>\r\n                        <div class=\"goals-grid\" id=\"group-suc_khoe_tinh_than\"><\/div>\r\n                    <\/div>\r\n\r\n                    <div style=\"margin-top: 2rem;\"> <h4 class=\"group-title\">Special Populations<\/h4>\r\n                        <div class=\"goals-grid\" id=\"group-doi_tuong_cu_the\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div id=\"step-2-safety\" class=\"step-screen hidden\">\r\n                    <button id=\"back-to-step-1\" class=\"btn-back\">\r\n                        <i class=\"fas fa-arrow-left\"><\/i> Back to Goal Selection\r\n                    <\/button>\r\n                    <h3 id=\"safety-title\" class=\"step-title\" style=\"text-align: left; margin-bottom: 1.5rem;\">Safety Screening for: ...<\/h3>\r\n                    \r\n                    <div id=\"safety-questions-container\" class=\"safety-questions-container\">\r\n                        <\/div>\r\n\r\n                    <div id=\"safety-alert-box\" class=\"safety-alert\">\r\n                        <\/div>\r\n                    \r\n                    <button id=\"safety-continue-btn\" class=\"btn btn-primary btn-full btn-continue\">\r\n                        Continue <i class=\"fas fa-arrow-right\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n\r\n                <div id=\"step-3-plan\" class=\"step-screen hidden\" style=\"padding: 0;\"> <div style=\"padding: 1.25rem 1.25rem 0;\"> <button id=\"back-to-step-2\" class=\"btn-back\">\r\n                            <i class=\"fas fa-arrow-left\"><\/i> Back to Safety Screening\r\n                        <\/button>\r\n                        <h3 id=\"plan-title\" class=\"step-title\" style=\"text-align: left; margin-bottom: 1rem;\">Training Plan for: ...<\/h3>\r\n                    \r\n                        <div id=\"personalized-advice-container\" class=\"personalized-advice hidden\">\r\n                             <\/div>\r\n                    <\/div>\r\n\r\n                    <div id=\"plan-tabs-container\">\r\n                        <nav class=\"tabs-nav\" id=\"plan-tabs\">\r\n                            <\/nav>\r\n                    <\/div>\r\n\r\n                    <div id=\"plan-tab-content\">\r\n                        <\/div>\r\n\r\n                    <div class=\"plan-footer\">\r\n                        <h4 class=\"plan-footer-title\">Additional Options<\/h4>\r\n                        <div class=\"btn-group\">\r\n                            <a href=\"#\" id=\"deep-dive-link\" target=\"_blank\" class=\"btn btn-primary\">\r\n                                <i class=\"fas fa-book-open\"><\/i> Read Full Article...\r\n                            <\/a>\r\n                            <button id=\"download-pdf-btn\" data-file-name=\"checklist.pdf\" class=\"btn btn-secondary\">\r\n                                <i class=\"fas fa-file-pdf\"><\/i> Download PDF...\r\n                            <\/button>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"plan-signature\">\r\n                        <hr class=\"signature-divider\">\r\n                        <p class=\"signature-text\">\r\n                            <i class=\"fas fa-check-circle\"><\/i>\r\n                            This checklist has been reviewed and medically approved by Dr. Pham Van Quan.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div> <\/div> <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n\/\/ Ensure JS code runs in a closure to prevent conflicts\r\n(function() {\r\n\r\n    \/\/ === DATA ===\r\n    \/\/ MODIFIED: Data loaded directly from PHP\r\n    \/\/ Variable $checklist_data is defined in the main shortcode file.\r\n    const allChecklists = {\"LDH_ADV\":{\"group\":\"physical_health\",\"displayName\":\"Disc Herniation\",\"icon\":\"fa-solid fa-person-burst\",\"disease_id\":\"LDH_ADV\",\"disease_name\":\"Lumbar Disc Herniation (LDH) - Advanced Biomechanical Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_LDH_ACUTE\",\"text\":\"Are you currently experiencing Numbness, Shooting pain, Burning sensations, or Electric shock-like pain radiating down your leg (sciatica) RIGHT NOW?\",\"type\":\"binary\",\"warning_if_yes\":\"ACUTE DANGER: DO NOT perform any postural exercises. You should only perform breathing and relaxation techniques in a resting position. Consult a physician or physical therapist immediately.\"},{\"question_id\":\"SQ02_LDH_RED_FLAG\",\"text\":\"Do you have 'drop foot' (inability to lift the front part of the foot), loss of bowel\\\/bladder control, OR saddle anesthesia (numbness around the groin\\\/buttocks)?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG: Stop! These are signs of Cauda Equina Syndrome, a severe medical emergency. Go to the hospital immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ03_LDH_TYPE\",\"text\":\"Which action typically makes your pain worse? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Bending forward (e.g., tying shoes, picking up objects, prolonged sitting).\",\"Prolonged standing or bending backward (e.g., reaching overhead).\",\"Twisting or sudden movements.\",\"A dull ache that is largely independent of movement.\"],\"advice_mapping\":{\"Bending forward (e.g., tying shoes, picking up objects, prolonged sitting).\":\"CAUTION (Flexion Intolerance): High probability of a posterior disc herniation. MINIMUM Safety Principle: Strictly avoid forward bending (Spinal Flexion) without bending your knees.\",\"Prolonged standing or bending backward (e.g., reaching overhead).\":\"CAUTION (Extension Intolerance): Possible spinal stenosis or spondylolisthesis. Minimize deep backward bending (Spinal Extension).\",\"A dull ache that is largely independent of movement.\":\"CAUTION: Medical evaluation is required to rule out non-mechanical causes. Stick to relaxation exercises only.\"}},{\"question_id\":\"SQ04_LDH_INJURY\",\"text\":\"Did the pain originate from a specific injury or accident (e.g., fall, heavy lifting) within the last 48 hours?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Acute Inflammation): The body is in an acute inflammatory phase. Perform only breathing exercises and relaxation poses (Savasana). AVOID all spinal stretching or active mobility exercises.\"}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_LDH_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"AVOID heavy exercises (especially forward flexion) within 1-2 hours after waking up.\",\"reason_pt\":\"Overnight, discs absorb fluid and become maximally hydrated (highest intradiscal pressure), making them highly susceptible to injury from bending\\\/twisting.\"},{\"text\":\"Practice in the afternoon or evening when the body is warmed up and the discs have released excess fluid.\",\"reason_pt\":\"Muscles are warmer and more flexible, reducing the risk of injury and muscle spasms.\"},{\"text\":\"Environment & Temperature:\",\"reason_pt\":null},{\"text\":\"Practice in a quiet, well-ventilated but warm area, free from cold drafts.\",\"reason_pt\":\"Chronic back muscles are highly sensitive to cold. Cold air or drafts can trigger muscle guarding and exacerbate pain.\"},{\"text\":\"Ensure the floor is flat and the yoga mat has good grip to prevent slipping.\",\"reason_pt\":\"The risk of slipping and falling is extremely dangerous for individuals with disc herniations.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"Prepare fully: 1 bolster, 2 yoga blocks, 1 strap, and 1 sturdy chair.\",\"reason_pt\":\"Props are MANDATORY, not optional. They help 'bring the floor up to you', allowing you to hip hinge and maintain a neutral spine rather than flexing from the lumbar region.\"},{\"text\":\"Before starting:\",\"reason_pt\":null},{\"text\":\"Wear comfortable, stretchy clothing that does not constrict the abdomen or lower back.\",\"reason_pt\":\"Restrictive clothing can impede diaphragmatic breathing and hip joint mobility.\"},{\"text\":\"Spend 5 minutes sitting quietly (on blocks or a chair), taking deep diaphragmatic breaths into the lower abdomen.\",\"reason_pt\":\"Chronic pain often involves an overactive sympathetic nervous system. Relaxing before practice helps 'switch off' spasm signals and reduces pain.\"}]},{\"stage_id\":\"S02_DURING_LDH\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_Flexion\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Forward bending from the lower back (Spinal Flexion) with a ROUNDED LUMBAR SPINE, e.g., Seated Forward Bend (Paschimottanasana) without bent knees.\",\"reason_pt\":\"This action increases the pressure that pushes the nucleus pulposus backward, directly compressing the nerve roots and worsening the herniation.\"},{\"warning_id\":\"W02_FlexionRotation\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Movements combining Flexion AND Rotation, e.g., Revolved Triangle Pose (Parivrtta Trikonasana).\",\"reason_pt\":\"This is the most dangerous movement combination, generating immense shear force on the annulus fibrosus of the disc.\"},{\"warning_id\":\"W03_UnsupportedLift\",\"text\":\"CONTRAINDICATED: Double Straight Leg Lifts without support.\",\"reason_pt\":\"Creates excessive leverage force on the psoas muscles and lumbar spine, causing severe disc compression.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_DeepRotation\",\"text\":\"CAUTION: DEEP Spinal Rotation even when sitting upright. Only rotate from the thoracic spine while keeping the pelvis stabilized.\",\"reason_pt\":\"Excessive lumbar rotation can still irritate an already compromised disc.\"},{\"warning_id\":\"RC02_DeepExtension\",\"text\":\"CAUTION: DEEP backbends such as Camel or Wheel Pose. Only perform gentle extensions like Sphinx or Baby Cobra.\",\"reason_pt\":\"Deep extension compresses the facet joints at the posterior of the spine, which can cause pain if there is concomitant osteoarthritis.\"}]},{\"stage_id\":\"S03_FOCUS_LDH\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[\"Golden Rule: Always maintain the natural physiological curve of the spine (Neutral Spine), especially in the lumbar region. Always BEND YOUR KNEES when necessary (e.g., in Downward Dog, Forward Folds) to protect the lower back.\",\"Learn to perform the Hip Hinge instead of Spinal Flexion. Imagine keeping your back as straight as a dowel rod when bending over.\",\"Engage the deep core muscles (Transversus Abdominis - TVA) by gently drawing the lower abdomen toward the spine during all movements for core stability.\",\"Traffic Light Principle: If a pose causes pain, numbness, or shooting sensations (Red Light), stop immediately. If you only feel a muscle stretch (Yellow Light), reduce the range of motion by 50%.\"],\"recommended_practices\":[{\"text\":\"Cat-Cow Pose (Marjaryasana-Bitilasana): Perform slowly and gently within a pain-free range of motion.\",\"reason_pt\":\"Helps lubricate the discs and safely releases tension in the paraspinal muscles.\"},{\"text\":\"Sphinx Pose and Baby Cobra Pose.\",\"reason_pt\":\"These are gentle backbends that encourage the centralization of the nucleus pulposus (reducing nerve compression).\"},{\"text\":\"Bridge Pose (Setu Bandhasana) (low hip elevation).\",\"reason_pt\":\"Safely activates the glutes and core muscles, helping to stabilize the pelvis and lumbar spine.\"},{\"text\":\"Supine Knees-to-Chest Pose (Apanasana) (pulling one knee at a time toward the chest).\",\"reason_pt\":\"Helps relax the Quadratus Lumborum (QL) and gluteal muscles, reducing spasms.\"}]},{\"stage_id\":\"S04_POST_LDH\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[\"Crucial: Lie on your back with your legs resting on a chair (creating a 90-degree angle at the hips and knees) for 5-10 minutes. This is the optimal lumbar decompression position.\",\"During Savasana, always place a large bolster under the backs of your knees to flatten the lower back and completely relieve pressure.\",\"AVOID bending, twisting, or lifting heavy objects for at least 30 minutes post-practice (this is when discs and muscles are most vulnerable).\",\"Take a gentle walk and practice deep breathing to regulate the body.\"]},{\"stage_id\":\"S05_LIFE_LDH\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"absolute_contraindications\":[{\"warning_id\":\"L01_Sit\",\"text\":\"AVOID deep squatting, sitting directly on the floor, or sitting on soft sofas\\\/bean bags (which cause the spine to round).\",\"reason_pt\":\"These postures maximize lumbar intradiscal pressure (even higher than when standing), exacerbating the herniation.\"}],\"focus_recommendations\":[\"Proper Sitting: When working at a desk, ensure the chair provides lumbar support and maintains the natural spinal curve. Stand up and walk around every 30-45 minutes.\",\"Proper Lifting: Always apply the 'Hip Hinge' and 'Neutral Spine' principles when picking anything up (even light objects like a pen).\",\"Proper Sleeping: Prioritize sleeping on your back (with a pillow under your knees) or on your side (with a pillow between your knees). AVOID sleeping on your stomach.\",\"Strengthen core muscle groups (abdominals, back, glutes) to create a natural 'muscular corset' that protects the spine.\"]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"Comprehensive Yoga & Disc Herniation Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download PDF Checklist\",\"file_name\":\"LDH_Advanced_Safety_Poster.pdf\"}]},\"huyet_ap_cao_adv\":{\"group\":\"physical_health\",\"displayName\":\"High Blood Pressure\",\"icon\":\"fa-solid fa-arrow-up-long\",\"disease_id\":\"huyet_ap_cao_adv\",\"disease_name\":\"High Blood Pressure (Hypertension) - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_HA_ACUTE\",\"text\":\"Are you currently experiencing dizziness, lightheadedness, severe headaches, chest pain, or shortness of breath RIGHT NOW?\",\"type\":\"binary\",\"warning_if_yes\":\"ACUTE DANGER: Stop immediately! These could be signs of a hypertensive crisis. DO NOT PRACTICE and seek emergency medical attention.\"},{\"question_id\":\"SQ02_HA_READING\",\"text\":\"What is your most recent blood pressure reading (measured within the last 24 hours)?\",\"type\":\"multiple_choice_single\",\"options\":[\"Normal (< 130\\\/85 mmHg)\",\"Prehypertension (130-139 \\\/ 85-89 mmHg)\",\"Stage 1 Hypertension (140-159 \\\/ 90-99 mmHg)\",\"Stage 2 Hypertension (>= 160 \\\/ >= 100 mmHg)\",\"I don't know \\\/ Haven't measured recently\"],\"advice_mapping\":{\"Stage 2 Hypertension (>= 160 \\\/ >= 100 mmHg)\":\"HIGH RISK. Monitor blood pressure immediately before and after practice. Strictly avoid all inversions and breath-holding. Practicing under supervision is highly recommended.\",\"I don't know \\\/ Haven't measured recently\":\"HIGH RISK. Blood pressure must be checked before starting. Do not engage in physical exercise without knowing your baseline reading.\"}},{\"question_id\":\"SQ03_HA_MEDS\",\"text\":\"Are you currently taking blood pressure medication?\",\"type\":\"multiple_choice_single\",\"options\":[\"No\",\"Yes, and I have taken my medication today\",\"Yes, but I FORGOT to take my medication today\"],\"advice_mapping\":{\"Yes, but I FORGOT to take my medication today\":\"CAUTION: Your blood pressure may be unstable. Only perform very gentle breathing and relaxation exercises. Avoid all strenuous poses.\"}},{\"question_id\":\"SQ04_HA_COMORBID\",\"text\":\"Do you have any of the following comorbid conditions?\",\"type\":\"multiple_choice_single\",\"options\":[\"None of the above\",\"Cardiovascular disease (e.g., coronary artery disease, heart failure)\",\"Diabetes (Type 1 or 2)\",\"Chronic Kidney Disease\",\"All of the above\"],\"advice_mapping\":{\"Cardiovascular disease (e.g., coronary artery disease, heart failure)\":\"MAXIMUM CAUTION: Contraindications (no inversions, no breath-holding) are ABSOLUTE. Reduce exercise intensity and duration by 50% compared to individuals without comorbidities.\",\"Diabetes (Type 1 or 2)\":\"CAUTION: Monitor blood glucose levels and watch for signs of hypoglycemia (tremors, sweating) during practice.\",\"Chronic Kidney Disease\":\"MAXIMUM CAUTION: Medical clearance from your treating physician is required before practicing. Avoid all exercises that increase intra-abdominal pressure.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_HA_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Practice in the morning (after taking BP medication) or evening (to reduce stress and promote good sleep).\",\"reason_pt\":\"Practice when your blood pressure is most stable (medicated) and your body is most relaxed.\"},{\"text\":\"AVOID practicing immediately after a heavy meal (wait at least 2 hours).\",\"reason_pt\":\"The body redirects blood to the digestive organs. Exercising at this time creates a dual burden on the circulatory system and the heart.\"},{\"text\":\"AVOID practicing when extremely angry, highly stressed, or immediately after consuming stimulants (coffee, strong tea).\",\"reason_pt\":\"These factors increase heart rate and cause vasoconstriction (raising BP), making exercise highly dangerous.\"},{\"text\":\"Environment & Temperature:\",\"reason_pt\":null},{\"text\":\"Practice in a quiet, well-ventilated space, BUT NOT TOO COLD.\",\"reason_pt\":\"Excessively cold temperatures (AC < 22\\u00b0C) or direct cold drafts can cause peripheral vasoconstriction, leading to elevated blood pressure.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"BLOOD PRESSURE MONITOR: This is your most important tool.\",\"reason_pt\":\"It is MANDATORY to measure your BP 5 minutes before practice. If systolic BP > 160 mmHg or diastolic > 100 mmHg, ABSOLUTELY DO NOT practice physical poses; stick to breathing and relaxation only.\"},{\"text\":\"1 bolster and 1 sturdy chair.\",\"reason_pt\":\"The chair is used to support standing poses (preventing falls from orthostatic hypotension) and for seated breathing exercises. The bolster is for restorative poses (Savasana, Legs-Up-The-Wall).\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Have taken today's BP medication (if applicable).\",\"reason_pt\":\"Practicing without having taken medication poses a high risk.\"},{\"text\":\"Have measured BP (and the reading is < 160\\\/100 mmHg).\",\"reason_pt\":\"Ensures you are exercising within a safe physiological threshold.\"},{\"text\":\"Sit quietly for 5 minutes, breathing deeply into the lower abdomen (diaphragmatic breathing).\",\"reason_pt\":\"Activates the parasympathetic nervous system (relaxation response), helping to lower baseline BP before starting the session.\"}]},{\"stage_id\":\"S02_DURING_HA\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_Inversions\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Full inversions (head below the heart) such as Headstand (Sirsasana), Shoulderstand (Sarvangasana), and Plow Pose (Halasana).\",\"reason_pt\":\"These poses drastically increase blood flow to the brain and elevate intracranial pressure, potentially causing a dangerous spike in blood pressure.\"},{\"warning_id\":\"W02_BreathHolding\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Breath retention (Kumbhaka) (both holding the inhalation and exhalation).\",\"reason_pt\":\"Breath-holding (Valsalva maneuver) increases intrathoracic and intra-abdominal pressure, impedes venous return to the heart, and causes a sudden, dangerous spike in blood pressure upon exhalation.\"},{\"warning_id\":\"W03_Isometric\",\"text\":\"ABSOLUTELY CONTRAINDICATED: High-intensity and prolonged isometric (static) contractions, such as Chaturanga, Plank held for more than 30 seconds, or Crow Pose (Bakasana).\",\"reason_pt\":\"Sustained static muscle contractions significantly increase peripheral vascular resistance, forcing the heart to pump harder and sharply raising systolic blood pressure.\"},{\"warning_id\":\"W04_DeepBackbend\",\"text\":\"AVOID DEEP and STRAINING backbends, such as unsupported Wheel Pose (Chakrasana) or Camel Pose (Ustrasana).\",\"reason_pt\":\"These poses require immense muscular effort and can induce subconscious breath-holding, thereby raising blood pressure.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Rapid\",\"text\":\"CAUTION: Fast, forceful, and sudden movement sequences (e.g., rapid Sun Salutations, fast Vinyasa Flows).\",\"reason_pt\":\"Rapid movements force the heart to work harder to pump blood throughout the body, increasing both heart rate and blood pressure.\"},{\"warning_id\":\"RC02_MildInversion\",\"text\":\"CAUTION: Mild inversions like Downward-Facing Dog (Adho Mukha Svanasana) or Standing Forward Fold (Uttanasana). Hold only for a short duration (3-5 breaths) and lift your head immediately if you feel pressure in your face\\\/head.\",\"reason_pt\":\"Although less dangerous than full inversions, they still mildly increase blood flow to the head. You must monitor your body's response closely.\"}]},{\"stage_id\":\"S03_FOCUS_HA\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[\"Golden Rule: BREATHE SLOWLY, DEEPLY, AND EVENLY. Never hold your breath when entering or holding a pose. Inhale and exhale through the nose (or exhale through the mouth if you feel excessive tension).\",\"Move slowly and mindfully, especially when transitioning from lying\\\/seated positions to standing, to avoid dizziness and orthostatic hypotension (a sudden drop in blood pressure).\",\"When performing forward folds (like Uttanasana), always keep your head above or level with your heart. Only fold moderately, not deeply.\",\"Use props (bolsters, blocks, chairs) to reduce physical load and avoid straining. The goal is relaxation within the pose, not physical exertion.\"],\"recommended_practices\":[{\"text\":\"Diaphragmatic Breathing: Focus on slow, deep belly breathing. This is the single most important technique.\",\"reason_pt\":\"Activates the parasympathetic nervous system, which slows the heart rate, dilates blood vessels, and effectively lowers blood pressure.\"},{\"text\":\"Alternate Nostril Breathing (Nadi Shodhana) - (Version WITHOUT breath retention).\",\"reason_pt\":\"Helps balance the autonomic nervous system, calms the mind, and is highly effective at reducing stress.\"},{\"text\":\"Child's Pose (Balasana) supported with a bolster under the chest and head.\",\"reason_pt\":\"A safe, restorative pose that soothes the nervous system and lowers the resting heart rate.\"},{\"text\":\"Legs-Up-The-Wall Pose (Viparita Karani) (without elevating the hips too high).\",\"reason_pt\":\"A safe, mild inversion that passively supports venous return to the heart, promoting profound systemic relaxation.\"}]},{\"stage_id\":\"S04_POST_HA\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[\"Crucial: Dedicate at least 10-15 minutes to Savasana (Corpse Pose) to allow the body and nervous system to completely reset and relax.\",\"During Savasana, place a bolster or folded blanket under your head and behind your knees to support the spine, aiding in optimal blood pressure regulation.\",\"Conclude the session with 5 minutes of seated Bee Breath (Bhramari Pranayama) to calm the sympathetic nervous system.\",\"Drink warm water. Stand up extremely slowly (sit up first, wait 30 seconds, then slowly stand) to prevent orthostatic hypotension.\",\"Monitor your blood pressure after resting for 10-15 minutes to record your physiological response to the practice.\"]},{\"stage_id\":\"S05_LIFE_HA\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[\"Maintaining a habit of gentle, regular exercise (3-5 times\\\/week) is far more beneficial than occasional intense workouts.\",\"Dietary Adjustments: Reduce salt (sodium) intake. Increase consumption of leafy greens, potassium-rich foods (bananas, sweet potatoes, spinach, avocados), and magnesium.\",\"Stress management is key. Practice meditation and deep breathing for 10 minutes daily (outside of your Yoga practice) to chronically regulate the nervous system.\",\"Prioritize sleep quality. Aim for 7-8 hours of sleep per night and maintain a consistent bedtime routine. Sleep deprivation is a primary driver of elevated blood pressure.\"]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View High Blood Pressure Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Safety Checklist PDF\",\"file_name\":\"HA_Yoga_Safety_Guide.pdf\"}]},\"dau_lung_man_tinh_adv\":{\"group\":\"physical_health\",\"displayName\":\"Chronic Back Pain\",\"icon\":\"fa-solid fa-person-burst\",\"disease_id\":\"dau_lung_man_tinh_adv\",\"disease_name\":\"Non-Specific Chronic Low Back Pain - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_DLM_ACUTE\",\"text\":\"Is your back pain currently at a severe level (greater than 7\\\/10) RIGHT NOW, or radiating down your leg (sciatica)?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Acute Flare-up): You are experiencing an acute inflammatory flare-up of a chronic condition. DO NOT perform active stretching or mobility poses. You should only practice gentle breathing and relaxation techniques.\"},{\"question_id\":\"SQ02_DLM_RED_FLAG\",\"text\":\"Are you experiencing a loss of bowel\\\/bladder control, saddle anesthesia (numbness in the groin\\\/buttocks), OR unexplained fever and weight loss accompanying your back pain?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG: Stop! These are signs of a severe underlying pathology (e.g., spinal cord compression, infection, or tumor). Go to the hospital immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ03_DLM_TYPE\",\"text\":\"Which of the following best describes your pain characteristics? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Pain increases with movement and decreases with rest (Mechanical Pain).\",\"Pain and stiffness are worse in the morning (lasting > 30 minutes) and improve with movement (Inflammatory Pain).\",\"Constant, unremitting pain that does not improve even with rest.\"],\"advice_mapping\":{\"Pain and stiffness are worse in the morning (lasting > 30 minutes) and improve with movement (Inflammatory Pain).\":\"CAUTION (Inflammatory Pain): Requires a medical diagnosis (e.g., Ankylosing Spondylitis). Focus on gentle mobility exercises, and AVOID prolonged static stretching.\",\"Constant, unremitting pain that does not improve even with rest.\":\"CAUTION: Medical evaluation is required to rule out non-mechanical causes. Stick to relaxation exercises only.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_DLM_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Practice in the afternoon or evening. AVOID heavy exercise early in the morning.\",\"reason_pt\":\"Similar to disc herniations, intervertebral discs are highly hydrated in the morning. Furthermore, chronic inflammatory pain often causes morning stiffness; the body needs time to 'warm up'.\"},{\"text\":\"Environment & Temperature:\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a warm, draft-free room. If using air conditioning, set the temperature > 25\\u00b0C.\",\"reason_pt\":\"Chronic pain sensitizes the nervous system. Cold air or drafts can immediately trigger a muscle guarding response and exacerbate pain.\"},{\"text\":\"Use soft, dim lighting, ensure a quiet environment, and consider playing relaxing music.\",\"reason_pt\":\"The goal of Yoga therapy for chronic pain is to 'soothe' the nervous system. A relaxing environment helps decrease pain signals from the brain.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1 bolster and 1 sturdy chair.\",\"reason_pt\":\"Props are MANDATORY to reduce physical load and allow the body to relax into a posture, rather than tensing up to endure pain.\"},{\"text\":\"2 yoga blocks and 1 strap.\",\"reason_pt\":\"Blocks and straps help 'bring the floor up to you', allowing you to hip hinge and maintain a neutral spine, preventing the lower back from rounding.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Wear loose, comfortable, and breathable clothing. DO NOT wear restrictive or tight clothing.\",\"reason_pt\":\"Tight clothing can restrict diaphragmatic breathing and increase feelings of discomfort.\"},{\"text\":\"Spend 5-10 minutes lying on your back (with a bolster under your knees) or sitting on a chair, focusing on diaphragmatic breathing (belly breathing).\",\"reason_pt\":\"This is the most critical step. It activates the parasympathetic nervous system (relaxation response), down-regulates central nervous system stress, and decreases the 'sensitivity' of chronic pain.\"}]},{\"stage_id\":\"S02_DURING_DLM\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_SharpPain\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any pose or movement that causes a sharp, shooting, or 'electric shock-like' pain.\",\"reason_pt\":\"This indicates nerve root or joint structure irritation. Pushing past this threshold will trigger an inflammatory response and worsen the pain.\"},{\"warning_id\":\"W02_EndRange\",\"text\":\"AVOID: Forcing the body into its maximum range of motion (end-range), especially deep forward folds or deep backbends without proper preparation.\",\"reason_pt\":\"Chronic pain alters motor control. Pushing to end-range when muscles are unprepared can cause spasms and micro-trauma.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Flexion\",\"text\":\"CAUTION: Deep forward folds (e.g., Paschimottanasana). Always prioritize maintaining a straight back, hinge from the hips, use a strap, and keep a micro-bend in the knees.\",\"reason_pt\":\"Reduces compressive and shear forces on the lumbar discs.\"},{\"warning_id\":\"RC02_Rotation\",\"text\":\"CAUTION: Deep spinal twists. Always elongate the spine before twisting, focus the rotation in the upper back (thoracic spine), and keep the pelvis and lower back relatively stable.\",\"reason_pt\":\"Reduces torsional force on the lumbar intervertebral discs and facet joints.\"},{\"warning_id\":\"RC03_Holding\",\"text\":\"CAUTION: Avoid prolonged static stretching\\\/holds (do not exceed 30 seconds). Prioritize gentle dynamic movements.\",\"reason_pt\":\"Prolonged static holds can restrict blood flow to the muscles, causing stiffness. Gentle movement helps 'pump' blood and synovial fluid.\"}]},{\"stage_id\":\"S03_FOCUS_DLM\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[\"Golden Rule: 'Movement is Medicine'. Focus on gentle, repetitive, dynamic movements within a pain-free range of motion.\",\"Traffic Light Principle: A gentle muscle stretch (Green\\\/Yellow Light) is beneficial. Sharp or highly uncomfortable pain (Red Light) means stop immediately.\",\"Core Activation: Always gently engage the lower abdomen (Transversus Abdominis - TVA) during movements to create a muscular 'corset' that protects the lower back.\",\"Focus on Hips and Upper Back: All exercises should aim to increase the mobility of the hip joints and the thoracic spine to 'liberate' the lumbar spine from overworking.\"],\"recommended_practices\":[{\"text\":\"Cat-Cow Pose (Marjaryasana-Bitilasana): Perform slowly and synchronize with your breath.\",\"reason_pt\":\"Enhances blood circulation and lubricates the intervertebral discs, reducing morning stiffness.\"},{\"text\":\"Bridge Pose (Setu Bandhasana) (low hip elevation and hold).\",\"reason_pt\":\"Activates the glutes\\u2014a crucial muscle group that often becomes 'dormant' in chronic back pain sufferers\\u2014helping to stabilize the pelvis.\"},{\"text\":\"Bird-Dog Pose (extending opposite arm and leg).\",\"reason_pt\":\"A gold-standard exercise for building core stability and training the multifidus muscles without placing compressive loads on the discs.\"},{\"text\":\"Gentle Supine Twist (Supta Matsyendrasana) (supported with a bolster\\\/block).\",\"reason_pt\":\"Helps release tension in the Quadratus Lumborum (QL) and paraspinal muscles.\"}]},{\"stage_id\":\"S04_POST_DLM\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[\"Conclude with the 90\\\/90 position (resting your legs on a chair at a 90-degree angle) for 5-10 minutes.\",\"Savasana (Relaxation): Always place a large bolster under the backs of your knees to flatten the lower back, allowing the muscles to completely relax.\",\"Avoid prolonged sitting immediately after practice. Take a gentle 5-10 minute walk instead.\"]},{\"stage_id\":\"S05_LIFE_DLM\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[\"Stress Management: Chronic pain and stress share a bi-directional relationship. Practice meditation or breathing exercises for 10 minutes daily to soothe the nervous system.\",\"Ergonomics: Ensure your workspace (desk, chair) provides adequate spinal support. Stand up and move around every 30-45 minutes of sitting.\",\"Sleep Hygiene: Getting enough high-quality sleep in a proper posture (on your back or side with pillow support) is paramount for nervous system and muscular repair.\"]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Chronic Back Pain Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Safety Checklist PDF\",\"file_name\":\"Chronic_Back_Pain_Core_Guide.pdf\"}]},\"te_bi_chan_tay_adv\":{\"group\":\"physical_health\",\"displayName\":\"Extremity Numbness\",\"icon\":\"fa-solid fa-hand-sparkles\",\"disease_id\":\"te_bi_chan_tay_adv\",\"disease_name\":\"Extremity Numbness (Nerve Compression) - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_TB_RED_FLAG_STROKE\",\"text\":\"Are you experiencing sudden numbness or weakness on ONE SIDE of your face, ONE arm, or ONE leg, accompanied by confusion, slurred speech, or severe dizziness?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (STROKE): Stop! These are critical signs of a stroke. Call emergency services (911\\\/115) immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_TB_RED_FLAG_CAUDA\",\"text\":\"Do you have saddle anesthesia (numbness around the groin\\\/buttocks) ACCOMPANIED BY a loss of bowel or bladder control?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (CAUDA EQUINA SYNDROME): Stop! This is a medical emergency involving spinal cord compression. Go to the hospital immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ03_TB_LOCATION\",\"text\":\"Where do your numbness symptoms typically occur? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Numbness in the thumb, index, and middle fingers (Carpal Tunnel Syndrome).\",\"Numbness in the pinky and ring fingers (Ulnar Nerve Entrapment).\",\"Numbness\\\/pain radiating from the neck down the shoulder and arm (Cervical Radiculopathy).\",\"Numbness\\\/pain radiating from the buttocks down the back of the thigh\\\/leg (Sciatica).\",\"Diffuse, unclear numbness in multiple locations (e.g., both hands and feet).\"],\"advice_mapping\":{\"Numbness in the thumb, index, and middle fingers (Carpal Tunnel Syndrome).\":\"CAUTION (Carpal Tunnel): Avoid weight-bearing poses on flat hands (Plank, Downward Dog, Chaturanga) or extreme wrist flexion\\\/extension. Focus on median nerve gliding exercises.\",\"Numbness in the pinky and ring fingers (Ulnar Nerve Entrapment).\":\"CAUTION (Ulnar Nerve): Avoid extreme and prolonged elbow flexion (like holding a phone to your ear). Avoid weight-bearing poses that put pressure on the outer edge of the hand.\",\"Numbness\\\/pain radiating from the neck down the shoulder and arm (Cervical Radiculopathy).\":\"CAUTION (Cervical Spine): Absolutely no inversions (Headstand\\\/Shoulderstand) or deep neck backbends (Camel Pose). Focus on releasing the trapezius and neck muscles.\",\"Numbness\\\/pain radiating from the buttocks down the back of the thigh\\\/leg (Sciatica).\":\"CAUTION (Lumbar\\\/Piriformis): Avoid deep forward folds (if painful) and avoid overstretching the piriformis muscle during an acute inflammatory phase.\",\"Diffuse, unclear numbness in multiple locations (e.g., both hands and feet).\":\"CAUTION: This may indicate a systemic condition (e.g., diabetes, Vitamin B12 deficiency, peripheral neuropathy). A medical diagnosis is required. Yoga is merely supplementary.\"}},{\"question_id\":\"SQ04_TB_COMORBID\",\"text\":\"Do you have underlying medical conditions such as Diabetes, Hypothyroidism, or Rheumatoid Arthritis?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION: These conditions are common causes of systemic numbness (Peripheral Neuropathy). Practice gently, focus on blood circulation, and always exercise in conjunction with medical management.\"}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_TB_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Practice in the morning (gentle mobility) or evening (relaxation).\",\"reason_pt\":\"Gentle nerve gliding in the morning helps reduce joint stiffness. Evening relaxation helps alleviate accumulated daily tension (a primary cause of muscle guarding and nerve compression).\"},{\"text\":\"Environment & Temperature:\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a warm, draft-free environment (Similar to chronic back pain).\",\"reason_pt\":\"Peripheral nerves in the limbs are highly sensitive to cold temperatures. Cold air causes vasoconstriction, reduces blood flow, and can acutely worsen numbness or burning sensations.\"},{\"text\":\"MANDATORY Equipment (Depending on numbness location):\",\"reason_pt\":null},{\"text\":\"For Arm\\\/Hand Numbness (Carpal Tunnel): Prepare 2 yoga blocks, 1 bolster, and 1 chair.\",\"reason_pt\":\"Blocks and chairs are used for modified weight-bearing (avoiding extreme wrist extension in poses like Cat-Cow). The bolster is used to open the chest (releasing the pectoralis minor).\"},{\"text\":\"For Leg Numbness (Sciatica): Prepare 1 bolster, 2 yoga blocks, and 1 strap.\",\"reason_pt\":\"Props are MANDATORY to help maintain a neutral spine in forward folds or piriformis stretches, preventing further compression of the discs or nerves.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Dedicate 5-10 minutes to a VERY THOROUGH joint warm-up: Gentle neck rolls, shoulder shrugs, wrist circles, hand opening\\\/closing (for arm numbness); Hip, knee, and ankle circles (for leg numbness).\",\"reason_pt\":\"Increases blood flow and synovial fluid to the joints, physically preparing the pathways for nerve gliding exercises.\"},{\"text\":\"Focus on deep chest and diaphragmatic breathing.\",\"reason_pt\":\"Helps relax accessory breathing muscles (like the trapezius and sternocleidomastoid), which are major culprits in Thoracic Outlet Syndrome (TOS) that compresses the brachial plexus.\"}]},{\"stage_id\":\"S02_DURING_TB\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_NervePain\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any pose or movement that triggers sharp pain, electric shock-like burning, or WORSENS your numbness.\",\"reason_pt\":\"These are signs of active nerve irritation or increased compression. 'Stretching' an already inflamed nerve will only damage it further.\"},{\"warning_id\":\"W02_WristElbow\",\"text\":\"CONTRAINDICATED (For Arm Numbness): Poses that bear full body weight on extended wrists (e.g., Crow Pose, Handstands) or require maximum elbow flexion (e.g., Cow Face Pose arms).\",\"reason_pt\":\"Causes maximum mechanical compression on the median nerve (carpal tunnel) and ulnar nerve (cubital tunnel at the elbow).\"},{\"warning_id\":\"W03_Neck\",\"text\":\"CONTRAINDICATED (For Numbness originating from the neck): Inversions that load body weight onto the cervical spine, such as Headstand (Sirsasana), Shoulderstand (Sarvangasana), or Plow Pose (Halasana).\",\"reason_pt\":\"Causes extreme compression on the cervical vertebrae and nerve roots, risking permanent neurological damage.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Overstretch\",\"text\":\"CAUTION: Do not deeply 'stretch' into the numb area. Instead, 'floss' or 'glide' the nerve.\",\"reason_pt\":\"Nerves do not stretch like muscles. Overstretching an entrapped nerve causes severe irritation. Nerve flossing helps the nerve glide smoothly through its surrounding tissues.\"},{\"warning_id\":\"RC02_WeightBearing\",\"text\":\"CAUTION (For Arm Numbness): Reduce hold times in weight-bearing poses like Downward Dog or Plank. Spread fingers wide, press evenly through the palms, or use fists\\\/wrist wedges.\",\"reason_pt\":\"Reduces concentrated focal pressure on the carpal tunnel.\"},{\"warning_id\":\"RC03_Sciatica\",\"text\":\"CAUTION (For Leg Numbness\\\/Sciatica): Avoid deep seated forward folds (e.g., Paschimottanasana). Always keep a neutral spine and bend your knees.\",\"reason_pt\":\"Protects the lumbar discs from further bulging and compressing the sciatic nerve roots.\"}]},{\"stage_id\":\"S03_FOCUS_TB\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[\"Golden Rule: 'Nerve Flossing\\\/Gliding'. Perform mobility exercises for the median, ulnar, or radial nerves (for arms) or the sciatic nerve (for legs) slowly for 5-10 repetitions. DO NOT hold static nerve stretches.\",\"Traffic Light Principle: A sensation of 'mild tension' or 'light tingling' (Yellow Light) is acceptable. Sharp pain, burning, or worsening numbness (Red Light) means stop immediately.\",\"Create Space: Focus on movements that elongate the spine, expand the chest, and release tension in the neck and shoulders.\",\"Release: Use myofascial release techniques (e.g., massage balls) on potential 'choke points' (trapezius, pectoralis minor, piriformis) prior to your practice.\"],\"recommended_practices\":[{\"text\":\"Median Nerve Glides (For Carpal Tunnel Syndrome).\",\"reason_pt\":\"Helps the median nerve glide freely within the carpal tunnel, reducing mechanical friction and compression.\"},{\"text\":\"Chest Openers: For example, lying supine over a bolster placed longitudinally along the spine.\",\"reason_pt\":\"Actively releases the pectoralis minor, a primary impingement site causing Thoracic Outlet Syndrome (TOS) and arm numbness.\"},{\"text\":\"Supine Figure-Four Stretch (Supta Kapotasana) (For Sciatica).\",\"reason_pt\":\"Safely releases the piriformis muscle (which can compress the sciatic nerve) without placing flexion loads on the lumbar spine.\"},{\"text\":\"Gentle Neck Tilts and Shoulder Rolls.\",\"reason_pt\":\"Releases built-up tension in the trapezius and cervical muscles where the nerve roots exit the spine.\"}]},{\"stage_id\":\"S04_POST_TB\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[\"Conclude the session by gently shaking out the wrists, arms, and ankles to promote blood circulation.\",\"Savasana (Relaxation): Use props extensively (under knees, under head). If experiencing arm numbness, rest your arms in the most comfortable position possible, potentially placing folded blankets under the elbows.\",\"Focus on your breath, visualizing warm oxygenated blood flowing into and healing the numb areas.\"]},{\"stage_id\":\"S05_LIFE_TB\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[\"Ergonomics: Re-evaluate your workstation. Ensure your wrists remain neutral (straight) while typing, and monitor height is at eye level (to prevent looking down).\",\"Phone Posture (Text Neck): Avoid looking down at your phone for extended periods. Bring the device up to eye level.\",\"Sleep Posture: AVOID sleeping on your stomach (causes extreme neck rotation) or sleeping directly on the numb arm. Use supportive pillows for the neck and between the knees when sleeping on your back\\\/side.\",\"Micro-breaks: For every 30 minutes of desk work, pause for 1 minute to perform nerve glides and shoulder\\\/neck rolls.\"]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Extremity Numbness Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Nerve Glide Safety Guide PDF\",\"file_name\":\"Nerve_Glide_Safety_Guide.pdf\"}]},\"viem_xoang_adv\":{\"group\":\"physical_health\",\"displayName\":\"Sinusitis & Rhinitis\",\"icon\":\"fa-solid fa-head-side-cough\",\"disease_id\":\"viem_xoang_adv\",\"disease_name\":\"Sinusitis & Allergic Rhinitis - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_VS_RED_FLAG\",\"text\":\"Are you currently experiencing a high fever, severe headache, swollen\\\/puffy eyes or forehead, or blurred vision?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (Severe Infection): Stop! These are signs of a severe acute sinus infection that could lead to serious complications. Consult a physician immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_VS_ACUTE\",\"text\":\"Are you currently experiencing severe nasal congestion (unable to breathe through your nose), a constant runny nose, or an acute allergic reaction (frequent sneezing, itchy eyes)?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Acute Phase): Your body is in an acute inflammatory phase. ONLY practice extremely gentle breathing exercises (no breath retention) and relaxation. AVOID all inversions and deep forward folds.\"},{\"question_id\":\"SQ03_VS_POLYP\",\"text\":\"Have you been medically diagnosed with Nasal Polyps or a severely Deviated Septum?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Mechanical Obstruction): Forceful breathing techniques (Kapalabhati, Bhastrika) may be ineffective or uncomfortable. Nasal irrigation (Jala Neti) must be performed with extreme care.\"}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_VS_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Early morning (upon waking) OR evening before bed.\",\"reason_pt\":\"Mornings are when mucus accumulation is highest; breathing exercises and nasal washing will help clear the airways for the day. Evening practice soothes the nervous system, clears the nasal passages, and promotes better sleep.\"},{\"text\":\"Environment & Temperature:\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a warm, draft-free, and CLEAN environment.\",\"reason_pt\":\"The sinonasal mucosa is highly sensitive. Cold air, drafts, dust, pet dander, or pollen will immediately trigger an inflammatory response and nasal congestion.\"},{\"text\":\"Ensure adequate ambient humidity; AVOID dry air (e.g., air-conditioned rooms < 24\\u00b0C without a humidifier).\",\"reason_pt\":\"Dry air dries out the nasal mucous membranes, making them more prone to irritation and infection.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. Neti Pot and 0.9% Isotonic Saline Solution (must be warmed to body temperature).\",\"reason_pt\":\"This is a MANDATORY tool. You must wash away mucus, dust, and allergens from the sinuses BEFORE starting breathing exercises.\"},{\"text\":\"2. Bolster and Yoga Blocks.\",\"reason_pt\":\"Used to elevate the head and chest during supine poses (especially Savasana) to prevent post-nasal drip from entering the throat and triggering a cough reflex.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Perform Jala Neti (nasal irrigation). Ensure you use warm saline and blow your nose very gently, one nostril at a time. DO NOT pinch both nostrils closed to blow.\",\"reason_pt\":\"Blowing your nose too forcefully can push infected fluids into the Eustachian tube, causing a middle ear infection (otitis media).\"},{\"text\":\"After nasal irrigation, perform a few rounds of gentle Kapalabhati (skull-shining breath) if not completely congested, to dry out any remaining water.\",\"reason_pt\":\"Prevents saline water from stagnating in the sinus cavities.\"}]},{\"stage_id\":\"S02_DURING_VS\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_InversionAcute\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Inversions (head below the heart) such as Headstand, Shoulderstand, Downward Dog, and Forward Folds WHEN EXPERIENCING ACUTE INFLAMMATION OR SEVERE CONGESTION.\",\"reason_pt\":\"These actions increase vascular pressure in the inflamed sinuses, causing severe throbbing headaches and worsening the congestion.\"},{\"warning_id\":\"W02_ForceBreath\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Forceful breathing techniques (Kapalabhati, Bhastrika) DURING AN ACUTE INFECTION or when purulent (pus-like) discharge is present.\",\"reason_pt\":\"The forceful air pressure can drive bacteria and inflammatory fluids deeper into the sinus cavities or the middle ear.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_CoolingBreath\",\"text\":\"CAUTION: AVOID cooling breath techniques (Shitali, Sitkari - breathing through the mouth\\\/tongue).\",\"reason_pt\":\"These techniques bypass the nose's filtration system, delivering cold, unfiltered air directly to the throat, drying out the mucosa and causing irritation.\"},{\"warning_id\":\"RC02_InversionMild\",\"text\":\"CAUTION: Even when congestion has cleared, enter mild inversions (like Downward Dog) very slowly. If you feel any pressure or aching in the forehead or cheeks, exit the pose immediately.\",\"reason_pt\":\"The mucous membranes may still be sensitive and susceptible to rebound hyperemia (swelling).\"}]},{\"stage_id\":\"S03_FOCUS_VS\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'Nasal Breathing'. Always maintain a conscious effort to inhale and exhale smoothly and gently through the nose.\",\"reason_pt\":null},{\"text\":\"Focus on CHEST OPENERS and LATERAL SIDE BENDS (e.g., Supported Camel Pose, Extended Triangle Pose).\",\"reason_pt\":null},{\"text\":\"Traffic Light Principle: If nasal congestion worsens, or if you develop a headache or earache (Red Light), stop the pose immediately and return to seated breathing.\",\"reason_pt\":null},{\"text\":\"Focus on prolonged, smooth exhalations.\",\"reason_pt\":\"Creates mild positive pressure, helping to open the sinus ostia (openings) and activating the parasympathetic nervous system (relaxation response).\"}],\"recommended_practices\":[{\"text\":\"Alternate Nostril Breathing (Nadi Shodhana) (WITHOUT breath retention).\",\"reason_pt\":\"Helps balance energy flow, calms the nervous system, and naturally clears nasal passages.\"},{\"text\":\"Bee Breath (Bhramari Pranayama).\",\"reason_pt\":\"Studies show that the vibrations of Bhramari significantly increase Nitric Oxide (NO) production in the sinuses, promoting vasodilation and local antibacterial effects.\"},{\"text\":\"Chest Openers: Lie supine over a bolster placed longitudinally along the spine.\",\"reason_pt\":\"Relaxes the accessory muscles of respiration in the chest and neck, allowing for deeper, more natural breathing.\"},{\"text\":\"Cobra Pose (Bhujangasana) and Fish Pose (Matsyasana) (supported with blocks).\",\"reason_pt\":\"Expands the throat and chest, releasing physical tension around the sinus areas.\"}]},{\"stage_id\":\"S04_POST_VS\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial: Practice Savasana with your head and chest elevated on a bolster or a sloped block setup.\",\"reason_pt\":\"Elevating the head ensures that post-nasal drip drains down into the stomach rather than pooling in the throat or lungs, preventing coughing or a sore throat.\"},{\"text\":\"AVOID lying completely flat if you still feel mucus drainage.\",\"reason_pt\":null},{\"text\":\"Drink warm water (optionally with ginger and honey) immediately after practice. AVOID cold water.\",\"reason_pt\":null},{\"text\":\"If necessary, you may perform Jala Neti (nasal irrigation) once more 30 minutes after your practice.\",\"reason_pt\":null}]},{\"stage_id\":\"S05_LIFE_VS\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Nasal Hygiene: Maintain a daily routine of Jala Neti 1-2 times a day (morning\\\/evening), even when asymptomatic, especially if you live in a polluted environment.\",\"reason_pt\":null},{\"text\":\"Keep Warm: Always keep your body warm, paying special attention to your neck, chest, and the soles of your feet.\",\"reason_pt\":null},{\"text\":\"Nutrition: Strictly LIMIT mucus-producing foods (cold foods\\\/drinks, dairy products, refined sugars, and deep-fried foods).\",\"reason_pt\":null},{\"text\":\"Environment: Keep your bedroom clean, dust-free, and pet-dander-free. Use a high-quality air purifier if necessary.\",\"reason_pt\":null}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Sinusitis Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Nasal Irrigation & Bee Breath PDF\",\"file_name\":\"Sinus_Yoga_Safety_Guide.pdf\"}]},\"dau_dau_migraine_adv\":{\"group\":\"physical_health\",\"displayName\":\"Headache & Migraine\",\"icon\":\"fa-solid fa-head-side-virus\",\"disease_id\":\"dau_dau_migraine_adv\",\"disease_name\":\"Headache & Migraine - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_DD_RED_FLAG\",\"text\":\"Is this the worst headache of your life, or a sudden 'thunderclap' headache? (Accompanied by fever, stiff neck, vomiting, or confusion)\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (DANGER): Stop! This could be a sign of a subarachnoid hemorrhage or meningitis. Call emergency services (911\\\/115) immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_DD_ACUTE_MIGRAINE\",\"text\":\"Are you currently experiencing an acute Migraine attack (throbbing\\\/pulsating pain, nausea, extreme sensitivity to light\\\/sound) RIGHT NOW?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Acute Attack): Your body is in an acute phase. DO NOT practice active Yoga poses. You should only perform extremely gentle breathing exercises in a dark, quiet room.\"},{\"question_id\":\"SQ03_DD_AURA\",\"text\":\"Is your headache often preceded by an 'Aura' (seeing flashing lights, zigzag lines, or temporary vision loss)?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Migraine with Aura): Higher risk. ABSOLUTELY CONTRAINDICATED to perform inversions (head below the heart) even when pain-free, as this can adversely affect cerebral blood flow.\"},{\"question_id\":\"SQ04_DD_TYPE\",\"text\":\"Where does your pain usually originate? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"A tight, band-like squeezing sensation around the head (Tension Headache).\",\"Throbbing, sharp pain on one side of the head, often with nausea (Migraine).\",\"Pain originating from the back of the neck, radiating up one side of the head (Cervicogenic Headache).\",\"Pain in the sinus area (forehead, cheeks), accompanied by nasal congestion.\"],\"advice_mapping\":{\"A tight, band-like squeezing sensation around the head (Tension Headache).\":\"FOCUS: Your practice should prioritize relaxing the neck, shoulders, and trapezius muscles, along with deep breathing to reduce stress.\",\"Pain originating from the back of the neck, radiating up one side of the head (Cervicogenic Headache).\":\"CAUTION (Cervical Spine): Your issue stems from the neck. AVOID inversions (Headstand\\\/Shoulderstand) or extreme neck flexion\\\/extension. Focus on 'chin tuck' exercises.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_DD_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Only practice when you are pain-free or experiencing very mild pain (less than 3\\\/10).\",\"reason_pt\":\"Exercising (especially exerting physical effort) during an acute headache or Migraine attack will immediately worsen symptoms.\"},{\"text\":\"AVOID practicing if you are sleep-deprived, overly hungry, or have just eaten a heavy meal.\",\"reason_pt\":\"Unstable blood sugar levels (hypoglycemia) are leading migraine triggers.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a QUIET room with DIM (or dark) lighting.\",\"reason_pt\":\"Migraine sufferers are highly sensitive to light (Photophobia) and sound (Phonophobia). Bright lights or loud noises can trigger an attack.\"},{\"text\":\"MANDATORY: The space must be ODOR-FREE (no perfumes, scented candles, incense).\",\"reason_pt\":\"The nervous system of a migraineur is also hypersensitive to smells (Osmophobia).\"},{\"text\":\"Ensure the space is warm and draft-free.\",\"reason_pt\":\"Cold air can cause sudden muscle spasms in the neck and shoulders.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1 Bolster and 1 Eye Pillow.\",\"reason_pt\":\"The bolster is used for supported chest openers (relaxing the neck\\\/shoulders) and Savasana. An eye pillow is MANDATORY to block out light, helping the nervous system relax deeply.\"},{\"text\":\"Yoga Blocks and 1 Strap.\",\"reason_pt\":\"Used to support seated and forward folding poses, preventing the need to 'reach' or 'strain' the cervical spine and shoulders.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Drink a glass of warm water. (Dehydration is a leading cause of headaches).\",\"reason_pt\":null},{\"text\":\"Spend 5 minutes sitting quietly (on a block\\\/bolster), completely relaxing your facial muscles, jaw, and shoulders.\",\"reason_pt\":\"Unconscious teeth grinding (jaw clenching) is a primary physical trigger for tension headaches.\"},{\"text\":\"Focus on deep diaphragmatic breathing, ensuring the exhalation is twice as long as the inhalation (e.g., inhale for 4 seconds, exhale for 8 seconds).\",\"reason_pt\":\"Strongly activates the parasympathetic nervous system (relaxation response), soothing the brain and reducing tension.\"}]},{\"stage_id\":\"S02_DURING_DD\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_Inversions\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Full inversions (head below the heart) such as Headstand (Sirsasana), Shoulderstand (Sarvangasana), and Plow Pose (Halasana).\",\"reason_pt\":\"These poses drastically increase intracranial pressure, which can trigger a migraine or worsen an existing headache.\"},{\"warning_id\":\"W02_NeckStrain\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any pose that causes pressure or straining in the NECK and SHOULDERS (e.g., unsupported Fish Pose - Matsyasana).\",\"reason_pt\":\"Tension in the suboccipital and trapezius muscles is a direct cause of cervicogenic headaches.\"},{\"warning_id\":\"W03_ForceBreath\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Forceful breathing techniques and breath retention, such as Kapalabhati, Bhastrika, or Kumbhaka.\",\"reason_pt\":\"These techniques cause sudden changes in intrathoracic and intracranial pressure, potentially triggering a migraine.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Rapid\",\"text\":\"CAUTION: AVOID fast, forceful, and sudden movement sequences (like rapid Sun Salutations).\",\"reason_pt\":\"Rapid movements increase heart rate and blood pressure, which can act as physiological triggers.\"},{\"warning_id\":\"RC02_DeepBackbend\",\"text\":\"CAUTION: DEEP backbends. Always keep your chin slightly tucked (avoid throwing the head back) and focus on chest expansion.\",\"reason_pt\":\"Excessive neck extension compresses the cervical vertebrae and nerves, triggering headaches.\"},{\"warning_id\":\"RC03_MildInversion\",\"text\":\"CAUTION: Mild inversions like Downward Dog or Forward Fold (Uttanasana). Hold for a short duration (3-5 breaths) and EXIT IMMEDIATELY if you feel pressure building in your head.\",\"reason_pt\":\"You must listen to your body. Some find it relieving, but others (especially those with Migraine with Aura) may be triggered.\"}]},{\"stage_id\":\"S03_FOCUS_DD\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: RELAX YOUR NECK, SHOULDERS, AND JAW. In every pose, ask yourself: 'Is my jaw clenched? Are my shoulders shrugging\\\/tense?'\",\"reason_pt\":null},{\"text\":\"SUPER SLOW MOVEMENTS: All head and neck movements must be executed slowly and mindfully.\",\"reason_pt\":null},{\"text\":\"Breath is Key: Focus on prolonged, smooth, and gentle exhalations.\",\"reason_pt\":\"Prolonged exhalations activate the parasympathetic nervous system, relaxing muscles and dampening pain signals.\"}],\"recommended_practices\":[{\"text\":\"Alternate Nostril Breathing (Nadi Shodhana) (WITHOUT breath retention).\",\"reason_pt\":\"Extremely effective for calming the central nervous system and balancing brain activity, helping to prevent migraines.\"},{\"text\":\"Bee Breath (Bhramari Pranayama).\",\"reason_pt\":\"The sound vibrations induce deep relaxation in the facial muscles, sinuses, and brain, providing immediate tension relief.\"},{\"text\":\"Gentle Neck Tilts\\\/Releases: Slowly tilt the head side to side, holding for 3-5 breaths.\",\"reason_pt\":\"Directly releases the scalenes and sternocleidomastoid muscles, which are common 'culprits' in tension headaches.\"},{\"text\":\"Chest Openers: Lie supine over a bolster placed longitudinally along the spine, arms extended outward.\",\"reason_pt\":\"Relaxes the chest and shoulders, relieving pressure from the neck (often caused by a 'rounded shoulder' posture at a computer).\"}]},{\"stage_id\":\"S04_POST_DD\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): Lie down and relax for at least 10-15 minutes.\",\"reason_pt\":null},{\"text\":\"MANDATORY: Use a bolster under your knees AND an eye pillow.\",\"reason_pt\":\"The bolster releases lower back tension. The eye pillow blocks light and applies gentle pressure to the eyes, triggering the oculocardiac reflex, which slows the heart rate and deepens systemic relaxation.\"},{\"text\":\"Optionally, place a warm, damp towel over your forehead or neck\\\/shoulders.\",\"reason_pt\":\"Moist heat helps relax spasmodic muscles.\"},{\"text\":\"Stand up extremely slowly, avoiding sudden postural changes.\",\"reason_pt\":null}]},{\"stage_id\":\"S05_LIFE_DD\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Keep a Diary: Track your pain triggers (specific foods, stress, sleep deprivation, weather changes).\",\"reason_pt\":null},{\"text\":\"Sleep Hygiene: Top priority. Get 7-8 hours of sleep and maintain a STRICT, consistent sleep\\\/wake schedule, even on weekends.\",\"reason_pt\":\"Sudden changes in sleep schedules are among the most common migraine triggers.\"},{\"text\":\"Stay Hydrated: Dehydration is an extremely common cause of headaches. Always carry a water bottle with you.\",\"reason_pt\":null},{\"text\":\"Ergonomics: Ensure your computer monitor is at eye level. Practice 'chin tucks' frequently throughout the day.\",\"reason_pt\":\"Reduces the load on cervical vertebrae caused by 'Text Neck' (looking down at mobile devices).\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Headache & Migraine Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Safety Checklist PDF\",\"file_name\":\"Headache_Neck_Release_Guide.pdf\"}]},\"tieu_duong_adv\":{\"group\":\"physical_health\",\"displayName\":\"Diabetes\",\"icon\":\"fa-solid fa-droplet\",\"disease_id\":\"tieu_duong_adv\",\"disease_name\":\"Diabetes (Diabetes Mellitus) - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_TD_ACUTE_HYPO\",\"text\":\"Are you currently experiencing shakiness, cold sweats, a rapid heartbeat, dizziness, confusion, or extreme hunger RIGHT NOW?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (HYPOGLYCEMIA): Stop! These are signs of a dangerous drop in blood sugar (Hypoglycemia). You must eat or drink fast-acting carbs (candy, fruit juice) immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_TD_ACUTE_HYPER\",\"text\":\"Are you currently experiencing extreme fatigue, severe thirst, frequent urination, or blurred vision?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (HYPERGLYCEMIA): Your blood sugar may be excessively high. DO NOT perform strenuous exercises. You should only practice gentle breathing and drink plenty of water.\"},{\"question_id\":\"SQ03_TD_READING\",\"text\":\"What is your blood glucose reading (measured right before practice)?\",\"type\":\"multiple_choice_single\",\"options\":[\"Below 100 mg\\\/dL (or < 5.6 mmol\\\/L)\",\"Between 100 - 250 mg\\\/dL (5.6 - 13.9 mmol\\\/L)\",\"Above 250 mg\\\/dL (> 13.9 mmol\\\/L)\",\"I don't have a glucometer \\\/ I don't know\"],\"advice_mapping\":{\"Below 100 mg\\\/dL (or < 5.6 mmol\\\/L)\":\"CAUTION (Hypoglycemia Risk): YOU MUST consume a small snack (about 15g of fast-acting carbs, such as a banana or half a glass of apple juice) BEFORE PRACTICING.\",\"Above 250 mg\\\/dL (> 13.9 mmol\\\/L)\":\"CAUTION (Hyperglycemia Risk): DO NOT perform high-intensity workouts. Stick to restorative poses and gentle breathing.\",\"I don't have a glucometer \\\/ I don't know\":\"HIGH RISK: Exercising without knowing your blood glucose level is extremely dangerous. You must check it before practicing. Otherwise, strictly limit yourself to very gentle, restorative exercises.\"}},{\"question_id\":\"SQ04_TD_COMORBID\",\"text\":\"Do you have any of the following diabetic complications?\",\"type\":\"multiple_choice_single\",\"options\":[\"None\",\"Peripheral Neuropathy (Numbness, loss of sensation in the feet)\",\"Diabetic Retinopathy (Eye disease) or High Blood Pressure\",\"Both (Neuropathy and Retinopathy\\\/Hypertension)\"],\"advice_mapping\":{\"Peripheral Neuropathy (Numbness, loss of sensation in the feet)\":\"CAUTION (Injury Risk): You MUST wear practice socks and soft shoes. AVOID standing balance poses. Always inspect your feet carefully after practice.\",\"Diabetic Retinopathy (Eye disease) or High Blood Pressure\":\"CAUTION (Pressure Risk): ABSOLUTELY CONTRAINDICATED to perform inversions (head below the heart), breath retention, or strenuous muscular straining, as these increase intraocular and blood pressure.\",\"Both (Neuropathy and Retinopathy\\\/Hypertension)\":\"MAXIMUM CAUTION: You must adhere to all the warnings above. Practice only seated and supine restorative poses.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_TD_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"The best time is 1-2 hours after a main meal.\",\"reason_pt\":\"This is when postprandial (post-meal) blood glucose is typically at its peak. Exercising at this time helps muscles 'burn' excess glucose from the bloodstream, blunting the blood sugar spike.\"},{\"text\":\"AVOID practicing on an empty stomach (e.g., early morning fasting, or right before dinner).\",\"reason_pt\":\"Baseline blood sugar is low at these times; exercising (especially aerobic exercise) can trigger severe hypoglycemia.\"},{\"text\":\"Space & Environment:\",\"reason_pt\":null},{\"text\":\"MANDATORY: The practice space must be well-ventilated, cool (but not cold), and free of obstacles.\",\"reason_pt\":\"Diabetics are prone to dehydration (due to high blood sugar) and have a higher risk of falling (due to hypoglycemia or neuropathy).\"},{\"text\":\"Always keep a sturdy chair nearby.\",\"reason_pt\":\"Use it to support standing poses and as a safe resting place if you feel dizzy.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. GLUCOMETER: It is MANDATORY to test your blood glucose 15 minutes before practicing.\",\"reason_pt\":\"This is your safety compass. DO NOT GUESS; TEST.\"},{\"text\":\"2. FAST-ACTING CARBS (15g): Keep them right next to your mat. (e.g., a small glass of juice, 3-4 hard candies, 1 banana).\",\"reason_pt\":\"This is your 'lifesaver'. If you experience signs of hypoglycemia (shaking, sweating), you must consume it immediately.\"},{\"text\":\"3. Practice Socks and Soft Shoes (If you have neuropathy).\",\"reason_pt\":\"Protects the feet from scratches or blisters. Diabetics may not feel minor injuries, which can lead to severe infections and ulcers.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Measured blood glucose (and it is in the safe range: 100-250 mg\\\/dL).\",\"reason_pt\":null},{\"text\":\"Ate a 15g carb snack (if blood glucose < 100 mg\\\/dL).\",\"reason_pt\":null},{\"text\":\"Have 'lifesaver' snacks (candy\\\/juice) ready on the mat.\",\"reason_pt\":null},{\"text\":\"Properly hydrated.\",\"reason_pt\":null}]},{\"stage_id\":\"S02_DURING_TD\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_Hypoglycemia\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Continuing practice if you experience ANY signs of hypoglycemia (shakiness, rapid heartbeat, cold sweats, dizziness, hunger, confusion).\",\"reason_pt\":\"Stop IMMEDIATELY. Sit down. Consume 15g of fast-acting carbs. Rest for 15 minutes and retest your blood sugar. DO NOT RESUME PRACTICE.\"},{\"warning_id\":\"W02_HighIntensity\",\"text\":\"ABSOLUTELY CONTRAINDICATED: High-intensity interval training (HIIT), fast-paced Vinyasa Flow, or prolonged isometric holding WHEN BLOOD GLUCOSE > 250 mg\\\/dL.\",\"reason_pt\":\"Strenuous exercise when blood sugar is already high can cause it to spike even further due to the release of stress hormones (cortisol, adrenaline), leading to dangerous complications (e.g., ketoacidosis).\"},{\"warning_id\":\"W03_Inversion_Comorbid\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Inversions (Head below the heart) IF YOU HAVE Diabetic Retinopathy or Hypertension.\",\"reason_pt\":\"Increases intracranial and intraocular pressure, posing a severe risk of retinal hemorrhage (bleeding in the eye) or a hypertensive spike.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Balance\",\"text\":\"CAUTION: Single-leg balance poses (Tree Pose, Warrior 3) IF YOU HAVE Peripheral Neuropathy.\",\"reason_pt\":\"Loss of proprioception and sensation in the feet significantly increases the risk of falling. Always use a wall or chair for support.\"},{\"warning_id\":\"RC02_BreathHolding\",\"text\":\"CAUTION: AVOID breath retention (Kumbhaka) or forceful breathing (Kapalabhati, Bhastrika).\",\"reason_pt\":\"Many diabetics have comorbid hypertension. These techniques can cause a sudden, dangerous spike in blood pressure.\"},{\"warning_id\":\"RC03_FootCare\",\"text\":\"CAUTION: AVOID poses that place excessive pressure or friction on the feet (e.g., kneeling with tucked toes).\",\"reason_pt\":\"Protects compromised feet from blisters, bruising, and subsequent ulceration.\"}]},{\"stage_id\":\"S03_FOCUS_TD\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'Listen to your body'. Always prioritize monitoring for signs of hypoglycemia over achieving a perfect pose.\",\"reason_pt\":null},{\"text\":\"Prioritize Dynamic over Static Movements:\",\"reason_pt\":\"Rhythmic, dynamic movement sequences (like slow Sun Salutations) help muscle cells 'unlock' and absorb glucose from the bloodstream much more effectively than static holds.\"},{\"text\":\"Breathe continuously, do not hold your breath:\",\"reason_pt\":\"Steady breathing stabilizes blood pressure and reduces stress hormone (cortisol) levels\\u2014a key factor that drives up blood sugar.\"},{\"text\":\"Focus on Large Muscle Groups:\",\"reason_pt\":\"Poses that engage the thighs, glutes, and back (e.g., Warriors, Bridge, Supported Squats) are the most metabolically active and effectively 'burn' glucose.\"}],\"recommended_practices\":[{\"text\":\"Slow Sun Salutations (Surya Namaskar): (If blood sugar is stable).\",\"reason_pt\":\"A full-body workout combining mild aerobic activity and strength, excellent for improving insulin sensitivity.\"},{\"text\":\"Seated Twists (Ardha Matsyendrasana): (Seated on the floor or a chair).\",\"reason_pt\":\"Massages the internal abdominal organs, including the pancreas, stimulating circulation and supporting metabolic function.\"},{\"text\":\"Bridge Pose (Setu Bandhasana) (low hip elevation).\",\"reason_pt\":\"Activates the glutes and quadriceps (the body's largest muscle groups) to maximize glucose uptake.\"},{\"text\":\"Legs-Up-The-Wall Pose (Viparita Karani) (Safe for almost everyone).\",\"reason_pt\":\"Promotes deep relaxation, reduces stress, and aids venous return from the legs (which are often compromised by neuropathy).\"}]},{\"stage_id\":\"S04_POST_TD\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Retest Glucose): Test your blood glucose again 15-30 minutes after practice.\",\"reason_pt\":\"Exercise (especially intense workouts) can cause late-onset hypoglycemia (hours after). You need to know your post-workout reading to determine if a snack is needed.\"},{\"text\":\"Post-Workout Snack: It is recommended to eat a snack combining Carbohydrates and Protein (e.g., a cup of Greek yogurt, a slice of whole-wheat toast with peanut butter).\",\"reason_pt\":\"Replenishes muscle glycogen stores and prevents delayed post-exercise hypoglycemia.\"},{\"text\":\"Inspect Your Feet: If you have neuropathy, you MUST remove your socks and thoroughly inspect the soles and between the toes for any redness, blisters, or cuts.\",\"reason_pt\":\"Early detection of minor lesions prevents severe diabetic foot ulcers.\"},{\"text\":\"Savasana (Relaxation): Rest in Corpse Pose for at least 10 minutes.\",\"reason_pt\":\"Lowers cortisol levels, helping to stabilize both blood sugar and blood pressure post-exertion.\"}]},{\"stage_id\":\"S05_LIFE_TD\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Consistent Exercise: Consistency is more important than intensity. Practicing for 30 minutes daily is far superior to practicing for 2 hours once a week.\",\"reason_pt\":\"Daily activity maintains steady, long-term insulin sensitivity.\"},{\"text\":\"Stress Management: Chronic stress elevates cortisol, causing profound insulin resistance and high blood sugar. Practice meditation and Alternate Nostril Breathing (Nadi Shodhana) daily.\",\"reason_pt\":null},{\"text\":\"Sleep Hygiene: Sleep deprivation directly causes insulin resistance. Prioritize 7-8 hours of quality sleep per night.\",\"reason_pt\":null},{\"text\":\"Nutrition: Yoga cannot replace a proper diet. Exercise must be combined with a medically supervised, carb-controlled diet.\",\"reason_pt\":null}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Diabetes Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Safety Checklist PDF\",\"file_name\":\"Diabetes_Yoga_Safety_Guide.pdf\"}]},\"dau_co_vai_gay_adv\":{\"group\":\"physical_health\",\"displayName\":\"Neck & Shoulder Pain\",\"icon\":\"fa-solid fa-user-injured\",\"disease_id\":\"dau_co_vai_gay_adv\",\"disease_name\":\"Neck & Shoulder Pain (Cervical Syndrome) - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_DCVG_RED_FLAG_STROKE\",\"text\":\"Is your pain ACCOMPANIED BY: Sudden weakness\\\/numbness on one side of your face\\\/arm, confusion, slurred speech, or a sudden 'thunderclap' headache?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (STROKE\\\/VASCULAR): Stop! These are signs of a stroke or arterial dissection. Call emergency services (911\\\/115) immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_DCVG_RED_FLAG_SPINAL\",\"text\":\"Do you have a fever, a stiff neck (inability to touch your chin to your chest), or numbness\\\/weakness\\\/loss of sensation in both your arms and legs?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (SPINAL CORD\\\/MENINGES): Stop! These are signs of severe cervical spinal cord compression or meningitis. Go to the hospital immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ03_DCVG_ACUTE_INJURY\",\"text\":\"Did the pain originate from a specific injury\\\/accident (e.g., a fall, car crash, severe impact) within the last 48 hours?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Acute Injury): You may have sustained a 'Whiplash' injury. DO NOT EXERCISE. Rest, apply cold therapy (if necessary), and consult a physician.\"},{\"question_id\":\"SQ04_DCVG_RADICULOPATHY\",\"text\":\"Does your pain radiate (shooting, numbness, or electric shock-like sensations) from the neck down one side of the shoulder and arm (along a specific band\\\/dermatome)?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Cervical Radiculopathy): It is highly likely you have a cervical disc herniation compressing a nerve root. ABSOLUTELY CONTRAINDICATED to perform inversions, deep neck extension, or deep neck flexion. Focus exclusively on cervical spine 'decompression'.\"},{\"question_id\":\"SQ05_DCVG_TYPE\",\"text\":\"Your pain is primarily: (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Aching, stiffness, and a 'tight, locked' feeling on both sides of the neck and shoulders (Muscle Tension Pain).\",\"A sharp, catching pain when turning the head or looking up (Joint\\\/Bone Pain).\",\"A headache radiating from the base of the skull up to the top of the head (Cervicogenic Headache).\"],\"advice_mapping\":{\"Aching, stiffness, and a 'tight, locked' feeling on both sides of the neck and shoulders (Muscle Tension Pain).\":\"FOCUS: This is the most common type of pain (often due to stress and poor posture). Your practice should prioritize releasing the trapezius, shoulder muscles, and performing CHEST OPENERS.\",\"A sharp, catching pain when turning the head or looking up (Joint\\\/Bone Pain).\":\"CAUTION (Degeneration\\\/Facet Joint): A medical diagnosis is required. AVOID any movement that CAUSES A SHARP PAIN. Practice strictly within a pain-free range of motion.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_DCVG_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"In the evening, after a long workday.\",\"reason_pt\":\"This is when the neck and shoulder muscles are at their stiffest and have accumulated the most stress. Practicing now helps 'release' tension and prepares the body for restorative sleep.\"},{\"text\":\"Perform very short 'micro-breaks' (5 minutes) FREQUENTLY DURING YOUR WORKDAY.\",\"reason_pt\":\"Preventing tension buildup throughout the day is far more effective than trying to 'fix' it all at the end of the day.\"},{\"text\":\"Environment & Temperature:\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a warm, draft-free room. BE EXTREMELY CAREFUL with AC blowing directly onto the back of your neck.\",\"reason_pt\":\"The trapezius muscle is highly sensitive to cold temperatures. Cold air causes sudden muscle guarding and can trigger acute torticollis (wry neck).\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. 1 Bolster and 2 Yoga Blocks.\",\"reason_pt\":\"MANDATORY for supporting passive chest openers (lying supine over the bolster) and elevating the hips when seated (to maintain a neutral spine and prevent hunching).\"},{\"text\":\"2. 1 Strap and 2 Massage Balls.\",\"reason_pt\":\"The strap aids in shoulder stretches. Massage balls are used for self-myofascial release of trigger points in the trapezius and scapular muscles.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Spend 5 minutes doing self-massage (or using massage balls) to release the neck, trapezius, and pectoral muscles.\",\"reason_pt\":\"Sends 'safety' and 'relaxation' signals to the nervous system BEFORE stretching, making it easier for the muscles to let go.\"},{\"text\":\"Sit comfortably (on a block), breathing deeply into the CHEST and UPPER BACK.\",\"reason_pt\":\"Proper breathing 'opens' the costovertebral joints and relaxes the intercostal and trapezius muscles (which are often overused as accessory breathing muscles during stress).\"},{\"text\":\"Relax your jaw (this is key).\",\"reason_pt\":\"Tension in the jaw (TMJ) has a direct neurological link to the suboccipital muscles at the base of the skull, causing headaches and neck stiffness.\"}]},{\"stage_id\":\"S02_DURING_DCVG\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_NeckInversions\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Inversions that place body weight on the NECK, such as Headstand (Sirsasana), Shoulderstand (Sarvangasana), and Plow Pose (Halasana).\",\"reason_pt\":\"Causes extreme compressive forces on the delicate cervical discs and nerve roots. This is the leading cause of severe yoga-related neck injuries.\"},{\"warning_id\":\"W02_NeckDrop\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Passively dropping the head backward without control during backbends like Camel (Ustrasana), Fish (Matsyasana), or Wheel (Chakrasana).\",\"reason_pt\":\"Severely compresses the facet joints and nerve roots at the posterior of the cervical spine.\"},{\"warning_id\":\"W03_NeckForce\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Using your hands to forcefully pull, press, or crank your neck into flexion or rotation.\",\"reason_pt\":\"The cervical spine is fragile; the leverage and force generated by the arms are too strong and can easily cause soft tissue trauma.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_ShoulderWeight\",\"text\":\"CAUTION: Weight-bearing poses on the hands (Vinyasa, Chaturanga, Crow Pose). If practicing, ensure you push the shoulders AWAY FROM THE EARS and strongly engage the serratus anterior.\",\"reason_pt\":\"If the shoulder stabilizers are weak, the entire body weight 'collapses' into the upper trapezius, drastically worsening neck stiffness.\"},{\"warning_id\":\"RC02_Twists\",\"text\":\"CAUTION: When twisting, AVOID 'cranking' the neck. Keep your chin aligned with your sternum and focus the rotation purely from the thoracic spine (ribcage).\",\"reason_pt\":\"Protects the cervical facet joints from being forced beyond their safe anatomical range of motion.\"},{\"warning_id\":\"RC03_ForwardFolds\",\"text\":\"CAUTION: In forward folds, AVOID excessively 'rounding' the upper back and shoulders. Elongate the spine and use blocks to support your hands.\",\"reason_pt\":\"Maintaining a hunched 'text neck' posture during practice will only reinforce bad biomechanical habits.\"}]},{\"stage_id\":\"S03_FOCUS_DCVG\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'Chin Tuck & Axial Extension'. In every pose, gently draw the chin slightly toward the throat (tuck) and lengthen the crown of the head toward the ceiling.\",\"reason_pt\":\"This action 'decompresses' the cervical spine, creating vital space for the intervertebral discs and exiting nerve roots.\"},{\"text\":\"Cervical-Thoracic Dissociation: Learn to move your thoracic spine (upper back) without simultaneously moving your neck. (e.g., Cat-Cow focused strictly on the mid-back).\",\"reason_pt\":\"The vast majority of neck pain stems from a 'stiff' thoracic spine, which forces the hypermobile neck to overwork and compensate.\"},{\"text\":\"Shoulders away from ears: Always maintain a conscious awareness of relaxing your shoulder blades and drawing them down your back.\",\"reason_pt\":\"Breaks the unconscious, stress-induced habit of shrugging.\"},{\"text\":\"Relax the jaw and facial muscles:\",\"reason_pt\":\"TMJ tension is directly linked to suboccipital tightness, triggering tension headaches.\"}],\"recommended_practices\":[{\"text\":\"Supported Fish Pose (Matsyasana variation with a bolster under the thoracic spine).\",\"reason_pt\":\"Utilizes gravity to passively open the chest and shoulders, effectively 'reversing' the rounded posture caused by computer work.\"},{\"text\":\"Thread the Needle Pose (Parsva Balasana).\",\"reason_pt\":\"One of the best poses to safely release tension in the trapezius and rhomboid muscles of the upper back.\"},{\"text\":\"Chin Tucks (practiced lying supine or standing flat against a wall).\",\"reason_pt\":\"Strengthens the deep neck flexors, which are essential for stabilizing the cervical spine and correcting forward head posture.\"},{\"text\":\"Eagle Arms (Garudasana) or Cow Face Arms (Gomukhasana).\",\"reason_pt\":\"Provides a deep, targeted stretch for the scapular region and posterior deltoids.\"}]},{\"stage_id\":\"S04_POST_DCVG\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): You MUST use a small rolled-up towel (or a specialized cervical pillow) to support the natural curve (cervical lordosis) of your neck.\",\"reason_pt\":\"Lying completely flat on the floor can flatten the natural cervical curve, causing strain. Proper support allows the neck muscles to relax 100%.\"},{\"text\":\"Use an eye pillow and place a warm, damp towel over your neck and shoulders.\",\"reason_pt\":\"The eye pillow relaxes the optic nerves and brain. The moist heat helps 'melt' away any residual tension in the trapezius.\"},{\"text\":\"Breathe deeply into your belly, consciously feeling your shoulders sink heavily into the floor with every exhale.\",\"reason_pt\":null}]},{\"stage_id\":\"S05_LIFE_DCVG\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Workstation Ergonomics: ADJUST IMMEDIATELY. Elevate your computer\\\/laptop monitor to eye level. Use an external keyboard and mouse.\",\"reason_pt\":\"This is the #1 cause of chronic neck and shoulder pain. If you do not fix your workstation, no amount of Yoga will provide a permanent cure.\"},{\"text\":\"Phone Posture (Text Neck): Instead of tilting your head down, bring the phone up to eye level.\",\"reason_pt\":\"Looking down at a 60-degree angle places approximately 60 lbs (27 kg) of pressure on your cervical spine.\"},{\"text\":\"Sleep Posture: Use a pillow of moderate height that perfectly supports the cervical curve. AVOID sleeping on your stomach (forces extreme neck rotation).\",\"reason_pt\":null},{\"text\":\"Micro-breaks: Set an alarm for every 30 minutes. Stand up, do shoulder rolls, reach your arms up, and perform gentle neck tilts for just 1 minute.\",\"reason_pt\":\"Prevents the continuous accumulation of muscular tension.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Neck & Shoulder Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download 5-Minute Neck Relief PDF\",\"file_name\":\"Neck_Shoulder_Relief_Guide.pdf\"}]},\"roi_loan_lo_au_adv\":{\"group\":\"mental_health\",\"displayName\":\"Anxiety Disorders\",\"icon\":\"fa-solid fa-brain\",\"disease_id\":\"roi_loan_lo_au_adv\",\"disease_name\":\"Anxiety Disorders - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_RLA_PANIC_ATTACK\",\"text\":\"Are you currently experiencing an acute panic attack (pounding heart, shortness of breath, feeling of impending doom, trembling) RIGHT NOW?\",\"type\":\"binary\",\"warning_if_yes\":\"ACUTE DANGER: Stop! This is an acute attack. ABSOLUTELY DO NOT practice physical poses. Sit still, place your hands on your abdomen, focus entirely on your exhalations, and seek support if needed.\"},{\"question_id\":\"SQ02_RLA_RED_FLAG_HEART\",\"text\":\"Is your sensation of a 'racing heart' or 'chest tightness' ACCOMPANIED BY sharp pain radiating to your left arm, shoulder, or jaw?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (CARDIOVASCULAR): Stop! This could be a sign of a cardiovascular event (e.g., myocardial infarction), not just anxiety. Call emergency services (911\\\/115) immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ03_RLA_TYPE\",\"text\":\"How do your anxiety symptoms primarily manifest? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Generalized, non-specific worry and chronic muscle tension (GAD).\",\"Sudden, intense panic attacks.\",\"Social anxiety (fear of crowds, fear of being judged).\",\"Obsessive-Compulsive (OCD) or Post-Traumatic Stress (PTSD).\"],\"advice_mapping\":{\"Generalized, non-specific worry and chronic muscle tension (GAD).\":\"FOCUS: Your practice should prioritize 'soothing' the nervous system, gentle somatic stretching (Cat-Cow, Child's Pose), and deep diaphragmatic breathing.\",\"Sudden, intense panic attacks.\":\"CAUTION: ABSOLUTELY CONTRAINDICATED to use forceful, hyper-ventilatory breathing techniques (Kapalabhati, Bhastrika) as they can trigger a panic attack. Focus solely on prolonged exhalations.\",\"Social anxiety (fear of crowds, fear of being judged).\":\"CAUTION: The practice environment is paramount. You should practice alone at home, in a safe space where you feel completely free from judgment.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_RLA_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"In the evening (before bed) OR anytime you feel psychological tension escalating.\",\"reason_pt\":\"Practicing Restorative Yoga in the evening helps 'flush' accumulated daily cortisol (stress hormone), preparing the body for deep sleep. Sleep is the cornerstone of anxiety recovery.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a QUIET, PRIVATE, and SAFE space.\",\"reason_pt\":\"An anxious nervous system is in a constant state of hypervigilance (scanning for threats). A noisy, cluttered, or observed environment will prevent neurological relaxation.\"},{\"text\":\"Use SOFT, WARM lighting (night lights, candles). TURN OFF bright white fluorescent lights.\",\"reason_pt\":\"Harsh blue\\\/white light stimulates the sympathetic nervous system (fight-or-flight). Dim, warm light activates the parasympathetic nervous system (rest-and-digest).\"},{\"text\":\"The space must be warm; consider having a blanket ready.\",\"reason_pt\":\"During anxiety, blood is shunted to the core (for survival), often leaving hands and feet cold. External warmth helps muscles relax.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. 1 Bolster and 2 Yoga Blocks.\",\"reason_pt\":\"MANDATORY for Restorative Yoga poses. These props 100% 'support' the physical body, signaling the nervous system that it is safe to completely let go.\"},{\"text\":\"2. 1 Eye Pillow and 1 Blanket.\",\"reason_pt\":\"The eye pillow blocks light and provides gentle pressure over the eyes (stimulating the vagus nerve). A blanket (especially a weighted one) provides a somatic feeling of being 'held' and secure.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Turn off all notifications on your phone, smartwatches, and computer.\",\"reason_pt\":\"Eliminates unpredictable, disruptive sensory triggers.\"},{\"text\":\"Spend 5 minutes just SITTING STILL (on a bolster\\\/block). Do nothing. Just observe the room.\",\"reason_pt\":\"Allows the nervous system to 'settle' and acclimate to the space before demanding any physical or mental exertion.\"},{\"text\":\"Mentally affirm: 'This is my time. I am safe here.'\",\"reason_pt\":\"Setting a cognitive intention of safety is the first step to down-regulating anxiety.\"}]},{\"stage_id\":\"S02_DURING_RLA\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_IntensePranayama\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Forceful, hyper-ventilatory breathing techniques like Kapalabhati (Skull-Shining Breath) or Bhastrika (Bellows Breath).\",\"reason_pt\":\"These techniques strongly activate the sympathetic nervous system, induce hyperventilation, and can directly trigger a severe panic attack.\"},{\"warning_id\":\"W02_BreathHolding\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Breath retention (Kumbhaka).\",\"reason_pt\":\"Holding the breath briefly increases CO2 and cortisol, which the anxious brain heavily misinterprets, acting as a powerful trigger for sensations of 'suffocation' or 'fear'.\"},{\"warning_id\":\"W03_Competitive\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Practicing with a competitive mindset, 'pushing' into poses, or attending high-intensity 'Power Yoga' classes.\",\"reason_pt\":\"Anxiety requires 'permission' and 'soothing', not 'pushing'. Physical exertion and self-judgment will only reinforce the nervous system's state of chronic stress.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Inversions\",\"text\":\"CAUTION: Inversions (Downward Dog, Shoulderstand). Perform ONLY if you feel comfortable and safe.\",\"reason_pt\":\"For some, inversions are deeply calming. For others (especially those who fear a loss of control or spatial disorientation), they can induce panic. Listen to your body.\"},{\"warning_id\":\"RC02_Backbends\",\"text\":\"CAUTION: Deep backbends (Camel, Wheel).\",\"reason_pt\":\"Deep backbends physically expose the chest and throat (vulnerable areas of the body), which can subconsciously trigger feelings of 'unsafety' or emotional overwhelm.\"}]},{\"stage_id\":\"S03_FOCUS_RLA\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: PROLONGED EXHALATION. Always focus on slow, smooth exhalations that are twice as long as your inhalations (e.g., inhale for 4 seconds, exhale for 8 seconds).\",\"reason_pt\":\"This is the most direct physiological 'switch' to increase vagal tone (activating the parasympathetic nervous system), immediately slowing the heart rate and dampening anxiety.\"},{\"text\":\"'Grounding' Technique: In every pose, focus 100% on the somatic sensation of your body TOUCHING THE FLOOR. (Feel the soles of your feet, your sit bones, the back of your head...)\",\"reason_pt\":\"Anxiety pulls the mind into the future (what-ifs). Grounding anchors the mind back to the present (safety). Somatic sensation is the ultimate anchor.\"},{\"text\":\"Mindful Movement: Perform poses like Cat-Cow or Hip Circles slowly, treating them as a meditative, continuous flow.\",\"reason_pt\":\"Helps release trapped physical tension (especially in the psoas muscle, where trauma and stress are often held), while keeping the mind physically engaged.\"},{\"text\":\"Extensive Use of Props: Let the bolsters, blocks, and blankets 'hold' you. The goal is 0% muscular effort, 100% surrender.\",\"reason_pt\":null}],\"recommended_practices\":[{\"text\":\"Diaphragmatic Breathing (Belly Breathing): Place your hands on your abdomen; feel it expand on the inhale and fall on the exhale.\",\"reason_pt\":\"The foundational technique to reverse shallow, anxious chest breathing and trigger the relaxation response.\"},{\"text\":\"Bee Breath (Bhramari Pranayama).\",\"reason_pt\":\"The internal sound vibrations immediately soothe the brain and cranial nerves, highly effective at intercepting an escalating wave of anxiety.\"},{\"text\":\"Supported Child's Pose (Balasana) (with a bolster under the chest).\",\"reason_pt\":\"A 'self-soothing' posture that mimics fetal safety, turning the senses inward and calming sensory overload.\"},{\"text\":\"Legs-Up-The-Wall Pose (Viparita Karani) (with a bolster under the hips).\",\"reason_pt\":\"The ultimate restorative pose. Balances the endocrine system, naturally lowers blood pressure, and quiets racing thoughts.\"},{\"text\":\"Supported Fish Pose (Matsyasana) (with a bolster longitudinally under the spine).\",\"reason_pt\":\"Passively relaxes the chest and diaphragm, allowing for deeper respiration (anxious individuals chronically guard and tighten their chest muscles).\"}]},{\"stage_id\":\"S04_POST_RLA\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): Dedicate at least 10-15 minutes. Use ALL available props: a bolster under the knees, an eye pillow, and completely cover yourself with a blanket.\",\"reason_pt\":\"The weight of the blanket and eye pillow provides 'Deep Touch Pressure' (DTP), which naturally stimulates serotonin and melatonin production while lowering cortisol levels.\"},{\"text\":\"Body Scan (Yoga Nidra element): While in Savasana, use your mind to slowly 'scan' and consciously relax each body part (toes, feet, jaw, space between the eyebrows...).\",\"reason_pt\":\"Trains the brain to recognize and consciously 'release' areas of unconscious muscular guarding.\"},{\"text\":\"Gentle Transition: After Savasana, roll onto your right side (fetal position) and rest there for 1-2 minutes before sitting up. Rise extremely slowly.\",\"reason_pt\":\"Avoids sudden orthostatic shifts in the nervous system. Maintain the parasympathetic state for as long as possible.\"}]},{\"stage_id\":\"S05_LIFE_RLA\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Sleep Hygiene: This is the most critical lifestyle factor. Prioritize 7-9 hours of quality sleep per night.\",\"reason_pt\":\"Sleep deprivation hyperactivates the amygdala (the brain's fear center), drastically amplifying baseline anxiety the following day.\"},{\"text\":\"Limit Stimulants: Severely restrict Coffee, Tea, Energy Drinks, and Alcohol.\",\"reason_pt\":\"Caffeine and alcohol are potent physiological triggers for the sympathetic nervous system, mimicking and inducing anxiety-like physical symptoms.\"},{\"text\":\"Daily Grounding: Multiple times a day, pause for 1 minute, close your eyes, and simply feel the soles of your feet pressing into the ground.\",\"reason_pt\":\"A micro-practice to repeatedly 'anchor' the wandering mind back to the present moment.\"},{\"text\":\"Mindfulness in Routine: Focus 100% on mundane daily activities (washing dishes, brushing teeth). When the mind wanders to worry, gently bring it back to the physical task.\",\"reason_pt\":\"Trains the brain's 'attention muscle', improving your executive cognitive control over intrusive anxious thoughts.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Nervous System Rebalancing Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download 3 Anxiety-Relief Breathing Exercises PDF\",\"file_name\":\"Anxiety_Breathing_Guide.pdf\"}]},\"mat_ngu_dau_dau_adv\":{\"group\":\"mental_health\",\"displayName\":\"Insomnia & Headaches\",\"icon\":\"fa-solid fa-moon\",\"disease_id\":\"mat_ngu_dau_dau_adv\",\"disease_name\":\"Insomnia due to Tension Headaches - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_MNDD_RED_FLAG\",\"text\":\"Are you experiencing a sudden, severe 'thunderclap' headache ACCOMPANIED BY a fever, stiff neck, or vomiting?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (DANGER): Stop! These are signs of a subarachnoid hemorrhage or meningitis. Call emergency services (911\\\/115) immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_MNDD_ACUTE_MIGRAINE\",\"text\":\"Are you currently experiencing an acute Migraine attack (throbbing pain, nausea, extreme sensitivity to light\\\/sound) RIGHT NOW?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Acute Attack): Your body is in an acute phase. DO NOT practice active Yoga poses. You should only perform extremely gentle breathing exercises in a dark, quiet room.\"},{\"question_id\":\"SQ03_MNDD_TYPE\",\"text\":\"The headache that disrupts your sleep is primarily: (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"A tight, 'band-like' squeezing sensation around the neck, shoulders, and both temples.\",\"Throbbing, sharp pain on one side of the head, often with nausea (Migraine).\",\"Pain in the sinus area (forehead, cheeks), accompanied by nasal congestion.\"],\"advice_mapping\":{\"A tight, 'band-like' squeezing sensation around the neck, shoulders, and both temples.\":\"FOCUS: This is a 'Tension Headache'. Your practice MUST prioritize releasing the trapezius, cervical muscles, and jaw muscles. Stress is the root cause.\",\"Throbbing, sharp pain on one side of the head, often with nausea (Migraine).\":\"CAUTION (Migraine): Your nervous system is hypersensitive. You must strictly adhere to the environmental warnings (dark, quiet, odor-free) and AVOID inversions.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_MNDD_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in the evening, about 1-2 hours before bedtime.\",\"reason_pt\":\"The primary goal is to 'flush' all accumulated daily tension (both physical and mental) and activate the parasympathetic nervous system (relaxation response) to prepare for sleep.\"},{\"text\":\"AVOID strenuous workouts (Power Yoga, Vinyasa) in the evening.\",\"reason_pt\":\"Heavy exercise too close to bedtime activates the sympathetic nervous system (increasing cortisol and adrenaline), making you more alert and making it harder to fall asleep.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a QUIET space with SOFT, WARM LIGHTING (candlelight, night light). TURN OFF bright white overhead lights.\",\"reason_pt\":\"The nervous system of someone with headaches\\\/insomnia is extremely sensitive to light (especially blue light), which suppresses the production of melatonin (the sleep hormone).\"},{\"text\":\"The space must be warm and draft-free. Have a blanket ready.\",\"reason_pt\":\"Warmth helps muscles (especially the neck and shoulders) relax and creates a sense of safety, facilitating the transition into deep relaxation.\"},{\"text\":\"AVOID strong, pungent odors (including some potent essential oils).\",\"reason_pt\":\"Strong scents can trigger Migraines or cause discomfort, hindering relaxation.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. 1 Bolster and 1 Eye Pillow.\",\"reason_pt\":\"These are the 2 most important props. The bolster supports restorative poses (chest openers, leg elevation). The eye pillow blocks light and triggers the oculocardiac reflex, instantly soothing the nervous system.\"},{\"text\":\"2. Yoga Blocks and 1 Blanket.\",\"reason_pt\":\"Blocks are used to elevate the head or hips. The blanket is used for covering (creating a sense of security) and padding under joints.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Turned off all screens (TV, phone, laptop) at least 30 minutes prior to practice.\",\"reason_pt\":\"Blue light from screens suppresses melatonin secretion.\"},{\"text\":\"AVOID consuming coffee\\\/tea after 2 PM.\",\"reason_pt\":\"Caffeine has a long half-life and directly impacts sleep architecture and quality.\"},{\"text\":\"Spend 5 minutes sitting quietly (on a bolster\\\/block), focusing entirely on completely relaxing your jaw, facial muscles, and shoulders.\",\"reason_pt\":\"This is the 'lock' of tension. Jaw clenching (bruxism) is a primary physical cause of tension headaches.\"}]},{\"stage_id\":\"S02_DURING_MNDD\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_IntensePranayama\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Forceful, hyper-ventilatory breathing techniques like Kapalabhati (Skull-Shining Breath) or Bhastrika (Bellows Breath).\",\"reason_pt\":\"These techniques strongly activate the sympathetic nervous system (fight-or-flight), increasing alertness and tension, which completely contradicts the goal of inducing sleep.\"},{\"warning_id\":\"W02_BreathHolding\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Breath retention (Kumbhaka).\",\"reason_pt\":\"Holding the breath increases CO2 and stress hormones (cortisol), which can trigger anxiety or exacerbate a headache.\"},{\"warning_id\":\"W03_Inversions\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Full inversions (head below the heart) such as Headstand (Sirsasana), Shoulderstand (Sarvangasana), and Plow Pose (Halasana).\",\"reason_pt\":\"These increase intracranial pressure, which can trigger a Migraine attack or worsen an existing headache.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Intensity\",\"text\":\"CAUTION: AVOID strenuous poses, Vinyasa Flows, or excessively long muscular holds.\",\"reason_pt\":\"The objective of this session is 0% exertion, 100% relaxation. Any physical strain can cause muscle tension and disrupt sleep onset.\"},{\"warning_id\":\"RC02_MildInversion\",\"text\":\"CAUTION: Mild inversions (Downward Dog, Forward Folds). Perform ONLY if they feel soothing. Exit immediately if you feel pressure building in your head.\",\"reason_pt\":\"Some find them relaxing, while others find them overstimulating. Listen closely to your body.\"}]},{\"stage_id\":\"S03_FOCUS_MNDD\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: PROLONGED EXHALATION. Focus on slow, smooth, and elongated exhalations (e.g., inhale for 4 seconds, exhale for 8 seconds).\",\"reason_pt\":\"This is the most direct physiological 'switch' to activate the parasympathetic nervous system (rest-and-digest), slowing the heart rate and preparing the body for sleep.\"},{\"text\":\"Focus on 'Release' rather than 'Stretch'.\",\"reason_pt\":\"Do not push for maximum flexibility. Only go to 70% of your range of motion and use your exhalations to 'melt' into the pose. The goal is tension release, not increasing flexibility.\"},{\"text\":\"MAXIMIZE the use of Props:\",\"reason_pt\":\"Let the bolsters, blocks, and blankets 'hold' you. The more supported the physical body is, the faster the nervous system receives the signal that it is 'safe' to let go.\"}],\"recommended_practices\":[{\"text\":\"Bee Breath (Bhramari Pranayama) (perform 5-10 rounds).\",\"reason_pt\":\"The internal sound vibrations instantly soothe the nervous system, highly effective at 'switching off' a racing mind (a primary cause of sleep-onset insomnia).\"},{\"text\":\"Supported Fish Pose (Matsyasana) (lying supine over a bolster).\",\"reason_pt\":\"Passively opens the chest and shoulders (reversing the hunched desk posture), allowing for deeper diaphragmatic breathing and releasing cervical tension.\"},{\"text\":\"Supported Child's Pose (Balasana) (with a bolster under the chest\\\/torso).\",\"reason_pt\":\"A 'self-soothing' posture that induces a feeling of safety and profound nervous system calming.\"},{\"text\":\"Legs-Up-The-Wall Pose (Viparita Karani) (with a bolster under the hips).\",\"reason_pt\":\"The ultimate restorative pose. It lowers the heart rate, quiets the mind, and physically shifts the body into a sleep-ready state.\"},{\"text\":\"Supine Spinal Twist (Supta Matsyendrasana) (with a bolster between the knees).\",\"reason_pt\":\"Gently releases the lower back and quadratus lumborum, alleviating accumulated physical tension.\"}]},{\"stage_id\":\"S04_POST_MNDD\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): Dedicate 10-15 minutes. Use ALL props: a bolster under the knees, an eye pillow, and a blanket covering you.\",\"reason_pt\":\"The weight of the blanket and eye pillow provides 'Deep Touch Pressure' (DTP), which naturally stimulates the production of serotonin and melatonin (sleep hormones).\"},{\"text\":\"Body Scan (Yoga Nidra element): While in Savasana, use your mind to 'scan' and consciously relax every body part, paying special attention to the JAW, EYES, FOREHEAD, SHOULDERS, and ABDOMEN.\",\"reason_pt\":\"Trains the brain to recognize and consciously 'release' areas of unconscious muscular guarding.\"},{\"text\":\"Yoga Nidra (Yogic Sleep): If time permits, listen to a guided Yoga Nidra track (15-20 minutes).\",\"reason_pt\":\"Shifts the brain into Theta brainwaves (the hypnagogic state between wakefulness and sleep), which is exceptionally effective for transitioning into deep sleep.\"},{\"text\":\"Transition to Sleep: After practice, DO NOT turn on bright lights and DO NOT look at your phone. Go straight to bed.\",\"reason_pt\":\"Preserves the delicate parasympathetic (relaxed) state you just achieved.\"}]},{\"stage_id\":\"S05_LIFE_MNDD\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Sleep Hygiene: You MUST go to bed and wake up at the EXACT SAME TIME every day (even on weekends).\",\"reason_pt\":\"Stabilizing your circadian rhythm (biological clock) is the only permanent behavioral treatment for chronic insomnia.\"},{\"text\":\"Blue Light Restriction: No phones, TVs, or computers for at least 1 hour before bed.\",\"reason_pt\":\"Blue light suppresses the pineal gland's secretion of melatonin.\"},{\"text\":\"Sleep Environment: The bedroom is for sleep only. It must be DARK, COOL, and QUIET.\",\"reason_pt\":null},{\"text\":\"Workstation Ergonomics: Ensure your computer monitor is at eye level.\",\"reason_pt\":\"Reduces the mechanical load on the cervical vertebrae, preventing the buildup of tension headaches.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Insomnia & Headache Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Sleep Yoga Guide PDF\",\"file_name\":\"Sleep_Yoga_Guide.pdf\"}]},\"mat_ngu_chung_adv\":{\"group\":\"mental_health\",\"displayName\":\"Insomnia\",\"icon\":\"fa-solid fa-bed\",\"disease_id\":\"mat_ngu_chung_adv\",\"disease_name\":\"Insomnia (Non-Specific) - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_MN_RED_FLAG\",\"text\":\"Is your insomnia ACCOMPANIED BY: Feelings of hopelessness, thoughts of self-harm, or hearing\\\/seeing things that are not there?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (MENTAL HEALTH): Stop! These are signs of a severe psychiatric condition (such as Major Depressive Disorder or Psychosis). Contact a psychiatrist or mental health professional immediately. Yoga is only a supplementary tool.\"},{\"question_id\":\"SQ02_MN_RED_FLAG_SLEEP_APNEA\",\"text\":\"Do you frequently snore VERY LOUDLY, and\\\/or has a bed partner noticed that you STOP BREATHING during sleep?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (SLEEP APNEA): Stop! This is a serious medical condition (Obstructive Sleep Apnea - OSA). You need to undergo a Sleep Study (Polysomnography). Yoga cannot cure a mechanical airway obstruction. Seek medical evaluation.\"},{\"question_id\":\"SQ03_MN_TYPE\",\"text\":\"What is your primary sleep issue? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Difficulty falling asleep (racing mind, anxiety) - Sleep-Onset Insomnia.\",\"Waking up frequently during the night and having difficulty returning to sleep - Sleep-Maintenance Insomnia.\",\"Waking up too early (e.g., 3-4 AM) and being unable to fall back asleep - Early Morning Awakening.\",\"Sleeping 7-8 hours but still waking up feeling unrefreshed - Non-Restorative Sleep.\"],\"advice_mapping\":{\"Difficulty falling asleep (racing mind, anxiety) - Sleep-Onset Insomnia.\":\"FOCUS: Your sympathetic nervous system is hyperactive. Your practice MUST prioritize techniques that 'switch off' racing thoughts (Bee Breath, prolonged exhalations) and promote physical relaxation.\",\"Waking up frequently during the night and having difficulty returning to sleep - Sleep-Maintenance Insomnia.\":\"FOCUS: Often caused by stress (midnight cortisol spikes) or blood sugar fluctuations. Practicing Restorative Yoga before bed helps regulate nocturnal hormones.\",\"Waking up too early (e.g., 3-4 AM) and being unable to fall back asleep - Early Morning Awakening.\":\"CAUTION: This is a classic hallmark of Major Depressive Disorder or severe anxiety. Combine Yoga with professional psychological therapy. Focus on 'self-soothing' poses (Child's Pose, Legs-Up-The-Wall).\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_MN_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in the evening, within 1-2 hours before bedtime.\",\"reason_pt\":\"The goal is to create a 'bedtime ritual' that signals to the brain and body that 'it is time to unwind and prepare for sleep'.\"},{\"text\":\"AVOID strenuous workouts (Power Yoga, Vinyasa) in the evening.\",\"reason_pt\":\"Heavy exercise too close to bedtime activates the sympathetic nervous system (increasing cortisol and adrenaline), making you more alert and disrupting sleep onset.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a QUIET space with SOFT, WARM LIGHTING (candlelight, night light). TURN OFF bright white overhead lights.\",\"reason_pt\":\"The nervous system of an insomniac is exquisitely sensitive to light (especially blue light), which severely suppresses the production of melatonin (the sleep hormone).\"},{\"text\":\"The space must be warm and draft-free. Have a blanket ready.\",\"reason_pt\":\"Warmth helps muscles relax and creates a sense of safety. As the body prepares for sleep, core temperature drops, making external warmth highly soothing.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. 1 Bolster and 1 Eye Pillow.\",\"reason_pt\":\"These are the 2 most important props. The bolster supports Restorative Yoga poses. The eye pillow blocks light and triggers the oculocardiac reflex, instantly soothing the nervous system.\"},{\"text\":\"2. Yoga Blocks and 1 Blanket (a weighted blanket is highly recommended if available).\",\"reason_pt\":\"Blocks are used for elevation. A blanket (especially a weighted one) provides 'Deep Touch Pressure' (DTP), creating a somatic feeling of being 'held' and safe, which stimulates serotonin.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Turned off all screens (TV, phone, laptop) at least 1 HOUR before practice.\",\"reason_pt\":\"Blue light from screens suppresses melatonin.\"},{\"text\":\"AVOID eating a heavy dinner too close to practice\\\/bedtime.\",\"reason_pt\":\"An overworked digestive system will impede deep sleep.\"},{\"text\":\"Wear the loosest, most comfortable sleepwear (pajamas).\",\"reason_pt\":\"Sends a strong psychological cue to the brain that this is the final step before sleep.\"}]},{\"stage_id\":\"S02_DURING_MN\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_IntensePranayama\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Forceful, hyper-ventilatory breathing techniques like Kapalabhati (Skull-Shining Breath) or Bhastrika (Bellows Breath).\",\"reason_pt\":\"These techniques strongly activate the sympathetic nervous system (fight-or-flight), increasing alertness and directly counteracting the goal of inducing sleep.\"},{\"warning_id\":\"W02_BreathHolding\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Breath retention (Kumbhaka).\",\"reason_pt\":\"Holding the breath increases CO2 and stress hormones (cortisol), which can trigger anxiety (a common comorbidity of insomnia).\"},{\"warning_id\":\"W03_Intensity\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Strenuous poses, Vinyasa Flows, or excessively long muscular holds.\",\"reason_pt\":\"The objective of this session is 0% exertion, 100% relaxation. Any physical strain elevates core body temperature and cortisol, causing sleep disruption.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Inversions\",\"text\":\"CAUTION: Inversions (Downward Dog, Shoulderstand).\",\"reason_pt\":\"Some find them relaxing, but others (especially those prone to overstimulation) may feel more 'awake'. Stick to Legs-Up-The-Wall (the safest option).\"},{\"warning_id\":\"RC02_MindWandering\",\"text\":\"CAUTION: If your mind starts 'racing' or worrying during practice, DO NOT forcefully try to 'shut it off'.\",\"reason_pt\":\"'Trying hard' to relax creates more tension. Simply and gently redirect your attention back to your exhalations or the physical sensation of your body on the mat.\"}]},{\"stage_id\":\"S03_FOCUS_MN\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: PROLONGED EXHALATION. Focus on slow, smooth, and elongated exhalations (e.g., inhale for 4 seconds, exhale for 8 seconds).\",\"reason_pt\":\"This is the most direct physiological 'switch' to activate the parasympathetic nervous system (rest-and-digest), slowing the heart rate and preparing for sleep.\"},{\"text\":\"Practice ONLY Restorative Yoga:\",\"reason_pt\":\"This is the only style of Yoga specifically designed to trigger a profound relaxation response. Every pose must be 100% supported by bolsters, blocks, and blankets.\"},{\"text\":\"Focus on 'Release' and 'Surrender'.\",\"reason_pt\":\"Do not attempt to stretch. Simply lie over the props and let gravity do the work. The goal is to let your body 'melt' into the bolster.\"},{\"text\":\"Keep Warm: Keep yourself covered with a blanket even while practicing (in supine poses).\",\"reason_pt\":\"Maintaining body warmth facilitates nervous system relaxation.\"}],\"recommended_practices\":[{\"text\":\"Bee Breath (Bhramari Pranayama) (perform 5-10 rounds).\",\"reason_pt\":\"The internal sound vibrations instantly soothe the nervous system, highly effective at 'switching off' racing thoughts.\"},{\"text\":\"Supported Child's Pose (Balasana) (with a bolster under the chest\\\/torso).\",\"reason_pt\":\"A 'self-soothing' posture that induces a feeling of safety and calms the nervous system.\"},{\"text\":\"Legs-Up-The-Wall Pose (Viparita Karani) (with a bolster under the hips).\",\"reason_pt\":\"The ultimate restorative pose. It lowers the heart rate, quiets the mind, and physically shifts the body into a sleep-ready state.\"},{\"text\":\"Reclined Bound Angle Pose (Supta Baddha Konasana) (using a bolster to elevate the back and head).\",\"reason_pt\":\"Opens the chest, relaxing the diaphragm for deeper breathing, and opens the hips (where emotional stress is often stored).\"},{\"text\":\"Supine Spinal Twist (Supta Matsyendrasana) (with a bolster clamped between the knees).\",\"reason_pt\":\"Releases the lower back and quadratus lumborum, alleviating physical tension.\"}]},{\"stage_id\":\"S04_POST_MN\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): Dedicate 10-15 minutes. Use ALL props: a bolster under the knees, an eye pillow, and completely cover yourself with a blanket (a weighted one if possible).\",\"reason_pt\":\"The weight of the blanket and eye pillow provides 'Deep Touch Pressure' (DTP), which naturally stimulates serotonin and melatonin (sleep hormones).\"},{\"text\":\"Yoga Nidra (Yogic Sleep): Listen to a guided Yoga Nidra track (15-20 minutes) WHILE LYING IN BED.\",\"reason_pt\":\"Shifts the brain into Theta brainwaves (the hypnagogic state between wakefulness and sleep). This is the most effective way to 'trick' the brain into falling asleep naturally.\"},{\"text\":\"Transition to Sleep: After practice, do not turn on bright lights and do not look at your phone. Go straight to sleep.\",\"reason_pt\":\"Preserves the delicate parasympathetic (relaxed) state you just achieved.\"}]},{\"stage_id\":\"S05_LIFE_MN\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Sleep Hygiene: You MUST go to bed and wake up at the EXACT SAME TIME every day (even on weekends).\",\"reason_pt\":\"Stabilizing your circadian rhythm (biological clock) is the only permanent behavioral treatment for chronic insomnia.\"},{\"text\":\"Blue Light Restriction: No phones, TVs, or computers for at least 1-2 hours before bed.\",\"reason_pt\":\"Blue light suppresses the pineal gland's secretion of melatonin.\"},{\"text\":\"Sleep Environment: The bedroom is for sleep (and intimacy) only. It must be DARK, COOL, and QUIET.\",\"reason_pt\":null},{\"text\":\"Stimulus Control Therapy: If you lie in bed for more than 20 minutes without falling asleep, GET UP, go to the living room (dim light), and read a boring book (no screens) until you feel sleepy, then return to bed.\",\"reason_pt\":\"Breaks the brain's negative neurological association (Bed = A place of anxiety and wakefulness).\"},{\"text\":\"Limit Caffeine\\\/Tea: Do not consume any stimulants after 2 PM.\",\"reason_pt\":null}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Insomnia Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Deep Sleep Yoga Guide PDF\",\"file_name\":\"Deep_Sleep_Yoga_Guide.pdf\"}]},\"thoai_hoa_khop_goi_adv\":{\"group\":\"physical_health\",\"displayName\":\"Knee Osteoarthritis\",\"icon\":\"fa-solid fa-bone\",\"disease_id\":\"thoai_hoa_khop_goi_adv\",\"disease_name\":\"Knee Osteoarthritis (Knee OA) - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_THKG_RED_FLAG\",\"text\":\"Are you currently experiencing severe swelling, heat, redness, and intense pain in your knee RIGHT NOW, ACCOMPANIED BY a fever?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (SEPTIC ARTHRITIS\\\/GOUT): Stop! These are signs of a joint infection or an acute Gout attack. Seek immediate medical attention. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_THKG_ACUTE\",\"text\":\"Is your knee currently 'locked' (unable to bend or straighten), or are you completely unable to bear weight\\\/walk on that leg?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Mechanical Injury): You may have a meniscus tear or a joint impingement. DO NOT practice standing poses. A medical diagnosis is required. Stick to breathing\\\/relaxation only.\"},{\"question_id\":\"SQ03_THKG_TYPE\",\"text\":\"When is your pain most prominent? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Pain and stiffness in the morning (upon waking), which improves slightly with movement.\",\"Pain when walking up\\\/down stairs or when squatting.\",\"Pain after prolonged standing or walking.\",\"A constant, dull ache even when resting.\"],\"advice_mapping\":{\"Pain and stiffness in the morning (upon waking), which improves slightly with movement.\":\"FOCUS: This is a classic symptom of osteoarthritis. Your practice should focus on 'warming up' and 'lubricating' the joint through gentle, non-weight-bearing movements.\",\"Pain when walking up\\\/down stairs or when squatting.\":\"FOCUS: Load-bearing pain. Your practice MUST prioritize STRENGTHENING THE QUADRICEPS (Quads) and GLUTEAL MUSCLES (Glutes) to offload the mechanical stress from the joint.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_THKG_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Morning (to reduce joint stiffness) or afternoon (when the body is already warm).\",\"reason_pt\":\"Morning practice helps 'lubricate' the joints after a night of inactivity. Afternoon practice is optimal for building strength when muscles are more pliable.\"},{\"text\":\"AVOID practicing when the knee is hot and swollen (acute inflammatory flare-up).\",\"reason_pt\":\"Exercising during an acute flare-up will worsen the condition. Apply ice and rest.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a warm, draft-free room.\",\"reason_pt\":\"Joints (especially osteoarthritic ones) are highly sensitive to cold. Cold air causes muscle guarding, joint stiffness, and increased pain perception.\"},{\"text\":\"MANDATORY: Practice on a thick yoga mat (or two mats), or have a folded blanket\\\/knee pad ready.\",\"reason_pt\":\"Protects the kneecaps (patellae) from direct, painful pressure during kneeling poses (like Cat-Cow).\"},{\"text\":\"Always have a wall or a sturdy chair nearby.\",\"reason_pt\":\"Provides a safe focal point for balance poses and support for quadriceps-strengthening exercises.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. Sturdy Yoga Chair (NO WHEELS).\",\"reason_pt\":\"This is your primary prop. Many of the most effective and safe quadriceps-strengthening exercises are performed seated.\"},{\"text\":\"2. 1 Bolster and 1 Blanket.\",\"reason_pt\":\"MANDATORY to place under the backs of your knees during Savasana. This is the optimal resting position for the knee joint.\"},{\"text\":\"3. Yoga Blocks and 1 Strap.\",\"reason_pt\":\"Blocks 'bring the floor up to you' (e.g., in Triangle Pose). The strap allows for safe hamstring stretching without compromising the knee.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Dedicate 5-10 minutes to NON-WEIGHT-BEARING warm-ups.\",\"reason_pt\":\"Sit on a chair and perform gentle ankle circles, knee extensions\\\/flexions, and hip rotations. This stimulates synovial fluid production to 'lubricate' the joint before standing.\"},{\"text\":\"Gently self-massage the thigh muscles (front, back, inner, outer) with your hands.\",\"reason_pt\":\"Warms up the muscles, increases local blood circulation, and prepares the tissues for activation.\"}]},{\"stage_id\":\"S02_DURING_THKG\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_DeepKneeFlexion\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Deep, maximal knee flexion poses such as Hero Pose (Virasana), Child's Pose (Balasana - if painful), Deep Squats (Malasana), or Lotus Pose (Padmasana).\",\"reason_pt\":\"These poses create maximum compressive and shear forces on the articular cartilage and patella, accelerating cartilage degradation.\"},{\"warning_id\":\"W02_Impact\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any jumping, bounding, or heavy stepping (e.g., fast-paced Sun Salutations with jump-backs).\",\"reason_pt\":\"The osteoarthritic knee has lost its cartilaginous 'shock absorber'. Impact forces translate directly to the subchondral bone, causing severe pain and micro-trauma.\"},{\"warning_id\":\"W03_LoadedTwist\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Twisting or torquing the knee WHILE under load (e.g., entering Triangle or Warrior 2 incorrectly, allowing the knee to 'collapse' inward).\",\"reason_pt\":\"Causes secondary mechanical trauma to the meniscus, drastically exacerbating the degenerative process.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Hyperextension\",\"text\":\"CAUTION: AVOID 'Hyperextension' (locking the knee joint backward) in standing poses (Triangle, Pyramid).\",\"reason_pt\":\"Always maintain a 'micro-bend'. Locking the joint forces the bone and cartilage to bear your entire body weight instead of utilizing the surrounding musculature for support.\"},{\"warning_id\":\"RC02_Alignment\",\"text\":\"CAUTION: In lunging poses (Warriors, Side Angle), you MUST keep the kneecap aligned with the second toe. DO NOT let the knee collapse inward (valgus collapse).\",\"reason_pt\":\"Malalignment causes uneven compressive wear, particularly destroying the cartilage on the medial (inner) compartment of the knee.\"},{\"warning_id\":\"RC03_Duration\",\"text\":\"CAUTION: AVOID holding weight-bearing standing poses (Tree Pose, Warriors) for too long. Prioritize seated or supine exercises.\",\"reason_pt\":\"Reduces the total cumulative compressive load on the knee joint over the course of the practice.\"}]},{\"stage_id\":\"S03_FOCUS_THKG\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'Strengthen the muscles, do not stretch the knee'. The primary goal is to build strength in the Quadriceps and Glutes.\",\"reason_pt\":\"Strong musculature acts as a natural 'shock absorber', taking the mechanical load off the knee joint itself.\"},{\"text\":\"Focus on Hips and Ankles:\",\"reason_pt\":\"The knee is a hinge joint trapped in the middle. It is often forced to 'compensate' (twist\\\/torque) if the hips or ankles are stiff. Mobilizing the hips\\\/ankles = Liberating the knee.\"},{\"text\":\"Movement is Lubrication:\",\"reason_pt\":\"Gentle, unloaded flexion and extension pump synovial fluid into the joint capsule, nourishing the remaining cartilage.\"},{\"text\":\"Traffic Light Principle: A feeling of muscle fatigue in the thighs (Green\\\/Yellow Light) is EXCELLENT. Sharp, catching, or grinding pain inside the joint (Red Light) means STOP IMMEDIATELY.\",\"reason_pt\":null}],\"recommended_practices\":[{\"text\":\"Isometric Quadriceps Contractions (Seated on a chair, extend the leg straight, flex the quad intensely for 10 seconds, repeat).\",\"reason_pt\":\"The GOLD STANDARD physical therapy exercise. Safely builds maximum strength in the quadriceps without requiring any joint articulation.\"},{\"text\":\"Bridge Pose (Setu Bandhasana) (low hip elevation).\",\"reason_pt\":\"Safely activates the Glutes and Hamstrings, which are crucial for posterior knee stabilization and pelvic support.\"},{\"text\":\"Supine Figure-Four Stretch (Supta Kapotasana).\",\"reason_pt\":\"Safely releases the hip rotators and piriformis without placing any torque or strain on the knee joint.\"},{\"text\":\"Seated Cat-Cow (on a chair).\",\"reason_pt\":\"Mobilizes the spine and releases the psoas (hip flexor), a muscle deeply connected to lower limb alignment and gait mechanics.\"}]},{\"stage_id\":\"S04_POST_THKG\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): You MUST use a large bolster under the backs of your knees.\",\"reason_pt\":\"This slightly flexed position (about 15-20 degrees) is the 'resting position' of the knee joint. It allows the joint capsule to completely relax, minimizing intra-articular pressure.\"},{\"text\":\"Gently self-massage the thigh muscles (front, back, inner, outer) with your hands.\",\"reason_pt\":\"Helps muscles relax post-exertion and promotes blood flow to nourish the joint structures.\"},{\"text\":\"AVOID deep squatting or kneeling immediately after your practice.\",\"reason_pt\":null}]},{\"stage_id\":\"S05_LIFE_THKG\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Weight Management: This is the single most important factor. Losing 1 kg (2.2 lbs) of body weight = Reducing 4 kg (8.8 lbs) of compressive force on the knee with every single step.\",\"reason_pt\":null},{\"text\":\"Activities (Avoid\\\/Do): AVOID high-impact sports (running, jumping). INSTEAD, substitute with Cycling (with a properly elevated seat) or Swimming\\\/Water Aerobics.\",\"reason_pt\":\"Non-weight-bearing activities build cardiovascular and muscular strength without physically degrading the cartilage.\"},{\"text\":\"Sitting Posture: AVOID sitting on low chairs\\\/sofas (where your knees end up higher than your hips). Always choose a chair where your hips are slightly higher than your knees.\",\"reason_pt\":\"Significantly reduces compressive pressure on the patellofemoral joint (the kneecap).\"},{\"text\":\"Footwear: Wear shoes with excellent cushioning and arch support (e.g., supportive sneakers). AVOID high heels and completely flat, thin-soled shoes.\",\"reason_pt\":null}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Knee Osteoarthritis Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download 5 Quad-Strengthening Exercises PDF\",\"file_name\":\"Knee_OA_Strength_Guide.pdf\"}]},\"thoai_hoa_cot_song_adv\":{\"group\":\"physical_health\",\"displayName\":\"Spinal Spondylosis\",\"icon\":\"fa-solid fa-bone\",\"disease_id\":\"thoai_hoa_cot_song_adv\",\"disease_name\":\"Spinal Spondylosis (Spinal Degeneration) - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_THCS_RED_FLAG_MYELOPATHY\",\"text\":\"Are you experiencing severe numbness\\\/weakness in BOTH arms or legs, loss of bowel\\\/bladder control, OR a 'drunken walk' sensation (loss of balance)?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (SPINAL CORD COMPRESSION): Stop! These are critical signs of Cervical Myelopathy or Cauda Equina Syndrome. Go to the emergency room immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_THCS_RADICULOPATHY\",\"text\":\"Are you experiencing sharp, shooting, numbness, or electric shock-like pain radiating down your arm (from the neck) or leg (from the back) RIGHT NOW?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Radiculopathy): You are experiencing acute nerve root compression (possibly from bone spurs). DO NOT practice physical poses. Stick to breathing and decompression poses (e.g., lying supine with legs resting on a chair).\"},{\"question_id\":\"SQ03_THCS_TYPE\",\"text\":\"What is your primary symptom? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Severe pain and stiffness in the morning (lasting > 30 minutes) that improves with movement.\",\"Sharp pain when extending the neck or arching the back.\",\"A dull, aching pain, primarily due to poor posture (prolonged sitting).\"],\"advice_mapping\":{\"Severe pain and stiffness in the morning (lasting > 30 minutes) that improves with movement.\":\"FOCUS: This is a classic symptom of osteoarthritis. Your practice MUST consist of gentle, joint-lubricating movements (mobility), avoiding prolonged static holds.\",\"Sharp pain when extending the neck or arching the back.\":\"CAUTION (Facet Joint Pain): Strictly limit deep backbends (extension). Focus on gentle forward folds (flexion) and Child's Pose to 'open' the posterior facet joints.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_THCS_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Morning (to reduce stiffness) or afternoon\\\/evening (when the body is warm).\",\"reason_pt\":\"Morning practice helps 'lubricate' the joints (stimulating synovial fluid) after a night of inactivity. Afternoon practice helps build strength when muscles are more flexible.\"},{\"text\":\"AVOID practicing when the joints are hot and swollen (acute inflammatory flare-up).\",\"reason_pt\":\"Exercising during an acute flare-up will worsen the condition.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a warm, draft-free room.\",\"reason_pt\":\"Degenerative joints are highly sensitive to cold. Cold air causes muscle guarding, stiffness, and increased pain perception.\"},{\"text\":\"Always have a wall or a sturdy chair nearby.\",\"reason_pt\":\"Use as a safe focal point. If spondylosis causes nerve impingement, you may experience sudden balance loss.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. Sturdy Yoga Chair (NO WHEELS).\",\"reason_pt\":\"This is your primary prop. Seated Cat-Cow and gentle twists on a chair are the safest options, as they naturally decompress the spine.\"},{\"text\":\"2. 1 Bolster and 1 Blanket.\",\"reason_pt\":\"MANDATORY to place under the backs of the knees during Savasana (for the lumbar spine) AND use a rolled-up towel\\\/blanket under the neck (for cervical support).\"},{\"text\":\"3. Yoga Blocks and 1 Strap.\",\"reason_pt\":\"Blocks 'bring the floor up to you' (e.g., in Triangle Pose). The strap allows for safe hamstring stretching without rounding the back.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Dedicate 10-15 minutes to NON-WEIGHT-BEARING warm-ups.\",\"reason_pt\":\"Sit on a chair and perform slow neck, shoulder, wrist, hip, and ankle rolls. This helps 'pump' synovial fluid into the joints before bearing weight.\"},{\"text\":\"Practice diaphragmatic breathing for 5 minutes.\",\"reason_pt\":\"Helps relax the paraspinal muscles that are chronically 'guarding' (spasming) around the degenerated spine.\"}]},{\"stage_id\":\"S02_DURING_THCS\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_NeckInversions\",\"text\":\"ABSOLUTELY CONTRAINDICATED (If you have Cervical Spondylosis): Inversions that load body weight onto the NECK, such as Headstand (Sirsasana), Shoulderstand (Sarvangasana), and Plow Pose (Halasana).\",\"reason_pt\":\"Causes extreme compressive forces on the fragile cervical discs and nerve roots, posing a high risk of Cervical Myelopathy.\"},{\"warning_id\":\"W02_ExtremeFlexExt\",\"text\":\"ABSOLUTELY CONTRAINDICATED: MAXIMAL or EXTREME Flexion or Extension poses (e.g., Camel, Wheel, or deep forward folds compressing the belly to the thighs).\",\"reason_pt\":\"Severely compresses the facet joints (which are often inflamed or have osteophytes\\\/bone spurs), leading to nerve impingement.\"},{\"warning_id\":\"W03_Impact\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any jumping, bounding, or heavy stepping (e.g., fast-paced Sun Salutations with jump-backs).\",\"reason_pt\":\"The joints and discs have lost their shock-absorbing capabilities. Impact forces translate directly to the subchondral bone, causing pain and structural damage.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_DeepTwists\",\"text\":\"CAUTION: DEEP spinal twists (Rotation). Always elongate the spine (create space) before twisting, and isolate the rotation to the thoracic spine (upper back).\",\"reason_pt\":\"Reduces torsional shear forces on the vulnerable intervertebral discs and facet joints in the cervical and lumbar regions.\"},{\"warning_id\":\"RC02_Holding\",\"text\":\"CAUTION: AVOID prolonged static holds. Prioritize dynamic, fluid movements.\",\"reason_pt\":\"Degenerative pain requires 'mobility' for lubrication. Prolonged static holding restricts blood flow and induces muscle stiffness.\"}]},{\"stage_id\":\"S03_FOCUS_THCS\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'Axial Extension'. In every pose, consciously imagine lengthening the crown of the head (for the neck) or the tailbone (for the lower back) away from the center.\",\"reason_pt\":\"Creates mechanical decompression for the intervertebral discs and nerve roots compromised by osteophytes (bone spurs).\"},{\"text\":\"Gentle Movement is Lubrication:\",\"reason_pt\":\"Prioritize repetitive, pain-free movements (like Cat-Cow, lateral side bends). This 'pumps' synovial fluid to nourish the avascular cartilage.\"},{\"text\":\"Engage the Core and Erector Spinae:\",\"reason_pt\":\"Strong musculature acts as an active scaffolding system, offloading the compressive weight from the degenerated vertebrae and discs.\"},{\"text\":\"Traffic Light Principle: Mild muscle fatigue or a gentle stretch (Green\\\/Yellow Light) is GOOD. Sharp, catching, or grinding pain inside the joint (Red Light) means STOP IMMEDIATELY.\",\"reason_pt\":null}],\"recommended_practices\":[{\"text\":\"Cat-Cow Pose (Marjaryasana-Bitilasana) (Seated on a chair OR kneeling, if knees permit).\",\"reason_pt\":\"The #1 'lubricating' exercise for the intervertebral discs and facet joints.\"},{\"text\":\"Bird-Dog Pose.\",\"reason_pt\":\"The gold standard exercise for building core stability and training the multifidus muscles without placing compressive loads on the discs.\"},{\"text\":\"Bridge Pose (Setu Bandhasana) (low hip elevation).\",\"reason_pt\":\"Safely activates the Glutes and Erector Spinae, stabilizing the pelvis and lumbar spine.\"},{\"text\":\"Gentle Supine Spinal Twist (Supta Matsyendrasana) (supported with a bolster between the knees).\",\"reason_pt\":\"Releases tension in the Quadratus Lumborum (QL) and paraspinal muscles safely.\"}]},{\"stage_id\":\"S04_POST_THCS\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): You MUST use a large bolster under the backs of your knees AND a rolled towel\\\/specialized pillow under your neck.\",\"reason_pt\":\"Ensures the ENTIRE spine (cervical and lumbar) rests in its natural physiological curves, allowing the paraspinal muscles to achieve 100% relaxation.\"},{\"text\":\"90\\\/90 Position (Legs resting on a chair): Rest for 5-10 minutes.\",\"reason_pt\":\"The optimal passive decompression posture for the lumbar spine.\"},{\"text\":\"Drink warm water (optionally with ginger).\",\"reason_pt\":\"Rehydrates the intervertebral discs and helps relax muscles.\"}]},{\"stage_id\":\"S05_LIFE_THCS\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Weight Management: Losing excess body weight is the primary non-surgical factor in reducing the mechanical load on the lumbar spine.\",\"reason_pt\":null},{\"text\":\"Workstation Ergonomics: Correct 'Text Neck' (looking down) and 'Hunched Back' postures. Elevate your monitor to eye level.\",\"reason_pt\":\"This is the root cause of mechanical degeneration. Without correcting this posture, exercise will be ineffective.\"},{\"text\":\"Activities (Avoid\\\/Do): AVOID high-impact sports (running, tennis). INSTEAD, substitute with Swimming (especially backstroke) or Walking (with highly cushioned shoes).\",\"reason_pt\":\"Swimming is a non-weight-bearing activity that decompresses the spine while building back strength.\"},{\"text\":\"Proper Sleep Posture: Sleep on your back (with a pillow under your knees) or on your side (with a pillow between your knees). AVOID sleeping on your stomach (causes extreme neck rotation and lumbar hyperlordosis).\",\"reason_pt\":null},{\"text\":\"Nutrition: Incorporate foods\\\/supplements rich in Glucosamine, Chondroitin, Collagen, and Omega-3s (consult your doctor).\",\"reason_pt\":\"Provides nutritional support for articular cartilage and reduces systemic inflammation.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Spinal Spondylosis Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download 5 Spine 'Lubrication' Exercises PDF\",\"file_name\":\"Spondylosis_Mobility_Guide.pdf\"}]},\"dau_than_kinh_toa_adv\":{\"group\":\"physical_health\",\"displayName\":\"Sciatica\",\"icon\":\"fa-solid fa-bolt-lightning\",\"disease_id\":\"dau_than_kinh_toa_adv\",\"disease_name\":\"Sciatica (Sciatic Nerve Pain) - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_DTT_RED_FLAG_CAUDA\",\"text\":\"Is your pain\\\/numbness ACCOMPANIED BY a loss of bowel or bladder control, OR saddle anesthesia (numbness in the entire groin\\\/buttocks area)?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (CAUDA EQUINA SYNDROME): Stop! This is a severe medical emergency involving spinal cord\\\/nerve root compression. Go to the hospital immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_DTT_RED_FLAG_FOOT_DROP\",\"text\":\"Are you experiencing 'foot drop' (inability to lift the front part of your foot or toes upward) ACCOMPANIED BY back\\\/buttock pain?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (MOTOR NERVE COMPRESSION): Stop! This is a sign of severe motor nerve damage (peroneal nerve). Seek immediate medical evaluation. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ03_DTT_TYPE\",\"text\":\"When does your pain get WORSE? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"When BENDING FORWARD or during PROLONGED SITTING (pain spikes when coughing\\\/sneezing).\",\"When STANDING for long periods or BENDING BACKWARD (extension).\",\"When SITTING (especially on a wallet or hard surface) and when stretching the glutes.\"],\"advice_mapping\":{\"When BENDING FORWARD or during PROLONGED SITTING (pain spikes when coughing\\\/sneezing).\":\"CAUTION (Discogenic Origin): Highly likely due to a Lumbar Disc Herniation (LDH) compressing the L5\\\/S1 nerve roots. ABSOLUTELY CONTRAINDICATED to perform spinal flexion (rounded back) or flexion combined with rotation.\",\"When STANDING for long periods or BENDING BACKWARD (extension).\":\"CAUTION (Stenosis Origin): Highly likely due to Spinal Stenosis. AVOID deep backbends (extension). Prioritize gentle forward folds to decompress the posterior spine.\",\"When SITTING (especially on a wallet or hard surface) and when stretching the glutes.\":\"CAUTION (Muscular Origin): Highly likely due to Piriformis Syndrome compressing the sciatic nerve. EXERCISE CAUTION when stretching the piriformis (do not stretch aggressively during an acute flare-up).\"}},{\"question_id\":\"SQ04_DTT_ACUTE\",\"text\":\"Is your pain currently at an acute level (above 7\\\/10), and are you unable to find any position that relieves the pain?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Acute Inflammation): Your body is in an acute inflammatory phase. DO NOT practice physical poses. Stick to breathing and decompression poses (e.g., lying supine with legs resting on a chair). AVOID all active stretching.\"}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_DTT_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Afternoon or evening. AVOID heavy practice early in the morning.\",\"reason_pt\":\"Intervertebral discs (the most common cause of sciatica) are maximally hydrated and plump in the morning, making them highly susceptible to irritation.\"},{\"text\":\"ONLY PRACTICE when acute pain has subsided (below 5\\\/10).\",\"reason_pt\":\"Exercising during an acute inflammatory flare-up will severely irritate the already compromised nerve.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a warm, draft-free environment.\",\"reason_pt\":\"Muscles (especially the glutes and lower back) are highly sensitive to cold. Cold air causes muscle spasms, which can further entrap the sciatic nerve.\"},{\"text\":\"Always have a wall or a sturdy chair nearby.\",\"reason_pt\":\"Sciatica can cause sudden leg weakness ('giving way'), significantly increasing the risk of falls.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. A sturdy Yoga Chair AND 1 Bolster.\",\"reason_pt\":\"MANDATORY for the two most important decompression poses: the 90\\\/90 position (legs on chair) and Savasana (bolster under knees).\"},{\"text\":\"2. Yoga Blocks and 1 Strap.\",\"reason_pt\":\"Blocks are used to 'bring the floor up to you' (maintaining a neutral spine). The strap is required to perform 'nerve glides' safely.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Spend 5-10 minutes lying in the 90\\\/90 position (supine with lower legs resting on a chair).\",\"reason_pt\":\"This mechanically 'decompresses' the lumbar spine, creating vital space for the exiting nerve roots before you begin moving.\"},{\"text\":\"Focus on deep diaphragmatic breathing, expanding the belly and ribcage.\",\"reason_pt\":\"Diaphragmatic breathing helps release the psoas and quadratus lumborum (QL)\\u2014two major muscles that chronically spasm during a sciatica flare-up.\"}]},{\"stage_id\":\"S02_DURING_DTT\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_NervePain\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any pose or movement that causes sharp pain, burning, electric shock sensations, or INCREASES the numbness\\\/pain or causes it to radiate further down the leg.\",\"reason_pt\":\"This is a sign of DIRECT nerve irritation. 'Stretching' an inflamed nerve will only cause further micro-trauma and worsen the condition.\"},{\"warning_id\":\"W02_AggressiveStretch\",\"text\":\"ABSOLUTELY CONTRAINDICATED: 'Aggressive' stretching of the hamstrings or piriformis during an acute inflammatory flare-up.\",\"reason_pt\":\"If the nerve is physically entrapped, forceful stretching is akin to 'sawing' the nerve across a sharp anatomical edge, causing severe damage.\"},{\"warning_id\":\"W03_LoadedFlexion\",\"text\":\"CONTRAINDICATED (If Discogenic): Spinal flexion (rounded back) poses, especially under load (e.g., Seated Forward Bend - Paschimottanasana).\",\"reason_pt\":\"Pushes the nucleus pulposus backward, increasing direct mechanical compression on the nerve root.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_ForwardFolds\",\"text\":\"CAUTION: In EVERY forward fold (including Downward Dog), you MUST BEND YOUR KNEES and MAINTAIN A NEUTRAL SPINE (hinge from the hips).\",\"reason_pt\":\"Protects the lumbar discs from shear and compressive forces.\"},{\"warning_id\":\"RC02_DeepTwists\",\"text\":\"CAUTION: DEEP spinal twists (Rotation). Always elongate the spine and focus the rotation in the upper back (thoracic spine), keeping the pelvis completely stable.\",\"reason_pt\":\"Reduces torsional shear forces on the compromised lumbar intervertebral discs.\"},{\"warning_id\":\"RC03_PiriformisStretch\",\"text\":\"CAUTION (If Muscular Origin): Stretch the piriformis (e.g., Supine Figure-Four) ONLY at a mild 3-4\\\/10 intensity. DO NOT stretch to maximum capacity.\",\"reason_pt\":\"Overstretching a spasming piriformis can trigger a stretch reflex, causing it to 'grip' the sciatic nerve even tighter.\"}]},{\"stage_id\":\"S03_FOCUS_DTT\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'Nerve Flossing\\\/Gliding'. This is the most critical technique.\",\"reason_pt\":\"We do not 'stretch' a nerve; we 'glide' it. This helps the sciatic nerve slide smoothly back and forth through its surrounding sheath, releasing adhesions and scar tissue.\"},{\"text\":\"Create Space (Decompression):\",\"reason_pt\":\"Always utilize axial extension (lengthening the spine from tailbone to crown) before and during every pose to 'open' space for the nerve roots.\"},{\"text\":\"Traffic Light Principle: A mild muscle stretch in the glutes\\\/thighs (Green\\\/Yellow Light) is good. Sharp pain, numbness, or electric shocks down the leg (Red Light) means STOP IMMEDIATELY.\",\"reason_pt\":null}],\"recommended_practices\":[{\"text\":\"Sciatic Nerve Glide\\\/Floss: (Lying supine, using a strap to support the thigh, rhythmically flexing\\\/extending the knee and ankle).\",\"reason_pt\":\"The GOLD STANDARD clinical technique to safely mobilize an entrapped sciatic nerve.\"},{\"text\":\"Supine Figure-Four Stretch (Supta Kapotasana) (Hold at a gentle 30-40% intensity).\",\"reason_pt\":\"Safely and controllably releases the piriformis muscle without placing any flexion load on the lower back.\"},{\"text\":\"Bridge Pose (Setu Bandhasana) (low hip elevation).\",\"reason_pt\":\"Activates the Glutes. When the gluteal muscles are strong and active, the underlying piriformis can relax and 'let go', reducing nerve compression.\"},{\"text\":\"Supported Child's Pose (Balasana) (with a large bolster under the chest\\\/torso).\",\"reason_pt\":\"The safest spinal flexion pose. It helps 'open' the facet joints at the posterior lumbar spine (highly beneficial if the sciatica is caused by spinal stenosis).\"}]},{\"stage_id\":\"S04_POST_DTT\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Decompression): Conclude the practice with the 90\\\/90 Position (lying supine with lower legs resting on a chair) for at least 10-15 minutes.\",\"reason_pt\":\"This is the optimal 'zero-gravity' decompression posture for the lumbar spine, allowing the discs to rehydrate and inflamed nerves to rest.\"},{\"text\":\"Savasana: You MUST use a large bolster under the backs of your knees.\",\"reason_pt\":\"Ensures the lumbar spine is completely flattened and relaxed against the floor, removing all lordotic strain.\"}]},{\"stage_id\":\"S05_LIFE_DTT\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Sitting Posture (Crucial): AVOID prolonged sitting. Set an alarm to stand up, walk, and stretch every 30 minutes.\",\"reason_pt\":\"Sitting places the highest amount of biomechanical intradiscal pressure on the lumbar spine.\"},{\"text\":\"'Wallet-ectomy': ABSOLUTELY DO NOT keep a wallet (or phone) in your back pocket while sitting.\",\"reason_pt\":\"Sitting on a wallet creates severe pelvic asymmetry, causing immediate piriformis spasms and direct physical compression on the sciatic nerve.\"},{\"text\":\"Sleep Posture: Sleep on your back (with a pillow under your knees) or on your side (with a thick pillow between your knees). AVOID sleeping on your stomach.\",\"reason_pt\":\"Maintains the spine and pelvis in their natural, neutral physiological alignment.\"},{\"text\":\"Proper Lifting: Always bend your knees and use the 'Hip Hinge' technique, keeping your spine completely straight (neutral) when lifting anything, even light objects.\",\"reason_pt\":null}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Sciatica Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download 3 Nerve Flossing Exercises PDF\",\"file_name\":\"Sciatica_Nerve_Glide_Guide.pdf\"}]},\"huyet_ap_thap_adv\":{\"group\":\"physical_health\",\"displayName\":\"Low Blood Pressure\",\"icon\":\"fa-solid fa-arrow-down-long\",\"disease_id\":\"huyet_ap_thap_adv\",\"disease_name\":\"Low Blood Pressure (Orthostatic Hypotension) - Yoga Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_HAT_ACUTE\",\"text\":\"Are you currently experiencing lightheadedness, dizziness, nausea, cold\\\/clammy skin, or feeling like you might faint RIGHT NOW?\",\"type\":\"binary\",\"warning_if_yes\":\"ACUTE DANGER: Stop! These are signs of a hypotensive episode (presyncope). Lie down immediately and elevate your legs (against a wall or on a chair). ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_HAT_RED_FLAG_SHOCK\",\"text\":\"Is your dizziness\\\/fatigue ACCOMPANIED BY: Chest pain, shortness of breath, or black\\\/bloody stools (signs of internal bleeding)?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (SHOCK\\\/HEMORRHAGE): Stop! These are signs of a severe underlying medical condition (e.g., shock, gastrointestinal bleeding). Call emergency services (911\\\/115) immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ03_HAT_TYPE\",\"text\":\"When do your symptoms (dizziness, lightheadedness) primarily occur? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"When changing positions suddenly (e.g., from lying\\\/sitting to standing).\",\"After eating a heavy meal.\",\"After standing for a long period of time.\",\"Constantly, without a clear trigger (chronic fatigue).\"],\"advice_mapping\":{\"When changing positions suddenly (e.g., from lying\\\/sitting to standing).\":\"CAUTION (Orthostatic Hypotension): This is the most common type. Your GOLDEN RULE is 'super slow transitions'. NEVER stand up abruptly. All standing poses must be supported by a wall or chair.\",\"After eating a heavy meal.\":\"CAUTION (Postprandial Hypotension): AVOID practicing Yoga within 1-2 hours after a large meal. Practice only on a relatively empty stomach.\",\"After standing for a long period of time.\":\"CAUTION (Neurally Mediated Hypotension): Your body reacts slowly to gravity. Prioritize seated and supine poses to build leg muscle strength without triggering dizziness.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_HAT_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Morning (upon waking).\",\"reason_pt\":\"This is typically when blood pressure is at its lowest. Activating, warming Yoga practices that gently raise the heart rate will help 'kickstart' your body and circulation for the day.\"},{\"text\":\"Practice on a relatively empty stomach. AVOID practicing immediately after a heavy meal.\",\"reason_pt\":\"After eating, blood pools in the digestive tract (splanchnic circulation), reducing blood flow to the brain and exacerbating hypotension. Practicing on an empty stomach keeps blood centralized in the muscles.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a well-ventilated, cool space (must NOT be overly hot or stuffy).\",\"reason_pt\":\"Excessive heat (e.g., 'Hot Yoga' rooms) causes peripheral vasodilation (widening of blood vessels), pulling blood away from the core and brain, leading to severe hypotensive drops.\"},{\"text\":\"MANDATORY: Have a wall AND a sturdy chair within arm's reach.\",\"reason_pt\":\"The risk of falling (fall risk) due to sudden dizziness or presyncope is your greatest hazard. The wall and chair are your safety anchors.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. Sturdy Yoga Chair (NO WHEELS).\",\"reason_pt\":\"Used to support standing poses (Warriors, Triangles) and provides a safe place to sit immediately if you feel lightheaded.\"},{\"text\":\"2. Yoga Blocks and 1 Bolster.\",\"reason_pt\":\"Blocks 'bring the floor up to you', preventing you from dropping your head too low in forward folds. The bolster supports gentle, chest-opening backbends.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Drink a glass of warm water (optionally with a pinch of salt or ginger tea).\",\"reason_pt\":\"Increases circulating intravascular blood volume. Dehydration is a leading trigger for hypotensive episodes.\"},{\"text\":\"Dedicate 10-15 minutes to a thorough warm-up, focusing on warming, mild heart-rate-elevating movements (e.g., Chair Sun Salutations, brisk Cat-Cow).\",\"reason_pt\":\"Safely activates the sympathetic nervous system to elevate your baseline blood pressure before standing.\"}]},{\"stage_id\":\"S02_DURING_HAT\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_SuddenChange\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Sudden postural changes, especially jumping up from a supine pose (Savasana) or a forward fold (Uttanasana).\",\"reason_pt\":\"This is the most dangerous action. Gravity rapidly pulls blood to the lower extremities, causing sudden cerebral hypoxia, leading to dizziness or fainting (syncope).\"},{\"warning_id\":\"W02_ProlongedStillness\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Prolonged, motionless standing (e.g., holding Mountain Pose or Tree Pose for over 1 minute).\",\"reason_pt\":\"Causes venous pooling in the legs, reducing venous return to the heart and brain, resulting in a hypotensive crash.\"},{\"warning_id\":\"W03_DeepRelaxation\",\"text\":\"AVOID: Overly deep, prolonged relaxation practices (e.g., 30-minute Yoga Nidra, or Savasana longer than 15 minutes).\",\"reason_pt\":\"Hyperactivation of the parasympathetic (vagal) nervous system can further depress blood pressure. Your therapeutic goal is to 'elevate', not 'depress'.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_ForwardFolds\",\"text\":\"CAUTION: Forward folds where the head is below the heart (Downward Dog, Standing Forward Fold). Hold for short durations only (3-5 breaths).\",\"reason_pt\":\"While they temporarily increase cerebral blood flow, the act of EXITING the pose (standing up) is highly dangerous and frequently triggers orthostatic hypotension.\"},{\"warning_id\":\"RC02_Breath\",\"text\":\"CAUTION: AVOID heavily calming breathing techniques (e.g., Bee Breath, excessively prolonged exhalations).\",\"reason_pt\":\"These strongly stimulate the parasympathetic tone, lowering blood pressure and heart rate, which contradicts your goals.\"}]},{\"stage_id\":\"S03_FOCUS_HAT\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'SUPER SLOW TRANSITIONS'. Always transition between postural levels (supine -> seated -> standing) in 3 distinct steps, resting 10-15 seconds at each step.\",\"reason_pt\":\"Allows the autonomic nervous system time to 'catch up' and trigger baroreceptor-mediated vasoconstriction in the legs, pushing blood back up to the brain.\"},{\"text\":\"Activate the 'Skeletal Muscle Pump':\",\"reason_pt\":\"Continuously and rhythmically contract\\\/release (or micro-bend\\\/pulse) your leg muscles (calves, quadriceps) while standing. Muscle contractions mechanically squeeze leg veins, forcing blood back to the heart.\"},{\"text\":\"Prioritize Energizing Poses:\",\"reason_pt\":\"Focus on mild backbends (chest openers) and supported standing poses to stimulate the sympathetic nervous system and increase vascular muscle tone.\"},{\"text\":\"Traffic Light Principle: Mild muscle fatigue and a slightly elevated heart rate (Green\\\/Yellow Light) are EXCELLENT. Dizziness, lightheadedness, or blurred vision (Red Light) means YOU MUST LIE DOWN IMMEDIATELY.\",\"reason_pt\":null}],\"recommended_practices\":[{\"text\":\"Energizing Pranayama (Kapalabhati, Bhastrika) (if no cardiac\\\/pulmonary comorbidities exist).\",\"reason_pt\":\"Strongly activates the sympathetic nervous system, increasing heart rate and baseline blood pressure.\"},{\"text\":\"Supported Backbends\\\/Chest Openers: (Camel, Cobra, Fish) (supported with blocks\\\/bolsters).\",\"reason_pt\":\"Stimulates the adrenal glands and sympathetic chain, boosting energy levels and vascular resistance.\"},{\"text\":\"Modified Sun Salutations (Surya Namaskar) (moderate pace, utilizing a chair\\\/wall for support).\",\"reason_pt\":\"Links breath with dynamic movement, warming the body, increasing heart rate, and improving systemic circulation.\"},{\"text\":\"Supported Standing Poses: (Warrior 1 & 2, Triangle) (using a chair or holding a wall).\",\"reason_pt\":\"Builds lower extremity strength (enhancing the muscle pump), improving the body's physical ability to drive venous blood against gravity.\"}]},{\"stage_id\":\"S04_POST_HAT\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): Keep Savasana SHORT (maximum 5-7 minutes).\",\"reason_pt\":\"Lying completely still for extended periods will cause blood pressure to drop back to baseline or lower.\"},{\"text\":\"MANDATORY Protocol for exiting Savasana:\",\"reason_pt\":null},{\"text\":\"1. Wiggle and clench\\\/release your fingers and toes (to activate the muscle pump) while still lying on your back.\",\"reason_pt\":null},{\"text\":\"2. Roll onto your right side (fetal position) and hold for 30 seconds.\",\"reason_pt\":null},{\"text\":\"3. Use your hands to slowly press up to a seated position. SIT STILL FOR 1 MINUTE (allowing cerebral hemodynamics to adjust).\",\"reason_pt\":null},{\"text\":\"4. Hold onto a wall or chair and slowly stand up. STAND STILL FOR 1 MINUTE (to ensure blood pressure stabilization).\",\"reason_pt\":null},{\"text\":\"5. Only begin moving\\\/walking when you feel completely stable and clear-headed.\",\"reason_pt\":null},{\"text\":\"Drink water (preferably ginger tea or an electrolyte drink) immediately after practice.\",\"reason_pt\":\"Rapidly replenishes fluids and boosts circulating intravascular volume.\"}]},{\"stage_id\":\"S05_LIFE_HAT\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Hydration (and Sodium): Drink more fluids than usual, and do not overly restrict salt intake (unless specifically contraindicated by your doctor for other cardiovascular reasons).\",\"reason_pt\":\"Water and sodium increase intravascular fluid volume, which directly raises and maintains blood pressure.\"},{\"text\":\"Wear Compression Stockings:\",\"reason_pt\":\"Highly recommended if you must stand for long periods. Compression garments physically squeeze the leg veins, preventing venous pooling and promoting venous return to the heart.\"},{\"text\":\"'Muscle Clenching' Practice: When forced to stand still (e.g., waiting in line), actively clench and release your glutes, thighs, and calves.\",\"reason_pt\":\"Actively utilizes the skeletal muscle pump to drive blood up to the brain, preventing presyncope.\"},{\"text\":\"Elevate the head of your bed: (if you frequently experience morning dizziness upon waking).\",\"reason_pt\":\"Conditions the cardiovascular system to tolerate a mild gravitational gradient overnight, reducing the severity of orthostatic drops when you stand up in the morning.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Low Blood Pressure Therapy Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Hypotension Yoga Guide PDF\",\"file_name\":\"Hypotension_Yoga_Guide.pdf\"}]},\"cang_thang_stress_adv\":{\"group\":\"mental_health\",\"displayName\":\"Stress & Burnout\",\"icon\":\"fa-solid fa-brain\",\"disease_id\":\"cang_thang_stress_adv\",\"disease_name\":\"Chronic Stress & Burnout - Nervous System Rebalancing Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_CTS_RED_FLAG_HEART\",\"text\":\"Are you experiencing stress ACCOMPANIED BY: Severe chest pain, shortness of breath, or pain radiating to your left arm or jaw?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (CARDIOVASCULAR): Stop! These are signs of a myocardial infarction (heart attack), not just simple stress. Call emergency services (911\\\/115) immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_CTS_PANIC_ATTACK\",\"text\":\"Are you currently experiencing an acute panic attack (pounding heart, feeling of impending doom, trembling, feeling smothered) RIGHT NOW?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Acute Attack): This is a panic attack (acute anxiety). ABSOLUTELY DO NOT practice physical poses. Sit still, place your hands on your abdomen, focus entirely on your exhalations, and seek support if needed.\"},{\"question_id\":\"SQ03_CTS_BURNOUT\",\"text\":\"Are you currently in a state of severe burnout (complete loss of energy, feeling empty, cynical about everything)?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Burnout): Your nervous system is completely depleted. DO NOT practice Vinyasa or any strenuous poses. Only practice extremely gentle Restorative Yoga, Savasana, and Yoga Nidra.\"},{\"question_id\":\"SQ04_CTS_TYPE\",\"text\":\"How do your stress symptoms primarily manifest? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Physical rigidity and tension (especially in the Neck, Shoulders, Trapezius, and Jaw).\",\"A continuously 'racing' mind, inability to focus, easily irritable.\",\"Profound fatigue, exhaustion, zero energy.\",\"All of the above symptoms.\"],\"advice_mapping\":{\"Physical rigidity and tension (especially in the Neck, Shoulders, Trapezius, and Jaw).\":\"FOCUS (Somatic): Prioritize physical release exercises for the Neck-Shoulders, Chest Openers, and Jaw relaxation.\",\"A continuously 'racing' mind, inability to focus, easily irritable.\":\"FOCUS (Cognitive): Prioritize techniques that 'anchor' the mind: Breathing (Pranayama), Meditation, and Bee Breath (Bhramari).\",\"Profound fatigue, exhaustion, zero energy.\":\"FOCUS (Restorative): Prioritize Restorative Yoga and Yoga Nidra (Yogic Sleep). AVOID any practice that further depletes your energy.\",\"All of the above symptoms.\":\"FOCUS (Comprehensive): You need a sequence that integrates all three: Breathing (to calm the mind) -> Gentle Movement (to release muscles) -> Restorative poses (to recharge energy).\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_CTS_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Evening (after work) OR anytime you feel completely 'overwhelmed'.\",\"reason_pt\":\"Practicing Restorative Yoga in the evening helps 'flush' the cortisol (stress hormone) accumulated during the day, shifting the autonomic nervous system from 'sympathetic' (fight-or-flight) to 'parasympathetic' (rest-and-digest).\"},{\"text\":\"Perform 5-minute 'micro-breaks' FREQUENTLY DURING YOUR WORKDAY (e.g., deep breathing, shoulder rolls).\",\"reason_pt\":\"Prevents acute stress from accumulating into chronic stress.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a QUIET, PRIVATE, and SAFE space (Identical to the Anxiety protocol).\",\"reason_pt\":\"A stressed nervous system is locked in a state of 'hypervigilance' (threat-scanning). A cluttered or noisy environment will prevent the brain from disengaging its defense mechanisms.\"},{\"text\":\"Use SOFT, WARM lighting (night lights, candles). TURN OFF bright white fluorescent lights.\",\"reason_pt\":\"Harsh blue\\\/white light stimulates the sympathetic nervous system. Dim, warm light activates the parasympathetic nervous system.\"},{\"text\":\"The space must be warm; have a blanket ready.\",\"reason_pt\":\"Stress causes peripheral vasoconstriction (cold hands\\\/feet). Warmth induces vasodilation, relaxes muscles, and creates a profound sense of safety.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. 1 Bolster and 1 Eye Pillow.\",\"reason_pt\":\"These are the 2 most vital props. The bolster supports Restorative Yoga poses. The eye pillow blocks light and triggers the oculocardiac reflex, instantly soothing the cranial nerves.\"},{\"text\":\"2. Yoga Blocks and 1 Blanket (a weighted blanket is highly recommended if available).\",\"reason_pt\":\"Blocks provide elevation and support. A blanket (especially a weighted one) provides 'Deep Touch Pressure' (DTP), creating a somatic feeling of being 'held' and secure, which boosts serotonin.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Turn off all notifications on your phone. Put it on Airplane Mode.\",\"reason_pt\":\"Eliminates unpredictable, stress-inducing digital interruptions.\"},{\"text\":\"Wear the loosest, most comfortable clothing possible.\",\"reason_pt\":\"Sends a somatic signal to the brain that this is time to 'let go' and decompress.\"},{\"text\":\"Spend 5 minutes just SITTING STILL (on a bolster\\\/block). Consciously relax your jaw, shoulders, and belly.\",\"reason_pt\":\"Allows the nervous system to 'settle'. Identify areas of unconscious muscular 'guarding' (jaw, shoulders, abdomen) and actively release them.\"}]},{\"stage_id\":\"S02_DURING_CTS\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_IntensePranayama\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Forceful, hyper-ventilatory breathing techniques like Kapalabhati (Skull-Shining Breath) or Bhastrika (Bellows Breath) (unless you are highly trained and completely free of anxiety).\",\"reason_pt\":\"These techniques heavily activate the sympathetic nervous system. If your nervous system is already 'overloaded' (chronic stress), this acts like 'adding fuel to the fire' and can trigger panic.\"},{\"warning_id\":\"W02_Competitive\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Practicing with a competitive mindset, 'pushing' to achieve a pose, or attending high-intensity 'Power Yoga' classes.\",\"reason_pt\":\"Stress requires 'permission' and 'soothing', not 'pushing'. Physical and mental exertion will only reinforce the nervous system's chronic stress loop.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Intensity\",\"text\":\"CAUTION: Vinyasa Flow sequences (if practiced). Only perform them at a very slow, meditative pace.\",\"reason_pt\":\"Fast Vinyasa activates the sympathetic system. Slow Flow, deeply synchronized with breath, activates the parasympathetic system.\"},{\"warning_id\":\"RC02_MindWandering\",\"text\":\"CAUTION: If your mind starts 'racing' and worrying about work, DO NOT forcefully try to 'shut it off'.\",\"reason_pt\":\"'Trying hard' to relax creates more cognitive tension. Simply and gently redirect your attention back to your exhalations or the physical sensation of your body on the mat.\"}]},{\"stage_id\":\"S03_FOCUS_CTS\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: PROLONGED EXHALATION. Always focus on slow, smooth exhalations that are twice as long as your inhalations (e.g., inhale for 4 seconds, exhale for 8 seconds).\",\"reason_pt\":\"This is the most direct physiological 'switch' to activate the parasympathetic nervous system, instantly slowing the heart rate and lowering cortisol levels.\"},{\"text\":\"'Grounding' Technique:\",\"reason_pt\":\"In every pose, focus 100% on the somatic sensation of your body TOUCHING THE FLOOR (soles of feet, glutes, back...). Somatic sensation is the ultimate anchor to the present moment, pulling the mind away from stressful thoughts.\"},{\"text\":\"Gentle Movement (to release mechanical stress):\",\"reason_pt\":\"Focus on repetitive movements like Cat-Cow (to release the spine), Shoulder Rolls (to release the trapezius), and Neck Tilts (to release cervical tension).\"},{\"text\":\"Prioritize Restorative Yoga:\",\"reason_pt\":\"Let the bolsters, blocks, and blankets completely 'hold' your weight. The more physically supported the body is, the faster the nervous system receives the signal that it is 'safe' to relax.\"}],\"recommended_practices\":[{\"text\":\"Bee Breath (Bhramari Pranayama) (perform 5-10 rounds).\",\"reason_pt\":\"The internal sound vibrations instantly soothe the nervous system, highly effective at 'switching off' a racing mind.\"},{\"text\":\"Supported Fish Pose (Matsyasana) (lying supine over a bolster).\",\"reason_pt\":\"Releases the chest and anterior deltoids (often tightened by hunched, stressed posture), 'opening' the ribcage for deeper, unrestricted breathing.\"},{\"text\":\"Supported Child's Pose (Balasana) (with a bolster under the chest\\\/torso).\",\"reason_pt\":\"A 'self-soothing' posture that mimics fetal safety, turning the senses inward and profoundly calming the nervous system.\"},{\"text\":\"Legs-Up-The-Wall Pose (Viparita Karani) (with a bolster under the hips).\",\"reason_pt\":\"The ultimate restorative pose. It lowers the heart rate, quiets the mind, and places the body into a state of deep recovery.\"},{\"text\":\"Supine Spinal Twist (Supta Matsyendrasana) (with a bolster clamped between the knees).\",\"reason_pt\":\"Releases the lower back and quadratus lumborum (QL)\\u2014areas that absorb massive amounts of physical tension during chronic stress.\"}]},{\"stage_id\":\"S04_POST_CTS\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): Dedicate at least 10-15 minutes. Use ALL available props: a bolster under the knees, an eye pillow, and completely cover yourself with a blanket (a weighted one if possible).\",\"reason_pt\":\"The weight of the blanket and eye pillow provides 'Deep Touch Pressure' (DTP), which naturally stimulates serotonin and melatonin production.\"},{\"text\":\"Body Scan (Yoga Nidra element): While in Savasana, use your mind to 'scan' and consciously relax each body part, paying special attention to the JAW, EYES, FOREHEAD, SHOULDERS, and ABDOMEN.\",\"reason_pt\":\"Trains the brain to recognize and consciously 'release' areas of unconscious muscular guarding (a hallmark habit of chronic stress).\"},{\"text\":\"Gentle Transition: After Savasana, roll onto your side (fetal position) and rest there for 1-2 minutes before sitting up. Rise extremely slowly.\",\"reason_pt\":\"Avoids jarring the nervous system. Maintain the parasympathetic (relaxed) state for as long as possible.\"}]},{\"stage_id\":\"S05_LIFE_CTS\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Practice 'DOING NOTHING' (NSDR - Non-Sleep Deep Rest):\",\"reason_pt\":\"Every day, dedicate 10-20 minutes to lying completely still (using an eye pillow). No sleeping, no meditating, just 'lying' and 'feeling'. This is the fastest way to recharge a depleted nervous system.\"},{\"text\":\"Micro-breaks: Set an alarm for every 1 hour. Stand up, stretch your arms, roll your neck, and take 5 deep diaphragmatic breaths.\",\"reason_pt\":\"'Flushes' stress incrementally, preventing it from accumulating into a massive burden by the end of the day.\"},{\"text\":\"Sleep Hygiene: You must prioritize sleep above all else. Aim for 7-9 hours per night.\",\"reason_pt\":\"Sleep deprivation drastically spikes baseline cortisol and severely reduces your psychological resilience to stress. It is a vicious cycle.\"},{\"text\":\"Limit Stimulants: Severely restrict Coffee, Tea, and Energy Drinks.\",\"reason_pt\":\"Caffeine is a potent sympathetic nervous system activator. Do not 'whip' your nervous system when it is already exhausted (burnout).\"},{\"text\":\"Nature Exposure (Grounding):\",\"reason_pt\":\"If possible, walk barefoot on grass, soil, or sand for 10 minutes a day. Earthing helps regulate the body's electrical charge and reduces systemic inflammation.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Nervous System Rebalancing Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Stress Relief Breathing Guide PDF\",\"file_name\":\"Stress_Breathing_Guide.pdf\"}]},\"giam_can_adv\":{\"group\":\"specific_demographics\",\"displayName\":\"Weight Loss\",\"icon\":\"fa-solid fa-weight-scale\",\"disease_id\":\"giam_can_adv\",\"disease_name\":\"Weight Loss Goal - Yoga Safety & Efficacy Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_GC_RED_FLAG_HEART\",\"text\":\"Do you experience severe chest pain, extreme shortness of breath, or severe dizziness UPON EXERTION (e.g., climbing stairs)?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (CARDIOVASCULAR): Stop! Excess weight is often accompanied by underlying cardiovascular issues. You must consult a cardiologist before beginning any exercise program. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_GC_RED_FLAG_JOINTS\",\"text\":\"Do you experience sharp, stabbing pain in your knee or hip joints WHEN walking or standing up?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (SEVERE OSTEOARTHRITIS): Stop! A high body mass index (BMI) places immense mechanical compressive load on weight-bearing joints. You may have severe joint degeneration. Seek medical evaluation. ABSOLUTELY NO high-impact exercises (e.g., jumping).\"},{\"question_id\":\"SQ03_GC_TYPE\",\"text\":\"What is your current physical activity level? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Almost entirely sedentary (e.g., sitting at a desk all day).\",\"Lightly active (e.g., walking < 30 minutes\\\/day).\",\"Exercising regularly (> 3 times\\\/week).\"],\"advice_mapping\":{\"Almost entirely sedentary (e.g., sitting at a desk all day).\":\"CAUTION (Beginner): You must start EXTREMELY slowly. Aim for 15-20 minutes a day initially. AVOID fast-paced Vinyasa flows. Focus on establishing 'movement' rather than 'exertion'. Prioritize seated and supine poses.\",\"Exercising regularly (> 3 times\\\/week).\":\"FOCUS: You can safely incorporate slow-to-moderate paced Vinyasa Flows to elevate your heart rate. Listen to your body and avoid cardiovascular overexertion.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_GC_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Morning (before breakfast) OR 1-2 hours after a light meal.\",\"reason_pt\":\"Morning practice (fasted cardio) can theoretically enhance fat oxidation. Practicing 1-2 hours post-meal ensures adequate glycogen stores for higher-intensity workouts without the risk of exercise-induced hypoglycemia.\"},{\"text\":\"AVOID practicing when overly hungry (risks hypoglycemia and exhaustion) or too full (risks gastric discomfort and acid reflux).\",\"reason_pt\":null},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"Practice in a well-ventilated, cool space. (It does not need to be overly warm like in injury rehab protocols).\",\"reason_pt\":\"The goal is to elevate your heart rate and body temperature (thermogenesis). A cool environment aids in thermoregulation, allowing you to sustain the workout longer and safely. AVOID 'Hot Yoga' rooms if you have any blood pressure or cardiovascular comorbidities.\"},{\"text\":\"Always have a wall or a sturdy chair nearby.\",\"reason_pt\":\"Use as a safety anchor. Carrying excess weight alters the body's center of gravity, making balance poses more challenging and increasing the risk of falls.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. A sturdy Chair and 2 firm Yoga Blocks.\",\"reason_pt\":\"MANDATORY for modifying Sun Salutations (e.g., placing hands on blocks\\\/chair instead of the floor). If you have hip stiffness or central adiposity (belly fat), these props help maintain a neutral spine and offload the joints.\"},{\"text\":\"2. A high-grip Yoga Mat (NOT TOO THICK).\",\"reason_pt\":\"Overly thick mats (like 10mm NBR mats) create instability during standing balance poses. Choose a moderately thin (5-6mm) mat with excellent grip.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Drink a glass of plain water.\",\"reason_pt\":\"Proper hydration is critical. Dehydration severely impairs metabolic performance and increases the risk of musculoskeletal injuries.\"},{\"text\":\"Warm up for 10-15 minutes: Joint rotations, Cat-Cow, and 3-5 rounds of SLOW Sun Salutations (using chair\\\/block modifications).\",\"reason_pt\":\"Gradually elevates the heart rate, lubricates the joints with synovial fluid, and primes the muscles for higher-intensity sequences (Vinyasa).\"}]},{\"stage_id\":\"S02_DURING_GC\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_ChestPain\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any sensation of chest pain, tightness, acute shortness of breath, or severe dizziness.\",\"reason_pt\":\"Stop IMMEDIATELY. These are critical signs of cardiovascular overload.\"},{\"warning_id\":\"W02_JointPain\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any pose that causes sharp, stabbing pain in the joints (especially knees, hips, or lower back).\",\"reason_pt\":\"Rule of thumb: 'Muscle fatigue' is EXCELLENT; 'Joint pain' is FORBIDDEN. High body weight combined with poor biomechanical alignment will rapidly destroy articular cartilage.\"},{\"warning_id\":\"W03_Impact\",\"text\":\"AVOID (If carrying significant excess weight): Jumping or bounding movements (e.g., jump-backs in Vinyasa).\",\"reason_pt\":\"A high BMI generates massive compressive and shear forces on the knee and hip joints. Jumping can cause acute cartilage damage. Always 'step' instead of 'jump'.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_DeepFlexion\",\"text\":\"CAUTION: Deep knee flexion poses (Deep Squat\\\/Malasana, Hero Pose) or deep abdominal compression.\",\"reason_pt\":\"Central adiposity (belly fat) can mechanically restrict breathing and compromise spinal alignment. Use props extensively (e.g., sit on a block during Malasana).\"},{\"warning_id\":\"RC02_Overheating\",\"text\":\"CAUTION: Watch for signs of hyperthermia (flushed red face, extreme exhaustion, or suddenly stopping sweating). Stop, drink water, and cool down immediately.\",\"reason_pt\":\"Adipose tissue acts as an insulator, making thermoregulation much more difficult for overweight individuals. Overheating is a serious medical risk.\"},{\"warning_id\":\"RC03_Inversions\",\"text\":\"CAUTION: Full inversions (Headstand, Shoulderstand). Excess body weight places massive, dangerous compressive loads on the cervical spine (neck).\",\"reason_pt\":\"DO NOT practice these without extensive experience and close supervision. Prioritize safer inversions like Legs-Up-The-Wall.\"}]},{\"stage_id\":\"S03_FOCUS_GC\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'Elevate Heart Rate (Cardio) & Build Muscle (Strength)'.\",\"reason_pt\":\"Weight loss requires a Caloric Deficit (Calories In < Calories Out). Yoga aids 'Calories Out' in two ways: (1) Direct active burn (Cardio via Vinyasa) and (2) Muscle Hypertrophy (Strength via isometric holds). More muscle mass increases your Resting Metabolic Rate (RMR), burning calories even when you rest.\"},{\"text\":\"Ujjayi Breath (Ocean Breath):\",\"reason_pt\":\"Utilizing Ujjayi breathing during Vinyasa sequences builds 'internal heat' (thermogenesis), supports cardiovascular endurance, and keeps the mind focused on the physical effort.\"},{\"text\":\"Engage the Core and Large Leg Muscles (Quads\\\/Glutes):\",\"reason_pt\":\"Always actively engage your abdominals and glutes during standing poses. These are the body's largest muscle groups; activating them expends the highest amount of caloric energy.\"},{\"text\":\"Prioritize Strength over Flexibility:\",\"reason_pt\":\"Do not obsess over 'stretching' deeply. Instead, focus on 'isometric holds' in strength-building poses (Warriors, Plank). Holding these poses builds lean muscle mass.\"}],\"recommended_practices\":[{\"text\":\"Sun Salutations (Surya Namaskar A & B) (Repeat 5-10 rounds, modifying with blocks\\\/chairs as needed).\",\"reason_pt\":\"The Gold Standard exercise for combining cardiovascular conditioning with full-body strength. Efficiently burns calories and warms up the entire system.\"},{\"text\":\"Chair Pose (Utkatasana) and Warrior Poses (Virabhadrasana 1 & 2).\",\"reason_pt\":\"Focus on prolonged isometric holds to fatigue the quadriceps and glutes. Highly effective for building strength and burning calories.\"},{\"text\":\"Plank Pose and its variations (Side Plank, Dolphin Plank).\",\"reason_pt\":\"Develops comprehensive core strength. A strong core is absolutely vital for protecting the lumbar spine when carrying excess body weight.\"},{\"text\":\"Kapalabhati Pranayama (Skull-Shining Breath) (if free from hypertension\\\/cardiac issues).\",\"reason_pt\":\"A 'warming' breathing technique believed to stimulate the sympathetic nervous system and slightly boost metabolic rate.\"}]},{\"stage_id\":\"S04_POST_GC\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"DO NOT skip Savasana (Corpse Pose). Just 5-10 minutes is sufficient.\",\"reason_pt\":\"After an intense, sympathetic-dominant workout, Savasana actively shifts the nervous system back to a parasympathetic state, lowering cortisol levels. Chronically elevated cortisol is a primary driver of visceral (belly) fat accumulation.\"},{\"text\":\"Rehydrate thoroughly (drink plain water).\",\"reason_pt\":null},{\"text\":\"Consume a balanced snack (Quality Protein + Complex Carbohydrates) within 30-60 minutes post-workout.\",\"reason_pt\":\"Facilitates muscle repair and hypertrophy. Better muscle recovery leads to increased lean muscle mass, which permanently boosts your resting metabolic rate.\"}]},{\"stage_id\":\"S05_LIFE_GC\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"'You cannot out-train a bad diet'.\",\"reason_pt\":\"Weight loss is objectively 70% nutrition and 30% exercise. Yoga must be strictly paired with a medically appropriate Caloric Deficit to yield weight loss results.\"},{\"text\":\"Consistency is Key: Practicing 30 minutes a day, 6 days a week is VASTLY SUPERIOR to practicing 2 hours a day, 2 days a week.\",\"reason_pt\":\"Daily activity maintains a consistently elevated metabolic rate and builds sustainable behavioral habits.\"},{\"text\":\"Stress & Sleep Management:\",\"reason_pt\":\"Chronic stress (high cortisol) and sleep deprivation (high ghrelin\\\/low leptin) drastically spike cravings for high-sugar\\\/high-fat foods and promote visceral fat storage. You must balance intense active practices (Vinyasa) with down-regulating practices (Pranayama, Meditation, Savasana).\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Comprehensive Weight Loss Yoga Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Weight Loss Yoga Guide PDF\",\"file_name\":\"Weight_Loss_Yoga_Guide.pdf\"}]},\"tang_suc_ben_adv\":{\"group\":\"fitness_goals\",\"displayName\":\"Endurance & Stamina\",\"icon\":\"fa-solid fa-person-running\",\"disease_id\":\"tang_suc_ben_adv\",\"disease_name\":\"Endurance Building Goal - Yoga Safety & Efficacy Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_TSB_RED_FLAG_HEART\",\"text\":\"Do you experience chest pain, arrhythmias (irregular heartbeats), severe shortness of breath, or extreme dizziness UPON EXERTION?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (CARDIOVASCULAR): Stop! These are signs of cardiovascular overload. You must consult a cardiologist before beginning any endurance-building program. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_TSB_RED_FLAG_JOINTS\",\"text\":\"Do you experience sharp, stabbing pain in any joint (knees, hips, shoulders, wrists) during repetitive movements?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (OVERUSE INJURY): Stop! Sharp pain indicates structural tissue damage (e.g., tendinitis, cartilage tear). You need rest and medical evaluation. Building endurance requires healthy, stable joints.\"},{\"question_id\":\"SQ03_TSB_TYPE\",\"text\":\"What is your current cardiovascular activity level? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Almost entirely sedentary (e.g., easily winded climbing one flight of stairs).\",\"Lightly active (e.g., walking 30 minutes, 2-3 times\\\/week).\",\"Regularly active (e.g., cardio\\\/Vinyasa > 3 times\\\/week).\"],\"advice_mapping\":{\"Almost entirely sedentary (e.g., easily winded climbing one flight of stairs).\":\"CAUTION (Beginner): You must start EXTREMELY slowly. The goal is 'consistency' (15 mins\\\/day), not 'intensity'. Focus on joint mobility and maintaining a steady breath pace.\",\"Regularly active (e.g., cardio\\\/Vinyasa > 3 times\\\/week).\":\"FOCUS: You are ready to incorporate longer, moderate-paced Vinyasa Flows and prolonged isometric holds to actively build muscular and cardiovascular endurance.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_TSB_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Morning (to boost baseline energy for the day) or 1-2 hours after a carbohydrate-rich snack.\",\"reason_pt\":\"Endurance training requires 'fuel' (glycogen). Training completely fasted (when exhausted) severely impairs physical performance and increases the risk of injury.\"},{\"text\":\"AVOID practicing immediately after a heavy meal.\",\"reason_pt\":\"Causes gastrointestinal distress (side stitches, acid reflux) during dynamic movements.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"Practice in a WELL-VENTILATED, COOL space.\",\"reason_pt\":\"Endurance yoga (Vinyasa, Power Yoga) generates massive internal heat (thermogenesis). A cool environment allows for effective thermoregulation, enabling you to practice longer and safer.\"},{\"text\":\"Ensure you have enough unobstructed space to perform full Sun Salutations without restriction.\",\"reason_pt\":null},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. High-Grip Yoga Mat.\",\"reason_pt\":\"You will sweat profusely during endurance training. A slippery mat is the #1 cause of acute transition injuries (e.g., slipping when jumping back from Downward Dog).\"},{\"text\":\"2. Hand Towel.\",\"reason_pt\":\"MANDATORY for wiping sweat off your hands and the mat to maintain traction.\"},{\"text\":\"3. Yoga Blocks (Optional but highly recommended).\",\"reason_pt\":\"Used to support your biomechanical alignment when muscle fatigue sets in, keeping your poses safe and structurally sound.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"HYDRATION: Drink 300-500ml of water (electrolytes recommended) 30 minutes BEFORE practice.\",\"reason_pt\":\"Dehydration is the ultimate enemy of endurance. Do not wait until you are thirsty to drink.\"},{\"text\":\"Dynamic Warm-up (10-15 minutes): Joint rotations, Cat-Cow, and 3-5 rounds of SLOW Sun Salutations.\",\"reason_pt\":\"Gradually elevates the heart rate, stimulates synovial fluid, and 'wakes up' the large muscle groups (core, thighs, back) to prepare them for sustained load-bearing.\"}]},{\"stage_id\":\"S02_DURING_TSB\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_ChestPain\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any sensation of chest pain, tightness, acute shortness of breath, or severe dizziness.\",\"reason_pt\":\"Stop IMMEDIATELY. These are critical signs of cardiovascular distress.\"},{\"warning_id\":\"W02_JointPain\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any pose that causes sharp, stabbing pain in the joints (especially knees, hips, shoulders, wrists).\",\"reason_pt\":\"Rule of thumb: 'Muscle fatigue' is EXCELLENT; 'Joint pain' is FORBIDDEN. Repeatedly loading a painful joint will lead to chronic repetitive strain injuries.\"},{\"warning_id\":\"W03_Ego\",\"text\":\"ABSOLUTELY CONTRAINDICATED: 'Pushing through pain' or ego-lifting (trying to keep up with the instructor\\\/others at the expense of form).\",\"reason_pt\":\"Endurance is built through cellular adaptation over time. Overtraining in a single session leads to burnout or injury, destroying the consistency required for progress.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_SloppyForm\",\"text\":\"CAUTION: 'Sloppy Form' due to muscular fatigue.\",\"reason_pt\":\"When fatigued, you naturally tend to collapse the shoulders (in Plank), let the knees cave in (in Warriors), or round the lower back. This is exactly when injuries occur. Taking a 10-second rest in Child's Pose is vastly superior to executing reps with compromised biomechanics.\"},{\"warning_id\":\"RC02_BreathHolding\",\"text\":\"CAUTION: Breath holding (Valsalva maneuver) during intense\\\/difficult poses.\",\"reason_pt\":\"Holding your breath suddenly spikes blood pressure and rapidly depletes the muscles of oxygen. You must maintain a continuous respiratory rhythm (Ujjayi).\"}]},{\"stage_id\":\"S03_FOCUS_TSB\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'Consistency & Progressive Overload'.\",\"reason_pt\":\"Endurance is not built in a day. You must practice consistently and gradually increase the physical demand (progressive overload) \\u2014 e.g., holding Plank 5 seconds longer, or adding one more round of Sun Salutations.\"},{\"text\":\"Ujjayi Breath (Ocean Breath):\",\"reason_pt\":\"This is your internal 'pacemaker'. Maintaining a steady, rhythmic Ujjayi breath builds internal heat, ensures continuous oxygen delivery to working muscles, and keeps the mind anchored.\"},{\"text\":\"Focus on 'The Flow' (Vinyasa):\",\"reason_pt\":\"Link one movement to one breath (e.g., Inhale to lengthen, Exhale to fold). This continuous, uninterrupted flow is what builds Cardiovascular Endurance (aerobic capacity).\"},{\"text\":\"Focus on 'Isometric Holds':\",\"reason_pt\":\"Hold power poses (Plank, Chair, Warriors) for 5-10 deep breaths. Increasing 'Time Under Tension' is what builds Muscular Endurance.\"}],\"recommended_practices\":[{\"text\":\"Sun Salutations (Surya Namaskar A & B) (Repeat 5-10 continuous rounds).\",\"reason_pt\":\"The Gold Standard exercise for integrating cardiovascular conditioning with full-body muscular endurance.\"},{\"text\":\"Chair Pose (Utkatasana) and Warrior Series (Virabhadrasana 1, 2, 3).\",\"reason_pt\":\"Focus on deep isometric holds. This aggressively builds endurance in the lower extremities (quads and glutes).\"},{\"text\":\"Core Sequences: (Plank, Side Plank, Leg Lifts, Boat Pose).\",\"reason_pt\":\"A resilient core is the foundation of all endurance. Core stamina allows you to maintain proper biomechanics longer without lower back compensation.\"},{\"text\":\"Inversions: (Crow Pose, Handstands\\\/Forearm stands - if practicing at an advanced level).\",\"reason_pt\":\"Builds exceptional stamina and structural strength in the shoulders, arms, and core.\"}]},{\"stage_id\":\"S04_POST_TSB\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"MANDATORY Cool-down (5-10 minutes): (Slow Cat-Cow, Supine Twists, Legs-Up-The-Wall).\",\"reason_pt\":\"DO NOT stop abruptly. An active cool-down gradually lowers the heart rate and blood pressure, prevents venous pooling, and facilitates lactic acid clearance, reducing Delayed Onset Muscle Soreness (DOMS).\"},{\"text\":\"Savasana (Corpse Pose) (5-10 minutes):\",\"reason_pt\":\"After a sympathetic-dominant (exertion) workout, Savasana actively shifts the nervous system back to a parasympathetic state, initiating the physiological recovery process.\"},{\"text\":\"Rehydration & Electrolytes: Drink plenty of water (preferably with electrolytes) immediately after practice.\",\"reason_pt\":\"You lose significant sodium and potassium through sweat. Electrolyte replenishment is mandatory for muscle recovery.\"},{\"text\":\"Post-workout Snack (Quality Protein + Complex Carbs) within 30-60 minutes.\",\"reason_pt\":\"Facilitates muscle repair and glycogen replenishment. Muscles only grow stronger during the recovery phase.\"}]},{\"stage_id\":\"S05_LIFE_TSB\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Consistency is Key: Practicing 30-45 minutes a day, 5-6 days a week is SUPERIOR to practicing 2 hours a day, twice a week.\",\"reason_pt\":\"Both cardiovascular and muscular endurance are built upon continuous, daily physiological adaptation.\"},{\"text\":\"Sleep Hygiene (CRITICAL):\",\"reason_pt\":\"This is when your body actually 'builds' endurance. Sleep deprivation equals zero recovery, leading to performance stagnation and high injury risk.\"},{\"text\":\"Nutrition (Fuel):\",\"reason_pt\":\"You must consume adequate complex carbohydrates (for fuel) and protein (for muscle repair). You cannot sustainably build endurance on a severely restrictive diet.\"},{\"text\":\"Cross-training:\",\"reason_pt\":\"Combine Yoga (which builds muscular endurance and mobility) with pure cardiovascular sports (like running, cycling, or swimming) to develop elite, comprehensive aerobic capacity.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Yoga for Endurance Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Vinyasa Endurance Guide PDF\",\"file_name\":\"Endurance_Vinyasa_Guide.pdf\"}]},\"nguoi_moi_bat_dau_adv\":{\"group\":\"specific_demographics\",\"displayName\":\"Beginners\",\"icon\":\"fa-solid fa-seedling\",\"disease_id\":\"nguoi_moi_bat_dau_adv\",\"disease_name\":\"Yoga for Beginners - Foundational Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_NMB_PAIN\",\"text\":\"Are you experiencing sharp, acute pain (in your back, knees, shoulders, or neck) RIGHT NOW?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Acute Pain): Stop! Do not 'push through the pain'. You should select a checklist for your specific pain area (e.g., Disc Herniation) or consult a doctor. Do not begin a general Yoga practice while in acute pain.\"},{\"question_id\":\"SQ02_NMB_CONDITIONS\",\"text\":\"Do you have any of the following pre-existing medical conditions? (High blood pressure, cardiovascular disease, disc herniation, osteoarthritis, vertigo\\\/vestibular disorders)\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Underlying Conditions): It is excellent that you are aware of this. Please RETURN to Screen 1 and select the specific checklist for that condition. This current checklist is designed solely for generally healthy beginners.\"},{\"question_id\":\"SQ03_NMB_GOAL\",\"text\":\"What is your primary goal in starting Yoga? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Relaxation, stress relief, and better sleep.\",\"Increasing flexibility and mobility.\",\"Building strength, weight loss, and improving overall fitness.\"],\"advice_mapping\":{\"Relaxation, stress relief, and better sleep.\":\"FOCUS: Excellent! Your practice should prioritize Pranayama (breathing), Restorative poses, and Savasana. AVOID high-intensity, strenuous classes.\",\"Increasing flexibility and mobility.\":\"FOCUS: Great! Remember the 'No Pain' rule. Flexibility is a long-term physiological adaptation. Prioritize gentle static holds and use your exhalations to release muscular tension.\",\"Building strength, weight loss, and improving overall fitness.\":\"FOCUS: Wonderful! You can practice slow Sun Salutations (with modifications). Remember, 'proper biomechanical alignment' is vastly more important than 'speed'.\"}}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_NMB_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Anytime you can! (Morning, noon, or night).\",\"reason_pt\":\"For beginners, 'Consistency' is far more important than finding the 'Golden Hour'. Choose a fixed time slot that you can MAINTAIN daily, even if just for 15 minutes.\"},{\"text\":\"Practice on a relatively empty stomach (e.g., upon waking, or 2-3 hours after a meal).\",\"reason_pt\":\"Exercising when overly full causes gastrointestinal discomfort, side stitches, and acid reflux during forward folds or twisting poses.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a QUIET space where you will not be disturbed for 15-30 minutes.\",\"reason_pt\":\"Yoga is about connecting with your body. A cluttered, noisy environment will distract you and prevent you from 'listening' to internal somatic cues.\"},{\"text\":\"Ensure you have enough unobstructed space to extend your arms and legs comfortably.\",\"reason_pt\":null},{\"text\":\"MANDATORY Equipment (For Beginners):\",\"reason_pt\":null},{\"text\":\"1. Yoga Mat: (Mandatory).\",\"reason_pt\":\"Provides necessary grip to prevent slipping (injury risk) and provides cushioning for your joints.\"},{\"text\":\"2. Two (2) firm Yoga Blocks.\",\"reason_pt\":\"ABSOLUTELY ESSENTIAL. Blocks act as 'arm extensions'. They 'bring the floor up to you', allowing you to maintain a NEUTRAL, STRAIGHT SPINE in forward folds (like Uttanasana or Triangle). This is the key to preventing lower back injuries.\"},{\"text\":\"3. One Yoga Strap and 1 Bolster (if available).\",\"reason_pt\":\"The strap allows for safe hamstring stretching without compromising spinal alignment. The bolster supports Savasana and restorative poses.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Wear stretchy, comfortable clothing. (Designer gear is unnecessary; excellent elasticity is what matters).\",\"reason_pt\":null},{\"text\":\"Leave your 'Ego' off the mat.\",\"reason_pt\":\"Today, you do not need to be as flexible as a model, nor do you need to achieve advanced poses. Today, your only job is to 'show up' and 'breathe'.\"},{\"text\":\"Start with 5 minutes of seated stillness (on a block\\\/bolster), close your eyes, and focus entirely on your BREATH. Feel the inhalation and exhalation.\",\"reason_pt\":\"This is the first and most crucial Yoga exercise: Connecting with your respiratory rhythm.\"}]},{\"stage_id\":\"S02_DURING_NMB\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_SharpPain\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any pose or movement that causes sharp, stabbing, or pinching\\\/catching pain in any joint (back, knee, neck, shoulder).\",\"reason_pt\":\"Golden Rule: 'If it hurts, don't do it'. Yoga is NOT 'no pain, no gain'. Sharp pain is a neurological signal of impending tissue injury.\"},{\"warning_id\":\"W02_Ego\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Attempting to perfectly 'copy' the instructor or others (e.g., forcing a deep forward fold or straightening the legs at all costs).\",\"reason_pt\":\"Every body is anatomically unique. Forcing your body to mimic an external shape (instead of listening to internal somatic cues) is the #1 cause of injury for beginners.\"},{\"warning_id\":\"W03_BreathHolding\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Holding your breath (Valsalva maneuver) while holding a pose.\",\"reason_pt\":\"Breath holding indicates the body is 'overloaded' or stressed. If you cannot maintain a steady, continuous breathing rhythm, exit the pose and rest.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_KneeAlignment\",\"text\":\"CAUTION (KNEES): In lunging\\\/squatting poses (Warriors, Chair Pose), you MUST keep the kneecap tracking directly over the second toe. DO NOT let the knee collapse inward (valgus collapse).\",\"reason_pt\":\"This is the most common biomechanical error leading to knee ligament and cartilage injuries.\"},{\"warning_id\":\"RC02_BackAlignment\",\"text\":\"CAUTION (SPINE): In forward folds (Uttanasana, Downward Dog), prioritize KEEPING THE BACK STRAIGHT (by using blocks or bending the knees) rather than forcing the legs straight.\",\"reason_pt\":\"Spinal flexion (rounding the back) under load is a primary mechanism for disc herniation. Straight Spine > Straight Legs.\"},{\"warning_id\":\"RC03_Inversions\",\"text\":\"CAUTION: AVOID advanced inversions (Headstand\\\/Shoulderstand) until you have practiced consistently for at least 6 months under direct, qualified supervision.\",\"reason_pt\":\"These poses place immense mechanical load on the cervical spine and carry extreme risk for beginners.\"}]},{\"stage_id\":\"S03_FOCUS_NMB\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'LET THE BREATH LEAD'.\",\"reason_pt\":\"Always breathe slowly and deeply through the nose. Let the breath dictate the rhythm of your movement. (Inhale to expand\\\/lengthen, Exhale to fold\\\/twist\\\/deepen).\"},{\"text\":\"Utilize Props FREQUENTLY:\",\"reason_pt\":\"Blocks and straps are not 'cheating' or 'for the weak'. They are intelligent biomechanical tools that help you practice with CORRECT alignment and structural SAFETY.\"},{\"text\":\"Find 'Balance' (Sthira & Sukha):\",\"reason_pt\":\"In every pose, seek the delicate balance between 'Steadiness\\\/Effort' (Sthira) and 'Comfort\\\/Ease' (Sukha). Do not clench excessively, nor collapse completely.\"},{\"text\":\"Accept your body:\",\"reason_pt\":\"It does not matter if you cannot touch your toes today. What matters is that you showed up on the mat.\"}],\"recommended_practices\":[{\"text\":\"Diaphragmatic Breathing (Belly Breathing):\",\"reason_pt\":\"The foundational practice. Learn how to breathe correctly before attempting complex physical poses.\"},{\"text\":\"Cat-Cow Pose (Marjaryasana-Bitilasana):\",\"reason_pt\":\"The safest and most effective exercise for spinal mobilization, proprioception, and lubrication.\"},{\"text\":\"SLOW Sun Salutations (modified with blocks\\\/chair):\",\"reason_pt\":\"The best sequence to learn how to synchronize breath (Inhale\\\/Exhale) with biomechanical movement (Extension\\\/Flexion).\"},{\"text\":\"Foundation Poses: (Mountain Pose, Tree Pose (against a wall), Warrior 2 (short holds), Triangle (with a block)).\",\"reason_pt\":\"Teaches spatial awareness, 'grounding', and basic load-bearing balance mechanics.\"},{\"text\":\"Child's Pose (Balasana):\",\"reason_pt\":\"This is your 'Safety Pose'. Whenever you feel fatigued, dizzy, or lose your breath rhythm, PROACTIVELY return to Child's Pose and rest.\"}]},{\"stage_id\":\"S04_POST_NMB\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"NEVER skip Savasana (Corpse Pose): Dedicate at least 5-10 minutes.\",\"reason_pt\":\"This is the MOST IMPORTANT pose. This is when the body physiologically 'absorbs' the benefits of the practice, and the autonomic nervous system undergoes a complete 'reset'.\"},{\"text\":\"Use Props for Savasana:\",\"reason_pt\":\"Place a bolster under the backs of your knees, and use an eye pillow. This flattens the lumbar spine (releasing 100% of lower back tension) and induces deeper neurological relaxation.\"},{\"text\":\"Gentle Transitions: Rise extremely slowly (roll to the side in a fetal position, sit up, then stand).\",\"reason_pt\":\"Prevents orthostatic hypotension (sudden dizziness from postural changes).\"},{\"text\":\"Spend 1 minute post-practice expressing Gratitude to your body for its effort.\",\"reason_pt\":\"Cultivates a positive, sustainable psychological relationship with your physical body.\"}]},{\"stage_id\":\"S05_LIFE_NMB\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Consistency > Intensity:\",\"reason_pt\":\"Practicing 15 minutes a day, 6 days a week is VASTLY SUPERIOR to practicing 2 hours, once a week. Build a sustainable neural and behavioral habit.\"},{\"text\":\"Patience:\",\"reason_pt\":\"Yoga is a lifelong journey. You will not become 'flexible' or 'strong' in one week. Enjoy the process of biological adaptation; do not fixate solely on the end goal.\"},{\"text\":\"Take Yoga off the mat:\",\"reason_pt\":\"Practice 'deep breathing' (diaphragmatic breath) when you are stuck in traffic or stressed at work. That is the true essence of Yoga.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Beginner's Yoga Foundation Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Beginner's Foundation Guide PDF\",\"file_name\":\"Beginner_Yoga_Foundation_Guide.pdf\"}]},\"nguoi_cao_tuoi_adv\":{\"group\":\"specific_demographics\",\"displayName\":\"Seniors\",\"icon\":\"fa-solid fa-person-cane\",\"disease_id\":\"nguoi_cao_tuoi_adv\",\"disease_name\":\"Yoga for Seniors - Golden Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_NCT_RED_FLAG_FALL\",\"text\":\"Are you currently experiencing severe dizziness (vertigo), OR have you had a fall within the last 3 months?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (HIGH FALL RISK): Stop! Your risk of falling is exceptionally high. ABSOLUTELY NO standing poses. YOU MUST perform your entire practice seated ('Chair Yoga') and ideally under supervision.\"},{\"question_id\":\"SQ02_NCT_RED_FLAG_HEART\",\"text\":\"Do you experience chest pain, severe shortness of breath, or arrhythmias (irregular heartbeats) during mild exertion (e.g., walking, climbing one flight of stairs)?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (CARDIOVASCULAR): Stop! These are signs of cardiovascular instability. Seek immediate medical attention. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ03_NCT_OSTEOPOROSIS\",\"text\":\"Have you been medically diagnosed with severe Osteoporosis?\",\"type\":\"binary\",\"warning_if_yes\":\"MAXIMUM CAUTION (OSTEOPOROSIS): The risk of bone fractures (especially vertebral compression fractures) is very high. ABSOLUTELY CONTRAINDICATED to perform forward folds (spinal flexion), even seated, and DEEP spinal twists.\"},{\"question_id\":\"SQ04_NCT_COMORBID\",\"text\":\"Are you currently managing High Blood Pressure, Knee\\\/Hip Osteoarthritis, or Diabetes?\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (Comorbidities): This is common in senior adults. Remember these golden rules: (1) AVOID inversions (due to hypertension\\\/glaucoma). (2) AVOID deep knee flexion (due to osteoarthritis). (3) MOVE SLOWLY (to manage blood pressure drops).\"}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_NCT_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Morning (upon waking).\",\"reason_pt\":\"Practicing gentle mobility exercises in the morning helps stimulate synovial fluid, 'lubricating' the joints and reducing morning stiffness (arthritis) accumulated overnight.\"},{\"text\":\"AVOID practicing if you feel excessively fatigued, dizzy, or have not taken your prescribed daily medications.\",\"reason_pt\":null},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a warm, draft-free room.\",\"reason_pt\":\"Aging joints and muscles are highly sensitive to cold. Cold air causes muscle guarding, joint stiffness, and exacerbates chronic pain.\"},{\"text\":\"MANDATORY: Practice in a well-lit area.\",\"reason_pt\":\"Decreased visual acuity and depth perception significantly increase fall risk. You must be able to clearly see your surroundings and props.\"},{\"text\":\"MANDATORY: Clear all tripping hazards (loose rugs, electrical cords, footwear) from the practice area.\",\"reason_pt\":\"Tripping and falling is the #1 safety hazard for seniors.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. A sturdy Yoga Chair (NO WHEELS).\",\"reason_pt\":\"This is your primary tool. 'Chair Yoga' is the safest, most accessible, and highly effective modality for senior adults.\"},{\"text\":\"2. A clear Wall space.\",\"reason_pt\":\"This is your secondary 'lifesaver' (after the chair) to provide balance support for any standing poses.\"},{\"text\":\"3. 1 Bolster and 1 Blanket.\",\"reason_pt\":\"MANDATORY for supporting the knees during Savasana and providing padding\\\/warmth.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Wear comfortable clothing AND non-slip (grip) socks.\",\"reason_pt\":\"Bare feet can easily slip on cold floors, and peripheral neuropathy (common with diabetes) can reduce foot sensation. Grip socks provide warmth and traction.\"},{\"text\":\"Begin 100% of your practice SEATED ON A CHAIR.\",\"reason_pt\":\"This is the safest starting position (zero fall risk).\"},{\"text\":\"Warm-up for 10 minutes: Seated on the chair, perform gentle neck rolls (NO DEEP NECK EXTENSION), shoulder shrugs, wrist, and ankle circles.\",\"reason_pt\":\"Stimulates joint lubrication safely before attempting larger movements.\"}]},{\"stage_id\":\"S02_DURING_NCT\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_FallRisk\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Any balance pose (especially single-leg standing) WITHOUT firmly holding onto a heavy chair or a wall.\",\"reason_pt\":\"The risk of falls and subsequent fractures (especially hip fractures, which are devastating for seniors) is the highest and most severe risk in geriatric yoga.\"},{\"warning_id\":\"W02_Inversions\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Inversions (head below the heart) such as Downward Dog, deep Forward Folds, or Headstand\\\/Shoulderstand.\",\"reason_pt\":\"High risk of inducing hypertensive spikes, increasing intraocular pressure (dangerous for glaucoma), and triggering vertigo\\\/vestibular dizziness.\"},{\"warning_id\":\"W03_Osteoporosis\",\"text\":\"ABSOLUTELY CONTRAINDICATED (If diagnosed with Osteoporosis): Spinal Flexion (rounding the back forward) or DEEP spinal twists.\",\"reason_pt\":\"These biomechanical movements compress the front of the vertebrae and can easily cause silent vertebral compression fractures without you even realizing it.\"},{\"warning_id\":\"W04_DeepKneeFlexion\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Deep, maximal knee flexion poses such as Hero Pose (Virasana), Deep Squats (Malasana), or Lotus Pose.\",\"reason_pt\":\"Creates maximum compressive and shear forces on arthritic knee and hip cartilage.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_SuddenChange\",\"text\":\"CAUTION: Make SUPER SLOW postural transitions (especially from lying or sitting to standing).\",\"reason_pt\":\"Seniors are highly prone to Orthostatic Hypotension (a sudden drop in blood pressure when standing up), causing dizziness, presyncope, and falls.\"},{\"warning_id\":\"RC02_Neck\",\"text\":\"CAUTION: AVOID throwing the head back (cervical extension) or tucking the chin tightly to the chest. Keep the neck neutral.\",\"reason_pt\":\"Cervical spondylosis (neck arthritis) is ubiquitous in seniors. Extreme neck ranges can compress the vertebrobasilar artery (causing dizziness) or cervical nerve roots.\"},{\"warning_id\":\"RC03_BreathHolding\",\"text\":\"CAUTION: AVOID breath retention (Valsalva maneuver) or forceful breathing techniques.\",\"reason_pt\":\"Poses a high risk of dangerous blood pressure spikes.\"}]},{\"stage_id\":\"S03_FOCUS_NCT\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'CHAIR YOGA'. 80% of your practice should be executed while seated on a sturdy chair.\",\"reason_pt\":\"Provides absolute safety (no fall risk) while effectively mobilizing the spine, shoulders, hips, and strengthening the thighs.\"},{\"text\":\"'Joint Mobility' > 'Flexibility'.\",\"reason_pt\":\"The goal is 'lubrication' (warming synovial fluid), not intense 'stretching' for flexibility. Focus on gentle, repetitive, pain-free joint articulations.\"},{\"text\":\"Build Muscular Strength: (Especially Glutes, Quadriceps, and Core).\",\"reason_pt\":\"Strong muscles act as a 'suit of armor' for aging joints. Strong glutes and thighs drastically improve proprioception, balance, and prevent falls.\"},{\"text\":\"Breath-Centric Practice:\",\"reason_pt\":\"Focusing on deep diaphragmatic breathing calms the nervous system, naturally lowers blood pressure, and efficiently oxygenates aging tissues.\"}],\"recommended_practices\":[{\"text\":\"Seated Leg Lifts (Sit on a chair, extend one leg straight, isometrically contract the thigh for 5 seconds).\",\"reason_pt\":\"The GOLD STANDARD exercise for strengthening the quadriceps (essential for walking and standing) without applying compressive load to the knee joint.\"},{\"text\":\"Seated Cat-Cow Pose.\",\"reason_pt\":\"The safest spinal mobilization and 'lubrication' exercise for seniors.\"},{\"text\":\"Seated Spinal Twist (gentle rotation, keeping the gaze forward).\",\"reason_pt\":\"Maintains thoracic spine mobility and gently massages internal organs to aid digestion.\"},{\"text\":\"Seated 'Warrior' Poses (legs wide, arms extended).\",\"reason_pt\":\"Safely opens the hips, expands the chest, and builds upper body stamina.\"},{\"text\":\"Supported Tree Pose (Standing, MANDATORY to hold a wall or chair).\",\"reason_pt\":\"The safest balance training exercise to improve proprioception and neuro-muscular coordination, directly preventing falls.\"}]},{\"stage_id\":\"S04_POST_NCT\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): You MUST use a large bolster under the backs of your knees AND a rolled towel\\\/thin pillow under your neck.\",\"reason_pt\":\"Ensures the ENTIRE spine rests in its natural physiological curves. This alleviates lower back and neck strain.\"},{\"text\":\"HIGHLY RECOMMENDED to use a warm blanket to cover yourself.\",\"reason_pt\":\"Seniors have less thermoregulatory capacity and are prone to rapid heat loss post-exercise. Warmth induces deep muscular and nervous system relaxation.\"},{\"text\":\"MANDATORY protocol for standing up:\",\"reason_pt\":\"You must strictly follow this 5-step process to prevent orthostatic hypotension (dizziness and fainting).\"},{\"text\":\"1. Lie still, wiggle fingers\\\/toes. 2. Roll to your side (hold for 30s). 3. Use hands to press up to a seated position (SIT STILL FOR 1 MIN). 4. Hold a chair\\\/wall and stand up (STAND STILL FOR 1 MIN). 5. Only begin walking when completely stable.\",\"reason_pt\":null}]},{\"stage_id\":\"S05_LIFE_NCT\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Walking:\",\"reason_pt\":\"The most important daily activity. A 30-minute daily walk (with proper supportive footwear) maintains bone mineral density, cardiovascular health, and joint mobility.\"},{\"text\":\"Nutrition:\",\"reason_pt\":\"MANDATORY to ensure adequate Protein intake (to prevent sarcopenia\\\/muscle wasting), and Calcium & Vitamin D (for bone health). Consult a geriatric physician or dietitian.\"},{\"text\":\"Home Safety (Fall Prevention):\",\"reason_pt\":\"Clear clutter, secure loose rugs, install grab bars in the bathroom, and wear non-slip footwear indoors. Fall prevention is the #1 priority for healthy aging.\"},{\"text\":\"Socialization:\",\"reason_pt\":\"Participating in group exercises (if safely supervised) or maintaining active social connections significantly reduces geriatric depression and enhances cognitive function.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Golden Yoga Roadmap for Seniors\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Senior Chair Yoga Guide PDF\",\"file_name\":\"Senior_Chair_Yoga_Guide.pdf\"}]},\"phu_nu_mang_thai_adv\":{\"group\":\"specific_demographics\",\"displayName\":\"Prenatal Yoga\",\"icon\":\"fa-solid fa-person-breastfeeding\",\"disease_id\":\"phu_nu_mang_thai_adv\",\"disease_name\":\"Prenatal Yoga - Trimester-by-Trimester Safety Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_PNMT_RED_FLAG_BLEEDING\",\"text\":\"Are you experiencing abnormal vaginal bleeding, severe abdominal pain (not mild cramping), or leaking amniotic fluid?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (DANGER): Stop! These are signs of a threatened miscarriage, preterm labor, or premature rupture of membranes (PROM). Contact your doctor or go to the hospital immediately. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ02_PNMT_RED_FLAG_PREECLAMPSIA\",\"text\":\"Are you experiencing severe, unrelenting headaches, sudden swelling (edema) in your face\\\/hands, OR blurred vision\\\/seeing spots?\",\"type\":\"binary\",\"warning_if_yes\":\"RED FLAG (PREECLAMPSIA): Stop! These are classic signs of Preeclampsia, a severe medical emergency. Seek immediate medical attention. ABSOLUTELY NO EXERCISING.\"},{\"question_id\":\"SQ03_PNMT_TRIMESTER\",\"text\":\"Which Trimester are you currently in?\",\"type\":\"multiple_choice_single\",\"options\":[\"Trimester 1 (0 - 13 weeks)\",\"Trimester 2 (14 - 27 weeks)\",\"Trimester 3 (28 - 40 weeks)\",\"I am not sure\"],\"advice_mapping\":{\"Trimester 1 (0 - 13 weeks)\":\"SENSITIVE PHASE: Highest risk of miscarriage. Today's practice MUST be extremely gentle. Focus solely on breathing and relaxation. NO exertion, NO deep twisting, NO abdominal compression.\",\"Trimester 2 (14 - 27 weeks)\":\"GOLDEN PHASE: Generally the safest time to practice. Focus on building safe leg and core strength, along with gentle hip openers.\",\"Trimester 3 (28 - 40 weeks)\":\"FINAL PHASE: The body is heavy, and fall risk is high. Focus on relaxation, relieving back pain, and preparing for labor. ABSOLUTELY NO LYING FLAT ON YOUR BACK (Supine).\",\"I am not sure\":\"CAUTION: If unsure, treat it as Trimester 1. Perform only extremely gentle exercises.\"}},{\"question_id\":\"SQ04_PNMT_HIGH_RISK\",\"text\":\"Has your doctor classified your pregnancy as 'high-risk' (e.g., placenta previa, multiples, history of preterm labor)?\",\"type\":\"binary\",\"warning_if_yes\":\"MAXIMUM CAUTION: You MUST have explicit, written medical clearance from your obstetrician (OB-GYN) before performing any physical exercises.\"}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_PNMT_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Morning (to alleviate morning sickness and boost energy) or Evening (to reduce stress and promote sleep).\",\"reason_pt\":\"Listen to your body. Practice when you feel your best.\"},{\"text\":\"HIGHLY RECOMMENDED to eat a light snack (e.g., a banana, handful of nuts) 30-60 minutes before practice.\",\"reason_pt\":\"Pregnant women are highly susceptible to hypoglycemia (low blood sugar), which can cause dizziness or fainting if exercising on an empty stomach.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a WELL-VENTILATED, COOL space (do not practice in a hot\\\/stuffy room).\",\"reason_pt\":\"Maternal core temperature is naturally elevated. Overheating (hyperthermia) is dangerous for fetal development, especially in the 1st Trimester.\"},{\"text\":\"MANDATORY: Have a wall AND a sturdy chair within arm's reach.\",\"reason_pt\":\"Your center of gravity shifts continuously, and the hormone Relaxin loosens your joints, making you EXTREMELY PRONE TO FALLING. The wall and chair are your safety anchors.\"},{\"text\":\"Practice near a restroom.\",\"reason_pt\":\"The growing uterus compresses the bladder, causing frequent urination.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. Bolsters - LOTS OF BOLSTERS or Pillows.\",\"reason_pt\":\"These are your primary props. Used to support the belly, back, and between the legs. MANDATORY for Savasana (side-lying).\"},{\"text\":\"2. Yoga Blocks and 1 Sturdy Chair.\",\"reason_pt\":\"MANDATORY to 'bring the floor up to you', supporting forward folds, triangles, and seated exercises to safely accommodate the growing belly.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"Used the restroom.\",\"reason_pt\":null},{\"text\":\"Ate a light snack (30-60 mins prior).\",\"reason_pt\":null},{\"text\":\"Have a water bottle right next to your mat.\",\"reason_pt\":\"Pregnant women require continuous hydration.\"},{\"text\":\"Spend 5 minutes seated (on a block\\\/bolster), place your hands on your belly, breathe, and 'connect' with your baby.\",\"reason_pt\":\"Establishes a psychological intention of safety and relaxation for both mother and child.\"}]},{\"stage_id\":\"S02_DURING_PNMT_COMMON_WARNINGS\",\"title\":\"COMMON WARNINGS (All Trimesters)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_Core\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Traditional core exercises like Crunches, Plank, or Boat Pose (Navasana).\",\"reason_pt\":\"Creates immense intra-abdominal pressure, severely increasing the risk of 'Diastasis Recti' (abdominal muscle separation).\"},{\"warning_id\":\"W02_DeepTwist\",\"text\":\"ABSOLUTELY CONTRAINDICATED: DEEP, CLOSED twists that compress the abdomen (e.g., Marichyasana C).\",\"reason_pt\":\"Directly compresses the uterus and the fetus. Only gentle 'open twists' focused purely on the upper thoracic spine are permitted.\"},{\"warning_id\":\"W03_Prone\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Prone Poses (lying flat on the belly, e.g., Cobra, Locust) - Applies as soon as the belly 'pops', usually around Trimester 2.\",\"reason_pt\":\"Places direct mechanical compression on the fetus and uterus.\"},{\"warning_id\":\"W04_BreathHolding\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Breath retention (Kumbhaka) or forceful breathing (Kapalabhati, Bhastrika).\",\"reason_pt\":\"Restricts the continuous flow of oxygen to the fetus and can cause sudden maternal blood pressure spikes.\"},{\"warning_id\":\"W05_Supine_T3\",\"text\":\"ABSOLUTELY CONTRAINDICATED (Trimesters 2 & 3): LYING FLAT ON THE BACK (Supine) for more than 2-3 minutes.\",\"reason_pt\":\"The weight of the gravid uterus compresses the inferior vena cava (Supine Hypotensive Syndrome), restricting blood return to the heart, causing maternal dizziness and fetal hypoxia.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Overstretch\",\"text\":\"CAUTION: DO NOT overstretch.\",\"reason_pt\":\"The hormone Relaxin chemically loosens ligaments and joints (especially in the pelvis). Overstretching can cause permanent joint instability and pelvic girdle pain post-partum.\"},{\"warning_id\":\"RC02_Balance\",\"text\":\"CAUTION: Balance poses (Tree, Warrior 3). You MUST use a wall or chair for support.\",\"reason_pt\":\"Your center of gravity shifts daily, and joints are lax. The risk of falling is exceptionally high.\"}]},{\"stage_id\":\"S03_TRIMESTER_1\",\"title\":\"TRIMESTER 1 (0-13 Weeks): PRESERVATION\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'Energy Preservation & Safety First'. AVOID all strenuous activity, jumping, or sudden postural changes.\",\"reason_pt\":\"This is the embryonic development phase, the most sensitive period with the highest risk of miscarriage. The goal is relaxation, not a workout.\"},{\"text\":\"Focus on Diaphragmatic Breathing (Belly Breathing).\",\"reason_pt\":\"Helps alleviate morning sickness, reduces fatigue, and optimizes maternal-fetal oxygenation.\"}],\"recommended_practices\":[{\"text\":\"Diaphragmatic Breathing (Seated or side-lying).\",\"reason_pt\":\"Soothes the nervous system and eases nausea.\"},{\"text\":\"Cat-Cow Pose (Marjaryasana-Bitilasana) (Slowly and gently).\",\"reason_pt\":\"Mobilizes the spine and relieves early lower back aching.\"},{\"text\":\"Child's Pose (Balasana): (MANDATORY to keep knees wide apart and use a bolster under the chest\\\/head).\",\"reason_pt\":\"Safe relaxation with zero abdominal pressure.\"},{\"text\":\"Savasana (MANDATORY LEFT SIDE-LYING) (with a bolster between the knees and hugging a pillow).\",\"reason_pt\":\"The safest and most optimal resting position for blood flow.\"}]},{\"stage_id\":\"S04_TRIMESTER_2\",\"title\":\"TRIMESTER 2 (14-27 Weeks): STRENGTH\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'The Golden Phase'. The body has stabilized. Focus on building Strength in the legs, back, and pelvic floor.\",\"reason_pt\":\"Builds the muscular scaffolding needed to support the growing fetal weight and prepares the body for Trimester 3.\"},{\"text\":\"Learn to engage the Pelvic Floor (Kegel exercises):\",\"reason_pt\":\"Contracting and releasing the pelvic floor. Crucial for supporting the heavy uterus, preventing incontinence, and preparing for labor.\"},{\"text\":\"Focus on gentle Hip Openers.\",\"reason_pt\":\"Relieves lower back and sciatic tension, and prepares the pelvis for birth.\"}],\"recommended_practices\":[{\"text\":\"Kegel Exercises: (Seated on a block, contract the pelvic floor on the exhale, release fully on the inhale).\",\"reason_pt\":\"Builds pelvic floor strength and neuromuscular control.\"},{\"text\":\"Warrior 2 (Virabhadrasana II) and Side Angle (with chair\\\/block support).\",\"reason_pt\":\"Builds vital leg strength and safely opens the hips.\"},{\"text\":\"Bound Angle Pose (Baddha Konasana) (Seated on a bolster\\\/block).\",\"reason_pt\":\"The safest passive hip opener for pregnancy.\"},{\"text\":\"Bridge Pose (Setu Bandhasana) (LOW hip elevation, short holds).\",\"reason_pt\":\"Strengthens the glutes to relieve lower back pain. (Stop immediately if you feel dizzy, as this is a supine pose).\"}]},{\"stage_id\":\"S05_TRIMESTER_3\",\"title\":\"TRIMESTER 3 (28-40 Weeks): RELAXATION\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'Release & Labor Preparation'. The body is very heavy, fatigued, and breathless. Reduce intensity by 50%.\",\"reason_pt\":\"The primary goal now is to alleviate aches (back, hips, sciatica), reduce edema (swelling), and practice breathing techniques for labor.\"},{\"text\":\"ABSOLUTELY NO SUPINE POSES. All lying poses (including Savasana) MUST be on the LEFT SIDE.\",\"reason_pt\":\"Prevents Supine Hypotensive Syndrome (vena cava compression).\"},{\"text\":\"Strictly prioritize Restorative poses using bolsters.\",\"reason_pt\":null}],\"recommended_practices\":[{\"text\":\"Yogi Squat (Malasana) (MANDATORY to sit on BLOCKS or a BOLSTER).\",\"reason_pt\":\"The #1 pose for opening the pelvis, relaxing the pelvic floor, and encouraging optimal downward fetal positioning for birth.\"},{\"text\":\"Legs-Up-The-Wall (Viparita Karani) (Done side-lying or highly propped up, NEVER flat on the back).\",\"reason_pt\":\"The best method to reduce severe edema (swelling) and heaviness in the legs\\\/feet.\"},{\"text\":\"Child's Pose (Balasana) (Extremely wide knees, heavy bolster support under the torso).\",\"reason_pt\":\"Relieves lower back pain and provides deep relaxation.\"},{\"text\":\"Ocean Breath (Ujjayi Pranayama):\",\"reason_pt\":\"Centers the mind and is highly effective for 'riding the waves' of labor contractions.\"}]},{\"stage_id\":\"S06_POST_PNMT_ADV\",\"title\":\"POST-PRACTICE & LIFESTYLE\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Crucial (Savasana): MANDATORY FULL LEFT SIDE-LYING ('Prenatal Savasana').\",\"reason_pt\":\"Use a bolster clamped between your knees, one to hug in your arms, and a pillow under your head. Ensure your body is 100% supported to maximize placental blood flow.\"},{\"text\":\"Drink PLENTY OF WATER immediately after practice.\",\"reason_pt\":\"Amniotic fluid volume and increased blood volume require significantly higher hydration levels.\"},{\"text\":\"Rise from seated\\\/lying positions SUPER SLOWLY.\",\"reason_pt\":\"Orthostatic hypotension (dizziness upon standing) is very common in pregnancy.\"},{\"text\":\"Lifestyle: Engage in gentle daily walking. Practice Kegels 3-4 times daily. Always sleep on your left side.\",\"reason_pt\":null}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"View Comprehensive Prenatal Yoga Roadmap\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Prenatal Back Pain Relief Guide PDF\",\"file_name\":\"Prenatal_Back_Pain_Guide.pdf\"}]},\"tre_em_adv\":{\"group\":\"specific_demographics\",\"displayName\":\"Kids Yoga\",\"icon\":\"fa-solid fa-child-reaching\",\"disease_id\":\"tre_em_adv\",\"disease_name\":\"Kids Yoga - Safety & Creativity Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_TE_AGE_GROUP\",\"text\":\"What age group does your child belong to? (Crucial, as developmental stages require vastly different approaches)\",\"type\":\"multiple_choice_single\",\"options\":[\"3-6 years old (Preschool\\\/Kindergarten)\",\"7-12 years old (Elementary\\\/Primary)\",\"13+ years old (Teens)\"],\"advice_mapping\":{\"3-6 years old (Preschool\\\/Kindergarten)\":\"FOCUS (PLAYFUL): The practice MUST be play-based. Use animal names, sounds, and songs. Keep sessions short (15-20 mins). Prioritize gross motor skills.\",\"7-12 years old (Elementary\\\/Primary)\":\"FOCUS (CONNECTION): You can introduce actual poses (still using fun names) and short flow sequences. Begin teaching breath awareness and mental focus.\",\"13+ years old (Teens)\":\"FOCUS (SOMATIC): Practices can mirror adult classes (Vinyasa, Hatha), but should heavily emphasize stress reduction, body positivity, and emotional self-regulation.\"}},{\"question_id\":\"SQ02_TE_SPECIAL_NEEDS\",\"text\":\"Does the child have any of the following diagnoses? (ADHD, Autism Spectrum Disorder - ASD, Anxiety Disorders...)\",\"type\":\"binary\",\"warning_if_yes\":\"CAUTION (SPECIAL NEEDS): Yoga is HIGHLY BENEFICIAL for neurodivergent children. However, specialized approaches are needed. Prioritize 'grounding' poses, deep breathing, and sensory-friendly practices. Double your patience.\"},{\"question_id\":\"SQ03_TE_MEDICAL\",\"text\":\"Does the child have any underlying medical conditions (Asthma, Heart conditions, Seizures, Physical limitations)?\",\"type\":\"binary\",\"warning_if_yes\":\"MAXIMUM CAUTION: Written clearance from a pediatrician is MANDATORY. AVOID all strenuous exercises (if asthma\\\/cardiac issues are present) and strictly avoid inversions.\"}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_TE_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"A consistent time every day (e.g., after school to decompress, or before bedtime to wind down).\",\"reason_pt\":\"Children thrive on 'routine'. It signals the brain and nervous system that 'it is time for Yoga play'.\"},{\"text\":\"Keep sessions SHORT: 15-20 minutes (ages 3-6), 30-45 minutes (ages 7+).\",\"reason_pt\":\"Children have short attention spans. Engagement and quality are far more important than duration.\"},{\"text\":\"AVOID practicing when the child is overtired, overly hungry, or highly dysregulated\\\/hyperactive.\",\"reason_pt\":\"Forcing practice during these states will cause irritability and create a negative association with Yoga.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a 100% SAFE space: NO sharp corners, NO breakable objects nearby.\",\"reason_pt\":\"Children will inevitably run, jump, and lose balance. The environment must be hazard-free.\"},{\"text\":\"Use interlocking foam mats or standard Yoga mats.\",\"reason_pt\":\"Provides necessary cushioning to protect growing joints during falls or jumps.\"},{\"text\":\"MANDATORY Equipment (Treated as 'Toys'):\",\"reason_pt\":null},{\"text\":\"1. Stuffed Animals:\",\"reason_pt\":\"The GOLDEN prop. Use it on the belly during Savasana to teach diaphragmatic breathing ('watch the bear go up and down'), or use it as an object to 'save from the lava' during balance poses.\"},{\"text\":\"2. Fun & Relaxing Music.\",\"reason_pt\":\"Music sets the tone. Use upbeat songs (e.g., 'Baby Shark Yoga') for active phases, and instrumental\\\/lullaby music for relaxation.\"},{\"text\":\"3. Other Toys (Optional): Feathers (for breathing - 'blow the feather'), Bubbles, Yoga Blocks (to 'build bridges').\",\"reason_pt\":\"Gamify every aspect of the practice.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"DROP THE ADULT 'EGO':\",\"reason_pt\":\"Kids Yoga is NOT about perfect biomechanical alignment. It is about JOY, CREATIVITY, and SOMATIC AWARENESS. Do not scold, critique, or force them.\"},{\"text\":\"Start with a 'Ritual': For example, sing a specific Yoga song together, or ring a singing bowl\\\/chime.\",\"reason_pt\":\"Creates a sensory cue for the brain that 'Yoga time has officially begun'.\"}]},{\"stage_id\":\"S02_DURING_TE\",\"title\":\"DURING PRACTICE (Warnings)\",\"type\":\"biomechanics_precision_warnings\",\"absolute_contraindications\":[{\"warning_id\":\"W01_Forcing\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Forcing, pushing, or physically 'correcting' a child into a pose they resist or find painful.\",\"reason_pt\":\"Causes physical injury and, more importantly, creates severe psychological aversion. Let them explore their bodily capabilities safely.\"},{\"warning_id\":\"W02_NeckInversions\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Inversions that load weight onto the NECK, such as Headstand (Sirsasana), Shoulderstand (Sarvangasana), or Plow Pose (Halasana).\",\"reason_pt\":\"A child's cervical spine and neck musculature are not fully developed to bear their body weight. The risk of devastating spinal cord injury is extremely high.\"},{\"warning_id\":\"W03_BreathHolding\",\"text\":\"ABSOLUTELY CONTRAINDICATED: Teaching breath retention (Kumbhaka) or forceful breathing (Kapalabhati\\\/Bhastrika) to young children (under 12).\",\"reason_pt\":\"Their respiratory and cardiovascular systems are still developing. Focus solely on belly breathing and imaginative 'blowing' breaths.\"}],\"relative_contraindications\":[{\"warning_id\":\"RC01_Holding\",\"text\":\"CAUTION: AVOID long static holds (do not exceed 10-15 seconds per pose).\",\"reason_pt\":\"Prioritize 'flow' and 'games'. Children's nervous systems learn through dynamic movement, not stillness.\"},{\"warning_id\":\"RC02_Alignment\",\"text\":\"CAUTION: Do not be overly strict about adult alignment standards.\",\"reason_pt\":\"For example, their 'Downward Dog' might feature bent knees and a rounded back. That is perfectly fine. Ensure basic safety (no pain), but prioritize the fun of the shape.\"},{\"warning_id\":\"RC03_Backbends\",\"text\":\"CAUTION: Backbends (Cobra, Camel). Children are naturally hypermobile (very flexible) but lack the strength to stabilize joints, making them prone to overextension.\",\"reason_pt\":\"Always use verbal cues like 'squeeze your belly' (engage the core) to protect their lower back during extensions.\"}]},{\"stage_id\":\"S03_FOCUS_TE\",\"title\":\"DURING PRACTICE (Techniques)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"Golden Rule: 'GAMIFICATION'.\",\"reason_pt\":\"Yoga is merely an excuse to play. If the child isn't having fun, the session has failed its primary objective.\"},{\"text\":\"Use Animal Names & Sounds:\",\"reason_pt\":\"Do not say 'Cat-Cow Pose'. Say: 'Let's be a Cat and say MEOW (round the back), now let's be a Cow and say MOOO (arch the back)'.\"},{\"text\":\"Storytelling:\",\"reason_pt\":\"Build an immersive narrative: 'We are walking through the jungle (march in place), we see a tall tree (Tree Pose), oh look, a slithering snake! (Cobra Pose)...'\"},{\"text\":\"Focus on 'Skills' rather than 'Poses':\",\"reason_pt\":\"Praise the underlying skill: Balance (Tree), Strength (Warrior), Breathing (Blowing feathers), and Relaxation (Hugging a bear).\"}],\"recommended_practices\":[{\"text\":\"Cat-Cow Pose (with 'Meow' \\\/ 'Moo' sounds).\",\"reason_pt\":\"Basic, highly engaging spinal mobility and sensory integration.\"},{\"text\":\"Downward-Facing Dog (barking like a dog) and 'Wagging the Tail' (lifting one leg).\",\"reason_pt\":\"Builds foundational shoulder and arm strength while being playful.\"},{\"text\":\"Cobra Pose (hissing 'Ssssss').\",\"reason_pt\":\"Opens the chest and strengthens the posterior chain.\"},{\"text\":\"Lion Pose (Simhasana) (Kneeling, inhale deeply, exhale sticking the tongue out, eyes wide, roaring 'Haaa').\",\"reason_pt\":\"An excellent, pediatrician-approved way for children to safely 'vent' negative energy, anger, and emotional tension.\"},{\"text\":\"Tree Pose (can be done against a wall or holding hands).\",\"reason_pt\":\"Trains focus, proprioception, and spatial awareness.\"},{\"text\":\"Child's Pose (Balasana): (Call it 'Bird's Nest', 'Rock', or 'Seed Pose').\",\"reason_pt\":\"A designated 'safety zone' for the child to rest whenever they feel overstimulated or tired.\"}]},{\"stage_id\":\"S04_POST_TE\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"'Cool-down' Transition (Crucial):\",\"reason_pt\":\"You must actively guide the child from a 'high energy' (sympathetic\\\/play) state to a 'low energy' (parasympathetic\\\/rest) state.\"},{\"text\":\"'Flapping Butterfly' or 'Car Wash': (Seated Baddha Konasana, gently bouncing knees, or parents gently massaging the child's arms\\\/legs like a car wash).\",\"reason_pt\":\"Provides soothing tactile input to help muscles relax.\"},{\"text\":\"Relaxation (Savasana) (Very short: 1-3 minutes):\",\"reason_pt\":\"Rebrand it as 'Starfish Pose', 'Sleeping Beauty', or 'Dream Time'.\"},{\"text\":\"MANDATORY: Place a stuffed animal (or a light eye pillow) on the child's belly.\",\"reason_pt\":\"Visually teaches diaphragmatic breathing ('Make your belly push the bear up to the sky!'). The gentle weight also provides somatic 'grounding', helping restless bodies lie still.\"},{\"text\":\"Conclude with 'Blowing out candles' or 'Blowing a feather'.\",\"reason_pt\":\"A fun, disguised way to teach prolonged exhalation, which naturally calms the nervous system.\"}]},{\"stage_id\":\"S05_LIFE_TE\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Family Yoga (Co-regulation):\",\"reason_pt\":\"Children learn primarily by mimicking adults. The most effective way to build a lasting Yoga habit is for parents to practice alongside them.\"},{\"text\":\"Integrate 'Yoga Breath' into daily life:\",\"reason_pt\":\"Use it as a self-regulation tool. Teach them: 'When you feel angry, let's try 3 Lion Breaths.' 'When you can't sleep, let's blow out 5 imaginary candles'.\"},{\"text\":\"Reduce Screen Time:\",\"reason_pt\":\"Yoga provides the somatic and proprioceptive input needed to help the pediatric brain 'rewire' and calm down after being overstimulated by phones or tablets.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"Important Notes for Teaching Kids Yoga\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Kids Yoga Animal Poses Guide PDF\",\"file_name\":\"Kids_Yoga_Animal_Poses_Guide.pdf\"}]},\"nguoi_khiem_khuyet_adv\":{\"group\":\"specific_demographics\",\"displayName\":\"Adaptive Yoga\",\"icon\":\"fa-solid fa-universal-access\",\"disease_id\":\"nguoi_khiem_khuyet_adv\",\"disease_name\":\"Adaptive Yoga - Safety & Inclusivity Checklist\",\"screening_questions\":[{\"question_id\":\"SQ01_NKK_MEDICAL_CLEARANCE\",\"text\":\"Do you have medical clearance from your doctor or physical therapist (PT) to practice Yoga for your specific condition?\",\"type\":\"binary\",\"warning_if_yes\":\"EXCELLENT. Proceed. Always strictly adhere to the limitations and guidelines set by your medical provider.\",\"warning_if_no\":\"RED FLAG (HIGH RISK): Stop! You MUST obtain medical clearance before starting. Yoga may require significant biomechanical modifications for you. Do not practice without professional guidance.\"},{\"question_id\":\"SQ02_NKK_CATEGORY\",\"text\":\"Which of the following categories best describes your condition? (Select the most accurate option)\",\"type\":\"multiple_choice_single\",\"options\":[\"Mobility \\\/ Physical (e.g., wheelchair user, crutches, paralysis, muscle weakness, amputation).\",\"Visual (e.g., blind, low vision).\",\"Auditory (e.g., deaf, hard of hearing).\",\"Cognitive \\\/ Psychological (e.g., Down Syndrome, Autism Spectrum Disorder, Severe Anxiety, PTSD).\"],\"advice_mapping\":{\"Mobility \\\/ Physical (e.g., wheelchair user, crutches, paralysis, muscle weakness, amputation).\":\"FOCUS (Mobility): Your practice MUST be 'Chair Yoga' or 'Floor Yoga'. Prioritize upper body mobility, breathwork, and safe spinal articulations.\",\"Visual (e.g., blind, low vision).\":\"FOCUS (Visual): Spatial safety is #1. The practice environment must be familiar. Instruction MUST rely on CLEAR, highly descriptive verbal cueing and tactile cues.\",\"Auditory (e.g., deaf, hard of hearing).\":\"FOCUS (Auditory): Instruction MUST be HIGHLY VISUAL. The teacher (or video) must provide clear demonstrations in a well-lit space, facing you. Continuous eye contact is required.\",\"Cognitive \\\/ Psychological (e.g., Down Syndrome, Autism Spectrum Disorder, Severe Anxiety, PTSD).\":\"FOCUS (Cognitive\\\/Psychological): Requires PATIENCE, REPETITION, and a SAFE, familiar environment. Keep sessions short and simple, focusing on breathing and somatic 'grounding'.\"}},{\"question_id\":\"SQ03_NKK_PRESSURE_SORES\",\"text\":\"Do you currently have any pressure sores or ulcers on any part of your body (e.g., buttocks, heels)?\",\"type\":\"binary\",\"warning_if_yes\":\"MAXIMUM CAUTION: ABSOLUTELY CONTRAINDICATED to apply pressure, bear weight, or stretch the skin over active pressure sores. Only practice poses that completely avoid loading those specific areas.\"}],\"safety_stages\":[{\"stage_id\":\"S01_PREP_NKK_ADV\",\"title\":\"PREPARATION (Crucial)\",\"type\":\"preparation_protocol_advanced\",\"focus_recommendations\":[{\"text\":\"Ideal practice time:\",\"reason_pt\":null},{\"text\":\"Anytime you feel alert, comfortable, and have sufficient energy.\",\"reason_pt\":\"Listening to your body is paramount. For individuals with disabilities or chronic illnesses, energy levels can fluctuate drastically throughout the day.\"},{\"text\":\"Space & Environment (MOST IMPORTANT):\",\"reason_pt\":null},{\"text\":\"MANDATORY: Practice in a 100% SAFE environment: NO tripping hazards (loose rugs, furniture), adequate lighting (if hard of hearing), and quiet (if visually impaired or autistic).\",\"reason_pt\":\"You must completely eliminate any risk of tripping, falling, or sensory overload.\"},{\"text\":\"The environment must be familiar. (If visually impaired, DO NOT rearrange the furniture before practice).\",\"reason_pt\":\"Spatial familiarity creates a sense of psychological safety, allowing the nervous system to relax.\"},{\"text\":\"MANDATORY Equipment:\",\"reason_pt\":null},{\"text\":\"1. A sturdy Yoga Chair (NO WHEELS) or your Wheelchair (with brakes securely locked).\",\"reason_pt\":\"This is your primary tool. 'Chair Yoga' is the safest and most accessible Yoga modality.\"},{\"text\":\"2. Yoga Blocks, Strap, Bolster, and Blankets.\",\"reason_pt\":\"Adaptive props are MANDATORY. They are used to 'bring the floor up to you', 'fill the gaps', and completely 'support' the body, allowing you to enter poses safely.\"},{\"text\":\"Before starting (Final Checklist):\",\"reason_pt\":null},{\"text\":\"DROP THE 'EGO' AND 'EXPECTATIONS':\",\"reason_pt\":\"Adaptive Yoga is NOT about achieving the exact same shape as an able-bodied person. It is about 'adapting' the pose to fit YOUR UNIQUE BODY.\"},{\"text\":\"The physical pose is not the goal:\",\"reason_pt\":\"Breath, mental focus, and a feeling of somatic safety are the goals. The physical pose is merely the vehicle.\"},{\"text\":\"Begin with 5 minutes of seated stillness (on a chair\\\/wheelchair), close your eyes (if comfortable), and focus entirely on your BREATH.\",\"reason_pt\":\"Connecting with the breath is the foundation of all therapeutic Yoga practices.\"}]},{\"stage_id\":\"S02_DURING_NKK_MOBILITY\",\"title\":\"GOLDEN RULES (Mobility Impairments)\",\"type\":\"biomechanics_precision_warnings\",\"focus_recommendations\":[{\"text\":\"Always practice 'Chair Yoga' or 'Floor Yoga'.\",\"reason_pt\":\"Eliminates fall risk entirely. Focus deeply on what you CAN do (e.g., upper body mobility, breathwork) rather than what you cannot (lower body movement).\"},{\"text\":\"WARNING (Secondary Osteoporosis): (Especially relevant for long-term wheelchair users).\",\"reason_pt\":\"Bones may lose significant density due to a lack of weight-bearing over time. ABSOLUTELY CONTRAINDICATED to perform DEEP or FORCEFUL spinal flexion or twisting. Use only gentle mobilization.\"},{\"text\":\"WARNING (Blood Pressure & Dysreflexia):\",\"reason_pt\":\"Individuals with spinal cord injuries or paralysis are highly prone to 'Orthostatic Dysregulation' or 'Autonomic Dysreflexia'. You MUST transition between postures (e.g., supine to seated) EXTREMELY SLOWLY.\"},{\"text\":\"WARNING (Pressure Sores):\",\"reason_pt\":\"ABSOLUTELY CONTRAINDICATED to bear weight on, or stretch skin over, active pressure sores.\"}],\"recommended_practices\":[{\"text\":\"Seated Cat-Cow Pose.\",\"reason_pt\":\"The safest and most effective exercise for spinal mobilization and 'lubrication'.\"},{\"text\":\"Seated Spinal Twist (gentle rotation focusing purely on the upper thoracic spine).\",\"reason_pt\":\"Aids in thoracic mobility and stimulates digestion.\"},{\"text\":\"Seated Chest Opener: (Interlace fingers behind the chair\\\/back, lift the sternum forward).\",\"reason_pt\":\"Directly counteracts the 'kyphotic' (hunched forward) posture commonly developed from prolonged wheelchair use.\"}]},{\"stage_id\":\"S03_DURING_NKK_SENSORY\",\"title\":\"GOLDEN RULES (Sensory Impairments)\",\"type\":\"focus_and_recommendations\",\"focus_recommendations\":[{\"text\":\"If Visually Impaired (Blind\\\/Low Vision):\",\"reason_pt\":\"SPATIAL SAFETY is #1. The floor must be completely clear. The yoga mat is your 'home base'; always use your hands\\\/feet to orient yourself to its 4 corners.\"},{\"text\":\"Verbal Cueing must be EXTREMELY CLEAR and highly descriptive.\",\"reason_pt\":\"Do not use vague directions like 'move your arm over there'. Say: 'Reach your LEFT hand across your body to touch your RIGHT knee'.\"},{\"text\":\"Use Tactile Cues: (If a guide or teacher is present) Use gentle physical touch to guide postural adjustments (always asking for consent first).\",\"reason_pt\":null},{\"text\":\"AVOID complex balance poses unless you are highly experienced. Always maintain contact with a wall or chair for spatial reference.\",\"reason_pt\":null},{\"text\":\"If Auditory Impaired (Deaf\\\/Hard of Hearing):\",\"reason_pt\":\"VISUAL communication is paramount. The teacher (or video screen) must always be positioned WHERE YOU CAN CLEARLY SEE THEM without straining your neck.\"},{\"text\":\"Ensure adequate lighting to clearly see the instructor or interpreter (essential for lip-reading or sign language).\",\"reason_pt\":null},{\"text\":\"Establish standardized 'Hand Signals' before practice (e.g., 2 claps = start, holding up 5 fingers = hold for 5 breaths).\",\"reason_pt\":null},{\"text\":\"Focus heavily on the 'somatic vibration' of the breath (e.g., feeling the hum in your chest during Bee Breath - Bhramari Pranayama).\",\"reason_pt\":null}]},{\"stage_id\":\"S04_POST_NKK\",\"title\":\"POST-PRACTICE (Recovery)\",\"type\":\"post_practice_protocol\",\"recommendations\":[{\"text\":\"Savasana (Relaxation) MUST BE ADAPTED to your body:\",\"reason_pt\":null},{\"text\":\"If using a wheelchair: Perform 'Seated Savasana' - rest your head back against a wall, or fold forward resting your head and arms on a table or a stack of bolsters.\",\"reason_pt\":\"This position releases cervical (neck) tension and effectively down-regulates the nervous system.\"},{\"text\":\"If lying down is possible: MANDATORY to use bolsters under the knees (or wherever needed) so the body is 100% physically supported.\",\"reason_pt\":\"Ensure there are absolutely no painful pressure points.\"},{\"text\":\"SUPER SLOW Transitions:\",\"reason_pt\":\"Take 1-2 full minutes to transition from resting back to moving. This is critically important for anyone prone to orthostatic hypotension or dizziness.\"}]},{\"stage_id\":\"S05_LIFE_NKK\",\"title\":\"LIFESTYLE & DAILY ACTIVITIES\",\"type\":\"lifestyle_adjustment\",\"focus_recommendations\":[{\"text\":\"Yoga is 'Adaptation':\",\"reason_pt\":\"There is no 'right' or 'wrong' pose. There is only the pose that 'fits' and serves your body safely TODAY.\"},{\"text\":\"Pranayama (Breathwork) is your Primary Tool:\",\"reason_pt\":\"Even if physical mobility is severely limited, you can always breathe. Deep diaphragmatic breathing is the most powerful Yoga practice for nervous system regulation.\"},{\"text\":\"Focus on 'Interoception' (Internal sensing):\",\"reason_pt\":\"Direct your attention to internal somatic sensations (your heartbeat, the rhythm of your breath, a feeling of warmth) rather than the external aesthetic shape of the posture.\"},{\"text\":\"Community Connection:\",\"reason_pt\":\"Seek out Adaptive Yoga classes (online or offline) to connect with peers. A sense of inclusion and belonging is a profound component of therapeutic healing.\"}]}],\"conversion_options\":[{\"type\":\"view_detailed_article\",\"label\":\"Important Guidelines for Adaptive Yoga\",\"target_url\":\"#\"},{\"type\":\"download_lead_magnet\",\"label\":\"Download Adaptive Yoga Guide PDF\",\"file_name\":\"Adaptive_Chair_Yoga_Guide.pdf\"}]}};\r\n\r\n    \r\n    let currentChecklist = null;\r\n    let personalizedAdvice = [];\r\n\r\n    \/\/ === DOM Elements (Using container to limit scope) ===\r\n    const appContainer = document.getElementById('yg-checklist-app-container');\r\n    if (!appContainer) {\r\n        console.error(\"ERROR: #yg-checklist-app-container not found. Application cannot run.\");\r\n        return; \r\n    }\r\n    \r\n    const modalOverlay = appContainer.querySelector('#checklist-modal-overlay');\r\n    const modalContent = appContainer.querySelector('#checklist-modal-content');\r\n    const modalTitle = appContainer.querySelector('#modal-title-text');\r\n    \/\/ FIX: Added close button\r\n    const closeBtn = appContainer.querySelector('#modal-close-btn');\r\n    \r\n    const step1 = appContainer.querySelector('#step-1-goals');\r\n    const step2 = appContainer.querySelector('#step-2-safety');\r\n    const step3 = appContainer.querySelector('#step-3-plan');\r\n    \r\n    const backToStep1Btn = appContainer.querySelector('#back-to-step-1');\r\n    const backToStep2Btn = appContainer.querySelector('#back-to-step-2');\r\n    \r\n    const safetyTitle = appContainer.querySelector('#safety-title');\r\n    const safetyQuestionsContainer = appContainer.querySelector('#safety-questions-container');\r\n    const safetyContinueBtn = appContainer.querySelector('#safety-continue-btn');\r\n    const safetyAlertBox = appContainer.querySelector('#safety-alert-box');\r\n\r\n    const planTitle = appContainer.querySelector('#plan-title');\r\n    const planTabs = appContainer.querySelector('#plan-tabs');\r\n    const planTabContent = appContainer.querySelector('#plan-tab-content');\r\n    const personalizedAdviceContainer = appContainer.querySelector('#personalized-advice-container');\r\n\r\n    const downloadPdfBtn = appContainer.querySelector('#download-pdf-btn');\r\n    const deepDiveLink = appContainer.querySelector('#deep-dive-link');\r\n\r\n    \/\/ === Functions (Kept original logic entirely) ===\r\n\r\n    function showStep(stepNumber) {\r\n        if(step1) step1.classList.add('hidden');\r\n        if(step2) step2.classList.add('hidden');\r\n        if(step3) step3.classList.add('hidden');\r\n        \r\n        if (stepNumber === 1 && step1) {\r\n            step1.classList.remove('hidden');\r\n            if(modalTitle) modalTitle.textContent = \"Workout Checklist\";\r\n        } else if (stepNumber === 2 && step2) {\r\n            step2.classList.remove('hidden');\r\n            if(modalTitle) modalTitle.textContent = \"Comprehensive Safety Screening\";\r\n        } else if (stepNumber === 3 && step3) {\r\n            step3.classList.remove('hidden');\r\n            if(modalTitle) modalTitle.textContent = \"Training Plan\";\r\n        }\r\n    }\r\n\r\n    function renderGoalCards() {\r\n        const groupTheChat = appContainer.querySelector('#group-suc_khoe_the_chat');\r\n        const groupTinhThan = appContainer.querySelector('#group-suc_khoe_tinh_than');\r\n        const groupDoiTuong = appContainer.querySelector('#group-doi_tuong_cu_the');\r\n        \r\n        if (!groupTheChat || !groupTinhThan || !groupDoiTuong) {\r\n            console.error(\"ERROR: Could not find containers to render goal cards.\");\r\n            return;\r\n        }\r\n\r\n        groupTheChat.innerHTML = '';\r\n        groupTinhThan.innerHTML = '';\r\n        groupDoiTuong.innerHTML = '';\r\n\r\n        let count = 0;\r\n        if (allChecklists) {\r\n            for (const conditionId in allChecklists) {\r\n                count++;\r\n                const checklist = allChecklists[conditionId];\r\n                const card = document.createElement('button');\r\n                card.className = 'goal-card'; \/\/ This class has CSS in <style>\r\n                card.dataset.conditionId = conditionId;\r\n                card.innerHTML = `\r\n                    <i class=\"${checklist.icon || 'fa-solid fa-heart'}\"><\/i>\r\n                    <span>${checklist.displayName}<\/span>\r\n                `;\r\n                card.addEventListener('click', () => onGoalCardClick(conditionId));\r\n                \r\n               let groupContainer;\r\n                \r\n                \/\/ C\u1eadp nh\u1eadt \u0111\u1ec3 code nh\u1eadn di\u1ec7n \u0111\u01b0\u1ee3c c\u1ea3 key ti\u1ebfng Anh (trong JSON) v\u00e0 ti\u1ebfng Vi\u1ec7t (c\u0169)\r\n                if(checklist.group === 'suc_khoe_the_chat' || checklist.group === 'physical_health' || checklist.group === 'fitness_goals') {\r\n                    groupContainer = groupTheChat;\r\n                }\r\n                else if(checklist.group === 'suc_khoe_tinh_than' || checklist.group === 'mental_health') {\r\n                    groupContainer = groupTinhThan;\r\n                }\r\n                else if(checklist.group === 'doi_tuong_cu_the' || checklist.group === 'specific_demographics') {\r\n                    groupContainer = groupDoiTuong;\r\n                }\r\n\r\n                if (groupContainer) {\r\n                    groupContainer.appendChild(card);\r\n                }\r\n            }\r\n        }\r\n        if (count === 0) {\r\n             console.warn(\"WARNING: 'allChecklists' data is empty or has no items to iterate through (count = 0).\");\r\n        }\r\n    }\r\n    \r\n    function onGoalCardClick(conditionId) {\r\n        currentChecklist = allChecklists[conditionId];\r\n        if (!currentChecklist) {\r\n            console.error(\"ERROR: Could not find checklist with ID:\", conditionId);\r\n            return;\r\n        }\r\n        personalizedAdvice = []; \r\n        renderSafetyChecks(currentChecklist);\r\n        showStep(2);\r\n    }\r\n\r\n    function renderSafetyChecks(checklist) {\r\n        if (!safetyTitle || !safetyQuestionsContainer || !safetyAlertBox) return;\r\n\r\n        safetyTitle.textContent = checklist.disease_name;\r\n        safetyQuestionsContainer.innerHTML = '';\r\n        safetyAlertBox.style.display = 'none';\r\n        safetyAlertBox.className = 'safety-alert';\r\n        \r\n        const checks = checklist.screening_questions;\r\n        if (!checks || checks.length === 0) {\r\n             onSafetyCheckContinue();\r\n             return;\r\n        }\r\n\r\n        checks.forEach((check, index) => {\r\n            const checkEl = document.createElement('div');\r\n            checkEl.className = 'safety-check-item'; \/\/ Vanilla CSS class\r\n            let optionsHTML = '';\r\n\r\n            if (check.type === 'binary') {\r\n                optionsHTML = `\r\n                    <div class=\"binary-options\">\r\n                        <label class=\"radio-label-binary\">\r\n                            <input type=\"radio\" name=\"${check.question_id}\" value=\"yes\"> Yes\r\n                        <\/label>\r\n                        <label class=\"radio-label-binary\">\r\n                            <input type=\"radio\" name=\"${check.question_id}\" value=\"no\"> No\r\n                        <\/label>\r\n                    <\/div>\r\n                `;\r\n            } \r\n            else if (check.type === 'multiple_choice_single') {\r\n                optionsHTML = '<div class=\"radio-options-list\">';\r\n                check.options.forEach((optionText, i) => {\r\n                    optionsHTML += `\r\n                        <label class=\"radio-label\">\r\n                            <input type=\"radio\" name=\"${check.question_id}\" value=\"${optionText}\">\r\n                            <span>${optionText}<\/span>\r\n                        <\/label>\r\n                    `;\r\n                });\r\n                optionsHTML += '<\/div>';\r\n            }\r\n            \r\n            checkEl.innerHTML = `\r\n                <label>${index + 1}. ${check.text}<\/label>\r\n                ${optionsHTML}\r\n            `;\r\n            safetyQuestionsContainer.appendChild(checkEl);\r\n        });\r\n    }\r\n\r\n    function onSafetyCheckContinue() {\r\n        if (!safetyAlertBox) return;\r\n\r\n        safetyAlertBox.style.display = 'none';\r\n        safetyAlertBox.className = 'safety-alert';\r\n        let allPass = true;\r\n        personalizedAdvice = []; \r\n\r\n        if (!currentChecklist || !currentChecklist.screening_questions) {\r\n            console.warn(\"No 'currentChecklist' or 'screening_questions' when continuing. Auto-skipping.\");\r\n            renderPlan(currentChecklist || {}); \/\/ Pass empty object if checklist is null\r\n            showStep(3);\r\n            return;\r\n        }\r\n\r\n        const checks = currentChecklist.screening_questions;\r\n        if (checks.length === 0) {\r\n            renderPlan(currentChecklist);\r\n            showStep(3);\r\n            return;\r\n        }\r\n\r\n        for (const check of checks) {\r\n            const radioValue = appContainer.querySelector(`input[name=\"${check.question_id}\"]:checked`)?.value;\r\n\r\n            if (!radioValue) {\r\n                safetyAlertBox.innerHTML = `<i class=\"fas fa-info-circle\" style=\"margin-right: 0.5rem;\"><\/i> Please answer all safety screening questions.`;\r\n                safetyAlertBox.classList.add('warn');\r\n                safetyAlertBox.style.display = 'block';\r\n                allPass = false;\r\n                break;\r\n            }\r\n            if (check.type === 'binary' && check.warning_if_yes && radioValue === 'yes') {\r\n                safetyAlertBox.innerHTML = `<i class=\"fas fa-exclamation-circle\" style=\"margin-right: 0.5rem;\"><\/i> ${check.warning_if_yes}`;\r\n                safetyAlertBox.classList.add('fail');\r\n                safetyAlertBox.style.display = 'block';\r\n                allPass = false;\r\n                break;\r\n            }\r\n            if (check.type === 'multiple_choice_single' && check.advice_mapping) {\r\n                const advice = check.advice_mapping[radioValue]; \r\n                if (advice) {\r\n                    personalizedAdvice.push(advice);\r\n                }\r\n            }\r\n        }\r\n\r\n        if (allPass) {\r\n            renderPlan(currentChecklist);\r\n            showStep(3);\r\n        }\r\n    }\r\n\r\n    function renderPlan(checklist) {\r\n        if (!planTitle || !planTabs || !planTabContent || !personalizedAdviceContainer) return;\r\n\r\n        planTitle.textContent = checklist.disease_name || \"Training Plan\";\r\n        planTabs.innerHTML = '';\r\n        planTabContent.innerHTML = '';\r\n\r\n        if (personalizedAdvice.length > 0) {\r\n            personalizedAdviceContainer.innerHTML = `\r\n                <h4 class=\"personalized-advice-title\"><i class=\"fas fa-user-check\"><\/i> Personalized Notes<\/h4>\r\n                <div class=\"personalized-advice-content\">\r\n                    ${personalizedAdvice.map(adv => `<p>${adv}<\/p>`).join('')}\r\n                <\/div>\r\n            `;\r\n            personalizedAdviceContainer.classList.remove('hidden');\r\n        } else {\r\n            personalizedAdviceContainer.classList.add('hidden');\r\n        }\r\n\r\n        const createListHTML = (items, iconClass, itemClass) => {\r\n            if (!items || items.length === 0) return '<p style=\"font-size: 0.875rem; color: #64748b; font-style: italic;\">No specific notes.<\/p>';\r\n            return `\r\n                <ul style=\"list-style: none; padding-left: 0; display: flex; flex-direction: column; gap: 1rem;\">\r\n                    ${items.map(item => {\r\n                        let mainText = '';\r\n                        let reasonText = '';\r\n                        if (typeof item === 'string') {\r\n                            mainText = item;\r\n                        } else if (typeof item === 'object' && item.text) {\r\n                            mainText = item.text;\r\n                            reasonText = item.reason_pt;\r\n                        } else {\r\n                            return ''; \/\/ Skip invalid item\r\n                        }\r\n                        \r\n                        mainText = mainText.replace(\/\\*\\*(.*?)\\*\\*\/g, '<strong>$1<\/strong>');\r\n                        \r\n                        return `\r\n                            <li class=\"checklist-item ${itemClass}\">\r\n                                <i class=\"fas ${iconClass}\"><\/i>\r\n                                <div>\r\n                                    <span>${mainText}<\/span>\r\n                                    ${reasonText ? `<div class=\"reason-pt\"><strong>Clinical Rationale:<\/strong> ${reasonText}<\/div>` : ''}\r\n                                <\/div>\r\n                            <\/li>\r\n                        `;\r\n                    }).join('')}\r\n                <\/ul>\r\n            `;\r\n        };\r\n        \r\n        if (!checklist.safety_stages) {\r\n             console.warn(\"Checklist is missing 'safety_stages'. Rendering empty tab.\");\r\n             return;\r\n        }\r\n\r\n        checklist.safety_stages.forEach((stage, index) => {\r\n            const tabId = stage.stage_id;\r\n            const isActive = index === 0;\r\n\r\n            const tabBtn = document.createElement('button');\r\n            tabBtn.className = `tab-button ${isActive ? 'active' : ''}`;\r\n            tabBtn.dataset.tab = tabId;\r\n            tabBtn.innerHTML = `${stage.title.toUpperCase()}`;\r\n            planTabs.appendChild(tabBtn);\r\n\r\n            const contentPane = document.createElement('div');\r\n            contentPane.id = `plan-${tabId}`;\r\n            contentPane.className = `tab-content ${isActive ? 'active' : ''}`;\r\n            \r\n            let contentHTML = '';\r\n            if (stage.absolute_contraindications) {\r\n                contentHTML += `<h4 style=\"font-size: 1.125rem; font-weight: 600; color: #dc2626; margin-bottom: 1rem;\">Warnings (Absolute Contraindications)<\/h4>`;\r\n                contentHTML += createListHTML(stage.absolute_contraindications, 'fa-ban', 'caution');\r\n            }\r\n            if (stage.focus_recommendations) {\r\n                contentHTML += `<h4 style=\"font-size: 1.125rem; font-weight: 600; color: #16a34a; margin-top: 1.5rem; margin-bottom: 1rem;\">Focus Areas (Technique)<\/h4>`;\r\n                contentHTML += createListHTML(stage.focus_recommendations, 'fa-check-circle', 'recommend');\r\n            }\r\n            if (stage.recommendations) { \r\n                let titleColor = '#2563eb'; \/\/ text-blue-600\r\n                let icon = 'fa-spa';\r\n                let itemClass = 'focus';\r\n                if (stage.title.includes('POST-WORKOUT')) {\r\n                    titleColor = '#9333ea'; icon = 'fa-spa'; itemClass = 'focus';\r\n                } else if (stage.title.includes('LIFESTYLE')) {\r\n                    titleColor = '#2563eb'; icon = 'fa-house-user'; itemClass = 'prepare';\r\n                } else if (stage.title.includes('UPDATING')) {\r\n                     titleColor = '#475569'; icon = 'fa-info-circle'; itemClass = 'prepare';\r\n                }\r\n                let titleText = (stage.type === 'placeholder') ? 'Notice' : 'Recommendations';\r\n                contentHTML += `<h4 style=\"font-size: 1.125rem; font-weight: 600; color: ${titleColor}; margin-top: 1.5rem; margin-bottom: 1rem;\">${titleText}<\/h4>`;\r\n                contentHTML += createListHTML(stage.recommendations, icon, itemClass);\r\n            }\r\n            \r\n            contentPane.innerHTML = contentHTML;\r\n            planTabContent.appendChild(contentPane);\r\n        });\r\n\r\n        if (!checklist.conversion_options) return;\r\n        const conversionOptions = checklist.conversion_options;\r\n        const article = conversionOptions.find(o => o.type === 'view_detailed_article');\r\n        \r\n        if (article && deepDiveLink) {\r\n            deepDiveLink.href = article.target_url;\r\n            deepDiveLink.innerHTML = `<i class=\"fas fa-book-open\"><\/i> ${article.label}`;\r\n            deepDiveLink.style.display = 'flex'; \r\n        } else if (deepDiveLink) {\r\n             deepDiveLink.style.display = 'none';\r\n        }\r\n\r\n        const pdfOption = conversionOptions.find(o => o.type === 'download_lead_magnet');\r\n        if (pdfOption && downloadPdfBtn) {\r\n            downloadPdfBtn.innerHTML = `<i class=\"fas fa-file-pdf\"><\/i> ${pdfOption.label}`;\r\n            downloadPdfBtn.dataset.fileName = pdfOption.file_name;\r\n            downloadPdfBtn.style.display = 'flex'; \r\n        } else if (downloadPdfBtn) {\r\n            downloadPdfBtn.style.display = 'none';\r\n        }\r\n        if (checklist.safety_stages.length > 0) {\r\n            switchTab(checklist.safety_stages[0].stage_id);\r\n        }\r\n    }\r\n\r\n    function switchTab(tabId) {\r\n        if (!planTabs || !planTabContent) return;\r\n        planTabs.querySelectorAll('.tab-button').forEach(btn => btn.classList.remove('active'));\r\n        planTabContent.querySelectorAll('.tab-content').forEach(content => content.classList.remove('active'));\r\n        \r\n        const tabButton = planTabs.querySelector(`button[data-tab=\"${tabId}\"]`);\r\n        const tabContent = planTabContent.querySelector(`#plan-${tabId}`);\r\n        \r\n        if (tabButton) tabButton.classList.add('active');\r\n        if (tabContent) tabContent.classList.add('active');\r\n    }\r\n\r\n function downloadChecklistAsPDF() {\r\n    \/\/ 1. Check prerequisites\r\n    if (!currentChecklist || !currentChecklist.safety_stages) {\r\n        console.error(\"PDF Error: Checklist data does not exist.\");\r\n        return;\r\n    }\r\n\r\n    \/\/ 2. Redefine helper function (Create list)\r\n    const createListHTML = (items, iconClass, itemClass) => {\r\n        \/\/ This function is copied from renderPlan to ensure accurate HTML regeneration\r\n        if (!items || items.length === 0) return '<p style=\"font-size: 0.875rem; color: #64748b; font-style: italic;\">No specific notes.<\/p>';\r\n        return `\r\n            <ul style=\"list-style: none; padding-left: 0; display: flex; flex-direction: column; gap: 1rem;\">\r\n                ${items.map(item => {\r\n                    let mainText = '';\r\n                    let reasonText = '';\r\n                    if (typeof item === 'string') {\r\n                        mainText = item;\r\n                    } else if (typeof item === 'object' && item.text) {\r\n                        mainText = item.text;\r\n                        reasonText = item.reason_pt;\r\n                    } else {\r\n                        return ''; \/\/ Skip invalid item\r\n                    }\r\n                    \r\n                    mainText = mainText.replace(\/\\*\\*(.*?)\\*\\*\/g, '<strong>$1<\/strong>');\r\n                    \r\n                    return `\r\n                        <li class=\"checklist-item ${itemClass}\" style=\"margin-bottom: 0.75rem; font-size: 0.95rem; line-height: 1.6; display: flex; align-items: flex-start; gap: 0.75rem;\">\r\n                            <i class=\"fas ${iconClass}\" style=\"padding-top: 0.25rem; flex-shrink: 0; width: 1.25rem; color: ${itemClass === 'caution' ? '#ef4444' : itemClass === 'recommend' ? '#22c55e' : '#3b82f6'};\"><\/i>\r\n                            <div>\r\n                                <span>${mainText}<\/span>\r\n                                ${reasonText ? `<div style=\"font-size: 0.875rem; color: #475569; background-color: #f1f5f9; border-left: 4px solid #94a3b8; padding: 0.5rem 0.75rem; border-radius: 0.25rem; margin-top: 0.5rem;\"><strong>Clinical Rationale:<\/strong> ${reasonText}<\/div>` : ''}\r\n                            <\/div>\r\n                        <\/li>\r\n                    `;\r\n                }).join('')}\r\n            <\/ul>\r\n        `;\r\n    };\r\n\r\n    \/\/ 3. Build CONSOLIDATED HTML content\r\n    const homNay = new Date().toLocaleDateString('en-US');\r\n    const checklistName = currentChecklist.disease_name || 'Training Plan';\r\n    \r\n    let adviceHtml = '';\r\n    if (personalizedAdvice.length > 0) {\r\n        adviceHtml = `\r\n            <div style=\"margin-top: 2rem;\">\r\n                <h4 style=\"font-size: 1rem; font-weight: 600; color: #7e22ce; margin-bottom: 0.75rem;\"><i class=\"fas fa-user-check\"><\/i> Personalized Notes<\/h4>\r\n                <div style=\"display: flex; flex-direction: column; gap: 0.5rem; padding: 0.75rem; background-color: #f5f3ff; border-radius: 0.375rem; border: 1px solid #ddd6fe; color: #6b21a8; font-size: 0.875rem;\">\r\n                    ${personalizedAdvice.map(adv => `<p style=\"margin: 0;\">${adv}<\/p>`).join('')}\r\n                <\/div>\r\n            <\/div>\r\n        `;\r\n    }\r\n\r\n    let tabContentHtml = '';\r\n    currentChecklist.safety_stages.forEach(stage => {\r\n        let contentHTML = '';\r\n        const sectionStyle = 'margin-top: 1.5rem; margin-bottom: 1rem;';\r\n        \r\n        \/\/ Absolute Contraindications\r\n        if (stage.absolute_contraindications) {\r\n            contentHTML += `<h4 style=\"font-size: 1.125rem; font-weight: 600; color: #dc2626; ${sectionStyle}\">Warnings (Absolute Contraindications)<\/h4>`;\r\n            contentHTML += createListHTML(stage.absolute_contraindications, 'fa-ban', 'caution');\r\n        }\r\n        \r\n        \/\/ Focus Areas\r\n        if (stage.focus_recommendations) {\r\n            contentHTML += `<h4 style=\"font-size: 1.125rem; font-weight: 600; color: #16a34a; ${sectionStyle}\">Focus Areas (Technique)<\/h4>`;\r\n            contentHTML += createListHTML(stage.focus_recommendations, 'fa-check-circle', 'recommend');\r\n        }\r\n        \r\n        \/\/ Recommendations\/Lifestyle\r\n        if (stage.recommendations) {\r\n            let titleColor = '#2563eb'; \r\n            let icon = 'fa-spa';\r\n            let itemClass = 'focus';\r\n            if (stage.title.includes('LIFESTYLE')) {\r\n                 titleColor = '#2563eb'; icon = 'fa-house-user'; itemClass = 'prepare';\r\n            } else if (stage.title.includes('UPDATING')) {\r\n                 titleColor = '#475569'; icon = 'fa-info-circle'; itemClass = 'prepare';\r\n            }\r\n            let titleText = (stage.type === 'placeholder') ? 'Notice' : 'Recommendations';\r\n            contentHTML += `<h4 style=\"font-size: 1.125rem; font-weight: 600; color: ${titleColor}; ${sectionStyle}\">${titleText}<\/h4>`;\r\n            contentHTML += createListHTML(stage.recommendations, icon, itemClass);\r\n        }\r\n\r\n        \/\/ Wrap tab content\r\n        if (contentHTML) {\r\n            tabContentHtml += `\r\n                <div style=\"border: 1px solid #e2e8f0; border-radius: 0.5rem; margin-bottom: 2rem; padding: 1.5rem; background-color: #f8fafc;\">\r\n                    <h3 style=\"font-size: 1.25rem; font-weight: 700; color: #0d9488; border-bottom: 2px solid #eee; padding-bottom: 0.5rem; margin-bottom: 1rem;\">\r\n                        ${stage.title.toUpperCase()}\r\n                    <\/h3>\r\n                    ${contentHTML}\r\n                <\/div>\r\n            `;\r\n        }\r\n    });\r\n\r\n    \/\/ 4. FINAL Consolidated HTML Content\r\n    const fullReportHTML = `\r\n        <div id=\"hp-pdf-content-consolidated\" style=\"padding: 20px; font-family: sans-serif; color: #333; width: 210mm;\">\r\n            <h1 style=\"text-align: center; color: #0d9488; border-bottom: 2px solid #eee; padding-bottom: 10px; margin-top: 0;\">\r\n                PERSONALIZED TRAINING PLAN\r\n            <\/h1>\r\n            <p style=\"text-align: center; font-size: 12px; color: #666; margin-bottom: 1rem;\">Date Created: ${homNay}<\/p>\r\n\r\n            <h2 style=\"font-size: 1.5rem; font-weight: 700; color: #1e293b; margin-top: 2rem; border-bottom: 1px solid #ddd; padding-bottom: 5px;\">\r\n                Goal: ${checklistName}\r\n            <\/h2>\r\n\r\n            ${adviceHtml}\r\n\r\n            <h2 style=\"font-size: 1.5rem; font-weight: 700; color: #1e293b; margin-top: 2rem; border-bottom: 1px solid #ddd; padding-bottom: 5px;\">\r\n                Guidelines (All Phases)\r\n            <\/h2>\r\n            ${tabContentHtml}\r\n\r\n            <div style=\"height: 10px;\"><\/div>\r\n\r\n            <div style=\"border-top: 1px dashed #cbd5e1; padding-top: 10px; margin-top: 2rem;\">\r\n                <p style=\"font-size: 10px; text-align: center; color: #64748b; font-style: italic;\">\r\n                    This checklist has been reviewed and medically approved by Dr. Pham Van Quan.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n    `;\r\n\r\n    \/\/ 5. Create temporary element, capture image, and generate PDF\r\n    const tempDiv = document.createElement('div');\r\n    tempDiv.style.position = 'fixed';\r\n    tempDiv.style.top = '-9999px';\r\n    tempDiv.style.width = '210mm'; \r\n    tempDiv.style.zIndex = '9999';\r\n    tempDiv.innerHTML = fullReportHTML;\r\n    document.body.appendChild(tempDiv);\r\n    \r\n    downloadPdfBtn.disabled = true;\r\n    downloadPdfBtn.innerHTML = '<i class=\"fas fa-spinner fa-spin\" style=\"margin-right: 0.5rem;\"><\/i> Processing...';\r\n\r\n    \/\/ Use setTimeout to ensure DOM is rendered before capturing\r\n    setTimeout(() => {\r\n        window.html2canvas(tempDiv, {\r\n            scale: 2,\r\n            useCORS: true,\r\n            allowTaint: true, \/\/ Keep robust options\r\n            backgroundColor: '#ffffff'\r\n        }).then(canvas => {\r\n            document.body.removeChild(tempDiv); \/\/ Cleanup\r\n            \r\n            \/\/ --- jsPDF MULTI-PAGE Logic ---\r\n            const { jsPDF } = window.jspdf;\r\n            const imgData = canvas.toDataURL('image\/png');\r\n            const pdf = new jsPDF('p', 'mm', 'a4');\r\n            const pdfWidth = pdf.internal.pageSize.getWidth();\r\n            const pdfHeight = pdf.internal.pageSize.getHeight();\r\n            \r\n            const canvasWidth = canvas.width;\r\n            const canvasHeight = canvas.height;\r\n            \r\n            const ratio = canvasWidth \/ canvasHeight;\r\n            const contentWidth = pdfWidth - 20; \/\/ 10mm padding each side\r\n            const imgHeight = contentWidth \/ ratio;\r\n            \r\n            let heightLeft = imgHeight;\r\n            let position = 10; \/\/ Top margin\r\n\r\n            pdf.addImage(imgData, 'PNG', 10, position, contentWidth, imgHeight);\r\n            heightLeft -= (pdfHeight - position - 10); \/\/ Subtract first page height\r\n            \r\n            while (heightLeft > 0) {\r\n                position = heightLeft - imgHeight - 10;\r\n                pdf.addPage();\r\n                pdf.addImage(imgData, 'PNG', 10, position, contentWidth, imgHeight);\r\n                heightLeft -= pdfHeight;\r\n            }\r\n            \r\n            \/\/ --- End jsPDF Logic ---\r\n            \r\n            const fileName = currentChecklist.conversion_options.find(o => o.type === 'download_lead_magnet')?.file_name || `checklist.pdf`;\r\n            pdf.save(fileName);\r\n            \r\n            \/\/ Restore button\r\n            downloadPdfBtn.disabled = false;\r\n            const pdfOption = currentChecklist.conversion_options.find(o => o.type === 'download_lead_magnet');\r\n            downloadPdfBtn.innerHTML = `<i class=\"fas fa-file-pdf\" style=\"margin-right: 0.5rem;\"><\/i> ${pdfOption ? pdfOption.label : 'Download PDF'}`;\r\n\r\n        }).catch(err => {\r\n            document.body.removeChild(tempDiv); \/\/ Cleanup\r\n            console.error(\"Error generating PDF:\", err);\r\n            downloadPdfBtn.disabled = false;\r\n            const pdfOption = currentChecklist.conversion_options.find(o => o.type === 'download_lead_magnet');\r\n            downloadPdfBtn.innerHTML = `<i class=\"fas fa-file-pdf\" style=\"margin-right: 0.5rem;\"><\/i> ${pdfOption ? pdfOption.label : 'Download PDF'}`;\r\n        });\r\n    }, 10);\r\n}\r\n\r\n    \/\/ === Event Listeners ===\r\n    \/\/ FIX: Hide close button functionality because it's inline\r\n    \/*\r\n    if (closeBtn) {\r\n        closeBtn.addEventListener('click', () => {\r\n            if (modalOverlay) {\r\n                modalOverlay.classList.add('hidden'); \r\n            }\r\n            \/\/ Return to Step 1 so it opens correctly next time\r\n            showStep(1); \r\n        });\r\n    }\r\n    *\/\r\n\r\n    if(backToStep1Btn) backToStep1Btn.addEventListener('click', () => showStep(1));\r\n    if(backToStep2Btn) backToStep2Btn.addEventListener('click', () => showStep(2));\r\n    if(safetyContinueBtn) safetyContinueBtn.addEventListener('click', onSafetyCheckContinue);\r\n    \r\n    if(planTabs) planTabs.addEventListener('click', (e) => {\r\n        const tabBtn = e.target.closest('.tab-button');\r\n        if (tabBtn) switchTab(tabBtn.dataset.tab);\r\n    });\r\n\r\n    if(downloadPdfBtn) downloadPdfBtn.addEventListener('click', downloadChecklistAsPDF);\r\n\r\n    \/\/ === INITIALIZE APP (Synchronous) ===\r\n    function initializeApp() {\r\n        const step1Container = appContainer.querySelector('#step-1-goals');\r\n        if (!step1Container) {\r\n            console.error(\"ERROR: #step-1-goals not found. Cannot initialize.\");\r\n            return;\r\n        }\r\n        \r\n        \/\/ FIX: No longer hide overlay because it's inline\r\n        \/*\r\n        if (modalOverlay) {\r\n            modalOverlay.classList.add('hidden');\r\n        }\r\n        *\/\r\n\r\n        if (allChecklists && Object.keys(allChecklists).length > 0) {\r\n            console.log(\"ChecklistApp: Initialized successfully. Rendering cards...\");\r\n            renderGoalCards();\r\n            showStep(1);\r\n            \/\/ FIX: No need to remove hidden\r\n            \/*\r\n            if (modalOverlay) {\r\n                modalOverlay.classList.remove('hidden');\r\n            }\r\n            *\/\r\n        } else {\r\n            console.error(\"ERROR: 'allChecklists' is empty or invalid. Check your JSON and PHP files.\");\r\n            \/\/ Display error directly in HTML\r\n            step1Container.innerHTML = `\r\n                <div class=\"info-box-yellow\" style=\"background-color: #fef2f2; border-color: #f87171; color: #b91c1c;\">\r\n                    <h4 class=\"info-box-title\" style=\"color: #b91c1c;\">Critical Error (JS)<\/h4>\r\n                    <p>Unable to load checklist data. The 'allChecklists' variable is empty.<\/p>\r\n                    <p>This means the <code>safety-checklists.json<\/code> file either does not exist, or has a syntax error (such as a BOM error or trailing comma).<\/p>\r\n                <\/div>\r\n            `;\r\n            showStep(1);\r\n            \/\/ FIX: No need to remove hidden\r\n            \/*\r\n            if (modalOverlay) {\r\n                modalOverlay.classList.remove('hidden');\r\n            }\r\n            *\/\r\n        }\r\n    }\r\n\r\n    \/\/ Run application\r\n    if (document.readyState === 'loading') {\r\n        document.addEventListener('DOMContentLoaded', initializeApp);\r\n    } else {\r\n        initializeApp();\r\n    }\r\n\r\n})(); \/\/ End closure\r\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-525","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Exercise Safety Screening Tool for Yoga Therapy<\/title>\n<meta name=\"description\" content=\"Interactive safety checklist for yoga and exercise programs. Screen for medical risks before training. For reference only\u2014consult a healthcare professional.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/yogaismylife.vn\/en\/yoga-safety-checklist-tool\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exercise Safety Screening Tool for Yoga Therapy\" \/>\n<meta property=\"og:description\" content=\"Interactive safety checklist for yoga and exercise programs. Screen for medical risks before training. For reference only\u2014consult a healthcare professional.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/yogaismylife.vn\/en\/yoga-safety-checklist-tool\/\" \/>\n<meta property=\"og:site_name\" content=\"Yoga Is My Life | Evidence-Based Yoga &amp; Anatomy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/web.facebook.com\/YGisML\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-20T03:50:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/yoga-safety-checklist-tool\\\/\",\"url\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/yoga-safety-checklist-tool\\\/\",\"name\":\"Exercise Safety Screening Tool for Yoga Therapy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/#website\"},\"datePublished\":\"2026-02-20T03:30:21+00:00\",\"dateModified\":\"2026-02-20T03:50:05+00:00\",\"description\":\"Interactive safety checklist for yoga and exercise programs. Screen for medical risks before training. For reference only\u2014consult a healthcare professional.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/yoga-safety-checklist-tool\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/yoga-safety-checklist-tool\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/yoga-safety-checklist-tool\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home page\",\"item\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exercise Safety Checklist\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/\",\"name\":\"Yoga Is My Life | Evidence-Based Yoga & Anatomy\",\"description\":\"Professional Yoga Anatomy &amp; Therapy - A Library of 1,800+ Research-Backed Guides.\",\"publisher\":{\"@id\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/#organization\",\"name\":\"Yoga Is My Life | Evidence-Based Yoga & Anatomy\",\"url\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/cropped-cropped-ll.avif\",\"contentUrl\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/cropped-cropped-ll.avif\",\"width\":511,\"height\":171,\"caption\":\"Yoga Is My Life | Evidence-Based Yoga & Anatomy\"},\"image\":{\"@id\":\"https:\\\/\\\/yogaismylife.vn\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/web.facebook.com\\\/YGisML\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/YogaIsMyLifeVN\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exercise Safety Screening Tool for Yoga Therapy","description":"Interactive safety checklist for yoga and exercise programs. Screen for medical risks before training. For reference only\u2014consult a healthcare professional.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/yogaismylife.vn\/en\/yoga-safety-checklist-tool\/","og_locale":"en_US","og_type":"article","og_title":"Exercise Safety Screening Tool for Yoga Therapy","og_description":"Interactive safety checklist for yoga and exercise programs. Screen for medical risks before training. For reference only\u2014consult a healthcare professional.","og_url":"https:\/\/yogaismylife.vn\/en\/yoga-safety-checklist-tool\/","og_site_name":"Yoga Is My Life | Evidence-Based Yoga &amp; Anatomy","article_publisher":"https:\/\/web.facebook.com\/YGisML\/","article_modified_time":"2026-02-20T03:50:05+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/yogaismylife.vn\/en\/yoga-safety-checklist-tool\/","url":"https:\/\/yogaismylife.vn\/en\/yoga-safety-checklist-tool\/","name":"Exercise Safety Screening Tool for Yoga Therapy","isPartOf":{"@id":"https:\/\/yogaismylife.vn\/en\/#website"},"datePublished":"2026-02-20T03:30:21+00:00","dateModified":"2026-02-20T03:50:05+00:00","description":"Interactive safety checklist for yoga and exercise programs. Screen for medical risks before training. For reference only\u2014consult a healthcare professional.","breadcrumb":{"@id":"https:\/\/yogaismylife.vn\/en\/yoga-safety-checklist-tool\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/yogaismylife.vn\/en\/yoga-safety-checklist-tool\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/yogaismylife.vn\/en\/yoga-safety-checklist-tool\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home page","item":"https:\/\/yogaismylife.vn\/en\/"},{"@type":"ListItem","position":2,"name":"Exercise Safety Checklist"}]},{"@type":"WebSite","@id":"https:\/\/yogaismylife.vn\/en\/#website","url":"https:\/\/yogaismylife.vn\/en\/","name":"Yoga Is My Life | Evidence-Based Yoga & Anatomy","description":"Professional Yoga Anatomy &amp; Therapy - A Library of 1,800+ Research-Backed Guides.","publisher":{"@id":"https:\/\/yogaismylife.vn\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yogaismylife.vn\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/yogaismylife.vn\/en\/#organization","name":"Yoga Is My Life | Evidence-Based Yoga & Anatomy","url":"https:\/\/yogaismylife.vn\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yogaismylife.vn\/en\/#\/schema\/logo\/image\/","url":"https:\/\/yogaismylife.vn\/en\/wp-content\/uploads\/2026\/02\/cropped-cropped-ll.avif","contentUrl":"https:\/\/yogaismylife.vn\/en\/wp-content\/uploads\/2026\/02\/cropped-cropped-ll.avif","width":511,"height":171,"caption":"Yoga Is My Life | Evidence-Based Yoga & Anatomy"},"image":{"@id":"https:\/\/yogaismylife.vn\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/web.facebook.com\/YGisML\/","https:\/\/www.pinterest.com\/YogaIsMyLifeVN\/"]}]}},"_links":{"self":[{"href":"https:\/\/yogaismylife.vn\/en\/wp-json\/wp\/v2\/pages\/525","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yogaismylife.vn\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yogaismylife.vn\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yogaismylife.vn\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/yogaismylife.vn\/en\/wp-json\/wp\/v2\/comments?post=525"}],"version-history":[{"count":2,"href":"https:\/\/yogaismylife.vn\/en\/wp-json\/wp\/v2\/pages\/525\/revisions"}],"predecessor-version":[{"id":528,"href":"https:\/\/yogaismylife.vn\/en\/wp-json\/wp\/v2\/pages\/525\/revisions\/528"}],"wp:attachment":[{"href":"https:\/\/yogaismylife.vn\/en\/wp-json\/wp\/v2\/media?parent=525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}