.sc-global-search {
    align-self: center;
    flex: 0 1 390px;
    margin: 0 10px;
    position: relative;
    z-index: 1062;
}
.sc-gs-shell {
    position: relative;
}
.sc-gs-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.sc-gs-icon {
    color: #64748b;
    font-size: 0;
    height: 16px;
    left: 12px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}
.sc-gs-icon::before,
.sc-gs-mobile-trigger::before {
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "";
    display: block;
    height: 13px;
    width: 13px;
}
.sc-gs-icon::after,
.sc-gs-mobile-trigger::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(45deg);
    width: 7px;
}
.sc-gs-icon::after {
    left: 10px;
    top: 11px;
}
.sc-gs-input {
    background: #fff;
    border: 1px solid #d8dee6;
    border-radius: 8px;
    color: #111827;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    outline: none;
    padding: 0 38px 0 36px;
    width: 100%;
}
.sc-gs-input:focus {
    border-color: #2f6fbd;
    box-shadow: 0 0 0 3px rgba(47, 111, 189, 0.14);
}
.sc-gs-clear,
.sc-gs-close,
.sc-gs-mobile-trigger {
    align-items: center;
    background: transparent;
    border: 0;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
}
.sc-gs-clear i,
.sc-gs-close i,
.sc-gs-mobile-trigger i {
    display: none;
}
.sc-gs-clear {
    height: 32px;
    position: absolute;
    right: 4px;
    top: 3px;
    width: 32px;
}
.sc-gs-clear::before,
.sc-gs-clear::after,
.sc-gs-close::before,
.sc-gs-close::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 2px;
    position: absolute;
    width: 14px;
}
.sc-gs-clear::before,
.sc-gs-close::before {
    transform: rotate(45deg);
}
.sc-gs-clear::after,
.sc-gs-close::after {
    transform: rotate(-45deg);
}
.sc-gs-mobile-trigger,
.sc-gs-close {
    display: none;
}
.sc-gs-results {
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 10px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.18);
    left: 0;
    max-height: min(72vh, 620px);
    overflow-y: auto;
    padding: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
}
.sc-gs-status {
    color: #64748b;
    font-size: 13px;
    padding: 12px;
}
.sc-gs-result {
    border-bottom: 1px solid #eef2f7;
    display: block;
    padding: 10px 8px 12px;
}
.sc-gs-result:last-child {
    border-bottom: 0;
}
.sc-gs-result.is-active,
.sc-gs-result:hover {
    background: #f8fbff;
    border-radius: 8px;
}
.sc-gs-title {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}
.sc-gs-title mark {
    background: #fff2a8;
    border-radius: 3px;
    color: inherit;
    padding: 0 2px;
}
.sc-gs-meta {
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 3px;
}
.sc-gs-desc {
    color: #334155;
    display: -webkit-box;
    font-size: 12.5px;
    line-height: 1.45;
    margin-top: 5px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.sc-gs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 9px;
}
.sc-gs-action {
    align-items: center;
    border-radius: 7px;
    display: inline-flex;
    font-size: 12.5px;
    font-weight: 700;
    justify-content: center;
    min-height: 34px;
    padding: 7px 10px;
    text-decoration: none;
}
.sc-gs-action-go {
    background: #eef6ff;
    color: #1d4ed8;
}
.sc-gs-action-start {
    background: #166534;
    color: #fff;
}
.sc-gs-action-locked {
    background: #f1f5f9;
    border: 1px solid #d7dee8;
    color: #64748b;
    cursor: not-allowed;
}
.sc-gs-locked-msg {
    color: #8a5a00;
    flex-basis: 100%;
    font-size: 12px;
    line-height: 1.35;
}
.sc-gs-badge {
    background: #e9f2ff;
    border-radius: 999px;
    color: #1d4ed8;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    margin-left: 6px;
    padding: 2px 7px;
    text-transform: capitalize;
    vertical-align: 1px;
}
.sc-gs-backdrop {
    display: none;
}
@media (min-width: 1600px) {
    .sc-global-search {
        flex: 0 0 490px;
    }
}
@media (max-width: 999px) {
    .sc-global-search {
        flex: 0 0 auto;
        margin-left: 4px;
        margin-right: 8px;
        order: 0;
        z-index: 1065;
    }
    .sc-gs-mobile-trigger {
        border-radius: 8px;
        display: inline-flex;
        font-size: 18px;
        height: 42px;
        position: relative;
        width: 42px;
    }
    .sc-gs-mobile-trigger::after {
        left: 24px;
        top: 25px;
    }
    .sc-gs-mobile-trigger:hover,
    .sc-gs-mobile-trigger:focus {
        background: #eef2f7;
    }
    .sc-gs-shell {
        display: none;
    }
    body.sc-gs-open {
        overflow: hidden;
    }
    body.sc-gs-open .sc-gs-backdrop {
        background: rgba(15, 23, 42, 0.45);
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1049;
    }
    body.sc-gs-open .sc-global-search {
        bottom: 0;
        left: 0;
        margin: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 20003;
    }
    body.sc-gs-open .sc-gs-mobile-trigger {
        display: none;
    }
    body.sc-gs-open .sc-gs-shell {
        background: #f8fafc;
        display: block;
        height: 100dvh;
        overflow: hidden;
        padding: 12px;
    }
    body.sc-gs-open .sc-gs-input {
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding-right: 48px;
    }
    body.sc-gs-open .sc-gs-clear {
        display: none;
    }
    body.sc-gs-open .sc-gs-close {
        border-radius: 8px;
        display: inline-flex;
        font-size: 18px;
        height: 38px;
        position: absolute;
        right: 14px;
        top: 16px;
        width: 38px;
    }
    body.sc-gs-open .sc-gs-results {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        left: 0;
        max-height: none;
        overflow-y: auto;
        padding: 8px 12px 22px;
        position: absolute;
        right: 0;
        top: 68px;
        bottom: 0;
    }
    body.sc-gs-open .sc-gs-result {
        background: #fff;
        border: 1px solid #e3e9f1;
        border-radius: 8px;
        margin-bottom: 8px;
        padding: 12px;
    }
    body.sc-gs-open .sc-gs-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    body.sc-gs-open .sc-gs-action {
        min-height: 44px;
        width: 100%;
    }
}
