:root{--fd-blue: #0097d7;--fd-grey: #6d6e71;--background-light: #f8f9fa;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#000}button{font-family:inherit}.fd-button{background:var(--fd-blue);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:16px;padding:14px 24px;cursor:pointer}.fd-button:disabled{opacity:.6;cursor:default}.fd-button.full-width{width:100%}.capture-screen{position:relative;display:flex;flex-direction:column;height:100%;background:#000}.header-bar{background:#000;padding:16px;display:flex;flex-direction:column;align-items:center;z-index:1}.header-logo{width:140px;object-fit:contain}.result-text{color:#fff;font-weight:700;font-size:14px;margin-top:8px}.viewfinder-container{position:relative;flex:1;overflow:hidden;background:#000}.viewfinder{width:100%;height:100%;object-fit:cover}.crop-overlay,.detection-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.bottom-controls{background:#000;padding:20px;display:flex;flex-direction:column;align-items:center}.exposure-label{color:#fff;font-size:12px;margin-bottom:8px}.exposure-slider{width:100%;accent-color:var(--fd-blue);margin-bottom:20px}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2}.loading-content{display:flex;flex-direction:column;align-items:center}.loading-icon{width:100px;height:100px}.loading-text{color:#fff;font-weight:700;font-size:16px;margin-top:16px}.spinner{width:32px;height:32px;margin-top:16px;border:4px solid rgba(255,255,255,.25);border-top-color:var(--fd-blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.results-screen{display:flex;flex-direction:column;height:100%;background:var(--background-light)}.branding-bar{background:#fff;box-shadow:0 2px 4px #0000001a;padding:16px;display:flex;align-items:center}.branding-logo{height:32px}.branding-title{margin-left:auto;font-size:12px;font-weight:700;color:var(--fd-grey)}.results-scroll{flex:1;overflow-y:auto;padding:16px}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000026;margin-bottom:16px;padding:16px}.summary-label{font-size:14px;color:var(--fd-grey)}.summary-value{font-size:36px;font-weight:700}.image-card{padding:0;overflow:hidden;height:600px;background:#000}.zoomable-container{position:relative;width:100%;height:100%;overflow:hidden;touch-action:none}.zoomable-content{width:100%;height:100%;will-change:transform}.image-stack{position:relative;width:100%;height:100%}.result-image{width:100%;height:100%;object-fit:contain;display:block}.section-title{font-size:14px;font-weight:700;color:var(--fd-grey);margin-bottom:8px}.detection-list{display:flex;flex-direction:column;gap:8px}.detection-item{margin-bottom:0;padding:12px}.detection-category{font-weight:700;color:var(--fd-blue);font-size:16px}.detection-score{color:var(--fd-grey)}.detection-bbox{font-size:12px;color:#9e9e9e}.bottom-actions{background:#fff;box-shadow:0 -2px 8px #0000001a;padding:16px}
