:root{--primary: #2563eb;--success: #10b981;--bg: #f8fafc;--text: #334155;--border: #e2e8f0;--danger: #ef4444}body{margin:0;font-family:Segoe UI,sans-serif;background:var(--bg);color:var(--text)}html{font-size:21px}.fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.mt-30{margin-top:30px}.mt-20{margin-top:20px}.full-width{grid-column:span 2;width:100%}.toast-container{position:fixed;top:20px;right:20px;z-index:20000;pointer-events:none}.toast{background:var(--success);color:#fff;padding:15px 25px;border-radius:50px;box-shadow:0 10px 30px #0000004d;font-weight:700;opacity:0;transform:translateY(-20px);transition:.3s;pointer-events:auto}.toast-container.show .toast{opacity:1;transform:translateY(0)}.toast.error{background:var(--danger)}.content-area{padding:20px 40px;max-width:1800px;margin:0 auto;flex:1;overflow-y:auto;height:100vh;box-sizing:border-box}.top-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:30px}.top-bar h1{margin:0;font-size:1.5rem;color:#1e293b}.subtitle{margin:0;font-size:.9rem;color:#64748b}.content-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #f1f5f9}.modern-input{width:100%;height:55px;font-size:16px;padding:12px;border:1px solid #cbd5e1;border-radius:8px;outline:none;background:#fff;box-sizing:border-box;transition:.2s}.modern-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.modern-input-evolucao{width:100%;height:300px;font-size:16px;padding:12px;border:1px solid #cbd5e1;border-radius:8px;outline:none;background:#fff;box-sizing:border-box;transition:.2s}.modern-input-obs{width:100%;height:200px;font-size:16px;padding:12px;border:1px solid #cbd5e1;border-radius:8px;outline:none;background:#fff;box-sizing:border-box;transition:.2s}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.input-group label{display:block;font-weight:600;font-size:.9rem;margin-bottom:8px;color:#475569}button{cursor:pointer;transition:.2s}.btn-primary{background:var(--primary);color:#fff;padding:.8rem 1.5rem;font-size:.9rem;border-radius:8px;border:none;font-weight:600}.btn-primary:hover{background:#1d4ed8}.btn-success{background:var(--success);color:#fff;padding:.8rem 1.5rem;font-size:.9rem;border-radius:8px;border:none;font-weight:600}.btn-cancel{background:#fff;border:1px solid #cbd5e1;color:#64748b;padding:.8rem 1.5rem;font-size:.9rem;border-radius:8px;font-weight:600}.btn-cancel:hover{background:#f1f5f9}.btn-danger{background:var(--danger);color:#fff;border:none;padding:.8rem 1.5rem;font-size:.9rem;border-radius:8px;font-weight:600}.btn-danger:hover{background:#dc2626}.btn-icon{background:none;border:1px solid #e2e8f0;width:48px;height:48px;font-size:20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;margin-left:5px}.btn-icon:hover{background:#f1f5f9}.btn-close,.btn-close-absolute{background:#fff;border:1px solid #e2e8f0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .3s ease;font-size:1.1rem;z-index:10}.btn-close-absolute{position:absolute;top:15px;right:15px}.btn-close:hover,.btn-close-absolute:hover{background:#fee2e2;color:#ef4444;border-color:#fecaca;transform:rotate(90deg)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f172a99;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;position:relative}.modal-header{padding:.8rem 1.5rem;font-size:.9rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border-radius:16px 16px 0 0}.modal-header h2{font-weight:700;font-size:1.25rem;margin:0;color:#1e293b;text-align:center}.modal-body-scroll{padding:30px;overflow-y:auto;flex:1;background:#fff}.modal-footer{padding:.8rem 1.5rem;font-size:.9rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:10px;background:#f8fafc;border-radius:0 0 16px 16px}.large-modal{width:90%;max-width:800px;height:85vh;max-height:800px;padding:0}.delete-modal{width:400px;padding:30px;text-align:center;overflow:hidden}.styled-table{width:100%;border-collapse:collapse}.styled-table th{text-align:left;padding:15px;border-bottom:2px solid #e2e8f0;color:#64748b}.styled-table td{padding:15px;border-bottom:1px solid #e2e8f0}.results-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden}.table-container{overflow-x:auto}.results-card table{width:100%;border-collapse:collapse}.results-card th{text-align:left;padding:15px 20px;background:#f8fafc;color:#64748b;font-weight:600;font-size:.85rem;border-bottom:1px solid #e2e8f0}.results-card td{padding:15px 20px;border-bottom:1px solid #e2e8f0;color:#334155;font-size:.9rem;vertical-align:middle}.results-card tr:last-child td{border-bottom:none}.results-card tr:hover{background:#f8fafc}.pagination-container,.pagination{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;gap:5px;margin-top:20px}.page-btn{background:#fff;border:1px solid #e2e8f0;color:#64748b;min-width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600;transition:.2s}.page-btn:hover:not(:disabled){background:#f1f5f9;color:var(--primary)}.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-btn:disabled{opacity:.5;cursor:not-allowed}.tabs-header{display:flex;border-bottom:2px solid #e2e8f0;margin-bottom:20px;gap:20px;padding-bottom:0}.tab-btn{background:none;border:none;padding:10px 5px;font-size:1rem;font-weight:600;color:#64748b;cursor:pointer;position:relative;transition:.3s}.tab-btn:hover,.tab-btn.active{color:var(--primary)}.tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:var(--primary)}.services-selection-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.service-chip{padding:8px 14px;border:1px solid #e2e8f0;border-radius:20px;font-size:.9rem;color:#475569;background:#fff;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:6px}.service-chip:hover{border-color:var(--primary);background:#f0f9ff;transform:translateY(-1px)}.service-chip.active{background:#eff6ff;border-color:var(--primary);color:#1d4ed8;font-weight:600;box-shadow:0 2px 4px #3b82f626}.service-chip small{opacity:.8;font-weight:400;margin-left:4px}.attachments-area{margin-top:20px;border:1px dashed #cbd5e1;background:#f8fafc;padding:15px;border-radius:8px}.attachment-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.attachment-chip{background:#e2e8f0;padding:5px 10px;border-radius:4px;font-size:.8rem;display:flex;align-items:center;gap:5px}.btn-remove-attach{border:none;background:none;color:#ef4444;cursor:pointer;font-weight:700;margin-left:5px}.upload-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.upload-label{font-weight:600;color:#475569;display:flex;align-items:center;gap:5px}.btn-upload-custom{background:#fff;border:1px solid #cbd5e1;color:var(--primary);padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s;display:inline-flex;align-items:center;gap:5px}.btn-upload-custom:hover{background:#eff6ff;border-color:#bfdbfe}.hidden-input{display:none}.search-wrapper{position:relative;width:100%}.dropdown-list{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #cbd5e1;border-radius:8px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 10px 15px -3px #0000001a;margin-top:5px}.dropdown-item{padding:10px 15px;cursor:pointer;border-bottom:1px solid #f1f5f9;font-size:.9rem;display:flex;justify-content:space-between}.dropdown-item:hover{background:#f0f9ff;color:var(--primary)}.avulso-item{font-weight:700;color:#475569;border-top:2px solid #e2e8f0}
