.spinner{display:flex;justify-content:center;align-items:center;height:100%;min-height:200px}.spinner-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner-animation{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #2b6cb0;border-radius:50%;animation:spin 1s linear infinite}.spinner-text{color:#718096;font-size:.9rem;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.admin-container{flex-direction:column;height:auto;min-height:100vh}.messages-list{width:100%;min-width:auto;height:auto;max-height:40vh;border-right:none;border-bottom:1px solid #cbd5e0}.message-detail{padding:1rem}.detail-header{flex-direction:column;align-items:flex-start;gap:.75rem}.media-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.tags-section{padding:1rem}.add-tags select{min-height:100px}}@media (max-width: 480px){.message-detail{padding:.75rem}.obs-textarea{height:60px}.media-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f8fafc;color:#0f172a;display:flex;justify-content:center;align-items:center;min-height:100vh;margin:0;line-height:1.5}.container{height:fit-content;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;width:90%;max-width:480px;padding:2rem;text-align:center;border:1px solid #e2e8f0}h1{font-size:1.5rem;color:#0f172a;margin-bottom:1.5rem;font-weight:600;letter-spacing:-.025em}textarea{flex-grow:1;width:100%;height:120px;padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;resize:vertical;margin-bottom:1rem;background:#fff;transition:all .2s ease;box-sizing:border-box}textarea:focus{outline:none;border-color:#102652;box-shadow:0 0 0 3px #7c3aed1a}button{width:100%;padding:.875rem;background:#345EAC;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}button:hover:not(:disabled){background:#345EAC;box-shadow:0 2px 4px #0000001a}button:disabled{background:#cbd5e1;color:#64748b}.button-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.alert{color:#dc2626;margin-top:1rem;font-size:.875rem;font-weight:500}.file-upload{margin:1rem 0;width:100%;position:relative}.file-upload input[type=file]{position:absolute;left:-9999px;opacity:0}.file-upload label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem .75rem;border:2px dashed #cbd5e1;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#f8fafc;color:#64748b;font-size:.2rem;height:30px}.file-upload label:hover{border-color:#102652;background:rgba(124,58,237,.05)}.file-upload label:before{content:"📎Anexos";font-size:1.5rem;margin-bottom:.5rem}.file-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;align-items:center;padding:.5rem;background:#f8fafc;border-radius:6px;font-size:.875rem;color:#475569;border:1px solid #e2e8f0}.file-item:before{content:"📄";margin-right:.5rem}.status-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;width:90%;max-width:400px;padding:20px;margin:20px auto;text-align:center}.status-form{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.uuid-input{width:90%;padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px;margin:0 auto}.check-button{width:100%;padding:12px;background-color:#345eac;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background-color .3s}.status-display{padding:15px;border-radius:6px;margin-top:15px;font-size:16px}.status-received{background-color:#e3f2fd;color:#0d47a1}.status-analyzing{background-color:#fff3e0;color:#ef6c00}.status-completed{background-color:#e8f5e9;color:#2e7d32}.main-container{display:flex;flex-wrap:wrap;box-sizing:border-box;flex-direction:row;align-items:center;gap:40px;padding:20px;min-height:auto;align-items:flex-start}.container,.status-container{flex:1;min-width:400px;max-width:500px;margin:40px 0}@media (max-width: 480px){.container{padding:1.5rem;border-radius:0;border:none;box-shadow:none}h1{font-size:1.25rem}textarea{height:100px}.container,.status-container{min-width:90%;max-width:100%;margin:10px 0}}.status-tracker{margin-top:2rem;padding:0 1rem}.status-progress{display:flex;justify-content:space-between;position:relative;margin-bottom:1.5rem}.status-progress:before{content:"";position:absolute;top:20px;left:0;right:0;height:3px;background:#e0e0e0;z-index:0}.status-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:33%}.step-icon{width:40px;height:40px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;margin-bottom:8px;transition:all .3s ease}.status-step.active .step-icon{background:#2D6085}.current-step{width:24px;height:24px;background:white;border-radius:50%}.completed-icon{color:#fff;font-weight:700}.step-label{text-align:center;font-size:.9rem;color:#666;max-width:100px}.current-status-message{text-align:center;padding:1rem;border-radius:8px;background:#f5f5f5;font-size:1.1rem}.status-received{color:#0d47a1}.status-analyzing{color:#ef6c00}.status-completed{color:#2e7d32}.admin-container{display:grid;grid-template-columns:300px 1fr;gap:2rem;max-width:1200px;margin:2rem auto;padding:1rem}.report-list{background:white;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.report-item{display:flex;gap:1rem;padding:1rem;cursor:pointer;border-bottom:1px solid #eee;transition:background .2s}.report-item:hover{background:#f8f9fa}.report-item.selected{background:#e3f2fd}.report-status-indicator{width:12px;height:12px;border-radius:50%;margin-top:.5rem}.report-status-indicator[data-status=recebido]{background:#0d47a1}.report-status-indicator[data-status="em análise"]{background:#ef6c00}.report-status-indicator[data-status=concluído]{background:#2e7d32}.report-detail{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.media-viewer{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:1rem 0}.media-item{position:relative;border-radius:8px;overflow:hidden}.media-item img,.media-item video{width:100%;height:200px;object-fit:cover}.notes-section textarea{width:100%;height:100px;margin:1rem 0}.notes-list{margin-top:1rem}.note-item{background:#f8f9fa;padding:1rem;border-radius:6px;margin:.5rem 0}@media (max-width: 768px){.admin-container{grid-template-columns:1fr}}.media-section{margin:1.5rem 0}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.media-item{position:relative;border-radius:8px;overflow:hidden;background:#f5f5f5;aspect-ratio:1}.media-container{position:relative;width:100%;height:100%}.media-content{width:100%;height:100%;object-fit:cover;border-radius:8px}.media-type-badge{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:500}video.media-content,audio.media-content{background:#000;min-height:200px}audio.media-content{width:100%;min-height:auto;padding:8px}
