:root{--navy:#102a43;--blue:#1769aa;--sky:#eaf5ff;--ink:#172b3a;--muted:#617282;--line:#d7e1e8;--green:#157a4c;--paper:#fff;--bg:#f3f6f8;--danger:#be2d2d}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.4 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.app-shell{width:min(100%,760px);min-height:100vh;margin:auto;background:var(--paper);box-shadow:0 0 36px #16334a16}.topbar{background:var(--navy);color:#fff;padding:24px 22px 20px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.topbar h1{font-size:29px;line-height:1;margin:2px 0}.eyebrow{margin:0;color:#6caed9;font-size:12px;font-weight:800;letter-spacing:.12em}.sync{font-size:12px;background:#174e44;padding:7px 9px;border-radius:99px;white-space:nowrap}.context-card{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:18px 20px;border-bottom:1px solid var(--line);background:#fafdff}.context-card label:first-child{grid-column:1/-1}label,.full-label{display:block;font-weight:750;font-size:14px;color:#2b4455}input,select,textarea{display:block;width:100%;margin-top:6px;border:1px solid #aebfca;border-radius:9px;background:#fff;color:var(--ink);font:inherit;padding:13px;min-height:52px}textarea{resize:vertical;min-height:160px}.stepper{display:flex;gap:0;border-bottom:1px solid var(--line);overflow:auto}.step{background:#fff;border:0;border-bottom:4px solid transparent;min-width:136px;padding:15px 13px 12px;font:700 14px inherit;color:var(--muted);cursor:pointer}.step span{display:inline-grid;place-content:center;width:24px;height:24px;margin-right:6px;border-radius:50%;background:#e5edf1;color:#486071}.step.active{color:var(--navy);border-bottom-color:var(--blue)}.step.active span{background:var(--blue);color:#fff}.page{display:none;padding:24px 20px 100px}.page.active{display:block}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:22px}.section-heading h2,.crew-list h2{margin:3px 0 4px;font-size:24px;line-height:1.15}.section-heading p,.crew-list p{margin:0;color:var(--muted)}button{font:inherit;cursor:pointer}.voice{border:2px solid var(--blue);background:linear-gradient(145deg,#f6fbff,#dff2ff);color:#07558d;padding:11px 16px;border-radius:16px;font-weight:800;min-width:136px;min-height:76px;box-shadow:0 3px 8px #1769aa24;display:grid;grid-template-columns:30px 1fr;text-align:left;column-gap:7px;align-items:center}.voice b{grid-row:1/3;font-size:25px;line-height:1}.voice span{font-size:15px;white-space:nowrap}.voice small{font-size:11px;font-weight:650;color:#4e7188;white-space:nowrap}.voice:active{transform:scale(.98);background:#d5eeff}.entry-form{display:grid;gap:16px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fafdff}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.required{color:var(--danger)}.primary,.next{border:0;border-radius:10px;background:var(--blue);color:#fff;font-weight:800;min-height:58px;padding:14px 18px;font-size:17px}.primary:hover,.next:hover{background:#075d9d}.secondary{border:2px solid #638091;border-radius:10px;background:#fff;color:#28485a;font-weight:800;min-height:54px;padding:12px 18px}.crew-list{margin-top:26px;border-top:1px solid var(--line);padding-top:18px}.list-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.list-header strong{color:var(--blue);font-size:19px}.entry-list{margin-top:13px;display:grid;gap:10px}.entry{padding:14px;border:1px solid var(--line);border-radius:10px;display:flex;justify-content:space-between;gap:12px;align-items:center}.entry h3{font-size:17px;margin:0}.entry p{font-size:13px;color:var(--muted);margin:3px 0 0}.entry strong{white-space:nowrap}.remove{border:0;background:#fff0f0;color:#a42727;font-weight:750;border-radius:7px;padding:8px}.next{margin-top:24px;width:100%;display:flex;justify-content:space-between;align-items:center}.notice{margin:0 0 16px;padding:13px;border-left:4px solid #e29d26;background:#fff8e7;color:#714c0d}.quick-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.quick-actions button{padding:11px 13px;border:1px solid #a8bbc7;border-radius:9px;background:#fff;color:#25495d;font-weight:700}.page-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.review-card{border:1px solid var(--line);border-radius:14px;background:#fafdff;padding:18px}.review-card h3{margin:0 0 5px}.review-card p{margin:0 0 16px}.review-table{width:100%;border-collapse:collapse;font-size:13px}.review-table th,.review-table td{border-bottom:1px solid var(--line);padding:9px 5px;text-align:left}.review-table th{color:var(--muted);font-size:11px;text-transform:uppercase}.empty{padding:20px;text-align:center;border:1px dashed #aebfca;border-radius:10px;color:var(--muted)}footer{position:fixed;z-index:2;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,760px);display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid var(--line)}.footer-nav{border:0;background:#fff;padding:15px 8px;color:var(--muted);font-weight:750}.footer-nav.active{color:var(--blue)}.footer-nav:disabled{opacity:.55;cursor:not-allowed}@media(max-width:460px){.topbar{padding:20px 16px}.sync{font-size:10px}.context-card,.page{padding-left:16px;padding-right:16px}.voice{min-width:60px;min-height:64px;padding:8px;grid-template-columns:1fr;text-align:center;place-items:center}.voice b{grid-row:auto}.voice span{font-size:11px}.voice small{display:none}.step{min-width:118px;font-size:12px}.two-col{grid-template-columns:1fr}.page-actions{flex-direction:column-reverse}.page-actions button{width:100%}}
.format-choice{padding:16px 20px;background:#fafdff;border-bottom:1px solid var(--line)}.easy-format{width:100%;text-align:left;border:0;border-radius:14px;padding:20px;background:linear-gradient(135deg,#1769aa,#0e4d7a);color:#fff;box-shadow:0 5px 14px #102a4330}.easy-format>*{display:block}.format-kicker{font-size:11px;font-weight:850;letter-spacing:.13em;color:#bfe4ff}.easy-format strong{font-size:27px;line-height:1.15;margin:3px 0 7px}.easy-format>span:not(.format-kicker){font-size:15px;line-height:1.35;color:#e8f5ff}.easy-format b{margin-top:15px;font-size:16px}.easy-format i{font-style:normal;font-size:20px;margin-left:4px}@media(max-width:460px){.format-choice{padding-left:16px;padding-right:16px}.easy-format{padding:18px}.easy-format strong{font-size:25px}}

.back-to-jobs{justify-self:start;border:0;background:transparent;padding:0;color:#075d9d;font-weight:800;text-align:left}.context-card .back-to-jobs{grid-column:1/-1;margin-bottom:-4px}

/* Home screen: clear hierarchy for fast field use. */
.topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:16px 22px}
.app-icon{width:46px;height:46px;border:0;border-radius:11px;background:transparent;padding:0;overflow:hidden;justify-self:start}
.app-icon img{display:block;width:100%;height:100%;object-fit:cover}
.brand{text-align:center;line-height:1}.brand p{margin:0;color:#78b9e5;font-size:11px;font-weight:850;letter-spacing:.15em}.brand h1{margin:5px 0 0;font-size:27px;text-transform:uppercase}
.header-admin{justify-self:end;border:1px solid #8bb2ce;background:#fff;color:#075d9d;border-radius:9px;padding:10px 14px;font-weight:850}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.home-active .home-actions{display:grid;min-height:calc(100vh - 150px);align-content:center}
.home-active .jobs-entry{width:100%;min-height:208px;display:block;text-align:left;padding:24px}
.home-active .jobs-entry strong{margin:6px 0 9px;font-size:36px;text-transform:none;letter-spacing:0}
@media(max-width:460px){.topbar{padding:14px 16px}.app-icon{width:40px;height:40px}.brand h1{font-size:23px}.header-admin{padding:9px 11px}.home-active .home-actions{min-height:calc(100vh - 132px)}.home-active .jobs-entry{min-height:190px;padding:20px}.home-active .jobs-entry strong{font-size:34px}}

.home-active .context-card,.home-active .format-choice,.home-active .stepper,.home-active footer{display:none}.home-page{padding:20px 20px 36px}.home-project{margin-bottom:10px}.home-intro{margin:4px 0 20px;color:var(--muted);font-size:17px}.home-actions{display:grid;gap:14px}.home-card{min-height:156px;text-align:left;border:1px solid #b9cbd7;border-radius:16px;padding:20px;background:#fff;color:var(--ink);box-shadow:0 2px 8px #102a4312}.home-card>*{display:block}.home-card strong{font-size:23px;line-height:1.16;margin:5px 0 8px}.home-card>span:not(.card-kicker){color:#546c7d;line-height:1.35}.home-card b{margin-top:17px;color:#075d9d;font-size:16px}.home-card i{font-style:normal;font-size:20px;margin-left:4px}.card-kicker{color:#557183;font-size:11px;font-weight:850;letter-spacing:.13em}.report-card{border:0;background:linear-gradient(135deg,#1769aa,#0e4d7a);color:#fff;box-shadow:0 6px 16px #102a4335}.report-card .card-kicker,.report-card>span:not(.card-kicker),.report-card b{color:#e7f5ff}.home-card:disabled{opacity:.6;cursor:not-allowed}@media(max-width:460px){.home-page{padding-left:16px;padding-right:16px}.home-card{min-height:144px;padding:18px}.home-card strong{font-size:21px}}

.report-start-active .context-card,.report-start-active .format-choice,.report-start-active .stepper,.report-start-active footer{display:none}.report-start-page{padding:22px 20px 40px}.report-start-page h2{margin:9px 0 6px;font-size:27px;line-height:1.15}.report-start-copy{margin:0 0 22px;color:var(--muted);font-size:16px}.back-home{border:0;background:transparent;padding:0 0 18px;color:#075d9d;font-weight:800}.job-choice{width:100%;min-height:160px;text-align:left;border:0;border-radius:16px;padding:20px;background:linear-gradient(135deg,#1769aa,#0e4d7a);color:#fff;box-shadow:0 6px 16px #102a4335}.job-choice>*{display:block}.job-choice span{font-size:11px;font-weight:850;letter-spacing:.13em;color:#bfe4ff}.job-choice strong{font-size:24px;margin:5px 0 4px}.job-choice small{font-size:15px;color:#e7f5ff}.job-choice b{margin-top:19px;font-size:16px}.job-choice i{font-style:normal;font-size:20px;margin-left:4px}@media(max-width:460px){.report-start-page{padding-left:16px;padding-right:16px}}

.project-menu-active .context-card,.project-menu-active .format-choice,.project-menu-active .stepper,.project-menu-active footer{display:none}.jobs-entry{min-height:240px;display:flex;flex-direction:column;justify-content:center}.jobs-entry strong{font-size:34px}.job-menu-title{margin:8px 0 18px;font-size:27px;line-height:1.15}

.schedule-active .context-card,.schedule-active .format-choice,.schedule-active .stepper,.schedule-active footer{display:none}.schedule-page h2{margin:8px 0 6px;font-size:27px;line-height:1.15}.schedule-wizard{margin-top:22px;padding:20px;border:1px solid #a8c9de;border-radius:16px;background:#f4fbff}.schedule-wizard h3{margin:4px 0 7px;font-size:23px;line-height:1.2}.schedule-wizard>p:not(.schedule-step){margin:0 0 18px;color:var(--muted)}.schedule-step{margin:0;color:#075d9d;font-size:12px;font-weight:850;letter-spacing:.12em}.schedule-voice{width:100%;margin-bottom:16px}.schedule-answer-form{margin-top:16px}.schedule-answer-form textarea,.schedule-answer-form input{min-height:52px}.schedule-summary{margin-top:28px}.schedule-task{align-items:flex-start}.schedule-task h3{line-height:1.25}.schedule-export{margin-top:26px;padding:18px;border-radius:14px;background:#eaf7ef;border:1px solid #99cfaf}.schedule-export h3{margin:0 0 5px;color:#136a41}.schedule-export p{margin:0 0 16px;color:#315f48}.schedule-card{border-color:#1769aa}

.admin-active .context-card,.admin-active .format-choice,.admin-active .stepper,.admin-active footer{display:none}.jobs-page-header{display:flex;justify-content:space-between;align-items:flex-start}.admin-launch{border:1px solid #89a7b9;background:#fafdff;color:#075d9d;border-radius:8px;padding:8px 12px;font-weight:800;font-size:13px}.admin-page h2{margin:8px 0 6px;font-size:27px}.admin-tabs{display:flex;gap:7px;overflow:auto;border-bottom:1px solid var(--line);margin:22px -20px 0;padding:0 20px}.admin-tab{border:0;border-bottom:3px solid transparent;background:#fff;color:var(--muted);padding:12px 10px;font-weight:800;white-space:nowrap}.admin-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.admin-panel{display:none;padding-top:20px}.admin-panel.active{display:block}.admin-panel h3{margin:0 0 3px;font-size:20px}.admin-panel>p{margin:0 0 16px;color:var(--muted)}.admin-form{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fafdff}.admin-form input{margin:0;min-height:46px;padding:10px}.admin-form .primary{min-height:46px;padding:10px;font-size:15px}.admin-list{display:grid;gap:8px;margin-top:16px}.admin-row{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:10px}.admin-row strong,.admin-row small{display:block}.admin-row small{color:var(--muted);font-size:13px;margin-top:2px}.admin-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.edit{border:1px solid #a8bbc7;background:#fff;color:#25495d;font-weight:750;border-radius:7px;padding:8px}.admin-row .remove{white-space:nowrap}@media(max-width:460px){.admin-page{padding-left:16px;padding-right:16px}.admin-tabs{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.admin-row{align-items:flex-start}.admin-actions{max-width:135px}.admin-form.two-fields{grid-template-columns:1fr}.jobs-page-header .back-home{padding-bottom:18px}}

.voice-result{margin:0 0 16px;padding:14px;border:1px solid #9fc4dc;border-radius:12px;background:#eff8ff}.voice-result p{margin:8px 0 0;color:#486071;font-size:13px}.voice-result textarea{min-height:58px;padding:10px}.section-heading>div{min-width:0}.voice{flex-shrink:0}@media(max-width:460px){.voice{min-width:80px;min-height:68px}.voice b{font-size:24px}.voice span{font-size:11px;white-space:normal;line-height:1.05}.page:has(.voice-result:not([hidden])){padding-top:16px}.page:has(.voice-result:not([hidden])) .section-heading{margin-bottom:12px}.page:has(.voice-result:not([hidden])) .entry-form{gap:10px;padding:12px}.page:has(.voice-result:not([hidden])) input,.page:has(.voice-result:not([hidden])) select{min-height:44px;padding:9px 11px}.page:has(.voice-result:not([hidden])) .two-col{grid-template-columns:1fr 1fr;gap:9px}.page:has(.voice-result:not([hidden])) .primary{min-height:48px;padding:10px;font-size:16px}}

/* Make push-to-talk the obvious, glove-friendly first action. */
#voiceEntry{width:100%;min-height:88px;margin:0 0 18px;padding:16px 20px;display:grid;grid-template-columns:48px 1fr;align-items:center;column-gap:10px;text-align:left;border:2px solid var(--blue);border-radius:16px;background:linear-gradient(135deg,#1769aa,#0e4d7a);color:#fff;box-shadow:0 5px 14px #1769aa35}#voiceEntry b{grid-row:1/3;font-size:34px;line-height:1}#voiceEntry span{font-size:20px;line-height:1.1}#voiceEntry small{margin-top:3px;color:#dff2ff;font-size:13px;font-weight:650}#voiceEntry:active{transform:scale(.985);background:#075d9d}@media(max-width:460px){#voiceEntry{min-height:82px;padding:14px 16px;grid-template-columns:42px 1fr}#voiceEntry b{font-size:30px}#voiceEntry span{font-size:19px}#voiceEntry small{display:block;font-size:12px}}
