:root{--primary-color:#7c3aed;--primary-color-hover:#a37be4;--primary-color-active:#6d28d9;--primary-color-rgb:139, 92, 246;--secondary-color:#fff;--secondary-color-hover:#f8fafc;--secondary-color-active:#f1f5f9;--color:#000;--light-color:#fff;--dark-color:#0a0a0a;--border-color:#e2e8f0;--border-color-active:#777;--background-color:#f8fafc;--neutral-color:#dddedf;--neutral-color-hover:#475569;--neutral-color-active:#334155;--neutral-color-light:#f1f5f9;--info-color:#256bdb;--info-color-hover:#5c8ef8;--info-color-active:#2f4c9b;--info-color-light:#dbeafe;--info-color-rgb:37, 107, 219;--success-color:#408349;--success-color-hover:#059669;--success-color-active:#047857;--success-color-light:#d1fae5;--success-color-rgb:64, 131, 73;--warning-color:#af880a;--warning-color-hover:#d97706;--warning-color-active:#b45309;--warning-color-light:#fef3c7;--warning-color-rgb:175, 136, 10;--danger-color:#7e22ce;--danger-color-hover:#6b21a8;--danger-color-active:#581c87;--danger-color-light:#efe5f8;--danger-color-rgb:126, 34, 206;--error-color:#dc2626;--error-color-hover:#b91c1c;--error-color-active:#991b1b;--error-color-light:#fecaca;--error-color-rgb:220, 38, 38;--color-blue:#1d4ed8;--color-blue-rgb:29, 78, 216;--color-purple:#7c3aed;--color-purple-rgb:124, 58, 237;--color-cyan:#0369a1;--color-cyan-rgb:3, 105, 161;--color-green:#166534;--color-green-rgb:22, 101, 52}[data-theme=dark]{--primary-color:#6a22de;--primary-color-hover:#7c3aed;--primary-color-active:#a27aff;--primary-color-rgb:130, 90, 255;--color:#f4f4f5;--border-color:#3f3f46;--border-color-active:#777;--background-color:#000;--secondary-color:#1c1c20;--secondary-color-hover:#2f2f35;--secondary-color-active:#3a3a42;--neutral-color:#3d3d3d;--neutral-color-hover:#d4d4d8;--neutral-color-active:#f4f4f5;--neutral-color-light:#161616;--info-color:#38bdf8;--info-color-hover:#0ea5e9;--info-color-active:#bae6fd;--info-color-light:#0c4a6e;--success-color:#4ade80;--success-color-hover:#22c55e;--success-color-active:#bbf7d0;--success-color-light:#14532d;--warning-color:#ff9845;--warning-color-hover:#f97316;--warning-color-active:#fed7aa;--warning-color-light:#7c2d12;--warning-color-rgb:255, 152, 69;--danger-color:#a855f7;--danger-color-hover:#9333ea;--danger-color-active:#d8b4fe;--danger-color-light:#581c87;--error-color:#ef4444;--error-color-hover:#dc2626;--error-color-active:#fca5a5;--error-color-light:#7f1d1d;--error-color-rgb:239, 68, 68;--color-blue:#60a5fa;--color-blue-rgb:96, 165, 250;--color-purple:#a67af8;--color-purple-rgb:124, 58, 237;--color-cyan:#00d4ff;--color-cyan-rgb:0, 212, 255;--color-green:#4ade80;--color-green-rgb:74, 222, 128}*{font-family:var(--font-inter)}@keyframes page-hero-bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(7px)}}@keyframes page-hero-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}@keyframes page-hero-glow{0%,to{opacity:.3}50%{opacity:.65}}.page-hero{text-align:center;padding:8rem 1.5rem 6rem;position:relative;overflow:hidden}.page-hero__bg-grid{background-image:linear-gradient(rgba(var(--primary-color-rgb), .04) 1px, transparent 1px),linear-gradient(90deg, rgba(var(--primary-color-rgb), .04) 1px, transparent 1px);pointer-events:none;background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%);mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%)}.page-hero__orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.page-hero__orb--1{background:radial-gradient(circle, rgba(var(--primary-color-rgb), .18), transparent 70%);width:640px;height:640px;animation:5s ease-in-out infinite page-hero-glow;top:-200px;left:50%;transform:translate(-50%)}.page-hero__orb--2{background:radial-gradient(circle, rgba(var(--primary-color-rgb), .1), transparent 70%);width:400px;height:400px;animation:6s ease-in-out -2s infinite page-hero-glow;bottom:-120px;right:-60px}.page-hero__orb--3{background:radial-gradient(circle, rgba(var(--primary-color-rgb), .07), transparent 70%);width:320px;height:320px;animation:7s ease-in-out -4s infinite page-hero-glow;top:15%;left:-80px}.page-hero__inner{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:56rem;margin:0 auto;display:flex;position:relative}.page-hero__badge{border:1px solid rgba(var(--primary-color-rgb), .3);background:rgba(var(--primary-color-rgb), .08);color:var(--color);border-radius:9999px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.page-hero__title{font-family:var(--font-fira);letter-spacing:-.025em;font-size:clamp(1.875rem,5vw,3.75rem);font-weight:700}.page-hero__title__accent{color:var(--primary-color)}.page-hero__subtitle{max-width:44rem;line-height:1.75}.page-hero__metrics{background:rgba(var(--primary-color-rgb), .04);border:1px solid var(--border-color);border-radius:9999px;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin-top:.5rem;padding:.75rem 1.5rem;display:flex}@media (max-width:767px){.page-hero__metrics{border-radius:1rem;flex-direction:column;width:-moz-fit-content;width:fit-content}}.page-hero__metrics__item{align-items:center;display:flex}.page-hero__metrics__sep{background:var(--border-color);flex-shrink:0;width:1px;height:24px;margin:0 1.25rem}@media (max-width:767px){.page-hero__metrics__sep{width:28px;height:1px;margin:.375rem 0}}.page-hero__metric{white-space:nowrap;align-items:center;gap:.45rem;font-size:.875rem;font-weight:500;display:flex}.page-hero__metric__icon{color:var(--primary-color-active);flex-shrink:0;align-items:center;display:flex}.page-hero__stats{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:center;align-items:center;gap:0;width:100%;padding-top:1.5rem;display:flex}@media (max-width:767px){.page-hero__stats{border-top:none;gap:2rem;padding-top:1rem}}.page-hero__stats__item{align-items:center;display:flex}.page-hero__stats__sep{background:var(--border-color);flex-shrink:0;width:1px;height:52px;margin:0 2rem}@media (max-width:767px){.page-hero__stats__sep{display:none}}.page-hero__stat{flex-direction:column;align-items:center;gap:.2rem;min-width:7rem;display:flex}@media (max-width:767px){.page-hero__stat{min-width:auto}}.page-hero__stat__value{font-family:var(--font-fira);color:var(--color);font-size:1.875rem;font-weight:700;line-height:1.15}.page-hero__stat__label{letter-spacing:.04em;text-transform:uppercase;font-size:.75rem}.page-hero__scroll{z-index:2;color:color-mix(in srgb, var(--color) 35%, transparent);justify-content:center;align-items:center;text-decoration:none;transition:color .2s;animation:2.5s ease-in-out infinite page-hero-bounce;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.page-hero__scroll:hover{color:var(--primary-color-active)}.page-hero__scroll:focus-visible{outline:2px solid var(--primary-color);outline-offset:4px;border-radius:4px}.blog__header__content>*+*{margin-top:2rem}@media (min-width:1024px){.blog__header__content>*+*{margin-top:0}.blog__header__content{flex-direction:row;justify-content:center;align-items:flex-start;gap:2rem;display:flex}}.blog__header__content__first,.blog__header__content__second{width:100%}.blog__header__content__second>*+*{margin-top:1rem}@media (min-width:640px){.blog__header__content__second{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto, 1fr);align-items:stretch;gap:1rem;display:grid}.blog__header__content__second>*+*{margin-top:0}}@media (min-width:1024px){.blog__header__content__second{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}}.blog__articles>*+*{margin-top:4rem}.blog__articles h2{border-left:5px solid var(--primary-color);padding-left:1.5rem;padding-right:1.5rem}.post--card__news{cursor:pointer;color:var(--color);background-color:var(--secondary-color)}.post--card__news:hover{transition:all .3s ease-in-out;transform:scale(1.05)}.post--card__news:hover .post--card__news__title{color:var(--primary-color)}.post--card__news__content>*+*{margin-top:.5rem}.post--card__news__image{object-fit:cover;width:100%;height:16rem}.post--card__news__header{border-top:3px solid var(--border-color);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;height:6.5rem;padding-top:1rem;padding-left:1rem;padding-right:1rem;display:flex}.post--card__news__category{color:var(--light-color);border-radius:.33rem;padding:.25rem .75rem;font-size:.75rem;line-height:1.2rem}.post--card__news__title{color:var(--color);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:20rem;font-size:1rem;font-weight:600;line-height:1.25rem;display:-webkit-box;overflow:hidden}.post--card__article{cursor:pointer;height:100%;color:var(--color);background-color:var(--secondary-color);position:relative}.post--card__article:hover{transition:all .3s ease-in-out;transform:scale(1.05)}.post--card__article__date{text-align:center;color:var(--light-color);background-color:var(--primary-color);padding:.5rem .75rem;font-size:1rem;position:absolute;top:0;left:1rem}.post--card__article__image{object-fit:cover;object-position:center;width:100%;height:16rem;overflow:hidden}.post--card__article__content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;padding:.5rem 1rem 1rem;display:flex}.post--card__article__categories{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.post--card__article__category{color:var(--light-color);border-radius:.33rem;padding:.25rem .75rem;font-size:.75rem;line-height:1.2rem}.post--card__article__title{text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:20rem;font-size:1rem;font-weight:600;line-height:1.25rem;display:-webkit-box;overflow:hidden}.post--card__small{background-color:var(--secondary-color);border-radius:.33rem;width:100%;margin-bottom:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden;box-shadow:0 2px 8px #0000000a}@media (min-width:640px){.post--card__small{margin-bottom:0}}@media (min-width:1024px){.post--card__small{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:0;display:flex}}.post--card__small:hover{border-color:var(--primary-color);transform:scale(1.03)}.post--card__small:hover .post--card__small__title{color:var(--primary-color)}.post--card__small:hover .post--card__small__image__img{transform:scale(1.08)}.post--card__small__date{color:var(--neutral-color-hover);font-weight:500}.post--card__small__image{width:100%;height:16rem;position:relative;overflow:hidden}@media (min-width:1024px){.post--card__small__image{min-width:16rem;max-width:16rem;height:12rem}}.post--card__small__image__img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}.post--card__small__content{flex-direction:column;flex:1;justify-content:space-between;width:100%;padding:1.25rem;display:flex}.post--card__small__content>div:first-child{flex:1;width:100%}.post--card__small__categories{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin-bottom:.75rem;display:flex}.post--card__small__category{color:var(--light-color);letter-spacing:.02em;border-radius:.33rem;padding:.25rem .5rem;font-size:.75rem;line-height:1.2rem}.post--card__small__date{width:100%;margin-top:auto;padding-top:.75rem;font-size:.75rem}.post--card__small__title{width:100%;color:var(--color);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:700;line-height:1.5;transition:color .3s;display:-webkit-box;overflow:hidden}@media (min-width:1024px){.post--card__small__title{font-size:1.125rem}}.post--card__large{background-color:var(--secondary-color);border-radius:.33rem}.post--card__large:hover{transition:all .3s ease-in-out;transform:scale(1.05)}.post--card__large:hover .post--card__large__title{color:var(--primary-color)}.post--card__large__image{border-radius:.5rem .5rem 0 0;width:100%;height:20rem;position:relative}@media (min-width:640px){.post--card__large__image{width:100%;height:24rem}}@media (min-width:1024px){.post--card__large__image{width:100%;height:23rem}}.post--card__large__image img{object-fit:cover;object-position:center;width:100%;height:100%;overflow:hidden}.post--card__large__content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;padding:1rem;display:flex}.post--card__large__categories{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.post--card__large__category{color:var(--light-color);border-radius:.33rem;padding:.25rem .75rem;font-size:.75rem;line-height:1.2rem}.post--card__large__date{text-align:center;color:var(--light-color);background-color:var(--primary-color);border-radius:.33rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;display:flex;position:absolute;top:1rem;right:1rem}.post--card__large__title{color:var(--color);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:20rem;font-size:1.125rem;font-weight:600;line-height:1.25rem;display:-webkit-box;overflow:hidden}.blog__article{background:var(--secondary-color);border:1px solid var(--border-color);border-radius:.33rem;overflow:hidden;box-shadow:0 4px 20px #00000012}.blog__article__hero{width:100%;height:16rem;overflow:hidden}.blog__article__hero img{object-fit:cover;width:100%;height:100%;display:block}.blog__article__inner{padding:2rem}@media (max-width:639px){.blog__article__inner{padding:1.25rem}}.blog__article__header{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.blog__article__cats{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.875rem;display:flex}.blog__article__cat{color:var(--light-color);background-color:var(--primary-color);border-radius:.33rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.blog__article__title{color:var(--color);margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:1.25}@media (max-width:639px){.blog__article__title{font-size:1.5rem}}.blog__article__meta{color:var(--neutral-color-hover);flex-flow:wrap;justify-content:flex-start;align-items:center;gap:1.25rem;margin-bottom:1.25rem;font-size:.875rem;display:flex}.blog__article__meta p{white-space:nowrap;flex-direction:row;justify-content:flex-start;align-items:center;gap:.375rem;display:flex}.blog__article__meta svg{width:1rem;height:1rem;color:var(--primary-color-active)}.blog__article__excerpt{color:var(--color);background:rgba(var(--primary-color-rgb), .05);border-left:4px solid var(--primary-color);border-radius:0 .5rem .5rem 0;padding:1rem;font-style:italic;line-height:1.7}.blog__article__content{color:var(--color);margin-bottom:2rem;font-size:1rem;line-height:1.85}.blog__article__content h1{margin-top:2rem;margin-bottom:.875rem;font-size:1.875rem;font-weight:700}.blog__article__content h2{margin-top:1.75rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.blog__article__content h3{margin-top:1.5rem;margin-bottom:.625rem;font-size:1.25rem;font-weight:600}.blog__article__content h4{margin-top:1.25rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.blog__article__content p{margin-bottom:1.1rem}.blog__article__content a{color:var(--primary-color);text-decoration:underline}.blog__article__content blockquote{border-left:4px solid var(--primary-color);color:var(--neutral-color-hover);margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.25rem;font-style:italic}.blog__article__content code{background-color:var(--background-color);border:1px solid var(--border-color);border-radius:.25rem;padding-left:.3rem;padding-right:.3rem;font-family:Courier New,monospace;font-size:.875em}.blog__article__content pre{color:#c9d1d9;background-color:#141625;border-radius:.5rem;margin-top:1.25rem;margin-bottom:1.25rem;padding:1.25rem;font-family:Courier New,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.blog__article__content pre code{color:inherit;background:0 0;border:none;padding:0}.blog__article__content ul,.blog__article__content ol{margin-bottom:1.1rem;padding-left:1.5rem}.blog__article__content li{margin-bottom:.375rem}.blog__article__content img{border-radius:.375rem;max-width:100%;height:auto}.blog__article__content hr{border:none;border-top:1px solid var(--border-color);margin-top:1.75rem;margin-bottom:1.75rem}.blog__article__tags{border-top:1px solid var(--border-color);flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;padding-top:1.25rem;display:flex}.blog__article__tag{color:var(--primary-color-active);background-color:#8b5cf614;border-radius:2rem;padding:.375rem .75rem;font-size:.875rem;transition:background-color .15s}.blog__article__tag:hover{background-color:#8b5cf62e}.post--layout__news>*+*{margin-top:1.5rem}.post--layout__news__title{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;padding-top:2rem;padding-bottom:2rem;display:flex}.post--layout__news__link{color:var(--color);background-color:var(--secondary-color);border-radius:.33rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.post--layout__news__link svg{color:var(--primary-color);flex:1}.post--layout__articles{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(auto, 1fr);align-items:stretch;gap:1rem;display:grid}@media (min-width:640px){.post--layout__articles{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto, 1fr);align-items:stretch;gap:1rem;display:grid}.post--layout__articles>*+*{margin-top:0}}@media (min-width:1024px){.post--layout__articles{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto, 1fr);align-items:stretch;gap:1rem;display:grid}.post--layout__articles>*+*{margin-top:0}}@media (min-width:1280px){.post--layout__articles{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(auto, 1fr);align-items:stretch;gap:1rem;display:grid}}.legal__hero{text-align:center;margin-bottom:2rem;padding:2rem 1rem;position:relative}@media (min-width:768px){.legal__hero{padding-top:4rem;padding-bottom:4rem}}@media (min-width:1024px){.legal__hero{margin-bottom:4rem;padding-top:2rem;padding-bottom:2rem}}.legal__hero__inner{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;margin:0 auto;display:flex;position:relative}.legal__hero__icon{width:4rem;height:4rem;color:var(--primary-color-active);border:1px solid var(--primary-color-active);background-color:rgba(var(--primary-color-rgb), .15);border-radius:.33rem;flex-direction:row;justify-content:center;align-items:center;gap:0;padding-left:.5rem;padding-right:.5rem;display:flex}.legal__hero__icon--cookies{color:var(--info-color);border-color:var(--info-color);background-color:rgba(var(--info-color-rgb), .15)}.legal__hero__icon--privacy{color:var(--success-color);border-color:var(--success-color);background-color:rgba(var(--success-color-rgb), .15)}.legal__hero__icon--terms{color:var(--warning-color);border-color:var(--warning-color);background-color:rgba(var(--warning-color-rgb), .15)}.legal__hero__title{font-family:var(--font-fira);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.15}.legal__hero__subtitle{max-width:40rem}.legal__hero__meta{flex-flow:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.legal__layout{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(auto, 1fr);gap:1fr;align-items:stretch;gap:2rem;display:grid}@media (min-width:1024px){.legal__layout{grid-template-columns:250px 1fr;align-items:start;gap:2.5rem}}.legal__toc{background:var(--secondary-color);border:1px solid var(--border-color);border-radius:.33rem;padding:1rem}@media (min-width:1024px){.legal__toc{position:sticky;top:8rem}}.legal__toc__title{text-transform:uppercase;letter-spacing:.1em;color:color-mix(in srgb, var(--color) 45%, transparent);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.legal__toc__list{counter-reset:none;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.125rem;margin:0;padding:0;list-style:none;display:flex}.legal__toc__link{color:var(--color);border-radius:.33rem;padding:.5rem;font-size:.875rem;line-height:1.45;text-decoration:none;transition:color .15s,background .15s;display:block}.legal__toc__link:hover{color:var(--primary-color-active);background:rgba(var(--primary-color-rgb), .07)}.legal__body{min-width:0}.legal__section{border-bottom:1px solid var(--border-color);padding-top:2rem;padding-bottom:2rem}.legal__section:last-child{border-bottom:none;margin-bottom:0}.legal__section{scroll-margin-top:6rem}.legal__section__title{line-height:1.3;font-family:var(--font-fira);margin-bottom:1rem;font-size:1.5rem;font-weight:700}@media (max-width:639px){.legal__section__title{font-size:1.25rem}}.legal__section__subtitle{margin-top:1.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:600}.legal__section__text{margin-bottom:1rem;font-size:1rem;line-height:1.75}.legal__section__text:last-child{margin-bottom:0}.legal__section__list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.625rem;padding-left:1.5rem;list-style:outside;display:flex}.legal__section__list li{padding-left:.25rem;font-size:1rem;line-height:1.7}.legal__section__list strong{color:var(--primary-color-active);font-weight:600}.legal__highlight{border-left:3px solid;border-radius:.33rem;margin-top:1.25rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.65}.legal__highlight--info{border-color:var(--info-color);background:var(--info-color-light)}.legal__highlight--warning{border-color:var(--warning-color);background:var(--warning-color-light)}.legal__highlight p{margin:0}.legal__highlight strong{color:var(--color);font-weight:600}.legal__manage-btn{color:var(--primary-color);cursor:pointer;border-radius:.33rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:flex}.legal__manage-btn:hover{color:var(--light-color);background-color:var(--primary-color-hover)}.legal__contact-card{background:var(--secondary-color);border:1px solid var(--border-color);border-radius:.33rem;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.375rem;margin-top:1rem;padding:1rem;display:flex}.legal__contact-card p{margin:0;font-size:.875rem;line-height:1.6}.legal__contact-card strong{color:var(--color);font-weight:600}.legal__link{text-underline-offset:3px;color:var(--primary-color-active);text-decoration:underline;transition:opacity .15s}.legal__link:hover{opacity:.8}.legal__table-wrap{border:1px solid var(--border-color);border-radius:.33rem;margin-top:1rem;overflow-x:auto}.legal__table{border-collapse:collapse;width:100%;font-size:.875rem}.legal__table thead{background:var(--secondary-color)}.legal__table thead th{text-align:left;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-bottom:1px solid var(--border-color);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.legal__table tbody tr{border-bottom:1px solid var(--border-color);transition:background .15s}.legal__table tbody tr:last-child{border-bottom:none}.legal__table tbody tr:hover{background:rgba(var(--primary-color-rgb), .03)}.legal__table tbody td{vertical-align:top;padding:.75rem 1rem;line-height:1.55}.legal__table code{white-space:nowrap;color:var(--primary-color-active);background:rgba(var(--primary-color-rgb), .07);border-radius:.33rem;padding:.15rem .25rem;font-family:Courier New,monospace;font-size:.75rem}.legal__cookies-grid{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(auto, 1fr);gap:1fr;align-items:stretch;gap:1.25rem;margin-top:1.25rem;display:grid}@media (min-width:768px){.legal__cookies-grid{grid-template-columns:1fr 1fr}}.legal__cookie-card{background:var(--secondary-color);border:1px solid var(--border-color);border-radius:.33rem;padding:1rem;transition:border-color .2s}.legal__cookie-card--blue:hover{border-color:var(--info-color)}.legal__cookie-card--purple:hover{border-color:var(--danger-color)}.legal__cookie-card--cyan:hover{border-color:var(--warning-color)}.legal__cookie-card--green:hover{border-color:var(--success-color)}.legal__cookie-card__header{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.legal__cookie-card__type{font-size:.875rem;font-weight:600}.legal__cookie-card__badge{border-radius:100px;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.legal__cookie-card__badge--required{color:var(--error-color);background:var(--error-color-light)}.legal__cookie-card__badge--optional{color:var(--success-color);background:var(--success-color-light)}.legal__cookie-card__purpose{margin-bottom:.5rem;font-size:.875rem;line-height:1.65}.legal__cookie-card__examples{color:color-mix(in srgb, var(--color) 50%, transparent);font-size:.75rem;line-height:1.55}.legal__cookie-card__examples strong{font-weight:600}
