*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:#000;width:100%;height:100%;overflow:hidden}button{-webkit-tap-highlight-color:transparent}.smartCamera{background:#0f172a;flex-direction:column;height:100vh;font-family:system-ui,-apple-system,sans-serif;display:flex}.cameraSection{background:#000;flex:1;min-height:0;position:relative}.cameraContainer{width:100%;height:100%;position:relative;overflow:hidden}.video{object-fit:cover;width:100%;height:100%}.overlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.statusPill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;white-space:nowrap;z-index:10;background:#000000d9;border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.statusPill.snapping{background:#22c55ee6;transform:translate(-50%)scale(1.05)}.captureBtn{cursor:pointer;opacity:.4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:3px solid #ffffff4d;border-radius:50%;width:64px;height:64px;font-size:28px;transition:all .2s;position:absolute;bottom:24px;right:24px}.captureBtn.active{opacity:1;background:#22c55e40;border-color:#22c55e;box-shadow:0 0 20px #22c55e80}.captureBtn.active:active{transform:scale(.92)}.statusDot{border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse}.statusDot.green{background:#22c55e}.statusDot.blue{background:#3b82f6}.statusDot.gray{background:#64748b}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.gallerySection{background:#1e293b;border-top:1px solid #334155;flex-direction:column;max-height:200px;padding:16px;display:flex}.galleryHeader{justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px;display:flex}.galleryTitle{color:#94a3b8;font-size:14px;font-weight:500}.downloadBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:500;transition:background .2s}.downloadBtn:hover{background:#2563eb}.thumbnailList{flex:1;gap:12px;padding:4px;display:flex;overflow-x:auto}.thumbnailList::-webkit-scrollbar{height:4px}.thumbnailList::-webkit-scrollbar-track{background:#334155;border-radius:4px}.thumbnailList::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}.emptyState{color:#64748b;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.emptyState span{opacity:.5;font-size:48px}.emptyState p{margin:0;font-size:14px}.emptyState small{opacity:.7;font-size:12px}.thumbnail{cursor:pointer;background:#0f172a;border:2px solid #334155;border-radius:12px;flex-shrink:0;width:100px;height:130px;transition:all .2s;position:relative;overflow:hidden}.thumbnail:hover{border-color:#3b82f6;transform:scale(1.02)}.thumbnail img{object-fit:cover;width:100%;height:100%}.thumbnailNumber{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#000000b3;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:600;position:absolute;bottom:4px;right:4px}.modal{z-index:1000;background:#000000f2;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modalContent{background:#1e293b;border-radius:20px;flex-direction:column;max-width:90vw;max-height:90vh;display:flex;overflow:hidden}.modalHeader{background:#0f172a;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:16px;display:flex}.backBtn,.deleteBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 12px;font-size:14px;transition:background .2s}.backBtn:hover{background:#334155}.deleteBtn:hover{background:#dc2626}.modalCounter{color:#94a3b8;font-size:14px}.modalImage{object-fit:contain;max-width:90vw;max-height:calc(90vh - 60px)}
