:root{--brand-primary:#005fb2;--brand-primary-dark:#004d93;--brand-secondary:#e3f2fd;--text-color:#1f2937;--bg-color:#f8fafc;--surface-color:#fff;--offline-color:#d97706;--online-color:#16a34a;--border-color:#e2e8f0;--muted-color:#64748b;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-pill:9999px}*{box-sizing:border-box}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html,body,#root{height:100%;color:var(--text-color);background-color:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.app-root{flex-direction:column;height:100%;min-height:100vh;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(-.5rem)}to{opacity:1;transform:translate(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-.75rem)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes press{0%{transform:scale(1)}40%{transform:scale(.97)}to{transform:scale(1)}}.animate-fade-in-up{animation:.25s ease-out both fadeInUp}.animate-fade-in{animation:.2s ease-out both fadeIn}.animate-slide-in-right{animation:.25s ease-out both slideInRight}.animate-slide-down{animation:.25s ease-out both slideDown}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.loading-spin{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.tap-scale{transition:transform .1s,box-shadow .15s}.tap-scale:active{transform:scale(.97)}.page-fade{animation:.2s ease-out both fadeIn}.app-header{background-color:var(--brand-primary);color:#fff;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:1rem;display:flex}.app-header h1{margin:0;font-size:1.25rem;font-weight:700}.app-header .status{border-radius:var(--radius-pill);background-color:#fff3;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.app-header .status.online{color:#dcfce7;background-color:#16a34a59}.app-header .status.offline{color:#fef3c7;background-color:#d9770680}.app-main{background-color:var(--bg-color);flex:1;padding:1rem}.loading,.error-text,.empty-state,.offline-banner,.muted{text-align:center;padding:1rem}.error-text{color:#b91c1c;background:#fee2e2;border-radius:.5rem}.offline-banner{color:#92400e;background:#fef3c7;font-weight:600}button{border-radius:var(--radius-md);background-color:var(--brand-primary);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);-webkit-tap-highlight-color:transparent;border:none;padding:.6rem 1.2rem;font-size:1rem;transition:transform .1s,background-color .15s,box-shadow .15s,opacity .15s}button:active{box-shadow:none;transform:scale(.97)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-ghost{color:var(--brand-primary);border:1px solid var(--brand-primary);box-shadow:none;background-color:#0000}.btn-ghost:active{background-color:var(--brand-secondary)}.btn-secondary{background-color:var(--surface-color);color:var(--text-color);border:1px solid var(--border-color);box-shadow:none}.btn-secondary:active{background-color:#f1f5f9}.btn-primary{width:100%;margin-top:.75rem}.screen{padding:1rem;animation:.25s ease-out both fadeInUp}.screen-header{margin-bottom:1rem}.screen-header .app-title{font-size:1.5rem;font-weight:700}.screen-header .app-subtitle{color:var(--muted-color);margin-top:.25rem}.with-back{align-items:center;gap:.75rem;display:flex}.back-btn{color:var(--brand-primary);border:1px solid var(--brand-primary);background-color:#0000;padding:.4rem .75rem}.search-bar-wrap{margin:1rem 0}.search-input{border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem;font-size:1rem}.store-list{flex-direction:column;gap:.75rem;display:flex}.store-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-color);box-shadow:var(--shadow-sm);cursor:pointer;animation:.25s ease-out both fadeInUp;animation-delay:calc(var(--index,0) * 40ms);justify-content:space-between;align-items:center;padding:1rem;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.store-card:hover,.store-card:focus{box-shadow:var(--shadow-md);border-color:var(--brand-primary)}.store-card:active{transform:scale(.98)}.store-card .store-name{font-weight:600}.store-card .store-code{color:#6b7280;font-size:.875rem}.store-chevron{color:#9ca3af;font-size:1.25rem}.store-list-skeleton{flex-direction:column;gap:.75rem;display:flex}.store-card-skeleton{border-radius:var(--radius-lg);height:4rem}.action-cards{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.action-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-color);box-shadow:var(--shadow-sm);cursor:pointer;animation:.25s ease-out both fadeInUp;animation-delay:calc(var(--index,0) * 60ms);padding:1rem;transition:transform .15s,box-shadow .15s,border-color .15s}.action-card:hover,.action-card:focus{box-shadow:var(--shadow-md);border-color:var(--brand-primary)}.action-card:active{transform:scale(.98)}.action-card .action-title{font-size:1.1rem;font-weight:700}.action-card .action-subtitle{color:var(--muted-color);margin-top:.25rem;font-size:.9rem}.rt-pills{flex-wrap:wrap;gap:.5rem;margin:.75rem 0;display:flex}.rt-pill{color:var(--text-color);cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9999px;padding:.4rem .75rem;font-size:.875rem}.rt-pill-active{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.workspace-root{flex-direction:column;min-height:100vh;display:flex}.mobile-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1rem}.connection-status{border-radius:9999px;margin-bottom:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.connection-status.online{color:#166534;background:#dcfce7}.connection-status.offline{color:#991b1b;background:#fee2e2}.header-title-row{align-items:center;gap:.75rem;display:flex}.brand-logo{object-fit:contain;width:40px;height:40px}.eval-title{font-size:1.1rem;font-weight:700}.eval-meta{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;font-size:.8rem;display:flex}.brand-badge,.eval-type-badge,.status-badge{background:#e5e7eb;border-radius:9999px;padding:.15rem .5rem}.status-badge.status-open{color:#0369a1;background:#e0f2fe}.status-badge.status-paused{color:#92400e;background:#fef3c7}.status-badge.status-submitted{color:#166534;background:#dcfce7}.header-submeta{color:#6b7280;margin-top:.5rem;font-size:.85rem}.section-tabs{gap:.5rem;margin-top:1rem;display:flex;overflow-x:auto}.section-tabs-scroll{flex-wrap:nowrap}.section-tab{color:var(--text-color);text-align:left;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;flex:none;padding:.5rem .75rem;font-size:.85rem}.section-tab-active{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.section-tab-complete{color:#166534;background:#dcfce7;border-color:#16a34a}.summary-bar{background:#f3f4f6;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.summary-score{align-items:baseline;gap:.25rem;display:flex}.score-pass{color:#16a34a;font-size:1.25rem;font-weight:700}.score-fail{color:#dc2626;font-size:1.25rem;font-weight:700}.summary-badges{gap:.5rem;font-size:.85rem;display:flex}.summary-badge{background:#e5e7eb;border-radius:.25rem;padding:.2rem .5rem}.badge-sat{color:#166534;background:#dcfce7}.badge-unsat{color:#991b1b;background:#fee2e2}.badge-warn{color:#92400e;background:#fef3c7}.paused-banner{color:#92400e;text-align:center;background:#fef3c7;padding:.75rem}.error-banner{color:#991b1b;background:#fee2e2;justify-content:space-between;align-items:center;padding:.75rem;animation:.25s ease-out both slideDown;display:flex}.dismiss-btn{color:#991b1b;background:0 0;border:none;font-size:1.25rem}.content-scroll{flex:1;padding:1rem;overflow-y:auto}.section-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1rem;animation:.2s ease-out both fadeIn}.section-title{font-size:1.1rem;font-weight:700}.section-progress{color:#6b7280;margin-top:.25rem;font-size:.85rem}.section-description{color:#4b5563;margin:.75rem 0;font-size:.9rem}.field-group{margin:1rem 0}.field-label{margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.notes-input,.score-input{border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem;font-size:1rem}.notes-input:disabled,.score-input:disabled,button:disabled{background:#f3f4f6}.response-options{gap:.5rem;display:flex}.response-btn{color:var(--text-color);background:#fff;border:1px solid #d1d5db;flex:1;padding:.5rem;font-size:.85rem}.response-btn-active{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.checkbox-label{align-items:center;gap:.5rem;display:flex}.item-card{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface-color);box-shadow:var(--shadow-sm);margin-bottom:1rem;padding:1rem;transition:transform .15s,box-shadow .15s;animation:.25s ease-out both fadeInUp}.item-card:hover,.item-card:focus{box-shadow:var(--shadow-md)}.item-header{justify-content:space-between;align-items:center;display:flex}.item-name{font-weight:600}.item-meta{gap:.5rem;font-size:.75rem;display:flex}.required-badge{color:#b91c1c;font-weight:600}.points-badge{color:#6b7280}.field-hint{color:#6b7280;margin-top:.25rem;font-size:.75rem}.attachment-count{color:#6b7280;font-size:.875rem}.bottom-bar{background:#f9fafb;border-top:1px solid #e5e7eb;gap:.5rem;padding:1rem;display:flex}.bottom-bar button{flex:1}.section-nav-footer{background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.modal-backdrop{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out both fadeIn;display:flex;position:fixed;inset:0}.modal-box{background:var(--surface-color);border-radius:var(--radius-lg);width:100%;max-width:400px;padding:1.5rem;animation:.25s ease-out both fadeInUp}.modal-title{margin-top:0}.modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.btn-secondary{color:var(--text-color);background:#fff;border:1px solid #d1d5db}.workspace-container{padding:1rem;animation:.2s ease-out both fadeIn}.walkthrough-header{z-index:10;background:var(--surface-color);border-bottom:1px solid var(--border-color);flex-direction:column;gap:.75rem;margin:-1rem -1rem 1rem;padding:.75rem;transition:box-shadow .2s;display:flex;position:sticky;top:0}.walkthrough-header.scrolled{box-shadow:var(--shadow-md)}.walkthrough-header h2{margin:0;font-size:1.25rem}.walkthrough-actions{gap:.5rem;display:flex}.sample-banner{background:var(--brand-secondary);color:var(--brand-primary);border-radius:.375rem;padding:.5rem;font-size:.85rem}.success-banner{color:#166534;background:#dcfce7;border-radius:.375rem;margin-bottom:1rem;padding:.75rem;animation:.25s ease-out both slideDown}.unit-list{flex-direction:column;gap:.75rem;display:flex}.unit-list-item{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--surface-color);box-shadow:var(--shadow-sm);animation:.25s ease-out both fadeIn;animation-delay:calc(var(--index,0) * 35ms);transition:box-shadow .15s}.unit-card{cursor:pointer;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background-color .15s;display:flex}.unit-card:hover,.unit-card:focus{background-color:#f8fafc}.unit-pass{border-left:4px solid #16a34a}.unit-fail{border-left:4px solid #dc2626}.unit-number{font-size:1.1rem;font-weight:700}.unit-meta{color:var(--muted-color);flex-wrap:wrap;gap:.5rem;margin-top:.25rem;font-size:.8rem;display:flex}.photo-count{color:var(--brand-primary)}.unit-actions{gap:.5rem;display:flex}.pass-btn,.fail-btn{transition:transform .1s,box-shadow .1s}.pass-btn:active,.fail-btn:active{transform:scale(.95)}.pass-btn{color:#fff;background:#16a34a}.fail-btn{color:#fff;background:#dc2626}.inline-panel .modal-backdrop{z-index:auto;background:0 0;padding:0;animation:none;display:block;position:static}.inline-panel .panel{width:100%;max-width:none;box-shadow:var(--shadow-lg);border-radius:0;margin:0;animation:.2s ease-out both fadeIn;position:static;transform:none}.panel{background:var(--surface-color);border-radius:var(--radius-lg);width:100%;max-width:500px;max-height:90vh;box-shadow:var(--shadow-lg);padding:1rem;animation:.25s ease-out both fadeInUp;overflow-y:auto}.panel-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.panel-header h3{margin:0}.panel-actions{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.panel-actions .btn-primary,.panel-actions .btn-secondary{width:auto;margin-top:0;padding:.6rem 1.2rem}.form-grid{grid-template-columns:1fr;gap:.5rem;display:grid}@media (width>=400px){.form-grid{grid-template-columns:1fr 1fr}}.photo-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem;display:grid}.photo-thumb{aspect-ratio:1;border:1px solid #e5e7eb;border-radius:.375rem;position:relative;overflow:hidden}.photo-thumb img{object-fit:cover;width:100%;height:100%}.photo-thumb .dismiss-btn{color:#fff;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex;position:absolute;top:.25rem;right:.25rem}.app-main{-webkit-overflow-scrolling:touch;overflow-y:auto}.walkthrough-title-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.walkthrough-title-left h2{margin:0}.walkthrough-title-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.25rem;display:flex}.walkthrough-title-right .connection-status{margin:0}.walkthrough-actions{flex-wrap:wrap;gap:.5rem;display:flex}.walkthrough-actions button{flex:auto;width:auto;margin-top:0}.audit-timer{color:#6b7280;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem}.overlock-badge{color:#92400e;background:#fef3c7;border-radius:.25rem;padding:.1rem .35rem;font-weight:600}.warning-banner{color:#92400e;background:#fef3c7;border-radius:.375rem;margin-bottom:1rem;padding:.75rem;animation:.25s ease-out both slideDown}.completed-banner{color:#166534;background:#dcfce7;border-radius:.375rem;margin:0 0 .75rem;padding:.5rem .75rem;font-size:.9rem;font-weight:600;animation:.25s ease-out both slideDown}.unit-card.unit-readonly{opacity:.9}.unit-card.unit-readonly .pass-btn,.unit-card.unit-readonly .fail-btn{opacity:.5;cursor:not-allowed}.summary-screen{padding:1rem}.summary-timer{text-align:center;color:#6b7280;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.summary-cards{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem;display:grid}.summary-card{border-radius:var(--radius-lg);text-align:center;border:1px solid var(--border-color);background:var(--surface-color);animation:.25s ease-out both fadeInUp;animation-delay:calc(var(--index,0) * 80ms);box-shadow:var(--shadow-sm);padding:1.5rem 1rem}@media (width>=400px){.summary-cards{grid-template-columns:repeat(3,1fr)}}.summary-card--pass{border-left:6px solid #16a34a}.summary-card--fail{border-left:6px solid #dc2626}.summary-card--notes{border-left:6px solid #f59e0b}.summary-card-value{font-size:2rem;font-weight:700}.summary-card-label{color:#6b7280;margin:.25rem 0;font-size:.9rem}.summary-card-pct{font-size:.9rem;font-weight:600}.summary-total{text-align:center;color:#6b7280;margin-bottom:1rem}.summary-detail{margin-bottom:1.5rem}.summary-detail-title{margin-bottom:.75rem;font-size:1.1rem}.summary-detail-list{flex-direction:column;gap:.75rem;display:flex}.summary-detail-item{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);animation:.25s ease-out both fadeInUp;animation-delay:calc(var(--index,0) * 60ms);background:#fff;border:1px solid #e5e7eb;border-left:4px solid #9ca3af;padding:.75rem}.summary-detail-item--fail{border-left-color:#dc2626}.summary-detail-item--pass{border-left-color:#f59e0b}.summary-detail-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.summary-detail-unit{font-size:1.1rem;font-weight:700}.summary-detail-meta{color:#6b7280;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.summary-detail-status{border-radius:.25rem;padding:.1rem .35rem;font-size:.75rem;font-weight:600}.summary-detail-status--pass{color:#166534;background:#dcfce7}.summary-detail-status--fail{color:#991b1b;background:#fee2e2}.summary-detail-overlocked{color:#92400e;background:#fef3c7;border-radius:.25rem;padding:.1rem .35rem;font-weight:600}.summary-detail-field{margin-top:.5rem;font-size:.9rem}.summary-detail-label{margin-right:.25rem;font-weight:600;display:inline}.summary-detail-value{color:#4b5563;display:inline}.summary-detail-photos{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.summary-detail-thumb{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;width:4rem;height:4rem;padding:0;overflow:hidden}.summary-detail-thumb img{object-fit:cover;width:100%;height:100%}
