.site-header{z-index:100;height:var(--header-h);-webkit-backdrop-filter:blur(14px);background:#f7f4efe0;border-bottom:1px solid #0000;transition:background .2s,border-color .2s,box-shadow .2s;position:sticky;top:0}.site-header.is-scrolled{border-bottom-color:var(--sand);background:#f7f4eff5;box-shadow:0 8px 28px #0615260f}.header-inner{align-items:center;gap:1.5rem;max-width:1120px;height:100%;margin:0 auto;padding:0 1.25rem;display:flex}.brand{flex-shrink:0;align-items:center;display:flex}.site-header .brand img,.site-header .logo{filter:none!important}.header-actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.btn-login{background:var(--navy);height:40px;color:var(--white);white-space:nowrap;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0 1.1rem;font-size:.88rem;font-weight:600;display:inline-flex}.btn-login:hover{background:var(--navy-mid)}.home-root{background:var(--cream);min-height:100vh}.hero{min-height:calc(100vh - var(--header-h));background:var(--navy-deep);color:var(--cream);place-items:center;display:grid;position:relative;overflow:hidden}.hero-sky{background:radial-gradient(90% 55% at 15% 10%,#c5d8ef38,#0000 55%),radial-gradient(70% 45% at 90% 15%,#c4a46a24,#0000 50%),linear-gradient(165deg,#0a1a30 0%,#0d2748 42%,#081828 100%);position:absolute;inset:0}.hero-inner{z-index:1;text-align:center;max-width:720px;padding:4rem 1.5rem 5rem;animation:.85s cubic-bezier(.22,1,.36,1) both rise;position:relative}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem;font-size:.72rem;font-weight:600}.hero h1{letter-spacing:-.02em;color:var(--white);margin-bottom:1.15rem;font-family:Instrument Serif,Georgia,serif;font-size:clamp(2.4rem,6vw,3.6rem);font-weight:400;line-height:1.12}.hero h1 em{color:var(--gold-soft);font-style:italic}.hero-lead{color:#f7f4efc7;max-width:34rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.65}.hero-cta{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btn-primary{background:var(--cream);height:48px;color:var(--navy);border-radius:12px;justify-content:center;align-items:center;padding:0 1.4rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-ghost{height:48px;color:var(--cream);border:1px solid #f7f4ef47;border-radius:12px;justify-content:center;align-items:center;padding:0 1.4rem;font-size:.95rem;font-weight:600;display:inline-flex}.section{background:var(--cream);padding:4.5rem 1.25rem}.section.alt{background:#efe9df}.section-inner{max-width:800px;margin:0 auto}.section h2{color:var(--navy);margin-bottom:.75rem;font-family:Instrument Serif,Georgia,serif;font-size:clamp(1.75rem,3vw,2.2rem);font-weight:400}.muted{color:var(--muted);margin-bottom:1rem;font-size:1rem;line-height:1.65}.text-link{color:var(--navy-mid);text-underline-offset:3px;font-weight:600;text-decoration:underline}.group-intro{margin-bottom:1.75rem}.logo-grid{grid-template-columns:repeat(5,1fr);gap:.65rem;display:grid}.logo-card{background:var(--white);border:1px solid var(--sand);border-radius:12px;justify-content:center;align-items:center;height:72px;padding:.6rem;display:flex}.logo-card img{object-fit:contain;max-width:100%;max-height:40px}.select-band{color:var(--cream);background:radial-gradient(80% 60% at 20% 0,#c5d8ef26,#0000 50%),linear-gradient(165deg,#0a1a30 0%,#0d2748 50%,#081828 100%)}.select-band h2{color:var(--white)}.select-band .muted{color:#f7f4efbf}.select-inner{text-align:center;max-width:560px}.select-mark,.logo-invert{filter:brightness(0)invert()}.site-footer{background:var(--navy-deep);color:#f7f4efb3;padding:2.5rem 1.25rem}.footer-inner{text-align:center;max-width:800px;margin:0 auto}.footer-logo{opacity:.85;margin:0 auto 1rem;display:block}.footer-links{margin-top:.75rem}.footer-links a{color:var(--gold-soft);text-underline-offset:2px;font-weight:600;text-decoration:underline}@media (width<=860px){.logo-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.logo-grid{grid-template-columns:repeat(2,1fr)}.hero-cta{flex-direction:column}.btn-primary,.btn-ghost{width:100%}}.auth-root{min-height:100vh;color:var(--ink);background:var(--navy-deep)}.auth-page{z-index:1;place-items:center;min-height:100vh;padding:2rem 1.1rem 2.5rem;display:grid;position:relative}.auth-card{background:var(--cream);border:1px solid #ffffff59;border-radius:22px;width:min(440px,100%);padding:2rem 1.75rem 1.85rem;animation:.7s cubic-bezier(.22,1,.36,1) both rise;box-shadow:0 28px 80px #06152638}.auth-logo{justify-content:center;margin-bottom:1.5rem;display:flex}.auth-card h1{color:var(--navy);letter-spacing:-.015em;text-align:center;margin-bottom:.65rem;font-family:Instrument Serif,Georgia,serif;font-size:1.85rem;font-weight:400;line-height:1.15}.auth-card .lead{color:var(--muted);text-align:center;margin-bottom:1.5rem;font-size:.94rem;line-height:1.55}.auth-form{flex-direction:column;gap:.9rem;display:flex}.field{flex-direction:column;gap:.35rem;display:flex}.field-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.field .label{color:var(--navy);font-size:.78rem;font-weight:600}.field input{border:1px solid var(--sand);background:var(--white);width:100%;height:46px;color:var(--ink);border-radius:12px;padding:0 .9rem;font-size:.95rem}.field input:focus{border-color:var(--navy-mid);outline:none;box-shadow:0 0 0 3px #14335a1f}.check{cursor:pointer;grid-template-columns:1.1rem 1fr;align-items:start;gap:.65rem;font-size:.82rem;line-height:1.45;display:grid}.check input{accent-color:var(--navy);margin-top:.15rem}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:12px;height:48px;font-size:.95rem;font-weight:600}.btn-primary{background:var(--navy);color:var(--white);margin-top:.25rem}.btn-primary:disabled{opacity:.65;cursor:not-allowed}.btn-secondary{color:var(--navy);border:1px solid var(--sand);background:0 0}.error{color:var(--danger);background:#b423180f;border:1px solid #b4231826;border-radius:10px;padding:.65rem .8rem;font-size:.84rem;line-height:1.4}.success{color:var(--success);text-align:center;background:#0f6b4c14;border:1px solid #0f6b4c2e;border-radius:10px;padding:.65rem .8rem;font-size:.84rem}.hint{color:var(--navy-mid);text-align:center;background:#14335a0f;border:1px solid #14335a1a;border-radius:10px;margin:-.5rem 0 1.15rem;padding:.7rem .85rem;font-size:.82rem;line-height:1.45}.alt-action{text-align:center;color:var(--muted);margin-top:1.15rem;font-size:.86rem;line-height:1.5}.alt-action a,.link-inline{color:var(--navy);text-underline-offset:2px;cursor:pointer;font-weight:600;font:inherit;background:0 0;border:none;text-decoration:underline}.divider{border:none;border-top:1px solid var(--sand);margin:1.5rem 0 1.15rem}.footnote{color:var(--muted);text-align:center;margin-bottom:1.1rem;font-size:.78rem;line-height:1.55}.logo-row{grid-template-columns:repeat(5,1fr);gap:.4rem;display:grid}.logo-chip{background:#0b1f3a0a;border:1px solid #0b1f3a0f;border-radius:10px;justify-content:center;align-items:center;height:44px;padding:.35rem;display:flex}.logo-chip img{object-fit:contain;max-width:100%;max-height:28px}.otp-row{grid-template-columns:repeat(6,1fr);gap:.45rem;margin:.25rem 0 .5rem;display:grid}.otp-digit{text-align:center;border:1px solid var(--sand);background:var(--white);height:52px;color:var(--navy);border-radius:12px;font-size:1.25rem;font-weight:600}.otp-digit:focus{border-color:var(--navy-mid);outline:none;box-shadow:0 0 0 3px #14335a1f}.legal{color:var(--muted);font-size:.75rem;line-height:1.5}.email-line{text-align:center;margin-bottom:1.25rem;font-size:.92rem;line-height:1.45}@media (width<=420px){.field-row{grid-template-columns:1fr}.logo-row{grid-template-columns:repeat(3,1fr)}}.dash-root{min-height:100vh;color:var(--cream);background:var(--navy-deep);position:relative}.dash-root a{color:inherit;text-decoration:none}.logo-invert{filter:brightness(0)invert()}.dash-root .sky{z-index:0;pointer-events:none;background:radial-gradient(90% 50% at 12% 0,#c5d8ef29,#0000 50%),radial-gradient(60% 40% at 90% 8%,#c4a46a1a,#0000 45%),linear-gradient(165deg,#0a1a30 0%,#0d2748 42%,#081828 100%);position:fixed;inset:0}.dash-root .topbar{z-index:20;height:var(--header-h);-webkit-backdrop-filter:blur(14px);background:#061526d1;border-bottom:1px solid #ffffff14;position:sticky;top:0}.dash-root .topbar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1040px;height:100%;margin:0 auto;padding:0 1.25rem;display:flex}.dash-root .brand img{filter:brightness(0)invert();object-fit:contain;width:auto;max-width:180px;height:32px}.dash-root .topbar-right{align-items:center;gap:.85rem;display:flex}.dash-root .link-quiet{color:#f7f4efb3;font-size:.85rem;font-weight:500;transition:color .15s}.dash-root .link-quiet:hover{color:var(--white)}.dash-root .user-chip{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.6rem;max-width:240px;padding:.35rem .65rem .35rem .35rem;display:flex}.dash-root .avatar{width:32px;height:32px;color:var(--gold-soft);background:#c4a46a33;border:1px solid #c4a46a66;border-radius:50%;flex-shrink:0;place-items:center;font-size:.8rem;font-weight:700;display:grid}.dash-root .user-meta{flex-direction:column;min-width:0;line-height:1.2;display:flex}.dash-root .user-name{color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.dash-root .user-email{color:#f7f4ef8c;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.dash-root .btn-signout,.dash-root .btn-secondary{cursor:pointer;height:38px;color:var(--cream);background:0 0;border:1px solid #ffffff29;border-radius:10px;padding:0 .95rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s}.dash-root .btn-signout:hover,.dash-root .btn-secondary:hover{background:#ffffff14;border-color:#ffffff47}.dash-root .dash{z-index:1;max-width:1040px;margin:0 auto;padding:2rem 1.25rem 3.5rem;position:relative}.dash-root .loading-panel{color:#f7f4efb3;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;min-height:40vh;font-size:.95rem;display:flex}.dash-root .spinner{border:2px solid #ffffff26;border-top-color:var(--gold);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dash-root .welcome-block{margin-bottom:1.75rem;animation:.65s cubic-bezier(.22,1,.36,1) both rise}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.dash-root .eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.55rem;font-size:.72rem;font-weight:600}.dash-root .welcome-block h1{letter-spacing:-.02em;color:var(--white);margin-bottom:.55rem;font-family:Instrument Serif,Georgia,serif;font-size:clamp(1.9rem,4vw,2.55rem);font-weight:400}.dash-root .lead{color:#f7f4efb8;max-width:36rem;font-size:1rem;line-height:1.6}.dash-root .grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dash-root .card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;padding:1.35rem 1.4rem 1.45rem;animation:.7s cubic-bezier(.22,1,.36,1) both rise}.dash-root .card:nth-child(2){animation-delay:50ms}.dash-root .card:nth-child(3){animation-delay:.1s}.dash-root .card:nth-child(4){animation-delay:.15s}.dash-root .card.full{grid-column:1/-1}.dash-root .card h2{letter-spacing:.1em;text-transform:uppercase;color:#f7f4ef80;margin-bottom:1rem;font-size:.78rem;font-weight:600}.dash-root .card-lead{color:#f7f4efad;margin:-.35rem 0 1.15rem;font-size:.92rem;line-height:1.55}.dash-root .facts{gap:.85rem;display:grid}.dash-root .facts>div{border-bottom:1px solid #ffffff0f;grid-template-columns:7.5rem 1fr;align-items:baseline;gap:.5rem;padding-bottom:.75rem;display:grid}.dash-root .facts>div:last-child{border-bottom:none;padding-bottom:0}.dash-root .facts dt{color:#f7f4ef73;font-size:.78rem}.dash-root .facts dd{color:var(--white);word-break:break-word;font-size:.95rem;font-weight:500}.dash-root .badge{color:#7dcea0;background:#0f6b4c40;border:1px solid #7dcea04d;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.dash-root .action-list{flex-direction:column;gap:.45rem;list-style:none;display:flex}.dash-root .action-list a,.dash-root .action-btn{text-align:left;width:100%;color:inherit;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.85rem .95rem;font-family:inherit;transition:background .15s,border-color .15s;display:flex}.dash-root .action-list a:hover,.dash-root .action-btn:hover{background:#ffffff12;border-color:#ffffff29}.dash-root .action-title{color:var(--white);font-size:.95rem;font-weight:600}.dash-root .action-desc{color:#f7f4ef80;font-size:.8rem}.dash-root .brands{grid-template-columns:repeat(5,1fr);gap:.65rem;display:grid}.dash-root .brand-tile{min-height:100px;color:var(--navy);text-align:center;background:#ffffffeb;border:1px solid #fff3;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;padding:.85rem .5rem;font-size:.72rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:flex}.dash-root .brand-tile:not(.muted):hover{transform:translateY(-2px);box-shadow:0 12px 28px #0003}.dash-root .brand-tile.muted{opacity:.72;cursor:default}.dash-root .brand-tile img{object-fit:contain;max-width:90%;max-height:36px}.dash-root .session-row{color:#f7f4efbf;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;font-size:.92rem;display:flex}.dash-root .session-row strong{color:var(--gold-soft);font-weight:600}.dash-root .session-dot{background:#7dcea0;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #7dcea026}.dash-root .session-row .btn-secondary{margin-left:auto}.dash-root .foot{z-index:1;text-align:center;color:#f7f4ef66;padding:0 1.25rem 2rem;font-size:.8rem;position:relative}@media (width<=780px){.dash-root .grid{grid-template-columns:1fr}.dash-root .brands{grid-template-columns:repeat(2,1fr)}.dash-root .link-quiet{display:none}.dash-root .user-chip{max-width:140px}.dash-root .user-email{display:none}.dash-root .facts>div{grid-template-columns:1fr;gap:.15rem}.dash-root .session-row .btn-secondary{width:100%;margin-left:0}}.program-root{min-height:100vh;color:var(--cream);background:var(--navy-deep);position:relative}.program-root a{color:inherit;text-decoration:none}.logo-invert,.program-root .brand img,.tbl-logo{filter:brightness(0)invert()}.tbl-logo{object-fit:contain;opacity:.9;vertical-align:middle;width:auto;max-width:72px;height:28px;margin-right:.5rem;display:inline-block}:root{--navy:#0b1f3a;--navy-deep:#061526;--navy-mid:#14335a;--cream:#f7f4ef;--sand:#e4dcd0;--gold:#c4a46a;--gold-soft:#d9c49a;--silver:#b8c0c8;--muted:#f7f4efad;--white:#fff;--header-h:68px}.program-root .topbar{z-index:30;height:var(--header-h);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#061526e0;border-bottom:1px solid #ffffff14;position:sticky;top:0}.program-root .topbar-inner{align-items:center;gap:1.25rem;max-width:1080px;height:100%;margin:0 auto;padding:0 1.25rem;display:flex}.program-root .brand img{filter:brightness(0)invert();object-fit:contain;width:auto;max-width:170px;height:32px}.program-root .top-nav{flex:1;gap:1.1rem;display:flex}.program-root .top-nav a{color:#f7f4efbf;font-size:.88rem;font-weight:500}.program-root .top-nav a:hover{color:var(--white)}.program-root .top-actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.program-root .link-quiet{color:#f7f4efb3;font-size:.88rem;font-weight:500}.program-root .btn-pill{background:var(--cream);height:38px;color:var(--navy);border-radius:999px;align-items:center;padding:0 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.program-root .page{z-index:1;max-width:1080px;margin:0 auto;padding:2.5rem 1.25rem 3.5rem;position:relative}.program-root .hero{max-width:40rem;margin-bottom:2.75rem}.program-root .eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.72rem;font-weight:600}.program-root .hero h1{letter-spacing:-.02em;color:var(--white);margin-bottom:.85rem;font-family:Instrument Serif,Georgia,serif;font-size:clamp(2rem,4.5vw,2.85rem);font-weight:400;line-height:1.15}.program-root .lead{color:var(--muted);font-size:1.05rem;line-height:1.65}.program-root .section{margin-bottom:3.25rem}.program-root .section-head{margin-bottom:1.35rem}.program-root .section-head h2{color:var(--white);margin-bottom:.4rem;font-family:Instrument Serif,Georgia,serif;font-size:clamp(1.55rem,3vw,1.95rem);font-weight:400}.program-root .section-head p{color:var(--muted);max-width:36rem;font-size:.95rem;line-height:1.55}.program-root .tier-grid{grid-template-columns:repeat(2,1fr);gap:.9rem;display:grid}.program-root .tier-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;padding:1.35rem 1.35rem 1.45rem}.tier-editorial{background:linear-gradient(135deg,#c4a46a24,#0000 55%),#ffffff0d;border-color:#c4a46a59;grid-column:1/-1}.tier-gold{border-color:#c4a46a47}.tier-silver{border-color:#b8c0c847}.tier-label{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.45rem;font-size:.68rem;font-weight:600}.tier-card h3{color:var(--white);margin-bottom:.65rem;font-family:Instrument Serif,Georgia,serif;font-size:1.55rem;font-weight:400}.tier-threshold{color:#f7f4efd9;margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.tier-threshold strong{color:var(--gold-soft);font-size:1.15rem}.tier-threshold .note{color:var(--muted);margin-top:.35rem;font-size:.88rem;display:block}.tier-caveat{color:#f7f4ef80;margin-bottom:.85rem;font-size:.82rem;font-style:italic}.program-root .benefits{flex-direction:column;gap:.45rem;list-style:none;display:flex}.program-root .benefits li{color:#f7f4efd1;padding-left:1.1rem;font-size:.92rem;line-height:1.45;position:relative}.program-root .benefits li:before{content:"";background:var(--gold);border-radius:50%;width:6px;height:6px;position:absolute;top:.5rem;left:0}.program-root .benefits li strong{color:var(--white)}.program-root .footnotes{background:#0000002e;border:1px solid #ffffff0f;border-radius:12px;margin-top:1.15rem;padding:1rem 1.15rem}.program-root .footnotes p{color:#f7f4ef8c;font-size:.82rem;line-height:1.5}.footnotes p+p{margin-top:.45rem}.footnotes strong{color:#f7f4efcc;font-weight:600}.program-root .card-grid{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.program-root .product-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;padding:1.4rem}.product-card.premium{background:linear-gradient(160deg,#c4a46a1f,#0000 50%),#ffffff0d;border-color:#c4a46a4d}.product-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.68rem;font-weight:600;display:inline-flex}.product-card h3{color:var(--white);margin-bottom:.35rem;font-family:Instrument Serif,Georgia,serif;font-size:1.4rem;font-weight:400}.fee{color:var(--muted);margin-bottom:1rem;font-size:.95rem}.fee strong{color:var(--gold-soft);font-size:1.2rem}.program-root .earn-table-wrap{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;overflow-x:auto}.program-root .earn-table{border-collapse:collapse;width:100%;min-width:480px}.program-root .earn-table th,.program-root .earn-table td{text-align:left;border-bottom:1px solid #ffffff0f;padding:.95rem 1.1rem;font-size:.92rem}.program-root .earn-table th{letter-spacing:.1em;text-transform:uppercase;color:#f7f4ef73;font-size:.72rem;font-weight:600}.program-root .earn-table td{color:#f7f4efe0;vertical-align:middle}.program-root .earn-table tr:last-child td{border-bottom:none}.program-root .earn-table td:first-child{color:var(--white);align-items:center;gap:.65rem;font-weight:600;display:flex}.tbl-logo{object-fit:contain;filter:brightness(0)invert();opacity:.9;width:auto;max-width:72px;height:28px}.program-root .highlight-panel{background:#c4a46a1a;border:1px solid #c4a46a47;border-radius:16px;margin-top:1rem;padding:1.25rem 1.35rem}.highlight-panel h3{color:var(--gold-soft);margin-bottom:.4rem;font-size:1rem;font-weight:600}.highlight-panel p{color:#f7f4efcc;font-size:.95rem;line-height:1.55}.highlight-panel strong{color:var(--white)}.program-root .redeem-grid{grid-template-columns:repeat(3,1fr);gap:.9rem;display:grid}.program-root .redeem-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.25rem}.redeem-card h3{color:var(--white);margin-bottom:.85rem;font-size:1rem;font-weight:600}.program-root .cta-band{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2.25rem 1.5rem}.cta-band h2{color:var(--white);margin-bottom:.45rem;font-family:Instrument Serif,Georgia,serif;font-size:1.75rem;font-weight:400}.cta-band p{color:var(--muted);margin-bottom:1.25rem}.program-root .cta-row{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.program-root .btn-solid{background:var(--cream);height:46px;color:var(--navy);border-radius:12px;align-items:center;padding:0 1.25rem;font-size:.92rem;font-weight:600;display:inline-flex}.program-root .btn-ghost{height:46px;color:var(--cream);border:1px solid #fff3;border-radius:12px;align-items:center;padding:0 1.25rem;font-size:.92rem;font-weight:600;display:inline-flex}.program-root .foot{z-index:1;text-align:center;color:#f7f4ef66;padding:0 1.25rem 2rem;font-size:.8rem;position:relative}@media (width<=820px){.program-root .top-nav{display:none}.program-root .tier-grid,.program-root .card-grid,.program-root .redeem-grid{grid-template-columns:1fr}.program-root .tier-editorial{grid-column:auto}}@media (width<=480px){.link-quiet{display:none}}:root{--navy:#0b1f3a;--navy-deep:#061526;--navy-mid:#14335a;--cream:#f7f4ef;--sand:#e4dcd0;--gold:#c4a46a;--gold-soft:#d9c49a;--ink:#1a2332;--muted:#5c6b7a;--white:#fff;--danger:#b42318;--success:#0f6b4c;--header-h:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;min-height:100%;font-family:DM Sans,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input{font-family:inherit}.sky{z-index:0;pointer-events:none;background:radial-gradient(90% 55% at 12% 8%,#c5d8ef33,#0000 55%),radial-gradient(70% 45% at 88% 12%,#c4a46a1f,#0000 50%),linear-gradient(165deg,#0a1a30 0%,#0d2748 42%,#081828 100%);position:fixed;inset:0}.sky:after{content:"";opacity:.35;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");position:absolute;inset:0}.hidden{display:none!important}
