.newsletter-module__m3_cba__page{background-color:var(--background);color:#fff;flex-direction:column;min-height:100vh;display:flex}.newsletter-module__m3_cba__main{flex:1;justify-content:center;padding:8rem 2rem 6rem;display:flex}.newsletter-module__m3_cba__contentWrapper{width:100%;max-width:1200px}.newsletter-module__m3_cba__header{margin-bottom:4rem}.newsletter-module__m3_cba__titleRow{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.newsletter-module__m3_cba__archiveTitle{font-family:var(--font-satoshi);color:#fff;text-transform:uppercase;margin:0 0 .75rem;font-size:4.5rem;font-weight:500;line-height:1.1}.newsletter-module__m3_cba__archiveSubtitle{font-family:var(--font-satoshi);color:#888;max-width:600px;margin:0;font-size:1.125rem;line-height:1.6}.newsletter-module__m3_cba__tabsContainer{gap:.75rem;margin-top:2rem;display:flex}.newsletter-module__m3_cba__tabBtn{font-family:var(--font-satoshi);color:#888;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:100px;padding:.6rem 1.4rem;font-size:.95rem;font-weight:500;transition:all .25s}.newsletter-module__m3_cba__tabActive{color:#fff;background:#ffffff14;border-color:#ffffff40}.newsletter-module__m3_cba__tabInactive:hover{color:#fff;background:#ffffff08;border-color:#fff3}.newsletter-module__m3_cba__logoutBtn{font-family:var(--font-satoshi);color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff26;border-radius:8px;align-self:flex-start;padding:.6rem 1.2rem;font-size:.9rem;transition:all .2s}.newsletter-module__m3_cba__logoutBtn:hover{color:#fff;background:#ffffff12}.newsletter-module__m3_cba__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.newsletter-module__m3_cba__card{cursor:default;background-color:#1a1a1a;border:1px solid #ffffff0f;border-radius:24px;padding:2.5rem;transition:border-color .3s,transform .3s;position:relative;overflow:hidden}.newsletter-module__m3_cba__card:before{content:"";background:radial-gradient(600px circle at var(--mouse-x)var(--mouse-y),#ffffff0d,transparent 40%);z-index:1;pointer-events:none;opacity:0;transition:opacity .5s;position:absolute;inset:0}.newsletter-module__m3_cba__card:hover:before{opacity:1}.newsletter-module__m3_cba__card:hover{border-color:#ffffff24;transform:translateY(-2px)}.newsletter-module__m3_cba__cardInner{z-index:2;position:relative}.newsletter-module__m3_cba__cardMeta{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.newsletter-module__m3_cba__date{font-family:var(--font-satoshi);color:#666;font-size:.875rem}.newsletter-module__m3_cba__audience{font-family:var(--font-satoshi);color:#aaa;text-transform:uppercase;letter-spacing:.04em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.newsletter-module__m3_cba__cardTitle{font-family:var(--font-satoshi);color:#fff;margin:0 0 1rem;font-size:1.6rem;font-weight:600;line-height:1.25}.newsletter-module__m3_cba__divider{background:#ffffff0f;width:100%;height:1px;margin:1rem 0 1.25rem}.newsletter-module__m3_cba__cardBody{font-family:var(--font-satoshi);color:#999;font-size:1rem;line-height:1.75}.newsletter-module__m3_cba__cardBody p{margin-bottom:1rem}.newsletter-module__m3_cba__cardBody p:last-child{margin-bottom:0}.newsletter-module__m3_cba__emptyState{text-align:center;color:#555;font-family:var(--font-satoshi);border:1px dashed #ffffff14;border-radius:24px;padding:5rem 2rem;font-size:1rem;line-height:1.6}.newsletter-module__m3_cba__gateBox{text-align:center;border-radius:24px;flex-direction:column;align-items:center;width:100%;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.newsletter-module__m3_cba__gateBox:before{content:"";background:radial-gradient(800px circle at var(--mouse-x)var(--mouse-y),#ffffff0f,transparent 40%);z-index:3;pointer-events:none;opacity:0;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.newsletter-module__m3_cba__gateBox:hover:before{opacity:1}.newsletter-module__m3_cba__gateBorderSvg{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0;overflow:visible}.newsletter-module__m3_cba__gateBoxInner{z-index:4;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.newsletter-module__m3_cba__gateTitle{font-family:var(--font-satoshi);color:#fff;text-transform:uppercase;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.newsletter-module__m3_cba__gateSubtitle{font-family:var(--font-satoshi);color:#ccc;max-width:600px;margin-bottom:3rem;font-size:1.1rem;font-weight:300;line-height:1.5}.newsletter-module__m3_cba__form{width:100%;max-width:480px;position:relative}.newsletter-module__m3_cba__inputWrapper{width:100%;position:relative}.newsletter-module__m3_cba__input{width:100%;font-family:var(--font-satoshi);color:#fff;box-sizing:border-box;background-color:#0000;border:1px solid #8b8b8b;border-radius:50px;outline:none;padding:1rem 3.5rem 1rem 1.5rem;font-size:1rem;transition:border-color .2s}.newsletter-module__m3_cba__input:focus{border-color:#fff}.newsletter-module__m3_cba__input::placeholder{color:#8b8b8b}.newsletter-module__m3_cba__unlockBtn{cursor:pointer;z-index:2;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.newsletter-module__m3_cba__unlockBtn:hover:not(:disabled){transform:translateY(-50%)scale(1.08)}.newsletter-module__m3_cba__unlockBtn:disabled{opacity:.5;cursor:not-allowed}.newsletter-module__m3_cba__statusMessage{font-size:.9rem;font-family:var(--font-satoshi);text-align:center;margin-top:1rem}.newsletter-module__m3_cba__error{color:#f87171}.newsletter-module__m3_cba__success{color:#4ade80}.newsletter-module__m3_cba__spinner{border:2px solid #00000026;border-left-color:#000;border-radius:50%;width:18px;height:18px;animation:1s linear infinite newsletter-module__m3_cba__spin}@keyframes newsletter-module__m3_cba__spin{to{transform:rotate(360deg)}}.newsletter-module__m3_cba__gateCta{font-family:var(--font-satoshi);color:#666;margin-top:2rem;font-size:.9rem;line-height:1.6}@media (max-width:1029px){.newsletter-module__m3_cba__archiveTitle{font-size:4rem}}@media (max-width:768px){.newsletter-module__m3_cba__main{padding:6rem 1rem 4rem}.newsletter-module__m3_cba__archiveTitle{font-size:2.6rem}.newsletter-module__m3_cba__titleRow{flex-direction:column}.newsletter-module__m3_cba__gateBox{padding:3rem 1.75rem}.newsletter-module__m3_cba__card{padding:2rem}}
