:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f7fa;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}#root,.app{min-height:100vh}.login-screen{background:linear-gradient(135deg,#1e3a5f 0%,#0d1b2a 100%);justify-content:center;align-items:center;padding:20px;display:flex}.login-container{background:#fff;border-radius:16px;width:100%;max-width:360px;padding:40px;box-shadow:0 20px 60px #0000004d}@media (max-width:400px){.login-container{border-radius:12px;margin:0 12px;padding:24px 20px}.login-header h1{font-size:20px}.login-header p{font-size:12px}.login-header svg{width:40px;height:40px}}.login-header{text-align:center;color:#1e3a5f;margin-bottom:32px}.login-header svg{margin-bottom:16px}.login-header h1{margin-bottom:8px;font-size:24px}.login-header p{color:#666;font-size:14px}.login-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#333;font-size:14px;font-weight:500}.form-group input,.form-group select{border:2px solid #e0e0e0;border-radius:8px;padding:12px 16px;font-size:16px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:#1e3a5f;outline:none}.btn-primary{color:#fff;cursor:pointer;background:#1e3a5f;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:16px;font-weight:600;transition:background .2s;display:flex}.btn-primary:hover{background:#2d4a6f}.btn-primary:disabled{cursor:not-allowed;background:#999}.btn-secondary{color:#333;cursor:pointer;background:#e0e0e0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.btn-secondary:hover{background:#d0d0d0}.error-message{color:#c00;background:#fee;border-radius:8px;align-items:center;gap:8px;padding:12px;font-size:14px;display:flex}.main-screen{flex-direction:column;display:flex}.app-header{color:#fff;background:#1e3a5f;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.header-title{align-items:center;gap:12px;display:flex}.header-title h1{font-size:18px;font-weight:600}.btn-logout{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:6px;padding:8px 16px;font-size:14px;transition:background .2s}.btn-logout:hover{background:#fff3}.app-content{flex:1;width:100%;max-width:100%;margin:0;padding:24px}section{background:#fff;border-radius:12px;margin-bottom:20px;padding:24px;box-shadow:0 2px 8px #00000014}section h2{color:#1e3a5f;margin-bottom:16px;font-size:18px}.config-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.scanner-section{text-align:center}.btn-scan{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e3a5f 0%,#2d4a6f 100%);border:none;border-radius:12px;flex-direction:column;align-items:center;gap:12px;width:100%;padding:40px;font-size:18px;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.btn-scan:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1e3a5f4d}.btn-scan:disabled{cursor:not-allowed;box-shadow:none;background:#999;transform:none}.scanner-container{position:relative}.scanner-video{background:#000;border-radius:12px;width:100%;max-width:400px}.btn-stop{color:#fff;cursor:pointer;background:#c00;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:12px 24px;font-size:14px;display:flex}.manual-input{border-top:1px solid #eee;margin-top:24px;padding-top:24px}.manual-input p{color:#666;margin-bottom:12px;font-size:14px}.manual-form{gap:12px;display:flex}.manual-form input{border:2px solid #e0e0e0;border-radius:8px;flex:1;padding:12px 16px;font-size:16px}.manual-form button{color:#fff;cursor:pointer;background:#1e3a5f;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600}.manual-form button:disabled{cursor:not-allowed;background:#999}.processing-section{text-align:center;padding:60px}.processing-section p{color:#666;margin-top:16px;font-size:16px}.error-section{text-align:center;color:#c00;padding:40px}.error-section p{margin:16px 0 24px;font-size:16px}.result-section{text-align:left}.result-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.result-header h2{margin:0}.success-icon{color:#0a0}.result-card{background:#f8f9fa;border-radius:8px;margin-bottom:16px;padding:20px}.result-card h3{color:#1e3a5f;margin-bottom:12px;font-size:16px}.result-info p{color:#333;margin-bottom:8px;font-size:14px}.result-info p strong{color:#1e3a5f}.pix-card{background:#e8f5e9;border:2px solid #4caf50}.qr-code{text-align:center;margin:16px 0}.qr-code img{border-radius:8px;max-width:200px}.pix-copy textarea{resize:none;border:1px solid #ccc;border-radius:8px;width:100%;height:80px;margin-top:8px;padding:12px;font-family:monospace;font-size:12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}@media (max-width:768px){body{overflow-x:hidden}.app{width:100vw;max-width:100vw}.app-header{width:100%;padding:12px 16px}.header-title h1{font-size:14px}.app-content{box-sizing:border-box;width:100%;max-width:100%;padding:12px}section{box-sizing:border-box;border-radius:12px;width:100%;margin-bottom:12px;margin-left:0;margin-right:0;padding:16px}section h2{font-size:16px}.config-grid{grid-template-columns:1fr;gap:12px}.manual-form{flex-direction:column}.scanner-video{max-height:300px}.btn-scan{padding:16px;font-size:16px}.result-section{padding:12px}.result-section h3{font-size:14px}.pix-section img{max-width:200px}.pix-copy textarea{height:60px;font-size:10px}}@media (max-width:400px){.app-header{padding:10px 12px}.header-title h1{font-size:12px}.btn-logout{padding:6px 10px;font-size:12px}.app-content{padding:8px}section{padding:12px}.form-group input,.form-group select{padding:10px 12px;font-size:14px}}
