/* TECMARC LABS - e-Cookies v1.0 | Software Proprietário | © 2026 TECMARC - Todos os direitos reservados. */
:root {--ec-bg-main:#0b132b;--ec-primary:#00b4d8;--ec-btn-accept:#0077b6;--ec-text:#e2e8f0;--ec-muted:#64748b;}#tecmarc-cookie-banner {position:fixed;bottom:0;left:0;width:100%;z-index:999999;background-color:#0b132b;border-top:4px solid #00b4d8;color:#ffffff;font-family:'Inter', sans-serif;padding:10px 25px;box-shadow:0 -10px 25px rgba(0, 0, 0, 0.5);display:flex;flex-direction:column;gap:10px;transform:translateY(100%);animation:slideUp 0.5s forwards ease-out;box-sizing:border-box;}@keyframes slideUp {to {transform:translateY(0);}}.tecmarc-cookie-close {position:absolute;top:12px;right:15px;background:transparent;border:none;color:#64748b;font-size:20px;font-weight:bold;cursor:pointer;line-height:1;padding:0;transition:color 0.3s ease;}.tecmarc-cookie-close:hover {color:#00b4d8;}.tecmarc-cookie-content {display:flex;align-items:center;gap:15px;justify-content:space-between;}.tecmarc-cookie-logo {max-height:58px;width:auto;flex-shrink:0;}.tecmarc-cookie-text {max-width:60%;}.tecmarc-cookie-text p {margin:0;font-size:13px;line-height:1.4;color:#e2e8f0;}.tecmarc-cookie-buttons {display:flex;flex-direction:row;gap:10px;align-items:center;flex-wrap:nowrap;margin-right:30px;padding-right:15px;}.tecmarc-secondary-buttons {display:flex;gap:10px;}.tecmarc-btn {padding:8px 14px;border:none;border-radius:4px;font-weight:bold;cursor:pointer;transition:all 0.3s ease;font-size:12px;white-space:nowrap;}.tecmarc-btn-accept {background-color:#00b4d8;color:#0b132b;}.tecmarc-btn-accept:hover {background-color:#0096b4;}.tecmarc-btn-reject, .tecmarc-btn-customize {background-color:transparent;color:#00b4d8;border:1px solid #00b4d8;}.tecmarc-btn-reject:hover, .tecmarc-btn-customize:hover {background-color:rgba(0, 180, 216, 0.1);}.tecmarc-cookie-footer {text-align:center;font-size:11px;color:#64748b;margin-top:5px;border-top:1px solid rgba(255,255,255,0.1);padding-top:5px;}@media (max-width:768px) {#tecmarc-cookie-banner {padding:12px 15px;max-height:85vh;overflow-y:auto;}.tecmarc-cookie-close {top:8px;right:10px;}.tecmarc-cookie-content {flex-direction:column;text-align:center;gap:10px;}.tecmarc-cookie-logo {max-height:32px;}.tecmarc-cookie-text {max-width:100%;}.tecmarc-cookie-text p {font-size:11px;line-height:1.3;padding-right:0;}.tecmarc-cookie-buttons {flex-direction:column;width:100%;margin-right:0;padding-right:0;}.tecmarc-secondary-buttons {flex-direction:row;width:100%;justify-content:space-between;}.tecmarc-secondary-buttons .tecmarc-btn {flex:1;}.tecmarc-btn-accept {width:100%;}.tecmarc-cookie-footer {font-size:9px;margin-top:5px;}}#ecookies-badge {position:fixed;bottom:20px;left:20px;z-index:999990;background-color:#0b132b;border:2px solid #00b4d8;border-radius:50%;width:45px;height:45px;display:none;justify-content:center;align-items:center;cursor:pointer;animation:ecookies-shield-pulse 3s infinite ease-in-out;transition:transform 0.3s ease;}#ecookies-badge:hover {transform:scale(1.1);animation-play-state:paused;}#ecookies-badge img {max-height:28px;width:auto;}#ecookies-badge::after {content:"Gerenciar Privacidade e Cookies";position:absolute;left:55px;background-color:#0b132b;color:#ffffff;padding:6px 12px;border-radius:4px;border:1px solid #00b4d8;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.3s ease;font-family:'Inter', sans-serif;}#ecookies-badge:hover::after {opacity:1;}#ecookies-modal-overlay {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);z-index:999999;display:none;justify-content:center;align-items:center;backdrop-filter:blur(3px);}#ecookies-modal {background-color:#0b132b;border:1px solid #00b4d8;border-radius:8px;width:90%;max-width:600px;padding:25px;color:#ffffff;font-family:'Inter', sans-serif;position:relative;box-sizing:border-box;box-shadow:0 10px 30px rgba(0, 0, 0, 0.8);}.ecookies-modal-close {position:absolute;top:15px;right:20px;background:transparent;border:none;color:#64748b;font-size:24px;cursor:pointer;transition:color 0.3s ease;line-height:1;padding:0;}.ecookies-modal-close:hover {color:#00b4d8;}.ecookies-modal-title {font-size:18px;font-weight:bold;margin-bottom:15px;border-bottom:2px solid #00b4d8;padding-bottom:5px;display:inline-block;}.ecookies-category {display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255, 255, 255, 0.1);}.ecookies-category:last-of-type {border-bottom:none;}.ecookies-category-info h4 {margin:0 0 5px 0;font-size:14px;color:#e2e8f0;}.ecookies-category-info p {margin:0;font-size:12px;color:#64748b;max-width:90%;}.ecookies-switch {position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;}.ecookies-switch input {opacity:0;width:0;height:0;}.ecookies-slider {position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#64748b;transition:.4s;border-radius:24px;}.ecookies-slider:before {position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:white;transition:.4s;border-radius:50%;}input:checked + .ecookies-slider {background-color:#00b4d8;}input:checked + .ecookies-slider:before {transform:translateX(20px);}input:disabled + .ecookies-slider {background-color:#0077b6;opacity:0.6;cursor:not-allowed;}.ecookies-save-btn {width:100%;padding:12px;margin-top:20px;background-color:#0077b6;color:#ffffff;border:none;border-radius:4px;font-weight:bold;cursor:pointer;transition:0.3s;font-size:14px;}.ecookies-save-btn:hover {background-color:#005f8f;}@keyframes ecookies-shield-pulse {0% {transform:scale(1);box-shadow:0 0 0 0 rgba(0, 180, 216, 0.6);}70% {transform:scale(1.08);box-shadow:0 0 0 12px rgba(0, 180, 216, 0);}100% {transform:scale(1);box-shadow:0 0 0 0 rgba(0, 180, 216, 0);}}