/* The phone walkthrough is an app-like task surface, not a scaled Word window. */
#how .mw-app{display:none}
@media(max-width:900px){
 #how.has-mobile-workflow .workflow-overview{display:none}
 #how .workflow-demo.has-mobile-workflow{display:block;width:100%;max-width:480px;min-height:0;height:auto;margin:28px auto 0;border:1px solid #c8dfd5;border-radius:20px;background:#fcfefd;box-shadow:0 14px 44px #164f3e12;overflow:visible;isolation:isolate}
 #how .workflow-demo.has-mobile-workflow>:not(.mw-app){display:none!important}
 #how .mw-app{display:flex;flex-direction:column;min-width:0;color:#122f27;font-family:"OPEF Jakarta",var(--font-sans);font-size:16px;line-height:1.5;scroll-margin-top:116px;overflow-wrap:anywhere}
 #how .mw-app *,#how .mw-app *::before,#how .mw-app *::after{box-sizing:border-box}
 #how .mw-app [hidden]{display:none!important}
 #how .mw-app svg{display:block;width:21px;height:21px;flex-shrink:0}
 #how .mw-app button{font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
 #how .mw-app button:disabled{opacity:.55;cursor:not-allowed}
 #how .mw-app button:focus-visible,#how .mw-app a:focus-visible,#how .mw-app summary:focus-visible,#how .mw-app textarea:focus-visible{outline:3px solid #2c8a78;outline-offset:3px}
 #how .mw-app h3:focus{outline:none}
 #how .mw-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:20px 20px 14px}
 #how .mw-wordmark{display:inline-flex;align-items:baseline;color:#0c5143;font:800 32px/1 "OPEF Jakarta",var(--font-sans);letter-spacing:-2px}
 #how .mw-wordmark span{color:#419883}
 #how .mw-header>small{color:#61766c;font-size:12px;font-weight:400;letter-spacing:0}
 #how .mw-project{display:flex;align-items:center;gap:12px;padding:8px 20px 18px}
 #how .mw-project-icon{display:grid;place-items:center;width:40px;height:44px;flex-shrink:0;background:#e8f4ed;border-radius:9px;color:#106753}
 #how .mw-project>div{min-width:0;flex:1}
 #how .mw-project strong{display:block;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:-.3px}
 #how .mw-project small{display:block;margin-top:2px;color:#65756e;font-size:13px}
 #how .mw-project button{display:grid;place-items:center;flex:0 0 44px;width:44px;min-height:44px;padding:0;border:0;border-radius:8px;background:transparent;color:#3b7361}
 #how .mw-project button:hover{background:#edf6f0}
 #how .mw-tabs{display:flex;flex-wrap:wrap;margin:0 16px;border-bottom:1px solid #d7e4dd;gap:0}
 #how .mw-tabs button{display:flex;flex:1 1 20%;align-items:center;justify-content:center;gap:4px;min-width:max-content;max-width:100%;min-height:48px;padding:10px 4px;border:0;border-bottom:3px solid transparent;margin-bottom:-1px;border-radius:0;background:none;color:#617067;font-size:14px;font-weight:500;line-height:1.3}
 #how .mw-tabs button[aria-selected="true"]{color:#0b6250;border-bottom-color:#0b6250;font-weight:700}
 #how .mw-tabs i{display:none;color:#218064}
 #how .mw-tabs .mw-done i{display:block}
 #how .mw-tabs svg{width:13px;height:13px;stroke-width:2}
 #how .mw-stage{padding:22px 20px 18px;min-width:0}
 #how .mw-intro{margin:0 0 20px}
 #how .mw-intro h3{margin:0 0 8px;font:700 25px/1.18 "OPEF Jakarta",var(--font-sans);letter-spacing:-.85px;text-wrap:balance;color:#102e25}
 #how .mw-intro>p{margin:0;font-size:16px;line-height:1.5;letter-spacing:-.15px;color:#65756e}
 #how .mw-source-list{list-style:none;padding:0;margin:0;border:1px solid #d4e2da;border-radius:12px;background:white;overflow:visible}
 #how .mw-source-list li{display:grid;grid-template-columns:25px minmax(0,1fr) auto;gap:11px;align-items:center;padding:13px 12px;min-height:72px}
 #how .mw-source-list li+li{border-top:1px solid #e1ebe4}
 #how .mw-source-icon{color:#256a56}
 #how .mw-source-list strong{display:block;font-size:14px;font-weight:650;line-height:1.4;letter-spacing:-.2px}
 #how .mw-source-list small{display:block;font-size:12px;color:#6a7a70;line-height:1.5;margin-top:2px}
 #how .mw-connected{display:inline-grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#11755b;color:white}
 #how .mw-connected svg{width:15px;height:15px;stroke-width:2}
 #how .mw-add{display:inline-flex;align-items:center;gap:3px;justify-content:center;min-height:44px;padding:7px 8px;border:1px solid #9fc8b7;border-radius:7px;background:white;color:#0c6a51;font-size:14px;font-weight:600}
 #how .mw-add svg{width:14px;height:14px}
 #how .mw-progress{margin-top:18px}
 #how .mw-progress>[role="progressbar"]{height:7px;border-radius:8px;background:#e0eee6;overflow:hidden}
 #how .mw-progress i{display:block;height:100%;background:linear-gradient(90deg,#0c7560,#168368);border-radius:8px;transition:width .25s}
 #how .mw-progress p{margin:9px 0 4px;font-size:14px;color:#304d40}
 #how .mw-progress small{display:block;color:#6a7a70;font-size:12px;line-height:1.5}
 #how .mw-footer{margin-top:auto;padding:0 20px 20px;display:flex;flex-direction:column;gap:10px;min-width:0;align-items:stretch;border:0;background:transparent}
 #how .mw-footer>small{border:0;padding:0;margin:0}
 #how .mw-primary{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:50px;padding:13px 14px;border:1px solid #096752;border-radius:10px;background:linear-gradient(110deg,#117b5c,#0b6559 70%,#126979);box-shadow:inset 0 1px 0 #ffffff22,0 3px 7px #0f68550d;color:#fff;font-size:16px;font-weight:650;line-height:1.35;letter-spacing:-.15px}
 #how .mw-primary:hover:not(:disabled){filter:brightness(1.06)}
 #how .mw-primary svg{width:19px;height:19px}
 #how .mw-activity{display:flex;align-items:center;gap:10px;margin:0 0 16px;color:#42604f;font-size:14px;line-height:1.4}
 #how .mw-finding{padding:16px;margin:0;border:1px solid #c7e2d5;border-radius:12px;background:linear-gradient(120deg,#e9f6ee,#e2f2ea);color:#153e2f}
 #how .mw-finding>header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}
 #how .mw-finding h4{margin:0;font:650 17px/1.3 "OPEF Jakarta",var(--font-sans);letter-spacing:-.3px;color:#153e2f}
 #how .mw-draft-badge{padding:4px 7px;border:1px solid #c8dbd0;border-radius:5px;background:#f5fbf7;color:#51685a;font:500 12px/1.3 var(--font-sans)}
 #how .mw-finding>p{margin:0;font-size:16px;line-height:1.55;letter-spacing:-.15px}
 #how .mw-cited-tail{display:inline-block;max-width:100%;vertical-align:baseline}
 #how .mw-finding sup{font-size:11px;line-height:0;vertical-align:super}
 #how .mw-finding sup button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;margin:-16px 0;padding:12px 6px;border:0;background:transparent;color:#176853;font:600 12px/1 var(--font-sans);text-decoration:underline;text-underline-offset:2px;vertical-align:middle}
 #how .mw-source-link{display:flex;align-items:center;gap:12px;width:100%;min-height:64px;margin:12px 0 0;padding:11px 12px;border:1px solid #d1e2d8;border-radius:10px;background:white;color:#145e48;text-align:left}
 #how .mw-source-link strong{flex:1;min-width:0;font:600 14px/1.4 "OPEF Jakarta",var(--font-sans);letter-spacing:-.2px}
 #how .mw-source-link>svg{width:18px;height:18px}
 #how .mw-source-thumbnails{display:flex;align-items:center;padding-right:2px;flex-shrink:0}
 #how .mw-source-thumbnails img{width:28px;height:35px;object-fit:cover;border:2px solid white;border-radius:4px;box-shadow:0 1px 3px #224d3820}
 #how .mw-source-thumbnails img+img{margin-left:-9px;transform:rotate(5deg)}
 #how .mw-finding .mw-source-link{border:0;border-top:1px solid #c6dfd1;border-radius:0;background:transparent;padding:12px 0 0;margin-top:14px;min-height:44px}
 #how .mw-finding .mw-source-thumbnails{display:none}
 #how .mw-finding .mw-source-link::before{content:"↗";font-size:21px;line-height:1;color:#1c7356}
 #how .mw-help{margin:12px 0 0;font-size:12px;line-height:1.5;color:#67776c}
 #how .mw-status{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:7px 10px;margin:0 0 14px;border:1px solid transparent;border-radius:20px;font-size:14px;line-height:1.35;font-weight:600}
 #how .mw-status svg{width:17px;height:17px}
 #how .mw-status-pending{background:#fff4dc;border-color:#efdcad;color:#8a621d}
 #how .mw-status-approved{background:#e4f5eb;border-color:#bdddc9;color:#0e6e51}
 #how .mw-question{display:flex;align-items:flex-start;gap:10px;margin:14px 0 0;padding:13px 12px;border:1px solid #eedcb7;border-radius:10px;background:#fff8e9;color:#805f24}
 #how .mw-question>svg{width:19px;height:19px;margin-top:2px}
 #how .mw-question>div{min-width:0}
 #how .mw-question strong{display:block;font-size:14px;line-height:1.4;font-weight:650}
 #how .mw-question p{margin:5px 0 0;font-size:14px;line-height:1.5;color:#806942}
 #how .mw-secondary-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:8px}
 #how .mw-secondary-actions button,#how .mw-cancel{display:flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:9px 6px;border:1px solid #aacdbc;border-radius:8px;background:white;color:#225e46;font-size:14px;line-height:1.3;font-weight:600}
 #how .mw-secondary-actions svg{width:15px;height:15px}
 #how .mw-file{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid #d2e0d7;border-radius:12px;background:#fff}
 #how .mw-file>img{width:56px;height:76px;object-fit:contain;flex-shrink:0;border:1px solid #e4e9e5;box-shadow:0 2px 5px #2d4c3210}
 #how .mw-file>div{min-width:0}
 #how .mw-file strong{display:block;font-size:16px;line-height:1.4;overflow-wrap:anywhere}
 #how .mw-file span{display:block;margin-top:3px;color:#65756d;font-size:14px}
 #how .mw-file small{display:block;margin-top:7px;color:#52715f;font-size:12px;line-height:1.4}
 #how .mw-inclusions{margin:22px 0}
 #how .mw-inclusions h4{margin:0 0 12px;font-size:16px;line-height:1.4;font-weight:650;letter-spacing:-.25px}
 #how .mw-inclusions ul{padding:0;margin:0;list-style:none;display:grid;gap:12px}
 #how .mw-inclusions li{display:flex;align-items:center;gap:10px;font-size:16px;line-height:1.4}
 #how .mw-inclusions i{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e4f2e9;color:#1b7853}
 #how .mw-inclusions svg{width:15px;height:15px;stroke-width:2}
 #how .mw-retained-note{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #cce3d6;border-radius:8px;background:#eaf6ef;font-size:14px;color:#39654e}
 #how .mw-retained-note svg{width:19px;height:19px}
 #how .mw-demo-note{display:block;text-align:center;font-size:12px;line-height:1.5;color:#6a7a6f}
 #how .mw-back{display:inline-flex;align-items:center;gap:8px;min-height:44px;margin:-10px 0 12px;padding:8px 0;border:0;background:none;color:#0d6b51;font-size:14px;font-weight:600}
 #how .mw-back svg{width:17px;height:17px}
 #how .mw-evidence{display:grid;gap:10px}
 #how .mw-evidence details{border:1px solid #d2e2d7;border-radius:10px;background:#fff}
 #how .mw-evidence summary{display:flex;align-items:center;gap:10px;min-height:74px;padding:12px;list-style:none;cursor:pointer}
 #how .mw-evidence summary::-webkit-details-marker{display:none}
 #how .mw-evidence summary>img{width:44px;height:48px;object-fit:cover;border-radius:5px;flex-shrink:0}
 #how .mw-evidence summary>span{flex:1;min-width:0}
 #how .mw-evidence strong{display:block;font-size:14px;line-height:1.4;font-weight:650}
 #how .mw-evidence small{display:block;font-size:12px;line-height:1.4;margin-top:3px;color:#6b7b70}
 #how .mw-evidence summary>svg{width:16px;height:16px}
 #how .mw-evidence details[open] summary>svg{transform:rotate(90deg)}
 #how .mw-evidence details>div{padding:0 12px 12px}
 #how .mw-evidence p{margin:0;font-size:14px;line-height:1.55;color:#516c5b}
 #how .mw-evidence a{display:inline-flex;align-items:center;min-height:44px;margin-top:5px;color:#0b7253;font-size:14px;font-weight:600}
 #how #mw-edit-form label{display:block;font-size:14px;font-weight:650;margin-bottom:9px}
 #how #mw-edit-form textarea{display:block;width:100%;max-height:none;min-height:210px;padding:13px;border:1px solid #a7cbb7;border-radius:9px;background:white;color:#183f2b;font:400 16px/1.6 "OPEF Jakarta",var(--font-sans);resize:none;overflow:hidden}
 #how .mw-report-preview{padding:18px;border:1px solid #d8e1db;border-radius:8px;background:white;box-shadow:0 5px 12px #243c2305}
 #how .mw-report-preview>header{padding-bottom:16px;border-bottom:1px solid #ccd9cf;margin-bottom:18px}
 #how .mw-report-preview small{font-size:12px;color:#647965}
 #how .mw-report-preview h4{margin:8px 0;font:650 19px/1.3 "OPEF Jakarta",var(--font-sans);letter-spacing:-.4px}
 #how .mw-report-preview h5{font-size:16px;margin:0 0 10px;line-height:1.4}
 #how .mw-report-preview p{margin:0;font-size:16px;line-height:1.6;color:#425c47;overflow-wrap:anywhere}
 #how .mw-report-preview header p{font-size:13px}
 #how .mw-report-review{margin:16px 0 12px;font-size:14px;color:#247451;font-weight:600}
 #how .mw-report-preview aside{padding:12px;border-radius:7px;background:#fff8e9;color:#806427}
 #how .mw-report-preview aside strong{font-size:14px;font-weight:650}
 #how .mw-report-preview aside p{margin-top:6px;font-size:14px;color:#806427}
 #how .mw-report-preview footer{display:block;padding:16px 0 0;margin-top:16px;border-top:1px solid #e4ebe4;background:transparent;font-size:12px;line-height:1.5;color:#718071}
 #how .mw-inline-notice{padding:12px;margin:0 0 16px;border-radius:8px;background:#e7f4ec;color:#276548;font-size:14px;line-height:1.5}
 #how .mw-writing .mw-word{animation:mw-word-in .2s both;animation-delay:calc(var(--word-index)*36ms)}
 #how .mw-writing-dot{width:7px;height:7px;margin-left:auto;border-radius:50%;background:#108264;animation:mw-writing-pulse .9s ease-in-out infinite alternate}
 @keyframes mw-word-in{from{opacity:0}to{opacity:1}}
 @keyframes mw-writing-pulse{from{opacity:.35}to{opacity:1}}
}
@media(max-width:360px){
 #how .mw-header{padding-inline:16px}
 #how .mw-project{padding-inline:16px;gap:9px}
 #how .mw-project strong{font-size:15px}
 #how .mw-project button{flex-basis:44px}
 #how .mw-tabs{margin-inline:10px}
 #how .mw-tabs button{font-size:13px;gap:2px}
 #how .mw-stage{padding-inline:14px}
 #how .mw-intro h3{font-size:24px}
 #how .mw-footer{padding-inline:14px}
 #how .mw-source-list li{gap:8px;padding-inline:10px}
 #how .mw-finding{padding:13px}
 #how .mw-secondary-actions{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
 #how .mw-word,#how .mw-writing-dot{animation:none!important;opacity:1!important}
 #how .mw-progress i{transition:none}
}
