:root{--als-blue: #024db2;--als-navy: #0a4289;--als-charcoal: #212121;--als-action-blue: #117ebc;--als-bg: #fcf6f8;--als-white: #ffffff;--als-border: #d7dde2;--als-table-header-blue: #99bbda;--status-fail: #feebe9;--status-warning: #fefeca;--status-pass: #dafee7;--status-fail-fg: #8b2c22;--status-warning-fg: #6b5e10;--text-primary: #1f2933;--text-muted: #6b7280;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "Roboto Mono", ui-monospace, "SF Mono", Menlo, monospace}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#e7ecf1;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}input,button{font-family:inherit}.app{min-height:100dvh;display:flex;align-items:center;justify-content:center}.app-frame{position:relative;width:100%;max-width:440px;height:100dvh;background:var(--als-bg);overflow:hidden;display:flex;flex-direction:column}@media(min-width:480px){.app{padding:24px}.app-frame{height:min(920px,calc(100dvh - 48px));border-radius:28px;box-shadow:0 30px 60px -20px #0a192d59}}.screen{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--als-bg)}.screen--center{flex:1;min-height:0;align-items:center;justify-content:center;text-align:center;gap:20px;padding:36px}.first-access{flex:1;display:flex;flex-direction:column;justify-content:center;gap:28px;padding:36px}.first-access__eyebrow{margin:0 0 10px;color:var(--als-blue);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.first-access .perm-title,.first-access .perm-sub{margin:0}.first-access .perm-sub{margin-top:10px}.first-access__field label{display:block;margin-bottom:8px;font-size:13px;font-weight:700}.first-access__field input{width:100%;padding:14px;border:1px solid var(--als-border);border-radius:12px;background:var(--als-white);color:var(--text-primary);font-size:16px}.first-access__field input:focus{border-color:var(--als-blue);outline:3px solid rgba(2,77,178,.14)}.first-access__field input[aria-invalid=true]{border-color:var(--status-fail-fg)}.first-access__error{margin:8px 0 0;color:var(--status-fail-fg);font-size:12px;font-weight:600}.btn{appearance:none;border:none;width:100%;padding:16px;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .06s ease,background .15s ease,opacity .15s ease}.btn:active{transform:scale(.985)}.btn--primary{background:var(--als-blue);color:#fff}.btn--action{background:var(--als-action-blue);color:#fff}.btn--dark{background:var(--als-charcoal);color:#fff}.btn--secondary{background:var(--als-white);color:var(--text-primary);border:1px solid var(--als-border)}.btn--disabled{background:#b9c2cb;color:#fff;cursor:default}.btn--danger{background:#b42318;color:#fff}.btn-text{background:none;border:none;color:#9aa4ad;font-size:13px;font-weight:600;cursor:pointer;padding:6px}.link{background:none;border:none;padding:0;color:var(--als-action-blue);font-size:13px;font-weight:600;text-decoration:underline;cursor:pointer}.icon-btn{width:36px;height:36px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center;border:none;color:#fff;cursor:pointer;flex-shrink:0}.icon-btn--active{background:var(--als-action-blue)}.sidebar{flex:1;min-height:0;background:var(--als-white);display:flex;flex-direction:column}.sidebar__header{padding:calc(16px + env(safe-area-inset-top)) 16px 16px;background:var(--als-blue);color:#fff;display:flex;align-items:center;gap:12px}.sidebar__header-copy{flex:1;text-align:center}.sidebar__header strong{display:block;font-size:15px;font-weight:700}.sidebar__header span{display:block;margin-top:4px;font-size:12px;opacity:.78}.sidebar__header-spacer{width:32px;height:32px}.sidebar__nav{padding:12px;overflow:auto}.sidebar__nav details{border:1px solid var(--als-border);border-radius:12px;overflow:hidden}.sidebar__nav summary{list-style:none;padding:14px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between}.sidebar__nav summary::-webkit-details-marker{display:none}.sidebar__nav summary span{color:var(--text-muted);font-size:13px}.capture-calendar{padding:10px 12px 12px;border-top:1px solid var(--als-border)}.capture-calendar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.capture-calendar__header strong{font-size:13px}.capture-calendar__header button{width:30px;height:30px;border:0;border-radius:8px;background:#f0f3f6;color:var(--text-primary);font-size:20px;cursor:pointer}.capture-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.capture-calendar__weekdays{margin-bottom:5px;color:var(--text-muted);font-size:10px;text-align:center}.capture-calendar__day{aspect-ratio:1;border:0;border-radius:6px;color:var(--text-primary);font-size:11px;cursor:pointer}.capture-calendar__day.is-selected{outline:2px solid var(--als-blue);outline-offset:1px;font-weight:800}.heat-0{background:#edf1f4}.heat-1{background:#d6e7f7}.heat-2{background:#99bbda}.heat-3{background:#4f8fc8;color:#fff}.heat-4{background:var(--als-blue);color:#fff}.capture-calendar__legend{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:9px;color:var(--text-muted);font-size:9px}.capture-calendar__legend i{width:10px;height:10px;border-radius:3px}.sidebar__capture-list{max-height:190px;overflow-y:auto;border-top:1px solid var(--als-border)}.sidebar__capture-list h3{position:sticky;top:0;z-index:1;display:flex;justify-content:space-between;margin:0;padding:10px 14px;background:#f7f9fb;color:var(--text-muted);font-size:11px}.sidebar__capture-list p{margin:0;padding:18px 14px;color:var(--text-muted);font-size:13px}.sidebar__capture-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #edf0f2}.sidebar__capture-list>div:last-child{border-bottom:0}.sidebar__capture-list strong{font-family:var(--font-mono);font-size:13px}.sidebar__capture-list small{display:block;margin-top:3px;color:var(--text-muted);font-size:10px}.sidebar__status{margin-top:auto;border-top:1px solid var(--als-border);background:#f7f9fb}.sidebar__status-title{display:flex;align-items:center;justify-content:space-between;padding:14px 18px calc(14px + env(safe-area-inset-bottom));color:var(--text-muted);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.sidebar__status-title::-webkit-details-marker{display:none}.sidebar__status-title::marker{content:""}.sidebar__status-title i{width:7px;height:7px;border:solid currentColor;border-width:0 2px 2px 0;transform:rotate(-135deg)}.sidebar__status[open] .sidebar__status-title{padding-bottom:10px}.sidebar__status[open] .sidebar__status-title i{transform:rotate(45deg)}.sidebar__status-body{padding:0 18px calc(18px + env(safe-area-inset-bottom))}.sidebar__status-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sidebar__status-row{display:flex;justify-content:space-between;padding:6px 0;font-size:12px}.sidebar__status-row span,.sidebar__storage span{color:var(--text-muted)}.sidebar__status-row strong,.sidebar__storage strong{font-size:12px}.is-checking{color:var(--text-muted)}.is-online{color:#18794e}.is-offline{color:#b42318}.sidebar__storage{display:grid;grid-template-columns:1fr auto;gap:3px;margin:8px 0 12px;padding-top:10px;border-top:1px solid var(--als-border);font-size:12px}.sidebar__storage small{grid-column:1 / -1;color:var(--text-muted);font-size:11px}.sidebar__support-actions{display:flex;align-items:center;gap:16px}.sidebar__support{border:0;padding:0;background:none;color:var(--als-action-blue);font:inherit;font-size:13px;font-weight:700;cursor:pointer;text-decoration:underline}.bar{background:var(--als-blue);color:#fff;padding:16px;padding-top:calc(16px + env(safe-area-inset-top));display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}.bar__title{font-size:15px;font-weight:700}.subbar{padding:16px 18px;font-size:14px;font-weight:700;flex-shrink:0}.subbar--blue{background:var(--als-blue);color:#fff;font-size:15px}.subbar--warning{background:var(--status-warning);color:var(--status-warning-fg)}.subbar--fail{background:var(--status-fail);color:var(--status-fail-fg)}.content{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:16px}.card{background:var(--als-white);border:1px solid var(--als-border);border-radius:16px;padding:16px}.stack{display:flex;flex-direction:column;gap:10px}.mt-auto{margin-top:auto}.foot{flex-shrink:0;padding:16px 18px calc(26px + env(safe-area-inset-bottom))}.mono{font-family:var(--font-mono)}.label{font-size:12.5px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.muted{color:var(--text-muted);font-size:13px;line-height:1.5}.hint{font-size:12px;color:#9aa4ad}.error-text{color:#c0392b;font-size:12.5px;font-weight:600}.chip{padding:4px 10px;border-radius:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.chip--pass{background:var(--status-pass);color:var(--als-navy)}.chip--warning{background:var(--status-warning);color:var(--status-warning-fg)}.chip--fail{background:var(--status-fail);color:var(--status-fail-fg)}.chip--neutral{background:#f1f3f5;color:var(--text-muted)}.chip--source{background:var(--als-table-header-blue);color:var(--als-navy)}.input{width:100%;font-family:var(--font-mono);font-size:16px;padding:14px;border-radius:12px;border:1.5px solid var(--als-border);color:var(--text-primary);background:#fff;outline:none}.input:focus{border-color:var(--als-blue)}.input--error{border-color:#c0392b}.input--valid{border-color:var(--als-navy)}.input--lg{font-size:18px;padding:16px;letter-spacing:.03em}.input::placeholder{color:#9aa4ad}.perm-icon{color:var(--als-blue)}.perm-icon--denied{color:#c0392b}.perm-title{font-size:20px;font-weight:700;margin:0}.perm-sub{font-size:14.5px;color:var(--text-muted);line-height:1.5;max-width:280px;margin:0}.vf{flex:1;min-height:0;display:flex;flex-direction:column}.vf__stage{flex:1;position:relative;background:#111214;overflow:hidden}.vf__video{width:100%;height:100%;object-fit:cover}.barcode-tracking{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:1}.barcode-track__box{fill:#ffffff0a;stroke:#ffffffb8;stroke-width:2px;stroke-dasharray:9 6;animation:barcodeTrack 1.4s linear infinite,barcodePulse 1.8s ease-in-out infinite}.barcode-track--valid .barcode-track__box{fill:#024db21a;stroke:#9ed4ff}.barcode-track__label-bg{fill:#0a4289eb}.barcode-track text{fill:#fff;paint-order:stroke;stroke:#000000b8;stroke-width:3px;font-family:var(--font-mono);font-weight:700}.vf__placeholder{position:absolute;inset:0;background:repeating-linear-gradient(135deg,#15171a,#15171a 14px,#1c1e22 14px 28px);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-family:var(--font-mono);font-size:12px;letter-spacing:.06em;text-align:center;padding:20px}.vf__actions{flex-shrink:0;background:var(--als-bg);padding:18px 22px calc(24px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;gap:12px}.manual-capture-field{width:100%;display:flex;flex-direction:column;gap:6px}.vf__sticky-float{position:absolute;z-index:3;top:12px;right:14px;left:14px;display:flex;flex-direction:column;gap:8px;pointer-events:none}.vf__sticky-float>*{pointer-events:auto}.sticky-captures{width:100%}.sticky-captures__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:var(--text-muted);font-size:11.5px;font-weight:700}.sticky-captures__status{color:var(--als-blue)}.sticky-captures__status--synced{color:#18794e}.sticky-captures__status--failed{color:var(--status-fail-fg)}.sticky-captures__previews{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.sticky-captures__previews::-webkit-scrollbar{display:none}.sticky-captures__waiting{padding:10px 0;color:var(--text-muted);font-size:12px}.photo.photo--sticky-thumb{width:56px;height:56px;border:2px solid #fff;border-radius:10px;box-shadow:0 1px 4px #0a192d2e}.photo--sticky-thumb .photo__preview-icon{top:4px;right:4px;width:22px;height:22px}.vf__sticky-float .steps__sticky-rm,.vf__sticky-float .steps__sticky-meta,.vf__sticky-float .sticky-captures__top,.vf__sticky-float .sticky-captures__status,.vf__sticky-float .sticky-captures__waiting{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7)}.vf__scan-sweep{position:absolute;inset:0;pointer-events:none;z-index:1;background:linear-gradient(180deg,transparent 0,rgba(153,187,218,.04) 42%,rgba(158,212,255,.18) 49%,rgba(158,212,255,.8) 50%,rgba(158,212,255,.18) 51%,rgba(153,187,218,.04) 58%,transparent 100%);animation:fullScreenScan 1.8s ease-in-out infinite}.vf__ocr-guide{position:absolute;inset:0;z-index:2;display:grid;place-items:center;pointer-events:none}.vf__ocr-outline{position:relative;overflow:hidden;width:min(82%,420px);aspect-ratio:2.4 / 1;border:3px solid #9ed4ff;border-radius:12px;background:#9ed4ff1a;box-shadow:0 0 18px #9ed4ffb3,inset 0 0 24px #9ed4ff38}.vf__ocr-guide--reading .vf__ocr-outline:after{content:"";position:absolute;inset:0 0 auto;height:3px;background:#fff;box-shadow:0 0 14px 4px #9ed4ff;animation:ocrRegionScan 1.4s ease-in-out infinite alternate}.scan-pill{position:absolute;left:50%;transform:translate(-50%);bottom:18px;padding:8px 16px;border-radius:10px;font-size:12.5px;font-weight:700;max-width:calc(100% - 32px);text-align:center;white-space:normal;z-index:3}.scan-pill--neutral{background:#ffffff29;color:#fff}.scan-pill--pass{background:var(--status-pass);color:var(--als-navy)}.scan-pill--warning{background:var(--status-warning);color:var(--status-warning-fg)}.btn--progress{position:relative;overflow:hidden}.btn__progress{position:absolute;inset:auto 0 0;width:36%;height:4px;background:linear-gradient(90deg,#fff3,#fff,#fff3);animation:ocrLoad 1.1s ease-in-out infinite}@keyframes ocrLoad{0%{transform:translate(-110%)}to{transform:translate(280%)}}@keyframes ocrRegionScan{to{top:calc(100% - 3px)}}.steps{background:var(--als-white);border-bottom:1px solid var(--als-border);padding:10px 16px;flex-shrink:0}.steps__row{display:flex;align-items:center;list-style:none;margin:0;padding:0}.steps__item{display:flex;align-items:center;flex:1}.steps__item:last-child{flex:0 0 auto}.step{display:flex;align-items:center;gap:8px;flex-shrink:0}.step__marker{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;transition:background-color .3s ease,color .3s ease,transform .3s ease}.step__label{font-size:12.5px;font-weight:700;transition:color .3s ease}.step--todo .step__marker{background:#f1f3f5;color:var(--text-muted)}.step--todo .step__label{color:var(--text-muted)}.step--active .step__marker{background:var(--als-blue);color:#fff}.step--active .step__label{color:var(--als-blue)}.step--done .step__marker{background:var(--status-pass);color:var(--als-navy)}.step--done .step__label{color:var(--als-navy)}.steps__line{flex:1;height:2px;min-width:12px;margin:0 8px;border-radius:1px;background:var(--als-border);transition:background-color .35s ease}.steps__line--done{background:#b7d2ec}.steps__sticky{display:block;margin-bottom:0;padding:8px 12px;background:#0a192d52;border:1px solid rgba(255,255,255,.28);border-radius:10px;width:100%;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.steps__sticky-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.steps__sticky-rm{font-size:13px;font-weight:700;color:var(--als-navy)}.steps__sticky-meta{font-size:11.5px;color:#5a7797;margin-left:8px}.steps__sticky-x{width:24px;height:24px;border-radius:7px;border:none;background:#d3e3f6;color:var(--als-navy);font-size:15px;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}.vf__sticky-float .steps__sticky-x{background:#ffffff2e;color:#fff}.steps__sticky-progress{height:4px;margin-top:7px;overflow:hidden;border-radius:999px;background:#ffffff38}.steps__sticky-progress span{display:block;width:100%;height:100%;border-radius:inherit;background:#9ed4ff;transform-origin:left;transition:transform 1s linear}.photo{position:relative;border-radius:18px;overflow:hidden;flex-shrink:0;height:300px}.photo__ocr-overlay{position:absolute;inset:0;z-index:1;width:100%;height:100%;pointer-events:none}.photo--button{position:relative;width:100%;padding:0;border:0;cursor:pointer;background:none}.photo__preview-icon{position:absolute;right:10px;top:10px;width:28px;height:28px;border-radius:50%;background:#0f172abd;color:#fff;display:flex;align-items:center;justify-content:center}.photo--lg{height:320px}.photo--sm{height:280px}.photo--thumb{height:130px}.photo--save{height:190px}.photo img{width:100%;height:100%;object-fit:cover;display:block}.photo__ph{width:100%;height:100%;background:repeating-linear-gradient(135deg,#1c2733,#1c2733 14px,#233242 14px 28px);display:flex;align-items:center;justify-content:center;color:#8fa3b8;font-family:var(--font-mono);font-size:12px;letter-spacing:.06em}.confirm-rm,.confirm-rm__list{display:flex;flex-direction:column;gap:10px}.confirm-rm__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.rm-big{font-family:var(--font-mono);font-size:22px;font-weight:700;color:var(--text-primary)}.success{display:flex;flex-direction:row;align-items:center;gap:12px;padding:14px 16px;border-color:#b9e5cb;background:#f3fff7}.success__check{width:48px;height:48px;border-radius:12px;background:var(--status-pass);color:var(--als-navy);display:flex;align-items:center;justify-content:center}.success__label{font-family:var(--font-mono);font-size:17px;font-weight:700}.success__title{margin:0;font-size:18px}.success__subtitle{margin:3px 0 0;color:var(--text-muted);font-size:12.5px}.content--save{gap:12px;padding-bottom:12px}.save-result{display:flex;flex-direction:column;gap:12px}.upload-status,.save-summary{padding:14px 16px;border:1px solid #cfe0f4;border-radius:16px;background:#fff}.upload-status__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.upload-status__top strong,.upload-status__top span{display:block}.upload-status__top strong{font-size:14px}.upload-status__top div>span{margin-top:4px;color:var(--text-muted);font-size:12px}.upload-status__state{color:var(--als-blue);font-size:11px;font-weight:800;white-space:nowrap}.upload-status--failed .upload-status__state{color:var(--status-fail-fg)}.upload-progress{height:7px;margin-top:12px;overflow:hidden;border-radius:999px;background:#e6edf5}.upload-progress__bar{display:block;width:100%;height:100%;border-radius:inherit;background:var(--als-blue)}.upload-progress__bar--active{width:100%;background:linear-gradient(90deg,var(--als-blue),#57a8e8);background-size:200% 100%;animation:uploadProgress 1.6s linear infinite}.save-summary h2{margin:0 0 12px;font-size:14px}.save-summary dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0}.save-summary dl div{padding:10px;border-radius:10px;background:#f5f8fb}.save-summary dl .save-summary__sample{grid-column:1 / -1}.save-summary dt{color:var(--text-muted);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.save-summary dd{margin:4px 0 0;font-size:14px;font-weight:700}.save-summary__sample dd{display:flex;flex-wrap:wrap;gap:6px}.save-summary__sample span{padding:6px 8px;border-radius:8px;background:#eaf2fc;color:var(--als-navy);font-size:11px;font-weight:700}@keyframes uploadProgress{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.upload-progress__bar--active{animation:none}.step__marker,.step__label,.steps__line,.steps__sticky-progress span{transition:none}}.success__labels{display:flex;flex-direction:column;gap:6px;text-align:center}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sticky-confirm{gap:12px}.sticky-confirm__row{position:relative;display:grid;grid-template-columns:104px minmax(0,1fr);gap:14px;padding:12px;border:1px solid var(--als-border);border-radius:14px;background:#fff}.sticky-confirm__remove{position:absolute;top:6px;right:6px;width:32px;height:32px;border:0;border-radius:50%;background:transparent;color:var(--text-muted);display:grid;place-items:center;cursor:pointer}.sticky-confirm__remove:disabled{opacity:.45;cursor:default}.photo.photo--session-row{width:104px;height:104px;border-radius:10px}.sticky-confirm__field{min-width:0;padding-right:24px;display:flex;flex-direction:column;justify-content:center;gap:7px}.sticky-confirm__field .input{min-width:0;padding:11px}.sticky-confirm__uploading{color:var(--als-blue);font-size:11.5px;font-weight:700}.sticky-confirm__note{margin:0;text-align:center}.sticky-save{gap:12px}.sticky-save__group{padding:14px}.sticky-save__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.sticky-save__heading strong{min-width:0;overflow-wrap:anywhere;font-size:13px}.sticky-save__heading span{color:var(--text-muted);font-size:12px;font-weight:700;white-space:nowrap}.sticky-save__collage{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.photo.photo--save-tile{width:100%;height:auto;aspect-ratio:1;border-radius:10px}@media(max-width:359px){.sticky-save__collage{grid-template-columns:repeat(2,minmax(0,1fr))}}.queue__toolbar{padding:14px 18px;display:flex;align-items:center;justify-content:space-between}.queue__list{flex:1;overflow:auto;padding:0 18px 20px;display:flex;flex-direction:column;gap:10px}.qitem{background:#fff;border:1px solid var(--als-border);border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px}.qitem__main{flex:1;min-width:0}.qitem__rm{font-family:var(--font-mono);font-size:15px;font-weight:700}.qitem__sub{font-size:12px;color:var(--text-muted);margin-top:2px}.dialog-backdrop{position:absolute;inset:0;z-index:5;display:flex;align-items:end;padding:18px;background:#0f172a7a}.dialog{width:100%;background:#fff;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:12px}.dialog h2,.dialog p{margin:0}.dialog h2{font-size:18px}.dialog p{color:var(--text-muted);font-size:14px;line-height:1.45}.dialog .dialog__warning{color:var(--status-fail-fg);font-weight:600}.photo-dialog{align-items:center;background:#050a14d1}.photo-dialog__content{position:relative;height:100%;max-height:none;padding:0;background:transparent;border-radius:0;justify-content:flex-start}.photo-dialog__image-frame{position:relative;align-self:center;max-width:100%;overflow:hidden;border-radius:10px}.photo-dialog__image-frame img{display:block;width:auto;max-width:100%;max-height:min(70vh,650px,calc(100dvh - 260px));transform-origin:center}.photo-dialog__content--view-only .photo-dialog__image-frame img{max-height:90dvh}.photo-crop-stage{touch-action:none;-webkit-user-select:none;user-select:none}.photo-crop-selection{position:absolute;border:2px solid #fff;box-shadow:0 0 0 9999px #0f172a94;cursor:move}.photo-crop-handle{position:absolute;width:20px;height:20px;border:2px solid var(--als-blue);border-radius:50%;background:#fff}.photo-crop-handle--nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nwse-resize}.photo-crop-handle--ne{top:0;right:0;transform:translate(50%,-50%);cursor:nesw-resize}.photo-crop-handle--sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:nesw-resize}.photo-crop-handle--se{right:0;bottom:0;transform:translate(50%,50%);cursor:nwse-resize}.photo-dialog__actions{position:absolute;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;gap:10px;padding-top:42px;background:linear-gradient(transparent,#050a14db 36%)}.photo-crop-rotate{display:grid;grid-template-columns:auto 1fr 36px;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;background:#ffffff1f;color:#fff;font-size:12px;font-weight:700}.photo-crop-rotate input{width:100%;accent-color:var(--als-table-header-blue)}.photo-crop-rotate output{text-align:right;font-family:var(--font-mono)}.banner{padding:9px 18px;font-size:12.5px;font-weight:600;text-align:center;flex-shrink:0}.banner--dark{background:var(--als-charcoal);color:#fff}.banner--warning{background:var(--status-warning);color:var(--status-warning-fg)}.toggle{display:flex;align-items:center;gap:6px;cursor:pointer;background:none;border:none;padding:0}.toggle__label{font-size:11px;font-weight:600;color:#b7d2ec}.toggle__track{width:32px;height:18px;border-radius:9px;position:relative;background:var(--als-border);transition:background .15s}.toggle__track--on{background:#fff}.toggle__dot{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;transition:left .15s}.toggle__track--on .toggle__dot{left:16px;background:var(--als-blue)}.overlay{position:absolute;inset:0;background:#0a0a0c8c;display:flex;align-items:center;justify-content:center;padding:24px;z-index:20}.sheet{width:100%;background:#fff;border-radius:20px;padding:24px 22px 22px;display:flex;flex-direction:column;gap:14px}.sheet__title{font-size:16px;font-weight:700}.toast{position:absolute;bottom:calc(24px + env(safe-area-inset-bottom));left:50%;transform:translate(-50%);background:var(--als-charcoal);color:#fff;padding:10px 18px;border-radius:999px;font-size:13px;font-weight:600;z-index:30;white-space:nowrap}.toast--inline{position:static;max-width:100%;transform:none;white-space:normal;text-align:center}@keyframes fullScreenScan{0%{transform:translateY(-70%)}50%{transform:translateY(70%)}to{transform:translateY(-70%)}}@keyframes barcodeTrack{to{stroke-dashoffset:-30}}@keyframes barcodePulse{50%{stroke-opacity:.55;fill-opacity:.45}}@media(prefers-reduced-motion:reduce){.barcode-track__box,.vf__scan-sweep,.vf__ocr-guide--reading .vf__ocr-outline:after{animation:none}}
