body{color:#e5e7eb;font-family:Inter,system-ui,sans-serif;margin:0;overflow-x:hidden}#root,body{min-height:100vh}#root{display:flex;flex-direction:column}:root{--bg:#0f172a;--panel:#111827;--card:#0b1220;--text:#e5e7eb;--muted:#94a3b8;--accent:#2563eb;--accent-2:#3b82f6;--bot:#22d3ee;--line:#1f2937;--shadow:0 12px 40px #02061759}.chat-floating-btn{background:#2563eb;background:var(--accent);border:none;border-radius:9999px;bottom:28px;box-shadow:0 12px 40px #02061759;box-shadow:var(--shadow);color:#fff;cursor:pointer;display:grid;height:60px;place-items:center;position:fixed;right:28px;transition:transform .15s ease,background .15s ease,box-shadow .15s ease;width:60px;z-index:9999}.chat-floating-btn:hover{background:#3b82f6;background:var(--accent-2);box-shadow:0 0 12px #2563eb99;transform:translateY(-3px)}.chat-floating-btn:active{transform:translateY(0)}.chat-floating-btn span{filter:drop-shadow(0 0 3px rgba(255,255,255,.4));font-size:38px}.chat-widget{background:#0b1220;background:var(--card);border:1px solid #1f2937;border:1px solid var(--line);border-radius:20px;bottom:24px;box-shadow:0 12px 40px #02061759;box-shadow:var(--shadow);display:flex;flex-direction:column;height:560px;max-height:calc(100vh - 32px);max-width:calc(100vw - 32px);overflow:hidden;position:fixed;right:24px;width:380px;z-index:9998}.chat-enter{animation:chatIn .16s ease-out both}.chat-exit{animation:chatOut .12s ease-in both}@keyframes chatIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chatOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(6px) scale(.98)}}.chat-header{align-items:center;background:#111827;background:var(--panel);border-bottom:1px solid #1f2937;border-bottom:1px solid var(--line);color:#e5e7eb;color:var(--text);display:flex;gap:10px;padding:14px 16px}.chat-title{font-size:15px;font-weight:700;margin:0}.chat-subtitle{font-size:12px;margin-top:2px}.chat-close,.chat-subtitle{color:#94a3b8;color:var(--muted)}.chat-close{background:#0000;border:1px solid #1f2937;border:1px solid var(--line);border-radius:8px;cursor:pointer;display:grid;height:28px;margin-left:auto;place-items:center;width:28px}.chat-close:hover{background:#0b1220;color:#cbd5e1}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow:auto;padding:14px;scroll-behavior:smooth}.msg{border-radius:14px;font-size:14px;line-height:1.4;max-width:85%;padding:12px 14px;white-space:pre-wrap;word-break:break-word}.msg.bot{align-self:flex-start;background:#22d3ee1f;border:1px solid #22d3ee40;color:#c8f6ff}.msg.user{align-self:flex-end;background:#2563eb;background:var(--accent);border:1px solid #2563eb66;color:#fff}.msg small{display:block;font-size:11px;margin-top:6px;opacity:.75}.chat-footer{background:#0b1220;border-top:1px solid #1f2937;border-top:1px solid var(--line);padding:12px}.chat-input-row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:1fr auto}.chat-input{background:#0f172a;border:1px solid #1f2937;border:1px solid var(--line);border-radius:12px;color:#e5e7eb;color:var(--text);height:44px;outline:none;padding:0 14px}.chat-input::placeholder{color:#94a3b8;color:var(--muted)}.chat-send{background:#2563eb;background:var(--accent);border:none;border-radius:12px;box-shadow:0 12px 40px #02061759;box-shadow:var(--shadow);color:#fff;cursor:pointer;font-weight:600;height:44px;padding:0 18px}.chat-send:hover{background:#3b82f6;background:var(--accent-2)}.chat-error{color:#fca5a5;font-size:12px;margin-top:8px}@media (max-width:480px){.chat-widget{height:calc(100dvh - 24px);left:12px;right:12px;width:auto}}.app-header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:1rem 0;position:fixed;width:100%}.logo a{color:#333;font-size:1.5rem;font-weight:700;padding-left:2rem;text-decoration:none}.navigation ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navigation ul li a{color:#555;font-weight:500;padding-bottom:5px;text-decoration:none;transition:color .3s ease,border-bottom .3s ease}.navigation ul li a:hover{border-bottom:2px solid #007bff;color:#007bff}.user-actions{padding-right:2rem;position:relative}.auth-links{display:flex;gap:1rem}.login-button,.register-button{border-radius:5px;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease,color .3s ease}.login-button{background-color:initial;border:1px solid #007bff;color:#007bff}.login-button:hover,.register-button{background-color:#007bff;color:#fff}.register-button{border:1px solid #007bff}.register-button:hover{background-color:#0056b3}.dropdown .user-profile-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem}.dropdown-content{background-color:#f9f9f9;border-radius:5px;box-shadow:0 8px 16px 0 #0003;display:none;min-width:160px;overflow:hidden;position:absolute;right:0;z-index:1}.dropdown-content a{color:#000;display:block;padding:12px 16px;text-decoration:none}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown:hover .dropdown-content{display:block}.homepage{color:#333;font-family:Arial,sans-serif}.hero-section{background-color:#f8f9fa;padding:6rem 2rem;text-align:center}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-content .subtitle{color:#555;font-size:1.25rem;margin:0 auto 2rem;max-width:700px}.cta-button{background-color:#007bff;border-radius:5px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:700;padding:1rem 2rem;text-decoration:none;transition:background-color .3s ease}.cta-button:hover{background-color:#0056b3}.features-section,.final-cta-section,.problem-section,.tutorial-section{padding:4rem 2rem;text-align:center}.features-section h2,.final-cta-section h2,.problem-section h2,.tutorial-section h2{font-size:2.5rem;margin-bottom:1rem}.section-intro{color:#666;font-size:1.1rem;margin:0 auto 3rem;max-width:600px}.problem-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 8px #0000000d;max-width:350px;padding:2rem}.card .icon{color:#007bff;font-size:2.5rem;margin-bottom:1rem}.card h3{font-size:1.5rem;margin-bottom:.5rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:3rem auto 0;max-width:1000px;text-align:left}.feature-card{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;padding:1.5rem}.feature-card h4{font-size:1.2rem;margin-bottom:.5rem}.tutorial-section{background-color:#fff}.tutorial-steps{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px}.step-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000000d;padding:2rem 1.5rem;position:relative;text-align:left;transition:transform .2s;width:250px}.step-card:hover{transform:translateY(-5px)}.step-number{align-items:center;background-color:#007bff;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;margin-bottom:1rem;width:40px}.step-card h3{color:#333;font-size:1.2rem;margin-bottom:.8rem}.step-card p{color:#555;font-size:.95rem;line-height:1.5}.step-card a{color:#007bff;font-weight:500;text-decoration:underline}.step-card a:hover{color:#0056b3}.final-cta-section{background-color:#343a40;color:#fff}.final-cta-section h2{color:#fff}.final-cta-section p{font-size:1.1rem;margin:0 auto 2rem;max-width:600px}.site-footer{background-color:#343a40;border-top:1px solid #343a40;color:#adb5bd;font-family:Arial,sans-serif;font-size:.95rem;padding:2rem;text-align:center}.footer-content{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:0 auto;max-width:800px}.creators{color:#fff;font-size:1rem;font-weight:500}.copyright{color:#6c757d;font-size:.85rem}.security-badge{color:#007bff;font-size:.85rem;font-weight:500;margin-top:.5rem}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.tutorial-steps{align-items:center;flex-direction:column}.step-card{max-width:400px;width:100%}}.auth-container{align-items:center;background-color:#f0f2f5;display:flex;font-family:Arial,sans-serif;justify-content:center;min-height:100vh}.auth-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:2rem 3rem;width:100%}.auth-card a,.auth-card h2{color:#333;text-align:center}.auth-card h2{margin-bottom:1.5rem}.input-group{margin-bottom:1rem}.input-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.input-group input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;padding:10px;width:100%}.submit-btn{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:1rem;padding:12px;transition:background-color .3s ease;width:100%}.submit-btn:hover{background-color:#0056b3}.submit-btn:disabled{background-color:#a0c7e4;cursor:not-allowed}.toggle-mode{color:#007bff;cursor:pointer;margin-top:1.5rem;text-align:center}.toggle-mode:hover{text-decoration:underline}.message.error{border:1px solid #f5c6cb}.message.success{border:1px solid #c3e6cb}.ocorrencia-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000000d;display:flex;flex-direction:column;gap:12px;margin-bottom:1.5rem;padding:1.5rem}.ocorrencia-card h3{color:#007bff;margin-top:0}.info-group{margin-bottom:.75rem}.info-group strong{color:#555;display:block;font-size:1rem;margin-bottom:4px}.info-group a{color:#0056b3;text-decoration:none;word-break:break-all}.info-group a:hover{text-decoration:underline}.info-group .hash span{color:#6c757d;font-family:Courier New,Courier,monospace;font-size:.85rem;word-break:break-all}.status-badge{border-radius:12px;color:#fff;font-size:.8rem;font-weight:700;padding:5px 10px;text-transform:capitalize;width:-webkit-fit-content;width:fit-content}.status-ativa{background-color:#28a745}.status-arquivada{background-color:#6c757d}.gravidade{font-weight:700;text-transform:capitalize}.gravidade-baixa{color:#17a2b8}.gravidade-media{color:#ffc107}.gravidade-alta{color:#dc3545}.ocorrencia-link{color:inherit;display:block;text-decoration:none}.card-header{align-items:center;display:flex;justify-content:space-between;left:1.5rem;right:1.5rem;top:1.5rem}.visibility-badge{align-items:left;border-radius:12px;color:#6c757d;cursor:pointer;display:flex;flex-direction:column;font-size:.8rem;font-size:1rem;font-weight:700;gap:8px;padding:5px 0;width:-webkit-fit-content;width:fit-content}.evidencias-container{border-top:1px solid #5757ff;display:flex;flex-direction:column;gap:16px;padding:8px}.visibility-button button{background-color:#28a745;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;margin-top:8px;padding:8px}.girar{animation:rodar 2s linear infinite}@keyframes rodar{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ocorrencia-id{align-items:center;border:1px solid;border-radius:50%;display:flex;height:15px;justify-content:center;padding:6px;width:15px}.ocorrencias-header{display:flex;justify-content:space-between}.crime_edit_btn,.ocorrencias-header svg{cursor:pointer}.showEvidences{color:#6c757d;cursor:pointer;display:flex;flex-direction:column;font-weight:700}.professional{border:solid#0056b3}.profissional_infos{display:flex;gap:8px}.perfil-container{background-color:#f0f2f5;color:#000;display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.perfil-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:700px;padding:2rem;width:100%}.perfil-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.perfil-header h2{font-size:1.8rem;margin:0}.denuncias-button{background-color:#007bff;border-radius:5px;color:#fff;font-weight:700;padding:.6rem 1.2rem;text-decoration:none;transition:background-color .3s ease}.denuncias-button:hover{background-color:#0056b3}.form-group{margin-bottom:1.5rem}.form-group label{color:#555;display:block;font-weight:700;margin-bottom:.5rem}.form-group input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:10px;width:100%}.display-value{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:4px;font-size:1.1rem;padding:10px}.action-buttons{display:flex;gap:1rem;margin-top:2rem}.action-buttons button{border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .3s ease}.edit-btn{background-color:#17a2b8;color:#fff}.delete-btn{background-color:#c21e13;color:#fff}.delete-btn:hover{background-color:#b82217}.edit-btn:hover{background-color:#138496}.save-btn{background-color:#28a745;color:#fff}.save-btn:hover{background-color:#218838}.cancel-btn{background-color:#6c757d;color:#fff}.cancel-btn:hover{background-color:#5a6268}.message{border-radius:4px;font-weight:500;margin-top:1rem;padding:10px;text-align:center}.message.error{background-color:#f8d7da;color:#721c24}.message.success{background-color:#d4edda;color:#155724}.error-container,.loading-container{font-size:1.5rem;padding:4rem;text-align:center}.register-container{align-items:center;background-color:#f0f2f5;color:#000;display:flex;font-family:Arial,sans-serif;justify-content:center;min-height:100vh}.register-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:2rem 3rem;width:100%}.login-link{margin-top:1.5rem;text-align:center}.login-link a{color:#007bff;font-weight:700;text-decoration:none}.login-link a:hover{text-decoration:underline}.input-group-checkbox{display:flex;gap:8px}.ocorrencias_page{color:#000;margin-top:120px}.container_ocorrencias{color:#000;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:48px}.ocorrencias_card{border-radius:8px;box-shadow:1px 7px 36px -5px #000000a3;-webkit-box-shadow:1px 7px 36px -5px #000000a3;-moz-box-shadow:1px 7px 36px -5px #000000a3;height:300px;justify-content:space-between;margin:0 16px;padding:8px;width:600px}.ocorrencias_card,.ocorrencias_card .contato_infos,.ocorrencias_header{display:flex;flex-direction:column}.ocorrencia_BAIXA{background-color:blue;color:#fff}.ocorrencia_BAIXA,.ocorrencia_MEDIA{border-radius:16px;font-weight:700;padding:6px;width:-webkit-fit-content;width:fit-content}.ocorrencia_MEDIA{background-color:#ff0}.ocorrencia_ALTA{background-color:red;border-radius:16px;color:#fff;font-weight:700;padding:6px;width:-webkit-fit-content;width:fit-content}.container_button_accept button{background-color:#359435;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:8px}.ocorrencias_infos{display:flex;flex-direction:column;flex-wrap:wrap;gap:6px}.ocorrencias_filtros ul{display:flex;flex-direction:row;justify-content:space-around;list-style:none}.ocorrencias_filtros ul li select{border:none;border-bottom:1px solid;border-radius:6px;padding:6px}
/*# sourceMappingURL=main.6a5681fc.css.map*/