:root{font:15px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#173e3a;background:#f3f7f5;--teal:#09796c;--border:#d9e4df;--muted:#54746e}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,.file-button{cursor:pointer;border:1px solid #b9cec5;background:#fff;color:#174d44;border-radius:9px;padding:9px 14px;font-weight:600}button:hover{background:#e3f1eb}button:disabled{opacity:.5;cursor:wait}.primary{background:var(--teal);border-color:var(--teal);color:white}.primary:hover{background:#08675c}.danger{color:#9a3c37}.topbar{display:flex;align-items:center;gap:24px;padding:15px 4%;background:white;border-bottom:1px solid var(--border)}.brand{color:var(--teal);font-size:23px;text-decoration:none;white-space:nowrap}.brand b{font-size:16px;letter-spacing:2px;margin-left:8px}.badge{margin-left:auto;font-size:12px;border:1px solid var(--border);border-radius:25px;padding:5px 10px;background:#f4f8f6}.navigation{display:flex;gap:8px;padding:12px 4%;background:#fff;overflow-x:auto;border-bottom:1px solid var(--border)}.navigation button{white-space:nowrap;border-color:transparent}.navigation .active{background:#e0efe7;border-color:#a6c9b5;color:#165540}main{max-width:1500px;margin:auto;padding:25px 4% 50px}.hero{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:5px 0 25px}.hero>div:first-child{max-width:750px}.hero>div:last-child:not(:first-child){min-width:240px}.eyebrow{font-size:11px;letter-spacing:1.6px;font-weight:750;color:var(--teal);margin:0 0 8px}h1{font-size:38px;line-height:1.15;letter-spacing:-1px;margin:7px 0 16px}h2{font-size:21px;line-height:1.3;margin:0 0 14px}h3{font-size:16px;margin:16px 0 8px}p{margin:8px 0 15px}.model-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px}.panel{background:white;border:1px solid var(--border);border-radius:15px;padding:23px;min-width:0;box-shadow:0 3px 12px #173e3a05}.controls{align-self:start;position:sticky;top:12px;max-height:calc(100vh - 24px);overflow:auto}.results{display:grid;gap:20px}.pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.split{display:grid;grid-template-columns:210px minmax(0,1fr);gap:20px;align-items:center}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}label{display:block;font-size:13px;color:#385e55;margin-bottom:12px;font-weight:600}input,select,textarea{display:block;width:100%;border:1px solid #bdcec7;border-radius:7px;color:#21453c;background:white;padding:8px 10px;margin-top:5px;min-width:0}textarea{resize:vertical}.check{display:flex;align-items:center;gap:9px}.check input{width:17px;height:17px;margin:0}.controls button.primary{width:100%;margin:10px 0}.actions{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}details{border-top:1px solid var(--border);padding-top:12px;margin-top:12px}summary{cursor:pointer;font-weight:600;margin-bottom:12px}fieldset{border:0;padding:0;margin:0;min-width:0}.muted,.explanation{color:var(--muted);font-size:13px}.metric-row{display:flex;gap:12px;flex-wrap:wrap;margin:15px 0}.metric{padding:12px 16px;background:#f0f6f2;border-radius:10px;flex:1;min-width:125px}.metric strong{display:block;font-size:23px;color:#164c3b}.metric small{color:var(--muted)}table{border-collapse:collapse;width:100%;font-size:13px;margin:14px 0}th,td{padding:9px 8px;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:650;color:#56756b}.table-wrap{overflow:auto}.good{color:#147756}.warn{color:#9f5b13}.summary{background:#173e3a;color:white;border-radius:13px;padding:15px 20px}.summary b{color:#a9edd0}svg{width:100%;height:auto;display:block}#sun-dial{max-width:220px}#iso-map{max-height:440px}.legend{display:flex;gap:12px;font-size:12px;flex-wrap:wrap}.legend span:before{content:'';display:inline-block;width:10px;height:10px;margin-right:5px;border-radius:2px}.forward:before{background:#b9dff2}.reverse:before{background:#ead7b3}.intersection:before{background:#7cceb0}pre{background:#f0f5f2;border-radius:8px;padding:15px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px}code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;background:#edf4f1;border-radius:5px;padding:2px 5px}#guided-status{background:#edf6f2;border-radius:10px;padding:11px 14px;margin:12px 0}#guided-status p{margin:2px 0}.guided-presentation{margin-bottom:20px}#notice{position:sticky;top:0;z-index:10;background:#fff2cd;color:#705013;padding:12px 4%;border-bottom:1px solid #e1ca88}#tour-strip{padding:13px 4%;display:flex;align-items:center;gap:18px;background:#e1efe7}#tour-strip span{flex:1}#tour-strip[hidden],[hidden]{display:none!important}.frame-view iframe{display:block;width:100%;height:calc(100vh - 143px);min-height:600px;border:0}.file-button{font-size:13px;display:inline-block;margin:0}.file-button input{display:none}.plan{padding:14px 0;border-bottom:1px solid var(--border)}.plan b{display:block}audio{width:100%;margin:10px 0}footer{text-align:center;color:#678176;font-size:12px;padding:20px}.bar{height:9px;background:#d8e7df;border-radius:6px;margin:8px 0}.bar span{display:block;height:100%;background:#e5a95b;border-radius:6px}.tile-note{font-size:11px;fill:#34524a}@media(max-width:1000px){.model-layout{grid-template-columns:260px minmax(0,1fr)}.split{grid-template-columns:1fr}#sun-dial{margin:auto}.topbar{gap:15px}.controls{position:static;max-height:none}}@media(max-width:700px){.topbar{flex-wrap:wrap;padding:12px 4%;gap:10px}.topbar>span:not(.badge){display:none}.topbar #tour{font-size:12px}.badge{font-size:10px}.hero{display:block}.hero>div:last-child:not(:first-child){margin-top:20px}h1{font-size:30px}.model-layout,.account-grid{grid-template-columns:1fr}.panel{padding:18px}.controls{position:static}.metric{min-width:100px}.metric strong{font-size:20px}#tour-strip{align-items:flex-start;flex-wrap:wrap;gap:10px}#tour-strip span{flex-basis:100%}.frame-view iframe{height:calc(100vh - 151px)}main{padding-top:20px}.navigation{gap:3px}.navigation button{font-size:13px;padding:8px 10px}}

.rehearsal{margin-bottom:24px;background:linear-gradient(110deg,#e8f4eb,#fff);border-color:#b5d4c0}.rehearsal>div:first-child{max-width:850px}.scene-progress{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0}.scene-progress span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#dbe7df;color:#4f7061;font-size:12px}.scene-progress .done{background:#156b51;color:white}.scene-progress .next{outline:2px solid #d2a354;background:#fff3d8}#showcase-readiness{font-size:12px;padding:12px 14px;border-radius:8px;background:#dcebe3;color:#285947}
.orchestration-controls{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:20px;padding-top:18px;border-top:1px solid var(--border)}.role-row{display:grid;grid-template-columns:minmax(110px,1fr) minmax(150px,1fr);gap:10px;align-items:center;padding:7px 0;border-bottom:1px solid var(--border)}.role-row label{margin:0}.device-kind{display:inline-block;margin-left:6px;padding:2px 7px;border-radius:999px;background:#e5f1eb;color:#245d4c;font-size:10px;font-weight:650}.guided-presentation .plan span{display:block;color:var(--muted);font-size:12px}.guided-presentation button{margin-bottom:2px}@media(max-width:700px){.orchestration-controls,.role-row{grid-template-columns:1fr}.role-row{gap:2px}}
.active-route-panel{margin-top:20px;padding:0;overflow:hidden}.active-route-panel>.section-head,.active-route-panel>p{padding-left:23px;padding-right:23px}.active-route-panel>.section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:22px}.active-route-panel iframe{display:block;width:100%;height:760px;border:0;border-top:1px solid var(--border);margin-top:18px}@media(max-width:700px){.active-route-panel>.section-head{align-items:flex-start;flex-direction:column}.active-route-panel iframe{height:680px}}
.geographic-map{height:420px;min-height:280px;width:100%;border-radius:16px;overflow:hidden}
.actions{gap:12px;row-gap:12px}.actions button{margin-block:4px}#device-feature-controls{margin-block:16px}
.story-runbook{display:grid;grid-template-columns:minmax(0,3fr) minmax(230px,2fr);gap:24px;margin-top:22px}.story-cue{align-self:start;background:#edf6f2;border-radius:12px;padding:18px}.story-cue p:last-child{font-size:13px;color:var(--muted)}#phone-story-chapters{padding-left:28px;margin:0}#phone-story-chapters li{padding:10px 12px;border-bottom:1px solid var(--border);border-left:3px solid transparent}#phone-story-chapters li[aria-current="step"]{border-left-color:var(--teal);background:#edf6f2}#phone-story-chapters strong{display:block}#phone-story-chapters small{color:var(--muted)}#phone-story-chapters .chapter-done{color:#147756}#phone-story-selection{margin:15px 0}#phone-story-selection legend{font-weight:650;margin-bottom:10px}#phone-story-selection label{padding:9px 12px;background:#f3f7f5;border-radius:9px;overflow-wrap:anywhere}#phone-story-selection input{flex-shrink:0}#phone-story-readiness{padding-left:22px}#phone-story-readiness li{margin-bottom:8px;color:#865219}#phone-story-readiness .good{color:#147756}#phone-story-devices p{display:inline-block;margin:4px 12px 4px 0;padding:6px 10px;border:1px solid var(--border);border-radius:8px}.story-actions{padding-top:12px;border-top:1px solid var(--border)}@media(max-width:800px){.story-runbook{grid-template-columns:1fr}.story-cue{grid-row:1}.story-actions button{flex:1 1 140px}}
#phone-story-chapters{max-height:28rem;overflow-y:auto}#phone-story-chapters:focus-visible{outline:2px solid var(--teal)}
