.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__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__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}}@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__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}}
.Toast-module__gQqUrG__toastContainer{bottom:calc(env(safe-area-inset-bottom,0px) + 1rem);z-index:9999;pointer-events:none;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:400px;padding:0 1rem;display:flex;position:fixed;left:50%;transform:translate(-50%)}.Toast-module__gQqUrG__toast{background:rgba(var(--news-bg-rgb,30,30,30),.92);-webkit-backdrop-filter:blur(16px);border:1px solid var(--news-border);color:var(--news-text-primary);pointer-events:auto;animation:Toast-module__gQqUrG__toastEnter .35s var(--ease-spring,cubic-bezier(.34,1.56,.64,1));will-change:transform,opacity;border-radius:14px;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.9rem;font-weight:500;display:flex;box-shadow:0 8px 32px #00000040,0 2px 8px #0000001a,inset 0 1px #ffffff0d}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__exiting{animation:Toast-module__gQqUrG__toastExit .25s var(--ease-out-expo,cubic-bezier(.16,1,.3,1))forwards}@keyframes Toast-module__gQqUrG__toastEnter{0%{opacity:0;transform:translateY(16px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Toast-module__gQqUrG__toastExit{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(8px)scale(.95)}}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__success{border-color:#34c75966}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__success .Toast-module__gQqUrG__icon{color:#34c759}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__info{border-color:#4fc3f766}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__info .Toast-module__gQqUrG__icon{color:var(--news-accent,#4fc3f7)}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__warning{border-color:#ffd60a66}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__warning .Toast-module__gQqUrG__icon{color:#ffd60a}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__error{border-color:#ff453a66}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__error .Toast-module__gQqUrG__icon{color:#ff453a}.Toast-module__gQqUrG__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Toast-module__gQqUrG__icon svg{width:100%;height:100%}.Toast-module__gQqUrG__message{flex:1;line-height:1.4}.Toast-module__gQqUrG__dismissButton{width:24px;height:24px;color:var(--news-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-left:.25rem;padding:0;transition:background .15s,color .15s;display:flex}.Toast-module__gQqUrG__dismissButton:hover{background:var(--news-surface-muted);color:var(--news-text-primary)}.Toast-module__gQqUrG__dismissButton:focus-visible{outline:2px solid var(--news-accent,#4fc3f7);outline-offset:2px}.Toast-module__gQqUrG__dismissButton svg{width:14px;height:14px}[data-theme=light] .Toast-module__gQqUrG__toast{background:#ffffffeb;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f,inset 0 1px #fffc}@media (max-width:639px){.Toast-module__gQqUrG__toastContainer{bottom:calc(env(safe-area-inset-bottom,0px) + .75rem);padding:0 .75rem}.Toast-module__gQqUrG__toast{border-radius:12px;padding:.75rem 1rem;font-size:.85rem}}@media (prefers-reduced-motion:reduce){.Toast-module__gQqUrG__toast{animation:none!important}.Toast-module__gQqUrG__toast.Toast-module__gQqUrG__exiting{opacity:0;animation:none!important}}
.VerificationBadge-module__NWFy0q__badge{letter-spacing:.01em;white-space:nowrap;border-radius:1rem;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.VerificationBadge-module__NWFy0q__badge.VerificationBadge-module__NWFy0q__compact{gap:.25rem;padding:.25rem .5rem;font-size:.7rem}.VerificationBadge-module__NWFy0q__icon{justify-content:center;align-items:center;width:1em;height:1em;font-size:1em;line-height:1;display:inline-flex}.VerificationBadge-module__NWFy0q__text{line-height:1}.VerificationBadge-module__NWFy0q__verified-multi{color:#fffffff2;background:#ffffff2e;border:1px solid #ffffff59}.VerificationBadge-module__NWFy0q__verified-multi:hover{background:#ffffff47;border-color:#ffffff8c}.VerificationBadge-module__NWFy0q__verified-dual{color:#ffffffd9;background:#ffffff1f;border:1px solid #ffffff47}.VerificationBadge-module__NWFy0q__verified-dual:hover{background:#ffffff38;border-color:#ffffff73}.VerificationBadge-module__NWFy0q__single-source{color:#ffffffa6;background:#ffffff14;border:1px solid #fff3}.VerificationBadge-module__NWFy0q__single-source:hover{background:#ffffff26;border-color:#ffffff59}@media (prefers-color-scheme:dark){.VerificationBadge-module__NWFy0q__verified-multi{color:#fffffffa;background:#ffffff2e;border-color:#fff6}.VerificationBadge-module__NWFy0q__verified-multi:hover{background:#ffffff47;border-color:#fff9}.VerificationBadge-module__NWFy0q__verified-dual{color:#ffffffe6;background:#ffffff1f;border-color:#ffffff52}.VerificationBadge-module__NWFy0q__verified-dual:hover{background:#ffffff38;border-color:#ffffff80}.VerificationBadge-module__NWFy0q__single-source{color:#ffffffb3;background:#ffffff14;border-color:#ffffff40}.VerificationBadge-module__NWFy0q__single-source:hover{background:#ffffff26;border-color:#fff6}}@media (max-width:640px){.VerificationBadge-module__NWFy0q__badge{gap:.3rem;padding:.3rem .65rem;font-size:.7rem}.VerificationBadge-module__NWFy0q__badge.VerificationBadge-module__NWFy0q__compact{gap:.2rem;padding:.2rem .45rem;font-size:.65rem}.VerificationBadge-module__NWFy0q__text{white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}}
.WindowLayout-module__NK03Yq__headerBar{z-index:1000;background:var(--news-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--news-border-muted);position:fixed;top:0;left:0;right:0}.WindowLayout-module__NK03Yq__headerInner{justify-content:space-between;align-items:center;max-width:1600px;min-height:56px;margin:0 auto;padding:.75rem 1rem;display:flex}.WindowLayout-module__NK03Yq__headerActions{align-items:center;gap:.5rem;display:flex}@media (max-width:640px){.WindowLayout-module__NK03Yq__headerInner{min-height:48px;padding:.5rem .75rem}.WindowLayout-module__NK03Yq__headerActions{gap:.35rem}}.WindowLayout-module__NK03Yq__window{background:var(--news-bg);overscroll-behavior-y:none;touch-action:pan-y pinch-zoom;-webkit-overflow-scrolling:touch;flex-direction:column;gap:1.5rem;width:100%;max-width:100%;min-height:100vh;margin:0 auto;padding:.5rem;display:flex}@media (min-width:1024px){.WindowLayout-module__NK03Yq__window::-webkit-scrollbar{width:12px;height:12px}.WindowLayout-module__NK03Yq__window::-webkit-scrollbar-track{background:0 0}.WindowLayout-module__NK03Yq__window::-webkit-scrollbar-thumb{background:var(--news-border);border:2px solid #0000;border-radius:6px}.WindowLayout-module__NK03Yq__window::-webkit-scrollbar-thumb:hover{background:var(--news-text-muted)}.WindowLayout-module__NK03Yq__window::-webkit-scrollbar-corner{background:0 0}.WindowLayout-module__NK03Yq__window{scrollbar-width:thin;scrollbar-color:var(--news-border)transparent}}@media (max-width:1023px){.WindowLayout-module__NK03Yq__window{scrollbar-width:none;-ms-overflow-style:none}.WindowLayout-module__NK03Yq__window::-webkit-scrollbar{display:none}}.WindowLayout-module__NK03Yq__header{z-index:1000;background:var(--news-bg);-webkit-backdrop-filter:blur(12px);pointer-events:auto;border-bottom:1px solid var(--news-border-muted,#0000000a);--header-logo-height:32px;--header-count-size:.6rem;--header-btn-size:36px;--header-icon-size:18px;--header-baseline-offset:.14;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;min-height:56px;padding:.75rem .5rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}[data-theme=light] .WindowLayout-module__NK03Yq__header{background:var(--news-surface-glass,#ffffffb8);-webkit-backdrop-filter:var(--news-glass-blur,blur(20px)saturate(180%));border-bottom-color:var(--news-border,#00000014);box-shadow:var(--news-glass-highlight,inset 0 1px 0 #fffc)}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{background:rgba(var(--news-bg-rgb),.95);-webkit-backdrop-filter:blur(16px);--header-logo-height:22px;--header-count-size:.55rem;--header-btn-size:28px;--header-icon-size:14px;align-items:center;gap:.5rem;min-height:44px;padding:.35rem .5rem}[data-theme=light] .WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{background:var(--news-glass-elevated,#ffffffe0)}.WindowLayout-module__NK03Yq__branding{align-items:flex-end;gap:.75rem;max-width:720px;transition:all .3s;display:flex}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__branding{flex-flow:row;flex-shrink:0;align-items:flex-end;gap:.5rem;max-width:100%;display:flex}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__blerbzPageRow{gap:.3rem;margin-top:.65rem;padding-bottom:.35rem;display:flex}.WindowLayout-module__NK03Yq__logoButton{cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;margin:0;padding:0;display:flex}.WindowLayout-module__NK03Yq__logoImage{height:var(--header-logo-height,32px);object-fit:contain;width:auto;max-width:none;padding-right:2px;transition:height .2s;display:block;overflow:visible}.WindowLayout-module__NK03Yq__subtitle{font-size:calc(1.02rem*var(--font-scale,1));color:var(--news-text-secondary);max-width:420px;margin-top:.15rem}.WindowLayout-module__NK03Yq__viralSection{border:1px solid var(--news-border-muted);background:var(--news-surface);box-shadow:inset 0 0 0 1px var(--news-border-muted);border-radius:24px;flex-direction:column;gap:.9rem;padding:1.25rem;display:flex}.WindowLayout-module__NK03Yq__viralHeader{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.WindowLayout-module__NK03Yq__viralBadge{gap:.35rem;display:flex}.WindowLayout-module__NK03Yq__viralBadgeEye{border:1px solid var(--news-text-primary);background:var(--news-surface);border-radius:50%;width:18px;height:18px;position:relative}.WindowLayout-module__NK03Yq__viralBadgeEye:after{content:"";border:1px solid var(--news-text-primary);border-radius:50%;position:absolute;inset:4px}.WindowLayout-module__NK03Yq__viralLabel{font-size:calc(.78rem*var(--font-scale,1));letter-spacing:.4em;text-transform:uppercase;color:var(--news-text-muted);margin:0}.WindowLayout-module__NK03Yq__viralSubLabel{font-size:calc(.92rem*var(--font-scale,1));color:var(--news-text-secondary);margin:0}.WindowLayout-module__NK03Yq__viralGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;display:grid}.WindowLayout-module__NK03Yq__viralCard{border:1px solid var(--news-border);background:var(--news-surface-muted);border-radius:18px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.WindowLayout-module__NK03Yq__viralHeadline{font-weight:700;font-size:calc(1.08rem*var(--font-scale,1));color:var(--news-text-primary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.WindowLayout-module__NK03Yq__viralMeta{font-size:calc(.82rem*var(--font-scale,1));letter-spacing:.08em;text-transform:uppercase;color:var(--news-text-muted);justify-content:space-between;gap:.75rem;display:flex}.WindowLayout-module__NK03Yq__scrollTop{background:rgba(var(--news-bg-rgb),.45);width:44px;height:44px;color:var(--news-text-primary);border:none;border:1px solid rgba(var(--news-bg-rgb),.2);cursor:n-resize;z-index:9999;opacity:.85;-webkit-backdrop-filter:blur(16px)saturate(180%);border-radius:50%;justify-content:center;align-items:center;transition:transform .25s,box-shadow .25s,background .25s,opacity .25s;display:flex;position:fixed;bottom:1.5rem;left:1rem;box-shadow:0 4px 20px #0000001a,0 2px 8px #0000000f,inset 0 1px 1px #ffffff1a}.WindowLayout-module__NK03Yq__scrollTopIcon{opacity:.8;width:22px;height:22px}.WindowLayout-module__NK03Yq__scrollTop:hover{background:rgba(var(--news-bg-rgb),.6);opacity:1;transform:translateY(-3px)scale(1.05);box-shadow:0 8px 28px #00000026,0 4px 12px #00000014,inset 0 1px 1px #ffffff26}.WindowLayout-module__NK03Yq__scrollTop:hover .WindowLayout-module__NK03Yq__scrollTopIcon{opacity:1}.WindowLayout-module__NK03Yq__scrollTop:active{transform:scale(.95)}@media (max-width:860px){.WindowLayout-module__NK03Yq__viralGrid{grid-template-columns:1fr}.WindowLayout-module__NK03Yq__viralSection{padding:1rem}}@media (max-width:640px){.WindowLayout-module__NK03Yq__viralSection{padding:.85rem}.WindowLayout-module__NK03Yq__viralHeader,.WindowLayout-module__NK03Yq__viralMeta{flex-direction:column;align-items:flex-start}.WindowLayout-module__NK03Yq__viralGrid{grid-template-columns:1fr}}@media (max-width:639px) and (orientation:portrait){.WindowLayout-module__NK03Yq__viralSection{gap:1rem;padding:.9rem}.WindowLayout-module__NK03Yq__viralGrid{gap:.9rem}}.WindowLayout-module__NK03Yq__toolbar{flex-direction:column;align-items:flex-end;gap:.5rem;margin-left:auto;transition:all .3s;display:flex}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__toolbar{flex-direction:row;flex-shrink:0;align-items:center;gap:.3rem;margin-left:auto}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__refreshStatus{display:none}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__refreshButton,.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__themeSwitch,.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__savedButton{width:28px;min-width:28px;height:28px;min-height:28px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__themeIcon,.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__refreshIcon{width:14px;height:14px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__savedIcon{width:13px;height:13px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__savedBadge{min-width:14px;height:14px;padding:0 2px;font-size:.55rem;top:-3px;right:-3px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__blerbzPage{align-items:flex-end;gap:.35rem;margin-top:.25rem;display:flex}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__jumpToBottomButton{width:18px;min-width:18px;height:18px;min-height:18px;margin-top:.25rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__jumpToBottomIcon{width:10px;height:10px;margin-top:.15rem}.WindowLayout-module__NK03Yq__iconGroup,.WindowLayout-module__NK03Yq__desktopButtons{align-items:center;gap:.35rem;display:flex}.WindowLayout-module__NK03Yq__mobileOnly{display:none}.WindowLayout-module__NK03Yq__filterInfo{font-size:calc(.72rem*var(--font-scale,1));letter-spacing:.15em;text-transform:uppercase;color:var(--news-text-muted);text-align:center;opacity:.7;margin:.5rem 0 0}.WindowLayout-module__NK03Yq__filterToggle{border:1px solid var(--news-border);color:var(--news-text-primary);cursor:pointer;font-size:calc(.68rem*var(--font-scale,1));letter-spacing:.25em;text-transform:uppercase;background:0 0;border-radius:999px;padding:.3rem .65rem;transition:background .2s,color .2s}.WindowLayout-module__NK03Yq__filterToggleActive{background:var(--news-text-primary);color:var(--news-bg)}.WindowLayout-module__NK03Yq__filterToggleDisabled{opacity:.5;cursor:not-allowed}.WindowLayout-module__NK03Yq__refreshRow{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.WindowLayout-module__NK03Yq__refreshButton{color:var(--news-text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:inline-flex}.WindowLayout-module__NK03Yq__refreshButton:hover:not(:disabled){color:var(--news-accent)}.WindowLayout-module__NK03Yq__refreshButton:disabled{opacity:.5;cursor:default}.WindowLayout-module__NK03Yq__refreshStatus{font-size:calc(.62rem*var(--font-scale,1));letter-spacing:.15em;text-transform:uppercase;color:var(--news-text-muted);opacity:.7}.WindowLayout-module__NK03Yq__blerbzPageRow{align-items:flex-end;gap:.35rem;margin-top:0;padding-bottom:.45rem;display:flex}.WindowLayout-module__NK03Yq__blerbzPage{font-size:calc(var(--header-count-size,.68rem)*var(--font-scale,1));letter-spacing:.12em;text-transform:uppercase;color:var(--news-text-muted);white-space:nowrap;opacity:.7;font-weight:400}.WindowLayout-module__NK03Yq__jumpToBottomButton{width:18px;height:18px;color:var(--news-text-muted);cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:flex-end;padding:0;transition:all .2s;display:inline-flex}.WindowLayout-module__NK03Yq__jumpToBottomButton:hover{background:var(--news-accentSoft);color:var(--news-accent);border-color:var(--news-accent);opacity:1;transform:translateY(1px)}.WindowLayout-module__NK03Yq__jumpToBottomButton:disabled{opacity:.3;cursor:not-allowed}.WindowLayout-module__NK03Yq__jumpToBottomButton:disabled:hover{background:var(--news-surface);color:var(--news-text-muted);border-color:var(--news-border);transform:none}.WindowLayout-module__NK03Yq__jumpToBottomIcon{width:12px;height:12px}.WindowLayout-module__NK03Yq__savedButton{border:1px solid var(--news-border);background:var(--news-surface);width:36px;height:36px;color:var(--news-text-primary);cursor:pointer;box-shadow:inset 0 0 0 1px var(--news-border-muted);border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background .2s,color .2s,border-color .2s;display:inline-flex;position:relative}.WindowLayout-module__NK03Yq__savedButton:hover{background:var(--news-accentSoft);color:var(--news-accent);border-color:var(--news-accent)}.WindowLayout-module__NK03Yq__savedButton:focus-visible{outline:2px solid var(--news-text-primary);outline-offset:4px}.WindowLayout-module__NK03Yq__savedIcon{width:16px;height:16px}.WindowLayout-module__NK03Yq__savedBadge{background:var(--news-accent);min-width:18px;height:18px;color:var(--news-background);border:2px solid var(--news-surface);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}.WindowLayout-module__NK03Yq__filterButton{border:1px solid var(--news-border);background:var(--news-surface);width:36px;height:36px;color:var(--news-text-primary);cursor:pointer;box-shadow:inset 0 0 0 1px var(--news-border-muted);border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background .2s,color .2s,border-color .2s,transform .2s;display:inline-flex;position:relative}.WindowLayout-module__NK03Yq__filterButton:hover{background:var(--news-accentSoft);color:var(--news-accent);border-color:var(--news-accent)}.WindowLayout-module__NK03Yq__filterButton:focus-visible{outline:2px solid var(--news-text-primary);outline-offset:4px}.WindowLayout-module__NK03Yq__filterButtonActive{background:var(--news-accentSoft);color:var(--news-accent);border-color:var(--news-accent)}.WindowLayout-module__NK03Yq__filterButtonHasFilter{color:#000;background:#fff;border:none;box-shadow:0 2px 8px #00000026}.WindowLayout-module__NK03Yq__filterIcon{width:18px;height:18px}.WindowLayout-module__NK03Yq__filterBadge{background:var(--news-accent);border:2px solid var(--news-surface);width:10px;height:10px;box-shadow:0 0 4px var(--news-accent);border-radius:50%;position:absolute;top:-2px;right:-2px}.WindowLayout-module__NK03Yq__themeSwitch{border:1px solid var(--news-border);background:var(--news-surface);width:36px;height:36px;color:var(--news-text-primary);cursor:pointer;box-shadow:inset 0 0 0 1px var(--news-border-muted);border-radius:999px;justify-content:center;align-items:center;padding:0;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.WindowLayout-module__NK03Yq__themeSwitch:hover{background:var(--news-accentSoft);color:var(--news-accent);border-color:var(--news-accent)}.WindowLayout-module__NK03Yq__themeIcon,.WindowLayout-module__NK03Yq__refreshIcon{width:18px;height:18px}.WindowLayout-module__NK03Yq__refreshingIcon{animation:.9s linear infinite WindowLayout-module__NK03Yq__spin}.WindowLayout-module__NK03Yq__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes WindowLayout-module__NK03Yq__spin{to{transform:rotate(360deg)}}.WindowLayout-module__NK03Yq__feed{flex-direction:column;gap:1.25rem;display:flex}.WindowLayout-module__NK03Yq__feedCompact{padding-top:60px}.WindowLayout-module__NK03Yq__grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:minmax(280px,1fr);grid-auto-flow:dense;will-change:gap,grid-template-columns;align-items:start;gap:.75rem;max-width:100%;transition:gap .3s,grid-template-columns .3s;display:grid}@media (max-width:1024px){.WindowLayout-module__NK03Yq__header{--header-logo-height:28px;--header-count-size:.55rem;--header-btn-size:32px;--header-icon-size:16px;gap:.5rem;min-height:52px;padding:.5rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{--header-logo-height:22px;--header-count-size:.5rem;--header-btn-size:28px;--header-icon-size:14px;min-height:44px;padding:.3rem .5rem}.WindowLayout-module__NK03Yq__logoImage{height:var(--header-logo-height,28px)}.WindowLayout-module__NK03Yq__branding{gap:.5rem}.WindowLayout-module__NK03Yq__blerbzPage{align-items:flex-end;gap:.35rem;margin-top:0;padding-bottom:.05rem;display:flex}.WindowLayout-module__NK03Yq__jumpToBottomButton{width:16px;min-width:16px;height:16px;min-height:16px;padding-bottom:.1rem}.WindowLayout-module__NK03Yq__jumpToBottomIcon{width:10px;height:10px;padding-bottom:.05rem}}@media (min-width:640px) and (max-width:1024px) and (orientation:portrait){.WindowLayout-module__NK03Yq__grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(260px,auto);align-items:stretch;gap:.5rem}}@media (min-width:640px) and (max-width:1024px) and (orientation:landscape){.WindowLayout-module__NK03Yq__grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(250px,auto);align-items:stretch;gap:.5rem}}@media (max-width:768px){.WindowLayout-module__NK03Yq__window{gap:1rem;padding:.5rem}.WindowLayout-module__NK03Yq__header{--header-logo-height:26px;--header-count-size:.5rem;--header-btn-size:30px;--header-icon-size:15px;gap:.5rem;min-height:48px;padding:.4rem .5rem}.WindowLayout-module__NK03Yq__branding{gap:.5rem}.WindowLayout-module__NK03Yq__logoImage{height:var(--header-logo-height,26px)}.WindowLayout-module__NK03Yq__blerbzPage{font-size:calc(var(--header-count-size,.5rem)*var(--font-scale,1))}.WindowLayout-module__NK03Yq__blerbzPageRow{align-items:flex-end;gap:.35rem;margin-top:0;padding-bottom:.7rem;display:flex}.WindowLayout-module__NK03Yq__jumpToBottomButton{width:14px;min-width:14px;height:14px;min-height:14px}.WindowLayout-module__NK03Yq__jumpToBottomIcon{width:9px;height:9px}.WindowLayout-module__NK03Yq__toolbar{gap:.3rem}.WindowLayout-module__NK03Yq__iconGroup{gap:.25rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{--header-logo-height:20px;--header-count-size:.45rem;--header-btn-size:26px;--header-icon-size:13px;min-height:40px;padding:.25rem .5rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__logoImage{height:var(--header-logo-height,20px)}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__blerbzPage{font-size:calc(var(--header-count-size,.45rem)*var(--font-scale,1));padding-bottom:.3rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__jumpToBottomButton{width:18px;min-width:18px;height:18px;min-height:18px;margin-top:.15rem;padding-bottom:.3rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__jumpToBottomIcon{width:10px;height:10px;margin-top:.15rem}.WindowLayout-module__NK03Yq__feedCompact{padding-top:48px}}@media (max-width:639px) and (orientation:portrait){.WindowLayout-module__NK03Yq__window{width:100%;padding:.4rem}.WindowLayout-module__NK03Yq__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(clamp(140px,20vh,200px),auto);grid-auto-flow:dense;align-items:stretch;gap:.4rem}}@media (max-width:639px) and (orientation:landscape){.WindowLayout-module__NK03Yq__window{width:100%;padding:.4rem}.WindowLayout-module__NK03Yq__grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(clamp(120px,25vh,180px),auto);grid-auto-flow:dense;align-items:stretch;gap:.35rem}}.WindowLayout-module__NK03Yq__loadMoreTrigger{width:1px;height:1px;margin-top:-1px}.WindowLayout-module__NK03Yq__virtualSpacer{pointer-events:none;width:100%}.WindowLayout-module__NK03Yq__paginationZone{text-align:center;justify-content:center;min-height:48px;display:flex}.WindowLayout-module__NK03Yq__paginationInfo{font-size:calc(.78rem*var(--font-scale,1));letter-spacing:.12em;text-transform:uppercase;color:var(--news-text-muted);text-align:center;opacity:.7}.WindowLayout-module__NK03Yq__paginationError{font-size:calc(.92rem*var(--font-scale,1));letter-spacing:.04em;text-transform:uppercase;color:var(--news-text-primary);flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.WindowLayout-module__NK03Yq__retryButton{font-size:calc(.88rem*var(--font-scale,1));letter-spacing:.08em;text-transform:uppercase;color:var(--news-accent);cursor:pointer;background:0 0;border:none;padding:0}.WindowLayout-module__NK03Yq__retryButton:hover{opacity:.8}.WindowLayout-module__NK03Yq__loadingState{flex-direction:column;gap:1.5rem;display:flex}.WindowLayout-module__NK03Yq__skeleton{background:linear-gradient(90deg,var(--news-bg-muted),var(--news-surface-muted),var(--news-bg-muted));border:1px solid var(--news-border-muted);background-size:200% 100%;border-radius:24px;animation:1.6s infinite WindowLayout-module__NK03Yq__shimmer}.WindowLayout-module__NK03Yq__heroSkeleton{width:100%;height:420px}.WindowLayout-module__NK03Yq__cardSkeleton{width:100%;height:280px}.WindowLayout-module__NK03Yq__emptyState{border:1px dashed var(--news-border);background:var(--news-surface-muted);text-align:center;border-radius:20px;padding:1.75rem}.WindowLayout-module__NK03Yq__emptyTitle{font-size:calc(1.62rem*var(--font-scale,1));color:var(--news-text-primary);font-weight:700}.WindowLayout-module__NK03Yq__emptySubtitle{font-size:calc(1rem*var(--font-scale,1));color:var(--news-text-secondary);margin-top:.5rem}@keyframes WindowLayout-module__NK03Yq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width:2000px){.WindowLayout-module__NK03Yq__window{padding:.75rem}.WindowLayout-module__NK03Yq__grid{grid-auto-flow:dense;gap:.6rem}}@media (max-width:640px){.WindowLayout-module__NK03Yq__blerbzPage{font-size:calc(var(--header-count-size,.48rem)*var(--font-scale,1));letter-spacing:.08em;opacity:.7}.WindowLayout-module__NK03Yq__jumpToBottomButton{opacity:.6;width:14px;min-width:14px;height:14px;min-height:14px}.WindowLayout-module__NK03Yq__jumpToBottomIcon{width:9px;height:9px}.WindowLayout-module__NK03Yq__desktopButtons{display:none}.WindowLayout-module__NK03Yq__mobileOnly{display:block}.WindowLayout-module__NK03Yq__window{padding:.25rem}.WindowLayout-module__NK03Yq__header{--header-logo-height:28px;--header-count-size:.48rem;--header-btn-size:26px;--header-icon-size:13px;flex-wrap:nowrap;align-items:center;gap:.35rem;min-height:48px;padding:.4rem .5rem}.WindowLayout-module__NK03Yq__branding{align-items:center;gap:.4rem}.WindowLayout-module__NK03Yq__blerbzPageRow{align-items:flex-end;gap:.35rem;margin-top:.45rem;padding-bottom:0;display:flex}.WindowLayout-module__NK03Yq__logoButton{touch-action:manipulation;-webkit-tap-highlight-color:transparent;flex-shrink:0;gap:.35rem}.WindowLayout-module__NK03Yq__logoImage{height:var(--header-logo-height,28px);object-fit:contain;flex-shrink:0;width:auto;max-width:none;display:block}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{-webkit-backdrop-filter:blur(10px);--header-logo-height:20px;--header-count-size:.45rem;--header-btn-size:26px;--header-icon-size:13px;gap:.4rem;min-height:40px;padding:.25rem .5rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__branding{flex-flow:row;flex-shrink:0;align-items:center;gap:.4rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__logoButton{touch-action:manipulation;-webkit-tap-highlight-color:transparent;flex-shrink:0;gap:.3rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__logoImage{height:var(--header-logo-height,20px);object-fit:contain;flex-shrink:0;width:auto;max-width:none;display:block}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__blerbzPageRow{gap:.3rem;margin-top:.15rem;padding-bottom:.25rem;display:flex}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__blerbzPage{font-size:calc(var(--header-count-size,.45rem)*var(--font-scale,1));letter-spacing:.06em}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__jumpToBottomButton{width:12px;min-width:12px;height:12px;min-height:12px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__jumpToBottomIcon{width:8px;height:8px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__toolbar{gap:.25rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__refreshButton,.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__themeSwitch,.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__savedButton{width:26px;min-width:26px;height:26px;min-height:26px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__themeIcon,.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__refreshIcon{width:13px;height:13px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__savedIcon{width:12px;height:12px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__savedBadge{min-width:12px;height:12px;font-size:.5rem;top:-3px;right:-3px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__iconGroup{gap:.2rem}.WindowLayout-module__NK03Yq__toolbar{flex-direction:row;flex-shrink:0;justify-content:flex-end;align-items:center;width:auto;margin-left:auto}.WindowLayout-module__NK03Yq__iconGroup{flex-shrink:0;order:2}.WindowLayout-module__NK03Yq__filterToggle{order:1;margin-right:auto}.WindowLayout-module__NK03Yq__feedCompact{padding-top:40px}}@media (max-width:380px){.WindowLayout-module__NK03Yq__header{--header-logo-height:22px;--header-count-size:.42rem;--header-btn-size:24px;--header-icon-size:12px;gap:.3rem;min-height:44px;padding:.35rem .4rem}.WindowLayout-module__NK03Yq__branding{gap:.3rem}.WindowLayout-module__NK03Yq__logoImage{height:var(--header-logo-height,22px)}.WindowLayout-module__NK03Yq__blerbzPage{font-size:calc(var(--header-count-size,.42rem)*var(--font-scale,1))}.WindowLayout-module__NK03Yq__blerbzPageRow{gap:.1rem}.WindowLayout-module__NK03Yq__jumpToBottomButton{width:12px;min-width:12px;height:12px;min-height:12px}.WindowLayout-module__NK03Yq__jumpToBottomIcon{width:7px;height:7px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{--header-logo-height:18px;--header-count-size:.38rem;--header-btn-size:22px;--header-icon-size:11px;min-height:36px;padding:.2rem .4rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__logoImage{height:var(--header-logo-height,18px)}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__blerbzPage{font-size:calc(var(--header-count-size,.38rem)*var(--font-scale,1));padding-bottom:.2rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__jumpToBottomButton{width:10px;min-width:10px;height:10px;min-height:10px}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact .WindowLayout-module__NK03Yq__jumpToBottomIcon{width:6px;height:6px}.WindowLayout-module__NK03Yq__feedCompact{padding-top:36px}}@media (max-width:896px) and (orientation:landscape){.WindowLayout-module__NK03Yq__window{gap:1rem;padding:.5rem}.WindowLayout-module__NK03Yq__refreshRow{gap:.35rem}.WindowLayout-module__NK03Yq__refreshButton{padding:.5rem}.WindowLayout-module__NK03Yq__refreshStatus{opacity:.5;font-size:.65rem}.WindowLayout-module__NK03Yq__viralSection{gap:.75rem;padding:.75rem}.WindowLayout-module__NK03Yq__grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(120px,auto);grid-auto-flow:dense;align-items:stretch;gap:.3rem}}@media (max-width:380px){.WindowLayout-module__NK03Yq__window{padding:.25rem}.WindowLayout-module__NK03Yq__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(120px,auto);grid-auto-flow:dense;align-items:stretch;gap:.25rem}}.WindowLayout-module__NK03Yq__pullToRefreshIndicator{z-index:9999;pointer-events:none;will-change:transform,opacity;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.WindowLayout-module__NK03Yq__pullRefreshIcon{background:var(--news-surface-elevated);will-change:transform;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #00000014}.WindowLayout-module__NK03Yq__pullRefreshIcon svg{width:18px;height:18px;color:var(--news-accent)}.WindowLayout-module__NK03Yq__pullRefreshReady{background:var(--news-accent);transform:scale(1.05)}.WindowLayout-module__NK03Yq__pullRefreshReady svg{color:#fff}.WindowLayout-module__NK03Yq__pullRefreshSpinning{animation:1s cubic-bezier(.4,0,.2,1) infinite WindowLayout-module__NK03Yq__pullRefreshSpin}@keyframes WindowLayout-module__NK03Yq__pullRefreshSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.WindowLayout-module__NK03Yq__pullRefreshText{color:var(--news-text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;opacity:.7;font-size:.65rem;font-weight:500}@media (max-width:639px){.WindowLayout-module__NK03Yq__refreshButton,.WindowLayout-module__NK03Yq__themeSwitch,.WindowLayout-module__NK03Yq__savedButton{min-width:44px;min-height:44px;padding:.75rem}.WindowLayout-module__NK03Yq__refreshButton:active,.WindowLayout-module__NK03Yq__themeSwitch:active,.WindowLayout-module__NK03Yq__savedButton:active,.WindowLayout-module__NK03Yq__jumpToBottomButton:active{transition:transform .1s cubic-bezier(.4,0,.2,1);transform:scale(.95)}.WindowLayout-module__NK03Yq__scrollTop{background:rgba(var(--news-bg-rgb),.4);width:42px;height:42px;color:var(--news-text-primary);border:1px solid rgba(var(--news-bg-rgb),.15);cursor:pointer;z-index:100;opacity:.8;pointer-events:auto;-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(14px)saturate(180%);border-radius:50%;transition:all .2s cubic-bezier(.4,0,.2,1);position:fixed;bottom:1rem;left:1rem;transform:scale(1)translateY(0);box-shadow:0 4px 16px #00000014,inset 0 1px 1px #ffffff14}.WindowLayout-module__NK03Yq__scrollTopIcon{opacity:.75;width:20px;height:20px}.WindowLayout-module__NK03Yq__scrollTop:active{opacity:1;transform:scale(.94)}.WindowLayout-module__NK03Yq__scrollTop:active .WindowLayout-module__NK03Yq__scrollTopIcon{opacity:1}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{animation:.3s cubic-bezier(.4,0,.2,1) WindowLayout-module__NK03Yq__slideDown}@keyframes WindowLayout-module__NK03Yq__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.WindowLayout-module__NK03Yq__window{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.WindowLayout-module__NK03Yq__grid{gap:.35rem;padding-bottom:1.5rem}@supports (animation-timeline:scroll()){.WindowLayout-module__NK03Yq__grid>*{animation:both WindowLayout-module__NK03Yq__fadeInUp;animation-timeline:view();animation-range:entry entry 30%}@keyframes WindowLayout-module__NK03Yq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}}@media (prefers-reduced-motion:reduce){.WindowLayout-module__NK03Yq__pullToRefreshIndicator,.WindowLayout-module__NK03Yq__pullRefreshIcon,.WindowLayout-module__NK03Yq__scrollTop,.WindowLayout-module__NK03Yq__window,.WindowLayout-module__NK03Yq__header,.WindowLayout-module__NK03Yq__grid{transition:none!important;animation:none!important}}@media (min-width:640px){.WindowLayout-module__NK03Yq__scrollTop{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.WindowLayout-module__NK03Yq__scrollTop:hover{transform:scale(1.05)translateY(-2px);box-shadow:0 12px 32px #00000040}}@media (min-width:744px) and (max-width:1023px) and (orientation:portrait){.WindowLayout-module__NK03Yq__header{--header-logo-height:30px;--header-count-size:.58rem;--header-btn-size:40px;--header-icon-size:20px;gap:.75rem;min-height:52px;padding:.6rem .75rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{--header-logo-height:24px;--header-count-size:.52rem;--header-btn-size:36px;--header-icon-size:18px;min-height:44px;padding:.35rem .75rem}.WindowLayout-module__NK03Yq__branding{gap:.65rem}.WindowLayout-module__NK03Yq__toolbar{gap:.4rem}.WindowLayout-module__NK03Yq__iconGroup{gap:.35rem}.WindowLayout-module__NK03Yq__feedCompact{padding-top:52px}}@media (min-width:1024px) and (max-width:1366px) and (orientation:landscape){.WindowLayout-module__NK03Yq__header{--header-logo-height:32px;--header-count-size:.6rem;--header-btn-size:42px;--header-icon-size:21px;gap:.85rem;min-height:54px;padding:.65rem 1rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{--header-logo-height:26px;--header-count-size:.54rem;--header-btn-size:38px;--header-icon-size:19px;min-height:46px;padding:.4rem 1rem}.WindowLayout-module__NK03Yq__branding{gap:.7rem}.WindowLayout-module__NK03Yq__feedCompact{padding-top:54px}.WindowLayout-module__NK03Yq__jumpToBottomButton{width:18px;min-width:18px;height:18px;min-height:18px}.WindowLayout-module__NK03Yq__jumpToBottomIcon{width:11px;height:11px}}@media (min-width:320px) and (max-width:450px) and (hover:none) and (pointer:coarse){.WindowLayout-module__NK03Yq__header{--header-logo-height:24px;--header-count-size:.5rem;--header-btn-size:32px;--header-icon-size:16px;gap:.5rem;min-height:48px;padding:.45rem .5rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{--header-logo-height:20px;--header-btn-size:28px;--header-icon-size:14px;min-height:40px}}@media (min-width:451px) and (max-width:700px) and (hover:none) and (pointer:coarse){.WindowLayout-module__NK03Yq__header{--header-logo-height:28px;--header-count-size:.55rem;--header-btn-size:36px;--header-icon-size:18px;gap:.6rem;min-height:50px;padding:.5rem .6rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{--header-logo-height:22px;--header-btn-size:32px;--header-icon-size:16px;min-height:42px}}@media (hover:hover) and (pointer:fine) and (min-width:744px) and (max-width:1366px){.WindowLayout-module__NK03Yq__savedButton:hover,.WindowLayout-module__NK03Yq__themeSwitch:hover,.WindowLayout-module__NK03Yq__refreshButton:hover:not(:disabled),.WindowLayout-module__NK03Yq__filterButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}}@media (min-width:1440px){.WindowLayout-module__NK03Yq__header{--header-logo-height:32px;--header-count-size:.6rem;--header-btn-size:42px;--header-icon-size:21px;gap:.85rem;min-height:54px;padding:.65rem 1rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{--header-logo-height:26px;--header-count-size:.6rem;--header-btn-size:34px;--header-icon-size:17px;min-height:52px;padding:.625rem 1.5rem}.WindowLayout-module__NK03Yq__branding{gap:1.25rem}.WindowLayout-module__NK03Yq__feedCompact{padding-top:64px}}@media (min-width:2000px){.WindowLayout-module__NK03Yq__window{max-width:2400px;margin:0 auto;padding:1rem 2rem}.WindowLayout-module__NK03Yq__header{--header-logo-height:40px;--header-count-size:.72rem;--header-btn-size:44px;--header-icon-size:22px;gap:2rem;min-height:68px;padding:1.25rem 2rem}.WindowLayout-module__NK03Yq__header.WindowLayout-module__NK03Yq__headerCompact{--header-logo-height:28px;--header-count-size:.62rem;--header-btn-size:36px;--header-icon-size:18px;min-height:54px;padding:.75rem 2rem}.WindowLayout-module__NK03Yq__grid{grid-auto-flow:dense;gap:1rem}.WindowLayout-module__NK03Yq__feedCompact{padding-top:68px}}
.EmptyState-module__pY8vkG__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;padding:3rem 2rem;display:flex}.EmptyState-module__pY8vkG__illustration{width:120px;height:120px;color:var(--news-text-muted);flex-shrink:0}.EmptyState-module__pY8vkG__ring{transform-origin:50%;animation:20s linear infinite EmptyState-module__pY8vkG__ringRotate}@keyframes EmptyState-module__pY8vkG__ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.EmptyState-module__pY8vkG__satellite{animation:3s ease-in-out infinite EmptyState-module__pY8vkG__satelliteFloat}@keyframes EmptyState-module__pY8vkG__satelliteFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.EmptyState-module__pY8vkG__spinning{animation:1.5s linear infinite EmptyState-module__pY8vkG__spin}@keyframes EmptyState-module__pY8vkG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.EmptyState-module__pY8vkG__content{flex-direction:column;align-items:center;gap:.75rem;max-width:320px;display:flex}.EmptyState-module__pY8vkG__title{color:var(--news-text-primary);letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:700}.EmptyState-module__pY8vkG__description{color:var(--news-text-secondary);margin:0;font-size:.9rem;line-height:1.55}.EmptyState-module__pY8vkG__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.EmptyState-module__pY8vkG__button{cursor:pointer;transition:all .2s var(--ease-spring-soft,cubic-bezier(.22,1,.36,1));touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.EmptyState-module__pY8vkG__button:focus-visible{outline:2px solid var(--news-accent,#4fc3f7);outline-offset:2px}.EmptyState-module__pY8vkG__button:active{transform:scale(.96)}.EmptyState-module__pY8vkG__button.EmptyState-module__pY8vkG__primary{background:var(--news-text-primary);color:var(--news-bg);border:none}.EmptyState-module__pY8vkG__button.EmptyState-module__pY8vkG__primary:hover{opacity:.9}.EmptyState-module__pY8vkG__button.EmptyState-module__pY8vkG__secondary{color:var(--news-text-primary);border:1px solid var(--news-border);background:0 0}.EmptyState-module__pY8vkG__button.EmptyState-module__pY8vkG__secondary:hover{background:var(--news-surface-muted);border-color:var(--news-text-muted)}@media (max-width:639px){.EmptyState-module__pY8vkG__container{gap:1.25rem;min-height:320px;padding:2rem 1.5rem}.EmptyState-module__pY8vkG__illustration{width:100px;height:100px}.EmptyState-module__pY8vkG__title{font-size:1.15rem}.EmptyState-module__pY8vkG__description{font-size:.85rem}.EmptyState-module__pY8vkG__button{padding:.7rem 1.25rem;font-size:.85rem}}@media (prefers-reduced-motion:reduce){.EmptyState-module__pY8vkG__ring,.EmptyState-module__pY8vkG__satellite{animation:none!important}.EmptyState-module__pY8vkG__button{transition:none!important}.EmptyState-module__pY8vkG__button:active{transform:none}}
.DeckCard-module__xxigEq__card{cursor:pointer;background:#0a0a0a;border:1px solid #ffffff1a;border-radius:clamp(12px,2vw,20px);flex-direction:column;width:100%;height:auto;min-height:clamp(380px,55vh,520px);max-height:min(100vh - 200px,600px);transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #0006}.DeckCard-module__xxigEq__card:hover{border-color:#fff3;transform:translateY(-4px);box-shadow:0 8px 40px #00000080}.DeckCard-module__xxigEq__card:active{transform:translateY(-2px)}.DeckCard-module__xxigEq__card:focus-visible{outline:2px solid var(--b100-title-gold,#f5d060);outline-offset:4px}.DeckCard-module__xxigEq__card.DeckCard-module__xxigEq__active{border-color:#ffffff26}.DeckCard-module__xxigEq__tierGold{background:linear-gradient(#ffd70014 0%,#0a0a0a 30%);border-color:#ffd7004d}.DeckCard-module__xxigEq__tierGold:hover{border-color:#ffd70080;box-shadow:0 8px 40px #ffd70026}.DeckCard-module__xxigEq__tierSilver{border-color:#ffffff26}.DeckCard-module__xxigEq__tierBronze{border-color:#a0a0a026}.DeckCard-module__xxigEq__tierStandard{border-color:#ffffff14}.DeckCard-module__xxigEq__rankBadge{z-index:10;letter-spacing:-.02em;border-radius:8px;justify-content:center;align-items:center;min-width:3rem;height:3rem;padding:0 .75rem;font-size:1.1rem;font-weight:800;display:flex;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 12px #0006}.DeckCard-module__xxigEq__rankNumber{display:block}.DeckCard-module__xxigEq__rankGold{background:var(--b100-gold-gradient,linear-gradient(135deg,gold 0%,orange 50%,#ff8c00 100%));color:#000;box-shadow:var(--b100-gold-glow,0 0 30px #ffd70066)}.DeckCard-module__xxigEq__rankSilver{background:var(--b100-silver-gradient,linear-gradient(135deg,#fff 0%,#f0f0f0 50%,#e0e0e0 100%));color:#000}.DeckCard-module__xxigEq__rankBronze{background:var(--b100-bronze-gradient,linear-gradient(135deg,silver 0%,#a0a0a0 50%,gray 100%));color:#000}.DeckCard-module__xxigEq__rankStandard{color:#ffffffe6;background:#ffffff26}.DeckCard-module__xxigEq__rankExpired{color:#ffffff80;background:#ffffff1a}.DeckCard-module__xxigEq__card.DeckCard-module__xxigEq__expired{cursor:default;background:#ffffff08;border:1px dashed #ffffff26}.DeckCard-module__xxigEq__card.DeckCard-module__xxigEq__expired:hover{box-shadow:none;transform:none}.DeckCard-module__xxigEq__expiredContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:3rem 2rem;display:flex}.DeckCard-module__xxigEq__expiredIcon{color:#ffffff4d;margin-bottom:1rem}.DeckCard-module__xxigEq__expiredTitle{color:#fff9;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.DeckCard-module__xxigEq__expiredMessage{color:#fff6;max-width:280px;margin:0;font-size:.9rem;line-height:1.5}.DeckCard-module__xxigEq__trendingBadge{z-index:10;text-transform:uppercase;letter-spacing:.05em;border-radius:6px;align-items:center;gap:.35rem;padding:.5rem .75rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:1rem;right:1rem}.DeckCard-module__xxigEq__trendingIcon{font-size:.9rem;line-height:1}.DeckCard-module__xxigEq__trendingLabel{line-height:1}.DeckCard-module__xxigEq__trendingViral{color:#fff;background:#ffffff26}.DeckCard-module__xxigEq__trendingTrending{color:var(--b100-title-gold,#f5d060);background:#ffd70033}.DeckCard-module__xxigEq__trendingRising{color:#a0a0a0;background:#a0a0a026}.DeckCard-module__xxigEq__media{background:#ffffff08;flex-grow:0;flex-shrink:0;width:100%;height:clamp(160px,30vh,260px);position:relative;overflow:hidden}.DeckCard-module__xxigEq__image{object-fit:cover;object-position:top;transition:opacity .3s,transform .3s}.DeckCard-module__xxigEq__card:hover .DeckCard-module__xxigEq__image{transform:scale(1.02)}.DeckCard-module__xxigEq__imageLoading{opacity:0}.DeckCard-module__xxigEq__imageSkeleton{background:linear-gradient(90deg,#ffffff08 0%,#ffffff14 50%,#ffffff08 100%) 0 0/200% 100%;animation:1.5s infinite DeckCard-module__xxigEq__shimmer;position:absolute;inset:0}@keyframes DeckCard-module__xxigEq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.DeckCard-module__xxigEq__placeholder{background:#ffffff05;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.DeckCard-module__xxigEq__placeholderGradient{background:linear-gradient(135deg,#ffffff0a 0%,#0000 50%);position:absolute;inset:0}.DeckCard-module__xxigEq__mediaOverlay{pointer-events:none;background:linear-gradient(#0000 0%,#0a0a0a 100%);height:80px;position:absolute;bottom:0;left:0;right:0}.DeckCard-module__xxigEq__content{flex-direction:column;flex:1;gap:clamp(.5rem,1.5vw,.75rem);padding:clamp(1rem,3vw,1.5rem);display:flex;overflow:hidden}.DeckCard-module__xxigEq__meta{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.DeckCard-module__xxigEq__source{color:#ffffffb3;font-weight:700}.DeckCard-module__xxigEq__timestamp{color:#fff6}.DeckCard-module__xxigEq__headline{color:#fff;-webkit-line-clamp:3;line-clamp:3;letter-spacing:-.01em;-webkit-box-orient:vertical;flex-shrink:0;margin:0;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.DeckCard-module__xxigEq__snippet{color:#ffffffa6;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;flex:auto;min-height:0;margin:0;font-size:clamp(.85rem,2vw,1rem);line-height:1.6;display:-webkit-box;overflow:hidden}.DeckCard-module__xxigEq__footer{border-top:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.DeckCard-module__xxigEq__readMore{color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600;transition:color .15s}.DeckCard-module__xxigEq__card:hover .DeckCard-module__xxigEq__readMore{color:#ffffffe6}.DeckCard-module__xxigEq__linkArrow{color:#fff9;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.DeckCard-module__xxigEq__card:hover .DeckCard-module__xxigEq__linkArrow{color:#fff;background:#ffffff26;transform:translate(2px,-2px)}.DeckCard-module__xxigEq__footerRight{flex-shrink:0;align-items:center;gap:.3rem;margin-left:auto;display:flex}.DeckCard-module__xxigEq__footerActions{opacity:0;pointer-events:none;align-items:center;gap:.4rem;max-width:0;transition:max-width .3s cubic-bezier(.4,0,.2,1),opacity .2s;display:flex;overflow:hidden}.DeckCard-module__xxigEq__footerActionsExpanded{opacity:1;pointer-events:auto;max-width:250px}.DeckCard-module__xxigEq__castButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:color .2s,transform .15s;display:inline-flex}.DeckCard-module__xxigEq__castButton:hover{color:#ffffffe6;transform:translateY(-1px)scale(1.1)}.DeckCard-module__xxigEq__castButton:active{transform:translateY(0)scale(.95)}.DeckCard-module__xxigEq__castButton:focus-visible{outline-offset:2px;outline:2px solid #fff}.DeckCard-module__xxigEq__castButton.DeckCard-module__xxigEq__loading{color:#f59e0b}.DeckCard-module__xxigEq__castButton.DeckCard-module__xxigEq__ready{color:#22c55e}.DeckCard-module__xxigEq__labsButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:color .2s,transform .15s;display:inline-flex}.DeckCard-module__xxigEq__labsButton:hover{color:#ffffffe6;transform:translateY(-1px)scale(1.1)}.DeckCard-module__xxigEq__labsButton:active{transform:translateY(0)scale(.95)}.DeckCard-module__xxigEq__labsButton:focus-visible{outline-offset:2px;outline:2px solid #fff}.DeckCard-module__xxigEq__saveButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:color .2s,transform .15s;display:inline-flex}.DeckCard-module__xxigEq__saveButton:hover{color:#ffffffe6;transform:translateY(-1px)scale(1.1)}.DeckCard-module__xxigEq__saveButton:active{transform:translateY(0)scale(.95)}.DeckCard-module__xxigEq__saveButton:focus-visible{outline-offset:2px;outline:2px solid #fff}.DeckCard-module__xxigEq__saveButton:disabled{opacity:.5;cursor:not-allowed}.DeckCard-module__xxigEq__saveButton.DeckCard-module__xxigEq__saved{color:#ffffffe6}[data-theme=light] .DeckCard-module__xxigEq__castButton{color:#0006}[data-theme=light] .DeckCard-module__xxigEq__castButton:hover{color:#000c}[data-theme=light] .DeckCard-module__xxigEq__labsButton{color:#0006}[data-theme=light] .DeckCard-module__xxigEq__labsButton:hover{color:#000c}[data-theme=light] .DeckCard-module__xxigEq__saveButton{color:#0006}[data-theme=light] .DeckCard-module__xxigEq__saveButton:hover{color:#000c}[data-theme=light] .DeckCard-module__xxigEq__saveButton.DeckCard-module__xxigEq__saved{color:#000c}.DeckCard-module__xxigEq__actionsToggle{aspect-ratio:1;color:#fff9;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;width:28px;min-width:28px;max-width:28px;height:28px;min-height:28px;max-height:28px;padding:0;transition:transform .25s cubic-bezier(.4,0,.2,1),color .15s,background .15s;display:inline-flex;position:relative}.DeckCard-module__xxigEq__actionsToggle:after{content:"";position:absolute;inset:-8px}.DeckCard-module__xxigEq__actionsToggle:hover{color:#fff;background:#ffffff26}.DeckCard-module__xxigEq__actionsToggle:active{transform:scale(.9)}.DeckCard-module__xxigEq__actionsToggle:focus-visible{outline-offset:2px;outline:2px solid #fff}.DeckCard-module__xxigEq__actionsToggleExpanded{color:#fffc;transform:rotate(180deg)}.DeckCard-module__xxigEq__actionsToggleExpanded:active{transform:rotate(180deg)scale(.9)}[data-theme=light] .DeckCard-module__xxigEq__actionsToggle{color:#00000080;background:#0000000f}[data-theme=light] .DeckCard-module__xxigEq__actionsToggle:hover{color:#000c;background:#0000001a}@media (max-width:640px){.DeckCard-module__xxigEq__rankBadge{min-width:2.5rem;height:2.5rem;padding:0 .6rem;font-size:1rem;top:.75rem;left:.75rem}.DeckCard-module__xxigEq__trendingBadge{padding:.35rem .5rem;font-size:.6rem;top:.75rem;right:.75rem}.DeckCard-module__xxigEq__headline{-webkit-line-clamp:3;line-clamp:3}.DeckCard-module__xxigEq__snippet{-webkit-line-clamp:4;line-clamp:4}}@media (max-width:640px) and (min-height:700px){.DeckCard-module__xxigEq__snippet{-webkit-line-clamp:5;line-clamp:5}}@media (min-width:641px) and (max-width:1024px){.DeckCard-module__xxigEq__card{min-height:clamp(320px,48vh,400px);max-height:min(100vh - 140px,450px)}.DeckCard-module__xxigEq__rankBadge{min-width:2.5rem;height:2.5rem;padding:0 .6rem;font-size:.95rem;top:.75rem;left:.75rem}.DeckCard-module__xxigEq__trendingBadge{padding:.35rem .5rem;font-size:.65rem;top:.75rem;right:.75rem}.DeckCard-module__xxigEq__media{height:clamp(120px,22vh,180px)}.DeckCard-module__xxigEq__content{gap:.5rem;padding:.875rem 1rem}.DeckCard-module__xxigEq__meta{gap:.5rem;font-size:.7rem}.DeckCard-module__xxigEq__headline{-webkit-line-clamp:2;line-clamp:2;font-size:clamp(1.1rem,2.5vw,1.25rem)}.DeckCard-module__xxigEq__snippet{-webkit-line-clamp:3;line-clamp:3;font-size:.85rem}.DeckCard-module__xxigEq__footer{padding-top:.5rem}.DeckCard-module__xxigEq__readMore{font-size:.7rem}.DeckCard-module__xxigEq__linkArrow{width:28px;height:28px}}@media (min-width:1440px){.DeckCard-module__xxigEq__rankBadge{min-width:3.25rem;height:3.25rem;font-size:1.2rem}.DeckCard-module__xxigEq__headline{font-size:1.5rem}.DeckCard-module__xxigEq__snippet{-webkit-line-clamp:7;line-clamp:7;font-size:1rem}}@media (min-width:1600px){.DeckCard-module__xxigEq__card{box-sizing:border-box;border-width:1px;min-height:clamp(360px,50vh,480px);max-height:min(100vh - 220px,520px);margin:2px}.DeckCard-module__xxigEq__media{height:clamp(140px,26vh,220px)}.DeckCard-module__xxigEq__content{gap:.625rem;padding:1.25rem}.DeckCard-module__xxigEq__headline{-webkit-line-clamp:3;line-clamp:3;font-size:clamp(1.2rem,2.5vw,1.4rem)}.DeckCard-module__xxigEq__snippet{-webkit-line-clamp:5;line-clamp:5;font-size:.95rem}.DeckCard-module__xxigEq__rankBadge{min-width:2.75rem;height:2.75rem;font-size:1.05rem}}@media (min-width:2000px){.DeckCard-module__xxigEq__card{min-height:clamp(380px,48vh,500px);max-height:min(100vh - 200px,560px)}.DeckCard-module__xxigEq__media{height:clamp(150px,28vh,240px)}.DeckCard-module__xxigEq__headline{font-size:1.45rem}.DeckCard-module__xxigEq__snippet{-webkit-line-clamp:6;line-clamp:6}.DeckCard-module__xxigEq__rankBadge{min-width:3rem;height:3rem;font-size:1.15rem}}@media (prefers-reduced-motion:reduce){.DeckCard-module__xxigEq__card,.DeckCard-module__xxigEq__image,.DeckCard-module__xxigEq__readMore,.DeckCard-module__xxigEq__linkArrow{transition:none}.DeckCard-module__xxigEq__card:hover .DeckCard-module__xxigEq__image{transform:none}}[data-theme=light] .DeckCard-module__xxigEq__card{background:#fff;border-color:#00000014;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}[data-theme=light] .DeckCard-module__xxigEq__card:hover{border-color:#0000001f;box-shadow:0 2px 6px #00000014,0 8px 24px #00000014}[data-theme=light] .DeckCard-module__xxigEq__card.DeckCard-module__xxigEq__active{border-color:#0000001a}[data-theme=light] .DeckCard-module__xxigEq__tierGold{background:linear-gradient(#ffd7000f 0%,#fff 30%);border-color:#b48c2859}[data-theme=light] .DeckCard-module__xxigEq__tierGold:hover{border-color:#b48c2880;box-shadow:0 2px 6px #00000014,0 8px 24px #b48c281f}[data-theme=light] .DeckCard-module__xxigEq__tierSilver{border-color:#0000001a}[data-theme=light] .DeckCard-module__xxigEq__tierBronze{border-color:#00000014}[data-theme=light] .DeckCard-module__xxigEq__tierStandard{border-color:#0000000f}[data-theme=light] .DeckCard-module__xxigEq__rankStandard{color:#000000b3;background:#00000014}[data-theme=light] .DeckCard-module__xxigEq__rankExpired{color:#0006;background:#0000000d}[data-theme=light] .DeckCard-module__xxigEq__card.DeckCard-module__xxigEq__expired{background:#00000005;border:1px dashed #0000001f}[data-theme=light] .DeckCard-module__xxigEq__expiredIcon{color:#00000040}[data-theme=light] .DeckCard-module__xxigEq__expiredTitle{color:#00000080}[data-theme=light] .DeckCard-module__xxigEq__expiredMessage{color:#00000059}[data-theme=light] .DeckCard-module__xxigEq__trendingViral{color:#000c;background:#0000000f}[data-theme=light] .DeckCard-module__xxigEq__trendingTrending{color:#8b6914;background:#b48c281f}[data-theme=light] .DeckCard-module__xxigEq__trendingRising{color:#0009;background:#0000000d}[data-theme=light] .DeckCard-module__xxigEq__media{background:#00000005}[data-theme=light] .DeckCard-module__xxigEq__imageSkeleton{background:linear-gradient(90deg,#00000005 0%,#0000000d 50%,#00000005 100%) 0 0/200% 100%}[data-theme=light] .DeckCard-module__xxigEq__placeholder{background:#00000005}[data-theme=light] .DeckCard-module__xxigEq__placeholderGradient{background:linear-gradient(135deg,#00000005 0%,#0000 50%)}[data-theme=light] .DeckCard-module__xxigEq__mediaOverlay{background:linear-gradient(#0000 0%,#fff 100%)}[data-theme=light] .DeckCard-module__xxigEq__meta{color:#00000073}[data-theme=light] .DeckCard-module__xxigEq__source{color:#000000a6}[data-theme=light] .DeckCard-module__xxigEq__timestamp{color:#0006}[data-theme=light] .DeckCard-module__xxigEq__headline{color:#0d0d0d}[data-theme=light] .DeckCard-module__xxigEq__snippet{color:#0009}[data-theme=light] .DeckCard-module__xxigEq__footer{border-top-color:#0000000f}[data-theme=light] .DeckCard-module__xxigEq__readMore{color:#00000080}[data-theme=light] .DeckCard-module__xxigEq__card:hover .DeckCard-module__xxigEq__readMore{color:#000c}[data-theme=light] .DeckCard-module__xxigEq__linkArrow{color:#00000080;background:#0000000d}[data-theme=light] .DeckCard-module__xxigEq__card:hover .DeckCard-module__xxigEq__linkArrow{color:#000c;background:#0000001a}
.EndOfFeed-module__RAsSDq__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:1.5rem 0;padding:2rem 1rem;display:flex}.EndOfFeed-module__RAsSDq__divider{align-items:center;gap:1rem;width:100%;max-width:300px;margin-bottom:1rem;display:flex}.EndOfFeed-module__RAsSDq__line{background:var(--news-border,#80808033);flex:1;height:1px}.EndOfFeed-module__RAsSDq__icon{color:var(--news-text-muted,#80808099);font-size:1.25rem;font-weight:300}.EndOfFeed-module__RAsSDq__message{color:var(--news-text-secondary,#808080cc);margin:0 0 1rem;font-size:.9rem;font-weight:400}.EndOfFeed-module__RAsSDq__refreshButton{color:var(--news-accent,#06c);border:1px solid var(--news-border,#80808033);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s;display:inline-flex}.EndOfFeed-module__RAsSDq__refreshButton:hover:not(:disabled){background:var(--news-surface-muted,#8080800d);border-color:var(--news-accent,#06c)}.EndOfFeed-module__RAsSDq__refreshButton:active:not(:disabled){transform:scale(.98)}.EndOfFeed-module__RAsSDq__refreshButton:disabled{opacity:.6;cursor:not-allowed}.EndOfFeed-module__RAsSDq__spinner{border:2px solid var(--news-border,#80808033);border-top-color:var(--news-accent,#06c);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite EndOfFeed-module__RAsSDq__spin;display:inline-block}@keyframes EndOfFeed-module__RAsSDq__spin{to{transform:rotate(360deg)}}.EndOfFeed-module__RAsSDq__paper{font-family:var(--font-serif,Georgia,"Times New Roman",serif);padding:3rem 1rem;animation:.3s ease-out EndOfFeed-module__RAsSDq__endFadeIn}@keyframes EndOfFeed-module__RAsSDq__endFadeIn{0%{opacity:0}to{opacity:1}}.EndOfFeed-module__RAsSDq__paper .EndOfFeed-module__RAsSDq__message{font-size:1rem;font-style:italic}.EndOfFeed-module__RAsSDq__paper .EndOfFeed-module__RAsSDq__icon{font-family:var(--font-serif,Georgia,"Times New Roman",serif)}@media (prefers-reduced-motion:reduce){.EndOfFeed-module__RAsSDq__paper{animation:none}}.EndOfFeed-module__RAsSDq__compact{margin:.5rem 0;padding:1rem}.EndOfFeed-module__RAsSDq__compact .EndOfFeed-module__RAsSDq__divider{max-width:200px}.EndOfFeed-module__RAsSDq__compact .EndOfFeed-module__RAsSDq__message{margin-bottom:.75rem;font-size:.8rem}.EndOfFeed-module__RAsSDq__compact .EndOfFeed-module__RAsSDq__refreshButton{padding:.4rem .8rem;font-size:.8rem}
