.commandify-toast-container{bottom:20px;display:flex;flex-direction:column;gap:12px;pointer-events:none;position:fixed;right:20px;z-index:100002}.commandify-toast{align-items:center;animation:slideInRight .3s ease-out;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;max-width:400px;min-width:320px;padding:16px;pointer-events:auto}.commandify-toast-icon{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-right:12px;width:24px}.commandify-toast-icon .dashicons{font-size:24px;height:24px;width:24px}.commandify-toast-message{color:#1d2327;flex:1;font-size:14px;line-height:1.5}.commandify-toast-close{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-left:12px;opacity:.5;padding:0;transition:opacity .2s;width:24px}.commandify-toast-close:hover{opacity:1}.commandify-toast-close .dashicons{color:#50575e;font-size:20px;height:20px;width:20px}.commandify-toast-success{border-left:4px solid #00a32a}.commandify-toast-success .commandify-toast-icon .dashicons{color:#00a32a}.commandify-toast-error{border-left:4px solid #d63638}.commandify-toast-error .commandify-toast-icon .dashicons{color:#d63638}.commandify-toast-info{border-left:4px solid #2271b1}.commandify-toast-info .commandify-toast-icon .dashicons{color:#2271b1}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@media(max-width:480px){.commandify-toast-container{bottom:10px;left:10px;right:10px}.commandify-toast{max-width:none;min-width:auto}}.commandify-confirm-overlay{align-items:center;animation:fadeIn .2s ease-out;background:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999999}.commandify-confirm-dialog{animation:slideInScale .2s ease-out;background:#fff;border-radius:8px;box-shadow:0 4px 24px rgba(0,0,0,.2);max-width:calc(100vw - 40px);width:480px}@keyframes slideInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.commandify-confirm-header{border-bottom:1px solid #dcdcde;padding:20px 24px}.commandify-confirm-header h3{color:#1d2327;font-size:18px;font-weight:600;margin:0}.commandify-confirm-body{padding:24px}.commandify-confirm-body p{color:#50575e;font-size:14px;line-height:1.6;margin:0}.commandify-confirm-footer{border-top:1px solid #dcdcde;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.commandify-confirm-button,.commandify-confirm-cancel{border:1px solid #dcdcde;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.commandify-confirm-button:focus,.commandify-confirm-cancel:focus{outline:2px solid #2271b1;outline-offset:2px}.commandify-confirm-cancel{background:#fff;color:#1d2327}.commandify-confirm-cancel:hover{background:#f6f7f7}.commandify-confirm-button{background:#2271b1;border-color:#2271b1;color:#fff}.commandify-confirm-button:hover{background:#1e639c}.commandify-confirm-button.is-destructive{background:#d63638;border-color:#d63638}.commandify-confirm-button.is-destructive:hover{background:#c9292b}@media(max-width:480px){.commandify-confirm-dialog{width:calc(100vw - 40px)}}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.commandify-skeleton-container{padding:8px 0!important}.commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton{background:transparent!important;border-bottom:1px solid #f0f0f1!important;cursor:default!important;pointer-events:none!important}.commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton:hover{background:transparent!important}.commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton .commandify-skeleton-description,.commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton .commandify-skeleton-icon,.commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton .commandify-skeleton-title{animation:shimmer 1.2s ease-in-out infinite!important;background:linear-gradient(90deg,#f0f0f1,#e8e8e9 20%,#f0f0f1 40%,#f0f0f1)!important;background-size:468px 100%!important;border-radius:4px!important}.commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton .commandify-skeleton-icon{border-radius:6px!important;flex-shrink:0!important;height:32px!important;width:32px!important}.commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton .commandify-skeleton-title{display:block!important;height:16px!important;margin-bottom:8px!important;width:60%!important}.commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton .commandify-skeleton-description{display:block!important;height:12px!important;width:80%!important}.commandify-skeleton:nth-child(2n) .commandify-skeleton-title{width:50%!important}.commandify-skeleton:nth-child(2n) .commandify-skeleton-description,.commandify-skeleton:nth-child(3n) .commandify-skeleton-title{width:70%!important}.commandify-skeleton:nth-child(3n) .commandify-skeleton-description{width:85%!important}.commandify-search-loading{align-items:center;color:#646970;display:flex;font-size:14px;justify-content:center;margin-right:4px;min-width:20px}.commandify-search-loading .dashicons{color:#646970;font-size:16px;height:16px;width:16px}body.admin-color-midnight .commandify-command.commandify-skeleton,body.admin-color-modern .commandify-command.commandify-skeleton{border-bottom-color:#3c434a}body.admin-color-midnight .commandify-command.commandify-skeleton .commandify-skeleton-description,body.admin-color-midnight .commandify-command.commandify-skeleton .commandify-skeleton-icon,body.admin-color-midnight .commandify-command.commandify-skeleton .commandify-skeleton-title,body.admin-color-modern .commandify-command.commandify-skeleton .commandify-skeleton-description,body.admin-color-modern .commandify-command.commandify-skeleton .commandify-skeleton-icon,body.admin-color-modern .commandify-command.commandify-skeleton .commandify-skeleton-title{background:linear-gradient(90deg,#3c434a,#50575e 20%,#3c434a 40%,#3c434a)}.commandify-error-boundary{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:40px 24px;text-align:center}.commandify-error-icon{margin-bottom:20px}.commandify-error-icon .dashicons{color:#d63638;font-size:64px;height:64px;opacity:.9;width:64px}.commandify-error-title{color:#1d2327;font-size:18px;font-weight:600;margin:0 0 12px;padding:0}.commandify-error-message{color:#50575e;font-size:14px;line-height:1.6;margin:0 0 24px;max-width:400px;padding:0}.commandify-error-details{margin:20px 0;max-width:500px;text-align:left;width:100%}.commandify-error-details summary{background:#f6f7f7;border-radius:4px;color:#50575e;cursor:pointer;font-size:13px;font-weight:500;margin-bottom:8px;padding:8px 12px}.commandify-error-details summary:hover{background:#e8e8e9}.commandify-error-stack{background:#1e1e1e;border-radius:4px;color:#d4d4d4;font-family:Consolas,Monaco,Courier New,monospace;font-size:12px;margin:0;max-height:200px;overflow-x:auto;overflow-y:auto;padding:16px;white-space:pre-wrap;word-wrap:break-word}.commandify-error-actions{align-items:center;display:flex;gap:12px;justify-content:center}.commandify-error-button{align-items:center;background:#fff;border:1px solid #c3c4c7;border-radius:4px;box-shadow:none;color:#2c3338;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;justify-content:center;outline:none;padding:10px 20px;text-decoration:none;transition:all .2s}.commandify-error-button:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.commandify-error-button:focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:none}.commandify-error-button:active{background:#e8e8e9}.commandify-error-button-primary{background:#2271b1;border-color:#2271b1;color:#fff}.commandify-error-button-primary:hover{background:#135e96;border-color:#135e96;color:#fff}.commandify-error-button-primary:focus{background:#135e96;border-color:#0a4b78;box-shadow:0 0 0 1px #0a4b78}.commandify-error-button-primary:active{background:#0a4b78;border-color:#0a4b78}body.admin-color-midnight .commandify-error-boundary,body.admin-color-modern .commandify-error-boundary{background:#1e1e1e}body.admin-color-midnight .commandify-error-title,body.admin-color-modern .commandify-error-title{color:#f0f0f1}body.admin-color-midnight .commandify-error-message,body.admin-color-modern .commandify-error-message{color:#c3c4c7}body.admin-color-midnight .commandify-error-details summary,body.admin-color-modern .commandify-error-details summary{background:#2c2c2c;color:#c3c4c7}body.admin-color-midnight .commandify-error-details summary:hover,body.admin-color-modern .commandify-error-details summary:hover{background:#3c3c3c}.commandify-help-overlay{align-items:center;animation:fadeIn .2s ease-out;background:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100001}.commandify-help-panel{animation:slideIn .2s ease-out;background:#fff;border-radius:8px;box-shadow:0 4px 24px rgba(0,0,0,.15);display:flex;flex-direction:column;max-height:calc(100vh - 80px);max-width:calc(100vw - 40px);width:680px}.commandify-help-header{align-items:center;border-bottom:1px solid #dcdcde;display:flex;justify-content:space-between;padding:20px 24px}.commandify-help-header h2{align-items:center;color:#1d2327;display:flex;font-size:18px;font-weight:600;gap:8px;margin:0}.commandify-help-header h2 .dashicons{color:#2271b1;font-size:20px}.commandify-help-close{align-items:center;background:transparent;border:none;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .2s;width:32px}.commandify-help-close:hover{background:#f6f7f7}.commandify-help-close .dashicons{color:#50575e;font-size:20px}.commandify-help-search{align-items:center;border-bottom:1px solid #dcdcde;display:flex;gap:10px;padding:12px 24px}.commandify-help-search .dashicons{color:#50575e;flex-shrink:0;font-size:18px}.commandify-help-search input{background:transparent;border:none;color:#1d2327;flex:1;font-size:14px;outline:none}.commandify-help-search input::-moz-placeholder{color:#787c82}.commandify-help-search input::placeholder{color:#787c82}.commandify-help-search-clear{align-items:center;background:transparent;border:none;border-radius:4px;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;width:24px}.commandify-help-search-clear:hover{background:#f6f7f7}.commandify-help-search-clear .dashicons{color:#50575e;font-size:16px}.commandify-help-content{flex:1;overflow-y:auto;padding:16px 24px}.commandify-help-empty{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.commandify-help-empty .dashicons{color:#c3c4c7;font-size:48px;margin-bottom:16px}.commandify-help-empty p{color:#50575e;font-size:14px;margin:0 0 16px}.commandify-help-clear-search{background:#fff;border:1px solid #c3c4c7;border-radius:4px;color:#2c3338;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s}.commandify-help-clear-search:hover{background:#f6f7f7;border-color:#8c8f94}.commandify-help-section{margin-bottom:12px}.commandify-help-section:last-child{margin-bottom:0}.commandify-help-section-header{align-items:center;background:#f9fafb;border:1px solid #dcdcde;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:12px 16px;text-align:left;transition:all .2s;width:100%}.commandify-help-section-header:hover{background:#f6f7f7;border-color:#8c8f94}.commandify-help-section.is-expanded .commandify-help-section-header{background:#fff;border-bottom-color:#dcdcde;border-bottom-left-radius:0;border-bottom-right-radius:0}.commandify-help-section-icon{flex-shrink:0;font-size:20px;line-height:1}.commandify-help-section-title{color:#1d2327;flex:1;font-size:15px;font-weight:600}.commandify-help-section-count{background:#f0f0f1;border-radius:10px;color:#787c82;font-size:12px;font-weight:500;padding:2px 8px}.commandify-help-section-toggle .dashicons{color:#50575e;font-size:18px;transition:transform .2s}.commandify-help-section.is-expanded .commandify-help-section-toggle .dashicons{transform:rotate(180deg)}.commandify-help-section-content{background:#fff;border:1px solid #dcdcde;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:none;padding:16px}.commandify-help-item{margin-bottom:16px}.commandify-help-item:last-child{margin-bottom:0}.commandify-help-item h4{color:#1d2327;font-size:14px;font-weight:600;margin:0 0 6px}.commandify-help-item p{color:#50575e;font-size:13px;line-height:1.6;margin:0}.commandify-help-footer{background:#f9fafb;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #dcdcde;padding:16px 24px}.commandify-help-footer p{color:#50575e;font-size:13px;margin:0;text-align:center}.commandify-help-footer a{color:#2271b1;font-weight:500;text-decoration:none}.commandify-help-footer a:hover{text-decoration:underline}@media(max-width:768px){.commandify-help-panel{max-height:calc(100vh - 40px);max-width:calc(100vw - 20px);width:100%}.commandify-help-content,.commandify-help-footer,.commandify-help-header,.commandify-help-search{padding-left:16px;padding-right:16px}}[data-commandify-theme=dark].commandify-overlay.commandify-overlay{background:rgba(0,0,0,.8);transition:background .2s ease}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-palette{background:#1e1e1e;box-shadow:0 4px 32px rgba(0,0,0,.5);color:#e4e4e7;transition:background .2s ease,box-shadow .2s ease}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-progress-bar{background:hsla(0,0%,100%,.05)}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-progress-bar-fill{background:#60a5fa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-breadcrumb{background:#2d2d2d;border-bottom-color:#3f3f46;transition:background .2s ease,border-color .2s ease}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-back-button:hover{background:hsla(0,0%,100%,.1)}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-back-button .dashicons{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-breadcrumb-text{color:#e4e4e7}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-search{background:#1e1e1e;border-bottom-color:#3f3f46;transition:background .2s ease,border-color .2s ease}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-search .dashicons{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-search-input{caret-color:#e4e4e7;color:#e4e4e7}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-search-input::-moz-placeholder{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-search-input::placeholder{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-search-loading,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-search-loading .dashicons,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-search-time{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-results{background:#1e1e1e;transition:background .2s ease}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-group-header{background:#2d2d2d;border:1px solid #3f3f46}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-group-title{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton{border-bottom-color:#3f3f46!important}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton .commandify-skeleton-description,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton .commandify-skeleton-icon,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.commandify-skeleton .commandify-skeleton-title{background:linear-gradient(90deg,#2d2d2d,#3a3a3a 20%,#2d2d2d 40%,#2d2d2d)!important}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected{background:#4a5568;color:#fff}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-description{color:hsla(0,0%,100%,.9)}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .dashicons,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected i{color:#fff}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command:hover:not(.is-selected):not(.is-disabled){background:#404040}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command-title{color:#e4e4e7}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command-description,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command-icon .dashicons,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command-icon i{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-navigation .dashicons{color:#60a5fa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-action .dashicons{color:#fb923c}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-search .dashicons{color:#c084fc}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-submenu .dashicons{color:#4ade80}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-setting .dashicons{color:#fbbf24}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-pattern .dashicons{color:#f472b6}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-navigation .dashicons{color:#dbeafe}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-action .dashicons{color:#fed7aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-search .dashicons{color:#e9d5ff}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-submenu .dashicons{color:#bbf7d0}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-setting .dashicons{color:#fef3c7}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-pattern .dashicons{color:#fbcfe8}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-favorite-btn{color:#6b7280}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-favorite-btn.is-favorite,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-favorite-btn:hover{color:#fbbf24}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-enter-indicator{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-enter-indicator{color:hsla(0,0%,100%,.8)}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-new-tab-indicator{color:#60a5fa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-new-tab-indicator{color:#fff}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-empty,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-empty .dashicons,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-empty p,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-loading,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-loading .dashicons,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-loading span:last-child{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-empty .commandify-empty-title{color:#e4e4e7}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-empty .commandify-empty-hint{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-empty-suggestions-title{color:#e4e4e7}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-empty-suggestions-list li{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-footer{background:#2d2d2d;border-top-color:#3f3f46;color:#a1a1aa;transition:background .2s ease,border-color .2s ease}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-footer kbd{background:#3a3a3a;border-color:#3f3f46;box-shadow:0 1px 0 hsla(0,0%,100%,.05);color:#e4e4e7}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-footer-help{background:#3a3a3a;border-color:#3f3f46;color:#e4e4e7}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-footer-help .dashicons{color:#a1a1aa}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-footer-help:hover{background:#404040;border-color:#52525b}[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-footer-help:focus{border-color:#60a5fa;box-shadow:0 0 0 1px #60a5fa}[data-commandify-theme=dark] .commandify-preview-custom .preview-meta,[data-commandify-theme=dark].commandify-overlay.commandify-overlay .commandify-footer-count{color:#a1a1aa}[data-commandify-theme=dark] .commandify-toast{background:#2d2d2d;border-color:#3f3f46;box-shadow:0 4px 24px rgba(0,0,0,.4);color:#e4e4e7}[data-commandify-theme=dark] .commandify-toast--success{background:rgba(74,222,128,.15);border-color:#4ade80;color:#4ade80}[data-commandify-theme=dark] .commandify-toast--error{background:hsla(0,91%,71%,.15);border-color:#f87171;color:#f87171}[data-commandify-theme=dark] .commandify-toast--warning{background:rgba(251,191,36,.15);border-color:#fbbf24;color:#fbbf24}[data-commandify-theme=dark] .commandify-toast-close{color:#a1a1aa}[data-commandify-theme=dark] .commandify-toast-close:hover{color:#e4e4e7}[data-commandify-theme=dark] .commandify-confirm-overlay{background:rgba(0,0,0,.7)}[data-commandify-theme=dark] .commandify-confirm-dialog{background:#1e1e1e;border-color:#3f3f46;box-shadow:0 8px 32px rgba(0,0,0,.5)}[data-commandify-theme=dark] .commandify-confirm-dialog .commandify-confirm-title{color:#e4e4e7}[data-commandify-theme=dark] .commandify-confirm-dialog .commandify-confirm-message{color:#a1a1aa}[data-commandify-theme=dark] .commandify-confirm-dialog .commandify-confirm-button--primary{background:#60a5fa;border-color:#60a5fa;color:#fff}[data-commandify-theme=dark] .commandify-confirm-dialog .commandify-confirm-button--primary:hover{background:#3b82f6;border-color:#3b82f6}[data-commandify-theme=dark] .commandify-confirm-dialog .commandify-confirm-button--danger{background:#f87171;border-color:#f87171}[data-commandify-theme=dark] .commandify-confirm-dialog .commandify-confirm-button--danger:hover{background:#ef4444;border-color:#ef4444}[data-commandify-theme=dark] .commandify-confirm-dialog .commandify-confirm-button--secondary{background:transparent;border-color:#3f3f46;color:#e4e4e7}[data-commandify-theme=dark] .commandify-confirm-dialog .commandify-confirm-button--secondary:hover{background:#404040;border-color:#52525b}.components-modal__screen-overlay[data-commandify-theme=dark]{background:rgba(0,0,0,.7)}.components-modal__screen-overlay[data-commandify-theme=dark] .components-popover{z-index:1000000!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__frame{background:#1e1e1e!important;box-shadow:0 8px 32px rgba(0,0,0,.5)}.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__frame [style*="background-color: #fff"],.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__frame [style*="background-color: white"],.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__frame [style*="background: #fff"],.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__frame [style*="background: rgb(255, 255, 255)"],.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__frame [style*="background: white"]{background:#1e1e1e!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__header{background:#1e1e1e;border-bottom-color:#3f3f46}.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__header h1{color:#e4e4e7}.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__header .components-modal__header-close:hover{background:hsla(0,0%,100%,.1)}.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__header .components-modal__header-close svg{fill:#a1a1aa}.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__content{background:#1e1e1e!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__content :not(input):not(select):not(textarea):not(button){background-color:transparent}.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__content article,.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__content aside,.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__content div[class*=box],.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__content div[class*=section],.components-modal__screen-overlay[data-commandify-theme=dark] .components-modal__content section{background:transparent!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] div,.components-modal__screen-overlay[data-commandify-theme=dark] em,.components-modal__screen-overlay[data-commandify-theme=dark] label,.components-modal__screen-overlay[data-commandify-theme=dark] p,.components-modal__screen-overlay[data-commandify-theme=dark] span,.components-modal__screen-overlay[data-commandify-theme=dark] strong{color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-description{color:#a1a1aa!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html{background:transparent!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-section{background:#2d2d2d!important;border-color:#3f3f46!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-section h4{color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-section h4 .dashicons{color:#a1a1aa!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-section p{color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-section .empty-address{color:#a1a1aa!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-section table,.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-section td,.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-section th,.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-section tr{background:transparent!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-table{background:transparent!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-table th{background:transparent!important;color:#a1a1aa!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-table td{background:transparent!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html .commandify-address-table tr{background:transparent!important;border-bottom-color:hsla(0,0%,100%,.05)!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html table:not(.commandify-address-table){background:transparent!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html table:not(.commandify-address-table) td,.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html table:not(.commandify-address-table) th{background:transparent!important;border-bottom-color:#3f3f46!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html table:not(.commandify-address-table) th{background:#2d2d2d!important;color:#a1a1aa!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-content-html a{color:#60a5fa}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-field-label{color:#e4e4e7}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-field-error,.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-required{color:#f87171}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-field-help{color:#a1a1aa}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-radio-option{background:#2d2d2d!important;border-color:#3f3f46!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-radio-option:hover{background:rgba(83,155,245,.1)!important;border-color:#60a5fa!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-radio-option.is-selected{background:rgba(83,155,245,.15)!important;border-color:#60a5fa!important;box-shadow:0 0 0 1px #60a5fa!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-radio-option .commandify-radio-label{color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-form-actions{border-top-color:#3f3f46}.components-modal__screen-overlay[data-commandify-theme=dark] .components-combobox-control__input,.components-modal__screen-overlay[data-commandify-theme=dark] .components-select-control__input,.components-modal__screen-overlay[data-commandify-theme=dark] .components-text-control__input,.components-modal__screen-overlay[data-commandify-theme=dark] .components-textarea-control__input,.components-modal__screen-overlay[data-commandify-theme=dark] input[type=email],.components-modal__screen-overlay[data-commandify-theme=dark] input[type=number],.components-modal__screen-overlay[data-commandify-theme=dark] input[type=text],.components-modal__screen-overlay[data-commandify-theme=dark] input[type=url],.components-modal__screen-overlay[data-commandify-theme=dark] select,.components-modal__screen-overlay[data-commandify-theme=dark] textarea{background:#2d2d2d!important;background-color:#2d2d2d!important;border-color:#3f3f46!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-combobox-control__input:focus,.components-modal__screen-overlay[data-commandify-theme=dark] .components-select-control__input:focus,.components-modal__screen-overlay[data-commandify-theme=dark] .components-text-control__input:focus,.components-modal__screen-overlay[data-commandify-theme=dark] .components-textarea-control__input:focus,.components-modal__screen-overlay[data-commandify-theme=dark] input[type=email]:focus,.components-modal__screen-overlay[data-commandify-theme=dark] input[type=number]:focus,.components-modal__screen-overlay[data-commandify-theme=dark] input[type=text]:focus,.components-modal__screen-overlay[data-commandify-theme=dark] input[type=url]:focus,.components-modal__screen-overlay[data-commandify-theme=dark] select:focus,.components-modal__screen-overlay[data-commandify-theme=dark] textarea:focus{border-color:#60a5fa!important;box-shadow:0 0 0 1px #60a5fa!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-combobox-control__input.has-error,.components-modal__screen-overlay[data-commandify-theme=dark] .components-select-control__input.has-error,.components-modal__screen-overlay[data-commandify-theme=dark] .components-text-control__input.has-error,.components-modal__screen-overlay[data-commandify-theme=dark] .components-textarea-control__input.has-error,.components-modal__screen-overlay[data-commandify-theme=dark] input[type=email].has-error,.components-modal__screen-overlay[data-commandify-theme=dark] input[type=number].has-error,.components-modal__screen-overlay[data-commandify-theme=dark] input[type=text].has-error,.components-modal__screen-overlay[data-commandify-theme=dark] input[type=url].has-error,.components-modal__screen-overlay[data-commandify-theme=dark] select.has-error,.components-modal__screen-overlay[data-commandify-theme=dark] textarea.has-error{border-color:#f87171!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-popover__content{background:#2d2d2d!important;border-color:#3f3f46!important;box-shadow:0 4px 12px rgba(0,0,0,.5)!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-combobox-control__suggestions-container{background:#2d2d2d!important;border-color:#3f3f46!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-combobox-control__option{background:#2d2d2d!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-combobox-control__option:focus,.components-modal__screen-overlay[data-commandify-theme=dark] .components-combobox-control__option:hover{background:#404040!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-combobox-control__option[aria-selected=true]{background:#60a5fa!important;color:#fff!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-form-token-field__suggestion{background:#2d2d2d!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-form-token-field__suggestion:hover{background:#404040!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-checkbox-control__input[type=checkbox]{background:#2d2d2d;border-color:#3f3f46}.components-modal__screen-overlay[data-commandify-theme=dark] .components-checkbox-control__input[type=checkbox]:checked{background:#60a5fa;border-color:#60a5fa}.components-modal__screen-overlay[data-commandify-theme=dark] .components-checkbox-control__input[type=checkbox]:focus{border-color:#60a5fa;box-shadow:0 0 0 1px #60a5fa}.components-modal__screen-overlay[data-commandify-theme=dark] .components-base-control__label,.components-modal__screen-overlay[data-commandify-theme=dark] .components-checkbox-control__label,.components-modal__screen-overlay[data-commandify-theme=dark] label{color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-base-control__help{color:#a1a1aa!important}.components-modal__screen-overlay[data-commandify-theme=dark] select option{background:#2d2d2d!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] ::-moz-placeholder{color:#a1a1aa!important;opacity:.7}.components-modal__screen-overlay[data-commandify-theme=dark] ::placeholder{color:#a1a1aa!important;opacity:.7}.components-modal__screen-overlay[data-commandify-theme=dark] .components-button.is-primary,.components-modal__screen-overlay[data-commandify-theme=dark] button.is-primary{background:#60a5fa!important;background-color:#60a5fa!important;border-color:#60a5fa!important;color:#fff!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-button.is-primary:focus:not(:disabled),.components-modal__screen-overlay[data-commandify-theme=dark] .components-button.is-primary:hover:not(:disabled),.components-modal__screen-overlay[data-commandify-theme=dark] button.is-primary:focus:not(:disabled),.components-modal__screen-overlay[data-commandify-theme=dark] button.is-primary:hover:not(:disabled){background:#3b82f6!important;background-color:#3b82f6!important;border-color:#3b82f6!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-button.is-secondary,.components-modal__screen-overlay[data-commandify-theme=dark] button.is-secondary{background:transparent!important;background-color:transparent!important;border:1px solid #3f3f46!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-button.is-secondary:focus:not(:disabled),.components-modal__screen-overlay[data-commandify-theme=dark] .components-button.is-secondary:hover:not(:disabled),.components-modal__screen-overlay[data-commandify-theme=dark] button.is-secondary:focus:not(:disabled),.components-modal__screen-overlay[data-commandify-theme=dark] button.is-secondary:hover:not(:disabled){background:#404040!important;background-color:#404040!important;border-color:#52525b!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-button:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link),.components-modal__screen-overlay[data-commandify-theme=dark] button:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){background:transparent!important;border:1px solid #3f3f46!important;color:#e4e4e7!important}.components-modal__screen-overlay[data-commandify-theme=dark] .components-button:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled),.components-modal__screen-overlay[data-commandify-theme=dark] button:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled){background:#404040!important}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-help-modal{background:#1e1e1e}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-help-modal .commandify-help-header{background:#1e1e1e;border-bottom-color:#3f3f46;color:#e4e4e7}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-help-modal .commandify-help-content{color:#a1a1aa}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-help-modal .commandify-help-section-title{color:#e4e4e7}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-help-modal kbd{background:#3a3a3a;border-color:#3f3f46;color:#e4e4e7}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-help-modal .commandify-help-shortcut{border-bottom-color:#3f3f46}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-error-boundary{background:#1e1e1e;color:#e4e4e7}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-error-boundary .commandify-error-title{color:#f87171}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-error-boundary .commandify-error-message{background:#2d2d2d;border-color:#3f3f46;color:#a1a1aa}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-error-boundary .commandify-error-button{background:#60a5fa;border-color:#60a5fa}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-error-boundary .commandify-error-button:hover{background:#3b82f6;border-color:#3b82f6}.components-modal__screen-overlay[data-commandify-theme=dark] .commandify-skeleton{background:linear-gradient(90deg,#2d2d2d 25%,#3a3a3a 50%,#2d2d2d 75%);background-size:200% 100%}.commandify-overlay.commandify-overlay,.commandify-overlay.commandify-overlay *{box-sizing:border-box!important;font-style:normal;letter-spacing:normal;line-height:1.5;text-decoration:none;text-transform:none}.commandify-overlay.commandify-overlay,.commandify-overlay.commandify-overlay :not(.dashicons):not([class*=dashicons-]):not([class*=eicon-]):not([class*=fa-]):not([class*=fas-]):not([class*=far-]):not([class*=fab-]):not([class*=ti-]){font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important}.commandify-overlay.commandify-overlay .dashicons,.commandify-overlay.commandify-overlay [class*=dashicons-]{font-family:dashicons!important;font-style:normal!important;font-weight:400!important;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.commandify-overlay.commandify-overlay{align-items:flex-start;animation:fadeIn .2s ease-out;background:rgba(0,0,0,.5);border:none;bottom:0!important;display:flex!important;justify-content:center;left:0!important;margin:0;padding:20vh 0 0;position:fixed!important;right:0!important;top:0!important;z-index:100000!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.commandify-overlay.commandify-overlay .commandify-palette{animation:slideIn .2s ease-out;background:#fff;border:none;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.15);color:#1d2327;display:flex!important;flex-direction:column!important;margin:0;max-height:60vh;max-width:calc(100vw - 40px);overflow:hidden!important;padding:0;position:relative;width:600px}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.commandify-progress-bar{background:rgba(0,0,0,.05);border-radius:12px 12px 0 0;height:3px;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1000}.commandify-progress-bar-fill{background:#2271b1;height:100%;transition:width .25s ease;width:0}.commandify-progress-bar-fill.is-loading{transition:width .8s ease;width:70%}.commandify-progress-bar-fill.is-complete{transition:width .2s ease;width:100%}@keyframes progressSlide{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}.commandify-overlay.commandify-overlay .commandify-breadcrumb{align-items:center;background:#f6f7f7;border:none;border-bottom:1px solid #dcdcde;display:flex!important;flex-shrink:0!important;gap:8px;margin:0;padding:12px 16px}.commandify-overlay.commandify-overlay .commandify-back-button{align-items:center;background:transparent;border:none;border-radius:4px;cursor:pointer;display:flex!important;height:28px;justify-content:center;margin:0;padding:0;transition:background .2s;width:28px}.commandify-overlay.commandify-overlay .commandify-back-button:hover{background:rgba(0,0,0,.05)}.commandify-overlay.commandify-overlay .commandify-back-button .dashicons{align-items:center;color:#50575e;display:flex!important;font-size:20px;height:20px;justify-content:center;line-height:1;width:20px}.commandify-overlay.commandify-overlay .commandify-back-button .dashicons:before{line-height:1;vertical-align:middle}.commandify-overlay.commandify-overlay .commandify-breadcrumb-text{color:#1d2327;font-size:14px;font-weight:500;margin:0;padding:0}.commandify-overlay.commandify-overlay .commandify-search{align-items:center;background:#fff;border:none;border-bottom:1px solid #dcdcde;display:flex!important;flex-shrink:0!important;gap:12px;height:60px;margin:0;padding:8px 20px}.commandify-overlay.commandify-overlay .commandify-search .dashicons{align-items:center;color:#50575e;display:flex!important;font-size:20px;height:20px;justify-content:center;line-height:1;width:20px}.commandify-overlay.commandify-overlay .commandify-search .dashicons:before{line-height:1;vertical-align:middle}.commandify-overlay.commandify-overlay .commandify-search-input{background:transparent!important;border:none!important;border-radius:0;box-shadow:none!important;caret-color:#1d2327;color:#1d2327;flex:1!important;font-size:16px;font-weight:400;height:auto;line-height:1.5;margin:0;max-height:none;min-height:auto;outline:none!important;padding:4px 0;text-indent:0;width:auto}.commandify-overlay.commandify-overlay .commandify-search-input::-moz-placeholder{color:#50575e;font-weight:400;opacity:1}.commandify-overlay.commandify-overlay .commandify-search-input::placeholder{color:#50575e;font-weight:400;opacity:1}.commandify-overlay.commandify-overlay .commandify-search-input:disabled{cursor:not-allowed;opacity:.6}.commandify-overlay.commandify-overlay .commandify-search-input:focus{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}.commandify-overlay.commandify-overlay .commandify-search-input:hover{border:none!important;box-shadow:none!important}.commandify-overlay.commandify-overlay .commandify-search-time{color:#50575e;font-size:12px;font-variant-numeric:tabular-nums;font-weight:400;min-width:48px;text-align:right}.commandify-overlay.commandify-overlay .commandify-results{background:#fff;border:none;flex:1 1 auto!important;margin:8px 0;max-height:calc(60vh - 60px);min-height:100px;overflow-y:auto!important;padding:8px}.commandify-overlay.commandify-overlay .commandify-group{margin-bottom:8px}.commandify-overlay.commandify-overlay .commandify-group:last-child{margin-bottom:0}.commandify-overlay.commandify-overlay .commandify-group-header{align-items:center;background:#f6f7f7;border-radius:4px;display:flex;margin-bottom:4px;padding:8px 12px}.commandify-overlay.commandify-overlay .commandify-group-icon{font-size:14px;margin-right:8px}.commandify-overlay.commandify-overlay .commandify-group-title{color:#50575e;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.commandify-overlay.commandify-overlay .commandify-group-items{display:flex;flex-direction:column}.commandify-overlay.commandify-overlay .commandify-command{align-items:center;background:transparent;border:none;border-radius:6px;cursor:pointer;display:flex!important;margin:0;padding:12px;text-align:left;width:100%}.commandify-overlay.commandify-overlay .commandify-command.is-selected{background:#2271b1;color:#fff}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge,.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-description{color:hsla(0,0%,100%,.8)}.commandify-overlay.commandify-overlay .commandify-command.is-selected .dashicons,.commandify-overlay.commandify-overlay .commandify-command.is-selected i{color:#fff}.commandify-overlay.commandify-overlay .commandify-command.is-selected img{filter:none!important}.commandify-overlay.commandify-overlay .commandify-command.is-disabled{cursor:not-allowed;opacity:.7;pointer-events:none!important}.commandify-overlay.commandify-overlay .commandify-command.is-executing{cursor:default;pointer-events:none!important;transition:opacity .2s ease,background .2s ease}.commandify-overlay.commandify-overlay .commandify-command.is-executing .commandify-command-description,.commandify-overlay.commandify-overlay .commandify-command.is-executing .commandify-command-title,.commandify-overlay.commandify-overlay .commandify-command.is-executing .dashicons{opacity:.85}.commandify-overlay.commandify-overlay .commandify-command-icon{align-items:center;display:flex!important;flex-shrink:0!important;height:32px;justify-content:center;margin-right:12px;width:32px}.commandify-overlay.commandify-overlay .commandify-command-icon .dashicons{align-items:center;color:#50575e;display:flex!important;font-size:20px;height:20px;justify-content:center;line-height:1;width:20px}.commandify-overlay.commandify-overlay .commandify-command-icon .dashicons:before{line-height:1;vertical-align:middle}.commandify-overlay.commandify-overlay .commandify-command-icon i{color:#50575e;display:inline-block;font-size:18px;font-style:normal!important;font-variant:normal;font-weight:400;height:20px;line-height:1;text-align:center;text-transform:none;width:20px;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.commandify-overlay.commandify-overlay .commandify-command-icon i[class*=eicon-]{font-family:eicons!important}.commandify-overlay.commandify-overlay .commandify-command-icon i[class*=fa-]{font-family:Font Awesome\ 5 Free!important}.commandify-overlay.commandify-overlay .commandify-command-icon i[class*=fas-]{font-family:Font Awesome\ 5 Free!important;font-weight:900!important}.commandify-overlay.commandify-overlay .commandify-command-icon i[class*=far-]{font-family:Font Awesome\ 5 Free!important;font-weight:400!important}.commandify-overlay.commandify-overlay .commandify-command-icon i[class*=fab-]{font-family:Font Awesome\ 5 Brands!important}.commandify-overlay.commandify-overlay .commandify-command-icon i[class*=ti-]{font-family:themify!important}.commandify-overlay.commandify-overlay .commandify-command-icon img{filter:none!important;height:32px;-o-object-fit:contain;object-fit:contain;width:32px}.commandify-overlay.commandify-overlay .commandify-command-icon .commandify-command-avatar{border-radius:50%;-o-object-fit:cover;object-fit:cover}.commandify-overlay.commandify-overlay .commandify-command-icon-img{border-radius:4px}.commandify-overlay.commandify-overlay .commandify-command-content{flex:1!important;min-width:0!important}.commandify-overlay.commandify-overlay .commandify-command-title{align-items:center;color:#1d2327;display:flex!important;font-size:14px;font-weight:500;line-height:1.4;margin-bottom:2px;margin-top:0;min-height:20px;padding:0}.commandify-overlay.commandify-overlay .commandify-command-description{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;color:#50575e;font-size:12px;font-weight:400;line-height:1.4;margin:0;max-height:2.8em;overflow:hidden!important;padding:0;white-space:normal}.commandify-overlay.commandify-overlay .commandify-command-badge{align-items:center;background:none;border:none;display:inline-flex!important;flex-shrink:0;height:24px;justify-content:center;margin-left:8px;padding:0;width:24px}.commandify-overlay.commandify-overlay .commandify-command-badge .dashicons{align-items:center;display:flex;font-size:18px;height:18px;justify-content:center;line-height:1;width:18px}.commandify-overlay.commandify-overlay .commandify-command-badge .dashicons:before{line-height:1;vertical-align:middle}.commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-navigation .dashicons{color:#1976d2}.commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-action .dashicons{color:#f57c00}.commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-search .dashicons{color:#7b1fa2}.commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-submenu .dashicons{color:#388e3c}.commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-setting .dashicons{color:#f9a825}.commandify-overlay.commandify-overlay .commandify-command-badge.commandify-badge-pattern .dashicons{color:#c2185b}.commandify-overlay.commandify-overlay .commandify-command-badge .dashicons{color:#50575e}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-navigation .dashicons{color:#bbdefb}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-action .dashicons{color:#ffcc80}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-search .dashicons{color:#ce93d8}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-submenu .dashicons{color:#a5d6a7}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-setting .dashicons{color:#ffe082}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-badge.commandify-badge-pattern .dashicons{color:#f48fb1}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-command-title{color:#fff!important}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-favorite-btn{opacity:1}.commandify-overlay.commandify-overlay .commandify-favorite-btn{align-items:center;background:transparent;border:none!important;box-shadow:none!important;color:#d1d5db;cursor:pointer;display:flex!important;flex-shrink:0!important;font-size:22px;height:32px;justify-content:center;line-height:1;margin-left:8px;opacity:0;outline:none!important;padding:0;transition:opacity .2s;width:32px}.commandify-overlay.commandify-overlay .commandify-favorite-btn:hover{background:transparent;color:#f0c000}.commandify-overlay.commandify-overlay .commandify-favorite-btn:focus{box-shadow:none!important;outline:none!important}.commandify-overlay.commandify-overlay .commandify-favorite-btn.is-favorite{color:#f0c000;opacity:1}.commandify-overlay.commandify-overlay .commandify-enter-indicator{align-items:center;background:transparent;border:none;color:#50575e;display:inline-flex;flex-shrink:0;font-size:16px;justify-content:center;line-height:1;margin-left:8px;opacity:0;padding:0;transition:opacity .15s ease-in-out}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-enter-indicator,.commandify-overlay.commandify-overlay .commandify-command:hover .commandify-enter-indicator{opacity:1}.commandify-overlay.commandify-overlay .commandify-command.is-selected .commandify-enter-indicator{color:hsla(0,0%,100%,.7)}.commandify-new-tab-indicator{align-items:center;animation:newTabFadeIn .15s ease-in;box-sizing:border-box;color:#2271b1;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:600;justify-content:center;line-height:1!important;opacity:.95;padding:2px 6px;vertical-align:middle}.commandify-command.is-selected .commandify-new-tab-indicator{color:#fff}@keyframes newTabFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:.95;transform:scale(1)}}.commandify-overlay.commandify-overlay .commandify-loading{align-items:center;background:transparent;color:#50575e;display:flex!important;flex-direction:column;justify-content:center;padding:40px}.commandify-overlay.commandify-overlay .commandify-loading .dashicons{color:#50575e;display:inline-block;font-size:32px;height:32px;margin-bottom:12px;width:32px}.commandify-overlay.commandify-overlay .commandify-loading .dashicons.spin{animation:spin 1s linear infinite;transform-origin:center center}.commandify-overlay.commandify-overlay .commandify-loading span:last-child{color:#50575e;font-size:14px;font-weight:400}.commandify-overlay.commandify-overlay .dashicons.spin,.commandify-overlay.commandify-overlay .spin .dashicons,.commandify-searchable-select-loading .dashicons{animation:spin 1s linear infinite;display:inline-block;height:1em;line-height:1;text-align:center;transform-origin:center center;width:1em}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.commandify-overlay.commandify-overlay .commandify-empty{align-items:center;background:transparent;color:#50575e;display:flex!important;flex-direction:column;justify-content:center;padding:40px;text-align:center}.commandify-overlay.commandify-overlay .commandify-empty .dashicons{color:#50575e;font-size:48px;height:48px;margin-bottom:12px;opacity:.5;width:48px}.commandify-overlay.commandify-overlay .commandify-empty p{color:#50575e;font-size:14px;font-weight:400;margin:0}.commandify-preview-custom{font-size:13px;line-height:1.5;width:100%}.commandify-preview-custom *{box-sizing:border-box}.commandify-preview-custom .dashicons{font-family:dashicons;font-size:16px;height:16px;line-height:1;vertical-align:middle;width:16px}.commandify-preview-custom .preview-header{align-items:center;display:flex;font-weight:600;justify-content:space-between;margin-bottom:8px}.commandify-preview-custom .preview-meta{color:#50575e;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;margin:8px 0}.commandify-preview-custom .preview-badge{border-radius:3px;display:inline-block;font-size:11px;font-weight:500;padding:2px 8px}.commandify-overlay.commandify-overlay .commandify-footer{align-items:center;background:#f9fafb;border:none;border-top:1px solid #dcdcde;color:#50575e;display:flex!important;flex-shrink:0!important;font-size:12px;font-weight:400;justify-content:space-between;margin:0;padding:10px 16px}.commandify-overlay.commandify-overlay .commandify-footer kbd{background:#fff;border:1px solid #c3c4c7;border-radius:3px;box-shadow:0 1px 0 rgba(0,0,0,.08);color:#1d2327;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:11px;font-weight:500;line-height:1.4;margin:0 2px;padding:2px 6px;text-transform:none}.commandify-overlay.commandify-overlay .commandify-footer-hints{align-items:center;display:flex!important;gap:16px}.commandify-overlay.commandify-overlay .commandify-footer-hint{align-items:center;display:flex!important;font-weight:400;gap:4px;white-space:nowrap}.commandify-overlay.commandify-overlay .commandify-footer-actions{align-items:center;display:flex!important;gap:12px}.commandify-overlay.commandify-overlay .commandify-footer-help{align-items:center;background:#fff;border:1px solid #c3c4c7;border-radius:4px;box-shadow:none;color:#2c3338;cursor:pointer;display:flex!important;font-size:12px;font-weight:500;gap:4px;line-height:1;margin:0;outline:none!important;padding:4px 10px;transition:all .2s}.commandify-overlay.commandify-overlay .commandify-footer-help .dashicons{align-items:center;color:#50575e;display:inline-flex!important;font-size:16px;height:16px;justify-content:center;line-height:1;margin:0;width:16px}.commandify-overlay.commandify-overlay .commandify-footer-help:hover{background:#f6f7f7;border-color:#8c8f94}.commandify-overlay.commandify-overlay .commandify-footer-help:focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.commandify-overlay.commandify-overlay .commandify-footer-count{color:#8c8f94;font-size:11px;font-weight:500}.commandify-overlay.commandify-overlay .commandify-empty .commandify-empty-title{color:#1d2327;font-size:14px;font-weight:500;margin:8px 0 16px}.commandify-overlay.commandify-overlay .commandify-empty .commandify-empty-hint{color:#50575e;font-size:13px;font-weight:400;margin:8px 0 0}.commandify-overlay.commandify-overlay .commandify-empty-suggestions{margin-left:auto;margin-right:auto;margin-top:16px;max-width:400px;padding:0 20px;text-align:left}.commandify-overlay.commandify-overlay .commandify-empty-suggestions-title{color:#1d2327;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.commandify-overlay.commandify-overlay .commandify-empty-suggestions-list{list-style:none;margin:0;padding:0}.commandify-overlay.commandify-overlay .commandify-empty-suggestions-list li{color:#50575e;font-size:13px;font-weight:400;padding:6px 0 6px 20px;position:relative}.commandify-overlay.commandify-overlay .commandify-empty-suggestions-list li:before{content:"💡";left:0;position:absolute;top:6px}@media(max-width:768px){.commandify-overlay{padding-top:10vh}.commandify-palette{max-height:80vh}.commandify-footer{align-items:flex-start;flex-direction:column;gap:8px}.commandify-footer-hints{flex-wrap:wrap;gap:8px}.commandify-footer-actions{justify-content:space-between;width:100%}.commandify-footer-count{text-align:right}}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal{z-index:100001!important}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-modal__frame,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-modal__frame{background:#fff;border-radius:8px;box-shadow:0 4px 24px rgba(0,0,0,.2);z-index:100001!important}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay.commandify-form-modal--small .components-modal__frame,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal.commandify-form-modal--small .components-modal__frame{max-width:95vw;width:400px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay.commandify-form-modal--medium .components-modal__frame,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal.commandify-form-modal--medium .components-modal__frame{max-width:95vw;width:520px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay.commandify-form-modal--large .components-modal__frame,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal.commandify-form-modal--large .components-modal__frame{max-width:95vw;width:680px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay.commandify-form-modal--xlarge .components-modal__frame,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal.commandify-form-modal--xlarge .components-modal__frame{max-width:95vw;width:800px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-modal__header,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-modal__header{align-items:center;background:#fff;border-bottom:1px solid #dcdcde;display:flex!important;justify-content:space-between;margin:0;min-height:auto;padding:20px 24px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-modal__header h1,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-modal__header h1{color:#1d2327;font-size:18px;font-weight:600;line-height:1.3;margin:0}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-modal__header .components-modal__header-close,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-modal__header .components-modal__header-close{align-items:center;background:transparent;border:none;border-radius:4px;cursor:pointer;display:flex!important;height:24px;justify-content:center;margin:0;min-height:24px;min-width:24px;padding:0;transition:background .2s;width:24px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-modal__header .components-modal__header-close:hover,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-modal__header .components-modal__header-close:hover{background:rgba(0,0,0,.05)}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-modal__header .components-modal__header-close svg,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-modal__header .components-modal__header-close svg{fill:#50575e;height:18px;width:18px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-modal__content,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-modal__content{background:#fff;flex-grow:1;overflow-y:auto!important;padding:24px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-description,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-description,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-description{color:#50575e;font-size:14px;line-height:1.5;margin-bottom:20px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html{font-size:14px;line-height:1.6;margin-bottom:20px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-section,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section{background:#f9fafb;border:1px solid #dcdcde;border-radius:6px;margin-bottom:16px;padding:16px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-section:last-child,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section:last-child,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section:last-child{margin-bottom:0}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-section h4,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section h4,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section h4{align-items:center;color:#1d2327;display:flex;font-size:13px;font-weight:600;gap:8px;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-section h4 .dashicons,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section h4 .dashicons,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section h4 .dashicons{color:#50575e;font-size:16px;height:16px;width:16px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-section p,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section p,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section p{color:#1d2327;line-height:1.6;margin:0}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-section .empty-address,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section .empty-address,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-section .empty-address{color:#50575e;font-style:italic}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-table,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-table,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-table{border-collapse:collapse;margin:0;width:100%}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-table tr,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-table tr,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-table tr{border-bottom:1px solid rgba(0,0,0,.05)}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-table tr:last-child,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-table tr:last-child,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-table tr:last-child{border-bottom:none}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-table th,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-table th,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-table th{background:transparent;color:#50575e;font-size:13px;font-weight:500;padding:10px 12px 10px 0;text-align:left;vertical-align:top;width:140px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html .commandify-address-table td,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-table td,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html .commandify-address-table td{color:#1d2327;font-size:13px;padding:10px 0;text-align:left}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html table:not(.commandify-address-table),.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html table:not(.commandify-address-table),.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html table:not(.commandify-address-table){border-collapse:collapse;margin:12px 0;width:100%}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html table:not(.commandify-address-table) td,.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html table:not(.commandify-address-table) th,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html table:not(.commandify-address-table) td,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html table:not(.commandify-address-table) th,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html table:not(.commandify-address-table) td,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html table:not(.commandify-address-table) th{border-bottom:1px solid #dcdcde;padding:8px 12px;text-align:left}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html table:not(.commandify-address-table) th,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html table:not(.commandify-address-table) th,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html table:not(.commandify-address-table) th{background:#f6f7f7;font-weight:600}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html strong,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html strong,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html strong{font-weight:600}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html a,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html a,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html a{color:#2271b1;text-decoration:none}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-content-html a:hover,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-content-html a:hover,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-content-html a:hover{text-decoration:underline}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-field-group,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-field-group,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-field-group{margin-bottom:20px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-field-group:last-child,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-field-group:last-child,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-field-group:last-child{margin-bottom:0}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-field-label,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-field-label,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-field-label{color:#1d2327;display:block;font-size:13px;font-weight:500;margin-bottom:8px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-required,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-required,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-required{color:#d63638}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-field-error,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-field-error,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-field-error{color:#d63638;font-size:12px;margin-top:6px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-field-help,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-field-help,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-field-help{color:#50575e;font-size:12px;font-style:italic;margin-top:6px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-radio-group,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-radio-group,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-radio-group{display:flex!important;flex-direction:column!important;gap:12px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-radio-option,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-radio-option,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-radio-option{align-items:flex-start;background:#fff;border:1px solid #dcdcde;border-radius:6px;cursor:pointer;display:flex!important;padding:12px 16px;transition:all .15s ease}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-radio-option:hover,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-radio-option:hover,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-radio-option:hover{background:rgba(34,113,177,.04);border-color:#2271b1}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-radio-option.is-selected,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-radio-option.is-selected,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-radio-option.is-selected{background:rgba(34,113,177,.08);border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-radio-option input[type=radio],.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-radio-option input[type=radio],.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-radio-option input[type=radio]{cursor:pointer;flex-shrink:0;margin-right:12px;margin-top:2px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-radio-option .commandify-radio-label,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-radio-option .commandify-radio-label,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-radio-option .commandify-radio-label{color:#1d2327;cursor:pointer;flex:1;font-size:14px;line-height:1.5}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-actions,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-actions,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-actions{border-top:1px solid #dcdcde;display:flex!important;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-select-control__input,.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-text-control__input,.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-textarea-control__input,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-select-control__input,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-text-control__input,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-textarea-control__input,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-select-control__input,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-text-control__input,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-textarea-control__input{background:#fff;border:1px solid #dcdcde;border-radius:4px;color:#1d2327;font-size:14px;line-height:1.5;min-height:40px;padding:8px 12px;transition:border-color .2s;width:100%}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-select-control__input:focus,.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-text-control__input:focus,.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-textarea-control__input:focus,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-select-control__input:focus,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-text-control__input:focus,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-textarea-control__input:focus,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-select-control__input:focus,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-text-control__input:focus,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-textarea-control__input:focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:none!important}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-select-control__input.has-error,.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-text-control__input.has-error,.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-textarea-control__input.has-error,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-select-control__input.has-error,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-text-control__input.has-error,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-textarea-control__input.has-error,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-select-control__input.has-error,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-text-control__input.has-error,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-textarea-control__input.has-error{border-color:#d63638}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-select-control__input,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-select-control__input,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-select-control__input{height:40px;padding:7px 12px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-searchable-select,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-searchable-select,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-searchable-select{position:relative}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-searchable-select.is-loading .components-combobox-control__input,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-searchable-select.is-loading .components-combobox-control__input,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-searchable-select.is-loading .components-combobox-control__input{padding-right:36px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-searchable-select .commandify-searchable-select-loading,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-searchable-select .commandify-searchable-select-loading,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-searchable-select .commandify-searchable-select-loading{position:absolute;right:36px;top:50%;transform:translateY(-50%)}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-searchable-select .commandify-searchable-select-loading .dashicons,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-searchable-select .commandify-searchable-select-loading .dashicons,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-searchable-select .commandify-searchable-select-loading .dashicons{color:#50575e;font-size:16px;height:16px;width:16px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-combobox-control .components-input-control__container .components-input-control__input,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-combobox-control .components-input-control__container .components-input-control__input,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-combobox-control .components-input-control__container .components-input-control__input{min-height:36px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-row,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-row,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-row{display:flex!important;gap:16px}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .commandify-form-row>.commandify-form-field-group,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .commandify-form-row>.commandify-form-field-group,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .commandify-form-row>.commandify-form-field-group{flex:1!important;min-width:0!important}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-button,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-button,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-button{border-radius:4px;font-size:13px;font-weight:500;min-height:36px;padding:8px 16px;transition:all .2s}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-button.is-primary,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-button.is-primary,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-button.is-primary{background:#2271b1;border-color:#2271b1;color:#fff}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-button.is-primary:hover:not(:disabled),.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-button.is-primary:hover:not(:disabled),.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-button.is-primary:hover:not(:disabled){background:#135e96;border-color:#135e96}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-button.is-secondary,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-button.is-secondary,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-button.is-secondary{background:transparent;border-color:#dcdcde;color:#1d2327}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-button.is-secondary:hover:not(:disabled),.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-button.is-secondary:hover:not(:disabled),.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-button.is-secondary:hover:not(:disabled){background:#f6f7f7;border-color:#8c8f94}.commandify-form-modal.commandify-form-modal.components-modal__screen-overlay .components-button:disabled,.components-modal__screen-overlay .commandify-form-modal.commandify-form-modal .components-button:disabled,.components-modal__screen-overlay.commandify-form-modal.commandify-form-modal .components-button:disabled{cursor:not-allowed;opacity:.6}
