.q-launch-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 70px;
}

.q-launch-modal {
    width: min(620px, 92vw);
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.q-launch-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.q-launch-header h2 {
    margin: 0;
}

.q-launch-header p {
    margin: 5px 0 0 0;
    color: #666;
}

.q-launch-close {
    border: none;
    background: transparent;
    font-size: 28px;
    cursor: pointer;
    color: #666;
}

.q-launch-search {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 18px;
    font-size: 1rem;
}

.q-launch-section {
    margin-top: 18px;
}

.q-launch-section h3 {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 8px;
}

.q-launch-item {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
}

.q-launch-item:hover {
    background: #f7f7f7;
    text-decoration: none;
}

.q-launch-registry-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px 12px;
    margin-bottom: 6px;

    border-radius: 10px;

    color: #333;
    text-decoration: none;
}

.q-launch-registry-item:hover {
    background: #f7f7f7;
}


.q-launch-group-header{
    margin-top:18px;
    padding:8px 12px;
    font-size:.72rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:#9a6a4f;
    border-bottom:1px solid #e8ddd5;
}

.q-launch-empty {
    text-align: center;
    padding: 28px 20px;
    color: #777;
}

.q-launch-empty-title {
    font-size: 1rem;
    margin-bottom: 12px;
}

.q-launch-empty-examples {
    font-size: 0.90rem;
    color: #999;
    line-height: 1.8;
}