*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#04070d;color:#e2e8f0;line-height:1.5;-webkit-font-smoothing:antialiased}.page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:16px}.page.center{align-items:center;flex-direction:column;gap:16px}.card{width:100%;max-width:520px;background:#0b1220;border:1px solid #1e293b;border-radius:18px;padding:24px 20px 28px;box-shadow:0 10px 30px #00000059}@media (min-width: 640px){.page{padding:40px 24px}.card{padding:36px}}.header{text-align:center;margin-bottom:24px}.logo-wrap{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px}.logo-icon{width:44px;height:44px}.logo-text{display:flex;align-items:baseline;font-size:22px;font-weight:800;letter-spacing:-.5px}.logo-j{color:#0ea5e9}.logo-computer{color:#f8fafc}h1{font-size:1.35rem;font-weight:700;margin:0 0 8px;color:#f8fafc}.subtitulo{font-size:.95rem;color:#94a3b8;margin:0}form{display:flex;flex-direction:column;gap:18px}.field{display:flex;flex-direction:column;gap:6px}.label-text{font-size:.9rem;font-weight:600;color:#cbd5e1}input,textarea{width:100%;background:#0f172a;border:1px solid #334155;border-radius:12px;padding:14px 16px;color:#f1f5f9;font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e92e}input::placeholder,textarea::placeholder{color:#64748b}textarea{resize:vertical;min-height:110px;padding-right:48px}.input-wrap{position:relative;display:flex;align-items:center}.input-wrap input{padding-right:48px}.textarea-wrap{align-items:flex-start}.textarea-wrap textarea{padding-right:48px}.mic-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:none;border-radius:50%;background:#1e293b;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.textarea-wrap .mic-btn{top:14px;transform:none}.mic-btn svg{width:18px;height:18px}.mic-btn:hover{background:#334155;color:#e2e8f0}.mic-btn.listening{background:#ef4444;color:#fff;animation:pulse 1.2s infinite}@keyframes pulse{0%{box-shadow:0 0 #ef444480}70%{box-shadow:0 0 0 8px #ef444400}to{box-shadow:0 0 #ef444400}}.btn-anexo{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 16px;border:1px dashed #475569;border-radius:12px;background:#0f172a;color:#cbd5e1;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.btn-anexo:hover{background:#162032;border-color:#0ea5e9}.btn-anexo input{position:absolute;opacity:0;width:0;height:0}.btn-anexo svg{width:20px;height:20px}.hint{font-size:.8rem;color:#64748b}.fotos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}@media (min-width: 480px){.fotos-grid{grid-template-columns:repeat(4,1fr)}}.foto-thumb{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid #334155;background:#0f172a}.foto-thumb img{width:100%;height:100%;object-fit:cover}.foto-remove{position:absolute;top:4px;right:4px;width:24px;height:24px;border:none;border-radius:50%;background:#000000a6;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.mensagem-erro{background:#ef44441f;color:#fca5a5;border:1px solid rgba(239,68,68,.35);border-radius:10px;padding:12px 14px;font-size:.9rem}.btn-enviar{width:100%;padding:16px;border:none;border-radius:14px;background:#0ea5e9;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s;margin-top:6px}.btn-enviar:hover:not(:disabled){background:#0284c7}.btn-enviar:active:not(:disabled){transform:translateY(1px)}.btn-enviar:disabled{opacity:.7;cursor:not-allowed}.btn-conteudo{display:inline-flex;align-items:center;justify-content:center;gap:10px}.spinner-inline{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.15);border-top-color:#0ea5e9;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.muted{color:#94a3b8}.card.erro{text-align:center}.card.erro h2{color:#fca5a5}.card.sucesso{text-align:center}.check-icone{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700}.protocolo{font-size:1.8rem;font-weight:800;color:#0ea5e9;margin:8px 0 16px}.btn-whatsapp{display:block;width:100%;padding:16px;border-radius:14px;background:#25d366;color:#fff;font-size:1.05rem;font-weight:700;text-decoration:none;text-align:center;margin:20px 0 12px;transition:background .2s}.btn-whatsapp:hover{background:#1ebe57}.btn-secundario{width:100%;padding:14px;border:1px solid #334155;border-radius:14px;background:transparent;color:#cbd5e1;font-size:1rem;cursor:pointer;transition:background .2s}.btn-secundario:hover{background:#0f172a}.orc-bloco{background:#0f172a;border:1px solid #1e293b;border-radius:12px;padding:14px 16px;margin-bottom:14px}.orc-titulo{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:6px}.orc-texto{font-size:.95rem;color:#e2e8f0;margin:0;white-space:pre-wrap}.orc-itens{display:flex;flex-direction:column;gap:10px}.orc-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #1e293b}.orc-item:last-child{border-bottom:none;padding-bottom:0}.orc-item-desc{font-size:.95rem;color:#f1f5f9;font-weight:600}.orc-item-tipo{font-size:.78rem;color:#64748b;margin-top:2px}.orc-item-valor{font-size:.95rem;font-weight:700;color:#0ea5e9;white-space:nowrap}.orc-total{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#0369a1,#0ea5e9);border-radius:14px;padding:16px 18px;color:#fff}.orc-total span{font-size:.95rem;opacity:.9}.orc-total strong{font-size:1.45rem;font-weight:800}.orc-acoes{display:flex;flex-direction:column;gap:12px;margin-top:20px}.btn-aprovar,.btn-rejeitar{width:100%;padding:18px;border:none;border-radius:14px;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s}.btn-aprovar{background:#10b981}.btn-aprovar:hover:not(:disabled){background:#059669}.btn-rejeitar{background:#ef4444}.btn-rejeitar:hover:not(:disabled){background:#dc2626}.btn-aprovar:disabled,.btn-rejeitar:disabled{opacity:.7;cursor:not-allowed}.btn-aprovar:active:not(:disabled),.btn-rejeitar:active:not(:disabled){transform:translateY(1px)}.orc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#02060cbf;display:flex;align-items:flex-end;justify-content:center;padding:16px;z-index:50}@media (min-width: 640px){.orc-overlay{align-items:center}}.orc-modal{width:100%;max-width:420px;background:#0b1220;border:1px solid #1e293b;border-radius:18px;padding:24px 20px;display:flex;flex-direction:column;gap:14px;text-align:center}.orc-modal h2{margin:0;font-size:1.15rem;color:#f8fafc}.orc-modal p{margin:0;font-size:.92rem}
