.mswd-host{--mswd-ink:#173b57;--mswd-muted:#637684;--mswd-accent:#ea6a22;--mswd-blue:#187aa0;--mswd-border:#d4dee4;--mswd-bg:#f3f6f8}
html.mswd-locked,body.mswd-locked{overflow:hidden!important}
.mswd-host [hidden]{display:none!important}
.mswd-launcher{width:100%;min-height:48px;padding:12px 18px;border:0;border-radius:9px;background:var(--mswd-ink);color:#fff;font-weight:800;cursor:pointer}
.mswd-app{position:fixed!important;inset:0!important;z-index:2147483640!important;width:100vw!important;height:100vh!important;margin:0!important;overflow:auto;background:var(--mswd-bg)!important;color:var(--mswd-ink);font:14px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;isolation:isolate}
.mswd-app *{box-sizing:border-box}
.mswd-app button,.mswd-app input,.mswd-app select{font:inherit;letter-spacing:normal;text-transform:none}
.mswd-app button,.mswd-app .mswd-file{padding:8px 11px;min-height:38px;border:1px solid #b8c5ce;border-radius:7px;background:#fff;color:var(--mswd-ink);font-size:12px;font-weight:700;cursor:pointer;box-shadow:none}
.mswd-app button:hover{border-color:var(--mswd-accent);background:#fff7ed}
.mswd-app button:disabled{opacity:.45;cursor:not-allowed}
.mswd-app button:focus-visible,.mswd-app input:focus-visible,.mswd-app select:focus-visible{outline:3px solid #ea6a2260;outline-offset:1px}
.mswd-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 22px;background:#fff;border-bottom:1px solid var(--mswd-border)}
.mswd-app .mswd-header h2{margin:1px 0;font-size:27px;line-height:1.15;color:var(--mswd-ink)}
.mswd-header p{margin:0;font-size:12px;color:var(--mswd-muted)}
.mswd-header .mswd-kicker{color:var(--mswd-accent);font-size:10px;font-weight:850;letter-spacing:.12em}
.mswd-header-actions{display:flex;align-items:center;gap:8px}
.mswd-status{padding:8px 12px;border-radius:999px;background:#edf3f6;color:var(--mswd-ink);font-size:12px}
.mswd-status[data-error=true]{background:#fff1df;color:#855b11}
.mswd-projectbar{display:grid;grid-template-columns:minmax(240px,.5fr) minmax(0,1.5fr);gap:12px;max-width:1800px;width:calc(100% - 36px);margin:12px auto;padding:12px 15px;border:1px solid var(--mswd-border);border-radius:10px;background:#fff}
.mswd-projectbar>div:first-child{display:grid;gap:2px;min-width:0}
.mswd-projectbar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.mswd-projectbar small,.mswd-visual small{color:var(--mswd-accent);font-size:10px;font-weight:800;letter-spacing:.08em}
.mswd-projectbar span{font-size:11px;color:var(--mswd-muted)}
.mswd-project-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;align-items:center}
.mswd-project-actions label{position:relative;overflow:hidden;border:1px solid #b8c5ce;border-radius:7px;padding:8px 11px;font-size:12px;cursor:pointer}
.mswd-project-actions input,.mswd-file input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.mswd-file{position:relative;overflow:hidden;display:block}
.mswd-project-actions select{max-width:220px;border:1px solid #b8c5ce;border-radius:7px;min-height:38px;background:#fff;font-size:12px;color:var(--mswd-ink)}
.mswd-steps{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));max-width:1800px;width:calc(100% - 36px);margin:0 auto 12px;overflow:hidden;border:1px solid var(--mswd-border);border-radius:9px;background:#fff}
.mswd-steps button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:47px;border:0;border-right:1px solid var(--mswd-border);border-radius:0}
.mswd-steps span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e7eef2;font-size:11px}
.mswd-steps .is-active{background:#fff6eb;color:#b54a12}.mswd-steps .is-active span{background:var(--mswd-accent);color:white}
.mswd-workspace{display:grid;grid-template-columns:minmax(390px,560px) minmax(520px,1fr);gap:14px;max-width:1800px;width:calc(100% - 36px);margin:0 auto 18px}
.mswd-input,.mswd-visual{min-width:0;border:1px solid var(--mswd-border);border-radius:11px;background:#fff}
.mswd-input{padding:16px;max-height:calc(100vh - 270px);min-height:400px;overflow:auto}
.mswd-title h3,.mswd-visual h3{margin:0;color:var(--mswd-ink);font-size:19px}
.mswd-group{margin-top:16px;padding-top:12px;border-top:1px solid #e0e8ec}
.mswd-group h4{display:flex;align-items:center;justify-content:space-between;gap:6px;margin:0 0 10px;color:var(--mswd-ink);font-size:13px}
.mswd-group .mswd-delete{min-height:26px;padding:3px 7px;font-size:10px;color:#9c3d27}
.mswd-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.mswd-field{display:grid;align-content:start;gap:4px;color:#47606f;font-size:11px;font-weight:650}
.mswd-field small{color:var(--mswd-muted);font-size:10px}
.mswd-field>span{min-height:17px}
.mswd-field input,.mswd-field select{min-width:0;width:100%;height:38px;margin:0;padding:7px 8px;border:1px solid #b8c7cf;border-radius:7px;background:#fff;color:var(--mswd-ink);font-size:13px;box-shadow:none}
.mswd-field input[readonly],.mswd-field select:disabled{background:#eef3f5;color:#5b7583}
.mswd-field.mswd-checkbox{display:flex;align-items:center;align-self:center;gap:8px;min-height:38px;flex-wrap:wrap}
.mswd-checkbox input{width:17px;height:17px;accent-color:var(--mswd-accent)}
.mswd-field-error{display:block;color:#a02929!important}.mswd-field-error:empty{display:none}
.mswd-field input[aria-invalid=true],.mswd-field select[aria-invalid=true]{border-color:#b83232}
.mswd-note{margin:8px 0 0;color:var(--mswd-muted);font-size:11px;line-height:1.45}
.mswd-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:14px}
.mswd-metrics div{padding:10px;border:1px solid #dce5e9;border-radius:8px;background:#f6f9fb}
.mswd-metrics strong{display:block;font-size:17px}.mswd-metrics span{font-size:10px;color:var(--mswd-muted)}
.mswd-actions{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}
.mswd-table-wrap{overflow:auto}.mswd-parts{width:100%;border-collapse:collapse;font-size:11px}
.mswd-parts th,.mswd-parts td{padding:7px;border-bottom:1px solid #e1e8ec;text-align:left}
.mswd-visual{display:flex;flex-direction:column;overflow:hidden;min-height:610px;max-height:calc(100vh - 270px)}
.mswd-visual>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 15px;border-bottom:1px solid var(--mswd-border)}
.mswd-view-tabs{display:flex;gap:3px;flex-wrap:wrap}.mswd-view-tabs button{padding:5px 8px;min-height:30px;font-size:11px}.mswd-view-tabs .is-active{background:#fff2e6;color:#b54a12;border-color:#eda877}
.mswd-view-tools{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:7px 10px;background:#f8fafc;border-bottom:1px solid #e0e7ec}
.mswd-view-tools label{display:flex;align-items:center;gap:5px;font-size:10px}
.mswd-view-tools select{max-width:190px;font-size:11px;min-height:30px}
.mswd-view-tools input[type=range]{width:80px;accent-color:var(--mswd-accent)}
.mswd-view-tools button{padding:3px 7px;min-height:28px;font-size:10px}
.mswd-canvas{flex:1;min-height:280px;background:linear-gradient(180deg,#fafcfd,#eaf1f5);overflow:hidden}
.mswd-canvas svg{display:block;width:100%;height:100%;min-height:280px}
.mswd-visual>footer{display:flex;justify-content:space-between;gap:10px;padding:9px 13px;border-top:1px solid var(--mswd-border);font-size:10px}
.mswd-legend{display:flex;flex-wrap:wrap;gap:10px}.mswd-legend i{display:inline-block;width:16px;height:3px;margin-right:4px;vertical-align:middle}
.mswd-legend .wing{background:var(--mswd-ink)}.mswd-legend .spar{background:var(--mswd-accent)}.mswd-legend .control{background:#16805a}.mswd-legend .joiner{background:#8b5aa5}
.mswd-visual-note{margin:0;padding:8px 13px;color:#5b7180;background:#f7fafb;font-size:11px;border-top:1px solid #e3eaee}
.mswd-toast{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);z-index:30;max-width:90vw;padding:12px 16px;border:1px solid #a2b9c7;border-radius:9px;background:#fff;color:var(--mswd-ink);box-shadow:0 5px 24px #173b5728}
.mswd-toast[data-error=true]{border-color:#bd6b63;color:#923828}
.mswd-airfoil{fill:#fdfbf5;stroke:#173b57;stroke-width:1.8}.mswd-hole{fill:#edf3f6;stroke:#187aa0;stroke-width:1.4}
.mswd-rib{fill:none;stroke:#839fab;stroke-width:1}.mswd-edge{fill:none;stroke:#173b57;stroke-width:2}
.mswd-spar-line{fill:none;stroke:#ea6a22;stroke-width:3}.mswd-joiner-line{fill:none;stroke:#8b5aa5;stroke-width:6;stroke-linecap:round}
.mswd-control-shape{fill:#35a67533;stroke:#16805a;stroke-width:1.8}.mswd-servo{fill:#eec44e55;stroke:#947600;stroke-width:1.6}
.mswd-sheet{fill:#fff;stroke:#bdcad2;stroke-width:1.8}.mswd-dim{fill:none;stroke:#5d7184;stroke-width:2;stroke-dasharray:7 4}
.mswd-label{fill:#29495b;font-size:10px;font-weight:650;paint-order:stroke;stroke:white;stroke-width:2px}
@media(max-width:1050px){.mswd-workspace{grid-template-columns:1fr}.mswd-input{max-height:none}.mswd-visual{max-height:none;min-height:590px}.mswd-canvas{height:430px;flex:auto}.mswd-projectbar{grid-template-columns:1fr}.mswd-project-actions{justify-content:flex-start}.mswd-steps{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.mswd-header{align-items:flex-start;flex-direction:column;padding:12px}.mswd-header-actions{width:100%;justify-content:space-between}.mswd-projectbar,.mswd-workspace,.mswd-steps{width:calc(100% - 20px)}.mswd-fields{grid-template-columns:1fr}.mswd-steps{grid-template-columns:repeat(2,1fr)}.mswd-visual>header,.mswd-visual>footer{align-items:flex-start;flex-direction:column}.mswd-visual{min-height:500px}.mswd-canvas{height:330px}.mswd-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.mswd-project-actions>*{flex:1 1 130px}.mswd-project-actions select{max-width:none}}

.mswd-host .mswd-neutral{fill:none;stroke:#b98626;stroke-width:1.1;stroke-dasharray:6 4;vector-effect:non-scaling-stroke}
.mswd-host .mswd-hole-3d{fill:none;stroke:#59958b;stroke-width:.65;vector-effect:non-scaling-stroke}
.mswd-host .mswd-build-rod{fill:none;stroke:#ad7621;stroke-width:3;vector-effect:non-scaling-stroke}
.mswd-host .mswd-pin-line{fill:none;stroke:#885aa2;stroke-width:3;vector-effect:non-scaling-stroke}
.mswd-host .mswd-board{fill:none;stroke:#bd9253;stroke-width:1;stroke-dasharray:6 4;vector-effect:non-scaling-stroke}
.mswd-host .mswd-build-support{fill:none;stroke:#ad7621;stroke-width:2;stroke-dasharray:4 3;vector-effect:non-scaling-stroke}

.mswd-host .mswd-web-shape{fill:#e8b26433;stroke:#b1771d;stroke-width:1;vector-effect:non-scaling-stroke}
.mswd-host .mswd-helper-shape{fill:#b7c1cc15;stroke:#8193a7;stroke-width:1;vector-effect:non-scaling-stroke}
.mswd-host [data-select-part]{max-width:220px}
.mswd-host .mswd-conflict-shape{fill:#d6474733;stroke:#b52828;stroke-width:2;vector-effect:non-scaling-stroke}
.mswd-host [data-select-sheet]{max-width:250px}

/* Beplankung: persistent contour and accessible direct manipulation handles. */
.mswd-host .mswd-skin-area{fill:#f59e0b14;stroke:none;pointer-events:none}
.mswd-host .mswd-skin-edge{fill:none;stroke:#d97706;stroke-width:2.5;stroke-linejoin:round;pointer-events:none}
.mswd-host .mswd-skin-node{fill:#fff7ed;stroke:#b45309;stroke-width:3;cursor:grab;touch-action:none}
.mswd-host .mswd-skin-node:focus{outline:none;fill:#fbbf24;stroke:#0f172a;stroke-width:4}
.mswd-host .mswd-node-label{fill:#92400e;pointer-events:none}
.mswd-host .mswd-outer-profile{fill:none;stroke:#64748b;stroke-width:1.4;stroke-dasharray:5 4}
.mswd-host .mswd-control-section{fill:#dbeafe;stroke:#2563eb;stroke-width:1.4}
.mswd-host .mswd-closure-section{fill:#d6c3a2;stroke:#735a33;stroke-width:1.4}

.mswd-host .mswd-skin-panel{fill:#f59e0b08;stroke:#d9770680;stroke-width:.8;pointer-events:none}

.mswd-host .mswd-selection{padding:8px 14px;color:#173b57;background:#fff7ed;border-block:1px solid #ead6c0;font-weight:600;font-size:12px}
.mswd-host .mswd-display{padding:8px 14px;border-bottom:1px solid var(--mswd-border);font-size:12px}.mswd-host .mswd-display summary{cursor:pointer;font-weight:700}.mswd-host [data-layers]{display:flex;flex-wrap:wrap;gap:8px 14px;margin:10px 0}.mswd-host [data-layers] label{display:flex;align-items:center;gap:4px}
.mswd-host .mswd-group.is-editing{border-left:4px solid #d97706;background:#fffaf4}
.mswd-host [data-visual-svg]{touch-action:none;user-select:none;cursor:grab}.mswd-host [data-visual-svg].is-dragging{cursor:grabbing}
.mswd-host .mswd-pick{pointer-events:stroke;cursor:pointer}.mswd-host .mswd-pick:hover{stroke:#c26912;stroke-width:3}
.mswd-host .mswd-selected{stroke:#c026d3!important;stroke-width:3!important}.mswd-host .mswd-edit-grip{fill:#fff;stroke:#a21caf;stroke-width:3;cursor:move;touch-action:none}.mswd-host .mswd-edit-grip:focus{fill:#f5d0fe;outline:none}

.mswd-host .mswd-mechanical-warning{border-left:3px solid #bd6600;padding:8px;background:#fff3df;color:#733c00}.mswd-host .mswd-linkage{fill:none;stroke:#c03b6e;stroke-width:2.5;vector-effect:non-scaling-stroke}.mswd-host [data-mechanism-result],.mswd-host [data-motion-result]{grid-column:1/-1}

.mswd-calculation-bar{display:flex;align-items:center;gap:14px;padding:10px 18px;background:#fff4e4;border-bottom:1px solid #ebd4ae}.mswd-calculation-bar span{font-size:13px}.mswd-calculation-bar button{font-weight:700;padding:9px 24px}

/* Wide invisible, screen-space hit zone; the visible contour keeps its true width. */
.mswd-host .mswd-hit-zone{fill:none;stroke:transparent;stroke-width:12px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;pointer-events:stroke;cursor:pointer}
.mswd-host .mswd-pick-group:hover .mswd-pick{stroke:#c26912;stroke-width:3}
.mswd-host .mswd-label{pointer-events:none}

.mswd-app [data-export-reason]{display:block;font-weight:400;font-size:12px;line-height:1.4;margin-top:6px;white-space:normal}.mswd-app [data-export-reason][hidden]{display:none}.mswd-app [data-export-conflicts] button{display:block;text-align:left;margin:6px 0;max-width:100%;white-space:normal}.mswd-app .mswd-calculation-bar{flex-wrap:wrap}

.mswd-input-issues{max-width:1800px;width:calc(100% - 36px);max-height:180px;overflow:auto;margin:0 auto 8px;padding:10px 14px;border:1px solid #c79532;border-radius:6px;background:#fff8e8;color:#493710;font-size:13px}.mswd-input-issues[hidden]{display:none}.mswd-input-issues p{margin:6px 0}.mswd-input-issues ul{margin:6px 0;padding-left:20px}.mswd-input-issues li button{text-align:left;white-space:normal;margin:2px 0}

/* Section reference colours; deliberately separate from fabrication layers. */
.mswd-host .mswd-torsion-fixed-rib{fill:#233de9;fill-opacity:.3;stroke:#1738ae;stroke-width:1.4}
.mswd-host .mswd-torsion-rudder-rib{fill:#35cf36;fill-opacity:.3;stroke:#168428;stroke-width:1.4}
.mswd-host .mswd-torsion-fixed-web{fill:#ba24cc;stroke:#68106f;stroke-width:1.4}
.mswd-host .mswd-torsion-web{fill:#d8954c;stroke:#784313;stroke-width:1.4}
.mswd-host .mswd-torsion-cap{fill:#e9be7b;stroke:#85521c;stroke-width:1.4}
.mswd-host .mswd-torsion-bore{fill:#fff;stroke:#17559e;stroke-width:1.5}

.mswd-host .mswd-torsion-skin{fill:#f3cf86;fill-opacity:.7;stroke:#ad791b;stroke-width:.8}

.mswd-host .mswd-torsion-nose{fill:none;stroke:#168428;stroke-width:2.2}
.mswd-host .mswd-torsion-gap{fill:none;stroke:#636b77;stroke-width:1.2;stroke-dasharray:5 4}

/* Export review: visible text as well as color, operable with keyboard. */
.mswd-parts .mswd-part-conflict{background:#fff1dd;border-left:4px solid #a74d0b}
.mswd-parts .mswd-part-conflict td{color:#65330e}
.mswd-parts td button[data-list-part]{font:inherit;font-weight:700;text-decoration:underline;min-height:32px}
.mswd-parts td details{max-width:34rem;white-space:normal}
.mswd-parts td details p{margin:6px 0}
.mswd-export-review{margin-top:12px;padding:12px;border:1px solid #b87935;background:#fff7e9;border-radius:6px}
.mswd-export-review label{display:flex;align-items:flex-start;gap:8px;font-weight:600}
.mswd-export-review p{font-size:12px;line-height:1.5;margin:8px 0 0}
.mswd-export-review[hidden]{display:none}

.mswd-host .mswd-torsion-bearing-moving{fill:#d9a82e;fill-opacity:.75;stroke:#725000;stroke-width:1.6}
.mswd-host .mswd-torsion-bearing-fixed{fill:none;stroke:#8b460c;stroke-width:1.8;stroke-dasharray:4 2}

/* Hohlkehlen-Fertigungsbaugruppe */
.mswd-hollow-fixed-web{fill:#a447ae;fill-opacity:.35;stroke:#80368c;stroke-width:1.2}
.mswd-hollow-moving-web{fill:#b77638;fill-opacity:.4;stroke:#8a501d;stroke-width:1.2}
.mswd-hollow-cap{fill:#c79554;fill-opacity:.45;stroke:#8a501d;stroke-width:1.2}
.mswd-hollow-edge{fill:none;stroke:#815d3b;stroke-width:.7;opacity:.7}
.mswd-hollow-axis{fill:none;stroke:#ce255c;stroke-width:1.5;stroke-dasharray:7 3}

.mswd-hollow-envelope{fill:none;stroke:#12864e;stroke-width:1.2;stroke-dasharray:5 3}

.mswd-host .mswd-engraving{fill:none;stroke:#004754;stroke-width:1.2}

.mswd-host .mswd-rejected-opening{fill:#d6474718;stroke:#b52828;stroke-width:2;stroke-dasharray:5 3;vector-effect:non-scaling-stroke}

.mswd-input-target{outline:3px solid #f47721!important;outline-offset:3px;background:#fff6e9!important}.mswd-conflict-solutions{border-left:3px solid #f47721;padding-left:10px;margin:10px 0}.mswd-conflict-solutions button{margin:3px 6px 3px 0;text-align:left}

/* Field help stays outside labels; no geometry work on opening/closing. */
.mswd-help-field{position:relative;min-width:0}.mswd-help-field>.mswd-field>span{padding-right:30px;min-height:28px}.mswd-help-field>.mswd-help-toggle{position:absolute;right:0;top:0;min-width:26px;min-height:26px;padding:2px;border-radius:50%;line-height:20px;background:#f2f7fa;color:#164667}.mswd-help-toggle:focus-visible{outline:2px solid #ef701b;outline-offset:2px}.mswd-help-text{display:block;margin:5px 0 10px;padding:9px;border-left:3px solid #ef701b;background:#fff5e9;color:#173b57;line-height:1.5}.mswd-help-text[hidden]{display:none}.mswd-help-field .mswd-field{width:100%}
/* Freigegebenes Bedienkonzept 2026-09-16: Änderungen nur mit ausdrücklicher Nutzerfreigabe. */
.mswd-guided-mode,.mswd-guided-footer{max-width:1800px;width:calc(100% - 36px);margin:12px auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.mswd-guided-mode>div,.mswd-guided-subnav{display:flex;gap:7px;flex-wrap:wrap}.mswd-guided-subnav{margin-top:12px}
.mswd-guided-mode button[aria-pressed=true],.mswd-guided-subnav button[aria-pressed=true]{border-color:var(--mswd-accent);background:#fff6eb;color:#b54a12}
.mswd-guided-steps{grid-template-columns:repeat(6,minmax(0,1fr))}
.mswd-guided-group>summary{color:var(--mswd-ink);font-weight:700;font-size:13px;cursor:pointer;overflow-wrap:anywhere}
.mswd-guided-group[open]>summary{margin-bottom:12px}.mswd-guided-group>summary .mswd-delete{float:right}
.mswd-guided-footer{padding:12px 0 20px}.mswd-guided-footer span{font-size:12px}
.mswd-app .mswd-mobile-jump{display:none}
.mswd-app[data-guided=true] .mswd-input{max-height:none;overflow:visible}
@media(min-width:1051px){.mswd-app[data-guided=true] .mswd-visual{position:sticky;top:12px;align-self:start;max-height:none;min-height:0;height:calc(100dvh - 24px)}.mswd-app[data-guided=true] .mswd-canvas,.mswd-app[data-guided=true] .mswd-canvas svg{min-height:120px}.mswd-app[data-guided=true] .mswd-visual{overflow:auto}}
@media(max-width:1050px){.mswd-guided-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.mswd-app .mswd-mobile-jump{display:flex}.mswd-app[data-guided=true] .mswd-workspace{display:flex;flex-direction:column}.mswd-app[data-guided=true] .mswd-visual{order:-1;min-height:0}.mswd-app[data-guided=true] .mswd-canvas{height:250px;min-height:180px}.mswd-app[data-guided=true] .mswd-canvas svg{min-height:180px}.mswd-app .mswd-guided-mode{position:sticky;top:0;z-index:5;background:#f3f6f8;padding:8px 0}.mswd-app input,.mswd-app select{font-size:16px}}
@media(max-width:600px){.mswd-guided-mode,.mswd-guided-footer{width:calc(100% - 20px)}.mswd-guided-mode>div{width:100%}.mswd-guided-mode button{flex:1}.mswd-guided-steps button{overflow-wrap:anywhere;font-size:11px}.mswd-guided-group>summary .mswd-delete{float:none;margin-left:8px}}
@media(pointer:coarse){.mswd-guided-mode button,.mswd-guided-subnav button,.mswd-guided-footer button,.mswd-guided-group>summary{min-height:44px}}
