:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:1px solid #e2e8f0;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a;width:100%;display:flex;align-items:center;justify-content:center}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.logo-container{display:flex;align-items:center;justify-content:center}.logo{height:40px;width:auto;object-fit:contain}.header-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0;text-align:center;line-height:1.3}@media(min-width:768px){.header{padding:1.25rem 0}.header-content{flex-direction:row;justify-content:flex-start;gap:1rem;padding:0 2rem}.logo{height:48px}.header-title{font-size:1.5rem;text-align:left}}@media(min-width:1024px){.header{padding:1.5rem 0}.header-content{padding:0 3rem}.logo{height:56px}.header-title{font-size:1.75rem}}@media(max-width:480px){.header{padding:.75rem 0}.header-content{padding:0 .75rem;gap:.5rem}.logo{height:32px}.header-title{font-size:1.125rem}}@media(prefers-color-scheme:dark){.header{background:linear-gradient(135deg,#1f2937,#111827);border-bottom-color:#374151}.header-title{color:#f9fafb}}@media(prefers-contrast:high){.header{border-bottom-width:2px}.header-title{font-weight:700}}.home-container{max-width:1200px;margin:0 auto;padding:2rem}.home-header{text-align:center;margin-bottom:3rem}.home-header h1{font-size:2.5rem;color:#1a202c;margin-bottom:1rem;font-weight:700}.home-subtitle{font-size:1.125rem;color:#64748b;margin:0}.home-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.option-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-align:center}.option-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026;border-color:#667eea}.option-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.option-card h2{font-size:1.5rem;color:#1a202c;margin-bottom:1rem;font-weight:600}.option-card p{color:#64748b;font-size:1rem;line-height:1.6;margin:0}@media(max-width:768px){.home-container{padding:1rem}.home-header h1{font-size:2rem}.home-options{grid-template-columns:1fr;gap:1.5rem}.option-card{padding:2rem}}*{box-sizing:border-box}.complaint-form-container{width:100%;margin:0 auto;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:767px){.complaint-form-container{max-width:600px;margin:0 auto}}.form-header{text-align:center;margin-bottom:2rem}.form-header h1{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.form-subtitle{font-size:.875rem;color:#666;line-height:1.5;margin:0}.complaint-form{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;overflow:hidden;width:100%}.form-group{margin-bottom:1.25rem;min-width:0;max-width:100%;overflow:hidden}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#333;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;transition:all .2s ease;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:100px}.form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-section{margin:2rem 0;padding:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.form-section h3{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.section-description{font-size:.8125rem;color:#6b7280;margin:0 0 1rem;line-height:1.4}.submit-button{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.submit-button:active{transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{width:1rem;height:1rem;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.alert-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.alert p{margin:0}.alert p:last-child{margin-top:.5rem}@media(min-width:768px)and (max-width:1023px){.complaint-form-container{max-width:90%;padding:2rem;margin:0 auto}.form-header h1{font-size:2rem}.form-subtitle{font-size:1rem}.complaint-form{padding:2rem}.form-header{margin-bottom:3rem}.form-group{margin-bottom:1.5rem}.form-section{padding:1.5rem}}@media(min-width:1024px){.complaint-form-container{width:100%;max-width:100%;padding:3rem 4rem;margin:0}.form-header h1{font-size:2.5rem}.complaint-form{width:100%;max-width:100%;margin:0;padding:3rem 4rem;box-shadow:0 4px 16px #0000001a}.form-group label{font-size:.9375rem}.form-input,.form-select,.form-textarea{font-size:1rem;padding:.875rem}}@media(max-width:480px){.complaint-form-container{padding:.75rem}.complaint-form{padding:1rem}.form-header h1{font-size:1.375rem}.form-subtitle{font-size:.8125rem}.submit-button{font-size:.9375rem;padding:.75rem 1.25rem}}@media(prefers-color-scheme:dark){.complaint-form{background:#1f2937;color:#f9fafb}.form-header h1{color:#f9fafb}.form-subtitle{color:#d1d5db}.form-group label{color:#f3f4f6}.form-input,.form-select,.form-textarea{background-color:#374151;border-color:#4b5563;color:#f9fafb}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-section{background-color:#374151;border-color:#4b5563}.form-section h3{color:#f9fafb}.section-description{color:#d1d5db}}@media(prefers-contrast:high){.form-input,.form-select,.form-textarea{border-width:2px}.submit-button{border:2px solid #ffffff}}.datetime-group{margin-bottom:1.25rem}.datetime-inputs{display:flex;gap:.75rem}.datetime-inputs .form-input{flex:1}.file-upload-area{margin-bottom:.5rem}.file-upload-button{background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;color:#6b7280;width:100%;text-align:center}.file-upload-button:hover:not(:disabled){border-color:#3b82f6;background:#f0f9ff;color:#3b82f6}.file-upload-button:disabled{opacity:.6;cursor:not-allowed}.file-help-text{font-size:.75rem;color:#6b7280;margin-top:.25rem;margin-bottom:0}.uploaded-files{margin-top:.75rem;min-width:0;max-width:100%;overflow:hidden}.file-item{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.5rem;padding:.5rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:.5rem;width:100%}.file-name{font-size:.875rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.file-size{font-size:.75rem;color:#6b7280;flex-shrink:0;white-space:nowrap}.remove-file-btn{background:#ef4444;color:#fff;border:none;border-radius:4px;padding:.25rem .5rem;cursor:pointer;font-size:.75rem;transition:background .2s ease;flex-shrink:0}.remove-file-btn:hover{background:#dc2626}.file-input{display:none}@media(prefers-color-scheme:dark){.file-upload-button{background:#374151;border-color:#4b5563;color:#d1d5db}.file-upload-button:hover:not(:disabled){background:#1e40af;border-color:#3b82f6;color:#dbeafe}.file-help-text{color:#9ca3af}.file-item{background:#374151;border-color:#4b5563}.file-name{color:#d1d5db}.file-size{color:#9ca3af}}.button-loading{display:flex;align-items:center;gap:8px}.mini-spinner{border:3px solid #fff;border-top:3px solid transparent;border-radius:50%;width:18px;height:18px;animation:spin .7s linear infinite}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;color:#fff}.loading-overlay p{margin-top:1rem;font-size:1.125rem}.loading-overlay .spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.track-complaint-container{max-width:900px;margin:0 auto;padding:2rem}.back-button{background:none;border:none;color:#667eea;font-size:1rem;cursor:pointer;padding:.5rem 0;margin-bottom:2rem;font-weight:500;transition:color .2s}.back-button:hover{color:#764ba2}.track-header{text-align:center;margin-bottom:2rem}.track-header h1{font-size:2rem;color:#1a202c;margin-bottom:.5rem;font-weight:700}.track-header p{color:#64748b;font-size:1rem}.protocol-search-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.protocol-search-form .form-group{margin-bottom:1.5rem}.protocol-search-form label{display:block;margin-bottom:.5rem;color:#1a202c;font-weight:600;font-size:.875rem}.protocol-input{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1.125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:border-color .2s}.protocol-input:focus{outline:none;border-color:#667eea}.search-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.search-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.search-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}.complaint-details{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.details-section{padding:2rem;border-bottom:1px solid #e2e8f0}.details-section:last-child{border-bottom:none}.details-section h2{font-size:1.5rem;color:#1a202c;margin-bottom:1.5rem;font-weight:600}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-label{font-size:.875rem;color:#64748b;font-weight:500}.detail-value{font-size:1rem;color:#1a202c;font-weight:600}.protocol-value{font-size:1.25rem;color:#667eea;letter-spacing:.1em;font-family:Courier New,monospace}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600;text-align:center;width:fit-content}.status-não-lido,.status-pendente{background:#fef3c7;color:#92400e}.status-em-andamento{background:#dbeafe;color:#1e40af}.status-resolvido{background:#d1fae5;color:#065f46}.status-arquivado{background:#f3f4f6;color:#374151}.description-box{background:#f8fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #667eea;color:#1a202c;line-height:1.6;white-space:pre-wrap}.history-timeline{position:relative;padding-left:2rem}.history-timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:#e2e8f0}.history-item{position:relative;padding-bottom:2rem;padding-left:2rem}.history-item:before{content:"";position:absolute;left:-1.5rem;top:.25rem;width:12px;height:12px;border-radius:50%;background:#667eea;border:2px solid white;box-shadow:0 0 0 2px #667eea}.history-item:last-child{padding-bottom:0}.history-date{font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-weight:500}.history-content{background:#f8fafc;padding:1rem;border-radius:8px}.history-status{font-weight:600;color:#1a202c;margin-bottom:.5rem}.history-memo{color:#475569;line-height:1.6}@media(max-width:768px){.track-complaint-container{padding:1rem}.details-grid{grid-template-columns:1fr}.history-timeline,.history-item{padding-left:1.5rem}}.success-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.success-content{max-width:600px;width:100%;text-align:center;background:#fff;border-radius:16px;padding:3rem 2rem;box-shadow:0 10px 30px #0000001a}.success-icon{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.success-content h1{font-size:2rem;color:#1a202c;margin-bottom:2rem;font-weight:700}.protocol-box{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2rem;margin-bottom:2rem;color:#fff}.protocol-label{font-size:1rem;margin-bottom:1rem;opacity:.9}.protocol-display{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.protocol-number{font-size:1.75rem;font-weight:700;letter-spacing:.15em;font-family:Courier New,monospace;word-break:break-all}.copy-button{background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:8px;padding:.5rem;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s}.copy-button:hover{background:#ffffff4d;border-color:#ffffff80}.warning-box{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:8px;padding:1.5rem;margin-bottom:2rem;display:flex;align-items:flex-start;gap:1rem;text-align:left}.warning-icon{font-size:2rem;flex-shrink:0}.warning-text{color:#92400e;margin:0;line-height:1.6}.warning-text strong{display:block;margin-bottom:.5rem;font-size:1.125rem}.suggestions{background:#f8fafc;border-radius:8px;padding:1.5rem;margin-bottom:2rem;text-align:left}.suggestions h3{font-size:1.125rem;color:#1a202c;margin-bottom:1rem;font-weight:600}.suggestions ul{list-style:none;padding:0;margin:0}.suggestions li{padding:.5rem 0;color:#475569;font-size:1rem}.success-actions{margin-top:2rem}.primary-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.primary-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media(max-width:768px){.success-container{padding:1rem}.success-content{padding:2rem 1.5rem}.success-content h1{font-size:1.5rem}.protocol-number{font-size:1.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1f2937;line-height:1.5;width:100%;display:block!important;place-items:unset!important;margin:0;padding:0}.header{width:100%}#root{width:100%;max-width:100%;margin:0;padding:0}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100%;margin:0;padding:0}.main-content{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;padding:0;margin:0;width:100%;max-width:100%}.footer{background-color:#fff;border-top:1px solid #e5e7eb;padding:1rem;text-align:center;width:100%}.footer p{font-size:.875rem;color:#6b7280;margin:0}@media(min-width:768px){.main-content{padding:2rem 0}.footer{padding:1.5rem}}@media(min-width:1024px){#root,.app{width:100%!important;max-width:100%!important}.main-content{padding:0!important;width:100%!important;max-width:100%!important;display:flex;justify-content:flex-start;align-items:flex-start}.main-content>*{width:100%!important;max-width:100%!important;flex:1}.footer{padding:2rem;width:100%}}@media(prefers-color-scheme:dark){body{background-color:#111827;color:#f9fafb}.footer{background-color:#1f2937;border-top-color:#374151}.footer p{color:#d1d5db}}@media(prefers-contrast:high){body{background-color:#fff;color:#000}.footer{background-color:#fff;border-top-color:#000;border-top-width:2px}.footer p{color:#000}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
