*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;background-color:#011518;color:#e8e6e0;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.25;color:#e8e6e0}p{color:#e8e6e0}a{color:inherit;text-decoration:none}a:hover{color:#b08a4a}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}:root{--bg: #011518;--surface: #111318;--border: #1e2028;--text-primary: #e8e6e0;--text-secondary: #a8a5a0;--text-muted: #8a8783;--accent: #B08A4A;--gold: #B08A4A;--green: #1a9e6e;--amber: #c47d15;--red: #c44040;--blue: #2a6dd9;--max-width: 1280px;--section-pad: 80px;--radius: 4px;--font-mono: "Inter", monospace}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px;width:100%}.section{padding:var(--section-pad) 0}@media(max-width:640px){.container{padding:0 16px}.section{padding:48px 0}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-muted{color:var(--text-muted)}.text-gold{color:var(--gold)}.text-green{color:var(--green)}.text-amber{color:var(--amber)}.text-red{color:var(--red)}.text-blue{color:var(--blue)}.page-centered{display:flex;justify-content:center;align-items:flex-start;padding:80px 24px;min-height:calc(100vh - 200px)}.macro-banner{position:sticky;top:0;z-index:100;background:#0a0b0d;border-bottom:1px solid #252830;height:36px;display:flex;align-items:center;overflow:hidden}.macro-banner__label{flex-shrink:0;padding:0 16px;font-size:10px;font-weight:600;letter-spacing:.16em;color:#4a8de8;text-transform:uppercase;border-right:1px solid #252830;height:100%;display:flex;align-items:center;white-space:nowrap}.macro-banner__track{flex:1;overflow:hidden;height:100%;display:flex;align-items:center}.macro-banner__inner{display:flex;align-items:center;white-space:nowrap;animation:marquee 120s linear infinite}.macro-banner__inner:hover{animation-play-state:paused}.macro-banner__item{display:inline-flex;align-items:center;gap:0;font-size:11px;letter-spacing:.03em}.macro-banner__headline{color:var(--text-primary);font-weight:600;letter-spacing:.05em;font-size:11px}.macro-banner__dash{color:var(--text-muted);font-size:12px}.macro-banner__detail{color:var(--text-secondary);font-size:12px}.macro-banner__sep{color:var(--accent);font-size:8px;padding:0 22px;opacity:.75}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{background:#0a0b0d;border-bottom:.5px solid #1e2028;height:56px;display:flex;align-items:center}.site-header .container{display:flex;align-items:center;justify-content:space-between;width:100%}.site-header__wordmark{display:flex;flex-direction:column;gap:1px}.site-header__brand{font-size:13px;font-weight:500;color:#e8e6e0;letter-spacing:.06em;text-transform:uppercase}.site-header__brand span{color:#b08a4a}.site-header__tagline{font-size:10px;color:var(--text-muted);letter-spacing:.04em}.site-header__nav{display:flex;align-items:center;gap:24px}.site-header__nav a{font-size:12px;color:var(--text-muted);letter-spacing:.04em;transition:color .15s}.site-header__nav a:hover{color:#e8e6e0}.site-header__cta{font-size:11px;font-weight:500;color:#b08a4a!important;border:.5px solid #B08A4A;padding:5px 12px;border-radius:2px;transition:background .15s,color .15s!important}.site-header__cta:hover{background:#b08a4a;color:#0a0b0d!important}@media(max-width:640px){.site-header__tagline{display:none}.site-header__nav{gap:12px}.site-header__nav-secondary{display:none}}.section-header{margin-bottom:32px}.section-header__label{font-size:10px;font-weight:500;letter-spacing:.16em;color:var(--text-muted);text-transform:uppercase;margin-bottom:6px}.section-header__title{font-size:23px;font-weight:500;color:#e8e6e0;margin-bottom:6px}.section-header__sub{font-size:13px;color:var(--text-muted)}.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:900px){.sector-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.sector-grid{grid-template-columns:1fr}}.sector-card{background:#111318;border:.5px solid #1e2028;border-radius:4px;padding:18px;cursor:pointer;transition:border-color .15s,background .15s}.sector-card:hover{border-color:#b08a4a;background:#13151b}.sector-card__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px;gap:8px}.sector-card__name{font-size:15px;font-weight:500;color:#e8e6e0;line-height:1.3}.sector-card__rating{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}.research-badge{font-size:10px;font-weight:600;padding:3px 8px;border-radius:2px;letter-spacing:.03em;color:var(--accent);background:#b08a4a1f;border:.5px solid rgba(176,138,74,.3);font-family:var(--font-mono);white-space:nowrap}.outlook-symbol{font-size:14px;line-height:1}.sector-card__outlook{font-size:11px;font-weight:500;letter-spacing:.02em;line-height:1;white-space:nowrap}.sector-card__category{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.sector-card__rationale{font-size:13px;color:var(--text-secondary);line-height:1.55;margin-bottom:14px}.sector-card__link{font-size:11px;font-weight:500;color:#b08a4a;letter-spacing:.04em;display:inline-block;transition:opacity .15s}.sector-card__link:hover{opacity:.75;color:#b08a4a}.modal-overlay{position:fixed;inset:0;background:#000000bf;z-index:500;display:flex;align-items:center;justify-content:center;padding:40px 24px}.sector-modal{background:#111318;border:.5px solid #1e2028;border-radius:4px;max-width:560px;width:100%;max-height:calc(100vh - 80px);display:flex;flex-direction:column;position:relative;overflow:hidden}.sector-modal__header{flex-shrink:0;display:flex;justify-content:flex-end;padding:14px 16px 0;background:#111318}.sector-modal__body{overflow-y:auto;overflow-x:hidden;padding:4px 32px 32px;flex:1;-webkit-overflow-scrolling:touch}.sector-modal__close{font-size:20px;color:var(--text-muted);line-height:1;padding:4px 8px;cursor:pointer;transition:color .15s;background:none;border:none}.sector-modal__close:hover{color:#e8e6e0}@media(max-width:600px){.modal-overlay{padding:16px 12px;align-items:flex-end}.sector-modal{max-height:calc(100vh - 32px);width:calc(100vw - 24px);max-width:100%;border-radius:4px 4px 0 0}}.sector-modal__category{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.sector-modal__name{font-size:22px;font-weight:500;color:#e8e6e0;margin-bottom:12px}.sector-modal__meta{display:flex;align-items:center;gap:10px;margin-bottom:20px}.sector-modal__rationale{font-size:14px;color:var(--text-secondary);line-height:1.65;margin-bottom:28px;padding-top:16px;border-top:.5px solid #1e2028}.sector-modal__paywall{background:#b08a4a12;border:.5px solid rgba(176,138,74,.25);border-radius:4px;padding:18px;text-align:center}.sector-modal__paywall p{font-size:13px;color:var(--text-muted);margin-bottom:14px}.btn-primary{display:inline-block;font-size:12px;font-weight:500;color:#0a0b0d;background:#b08a4a;border:none;padding:9px 20px;border-radius:2px;cursor:pointer;letter-spacing:.04em;transition:opacity .15s}.btn-primary:hover{opacity:.85;color:#0a0b0d}.btn-outline{display:inline-block;font-size:12px;font-weight:500;color:var(--accent);background:transparent;border:.5px solid var(--accent);padding:9px 20px;border-radius:2px;cursor:pointer;letter-spacing:.04em;transition:background .15s,color .15s;font-family:inherit}.btn-outline:hover{background:var(--accent);color:#0a0b0d}.sector-modal--intel{max-width:640px}.intel-modal__meta{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.intel-modal__badge{font-size:9px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:2px 8px;border:.5px solid #B08A4A;color:#b08a4a;border-radius:2px}.intel-modal__date,.intel-modal__sector{font-size:11px;color:var(--text-muted)}.intel-modal__title{font-size:20px;font-weight:500;color:#e8e6e0;line-height:1.35;margin-bottom:16px}.intel-modal__summary{font-size:14px;color:var(--text-secondary);line-height:1.7;margin-bottom:20px;padding-bottom:20px;border-bottom:.5px solid #1e2028}.intel-modal__thesis{padding:12px 16px;border-left:2px solid #B08A4A;margin-bottom:24px}.intel-modal__thesis p{font-size:13px;color:#b08a4a;font-style:italic;margin:0;line-height:1.55}.intel-modal__section{margin-bottom:22px}.intel-modal__label{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px}.intel-modal__takeaways{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.intel-modal__takeaways li{font-size:13px;color:#e8e6e0;line-height:1.55;padding-left:16px;position:relative}.intel-modal__takeaways li:before{content:"—";position:absolute;left:0;color:#b08a4a;font-size:11px;top:2px}.intel-modal__implications{font-size:13px;color:var(--text-secondary);line-height:1.6;padding:12px 14px;background:#b08a4a0f;border:.5px solid rgba(176,138,74,.2);border-radius:3px;margin:0}.intel-modal__cta{padding-top:20px;border-top:.5px solid #1e2028}.watchlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#1e2028;border:.5px solid #1e2028;border-radius:4px;overflow:hidden;margin-bottom:16px}@media(max-width:900px){.watchlist-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.watchlist-grid{grid-template-columns:1fr}}.watchlist-col{background:#111318;padding:20px}.watchlist-col__header{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);padding-left:10px;margin-bottom:16px;padding-bottom:10px;border-bottom:.5px solid #1e2028}.watchlist-col--red .watchlist-col__header{border-left:3px solid #c44040;color:#c44040}.watchlist-col--green .watchlist-col__header{border-left:3px solid #1a9e6e;color:#1a9e6e}.watchlist-col--amber .watchlist-col__header{border-left:3px solid #c47d15;color:#c47d15}.watchlist-col--blue .watchlist-col__header{border-left:3px solid #2a6dd9;color:#2a6dd9}.watchlist-item{margin-bottom:14px}.watchlist-item:last-child{margin-bottom:0}.watchlist-item__name{font-size:13px;font-weight:500;color:#e8e6e0;margin-bottom:2px}.watchlist-item__change{font-size:11px;font-weight:500;color:#b08a4a;margin-bottom:3px;font-family:Inter,monospace}.watchlist-item__note{font-size:11px;color:var(--text-secondary);line-height:1.45}.watchlist-item--interactive{border-radius:3px;transition:background .12s}.watchlist-item--interactive:hover{background:#b08a4a0a}.watchlist-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:2px}.watchlist-item__date{font-size:9px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);flex-shrink:0;padding-top:2px;opacity:.7}.watchlist-item__actions{display:flex;align-items:center;gap:12px;margin-top:8px}.watchlist-item__expand-btn{font-size:10px;font-weight:500;letter-spacing:.04em;color:var(--text-muted);background:none;border:none;padding:0;cursor:pointer;transition:color .12s}.watchlist-item__expand-btn:hover{color:#e8e6e0}.watchlist-item__report-btn{font-size:10px;font-weight:500;letter-spacing:.04em;color:#b08a4a;background:none;border:none;padding:0;cursor:pointer;transition:opacity .12s}.watchlist-item__report-btn:hover{opacity:.7}.watchlist-item__detail{margin-top:10px;padding:10px 12px;background:#b08a4a0a;border-left:1px solid rgba(176,138,74,.25);border-radius:0 2px 2px 0;font-size:11px;color:var(--text-secondary);line-height:1.65}.watchlist-locked{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#111318;border:.5px solid #1e2028;border-radius:4px;cursor:pointer;transition:border-color .15s}.watchlist-locked:hover{border-color:#b08a4a}.watchlist-locked__text{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted)}.watchlist-locked__icon,.watchlist-locked__arrow{font-size:12px;color:#b08a4a}.protocol-wrapper{position:relative}.protocol-blur{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.protocol-placeholder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:800px){.protocol-placeholder-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.protocol-placeholder-grid{grid-template-columns:1fr}}.protocol-placeholder-card{background:#111318;border:.5px solid #1e2028;border-radius:4px;padding:18px;height:100px}.protocol-placeholder-card__title{width:60%;height:12px;background:#1e2028;border-radius:2px;margin-bottom:10px}.protocol-placeholder-card__line{width:80%;height:8px;background:#1e2028;border-radius:2px;margin-bottom:6px}.protocol-placeholder-card__line--short{width:45%}.dossiers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:680px){.dossiers-grid{grid-template-columns:1fr}}.dossier-card{background:#111318;border:.5px solid #1e2028;border-radius:4px;padding:22px;position:relative;overflow:hidden;transition:border-color .15s}.dossier-card:hover{border-color:#b08a4a}.dossier-card__meta{display:flex;align-items:center;gap:10px;margin-bottom:10px}.dossier-card__sector{font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#b08a4a;background:#b08a4a1a;padding:2px 7px;border-radius:2px;border:.5px solid rgba(176,138,74,.25)}.dossier-card__date{font-size:11px;color:var(--text-muted)}.dossier-card__title{font-size:15px;font-weight:500;color:#e8e6e0;line-height:1.35;margin-bottom:8px}.dossier-card__lede{font-size:13px;color:var(--text-secondary);line-height:1.55;margin-bottom:16px}.dossier-card__link{font-size:11px;font-weight:500;color:#b08a4a;letter-spacing:.04em;transition:opacity .15s}.dossier-card__link:hover{opacity:.75;color:#b08a4a}.macro-exposures-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#1e2028;border:.5px solid #1e2028;border-radius:4px;overflow:hidden}@media(max-width:900px){.macro-exposures-row{grid-template-columns:1fr}}.macro-exposure{background:#111318;padding:20px}.macro-exposure__label{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.macro-exposure__status{display:inline-block;font-size:11px;font-weight:500;letter-spacing:.08em;padding:3px 9px;border-radius:2px;margin-bottom:10px}.macro-exposure__status--red{background:#c4404026;color:#c44040;border:.5px solid rgba(196,64,64,.3)}.macro-exposure__status--amber{background:#c47d1526;color:#c47d15;border:.5px solid rgba(196,125,21,.3)}.macro-exposure__status--green{background:#1a9e6e26;color:#1a9e6e;border:.5px solid rgba(26,158,110,.3)}.macro-exposure__note{font-size:12px;color:var(--text-secondary);line-height:1.5;margin-bottom:12px}.macro-exposure__toggle{font-size:10px;font-weight:500;color:#b08a4a;letter-spacing:.06em;cursor:pointer;background:none;border:none;padding:0;transition:opacity .15s;text-transform:uppercase}.macro-exposure__toggle:hover{opacity:.7}.macro-exposure__detail{margin-top:12px;padding-top:12px;border-top:.5px solid #1e2028;font-size:12px;color:var(--text-secondary);line-height:1.65}.sector-modal--macro{max-width:620px}.macro-modal__status{font-size:9px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:2px 8px;border-radius:2px}.macro-modal__status--red{background:#c4404026;color:#c44040;border:.5px solid rgba(196,64,64,.3)}.macro-modal__status--amber{background:#c47d1526;color:#c47d15;border:.5px solid rgba(196,125,21,.3)}.macro-modal__status--green{background:#1a9e6e26;color:#1a9e6e;border:.5px solid rgba(26,158,110,.3)}.macro-modal__sectors{display:flex;flex-wrap:wrap;gap:6px}.macro-modal__sector-tag{font-size:11px;padding:2px 9px;background:#b08a4a14;border:.5px solid rgba(176,138,74,.2);border-radius:2px;color:#b08a4a}.macro-modal__signal{font-size:13px;color:#e8e6e0;line-height:1.65;margin:0}.site-footer{background:#0d0e12;border-top:.5px solid #1e2028;padding:60px 0 0}.site-footer .container{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:48px;padding-bottom:48px}@media(max-width:860px){.site-footer .container{grid-template-columns:1fr;gap:36px}}.footer-col__wordmark{font-size:13px;font-weight:500;color:#e8e6e0;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.footer-col__tagline{font-size:12px;color:var(--text-muted);line-height:1.6;margin-bottom:20px}.footer-col__nav{display:flex;flex-direction:column;gap:8px}.footer-col__nav a{font-size:12px;color:var(--text-muted);transition:color .15s}.footer-col__nav a:hover{color:#e8e6e0}.footer-col__heading{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px}.research-label-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 24px}.research-label-item{display:flex;align-items:baseline;gap:8px}.research-label-item__name{font-size:11px;font-weight:500;color:#e8e6e0;min-width:30px;font-family:Inter,monospace}.research-label-item__def{font-size:11px;color:var(--text-muted)}.footer-col__disclaimer{font-size:11px;color:var(--text-secondary);line-height:1.65;margin-bottom:12px}.footer-col__legal{font-size:10px;color:var(--text-muted);line-height:1.6;opacity:.7}.site-footer__bottom{border-top:.5px solid #1e2028;padding:14px 0}.site-footer__bottom .container{display:flex;align-items:center;justify-content:space-between;padding-bottom:0;grid-template-columns:unset;gap:0}.site-footer__copyright{font-size:11px;color:var(--text-muted);letter-spacing:.02em}@media(max-width:480px){.site-footer__bottom .container{flex-direction:column;gap:8px;align-items:flex-start}}.concourse-hero{padding:64px 0 56px;border-bottom:.5px solid var(--border)}.concourse-hero__logo{height:32px;width:auto;display:block;margin-bottom:16px}.concourse-hero__eyebrow{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.concourse-hero__headline{font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:52px;font-weight:700;color:#e8e6e0;line-height:1.1;margin-bottom:20px;max-width:700px;letter-spacing:-.01em}.concourse-hero__sub{font-size:15px;color:var(--text-secondary);line-height:1.7;max-width:600px;margin-bottom:24px}.concourse-hero__labels{display:flex;flex-wrap:wrap;gap:8px 24px;margin-bottom:32px}.concourse-hero__labels span{font-size:12px;color:var(--text-muted);padding-left:16px;position:relative}.concourse-hero__labels span:before{content:"—";position:absolute;left:0;color:var(--accent);font-size:10px}.concourse-hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.concourse-hero__briefing{font-size:12px;color:var(--text-muted);text-decoration:none;letter-spacing:.04em;border-bottom:.5px solid transparent;transition:color .15s,border-color .15s}.concourse-hero__briefing:hover{color:var(--accent);border-color:var(--accent)}@media(max-width:640px){.concourse-hero{padding:48px 0 40px}.concourse-hero__headline{font-size:36px}.concourse-hero__sub{font-size:14px}.concourse-hero__actions{flex-direction:column;align-items:flex-start;gap:10px}}.macro-modal__status{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.06em;padding:2px 9px;border-radius:2px;font-family:var(--font-mono);text-transform:uppercase}.macro-modal__status--green{color:var(--green);background:#1a9e6e1f;border:.5px solid rgba(26,158,110,.3)}.macro-modal__status--amber{color:var(--amber);background:#c47d151f;border:.5px solid rgba(196,125,21,.3)}.macro-modal__status--red{color:var(--red);background:#c440401f;border:.5px solid rgba(196,64,64,.3)}.paywall-gate{position:absolute;inset:0;background:#0a0b0de0;display:flex;align-items:center;justify-content:center;border-radius:4px;z-index:10}.paywall-gate__card{text-align:center;padding:28px 32px;max-width:320px}.paywall-gate__icon{font-size:24px;margin-bottom:10px;line-height:1}.paywall-gate__heading{font-size:14px;font-weight:500;color:#e8e6e0;margin-bottom:8px;line-height:1.4}.paywall-gate__sub{font-size:12px;color:#6b6a65;margin-bottom:18px;line-height:1.55}.subscribe-modal-overlay{position:fixed;inset:0;background:#000c;z-index:600;display:flex;align-items:center;justify-content:center;padding:24px}.subscribe-modal{background:#111318;border:.5px solid #1e2028;border-radius:4px;max-width:600px;width:100%;padding:40px;position:relative}.subscribe-modal__close{position:absolute;top:16px;right:16px;font-size:20px;color:#6b6a65;line-height:1;padding:4px 8px;cursor:pointer;transition:color .15s;background:none;border:none}.subscribe-modal__close:hover{color:#e8e6e0}.subscribe-modal__eyebrow{font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#b08a4a;margin-bottom:6px}.subscribe-modal__heading{font-size:22px;font-weight:500;color:#e8e6e0;margin-bottom:28px}.subscribe-modal__plans{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px}@media(max-width:480px){.subscribe-modal__plans{grid-template-columns:1fr}}@media(max-width:600px){.subscribe-modal-overlay{padding:12px;align-items:flex-end}.subscribe-modal{padding:28px 20px;max-height:calc(100vh - 24px);overflow-y:auto;border-radius:4px 4px 0 0;max-width:100%}.subscribe-modal__heading{font-size:18px;margin-bottom:20px}}.plan-card{background:#0a0b0d;border:.5px solid #1e2028;border-radius:4px;padding:22px}.plan-card--featured{border-color:#b08a4a;background:#b08a4a0a}.plan-card__tier{font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#6b6a65;margin-bottom:4px}.plan-card--featured .plan-card__tier{color:#b08a4a}.plan-card__name{font-size:16px;font-weight:500;color:#e8e6e0;margin-bottom:14px}.plan-card__features{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.plan-card__feature{font-size:12px;color:#6b6a65;padding-left:14px;position:relative;line-height:1.45}.plan-card__feature:before{content:"–";position:absolute;left:0;color:#6b6a65}.plan-card__price{font-size:22px;font-weight:500;color:#e8e6e0;margin-bottom:4px}.plan-card__price-note{font-size:11px;color:#6b6a65;margin-bottom:16px}.plan-card__cta{display:block;width:100%;font-size:12px;font-weight:500;text-align:center;padding:9px 16px;border-radius:2px;cursor:pointer;transition:opacity .15s;letter-spacing:.04em;text-decoration:none}.plan-card__cta--outline{border:.5px solid #1e2028;color:#6b6a65;background:none}.plan-card__cta--outline:hover{border-color:#6b6a65;color:#e8e6e0}.plan-card__cta--primary{background:#b08a4a;color:#0a0b0d;border:none}.plan-card__cta--primary:hover{opacity:.85;color:#0a0b0d}.subscribe-modal__annual{text-align:center;padding-top:16px;border-top:.5px solid #1e2028}.subscribe-modal__annual a{font-size:12px;font-weight:500;color:#b08a4a;letter-spacing:.04em;transition:opacity .15s}.subscribe-modal__annual a:hover{opacity:.75}.subscribe-modal__annual span{font-size:12px;color:#6b6a65;margin-right:6px}.page-subscribe{padding:var(--section-pad) 0}.page-subscribe__hero{text-align:center;margin-bottom:60px}.page-subscribe__eyebrow{font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#b08a4a;margin-bottom:10px}.page-subscribe__title{font-size:32px;font-weight:500;color:#e8e6e0;margin-bottom:12px}.page-subscribe__sub{font-size:15px;color:#6b6a65;max-width:500px;margin:0 auto;line-height:1.6}.page-subscribe__plans{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:720px;margin:0 auto}@media(max-width:600px){.page-subscribe__plans{grid-template-columns:1fr}}.plan-full-card{background:#111318;border:.5px solid #1e2028;border-radius:4px;padding:32px}.plan-full-card--featured{border-color:#b08a4a}.plan-full-card__tier{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#6b6a65;margin-bottom:4px}.plan-full-card--featured .plan-full-card__tier{color:#b08a4a}.plan-full-card__name{font-size:20px;font-weight:500;color:#e8e6e0;margin-bottom:8px}.plan-full-card__price{font-size:30px;font-weight:500;color:#e8e6e0;margin-bottom:4px}.plan-full-card__billing{font-size:12px;color:#6b6a65;margin-bottom:24px}.plan-full-card__divider{border:none;border-top:.5px solid #1e2028;margin-bottom:20px}.plan-full-card__features{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.plan-full-card__feature{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#6b6a65;line-height:1.45}.plan-full-card__feature-icon{color:#1a9e6e;font-size:13px;flex-shrink:0;margin-top:1px}.plan-full-card__cta{display:block;width:100%;font-size:13px;font-weight:500;text-align:center;padding:11px 20px;border-radius:2px;cursor:pointer;transition:opacity .15s;letter-spacing:.04em;text-decoration:none}.plan-full-card__cta--outline{border:.5px solid #1e2028;color:#6b6a65;background:none}.plan-full-card__cta--outline:hover{border-color:#6b6a65;color:#e8e6e0}.plan-full-card__cta--primary{background:#b08a4a;color:#0a0b0d;border:none}.plan-full-card__cta--primary:hover{opacity:.85;color:#0a0b0d}.page-centered{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:60px 24px}.page-centered__card{background:#111318;border:.5px solid #1e2028;border-radius:4px;padding:40px;max-width:420px;width:100%;text-align:center}.page-centered__eyebrow{font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#b08a4a;margin-bottom:8px}.page-centered__title{font-size:22px;font-weight:500;color:#e8e6e0;margin-bottom:10px}.page-centered__sub{font-size:13px;color:#6b6a65;margin-bottom:28px;line-height:1.55}.page-centered__note{font-size:11px;color:#6b6a65;margin-top:20px;line-height:1.55}.page-centered__note a{color:#b08a4a;text-decoration:underline;text-underline-offset:2px}
