.command-palette-module__Q-LDRq__commandLayer{z-index:var(--v2-layer-overlay);padding:12vh var(--v2-space-16) var(--v2-space-24);place-items:start center;display:grid;position:fixed;inset:0}.command-palette-module__Q-LDRq__commandBackdrop{cursor:default;background:var(--lightningcss-light,color-mix(in srgb, var(--v2-text) 34%, transparent))var(--lightningcss-dark,color-mix(in srgb, var(--v2-canvas) 58%, transparent));animation:command-palette-module__Q-LDRq__command-fade var(--v2-motion-fast) linear both;border:0;padding:0;position:absolute;inset:0}.command-palette-module__Q-LDRq__commandPanel{gap:var(--v2-space-10);width:min(640px,100%);padding:var(--v2-space-12);background:var(--material-chrome-bg);border:1px solid var(--material-chrome-border);border-radius:var(--v2-radius-sheet);box-shadow:var(--material-chrome-highlight), var(--v2-shadow-overlay);-webkit-backdrop-filter:var(--material-chrome-filter);backdrop-filter:var(--material-chrome-filter);transform-origin:top;animation:command-palette-module__Q-LDRq__command-pop var(--v2-motion-fast) var(--v2-motion-spring) both;display:grid;position:relative}.command-palette-module__Q-LDRq__commandSearchRow{gap:var(--v2-space-10);min-height:50px;padding:0 var(--v2-space-14);color:var(--v2-text-tertiary);background:var(--material-command-surface-bg);border:1px solid var(--material-command-surface-border);border-radius:var(--material-command-surface-radius);box-shadow:var(--v2-shadow-control);grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid}.command-palette-module__Q-LDRq__commandSearchRow:focus-within{border-color:var(--v2-accent);box-shadow:0 0 0 4px var(--v2-accent-ring)}.command-palette-module__Q-LDRq__commandSearchRow input.command-palette-module__Q-LDRq__commandSearchInput,.command-palette-module__Q-LDRq__commandSearchRow input.command-palette-module__Q-LDRq__commandSearchInput:focus,.command-palette-module__Q-LDRq__commandSearchRow input.command-palette-module__Q-LDRq__commandSearchInput:focus-visible{min-height:var(--v2-touch-height);color:var(--v2-text);font-size:var(--v2-text-callout);box-shadow:none;background:0 0;border:0;border-radius:0;outline:0;padding:0}.command-palette-module__Q-LDRq__commandResults{gap:var(--v2-space-10);max-height:min(460px,56vh);padding:var(--v2-space-2);overscroll-behavior:contain;display:grid;overflow:auto}.command-palette-module__Q-LDRq__commandGroup{gap:var(--v2-space-2);display:grid}.command-palette-module__Q-LDRq__commandGroupHead{padding:var(--v2-space-6) var(--v2-space-12) var(--v2-space-4);color:var(--v2-text-tertiary);font-size:var(--v2-text-caption-2);font-weight:var(--v2-weight-bold);letter-spacing:0;align-items:center;gap:5px;margin:0;display:flex}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem{gap:var(--v2-space-12);width:100%;min-height:52px;padding:var(--v2-space-8) var(--v2-space-12);color:var(--v2-text);font:inherit;text-align:left;border-radius:var(--v2-radius-command);cursor:pointer;transition:transform var(--v2-motion-fast) var(--v2-motion-spring);background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;text-decoration:none;display:grid}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem:hover{background:var(--v2-hover);box-shadow:var(--v2-highlight), var(--v2-shadow-control), inset 0 0 0 1px var(--v2-separator)}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem:hover .command-palette-module__Q-LDRq__commandItemIcon{color:var(--v2-accent);background:var(--v2-accent-soft);border-color:color-mix(in srgb, var(--v2-accent) 24%, transparent);transform:scale(1.04)}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem[data-selected]{background:var(--v2-selected);box-shadow:var(--v2-highlight), inset 0 0 0 1px var(--v2-border-strong)}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem[data-selected]:hover{background:color-mix(in srgb, var(--v2-selected) 76%, var(--v2-hover));box-shadow:var(--v2-highlight), var(--v2-shadow-control), inset 0 0 0 1px color-mix(in srgb, var(--v2-accent) 28%, var(--v2-border-strong))}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem:active{background:var(--v2-pressed);transform:scale(.992)}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem:focus-visible{box-shadow:inset 0 0 0 1px var(--v2-border-strong), 0 0 0 3px var(--v2-accent-ring);outline:0}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem:disabled{cursor:default;opacity:.6}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem[data-busy]:disabled{color:var(--v2-text);opacity:1;background:var(--v2-accent-soft);box-shadow:inset 3px 0 0 var(--v2-accent)}.command-palette-module__Q-LDRq__commandItemIcon{width:32px;height:32px;color:var(--v2-text-secondary);background:var(--v2-inset);border:1px solid var(--v2-separator);border-radius:var(--v2-radius-pill);transition:color var(--v2-motion-fast), background var(--v2-motion-fast), border-color var(--v2-motion-fast), transform var(--v2-motion-fast) var(--v2-motion-spring);flex:none;place-items:center;display:grid}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem[data-selected] .command-palette-module__Q-LDRq__commandItemIcon{color:var(--v2-accent);background:var(--v2-accent-soft);border-color:color-mix(in srgb, var(--v2-accent) 30%, transparent)}.command-palette-module__Q-LDRq__commandItemText{gap:var(--v2-space-2);min-width:0;display:grid}.command-palette-module__Q-LDRq__commandItemText strong{color:var(--v2-text);font-size:var(--v2-text-subhead);font-weight:var(--v2-weight-semibold);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.command-palette-module__Q-LDRq__commandItemText em{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);white-space:nowrap;text-overflow:ellipsis;font-style:normal;overflow:hidden}.command-palette-module__Q-LDRq__commandEmpty{gap:var(--v2-space-6);padding:40px var(--v2-space-20);color:var(--v2-text-tertiary);text-align:center;justify-items:center;display:grid}.command-palette-module__Q-LDRq__commandEmpty strong{color:var(--v2-text-secondary);font-size:var(--v2-text-subhead);font-weight:var(--v2-weight-semibold);overflow-wrap:anywhere}.command-palette-module__Q-LDRq__commandEmpty small{font-size:var(--v2-text-caption)}.command-palette-module__Q-LDRq__commandFooter{gap:var(--v2-space-14);padding:var(--v2-space-2) var(--v2-space-8) var(--v2-space-4);color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);align-items:center;display:flex}.command-palette-module__Q-LDRq__commandFooter span{gap:var(--v2-space-4);align-items:center;display:inline-flex}.command-palette-module__Q-LDRq__commandNotice{border-radius:var(--v2-radius-command)}.command-palette-module__Q-LDRq__commandSheetBody{gap:var(--v2-space-12);display:grid}.command-palette-module__Q-LDRq__commandSheetBody .command-palette-module__Q-LDRq__commandResults{max-height:none;padding:0;overflow:visible}.command-palette-module__Q-LDRq__commandSheetBody .command-palette-module__Q-LDRq__commandItem{min-height:var(--v2-touch-height)}@keyframes command-palette-module__Q-LDRq__command-pop{0%{opacity:0;transform:translateY(6px)scale(.985)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes command-palette-module__Q-LDRq__command-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.command-palette-module__Q-LDRq__commandBackdrop,.command-palette-module__Q-LDRq__commandPanel{animation:none}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem,.command-palette-module__Q-LDRq__commandItemIcon{transition:none}.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem:active,.command-palette-module__Q-LDRq__commandResults .command-palette-module__Q-LDRq__commandItem:hover .command-palette-module__Q-LDRq__commandItemIcon{transform:none}}
.modal-sheet-module__3xMvBG__modalSheetLayer{z-index:var(--v2-layer-modal);padding:var(--v2-space-24);place-items:center;display:grid;position:fixed;inset:0}.modal-sheet-module__3xMvBG__modalSheetBackdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a2c;position:absolute;inset:0}.modal-sheet-module__3xMvBG__modalSheet{width:min(var(--modal-sheet-width), calc(100vw - 48px));border:1px solid var(--material-chrome-border);border-radius:var(--shape-sheet);background:var(--material-chrome-bg);min-height:0;max-height:calc(100dvh - 48px);box-shadow:var(--material-chrome-highlight), var(--material-chrome-shadow);-webkit-backdrop-filter:var(--material-chrome-filter);backdrop-filter:var(--material-chrome-filter);animation:modal-sheet-module__3xMvBG__modalSheetIn .22s var(--v2-motion-spring);grid-template-rows:auto minmax(0,1fr);display:grid;position:relative;overflow:hidden}.modal-sheet-module__3xMvBG__compact{--modal-sheet-width:480px}.modal-sheet-module__3xMvBG__medium{--modal-sheet-width:620px}.modal-sheet-module__3xMvBG__wide{--modal-sheet-width:760px}.modal-sheet-module__3xMvBG__modalSheetHandle{display:none}.modal-sheet-module__3xMvBG__modalSheetHead{gap:var(--v2-space-12);min-width:0;padding:var(--v2-space-18) var(--v2-space-20) var(--v2-space-14);border-bottom:1px solid color-mix(in srgb, var(--border-subtle) 76%, transparent);grid-template-columns:minmax(0,1fr) 36px;align-items:center;display:grid}.modal-sheet-module__3xMvBG__modalSheetHead h3{color:var(--text-primary);font-size:var(--v2-text-headline);font-weight:var(--v2-weight-bold);margin:0;line-height:1.35}.modal-sheet-module__3xMvBG__modalSheetHead .chjUiIconButton{width:36px;min-width:36px;height:36px;min-height:36px}.modal-sheet-module__3xMvBG__modalSheetBody{overscroll-behavior:contain;min-height:0;padding:var(--v2-space-16) var(--v2-space-20) var(--v2-page-gutter);overflow-y:auto}.modal-sheet-module__3xMvBG__modalSheetBody :is(.chjUiInput,.chjUiTextarea,.chjUiSelectTrigger){min-height:var(--v2-touch-height);border-radius:var(--shape-control);background:var(--surface-control)}.modal-sheet-module__3xMvBG__modalSheetBody textarea:is(.chjUiInput,.chjUiTextarea,.chjUiSelectTrigger){resize:vertical;min-height:116px}@keyframes modal-sheet-module__3xMvBG__modalSheetIn{0%{opacity:0;transform:translateY(10px)scale(.99)}to{opacity:1;transform:none}}@keyframes modal-sheet-module__3xMvBG__modalSheetMobileIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (max-width:760px){.modal-sheet-module__3xMvBG__modalSheetLayer{place-items:end stretch;padding:0}.modal-sheet-module__3xMvBG__modalSheet{--modal-sheet-body-max-height:calc(100dvh - env(safe-area-inset-top) - 128px);width:100%;height:auto;max-height:calc(100dvh - env(safe-area-inset-top));border-radius:var(--shape-sheet-mobile) var(--shape-sheet-mobile) 0 0;grid-template-rows:auto auto minmax(0,auto);animation-name:modal-sheet-module__3xMvBG__modalSheetMobileIn}.modal-sheet-module__3xMvBG__modalSheetHandle{width:40px;height:4px;margin:var(--v2-space-10) 0 var(--v2-space-6);border-radius:var(--v2-radius-pill);background:color-mix(in srgb, var(--text-tertiary) 28%, transparent);place-self:center;display:block}.modal-sheet-module__3xMvBG__modalSheetHead{padding:var(--v2-space-10) var(--v2-space-18) var(--v2-space-14);grid-template-columns:minmax(0,1fr) 44px}.modal-sheet-module__3xMvBG__modalSheetHead .chjUiIconButton{width:44px;min-width:44px;height:var(--v2-touch-height);min-height:var(--v2-touch-height)}.modal-sheet-module__3xMvBG__modalSheetBody{max-height:var(--modal-sheet-body-max-height);padding:var(--v2-space-16) var(--v2-space-18) calc(var(--v2-space-20) + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.modal-sheet-module__3xMvBG__modalSheet{transition:none;animation:none;transform:translate(0,0)scale(1)}}
.system-experience-module__SpFcXq__login{min-height:100svh;padding:var(--v2-space-24);color:var(--v2-text);letter-spacing:0;background:var(--v2-canvas);place-items:center;display:grid;overflow-x:hidden}.system-experience-module__SpFcXq__loginGlow{width:min(100%,428px)}.system-experience-module__SpFcXq__loginSurface{text-align:center;background:color-mix(in srgb, var(--v2-content) 94%, transparent);border:1px solid var(--v2-border);border-radius:var(--v2-radius-chrome);width:100%;box-shadow:var(--v2-highlight), var(--v2-shadow-float);-webkit-backdrop-filter:var(--v2-blur-chrome);backdrop-filter:var(--v2-blur-chrome);animation:system-experience-module__SpFcXq__sys-pop var(--v2-motion-standard) var(--v2-motion-spring) both;justify-items:center;gap:22px;padding:34px;display:grid}.system-experience-module__SpFcXq__loginLogo{object-fit:contain;width:88px;height:auto;display:block}.system-experience-module__SpFcXq__loginIdentity{gap:var(--v2-space-8);justify-items:center;min-width:0;display:grid}.system-experience-module__SpFcXq__loginIdentity h1{color:var(--v2-text);font-size:var(--v2-text-title-1);font-weight:var(--v2-weight-strong);letter-spacing:0;margin:0;line-height:1.24}.system-experience-module__SpFcXq__loginIdentity p{color:var(--v2-text-tertiary);font-size:var(--v2-text-footnote);letter-spacing:0;margin:0;line-height:1.5}.system-experience-module__SpFcXq__loginActionSlot{align-items:center;width:100%;min-height:52px;display:grid}.system-experience-module__SpFcXq__loginPending{gap:var(--v2-space-10);min-height:48px;color:var(--v2-text-secondary);font-size:var(--v2-text-subhead);justify-content:center;align-items:center;display:inline-flex}.system-experience-module__SpFcXq__wecomButton{width:100%;min-height:48px;padding:0 var(--v2-space-18);color:var(--v2-content);font-size:var(--v2-text-callout);font-weight:var(--v2-weight-strong);letter-spacing:0;background:var(--v2-accent);border:1px solid var(--v2-accent);border-radius:var(--v2-radius-command);box-shadow:var(--v2-highlight), var(--v2-shadow-control);transition:background-color var(--v2-motion-fast) var(--v2-motion-spring), box-shadow var(--v2-motion-fast) var(--v2-motion-spring), transform var(--v2-motion-fast) var(--v2-motion-spring);justify-content:center;align-items:center;gap:9px;line-height:1.2;text-decoration:none;display:inline-flex}.system-experience-module__SpFcXq__wecomButton:hover{background:var(--v2-accent-hover);box-shadow:var(--v2-highlight), var(--v2-shadow-card)}.system-experience-module__SpFcXq__wecomButton:active{transform:scale(.985)}.system-experience-module__SpFcXq__wecomButton:focus-visible{box-shadow:0 0 0 4px var(--v2-accent-ring);outline:0}.system-experience-module__SpFcXq__loginDevTrigger{min-height:var(--v2-control-height);margin-top:calc(var(--v2-space-8) * -1);color:var(--v2-text-tertiary)}.system-experience-module__SpFcXq__devForm{gap:var(--v2-space-16);display:grid}.system-experience-module__SpFcXq__devField{gap:7px;display:grid}.system-experience-module__SpFcXq__devField>span{color:var(--v2-text-secondary);font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-semibold)}.system-experience-module__SpFcXq__devFieldHint{margin:calc(var(--v2-space-4) * -1) 0 0;color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);line-height:1.5}.system-experience-module__SpFcXq__devActions{gap:var(--v2-space-10);padding-top:var(--v2-space-2);justify-content:flex-end;display:flex}@media (max-width:760px){.system-experience-module__SpFcXq__login{padding:var(--v2-space-16)}.system-experience-module__SpFcXq__loginSurface{gap:var(--v2-space-18);padding:26px var(--v2-page-gutter);border-radius:var(--v2-radius-card-mobile)}.system-experience-module__SpFcXq__loginLogo{width:76px}.system-experience-module__SpFcXq__loginIdentity h1{font-size:var(--v2-text-title-2)}.system-experience-module__SpFcXq__wecomButton,.system-experience-module__SpFcXq__loginDevTrigger{min-height:var(--v2-touch-height)}.system-experience-module__SpFcXq__devActions .chjUiButton{min-height:var(--v2-touch-height)}}@media (max-width:360px),(max-height:640px){.system-experience-module__SpFcXq__login{padding:var(--v2-space-10) var(--v2-space-12);place-items:start center}.system-experience-module__SpFcXq__loginSurface{gap:var(--v2-space-14);padding:var(--v2-space-20) var(--v2-space-18)}.system-experience-module__SpFcXq__loginLogo{width:64px}.system-experience-module__SpFcXq__loginIdentity{gap:5px}.system-experience-module__SpFcXq__loginIdentity h1{font-size:var(--v2-text-title-2)}}@media (prefers-reduced-transparency:reduce){.system-experience-module__SpFcXq__loginSurface{background:var(--v2-content);-webkit-backdrop-filter:none;backdrop-filter:none}}@media (prefers-contrast:more){.system-experience-module__SpFcXq__loginSurface,.system-experience-module__SpFcXq__wecomButton{border-color:var(--v2-border-strong)}.system-experience-module__SpFcXq__wecomButton:focus-visible{outline:3px solid var(--v2-accent);outline-offset:3px;box-shadow:none}}.system-experience-module__SpFcXq__chromeMenuRoot{gap:var(--v2-space-6);align-items:center;display:flex;position:relative}.system-experience-module__SpFcXq__chromeMenuSurface{width:min(300px,100vw - 28px);padding:var(--v2-space-6);background:var(--material-chrome-bg);border:1px solid var(--material-chrome-border);border-radius:var(--v2-radius-nav);box-shadow:var(--material-chrome-highlight), var(--material-chrome-shadow);-webkit-backdrop-filter:var(--material-chrome-filter);backdrop-filter:var(--material-chrome-filter)}.system-experience-module__SpFcXq__menuIdentity{padding:var(--v2-space-10) var(--v2-space-12);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;display:grid}.system-experience-module__SpFcXq__menuIdentityAvatar{color:var(--v2-content);font-weight:var(--v2-weight-strong);background:var(--v2-accent);box-shadow:var(--v2-highlight);-webkit-user-select:none;user-select:none}.system-experience-module__SpFcXq__menuIdentityText{gap:var(--v2-space-2);min-width:0;display:grid}.system-experience-module__SpFcXq__menuIdentityText strong{color:var(--v2-text);font-size:var(--v2-text-subhead);font-weight:var(--v2-weight-strong);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.system-experience-module__SpFcXq__menuIdentityText small{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.system-experience-module__SpFcXq__menuSeparator{height:1px;margin:5px var(--v2-space-4);background:var(--v2-separator)}.system-experience-module__SpFcXq__menuNotice{margin:var(--v2-space-2) var(--v2-space-4) var(--v2-space-4);border-radius:var(--v2-radius-command)}.system-experience-module__SpFcXq__menuGroup{gap:var(--v2-space-2);padding-top:var(--v2-space-2);display:grid}.system-experience-module__SpFcXq__menuGroupLabel{padding:7px var(--v2-space-12) 3px;color:var(--v2-accent);font-size:var(--v2-text-caption-2);font-weight:var(--v2-weight-bold);letter-spacing:0;margin:0}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-slot]{gap:var(--v2-space-10);width:100%;min-height:var(--v2-touch-height);padding:var(--v2-space-8) var(--v2-space-12);color:var(--v2-text);font:inherit;text-align:left;border-radius:var(--v2-radius-command);transition:background-color var(--v2-motion-fast), box-shadow var(--v2-motion-fast), transform var(--v2-motion-fast) var(--v2-motion-spring);background:0 0;border:0;justify-content:flex-start;align-items:center;display:flex}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-slot]:before{background-color:#0000}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-highlighted]:not([data-disabled]){background:var(--v2-hover);box-shadow:inset 0 0 0 1px var(--v2-separator)}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-pressed]:not([data-disabled]){background:var(--v2-pressed);transform:scale(.99)}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-checked]{background:var(--v2-accent-soft);color:var(--v2-accent)}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-checked][data-highlighted]:not([data-disabled]){background:color-mix(in srgb, var(--v2-accent-soft) 72%, var(--v2-hover));box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--v2-accent) 28%, transparent)}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem:focus-visible{box-shadow:inset 0 0 0 1px var(--v2-border-strong), 0 0 0 3px var(--v2-accent-ring);outline:0}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-disabled]{opacity:.55;cursor:not-allowed}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-tone=danger]{color:var(--v2-danger)}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-tone=danger][data-highlighted]:not([data-disabled]){background:var(--v2-danger-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--v2-danger) 26%, transparent)}.system-experience-module__SpFcXq__menuItemText{gap:var(--v2-space-2);flex:1;min-width:0;display:grid}.system-experience-module__SpFcXq__menuItemText strong{font-size:var(--v2-text-subhead);font-weight:var(--v2-weight-semibold);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.system-experience-module__SpFcXq__menuItemText small{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-tone=danger] .system-experience-module__SpFcXq__menuItemText small{color:color-mix(in srgb, var(--v2-danger) 72%, var(--v2-text-tertiary))}.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem [data-slot=dropdown-menu-radio-item-indicator]{color:var(--v2-accent)}.system-experience-module__SpFcXq__userTrigger{width:var(--v2-control-height);height:var(--v2-control-height);min-height:var(--v2-control-height);border-radius:var(--v2-radius-pill);box-shadow:none;background:0 0;border:0;place-items:center;padding:0;display:grid}.system-experience-module__SpFcXq__userTrigger[data-chj-variant=quiet]:hover:not(:disabled):not([data-disabled]){background:var(--v2-accent-soft)}.system-experience-module__SpFcXq__userTrigger:active{background:var(--v2-pressed);transform:scale(.97)}.system-experience-module__SpFcXq__userTrigger:focus-visible{box-shadow:0 0 0 3px var(--v2-accent-ring);outline:0}.system-experience-module__SpFcXq__userTrigger[aria-expanded=true]{background:var(--v2-selected);box-shadow:inset 0 0 0 1px var(--v2-border-strong)}.system-experience-module__SpFcXq__userTrigger[aria-expanded=true]:hover{background:color-mix(in srgb, var(--v2-selected) 76%, var(--v2-hover));box-shadow:var(--v2-highlight), var(--v2-shadow-control), inset 0 0 0 1px var(--v2-border-strong)}.system-experience-module__SpFcXq__userAvatar{color:var(--v2-content);font-weight:var(--v2-weight-strong);background:var(--v2-accent);box-shadow:var(--v2-highlight);-webkit-user-select:none;user-select:none}.system-experience-module__SpFcXq__viewTrigger{gap:var(--v2-space-8);max-width:190px;min-height:38px;padding:0 var(--v2-space-12);color:var(--v2-text);text-align:left;border-radius:var(--v2-radius-pill);box-shadow:none;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.system-experience-module__SpFcXq__viewTrigger[data-chj-variant=quiet]:hover:not(:disabled):not([data-disabled]){background:var(--material-nav-hover-bg)}.system-experience-module__SpFcXq__viewTrigger:active{background:var(--material-nav-pressed-bg);transform:scale(.98)}.system-experience-module__SpFcXq__viewTrigger:focus-visible{box-shadow:0 0 0 3px var(--v2-accent-ring);outline:0}.system-experience-module__SpFcXq__viewTrigger[aria-expanded=true]{background:var(--v2-selected);box-shadow:inset 0 0 0 1px var(--v2-border-strong)}.system-experience-module__SpFcXq__viewTrigger[aria-expanded=true]:hover{background:color-mix(in srgb, var(--v2-selected) 76%, var(--v2-hover));box-shadow:var(--v2-highlight), var(--v2-shadow-control), inset 0 0 0 1px var(--v2-border-strong)}.system-experience-module__SpFcXq__viewTriggerActive{color:var(--v2-accent);background:var(--v2-accent-soft)}.system-experience-module__SpFcXq__viewTriggerActive:hover{background:color-mix(in srgb, var(--v2-accent-soft) 72%, var(--v2-hover))}.system-experience-module__SpFcXq__viewTriggerText{gap:1px;min-width:0;display:grid}.system-experience-module__SpFcXq__viewTriggerText small{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption-2);font-weight:var(--v2-weight-strong);line-height:1.2}.system-experience-module__SpFcXq__viewTriggerActive .system-experience-module__SpFcXq__viewTriggerText small{color:color-mix(in srgb, var(--v2-accent) 78%, var(--v2-text-tertiary))}.system-experience-module__SpFcXq__viewTriggerText strong{font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-strong);line-height:var(--v2-leading-control);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.system-experience-module__SpFcXq__viewTriggerChevron{color:var(--v2-text-tertiary);transition:transform var(--v2-motion-fast) var(--v2-motion-spring);flex:none}.system-experience-module__SpFcXq__viewTrigger[aria-expanded=true] .system-experience-module__SpFcXq__viewTriggerChevron{transform:rotate(180deg)}.system-experience-module__SpFcXq__viewInlineExit{white-space:nowrap;flex:none;gap:5px;min-height:34px}.system-experience-module__SpFcXq__viewMenuSurface{width:min(320px,100vw - 28px)}.appChromeActions .system-experience-module__SpFcXq__viewTrigger{max-width:178px}:is(.appChromeActions .system-experience-module__SpFcXq__viewInlineExit,.mobileNavActions .system-experience-module__SpFcXq__viewInlineExit){display:none}@media (max-width:1180px){.appChromeActions .system-experience-module__SpFcXq__viewTrigger{width:var(--v2-control-height);min-height:var(--v2-control-height);grid-template-columns:1fr;place-items:center;padding:0}:is(.appChromeActions .system-experience-module__SpFcXq__viewTriggerText,.appChromeActions .system-experience-module__SpFcXq__viewTriggerChevron){display:none}}@media (max-width:760px){:is(.mobileNavActions .system-experience-module__SpFcXq__viewTrigger,.mobileNavActions .system-experience-module__SpFcXq__userTrigger){width:var(--v2-touch-height);height:var(--v2-touch-height);min-height:var(--v2-touch-height);grid-template-columns:1fr;place-items:center;padding:0}:is(.mobileNavActions .system-experience-module__SpFcXq__viewTriggerText,.mobileNavActions .system-experience-module__SpFcXq__viewTriggerChevron){display:none}.system-experience-module__SpFcXq__chromeMenuSurface{width:min(300px,100vw - 24px)}}@keyframes system-experience-module__SpFcXq__sys-enter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translate(0,0)}}@keyframes system-experience-module__SpFcXq__sys-pop{0%{opacity:0;transform:translateY(6px)scale(.985)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes system-experience-module__SpFcXq__sys-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.system-experience-module__SpFcXq__loginSurface{animation:none}.system-experience-module__SpFcXq__wecomButton,.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem,.system-experience-module__SpFcXq__userTrigger,.system-experience-module__SpFcXq__viewTrigger,.system-experience-module__SpFcXq__viewTriggerChevron{transition:none}.system-experience-module__SpFcXq__wecomButton:hover,.system-experience-module__SpFcXq__wecomButton:active,.system-experience-module__SpFcXq__chromeMenuSurface .system-experience-module__SpFcXq__menuItem[data-pressed]:not([data-disabled]),.system-experience-module__SpFcXq__userTrigger:active,.system-experience-module__SpFcXq__viewTrigger:active,.system-experience-module__SpFcXq__viewTrigger[aria-expanded=true] .system-experience-module__SpFcXq__viewTriggerChevron{transform:none}}
.auth-gate-module__ethBRa__authLoading{gap:var(--v2-space-12);min-height:100vh;color:var(--text-secondary);font-size:var(--v2-text-callout);justify-content:center;align-items:center;display:flex}.auth-gate-module__ethBRa__loginScreen{min-height:100vh;padding:var(--v2-page-gutter);place-items:center;display:grid}.auth-gate-module__ethBRa__loginCard{border:1px solid var(--border-glass);border-radius:var(--v2-radius-card);background:linear-gradient(150deg, var(--v2-elevated), var(--v2-chrome)), var(--surface-page-elevated);width:min(420px,100%);box-shadow:var(--glass-highlight), var(--shadow-raised);-webkit-backdrop-filter:var(--v2-blur-chrome);backdrop-filter:var(--v2-blur-chrome);padding:32px}.auth-gate-module__ethBRa__loginBrand{margin-bottom:var(--v2-page-gutter);align-items:center;gap:13px;display:flex}.auth-gate-module__ethBRa__loginBrand h1{font-size:var(--v2-text-title-3);font-weight:var(--v2-weight-semibold);letter-spacing:0;margin:0}.auth-gate-module__ethBRa__loginLogo{width:48px;height:48px;box-shadow:none;background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0;display:flex}.auth-gate-module__ethBRa__loginBrandLogo{object-fit:contain;width:48px;height:48px}.auth-gate-module__ethBRa__loginLead{margin:0 0 var(--v2-page-gutter);color:var(--text-secondary);line-height:1.6}
.appica-fields-module__dQRY-W__field{align-content:start;min-width:0;display:grid}.appica-fields-module__dQRY-W__label{margin:0 0 var(--v2-space-6);color:var(--v2-text-secondary);font-size:var(--v2-text-caption);font-weight:var(--v2-weight-bold);letter-spacing:0}.appica-fields-module__dQRY-W__description{margin:var(--v2-space-6) 0 0;color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);letter-spacing:0;line-height:1.5}.appica-fields-module__dQRY-W__error{color:var(--v2-danger);font-size:var(--v2-text-caption);letter-spacing:0;line-height:1.45}.appica-fields-module__dQRY-W__dateField,.appica-fields-module__dQRY-W__numberField{width:100%;min-width:0;min-height:var(--v2-control-height)}.appica-fields-module__dQRY-W__dateField:focus-within,.appica-fields-module__dQRY-W__numberField:focus-within{box-shadow:0 0 0 3px var(--v2-accent-ring)}.appica-fields-module__dQRY-W__dateField [data-slot=date-field-segment]{min-height:var(--v2-control-height);align-items:center;display:inline-flex}:is(.appica-fields-module__dQRY-W__numberField [data-slot=number-field-decrement],.appica-fields-module__dQRY-W__numberField [data-slot=number-field-increment]){min-width:var(--v2-control-height);min-height:var(--v2-control-height)}@media (max-width:760px){.appica-fields-module__dQRY-W__dateField,.appica-fields-module__dQRY-W__numberField{min-height:var(--v2-touch-height)}.appica-fields-module__dQRY-W__dateField [data-slot=date-field-segment]{min-height:var(--v2-touch-height)}.appica-fields-module__dQRY-W__numberField [data-slot=number-field-decrement]{min-height:var(--v2-touch-height)}.appica-fields-module__dQRY-W__numberField [data-slot=number-field-increment]{min-height:var(--v2-touch-height)}:is(.appica-fields-module__dQRY-W__numberField [data-slot=number-field-decrement],.appica-fields-module__dQRY-W__numberField [data-slot=number-field-increment]){min-width:var(--v2-touch-height)}}
.appica-selection-module__DBiP2G__tabs[data-chj-ui=tabs]{gap:var(--v2-space-14);width:100%;min-width:0;max-width:100%;display:block}.appica-selection-module__DBiP2G__tabsList,.appica-selection-module__DBiP2G__toggleGroup{min-width:0;min-height:var(--v2-control-height);border:1px solid var(--v2-separator);border-radius:var(--v2-radius-control);background:var(--v2-inset);box-shadow:inset 0 1px 0 var(--v2-highlight);padding:3px}.appica-selection-module__DBiP2G__tabsList{overscroll-behavior-inline:contain;scrollbar-width:thin;justify-content:flex-start;width:100%;max-width:100%;overflow-x:auto}.appica-selection-module__DBiP2G__tabsList [data-slot=tabs-indicator]{display:none}.appica-selection-module__DBiP2G__tabsTrigger,.appica-selection-module__DBiP2G__toggle{min-height:var(--v2-control-height);border-radius:calc(var(--v2-radius-control) - 3px);color:var(--v2-text-secondary);box-shadow:none;letter-spacing:0;transition:color var(--v2-motion-fast), background-color var(--v2-motion-fast), border-color var(--v2-motion-fast), box-shadow var(--v2-motion-fast), transform var(--v2-motion-fast);background:0 0;border:1px solid #0000}.appica-selection-module__DBiP2G__tabsTrigger:hover,.appica-selection-module__DBiP2G__toggle:hover{color:var(--v2-text);border-color:var(--v2-border-strong);background:var(--v2-hover);box-shadow:var(--v2-shadow-control), inset 0 1px 0 var(--v2-highlight)}.appica-selection-module__DBiP2G__tabsTrigger[data-active],.appica-selection-module__DBiP2G__toggle[aria-pressed=true]{color:var(--v2-text);border-color:var(--v2-border);background:var(--v2-content);box-shadow:var(--v2-shadow-control), inset 0 1px 0 var(--v2-highlight)}.appica-selection-module__DBiP2G__tabsTrigger[data-active]:hover,.appica-selection-module__DBiP2G__toggle[aria-pressed=true]:hover{border-color:var(--v2-border-strong);background:var(--v2-selected);box-shadow:var(--v2-shadow-control), inset 0 1px 0 var(--v2-highlight)}.appica-selection-module__DBiP2G__tabsTrigger:active,.appica-selection-module__DBiP2G__toggle:active,.appica-selection-module__DBiP2G__radioOption:active{transform:scale(.98)}.appica-selection-module__DBiP2G__tabsTrigger:focus-visible,.appica-selection-module__DBiP2G__toggle:focus-visible{box-shadow:0 0 0 3px var(--v2-accent-ring), inset 0 0 0 1px var(--v2-accent);outline:0}.appica-selection-module__DBiP2G__radioOption:has(.appica-selection-module__DBiP2G__radioControl:focus-visible){box-shadow:0 0 0 3px var(--v2-accent-ring), inset 0 0 0 1px var(--v2-accent);outline:0}.appica-selection-module__DBiP2G__tabsTrigger:disabled,.appica-selection-module__DBiP2G__toggle:disabled,.appica-selection-module__DBiP2G__radioOption[data-disabled]{cursor:not-allowed;color:var(--v2-text-tertiary);background:var(--v2-disabled);box-shadow:none;opacity:.7}.appica-selection-module__DBiP2G__tabsContent{outline:0;width:100%;min-width:0;max-width:100%}.appica-selection-module__DBiP2G__tabsContent:focus-visible{box-shadow:inset 0 0 0 3px var(--v2-accent-ring)}.appica-selection-module__DBiP2G__radioGroup{gap:var(--v2-space-8);min-width:0}.appica-selection-module__DBiP2G__radioOption{min-width:0;min-height:var(--v2-control-height);padding:var(--v2-space-8) var(--v2-space-12);border:1px solid var(--material-control-border);border-radius:var(--material-control-radius);color:var(--v2-text-secondary);background:var(--material-control-bg);cursor:pointer;transition:color var(--v2-motion-fast), background-color var(--v2-motion-fast), border-color var(--v2-motion-fast), box-shadow var(--v2-motion-fast), transform var(--v2-motion-fast);flex:1 1 0;justify-content:center;align-items:center;gap:9px;display:inline-flex}.appica-selection-module__DBiP2G__radioOption:hover{color:var(--v2-text);border-color:var(--v2-border-strong);background:var(--v2-hover);box-shadow:var(--v2-shadow-control), inset 0 1px 0 var(--v2-highlight)}.appica-selection-module__DBiP2G__radioOption:has(.appica-selection-module__DBiP2G__radioControl[data-checked]){color:var(--v2-text);border-color:var(--v2-accent);background:var(--v2-selected);box-shadow:inset 0 0 0 1px var(--v2-accent-soft)}.appica-selection-module__DBiP2G__radioOption:has(.appica-selection-module__DBiP2G__radioControl[data-checked]):hover{border-color:var(--v2-accent);background:var(--v2-hover);box-shadow:var(--v2-shadow-control), inset 0 0 0 1px var(--v2-accent)}.appica-selection-module__DBiP2G__radioControl{font-size:var(--v2-text-body)}.appica-selection-module__DBiP2G__radioOption>span{overflow-wrap:anywhere;min-width:0;font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-bold)}.appica-selection-module__DBiP2G__toggleGroup{gap:3px;width:fit-content;max-width:100%}.appica-selection-module__DBiP2G__toggle{font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-bold);cursor:pointer;padding:0 13px}@media (max-width:760px){.appica-selection-module__DBiP2G__tabsList,.appica-selection-module__DBiP2G__toggleGroup,.appica-selection-module__DBiP2G__radioOption,.appica-selection-module__DBiP2G__tabsTrigger,.appica-selection-module__DBiP2G__toggle{min-height:var(--v2-touch-height)}}@media (prefers-reduced-motion:reduce){.appica-selection-module__DBiP2G__tabsTrigger,.appica-selection-module__DBiP2G__toggle,.appica-selection-module__DBiP2G__radioOption{transition:none}.appica-selection-module__DBiP2G__tabsTrigger:active,.appica-selection-module__DBiP2G__toggle:active,.appica-selection-module__DBiP2G__radioOption:active{transform:none}}
.collection-row-module__FGCfMq__row{--collection-row-tone:var(--v2-text-tertiary);isolation:isolate;border:1px solid color-mix(in srgb, var(--collection-row-tone) 40%, var(--v2-border));border-radius:var(--v2-radius-command);background:color-mix(in srgb, var(--collection-row-tone) 6%, var(--v2-content));box-shadow:var(--v2-shadow-row);-webkit-backdrop-filter:var(--v2-blur-chrome);backdrop-filter:var(--v2-blur-chrome);transition:border-color var(--v2-motion-fast) var(--v2-motion-spring), background var(--v2-motion-fast) var(--v2-motion-spring), box-shadow var(--v2-motion-fast) var(--v2-motion-spring), transform var(--v2-motion-fast) var(--v2-motion-spring);position:relative}.collection-row-module__FGCfMq__standardHeight{min-height:70px}.collection-row-module__FGCfMq__row:hover{border-color:color-mix(in srgb, var(--collection-row-tone) 58%, var(--v2-border-strong));background:color-mix(in srgb, var(--collection-row-tone) 10%, var(--v2-content));box-shadow:var(--v2-shadow-row)}.collection-row-module__FGCfMq__row:active{transform:scale(.992)}.collection-row-module__FGCfMq__row:focus-visible{box-shadow:inset 0 0 0 3px var(--v2-accent-ring), var(--v2-shadow-row);outline:0}@media (prefers-reduced-motion:reduce){.collection-row-module__FGCfMq__row{transition:none}.collection-row-module__FGCfMq__row:active{transform:none}}@media (max-width:760px){.collection-row-module__FGCfMq__standardHeight{min-height:96px}}
.file-picker-module__sRUUVG__filePicker{align-items:center;gap:var(--v2-space-10);min-width:0;display:inline-flex}.file-picker-module__sRUUVG__filePicker .chjUiButton[data-chj-variant=secondary]{white-space:nowrap;flex:none}.file-picker-module__sRUUVG__filePickerName{min-width:0;color:var(--text-secondary);font-size:var(--v2-text-caption);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.file-picker-module__sRUUVG__empty{color:var(--text-tertiary)}
.document-production-module__ykDCVW__workspace{border:1px solid var(--material-content-card-border);border-radius:var(--material-content-card-radius);background:var(--material-content-card-bg);min-width:0;box-shadow:var(--material-content-card-shadow);overflow:clip}.document-production-module__ykDCVW__commandBar{z-index:2;gap:var(--v2-space-16) var(--v2-space-24);min-width:0;padding:var(--v2-page-gutter) var(--v2-space-24) var(--v2-space-18);border-bottom:1px solid var(--v2-separator);background:var(--v2-chrome);-webkit-backdrop-filter:var(--v2-blur-chrome);backdrop-filter:var(--v2-blur-chrome);grid-template-columns:minmax(0,1fr) auto;align-items:start;display:grid;position:relative}.document-production-module__ykDCVW__commandIdentity,.document-production-module__ykDCVW__commandIdentity>*,.document-production-module__ykDCVW__commandUtilities,.document-production-module__ykDCVW__desktopActions,.document-production-module__ykDCVW__mobileActions,.document-production-module__ykDCVW__identityFacts,.document-production-module__ykDCVW__rowIdentity,.document-production-module__ykDCVW__rowFacts,.document-production-module__ykDCVW__previewToolbar>div,.document-production-module__ykDCVW__editorHeader>div{min-width:0}.document-production-module__ykDCVW__eyebrow{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption-2);font-weight:var(--v2-weight-bold);letter-spacing:0;text-transform:uppercase;margin:0 0 5px;line-height:1.2;display:block}.document-production-module__ykDCVW__commandIdentity h2,.document-production-module__ykDCVW__collectionHeader h3,.document-production-module__ykDCVW__editorHeader h3,.document-production-module__ykDCVW__editorEmpty h3{color:var(--v2-text);letter-spacing:0;margin:0}.document-production-module__ykDCVW__commandIdentity h2{font-size:var(--v2-text-title-2);line-height:1.2}.document-production-module__ykDCVW__documentTitle{margin-top:var(--v2-space-10);color:var(--v2-text);font-size:var(--v2-text-body);overflow-wrap:anywhere;line-height:1.45;display:block}.document-production-module__ykDCVW__commandEmpty{margin:var(--v2-space-8) 0 0;color:var(--v2-text-secondary);font-size:var(--v2-text-footnote)}.document-production-module__ykDCVW__identityFacts{margin-top:var(--v2-space-8);color:var(--v2-text-secondary);font-size:var(--v2-text-caption);flex-wrap:wrap;align-items:center;gap:7px 12px;display:flex}.document-production-module__ykDCVW__officialNumber{color:var(--v2-text);font-weight:var(--v2-weight-bold);overflow-wrap:anywhere}.document-production-module__ykDCVW__aiRevision{color:var(--v2-info);align-items:center;gap:5px;display:inline-flex}.document-production-module__ykDCVW__commandUtilities,.document-production-module__ykDCVW__desktopActions,.document-production-module__ykDCVW__mobileActions{gap:var(--v2-space-8);flex-wrap:wrap;justify-content:flex-end;align-items:center;display:flex}.document-production-module__ykDCVW__commandUtilities{grid-area:1/2}.document-production-module__ykDCVW__desktopActions{padding-top:var(--v2-space-2);border-top:1px solid var(--v2-separator);grid-column:1/-1}.document-production-module__ykDCVW__mobileActions{display:none}.document-production-module__ykDCVW__registerLink{min-height:var(--v2-control-height);padding:0 var(--v2-space-10);border-radius:var(--v2-radius-control);color:var(--v2-text-secondary);font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-strong);align-items:center;text-decoration:none;display:inline-flex}.document-production-module__ykDCVW__registerLink:hover{background:var(--v2-hover);color:var(--v2-text)}.document-production-module__ykDCVW__registerLink:active{background:var(--v2-pressed);transform:scale(.98)}.document-production-module__ykDCVW__registerLink:focus-visible{box-shadow:0 0 0 3px var(--v2-accent-ring);outline:0}.document-production-module__ykDCVW__desktopGrid{grid-template-columns:260px minmax(0,1fr) minmax(360px,420px);align-items:start;gap:0;min-width:0;display:grid}.document-production-module__ykDCVW__collectionColumn,.document-production-module__ykDCVW__editorColumn,.document-production-module__ykDCVW__previewColumn{min-width:0}.document-production-module__ykDCVW__collectionColumn{border-right:1px solid var(--v2-separator);background:var(--v2-content-muted)}.document-production-module__ykDCVW__editorColumn{border-right:1px solid var(--v2-separator)}.document-production-module__ykDCVW__previewColumn{max-height:calc(100vh - 104px);position:sticky;top:86px;overflow:hidden}.document-production-module__ykDCVW__collectionSurface,.document-production-module__ykDCVW__editorSurface,.document-production-module__ykDCVW__previewSurface{outline:0;min-width:0}.document-production-module__ykDCVW__collectionSurface:focus-visible,.document-production-module__ykDCVW__editorSurface:focus-visible,.document-production-module__ykDCVW__previewSurface:focus-visible{box-shadow:inset 0 0 0 3px var(--v2-accent-ring)}.document-production-module__ykDCVW__collectionSurface{padding:var(--v2-space-18) var(--v2-space-14)}.document-production-module__ykDCVW__collectionHeader,.document-production-module__ykDCVW__editorHeader,.document-production-module__ykDCVW__previewToolbar{justify-content:space-between;gap:var(--v2-space-12);align-items:center;display:flex}.document-production-module__ykDCVW__collectionHeader{padding:0 var(--v2-space-6) var(--v2-space-14)}.document-production-module__ykDCVW__collectionHeader h3,.document-production-module__ykDCVW__editorHeader h3{font-size:var(--v2-text-headline);line-height:1.3}.document-production-module__ykDCVW__collectionHeader>span,.document-production-module__ykDCVW__editorMode{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption)}.document-production-module__ykDCVW__collectionEmpty{padding:var(--v2-space-20) var(--v2-space-10);color:var(--v2-text-secondary);font-size:var(--v2-text-footnote);margin:0;line-height:1.6}.document-production-module__ykDCVW__documentRows{border:1px solid var(--material-list-group-border);border-radius:var(--material-list-group-radius);background:var(--material-list-group-bg);overflow:hidden}.document-production-module__ykDCVW__documentRow{gap:var(--v2-space-8) var(--v2-space-10);width:100%;height:auto;min-height:84px;padding:var(--v2-space-12) 11px;text-align:left;white-space:normal;transition:background var(--v2-motion-fast), box-shadow var(--v2-motion-fast), transform var(--v2-motion-fast);border-radius:0;grid-template-columns:20px minmax(0,1fr);justify-content:start;display:grid;position:relative}.document-production-module__ykDCVW__documentRow+.document-production-module__ykDCVW__documentRow{border-top:1px solid var(--v2-separator)}.document-production-module__ykDCVW__documentRow:hover{z-index:1;background:var(--v2-hover);box-shadow:inset 3px 0 0 var(--v2-highlight), var(--v2-shadow-control)}.document-production-module__ykDCVW__documentRow[data-selected]{background:var(--v2-selected);box-shadow:inset 3px 0 0 var(--v2-accent)}.document-production-module__ykDCVW__documentRow[data-selected]:hover{background:var(--v2-hover);box-shadow:inset 3px 0 0 var(--v2-accent), var(--v2-shadow-control)}.document-production-module__ykDCVW__documentRow:active{background:var(--v2-pressed);transform:scale(.985)}.document-production-module__ykDCVW__documentRow:focus-visible{z-index:2;box-shadow:inset 0 0 0 3px var(--v2-accent-ring), inset 4px 0 0 var(--v2-accent);outline:0}.document-production-module__ykDCVW__rowIdentity{gap:var(--v2-space-4);display:grid}.document-production-module__ykDCVW__rowIdentity strong{color:var(--v2-text);font-size:var(--v2-text-footnote);overflow-wrap:anywhere;line-height:1.4}.document-production-module__ykDCVW__rowNumber{color:var(--v2-text-secondary);font-size:var(--v2-text-caption-2);overflow-wrap:anywhere;line-height:1.35}.document-production-module__ykDCVW__rowFacts{gap:var(--v2-space-6);color:var(--v2-text-tertiary);font-size:var(--v2-text-caption-2);flex-wrap:wrap;grid-column:2;align-items:center;display:flex}.document-production-module__ykDCVW__editorSurface{padding:var(--v2-page-gutter) var(--v2-space-24) 30px}.document-production-module__ykDCVW__editorHeader{padding-bottom:var(--v2-space-18);border-bottom:1px solid var(--v2-separator)}.document-production-module__ykDCVW__editorMode{padding:var(--v2-space-4) var(--v2-space-8);border:1px solid var(--v2-border);border-radius:var(--v2-radius-pill);background:var(--v2-inset)}.document-production-module__ykDCVW__editorSections{display:grid}.document-production-module__ykDCVW__fieldSection{min-width:0;padding:var(--v2-page-gutter) 0;border-bottom:1px solid var(--v2-separator)}.document-production-module__ykDCVW__fieldSection:last-child{border-bottom:0}.document-production-module__ykDCVW__fieldSectionHead{gap:var(--v2-space-10);margin-bottom:var(--v2-space-16);grid-template-columns:28px minmax(0,1fr) auto;align-items:center;display:grid}.document-production-module__ykDCVW__fieldSectionHead>span{color:var(--v2-accent);font-size:var(--v2-text-caption-2);font-weight:var(--v2-weight-bold)}.document-production-module__ykDCVW__fieldSectionHead h4{color:var(--v2-text);font-size:var(--v2-text-callout);letter-spacing:0;margin:0}.document-production-module__ykDCVW__fieldSectionHead small{color:var(--v2-text-tertiary)}.document-production-module__ykDCVW__fieldGrid{gap:var(--v2-space-16) var(--v2-space-18);grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;display:grid}.document-production-module__ykDCVW__field,.document-production-module__ykDCVW__booleanField{gap:var(--v2-space-8);align-content:start;min-width:0;display:grid}.document-production-module__ykDCVW__field[data-wide]{grid-column:1/-1}.document-production-module__ykDCVW__fieldLabel{color:var(--v2-text);font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-strong);flex-wrap:wrap;align-items:baseline;gap:5px 8px;display:flex}.document-production-module__ykDCVW__fieldLabel em{color:var(--v2-danger);font-size:var(--v2-text-caption-2);font-style:normal}.document-production-module__ykDCVW__fieldLabel small{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption-2);font-weight:var(--v2-weight-medium)}.document-production-module__ykDCVW__field textarea{resize:vertical;white-space:pre-wrap;overflow-wrap:anywhere;min-height:132px}.document-production-module__ykDCVW__field[data-wide] textarea{min-height:176px}.document-production-module__ykDCVW__booleanField{padding:11px var(--v2-space-12);border:1px solid var(--material-inset-group-border);border-radius:var(--material-inset-group-radius);background:var(--material-inset-group-bg);grid-template-columns:minmax(0,1fr) auto;align-items:center}.document-production-module__ykDCVW__booleanControl{align-items:center;gap:var(--v2-space-8);color:var(--v2-text-secondary);font-size:var(--v2-text-footnote);display:inline-flex}.document-production-module__ykDCVW__numberInput{border:1px solid var(--material-control-border);border-radius:var(--material-control-radius);background:var(--material-control-bg);grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid;overflow:hidden}.document-production-module__ykDCVW__numberInput input{box-shadow:none;border:0}.document-production-module__ykDCVW__numberInput>span{color:var(--v2-text-secondary);font-size:var(--v2-text-caption);padding:0 11px}.document-production-module__ykDCVW__readOnlyValue{min-width:0;padding:var(--v2-space-10) var(--v2-space-12);border-left:3px solid var(--v2-separator);background:var(--v2-inset);color:var(--v2-text-secondary);font-size:var(--v2-text-footnote);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.65}.document-production-module__ykDCVW__readOnlyValue[data-structured]{max-height:260px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--v2-text-caption);overflow:auto}.document-production-module__ykDCVW__attachmentList{border:1px solid var(--v2-separator);border-radius:var(--v2-radius-tile);display:grid;overflow:hidden}.document-production-module__ykDCVW__attachmentList a{justify-content:space-between;gap:var(--v2-space-12);min-width:0;padding:var(--v2-space-10) var(--v2-space-12);color:var(--v2-text);text-decoration:none;display:flex}.document-production-module__ykDCVW__attachmentList a+a{border-top:1px solid var(--v2-separator)}.document-production-module__ykDCVW__attachmentList a:hover{background:var(--v2-hover)}.document-production-module__ykDCVW__attachmentList a:focus-visible{box-shadow:inset 0 0 0 3px var(--v2-accent-ring);outline:0}.document-production-module__ykDCVW__attachmentList a span{overflow-wrap:anywhere}.document-production-module__ykDCVW__attachmentList a small{color:var(--v2-text-tertiary);flex:none}.document-production-module__ykDCVW__imageFieldPreview{gap:var(--v2-space-10);justify-items:start;display:grid}.document-production-module__ykDCVW__imagePreview{object-fit:contain;border:1px solid var(--material-inset-group-border);border-radius:var(--material-inset-group-radius);background:var(--material-inset-group-bg);width:min(100%,420px);max-height:280px;display:block}.document-production-module__ykDCVW__imageFieldActions{gap:var(--v2-space-10);min-width:0;display:grid}.document-production-module__ykDCVW__editorEmpty{min-height:440px;color:var(--v2-text-secondary);text-align:center;place-items:center;padding:36px;display:grid}.document-production-module__ykDCVW__editorEmpty h3{margin-top:var(--v2-space-12);font-size:var(--v2-text-headline)}.document-production-module__ykDCVW__editorEmpty p{max-width:360px;margin:var(--v2-space-6) 0 0;font-size:var(--v2-text-footnote);line-height:1.6}.document-production-module__ykDCVW__previewSurface{background:var(--v2-content-muted);grid-template-rows:auto minmax(0,1fr);height:min(760px,100vh - 112px);display:grid}.document-production-module__ykDCVW__previewToolbar{min-height:70px;padding:var(--v2-space-12) var(--v2-space-14);border-bottom:1px solid var(--v2-separator);background:var(--v2-content)}.document-production-module__ykDCVW__previewToolbar>div:first-child{gap:var(--v2-space-2);display:grid}.document-production-module__ykDCVW__previewToolbar strong{color:var(--v2-text);font-size:var(--v2-text-caption);overflow-wrap:anywhere}.document-production-module__ykDCVW__previewToolbar small{color:var(--v2-text-tertiary)}.document-production-module__ykDCVW__previewControls{align-items:center;gap:var(--v2-space-4);display:flex}.document-production-module__ykDCVW__previewControls>span{width:42px;color:var(--v2-text-secondary);font-size:var(--v2-text-caption-2);text-align:center}.document-production-module__ykDCVW__previewViewport{overscroll-behavior:contain;min-width:0;padding:var(--v2-space-12);overflow:auto}.document-production-module__ykDCVW__paperStage{margin:0 auto;position:relative}.document-production-module__ykDCVW__a4Paper{transform-origin:0 0;border:1px solid var(--v2-paper-line);background:var(--v2-paper-background);width:794px;min-height:1123px;color:var(--v2-paper-text);box-shadow:var(--v2-shadow-card);transition:transform var(--v2-motion-standard);padding:72px 68px 58px;position:absolute;inset:0 auto auto 0}.document-production-module__ykDCVW__a4Paper header{border-bottom:2px solid var(--v2-paper-text);text-align:center;padding-bottom:26px}.document-production-module__ykDCVW__a4Paper header>p{margin:0 0 var(--v2-space-16);font-size:var(--v2-text-footnote)}.document-production-module__ykDCVW__a4Paper h3{color:var(--v2-paper-text);font-size:var(--v2-text-title-1);letter-spacing:0;overflow-wrap:anywhere;margin:0;line-height:1.35}.document-production-module__ykDCVW__a4Paper dl{margin:var(--v2-space-20) 0 0;justify-content:center;gap:26px;display:flex}.document-production-module__ykDCVW__a4Paper dl div{font-size:var(--v2-text-caption);gap:7px;display:flex}.document-production-module__ykDCVW__a4Paper dt{color:var(--v2-paper-muted-text)}.document-production-module__ykDCVW__a4Paper dd{margin:0}.document-production-module__ykDCVW__a4Paper section{padding:var(--v2-space-24) 0 var(--v2-space-6)}.document-production-module__ykDCVW__a4Paper section h4{margin:0 0 var(--v2-space-10);border-bottom:1px solid var(--v2-paper-line);color:var(--v2-paper-text);font-size:var(--v2-text-body);letter-spacing:0;padding-bottom:7px}.document-production-module__ykDCVW__previewField{gap:var(--v2-space-18);border-bottom:1px solid var(--v2-paper-line);font-size:var(--v2-text-footnote);grid-template-columns:150px minmax(0,1fr);padding:9px 0;line-height:1.6;display:grid}.document-production-module__ykDCVW__previewField strong{color:var(--v2-paper-muted-text)}.document-production-module__ykDCVW__previewField span{white-space:pre-wrap;overflow-wrap:anywhere;min-width:0}.document-production-module__ykDCVW__a4Paper footer{padding-top:var(--v2-space-10);border-top:1px solid var(--v2-paper-line);color:var(--v2-paper-muted-text);font-size:var(--v2-text-caption-2);text-align:center;position:absolute;bottom:34px;left:68px;right:68px}.document-production-module__ykDCVW__paperEmpty{color:var(--v2-paper-muted-text);text-align:center;margin:50px 0}.document-production-module__ykDCVW__sheetCommandList{gap:var(--v2-space-10);display:grid}.document-production-module__ykDCVW__sheetCommandList>.chjUiButton{justify-content:flex-start;width:100%}.document-production-module__ykDCVW__sheetHint{color:var(--v2-text-secondary);font-size:var(--v2-text-footnote);margin:0;line-height:1.6}.document-production-module__ykDCVW__confirmContent{gap:var(--v2-space-18);display:grid}.document-production-module__ykDCVW__confirmContent>p{color:var(--v2-text-secondary);overflow-wrap:anywhere;margin:0;line-height:1.65}.document-production-module__ykDCVW__confirmContent label{gap:var(--v2-space-8);color:var(--v2-text);font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-strong);display:grid}.document-production-module__ykDCVW__confirmContent textarea{min-height:120px}.document-production-module__ykDCVW__sheetActions{justify-content:flex-end;gap:var(--v2-space-8);flex-wrap:wrap;display:flex}.document-production-module__ykDCVW__workspace input,.document-production-module__ykDCVW__workspace textarea,.document-production-module__ykDCVW__workspace select{min-height:var(--v2-control-height)}.document-production-module__ykDCVW__workspace .chjUiButton{min-height:var(--v2-control-height)}.document-production-module__ykDCVW__workspace .chjUiIconButton{min-height:var(--v2-control-height)}@media (max-width:1099px) and (min-width:761px){.document-production-module__ykDCVW__desktopGrid{grid-template-columns:230px minmax(0,1fr)}.document-production-module__ykDCVW__previewColumn{border-top:1px solid var(--v2-separator);grid-column:1/-1;max-height:none;position:static}.document-production-module__ykDCVW__previewSurface{height:680px}.document-production-module__ykDCVW__editorColumn{border-right:0}}@media (max-width:760px){.document-production-module__ykDCVW__registerLink{min-height:var(--v2-touch-height)}.document-production-module__ykDCVW__workspace{border-radius:var(--v2-radius-card-mobile)}.document-production-module__ykDCVW__commandBar{gap:var(--v2-space-14);padding:var(--v2-space-18) var(--v2-space-16) var(--v2-space-14);grid-template-columns:minmax(0,1fr);display:grid}.document-production-module__ykDCVW__commandIdentity h2{font-size:var(--v2-text-title-2)}.document-production-module__ykDCVW__documentTitle{font-size:var(--v2-text-callout)}.document-production-module__ykDCVW__commandUtilities{grid-area:auto/1;justify-content:stretch}.document-production-module__ykDCVW__commandUtilities>.chjUiButton{flex:130px}.document-production-module__ykDCVW__registerLink,.document-production-module__ykDCVW__desktopActions{display:none}.document-production-module__ykDCVW__mobileActions{padding-top:var(--v2-space-12);border-top:1px solid var(--v2-separator);justify-content:flex-end;display:flex}.document-production-module__ykDCVW__mobileActions>.chjUiButton:not(.chjUiIconButton){flex:auto}.document-production-module__ykDCVW__desktopGrid{display:block}.document-production-module__ykDCVW__collectionColumn,.document-production-module__ykDCVW__previewColumn{display:none}.document-production-module__ykDCVW__editorColumn{border:0}.document-production-module__ykDCVW__editorSurface{padding:var(--v2-space-20) var(--v2-space-16) var(--v2-space-24)}.document-production-module__ykDCVW__fieldGrid{grid-template-columns:minmax(0,1fr)}.document-production-module__ykDCVW__field[data-wide]{grid-column:auto}.document-production-module__ykDCVW__fieldSectionHead{grid-template-columns:24px minmax(0,1fr)}.document-production-module__ykDCVW__fieldSectionHead small{grid-column:2}.document-production-module__ykDCVW__previewSurface{border:1px solid var(--v2-separator);border-radius:var(--v2-radius-tile);height:min(690px,100vh - 118px);overflow:hidden}.document-production-module__ykDCVW__previewToolbar{flex-wrap:wrap}.document-production-module__ykDCVW__previewControls{width:100%;padding-top:var(--v2-space-8);border-top:1px solid var(--v2-separator);order:3;justify-content:center}.document-production-module__ykDCVW__workspace input,.document-production-module__ykDCVW__workspace textarea,.document-production-module__ykDCVW__workspace select{min-height:var(--v2-touch-height)}.document-production-module__ykDCVW__workspace .chjUiButton{min-height:var(--v2-touch-height)}.document-production-module__ykDCVW__workspace .chjUiIconButton{min-height:var(--v2-touch-height)}.document-production-module__ykDCVW__sheetCommandList .chjUiButton{min-height:var(--v2-touch-height)}.document-production-module__ykDCVW__sheetActions .chjUiButton{min-height:var(--v2-touch-height)}}@media (prefers-reduced-motion:reduce){.document-production-module__ykDCVW__documentRow,.document-production-module__ykDCVW__a4Paper,.document-production-module__ykDCVW__registerLink{transition:none}.document-production-module__ykDCVW__documentRow:active,.document-production-module__ykDCVW__registerLink:active{transform:none}}
.page-transition-module__YXngiG__pageTransition{animation:page-transition-module__YXngiG__page-enter var(--v2-motion-standard) var(--v2-motion-spring) both}@keyframes page-transition-module__YXngiG__page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translate(0,0)}}@media (prefers-reduced-motion:reduce){.page-transition-module__YXngiG__pageTransition{animation:none}}
.contextual-search-module__ZNrnWG__field{flex:0 220px;width:220px;min-width:0;max-width:100%}.contextual-search-module__ZNrnWG__field .chjUiInput{width:100%}.contextual-search-module__ZNrnWG__layer{z-index:var(--v2-layer-panel);padding:var(--v2-space-24);place-items:center;display:grid;position:fixed;inset:0}.contextual-search-module__ZNrnWG__backdrop{cursor:default;background:var(--v2-scrim);animation:contextual-search-module__ZNrnWG__contextual-search-fade var(--v2-motion-fast) linear both;border:0;padding:0;position:absolute;inset:0}.contextual-search-module__ZNrnWG__panel{width:min(780px,100%);max-height:min(780px,100dvh - 48px);color:var(--v2-text);background:var(--v2-elevated);border:1px solid var(--v2-border-strong);border-radius:var(--v2-radius-sheet);box-shadow:var(--v2-highlight), var(--v2-shadow-overlay);animation:contextual-search-module__ZNrnWG__contextual-search-pop var(--v2-motion-fast) var(--v2-motion-spring) both;grid-template-rows:auto minmax(0,1fr) auto;display:grid;position:relative;overflow:hidden}.contextual-search-module__ZNrnWG__header,.contextual-search-module__ZNrnWG__footer{gap:var(--v2-space-16);padding:var(--v2-space-14) var(--v2-space-16);background:var(--v2-chrome);-webkit-backdrop-filter:var(--v2-blur-chrome);backdrop-filter:var(--v2-blur-chrome);justify-content:space-between;align-items:center;display:flex}.contextual-search-module__ZNrnWG__header{border-bottom:1px solid var(--v2-separator)}.contextual-search-module__ZNrnWG__footer{min-height:42px;color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);border-top:1px solid var(--v2-separator);justify-content:flex-start}.contextual-search-module__ZNrnWG__heading{gap:var(--v2-space-10);align-items:center;width:100%;min-width:0;display:flex}.contextual-search-module__ZNrnWG__headingText{flex:1;min-width:0}.contextual-search-module__ZNrnWG__headingIcon{width:34px;height:34px;color:var(--v2-accent);background:var(--v2-accent-soft);border:1px solid color-mix(in srgb, var(--v2-accent) 24%, transparent);box-shadow:var(--v2-highlight);border-radius:50%;flex:none;place-items:center;display:grid}.contextual-search-module__ZNrnWG__heading h2,.contextual-search-module__ZNrnWG__heading p{margin:0}.contextual-search-module__ZNrnWG__heading h2{font-size:var(--v2-text-headline);line-height:var(--v2-leading-headline);letter-spacing:0}.contextual-search-module__ZNrnWG__heading p{margin-top:var(--v2-space-2);color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.contextual-search-module__ZNrnWG__body{min-height:0;padding:var(--v2-space-16);overscroll-behavior:contain;scrollbar-color:var(--v2-scrollbar-thumb) transparent;scrollbar-width:thin;overflow:auto}.contextual-search-module__ZNrnWG__composer{gap:var(--v2-space-10);grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.contextual-search-module__ZNrnWG__results{gap:var(--v2-space-14);margin-top:var(--v2-space-14);display:grid}.contextual-search-module__ZNrnWG__interpretation{gap:7px;display:grid}.contextual-search-module__ZNrnWG__interpretation>span,.contextual-search-module__ZNrnWG__followups>span{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);font-weight:var(--v2-weight-semibold)}.contextual-search-module__ZNrnWG__interpretation>div,.contextual-search-module__ZNrnWG__followups>div{gap:var(--v2-space-6);flex-wrap:wrap;display:flex}.contextual-search-module__ZNrnWG__answerGlow{border-radius:var(--v2-radius-card);width:100%}.contextual-search-module__ZNrnWG__answer{gap:var(--v2-space-10);padding:var(--v2-space-16);background:var(--v2-content);border-radius:calc(var(--v2-radius-card) - 1px);box-shadow:var(--v2-highlight);display:grid}.contextual-search-module__ZNrnWG__answerHead{gap:var(--v2-space-14);justify-content:space-between;align-items:flex-start;display:flex}.contextual-search-module__ZNrnWG__answerHead>div{min-width:0}.contextual-search-module__ZNrnWG__answerHead span{color:var(--v2-accent);font-size:var(--v2-text-caption);font-weight:var(--v2-weight-semibold)}.contextual-search-module__ZNrnWG__answerHead h3{overflow-wrap:anywhere;font-size:var(--v2-text-title-3);line-height:var(--v2-leading-title-3);letter-spacing:0;margin:5px 0 0}.contextual-search-module__ZNrnWG__answerHead>.chjUiBadge{flex:none}.contextual-search-module__ZNrnWG__evidenceSection{gap:var(--v2-space-8);display:grid}.contextual-search-module__ZNrnWG__sectionHead{gap:var(--v2-space-12);justify-content:space-between;align-items:baseline;display:flex}.contextual-search-module__ZNrnWG__sectionHead h3{font-size:var(--v2-text-subhead);letter-spacing:0;margin:0}.contextual-search-module__ZNrnWG__sectionHead span{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption)}.contextual-search-module__ZNrnWG__evidenceList{background:var(--material-content-card-flat-bg);border:1px solid var(--material-content-card-flat-border);border-radius:var(--material-content-card-flat-radius);box-shadow:var(--v2-highlight);overflow:hidden}.contextual-search-module__ZNrnWG__evidence{gap:var(--v2-space-14);padding:13px var(--v2-space-14);grid-template-columns:minmax(0,1fr) auto;display:grid}.contextual-search-module__ZNrnWG__evidence+.contextual-search-module__ZNrnWG__evidence{border-top:1px solid var(--v2-separator)}.contextual-search-module__ZNrnWG__evidenceMain{min-width:0}.contextual-search-module__ZNrnWG__evidenceMain>strong,.contextual-search-module__ZNrnWG__evidenceMain>p{overflow-wrap:anywhere;margin:0;display:block}.contextual-search-module__ZNrnWG__evidenceMain>strong{font-size:var(--v2-text-callout)}.contextual-search-module__ZNrnWG__evidenceMain>p{margin-top:var(--v2-space-4);color:var(--v2-text-secondary);font-size:var(--v2-text-caption);line-height:var(--v2-leading-caption)}.contextual-search-module__ZNrnWG__metrics{margin:var(--v2-space-8) 0 0;flex-wrap:wrap;gap:5px 12px;display:flex}.contextual-search-module__ZNrnWG__metrics>div{gap:var(--v2-space-4);align-items:baseline;display:flex}.contextual-search-module__ZNrnWG__metrics dt,.contextual-search-module__ZNrnWG__metrics dd{font-size:var(--v2-text-caption);margin:0}.contextual-search-module__ZNrnWG__metrics dt{color:var(--v2-text-tertiary)}.contextual-search-module__ZNrnWG__metrics dd{color:var(--v2-text);font-weight:var(--v2-weight-semibold)}.contextual-search-module__ZNrnWG__evidenceAside{justify-content:space-between;align-items:flex-end;gap:var(--v2-space-8);flex-direction:column;display:flex}.contextual-search-module__ZNrnWG__evidenceAside time{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption-2);white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.contextual-search-module__ZNrnWG__followups{gap:7px;display:grid}.contextual-search-module__ZNrnWG__followups .chjUiButton{max-width:100%}.contextual-search-module__ZNrnWG__followups .chjUiButtonLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.contextual-search-module__ZNrnWG__empty,.contextual-search-module__ZNrnWG__initialState{color:var(--v2-text-secondary);margin:0}.contextual-search-module__ZNrnWG__empty{padding:var(--v2-page-gutter);text-align:center;background:var(--v2-content-muted);border:1px solid var(--v2-border);border-radius:var(--v2-radius-card)}.contextual-search-module__ZNrnWG__initialState{min-height:230px;padding:36px var(--v2-space-20);text-align:center;place-content:center;justify-items:center;display:grid}.contextual-search-module__ZNrnWG__initialState svg{color:var(--v2-accent)}.contextual-search-module__ZNrnWG__initialState strong{margin-top:var(--v2-space-10);color:var(--v2-text)}.contextual-search-module__ZNrnWG__initialState p{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);margin:5px 0 0}@keyframes contextual-search-module__ZNrnWG__contextual-search-fade{0%{opacity:0}to{opacity:1}}@keyframes contextual-search-module__ZNrnWG__contextual-search-pop{0%{opacity:0;transform:translateY(8px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:760px){.contextual-search-module__ZNrnWG__field{flex:auto;width:100%;max-width:none}.contextual-search-module__ZNrnWG__layer{place-items:end center;padding:0}.contextual-search-module__ZNrnWG__panel{border-radius:var(--v2-radius-sheet) var(--v2-radius-sheet) 0 0;transform-origin:bottom;border-bottom:0;border-left:0;border-right:0;width:100%;max-height:min(88dvh,760px)}.contextual-search-module__ZNrnWG__body{padding:var(--v2-space-14)}.contextual-search-module__ZNrnWG__composer{grid-template-columns:minmax(0,1fr)}.contextual-search-module__ZNrnWG__composer .chjUiButton{width:100%}.contextual-search-module__ZNrnWG__evidence{grid-template-columns:minmax(0,1fr)}.contextual-search-module__ZNrnWG__evidenceAside{flex-direction:row;align-items:center}.contextual-search-module__ZNrnWG__answerHead{flex-direction:column}}@media (prefers-reduced-motion:reduce){.contextual-search-module__ZNrnWG__backdrop,.contextual-search-module__ZNrnWG__panel{transition:none;animation:none}}
.image-lightbox-module__NVCHaW__ocrLightbox{z-index:var(--v2-layer-lightbox);padding:var(--v2-space-14);place-items:center;display:grid;position:fixed;inset:0}.image-lightbox-module__NVCHaW__ocrLightboxBackdrop{cursor:zoom-out;background:#000000b8;border:0;position:absolute;inset:0}.image-lightbox-module__NVCHaW__ocrLightboxStage{z-index:1;place-items:center;width:min(92vw,1120px);height:min(78vh,820px);display:grid;position:relative;overflow:hidden}.image-lightbox-module__NVCHaW__ocrLightboxStage img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .2s var(--v2-motion-spring);will-change:transform}.image-lightbox-module__NVCHaW__ocrLightboxToolbar{z-index:2;gap:var(--v2-space-8);flex-wrap:wrap;justify-content:flex-end;align-items:center;display:flex;position:fixed;bottom:14px;left:14px;right:14px}
.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentGallery{gap:var(--v2-space-12);min-width:0;margin-top:var(--v2-space-16);padding:var(--v2-inset-group-padding);border:1px solid var(--material-inset-group-border);border-radius:var(--shape-content-tile);background:var(--material-inset-group-bg);display:grid}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentGalleryHead,.experiment-attachment-gallery-module__DQTm2W__experimentPhotoCollageHead{gap:var(--v2-space-8);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentGalleryHead h4,.experiment-attachment-gallery-module__DQTm2W__experimentPhotoCollage h5{color:var(--text-primary);font-size:var(--v2-text-callout);margin:0}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentGalleryHead p,.experiment-attachment-gallery-module__DQTm2W__experimentPhotoCollage p,.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentEmpty{margin:var(--v2-space-2) 0 0;color:var(--text-tertiary);font-size:var(--v2-text-caption);line-height:1.45}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentGrid{gap:var(--v2-space-10);grid-template-columns:repeat(auto-fill,minmax(132px,1fr));display:grid}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentTile,.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentFile,.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentMissing{min-width:0;min-height:132px;padding:var(--v2-space-8);color:var(--text-secondary);text-align:left;border:1px solid var(--material-inset-group-border);border-radius:var(--shape-control);background:var(--material-control-bg);gap:7px;text-decoration:none;display:grid;position:relative;overflow:hidden}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentTile{cursor:pointer}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentTile:hover,.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentFile:hover{border-color:var(--border-focus);background:var(--material-control-hover-bg)}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentTile:focus-visible,.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentFile:focus-visible{z-index:1;box-shadow:inset 0 0 0 3px var(--ring-brand);outline:0}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentTile[data-selected]{border-color:var(--border-focus);background:var(--material-control-selected-bg)}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentTile img{aspect-ratio:4/3;object-fit:cover;border-radius:calc(var(--shape-control) - 4px);background:var(--surface-page);width:100%}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentName,.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentFile span,.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentMissing{overflow-wrap:anywhere;min-width:0;font-size:var(--v2-text-caption);line-height:1.35}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentFile{text-align:center;place-content:center;justify-items:center}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentKind,.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentCheck{min-width:var(--v2-status-badge-size);min-height:var(--v2-status-badge-size);color:var(--v2-text-on-accent);font-size:var(--v2-text-caption-2);font-weight:var(--v2-weight-bold);border-radius:var(--shape-status-badge);background:var(--accent-primary);place-items:center;display:grid;position:absolute}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentKind{padding:var(--v2-space-2) 7px;top:12px;left:12px}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentCheck{border:1px solid var(--v2-text-on-accent);top:12px;right:12px}.experiment-attachment-gallery-module__DQTm2W__experimentPhotoCollageFields{gap:var(--v2-space-12);grid-template-columns:minmax(150px,.36fr) minmax(0,1fr);display:grid}.experiment-attachment-gallery-module__DQTm2W__experimentPhotoColumns{border:1px solid var(--v2-separator);border-radius:var(--v2-radius-tile);background:var(--v2-inset);max-width:100%;display:inline-flex;overflow-x:auto}.experiment-attachment-gallery-module__DQTm2W__experimentPhotoColumns button{min-height:var(--v2-control-height);padding:var(--v2-space-8) var(--v2-space-12);color:var(--v2-text-secondary);font-size:var(--v2-text-footnote);white-space:nowrap;border-radius:var(--v2-radius-control);background:0 0;border:1px solid #0000}.experiment-attachment-gallery-module__DQTm2W__experimentPhotoColumns button:hover{background:var(--v2-content-muted)}.experiment-attachment-gallery-module__DQTm2W__experimentPhotoColumns button.isActive{color:var(--v2-accent);border-color:var(--v2-border-strong);background:var(--v2-selected);box-shadow:var(--v2-shadow-control)}.experiment-attachment-gallery-module__DQTm2W__experimentPhotoColumns button:focus-visible{z-index:1;border-color:var(--v2-accent);box-shadow:inset 0 0 0 3px var(--v2-accent-ring), var(--v2-shadow-control);outline:0;position:relative}.experiment-attachment-gallery-module__DQTm2W__experimentPhotoColumns button.isActive:focus-visible{z-index:1;border-color:var(--v2-accent);box-shadow:inset 0 0 0 3px var(--v2-accent-ring), var(--v2-shadow-control);outline:0;position:relative}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentUpload{padding-top:var(--v2-space-2)}@media (max-width:760px){.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentGallery{padding:var(--v2-inset-group-padding-mobile)}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentTile,.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentFile,.experiment-attachment-gallery-module__DQTm2W__experimentAttachmentMissing{min-height:124px}.experiment-attachment-gallery-module__DQTm2W__experimentPhotoCollageFields{grid-template-columns:1fr}.experiment-attachment-gallery-module__DQTm2W__experimentPhotoColumns button{min-height:var(--v2-touch-height)}}
.knowledge-workspace-module__fB1pQW__panel{width:min(100%,1180px);color:var(--v2-text);background:var(--material-content-card-bg);border:1px solid var(--material-content-card-border);border-radius:var(--material-content-card-radius);box-shadow:var(--material-content-card-shadow);margin:0 auto;overflow:visible;container:knowledge-workspace/inline-size}.knowledge-workspace-module__fB1pQW__askWorkspace,.knowledge-workspace-module__fB1pQW__management{gap:var(--v2-space-18);min-width:0;padding:var(--v2-space-20);display:grid}.knowledge-workspace-module__fB1pQW__composer{gap:var(--v2-space-14);padding:var(--v2-space-18);background:var(--material-dock-bg);border:1px solid var(--material-dock-border);border-radius:var(--material-dock-radius);display:grid}.knowledge-workspace-module__fB1pQW__composerHeading,.knowledge-workspace-module__fB1pQW__managementHeader,.knowledge-workspace-module__fB1pQW__answerHeader{justify-content:space-between;align-items:flex-start;gap:var(--v2-space-16);display:flex}.knowledge-workspace-module__fB1pQW__composerHeading h2,.knowledge-workspace-module__fB1pQW__managementHeader h2,.knowledge-workspace-module__fB1pQW__answerHeader h2,.knowledge-workspace-module__fB1pQW__evidenceSection h3,.knowledge-workspace-module__fB1pQW__relatedSection h3{color:var(--v2-text);letter-spacing:0;margin:0}.knowledge-workspace-module__fB1pQW__composerHeading h2,.knowledge-workspace-module__fB1pQW__managementHeader h2{font-size:var(--v2-text-title-3);margin-top:3px;line-height:1.25}.knowledge-workspace-module__fB1pQW__kicker{color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);font-weight:var(--v2-weight-bold);display:block}.knowledge-workspace-module__fB1pQW__questionInput{resize:vertical;min-height:126px}.knowledge-workspace-module__fB1pQW__quickQuestions{gap:var(--v2-space-6);flex-wrap:wrap;display:flex}.knowledge-workspace-module__fB1pQW__quickQuestions button{min-height:var(--v2-control-height)}.knowledge-workspace-module__fB1pQW__scopeBar,.knowledge-workspace-module__fB1pQW__composerActions,.knowledge-workspace-module__fB1pQW__mobileFilterBar{justify-content:space-between;align-items:center;gap:var(--v2-space-12);display:flex}.knowledge-workspace-module__fB1pQW__scopeBar{min-height:52px;padding:var(--v2-space-6) var(--v2-space-8) var(--v2-space-6) var(--v2-space-14);background:var(--material-control-bg);border:1px solid var(--material-control-border);border-radius:var(--material-control-radius)}.knowledge-workspace-module__fB1pQW__scopeBar>span{align-items:center;gap:var(--v2-space-8);min-width:0;color:var(--v2-text-secondary);font-size:var(--v2-text-subhead);display:inline-flex}.knowledge-workspace-module__fB1pQW__composerActions>span{color:var(--v2-text-tertiary);font-size:var(--v2-text-footnote)}.knowledge-workspace-module__fB1pQW__loadingState,.knowledge-workspace-module__fB1pQW__emptyState{background:var(--v2-inset);border-radius:var(--v2-radius-tile);place-items:center;min-height:180px;display:grid}.knowledge-workspace-module__fB1pQW__analysisProgress{align-items:center;gap:var(--v2-space-12);min-height:76px;padding:var(--v2-space-16);background:var(--v2-info-soft);border:1px solid var(--v2-border);border-radius:var(--v2-radius-tile);grid-template-columns:auto minmax(0,1fr);display:grid;position:relative;overflow:hidden}.knowledge-workspace-module__fB1pQW__analysisProgress div{gap:3px;display:grid}.knowledge-workspace-module__fB1pQW__analysisProgress span{color:var(--v2-text-secondary);font-size:var(--v2-text-footnote)}.knowledge-workspace-module__fB1pQW__progressLine{background:var(--v2-accent);transform-origin:0;height:2px;animation:1.4s ease-in-out infinite alternate knowledge-workspace-module__fB1pQW__knowledge-progress;position:absolute;bottom:0;left:0;right:0}@keyframes knowledge-workspace-module__fB1pQW__knowledge-progress{0%{opacity:.5;transform:scaleX(.22)}to{opacity:1;transform:scaleX(1)}}.knowledge-workspace-module__fB1pQW__answerGlow{min-width:0;display:block}.knowledge-workspace-module__fB1pQW__answer{border:1px solid var(--material-content-card-flat-border);border-radius:var(--material-content-card-flat-radius);background:var(--material-content-card-flat-bg);min-width:0;box-shadow:inset 0 3px 0 var(--v2-accent), var(--v2-shadow-control);gap:0;display:grid}.knowledge-workspace-module__fB1pQW__answerHeader{padding:var(--v2-space-18);border-bottom:1px solid var(--v2-separator)}.knowledge-workspace-module__fB1pQW__answerHeader h2{margin-top:var(--v2-space-4);font-size:var(--v2-text-title-3);line-height:1.35}.knowledge-workspace-module__fB1pQW__answerHeader small{margin-top:var(--v2-space-6);color:var(--v2-text-tertiary);display:block}.knowledge-workspace-module__fB1pQW__answerEvidenceState{min-height:26px;margin-top:var(--v2-space-10);color:var(--v2-success);font-size:var(--v2-text-caption);font-weight:var(--v2-weight-bold);border:1px solid color-mix(in srgb, var(--v2-success) 24%, var(--v2-separator));border-radius:var(--v2-radius-pill);background:var(--v2-success-soft);align-items:center;padding:0 9px;display:inline-flex}.knowledge-workspace-module__fB1pQW__answerEvidenceState[data-evidence-state=uncited]{color:var(--v2-warning);border-color:color-mix(in srgb, var(--v2-warning) 26%, var(--v2-separator));background:var(--v2-warning-soft)}.knowledge-workspace-module__fB1pQW__copySlot{justify-items:end;gap:var(--v2-space-4);min-width:116px;min-height:62px;display:grid}.knowledge-workspace-module__fB1pQW__copySlot>span{min-height:18px;color:var(--v2-text-secondary);font-size:var(--v2-text-caption)}.knowledge-workspace-module__fB1pQW__answerText{padding:var(--v2-page-gutter) var(--v2-space-18);color:var(--v2-text);font-size:var(--v2-text-callout);white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.85}.knowledge-workspace-module__fB1pQW__citationLink{min-width:25px;min-height:25px;color:var(--v2-accent);border-radius:var(--v2-radius-control);font-weight:var(--v2-weight-bold);transition:background var(--v2-motion-fast), box-shadow var(--v2-motion-fast);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.knowledge-workspace-module__fB1pQW__citationLink:hover{background:var(--v2-hover)}.knowledge-workspace-module__fB1pQW__citationLink:active{background:var(--v2-pressed)}.knowledge-workspace-module__fB1pQW__citationLink:focus-visible{box-shadow:inset 0 0 0 3px var(--v2-accent-ring);outline:none}.knowledge-workspace-module__fB1pQW__evidenceSection,.knowledge-workspace-module__fB1pQW__relatedSection{gap:var(--v2-space-12);padding:var(--v2-space-18);border-top:1px solid var(--v2-separator);display:grid}.knowledge-workspace-module__fB1pQW__evidenceSection h3,.knowledge-workspace-module__fB1pQW__relatedSection h3{font-size:var(--v2-text-callout);align-items:center;gap:7px;display:flex}.knowledge-workspace-module__fB1pQW__evidenceList{background:var(--material-inset-group-bg);border:1px solid var(--material-inset-group-border);border-radius:var(--material-inset-group-radius);display:grid;overflow:hidden}.knowledge-workspace-module__fB1pQW__evidenceRow{gap:var(--v2-space-10);padding:var(--v2-space-14);transition:background var(--v2-motion-fast) ease;outline:none;grid-template-columns:34px minmax(0,1fr);scroll-margin-block:120px;display:grid;position:relative}.knowledge-workspace-module__fB1pQW__evidenceRow+.knowledge-workspace-module__fB1pQW__evidenceRow{border-top:1px solid var(--v2-separator)}.knowledge-workspace-module__fB1pQW__evidenceRow:hover{background:var(--v2-hover)}.knowledge-workspace-module__fB1pQW__evidenceRow:focus-visible{box-shadow:inset 0 0 0 4px var(--v2-accent-ring)}.knowledge-workspace-module__fB1pQW__evidenceRow[data-highlighted=true]{background:var(--v2-accent-soft);box-shadow:inset 3px 0 0 var(--v2-accent)}.knowledge-workspace-module__fB1pQW__evidenceRow[data-highlighted=true]:focus-visible{box-shadow:inset 3px 0 0 var(--v2-accent), inset 0 0 0 4px var(--v2-accent-ring)}.knowledge-workspace-module__fB1pQW__citationIndex{color:var(--v2-accent);font-weight:var(--v2-weight-bold)}.knowledge-workspace-module__fB1pQW__evidenceBody,.knowledge-workspace-module__fB1pQW__evidenceTitle{min-width:0}.knowledge-workspace-module__fB1pQW__evidenceTitle{justify-content:space-between;align-items:flex-start;gap:var(--v2-space-10);display:flex}.knowledge-workspace-module__fB1pQW__evidenceTitle strong{overflow-wrap:anywhere}.knowledge-workspace-module__fB1pQW__citedLabel{padding:var(--v2-space-2) 7px;color:var(--v2-info);background:var(--v2-info-soft);border-radius:var(--v2-radius-pill);font-size:var(--v2-text-caption-2);font-weight:var(--v2-weight-bold);flex:none}.knowledge-workspace-module__fB1pQW__evidenceMeta,.knowledge-workspace-module__fB1pQW__documentMeta{gap:var(--v2-space-6) var(--v2-space-12);margin-top:var(--v2-space-6);color:var(--v2-text-tertiary);font-size:var(--v2-text-caption);flex-wrap:wrap;display:flex}.knowledge-workspace-module__fB1pQW__evidenceBody p{margin:var(--v2-space-8) 0 0;color:var(--v2-text-secondary);overflow-wrap:anywhere;line-height:1.6}.knowledge-workspace-module__fB1pQW__caseLink{color:var(--v2-accent);font-weight:var(--v2-weight-strong);align-items:center;gap:5px;margin-top:9px;text-decoration:none;display:inline-flex}.knowledge-workspace-module__fB1pQW__caseLink:hover{text-decoration:underline}.knowledge-workspace-module__fB1pQW__caseLink:focus-visible{outline:3px solid var(--v2-accent-ring);outline-offset:3px;border-radius:var(--v2-radius-control)}.knowledge-workspace-module__fB1pQW__humanCheck{padding:var(--v2-space-16) var(--v2-space-18);background:var(--v2-warning-soft);border-top:1px solid var(--v2-separator)}.knowledge-workspace-module__fB1pQW__humanCheck p{margin:var(--v2-space-4) 0 0;color:var(--v2-text-secondary);line-height:1.55}.knowledge-workspace-module__fB1pQW__managementHeader{align-items:center}.knowledge-workspace-module__fB1pQW__headerActions{align-items:center;gap:var(--v2-space-8);display:flex}.knowledge-workspace-module__fB1pQW__desktopFilters{gap:var(--v2-space-8);padding:var(--v2-space-10);background:var(--material-dock-bg);border:1px solid var(--material-dock-border);border-radius:var(--material-dock-radius);grid-template-columns:220px repeat(3,minmax(135px,1fr));display:grid}.knowledge-workspace-module__fB1pQW__filterSearch{align-items:center;display:flex;position:relative}.knowledge-workspace-module__fB1pQW__filterSearch>svg{z-index:1;color:var(--v2-text-tertiary);pointer-events:none;position:absolute;left:12px}.knowledge-workspace-module__fB1pQW__filterSearch input{padding-left:36px}.knowledge-workspace-module__fB1pQW__mobileFilterBar{min-height:48px;padding:var(--v2-space-4) var(--v2-space-4) var(--v2-space-4) var(--v2-space-12);background:var(--v2-inset);border:1px solid var(--v2-border);border-radius:var(--v2-radius-control);color:var(--v2-text-secondary);display:none}.knowledge-workspace-module__fB1pQW__documentCollection{background:var(--material-content-card-flat-bg);border:1px solid var(--material-content-card-flat-border);border-radius:var(--material-content-card-flat-radius);display:grid;overflow:hidden}.knowledge-workspace-module__fB1pQW__documentRow{align-items:center;gap:var(--v2-space-14);min-width:0;padding:var(--v2-space-14);grid-template-columns:minmax(240px,1fr) minmax(360px,auto) 40px;display:grid;position:relative}.knowledge-workspace-module__fB1pQW__documentRow+.knowledge-workspace-module__fB1pQW__documentRow{border-top:1px solid var(--v2-separator)}.knowledge-workspace-module__fB1pQW__documentRow:hover{background:var(--v2-hover)}.knowledge-workspace-module__fB1pQW__documentMain{min-width:0}.knowledge-workspace-module__fB1pQW__documentMain>strong{overflow-wrap:anywhere;line-height:1.4;display:block}.knowledge-workspace-module__fB1pQW__visibilityEditor{gap:var(--v2-space-8);grid-template-columns:minmax(135px,1fr) minmax(130px,1fr) auto;align-items:center;display:grid}.knowledge-workspace-module__fB1pQW__visibilityEditor>button:last-child{white-space:nowrap}.knowledge-workspace-module__fB1pQW__deleteButton{grid-area:1/3;place-self:start end}.knowledge-workspace-module__fB1pQW__rowError{color:var(--v2-danger);font-size:var(--v2-text-caption);margin:7px 0 0}.knowledge-workspace-module__fB1pQW__rowNotice{grid-column:1/-1}.knowledge-workspace-module__fB1pQW__filteredEmpty{padding:28px var(--v2-space-16);color:var(--v2-text-secondary);text-align:center;margin:0}.knowledge-workspace-module__fB1pQW__scopeSheet,.knowledge-workspace-module__fB1pQW__filterSheet,.knowledge-workspace-module__fB1pQW__sheetForm{gap:var(--v2-space-14);display:grid}.knowledge-workspace-module__fB1pQW__scopeList{border:1px solid var(--v2-border);border-radius:var(--v2-radius-tile);background:var(--v2-content);max-height:min(58vh,540px);display:grid;overflow-y:auto}.knowledge-workspace-module__fB1pQW__scopeRow{align-items:center;gap:var(--v2-space-12);min-height:58px;padding:var(--v2-space-10) var(--v2-space-12);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.knowledge-workspace-module__fB1pQW__scopeRow+.knowledge-workspace-module__fB1pQW__scopeRow{border-top:1px solid var(--v2-separator)}.knowledge-workspace-module__fB1pQW__scopeRow:hover{background:var(--v2-hover)}.knowledge-workspace-module__fB1pQW__scopeRow:focus-within{box-shadow:inset 0 0 0 3px var(--v2-accent-ring)}.knowledge-workspace-module__fB1pQW__scopeRowMain{gap:3px;min-width:0;display:grid}.knowledge-workspace-module__fB1pQW__scopeRowMain strong{overflow-wrap:anywhere}.knowledge-workspace-module__fB1pQW__scopeRowMain small{color:var(--v2-text-tertiary)}.knowledge-workspace-module__fB1pQW__sheetActions{justify-content:flex-end;gap:var(--v2-space-8);display:flex}.knowledge-workspace-module__fB1pQW__field{color:var(--v2-text-secondary);font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-strong);gap:7px;display:grid}.knowledge-workspace-module__fB1pQW__deletePrompt{color:var(--v2-text-secondary);overflow-wrap:anywhere;margin:0;line-height:1.6}.knowledge-workspace-module__fB1pQW__notice{padding:0 var(--v2-space-20) var(--v2-space-20)}@media (max-width:900px){.knowledge-workspace-module__fB1pQW__documentRow{grid-template-columns:minmax(0,1fr) 40px}.knowledge-workspace-module__fB1pQW__visibilityEditor{grid-column:1/-1}}@container knowledge-workspace (max-width:680px){.knowledge-workspace-module__fB1pQW__managementHeader{flex-direction:column;align-items:stretch}.knowledge-workspace-module__fB1pQW__headerActions{justify-content:flex-end}.knowledge-workspace-module__fB1pQW__desktopFilters{display:none}.knowledge-workspace-module__fB1pQW__mobileFilterBar{display:flex}.knowledge-workspace-module__fB1pQW__documentRow{gap:var(--v2-space-10);padding:var(--v2-space-12);grid-template-columns:minmax(0,1fr) 44px}.knowledge-workspace-module__fB1pQW__deleteButton{grid-column:2}.knowledge-workspace-module__fB1pQW__visibilityEditor{grid-column:1/-1;grid-template-columns:1fr}}@media (max-width:760px){.knowledge-workspace-module__fB1pQW__panel{border-radius:var(--v2-radius-card-mobile)}.knowledge-workspace-module__fB1pQW__askWorkspace,.knowledge-workspace-module__fB1pQW__management{gap:var(--v2-space-14);padding:var(--v2-space-12)}.knowledge-workspace-module__fB1pQW__composer{padding:var(--v2-space-14)}.knowledge-workspace-module__fB1pQW__desktopFilters{display:none}.knowledge-workspace-module__fB1pQW__mobileFilterBar{display:flex}.knowledge-workspace-module__fB1pQW__questionInput{min-height:118px}.knowledge-workspace-module__fB1pQW__scopeBar,.knowledge-workspace-module__fB1pQW__composerActions,.knowledge-workspace-module__fB1pQW__answerHeader{flex-direction:column;align-items:stretch}.knowledge-workspace-module__fB1pQW__composerActions>button,.knowledge-workspace-module__fB1pQW__scopeBar>button{width:100%}.knowledge-workspace-module__fB1pQW__copySlot{min-width:0;min-height:var(--v2-touch-height);grid-template-columns:auto minmax(64px,1fr);place-items:center start}.knowledge-workspace-module__fB1pQW__documentRow{gap:var(--v2-space-10);padding:var(--v2-space-12);grid-template-columns:minmax(0,1fr) 44px}.knowledge-workspace-module__fB1pQW__visibilityEditor{grid-template-columns:1fr}.knowledge-workspace-module__fB1pQW__scopeRow{grid-template-columns:auto minmax(0,1fr)}.knowledge-workspace-module__fB1pQW__scopeRow>:last-child{grid-column:2;justify-self:start}.knowledge-workspace-module__fB1pQW__quickQuestions{grid-template-columns:1fr;display:grid}.knowledge-workspace-module__fB1pQW__quickQuestions button{justify-content:flex-start}}@media (max-width:390px){.knowledge-workspace-module__fB1pQW__managementHeader{flex-direction:column;align-items:stretch}.knowledge-workspace-module__fB1pQW__headerActions{justify-content:flex-end}.knowledge-workspace-module__fB1pQW__headerActions>button:last-child{flex:1}.knowledge-workspace-module__fB1pQW__evidenceRow{padding:var(--v2-space-12);grid-template-columns:28px minmax(0,1fr)}.knowledge-workspace-module__fB1pQW__evidenceTitle{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.knowledge-workspace-module__fB1pQW__progressLine{opacity:.7;width:38%;animation:none}.knowledge-workspace-module__fB1pQW__citationLink,.knowledge-workspace-module__fB1pQW__evidenceRow{transition:none}}
.experiment-workspace-module__CkKH1G__workspace{gap:var(--v2-space-14);min-width:0;color:var(--v2-text);letter-spacing:0;flex-direction:column;display:flex}.experiment-workspace-module__CkKH1G__workspaceCommand{justify-content:space-between;align-items:center;gap:var(--v2-space-12);min-width:0;padding:var(--v2-space-2) 0 var(--v2-space-4);border-bottom:1px solid var(--v2-separator);display:flex}.experiment-workspace-module__CkKH1G__workspaceCommand h2{color:var(--v2-text);font-size:var(--v2-text-title-3);letter-spacing:0;margin:0;line-height:1.3}.experiment-workspace-module__CkKH1G__workspaceEyebrow{margin-bottom:var(--v2-space-4);color:var(--v2-text-tertiary);font-size:var(--v2-text-caption-2);font-weight:var(--v2-weight-bold);letter-spacing:0;line-height:1.2;display:block}.experiment-workspace-module__CkKH1G__mobileHead{gap:var(--v2-space-10);min-width:0;padding:var(--v2-space-12) var(--v2-space-14);border:1px solid var(--v2-border);border-radius:var(--v2-radius-card-mobile,var(--v2-radius-card));background:var(--v2-content);box-shadow:var(--v2-shadow-card);flex-direction:column;display:flex}.experiment-workspace-module__CkKH1G__mobileStatus{flex-direction:column;gap:3px;display:flex}.experiment-workspace-module__CkKH1G__mobileStatusName{font-size:var(--v2-text-callout);font-weight:var(--v2-weight-strong);letter-spacing:0;color:var(--v2-text);overflow-wrap:anywhere;line-height:1.4}.experiment-workspace-module__CkKH1G__mobileStatusMeta{font-size:var(--v2-text-caption);letter-spacing:0;color:var(--v2-text-secondary)}.experiment-workspace-module__CkKH1G__keyResultLine{min-width:0;max-width:100%;font-size:var(--v2-text-caption);letter-spacing:0;color:var(--v2-accent);overflow-wrap:anywhere;line-height:1.5;display:block}.experiment-workspace-module__CkKH1G__mobileSecondaryActions{gap:var(--v2-space-8);flex-wrap:wrap;display:flex}.experiment-workspace-module__CkKH1G__mobileSecondaryActions>button{min-height:var(--v2-touch-height)}.experiment-workspace-module__CkKH1G__layoutGrid{gap:var(--v2-space-14);flex-direction:column;display:flex}.experiment-workspace-module__CkKH1G__mainColumn{gap:var(--v2-space-14);flex-direction:column;min-width:0;display:flex}.experiment-workspace-module__CkKH1G__insightColumn{min-width:0}@media (min-width:1100px){.experiment-workspace-module__CkKH1G__layoutGrid{align-items:start;gap:var(--v2-space-16);grid-template-columns:220px minmax(0,1fr) minmax(280px,340px);display:grid}}.experiment-workspace-module__CkKH1G__runRail{gap:var(--v2-space-8);flex-direction:column;min-width:0;display:flex}.experiment-workspace-module__CkKH1G__runRail[data-variant=switcher]{flex-flow:row;padding-block-end:2px;overflow-x:auto}.experiment-workspace-module__CkKH1G__runRailNewButton{min-height:var(--v2-control-height);flex-shrink:0}.experiment-workspace-module__CkKH1G__runRail[data-variant=switcher] .experiment-workspace-module__CkKH1G__runRailNewButton{min-height:var(--v2-touch-height)}.experiment-workspace-module__CkKH1G__runRailEmpty{font-size:var(--v2-text-caption);letter-spacing:0;color:var(--v2-text-tertiary);margin:0}.experiment-workspace-module__CkKH1G__runRailList{gap:var(--v2-space-6);flex-direction:column;min-width:0;display:flex}.experiment-workspace-module__CkKH1G__runRail[data-variant=switcher] .experiment-workspace-module__CkKH1G__runRailList{gap:var(--v2-space-8);flex-direction:row;flex-shrink:0;min-width:0}.experiment-workspace-module__CkKH1G__runRailItem{justify-content:space-between;align-items:center;gap:var(--v2-space-8);width:100%;height:auto;min-height:var(--v2-control-height);padding:var(--v2-space-8) var(--v2-space-10);border:1px solid var(--material-control-border);border-radius:var(--material-control-radius);background:var(--material-control-bg);color:var(--v2-text);cursor:pointer;transition:background var(--v2-motion-fast), border-color var(--v2-motion-fast), box-shadow var(--v2-motion-fast), transform var(--v2-motion-fast);display:flex}.experiment-workspace-module__CkKH1G__runRail[data-variant=switcher] .experiment-workspace-module__CkKH1G__runRailItem{min-height:var(--v2-touch-height);flex-shrink:0;width:200px;min-width:160px;max-width:200px}.experiment-workspace-module__CkKH1G__runRailItem:hover{border-color:var(--v2-border-strong);background:var(--v2-hover);box-shadow:var(--v2-highlight)}.experiment-workspace-module__CkKH1G__runRailItem:active{background:var(--v2-pressed);transform:scale(.99)}.experiment-workspace-module__CkKH1G__runRailItem:focus-visible{box-shadow:inset 0 0 0 3px var(--v2-accent-ring);outline:none}.experiment-workspace-module__CkKH1G__runRailItem[data-selected]{border-color:var(--v2-accent);background:var(--v2-accent-soft)}.experiment-workspace-module__CkKH1G__runRailItemMain{gap:var(--v2-space-2);flex-direction:column;min-width:0;display:flex}.experiment-workspace-module__CkKH1G__runRailItemMain strong{font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-semibold);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.experiment-workspace-module__CkKH1G__runRailItemMain span{font-size:var(--v2-text-caption-2);letter-spacing:0;color:var(--v2-text-tertiary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.experiment-workspace-module__CkKH1G__editPanel{gap:var(--v2-space-12);padding:var(--v2-space-14);border:1px solid var(--material-content-card-border);border-radius:var(--material-content-card-radius);background:var(--material-content-card-bg);box-shadow:var(--material-content-card-shadow);flex-direction:column;display:flex}.experiment-workspace-module__CkKH1G__experimentOcrBox{gap:var(--v2-space-10);margin-top:var(--v2-space-18);padding-top:var(--v2-space-18);border-top:1px solid var(--border-subtle);display:grid}.experiment-workspace-module__CkKH1G__experimentForm{margin-top:var(--v2-space-18)}.experiment-workspace-module__CkKH1G__caseFieldsGrid,.experiment-workspace-module__CkKH1G__formFieldGrid{gap:var(--v2-space-12);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.experiment-workspace-module__CkKH1G__caseFieldsGrid{margin-top:var(--v2-space-16)}.experiment-workspace-module__CkKH1G__documentField{min-width:0;color:var(--text-secondary);font-size:var(--v2-text-footnote);gap:7px;display:grid}.experiment-workspace-module__CkKH1G__documentField textarea{min-height:96px}.experiment-workspace-module__CkKH1G__documentFieldLabel{gap:var(--v2-space-8);color:var(--text-primary);font-weight:var(--v2-weight-semibold);align-items:center;display:flex}.experiment-workspace-module__CkKH1G__documentFieldLabel em{color:var(--accent-primary);font-size:var(--v2-text-caption);font-style:normal}.experiment-workspace-module__CkKH1G__experimentColumnTools,.experiment-workspace-module__CkKH1G__inlineActions{gap:var(--v2-space-10);flex-wrap:wrap;align-items:center;display:flex}.experiment-workspace-module__CkKH1G__experimentColumnTools :is(.chjUiInput,.chjUiTextarea,.chjUiSelectTrigger){width:auto;min-width:220px}.experiment-workspace-module__CkKH1G__inlineActions{margin-top:var(--v2-space-12)}.experiment-workspace-module__CkKH1G__inlineActions :is(.chjUiInput,.chjUiTextarea,.chjUiSelectTrigger){width:auto;min-width:160px}.experiment-workspace-module__CkKH1G__rawTextBox{color:var(--text-secondary);font-size:var(--v2-text-footnote);border:1px solid var(--border-subtle);border-radius:var(--v2-radius-tile);background:var(--surface-inset)}.experiment-workspace-module__CkKH1G__rawTextBox summary{min-height:var(--v2-control-height);padding:var(--v2-space-10) var(--v2-space-12);cursor:pointer}.experiment-workspace-module__CkKH1G__rawTextBox strong{padding:var(--v2-space-10) var(--v2-space-12) 0;color:var(--text-primary);display:block}.experiment-workspace-module__CkKH1G__rawTextBox pre{max-height:260px;padding:0 var(--v2-space-12) var(--v2-space-12);white-space:pre-wrap;margin:0;line-height:1.6;overflow:auto}.experiment-workspace-module__CkKH1G__experimentRawEvidence{border:1px solid var(--border-subtle);border-radius:var(--v2-radius-tile);background:var(--surface-inset)}.experiment-workspace-module__CkKH1G__pointsTableScroll{border:1px solid var(--v2-separator);border-radius:var(--v2-radius-tile);overflow-x:auto}.experiment-workspace-module__CkKH1G__pointsTable{min-width:100%}.experiment-workspace-module__CkKH1G__pointsColumnHead{align-items:center;gap:var(--v2-space-4);letter-spacing:0;display:inline-flex}.experiment-workspace-module__CkKH1G__pointsFieldList{border:1px solid var(--material-list-group-border);border-radius:var(--material-list-group-radius);background:var(--material-list-group-bg);flex-direction:column;gap:0;display:flex;overflow:hidden}.experiment-workspace-module__CkKH1G__pointsFieldCard{gap:var(--v2-space-8);padding:var(--v2-space-12);background:var(--v2-content);flex-direction:column;display:flex}.experiment-workspace-module__CkKH1G__pointsFieldCard+.experiment-workspace-module__CkKH1G__pointsFieldCard{border-top:1px solid var(--v2-separator)}.experiment-workspace-module__CkKH1G__pointsFieldCardHead{align-items:center;gap:var(--v2-space-8);display:flex}.experiment-workspace-module__CkKH1G__pointsFieldCardHead>:first-child{flex:1}.experiment-workspace-module__CkKH1G__pointsFieldRow{align-items:center;gap:var(--v2-space-8);display:flex}.experiment-workspace-module__CkKH1G__pointsFieldRow>span{width:88px;font-size:var(--v2-text-caption);letter-spacing:0;color:var(--v2-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;overflow:hidden}.experiment-workspace-module__CkKH1G__pointsFieldRow>:last-child{flex:1}.experiment-workspace-module__CkKH1G__insightPanel{gap:var(--v2-space-12);padding:var(--v2-space-14);border:1px solid var(--material-content-card-border);border-radius:var(--material-content-card-radius);background:var(--material-content-card-bg);box-shadow:var(--material-content-card-shadow);flex-direction:column;display:flex}.experiment-workspace-module__CkKH1G__insightHead{justify-content:space-between;align-items:center;gap:var(--v2-space-10);padding:var(--v2-space-10) var(--v2-space-12);border:1px solid var(--material-head-band-border);border-radius:var(--material-head-band-radius);background:var(--material-head-band-bg);box-shadow:var(--v2-highlight);flex-wrap:wrap;display:flex}.experiment-workspace-module__CkKH1G__insightHeadText{flex-direction:column;gap:3px;min-width:0;display:flex}.experiment-workspace-module__CkKH1G__insightHeadText h3{align-items:center;gap:var(--v2-space-6);font-size:var(--v2-text-subhead);font-weight:var(--v2-weight-strong);letter-spacing:0;color:var(--v2-text);margin:0;display:inline-flex}.experiment-workspace-module__CkKH1G__insightHeadText h3 svg{color:var(--v2-accent)}.experiment-workspace-module__CkKH1G__insightHeadText p{font-size:var(--v2-text-caption-2);letter-spacing:0;color:var(--v2-text-secondary);overflow-wrap:anywhere;margin:0}.experiment-workspace-module__CkKH1G__insightHeadActions{gap:var(--v2-space-6);flex-wrap:wrap;display:flex}.experiment-workspace-module__CkKH1G__insightControl{min-height:var(--v2-control-height)}.experiment-workspace-module__CkKH1G__insightBody{gap:var(--v2-space-12);flex-direction:column;display:flex}.experiment-workspace-module__CkKH1G__insightSummary{gap:var(--v2-space-6);padding:var(--v2-space-10) var(--v2-space-12);border:1px solid var(--v2-separator);border-radius:var(--v2-radius-tile);background:var(--v2-accent-soft);flex-direction:column;display:flex}.experiment-workspace-module__CkKH1G__insightSummary p{font-size:var(--v2-text-footnote);letter-spacing:0;color:var(--v2-text);overflow-wrap:anywhere;margin:0;line-height:1.6}.experiment-workspace-module__CkKH1G__insightSourceTag{padding:var(--v2-space-2) var(--v2-space-8);border-radius:var(--v2-radius-pill);background:var(--v2-content);font-size:var(--v2-text-caption-2);letter-spacing:0;color:var(--v2-accent);align-self:flex-start}.experiment-workspace-module__CkKH1G__insightSection{gap:var(--v2-space-8);padding:var(--v2-space-10) var(--v2-space-12);border:1px solid var(--material-inset-group-border);border-radius:var(--material-inset-group-radius);background:var(--material-inset-group-bg);flex-direction:column;display:flex}.experiment-workspace-module__CkKH1G__insightSection h4{font-size:var(--v2-text-caption);font-weight:var(--v2-weight-strong);letter-spacing:0;color:var(--v2-text);margin:0}.experiment-workspace-module__CkKH1G__insightEmpty{font-size:var(--v2-text-caption);letter-spacing:0;color:var(--v2-text-tertiary);margin:0}.experiment-workspace-module__CkKH1G__evidenceList,.experiment-workspace-module__CkKH1G__comparisonList,.experiment-workspace-module__CkKH1G__checkList{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.experiment-workspace-module__CkKH1G__evidenceItem,.experiment-workspace-module__CkKH1G__comparisonItem,.experiment-workspace-module__CkKH1G__checkItem{padding:var(--v2-space-8) 0;border-block-start:1px solid var(--v2-separator);flex-direction:column;gap:3px;display:flex}.experiment-workspace-module__CkKH1G__evidenceItem:first-child,.experiment-workspace-module__CkKH1G__comparisonItem:first-child,.experiment-workspace-module__CkKH1G__checkItem:first-child{border-block-start:0;padding-block-start:0}.experiment-workspace-module__CkKH1G__evidenceHead{align-items:baseline;gap:var(--v2-space-8);grid-template-columns:minmax(0,1fr) minmax(4rem,auto);display:grid}.experiment-workspace-module__CkKH1G__evidenceHead span{min-width:0;font-size:var(--v2-text-caption);letter-spacing:0;color:var(--v2-text-secondary);overflow-wrap:anywhere}.experiment-workspace-module__CkKH1G__evidenceHead strong{max-width:12rem;font-size:var(--v2-text-subhead);font-weight:var(--v2-weight-strong);letter-spacing:0;color:var(--v2-text);text-align:end;overflow-wrap:anywhere}.experiment-workspace-module__CkKH1G__evidenceHead strong em{font-style:normal;font-size:var(--v2-text-caption-2);font-weight:var(--v2-weight-medium);color:var(--v2-text-tertiary);margin-inline-start:2px}.experiment-workspace-module__CkKH1G__evidenceDetail,.experiment-workspace-module__CkKH1G__comparisonDetail{font-size:var(--v2-text-caption);letter-spacing:0;color:var(--v2-text);overflow-wrap:anywhere;margin:0;line-height:1.55}.experiment-workspace-module__CkKH1G__evidenceMeta{font-size:var(--v2-text-caption-2);letter-spacing:0;color:var(--v2-text-tertiary);overflow-wrap:anywhere;margin:0}.experiment-workspace-module__CkKH1G__comparisonHead{justify-content:space-between;align-items:baseline;gap:var(--v2-space-8);flex-wrap:wrap;display:flex}.experiment-workspace-module__CkKH1G__comparisonHead>span:first-child{min-width:0;font-size:var(--v2-text-caption);font-weight:var(--v2-weight-semibold);letter-spacing:0;color:var(--v2-text);overflow-wrap:anywhere}.experiment-workspace-module__CkKH1G__comparisonDirection{font-size:var(--v2-text-caption-2);letter-spacing:0;color:var(--v2-text-secondary);align-items:center;gap:3px;display:inline-flex}.experiment-workspace-module__CkKH1G__comparisonDirection[data-direction=up]{color:var(--v2-warning)}.experiment-workspace-module__CkKH1G__comparisonDirection[data-direction=down]{color:var(--v2-success)}.experiment-workspace-module__CkKH1G__checkItem strong{font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-semibold);letter-spacing:0;overflow-wrap:anywhere;line-height:1.5}.experiment-workspace-module__CkKH1G__checkItem span{font-size:var(--v2-text-caption);letter-spacing:0;color:var(--v2-text-secondary);overflow-wrap:anywhere;line-height:1.55}.experiment-workspace-module__CkKH1G__humanNote{padding:var(--v2-space-10) var(--v2-space-12);border-radius:var(--v2-radius-tile);background:var(--v2-content-muted);font-size:var(--v2-text-caption);letter-spacing:0;color:var(--v2-text-secondary);margin:0;line-height:1.6}.experiment-workspace-module__CkKH1G__sheetSwitcher{gap:var(--v2-space-6);padding:var(--v2-space-4);border:1px solid var(--v2-separator);border-radius:var(--v2-radius-pill);background:var(--v2-inset);margin-block-end:12px;display:flex}.experiment-workspace-module__CkKH1G__sheetSwitcherTab{min-height:var(--v2-control-height);padding:0 var(--v2-space-12);border-radius:var(--v2-radius-pill);font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-semibold);letter-spacing:0;color:var(--v2-text-secondary);cursor:pointer;transition:background var(--v2-motion-fast), color var(--v2-motion-fast), box-shadow var(--v2-motion-fast);background:0 0;border:none;flex:1}.experiment-workspace-module__CkKH1G__sheetSwitcherTab:hover{color:var(--v2-text)}.experiment-workspace-module__CkKH1G__sheetSwitcherTab:focus-visible{box-shadow:inset 0 0 0 3px var(--v2-accent-ring);outline:none}.experiment-workspace-module__CkKH1G__sheetSwitcherTab[data-active]{background:var(--v2-content);color:var(--v2-accent);box-shadow:var(--v2-shadow-control)}.experiment-workspace-module__CkKH1G__sheetBody{gap:var(--v2-space-12);flex-direction:column;display:flex}[data-modal-sheet]:has(.experiment-workspace-module__CkKH1G__sheetSwitcher) .chjUiIconButton{min-width:var(--v2-control-height);min-height:var(--v2-control-height)}@media (prefers-reduced-motion:reduce){.experiment-workspace-module__CkKH1G__runRailItem,.experiment-workspace-module__CkKH1G__sheetSwitcherTab{transition:none}.experiment-workspace-module__CkKH1G__runRailItem:active{transform:none}}.experiment-workspace-module__CkKH1G__editPanel,.experiment-workspace-module__CkKH1G__insightPanel{border-color:var(--v2-separator);background:var(--v2-content);box-shadow:none}@media (max-width:760px){.experiment-workspace-module__CkKH1G__mobileHead{padding:var(--v2-space-12);box-shadow:none}.experiment-workspace-module__CkKH1G__editPanel,.experiment-workspace-module__CkKH1G__insightPanel{padding:var(--v2-space-12);border-radius:var(--v2-radius-tile)}.experiment-workspace-module__CkKH1G__caseFieldsGrid,.experiment-workspace-module__CkKH1G__formFieldGrid{grid-template-columns:minmax(0,1fr)}.experiment-workspace-module__CkKH1G__insightControl,.experiment-workspace-module__CkKH1G__sheetSwitcherTab{min-height:var(--v2-touch-height)}[data-modal-sheet]:has(.experiment-workspace-module__CkKH1G__sheetSwitcher) .chjUiIconButton{min-height:var(--v2-touch-height)}.experiment-workspace-module__CkKH1G__editPanel .chjUiInput{min-height:var(--v2-touch-height)}.experiment-workspace-module__CkKH1G__editPanel .chjUiTextarea{min-height:var(--v2-touch-height)}.experiment-workspace-module__CkKH1G__editPanel .chjUiSelectTrigger{min-height:var(--v2-touch-height)}}
.light-empty-state-module__y451rq__rdLightEmptyState{grid-template-columns:var(--size-control-height) minmax(0, 1fr);gap:var(--v2-space-12);min-width:0;padding:var(--v2-inset-group-padding);text-align:left;border:1px solid var(--material-inset-group-border);border-radius:var(--shape-content-tile);background:var(--material-inset-group-bg);align-items:center;display:grid}.light-empty-state-module__y451rq__rdLightEmptyIcon{width:var(--size-control-height);height:var(--size-control-height);color:var(--accent-primary);border:1px solid var(--material-control-border);border-radius:var(--shape-control);background:var(--material-control-hover-bg);place-items:center;display:inline-grid}.light-empty-state-module__y451rq__rdLightEmptyState h3,.light-empty-state-module__y451rq__rdLightEmptyState p{margin:0}.light-empty-state-module__y451rq__rdLightEmptyState h3{color:var(--text-primary);font-size:var(--v2-text-subhead);font-weight:var(--v2-weight-bold);line-height:1.35}.light-empty-state-module__y451rq__rdLightEmptyState p{color:var(--text-secondary);font-size:var(--v2-text-footnote);margin-top:3px;line-height:1.5}
.page-header-module__-XCgUa__pageHeader{justify-content:space-between;align-items:flex-start;gap:var(--v2-space-14);display:flex}.page-header-module__-XCgUa__pageHeaderIcon{width:var(--v2-icon-plate-size);height:var(--v2-icon-plate-size);color:var(--accent-primary);border:1px solid var(--border-glass);border-radius:var(--v2-radius-control);background:var(--v2-elevated);flex:none;justify-content:center;align-items:center;display:flex}.page-header-module__-XCgUa__pageHeaderText{gap:var(--v2-space-4);flex-direction:column;flex:auto;min-width:0;display:flex}.page-header-module__-XCgUa__pageHeaderTitle{color:var(--text-primary);margin:0}.page-header-module__-XCgUa__hero .page-header-module__-XCgUa__pageHeaderTitle{font-size:var(--v2-text-title-1);font-weight:var(--v2-weight-strong);line-height:var(--v2-leading-title-1);letter-spacing:0}.page-header-module__-XCgUa__section .page-header-module__-XCgUa__pageHeaderTitle{font-size:var(--v2-text-title-2);font-weight:var(--v2-weight-strong);line-height:var(--v2-leading-title-2);letter-spacing:0}.page-header-module__-XCgUa__compact .page-header-module__-XCgUa__pageHeaderTitle{font-size:var(--v2-text-title-3);font-weight:var(--v2-weight-semibold);line-height:var(--v2-leading-title-3);letter-spacing:0}.page-header-module__-XCgUa__pageHeaderSubtitle{color:var(--text-secondary);font-size:var(--v2-text-footnote);font-weight:var(--v2-weight-semibold)}.page-header-module__-XCgUa__pageHeaderDescription{max-width:560px;color:var(--text-secondary);font-size:var(--v2-text-subhead);margin:0;line-height:1.55}.page-header-module__-XCgUa__pageHeaderTrailing{align-items:center;gap:var(--v2-space-8);flex:none;display:flex}@media (max-width:760px){.page-header-module__-XCgUa__hero .page-header-module__-XCgUa__pageHeaderTitle,.page-header-module__-XCgUa__section .page-header-module__-XCgUa__pageHeaderTitle{font-size:var(--v2-text-title-3)}}
.scene-home-content-module__zRVKUa__sceneContent{animation:scene-home-content-module__zRVKUa__sceneContentIn .2s var(--v2-motion-spring)}@keyframes scene-home-content-module__zRVKUa__sceneContentIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.scene-home-content-module__zRVKUa__sceneHomePanel{max-width:980px;margin:0 auto}.scene-home-content-module__zRVKUa__sceneEntryGrid{gap:var(--v2-space-10);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.scene-home-content-module__zRVKUa__sceneEntryItem{gap:var(--v2-space-12);min-width:0;min-height:74px;padding:var(--v2-space-12);color:inherit;border:1px solid color-mix(in srgb, var(--border-subtle) 76%, transparent);border-radius:var(--v2-radius-tile);background:color-mix(in srgb, var(--surface-control) 54%, transparent);transition:background .18s var(--v2-motion-spring), border-color .18s var(--v2-motion-spring), transform .18s var(--v2-motion-spring);grid-template-columns:38px minmax(0,1fr);align-items:center;text-decoration:none;display:grid}.scene-home-content-module__zRVKUa__sceneEntryItem:hover{border-color:color-mix(in srgb, var(--accent-primary) 20%, var(--border-subtle));background:color-mix(in srgb, var(--surface-control) 78%, transparent);transform:translateY(-1px)}.scene-home-content-module__zRVKUa__sceneEntryIcon{width:38px;height:38px;color:var(--accent-primary);border:1px solid color-mix(in srgb, var(--accent-primary) 12%, var(--border-subtle));border-radius:var(--v2-radius-control);background:color-mix(in srgb, var(--accent-primary) 8%, transparent);place-items:center;display:inline-grid}.scene-home-content-module__zRVKUa__sceneEntryItem span:last-child{gap:var(--v2-space-4);min-width:0;display:grid}.scene-home-content-module__zRVKUa__sceneEntryItem strong,.scene-home-content-module__zRVKUa__sceneEntryItem em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.scene-home-content-module__zRVKUa__sceneEntryItem strong{color:var(--text-primary);font-size:var(--v2-text-subhead);font-weight:var(--v2-weight-bold)}.scene-home-content-module__zRVKUa__sceneEntryItem em{color:var(--text-tertiary);font-size:var(--v2-text-caption);font-style:normal;line-height:1.35}@media (max-width:760px){.scene-home-content-module__zRVKUa__sceneHomePanel{margin:0 var(--v2-space-14)}.scene-home-content-module__zRVKUa__sceneEntryGrid{grid-template-columns:1fr}.scene-home-content-module__zRVKUa__sceneEntryItem{min-height:68px}}@media (prefers-reduced-motion:reduce){.scene-home-content-module__zRVKUa__sceneContent,.scene-home-content-module__zRVKUa__sceneEntryItem{transition:none;animation:none}}
