.cv-source-mobile-panel,.cv-source-nav,.cv-source-popover{font-family:var(--font-inter),Inter,system-ui,sans-serif;letter-spacing:0}.cv-source-nav{position:sticky;top:0;z-index:1000;background:var(--pb-surface);border:0}.cv-source-nav-inner{width:min(1280px,calc(100% - 80px));min-height:80px;margin-inline:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}.cv-source-brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--pb-ink);flex:none}.cv-source-brand span{font-family:STKBureauSans,Arial,sans-serif;font-size:25px;line-height:1;font-weight:700;letter-spacing:-.02em}.cv-source-brand svg{width:24px;height:24px;color:var(--pb-accent);flex:none}.cv-source-desktop{justify-self:center}.cv-source-nav-list{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.cv-source-nav-list>li{display:block;margin:0;padding:0}.cv-source-nav .cv-source-nav-label{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;min-height:40px;border:0;border-radius:8px;background:transparent;color:var(--pb-secondary);text-decoration:none;white-space:nowrap;transition:background-color .15s,color .15s}.cv-source-nav .cv-source-nav-label,.cv-source-nav .cv-source-sign-in{letter-spacing:-.01em}.cv-source-nav-label span{font:inherit;letter-spacing:inherit}.cv-source-nav-label:hover,.cv-source-nav-label[aria-expanded=true],.cv-source-nav-label[data-pressed]{color:var(--pb-ink);background:var(--pb-panel)}.cv-source-nav-label svg{flex:none;transition:transform .15s}.cv-source-nav-label[aria-expanded=true] svg{transform:rotate(180deg)}.cv-source-account-actions{display:flex;align-items:center;gap:20px}.cv-source-sign-in{white-space:nowrap;color:var(--pb-secondary);text-decoration:none}.cv-source-sign-in:hover{color:var(--pb-ink);text-decoration:underline;text-underline-offset:4px}.cv-source-nav .cv-source-primary{height:40px;min-height:40px;padding-inline:16px;font-family:STKBureauSans,Arial,sans-serif;font-size:15px;font-weight:500;letter-spacing:0;white-space:nowrap}.cv-source-nav .cv-source-mobile-trigger{display:none;color:var(--pb-ink);background:var(--pb-panel)}.cv-source-popover{z-index:1200;width:660px;max-height:calc(100dvh - 140px);max-width:calc(100vw - 32px);border-radius:16px;padding:24px;background:var(--pb-surface);box-shadow:0 0 0 1px var(--pb-line),0 4px 8px rgba(23,34,28,.035),0 20px 48px rgba(23,34,28,.1)}.cv-source-dialog{gap:0}.cv-source-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 24px}.cv-source-menu-group{min-width:0}.cv-source-menu-group h3{margin:0 0 10px;padding:0 8px;color:var(--pb-muted);font-family:inherit;text-transform:none}.cv-source-menu-rows{display:flex;flex-direction:column;gap:4px}.cv-source-menu-row{position:relative;z-index:1;display:flex;align-items:center;gap:10px;min-height:40px;padding:8px;border-radius:8px;text-decoration:none;color:var(--pb-ink)}.cv-source-menu-row>span{font:inherit;letter-spacing:inherit}.cv-source-row-icon{flex:none;width:18px;height:18px;color:var(--pb-secondary)}.cv-source-hover{left:0;right:0;border-radius:8px;background:var(--pb-panel)}.cv-source-menu-unavailable{color:var(--pb-muted)}.cv-source-menu-unavailable small{flex:none;margin-left:auto;font-size:11px;line-height:16px;color:var(--pb-secondary);background:var(--pb-inset);border-radius:4px;padding:1px 5px}.cv-source-menu-footer{margin-top:24px;padding:16px 8px 0;border-top:1px solid var(--pb-line)}.cv-source-menu-footer a{color:var(--pb-accent);text-decoration:none}.cv-source-menu-footer a:hover{text-decoration:underline;text-underline-offset:4px}.cv-source-overlay{position:fixed;inset:0;z-index:1300;background:rgba(23,34,28,.2);backdrop-filter:blur(3px)}.cv-source-mobile-panel{width:min(480px,100%);height:100dvh;overflow:auto;margin-left:auto;background:var(--pb-surface);box-shadow:-12px 0 48px rgba(23,34,28,.12)}.cv-source-mobile-dialog{padding:24px;outline:none}.cv-source-mobile-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.cv-source-mobile-group{border-top:1px solid var(--pb-line)}.cv-source-mobile-group summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;list-style:none;cursor:pointer}.cv-source-mobile-group summary::-webkit-details-marker{display:none}.cv-source-mobile-group[open] summary svg{transform:rotate(180deg)}.cv-source-mobile-group .cv-source-menu-grid{grid-template-columns:1fr;gap:24px;padding-bottom:24px}.cv-source-mobile-link{display:block;border-top:1px solid var(--pb-line);padding:20px 0;color:var(--pb-ink);text-decoration:none}.cv-source-mobile-login{display:inline-flex;margin-top:24px;padding:10px 0;color:var(--pb-secondary);text-decoration:underline;text-underline-offset:4px}.cv-source-sticky{position:fixed;left:0;right:0;bottom:0;z-index:900;display:none;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px calc(16px + env(safe-area-inset-bottom));background:#17221c;color:#fff;transform:translateY(110%);visibility:hidden;transition:transform .18s,visibility .18s}.cv-source-sticky.on{transform:none;visibility:visible}.cv-source-sticky strong{display:block;font:500 14px/20px var(--font-inter),sans-serif}.cv-source-sticky span{display:block;font:400 12px/18px var(--font-inter),sans-serif;opacity:.75}.cv-source-sticky .cv-btn{flex:none;font-size:14px}@media (max-width:1179px){.cv-source-nav-inner{width:calc(100% - 48px);min-height:72px;grid-template-columns:auto auto;justify-content:space-between;gap:16px}.cv-source-desktop{display:none}.cv-source-nav .cv-source-mobile-trigger{display:inline-flex}.cv-source-account-actions{gap:12px}}@media (max-width:991px){.cv-source-nav{top:2.6rem}}@media (max-width:600px){.cv-source-nav-inner{width:calc(100% - 32px);min-height:68px;gap:12px}.cv-source-brand span{font-size:23px}.cv-source-brand svg{width:22px;height:22px}.cv-source-sign-in{display:none}.cv-source-nav .cv-source-primary{height:36px;min-height:36px;padding-inline:12px;font-size:13px}.cv-source-account-actions{gap:8px}.cv-source-nav .cv-source-mobile-trigger{width:32px;padding:0}.cv-source-sticky{display:flex}}@media (max-width:360px){.cv-source-brand span{font-size:21px}.cv-source-nav .cv-source-primary{padding-inline:8px;font-size:12px}}@media (prefers-reduced-motion:reduce){.cv-glide-highlight,.cv-source-nav-label,.cv-source-nav-label svg,.cv-source-popover,.cv-source-sticky{transition:none!important;animation:none!important}}