*{box-sizing:border-box;margin:0;padding:0}body{background:#f9fafb;color:#fff;font-family:Inter,system-ui,sans-serif;line-height:1.6}.navbar{backdrop-filter:blur(10px);background:hsla(0,0%,6%,.95);border-bottom:1px solid #333;padding:1rem 0;position:sticky;top:0;z-index:1000}.navbar .nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar .logo{font-family:Inter,system-ui,sans-serif;font-size:1.5rem;gap:.5rem;text-decoration:none}.navbar .logo,.navbar .logo .logo-icon{align-items:center;color:#fff;display:flex;font-weight:700}.navbar .logo .logo-icon{background:#e37d10;border-radius:50%;height:32px;justify-content:center;width:32px}.navbar .nav-links{display:flex;gap:2rem;list-style:none}.navbar .nav-links a{color:#b3b3b3;font-weight:500;text-decoration:none;transition:color .3s ease}.navbar .nav-links a:hover{color:#667eea}.navbar .nav-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:transform .2s ease}.navbar .nav-cta:hover{color:#fff;transform:translateY(-1px)}.top-banner{background:linear-gradient(135deg,#e37d10,#f59e0b);color:#fff;font-size:.9rem;font-weight:600;padding:.75rem 0;text-align:center}.hero{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);overflow:hidden;position:relative}.hero:before{animation:hero-aurora-rotate 38s linear infinite;background:radial-gradient(60% 80% at 20% 30%,rgba(102,126,234,.28),transparent 60%),radial-gradient(50% 70% at 80% 20%,rgba(227,125,16,.22),transparent 65%),radial-gradient(70% 90% at 50% 110%,hsla(0,0%,100%,.06),transparent 70%);filter:blur(40px) saturate(120%);inset:-20%}.hero:after,.hero:before{content:"";pointer-events:none;position:absolute}.hero:after{animation:hero-grid-drift 18s linear infinite;background:radial-gradient(1200px 500px at 50% 100%,rgba(102,126,234,.18),transparent 70%),repeating-linear-gradient(90deg,rgba(58,58,58,.45) 0 1px,transparent 1px 24px),repeating-linear-gradient(180deg,rgba(58,58,58,.45) 0 1px,transparent 1px 24px);inset:0;mask-image:linear-gradient(0deg,transparent,#000 30%,#000 70%,transparent);mix-blend-mode:screen;opacity:.45;transform:perspective(900px) rotateX(55deg) translateY(-15%)}.hero .hero-container{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:15px 0 20px;position:relative;z-index:2}.hero .hero-content h1{background:linear-gradient(135deg,#fff,#b3b3b3);-webkit-background-clip:text;background-clip:text;font-family:Inter,system-ui,sans-serif;font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;-webkit-text-fill-color:transparent}.hero .hero-content .subtitle{color:#b3b3b3;font-size:1.2rem;font-weight:400;margin-bottom:2rem}.hero .feature-list{list-style:none;margin-bottom:2rem}.hero .feature-list li{align-items:flex-start;color:#b3b3b3;display:flex;gap:.75rem;margin-bottom:.75rem}.hero .feature-icon{color:#e37d10;font-size:1.2rem}.hero .hero-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.hero .badge{background:#2a2a2a;border:1px solid #404040;border-radius:20px;color:#b3b3b3;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.hero .hero-cta{display:flex;gap:1rem}@keyframes hero-aurora-rotate{0%{transform:rotate(0deg) scale(1.05)}50%{transform:rotate(180deg) scale(1.08)}to{transform:rotate(1turn) scale(1.05)}}@keyframes hero-grid-drift{0%{background-position:0 0,0 0,0 0}to{background-position:0 0,300px 120px,120px 300px}}@media(prefers-reduced-motion:reduce){.hero:after,.hero:before{animation:none}}.hero-visual{position:relative}.hero-visual .code-window{background:#1a202c;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1);overflow:hidden;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg)}.hero-visual .code-window .code-header{align-items:center;background:#2d3748;display:flex;gap:.5rem;padding:1rem}.hero-visual .code-window .code-header .code-dots{display:flex;gap:.5rem}.hero-visual .code-window .code-header .code-dots .dot{border-radius:50%;height:12px;width:12px}.hero-visual .code-window .code-header .code-dots .dot.dot-red{background:#f56565}.hero-visual .code-window .code-header .code-dots .dot.dot-yellow{background:#ed8936}.hero-visual .code-window .code-header .code-dots .dot.dot-green{background:#38a169}.hero-visual .code-window .code-header .code-title{color:#a0aec0;font-size:.9rem;margin-left:1rem}.hero-visual .code-window .code-body{background:#1a202c;color:#e2e8f0;font-family:Fira Code,monospace;font-size:.9rem;line-height:.35;padding:2rem;white-space:pre}.hero-visual .code-window .code-body .code-line{display:block;margin-bottom:.5rem}.hero-visual .code-window .code-body .code-comment{color:#68d391}.hero-visual .code-window .code-body .code-string{color:#f687b3}.hero-visual .code-window .code-body .code-keyword{color:#9f7aea}.hero-visual .code-window .code-body .code-function{color:#63b3ed}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn:disabled:hover{transform:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-secondary{background:#1f1f1f;border:2px solid #404040;color:#fff}.chat-demo{background:#1f1f1f;border:1px solid #333;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.5);overflow:hidden;transform:perspective(1000px) rotateY(5deg) rotateX(-2deg)}.chat-header{background:#2a2a2a;border-bottom:1px solid #333;justify-content:space-between;padding:1rem}.chat-channel,.chat-header{align-items:center;display:flex}.chat-channel{gap:.5rem}.channel-badge{background:#e37d10;border-radius:4px;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .5rem}.status-online{color:#10b981;font-size:.9rem}.chat-messages{padding:0}.message{border-bottom:1px solid #333;padding:1rem}.message:last-child{border-bottom:none}.message-sender{color:#666;font-size:.85rem;margin-bottom:.25rem}.message-content{color:#fff}.message-code{background:#1a1a1a;border-radius:4px;font-family:Fira Code,monospace;font-size:.85rem;padding:.25rem .5rem}.message-bubble{background:#2a2a2a;border:1px solid #333;border-radius:8px;display:inline-block;max-width:80%;padding:.75rem}.chat-input{background:#2a2a2a;border-top:1px solid #333;display:flex;gap:.75rem;padding:1rem}.chat-input input{background:#1f1f1f;border:1px solid #333;border-radius:6px;color:#fff;flex:1;font-size:.9rem;padding:.75rem}.chat-input input::placeholder{color:#666}.send-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem}.how-it-works{background:#1a1a1a;padding:6rem 0}.how-container{align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.steps-card{background:#1f1f1f;border:1px solid #333;border-radius:12px;padding:2rem}.step{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:600;height:32px;justify-content:center;width:32px}.step-content h3{color:#fff;margin-bottom:.5rem}.step-content p{color:#b3b3b3;font-size:.9rem}.fun-alert{background:linear-gradient(135deg,#fff3cd,#fcf3cf);border:1px solid #f1c40f;border-radius:8px;font-size:.9rem;margin-top:1.5rem;padding:1rem}.security-features{display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}.security-badge{background:#10b981;border-radius:6px;color:#fff;font-size:.85rem;padding:.5rem;text-align:center}.security-badge.blue{background:#667eea}.schema-card{background:#1f1f1f;border:1px solid #333;border-radius:12px;padding:2rem}.schema-pre{background:#1a1a1a;border:1px solid #333;border-radius:8px;color:#e2e8f0;font-family:Fira Code,monospace;font-size:.8rem;line-height:1.4;overflow-x:auto;padding:1.5rem}.sdk-section{background:#0f0f0f;padding:6rem 0}.sdk-container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#fff;font-family:Inter,system-ui,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#b3b3b3;font-size:1.1rem;margin:0 auto;max-width:600px}.sdk-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.sdk-card{background:#1f1f1f;border:1px solid #333;border-radius:12px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.sdk-card:hover{border-color:#667eea;box-shadow:0 20px 40px rgba(0,0,0,.3);transform:translateY(-5px)}.sdk-card h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.sdk-card p{color:#b3b3b3;margin-bottom:1.5rem}.sdk-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.sdk-link{align-items:center;color:#667eea;display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none}.status-badge{background:#e37d10;border-radius:12px;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1rem;top:1rem}.status-coming{background:#666}:root{--sommaire-offset:clamp(6rem,6vh,6rem)}#sectiondoc{background:#f9fafb}#sectiondoc main{align-items:start;display:grid;gap:1rem;grid-template-columns:280px 1fr;margin:1rem auto 4rem;max-width:1100px;padding:0 1rem}#sectiondoc main section{background:#fff;border:1px solid var(--doc-line,#eee);border-radius:8px;grid-column:2;padding:1rem;scroll-margin-top:calc(var(--sommaire-offset))}#sectiondoc .code-comment{color:#ff8400}#sectiondoc h2{color:#111827;font-size:1.25rem;margin:.2rem 0 1rem}#sectiondoc h3{color:#111827;margin-bottom:1rem}#sectiondoc p{color:#4a5568;margin-bottom:1rem}#sectiondoc .klist{border-left:3px solid #e37d10;list-style:none;margin:1rem 0 1.5rem 1.5rem;padding-left:1rem}#sectiondoc .klist li{color:#4a5568;margin-bottom:.8rem;padding-left:1.2rem;position:relative}#sectiondoc .klist li:before{color:#e37d10;content:"-";font-weight:700;left:0;position:absolute}#sectiondoc .klist li strong{color:#1a202c;font-weight:600}#sectiondoc .klist li em{color:#2d3748;font-style:italic}#sectiondoc .klist li ul{line-height:1;list-style:none;margin-top:.5rem;padding-left:1.2rem}#sectiondoc .klist li ul li{color:#4a5568;margin-bottom:.4rem;padding-left:1.2rem}#sectiondoc .klist li ul li::marker{color:#e37d10}#sectiondoc .note{color:#718096;font-size:.9rem}#sectiondoc pre{background:#000;border:1px solid #e5e7eb;border-radius:10px;color:#ccc;overflow:auto;padding:1rem}#sectiondoc pre code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9rem}#sectiondoc .callout{border:1px solid;border-radius:10px;color:#4a5568;margin:1rem 0;padding:.75rem 1rem}#sectiondoc .callout.callout-danger{background:#fff5f5;border-color:#fecaca;color:#7f1d1d}#sectiondoc .callout.callout-danger strong{font-weight:800}#sectiondoc .callout.callout-warning{background:#fffbeb;border-color:#fde68a;color:#7c2d12}#sectiondoc .callout.callout-warning strong{font-weight:800}#sectiondoc .callout.callout-info{background:#ecfeff;border-color:#a5f3fc;color:#164e63}#sectiondoc .feature-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:2rem 0}#sectiondoc .feature-box{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;text-align:center}#sectiondoc .feature-icon{font-size:3rem;margin-bottom:1rem}#sectiondoc .stats-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin:1rem 0}#sectiondoc .stat-card{background:#fff;border-left:4px solid #667eea;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem}#sectiondoc .feature-grid h4{color:#000}#sectiondoc .callout{border-left:5px solid;border-radius:8px;margin:1.5rem 0;padding:1.5rem}#sectiondoc .callout-danger{background-color:#fed7d7;border-color:#e53e3e;color:#742a2a}#sectiondoc .callout-info{background-color:#bee3f8;border-color:#3182ce;color:#2a4365}#sectiondoc .callout-success{background-color:#c6f6d5;border-color:#38a169;color:#22543d}#sectiondoc .callout-warning{background-color:#fefcbf;border-color:#d69e2e;color:#744210}#sectiondoc .pricing-table{color:#000;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:30px 0}#sectiondoc .pricing-card{border:2px solid #e0e0e0;border-radius:10px;padding:20px;position:relative;text-align:center;transition:all .3s ease}#sectiondoc .pricing-card:hover{border-color:#667eea;box-shadow:0 20px 40px rgba(0,0,0,.3);transform:translateY(-5px)}#sectiondoc .pricing-card.recommended{border-color:#667eea;position:relative}#sectiondoc .pricing-card.recommended:before{background:#667eea;border-radius:15px;color:#fff;content:"Recommandé";font-size:.8em;left:50%;padding:5px 15px;position:absolute;top:-10px;transform:translateX(-50%)}#sectiondoc .price{color:#667eea;font-size:2em;font-weight:700}#sectiondoc .price-unit{color:#666;font-size:.5em}#sectiondoc .features{list-style:none;padding:0}#sectiondoc .features li{padding:5px 0}#sectiondoc .features li:before{color:#4caf50;content:"✓ "}#sommaire{align-self:start;background:#fff;border:1px solid var(--doc-line,#eee);border-radius:8px;grid-column:1;height:fit-content;max-height:calc(100vh - var(--sommaire-offset) - 1rem);overflow:auto;padding:.8rem 2rem;position:sticky;top:var(--sommaire-offset)}#sommaire h2{color:#0f172a;font-size:1.05rem;margin:0 0 .5rem}#sommaire ul{list-style:none;margin:.4rem 0 0;padding:0}#sommaire li+li{margin-top:.25rem}#sommaire a{border-radius:6px;color:#0f172a;display:block;font-weight:500;padding:.35rem .5rem;text-decoration:none;transition:all .3s ease}#sommaire a:hover{background:#fff3e6;color:#e37d10}#sommaire a.active{background:#ffe8cc;color:#e37d10;font-weight:700;text-decoration:underline}.install-quick{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem}.chip{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#0f172a;display:inline-flex;font-size:.9rem;gap:.45rem;padding:.35rem .6rem;text-decoration:none;transition:all .3s ease}.chip:hover{border-color:#e37d10;color:#e37d10}.acc{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:.6rem;overflow:clip}.acc>summary{align-items:center;color:#0f172a;cursor:pointer;display:flex;font-weight:600;gap:.6rem;list-style:none;padding:.75rem 1rem;transition:background .3s ease;user-select:none}.acc>summary::-webkit-details-marker{display:none}.acc>summary .icon{background:#fff;border:1px solid #e5e7eb;border-radius:50%;height:1.6rem;padding:.15rem;width:1.6rem}.acc[open]>summary{background:#f8fafc}.acc .acc-body{color:#4a5568;padding:.2rem 1rem 1rem}.actions-consent{display:flex;gap:1rem;margin:1rem 0}.actions-consent button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:transform .2s ease}.actions-consent button:hover{transform:translateY(-1px)}@media(max-width:980px){#sectioncookie main{grid-template-columns:1fr}#sommaire{margin-bottom:1rem;max-height:none;position:static}#sectioncookie main section,#sommaire{grid-column:1}}.cookie-category{background:#f8f9fa;border-left:3px solid #06c;border-radius:4px;margin:12px 0;padding:12px 16px}.cookie-category h5{color:#06c;margin-bottom:8px}.banner-text{background:#fff;border:1px solid #dee2e6;border-radius:6px;color:#495057;font-style:italic;padding:16px}.audit-files{display:grid;gap:20px;margin:20px 0}.audit-file{background:#f8f9fa;border:2px solid #dee2e6;border-radius:8px;padding:20px}.audit-file h4{color:#06c;margin-bottom:12px}.flow-diagram{background:#fff;border:1px solid #dee2e6;border-radius:6px;margin:20px 0;overflow-x:auto;padding:16px}.flow-diagram pre{margin:0}.checklist{background:#fff;border-left:4px solid #28a745;border-radius:4px;padding:20px}.checklist label{cursor:pointer;display:block;font-size:15px;margin:12px 0}.checklist input[type=checkbox]{cursor:pointer;margin-right:10px}.footer{background:#0b0b0b;color:#a0aec0;padding:3rem 0 1rem}.footer p{margin:0}.footer a{color:#667eea;text-decoration:none}.footer-container{display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-brand h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}.footer-bottom{border-top:1px solid #2d3748;color:#718096;margin-top:2rem;padding-top:1rem;text-align:center}@media(max-width:768px){.hero-container,.how-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero .hero-content h1,.hero-content h1{font-size:2.5rem}.nav-links,.navbar .nav-links{display:none}.hero .hero-cta,.hero-cta{flex-direction:column}.security-features{grid-template-columns:1fr}}:root{--cc-bg:#fff;--cc-text:#111827;--cc-muted:#6b7280;--cc-line:#e5e7eb;--cc-surface:#f3f4f6;--cc-accent:#18a60b;--cc-border:var(--cc-line)}.cookie-theme-default{--cc-bg:#fff;--cc-text:#111827;--cc-muted:#6b7280;--cc-line:#e5e7eb;--cc-surface:#f3f4f6;--cc-accent:#18a60b}.cookie-theme-brown{--cc-bg:#fff;--cc-text:#1f2937;--cc-muted:#6b7280;--cc-line:#e5e7eb;--cc-surface:#f8f5f2;--cc-accent:#8b5e3c}.cookie-theme-dark{--cc-bg:#0b1220;--cc-text:#e5e7eb;--cc-muted:#94a3b8;--cc-line:#1f2937;--cc-surface:#141b2b;--cc-accent:#9b6b5a}.cookie-theme-blue{--cc-bg:#fff;--cc-text:#0f172a;--cc-muted:#475569;--cc-line:#e2e8f0;--cc-surface:#f1f5f9;--cc-accent:#2563eb}.pmcpli-cookiebanner{background:var(--cc-bg);border:1px solid var(--cc-border);border-radius:10px;bottom:18px;box-shadow:0 14px 28px rgba(0,0,0,.22),0 10px 10px rgba(0,0,0,.18);color:var(--cc-text);display:grid;grid-template-rows:auto 1fr auto;max-height:calc(100vh - 24px);max-width:calc(100vw - 24px);overflow:hidden;padding:14px 16px;position:fixed;right:18px;width:520px;z-index:99999}.pmcpli-header{align-items:center;display:flex;gap:8px;justify-content:space-between}.pmcpli-title{font-size:16px;font-weight:700;line-height:1.2}.pmcpli-close{color:#6b7280;cursor:pointer}.pmcpli-close:hover{color:#374151}.pmcpli-close-icon{height:18px;width:18px}.pmcpli-divider{background:var(--cc-line);height:1px;margin:10px 0}@media(min-width:350px){.pmcpli-cookiebanner .pmcpli-body{min-width:300px}}.pmcpli-cookiebanner .pmcpli-body{grid-column:span 3;max-height:55vh;overflow-x:hidden;overflow-y:auto;width:100%}.pmcpli-message{color:var(--cc-muted);font-size:14px}.pmcpli-cookiebanner .pmcpli-categories{display:none}.pmcpli-category{background:var(--cc-surface);border-radius:8px;margin:8px 0;padding:6px 8px}.pmcpli-category>summary{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:space-between;list-style:none}.pmcpli-category>summary::-webkit-details-marker{display:none}.pmcpli-category-header{align-items:center;display:grid;gap:10px;grid-template-columns:1fr auto 20px;width:100%}.pmcpli-category-title{font-weight:600}.pmcpli-category .pmcpli-open{display:inline-flex;transform:rotate(0deg);transition:transform .2s ease}.pmcpli-category[open] .pmcpli-open{transform:rotate(180deg)}.pmcpli-description{color:#4b5563;font-size:14px;line-height:1.55;margin-top:8px}.pmcpli-description ul{margin:.5rem 0 .25rem 1.25rem}.checkbox-wrapper{position:relative}.checkbox-wrapper input[type=checkbox]{height:0;position:absolute;visibility:hidden;width:0}.checkbox-wrapper label{--size:31px;background:#ddd;border-radius:100px;cursor:pointer;display:block;height:calc(var(--size)/2);position:relative;transition:background .25s ease;width:var(--size)}.checkbox-wrapper label:after{background:#fff;border-radius:90px;box-shadow:0 1px 2px rgba(0,0,0,.2);content:"";height:89%;left:2.5%;position:absolute;top:6%;transition:all .25s ease;width:47%}.checkbox-wrapper label:active:after{width:55%}.checkbox-wrapper input:checked+label{background:var(--cc-accent)}.checkbox-wrapper input:checked+label:after{left:97.5%;transform:translateX(-100%)}.pmcpli-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.pmcpli-btn{background:#fff;border:1px solid var(--cc-line);border-radius:8px;color:#374151;cursor:pointer;font-weight:600;padding:10px 14px}.pmcpli-accept{background:var(--cc-accent);border-color:var(--cc-accent);color:#fff}.pmcpli-deny{background:#f9fafb}.pmcpli-save-preferences{background:#eef2f7}.pmcpli-cookiebanner a{color:inherit;text-decoration:none}.pmcpli-cookiebanner a:hover{text-decoration:underline}@media(max-width:640px){.pmcpli-cookiebanner{bottom:12px;left:12px;right:12px;width:auto}.pmcpli-buttons{flex-direction:column}}