:root{--ds-space-1:4px;--ds-space-2:8px;--ds-space-3:12px;--ds-space-4:16px;--ds-space-5:24px;--ds-space-6:32px;--ds-canvas:var(--theme-elevation-50);--ds-surface:var(--theme-elevation-0);--ds-surface-subtle:var(--theme-elevation-100);--ds-border:var(--theme-elevation-150);--ds-border-strong:var(--theme-elevation-250);--ds-text:var(--theme-elevation-800);--ds-text-muted:var(--theme-elevation-600);--ds-accent:var(--theme-success-600);--ds-status-error:var(--theme-error-600);--ds-status-warning:var(--theme-warning-600);--ds-text-page-title-size:20px;--ds-text-page-title-lh:28px;--ds-text-section-size:14px;--ds-text-section-lh:20px;--ds-text-body-size:13px;--ds-text-body-lh:20px;--ds-text-meta-size:12px;--ds-text-meta-lh:18px;--ds-content-max:1440px;--ds-measure:68ch;--theme-bg:var(--ds-canvas);--theme-input-bg:var(--ds-surface);--theme-border-color:var(--ds-border);--gutter-h:var(--ds-space-6);--app-header-height:48px;--doc-controls-height:48px;--nav-width:256px;--style-radius-s:4px;--style-radius-m:6px;--style-radius-l:8px;--accessibility-outline:2px solid var(--ds-accent)}html[data-theme=dark]{--ds-canvas:var(--theme-elevation-0);--ds-surface:var(--theme-elevation-50);--theme-input-bg:var(--ds-surface)}@media(max-width:1024px){:root{--gutter-h:var(--ds-space-5);--app-header-height:44px;--doc-controls-height:44px}}@media(max-width:768px){:root{--gutter-h:var(--ds-space-4);--nav-width:100vw}}.collection-list__header h1,.doc-header__title,.list-header__title,h1{font-size:var(--ds-text-page-title-size);line-height:var(--ds-text-page-title-lh);font-weight:600;letter-spacing:-.01em}.collapsible__toggle,.tabs-field__tab-button,h2,h3{font-size:var(--ds-text-section-size);line-height:var(--ds-text-section-lh);font-weight:600;letter-spacing:0}h4,h5,h6{font-weight:600;letter-spacing:0}.field-label:not(.unstyled),h4,h5,h6{font-size:var(--ds-text-body-size);line-height:var(--ds-text-body-lh)}.field-label:not(.unstyled){font-weight:500;color:var(--ds-text);padding-bottom:var(--ds-space-1)}.doc-controls__label,.field-description,.status__label{font-size:var(--ds-text-meta-size);line-height:var(--ds-text-meta-lh);color:var(--ds-text-muted)}.field-description{max-width:var(--ds-measure)}code,kbd,pre,samp{font-family:var(--font-mono);font-size:var(--ds-text-meta-size)}.template-default__wrap{max-width:var(--ds-content-max);margin-inline:auto;width:100%}.doc-controls{border-bottom:1px solid var(--ds-border)}.doc-controls:before{background:var(--ds-canvas);opacity:1}.doc-controls:after{-webkit-backdrop-filter:none;backdrop-filter:none}.doc-controls__content{padding-block:var(--ds-space-2)}.nav{background:var(--ds-canvas);border-right:1px solid var(--ds-border)}.nav__scroll{gap:var(--ds-space-1)}.nav__link{font-size:var(--ds-text-body-size);line-height:var(--ds-text-body-lh);padding:var(--ds-space-1) var(--ds-space-2);-webkit-padding-end:var(--ds-space-4);padding-inline-end:var(--ds-space-4);border-radius:var(--style-radius-m);color:var(--ds-text);transition:background-color .1s cubic-bezier(0,.2,.2,1)}.nav a.nav__link:focus-visible,.nav__link:hover{background:var(--ds-surface-subtle);text-decoration:none}.nav__link.active,.nav__link:has(.nav__link-indicator){background:var(--ds-surface-subtle);font-weight:600;color:var(--ds-text)}.nav__link-indicator{inset-inline-start:0;width:2px;height:16px;background:var(--ds-accent)}.nav-group__toggle{font-size:var(--ds-text-meta-size);line-height:var(--ds-text-meta-lh);font-weight:600;letter-spacing:.02em;color:var(--ds-text-muted);padding:var(--ds-space-2) var(--ds-space-2) var(--ds-space-1)}.nav-group__toggle:focus-visible,.nav-group__toggle:hover{color:var(--ds-text)}.app-header{border-bottom:1px solid var(--ds-border);background:var(--ds-canvas)}.step-nav{font-size:var(--ds-text-meta-size);line-height:var(--ds-text-meta-lh);color:var(--ds-text-muted)}.step-nav a:hover{color:var(--ds-text)}.btn{--btn-font-weight:500;--margin-block:0;border-radius:var(--style-radius-m)}.btn--style-primary:not(.btn--disabled){--bg-color:var(--theme-elevation-800);--hover-bg:var(--theme-elevation-700)}.btn--style-secondary:not(.btn--disabled){--bg-color:var(--ds-surface);--color:var(--ds-text);--btn-border:1px solid var(--ds-border-strong);--hover-bg:var(--ds-surface-subtle);--hover-color:var(--ds-text);--hover-btn-border:1px solid var(--theme-elevation-350)}.btn--style-pill{--btn-font-weight:500}.btn--disabled{cursor:not-allowed}.doc-controls__controls,.doc-controls__divider~*,.list-header__actions{gap:var(--ds-space-2)}.render-fields{--spacing-field:var(--ds-space-5)}.code-editor,.date-time-picker input,.rs__control,input:not([type=checkbox]):not([type=radio]),select,textarea{box-shadow:none;border:1px solid var(--ds-border);border-radius:var(--style-radius-s);background:var(--ds-surface)}.rs__control:hover,input:not([type=checkbox]):not([type=radio]):hover,select:hover,textarea:hover{box-shadow:none;border-color:var(--ds-border-strong)}.rs__control--is-focused,input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{border-color:var(--ds-accent);box-shadow:none}input:disabled,select:disabled,textarea:disabled{background:var(--ds-surface-subtle);color:var(--ds-text-muted);box-shadow:none;cursor:not-allowed}.field-type.error .rs__control,.field-type.error input,.field-type.error select,.field-type.error textarea{border-color:var(--ds-status-error);background:var(--theme-error-50)}html[data-theme=dark] .field-type.error .rs__control,html[data-theme=dark] .field-type.error input,html[data-theme=dark] .field-type.error select,html[data-theme=dark] .field-type.error textarea{background:var(--theme-error-100)}.field-error.tooltip{font-size:var(--ds-text-meta-size);line-height:var(--ds-text-meta-lh);border-radius:var(--style-radius-s)}.search-bar{--search-bg:var(--ds-surface);min-height:40px}.search-bar,.table{border:1px solid var(--ds-border)}.table{background:var(--ds-surface);border-radius:var(--style-radius-m);overflow:hidden}.table table{border-collapse:collapse}.table thead{color:var(--ds-text-muted);background:var(--ds-surface-subtle)}.table thead th{font-size:var(--ds-text-meta-size);line-height:var(--ds-text-meta-lh);font-weight:500;white-space:nowrap}.table td,.table thead th{padding:var(--ds-space-2) var(--ds-space-3);border-bottom:1px solid var(--ds-border)}.table td{vertical-align:middle}.table tbody tr:last-child td{border-bottom:0}.table tbody tr:hover td{background:var(--ds-surface-subtle)}.table tbody tr:nth-child(odd){background:rgba(0,0,0,0)}.table td:first-child,.table thead th:first-child{-webkit-padding-start:var(--ds-space-3);padding-inline-start:var(--ds-space-3)}.table td:last-child,.table thead th:last-child{-webkit-padding-end:var(--ds-space-3);padding-inline-end:var(--ds-space-3)}.pill{--pill-padding-block-start:2px;--pill-padding-block-end:2px;--pill-padding-inline-start:var(--ds-space-2);--pill-padding-inline-end:var(--ds-space-2);font-size:var(--ds-text-meta-size);line-height:var(--ds-text-meta-lh);font-weight:500;border-radius:var(--style-radius-m)}.tabs-field__tabs{border-bottom:1px solid var(--ds-border);gap:var(--ds-space-4)}.tabs-field__tab-button{opacity:1;color:var(--ds-text-muted);font-weight:500;-webkit-margin-end:0;margin-inline-end:0;padding-bottom:var(--ds-space-3)}.tabs-field__tab-button:hover{opacity:1;color:var(--ds-text)}.tabs-field__tab-button--active{color:var(--ds-text);font-weight:600}.tabs-field__tab-button:after{height:2px;background:var(--ds-accent)}.tabs-field__tab-button--active:after{opacity:1}.tabs-field__tab-button--has-error{color:var(--ds-status-error)}.tabs-field__tab-button--has-error:after{background:var(--ds-status-error);opacity:1}.card{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:var(--style-radius-m);padding:var(--ds-space-4);min-height:0}.card--has-onclick:hover{border-color:var(--ds-border-strong);box-shadow:none}.card--has-onclick:hover,.collapsible--style-default>.collapsible__toggle-wrap{background:var(--ds-surface-subtle)}.collapsible--style-default>.collapsible__toggle-wrap:not(.toggle-disabled):hover{background:var(--theme-elevation-150)}.collapsible__toggle-wrap{padding:var(--ds-space-2) var(--ds-space-3);border-top-left-radius:var(--style-radius-m);border-top-right-radius:var(--style-radius-m)}.collapsible__content{background:var(--ds-surface)}.banner{font-size:var(--ds-text-body-size);line-height:var(--ds-text-body-lh);border:1px solid var(--ds-border);border-radius:var(--style-radius-m);padding:var(--ds-space-3);margin-bottom:var(--ds-space-4)}.drawer__content{background-color:var(--ds-surface)}.drawer__header{border-bottom:1px solid var(--ds-border)}.popup__content{border:1px solid var(--ds-border);border-radius:var(--style-radius-m);box-shadow:0 4px 12px -4px rgba(0,0,0,.12)}.tooltip{font-size:var(--ds-text-meta-size);line-height:var(--ds-text-meta-lh);border-radius:var(--style-radius-s)}.no-results{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:var(--style-radius-m);padding:var(--ds-space-6);align-items:center;text-align:center;gap:var(--ds-space-3)}.no-results p{color:var(--ds-text-muted);margin:0}.loading-overlay:after{background-color:var(--ds-canvas)}.shimmer-effect{--shine-bg:var(--ds-surface-subtle);--shine-fg:var(--ds-border);border-radius:var(--style-radius-m)}@media(prefers-reduced-motion:reduce){.ds-actions a,.nav__link{transition:none}}.cell-attempts,.cell-byteSize,.cell-fileCount,.cell-order,.cell-position,.cell-slot,.cell-traffic,.cell-uniqueness,.cell-version{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}#heading-attempts .sort-column,#heading-byteSize .sort-column,#heading-fileCount .sort-column,#heading-order .sort-column,#heading-position .sort-column,#heading-slot .sort-column,#heading-traffic .sort-column,#heading-uniqueness .sort-column,#heading-version .sort-column{justify-content:flex-end}.ds-view{padding:var(--ds-space-5) var(--gutter-h) var(--spacing-view-bottom);max-width:var(--ds-content-max)}.ds-view__title{margin:0 0 var(--ds-space-5)}.ds-panel{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:var(--style-radius-m);margin-bottom:var(--ds-space-4)}.ds-panel:last-child{margin-bottom:0}.ds-panel__header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--ds-space-3);padding:var(--ds-space-3) var(--ds-space-4);border-bottom:1px solid var(--ds-border)}.ds-panel__header:only-child{border-bottom:0}.ds-panel__title{font-size:var(--ds-text-section-size);line-height:var(--ds-text-section-lh);font-weight:600;margin:0}.ds-panel__meta{font-size:var(--ds-text-meta-size);line-height:var(--ds-text-meta-lh);color:var(--ds-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.ds-panel__body{padding:var(--ds-space-3) var(--ds-space-4)}.ds-panel__scroll{max-height:320px;overflow-y:auto}.ds-table{width:100%;border-collapse:collapse}.ds-table th{font-size:var(--ds-text-meta-size);line-height:var(--ds-text-meta-lh);font-weight:500;color:var(--ds-text-muted);text-align:left;border-bottom:1px solid var(--ds-border)}.ds-table td,.ds-table th{padding:var(--ds-space-2) var(--ds-space-4)}.ds-table td{font-size:var(--ds-text-body-size);line-height:var(--ds-text-body-lh);border-bottom:1px solid var(--theme-elevation-100)}.ds-table tbody tr:last-child td{border-bottom:0}.ds-table__num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.ds-inline{display:inline-flex;align-items:center;gap:var(--ds-space-1)}.ds-mono{font-family:var(--font-mono);font-size:var(--ds-text-meta-size);white-space:nowrap}.ds-muted{color:var(--ds-text-muted)}.ds-actions{display:flex;align-items:center;flex-wrap:wrap;gap:var(--ds-space-2)}.ds-actions a{display:inline-flex;align-items:center;font-size:var(--ds-text-meta-size);line-height:var(--ds-text-meta-lh);font-weight:500;padding:var(--ds-space-1) var(--ds-space-2);border:1px solid var(--ds-border);border-radius:var(--style-radius-m);background:var(--ds-surface);color:var(--ds-text);text-decoration:none;transition:background-color .1s cubic-bezier(0,.2,.2,1)}.ds-actions a:hover{background:var(--ds-surface-subtle);border-color:var(--ds-border-strong)}