.opt-email-banner{color:#3b1214;font-family:var(--opt-font-sans,"Plus Jakarta Sans", system-ui, sans-serif);background:#fff4f4;border-top:1px solid #e9262a2e}.opt-email-banner__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem .85rem;max-width:1280px;margin:0 auto;padding:.65rem 1.25rem;display:flex}.opt-email-banner__inner>svg{color:#e9262a;flex:none}.opt-email-banner__text{text-align:left;flex:14rem;margin:0;font-size:.88rem;line-height:1.4}.opt-email-banner__text strong{word-break:break-all;font-weight:700}.opt-email-banner__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#e9262a;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:.35rem;min-height:2.15rem;padding:.4rem .95rem;font-family:inherit;font-size:.82rem;font-weight:750;display:inline-flex}.opt-email-banner__btn:hover:not(:disabled){filter:brightness(1.05)}.opt-email-banner__btn:disabled{opacity:.75;cursor:wait}.opt-email-banner__spin{animation:.8s linear infinite opt-email-banner-spin}@keyframes opt-email-banner-spin{to{transform:rotate(360deg)}}@media (max-width:640px){.opt-email-banner__inner{justify-content:flex-start}.opt-email-banner__btn{width:100%}}@media (prefers-reduced-motion:reduce){.opt-email-banner__spin{animation:none}}
.opt-header{--opt-h-ink:#111;--opt-h-muted:#6b6b6b;--opt-h-line:#e6e6e6;--opt-h-soft:#f2f2f2;--opt-h-red:#e9262a;--opt-h-cta:#ffd6a8;--opt-h-cta-hover:#ffc78a;--opt-h-font:var(--opt-font-sans);--opt-h-display:var(--opt-font-display);z-index:1000;border-bottom:1px solid var(--opt-h-line);font-family:var(--opt-h-font);color:var(--opt-h-ink);background:#fff;position:sticky;top:0}.opt-header a{color:inherit;text-decoration:none}.opt-header__top{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;max-width:1280px;min-height:64px;margin:0 auto;padding:.85rem 1.5rem;display:grid}.opt-header__side{align-items:center;gap:.75rem;min-width:0;display:flex}.opt-header__side--left{justify-content:flex-start}.opt-header__side--right{justify-content:flex-end}.opt-header__menu-btn{font:inherit;color:var(--opt-h-ink);cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:.45rem;padding:.25rem 0;font-size:.95rem;font-weight:600;display:inline-flex}.opt-header__menu-btn:hover{color:var(--opt-h-red)}.opt-header__vsep{background:var(--opt-h-line);flex-shrink:0;width:1px;height:1.15rem}.opt-header__search{background:var(--opt-h-soft);border-radius:999px;flex:1;align-items:center;min-width:0;max-width:220px;padding:.15rem .35rem .15rem .9rem;display:flex}.opt-header__search-wrap{flex:1;min-width:0;max-width:220px;position:relative}.opt-header__search-wrap .opt-header__search{flex:none;width:100%;max-width:none}.opt-header__search input{width:100%;min-width:0;font:inherit;color:var(--opt-h-ink);background:0 0;border:0;outline:none;font-size:.9rem}.opt-header__search input::placeholder{color:#9a9a9a}.opt-header__search-btn{color:#8a8a8a;cursor:pointer;background:0 0;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.opt-header__search-btn:hover{color:var(--opt-h-ink)}.opt-header__brand{justify-content:center;justify-self:center;align-items:center;display:flex}.opt-header__brand img{width:auto;height:36px;display:block}.opt-header__action{white-space:nowrap;align-items:center;gap:.4rem;font-size:.92rem;font-weight:600;display:inline-flex}.opt-header__avatar{object-fit:cover;background:#e2e8f0;border-radius:50%;flex-shrink:0;width:28px;height:28px}.opt-header__avatar-wrap{flex-shrink:0;display:inline-flex;position:relative}.opt-header__account-badge{color:#fff;pointer-events:none;background:#e9262a;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:1.05rem;height:1.05rem;padding:0 .28rem;font-size:.62rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-5px;right:-6px}.opt-header__account{position:relative}.opt-header__account-btn{cursor:pointer;font:inherit;color:inherit;background:0 0;border:0;padding:0}.opt-header__chevron{transition:transform .15s}.opt-header__chevron.is-open{transform:rotate(180deg)}.opt-header__dropdown{z-index:80;background:#fff;border:1px solid #0d203d1a;border-radius:12px;flex-direction:column;gap:.15rem;min-width:200px;padding:.4rem;display:flex;position:absolute;top:calc(100% + .55rem);right:0;box-shadow:0 16px 40px #0d203d24}.opt-header__dropdown a,.opt-header__dropdown button{width:100%;color:var(--opt-h-ink,#0d203d);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:.55rem;padding:.65rem .75rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.opt-header__menu-badge{color:#fff;background:#e9262a;border-radius:999px;justify-content:center;align-items:center;min-width:1.2rem;height:1.2rem;margin-left:auto;padding:0 .35rem;font-size:.68rem;font-weight:750;line-height:1;display:inline-flex}.opt-header__dropdown a:hover,.opt-header__dropdown button:hover{background:#0d203d0f}.opt-header__dropdown-logout{color:#e9262a!important}.opt-header__action:hover{color:var(--opt-h-red)}.opt-header__cta{background:var(--opt-h-cta);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;margin-left:.15rem;padding:.55rem 1.15rem;font-size:.92rem;font-weight:700;transition:background .15s;display:inline-flex}.opt-header__cta:hover{background:var(--opt-h-cta-hover);color:var(--opt-h-ink)}.opt-header__nav{border-top:1px solid var(--opt-h-line);opacity:1;max-height:60px;padding:.55rem 1.5rem .7rem;transition:max-height .22s,opacity .18s,padding .22s,border-color .22s;overflow:hidden}.opt-header.is-nav-hidden .opt-header__nav{opacity:0;pointer-events:none;border-top-color:#0000;max-height:0;padding-top:0;padding-bottom:0}@media (prefers-reduced-motion:reduce){.opt-header__nav{transition:none}}.opt-header__nav-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:.15rem 1.35rem;margin:0;padding:0;list-style:none;display:flex}.opt-header__nav-list a{letter-spacing:.01em;font-size:.95rem;font-weight:700}.opt-header__nav-list a:hover{color:var(--opt-h-red)}.opt-header__nav-sep{background:var(--opt-h-line);align-self:center;width:1px;height:.95rem}.opt-header__featured{color:var(--opt-h-red)!important}.opt-menu{--opt-h-ink:#111;--opt-h-muted:#6b6b6b;--opt-h-line:#e6e6e6;--opt-h-soft:#f2f2f2;--opt-h-red:#e9262a;--opt-h-display:var(--opt-font-display);z-index:1100;pointer-events:none;position:fixed;inset:0}.opt-menu.is-open{pointer-events:auto}.opt-menu:not(.is-open){visibility:hidden}.opt-menu__backdrop{opacity:0;cursor:pointer;background:#11111173;border:0;transition:opacity .2s;position:absolute;inset:0}.opt-menu.is-open .opt-menu__backdrop{opacity:1}.opt-menu__panel{background:#fff;flex-direction:column;width:min(360px,92vw);height:100%;padding:0;transition:transform .22s;display:flex;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-100%);box-shadow:8px 0 32px #0000001f}.opt-menu.is-open .opt-menu__panel{transform:translate(0)}.opt-menu__chrome{z-index:2;padding:calc(1.1rem + env(safe-area-inset-top,0px)) 1.25rem .85rem;border-bottom:1px solid var(--opt-h-line);background:#fff;flex:none}.opt-menu__head{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.opt-menu__title{font-family:var(--opt-h-display);text-transform:uppercase;letter-spacing:.06em;font-size:1.15rem;font-weight:700}.opt-menu__close{background:var(--opt-h-soft);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.opt-menu__search{background:var(--opt-h-soft);border-radius:999px;align-items:center;margin:0;padding:.2rem .35rem .2rem 1rem;display:flex}.opt-menu__search-wrap{margin:0;position:relative}.opt-menu__search-wrap .opt-menu__search{width:100%}.opt-menu__search input{width:100%;font:inherit;background:0 0;border:0;outline:none}.opt-menu__search button{color:#8a8a8a;cursor:pointer;background:0 0;border:0;width:36px;height:36px}.opt-menu__body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding:.35rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom,0px));flex:auto;overflow:hidden auto}.opt-menu__links{margin:0;padding:0;list-style:none}.opt-menu__links a{border-bottom:1px solid var(--opt-h-line);color:var(--opt-h-ink);padding:.75rem 0;font-size:1.02rem;font-weight:700;text-decoration:none;display:block}.opt-menu__links a:hover{color:var(--opt-h-red)}.opt-menu__actions{flex-direction:column;gap:.75rem;margin-top:1.25rem;padding-top:0;display:flex}.opt-menu__profile{border:1px solid var(--opt-h-line);color:var(--opt-h-ink);background:#fff;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.7rem .8rem;text-decoration:none;display:grid}.opt-menu__profile:hover{border-color:color-mix(in srgb, #02d0d1 45%, var(--opt-h-line))}.opt-menu__profile-avatar{background:var(--opt-h-soft);border-radius:999px;flex-shrink:0;width:2.5rem;height:2.5rem;overflow:hidden}.opt-menu__profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.opt-menu__profile-meta{gap:.1rem;min-width:0;display:grid}.opt-menu__profile-name{white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:750;line-height:1.2;overflow:hidden}.opt-menu__profile-email{color:var(--opt-h-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.opt-menu__profile>svg{color:var(--opt-h-muted)}.opt-menu__btn{text-align:center;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:.45rem;width:100%;min-height:2.85rem;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;font-weight:750;text-decoration:none;transition:background .15s,color .15s,transform .15s;display:inline-flex}.opt-menu__btn--cta{color:#fff;background:#111}.opt-menu__btn--cta:hover{color:#fff;background:#000}.opt-menu__btn--ghost{color:#111;background:#02d0d1}.opt-menu__btn--ghost:hover{color:#111;background:#00b8b9}.opt-menu__account-list{gap:.15rem;display:grid}.opt-menu__row{width:100%;min-height:2.75rem;color:var(--opt-h-ink);text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:10px;align-items:center;gap:.75rem;padding:.65rem .8rem;font-family:inherit;font-size:.92rem;font-weight:650;text-decoration:none;display:flex}.opt-menu__row-label{flex:1;align-items:center;gap:.45rem;min-width:0;display:inline-flex}.opt-menu__row svg{color:#4b5563;flex-shrink:0}.opt-menu__row:hover,.opt-menu__row:active{background:var(--opt-h-soft)}.opt-menu__row--danger{color:#fff;background:#e9262a;margin-top:.35rem}.opt-menu__row--danger svg{color:#fff}.opt-menu__row--danger:hover,.opt-menu__row--danger:active{color:#fff;background:#d01f23}.opt-menu__badge{background:#e9262a;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex;color:#fff!important}.opt-search-live{z-index:80;background:#fff;border:1px solid #00000014;border-radius:12px;width:min(360px,100vw - 2rem);max-height:min(420px,70vh);position:absolute;top:calc(100% + .45rem);left:0;overflow:auto;box-shadow:0 14px 36px #0000001f}.opt-menu__search-wrap .opt-search-live{width:100%;left:0;right:0}.opt-search-live__list{margin:0;padding:.35rem 0;list-style:none}.opt-search-live__item{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;border:0;grid-template-columns:52px 1fr;align-items:center;gap:.75rem;padding:.55rem .85rem;display:grid}.opt-search-live__item:hover,.opt-search-live__item.is-active{background:#f5eaea}.opt-search-live__cover{background:#ececec;border-radius:4px;flex-shrink:0;width:52px;height:40px;overflow:hidden}.opt-search-live__cover img{object-fit:cover;width:100%;height:100%;display:block}.opt-search-live__meta{gap:.15rem;min-width:0;display:grid}.opt-search-live__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.88rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.opt-search-live__cat{color:#888;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.opt-search-live__empty{color:#888;margin:0;padding:1rem .95rem;font-size:.88rem}.opt-search-live__heading{font-family:var(--opt-font-sans,system-ui, sans-serif);letter-spacing:.08em;text-transform:uppercase;color:#9a9a9a;margin:0;padding:.7rem .95rem .35rem;font-size:.72rem;font-weight:750}.opt-search-live__more{text-align:left;width:100%;font:inherit;color:#e9262a;cursor:pointer;background:#fafafa;border:0;border-top:1px solid #eee;padding:.75rem .95rem;font-size:.84rem;font-weight:700;display:block}.opt-search-live__more:hover,.opt-search-live__more.is-active{background:#fdeeee}@media (max-width:991px){.opt-header__top{grid-template-columns:auto 1fr auto;gap:.5rem;padding:.7rem 1rem}.opt-header__search,.opt-header__search-wrap,.opt-header__vsep,.opt-header__action span,.opt-header__menu-btn span{display:none}.opt-header__side--right{gap:.35rem}.opt-header__action{padding:.35rem}.opt-header__cta{padding:.45rem .85rem;font-size:.85rem}.opt-header__brand img{height:30px}.opt-header__nav{display:none}}@media (prefers-reduced-motion:reduce){.opt-menu__backdrop,.opt-menu__panel,.opt-header__cta,.opt-header__nav{transition:none}}
