.bookm{z-index:200;justify-content:center;align-items:center;padding:clamp(12px,3vw,40px);display:flex;position:fixed;inset:0}.bookm__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#050b2ebd;animation:.24s cubic-bezier(.22,1,.36,1) both bookm-fade;position:absolute;inset:0}.bookm__panel{z-index:1;background:#050b2e;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;width:min(1040px,100%);height:auto;min-height:min(560px,100%);max-height:100%;animation:.32s cubic-bezier(.22,1,.36,1) both bookm-rise;display:flex;position:relative;overflow:hidden;box-shadow:0 60px 120px -40px #000000b3}.bookm__panel:focus{outline:none}.bookm__head{border-bottom:1px solid #ffffff1a;flex:none;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 28px 18px;display:flex}.bookm__headings{min-width:0}.bookm__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#0fccd4;margin-bottom:10px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:600;display:block}.bookm__title{letter-spacing:-.025em;color:#fff;margin:0;font-family:Space Grotesk,ui-sans-serif,system-ui,sans-serif;font-size:clamp(22px,2.6vw,28px);font-weight:600;line-height:1.1}.bookm__title em{color:#0fccd4;font-style:italic}.bookm__lede{color:#ffffffb3;text-wrap:pretty;max-width:56ch;margin:8px 0 0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:14px;line-height:1.55}.bookm__close{color:#ffffffc7;cursor:pointer;background:#ffffff12;border:1px solid #ffffff29;border-radius:999px;flex:none;place-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:grid}.bookm__close:hover{color:#fff;background:#ffffff24}.bookm__close svg{width:18px;height:18px}.bookm__cal{flex:0 auto;min-height:0;overflow-y:auto}@keyframes bookm-fade{0%{opacity:0}to{opacity:1}}@keyframes bookm-rise{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:none}}@media (width<=720px){.bookm{padding:0}.bookm__panel{border:0;border-radius:0;width:100%;height:100%;min-height:0}.bookm__head{gap:16px;padding:20px 20px 16px}.bookm__lede{display:none}}@media (prefers-reduced-motion:reduce){.bookm__backdrop,.bookm__panel{animation:none}}
