.cookie-consent-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(92,58,42,.7);backdrop-filter:blur(4px);z-index:9998;animation:fadeIn .3s ease-out}.cookie-consent-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-surface,#FFFFFF);border-radius:16px;box-shadow:var(--shadow-xl);z-index:9999;max-width:560px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}@media(max-width:768px){.cookie-consent-modal{width:95%;max-width:none;border-radius:12px}}.cookie-consent-content{padding:2rem}@media(max-width:768px){.cookie-consent-content{padding:1.5rem}}.cookie-consent-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--color-text,#5C3A2A);margin:0 0 1rem;line-height:1.3}@media(max-width:768px){.cookie-consent-title{font-size:1.25rem}}.cookie-consent-description{font-family:var(--font-family);font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary,#8B6F5E);margin:0 0 1.5rem}.cookie-consent-actions{display:flex;flex-direction:column;gap:1rem}.cookie-consent-link{color:var(--color-primary,#8B7355);text-decoration:underline;font-size:.875rem;font-weight:500;transition:color .2s ease}.cookie-consent-link:hover{color:var(--color-accent,#C9A961)}.cookie-consent-link:focus{outline:2px solid var(--color-primary,#8B7355);outline-offset:2px;border-radius:4px}.cookie-consent-buttons{display:flex;gap:.75rem;flex-direction:row}@media(max-width:480px){.cookie-consent-buttons{flex-direction:column}}.cookie-consent-button{flex:1;padding:.875rem 1.5rem;border-radius:8px;font-family:var(--font-family);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid rgba(0,0,0,0)}.cookie-consent-button:focus{outline:2px solid var(--color-primary,#8B7355);outline-offset:2px}.cookie-consent-button--accept{background:var(--gradient-button,linear-gradient(135deg,#8B7355 0,#C9A961 100%));color:#fff;border-color:rgba(0,0,0,0)}.cookie-consent-button--accept:hover{background:var(--gradient-button-hover,linear-gradient(135deg,#C9A961 0,#D4A574 100%));transform:translateY(-1px);box-shadow:var(--shadow-md)}.cookie-consent-button--accept:active{transform:translateY(0)}.cookie-consent-button--reject{background:var(--color-surface,#FFFFFF);color:var(--color-text,#5C3A2A);border-color:var(--color-border,#E5E5E5)}.cookie-consent-button--reject:hover{background:var(--color-muted,#F5F3F0);border-color:var(--color-text-secondary,#8B6F5E)}.cookie-consent-button--reject:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}