:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg-page: #F5F7FA;--bg-surface: #FFFFFF;--bg-subtle: #EDF0F5;--border-light: #E7EAF0;--border-input: #D8DEE9;--border-hover: #CBD5E1;--navy-dark: #0F2D52;--text-main: #0F2D52;--text-secondary: #667085;--text-muted: #667085;--gold-primary: #C89C3D;--gold-gradient: linear-gradient(135deg, #E3C46A 0%, #C89C3D 100%);--gold-hover: linear-gradient(135deg, #D4B45A 0%, #B88928 100%);--color-green: #16A34A;--color-green-bg: #F0FDF4;--color-green-border: #DCFCE7;--color-red: #B91C1C;--color-red-bg: #FEF2F2;--color-red-border: #FEE2E2;--radius-card: 20px;--radius-button: 12px;--radius-input: 12px;--shadow-card: 0 10px 30px rgba(15, 45, 82, .08);--shadow-gold: 0 4px 14px rgba(200, 156, 61, .35)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-page);color:var(--text-main);font-family:var(--font-sans);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}button{font-family:var(--font-sans);cursor:pointer;border:none;outline:none}input,select,textarea{font-family:var(--font-sans)}@keyframes float{0%,to{transform:translateY(0);filter:drop-shadow(0 10px 15px rgba(0,0,0,.08))}50%{transform:translateY(-10px);filter:drop-shadow(0 20px 25px rgba(200,156,61,.22))}}.floating-logo{animation:float 4.5s ease-in-out infinite;display:inline-block}@keyframes timelinePulse{0%,to{transform:scale(1);box-shadow:0 0 18px #22c55e73,0 0 35px #22c55e33}50%{transform:scale(1.06);box-shadow:0 0 24px #22c55ea6,0 0 45px #22c55e59}}.timeline-step-pulse{animation:timelinePulse 2.3s ease-in-out infinite}.timeline-step-pulse-finite{animation:timelinePulse 2.3s ease-in-out 1.3 forwards}.btn-gold{background:var(--gold-gradient);color:#fff;font-weight:700;letter-spacing:.6px;text-transform:uppercase;height:60px;padding:0 32px;border-radius:var(--radius-button);transition:all .25s ease;display:inline-flex;align-items:center;justify:center;gap:10px;box-shadow:var(--shadow-gold);text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-gold:hover{background:var(--gold-hover);transform:translateY(-1px);box-shadow:0 6px 20px #c89c3d73}.btn-gold:disabled{opacity:.85;cursor:not-allowed;transform:none}.btn-secondary{background:var(--bg-surface);color:var(--navy-dark);border:1px solid var(--border-light);font-weight:600;padding:10px 20px;border-radius:var(--radius-button);transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.btn-secondary:hover{background:var(--bg-subtle);border-color:var(--gold-primary);color:var(--gold-primary)}.white-card{background-color:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-card);padding:32px;box-shadow:var(--shadow-card)}.gold-glow-card{width:100%;max-width:720px;background-color:#fff;border-radius:22px;padding:36px 40px;border:1.5px solid rgba(201,162,39,.45);box-shadow:0 0 0 1px #c9a2272e,0 0 18px #c9a2272e,0 0 40px #c9a2271f,0 20px 40px #0f2d5214;transition:all .25s ease;margin-bottom:20px}.gold-glow-card:hover{transform:translateY(-2px);border-color:#c9a227a6;box-shadow:0 0 0 1px #c9a2274d,0 0 30px #c9a2274d,0 0 60px #c9a2272e,0 25px 50px #0f2d521f}.input-field{width:100%;height:58px;background-color:var(--bg-surface);border:1.5px solid var(--border-input);color:var(--text-main);padding:0 20px;border-radius:var(--radius-input);font-size:1.1rem;transition:all .2s ease}.input-field:focus{border-color:#c8a24b;box-shadow:0 0 0 4px #c8a24b26;outline:none}.input-field::placeholder{color:#98a2b3}.form-group{margin-bottom:20px;display:flex;flex-direction:column;gap:6px}.form-label{font-size:.875rem;font-weight:700;color:var(--navy-dark);text-transform:uppercase;letter-spacing:.6px}.badge-status{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:700;width:fit-content}.badge-ativo{background-color:var(--color-green-bg);color:var(--color-green);border:1px solid var(--color-green-border)}.badge-inativo{background-color:var(--color-red-bg);color:var(--color-red);border:1px solid var(--color-red-border)}.badge-analise{background-color:#fffbeb;color:#b45309;border:1px solid #FDE68A}.badge-doc{background-color:#eff6ff;color:#1d4ed8;border:1px solid #BFDBFE}.badge-aguardando{background-color:#ffedd5;color:#c2410c;border:1px solid #FED7AA}.table-container{width:100%;overflow-x:auto;border:1px solid var(--border-light);border-radius:12px;background-color:var(--bg-surface)}.data-table{width:100%;border-collapse:collapse;text-align:left;font-size:.9rem}.data-table th{background-color:#f5f7fa;color:var(--navy-dark);font-weight:700;padding:16px 18px;border-bottom:1px solid var(--border-light);text-transform:uppercase;font-size:.75rem;letter-spacing:.6px}.data-table td{padding:16px 18px;border-bottom:1px solid var(--border-light);color:var(--text-main)}.data-table tbody tr:hover{background-color:#f5f7fa}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f2d5273;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify:center;z-index:1000;padding:20px}.modal-content{background-color:var(--bg-surface);border:1px solid var(--border-light);border-radius:20px;width:100%;max-width:720px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #00000026}.close-btn{background:transparent;color:var(--text-muted);font-size:1.5rem;padding:6px;border-radius:8px}.close-btn:hover{color:var(--navy-dark);background:#edf0f5}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f7fa}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}html,body,#root{width:100%;max-width:100%;overflow-x:hidden!important}@keyframes entryFadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.stagger-entry-1{animation:entryFadeSlideUp .55s cubic-bezier(.16,1,.3,1) .05s both}.stagger-entry-2{animation:entryFadeSlideUp .55s cubic-bezier(.16,1,.3,1) .2s both}.stagger-entry-3{animation:entryFadeSlideUp .55s cubic-bezier(.16,1,.3,1) .38s both}.stagger-entry-4{animation:entryFadeSlideUp .55s cubic-bezier(.16,1,.3,1) .55s both}.stagger-entry-5{animation:entryFadeSlideUp .55s cubic-bezier(.16,1,.3,1) .72s both}.stagger-entry-6{animation:entryFadeSlideUp .55s cubic-bezier(.16,1,.3,1) .88s both}@keyframes particleOrbit{0%{transform:rotate(0) translate(52px) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:rotate(360deg) translate(52px) rotate(-360deg);opacity:0}}@keyframes particleOrbit2{0%{transform:rotate(120deg) translate(48px) rotate(-120deg);opacity:0}10%{opacity:.8}90%{opacity:.8}to{transform:rotate(480deg) translate(48px) rotate(-480deg);opacity:0}}@keyframes particleOrbit3{0%{transform:rotate(240deg) translate(44px) rotate(-240deg);opacity:0}10%{opacity:.7}90%{opacity:.7}to{transform:rotate(600deg) translate(44px) rotate(-600deg);opacity:0}}.active-process-particles{position:absolute;top:50%;left:0;width:88px;height:88px;margin-top:-44px;pointer-events:none;z-index:1}.particle{position:absolute;top:50%;left:50%;width:7px;height:7px;margin:-3.5px 0 0 -3.5px;border-radius:50%;background:#22c55ebf;filter:blur(1px)}.particle.p1{animation:particleOrbit 7s ease-in-out infinite}.particle.p2{width:5px;height:5px;background:#86efacd9;animation:particleOrbit2 8s ease-in-out 1s infinite}.particle.p3{width:6px;height:6px;background:#16a34ab3;animation:particleOrbit3 9s ease-in-out 2.5s infinite}@keyframes activeProcessWaves{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.active-process-bg-waves{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(115deg,#f0fdf4f2,#dcfce773,#f0fdf4f2 70%,#bbf7d066);background-size:200% 200%;animation:activeProcessWaves 12s ease-in-out infinite;z-index:1}@keyframes shieldGlowBreathe{0%,to{filter:drop-shadow(0 0 8px rgba(34,197,94,.55)) drop-shadow(0 0 18px rgba(34,197,94,.28))}50%{filter:drop-shadow(0 0 16px rgba(34,197,94,.85)) drop-shadow(0 0 32px rgba(34,197,94,.5)) drop-shadow(0 0 52px rgba(34,197,94,.22))}}@keyframes shieldHaloRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shieldHaloRotateReverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes shieldOuterGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.75;transform:scale(1.06)}}.active-process-shield-wrapper{position:relative;width:110px;height:110px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.active-process-shield-wrapper:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.25) 0%,transparent 70%);animation:shieldOuterGlow 4s ease-in-out infinite;pointer-events:none}.shield-orbit-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;animation:shieldHaloRotate 8s linear infinite}.orbit-dot{position:absolute;top:50%;left:50%;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55ee6,0 0 12px #22c55e80}.od-1{width:6px;height:6px;margin:-3px 0 0 -3px;transform:rotate(0) translate(50px);opacity:1}.od-2{width:5px;height:5px;margin:-2.5px 0 0 -2.5px;transform:rotate(45deg) translate(50px);opacity:.85}.od-3{width:7px;height:7px;margin:-3.5px 0 0 -3.5px;transform:rotate(90deg) translate(50px);opacity:1}.od-4{width:5px;height:5px;margin:-2.5px 0 0 -2.5px;transform:rotate(135deg) translate(50px);opacity:.75}.od-5{width:6px;height:6px;margin:-3px 0 0 -3px;transform:rotate(180deg) translate(50px);opacity:.9}.od-6{width:4px;height:4px;margin:-2px 0 0 -2px;transform:rotate(225deg) translate(50px);opacity:.65}.od-7{width:6px;height:6px;margin:-3px 0 0 -3px;transform:rotate(270deg) translate(50px);opacity:1}.od-8{width:5px;height:5px;margin:-2.5px 0 0 -2.5px;transform:rotate(315deg) translate(50px);opacity:.8}.active-process-shield-icon{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;animation:shieldGlowBreathe 4s ease-in-out infinite}@keyframes clockPulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes timeTextFade{0%,to{opacity:1}50%{opacity:.82}}.active-process-clock-icon{animation:clockPulse 3.5s ease-in-out infinite}.active-process-time-text{animation:timeTextFade 4s ease-in-out infinite}@keyframes greenLightSweep{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes whiteLightSweep{0%{transform:translate(-100%)}to{transform:translate(200%)}}.timeline-green-light-sweep{position:absolute;top:0;bottom:0;left:0;width:60%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.75) 50%,transparent 100%);animation:greenLightSweep 3s cubic-bezier(.4,0,.6,1) infinite}.timeline-white-light-sweep{position:absolute;top:0;bottom:0;left:0;width:60%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:whiteLightSweep 3s cubic-bezier(.4,0,.6,1) infinite}@keyframes greenSegmentSweep{0%{transform:translate(-100%)}to{transform:translate(300%)}}@keyframes whiteSegmentSweep{0%{transform:translate(-100%)}to{transform:translate(300%)}}.segmented-green-sweep{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.8) 50%,transparent 100%);animation:greenSegmentSweep 4s ease-in-out infinite}.segmented-white-sweep{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.45) 50%,transparent 100%);animation:whiteSegmentSweep 4s ease-in-out infinite}@keyframes textGreenGlowPulse{0%,75%,to{text-shadow:none;color:#92400e}88%{text-shadow:0 0 8px rgba(34,197,94,.5),0 0 14px rgba(34,197,94,.25);color:#15803d}}.status-green-glow-text{animation:textGreenGlowPulse 6s ease-in-out infinite}.warranty-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;margin-top:8px}@media(max-width:768px){.warranty-cards-grid{grid-template-columns:1fr;gap:12px}}.institution-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:950px;margin:0 auto;width:100%}@media(max-width:640px){.institution-grid{grid-template-columns:1fr}}@keyframes hourglassTurn{0%{transform:rotate(0)}35%{transform:rotate(0)}50%{transform:rotate(180deg)}85%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes hourglassGlow{0%,to{box-shadow:0 0 8px #f59e0b4d,0 0 16px #f59e0b26}50%{box-shadow:0 0 12px #f59e0b80,0 0 24px #f59e0b40}}.institution-status--protocolado{color:#1e40af!important;background-color:#eff6ff!important;border:1.5px solid #bfdbfe!important;box-shadow:0 0 10px #2563eb40,0 0 22px #2563eb24!important;position:relative;overflow:hidden}.institution-status--protocolado:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 14px #2563eb1f}.institution-status--protocolado .status-icon,.institution-status--protocolado .institution-icon{background-color:#dbeafe!important;color:#2563eb!important;box-shadow:0 0 8px #2563eb4d!important}.institution-status--protocolado .status-dot{background-color:#2563eb!important;box-shadow:0 0 8px #2563ebb3!important}.institution-status--esperando_baixa,.institution-status--solicitado{color:#92400e!important;background-color:#fffbeb!important;border:1.5px solid #fde68a!important;box-shadow:0 0 10px #f59e0b40,0 0 22px #f59e0b24!important;position:relative;overflow:hidden}.institution-status--esperando_baixa:after,.institution-status--solicitado:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 14px #f59e0b1f}.institution-status--esperando_baixa .status-icon,.institution-status--esperando_baixa .institution-icon,.institution-status--solicitado .status-icon,.institution-status--solicitado .institution-icon{background-color:#fef3c7!important;color:#d97706!important;animation:hourglassGlow 2.8s ease-in-out infinite!important}.institution-status--esperando_baixa .status-icon svg,.institution-status--esperando_baixa .institution-icon svg,.institution-status--solicitado .status-icon svg,.institution-status--solicitado .institution-icon svg{animation:hourglassTurn 2.8s ease-in-out infinite!important;transform-origin:center!important}.institution-status--esperando_baixa .status-dot,.institution-status--solicitado .status-dot{background-color:#f59e0b!important;box-shadow:0 0 8px #f59e0bb3!important}.institution-status--baixado{color:#166534!important;background-color:#f0fdf4!important;border:1.5px solid #bbf7d0!important;box-shadow:0 0 10px #22c55e40,0 0 22px #22c55e24!important;position:relative;overflow:hidden}.institution-status--baixado:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 14px #22c55e1f}.institution-status--baixado .status-icon{background-color:#dcfce7!important;color:#166534!important;box-shadow:0 0 8px #22c55e4d!important}.institution-status--baixado .status-dot{background-color:#22c55e!important;box-shadow:0 0 8px #22c55eb3!important}.institution-status--pendencia_processo,.institution-status--pendencia{color:#991b1b!important;background-color:#fef2f2!important;border:1.5px solid rgba(239,68,68,.4)!important;box-shadow:0 0 10px #ef444440,0 0 22px #ef444424!important;position:relative;overflow:hidden}.institution-status--pendencia_processo:after,.institution-status--pendencia:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 14px #ef44441f}.institution-status--pendencia_processo .status-icon,.institution-status--pendencia .status-icon{background-color:#fee2e2!important;color:#dc2626!important;box-shadow:0 0 8px #ef4444cc,0 0 16px #ef444473!important}.institution-status--pendencia_processo .status-dot,.institution-status--pendencia .status-dot{background-color:#dc2626!important;box-shadow:0 0 8px #ef4444cc,0 0 16px #ef444473!important}.bulk-select--protocolado{color:#1e40af!important;border-color:#bfdbfe!important;background-color:#eff6ff!important;box-shadow:0 0 10px #2563eb33!important}.bulk-select--solicitado,.bulk-select--esperando_baixa{color:#92400e!important;border-color:#fde68a!important;background-color:#fffbeb!important;box-shadow:0 0 10px #f59e0b33!important}.bulk-select--baixado{color:#166534!important;border-color:#bbf7d0!important;background-color:#f0fdf4!important;box-shadow:0 0 10px #22c55e33!important}.bulk-select--pendencia,.bulk-select--pendencia_processo{color:#991b1b!important;border-color:#ef44448c!important;background-color:#fef2f2!important;box-shadow:0 0 10px #ef444447,0 0 22px #ef444429!important}@media(prefers-reduced-motion:reduce){.institution-status--esperando_baixa .status-icon svg,.institution-status--esperando_baixa .institution-icon svg,.institution-status--esperando_baixa .status-icon,.institution-status--esperando_baixa .institution-icon,.institution-status--solicitado .status-icon svg,.institution-status--solicitado .institution-icon svg,.institution-status--solicitado .status-icon,.institution-status--solicitado .institution-icon{animation:none!important}.institution-status--protocolado,.bulk-select--protocolado{box-shadow:none!important}}.desktop-timeline{display:block}html,body,#root{width:100%;max-width:100%;min-height:100dvh}body{overflow-x:clip;overflow-y:auto}*{box-sizing:border-box}.admin-layout,.admin-main,.admin-content,.admin-main-content{width:100%!important;max-width:100%!important;min-width:0!important;min-height:100dvh!important;height:auto!important;overflow-x:visible!important;overflow-y:visible!important;box-sizing:border-box!important}.admin-content>*,.admin-main>*,.admin-main-content>*{min-width:0!important}.table-container,.admin-table-scroll,.integrantes-table-wrapper,.associados-table-wrapper,.consultas-table-wrapper{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y!important;overscroll-behavior-x:contain!important;box-sizing:border-box!important}.table-container table,.admin-table-scroll table,.integrantes-table-wrapper table,.associados-table-wrapper table,.consultas-table-wrapper table,.data-table{width:100%!important;max-width:100%!important;table-layout:fixed!important;box-sizing:border-box!important}img,svg,video,canvas{max-width:100%;height:auto}.modal-content{width:min(calc(100vw - 24px),900px);max-height:90vh;overflow-y:auto}.add-associate-modal{width:min(640px,calc(100vw - 32px))!important;max-height:calc(100vh - 32px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:0!important;border-radius:20px!important}.add-associate-form{min-height:0;display:flex;flex:1;flex-direction:column;overflow:hidden}.add-associate-body{min-height:0;overflow-y:auto;padding:28px 34px}.add-associate-footer{display:flex;justify-content:flex-end;gap:12px;padding:18px 34px;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0}.bulk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;align-items:end;margin-bottom:24px;max-width:100%;box-sizing:border-box}.bulk-select{width:100%;min-width:0;max-width:100%;height:54px;padding:0 40px 0 16px;border:1.5px solid #d8dee8;border-radius:14px;background-color:#fff;color:#082f58;font-size:15px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.bulk-select:focus{outline:none;border-color:#c9a227;box-shadow:0 0 0 3px #c9a22733}@media(max-width:768px){.desktop-timeline{display:block!important}.desktop-sidebar{display:none!important}.mobile-header{display:flex!important}.admin-main,.admin-main-content{margin-left:0!important;padding:76px 12px 24px!important;width:100%!important;max-width:100%!important;min-height:100dvh!important;height:auto!important;overflow-y:visible!important}.admin-page-title,.admin-main-content h1,.admin-main h1{font-size:clamp(1.3rem,6vw,1.75rem)!important;line-height:1.25!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}.admin-header-bar,.lote-header-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important}.admin-header-bar button,.admin-header-bar a,.lote-header-actions button,.lote-header-actions a{width:100%!important;max-width:100%!important;justify-content:center!important}.dashboard-stats-grid,.bulk-grid,.mass-update-grid{grid-template-columns:1fr!important;gap:14px!important}.bulk-select{width:100%!important;max-width:100%!important;height:50px!important}.mass-update-submit-btn{width:100%!important;max-width:100%!important;white-space:normal!important;text-align:center!important;padding:12px 16px!important;height:auto!important;min-height:50px!important}.white-card,.matte-card{padding:18px 14px!important;border-radius:16px!important;max-width:100%!important}.gold-glow-card{padding:22px 16px!important;border-radius:18px!important;width:100%!important}.btn-gold{height:52px!important;padding:0 16px!important;font-size:.875rem!important}.desktop-timeline{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.institution-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important;width:100%!important}@media(max-width:1024px){.institution-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}}@media(max-width:640px){.institution-grid{grid-template-columns:1fr!important;gap:14px!important}}.modal-overlay{padding:12px 10px!important;overflow-y:auto!important;align-items:flex-start!important}.modal-content,.admin-modal,.add-associate-modal{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 24px)!important;overflow-y:auto!important;border-radius:16px!important;margin:12px auto!important;touch-action:pan-y!important}.modal-content form div[style*=gridTemplateColumns],.add-associate-body div[style*=gridTemplateColumns],.form-grid-2{grid-template-columns:1fr!important;gap:12px!important}.add-associate-body{padding:18px 14px!important}.add-associate-footer,.modal-footer{padding:14px 16px!important;flex-direction:column-reverse!important;gap:10px!important}.add-associate-footer button,.modal-footer button{width:100%!important}}.steps-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;width:100%}@media(max-width:768px){.public-header{padding:12px 14px!important}.brand-slogan-text{display:none!important}.admin-login-header-btn{padding:6px 10px!important}.admin-btn-text{font-size:.75rem!important}.steps-connecting-line{display:none!important}.como-funciona-section{padding:32px 16px!important}.como-funciona-header-side{min-width:100%!important;border-right:none!important;border-bottom:1px solid #E7EAF0!important;padding-right:0!important;padding-bottom:16px!important;margin-bottom:8px!important}.steps-grid-5{grid-template-columns:1fr!important;gap:16px!important}.step-card-item{display:flex!important;align-items:flex-start!important;gap:14px!important;padding:12px 14px!important;background-color:#f8fafc!important;border-radius:12px!important;border:1px solid #E2E8F0!important}}.hero-content{animation:heroFadeIn .7s ease-out both}.hero-title{text-shadow:0 2px 8px rgba(8,42,78,.18),0 0 18px rgba(218,174,70,.16);animation:heroFloat 4s ease-in-out infinite;will-change:transform}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-title,.hero-content{animation:none!important}}@media(max-width:640px){.public-header{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;padding:14px 16px!important;width:100%!important;max-width:100vw!important;box-sizing:border-box!important;overflow:hidden!important}.public-header .brand-area{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:10px!important;min-width:0!important}.public-header .admin-btn-wrapper{margin-left:0!important;width:100%!important;display:flex!important;justify-content:center!important}.public-header .admin-button{width:auto!important;max-width:calc(100vw - 32px)!important;white-space:normal!important;text-align:center!important;padding:8px 16px!important}}@media(max-width:480px){.search-input{width:100%!important;min-width:0!important;font-size:15px!important;padding:14px 14px 14px 44px!important;height:52px!important}.search-input::placeholder{font-size:13.5px!important}}@media(max-width:640px){.brand-title{font-size:clamp(22px,6.5vw,34px)!important;max-width:280px!important;overflow-wrap:normal!important;text-align:center!important}.associate-card-right-container{width:100%!important;align-items:center!important;margin-top:6px!important}.consulta-realizada-em{text-align:center!important;white-space:normal!important;font-size:.775rem!important}}@page{size:A4 portrait;margin:4mm}@media print{html,body{width:210mm!important;height:auto!important;margin:0!important;padding:0!important;background:#fff!important;font-size:11px!important;overflow:visible!important}*{animation:none!important;transition:none!important;box-shadow:none!important;filter:none!important;text-shadow:none!important}.no-print,.new-search-button,.admin-area-button,.admin-login-header-btn,.modal-overlay,.timeline-scroll-hint{display:none!important}.tracking-header{display:flex!important;justify-content:center!important;align-items:center!important;padding:6px 12px!important;margin-bottom:4px!important;border-bottom:2px solid #c9a227!important;background:#fff!important;position:static!important;box-shadow:none!important}.tracking-header .brand-area{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:0 auto!important}.tracking-header img{width:38px!important;height:38px!important}.tracking-header .brand-title{font-size:1.15rem!important;color:#082f58!important}.tracking-header .brand-slogan-text{display:block!important;font-size:.725rem!important;color:#c89b2e!important}.tracking-main-content,.print-page-content,.print-report{width:100%!important;max-width:100%!important;margin:0!important;padding:0 2px!important;display:flex!important;flex-direction:column!important;gap:6px!important;box-sizing:border-box!important;zoom:.9}.white-card{padding:8px 12px!important;margin-bottom:0!important;border-radius:8px!important;border:1px solid #cbd5e1!important;box-shadow:none!important;break-inside:avoid!important;page-break-inside:avoid!important}.associate-info-card{padding:8px 12px!important}.associate-info-card h1{font-size:1.1rem!important}.associate-card-right-container{display:flex!important;flex-direction:column!important;align-items:flex-end!important}.consulta-realizada-em{display:block!important;font-size:.7rem!important;color:#475569!important;font-weight:600!important;text-align:right!important}.active-process-card{padding:8px 12px!important;min-height:auto!important;border-radius:10px!important}.active-process-card h2{font-size:.95rem!important}.active-process-card p{font-size:.775rem!important}.process-timeline-card{padding:8px 12px!important}.process-timeline-card h2{font-size:1rem!important}.process-timeline-card p{font-size:.75rem!important;margin-top:1px!important}.process-timeline-scroll{overflow:visible!important;padding-bottom:0!important}.process-timeline-inner{min-width:100%!important;width:100%!important;margin-top:4px!important}.process-step{width:20%!important;min-width:20%!important;padding:0 2px!important}.process-step-title{font-size:.775rem!important;font-weight:800!important;min-height:28px!important;line-height:1.2!important}.process-step-description{font-size:.7rem!important;min-height:44px!important;line-height:1.3!important;padding:0 4px!important}.institution-panel{padding:8px 12px!important;break-inside:avoid!important;page-break-inside:avoid!important}.institution-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:6px!important}.institution-card{height:60px!important;min-height:60px!important;padding:6px 10px!important;gap:4px!important;border-radius:10px!important;break-inside:avoid!important;page-break-inside:avoid!important}.status-icon{width:26px!important;height:26px!important}.status-icon svg,.institution-icon svg{width:14px!important;height:14px!important}.institution-card span[style*=textTransform]{font-size:.775rem!important}.institution-card span[style*=backgroundColor]{min-width:130px!important;padding:2px 8px!important;font-size:.675rem!important;margin-bottom:0!important}.process-progress-card{padding:6px 12px!important}.process-data-section{padding:8px 12px!important}.process-data-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.process-data-card{padding:6px 10px!important;min-height:40px!important;border-radius:8px!important}.process-data-label{font-size:.65rem!important}.process-data-value{font-size:.8rem!important}.warranty-cards-grid,.benefits-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin-top:4px!important;break-inside:avoid!important;page-break-inside:avoid!important}.warranty-cards-grid .white-card,.benefit-card{padding:6px 10px!important;min-height:auto!important;border-radius:8px!important;gap:8px!important;break-inside:avoid!important;page-break-inside:avoid!important}.warranty-cards-grid .white-card div[style*="fontSize: '0.95rem'"],.warranty-cards-grid .white-card div[style*="fontSize: 0.95rem"]{font-size:.8rem!important}.warranty-cards-grid .white-card div[style*="fontSize: '0.8rem'"],.warranty-cards-grid .white-card div[style*="fontSize: 0.8rem"]{font-size:.7rem!important}.tracking-footer{padding:6px 10px!important;margin-top:4px!important;margin-bottom:0!important;border-radius:8px!important;font-size:.725rem!important;break-inside:avoid!important;page-break-inside:avoid!important}.tracking-footer div{margin-bottom:1px!important}.print-section,.white-card,.institution-panel,.process-timeline-card,.process-progress-card,.process-data-section,.warranty-cards-grid,.benefits-grid,.tracking-footer{break-inside:avoid!important;page-break-inside:avoid!important}}@keyframes iconRotatePause{0%{transform:rotate(0)}30%{transform:rotate(0)}48%{transform:rotate(180deg)}80%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes iconGlowPulseGreen{0%,to{box-shadow:0 0 #22c55e00;filter:brightness(1)}50%{box-shadow:0 0 10px #22c55e80,0 0 20px #22c55e33;filter:brightness(1.08)}}@keyframes iconGlowPulseRed{0%,to{box-shadow:0 0 #ef444400}50%{box-shadow:0 0 10px #ef444473,0 0 20px #ef44442e}}.institution-icon.icon-anim--rotate svg{animation:iconRotatePause 3.2s cubic-bezier(.4,0,.6,1) infinite;transform-origin:center;transform-box:fill-box;display:block}.institution-icon.icon-anim--pulse-green{animation:iconGlowPulseGreen 3.5s ease-in-out infinite}.institution-icon.icon-anim--pulse-red{animation:iconGlowPulseRed 2.8s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.shield-orbit-ring,.active-process-shield-icon,.active-process-shield-wrapper:before,.active-process-bg-waves,.timeline-green-light-sweep,.timeline-white-light-sweep,.timeline-step-pulse,.timeline-step-pulse-finite,.segmented-green-sweep,.segmented-white-sweep,.active-process-clock-icon,.active-process-time-text,.animated-dots,.institution-icon.icon-anim--rotate svg,.institution-icon.icon-anim--pulse-green,.institution-icon.icon-anim--pulse-red,.stagger-entry-1,.stagger-entry-2,.stagger-entry-3,.stagger-entry-4,.stagger-entry-5,.stagger-entry-6,.hero-title,.hero-content,.floating-logo{animation:none!important;transition:none!important;transform:none!important;filter:none!important}}@media(min-width:769px){.desktop-sidebar{width:240px!important}.admin-main-wrapper,.admin-main{margin-left:240px!important;padding:18px 20px!important}.white-card{padding:22px 24px!important;border-radius:16px!important}.gold-glow-card{padding:24px 28px!important;border-radius:18px!important;max-width:640px!important}.matte-card{padding:16px 20px!important;border-radius:14px!important}.matte-card.table-card-reset{padding:0!important;overflow:hidden!important}.active-process-card{padding:16px 22px!important;border-radius:14px!important}.institution-card{height:122px!important;min-height:122px!important;padding:12px 14px!important;border-radius:16px!important}.input-field{height:44px!important;padding:0 16px!important;font-size:.885rem!important;border-radius:10px!important}.form-group{margin-bottom:14px!important;gap:4px!important}.form-label{font-size:.775rem!important;letter-spacing:.5px!important}.bulk-select{height:44px!important;font-size:.85rem!important;border-radius:10px!important}.btn-gold{height:44px!important;padding:0 22px!important;font-size:.825rem!important;letter-spacing:.5px!important;border-radius:10px!important}.btn-secondary{padding:7px 14px!important;font-size:.8rem!important;border-radius:10px!important}.admin-area-button{padding:6px 14px!important;font-size:.8rem!important}.badge-status{padding:4px 10px!important;font-size:.765rem!important;border-radius:16px!important;gap:5px!important}.admin-table-wrapper,.table-container{width:100%!important;max-width:100%!important;overflow-x:auto!important;box-sizing:border-box!important;border-radius:10px!important}.data-table{width:100%!important;min-width:960px!important;table-layout:fixed!important;font-size:.825rem!important}.data-table th{padding:8px 6px!important;font-size:.685rem!important;box-sizing:border-box!important}.data-table td{padding:8px 6px!important;box-sizing:border-box!important}.data-table th:first-child,.data-table td:first-child{padding-left:8px!important;padding-right:4px!important}.data-table th:last-child,.data-table td:last-child{padding-right:14px!important}.data-table input[type=checkbox]{width:15px!important;height:15px!important}.admin-page-title,.admin-main-content h1,.admin-main h1{font-size:1.55rem!important;line-height:1.25!important}.tracking-main-content{max-width:1060px!important;padding:18px 20px 36px!important;gap:14px!important}.tracking-header{padding:10px 32px!important}.modal-content{border-radius:16px!important;padding:24px!important}}@keyframes pulseGlowGreen{0%{box-shadow:0 0 #22c55e99;transform:scale(1)}50%{box-shadow:0 0 20px 4px #22c55e66;transform:scale(1.04)}to{box-shadow:0 2px 12px #22c55e1a;transform:scale(1)}}@keyframes clockPulse{0%{transform:scale(1) rotate(0)}50%{transform:scale(1.3) rotate(15deg)}to{transform:scale(1) rotate(0)}}.badge-pulse-glow{animation:pulseGlowGreen 1.2s ease-in-out!important}.icon-pulse-clock{animation:clockPulse 1.2s ease-in-out!important}.process-timeline-scroll::-webkit-scrollbar{height:4px}.process-timeline-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.process-timeline-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}@media(min-width:769px){.timeline-scroll-hint{display:none!important}}@media(max-width:768px){.admin-main-wrapper,.admin-main,.admin-content,.dashboard-content{margin-left:0!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:76px 12px 24px!important;box-sizing:border-box!important;overflow-x:hidden!important}.admin-page-title{font-size:1.25rem!important;line-height:1.3!important;white-space:normal!important;word-break:normal!important}.dashboard-stats-grid{grid-template-columns:1fr!important;gap:12px!important}.admin-table-wrapper,.table-container,.associados-table-wrapper,.consultas-table-wrapper,.lotes-table-wrapper{width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important;border-radius:10px!important}.data-table,.admin-table-wrapper .data-table,.table-container .data-table,.associados-table-wrapper .data-table,.consultas-table-wrapper .data-table,.lotes-table-wrapper .data-table{min-width:850px!important;width:850px!important;table-layout:fixed!important}.admin-main-wrapper footer{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:16px 8px!important;text-align:center!important;margin-top:24px!important}}
