:root{--gdpr-primary: #2196F3;--gdpr-primary-hover: #1976D2;--gdpr-secondary: #ffffff;--gdpr-secondary-hover: #f5f5f5;--gdpr-text: #333333;--gdpr-text-light: #666666;--gdpr-text-muted: #888888;--gdpr-border: #e0e0e0;--gdpr-success: #4CAF50;--gdpr-background: #ffffff;--gdpr-overlay: rgba(0, 0, 0, .3);--gdpr-shadow: 0 4px 20px rgba(0, 0, 0, .15);--gdpr-radius: 8px}.cookie-consent-overlay{position:fixed;inset:0;z-index:9998;pointer-events:none}.cookie-consent-popup{position:fixed;bottom:20px;right:20px;width:420px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow-y:auto;background:var(--gdpr-background);border-radius:var(--gdpr-radius);box-shadow:var(--gdpr-shadow);z-index:9999;animation:slideInFromRight .3s ease-out;pointer-events:auto}.cookie-preferences-popup{width:480px;max-width:calc(100vw - 40px)}.cookie-consent-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--gdpr-border)}.cookie-consent-title{margin:0;font-size:18px;font-weight:600;color:var(--gdpr-text)}.cookie-consent-close{background:none;border:none;font-size:20px;color:var(--gdpr-text-light);cursor:pointer;padding:4px 8px;line-height:1;transition:color .2s}.cookie-consent-close:hover{color:var(--gdpr-text)}.cookie-consent-content{padding:16px 20px}.cookie-consent-content p{margin:0;font-size:14px;line-height:1.6;color:var(--gdpr-text-light)}.cookie-consent-buttons{display:flex;flex-wrap:wrap;gap:10px;padding:16px 20px;border-top:1px solid var(--gdpr-border)}.cookie-btn{flex:1;min-width:100px;padding:10px 16px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s;text-align:center}.cookie-btn-primary{background:var(--gdpr-primary);color:#fff;border:1px solid var(--gdpr-primary)}.cookie-btn-primary:hover{background:var(--gdpr-primary-hover);border-color:var(--gdpr-primary-hover)}.cookie-btn-secondary{background:var(--gdpr-secondary);color:var(--gdpr-text);border:1px solid var(--gdpr-border)}.cookie-btn-secondary:hover{background:var(--gdpr-secondary-hover)}.cookie-btn-outline{background:transparent;color:var(--gdpr-text);border:1px solid var(--gdpr-border)}.cookie-btn-outline:hover{background:var(--gdpr-secondary-hover)}.cookie-consent-links{display:flex;justify-content:center;gap:20px;padding:12px 20px 16px}.cookie-consent-links a{font-size:13px;color:var(--gdpr-primary);text-decoration:none;transition:color .2s}.cookie-consent-links a:hover{color:var(--gdpr-primary-hover);text-decoration:underline}.cookie-sections{padding:0 20px 16px}.cookie-section{border:1px solid var(--gdpr-border);border-radius:6px;margin-bottom:12px;overflow:hidden}.cookie-section-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9f9f9;cursor:pointer;transition:background .2s}.cookie-section-header:hover{background:#f0f0f0}.cookie-section-title{display:flex;align-items:center;gap:10px;font-weight:500;color:var(--gdpr-text)}.cookie-section-arrow{font-size:10px;transition:transform .2s;color:var(--gdpr-text-light)}.cookie-section-arrow.expanded{transform:rotate(90deg)}.cookie-section-status{font-size:13px;font-weight:500}.cookie-section-status.always-active{color:var(--gdpr-success)}.cookie-section-content{padding:16px;border-top:1px solid var(--gdpr-border);background:#fff}.cookie-section-description{margin:0 0 16px;font-size:13px;line-height:1.6;color:var(--gdpr-text-light)}.cookie-list h4{margin:16px 0 8px;font-size:13px;font-weight:600;color:var(--gdpr-text)}.cookie-list h4:first-child{margin-top:0}.cookie-list ul{margin:0;padding-left:20px}.cookie-list li{margin-bottom:8px;font-size:13px;line-height:1.5;color:var(--gdpr-text-light)}.cookie-list li strong{color:var(--gdpr-text);font-weight:500}.cookie-duration{display:block;font-size:12px;color:var(--gdpr-text-muted);margin-top:2px}.cookie-external-note{background:#f5f5f5;border-radius:6px;padding:12px 16px;margin-top:12px}.cookie-external-note h4{margin:0 0 8px;font-size:13px;font-weight:600;color:var(--gdpr-text)}.cookie-external-note p{margin:0;font-size:12px;line-height:1.5;color:var(--gdpr-text-light)}.cookie-floating-icon{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background:var(--gdpr-primary);border:none;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0003;transition:transform .2s,box-shadow .2s;z-index:9998;animation:fadeIn .3s ease-out}.cookie-floating-icon:hover{transform:scale(1.1);box-shadow:0 4px 15px #0000004d}.cookie-floating-icon:focus{outline:2px solid var(--gdpr-primary);outline-offset:2px}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.cookie-consent-popup{width:400px;right:15px;bottom:15px}.cookie-preferences-popup{width:420px}.cookie-floating-icon{right:15px;bottom:15px}}@media (max-width: 480px){.cookie-consent-popup{left:10px;right:10px;bottom:10px;width:auto;max-width:none}.cookie-preferences-popup{width:auto}.cookie-consent-header{padding:14px 16px}.cookie-consent-title{font-size:16px}.cookie-consent-content{padding:14px 16px}.cookie-consent-content p{font-size:13px}.cookie-consent-buttons{padding:14px 16px;gap:8px}.cookie-btn{padding:10px 12px;font-size:13px;min-width:80px}.cookie-consent-links{flex-direction:column;align-items:center;gap:10px;padding:10px 16px 14px}.cookie-sections{padding:0 16px 14px}.cookie-floating-icon{right:10px;bottom:10px;width:45px;height:45px;font-size:20px}}@media (prefers-reduced-motion: reduce){.cookie-consent-popup,.cookie-floating-icon{animation:none}.cookie-floating-icon:hover{transform:none}.cookie-section-arrow{transition:none}}.cookie-btn:focus-visible,.cookie-consent-close:focus-visible,.cookie-section-header:focus-visible{outline:2px solid var(--gdpr-primary);outline-offset:2px}@media (prefers-contrast: high){.cookie-consent-popup{border:2px solid var(--gdpr-text)}.cookie-btn{border-width:2px}}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}
