@import"https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;600;700&display=swap";.loading-overlay[data-v-625919bc]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-content[data-v-625919bc]{background:#fff;border-radius:12px;padding:3rem;text-align:center;box-shadow:0 8px 32px #0003}.spinner[data-v-625919bc]{width:60px;height:60px;margin:0 auto 1.5rem;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin-625919bc 1s linear infinite}@keyframes spin-625919bc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-content h3[data-v-625919bc]{color:#2c3e50;margin-bottom:.5rem;font-size:1.5rem}.loading-content p[data-v-625919bc]{color:#7f8c8d;font-size:1rem}:root{--bg: #ededed;--card: #ffffff;--border: #e1e6f0;--text: #2a3446;--muted: #7b8799;--navy: #2a4d73;--navy-strong: #1f2a3d;--orange: #f28c28;--green: #22c55e;--red: #ef4444;--shadow: 0 12px 24px rgba(22, 32, 52, .12);--sidebar-bg: #f6f7fb;--sidebar-border: #e4e8f0;--soft-panel: #f4f6fb;--table-header: #3d4f7a;--table-border: #d8e0f2}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Google Sans,Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);overflow:hidden}html,body,#app{height:100%}.page{min-height:100vh;overflow-x:hidden;overflow-y:hidden}.topbar{display:flex;justify-content:space-between;align-items:center;padding:16px 32px 4px}.page-title{margin:0;font-weight:600;font-size:18px;color:#9aa3b3;letter-spacing:.2px}.brand{display:flex;gap:12px;align-items:center}.brand-mark{width:42px;height:42px;border-radius:10px;background:var(--navy-strong);color:#fff;display:grid;place-items:center;font-weight:700}.brand-eyebrow{margin:0;font-size:12px;color:var(--muted)}.brand-title{margin:2px 0 0;font-weight:700;font-size:16px}.top-actions{display:flex;align-items:center;gap:10px}.layout{max-width:none;width:100%;min-width:320px;margin:0;padding:12px 16px 24px;display:grid;grid-template-columns:max-content minmax(0,1fr);gap:12px;align-items:stretch;height:calc(100vh - 72px);overflow:visible}.sidebar{background:#eef2f8;border:1px solid var(--sidebar-border);border-right:none;border-radius:20px 0 0 20px;padding:0 0 0 8px;min-height:260px;height:100%;position:sticky;top:12px;align-self:stretch;z-index:2}.side-tabs{display:flex;flex-direction:column;gap:0;height:100%;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none;align-items:flex-end;width:100%;overflow:visible;justify-content:stretch}.side-tab{width:72px;height:auto;min-height:140px;flex:1;border-radius:20px 0 0 20px;padding:0;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--sidebar-border);border-right-color:transparent;background:#e8edf5;color:#9aa3b3;font-weight:600;font-size:16px;cursor:pointer;position:relative;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;transition:width .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease,opacity .2s ease}.side-tab:not(.active){opacity:.55}.side-tab.active{background:var(--card);color:var(--navy-strong);border-color:var(--sidebar-border);border-right-color:transparent;z-index:2}.side-tab:first-child{margin-top:-1px}.side-tab:last-child{margin-bottom:-1px}.side-tab.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:4px;border-radius:6px;background:var(--orange)}.side-tab__icon{width:100%;height:100%;border-radius:inherit;display:grid;place-items:center;background:transparent;border:none;flex-shrink:0;color:inherit}.side-tab__icon svg{width:26px;height:26px}.side-tab__icon img{width:32px;height:32px;display:block}.side-tab:focus-visible{outline:2px solid rgba(47,86,133,.35);outline-offset:2px}.content{display:flex;flex-direction:column;gap:24px;width:100%;max-width:none;height:100%;overflow-y:auto;overflow-x:hidden;padding:18px 20px 24px 12px;background:var(--card);border:1px solid var(--sidebar-border);border-left:none;margin-left:-12px;border-radius:0 20px 20px 0;box-shadow:inset 0 1px #fff9;position:relative;z-index:1}.card-hero{text-align:center;margin-bottom:10px}.card-hero h2{margin:0 0 4px;font-size:22px;color:#1f2a3d}.card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:24px 26px;box-shadow:none}.upload-card{display:flex;flex-direction:column;gap:18px}.upload-left{display:flex;flex-direction:column;gap:12px}.drop-area{border:2px solid #d6dbe6;border-radius:18px;padding:26px;background:#f7f8fc;cursor:pointer;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.drop-area--filled{cursor:default}.drop-inner{display:grid;place-items:center;gap:8px;padding:8px 0 4px}.camera-icon{width:54px;height:54px;display:grid;place-items:center;color:#9aa8bd}.camera-icon svg{width:100%;height:100%}.muted{color:var(--muted);margin:4px 0 0}.muted.center{text-align:center}.input-card{border:1px solid var(--border);border-radius:12px;padding:12px;background:#fff;box-shadow:inset 0 1px #ffffff80}.input-card--boxed{border:1px solid var(--border);background:#fff}.form-section{display:flex;flex-direction:column;gap:10px}.input-card ul.muted{list-style:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:4px}.section-label{margin:0 0 8px;font-weight:700;color:var(--navy-strong);font-size:15px}.input-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;font-weight:600;color:var(--navy-strong)}.field input,.field select{padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:#f3f5fa;color:var(--text);font-size:14px}.upload-buttons{display:flex;gap:12px;margin-top:6px;justify-content:center;flex-wrap:wrap}.camera-preview{border:1px dashed #c9d5ec;border-radius:12px;padding:12px;background:#fff;display:flex;flex-direction:column;gap:10px;align-items:center;width:100%;max-width:720px;margin:0 auto}.camera-preview video{width:100%;max-height:440px;border-radius:10px;background:#000;object-fit:cover}.camera-controls{display:flex;gap:8px}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,560px));gap:10px;margin-top:14px;justify-content:center}.preview-thumb{border:1px dashed #d6deeb;border-radius:10px;padding:8px;background:#fff;display:flex;flex-direction:column;gap:6px;box-shadow:inset 0 1px #fff9;width:100%;max-width:560px;margin:0 auto;align-items:center}.preview-thumb img{width:100%;max-width:560px;max-height:380px;object-fit:contain;margin:0 auto;border-radius:8px;border:1px solid var(--border)}.thumb-name{margin:0;font-size:12px;color:var(--navy-strong);word-break:break-word}.ghost,.primary{border-radius:10px;border:1px solid var(--border);background:#fff;padding:8px 16px;font-weight:600;color:var(--navy-strong);cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease,transform .08s ease,box-shadow .08s ease}.ghost.small,.primary.small{padding:6px 12px;font-size:13px}.primary{background:var(--orange);border-color:var(--orange);color:#fff}.ghost:hover{background:#eef3fb;border-color:#c6d0e2}.primary:hover{background:#e27f1a;border-color:#e27f1a}.ghost:disabled,.pill-button:disabled{background:#f1f5fb;border-color:#d6deeb;color:var(--muted);cursor:not-allowed;opacity:.7}.ghost:disabled:hover,.pill-button:disabled:hover{background:#f1f5fb;border-color:#d6deeb}.ghost:active,.primary:active,.pill-button:active{transform:translateY(1px);box-shadow:inset 0 2px 4px #00000014}.primary:disabled{opacity:.6;cursor:not-allowed}.danger{background:#fff3f3;border-color:#f2b2b2;color:#b94c4c}.danger:hover{background:#ffecec;border-color:#ef9c9c}.pill-button{background:#f1f4fa;border-color:#e1e6f0;color:var(--navy-strong);font-weight:600;border-radius:14px;padding:10px 18px;min-width:140px;display:inline-flex;align-items:center;justify-content:center;gap:6px}.pill-button:hover{background:#e9eef8;border-color:#cfd7e6}.sample-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.sample-thumb{border:1px solid var(--border);border-radius:10px;padding:8px;text-align:center;background:#f9fbff}.sample-thumb img{width:100%;border-radius:8px}.sample-thumb p{margin:6px 0 0;color:var(--muted);font-size:13px}.action-row{display:flex;gap:8px;justify-content:flex-end}.action-row--split{justify-content:space-between;align-items:center}.selectors select,.history-actions select{padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#f9fbff;color:var(--text)}.alert{border-radius:8px;padding:10px}.alert.small{padding:6px 10px;font-size:12px}.alert.error{background:#ffecec;color:#b94c4c;border:1px solid #f2b2b2}.upload-results{border:1px solid var(--border);border-radius:12px;background:var(--soft-panel);padding:12px;display:flex;flex-direction:column;gap:12px}.batch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.carousel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.carousel--solo{grid-template-columns:1fr;justify-items:center}.nav-btn{background:#f1f5fb;border:1px solid var(--border);border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-size:20px;color:var(--navy-strong);cursor:pointer}.nav-btn:hover{background:#e7edf7}.nav-btn--left{justify-self:end}.nav-btn--right{justify-self:start}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#19273473;display:grid;place-items:center;z-index:200;padding:12px}.modal-card{background:#fff;border-radius:12px;min-width:320px;max-width:520px;width:100%;padding:16px;box-shadow:0 16px 32px #0000002e}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.modal-title{margin:0;font-weight:700}.modal-body{display:flex;flex-direction:column;gap:8px}.modal-label{font-weight:600;margin:0}.modal-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.summary-row{display:flex;gap:12px;flex-wrap:wrap;font-weight:600}.preview-card{display:flex;flex-direction:column;gap:10px}.mask-legend{border:1px dashed #d6deeb;border-radius:10px;padding:10px;background:#f9fbff}.mask-legend__title{margin:0 0 8px;font-weight:700;color:var(--navy-strong);font-size:13px}.mask-legend__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:6px 12px}.mask-legend__item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text)}.mask-legend__swatch{width:14px;height:14px;border-radius:4px;border:1px solid rgba(0,0,0,.12);flex-shrink:0}.upload-results.placeholder{display:none}.preview-card img{width:100%;max-width:560px;aspect-ratio:3 / 2;max-height:none;object-fit:fill;margin:0 auto;border-radius:10px;border:1px solid var(--border)}.status-bars{display:flex;flex-direction:column;gap:8px}.bar-row{display:flex;flex-direction:column;gap:6px}.bar-label{display:flex;justify-content:space-between;font-weight:600}.bar-track{width:100%;height:10px;border-radius:10px;background:#e8edf4}.bar-fill{height:10px;border-radius:10px}.checklist{border-radius:10px;padding:10px;border:1px solid var(--border);background:#f5f9ff}.checklist.good{background:#eefaf0;border-color:#c6e8cf}.checklist.warn{background:#fff8e6;border-color:#f5d48a}.checklist.bad{background:#ffecec;border-color:#f2b2b2}.checklist.mini{background:#f9fbff;border-color:#e0e6ef}.checklist-title{display:flex;justify-content:space-between;align-items:center;margin:0 0 6px;font-weight:700}.checklist ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.checklist li{display:grid;grid-template-columns:12px 1fr;gap:6px;align-items:center;color:var(--muted)}.checklist li .dot{width:10px;height:10px;border-radius:50%;background:var(--navy)}.checklist li.warn .dot{background:#d89100}.checklist li.bad .dot{background:var(--red)}.history-card h3{margin:0;font-size:22px;color:#1f2a3d}.history-card{display:flex;flex-direction:column;height:100%;overflow:hidden;min-width:0}.history-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.history-actions{display:none}.download-button{border-color:var(--orange);color:var(--orange);background:#fff;border-width:1.5px;border-radius:14px;padding:8px 16px}.download-button:hover{background:#fff7ed;border-color:#e8791a}.filter-menu{position:relative}.icon-circle{width:40px;height:40px;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f1f5fb;border-color:#c6d0e2;color:var(--navy-strong)}.icon-circle svg{width:18px;height:18px}.icon-circle:hover{background:#e2eaf7;border-color:#c0cce3}.icon-circle--active{box-shadow:0 0 0 2px #c0cce359}.filter-popover{position:absolute;right:0;top:calc(100% + 8px);min-width:160px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);padding:6px;display:grid;gap:4px;z-index:10}.filter-option{background:transparent;border:none;border-radius:8px;padding:8px 10px;font-weight:600;color:var(--navy-strong);text-align:left;cursor:pointer}.filter-option:hover{background:#eef3fb}.filter-option.active{background:#e2eaf7}.icon-button{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--orange);border-color:var(--orange)}.sort-button{color:var(--navy-strong);border-color:#c6d0e2;background:#f1f5fb}.sort-button:hover{background:#e2eaf7;border-color:#c0cce3}.table-wrapper{border:1px solid var(--table-border);border-radius:14px;flex:1;min-height:0;overflow:auto;background:#fff}table{width:100%;border-collapse:collapse;font-size:14px}thead{background:var(--table-header);color:#fff}th,td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--table-border)}th{font-weight:600;font-size:13px}tbody td{color:#34415f}.history-card table th:not(:first-child):not(.actions-col),.history-card table td:not(:first-child):not(.actions-col){text-align:center}.history-card table{min-width:900px}.actions-col{text-align:center;width:110px}th.actions-col,td.actions-col{display:none}tbody tr:nth-child(2n){background:transparent}.status-pill{padding:4px 10px;border-radius:14px;font-weight:600;text-transform:uppercase;font-size:12px;color:#fff}.status-pill.ok{background:var(--green)}.status-pill.warn{background:#d89100}.status-pill.bad{background:var(--red)}.status-text{font-weight:600}.status-text.ok{color:var(--green)}.status-text.warn{color:#f59e0b}.status-text.bad{color:var(--red)}.pill{padding:6px 12px;border-radius:999px;border:1px solid var(--border);background:#f9fbff;font-weight:600;color:var(--navy-strong)}.pill-success{background:#eefaf0;border-color:#c6e8cf;color:var(--green)}.pill-error{background:#ffecec;border-color:#f2b2b2;color:var(--red)}.pill-warn{background:#fff8e6;border-color:#f5d48a;color:#d89100}.pagination{display:flex;align-items:center;gap:12px;margin-top:20px;flex-wrap:wrap;justify-content:flex-end}.page-size{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-weight:600}.page-size select{padding:6px 26px 6px 10px;border:1px solid transparent;border-radius:10px;background:#f2f5fb;color:var(--navy-strong);font-weight:600;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#7b8894 50%),linear-gradient(135deg,#7b8894 50%,transparent 50%);background-position:calc(100% - 14px) 11px,calc(100% - 8px) 11px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.pagination-range{color:var(--muted);font-weight:600}.page-nav,.page-button{width:34px;height:34px;border-radius:9px;border:none;background:transparent;color:#3c4b64;font-weight:600;cursor:pointer}.page-button.active{background:var(--orange);color:#fff;box-shadow:0 6px 12px #f28c284d}.page-button.dots{cursor:default;color:#9aa6bb}.page-nav:disabled,.page-button:disabled{cursor:not-allowed;color:#c3ccd9}.spinner-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f2c3c66;display:grid;place-items:center;z-index:50;color:var(--card)}.spinner{display:flex;gap:8px;margin-bottom:6px}.dot{width:12px;height:12px;border-radius:50%;background:var(--orange);animation:bounce .9s infinite ease-in-out}.dot2{animation-delay:.1s}.dot3{animation-delay:.2s}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.7}40%{transform:scale(1.1);opacity:1}}@media (max-width: 700px){.layout{grid-template-columns:1fr;padding:12px}.sidebar{order:0;position:static;height:auto;border-right:1px solid var(--sidebar-border);border-radius:18px;margin-bottom:10px;padding:12px}.side-tabs{flex-direction:row;width:100%;justify-content:center}.side-tab{width:auto;height:72px;flex:1;justify-content:center}.side-tab:not(.active){width:auto}.side-tab.active{width:auto;margin-right:0}.content{max-width:none;border-left:1px solid var(--sidebar-border);border-radius:18px;padding:18px 20px 24px;margin-left:0}.input-grid{grid-template-columns:1fr}.history-head{flex-direction:column;align-items:flex-start}.history-actions{flex-wrap:wrap}}
