@media not (prefers-reduced-motion){.components-animate__appear{animation:.1s cubic-bezier(0,0,.2,1) forwards components-animate__appear-animation}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:0 0}.components-animate__appear.is-from-top.is-from-right{transform-origin:100% 0}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:0 100%}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:100% 100%}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em)scaleY(0)scaleX(0)}to{transform:translateY(0%)scaleY(1)scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:.1s cubic-bezier(0,0,.2,1) forwards components-animate__slide-in-animation}.components-animate__slide-in.is-from-left{transform:translate(100%)}.components-animate__slide-in.is-from-right{transform:translate(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translate(0%)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:1.6s ease-in-out infinite components-animate__loading}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{text-align:left;width:100%;height:auto;min-height:36px;display:flex}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :before,.components-badge :after{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb, #fff 90%, var(--base-color));color:color-mix(in srgb, #000 50%, var(--base-color));border-radius:2px;max-width:100%;min-height:24px;padding:2px 8px;line-height:0;display:inline-block}.components-badge:where(.is-default){color:#2f2f2f;background-color:#f0f0f0}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;gap:2px;max-width:100%;font-size:12px;font-weight:400;line-height:20px;display:inline-flex}.components-badge__icon{flex-shrink:0}.components-badge__content{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.components-button-group{display:inline-block}.components-button-group .components-button{color:#1e1e1e;border-radius:0;display:inline-flex;box-shadow:inset 0 0 0 1px #1e1e1e}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button:focus,.components-button-group .components-button.is-primary{z-index:1;position:relative}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{cursor:var(--wpds-cursor-control,pointer);appearance:none;background:0 0;border:0;margin:0;font-family:inherit;font-size:13px;font-weight:499;text-decoration:none;display:inline-flex}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{box-sizing:border-box;height:36px;color:var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;align-items:center;padding:4px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button[aria-expanded=true],.components-button:hover:not(:disabled,[aria-disabled=true]){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary{white-space:nowrap;background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);text-shadow:none;outline:1px solid #0000;text-decoration:none}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:active){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled{color:#fff6;background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:none}.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{color:var(--wp-components-color-accent-inverted,#fff);background-size:100px 100%;background-image:linear-gradient(-45deg, var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%, var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%, var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%, var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{color:#949494;background:0 0;transform:none}.components-button.is-secondary{box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)), 0 0 0 currentColor;white-space:nowrap;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));background:0 0;outline:1px solid #0000}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));background:color-mix(in srgb, var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%, transparent)}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:active){box-shadow:0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{white-space:nowrap;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));background:0 0}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb, var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%, transparent);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb, var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%, transparent)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{box-shadow:none;text-align:left;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));text-underline-offset:.2em;background:0 0;border:0;border-radius:0;outline:none;margin:0;padding:0;font-weight:400;text-decoration:underline;text-decoration-thickness:from-font}@media not (prefers-reduced-motion){.components-button.is-link{transition-property:border,background,color;transition-duration:50ms;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:focus{outline:3px solid #0000}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{cursor:default;color:#949494}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:2.5s linear infinite components-button__busy-animation}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 33% 70%,#fafafa 70%);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{height:24px;padding:0 8px;font-size:11px;line-height:22px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{box-sizing:content-box;justify-content:center;align-items:center;padding:2px;display:inline-flex}.components-button.has-icon.has-text{justify-content:start;gap:4px;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){color:var(--wp-components-color-foreground-inverted,#fff);background:#949494}.components-button.is-pressed:focus:not(:active){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-pressed:focus{outline:2px solid #0000}.components-button:focus:active{outline:none}.components-button svg{fill:currentColor;outline:none;flex-shrink:0}@media (forced-colors:active){.components-button svg{fill:canvastext}}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);background-color:var(--wp-components-color-background,#fff);z-index:0;font-size:13px;font-weight:400;display:inline-block;position:relative}.components-calendar *,.components-calendar :before,.components-calendar :after{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-400,#ccc)}:is(.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)),.components-calendar__day:has(.components-calendar__day-button:focus-visible)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{cursor:var(--wpds-cursor-control,pointer);width:32px;height:32px;font:inherit;font-variant-numeric:tabular-nums;color:inherit;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative}.components-calendar__day-button:before{content:"";z-index:-1;border:none;border-radius:2px;position:absolute;inset:0}.components-calendar__day-button:after{content:"";z-index:1;pointer-events:none;position:absolute;inset:0}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{z-index:1;white-space:nowrap;text-transform:capitalize;border:0;align-items:center;display:inline-flex;position:relative}.components-calendar__button-next,.components-calendar__button-previous{cursor:var(--wpds-cursor-control,pointer);appearance:none;width:32px;height:32px;color:inherit;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{cursor:revert;color:var(--wp-components-color-gray-600,#949494)}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{fill:currentColor;width:16px;height:16px;display:inline-block}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform-origin:50%;transform:rotate(180deg)}.components-calendar__month-caption{place-content:center;height:32px;margin-bottom:12px;display:flex}.components-calendar__months{flex-wrap:wrap;justify-content:center;gap:16px;max-width:fit-content;display:flex;position:relative}.components-calendar__month-grid{border-collapse:separate;border-spacing:0 4px}.components-calendar__nav{justify-content:space-between;align-items:center;height:32px;display:flex;position:absolute;inset-block-start:0;inset-inline:0}.components-calendar__weekday{width:32px;height:32px;color:var(--wp-components-color-gray-700,#757575);text-align:center;text-transform:uppercase;padding:0}.components-calendar__day--today:after{content:"";z-index:1;border:2px solid;border-radius:50%;width:0;height:0;position:absolute;inset-block-start:2px;inset-inline-end:2px}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-400,#ccc)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--outside{color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-start-end-radius:0;border-end-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb, var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%, transparent);border:1px solid #0000;border-width:1px 0;border-radius:0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-start-start-radius:0;border-end-start-radius:0}.components-calendar__day--preview svg{pointer-events:none;color:color-mix(in srgb, var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%, transparent);position:absolute;inset:0}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit{animation-duration:0s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-fill-mode:forwards}@media not (prefers-reduced-motion){.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit{animation-duration:.3s}}.components-calendar__weeks-before-enter,.components-calendar[dir=rtl] .components-calendar__weeks-after-enter{animation-name:slide-in-left}.components-calendar__weeks-before-exit,.components-calendar[dir=rtl] .components-calendar__weeks-after-exit{animation-name:slide-out-left}.components-calendar__weeks-after-enter,.components-calendar[dir=rtl] .components-calendar__weeks-before-enter{animation-name:slide-in-right}.components-calendar__weeks-after-exit,.components-calendar[dir=rtl] .components-calendar__weeks-before-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (width>=600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{line-height:var(--checkbox-input-size)}.components-checkbox-control:not(:has(:disabled)) .components-checkbox-control__label{cursor:var(--wpds-cursor-control,pointer)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;margin-right:12px;padding:6px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;transition:none;box-shadow:0 0 #0000}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (width>=600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-checkbox-control__input[type=checkbox]::placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (width>=782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"";float:left;vertical-align:middle;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:16px;font:30px/1 dashicons;display:inline-block}@media (width>=782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox][aria-disabled=true],.components-checkbox-control__input[type=checkbox]:disabled{cursor:default;opacity:1;background:#f0f0f0;border-color:#ddd}.components-checkbox-control__input[type=checkbox]{color:#1e1e1e;clear:none;text-align:center;vertical-align:top;width:var(--checkbox-input-size);height:var(--checkbox-input-size);appearance:none;background:#fff;outline:0;margin:0 4px 0 0;line-height:0;display:inline-block;padding:0!important}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(2 * var(--wp-admin-border-width-focus)) var(--wp-admin-theme-color);outline-offset:2px;outline:2px solid #0000}.components-checkbox-control__input[type=checkbox]:not(:disabled):is(:checked,:indeterminate){background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:not(:disabled){cursor:var(--wpds-cursor-control,pointer)}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{margin-right:var(--checkbox-input-margin);vertical-align:middle;width:var(--checkbox-input-size);aspect-ratio:1;flex-shrink:0;line-height:1;display:inline-block;position:relative}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:var(--wpds-cursor-control,pointer);width:var(--checkmark-size);height:var(--checkmark-size);-webkit-user-select:none;user-select:none;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width>=600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}:is(.components-checkbox-control:has(:disabled) svg.components-checkbox-control__checked,.components-checkbox-control:has(:disabled) svg.components-checkbox-control__indeterminate){fill:var(--wp-components-color-gray-400,#ccc)}.components-checkbox-control__help{margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin));display:inline-block}.components-circular-option-picker{isolation:isolate;width:100%;min-width:188px;display:inline-block}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{justify-content:flex-end;margin-top:12px;display:flex}.components-circular-option-picker .components-circular-option-picker__swatches{z-index:1;flex-wrap:wrap;gap:12px;display:flex;position:relative}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){z-index:0;position:relative}.components-circular-option-picker__option-wrapper{vertical-align:top;width:28px;height:28px;display:inline-block;transform:scale(1)}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{will-change:transform;transition:transform .1s}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{width:100%;height:100%}.components-circular-option-picker__option-wrapper:before{content:"";z-index:-1;background:url("data:image/svg+xml,%3Csvg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M6 8V6H4v2h2zM8 8V6h2v2H8zM10 16H8v-2h2v2zM12 16v-2h2v2h-2zM12 18v-2h-2v2H8v2h2v-2h2zM14 18v2h-2v-2h2zM16 18h-2v-2h2v2z\" fill=\"%23555D65\"/%3E%3Cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z\" fill=\"%23555D65\"/%3E%3Cpath d=\"M18 18v2h-2v-2h2z\" fill=\"%23555D65\"/%3E%3Cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z\" fill=\"%23555D65\"/%3E%3Cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z\" fill=\"%23555D65\"/%3E%3C/svg%3E");border-radius:50%;position:absolute;inset:1px}.components-circular-option-picker__option{vertical-align:top;aspect-ratio:1;background:0 0;border:none;border-radius:50%;display:inline-block;box-shadow:inset 0 0 0 14px;height:100%!important}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s}}.components-circular-option-picker__option{cursor:var(--wpds-cursor-control,pointer)}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{z-index:1;position:relative;overflow:visible;box-shadow:inset 0 0 0 4px}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{z-index:2;pointer-events:none;border-radius:50%;position:absolute;top:2px;left:2px}.components-circular-option-picker__option:after{content:"";box-sizing:inherit;border:1px solid #0000;border-radius:50%;position:absolute;inset:-1px;box-shadow:inset 0 0 0 1px #0003}.components-circular-option-picker__option:focus:after{content:"";border:2px solid #757575;border-radius:50%;width:calc(100% + 4px);height:calc(100% + 4px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 2px #fff}.components-circular-option-picker__option.components-button:focus{background-color:#0000;outline:none;box-shadow:inset 0 0 0 14px}.components-circular-option-picker__button-action .components-circular-option-picker__option{color:#fff;background:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{width:260px;padding:8px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 48% 52%,#0000 52%);border-radius:50%;width:20px;height:20px;padding:0;display:inline-block;box-shadow:inset 0 0 0 1px #0003}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{width:100%;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;background:var(--wp-components-color-background,#fff);min-height:auto;color:var(--wp-components-color-foreground,#1e1e1e);border:none;margin:0;padding:2px}@media (width>=600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;padding:6px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;box-shadow:0 0 #0000}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (width>=600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{flex-wrap:wrap;align-items:flex-start;width:100%;padding:0;display:flex}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{z-index:0;position:relative}.components-color-palette__custom-color-button{box-sizing:border-box;width:100%;height:64px;cursor:var(--wpds-cursor-control,pointer);background:0 0;border:none;border-radius:4px 4px 0 0;outline:1px solid #0000;position:relative;box-shadow:inset 0 0 0 1px #0003}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{content:"";z-index:-1;background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 25% 75%,#e0e0e0 75%,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 25% 75%,#e0e0e0 75%,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;position:absolute;inset:1px}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;padding:12px 16px;font-size:13px;position:relative;box-shadow:inset 0 -1px #0003,inset 1px 0 #0003,inset -1px 0 #0003}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{z-index:1;border-radius:2px;width:100%;height:48px;position:relative}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 25% 75%,#e0e0e0 75%,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 25% 75%,#e0e0e0 75%,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{position:absolute;inset:0}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{width:calc(100% - 48px);margin-left:auto;margin-right:auto;position:relative}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{width:16px;height:16px;display:flex;position:absolute;top:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{height:inherit;width:inherit;color:#1e1e1e;background:#fff;border-radius:50%;padding:2px;position:relative;min-width:16px!important}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{width:100%;height:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{height:inherit;width:inherit;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 #00000040;border-radius:50%;outline:2px solid #0000;padding:0}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) #fff, 0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{flex:0 auto;width:20px;height:20px;display:inline-block}.components-custom-gradient-picker__ui-line{z-index:0;position:relative}.components-drop-zone{z-index:40;visibility:hidden;opacity:0;border-radius:2px;position:absolute;inset:0}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));z-index:50;text-align:center;color:#fff;opacity:0;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;pointer-events:none;margin:0 auto 8px;line-height:0}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button{width:auto;margin:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{width:auto;margin:8px}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{width:100%;cursor:var(--wpds-cursor-control,pointer);white-space:nowrap;outline:none;padding:6px;font-weight:400}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;position:relative;overflow:visible}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{content:"";box-sizing:content-box;background-color:#ddd;height:1px;display:block;position:absolute;top:-3px;left:0;right:0}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon{color:#fff;background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{text-align:left;height:auto;min-height:32px;padding-left:8px;padding-right:8px}.components-duotone-picker__color-indicator:before{background:0 0}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){color:#0000;background:linear-gradient(-45deg,#0000 48%,#ddd 48% 52%,#0000 52%)}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{color:var(--wpds-color-fg-interactive-brand,var(--wp-admin-theme-color,#3858e9));text-decoration:none}@media not (prefers-reduced-motion){.components-external-link{transition:outline .1s ease-out}}.components-external-link{outline-offset:1px;outline:0 solid #0000}.components-external-link:visited{color:var(--wpds-color-fg-interactive-brand,var(--wp-admin-theme-color,#3858e9))}.components-external-link:hover,.components-external-link:active{color:var(--wpds-color-fg-interactive-brand-active,var(--wp-admin-theme-color,#3858e9))}.components-external-link:focus{outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--wpds-color-stroke-focus-brand,var(--wp-admin-theme-color,#3858e9));box-shadow:none;border-radius:0}.components-external-link__contents{text-underline-offset:.2em;text-decoration:underline;text-decoration-thickness:from-font}.components-external-link__icon{line-height:1;font-weight:var(--wpds-typography-font-weight-regular,400);margin-inline-start:var(--wpds-dimension-padding-xs,4px);display:inline-block}.components-form-toggle{isolation:isolate;height:16px;display:inline-block;position:relative}.components-form-toggle .components-form-toggle__track{content:"";box-sizing:border-box;vertical-align:top;background-color:#fff;border:1px solid #949494;border-radius:8px;width:32px;height:16px;display:inline-block;position:relative}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s,border-color .2s}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{content:"";box-sizing:border-box;border-top:16px solid #0000;position:absolute;inset:0}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{box-sizing:border-box;border-radius:50%;width:12px;height:12px;display:block;position:absolute;top:2px;left:2px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(2 * var(--wp-admin-border-width-focus)) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:2px;outline:2px solid #0000}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translate(16px)}.components-form-toggle.is-disabled .components-form-toggle__track,.components-disabled .components-form-toggle .components-form-toggle__track{background-color:var(--wp-components-color-gray-100,#f0f0f0);border-color:var(--wp-components-color-gray-300,#ddd)}@media (forced-colors:active){.components-form-toggle.is-disabled .components-form-toggle__track,.components-disabled .components-form-toggle .components-form-toggle__track{border-color:graytext}}.components-form-toggle.is-disabled .components-form-toggle__thumb,.components-disabled .components-form-toggle .components-form-toggle__thumb{background-color:var(--wp-components-color-gray-400,#ccc);box-shadow:none}@media (forced-colors:active){.components-form-toggle.is-disabled .components-form-toggle__thumb,.components-disabled .components-form-toggle .components-form-toggle__thumb{border-color:graytext}}.components-form-toggle.is-disabled.is-checked .components-form-toggle__track,.components-disabled .components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-gray-400,#ccc);border-color:var(--wp-components-color-gray-400,#ccc)}@media (forced-colors:active){.components-form-toggle.is-disabled.is-checked .components-form-toggle__track,.components-disabled .components-form-toggle.is-checked .components-form-toggle__track{border-color:graytext}.components-form-toggle.is-disabled.is-checked .components-form-toggle__track:after,.components-disabled .components-form-toggle.is-checked .components-form-toggle__track:after{border-top-color:graytext}}.components-form-toggle.is-disabled.is-checked .components-form-toggle__thumb,.components-disabled .components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff}.components-form-toggle input.components-form-toggle__input[type=checkbox]{opacity:0;z-index:1;border:none;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:0 0}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:var(--wpds-cursor-control,pointer)}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;padding:6px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;box-shadow:0 0 #0000}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (width>=600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;width:100%;padding:0}.components-form-token-field__input-container.is-disabled{background:var(--wp-components-color-gray-100,#f0f0f0);border-color:var(--wp-components-color-gray-400,#ccc);cursor:default}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;width:100%;min-width:50px;max-width:100%;min-height:24px;color:var(--wp-components-color-foreground,#1e1e1e);box-shadow:none;border:0;flex:1;margin-left:4px;padding:0;font-family:inherit;font-size:16px;line-height:1;display:inline-block}@media (width>=600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus,.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;max-width:100%;font-size:13px;display:flex}.components-form-token-field__token.is-success .components-form-token-field__token-text,.components-form-token-field__token.is-success .components-form-token-field__remove-token{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__token-text,.components-form-token-field__token.is-error .components-form-token-field__remove-token{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__token-text,.components-form-token-field__token.is-validating .components-form-token-field__remove-token{color:#757575}.components-form-token-field__token.is-disabled .components-form-token-field__token-text,.components-form-token-field__token.is-disabled .components-form-token-field__remove-token.components-button{background:var(--wp-components-color-gray-100,#f0f0f0);color:var(--wp-components-color-gray-600,#949494)}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:0 0}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{color:#757575;background:0 0;position:absolute;top:1px;right:0}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token-text,.components-form-token-field__remove-token.components-button{height:auto;min-width:unset;background:#ddd;display:inline-block}@media not (prefers-reduced-motion){.components-form-token-field__token-text,.components-form-token-field__remove-token.components-button{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{white-space:nowrap;text-overflow:ellipsis;border-radius:1px 0 0 1px;padding:0 0 0 8px;line-height:24px;overflow:hidden}.components-form-token-field__remove-token.components-button{color:#1e1e1e;overflow:initial;border-radius:0 1px 1px 0;line-height:10px}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;min-width:100%;max-height:128px;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{margin:0;padding:0;list-style:none;box-shadow:inset 0 1px #949494}.components-form-token-field__suggestion{color:var(--wp-components-color-foreground,#1e1e1e);box-sizing:border-box;min-height:32px;margin:0;padding:8px 12px;font-size:13px;display:block}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{pointer-events:none;color:#949494}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb, var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%, transparent)}.components-form-token-field__suggestion:not(.is-empty){cursor:var(--wpds-cursor-control,pointer)}@media (width>=600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-guide__container{flex-direction:column;justify-content:space-between;min-height:100%;margin-top:-64px;display:flex}.components-guide .components-guide__page{flex-direction:column;justify-content:center;display:flex;position:relative}@media (width>=600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{place-content:center;width:100%;height:36px;margin:0 0 24px;padding:0 24px;display:flex;position:relative}.components-guide .components-guide__page-control{text-align:center;margin:0}.components-guide .components-guide__page-control li{margin:0;display:inline-block}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;min-width:312px;max-height:575px}@media (width<=600px){.components-modal__frame.components-guide{max-width:calc(100vw - 32px);margin:auto}}.components-button.components-guide__back-button,.components-button.components-guide__forward-button,.components-button.components-guide__finish-button{position:absolute}.components-button.components-guide__back-button{left:24px}.components-button.components-guide__forward-button,.components-button.components-guide__finish-button{right:24px}[role=region]{position:relative}[role=region].interface-interface-skeleton__content:focus-visible:after,.is-focusing-regions [role=region]:focus:after{content:"";pointer-events:none;outline-color:var(--wp-admin-theme-color);outline-style:solid;outline-width:calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale,1));outline-offset:calc(2 * -1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale,1));box-shadow:inset 0 0 0 calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale,1) + .5px) #ffffffb3;z-index:1000000;position:absolute;inset:0}.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .editor-post-publish-panel{outline-color:var(--wp-admin-theme-color);outline-style:solid;outline-width:calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale,1));outline-offset:calc(2 * -1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale,1));box-shadow:inset 0 0 0 calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale,1) + .5px) #ffffffb3}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;text-transform:uppercase;white-space:nowrap;margin-top:4px;margin-bottom:12px;padding:0 8px;font-size:11px;font-weight:499}.components-menu-item__button,.components-menu-item__button.components-button{width:100%;font-weight:400}.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{flex:none;display:inline-block}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.is-primary,.components-menu-item__button.components-button.is-primary{justify-content:center}.components-menu-item__button.is-primary .components-menu-item__item,.components-menu-item__button.components-button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary,.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary{color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3;background:0 0}.components-menu-item__info-wrapper{flex-direction:column;margin-right:auto;display:flex}.components-menu-item__info{color:#757575;white-space:normal;margin-top:4px;font-size:12px}.components-menu-item__item{white-space:nowrap;align-items:center;min-width:160px;margin-right:auto;display:inline-flex}.components-menu-item__shortcut{color:currentColor;align-self:center;margin-left:auto;margin-right:0;padding-left:24px;display:none}@media (width>=480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.has-icon,.components-menu-items-choice.components-button.has-icon{padding-left:12px}.components-modal__screen-overlay{z-index:100000;background-color:#00000059;display:flex;position:fixed;inset:0}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in var(--wpds-motion-duration-sm,.1s) var(--wpds-motion-easing-subtle,cubic-bezier(.15, 0, .15, 1)) 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out var(--wpds-motion-duration-sm,.1s) var(--wpds-motion-easing-subtle,cubic-bezier(.15, 0, .15, 1)) var(--wpds-motion-duration-xs,50ms);animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :before,.components-modal__frame :after{box-sizing:inherit}.components-modal__frame{color:#1e1e1e;width:100%;max-height:calc(100% - 40px);animation-name:components-modal__appear-animation;animation-fill-mode:forwards;animation-timing-function:var(--wpds-motion-easing-expressive,cubic-bezier(.25, 0, 0, 1));background:#fff;border-radius:8px 8px 0 0;align-self:flex-end;margin:0;display:flex;overflow:hidden;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--wpds-motion-duration-md,.2s)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:var(--wpds-motion-easing-expressive,cubic-bezier(.25, 0, 0, 1))}@media (width>=600px){.components-modal__frame{width:auto;min-width:var(--wpds-dimension-surface-width-sm,320px);border-radius:8px;align-self:auto;max-width:calc(100% - 32px);max-height:calc(100% - 128px);margin:auto}.components-modal__frame.has-size-small,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-large{width:100%}.components-modal__frame.has-size-small{max-width:var(--wpds-dimension-surface-width-md,400px)}.components-modal__frame.has-size-medium{max-width:var(--wpds-dimension-surface-width-lg,560px)}.components-modal__frame.has-size-large{max-width:var(--wpds-dimension-surface-width-2xl,960px)}}@media (width>=960px){.components-modal__frame{max-height:70%}}.components-modal__frame.is-full-screen{border-radius:0;width:100%;height:100%;max-height:none;margin:0}.components-modal__frame.is-full-screen :where(.components-modal__content){margin-bottom:24px;padding-bottom:0;display:flex}.components-modal__frame.is-full-screen :where(.components-modal__content)>:last-child{flex:1}@media (width>=600px){.components-modal__frame.is-full-screen{border-radius:8px;width:calc(100% - 32px);height:calc(100% - 32px);margin:auto}}@media (width>=782px){.components-modal__frame.is-full-screen{width:calc(100% - 80px);max-width:none;height:calc(100% - 80px)}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@media (width>=600px){@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}}.components-modal__header{box-sizing:border-box;z-index:10;border-bottom:1px solid #0000;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:72px;padding:24px;display:flex;position:absolute;top:0;left:0}.components-modal__header .components-modal__header-heading{font-size:20px;font-weight:600}.components-modal__header h1{margin:0;line-height:1}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{flex-direction:row;flex-grow:1;justify-content:flex-start;align-items:center;display:flex}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-width:36px;max-height:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;padding:4px 24px 24px;overflow:auto}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:-2px;outline:2px solid #0000}.components-notice{--wp-components-notice-background-color:var(--wpds-color-bg-surface-info-weak,#f3f9ff);--wp-components-notice-border-color:var(--wpds-color-stroke-surface-info,#9fbcdc);--wp-components-notice-text-color:var(--wpds-color-fg-content-info,#001b4f);box-sizing:border-box;padding:var(--wpds-dimension-padding-md,12px);border:var(--wpds-border-width-xs,1px) solid var(--wp-components-notice-border-color);border-radius:var(--wpds-border-radius-lg,8px);background-color:var(--wp-components-notice-background-color);color:var(--wp-components-notice-text-color);font-family:var(--wpds-typography-font-family-body,-apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);font-size:var(--wpds-typography-font-size-md,13px);line-height:var(--wpds-typography-line-height-sm,20px);grid-template-columns:1fr auto;align-items:start;display:grid}.components-notice.is-success{--wp-components-notice-background-color:var(--wpds-color-bg-surface-success-weak,#ebffed);--wp-components-notice-border-color:var(--wpds-color-stroke-surface-success,#8ac894);--wp-components-notice-text-color:var(--wpds-color-fg-content-success,#002900)}.components-notice.is-warning{--wp-components-notice-background-color:var(--wpds-color-bg-surface-warning-weak,#fff7e1);--wp-components-notice-border-color:var(--wpds-color-stroke-surface-warning,#d0b481);--wp-components-notice-text-color:var(--wpds-color-fg-content-warning,#2e1900)}.components-notice.is-error{--wp-components-notice-background-color:var(--wpds-color-bg-surface-error-weak,#fff6f5);--wp-components-notice-border-color:var(--wpds-color-stroke-surface-error,#daa39b);--wp-components-notice-text-color:var(--wpds-color-fg-content-error,#470000)}.components-notice__content{grid-area:1/1;padding-block:calc(12px - .5lh)}.components-notice__actions{align-items:center;gap:var(--wpds-dimension-gap-md,12px);margin-top:var(--wpds-dimension-gap-sm,8px);flex-wrap:wrap;grid-area:2/1;display:flex}.components-notice__dismiss{color:var(--wpds-color-fg-interactive-neutral,#1e1e1e);grid-area:1/2;margin-inline-start:var(--wpds-dimension-gap-xs,4px)}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus{color:var(--wpds-color-fg-interactive-neutral-active,#1e1e1e);background-color:#0000}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{gap:var(--wpds-dimension-gap-md,12px);box-sizing:border-box;flex-direction:column;max-width:100vw;display:flex}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__header:first-child,.components-panel>.components-panel__body:first-child{margin-top:-1px}.components-panel>.components-panel__header:last-child,.components-panel>.components-panel__body:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{box-sizing:content-box;border-bottom:1px solid #ddd;flex-shrink:0;justify-content:space-between;align-items:center;height:47px;padding:0 16px;display:flex}.components-panel__header h2{font-size:inherit;color:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{font-size:inherit;margin-top:0;margin-bottom:0;padding:0;display:block}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{text-align:left;color:#1e1e1e;width:100%;box-shadow:none;border:none;outline:none;padding:16px 48px 16px 16px;font-weight:499;position:relative}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;fill:currentColor;position:absolute;top:50%;right:16px;transform:translateY(-50%)}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{justify-content:space-between;align-items:center;min-height:36px;margin-top:8px;display:flex}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;max-width:75%;margin-right:12px}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{box-sizing:border-box;text-align:left;color:#1e1e1e;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;outline:1px solid #0000;flex-direction:column;align-items:flex-start;gap:16px;width:100%;margin:0;padding:24px;font-size:13px;display:flex;position:relative;box-shadow:inset 0 0 0 1px #1e1e1e}.components-placeholder__error,.components-placeholder__instructions,.components-placeholder__label,.components-placeholder__fieldset{letter-spacing:initial;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:initial;text-transform:none;font-weight:400}.components-placeholder__label{align-items:center;font-weight:600;display:flex}.components-placeholder__label>svg,.components-placeholder__label .dashicon,.components-placeholder__label .block-editor-block-icon{fill:currentColor;margin-right:4px}@media (forced-colors:active){.components-placeholder__label>svg,.components-placeholder__label .dashicon,.components-placeholder__label .block-editor-block-icon{fill:canvastext}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{flex-flow:wrap;justify-content:flex-start;gap:16px;width:100%;display:flex}.components-placeholder__fieldset p,.components-placeholder__fieldset form p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;padding:6px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;box-shadow:0 0 #0000}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (width>=600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-medium .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{color:inherit;box-shadow:none;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:#0000;border-radius:0;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-placeholder__label,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-button{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-placeholder__label,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-button{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-placeholder__label,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-button{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{content:"";pointer-events:none;opacity:.1;background:currentColor;position:absolute;inset:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{justify-content:center;display:flex}.components-placeholder__illustration{box-sizing:content-box;stroke:currentColor;opacity:.25;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :before,.components-popover :after{box-sizing:inherit}.components-popover{z-index:1000000;will-change:transform}.components-popover.is-expanded{position:fixed;inset:0;z-index:1000000!important}.components-popover__content{box-sizing:border-box;background:#fff;border-radius:4px;width:min-content;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{box-shadow:none;background:0 0;border-radius:0}.components-popover.is-expanded .components-popover__content{width:auto;height:calc(100% - 48px);position:static;overflow-y:visible;box-shadow:0 -1px #ccc}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px #1e1e1e}.components-popover__header{background:#fff;justify-content:space-between;align-items:center;height:48px;padding:0 8px 0 16px;display:flex}.components-popover__header-title{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.components-popover__arrow{pointer-events:none;width:14px;height:14px;display:flex;position:absolute}.components-popover__arrow:before{content:"";background-color:#fff;height:2px;position:absolute;top:-1px;left:1px;right:1px}.components-popover__arrow.is-top{transform:rotate(0);bottom:-14px!important}.components-popover__arrow.is-right{transform:rotate(90deg);left:-14px!important}.components-popover__arrow.is-bottom{transform:rotate(180deg);top:-14px!important}.components-popover__arrow.is-left{transform:rotate(-90deg);right:-14px!important}.components-popover__triangle{flex:1;display:block}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{grid-template-rows:auto minmax(0,max-content);grid-template-columns:auto 1fr;align-items:center;column-gap:8px;display:grid}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-area:1/1;width:24px;min-width:24px;max-width:24px;height:24px;margin-right:12px;transition:none;position:relative}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (width>=600px){.components-radio-control__input[type=radio]{width:16px;min-width:16px;max-width:16px;height:16px}}.components-radio-control__input[type=radio]:checked:before{box-sizing:inherit;background-color:#fff;border:4px solid #fff;width:12px;height:12px;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width>=600px){.components-radio-control__input[type=radio]:checked:before{width:8px;height:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);outline:2px solid #0000}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;margin:0;padding:0;display:inline-flex}.components-radio-control__input[type=radio]:not(:disabled){cursor:var(--wpds-cursor-control,pointer)}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(2 * var(--wp-admin-border-width-focus)) var(--wp-admin-theme-color);outline-offset:2px;outline:2px solid #0000}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{content:"";border-radius:50%}.components-radio-control__input[type=radio]:disabled{background:var(--wp-components-color-gray-100,#f0f0f0);border:1px solid var(--wp-components-color-gray-300,#ddd);opacity:1}.components-radio-control__input[type=radio]:disabled:checked:before{border-color:var(--wp-components-color-gray-400,#ccc);opacity:1}.components-radio-control__label{grid-area:1/2}.components-radio-control:not(:disabled) .components-radio-control__label{cursor:var(--wpds-cursor-control,pointer)}.components-radio-control__label{line-height:24px}@media (width>=600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-area:2/2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{z-index:2;width:23px;height:23px;display:none}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{z-index:2;outline:none;width:100%;height:100%;position:relative}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{content:"";width:15px;height:15px;cursor:inherit;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)), 0 1px 1px #00000008, 0 1px 2px #00000005, 0 3px 3px #00000005, 0 4px 4px #00000003;background:#fff;border-radius:50%;outline:2px solid #0000;display:block;position:absolute;top:calc(50% - 8px);right:calc(50% - 8px)}.components-resizable-box__side-handle:before{content:"";background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));width:3px;height:3px;cursor:inherit;border-radius:9999px;display:block;position:absolute;top:calc(50% - 1px);right:calc(50% - 1px)}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{will-change:transform;transition:transform .1s ease-in}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__side-handle,.components-resizable-box__corner-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-top:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before{border-left:0;border-right:0;width:100%;left:0}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-top:0;border-bottom:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before{animation:.1s ease-out forwards components-resizable-box__top-bottom-animation}.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before{animation:.1s ease-out forwards components-resizable-box__left-right-animation}}@media not all and (resolution>=.001dpcm){@supports ((-webkit-appearance:none)){.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}.components-responsive-wrapper{justify-content:center;align-items:center;max-width:100%;display:flex;position:relative}.components-responsive-wrapper__content{width:100%;max-width:100%;display:block}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}html.lockscroll,body.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:#0000!important}.components-snackbar{-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);color:#fff;width:100%;max-width:var(--wpds-dimension-surface-width-lg,560px);box-sizing:border-box;cursor:var(--wpds-cursor-control,pointer);pointer-events:auto;background:#000000d9;border-radius:4px;padding:12px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005}@media (width>=600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{position:absolute;top:-2.9px;left:-8px}.components-snackbar .components-snackbar__dismiss-button{cursor:var(--wpds-cursor-control,pointer);margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{justify-content:space-between;align-items:baseline;line-height:1.4;display:flex}.components-snackbar-list{z-index:100000;box-sizing:border-box;pointer-events:none;width:100%;position:absolute}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{flex-direction:row;align-items:stretch;display:flex}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{box-shadow:none;cursor:var(--wpds-cursor-control,pointer);padding:3px var(--wpds-dimension-padding-lg,16px);font-weight:var(--wpds-typography-font-weight-regular,400);color:var(--wpds-color-fg-interactive-neutral,#1e1e1e);background:0 0;border:none;border-radius:0;margin-left:0;position:relative;height:48px!important}.components-tab-panel__tabs-item:disabled,.components-tab-panel__tabs-item[aria-disabled=true]{color:var(--wpds-color-fg-interactive-neutral-disabled,#8d8d8d)}.components-tab-panel__tabs-item:not(:disabled,[aria-disabled=true]):is(:hover,:focus-visible){color:var(--wpds-color-fg-interactive-neutral-active,#1e1e1e)}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{content:"";pointer-events:none;background:var(--wpds-color-stroke-interactive-neutral-strong,#6e6e6e);height:calc(0 * var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)));border-radius:0;position:absolute;bottom:0;left:0;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:height .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(1 * var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)));outline-offset:-1px;outline:2px solid #0000}.components-tab-panel__tabs-item:before{content:"";inset:var(--wpds-dimension-padding-md,12px);pointer-events:none;border-radius:var(--wpds-border-radius-sm,2px);position:absolute;box-shadow:0 0 #0000}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:box-shadow .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) var(--wpds-color-stroke-focus-brand,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item{border-radius:var(--wpds-border-radius-sm,2px)}.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item:after{display:none}.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item.is-active{background:var(--wpds-color-bg-interactive-neutral-weak-active,#ededed)}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) var(--wpds-color-stroke-focus-brand,var(--wp-admin-theme-color,#3858e9));outline-offset:0;outline:2px solid #0000}.components-text-control__input,.components-text-control__input[type=text],.components-text-control__input[type=tel],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week],.components-text-control__input[type=password],.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime],.components-text-control__input[type=datetime-local],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number]{background:var(--wp-components-color-background,#fff);width:100%;height:32px;color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #949494;border-radius:2px;margin:0;padding:6px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;box-shadow:0 0 #0000}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=text],.components-text-control__input[type=tel],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week],.components-text-control__input[type=password],.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime],.components-text-control__input[type=datetime-local],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number]{transition:box-shadow .1s linear}}@media (width>=600px){.components-text-control__input,.components-text-control__input[type=text],.components-text-control__input[type=tel],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week],.components-text-control__input[type=password],.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime],.components-text-control__input[type=datetime-local],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input,.components-text-control__input[type=text],.components-text-control__input[type=tel],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week],.components-text-control__input[type=password],.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime],.components-text-control__input[type=datetime-local],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder{color:color-mix(in srgb, var(--wp-components-color-foreground,#1e1e1e), transparent 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;flex-shrink:0;align-self:center;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:var(--wpds-cursor-control,pointer)}.components-toggle-control__help{margin-inline-start:40px;display:inline-block}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;flex-shrink:0;display:inline-flex}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{flex-direction:column;align-items:center;display:flex}.components-accessible-toolbar .components-button,.components-toolbar .components-button{z-index:1;height:48px;padding-left:16px;padding-right:16px;position:relative}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{content:"";z-index:-1;border-radius:2px;height:32px;display:block;position:absolute;left:8px;right:8px}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:.1s forwards components-button__appear-animation}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed:hover{background:0 0}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;bottom:10px;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);background-color:var(--wp-components-color-background,#fff);flex-wrap:wrap;flex-shrink:0;min-height:48px;padding-left:6px;padding-right:6px;display:inline-flex}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);background-color:var(--wp-components-color-background,#fff);flex-wrap:wrap;flex-shrink:0;min-height:48px;margin:0;display:inline-flex}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{margin:0;display:flex}div.components-toolbar>div+div.has-left-divider{margin-left:6px;position:relative;overflow:visible}div.components-toolbar>div+div.has-left-divider:before{content:"";box-sizing:content-box;background-color:#ddd;width:1px;height:20px;display:inline-block;position:absolute;top:8px;left:-3px}.components-tooltip{color:#f0f0f0;text-align:center;z-index:1000002;background:#000;border-radius:2px;padding:4px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):invalid[data-validity-visible]{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:invalid[data-validity-visible]):not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid[data-validity-visible]){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0}.components-validated-control__indicator{color:var(--wp-components-color-gray-700,#757575);align-items:flex-start;gap:4px;margin:8px 0 0;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:16px;animation:.2s cubic-bezier(.68,-.55,.27,1.55) components-validated-control__indicator-jump;display:flex}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:#348147}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{width:12px;height:12px;margin:2px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56, 88, 233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0385, 68.7308, 230.462;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923, 58.1538, 214.308;--wp-admin-border-width-focus:2px}@media (resolution>=192dpi){:root{--wp-admin-border-width-focus:1.5px}}:root{--bg:#fff;--ink:#1e1e1e;--muted:#757575;--line:#e0e0e0;--panel:#f7f7f7;--radius:12px;--accent:#3858e9;font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--ink);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.app{flex-direction:column;min-height:100%;display:flex}.app__header{border-bottom:1px solid var(--line);background:var(--bg);z-index:10;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;padding:16px 24px;display:flex;position:sticky;top:0}.app__title{margin:0;font-size:22px}.app__subtitle{color:var(--muted);margin:2px 0 0;font-size:13px}.transport{align-items:center!important}.transport__tempo{min-width:220px}.transport__slots{align-items:center;gap:6px;display:flex}.transport__slot-count{color:var(--muted);text-align:center;min-width:56px;font-size:12px}.transport__play{justify-content:center;min-width:92px}.app__body{flex:1;align-items:flex-start;gap:20px;padding:20px 24px;display:flex}.palette{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);flex:0 0 268px;padding:14px;position:sticky;top:96px}.palette__title{margin:0 0 2px;font-size:15px}.palette__hint{margin-bottom:10px;font-size:12px;display:block}.palette__group{margin-bottom:12px}.palette__group-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.palette__grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.palette__item{appearance:none;cursor:grab;touch-action:none;background:0 0;border:none;padding:0}.palette__item:active{cursor:grabbing}.mat{aspect-ratio:1;color:#fff;text-shadow:0 1px 2px #00000059;-webkit-user-select:none;user-select:none;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff40,0 1px 3px #0000002e}.mat--image{background-position:50%;background-size:cover}.mat--dim{opacity:.35}.mat--small{border-radius:8px}.mat__name{font-size:17px;font-weight:700;line-height:1}.mat--small .mat__name{font-size:14px}.mat__glyph{opacity:.85;margin:1px 0;font-size:13px}.mat__solfege{letter-spacing:.03em;opacity:.95;font-size:10px}.mat--small .mat__solfege{font-size:9px}.mat__facing{background:#00000059;border-radius:4px;padding:0 3px;font-size:9px;font-weight:700;position:absolute;top:3px;right:4px}.app__stage{flex:1;min-width:0}.grid{grid-template-columns:repeat(8,1fr);gap:12px;display:grid}.slot{aspect-ratio:1;background:var(--panel);border:2px dashed var(--line);touch-action:none;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative}.slot--filled{cursor:grab;background:0 0;border-style:solid;border-color:#0000}.slot--filled:active{cursor:grabbing}.slot--empty .slot__rest{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.slot--over{border-color:var(--accent);background:#eef1fe}.slot--active{outline:3px solid var(--accent);outline-offset:2px}.slot--active .mat{animation:.18s pop}@keyframes pop{0%{transform:scale(.92)}to{transform:scale(1)}}.slot__index{color:var(--muted);z-index:2;font-size:10px;position:absolute;top:4px;left:6px}.slot--filled .slot__index{color:#ffffffe6;text-shadow:0 1px 2px #0006}.slot__tile{appearance:none;cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0}.slot__btn{appearance:none;color:#fff;cursor:pointer;opacity:0;z-index:3;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:opacity .12s;display:flex;position:absolute}.slot:hover .slot__btn,.slot:focus-within .slot__btn{opacity:1}.slot__btn--remove{top:3px;right:3px}.slot__btn--rotate{background:#0006;bottom:3px;right:3px}.slot__btn svg{fill:#fff}.settings__toolbar{flex-wrap:wrap;gap:8px;margin:12px 0 16px;display:flex}.settings__grid{flex-direction:column;gap:8px;max-height:52vh;display:flex;overflow-y:auto}.settings__row{border:1px solid var(--line);border-radius:8px;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:6px 8px;display:grid}.settings__preview{width:48px}.settings__meta{flex-direction:column;line-height:1.2;display:flex}.settings__actions{gap:6px;display:flex}@media (width<=768px){.app__header{padding:12px 14px}.app__body{flex-direction:column;gap:14px;padding:14px}.palette{flex:none;width:100%;position:static}.palette__grid{grid-template-columns:repeat(6,1fr)}.grid{grid-template-columns:repeat(4,1fr)}.app__stage{width:100%}.slot__btn{opacity:1}}
