ply-css 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +7 -0
- package/PLY.md +33 -1
- package/README.md +1 -1
- package/dist/css/ply-core.css +72 -24
- package/dist/css/ply-core.min.css +1 -1
- package/dist/css/ply-essentials.min.css +1 -1
- package/dist/css/ply-helpers.min.css +1 -1
- package/dist/css/ply.css +77 -96
- package/dist/css/ply.min.css +1 -1
- package/dist/css/styles.css +77 -96
- package/dist/css/styles.min.css +1 -1
- package/llms-full.txt +10 -1
- package/package.json +1 -1
- package/ply-classes.json +43 -18
- package/src/scss/_ply.scss +0 -2
- package/src/scss/components/_buttons.scss +12 -9
- package/src/scss/components/_colors.scss +51 -2
- package/src/scss/components/_forms.scss +15 -6
- package/src/scss/components/_labels.scss +4 -1
- package/src/scss/components/_reset.scss +15 -7
- package/src/scss/components/_rtl.scss +0 -11
- package/src/scss/components/_dropdown.scss +0 -68
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--ply-bg-body: #ffffff;--ply-bg-surface: #ffffff;--ply-bg-surface-alt: #f4f4f4;--ply-bg-muted: #e0e0e0;--ply-color-body: #161616;--ply-color-headings: #161616;--ply-color-secondary: #525252;--ply-color-muted: #767676;--ply-color-placeholder: #a8a8a8;--ply-color-text-inverse: #ffffff;--ply-border-color: #e0e0e0;--ply-border-strong: #8d8d8d;--ply-color-link: var(--ply-btn-default-bg);--ply-color-link-hover: #0347c6;--ply-color-link-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);--ply-color-focus: #0f62fe;--ply-color-field-bg: var(--ply-bg-surface-alt);--ply-color-input-border: var(--ply-border-strong);--ply-color-input-bg: var(--ply-bg-surface-alt);--ply-color-error: var(--ply-red-1);--ply-color-success: var(--ply-green-1);--ply-color-code-bg: var(--ply-bg-surface-alt);--ply-color-code-border: var(--ply-border-color);--ply-color-table-border: var(--ply-border-color);--ply-color-table-striped: #f4f4f4;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #e8e8e8;--ply-color-accent: #0353e9;--ply-btn-default-bg: #0353e9;--ply-btn-default-bg-hover: #0347c6;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);--ply-btn-default-bg-active: #023eaf;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), black 25%);--ply-btn-secondary-bg: #393939;--ply-btn-secondary-bg-hover: #303030;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), black 15%);--ply-btn-secondary-bg-active: #2b2b2b;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), black 25%);--ply-border-radius: 0.25rem;--ply-btn-border-radius: 2rem;--ply-nav-bg: var(--ply-bg-body);--ply-nav-color: var(--ply-color-body);--ply-nav-border: var(--ply-color-body);--ply-nav-hover: #e8e8e8;--ply-nav-active-color: #525252;--ply-layer-0: var(--ply-bg-body);--ply-layer-1: var(--ply-bg-surface-alt);--ply-layer-2: var(--ply-bg-muted);--ply-layer-3: #c6c6c6;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.08);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.1);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.12);--ply-bg-glass: rgba(255, 255, 255, 0.15);--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-surface: #d3e3fb;--ply-red-surface: #f8d5d8;--ply-green-surface: #d5ecd9;--ply-yellow-surface: #fff4cc;--ply-indigo-surface: #e0e7ff;--ply-purple-surface: #ede9fe;--ply-pink-surface: #fce7f3;--ply-orange-surface: #ffedd5;--ply-teal-surface: #ccfbf1;--ply-cyan-surface: #cffafe;--ply-blue-border: #92baf6;--ply-red-border: #ef969d;--ply-green-border: #96cfa1;--ply-yellow-border: #ffe480;--ply-indigo-border: #a5b4fc;--ply-purple-border: #c4b5fd;--ply-pink-border: #f9a8d4;--ply-orange-border: #fdba74;--ply-teal-border: #5eead4;--ply-cyan-border: #67e8f9;--ply-blue-1: #0f62fe;--ply-blue-2: #0043ce;--ply-blue-3: #002d9c;--ply-red-1: #da1e28;--ply-red-2: #a2191f;--ply-red-3: #750e13;--ply-green-1: #198038;--ply-green-2: #0e6027;--ply-green-3: #044317;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #4f46e5;--ply-indigo-2: #3730a3;--ply-indigo-3: #312e81;--ply-purple-1: #7c3aed;--ply-purple-2: #6d28d9;--ply-purple-3: #5b21b6;--ply-pink-1: #be185d;--ply-pink-2: #9d174d;--ply-pink-3: #831843;--ply-orange-1: #c2410c;--ply-orange-2: #9a3412;--ply-orange-3: #7c2d12;--ply-teal-1: #0f766e;--ply-teal-2: #115e59;--ply-teal-3: #134e4a;--ply-cyan-1: #0e7490;--ply-cyan-2: #155e75;--ply-cyan-3: #164e63;--ply-font-body: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ply-font-heading: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ply-font-mono: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--ply-space-xs: 0.25rem;--ply-space-sm: 0.5rem;--ply-space-md: 0.75rem;--ply-space-lg: 1.5rem;--ply-space-xl: 2rem;--ply-space-xxl: 3rem}@media(prefers-color-scheme: dark){:root:not([data-theme]){--ply-bg-body: #161616;--ply-bg-surface: #262626;--ply-bg-surface-alt: #262626;--ply-bg-muted: #393939;--ply-color-body: #f4f4f4;--ply-color-headings: #f4f4f4;--ply-color-secondary: #c6c6c6;--ply-color-muted: #8d8d8d;--ply-color-placeholder: #6f6f6f;--ply-color-text-inverse: #161616;--ply-border-color: #393939;--ply-border-strong: #6f6f6f;--ply-color-link: #4589ff;--ply-color-link-hover: #619bff;--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);--ply-color-focus: #0f62fe;--ply-color-table-striped: #1c1c1c;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #353535;--ply-color-accent: #4589ff;--ply-btn-default-bg: #0f62fe;--ply-btn-default-bg-hover: #619bff;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), white 15%);--ply-btn-default-bg-active: #73a6ff;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), white 25%);--ply-btn-secondary-bg: #a8a8a8;--ply-btn-secondary-bg-hover: #b5b5b5;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), white 15%);--ply-btn-secondary-bg-active: #bebebe;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), white 25%);--ply-btn-default-color: #fff;--ply-btn-secondary-color: #161616;--ply-btn-ghost-color: #4589ff;--ply-nav-hover: #353535;--ply-nav-active-color: #a8a8a8;--ply-layer-3: #525252;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.4);--ply-bg-glass: rgba(38, 38, 38, 0.25);--ply-blue-surface: #1a2744;--ply-red-surface: #3b1c1e;--ply-green-surface: #1a2e1e;--ply-yellow-surface: #332b10;--ply-indigo-surface: #1e1b4b;--ply-purple-surface: #2e1065;--ply-pink-surface: #3b0a2a;--ply-orange-surface: #331a08;--ply-teal-surface: #132f2e;--ply-cyan-surface: #133040;--ply-blue-border: #1a52a5;--ply-red-border: #b2232f;--ply-green-border: #237f35;--ply-yellow-border: #cca000;--ply-indigo-border: #3730a3;--ply-purple-border: #5b21b6;--ply-pink-border: #9d174d;--ply-orange-border: #c2410c;--ply-teal-border: #0f766e;--ply-cyan-border: #0e7490;--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-1: #4589ff;--ply-blue-2: #78a9ff;--ply-blue-3: #a6c8ff;--ply-red-1: #ff8389;--ply-red-2: #fa4d56;--ply-red-3: #da1e28;--ply-green-1: #42be65;--ply-green-2: #6fdc8c;--ply-green-3: #a7f0ba;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #818cf8;--ply-indigo-2: #a5b4fc;--ply-indigo-3: #c7d2fe;--ply-purple-1: #a78bfa;--ply-purple-2: #c4b5fd;--ply-purple-3: #ddd6fe;--ply-pink-1: #f472b6;--ply-pink-2: #f9a8d4;--ply-pink-3: #fbcfe8;--ply-orange-1: #fb923c;--ply-orange-2: #fdba74;--ply-orange-3: #fed7aa;--ply-teal-1: #2dd4bf;--ply-teal-2: #5eead4;--ply-teal-3: #99f6e4;--ply-cyan-1: #22d3ee;--ply-cyan-2: #67e8f9;--ply-cyan-3: #a5f3fc}}[data-theme=dark]{--ply-bg-body: #161616;--ply-bg-surface: #262626;--ply-bg-surface-alt: #262626;--ply-bg-muted: #393939;--ply-color-body: #f4f4f4;--ply-color-headings: #f4f4f4;--ply-color-secondary: #c6c6c6;--ply-color-muted: #8d8d8d;--ply-color-placeholder: #6f6f6f;--ply-color-text-inverse: #161616;--ply-border-color: #393939;--ply-border-strong: #6f6f6f;--ply-color-link: #4589ff;--ply-color-link-hover: #619bff;--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);--ply-color-focus: #0f62fe;--ply-color-table-striped: #1c1c1c;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #353535;--ply-color-accent: #4589ff;--ply-btn-default-bg: #0f62fe;--ply-btn-default-bg-hover: #619bff;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), white 15%);--ply-btn-default-bg-active: #73a6ff;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), white 25%);--ply-btn-secondary-bg: #a8a8a8;--ply-btn-secondary-bg-hover: #b5b5b5;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), white 15%);--ply-btn-secondary-bg-active: #bebebe;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), white 25%);--ply-btn-default-color: #fff;--ply-btn-secondary-color: #161616;--ply-btn-ghost-color: #4589ff;--ply-nav-hover: #353535;--ply-nav-active-color: #a8a8a8;--ply-layer-3: #525252;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.4);--ply-bg-glass: rgba(38, 38, 38, 0.25);--ply-blue-surface: #1a2744;--ply-red-surface: #3b1c1e;--ply-green-surface: #1a2e1e;--ply-yellow-surface: #332b10;--ply-indigo-surface: #1e1b4b;--ply-purple-surface: #2e1065;--ply-pink-surface: #3b0a2a;--ply-orange-surface: #331a08;--ply-teal-surface: #132f2e;--ply-cyan-surface: #133040;--ply-blue-border: #1a52a5;--ply-red-border: #b2232f;--ply-green-border: #237f35;--ply-yellow-border: #cca000;--ply-indigo-border: #3730a3;--ply-purple-border: #5b21b6;--ply-pink-border: #9d174d;--ply-orange-border: #c2410c;--ply-teal-border: #0f766e;--ply-cyan-border: #0e7490;--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-1: #4589ff;--ply-blue-2: #78a9ff;--ply-blue-3: #a6c8ff;--ply-red-1: #ff8389;--ply-red-2: #fa4d56;--ply-red-3: #da1e28;--ply-green-1: #42be65;--ply-green-2: #6fdc8c;--ply-green-3: #a7f0ba;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #818cf8;--ply-indigo-2: #a5b4fc;--ply-indigo-3: #c7d2fe;--ply-purple-1: #a78bfa;--ply-purple-2: #c4b5fd;--ply-purple-3: #ddd6fe;--ply-pink-1: #f472b6;--ply-pink-2: #f9a8d4;--ply-pink-3: #fbcfe8;--ply-orange-1: #fb923c;--ply-orange-2: #fdba74;--ply-orange-3: #fed7aa;--ply-teal-1: #2dd4bf;--ply-teal-2: #5eead4;--ply-teal-3: #99f6e4;--ply-cyan-1: #22d3ee;--ply-cyan-2: #67e8f9;--ply-cyan-3: #a5f3fc}@media(prefers-contrast: more){:root{--ply-color-body: #000000;--ply-color-headings: #000000;--ply-color-secondary: #1a1a1a;--ply-color-muted: #333333;--ply-border-color: #000000;--ply-border-strong: #000000;--ply-color-link: #0000ee;--ply-color-link-hover: #0000cc;--ply-color-code-bg: #ffffff;--ply-color-code-border: #000000;--ply-color-focus: #000000;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #ffffff;--ply-layer-2: #ffffff;--ply-layer-3: #ffffff}}@media(prefers-contrast: more)and (prefers-color-scheme: dark){:root:not([data-theme]){--ply-color-body: #ffffff;--ply-color-headings: #ffffff;--ply-color-secondary: #e5e5e5;--ply-color-muted: #cccccc;--ply-border-color: #ffffff;--ply-border-strong: #ffffff;--ply-color-link: #6eb5ff;--ply-color-link-hover: #a6d0ff;--ply-color-code-bg: #000000;--ply-color-code-border: #ffffff;--ply-color-focus: #ffffff;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #161616;--ply-layer-2: #161616;--ply-layer-3: #161616}}@media(prefers-contrast: more){[data-theme=dark]{--ply-color-body: #ffffff;--ply-color-headings: #ffffff;--ply-color-secondary: #e5e5e5;--ply-color-muted: #cccccc;--ply-border-color: #ffffff;--ply-border-strong: #ffffff;--ply-color-link: #6eb5ff;--ply-color-link-hover: #a6d0ff;--ply-color-code-bg: #000000;--ply-color-code-border: #ffffff;--ply-color-focus: #ffffff;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #161616;--ply-layer-2: #161616;--ply-layer-3: #161616}}@keyframes spinning{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.cursor-pointer{cursor:pointer}.cursor-finger{cursor:pointer}.cursor-arrow{cursor:default}.cursor-default{cursor:default}.cursor-none{cursor:none}.cursor-progress{cursor:progress}.cursor-help{cursor:help}.cursor-question-mark{cursor:help}.cursor-text{cursor:text}.cursor-cell{cursor:cell}.cursor-plus{cursor:cell}.cursor-crosshair{cursor:crosshair}.cursor-alias{cursor:alias}.cursor-shortcut{cursor:alias}.cursor-context-menu{cursor:context-menu}.cursor-copy{cursor:copy}.cursor-move{cursor:move}.cursor-no-drop{cursor:no-drop}.cursor-not-allowed{cursor:not-allowed}.cursor-all-scroll{cursor:all-scroll}.cursor-ew-resize{cursor:ew-resize}.cursor-col-resize{cursor:col-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-row-resize{cursor:row-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-n-resize{cursor:n-resize}.cursor-e-resize{cursor:e-resize}.cursor-s-resize{cursor:s-resize}.cursor-w-resize{cursor:w-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-nw-resize{cursor:nw-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-se-resize{cursor:se-resize}.full-screen{box-sizing:border-box;display:block;width:100%;height:100%;position:relative}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.static{position:static}.sticky{position:sticky}.display-flex{display:flex}.display-block{display:block}.display-inline-block{display:inline-block}.display-grid{display:grid}.display-none{display:none}.last{margin-right:0 !important}.pause{margin-bottom:.75rem !important}.end{margin-bottom:0 !important}.margin{margin:var(--ply-space-md, 0.75rem)}.margin-top{margin-top:var(--ply-space-md, 0.75rem)}.margin-top-extra{margin-top:var(--ply-space-lg, 1.5rem)}.margin-right{margin-right:var(--ply-space-md, 0.75rem)}.margin-bottom{margin-bottom:var(--ply-space-md, 0.75rem)}.margin-bottom-extra{margin-bottom:var(--ply-space-lg, 1.5rem)}.margin-left{margin-left:var(--ply-space-md, 0.75rem)}.margin-xs{margin:var(--ply-space-xs, 0.25rem)}.margin-sm{margin:var(--ply-space-sm, 0.5rem)}.margin-lg{margin:var(--ply-space-lg, 1.5rem)}.margin-xl{margin:var(--ply-space-xl, 2rem)}.margin-xxl{margin:var(--ply-space-xxl, 3rem)}.no-margin{margin:0 !important}.no-top-margin{margin-top:0 !important}.no-bottom-margin{margin-bottom:0 !important}.no-spacing{margin:0 !important;padding:0 !important}.no-padding{padding:0 !important}.padding{padding:var(--ply-space-md, 0.75rem)}.padding-top{padding-top:var(--ply-space-md, 0.75rem)}.padding-right{padding-right:var(--ply-space-md, 0.75rem)}.padding-bottom{padding-bottom:var(--ply-space-md, 0.75rem)}.padding-left{padding-left:var(--ply-space-md, 0.75rem)}.padding-xs{padding:var(--ply-space-xs, 0.25rem)}.padding-sm{padding:var(--ply-space-sm, 0.5rem)}.padding-lg{padding:var(--ply-space-lg, 1.5rem)}.padding-xl{padding:var(--ply-space-xl, 2rem)}.padding-xxl{padding:var(--ply-space-xxl, 3rem)}.border-top{border-top:1px solid var(--ply-border-color, #ccc)}.border-bottom{border-bottom:1px solid var(--ply-border-color, #ccc)}.border{border:1px solid var(--ply-border-color, #ccc)}.no-border{border:0 none !important}.width-100{width:100%}.width-90{width:90%}.width-80{width:80%}.width-75{width:75%}.width-70{width:70%}.width-66{width:66.6%}.width-65{width:65%}.width-60{width:60%}.width-50{width:50%}.width-40{width:40%}.width-35{width:35%}.width-33{width:33.3%}.width-30{width:30%}.width-25{width:25%}.width-20{width:20%}.width-10{width:10%}.group:after,.clearfix:after{content:"";display:table;clear:both}.hide{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.hide-on-desktop{display:none}.flat-list{margin-left:0;list-style:none}.border-radius{border-radius:var(--ply-border-radius)}.req,.required{font-weight:normal;color:var(--ply-color-error)}.error{color:var(--ply-color-error)}.success{color:var(--ply-color-success)}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.5rem;line-height:2rem}.text-2xl{font-size:1.875rem;line-height:2.25rem}.text-3xl{font-size:2.25rem;line-height:2.5rem}.text-4xl{font-size:3rem;line-height:1}.text-5xl{font-size:3.75rem;line-height:1}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.bold{font-weight:bold !important}.italic{font-style:italic}.uppercase{text-transform:uppercase}.nowrap,.nowrap td{white-space:nowrap}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.bg-white,.bg-surface{background-color:var(--ply-bg-surface)}.bg-black{background-color:#0f0f0f}.color-black{color:#0f0f0f}.color-white{color:#fff}@media only screen and (max-width: 767px){.left,.right{float:none}.hide-on-mobile{display:none}.hide-on-desktop{display:block}}.flex-wrap{flex-wrap:wrap}.display-table{display:table}.display-inline-table{display:inline-table}.display-table-cell{display:table-cell}.display-list-item{display:list-item}.display-inline-grid{display:inline-grid}.display-subgrid{display:subgrid}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.margin-right-extra{margin-right:var(--ply-space-lg, 1.5rem)}.margin-left-auto{margin-left:auto}.margin-left-extra{margin-left:var(--ply-space-lg, 1.5rem)}.margin-top-xs{margin-top:var(--ply-space-xs, 0.25rem)}.margin-top-sm{margin-top:var(--ply-space-sm, 0.5rem)}.margin-top-lg{margin-top:var(--ply-space-lg, 1.5rem)}.margin-top-xl{margin-top:var(--ply-space-xl, 2rem)}.margin-top-xxl{margin-top:var(--ply-space-xxl, 3rem)}.margin-right-xs{margin-right:var(--ply-space-xs, 0.25rem)}.margin-right-sm{margin-right:var(--ply-space-sm, 0.5rem)}.margin-right-lg{margin-right:var(--ply-space-lg, 1.5rem)}.margin-right-xl{margin-right:var(--ply-space-xl, 2rem)}.margin-right-xxl{margin-right:var(--ply-space-xxl, 3rem)}.margin-bottom-xs{margin-bottom:var(--ply-space-xs, 0.25rem)}.margin-bottom-sm{margin-bottom:var(--ply-space-sm, 0.5rem)}.margin-bottom-lg{margin-bottom:var(--ply-space-lg, 1.5rem)}.margin-bottom-xl{margin-bottom:var(--ply-space-xl, 2rem)}.margin-bottom-xxl{margin-bottom:var(--ply-space-xxl, 3rem)}.margin-left-xs{margin-left:var(--ply-space-xs, 0.25rem)}.margin-left-sm{margin-left:var(--ply-space-sm, 0.5rem)}.margin-left-lg{margin-left:var(--ply-space-lg, 1.5rem)}.margin-left-xl{margin-left:var(--ply-space-xl, 2rem)}.margin-left-xxl{margin-left:var(--ply-space-xxl, 3rem)}.no-right-margin{margin-right:0 !important}.no-left-margin{margin-left:0 !important}.no-top-padding{padding-top:0 !important}.no-right-padding{padding-right:0 !important}.no-bottom-padding{padding-bottom:0 !important}.no-left-padding{padding-left:0 !important}.padding-top-extra{padding-top:var(--ply-space-lg, 1.5rem)}.padding-right-extra{padding-right:var(--ply-space-lg, 1.5rem)}.padding-bottom-extra{padding-bottom:var(--ply-space-lg, 1.5rem)}.padding-left-extra{padding-left:var(--ply-space-lg, 1.5rem)}.padding-top-xs{padding-top:var(--ply-space-xs, 0.25rem)}.padding-top-sm{padding-top:var(--ply-space-sm, 0.5rem)}.padding-top-lg{padding-top:var(--ply-space-lg, 1.5rem)}.padding-top-xl{padding-top:var(--ply-space-xl, 2rem)}.padding-top-xxl{padding-top:var(--ply-space-xxl, 3rem)}.padding-right-xs{padding-right:var(--ply-space-xs, 0.25rem)}.padding-right-sm{padding-right:var(--ply-space-sm, 0.5rem)}.padding-right-lg{padding-right:var(--ply-space-lg, 1.5rem)}.padding-right-xl{padding-right:var(--ply-space-xl, 2rem)}.padding-right-xxl{padding-right:var(--ply-space-xxl, 3rem)}.padding-bottom-xs{padding-bottom:var(--ply-space-xs, 0.25rem)}.padding-bottom-sm{padding-bottom:var(--ply-space-sm, 0.5rem)}.padding-bottom-lg{padding-bottom:var(--ply-space-lg, 1.5rem)}.padding-bottom-xl{padding-bottom:var(--ply-space-xl, 2rem)}.padding-bottom-xxl{padding-bottom:var(--ply-space-xxl, 3rem)}.padding-left-xs{padding-left:var(--ply-space-xs, 0.25rem)}.padding-left-sm{padding-left:var(--ply-space-sm, 0.5rem)}.padding-left-lg{padding-left:var(--ply-space-lg, 1.5rem)}.padding-left-xl{padding-left:var(--ply-space-xl, 2rem)}.padding-left-xxl{padding-left:var(--ply-space-xxl, 3rem)}.border-right{border-right:1px solid var(--ply-border-color, #ccc)}.border-left{border-left:1px solid var(--ply-border-color, #ccc)}.border-top-thick{border-top:3px solid var(--ply-border-color, #ccc)}.border-right-thick{border-right:3px solid var(--ply-border-color, #ccc)}.border-bottom-thick{border-bottom:3px solid var(--ply-border-color, #ccc)}.border-left-thick{border-left:3px solid var(--ply-border-color, #ccc)}.border-thick{border:3px solid var(--ply-border-color, #ccc)}.no-border-top{border-top:0 none !important}.no-border-right{border-right:0 none !important}.no-border-bottom{border-bottom:0 none !important}.no-border-left{border-left:0 none !important}@media(max-width: 1024px){.small-desktop-width-100{width:100%}.small-desktop-width-90{width:90%}.small-desktop-width-80{width:80%}.small-desktop-width-75{width:75%}.small-desktop-width-70{width:70%}.small-desktop-width-66{width:66.6%}.small-desktop-width-65{width:65%}.small-desktop-width-60{width:60%}.small-desktop-width-50{width:50%}.small-desktop-width-40{width:40%}.small-desktop-width-35{width:35%}.small-desktop-width-33{width:33.3%}.small-desktop-width-30{width:30%}.small-desktop-width-25{width:25%}.small-desktop-width-20{width:20%}.small-desktop-width-10{width:10%}}@media(max-width: 767px){.tablet-width-100{width:100%}.tablet-width-90{width:90%}.tablet-width-80{width:80%}.tablet-width-75{width:75%}.tablet-width-70{width:70%}.tablet-width-66{width:66.6%}.tablet-width-65{width:65%}.tablet-width-60{width:60%}.tablet-width-50{width:50%}.tablet-width-40{width:40%}.tablet-width-35{width:35%}.tablet-width-33{width:33.3%}.tablet-width-30{width:30%}.tablet-width-25{width:25%}.tablet-width-20{width:20%}.tablet-width-10{width:10%}}@media(max-width: 650px){.large-phone-width-100{width:100%}.large-phone-width-90{width:90%}.large-phone-width-80{width:80%}.large-phone-width-75{width:75%}.large-phone-width-70{width:70%}.large-phone-width-66{width:66.6%}.large-phone-width-65{width:65%}.large-phone-width-60{width:60%}.large-phone-width-50{width:50%}.large-phone-width-40{width:40%}.large-phone-width-35{width:35%}.large-phone-width-33{width:33.3%}.large-phone-width-30{width:30%}.large-phone-width-25{width:25%}.large-phone-width-20{width:20%}.large-phone-width-10{width:10%}}@media(max-width: 480px){.phone-width-100{width:100%}.phone-width-90{width:90%}.phone-width-80{width:80%}.phone-width-75{width:75%}.phone-width-70{width:70%}.phone-width-66{width:66.6%}.phone-width-65{width:65%}.phone-width-60{width:60%}.phone-width-50{width:50%}.phone-width-40{width:40%}.phone-width-35{width:35%}.phone-width-33{width:33.3%}.phone-width-30{width:30%}.phone-width-25{width:25%}.phone-width-20{width:20%}.phone-width-10{width:10%}}.height-100{height:100%}.height-90{height:90%}.height-80{height:80%}.height-75{height:75%}.height-70{height:70%}.height-66{height:66.6%}.height-65{height:65%}.height-60{height:60%}.height-50{height:50%}.height-40{height:40%}.height-35{height:35%}.height-33{height:33.3%}.height-30{height:30%}.height-25{height:25%}.height-20{height:20%}.height-10{height:10%}.border-box{box-sizing:border-box}.skip-link{position:absolute;top:-100%;left:0;z-index:1000;padding:.75rem 1.5rem;background:var(--ply-bg-body);color:var(--ply-color-link);text-decoration:underline;font-weight:600}.skip-link:focus{top:0}.circle{border-radius:100%}.border-radius-lg{border-radius:calc(var(--ply-border-radius)*3)}.border-radius-xl{border-radius:calc(var(--ply-border-radius)*6)}.text-primary{color:var(--ply-color-body)}.text-secondary{color:var(--ply-color-secondary)}.text-tertiary,.text-muted{color:var(--ply-color-muted)}.text-inverse{color:var(--ply-color-text-inverse)}.text-on-color{color:#fff}.no-orphan{text-wrap:pretty}.text-balance{text-wrap:balance}.bg-glass{background:var(--ply-bg-glass, rgba(255, 255, 255, 0.15));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.color-accent{color:var(--ply-color-accent)}.bg-accent{background-color:var(--ply-color-accent)}.bg-blue{background-color:var(--ply-bg-blue)}.bg-red{background-color:var(--ply-bg-red)}.bg-green{background-color:var(--ply-bg-green)}.bg-yellow{background-color:var(--ply-bg-yellow)}.gap-xs{--units-gap: var(--ply-space-xs, 0.25rem);gap:var(--units-gap)}.gap-sm{--units-gap: var(--ply-space-sm, 0.5rem);gap:var(--units-gap)}.gap{--units-gap: var(--ply-space-md, 0.75rem);gap:var(--units-gap)}.gap-lg{--units-gap: var(--ply-space-lg, 1.5rem);gap:var(--units-gap)}.gap-xl{--units-gap: var(--ply-space-xl, 2rem);gap:var(--units-gap)}.gap-xxl{--units-gap: var(--ply-space-xxl, 3rem);gap:var(--units-gap)}.no-link-style a{color:inherit;text-decoration:none}.no-link-style a:hover{color:inherit;text-decoration:none}.spinning{animation-duration:.75s;animation-name:spinning;animation-iteration-count:infinite;display:inline-block}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fade-in{animation-duration:.25s;animation-name:fadeIn;animation-iteration-count:1}.code{border:1px solid #f0f1f2;border-radius:var(--ply-border-radius);display:inline-block;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;padding:.05rem .35rem}.big{font-size:1.125rem}.small{font-size:.875rem}.smaller{font-size:.75rem}.highlight{background-color:#fff4cc}.sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji"}.serif{font-family:"Georgia",serif}.mono{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace}.hide-text{text-indent:-5000px;font-size:0}.normal{font-weight:normal}.light{font-weight:300 !important}.medium{font-weight:400 !important}.layer-0{background-color:var(--ply-layer-0)}.layer-1{background-color:var(--ply-layer-1);box-shadow:var(--ply-shadow-1)}.layer-2{background-color:var(--ply-layer-2);box-shadow:var(--ply-shadow-2)}.layer-3{background-color:var(--ply-layer-3);box-shadow:var(--ply-shadow-3)}.shadow-1{box-shadow:var(--ply-shadow-1)}.shadow-2{box-shadow:var(--ply-shadow-2)}.shadow-3{box-shadow:var(--ply-shadow-3)}.color-gray-10{color:rgba(0,0,0,.1)}.color-white-10{color:hsla(0,0%,100%,.1)}.color-gray-20{color:rgba(0,0,0,.2)}.color-white-20{color:hsla(0,0%,100%,.2)}.color-gray-30{color:rgba(0,0,0,.3)}.color-white-30{color:hsla(0,0%,100%,.3)}.color-gray-40{color:rgba(0,0,0,.4)}.color-white-40{color:hsla(0,0%,100%,.4)}.color-gray-50{color:rgba(0,0,0,.5)}.color-white-50{color:hsla(0,0%,100%,.5)}.color-gray-60{color:rgba(0,0,0,.6)}.color-white-60{color:hsla(0,0%,100%,.6)}.color-gray-70{color:rgba(0,0,0,.7)}.color-white-70{color:hsla(0,0%,100%,.7)}.color-gray-80{color:rgba(0,0,0,.8)}.color-white-80{color:hsla(0,0%,100%,.8)}.color-gray-90{color:rgba(0,0,0,.9)}.color-white-90{color:hsla(0,0%,100%,.9)}.color-blue{color:var(--ply-blue-1)}.color-red{color:var(--ply-red-1)}.color-green{color:var(--ply-green-1)}.color-yellow{color:var(--ply-yellow-1)}.units-container{margin:auto;max-width:1200px;overflow-x:clip;padding:.75rem;position:relative;width:100%}.units-container.fill-width{max-width:100%}.units-row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-flow:row wrap;gap:var(--units-gap, 1rem);margin:0 0 1.5rem}.units-row.reverse-direction,.units-row.right-to-left{flex-direction:row-reverse}.units-row.joined,.units-row.split{--units-gap: 0px;gap:0}.units-row.centered-content{justify-content:center;text-align:center}.units-row.stacked{margin-bottom:0}.units-row.equal-height [class*=unit-]{display:flex}.units-row.equal-height [class*=unit-]>*{width:100%}.units-row.unit-role-right{float:right;margin-left:.0004166667rem}.units-row.unit-role-left{margin-left:0}.units-row:last-child{margin-bottom:0}[class*=unit-]{box-sizing:border-box}[class*=unit-].fill-height{display:flex}.unit-auto{flex-basis:0;flex-grow:1}.unit-100{flex-basis:100%}.unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.unit-88{flex-basis:calc(87.5% - var(--units-gap, 1rem)*0.12)}.unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.unit-62{flex-basis:calc(62.5% - var(--units-gap, 1rem)*0.38)}.unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.unit-38{flex-basis:calc(37.5% - var(--units-gap, 1rem)*0.62)}.unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.unit-12{flex-basis:calc(12.5% - var(--units-gap, 1rem)*0.88)}.unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}.forever-unit-auto{flex-basis:0;flex-grow:1}.forever-unit-100{flex-basis:100%}.forever-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.forever-unit-88{flex-basis:calc(87.5% - var(--units-gap, 1rem)*0.12)}.forever-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.forever-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.forever-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.forever-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.forever-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.forever-unit-62{flex-basis:calc(62.5% - var(--units-gap, 1rem)*0.38)}.forever-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.forever-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.forever-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.forever-unit-38{flex-basis:calc(37.5% - var(--units-gap, 1rem)*0.62)}.forever-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.forever-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.forever-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.forever-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.forever-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.forever-unit-12{flex-basis:calc(12.5% - var(--units-gap, 1rem)*0.88)}.forever-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}@media(min-width: 1400px){.large-screen-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.large-screen-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.large-screen-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.large-screen-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.large-screen-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.large-screen-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.large-screen-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.large-screen-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.large-screen-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.large-screen-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.large-screen-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.large-screen-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.large-screen-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.large-screen-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.large-screen-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(min-width: 1800px){.x-large-screen-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.x-large-screen-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.x-large-screen-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.x-large-screen-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.x-large-screen-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.x-large-screen-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.x-large-screen-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.x-large-screen-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.x-large-screen-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.x-large-screen-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.x-large-screen-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.x-large-screen-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.x-large-screen-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.x-large-screen-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.x-large-screen-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 1024px){.small-desktop-unit-100{flex-basis:100%}.small-desktop-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.small-desktop-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.small-desktop-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.small-desktop-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.small-desktop-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.small-desktop-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.small-desktop-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.small-desktop-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.small-desktop-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.small-desktop-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.small-desktop-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.small-desktop-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.small-desktop-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.small-desktop-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.small-desktop-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 767px){.unit-auto,.unit-100,.unit-90,.unit-80,.unit-75,.unit-70,.unit-66,.unit-65,.unit-60,.unit-50,.unit-40,.unit-35,.unit-33,.unit-30,.unit-25,.unit-20,.unit-10{flex-basis:100%}.tablet-unit-100{flex-basis:100%}.tablet-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.tablet-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.tablet-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.tablet-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.tablet-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.tablet-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.tablet-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.tablet-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.tablet-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.tablet-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.tablet-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.tablet-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.tablet-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.tablet-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.tablet-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 650px){.large-phone-unit-100{flex-basis:100%}.large-phone-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.large-phone-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.large-phone-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.large-phone-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.large-phone-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.large-phone-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.large-phone-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.large-phone-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.large-phone-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.large-phone-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.large-phone-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.large-phone-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.large-phone-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.large-phone-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.large-phone-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 480px){.phone-unit-100{flex-basis:100%}.phone-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.phone-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.phone-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.phone-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.phone-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.phone-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.phone-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.phone-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.phone-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.phone-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.phone-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.phone-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.phone-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.phone-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.phone-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}.unit-push-90{margin-left:90%}.unit-push-80{margin-left:80%}.unit-push-75{margin-left:75%}.unit-push-70{margin-left:70%}.unit-push-66{margin-left:66.6%}.unit-push-65{margin-left:65%}.unit-push-60{margin-left:60%}.unit-push-50{margin-left:50%}.unit-push-40{margin-left:40%}.unit-push-35{margin-left:35%}.unit-push-33{margin-left:33.3%}.unit-push-30{margin-left:30%}.unit-push-25{margin-left:25%}.unit-push-20{margin-left:20%}.unit-push-10{margin-left:10%}.centered,.unit-centered{float:none !important;margin:0 auto 1.5rem}.fully-centered{align-items:center;justify-content:center;text-align:center}.vertically-centered-space-between{align-items:center;justify-content:space-between}.justify-center,.horizontally-centered{justify-content:center;text-align:center}.justify-flex-end,.align-end{justify-content:flex-end}.justify-flex-start,.align-beginning{justify-content:flex-start}.justify-space-around{justify-content:space-around}.justify-space-between{justify-content:space-between}.align-baseline{align-items:baseline}.align-center{align-items:center;text-align:center}.align-middle{align-items:center}.align-flex-end,.vertical-bottom{align-items:flex-end}.align-flex-start,.vertical-top{align-items:flex-start}.align-stretch,.fill-height{align-items:stretch}.blocks-2,.blocks-3,.blocks-4,.blocks-5,.blocks-6{padding-left:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;gap:1.5rem .5rem}.blocks-2>li,.blocks-3>li,.blocks-4>li,.blocks-5>li,.blocks-6>li{height:auto}.blocks-2>li ul,.blocks-3>li ul,.blocks-4>li ul,.blocks-5>li ul,.blocks-6>li ul{list-style-type:disc}.blocks-2>li ul ul,.blocks-3>li ul ul,.blocks-4>li ul ul,.blocks-5>li ul ul,.blocks-6>li ul ul{list-style-type:circle}.blocks-2>li li,.blocks-3>li li,.blocks-4>li li,.blocks-5>li li,.blocks-6>li li{margin:0}.blocks-2>li{flex:0 0 calc(50% - .25rem)}.blocks-3>li{flex:0 0 calc(33.333% - .3333333333rem)}.blocks-4>li{flex:0 0 calc(25% - .375rem)}.blocks-5>li{flex:0 0 calc(20% - .4rem)}.blocks-6>li{flex:0 0 calc(16.666% - .4166666667rem)}
|
|
1
|
+
:root{--ply-bg-body: #ffffff;--ply-bg-surface: #ffffff;--ply-bg-surface-alt: #f4f4f4;--ply-bg-muted: #e0e0e0;--ply-bg-inverse: var(--ply-color-body);--ply-layer-inverse-0: var(--ply-color-body);--ply-layer-inverse-1: var(--ply-color-secondary);--ply-color-black: #000000;--ply-color-body: #161616;--ply-color-headings: #161616;--ply-color-secondary: #525252;--ply-color-muted: #767676;--ply-color-placeholder: #a8a8a8;--ply-color-text-inverse: #ffffff;--ply-border-color: #e0e0e0;--ply-border-strong: #8d8d8d;--ply-color-link: var(--ply-btn-default-bg);--ply-color-link-hover: #0347c6;--ply-color-link-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);--ply-color-focus: #0f62fe;--ply-color-field-bg: var(--ply-bg-surface-alt);--ply-color-input-border: var(--ply-border-strong);--ply-color-input-bg: var(--ply-bg-surface-alt);--ply-color-error: var(--ply-red-1);--ply-color-success: var(--ply-green-1);--ply-color-code-bg: var(--ply-bg-surface-alt);--ply-color-code-border: var(--ply-border-color);--ply-color-table-border: var(--ply-border-color);--ply-color-table-striped: #f4f4f4;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #e8e8e8;--ply-color-accent: #0353e9;--ply-btn-default-bg: #0353e9;--ply-btn-default-bg-hover: #0347c6;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);--ply-btn-default-bg-active: #023eaf;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), black 25%);--ply-btn-secondary-bg: #393939;--ply-btn-secondary-bg-hover: #303030;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), black 15%);--ply-btn-secondary-bg-active: #2b2b2b;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), black 25%);--ply-radius-none: 0;--ply-radius-xs: 0.125rem;--ply-radius-sm: 0.25rem;--ply-radius-md: 0.5rem;--ply-radius-lg: 0.75rem;--ply-radius-xl: 1rem;--ply-radius-full: 9999px;--ply-border-radius: var(--ply-radius-sm);--ply-btn-border-radius: var(--ply-radius-full);--ply-label-radius: var(--ply-radius-sm);--ply-badge-radius: var(--ply-radius-full);--ply-control-font-lg: 1.125rem;--ply-control-font: 1rem;--ply-control-font-sm: 0.875rem;--ply-control-font-xs: 0.75rem;--ply-control-py-lg: 0.875rem;--ply-control-py: 0.625rem;--ply-control-py-sm: 0.375rem;--ply-control-py-xs: 0.25rem;--ply-control-px-lg: 2rem;--ply-control-px: 1.5rem;--ply-control-px-sm: 1rem;--ply-control-px-xs: 0.75rem;--ply-control-lh-lg: 1.75rem;--ply-control-lh: 1.5rem;--ply-control-lh-sm: 1.25rem;--ply-control-lh-xs: 1rem;--ply-input-radius: var(--ply-radius-sm);--ply-nav-bg: var(--ply-bg-body);--ply-nav-color: var(--ply-color-body);--ply-nav-border: var(--ply-color-body);--ply-nav-hover: #e8e8e8;--ply-nav-active-color: #525252;--ply-layer-0: var(--ply-bg-body);--ply-layer-1: var(--ply-bg-surface-alt);--ply-layer-2: var(--ply-bg-muted);--ply-layer-3: #c6c6c6;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.08);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.1);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.12);--ply-bg-glass: rgba(255, 255, 255, 0.15);--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-surface: #d3e3fb;--ply-red-surface: #f8d5d8;--ply-green-surface: #d5ecd9;--ply-yellow-surface: #fff4cc;--ply-indigo-surface: #e0e7ff;--ply-purple-surface: #ede9fe;--ply-pink-surface: #fce7f3;--ply-orange-surface: #ffedd5;--ply-teal-surface: #ccfbf1;--ply-cyan-surface: #cffafe;--ply-blue-border: #92baf6;--ply-red-border: #ef969d;--ply-green-border: #96cfa1;--ply-yellow-border: #ffe480;--ply-indigo-border: #a5b4fc;--ply-purple-border: #c4b5fd;--ply-pink-border: #f9a8d4;--ply-orange-border: #fdba74;--ply-teal-border: #5eead4;--ply-cyan-border: #67e8f9;--ply-blue-1: #0f62fe;--ply-blue-2: #0043ce;--ply-blue-3: #002d9c;--ply-red-1: #da1e28;--ply-red-2: #a2191f;--ply-red-3: #750e13;--ply-green-1: #198038;--ply-green-2: #0e6027;--ply-green-3: #044317;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #4f46e5;--ply-indigo-2: #3730a3;--ply-indigo-3: #312e81;--ply-purple-1: #7c3aed;--ply-purple-2: #6d28d9;--ply-purple-3: #5b21b6;--ply-pink-1: #be185d;--ply-pink-2: #9d174d;--ply-pink-3: #831843;--ply-orange-1: #c2410c;--ply-orange-2: #9a3412;--ply-orange-3: #7c2d12;--ply-teal-1: #0f766e;--ply-teal-2: #115e59;--ply-teal-3: #134e4a;--ply-cyan-1: #0e7490;--ply-cyan-2: #155e75;--ply-cyan-3: #164e63;--ply-font-body: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ply-font-heading: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ply-font-mono: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--ply-space-xs: 0.25rem;--ply-space-sm: 0.5rem;--ply-space-md: 0.75rem;--ply-space: 1rem;--ply-space-lg: 1.5rem;--ply-space-xl: 2rem;--ply-space-xxl: 3rem}@media(prefers-color-scheme: dark){:root:not([data-theme]){--ply-bg-body: #161616;--ply-bg-surface: #262626;--ply-bg-surface-alt: #262626;--ply-bg-muted: #393939;--ply-color-body: #f4f4f4;--ply-color-headings: #f4f4f4;--ply-color-secondary: #c6c6c6;--ply-color-muted: #8d8d8d;--ply-color-placeholder: #6f6f6f;--ply-color-text-inverse: #161616;--ply-border-color: #393939;--ply-border-strong: #6f6f6f;--ply-color-link: #4589ff;--ply-color-link-hover: #619bff;--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);--ply-color-focus: #0f62fe;--ply-color-table-striped: #1c1c1c;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #353535;--ply-color-accent: #4589ff;--ply-btn-default-bg: #0f62fe;--ply-btn-default-bg-hover: #619bff;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), white 15%);--ply-btn-default-bg-active: #73a6ff;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), white 25%);--ply-btn-secondary-bg: #a8a8a8;--ply-btn-secondary-bg-hover: #b5b5b5;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), white 15%);--ply-btn-secondary-bg-active: #bebebe;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), white 25%);--ply-btn-default-color: #fff;--ply-btn-secondary-color: #161616;--ply-btn-ghost-color: #4589ff;--ply-nav-hover: #353535;--ply-nav-active-color: #a8a8a8;--ply-layer-3: #525252;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.4);--ply-bg-glass: rgba(38, 38, 38, 0.25);--ply-blue-surface: #1a2744;--ply-red-surface: #3b1c1e;--ply-green-surface: #1a2e1e;--ply-yellow-surface: #332b10;--ply-indigo-surface: #1e1b4b;--ply-purple-surface: #2e1065;--ply-pink-surface: #3b0a2a;--ply-orange-surface: #331a08;--ply-teal-surface: #132f2e;--ply-cyan-surface: #133040;--ply-blue-border: #1a52a5;--ply-red-border: #b2232f;--ply-green-border: #237f35;--ply-yellow-border: #cca000;--ply-indigo-border: #3730a3;--ply-purple-border: #5b21b6;--ply-pink-border: #9d174d;--ply-orange-border: #c2410c;--ply-teal-border: #0f766e;--ply-cyan-border: #0e7490;--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-1: #4589ff;--ply-blue-2: #78a9ff;--ply-blue-3: #a6c8ff;--ply-red-1: #ff8389;--ply-red-2: #fa4d56;--ply-red-3: #da1e28;--ply-green-1: #42be65;--ply-green-2: #6fdc8c;--ply-green-3: #a7f0ba;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #818cf8;--ply-indigo-2: #a5b4fc;--ply-indigo-3: #c7d2fe;--ply-purple-1: #a78bfa;--ply-purple-2: #c4b5fd;--ply-purple-3: #ddd6fe;--ply-pink-1: #f472b6;--ply-pink-2: #f9a8d4;--ply-pink-3: #fbcfe8;--ply-orange-1: #fb923c;--ply-orange-2: #fdba74;--ply-orange-3: #fed7aa;--ply-teal-1: #2dd4bf;--ply-teal-2: #5eead4;--ply-teal-3: #99f6e4;--ply-cyan-1: #22d3ee;--ply-cyan-2: #67e8f9;--ply-cyan-3: #a5f3fc}}[data-theme=dark]{--ply-bg-body: #161616;--ply-bg-surface: #262626;--ply-bg-surface-alt: #262626;--ply-bg-muted: #393939;--ply-color-body: #f4f4f4;--ply-color-headings: #f4f4f4;--ply-color-secondary: #c6c6c6;--ply-color-muted: #8d8d8d;--ply-color-placeholder: #6f6f6f;--ply-color-text-inverse: #161616;--ply-border-color: #393939;--ply-border-strong: #6f6f6f;--ply-color-link: #4589ff;--ply-color-link-hover: #619bff;--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);--ply-color-focus: #0f62fe;--ply-color-table-striped: #1c1c1c;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #353535;--ply-color-accent: #4589ff;--ply-btn-default-bg: #0f62fe;--ply-btn-default-bg-hover: #619bff;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), white 15%);--ply-btn-default-bg-active: #73a6ff;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), white 25%);--ply-btn-secondary-bg: #a8a8a8;--ply-btn-secondary-bg-hover: #b5b5b5;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), white 15%);--ply-btn-secondary-bg-active: #bebebe;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), white 25%);--ply-btn-default-color: #fff;--ply-btn-secondary-color: #161616;--ply-btn-ghost-color: #4589ff;--ply-nav-hover: #353535;--ply-nav-active-color: #a8a8a8;--ply-layer-3: #525252;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.4);--ply-bg-glass: rgba(38, 38, 38, 0.25);--ply-blue-surface: #1a2744;--ply-red-surface: #3b1c1e;--ply-green-surface: #1a2e1e;--ply-yellow-surface: #332b10;--ply-indigo-surface: #1e1b4b;--ply-purple-surface: #2e1065;--ply-pink-surface: #3b0a2a;--ply-orange-surface: #331a08;--ply-teal-surface: #132f2e;--ply-cyan-surface: #133040;--ply-blue-border: #1a52a5;--ply-red-border: #b2232f;--ply-green-border: #237f35;--ply-yellow-border: #cca000;--ply-indigo-border: #3730a3;--ply-purple-border: #5b21b6;--ply-pink-border: #9d174d;--ply-orange-border: #c2410c;--ply-teal-border: #0f766e;--ply-cyan-border: #0e7490;--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-1: #4589ff;--ply-blue-2: #78a9ff;--ply-blue-3: #a6c8ff;--ply-red-1: #ff8389;--ply-red-2: #fa4d56;--ply-red-3: #da1e28;--ply-green-1: #42be65;--ply-green-2: #6fdc8c;--ply-green-3: #a7f0ba;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #818cf8;--ply-indigo-2: #a5b4fc;--ply-indigo-3: #c7d2fe;--ply-purple-1: #a78bfa;--ply-purple-2: #c4b5fd;--ply-purple-3: #ddd6fe;--ply-pink-1: #f472b6;--ply-pink-2: #f9a8d4;--ply-pink-3: #fbcfe8;--ply-orange-1: #fb923c;--ply-orange-2: #fdba74;--ply-orange-3: #fed7aa;--ply-teal-1: #2dd4bf;--ply-teal-2: #5eead4;--ply-teal-3: #99f6e4;--ply-cyan-1: #22d3ee;--ply-cyan-2: #67e8f9;--ply-cyan-3: #a5f3fc}@media(prefers-contrast: more){:root{--ply-color-body: #000000;--ply-color-headings: #000000;--ply-color-secondary: #1a1a1a;--ply-color-muted: #333333;--ply-border-color: #000000;--ply-border-strong: #000000;--ply-color-link: #0000ee;--ply-color-link-hover: #0000cc;--ply-color-code-bg: #ffffff;--ply-color-code-border: #000000;--ply-color-focus: #000000;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #ffffff;--ply-layer-2: #ffffff;--ply-layer-3: #ffffff}}@media(prefers-contrast: more)and (prefers-color-scheme: dark){:root:not([data-theme]){--ply-color-body: #ffffff;--ply-color-headings: #ffffff;--ply-color-secondary: #e5e5e5;--ply-color-muted: #cccccc;--ply-border-color: #ffffff;--ply-border-strong: #ffffff;--ply-color-link: #6eb5ff;--ply-color-link-hover: #a6d0ff;--ply-color-code-bg: #000000;--ply-color-code-border: #ffffff;--ply-color-focus: #ffffff;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #161616;--ply-layer-2: #161616;--ply-layer-3: #161616}}@media(prefers-contrast: more){[data-theme=dark]{--ply-color-body: #ffffff;--ply-color-headings: #ffffff;--ply-color-secondary: #e5e5e5;--ply-color-muted: #cccccc;--ply-border-color: #ffffff;--ply-border-strong: #ffffff;--ply-color-link: #6eb5ff;--ply-color-link-hover: #a6d0ff;--ply-color-code-bg: #000000;--ply-color-code-border: #ffffff;--ply-color-focus: #ffffff;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #161616;--ply-layer-2: #161616;--ply-layer-3: #161616}}@keyframes spinning{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.cursor-pointer{cursor:pointer}.cursor-finger{cursor:pointer}.cursor-arrow{cursor:default}.cursor-default{cursor:default}.cursor-none{cursor:none}.cursor-progress{cursor:progress}.cursor-help{cursor:help}.cursor-question-mark{cursor:help}.cursor-text{cursor:text}.cursor-cell{cursor:cell}.cursor-plus{cursor:cell}.cursor-crosshair{cursor:crosshair}.cursor-alias{cursor:alias}.cursor-shortcut{cursor:alias}.cursor-context-menu{cursor:context-menu}.cursor-copy{cursor:copy}.cursor-move{cursor:move}.cursor-no-drop{cursor:no-drop}.cursor-not-allowed{cursor:not-allowed}.cursor-all-scroll{cursor:all-scroll}.cursor-ew-resize{cursor:ew-resize}.cursor-col-resize{cursor:col-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-row-resize{cursor:row-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-n-resize{cursor:n-resize}.cursor-e-resize{cursor:e-resize}.cursor-s-resize{cursor:s-resize}.cursor-w-resize{cursor:w-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-nw-resize{cursor:nw-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-se-resize{cursor:se-resize}.full-screen{box-sizing:border-box;display:block;width:100%;height:100%;position:relative}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.static{position:static}.sticky{position:sticky}.display-flex{display:flex}.display-block{display:block}.display-inline-block{display:inline-block}.display-grid{display:grid}.display-none{display:none}.last{margin-right:0 !important}.pause{margin-bottom:.75rem !important}.end{margin-bottom:0 !important}.margin{margin:var(--ply-space-md, 0.75rem)}.margin-top{margin-top:var(--ply-space-md, 0.75rem)}.margin-top-extra{margin-top:var(--ply-space-lg, 1.5rem)}.margin-right{margin-right:var(--ply-space-md, 0.75rem)}.margin-bottom{margin-bottom:var(--ply-space-md, 0.75rem)}.margin-bottom-extra{margin-bottom:var(--ply-space-lg, 1.5rem)}.margin-left{margin-left:var(--ply-space-md, 0.75rem)}.margin-xs{margin:var(--ply-space-xs, 0.25rem)}.margin-sm{margin:var(--ply-space-sm, 0.5rem)}.margin-lg{margin:var(--ply-space-lg, 1.5rem)}.margin-xl{margin:var(--ply-space-xl, 2rem)}.margin-xxl{margin:var(--ply-space-xxl, 3rem)}.no-margin{margin:0 !important}.no-top-margin{margin-top:0 !important}.no-bottom-margin{margin-bottom:0 !important}.no-spacing{margin:0 !important;padding:0 !important}.no-padding{padding:0 !important}.padding{padding:var(--ply-space-md, 0.75rem)}.padding-top{padding-top:var(--ply-space-md, 0.75rem)}.padding-right{padding-right:var(--ply-space-md, 0.75rem)}.padding-bottom{padding-bottom:var(--ply-space-md, 0.75rem)}.padding-left{padding-left:var(--ply-space-md, 0.75rem)}.padding-xs{padding:var(--ply-space-xs, 0.25rem)}.padding-sm{padding:var(--ply-space-sm, 0.5rem)}.padding-lg{padding:var(--ply-space-lg, 1.5rem)}.padding-xl{padding:var(--ply-space-xl, 2rem)}.padding-xxl{padding:var(--ply-space-xxl, 3rem)}.border-top{border-top:1px solid var(--ply-border-color, #ccc)}.border-bottom{border-bottom:1px solid var(--ply-border-color, #ccc)}.border{border:1px solid var(--ply-border-color, #ccc)}.no-border{border:0 none !important}.width-100{width:100%}.width-90{width:90%}.width-80{width:80%}.width-75{width:75%}.width-70{width:70%}.width-66{width:66.6%}.width-65{width:65%}.width-60{width:60%}.width-50{width:50%}.width-40{width:40%}.width-35{width:35%}.width-33{width:33.3%}.width-30{width:30%}.width-25{width:25%}.width-20{width:20%}.width-10{width:10%}.group:after,.clearfix:after{content:"";display:table;clear:both}.hide{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.hide-on-desktop{display:none}.flat-list{margin-left:0;list-style:none}.border-radius{border-radius:var(--ply-border-radius)}.req,.required{font-weight:normal;color:var(--ply-color-error)}.error{color:var(--ply-color-error)}.success{color:var(--ply-color-success)}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.5rem;line-height:2rem}.text-2xl{font-size:1.875rem;line-height:2.25rem}.text-3xl{font-size:2.25rem;line-height:2.5rem}.text-4xl{font-size:3rem;line-height:1}.text-5xl{font-size:3.75rem;line-height:1}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.bold{font-weight:bold !important}.italic{font-style:italic}.uppercase{text-transform:uppercase}.nowrap,.nowrap td{white-space:nowrap}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.bg-white,.bg-surface{background-color:var(--ply-bg-surface)}.bg-black{background-color:#0f0f0f}.color-black{color:#0f0f0f}.color-white{color:#fff}@media only screen and (max-width: 767px){.left,.right{float:none}.hide-on-mobile{display:none}.hide-on-desktop{display:block}}.flex-wrap{flex-wrap:wrap}.display-table{display:table}.display-inline-table{display:inline-table}.display-table-cell{display:table-cell}.display-list-item{display:list-item}.display-inline-grid{display:inline-grid}.display-subgrid{display:subgrid}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.margin-right-extra{margin-right:var(--ply-space-lg, 1.5rem)}.margin-left-auto{margin-left:auto}.margin-left-extra{margin-left:var(--ply-space-lg, 1.5rem)}.margin-top-xs{margin-top:var(--ply-space-xs, 0.25rem)}.margin-top-sm{margin-top:var(--ply-space-sm, 0.5rem)}.margin-top-lg{margin-top:var(--ply-space-lg, 1.5rem)}.margin-top-xl{margin-top:var(--ply-space-xl, 2rem)}.margin-top-xxl{margin-top:var(--ply-space-xxl, 3rem)}.margin-right-xs{margin-right:var(--ply-space-xs, 0.25rem)}.margin-right-sm{margin-right:var(--ply-space-sm, 0.5rem)}.margin-right-lg{margin-right:var(--ply-space-lg, 1.5rem)}.margin-right-xl{margin-right:var(--ply-space-xl, 2rem)}.margin-right-xxl{margin-right:var(--ply-space-xxl, 3rem)}.margin-bottom-xs{margin-bottom:var(--ply-space-xs, 0.25rem)}.margin-bottom-sm{margin-bottom:var(--ply-space-sm, 0.5rem)}.margin-bottom-lg{margin-bottom:var(--ply-space-lg, 1.5rem)}.margin-bottom-xl{margin-bottom:var(--ply-space-xl, 2rem)}.margin-bottom-xxl{margin-bottom:var(--ply-space-xxl, 3rem)}.margin-left-xs{margin-left:var(--ply-space-xs, 0.25rem)}.margin-left-sm{margin-left:var(--ply-space-sm, 0.5rem)}.margin-left-lg{margin-left:var(--ply-space-lg, 1.5rem)}.margin-left-xl{margin-left:var(--ply-space-xl, 2rem)}.margin-left-xxl{margin-left:var(--ply-space-xxl, 3rem)}.no-right-margin{margin-right:0 !important}.no-left-margin{margin-left:0 !important}.no-top-padding{padding-top:0 !important}.no-right-padding{padding-right:0 !important}.no-bottom-padding{padding-bottom:0 !important}.no-left-padding{padding-left:0 !important}.padding-top-extra{padding-top:var(--ply-space-lg, 1.5rem)}.padding-right-extra{padding-right:var(--ply-space-lg, 1.5rem)}.padding-bottom-extra{padding-bottom:var(--ply-space-lg, 1.5rem)}.padding-left-extra{padding-left:var(--ply-space-lg, 1.5rem)}.padding-top-xs{padding-top:var(--ply-space-xs, 0.25rem)}.padding-top-sm{padding-top:var(--ply-space-sm, 0.5rem)}.padding-top-lg{padding-top:var(--ply-space-lg, 1.5rem)}.padding-top-xl{padding-top:var(--ply-space-xl, 2rem)}.padding-top-xxl{padding-top:var(--ply-space-xxl, 3rem)}.padding-right-xs{padding-right:var(--ply-space-xs, 0.25rem)}.padding-right-sm{padding-right:var(--ply-space-sm, 0.5rem)}.padding-right-lg{padding-right:var(--ply-space-lg, 1.5rem)}.padding-right-xl{padding-right:var(--ply-space-xl, 2rem)}.padding-right-xxl{padding-right:var(--ply-space-xxl, 3rem)}.padding-bottom-xs{padding-bottom:var(--ply-space-xs, 0.25rem)}.padding-bottom-sm{padding-bottom:var(--ply-space-sm, 0.5rem)}.padding-bottom-lg{padding-bottom:var(--ply-space-lg, 1.5rem)}.padding-bottom-xl{padding-bottom:var(--ply-space-xl, 2rem)}.padding-bottom-xxl{padding-bottom:var(--ply-space-xxl, 3rem)}.padding-left-xs{padding-left:var(--ply-space-xs, 0.25rem)}.padding-left-sm{padding-left:var(--ply-space-sm, 0.5rem)}.padding-left-lg{padding-left:var(--ply-space-lg, 1.5rem)}.padding-left-xl{padding-left:var(--ply-space-xl, 2rem)}.padding-left-xxl{padding-left:var(--ply-space-xxl, 3rem)}.border-right{border-right:1px solid var(--ply-border-color, #ccc)}.border-left{border-left:1px solid var(--ply-border-color, #ccc)}.border-top-thick{border-top:3px solid var(--ply-border-color, #ccc)}.border-right-thick{border-right:3px solid var(--ply-border-color, #ccc)}.border-bottom-thick{border-bottom:3px solid var(--ply-border-color, #ccc)}.border-left-thick{border-left:3px solid var(--ply-border-color, #ccc)}.border-thick{border:3px solid var(--ply-border-color, #ccc)}.no-border-top{border-top:0 none !important}.no-border-right{border-right:0 none !important}.no-border-bottom{border-bottom:0 none !important}.no-border-left{border-left:0 none !important}@media(max-width: 1024px){.small-desktop-width-100{width:100%}.small-desktop-width-90{width:90%}.small-desktop-width-80{width:80%}.small-desktop-width-75{width:75%}.small-desktop-width-70{width:70%}.small-desktop-width-66{width:66.6%}.small-desktop-width-65{width:65%}.small-desktop-width-60{width:60%}.small-desktop-width-50{width:50%}.small-desktop-width-40{width:40%}.small-desktop-width-35{width:35%}.small-desktop-width-33{width:33.3%}.small-desktop-width-30{width:30%}.small-desktop-width-25{width:25%}.small-desktop-width-20{width:20%}.small-desktop-width-10{width:10%}}@media(max-width: 767px){.tablet-width-100{width:100%}.tablet-width-90{width:90%}.tablet-width-80{width:80%}.tablet-width-75{width:75%}.tablet-width-70{width:70%}.tablet-width-66{width:66.6%}.tablet-width-65{width:65%}.tablet-width-60{width:60%}.tablet-width-50{width:50%}.tablet-width-40{width:40%}.tablet-width-35{width:35%}.tablet-width-33{width:33.3%}.tablet-width-30{width:30%}.tablet-width-25{width:25%}.tablet-width-20{width:20%}.tablet-width-10{width:10%}}@media(max-width: 650px){.large-phone-width-100{width:100%}.large-phone-width-90{width:90%}.large-phone-width-80{width:80%}.large-phone-width-75{width:75%}.large-phone-width-70{width:70%}.large-phone-width-66{width:66.6%}.large-phone-width-65{width:65%}.large-phone-width-60{width:60%}.large-phone-width-50{width:50%}.large-phone-width-40{width:40%}.large-phone-width-35{width:35%}.large-phone-width-33{width:33.3%}.large-phone-width-30{width:30%}.large-phone-width-25{width:25%}.large-phone-width-20{width:20%}.large-phone-width-10{width:10%}}@media(max-width: 480px){.phone-width-100{width:100%}.phone-width-90{width:90%}.phone-width-80{width:80%}.phone-width-75{width:75%}.phone-width-70{width:70%}.phone-width-66{width:66.6%}.phone-width-65{width:65%}.phone-width-60{width:60%}.phone-width-50{width:50%}.phone-width-40{width:40%}.phone-width-35{width:35%}.phone-width-33{width:33.3%}.phone-width-30{width:30%}.phone-width-25{width:25%}.phone-width-20{width:20%}.phone-width-10{width:10%}}.height-100{height:100%}.height-90{height:90%}.height-80{height:80%}.height-75{height:75%}.height-70{height:70%}.height-66{height:66.6%}.height-65{height:65%}.height-60{height:60%}.height-50{height:50%}.height-40{height:40%}.height-35{height:35%}.height-33{height:33.3%}.height-30{height:30%}.height-25{height:25%}.height-20{height:20%}.height-10{height:10%}.border-box{box-sizing:border-box}.skip-link{position:absolute;top:-100%;left:0;z-index:1000;padding:.75rem 1.5rem;background:var(--ply-bg-body);color:var(--ply-color-link);text-decoration:underline;font-weight:600}.skip-link:focus{top:0}.circle{border-radius:100%}.border-radius-lg{border-radius:calc(var(--ply-border-radius)*3)}.border-radius-xl{border-radius:calc(var(--ply-border-radius)*6)}.text-primary{color:var(--ply-color-body)}.text-secondary{color:var(--ply-color-secondary)}.text-tertiary,.text-muted{color:var(--ply-color-muted)}.text-inverse{color:var(--ply-color-text-inverse)}.text-on-color{color:#fff}.no-orphan{text-wrap:pretty}.text-balance{text-wrap:balance}.bg-glass{background:var(--ply-bg-glass, rgba(255, 255, 255, 0.15));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.color-accent{color:var(--ply-color-accent)}.bg-accent{background-color:var(--ply-color-accent)}.bg-blue{background-color:var(--ply-bg-blue)}.bg-red{background-color:var(--ply-bg-red)}.bg-green{background-color:var(--ply-bg-green)}.bg-yellow{background-color:var(--ply-bg-yellow)}.gap-xs{--units-gap: var(--ply-space-xs, 0.25rem);gap:var(--units-gap)}.gap-sm{--units-gap: var(--ply-space-sm, 0.5rem);gap:var(--units-gap)}.gap{--units-gap: var(--ply-space-md, 0.75rem);gap:var(--units-gap)}.gap-lg{--units-gap: var(--ply-space-lg, 1.5rem);gap:var(--units-gap)}.gap-xl{--units-gap: var(--ply-space-xl, 2rem);gap:var(--units-gap)}.gap-xxl{--units-gap: var(--ply-space-xxl, 3rem);gap:var(--units-gap)}.no-link-style a{color:inherit;text-decoration:none}.no-link-style a:hover{color:inherit;text-decoration:none}.spinning{animation-duration:.75s;animation-name:spinning;animation-iteration-count:infinite;display:inline-block}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fade-in{animation-duration:.25s;animation-name:fadeIn;animation-iteration-count:1}.code{border:1px solid #f0f1f2;border-radius:var(--ply-border-radius);display:inline-block;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;padding:.05rem .35rem}.big{font-size:1.125rem}.small{font-size:.875rem}.smaller{font-size:.75rem}.highlight{background-color:#fff4cc}.sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji"}.serif{font-family:"Georgia",serif}.mono{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace}.hide-text{text-indent:-5000px;font-size:0}.normal{font-weight:normal}.light{font-weight:300 !important}.medium{font-weight:400 !important}.layer-0{background-color:var(--ply-layer-0)}.layer-1{background-color:var(--ply-layer-1);box-shadow:var(--ply-shadow-1)}.layer-2{background-color:var(--ply-layer-2);box-shadow:var(--ply-shadow-2)}.layer-3{background-color:var(--ply-layer-3);box-shadow:var(--ply-shadow-3)}.shadow-1{box-shadow:var(--ply-shadow-1)}.shadow-2{box-shadow:var(--ply-shadow-2)}.shadow-3{box-shadow:var(--ply-shadow-3)}.color-gray-10{color:rgba(0,0,0,.1)}.color-white-10{color:hsla(0,0%,100%,.1)}.color-gray-20{color:rgba(0,0,0,.2)}.color-white-20{color:hsla(0,0%,100%,.2)}.color-gray-30{color:rgba(0,0,0,.3)}.color-white-30{color:hsla(0,0%,100%,.3)}.color-gray-40{color:rgba(0,0,0,.4)}.color-white-40{color:hsla(0,0%,100%,.4)}.color-gray-50{color:rgba(0,0,0,.5)}.color-white-50{color:hsla(0,0%,100%,.5)}.color-gray-60{color:rgba(0,0,0,.6)}.color-white-60{color:hsla(0,0%,100%,.6)}.color-gray-70{color:rgba(0,0,0,.7)}.color-white-70{color:hsla(0,0%,100%,.7)}.color-gray-80{color:rgba(0,0,0,.8)}.color-white-80{color:hsla(0,0%,100%,.8)}.color-gray-90{color:rgba(0,0,0,.9)}.color-white-90{color:hsla(0,0%,100%,.9)}.color-blue{color:var(--ply-blue-1)}.color-red{color:var(--ply-red-1)}.color-green{color:var(--ply-green-1)}.color-yellow{color:var(--ply-yellow-1)}.units-container{margin:auto;max-width:1200px;overflow-x:clip;padding:.75rem;position:relative;width:100%}.units-container.fill-width{max-width:100%}.units-row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-flow:row wrap;gap:var(--units-gap, 1rem);margin:0 0 1.5rem}.units-row.reverse-direction,.units-row.right-to-left{flex-direction:row-reverse}.units-row.joined,.units-row.split{--units-gap: 0px;gap:0}.units-row.centered-content{justify-content:center;text-align:center}.units-row.stacked{margin-bottom:0}.units-row.equal-height [class*=unit-]{display:flex}.units-row.equal-height [class*=unit-]>*{width:100%}.units-row.unit-role-right{float:right;margin-left:.0004166667rem}.units-row.unit-role-left{margin-left:0}.units-row:last-child{margin-bottom:0}[class*=unit-]{box-sizing:border-box}[class*=unit-].fill-height{display:flex}.unit-auto{flex-basis:0;flex-grow:1}.unit-100{flex-basis:100%}.unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.unit-88{flex-basis:calc(87.5% - var(--units-gap, 1rem)*0.12)}.unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.unit-62{flex-basis:calc(62.5% - var(--units-gap, 1rem)*0.38)}.unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.unit-38{flex-basis:calc(37.5% - var(--units-gap, 1rem)*0.62)}.unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.unit-12{flex-basis:calc(12.5% - var(--units-gap, 1rem)*0.88)}.unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}.forever-unit-auto{flex-basis:0;flex-grow:1}.forever-unit-100{flex-basis:100%}.forever-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.forever-unit-88{flex-basis:calc(87.5% - var(--units-gap, 1rem)*0.12)}.forever-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.forever-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.forever-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.forever-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.forever-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.forever-unit-62{flex-basis:calc(62.5% - var(--units-gap, 1rem)*0.38)}.forever-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.forever-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.forever-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.forever-unit-38{flex-basis:calc(37.5% - var(--units-gap, 1rem)*0.62)}.forever-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.forever-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.forever-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.forever-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.forever-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.forever-unit-12{flex-basis:calc(12.5% - var(--units-gap, 1rem)*0.88)}.forever-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}@media(min-width: 1400px){.large-screen-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.large-screen-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.large-screen-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.large-screen-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.large-screen-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.large-screen-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.large-screen-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.large-screen-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.large-screen-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.large-screen-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.large-screen-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.large-screen-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.large-screen-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.large-screen-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.large-screen-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(min-width: 1800px){.x-large-screen-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.x-large-screen-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.x-large-screen-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.x-large-screen-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.x-large-screen-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.x-large-screen-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.x-large-screen-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.x-large-screen-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.x-large-screen-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.x-large-screen-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.x-large-screen-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.x-large-screen-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.x-large-screen-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.x-large-screen-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.x-large-screen-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 1024px){.small-desktop-unit-100{flex-basis:100%}.small-desktop-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.small-desktop-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.small-desktop-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.small-desktop-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.small-desktop-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.small-desktop-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.small-desktop-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.small-desktop-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.small-desktop-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.small-desktop-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.small-desktop-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.small-desktop-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.small-desktop-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.small-desktop-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.small-desktop-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 767px){.unit-auto,.unit-100,.unit-90,.unit-80,.unit-75,.unit-70,.unit-66,.unit-65,.unit-60,.unit-50,.unit-40,.unit-35,.unit-33,.unit-30,.unit-25,.unit-20,.unit-10{flex-basis:100%}.tablet-unit-100{flex-basis:100%}.tablet-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.tablet-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.tablet-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.tablet-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.tablet-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.tablet-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.tablet-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.tablet-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.tablet-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.tablet-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.tablet-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.tablet-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.tablet-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.tablet-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.tablet-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 650px){.large-phone-unit-100{flex-basis:100%}.large-phone-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.large-phone-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.large-phone-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.large-phone-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.large-phone-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.large-phone-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.large-phone-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.large-phone-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.large-phone-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.large-phone-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.large-phone-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.large-phone-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.large-phone-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.large-phone-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.large-phone-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}@media(max-width: 480px){.phone-unit-100{flex-basis:100%}.phone-unit-90{flex-basis:calc(90% - var(--units-gap, 1rem)*0.1)}.phone-unit-80{flex-basis:calc(80% - var(--units-gap, 1rem)*0.2)}.phone-unit-75{flex-basis:calc(75% - var(--units-gap, 1rem)*0.25)}.phone-unit-70{flex-basis:calc(70% - var(--units-gap, 1rem)*0.3)}.phone-unit-66{flex-basis:calc(66.6% - var(--units-gap, 1rem)*0.34)}.phone-unit-65{flex-basis:calc(65% - var(--units-gap, 1rem)*0.35)}.phone-unit-60{flex-basis:calc(60% - var(--units-gap, 1rem)*0.4)}.phone-unit-50{flex-basis:calc(50% - var(--units-gap, 1rem)*0.5)}.phone-unit-40{flex-basis:calc(40% - var(--units-gap, 1rem)*0.6)}.phone-unit-35{flex-basis:calc(35% - var(--units-gap, 1rem)*0.65)}.phone-unit-33{flex-basis:calc(33.3% - var(--units-gap, 1rem)*0.67)}.phone-unit-30{flex-basis:calc(30% - var(--units-gap, 1rem)*0.7)}.phone-unit-25{flex-basis:calc(25% - var(--units-gap, 1rem)*0.75)}.phone-unit-20{flex-basis:calc(20% - var(--units-gap, 1rem)*0.8)}.phone-unit-10{flex-basis:calc(10% - var(--units-gap, 1rem)*0.9)}}.unit-push-90{margin-left:90%}.unit-push-80{margin-left:80%}.unit-push-75{margin-left:75%}.unit-push-70{margin-left:70%}.unit-push-66{margin-left:66.6%}.unit-push-65{margin-left:65%}.unit-push-60{margin-left:60%}.unit-push-50{margin-left:50%}.unit-push-40{margin-left:40%}.unit-push-35{margin-left:35%}.unit-push-33{margin-left:33.3%}.unit-push-30{margin-left:30%}.unit-push-25{margin-left:25%}.unit-push-20{margin-left:20%}.unit-push-10{margin-left:10%}.centered,.unit-centered{float:none !important;margin:0 auto 1.5rem}.fully-centered{align-items:center;justify-content:center;text-align:center}.vertically-centered-space-between{align-items:center;justify-content:space-between}.justify-center,.horizontally-centered{justify-content:center;text-align:center}.justify-flex-end,.align-end{justify-content:flex-end}.justify-flex-start,.align-beginning{justify-content:flex-start}.justify-space-around{justify-content:space-around}.justify-space-between{justify-content:space-between}.align-baseline{align-items:baseline}.align-center{align-items:center;text-align:center}.align-middle{align-items:center}.align-flex-end,.vertical-bottom{align-items:flex-end}.align-flex-start,.vertical-top{align-items:flex-start}.align-stretch,.fill-height{align-items:stretch}.blocks-2,.blocks-3,.blocks-4,.blocks-5,.blocks-6{padding-left:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;gap:1.5rem .5rem}.blocks-2>li,.blocks-3>li,.blocks-4>li,.blocks-5>li,.blocks-6>li{height:auto}.blocks-2>li ul,.blocks-3>li ul,.blocks-4>li ul,.blocks-5>li ul,.blocks-6>li ul{list-style-type:disc}.blocks-2>li ul ul,.blocks-3>li ul ul,.blocks-4>li ul ul,.blocks-5>li ul ul,.blocks-6>li ul ul{list-style-type:circle}.blocks-2>li li,.blocks-3>li li,.blocks-4>li li,.blocks-5>li li,.blocks-6>li li{margin:0}.blocks-2>li{flex:0 0 calc(50% - .25rem)}.blocks-3>li{flex:0 0 calc(33.333% - .3333333333rem)}.blocks-4>li{flex:0 0 calc(25% - .375rem)}.blocks-5>li{flex:0 0 calc(20% - .4rem)}.blocks-6>li{flex:0 0 calc(16.666% - .4166666667rem)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--ply-bg-body: #ffffff;--ply-bg-surface: #ffffff;--ply-bg-surface-alt: #f4f4f4;--ply-bg-muted: #e0e0e0;--ply-color-body: #161616;--ply-color-headings: #161616;--ply-color-secondary: #525252;--ply-color-muted: #767676;--ply-color-placeholder: #a8a8a8;--ply-color-text-inverse: #ffffff;--ply-border-color: #e0e0e0;--ply-border-strong: #8d8d8d;--ply-color-link: var(--ply-btn-default-bg);--ply-color-link-hover: #0347c6;--ply-color-link-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);--ply-color-focus: #0f62fe;--ply-color-field-bg: var(--ply-bg-surface-alt);--ply-color-input-border: var(--ply-border-strong);--ply-color-input-bg: var(--ply-bg-surface-alt);--ply-color-error: var(--ply-red-1);--ply-color-success: var(--ply-green-1);--ply-color-code-bg: var(--ply-bg-surface-alt);--ply-color-code-border: var(--ply-border-color);--ply-color-table-border: var(--ply-border-color);--ply-color-table-striped: #f4f4f4;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #e8e8e8;--ply-color-accent: #0353e9;--ply-btn-default-bg: #0353e9;--ply-btn-default-bg-hover: #0347c6;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);--ply-btn-default-bg-active: #023eaf;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), black 25%);--ply-btn-secondary-bg: #393939;--ply-btn-secondary-bg-hover: #303030;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), black 15%);--ply-btn-secondary-bg-active: #2b2b2b;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), black 25%);--ply-border-radius: 0.25rem;--ply-btn-border-radius: 2rem;--ply-nav-bg: var(--ply-bg-body);--ply-nav-color: var(--ply-color-body);--ply-nav-border: var(--ply-color-body);--ply-nav-hover: #e8e8e8;--ply-nav-active-color: #525252;--ply-layer-0: var(--ply-bg-body);--ply-layer-1: var(--ply-bg-surface-alt);--ply-layer-2: var(--ply-bg-muted);--ply-layer-3: #c6c6c6;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.08);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.1);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.12);--ply-bg-glass: rgba(255, 255, 255, 0.15);--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-surface: #d3e3fb;--ply-red-surface: #f8d5d8;--ply-green-surface: #d5ecd9;--ply-yellow-surface: #fff4cc;--ply-indigo-surface: #e0e7ff;--ply-purple-surface: #ede9fe;--ply-pink-surface: #fce7f3;--ply-orange-surface: #ffedd5;--ply-teal-surface: #ccfbf1;--ply-cyan-surface: #cffafe;--ply-blue-border: #92baf6;--ply-red-border: #ef969d;--ply-green-border: #96cfa1;--ply-yellow-border: #ffe480;--ply-indigo-border: #a5b4fc;--ply-purple-border: #c4b5fd;--ply-pink-border: #f9a8d4;--ply-orange-border: #fdba74;--ply-teal-border: #5eead4;--ply-cyan-border: #67e8f9;--ply-blue-1: #0f62fe;--ply-blue-2: #0043ce;--ply-blue-3: #002d9c;--ply-red-1: #da1e28;--ply-red-2: #a2191f;--ply-red-3: #750e13;--ply-green-1: #198038;--ply-green-2: #0e6027;--ply-green-3: #044317;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #4f46e5;--ply-indigo-2: #3730a3;--ply-indigo-3: #312e81;--ply-purple-1: #7c3aed;--ply-purple-2: #6d28d9;--ply-purple-3: #5b21b6;--ply-pink-1: #be185d;--ply-pink-2: #9d174d;--ply-pink-3: #831843;--ply-orange-1: #c2410c;--ply-orange-2: #9a3412;--ply-orange-3: #7c2d12;--ply-teal-1: #0f766e;--ply-teal-2: #115e59;--ply-teal-3: #134e4a;--ply-cyan-1: #0e7490;--ply-cyan-2: #155e75;--ply-cyan-3: #164e63;--ply-font-body: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ply-font-heading: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ply-font-mono: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--ply-space-xs: 0.25rem;--ply-space-sm: 0.5rem;--ply-space-md: 0.75rem;--ply-space-lg: 1.5rem;--ply-space-xl: 2rem;--ply-space-xxl: 3rem}@media(prefers-color-scheme: dark){:root:not([data-theme]){--ply-bg-body: #161616;--ply-bg-surface: #262626;--ply-bg-surface-alt: #262626;--ply-bg-muted: #393939;--ply-color-body: #f4f4f4;--ply-color-headings: #f4f4f4;--ply-color-secondary: #c6c6c6;--ply-color-muted: #8d8d8d;--ply-color-placeholder: #6f6f6f;--ply-color-text-inverse: #161616;--ply-border-color: #393939;--ply-border-strong: #6f6f6f;--ply-color-link: #4589ff;--ply-color-link-hover: #619bff;--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);--ply-color-focus: #0f62fe;--ply-color-table-striped: #1c1c1c;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #353535;--ply-color-accent: #4589ff;--ply-btn-default-bg: #0f62fe;--ply-btn-default-bg-hover: #619bff;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), white 15%);--ply-btn-default-bg-active: #73a6ff;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), white 25%);--ply-btn-secondary-bg: #a8a8a8;--ply-btn-secondary-bg-hover: #b5b5b5;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), white 15%);--ply-btn-secondary-bg-active: #bebebe;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), white 25%);--ply-btn-default-color: #fff;--ply-btn-secondary-color: #161616;--ply-btn-ghost-color: #4589ff;--ply-nav-hover: #353535;--ply-nav-active-color: #a8a8a8;--ply-layer-3: #525252;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.4);--ply-bg-glass: rgba(38, 38, 38, 0.25);--ply-blue-surface: #1a2744;--ply-red-surface: #3b1c1e;--ply-green-surface: #1a2e1e;--ply-yellow-surface: #332b10;--ply-indigo-surface: #1e1b4b;--ply-purple-surface: #2e1065;--ply-pink-surface: #3b0a2a;--ply-orange-surface: #331a08;--ply-teal-surface: #132f2e;--ply-cyan-surface: #133040;--ply-blue-border: #1a52a5;--ply-red-border: #b2232f;--ply-green-border: #237f35;--ply-yellow-border: #cca000;--ply-indigo-border: #3730a3;--ply-purple-border: #5b21b6;--ply-pink-border: #9d174d;--ply-orange-border: #c2410c;--ply-teal-border: #0f766e;--ply-cyan-border: #0e7490;--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-1: #4589ff;--ply-blue-2: #78a9ff;--ply-blue-3: #a6c8ff;--ply-red-1: #ff8389;--ply-red-2: #fa4d56;--ply-red-3: #da1e28;--ply-green-1: #42be65;--ply-green-2: #6fdc8c;--ply-green-3: #a7f0ba;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #818cf8;--ply-indigo-2: #a5b4fc;--ply-indigo-3: #c7d2fe;--ply-purple-1: #a78bfa;--ply-purple-2: #c4b5fd;--ply-purple-3: #ddd6fe;--ply-pink-1: #f472b6;--ply-pink-2: #f9a8d4;--ply-pink-3: #fbcfe8;--ply-orange-1: #fb923c;--ply-orange-2: #fdba74;--ply-orange-3: #fed7aa;--ply-teal-1: #2dd4bf;--ply-teal-2: #5eead4;--ply-teal-3: #99f6e4;--ply-cyan-1: #22d3ee;--ply-cyan-2: #67e8f9;--ply-cyan-3: #a5f3fc}}[data-theme=dark]{--ply-bg-body: #161616;--ply-bg-surface: #262626;--ply-bg-surface-alt: #262626;--ply-bg-muted: #393939;--ply-color-body: #f4f4f4;--ply-color-headings: #f4f4f4;--ply-color-secondary: #c6c6c6;--ply-color-muted: #8d8d8d;--ply-color-placeholder: #6f6f6f;--ply-color-text-inverse: #161616;--ply-border-color: #393939;--ply-border-strong: #6f6f6f;--ply-color-link: #4589ff;--ply-color-link-hover: #619bff;--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);--ply-color-focus: #0f62fe;--ply-color-table-striped: #1c1c1c;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #353535;--ply-color-accent: #4589ff;--ply-btn-default-bg: #0f62fe;--ply-btn-default-bg-hover: #619bff;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), white 15%);--ply-btn-default-bg-active: #73a6ff;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), white 25%);--ply-btn-secondary-bg: #a8a8a8;--ply-btn-secondary-bg-hover: #b5b5b5;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), white 15%);--ply-btn-secondary-bg-active: #bebebe;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), white 25%);--ply-btn-default-color: #fff;--ply-btn-secondary-color: #161616;--ply-btn-ghost-color: #4589ff;--ply-nav-hover: #353535;--ply-nav-active-color: #a8a8a8;--ply-layer-3: #525252;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.4);--ply-bg-glass: rgba(38, 38, 38, 0.25);--ply-blue-surface: #1a2744;--ply-red-surface: #3b1c1e;--ply-green-surface: #1a2e1e;--ply-yellow-surface: #332b10;--ply-indigo-surface: #1e1b4b;--ply-purple-surface: #2e1065;--ply-pink-surface: #3b0a2a;--ply-orange-surface: #331a08;--ply-teal-surface: #132f2e;--ply-cyan-surface: #133040;--ply-blue-border: #1a52a5;--ply-red-border: #b2232f;--ply-green-border: #237f35;--ply-yellow-border: #cca000;--ply-indigo-border: #3730a3;--ply-purple-border: #5b21b6;--ply-pink-border: #9d174d;--ply-orange-border: #c2410c;--ply-teal-border: #0f766e;--ply-cyan-border: #0e7490;--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-1: #4589ff;--ply-blue-2: #78a9ff;--ply-blue-3: #a6c8ff;--ply-red-1: #ff8389;--ply-red-2: #fa4d56;--ply-red-3: #da1e28;--ply-green-1: #42be65;--ply-green-2: #6fdc8c;--ply-green-3: #a7f0ba;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #818cf8;--ply-indigo-2: #a5b4fc;--ply-indigo-3: #c7d2fe;--ply-purple-1: #a78bfa;--ply-purple-2: #c4b5fd;--ply-purple-3: #ddd6fe;--ply-pink-1: #f472b6;--ply-pink-2: #f9a8d4;--ply-pink-3: #fbcfe8;--ply-orange-1: #fb923c;--ply-orange-2: #fdba74;--ply-orange-3: #fed7aa;--ply-teal-1: #2dd4bf;--ply-teal-2: #5eead4;--ply-teal-3: #99f6e4;--ply-cyan-1: #22d3ee;--ply-cyan-2: #67e8f9;--ply-cyan-3: #a5f3fc}@media(prefers-contrast: more){:root{--ply-color-body: #000000;--ply-color-headings: #000000;--ply-color-secondary: #1a1a1a;--ply-color-muted: #333333;--ply-border-color: #000000;--ply-border-strong: #000000;--ply-color-link: #0000ee;--ply-color-link-hover: #0000cc;--ply-color-code-bg: #ffffff;--ply-color-code-border: #000000;--ply-color-focus: #000000;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #ffffff;--ply-layer-2: #ffffff;--ply-layer-3: #ffffff}}@media(prefers-contrast: more)and (prefers-color-scheme: dark){:root:not([data-theme]){--ply-color-body: #ffffff;--ply-color-headings: #ffffff;--ply-color-secondary: #e5e5e5;--ply-color-muted: #cccccc;--ply-border-color: #ffffff;--ply-border-strong: #ffffff;--ply-color-link: #6eb5ff;--ply-color-link-hover: #a6d0ff;--ply-color-code-bg: #000000;--ply-color-code-border: #ffffff;--ply-color-focus: #ffffff;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #161616;--ply-layer-2: #161616;--ply-layer-3: #161616}}@media(prefers-contrast: more){[data-theme=dark]{--ply-color-body: #ffffff;--ply-color-headings: #ffffff;--ply-color-secondary: #e5e5e5;--ply-color-muted: #cccccc;--ply-border-color: #ffffff;--ply-border-strong: #ffffff;--ply-color-link: #6eb5ff;--ply-color-link-hover: #a6d0ff;--ply-color-code-bg: #000000;--ply-color-code-border: #ffffff;--ply-color-focus: #ffffff;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #161616;--ply-layer-2: #161616;--ply-layer-3: #161616}}@keyframes spinning{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.cursor-pointer{cursor:pointer}.cursor-finger{cursor:pointer}.cursor-arrow{cursor:default}.cursor-default{cursor:default}.cursor-none{cursor:none}.cursor-progress{cursor:progress}.cursor-help{cursor:help}.cursor-question-mark{cursor:help}.cursor-text{cursor:text}.cursor-cell{cursor:cell}.cursor-plus{cursor:cell}.cursor-crosshair{cursor:crosshair}.cursor-alias{cursor:alias}.cursor-shortcut{cursor:alias}.cursor-context-menu{cursor:context-menu}.cursor-copy{cursor:copy}.cursor-move{cursor:move}.cursor-no-drop{cursor:no-drop}.cursor-not-allowed{cursor:not-allowed}.cursor-all-scroll{cursor:all-scroll}.cursor-ew-resize{cursor:ew-resize}.cursor-col-resize{cursor:col-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-row-resize{cursor:row-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-n-resize{cursor:n-resize}.cursor-e-resize{cursor:e-resize}.cursor-s-resize{cursor:s-resize}.cursor-w-resize{cursor:w-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-nw-resize{cursor:nw-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-se-resize{cursor:se-resize}.full-screen{box-sizing:border-box;display:block;width:100%;height:100%;position:relative}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.static{position:static}.sticky{position:sticky}.display-flex{display:flex}.display-block{display:block}.display-inline-block{display:inline-block}.display-grid{display:grid}.display-none{display:none}.last{margin-right:0 !important}.pause{margin-bottom:.75rem !important}.end{margin-bottom:0 !important}.margin{margin:var(--ply-space-md, 0.75rem)}.margin-top{margin-top:var(--ply-space-md, 0.75rem)}.margin-top-extra{margin-top:var(--ply-space-lg, 1.5rem)}.margin-right{margin-right:var(--ply-space-md, 0.75rem)}.margin-bottom{margin-bottom:var(--ply-space-md, 0.75rem)}.margin-bottom-extra{margin-bottom:var(--ply-space-lg, 1.5rem)}.margin-left{margin-left:var(--ply-space-md, 0.75rem)}.margin-xs{margin:var(--ply-space-xs, 0.25rem)}.margin-sm{margin:var(--ply-space-sm, 0.5rem)}.margin-lg{margin:var(--ply-space-lg, 1.5rem)}.margin-xl{margin:var(--ply-space-xl, 2rem)}.margin-xxl{margin:var(--ply-space-xxl, 3rem)}.no-margin{margin:0 !important}.no-top-margin{margin-top:0 !important}.no-bottom-margin{margin-bottom:0 !important}.no-spacing{margin:0 !important;padding:0 !important}.no-padding{padding:0 !important}.padding{padding:var(--ply-space-md, 0.75rem)}.padding-top{padding-top:var(--ply-space-md, 0.75rem)}.padding-right{padding-right:var(--ply-space-md, 0.75rem)}.padding-bottom{padding-bottom:var(--ply-space-md, 0.75rem)}.padding-left{padding-left:var(--ply-space-md, 0.75rem)}.padding-xs{padding:var(--ply-space-xs, 0.25rem)}.padding-sm{padding:var(--ply-space-sm, 0.5rem)}.padding-lg{padding:var(--ply-space-lg, 1.5rem)}.padding-xl{padding:var(--ply-space-xl, 2rem)}.padding-xxl{padding:var(--ply-space-xxl, 3rem)}.border-top{border-top:1px solid var(--ply-border-color, #ccc)}.border-bottom{border-bottom:1px solid var(--ply-border-color, #ccc)}.border{border:1px solid var(--ply-border-color, #ccc)}.no-border{border:0 none !important}.width-100{width:100%}.width-90{width:90%}.width-80{width:80%}.width-75{width:75%}.width-70{width:70%}.width-66{width:66.6%}.width-65{width:65%}.width-60{width:60%}.width-50{width:50%}.width-40{width:40%}.width-35{width:35%}.width-33{width:33.3%}.width-30{width:30%}.width-25{width:25%}.width-20{width:20%}.width-10{width:10%}.group:after,.clearfix:after{content:"";display:table;clear:both}.hide{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.hide-on-desktop{display:none}.flat-list{margin-left:0;list-style:none}.border-radius{border-radius:var(--ply-border-radius)}.req,.required{font-weight:normal;color:var(--ply-color-error)}.error{color:var(--ply-color-error)}.success{color:var(--ply-color-success)}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.5rem;line-height:2rem}.text-2xl{font-size:1.875rem;line-height:2.25rem}.text-3xl{font-size:2.25rem;line-height:2.5rem}.text-4xl{font-size:3rem;line-height:1}.text-5xl{font-size:3.75rem;line-height:1}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.bold{font-weight:bold !important}.italic{font-style:italic}.uppercase{text-transform:uppercase}.nowrap,.nowrap td{white-space:nowrap}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.bg-white,.bg-surface{background-color:var(--ply-bg-surface)}.bg-black{background-color:#0f0f0f}.color-black{color:#0f0f0f}.color-white{color:#fff}@media only screen and (max-width: 767px){.left,.right{float:none}.hide-on-mobile{display:none}.hide-on-desktop{display:block}}.flex-wrap{flex-wrap:wrap}.display-table{display:table}.display-inline-table{display:inline-table}.display-table-cell{display:table-cell}.display-list-item{display:list-item}.display-inline-grid{display:inline-grid}.display-subgrid{display:subgrid}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.margin-right-extra{margin-right:var(--ply-space-lg, 1.5rem)}.margin-left-auto{margin-left:auto}.margin-left-extra{margin-left:var(--ply-space-lg, 1.5rem)}.margin-top-xs{margin-top:var(--ply-space-xs, 0.25rem)}.margin-top-sm{margin-top:var(--ply-space-sm, 0.5rem)}.margin-top-lg{margin-top:var(--ply-space-lg, 1.5rem)}.margin-top-xl{margin-top:var(--ply-space-xl, 2rem)}.margin-top-xxl{margin-top:var(--ply-space-xxl, 3rem)}.margin-right-xs{margin-right:var(--ply-space-xs, 0.25rem)}.margin-right-sm{margin-right:var(--ply-space-sm, 0.5rem)}.margin-right-lg{margin-right:var(--ply-space-lg, 1.5rem)}.margin-right-xl{margin-right:var(--ply-space-xl, 2rem)}.margin-right-xxl{margin-right:var(--ply-space-xxl, 3rem)}.margin-bottom-xs{margin-bottom:var(--ply-space-xs, 0.25rem)}.margin-bottom-sm{margin-bottom:var(--ply-space-sm, 0.5rem)}.margin-bottom-lg{margin-bottom:var(--ply-space-lg, 1.5rem)}.margin-bottom-xl{margin-bottom:var(--ply-space-xl, 2rem)}.margin-bottom-xxl{margin-bottom:var(--ply-space-xxl, 3rem)}.margin-left-xs{margin-left:var(--ply-space-xs, 0.25rem)}.margin-left-sm{margin-left:var(--ply-space-sm, 0.5rem)}.margin-left-lg{margin-left:var(--ply-space-lg, 1.5rem)}.margin-left-xl{margin-left:var(--ply-space-xl, 2rem)}.margin-left-xxl{margin-left:var(--ply-space-xxl, 3rem)}.no-right-margin{margin-right:0 !important}.no-left-margin{margin-left:0 !important}.no-top-padding{padding-top:0 !important}.no-right-padding{padding-right:0 !important}.no-bottom-padding{padding-bottom:0 !important}.no-left-padding{padding-left:0 !important}.padding-top-extra{padding-top:var(--ply-space-lg, 1.5rem)}.padding-right-extra{padding-right:var(--ply-space-lg, 1.5rem)}.padding-bottom-extra{padding-bottom:var(--ply-space-lg, 1.5rem)}.padding-left-extra{padding-left:var(--ply-space-lg, 1.5rem)}.padding-top-xs{padding-top:var(--ply-space-xs, 0.25rem)}.padding-top-sm{padding-top:var(--ply-space-sm, 0.5rem)}.padding-top-lg{padding-top:var(--ply-space-lg, 1.5rem)}.padding-top-xl{padding-top:var(--ply-space-xl, 2rem)}.padding-top-xxl{padding-top:var(--ply-space-xxl, 3rem)}.padding-right-xs{padding-right:var(--ply-space-xs, 0.25rem)}.padding-right-sm{padding-right:var(--ply-space-sm, 0.5rem)}.padding-right-lg{padding-right:var(--ply-space-lg, 1.5rem)}.padding-right-xl{padding-right:var(--ply-space-xl, 2rem)}.padding-right-xxl{padding-right:var(--ply-space-xxl, 3rem)}.padding-bottom-xs{padding-bottom:var(--ply-space-xs, 0.25rem)}.padding-bottom-sm{padding-bottom:var(--ply-space-sm, 0.5rem)}.padding-bottom-lg{padding-bottom:var(--ply-space-lg, 1.5rem)}.padding-bottom-xl{padding-bottom:var(--ply-space-xl, 2rem)}.padding-bottom-xxl{padding-bottom:var(--ply-space-xxl, 3rem)}.padding-left-xs{padding-left:var(--ply-space-xs, 0.25rem)}.padding-left-sm{padding-left:var(--ply-space-sm, 0.5rem)}.padding-left-lg{padding-left:var(--ply-space-lg, 1.5rem)}.padding-left-xl{padding-left:var(--ply-space-xl, 2rem)}.padding-left-xxl{padding-left:var(--ply-space-xxl, 3rem)}.border-right{border-right:1px solid var(--ply-border-color, #ccc)}.border-left{border-left:1px solid var(--ply-border-color, #ccc)}.border-top-thick{border-top:3px solid var(--ply-border-color, #ccc)}.border-right-thick{border-right:3px solid var(--ply-border-color, #ccc)}.border-bottom-thick{border-bottom:3px solid var(--ply-border-color, #ccc)}.border-left-thick{border-left:3px solid var(--ply-border-color, #ccc)}.border-thick{border:3px solid var(--ply-border-color, #ccc)}.no-border-top{border-top:0 none !important}.no-border-right{border-right:0 none !important}.no-border-bottom{border-bottom:0 none !important}.no-border-left{border-left:0 none !important}@media(max-width: 1024px){.small-desktop-width-100{width:100%}.small-desktop-width-90{width:90%}.small-desktop-width-80{width:80%}.small-desktop-width-75{width:75%}.small-desktop-width-70{width:70%}.small-desktop-width-66{width:66.6%}.small-desktop-width-65{width:65%}.small-desktop-width-60{width:60%}.small-desktop-width-50{width:50%}.small-desktop-width-40{width:40%}.small-desktop-width-35{width:35%}.small-desktop-width-33{width:33.3%}.small-desktop-width-30{width:30%}.small-desktop-width-25{width:25%}.small-desktop-width-20{width:20%}.small-desktop-width-10{width:10%}}@media(max-width: 767px){.tablet-width-100{width:100%}.tablet-width-90{width:90%}.tablet-width-80{width:80%}.tablet-width-75{width:75%}.tablet-width-70{width:70%}.tablet-width-66{width:66.6%}.tablet-width-65{width:65%}.tablet-width-60{width:60%}.tablet-width-50{width:50%}.tablet-width-40{width:40%}.tablet-width-35{width:35%}.tablet-width-33{width:33.3%}.tablet-width-30{width:30%}.tablet-width-25{width:25%}.tablet-width-20{width:20%}.tablet-width-10{width:10%}}@media(max-width: 650px){.large-phone-width-100{width:100%}.large-phone-width-90{width:90%}.large-phone-width-80{width:80%}.large-phone-width-75{width:75%}.large-phone-width-70{width:70%}.large-phone-width-66{width:66.6%}.large-phone-width-65{width:65%}.large-phone-width-60{width:60%}.large-phone-width-50{width:50%}.large-phone-width-40{width:40%}.large-phone-width-35{width:35%}.large-phone-width-33{width:33.3%}.large-phone-width-30{width:30%}.large-phone-width-25{width:25%}.large-phone-width-20{width:20%}.large-phone-width-10{width:10%}}@media(max-width: 480px){.phone-width-100{width:100%}.phone-width-90{width:90%}.phone-width-80{width:80%}.phone-width-75{width:75%}.phone-width-70{width:70%}.phone-width-66{width:66.6%}.phone-width-65{width:65%}.phone-width-60{width:60%}.phone-width-50{width:50%}.phone-width-40{width:40%}.phone-width-35{width:35%}.phone-width-33{width:33.3%}.phone-width-30{width:30%}.phone-width-25{width:25%}.phone-width-20{width:20%}.phone-width-10{width:10%}}.height-100{height:100%}.height-90{height:90%}.height-80{height:80%}.height-75{height:75%}.height-70{height:70%}.height-66{height:66.6%}.height-65{height:65%}.height-60{height:60%}.height-50{height:50%}.height-40{height:40%}.height-35{height:35%}.height-33{height:33.3%}.height-30{height:30%}.height-25{height:25%}.height-20{height:20%}.height-10{height:10%}.border-box{box-sizing:border-box}.skip-link{position:absolute;top:-100%;left:0;z-index:1000;padding:.75rem 1.5rem;background:var(--ply-bg-body);color:var(--ply-color-link);text-decoration:underline;font-weight:600}.skip-link:focus{top:0}.circle{border-radius:100%}.border-radius-lg{border-radius:calc(var(--ply-border-radius)*3)}.border-radius-xl{border-radius:calc(var(--ply-border-radius)*6)}.text-primary{color:var(--ply-color-body)}.text-secondary{color:var(--ply-color-secondary)}.text-tertiary,.text-muted{color:var(--ply-color-muted)}.text-inverse{color:var(--ply-color-text-inverse)}.text-on-color{color:#fff}.no-orphan{text-wrap:pretty}.text-balance{text-wrap:balance}.bg-glass{background:var(--ply-bg-glass, rgba(255, 255, 255, 0.15));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.color-accent{color:var(--ply-color-accent)}.bg-accent{background-color:var(--ply-color-accent)}.bg-blue{background-color:var(--ply-bg-blue)}.bg-red{background-color:var(--ply-bg-red)}.bg-green{background-color:var(--ply-bg-green)}.bg-yellow{background-color:var(--ply-bg-yellow)}.gap-xs{--units-gap: var(--ply-space-xs, 0.25rem);gap:var(--units-gap)}.gap-sm{--units-gap: var(--ply-space-sm, 0.5rem);gap:var(--units-gap)}.gap{--units-gap: var(--ply-space-md, 0.75rem);gap:var(--units-gap)}.gap-lg{--units-gap: var(--ply-space-lg, 1.5rem);gap:var(--units-gap)}.gap-xl{--units-gap: var(--ply-space-xl, 2rem);gap:var(--units-gap)}.gap-xxl{--units-gap: var(--ply-space-xxl, 3rem);gap:var(--units-gap)}.no-link-style a{color:inherit;text-decoration:none}.no-link-style a:hover{color:inherit;text-decoration:none}.spinning{animation-duration:.75s;animation-name:spinning;animation-iteration-count:infinite;display:inline-block}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fade-in{animation-duration:.25s;animation-name:fadeIn;animation-iteration-count:1}.code{border:1px solid #f0f1f2;border-radius:var(--ply-border-radius);display:inline-block;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;padding:.05rem .35rem}.big{font-size:1.125rem}.small{font-size:.875rem}.smaller{font-size:.75rem}.highlight{background-color:#fff4cc}.sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji"}.serif{font-family:"Georgia",serif}.mono{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace}.hide-text{text-indent:-5000px;font-size:0}.normal{font-weight:normal}.light{font-weight:300 !important}.medium{font-weight:400 !important}.layer-0{background-color:var(--ply-layer-0)}.layer-1{background-color:var(--ply-layer-1);box-shadow:var(--ply-shadow-1)}.layer-2{background-color:var(--ply-layer-2);box-shadow:var(--ply-shadow-2)}.layer-3{background-color:var(--ply-layer-3);box-shadow:var(--ply-shadow-3)}.shadow-1{box-shadow:var(--ply-shadow-1)}.shadow-2{box-shadow:var(--ply-shadow-2)}.shadow-3{box-shadow:var(--ply-shadow-3)}.color-gray-10{color:rgba(0,0,0,.1)}.color-white-10{color:hsla(0,0%,100%,.1)}.color-gray-20{color:rgba(0,0,0,.2)}.color-white-20{color:hsla(0,0%,100%,.2)}.color-gray-30{color:rgba(0,0,0,.3)}.color-white-30{color:hsla(0,0%,100%,.3)}.color-gray-40{color:rgba(0,0,0,.4)}.color-white-40{color:hsla(0,0%,100%,.4)}.color-gray-50{color:rgba(0,0,0,.5)}.color-white-50{color:hsla(0,0%,100%,.5)}.color-gray-60{color:rgba(0,0,0,.6)}.color-white-60{color:hsla(0,0%,100%,.6)}.color-gray-70{color:rgba(0,0,0,.7)}.color-white-70{color:hsla(0,0%,100%,.7)}.color-gray-80{color:rgba(0,0,0,.8)}.color-white-80{color:hsla(0,0%,100%,.8)}.color-gray-90{color:rgba(0,0,0,.9)}.color-white-90{color:hsla(0,0%,100%,.9)}.color-blue{color:var(--ply-blue-1)}.color-red{color:var(--ply-red-1)}.color-green{color:var(--ply-green-1)}.color-yellow{color:var(--ply-yellow-1)}
|
|
1
|
+
:root{--ply-bg-body: #ffffff;--ply-bg-surface: #ffffff;--ply-bg-surface-alt: #f4f4f4;--ply-bg-muted: #e0e0e0;--ply-bg-inverse: var(--ply-color-body);--ply-layer-inverse-0: var(--ply-color-body);--ply-layer-inverse-1: var(--ply-color-secondary);--ply-color-black: #000000;--ply-color-body: #161616;--ply-color-headings: #161616;--ply-color-secondary: #525252;--ply-color-muted: #767676;--ply-color-placeholder: #a8a8a8;--ply-color-text-inverse: #ffffff;--ply-border-color: #e0e0e0;--ply-border-strong: #8d8d8d;--ply-color-link: var(--ply-btn-default-bg);--ply-color-link-hover: #0347c6;--ply-color-link-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);--ply-color-focus: #0f62fe;--ply-color-field-bg: var(--ply-bg-surface-alt);--ply-color-input-border: var(--ply-border-strong);--ply-color-input-bg: var(--ply-bg-surface-alt);--ply-color-error: var(--ply-red-1);--ply-color-success: var(--ply-green-1);--ply-color-code-bg: var(--ply-bg-surface-alt);--ply-color-code-border: var(--ply-border-color);--ply-color-table-border: var(--ply-border-color);--ply-color-table-striped: #f4f4f4;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #e8e8e8;--ply-color-accent: #0353e9;--ply-btn-default-bg: #0353e9;--ply-btn-default-bg-hover: #0347c6;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), black 15%);--ply-btn-default-bg-active: #023eaf;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), black 25%);--ply-btn-secondary-bg: #393939;--ply-btn-secondary-bg-hover: #303030;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), black 15%);--ply-btn-secondary-bg-active: #2b2b2b;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), black 25%);--ply-radius-none: 0;--ply-radius-xs: 0.125rem;--ply-radius-sm: 0.25rem;--ply-radius-md: 0.5rem;--ply-radius-lg: 0.75rem;--ply-radius-xl: 1rem;--ply-radius-full: 9999px;--ply-border-radius: var(--ply-radius-sm);--ply-btn-border-radius: var(--ply-radius-full);--ply-label-radius: var(--ply-radius-sm);--ply-badge-radius: var(--ply-radius-full);--ply-control-font-lg: 1.125rem;--ply-control-font: 1rem;--ply-control-font-sm: 0.875rem;--ply-control-font-xs: 0.75rem;--ply-control-py-lg: 0.875rem;--ply-control-py: 0.625rem;--ply-control-py-sm: 0.375rem;--ply-control-py-xs: 0.25rem;--ply-control-px-lg: 2rem;--ply-control-px: 1.5rem;--ply-control-px-sm: 1rem;--ply-control-px-xs: 0.75rem;--ply-control-lh-lg: 1.75rem;--ply-control-lh: 1.5rem;--ply-control-lh-sm: 1.25rem;--ply-control-lh-xs: 1rem;--ply-input-radius: var(--ply-radius-sm);--ply-nav-bg: var(--ply-bg-body);--ply-nav-color: var(--ply-color-body);--ply-nav-border: var(--ply-color-body);--ply-nav-hover: #e8e8e8;--ply-nav-active-color: #525252;--ply-layer-0: var(--ply-bg-body);--ply-layer-1: var(--ply-bg-surface-alt);--ply-layer-2: var(--ply-bg-muted);--ply-layer-3: #c6c6c6;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.08);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.1);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.12);--ply-bg-glass: rgba(255, 255, 255, 0.15);--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-surface: #d3e3fb;--ply-red-surface: #f8d5d8;--ply-green-surface: #d5ecd9;--ply-yellow-surface: #fff4cc;--ply-indigo-surface: #e0e7ff;--ply-purple-surface: #ede9fe;--ply-pink-surface: #fce7f3;--ply-orange-surface: #ffedd5;--ply-teal-surface: #ccfbf1;--ply-cyan-surface: #cffafe;--ply-blue-border: #92baf6;--ply-red-border: #ef969d;--ply-green-border: #96cfa1;--ply-yellow-border: #ffe480;--ply-indigo-border: #a5b4fc;--ply-purple-border: #c4b5fd;--ply-pink-border: #f9a8d4;--ply-orange-border: #fdba74;--ply-teal-border: #5eead4;--ply-cyan-border: #67e8f9;--ply-blue-1: #0f62fe;--ply-blue-2: #0043ce;--ply-blue-3: #002d9c;--ply-red-1: #da1e28;--ply-red-2: #a2191f;--ply-red-3: #750e13;--ply-green-1: #198038;--ply-green-2: #0e6027;--ply-green-3: #044317;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #4f46e5;--ply-indigo-2: #3730a3;--ply-indigo-3: #312e81;--ply-purple-1: #7c3aed;--ply-purple-2: #6d28d9;--ply-purple-3: #5b21b6;--ply-pink-1: #be185d;--ply-pink-2: #9d174d;--ply-pink-3: #831843;--ply-orange-1: #c2410c;--ply-orange-2: #9a3412;--ply-orange-3: #7c2d12;--ply-teal-1: #0f766e;--ply-teal-2: #115e59;--ply-teal-3: #134e4a;--ply-cyan-1: #0e7490;--ply-cyan-2: #155e75;--ply-cyan-3: #164e63;--ply-font-body: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ply-font-heading: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ply-font-mono: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;--ply-space-xs: 0.25rem;--ply-space-sm: 0.5rem;--ply-space-md: 0.75rem;--ply-space: 1rem;--ply-space-lg: 1.5rem;--ply-space-xl: 2rem;--ply-space-xxl: 3rem}@media(prefers-color-scheme: dark){:root:not([data-theme]){--ply-bg-body: #161616;--ply-bg-surface: #262626;--ply-bg-surface-alt: #262626;--ply-bg-muted: #393939;--ply-color-body: #f4f4f4;--ply-color-headings: #f4f4f4;--ply-color-secondary: #c6c6c6;--ply-color-muted: #8d8d8d;--ply-color-placeholder: #6f6f6f;--ply-color-text-inverse: #161616;--ply-border-color: #393939;--ply-border-strong: #6f6f6f;--ply-color-link: #4589ff;--ply-color-link-hover: #619bff;--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);--ply-color-focus: #0f62fe;--ply-color-table-striped: #1c1c1c;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #353535;--ply-color-accent: #4589ff;--ply-btn-default-bg: #0f62fe;--ply-btn-default-bg-hover: #619bff;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), white 15%);--ply-btn-default-bg-active: #73a6ff;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), white 25%);--ply-btn-secondary-bg: #a8a8a8;--ply-btn-secondary-bg-hover: #b5b5b5;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), white 15%);--ply-btn-secondary-bg-active: #bebebe;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), white 25%);--ply-btn-default-color: #fff;--ply-btn-secondary-color: #161616;--ply-btn-ghost-color: #4589ff;--ply-nav-hover: #353535;--ply-nav-active-color: #a8a8a8;--ply-layer-3: #525252;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.4);--ply-bg-glass: rgba(38, 38, 38, 0.25);--ply-blue-surface: #1a2744;--ply-red-surface: #3b1c1e;--ply-green-surface: #1a2e1e;--ply-yellow-surface: #332b10;--ply-indigo-surface: #1e1b4b;--ply-purple-surface: #2e1065;--ply-pink-surface: #3b0a2a;--ply-orange-surface: #331a08;--ply-teal-surface: #132f2e;--ply-cyan-surface: #133040;--ply-blue-border: #1a52a5;--ply-red-border: #b2232f;--ply-green-border: #237f35;--ply-yellow-border: #cca000;--ply-indigo-border: #3730a3;--ply-purple-border: #5b21b6;--ply-pink-border: #9d174d;--ply-orange-border: #c2410c;--ply-teal-border: #0f766e;--ply-cyan-border: #0e7490;--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-1: #4589ff;--ply-blue-2: #78a9ff;--ply-blue-3: #a6c8ff;--ply-red-1: #ff8389;--ply-red-2: #fa4d56;--ply-red-3: #da1e28;--ply-green-1: #42be65;--ply-green-2: #6fdc8c;--ply-green-3: #a7f0ba;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #818cf8;--ply-indigo-2: #a5b4fc;--ply-indigo-3: #c7d2fe;--ply-purple-1: #a78bfa;--ply-purple-2: #c4b5fd;--ply-purple-3: #ddd6fe;--ply-pink-1: #f472b6;--ply-pink-2: #f9a8d4;--ply-pink-3: #fbcfe8;--ply-orange-1: #fb923c;--ply-orange-2: #fdba74;--ply-orange-3: #fed7aa;--ply-teal-1: #2dd4bf;--ply-teal-2: #5eead4;--ply-teal-3: #99f6e4;--ply-cyan-1: #22d3ee;--ply-cyan-2: #67e8f9;--ply-cyan-3: #a5f3fc}}[data-theme=dark]{--ply-bg-body: #161616;--ply-bg-surface: #262626;--ply-bg-surface-alt: #262626;--ply-bg-muted: #393939;--ply-color-body: #f4f4f4;--ply-color-headings: #f4f4f4;--ply-color-secondary: #c6c6c6;--ply-color-muted: #8d8d8d;--ply-color-placeholder: #6f6f6f;--ply-color-text-inverse: #161616;--ply-border-color: #393939;--ply-border-strong: #6f6f6f;--ply-color-link: #4589ff;--ply-color-link-hover: #619bff;--ply-color-link-hover: color-mix(in oklch, #4589ff, white 15%);--ply-color-focus: #0f62fe;--ply-color-table-striped: #1c1c1c;--ply-color-table-stripped: var(--ply-color-table-striped);--ply-color-table-hovered: #353535;--ply-color-accent: #4589ff;--ply-btn-default-bg: #0f62fe;--ply-btn-default-bg-hover: #619bff;--ply-btn-default-bg-hover: color-mix(in oklch, var(--ply-btn-default-bg), white 15%);--ply-btn-default-bg-active: #73a6ff;--ply-btn-default-bg-active: color-mix(in oklch, var(--ply-btn-default-bg), white 25%);--ply-btn-secondary-bg: #a8a8a8;--ply-btn-secondary-bg-hover: #b5b5b5;--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), white 15%);--ply-btn-secondary-bg-active: #bebebe;--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), white 25%);--ply-btn-default-color: #fff;--ply-btn-secondary-color: #161616;--ply-btn-ghost-color: #4589ff;--ply-nav-hover: #353535;--ply-nav-active-color: #a8a8a8;--ply-layer-3: #525252;--ply-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.2);--ply-shadow-2: 0 2px 8px rgba(0, 0, 0, 0.3);--ply-shadow-3: 0 4px 24px rgba(0, 0, 0, 0.4);--ply-bg-glass: rgba(38, 38, 38, 0.25);--ply-blue-surface: #1a2744;--ply-red-surface: #3b1c1e;--ply-green-surface: #1a2e1e;--ply-yellow-surface: #332b10;--ply-indigo-surface: #1e1b4b;--ply-purple-surface: #2e1065;--ply-pink-surface: #3b0a2a;--ply-orange-surface: #331a08;--ply-teal-surface: #132f2e;--ply-cyan-surface: #133040;--ply-blue-border: #1a52a5;--ply-red-border: #b2232f;--ply-green-border: #237f35;--ply-yellow-border: #cca000;--ply-indigo-border: #3730a3;--ply-purple-border: #5b21b6;--ply-pink-border: #9d174d;--ply-orange-border: #c2410c;--ply-teal-border: #0f766e;--ply-cyan-border: #0e7490;--ply-bg-blue: #0f62fe;--ply-bg-blue-hover: #0043ce;--ply-bg-blue-active: #002d9c;--ply-bg-red: #da1e28;--ply-bg-red-hover: #a2191f;--ply-bg-red-active: #750e13;--ply-bg-green: #198038;--ply-bg-green-hover: #0e6027;--ply-bg-green-active: #044317;--ply-bg-yellow: #f1c21b;--ply-bg-yellow-hover: #d2a106;--ply-bg-yellow-active: #b28600;--ply-blue-1: #4589ff;--ply-blue-2: #78a9ff;--ply-blue-3: #a6c8ff;--ply-red-1: #ff8389;--ply-red-2: #fa4d56;--ply-red-3: #da1e28;--ply-green-1: #42be65;--ply-green-2: #6fdc8c;--ply-green-3: #a7f0ba;--ply-yellow-1: #f1c21b;--ply-yellow-2: #d2a106;--ply-yellow-3: #b28600;--ply-indigo-1: #818cf8;--ply-indigo-2: #a5b4fc;--ply-indigo-3: #c7d2fe;--ply-purple-1: #a78bfa;--ply-purple-2: #c4b5fd;--ply-purple-3: #ddd6fe;--ply-pink-1: #f472b6;--ply-pink-2: #f9a8d4;--ply-pink-3: #fbcfe8;--ply-orange-1: #fb923c;--ply-orange-2: #fdba74;--ply-orange-3: #fed7aa;--ply-teal-1: #2dd4bf;--ply-teal-2: #5eead4;--ply-teal-3: #99f6e4;--ply-cyan-1: #22d3ee;--ply-cyan-2: #67e8f9;--ply-cyan-3: #a5f3fc}@media(prefers-contrast: more){:root{--ply-color-body: #000000;--ply-color-headings: #000000;--ply-color-secondary: #1a1a1a;--ply-color-muted: #333333;--ply-border-color: #000000;--ply-border-strong: #000000;--ply-color-link: #0000ee;--ply-color-link-hover: #0000cc;--ply-color-code-bg: #ffffff;--ply-color-code-border: #000000;--ply-color-focus: #000000;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #ffffff;--ply-layer-2: #ffffff;--ply-layer-3: #ffffff}}@media(prefers-contrast: more)and (prefers-color-scheme: dark){:root:not([data-theme]){--ply-color-body: #ffffff;--ply-color-headings: #ffffff;--ply-color-secondary: #e5e5e5;--ply-color-muted: #cccccc;--ply-border-color: #ffffff;--ply-border-strong: #ffffff;--ply-color-link: #6eb5ff;--ply-color-link-hover: #a6d0ff;--ply-color-code-bg: #000000;--ply-color-code-border: #ffffff;--ply-color-focus: #ffffff;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #161616;--ply-layer-2: #161616;--ply-layer-3: #161616}}@media(prefers-contrast: more){[data-theme=dark]{--ply-color-body: #ffffff;--ply-color-headings: #ffffff;--ply-color-secondary: #e5e5e5;--ply-color-muted: #cccccc;--ply-border-color: #ffffff;--ply-border-strong: #ffffff;--ply-color-link: #6eb5ff;--ply-color-link-hover: #a6d0ff;--ply-color-code-bg: #000000;--ply-color-code-border: #ffffff;--ply-color-focus: #ffffff;--ply-shadow-1: none;--ply-shadow-2: none;--ply-shadow-3: none;--ply-layer-1: #161616;--ply-layer-2: #161616;--ply-layer-3: #161616}}@keyframes spinning{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.cursor-pointer{cursor:pointer}.cursor-finger{cursor:pointer}.cursor-arrow{cursor:default}.cursor-default{cursor:default}.cursor-none{cursor:none}.cursor-progress{cursor:progress}.cursor-help{cursor:help}.cursor-question-mark{cursor:help}.cursor-text{cursor:text}.cursor-cell{cursor:cell}.cursor-plus{cursor:cell}.cursor-crosshair{cursor:crosshair}.cursor-alias{cursor:alias}.cursor-shortcut{cursor:alias}.cursor-context-menu{cursor:context-menu}.cursor-copy{cursor:copy}.cursor-move{cursor:move}.cursor-no-drop{cursor:no-drop}.cursor-not-allowed{cursor:not-allowed}.cursor-all-scroll{cursor:all-scroll}.cursor-ew-resize{cursor:ew-resize}.cursor-col-resize{cursor:col-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-row-resize{cursor:row-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-n-resize{cursor:n-resize}.cursor-e-resize{cursor:e-resize}.cursor-s-resize{cursor:s-resize}.cursor-w-resize{cursor:w-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-nw-resize{cursor:nw-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-se-resize{cursor:se-resize}.full-screen{box-sizing:border-box;display:block;width:100%;height:100%;position:relative}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.static{position:static}.sticky{position:sticky}.display-flex{display:flex}.display-block{display:block}.display-inline-block{display:inline-block}.display-grid{display:grid}.display-none{display:none}.last{margin-right:0 !important}.pause{margin-bottom:.75rem !important}.end{margin-bottom:0 !important}.margin{margin:var(--ply-space-md, 0.75rem)}.margin-top{margin-top:var(--ply-space-md, 0.75rem)}.margin-top-extra{margin-top:var(--ply-space-lg, 1.5rem)}.margin-right{margin-right:var(--ply-space-md, 0.75rem)}.margin-bottom{margin-bottom:var(--ply-space-md, 0.75rem)}.margin-bottom-extra{margin-bottom:var(--ply-space-lg, 1.5rem)}.margin-left{margin-left:var(--ply-space-md, 0.75rem)}.margin-xs{margin:var(--ply-space-xs, 0.25rem)}.margin-sm{margin:var(--ply-space-sm, 0.5rem)}.margin-lg{margin:var(--ply-space-lg, 1.5rem)}.margin-xl{margin:var(--ply-space-xl, 2rem)}.margin-xxl{margin:var(--ply-space-xxl, 3rem)}.no-margin{margin:0 !important}.no-top-margin{margin-top:0 !important}.no-bottom-margin{margin-bottom:0 !important}.no-spacing{margin:0 !important;padding:0 !important}.no-padding{padding:0 !important}.padding{padding:var(--ply-space-md, 0.75rem)}.padding-top{padding-top:var(--ply-space-md, 0.75rem)}.padding-right{padding-right:var(--ply-space-md, 0.75rem)}.padding-bottom{padding-bottom:var(--ply-space-md, 0.75rem)}.padding-left{padding-left:var(--ply-space-md, 0.75rem)}.padding-xs{padding:var(--ply-space-xs, 0.25rem)}.padding-sm{padding:var(--ply-space-sm, 0.5rem)}.padding-lg{padding:var(--ply-space-lg, 1.5rem)}.padding-xl{padding:var(--ply-space-xl, 2rem)}.padding-xxl{padding:var(--ply-space-xxl, 3rem)}.border-top{border-top:1px solid var(--ply-border-color, #ccc)}.border-bottom{border-bottom:1px solid var(--ply-border-color, #ccc)}.border{border:1px solid var(--ply-border-color, #ccc)}.no-border{border:0 none !important}.width-100{width:100%}.width-90{width:90%}.width-80{width:80%}.width-75{width:75%}.width-70{width:70%}.width-66{width:66.6%}.width-65{width:65%}.width-60{width:60%}.width-50{width:50%}.width-40{width:40%}.width-35{width:35%}.width-33{width:33.3%}.width-30{width:30%}.width-25{width:25%}.width-20{width:20%}.width-10{width:10%}.group:after,.clearfix:after{content:"";display:table;clear:both}.hide{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.hide-on-desktop{display:none}.flat-list{margin-left:0;list-style:none}.border-radius{border-radius:var(--ply-border-radius)}.req,.required{font-weight:normal;color:var(--ply-color-error)}.error{color:var(--ply-color-error)}.success{color:var(--ply-color-success)}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.5rem;line-height:2rem}.text-2xl{font-size:1.875rem;line-height:2.25rem}.text-3xl{font-size:2.25rem;line-height:2.5rem}.text-4xl{font-size:3rem;line-height:1}.text-5xl{font-size:3.75rem;line-height:1}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.bold{font-weight:bold !important}.italic{font-style:italic}.uppercase{text-transform:uppercase}.nowrap,.nowrap td{white-space:nowrap}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.bg-white,.bg-surface{background-color:var(--ply-bg-surface)}.bg-black{background-color:#0f0f0f}.color-black{color:#0f0f0f}.color-white{color:#fff}@media only screen and (max-width: 767px){.left,.right{float:none}.hide-on-mobile{display:none}.hide-on-desktop{display:block}}.flex-wrap{flex-wrap:wrap}.display-table{display:table}.display-inline-table{display:inline-table}.display-table-cell{display:table-cell}.display-list-item{display:list-item}.display-inline-grid{display:inline-grid}.display-subgrid{display:subgrid}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.margin-right-extra{margin-right:var(--ply-space-lg, 1.5rem)}.margin-left-auto{margin-left:auto}.margin-left-extra{margin-left:var(--ply-space-lg, 1.5rem)}.margin-top-xs{margin-top:var(--ply-space-xs, 0.25rem)}.margin-top-sm{margin-top:var(--ply-space-sm, 0.5rem)}.margin-top-lg{margin-top:var(--ply-space-lg, 1.5rem)}.margin-top-xl{margin-top:var(--ply-space-xl, 2rem)}.margin-top-xxl{margin-top:var(--ply-space-xxl, 3rem)}.margin-right-xs{margin-right:var(--ply-space-xs, 0.25rem)}.margin-right-sm{margin-right:var(--ply-space-sm, 0.5rem)}.margin-right-lg{margin-right:var(--ply-space-lg, 1.5rem)}.margin-right-xl{margin-right:var(--ply-space-xl, 2rem)}.margin-right-xxl{margin-right:var(--ply-space-xxl, 3rem)}.margin-bottom-xs{margin-bottom:var(--ply-space-xs, 0.25rem)}.margin-bottom-sm{margin-bottom:var(--ply-space-sm, 0.5rem)}.margin-bottom-lg{margin-bottom:var(--ply-space-lg, 1.5rem)}.margin-bottom-xl{margin-bottom:var(--ply-space-xl, 2rem)}.margin-bottom-xxl{margin-bottom:var(--ply-space-xxl, 3rem)}.margin-left-xs{margin-left:var(--ply-space-xs, 0.25rem)}.margin-left-sm{margin-left:var(--ply-space-sm, 0.5rem)}.margin-left-lg{margin-left:var(--ply-space-lg, 1.5rem)}.margin-left-xl{margin-left:var(--ply-space-xl, 2rem)}.margin-left-xxl{margin-left:var(--ply-space-xxl, 3rem)}.no-right-margin{margin-right:0 !important}.no-left-margin{margin-left:0 !important}.no-top-padding{padding-top:0 !important}.no-right-padding{padding-right:0 !important}.no-bottom-padding{padding-bottom:0 !important}.no-left-padding{padding-left:0 !important}.padding-top-extra{padding-top:var(--ply-space-lg, 1.5rem)}.padding-right-extra{padding-right:var(--ply-space-lg, 1.5rem)}.padding-bottom-extra{padding-bottom:var(--ply-space-lg, 1.5rem)}.padding-left-extra{padding-left:var(--ply-space-lg, 1.5rem)}.padding-top-xs{padding-top:var(--ply-space-xs, 0.25rem)}.padding-top-sm{padding-top:var(--ply-space-sm, 0.5rem)}.padding-top-lg{padding-top:var(--ply-space-lg, 1.5rem)}.padding-top-xl{padding-top:var(--ply-space-xl, 2rem)}.padding-top-xxl{padding-top:var(--ply-space-xxl, 3rem)}.padding-right-xs{padding-right:var(--ply-space-xs, 0.25rem)}.padding-right-sm{padding-right:var(--ply-space-sm, 0.5rem)}.padding-right-lg{padding-right:var(--ply-space-lg, 1.5rem)}.padding-right-xl{padding-right:var(--ply-space-xl, 2rem)}.padding-right-xxl{padding-right:var(--ply-space-xxl, 3rem)}.padding-bottom-xs{padding-bottom:var(--ply-space-xs, 0.25rem)}.padding-bottom-sm{padding-bottom:var(--ply-space-sm, 0.5rem)}.padding-bottom-lg{padding-bottom:var(--ply-space-lg, 1.5rem)}.padding-bottom-xl{padding-bottom:var(--ply-space-xl, 2rem)}.padding-bottom-xxl{padding-bottom:var(--ply-space-xxl, 3rem)}.padding-left-xs{padding-left:var(--ply-space-xs, 0.25rem)}.padding-left-sm{padding-left:var(--ply-space-sm, 0.5rem)}.padding-left-lg{padding-left:var(--ply-space-lg, 1.5rem)}.padding-left-xl{padding-left:var(--ply-space-xl, 2rem)}.padding-left-xxl{padding-left:var(--ply-space-xxl, 3rem)}.border-right{border-right:1px solid var(--ply-border-color, #ccc)}.border-left{border-left:1px solid var(--ply-border-color, #ccc)}.border-top-thick{border-top:3px solid var(--ply-border-color, #ccc)}.border-right-thick{border-right:3px solid var(--ply-border-color, #ccc)}.border-bottom-thick{border-bottom:3px solid var(--ply-border-color, #ccc)}.border-left-thick{border-left:3px solid var(--ply-border-color, #ccc)}.border-thick{border:3px solid var(--ply-border-color, #ccc)}.no-border-top{border-top:0 none !important}.no-border-right{border-right:0 none !important}.no-border-bottom{border-bottom:0 none !important}.no-border-left{border-left:0 none !important}@media(max-width: 1024px){.small-desktop-width-100{width:100%}.small-desktop-width-90{width:90%}.small-desktop-width-80{width:80%}.small-desktop-width-75{width:75%}.small-desktop-width-70{width:70%}.small-desktop-width-66{width:66.6%}.small-desktop-width-65{width:65%}.small-desktop-width-60{width:60%}.small-desktop-width-50{width:50%}.small-desktop-width-40{width:40%}.small-desktop-width-35{width:35%}.small-desktop-width-33{width:33.3%}.small-desktop-width-30{width:30%}.small-desktop-width-25{width:25%}.small-desktop-width-20{width:20%}.small-desktop-width-10{width:10%}}@media(max-width: 767px){.tablet-width-100{width:100%}.tablet-width-90{width:90%}.tablet-width-80{width:80%}.tablet-width-75{width:75%}.tablet-width-70{width:70%}.tablet-width-66{width:66.6%}.tablet-width-65{width:65%}.tablet-width-60{width:60%}.tablet-width-50{width:50%}.tablet-width-40{width:40%}.tablet-width-35{width:35%}.tablet-width-33{width:33.3%}.tablet-width-30{width:30%}.tablet-width-25{width:25%}.tablet-width-20{width:20%}.tablet-width-10{width:10%}}@media(max-width: 650px){.large-phone-width-100{width:100%}.large-phone-width-90{width:90%}.large-phone-width-80{width:80%}.large-phone-width-75{width:75%}.large-phone-width-70{width:70%}.large-phone-width-66{width:66.6%}.large-phone-width-65{width:65%}.large-phone-width-60{width:60%}.large-phone-width-50{width:50%}.large-phone-width-40{width:40%}.large-phone-width-35{width:35%}.large-phone-width-33{width:33.3%}.large-phone-width-30{width:30%}.large-phone-width-25{width:25%}.large-phone-width-20{width:20%}.large-phone-width-10{width:10%}}@media(max-width: 480px){.phone-width-100{width:100%}.phone-width-90{width:90%}.phone-width-80{width:80%}.phone-width-75{width:75%}.phone-width-70{width:70%}.phone-width-66{width:66.6%}.phone-width-65{width:65%}.phone-width-60{width:60%}.phone-width-50{width:50%}.phone-width-40{width:40%}.phone-width-35{width:35%}.phone-width-33{width:33.3%}.phone-width-30{width:30%}.phone-width-25{width:25%}.phone-width-20{width:20%}.phone-width-10{width:10%}}.height-100{height:100%}.height-90{height:90%}.height-80{height:80%}.height-75{height:75%}.height-70{height:70%}.height-66{height:66.6%}.height-65{height:65%}.height-60{height:60%}.height-50{height:50%}.height-40{height:40%}.height-35{height:35%}.height-33{height:33.3%}.height-30{height:30%}.height-25{height:25%}.height-20{height:20%}.height-10{height:10%}.border-box{box-sizing:border-box}.skip-link{position:absolute;top:-100%;left:0;z-index:1000;padding:.75rem 1.5rem;background:var(--ply-bg-body);color:var(--ply-color-link);text-decoration:underline;font-weight:600}.skip-link:focus{top:0}.circle{border-radius:100%}.border-radius-lg{border-radius:calc(var(--ply-border-radius)*3)}.border-radius-xl{border-radius:calc(var(--ply-border-radius)*6)}.text-primary{color:var(--ply-color-body)}.text-secondary{color:var(--ply-color-secondary)}.text-tertiary,.text-muted{color:var(--ply-color-muted)}.text-inverse{color:var(--ply-color-text-inverse)}.text-on-color{color:#fff}.no-orphan{text-wrap:pretty}.text-balance{text-wrap:balance}.bg-glass{background:var(--ply-bg-glass, rgba(255, 255, 255, 0.15));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.color-accent{color:var(--ply-color-accent)}.bg-accent{background-color:var(--ply-color-accent)}.bg-blue{background-color:var(--ply-bg-blue)}.bg-red{background-color:var(--ply-bg-red)}.bg-green{background-color:var(--ply-bg-green)}.bg-yellow{background-color:var(--ply-bg-yellow)}.gap-xs{--units-gap: var(--ply-space-xs, 0.25rem);gap:var(--units-gap)}.gap-sm{--units-gap: var(--ply-space-sm, 0.5rem);gap:var(--units-gap)}.gap{--units-gap: var(--ply-space-md, 0.75rem);gap:var(--units-gap)}.gap-lg{--units-gap: var(--ply-space-lg, 1.5rem);gap:var(--units-gap)}.gap-xl{--units-gap: var(--ply-space-xl, 2rem);gap:var(--units-gap)}.gap-xxl{--units-gap: var(--ply-space-xxl, 3rem);gap:var(--units-gap)}.no-link-style a{color:inherit;text-decoration:none}.no-link-style a:hover{color:inherit;text-decoration:none}.spinning{animation-duration:.75s;animation-name:spinning;animation-iteration-count:infinite;display:inline-block}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fade-in{animation-duration:.25s;animation-name:fadeIn;animation-iteration-count:1}.code{border:1px solid #f0f1f2;border-radius:var(--ply-border-radius);display:inline-block;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;padding:.05rem .35rem}.big{font-size:1.125rem}.small{font-size:.875rem}.smaller{font-size:.75rem}.highlight{background-color:#fff4cc}.sans{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji"}.serif{font-family:"Georgia",serif}.mono{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace}.hide-text{text-indent:-5000px;font-size:0}.normal{font-weight:normal}.light{font-weight:300 !important}.medium{font-weight:400 !important}.layer-0{background-color:var(--ply-layer-0)}.layer-1{background-color:var(--ply-layer-1);box-shadow:var(--ply-shadow-1)}.layer-2{background-color:var(--ply-layer-2);box-shadow:var(--ply-shadow-2)}.layer-3{background-color:var(--ply-layer-3);box-shadow:var(--ply-shadow-3)}.shadow-1{box-shadow:var(--ply-shadow-1)}.shadow-2{box-shadow:var(--ply-shadow-2)}.shadow-3{box-shadow:var(--ply-shadow-3)}.color-gray-10{color:rgba(0,0,0,.1)}.color-white-10{color:hsla(0,0%,100%,.1)}.color-gray-20{color:rgba(0,0,0,.2)}.color-white-20{color:hsla(0,0%,100%,.2)}.color-gray-30{color:rgba(0,0,0,.3)}.color-white-30{color:hsla(0,0%,100%,.3)}.color-gray-40{color:rgba(0,0,0,.4)}.color-white-40{color:hsla(0,0%,100%,.4)}.color-gray-50{color:rgba(0,0,0,.5)}.color-white-50{color:hsla(0,0%,100%,.5)}.color-gray-60{color:rgba(0,0,0,.6)}.color-white-60{color:hsla(0,0%,100%,.6)}.color-gray-70{color:rgba(0,0,0,.7)}.color-white-70{color:hsla(0,0%,100%,.7)}.color-gray-80{color:rgba(0,0,0,.8)}.color-white-80{color:hsla(0,0%,100%,.8)}.color-gray-90{color:rgba(0,0,0,.9)}.color-white-90{color:hsla(0,0%,100%,.9)}.color-blue{color:var(--ply-blue-1)}.color-red{color:var(--ply-red-1)}.color-green{color:var(--ply-green-1)}.color-yellow{color:var(--ply-yellow-1)}
|
package/dist/css/ply.css
CHANGED
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
--ply-bg-surface: #ffffff;
|
|
10
10
|
--ply-bg-surface-alt: #f4f4f4;
|
|
11
11
|
--ply-bg-muted: #e0e0e0;
|
|
12
|
+
--ply-bg-inverse: var(--ply-color-body);
|
|
13
|
+
--ply-layer-inverse-0: var(--ply-color-body);
|
|
14
|
+
--ply-layer-inverse-1: var(--ply-color-secondary);
|
|
15
|
+
--ply-color-black: #000000;
|
|
12
16
|
--ply-color-body: #161616;
|
|
13
17
|
--ply-color-headings: #161616;
|
|
14
18
|
--ply-color-secondary: #525252;
|
|
@@ -43,8 +47,34 @@
|
|
|
43
47
|
--ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), black 15%);
|
|
44
48
|
--ply-btn-secondary-bg-active: #2b2b2b;
|
|
45
49
|
--ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), black 25%);
|
|
46
|
-
--ply-
|
|
47
|
-
--ply-
|
|
50
|
+
--ply-radius-none: 0;
|
|
51
|
+
--ply-radius-xs: 0.125rem;
|
|
52
|
+
--ply-radius-sm: 0.25rem;
|
|
53
|
+
--ply-radius-md: 0.5rem;
|
|
54
|
+
--ply-radius-lg: 0.75rem;
|
|
55
|
+
--ply-radius-xl: 1rem;
|
|
56
|
+
--ply-radius-full: 9999px;
|
|
57
|
+
--ply-border-radius: var(--ply-radius-sm);
|
|
58
|
+
--ply-btn-border-radius: var(--ply-radius-full);
|
|
59
|
+
--ply-label-radius: var(--ply-radius-sm);
|
|
60
|
+
--ply-badge-radius: var(--ply-radius-full);
|
|
61
|
+
--ply-control-font-lg: 1.125rem;
|
|
62
|
+
--ply-control-font: 1rem;
|
|
63
|
+
--ply-control-font-sm: 0.875rem;
|
|
64
|
+
--ply-control-font-xs: 0.75rem;
|
|
65
|
+
--ply-control-py-lg: 0.875rem;
|
|
66
|
+
--ply-control-py: 0.625rem;
|
|
67
|
+
--ply-control-py-sm: 0.375rem;
|
|
68
|
+
--ply-control-py-xs: 0.25rem;
|
|
69
|
+
--ply-control-px-lg: 2rem;
|
|
70
|
+
--ply-control-px: 1.5rem;
|
|
71
|
+
--ply-control-px-sm: 1rem;
|
|
72
|
+
--ply-control-px-xs: 0.75rem;
|
|
73
|
+
--ply-control-lh-lg: 1.75rem;
|
|
74
|
+
--ply-control-lh: 1.5rem;
|
|
75
|
+
--ply-control-lh-sm: 1.25rem;
|
|
76
|
+
--ply-control-lh-xs: 1rem;
|
|
77
|
+
--ply-input-radius: var(--ply-radius-sm);
|
|
48
78
|
--ply-nav-bg: var(--ply-bg-body);
|
|
49
79
|
--ply-nav-color: var(--ply-color-body);
|
|
50
80
|
--ply-nav-border: var(--ply-color-body);
|
|
@@ -126,6 +156,7 @@
|
|
|
126
156
|
--ply-space-xs: 0.25rem;
|
|
127
157
|
--ply-space-sm: 0.5rem;
|
|
128
158
|
--ply-space-md: 0.75rem;
|
|
159
|
+
--ply-space: 1rem;
|
|
129
160
|
--ply-space-lg: 1.5rem;
|
|
130
161
|
--ply-space-xl: 2rem;
|
|
131
162
|
--ply-space-xxl: 3rem;
|
|
@@ -702,20 +733,26 @@ summary {
|
|
|
702
733
|
font-weight: 600;
|
|
703
734
|
padding: 0.25rem 0;
|
|
704
735
|
list-style: none;
|
|
736
|
+
display: flex;
|
|
737
|
+
align-items: center;
|
|
705
738
|
}
|
|
706
739
|
summary::marker, summary::-webkit-details-marker {
|
|
707
740
|
display: none;
|
|
708
741
|
}
|
|
709
|
-
summary::
|
|
710
|
-
content: "
|
|
711
|
-
|
|
712
|
-
margin-
|
|
713
|
-
|
|
742
|
+
summary::after {
|
|
743
|
+
content: "";
|
|
744
|
+
flex: none;
|
|
745
|
+
margin-left: auto;
|
|
746
|
+
width: 0;
|
|
747
|
+
height: 0;
|
|
748
|
+
border-left: 0.3em solid transparent;
|
|
749
|
+
border-right: 0.3em solid transparent;
|
|
750
|
+
border-top: 0.35em solid var(--ply-color-secondary);
|
|
714
751
|
transition: transform 0.15s ease;
|
|
715
752
|
}
|
|
716
753
|
|
|
717
|
-
details[open] > summary::
|
|
718
|
-
transform: rotate(
|
|
754
|
+
details[open] > summary::after {
|
|
755
|
+
transform: rotate(180deg);
|
|
719
756
|
}
|
|
720
757
|
|
|
721
758
|
details[open] > summary {
|
|
@@ -3636,7 +3673,9 @@ table.table-hovered tbody tr:hover td {
|
|
|
3636
3673
|
border-radius: var(--ply-border-radius);
|
|
3637
3674
|
display: block;
|
|
3638
3675
|
width: 100%;
|
|
3639
|
-
|
|
3676
|
+
font-size: var(--ply-control-font);
|
|
3677
|
+
line-height: var(--ply-control-lh);
|
|
3678
|
+
padding: var(--ply-control-py) var(--ply-control-px);
|
|
3640
3679
|
}
|
|
3641
3680
|
|
|
3642
3681
|
.form-inline input[type=text],
|
|
@@ -3830,26 +3869,33 @@ input.input-on-black:focus::-moz-placeholder, input.input-on-black.active::-moz-
|
|
|
3830
3869
|
color: #aaa;
|
|
3831
3870
|
}
|
|
3832
3871
|
|
|
3833
|
-
/* Sizes
|
|
3872
|
+
/* Sizes — share the control sizing scale with buttons so a given size is the
|
|
3873
|
+
same height across inputs, buttons, selects and textareas */
|
|
3834
3874
|
.form .input-lg,
|
|
3835
3875
|
input.input-lg[type],
|
|
3836
3876
|
textarea.input-lg,
|
|
3837
3877
|
select.input-lg {
|
|
3838
|
-
font-size:
|
|
3878
|
+
font-size: var(--ply-control-font-lg);
|
|
3879
|
+
line-height: var(--ply-control-lh-lg);
|
|
3880
|
+
padding: var(--ply-control-py-lg) var(--ply-control-px-lg);
|
|
3839
3881
|
}
|
|
3840
3882
|
|
|
3841
3883
|
.form .input-sm,
|
|
3842
3884
|
input.input-sm[type],
|
|
3843
3885
|
textarea.input-sm,
|
|
3844
3886
|
select.input-sm {
|
|
3845
|
-
font-size:
|
|
3887
|
+
font-size: var(--ply-control-font-sm);
|
|
3888
|
+
line-height: var(--ply-control-lh-sm);
|
|
3889
|
+
padding: var(--ply-control-py-sm) var(--ply-control-px-sm);
|
|
3846
3890
|
}
|
|
3847
3891
|
|
|
3848
3892
|
.form .input-xs,
|
|
3849
3893
|
input.input-xs[type],
|
|
3850
3894
|
textarea.input-xs,
|
|
3851
3895
|
select.input-xs {
|
|
3852
|
-
font-size:
|
|
3896
|
+
font-size: var(--ply-control-font-xs);
|
|
3897
|
+
line-height: var(--ply-control-lh-xs);
|
|
3898
|
+
padding: var(--ply-control-py-xs) var(--ply-control-px-xs);
|
|
3853
3899
|
}
|
|
3854
3900
|
|
|
3855
3901
|
/* Append & Prepend */
|
|
@@ -3941,7 +3987,6 @@ select.input-xs {
|
|
|
3941
3987
|
border-left: none;
|
|
3942
3988
|
}
|
|
3943
3989
|
|
|
3944
|
-
/* Select */
|
|
3945
3990
|
.form select {
|
|
3946
3991
|
-webkit-appearance: none;
|
|
3947
3992
|
-moz-appearance: none;
|
|
@@ -4497,9 +4542,9 @@ button.btn {
|
|
|
4497
4542
|
justify-content: center;
|
|
4498
4543
|
gap: var(--ply-btn-gap, 0.5em);
|
|
4499
4544
|
font-family: var(--ply-font-body, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji);
|
|
4500
|
-
font-size: var(--ply-btn-font-size,
|
|
4545
|
+
font-size: var(--ply-btn-font-size, var(--ply-control-font));
|
|
4501
4546
|
font-weight: 400;
|
|
4502
|
-
line-height:
|
|
4547
|
+
line-height: var(--ply-control-lh);
|
|
4503
4548
|
text-decoration: none;
|
|
4504
4549
|
color: var(--ply-btn-secondary-color, var(--ply-color-text-inverse, #fff));
|
|
4505
4550
|
-webkit-appearance: none;
|
|
@@ -4512,7 +4557,7 @@ button.btn {
|
|
|
4512
4557
|
box-shadow: none;
|
|
4513
4558
|
cursor: pointer;
|
|
4514
4559
|
background: var(--ply-btn-secondary-bg, #393939);
|
|
4515
|
-
padding:
|
|
4560
|
+
padding: var(--ply-control-py) var(--ply-control-px);
|
|
4516
4561
|
}
|
|
4517
4562
|
.btn:hover, .btn:active, .btn:focus-visible,
|
|
4518
4563
|
input[type=submit].btn:hover,
|
|
@@ -4577,8 +4622,9 @@ input[type=submit].btn-lg,
|
|
|
4577
4622
|
input[type=button].btn-lg,
|
|
4578
4623
|
input[type=reset].btn-lg,
|
|
4579
4624
|
button.btn-lg {
|
|
4580
|
-
font-size:
|
|
4581
|
-
|
|
4625
|
+
font-size: var(--ply-control-font-lg);
|
|
4626
|
+
line-height: var(--ply-control-lh-lg);
|
|
4627
|
+
padding: var(--ply-control-py-lg) var(--ply-control-px-lg);
|
|
4582
4628
|
}
|
|
4583
4629
|
|
|
4584
4630
|
.btn-sm,
|
|
@@ -4586,8 +4632,9 @@ input[type=submit].btn-sm,
|
|
|
4586
4632
|
input[type=button].btn-sm,
|
|
4587
4633
|
input[type=reset].btn-sm,
|
|
4588
4634
|
button.btn-sm {
|
|
4589
|
-
font-size:
|
|
4590
|
-
|
|
4635
|
+
font-size: var(--ply-control-font-sm);
|
|
4636
|
+
line-height: var(--ply-control-lh-sm);
|
|
4637
|
+
padding: var(--ply-control-py-sm) var(--ply-control-px-sm);
|
|
4591
4638
|
}
|
|
4592
4639
|
|
|
4593
4640
|
.btn-xs,
|
|
@@ -4595,8 +4642,9 @@ input[type=submit].btn-xs,
|
|
|
4595
4642
|
input[type=button].btn-xs,
|
|
4596
4643
|
input[type=reset].btn-xs,
|
|
4597
4644
|
button.btn-xs {
|
|
4598
|
-
font-size:
|
|
4599
|
-
|
|
4645
|
+
font-size: var(--ply-control-font-xs);
|
|
4646
|
+
line-height: var(--ply-control-lh-xs);
|
|
4647
|
+
padding: var(--ply-control-py-xs) var(--ply-control-px-xs);
|
|
4600
4648
|
vertical-align: baseline;
|
|
4601
4649
|
}
|
|
4602
4650
|
|
|
@@ -5817,6 +5865,10 @@ button.btn-white.btn-outline.btn-active {
|
|
|
5817
5865
|
text-transform: uppercase;
|
|
5818
5866
|
}
|
|
5819
5867
|
|
|
5868
|
+
.label {
|
|
5869
|
+
border-radius: var(--ply-label-radius);
|
|
5870
|
+
}
|
|
5871
|
+
|
|
5820
5872
|
.label-outline {
|
|
5821
5873
|
background: none;
|
|
5822
5874
|
border: 1px solid var(--ply-color-body, #0f0f0f);
|
|
@@ -5824,7 +5876,7 @@ button.btn-white.btn-outline.btn-active {
|
|
|
5824
5876
|
}
|
|
5825
5877
|
|
|
5826
5878
|
.badge {
|
|
5827
|
-
border-radius:
|
|
5879
|
+
border-radius: var(--ply-badge-radius);
|
|
5828
5880
|
}
|
|
5829
5881
|
|
|
5830
5882
|
.badge-small {
|
|
@@ -5909,69 +5961,6 @@ button.btn-white.btn-outline.btn-active {
|
|
|
5909
5961
|
color: #fff;
|
|
5910
5962
|
}
|
|
5911
5963
|
|
|
5912
|
-
/* =Dropdown
|
|
5913
|
-
-----------------------------------------------------------------------------*/
|
|
5914
|
-
.dropdown {
|
|
5915
|
-
display: none;
|
|
5916
|
-
position: absolute;
|
|
5917
|
-
z-index: 102;
|
|
5918
|
-
top: 0;
|
|
5919
|
-
right: 0;
|
|
5920
|
-
width: 250px;
|
|
5921
|
-
color: var(--ply-color-body, #0f0f0f);
|
|
5922
|
-
background: var(--ply-bg-surface, #fff);
|
|
5923
|
-
box-shadow: var(--ply-shadow-2, 0 1px 5px rgba(0, 0, 0, 0.3));
|
|
5924
|
-
overflow: auto;
|
|
5925
|
-
}
|
|
5926
|
-
.dropdown section {
|
|
5927
|
-
max-height: 250px;
|
|
5928
|
-
overflow: auto;
|
|
5929
|
-
padding: 20px;
|
|
5930
|
-
}
|
|
5931
|
-
.dropdown footer {
|
|
5932
|
-
padding: 20px;
|
|
5933
|
-
}
|
|
5934
|
-
|
|
5935
|
-
ul.dropdown {
|
|
5936
|
-
max-height: 300px;
|
|
5937
|
-
list-style: none;
|
|
5938
|
-
margin: 0;
|
|
5939
|
-
line-height: 1.5;
|
|
5940
|
-
font-size: 95%;
|
|
5941
|
-
padding: 0;
|
|
5942
|
-
}
|
|
5943
|
-
ul.dropdown a {
|
|
5944
|
-
display: block;
|
|
5945
|
-
padding: 7px 15px;
|
|
5946
|
-
text-decoration: none;
|
|
5947
|
-
color: var(--ply-color-body, #0f0f0f);
|
|
5948
|
-
}
|
|
5949
|
-
ul.dropdown a:hover {
|
|
5950
|
-
background: var(--ply-bg-surface-alt, #eee);
|
|
5951
|
-
}
|
|
5952
|
-
ul.dropdown a:focus-visible {
|
|
5953
|
-
outline: 2px solid var(--ply-color-focus, #0f62fe);
|
|
5954
|
-
outline-offset: 2px;
|
|
5955
|
-
}
|
|
5956
|
-
ul.dropdown li.divider {
|
|
5957
|
-
border-bottom: 1px solid var(--ply-border-color, #e2e2e2);
|
|
5958
|
-
}
|
|
5959
|
-
|
|
5960
|
-
.caret {
|
|
5961
|
-
display: inline-block;
|
|
5962
|
-
width: 0;
|
|
5963
|
-
height: 0;
|
|
5964
|
-
margin-left: 0.3em;
|
|
5965
|
-
vertical-align: middle;
|
|
5966
|
-
border-top: 5px solid;
|
|
5967
|
-
border-right: 5px solid transparent;
|
|
5968
|
-
border-left: 5px solid transparent;
|
|
5969
|
-
}
|
|
5970
|
-
.caret.caret-up {
|
|
5971
|
-
border-top: 0;
|
|
5972
|
-
border-bottom: 4px solid;
|
|
5973
|
-
}
|
|
5974
|
-
|
|
5975
5964
|
/* =Typeahead / Autocomplete
|
|
5976
5965
|
-----------------------------------------------------------------------------*/
|
|
5977
5966
|
.typeahead,
|
|
@@ -7101,14 +7090,6 @@ dialog[open]::backdrop {
|
|
|
7101
7090
|
[dir=rtl] .nav-stacked ul {
|
|
7102
7091
|
padding-right: 0;
|
|
7103
7092
|
}
|
|
7104
|
-
[dir=rtl] .dropdown-menu {
|
|
7105
|
-
left: auto;
|
|
7106
|
-
right: 0;
|
|
7107
|
-
}
|
|
7108
|
-
[dir=rtl] .dropdown-menu-right {
|
|
7109
|
-
right: auto;
|
|
7110
|
-
left: 0;
|
|
7111
|
-
}
|
|
7112
7093
|
[dir=rtl] .form select {
|
|
7113
7094
|
background-position: left 0.75em center;
|
|
7114
7095
|
padding-left: 2.4975rem;
|