@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #4f46e5;--primary-hover: #4338ca}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes flash-green{0%{background-color:#16a34a00}50%{background-color:#16a34a33}to{background-color:#16a34a00}}.animate-flash-green{animation:flash-green .5s ease-out}.scanner-container{position:relative;width:100%;height:100%;overflow:hidden;background:#000}.scanner-video{width:100%;height:100%;object-fit:cover}.scanner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;border:2px solid rgba(255,255,255,.1)}.scan-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:250px;height:250px;border:2px solid #4f46e5;box-shadow:0 0 0 4000px #00000080;border-radius:24px}.scan-line{position:absolute;top:0;left:0;width:100%;height:2px;background:#4f46e5;box-shadow:0 0 10px #4f46e5;animation:scan 2s linear infinite}@keyframes scan{0%{top:0}50%{top:100%}to{top:0}}@keyframes scan-success{0%{background:#22c55e00}50%{background:#22c55e66}to{background:#22c55e00}}.animate-scan-success{animation:scan-success .4s ease-out}@keyframes scan-error{0%{background:#ef444400}50%{background:#ef444466}to{background:#ef444400}}.animate-scan-error{animation:scan-error .4s ease-out}@keyframes status-pop{0%{transform:scale(.5);opacity:0}70%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.status-pop{animation:status-pop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(2.4);opacity:0}}.animate-ripple{animation:ripple .8s ease-out forwards}
