.cookies-consent{position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;color:#fff;padding:clamp(1rem, 2vw, 1.5rem);box-shadow:0 -2px 10px rgb(0 0 0 / .2);z-index:9999;font-size:clamp(0.875rem, 2vw, 1rem);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;max-height:200px;overflow-y:auto}.cookies-consent.hidden{display:none}.cookies-consent-content{display:flex;align-items:flex-start;gap:clamp(1rem, 3vw, 2rem);max-width:1400px;margin:0 auto;flex-wrap:wrap}.cookies-consent-text{flex:1;min-width:200px;line-height:1.5}.cookies-consent-text p{margin:0;padding:0}.cookies-consent-text a{color:var(--action-color,#C98B8B);text-decoration:underline;transition:color 0.3s ease}.cookies-consent-text a:hover{color:var(--secondary-color,#D4A8A8)}.cookies-consent-actions{display:flex;gap:clamp(0.5rem, 2vw, 1rem);align-items:center;flex-wrap:wrap;min-width:auto}.cookies-btn{padding:.6rem clamp(1rem, 2vw, 1.5rem);border:none;border-radius:4px;font-size:clamp(0.8rem, 2vw, 0.95rem);cursor:pointer;white-space:nowrap;transition:all 0.3s ease;font-weight:500}.cookies-btn-accept{background:var(--action-color,#C98B8B);color:#fff}.cookies-btn-accept:hover{background:var(--primary-color,#5B7E8C);transform:translateY(-2px);box-shadow:0 2px 8px rgb(0 0 0 / .3)}.cookies-btn-reject{background:#333;color:#fff;border:1px solid #555}.cookies-btn-reject:hover{background:#444;border-color:#666}.cookies-btn-settings{background:#fff0;color:var(--action-color,#C98B8B);border:1px solid var(--action-color,#C98B8B)}.cookies-btn-settings:hover{background:rgb(201 139 139 / .1);border-color:var(--secondary-color,#D4A8A8);color:var(--secondary-color,#D4A8A8)}@media (max-width:640px){.cookies-consent{padding:1rem}.cookies-consent-content{flex-direction:column;gap:1rem}.cookies-consent-text{order:1}.cookies-consent-actions{order:2;width:100%;gap:.5rem}.cookies-btn{flex:1;min-width:100px;padding:.6rem 1rem}}@media (min-width:641px) and (max-width:1024px){.cookies-consent-actions{margin-left:auto}}@media (min-width:1025px){.cookies-consent-content{align-items:center}.cookies-consent-text{flex:1}.cookies-consent-actions{flex:0 0 auto}}@keyframes slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookies-consent:not(.hidden){animation:slideUp 0.5s ease}.cookies-btn:focus{outline:2px solid var(--action-color,#C98B8B);outline-offset:2px}