*{box-sizing:border-box;margin:0;padding:0}html,body{overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none;background:#000;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,sans-serif}#landing{position:fixed;display:flex;z-index:100;background:#000;justify-content:center;align-items: center;inset:0}#startBtn{color:#fff;letter-spacing:.5px;cursor:pointer;background:0 0;border:3px solid #fff;border-radius:50%;width:80px;height:80px;transition:background .2s;font-size:12px;font-weight:500}#startBtn:active{background:#fff3}#loading{position:fixed;display:none;color:#555;z-index:90;background:#000;justify-content:center;align-items: center;font-size:14px;inset:0}#viewfinder{position:fixed;display:none;inset:0}#video{position:absolute;object-fit:cover;width:100%;height:100%;inset:0}#overlay{position:absolute;pointer-events:none;width:100%;height:100%;inset:0}#controls{position:absolute;display:flex;z-index:10;padding-bottom:env(safe-area-inset-bottom,0);background:linear-gradient(#0000,#00000080);justify-content:center;align-items: center;gap:60px;height:120px;bottom:0;left:0;right:0}#captureBtn{cursor:pointer;background:#ffffff26;border:4px solid #fff;border-radius:50%;width:72px;height:72px;transition:transform .1s}#captureBtn:active{transform:scale(.9)}#flipBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #fff6;border-radius:50%;width:44px;height:44px;font-size:22px}#review{position:fixed;display:none;z-index:50;background:#000;flex-direction:column;inset:0}#reviewImg{object-fit:contain;flex:1;min-height:0}#reviewControls{display:flex;padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0));justify-content:center;gap:20px}.reviewBtn{cursor:pointer;border:none;border-radius:24px;padding:12px 32px;font-size:16px;font-weight:600}#retakeBtn{color:#fff;background:#333}#saveBtn{color:#000;background:#fff}#flash{position:fixed;opacity:0;pointer-events:none;z-index:200;background:#fff;transition:opacity .15s;inset:0}#flash.active{opacity:1}
