.header{background:var(--gradient-primary);padding:1.5rem 1rem;box-shadow:0 2px 6px #00000014}.header-container{max-width:1200px;margin:0 auto}.logo-container{display:flex;justify-content:center;align-items:center}.logo{max-width:220px;height:auto;filter:brightness(0) invert(1);transition:transform .2s ease}.logo:hover{transform:scale(1.02)}.logo-text{color:var(--white);font-size:1.5rem;font-weight:500;letter-spacing:1px;text-align:center;margin:0}@media(max-width:768px){.header{padding:1.25rem 1rem}.logo{max-width:180px}.logo-text{font-size:1.25rem}}@media(max-width:480px){.header{padding:1rem}.logo{max-width:160px}.logo-text{font-size:1.125rem;letter-spacing:.5px}}.complaint-form{width:100%;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014}.anonymous-check{margin-bottom:1.5rem;padding:.75rem 1rem;background:#0066cc0a;border-radius:6px;border-left:3px solid var(--primary-blue)}.anonymous-check label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;font-weight:400;color:var(--gray-700)}.anonymous-check input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-blue)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.25rem}.form-field{margin-bottom:1.25rem}.form-field.full{grid-column:1 / -1}.form-field label{display:block;font-size:.875rem;font-weight:400;color:var(--gray-700);margin-bottom:.4rem}.form-field input[type=text],.form-field input[type=email],.form-field input[type=tel],.form-field textarea{width:100%;padding:.65rem .85rem;border:1px solid var(--gray-300);border-radius:5px;font-size:.95rem;font-family:inherit;font-weight:300;transition:border-color .2s ease;background:#fff}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 2px #0066cc1a}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--gray-400);font-weight:300}.form-field textarea{resize:vertical;min-height:120px;line-height:1.5}.form-field small{display:block;font-size:.8rem;color:var(--gray-500);margin-top:.35rem;font-weight:300}.form-field input[type=file]{font-size:.9rem;padding:.5rem;border:1px dashed var(--gray-300);border-radius:5px;cursor:pointer;transition:border-color .2s ease;background:var(--gray-50);font-weight:300}.form-field input[type=file]:hover{border-color:var(--primary-blue)}.files-list{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem .8rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:5px;font-size:.875rem;gap:.75rem}.file-item span:first-child{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:300}.file-item .file-size{font-size:.8rem;color:var(--gray-500);white-space:nowrap;font-weight:300}.file-item button{background:transparent;border:none;color:var(--gray-400);cursor:pointer;font-size:1.125rem;padding:.25rem;line-height:1;transition:color .2s ease}.file-item button:hover{color:var(--error)}.alert{padding:.85rem 1rem;border-radius:5px;margin-bottom:1.25rem;font-size:.9rem;font-weight:400;line-height:1.4}.alert-success{background:#10b98114;border:1px solid rgba(16,185,129,.3);color:#065f46}.alert-error{background:#ef444414;border:1px solid rgba(239,68,68,.3);color:#991b1b}.btn-submit{width:100%;background:var(--gradient-primary);color:#fff;border:none;padding:.85rem 1.5rem;font-size:1rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #06c3}.btn-submit:hover:not(:disabled){background:var(--gradient-hover);transform:translateY(-1px);box-shadow:0 4px 10px #0066cc40}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.recaptcha-text{text-align:center;font-size:.75rem;color:var(--gray-500);margin-top:1rem;font-weight:300;line-height:1.4}.recaptcha-text a{color:var(--primary-blue);text-decoration:none;margin:0 .25rem}.recaptcha-text a:hover{text-decoration:underline}@media(max-width:768px){.complaint-form{padding:1.5rem}.form-grid{grid-template-columns:1fr}}@media(max-width:480px){.complaint-form{padding:1.25rem}.form-field label{font-size:.85rem}.form-field input,.form-field textarea{font-size:.9rem}}.footer{background:var(--gradient-primary);color:var(--white);margin-top:auto;font-weight:300}.footer-container{max-width:1200px;margin:0 auto;padding:2.5rem 2rem 1.25rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1rem;font-weight:500;margin-bottom:1rem;color:var(--white);letter-spacing:.02em}.footer-section p{margin-bottom:.5rem;line-height:1.6;color:#ffffffe6;font-size:.9rem}.footer-section a{color:var(--white);text-decoration:none;transition:opacity .2s ease}.footer-section a:hover{opacity:.8}.footer-phones{font-weight:400}.footer-cnpj{font-size:.85rem;color:#ffffffbf}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.6rem}.footer-links a{font-size:.9rem;display:inline-block}.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.footer-social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:50%;transition:all .2s ease}.footer-social a:hover{background:#ffffff40;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.25rem;text-align:center}.footer-bottom p{color:#ffffffd9;font-size:.875rem;margin:0}.footer-bottom strong{font-weight:500;color:var(--white)}.footer-vsd{margin-top:.5rem!important;font-size:.8rem!important}.footer-vsd a{color:var(--white);text-decoration:none;font-weight:500;transition:opacity .2s ease}.footer-vsd a:hover{opacity:.8;text-decoration:underline}@media(max-width:768px){.footer-container{padding:2rem 1.5rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.75rem}.footer-section h4{font-size:.95rem}}@media(max-width:480px){.footer-container{padding:1.75rem 1.25rem .875rem}.footer-content{gap:1.5rem}.footer-section{text-align:center}.footer-social{justify-content:center}.footer-bottom p{font-size:.8rem}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2.5rem 1.5rem;max-width:100%}.container{max-width:1200px;margin:0 auto}.content-grid{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.form-column{order:1}.info-column{order:2;position:sticky;top:2rem}.info-box{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014}.info-title{font-size:1.5rem;font-weight:400;color:var(--primary-blue);margin:0 0 1.25rem;letter-spacing:-.01em}.info-text{font-size:.95rem;font-weight:300;color:var(--gray-700);line-height:1.7;margin-bottom:1.5rem}.anonymous-notice{background:#0066cc0a;border-left:3px solid var(--primary-blue);padding:1rem 1.25rem;border-radius:5px;color:var(--gray-700);line-height:1.6;font-size:.9rem;font-weight:300}.anonymous-notice strong{color:var(--primary-blue);font-weight:500;display:block;margin-bottom:.25rem}@media(max-width:1024px){.content-grid{grid-template-columns:1fr 350px;gap:2rem}.info-box{padding:1.5rem}}@media(max-width:768px){.main-content{padding:2rem 1.25rem}.content-grid{grid-template-columns:1fr;gap:2rem}.form-column{order:2}.info-column{order:1;position:static}.info-box{padding:1.5rem}.info-title{font-size:1.375rem}}@media(max-width:480px){.main-content{padding:1.5rem 1rem}.content-grid{gap:1.5rem}.info-box{padding:1.25rem}.info-title{font-size:1.25rem;margin-bottom:1rem}.info-text{font-size:.9rem}.anonymous-notice{font-size:.85rem;padding:.85rem 1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #0066cc;--primary-blue-dark: #004999;--primary-blue-light: #3385db;--secondary-blue: #00539f;--accent-blue: #0088ff;--gradient-primary: linear-gradient(135deg, #0066cc 0%, #00539f 100%);--gradient-hover: linear-gradient(135deg, #0077dd 0%, #0066cc 100%);--gradient-light: linear-gradient(135deg, #3385db 0%, #0066cc 100%);--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);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;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out}body{margin:0;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;color:var(--gray-800);background:linear-gradient(to bottom,var(--gray-50) 0%,var(--white) 100%);min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-blue-dark)}
