.legal-modal{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#14160ff2;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out lm-fade-in;display:flex;position:fixed;inset:0}.legal-modal.is--closing{animation:.3s ease-out lm-fade-out}@keyframes lm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lm-fade-out{0%{opacity:1}to{opacity:0}}.legal-modal__panel{background:#2a2d1f;border-radius:8px;flex-direction:column;width:100%;max-width:900px;max-height:85vh;animation:.4s cubic-bezier(.16,1,.3,1) lm-panel-in;display:flex;position:relative;overflow:hidden;box-shadow:0 1px #e6b42226,0 8px 32px #0006,0 24px 64px #0000004d}.legal-modal.is--closing .legal-modal__panel{animation:.3s cubic-bezier(.4,0,1,1) lm-panel-out}@keyframes lm-panel-in{0%{opacity:0;transform:scale(.96)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes lm-panel-out{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.96)translateY(20px)}}.legal-modal__header{background:linear-gradient(#e6b42208 0%,#0000 100%);border-bottom:1px solid #e6b42226;padding:2rem 2.5rem 1.5rem;position:relative}.legal-modal__cookie-action{padding:0 32px 18px}.legal-modal__cookie-action button{color:inherit;cursor:pointer;font:inherit;letter-spacing:.08em;background:0 0;border:1px solid #b98a2eb3;padding:9px 12px;font-size:.72rem}.legal-modal__cookie-action button:focus-visible{outline-offset:2px;outline:2px solid #b98a2e}.legal-modal__title{font-family:var(--font-display,serif);letter-spacing:-.02em;color:#e6b422;margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:400;line-height:1.2}.legal-modal__close{color:#f1ede199;cursor:pointer;background:0 0;border:1px solid #e6b42233;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex;position:absolute;top:2rem;right:2rem}.legal-modal__close:hover{color:#e6b422;background:#e6b4220d;border-color:#e6b42280;transform:rotate(90deg)}.legal-modal__close:active{transform:rotate(90deg)scale(.95)}.legal-modal__nav{background:#14160f4d;border-bottom:1px solid #e6b4221a;padding:1.5rem 2.5rem}.legal-modal__nav-label{letter-spacing:.08em;text-transform:uppercase;color:#e6b422b3;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.legal-modal__nav-items{flex-wrap:wrap;gap:.5rem;display:flex}.legal-modal__nav-item{color:#f1ede1cc;cursor:pointer;white-space:nowrap;background:#f1ede10d;border:1px solid #e6b42226;border-radius:24px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.legal-modal__nav-item:hover{color:#e6b422;background:#e6b4221a;border-color:#e6b42266;transform:translateY(-1px)}.legal-modal__nav-item:active{transform:translateY(0)}.legal-modal__content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:1;min-height:0;padding:2.5rem;overflow-y:auto}.legal-modal__content-inner{min-height:100%}.legal-modal__content::-webkit-scrollbar{width:8px}.legal-modal__content::-webkit-scrollbar-track{background:#14160f4d}.legal-modal__content::-webkit-scrollbar-thumb{background:#e6b4224d;border-radius:4px}.legal-modal__content::-webkit-scrollbar-thumb:hover{background:#e6b42280}.legal-modal__section{margin-bottom:3rem;scroll-margin-top:2rem}.legal-modal__section:last-child{margin-bottom:0}.legal-modal__section-title{font-family:var(--font-display,serif);letter-spacing:-.01em;color:#e6b422;border-bottom:1px solid #e6b42226;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:500;line-height:1.3}.legal-modal__paragraph{font-family:var(--font-body,sans-serif);color:#f1ede1e6;white-space:pre-wrap;margin:0 0 1.25rem;font-size:1rem;line-height:1.75}.legal-modal__paragraph:last-child{margin-bottom:0}.legal-modal__paragraph a,.legal-modal__content a{color:#e6b422;text-underline-offset:2px;-webkit-text-decoration:underline #e6b4224d;text-decoration:underline #e6b4224d;transition:all .2s}.legal-modal__paragraph a:hover,.legal-modal__content a:hover{color:#f4d06f;text-decoration-color:#e6b422}.legal-modal__table-wrapper{background:#14160f66;border:1px solid #e6b42226;border-radius:4px;margin:2rem 0;overflow-x:auto}.legal-modal__table{border-collapse:collapse;width:100%;font-size:.9rem}.legal-modal__table thead{background:#e6b42214;border-bottom:1px solid #e6b42240}.legal-modal__table th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:#e6b422;white-space:nowrap;padding:1rem;font-size:.8125rem;font-weight:600}.legal-modal__table td{color:#f1ede1d9;border-top:1px solid #e6b4221a;padding:1rem;line-height:1.6}.legal-modal__table tbody tr:hover{background:#e6b4220a}.legal-modal__table td:first-child{color:#f1ede1f2;font-weight:500}@media (max-width:768px){.legal-modal{padding:1rem}.legal-modal__panel{border-radius:12px;max-height:90vh}.legal-modal__header{padding:1.5rem 1.5rem 1.25rem}.legal-modal__title{padding-right:2.5rem;font-size:1.5rem}.legal-modal__close{width:36px;height:36px;top:1.5rem;right:1.5rem}.legal-modal__nav{padding:1.25rem 1.5rem}.legal-modal__nav-items{gap:.5rem}.legal-modal__nav-item{padding:.4rem .875rem;font-size:.8125rem}.legal-modal__content{padding:1.5rem}.legal-modal__section{margin-bottom:2.5rem}.legal-modal__section-title{font-size:1.25rem}.legal-modal__paragraph{font-size:.9375rem}.legal-modal__table-wrapper{border-left:none;border-right:none;border-radius:0;margin:1.5rem -1.5rem}.legal-modal__table{font-size:.8125rem}.legal-modal__table th,.legal-modal__table td{min-width:100px;padding:.75rem}.legal-modal__table th{font-size:.75rem}}@media (max-width:480px){.legal-modal{padding:0}.legal-modal__panel{border-radius:0;max-height:100vh}.legal-modal__header{padding:1.25rem 1.25rem 1rem}.legal-modal__title{font-size:1.375rem}.legal-modal__close{top:1.25rem;right:1.25rem}.legal-modal__nav{padding:1rem 1.25rem}.legal-modal__content{padding:1.25rem}}@media (prefers-reduced-motion:reduce){.legal-modal,.legal-modal__panel,.legal-modal__close,.legal-modal__nav-item{transition:none!important;animation:none!important}.legal-modal__close:hover,.legal-modal__nav-item:hover{transform:none}}@media print{.legal-modal{background:#fff;padding:0;position:static}.legal-modal__panel{max-height:none;box-shadow:none;background:#fff}.legal-modal__header{border-bottom-color:#000}.legal-modal__close,.legal-modal__nav{display:none}.legal-modal__title,.legal-modal__section-title,.legal-modal__paragraph,.legal-modal__table td{color:#000}.legal-modal__content{overflow:visible}}.legal-modal__panel.has--contents{grid-template-rows:auto auto minmax(0,1fr);grid-template-columns:minmax(210px,255px) minmax(0,1fr);height:min(85dvh,860px);min-height:0;display:grid}.legal-modal__panel.has--contents .legal-modal__header,.legal-modal__panel.has--contents .legal-modal__cookie-action{grid-column:1/-1}.legal-modal__panel.has--contents .legal-modal__nav{background:#14160f40;border-bottom:0;border-right:1px solid #e6b4221f;grid-area:3/1;padding:2rem 1.5rem 2rem 3.7rem;overflow-y:auto}.legal-modal__panel.has--contents .legal-modal__content{grid-area:3/2}.legal-modal__nav-items{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.legal-modal__nav-items li{position:relative}.legal-modal__nav-items li:before{content:"";width:1.45rem;height:1px;transition:width .28s var(--ease-lux), background-color .28s var(--ease-lux);background:#f1ede14d;position:absolute;top:50%;left:-2.2rem}.legal-modal__nav-items li:not(:last-child):after{content:"";background:#f1ede129;width:.7rem;height:1px;position:absolute;top:calc(50% + 1.5rem);left:-2.2rem}.legal-modal__nav-items li.is-active:before{background:#e6b422;width:2.25rem}.legal-modal__nav-item{color:#f1ede18a;width:100%;font:inherit;text-align:left;white-space:normal;transition:color .22s ease, transform .28s var(--ease-lux);background:0 0;border:0;border-radius:0;gap:.55rem;padding:0;font-size:.79rem;line-height:1.35;display:flex}.legal-modal__nav-index{color:inherit;letter-spacing:.03em;flex:none;padding-top:.05rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.64rem}.legal-modal__nav-item:hover,.legal-modal__nav-items li.is-active .legal-modal__nav-item{color:#e6b422;background:0 0;transform:translate(5px)}@media (max-width:768px){.legal-modal{align-items:stretch;padding:12px}.legal-modal__panel.has--contents{border-radius:10px;grid-template-rows:none;grid-template-columns:none;height:calc(100dvh - 24px);max-height:none;display:flex}.legal-modal__panel.has--contents .legal-modal__header{flex:none}.legal-modal__panel.has--contents .legal-modal__nav{scrollbar-width:none;touch-action:pan-x;-webkit-overflow-scrolling:touch;border-bottom:1px solid #e6b42221;border-right:0;flex:none;min-height:0;max-height:none;padding:.7rem 1.25rem;overflow:auto hidden}.legal-modal__panel.has--contents .legal-modal__nav::-webkit-scrollbar{display:none}.legal-modal__nav-label{display:none}.legal-modal__nav-items{gap:.55rem;width:max-content;display:flex}.legal-modal__nav-items li:before,.legal-modal__nav-items li:after{display:none}.legal-modal__nav-item{white-space:nowrap;width:auto;padding:.45rem 0;font-size:.72rem}.legal-modal__nav-items li.is-active .legal-modal__nav-item{border-bottom:1px solid #e6b422;transform:none}.legal-modal__panel.has--contents .legal-modal__content{height:0;min-height:0;padding:1.2rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));flex:1 1 0;overflow-y:auto}.legal-modal__panel.has--contents .legal-modal__cookie-action{padding:0 20px 12px}}@media (max-width:480px){.legal-modal{padding:0}.legal-modal__panel.has--contents{border-radius:0;height:100dvh}.legal-modal__header{padding:1rem 1.25rem .85rem}.legal-modal__close{top:.85rem;right:1rem}.legal-modal__panel.has--contents .legal-modal__nav{padding-top:.55rem;padding-bottom:.55rem}}@media print{.legal-modal__panel.has--contents{height:auto;display:block}.legal-modal__panel.has--contents .legal-modal__nav{display:none}}html.is--legal-modal-open,body.is--legal-modal-open{overflow:hidden}
