code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--background:#fff;--foreground:#000;--primary:#000;--primary-foreground:#fff;--muted:#f1f5f9;--muted-foreground:#64748b;--safe:#22c55e;--unsafe:#ef4444}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--background);color:#000;color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.app,.welcome-view{display:flex;flex-direction:column;min-height:100vh}.welcome-view{align-items:center;background-color:#fff;background-color:var(--background);justify-content:center;text-align:center}.welcome-view h1{color:#000;color:var(--primary);font-size:4rem;margin-bottom:1rem}.welcome-view p{color:#64748b;color:var(--muted-foreground);font-size:1.25rem;margin-bottom:2rem}.welcome-illustration{animation:fadeIn 1s ease-out .5s both;height:200px;margin-bottom:2rem;width:200px}.start-button{animation:fadeIn 1s ease-out 1.5s both;background-color:#000;background-color:var(--primary);border:none;border-radius:.25rem;color:#fff;color:var(--primary-foreground);cursor:pointer;font-size:1.125rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.start-button:hover{background-color:#64748b;background-color:var(--muted-foreground);transform:translateY(-2px)}.scan-view{display:flex;flex-direction:column;min-height:100vh}header{padding:1rem 2rem}.how-it-works{color:#64748b;color:var(--muted-foreground);font-size:.875rem}main{align-items:center;display:flex;flex:1 1;justify-content:center;padding:1rem}.content{display:flex;gap:1.5rem;max-width:1200px;width:100%}.text-content{flex:1 1}h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}p{color:#64748b;color:var(--muted-foreground);font-size:1.125rem;margin-bottom:1.5rem}.file-upload-form{display:flex;flex-direction:column;gap:1rem}.file-input-wrapper{position:relative}.file-input-wrapper label{background-color:#fff;background-color:var(--background);border-radius:.25rem;color:#000;color:var(--foreground);cursor:pointer;display:inline-block;padding:.5rem 1rem}.file-uploader{border:1px solid #64748b;border:1px solid var(--muted-foreground);border-radius:6px;padding:.5rem}.file-input-wrapper input[type=file]{left:-9999px;position:absolute}button{align-items:center;background-color:#000;background-color:var(--primary);border:none;border-radius:.25rem;color:#fff;color:var(--primary-foreground);cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:.5rem 1rem;transition:opacity .2s ease}button:disabled{cursor:not-allowed;opacity:.5}.button-icon{margin-right:.5rem}.button-icon svg{height:16px;width:16px}.illustration{align-items:center;display:flex;flex:1 1;justify-content:center}.file_scanner{border-radius:6px;box-shadow:0 0 10px #64748b33;margin-bottom:1rem;padding:1.5rem}.illustration svg{height:auto;max-width:400px;width:100%}.card-content{margin-bottom:1rem}.card-content h2{font-size:1.5rem;margin-bottom:.5rem}.card-description{color:#64748b;color:var(--muted-foreground);font-size:.875rem}.error-message{background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem;margin-top:1rem;padding:.75rem}.result-view{align-items:center;border-radius:6px;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.result-view.safe{background-color:#22c55e1a;color:#22c55e;color:var(--safe)}.result-view.unsafe{background-color:#ef44441a;color:#ef4444;color:var(--unsafe)}.result-view h2{font-size:2rem;margin-bottom:1rem}.result-view p{font-size:1.125rem;margin-bottom:1.5rem}.back-button{background-color:#000;background-color:var(--primary);color:#fff;color:var(--primary-foreground);display:block;margin:0 auto}@media (max-width:768px){.content{flex-direction:column}h1{font-size:2rem}.illustration{order:-1}.welcome-view h1{font-size:3rem}.welcome-view p{font-size:1rem}}
/*# sourceMappingURL=main.2eada7bd.css.map*/