.chat-module__4XAWUG__page{max-width:760px;padding:var(--space-5) var(--space-4) 100px;min-height:60vh;margin:0 auto}.chat-module__4XAWUG__conversationsPage{width:100%;max-width:none;padding-inline:clamp(var(--space-4), 4vw, 64px)}.chat-module__4XAWUG__conversationGroups{gap:18px;display:grid}.chat-module__4XAWUG__conversationGroup{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:18px;overflow:hidden}.chat-module__4XAWUG__conversationGroupHeader{border-bottom:1px solid var(--border);background:linear-gradient(100deg, var(--surface-2), var(--surface));align-items:center;gap:13px;padding:14px 16px;display:flex}.chat-module__4XAWUG__conversationGroupHeader>img,.chat-module__4XAWUG__conversationAiAvatar{border-radius:14px;flex-shrink:0;width:48px;height:48px}.chat-module__4XAWUG__conversationGroupHeader>img{object-fit:cover}.chat-module__4XAWUG__conversationAiAvatar{background:var(--accent);color:#fff;place-items:center;display:grid}.chat-module__4XAWUG__conversationGroupHeader h2{color:var(--text-1);font-family:var(--font-editorial);margin:0;font-size:1.12rem}.chat-module__4XAWUG__conversationGroupHeader p{color:var(--text-muted);margin:2px 0 0;font-size:.74rem}.chat-module__4XAWUG__conversationList{grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),1fr));display:grid}.chat-module__4XAWUG__conversationRow{border-bottom:1px solid var(--border);align-items:center;gap:14px;min-width:0;padding:14px 16px;display:flex}.chat-module__4XAWUG__conversationRow:not(:last-child){border-right:1px solid var(--border)}.chat-module__4XAWUG__conversationLink{flex:1;min-width:0}.chat-module__4XAWUG__conversationLink h3{color:var(--text-1);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:750;line-height:1.35;display:-webkit-box;overflow:hidden}.chat-module__4XAWUG__conversationLink p{color:var(--text-muted);margin:5px 0 0;font-size:.72rem}.chat-module__4XAWUG__conversationActions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:5px;display:flex}.chat-module__4XAWUG__conversationActions button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:2px 0;font-size:.68rem;font-weight:700}.chat-module__4XAWUG__conversationActions button:hover{color:var(--text-1)}.chat-module__4XAWUG__conversationActions .chat-module__4XAWUG__conversationDelete{color:var(--negative)}@media (max-width:639px){.chat-module__4XAWUG__conversationsPage{padding-inline:var(--space-3)}.chat-module__4XAWUG__conversationList{grid-template-columns:1fr}.chat-module__4XAWUG__conversationRow{border-right:0}}.chat-module__4XAWUG__backLink{margin-bottom:var(--space-4);color:var(--text-muted);align-items:center;gap:4px;font-size:.82rem;font-weight:600;display:inline-flex}.chat-module__4XAWUG__backLink:hover{color:var(--text-1)}.chat-module__4XAWUG__header{padding-top:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid var(--border);margin-bottom:var(--space-4);z-index:2;background:var(--bg);align-items:center;gap:12px;display:flex;position:sticky;top:0}.chat-module__4XAWUG__headerPortrait{background:var(--surface-2);border-radius:999px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.chat-module__4XAWUG__headerPortrait img{object-fit:cover;width:100%;height:100%}.chat-module__4XAWUG__headerText h1{font-family:var(--font-editorial);color:var(--text-1);margin:0;font-size:1.3rem}.chat-module__4XAWUG__headerSubtitle{color:var(--text-muted);margin:2px 0 0;font-size:.78rem}.chat-module__4XAWUG__articleChip{max-width:100%;margin-bottom:var(--space-4);border:1px solid var(--lens-border);background:var(--lens-bg);color:var(--text-2);border-radius:999px;align-items:center;gap:8px;padding:7px 12px;font-size:.78rem;display:inline-flex}.chat-module__4XAWUG__articleChipLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-module__4XAWUG__articleChipRemove{color:var(--text-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;font-size:.9rem;line-height:1}.chat-module__4XAWUG__articleChipRemove:hover{color:var(--negative)}.chat-module__4XAWUG__helperLine{margin:-10px 0 var(--space-4);color:var(--text-muted);font-size:.78rem}.chat-module__4XAWUG__messages{gap:var(--space-4);margin-bottom:var(--space-5);flex-direction:column;display:flex}.chat-module__4XAWUG__messageRow{flex-direction:column;display:flex}.chat-module__4XAWUG__messageRow--user{align-items:flex-end}.chat-module__4XAWUG__messageRow--assistant{align-items:flex-start}.chat-module__4XAWUG__bubble{border-radius:var(--radius-lg);white-space:pre-wrap;max-width:88%;padding:12px 15px;font-size:.92rem;line-height:1.55}.chat-module__4XAWUG__bubble--user{background:var(--accent);color:var(--on-accent);border-bottom-right-radius:4px}.chat-module__4XAWUG__bubble--assistant{background:var(--surface);border:1px solid var(--border);color:var(--text-1);border-bottom-left-radius:4px}.chat-module__4XAWUG__bubble--rich{white-space:normal}.chat-module__4XAWUG__bubble--rich>:first-child{margin-top:0}.chat-module__4XAWUG__bubble--rich>:last-child{margin-bottom:0}.chat-module__4XAWUG__bubble--rich p{margin:0 0 .7em}.chat-module__4XAWUG__bubble--rich strong{color:var(--text-1);font-weight:700}.chat-module__4XAWUG__bubble--rich em{font-style:italic}.chat-module__4XAWUG__bubble--rich ul,.chat-module__4XAWUG__bubble--rich ol{flex-direction:column;gap:.38em;margin:0 0 .7em;padding-left:1.35em;display:flex}.chat-module__4XAWUG__bubble--rich li{padding-left:.15em}.chat-module__4XAWUG__bubble--rich li::marker{color:var(--text-muted);font-variant-numeric:tabular-nums}.chat-module__4XAWUG__bubble--rich ol>li::marker{font-weight:700}.chat-module__4XAWUG__bubble--rich code{background:var(--border);border-radius:5px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86em}.chat-module__4XAWUG__bubble--rich a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.chat-module__4XAWUG__bubble--rich .rich-heading{letter-spacing:.01em;margin:0 0 .45em;font-weight:700}.chat-module__4XAWUG__bubble--failed{border:1px dashed var(--negative);color:var(--negative);background:0 0}.chat-module__4XAWUG__groundedIn{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:6px 2px 0;font-size:.72rem;font-weight:700}.chat-module__4XAWUG__groundedBlock{max-width:88%;margin:6px 2px 0}.chat-module__4XAWUG__groundedList{flex-direction:column;gap:6px;margin:6px 0 0;padding:0;list-style:none;display:flex}.chat-module__4XAWUG__groundedItem{border:1px solid var(--border);border-left:2px solid var(--accent);border-radius:var(--radius-md,8px);background:var(--surface-2);padding:8px 11px}.chat-module__4XAWUG__revealOnce{animation:.38s cubic-bezier(.2,.75,.25,1) both chat-module__4XAWUG__chatRevealOnce}.chat-module__4XAWUG__groundedQuote{color:var(--text-1);font-size:.82rem;font-style:italic;line-height:1.45;display:block}.chat-module__4XAWUG__groundedSource{color:var(--text-muted);margin-top:4px;font-size:.72rem;font-style:normal;display:block}.chat-module__4XAWUG__groundedTranslated{color:var(--text-muted);letter-spacing:.02em;opacity:.85;margin-top:2px;font-size:.66rem;font-style:normal;display:block}.chat-module__4XAWUG__retryButton{border:1px solid var(--border-hover);background:var(--surface);color:var(--text-1);cursor:pointer;border-radius:999px;margin-top:8px;padding:6px 12px;font-size:.76rem;font-weight:700}.chat-module__4XAWUG__progressRow{color:var(--text-muted);align-items:center;gap:8px;padding:4px 2px;font-size:.82rem;display:flex}.chat-module__4XAWUG__progressDot{background:var(--accent);border-radius:999px;width:6px;height:6px;animation:1.1s ease-in-out infinite chat-module__4XAWUG__chat-pulse}@keyframes chat-module__4XAWUG__chat-pulse{0%,to{opacity:.3}50%{opacity:1}}.chat-module__4XAWUG__retrievedList{border-left:2px solid var(--border);flex-direction:column;gap:8px;margin:8px 2px 2px;padding-left:10px;display:flex}.chat-module__4XAWUG__retrievedItem{animation:.32s both chat-module__4XAWUG__chat-retrieved-in}.chat-module__4XAWUG__retrievedItem:first-child{animation-delay:0s}.chat-module__4XAWUG__retrievedItem:nth-child(2){animation-delay:.45s}.chat-module__4XAWUG__retrievedItem:nth-child(3){animation-delay:.9s}.chat-module__4XAWUG__retrievedItem:nth-child(4){animation-delay:1.35s}.chat-module__4XAWUG__retrievedItem:nth-child(5){animation-delay:1.8s}@keyframes chat-module__4XAWUG__chat-retrieved-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.chat-module__4XAWUG__retrievedWhere{color:var(--text-2);font-size:.74rem;font-weight:700;display:block}.chat-module__4XAWUG__retrievedSnippet{color:var(--text-muted);font-family:var(--font-editorial);margin-top:2px;font-size:.8rem;font-style:italic;line-height:1.45;display:block}.chat-module__4XAWUG__retrievedNote{color:var(--text-muted);margin:6px 2px 0 12px;font-size:.68rem}@media (prefers-reduced-motion:reduce){.chat-module__4XAWUG__retrievedItem{animation:none}}.chat-module__4XAWUG__chipRow{flex-wrap:wrap;gap:8px;margin:6px 2px 0;display:flex}.chat-module__4XAWUG__exploreLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 2px 6px;font-size:.72rem;font-weight:700}.chat-module__4XAWUG__chip{border:1px solid var(--border);background:var(--surface-2);color:var(--text-1);cursor:pointer;border-radius:999px;padding:7px 13px;font-size:.8rem;font-weight:600;transition:border-color .12s,background .12s}.chat-module__4XAWUG__suggestionReveal{animation:.42s cubic-bezier(.18,.82,.28,1) both chat-module__4XAWUG__chatSuggestionReveal}.chat-module__4XAWUG__starterChip{border-radius:var(--radius-lg);text-align:left;width:100%;padding:11px 15px;font-weight:600;line-height:1.4}@keyframes chat-module__4XAWUG__chatRevealOnce{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-module__4XAWUG__chatSuggestionReveal{0%{opacity:0;transform:translateY(9px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.chat-module__4XAWUG__revealOnce,.chat-module__4XAWUG__suggestionReveal{animation:none}}.chat-module__4XAWUG__chip:hover:not(:disabled){border-color:var(--border-hover);background:var(--surface-hover)}.chat-module__4XAWUG__chip:disabled{opacity:.5;cursor:default}.chat-module__4XAWUG__inputBar{padding-top:var(--space-3);background:linear-gradient(to top, var(--bg) 60%, transparent);position:sticky;bottom:0}.chat-module__4XAWUG__inputShell{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);align-items:flex-end;gap:10px;padding:10px 10px 10px 16px;display:flex}.chat-module__4XAWUG__textarea{resize:none;color:var(--text-1);font:inherit;background:0 0;border:0;outline:none;flex:1;max-height:140px;font-size:.92rem;line-height:1.4;overflow-y:auto}.chat-module__4XAWUG__textarea::placeholder{color:var(--text-muted)}.chat-module__4XAWUG__sendButton{background:var(--accent);width:38px;height:38px;color:var(--on-accent);cursor:pointer;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-module__4XAWUG__sendButton:disabled{opacity:.45;cursor:default}@media (max-width:639px){.chat-module__4XAWUG__textarea{font-size:16px}}.chat-module__4XAWUG__guestCard{margin:0 0 var(--space-5);border:1px solid var(--accent);border-radius:var(--radius-lg);background:var(--accent-dim,var(--surface-2));text-align:center;padding:20px 16px}.chat-module__4XAWUG__guestIcon{background:var(--surface);width:40px;height:40px;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;margin-bottom:10px;display:inline-flex}.chat-module__4XAWUG__guestTitle{font-family:var(--font-editorial);color:var(--text-1);text-wrap:balance;margin:0;font-size:1.18rem;line-height:1.25}.chat-module__4XAWUG__guestBody{max-width:34ch;color:var(--text-2);margin:8px auto 0;font-size:.92rem;line-height:1.5}.chat-module__4XAWUG__guestCta{background:var(--accent);min-height:48px;color:var(--on-accent);font:inherit;cursor:pointer;border:0;border-radius:999px;margin-top:14px;padding:0 22px;font-size:.95rem;font-weight:700}.chat-module__4XAWUG__guestCta:hover{filter:brightness(1.06)}.chat-module__4XAWUG__guestTrust{color:var(--text-muted);margin:10px 0 0;font-size:.76rem}.chat-module__4XAWUG__verifyCard{margin:0 0 var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);text-align:center;padding:18px 16px}.chat-module__4XAWUG__verifyIcon{background:var(--accent-dim,var(--surface-2));width:40px;height:40px;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;margin-bottom:10px;display:inline-flex}.chat-module__4XAWUG__verifyTitle{font-family:var(--font-editorial);color:var(--text-1);text-wrap:balance;margin:0;font-size:1.08rem;line-height:1.3}.chat-module__4XAWUG__verifyBody{color:var(--text-2);overflow-wrap:anywhere;margin:6px 0 0;font-size:.88rem;line-height:1.55}.chat-module__4XAWUG__verifyWhy{color:var(--text-muted);margin:8px 0 0;font-size:.76rem;line-height:1.5}.chat-module__4XAWUG__verifyForm{text-align:left;flex-direction:column;gap:7px;margin-top:16px;display:flex}.chat-module__4XAWUG__verifyCodeLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:700}.chat-module__4XAWUG__verifyCodeRow{flex-direction:column;gap:8px;display:flex}.chat-module__4XAWUG__verifyCodeInput{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:46px;color:var(--text-1);font-variant-numeric:tabular-nums;letter-spacing:.3em;text-align:center;border-radius:12px;flex:1;padding:0 14px 0 calc(14px + .3em);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:1.15rem;font-weight:700}.chat-module__4XAWUG__verifyCodeInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent);outline:none}.chat-module__4XAWUG__verifyCodeInput::placeholder{color:var(--text-muted);opacity:.45;font-weight:500}.chat-module__4XAWUG__verifyActions{flex-direction:column;gap:8px;margin-top:14px;display:flex}.chat-module__4XAWUG__verifyPrimary,.chat-module__4XAWUG__verifySecondary{min-height:46px;font:inherit;cursor:pointer;border-radius:999px;padding:0 18px;font-size:.9rem;font-weight:700}.chat-module__4XAWUG__verifyPrimary{background:var(--accent);color:var(--on-accent);border:0}.chat-module__4XAWUG__verifySecondary{border:1px solid var(--border);color:var(--text-1);background:0 0}.chat-module__4XAWUG__verifySecondary:hover:not(:disabled){background:var(--surface-2)}.chat-module__4XAWUG__verifyPrimary:disabled,.chat-module__4XAWUG__verifySecondary:disabled{opacity:.55;cursor:default}.chat-module__4XAWUG__verifyStill{color:var(--text-muted);margin:10px 0 0;font-size:.78rem}@media (min-width:560px){.chat-module__4XAWUG__verifyCard,.chat-module__4XAWUG__guestCard{padding:22px}.chat-module__4XAWUG__verifyCodeRow{flex-direction:row;align-items:center}.chat-module__4XAWUG__verifyActions{flex-direction:row;justify-content:center}.chat-module__4XAWUG__verifyActions .chat-module__4XAWUG__verifyPrimary,.chat-module__4XAWUG__verifyActions .chat-module__4XAWUG__verifySecondary{min-width:180px}}.chat-module__4XAWUG__draftReady{color:var(--accent);align-items:center;gap:6px;margin:0 0 8px;padding:0 4px;font-size:.78rem;font-weight:700;display:flex}.chat-module__4XAWUG__metaRow{justify-content:space-between;align-items:center;margin-top:6px;padding:0 4px;display:flex}.chat-module__4XAWUG__quota{min-width:0;color:var(--text-muted);font-variant-numeric:tabular-nums;letter-spacing:.01em;align-items:center;gap:7px;font-size:.72rem;display:inline-flex}.chat-module__4XAWUG__quota--last{color:var(--accent);font-weight:600}.chat-module__4XAWUG__quotaMeter{align-items:center;gap:3px;display:inline-flex}.chat-module__4XAWUG__quotaPip{background:var(--border);border-radius:50%;width:5px;height:5px;transition:background .25s}.chat-module__4XAWUG__quotaPip--spent{background:currentColor}.chat-module__4XAWUG__charCount{color:var(--text-muted);font-size:.72rem}.chat-module__4XAWUG__charCount--over{color:var(--negative);font-weight:700}.chat-module__4XAWUG__creditNote{color:var(--text-muted);font-size:.72rem}.chat-module__4XAWUG__errorBanner{border:1px solid var(--negative);border-radius:var(--radius);color:var(--negative);background:#b4231814;margin:0 0 10px;padding:9px 12px;font-size:.82rem}.chat-module__4XAWUG__pageTitle{font-family:var(--font-editorial);color:var(--text-1);margin:0 0 8px;font-size:1.6rem}.chat-module__4XAWUG__selectorIntro{margin:0 0 var(--space-4);color:var(--text-2);font-size:.95rem;line-height:1.5}.chat-module__4XAWUG__modeGrid{margin-bottom:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.chat-module__4XAWUG__modeCard{padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);text-align:left;cursor:pointer;transition:border-color .12s,box-shadow .12s}.chat-module__4XAWUG__modeCard:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.chat-module__4XAWUG__modeCard--locked{opacity:.55}.chat-module__4XAWUG__modeCardTitle{font-family:var(--font-editorial);color:var(--text-1);margin:0 0 4px;font-size:1.02rem;font-weight:700}.chat-module__4XAWUG__modeCardDesc{color:var(--text-3);margin:0;font-size:.82rem;line-height:1.4}.chat-module__4XAWUG__planCta{width:100%;margin-top:12px}.chat-module__4XAWUG__sectionSpacer{margin-top:20px}.chat-module__4XAWUG__lockBadge{background:var(--surface-2);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;margin-top:8px;padding:3px 9px;font-size:.68rem;font-weight:700;display:inline-block}
.AuthModal-module__DLnrsa__dialog{width:100%;max-width:100vw;max-height:100dvh;color:var(--text-1);background:0 0;border:0;margin:0;padding:0;position:fixed;inset:auto 0 0;overflow:visible}.AuthModal-module__DLnrsa__dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#080a0e9e}.AuthModal-module__DLnrsa__panel{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--surface,var(--bg));border-top:1px solid var(--border,#80808038);width:100%;max-height:92dvh;padding:0 0 max(20px, env(safe-area-inset-bottom));border-radius:20px 20px 0 0;animation:.22s cubic-bezier(.22,1,.36,1) AuthModal-module__DLnrsa__sheetIn;position:relative;overflow-y:auto;box-shadow:0 -8px 40px #00000047}@keyframes AuthModal-module__DLnrsa__sheetIn{0%{opacity:.4;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.AuthModal-module__DLnrsa__grabber{background:var(--border,#80808059);border-radius:999px;width:40px;height:4px;margin:10px auto 0}.AuthModal-module__DLnrsa__close{z-index:2;background:var(--accent-dim,#8080801f);width:36px;height:36px;color:var(--text-1);cursor:pointer;border:1px solid #0000;border-radius:50%;place-items:center;line-height:0;display:grid;position:absolute;top:12px;right:12px}.AuthModal-module__DLnrsa__close:hover{border-color:var(--border,#8080804d)}.AuthModal-module__DLnrsa__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.AuthModal-module__DLnrsa__head{text-align:center;padding:18px 20px 0}.AuthModal-module__DLnrsa__brandRow{justify-content:center;align-items:center;gap:8px;margin-bottom:12px;display:flex}.AuthModal-module__DLnrsa__brandMark{border-radius:8px}.AuthModal-module__DLnrsa__brandName{width:132px;height:14px}.AuthModal-module__DLnrsa__title{font-family:var(--font-editorial), Georgia, serif;margin:0 0 6px;font-size:24px;font-weight:600;line-height:1.22}.AuthModal-module__DLnrsa__subtitle{color:var(--text-2,#64748b);margin:0;font-size:14.5px;line-height:1.5}.AuthModal-module__DLnrsa__reason{background:var(--accent-dim,#1a56db1a);border:1px solid var(--accent);text-align:left;border-radius:12px;align-items:flex-start;gap:8px;margin:0 20px 14px;padding:11px 13px;font-size:13.5px;line-height:1.45;display:flex}.AuthModal-module__DLnrsa__reasonIcon{color:var(--accent);flex:none;margin-top:1px}.AuthModal-module__DLnrsa__question{border:0;border-left:3px solid var(--accent);background:var(--surface-2,#80808012);color:var(--text-1);text-align:left;-webkit-line-clamp:4;border-radius:0 10px 10px 0;-webkit-box-orient:vertical;margin:0 20px 14px;padding:11px 14px;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.AuthModal-module__DLnrsa__questionLabel{letter-spacing:.09em;text-transform:uppercase;color:var(--text-2,#64748b);margin-bottom:3px;font-size:10.5px;font-weight:700;display:block}.AuthModal-module__DLnrsa__perks{border:1px solid var(--border,#80808033);background:var(--accent-dim,#8080800f);border-radius:14px;margin:16px 20px 0;padding:14px 15px}.AuthModal-module__DLnrsa__perksTitle{letter-spacing:.09em;text-transform:uppercase;color:var(--text-2,#64748b);margin:0 0 9px;font-size:11px;font-weight:700}.AuthModal-module__DLnrsa__perkList{gap:8px;margin:0;padding:0;list-style:none;display:grid}.AuthModal-module__DLnrsa__perk{align-items:flex-start;gap:9px;font-size:14px;line-height:1.42;display:flex}.AuthModal-module__DLnrsa__perkIcon{color:var(--accent);flex:none;margin-top:2px}.AuthModal-module__DLnrsa__perkCount{font-variant-numeric:tabular-nums;font-weight:700}.AuthModal-module__DLnrsa__form{gap:13px;padding:16px 20px 0;display:grid}.AuthModal-module__DLnrsa__field{gap:6px;display:grid}.AuthModal-module__DLnrsa__label{color:var(--text-2,#64748b);font-size:12.5px;font-weight:600}.AuthModal-module__DLnrsa__input{box-sizing:border-box;border:1px solid var(--border,#8080804d);background:var(--bg);width:100%;color:var(--text-1);border-radius:11px;padding:12px 13px;font-family:inherit;font-size:16px;line-height:1.4;transition:border-color .12s,box-shadow .12s}.AuthModal-module__DLnrsa__input::placeholder{color:var(--text-3,#94a3b8)}.AuthModal-module__DLnrsa__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim,#1a56db26);outline:none}.AuthModal-module__DLnrsa__input[aria-invalid=true]{border-color:var(--negative,#d14343)}.AuthModal-module__DLnrsa__codeInput{text-align:center;font-variant-numeric:tabular-nums;letter-spacing:.34em;padding:14px 13px 14px calc(13px + .34em);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:27px;font-weight:700}.AuthModal-module__DLnrsa__codeInput::placeholder{letter-spacing:.34em;color:var(--text-3,#94a3b8);opacity:.5;font-weight:500}.AuthModal-module__DLnrsa__codeResent{border:1px solid var(--border,#8080804d);background:var(--lens-bg,#80808014);color:var(--text-2);text-align:center;border-radius:10px;margin:0;padding:9px 12px;font-size:13px;line-height:1.45}.AuthModal-module__DLnrsa__hint{color:var(--text-3,#94a3b8);font-size:12px;line-height:1.4}.AuthModal-module__DLnrsa__hintError{color:var(--negative,#d14343)}.AuthModal-module__DLnrsa__passwordWrap{display:grid;position:relative}.AuthModal-module__DLnrsa__passwordWrap .AuthModal-module__DLnrsa__input{padding-right:44px}.AuthModal-module__DLnrsa__passwordToggle{width:32px;height:32px;color:var(--text-3,#94a3b8);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.AuthModal-module__DLnrsa__passwordToggle:hover{color:var(--text-1)}.AuthModal-module__DLnrsa__passwordToggle:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.AuthModal-module__DLnrsa__fieldHint{color:var(--text-3,#94a3b8);margin:0;font-size:12px;line-height:1.4}.AuthModal-module__DLnrsa__altAuth{text-align:center;flex-direction:column;align-items:center;gap:7px;margin:2px 0 0;display:flex}.AuthModal-module__DLnrsa__linkBtn{font:inherit;color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:13px;font-weight:600;text-decoration:underline}.AuthModal-module__DLnrsa__linkBtn:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.AuthModal-module__DLnrsa__linkBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.AuthModal-module__DLnrsa__altLink{color:var(--text-3,#94a3b8);text-underline-offset:2px;font-size:12.5px;text-decoration:underline}.AuthModal-module__DLnrsa__altLink:hover{color:var(--text-1)}.AuthModal-module__DLnrsa__consent{color:var(--text-2,#64748b);cursor:pointer;align-items:flex-start;gap:9px;font-size:13px;line-height:1.45;display:flex}.AuthModal-module__DLnrsa__consent input{width:17px;height:17px;accent-color:var(--accent);cursor:pointer;flex:none;margin-top:1px}.AuthModal-module__DLnrsa__consent a{color:var(--accent)}.AuthModal-module__DLnrsa__error{background:color-mix(in srgb, var(--negative,#d14343) 10%, transparent);border:1px solid var(--negative,#d14343);color:var(--negative,#d14343);border-radius:11px;align-items:flex-start;gap:8px;margin:0;padding:10px 12px;font-size:13.5px;line-height:1.45;display:flex}.AuthModal-module__DLnrsa__submit{background:var(--accent);width:100%;min-height:48px;color:var(--accent-on,#fff);cursor:pointer;border:0;border-radius:12px;padding:13px 18px;font-family:inherit;font-size:15.5px;font-weight:650;transition:filter .12s,transform 80ms}.AuthModal-module__DLnrsa__submit:hover:not(:disabled){filter:brightness(1.07)}.AuthModal-module__DLnrsa__submit:active:not(:disabled){transform:translateY(1px)}.AuthModal-module__DLnrsa__submit:disabled{opacity:.6;cursor:not-allowed}.AuthModal-module__DLnrsa__submit:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.AuthModal-module__DLnrsa__spinner{vertical-align:-2px;border:2px solid;border-right-color:#0000;border-radius:50%;width:15px;height:15px;margin-right:8px;animation:.7s linear infinite AuthModal-module__DLnrsa__spin;display:inline-block}@keyframes AuthModal-module__DLnrsa__spin{to{transform:rotate(360deg)}}.AuthModal-module__DLnrsa__noCard{text-align:center;color:var(--text-3,#94a3b8);margin:0;font-size:12.5px}.AuthModal-module__DLnrsa__plans{margin:18px 20px 0}.AuthModal-module__DLnrsa__plansTitle{letter-spacing:.09em;text-transform:uppercase;color:var(--text-3,#94a3b8);margin:0 0 9px;font-size:11px;font-weight:700}.AuthModal-module__DLnrsa__planRow{border:1px dashed var(--border,#8080804d);opacity:.62;cursor:not-allowed;border-radius:12px;align-items:center;gap:11px;padding:11px 13px;display:flex}.AuthModal-module__DLnrsa__planRow+.AuthModal-module__DLnrsa__planRow{margin-top:7px}.AuthModal-module__DLnrsa__planLock{color:var(--text-3,#94a3b8);flex:none}.AuthModal-module__DLnrsa__planInfo{flex:auto;min-width:0}.AuthModal-module__DLnrsa__planName{font-size:14px;font-weight:600;display:block}.AuthModal-module__DLnrsa__planSub{color:var(--text-3,#94a3b8);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;display:block;overflow:hidden}.AuthModal-module__DLnrsa__planPrice{font-variant-numeric:tabular-nums;color:var(--text-2,#64748b);flex:none;font-size:13px;font-weight:600}.AuthModal-module__DLnrsa__planSoon{letter-spacing:.05em;text-transform:uppercase;background:var(--border,#80808033);color:var(--text-2,#64748b);border-radius:999px;flex:none;padding:3px 7px;font-size:10.5px;font-weight:700}.AuthModal-module__DLnrsa__switch{border-top:1px solid var(--border,#8080802e);text-align:center;color:var(--text-2,#64748b);margin:16px 20px 0;padding-top:14px;font-size:13.5px}.AuthModal-module__DLnrsa__switchBtn{font:inherit;color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0 0 0 4px;font-weight:650;text-decoration:underline}.AuthModal-module__DLnrsa__switchBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.AuthModal-module__DLnrsa__success{text-align:center;padding:26px 20px 4px}.AuthModal-module__DLnrsa__successIcon{background:var(--accent-dim,#1a56db1f);width:54px;height:54px;color:var(--accent);border-radius:50%;place-items:center;margin:0 auto 16px;display:grid}.AuthModal-module__DLnrsa__successEmail{background:var(--accent-dim,#8080801a);word-break:break-all;border-radius:8px;margin:2px 0 0;padding:5px 11px;font-size:14px;font-weight:600;display:inline-block}.AuthModal-module__DLnrsa__successNote{color:var(--text-3,#94a3b8);margin:14px 0 0;font-size:12.5px;line-height:1.5}@media (min-width:720px){.AuthModal-module__DLnrsa__dialog[open]{box-sizing:border-box;place-items:center;height:100dvh;padding:24px;display:grid;inset:0}.AuthModal-module__DLnrsa__panel{border:1px solid var(--border,#80808038);border-radius:18px;width:440px;max-width:100%;max-height:calc(100dvh - 48px);padding-bottom:22px;animation:.2s cubic-bezier(.22,1,.36,1) AuthModal-module__DLnrsa__cardIn;box-shadow:0 24px 64px #00000052}@keyframes AuthModal-module__DLnrsa__cardIn{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.AuthModal-module__DLnrsa__grabber{display:none}.AuthModal-module__DLnrsa__head{padding-top:26px}.AuthModal-module__DLnrsa__title{font-size:26px}}@media (prefers-reduced-motion:reduce){.AuthModal-module__DLnrsa__panel{animation:none}.AuthModal-module__DLnrsa__spinner{animation-duration:2s}}.AuthModal-module__DLnrsa__googleRow{margin-top:10px}.AuthModal-module__DLnrsa__googleRow .reg-google{border-radius:12px;min-height:44px}
.ChatDialog-module__K1zfja__dialog{background:0 0;border:none;border-radius:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;overflow:hidden}.ChatDialog-module__K1zfja__dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#080a108c}.ChatDialog-module__K1zfja__panel{background:var(--bg);flex-direction:column;height:100%;display:flex;position:relative}.ChatDialog-module__K1zfja__closeButton{z-index:3;border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text-1);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px}.ChatDialog-module__K1zfja__closeButton:hover{background:var(--surface-hover)}.ChatDialog-module__K1zfja__body{overscroll-behavior:contain;min-height:0;padding:0 var(--space-4);flex:1;overflow-y:auto}.ChatDialog-module__K1zfja__loadingState{justify-content:center;align-items:center;height:100%;display:flex}.ChatDialog-module__K1zfja__loadingDot{background:var(--accent);border-radius:999px;width:10px;height:10px;animation:1s ease-in-out infinite ChatDialog-module__K1zfja__chatDialogPulse}@keyframes ChatDialog-module__K1zfja__chatDialogPulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}@media (min-width:640px){.ChatDialog-module__K1zfja__dialog{border-radius:20px;width:min(640px,92vw);max-width:92vw;height:min(760px,88dvh);max-height:88dvh;margin:auto;box-shadow:0 24px 64px #00000059}.ChatDialog-module__K1zfja__body{padding:0 var(--space-5)}}.ChatDialog-module__K1zfja__turnstile:not(:empty){margin:var(--space-4) 0;justify-content:center;display:flex}
.ArticleEndCta-module__L_aqdW__wrap{margin:var(--space-6,32px) 0;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:20px 18px}.ArticleEndCta-module__L_aqdW__eyebrow{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:.68rem;font-weight:800;display:block}.ArticleEndCta-module__L_aqdW__title{font-family:var(--font-editorial);color:var(--text-1);text-wrap:balance;margin:0;font-size:1.32rem;line-height:1.2}.ArticleEndCta-module__L_aqdW__intro{color:var(--text-2);margin:7px 0 16px;font-size:.9rem;line-height:1.5}.ArticleEndCta-module__L_aqdW__form{flex-direction:column;gap:10px;display:flex}.ArticleEndCta-module__L_aqdW__inputIcon{display:none}.ArticleEndCta-module__L_aqdW__input{border:1px solid var(--border);background:var(--bg);width:100%;min-height:48px;color:var(--text-1);font:inherit;border-radius:999px;padding:0 14px;font-size:16px}.ArticleEndCta-module__L_aqdW__input::placeholder{color:var(--text-muted)}.ArticleEndCta-module__L_aqdW__input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.ArticleEndCta-module__L_aqdW__send{background:var(--accent);min-height:48px;color:var(--on-accent);font:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:0 20px;font-size:.95rem;font-weight:700;transition:filter .12s,transform .12s;display:inline-flex}.ArticleEndCta-module__L_aqdW__send:hover:not(:disabled){filter:brightness(1.06)}.ArticleEndCta-module__L_aqdW__send:active:not(:disabled){transform:scale(.99)}.ArticleEndCta-module__L_aqdW__send:disabled{opacity:.45;cursor:default}.ArticleEndCta-module__L_aqdW__footnote{color:var(--text-muted);margin:11px 0 0;font-size:.78rem}.ArticleEndCta-module__L_aqdW__thinkerLink{color:var(--accent);font:inherit;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}@media (min-width:560px){.ArticleEndCta-module__L_aqdW__wrap{padding:24px 22px}.ArticleEndCta-module__L_aqdW__title{font-size:1.5rem}.ArticleEndCta-module__L_aqdW__form{border:1px solid var(--border);background:var(--bg);border-radius:999px;flex-direction:row;align-items:center;gap:8px;padding:6px 6px 6px 14px;position:relative}.ArticleEndCta-module__L_aqdW__form:focus-within{border-color:var(--accent)}.ArticleEndCta-module__L_aqdW__inputIcon{color:var(--text-muted);flex:none;align-items:center;display:flex}.ArticleEndCta-module__L_aqdW__input{background:0 0;border:0;border-radius:0;flex:1;min-width:0;min-height:40px;padding:0;font-size:.95rem}.ArticleEndCta-module__L_aqdW__input:focus-visible{outline:none}.ArticleEndCta-module__L_aqdW__send{flex:none;min-height:42px}}
.SubscribeFreeBanner-module__jU4-tq__banner{margin:var(--space-4) var(--article-gutter,20px);border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--accent) 0%, color-mix(in srgb, var(--accent) 70%, #7c3aed) 100%);color:#fff;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:15px 16px;display:grid}.SubscribeFreeBanner-module__jU4-tq__iconWrap{color:#fff;background:#ffffff29;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.SubscribeFreeBanner-module__jU4-tq__copy{flex-direction:column;gap:4px;display:flex}.SubscribeFreeBanner-module__jU4-tq__eyebrow{font-size:var(--eyebrow-size,.7rem);letter-spacing:.06em;text-transform:uppercase;color:#fffc;font-weight:800}.SubscribeFreeBanner-module__jU4-tq__title{font-family:var(--font-editorial);color:#fff;margin:0;font-size:1.12rem;font-weight:700;line-height:1.25}.SubscribeFreeBanner-module__jU4-tq__sub{color:#ffffffe0;margin:0;font-size:.8rem;line-height:1.4}.SubscribeFreeBanner-module__jU4-tq__actions{flex-direction:column;grid-column:1/-1;gap:8px;display:flex}.SubscribeFreeBanner-module__jU4-tq__cta{width:100%;color:var(--accent);letter-spacing:.01em;text-align:center;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:11px 18px;font-size:.92rem;font-weight:800;text-decoration:none;display:inline-flex}.SubscribeFreeBanner-module__jU4-tq__cta:hover{opacity:.92}.SubscribeFreeBanner-module__jU4-tq__trust{color:#ffffffbf;text-align:center;margin:0;font-size:.66rem;font-weight:600}@media (min-width:640px){.SubscribeFreeBanner-module__jU4-tq__banner{margin-block:var(--space-5);flex-direction:row;align-items:center;gap:14px;padding:24px 28px;display:flex}.SubscribeFreeBanner-module__jU4-tq__iconWrap{width:40px;height:40px}.SubscribeFreeBanner-module__jU4-tq__title{font-size:1.3rem}.SubscribeFreeBanner-module__jU4-tq__sub{font-size:.88rem;line-height:1.5}.SubscribeFreeBanner-module__jU4-tq__copy{flex:1}.SubscribeFreeBanner-module__jU4-tq__actions{flex-direction:column;flex-shrink:0;grid-column:auto;align-items:flex-end;width:auto;min-width:220px}.SubscribeFreeBanner-module__jU4-tq__cta{width:auto;padding:13px 28px}.SubscribeFreeBanner-module__jU4-tq__trust{text-align:right}}
.Avatar-module__ojsiSq__avatar{color:#fff;font-family:var(--font-ui), system-ui, sans-serif;letter-spacing:.01em;-webkit-user-select:none;user-select:none;text-shadow:0 1px 1px #0000002e;border-radius:50%;flex:none;place-items:center;font-weight:650;line-height:1;display:inline-grid;box-shadow:inset 0 0 0 1px #ffffff2e}.Avatar-module__ojsiSq__interactive{cursor:pointer;transition:transform .12s,box-shadow .12s}.Avatar-module__ojsiSq__interactive:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 1px #ffffff40,0 2px 10px #0003}@media (prefers-reduced-motion:reduce){.Avatar-module__ojsiSq__interactive{transition:none}.Avatar-module__ojsiSq__interactive:hover{transform:none}}
.CreditMeter-module__DKa1qG__wrap{gap:9px;display:grid}.CreditMeter-module__DKa1qG__menu{padding:0}.CreditMeter-module__DKa1qG__panel{border:1px solid var(--border);background:var(--surface-2,var(--surface));border-radius:14px;padding:14px 15px}.CreditMeter-module__DKa1qG__title{letter-spacing:.09em;text-transform:uppercase;color:var(--cm-muted,var(--text-3));margin:0;font-size:11px;font-weight:700}.CreditMeter-module__DKa1qG__row{gap:5px;display:grid}.CreditMeter-module__DKa1qG__rowHead{justify-content:space-between;align-items:center;gap:10px;display:flex}.CreditMeter-module__DKa1qG__rowLabel{color:var(--cm-label,var(--text-2));align-items:center;gap:6px;min-width:0;margin:0;font-size:13px;font-weight:550;display:inline-flex}.CreditMeter-module__DKa1qG__icon{color:var(--cm-accent,var(--accent));flex:none}.CreditMeter-module__DKa1qG__count{font-variant-numeric:tabular-nums;color:var(--cm-value,var(--text-1));flex:none;font-size:12.5px;font-weight:650}.CreditMeter-module__DKa1qG__countEmpty{color:var(--negative,#d14343)}.CreditMeter-module__DKa1qG__track{background:var(--cm-track,var(--border));border-radius:999px;height:5px;display:block;overflow:hidden}.CreditMeter-module__DKa1qG__fill{background:var(--cm-accent,var(--accent));border-radius:999px;height:100%;transition:width .26s cubic-bezier(.22,1,.36,1);display:block}.CreditMeter-module__DKa1qG__fillEmpty{background:var(--negative,#d14343)}.CreditMeter-module__DKa1qG__resets{color:var(--cm-muted,var(--text-3));margin:1px 0 0;font-size:11.5px}@media (prefers-reduced-motion:reduce){.CreditMeter-module__DKa1qG__fill{transition:none}}
.home-module__oe3DtG__page{--body-footer-bg:#f3f6f6;background:var(--body-footer-bg);min-height:100vh;font-family:var(--font-inter), system-ui, sans-serif;--accent:#d04f2d;--accent-dim:#d04f2d2e;--page1-gutter:72px;display:flow-root}html[data-theme=dark] .home-module__oe3DtG__page{--body-footer-bg:var(--bg);--accent:#29c2f0;--accent-dim:#29c2f02e}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__page{--body-footer-bg:var(--bg);--accent:#29c2f0;--accent-dim:#29c2f02e}}@media (max-width:640px){:is(html[data-theme=light] .home-module__oe3DtG__page,html[data-theme=dark] .home-module__oe3DtG__page){--body-footer-bg:#000}}@media (max-width:640px) and (prefers-color-scheme:light),(max-width:640px) and (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__page{--body-footer-bg:#000}}@media (max-width:640px){:is(html[data-theme=light] .home-module__oe3DtG__page,html[data-theme=dark] .home-module__oe3DtG__page){background:#050c0e;position:relative}html[data-theme=light] .home-module__oe3DtG__page:before{content:"";z-index:0;pointer-events:none;height:216px;position:absolute;top:0;left:0;right:0}html[data-theme=dark] .home-module__oe3DtG__page:before{content:"";z-index:0;pointer-events:none;height:216px;position:absolute;top:0;left:0;right:0}html[data-theme=light] .home-module__oe3DtG__page:after{content:"";z-index:0;pointer-events:none;height:216px;position:absolute;top:0;left:0;right:0}html[data-theme=dark] .home-module__oe3DtG__page:after{content:"";z-index:0;pointer-events:none;height:216px;position:absolute;top:0;left:0;right:0}html[data-theme=light] .home-module__oe3DtG__page:before{background:linear-gradient(#18343e 0%,#172e3c 4.76%,#132b36 9.52%,#132930 14.29%,#0e242b 19.05%,#101f26 23.81%,#0e1d26 28.57%,#0d1d24 33.33%,#0c1a20 38.1%,#0b181f 42.86%,#0a161e 47.62%,#08171c 52.38%,#081418 57.14%,#0b131a 61.9%,#0a1319 66.67%,#0a1118 71.43%,#0a1016 76.19%,#080e16 80.95%,#070e14 85.71%,#060d11 90.48%,#060e11 95.24%,#050c0e 100%)}html[data-theme=dark] .home-module__oe3DtG__page:before{background:linear-gradient(#18343e 0%,#172e3c 4.76%,#132b36 9.52%,#132930 14.29%,#0e242b 19.05%,#101f26 23.81%,#0e1d26 28.57%,#0d1d24 33.33%,#0c1a20 38.1%,#0b181f 42.86%,#0a161e 47.62%,#08171c 52.38%,#081418 57.14%,#0b131a 61.9%,#0a1319 66.67%,#0a1118 71.43%,#0a1016 76.19%,#080e16 80.95%,#070e14 85.71%,#060d11 90.48%,#060e11 95.24%,#050c0e 100%)}html[data-theme=light] .home-module__oe3DtG__page:after{opacity:0;background:linear-gradient(#2d5a6d 0%,#2a5666 4.76%,#275060 9.52%,#24485a 14.29%,#214253 19.05%,#1c3e4d 23.81%,#1a3a47 28.57%,#183240 33.33%,#16313c 38.1%,#142a35 42.86%,#122730 47.62%,#10232c 52.38%,#0f1e29 57.14%,#0c1d25 61.9%,#0b1b23 66.67%,#0a1a21 71.43%,#0a181e 76.19% 80.95%,#09161c 85.71%,#08141a 90.48%,#071017 95.24%,#060c10 100%);animation:11.2s ease-in-out infinite home-module__oe3DtG__mobileHomeGlowPulse}html[data-theme=dark] .home-module__oe3DtG__page:after{opacity:0;background:linear-gradient(#2d5a6d 0%,#2a5666 4.76%,#275060 9.52%,#24485a 14.29%,#214253 19.05%,#1c3e4d 23.81%,#1a3a47 28.57%,#183240 33.33%,#16313c 38.1%,#142a35 42.86%,#122730 47.62%,#10232c 52.38%,#0f1e29 57.14%,#0c1d25 61.9%,#0b1b23 66.67%,#0a1a21 71.43%,#0a181e 76.19% 80.95%,#09161c 85.71%,#08141a 90.48%,#071017 95.24%,#060c10 100%);animation:11.2s ease-in-out infinite home-module__oe3DtG__mobileHomeGlowPulse}}@media (max-width:640px) and (prefers-color-scheme:light),(max-width:640px) and (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__page{background:#050c0e;position:relative}html:not([data-theme]) .home-module__oe3DtG__page:before{content:"";z-index:0;pointer-events:none;height:216px;position:absolute;top:0;left:0;right:0}html:not([data-theme]) .home-module__oe3DtG__page:after{content:"";z-index:0;pointer-events:none;height:216px;position:absolute;top:0;left:0;right:0}html:not([data-theme]) .home-module__oe3DtG__page:before{background:linear-gradient(#18343e 0%,#172e3c 4.76%,#132b36 9.52%,#132930 14.29%,#0e242b 19.05%,#101f26 23.81%,#0e1d26 28.57%,#0d1d24 33.33%,#0c1a20 38.1%,#0b181f 42.86%,#0a161e 47.62%,#08171c 52.38%,#081418 57.14%,#0b131a 61.9%,#0a1319 66.67%,#0a1118 71.43%,#0a1016 76.19%,#080e16 80.95%,#070e14 85.71%,#060d11 90.48%,#060e11 95.24%,#050c0e 100%)}html:not([data-theme]) .home-module__oe3DtG__page:after{opacity:0;background:linear-gradient(#2d5a6d 0%,#2a5666 4.76%,#275060 9.52%,#24485a 14.29%,#214253 19.05%,#1c3e4d 23.81%,#1a3a47 28.57%,#183240 33.33%,#16313c 38.1%,#142a35 42.86%,#122730 47.62%,#10232c 52.38%,#0f1e29 57.14%,#0c1d25 61.9%,#0b1b23 66.67%,#0a1a21 71.43%,#0a181e 76.19% 80.95%,#09161c 85.71%,#08141a 90.48%,#071017 95.24%,#060c10 100%);animation:11.2s ease-in-out infinite home-module__oe3DtG__mobileHomeGlowPulse}}@keyframes home-module__oe3DtG__mobileHomeGlowPulse{0%,to{opacity:0}50%{opacity:1}}html[data-theme=light] .article-shell{background:var(--body-footer-bg)}@media (prefers-color-scheme:light){html:not([data-theme]) .article-shell{background:var(--body-footer-bg)}}.home-module__oe3DtG__siteFooter .site-footer{background:var(--body-footer-bg);--hdr-bg:var(--body-footer-bg);--hdr-border:var(--border);--hdr-text:var(--text-1);--hdr-muted:var(--text-3);--hdr-surface:var(--surface-2);--hdr-surface2:var(--surface-hover);--hdr-accent:var(--accent);--hdr-accent-dim:var(--accent-dim);border-top:none}.home-module__oe3DtG__siteFooter .footer-inner{max-width:none;padding-left:var(--page1-gutter,72px);padding-right:var(--page1-gutter,72px);margin:0}:is(.home-module__oe3DtG__siteFooter .footer-top,.home-module__oe3DtG__siteFooter .footer-bottom){padding-left:40px;padding-right:40px}.home-module__oe3DtG__siteFooter .footer-lang{display:none}.home-module__oe3DtG__siteFooter .footer-brand>h2{font-size:clamp(1.2rem,1.84vw,1.64rem)}.home-module__oe3DtG__siteFooter .footer-wordmark{align-items:flex-start;line-height:1}.home-module__oe3DtG__siteFooter .footer-preferred{border-top:none}.home-module__oe3DtG__siteFooter .footer-links{grid-template-columns:minmax(112px,1fr) minmax(112px,1fr) max-content}.home-module__oe3DtG__siteFooter .footer-column h2{font-size:.68rem}.home-module__oe3DtG__siteFooter .footer-column a{font-size:.84rem}.home-module__oe3DtG__siteFooter .footer-social:hover{transform:none}html[data-theme=light] .home-module__oe3DtG__siteFooter .footer-social{background:#6d4aff1a;border-color:#0000}html[data-theme=light] .home-module__oe3DtG__siteFooter .footer-social:hover{color:#fff;background:#4a2dc5b3;border-color:#0000}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__siteFooter .footer-social{background:#6d4aff1a;border-color:#0000}html:not([data-theme]) .home-module__oe3DtG__siteFooter .footer-social:hover{color:#fff;background:#4a2dc5b3;border-color:#0000}}html[data-theme=dark] .home-module__oe3DtG__siteFooter .footer-social{background:#ffffff0f}html[data-theme=dark] .home-module__oe3DtG__siteFooter .footer-social:hover{background:#ffffff1f}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__siteFooter .footer-social{background:#ffffff0f}html:not([data-theme]) .home-module__oe3DtG__siteFooter .footer-social:hover{background:#ffffff1f}}.home-module__oe3DtG__siteFooter .site-footer:before{left:var(--page1-gutter,72px);width:calc(100% - 2 * var(--page1-gutter,72px));background:linear-gradient(to right, var(--body-footer-bg) 0%, var(--accent) 50%, var(--body-footer-bg) 100%);height:2px;transform:none}.home-module__oe3DtG__siteFooter .footer-bottom{border-top:1px solid #0000;border-image:linear-gradient(to right, var(--body-footer-bg) 0%, var(--border) 50%, var(--body-footer-bg) 100%) 1}html[data-theme=light] .home-module__oe3DtG__siteFooter .site-footer:before{background:#0000002e}html[data-theme=light] .home-module__oe3DtG__siteFooter .footer-bottom{border-top-color:#0000002e;border-image:}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__siteFooter .site-footer:before{background:#0000002e}html:not([data-theme]) .home-module__oe3DtG__siteFooter .footer-bottom{border-top-color:#0000002e;border-image:}}html[data-theme=dark] .home-module__oe3DtG__siteFooter .site-footer:before{background:#ffffff2e}html[data-theme=dark] .home-module__oe3DtG__siteFooter .footer-bottom{border-top-color:#ffffff2e;border-image:}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__siteFooter .site-footer:before{background:#ffffff2e}html:not([data-theme]) .home-module__oe3DtG__siteFooter .footer-bottom{border-top-color:#ffffff2e;border-image:}}.home-module__oe3DtG__navbar{--header-bg:var(--body-footer-bg);--hdr-bg:var(--header-bg);--hdr-border:var(--border);--hdr-text:var(--text-1);--hdr-muted:var(--text-3);--hdr-surface:var(--surface-2);--hdr-surface2:var(--surface-hover);--hdr-accent:var(--accent);--hdr-accent-dim:var(--accent-dim);z-index:50;padding:18px var(--page1-gutter);background:var(--header-bg);border-bottom:1px solid #0000;justify-content:space-between;align-items:center;gap:24px;transition:background-color .25s,border-color .25s;display:flex;position:sticky;top:0}html[data-theme=dark] .home-module__oe3DtG__navbar{--header-bg:var(--bg)}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__navbar{--header-bg:var(--bg)}}html[data-theme=light] .home-module__oe3DtG__navbar{background:0 0}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__navbar{background:0 0}}.home-module__oe3DtG__navbarScrolled{background:color-mix(in srgb, var(--header-bg) 72%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--border)}html[data-theme=dark] .home-module__oe3DtG__navbarScrolled{background:#0a0a0cb8;border-bottom-color:#ffffff0f}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__navbarScrolled{background:#0a0a0cb8;border-bottom-color:#ffffff0f}}html[data-theme=light] .home-module__oe3DtG__navbarScrolled{--header-bg:#fff;background:color-mix(in srgb, var(--header-bg) 50%, transparent)}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__navbarScrolled{--header-bg:#fff;background:color-mix(in srgb, var(--header-bg) 50%, transparent)}}.home-module__oe3DtG__navbar .brand-title{font-size:1.39rem}.home-module__oe3DtG__navbarLinks{align-items:center;gap:30px;margin-left:40px;display:flex}.home-module__oe3DtG__navLink{color:var(--text-2);white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;margin:0;padding:0;font-size:15px;text-decoration:none;display:inline-flex;position:relative}.home-module__oe3DtG__navLink:hover{color:var(--text-1)}.home-module__oe3DtG__navBackLink{flex-shrink:0;justify-content:center;align-self:stretch;width:53px}html[data-theme=light] .home-module__oe3DtG__navLink{line-height:1}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__navLink{line-height:1}}@media (max-width:640px){html[data-theme=light] .home-module__oe3DtG__navLink{line-height:inherit}}@media (max-width:640px) and (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__navLink{line-height:inherit}}html[data-theme=light] .home-module__oe3DtG__navLink:not(.home-module__oe3DtG__navLinkActive):before{content:"";z-index:-1;background:0 0;border:1px solid #0000;border-radius:9999px;transition:background-color .15s,border-color .15s;position:absolute;inset:-8px -13.65px}html[data-theme=light] .home-module__oe3DtG__navLink:not(.home-module__oe3DtG__navLinkActive):hover:before{background:#6d4aff1a;border-color:#0000}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__navLink:not(.home-module__oe3DtG__navLinkActive):before{content:"";z-index:-1;background:0 0;border:1px solid #0000;border-radius:9999px;transition:background-color .15s,border-color .15s;position:absolute;inset:-8px -13.65px}html:not([data-theme]) .home-module__oe3DtG__navLink:not(.home-module__oe3DtG__navLinkActive):hover:before{background:#6d4aff1a;border-color:#0000}}.home-module__oe3DtG__navLinkActive{z-index:0;color:var(--text-1);position:relative}html[data-theme=light] .home-module__oe3DtG__navLinkActive{color:#fff;-webkit-text-stroke:.4px currentColor}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__navLinkActive{color:#fff;-webkit-text-stroke:.4px currentColor}}.home-module__oe3DtG__navbarRight{flex-shrink:0;align-items:center;gap:14px;display:flex}.home-module__oe3DtG__navbarRight .icon-btn{color:#d04f2d}html[data-theme=dark] .home-module__oe3DtG__navbarRight .icon-btn{color:#29c2f0}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__navbarRight .icon-btn{color:#29c2f0}}html[data-theme=light] .home-module__oe3DtG__navbarRight .icon-btn{color:#372580}html[data-theme=light] .home-module__oe3DtG__navbarRight .icon-btn:hover{background:#6d4aff1a;border-color:#0000}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__navbarRight .icon-btn{color:#372580}html:not([data-theme]) .home-module__oe3DtG__navbarRight .icon-btn:hover{background:#6d4aff1a;border-color:#0000}}.home-module__oe3DtG__navbarRight .icon-btn svg{width:22px;height:22px}.home-module__oe3DtG__navbarRight .icon-btn svg:has(path:only-child){transform:translate(-1px,1px)}@property --page1-ring-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes home-module__oe3DtG__page1RingShimmer{to{--page1-ring-angle:360deg}}.home-module__oe3DtG__navLinkActive:before{content:"";z-index:-1;background:conic-gradient(from var(--page1-ring-angle), transparent 0deg, #06aed4 20deg, #67e3f9 40deg, #a4a7b3 60deg, #67e3f9 80deg, transparent 100deg, transparent 360deg);-webkit-mask-composite:xor;border-radius:9999px;padding:2px;animation:2s linear infinite home-module__oe3DtG__page1RingShimmer;position:absolute;inset:-7px -16px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}html[data-theme=light] .home-module__oe3DtG__navLinkActive:before{background:#6d4affb3;border:1px solid #0000;animation:none;inset:-8px -13.65px;-webkit-mask:none;mask:none}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__navLinkActive:before{background:#6d4affb3;border:1px solid #0000;animation:none;inset:-8px -13.65px;-webkit-mask:none;mask:none}}html[data-theme=light] .home-module__oe3DtG__navLinkActive:hover:before{background:#4a2dc5b3;border-color:#0000}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__navLinkActive:hover:before{background:#4a2dc5b3;border-color:#0000}}.home-module__oe3DtG__navbarRight .lang-trigger{border:1px solid var(--border);background:var(--surface-2);min-width:0;height:30px;color:var(--text-1);letter-spacing:.5px;border-radius:9999px;align-items:center;gap:8px;padding:0 14px;font-size:15px;font-weight:500;display:inline-flex}.home-module__oe3DtG__navbarRight .lang-trigger:hover{background:var(--surface-hover);border-color:var(--border-hover);color:var(--text-1)}html[data-theme=light] .home-module__oe3DtG__navbarRight .lang-trigger{color:#fff;background:#6d4affb3;border-color:#0000;font-weight:600}html[data-theme=light] .home-module__oe3DtG__navbarRight .lang-trigger:hover{color:#fff;background:#4a2dc5b3;border-color:#0000}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__navbarRight .lang-trigger{color:#fff;background:#6d4affb3;border-color:#0000;font-weight:600}html:not([data-theme]) .home-module__oe3DtG__navbarRight .lang-trigger:hover{color:#fff;background:#4a2dc5b3;border-color:#0000}}@keyframes home-module__oe3DtG__page1DotPulse{0%,to{box-shadow:0 0 #2ce9}50%{box-shadow:0 0 0 4px #2ce0}}.home-module__oe3DtG__ctaButton{background:var(--surface-2);border:1px solid var(--border);height:30px;color:var(--text-2);white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-family:inherit;font-size:15px;font-weight:400;text-decoration:none;display:inline-flex}.home-module__oe3DtG__ctaButton .home-module__oe3DtG__badgeDot{box-shadow:none;background:#2ce;animation:1.6s ease-in-out infinite home-module__oe3DtG__page1DotPulse}.home-module__oe3DtG__ctaButton:hover{background:var(--surface-hover);border-color:var(--border-hover);color:var(--text-1)}html[data-theme=light] .home-module__oe3DtG__ctaButton{color:#fff;background:#6d4affb3;border-color:#0000;font-weight:600}html[data-theme=light] .home-module__oe3DtG__ctaButton:hover{color:#fff;background:#4a2dc5b3;border-color:#0000}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__ctaButton{color:#fff;background:#6d4affb3;border-color:#0000;font-weight:600}html:not([data-theme]) .home-module__oe3DtG__ctaButton:hover{color:#fff;background:#4a2dc5b3;border-color:#0000}}html[data-theme=dark] .home-module__oe3DtG__ctaButton{background:#ffffff0f;border-color:#ffffff1f}html[data-theme=dark] .home-module__oe3DtG__navbarRight .lang-trigger{background:#ffffff0f;border-color:#ffffff1f}html[data-theme=dark] .home-module__oe3DtG__ctaButton:hover{background:#ffffff1f;border-color:#fff3}html[data-theme=dark] .home-module__oe3DtG__navbarRight .lang-trigger:hover{background:#ffffff1f;border-color:#fff3}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__ctaButton{background:#ffffff0f;border-color:#ffffff1f}html:not([data-theme]) .home-module__oe3DtG__navbarRight .lang-trigger{background:#ffffff0f;border-color:#ffffff1f}html:not([data-theme]) .home-module__oe3DtG__ctaButton:hover{background:#ffffff1f;border-color:#fff3}html:not([data-theme]) .home-module__oe3DtG__navbarRight .lang-trigger:hover{background:#ffffff1f;border-color:#fff3}}.home-module__oe3DtG__mobileMenu{display:none;position:relative}.home-module__oe3DtG__mobileMenuBtn{background:var(--surface-2);border:1px solid var(--border);width:34px;height:34px;color:var(--text-2);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex}.home-module__oe3DtG__mobileMenuPanel{background:color-mix(in srgb, var(--surface) 50%, transparent);-webkit-backdrop-filter:blur(22px)saturate(1.6);backdrop-filter:blur(22px)saturate(1.6);z-index:1004;transform-origin:100% 0;border:1px solid #ffffff29;border-radius:14px;min-width:184px;padding:9px;animation:.42s ease-out home-module__oe3DtG__mobileMenuPanelOpen;position:fixed;box-shadow:0 12px 32px #00000073,inset 0 1px #ffffff38,inset 0 -1px #ffffff0f}@keyframes home-module__oe3DtG__mobileMenuPanelOpen{0%{opacity:0;filter:blur(14px);border-radius:50%;transform:scale(.3)}45%{opacity:1;filter:blur(2px);border-radius:20px}65%{filter:blur();border-radius:15px;transform:scale(1.06)}82%{transform:scale(.97)}to{opacity:1;filter:blur();border-radius:14px;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.home-module__oe3DtG__mobileMenuPanel{animation:none}}.home-module__oe3DtG__mobileMenuTheme{border-top:1px solid var(--line,#7f7f7f40);justify-content:space-between;align-items:center;gap:12px;margin-top:6px;padding:8px 10px;font-size:.9rem;font-weight:700;display:flex}.home-module__oe3DtG__mobileMenuSignIn{-webkit-backdrop-filter:blur(12px)saturate(160%);backdrop-filter:blur(12px)saturate(160%);color:#fff;cursor:pointer;background:linear-gradient(#ffffff2e 0%,#ffffff0a 55%,#ffffff1f 100%);border:1px solid #b8f1ff47;border-radius:10px;align-items:center;gap:8px;width:100%;height:44px;padding:0 12px;font-family:inherit;font-size:15px;display:flex;box-shadow:inset 0 1px #ffffff61,inset 0 -1px #ffffff29}.home-module__oe3DtG__mobileMenuSignIn:hover{color:#fff;background:linear-gradient(#ffffff42 0%,#ffffff14 55%,#ffffff2e 100%);border-color:#b8f1ff66}.home-module__oe3DtG__mobileMenuSignIn .home-module__oe3DtG__badgeDot{box-shadow:none;background:#2ce;animation:1.6s ease-in-out infinite home-module__oe3DtG__page1DotPulse}.home-module__oe3DtG__mobileMenuSignIn+.home-module__oe3DtG__mobileMenuSignIn{margin-top:8px}.home-module__oe3DtG__mobileMenuDivider{background:var(--border);height:1px;margin:16px 2px}.home-module__oe3DtG__mobileMenuLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);padding:0 2px 6px;font-size:11px;font-weight:600}.home-module__oe3DtG__mobileMenuPanel .lang-list{flex-direction:column;gap:2px;display:flex}.home-module__oe3DtG__mobileMenuPanel .lang-list button{width:100%;height:39px;color:var(--text-2);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:0 10px;font-family:inherit;font-size:14px;display:flex}.home-module__oe3DtG__mobileMenuPanel .lang-list button:hover{background:var(--surface-hover);color:var(--text-1)}.home-module__oe3DtG__mobileMenuPanel .lang-list button svg{opacity:0;flex:none;width:15px;height:15px}.home-module__oe3DtG__mobileMenuPanel .lang-list button.is-active{-webkit-backdrop-filter:blur(12px)saturate(160%);backdrop-filter:blur(12px)saturate(160%);color:#fff;background:linear-gradient(#ffffff2e 0%,#ffffff0a 55%,#ffffff1f 100%);border:1px solid #b8f1ff47;box-shadow:inset 0 1px #ffffff61,inset 0 -1px #ffffff29}.home-module__oe3DtG__mobileMenuPanel .lang-list button.is-active svg{opacity:1;color:#2ce}.home-module__oe3DtG__navbar .reg-form{padding-top:34px;padding-bottom:34px}.home-module__oe3DtG__navbar .reg-panel{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#121215a6}.home-module__oe3DtG__navbar .register-dialog{box-shadow:0 25px 50px -12px #00000040,0 0 140px 50px #29c2f02e}.home-module__oe3DtG__navbar .field input{background:#16272e}.home-module__oe3DtG__navbar .field input:-webkit-autofill{-webkit-text-fill-color:#fff;transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #16272e}.home-module__oe3DtG__navbar .field input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #16272e}.home-module__oe3DtG__navbar .field input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #16272e}.home-module__oe3DtG__navbar .reg-submit{background:#136881d9}.home-module__oe3DtG__navbar .reg-submit:focus-visible{outline-color:#6fb9cf}@media (max-width:860px){.home-module__oe3DtG__navbarLinks{display:none}}@media (max-width:640px){html body{overflow-x:clip}.home-module__oe3DtG__navbar{gap:8px;padding:20px 20px 20px 6px}.home-module__oe3DtG__navbar .brand{display:none}.home-module__oe3DtG__navbarLinks.home-module__oe3DtG__navbarLinks{scrollbar-width:none;flex:auto;justify-content:safe center;gap:10px;min-width:0;margin-left:0;display:flex;overflow-x:auto}.home-module__oe3DtG__navbarLinks.home-module__oe3DtG__navbarLinks::-webkit-scrollbar{display:none}:is(.home-module__oe3DtG__navbarRight .icon-btn,.home-module__oe3DtG__navbarRight .lang-switch){display:none}.home-module__oe3DtG__navLink{background:0 0;border-radius:999px;padding:7px 14px;font-size:15px;transition:background-color .14s,color .14s}.home-module__oe3DtG__navLinkActive,.home-module__oe3DtG__navLinkActive:hover{background:var(--text-1);color:var(--bg)}.home-module__oe3DtG__navLinkActive:before{content:none}html[data-theme=light] .home-module__oe3DtG__navLink:not(.home-module__oe3DtG__navLinkActive):before{content:none}.home-module__oe3DtG__ctaButton{display:none}.home-module__oe3DtG__mobileMenu{display:block}.home-module__oe3DtG__navbarOverlay{transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;left:0;right:0;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border-bottom-color:#0000!important}.home-module__oe3DtG__navbarOverlay.home-module__oe3DtG__navbarScrolled:not(.home-module__oe3DtG__navbarOverCard){-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;background:#0000006b!important;border-bottom-color:#0000!important}.home-module__oe3DtG__navbarOverlay.home-module__oe3DtG__navbarOverCard{padding-bottom:80px;-webkit-mask-image:linear-gradient(#000 0% 55%,#0000 100%);mask-image:linear-gradient(#000 0% 55%,#0000 100%);-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;background:#0000006b!important;border-bottom-color:#0000!important}.home-module__oe3DtG__navbarOverlay .home-module__oe3DtG__navLink{color:#fff}.home-module__oe3DtG__navbarOverlay .home-module__oe3DtG__navLinkActive,.home-module__oe3DtG__navbarOverlay .home-module__oe3DtG__navLinkActive:hover{-webkit-backdrop-filter:blur(12px)saturate(160%);backdrop-filter:blur(12px)saturate(160%);color:#fff;background:linear-gradient(#ffffff2e 0%,#ffffff0a 55%,#ffffff1f 100%);border:1px solid #b8f1ff47;box-shadow:inset 0 1px #ffffff61,inset 0 -1px #ffffff29}.home-module__oe3DtG__navbarOverlay .home-module__oe3DtG__mobileMenuBtn{color:#fff;background:0 0;border-color:#0000}.lang-panel button{-webkit-tap-highlight-color:transparent;box-shadow:none!important;appearance:none!important;outline:none!important}.lang-panel button:hover{-webkit-tap-highlight-color:transparent;box-shadow:none!important;appearance:none!important;outline:none!important}.lang-panel button:focus{-webkit-tap-highlight-color:transparent;box-shadow:none!important;appearance:none!important;outline:none!important}.lang-panel button:focus-visible{-webkit-tap-highlight-color:transparent;box-shadow:none!important;appearance:none!important;outline:none!important}.lang-panel button:active{-webkit-tap-highlight-color:transparent;box-shadow:none!important;appearance:none!important;outline:none!important}html[data-theme=light] .lang-panel button svg{color:#f009}html[data-theme=light] .home-module__oe3DtG__mobileMenuPanel .lang-list button.is-active svg{color:#f009}html[data-theme=light] .home-module__oe3DtG__mobileMenuSignIn .home-module__oe3DtG__badgeDot{background:#f009}}@media (max-width:640px) and (prefers-color-scheme:light){html:not([data-theme]) .lang-panel button svg{color:#f009}html:not([data-theme]) .home-module__oe3DtG__mobileMenuPanel .lang-list button.is-active svg{color:#f009}html:not([data-theme]) .home-module__oe3DtG__mobileMenuSignIn .home-module__oe3DtG__badgeDot{background:#f009}html:not([data-theme]) .home-module__oe3DtG__navLink:not(.home-module__oe3DtG__navLinkActive):before{content:none}}.home-module__oe3DtG__topStories{padding:48px var(--page1-gutter) 0}.home-module__oe3DtG__topStories .home-intro{margin-bottom:16px;padding-bottom:20px}:is(html[data-theme=light] .home-module__oe3DtG__topStories .home-intro,html[data-theme=light] .home-module__oe3DtG__sectionBlock .home-intro){border-bottom-color:#0000002e}@media (prefers-color-scheme:light){:is(html:not([data-theme]) .home-module__oe3DtG__topStories .home-intro,html:not([data-theme]) .home-module__oe3DtG__sectionBlock .home-intro){border-bottom-color:#0000002e}}.home-module__oe3DtG__topStories .home-eyebrow{font-size:.8rem}html[data-theme=light] .home-module__oe3DtG__topStories .home-eyebrow{color:#372580;font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:600;line-height:1.12}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__topStories .home-eyebrow{color:#372580;font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:600;line-height:1.12}}.home-module__oe3DtG__topStories .home-intro-title{font-size:1rem;font-style:italic;font-weight:500}.home-module__oe3DtG__topGradientPanel{padding:0 var(--page1-gutter);background:linear-gradient(to bottom, color-mix(in srgb, var(--body-footer-bg) 35%, transparent) 0%, transparent 10%, transparent 35%, var(--body-footer-bg) 56%, var(--body-footer-bg) 100%), linear-gradient(295deg, #def9ea 0%, #ddf7ec 10%, #daebfd 28%, #e1e6fa 67%, #f5e4f4 89%, #fdefe6 100%);border-radius:20px;margin-top:-75px;padding-top:75px;display:flow-root}html[data-theme=dark] .home-module__oe3DtG__topGradientPanel{background:0 0}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__topGradientPanel{background:0 0}}.home-module__oe3DtG__topGradientPanel .home-module__oe3DtG__hero{margin-left:0;margin-right:0}.home-module__oe3DtG__topGradientPanel .home-module__oe3DtG__topStories{padding-left:0;padding-right:0}.home-module__oe3DtG__hero{margin:20px var(--page1-gutter) 0;--surface:#17181c;--border:#303239;--text-1:#f5f3ed;--text-2:#c9c6bd;background:radial-gradient(circle,#0000 0%,#00000059 55%,#000000d9 85%,#000 100%),linear-gradient(170deg,#090f14 0%,#183442d9 28%,#409cbe8c 50%,#183442d9 72%,#090f14 100%),#08090b;border:1px solid #0000;border-radius:28px;min-height:640px;position:relative;overflow:hidden}.home-module__oe3DtG__heroSlides{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-inline:contain;cursor:grab;-webkit-user-select:none;user-select:none;display:flex;position:absolute;inset:0;overflow:auto hidden}.home-module__oe3DtG__heroSlides::-webkit-scrollbar{display:none}.home-module__oe3DtG__heroSlides.home-module__oe3DtG__isDragging{cursor:grabbing;scroll-snap-type:none}.home-module__oe3DtG__heroSlide{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 100%;align-items:center;width:100%;height:100%;display:flex;position:relative}.home-module__oe3DtG__heroContent{z-index:2;max-width:620px;padding:64px 72px;position:relative}@keyframes home-module__oe3DtG__heroArticleFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.home-module__oe3DtG__heroArticle{animation:.35s home-module__oe3DtG__heroArticleFadeIn}.home-module__oe3DtG__heroIntro{z-index:2;position:absolute;top:64px;left:72px}.home-module__oe3DtG__heroIntro .home-eyebrow{color:#29c2f0;font-size:.7rem}.home-module__oe3DtG__heroIntro .home-intro-title{color:var(--text-2);font-size:1rem}.home-module__oe3DtG__badge{letter-spacing:.09em;text-transform:uppercase;color:#e5e7eb;opacity:.9;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 14px;font-size:11px;font-weight:600;display:inline-flex}.home-module__oe3DtG__badgeDot{background:#29c2f0;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #29c2f0cc}.home-module__oe3DtG__heroA11yTitle{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-module__oe3DtG__heroTitle{letter-spacing:-.02em;margin:0;font-size:clamp(38px,6vw,70px);font-weight:800;line-height:1.06}.home-module__oe3DtG__heroTitleLine{color:var(--text-1);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home-module__oe3DtG__heroSubtitle{color:var(--text-2);-webkit-line-clamp:4;-webkit-box-orient:vertical;max-width:440px;margin:28px 0 0;font-size:18px;line-height:1.6;display:-webkit-box;overflow:hidden}.home-module__oe3DtG__heroImage{flex:1;align-self:stretch;min-width:0;animation:.35s home-module__oe3DtG__heroArticleFadeIn;position:relative;overflow:hidden}.home-module__oe3DtG__heroImageImg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}@media (max-width:960px){.home-module__oe3DtG__heroImage{display:none}}@media (max-width:640px){.home-module__oe3DtG__hero{min-height:560px;margin:10px 14px 0}.home-module__oe3DtG__heroContent{padding:40px 28px}}.home-module__oe3DtG__topStoriesCarousel{width:100%;margin-top:0;padding:0 0 8px;position:relative;overflow:hidden}.home-module__oe3DtG__carouselArrow{z-index:20;color:#e5e7eb;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.home-module__oe3DtG__carouselArrow:hover{color:#fff;background:#ffffff1f;border-color:#fff3}html[data-theme=light] .home-module__oe3DtG__carouselArrow{background:#f5de9629}html[data-theme=light] .home-module__oe3DtG__carouselArrow:hover{background:#f5de963d}html[data-theme=light] .home-module__oe3DtG__carouselArrow:not(.home-module__oe3DtG__heroArrow){opacity:.85}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__carouselArrow{background:#f5de9629}html:not([data-theme]) .home-module__oe3DtG__carouselArrow:hover{background:#f5de963d}html:not([data-theme]) .home-module__oe3DtG__carouselArrow:not(.home-module__oe3DtG__heroArrow){opacity:.85}}.home-module__oe3DtG__heroArrow{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;transition:opacity .15s}.home-module__oe3DtG__heroArrow.home-module__oe3DtG__carouselArrowPrev{left:12px}.home-module__oe3DtG__heroArrow.home-module__oe3DtG__carouselArrowNext{right:12px}.home-module__oe3DtG__carouselArrowPrev{left:32px}.home-module__oe3DtG__carouselArrowNext{right:32px}.home-module__oe3DtG__cards{height:calc(var(--card-center-w) / 1.32);padding-inline:calc((100% - var(--card-center-w)) / 2);-webkit-overflow-scrolling:touch;cursor:grab;overscroll-behavior-inline:contain;scrollbar-width:none;scroll-snap-type:x mandatory;touch-action:pan-x;-webkit-user-select:none;user-select:none;align-items:center;gap:clamp(14px,1.6vw,24px);display:flex;overflow:auto hidden}.home-module__oe3DtG__cards::-webkit-scrollbar{display:none}.home-module__oe3DtG__cards.home-module__oe3DtG__isDragging{cursor:grabbing;scroll-snap-type:none}.home-module__oe3DtG__card{cursor:pointer;scroll-snap-align:center;scroll-snap-stop:always;background:#1c1c20;border-radius:20px;transition:all .12s ease-out;position:relative;overflow:hidden}.home-module__oe3DtG__cardCenter{z-index:2;flex:0 0 var(--card-center-w);width:var(--card-center-w);aspect-ratio:1.32;opacity:1;filter:none;transform:scale(1)}.home-module__oe3DtG__cardNeighbor,.home-module__oe3DtG__cardFar,.home-module__oe3DtG__cardUniform{flex:0 0 var(--card-side-w);width:var(--card-side-w);aspect-ratio:1.42;transform:scale(.95)}.home-module__oe3DtG__cardNeighbor{opacity:.6;filter:brightness(.55)}.home-module__oe3DtG__cardFar{opacity:.3;filter:brightness(.55)}.home-module__oe3DtG__cardUniform{opacity:1;filter:none}.home-module__oe3DtG__cardImage{object-fit:cover;width:100%;height:100%;display:block}.home-module__oe3DtG__cardOverlay{background:linear-gradient(#0000 45%,#000c 100%);position:absolute;inset:0}.home-module__oe3DtG__cardTextBlock{flex-direction:column;gap:8px;display:flex;position:absolute;bottom:26px;left:16px;right:16px}.home-module__oe3DtG__cardTextBlockWithBand{bottom:180px}.home-module__oe3DtG__cardTitle{font-family:var(--font-editorial), Georgia, "Times New Roman", serif;letter-spacing:-.025em;color:#fff;text-shadow:0 2px 4px #000000e6,0 4px 16px #0000008c;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.08rem;font-weight:600;line-height:1.28;display:-webkit-box;overflow:hidden}.home-module__oe3DtG__cardExcerpt{color:#ffffffbf;text-shadow:0 2px 4px #000000e6,0 4px 16px #0000008c;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.42;display:-webkit-box;overflow:hidden}.home-module__oe3DtG__topStoriesCarouselWide .home-module__oe3DtG__cards{height:calc(var(--wide-card-w) / var(--wide-card-aspect));gap:var(--wide-card-gap,24px);padding-inline:0}.home-module__oe3DtG__cardWide{flex:0 0 var(--wide-card-w);width:var(--wide-card-w);aspect-ratio:var(--wide-card-aspect);scroll-snap-align:center;scroll-snap-stop:always;background:#fff;border:1px solid #0000;align-items:stretch;display:flex;position:relative}html[data-theme=dark] .home-module__oe3DtG__cardWide{background:var(--surface-2);border-color:var(--border)}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__cardWide{background:var(--surface-2);border-color:var(--border)}}.home-module__oe3DtG__cardWideImage{background:#fff;flex:0 0 50%;min-width:0;position:relative;overflow:hidden}html[data-theme=dark] .home-module__oe3DtG__cardWideImage{background:var(--surface-2)}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__cardWideImage{background:var(--surface-2)}}.home-module__oe3DtG__cardWideImageImg{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.home-module__oe3DtG__cardWideBody{flex-direction:column;flex:0 0 50%;justify-content:center;gap:8px;min-width:0;padding:18px 20px;display:flex}.home-module__oe3DtG__cardWideBadge{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700}html[data-theme=light] .home-module__oe3DtG__cardWideBadge{color:#372580}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__cardWideBadge{color:#372580}}.home-module__oe3DtG__cardWideTitle{font-family:var(--font-editorial), Georgia, "Times New Roman", serif;letter-spacing:-.02em;color:var(--text-1);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.02rem;font-weight:600;line-height:1.26;display:-webkit-box;overflow:hidden}.home-module__oe3DtG__cardWideExcerpt{color:var(--text-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;line-height:1.45;display:-webkit-box;overflow:hidden}.home-module__oe3DtG__sectionBlock{padding:0 var(--page1-gutter) 0;padding-top:52px}.home-module__oe3DtG__sectionBlock+.home-module__oe3DtG__sectionBlock{margin-top:calc(52px + clamp(408px,20.4vw,646px)/-2.64 + clamp(221px,19.55vw,365.5px)/2.98947);padding-top:0}.home-module__oe3DtG__sectionBlock+.home-module__oe3DtG__whyNewsoras{padding-top:0}.home-module__oe3DtG__sectionBlock .home-intro{padding-bottom:10px}.home-module__oe3DtG__sectionBlock .home-eyebrow{font-size:.8rem}html[data-theme=light] .home-module__oe3DtG__sectionBlock .home-eyebrow{color:#372580;font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:600;line-height:1.12}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__sectionBlock .home-eyebrow{color:#372580;font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:600;line-height:1.12}}.home-module__oe3DtG__sectionBlock .home-intro-title{font-size:1rem;font-style:italic;font-weight:500}.home-module__oe3DtG__whyNewsoras{padding:0 var(--page1-gutter) 80px;background:radial-gradient(circle at -5%,#06aed429 0%,#06aed414 20%,#06aed400 55%)}.home-module__oe3DtG__whyNewsoras .benefits-carousel{border-top:none;margin-top:0;padding-top:8px}.home-module__oe3DtG__whyNewsoras .benefits-stage{box-shadow:none;padding-block:0;background:0 0;border:none;border-top:1px solid #ffffff12;border-radius:0;padding-top:18px}.home-module__oe3DtG__whyNewsoras .benefit-card{width:190px}.home-module__oe3DtG__whyNewsoras .benefit-card-face{border:none;height:260px}.home-module__oe3DtG__whyNewsoras .benefit-card:hover .benefit-card-face{border-color:#0000}.home-module__oe3DtG__whyNewsoras .benefit-card-copy{padding:14px 14px 24px}.home-module__oe3DtG__whyNewsoras .benefit-card-title{font-size:1rem}.home-module__oe3DtG__whyNewsoras .benefit-card-text{margin-top:10px;font-size:.78rem}.home-module__oe3DtG__whyNewsoras .home-eyebrow{color:#29c2f0;font-size:.8rem}.home-module__oe3DtG__whyNewsoras .benefits-title{color:#f1f5f9;letter-spacing:-.01em;font-size:1.1rem;font-style:normal;font-weight:600;line-height:1.3}.home-module__oe3DtG__whyNewsoras .benefits-body{color:#64748b}.home-module__oe3DtG__cardExpandBtn{z-index:3;color:#e5e7eb;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:10px;right:10px}.home-module__oe3DtG__cardExpandBtn:hover{color:#fff;background:#ffffff1f;border-color:#fff3}html[data-theme=light] .home-module__oe3DtG__cardExpandBtn{background:#f5de9629}html[data-theme=light] .home-module__oe3DtG__cardExpandBtn:hover{background:#f5de963d}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__cardExpandBtn{background:#f5de9629}html:not([data-theme]) .home-module__oe3DtG__cardExpandBtn:hover{background:#f5de963d}}.home-module__oe3DtG__cardWide .home-module__oe3DtG__cardExpandBtn{opacity:0;transition:opacity .15s}.home-module__oe3DtG__cardWide:hover .home-module__oe3DtG__cardExpandBtn,.home-module__oe3DtG__cardWide .home-module__oe3DtG__cardExpandBtn:focus-visible{opacity:1}html[data-theme=dark] .home-module__oe3DtG__cardWide .home-module__oe3DtG__cardExpandBtn{opacity:1}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__cardWide .home-module__oe3DtG__cardExpandBtn{opacity:1}}:is(html[data-theme=light] .home-module__oe3DtG__cardWide:hover .home-module__oe3DtG__cardExpandBtn,html[data-theme=light] .home-module__oe3DtG__cardWide .home-module__oe3DtG__cardExpandBtn:focus-visible){opacity:.85}@media (prefers-color-scheme:light){:is(html:not([data-theme]) .home-module__oe3DtG__cardWide:hover .home-module__oe3DtG__cardExpandBtn,html:not([data-theme]) .home-module__oe3DtG__cardWide .home-module__oe3DtG__cardExpandBtn:focus-visible){opacity:.85}}.home-module__oe3DtG__heroExpandBtn{background:var(--hero-expand-bg,#f5de9629);border-color:var(--hero-expand-border,#ffffff1f);color:var(--hero-expand-color,#e5e7eb);opacity:0;transition:opacity .15s;right:calc(100% - 610px)}.home-module__oe3DtG__heroExpandBtn:hover{background:var(--hero-expand-bg-hover,#f5de963d);border-color:var(--hero-expand-border-hover,#fff3);color:var(--hero-expand-color-hover,#fff)}html[data-theme=dark] .home-module__oe3DtG__heroExpandBtn{background:#ffffff0f}html[data-theme=dark] .home-module__oe3DtG__heroExpandBtn:hover{background:#ffffff1f}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__heroExpandBtn{background:#ffffff0f}html:not([data-theme]) .home-module__oe3DtG__heroExpandBtn:hover{background:#ffffff1f}}.home-module__oe3DtG__hero:hover .home-module__oe3DtG__heroExpandBtn,.home-module__oe3DtG__hero:hover .home-module__oe3DtG__heroArrow,.home-module__oe3DtG__heroExpandBtn:focus-visible,.home-module__oe3DtG__heroArrow:focus-visible{opacity:1}html[data-theme=light] .home-module__oe3DtG__heroExpandBtn{background:#ffffff0f}html[data-theme=light] .home-module__oe3DtG__heroExpandBtn:hover{background:#ffffff1f}html[data-theme=light] .home-module__oe3DtG__carouselArrow.home-module__oe3DtG__heroArrow{background:#ffffff0f}html[data-theme=light] .home-module__oe3DtG__carouselArrow.home-module__oe3DtG__heroArrow:hover{background:#ffffff1f}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__heroExpandBtn{background:#ffffff0f}html:not([data-theme]) .home-module__oe3DtG__heroExpandBtn:hover{background:#ffffff1f}html:not([data-theme]) .home-module__oe3DtG__carouselArrow.home-module__oe3DtG__heroArrow{background:#ffffff0f}html:not([data-theme]) .home-module__oe3DtG__carouselArrow.home-module__oe3DtG__heroArrow:hover{background:#ffffff1f}}@media (max-width:960px){.home-module__oe3DtG__heroExpandBtn{right:10px}}.home-module__oe3DtG__articleModal{z-index:1001;background:var(--surface);width:min(912px,100vw - 48px);max-height:min(88vh,900px);color:var(--text-1);contain:layout;border:none;border-radius:20px;flex-direction:column;margin:auto;padding:0;display:flex;position:fixed;inset:0;overflow:hidden}.home-module__oe3DtG__articleModalBackdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#060709b8;position:fixed;inset:0}.home-module__oe3DtG__articleModal .article-shell{background:var(--surface);max-width:none}html[data-theme=light] .home-module__oe3DtG__articleModal .article-shell{background:var(--surface)}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__articleModal .article-shell{background:var(--surface)}}.home-module__oe3DtG__articleModal .mobile-action-bar{left:50%;right:auto;transform:translate(-50%)}.home-module__oe3DtG__articleModalMobileHeader{display:none}.home-module__oe3DtG__articleModalBody{display:contents}.home-module__oe3DtG__articleModalClose,.home-module__oe3DtG__articleModalExternal{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--surface);color:#111827;cursor:pointer;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:16px}:is(html[data-theme=dark] .home-module__oe3DtG__articleModalClose,html[data-theme=dark] .home-module__oe3DtG__articleModalExternal){color:#e5e7eb;border-color:var(--border)}@media (prefers-color-scheme:dark){:is(html:not([data-theme]) .home-module__oe3DtG__articleModalClose,html:not([data-theme]) .home-module__oe3DtG__articleModalExternal){color:#e5e7eb;border-color:var(--border)}}:is(html[data-theme=light] .home-module__oe3DtG__articleModalClose,html[data-theme=light] .home-module__oe3DtG__articleModalExternal){background:color-mix(in srgb, var(--surface) 92%, black 8%);border-color:var(--border)}@media (prefers-color-scheme:light){:is(html:not([data-theme]) .home-module__oe3DtG__articleModalClose,html:not([data-theme]) .home-module__oe3DtG__articleModalExternal){background:color-mix(in srgb, var(--surface) 92%, black 8%);border-color:var(--border)}}.home-module__oe3DtG__articleModalClose{font-size:15px;line-height:1;left:16px}.home-module__oe3DtG__articleModalCloseGlyph{display:inline}.home-module__oe3DtG__articleModalBackGlyph{display:none}.home-module__oe3DtG__articleModalExternal{right:16px}.home-module__oe3DtG__articleModalClose:hover,.home-module__oe3DtG__articleModalExternal:hover{color:#000;background:#ffffff1f;border-color:#0003}:is(html[data-theme=dark] .home-module__oe3DtG__articleModalClose:hover,html[data-theme=dark] .home-module__oe3DtG__articleModalExternal:hover){color:#fff;border-color:#fff3}@media (prefers-color-scheme:dark){:is(html:not([data-theme]) .home-module__oe3DtG__articleModalClose:hover,html:not([data-theme]) .home-module__oe3DtG__articleModalExternal:hover){color:#fff;border-color:#fff3}}:is(html[data-theme=light] .home-module__oe3DtG__articleModalClose:hover,html[data-theme=light] .home-module__oe3DtG__articleModalExternal:hover){background:color-mix(in srgb, var(--surface) 85%, black 15%)}@media (prefers-color-scheme:light){:is(html:not([data-theme]) .home-module__oe3DtG__articleModalClose:hover,html:not([data-theme]) .home-module__oe3DtG__articleModalExternal:hover){background:color-mix(in srgb, var(--surface) 85%, black 15%)}}.home-module__oe3DtG__articleModalScroll{padding:56px 0 32px;overflow:hidden auto}.home-module__oe3DtG__articleModalScroll::-webkit-scrollbar{width:8px}.home-module__oe3DtG__articleModalScroll::-webkit-scrollbar-track{background:0 0}.home-module__oe3DtG__articleModalScroll::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:8px}.home-module__oe3DtG__articleModalScroll::-webkit-scrollbar-thumb:hover{background-color:#a8a8a8}@media (max-width:640px){.home-module__oe3DtG__articleModal{background:var(--bg);border-radius:0;width:100dvw;max-width:none;height:100dvh;max-height:none;margin:0;position:fixed;inset:0}.home-module__oe3DtG__articleModal .article-shell{background:var(--bg)}.home-module__oe3DtG__articleModalMobileHeader{display:block}.home-module__oe3DtG__articleModalBody{flex-direction:column;flex:auto;min-height:0;display:flex;position:relative}.home-module__oe3DtG__articleModalScroll{padding-top:4px;padding-bottom:20px}.home-module__oe3DtG__articleModal .article-shell{margin-top:0}.home-module__oe3DtG__articleModalExternal,.home-module__oe3DtG__articleModalCloseGlyph{display:none}.home-module__oe3DtG__articleModalBackGlyph{display:inline-flex}.home-module__oe3DtG__articleModalClose{display:none}.home-module__oe3DtG__articleModalBackGlyph svg{width:25px;height:25px}html[data-theme=light] .home-module__oe3DtG__articleModal{background:var(--body-footer-bg)}html[data-theme=light] .home-module__oe3DtG__articleModal .article-shell{background:var(--body-footer-bg)}}@media (max-width:640px) and (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__articleModal{background:var(--body-footer-bg)}html:not([data-theme]) .home-module__oe3DtG__articleModal .article-shell{background:var(--body-footer-bg)}}.home-module__oe3DtG__sectionPage{padding:40px var(--page1-gutter) 180px}.home-module__oe3DtG__sectionPage .home-intro{padding-bottom:10px}html[data-theme=light] .home-module__oe3DtG__sectionPage .home-intro{border-bottom-color:#0000002e}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__sectionPage .home-intro{border-bottom-color:#0000002e}}.home-module__oe3DtG__sectionPage .home-eyebrow{font-size:.8rem}html[data-theme=light] .home-module__oe3DtG__sectionPage .home-eyebrow{color:#372580;font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:600;line-height:1.12}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__sectionPage .home-eyebrow{color:#372580;font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:600;line-height:1.12}}.home-module__oe3DtG__sectionPage .home-intro-title{font-size:1rem;font-style:italic;font-weight:500}.home-module__oe3DtG__sectionPageEmpty{color:var(--text-3);margin-top:28px;font-size:.95rem}.home-module__oe3DtG__sectionPageGrid{--accent:#29c2f0;--accent-dim:#29c2f02e;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:28px;display:grid}html[data-theme=light] .home-module__oe3DtG__sectionPageGrid .acard-section{color:#372580}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__sectionPageGrid .acard-section{color:#372580}}.home-module__oe3DtG__sectionCardWrap{height:100%;position:relative}.home-module__oe3DtG__sectionCardWrap .home-module__oe3DtG__cardExpandBtn{opacity:0;transition:opacity .15s}.home-module__oe3DtG__sectionCardWrap:hover .home-module__oe3DtG__cardExpandBtn,.home-module__oe3DtG__sectionCardWrap .home-module__oe3DtG__cardExpandBtn:focus-visible{opacity:1}html[data-theme=dark] .home-module__oe3DtG__sectionCardWrap .home-module__oe3DtG__cardExpandBtn{opacity:1}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__sectionCardWrap .home-module__oe3DtG__cardExpandBtn{opacity:1}}:is(html[data-theme=light] .home-module__oe3DtG__sectionCardWrap:hover .home-module__oe3DtG__cardExpandBtn,html[data-theme=light] .home-module__oe3DtG__sectionCardWrap .home-module__oe3DtG__cardExpandBtn:focus-visible){opacity:.85}@media (prefers-color-scheme:light){:is(html:not([data-theme]) .home-module__oe3DtG__sectionCardWrap:hover .home-module__oe3DtG__cardExpandBtn,html:not([data-theme]) .home-module__oe3DtG__sectionCardWrap .home-module__oe3DtG__cardExpandBtn:focus-visible){opacity:.85}}.home-module__oe3DtG__sectionPageGrid .acard{height:100%}.home-module__oe3DtG__sectionPageGrid .acard:hover{border-color:var(--border)}.home-module__oe3DtG__sectionPageGrid .acard-read{display:none}@media (max-width:960px){.home-module__oe3DtG__sectionPageGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.home-module__oe3DtG__sectionPageGrid{grid-template-columns:1fr}}.home-module__oe3DtG__historicalLens{padding:0 var(--page1-gutter);--accent-dim:#dc26261c;--lens-bg:transparent;--lens-border:var(--border);--radius-lg:20px;border-radius:var(--radius-lg);background:linear-gradient(to bottom, var(--body-footer-bg) 0%, color-mix(in srgb, var(--body-footer-bg) 60%, transparent) 10%, transparent 26%, transparent 74%, color-mix(in srgb, var(--body-footer-bg) 60%, transparent) 90%, var(--body-footer-bg) 100%), linear-gradient(295deg, #def9ea 0%, #ddf7ec 10%, #daebfd 28%, #e1e6fa 67%, #f5e4f4 89%, #fdefe6 100%);display:flow-root}html[data-theme=dark] .home-module__oe3DtG__historicalLens{background:0 0}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__historicalLens{background:0 0}}.home-module__oe3DtG__historicalLens.home-module__oe3DtG__noPastelMesh{background:0 0}.home-module__oe3DtG__historicalLens .home-lens-stage{box-shadow:none;border:none}.home-module__oe3DtG__historicalLens .home-lens-stage:before{background:0 0}html[data-theme=dark] .home-module__oe3DtG__historicalLens .home-lens-stage:before{background:radial-gradient(circle at 18% 8%, var(--accent-dim), transparent 29%), radial-gradient(circle at 82% 92%, var(--accent-dim), transparent 31%)}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__historicalLens .home-lens-stage:before{background:radial-gradient(circle at 18% 8%, var(--accent-dim), transparent 29%), radial-gradient(circle at 82% 92%, var(--accent-dim), transparent 31%)}}.home-module__oe3DtG__historicalLens.home-module__oe3DtG__noPastelMesh .home-lens-stage:before{background:0 0!important}.home-module__oe3DtG__historicalLens.home-module__oe3DtG__trailingGap{padding-bottom:180px}.home-module__oe3DtG__historicalLens .home-lens-section{border-top:none;margin-top:0;padding-top:80px}.home-module__oe3DtG__historicalLens .home-eyebrow{font-size:.8rem}html[data-theme=light] .home-module__oe3DtG__historicalLens .home-eyebrow{color:#372580;font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:600;line-height:1.12}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__historicalLens .home-eyebrow{color:#372580;font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:600;line-height:1.12}}.home-module__oe3DtG__historicalLens .home-lens-header{animation:none}.home-module__oe3DtG__historicalLens .home-lens-title{font-style:normal;font-weight:600}.home-module__oe3DtG__historicalLens .home-lens-stage{--home-lens-card-width:clamp(200px, 20vw, 240px)}:is(.home-module__oe3DtG__historicalLens .home-lens-slide:hover,.home-module__oe3DtG__historicalLens .home-lens-slide.is-active){border-color:var(--lens-border)}.home-module__oe3DtG__historicalLens .home-lens-slide.is-active{box-shadow:0 0 36px #0000002e}.home-module__oe3DtG__historicalLens .home-lens-slide{background:0 0}.home-module__oe3DtG__historicalLens .home-lens-slide-copy{background:color-mix(in srgb, var(--surface) 30%, transparent)}.home-module__oe3DtG__historicalLens .home-lens-stage-topline{display:none}.home-module__oe3DtG__askThinkers{background:0 0;border-radius:0;align-items:center;gap:32px;margin:40px 0 180px;padding:32px 0;display:flex}html[data-theme=dark] .home-module__oe3DtG__askThinkers{background:radial-gradient(ellipse 700px 260px at 50% 0%, #06aed424 0%, #06aed40f 40%, #06aed400 75%), var(--bg);border-radius:24px;margin:80px -40px 180px;padding:32px 40px}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__askThinkers{background:radial-gradient(ellipse 700px 260px at 50% 0%, #06aed424 0%, #06aed40f 40%, #06aed400 75%), var(--bg);border-radius:24px;margin:80px -40px 180px;padding:32px 40px}}.home-module__oe3DtG__askThinkersIntro{flex-direction:column;flex:1;gap:8px;display:flex}.home-module__oe3DtG__askThinkersEyebrow{color:#d04f2d;letter-spacing:.02em;font-size:.95rem;font-weight:700}html[data-theme=light] .home-module__oe3DtG__askThinkersEyebrow{color:#372580;font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:600;line-height:1.12}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__askThinkersEyebrow{color:#372580;font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:600;line-height:1.12}}html[data-theme=dark] .home-module__oe3DtG__askThinkersEyebrow{color:#29c2f0}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__askThinkersEyebrow{color:#29c2f0}}html[data-theme=dark] .home-module__oe3DtG__topStories .home-eyebrow{font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:400;line-height:1.12}html[data-theme=dark] .home-module__oe3DtG__sectionBlock .home-eyebrow{font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:400;line-height:1.12}html[data-theme=dark] .home-module__oe3DtG__historicalLens .home-eyebrow{font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:400;line-height:1.12}html[data-theme=dark] .home-module__oe3DtG__sectionPage .home-eyebrow{font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:400;line-height:1.12}html[data-theme=dark] .home-module__oe3DtG__askThinkersEyebrow{font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:400;line-height:1.12}@media (prefers-color-scheme:dark){html:not([data-theme]) .home-module__oe3DtG__topStories .home-eyebrow{font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:400;line-height:1.12}html:not([data-theme]) .home-module__oe3DtG__sectionBlock .home-eyebrow{font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:400;line-height:1.12}html:not([data-theme]) .home-module__oe3DtG__historicalLens .home-eyebrow{font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:400;line-height:1.12}html:not([data-theme]) .home-module__oe3DtG__sectionPage .home-eyebrow{font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:400;line-height:1.12}html:not([data-theme]) .home-module__oe3DtG__askThinkersEyebrow{font-family:var(--font-editorial);letter-spacing:normal;text-transform:none;font-size:clamp(1.2rem,1.84vw,1.64rem);font-style:normal;font-weight:400;line-height:1.12}}:is(html[data-theme=dark] .home-module__oe3DtG__topStories .home-intro-title,html[data-theme=dark] .home-module__oe3DtG__sectionBlock .home-intro-title,html[data-theme=dark] .home-module__oe3DtG__sectionPage .home-intro-title){font-weight:400}@media (prefers-color-scheme:dark){:is(html:not([data-theme]) .home-module__oe3DtG__topStories .home-intro-title,html:not([data-theme]) .home-module__oe3DtG__sectionBlock .home-intro-title,html:not([data-theme]) .home-module__oe3DtG__sectionPage .home-intro-title){font-weight:400}}.home-module__oe3DtG__askThinkersSubtitle{color:var(--text-2);margin:0;font-size:.88rem;line-height:1.4}.home-module__oe3DtG__askThinkersPortraits{flex:2;justify-content:center;gap:22px;display:flex}.home-module__oe3DtG__askThinkersPortrait{flex-direction:column;align-items:center;gap:8px;display:flex}.home-module__oe3DtG__askThinkersPortraitFrame{background:var(--surface-2);border-radius:50%;width:116px;height:116px;transition:transform .18s;overflow:hidden}.home-module__oe3DtG__askThinkersPortrait:hover .home-module__oe3DtG__askThinkersPortraitFrame{transform:translateY(-2px)}.home-module__oe3DtG__askThinkersPortraitFrame img{object-fit:cover;width:100%;height:100%}.home-module__oe3DtG__askThinkersName{color:var(--text-2);font-family:var(--font-editorial), Georgia, "Times New Roman", serif;letter-spacing:-.01em;white-space:nowrap;font-size:1rem;font-style:italic;font-weight:500;line-height:1.3}@media (max-width:960px){.home-module__oe3DtG__askThinkers{text-align:center;flex-wrap:wrap;justify-content:center}.home-module__oe3DtG__askThinkersIntro{flex-basis:100%;align-items:center}.home-module__oe3DtG__askThinkersPortraits{flex-wrap:wrap;flex:0 0 100%}}.home-module__oe3DtG__mobileFeed{display:none}.home-module__oe3DtG__mobileFeedCard{appearance:none;font:inherit;text-align:inherit;color:inherit;cursor:pointer;touch-action:manipulation;background:#1c1c20;border:0;border-radius:20px;width:100%;height:56vh;margin:0;padding:0;text-decoration:none;display:block;position:relative;overflow:hidden}.home-module__oe3DtG__mobileFeedCardHero{clip-path:inset(0 round 14.4px);border-radius:14.4px;height:calc(80vh - 145.6px)}.home-module__oe3DtG__mobileFeedCardHero .home-module__oe3DtG__cardImage{border-radius:inherit}.home-module__oe3DtG__mobileAccordion{flex-direction:column;gap:10px;display:flex;position:relative}.home-module__oe3DtG__mobileAccordionHeader{flex-direction:column;gap:2px;display:flex}.home-module__oe3DtG__mobileAccordionHeaderOverlay{z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#00000061;border-top-left-radius:14.4px;border-top-right-radius:14.4px;flex-direction:row;align-items:baseline;gap:6px;padding:16px 16px 28px;position:absolute;top:0;left:0;right:0;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0% 45%,#0000 100%);mask-image:linear-gradient(#000 0% 45%,#0000 100%)}.home-module__oe3DtG__mobileAccordionHeaderOverlay .home-module__oe3DtG__mobileAccordionTitle{color:#fff;white-space:nowrap;flex-shrink:0}.home-module__oe3DtG__mobileAccordionTitle{font-family:var(--font-editorial), Georgia, "Times New Roman", serif;letter-spacing:-.01em;color:var(--text-1);font-size:1.425rem;font-weight:600}html[data-theme=light] .home-module__oe3DtG__mobileAccordionTitle{font-weight:800}@media (prefers-color-scheme:light){html:not([data-theme]) .home-module__oe3DtG__mobileAccordionTitle{font-weight:800}}.home-module__oe3DtG__mobileAccordionSubtitle{font-family:var(--font-editorial), Georgia, "Times New Roman", serif;color:var(--text-2);margin:0;font-size:1.0625rem;font-style:italic;font-weight:500}.home-module__oe3DtG__mobileAccordionScroller{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding:0 0 4px;display:flex;overflow-x:auto}.home-module__oe3DtG__mobileAccordionScroller::-webkit-scrollbar{display:none}.home-module__oe3DtG__mobileAccordionCard{clip-path:inset(0 round 20px);scroll-snap-align:center;height:56vh;color:inherit;touch-action:manipulation;background:#1c1c20;border-radius:20px;flex:0 0 88%;text-decoration:none;display:block;position:relative;overflow:hidden}.home-module__oe3DtG__mobileAccordionCardHero{clip-path:inset(0 round 14.4px);background:#0b0b0e;border-radius:14.4px;flex:0 0 100%;height:74.8vh}.home-module__oe3DtG__mobileAccordionCardHero.home-module__oe3DtG__mobileAccordionCardHeroShort{height:calc(80vh - 145.6px);margin-top:107px}.home-module__oe3DtG__mobileAccordionCardHero .home-module__oe3DtG__cardImage{border-radius:inherit}.home-module__oe3DtG__mobileAccordionCardGlass{clip-path:inset(0 round 14.4px);background:#0b0b0e;border-radius:14.4px;flex-direction:column;display:flex}.home-module__oe3DtG__mobileAccordionCardGlassImage{object-fit:cover;border-top-left-radius:inherit;border-top-right-radius:inherit;flex:auto;width:100%;min-height:30%;display:block;position:relative;overflow:hidden}.home-module__oe3DtG__mobileAccordionCardGlassImageEl{object-fit:cover;width:100%;height:100%;display:block}.home-module__oe3DtG__mobileAccordionCardGlassPanel{background:linear-gradient(#0b0b0e 0%,#191233 55%,#2c1a4d 100%);flex-direction:column;flex:none;align-items:flex-start;gap:10px;padding:16px 18px;display:flex;overflow:hidden}.home-module__oe3DtG__mobileAccordionCardGlassPanelFeedLens{gap:6.4px;padding:10.24px 11.52px}.home-module__oe3DtG__mobileAccordionCardGlassPanelFeedLens .home-module__oe3DtG__mobileAccordionCardGlassExcerpt{-webkit-line-clamp:3;line-clamp:3}.home-module__oe3DtG__mobileAccordionCardGlassEyebrow{align-items:baseline;gap:8px;display:flex}.home-module__oe3DtG__mobileAccordionCardGlassCategory{letter-spacing:.06em;text-transform:uppercase;color:#29c2f0;text-shadow:0 2px 4px #000000e6,0 4px 16px #0000008c;font-size:.7825rem;font-weight:800}.home-module__oe3DtG__mobileAccordionCardGlassTime{text-transform:uppercase;color:#fff;text-shadow:0 2px 4px #000000e6,0 4px 16px #0000008c;font-size:.7825rem;font-weight:600}.home-module__oe3DtG__mobileAccordionCardGlassTitle{font-family:var(--font-editorial), Georgia, "Times New Roman", serif;letter-spacing:-.01em;color:#fff;margin:0;font-size:1.3625rem;font-weight:700;line-height:1.25}.home-module__oe3DtG__mobileAccordionCardGlassPill{color:#fff;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(90deg,#0a534d,#40177f);border-radius:999px;padding:7px 16px;font-size:.7625rem;font-weight:800}.home-module__oe3DtG__mobileAccordionCardGlassExcerpt{color:#ffffffa8;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:0;font-size:1.1075rem;line-height:1.55;display:-webkit-box;overflow:hidden}.home-module__oe3DtG__mobileAccordionCardGlassCta{color:#29c2f0;align-items:center;gap:6px;font-size:.92rem;font-weight:700;display:inline-flex}.home-module__oe3DtG__mobileAccordionCardMeta{letter-spacing:.06em;text-transform:uppercase;color:#ffffffd9;text-shadow:0 2px 4px #000000e6,0 4px 16px #0000008c;font-size:.72rem;font-weight:700}.home-module__oe3DtG__mobileAccordionCard .home-module__oe3DtG__cardTitle{font-size:1.45rem}.home-module__oe3DtG__mobileAccordionCard .home-module__oe3DtG__cardExcerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1.05rem;display:-webkit-box;overflow:hidden}.home-module__oe3DtG__mobileAccordionDots{justify-content:center;align-items:center;gap:6px;display:flex}.home-module__oe3DtG__mobileAccordionCardBottomDiffuse{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:none;background:#0003;border-bottom-right-radius:14.4px;border-bottom-left-radius:14.4px;height:56px;position:absolute;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 58% 100%);mask-image:linear-gradient(#0000 0%,#000 58% 100%)}.home-module__oe3DtG__mobileAccordionDotsHero{z-index:3;padding:0 0 12px;position:absolute;bottom:0;left:0;right:0}.home-module__oe3DtG__mobileAccordionDotsHero .home-module__oe3DtG__mobileAccordionDot{background:#fff}.home-module__oe3DtG__mobileAccordionDot{background:var(--text-1);opacity:.25;border-radius:50%;width:6px;height:6px}.home-module__oe3DtG__mobileAccordionDotActive{opacity:1}.home-module__oe3DtG__mobileFullscreenTriggerBtn{z-index:4;-webkit-backdrop-filter:blur(14px)saturate(160%);backdrop-filter:blur(14px)saturate(160%);color:#fff;cursor:pointer;touch-action:manipulation;opacity:.9;background:#00000038;border:1px solid #ffffff47;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:background-color .15s,border-color .15s,transform .15s;display:flex;position:absolute;top:15px;right:12px;box-shadow:0 2px 10px #0003}.home-module__oe3DtG__mobileFullscreenTriggerBtn.home-module__oe3DtG__mobileFullscreenTriggerBtnFirstSection{top:calc(var(--mobile-navbar-bottom,75px) + 4px);z-index:61;opacity:.9;position:fixed}.home-module__oe3DtG__mobileFullscreenTriggerBtn:active{-webkit-backdrop-filter:blur(22px)saturate(200%);backdrop-filter:blur(22px)saturate(200%);background:#0006;border-color:#ffffff80;transform:scale(.92)}.home-module__oe3DtG__mobileFullscreenOverlay{z-index:1000;background:#000;position:fixed;inset:0;overflow:hidden}.home-module__oe3DtG__mobileFullscreenSwipeTrack{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:auto;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;width:100%;height:100%;display:flex;overflow:auto hidden}.home-module__oe3DtG__mobileFullscreenSwipeTrack::-webkit-scrollbar{display:none}.home-module__oe3DtG__mobileFullscreenSwipePanel{scroll-snap-align:start;scroll-snap-stop:always;overscroll-behavior:contain;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:0 0 100%;width:100%;height:100%;overflow-y:auto}.home-module__oe3DtG__mobileFullscreenSwipePanel::-webkit-scrollbar{display:none}.home-module__oe3DtG__mobileFullscreenBodyOpen .home-module__oe3DtG__navbar{z-index:1002;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border-bottom-color:#0000!important;padding-bottom:18px!important;-webkit-mask-image:none!important;mask-image:none!important}.home-module__oe3DtG__mobileFullscreenSection{scroll-snap-align:start;scroll-snap-stop:always;height:100dvh;position:relative}.home-module__oe3DtG__mobileFullscreenSectionScroller{overscroll-behavior:contain;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;height:100%;display:flex;overflow-y:auto}.home-module__oe3DtG__mobileFullscreenSectionScroller::-webkit-scrollbar{display:none}.home-module__oe3DtG__mobileFullscreenCard{scroll-snap-align:start;scroll-snap-stop:always;width:100%;height:100%;color:inherit;flex:0 0 100%;text-decoration:none;display:block;position:relative;overflow:hidden}.home-module__oe3DtG__mobileFullscreenCardImage{object-fit:cover;width:100%;height:100%;display:block}.home-module__oe3DtG__mobileFullscreenCardGlass{background:#0b0b0e;flex-direction:column;display:flex}.home-module__oe3DtG__mobileFullscreenCardGlass .home-module__oe3DtG__mobileAccordionCardGlassImage{flex:0 0 40%;min-height:0}.home-module__oe3DtG__mobileFullscreenCardGlass .home-module__oe3DtG__mobileAccordionCardGlassImageFeedLens{flex:0 0 55%}.home-module__oe3DtG__mobileFullscreenCardGlass .home-module__oe3DtG__mobileAccordionCardGlassPanel{flex:auto}.home-module__oe3DtG__mobileFullscreenCardOverlay{background:linear-gradient(#0000 35%,#00000040 55%,#000000d9 100%);position:absolute;inset:0}.home-module__oe3DtG__mobileFullscreenCardText{flex-direction:column;gap:10px;display:flex;position:absolute;bottom:48px;left:20px;right:20px}.home-module__oe3DtG__mobileFullscreenCardOverlay+.home-module__oe3DtG__mobileFullscreenCardText{z-index:0;align-items:flex-start;height:60%;padding:16px 18px;bottom:0;left:0;right:0;overflow:hidden}.home-module__oe3DtG__mobileFullscreenCardOverlay+.home-module__oe3DtG__mobileFullscreenCardText:before{content:"";z-index:-1;background:var(--card-panel-color,#14171c);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 35% 100%);mask-image:linear-gradient(#0000 0%,#000 35% 100%)}.home-module__oe3DtG__mobileFullscreenCardEyebrow{color:#29c2f0;text-transform:uppercase;letter-spacing:.04em;text-shadow:0 2px 6px #0009;font-size:.82rem;font-weight:600}.home-module__oe3DtG__mobileFullscreenCardTitle{font-family:var(--font-editorial), Georgia, "Times New Roman", serif;letter-spacing:-.025em;color:#fff;text-shadow:0 2px 4px #000000e6,0 4px 16px #0000008c;font-size:1.5rem;font-weight:600;line-height:1.28}.home-module__oe3DtG__mobileFullscreenExitBtn{top:calc(var(--mobile-navbar-bottom,20px) + 4px);z-index:1003;-webkit-backdrop-filter:blur(14px)saturate(160%);backdrop-filter:blur(14px)saturate(160%);color:#fff;cursor:pointer;touch-action:manipulation;opacity:.9;background:#00000047;border:1px solid #ffffff47;border-radius:50%;justify-content:center;align-items:center;width:43px;height:43px;padding:0;transition:background-color .15s,border-color .15s,transform .15s;display:flex;position:fixed;right:14.58px;box-shadow:0 2px 10px #0003}.home-module__oe3DtG__mobileFullscreenExitBtn:active{-webkit-backdrop-filter:blur(22px)saturate(200%);backdrop-filter:blur(22px)saturate(200%);background:#00000073;border-color:#ffffff80;transform:scale(.92)}@media (max-width:640px){.home-module__oe3DtG__mobileFeed{z-index:1;flex-direction:column;gap:20px;padding:1px 4px 16px;display:flex;position:relative}[data-mobile-header-sentinel]{height:calc(80vh - 145.6px);margin-top:118px}.home-module__oe3DtG__mobileFeedCard .home-module__oe3DtG__cardTextBlock{z-index:0;align-items:flex-start;gap:10px;padding:16px 18px;bottom:0;left:0;right:0}.home-module__oe3DtG__mobileFeedCard .home-module__oe3DtG__cardTextBlock:before{content:"";z-index:-1;background:var(--card-panel-color,#14171c);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 35% 100%);mask-image:linear-gradient(#0000 0%,#000 35% 100%)}.home-module__oe3DtG__hero,.home-module__oe3DtG__topStories,.home-module__oe3DtG__topGradientPanel,.home-module__oe3DtG__sectionBlock,.home-module__oe3DtG__historicalLens,.home-module__oe3DtG__askThinkers,.home-module__oe3DtG__sectionPage{display:none}.home-module__oe3DtG__siteFooter .site-footer:before{width:calc(100% - 32px);left:16px}.home-module__oe3DtG__siteFooter .footer-inner{padding:28px 16px 20px}:is(.home-module__oe3DtG__siteFooter .footer-top,.home-module__oe3DtG__siteFooter .footer-bottom){padding-left:0;padding-right:0}.home-module__oe3DtG__siteFooter .footer-top{grid-template-columns:1fr;gap:22px;padding-bottom:22px}.home-module__oe3DtG__siteFooter .footer-brand>h2{font-size:1.15rem}.home-module__oe3DtG__siteFooter .footer-brand>p{font-size:.8rem}.home-module__oe3DtG__siteFooter .footer-wordmark{margin-bottom:12px}.home-module__oe3DtG__siteFooter .footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px}.home-module__oe3DtG__siteFooter .footer-column a{padding-block:5px;font-size:.8rem}.home-module__oe3DtG__siteFooter .footer-bottom{flex-direction:column;align-items:flex-start;gap:14px;padding-top:16px}.home-module__oe3DtG__siteFooter .footer-socials{order:0}.home-module__oe3DtG__siteFooter .footer-legal{order:0;justify-content:flex-start}}.home-module__oe3DtG__mobileSearchBtn{background:var(--surface-2);border:1px solid var(--border);width:34px;height:34px;color:var(--text-2);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:none}.home-module__oe3DtG__mobileSearchSheet{z-index:1010;background:var(--bg);color:var(--text-1);padding-top:env(safe-area-inset-top);flex-direction:column;display:flex;position:fixed;inset:0}.home-module__oe3DtG__mobileSearchBar{border-bottom:1px solid var(--border);color:var(--text-2);align-items:center;gap:10px;padding:12px 14px;display:flex}.home-module__oe3DtG__mobileSearchBar input{border:1px solid var(--border);background:var(--surface);min-width:0;height:40px;color:var(--text-1);border-radius:10px;outline:none;flex:auto;padding:0 12px;font-size:16px}.home-module__oe3DtG__mobileSearchBar input:focus{border-color:var(--accent)}.home-module__oe3DtG__mobileSearchBar input::-webkit-search-cancel-button{-webkit-appearance:none}.home-module__oe3DtG__mobileSearchClose{color:var(--text-1);cursor:pointer;background:0 0;border:0;flex:none;font-size:15px;font-weight:600}.home-module__oe3DtG__mobileSearchBody{-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom);flex:auto;overflow-y:auto}.home-module__oe3DtG__mobileSearchHint{color:var(--text-2);margin:0;padding:18px 16px;font-size:14px}.home-module__oe3DtG__mobileSearchList{margin:0;padding:0;list-style:none}.home-module__oe3DtG__mobileSearchList li a{border-bottom:1px solid var(--border);color:inherit;padding:12px 16px;text-decoration:none;display:block}.home-module__oe3DtG__mobileSearchMeta{color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:700;display:block}.home-module__oe3DtG__mobileSearchTitle{font-size:15px;font-weight:600;line-height:1.3;display:block}.home-module__oe3DtG__mobileSearchAll{width:100%;color:var(--accent);text-align:left;cursor:pointer;background:0 0;border:0;padding:14px 16px;font-size:14px;font-weight:700;display:block}@media (max-width:640px){.home-module__oe3DtG__mobileSearchBtn{margin-right:-4px;display:flex}}.home-module__oe3DtG__homeHeading{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-module__oe3DtG__homeH1,.home-module__oe3DtG__homeDate{margin:0}@media (max-width:640px){.home-module__oe3DtG__homeHeading{clip:auto;white-space:normal;z-index:1;width:auto;height:auto;margin:0;padding:100px 16px 10px;position:relative;overflow:visible}.home-module__oe3DtG__homeH1{font-family:var(--font-lora), Georgia, serif;letter-spacing:-.01em;color:var(--text-1);font-size:1.05rem;font-weight:600;line-height:1.25}.home-module__oe3DtG__homeDate{color:var(--text-2);margin-top:2px;font-size:.76rem}.home-module__oe3DtG__homeHeading+div [data-mobile-header-sentinel]{margin-top:0}}.home-module__oe3DtG__mobileAccordionCardGlassCategory{font-family:var(--ct-category-family,var(--font-inter), system-ui, sans-serif);font-size:var(--ct-category-size,11px);font-weight:var(--ct-category-weight,800);line-height:var(--ct-category-lh,1.2)}.home-module__oe3DtG__mobileAccordionCardGlassTime{font-family:var(--ct-time-family,var(--font-inter), system-ui, sans-serif);font-size:var(--ct-time-size,11px);font-weight:var(--ct-time-weight,600);line-height:var(--ct-time-lh,1.2)}.home-module__oe3DtG__mobileAccordionCardGlassTitle{font-family:var(--ct-title-family,var(--font-lora), Georgia, serif);font-size:var(--ct-title-size,19px);font-weight:var(--ct-title-weight,700);line-height:var(--ct-title-lh,1.2);font-style:var(--ct-title-style,normal)}.home-module__oe3DtG__mobileAccordionCardGlassPill{font-family:var(--ct-whyLabel-family,var(--font-inter), system-ui, sans-serif);font-size:var(--ct-whyLabel-size,10.5px);font-weight:var(--ct-whyLabel-weight,800);line-height:var(--ct-whyLabel-lh,1.2);padding:5px 12px}.home-module__oe3DtG__mobileAccordionCardGlassWhy,.home-module__oe3DtG__mobileAccordionCardGlassExcerpt{color:#ffffffc7;font-family:var(--ct-whyText-family,var(--font-inter), system-ui, sans-serif);font-size:var(--ct-whyText-size,14.5px);font-weight:var(--ct-whyText-weight,400);line-height:var(--ct-whyText-lh,1.45);font-style:var(--ct-whyText-style,normal);margin:0}.home-module__oe3DtG__mobileAccordionCardGlassPanel{gap:7px;padding:12px 14px 14px}@media (max-width:640px){.home-module__oe3DtG__navbar{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions""links links";align-items:center;gap:8px 10px;padding:10px 12px 8px;display:grid}.home-module__oe3DtG__navbar .brand{grid-area:brand;align-items:center;min-width:0;display:flex}.home-module__oe3DtG__brandLogo{width:30px;height:25px}.home-module__oe3DtG__brandTagline{display:none}.home-module__oe3DtG__brandWordmark{background-image:url(/wordmark-dark.webp);width:180px;max-width:calc(100vw - 170px);height:19px}html[data-theme=light] .home-module__oe3DtG__brandWordmark{background-image:url(/wordmark-dark.webp);width:180px;max-width:calc(100vw - 170px);height:19px}.home-module__oe3DtG__navbarRight{grid-area:actions;gap:10px}.home-module__oe3DtG__navbarLinks.home-module__oe3DtG__navbarLinks{grid-area:links;justify-content:flex-start;margin:0}.home-module__oe3DtG__mobileMenuBtnUser{background:0 0;border-color:#0000;padding:0}.home-module__oe3DtG__mobileMenuAccount{align-items:center;gap:10px;padding:2px 4px 12px;display:flex}.home-module__oe3DtG__mobileMenuWho{flex-direction:column;gap:2px;min-width:0;display:flex}.home-module__oe3DtG__mobileMenuWho strong{color:#fff;font-size:14px;font-weight:700}.home-module__oe3DtG__mobileMenuWho span{color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.home-module__oe3DtG__mobileMenuItem{width:100%;height:39px;color:var(--text-2);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 10px;font-family:inherit;font-size:14px;text-decoration:none;display:flex}.home-module__oe3DtG__mobileMenuItem svg{opacity:.8;flex:none;width:16px;height:16px}.home-module__oe3DtG__mobileMenuItem:hover{background:var(--surface-hover);color:var(--text-1)}.home-module__oe3DtG__mobileMenuItemDanger{color:#ff8a80}.home-module__oe3DtG__mobileFeedCardHero.home-module__oe3DtG__mobileAccordionCardGlass{height:auto;min-height:calc(80vh - 145.6px)}.home-module__oe3DtG__mobileFeedCard .home-module__oe3DtG__mobileAccordionCardGlassImage{aspect-ratio:4/3;flex:none;min-height:0}.home-module__oe3DtG__mobileFeedCard .home-module__oe3DtG__mobileAccordionCardGlassPanel{flex:auto}.home-module__oe3DtG__homeH1{color:#fff}.home-module__oe3DtG__homeDate{color:#ffffff9e}}.home-module__oe3DtG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-module__oe3DtG__mobileFullscreenCardFoot{flex-direction:column;gap:12px;width:100%;display:flex}.home-module__oe3DtG__mobileFullscreenAsk{border-top:1px solid #ffffff24;flex-direction:column;gap:7px;padding-top:12px;display:flex}.home-module__oe3DtG__mobileFullscreenAskTitle{letter-spacing:.07em;text-transform:uppercase;color:#ffffffb8;align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.home-module__oe3DtG__mobileFullscreenAskTitle svg{color:#29c2f0}.home-module__oe3DtG__mobileFullscreenAskItem{color:#fff;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff14;border:1px solid #ffffff29;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:42px;padding:9px 12px;font-family:inherit;font-size:13.5px;font-weight:500;line-height:1.3;display:flex}.home-module__oe3DtG__mobileFullscreenAskItem span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home-module__oe3DtG__mobileFullscreenAskItem svg{color:#29c2f0;flex:none}.home-module__oe3DtG__mobileFullscreenAskItem:active{background:#ffffff29}.home-module__oe3DtG__brandLogo{flex:none;width:34px;height:29px}.home-module__oe3DtG__brandText{flex-direction:column;gap:3px;min-width:0;display:flex}.home-module__oe3DtG__brandWordmark{width:150px;height:16px;display:block}.home-module__oe3DtG__brandTagline{letter-spacing:.035em;text-transform:uppercase;color:var(--text-3);padding-left:2px;font-size:.61rem;font-weight:500}.home-module__oe3DtG__cardTitleLink{color:inherit;font:inherit;text-decoration:none}
.SubscriptionSnack-module__hj_ifa__snack{left:max(14px, env(safe-area-inset-left));bottom:max(16px, env(safe-area-inset-bottom));z-index:900;border:1px solid color-mix(in srgb, var(--accent) 34%, var(--border));background:color-mix(in srgb, var(--surface) 97%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;flex-direction:column;gap:9px;width:min(320px,100vw - 28px);padding:13px 14px 12px;animation:.42s cubic-bezier(.2,.8,.25,1) both SubscriptionSnack-module__hj_ifa__subscriptionSnackIn;display:flex;position:fixed;box-shadow:0 16px 44px #00000038}.SubscriptionSnack-module__hj_ifa__snack[data-leaving]{animation:.28s ease-in both SubscriptionSnack-module__hj_ifa__subscriptionSnackOut}.SubscriptionSnack-module__hj_ifa__head{align-items:center;gap:9px;display:flex}.SubscriptionSnack-module__hj_ifa__icon{background:var(--accent);color:#fff;border-radius:9px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid}.SubscriptionSnack-module__hj_ifa__title{min-width:0;color:var(--text-1);flex:1;font-size:.84rem;font-weight:700;line-height:1.2}.SubscriptionSnack-module__hj_ifa__close{width:22px;height:22px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;flex-shrink:0;place-items:center;padding:0;transition:background .14s,color .14s;display:grid}.SubscriptionSnack-module__hj_ifa__close:hover{background:var(--surface-2);color:var(--text-1)}.SubscriptionSnack-module__hj_ifa__benefits{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.SubscriptionSnack-module__hj_ifa__benefits li{color:var(--text-2);align-items:center;gap:6px;font-size:.71rem;font-weight:600;display:flex}.SubscriptionSnack-module__hj_ifa__benefits svg{color:var(--accent);stroke-width:3.2px;flex-shrink:0}.SubscriptionSnack-module__hj_ifa__cta{background:var(--accent);color:#fff;text-align:center;border-radius:999px;margin-top:2px;padding:9px 12px;font-size:.76rem;font-weight:800;transition:filter .14s}.SubscriptionSnack-module__hj_ifa__cta:hover{filter:brightness(1.08)}.SubscriptionSnack-module__hj_ifa__trust{color:var(--text-muted);text-align:center;font-size:.64rem;font-weight:600}@keyframes SubscriptionSnack-module__hj_ifa__subscriptionSnackIn{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes SubscriptionSnack-module__hj_ifa__subscriptionSnackOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(14px)scale(.97)}}@media (max-width:560px){.SubscriptionSnack-module__hj_ifa__snack{bottom:max(82px, calc(env(safe-area-inset-bottom) + 72px))}}@media (prefers-reduced-motion:reduce){.SubscriptionSnack-module__hj_ifa__snack,.SubscriptionSnack-module__hj_ifa__snack[data-leaving]{animation:none}}
