.legal-page{min-height:100vh;background-color:var(--color-bg);padding-top:var(--nav-height)}.legal-hero{position:relative;background:linear-gradient(160deg,rgba(212,175,55,.06),rgba(10,10,10,0) 55%);border-bottom:1px solid rgba(212,175,55,.12);padding:3rem 1rem 2.5rem;text-align:center;overflow:hidden}.legal-hero:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:28rem;height:28rem;border-radius:9999px;background:radial-gradient(circle,rgba(212,175,55,.09) 0,transparent 68%);pointer-events:none}@media (min-width:640px){.legal-hero{padding:4rem 1.5rem 3rem}}@media (min-width:1024px){.legal-hero{padding:5rem 3rem 3.5rem}}.legal-hero__inner{position:relative;z-index:1;max-width:52rem;margin:0 auto}.legal-hero__badge{display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#0a0a0a;background:linear-gradient(135deg,#d4af37,#a88c20);padding:.3rem .9rem;border-radius:.125rem;margin-bottom:1.25rem}.legal-hero__title{font-family:var(--font-playfair),Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#ffffff;line-height:1.2;margin:0 0 1rem}.legal-hero__meta{font-size:.8125rem;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:.5rem}.legal-hero__meta-dot{width:3px;height:3px;border-radius:50%;background-color:rgba(212,175,55,.4);display:inline-block}.legal-container{max-width:52rem;margin:0 auto;padding:2.5rem 1rem 5rem}@media (min-width:640px){.legal-container{padding:3rem 1.5rem 6rem}}@media (min-width:1280px){.legal-container{padding:3.5rem 3rem 7rem}}.legal-toc{background-color:var(--color-card);border:1px solid var(--color-border);border-left:3px solid var(--color-gold);border-radius:.25rem;padding:1.5rem;margin-bottom:2.5rem}.legal-toc__title{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);margin:0 0 1rem}.legal-toc__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.legal-toc__link{font-size:.875rem;color:#9ca3af;transition:color .2s;display:flex;align-items:center;gap:.5rem}.legal-toc__link:hover{color:var(--color-gold)}.legal-toc__link:before{content:"";display:inline-block;width:1rem;height:1px;background:rgba(212,175,55,.4);flex-shrink:0}@media (min-width:640px){.legal-toc__list{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem}}.legal-section{margin-bottom:2.75rem;scroll-margin-top:calc(var(--nav-height) + 1.5rem)}.legal-section:last-of-type{margin-bottom:0}.legal-section__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;--section-heading-size:1.25rem;--section-heading-leading:1.3;--section-badge-size:calc(var(--section-heading-size) * var(--section-heading-leading))}@media (min-width:640px){.legal-section__header{--section-heading-size:1.375rem}}.legal-section__num{box-sizing:border-box;display:grid;place-items:center;min-width:var(--section-badge-size);width:auto;height:var(--section-badge-size);padding-inline:.3125rem;border-radius:.25rem;background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.2);font-family:var(--font-inter),ui-sans-serif,system-ui,sans-serif;font-size:.8125rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;text-align:center;color:var(--color-gold);flex-shrink:0}.legal-section__heading{flex:1;min-width:0;font-family:var(--font-playfair),Georgia,serif;font-size:var(--section-heading-size);font-weight:700;color:#ffffff;margin:0;line-height:var(--section-heading-leading)}.legal-section__subheading{font-family:var(--font-playfair),Georgia,serif;font-size:1rem;font-weight:600;color:#e5e7eb;margin:1.5rem 0 .75rem}.legal-prose{color:#9ca3af;font-size:.9375rem;line-height:1.8}.legal-prose p{margin-bottom:1.125rem}.legal-prose p:last-child{margin-bottom:0}.legal-prose strong{color:#e5e7eb;font-weight:600}.legal-prose code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875em;color:#e5e7eb;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:4px;padding:.1em .4em}.legal-prose a{color:var(--color-gold);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s}.legal-prose a:hover{opacity:.8}.legal-prose ol,.legal-prose ul{padding-left:0;margin:.875rem 0 1.125rem;list-style:none;display:flex;flex-direction:column;gap:.5rem}.legal-prose ol li,.legal-prose ul li{display:flex;align-items:flex-start;gap:.75rem;color:#9ca3af;--list-item-size:0.9375rem;--list-item-leading:1.7;font-size:var(--list-item-size);line-height:var(--list-item-leading)}.legal-prose ul li:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--color-gold);flex-shrink:0;margin-top:calc((var(--list-item-size) * var(--list-item-leading) - 5px) / 2);opacity:.7}.legal-prose ol{counter-reset:legal-ol}.legal-prose ol li{counter-increment:legal-ol}.legal-prose ol li:before{content:counter(legal-ol);display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:rgba(212,175,55,.1);font-size:.7rem;font-weight:700;color:var(--color-gold);flex-shrink:0;margin-top:calc((var(--list-item-size) * var(--list-item-leading) - 1.25rem) / 2)}.legal-highlight{display:flex;align-items:flex-start;gap:.875rem;background:rgba(212,175,55,.05);border:1px solid rgba(212,175,55,.18);border-radius:.25rem;padding:1rem 1.25rem;margin:1.25rem 0;--highlight-text-size:0.875rem;--highlight-text-leading:1.7}.legal-highlight--intro{margin-bottom:2.5rem}.legal-highlight__icon{flex-shrink:0;align-self:flex-start;display:flex;align-items:center;justify-content:center;--highlight-icon-size:calc(var(--highlight-text-size) * 1.15);font-size:var(--highlight-icon-size);line-height:1;width:var(--highlight-icon-size);height:calc(var(--highlight-text-size) * var(--highlight-text-leading))}.legal-highlight__text{margin:0;flex:1;min-width:0;font-size:var(--highlight-text-size);color:#9ca3af;line-height:var(--highlight-text-leading)}.legal-highlight__text strong{color:#e5e7eb}.legal-contact-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:1rem}@media (min-width:480px){.legal-contact-grid{grid-template-columns:repeat(3,1fr)}}.legal-contact-item{display:flex;flex-direction:column;gap:.25rem;background:var(--color-card);border:1px solid var(--color-border);border-radius:.25rem;padding:.875rem 1rem}.legal-contact-item__label{font-size:.65rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold)}.legal-contact-item__value{font-size:.875rem;color:#d1d5db}.legal-contact-item__value a{color:#d1d5db;transition:color .2s}.legal-contact-item__value a:hover{color:var(--color-gold)}.legal-table-wrap{overflow-x:auto;margin:1.25rem 0;border-radius:.25rem;border:1px solid var(--color-border)}.legal-table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:500px}.legal-table thead{background:rgba(212,175,55,.07)}.legal-table th{padding:.75rem 1rem;text-align:left;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold);border-bottom:1px solid var(--color-border);white-space:nowrap}.legal-table td{padding:.75rem 1rem;color:#9ca3af;border-bottom:1px solid rgba(42,42,42,.6);vertical-align:top;line-height:1.6}.legal-table td strong{color:#e5e7eb;font-weight:600}.legal-table tbody tr:last-child td{border-bottom:none}.legal-table tbody tr:hover td{background:rgba(255,255,255,.02)}.legal-divider{border:none;border-top:1px solid rgba(42,42,42,.8);margin:2.75rem 0}.legal-footer-nav{margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-start}.legal-footer-nav .btn-outline{display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;padding:.6rem 1.25rem;line-height:1;width:auto;max-width:none;flex:0 0 auto;white-space:nowrap}.legal-footer-nav__label{display:none}@media (max-width:639px){.legal-footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.legal-footer-nav .btn-outline{width:100%;min-width:0;padding:.65rem .75rem;font-size:.72rem}}@media (min-width:640px){.legal-footer-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.legal-footer-nav .btn-outline{width:auto}}.prose-content{color:#9ca3af;font-size:1.0625rem;line-height:1.85}.prose-content h2{font-size:1.375rem;font-weight:700;color:#ffffff;margin-top:2.25rem;margin-bottom:.875rem;line-height:1.3}.prose-content h2,.prose-content h3{font-family:var(--font-playfair),Georgia,serif}.prose-content h3{font-size:1.1rem;font-weight:600;color:#e5e7eb;margin-top:1.5rem;margin-bottom:.625rem}.prose-content p{margin-bottom:1.25rem}.prose-content a{color:var(--color-gold);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s}.prose-content a:hover{opacity:.8}.prose-content strong{color:#e5e7eb;font-weight:600}.prose-content ul{padding-left:1.5rem;margin-bottom:1.25rem}.prose-content ul li{list-style-type:disc;margin-bottom:.5rem;color:#9ca3af}.data-deletion-form{margin-top:1.5rem}.data-deletion-form__fields{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.25rem;padding:1.5rem;background:rgba(255,255,255,.02);border:1px solid var(--color-border);border-radius:8px}.data-deletion-form__row{display:flex;flex-direction:column;gap:.4rem}.data-deletion-form__hint,.data-deletion-form__optional{color:#6b7280;font-size:.8rem;font-weight:400}.data-deletion-form__required{color:var(--color-gold)}.data-deletion-form__hint{margin:0;line-height:1.5}.data-deletion-form__textarea{min-height:6rem;resize:vertical}.data-deletion-form__scopes{margin:0;padding:0;border:none}.data-deletion-form__scope-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.data-deletion-form__scope{display:flex;gap:.75rem;align-items:flex-start;cursor:pointer;padding:.75rem .875rem;border:1px solid var(--color-border);border-radius:6px;background:rgba(0,0,0,.25);transition:border-color .2s}.data-deletion-form__scope:hover{border-color:rgba(212,175,55,.35)}.data-deletion-form__scope input{flex-shrink:0;width:1.05rem;height:1.05rem;margin:.15rem 0 0;accent-color:var(--color-gold)}.data-deletion-form__scope-label{display:block;color:#e5e7eb;font-size:.9rem;font-weight:500}.data-deletion-form__scope-hint{display:block;margin-top:.2rem;color:#9ca3af;font-size:.8rem;line-height:1.45}.data-deletion-form__error{margin:0;color:#f87171;font-size:.875rem}.data-deletion-form__submit{align-self:flex-end;margin-top:.25rem}.email-verify-modal{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:1.25rem}.email-verify-modal__backdrop{position:absolute;inset:0;border:none;padding:0;background:rgba(0,0,0,.85);cursor:pointer}.email-verify-modal__panel{position:relative;z-index:1;width:min(100%,26rem);padding:1.5rem;background:#111;border:1px solid var(--color-border);border-radius:10px;box-shadow:0 24px 48px rgba(0,0,0,.55)}.email-verify-modal__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.email-verify-modal__brand{display:flex;align-items:center;gap:.65rem}.email-verify-modal__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;color:var(--color-gold);background:rgba(212,175,55,.12);border:1px solid rgba(212,175,55,.28)}.email-verify-modal__title{margin:0;font-family:var(--font-playfair),Georgia,serif;font-size:1.25rem;color:#f5f5f5}.email-verify-modal__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:6px;border:1px solid var(--color-border);background:transparent;color:#9ca3af;cursor:pointer}.email-verify-modal__close:hover:not(:disabled){color:var(--color-gold);border-color:rgba(212,175,55,.45)}.email-verify-modal__close:disabled{opacity:.5;cursor:not-allowed}.email-verify-modal__sub{margin:0 0 1rem;font-size:.9rem;line-height:1.65;color:#9ca3af}.email-verify-modal__sub--center{text-align:center}.email-verify-modal__email{color:#e5e7eb;word-break:break-all}.email-verify-modal__error{margin:.75rem 0 0;color:#f87171;font-size:.85rem;text-align:center}.email-verify-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}.email-verify-modal__link{background:none;border:none;padding:0;color:#9ca3af;font-size:.85rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.email-verify-modal__link:hover:not(:disabled){color:var(--color-gold)}.email-verify-modal__secondary{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .9rem;border-radius:6px;border:1px solid var(--color-border);background:transparent;color:#e5e7eb;font-size:.875rem;cursor:pointer}.email-verify-modal__secondary:hover:not(:disabled){border-color:rgba(212,175,55,.4);color:var(--color-gold)}.email-verify-modal__primary{margin-left:auto}.email-verify-modal__link:disabled,.email-verify-modal__primary:disabled,.email-verify-modal__secondary:disabled{opacity:.55;cursor:not-allowed}.otp-row{display:flex;justify-content:center;gap:.5rem;margin:1rem 0 .25rem}.otp-cell{width:2.5rem;height:2.85rem;text-align:center;font-size:1.15rem;font-weight:600;color:#f5f5f5;background:#0d0d0d;border:1px solid var(--color-border);border-radius:6px;outline:none}.otp-cell:focus{border-color:var(--color-gold);box-shadow:0 0 0 2px rgba(212,175,55,.2)}.otp-cell:disabled{opacity:.6}@media (max-width:480px){.email-verify-modal__footer{flex-direction:column-reverse;align-items:stretch}.email-verify-modal__primary{margin-left:0;width:100%}.otp-cell{width:2.25rem;height:2.6rem}}