.pi-cookie-accordion { cursor: pointer; width:100%; max-width:500px;}.pi-cookie-accordion-header { display: flex; align-items: center; justify-content: space-between; cursor: pointer;}.pi-cookie-chevron { display: inline-block; vert margin-left: 10px; transition: transform 0.25s ease; transform:translateY(2px);}.pi-cookie-accordion.active .pi-cookie-chevron { transform: translateY(2px) rotate(180deg);}.pi-cookie-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.25s ease, opacity 0.2s ease; opacity: 0;}.pi-cookie-accordion.active .pi-cookie-accordion-content { max-height: 200px; opacity: 1;}[hidden] { display: none !important;}.pi-cookie-links {display:inline-block}.pi-cookie-links a {color:inherit}.pi-cookie-modal__close { position: absolute; top: 5px; right: 12px; background: transparent; border: none; font-size: 25px; cursor: pointer; color: #6b7280;}.pi-cookie-modal__close:hover { color: #111827;}.pi-cookie-open-link { cursor: pointer; color: #2563eb; text-decoration: underline;}.pi-cookie-open-link:hover { opacity: 0.8;}.pi-cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 99999; display: flex; justify-content: center;}.pi-cookie-card { max-width: 760px; width: 100%; background: #111827; color: #fff; border-radius: 14px; padding: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: min(13px,3vw);}.pi-cookie-title { margin: 0 0 8px; font-size: 18px;}.pi-cookie-text { margin: 0 0 14px; line-height: 1.5;}.pi-cookie-actions,.pi-cookie-modal__actions { display: flex; flex-wrap: wrap; gap: 10px;}.pi-cookie-btn { border: 0; border-radius: 10px; padding: 10px 14px; font-weight: 600; cursor: pointer; font-size:14px;}.pi-cookie-btn-accept { background: #2563eb; color: #fff;}.pi-cookie-btn-reject { background: #374151; color: #fff;}.pi-cookie-btn-pref,.pi-cookie-btn-save { background: #e5e7eb; color: #111827;}.pi-cookie-modal { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 20px;}.pi-cookie-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.55);}.pi-cookie-modal__panel { position: relative; z-index: 1; width: 100%; max-width: 640px; background: #fff; color: #111827; border-radius: 16px; padding: 24px; font-size:min(13px,3vw);}.pi-cookie-option { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid #e5e7eb;}.pi-cookie-option p { margin: 4px 0 0; font-size:min(13px,3vw);}.pi-cookie-switch { display: inline-flex; align-items: center;}.pi-cookie-switch input { display: none;}.pi-cookie-switch span { width: 46px; height: 26px; border-radius: 999px; background: #d1d5db; position: relative; display: inline-block;}.pi-cookie-switch span::after { content: ""; width: 20px; height: 20px; border-radius: 50%; background: #fff; position: absolute; top: 3px; left: 3px; transition: transform .2s ease;}.pi-cookie-switch input:checked + span { background: #2563eb;}.pi-cookie-switch input:checked + span::after { transform: translateX(20px);}.pi-cookie-switch input:disabled + span { opacity: .7;}