*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0b3060;--navy-d: #082248;--blue: #1a56a0;--blue-d: #134090;--blue-l: #e8f0fb;--green: #0e7549;--green-l: #e6f5ee;--red: #b91c1c;--red-l: #fef2f2;--orange: #c05621;--orange-l:#fff7ed;--yellow: #d97706;--yellow-l:#fffbeb;--gray-50: #f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-900:#0f172a;--radius: 10px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 10px 30px rgba(0,0,0,.08)}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;color:var(--gray-900);background:#eef1f7;min-height:100dvh}.page{min-height:100dvh;display:flex;flex-direction:column}.topbar{background:linear-gradient(135deg,var(--navy) 0%,#143d7a 100%);color:#fff;padding:14px clamp(16px,5vw,64px);display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 12px #00000040}.topbar-brand{display:flex;align-items:center;gap:16px}.topbar img{width:48px;height:48px;object-fit:contain;border-radius:6px}.topbar-title{font-size:17px;font-weight:700;letter-spacing:-.2px}.topbar-sub{font-size:11px;opacity:.7;margin-top:2px;letter-spacing:.3px;text-transform:uppercase}.topbar-badge{background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:99px;padding:5px 14px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.security-strip{background:#0d2d5a;color:#ffffffd9;font-size:12px;text-align:center;padding:7px 16px;letter-spacing:.2px;border-bottom:1px solid rgba(255,255,255,.1)}.security-strip strong{color:#fff}.tabs{display:flex;background:#fff;border-bottom:2px solid var(--gray-200);padding:0 clamp(16px,5vw,64px);gap:0}.tab-btn{padding:12px 22px;font-size:14px;font-weight:600;border:none;background:none;cursor:pointer;color:var(--gray-500);border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;display:flex;align-items:center;gap:7px;text-decoration:none}.tab-btn:hover{color:var(--blue);background:var(--blue-l);border-radius:6px 6px 0 0}.tab-btn.active{color:var(--navy);border-bottom-color:var(--navy)}.content{flex:1;max-width:1200px;width:100%;margin:28px auto;padding:0 clamp(16px,4vw,48px) 60px}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 32px;margin-bottom:20px;border:1px solid var(--gray-200);transition:box-shadow .2s}.card:focus-within{box-shadow:var(--shadow-md)}.card-title{font-size:20px;font-weight:700;color:var(--navy);margin-bottom:6px}.card-desc{font-size:14px;color:var(--gray-500);margin-bottom:24px;line-height:1.6}.card-accent-blue{border-left:4px solid var(--blue)}.card-accent-orange{border-left:4px solid #f97316}.card-accent-red{border-left:4px solid var(--red)}.card-accent-green{border-left:4px solid #16a34a}.form-grid{display:grid;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 560px){.form-row{grid-template-columns:1fr}.content{margin-top:16px}.card{padding:18px 16px}.topbar{padding:12px 16px}.tabs{padding:0 12px}.topbar-badge{display:none}}.field{display:flex;flex-direction:column;gap:5px}.field label{font-size:13px;font-weight:600;color:var(--gray-700)}.field input,.field select,.field textarea{padding:10px 14px;border:1.5px solid var(--gray-200);border-radius:7px;font-size:14px;font-family:inherit;color:var(--gray-900);background:var(--gray-50);transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px var(--blue-l)}.field input::placeholder,.field textarea::placeholder{color:var(--gray-300)}.field textarea{resize:vertical;min-height:120px;line-height:1.6}.institution-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1.5px solid var(--gray-200);border-radius:7px;box-shadow:var(--shadow-md);max-height:240px;overflow-y:auto;z-index:20}.institution-dropdown-item{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:none;cursor:pointer;font-size:13px;color:var(--gray-900);border-bottom:1px solid var(--gray-100)}.institution-dropdown-item:last-child{border-bottom:none}.institution-dropdown-item:hover{background:var(--blue-l)}.institution-dropdown-item span{color:var(--gray-500)}.institution-dropdown-empty{padding:10px 14px;font-size:13px;color:var(--gray-500)}.field-inline-row{display:flex;align-items:center;gap:10px}.field-inline-row select,.field-inline-row input{flex:1}.info-pill{border:1.5px solid var(--blue-l);background:var(--blue-l);color:var(--blue);font-size:12px;font-weight:600;padding:3px 12px;border-radius:99px;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s,border-color .15s}.info-pill:hover{background:#d7e6fa;border-color:var(--blue)}.info-pill:disabled{opacity:.5;cursor:not-allowed}.info-pill-active{background:var(--orange);border-color:var(--orange);color:#fff}.info-pill-active:hover{background:#a8481a;border-color:#a8481a}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.modal-box{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);max-width:640px;width:100%;max-height:85vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--gray-200);position:sticky;top:0;background:#fff}.modal-header h3{font-size:17px;font-weight:700;color:var(--navy)}.modal-close{border:none;background:none;color:var(--gray-500);font-size:16px;cursor:pointer;padding:4px 8px;border-radius:6px}.modal-close:hover{background:var(--gray-100);color:var(--gray-900)}.modal-body{padding:20px 24px 26px;font-size:14px;line-height:1.7;color:var(--gray-700)}.modal-body h4{font-size:14px;font-weight:700;color:var(--navy);margin-top:18px;margin-bottom:6px}.modal-body p{margin-bottom:10px}.modal-body blockquote{border-left:3px solid var(--blue);background:var(--blue-l);padding:12px 16px;margin:10px 0;font-style:italic;color:var(--gray-700);border-radius:0 6px 6px 0}.toggle-card{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s}.toggle-card:hover,.toggle-card.active{border-color:var(--blue);background:var(--blue-l)}.toggle-switch{position:relative;display:inline-block;width:46px;height:26px;flex-shrink:0;margin-top:2px}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:var(--gray-300);border-radius:26px;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle-switch input:checked+.toggle-slider{background:var(--blue)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-text strong{font-size:15px;font-weight:700;color:var(--gray-900);display:block;margin-bottom:3px}.toggle-text small{font-size:13px;color:var(--gray-500);line-height:1.5}.step-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--navy);color:#fff;font-size:12px;font-weight:700;margin-right:9px;flex-shrink:0}.section-title{font-size:15px;font-weight:700;color:var(--gray-700);margin-bottom:4px;display:flex;align-items:center}.section-hint{font-size:13px;color:var(--gray-500);margin-bottom:18px;line-height:1.6;padding-left:33px}.tag-identified{display:inline-block;padding:2px 9px;border-radius:99px;font-size:11px;font-weight:700;background:var(--green);color:#fff;margin-left:8px;letter-spacing:.3px}.required{color:var(--red)}.char-count{font-size:12px;color:var(--gray-500);text-align:right;transition:color .2s}.char-count.ok{color:var(--green);font-weight:600}.btn{padding:11px 24px;border-radius:7px;font-size:14px;font-weight:700;cursor:pointer;border:none;transition:background .15s,opacity .15s,transform .1s,box-shadow .15s;display:inline-flex;align-items:center;justify-content:center;gap:7px}.btn:active{transform:scale(.98)}.btn-primary{background:var(--navy);color:#fff;box-shadow:0 2px 8px #0b30604d}.btn-primary:hover{background:var(--navy-d);box-shadow:0 4px 14px #0b306066}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-ghost{background:none;color:var(--navy);border:1.5px solid var(--gray-300)}.btn-ghost:hover{background:var(--gray-100);border-color:var(--blue)}.btn-full{width:100%;font-size:16px;padding:14px;letter-spacing:.3px}.btn-sm{padding:7px 16px;font-size:13px}.alert{border-radius:8px;padding:14px 16px;font-size:14px;display:flex;gap:10px;align-items:flex-start;line-height:1.5}.alert-success{background:var(--green-l);color:var(--green);border:1px solid #a7d9bc}.alert-error{background:var(--red-l);color:var(--red);border:1px solid #fca5a5}.alert-info{background:var(--blue-l);color:var(--blue);border:1px solid #93c5fd}.alert-icon{font-size:18px;flex-shrink:0}.badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.3px}.badge-recebida{background:var(--blue-l);color:var(--blue)}.badge-em_analise{background:var(--yellow-l);color:var(--yellow)}.badge-em_investigacao{background:var(--orange-l);color:var(--orange)}.badge-resolvida{background:var(--green-l);color:var(--green)}.badge-arquivada{background:var(--gray-100);color:var(--gray-500)}.badge-em_exigencia{background:var(--orange-l);color:var(--orange)}.badge-pendente_camara{background:#ede9fe;color:#6d28d9}.badge-credencial_emitida{background:var(--green-l);color:var(--green)}.protocol-box{background:linear-gradient(135deg,#e6f5ee,#d1fae5);border:2px solid #6ee7b7;border-radius:var(--radius);padding:28px 24px;text-align:center}.protocol-box-blue{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.protocol-number{font-size:30px;font-weight:800;color:var(--green);letter-spacing:3px;font-family:monospace;margin:8px 0 4px}.protocol-number-blue{color:var(--blue)}.protocol-label{font-size:13px;color:var(--gray-500);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.track-result{display:flex;flex-direction:column;gap:0}.track-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--gray-100)}.track-row:last-child{border-bottom:none}.track-key{font-size:13px;color:var(--gray-500);font-weight:600;text-transform:uppercase;letter-spacing:.3px}.track-val{font-size:14px;font-weight:600}.footer{background:var(--navy);color:#fff9;text-align:center;padding:24px 20px;font-size:12px;line-height:1.8}.footer a{color:#ffffffd9;text-decoration:none}.footer a:hover{color:#fff;text-decoration:underline}.footer strong{color:#ffffffe6}.upload-area{border:2px dashed var(--gray-300);border-radius:8px;padding:32px 20px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:var(--gray-50);color:var(--gray-600)}.upload-area:hover{border-color:var(--blue);background:var(--blue-l)}.file-list{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:6px}.file-item{display:flex;align-items:center;gap:8px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:7px;padding:9px 12px;font-size:13px}.file-icon{font-size:16px}.file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gray-700);font-weight:600}.file-size{color:var(--gray-500);white-space:nowrap}.file-remove{background:none;border:none;cursor:pointer;color:var(--gray-400);font-size:14px;line-height:1;padding:3px 6px;border-radius:5px;transition:color .15s,background .15s}.file-remove:hover{color:var(--red);background:var(--red-l)}.lgpd-notice{font-size:12px;color:var(--gray-600);background:#f0f4ff;border-left:3px solid var(--blue);padding:12px 16px;border-radius:0 7px 7px 0;line-height:1.7}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle}.spinner-blue{border-color:#1a56a033;border-top-color:var(--blue)}@keyframes spin{to{transform:rotate(360deg)}}.intro-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.intro-item{background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:14px 16px;display:flex;align-items:flex-start;gap:10px;box-shadow:var(--shadow)}.intro-item-icon{font-size:22px;flex-shrink:0}.intro-item-title{font-size:13px;font-weight:700;color:var(--gray-900);margin-bottom:2px}.intro-item-desc{font-size:12px;color:var(--gray-500);line-height:1.4}@media (max-width: 560px){.intro-strip{grid-template-columns:1fr}}.doc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.doc-upload-card{border:1px solid var(--gray-200);border-radius:8px;padding:14px 16px;background:var(--gray-50);display:flex;flex-direction:column;gap:10px}.doc-upload-card strong{font-size:13px;color:var(--gray-800);line-height:1.5}.doc-upload-optional{border-style:dashed}.doc-upload-input input{display:block;width:100%;font-size:13px}.doc-upload-meta{font-size:12px;color:var(--gray-500);line-height:1.5}.helper-inline{justify-content:flex-end}.inline-help{min-height:42px;padding:10px 14px;border:1.5px solid var(--gray-200);border-radius:7px;background:var(--gray-50);color:var(--gray-500);font-size:13px;display:flex;align-items:center}.form-actions{display:flex;gap:12px;flex-wrap:wrap}.form-actions .btn-ghost{text-decoration:none}.next-steps{display:grid;gap:10px;text-align:left;max-width:680px;margin-inline:auto}.next-step{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:12px 14px;color:var(--gray-700);line-height:1.6}@media (max-width: 760px){.doc-grid{grid-template-columns:1fr}}
