.consent-banner{position:fixed;right:20px;bottom:20px;z-index:2100;max-width:420px;padding:16px;border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:var(--bg-surface-elevated);box-shadow:var(--surface-shadow-raised)}.consent-banner-content{margin-bottom:12px}.consent-banner-title{margin:0 0 8px;color:var(--text-primary);font-size:1rem;font-weight:700}.consent-banner-text{margin:0;color:var(--text-secondary);font-size:.875rem;line-height:1.5}.consent-banner-actions{display:flex;justify-content:flex-end;gap:8px}.consent-btn{border:1px solid transparent;border-radius:var(--radius-md);padding:8px 12px;cursor:pointer;font-size:.875rem;font-weight:600}.consent-btn-primary{background:var(--cta-primary);color:#fff}.consent-btn-secondary{border-color:var(--surface-border);background:transparent;color:var(--text-primary)}.consent-close{position:absolute;top:8px;right:8px;border:none;background:transparent;color:var(--text-secondary);font-size:1rem;cursor:pointer}@media (max-width:768px){.consent-banner{right:12px;bottom:12px;left:12px;max-width:none}}