.mag-article-gate{position:relative}.mag-article-gate:not(.is-unlocked):not(.is-initialized) [data-mag-article-body]>p:nth-of-type(3)~*{visibility:hidden;max-height:0;margin:0;padding:0;overflow:hidden}.mag-article-gate-locked{margin-top:4px;position:relative}.mag-article-gate-locked-content{filter:blur(7px);user-select:none;pointer-events:none;max-height:240px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0% 42%,#0000 100%);mask-image:linear-gradient(#000 0% 42%,#0000 100%)}.mag-article-gate.is-unlocking .mag-article-gate-locked-content,.mag-article-gate.is-unlocked .mag-article-gate-locked-content{filter:blur();max-height:none;transition:filter .55s,-webkit-mask-image .4s,mask-image .4s;overflow:visible;-webkit-mask-image:none;mask-image:none}@media (prefers-reduced-motion:reduce){.mag-article-gate.is-unlocking .mag-article-gate-locked-content{transition:none}.mag-article-gate-panel-inner{animation:none}}.mag-article-gate-panel{z-index:2;pointer-events:auto;justify-content:center;padding:0 12px 4px;display:flex;position:absolute;bottom:0;left:0;right:0}.mag-article-gate-panel[hidden],.mag-article-gate.is-unlocked .mag-article-gate-panel{display:none!important}.mag-article-gate.is-unlocking .mag-article-gate-panel{opacity:0;pointer-events:none;transition:opacity .35s,transform .35s;transform:translateY(8px)}.mag-article-gate-panel-inner{border:1px solid var(--gray-02);background-color:#fff;width:100%;max-width:560px;padding:20px 18px 16px;animation:4.5s ease-in-out infinite mag-gate-attention;transform:rotate(-.6deg);box-shadow:0 16px 48px #1416181a}@keyframes mag-gate-attention{0%,88%,to{transform:rotate(-.6deg)translate(0)}90%{transform:rotate(-.6deg)translate(-6px)}92%{transform:rotate(-.6deg)translate(6px)}94%{transform:rotate(-.6deg)translate(-4px)}96%{transform:rotate(-.6deg)translate(4px)}}.mag-article-gate-lead{text-align:center;margin:0 0 16px;line-height:1.6}.mag-article-gate-lead .highlighted-mid{background-color:var(--cyen-light);color:var(--black)}.mag-article-gate-lead .highlighted-mid:hover{background-color:var(--cyen-light)}.mag-article-gate-fields{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;display:grid}.mag-article-gate-field{flex-direction:column;gap:6px;min-width:0;display:flex}.mag-article-gate-label{color:var(--gray-04);font-size:14px;font-weight:600;line-height:1.4}.mag-article-gate-input{border:1px solid var(--gray-02);background-color:var(--gray-highlight);width:100%;height:42px;color:var(--black);font:inherit;-webkit-appearance:none;appearance:none;outline:none;padding:8px 12px;font-size:15px;font-weight:500;line-height:1.4;transition:border-color .2s,background-color .2s,box-shadow .2s}.mag-article-gate-input::placeholder{color:var(--gray-03);opacity:1}.mag-article-gate-input:focus{border-color:var(--blue);background-color:#fff;box-shadow:0 0 0 3px #3db8f52e}.mag-article-gate-input.is-invalid{border-color:var(--magenta);background-color:#fff5f8}.mag-article-gate-error{color:var(--magenta);min-height:1.1em;font-size:12px;font-weight:600;line-height:1.4}.mag-article-gate-submit{width:100%;height:38px;font:inherit;border:none;font-weight:600}.mag-article-gate-submit:disabled{opacity:.45;cursor:not-allowed}.mag-article-gate-submit:not(:disabled):hover{background-color:var(--black)}@media screen and (width<=767px){.mag-article-gate-locked-content{max-height:200px}.mag-article-gate-fields{grid-template-columns:1fr;gap:10px}.mag-article-gate-panel-inner{padding:16px 14px 14px}}