.screen{box-sizing:border-box;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:#0f1115;color:#f5f5f7;font-family:system-ui,Roboto,sans-serif}.screen *,.screen *:before,.screen *:after{box-sizing:border-box}.grid-screen-header{flex:0 0 auto;display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:16px 16px 8px}.grid-screen-header .job-ref{font-size:1.2rem}.grid-screen-header .progress{font-size:1rem;color:#b7bcc7}.grid-area{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px 16px}.tile-grid{width:100%;max-width:208px;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:minmax(74px,1fr);gap:8px}.tile{min-width:44px;min-height:74px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px;border-radius:10px;border:2px dashed #3a3f4b;background:#1b1f27;color:#f5f5f7;font-size:.68rem;line-height:1.15;text-align:center}.tile[data-captured=true]{border:3px solid #34d399;background:#142621}.tile-graphic{width:100%;height:38px;display:flex;align-items:center;justify-content:center;overflow:hidden}.tile-silhouette{width:100%;height:100%;color:#767c88}.tile[data-captured=true] .tile-silhouette{color:#34d399}.tile-thumbnail{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block}.tile-label{color:#c7cbd4}.tile-extra{grid-column:1 / -1;flex-direction:row;min-height:44px;border-style:solid;font-size:.85rem}.finish-bar{flex:0 0 auto;padding:12px 16px 20px}.pending-header{flex:0 0 auto;padding:24px 16px 12px;font-size:1.1rem}.pending-area{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 16px}.pending-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.pending-item{border-radius:10px;border:2px solid #3a3f4b;background:#1b1f27;padding:12px}.pending-item-info{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.pending-job-ref{font-size:1.1rem}.pending-meta{font-size:.85rem;color:#b7bcc7}.pending-status{font-size:.85rem;color:#fbbf24}.pending-retry-note{font-size:.85rem;color:#93c5fd}.pending-actions{display:flex;flex-wrap:wrap;gap:10px}.pending-action{min-width:44px;min-height:44px;padding:8px 16px;border-radius:8px;border:2px solid #3a3f4b;background:#262b35;color:#f5f5f7;font-size:.95rem}.pending-action:disabled{opacity:.6}.pending-discard{border-color:#7f1d1d;color:#fecaca}.pending-confirm{padding-top:4px;border-top:1px solid #3a3f4b}.pending-confirm p{margin:8px 0 12px;color:#fecaca}.pending-discard-confirm{border-color:#f87171;background:#7f1d1d;color:#fecaca}.setup-screen{padding:24px 16px 20px}.setup-label{display:block;margin-bottom:8px;font-size:.95rem}.setup-input{display:block;width:100%;min-height:44px;padding:10px 12px;margin-bottom:20px;font-size:1rem;border-radius:8px;border:1px solid #3a3f4b;background:#1b1f27;color:#f5f5f7}.vehicle-group{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;padding:0;border:none}.vehicle-button{min-width:44px;min-height:44px;padding:10px 16px;border-radius:8px;border:2px solid #3a3f4b;background:#1b1f27;color:#f5f5f7;font-size:.95rem}.vehicle-button[aria-pressed=true]{border:3px solid #34d399;background:#142621}.phase-group{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;padding:0;border:none}.phase-button{min-width:44px;min-height:44px;padding:10px 16px;border-radius:8px;border:2px solid #3a3f4b;background:#1b1f27;color:#f5f5f7;font-size:.95rem}.phase-button[aria-pressed=true]{border:3px solid #34d399;background:#142621}.setup-error{color:#f87171;margin-bottom:16px}.camera-screen{padding:0;position:relative;background:#000;height:100vh;height:100dvh}.camera-label{flex:0 0 auto;margin:0;padding:16px 16px 8px;font-size:1.05rem;color:#f5f5f7;text-shadow:0 1px 3px rgba(0,0,0,.8)}.camera-error{flex:0 0 auto;margin:0 16px 8px;padding:10px 12px;border-radius:8px;background:#7f1d1d;color:#fecaca;font-size:.95rem}.camera-viewport{position:relative;flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.camera-frame{position:relative;aspect-ratio:16 / 9;width:100%;max-width:100%;max-height:100%}.camera-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.camera-silhouette{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:82%;max-height:70%;color:#fff;opacity:.85;filter:drop-shadow(0 0 4px rgba(0,0,0,.9));pointer-events:none}.camera-controls{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:24px;padding:16px 16px 24px;background:#0f1115}.camera-cancel{min-width:44px;min-height:48px;padding:10px 20px;border-radius:10px;border:2px solid #3a3f4b;background:#1b1f27;color:#f5f5f7;font-size:1rem}.camera-shutter{width:84px;height:84px;border-radius:50%;border:5px solid #f5f5f7;background:#2563eb;padding:0}.camera-shutter:active{background:#1d4ed8}.primary-button{display:block;width:100%;min-height:48px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-size:1.05rem;font-weight:600}.primary-button:active{background:#1d4ed8}.finish-status{margin:0 16px 12px;color:#b7bcc7}.finish-error{margin:0 16px 12px;padding:10px 12px;border-radius:8px;background:#7f1d1d;color:#fecaca}.signin-prompt{margin:0 16px 16px;padding:10px 12px;border-radius:8px;background:#7f1d1d;color:#fecaca}.config-banner{margin:12px 16px 0;padding:10px 12px;border-radius:8px;background:#1e293b;color:#cbd5e1;font-size:.85rem}.done-screen{padding:24px 16px 20px;gap:16px}
