html.theme-switching *,html.theme-switching :after,html.theme-switching :before{transition:none!important}html.theme-switching .theme-switch-knob{transition:transform var(--duration-normal,.2s) cubic-bezier(.4,0,.2,1)!important}::selection{background-color:var(--color-selection);color:inherit}::-moz-selection{background-color:var(--color-selection);color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-scrollbar);border-radius:100px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--color-scrollbar-hover);background-clip:content-box}::-webkit-scrollbar-corner{background:transparent}:focus{outline:none}:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:-2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus):not(:focus-within){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.ds-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s),border-color var(--duration-fast,.15s);cursor:pointer}.ds-btn:focus-visible,.trace-demo .btn-ghost:focus-visible,.trace-demo .btn-primary:focus-visible,.trace-demo .btn-secondary:focus-visible{outline:none;box-shadow:0 0 0 2px rgb(var(--color-bg-elevated-rgb)),0 0 0 4px rgb(var(--color-accent-500-rgb))}.ds-btn:disabled{opacity:.5;cursor:not-allowed}.ds-card-action-btn:focus-visible,.ds-path-card__action:focus-visible,.ds-segmented__option:focus-visible,.ds-step-row__action:focus-visible,.ds-work-card-checkbox:focus-visible,button.ds-num-bubble:focus-visible{outline:none;box-shadow:0 0 0 2px rgb(var(--color-accent-500-rgb))}.ds-btn--sm{height:1.75rem;padding:0 .625rem;font-size:var(--text-xs,.6875rem);line-height:1.4;gap:.375rem;border-radius:.375rem}.ds-btn--md{height:2.25rem;padding:0 .875rem;font-size:var(--text-sm);line-height:1.5}.ds-btn--lg,.ds-btn--md{gap:.5rem;border-radius:.5rem}.ds-btn--lg{height:2.75rem;padding:0 22px;font-size:var(--text-base);line-height:1.6}.ds-btn--icon{width:1.75rem;height:1.75rem;min-height:1.75rem;padding:0;border-radius:.375rem}.ds-btn--xl{min-height:52px;padding:0 1.75rem;font-size:1rem;line-height:1.5rem;gap:.625rem;border-radius:.75rem}.ds-btn--primary{background:var(--button-primary-bg);color:#fff}.ds-btn--primary:hover{background:var(--button-primary-bg-hover)}.ds-btn--outline{background:transparent;color:rgb(var(--color-text-secondary-rgb));border:1px solid var(--color-border)}.ds-btn--outline:hover{color:rgb(var(--color-text-emphasis-rgb));border-color:var(--color-border-hover)}.ds-btn--danger-soft{background:var(--color-danger-soft);color:var(--color-danger-text);border:1px solid var(--color-danger-border)}.ds-btn--danger-soft:hover{background:var(--color-danger-border)}.ds-btn--secondary{background:rgb(var(--color-bg-surface-rgb));color:rgb(var(--color-text-emphasis-rgb));border:1px solid var(--color-border)}.ds-btn--secondary:hover{background:rgb(var(--color-bg-muted-rgb))}.ds-btn--ghost{background:transparent;color:rgb(var(--color-text-emphasis-rgb));border:1px solid transparent}.ds-btn--ghost:hover{background:rgb(var(--color-overlay-channel)/.05)}.ds-btn--danger{background:rgb(var(--color-rose-500-rgb));color:#fff}.ds-btn--danger:hover{background:rgb(var(--color-rose-400-rgb))}.ds-icon-btn--sm{min-width:24px;min-height:24px;padding:.375rem}.ds-icon-btn--md{min-width:32px;min-height:32px;padding:.5rem}.ds-icon-btn--lg{min-width:44px;min-height:44px;padding:.625rem}.ds-close-x{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:.5rem;border-radius:.375rem;background:transparent;border:0;cursor:pointer;flex-shrink:0;color:var(--ds-close-x-color,#ef4444);transition:color var(--duration-fast,.15s) ease,background-color var(--duration-fast,.15s) ease;-webkit-app-region:no-drag}.ds-close-x:hover{color:var(--ds-close-x-color-hover,#f87171);background-color:var(--color-bg-active,rgb(var(--color-overlay-channel)/.12))}.ds-close-x:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.ds-close-x:disabled{opacity:.5;cursor:not-allowed}.ds-close-x>svg,.trace-demo .modal-back-btn>svg{width:1.25rem;height:1.25rem;display:block}.ds-close-x--sm{width:1.5rem;height:1.5rem;padding:.25rem;border-radius:.25rem}.ds-close-x--sm>svg{width:1rem;height:1rem}.ds-close-x--lg{width:2.75rem;height:2.75rem;padding:.625rem;border-radius:.5rem}.ds-close-x--lg>svg{width:1.5rem;height:1.5rem}.ds-dialog-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--dialog-scrim,rgb(0 0 0/.6));backdrop-filter:blur(var(--dialog-scrim-blur,4px));-webkit-backdrop-filter:blur(var(--dialog-scrim-blur,4px))}.ds-dialog{position:relative;display:flex;flex-direction:column;width:100%;max-height:85vh;overflow-y:auto;overflow-x:hidden;background:var(--dialog-bg,var(--color-bg-elevated));border:1px solid var(--dialog-border,rgb(var(--color-overlay-channel)/.1));border-radius:.75rem;box-shadow:var(--shadow-modal,0 8px 40px rgb(0 0 0/.4));color:var(--color-text-primary)}.ds-dialog:focus{outline:none}.ds-dialog--sm{max-width:420px}.ds-dialog--md{max-width:640px}.ds-dialog--lg{max-width:820px}.ds-dialog--2xl{max-width:1024px}.ds-dialog--4xl{max-width:1280px}.ds-dialog--custom{max-height:none;overflow:visible}.ds-dialog-overlay--glass{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgb(var(--color-bg-base-rgb,11 14 16)/.9)}.ds-dialog-overlay--elevated{z-index:1010}.ds-tooltip{z-index:1100;max-width:20rem;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;line-height:1rem;overflow-wrap:break-word;background:var(--menu-bg,var(--color-bg-elevated,rgb(28 32 35)));border:1px solid var(--color-border-subtle,rgb(255 255 255/.08));color:var(--color-text-primary,rgb(244 244 245));box-shadow:var(--shadow-modal,0 8px 24px rgb(0 0 0/.4));animation:ds-tooltip-in .12s ease-out}@keyframes ds-tooltip-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.ds-tooltip{animation:none}}.ds-dialog__title{margin:0;padding:1.25rem 1.25rem .5rem;font-size:1rem;font-weight:600;color:var(--color-text-primary)}.ds-dialog__close{position:absolute;top:.75rem;right:.75rem}@media (prefers-reduced-motion:no-preference){.ds-dialog{animation:ds-dialog-in .16s cubic-bezier(.16,1,.3,1)}}@keyframes ds-dialog-in{0%{opacity:0;transform:translateY(8px) scale(.98)}}.ds-segmented{display:inline-flex;padding:2px;border:1px solid var(--color-border);border-radius:var(--radius-full,9999px);background:rgb(var(--color-bg-muted-rgb))}.ds-segmented__option{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-height:28px;padding:.25rem .75rem;border:0;border-radius:var(--radius-full,9999px);background:transparent;font-family:inherit;font-size:12px;color:var(--color-text-secondary);cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-segmented__option.is-on,.ds-segmented__option:hover:not(.is-on):not(:disabled){color:var(--color-text-primary)}.ds-segmented__option.is-on{background:rgb(var(--color-accent-500-rgb)/.25);font-weight:500}.ds-segmented__option:disabled{opacity:.5;cursor:not-allowed}.ds-segmented--sm .ds-segmented__option{min-height:24px;padding:.125rem .625rem}.ds-card{background:var(--card-bg,var(--color-bg-elevated));border:1px solid var(--card-border,rgb(var(--color-overlay-channel)/.05));border-radius:.75rem;overflow:hidden}.ds-card--interactive{transition:border-color var(--duration-fast,.15s),background-color var(--duration-fast,.15s);cursor:pointer}.ds-card--interactive:hover{border-color:var(--card-border-hover,rgb(var(--color-accent-500-rgb)/.3))}.ds-card__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--card-divider,rgb(var(--color-overlay-channel)/.08));font-size:.8125rem;font-weight:600;color:var(--color-text-primary)}.ds-card__body{padding:1rem}.ds-tab__leading{display:inline-flex;align-items:center;margin-right:.375rem;flex:none}.ds-chevron-toggle{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:6px;color:var(--color-dark-400,#6b7280);background:transparent;border:none;cursor:pointer;transition:color var(--duration-fast,.15s) ease-in-out,background var(--duration-fast,.15s) ease-in-out}.ds-chevron-toggle:hover{color:var(--color-text-primary);background:var(--color-overlay-medium)}.ds-theme-toggle{position:relative;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem;border-radius:.5rem;border:1px solid var(--color-border-subtle)}.ds-theme-toggle,.ds-theme-toggle__knob{background:rgb(var(--color-bg-elevated-rgb))}.ds-theme-toggle__knob{position:absolute;top:.25rem;left:.25rem;width:2rem;height:2rem;border-radius:.375rem;border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:transform var(--duration-normal,.2s) ease-out}.ds-theme-toggle__knob--dark{transform:translateX(2.25rem)}.ds-theme-toggle__knob--system{transform:translateX(4.5rem)}.ds-theme-toggle__option{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:.375rem;background:transparent;color:var(--color-text-secondary);cursor:pointer;transition:color var(--duration-fast,.15s)}.ds-theme-toggle__option>svg{width:1rem;height:1rem}.ds-theme-toggle__option.is-on,.ds-theme-toggle__option:hover:not(.is-on){color:var(--color-text-primary)}.ds-theme-toggle__option:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-bg-base),0 0 0 4px var(--color-focus-ring)}.ds-dropdown{position:relative}.ds-path-badge{flex-shrink:0;border-radius:var(--radius-full,9999px);display:flex;align-items:center;justify-content:center}.ds-path-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.75rem;border:1px solid rgb(var(--color-overlay-channel)/.1);background:rgb(var(--color-bg-muted-rgb));transition:background-color var(--duration-fast,.15s);cursor:default}button.ds-path-chip{cursor:pointer}.ds-path-chip:not(.ds-path-chip--active):hover{background:rgb(var(--color-bg-muted-rgb))}.ds-path-chip--active{border-color:rgb(var(--color-accent-500-rgb)/.6);box-shadow:0 0 0 2px rgb(var(--color-accent-500-rgb)/.3)}.ds-path-chip__label{font-size:var(--text-sm);font-weight:500;color:rgb(var(--color-text-primary-rgb))}.ds-orb-field{position:absolute;inset:0;overflow:hidden;border-radius:inherit;pointer-events:none}.ds-orb-field__canvas{position:absolute;inset:0;width:100%;height:100%;display:block}.ds-orb-field__fade{position:absolute;left:0;right:0;bottom:0;height:20%;pointer-events:none}:root{--work-card-w:288px;--rail-collapse-slack:14.5rem}.ds-work-card{position:relative;z-index:0;display:flex;flex-direction:column;width:var(--work-card-w);height:168px;content-visibility:auto;contain-intrinsic-size:var(--work-card-w) 168px;padding:.75rem;border-radius:.75rem;border:1px solid var(--card-border);background:var(--card-bg);box-shadow:var(--card-shadow);transition:border-color var(--duration-fast,.15s) ease-out,transform var(--duration-fast,.15s) cubic-bezier(.16,1,.3,1),box-shadow var(--duration-normal,.2s) ease-out}.ds-work-card:focus-within,.ds-work-card:hover{border-color:var(--card-border-hover);transform:translateY(-2px);box-shadow:var(--card-shadow-hover)}.ds-work-card:focus-within{box-shadow:var(--card-shadow-hover),0 0 0 2px rgb(var(--color-accent-500-rgb))}.ds-work-card--selected{border-color:rgb(var(--color-accent-500-rgb)/.6);box-shadow:0 0 0 2px rgb(var(--color-accent-500-rgb)/.3)}.ds-work-card--clicked{transform:scale(.95);box-shadow:0 0 0 2px rgb(var(--color-accent-400-rgb)/.6)}.ds-work-card--has-bg{overflow:hidden}.ds-work-card__overlay{position:absolute;inset:0;z-index:1;border-radius:.75rem;outline:none;cursor:pointer;background:transparent;border:0;display:block}.ds-work-card__overlay:focus-visible{box-shadow:0 0 0 2px rgb(var(--color-accent-500-rgb))}.ds-work-card__select{position:absolute;top:.75rem;left:.75rem;z-index:20;opacity:0;transition:opacity var(--duration-normal,.2s)}.ds-work-card:has(:focus-visible) .ds-work-card__select,.ds-work-card:hover .ds-work-card__select,.ds-work-card__select--visible{opacity:1}.ds-work-card-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1.25rem;                    /* !w-5 */height:1.25rem;                   /* !h-5 */border-radius:.5rem;border:2px solid var(--color-border);background-color:rgb(var(--color-bg-elevated-rgb)/.8);backdrop-filter:blur(4px);box-shadow:0 1px 2px 0 rgb(0 0 0/.2);cursor:pointer;transition:all var(--duration-fast,.15s)}.ds-work-card-checkbox:hover{border-color:var(--color-border-strong);background-color:rgb(var(--color-bg-surface-rgb))}.ds-work-card-checkbox:checked{background-color:rgb(var(--color-accent-500-rgb));border-color:rgb(var(--color-accent-500-rgb));background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");background-size:100% 100%;background-position:50%;background-repeat:no-repeat}.ds-work-card__menu{position:absolute;top:.75rem;right:.75rem;z-index:21;opacity:0;transition:opacity var(--duration-fast,.15s)}.ds-work-card:focus-within .ds-work-card__menu,.ds-work-card:hover .ds-work-card__menu,.ds-work-card__menu:has(.ds-card-action-btn[aria-expanded=true]){opacity:1}.ds-work-card__share{position:absolute;bottom:calc(.75rem - .625rem / 2);right:.75rem;z-index:20}.ds-work-card__body{width:100%;flex:1 1 0%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative;z-index:10;pointer-events:none}.ds-work-card__icon{width:1rem;height:1rem;color:rgb(var(--color-accent-400-rgb))}.ds-work-card__badge{margin-bottom:.375rem}.ds-work-card__body--badged .ds-work-card__title{-webkit-line-clamp:3}.ds-work-card__text{width:100%;min-width:0}.ds-work-card__title{font-size:var(--text-lg);font-weight:600;color:rgb(var(--color-text-primary-rgb));letter-spacing:-.0125em;line-height:1.3;text-align:left;width:100%;padding-right:2.75rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ds-work-card__subtitle{font-size:var(--text-sm);font-weight:600;color:var(--card-type-label);flex:none;white-space:nowrap}.ds-work-card__meta{display:inline-flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;min-width:0;flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ds-work-card__rename-wrap{display:block;width:100%;pointer-events:auto}.ds-work-card .ds-work-card__rename-wrap{padding-right:2.75rem}.ds-work-card__rename{width:100%;font:inherit;letter-spacing:inherit;background:transparent;border:0;border-radius:0;padding:0;color:rgb(var(--color-text-primary-rgb));outline:none}.ds-work-card__rename:focus-visible{box-shadow:inset 0 -2px 0 rgb(var(--color-accent-500-rgb))}.ds-work-card__rename[aria-invalid=true]{box-shadow:inset 0 -2px 0 rgb(var(--color-rose-400-rgb))}input.ds-mywork-header__rename:focus-visible,input.ds-path-card__rename:focus-visible,input.ds-step-row__rename:focus-visible,input.ds-work-card__rename:focus-visible,input.ds-work-col__rename:focus-visible{outline:none}.ds-work-card .ds-work-card__rename{font-size:var(--text-lg);font-weight:600;letter-spacing:-.0125em;line-height:1.3}.ds-work-card__footer{margin-top:.5rem;width:100%;border-top:1px solid var(--card-divider);padding-top:.625rem;padding-right:1.75rem;min-height:1.75rem;display:flex;flex-wrap:nowrap;overflow:hidden;align-items:center;justify-content:flex-start;-moz-column-gap:.5rem;column-gap:.5rem;row-gap:.25rem;font-size:11px;font-weight:300;color:rgb(var(--color-text-tertiary-rgb));pointer-events:none}.ds-work-card__footer-icon{display:grid;place-items:center;flex:none}.ds-work-card__footer .ds-work-card__footer-cell{display:inline-flex;align-items:center;gap:.25rem}.ds-work-card__footer-cell+.ds-work-card__footer-cell:before,.ds-work-card__subtitle+.ds-work-card__meta .ds-work-card__footer-cell:first-child:before{content:"";display:inline-block;width:3px;height:3px;margin-right:.25rem;border-radius:50%;background:currentColor;opacity:.5;vertical-align:middle}.ds-card-action-btn{display:grid;place-items:center;width:1.75rem;height:1.75rem;border-radius:.375rem;background:transparent;border:0;cursor:pointer;color:var(--menu-item-text);transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-card-action-btn:hover{background:var(--menu-item-hover-bg);color:var(--menu-item-text-hover)}.ds-card-action-btn>svg{width:1.125rem;height:1.125rem}.ds-work-col{display:flex;flex-direction:column;overflow:visible;border-radius:.75rem;background:oklch(12.5% .006 245);border:1px solid rgb(255 255 255/.12)}.light .ds-work-col,[data-theme=light] .ds-work-col{background:var(--color-surface-inset);border-color:var(--card-border)}.ds-work-col__toolbar{flex:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3.25rem;padding:.5rem .625rem .5rem .8125rem;border-bottom:1px solid var(--card-divider);overflow:visible}.ds-work-col__toolbar>.ds-toolbar{flex-wrap:nowrap}.ds-work-col__count{font-size:12px;font-weight:500;color:rgb(var(--color-text-tertiary-rgb))}.ds-work-col__panes{display:flex;flex:none;height:640px;overflow-x:auto;overflow-y:hidden;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.ds-work-col__pane{flex:0 0 100%;min-width:46rem;display:flex;flex-direction:column;border-right:1px solid var(--card-divider);overflow-y:auto;padding:.5rem .625rem}.ds-work-col__pane:last-child{border-right:0}.ds-work-col__pane:only-child{min-width:0}@keyframes ds-work-col-pane-in{0%{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}.ds-work-col__pane:not(:first-child){animation:ds-work-col-pane-in var(--duration-normal,.2s) ease-out}@keyframes ds-work-col-pane-out{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(12px)}}.ds-work-col__pane--out{animation:ds-work-col-pane-out var(--duration-normal,.2s) ease-in forwards;pointer-events:none}@media (prefers-reduced-motion:reduce){.ds-work-col__pane{animation:none}}.ds-work-col__head,.ds-work-col__row{display:grid;grid-template-columns:2rem minmax(0,1fr) 6rem 4.875rem 3.5rem .875rem;align-items:center;gap:.5625rem}.ds-work-col--selectable .ds-work-col__head,.ds-work-col--selectable .ds-work-col__row{grid-template-columns:1.25rem 2rem minmax(0,1fr) 6rem 4.875rem 3.5rem .875rem}.ds-work-col--modby .ds-work-col__head,.ds-work-col--modby .ds-work-col__row{grid-template-columns:2rem minmax(0,1fr) 6rem 4.875rem 7rem 3.5rem .875rem}.ds-work-col--selectable.ds-work-col--modby .ds-work-col__head,.ds-work-col--selectable.ds-work-col--modby .ds-work-col__row{grid-template-columns:1.25rem 2rem minmax(0,1fr) 6rem 4.875rem 7rem 3.5rem .875rem}.ds-work-col__select{position:relative;z-index:2;display:flex;align-items:center;opacity:0;transition:opacity var(--duration-fast,.15s)}.ds-work-col__row:focus-within .ds-work-col__select,.ds-work-col__row:hover .ds-work-col__select,.ds-work-col__select--visible{opacity:1}.ds-work-col__head{padding:.375rem .8125rem .5rem;font-size:10.5px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:rgb(var(--color-text-tertiary-rgb))}.ds-work-col__h-date{text-align:left}.ds-work-col--ranked .ds-work-col__head,.ds-work-col--ranked .ds-work-col__row{grid-template-columns:2rem minmax(0,1fr) 3.25rem 6rem 4.875rem .875rem}.ds-work-col--ranked.ds-work-col--selectable .ds-work-col__head,.ds-work-col--ranked.ds-work-col--selectable .ds-work-col__row{grid-template-columns:1.25rem 2rem minmax(0,1fr) 3.25rem 6rem 4.875rem .875rem}.ds-work-col--ranked.ds-work-col--modby .ds-work-col__head,.ds-work-col--ranked.ds-work-col--modby .ds-work-col__row{grid-template-columns:2rem minmax(0,1fr) 3.25rem 6rem 4.875rem 3.5rem .875rem}.ds-work-col--ranked.ds-work-col--modby.ds-work-col--selectable .ds-work-col__head,.ds-work-col--ranked.ds-work-col--modby.ds-work-col--selectable .ds-work-col__row{grid-template-columns:1.25rem 2rem minmax(0,1fr) 3.25rem 6rem 4.875rem 3.5rem .875rem}.ds-work-col__h-match{text-align:left}.ds-work-col__rank{font-size:12px;text-align:center;color:rgb(var(--color-text-tertiary-rgb));font-variant-numeric:tabular-nums}.ds-work-col__match{font-size:12px;font-weight:500;color:rgb(var(--color-accent-400-rgb));font-variant-numeric:tabular-nums}.ds-work-col__match--none{color:rgb(var(--color-text-tertiary-rgb));font-weight:400}.ds-work-col--console{display:grid;grid-template-columns:14rem minmax(0,1fr);align-items:stretch;overflow:hidden;background:rgb(var(--color-bg-elevated-rgb));border-color:var(--card-divider)}.light .ds-work-col--console,[data-theme=light] .ds-work-col--console{background:var(--color-bg-elevated);border-color:var(--card-divider)}.ds-work-col__rail-col{min-width:0;border-right:1px solid var(--card-divider);background:var(--color-surface-inset)}.ds-work-col__main{min-width:0;display:flex;flex-direction:column}.ds-work-col--console .ds-work-col__toolbar{min-height:3.875rem;gap:.75rem;padding-top:.75rem;padding-bottom:.75rem}.ds-work-col--console .ds-work-col__panes{height:auto;min-height:20rem}.ds-work-col--console .ds-work-col__toolbar{padding-left:1.375rem;padding-right:1.25rem}.ds-work-col--console .ds-work-col__pane{padding-left:1.25rem;padding-right:1.25rem}.ds-work-col__crumbs{flex:none;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;padding:.5rem .8125rem;font-size:.8125rem;color:rgb(var(--color-text-tertiary-rgb));border-bottom:1px solid var(--card-divider);max-height:2.5rem;opacity:1;overflow:hidden;transition:max-height .26s var(--ease-out),opacity .22s var(--ease-out),padding .26s var(--ease-out),border-color .26s var(--ease-out);@starting-style{max-height:0;opacity:0;padding-top:0;padding-bottom:0;border-bottom-color:transparent}}.ds-work-col__crumbs--collapsed{max-height:0;opacity:0;padding-top:0;padding-bottom:0;border-bottom-color:transparent;pointer-events:none}@media (prefers-reduced-motion:reduce){.ds-work-col__crumbs{transition:none}}.ds-work-col--console .ds-work-col__crumbs{padding-left:1.375rem;padding-right:1.25rem}.ds-work-col__crumbs--standalone{padding-left:0;padding-right:0;border-bottom-color:transparent}.ds-work-col__crumbs--standalone.ds-work-col__crumbs--collapsed{padding-top:0;padding-bottom:0}.ds-work-col__crumb{background:transparent;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;border-radius:.25rem}.ds-work-col__crumb:hover{color:var(--color-text-primary)}.ds-work-col__crumb:focus-visible{outline:2px solid rgb(var(--color-accent-500-rgb));outline-offset:2px}.ds-work-col__crumb--current{color:rgb(var(--color-accent-400-rgb));font-weight:500;cursor:default}.light .ds-work-col__crumb--current,[data-theme=light] .ds-work-col__crumb--current{color:rgb(var(--color-accent-600-rgb))}.ds-work-col__crumb-sep{display:inline-flex;align-items:center;gap:.25rem}.ds-work-col__crumb-chev{width:.875rem;height:.875rem;flex:none}.ds-work-col__empty{padding:3rem 1.5rem}.ds-work-col__empty .ds-mywork-empty__icon{width:2.5rem;height:2.5rem;margin-bottom:.875rem}.ds-work-col__empty .ds-mywork-empty__title{font-size:var(--text-base,1rem)}.ds-work-col__empty .ds-mywork-empty__desc{margin-bottom:1rem}.ds-facet-rail{display:flex;flex-direction:column;gap:.15rem;padding:.85rem}.ds-facet-rail__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-primary);padding:0 .6rem}.ds-facet__label{font-weight:400}.ds-facet--on .ds-facet__label{font-weight:600}.ds-facet-sec+.ds-facet-sec{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--color-border-subtle)}.ds-facet-sec__head-row{display:flex;align-items:center;gap:.15rem;margin-bottom:.55rem}.ds-facet-sec__head{display:flex;align-items:center;gap:.3rem;flex:none;min-width:0;background:transparent;border:0;cursor:pointer;font:inherit;padding-top:.15rem;padding-bottom:.15rem;border-radius:.4rem}.ds-facet-sec__head:hover{background:var(--color-bg-hover)}.ds-facet-sec__clear{flex:none;display:grid;place-items:center;width:1.25rem;height:1.25rem;padding:0;border:0;background:transparent;border-radius:.35rem;cursor:pointer;color:rgb(var(--color-text-tertiary-rgb))}.ds-facet-sec__clear svg{width:.85rem;height:.85rem}.ds-facet-sec__chev-btn{margin-left:auto;flex:none;display:grid;place-items:center;width:1.25rem;height:1.25rem;padding:0;border:0;background:transparent;border-radius:.35rem;cursor:pointer;color:rgb(var(--color-text-tertiary-rgb))}.ds-facet-sec__chev-btn:hover,.ds-facet-sec__clear:hover{color:var(--color-text-primary);background:var(--color-bg-hover)}.ds-facet-sec__chev{width:.85rem;height:.85rem;color:inherit;transition:transform var(--duration-normal,.2s) ease}.ds-facet-sec__chev--open{transform:rotate(180deg)}.ds-facet-sec__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.ds-facet-sec__body.is-open{grid-template-rows:1fr}.ds-facet-sec__inner{overflow:hidden;min-height:0}@media (prefers-reduced-motion:reduce){.ds-facet-sec__body,.ds-facet-sec__chev{transition:none}}.ds-facet{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font:inherit;font-size:.85rem;text-align:left;padding:.45rem .6rem;border-radius:.6rem;border:0;background:transparent;color:var(--color-text-secondary);cursor:pointer;transition:background-color var(--duration-fast,.15s),color var(--duration-fast,.15s);width:100%}.ds-facet:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.ds-facet--on{color:rgb(var(--color-accent-400-rgb));font-weight:600}.ds-facet--on,.ds-facet--on:hover{background:var(--color-accent-soft)}.ds-facet--on:hover{color:#fff}.light .ds-facet--on,.light .ds-facet--on .ds-facet__n,[data-theme=light] .ds-facet--on,[data-theme=light] .ds-facet--on .ds-facet__n{color:rgb(var(--color-accent-600-rgb))}.ds-facet:focus-visible{outline:2px solid rgb(var(--color-accent-500-rgb));outline-offset:-1px}.ds-facet__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-facet__n{font-size:.75rem;color:rgb(var(--color-text-tertiary-rgb));font-variant-numeric:tabular-nums;flex:none}.ds-facet--on .ds-facet__n{color:rgb(var(--color-accent-400-rgb))}.ds-facet__n--warn{color:var(--color-warning-text)}.ds-work-col__band-search{position:relative;flex:1 1 auto;max-width:24rem}.ds-work-col__band-search--wide{max-width:48rem}.ds-work-col__band-search--compact .ds-work-col__band-search-input{padding-top:.375rem;padding-bottom:.375rem}.ds-work-col__band-search-field{position:relative}.ds-work-col__band-search-hint{margin-top:.25rem;font-size:.75rem;line-height:1.4;min-height:1.05rem;color:rgb(var(--color-text-tertiary-rgb))}.ds-work-col__band-search-icon-wrap{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;pointer-events:none}.ds-work-col__band-search-icon{position:absolute;inset:0;width:1rem;height:1rem;color:rgb(var(--color-text-tertiary-rgb));transition:opacity .18s ease,transform .18s ease}.ds-work-col__band-search-icon--ask{color:rgb(var(--color-accent-400-rgb))}.ds-work-col__band-search-icon--in{opacity:1;transform:scale(1) rotate(0deg)}.ds-work-col__band-search-icon--out{opacity:0;transform:scale(.7) rotate(-10deg)}@media (prefers-reduced-motion:reduce){.ds-work-col__band-search-icon{transition:none}}.ds-work-col__band-search .ds-work-col__band-search-input{padding-left:2.25rem;padding-right:2rem}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.ds-work-col__band-search-clear{position:absolute;right:.375rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:.25rem;border:none;border-radius:.375rem;background:transparent;color:var(--color-danger-text);cursor:pointer;transition:color var(--duration-fast,.15s) ease,background-color var(--duration-fast,.15s) ease}.ds-work-col__band-search-clear:hover{color:rgb(var(--color-rose-400-rgb));background-color:rgb(var(--color-overlay-channel)/.05)}.ds-work-col__band-search-clear-icon{width:100%;height:100%}.ds-combobox{position:relative}.ds-combobox .ds-combobox__input{padding-right:2rem;text-overflow:ellipsis;cursor:pointer}.ds-combobox__chevron{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;pointer-events:none;color:rgb(var(--color-text-tertiary-rgb))}.ds-combobox__list{max-height:14rem;overflow-y:auto;margin:0;padding:.25rem;list-style:none;border-radius:.5rem;border:1px solid var(--color-border);background:rgb(var(--color-bg-surface-rgb));box-shadow:0 10px 24px rgb(0 0 0/.35)}.ds-combobox__option{padding:.375rem .5rem;border-radius:.375rem;cursor:pointer;line-height:1.4;color:rgb(var(--color-text-emphasis-rgb));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-combobox__option[data-active]{background-color:rgb(var(--color-overlay-channel)/.1)}.ds-combobox__option[aria-selected=true]{font-weight:600}.ds-combobox__empty{padding:.375rem .5rem;color:rgb(var(--color-text-tertiary-rgb))}.ds-skeleton{display:inline-block;background:rgb(var(--color-text-tertiary-rgb)/.16);border-radius:.375rem;animation:ds-skeleton-pulse 1.4s ease-in-out infinite}.ds-skeleton--text{height:.72rem}@keyframes ds-skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.ds-skeleton{animation:none}}.ds-working-dots{display:inline-flex;gap:.25rem;align-items:center}.ds-working-dots>i{width:.3rem;height:.3rem;border-radius:50%;background:currentColor;animation:ds-working-dot 1.4s ease-in-out infinite}.ds-working-dots>i:nth-child(2){animation-delay:.2s}.ds-working-dots>i:nth-child(3){animation-delay:.4s}@keyframes ds-working-dot{0%,to{opacity:.25}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.ds-working-dots>i{animation:none;opacity:.6}}.ds-work-col__row--skeleton{pointer-events:none}.ds-skeleton--date{width:3.25rem}.ds-skeleton--match{width:2rem}.ds-work-col__row:not(.ds-work-col__row--skeleton){animation:ds-work-col-row-in .18s ease-out both}@keyframes ds-work-col-row-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.ds-work-col__row:not(.ds-work-col__row--skeleton){animation:none}}.ds-quick-actions{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,16rem));gap:.75rem;align-items:stretch}.ds-qa-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;text-align:center;border:1px solid var(--step-border);border-radius:.75rem;background:rgb(var(--color-bg-elevated-rgb));color:rgb(var(--color-text-primary-rgb));cursor:pointer;font:inherit;position:relative;transition:border-color var(--duration-fast,.15s) ease-out,background-color var(--duration-normal,.2s) ease-out}.ds-qa-card:focus-within,.ds-qa-card:hover{border-color:var(--step-border-hover)}.ds-qa-cell{position:relative;display:flex}.ds-qa-cell>.ds-qa-card{flex:1;min-width:0}.ds-qa-cell__corner{position:absolute;top:.5rem;right:.5rem;z-index:2;display:flex}.ds-qa-card:focus-visible{outline:2px solid rgb(var(--color-accent-500-rgb));outline-offset:-1px}.ds-qa-card:disabled{opacity:.5;cursor:default}.ds-qa-card:disabled:hover{border-color:var(--step-border)}.ds-qa-card__ring{position:absolute;inset:.75px;width:calc(100% - 1.5px);height:calc(100% - 1.5px);overflow:visible;opacity:0;transition:opacity .55s ease-out;pointer-events:none;z-index:2}.ds-qa-card:focus-within>.ds-qa-card__ring,.ds-qa-card:hover>.ds-qa-card__ring{opacity:1;transition:opacity .18s ease-out}.ds-qa-card:disabled>.ds-qa-card__ring{opacity:0}.ds-qa-card__ring rect{fill:none;stroke:rgb(var(--color-accent-400-rgb));stroke-width:1.5;stroke-linecap:round;stroke-dasharray:20 80;animation:qa-ring-travel 2.2s linear infinite}@keyframes qa-ring-travel{0%{stroke-dashoffset:0}to{stroke-dashoffset:-100}}@media (prefers-reduced-motion:reduce){.ds-qa-card__ring rect{animation:none}.ds-qa-card:focus-within,.ds-qa-card:hover{transform:none}}.ds-qa-card__icon{width:2.75rem;height:2.75rem;border-radius:.625rem;display:grid;place-items:center;background:var(--plaque-bg),var(--card-bg);border:1px solid var(--plaque-border);color:rgb(var(--color-accent-400-rgb))}.ds-qa-card__icon svg{width:1.5rem;height:1.5rem}.ds-qa-card__title{font-size:var(--text-lg);font-weight:600;letter-spacing:-.0125em;line-height:1.25}.ds-qa-card__sub{font-size:var(--text-sm);font-weight:300;margin-top:-.125rem;color:var(--card-type-label)}.ds-qa-card--aurora{position:relative;overflow:hidden;isolation:isolate}.ds-qa-card__aurora{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.ds-qa-card--aurora>.ds-qa-card__icon,.ds-qa-card--aurora>.ds-qa-card__sub,.ds-qa-card--aurora>.ds-qa-card__title{position:relative;z-index:1}.ds-work-col__row{position:relative;width:100%;padding:.6875rem .75rem;border:1px solid var(--step-border);border-radius:.5625rem;background:rgb(var(--color-bg-elevated-rgb));cursor:pointer;text-align:left;font:inherit;color:rgb(var(--color-text-primary-rgb));transition:border-color .12s ease-out,background-color .12s ease-out}.ds-work-col__row+.ds-work-col__row{margin-top:.375rem}.ds-work-col__row:hover{border-color:var(--step-border-hover)}.ds-work-col__overlay{position:absolute;inset:0;z-index:1;border-radius:inherit;outline:none;cursor:pointer;background:transparent;border:0;padding:0;display:block}.ds-work-col__overlay:focus-visible{outline:2px solid rgb(var(--color-accent-500-rgb));outline-offset:-1px}.ds-work-col__row--selected,.ds-work-col__row--selected:hover{background:rgb(var(--color-accent-500-rgb)/.14);border-color:rgb(var(--color-accent-500-rgb)/.6)}.ds-work-col__row--drop-target,.ds-work-col__row--drop-target:hover{background:rgb(var(--color-accent-500-rgb)/.16);border-color:rgb(var(--color-accent-500-rgb));box-shadow:inset 0 0 0 1px rgb(var(--color-accent-500-rgb))}.ds-work-col__icon{width:2rem;height:2rem;box-sizing:border-box;padding:.5rem;border-radius:.5rem;background:rgb(var(--color-accent-500-rgb)/.42)}.ds-work-col__icon--procedure{background:rgb(var(--color-violet-500-rgb)/.45)}.ds-work-col__icon--project{background:rgb(var(--color-overlay-channel)/.14)}.ds-work-col__row--lead{display:flex;align-items:center;gap:.5625rem;background:rgb(var(--color-accent-500-rgb)/.2);border-color:rgb(var(--color-accent-500-rgb)/.8);z-index:40}.ds-work-col__row--lead:hover{background:rgb(var(--color-accent-500-rgb)/.28);border-color:rgb(var(--color-accent-500-rgb)/1)}.ds-work-col--selectable .ds-work-col__row--lead{padding-left:calc(.75rem + 1.25rem + .5625rem)}.ds-facet--empty{opacity:.45;cursor:default}.ds-facet--empty .ds-facet__n--warn{color:rgb(var(--color-text-tertiary-rgb))}.ds-work-col__name-cell{display:flex;flex-direction:column;justify-content:center;gap:.125rem;min-width:0}.ds-work-col__name-line{display:flex;align-items:center;gap:.375rem;min-width:0}.ds-work-col__note{min-width:0;font-size:12px;line-height:1.35;color:rgb(var(--color-text-tertiary-rgb));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ds-work-col__name{min-width:0;flex:1 1 auto;font-size:14px}.ds-work-col__name,.ds-work-col__ws-badge{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-work-col__ws-badge{flex-shrink:0;max-width:8rem;padding:.0625rem .4375rem;border-radius:var(--radius-full,9999px);background:rgb(var(--color-overlay-channel)/.08);color:rgb(var(--color-text-tertiary-rgb));font-size:10.5px;font-weight:500}.ds-work-col__date{text-align:left;font-size:11px;font-variant-numeric:tabular-nums;color:rgb(var(--color-text-tertiary-rgb))}.ds-work-col__modby{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-work-col__chev{text-align:center;color:rgb(var(--color-text-tertiary-rgb))}.ds-work-col__actions{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:.125rem;opacity:0;pointer-events:none;transition:opacity .12s ease-out}.ds-work-col__row--selected .ds-work-col__actions,.ds-work-col__row:focus-within .ds-work-col__actions,.ds-work-col__row:hover .ds-work-col__actions{opacity:1;pointer-events:auto}.ds-work-col__actions .ds-card-action-btn{width:1.625rem;height:1.625rem}.ds-work-col__rename-wrap{display:flex;flex-direction:column;min-width:0;gap:.125rem}.ds-work-col__rename{flex:1 1 auto;min-width:0;font:inherit;font-size:14px;color:rgb(var(--color-text-primary-rgb));background:transparent;border:0;padding:.125rem 0;box-shadow:inset 0 -2px 0 rgb(var(--color-accent-500-rgb))}.ds-work-col__rename[aria-invalid=true]{box-shadow:inset 0 -2px 0 rgb(var(--color-rose-400-rgb))}.ds-work-card__rename-error,.ds-work-col__rename-error{font-size:11px;color:rgb(var(--color-rose-400-rgb))}.ds-card-menu{position:relative}.ds-card-menu__list{position:fixed;z-index:30;width:11rem;border-radius:.5rem;border:1px solid var(--menu-border);background:var(--menu-bg);box-shadow:var(--menu-shadow);padding-top:.25rem;padding-bottom:.25rem}.ds-card-menu__item{width:100%;display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;font-size:var(--text-sm);text-align:left;background:transparent;border:0;cursor:pointer;color:var(--menu-item-text);transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-card-menu__item:focus-visible,.ds-card-menu__item:hover{color:var(--menu-item-text-hover);background:var(--menu-item-hover-bg);outline:none}.ds-card-menu__item>svg{width:.875rem;height:.875rem;flex-shrink:0}.ds-card-menu__item--danger{color:var(--menu-item-danger)}.ds-card-menu__item--danger:focus-visible,.ds-card-menu__item--danger:hover{color:var(--menu-item-danger);background:var(--menu-item-danger-hover-bg)}.ds-card-menu__divider{margin:.25rem 0;border-top:1px solid var(--menu-border)}.ds-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.ds-toolbar>*{animation:ds-toolbar-pop-in var(--duration-fast,.15s) ease}@keyframes ds-toolbar-pop-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ds-toolbar>*{animation:none}}.ds-toolbar--swap{view-transition-name:ds-work-toolbar}::view-transition-group(ds-work-toolbar){animation-duration:.22s}::view-transition-new(ds-work-toolbar),::view-transition-old(ds-work-toolbar){animation-duration:.16s}@media (prefers-reduced-motion:reduce){.ds-toolbar--swap{view-transition-name:none}}.ds-toolbar-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:var(--text-sm);font-weight:500;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);color:rgb(var(--color-text-primary-rgb));cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s),border-color var(--duration-fast,.15s)}.ds-toolbar-btn:hover{border-color:var(--step-border-hover)}.ds-toolbar-btn>.ds-toolbar-btn__value{font-weight:600}.ds-toolbar-btn:has(>.ds-toolbar-btn__value){color:rgb(var(--color-text-secondary-rgb))}.ds-toolbar-btn>.ds-toolbar-btn__value{color:rgb(var(--color-text-primary-rgb))}.ds-toolbar-btn--ghost{background:transparent;border-color:transparent}.ds-toolbar-btn--ghost:hover,.ds-toolbar-btn--ghost[aria-expanded=true]{background:rgb(var(--color-overlay-channel)/.05);border-color:transparent}.ds-toolbar-btn:disabled{opacity:.4;cursor:not-allowed}.ds-toolbar-btn>svg{width:1rem;height:1rem}.ds-create-btn{display:inline-flex;align-items:center;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:600;color:#fff;background:var(--button-primary-bg);border:0;cursor:pointer;transition:background-color var(--duration-fast,.15s),transform .3s}.ds-create-btn:hover{background:var(--button-primary-bg-hover);transform:scale(1.05)}.ds-create-btn__icon{width:1.25rem;height:1.25rem;margin-right:.5rem;transition:transform .3s}.ds-create-btn:hover .ds-create-btn__icon{transform:rotate(90deg)}.ds-create-btn--sm{padding:.4375rem .9375rem;font-size:.8125rem}.ds-create-btn--sm .ds-create-btn__icon{width:1rem;height:1rem;margin-right:.375rem}.ds-create-btn--danger{background:rgb(var(--color-rose-500-rgb))}.ds-create-btn--danger:hover{background:rgb(var(--color-rose-400-rgb))}.ds-toolbar-btn--active{border-color:rgb(var(--color-accent-500-rgb)/.4);color:var(--color-brand-text)}.ds-toolbar-btn--active,.ds-toolbar-btn--active:hover{background:rgb(var(--color-accent-500-rgb)/.15)}.ds-toolbar-btn--clearable{padding-right:2rem}.ds-toolbar-btn__clear{position:absolute;right:.375rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:0;border-radius:var(--radius-full,9999px);background:transparent;color:var(--color-brand-text);cursor:pointer;transition:background-color var(--duration-fast,.15s),color var(--duration-fast,.15s)}.ds-toolbar-btn__clear:hover{background:rgb(var(--color-accent-500-rgb)/.25)}.ds-toolbar-btn__clear>svg{width:.875rem;height:.875rem}.ds-toolbar-btn--danger{background:rgb(var(--color-rose-500-rgb)/.12);border-color:rgb(var(--color-rose-500-rgb)/.3);color:rgb(var(--color-rose-400-rgb))}.ds-toolbar-btn--danger:hover{background:rgb(var(--color-rose-500-rgb)/.18)}.ds-work-menu{padding:.25rem;border-radius:.75rem;background:rgb(var(--color-bg-surface-rgb));border:1px solid rgb(var(--color-overlay-channel)/.1);box-shadow:0 10px 30px rgb(0 0 0/.35)}.ds-work-menu--filter{width:11rem}.ds-work-menu--sort{width:12rem}.ds-work-menu--workspace{width:13rem}.ds-work-menu__item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;border-radius:.375rem;font-size:var(--text-sm);text-align:left;color:rgb(var(--color-text-tertiary-rgb));background:transparent;border:0;cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-work-menu__item:hover{background:rgb(var(--color-overlay-channel)/.05);color:rgb(var(--color-text-emphasis-rgb))}.ds-work-menu__item--selected{background:rgb(var(--color-accent-500-rgb)/.1);color:rgb(var(--color-accent-300-rgb))}.ds-work-menu__item-label{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.ds-work-menu__item-label>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-work-menu__item-label>svg,.ds-work-menu__item>svg{width:.875rem;height:.875rem;flex-shrink:0}.ds-work-menu__check{color:rgb(var(--color-accent-400-rgb));flex-shrink:0}.ds-work-menu__divider{margin:.25rem 0}.ds-work-menu__divider,.ds-work-menu__footer{border-top:1px solid rgb(var(--color-overlay-channel)/.08)}.ds-work-menu__footer{margin-top:.25rem;padding-top:.25rem}.ds-work-menu__clear{width:100%;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;text-align:left;color:rgb(var(--color-text-secondary-rgb));background:transparent;border:0;cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-work-menu__clear:hover{background:rgb(var(--color-overlay-channel)/.05);color:rgb(var(--color-text-emphasis-rgb))}.ds-work-menu__search{padding:.25rem .5rem .375rem}.ds-work-menu__search-input{width:100%;padding:.3125rem .625rem;border-radius:.375rem;font-size:.8125rem;background:rgb(var(--color-overlay-channel)/.06);border:1px solid var(--step-border);color:rgb(var(--color-text-emphasis-rgb));outline:none;transition:border-color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-work-menu__search-input::-moz-placeholder{color:rgb(var(--color-text-secondary-rgb))}.ds-work-menu__search-input::placeholder{color:rgb(var(--color-text-secondary-rgb))}.ds-work-menu__search-input:focus{border-color:rgb(var(--color-accent-500-rgb)/.5);background:rgb(var(--color-overlay-channel)/.08)}.ds-step-list{position:relative}.ds-step-row{margin:calc(.25rem - 1px) calc(.5rem - 1px);padding:1px}.ds-step-row--first{margin-top:-1px}.ds-step-card{position:relative;border-radius:.75rem;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);cursor:pointer;outline:none;transition:border-color var(--duration-fast,.15s) var(--ease-out),box-shadow var(--duration-fast,.15s) var(--ease-out),background-color var(--duration-normal,.2s) var(--ease-out)}.ds-step-card--selected,.ds-step-card:focus-within,.ds-step-card:hover{border-color:var(--step-border-hover)}.ds-step-card:focus-within,.ds-step-card:focus-within .ds-step-row__actions,.ds-step-card:hover,.ds-step-card:hover .ds-step-row__actions{background:linear-gradient(var(--color-bg-hover),var(--color-bg-hover)),rgb(var(--color-bg-elevated-rgb))}.ds-step-card:focus-visible{box-shadow:inset 0 0 0 2px rgb(var(--color-accent-500-rgb))}.ds-step-row__inner{position:relative;display:flex;align-items:center;padding:.875rem .75rem .875rem .5rem}.ds-step-row__flag{position:absolute;top:5px;left:5px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:var(--radius-full,9999px);background:rgb(var(--color-amber-400-rgb));color:rgb(var(--color-amber-900-rgb));box-shadow:0 1px 2px rgba(0,0,0,.2);pointer-events:auto}.ds-step-row__flag svg{width:9px;height:9px}.ds-step-row__grip{flex-shrink:0;margin-right:.375rem;opacity:0;transition:opacity var(--duration-fast,.15s) var(--ease-out)}.ds-step-card:focus-within .ds-step-row__grip,.ds-step-card:hover .ds-step-row__grip{opacity:1}.ds-step-bubble{flex-shrink:0;width:2rem;height:2rem;margin-right:.75rem;border-radius:var(--radius-full,9999px);display:flex;align-items:center;justify-content:center;font-size:var(--text-sm);font-weight:600;background:var(--step-bubble-bg);color:var(--step-bubble-text);border:0;cursor:pointer;transition:all var(--duration-fast,.15s)}.ds-step-bubble--active{background:var(--step-bubble-active-bg);color:#fff}.ds-step-bubble__box{display:none;width:.875rem;height:.875rem;border-radius:.25rem;border:2px solid;opacity:.6}.ds-step-card:hover .ds-step-bubble__num{display:none}.ds-step-card:hover .ds-step-bubble__box{display:flex}.ds-num-bubble{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;--bubble-d:2.25rem;width:var(--bubble-d);height:var(--bubble-d);border-radius:var(--radius-full,9999px);background:var(--step-bubble-bg);color:var(--step-bubble-text);font-size:calc(var(--bubble-d) * .42);font-weight:600;line-height:1;border:0;padding:0}.ds-num-bubble--sm{--bubble-d:1.5rem}.ds-num-bubble--lg{--bubble-d:2.25rem}.ds-num-bubble--active{background:var(--step-bubble-active-bg);color:#fff}button.ds-num-bubble{cursor:pointer;transition:background var(--duration-fast,.15s),color var(--duration-fast,.15s)}.ds-num-bubble--label{width:auto;min-width:var(--bubble-d);padding:0 .5em;border-radius:var(--radius-full,9999px);font-size:calc(var(--bubble-d) * .36);white-space:nowrap}@property --fade-start{syntax:"<length-percentage>";initial-value:100%;inherits:false}.ds-step-row__title{flex:1 1 0%;min-width:0;font-size:var(--text-sm);font-weight:500;color:rgb(var(--color-text-primary-rgb));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--fade-start:100%;transition:--fade-start var(--duration-normal,.2s) var(--ease-out);mask-image:linear-gradient(to right,black,black var(--fade-start),transparent calc(var(--fade-start) + 3rem));-webkit-mask-image:linear-gradient(to right,black,black var(--fade-start),transparent calc(var(--fade-start) + 3rem))}.ds-step-row__decision{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.125rem;color:rgb(var(--color-accent-400-rgb)/.7)}.ds-step-card:focus-within .ds-step-row__title,.ds-step-card:hover .ds-step-row__title{--fade-start:calc(100% - 8rem)}.ds-step-row__rename{flex:1 1 0%;min-width:0;font-size:var(--text-sm);font-weight:500;margin:0;padding:0;background:transparent;border:0;border-bottom:1px solid rgb(var(--color-accent-500-rgb));color:rgb(var(--color-text-primary-rgb));outline:none}.ds-step-row__rename:focus-visible{box-shadow:inset 0 -2px 0 rgb(var(--color-accent-500-rgb))}.ds-step-row__actions{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;gap:.25rem;opacity:0;pointer-events:none;transition:opacity var(--duration-fast,.15s) var(--ease-out)}.ds-step-card:focus-within .ds-step-row__actions,.ds-step-card:hover .ds-step-row__actions{opacity:1;pointer-events:auto}.ds-step-row__action{padding:.375rem;border-radius:.375rem;background:transparent;border:0;cursor:pointer;color:inherit;transition:color var(--duration-fast,.15s) var(--ease-out),background-color var(--duration-fast,.15s) var(--ease-out)}.ds-step-row__action:hover{background:var(--step-action-hover-bg)}.ds-step-row__action--danger{color:var(--step-danger)}.ds-step-row__action--danger:hover{color:var(--step-danger-hover);background:var(--step-action-hover-bg)}.ds-step-row__action-ico{width:.875rem;height:.875rem}.ds-step-ghost{position:fixed;z-index:9999;pointer-events:none;cursor:grabbing}.ds-step-ghost__card{border-radius:.75rem;background:var(--step-bg);border:1px solid rgb(var(--color-accent-500-rgb)/.25);box-shadow:var(--shadow-elevated)}.ds-branch-collapse{display:grid;grid-template-rows:1fr;opacity:1;transition:grid-template-rows .22s cubic-bezier(.4,0,.2,1),opacity var(--duration-normal,.2s)}.ds-branch-collapse[data-collapsed=true]{grid-template-rows:0fr;opacity:0}.ds-branch-collapse__inner{min-height:0;overflow:clip}.ds-branch{margin-top:.25rem;border-left:2px solid rgb(168 85 247/.3);padding-left:.5rem}.ds-branch__path-group{margin-bottom:.25rem}.ds-branch__path{display:flex;align-items:center;gap:.375rem;width:100%;padding:.5rem .75rem;border-radius:.25rem;font-size:.75rem;text-align:left;background:transparent;border:0;cursor:pointer;transition:background-color var(--duration-fast,.15s)}.ds-branch__path:hover{background:var(--step-action-hover-bg)}.ds-branch__path:focus-visible{outline:none;box-shadow:inset 0 0 0 2px rgb(var(--color-accent-500-rgb))}.ds-branch__chevron{width:.75rem;height:.75rem;flex-shrink:0;transition:transform var(--duration-fast,.15s)}.ds-branch__chevron[data-expanded=true]{transform:rotate(90deg)}.ds-branch__label{flex:1 1 0%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgb(var(--color-text-primary-rgb)/.8)}.ds-branch__count{flex-shrink:0;color:rgb(var(--color-text-tertiary-rgb))}.ds-branch__substeps-collapse{display:grid;grid-template-rows:1fr;opacity:1;transition:grid-template-rows .2s cubic-bezier(.4,0,.2,1),opacity var(--duration-normal,.2s)}.ds-branch__substeps-collapse[data-collapsed=true]{grid-template-rows:0fr;opacity:0}.ds-branch__substeps-collapse__inner{min-height:0;overflow:clip}.ds-branch__substeps{margin-left:1rem;margin-top:.125rem;display:flex;flex-direction:column;gap:.125rem}.ds-path-card-wrap{display:flex;flex-direction:column;align-items:center;width:-moz-fit-content;width:fit-content;max-width:100%;margin-inline:auto;cursor:grab}.ds-path-card-wrap:active{cursor:grabbing}.ds-path-card{position:relative;display:flex;align-items:center;padding:.875rem 1rem;width:var(--path-card-w,400px);background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);border-radius:.75rem;transition:border-color var(--duration-fast,.15s)}.ds-path-card:hover{border-color:var(--step-border-hover)}.ds-path-card--bare{background:none;padding:0;width:var(--proc-card-w,42rem);min-width:0;max-width:100%}.ds-path-card--bare,.ds-path-card--bare:hover{border-color:transparent}.ds-path-card--bare>*{flex:1 1 auto;min-width:0}.ds-path-card--decision{min-width:360px;max-width:none}.ds-path-card--bare.ds-path-card--decision{width:var(--proc-card-w,42rem);min-width:0;max-width:100%}.ds-path-card.is-dragging:hover{border-color:var(--step-border)}.ds-grip{--ds-grip-dot:2px;display:inline-flex;flex-direction:column;gap:var(--ds-grip-dot);color:var(--step-grip);cursor:grab}.ds-grip__row{display:flex;gap:var(--ds-grip-dot)}.ds-grip__dot{display:block;width:var(--ds-grip-dot);height:var(--ds-grip-dot);border-radius:var(--radius-full,9999px);background:currentColor}.ds-grip:active{cursor:grabbing}.ds-path-card__grip{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);display:flex;opacity:0;border-radius:.25rem;transition:opacity var(--duration-fast,.15s),color var(--duration-fast,.15s)}.ds-path-card:focus-within .ds-path-card__grip,.ds-path-card:hover .ds-path-card__grip{opacity:1}.ds-path-card__grip:focus-visible{outline:none;opacity:1;box-shadow:0 0 0 2px rgb(var(--color-accent-500-rgb))}.ds-path-card__num{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full,9999px);background:var(--step-bubble-bg);color:var(--color-text-primary);font-size:var(--text-sm);font-weight:600}.ds-path-card__lead{flex:1 1 0%;min-width:5rem}.ds-path-card__titlewrap{flex:0 1 auto;min-width:0;text-align:center}.ds-path-card__decision{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.125rem;color:rgb(var(--color-accent-400-rgb)/.7)}.ds-path-card__title{overflow-wrap:break-word;white-space:normal}.ds-path-card__rename,.ds-path-card__title{font-size:var(--text-sm);font-weight:500;line-height:1.25rem;color:var(--color-text-primary);text-align:center}.ds-path-card__rename{background:transparent;border:0;padding:0;margin:0;height:1.25rem;min-width:3ch;max-width:100%;field-sizing:content}.ds-path-card__rename:focus-visible{box-shadow:inset 0 -2px 0 rgb(var(--color-accent-500-rgb))}.ds-path-card__actions{flex:1 1 0%;min-width:5rem;min-height:38px;display:flex;align-items:center;justify-content:flex-end;gap:.25rem;opacity:0;pointer-events:none;transition:opacity var(--duration-fast,.15s)}.ds-path-card:focus-within .ds-path-card__actions,.ds-path-card:hover .ds-path-card__actions{opacity:1;pointer-events:auto}.ds-path-card.is-dragging .ds-path-card__actions{opacity:0;pointer-events:none}.ds-path-card__action{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--step-grip);border-radius:.375rem;cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-path-card__action:hover{color:var(--color-text-primary);background:rgb(var(--color-overlay-channel)/.1)}.ds-path-card__action--danger{color:var(--step-danger)}.ds-path-card__action--danger:hover{color:var(--step-danger-hover);background:rgb(var(--color-rose-500-rgb)/.2)}.ds-path-card__children{position:relative;display:flex;align-items:stretch;gap:.75rem;padding:calc(var(--pconn-arm) * 2) .5rem;min-width:-moz-fit-content;min-width:fit-content;--pconn:color-mix(in srgb,rgb(var(--color-overlay-channel)) 20%,rgb(var(--color-bg-base-rgb)));--pconn-w:2px;--pconn-arm:14px;--pconn-r:8px;--pconn-over:0.5rem}.ds-path-group,.ds-path-group-body{position:relative}.ds-path-card__children.has-next:after,.ds-path-card__children:before{content:"";position:absolute;left:calc(50% - var(--pconn-w) / 2);width:0;height:var(--pconn-arm);border-left:var(--pconn-w) solid var(--pconn)}.ds-path-card__children:before{top:0}.ds-path-card__children.has-next:after{bottom:0}.ds-path-group:before{left:calc(50% - var(--pconn-w) / 2);width:0;height:var(--pconn-arm);border-left:var(--pconn-w) solid var(--pconn)}.ds-path-group:after,.ds-path-group:before{content:"";position:absolute;top:calc(-1 * var(--pconn-arm))}.ds-path-group:after{left:calc(-1 * var(--pconn-over));right:calc(-1 * var(--pconn-over));height:0;border-top:var(--pconn-w) solid var(--pconn)}.ds-path-group:first-child:not(:only-child):before,.ds-path-group:last-child:not(:only-child):before{display:none}.ds-path-group:first-child:not(:only-child):after{left:0;height:var(--pconn-arm);border-left:var(--pconn-w) solid var(--pconn);border-top-left-radius:var(--pconn-r)}.ds-path-group:last-child:not(:only-child):after{right:0;height:var(--pconn-arm);border-right:var(--pconn-w) solid var(--pconn);border-top-right-radius:var(--pconn-r)}.ds-path-group:only-child:after{display:none}.ds-path-card__children.has-next .ds-path-group-body:before{content:"";position:absolute;bottom:calc(-1 * var(--pconn-arm));left:calc(50% - var(--pconn-w) / 2);width:0;height:var(--pconn-arm);border-left:var(--pconn-w) solid var(--pconn)}.ds-path-card__children.has-next .ds-path-group-body:after{content:"";position:absolute;bottom:calc(-1 * var(--pconn-arm));left:calc(-1 * var(--pconn-over));right:calc(-1 * var(--pconn-over));height:0;border-top:var(--pconn-w) solid var(--pconn)}.ds-path-card__children.has-next .ds-path-group:first-child:not(:only-child)>.ds-path-group-body:before,.ds-path-card__children.has-next .ds-path-group:last-child:not(:only-child)>.ds-path-group-body:before{display:none}.ds-path-card__children.has-next .ds-path-group:first-child:not(:only-child)>.ds-path-group-body:after{left:0;height:var(--pconn-arm);border-top:0;border-bottom:var(--pconn-w) solid var(--pconn);border-left:var(--pconn-w) solid var(--pconn);border-bottom-left-radius:var(--pconn-r)}.ds-path-card__children.has-next .ds-path-group:last-child:not(:only-child)>.ds-path-group-body:after{right:0;height:var(--pconn-arm);border-top:0;border-bottom:var(--pconn-w) solid var(--pconn);border-right:var(--pconn-w) solid var(--pconn);border-bottom-right-radius:var(--pconn-r)}.ds-path-card__children.has-next .ds-path-group:only-child>.ds-path-group-body:after{display:none}.ds-path-ghost{position:fixed;z-index:9999;pointer-events:none;cursor:grabbing;transform-origin:0 0}.ds-path-group{min-width:calc(var(--path-card-w, 400px) + 1.5rem);width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;border-radius:.75rem;outline:2px solid transparent;transition:outline-color var(--duration-normal,.2s) ease,width .22s cubic-bezier(.4,0,.2,1)}.ds-path-group[data-drop-active],.ds-path-group[data-hover-active]{outline-color:color-mix(in srgb,var(--path-color) 31%,transparent)}.ds-path-group-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-radius:.75rem .75rem 0 0;background-color:color-mix(in oklab,var(--path-color) 15%,var(--color-bg-base));border:1px solid color-mix(in oklab,var(--path-color) var(--path-mix-pct),var(--path-mix-target));border-bottom:none}.ds-path-group-header.is-collapsed{border-radius:.75rem;border-bottom:1px solid color-mix(in oklab,var(--path-color) var(--path-mix-pct),var(--path-mix-target))}.ds-path-group-label{font-size:13px;font-weight:500;color:var(--color-text-primary)}.ds-path-group-body{flex:1 1 0%;border-radius:0 0 .75rem .75rem;background-color:var(--color-bg-base);border:0 solid color-mix(in oklab,var(--path-color) var(--path-mix-pct),var(--path-mix-target))}.ds-path-group-body:not(.is-collapsed){border-left-width:1px;border-right-width:1px;border-bottom-width:1px}.ds-path-group-steps{flex-direction:column;gap:.5rem;min-height:52px}.ds-path-group-routes,.ds-path-group-steps{display:flex;align-items:center;justify-content:center}.ds-path-group-routes{padding-block:.75rem;font-size:13px;color:var(--step-grip)}.ds-path-group-routes__num{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-full,9999px);background:var(--step-bubble-bg);color:var(--step-grip);font-size:.75rem;font-weight:600;margin-left:.5rem}.ds-path-group-routes__title{color:var(--color-text-primary);font-weight:500;margin-left:.5rem}.ds-path-group-empty{text-align:center;color:var(--step-grip);font-size:13px}.light .ds-path-group[data-drop-active],.light .ds-path-group[data-hover-active],.trace-demo .ds-path-group[data-drop-active],.trace-demo .ds-path-group[data-hover-active]{outline-color:color-mix(in oklab,var(--path-color) 45%,white)}.light .ds-path-group-body,.trace-demo .ds-path-group-body{background-color:white}.light .ds-path-group-label,.trace-demo .ds-path-group-label{color:color-mix(in oklab,var(--path-color) 68%,black);font-weight:600}.light .ds-path-card__decision,.light .ds-step-row__decision,.trace-demo .ds-path-card__decision,.trace-demo .ds-step-row__decision{color:rgb(var(--color-accent-500-rgb))}.dark .trace-demo .ds-path-group[data-drop-active],.dark .trace-demo .ds-path-group[data-hover-active]{outline-color:color-mix(in srgb,var(--path-color) 31%,transparent)}.dark .trace-demo .ds-path-group-body{background-color:var(--color-bg-base)}.dark .trace-demo .ds-path-group-label{color:var(--color-text-primary);font-weight:500}.ds-progress-track{width:100%;height:.25rem;background:var(--color-bg-muted);overflow:hidden}.ds-progress-fill,.ds-progress-track{border-radius:var(--radius-full,9999px)}.ds-progress-fill{height:100%;background:linear-gradient(to right,rgb(var(--color-accent-500-rgb)),rgb(var(--color-accent-400-rgb)));transition:width .3s ease-in-out}.ds-progress-fill--warning{background:var(--color-warning)}@media (prefers-reduced-motion:reduce){.ds-progress-fill{transition:none}}.ds-present-nav{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem}.ds-present-nav__row{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:42rem}.ds-present-nav__progress{flex:1;min-width:0;padding-block:.75rem}.ds-present-nav-btn{flex-shrink:0;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;border:1px solid rgb(var(--color-overlay-channel)/.1);color:var(--color-text-secondary);background:transparent;cursor:pointer;transition:all var(--duration-fast,.15s)}@container ds-present (min-width: 768px){.ds-present-nav-btn{padding-inline:2rem}}.ds-present-nav-btn:hover:not(:disabled){color:#fff;background:rgb(var(--color-overlay-channel)/.15);border-color:rgb(var(--color-overlay-channel)/.3);box-shadow:0 0 16px rgba(255,255,255,.12)}.ds-present-nav-btn:disabled{border-color:var(--color-border);color:var(--color-text-muted);cursor:not-allowed;opacity:.4}.ds-present-nav-btn__icon{width:2rem;height:2rem;transition:transform var(--duration-fast,.15s)}.ds-present-nav-btn:hover:not(:disabled) .ds-present-nav-btn__icon--left{transform:translateX(-.25rem)}.ds-present-nav-btn:hover:not(:disabled) .ds-present-nav-btn__icon--right{transform:translateX(.25rem)}.ds-present-counter{margin-top:.25rem;font-size:var(--text-base);font-weight:600;color:var(--color-text-secondary)}.ds-present-counter__sep{margin-inline:.125rem;font-weight:500;color:var(--color-text-muted)}.ds-present-controls{width:100%;background:var(--color-bg-elevated)}.ds-present-controls__autoplay-row{display:flex;align-items:center;justify-content:flex-end;padding:.5rem 1.5rem;border-top:1px solid var(--color-border-subtle)}.ds-present-autoplay{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:.375rem;border:none;background:transparent;font-size:.75rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:all var(--duration-fast,.15s)}.ds-present-autoplay:hover{background:var(--color-bg-hover)}.ds-present-autoplay[data-active]{background:rgb(var(--color-accent-500-rgb)/.2);color:rgb(var(--color-accent-400-rgb))}.ds-present-autoplay[data-active]:hover{background:rgb(var(--color-accent-500-rgb)/.3)}.ds-present-thumbnail{display:flex;flex-direction:column;flex-shrink:0;width:100%;padding:0;border:2px solid transparent;border-radius:6px;background:transparent;cursor:pointer;overflow:hidden}.ds-present-thumbnail:hover{border-color:var(--color-border-hover)}.ds-present-thumbnail[data-active]{border-color:rgb(var(--color-teal-400-rgb)/.6);border-width:3px}.ds-present-thumbnail__preview{position:relative;width:100%;overflow:hidden;border-radius:6px;background:var(--present-thumb-bg)}.ds-present-branch{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.25rem 3rem .75rem}@container ds-present (min-width: 768px){.ds-present-branch{padding-inline:4rem}}.ds-present-branch__question{margin:0 0 .5rem;font-size:var(--text-sm);font-weight:600;color:var(--color-text-primary)}.ds-present-branch__paths{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.5rem;width:100%;max-width:42rem;scrollbar-width:none;-ms-overflow-style:none}.ds-present-branch__paths::-webkit-scrollbar{display:none}.ds-present-branch__scrolltrack{position:relative;width:100%;max-width:42rem;height:4px;margin-top:.5rem;border-radius:var(--radius-full,9999px);background:var(--color-border)}.ds-present-branch__scrolltrack[hidden]{display:none}.ds-present-branch__scrollthumb{position:absolute;top:0;bottom:0;left:0;min-width:1.5rem;border-radius:var(--radius-full,9999px);background:var(--color-text-secondary);cursor:grab;transition:background var(--duration-fast,.15s)}.ds-present-branch__scrollthumb:hover{background:var(--color-text-primary)}.ds-present-branch__scrollthumb:active{cursor:grabbing;background:var(--color-text-primary)}.ds-present-path-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;background:var(--present-path-btn-bg);border:1px solid var(--present-path-btn-border);cursor:pointer;transition:all var(--duration-normal,.2s)}.ds-present-path-btn:hover{background:var(--color-bg-muted);border-color:var(--present-path-btn-border-hover)}.ds-present-path-btn__label{font-size:var(--text-sm);font-weight:500;color:var(--color-text-primary)}.ds-present-page{display:flex;flex-direction:column;background:var(--color-bg-base);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.ds-present-page[data-fill=fixed]{position:fixed;inset:0;z-index:50}.ds-present-page[data-fill=fill]{position:absolute;inset:0}.ds-present-page[data-state=hidden]{opacity:0}.ds-present-page[data-state=exiting]{opacity:0;transform:scale(.95)}.ds-present-page[data-state=visible]{opacity:1;transform:scale(1)}.ds-present-page__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ds-present-page__row{flex:1;display:flex;min-height:0;overflow:hidden;position:relative;container-type:inline-size;container-name:ds-present}.ds-present-page__chevron{width:1.25rem;height:1.25rem;transition:transform .3s}.ds-present-page__chevron.is-rotated{transform:rotate(180deg)}.ds-present-page__sidebar{position:relative;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;border-right:1px solid var(--color-border-subtle);background:var(--nav-bg);backdrop-filter:blur(16px);transition:width .3s ease-in-out}.ds-present-page__sidebar[data-open] .ds-present-page__sidebar-toggle .ds-present-page__chevron{transform:rotate(180deg)}.ds-present-page__sidebar-toggle{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:20;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:var(--color-text-secondary);background:transparent;border:none;cursor:pointer;transition:color var(--duration-fast,.15s)}.ds-present-page__sidebar-toggle:hover{color:var(--color-text-primary)}.ds-present-page__sidebar-host{flex:1;position:relative;width:100%}.ds-present-page__sidebar-scroll{position:absolute;top:0;bottom:0;overflow-y:auto;padding-top:.75rem;padding-bottom:.75rem;display:flex;flex-direction:column;gap:.5rem}.ds-present-page__main{flex:1;position:relative;display:flex;flex-direction:column;overflow:hidden;background:var(--nav-bg)}.ds-present-page__header{flex-shrink:0;display:flex;align-items:center;width:100%;height:var(--present-header-h);padding-inline:var(--space-5);border-bottom:1px solid var(--color-border-subtle)}.ds-present-page__stage{flex:1;position:relative;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;padding-inline:3rem}@container ds-present (min-width: 768px){.ds-present-page__stage{padding-inline:4rem}}.ds-present-page__branch{flex-shrink:0;overflow:hidden}.ds-present-page__branch[data-anim=expanding]{animation:ds-present-branch-expand .35s ease-out forwards}.ds-present-page__branch[data-anim=collapsing]{animation:ds-present-branch-collapse .35s ease-out forwards}@keyframes ds-present-branch-expand{0%{max-height:0;opacity:0}to{max-height:11rem;opacity:1}}@keyframes ds-present-branch-collapse{0%{max-height:11rem;opacity:1}to{max-height:0;opacity:0}}.ds-present-page__notes{position:relative;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden;border-left:1px solid var(--color-border-subtle);background:var(--nav-bg);backdrop-filter:blur(16px);transition:width .3s ease-in-out}.ds-present-page__notes-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--color-border-subtle);background:var(--present-notes-header-bg);backdrop-filter:blur(4px)}.ds-present-page__notes-collapse-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;color:var(--color-text-muted);background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all var(--duration-fast,.15s)}.ds-present-page__notes-collapse-btn .ds-present-page__chevron{width:1rem;height:1rem}.ds-present-page__notes-body{flex:1;min-height:0;overflow-y:auto;padding:var(--space-4) var(--space-5)}.ds-present-page__notes-labelwrap{margin-bottom:.75rem}.ds-present-page__notes-label{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.ds-present-page__notes-divider{margin-top:.5rem;border-bottom:1px solid var(--color-border-subtle)}.ds-present-page__notes-collapsed{position:absolute;top:0;right:0;display:flex;flex-direction:column;align-items:center;padding-top:.5rem;gap:.25rem}.ds-present-page__notes-toggle{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:var(--color-text-secondary);background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all var(--duration-fast,.15s)}.ds-present-page__notes-collapse-btn:hover,.ds-present-page__notes-toggle:hover{color:var(--color-text-primary);background:var(--color-bg-hover)}.dark .trace-demo .ds-path-card__decision,.dark .trace-demo .ds-step-row__decision{color:rgb(var(--color-accent-400-rgb)/.7)}@container ds-present (max-width: 640px){.ds-present-page__sidebar{width:3rem!important}.ds-present-page__sidebar-scroll{display:none}.ds-present-page__notes{width:3rem!important}.ds-present-page__notes-body,.ds-present-page__notes-header{display:none}}.ds-collapsible-pane{position:relative;height:100%;flex-shrink:0;overflow:hidden;transition:width .3s ease-in-out;will-change:width;contain:layout style}.ds-pane-content{position:absolute;top:0;left:0;bottom:0;width:var(--ds-pane-expanded-width,100%);display:flex;flex-direction:column;min-height:0;opacity:1;pointer-events:auto;transition:opacity var(--duration-normal,.2s) ease-in-out}.ds-collapsible-pane.is-collapsed .ds-pane-content{opacity:0;pointer-events:none}.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-pane-content{opacity:1;pointer-events:auto}.ds-collapsible-pane.ds-pane--rail .ds-rail-hide{transition:opacity .18s ease-in-out,visibility .18s ease-in-out}.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-rail-hide{opacity:0;visibility:hidden;pointer-events:none}.ds-collapsible-pane.ds-pane--rail .ds-rail-report>span:last-child{transition:opacity .18s ease-in-out}.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-rail-report>span:last-child{opacity:0}.ds-nav-item:focus-visible,.nav-anim:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--color-focus-ring);transition-property:color,background-color}.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-nav-item,.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-nav-item:hover,.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-rail-report,.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-rail-report:hover,.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-rail-ws,.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-rail-ws:hover{background-color:transparent}.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-nav-item:hover .ds-nav-iconbox,.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-rail-report:hover .ds-nav-iconbox{background:rgb(var(--color-overlay-channel)/.1);border-color:rgb(var(--color-overlay-channel)/.2)}.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-nav-item--active .ds-nav-iconbox{background:var(--color-accent-soft);border-color:var(--color-brand-border)}.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-nav-item:focus-visible{box-shadow:none}.ds-collapsible-pane.ds-pane--rail.is-collapsed .ds-nav-item:focus-visible .ds-nav-iconbox{box-shadow:inset 0 0 0 2px var(--color-focus-ring)}.ds-pane-toggle--collapse{position:absolute;right:calc(var(--ds-pane-collapsed-width, 3.5rem) / 2 - 1.125rem);top:calc(3.5rem / 2 - 1.125rem);z-index:30}.ds-collapsible-pane.ds-pane--rail .ds-pane-toggle--collapse{width:2rem;height:2rem;right:calc(var(--ds-pane-collapsed-width, 3.5rem) / 2 - 1rem)}.ds-edit-page{display:flex;flex-direction:column;height:100%;background:var(--color-bg-base)}.ds-edit-page__header{flex-shrink:0;display:flex;align-items:center;border-bottom:1px solid rgb(var(--color-overlay-channel)/.05)}.ds-edit-page__row{display:flex;flex:1;min-height:0;container-type:inline-size;container-name:ds-edit}.ds-edit-page__sidebar{border-right:1px solid rgb(var(--color-overlay-channel)/.05);flex-direction:column}.ds-edit-page__main,.ds-edit-page__sidebar{background:var(--color-bg-base);display:flex;min-height:0}.ds-edit-page__main{flex:1;min-width:0;flex-direction:row}.ds-edit-page__canvas-wrap{flex:1;display:flex;flex-direction:column;min-height:0}.ds-edit-page__canvas{flex:1;min-height:0;overflow-y:auto}.ds-edit-page__comments{overflow:hidden;flex-shrink:0;border-left:1px solid rgb(var(--color-overlay-channel)/.05);background:var(--color-bg-base);display:flex;flex-direction:column;min-height:0;transition:width .3s ease-in-out}.ds-edit-page__comments-inner{flex:1;display:flex;flex-direction:column;min-height:0}@container ds-edit (max-width: 640px){.ds-edit-page__comments{width:0!important}}.ds-mywork-page{container-type:inline-size;container-name:ds-mywork;max-width:var(--page-max-width);margin-inline:auto;width:100%;padding-block:var(--page-py) calc(var(--page-py) * 1.25);padding-inline:var(--page-px);transition:max-width .3s ease-in-out}body:has(.ds-collapsible-pane.ds-pane--rail.is-collapsed) .ds-mywork-page{max-width:calc(var(--page-max-width) - var(--rail-collapse-slack))}.ds-mywork-page__host{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.ds-mywork-page__scroll{flex:1;min-height:0;overflow-y:auto;background:var(--color-bg-base)}.ds-mywork-page__content,.ds-mywork-page__header{display:grid;--work-card-w:clamp(11rem,calc((100cqi - 3 * var(--card-gap)) / 4),288px);grid-template-columns:repeat(auto-fill,var(--work-card-w));-moz-column-gap:var(--card-gap);column-gap:var(--card-gap);justify-content:center}.ds-mywork-page__content>*,.ds-mywork-page__header>*{grid-column:1/-1;min-width:0}.ds-mywork-page__header{margin-block-end:var(--space-6)}.ds-mywork-page__header-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;position:relative}.ds-mywork-page__header-end{display:flex;align-items:center;gap:var(--space-4)}.ds-mywork-page__heading-group{position:relative;min-width:0}.ds-mywork-page__titles{min-width:0}.ds-mywork-page__back{position:absolute;right:100%;top:50%;transform:translateY(-50%);margin-right:var(--space-2)}.ds-mywork-page__header-row>.ds-presence-stack{position:absolute;right:0;top:50%;transform:translateY(-50%)}.ds-presence-stack>button{animation:ds-presence-in var(--duration-fast,.15s) ease-out}@keyframes ds-presence-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.ds-presence-stack>button{animation:none}}.ds-mywork-page__header:not(:has(.ds-mywork-page__heading)){margin-block-end:0}.ds-mywork-page__heading{font-family:var(--font-sans,"Geist Sans"),system-ui,sans-serif;font-size:var(--heading-xl);line-height:1.2;font-weight:700;letter-spacing:-.015em;color:var(--color-text-primary)}.ds-mywork-page__subtitle{margin-top:var(--space-3);color:var(--color-text-strong)}.ds-mywork-header__rename-wrap{display:flex;flex-direction:column;min-width:0;width:100%;gap:.125rem}.ds-mywork-header__rename{font-family:var(--font-sans,"Geist Sans"),system-ui,sans-serif;font-size:var(--heading-xl);line-height:1.2;font-weight:700;letter-spacing:-.015em;color:var(--color-text-primary);width:100%;min-width:0;background:transparent;border:0;border-radius:.125rem;padding:0;box-shadow:inset 0 -2px 0 rgb(var(--color-accent-500-rgb))}.ds-mywork-header__rename[aria-invalid=true]{box-shadow:inset 0 -2px 0 rgb(var(--color-rose-400-rgb))}.ds-mywork-header__rename-error{font-size:11px;color:rgb(var(--color-rose-400-rgb))}.ds-mywork-page__header--compact .ds-mywork-page__heading{font-size:clamp(1.5rem,1.1rem + 1.4cqi,1.875rem)}.ds-mywork-page__header--compact .ds-mywork-page__subtitle{margin-top:var(--space-1);font-size:.8125rem;color:var(--color-text-tertiary)}.ds-mywork-page__header--compact{margin-block-end:var(--space-6)}.ds-mywork-page__content{padding-block-end:var(--page-py)}.ds-mywork-page__section:not(:last-child){margin-block-end:var(--space-6)}.ds-mywork-page__section-label{font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);margin-block-end:.75rem}.ds-mywork-page__grid{display:grid;gap:var(--card-gap);grid-template-columns:repeat(auto-fill,var(--work-card-w));justify-content:center}.ds-mywork-page__grid--starters{margin-block-end:var(--card-gap)}.ds-mywork-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5rem 2rem}.ds-mywork-empty__icon{width:3.5rem;height:3.5rem;margin-bottom:1.25rem;color:rgb(var(--color-text-tertiary-rgb))}.ds-mywork-empty__title{font-size:var(--text-lg,1.125rem);font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.ds-mywork-empty__desc{font-size:var(--text-sm);color:var(--color-text-strong);max-width:24rem;margin-bottom:1.5rem}.ds-proc-card{background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);border-radius:.75rem;transition:border-color var(--duration-normal,.2s),box-shadow var(--duration-normal,.2s)}.ds-proc-card--nested{margin-left:calc(var(--step-depth, 0) * 1.5rem)}.ds-proc-card__nest-controls{display:flex;align-items:center;gap:.125rem;flex-shrink:0}.ds-proc-card__indent,.ds-proc-card__outdent{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:0;border-radius:.375rem;background:transparent;color:rgb(var(--color-text-secondary-rgb));font-size:.875rem;line-height:1;cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-proc-card__indent:hover:not(:disabled),.ds-proc-card__outdent:hover:not(:disabled){color:rgb(var(--color-text-primary-rgb));background:rgb(var(--color-overlay-channel)/.08)}.ds-proc-card__indent:disabled,.ds-proc-card__outdent:disabled{opacity:.3;cursor:default}.ds-proc-card__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1.25rem;border-bottom:1px solid rgb(var(--color-overlay-channel)/.05)}.ds-proc-card__drag{flex-shrink:0;opacity:0;transition:opacity var(--duration-fast,.15s)}.ds-proc-card:focus-within .ds-proc-card__drag,.ds-proc-card:hover .ds-proc-card__drag{opacity:1}.ds-proc-card__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-proc-card__title,.ds-proc-card__title-input{flex:1 1 0%;min-width:0;font-size:21px;line-height:1.5rem;font-weight:500;color:rgb(var(--color-text-primary-rgb))}.ds-proc-card__title-input{background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);border-radius:.5rem;padding:.625rem .75rem;transition:background-color var(--duration-normal,.2s) cubic-bezier(.4,0,.2,1),border-color var(--duration-normal,.2s),box-shadow var(--duration-normal,.2s)}.ds-proc-card__title-input:focus{outline:none;border-color:var(--step-border-hover)}.ds-proc-card__title-input--empty{color:rgb(var(--color-text-secondary-rgb))}.ds-proc-card__delete{flex-shrink:0;display:inline-flex;padding:.5rem;border:0;border-radius:.5rem;background:transparent;color:rgb(var(--color-rose-400-rgb));cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-proc-callout__delete:hover,.ds-proc-card__delete:hover,.ds-proc-substep__delete:hover{color:rgb(var(--color-rose-300-rgb));background:rgb(var(--color-rose-500-rgb)/.2)}.ds-proc-card__delete>svg{width:1.5rem;height:1.5rem}.ds-proc-card__collapse{display:grid;grid-template-rows:1fr;transition:grid-template-rows .22s cubic-bezier(.4,0,.2,1)}.ds-proc-card__collapse[data-collapsed=true]{grid-template-rows:0fr}.ds-proc-card__collapse-inner{min-height:0;overflow:clip}.ds-proc-card__body{padding:1rem 1.25rem}.ds-proc-card__body>*+*{margin-top:.75rem}.ds-proc-card__desc{font-size:.875rem;line-height:1.625;color:rgb(var(--color-text-strong-rgb));white-space:pre-wrap}.ds-proc-card__desc--empty{color:rgb(var(--color-text-secondary-rgb));font-style:italic}.ds-proc-card__desc-input{width:100%;resize:vertical;min-height:4.5rem;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);border-radius:.5rem;padding:.625rem .75rem;font-size:.875rem;color:rgb(var(--color-text-strong-rgb));transition:background-color var(--duration-normal,.2s) cubic-bezier(.4,0,.2,1),border-color var(--duration-normal,.2s),box-shadow var(--duration-normal,.2s)}.ds-proc-card__desc-input:focus{outline:none;border-color:var(--step-border-hover)}.ds-proc-card__desc-input--empty{color:rgb(var(--color-text-secondary-rgb))}.ds-proc-card__desc-input p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;height:0;color:rgb(var(--color-text-secondary-rgb));font-style:italic;pointer-events:none}.ds-proc-card__desc ol,.ds-proc-card__desc ul,.ds-proc-card__desc-input ol,.ds-proc-card__desc-input ul{padding-left:1.25rem;margin:.25rem 0}.ds-proc-card__desc ul,.ds-proc-card__desc-input ul{list-style:disc}.ds-proc-card__desc ol,.ds-proc-card__desc-input ol{list-style:decimal}.ds-proc-card__desc p,.ds-proc-card__desc-input p{margin:0}.ds-proc-card__desc p+p,.ds-proc-card__desc-input p+p{margin-top:.5rem}.ds-proc-card__desc-toolbar{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.ds-proc-card__desc-toolbar .ds-btn{padding-inline:.5rem}.ds-proc-card__desc-toolbar .ds-btn>svg{width:1rem;height:1rem}.ds-proc-card__desc-size{padding-inline:.5rem;font-size:.875rem}.ds-proc-card__substeps{display:flex;flex-direction:column;gap:.125rem;margin-top:.5rem}.ds-proc-substep{display:flex;align-items:center;gap:.75rem;padding:.375rem .75rem;border-radius:.5rem;transition:background-color var(--duration-fast,.15s)}.ds-proc-substep:hover{background:rgb(var(--color-overlay-channel)/.04)}.ds-proc-substep__letter{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:var(--radius-full,9999px);background:rgb(var(--color-overlay-channel)/.06);font-size:.75rem;font-weight:600;color:var(--step-bubble-text);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ds-proc-substep__text{font-size:.875rem}.ds-proc-substep__input,.ds-proc-substep__text{flex:1 1 0%;min-width:0;overflow-wrap:anywhere;white-space:pre-wrap;color:rgb(var(--color-text-primary-rgb)/.7)}.ds-proc-substep__input{width:100%;background:transparent;border:0;font:inherit;font-size:.875rem;resize:none;field-sizing:content;overflow:hidden;line-height:1.4;padding:0}.ds-proc-substep__nest-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border:0;border-radius:.5rem;background:transparent;color:rgb(var(--color-text-primary-rgb)/.5);font-size:1rem;line-height:1;cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-proc-substep__nest-btn>svg{width:1rem;height:1rem}.ds-proc-substep__nest-btn:hover:not(:disabled){color:rgb(var(--color-text-primary-rgb));background:rgb(var(--color-overlay-channel)/.08)}.ds-proc-substep__nest-btn:disabled{opacity:.3;cursor:default}.ds-proc-substep__delete{flex-shrink:0;display:inline-flex;padding:.375rem;border:0;border-radius:.5rem;background:transparent;color:rgb(var(--color-rose-400-rgb));cursor:pointer;opacity:0;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s),opacity var(--duration-fast,.15s)}.ds-proc-substep:hover .ds-proc-substep__delete{opacity:1}.ds-proc-substep__delete>svg{width:1rem;height:1rem}.ds-proc-card__actions{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.ds-proc-card__add{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;color:rgb(var(--color-text-primary-rgb)/.5);background:rgb(var(--color-overlay-channel)/.04);border:1px solid rgb(var(--color-overlay-channel)/.1);cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s),border-color var(--duration-fast,.15s)}.ds-proc-card__add:hover{color:rgb(var(--color-text-primary-rgb)/.8);background:rgb(var(--color-overlay-channel)/.08);border-color:rgb(var(--color-overlay-channel)/.2)}.ds-proc-card__add>svg{width:1rem;height:1rem}.ds-proc-card__callouts{display:flex;flex-direction:column;gap:.375rem;margin-top:.5rem}.ds-proc-callout{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;border:1px solid rgb(var(--color-overlay-channel)/.1);background:rgb(var(--color-overlay-channel)/.04)}.ds-proc-callout[data-kind=caution],.ds-proc-callout[data-kind=danger],.ds-proc-callout[data-kind=notice],.ds-proc-callout[data-kind=warning]{border-color:rgb(var(--color-amber-500-rgb)/.3);background:var(--color-warning-soft)}.ds-proc-callout__kind{flex-shrink:0;background:transparent;border:1px solid var(--step-border);border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:capitalize;color:rgb(var(--color-text-secondary-rgb));cursor:pointer}.ds-proc-callout__kind:focus-visible{outline:2px solid rgb(var(--color-accent-500-rgb));outline-offset:2px}.ds-proc-callout__kind-label{flex-shrink:0;font-size:.75rem;font-weight:600;text-transform:capitalize;color:rgb(var(--color-text-secondary-rgb))}.ds-proc-callout__input{flex:1 1 0%;min-width:0;background:transparent;border:1px solid var(--step-border);border-radius:.375rem;font-size:.875rem;color:rgb(var(--color-text-primary-rgb))}.ds-proc-callout__text{flex:1 1 0%;min-width:0;font-size:.875rem;color:rgb(var(--color-text-primary-rgb)/.85)}.ds-proc-callout__delete{flex-shrink:0;display:inline-flex;padding:.25rem;border:0;border-radius:.375rem;background:transparent;color:rgb(var(--color-rose-400-rgb));cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-proc-callout__delete>svg{width:.875rem;height:.875rem}.ds-proc-section-label{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-text-tertiary-rgb));margin-bottom:.375rem}.ds-proc-roles{display:flex;flex-direction:column;gap:.375rem}.ds-proc-roles__chips{display:flex;flex-wrap:wrap;gap:.375rem}.ds-proc-role-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.1875rem .5rem;border-radius:var(--radius-full,9999px);font-size:.75rem;font-weight:500;background:rgb(var(--color-accent-500-rgb)/.15);color:rgb(var(--color-accent-400-rgb));border:1px solid rgb(var(--color-accent-500-rgb)/.25)}.ds-proc-role-chip__remove{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:inherit;opacity:.6;padding:0;line-height:1}.ds-proc-role-chip__remove:hover{opacity:1}.ds-proc-role-chip__remove>svg{width:.75rem;height:.75rem}.ds-proc-roles__add{display:flex;gap:.375rem;align-items:center}.ds-proc-roles__input{flex:1;min-width:0;font-size:.75rem;padding:.25rem .5rem;background:rgb(var(--color-overlay-channel)/.06);border:1px solid rgb(var(--color-overlay-channel)/.12);border-radius:.375rem;color:rgb(var(--color-text-emphasis-rgb))}.ds-proc-roles__input:focus{outline:none;border-color:rgb(var(--color-accent-500-rgb)/.4)}.ds-proc-roles__add-btn{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border-radius:.375rem;border:none;background:rgb(var(--color-overlay-channel)/.08);color:rgb(var(--color-text-tertiary-rgb));cursor:pointer}.ds-proc-roles__add-btn:hover{background:rgb(var(--color-overlay-channel)/.14);color:rgb(var(--color-text-emphasis-rgb))}.ds-proc-roles__add-btn>svg{width:.875rem;height:.875rem}.ds-step-editor-card{position:relative;width:100%;max-width:calc(72cqh * var(--screen-ar, 1.778));margin:0 auto;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);border-radius:.75rem;overflow:hidden;transition:border-color var(--duration-normal,.2s),box-shadow var(--duration-normal,.2s)}.ds-step-editor-card--selected{border-color:var(--step-border)}.ds-step-editor-card__path-rail{position:absolute;top:0;bottom:0;left:0;width:4px;z-index:1;pointer-events:none}.ds-step-editor-card--animate-in{animation:ds-step-fade-up .4s ease-out both}.ds-card-fade-up{opacity:0;animation:ds-step-fade-up .25s ease-out forwards}@keyframes ds-step-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ds-step-editor-card__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1.25rem;border-bottom:1px solid rgb(var(--color-overlay-channel)/.05)}.ds-step-editor-card__num{flex-shrink:0;display:flex;align-items:center;justify-content:center;--bubble-d:36px;width:var(--bubble-d);height:var(--bubble-d);border-radius:var(--radius-full,9999px);background:var(--step-bubble-bg);color:var(--step-bubble-text);font-size:calc(var(--bubble-d) * .42);font-weight:600;line-height:1}.ds-step-editor-card__title-field{position:relative;display:flex;flex:1 1 0%;min-width:0}.ds-step-editor-card__title-mic{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center}.ds-step-editor-card__title-input{flex:1 1 0%;min-width:0;min-height:1.5rem;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);border-radius:.5rem;padding:.625rem 2.5rem .625rem .75rem;font-size:21px;line-height:1.5rem;color:rgb(var(--color-text-primary-rgb));transition:background-color var(--duration-normal,.2s) cubic-bezier(.4,0,.2,1),border-color var(--duration-normal,.2s),box-shadow var(--duration-normal,.2s)}.ds-step-editor-card__desc-input::-moz-placeholder,.ds-step-editor-card__title-input::-moz-placeholder{color:rgb(var(--color-text-muted-rgb))}.ds-step-editor-card__desc-input::placeholder,.ds-step-editor-card__title-input::placeholder{color:rgb(var(--color-text-muted-rgb))}.ds-step-editor-card__title-input:focus{outline:none;border-color:var(--step-border-hover)}.ds-step-editor-card__title-input--empty{color:rgb(var(--color-text-secondary-rgb))}.ds-step-editor-card__title{flex:1 1 0%;min-width:0;font-size:21px;line-height:1.5rem;color:rgb(var(--color-text-primary-rgb));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-step-editor-card__delete{flex-shrink:0;display:inline-flex;padding:.5rem;border:0;border-radius:.5rem;background:transparent;color:rgb(var(--color-rose-400-rgb));cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-step-editor-card__delete:hover{color:rgb(var(--color-rose-300-rgb));background:rgb(var(--color-rose-500-rgb)/.2)}.ds-step-editor-card__delete>svg{width:1.5rem;height:1.5rem}.ds-reorder-stack{flex-shrink:0;display:flex;flex-direction:column;gap:.875rem;width:1.5rem}.ds-reorder-stack__half{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:.125rem 0;border:0;border-radius:.25rem;background:transparent;color:rgb(var(--color-overlay-channel)/.4);cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-reorder-stack__half:hover:not(:disabled){color:rgb(var(--color-text-primary));background:rgb(var(--color-overlay-channel)/.08)}.ds-reorder-stack__half:disabled{color:rgb(var(--color-overlay-channel)/.15);cursor:not-allowed}.ds-reorder-stack__half>svg{width:.625rem;height:.5rem}.ds-step-editor-card__body{padding:1rem 1.25rem}.ds-step-editor-card__body>*+*{margin-top:.75rem}.ds-step-editor-card__desc-wrap{position:relative}.ds-step-editor-card__desc-mic{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;z-index:1}.ds-step-editor-card__desc-input{width:100%;resize:none;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);border-radius:.5rem;padding:.625rem .75rem;font-size:.875rem;line-height:1.25rem;color:rgb(var(--color-text-primary-rgb));transition:background-color var(--duration-normal,.2s) cubic-bezier(.4,0,.2,1),border-color var(--duration-normal,.2s),box-shadow var(--duration-normal,.2s)}.ds-step-editor-card__desc-input:focus{outline:none;border-color:var(--step-border-hover)}.ds-step-editor-card__desc-input--empty{color:rgb(var(--color-text-secondary-rgb))}.ds-step-editor-card__desc-busy{width:100%;min-height:3.75rem;display:flex;align-items:center;border:1px solid rgb(var(--color-accent-500-rgb)/.3);border-radius:.5rem;background:rgb(var(--color-accent-500-rgb)/.03);-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes ds-dring-cw{to{transform:rotate(1turn)}}@keyframes ds-dring-ccw{to{transform:rotate(-1turn)}}.ds-step-editor-card__desc{font-size:.875rem;line-height:1.625;color:rgb(var(--color-text-strong-rgb));white-space:pre-wrap}.ds-step-editor-card__toolbar{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;margin-bottom:.5rem}.ds-step-editor-card__tool-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border:0;border-radius:.375rem;background:transparent;color:rgb(var(--color-text-muted-rgb));cursor:pointer;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s)}.ds-step-editor-card__tool-btn:hover{color:rgb(var(--color-text-strong-rgb));background:rgb(var(--color-overlay-channel)/.1)}.ds-step-editor-card__tool-btn:disabled{opacity:.4;cursor:not-allowed}.ds-step-editor-card__tool-btn:disabled:hover{color:rgb(var(--color-text-muted-rgb));background:transparent}.ds-step-editor-card__tool-btn>svg{width:1.25rem;height:1.25rem}.ds-step-editor-card__comment-badge{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;height:.875rem;min-width:14px;padding:0 .125rem;border-radius:var(--radius-full,9999px);background:rgb(var(--color-accent-500-rgb));color:#fff;font-size:9px;font-weight:700;line-height:1}.ds-step-editor-card__frame{position:relative;border:1px solid rgb(var(--color-overlay-channel)/.1);border-radius:.75rem;overflow:hidden;background:rgb(var(--color-bg-elevated-rgb));cursor:pointer;transition:background-color var(--duration-fast,.15s)}.ds-step-editor-card__frame:hover{background:rgb(var(--color-bg-surface-rgb))}.ds-step-editor-card__frame:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--step-border-hover)}.ds-step-editor-card__frame-inner{position:relative;width:100%;container-type:size}.ds-step-editor-card__rotor{position:absolute;inset:0}.ds-step-editor-card__rotor--180{transform:rotate(180deg)}.ds-step-editor-card__rotor--270,.ds-step-editor-card__rotor--90{inset:auto;top:50%;left:50%;width:100cqh;height:100cqw}.ds-step-editor-card__rotor--90{transform:translate(-50%,-50%) rotate(90deg)}.ds-step-editor-card__rotor--270{transform:translate(-50%,-50%) rotate(270deg)}.ds-step-editor-card__image{width:100%;height:100%}.ds-step-editor-card__image>*,.ds-step-editor-card__image>img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ds-step-editor-card__marker{position:absolute;inset:0;pointer-events:none;z-index:1}.ds-step-editor-card__hover-hint,.ds-step-editor-card__overlay{position:absolute;inset:0;pointer-events:none;z-index:10}.ds-step-editor-card__hover-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;background:rgb(0 0 0/0);transition:background-color var(--duration-normal,.2s)}.ds-step-editor-card__frame:hover .ds-step-editor-card__hover-hint{background:rgb(0 0 0/.3)}.ds-step-editor-card__hover-hint>span,.ds-step-editor-card__hover-hint>svg{opacity:0;transition:opacity var(--duration-normal,.2s)}.ds-step-editor-card__frame:hover .ds-step-editor-card__hover-hint>span,.ds-step-editor-card__frame:hover .ds-step-editor-card__hover-hint>svg{opacity:1}.ds-step-editor-card__hover-hint>svg{width:1.25rem;height:1.25rem;color:#fff}.ds-step-editor-card__hover-hint>span{font-size:.875rem;font-weight:500;color:#fff}.ds-step-editor-card__frame-empty{width:100%;display:flex;align-items:center;justify-content:center;border:1px solid rgb(var(--color-overlay-channel)/.1);border-radius:.75rem;background:rgb(var(--color-bg-elevated-rgb));color:rgb(var(--color-text-secondary-rgb))}.ds-step-editor-card__frame-empty>svg{width:3rem;height:3rem}.ds-step-editor-card__footer{padding:.25rem .75rem .75rem;border-top:1px solid rgb(var(--color-overlay-channel)/.05)}.ds-step-preview{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgb(0 0 0/.8);animation:ds-imb-in var(--duration-normal,.2s) ease both}.ds-step-preview--exit{animation:ds-imb-out var(--duration-normal,.2s) ease both}@keyframes ds-imb-in{0%{opacity:0}to{opacity:1}}@keyframes ds-imb-out{0%{opacity:1}to{opacity:0}}.imb{animation:ds-imb-in var(--duration-normal,.2s) ease both}.imb-exit{animation:ds-imb-out var(--duration-normal,.2s) ease both}.imc{animation:ds-imc-in .3s cubic-bezier(.22,1,.36,1) both}.imc,.imc-exit{will-change:transform,opacity}.imc-exit{animation:ds-imc-out var(--duration-normal,.2s) ease both}@keyframes ds-imc-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ds-imc-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.ds-step-preview__zoom{position:absolute;top:.75rem;left:50%;transform:translateX(-50%);z-index:1;display:flex;align-items:center;gap:.5rem}.ds-step-preview__zoom-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:0;border-radius:var(--radius-full,9999px);background:#fff;color:#1a1d24;font-size:1.125rem;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 1px 4px rgb(0 0 0/.35);transition:background .12s ease,transform .12s ease}.ds-step-preview__zoom-btn:hover{background:#e9ecf2}.ds-step-preview__zoom-btn:active{transform:scale(.94)}.ds-step-preview__zoom-btn:disabled{opacity:.4;cursor:default}.ds-step-preview__zoom-btn:disabled:hover{background:#fff}.ds-step-preview__zoom-btn:disabled:active{transform:none}.ds-step-preview__zoom-reset{font-size:0}.ds-step-preview__zoom-val{width:3.5rem;text-align:center;font-size:.875rem;color:#fff}.ds-step-preview__close{position:absolute;top:.75rem;right:1rem}.ds-step-preview__close:hover{background-color:rgb(255 255 255/.12)}.ds-step-preview__stage{flex:1 1 0%;display:flex;align-items:center;justify-content:center;overflow:auto;width:100%;padding:0 1rem 1rem}.ds-step-preview__img{max-width:min(90vw,1400px);max-height:calc(100dvh - 100px);-o-object-fit:contain;object-fit:contain;transform-origin:center;transition:transform var(--duration-fast,.15s) ease}.click-marker{position:absolute;left:calc(var(--cursor-norm-x, .5) * 100%);top:calc(var(--cursor-norm-y, .5) * 100%);translate:-50% -50%;width:2.5%;aspect-ratio:1/1;pointer-events:none;z-index:100;will-change:translate}.click-marker__ring{width:240%;height:240%}.click-marker--pulse{animation:click-marker-pulse 2s ease-in-out infinite}@keyframes click-marker-pulse{0%,30%,to{scale:1;box-shadow:0 0 0 3px var(--color-click-marker-ring),0 1px 6px rgba(0,0,0,.3)}15%{scale:1.3;box-shadow:0 0 0 8px var(--color-click-marker-glow),0 0 14px var(--color-click-marker-ring)}}.ds-wizard-nav{flex-shrink:0;width:15rem;padding:1.25rem 1.5rem;border-right:1px solid rgb(var(--color-overlay-channel)/.08)}.ds-wizard-nav__list{position:relative;margin:0;padding:0;list-style:none}.ds-wizard-nav__item{position:relative;display:flex;gap:.875rem;padding-bottom:1.5rem}.ds-wizard-nav__item:last-child{padding-bottom:0}.ds-wizard-nav__connector{position:absolute;left:17px;top:2.5rem;bottom:.25rem;width:2px;background:rgb(var(--color-overlay-channel)/.1);transition:background-color var(--duration-fast,.15s)}.ds-wizard-nav__connector--done{background:rgb(var(--color-accent-500-rgb))}.ds-wizard-nav__bubble{position:relative;z-index:1;box-shadow:none}.ds-wizard-nav__bubble.ds-num-bubble--active{box-shadow:0 0 12px -2px rgb(var(--color-accent-500-rgb)/.5)}.ds-wizard-nav__check{width:1rem;height:1rem}.ds-wizard-nav__text{padding-top:.25rem;min-width:0}.ds-wizard-nav__label{margin:0;font-size:1rem;font-weight:600;line-height:1.25;color:rgb(var(--color-text-tertiary-rgb))}.ds-wizard-nav__label--active{color:rgb(var(--color-text-primary-rgb))}.ds-wizard-nav__label--complete{color:rgb(var(--color-text-secondary-rgb))}.ds-wizard-nav__sub{margin:.25rem 0 0;font-size:var(--text-sm);line-height:1.25;color:rgb(var(--color-text-tertiary-rgb))}.ds-form-dialog-body{display:flex;flex-direction:column}.ds-form-dialog-body__header{padding:1rem 1.5rem;border-bottom:1px solid rgb(var(--color-overlay-channel)/.08)}.ds-form-dialog-body__title{margin:0;font-size:var(--text-lg);font-weight:600;color:rgb(var(--color-text-primary-rgb))}.ds-form-dialog-body__content{display:flex;flex-direction:column;gap:var(--space-4);padding:1.5rem}.ds-form-dialog-body__error{padding:0 1.5rem 1rem}.ds-form-dialog-body__error:empty{display:none}.ds-form-dialog-body__footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid rgb(var(--color-overlay-channel)/.08)}.ds-form-dialog-body__note{margin:0}.ds-form-dialog-body__check,.ds-form-dialog-body__note{font-size:var(--text-sm);color:rgb(var(--color-text-secondary-rgb))}.ds-form-dialog-body__check{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}.ds-form-dialog-body__check>input{margin-top:.1875rem;flex:none}.ds-move-modal__create-row{display:flex;gap:.5rem}.ds-move-modal__create-row>input{flex:1;min-width:0}.ds-move-modal__how{display:flex;flex-direction:column;gap:.375rem}.ds-move-modal__how>.ds-field__label{margin-bottom:.125rem}.ds-move-modal__how-name{display:block;font-weight:560;color:rgb(var(--color-text-primary-rgb))}.ds-move-modal__how-why{display:block;margin-top:.0625rem}.ds-form-dialog-body__failures{margin:0;padding-left:1.125rem;max-height:10rem;overflow-y:auto;font-size:var(--text-sm);color:rgb(var(--color-rose-400-rgb))}.ds-field{display:flex;flex-direction:column;gap:.25rem}.ds-field__label{font-size:var(--text-sm);font-weight:500;color:rgb(var(--color-text-secondary-rgb))}.ds-field__hint{color:rgb(var(--color-text-tertiary-rgb))}.ds-field__error,.ds-field__hint{margin:0;font-size:var(--text-sm)}.ds-field__error{display:flex;align-items:flex-start;gap:.25rem;color:rgb(var(--color-rose-400-rgb))}.ds-field__error-icon{margin-top:.125rem;width:1rem;height:1rem;flex-shrink:0}.ds-input{width:100%;padding:.625rem .75rem;border-radius:.5rem;background:rgb(var(--color-bg-surface-rgb));border:1px solid var(--step-border);color:rgb(var(--color-text-emphasis-rgb));outline:none;transition:border-color var(--duration-fast,.15s),box-shadow var(--duration-fast,.15s)}.ds-input::-moz-placeholder,.trace-demo .input-text::-moz-placeholder{color:rgb(var(--color-text-tertiary-rgb))}.ds-input::placeholder,.trace-demo .input-text::placeholder{color:rgb(var(--color-text-tertiary-rgb))}.ds-input:focus{border-color:rgb(var(--color-accent-500-rgb));box-shadow:inset 0 0 0 2px rgb(var(--color-accent-500-rgb))}.ds-project-select__control{cursor:pointer}.ds-project-select__create-row{display:flex;gap:.5rem;margin-top:.5rem}.ds-project-select__create-input{flex:1}.ds-project-select__label{display:block;margin-bottom:.375rem;font-size:var(--text-sm);font-weight:500;color:rgb(var(--color-text-secondary-rgb))}.ds-project-select__label-optional{color:rgb(var(--color-text-muted-rgb))}.trace-demo .btn-primary{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s),border-color var(--duration-fast,.15s);cursor:pointer;background:var(--button-primary-bg);color:#fff}.trace-demo .btn-primary:hover{background:var(--button-primary-bg-hover)}.trace-demo .btn-primary:disabled{opacity:.5;cursor:not-allowed}.trace-demo .btn-secondary{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s),border-color var(--duration-fast,.15s);cursor:pointer;background:rgb(var(--color-bg-surface-rgb));color:rgb(var(--color-text-emphasis-rgb));border:1px solid var(--step-border)}.trace-demo .btn-secondary:hover{background:rgb(var(--color-bg-muted-rgb))}.trace-demo .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.trace-demo .btn-ghost{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s),border-color var(--duration-fast,.15s);cursor:pointer;background:transparent;color:rgb(var(--color-text-emphasis-rgb));border:1px solid transparent}.trace-demo .btn-ghost:hover{background:rgb(var(--color-overlay-channel)/.05)}.trace-demo .btn-ghost:disabled{opacity:.5;cursor:not-allowed}.trace-demo .input-text{width:100%;padding:.625rem .75rem;border-radius:.5rem;background:rgb(var(--color-bg-surface-rgb));border:1px solid var(--step-border);color:rgb(var(--color-text-emphasis-rgb));outline:none;transition:border-color var(--duration-fast,.15s),box-shadow var(--duration-fast,.15s)}.trace-demo .input-text:focus{border-color:rgb(var(--color-accent-500-rgb));box-shadow:inset 0 0 0 2px rgb(var(--color-accent-500-rgb))}.trace-demo .form-label{display:block;font-size:var(--text-sm);font-weight:500;color:rgb(var(--color-text-secondary-rgb))}.trace-demo .alert-error{padding:.5rem .75rem;border-radius:.5rem;font-size:var(--text-sm);background:rgb(var(--color-rose-500-rgb)/.1);color:rgb(var(--color-rose-300-rgb));border:1px solid rgb(var(--color-rose-500-rgb)/.2)}.trace-demo .modal-back-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:.5rem;border-radius:.375rem;background:transparent;border:0;cursor:pointer;flex-shrink:0;color:var(--color-text-secondary,#9ca3af);transition:color var(--duration-fast,.15s) ease,background-color var(--duration-fast,.15s) ease}.trace-demo .modal-back-btn:hover{color:var(--color-text-primary);background-color:var(--color-bg-hover,rgba(255,255,255,.05))}.trace-demo .modal-back-btn:focus-visible{outline:2px solid rgb(var(--color-accent-500-rgb));outline-offset:-2px}.trace-demo .vr{height:.75rem;width:1px;background:rgb(var(--color-overlay-channel)/.2);margin-left:.25rem;margin-right:.25rem;flex-shrink:0}.trace-demo .card{background-color:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:.75rem;box-shadow:var(--shadow-card)}.trace-demo .card:hover{box-shadow:var(--shadow-elevated)}.dark .trace-demo .card{background-color:rgb(var(--color-bg-surface-rgb));border-color:rgb(var(--color-overlay-channel)/.05);box-shadow:var(--shadow-card)}.trace-demo .card-hero{background-color:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:.75rem;box-shadow:var(--shadow-inner-glow),var(--shadow-elevated);background-image:linear-gradient(180deg,rgba(55,134,195,.05),transparent 45%)}.dark .trace-demo .card-hero{background-color:rgb(var(--color-bg-surface-rgb));border-color:rgb(var(--color-overlay-channel)/.08);box-shadow:var(--shadow-card),0 0 0 1px rgba(55,134,195,.06);background-image:linear-gradient(180deg,rgba(55,134,195,.03),transparent 40%)}.nav-anim svg{overflow:visible}.nav-anim [class^=na-]{transition:transform .34s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.nav-anim .na-puff{transform-box:view-box;opacity:0}.nav-anim .na-puff-1{transform-origin:16.75px 2.8px}.nav-anim .na-puff-2{transform-origin:17.85px 1.5px}.nav-anim .na-puff-3{transform-origin:18.75px .4px}.nav-anim:hover .na-puff-1{animation:na-smoke .45s ease forwards}.nav-anim:hover .na-puff-2{animation:na-smoke .45s ease .15s forwards}.nav-anim:hover .na-puff-3{animation:na-smoke .45s ease .3s forwards}@keyframes na-smoke{0%{opacity:0;transform:translateY(3.5px) scale(.25)}to{opacity:1;transform:translateY(0) scale(1)}}.nav-anim .na-route{stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .6s ease}.nav-anim:hover .na-route{stroke-dashoffset:0}.nav-anim .na-node{opacity:.4;transition:opacity .3s ease}.nav-anim:hover .na-node{opacity:1}.nav-anim:hover .na-node-2{transition-delay:.45s}.nav-anim .na-mortar{transform-box:view-box;transform-origin:10px 8px}.nav-anim:hover .na-mortar{transform:translateY(-.8px) rotate(20deg)}.nav-anim .na-tassel{transform-box:view-box;transform-origin:17.71px 7.52px}.nav-anim:hover .na-tassel{animation:na-tassel-swing 1s ease .05s}@keyframes na-tassel-swing{0%,to{transform:rotate(0)}30%{transform:rotate(24deg)}65%{transform:rotate(-16deg)}}.nav-anim .na-lid{transform-box:view-box;transform-origin:3.4px 6.6px}.nav-anim:hover .na-lid{transform:translateY(-1.6px) rotate(-9deg)}.nav-anim .na-horn{transform-box:view-box;transform-origin:7.3px 18.2px}.nav-anim:hover .na-horn{transform:rotate(-13deg)}.nav-anim .na-wave{transform-box:view-box;opacity:0}.nav-anim:hover .na-wave-1{animation:na-mega .45s ease forwards}.nav-anim:hover .na-wave-2{animation:na-mega .45s ease .12s forwards}.nav-anim:hover .na-wave-3{animation:na-mega .45s ease .24s forwards}@keyframes na-mega{0%{opacity:0;transform:translateX(-3px)}60%{opacity:1;transform:translateX(0)}to{opacity:1;transform:translateX(2px)}}@media (prefers-reduced-motion:reduce){.nav-anim [class^=na-]{transition:none!important;animation:none!important}.nav-anim .na-route{stroke-dashoffset:0}.nav-anim .na-node,.nav-anim .na-puff,.nav-anim .na-wave{opacity:1!important;transform:none!important}}.light .ws-avatar[class*=text-violet-2]{color:rgb(var(--color-violet-800-rgb))}.light .ws-avatar[class*=text-emerald-2]{color:rgb(var(--color-emerald-800-rgb))}.light .ws-avatar[class*=text-amber-2]{color:rgb(var(--color-amber-800-rgb))}.light .ws-avatar[class*=text-rose-2]{color:rgb(var(--color-rose-800-rgb))}.light .ws-avatar[class*=text-blue-2]{color:#1d4ed8}.light .ws-avatar[class*=text-cyan-2]{color:rgb(var(--color-teal-700-rgb))}.sidebar-heading{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary);padding:.5rem 1rem}.ds-canvas-zoom{display:inline-flex;align-items:center;gap:.125rem}.ds-canvas-zoom__pct{font-variant-numeric:tabular-nums;min-width:3.25rem}@keyframes stagger-fade-slide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.stagger-item-enter,.stagger-list-enter>*{opacity:0;animation:stagger-fade-slide .4s ease-out forwards;animation-delay:calc(var(--i, 0) * 55ms)}@media (prefers-reduced-motion:reduce){.stagger-item-enter,.stagger-list-enter>*{animation:none;opacity:1}}.ds-search-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:20rem;padding:3rem 1rem;transition:opacity .25s ease-out,transform .25s ease-out}.ds-search-loader--out{opacity:0;transform:translateY(12px)}@media (prefers-reduced-motion:reduce){.ds-search-loader{transition:none}.ds-search-loader--out{transform:none}}.nav-tabs{transition:none!important}.nav-tabs .nav-line{opacity:0;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;width:0;background:rgb(var(--color-accent-500-rgb));height:2px;pointer-events:none;z-index:10}.tutorial-nav-icon,.tutorial-nav-text,button:has(.tutorial-nav-icon),button:has(.tutorial-nav-icon) *,button:has(.tutorial-nav-text),button:has(.tutorial-nav-text) *{transition:none!important}.nav-tabs [aria-disabled=true],.nav-tabs button:disabled{opacity:.4;cursor:not-allowed}.nav-tabs [aria-disabled=true]:hover,.nav-tabs button:disabled:hover{background-color:transparent!important;color:rgb(var(--color-text-tertiary-rgb))!important}.btn-primary{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:var(--text-sm);border-radius:.5rem;font-weight:500;cursor:pointer;color:#ffffff;background-image:linear-gradient(to right,rgb(var(--color-accent-600-rgb)),rgb(var(--color-accent-700-rgb)));transition:background-image var(--transition-fast) var(--ease-out),box-shadow var(--transition-base) var(--ease-out),transform var(--transition-fast) var(--ease-spring)}.btn-primary:hover{background-image:linear-gradient(to right,rgb(var(--color-accent-700-rgb)),rgb(var(--color-accent-800-rgb)));box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-primary:active{transform:scale(.98);box-shadow:none}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:var(--text-sm);border-radius:.5rem;font-weight:500;cursor:pointer;background-color:var(--color-overlay-medium);border:1px solid var(--color-border);color:var(--color-text-secondary);transition:background-color var(--transition-fast) var(--ease-out),border-color var(--transition-fast) var(--ease-out),color var(--transition-fast) var(--ease-out),box-shadow var(--transition-base) var(--ease-out),transform var(--transition-fast) var(--ease-spring)}.btn-secondary:hover{background-color:var(--color-bg-hover-strong);border-color:var(--color-border-hover);color:var(--color-text-primary);transform:translateY(-1px);box-shadow:var(--shadow-card)}.btn-secondary:active{transform:translateY(0);box-shadow:none}.btn-secondary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;background:transparent;color:var(--color-text-secondary);border:1px solid transparent;transition:color var(--duration-fast,.15s),background-color var(--duration-fast,.15s),border-color var(--duration-fast,.15s)}.btn-ghost:hover{background:rgb(var(--color-overlay-channel)/.05);color:var(--color-text-primary)}.btn-ghost:disabled{opacity:.5;cursor:not-allowed}.btn-danger{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;cursor:pointer;background-color:rgb(244 63 94/.1);color:rgb(251 113 133);border:1px solid rgb(244 63 94/.2);transition:background-color var(--duration-normal,.2s),border-color var(--duration-normal,.2s),color var(--duration-normal,.2s),transform var(--duration-normal,.2s)}.btn-danger:hover{background-color:rgb(244 63 94);color:#ffffff;border-color:transparent}.btn-danger:active{transform:scale(.98)}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.ds-tips-lede{margin:0 0 2px;font-size:.90625rem;line-height:1.5;color:rgb(var(--color-text-secondary-rgb));max-width:60ch;text-wrap:pretty}.ds-tips-eyebrow{margin:1.75rem 0 .75rem;font-size:.6875rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:rgb(var(--color-text-tertiary-rgb))}.ds-tips-grid{display:grid;gap:.75rem}.ds-tips-grid--pieces{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.ds-tips-grid--feats{grid-template-columns:repeat(auto-fit,minmax(232px,1fr))}.ds-tip-scene{--tip-hue-rgb:var(--color-accent-500-rgb);--tip-glyph:var(--color-accent);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--color-border-subtle);border-radius:14px;background:rgb(var(--color-bg-elevated-rgb));transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.ds-tip-scene:hover{transform:translateY(-2px);border-color:rgb(var(--tip-hue-rgb)/.45);box-shadow:0 12px 28px -16px rgb(0 0 0/.5),0 0 0 1px var(--color-border-subtle)}.ds-tip-scene--capture{--tip-hue-rgb:var(--color-accent-500-rgb);--tip-glyph:var(--color-accent)}.ds-tip-scene--procedure{--tip-hue-rgb:var(--color-violet-500-rgb);--tip-glyph:rgb(var(--color-violet-fg-rgb))}.ds-tip-scene--folder{--tip-hue-rgb:var(--color-text-tertiary-rgb);--tip-glyph:rgb(var(--color-text-secondary-rgb))}.ds-tip-stage{position:relative;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid var(--color-border-subtle);background:radial-gradient(120% 130% at 50% -15%,rgb(var(--tip-hue-rgb)/.13),transparent 60%),rgb(var(--color-bg-surface-rgb))}.ds-tips-grid--pieces .ds-tip-stage{height:176px}.ds-tips-grid--feats .ds-tip-stage{height:150px}.ds-tip-cap{padding:.75rem .875rem .875rem}.ds-tip-cap b{display:flex;align-items:center;gap:.4375rem;font-size:.90625rem;font-weight:620;color:rgb(var(--color-text-primary-rgb))}.ds-tip-tag{flex:0 0 auto;width:26px;height:26px;border-radius:7px;display:grid;place-items:center;background:rgb(var(--tip-hue-rgb)/.16);color:var(--tip-glyph)}.ds-tip-glyph{width:16px;height:16px}.ds-tip-cap p{margin:.3125rem 0 0;font-size:.8125rem;line-height:1.45;color:rgb(var(--color-text-secondary-rgb));text-wrap:pretty}.ds-tip-pl{flex:1;height:6px;border-radius:999px;background:rgb(var(--color-overlay-channel)/.14)}.ds-tip-cap2{width:200px;display:flex;flex-direction:column;gap:7px;padding:9px;border-radius:11px;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);box-shadow:0 3px 10px -3px rgb(0 0 0/.4)}.ds-tip-cap2__hd{display:flex;align-items:center;gap:7px}.ds-tip-cap2__title{flex:1;min-width:0;font-size:10.5px;font-weight:650;color:rgb(var(--color-text-primary-rgb));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-tip-cap2__ai{flex:0 0 auto;width:13px;height:13px;color:var(--color-accent)}.ds-tip-shot{position:relative;border-radius:7px;overflow:hidden;border:1px solid var(--color-border-subtle);background:rgb(var(--color-bg-surface-rgb))}.ds-tip-shot__bar{display:flex;align-items:center;padding:5px 8px;background:rgb(var(--color-overlay-channel)/.06);border-bottom:1px solid var(--color-border-subtle)}.ds-tip-shot__bar i{width:5px;height:5px;margin-right:4px;border-radius:999px;background:rgb(var(--color-overlay-channel)/.25)}.ds-tip-shot__url{flex:1;height:8px;margin-left:6px;border-radius:999px;background:rgb(var(--color-overlay-channel)/.1)}.ds-tip-shot__body{position:relative;padding:10px 10px 13px;display:flex;flex-direction:column;gap:7px;min-height:58px}.ds-tip-shot__body .click-marker{width:5%}.ds-tip-shot__ln{height:6px;border-radius:999px;background:rgb(var(--color-overlay-channel)/.12)}.ds-tip-shot__btn{align-self:flex-start;margin-top:2px;padding:4px 11px;border-radius:6px;font-size:10px;font-weight:700;color:#fff;background:rgb(var(--color-accent-500-rgb))}.ds-tip-pscene{display:flex;flex-direction:column;gap:11px;width:190px}.ds-tip-prow{display:flex;align-items:center;gap:11px}.ds-tip-approved{align-self:flex-end;display:inline-flex;align-items:center;gap:5px;padding:4px 10px 4px 8px;border-radius:999px;font-size:11px;font-weight:700;background:rgb(var(--color-emerald-500-rgb)/.16);color:rgb(var(--color-emerald-400-rgb))}.ds-tip-approved svg{width:14px;height:14px}.ds-tip-folder2{position:relative;width:178px;padding-top:11px}.ds-tip-folder2__tab{position:absolute;top:0;left:12px;width:66px;height:15px;border-radius:8px 8px 0 0;background:rgb(var(--color-text-tertiary-rgb)/.5)}.ds-tip-folder2__body{position:relative;display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:4px 12px 12px 12px;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);box-shadow:0 3px 10px -3px rgb(0 0 0/.36)}.ds-tip-frow{display:flex;align-items:center;gap:9px;padding:8px 9px;border-radius:8px;background:rgb(var(--color-bg-surface-rgb));border:1px solid var(--color-border-subtle)}.ds-tip-frow__ic{flex:0 0 auto;width:27px;height:27px;border-radius:7px;display:grid;place-items:center}.ds-tip-frow__ic svg{width:15px;height:15px}.ds-tip-frow--cap .ds-tip-frow__ic{background:rgb(var(--color-accent-500-rgb)/.16);color:var(--color-accent)}.ds-tip-frow--pro .ds-tip-frow__ic{background:rgb(var(--color-violet-500-rgb)/.16);color:rgb(var(--color-violet-fg-rgb))}.ds-tip-paths2{width:210px;display:flex;flex-direction:column}.ds-tip-pnode{display:flex;align-items:center;gap:8px;padding:6px 9px;border-radius:8px;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border)}.ds-tip-pnode .ds-tip-pl{height:5px}.ds-tip-decbadge{flex:0 0 auto;font-size:7.5px;font-weight:800;letter-spacing:.07em;padding:2px 6px;border-radius:5px;color:var(--color-accent);background:rgb(var(--color-accent-500-rgb)/.15)}.ds-tip-pwires{display:block;width:100%;height:13px;overflow:visible}.ds-tip-pwire{fill:none;stroke:rgb(var(--color-accent-500-rgb)/.45);stroke-width:1.75;stroke-linecap:round;vector-effect:non-scaling-stroke}.ds-tip-pbranches{display:flex;gap:9px}.ds-tip-pbranch{flex:1;display:flex;flex-direction:column;gap:6px;padding:7px;border-radius:8px;background:rgb(var(--color-accent-500-rgb)/.06);border:1px solid rgb(var(--color-accent-500-rgb)/.22)}.ds-tip-pbranch__hd{display:flex;align-items:center;gap:5px;font-size:9.5px;font-weight:700;color:rgb(var(--color-text-primary-rgb))}.ds-tip-pbranch__hd i{flex:0 0 auto;width:6px;height:6px;border-radius:999px;background:var(--color-accent)}.ds-tip-psub{height:5px;border-radius:999px;background:rgb(var(--color-overlay-channel)/.18)}.ds-tip-pnode--merge{align-self:center;width:64%}.ds-tip-share2{width:210px;display:flex;flex-direction:column;gap:6px}.ds-tip-share2__pill{display:flex;align-items:center;gap:9px;padding:7px 11px;border-radius:9px;font-size:11px;font-weight:600;color:rgb(var(--color-text-primary-rgb));background:rgb(var(--color-bg-surface-rgb));border:1px solid var(--color-border-subtle)}.ds-tip-share2__pill svg{flex:0 0 auto;width:15px;height:15px;color:rgb(var(--color-text-tertiary-rgb))}.ds-tip-share2__src{font-weight:650;background:rgb(var(--color-bg-elevated-rgb));border-color:var(--step-border);box-shadow:0 1px 3px rgb(0 0 0/.2)}.ds-tip-share2__src svg{color:var(--color-accent)}.ds-tip-share2__dest{background:rgb(var(--color-bg-elevated-rgb));border-color:rgb(var(--color-accent-500-rgb)/.35)}.ds-tip-share2__sync{display:flex;align-items:center;justify-content:center;gap:7px;font-size:8.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent)}.ds-tip-share2__sync svg{flex:0 0 auto;width:13px;height:13px}.ds-tip-share2__line{height:1px;flex:1;max-width:44px;background:rgb(var(--color-accent-500-rgb)/.3)}.ds-tip-search{display:flex;flex-direction:column;gap:10px;width:204px}.ds-tip-searchfield{position:relative;display:flex;align-items:center;gap:8px;height:38px;padding:0 13px;border-radius:10px;overflow:hidden;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--color-border-subtle)}.ds-tip-search__mag,.ds-tip-search__spark{position:absolute;left:13px;width:17px;height:17px;transition:opacity .3s ease,transform .3s ease}.ds-tip-search__mag{color:rgb(var(--color-text-tertiary-rgb))}.ds-tip-search__spark{color:var(--color-accent);opacity:0;transform:scale(.5) rotate(-90deg)}.ds-tip-search__q{margin-left:27px;font-size:11px;color:rgb(var(--color-text-primary-rgb)/.85);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-tip-search__bar{position:absolute;left:0;bottom:0;width:40%;height:2px;border-radius:999px;background:rgb(var(--color-accent-500-rgb));transform:translateX(-120%)}.ds-tip-search__results{display:flex;flex-direction:column;gap:6px}.ds-tip-search__res{display:flex;align-items:center;gap:8px;padding:7px 11px;border-radius:9px;background:rgb(var(--color-overlay-channel)/.08)}.ds-tip-search__res--top{background:rgb(var(--color-accent-500-rgb)/.14)}.ds-tip-search__ic{flex:0 0 auto;width:22px;height:22px;border-radius:6px;display:grid;place-items:center}.ds-tip-search__ic svg{width:13px;height:13px}.ds-tip-search__ic--cap{background:rgb(var(--color-accent-500-rgb)/.16);color:var(--color-accent)}.ds-tip-search__ic--pro{background:rgb(var(--color-violet-500-rgb)/.16);color:rgb(var(--color-violet-fg-rgb))}.ds-tip-search__name{flex:1;min-width:0;font-size:10.5px;font-weight:600;color:rgb(var(--color-text-primary-rgb));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-tip-search__pct{flex:0 0 auto;font-size:9.5px;font-weight:700;color:var(--color-accent)}.ds-tip-narr2{display:flex;flex-direction:column;gap:8px;width:100%;max-width:210px}.ds-tip-narr2__row{display:flex;align-items:center;gap:9px;min-width:0}.ds-tip-wave{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:3px;width:40px;height:40px}.ds-tip-wave i{width:3px;border-radius:999px;background:var(--color-accent);transform-origin:center}.ds-tip-wave i:first-child{height:8px}.ds-tip-wave i:nth-child(2){height:15px}.ds-tip-wave i:nth-child(3){height:21px}.ds-tip-wave i:nth-child(4){height:11px}.ds-tip-wave i:nth-child(5){height:18px}.ds-tip-wave i:nth-child(6){height:9px}.ds-tip-wave i:nth-child(7){height:14px}.ds-tip-narr2__ai{flex:0 0 auto;width:16px;height:16px;color:var(--color-accent)}.ds-tip-narr2__step{display:flex;align-items:center;gap:7px;flex:1;min-width:0;padding:8px 10px;border-radius:9px;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--step-border);box-shadow:0 1px 3px rgb(0 0 0/.28)}.ds-tip-narr2__title{flex:1;min-width:0;font-size:10.5px;font-weight:650;color:rgb(var(--color-text-primary-rgb));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-tip-narr2__note{margin:0;padding-left:49px;font-size:10px;line-height:1.4;font-weight:500;color:rgb(var(--color-text-secondary-rgb))}.ds-tip-parse{display:flex;flex-direction:column;align-items:center;gap:7px;width:190px;text-align:center}.ds-tip-parse__spinner{height:30px;width:30px}.ds-tip-parse__label{font-size:11px;font-weight:650;color:rgb(var(--color-text-primary-rgb))}.ds-tip-parse__caption{font-size:9.5px;color:rgb(var(--color-text-tertiary-rgb))}.ds-tip-parse__bar{display:block;width:100%;height:4px;margin-top:2px;border-radius:999px;overflow:hidden;background:rgb(var(--color-overlay-channel)/.14)}.ds-tip-parse__fill{display:block;height:100%;width:45%;border-radius:999px;background:linear-gradient(90deg,rgb(var(--color-accent-500-rgb)/.5),var(--color-accent))}.ds-tip-parse__count{font-size:9px;font-variant-numeric:tabular-nums;color:rgb(var(--color-text-tertiary-rgb))}.ds-tip-foc{position:relative;width:192px;height:108px;padding:14px;overflow:hidden;border-radius:9px;background:rgb(var(--color-bg-elevated-rgb));border:1px solid var(--color-border-subtle)}.ds-tip-foc__ln{height:4.5px;margin-bottom:9px;border-radius:999px;opacity:.5;background:rgb(var(--color-overlay-channel)/.12)}.ds-tip-foc__rect{position:absolute;right:24%;top:40%;width:32%;height:40%;border-radius:4px;border:1.5px dashed rgb(var(--color-accent-400-rgb)/.85);background:rgb(var(--color-accent-400-rgb)/.07);box-shadow:0 0 0 999px rgb(0 0 0/.42)}.ds-tip-folder2__body{transition:transform .4s cubic-bezier(.23,1,.32,1)}.ds-tip-foc__rect{transition:transform .5s cubic-bezier(.23,1,.32,1),box-shadow .5s ease}@media (prefers-reduced-motion:no-preference){.ds-tip-scene:hover .click-marker{animation:click-marker-pulse 1.9s ease-in-out infinite}.ds-tip-scene:hover .click-marker__ring{animation:ds-tip-ripple 1.9s ease-out infinite}.ds-tip-scene:hover .ds-tip-shot__btn{animation:ds-tip-bump 1.9s ease-in-out infinite}.ds-tip-scene:hover .ds-tip-cap2__ai{animation:ds-tip-twinkle 1.9s ease-in-out infinite}.ds-tip-scene:hover .ds-tip-prow:first-child .ds-num-bubble{animation:ds-tip-bump 2.4s ease-in-out infinite}.ds-tip-scene:hover .ds-tip-prow:nth-child(2) .ds-num-bubble{animation:ds-tip-bump 2.4s ease-in-out .35s infinite}.ds-tip-scene:hover .ds-tip-prow:nth-child(3) .ds-num-bubble{animation:ds-tip-bump 2.4s ease-in-out .7s infinite}.ds-tip-scene:hover .ds-tip-approved{animation:ds-tip-bump 2.4s ease-in-out 1.05s infinite}.ds-tip-scene:hover .ds-tip-folder2__body{transform:translateY(-3px)}.ds-tip-scene:hover .ds-tip-frow:first-child .ds-tip-frow__ic{animation:ds-tip-bump 2.4s ease-in-out .15s infinite}.ds-tip-scene:hover .ds-tip-frow:nth-child(2) .ds-tip-frow__ic{animation:ds-tip-bump 2.4s ease-in-out .5s infinite}.ds-tip-scene:hover .ds-tip-pwire{stroke-dasharray:7 5;animation:ds-tip-flow .8s linear infinite}.ds-tip-scene:hover .ds-tip-pbranch:first-child{animation:ds-tip-bump 2.2s ease-in-out .15s infinite}.ds-tip-scene:hover .ds-tip-pbranch:nth-child(2){animation:ds-tip-bump 2.2s ease-in-out 1.1s infinite}.ds-tip-scene:hover .ds-tip-pnode--merge .ds-num-bubble{animation:ds-tip-bump 2.2s ease-in-out 1.7s infinite}.ds-tip-scene:hover .ds-tip-share2__sync svg{animation:ds-tip-spin 2s linear infinite}.ds-tip-scene:hover .ds-tip-share2__src{animation:ds-tip-bump 2.4s ease-in-out infinite}.ds-tip-scene:hover .ds-tip-share2__dest{animation:ds-tip-bump 2.4s ease-in-out .45s infinite}.ds-tip-scene:hover .ds-tip-share2__int{animation:ds-tip-bump 2.4s ease-in-out .75s infinite}.ds-tip-scene:hover .ds-tip-search__mag{opacity:0;transform:scale(.6)}.ds-tip-scene:hover .ds-tip-search__spark{opacity:1;animation:ds-tip-twinkle 1.8s ease-in-out infinite}.ds-tip-scene:hover .ds-tip-wave i{animation:ds-tip-wavebar .9s ease-in-out infinite}.ds-tip-scene:hover .ds-tip-wave i:nth-child(2){animation-delay:.1s}.ds-tip-scene:hover .ds-tip-wave i:nth-child(3){animation-delay:.2s}.ds-tip-scene:hover .ds-tip-wave i:nth-child(4){animation-delay:.3s}.ds-tip-scene:hover .ds-tip-wave i:nth-child(5){animation-delay:.15s}.ds-tip-scene:hover .ds-tip-wave i:nth-child(6){animation-delay:.35s}.ds-tip-scene:hover .ds-tip-wave i:nth-child(7){animation-delay:.25s}.ds-tip-scene:hover .ds-tip-narr2__ai{animation:ds-tip-twinkle 1.8s ease-in-out infinite}.ds-tip-scene:hover .ds-tip-parse__fill{animation:ds-tip-parsefill 2.4s ease-in-out infinite}.ds-tip-scene:hover .ds-tip-foc__rect{transform:scale(.86);box-shadow:0 0 0 999px rgb(0 0 0/.6)}}@keyframes ds-tip-ripple{0%{transform:translate(-50%,-50%) scale(.35);opacity:.7}70%,to{transform:translate(-50%,-50%) scale(2.3);opacity:0}}@keyframes ds-tip-bump{0%,to{transform:none}22%{transform:scale(1.12)}40%{transform:scale(1)}}@keyframes ds-tip-nudge{0%,45%,to{transform:none}62%{transform:translateX(3px)}}@keyframes ds-tip-flow{to{stroke-dashoffset:-12}}@keyframes ds-tip-spin{to{transform:rotate(1turn)}}@keyframes ds-tip-wavebar{0%,to{transform:scaleY(.55)}50%{transform:scaleY(1.25)}}@keyframes ds-tip-shimmer{0%{background-position:-60% 0}to{background-position:160% 0}}@keyframes ds-tip-twinkle{0%,to{transform:none}30%{transform:scale(1.18) rotate(8deg)}55%{transform:scale(1)}}@keyframes ds-tip-parsefill{0%,to{width:30%}50%{width:75%}}