.fct-consent{position:fixed;right:20px;bottom:20px;z-index:9997;display:flex;flex-direction:column;gap:14px;max-width:420px;padding:20px 22px;background:#fff;border:1px solid var(--fct-border,#E5E7EB);border-radius:var(--fct-radius-lg,12px);box-shadow:var(--fct-shadow-lg,0 12px 28px rgb(0 0 0 / .12));transform:translateY(20px);opacity:0;transition:opacity 220ms ease,transform 220ms ease}.fct-consent--show{opacity:1;transform:translateY(0)}.fct-consent__title{margin:0 0 4px;font-size:1rem;font-weight:600;color:var(--fct-text,#111827)}.fct-consent__text{margin:0;font-size:.875rem;line-height:1.55;color:var(--fct-text-muted,#6B7280)}.fct-consent__text a{color:var(--fct-primary,#086AD8);text-decoration:underline}.fct-consent__actions{display:flex;justify-content:flex-end;gap:8px}.fct-consent__actions .fct-btn{min-height:36px;padding:8px 16px;font-size:.875rem}@media (max-width:640px){.fct-consent{right:12px;left:12px;bottom:12px;max-width:none}.fct-consent__actions{justify-content:stretch}.fct-consent__actions .fct-btn{flex:1}}.fct-prefs-link{background:none;border:0;padding:0;color:#94A3B8;text-decoration:underline;cursor:pointer;font-size:inherit;font-family:inherit}.fct-prefs-link:hover{color:#fff}