@keyframes lpIn{0%{opacity:0}to{opacity:1}}@keyframes lpUp{0%{opacity:0;transform:translateY(28px) scale(.98)}to{opacity:1;transform:none}}@keyframes lpSlide{0%{transform:translateY(100%)}to{transform:none}}.lp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:950;display:flex;align-items:flex-end;justify-content:center;padding:0;background:#040201d1;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);animation:lpIn .2s ease}.lp-dialog{position:relative;width:100%;height:92vh;background:#080604;border:1px solid rgba(201,169,110,.16);border-radius:20px 20px 0 0;box-shadow:0 -20px 80px #000000b3;display:flex;flex-direction:column;overflow:hidden;animation:lpSlide .32s cubic-bezier(.16,1,.3,1)}@media (min-width:641px){.lp-overlay{align-items:center;padding:20px}.lp-dialog{width:min(940px,100%);height:min(86vh,740px);border-radius:24px;box-shadow:0 48px 140px #000000d9,0 0 0 1px #c9a96e0d;animation:lpUp .3s cubic-bezier(.16,1,.3,1)}}.lp-dialog:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(201,169,110,.65) 50%,transparent 100%)}.lp-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 18px 14px;border-bottom:1px solid rgba(201,169,110,.07);flex-shrink:0}@media (min-width:641px){.lp-header{padding:28px 32px 22px}}.lp-header-tag{font-family:Jost,sans-serif;font-weight:200;font-size:9px;letter-spacing:.28em;text-transform:uppercase;color:#c9a96e73;margin-bottom:5px}@media (min-width:641px){.lp-header-tag{font-size:10px;margin-bottom:7px}}.lp-title{font-family:Cormorant Garamond,serif;font-weight:300;font-size:clamp(17px,5vw,26px);color:#f6f1e9;letter-spacing:.01em;line-height:1.1}.lp-close{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:#ffffff08;border:1px solid rgba(246,241,233,.09);display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;cursor:pointer}@media (min-width:641px){.lp-close{width:38px;height:38px}}.lp-close:hover{background:#c9a96e1a;border-color:#c9a96e47}.lp-close svg{width:13px;height:13px;flex-shrink:0}@media (min-width:641px){.lp-close svg{width:14px;height:14px}}.lp-body{display:flex;flex:1;overflow:hidden;min-height:0}.lp-nav{display:none}@media (min-width:641px){.lp-nav{display:block;width:196px;flex-shrink:0;padding:20px 0;border-right:1px solid rgba(201,169,110,.07);overflow-y:auto;scrollbar-width:none}.lp-nav::-webkit-scrollbar{display:none}}.lp-nav-item{display:block;width:100%;text-align:left;padding:8px 20px 8px 24px;font-family:Jost,sans-serif;font-weight:300;font-size:11.5px;line-height:1.45;color:#f6f1e947;background:none;border:none;cursor:pointer;position:relative;transition:color .18s}.lp-nav-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:0;border-radius:1px;background:var(--gold);transition:height .22s cubic-bezier(.4,0,.2,1),opacity .22s;opacity:0}.lp-nav-item:hover{color:#f6f1e98c}.lp-nav-item.active{color:#c9a96ee6;font-weight:400}.lp-nav-item.active:before{height:55%;opacity:1}.lp-content{flex:1;overflow-y:auto;padding:18px 18px 36px;scrollbar-width:thin;scrollbar-color:rgba(201,169,110,.18) transparent}@media (min-width:641px){.lp-content{padding:28px 40px 48px}}.lp-content::-webkit-scrollbar{width:3px}.lp-content::-webkit-scrollbar-track{background:transparent}.lp-content::-webkit-scrollbar-thumb{background:#c9a96e2e;border-radius:2px}.lp-meta{font-family:Jost,sans-serif;font-weight:200;font-size:9.5px;letter-spacing:.13em;text-transform:uppercase;color:#c9a96e61;margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid rgba(201,169,110,.09)}@media (min-width:641px){.lp-meta{font-size:10.5px;letter-spacing:.16em;margin-bottom:28px;padding-bottom:18px}}.lp-section{scroll-margin-top:12px;margin-bottom:24px}@media (min-width:641px){.lp-section{margin-bottom:36px}}.lp-section:last-child{margin-bottom:0}.lp-section h3{font-family:Jost,sans-serif;font-weight:500;font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(201,169,110,.09)}@media (min-width:641px){.lp-section h3{font-size:10px;letter-spacing:.26em;margin-bottom:14px;padding-bottom:10px}}.lp-section p{font-family:Jost,sans-serif;font-weight:300;font-size:13px;color:#f6f1e98c;line-height:1.85;margin-bottom:9px}.lp-section p:last-child{margin-bottom:0}.lp-section p strong{color:#f6f1e9d1;font-weight:400}.lp-section p em{font-style:italic;color:#f6f1e973}.lp-section a{color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(201,169,110,.22);transition:border-color .2s}.lp-section a:hover{border-bottom-color:var(--gold)}.lp-link{background:none;border:none;padding:0;cursor:pointer;color:var(--gold);font-family:inherit;font-size:inherit;font-weight:inherit;border-bottom:1px solid rgba(201,169,110,.28);transition:border-color .2s}.lp-link:hover{border-bottom-color:var(--gold)}@media (pointer:coarse){.lp-nav-item{min-height:44px;display:flex;align-items:center}}.lp-doc-h{font-family:Jost,sans-serif;font-weight:500;font-size:11px;letter-spacing:.14em;color:var(--gold);margin:26px 0 12px;padding-bottom:8px;border-bottom:1px solid rgba(201,169,110,.12);scroll-margin-top:12px}.lp-doc-h:first-child{margin-top:0}@media (min-width:641px){.lp-doc-h{font-size:12.5px;letter-spacing:.12em;margin:34px 0 16px}}.lp-doc-p{font-family:Jost,sans-serif;font-weight:300;font-size:13px;color:#f6f1e99e;line-height:1.85;margin:0 0 11px}.lp-doc-li{font-family:Jost,sans-serif;font-weight:300;font-size:13px;color:#f6f1e99e;line-height:1.75;margin:0 0 7px;padding-left:18px;position:relative}.lp-doc-li:before{content:"·";position:absolute;left:4px;color:var(--gold);font-weight:700}body.light-mode .lp-doc-p,body.light-mode .lp-doc-li{color:#242322b8}
