.StreamStyleModal-module__-ikTuW__overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out StreamStyleModal-module__-ikTuW__fadeIn;display:flex;position:fixed;inset:0}.StreamStyleModal-module__-ikTuW__modal{background:var(--news-surface,#111);border:1px solid var(--news-border,#ffffff1a);border-radius:16px;flex-direction:column;gap:1.25rem;width:100%;max-width:420px;padding:1.5rem;animation:.25s ease-out StreamStyleModal-module__-ikTuW__slideUp;display:flex;box-shadow:0 24px 48px #0006}.StreamStyleModal-module__-ikTuW__header{text-align:center}.StreamStyleModal-module__-ikTuW__title{color:var(--news-text-primary,#fff);letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.StreamStyleModal-module__-ikTuW__subtitle{color:var(--news-text-muted,#888);margin:0;font-size:.8125rem;line-height:1.4}.StreamStyleModal-module__-ikTuW__pillContainer{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.StreamStyleModal-module__-ikTuW__pill{appearance:none;border:1.5px solid var(--news-border,#ffffff1f);color:var(--news-text-secondary,#aaa);cursor:pointer;white-space:nowrap;letter-spacing:-.01em;-webkit-user-select:none;user-select:none;background:0 0;border-radius:100px;padding:.5rem 1.125rem;font-size:.8125rem;font-weight:600;transition:all .2s}.StreamStyleModal-module__-ikTuW__pill:hover{border-color:var(--pill-color,#3b82f6);color:var(--news-text-primary,#fff);background:var(--pill-color-alpha,#3b82f614)}.StreamStyleModal-module__-ikTuW__pill:focus-visible{outline:2px solid var(--pill-color,#3b82f6);outline-offset:2px}.StreamStyleModal-module__-ikTuW__pillActive{border-color:var(--pill-color,#3b82f6);background:var(--pill-color,#3b82f6);color:#fff;box-shadow:0 2px 8px #0003}.StreamStyleModal-module__-ikTuW__pillActive:hover{background:var(--pill-color,#3b82f6);color:#fff;filter:brightness(1.1)}.StreamStyleModal-module__-ikTuW__pillLabel{line-height:1}.StreamStyleModal-module__-ikTuW__styleDescription{justify-content:center;align-items:center;min-height:2rem;display:flex}.StreamStyleModal-module__-ikTuW__descriptionText{color:var(--news-text-muted,#888);text-align:center;margin:0;font-size:.8125rem;line-height:1.4;animation:.15s ease-out StreamStyleModal-module__-ikTuW__fadeIn}.StreamStyleModal-module__-ikTuW__customField{animation:.2s ease-out StreamStyleModal-module__-ikTuW__expandIn;position:relative}.StreamStyleModal-module__-ikTuW__customInput{background:var(--news-bg,#000);border:1px solid var(--news-border,#ffffff1f);width:100%;color:var(--news-text-primary,#fff);resize:none;border-radius:10px;padding:.75rem .875rem 1.5rem;font-family:inherit;font-size:.875rem;line-height:1.4;transition:border-color .2s}.StreamStyleModal-module__-ikTuW__customInput::placeholder{color:var(--news-text-muted,#555)}.StreamStyleModal-module__-ikTuW__customInput:focus{border-color:var(--news-accent,#3b82f6);outline:none}.StreamStyleModal-module__-ikTuW__charCounter{color:var(--news-text-muted,#555);font-variant-numeric:tabular-nums;pointer-events:none;font-size:.6875rem;position:absolute;bottom:.5rem;right:.75rem}.StreamStyleModal-module__-ikTuW__charCounterWarn{color:#ef4444}.StreamStyleModal-module__-ikTuW__error{color:#ef4444;text-align:center;margin:0;font-size:.75rem;animation:.15s ease-out StreamStyleModal-module__-ikTuW__fadeIn}.StreamStyleModal-module__-ikTuW__actions{justify-content:flex-end;gap:.75rem;display:flex}.StreamStyleModal-module__-ikTuW__cancelButton{appearance:none;border:1px solid var(--news-border,#ffffff1f);color:var(--news-text-secondary,#aaa);cursor:pointer;background:0 0;border-radius:10px;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:600;transition:all .15s}.StreamStyleModal-module__-ikTuW__cancelButton:hover{border-color:var(--news-text-muted,#555);color:var(--news-text-primary,#fff)}.StreamStyleModal-module__-ikTuW__confirmButton{appearance:none;background:var(--pill-color,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;min-width:140px;padding:.625rem 1.5rem;font-size:.8125rem;font-weight:700;transition:all .15s;display:flex}.StreamStyleModal-module__-ikTuW__confirmButton:hover:not(:disabled){filter:brightness(1.15);box-shadow:0 4px 12px #0000004d}.StreamStyleModal-module__-ikTuW__confirmButton:disabled{opacity:.6;cursor:not-allowed}.StreamStyleModal-module__-ikTuW__loadingDots{align-items:center;gap:3px;display:inline-flex}.StreamStyleModal-module__-ikTuW__loadingDots span{background:currentColor;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite StreamStyleModal-module__-ikTuW__dotPulse}.StreamStyleModal-module__-ikTuW__loadingDots span:nth-child(2){animation-delay:.15s}.StreamStyleModal-module__-ikTuW__loadingDots span:nth-child(3){animation-delay:.3s}@keyframes StreamStyleModal-module__-ikTuW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes StreamStyleModal-module__-ikTuW__slideUp{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes StreamStyleModal-module__-ikTuW__expandIn{0%{opacity:0;max-height:0;transform:scaleY(.8)}to{opacity:1;max-height:200px;transform:scaleY(1)}}@keyframes StreamStyleModal-module__-ikTuW__dotPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}}@media (max-width:767px){.StreamStyleModal-module__-ikTuW__overlay{align-items:flex-end;padding:0}.StreamStyleModal-module__-ikTuW__modal{border-radius:16px 16px 0 0;max-width:100%;padding:1.25rem 1rem 2rem;animation:.3s ease-out StreamStyleModal-module__-ikTuW__slideUpMobile}.StreamStyleModal-module__-ikTuW__pillContainer{gap:.375rem}.StreamStyleModal-module__-ikTuW__pill{padding:.4375rem .875rem;font-size:.75rem}}@keyframes StreamStyleModal-module__-ikTuW__slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
:root{--az-overlay-subtle:#00000026;--az-overlay-light:#0000004d;--az-overlay:#000c;--az-overlay-heavy:#000000e6;--az-accent-subtle:#fff3;--az-syn-keyword:#c084fc;--az-syn-string:#86efac;--az-syn-number:#fdba74;--az-syn-function:#93c5fd}@keyframes modules-module__DH1TZW__moduleEntrance{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes modules-module__DH1TZW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.modules-module__DH1TZW__streamRendererWrap{scroll-behavior:smooth;flex-direction:column;width:100%;display:flex}.modules-module__DH1TZW__streamModule{border-radius:var(--az-radius-md);contain:layout style;content-visibility:auto;contain-intrinsic-size:auto 100px;margin-bottom:8px;position:relative}.modules-module__DH1TZW__streamModule:last-child{margin-bottom:0}.modules-module__DH1TZW__streamModuleFull{width:100%}.modules-module__DH1TZW__streamModuleHalf{width:50%}.modules-module__DH1TZW__streamModuleThird{width:33.333%}.modules-module__DH1TZW__streamModuleCollapsed{max-height:40px;overflow:hidden}.modules-module__DH1TZW__moduleEntrance{animation:modules-module__DH1TZW__moduleEntrance .2s var(--az-ease-out)both}.modules-module__DH1TZW__streamModuleHeader{border-radius:var(--az-radius-sm);cursor:pointer;width:100%;color:var(--az-text-muted);text-transform:uppercase;letter-spacing:.05em;transition:background var(--az-duration-fast)var(--az-ease-out);background:0 0;border:none;justify-content:space-between;align-items:center;padding:6px 8px;font-size:11px;font-weight:500;display:flex}.modules-module__DH1TZW__streamModuleHeader:hover{background:var(--az-accent-muted)}.modules-module__DH1TZW__streamModuleHeaderLabel{text-align:left;flex:1}.modules-module__DH1TZW__streamModuleChevron{transition:transform var(--az-duration-fast)var(--az-ease-out);color:var(--az-text-muted)}.modules-module__DH1TZW__streamModuleChevronCollapsed{transform:rotate(-90deg)}.modules-module__DH1TZW__streamModuleDivider{background:var(--az-border);height:1px;margin:4px 0 0}.modules-module__DH1TZW__streamModule:last-child .modules-module__DH1TZW__streamModuleDivider{display:none}.modules-module__DH1TZW__textModule{color:var(--az-text);word-break:break-word;letter-spacing:.005em;font-size:14px;line-height:1.65}.modules-module__DH1TZW__skeletonModule{flex-direction:column;gap:6px;padding:4px 0;display:flex}.modules-module__DH1TZW__skeletonLine{border-radius:var(--az-radius-xs);background:linear-gradient(90deg,var(--az-bg-surface)25%,var(--az-bg-hover)50%,var(--az-bg-surface)75%);background-size:200% 100%;height:12px;animation:1.8s ease-in-out infinite modules-module__DH1TZW__shimmer}.modules-module__DH1TZW__skeletonLineFull{width:100%}.modules-module__DH1TZW__skeletonLineMedium{width:80%}.modules-module__DH1TZW__skeletonLineShort{width:60%}.modules-module__DH1TZW__errorModule{background:var(--az-error-muted);border-left:3px solid var(--az-error);border-radius:var(--az-radius-sm);align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.modules-module__DH1TZW__errorModuleIcon{color:var(--az-error);flex-shrink:0;margin-top:1px}.modules-module__DH1TZW__errorModuleBody{flex-direction:column;flex:1;gap:6px;display:flex}.modules-module__DH1TZW__errorModuleMessage{color:var(--az-text);font-size:13px;line-height:1.5}.modules-module__DH1TZW__errorModuleRetry{color:var(--az-text);border:1px solid var(--az-border-hover);border-radius:var(--az-radius-sm);cursor:pointer;transition:background var(--az-duration-fast)var(--az-ease-out),border-color var(--az-duration-fast)var(--az-ease-out);background:0 0;align-self:flex-start;padding:4px 12px;font-size:12px;font-weight:500}.modules-module__DH1TZW__errorModuleRetry:hover{background:var(--az-accent-muted);border-color:var(--az-border-focus)}.modules-module__DH1TZW__errorModuleRetry:active{transform:scale(.97)}.modules-module__DH1TZW__thinkingModule{background:var(--az-bg-elevated);border:1px solid var(--az-border);border-radius:var(--az-radius-sm);padding:8px 10px}.modules-module__DH1TZW__thinkingModuleHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.modules-module__DH1TZW__thinkingModuleLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--az-text-muted);font-size:11px;font-weight:500}.modules-module__DH1TZW__thinkingModuleElapsed{color:var(--az-text-muted);font-variant-numeric:tabular-nums;font-size:11px}.modules-module__DH1TZW__thinkingModuleContent{font-family:var(--font-geist-mono),ui-monospace,monospace;color:var(--az-text-muted);white-space:pre-wrap;word-break:break-word;margin:0;font-size:12px;line-height:1.5}.modules-module__DH1TZW__streamModuleHeader:focus-visible{outline:2px solid var(--az-accent);outline-offset:2px;border-radius:var(--az-radius-sm)}.modules-module__DH1TZW__errorModuleRetry:focus-visible{outline:2px solid var(--az-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.modules-module__DH1TZW__moduleEntrance{animation:none}.modules-module__DH1TZW__skeletonLine{background:var(--az-bg-hover);animation:none}.modules-module__DH1TZW__streamModuleChevron,.modules-module__DH1TZW__streamModuleHeader{transition:none}}@media (max-width:767px){.modules-module__DH1TZW__streamModuleHalf,.modules-module__DH1TZW__streamModuleThird{width:100%}.modules-module__DH1TZW__textModule{font-size:15px;line-height:1.7}.modules-module__DH1TZW__streamModuleHeader{min-height:44px;padding:8px 12px;font-size:12px}.modules-module__DH1TZW__errorModuleRetry{min-width:44px;min-height:44px;padding:8px 16px;font-size:13px}.modules-module__DH1TZW__errorModule{padding:12px 16px}.modules-module__DH1TZW__errorModuleMessage{font-size:14px}.modules-module__DH1TZW__thinkingModuleContent{font-size:13px}}
.layoutModules-module__JRXE0q__actionBlockModule{box-sizing:border-box;width:100%}.layoutModules-module__JRXE0q__actionBlockTitle{color:var(--az-text,#e5e5e5);margin-bottom:4px;font-size:13px;font-weight:600}.layoutModules-module__JRXE0q__actionBlockDesc{color:var(--az-text-muted,#636363);margin-bottom:8px;font-size:12px;line-height:1.5}.layoutModules-module__JRXE0q__actionBar{border-top:1px solid var(--az-accent-muted,#1a1a1a);flex-wrap:wrap;gap:6px;padding:6px 0;display:flex}.layoutModules-module__JRXE0q__actionBtn{border-radius:var(--az-radius-sm,6px);cursor:pointer;height:32px;transition:all var(--az-duration-fast,.15s)var(--az-ease-out,cubic-bezier(.16,1,.3,1));color:var(--az-text,#e5e5e5);background:0 0;border:none;justify-content:center;align-items:center;gap:4px;min-width:44px;min-height:44px;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.layoutModules-module__JRXE0q__actionBtn:active{transform:scale(.96)}.layoutModules-module__JRXE0q__actionBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.layoutModules-module__JRXE0q__actionBtnPrimary{background:var(--az-accent,#fff);color:var(--az-text-inverse,#000)}.layoutModules-module__JRXE0q__actionBtnPrimary:hover:not(:disabled){opacity:.9}.layoutModules-module__JRXE0q__actionBtnSecondary{border:1px solid var(--az-border,#1a1a1a);color:var(--az-text,#e5e5e5);background:0 0}.layoutModules-module__JRXE0q__actionBtnSecondary:hover:not(:disabled){background:var(--az-accent-muted,#1a1a1a)}.layoutModules-module__JRXE0q__actionBtnDestructive{border:1px solid var(--az-error,#ef4444);color:var(--az-error,#ef4444);background:0 0}.layoutModules-module__JRXE0q__actionBtnDestructive:hover:not(:disabled){background:var(--az-error-muted,#ef444414)}.layoutModules-module__JRXE0q__actionBtnGhost{color:var(--az-text-secondary,#a3a3a3);background:0 0;font-weight:400}.layoutModules-module__JRXE0q__actionBtnGhost:hover:not(:disabled){text-decoration:underline}.layoutModules-module__JRXE0q__actionBtnIcon{font-size:14px;line-height:1}.layoutModules-module__JRXE0q__actionBtnSpinner{border:2px solid var(--az-text-muted,#636363);border-top-color:var(--az-text,#e5e5e5);border-radius:50%;width:12px;height:12px;animation:.6s linear infinite layoutModules-module__JRXE0q__actionSpin}@keyframes layoutModules-module__JRXE0q__actionSpin{to{transform:rotate(360deg)}}.layoutModules-module__JRXE0q__actionConfirm{z-index:10;background:var(--az-bg-surface,#0a0a0a);border:1px solid var(--az-border,#1a1a1a);border-radius:var(--az-radius-sm,6px);box-shadow:var(--az-shadow-md,0 4px 12px #0006);white-space:nowrap;margin-top:4px;padding:8px 12px;position:absolute;top:100%;left:0}.layoutModules-module__JRXE0q__actionConfirmText{color:var(--az-text,#e5e5e5);margin-bottom:6px;font-size:12px;display:block}.layoutModules-module__JRXE0q__actionConfirmBtns{gap:6px;display:flex}.layoutModules-module__JRXE0q__actionConfirmYes{background:var(--az-error,#ef4444);color:var(--az-text-inverse,#fff);border-radius:var(--az-radius-xs,4px);cursor:pointer;border:none;padding:2px 10px;font-size:11px;font-weight:600}.layoutModules-module__JRXE0q__actionConfirmNo{color:var(--az-text-muted,#636363);border:1px solid var(--az-border,#1a1a1a);border-radius:var(--az-radius-xs,4px);cursor:pointer;background:0 0;padding:2px 10px;font-size:11px;font-weight:600}.layoutModules-module__JRXE0q__wizardModule{box-sizing:border-box;width:100%}.layoutModules-module__JRXE0q__wizardStepper{align-items:center;gap:0;padding-bottom:4px;display:flex;overflow-x:auto}.layoutModules-module__JRXE0q__wizardStepItem{flex-shrink:0;align-items:center;gap:0;display:flex}.layoutModules-module__JRXE0q__wizardStepCircle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:600;display:flex}.layoutModules-module__JRXE0q__wizardStepCircleDone{background:var(--az-accent,#fff);color:var(--az-text-inverse,#000)}.layoutModules-module__JRXE0q__wizardStepCircleActive{border:2px solid var(--az-accent,#fff);color:var(--az-accent,#fff);animation:2s ease-in-out infinite layoutModules-module__JRXE0q__wizardPulse}.layoutModules-module__JRXE0q__wizardStepCirclePending{border:1px solid var(--az-text-muted,#636363);color:var(--az-text-muted,#636363)}@keyframes layoutModules-module__JRXE0q__wizardPulse{0%,to{box-shadow:0 0 0 0 var(--az-accent-muted,#ffffff1a)}50%{box-shadow:0 0 0 4px #ffffff0d}}.layoutModules-module__JRXE0q__wizardStepLabel{color:var(--az-text-muted,#636363);white-space:nowrap;margin-left:6px;margin-right:8px;font-size:11px}.layoutModules-module__JRXE0q__wizardStepLabelActive{color:var(--az-text,#e5e5e5);font-weight:500}.layoutModules-module__JRXE0q__wizardStepLine{background:var(--az-border,#1a1a1a);flex:1;min-width:20px;height:2px;margin:0 4px}.layoutModules-module__JRXE0q__wizardStepLineDone{background:var(--az-accent,#fff)}.layoutModules-module__JRXE0q__wizardContent{padding:12px 0}.layoutModules-module__JRXE0q__wizardStepDesc{color:var(--az-text-secondary,#a3a3a3);margin:0 0 8px;font-size:13px;line-height:1.5}.layoutModules-module__JRXE0q__wizardStepContent{color:var(--az-text,#e5e5e5);font-size:14px;line-height:1.6}.layoutModules-module__JRXE0q__wizardNav{border-top:1px solid var(--az-border,#1a1a1a);justify-content:space-between;padding-top:8px;display:flex}.layoutModules-module__JRXE0q__filterBar{flex-wrap:wrap;gap:12px;padding:6px 0;display:flex}.layoutModules-module__JRXE0q__filterItem{flex-direction:column;gap:4px;min-width:80px;display:flex}.layoutModules-module__JRXE0q__filterLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--az-text-muted,#636363);font-size:10px;font-weight:500}.layoutModules-module__JRXE0q__filterSelect{background:var(--az-bg-input,#0a0a0a);height:32px;color:var(--az-text,#e5e5e5);border:1px solid var(--az-border,#1a1a1a);border-radius:var(--az-radius-xs,4px);cursor:pointer;min-height:44px;padding:0 8px;font-size:12px}.layoutModules-module__JRXE0q__filterSelect:focus-visible{outline:2px solid var(--az-accent,#fff);outline-offset:2px}.layoutModules-module__JRXE0q__filterToggle{background:var(--az-bg-surface,#161616);border:1px solid var(--az-border,#1a1a1a);cursor:pointer;width:44px;height:24px;transition:background var(--az-duration-fast,.15s)var(--az-ease-out,cubic-bezier(.16,1,.3,1));border-radius:12px;align-items:center;min-height:44px;padding:0;display:flex;position:relative}.layoutModules-module__JRXE0q__filterToggleActive{background:var(--az-accent,#fff)}.layoutModules-module__JRXE0q__filterToggleThumb{background:var(--az-text,#e5e5e5);width:18px;height:18px;transition:transform var(--az-duration-fast,.15s)var(--az-ease-out,cubic-bezier(.16,1,.3,1));border-radius:50%;position:absolute;top:2px;left:2px}.layoutModules-module__JRXE0q__filterToggleActive .layoutModules-module__JRXE0q__filterToggleThumb{background:var(--az-text-inverse,#000);transform:translate(20px)}.layoutModules-module__JRXE0q__filterToggle:focus-visible{outline:2px solid var(--az-accent,#fff);outline-offset:2px}.layoutModules-module__JRXE0q__filterSlider{width:100%;accent-color:var(--az-accent,#fff);cursor:pointer;min-height:44px}.layoutModules-module__JRXE0q__filterSlider:focus-visible{outline:2px solid var(--az-accent,#fff);outline-offset:2px}.layoutModules-module__JRXE0q__progressModule{box-sizing:border-box;width:100%;padding:8px 0}.layoutModules-module__JRXE0q__progressHeader{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.layoutModules-module__JRXE0q__progressLabel{color:var(--az-text,#e5e5e5);font-size:13px;font-weight:500}.layoutModules-module__JRXE0q__progressStatus{text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:500}.layoutModules-module__JRXE0q__progressRunning{color:var(--az-accent,#fff)}.layoutModules-module__JRXE0q__progressComplete{color:var(--az-success,#22c55e)}.layoutModules-module__JRXE0q__progressFailed{color:var(--az-error,#ef4444)}.layoutModules-module__JRXE0q__progressElapsed{text-transform:none;letter-spacing:0;font-weight:400}.layoutModules-module__JRXE0q__progressTrack{background:var(--az-accent-muted,#1a1a1a);border-radius:2px;width:100%;height:4px;overflow:hidden}.layoutModules-module__JRXE0q__progressFill{height:100%;transition:width .3s var(--az-ease-out,cubic-bezier(.16,1,.3,1));border-radius:2px}.layoutModules-module__JRXE0q__progressFill.layoutModules-module__JRXE0q__progressRunning{background:var(--az-accent,#fff)}.layoutModules-module__JRXE0q__progressFill.layoutModules-module__JRXE0q__progressComplete{background:var(--az-success,#22c55e)}.layoutModules-module__JRXE0q__progressFill.layoutModules-module__JRXE0q__progressFailed{background:var(--az-error,#ef4444)}.layoutModules-module__JRXE0q__progressPercent{color:var(--az-text-muted,#636363);text-align:right;font-variant-numeric:tabular-nums;margin-top:2px;font-size:11px}.layoutModules-module__JRXE0q__agentHandoff{background:var(--az-bg-elevated,#0a0a0a);border:1px solid var(--az-border,#1a1a1a);border-radius:var(--az-radius-sm,6px);align-items:flex-start;gap:8px;padding:8px 12px;display:flex}.layoutModules-module__JRXE0q__agentHandoffIcon{color:var(--az-text-muted,#636363);flex-shrink:0;margin-top:1px;font-size:16px}.layoutModules-module__JRXE0q__agentHandoffBody{flex-direction:column;gap:2px;display:flex}.layoutModules-module__JRXE0q__agentHandoffLabel{color:var(--az-text,#e5e5e5);font-size:13px;line-height:1.4}.layoutModules-module__JRXE0q__agentHandoffReason{color:var(--az-text-muted,#636363);font-size:12px;line-height:1.4}.layoutModules-module__JRXE0q__sectionHeader{cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;background:0 0;border:none;outline:none;padding:4px 0;display:block}.layoutModules-module__JRXE0q__sectionHeader:focus-visible{outline:2px solid var(--az-accent,#fff);outline-offset:2px;border-radius:4px}.layoutModules-module__JRXE0q__sectionHeader:hover .layoutModules-module__JRXE0q__sectionHeaderTitle{color:var(--az-accent,#fff)}.layoutModules-module__JRXE0q__sectionHeaderRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.layoutModules-module__JRXE0q__sectionHeaderTitle{color:var(--az-text,#e5e5e5);margin:0;font-size:14px;font-weight:600;transition:color .15s}.layoutModules-module__JRXE0q__sectionChevron{color:var(--az-text-muted,#636363);flex-shrink:0;transition:transform .2s}.layoutModules-module__JRXE0q__sectionChevronCollapsed{transform:rotate(-90deg)}.layoutModules-module__JRXE0q__sectionHeaderSubtitle{color:var(--az-text-muted,#636363);margin:2px 0 6px;font-size:12px;line-height:1.4}.layoutModules-module__JRXE0q__sectionHeaderLine{background:var(--az-border,#1a1a1a);height:1px;margin-top:6px}.layoutModules-module__JRXE0q__gridLayout{grid-template-columns:repeat(var(--grid-cols,2),1fr);contain:layout;gap:8px;width:100%;display:grid}.layoutModules-module__JRXE0q__gridLayoutCell{min-width:0;overflow:hidden}.layoutModules-module__JRXE0q__gridLayoutFallback{color:var(--az-text-muted,#636363);padding:8px;font-size:12px}@media (min-width:768px) and (max-width:1023px){.layoutModules-module__JRXE0q__gridLayout{grid-template-columns:repeat(min(var(--grid-cols,2),2),1fr)}.layoutModules-module__JRXE0q__wizardStepLabel{display:none}}@media (max-width:767px){.layoutModules-module__JRXE0q__gridLayout{grid-template-columns:1fr}.layoutModules-module__JRXE0q__wizardStepper{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.layoutModules-module__JRXE0q__wizardStepLabel{display:none}.layoutModules-module__JRXE0q__wizardStepBtn{min-width:44px;min-height:44px}.layoutModules-module__JRXE0q__actionBar{flex-direction:column;gap:8px}.layoutModules-module__JRXE0q__actionBtn{justify-content:center;width:100%;min-height:44px}.layoutModules-module__JRXE0q__filterBar{flex-direction:column;gap:8px}.layoutModules-module__JRXE0q__filterItem{flex:auto;min-width:0}.layoutModules-module__JRXE0q__filterSelect,.layoutModules-module__JRXE0q__filterToggle{min-height:44px}.layoutModules-module__JRXE0q__progressLabel{font-size:14px}}@media (prefers-reduced-motion:reduce){.layoutModules-module__JRXE0q__actionBtn:active{transform:none}.layoutModules-module__JRXE0q__wizardStepCircleActive{animation:none}.layoutModules-module__JRXE0q__progressFill,.layoutModules-module__JRXE0q__filterToggleThumb{transition:none}}
.ArtemizModal-module__UZZc6q__overlay{z-index:10001;padding:1rem;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:max(1rem,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(32px)saturate(180%);background:#000000d9;justify-content:center;align-items:center;animation:.3s ease-out ArtemizModal-module__UZZc6q__overlayIn;display:flex;position:fixed;inset:0}@keyframes ArtemizModal-module__UZZc6q__overlayIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1}}.ArtemizModal-module__UZZc6q__glassCard{background:#000;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;width:95vw;max-width:800px;max-height:92vh;animation:.3s cubic-bezier(.32,.72,0,1) ArtemizModal-module__UZZc6q__cardIn;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006,0 24px 64px #0000004d}@keyframes ArtemizModal-module__UZZc6q__cardIn{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.ArtemizModal-module__UZZc6q__header{touch-action:pan-y;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:relative}.ArtemizModal-module__UZZc6q__swipeHandle{background:#ffffff40;border-radius:2px;width:40px;height:4px;display:none;position:absolute;top:8px;left:50%;transform:translate(-50%)}.ArtemizModal-module__UZZc6q__headerLeft{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.ArtemizModal-module__UZZc6q__headerIcon{color:#ffffffb3;background:#ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ArtemizModal-module__UZZc6q__storyBadge{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;max-width:400px;font-size:.8rem;font-weight:600;overflow:hidden}.ArtemizModal-module__UZZc6q__closeButton{color:#ffffffd9;cursor:pointer;background:#5c1010;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.ArtemizModal-module__UZZc6q__closeButton:hover{color:#fff;background:#8b1a1a;transform:scale(1.08)}.ArtemizModal-module__UZZc6q__closeButton:focus-visible{outline-offset:2px;outline:2px solid #5c101099}.ArtemizModal-module__UZZc6q__chatBody{scrollbar-width:none;-ms-overflow-style:none;flex:1;padding:1.25rem 1.5rem;overflow:hidden auto}.ArtemizModal-module__UZZc6q__chatBody::-webkit-scrollbar{display:none}.ArtemizModal-module__UZZc6q__message{margin-bottom:1.5rem}.ArtemizModal-module__UZZc6q__message:last-child{margin-bottom:0}.ArtemizModal-module__UZZc6q__userMessage{justify-content:flex-end;display:flex}.ArtemizModal-module__UZZc6q__userBubble{color:#ffffffe6;word-break:break-word;background:#ffffff1a;border-radius:16px 16px 4px;max-width:85%;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.ArtemizModal-module__UZZc6q__storyCard{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;max-width:92%;transition:border-color .2s;overflow:hidden}.ArtemizModal-module__UZZc6q__storyCardImageWrap{background:#ffffff08;width:100%;height:180px;position:relative;overflow:hidden}.ArtemizModal-module__UZZc6q__storyCardImage{object-fit:cover;width:100%;height:100%;display:block}.ArtemizModal-module__UZZc6q__storyCardImageOverlay{pointer-events:none;background:linear-gradient(#0000 40%,#000000d9 100%);position:absolute;inset:0}.ArtemizModal-module__UZZc6q__storyCardBody{padding:1rem 1.125rem .875rem}.ArtemizModal-module__UZZc6q__storyCardMeta{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.ArtemizModal-module__UZZc6q__storyCardSource{text-transform:uppercase;letter-spacing:.06em;color:#daa520;font-size:.7rem;font-weight:700}.ArtemizModal-module__UZZc6q__storyCardTime{color:#ffffff59;font-size:.65rem;font-weight:500}.ArtemizModal-module__UZZc6q__storyCardTime:before{content:"·";color:#fff3;margin-right:.5rem}.ArtemizModal-module__UZZc6q__storyCardHeadline{font-family:var(--paper-font-oldstandard,Georgia,serif);color:#fffffff2;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:1.05rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.ArtemizModal-module__UZZc6q__storyCardSnippet{color:#ffffff73;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:.8rem;line-height:1.55;display:-webkit-box;overflow:hidden}.ArtemizModal-module__UZZc6q__storyCardAction{text-transform:uppercase;letter-spacing:.08em;color:#ffffff4d;border-top:1px solid #ffffff0f;align-items:center;gap:.375rem;width:100%;padding-top:.625rem;font-size:.65rem;font-weight:600;display:inline-flex}.ArtemizModal-module__UZZc6q__storyCardAction svg{opacity:.5}[data-theme=light] .ArtemizModal-module__UZZc6q__storyCard{background:#00000006;border-color:#0000001a}[data-theme=light] .ArtemizModal-module__UZZc6q__storyCardSource{color:#b8860b}[data-theme=light] .ArtemizModal-module__UZZc6q__storyCardTime{color:#00000059}[data-theme=light] .ArtemizModal-module__UZZc6q__storyCardTime:before{color:#0003}[data-theme=light] .ArtemizModal-module__UZZc6q__storyCardHeadline{color:#000000e6}[data-theme=light] .ArtemizModal-module__UZZc6q__storyCardSnippet{color:#00000073}[data-theme=light] .ArtemizModal-module__UZZc6q__storyCardAction{color:#0000004d;border-top-color:#0000000f}[data-theme=light] .ArtemizModal-module__UZZc6q__storyCardImageOverlay{background:linear-gradient(#0000 40%,#ffffffe6 100%)}.ArtemizModal-module__UZZc6q__assistantMessage{width:100%}.ArtemizModal-module__UZZc6q__streamText{font-family:var(--paper-font-oldstandard,Georgia,serif);color:#ffffffd9;word-break:break-word;font-size:1rem;line-height:1.7}.ArtemizModal-module__UZZc6q__streamText p{margin:0 0 .75rem}.ArtemizModal-module__UZZc6q__streamText p:last-child{margin-bottom:0}.ArtemizModal-module__UZZc6q__mdListItem{gap:.5rem;margin:.25rem 0;padding-left:.25rem;line-height:1.6;display:flex}.ArtemizModal-module__UZZc6q__mdBullet{color:#fff6;flex-shrink:0;min-width:1em}[data-theme=light] .ArtemizModal-module__UZZc6q__mdBullet{color:#00000059}.ArtemizModal-module__UZZc6q__modulesWrap{margin-top:.75rem}.ArtemizModal-module__UZZc6q__collapsibleSection{margin-top:1.25rem}.ArtemizModal-module__UZZc6q__collapsibleHeader{cursor:pointer;color:#fffffff2;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.625rem 0;display:flex}.ArtemizModal-module__UZZc6q__collapsibleHeader:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #ffffff4d}.ArtemizModal-module__UZZc6q__collapsibleTitle{letter-spacing:.01em;font-size:.95rem;font-weight:700}.ArtemizModal-module__UZZc6q__collapsibleChevron{color:#ffffff80;flex-shrink:0;transition:transform .2s}.ArtemizModal-module__UZZc6q__collapsibleChevronCollapsed{transform:rotate(-90deg)}.ArtemizModal-module__UZZc6q__collapsibleContent{padding:.25rem 0 .5rem}.ArtemizModal-module__UZZc6q__collapsibleLine{background:linear-gradient(90deg,#c0392b80,#c0392b1a 80%,#0000);height:1px;margin-top:.25rem}[data-theme=light] .ArtemizModal-module__UZZc6q__collapsibleHeader{color:#000000e6}[data-theme=light] .ArtemizModal-module__UZZc6q__collapsibleChevron{color:#0006}[data-theme=light] .ArtemizModal-module__UZZc6q__collapsibleLine{background:linear-gradient(90deg,#c0392b66,#c0392b14 80%,#0000)}.ArtemizModal-module__UZZc6q__typingIndicator{gap:4px;padding:.75rem 0;display:inline-flex}.ArtemizModal-module__UZZc6q__typingDot{background:#fff6;border-radius:50%;width:6px;height:6px;animation:1.2s infinite ArtemizModal-module__UZZc6q__typingBounce}.ArtemizModal-module__UZZc6q__typingDot:nth-child(2){animation-delay:.2s}.ArtemizModal-module__UZZc6q__typingDot:nth-child(3){animation-delay:.4s}@keyframes ArtemizModal-module__UZZc6q__typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.ArtemizModal-module__UZZc6q__creditGate{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:1.25rem}.ArtemizModal-module__UZZc6q__creditGateTitle{color:#ffffffe6;margin:0 0 .5rem;font-size:.95rem;font-weight:600}.ArtemizModal-module__UZZc6q__creditGateDesc{color:#ffffff80;margin:0 0 1rem;font-size:.85rem;line-height:1.5}.ArtemizModal-module__UZZc6q__creditGateCount{color:#daa520;background:#daa5201a;border:1px solid #daa52033;border-radius:100px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.ArtemizModal-module__UZZc6q__suggestedPrompts{border-top:1px solid #ffffff0a;flex-wrap:wrap;flex-shrink:0;gap:.5rem;padding:.5rem 1.25rem;display:flex}.ArtemizModal-module__UZZc6q__promptPill{color:#ffffffb3;cursor:pointer;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff1a;border-radius:100px;padding:.375rem .875rem;font-size:.8rem;line-height:1.3;transition:all .2s}.ArtemizModal-module__UZZc6q__promptPill:hover{color:#fffffff2;background:#ffffff24;border-color:#fff3;box-shadow:0 0 12px #ffffff0f}.ArtemizModal-module__UZZc6q__promptPill:active{transform:scale(.97)}[data-theme=light] .ArtemizModal-module__UZZc6q__suggestedPrompts{border-top-color:#0000000a}[data-theme=light] .ArtemizModal-module__UZZc6q__promptPill{color:#0009;background:#0000000d;border-color:#0000001a}[data-theme=light] .ArtemizModal-module__UZZc6q__promptPill:hover{color:#000000d9;background:#0000001a;border-color:#0000002e;box-shadow:0 0 12px #0000000a}.ArtemizModal-module__UZZc6q__suggestedPromptsError{flex-shrink:0;align-items:center;gap:.5rem;padding:.375rem 1.25rem;display:flex}.ArtemizModal-module__UZZc6q__suggestedPromptsErrorText{color:#ffffff4d;font-size:.75rem}.ArtemizModal-module__UZZc6q__suggestedPromptsRetry{color:#ffffff80;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:underline;transition:color .15s}.ArtemizModal-module__UZZc6q__suggestedPromptsRetry:hover{color:#fffc}[data-theme=light] .ArtemizModal-module__UZZc6q__suggestedPromptsErrorText{color:#0000004d}[data-theme=light] .ArtemizModal-module__UZZc6q__suggestedPromptsRetry{color:#00000073}[data-theme=light] .ArtemizModal-module__UZZc6q__suggestedPromptsRetry:hover{color:#000000bf}.ArtemizModal-module__UZZc6q__composer{background:#000;border-top:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.ArtemizModal-module__UZZc6q__composerInput{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;outline:none;flex:1;height:40px;padding:0 1rem;font-size:.9rem;transition:border-color .2s}.ArtemizModal-module__UZZc6q__composerInput::placeholder{color:#ffffff4d}.ArtemizModal-module__UZZc6q__composerInput:focus{border-color:#ffffff40}.ArtemizModal-module__UZZc6q__composerInput:disabled{opacity:.5}.ArtemizModal-module__UZZc6q__sendButton{color:#000;cursor:pointer;background:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ArtemizModal-module__UZZc6q__sendButton:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px #fff3}.ArtemizModal-module__UZZc6q__sendButton:disabled{opacity:.3;cursor:not-allowed}.ArtemizModal-module__UZZc6q__sendButton svg{width:18px;height:18px}.ArtemizModal-module__UZZc6q__sessionCounter{color:#ffffff4d;white-space:nowrap;flex-shrink:0;font-size:.7rem}.ArtemizModal-module__UZZc6q__generateBtnWrap{flex-shrink:0;align-items:center;gap:4px;display:flex}.ArtemizModal-module__UZZc6q__generateBtn{color:#000;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:100px;align-items:center;gap:6px;height:36px;padding:0 14px;font-size:.8rem;font-weight:600;transition:all .2s;animation:.25s ease-out ArtemizModal-module__UZZc6q__genBtnIn;display:inline-flex}@keyframes ArtemizModal-module__UZZc6q__genBtnIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.ArtemizModal-module__UZZc6q__generateBtn:hover{color:#000;background:#daa520;box-shadow:0 2px 12px #daa5204d}.ArtemizModal-module__UZZc6q__generateBtn:active{transform:scale(.97)}.ArtemizModal-module__UZZc6q__generateBtnIcon{flex-shrink:0;width:12px;height:12px}.ArtemizModal-module__UZZc6q__generateBtnDismiss{color:#ffffff80;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.ArtemizModal-module__UZZc6q__generateBtnDismiss:hover{color:#fffc;background:#fff3}.ArtemizModal-module__UZZc6q__generationProgress{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;margin-top:.5rem;padding:1rem}.ArtemizModal-module__UZZc6q__genProgressHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ArtemizModal-module__UZZc6q__genProgressTool{color:#ffffffe6;font-size:.85rem;font-weight:600}.ArtemizModal-module__UZZc6q__genProgressSpinner{border:2px solid #fff3;border-top-color:#daa520;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite ArtemizModal-module__UZZc6q__genSpin;display:inline-block}@keyframes ArtemizModal-module__UZZc6q__genSpin{to{transform:rotate(360deg)}}.ArtemizModal-module__UZZc6q__genProgressDone{color:#4caf50;font-size:.75rem;font-weight:600}.ArtemizModal-module__UZZc6q__genProgressFailed{color:#e74c3c;font-size:.75rem;font-weight:600}.ArtemizModal-module__UZZc6q__genProgressBarTrack{background:#ffffff14;border-radius:2px;width:100%;height:4px;margin-bottom:.5rem;overflow:hidden}.ArtemizModal-module__UZZc6q__genProgressBarFill{background:linear-gradient(90deg,#daa520,#f0c040);border-radius:2px;height:100%;transition:width .5s}.ArtemizModal-module__UZZc6q__genProgressMeta{color:#ffffff73;justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.ArtemizModal-module__UZZc6q__genProgressError{color:#e74c3c}.ArtemizModal-module__UZZc6q__genRetryBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:100px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.ArtemizModal-module__UZZc6q__genRetryBtn:hover{background:#fff3}.ArtemizModal-module__UZZc6q__generationPreview{border-radius:8px;margin-top:.75rem;overflow:hidden}.ArtemizModal-module__UZZc6q__genPreviewImage{object-fit:cover;border-radius:8px;width:100%;max-height:300px}.ArtemizModal-module__UZZc6q__genPreviewVideo{background:#000;border-radius:8px;width:100%;max-height:300px}[data-theme=light] .ArtemizModal-module__UZZc6q__generateBtn{color:#fff;background:#000}[data-theme=light] .ArtemizModal-module__UZZc6q__generateBtn:hover{color:#000;background:#daa520}[data-theme=light] .ArtemizModal-module__UZZc6q__generateBtnDismiss{color:#0006;background:#0000000f}[data-theme=light] .ArtemizModal-module__UZZc6q__generateBtnDismiss:hover{color:#000000b3;background:#0000001f}[data-theme=light] .ArtemizModal-module__UZZc6q__generationProgress{background:#00000005;border-color:#00000014}[data-theme=light] .ArtemizModal-module__UZZc6q__genProgressTool{color:#000000d9}[data-theme=light] .ArtemizModal-module__UZZc6q__genProgressSpinner{border-color:#daa520 #00000026 #00000026}[data-theme=light] .ArtemizModal-module__UZZc6q__genProgressBarTrack{background:#0000000f}[data-theme=light] .ArtemizModal-module__UZZc6q__genProgressMeta{color:#0006}[data-theme=light] .ArtemizModal-module__UZZc6q__genRetryBtn{color:#000;background:#0000000f;border-color:#0000001a}[data-theme=light] .ArtemizModal-module__UZZc6q__genRetryBtn:hover{background:#0000001f}@media (max-width:768px){.ArtemizModal-module__UZZc6q__overlay{-webkit-backdrop-filter:blur(16px)saturate(160%);padding:.5rem}.ArtemizModal-module__UZZc6q__glassCard{border-radius:20px;width:98vw;max-height:94vh}.ArtemizModal-module__UZZc6q__storyBadge{max-width:200px;font-size:.75rem}.ArtemizModal-module__UZZc6q__chatBody{padding:1rem 1.25rem}.ArtemizModal-module__UZZc6q__storyCard{max-width:95%}.ArtemizModal-module__UZZc6q__storyCardImageWrap{height:150px}}@media (max-width:640px){.ArtemizModal-module__UZZc6q__overlay{-webkit-backdrop-filter:blur(12px)saturate(140%);align-items:flex-end;padding:.5rem 0 0}.ArtemizModal-module__UZZc6q__glassCard{border-radius:20px 20px 0 0;width:100%;max-height:calc(100dvh - 1rem)}.ArtemizModal-module__UZZc6q__swipeHandle{display:block}.ArtemizModal-module__UZZc6q__header{padding:1rem 1rem .75rem}.ArtemizModal-module__UZZc6q__storyBadge{max-width:180px;font-size:.7rem}.ArtemizModal-module__UZZc6q__closeButton{width:32px;height:32px}.ArtemizModal-module__UZZc6q__closeButton svg{width:12px;height:12px}.ArtemizModal-module__UZZc6q__chatBody{padding:1rem}.ArtemizModal-module__UZZc6q__storyCard{max-width:100%}.ArtemizModal-module__UZZc6q__storyCardImageWrap{height:140px}.ArtemizModal-module__UZZc6q__storyCardBody{padding:.75rem .875rem}.ArtemizModal-module__UZZc6q__storyCardHeadline{-webkit-line-clamp:2;font-size:.95rem}.ArtemizModal-module__UZZc6q__storyCardSnippet{-webkit-line-clamp:2;font-size:.75rem}.ArtemizModal-module__UZZc6q__suggestedPrompts{gap:.375rem;padding:.375rem 1rem}.ArtemizModal-module__UZZc6q__promptPill{padding:.3rem .75rem;font-size:.75rem}.ArtemizModal-module__UZZc6q__composer{padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0));flex-wrap:wrap}.ArtemizModal-module__UZZc6q__generateBtnWrap{width:100%;margin-bottom:.5rem}.ArtemizModal-module__UZZc6q__generateBtn{flex:1;justify-content:center}}[data-theme=light] .ArtemizModal-module__UZZc6q__overlay{background:#ffffffe0}[data-theme=light] .ArtemizModal-module__UZZc6q__glassCard{background:#fff;border-color:#00000014;box-shadow:0 8px 32px #0000001f,0 24px 64px #00000014}[data-theme=light] .ArtemizModal-module__UZZc6q__header{border-bottom-color:#0000000f}[data-theme=light] .ArtemizModal-module__UZZc6q__headerIcon{color:#0009;background:#0000000d}[data-theme=light] .ArtemizModal-module__UZZc6q__storyBadge{color:#000c}[data-theme=light] .ArtemizModal-module__UZZc6q__closeButton{color:#ffffffd9;background:#5c1010}[data-theme=light] .ArtemizModal-module__UZZc6q__closeButton:hover{color:#fff;background:#8b1a1a}[data-theme=light] .ArtemizModal-module__UZZc6q__chatBody{color:#000000d9}[data-theme=light] .ArtemizModal-module__UZZc6q__userBubble{color:#000000d9;background:#0000000f}[data-theme=light] .ArtemizModal-module__UZZc6q__streamText{color:#000c}[data-theme=light] .ArtemizModal-module__UZZc6q__typingDot{background:#0000004d}[data-theme=light] .ArtemizModal-module__UZZc6q__creditGate{background:#00000005;border-color:#00000014}[data-theme=light] .ArtemizModal-module__UZZc6q__creditGateTitle{color:#000000d9}[data-theme=light] .ArtemizModal-module__UZZc6q__creditGateDesc{color:#00000080}[data-theme=light] .ArtemizModal-module__UZZc6q__composer{background:#fff;border-top-color:#0000000f}[data-theme=light] .ArtemizModal-module__UZZc6q__composerInput{color:#000;background:#0000000a;border-color:#0000001a}[data-theme=light] .ArtemizModal-module__UZZc6q__composerInput::placeholder{color:#0000004d}[data-theme=light] .ArtemizModal-module__UZZc6q__composerInput:focus{border-color:#00000040}[data-theme=light] .ArtemizModal-module__UZZc6q__sendButton{color:#fff;background:#000}[data-theme=light] .ArtemizModal-module__UZZc6q__sessionCounter{color:#0000004d}@media (prefers-reduced-motion:reduce){.ArtemizModal-module__UZZc6q__overlay,.ArtemizModal-module__UZZc6q__glassCard,.ArtemizModal-module__UZZc6q__typingDot{animation:none}.ArtemizModal-module__UZZc6q__closeButton,.ArtemizModal-module__UZZc6q__promptPill{transition:none}}
.StreamModal-module__ygCCXG__comingSoonOverlay{z-index:10;pointer-events:none;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.StreamModal-module__ygCCXG__comingSoonStamp{letter-spacing:.15em;text-transform:uppercase;color:#f44;background:#000000d9;border:4px solid #f44;border-radius:8px;padding:.75rem 1.5rem;font-size:1.5rem;font-weight:800;animation:.3s ease-out StreamModal-module__ygCCXG__stampAppear;transform:rotate(-12deg);box-shadow:0 4px 20px #ff44444d,inset 0 0 20px #ff44441a}@keyframes StreamModal-module__ygCCXG__stampAppear{0%{opacity:0;transform:rotate(-12deg)scale(1.5)}to{opacity:1;transform:rotate(-12deg)scale(1)}}[data-theme=light] .StreamModal-module__ygCCXG__comingSoonStamp{color:#c00;background:#fffffff2;border-color:#c00;box-shadow:0 4px 20px #c003,inset 0 0 20px #cc00000d}.StreamModal-module__ygCCXG__comingSoonContent{opacity:.35;filter:grayscale();pointer-events:none}.StreamModal-module__ygCCXG__comingSoonContent .StreamModal-module__ygCCXG__closeButton,.StreamModal-module__ygCCXG__comingSoonContent .StreamModal-module__ygCCXG__cancelButton{pointer-events:auto;opacity:1;filter:none}.StreamModal-module__ygCCXG__comingSoonContent .StreamModal-module__ygCCXG__actions{pointer-events:auto}.StreamModal-module__ygCCXG__comingSoonContent .StreamModal-module__ygCCXG__actions .StreamModal-module__ygCCXG__castItButton{pointer-events:none}.StreamModal-module__ygCCXG__overlay{-webkit-backdrop-filter:blur(8px);z-index:10000;padding:1rem;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:max(1rem,env(safe-area-inset-bottom));background:#000000bf;justify-content:center;align-items:center;animation:.2s ease-out StreamModal-module__ygCCXG__fadeIn;display:flex;position:fixed;inset:0}@keyframes StreamModal-module__ygCCXG__fadeIn{0%{opacity:0}to{opacity:1}}.StreamModal-module__ygCCXG__modal{background:var(--news-surface,#1a1a1a);border:1px solid var(--news-border,#ffffff1a);border-radius:16px;width:100%;max-width:380px;padding:1.75rem;animation:.25s ease-out StreamModal-module__ygCCXG__slideUp;position:relative;overflow:hidden;box-shadow:0 24px 48px #0006}@keyframes StreamModal-module__ygCCXG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.StreamModal-module__ygCCXG__header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.StreamModal-module__ygCCXG__headerIcon{color:#000;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #ffffff26,inset 0 1px #fff3}.StreamModal-module__ygCCXG__headerIcon:before{content:"";background:linear-gradient(45deg,#0000 30%,#fff6 50%,#0000 70%);width:200%;height:200%;animation:3s ease-in-out infinite StreamModal-module__ygCCXG__shine;position:absolute;top:-50%;left:-50%}@keyframes StreamModal-module__ygCCXG__shine{0%{transform:translate(-100%)rotate(45deg)}to{transform:translate(100%)rotate(45deg)}}.StreamModal-module__ygCCXG__headerIcon svg{z-index:1;width:22px;height:22px;position:relative}[data-theme=light] .StreamModal-module__ygCCXG__headerIcon{color:#fff;background:#000;box-shadow:0 2px 8px #0003}.StreamModal-module__ygCCXG__title{color:var(--news-text-primary,#fff);letter-spacing:-.01em;flex:1;margin:0;font-size:1.25rem;font-weight:600}.StreamModal-module__ygCCXG__closeButton{background:var(--news-surface-muted,#2a2a2a);width:32px;height:32px;color:var(--news-text-secondary,#888);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.StreamModal-module__ygCCXG__closeButton:hover{background:var(--news-surface-elevated,#333);color:var(--news-text-primary,#fff)}.StreamModal-module__ygCCXG__storyPreview{background:var(--news-surface-muted,#2a2a2a);border:1px solid var(--news-border,#ffffff14);border-radius:12px;margin-bottom:1.25rem;overflow:hidden}.StreamModal-module__ygCCXG__storyMediaWrapper{aspect-ratio:16/9;background:#ffffff0d;width:100%;position:relative;overflow:hidden}.StreamModal-module__ygCCXG__storyMedia{object-fit:cover;width:100%;height:100%}.StreamModal-module__ygCCXG__storyMediaOverlay{pointer-events:none;background:linear-gradient(#0000 40%,#0009 100%);position:absolute;inset:0}.StreamModal-module__ygCCXG__storyContent{padding:.75rem 1rem}.StreamModal-module__ygCCXG__storyTitle{color:var(--news-text-primary,#fff);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.9rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.StreamModal-module__ygCCXG__storyMeta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.StreamModal-module__ygCCXG__storySource{color:var(--news-text-muted,#666);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.7rem;font-weight:500}.StreamModal-module__ygCCXG__storyStreamBadge{letter-spacing:.08em;color:#fff;text-transform:uppercase;background:#ffffff1f;border-radius:4px;align-items:center;gap:3px;padding:2px 7px 2px 5px;font-size:.6rem;font-weight:700;display:inline-flex}.StreamModal-module__ygCCXG__storyStreamBadge svg{flex-shrink:0}.StreamModal-module__ygCCXG__creditSection{background:var(--news-surface-muted,#2a2a2a);border:1px solid var(--news-border,#ffffff26);border-radius:12px;margin-bottom:1.25rem;padding:1rem}.StreamModal-module__ygCCXG__creditRow{justify-content:space-between;align-items:center;padding:.375rem 0;display:flex}.StreamModal-module__ygCCXG__creditRow:first-child{padding-top:0}.StreamModal-module__ygCCXG__creditRow:last-of-type{padding-bottom:0}.StreamModal-module__ygCCXG__creditLabel{color:var(--news-text-secondary,#aaa);font-size:.85rem}.StreamModal-module__ygCCXG__creditValue{color:var(--news-text-primary,#fff);font-size:1rem;font-weight:600}.StreamModal-module__ygCCXG__creditCost{color:var(--news-text-primary,#fff);font-size:.9rem;font-weight:500}.StreamModal-module__ygCCXG__creditWarning{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin:.75rem 0 0;padding:.625rem;font-size:.8rem;line-height:1.4}.StreamModal-module__ygCCXG__signInLink{color:#d4af37;font-size:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline;transition:color .15s;display:inline}.StreamModal-module__ygCCXG__signInLink:hover{color:#e5c352}.StreamModal-module__ygCCXG__getCreditsLink{border:1px solid var(--news-border,#ffffff26);width:100%;color:var(--news-text-secondary,#aaa);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.375rem;margin-top:.75rem;padding:.625rem .75rem;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.StreamModal-module__ygCCXG__getCreditsLink:hover{background:var(--news-surface-elevated,#333);color:var(--news-text-primary,#fff);border-color:var(--news-border-hover,#ffffff40)}.StreamModal-module__ygCCXG__getCreditsLink svg{flex-shrink:0}[data-theme=light] .StreamModal-module__ygCCXG__getCreditsLink{color:var(--news-text-secondary,#666);border-color:#00000026}[data-theme=light] .StreamModal-module__ygCCXG__getCreditsLink:hover{color:var(--news-text-primary,#000);background:#f5f5f5;border-color:#00000040}.StreamModal-module__ygCCXG__description{color:var(--news-text-secondary,#888);margin:0 0 1rem;font-size:.85rem;line-height:1.5}.StreamModal-module__ygCCXG__errorMessage{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.85rem}.StreamModal-module__ygCCXG__actions{flex-direction:column;gap:.75rem;display:flex}.StreamModal-module__ygCCXG__castItButton{cursor:pointer;color:#000;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.625rem;width:100%;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #fff3,inset 0 1px #ffffff4d}.StreamModal-module__ygCCXG__castItButton:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff80 50%,#0000 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.StreamModal-module__ygCCXG__castItButton:hover:before{left:100%}.StreamModal-module__ygCCXG__castItButton:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ffffff4d,0 0 0 2px #ffffff26}.StreamModal-module__ygCCXG__castItButton:active{transform:translateY(0)}.StreamModal-module__ygCCXG__castItButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.StreamModal-module__ygCCXG__castItButton:disabled:before{display:none}.StreamModal-module__ygCCXG__castItButton svg{flex-shrink:0;width:18px;height:18px}[data-theme=light] .StreamModal-module__ygCCXG__castItButton{color:#fff;background:#000;box-shadow:0 4px 16px #0003,inset 0 1px #ffffff1a}[data-theme=light] .StreamModal-module__ygCCXG__castItButton:hover{box-shadow:0 6px 24px #0000004d,0 0 0 2px #0000001a}.StreamModal-module__ygCCXG__streamItButton{cursor:pointer;color:#000;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.625rem;width:100%;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #fff3,inset 0 1px #ffffff4d}.StreamModal-module__ygCCXG__streamItButton:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff80 50%,#0000 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.StreamModal-module__ygCCXG__streamItButton:hover:before{left:100%}.StreamModal-module__ygCCXG__streamItButton:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ffffff4d,0 0 0 2px #ffffff26}.StreamModal-module__ygCCXG__streamItButton:active{transform:translateY(0)}.StreamModal-module__ygCCXG__streamItButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.StreamModal-module__ygCCXG__streamItButton:disabled:before{display:none}.StreamModal-module__ygCCXG__streamItButton svg{flex-shrink:0;width:18px;height:18px}[data-theme=light] .StreamModal-module__ygCCXG__streamItButton{color:#fff;background:#000;box-shadow:0 4px 16px #0003,inset 0 1px #ffffff1a}[data-theme=light] .StreamModal-module__ygCCXG__streamItButton:hover{box-shadow:0 6px 24px #0000004d,0 0 0 2px #0000001a}.StreamModal-module__ygCCXG__generatingButton{background:var(--news-surface-muted,#333);width:100%;color:var(--news-text-primary,#fff);cursor:not-allowed;border:none;border:1px solid var(--news-border,#fff3);border-radius:12px;justify-content:center;align-items:center;gap:.625rem;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;display:flex}.StreamModal-module__ygCCXG__spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite StreamModal-module__ygCCXG__spin}[data-theme=light] .StreamModal-module__ygCCXG__spinner{border-color:#000 #0003 #0003}@keyframes StreamModal-module__ygCCXG__spin{to{transform:rotate(360deg)}}.StreamModal-module__ygCCXG__watchButton{cursor:pointer;color:#000;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.625rem;width:100%;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #ffffff40}.StreamModal-module__ygCCXG__watchButton:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.StreamModal-module__ygCCXG__watchButton:hover:before{left:100%}.StreamModal-module__ygCCXG__watchButton:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ffffff59}.StreamModal-module__ygCCXG__watchButton svg{width:18px;height:18px}[data-theme=light] .StreamModal-module__ygCCXG__watchButton{color:#fff;background:#000;box-shadow:0 4px 16px #0003}[data-theme=light] .StreamModal-module__ygCCXG__watchButton:hover{box-shadow:0 6px 24px #0000004d}.StreamModal-module__ygCCXG__cancelButton{border:1px solid var(--news-border,#ffffff1a);width:100%;color:var(--news-text-secondary,#888);cursor:pointer;background:0 0;border-radius:10px;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .15s}.StreamModal-module__ygCCXG__cancelButton:hover{background:var(--news-surface-muted,#2a2a2a);color:var(--news-text-primary,#fff);border-color:var(--news-border-hover,#fff3)}.StreamModal-module__ygCCXG__footerNote{color:var(--news-text-muted,#666);text-align:center;margin:1rem 0 0;font-size:.75rem;line-height:1.4}[data-theme=light] .StreamModal-module__ygCCXG__modal{background:#fff;border-color:#0000001a;box-shadow:0 24px 48px #00000026}[data-theme=light] .StreamModal-module__ygCCXG__storyPreview{background:#f5f5f5;border-color:#00000014}[data-theme=light] .StreamModal-module__ygCCXG__storyMediaWrapper{background:#0000000a}[data-theme=light] .StreamModal-module__ygCCXG__storyStreamBadge{color:#000;background:#00000014}[data-theme=light] .StreamModal-module__ygCCXG__closeButton{background:#f0f0f0}[data-theme=light] .StreamModal-module__ygCCXG__closeButton:hover{background:#e5e5e5}[data-theme=light] .StreamModal-module__ygCCXG__cancelButton{border-color:#00000026}[data-theme=light] .StreamModal-module__ygCCXG__cancelButton:hover{background:#f5f5f5}.StreamModal-module__ygCCXG__progressSection{background:var(--news-surface-muted,#2a2a2a);border:1px solid var(--news-border,#ffffff1a);border-radius:12px;margin-bottom:1rem;padding:1rem}.StreamModal-module__ygCCXG__progressHeader{align-items:center;gap:.75rem;margin-bottom:.875rem;display:flex}.StreamModal-module__ygCCXG__currentStageIcon{background:#007aff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;animation:2s ease-in-out infinite StreamModal-module__ygCCXG__iconPulse;display:flex}.StreamModal-module__ygCCXG__stageIcon{width:100%;height:100%;color:var(--news-accent,#007aff)}@keyframes StreamModal-module__ygCCXG__iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.StreamModal-module__ygCCXG__progressInfo{flex:1;min-width:0}.StreamModal-module__ygCCXG__stageLabel{color:var(--news-text-primary,#fff);margin-bottom:2px;font-size:.875rem;font-weight:600;display:block}.StreamModal-module__ygCCXG__stageDescription{color:var(--news-text-muted,#888);font-size:.75rem;display:block}.StreamModal-module__ygCCXG__eta{color:var(--news-accent,#007aff);white-space:nowrap;background:#007aff1a;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:500}.StreamModal-module__ygCCXG__progressBar{background:#ffffff1a;border-radius:3px;height:6px;margin-bottom:.75rem;overflow:hidden}.StreamModal-module__ygCCXG__progressFill{background:var(--news-accent,#007aff);border-radius:3px;height:100%;transition:width .5s;position:relative}.StreamModal-module__ygCCXG__progressFill:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);animation:2s linear infinite StreamModal-module__ygCCXG__progressShine;position:absolute;inset:0}@keyframes StreamModal-module__ygCCXG__progressShine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.StreamModal-module__ygCCXG__stageDots{justify-content:space-between;gap:4px;margin-bottom:.75rem;display:flex}.StreamModal-module__ygCCXG__stageDot{background:#ffffff26;border-radius:50%;width:8px;height:8px;transition:all .3s}.StreamModal-module__ygCCXG__stageDot.StreamModal-module__ygCCXG__active{background:var(--news-accent,#007aff);animation:1.5s ease-in-out infinite StreamModal-module__ygCCXG__dotPulse;box-shadow:0 0 8px #007aff80}.StreamModal-module__ygCCXG__stageDot.StreamModal-module__ygCCXG__complete{background:#34c759}@keyframes StreamModal-module__ygCCXG__dotPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.StreamModal-module__ygCCXG__progressNote{color:var(--news-text-muted,#666);text-align:center;margin:0;font-size:.7rem;line-height:1.4}[data-theme=light] .StreamModal-module__ygCCXG__progressSection{background:#f5f5f5;border-color:#00000014}[data-theme=light] .StreamModal-module__ygCCXG__currentStageIcon{background:#007aff14}[data-theme=light] .StreamModal-module__ygCCXG__progressBar{background:#00000014}[data-theme=light] .StreamModal-module__ygCCXG__stageDot{background:#0000001a}.StreamModal-module__ygCCXG__retryButton{cursor:pointer;background:var(--news-surface-muted,#333);width:100%;color:var(--news-text-primary,#fff);border:none;border:1px solid var(--news-border,#ffffff26);border-radius:12px;justify-content:center;align-items:center;gap:.625rem;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.StreamModal-module__ygCCXG__retryButton:hover{background:var(--news-surface-elevated,#3a3a3a);border-color:var(--news-border-hover,#ffffff40);transform:translateY(-1px)}.StreamModal-module__ygCCXG__retryButton svg{width:18px;height:18px}[data-theme=light] .StreamModal-module__ygCCXG__retryButton{color:#000;background:#f0f0f0;border-color:#0000001a}[data-theme=light] .StreamModal-module__ygCCXG__retryButton:hover{background:#e5e5e5}@media (max-width:480px){.StreamModal-module__ygCCXG__modal{border-radius:12px;padding:1.25rem}.StreamModal-module__ygCCXG__headerIcon{width:36px;height:36px}.StreamModal-module__ygCCXG__title{font-size:1.1rem}.StreamModal-module__ygCCXG__castItButton,.StreamModal-module__ygCCXG__streamItButton,.StreamModal-module__ygCCXG__generatingButton,.StreamModal-module__ygCCXG__watchButton,.StreamModal-module__ygCCXG__retryButton{padding:.75rem 1rem;font-size:.95rem}.StreamModal-module__ygCCXG__progressHeader{flex-wrap:wrap}.StreamModal-module__ygCCXG__currentStageIcon{width:36px;height:36px;padding:6px}.StreamModal-module__ygCCXG__eta{text-align:center;flex-basis:100%;margin-top:.5rem}}
.ArticleZoom-module__2ZoO7W__overlay{z-index:10001;padding:1rem;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:max(1rem,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur()saturate();background:0 0;justify-content:center;align-items:center;transition:-webkit-backdrop-filter .4s cubic-bezier(.4,0,.2,1),backdrop-filter .4s cubic-bezier(.4,0,.2,1),background .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.ArticleZoom-module__2ZoO7W__overlay.ArticleZoom-module__2ZoO7W__entering,.ArticleZoom-module__2ZoO7W__overlay.ArticleZoom-module__2ZoO7W__visible{-webkit-backdrop-filter:blur(32px)saturate(180%);background:#000000d9}.ArticleZoom-module__2ZoO7W__overlay.ArticleZoom-module__2ZoO7W__exiting{-webkit-backdrop-filter:blur()saturate();background:0 0}.ArticleZoom-module__2ZoO7W__glassCard{transform-origin:50%;will-change:transform,opacity;background:#000;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;width:95vw;max-width:1100px;max-height:92vh;transition:transform .4s cubic-bezier(.32,.72,0,1),opacity .4s cubic-bezier(.32,.72,0,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006,0 24px 64px #0000004d}.ArticleZoom-module__2ZoO7W__header{touch-action:pan-y;cursor:grab;background:0 0;border-bottom:none;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:relative}.ArticleZoom-module__2ZoO7W__header:active{cursor:grabbing}.ArticleZoom-module__2ZoO7W__swipeHandle{background:#ffffff40;border-radius:2px;width:40px;height:4px;display:none;position:absolute;top:8px;left:50%;transform:translate(-50%)}.ArticleZoom-module__2ZoO7W__sectionBadge{font-size:calc(.65rem*var(--font-scale,1));letter-spacing:.15em;text-transform:uppercase;color:#ffffffe6;background:0 0;border:1.5px solid #ffffff59;border-radius:6px;padding:.35rem .85rem;font-weight:700;display:inline-block}.ArticleZoom-module__2ZoO7W__headerActions{align-items:center;gap:8px;display:flex}.ArticleZoom-module__2ZoO7W__actionButton{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:relative}.ArticleZoom-module__2ZoO7W__actionButton:hover{color:#ffffffe6;background:#ffffff14}.ArticleZoom-module__2ZoO7W__actionButton:focus-visible{outline-offset:2px;outline:2px solid #ffffff80}.ArticleZoom-module__2ZoO7W__actionButton.ArticleZoom-module__2ZoO7W__actionActive{color:#fff;background:#ffffff1a}.ArticleZoom-module__2ZoO7W__tldrButton{color:#fff9;height:32px;font-family:var(--font-mono,ui-monospace,monospace);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0 12px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.ArticleZoom-module__2ZoO7W__tldrButton:hover{color:#ffffffe6;background:#ffffff14}.ArticleZoom-module__2ZoO7W__tldrButton:focus-visible{outline-offset:2px;outline:2px solid #ffffff80}.ArticleZoom-module__2ZoO7W__tldrButton.ArticleZoom-module__2ZoO7W__tldrActive{color:#fff;background:#ffffff1f}.ArticleZoom-module__2ZoO7W__tldrContent{padding:.5rem 0}.ArticleZoom-module__2ZoO7W__tldrLabel{font-family:var(--paper-font-system,-apple-system,BlinkMacSystemFont,sans-serif);letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;background:#ffffff0f;border-radius:3px;margin-bottom:.75rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-block}.ArticleZoom-module__2ZoO7W__tldrHeadline{font-family:var(--paper-font-playfair,"Playfair Display",Georgia,serif);font-size:calc(1.25rem*var(--font-scale,1));color:#fff;letter-spacing:-.01em;margin:0 0 1rem;font-weight:700;line-height:1.2}.ArticleZoom-module__2ZoO7W__tldrSnippet{font-family:var(--paper-font-oldstandard,Georgia,serif);font-size:calc(1.1rem*var(--font-scale,1));color:#ffffffc7;margin:0;line-height:1.7}.ArticleZoom-module__2ZoO7W__actionIcon{justify-content:center;align-items:center;display:flex}.ArticleZoom-module__2ZoO7W__beakerIcon{opacity:.7;transition:opacity .2s}.ArticleZoom-module__2ZoO7W__actionButton:hover .ArticleZoom-module__2ZoO7W__beakerIcon{opacity:1}.ArticleZoom-module__2ZoO7W__actionSpinner{border:2px solid #0000;border-top-color:#fffc;border-radius:10px;animation:.8s linear infinite ArticleZoom-module__2ZoO7W__spin;position:absolute;inset:0}.ArticleZoom-module__2ZoO7W__actionDot{background:#4ade80;border-radius:50%;width:6px;height:6px;position:absolute;top:4px;right:4px}.ArticleZoom-module__2ZoO7W__actionDot[data-status=ready]{background:#4ade80}.ArticleZoom-module__2ZoO7W__actionDot[data-status=loading]{background:#facc15;animation:1.5s ease-in-out infinite ArticleZoom-module__2ZoO7W__castPulse}@keyframes ArticleZoom-module__2ZoO7W__castPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.ArticleZoom-module__2ZoO7W__closeButton{color:#fff9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.ArticleZoom-module__2ZoO7W__closeButton:hover{color:#ffffffe6;background:#ffffff24;transform:scale(1.08)}.ArticleZoom-module__2ZoO7W__closeButton:focus-visible{outline-offset:2px;outline:2px solid #fff3}.ArticleZoom-module__2ZoO7W__scrollArea{scrollbar-width:none;-ms-overflow-style:none;flex:1;overflow:hidden auto}.ArticleZoom-module__2ZoO7W__scrollArea::-webkit-scrollbar{display:none}.ArticleZoom-module__2ZoO7W__heroImage{aspect-ratio:16/10;background:#ffffff08;width:100%;max-height:50vh;position:relative;overflow:hidden}.ArticleZoom-module__2ZoO7W__image{object-fit:cover;object-position:top}.ArticleZoom-module__2ZoO7W__imageGradient{pointer-events:none;background:linear-gradient(#0000 40%,#00000026 65%,#00000080 100%);position:absolute;inset:0}.ArticleZoom-module__2ZoO7W__sourceBadge{-webkit-backdrop-filter:blur(10px);background:#0000008c;border-radius:100px;align-items:center;gap:.5rem;padding:.35rem .75rem .35rem .4rem;display:flex;position:absolute;bottom:1rem;left:1rem}.ArticleZoom-module__2ZoO7W__sourceBadgeLogo{object-fit:cover;border-radius:50%;flex-shrink:0;width:24px;height:24px}.ArticleZoom-module__2ZoO7W__sourceBadgeDot{background:#fff3;border-radius:50%;flex-shrink:0;width:24px;height:24px}.ArticleZoom-module__2ZoO7W__sourceBadgeName{font-size:calc(.8rem*var(--font-scale,1));color:#fff;letter-spacing:.02em;white-space:nowrap;font-weight:600}.ArticleZoom-module__2ZoO7W__imageContainer,.ArticleZoom-module__2ZoO7W__imageOverlay,.ArticleZoom-module__2ZoO7W__imageCaption{display:none}.ArticleZoom-module__2ZoO7W__subscriptionLabel{font-size:calc(.75rem*var(--font-scale,1));letter-spacing:.05em;text-transform:uppercase;color:#ffc470;background:#ffc4701a;border:1px solid #ffc47033;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-weight:600;display:inline-flex}.ArticleZoom-module__2ZoO7W__subscriptionLabel svg{flex-shrink:0;width:14px;height:14px}.ArticleZoom-module__2ZoO7W__articleBody{color:#ffffffeb;padding:1.75rem 2rem 2rem}.ArticleZoom-module__2ZoO7W__headline{font-family:var(--paper-font-playfair,"Playfair Display",Georgia,serif);font-size:calc(clamp(1.5rem,4.5vw,2.25rem)*var(--font-scale,1));color:#fff;letter-spacing:-.015em;margin:0 0 .75rem;font-weight:700;line-height:1.2}.ArticleZoom-module__2ZoO7W__metaRow{font-size:calc(.8rem*var(--font-scale,1));color:#ffffff73;align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.ArticleZoom-module__2ZoO7W__metaTime{color:#ffffff73;align-items:center;gap:.35rem;display:inline-flex}.ArticleZoom-module__2ZoO7W__clockIcon{opacity:.7;flex-shrink:0}.ArticleZoom-module__2ZoO7W__metaSection{text-transform:uppercase;letter-spacing:.06em;color:#ffffff73;font-weight:600}.ArticleZoom-module__2ZoO7W__sourceName{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.ArticleZoom-module__2ZoO7W__byline{color:#fff9;font-weight:500}.ArticleZoom-module__2ZoO7W__metaDivider{opacity:.3}.ArticleZoom-module__2ZoO7W__dateTime{font-style:italic}.ArticleZoom-module__2ZoO7W__accentDivider{background:linear-gradient(90deg,#daa52099 0%,#daa52026 100%);height:1px;margin-bottom:1.5rem}.ArticleZoom-module__2ZoO7W__translatedBadge{font-size:calc(.78rem*var(--font-scale,1));color:#ffffff80;align-items:center;gap:.35rem;margin-bottom:1rem;font-style:italic;display:inline-flex}.ArticleZoom-module__2ZoO7W__translatedBadge svg{opacity:.6;flex-shrink:0}.ArticleZoom-module__2ZoO7W__contentWrapper{transition:opacity .2s;overflow:hidden}.ArticleZoom-module__2ZoO7W__contentWrapper.ArticleZoom-module__2ZoO7W__contentFading{opacity:.3}.ArticleZoom-module__2ZoO7W__clearFloat{clear:both}.ArticleZoom-module__2ZoO7W__leadParagraph{font-family:var(--paper-font-oldstandard,Georgia,serif);font-size:calc(1.15rem*var(--font-scale,1));color:#ffffffe0;margin:0 0 1.5rem;line-height:1.75}.ArticleZoom-module__2ZoO7W__leadParagraph:first-letter{font-family:var(--paper-font-playfair,"Playfair Display",Georgia,serif);font-size:calc(3.25rem*var(--font-scale,1));float:left;color:#fff;margin-top:.08em;padding-right:.12em;font-weight:700;line-height:.8}.ArticleZoom-module__2ZoO7W__bodyContent{position:relative}.ArticleZoom-module__2ZoO7W__bodyParagraph{font-family:var(--paper-font-oldstandard,Georgia,serif);font-size:calc(1.05rem*var(--font-scale,1));color:#ffffffc7;text-indent:1.5em;margin:0 0 1.25rem;line-height:1.75}.ArticleZoom-module__2ZoO7W__bodyParagraph:first-child{text-indent:0}.ArticleZoom-module__2ZoO7W__continueNotice{text-align:center;font-size:calc(.85rem*var(--font-scale,1));color:#fff6;border-top:1px solid #ffffff0f;margin:1rem 0 0;padding-top:1rem}.ArticleZoom-module__2ZoO7W__mdContent{animation:.3s ArticleZoom-module__2ZoO7W__fadeIn}@keyframes ArticleZoom-module__2ZoO7W__fadeIn{0%{opacity:0}to{opacity:1}}.ArticleZoom-module__2ZoO7W__mdH2{font-family:var(--paper-font-playfair,"Playfair Display",Georgia,serif);font-size:calc(1.4rem*var(--font-scale,1));color:#fff;margin:1.75rem 0 .75rem;font-weight:700;line-height:1.25}.ArticleZoom-module__2ZoO7W__mdH3{font-family:var(--paper-font-oldstandard,Georgia,serif);font-size:calc(1.15rem*var(--font-scale,1));color:#ffffffeb;margin:1.5rem 0 .5rem;font-weight:600;line-height:1.3}.ArticleZoom-module__2ZoO7W__mdH4{font-family:var(--paper-font-oldstandard,Georgia,serif);font-size:calc(1rem*var(--font-scale,1));color:#ffffffd9;text-transform:uppercase;letter-spacing:.04em;margin:1.25rem 0 .5rem;font-weight:600}.ArticleZoom-module__2ZoO7W__mdPara{font-family:var(--paper-font-oldstandard,Georgia,serif);font-size:calc(1.05rem*var(--font-scale,1));color:#ffffffc7;margin:0 0 1rem;line-height:1.75}.ArticleZoom-module__2ZoO7W__mdPara:first-child{font-size:calc(1.15rem*var(--font-scale,1));color:#ffffffe0}.ArticleZoom-module__2ZoO7W__mdList{margin:.75rem 0 .75rem 1.5rem;padding:0}.ArticleZoom-module__2ZoO7W__mdListItem{font-family:var(--paper-font-oldstandard,Georgia,serif);font-size:calc(1rem*var(--font-scale,1));color:#ffffffc7;margin:0 0 .4rem;line-height:1.65}.ArticleZoom-module__2ZoO7W__mdBlockquote{background:#ffffff08;border-left:3px solid #daa52066;border-radius:0 8px 8px 0;margin:1.25rem 0;padding:.85rem 1.25rem}.ArticleZoom-module__2ZoO7W__mdBlockquotePara{font-family:var(--paper-font-oldstandard,Georgia,serif);font-size:calc(1rem*var(--font-scale,1));color:#fff9;margin:0 0 .5rem;font-style:italic;line-height:1.65}.ArticleZoom-module__2ZoO7W__mdBlockquotePara:last-child{margin-bottom:0}.ArticleZoom-module__2ZoO7W__mdTableWrap{border:1px solid #ffffff14;border-radius:8px;margin:1.25rem 0;overflow-x:auto}.ArticleZoom-module__2ZoO7W__mdTable{border-collapse:collapse;width:100%;font-size:calc(.85rem*var(--font-scale,1))}.ArticleZoom-module__2ZoO7W__mdTh{text-align:left;color:#ffffffe6;white-space:nowrap;background:#ffffff0f;border-bottom:1px solid #ffffff1a;padding:.6rem .85rem;font-weight:600}.ArticleZoom-module__2ZoO7W__mdTd{color:#ffffffb3;border-bottom:1px solid #ffffff0a;padding:.5rem .85rem}.ArticleZoom-module__2ZoO7W__mdTable tr:last-child .ArticleZoom-module__2ZoO7W__mdTd{border-bottom:none}.ArticleZoom-module__2ZoO7W__mdHr{border:none;border-top:1px solid #ffffff14;margin:1.5rem 0}.ArticleZoom-module__2ZoO7W__loadingContent{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.ArticleZoom-module__2ZoO7W__loadingSpinner{border:3px solid #ffffff1a;border-top-color:#ffffffb3;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite ArticleZoom-module__2ZoO7W__spin}.ArticleZoom-module__2ZoO7W__loadingText{font-size:calc(.9rem*var(--font-scale,1));color:#fff6;margin:0}.ArticleZoom-module__2ZoO7W__loadingMore{color:#fff6;font-size:calc(.85rem*var(--font-scale,1));justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem 0;display:flex}.ArticleZoom-module__2ZoO7W__loadingSpinnerSmall{border:2px solid #ffffff1a;border-top-color:#ffffff80;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite ArticleZoom-module__2ZoO7W__spin}@keyframes ArticleZoom-module__2ZoO7W__spin{to{transform:rotate(360deg)}}.ArticleZoom-module__2ZoO7W__noContentMessage{text-align:center;background:#ffffff08;border:1px dashed #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin:1rem 0;padding:2.5rem 2rem;display:flex}.ArticleZoom-module__2ZoO7W__noContentText{font-family:var(--paper-font-oldstandard,Georgia,serif);font-size:calc(1.1rem*var(--font-scale,1));color:#fff9;margin:0 0 .5rem}.ArticleZoom-module__2ZoO7W__noContentSubtext{font-size:calc(.9rem*var(--font-scale,1));color:#fff6;margin:0}.ArticleZoom-module__2ZoO7W__footer{background:#000;border-top:1px solid #ffffff0f;flex-shrink:0;padding:1rem 1.5rem 1.25rem}.ArticleZoom-module__2ZoO7W__visitSourceButton{width:100%;font-size:calc(.9rem*var(--font-scale,1));letter-spacing:.05em;color:#000;cursor:pointer;background:#daa520;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.65rem;padding:1rem 1.75rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 16px #daa52040}.ArticleZoom-module__2ZoO7W__visitSourceButton:hover{background:#f0c040;transform:translateY(-2px);box-shadow:0 8px 24px #daa52059}.ArticleZoom-module__2ZoO7W__visitSourceButton:active{transform:translateY(0)}.ArticleZoom-module__2ZoO7W__visitSourceButton svg{flex-shrink:0;transition:transform .2s}.ArticleZoom-module__2ZoO7W__visitSourceButton:hover svg{transform:translate(2px,-2px)}.ArticleZoom-module__2ZoO7W__closeFooterButton{width:100%;font-size:calc(.9rem*var(--font-scale,1));letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;padding:1rem 1.75rem;font-weight:600;transition:all .2s}.ArticleZoom-module__2ZoO7W__closeFooterButton:hover{background:#ffffff1f}@media (max-width:768px){.ArticleZoom-module__2ZoO7W__overlay{padding:.5rem}.ArticleZoom-module__2ZoO7W__overlay.ArticleZoom-module__2ZoO7W__entering,.ArticleZoom-module__2ZoO7W__overlay.ArticleZoom-module__2ZoO7W__visible{-webkit-backdrop-filter:blur(16px)saturate(160%)}.ArticleZoom-module__2ZoO7W__glassCard{border-radius:20px;width:98vw;max-height:94vh}.ArticleZoom-module__2ZoO7W__header{padding:.875rem 1rem}.ArticleZoom-module__2ZoO7W__articleBody{padding:1.5rem 1.5rem 1.75rem}.ArticleZoom-module__2ZoO7W__headline{font-size:calc(1.45rem*var(--font-scale,1))}.ArticleZoom-module__2ZoO7W__leadParagraph{font-size:calc(1.05rem*var(--font-scale,1))}.ArticleZoom-module__2ZoO7W__leadParagraph:first-letter{font-size:calc(2.75rem*var(--font-scale,1))}.ArticleZoom-module__2ZoO7W__bodyParagraph{font-size:calc(1.05rem*var(--font-scale,1))}}@media (max-width:640px){.ArticleZoom-module__2ZoO7W__overlay{align-items:flex-end;padding:.5rem 0 0}.ArticleZoom-module__2ZoO7W__overlay.ArticleZoom-module__2ZoO7W__entering,.ArticleZoom-module__2ZoO7W__overlay.ArticleZoom-module__2ZoO7W__visible{-webkit-backdrop-filter:blur(12px)saturate(140%)}.ArticleZoom-module__2ZoO7W__glassCard{background:#000;border-radius:20px 20px 0 0;width:100%;max-height:calc(100dvh - 1rem)}.ArticleZoom-module__2ZoO7W__header{padding:1rem 1rem .75rem}.ArticleZoom-module__2ZoO7W__swipeHandle{display:block}.ArticleZoom-module__2ZoO7W__sectionBadge{font-size:calc(.6rem*var(--font-scale,1));padding:.3rem .7rem}.ArticleZoom-module__2ZoO7W__headerActions{gap:5px}.ArticleZoom-module__2ZoO7W__actionButton{width:32px;height:32px}.ArticleZoom-module__2ZoO7W__actionButton svg{width:15px;height:15px}.ArticleZoom-module__2ZoO7W__actionDot{width:5px;height:5px;top:3px;right:3px}.ArticleZoom-module__2ZoO7W__tldrButton{border-radius:7px;height:28px;padding:0 8px;font-size:9px}.ArticleZoom-module__2ZoO7W__closeButton{width:32px;height:32px}.ArticleZoom-module__2ZoO7W__closeButton svg{width:12px;height:12px}.ArticleZoom-module__2ZoO7W__heroImage{aspect-ratio:16/10}.ArticleZoom-module__2ZoO7W__sourceBadge{bottom:.75rem;left:.75rem}.ArticleZoom-module__2ZoO7W__sourceBadgeLogo,.ArticleZoom-module__2ZoO7W__sourceBadgeDot{width:22px;height:22px}.ArticleZoom-module__2ZoO7W__sourceBadgeName{font-size:calc(.75rem*var(--font-scale,1))}.ArticleZoom-module__2ZoO7W__articleBody{padding:1.25rem 1.25rem 1.5rem}.ArticleZoom-module__2ZoO7W__headline{font-size:calc(1.35rem*var(--font-scale,1));line-height:1.25}.ArticleZoom-module__2ZoO7W__metaRow{font-size:calc(.75rem*var(--font-scale,1));gap:.5rem;margin-bottom:.75rem}.ArticleZoom-module__2ZoO7W__accentDivider{margin-bottom:1.25rem}.ArticleZoom-module__2ZoO7W__leadParagraph{font-size:calc(1rem*var(--font-scale,1));line-height:1.7}.ArticleZoom-module__2ZoO7W__leadParagraph:first-letter{font-size:calc(2.85rem*var(--font-scale,1))}.ArticleZoom-module__2ZoO7W__bodyParagraph{font-size:calc(1rem*var(--font-scale,1));text-indent:1em;line-height:1.65}.ArticleZoom-module__2ZoO7W__footer{padding:1rem 1.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0))}.ArticleZoom-module__2ZoO7W__visitSourceButton,.ArticleZoom-module__2ZoO7W__closeFooterButton{font-size:calc(.85rem*var(--font-scale,1));border-radius:10px;min-height:48px;padding:.9rem 1.5rem}}@media (max-width:380px){.ArticleZoom-module__2ZoO7W__glassCard{border-radius:0;width:100vw;max-height:100vh}.ArticleZoom-module__2ZoO7W__articleBody{padding:1rem 1rem 1.25rem}.ArticleZoom-module__2ZoO7W__headline{font-size:calc(1.2rem*var(--font-scale,1))}.ArticleZoom-module__2ZoO7W__leadParagraph:first-letter{font-size:calc(2.35rem*var(--font-scale,1))}.ArticleZoom-module__2ZoO7W__bodyParagraph{font-size:calc(.9rem*var(--font-scale,1))}.ArticleZoom-module__2ZoO7W__continueNotice{font-size:calc(.8rem*var(--font-scale,1))}.ArticleZoom-module__2ZoO7W__footer{padding:.875rem 1rem}.ArticleZoom-module__2ZoO7W__visitSourceButton,.ArticleZoom-module__2ZoO7W__closeFooterButton{font-size:calc(.8rem*var(--font-scale,1));padding:.85rem 1.25rem}}[data-theme=light] .ArticleZoom-module__2ZoO7W__overlay.ArticleZoom-module__2ZoO7W__entering,[data-theme=light] .ArticleZoom-module__2ZoO7W__overlay.ArticleZoom-module__2ZoO7W__visible{background:#ffffffe0}[data-theme=light] .ArticleZoom-module__2ZoO7W__glassCard{background:#fff;border-color:#00000014;box-shadow:0 8px 32px #0000001f,0 24px 64px #00000014}[data-theme=light] .ArticleZoom-module__2ZoO7W__header{background:0 0}[data-theme=light] .ArticleZoom-module__2ZoO7W__swipeHandle{background:#0003}[data-theme=light] .ArticleZoom-module__2ZoO7W__sectionBadge{color:#000c;border-color:#0003}[data-theme=light] .ArticleZoom-module__2ZoO7W__tldrButton{color:#00000080}[data-theme=light] .ArticleZoom-module__2ZoO7W__tldrButton:hover{color:#000c;background:#0000000d}[data-theme=light] .ArticleZoom-module__2ZoO7W__tldrButton.ArticleZoom-module__2ZoO7W__tldrActive{color:#000000e6;background:#00000014}[data-theme=light] .ArticleZoom-module__2ZoO7W__tldrLabel{color:#0006;background:#0000000d}[data-theme=light] .ArticleZoom-module__2ZoO7W__tldrHeadline{color:#1a1815}[data-theme=light] .ArticleZoom-module__2ZoO7W__tldrSnippet{color:#3a3530}[data-theme=light] .ArticleZoom-module__2ZoO7W__actionButton{color:#00000080}[data-theme=light] .ArticleZoom-module__2ZoO7W__actionButton:hover{color:#000c;background:#0000000d}[data-theme=light] .ArticleZoom-module__2ZoO7W__actionButton.ArticleZoom-module__2ZoO7W__actionActive{color:#000000e6;background:#00000014}[data-theme=light] .ArticleZoom-module__2ZoO7W__actionSpinner{border-top-color:#0009}[data-theme=light] .ArticleZoom-module__2ZoO7W__closeButton{color:#00000080;background:#0000000f;border-color:#0000001a}[data-theme=light] .ArticleZoom-module__2ZoO7W__closeButton:hover{color:#000c;background:#0000001f}[data-theme=light] .ArticleZoom-module__2ZoO7W__articleBody{color:#000000d9}[data-theme=light] .ArticleZoom-module__2ZoO7W__headline{color:#1a1815}[data-theme=light] .ArticleZoom-module__2ZoO7W__metaRow,[data-theme=light] .ArticleZoom-module__2ZoO7W__metaTime,[data-theme=light] .ArticleZoom-module__2ZoO7W__metaSection{color:#0006}[data-theme=light] .ArticleZoom-module__2ZoO7W__sourceName{color:#000000b3}[data-theme=light] .ArticleZoom-module__2ZoO7W__byline{color:#0009}[data-theme=light] .ArticleZoom-module__2ZoO7W__accentDivider{background:linear-gradient(90deg,#b4821480 0%,#b482141a 100%)}[data-theme=light] .ArticleZoom-module__2ZoO7W__translatedBadge{color:#00000073}[data-theme=light] .ArticleZoom-module__2ZoO7W__leadParagraph{color:#2a2520}[data-theme=light] .ArticleZoom-module__2ZoO7W__leadParagraph:first-letter{color:#1a1815}[data-theme=light] .ArticleZoom-module__2ZoO7W__bodyParagraph{color:#3a3530}[data-theme=light] .ArticleZoom-module__2ZoO7W__heroImage{background:#00000008}[data-theme=light] .ArticleZoom-module__2ZoO7W__imageGradient{background:linear-gradient(#0000 40%,#ffffff26 65%,#ffffff80 100%)}[data-theme=light] .ArticleZoom-module__2ZoO7W__sourceBadge{background:#0000008c}[data-theme=light] .ArticleZoom-module__2ZoO7W__sourceBadgeName{color:#fff}[data-theme=light] .ArticleZoom-module__2ZoO7W__subscriptionLabel{color:#b87500;background:#b875001a;border-color:#b8750033}[data-theme=light] .ArticleZoom-module__2ZoO7W__continueNotice{color:#0006;border-color:#0000000f}[data-theme=light] .ArticleZoom-module__2ZoO7W__footer{background:#fff;border-color:#0000000f}[data-theme=light] .ArticleZoom-module__2ZoO7W__visitSourceButton{color:#000;background:#daa520;box-shadow:0 4px 16px #b4821433}[data-theme=light] .ArticleZoom-module__2ZoO7W__visitSourceButton:hover{background:#f0c040;box-shadow:0 8px 24px #b482144d}[data-theme=light] .ArticleZoom-module__2ZoO7W__closeFooterButton{color:#000c;background:#0000000d;border-color:#0000001a}[data-theme=light] .ArticleZoom-module__2ZoO7W__closeFooterButton:hover{background:#00000014}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdH2{color:#1a1815}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdH3{color:#2a2520}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdH4,[data-theme=light] .ArticleZoom-module__2ZoO7W__mdPara{color:#3a3530}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdPara:first-child{color:#2a2520}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdListItem{color:#3a3530}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdBlockquote{background:#00000005;border-left-color:#b4821459}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdBlockquotePara{color:#0000008c}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdTableWrap{border-color:#00000014}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdTh{color:#000c;background:#00000008;border-bottom-color:#0000001a}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdTd{color:#0009;border-bottom-color:#0000000a}[data-theme=light] .ArticleZoom-module__2ZoO7W__mdHr{border-top-color:#00000014}[data-theme=light] .ArticleZoom-module__2ZoO7W__loadingSpinner{border-color:#00000080 #0000001a #0000001a}[data-theme=light] .ArticleZoom-module__2ZoO7W__loadingText,[data-theme=light] .ArticleZoom-module__2ZoO7W__loadingMore{color:#0006}[data-theme=light] .ArticleZoom-module__2ZoO7W__loadingSpinnerSmall{border-color:#00000080 #0000001a #0000001a}[data-theme=light] .ArticleZoom-module__2ZoO7W__noContentMessage{background:#00000005;border-color:#00000014}[data-theme=light] .ArticleZoom-module__2ZoO7W__noContentText{color:#00000080}[data-theme=light] .ArticleZoom-module__2ZoO7W__noContentSubtext{color:#00000059}@media (max-width:640px){[data-theme=light] .ArticleZoom-module__2ZoO7W__glassCard{background:#fff}}@media (max-width:380px){[data-theme=light] .ArticleZoom-module__2ZoO7W__glassCard{background:#fff}}@media (prefers-reduced-motion:reduce){.ArticleZoom-module__2ZoO7W__overlay{transition:none}.ArticleZoom-module__2ZoO7W__glassCard{transition:opacity .2s}.ArticleZoom-module__2ZoO7W__closeButton,.ArticleZoom-module__2ZoO7W__visitSourceButton,.ArticleZoom-module__2ZoO7W__closeFooterButton,.ArticleZoom-module__2ZoO7W__contentWrapper{transition:none}}
.ImmersiveReader-module__2bCwCa__overlay{z-index:10002;-webkit-backdrop-filter:blur()saturate();background:0 0;justify-content:center;align-items:center;padding:1rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.ImmersiveReader-module__2bCwCa__overlay.ImmersiveReader-module__2bCwCa__entering,.ImmersiveReader-module__2bCwCa__overlay.ImmersiveReader-module__2bCwCa__visible{-webkit-backdrop-filter:blur(40px)saturate(180%);background:#000000eb}.ImmersiveReader-module__2bCwCa__overlay.ImmersiveReader-module__2bCwCa__exiting{-webkit-backdrop-filter:blur()saturate();background:0 0}.ImmersiveReader-module__2bCwCa__reader{transform-origin:50%;will-change:transform,opacity;background:#000;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:94vw;max-width:980px;max-height:90vh;transition:transform .35s cubic-bezier(.32,.72,0,1),opacity .35s cubic-bezier(.32,.72,0,1);display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0009,0 0 100px #0006}.ImmersiveReader-module__2bCwCa__header{touch-action:pan-y;cursor:grab;background:0 0;border-bottom:none;flex-shrink:0;justify-content:space-between;align-items:center;min-height:52px;padding:.875rem 1.25rem;display:flex;position:relative}.ImmersiveReader-module__2bCwCa__header:active{cursor:grabbing}.ImmersiveReader-module__2bCwCa__swipeHandle{background:#ffffff40;border-radius:2px;width:36px;height:4px;display:none;position:absolute;top:6px;left:50%;transform:translate(-50%)}.ImmersiveReader-module__2bCwCa__headerLeft,.ImmersiveReader-module__2bCwCa__headerRight{align-items:center;gap:.5rem;display:flex}.ImmersiveReader-module__2bCwCa__rankBubble,.ImmersiveReader-module__2bCwCa__sectionBubble{font-size:calc(.65rem*var(--font-scale,1));letter-spacing:.12em;text-transform:uppercase;color:#ffffffe6;background:0 0;border:1.5px solid #ffffff59;border-radius:6px;align-items:center;padding:.3rem .75rem;font-weight:700;transition:all .2s;display:inline-flex}.ImmersiveReader-module__2bCwCa__rankBubble[data-tier=gold]{color:gold;text-shadow:0 0 8px #ffd7004d;background:linear-gradient(135deg,#ffd70033,#ffb40026);border-color:#ffd70066}.ImmersiveReader-module__2bCwCa__rankBubble[data-tier=silver]{color:#fff;background:#ffffff14;border-color:#ffffff4d}.ImmersiveReader-module__2bCwCa__rankBubble[data-tier=bronze]{color:#dcb48ce6;background:#b48c6426;border-color:#b48c644d}.ImmersiveReader-module__2bCwCa__sectionBubble{background:0 0;border-color:#ffffff59}.ImmersiveReader-module__2bCwCa__grokButton,.ImmersiveReader-module__2bCwCa__castButton,.ImmersiveReader-module__2bCwCa__shareButton{cursor:pointer;color:#fff9;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:relative}.ImmersiveReader-module__2bCwCa__grokButton:hover,.ImmersiveReader-module__2bCwCa__castButton:hover,.ImmersiveReader-module__2bCwCa__shareButton:hover{color:#ffffffe6;background:#ffffff14}.ImmersiveReader-module__2bCwCa__grokButton.ImmersiveReader-module__2bCwCa__grokActive{color:#fff;background:#ffffff1a}.ImmersiveReader-module__2bCwCa__grokIcon{justify-content:center;align-items:center;display:flex}.ImmersiveReader-module__2bCwCa__grokLogo{opacity:.7;border-radius:50%;transition:opacity .2s}.ImmersiveReader-module__2bCwCa__grokButton:hover .ImmersiveReader-module__2bCwCa__grokLogo,.ImmersiveReader-module__2bCwCa__grokButton.ImmersiveReader-module__2bCwCa__grokActive .ImmersiveReader-module__2bCwCa__grokLogo{opacity:1}.ImmersiveReader-module__2bCwCa__grokSpinner{border:2px solid #0000;border-top-color:#fffc;border-radius:10px;animation:.8s linear infinite ImmersiveReader-module__2bCwCa__spin;position:absolute;inset:-2px}.ImmersiveReader-module__2bCwCa__grokDot{background:#34c759;border:2px solid #000;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.ImmersiveReader-module__2bCwCa__grokDot[data-status=ready]{background:#34c759;box-shadow:0 0 6px #34c75980}.ImmersiveReader-module__2bCwCa__creditBubble{min-width:16px;height:16px;font-size:calc(.6rem*var(--font-scale,1));color:#000;background:#34c759e6;border:2px solid #000;border-radius:100px;justify-content:center;align-items:center;padding:0 4px;font-weight:700;display:flex;position:absolute;bottom:-4px;right:-4px}.ImmersiveReader-module__2bCwCa__creditBubble[data-status=high]{background:#34c759e6}.ImmersiveReader-module__2bCwCa__creditBubble[data-status=medium]{background:#ffcc00e6}.ImmersiveReader-module__2bCwCa__creditBubble[data-status=low]{background:#ff9500e6;animation:1.5s ease-in-out infinite ImmersiveReader-module__2bCwCa__pulse}.ImmersiveReader-module__2bCwCa__creditBubble[data-status=exhausted]{color:#fff;background:#ff3b30e6}.ImmersiveReader-module__2bCwCa__creditBubble[data-status=paid]{color:#fff;background:#9966ffe6}.ImmersiveReader-module__2bCwCa__tldrButton{color:#fff9;height:30px;font-family:var(--font-mono,ui-monospace,monospace);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-size:10px;font-weight:600;transition:all .2s;display:flex}.ImmersiveReader-module__2bCwCa__tldrButton:hover{color:#ffffffe6;background:#ffffff14}.ImmersiveReader-module__2bCwCa__tldrButton:focus-visible{outline-offset:2px;outline:2px solid #ffffff80}.ImmersiveReader-module__2bCwCa__tldrButton.ImmersiveReader-module__2bCwCa__tldrActive{color:#fff;background:#ffffff1f}.ImmersiveReader-module__2bCwCa__tldrContent{padding:.25rem 0}.ImmersiveReader-module__2bCwCa__tldrLabel{font-family:var(--font-system,-apple-system,BlinkMacSystemFont,sans-serif);letter-spacing:.08em;text-transform:uppercase;color:#ffffff73;background:#ffffff0f;border-radius:3px;margin-bottom:.75rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-block}.ImmersiveReader-module__2bCwCa__tldrHeadline{font-family:var(--font-serif,"Playfair Display",Georgia,serif);color:#fff;letter-spacing:-.01em;margin:0 0 1rem;font-size:clamp(1.35rem,4vw,1.85rem);font-weight:700;line-height:1.25}.ImmersiveReader-module__2bCwCa__tldrSnippet{font-family:var(--font-serif,Georgia,serif);font-size:calc(1.05rem*var(--font-scale,1));color:#ffffffc7;margin:0;line-height:1.7}.ImmersiveReader-module__2bCwCa__castStatusDot{pointer-events:none;border-radius:50%;width:6px;height:6px;position:absolute;top:4px;right:4px}.ImmersiveReader-module__2bCwCa__castStatusDot[data-status=ready]{background:#4ade80}.ImmersiveReader-module__2bCwCa__castStatusDot[data-status=loading]{background:#facc15;animation:1.5s ease-in-out infinite ImmersiveReader-module__2bCwCa__castPulse}@keyframes ImmersiveReader-module__2bCwCa__castPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.ImmersiveReader-module__2bCwCa__closeButton{color:#fff9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.ImmersiveReader-module__2bCwCa__closeButton:hover{color:#ffffffe6;background:#ffffff24;transform:scale(1.08)}.ImmersiveReader-module__2bCwCa__closeButton:focus-visible{outline-offset:2px;outline:2px solid #fff3}.ImmersiveReader-module__2bCwCa__contentBody{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ImmersiveReader-module__2bCwCa__scrollArea{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;overflow:hidden auto}.ImmersiveReader-module__2bCwCa__scrollArea::-webkit-scrollbar{display:none}.ImmersiveReader-module__2bCwCa__heroImage{aspect-ratio:16/10;background:#ffffff08;width:100%;position:relative;overflow:hidden}.ImmersiveReader-module__2bCwCa__image{object-fit:cover;object-position:top;opacity:0;transition:opacity .4s}.ImmersiveReader-module__2bCwCa__image.ImmersiveReader-module__2bCwCa__imageLoaded{opacity:1}.ImmersiveReader-module__2bCwCa__imageGradient{pointer-events:none;background:linear-gradient(#0000 40%,#00000026 65%,#00000080 100%);position:absolute;inset:0}.ImmersiveReader-module__2bCwCa__sourceBadge{-webkit-backdrop-filter:blur(10px);background:#0000008c;border-radius:100px;align-items:center;gap:.5rem;padding:.35rem .75rem .35rem .4rem;display:flex;position:absolute;bottom:1rem;left:1rem}.ImmersiveReader-module__2bCwCa__sourceBadgeLogo{object-fit:cover;border-radius:50%;flex-shrink:0;width:24px;height:24px}.ImmersiveReader-module__2bCwCa__sourceBadgeDot{background:#fff3;border-radius:50%;flex-shrink:0;width:24px;height:24px}.ImmersiveReader-module__2bCwCa__sourceBadgeName{font-size:calc(.8rem*var(--font-scale,1));color:#fff;letter-spacing:.02em;white-space:nowrap;font-weight:600}.ImmersiveReader-module__2bCwCa__imageSource{display:none}.ImmersiveReader-module__2bCwCa__article{padding:1.75rem 1.75rem 2rem}.ImmersiveReader-module__2bCwCa__headline{font-family:var(--font-serif,"Playfair Display",Georgia,serif);color:#fff;letter-spacing:-.015em;margin:0 0 .75rem;font-size:clamp(1.5rem,4.5vw,2.1rem);font-weight:700;line-height:1.2}.ImmersiveReader-module__2bCwCa__meta{font-size:calc(.8rem*var(--font-scale,1));color:#ffffff73;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.ImmersiveReader-module__2bCwCa__metaTime{color:#ffffff73;align-items:center;gap:.35rem;display:inline-flex}.ImmersiveReader-module__2bCwCa__clockIcon{opacity:.7;flex-shrink:0}.ImmersiveReader-module__2bCwCa__metaSection{text-transform:uppercase;letter-spacing:.06em;color:#ffffff73;font-weight:600}.ImmersiveReader-module__2bCwCa__sourceName{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.ImmersiveReader-module__2bCwCa__sourceLink{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;font-weight:600;text-decoration:none;transition:color .15s}.ImmersiveReader-module__2bCwCa__sourceLink:hover{color:#fffffff2;text-decoration:underline}.ImmersiveReader-module__2bCwCa__byline{color:#fff9;font-weight:500}.ImmersiveReader-module__2bCwCa__dot{opacity:.3}.ImmersiveReader-module__2bCwCa__date{font-style:italic}.ImmersiveReader-module__2bCwCa__accentDivider{background:linear-gradient(90deg,#daa52099 0%,#daa52026 100%);height:1px;margin-bottom:1.5rem}.ImmersiveReader-module__2bCwCa__translatedBadge{font-size:calc(.78rem*var(--font-scale,1));color:#ffffff8c;align-items:center;gap:.35rem;margin-bottom:.75rem;font-style:italic;display:inline-flex}.ImmersiveReader-module__2bCwCa__translatedBadge svg{opacity:.6;flex-shrink:0}.ImmersiveReader-module__2bCwCa__contentArea{min-height:120px;transition:opacity .2s;position:relative}.ImmersiveReader-module__2bCwCa__contentArea.ImmersiveReader-module__2bCwCa__contentFading{opacity:.3}.ImmersiveReader-module__2bCwCa__originalContent{opacity:1;transition:opacity .3s,transform .3s;transform:translateY(0)}.ImmersiveReader-module__2bCwCa__originalContent.ImmersiveReader-module__2bCwCa__contentHidden{opacity:0;pointer-events:none;position:absolute;transform:translateY(-8px)}.ImmersiveReader-module__2bCwCa__leadPara{font-family:var(--font-serif,Georgia,serif);font-size:calc(1.1rem*var(--font-scale,1));color:#ffffffe0;margin:0 0 1.5rem;line-height:1.75}.ImmersiveReader-module__2bCwCa__leadPara:first-letter{font-family:var(--font-serif,"Playfair Display",Georgia,serif);font-size:calc(3.25rem*var(--font-scale,1));float:left;color:#fff;margin-top:.08em;padding-right:.12em;font-weight:700;line-height:.8}.ImmersiveReader-module__2bCwCa__bodyPara{font-family:var(--font-serif,Georgia,serif);font-size:calc(1rem*var(--font-scale,1));color:#ffffffc7;text-indent:1.25em;margin:0 0 1.25rem;line-height:1.75}.ImmersiveReader-module__2bCwCa__noContent{text-align:center;color:#fff6;padding:2rem 1rem;font-style:italic}.ImmersiveReader-module__2bCwCa__contentLoading{color:#fff6;font-size:calc(.85rem*var(--font-scale,1));flex-direction:column;align-items:center;gap:.75rem;padding:2rem;display:flex}.ImmersiveReader-module__2bCwCa__loadingPulse{border:2px solid #ffffff1a;border-top-color:#fff9;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite ImmersiveReader-module__2bCwCa__spin}.ImmersiveReader-module__2bCwCa__grokSection{opacity:0;transition:opacity .3s .1s,transform .3s .1s;transform:translateY(8px)}.ImmersiveReader-module__2bCwCa__grokSection.ImmersiveReader-module__2bCwCa__grokVisible{opacity:1;transform:translateY(0)}.ImmersiveReader-module__2bCwCa__grokHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.ImmersiveReader-module__2bCwCa__grokLabel{font-size:calc(.7rem*var(--font-scale,1));text-transform:uppercase;letter-spacing:.1em;color:#fff9;align-items:center;gap:.4rem;font-weight:600;display:flex}.ImmersiveReader-module__2bCwCa__grokLabelIcon{opacity:.8;border-radius:50%}.ImmersiveReader-module__2bCwCa__grokCredits{font-size:calc(.65rem*var(--font-scale,1));color:#fff6}.ImmersiveReader-module__2bCwCa__grokCredits[data-status=high]{color:#34c759cc}.ImmersiveReader-module__2bCwCa__grokCredits[data-status=medium]{color:#fc0c}.ImmersiveReader-module__2bCwCa__grokCredits[data-status=low]{color:#ff9500cc}.ImmersiveReader-module__2bCwCa__grokCredits[data-status=exhausted]{color:#ff3b30cc}.ImmersiveReader-module__2bCwCa__grokCredits[data-status=paid]{color:#9966ffe6}.ImmersiveReader-module__2bCwCa__grokLoading{color:#ffffff80;font-size:calc(.85rem*var(--font-scale,1));flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;display:flex}.ImmersiveReader-module__2bCwCa__grokLoadingSpinner{border:2px solid #ffffff1a;border-top-color:#ffffffb3;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite ImmersiveReader-module__2bCwCa__spin}.ImmersiveReader-module__2bCwCa__grokError{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.ImmersiveReader-module__2bCwCa__grokErrorIcon{color:#ff3b30e6;width:32px;height:32px;font-weight:700;font-size:calc(1.1rem*var(--font-scale,1));background:#ff3b3026;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.ImmersiveReader-module__2bCwCa__grokError p{font-size:calc(.85rem*var(--font-scale,1));color:#ffffff80;margin:0}.ImmersiveReader-module__2bCwCa__retryButton{font-size:calc(.75rem*var(--font-scale,1));text-transform:uppercase;letter-spacing:.08em;color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;margin-top:.75rem;padding:.5rem 1rem;font-weight:600;transition:all .2s}.ImmersiveReader-module__2bCwCa__retryButton:hover{background:#ffffff1f}.ImmersiveReader-module__2bCwCa__grokContent{animation:.3s ImmersiveReader-module__2bCwCa__fadeIn}.ImmersiveReader-module__2bCwCa__grokHead{font-family:var(--font-serif,Georgia,serif);font-size:calc(1.1rem*var(--font-scale,1));color:#fff;margin:1.25rem 0 .5rem;font-weight:700}.ImmersiveReader-module__2bCwCa__grokSubhead{font-family:var(--font-serif,Georgia,serif);font-size:calc(.95rem*var(--font-scale,1));color:#ffffffe6;margin:1rem 0 .4rem;font-weight:600}.ImmersiveReader-module__2bCwCa__grokPara{font-size:calc(.95rem*var(--font-scale,1));color:#ffffffc7;margin:0 0 .85rem;line-height:1.7}.ImmersiveReader-module__2bCwCa__grokList{margin:.75rem 0 .75rem 1.25rem;padding:0}.ImmersiveReader-module__2bCwCa__grokListItem{font-size:calc(.95rem*var(--font-scale,1));color:#ffffffc7;margin:0 0 .4rem;line-height:1.65}.ImmersiveReader-module__2bCwCa__mdContent{animation:.3s ImmersiveReader-module__2bCwCa__fadeIn}.ImmersiveReader-module__2bCwCa__mdH2{font-family:var(--font-serif,"Playfair Display",Georgia,serif);font-size:calc(1.25rem*var(--font-scale,1));color:#fff;margin:1.5rem 0 .6rem;font-weight:700;line-height:1.3}.ImmersiveReader-module__2bCwCa__mdH3{font-family:var(--font-serif,Georgia,serif);font-size:calc(1.05rem*var(--font-scale,1));color:#ffffffeb;margin:1.25rem 0 .5rem;font-weight:600;line-height:1.35}.ImmersiveReader-module__2bCwCa__mdH4{font-family:var(--font-serif,Georgia,serif);font-size:calc(.9rem*var(--font-scale,1));color:#ffffffd9;text-transform:uppercase;letter-spacing:.04em;margin:1rem 0 .4rem;font-weight:600}.ImmersiveReader-module__2bCwCa__mdPara{font-family:var(--font-serif,Georgia,serif);font-size:calc(1rem*var(--font-scale,1));color:#ffffffc7;margin:0 0 1rem;line-height:1.75}.ImmersiveReader-module__2bCwCa__mdPara:first-child{font-size:calc(1.1rem*var(--font-scale,1));color:#ffffffe0}.ImmersiveReader-module__2bCwCa__mdList{margin:.75rem 0 .75rem 1.25rem;padding:0}.ImmersiveReader-module__2bCwCa__mdListItem{font-family:var(--font-serif,Georgia,serif);font-size:calc(.95rem*var(--font-scale,1));color:#ffffffc7;margin:0 0 .4rem;line-height:1.65}.ImmersiveReader-module__2bCwCa__mdBlockquote{background:#ffffff08;border-left:3px solid #daa52066;border-radius:0 6px 6px 0;margin:1rem 0;padding:.75rem 1rem}.ImmersiveReader-module__2bCwCa__mdBlockquotePara{font-family:var(--font-serif,Georgia,serif);font-size:calc(.95rem*var(--font-scale,1));color:#fff9;margin:0 0 .4rem;font-style:italic;line-height:1.65}.ImmersiveReader-module__2bCwCa__mdBlockquotePara:last-child{margin-bottom:0}.ImmersiveReader-module__2bCwCa__mdTableWrap{border:1px solid #ffffff14;border-radius:8px;margin:1rem 0;overflow-x:auto}.ImmersiveReader-module__2bCwCa__mdTable{border-collapse:collapse;width:100%;font-size:calc(.85rem*var(--font-scale,1))}.ImmersiveReader-module__2bCwCa__mdTh{text-align:left;color:#ffffffe6;white-space:nowrap;background:#ffffff0f;border-bottom:1px solid #ffffff1a;padding:.5rem .75rem;font-weight:600}.ImmersiveReader-module__2bCwCa__mdTd{color:#ffffffb3;border-bottom:1px solid #ffffff0a;padding:.4rem .75rem}.ImmersiveReader-module__2bCwCa__mdTable tr:last-child .ImmersiveReader-module__2bCwCa__mdTd{border-bottom:none}.ImmersiveReader-module__2bCwCa__mdHr{border:none;border-top:1px solid #ffffff14;margin:1.25rem 0}.ImmersiveReader-module__2bCwCa__footer{background:#000;border-top:1px solid #ffffff0f;flex-shrink:0;padding:1rem 1.25rem 1.25rem}.ImmersiveReader-module__2bCwCa__visitButton{width:100%;font-size:calc(.85rem*var(--font-scale,1));letter-spacing:.05em;color:#000;cursor:pointer;background:#daa520;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 16px #daa52040}.ImmersiveReader-module__2bCwCa__visitButton:hover{background:#f0c040;transform:translateY(-2px);box-shadow:0 8px 24px #daa52059}.ImmersiveReader-module__2bCwCa__visitButton:active{transform:translateY(0)}.ImmersiveReader-module__2bCwCa__visitButton svg{transition:transform .2s}.ImmersiveReader-module__2bCwCa__visitButton:hover svg{transform:translate(2px,-2px)}.ImmersiveReader-module__2bCwCa__closeFooterBtn{width:100%;font-size:calc(.85rem*var(--font-scale,1));letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;padding:1rem 1.5rem;font-weight:600;transition:all .2s}.ImmersiveReader-module__2bCwCa__closeFooterBtn:hover{background:#ffffff1f}@keyframes ImmersiveReader-module__2bCwCa__spin{to{transform:rotate(360deg)}}@keyframes ImmersiveReader-module__2bCwCa__pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes ImmersiveReader-module__2bCwCa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.ImmersiveReader-module__2bCwCa__overlay{padding:.5rem}.ImmersiveReader-module__2bCwCa__reader{border-radius:18px;width:98vw;max-height:94vh}.ImmersiveReader-module__2bCwCa__article{padding:1.5rem 1.25rem 1.75rem}.ImmersiveReader-module__2bCwCa__headline{font-size:clamp(1.3rem,5vw,1.65rem)}.ImmersiveReader-module__2bCwCa__leadPara:first-letter{font-size:calc(2.75rem*var(--font-scale,1))}}@media (max-width:640px){.ImmersiveReader-module__2bCwCa__overlay{align-items:flex-end;padding:.5rem 0 0}.ImmersiveReader-module__2bCwCa__reader{background:#000;border-radius:16px 16px 0 0;width:100%;max-height:calc(100dvh - 1rem)}.ImmersiveReader-module__2bCwCa__header{z-index:10;background:#000;min-height:56px;padding:calc(1rem + 8px) 1rem .75rem;position:sticky;top:0}.ImmersiveReader-module__2bCwCa__swipeHandle{display:block}.ImmersiveReader-module__2bCwCa__headerLeft{flex:1;min-width:0;overflow:hidden}.ImmersiveReader-module__2bCwCa__headerRight{flex-shrink:0;gap:.25rem}.ImmersiveReader-module__2bCwCa__heroImage{aspect-ratio:16/10}.ImmersiveReader-module__2bCwCa__article{padding:1.25rem 1.25rem 1.5rem}.ImmersiveReader-module__2bCwCa__headline{font-size:calc(1.35rem*var(--font-scale,1));line-height:1.25}.ImmersiveReader-module__2bCwCa__meta{font-size:calc(.75rem*var(--font-scale,1));margin-bottom:.75rem}.ImmersiveReader-module__2bCwCa__accentDivider{margin-bottom:1.25rem}.ImmersiveReader-module__2bCwCa__leadPara{font-size:calc(1.05rem*var(--font-scale,1));line-height:1.7}.ImmersiveReader-module__2bCwCa__leadPara:first-letter{font-size:calc(2.85rem*var(--font-scale,1))}.ImmersiveReader-module__2bCwCa__bodyPara{font-size:calc(.95rem*var(--font-scale,1));text-indent:1em}.ImmersiveReader-module__2bCwCa__grokButton,.ImmersiveReader-module__2bCwCa__castButton,.ImmersiveReader-module__2bCwCa__closeButton,.ImmersiveReader-module__2bCwCa__shareButton,.ImmersiveReader-module__2bCwCa__closeButton{width:32px;height:32px}.ImmersiveReader-module__2bCwCa__grokButton svg,.ImmersiveReader-module__2bCwCa__castButton svg,.ImmersiveReader-module__2bCwCa__shareButton svg{width:15px;height:15px}.ImmersiveReader-module__2bCwCa__grokLogo{width:15px!important;height:15px!important}.ImmersiveReader-module__2bCwCa__tldrButton{height:28px;padding:0 7px;font-size:9px}.ImmersiveReader-module__2bCwCa__footer{padding:.875rem 1rem;padding-bottom:calc(.875rem + env(safe-area-inset-bottom,0))}.ImmersiveReader-module__2bCwCa__visitButton,.ImmersiveReader-module__2bCwCa__closeFooterBtn{font-size:calc(.8rem*var(--font-scale,1));border-radius:10px;min-height:48px;padding:.875rem 1.25rem}.ImmersiveReader-module__2bCwCa__sourceBadge{bottom:.75rem;left:.75rem}.ImmersiveReader-module__2bCwCa__sourceBadgeLogo,.ImmersiveReader-module__2bCwCa__sourceBadgeDot{width:22px;height:22px}.ImmersiveReader-module__2bCwCa__sourceBadgeName{font-size:calc(.75rem*var(--font-scale,1))}}@media (max-width:380px){.ImmersiveReader-module__2bCwCa__reader{border-radius:0;max-height:100vh}.ImmersiveReader-module__2bCwCa__header{min-height:52px;padding:calc(.875rem + 8px) .75rem .625rem}.ImmersiveReader-module__2bCwCa__headerLeft{gap:.375rem}.ImmersiveReader-module__2bCwCa__headerRight{gap:.15rem}.ImmersiveReader-module__2bCwCa__rankBubble,.ImmersiveReader-module__2bCwCa__sectionBubble{font-size:calc(.6rem*var(--font-scale,1));padding:.25rem .5rem}.ImmersiveReader-module__2bCwCa__grokButton,.ImmersiveReader-module__2bCwCa__castButton,.ImmersiveReader-module__2bCwCa__shareButton{border-radius:7px;width:30px;height:30px}.ImmersiveReader-module__2bCwCa__closeButton{width:30px;height:30px}.ImmersiveReader-module__2bCwCa__grokButton svg,.ImmersiveReader-module__2bCwCa__castButton svg,.ImmersiveReader-module__2bCwCa__shareButton svg{width:14px;height:14px}.ImmersiveReader-module__2bCwCa__closeButton svg{width:12px;height:12px}.ImmersiveReader-module__2bCwCa__grokLogo{width:14px!important;height:14px!important}.ImmersiveReader-module__2bCwCa__tldrButton{height:26px;padding:0 6px;font-size:8px}.ImmersiveReader-module__2bCwCa__article{padding:.875rem .875rem 1.25rem}.ImmersiveReader-module__2bCwCa__headline{font-size:calc(1.2rem*var(--font-scale,1))}.ImmersiveReader-module__2bCwCa__leadPara:first-letter{font-size:calc(2.35rem*var(--font-scale,1))}}@media (prefers-reduced-motion:reduce){.ImmersiveReader-module__2bCwCa__overlay,.ImmersiveReader-module__2bCwCa__reader,.ImmersiveReader-module__2bCwCa__image,.ImmersiveReader-module__2bCwCa__originalContent,.ImmersiveReader-module__2bCwCa__grokSection,.ImmersiveReader-module__2bCwCa__contentArea{transition:opacity .2s}.ImmersiveReader-module__2bCwCa__grokSpinner,.ImmersiveReader-module__2bCwCa__loadingPulse,.ImmersiveReader-module__2bCwCa__grokLoadingSpinner,.ImmersiveReader-module__2bCwCa__creditBubble[data-status=low]{animation:none}}[data-theme=light] .ImmersiveReader-module__2bCwCa__overlay.ImmersiveReader-module__2bCwCa__entering,[data-theme=light] .ImmersiveReader-module__2bCwCa__overlay.ImmersiveReader-module__2bCwCa__visible{background:#ffffffeb}[data-theme=light] .ImmersiveReader-module__2bCwCa__reader{background:#fff;border-color:#00000014;box-shadow:0 25px 50px -12px #0003,0 0 100px #0000001a}[data-theme=light] .ImmersiveReader-module__2bCwCa__header{background:0 0}[data-theme=light] .ImmersiveReader-module__2bCwCa__swipeHandle{background:#0003}[data-theme=light] .ImmersiveReader-module__2bCwCa__rankBubble,[data-theme=light] .ImmersiveReader-module__2bCwCa__sectionBubble{color:#000c;border-color:#0003}[data-theme=light] .ImmersiveReader-module__2bCwCa__rankBubble[data-tier=gold]{color:#8b6914;text-shadow:none;background:linear-gradient(135deg,#ffb40026,#c88c001a);border-color:#b48c0059}[data-theme=light] .ImmersiveReader-module__2bCwCa__rankBubble[data-tier=silver]{color:#000c;background:#0000000f;border-color:#00000026}[data-theme=light] .ImmersiveReader-module__2bCwCa__rankBubble[data-tier=bronze]{color:#644628e6;background:#8c643c1a;border-color:#8c643c40}[data-theme=light] .ImmersiveReader-module__2bCwCa__sectionBubble{background:0 0;border-color:#0003}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokButton,[data-theme=light] .ImmersiveReader-module__2bCwCa__castButton,[data-theme=light] .ImmersiveReader-module__2bCwCa__shareButton{color:#00000080}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokButton:hover,[data-theme=light] .ImmersiveReader-module__2bCwCa__castButton:hover,[data-theme=light] .ImmersiveReader-module__2bCwCa__shareButton:hover{color:#000c;background:#0000000d}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokButton.ImmersiveReader-module__2bCwCa__grokActive{color:#000000e6;background:#00000014}[data-theme=light] .ImmersiveReader-module__2bCwCa__tldrButton{color:#00000080}[data-theme=light] .ImmersiveReader-module__2bCwCa__tldrButton:hover{color:#000c;background:#0000000d}[data-theme=light] .ImmersiveReader-module__2bCwCa__tldrButton.ImmersiveReader-module__2bCwCa__tldrActive{color:#000000d9;background:#00000014}[data-theme=light] .ImmersiveReader-module__2bCwCa__tldrLabel{color:#0006;background:#0000000d}[data-theme=light] .ImmersiveReader-module__2bCwCa__tldrHeadline{color:#1a1815}[data-theme=light] .ImmersiveReader-module__2bCwCa__tldrSnippet{color:#3a3530}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokSpinner{border-top-color:#000000b3}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokDot,[data-theme=light] .ImmersiveReader-module__2bCwCa__creditBubble{border-color:#fff}[data-theme=light] .ImmersiveReader-module__2bCwCa__closeButton{color:#00000080;background:#0000000f;border-color:#0000001a}[data-theme=light] .ImmersiveReader-module__2bCwCa__closeButton:hover{color:#000c;background:#0000001f}[data-theme=light] .ImmersiveReader-module__2bCwCa__heroImage{background:#00000008}[data-theme=light] .ImmersiveReader-module__2bCwCa__imageGradient{background:linear-gradient(#0000 40%,#ffffff26 65%,#ffffff80 100%)}[data-theme=light] .ImmersiveReader-module__2bCwCa__sourceBadge{background:#0000008c}[data-theme=light] .ImmersiveReader-module__2bCwCa__sourceBadgeName{color:#fff}[data-theme=light] .ImmersiveReader-module__2bCwCa__headline{color:#1a1815}[data-theme=light] .ImmersiveReader-module__2bCwCa__meta,[data-theme=light] .ImmersiveReader-module__2bCwCa__metaTime,[data-theme=light] .ImmersiveReader-module__2bCwCa__metaSection{color:#0006}[data-theme=light] .ImmersiveReader-module__2bCwCa__sourceName,[data-theme=light] .ImmersiveReader-module__2bCwCa__sourceLink{color:#000000b3}[data-theme=light] .ImmersiveReader-module__2bCwCa__sourceLink:hover{color:#000000f2}[data-theme=light] .ImmersiveReader-module__2bCwCa__byline{color:#0009}[data-theme=light] .ImmersiveReader-module__2bCwCa__accentDivider{background:linear-gradient(90deg,#b4821480 0%,#b482141a 100%)}[data-theme=light] .ImmersiveReader-module__2bCwCa__translatedBadge{color:#00000073}[data-theme=light] .ImmersiveReader-module__2bCwCa__leadPara{color:#2a2520}[data-theme=light] .ImmersiveReader-module__2bCwCa__leadPara:first-letter{color:#1a1815}[data-theme=light] .ImmersiveReader-module__2bCwCa__bodyPara{color:#3a3530}[data-theme=light] .ImmersiveReader-module__2bCwCa__noContent,[data-theme=light] .ImmersiveReader-module__2bCwCa__contentLoading{color:#0006}[data-theme=light] .ImmersiveReader-module__2bCwCa__loadingPulse{border-color:#00000080 #0000001a #0000001a}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokHeader{border-bottom-color:#00000014}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokLabel{color:#00000080}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokCredits{color:#0006}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokCredits[data-status=high]{color:#28a046e6}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokCredits[data-status=medium]{color:#b48c00e6}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokCredits[data-status=low]{color:#c86400e6}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokCredits[data-status=exhausted]{color:#c83228e6}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokCredits[data-status=paid]{color:#7850c8e6}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokLoading{color:#0006}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokLoadingSpinner{border-color:#0009 #0000001a #0000001a}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokErrorIcon{color:#c83228e6;background:#c832281f}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokError p{color:#00000080}[data-theme=light] .ImmersiveReader-module__2bCwCa__retryButton{color:#000c;background:#0000000d;border-color:#0000001f}[data-theme=light] .ImmersiveReader-module__2bCwCa__retryButton:hover{background:#00000014}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokHead{color:#1a1815}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokSubhead{color:#2a2520}[data-theme=light] .ImmersiveReader-module__2bCwCa__grokPara,[data-theme=light] .ImmersiveReader-module__2bCwCa__grokListItem{color:#3a3530}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdH2{color:#1a1815}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdH3{color:#2a2520}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdH4,[data-theme=light] .ImmersiveReader-module__2bCwCa__mdPara{color:#3a3530}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdPara:first-child{color:#2a2520}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdListItem{color:#3a3530}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdBlockquote{background:#00000005;border-left-color:#b4821459}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdBlockquotePara{color:#0000008c}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdTableWrap{border-color:#00000014}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdTh{color:#000c;background:#00000008;border-bottom-color:#0000001a}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdTd{color:#0009;border-bottom-color:#0000000a}[data-theme=light] .ImmersiveReader-module__2bCwCa__mdHr{border-top-color:#00000014}[data-theme=light] .ImmersiveReader-module__2bCwCa__footer{background:#fff;border-top-color:#0000000f}[data-theme=light] .ImmersiveReader-module__2bCwCa__visitButton{color:#000;background:#daa520;box-shadow:0 4px 16px #b4821433}[data-theme=light] .ImmersiveReader-module__2bCwCa__visitButton:hover{background:#f0c040;box-shadow:0 8px 24px #b482144d}[data-theme=light] .ImmersiveReader-module__2bCwCa__closeFooterBtn{color:#000c;background:#0000000d;border-color:#0000001a}[data-theme=light] .ImmersiveReader-module__2bCwCa__closeFooterBtn:hover{background:#00000014}@media (max-width:640px){[data-theme=light] .ImmersiveReader-module__2bCwCa__reader,[data-theme=light] .ImmersiveReader-module__2bCwCa__header,[data-theme=light] .ImmersiveReader-module__2bCwCa__footer{background:#fff}}@media (max-width:380px){[data-theme=light] .ImmersiveReader-module__2bCwCa__reader,[data-theme=light] .ImmersiveReader-module__2bCwCa__header{background:#fff}}
